﻿.banner .swiper-wrapper .swiper-slide img{
    width: 100%;
}
.banner .swiper-pagination{
    text-align: left;
    color: #fff;
    padding-left: 4%;
    font-size: 4rem;
    bottom: 6%;
}
.banner .swiper-pagination .swiper-pagination-total{
    font-size: 3rem;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    background:#fff;
    padding: 30px;
    color:#01368f !important;
}
:root {
    --swiper-navigation-size: 30px !important;
}
.banner .swiper-button-prev{
    left: auto;
    top:auto;
    right: 4%;
    bottom: 6%;
}
.banner .swiper-button-next{
    left: auto;
    top:auto;
    right: 4%;
    bottom: calc(6% + 60px);
}
.banner .swiper-button-prev:hover{
    background:#01368f;
    color:#fff !important;
}
.banner .swiper-button-next:hover{
    background:#01368f;
    color:#fff !important;
}
.content .top{
    position: relative;
}
.banner #swiper2{
    display: none;
}
.about{
    padding: 5% 0;
    padding-left: calc(4% + 150px);
    padding-right: calc(4% + 150px);
    font-size: 2.4rem;
}
.about .container{
    text-indent: 4.8rem;
    font-size: 2.4rem;
    line-height:4.3rem;
}
.about .numAb{
    text-align: center;
    font-size: 2.4rem;
}
.about .numAb li{
    width:25%;
    display: inline-block;
    float: left;
    margin-top: 20px;
}
.about .numAb .counter{
    font-size: 5rem;
    font-family: 'Bold';
    color: #0e4a86;
    display: inline-block;
    margin-right: 3px;
}
.iWhy{
    background: url(../img/indexBg.jpg) no-repeat;
    background-size: cover;
    padding: 5% 0;
    padding-left: calc(4% + 150px);
    padding-right: calc(4% + 150px);
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
}
.iWhy .tlePic img{
    width: 36%;
    margin-bottom: 3%;
}
.iWhy .ulWhy li{
    position: relative;
    display: inline-block;
    width: calc(100% / 3);
    float: left;
    box-sizing: border-box;
    vertical-align: middle;
    height: 375px;
    overflow: hidden;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari 和 Chrome */
    -o-transition: all 0.4s;
}
.iWhy .ulWhy li .noPic{
    display: none;
}
.iWhy .ulWhy li .name{
    margin: 20px 0;
    font-size: 2.6rem;
    font-family: 'Bold';
}
.iWhy .ulWhy li .liCon{
    padding: 9%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.iWhy .ulWhy li:last-child .liCon{
    padding-top: 25%;
}
.iWhy .ulWhy li .lineWhy{
    display: inline-block;
    width: 5.2rem;
    border-bottom:2px solid #fff;
    margin: 15px 0 35px 0;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari 和 Chrome */
    -o-transition: all 0.4s;
}
.iWhy .ulWhy li .liCon img{
    width: 22.5%;
}
.iWhy .ulWhy li .intro{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.iWhy .ulWhy li .float{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    bottom: 380px;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari 和 Chrome */
    -o-transition: all 0.4s;
}
.iWhy .ulWhy li:hover .float{
    bottom: 0;
}
.iWhy .ulWhy li:hover{
    color: #0e4a86;
}
.iWhy .ulWhy li:hover .lineWhy{
    border-bottom:2px solid #0e4a86;
}
.iWhy .ulWhy li:hover .nowPic{
    display: none;
}
.iWhy .ulWhy li:hover .noPic{
    display: inline-block;
}
.proVideo{
    padding: 5% 0;
}
.proVideo .videoBox{
    width: 100%;
    position: relative;
}
.proVideo .videoBox .playIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9%;
    min-width: 40px;
    transform: translate(-50%,-50%);
}
.proVideo .videoBox .bigIco{
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
}
.proCenter{
    padding: 0 4%;
}
.proCenter .proList li{
    display: inline-block;
    margin-right: 1%;
    width: calc((100% - 3%) / 4);
    margin-bottom: 20px;
    text-align: center;
    float: left;
}
.proCenter .proList li:nth-child(4n){
    margin-right: 0;
}
.proCenter .proList li .imgDiv{
    background: #f0f7fc;
    margin-bottom: 10px;
    display: table;
    width: 100%;
    padding-top: 8%;
}
.proCenter .proList li .pic{
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari 和 Chrome */
    -o-transition: all 0.4s;
}
.proCenter .proList li .pic img{
    height: 250px;
    max-width: 100%;
}
.proCenter .proList li .imgDiv:hover .pic{
    transform: scale(1.2);
}
.proCenter .proList li .name{
    font-size: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.iYX{
    padding: 5% 6%;
}
.iYX .map{
    width: 100%;
}
.iQT .tab{
    text-align: center;
}
.iQT .tab span{
    cursor: pointer;
    display: inline-block;
    border:1px solid #232122;
    font-size: 3rem;
    margin: 0 2%;
    border-radius: 50px;
    padding: 10px 0;
    width: 15%;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari 和 Chrome */
    -o-transition: all 0.4s;
}
.iQT .tab span a{
    display: block;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari 和 Chrome */
    -o-transition: all 0.4s;
}
.iQT .tab span.active,.iQT .tab span:hover{
    border:1px solid #0e4a86;
    background: #0e4a86;
}
.iQT .tab span.active a,.iQT .tab span:hover .clo{
    color:#fff;
}
.iQT .tabContainer{
    padding: 0;
    height: 0;
    overflow: hidden;
}
.iQT .swiper-button-next, .iQT .swiper-button-prev{
    background: rgba(255,255,255,.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.picScroll-left{
    overflow:hidden;
    position:relative;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
    display:block;
    position: absolute;
    cursor:pointer;
    top: 155px;
    background: rgba(255,255,255,.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    padding: 11px 0;
}
.picScroll-left .hd .prev img,.picScroll-left .hd .next img{
    width: 16px;
}
.picScroll-left .hd .prev{
    left: 40px;
}
.picScroll-left .hd .next{
    right: 40px;
}
.picScroll-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.picScroll-left .bd ul li{
    margin:0 8px;
    float:left;
    overflow:hidden;
    text-align:center;
}
    .picScroll-left .bd ul li img {
        transition:all 0.5s;
    }

    .picScroll-left .bd ul li:hover img{
         transform:scale(1.1,1.1);
    }

.iParent{
    padding: 5% 0;
    padding-left: calc(4% + 150px);
    padding-right: calc(4% + 150px);
    background: #f0f7fc;
}
.iParent .title .english{
    color:#fff;
}
.iParent .brand{
    position: relative;
    padding: 3% 0;
}
.iParent .brand li{
    display: inline-block;
    float: left;
    width: calc((100% - 4%) / 5);
    margin-right: 1%;
    margin-bottom: 1%;
    overflow:hidden;
}
.iParent .brand li img{
    width: 100%;transition:all 0.5s;
}
    .iParent .brand li:hover img{
       transform:scale(1.1,1.1);
    }

.iParent .brand li:nth-child(5),.iParent .brand li:nth-child(9),.iParent .brand li:nth-child(11),.iParent .brand li:nth-child(15){
    margin-right: 0;
}
.iParent .brand li:nth-child(7),.iParent .brand li:nth-child(13){
    margin-right: calc(((100% - 4%) / 5) + 2%);
}
.iParent .brand li:nth-child(10){
    margin-right: calc((((100% - 4%) / 5) * 3) + 4%);
}
.iParent .brand li:last-child{
    position: absolute;
    top: 27%;
    left: 50%;
    width: 27%;
    margin-left: -13.5%;
}










@media screen and (max-width:1800px){
    .proCenter .proList li .name{
        font-size: 2rem;
    }
}
@media screen and (max-width:1450px){
    .about .container{
        text-indent: 3.6rem;
        font-size: 1.8rem;
    }
    .about .numAb{
        font-size: 1.8rem;
    }
    .about .numAb .counter{
        font-size: 3rem;
    }
    .about{
        padding-left: 6%;
        padding-right: 6%;
    }
    .iWhy{
        padding-left: 6%;
        padding-right: 6%;
    }
    .iWhy .ulWhy li{
        height: 315px;
    }
    .iWhy .ulWhy li .name{
        font-size: 2rem;
    }
    .iWhy .ulWhy li .lineWhy{
        width: 4rem;
    }
    .iWhy .ulWhy li .intro{
        font-size: 1.6rem;
    }
    .proCenter .proList li .pic{
        height: 230px;
    }
    .proCenter .proList li .pic img{
        height: 150px;
        max-width: 100%;
    }
    .proCenter .proList li .name {
        font-size: 1.7rem;
    }
    .iQT .tab span{
        font-size: 2.2rem;
    }
    .iParent{
        padding: 5% 6%;
    }
}
@media screen and (max-width:1195px){
    .banner #swiper1{
        display: none;
    }
    .banner #swiper2{
        display: block;
    }
    .banner .swiper-pagination{
        font-size: 2rem;
    }
    .banner .swiper-pagination .swiper-pagination-total{
        font-size: 1.4rem;
    }
    .banner .swiper-button-next, .banner .swiper-button-prev{
        padding: 15px;
    }
    :root {
        --swiper-navigation-size: 15px !important;
    }
    .banner .swiper-button-next{
        bottom: calc(6% + 30px);
    }
    .about .container{
        text-indent: 2.8rem;
        font-size: 1.4rem;
    }
    .about .numAb{
        font-size: 1.4rem;
        line-height: 3rem;
        display: block;
    }
    .about .numAb li{
        width: 50%;
    }
    .about .numAb .counter{
        font-size: 2.4rem;
    }
    .iWhy .tlePic img{
        width: 55%;
    }
    .iWhy .ulWhy li{
        width: 50%;
        height: 185px;
    }
    .iWhy .ulWhy li .liCon img{
        width: 35px;
    }
    .iWhy .ulWhy li .name{
        margin: 10px 0;
        font-size: 1.7rem;
    }
    .iWhy .ulWhy li .lineWhy{
        margin: 5px 0 15px 0;
        width: 3.6rem;
    }
    .iWhy .ulWhy li .intro {
        font-size: 1.4rem;
    }
    .proCenter .proList li{
        width: calc((100% - 3%) / 2);
        margin-right: 3%;
    }
    .proCenter .proList li:nth-child(2n){
        margin-right: 0;
    }
    .proCenter .proList li .pic img {
        height: 100px;
        max-width: 100%;
    }
    .proCenter .proList li .pic{
        height: 150px;
    }
    .proCenter .proList li .name {
        font-size: 1.4rem;
    }
    .proCenter{
        padding: 0 6%;
    }
    .iQT .tab span{
        font-size: 1.8rem;
        margin: 15px 2%;
        padding: 5px 0;
        width: 35%;
    }
    .picScroll-left .hd .prev,.picScroll-left .hd .next{
        width: 30px;
        height: 30px;
        padding: 6px 0;
    }
    .picScroll-left .hd .prev img,.picScroll-left .hd .next img{
        width: 10px;
    }
    .iParent .brand li{
        width: calc((100% - 2%) / 3);
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .iParent .brand li:nth-child(5),.iParent .brand li:nth-child(9),.iParent .brand li:nth-child(11),.iParent .brand li:nth-child(15){
        margin-right: 1%;
    }
    .iParent .brand li:nth-child(3),.iParent .brand li:nth-child(6),.iParent .brand li:nth-child(8),.iParent .brand li:nth-child(10),.iParent .brand li:nth-child(13){
        margin-right: 0;
    }
    .iParent .brand li:nth-child(7),.iParent .brand li:nth-child(9){
        margin-right: calc(((100% - 2%) / 3) + 2%);
    }
    .iParent .brand li:nth-child(9),.iParent .brand li:nth-child(10){
        margin-top: 14%;
    }
    .iParent .brand li:nth-child(10){
    }
    .iParent .brand li:last-child{
        top: 28%;
        left: 50%;
        width: 44%;
        margin-left: -22%;
    }
}