@charset "utf-8";
.wrapper{
  min-width:1200px;
  max-width:1920px;
  margin:auto;
  overflow: hidden;
}
#header,#among,#footer,.width{
  max-width:1680px;
  margin:auto;
}
.among{
  padding: 0 1.7%;
}
.padding{
  padding: 0 1.7%;
}
.padding1{
  padding-top: 3%;
}
.padding2{
  padding-bottom: 3%;
}
.header{
  background: #FFF;
  padding: 0 1.7%;
  border-bottom: 1px solid #ededed;
}
.header1{
  padding: 0 1.7%;
  background: #FFF;
}
#header{
  position: relative;
  z-index: 98;
}
#header .logo{
  float: left;
}
#header .logoinfo{
  float: left;
  font-size: 15px;
  color: #2a2a2a;
  margin: 52px 0 0 19px;
}
#header .fl-right{
  font-size: 0;
  letter-spacing: -1px;
}
#header .fl-right > *{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  margin-top: 52px;
  font-family: '微软雅黑 Light';
  background: left center no-repeat;
}
#header .fl-right > a{
  padding-left: 32px;
  background-image: url("../images/email.jpg");
}
#header .fl-right > span{
  padding-left: 25px;
  margin-left: 50px;
  background-image: url("../images/tel.jpg");
}
#header .bb{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  padding-right: 24px;
  background: url("../images/arrow.png") right no-repeat;
}
#header .bb a{
  display: block;
  color: #dd5d0c;
  padding-left: 28px;
  background: url("../images/cn.jpg") left no-repeat;
}
#header .bb a:hover{
  text-decoration: underline;
}
.footer{
  background: #1f1f1f;
  padding: 25px 1.7% 3%;
}
.footer1{
  background: #020202;
  padding: 10px 1.7%;
}
.footer #footer{
  background: url("../images/bg.png") 0 91px repeat-x;
}
#footer *{
  color:#FFF;
  font-size: 12px;
  line-height: 30px;
}
#footer a:hover{
  color:#c0ff00;
}
#footer .info{
  float: left;
  width: calc(40% - 172px);
}
#footer .info > a{
  display: inline-block;
  vertical-align: top;
}
#footer .info > a img{
  height: 79px;
}
#footer .info > span{
  display: block;
  font-size: 18px;
  margin: 28px 0 0 30px;
}
#footer .info > .clearfix{
  margin: 10px 0 0 30px;
}
#footer .type{
  float: left;
  width: 12%;
  margin: 50px 0 0 2%;
}
#footer .type.follow{
  width: 172px;
}
#footer .type > a{
  display: block;
  font-size: 16px;
  color: #c0ff00;
  margin-bottom: 38px;
}
#footer .type div{
  font-size: 0;
  letter-spacing: -1px;
}
#footer .type div ul{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 20px;
}
#footer .type div ul:nth-child(1){
  margin-left: 0;
}
#footer .type div ul > img{
  width: 28px;
}
#footer .copyright,
#footer .copyright *{
  font-size: 12px;
  color: #ababab;
}
.banner{
  position: relative;
  display: block;
  overflow: hidden;
}
.banner img{
  width: 100%;
}
.banner a{
  display: block;
  position: relative;
}
.banner a ul{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  padding: 0 1.7%;
}
.banner a ul li{
  font-size: 26px;
  color: #d9d9d9;
  font-weight: bold;
  text-transform: uppercase;
}
.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.swiper-pagination-bullet-active{
  background: #e50012;
}
.detailed .name{
  font-size: 30px;
  padding-bottom: 1%;
  margin-bottom: 2%;
  border-bottom: 1px solid #cfcfcf;
}
.detailed .tn{
  font-size: 24px;
  font-weight: bold;
  margin-top: 3%;
  padding-bottom: 1%;
  border-bottom: 1px solid #cecece;
}
.detailed .info{
  margin-top: 1.5%;
  font-size: 12px;
}
.detailed .cont{
  margin-top: 2%;
}
.prev-next{
  margin-top:3%;
  padding-top:12px;
  border-top:1px solid #e5e5e5;
}
.detailed .box{
  position: relative;
  margin-bottom: 2%;
}
.detailed .box .picBox{
  float: left;
  width: 34%;
  position: relative;
}
.detailed .box .picBox .swiper1{
  border: 1px solid #efefef;
}
.detailed .box .picBox .swiper1 img{
  width: 100%;
}
.detailed .box .picBox .swiper2{
  margin-top: 8px;
}
.detailed .box .picBox .swiper2 .swiper-slide{
  opacity: .7;
}
.detailed .box .picBox .swiper2 .swiper-slide.swiper-slide-thumb-active{
  opacity: 1;
}
.detailed .box .picBox .swiper2 img{
  width: 100%;
  cursor: pointer;
}
.detailed .box .picBox .swiper1 .prev,
.detailed .box .picBox .swiper1 .next{
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  z-index: 1;
  background: rgba(34,34,34,.4) url(../images/btn.png) center no-repeat;
}
.detailed .box .picBox .swiper1 .prev{
  left: 12px;
}
.detailed .box .picBox .swiper1 .next{
  right: 12px;
  transform:rotate(180deg);
}
.detailed .box .box1{
  float: left;
  width: 27.5%;
  margin-left: 5.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3%;
}
.detailed .box .box1 .clearfix,
.detailed .box .box1 .clearfix *{
  line-height: 30px;
}
.detailed .box .box1 > span{
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  min-height: 43px;
  margin-bottom: 4%;
  text-transform: uppercase;
}
.detailed .box .box1 > li a{
  color: #808080;
  display: inline-block;
  background: url(../images/dl2.png) 0 2px no-repeat;
  padding-left: 28px;
  line-height: 20px;
  margin: 5px 0 9px;
}
.detailed .box .box1 > li a span{
  text-transform: uppercase;
}
.detailed .box .box1 > li a:hover{
  color:#ff6400;
}
.detailed .box .box1 > i{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #efefef;
  margin-left: -4%;
}
.location{
  text-align: right;
  height: 0;
}
.location li{
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 3;
  margin-top: -40px;
  padding-left: 22px;
  background: url("../images/home.png") left no-repeat;
}
.location li span:after{
  content:" > ";
  font-family:"宋体";
}
.location *{
  font-size: 14px;
  line-height: 24px;
}
.location font{
  color: #ff6400;
}
.location1{
  height: auto;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.location1 li{
  margin-top: 0;
}
.location2{
  border-bottom: 0;
  padding: 0 1.7%;
  background: #efefef;
}
.location2 li{
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.content{
  margin: 4% 0;
  min-height:400px;
}
.content > p:first-child{
  margin-top:0;
}
#news-pro-tn{
  text-align:center;
  margin:0 0 5px;
  font-size:16px;
}
.message > span{
  display: block;
}
.message > font{
  display: block;
  font-size: 12px;
  color: #b4b4b4;
}
.message ul{
  background: #f1f1f1;
  margin-top: 12px;
  position: relative;
}
.message ul li.tn{
  display: none;
}
.message ul li.input,
.message ul li.textarea{
  margin: 0 30px;
}
.message ul li.input input[type='text']{
  width:100%;
  height:48px;
  display:block;
  background:none;
  border:0;
  padding: 0 5px;
  box-sizing: border-box;
}
.message ul li.xing{
  position: absolute;
  left: 0;
  top: 0;
  width:30px;
  text-align: center;
  line-height:48px;
  font-size:14px;
  color:red;
  height:26px;
  overflow:hidden;
  font-family:'宋体';
}
.message ul li.textarea textarea{
  border:0;
  width:100%;
  height:130px;
  padding: 15px 0;
  background: none;
  display: block;
  box-sizing: border-box;
}
.message ul.code{
  width: 260px;
}
.message ul li.img{
  position: absolute;
  top: 7px;
  right: 10px;
}
.message ul li.img img{
  width: 80px;
  height: 34px;
}
.message ul.button{
  display: inline-block;
}
.message ul.button li input{
  height:38px;
  width:120px;
  background: #505050;
  border: 0;
  color: #FFF;
  font-size: 15px;
}
.list_pro{
  margin-bottom:10px;
}
.list_pro > li{
  display: block;
  float: left;
  background: #FFF;
  width:31%;
  text-align: center;
  margin:20px 0 0 3.5%;
}
.list_pro > li:nth-child(-n+3){
  margin-top: 0;
}
.list_pro > li:nth-child(3n+1){
  clear: both;
  margin-left: 0;
}
.list_pro > li a{
  display: block;
}
.list_pro > li a img{
  width: 100%;
}
.list_pro > li a > span{
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0;
}
.list_pro > li a.button{
  display: inline-block;
  vertical-align: top;
  background: #C00;
  color: #FFF;
  font-size: 12px;
  margin-top: 9px;
  cursor: pointer;
  padding: 0 12px;
}
.list_pro a ul,
.list_pro a p{
  font-size: 0;
  letter-spacing: -1px;
  text-align: center;
}
.list_pro a ul{
  margin-top: 15px;
}
.list_pro a ul li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  background: #c1af8d;
  color: #FFF;
  border-radius: 90px;
  line-height: 24px;
  padding: 0 12px;
  margin: 0 5px;
}
.list_pro a ul li.sale{
  background: #C00;
}
.list_pro a p{
  margin: 0;
}
.list_pro a p *{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  margin: 0 5px;
}
.list_pro a p s{
  color: #999;
}
.list_pro a p font{
  color: #C00;
}
.list_news a{
  display: block;
  float: left;
  width: 31%;
  background: #fafafa;
  margin: 3% 0 0 3.5%;
}
.list_news a:nth-child(-n+3){
  margin-top: 0;
}
.list_news a:nth-child(3n+1){
  margin-left: 0;
}
.list_news a > li{
  position: relative;
  overflow: hidden;
}
.list_news a > li img{
  width: 100%;
}
.list_news a > li img:nth-child(2){
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.list_news a:hover > li img:nth-child(2){
  transform: scale(1.1);
}
.list_news a ul{
  padding: 5% 5%;
}
.list_news a ul > span{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.list_news a ul li{
  color: #8d8c8c;
  font-size: 0;
  margin: 5% 0;
  letter-spacing: -1px;
  padding-left: 25px;
  background: url("../images/arrow1.png") left no-repeat;
}
.list_news a ul li *{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.2;
}
.list_news a ul li span{
  font-style: italic;
}
.list_news a ul li font{
  text-decoration: underline;
  margin-left: 15px;
}
.list_news a ul > font{
  display: inline-block;
  vertical-align: top;
  padding: 0px 24px;
  background: #90be07;
  line-height: 34px;
  color: #FFF;
  font-size: 12px;
  border-radius: 5px;
  transition: all .3s;
}
.list_news a:hover{
  background: #fafafa;
}
.list_news a:hover ul > font{
  background: #ff6400;
}
.aside{
  float: left;
  width: 250px;
  margin: 35px 0;
}
.aside > h2{
  font-weight: normal;
  font-size: 16px;
  background: #C00;
  color: #FFF;
  line-height:3;
  padding:0 0 0 22px;
  border-bottom: 1px solid #EEE;
}
.aside .list li a{
  display: block;
  line-height: 20px;
  padding:10px 20px;
  border-bottom: 1px solid #EEE;
}
.aside .list li a:hover,
.aside .list li a.on{
  color:#C00;
}
#right{
  float: right;
  width: 910px;
  margin: 35px 0;
}
.download_form{
  border:1px solid #EEE;
  border-bottom: 0;
  position: relative;
}
.download_form ul{
  background: #FFF;
  font-size: 0;
  padding: 10px 0;
  letter-spacing: -1px;
  border-bottom:1px solid #EEE;
}
.download_form ul:nth-child(2n+1){
  background: #f7f7f7;
}
.download_form ul:nth-child(1){
  background:#3b3b3b;
  font-weight: bold;
}
.download_form ul:nth-child(1) li{
  color: #FFF;
  font-size: 16px;
  line-height: 40px;
}
.download_form ul li{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  text-align: center;
  min-height: 18px;
  width: 13%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.download_form ul li:nth-child(1){
  width:36%;
  padding-left: 12px;
  padding-right: 12px;
}
.download_form ul li:nth-child(3){
  text-transform: uppercase;
}
.download_form ul li:nth-child(6){
  width:12%;
}
.download_form ul:nth-child(1) li:after{
  content: '';
  display: block;
  width: 1px;
  background: #EEE;
  position: absolute;
  top: 0;
  bottom: 0;
}
.download_form ul:nth-child(1) li:nth-child(1):after{
  display: none;
}
.download_form ul li,
.download_form ul li *{
  font-size: 14px;
  line-height: 18px;
}
.download_form ul li .btn{
  display: block;
  color: #FFF;
  line-height: 34px;
  background: #90be07;
  border-radius: 5px;
  width: 80%;
  max-width: 120px;
  margin: 0 auto;
}
.download_form ul li .btn:hover{
  background: #ff6400;
}
.navBox{
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}
.navBox ul li{
  width:auto;
}
.navBox ul li a{
  display: block;
  font-size: 14px;
  line-height: 58px;
  color: #525252;
  padding: 0 25px;
  white-space: nowrap;
}
.navBox ul li a:hover{
  color:#ff6400;
}
.navBox ul li.on{
  background: #ff6400;
}
.navBox ul li.on a{
  position: relative;
  color: #FFF;
}
.typeBox h1{
  font-size: 30px;
  line-height: 1.2;
  margin-top: 4%;
  padding-top: 4%;
  border-top: 1px solid #e2e2e2;
}
.typeBox h1:nth-child(1){
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.typeBox ul a{
  display: block;
  float: left;
  width: 23.5%;
  margin: 3% 0 0 2%;
}
.typeBox ul:nth-child(1) a:nth-child(-n+4){
  margin-top: 0;
}
.typeBox ul a:nth-child(4n+1){
  margin-left: 0;
  clear: both;
}
.typeBox ul a li{
  overflow: hidden;
}
.typeBox ul a li img{
  width: 100%;
  transition: all 0.5s;
}
.typeBox ul a:hover li img{
  transform: scale(1.1);
}
.typeBox ul a span{
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 18px;
  margin-top: 6%;
}
.companyBox .box{
  float: left;
  width: calc(96% - 616px);
}
.companyBox .box > span{
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.companyBox .box > i{
  display: block;
  width: 26px;
  height: 2px;
  margin-top: 12px;
  background: #3a3a3a;
}
.companyBox .box > font{
  display: block;
  font-size: 30px;
  line-height: 1;
  margin: 5% 0 4%;
}
.companyBox .box > li{
  max-width: 810px;
  min-height: 500px;
  margin-bottom: 18px;
}
.companyBox .box > li,
.companyBox .box > li *{
  font-size: 15px;
  line-height: 24px;
  color: #3a3a3a;
}
.companyBox .box > div{
  position: relative;
  max-width: 810px;
}
.companyBox .box > div > ul.box1{
  float: left;
}
.companyBox .box > div > ul.box2{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.companyBox .box > div > ul.box3{
  float: right;
}
.companyBox .box > div > ul > b{
  display: block;
  text-align: center;
  font-size: 48px;
  line-height: 1;
}
.companyBox .box > div > ul > b span{
  font-size: 24px;
  font-weight: normal;
}
.companyBox .box > div > ul > li{
  text-align: center;
  margin-top: 10px;
}
.companyBox .box > div > ul > li,
.companyBox .box > div > ul > li *{
  font-size: 18px;
  color: #707070;
  line-height: 1;
}
.companyBox > img{
  display: block;
  float: right;
  width: 616px;
}
.qualificationBox{
  background: #fbfbfb;
}
.qualificationBox .tn{
  position: relative;
}
.qualificationBox .tn span{
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.qualificationBox .tn i{
  display: block;
  width: 26px;
  height: 2px;
  margin-top: 12px;
  background: #3a3a3a;
}
.qualificationBox .tn img{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.qualificationBox .box{
  position: relative;
  margin-top: 3%;
  padding: 0 calc(.9% + 64px);
}
.qualificationBox .box .left,
.qualificationBox .box .right{
  position: absolute;
  display: block;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  cursor: pointer;
  z-index: 3;
  background: #dbdbdb center no-repeat;
  transform: translate(0,-50%);
}
.qualificationBox .box .left{
  left: 0;
  background-image: url("../images/left.png");
}
.qualificationBox .box .right{
  right: 0;
  background-image: url("../images/right.png");
}
.albumBox .arrow{
  text-align: center;
}
.albumBox .arrow span{
  border-radius: 0;
  width: 46px;
  height: 6px;
  background: #d8d8d8;
  margin: 2.5% 5px 0!important;
}
.albumBox .arrow span.swiper-pagination-bullet-active{
  background: #ff7e00;
}
.productBox .box{
  float: left;
  width: 608px;
}
.productBox .box span{
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.productBox .box > div{
  font-size: 18px;
  line-height: 30px;
  margin: 5% 0 0;
}
.productBox .box a{
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  color: #020202;
  padding: 0 18px 0 46px;
  margin-top: 5%;
  transition: all .3s;
  background: #f8f8f8 url("../images/dl.png") 18px 13px no-repeat;
}
.productBox .box a:hover{
  background-color: #dd6214;
  color: #FFF;
  background-image: url("../images/dl1.png");
}
.productBox .box img{
  width: 100%;
  margin-top: 7%;
}
.productBox .list{
  float: right;
  width: calc(96% - 608px);
  max-width: 830px;
}
.productBox .list > div{
  margin-top: 4.5%;
}
.productBox .list > div:nth-child(1){
  margin-top: 0;
}
.productBox .list > div > a{
  float: left;
  width: 304px;
  height: 304px;
  overflow:hidden;
  border: 1px solid #DDD;
}
.productBox .list > div > a > img{
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
.productBox .list > div > a:hover > img{
  transform: scale(1.2);
}
.productBox .list > div ul{
  float: right;
  width: calc(95% - 304px);
}
.productBox .list > div ul span{
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.productBox .list > div ul li{
  font-size: 14px;
  line-height: 24px;
  margin: 12px 0;
  min-height: 192px;
}
.productBox .list > div ul a{
  display: inline-block;
  line-height: 34px;
  color: #FFF;
  cursor: pointer;
  padding: 0 26px;
  border-radius: 5px;
  transition: all .3s;
  background: #90be07;
}
.productBox .list > div ul a:hover{
  background: #ff6400;
}
.newsBox .list a{
  display: block;
  float: left;
  width: 48%;
  height: 173px;
  position: relative;
  margin: 3% 0 0 4%;
  padding-left: 259px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsBox .list a:nth-child(2n+1){
  margin-left: 0;
}
.newsBox .list a div{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 239px;
  height: 100%;
}
.newsBox .list a div img{
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.newsBox .list a:hover div img{
  transform: scale(1.1);
}
.newsBox .list a span{
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.newsBox .list a time{
  display: block;
  font-size: 12px;
  color: #494545;
}
.newsBox .list a p{
  line-height: 24px;
  height: 72px;
  color: #494545;
  margin-top: 15px;
}
.newsBox .list a:hover span{
  border-color: #ff6400;
}
.newsBox .more{
  text-align: center;
}
.newsBox .more a{
  display: inline-block;
  vertical-align: top;
  line-height: 52px;
  border: 1px solid #404040;
  padding: 0 60px;
  margin-top: 4%;
}
.newsBox .more a:hover{
  border-color: #ff6400;
}
.newsBox1 .fl-left{
  width: 60%;
}
.newsBox1 .fl-left > h1{
  font-size: 24px;
  line-height: 1.2;
}
.newsBox1 .fl-left > .info{
  color: #a9a1a1;
  margin-top: 2%;
}
.newsBox1 .fl-left > .clearfix{
  margin-top: 3%;
}
.newsBox1 .fl-right{
  width: 35%;
}
.newsBox1 .fl-right > span{
  display: block;
  font-size: 24px;
  color: #131313;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 2%;
  border-bottom: 1px solid #4e4e4e;
}
.newsBox1 .fl-right > a{
  display: block;
  font-size: 0;
  margin-top: 5%;
  letter-spacing: -1px;
}
.newsBox1 .fl-right > a div{
  overflow: hidden;
  width: 164px;
  height: 118px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
.newsBox1 .fl-right > a div img{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.newsBox1 .fl-right > a:hover div img{
  transform: scale(1.1);
}
.newsBox1 .fl-right > a li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: calc(96% - 164px);
  margin-left: 4%;
}
.newsBox1 .fl-right > a li span{
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
  transition: all 0.3s;
}
.newsBox1 .fl-right > a li time{
  display: block;
}
.newsBox1 .fl-right > a:hover li span{
  color:#ff6400;
}
.newsBox1 .fl-right > i{
  display: block;
  height: 1px;
  background: #e8e8e8;
  margin-top: 5%;
}
.newsBox1 .fl-right > i:last-child{
  margin-bottom: 0;
}
.type-name{
  position: relative;
  font-size: 0;
  letter-spacing: -1px;
}
.type-name span{
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.type-name font{
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 5px 12px;
}
.type-name a{
  display: block;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.type-name i{
  display: block;
  height: 1px;
  margin-top: 1.6%;
  background: #e2e2e2;
}
.proBox .swiper{
  margin-top: 2%;
}
.proBox .swiper a{
  font-size: 0;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
.proBox .swiper a div{
  overflow: hidden;
  margin-bottom: 3%;
}
.proBox .swiper a div img{
  width: 100%;
  transition: all .5s;
}
.proBox .swiper a:hover div img{
  transform: scale(1.1);
}
.proBox .swiper a span{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 18px;
}
.proBox .swiper a font{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 16px;
  color: #939393;
  margin-left: 8px;
}
.proBox .swiper a:hover span,
.proBox .swiper a:hover font{
  color: inherit;
}
.proBox .prev,
.proBox .next{
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  cursor: pointer;
  transition: all 0s;
  transform: translate(0,-50%);
  background: url("../images/left1.png") center no-repeat;
}
.proBox .prev{
  margin-right: 34px;
}
.proBox .next{
  transform: translate(0,-50%) rotate(180deg);
}
.proBox .prev:hover{
  background-image: url("../images/right1.png");
  transform: translate(0,-50%) rotate(180deg);
}
.proBox .next:hover{
  background-image: url("../images/right1.png");
  transform: translate(0,-50%) rotate(0);
}
.aboutBox{
  background: #f8f8f8;
}
.aboutBox .width{
  max-width: 1450px;
  font-size: 0;
  letter-spacing: -1px;
}
.aboutBox .info{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 49%;
}
.aboutBox .info > b{
  display: block;
  font-size: 30px;
  line-height: 1.5;
}
.aboutBox .info > span{
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-family: '微软雅黑 Light';
}
.aboutBox .info > a{
  display: inline-block;
  vertical-align: top;
  padding-right: 24px;
  margin-bottom: 5%;
  background: url("../images/arrow2.png") right no-repeat;
}
.aboutBox .info > div{
  margin: 9% 0;
}
.aboutBox .info > div,
.aboutBox .info > div *{
  line-height: 24px;
  color: #434343;
}
.aboutBox .info > img{
  width: 100%;
}
.aboutBox .img{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 45%;
  margin-left: 6%;
}
.aboutBox .img img{
  width: 100%;
}
.dlBox li{
  font-size: 0;
  height: 58px;
  letter-spacing: -1px;
  border-bottom: 1px solid #e2e2e2;
}
.dlBox li span,
.dlBox li select{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-top: 8px;
}
.dlBox li span{
  font-size: 14px;
  line-height: 3;
  font-weight: bold;
  color: #de610f;
}
.dlBox li span:nth-child(3){
  margin-left: 30px;
}
.dlBox li select{
  height: 42px;
  padding: 0 12px;
  margin-left: 10px;
  color: #858585;
  border: 1px solid #e3e3e3;
}
.promptBox{
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.promptBox > b{
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  display: block;
}
.promptBox > ul{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 560px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4%;
  background: rgba(144,190,7,.97);
  transform: translate(-50%,-50%);
}
.promptBox > ul > span{
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.promptBox > ul > font{
  margin: 8% 0;
}
.promptBox > ul > font,
.promptBox > ul > li span{
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.promptBox > ul > li font{
  display: block;
}
.promptBox > ul > li font,
.promptBox > ul > li font a{
  font-size: 16px;
  line-height: 24px;
}
.promptBox > ul > li font a:hover{
  text-decoration: underline;
}
.promptBox > ul ul{
  text-align: right;
}
.promptBox > ul ul li{
  display: inline-block;
  vertical-align: top;
  margin-top: -48px;
}
.promptBox > ul ul li img{
  width: 129px;
  height: 129px;
}
.promptBox > ul ul li span{
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
}
.promptBox > ul > b{
  display: block;
  width: 31px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("../images/close.png");
}