





@media screen and (max-width: 1200px) {
  .container{
    width: 95%;
    margin: 0 auto;
}
.bannerHome{
    position: relative;
    height: auto;
	 width:100%;

}
header{
  height: 72px;
  position: fixed;
  z-index: 99;
  background: #ffffff;width: 100%;
  top: 0;
}


header  .logo{
 width: 120px;
 margin-left: 10px;
}
header  .logo img{
 width: 100%;
} 

.bannerHome{
  margin-top: 72px;

}
header .iso{
 display: none;
}


/*大图*/
.bannerHome .swiper-slide{
  position:  relative; 
  background-position: center;
  background-size: cover;

}
.bannerHome .wz{
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  text-align: center;
}
.bannerHome .wz span{
  position: relative;
  display: inline-block;
  font-size: 23px;
  color: #ffffff;
  width: 100%;
  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: 90%;
  margin: 0 auto;    margin-top: 35px;
  line-height: 2;
}


.numb{
  width: 70%;
}

.tu{
  width: 30%;
}
.numb .row p{
  display:inline-block;
  width: 100px;
  text-align: right;
}
.numb .row span{
  display:inline-block;
  
  text-align: left;
  margin-left: 35px;
  width: calc(100% - 140px);
}

.col1{
  float: left;
  width: 50%;
}

.col2{
  float: left;
  width: 50%;
}

.col3{
  float: left;
  width: 50%;
}
.col2 span{
  float: left;
  width: 50%;
  display: block;
}
.col2 p{
  float: left;
  width: 50%;
  display: block;
}
.whychose .desc{
  font-size: 12px;
  color: #ffffff;
  line-height: 2;
  margin-top: 40px;
}



}

@media screen and (max-width: 768px) {

  .bannerHome .wz span{

    font-size: .6rem;

  }
  
  .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: .55rem;
    margin-top: 5px;
  }
  h2.tit{
    text-align: center;
    font-size: .8rem;
    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: .8rem;
    font-weight: bold;
    margin-top: 50px;
    color: #ffffff;
}
h1.tit span{
    display: inline-block;
    position: relative;
    padding-bottom: 35px;
}
.numb{
  float: right;
  width: 100%;
}
.tu{
  float: left;
  width: 100%;
}





.faqlist li .title h3{
 
  font-size: .7rem;

}


.faqlist li .desc{
  font-size: .65rem;
  color: #717171;
  background: #ffffff;
  padding: 20px 20px;
}
.tits{
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 35px;
  margin-left: 15px;
}

.contact{
  float: left;
  width: 100%;
  overflow: hidden;
}
.form{
  width: 100%;
  margin-top: 20px; overflow: hidden;
  height: auto;
}

.formrow p{
  display: inline-block;
  width: 150px;
  text-align: left;
  font-size: 16px;
  color: #3a3a3a;
  float: left;
  height: 45px;
  line-height: 45px;
}

.form .box{
  margin-top: 15px;height: auto;
  padding-bottom: 55px;
}


}
@media screen and (max-width:414px) {
  .bg{
    background: #f7f7f7;
    overflow: hidden;
    padding: 15px 0;
    padding-bottom: 70px;
}
  .faqlist {
    margin-top: 15px;
}
  .bannerHome .wz{
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    text-align: center;
  }
  .whychose{
    height: auto;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: 80px;
    overflow: hidden;
    padding: 55px 0;
}
  .whychose .tit{
  
    margin-top: 20px;

}

.pic li{
  float: left;
  width: 100%;
  margin-top: 27px;
  margin-right: 0px;
  overflow: hidden;
}

.pic li.big{
  float: left;
  float: left;
  width: 100%;
}
h2.tit a img{
  width: 12px;
}
  
}