.banner{
    /*height: 786px;*/
    padding-bottom: 40%;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide{
    height: 100%;
}
.banner .swiper-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.banner .swiper-slide{
    background-size: cover;
    background-position: center;
}
.banner .txtBox{
    position: absolute;
    top: 287px;
    left: 120px;
    color: #fff;
    z-index: 10;
}
.banner .txtBox .p1{
    font-size: 50px;
    line-height: 70px;
}
.banner .txtBox .p2{
    margin-top: 16px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 19px;
}
.banner .txtBox .p2 span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
    width: 8px;
    height: 6px;
    background: url(../img/icon.png) -40px -40px;
}
.banner .swiper-page{
    position: absolute;
    padding-left: 120px;
    z-index: 10;
    bottom: 60px;
}
.banner .swiper-pagination-switch{
    display: inline-block;
    margin-right: 20px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url(../img/white50.png) repeat;
}
.banner .swiper-pagination-switch.swiper-active-switch{
    background-color: #fff;
}

/* wrap1 */
.wrap-box {
    padding-bottom: 120px;
}
.wrap-box .more-link{
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    border-radius: 40px;
    border:1px solid #ddd;
}
.wrap-title > span{
    font-size: 30px;
    line-height: 40px;
    color: #0075c2;
}

.wrap-main{
    margin-top: 35px;
}
.wrap-item{
    margin-top: 120px;
}
.wrap-1 .news-wrap,
.wrap-1 .other-wrap{
    width: 50%;
    box-sizing: border-box;
}
.wrap-1 .news-wrap{
    padding-right: 60px;
}
.wrap-1 .news-wrap .title{
    border-bottom: 2px solid #e5e5e5;
    font-size: 0;
    text-align: center;
}
.wrap-1 .news-wrap .title .right-link{
    display: block;
    padding: 12px 0 12px 12px;
}
.wrap-1 .news-wrap .title .right-link .icon_bg{
    width: 12px;
    height: 21px;
    background-position: -20px -40px;
}
.wrap-1 .news-wrap .tab-a{
    position: relative;
    width: 33.33%;
    display: inline-block;
    font-size: 28px;
} 
.wrap-1 .news-wrap .tab-a a{
    position: relative;
    display: block;
    line-height: 46px;
    padding-bottom: 16px;
} 
.wrap-1 .news-wrap .tab-a.active{
    color: #0075c2;
}
.wrap-1 .news-wrap .tab-a.active a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    width: 100%;
    background-color: #0075c2;
}
.wrap-1 .news-wrap .list{
    height: 495px;
    overflow: hidden;
    display: none;
}
.wrap-1 .news-wrap .list ul{
    height: 445px;
}
.wrap-1 .news-wrap .list.active{
    display: block;
}
.wrap-1 .news-wrap li{
    padding-top: 16px;
}
.wrap-1 .news-wrap li .img{
    position: absolute;
    left: 0;
    top: 32px;
    height: 180px;
    width: 270px;
    background-size: cover;
    background-position: center;
}
.wrap-1 .news-wrap li a{
    display: block;
    position: relative;
    padding-right: 84px;
    font-size: 18px;
    line-height: 34px;
    color: #666;
}
.wrap-1 .news-wrap li .s-time{
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 16px;
}
.wrap-1 .news-wrap li.first-li{
    padding-top: 0;
    border-bottom: 1px dashed #e5e5e5;
}
.wrap-1 .news-wrap li.first-li a{
    padding: 32px 0 32px 300px;
}
.wrap-1 .news-wrap .txt{
    height: 180px;
    padding-top: 10px;
    box-sizing: border-box;
}
.wrap-1 .news-wrap .txt .p1{
    font-size: 24px;
    line-height: 34px;
    color: #333;
}

.wrap-1 .news-wrap .txt .p2{
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666;
}
.wrap-1 .news-wrap .txt .p3{
    margin-top: 25px;
    font-size: 14px;
    line-height: 1;
    color: #666;
}


.wrap-1 .other-wrap{
    padding-left: 60px;
}
.wrap-1 .other-wrap .p1 a{
    position: relative;
    display: block;
    height: 440px;
    background-size: cover;
    background-position: center;
}
.wrap-1 .other-wrap .p1 .icon_bg.video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -41px;
    margin-top: -41px;
    width: 82px;
    height: 82px;
    background-position: -140px 0;
}
.wrap-1 .other-wrap .p2{
    margin-top: 20px;
}
.wrap-1 .other-wrap .p2 .bb{
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.wrap-1 .other-wrap .p2 .b1{
    padding-right: 10px;
}
.wrap-1 .other-wrap .p2 .b2{
    padding-left: 10px;
}
.wrap-1 .other-wrap .p2 a{
    display: block;
    height: 100px;
    font-size: 24px;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
    background-size: cover;
    color: #fff;
    background-position: center;
}
/* wrap2 */

.wrap-2 .tc-plus{
    overflow: hidden;
}
.wrap-2 .w-box{
    position: relative;
}
.wrap-2 .w-box .swiper-btn{
    position: absolute;
    top: 50%;
    padding: 10px 30px;
    margin-top: -55px;
}
.wrap-2 .w-box .swiper-btn:before{
    content: '';
    display: block;
    width: 45px;
    height: 89px;
    background: url(../img/index_swiper_btn.png) 0 0 no-repeat;
}
.wrap-2 .w-box .swiper-btn.prev-btn{
    left: -75px;
    padding-left: 0;
}
.wrap-2 .w-box .swiper-btn.next-btn{
    right: -75px;
    padding-right: 0;
}
.wrap-2 .w-box .swiper-btn.next-btn:before{
    background-position: -55px 0;
}
.tc-plus li{
    width: 50%;
}
.tc-plus a{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66.5%;
}
.tc-plus .ab-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tc-plus .ab-box.img{
    z-index: 2;
    background-size: cover;
    background-position: center;
}
.tc-plus .ab-box.shadow{
    z-index: 10;
    background: url(../img/black20.png) repeat;
    transition: opacity 0.2s ease;
}
.tc-plus .tag-brand{
    z-index: 11;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 156px;
    background-color: #399e36;
}
.tc-plus .tag-brand .p1 img{
    vertical-align: top;
    height: 128px;
    width: 156px;
}
.tc-plus .tag-brand .p-border{
    margin: 0 auto;
    width: 60px;
    height: 1px;
    background-color: #fff;
}
.tc-plus .tag-brand .p2{
    padding: 20px 10px;
    min-height: 70px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    color: #fff;
}
.tc-plus .list-box a:hover .ab-box.shadow{
    opacity: 0;
}
/* wrap3 */
.wrap-3 .wrap-main{
    margin-top: 32px;
}
.wrap-3 li{
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 3px;
    padding-top: 3px;
}
.wrap-3 li a{
    position: relative;
    display: block;
    height: 356px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.wrap-3 li a:before{
    content: '';
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/black20.png) repeat;
}
.wrap-3 li a:after{
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 147px;
    background: url(../img/shadow1.png) repeat-x;
}
.wrap-3 li .img{
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    transition: transform 0.3s ease;
}
.wrap-3 li .txt{
    position:absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
}
.wrap-3 li .p1{
    font-size: 18px;
    line-height: 1;
}
.wrap-3 li .p2 {
    margin-top: 12px;
    position: relative;
    padding-left: 40px;
    font-size: 12px;
    line-height: 1;
}
.wrap-3 li .p2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 6px;
    width: 26px;
    background-color: #f7af00;
}
.wrap-3 a:hover:before{
    display: none;
}
.wrap-3 a:hover .img{
    transform: scale(1.2);
}
/* wrap4 */
.wrap-4 .box{
    width: 50%;
}
.wrap-4 .img{
    height: 100%;;
    background-size: cover;
    background-position: center;
}
.wrap-4 .wrap-main a{
    display: block;
    height: 420px;
    background-color: #fff;
}
.wrap-4 .link2 {
    position: relative;
    padding-right: 420px;
}
.wrap-4 .link2 .txt{
    position: absolute;
    top: 0;
    right: 0;
    padding: 76px 70px 0;
    width: 420px;
    height:420px;
    box-sizing: border-box;
}
.wrap-4 .link2 .txt .p1{
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    color: #333;
}
.wrap-4 .link2 .txt .p2{
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    color: #999;
}
.wrap-4 .link2 .txt .more-link{
    margin-top: 33px;
    color: #0075c2;
}
.wrap-5{
    margin-top: 125px;
}


@media screen and (max-width: 1600px) {
    .wrap-2 .w-box .swiper-btn{
        margin-top: 10px;
        background: url(../img/black50.png) repeat;
    }
    .wrap-2 .w-box .swiper-btn:before{
        width: 30px;
        height: 59px;
        background-position: 0 -80px;
        background-image: url(../img/icon.png);
    }
    .wrap-2 .w-box .swiper-btn.prev-btn{
        padding: 10px 20px 10px 10px;
        left: 0;
    }
    .wrap-2 .w-box .swiper-btn.next-btn{
        padding: 10px 10px 10px 20px;
        right: 0;
    }
    .wrap-2 .w-box .swiper-btn.next-btn:before{
        background-position: -40px -80px;
    }
}

@media screen and (max-width: 1480px) {
    .wrap-2 .w-box .swiper-btn{
        margin-top: 40px;
    }
    .wrap-4 .link2{
        padding-right: 360px;
    }
    .wrap-4 .link2 .txt{
        padding:76px 40px 0;
        width: 360px;
    }
}

@media screen and (max-width: 1300px) {
    .wrap-1 .news-wrap .tab-a{
        font-size: 20px;
    }
    .wrap-2 .w-box .swiper-btn{
        margin-top: 75px;
    }
    .wrap-4 .link2{
        padding-right: 320px;
    }
    .wrap-4 .link2 .txt{
        padding: 76px 20px 0;
        width: 320px;
    }
}