@charset "utf-8";
.wrapper{
  min-width: 1200px;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
#header{
  max-width: 1760px;
  margin: 0 auto;
}
#footer,.index .width{
  max-width: 1700px;
  margin: 0 auto;
}
#among,.width{
  max-width: 1660px;
  margin:auto;
}
.padding{
  padding: 0 1.7%;
}
.padding1{
  padding-top: 3%;
}
.padding2{
  padding-bottom: 3%;
}
.among{
  padding: 3% 1.7%;
}
.header{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #f1fffe;
  border-bottom: 1px solid #EEE;
}
.header #header{
  position: relative;
  z-index: 98;
}
#header .logo{
  float: left;
}
#header .logo a img{
  height: 48px;
  padding: 17px 0;
}
#header .bb{
  float: right;
  font-size: 0;
  letter-spacing: -1px;
  margin: 21px 0 0;
}
#header .bb:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 2px;
  height: 18px;
  margin: 0 20px;
  background: #c5cfce;
}
#header .bb a{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  line-height: 40px;
  padding-left: 37px;
  background: url("../images/cn.jpg") left center no-repeat;
}
#header .search{
  display: block;
  float: right;
  font-size: 0;
  margin: 21px 0 0;
  position: relative;
  z-index: 1000;
  letter-spacing: -1px;
}
#header .search input{
  height: 40px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .search input[type='text']{
  padding: 0 10px;
  width: 220px;
  background:white;
  line-height: 40px;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 40px;
  border-right: 0;
  display: none;
  border-color: #EEE;
}
#header .search input::-webkit-input-placeholder{
  color: #999;
}
#header .search input[type='button']{
  width: 40px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  border-left: 0;
  background: url(../images/s.png) center center no-repeat;
}
#header .search:hover input[type='text']{
  display: block;
}
#header .search:hover input[type='button']{
  background-color: #FFF;
  border-color: #EEE;
}
.footer{
  background: #32c9c6;
}
#footer *{
  color: #FFF;
}
#footer a:hover{
  color: yellow;
}
#footer .info{
  float: left;
  width: calc(45% - 110px);
}
#footer .info .logo a{
  display: inline-block;
  vertical-align: top;
}
#footer .info .logo a img{
  height: 48px;
}
#footer .info .clearfix{
  margin-top: 18px;
}
#footer .type{
  float: left;
  width: 13%;
  margin: 0 0 0 4%;
}
#footer .type > a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 18px;
}
#footer .type > li a{
  font-size: 14px;
}
#footer .ewm{
  float: left;
  width: 110px;
  margin: 20px 0 0 4%;
}
#footer .ewm li img{
  width: 88px;
  border: 7px solid white;
}
#footer .ewm font{
  display: block;
  font-size: 12px;
  color: #FFF;
  margin-top: 7px;
  text-align: center;
}
#footer .copyright{
  padding: 0.7% 0;
  margin-top: 2%;
  border-top: 1px solid #70d9d7;
}
#footer .copyright,
#footer .copyright *{
  font-size: 12px;
}
.banner{
  position: relative;
  display: block;
  overflow: hidden;
}
.banner img{
  width: 100%;
}
.banner a{
  display: block;
  position: relative;
}
.banner a ul{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}
.banner a span{
  display: block;
  font-size: 42px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.2;
}
.banner a font{
  display: block;
  font-size: 36px;
  color: #FFF;
  font-family: '宋体';
  font-weight: bold;
  line-height: 1.2;
  margin-top: 2%;
}
.banner .arrow{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  z-index: 1;
  letter-spacing: -1px;
  text-align: center;
  height: 35px;
}
.banner .arrow span{
  margin: 0 5px;
  width: 9px;
  height: 9px;
  opacity: .5;
  background: #FFF;
}
.banner .arrow span.swiper-pagination-bullet-active{
  opacity: 1;
}
.prev-next{
  border-top: 1px solid #e1e1e1;
  margin-top: 4%;
  padding-top: 2%;
}
.location{
  background: #f3fcfc;
  padding: 1% 1.7%;
}
.location span:after{
  content:" > ";
  font-family:"宋体";
}
.location font{
  color: #C00;
}
.aside{
  padding-top: 2%;
}
.aside li{
  font-size: 0;
  letter-spacing: -1px;
  margin: -12px 0 0 -12px;
}
.aside li a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 40px;
  background: #f7f7f7;
  margin: 12px 0 0 12px;
  padding: 0 2%;
  min-width: 72px;
  text-align: center;
}
.aside li a.a{
  background: none;
  border-radius: 100px;
}
.aside li a:hover,
.aside li a.on{
  background: #08d3c2;
  color: #FFF;
}
.content{
  min-height: 400px;
}
.content > p:first-child{
  margin-top:0;
}
#news-pro-tn{
  text-align:center;
  margin:0 0 5px;
  font-size:16px;
}
.list_news a{
  display: block;
  margin-top: 30px;
  box-shadow: 3px 3px 10px #dadada;
}
.list_news a:nth-child(1){
  margin-top: 0!important;
}
.list_news a div{
  float: left;
}
.list_news a div img{
  display: block;
  width: 410px!important;
  height: 265px;
}
.list_news a li{
  float: right;
  margin: 30px 3% 0;
  position: relative;
  width: calc(94% - 410px);
}
.list_news a li span{
  font-size: 20px;
  color: #000;
  line-height: 32px;
  position: relative;
  margin-right: 140px;
}
.list_news a li font{
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 12px;
  width: 126px;
  text-align: center;
  background: #08d3c2;
  border-radius: 28px;
  line-height: 28px;
  color: #FFF;
}
.list_news a li time{
  display: block;
  margin-top: 8px;
  border-top: 1px solid #f1f1f1;
  color: #999;
}
.list_news a li p{
  color: #606060;
  line-height: 24px;
  max-height: 72px;
  -webkit-line-clamp: 3;
  margin: 15px 140px 0 0;
}
.list_news a:hover li span{
  color: #0abbbb;
}
.list_news a:hover li font{
  text-decoration: underline;
}
.type-name{
  text-transform: uppercase;
  line-height: 1.2;
  color: #29c6b9;
  font-size: 30px;
  position: relative;
  font-weight: bold;
}
.type-name font{
  color: #babbbb;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 5px 0 0 5px;
}
.type-name a{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  line-height: 36px;
  border-radius: 36px;
  background: #3886de;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  transition: all .3s;
}
.type-name a:hover{
  background: #29c6b9;
}
.companyBox .info{
  font-size: 0;
  letter-spacing: -1px;
  margin-bottom: 3%;
}
.companyBox .info ul{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 12%;
}
.companyBox .info ul:nth-child(1){
  margin-left: 0!important;
}
.companyBox .info ul li{
  font-size: 0;
  letter-spacing: -1px;
}
.companyBox .info ul li *{
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0;
  color: #0abbbb;
  line-height: 1;
}
.companyBox .info ul li span{
  font-size: 48px;
}
.companyBox .info ul li font{
  font-size: 24px;
  margin: 0 0 5px 6px;
  font-weight: bold;
}
.companyBox .info ul p{
  font-size: 16px;
  color: #868585;
  line-height: 1.2;
  margin-top: 12px;
}
.companyBox .nr{
  float: left;
  width: 50%;
}
.companyBox .nr,
.companyBox .nr *{
  font-size: 16px;
}
.companyBox .img{
  display: block;
  float: right;
  width: 45%;
}
.honorBox{
  background: #f6fcfc;
}
.honorBox .box{
  position: relative;
  padding: 0 50px;
  max-width: 1660px;
  margin: 3% auto 0;
}
.honorBox .box a{
  display: block;
}
.honorBox .box a div{
  margin: 10px;
  box-shadow:0 0 10px #bfbfbf;
}
.honorBox .box .prev,
.honorBox .box .next{
  cursor: pointer;
  background: #29c6b9;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  font-family: '宋体';
  font-size: 24px;
  color: #FFF;
  transform: translate(0,-50%);
}
.honorBox .box .prev{
  left: 0;
}
.honorBox .box .next{
  right: 0;
}
.honorBox .box .arrow{
  display: none;
}
.contactBox .info{
  float: left;
  width: 400px;
  margin-top: 2.5%;
}
.contactBox .info > span{
  display: block;
  font-size: 24px;
  color: #12d6c3;
  line-height: 1;
}
.contactBox .info div{
  margin-top: 7%;
}
.contactBox .info div,
.contactBox .info div *{
  font-size: 16px;
  line-height: 1.8;
}
.contactBox1{
  background: #f6fcfc;
}
.contactBox1 .clearfix{
  margin: 1% 0 0;
}
.contactBox1 .clearfix,
.contactBox1 .clearfix *{
  font-size: 16px;
}
.contactBox1 .ewm{
  display: inline-block;
  vertical-align: top;
  margin-top: 2%;
}
.contactBox1 .ewm img{
  width: 127px;
}
.contactBox1 .ewm span{
  display: block;
  text-align: center;
  color: #656565;
  font-size: 12px;
  margin-top: 5px;
}
#mapBox{
  float: right;
  width: calc(96% - 400px);
  max-width: 1022px;
  height: 660px;
  margin-top: 2.5%;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.messageBox{
  background: center no-repeat;
}
.messageBox .box{
  max-width: 710px;
}
.messageBox .box > div{
  margin-top: 5%;
}
.messageBox .box > span{
  display: block;
  font-size: 12px;
  color: #b4b4b4;
  margin-top: 5px;
}
.messageBox .box .list li{
  border: 1px solid #d9d9d9;
  font-size: 0;
  position: relative;
  letter-spacing: -1px;
  margin-top: 12px;
}
.messageBox .box .list li > *{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 14px;
}
.messageBox .box .list li > span{
  width: 30px;
  text-align: center;
  color: red;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
}
.messageBox .box .list li > input,
.messageBox .box .list li > textarea{
  height: 44px;
  border: 0;
  padding: 0;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}
.messageBox .box .list li > textarea{
  height: 110px;
  padding: 10px 0;
  line-height: 1.4;
}
.messageBox .box .list li.code{
  width: 220px;
}
.messageBox .box .list li.code > img{
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 60px;
  height: 30px;
}
.messageBox .box .list input[type='button']{
  display: block;
  margin-top: 12px;
  width: 120px;
  height: 44px;
  background: #08d3c2;
  color: #FFF;
  cursor: pointer;
  border: 0;
}
.messageBox .img{
  display: none;
}
.sidebar{
  background: #edf6f6;
  overflow: hidden;
}
.navBox ul li{
  width: auto;
  min-width: 96px;
  padding: 0.6% 1.8%;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  margin-left: 2%;
}
.navBox ul li:nth-child(1){
  margin-left: 0;
}
.navBox ul li a{
  display: block;
}
.navBox ul li a img{
  width: 56px;
  height: 56px;
}
.navBox ul li a img:nth-child(2){
  display: none;
}
.navBox ul li a span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  line-height: 18px;
  color: #525252;
  font-weight: bold;
  text-align: center;
  max-width: 160px;
}
.navBox ul li.on,
.navBox ul li:hover{
  background: url("../images/bg.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.navBox ul li.on a img:nth-child(1),
.navBox ul li:hover a img:nth-child(1){
  display: none;
}
.navBox ul li.on a img:nth-child(2),
.navBox ul li:hover a img:nth-child(2){
  display: block;
}
.navBox ul li.on a span,
.navBox ul li:hover a span{
  color: #FFF;
}
.typeBox > span{
  display: block;
  font-size: 30px;
  color: #0dbcbc;
  font-weight: bold;
}
.typeBox > font{
  display: block;
  font-size: 18px;
  margin-top: 0.7%;
}
.typeBox > li{
  margin-top: 1%;
}
.typeBox > li,.typeBox > li *{
  font-size: 16px;
}
.list_pro a{
  display: block;
  float: left;
}
.list_pro a li img{
  width: 100%;
}
.list_pro a span{
  font-size: 16px;
  margin-top: 4%;
}
.list_pro a font{
  font-size: 12px;
  color: #969696;
}
.view .width{
  max-width: 1600px;
}
.detailed > h1{
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 3%;
}
.detailed > h2{
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
.detailed > h3{
  font-size: 18px;
  line-height: 1.2;
  margin-top: 3%;
}
.detailed > .info1{
  text-align: center;
  margin-top: 1%;
  color: #7d7d7d;
}
.detailed > .big_img{
  margin-top: 2%;
}
.detailed > .cont{
  margin-top: 1%;
}
.detailed .picBox{
  float: left;
  width: 45%;
}
.detailed .picBox .swiper-slide img{
  width: 100%;
}
.detailed .picBox .swiper1{
  border: 1px solid #d3d3d3;
  overflow: hidden;
  position: relative;
}
.detailed .picBox .swiper1 .arrow{
  position: absolute;
  z-index: 1;
  text-align: center;
  height: 8px;
}
.detailed .picBox .swiper2{
  margin-top: 12px;
}
.detailed .picBox .swiper2 .swiper-slide{
  border: 1px solid #d5d5d5;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detailed .picBox .swiper2 .swiper-slide.swiper-slide-thumb-active{
  border-color: #fd1919;
}
.detailed .info{
  float: right;
  width: 50%;
}
.detailed .info *{
  font-size: 16px;
}
.detailed .info > span{
  display: block;
  line-height: 1.2;
  margin-top: 7%;
}
.detailed .info > span:nth-child(1){
  margin-top: 0;
}
.detailed .info > div{
  margin-top: 2%;
}
.detailed .info > div table{
  border-collapse: collapse;
  width: 100%;
}
.detailed .info > div table td{
  width: auto;
}
.aboutBox .type-name{
  color: #585656;
}
.aboutBox .left{
  float: left;
  width: 42%;
}
.aboutBox .left .ellipsis1{
  font-size: 16px;
  color: #929292;
  height: 64px;
  margin-top: 2%;
}
.aboutBox .left .more{
  text-align: right;
}
.aboutBox .left .more a{
  color: #0abbbb;
}
.aboutBox .left .more a:hover{
  text-decoration: underline;
}
.aboutBox .info{
  float: right;
  width: 56%;
  font-size: 0;
  margin-top: 2%;
  text-align: right;
  letter-spacing: -1px;
}
.aboutBox .info ul{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 18%;
}
.aboutBox .info ul:nth-child(1){
  margin-left: 0!important;
}
.aboutBox .info ul li{
  font-size: 0;
  letter-spacing: -1px;
}
.aboutBox .info ul li *{
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0;
  color: #0abbbb;
  line-height: 1;
}
.aboutBox .info ul li span{
  font-size: 48px;
}
.aboutBox .info ul li font{
  font-size: 24px;
  margin: 0 0 5px 6px;
  font-weight: bold;
}
.aboutBox .info ul p{
  font-size: 16px;
  color: #868585;
  line-height: 1.2;
  margin-top: 12px;
}
.proBox{
  background: #edf6f6;
}
.proBox .type-name{
  color: #3886de;
}
.proBox{
  overflow: hidden;
  position: relative;
}
.proBox > ul{
  position: relative;
  z-index: 1;
}
.proBox .box{
  width: 60%;
}
.proBox .box a{
  display: block;
  float: left;
  width: 19%;
  padding: 1% 0;
  overflow: hidden;
  border-radius: 7px;
}
.proBox .box a img{
  width: 70px;
  height: 70px;
}
.proBox .box a img:nth-child(2){
  display: none;
}
.proBox .box a span{
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 1.2;
  margin-top: 8px;
}
.proBox .box a:hover{
  background: url("../images/bg.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.proBox .box a:hover img:nth-child(1){
  display: none;
}
.proBox .box a:hover img:nth-child(2){
  display: block;
}
.proBox .box a:hover span{
  color: #FFF;
}
.proBox .more a{
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  margin-top: 4%;
}
.proBox .more a:hover{
  color: #0abbbb;
}
.proBox b{
  position: absolute;
  width: 1920px;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -960px;
  background: 1200px center no-repeat;
}
.newsBox .type-name{
  color: #3886de;
}
.newsBox .box{
  margin-top: 2%;
}
.newsBox .box a{
  display: block;
  float: left;
}
.newsBox .box a .img img{
  height: 311px;
  background: center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.newsBox .box a ul{
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.newsBox .box a ul li{
  font-size: 18px;
  line-height: 36px;
  margin-right: 80px;
}
.newsBox .box a ul time{
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #161616;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.newsBox .box .a{
  width: 44%;
}
.newsBox .box .a ul{
  padding: 20px 0 12px 0;
}
.newsBox .box .a p{
  height: 72px;
  line-height: 24px;
  color: #8b8b8b;
  -webkit-line-clamp:3;
  margin-top: 8px;
}
.newsBox .box .a span{
  display: block;
  font-size: 12px;
  color: #868686;
  margin-top: 20px;
  text-decoration: underline;
}
.newsBox .box .a1{
  width: 50%;
  margin-left: 6%;
}
.newsBox .box .a1 ul{
  padding: 31px 0;
}
.newsBox .box a:hover ul li{
  color: #3886de;
}
.floatBox{
  background: #1cbcae url("../images/kf.png") center 15px no-repeat;
  width: 54px;
  border-radius: 6px;
  position: fixed;
  z-index: 998;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.floatBox > span{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  text-align: center;
  width: 30px;
  margin: 0 auto;
  padding: 67px 0 13px;
  user-select:none;
}
.floatBox div{
  position: absolute;
  bottom: 0;
  display: none;
  right: 100%;
  box-shadow:0 0 10px #bfbfbf;
  border-radius: 6px;
  padding: 35px 22px;
  background: rgba(255,255,255,.9);
}
.floatBox div > *{
  display: block;
  position: relative;
  padding: 8px 14px 6px 52px;
  background: no-repeat;
  border-radius: 4px;
}
.floatBox div .wechat{
  background-image: url("../images/icon1.png");
  background-position: 14px 10px;
}
.floatBox div .tel{
  background-image: url("../images/icon3.png");
  background-position: 14px 10px;
}
.floatBox div > a{
  margin: 20px 0;
  background-image: url("../images/icon2.png");
  background-position: 16px 10px;
}
.floatBox div > *:hover{
  background-color: #9cfff6;
}
.floatBox div span{
  display: block;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 24px;
}
.floatBox div li{
  line-height: 20px;
  white-space: nowrap;
  font-size: 12px;
  color: #696969;
}
.floatBox div img{
  position: absolute;
  right: 0;
  top: -20px;
  display: none;
  z-index: 1;
  width: 90px;
  height: 90px;
  background: #FFF;
  padding: 10px;
}
.floatBox div .wechat:hover img{
  display: block;
}
.topBox{
  position:fixed;
  z-index: 998;
  right:0;
  bottom:5px;
  width:55px;
  height:55px;
  display:none;
  border-radius:5px;
  cursor:pointer;
  background:url(../images/top.jpg) center no-repeat;
}