@charset "utf-8";
.wrapper{
  min-width:1200px;
  max-width:1920px;
  margin:auto;
}
#header,#among,#footer,.width{
  max-width:1200px;
  margin:auto;
}
.header{
  background: url(../images/tbg.jpg) top repeat-x;
  border-bottom: 3px solid #005bb8;
}
#header{
  position: relative;
}
#header .logo{
  float:left;
}
#header .fl-right{
  margin-right: 157px;
}
#header .menu{
  float:left;
}
#header .menu > a{
  display:block;
  font-size:16px;
  line-height: 87px;
  color: #282828;
  padding: 0 30px;
}
#header .menu:hover > a{
  color: #FFF;
  background: #0059b5;
}
#header .language{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  background: #FFF url(../images/arrow.png) 102px 11px no-repeat;
  width: 118px;
  height: 28px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
}
#header .language *{
  display: block;
  font-size: 12px;
  line-height: 28px;
  padding-left: 37px;
  background: 7px center no-repeat;
}
#header .language span{
  background-image: url(../images/cn.jpg);
}
#header .language a{
  background-image: url(../images/en.jpg);
}
#header .language:hover{
  height: 56px;
}
.footer{
  background:#e4e5eb url(../images/dbg.jpg?v=1) center top no-repeat;
}
#footer *{
  color:#282828;
  font-size: 14px;
  line-height:20px;
}
#footer a:hover{
  color:#005bb8;
}
#footer .list{
  float: left;
  font-size: 0;
  width: 275px;
  letter-spacing: -1px;
  margin: 67px 0 77px 60px;
}
#footer .list:nth-child(2){
  width: 250px;
}
#footer .list:nth-child(3){
  width: 225px;
}
#footer .list:nth-child(4){
  width: auto;
}
#footer .list > *{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  color: #FFF;
}
#footer .list > span{
  font-size: 18px;
  margin-left: 16px;
  line-height: 30px;
  width: calc(100% - 91px);
}
#footer .list > span *{
  display: inline-block;
  color: #FFF;
  line-height: 20px;
}
#footer .copyright{
  clear: both;
  text-align: center;
  padding: 30px 0;
}
/* Banner图片样式开始 ============================================== */
#banner{
  display:block;
  width:100%;
  overflow:hidden;
  background:center top no-repeat;
}
#banner img{
  display:block;
  margin: 0 auto;
  filter:alpha(opacity=0);
  opacity:0;
}
.mainBox{
  overflow:hidden;
  position:relative;
  width:100%;
}
.mainBox .banner{
  position:absolute;
  left:0;
  top:0;
}
.mainBox .banner,
.mainBox .banner .list{
  width:100%;
  height:100%;
}
.mainBox .banner .list li,
.mainBox .banner .list li a{
  width:100%;
  height:100%;
}
.mainBox .banner .list li a{
  display:block;
}
.mainBox .banner .list li{
  display:none;
  position:absolute;
  left:0;
  top:0;
  background:center top no-repeat;
}
.mainBox .banner .list li:first-child{
  display:block;
}
.mainBox .btn{
  bottom:0;
  left:0;
  width:100%;
  height:35px;
  font-size:0;
  z-index:5;
  letter-spacing:-1px;
  position:absolute;
  text-align:center;
}
.mainBox .btn li{
  letter-spacing:0;
  display:inline-block;
  vertical-align:top;
  overflow:hidden;
  text-indent:-1000px;
  border-radius:100%;
  cursor:pointer;
  margin:0 7px;
  width:12px;
  height:12px;
  background:#999;
}
.mainBox .btn li.hover{
  background:red;
}
.mainBox .img{
  width:100%;
  overflow:hidden;
}
.mainBox .img img{
  filter:alpha(opacity=0);
  opacity:0;
  margin: 0 auto;
}
/* Banner图片样式结束 ============================================== */
.news-pro-tn{
  text-align:center;
  margin:0 0 5px;
  font-size:18px;
  font-weight: normal;
  line-height: 1.7;
}
.news-info{
  text-align: center;
}
#detailed .bigimg{
  text-align:center;
  margin-bottom:18px;
}
#detailed .bigimg ul{
  position:relative;
  display:inline-block;
  vertical-align: top;
  max-width:100%;
  min-width:100px;
}
#detailed .bigimg ul li{
  border: 1px solid #eee;
}
#detailed .bigimg ul li img{
  width:100%;
  min-width:200px;
}
#detailed .bigimg ul > a{
  display:block;
  position:absolute;
  top:50%;
  margin-top:-32px;
  opacity:0;
  transition:all .5s;
}
#detailed .bigimg ul:hover > a{
  opacity:1;
}
#detailed .bigimg ul > li:first-child+a{
  left:10px;
}
#detailed .bigimg ul > li:first-child+a+a{
  right:10px;
}
#detailed .bigimg ul > a img{
  display:block;
}
#aside{
  font-size: 0;
  letter-spacing: -1px;
  margin-left: -10px;
  padding-top: 24px;
}
#aside li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  min-width: 200px;
  color: #646464;
  margin: 10px 0 0 10px;
}
#aside li a{
  line-height:46px;
  display:block;
  font-size: 16px;
  background: #ededed;
  padding: 0 0 0 16px;
  position: relative;
}
#aside li a:after{
  content: '>';
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
}
#aside li.hover a,
#aside li:hover a{
  color: #FFF;
  background: #0b5691;
}
#aside li a.hover:after,
#aside li a:hover:after{
  color: #FFF;
}
.location{
  border-bottom: 2px solid #dedede;
}
.location ul{
  position: relative;
  padding: 20px 0 14px;
  text-align: right;
}
.location ul:before{
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 6px 4px 0 0;
  background: url(../images/home.png);
}
.location ul span:after{
  content:" >> ";
  font-family:"宋体";
}
.location ul,.location ul *{
  font-size: 12px;
  line-height: 30px;
  color: #868686;
}
.location ul a:hover{
  color:#005bb8;
}
.location ul li{
  position:absolute;
  left:0;
  bottom: -2px;
  font-size: 0;
  letter-spacing: -1px;
}
.location ul li b{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 24px;
  color: #383838;
  line-height: 58px;
  border-bottom: 2px solid #0b5691;
}
.location ul li font{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  color: #acacac;
  line-height: 58px;
  text-transform: uppercase;
  padding-right: 36px;
  margin-left: 10px;
  background: url(../images/arrow1.png) right no-repeat;
}
.content{
  margin:35px auto;
  min-height:450px;
}
.content > p:first-child{
  margin-top:0;
}
.content > p:last-child{
  margin-bottom:0;
}
#listPro a{
  float:left;
  display: block;
  width:23.5%;
  margin:16px 0 0 2%;
}
#listPro a:nth-child(-n+4){
  margin-top:0;
}
#listPro a:nth-child(4n+1){
  clear:both;
  margin-left:0;
}
#listPro a li{
  border:1px solid #EEE;
}
#listPro a li img{
  width:100%;
}
#listPro a span{
  display:block;
  margin-top:12px;
  text-align:center;
  line-height:1.4;
}
#listPro a:hover li{
  border-color: #005bb8;
}
.type-name{
  background: url(../images/bg.png?v=1) center bottom no-repeat;
  padding: 75px 0 28px;
}
.type-name span{
  display: block;
  text-align: center;
  font-size: 34px;
  color: #282828;
  line-height: 1.2;
}
.type-name font{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #005bb8;
  text-transform: uppercase;
  line-height: 1.2;
}
.product .type{
  text-align: center;
  font-size: 0;
  margin-top: 32px;
  letter-spacing: -1px;
}
.product .type a{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  background: #dcdcdc;
  color: #004f99;
  padding: 0 54px;
  line-height: 40px;
}
.product .type a.on{
  background: #004f99;
  color: #FFF;
}
.product .list{
  margin: 33px 0 70px;
}
.product .list a{
  display: block;
  float: left;
  width: 285px;
  background: #ededed;
  border: 3px solid #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
}
.product .list a:nth-child(1){
  margin-left: 0;
}
.product .list a img{
  width: 100%;
  height: 262px;
}
.product .list a span{
  text-align: center;
  line-height: 40px;
  margin-top: 2px;
  padding: 0 10px;
}
.product .list a:hover{
  background: #005bb8;
  border-color: #005bb8;
}
.product .list a:hover span{
  color: #FFF;
}
.about{
  height: 510px;
  overflow: hidden;
  background: url(../images/bg1.jpg) center top no-repeat;
}
.about .type span{
  display: block;
  font-size: 34px;
  line-height: 1.2;
  color: #282828;
  margin-top: 90px;
}
.about .type font{
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #005bb8;
  text-transform: uppercase;
}
.about .type i{
  display: block;
  width: 60px;
  height: 1px;
  background: #004f99;
  margin-top: 16px;
}
.about .nr{
  height: 150px;
  width: 515px;
  overflow: hidden;
  margin-top: 15px;
}
.about .nr,
.about .nr *{
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.about > ul > a{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 30px;
  line-height: 40px;
  margin-top: 40px;
  color: #004f99;
  border: 2px solid #004f99;
}
.factory .list{
  margin: 40px 0 70px;
}
.factory .list a{
  display: block;
  float: left;
  width: 286px;
  height: 218px;
  margin-left: 16px;
}
.factory .list a:nth-child(1){
  width: 596px;
  height: 452px;
  margin-left: 0;
}
.factory .list a:nth-child(4),
.factory .list a:nth-child(5){
  margin-top: 16px;
}
.factory .list a img{
  width: 100%;
  height: 100%;
}