.container{
    width: 1200px;
    margin: 0 auto;
}
body{
    background: #ffffff;
}

header{
    height: 120px;
    overflow: hidden;
}

header .container{
    height: 100%;
}
header  .logo{
    float: left;
    transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    position: relative;
    top: 50%;
}

header .headRight{
    float: right;

    transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    position: relative;
    top: 50%;
    display:inline-block;
}
header .headRight a{
    font-size: 18px;
}

header .iso{
    float: left;
    transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    position: relative;
    top: 50%;
    display: inline-block;
    margin-left: 15px;
}



/*大图*/
.bannerHome{
    position: relative;
	 width:100%;

}
.bannerHome .swiper{
      width: 100%;
      height: 100%;
  
}
.bannerHome .swiper-wrapper{
      /* 通过改变animation-timing-function 制作弹性切换效果 */
            transition:  ease-in 0.3s;
}
.bannerHome .swiper-slide{
      position:  relative; 
      background-position: center center;
      background-size: cover;

}
.bannerHome .swiper-slide img{
      width: 100%;display: block;
      -o-object-fit: cover;
      object-fit: cover;  
     
   
} 

.bannerHome .swiper-slide>img {
	width: 100%;
	transform: scale(1.3);
}


.bannerHome .swiper-slide-active>img{
	transform: scale(1.02);
	transition: 4s ease;
}



.bannerHome .swiper-pagination{
      bottom: 2%;
}
.bannerHome .swiper-pagination-bullet{ width:40px; height:5px; border-radius:0px; transition:all linear .2s;    background: rgb(255, 255, 255,.4);}
.bannerHome .swiper-pagination-bullet-active{
   width: 40px;
   height: 5px;
   background: rgb(255, 255, 255,.8);
}
.bannerHome .wz{
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    text-align: center;
}
.bannerHome .wz span{
    position: relative;
    display: inline-block;
    font-size: 53px;
    color: #ffffff;
    width: 1200px;
    padding-bottom: 25px;
}

.bannerHome .wz span::after{
    content: '';
    background: #3268c5;
    height: 8px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.bannerHome .wz p{
   
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 600px;
    margin: 0 auto;    margin-top: 35px;
    line-height: 2;
}




h2.tit{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 70px;
}
h2.tit a{
    display: inline-block;
    background: #3268c5;
    color: #ffffff;
    padding: 0 10px;
    margin-right: 5px;
}

h1.tit{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 50px;
    color: #ffffff;
}
h1.tit span{
    display: inline-block;
    position: relative;
    padding-bottom: 35px;
}
h1.tit span::after{
    content: '';
    background: #3268c5;
    height: 8px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}
.tit2{
    text-align: center;
    color: #333333;
    margin-top: 15px;
}
.tit3{
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin-top: 55px;
    font-size: 36px;
}

.biaoti{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    width: 100%;
}
.biaoti span{
    color: #f54747;
    display: inline-block;width: 100%;
}
.biaoti .search{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.biaoti .search input{
    border: 1px solid #E2E2E2;
    height: 40PX;width: 80%;
}
.biaoti .search a{
    border: 1px solid #E2E2E2;
    display: inline-block;
    height: 40px;
    margin-left: 5px;line-height: 40px;
    font-size: 12px;width: 76px;text-align: center;
}
.tabBox{
    margin-top: 50px;
}
.tabBox .box{
    float: left;
    width: 48%;
}
.tabBox .box:nth-child(2){
    float: right;
    width: 48%;
}

.talbe{
    width: 100%;
    border-top: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
}

.talbe td{
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    padding: 10px;
}



.step3{
 
    overflow: hidden;
    margin-top: 50px;
}
.step3 img{
    width: 100%;
    display: block;
}
.col1{
    float: left;
    width: 298px;
}

.col2{
    float: left;
    width: 499px;
}

.col3{
    float: left;
    width: 403px;
}

.col2 span{
    float: left;
    width: 200px;
    display: block;
}
.col2 p{
    float: left;
    width: 299px;
    display: block;
}

.whychose{
    height: 318px;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 80px;
    overflow: hidden;
}
.whychose .desc{
    font-size: 16px;
    color: #ffffff;
    line-height: 2;
    margin-top: 40px;
}
.numb{
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 60px;
}
.numb::after{
    content: '';
    width: 1px;
    height: 100%;
    background: #eeeeee;
    position: absolute;
    left: 120px;
    top: 0;
}
.numb .row{
    overflow: hidden;
    margin: 20px 0;
}
.numb .row p{
    display:inline-block;
    width: 100px;
    text-align: right;
}
.numb .row span{
    display:inline-block;
    
    text-align: left;
    margin-left: 35px;
	width:600px
}
.tu{
    float: right; display: inline-block;
    margin-top: 60px;
}
.tu img{
    width: 100%;
}
.bg{
    background: #f7f7f7;
    overflow: hidden;
    padding: 35px 0;
    padding-bottom: 70px;
}

.comdesc{
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin-top: 50px;
}

.pic{
    overflow: hidden;
    margin-top: 10px;
}
.pic li{
    float: left;
    width: calc((100% - 81px)/4);
    margin-top: 27px;
    margin-right: 27px;
    overflow: hidden;
}
.pic li.big{
    float: left;
    width: calc((100% - 81px)/4*2 + 27px);
}
.pic li:nth-child(3n){
    margin-right: 0;
}
.pic li:nth-child(4){
    clear: both;
}
.pic li img{
    width: 100%;
}
.faqlist {
    margin-top: 35px;
}
.faqlist li .title{
  height: 75px;
}
.faqlist li .title i{
    display: inline-block;
    
    transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    position: relative;
    top: 50%;
    float: left;
   
}
.faqlist li .title a{
    display: inline-block;
    
    transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    position: relative;
    top: 50%;
    float: left;
  
    margin-left: 10px;
}

.faqlist li .title h3{
   
    font-size: 18px;
 
}


.faqlist li .desc{
    font-size: 16px;
    color: #717171;
    background: #ffffff;
    padding: 20px 20px;
}

.tits{
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    margin-top: 35px;
}
.contact{
    float: left;
    width: 50%;
}
.contactBox{
    float: left;

    position: relative;
    background: #ffffff;
    margin-top: 15px;
    height: 468px;
}
.contactBox .title{
    background: #f7f7f7;
    font-size: 18px;
    color: #333333;
    width: 80%;
    margin: 32px auto;
    padding: 25px;
    line-height: 1.5;
}
.contactBox .ctitle{
    width: 80%;
    margin: 0px auto;
    margin-top: 15px;
    margin-top: 10px;
}
.contactBox .ctitle span{
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-bottom: 10px;
}

.contactBox .ctitle span::after{
    content: '';
    background: #3268c5;
    height: 5px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;

}
.mt30{
    margin-top: 15px;
}
.rows{
    width: 80%;
    margin: 0px auto;
    font-size: 16px;
}
.rows span{
    color: #3268c5;
}

.form .box{
    height: 468px;
    background: #ffffff;
    overflow: hidden;   margin-top: 15px;
}
.forms{
    margin-top: 35px;
    margin-right: 35px;
}
.formrow{
    margin-left: 25px;
    margin-top: 20px;
    overflow: hidden;
}

.formrow p{
    display: inline-block;
    width: 150px;
    text-align: right;
    font-size: 16px;
    color: #3a3a3a;
    float: left;
    height: 45px;
    line-height: 45px;
}
.formrow p span{
    color: #f54747;
}
.formrow .txt{
    border: 1px  solid #eeeeee;
    width: 370px;
    float: left;
    height: 45px;
    margin-left: 10px;
    float: right;
}
.send{
    text-align: right;
    margin-top: 35px;
}
.send a{
    background: #3268c5;
    color: #ffffff;
    border-radius: 35px;
    padding: 10px 35px;
}