/*------通用部分------------------------------------------------------------------------------------------------*/
html,body{
    margin:0;
    font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica;
    background: #fff;
    font-size: 14px;
}
body a{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration:none;
    color: #585858;
}
body a:hover{
    color: #585858;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
p{
    margin:0;
}
ul,label{
    margin:0;
    padding:0;
}
ul,li{list-style: none;}
body a:hover,body a:visited{
    text-decoration:none;
}
.layout{
  clear: both;
  width: 100%;
}
.clearfix:after {
  content: ".";/*--设置内容为空--*/
  display: block;/*将文本转为块级元素*/
  clear: both;/*清楚浮动*/
  visibility: hidden;/*将元素隐藏*/
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
  zoom: 1;/*兼容IE*/
}
.row-5{
  margin-left: -5px;
  margin-right: -5px;
}
.row-10{
  margin-left: -10px;
  margin-right: -10px;
}
.paddingleft-none{
  padding-left: 0
}
.paddingright-none{
  padding-right: 0
}
.container{
  padding-left: 0;
  padding-right: 0;
}
.float-right{
  float: right;
}



/*for wow not preload*/
.wow{ visibility: hidden; }
/*scrollbar*/
::-webkit-scrollbar {height:5px;width:12px }
::-webkit-scrollbar-track-piece {background-color: #eee} /*这里是设置滚动条底部背景颜色的*/
::-webkit-scrollbar-thumb {background-color:#ccc; border-radius: 2px;} /*这里是设置滚动条颜色的*/
::-webkit-scrollbar-thumb:hover {background-color:#999} /*这里是设置鼠标移到滚动条时变化的颜色*/



/*--top-nav--*/
header{
  margin:0;
  padding:0;
  width: 100%;
  transition:all ease .15s;
  height: 90px;
  background: #fff;
}
header .logo{
  margin: 10px 0 0 20px;
  height: auto;
  overflow: hidden;
  display: inline-block;
}
header .logo svg{
  width: 100%;
  height: 100%;
  fill: #fff;
  transition:all ease .2s;
}



/*--菜单--*/
.navbar{
  margin-bottom: 0;
  border-radius: 0;
  z-index: 9999;
}
/*--用于右侧导航--*/
.navbar-default{
  background-color: transparent;
  border-color: transparent;
}
.navbar-nav{
  padding-top:20px;
  padding-bottom: 10px; 
  transition: all ease .3s;
  float: right;
}
.navbar-nav .active a, .navbar-nav .active a:hover, .navbar-nav .active a:focus {
  color: #333;
  background: none;
}
.navbar-nav li {
  margin: 0;
  position: relative;
  text-align: center;
}
.navbar-nav li img {
  padding:0.6em 0;
}
.navbar-default .navbar-nav li a{
  color: #565656;
}
.navbar-nav li a {
  color: #333;
  font-size: 16px;
  padding: 0 30px;
  text-align: center;
  line-height: 28px !important; 
}
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a.active {
  color: #333;
}
.navbar-nav li i{
  display: block;
  font-style: normal;
  color: #bcbcbc;
  font-size: 12px;
}
.navbar-nav li .menu{
  display: none;
  position: absolute;
  z-index: 99;
  background: #fff;
  width: 220px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  left: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.navbar-nav li .menu .item{
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}
.navbar-nav li .menu .item:last-child{
  border-bottom: none;
}
.navbar-nav li .menu .item a{
  padding: 0 10px;
}
.navbar-nav li:hover .menu{
  display: block;
}
/*--手机菜单--*/
.navbar-header{
  margin-bottom: 1px;
}
.navbar-toggle {
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0;
  background-color: #fff;
}
.navbar-default .navbar-toggle{
  border-color: transparent;
}
.navbar-toggle .icon-bar{
  width: 26px;
  height: 2px;
  border-radius: 2px;
}
.navbar-collapse{
  background: rgba(255,255,255,0.95);
}




/*--分页--*/
.pagination-box{
  display: block;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 50px;
  border-radius: 4px;
}
.pagination li {
  display: inline;
}
.pagination li a,.pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1EA0A0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination li:first-child a,.pagination li:first-child span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination li:last-child a,.pagination li:last-child span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination li a:hover,.pagination li span:hover,.pagination li a:focus,.pagination li span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination .active a,.pagination .active span,.pagination .active a:hover,.pagination .active span:hover,.pagination .active a:focus,.pagination .active span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1EA0A0;
  border-color: #1EA0A0;
  cursor: default;
}
.pagination .disabled span,.pagination .disabled span:hover,.pagination .disabled span:focus,.pagination .disabled a,.pagination .disabled a:hover,.pagination .disabled a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}



/*--底部菜单栏--*/
.navbot{
  background: #E5E6F0;
  padding: 50px 0;
}
.navbot .container dl{
  list-style: none;
}
.navbot .container dl dt{
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.navbot .container dl dd{
  color: #787878;
  font-size: 14px;
  line-height: 28px;
}
.navbot .container dl dd a{
  color: #787878;
}
.navpic{
  text-align: center;
}
.navpic img{
  width: 110px;
  height: 110px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
.navpic p{
  text-align: center;
  margin-top: 5px;
}
.footpaddingleft{
  padding-left: 0;
}



/*--footer--*/
footer{ 
  background: #20202f;
  color: #ccc;
  font-size: 13px;
  line-height: 30px;
  text-align:center;
  padding: 15px 0;
}
footer em{
  display: inline-block;
  font-style: normal;
}
footer a{
  color: #ccc
}



/*------首页------------------------------------------------------------------------------------------------*/


/*--banner--*/
#banner{
  height: 640px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#banner .swiper-box{
  width: 1200px;
  height: 640px;
  position: relative;
  z-index: 99;
  }
#banner .swiper-box h2{ 
  color: #333; 
  font-size: 28px; 
  line-height: 46px;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 999;
}
#banner .swiper-box h2 em{ 
  color: #1EA0A0; 
  font-size: 46px; 
  font-style: normal;
}
#banner .swiper-box h6{ 
  color: #666; 
  padding-top: 25px; 
  font-size: 20px; 
  line-height: 36px;
  font-weight: lighter;
  position: absolute;
  left: 0;
  top: 46%;
  z-index: 999;
}
#banner .swiper-box h5{ 
  color: #3f48cc; 
  padding-top: 25px; 
  font-size: 26px; 
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 56%;
  z-index: 999;
}
#banner .swiper-box .slidebox-pic1{
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 99;
}
#banner .swiper-box .slidebox-pic2{
  position: absolute;
  right: 5%;
  top: 25%;
  z-index: 99;
}
#banner .swiper-box .slidebox-pic3{
  position: absolute;
  right: 5%;
  top: 25%;
  z-index: 99;
}
#banner .banner-slide{
  background: #fafafa;
  background-position: top center !important;
  background-size: cover;
}
.banner-slide1{
  background: url(../jpg/banner_1.jpg) no-repeat top center !important;
  background-size: cover;
}
.banner-slide2{
  background: url(../jpg/banner_2.jpg) no-repeat top center !important;
  background-size: cover;
}
.banner-slide3{
  background: url(../jpg/banner_3.jpg) no-repeat top center !important;
  background-size: cover;
}
#banner-next,#banner-prev{
  background: url(../png/arr.png) !important;
  width: 50px !important;
  height: 50px !important;
  top: 47%;
  opacity: 0.3;
  transition: all ease .2s; 
}
#banner-next:hover,#banner-prev:hover{
  opacity: 0.8;
  transition: all ease .2s; 
}
#banner-next{
  background-position: 50px !important;
  right: 50px !important;
}
#banner-prev{
  left: 50px !important;
}
#banner-p{
  bottom: 40px !important;
}
#banner .swiper-pagination{
  right: 120px;
  left: unset !important;
  width: 220px !important;
}
#banner-p .swiper-pagination-bullet{
  width: 50px;
  height: 8px;
  border-radius: 10px !important;
  margin: 0 10px 0 0;
}
#banner-p .swiper-pagination-bullet-active{
  background: #3f48cc !important;
  opacity: 0.65 !important;
}
#banner-p .swiper-pagination-bullet{
  background: #3f48cc;
  opacity: 0.15;
}



/*--首页sect1--*/
.sect-1{
  margin:1em auto;
  padding: 60px 0 70px;
}
.sect-1 .box-title{
  margin:0 auto; 
  padding-top: 20px;
  padding-bottom: 50px;
}
.sect-1 .box-title h2{
  color: #32325a; 
  font-size: 28px; 
  padding-bottom: 30px;
}
.sect-1 .box-title p{
  color: #565656;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 20px;
}
.sect-1 .box-title h6 a{
  float: right;
  background: #1EA0A0;
  padding: 4px 10px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
}
.box-info-pic{
  margin: 0 auto;
}
.box-info-pic a{
  display: block;
  text-align: center;
}
.box-info-pic a img{
  max-width: 100%;
  border-radius: 15px;
}



/*--内页------------------------------------------------------------------------------------------------*/


/*--面包屑--*/
.breadcrumb{
  margin-bottom: 0;
  background: none;
  padding: 30px 0;
}
.breadcrumb a{
  padding:0 7px;
  font-size: 16px;
}



/*--内页banner--*/
.banner-page .container{
  height: 380px;
  position: relative;
}
.banner-text{
  position: absolute;
  left: 1%;
  top: 35%;
}
.banner-text h3{
  font-size: 28px;
  color: #565656;
}
.banner-text h3 em{
  font-size: 36px;
  color: #1EA0A0;
  font-style: normal;
}
.banner-text h5{
  font-size: 18px;
  font-weight: lighter;  
  line-height: 46px;
  color: #666;
}
.banner-about{ 
  background: url(../jpg/banner-about.jpg) no-repeat top center;
  background-size: cover;
}
.banner-product{ 
  background: url(../jpg/banner-product.jpg) no-repeat top center;
  background-size: cover;
}
.banner-support{ 
  background: url(../jpg/banner-support.jpg) no-repeat top center;
  background-size: cover;
}
.banner-media{ 
  background: url(../jpg/banner-media.jpg) no-repeat top center;
  background-size: cover;
}
.banner-contact{ 
  background: url(../jpg/banner-contact.jpg) no-repeat top center;
  background-size: cover;
}
/*--单页面------------------------------------------------------------------------------------------------*/



/*--关于我们--*/
.about{
  padding: 20px 20px 60px;
}
.about h2{
  font-size: 26px;
  line-height: 36px;
  color: #1EA0A0;
  margin: 35px auto 15px;
}
.about p{
  font-size: 16px;
  line-height: 30px;
  color: #565656;
}



/*--公司简介--*/
.intro{
  padding: 20px 20px 60px;
}
.intro h2{
  font-size: 26px;
  line-height: 36px;
  color: #1EA0A0;
  margin: 35px auto 15px;
}
.intro p{
  font-size: 16px;
  line-height: 30px;
  color: #565656;
}



/*--发展动态--*/
.develop{
  padding: 20px 20px 60px;
  background: url(../jpg/develop.jpg) repeat-y 20px top;
}
.develop li a h3{
  font-size: 26px;
  line-height: 36px;
  color: #1EA0A0;
  margin: 35px auto 15px 0;
  background: url(../png/develop-list.png) no-repeat left center;
  padding-left: 40px;
}
.develop li a p{
  font-size: 16px;
  line-height: 26px;
  color: #565656;
  margin: 5px auto 0 0;
  padding-left: 40px;
}



/*联系我们--*/
.contact-box{
  margin: 0 auto;
  padding: 30px 20px 50px;
  display: block;
}
.contact-box h3{
  font-size: 20px;
  line-height: 60px;
  color: #1EA0A0;
}
.contact-box p{
  font-size: 16px;
  line-height: 60px;
}
#container{
  height: 380px;
  margin: 35px auto 70px;
  border: 3px solid #3D93FD;
  border-radius: 1.35rem;
}
.amap-icon img{
  width: 28px;
}
.amap-marker-label{
  border-radius: 5px;
  background: #3D93FD;
  border: none;
  color: #fff;
  padding: 5px;
}
.amap-marker-label .info{
  font-size: 1.5em;
}


/*--服务支持--*/
.support{
  padding: 20px 20px 80px;
}
.support h2{
  font-size: 26px;
  line-height: 40px;
  color: #1EA0A0;
  margin: 35px auto 15px;
  padding-left: 50px;
}
.support h2.icon-support-1{
  background: url(../png/icon-support-1.png) no-repeat left center;
}
.support h2.icon-support-2{
  background: url(../png/icon-support-2.png) no-repeat left center;
}
.support h2.icon-support-3{
  background: url(../png/icon-support-3.png) no-repeat left center;
}
.support p{
  font-size: 16px;
  line-height: 36px;
  color: #565656;
  margin-left: 30px;
  padding-left: 20px;
  background: url(../png/dot-support.png) no-repeat left 15px;
}



/*--公司业绩--*/
.casesbox{
  margin: 20px auto 80px;
  padding: 0 20px;
}
.casesbox h3{
  font-size: 22px;
  line-height: 40px;
  color: #1EA0A0;
  font-weight: bold;
  margin-top: 30px;
}
.casesbox h3:first-child{
  margin-top: 0;
}
.casesbox p{
  font-size: 16px;
  line-height: 32px;
}



/*--新闻页面------------------------------------------------------------------------------------------------*/
.list-content{
  padding:0 0.1em;
}
.list-content li{
  font-size: 1.2em;
  line-height: 1.6em;
  display: block;
  border-bottom: 1px dotted #ddd;
}
.list-content li a{
  display: block;
  margin:2em 0;
  position: relative;
}
.list-content li a img{
  max-width: 100%;
  margin:0 auto;
  border:1px dotted #eee;
  border-radius: 5px;
}
.list-content li a h3{
  font-size: 22px;
  margin-bottom: 20px;
  color: #3d3d3d;
}
.list-content li a p{
  color: #999;
  line-height: 30px;
}
.list-content li a span.superscript{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  font-size: 12px;
  padding: 1px 7px;
  color: #fff;
  background: #1EA0A0;
  border-radius: 5px;
}



.list-content-box{
  padding:0 0.1em;
}
.list-content-box h2{
  text-align: center;
  font-size: 2.2em;
  font-weight: 500;
  margin:2em auto 0;
  color:#333;
}
.list-content-box .contentInfo{
  text-align: center;
  font-size: 1.2em;
  margin: 1em auto;
  padding-bottom: 2em;
  border-bottom: 1px dotted #eee;
}
.content-box{
  padding:2em 1em;
}
.content-box p{
  font-size: 1.4em;
  line-height: 2em;
  color: #585858;
}
.content-box img{
  margin:1em auto;
  max-width: 100%;
}



/*--产品页面------------------------------------------------------------------------------------------------*/
.pro-content{
  margin: 30px auto 60px;
}
.page-caselist-box{
  background: #fff;
  text-align: center;
  margin: 1em auto;
  border: 1px solid #eee;
  border-radius: 5px;
}
.page-caselist-box:hover{
  border: 1px solid #3f48cc;
}
.page-caselist-box h2{
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 20px;
}
.page-caselist-box:hover h2{
  color: #3f48cc;
}



.pro-main-title{
  margin: 2em auto 5em;
}
.pro-main-title h2{
  font-size: 26px;
}
.pro-main-box{
  margin: 3em auto;
  text-align: left;
}
.pro-main-box table,.pro-main-box table tbody{
  width: 100%;
  border: none 0 !important;
}
.pro-main-box table tbody tr{
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #eee !important;
}
.pro-main-box table tbody tr.firstRow{
  background: rgba(30, 160, 160, 0.05);
  border-bottom: none !important;
  height: 34px;
  line-height: 34px;
}
.pro-main-box table tbody tr td{
  text-align: left;
  padding-left: 10px;
  border: none !important;
}
.pro-main-box table tbody tr td:nth-child(1){
  width: 20%;
}
.pro-main-box table tbody tr td:nth-child(2){
  width: 60%;
}
.pro-main-box table tbody tr td:nth-child(3){
  width: 20%;
}












/*--产品图集滑动--*/
#banner-pro{
  height: 520px;
}
#banner-pro .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#banner-pro .banner-pro-slide{
  background-position: top center !important;
  background-size: cover;
}
#banner-pro .banner-pro-slide img{
  max-height: 100%;
}
#banner-pro-next, #banner-pro-prev{
  width: 26px !important;
  height: 28px !important;
  opacity: 0.3;
  transition:all ease .2s; 
}
#banner-pro-next:hover, #banner-pro-prev:hover{
  opacity: 1;
  transition:all ease .2s; 
}
#banner-pro-next{
  right: 0 !important;
}
#banner-pro-prev{
  left: 0 !important;
}
#banner-pro-p{
  bottom: 0;
}
#banner-pro-p .swiper-pagination-bullet{
  width: 40px;
  height: 6px;
  border-radius: 6px !important;
  margin: 0 10px 0 0;
}
#banner-pro-p .swiper-pagination-bullet-active{
  background: #1EA0A0 !important;
}
#banner-pro-p .swiper-pagination-bullet{
  background: #999;
}



















/*------分辨率适配------------------------------------------------------------------------------------------------*/
@media(max-width:1680px){
  #banner{
    height: 580px;
  }
}


@media(max-width:1440px){

}


@media(max-width:1366px){

}


@media(max-width:1280px){

}


@media(max-width:1200px){
  header .logo{
    margin: 15px 0 0 0;
  }
  .navbar-nav li a {
    padding: 0 15px;
  }
  .container{
    width: 970px !important;
  }
}




/*--ipad横版--*/
@media(max-width:1024px){
  header .logo{
    margin: 15px 0 0 0;
  }
  .navbar-nav li a {
    padding: 0 15px;
  }
  .footpaddingleft{
    padding-left: 15px;
  }
}


@media(max-width:991px){

}


@media(max-width:900px){

}


@media(max-width:800px){

}





/*--ipad竖版--*/
@media(max-width:768px){
  .navbar {
    text-align: center;
  }
  .container{
    width: 720px !important;
  }
  header{
    height: 70px;
  }
  header .logo{
    margin: 5px 0 0 5px;
    float: left;
  }
  header .logo img{
    width: 300px;
  }
  .navbar-nav{
    margin: 0 auto;
    float: right;
  }
  .navbar-nav li a {
    padding: 0 3px;
  }
  .news-box li{
    height: 330px;
  }
  .list-content li a h3{
    margin-top: 10px;
    line-height: 30px;
  }
}


@media(max-width:767px){

}


@media(max-width:736px){

}


@media (max-width:667px){

}


@media(max-width:640px){

}


@media(max-width:600px){

}


@media (max-width: 568px){

}


@media(max-width:480px){

}




/*--iphone8p--*/
@media(max-width:414px){
  .container{
    width: 400px !important;
  }
  .row{
    margin: 0 auto;
  }
  header{
    height: 70px;
  }
  header .logo{
    margin: 5px 0 0 5px;
    float: left;
  }
  header .logo img{
    width: 280px;
  }
  .navbar-nav{
    margin: 0 auto;
    float: none;
  }
  .navbar-nav li a {
    padding: 10px 19px;
  }
  footer em{
    display: block;
    font-style: normal;
  }
  #banner .swiper-box{
    width: 394px;
    }
  #banner .swiper-box h2{
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    left: 50%; 
    top: 15% !important;
    transform: translate(-50%, -50%);
  }
  #banner .swiper-box h2 em{
    font-size: 20px;
  }
  #banner .swiper-box h5{
    font-size: 18px;
    width: 100%;
    left: 50%; 
    top: 85%;
    transform: translate(-50%, -50%);
  }
  #banner .swiper-box h6{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    left: 50%; 
    top: 20%;
    transform: translate(-50%, -50%);
  }
  #banner .swiper-box .slidebox-pic1{
    left: 50%; 
    top: 55%;
    transform: translate(-50%, -50%);
  }
  #banner .swiper-box .slidebox-pic1{
    width: 65%;
  }
  #banner .swiper-box .slidebox-pic2{
    left: 53%; 
    top: 55%;
    transform: translate(-50%, -50%);
  }
  #banner .swiper-box .slidebox-pic2{
    width: 50%;
  }
  #banner .swiper-box .slidebox-pic3{
    left: 50%; 
    top: 55%;
    transform: translate(-50%, -50%);
  }
  #banner .swiper-box .slidebox-pic3{
    width: 38%;
  }
  #banner-next{
    background-position: 50px !important;
    right: 10px !important;
  }
  #banner-prev{
    left: 10px !important;
  }
  .banner-page .container{
    height: 160px;
  }
  .banner-text{
    left: 12%;
    top: 18%;
  }
  .banner-text h3{
    font-size: 14px;
    line-height: 30px;
  }
  .banner-text h3 span{
    display: block;
    letter-spacing: 2px;
  }
  .banner-text h3 span:nth-child(2){
    padding-left: 15px;
  }
  .banner-text h3 span:nth-child(3){
    padding-left: 30px;
  }
  .banner-text h3 em{
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    letter-spacing: 3px;
  }
  .banner-text h5{
    font-size: 13px;
    line-height: 22px;
  }
  .sect-1{
    padding: 10px 0 40px;
  }
  .box-info-pic{
    margin: 1em auto;
  }
  .box-info-pic a img{
    width: 100%;
  }
  .breadcrumb {
    padding: 20px;
  } 
  .about{
    padding-top: 0;
  }
  .about h2{
    font-size: 22px;
  }
  .develop li a h3{
    font-size: 22px;
  }
  .list-content li a h3{
    font-size: 20px;
  }
  .list-content-box h2{
    margin: 0.5em auto;
    font-size: 2em;
    line-height: 1.4em;
  }
  .list-content-box .contentInfo{
    font-size: 14px;
  }
  .pro-content{
    margin: 0 auto;
  }
  #banner-pro{
    height: 370px;
  }
  .contact-box{
    padding: 0 0 30px;
  }
  .contact-box p {
    line-height: 45px;
  }
  .paddingnone{
    padding: 0;
  }
  #dituContent{
    width: 370px !important;
    margin-top: 10px;
  }
}



/*--iphone8--*/
@media(max-width:375px){ 
  .container{
    width: 375px !important;
  }
  #banner .swiper-box{
    width: 360px;
  }
  #banner-pro{
    height: 345px;
  }
  .pro-main-title{
    padding: 0 5px;
  }
  .list-content-box{
    padding: 0 10px;
  }
  .contact-box h3{
    font-size: 18px;
  }
  .contact-box p{
    font-size: 14px;
  }
  #dituContent{
    width: 345px !important;
  }
}



/*--iphone5s--*/
@media(max-width:320px){
  .container{
    width: 320px !important;
  }
}