@charset "utf-8";
.wrapper{
  width: 100%;
}
#among,.width{
  max-width:1690px;
  margin:auto;
  padding: 0 10px;
}
.dis #among{
  max-width: 1450px;
}
.header{
  position: fixed;
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  transition: all .3s;
  background: rgba(255,255,255,0);
  border-bottom: 1px solid #535251;
}
#header .logo{
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  width: 175px;
  height: 82px;
  transition: all .3s;
  background: url(../images/logo.png?id=1) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#header .search{
  display: block;
  position: absolute;
  right: 10px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  top: 44px;
  transition: all .3s;
  background: url(../images/s.png) center no-repeat;
}
#header .language{
  position: absolute;
  right: 90px;
  top: 40px;
}
#header .language a{
  display: block;
  font-size: 16px;
  color: #FFF;
  padding-right: 25px;
  /*font-weight: bold;*/
  line-height: 26px;
  transition: all .3s;
  background: url(../images/arrow1.png) right center no-repeat;
}
#header .language li{
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all .3s;
}
#header .language li a{
  background: none;
}
#header .language:hover li{
  height: 26px;
}
.searchBox{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
  z-index: 998;
  padding: 0 4%;
  background: rgba(0,0,0,.9);
}
.searchBox li{
  max-width: 820px;
  margin: 5% auto 0;
  font-size: 0;
  letter-spacing: -1px;
}
.searchBox li *{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
.searchBox li input[type='text']{
  border: 0;
  background: none;
  font-size: 18px;
  padding: 0;
  color: #FFF;
  height: 48px;
  width: calc(95% - 68px);
  border-bottom: 1px solid #50514f;
}
.searchBox li input[type='text']::-webkit-input-placeholder{
  color: #FFF;
}
.searchBox li input[type='submit']{
  width: 48px;
  height: 48px;
  cursor: pointer;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/s1.png) center no-repeat;
}
.searchBox li a{
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 5%;
  background: url(../images/close.png);
}
#footer{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
.footer{
  background:#000;
}
.footer1{
  background:#5b5b5b;
}
#footer *{
  font-size:14px;
  line-height:24px;
}
#footer .type_w{
  float:left;
  width:22%;
  margin:3% 0 3% 20px;
}
#footer .type_w:nth-child(2){
  width: 16%;
}
#footer .contact{
  width: calc(62% - 290px);
}
#footer .type_w:first-child{
  margin-left: 0;
}
#footer .type_w > a,
#footer .type_w > span{
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
#footer .type_w > span{
  margin-bottom: 15px;
}
#footer .type_w .list a{
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 0;
}
#footer .contact li,
#footer .contact li *{
  line-height: 30px;
  font-size:14px;
}
#footer .share{
  float: right;
  width: 230px;
}
#footer .share .bdsharebuttonbox{
  margin-top: -15px;
  padding-bottom: 15px;
}
#footer .share .bdsharebuttonbox a{
  font-size: 14px;
  padding: 0;
  height: 26px;
  width: 115px;
  display: block;
  float: left;
  line-height: 26px;
  background: 0 0 no-repeat;
  margin: 22px 0 0;
  text-indent: 33px;
  color: #FFF;
}
#footer .share .bdsharebuttonbox a.bds_linkedin{
  background-image: url(../images/d2.png);
}
#footer .share .bdsharebuttonbox a.bds_fbook{
  background-image: url(../images/d3.png);
}
#footer .share .bdsharebuttonbox a.bds_weixin{
  background-image: url(../images/d4.png);
}
#footer .share .bdsharebuttonbox a.bds_twi{
  background-image: url(../images/d5.png);
}
#footer .copyright{
  text-align: center;
  margin: 2% 0;
}
.bannerBox img{
  width: 100%;
}
.category b{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  background: rgba(0,0,0,.6);
}
.category h1{
  font-size: 15px;
  color: #000;
  line-height: 30px;
  text-transform: uppercase;
  padding: 40px 0 10px 30px;
}
.category ul{
  position: fixed;
  left: -320px;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #FFF;
  width: 320px;
  overflow: hidden;
}
.category ul li a{
  font-size: 15px;
  line-height: 24px;
  display: block;
  padding: 13px 30px;
}
.category ul li:hover > a{
  color:#bf9e74;
}
.category ul li div{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 320px;
  width: 320px;
  display: none;
  background: #f4f4f4;
  overflow: hidden;
  padding-top: 30px;
}
.category ul li:hover div{
  display: block;
}
#news-pro-tn{
  text-align:center;
  margin:0 0 5px;
  font-size:18px;
  font-weight: normal;
  line-height: 1.7;
}
.list_type ul li{
  position: relative;
  z-index: 9;
}
.list_type ul li > a{
  display: table-cell;
  vertical-align: middle;
  height: 52px;
  width: 99999px;
  max-width: 100%;
  line-height: 20px;
  font-size: 14px;
  padding: 0 42px 0 20px;
}
.list_type ul li > a:after{
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  background: url(../images/arrow2.png);
}
.list_type ul li p{
  position: absolute;
  left: -1px;
  right: -1px;
  display: none;
  background: #FFF;
  padding-bottom: 20px;
  border: 1px solid #DDD;
}
.list_type ul li:nth-child(2) p{
  left: 0;
}
.list_type ul li:hover p{
  display: block;
}
.list_type ul li p a{
  display: block;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
  padding: 0 20px;
}
#location a{
  display:none;
}
#location font{
  display: block;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  color: #222;
  line-height: 1.2;
  margin-top: 3%;
  font-family: Verdana;
}
.content{
  margin:4% auto;
  min-height:450px;
}
.content > p:first-child{
  margin-top:0;
}
.content > p:last-child{
  margin-bottom:0;
}
.list_pro a{
  float:left;
  display: block;
  width:23.5%;
  margin:2% 0 0 2%;
}
.list_pro a:nth-child(-n+4){
  margin-top:0;
}
.list_pro a:nth-child(4n+1){
  clear:both;
  margin-left:0;
}
.list_pro a li{
  border: 1px solid #f3f3f3;
  transition: all .3s;
}
.list_pro a:hover li{
  border-color: #bf9e74;
}
.list_pro a li img{
  width:100%;
  display: block;
}
.list_pro a span{
  text-align: center;
  line-height: 36px;
  margin-top: 5px;
  transition: all .3s;
}
#listShare a{
  float:left;
  display: block;
  width:31%;
  margin:16px 0 0 3.5%;
}
#listShare a:nth-child(-n+3){
  margin-top:0;
}
#listShare a:nth-child(3n+1){
  clear:both;
  margin-left:0;
}
#listShare a li{
  border:1px solid #EEE;
}
#listShare a li img{
  width:100%;
}
#listShare a span{
  display:block;
  margin-top:12px;
  text-align:center;
  line-height:1.4;
}
.feedbackBox{
  display: block;
  padding: 0 5%;
  background: url(../images/bg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.feedbackBox > ul{
  max-width: 1200px;
  margin: 0 auto;
}
.feedbackBox h1{
  color: #FFF;
  text-align: center;
  font-size: 44px;
  line-height: 1.2;
  margin-top: 10%;
}
.feedbackBox i{
  display: block;
  width: 100px;
  height: 4px;
  background: #FFF;
  margin: 2% auto 0;
}
.feedbackBox li{
  font-size: 0;
  margin: 4% 0;
  letter-spacing: -1px;
  text-align: center;
}
.feedbackBox li input{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  border: 0;
  background: #FFF;
  height: 48px;
  width: 30%;
  padding: 0 10px;
  font-size: 16px;
  color: #656565;
  margin: 0 0.8%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.feedbackBox ul{
  text-align: center;
}
.feedbackBox ul > input{
  width: 130px;
  height: 48px;
  border: 0;
  margin: 0 auto 10%;
  background: #7d7d7d;
  font-size: 16px;
  cursor: pointer;
  color: #FFF;
}
.aboutBox{
  position: relative;
}
.aboutBox > li{
  width: 50%;
  position: relative;
}
.aboutBox > li img{
  width: 100%;
}
.aboutBox > li video{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.aboutBox > li video.hover{
  display: none;
}
.aboutBox > ul{
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  padding: 0 3%;
  overflow: hidden;
  background: url(../images/bg1.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.aboutBox > ul li{
  display: none;
  vertical-align: middle;
  width: 99999px;
  max-width:100%;
}
.aboutBox > ul li h1{
  font-size: 22px;
  font-weight: normal;
}
.aboutBox > ul li h2{
  font-size: 34px;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 2%;
}
.aboutBox > ul li div{
  line-height: 2.5;
  margin-top: 1.5%;
}
.aboutBox > ul li a{
  display: inline-block;
  vertical-align: top;
  margin-top: 6%;
  width: 8%;
  max-width: 54px;
  min-width:36px;
}
.aboutBox > ul li a img{
  width: 100%;
}
.home > ul{
  max-width: 1510px;
  margin: 0 auto;
}
.home > ul > .text{
  font-size: 26px;
  text-align: center;
  max-width: 1138px;
  margin: 5% auto 3%;
  padding: 0 4%;
}
.home > ul > img{
  display: block;
  margin: 0 auto 3%;
  width: 10%;
  max-width: 56px;
  min-width: 38px;
}
.home > ul > div{
  position: relative;
  margin-top: 2%;
}
.home > ul > div:nth-child(1){
  margin-top:4%;
}
.home > ul > div:nth-child(2){
  text-align: right;
}
.home > ul > div > li{
  position: relative;
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
.home > ul > div > li img{
  width: 100%;
}
.home > ul > div > li video{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.home > ul > div > li video.hover{
  display: none;
}
.home > ul > div > li a{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f9f9f9;
}
.home > ul > div > li a span{
  display: block;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  margin: 2% 10px 2%;
}
.home > ul > div > li a p{
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 10px;
}
.home > ul > div > li a font{
  display: block;
  margin: 5% auto 0;
  font-size: 16px;
  border: 1px solid #2e2e2e;
  border-radius: 5px;
  width: 134px;
  line-height: 38px;
  text-align: center;
}
.home > ul > div > a{
  display: block;
  background: #f9f9f9;
}
.home > ul > div > a span{
  display: block;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  margin: 16% 10px 7%;
  position: relative;
  z-index: 1;
}
.home > ul > div:nth-child(2) > a span{
  margin-bottom: 2%;
}
.home > ul > div > a font{
  display: block;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #2e2e2e;
  border-radius: 5px;
  width: 134px;
  line-height: 38px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home > ul > div:nth-child(2) > a font{
  margin-top: 5%;
}
.home > ul > div > a p{
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 10px;
}
.home > ul > div > a img{
  width: 100%;
  display: block;
}
.home > ul > div > a:hover *,
.home > ul > div > li a:hover *{
  color: #bf9e74;
}
.home > ul > div > a:hover font,
.home > ul > div > li a:hover font{
  border-color: #bf9e74;
}
.home .list{
  background: #f9f9f9;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  margin-top: 3%;
  font-size: 0;
  padding: 6% 0;
  letter-spacing: -1px;
}
.home .list > *{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
.home .list ul{
  width: 34%;
}
.home .list ul span{
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
}
.home .list ul font{
  display: block;
  text-align: center;
  font-size: 24px;
  color: #494949;
  line-height: 1.2;
  margin:3% 0;
}
.home .list ul a{
  display: inline-block;
  font-size: 18px;
  color: #0070c9;
}
.home .list ul a:hover{
  color:#bf9e74;
}
.home .list div{
  font-size: 0;
  width: 66%;
  text-align: left;
  letter-spacing: -1px;
}
.home .list div a{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  width: 26%;
  text-align: center;
  margin-left: 5%;
}
.home .list div a img{
  width: 100%;
}
.home .list div a span{
  font-size: 18px;
  margin-top: 12px;
  color: #111;
}
.home .list div a span:after{
  content: ' >';
}
.home .list div a:hover span{
  color:#bf9e74;
}
.homeBox{
  max-width: 1920px;
  margin: 0 auto;
}
.homeBox li{
  max-width: 1500px;
  margin: 4% auto;
}
.homeBox li a{
  display: block;
  background: #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.homeBox li a:nth-child(3n+1){
  clear:both;
  margin-left:0;
}
.homeBox li a img{
  display: block;
  width: 100%;
}
.homeBox li a h2{
  text-align: center;
  text-transform: uppercase;
  margin-top: 8%;
  line-height: 1;
}
.homeBox li a font{
  line-height: 30px;
  color: #656565;
  text-align: center;
  margin: 4% 5% 5%;
  height: 60px;
  font-size: 14px;
}
.homeBox li a span{
  display: block;
  width: 102px;
  line-height: 34px;
  border: 1px solid #ababab;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 9%;
  font-size: 14px;
  color: #616161;
  transition: all .3s;
}
.homeBox li a:hover span{
  background: #bf9e74;
  color: #FFF;
  border-color: #bf9e74;
}
#detailed .imgBox img{
  width: 100%;
}
#detailed .fl-right{
  width: 45%;
}
#detailed .fl-right > li{
  background: #d5d5d5;
  font-size: 0;
  padding: 4% 6%;
  letter-spacing: -1px;
}
#detailed .fl-right > li *{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
}
#detailed .fl-right > li span{
  margin: 0 5px;
}
#detailed .fl-right > h1{
  font-size: 24px;
  font-weight: normal;
  margin-top: 4%;
}
#detailed .fl-right > h2{
  font-size: 24px;
  font-weight: normal;
  margin-top: 2%;
}
#detailed .fl-right ul{
  font-size: 0;
  letter-spacing: -1px;
  padding: 12px 0;
}
#detailed .fl-right ul *{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
}
#detailed .fl-right ul span{
  width: 170px;
}
#detailed .fl-right ul li{
  width: calc(100% - 170px);
}
#detailed .cont{
  border-top: 1px solid #8e8e8e;
  margin-top: 4%;
  padding-top: 3%;
}
#detailed > h3{
  font-size: 24px;
  font-weight: normal;
  margin: 2% 0;
}
.list_news a{
  display: block;
  position: relative;
}
.list_news a b{
  display: block;
  width: 340px;
  height: 250px;
  background: #fafafa center no-repeat;
  background-size: 100% 100%;
}
.list_news a li{
  position: absolute;
  left: 340px;
  top: 0;
  right: 0;
  height: 100%;
  margin-left: 2%;
  overflow: hidden;
}
.list_news a li span{
  font-size: 22px;
  color: #000;
  line-height:2.5;
}
.list_news a li font{
  font-size: 14px;
  color:#999;
}
.list_news a li p{
  font-size: 14px;
  line-height: 26px;
  height: 84px;
  margin:10px 0 0;
  color:#acacac;
}
.list_news a li div{
  position:absolute;
  left:0;
  bottom:10px;
  border-radius:5px;
  font-size:12px;
  line-height:32px;
  padding:0 14px;
  color:#878787;
  text-transform:uppercase;
  border:1px solid #DDD;
}
.list_news a:hover b{
  background-size: 105% 105%;
}
.list_news a:hover li *{
  color:#bf9e74;
}
.list_news a:hover li div{
  border-color:#bf9e74;
}
.list_news i{
  height: 1px;
  margin: 3% 0;
  display: block;
  background: #EEE;
}
.list_news i:last-child{
  margin-bottom: 0;
}