*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-weight: normal;
}
p{
    margin: 0;
}
a,a:link{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.adv{
    width: 100%;
    height: 40px;
    background: #333;
    font-size: 12px;
    color: #a8a8aa;
    line-height: 40px;
}
.adv .adv-text{
    text-align: right;
    transform: scale(0.85);
}
.header{
    height: 60px;
    width: 100%;
    line-height: 60px;
    background: #000000;
}
.header .header-box{
    position: relative;
}
.header .header-box ul{
    font-size: 13.5px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.header .header-box ul li{
    float: left;
}
.header .header-box ul li a{
    color: #fff;
}
.header .header-box ul li span{
    margin: 0 30px;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.banner h1{
    font-size: 50px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
}
.banner h2{
    font-size: 34px;
    color: #fff;
}
.banner .banner-text{
    position: absolute;
    top: 25%;
}
.agent{
    position: relative;
}
.agent img{
    width: 100%;
}
.agent h2{
    color: #2c45a7;
    font-size: 38px;
    line-height: 1.2;
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.agent .agent-box{
    position: absolute;
    bottom: 0;
}
.agent .coentnt{
    background: #fff;
    border-radius: 5px;
}
.agent .coentnt .agent-text{
    padding: 20px 0;
    text-align: center;
    display: none;
}
.agent .coentnt p{
    text-align: center;
    color: #2c45a7;
    font-size: 22px;
    line-height: 1.4;
}
.ers{
    position: relative;
}
.ers img{
    width: 100%;
}
.ers .agent-box{
    position: absolute;
    top: 0;
}
.ers .coentnt{
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ers .coentnt .agent-text{
    padding: 20px 0;
    text-align: center;
    position: relative;
}
.ers .coentnt p{
    text-align: center;
    color: #2c45a7;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}
.ers .ers-box{
    position: absolute;
    top: 43%;
    width: 100%;
    text-align: center;
}
.ers .ers-box p{
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.agent-text::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -10px;
    right: 10%;
    transform: rotate(45deg);
}
.use{
    padding-top: 60px;
}
.use ul li{
    color: #8094c8;
    font-size: 20px;
    float: left;
    width: 16.66666%;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}
.use ul li span{
    display: block;
    border-left: 1px solid #c2cfea;
}
.use ul .last{
    border-right: 1px solid #c2cfea;
}
.use .wire{
    height: 1px;
    background: #d6e2f1;
    margin-top: -1px;
}
.use ul li.active{
    color: #3450b8;
    border: 1px solid #d6e2f1;
    border-bottom: #eaf3ff;
    position: relative;
    z-index: 2222;
    background: #eaf3ff;
    font-weight: 600;
}
.use ul li.active+li span{
    border: 0;
}
.use .use-box{
    background: #eef5ff;
    position: relative;
    display: none;
}
.use .use-box img{
    width: 100%;
    display: block;
}
.use ul li.active span{
    border: 0;
}
.use .use-box h2{
    color: #2c45a7;
    font-size: 42px;
    padding-bottom: 40px;
    font-weight: 600;
}
.use .use-box p{
    font-size: 15px;
    color: #393939;
    line-height: 1.6;
}
.use .use-text{
    position: absolute;
    top: 30%;
    width: 25%;
}
.use .use-box span{
    color: #000;
    font-weight: 600;
}
#footer{
    width: 100%;
    padding: 13px 0;
    background: #000;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
#footer .foot_mb{
    display: none;
}
.mb{
    display: none;
}
.htc{
    padding: 0;
}
.use-mb,.mbNav,.menupush_img{
    display: none;
}

@media (max-width: 1400px){
    .agent h2{
        top: 11%;
    }
}
@media (max-width: 1300px){
    .agent h2{
        top: 7%;
    }
}

@media (max-width: 1200px){
    .banner h1{
        font-size: 40px;
    }
    .banner h2{
        font-size: 24px;
    }
    .agent h2{
        font-size: 30px;
    }
    .ers .coentnt p{
        font-size: 18px;
    }
    .ers .coentnt .agent-text{
        padding: 15px 0;
    }
    .agent-text::before{
        width: 15px;
        height: 15px;
        top: -7.5px;
    }
    .ers .ers-box p{
        font-size: 14px;
    }
    .use .use-box h2{
        font-size: 32px;
        padding-bottom: 30px;
    }
}
@media (max-width: 992px){
    .banner h1{
        font-size: 30px;
    }
    .banner h2{
        font-size: 18px;
    }
    .agent h2{
        font-size: 22px;
        top: 10%;
    }
    .ers .coentnt p{
        font-size: 14px;
    }
    .ers .coentnt .agent-text{
        padding: 10px 0;
    }
    .ers .ers-box p{
        font-size: 14px;
    }
    .use ul li{
        font-size: 14px;
    }
    .use{
        padding-top: 40px;
    }
    .use .use-text{
        top: 25%;
    }
    .use .use-box h2{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .use .use-box p{
        font-size: 13px;
    }
    .menupush_img{
        display: none;
    }
}

@media (max-width: 767px){
    #footer .foot_pc,.pc,.use{
        display: none;
    }
    #footer .foot_mb,.mb{
        display: block;
    }
    .ers .coentnt .agent-text{
        display: none;
    }
    .banner .banner-text{
        top: 11%;
    }
    .banner h1{
        font-size: 28px;
        padding-bottom: 5px;
    }
    .banner h2{
        font-size: 20px;
    }
    .agent .coentnt .gomb{
        display: block;
        position: relative;
        margin-bottom: 10px;
        box-shadow: 0 2px 10px #eaeaea;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .ers .coentnt .gomb{
        display: block;
        padding: 20px 0;
    }
    .agent h2{
        top: 35px;
    }
    .agent .coentnt p,
    .ers .coentnt p{
        font-size: 16px;
        font-weight: 600;
    }
    .ers .ers-box{
        top: 30%;
    }
    .ers .ers-box p{
        line-height: 1.4;
    }
    .ers .ers-box p span{
        display: block;
    }
    .ers .agent-box{
        width: 100%;
        top: -2px;
    }
    .agent .agent-box .container,
    .ers .agent-box .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .agent .agent-box .col-xs-6,
    .ers .agent-box .col-xs-6{
        padding-left: 10px;
        padding-right: 10px;
    }
    .use-mb{
        display: block;
    }
    .use-mb img{
        width: 100%;
    }
    .use-mb h1{
        font-size: 18px;
        padding: 15px 0;
        text-align: center;
        color: #3450b8;
        background: #e3eeff;
        border-bottom: 1px solid #cce2ff;
        font-weight: 600;
    }
    .use-mb-box h2{
        font-size: 22px;
        font-weight: 600;
        color: #2c45a7;
        margin-bottom: 5px;
    }
    .use-mb-box{
        position: relative;
    }
    .use-mb-box p{
        font-size: 14px;
        color: #393939;
        line-height: 1.4;
    }
    .use-mb-box p span{
        color: #333;
        font-weight: 600;
    }
    .use-mb-text{
        position: absolute;
        top: 11%;
        left: 0;
        padding: 0 15px;
    }
    .header-box ul{
        display: none;
    }
    .menupush_img{
        display: block;
        position: absolute;
        right: 0;
        top: 15px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .mbNav{
        background: #eee;
    }
    .mbNav li{
        border-bottom: 1px solid #e7e7e7;
    }
    .mbNav li a{
        color: #333;
        display: block;
        padding: 8px 10px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 38px;
        height: 69px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 0;
        background-image: url(../images/next-blue.png);
        background-size: 100% 100%;
    }
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
        opacity: 0.3;
    }
    .swiper-pagination-bullet-active{
        color: #4364c5;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 0;
        background-image: url(../images/prev-blue.png);
        background-size: 100% 100%;
    }
    .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
}