@charset "utf-8";
.wrapper{
  max-width:1920px;
  margin:auto;
}
#header,#footer,.width{
  max-width:1200px;
  margin:auto;
}
.among{
  padding: 3% 3%;
}
.header{
  background: #FFF;
  padding: 0 3%;
}
#header .logo{
  float: left;
  padding: 19px 0;
}
#header .logo img{
  height: 63px;
}
#header .tel{
  float: right;
  height: 101px;
  padding-left: 63px;
  background: url(../images/tel.png) left no-repeat;
}
#header .tel span{
  display: block;
  font-size: 12px;
  color: #0665a9;
  line-height: 1.5;
  padding-top: 30px;
}
#header .tel font{
  display: block;
  font-size: 18px;
  color: #282828;
  font-weight: bold;
  line-height: 1.5;
}
#footer *{
  color: #FFF;
}
#footer a:hover{
  color: yellow;
}
.footer{
  background: #063995 url(../images/dbg.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3% 3%;
}
.footer1{
  background: #000;
  padding: 1% 3%;
}
#footer .tn span{
  display: block;
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
}
#footer .tn font{
  display: block;
  font-size: 22px;
  line-height: 1.3;
}
#footer .info{
  float: left;
  width: 55%;
}
#footer .info b{
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
#footer .info font{
  display: block;
}
#footer .info .wechat{
  width: 115px;
  margin-top: 3%;
}
#footer .info .wechat img{
  width: 100%;
}
#footer .info .wechat span{
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
#footer .message{
  float: right;
  width: 41%;
}
#footer .message ul li{
  font-size: 0;
  margin-top: 10px;
  letter-spacing: -1px;
}
#footer .message ul li:nth-child(1){
  margin-top: 30px;
}
#footer .message ul li *{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
#footer .message ul li span{
  font-size: 14px;
  line-height: 32px;
  width: 60px;
}
#footer .message ul li input,
#footer .message ul li textarea{
  width: calc(100% - 60px);
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: #FFF;
  font-size: 14px;
  color: #000;
  padding: 0 8px;
}
#footer .message ul li.code input{
  width: 120px;
}
#footer .message ul li.code img{
  height: 32px;
  width: 66px;
  margin-left: 6px;
}
#footer .message ul li textarea{
  height: 80px;
  padding: 5px 8px;
}
#footer .message ul li.btn input{
  margin-left: 60px;
  width: 192px;
}
#footer .copyright{
  text-align: center;
}
#footer .copyright,
#footer .copyright *{
  line-height: 24px;
}
.banner{
  position: relative;
  display: block;
  overflow: hidden;
}
.banner img{
  width: 100%;
}
.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: 12px;
  height: 12px;
  background: #FFF;
}
.banner .arrow span.active{
  background: #e50012;
}
.aside{
  background: #f7f7f7;
  padding: 2% 3% 0;
}
.aside h2{
  text-align: center;
  color: #023694;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.4;
}
.aside h3{
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
  padding-bottom: 3%;
}
.aside h3 span{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 32px;
  margin: 0 10px;
  font-weight: normal;
  line-height: 1.4;
}
.aside h3 i{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 35px;
  height: 2px;
  background: #0d0d0d;
}
.navBox ul{
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
}
.navBox ul li{
  width:auto;
  padding: 0 2.5%;
  text-align:center;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
.navBox ul li a{
  display: block;
  font-size: 18px;
  line-height: 60px;
  white-space: nowrap;
}
.navBox ul li a:hover{
  color:#023694;
}
.navBox ul li.on a{
  color: #023694;
  font-weight: bold;
  position: relative;
}
.navBox ul li.on a:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #023694;
}
.location{
  background: #15559a;
  padding: 0 3%;
}
.location li{
  text-align: right;
}
.location *{
  line-height: 36px;
  color: #FFF;
  font-size: 12px;
}
.location span:after{
  content: ' > ';
  font-family: '宋体';
}
.location a:hover{
  color: yellow;
}
.content{
  min-height: 400px;
}
.list_pro a{
  display: block;
  float: left;
  width: 31.5%;
  margin: 2% 0 0 2%;
}
.list_pro a:nth-child(-n+3){
  margin-top: 0;
}
.list_pro a:nth-child(3n+1){
  margin-left: 0;
  clear: both;
}
.list_pro a img{
  width: 100%;
}
.list_pro a span{
  font-size: 18px;
  margin-top: 2%;
}
.list_share a{
  display: block;
  float: left;
  width: 23.5%;
  margin: 2% 0 0 2%;
}
.list_share a:nth-child(-n+4){
  margin-top: 0;
}
.list_share a:nth-child(4n+1){
  margin-left: 0;
  clear: both;
}
.list_share a img{
  width: 100%;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_share a span{
  font-size: 18px;
  margin-top: 2%;
}
.list_case{
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.list_case a{
  display: block;
  float: left;
  width: 33.3333333%;
  border-right: 1px solid #DDD;
  border-top: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_case a img{
  width: 100%;
}
.list_case1{
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
}
.list_case1 img{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 23%;
  margin: 0 1%;
}
.list_case_info{
  margin: 3% 0;
}
.list_case_info li{
  float: left;
  width: 20%;
  padding: 3px 0;
}
.list_news a{
  display: block;
}
.list_news a:nth-child(1){
  margin-top: 0;
}
.list_news a img{
  display: block;
  float: left;
  width: 238px;
  height: 139px;
}
.list_news a li{
  float: right;
  width: calc(100% - 238px - 30px);
}
.list_news a li span{
  font-size: 18px;
  line-height: 32px;
}
.list_news a:hover li span{
  color: #023694;
}
.list_news a li font{
  display: block;
  font-size: 12px;
  color: #999;
}
.list_news a li p{
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 72px;
  margin-top: 8px;
}
.list_news i{
  display: block;
  height: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #CCC;
}
.list_news i:last-child{
  margin-bottom: 0!important;
}
.detailed > h1{
  font-size: 24px;
  color: #373737;
  text-align: center;
}
.detailed .info{
  color: #777676;
  margin-top: 1%;
  padding-bottom: 0.8%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
}
.detailed .cont{
  margin-top: 3%;
}
.detailed .prev-next{
  margin-top: 5%;
  padding-top: 2%;
  border-top: 1px solid #c4c4c4;
}
.type_name{
  position: relative;
  margin-bottom: 3%;
}
.type_name span{
  display: block;
  font-size: 50px;
  color: #023694;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
}
.type_name font{
  display: block;
  font-size: 40px;
  line-height: 1.3;
}
.type_name > a{
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  width: 128px;
  color: #023694;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  border: 1px solid #023694;
}
.type_name > a:hover{
  color: #F00;
  border-color: #F00;
}
.type_name div{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.type_name div a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}
.productBox{
  background: url(../images/bg1.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 5% 3%;
}
.productBox .box{
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.productBox .box .swiper-slide a{
  display: block;
  float: left;
  width: 32%;
  margin-left: 2%;
}
.productBox .box .swiper-slide a:nth-child(1){
  margin-left: 0;
}
.productBox .box .swiper-slide a img{
  width: 100%;
}
.productBox .box .swiper-slide a span{
  text-align: center;
  font-size: 18px;
  margin-top: 12px;
}
.productBox .box .prev,
.productBox .box .next{
  width: 29px;
  height: 51px;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -50px;
  z-index: 2;
  background: center no-repeat;
}
.productBox .box .prev{
  left: 0;
  background-image: url(../images/left.png);
}
.productBox .box .next{
  right: 0;
  background-image: url(../images/right.png);
}
.productBox .more a{
  display: block;
  width: 128px;
  color: #023694;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  margin: 5% auto 0;
  border: 1px solid #023694;
}
.productBox .more a:hover{
  color: #F00;
  border-color: #F00;
}
.caseBox{
  padding: 5% 3%;
  background: #f8f8f8;
}
.newsBox{
  background: url(../images/bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 5% 3% 8%;
}
.newsBox .list .a{
  display: block;
  float: left;
  width: 603px;
  position: relative;
}
.newsBox .list .a img{
  width: 100%;
  height: 352px;
}
.newsBox .list .a span{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  line-height: 3;
  padding: 0 17px;
  background: rgba(2,54,148,.8);
  color: #FFF;
}
.newsBox .list .a1{
  display: block;
  float: left;
  position: relative;
  width: calc(100% - 633px);
  height: 90px;
  margin: 0 0 0 20px;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsBox .list .a1 > span{
  font-size: 16px;
}
.newsBox .list .a1 p{
  font-size: 14px;
  color: #737373;
  line-height: 26px;
  height: 52px;
}
.newsBox .list .a1 dd{
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  text-align: center;
  background: #e5e5e5;
  overflow: hidden;
}
.newsBox .list .a1 dd span{
  display: block;
  font-size: 48px;
  color: #4c4c4c;
  line-height: 1.1;
  margin-top: 12px;
}
.newsBox .list .a1 dd font{
  display: block;
  font-size: 12px;
  color: #4c4c4c;
  line-height: 1.3;
}
.newsBox .list i{
  display: block;
  float: left;
  width: calc(100% - 633px);
  height: 1px;
  background: #e1e1e1;
  margin: 20px 0 20px 20px;
}
.advantageBox{
  background: url(../images/bg2.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 8% 3%;
}
.advantageBox > ul > li{
  float: left;
  width: calc(33.33333% - 4px);
  margin: 6px 0 0 6px;
}
.advantageBox > ul > li:nth-child(3n+1){
  margin-left: 0;
  clear: both;
}
.advantageBox > ul > li > span{
  color: #FFF;
  display: block;
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.advantageBox > ul > li > font{
  color: #FFF;
  display: block;
  font-size: 32px;
  line-height: 1.8;
}
.advantageBox > ul > li > a{
  display: block;
  position: relative;
}
.advantageBox > ul > li > a > img{
  width: 100%;
}
.advantageBox > ul > li > a > ul,
.advantageBox > ul > li > a > div{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.advantageBox > ul > li > a > div{
  background: rgba(168,0,0,.8);
  padding: 5% 5% 0;
  display: none;
}
.advantageBox > ul > li > a > ul{
  background: rgba(36,116,181,.89);
}
.advantageBox > ul > li > a:hover > div{
  display: block;
}
.advantageBox > ul > li > a:hover > ul{
  display: none;
}
.advantageBox > ul > li > a > div > img{
  margin: 0;
  height: 50px;
}
.advantageBox > ul > li > a > div > span{
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 4%;
}
.advantageBox > ul > li > a > div > font{
  color: #b3b3b3;
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.advantageBox > ul > li > a > div > p{
  font-size: 14px;
  line-height: 22px;
  max-height: 110px;
  color: #FFF;
  -webkit-line-clamp:5;
  margin-top: 4%;
}
.advantageBox > ul > li > a > ul > img{
  height: 123px;
  margin: 10% auto 4%;
}
.advantageBox > ul > li > a > ul > span{
  text-align: center;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.advantageBox > ul > li > a > ul > font{
  text-align: center;
  color: #b3b3b3;
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.companyBox{
  padding: 6% 3%;
  background: url(../images/bg3.jpg) center top no-repeat;
}
.companyBox .fl-left{
  width: 34%;
}
.companyBox .fl-left *{
  color: #FFF;
}
.companyBox .fl-left .tn{
  position: relative;
}
.companyBox .fl-left .tn span{
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
.companyBox .fl-left .tn font{
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
.companyBox .fl-left .tn a{
  display: block;
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-top: -16px;
  background: url(../images/more.png);
}
.companyBox .fl-left .cont{
  margin: 10% 0 0;
  min-height: 216px;
}
.companyBox .fl-left .cont,
.companyBox .fl-left .cont *{
  font-size: 17px;
  line-height: 36px;
  font-weight: bold;
}
.companyBox .fl-left .group{
  padding-left: 52px;
  margin: 20% 0 12%;
  background: url(../images/icon.png) 0 0 no-repeat;
}
.companyBox .fl-left .group span{
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.companyBox .fl-left .group font{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
}
.companyBox .fl-left .list{
  position: relative;
}
.companyBox .fl-left .list li{
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 9px 0 9px 11px;
  position: relative;
}
.companyBox .fl-left .list li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #FFF;
}
.companyBox .fl-left .list i{
  clear: both;
  height: 1px;
  display: block;
  background: rgba(36,116,181,.6);
}
.companyBox .fl-left .list b{
  width: 1px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -7%;
  background: rgba(36,116,181,.6);
}
.companyBox .fl-right{
  width: 616px;
}
.companyBox .fl-right > ul,
.companyBox .fl-right > ul *{
  font-size: 16px;
  line-height: 30px;
}
.companyBox .fl-right > img{
  width: 100%;
  margin-top: 20%;
}
.aboutBox{
  padding: 5% 3%;
  background: url(../images/bg4.jpg) center top no-repeat;
}
.aboutBox .fl-left{
  width: 410px;
}
.aboutBox .fl-left .tn span{
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
.aboutBox .fl-left .tn font{
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
.aboutBox .fl-left .cont{
  margin: 10% 0 0;
  min-height: 216px;
}
.aboutBox .fl-left .cont,
.aboutBox .fl-left .cont *{
  font-size: 17px;
  line-height: 36px;
  font-weight: bold;
}
.aboutBox .fl-left .group{
  padding-left: 52px;
  margin: 20% 0 12%;
  background: url(../images/icon1.png) 0 0 no-repeat;
}
.aboutBox .fl-left .group span{
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #023694;
}
.aboutBox .fl-left .group font{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
}
.aboutBox .fl-left .list{
  position: relative;
}
.aboutBox .fl-left .list li{
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 9px 0 9px 11px;
  position: relative;
}
.aboutBox .fl-left .list li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #FFF;
}
.aboutBox .fl-left .list i{
  clear: both;
  height: 1px;
  display: block;
  background: rgba(150,150,150,.6);
}
.aboutBox .fl-left .list b{
  width: 1px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -7%;
  background: rgba(150,150,150,.6);
}
.aboutBox .fl-right{
  width: 616px;
}
.aboutBox .fl-right,
.aboutBox .fl-right *{
  font-size: 16px;
  line-height: 30px;
}
.aboutBox .listimg a{
  display: block;
  float: left;
  width: 24.25%;
  margin: 2% 0 0 1%;
}
.aboutBox .listimg a:nth-child(-n+4){
  margin-top: 10%;
}
.aboutBox .listimg a:nth-child(4n+1){
  margin-left: 0;
}
.aboutBox .listimg a img{
  width: 100%;
}
.cultureBox{
  max-width: 830px;
  margin: 0 auto;
}
.cultureBox > div{
  margin-top: 5%;
}
.cultureBox > div:nth-child(1){
  margin-top: 0;
}
.cultureBox > div > ul{
  float: right;
  width: 370px;
}
.cultureBox > div:nth-child(2n) > ul{
  float: left;
}
.cultureBox > div > ul > span{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.cultureBox > div > ul > li,
.cultureBox > div > ul > li *{
  color: gray;
}
.cultureBox > div > img{
  float: left;
  width: 370px;
}
.cultureBox > div:nth-child(2n) > img{
  float: right;
}