.indexTitle{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
    margin:30px auto 50px auto;
}
.indexTitle h2{
    width:100%;
    line-height:70px;
    font-size:34px;
    letter-spacing:3px;
}
.indexTitle h2 span{font-weight:bold;}
.indexTitle h3{
    width:100%;
    line-height:30px;
    height:30px;overflow:hidden;
    color:#666;
    font-size:18px;
}
.indexbg_product {
    background-image: url(/skins/Images/indextitle_product.png);
    background-repeat:no-repeat;
    background-position:center;
}
.indexbg_customer {
    background-image: url(/skins/Images/indextitle_customer.png);
    background-repeat:no-repeat;
    background-position:center;
}
.indexbg_advantage {
    background-image: url(/skins/Images/indextitle_advantage.png);
    background-repeat:no-repeat;
    background-position:center;
}
.indexbg_case {
    background-image: url(/skins/Images/indextitle_case.png);
    background-repeat:no-repeat;
    background-position:center;
}

.indexbg_new {
    background-image: url(/skins/Images/indextitle_news.png);
    background-repeat:no-repeat;
    background-position:center;
}


#indexProduct {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(/skins/Images/index_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 20px 0 40px 0;
}
.indexProduct_Nav {
    width: 25%;
    float: left;
    margin-right: 3%;
    background: #fff;
}
.indexProduct_Content{
    width:72%;float:left;
}
.indexHotProduct{
    width:92%;
    height:auto;overflow:hidden;
    background:#fff;
    box-shadow:0 0 10px #ccc;
    margin:20px auto;
    padding:20px 2%;
}
.indexHotProduct .pic{
    width:45%;float:left;
    margin-right:5%;
    text-align:center;
}
.indexHotProduct .pic img{max-height:300px;}
.indexHotProduct .word{
    width:50%;float:left;
}
.indexHotProduct .word h2{
    width:100%;
    height:60px;line-height:60px;
    font-size:22px;
    font-weight:bold;
    border-bottom:1px solid #eee;
}
    .indexHotProduct .word h3 {
        width: 100%;
        height: 125px;
        line-height: 25px;
        color:#666;
        font-size:13px;
        margin-top:20px;
    }
    .indexHotProduct .word div {
        width: 100%;
        height: auto;overflow:hidden;
        line-height:20px;
    }
        .indexHotProduct .word div span{
            padding:10px 30px;
            color:#fff;
            font-size:16px;
            text-align:center;
            
        }

    .indexHotProduct .word .bg_blue {
        display: inline-block;
        background: #028bd1;
        margin: 10px 10px 0 10px;
        transition: 0.5s;
    }
        .indexHotProduct .word .bg_blue:hover {
            margin: 0 10px 10px 10px;
            box-shadow: 0 0 5px #ccc;
        }
    .indexHotProduct .word .bg_yellow {
        background: #f2b81c;
        display: inline-block;
        margin: 10px 10px 0 10px;
        transition: 0.5s;
    }
        .indexHotProduct .word .bg_yellow:hover {
            margin: 0 10px 10px 10px;
            box-shadow: 0 0 5px #ccc;
        }
.indexProduct_List{
    width:96%;
    height:auto;overflow:hidden;
    margin:20px auto;
}

.kcList {
    width: 100%;
    height: auto;overflow:hidden;
    margin: 0 auto;
}

.picList {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
}

    .picList li {
        width: 32.66%;
        height: 100%;
        float: left;
        margin-right: 1%;
        overflow: hidden;
        margin-bottom: 1%;
    }

        .picList li:nth-child(3n) {
            margin-right: 0;
        }

.index_photo {
    width: 1680px;
    height:auto;overflow:hidden;
    margin: 0;
    padding: 0;
}

    .index_photo dt {
        width: 260px;
        float: left;
        text-align: center;
        height: auto;
        overflow: hidden;
        margin: 0 10px 0 10px;
    }

        .index_photo dt div {
            padding: 6px 0;
            width: 100%;
            line-height: 30px;
        }
.indexWapProduct_List{display:none;}

#IndexBanner1 {
    width: 100%;
    height: 234px;
    background-image: url(/skins/Images/Index_Banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
#indexCustom{
    width:100%;
    height:auto;overflow:hidden;
    background-image:url(/skins/Images/index_bg2.jpg);
    background-repeat:no-repeat;
    padding:20px 0 100px 0;
    margin-bottom:80px;
}
#indexCustom img{
    transition:all 0.5s;
}
#indexCustom img:hover{
    box-shadow:0 10px 10px #eee;
}

#indexAdvantage{
    width:100%;
    height:auto;overflow:hidden;
    margin:50px 0;
}
#indexAdvantage img{width:90%;}
#indexAdvantage .left{
    width:50%;float:left;
    height:auto;overflow:hidden;
}
     #indexAdvantage .left h2{
         width:100%;
         line-height:70px;
         font-size:30px;
         font-weight:bold;
         margin-top:30px;
     }
     #indexAdvantage .left h2 span{color:#028bd1;}
    #indexAdvantage .left .line{
         width:40%;float:left;
         height:30px;
         background-image:url(/skins/Images/index_bg2.jpg);
         margin-bottom:40px;
     }
     #indexAdvantage .left .list{
         width:100%;
     }
     #indexAdvantage .left .list li{
         width:97%;
         height:auto;line-height:30px;overflow:hidden;
         font-size:16px;
         color:#666;
         margin:20px 0;
         padding-left:3%;
         background-image:url(/skins/Images/arrow_advantage.png);
         background-repeat:no-repeat;
         background-position:left;
         background-size:8px 8px;
     }
     #indexAdvantage .left .list li span{color:#f2b81c;}
   
    #indexAdvantage .right {
        width: 50%;
        float: left;
        height:auto;overflow:hidden;
        margin-top:30px;
        text-align:right;
    }
   
     #indexAdvantage .right h2{
         width:100%;
         line-height:70px;
         font-size:30px;
         font-weight:bold;
         text-align:right;
     }
     #indexAdvantage .right h2 span{color:#028bd1;}
    #indexAdvantage .right .line{
         width:40%;float:right;
         height:30px;
         background-image:url(/skins/Images/index_bg2.jpg);
         margin-bottom:40px;
     }
     #indexAdvantage .right .list{
         width:100%;
         text-align:right;
     }
     #indexAdvantage .right .list li{
         width:98%;
         height:auto;line-height:30px;overflow:hidden;
         font-size:16px;
         color:#666;
         margin:20px 0;
         padding-right:2%;
         background-image:url(/skins/Images/arrow_advantage.png);
         background-repeat:no-repeat;
         background-position:right;
         background-size:8px 8px;
     }
     #indexAdvantage .right .list li span{color:#f2b81c;}


#IndexBanner2 {
    width: 100%;
    height: 180px;
    background-image: url(/skins/Images/Index_Banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top:54px;
    text-align:right;
    line-height:30px;
}
#IndexBanner2 h2{
    width:100%;
    text-align:right;
    color:#fff;
    line-height:40px;
    font-weight:bold;
    font-size:24px;
}
#IndexBanner2 h3{
    width:100%;
    color:#fff;
    height:40px;overflow:hidden;
    line-height:40px;
    margin-bottom:20px;
}
    #IndexBanner2 h3 span {
        font-size: 30px;
        color: #f2b81c;
        font-weight: bold;
        font-family: Impact,Microsoft YaHei, arial, 宋体;
    }
#IndexBanner2 a{
    padding:10px 20px;
    background:#fff;
    color:#028bd1;
    font-weight:bold;
    font-size:16px;
    transition:0.5s;
}
#IndexBanner2 a:hover{
    background:#f2b81c;
    color:#fff;
}

.indexCase{
    width:100%;
    height:auto;overflow:hidden;
}
.indexCase li{
    width:30%;float:left;
    margin:10px 1.5%;
    border:1px solid #eee;
    padding-bottom:20px;
    transition:0.5s;
}
.indexCase li:hover{
    border:1px solid #028bd1;
    margin:5px 1.5% 15px 1.5%;
    box-shadow:0 0 10px #ccc;
}
.indexCase li:hover h3,h4{color:#028bd1;}
.indexCase li div{
    width:100%;
    height:300px;overflow:hidden;
    position:relative;
}
.indexCase li div img{
    width:100%;
    height:300px;position:absolute;
    top:0;left:0;
}
.indexCase li h3{
    width:94%;
    height:40px;line-height:40px;overflow:hidden;
    font-size:16px;
    margin:0 auto;
}
.indexCase li h4{
    width:94%;
    height:40px;line-height:40px;overflow:hidden;
    color:#999;
    margin:0 auto;
}

.indexCase_More{
    width:100%;
    height:auto;overflow:hidden;
}
.indexCase_More div{
    width:140px;
    height:40px;line-height:40px;
    margin:30px auto;
    background:#f2b81c;
    color:#fff;
    text-align:center;
    font-size:16px;
    transition:0.5s;
}
.indexCase_More div:hover{
    box-shadow:0 10px 10px #ccc;
    margin-top:20px;
    margin-bottom:40px;
}

.indexAbout_Left{
    width:40%;float:left;
    margin-right:15%;
}
    .indexAbout_Left img{
        width:100%;
    }
.indexAbout_Right {
    width:45%;float:left;
}
    .indexAbout_Right h3{
        width:100%;
    }
    .indexAbout_Right h3 img{width:100%;}
    .indexAbout_Right h2 {
        width: 100%;
        height:40px;line-height:40px;
        overflow:hidden;
        font-size:16px;
    }
    .indexAbout_Right h5 {
        width: 100%;
        height: 50px;
        line-height: 90px;
        overflow: hidden;
        font-size:100px;
        font-family: Arial;
        color: #dbdbdb;
    }
    .indexAbout_Right h4 {
        width: 100%;
        height: 100px;
        line-height: 25px;
        overflow: hidden;
        color:#666;
    }
    .indexAbout_Right .cerlist {
        width:100%;
        height:auto;overflow:hidden;
        margin-top:20px;
    }
        .indexAbout_Right .cerlist li{
            width:25%;float:left;
            line-height:20px;
            text-align:center;
        }
            .indexAbout_Right .cerlist li div{
                width:60px;
                height:50px;
                background:#028bd1;
                border:10px solid #60c9ff;
                border-radius:50%;
                margin:10px auto;
                padding:10px 0 0 0;
                transition:0.5s;
            }
                .indexAbout_Right .cerlist li div img {
                    width: 30px;
                    transition: 0.5s;
                }
            .indexAbout_Right .cerlist li:hover div {
                width: 50px;
                height: 40px;
                background: #f2b81c;
                border: 15px solid #f8db8d;
            }
            .indexAbout_Right .cerlist li:hover div img{
                width: 25px;
            }

.indexAbout_List {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 80px auto 80px auto;
    text-align: center;
    line-height: 40px;
}
    .indexAbout_List a{
        background:#666;
        padding:20px 30px;
        color:#fff;
        transition:all 0.5s;
        margin:0 10px;
    }
        .indexAbout_List a:hover{
            background:#028bd1;
            box-shadow:0 10px 10px #028bd1;
        }


        .indexNews_Nav {
            width: 20%;
            float: left;
            margin-right: 5%;
        }

    .indexNews_Nav li {
        width: 90%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        padding: 30px 5%;
        background: #fff;
        transition: all 0.5s;
    }

        .indexNews_Nav li .arrow {
            width: 40px;
            float: left;
            height: 40px;
            background: #d9d9d9;
            border-radius: 50%;
            line-height: 40px;
            text-align: center;
            margin-right: 10px;
            margin-left: 10px;
        }

            .indexNews_Nav li .arrow span {
                color: #fff;
                font-size: 24px;
            }

        .indexNews_Nav li .word {
            float: left;
            font-size: 18px;
            font-weight: bold;
            line-height: 20px;
        }

            .indexNews_Nav li .word span {
                font-size: 14px;
                font-weight: normal;
            }

    .indexNews_Nav ul li:first-child {
        background: #028bd1;
    }

    .indexNews_Nav li:first-child .arrow {
        background: #fff;
    }

        .indexNews_Nav li:first-child .arrow span {
            color: #028bd1;
        }

    .indexNews_Nav li:first-child .word {
        color: #fff;
    }

    .indexNews_Nav ul li:hover {
        background: #028bd1;
    }

    .indexNews_Nav li:hover .arrow {
        background: #fff;
    }

        .indexNews_Nav li:hover .arrow span {
            color: #028bd1;
        }

    .indexNews_Nav li:hover .word {
        color: #fff;
    }

.indexNews_List {
    width: 75%;
    float: left;
}

    .indexNews_List li {
        width: 44%;
        float: left;
        margin: 0 3% 10px 3%;
    }

    .indexNews_List .pic {
        width: 100%;
        height: 240px;
        overflow: hidden;
        position: relative;
    }

        .indexNews_List .pic:hover {
            box-shadow: 0 5px 5px #eee;
        }

        .indexNews_List .pic img {
            width: 100%;
            height: 240px;
            position: absolute;
            top: 0;
            left: 0;
        }

    .indexNews_List .word {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
    }

        .indexNews_List .word dd {
            width: 100%;
            height: 50px;
            overflow: hidden;
            line-height: 50px;
            font-size: 16px;
            border-bottom: 1px solid #ccc;
            transition: all 0.5s;
            text-indent: 10px;
        }

        .indexNews_List .word dt {
            width: 100%;
            height: 60px;
            overflow: hidden;
            line-height: 30px;
            font-size: 14px;
            color: #999;
            margin-top: 10px;
        }

    .indexNews_List .more {
        width: 100%;
    }

        .indexNews_List .more div {
            width: 30px;
            height: 20px;
            line-height: 20px;
            border: 1px solid #eee;
            color: #999;
            text-align: center;
            transition: all 0.5s;
        }

    .indexNews_List li:hover .word dd {
        background: #028bd1;
        color: #fff;
    }

    .indexNews_List li:hover .word dt {
        color: #028bd1;
    }

    .indexNews_List li:hover .more div {
        margin-left: 20px;
        border: 1px solid #028bd1;
        color: #028bd1;
    }

@media(max-width:720px)
{
    .indexTitle{
        width:100%;
        height:auto;overflow:hidden;
        text-align:center;
        margin:20px auto 30px auto;
    }
    .indexTitle h2{
        width:100%;
        line-height:50px;
        font-size:26px;
        letter-spacing:3px;
    }
    .indexTitle h3{
        width:100%;
        line-height:20px;
        height:20px;overflow:hidden;
        color:#666;
        font-size:14px;
    }
    .indexbg_product {
        background-image: url(/skins/Images/indextitle_product.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
    }

    .indexbg_customer {
        background-image: url(/skins/Images/indextitle_customer.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
    }

    .indexbg_advantage {
        background-image: url(/skins/Images/indextitle_advantage.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
    }

    .indexbg_case {
        background-image: url(/skins/Images/indextitle_case.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
    }

    .indexbg_new {
        background-image: url(/skins/Images/indextitle_news.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
    }

    .indexbg_contract {
        background-image: url(/skins/Images/indextitle_contract.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size:80%;
    }

    .indexProduct_Nav {display:none;}
    .indexProduct_Content {display:none;}
    .indexWapProduct_List{
        width:100%;
        height:auto;overflow:hidden;
        display:block;
    }
    .indexWapProduct_List li{
        width:48%;float:left;
        margin:10px 1%;
    }
    .indexWapProduct_List li img{
        width:100%;
        height:140px;
    }
    .indexWapProduct_List li div{
        width:94%;
        height:30px;line-height:30px;
        overflow:hidden;
        background:#fff;
        font-size:12px;
        padding:5px 3%;
    }

#IndexBanner1 {
    width: 100%;
    height: 160px;
    background-image: url(/skins/Images/wap_index_banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#indexCustom{
    width:100%;
    height:auto;overflow:hidden;
    background-image:url(/skins/Images/index_bg2.jpg);
    background-repeat:no-repeat;
    padding:20px 0 40px 0;
    margin-bottom:80px;
}
#indexCustom img{
    transition:all 0.5s;
}
#indexCustom img:hover{
    box-shadow:0 10px 10px #eee;
}

#indexAdvantage{
    width:100%;
    height:auto;overflow:hidden;
    margin:50px 0;
}
#indexAdvantage img{width:90%;}
#indexAdvantage .left{
    width:100%;float:left;
    height:auto;overflow:hidden;
    margin-top:5px;
}
     #indexAdvantage .left h2{
         width:100%;
         line-height:50px;
         font-size:20px;
         font-weight:bold;
         margin-top:30px;
     }
     #indexAdvantage .left h2 span{color:#028bd1;}
    #indexAdvantage .left .line{
         width:50%;float:left;
         height:30px;
         background-image:url(/skins/Images/index_bg2.jpg);
         margin-bottom:40px;
     }
     #indexAdvantage .left .list{
         width:100%;
     }
     #indexAdvantage .left .list li{
         width:97%;
         height:auto;line-height:25px;overflow:hidden;
         font-size:14px;
         color:#666;
         margin:10px 0;
         padding-left:3%;
         background-image:url(/skins/Images/arrow_advantage.png);
         background-repeat:no-repeat;
         background-position:left;
         background-size:8px 8px;
     }
     #indexAdvantage .left .list li span{color:#f2b81c;}
   
    #indexAdvantage .right {
        width: 100%;
        float: left;
        height:auto;overflow:hidden;
        margin-top:30px;
        text-align:right;
    }
     #indexAdvantage .right h2{
         width:100%;
         line-height:50px;
         font-size:16px;
         font-weight:bold;
         text-align:right;
     }
     #indexAdvantage .right h2 span{color:#028bd1;}
    #indexAdvantage .right .line{
         width:50%;float:right;
         height:30px;
         background-image:url(/skins/Images/index_bg2.jpg);
         margin-bottom:40px;
     }
     #indexAdvantage .right .list{
         width:100%;
         text-align:right;
     }
     #indexAdvantage .right .list li{
         width:98%;
         height:auto;line-height:25px;overflow:hidden;
         font-size:14px;
         color:#666;
         margin:10px 0;
         padding-right:2%;
         background-image:url(/skins/Images/arrow_advantage.png);
         background-repeat:no-repeat;
         background-position:right;
         background-size:8px 8px;
     }
     #indexAdvantage .right .list li span{color:#f2b81c;}


#IndexBanner2 {
    width: 100%;
    height: auto;
    background:#028bd1;
    padding-top:20px;
    padding-bottom:20px;
    text-align:center;
    line-height:30px;
}
#IndexBanner2 h2{
    width:100%;
    text-align:center;
    color:#fff;
    line-height:40px;
    font-weight:bold;
    font-size:24px;
}
#IndexBanner2 h3{
    width:100%;
    color:#fff;
    height:40px;overflow:hidden;
    line-height:40px;
    margin-bottom:20px;
}
    #IndexBanner2 h3 span {
        font-size: 30px;
        color: #f2b81c;
        font-weight: bold;
        font-family: Impact,Microsoft YaHei, arial, 宋体;
    }
#IndexBanner2 a{
    padding:10px 20px;
    background:#fff;
    color:#028bd1;
    font-weight:bold;
    font-size:16px;
    transition:0.5s;
}

.indexCase li{
    width:96%;float:left;
    margin:10px 1.5%;
    border:1px solid #eee;
    padding-bottom:10px;
    transition:0.5s;
}
.indexCase li:hover{
    border:1px solid #028bd1;
    margin:5px 1.5% 15px 1.5%;
    box-shadow:0 0 10px #ccc;
}
.indexCase li:hover h3,h4{color:#028bd1;}
.indexCase li div{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
.indexCase li div img{
    width:100%;
    height:auto;position:relative;
}
.indexCase li h3{
    width:94%;
    height:30px;line-height:30px;overflow:hidden;
    font-size:14px;
    margin:0 auto;
}
.indexCase li h4{
    width:94%;
    height:20px;line-height:20px;overflow:hidden;
    color:#999;
    font-size:12px;
    margin:0 auto;
}

.indexAbout_Left{
    width:100%;float:left;
    margin-right:0;
}
    .indexAbout_Left img{
        width:100%;
    }
.indexAbout_Right {
    width:100%;float:left;
    margin-top:20px;
}
    .indexAbout_Right h3{
        width:100%;
    }
    .indexAbout_Right h3 img{width:100%;}
    .indexAbout_Right h2 {
        width: 100%;
        height:40px;line-height:40px;
        overflow:hidden;
        font-size:16px;
    }
    .indexAbout_Right h5 {
        width: 100%;
        height: 50px;
        line-height: 90px;
        overflow: hidden;
        font-size:100px;
        font-family: Arial;
        color: #dbdbdb;
    }
    .indexAbout_Right h4 {
        width: 100%;
        height: 100px;
        line-height: 25px;
        overflow: hidden;
        color:#666;
    }
    .indexAbout_Right .cerlist {
        width:100%;
        height:auto;overflow:hidden;
        margin-top:20px;
    }
        .indexAbout_Right .cerlist li{
            width:25%;float:left;
            line-height:20px;
            text-align:center;
            font-size:12px;
        }
            .indexAbout_Right .cerlist li div{
                width:50px;
                height:40px;
                background:#028bd1;
                border:10px solid #60c9ff;
                border-radius:50%;
                margin:10px auto;
                padding:10px 0 0 0;
                transition:0.5s;
            }
                .indexAbout_Right .cerlist li div img {
                    width: 25px;
                    transition: 0.5s;
                }
            .indexAbout_Right .cerlist li:hover div {
                width: 50px;
                height: 40px;
                background: #f2b81c;
                border: 15px solid #f8db8d;
            }
            .indexAbout_Right .cerlist li:hover div img{
                width: 25px;
            }

.indexAbout_List {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 20px auto;
    text-align: center;
    line-height: 40px;
}
    .indexAbout_List a{
        background:#666;
        padding:10px 20px;
        color:#fff;
        transition:all 0.5s;
        margin:0 10px;
    }
        .indexAbout_List a:hover{
            background:#028bd1;
            box-shadow:0 10px 10px #028bd1;
        }


        .indexNews_Nav {display:none;}

.indexNews_List {
    width: 100%;
    float: left;
}

    .indexNews_List li {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
    }

    .indexNews_List .pic {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

        .indexNews_List .pic:hover {
            box-shadow: 0 5px 5px #eee;
        }

        .indexNews_List .pic img {
            width: 100%;
            height: auto;
            position: relative;
        }

    .indexNews_List .word {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 10px;
    }

        .indexNews_List .word dd {
            width: 100%;
            height: 50px;
            overflow: hidden;
            line-height: 50px;
            font-size: 16px;
            border-bottom: 1px solid #ccc;
            transition: all 0.5s;
            text-indent: 10px;
        }

        .indexNews_List .word dt {
            width: 100%;
            height: 60px;
            overflow: hidden;
            line-height: 30px;
            font-size: 14px;
            color: #999;
            margin-top: 10px;
        }

    .indexNews_List .more {
        width: 100%;
    }

        .indexNews_List .more div {
            width: 30px;
            height: 20px;
            line-height: 20px;
            border: 1px solid #eee;
            color: #999;
            text-align: center;
            transition: all 0.5s;
        }

    .indexNews_List li:hover .word dd {
        background: #028bd1;
        color: #fff;
    }

    .indexNews_List li:hover .word dt {
        color: #028bd1;
    }

    .indexNews_List li:hover .more div {
        margin-left: 20px;
        border: 1px solid #028bd1;
        color: #028bd1;
    }
}<!--0.00019216537475586-->