@charset "utf-8";
.wrapper{
  min-width: 1200px;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
#header{
  max-width: 1760px;
  margin: auto;
}
#among,#footer,.width{
  max-width: 1632px;
  margin: auto;
}
.among{
  padding: 3% 1.7%;
}
.among.bg{
  background: #f9f9f9;
}
.padding{
  padding: 0 1.7%;
}
.padding1{
  padding-top: 3%;
}
.padding2{
  padding-bottom: 3%;
}
.header{
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.on .header,
.view .header,
.header.bg{
  background: rgba(7,7,7,.89);
}
.header #header{
  position: relative;
  z-index: 98;
}
#header .logo{
  float: left;
  padding: 29px 0;
}
#header .logo a img{
  float: left;
  height: 48px;
}
#header .bb{
  float: right;
  font-size: 0;
  letter-spacing: -1px;
  margin: 37px 0 0;
}
#header .bb *{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 32px;
}
#header .bb span{
  font-weight: bold;
  margin: 0 22px 0 10px;
}
#header .bb a:hover{
  text-decoration: underline;
}
#header .search{
  display: block;
  float: right;
  font-size: 0;
  margin: 32px 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: #CCC;
  line-height: 40px;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 40px;
  border-right: 0;
  display: none;
  border-color: #CCC;
}
#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: #CCC;
  border-color: #CCC;
}
#header .menu{
  position: fixed;
  z-index: 998;
  top: 107px;
  left: -100%;
  width: 100%;
  bottom: 0;
  padding: 1% 0;
  overflow-y: auto;
  background: rgba(7,7,7,.89);
  transition: all .3s;
}
.on #header .menu{
  left: 0;
}
#header .menu > ul{
  position: relative;
}
#header .menu > ul > span{
  display: block;
  text-align: right;
  position: relative;
  margin-right: 2%;
}
#header .menu > ul > span a{
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  position:relative;
  margin-right: calc(52px + 2%);
}
#header .menu > ul span b{
  display: block;
  position: absolute;
  width:52px;
  height:40px;
  right: 0;
  top:50%;
  cursor: pointer;
  transform:translate(0,-50%);
}
#header .menu > ul span b:after{
  content:'';
  border-top:2px solid #CCC;
  border-left:2px solid #CCC;
  width:10px;
  height:10px;
  position:absolute;
  left:15px;
  top:10px;
  transform:rotate(225deg);
}
#header .menu > ul.on span b:after{
  transform:rotate(45deg);
  top:18px;
}
#header .menu > ul li{
  display: none;
}
#header .menu > ul.on li{
  display: block;
}
#header .menu > ul li span{
  display: block;
  text-align: right;
  margin-right: 2%;
}
#header .menu > ul li a{
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  color: #c6c6c6;
  line-height:20px;
  padding: 10px 0;
  margin-right: calc(52px + 2%);
}
#header .menu > ul a:hover{
  text-decoration: underline;
}
.header em{
  display:block;
  float: right;
  cursor:pointer;
  background: url("../images/icon.png") center no-repeat;
  width: 42px;
  height: 42px;
  margin: 32px 10px 0;
}
.on .header em{
  background-image: url("../images/close.png");
}
.footer{
  background: #f4f4f4;
}
#footer *{
  color:#5f5f5f;
  font-size: 14px;
  line-height: 2;
}
#footer a:hover{
  color:#C00;
}
#footer .info{
  float: left;
}
#footer .info .logo a{
  display: inline-block;
  vertical-align: top;
}
#footer .info b{
  display: block;
  color: #141414;
  font-size: 18px;
  margin: 18px 0 12px;
}
#footer .info .text{
  margin-top: 18%;
}
#footer .info .ewm{
  font-size: 0;
  letter-spacing: -1px;
}
#footer .info .ewm ul{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  position: relative;
  margin-top: 10px;
}
#footer .info .ewm ul:nth-child(1){
  margin-right: 10px;
}
#footer .info .ewm ul li{
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: none;
  transform: translate(-50%,0);
}
#footer .info .ewm ul:hover li{
  display: block;
}
#footer .info .ewm ul li img{
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  background: #FFF;
  padding: 10px;
  border: 1px solid #CCC;
}
#footer .right{
  float: right;
  margin: 62px 0 0;
}
#footer .type{
  float: left;
  margin-left: 110px;
}
#footer .type:nth-child(1){
  margin-left: 0;
}
#footer .type > a{
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 12px;
}
#footer .type > li a{
  font-size: 14px;
}
#footer .copyright{
  padding: 10px 0;
  margin-top: 2%;
  border-top: 1px solid #e2e2e2;
}
#footer .copyright,
#footer .copyright *{
  font-size: 12px;
}
@media screen and (max-width:1750px){
  #footer .info .ewm ul li{
    left: 0;
    transform: translate(0,0);
  }
}
.banner{
  position: relative;
  display: block;
  overflow: hidden;
}
.banner a{
  display: block;
  position: relative;
  overflow: hidden;
}
.banner a img{
  width: 100%;
  transition: all 1.5s;
}
.banner a:hover img{
  transform: scale(1.1);
}
.banner a ul{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.banner a ul li span{
  display: block;
  font-size: 48px;
  color: #FFF;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
}
.banner a ul li font{
  display: block;
  color: #FFF;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 1%;
}
.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: 5px;
  height: 5px;
  padding: 7px;
  background: none;
  border: 1px solid transparent;
}
.banner .arrow span:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 1000px;
}
.banner .arrow span.swiper-pagination-bullet-active{
  border-color: #FFF;
}
.prev-next{
  border-top: 1px solid #e1e1e1;
  margin-top: 4%;
  padding-top: 2%;
}
.content{
  min-height: 350px;
}
.content > p:first-child{
  margin-top:0;
}
.content.bg{
  background: #FFF;
  padding: 4%;
}
.type-name li{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #1b1b1b;
  line-height: 1.2;
  text-transform: uppercase;
}
.type-name i{
  display: block;
  width: 30px;
  height: 2px;
  background: #1b1b1b;
  margin: 12px auto 0;
}
.type-name1 li{
  text-align: left;
}
.type-name1 i{
  margin-left: 0;
}
#news-pro-tn{
  text-align:center;
  margin:0 0 5px;
  font-size:16px;
}
.list_news > a{
  display: block;
}
.list_news > a:nth-child(1){
  margin-top: 0;
}
.list_news > a ul span{
  font-size: 30px;
  line-height: 1.4;
  font-family: 'Microsoft YaHei UI Light';
}
.list_news > a ul time{
  display: block;
  font-size: 24px;
  color: #b2b2b2;
  margin-top: 20px;
  font-family: 'Microsoft YaHei UI Light';
  border-top: 1px solid #f1f1f1;
}
.list_news > a ul li{
  font-size: 16px;
  line-height: 24px;
  height: 96px;
  color: #606060;
  margin: 12px 0 89px;
  font-family: 'Microsoft YaHei UI Light';
}
.list_news > a ul font{
  font-size: 12px;
  color: #4c4c4c;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 40px;
  border: 1px solid #c9c9c9;
}
.list_news > a:hover ul span{
  color: #C00;
}
.list_news > a:hover ul font{
  background: #C00;
  border-color: #C00;
  color: #FFF;
}
.list_news > i{
  height: 1px;
  display: block;
  background: #e4e4e4;
  margin: 4% 0;
}
.detailed > h1{
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  font-weight: normal;
}
.detailed > .info{
  text-align: center;
  color: #a7a7a7;
  margin-top: 5px;
}
.detailed > .cont{
  margin-top: 3%;
}
.detailed .tn{
  font-size: 30px;
  line-height: 1.5;
}
.detailed .img img{
  max-width: 100%;
  margin-top: 2%;
}
.detailed .box ul{
  float: left;
  font-size: 16px;
}
.detailed .box ul span{
  display: block;
  padding-bottom: 2%;
  border-bottom: 1px solid #c8c8c8;
}
.detailed .box ul li{
  line-height: 19px;
  margin-top: 11px;
  position: relative;
}
.detailed .box ul li:nth-child(2){
  margin-top: 25px;
}
.detailed .box ul li.has{
  padding-left: 30px;
}
.detailed .box ul li.has b{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  background: center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.dlBox{
  background: #FFF;
  padding: 3% 7%;
  margin-top: 4%;
}
.dlBox a{
  display: block;
  float: left;
  text-align: center;
}
.dlBox a img{
  width: 100%;
  display: block;
}
.dlBox a span{
  font-size: 24px;
  text-align: center;
  margin-top: 8px;
}
.dlBox a li{
  text-align: center;
  font-size: 16px;
  color: #888;
}
.dlBox a font{
  color: #888;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  width: 132px;
  text-align: center;
  margin-top: 20px;
  border-radius: 40px;
  border: 1px solid #d2d2d2;
}
.dlBox a:hover font{
  color: #C00;
  border-color: #C00;
}
.msgBox{
  padding-top: 5%;
}
.message{
  margin: 2% 0 0 3%;
}
.message > span{
  display: block;
}
.message > font{
  display: block;
  font-size: 12px;
  color: #b4b4b4;
}
.message ul{
  position: relative;
  background: #FFF;
  padding: 5px 10px 5px 30px;
  margin-top: 12px;
  border: 1px solid #efefef;
}
.message ul .tn{
  display: none;
}
.message ul .xing{
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  text-align: center;
  color: red;
  line-height: 36px;
}
.message ul .input input,
.message ul .textarea textarea{
  display: block;
  width: 100%;
  height: 36px;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message ul .textarea textarea{
  height: 90px;
  line-height: 1.4;
  padding: 7px 0;
}
.message ul.code{
  width: 250px;
}
.message ul.code .img img{
  position: absolute;
  right: 10px;
  top: 5px;
  width: 70px;
  height: 36px;
}
.message ul.button{
  border: 0;
  padding: 0;
  background: none;
}
.message ul.button input{
  border: 0;
  width: 120px;
  height: 40px;
  cursor: pointer;
  background: #505050;
  color: #FFF;
  font-size: 14px;
}
.caseTypeBox li{
  font-size: 0;
  letter-spacing: -1px;
}
.caseTypeBox li a{
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 2.5%;
  margin: 1px;
  border-radius: 40px;
}
.caseTypeBox li a:hover,
.caseTypeBox li a.on{
  background: #202020;
  color: #FFF;
  line-height: 40px;
}
.list_case a{
  display: block;
  float: left;
}
.list_case a span{
  display: block;
  float: left;
  font-size: 30px;
  line-height: 36px;
  margin: 12px 0 0;
}
.list_case a font{
  display: block;
  float: right;
  line-height: 24px;
  margin: 20px 0 0 12px;
  color: #686868;
}
.list_case a p{
  clear: both;
  font-size: 18px;
  color: #838383;
}
.aboutBox .cont{
  text-align: center;
  margin-top: 3%;
}
.aboutBox .cont,
.aboutBox .cont *{
  font-size: 18px;
}
.aboutBox1{
  background: #0d0d0d;
}
.aboutBox1 *{
  color: #FFF!important;
}
.aboutBox1 .type-name i{
  background: #FFF;
}
.aboutBox1 .cont{
  max-width: 1200px;
  margin: 1% auto 0;
}
.aboutBox1 .cont,
.aboutBox1 .cont *{
  font-size: 30px;
}
.aboutBox2 .box a{
  display: block;
  float: left;
  width: 32%;
  margin: 2% 0 0 2%;
}
.aboutBox2 .box a:nth-child(3n+1){
  margin-left: 0;
  clear: both;
}
.about_list > div{
  margin-top: 2%;
  background: #f6f6f6;
  font-size: 0;
  letter-spacing: -1px;
}
.about_list > div > img{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 43%;
}
.about_list > div:nth-child(2n) > .img,
.about_list > div:nth-child(2n+1) > .img1{
  display: none;
}
.about_list > div > ul{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 37%;
}
.about_list > div:nth-child(2n) > ul{
  margin: 0 13% 0 7%;
}
.about_list > div:nth-child(2n+1) > ul{
  margin: 0 7% 0 13%;
}
.about_list > div > ul > span{
  display: block;
  font-size: 36px;
  font-weight: bold;
}
.about_list > div > ul > li{
  font-size: 18px;
  line-height: 30px;
  margin-top: 2%;
}
.proBox .box a{
  display: block;
  float: left;
  background: #FFF;
}
.proBox .box a span{
  text-align: center;
  font-size: 18px;
  padding: 6% 12px;
  font-weight: bold;
}
.proBox .more{
  text-align: center;
}
.proBox .more a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  color: #FFF;
  background: #212121;
  border-radius: 50px;
  padding: 0.6% 5%;
  margin-top: 3%;
}
.proBox .more a:hover{
  background: #C00;
}
.vloaBox{
  background: center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 10% 1.7%;
}
.vloaBox *{
  color: #FFF;
  text-align: center;
}
.vloaBox .tn{
  font-size: 48px;
  line-height: 1.5;
}
.vloaBox .cont{
  margin-top: 4%;
}
.vloaBox .cont,
.vloaBox .cont *{
  font-size: 18px;
  line-height: 1.8;
}
.vloaBox .more{
  text-align: center;
}
.vloaBox .more a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  color: #FFF;
  border: 1px solid white;
  border-radius: 50px;
  padding: 0.6% 5%;
  margin-top: 5%;
}
.vloaBox .more a:hover{
  background: #C00;
  border-color: #C00;
}
.caseBox .box{
  position: relative;
  margin-top: 3%;
}
.caseBox .box > .left{
  width: 67%;
}
.caseBox .box > .left a{
  display: none;
  position: relative;
}
.caseBox .box > .left a:nth-child(1){
  display: block;
}
.caseBox .box > .left a img{
  width: 100%;
}
.caseBox .box > .left a p{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 4% 3%;
}
.caseBox .box > .left a p *{
  display: block;
  line-height: 1.5;
}
.caseBox .box > .left a p span{
  font-size: 42px;
  color: #FFF;
}
.caseBox .box > .left a p font{
  font-size: 24px;
  color: #c9c9c9;
}
.caseBox .box > .right{
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 31%;
}
.caseBox .box > .right .list a{
  display: none;
}
.caseBox .box > .right .list a:nth-child(2){
  display: block;
}
.caseBox .box > .right .list a span{
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 3%;
}
.caseBox .box > .right .list a font{
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #4f4f4f;
}
.caseBox .box > .right .btn{
  font-size: 0;
  letter-spacing: -1px;
  margin-top: 18%;
}
.caseBox .box > .right .btn *{
  user-select:none;
}
.caseBox .box > .right .btn > *{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
.caseBox .box > .right .btn > span{
  background: center no-repeat;
  width: 66px;
  height: 66px;
  border-radius: 66px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}
.caseBox .box > .right .btn > span.left{
  background-image: url("../images/left.png");
}
.caseBox .box > .right .btn > span.right{
  background-image: url("../images/right.png");
}
.caseBox .box > .right .btn > span:hover{
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.caseBox .box > .right .btn > span.left:hover{
  background-image: url("../images/left_hover.png");
}
.caseBox .box > .right .btn > span.right:hover{
  background-image: url("../images/right_hover.png");
}
.caseBox .box > .right .btn li{
  width: 102px;
  height: 68px;
  font-size: 0;
  letter-spacing: -1px;
  background: url("../images/bg.png") center no-repeat;
}
.caseBox .box > .right .btn *{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 51px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
}
.caseBox .box > .right .btn font{
  margin-top: 34px;
}
.caseBox .box > .right > a{
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #5e5e5e;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
}
.caseBox .box > .right > a:hover{
  border-color: #C00;
  color: #C00;
}
.list_pro a{
  display: block;
  float: left;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px 5px;
}
.list_pro a span{
  font-size: 24px;
  text-align: center;
}
.aside ul span{
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  float: left;
}
.aside ul select{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}
.aside ul > select{
  float: left;
  display: block;
  height: 36px;
  border: 1px solid #b7b7b7;
}
.aside ul li{
  font-size: 0;
  letter-spacing: -1px;
}
.aside ul li select{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  height: 36px;
  border: 0;
  width: 140px;
  margin-left: calc((100% - 700px) / 4);
  border-bottom: 1px solid #b7b7b7;
}
.aside ul li select:nth-child(1){
  margin-left: 0;
}
.location{
  padding-top: 5%;
  padding-bottom: 3%;
}
.location *{
  color: #8c8c8c;
}
.location li span:after{
  content: ' > ';
}
.location1{
  padding-top: 1%;
  padding-bottom: 2%;
}
.location1 li{
  text-align: left!important;
  padding: 5px 0;
  border-bottom: 1px solid #e7e7e7;
}
.location1 .back{
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 28px;
  margin-top: -14px;
  padding-right: 27px;
  background: url("../images/back.png") right center no-repeat;
}
.picBox{
  background: #f9f9f9;
}
.picBox .swiper{
  max-width: 520px;
  margin: 0 auto;
}
.picBox .swiper img{
  width: 100%;
}
.picBox .arrow{
  text-align: center;
  margin-top: 8px;
}
.picBox .arrow span{
  width: 54px;
  height: 54px;
  border-radius: 0;
  background: #FFF;
  margin: 0 10px!important;
  border: 1px solid #EEE;
}
.picBox .arrow span.swiper-pagination-bullet-active{
  border-color: #b7b7b7;
}
.picBox .arrow span img{
  width: 100%;
  height: 100%;
}
.caseinfoBox li *{
  display: block;
  line-height: 1.1;
  margin-top: 2%;
}
.caseinfoBox b{
  font-size: 48px;
  font-weight: normal;
}
.caseinfoBox span{
  font-size: 24px;
  color: #838383;
}
.caseinfoBox font{
  color: #686868;
}
.caseinfoBox1 > div{
  max-width: 960px;
  margin: 0 auto;
}
.caseinfoBox1 *{
  font-size: 16px;
  line-height: 1.8;
}
.caseinfoBox2 .width{
  border-top: 1px solid #efefef;
}
.caseinfoBox2 a{
  display: block;
  float: left;
}
.caseinfoBox2 a span{
  display: block;
  float: left;
  font-size: 16px;
  line-height: 36px;
  margin: 12px 0 0;
}
.caseinfoBox2 a font{
  display: block;
  float: right;
  font-size: 12px;
  line-height: 24px;
  margin: 20px 0 0 12px;
  color: #686868;
}
.caseinfoBox2 a p{
  clear: both;
  font-size: 12px;
  color: #838383;
}