img{
    width: 100%;
}
/**banner start**/
.agent-banner{
    background: #e6e4e4;
}
.agent-banner img{
    position: relative;
    z-index: 1;
}
/**banner end**/

/**overvien start**/
.overview{
    margin-top: -68px;
    background: #e6e4e4;
}
.ov-cont{
    padding-right: 0;
}
.ov-cont1{
    margin-bottom: 32px;
}
.ov-cont2{
    margin-bottom: 20px;
}
.ov-cont1 h2{
    text-align: right;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.ov-cont1 p{
    margin-bottom: 0;
    text-align: right;
    font-size: 16px;
    color: #707070;
}
.ov-cont2 h3{
    text-align: right;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.ov-cont2 p{
    margin-bottom: 0;
    text-align: right;
    font-size: 16px;
    color: #707070;
}
.ov-bg{
    background: url("../img/overview.jpg")no-repeat center center;
    background-size: cover;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.ov-bg h2{
    margin: 0;
    font-size: 36px;
    color: #707070;
}
.ov-left,.ov-right{
    float: left;
}
.ov-mgr{
    margin-left: 33px;
}
.ov-left{
    width: 1px;
    height: 400px;
    border-left: 2px dashed #707070;
}
.ov-cont-one h3{
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.ov-cont-one p{
    margin: 0;
    font-size: 16px;
    color: #fff;
}
.ov-xc{
    position: relative;
    margin-bottom: 50px;
}
.ov-pdf{

}
.ov-mt{
    margin-top: 40px;
}
.ov-time{
    position: absolute;
    left: -45px;
    top: -13px;
    width: 50px;
    height: 50px;
    border: 2px dashed #707070;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
    background: #151512;
    font-size: 28px;
    color: #707070;
}
.ov-line{
    float: left;
    margin-right: 18px;
}

/**overvien end**/

/**previous news start**/
    /**pc**/
.agen-news{
    padding-bottom: 30px;
    background: #e6e4e4;
}
.ag-news-tit h2{
    font-size: 40px;
    font-weight: bold;
    color: #040401;
    text-align: center;
    margin: 50px 0 30px;
}
.ag-news-list a h3{
    font-size: 20px;
    color: #040401;
    font-weight: bold;
    margin: 5px 0;
    max-height: 44px;
    line-height: 22px;
    overflow: hidden;
}
.ag-news-list a,.ag-news-right a{
    display: block;
}
.ag-news-list a:hover h3{
    color: #D0021B;
}
.ag-news-right a:hover p{
    color: #D0021B;
}
.ag-news-list a p{
    font-size: 14px;
    color: #707070;
    margin-bottom: 0;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.ag-news-right a p{
    font-size: 14px;
    color: #040401;
    margin-bottom: 0;
    margin-top: 5px;
    height: 54px;
    line-height: 18px;
    overflow: hidden;
}
.ag-news-right{
    padding-left: 0;
    margin-bottom: 15px;
}
    /**mobile**/
.mb-overview{
    padding: 40px 0 30px;
    background: url("../img/mb-bg.jpg")no-repeat top center;
    background-size: cover;
    margin-top: -75px;
}
.mb-view1 h2{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.mb-view1 p{
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.mb-view2 h3{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.mb-view2 p{
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.mb-view-pic{
    margin-top: 20px;
}
/**previous news end**/








/**video start**/
.ag-video{
    padding: 50px 0;
    background: #959595;
}
.ag-video-tit h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}
.ag-video-pic{
    position: relative;
}
.ag-video-pic p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    max-height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 15px;
    background: rgba(0,0,0,.5);
    color: #fff;
}
.ag-video-pdf{
    padding-right: 15px;
}
.ag-video-mb{
    padding-right: 0;
    margin-bottom: 15px;
}
.ag-video-pic i {
    position: absolute;
    display: none;
    font-size: 40px;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -5%;
    margin-left: -5%;
    transition: all 0.2s ease-in-out;
}
.ag-video-mb a{
    display: block;
}
.ag-video-mb a:hover i{
    display: block;
}
/**video end**/






/**video tankuang start**/
.s-modal-content2 {
    background: #000;
    width: 660px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}
button.close {
    margin-top: 6px;
    color: #fff;
}
.video-height {
    height: 400px;
}
@media (min-width: 992px){
    .s-modal-content2 {
        height: 450px !important;
    }
}
@media (max-width: 991px){
    .s-modal-content2 {
        width: 92% !important;
    }
    .video-height {
        height: 50vw;
    }
}
/**video tankuang end**/

/**lg-swiper start**/
.lg-swiper{
    padding: 20px 0;
    padding-bottom: 50px;
    background: #e6e6e6;
}
.lg-swiper .swiper-slide{
    text-align: center;
}
.lg-swiper .swiper-slide a span{
    font-size: 80px;
    color: #5a5a5a;
}
.server-title{
    font-size: 14px;
    color: #484848;
}
.lg-swiper a p {
    padding: 0 15px;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
}
.lg-swiper .swiper-container{
    padding-bottom: 30px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #e79213;
}
/**lg-swiper end**/

/**mobile footer start**/
.swt-mobile{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
}
.swt-mobile-body{
    border-top: 1px solid #e6e6e6;
    background: #fff;
}
.swt-mobile-body .icon{
    display: inline-block;
    font-size: 16px;
    margin-right: 2vw;
}
.swt-mobile-body .swt-zx-txt{
    display: inline-block;
    font-size: 14px;
}
.swt-mobile-body a{
    display: inline-block;
    width: 100%;
    height:46px;
    color: #cb0909;
    line-height: 46px; text-align:center;
}
.swt-mobile .swt-zx{
    border-right: 1px solid #e6e6e6;
}
.swt-mobile .swt-ly{

}
/**mobile footer end**/

/**lg-gotop start**/
.lg-gotop{
    position: fixed;
    background: #ccc;
    display: block;
    width: 32px;
    height: 32px;
    right: 10px;
    bottom: 18vw;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.lg-gotop span {
    display: block;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #706b6b;
    width: 32px;
    height: 32px;
}
/**lg-gotop end**/


/**media start**/
@media (max-width: 992px){
    .mb-ag-pd{
        padding-left: 15px;
    }
    .ag-news-tit h2 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .ag-video-tit h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .ag-video {
        padding: 20px 0;
    }
    .ag-news-right a p {
        font-size: 14px;
    }
    .agen-news {
        padding-bottom: 10px;
    }
}
/**media end**/






