@charset "utf-8";
#wrapper{
  min-width:1200px;
  max-width:1920px;
  margin:auto;
}
#header,#among,#footer,.width{
  max-width:1200px;
  margin:auto;
}
#header .logo{
  float:left;
  min-width:20px;
}
#header .logo a{
  display:block;
}
#header .logo a img{
  margin-left:0;
}
#header .menu{
  float:left;
  margin: 57px 0 0 60px;
}
#header .menu > a{
  display:block;
  font-size:18px;
  color: #211716;
  padding: 0 6px;
  line-height: 80px;
  white-space:nowrap;
}
#header .menu:hover > a{
  color: #0051a2;
  border-bottom: 4px solid #0051a2;
}
#header .menu p{
  display:none;
  position:absolute;
  width:100%;
  margin: 0;
  overflow:hidden;
}
#header .menu:hover p{
  display:block;
}
#header .menu p a{
  display:block;
  text-align:center;
  line-height:36px;
  color:white;
}
#header .menu p a:hover{
  color:yellow;
}
.footer{
  background:#000;
}
#footer *{
  color:#7b7b7b;
  font-size: 14px;
  line-height:24px;
}
#footer a:hover{
  color:yellow;
}
#footer .type_w{
  float:left;
  width:135px;
  margin:48px 0 48px 20px;
}
#footer .type_w:nth-child(2){
  width: 160px;
}
#footer .type_w:first-child{
  margin-left: 0;
}
#footer .type_w > li,
#footer .type_w > li > a{
  line-height: 18px;
}
#footer .type_w > li > a{
  display: inline-block;
  vertical-align: top;
  padding: 4px 0;
}
#footer .type_w > li:first-child > a{
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
}
#footer .contact{
  width: 280px;
}
#footer .contact .nr,
#footer .contact .nr *{
  line-height: 26px;
}
#footer .ewm{
  float: right;
  font-size: 0;
  margin: 50px 0;
  letter-spacing: -1px;
  white-space: nowrap;
}
#footer .ewm li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-left: 28px;
}
#footer .ewm li img{
  width: 90px;
  height: 90px;
  border: 7px solid white;
  margin-bottom: 5px;
}
#footer .ewm li span{
  display: block;
  text-align: center;
  line-height: 18px;
}
#footer .copyright{
  margin: 20px 0;
}
/* banner图片样式开始 ============================================== */
#banner{
  display:block;
  width:100%;
  overflow:hidden;
  background:center top no-repeat;
  border-bottom: 1px solid #000002;
}
#banner img{
  display:block;
  filter:alpha(opacity=0);
  opacity:0;
}
#mainbox{
  overflow:hidden;
  position:relative;
  width:100%;
  border-bottom: 1px solid #000002;
}
#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;
}
/* banner图片样式结束 ============================================== */
#news-pro-tn{
  text-align:center;
  margin:0 0 5px;
  font-size:16px;
}
#detailed .bigimg{
  text-align:center;
  margin-bottom:18px;
}
#detailed .bigimg ul{
  position:relative;
  display:inline-block;
  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;
  filter:alpha(opacity=0);
  opacity:0;
  transition:all .5s;
}
#detailed .bigimg ul:hover > a{
  filter:alpha(opacity=100);
  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{
  background: #fff;
  height: 56px;
  border-bottom: 1px solid #e3e3e3;
}
#aside .list{
  font-size: 0;
  letter-spacing: -1px;
  display: inline-block;
  margin-left: -16px;
  position: relative;
  z-index: 1;
}
#aside .list li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin: 0 0 0 16px;
}
#aside .list li a{
  line-height:56px;
  display:block;
  position: relative;
  font-size: 14px;
  padding: 0px 5px;
}
#aside .list li.hover a,
#aside .list li:hover a{
  color: #0647a1;
}
#aside .list li.hover a:after{
  content: '';
  height: 3px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #0647a1;
}
#right{
  float:right;
  width:700px;
}
#location{
  text-align: right;
  height: 57px;
  margin-top: -57px;
}
#location:before{
  content: '';
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  width: 17px;
  height: 14px;
  margin:20px 6px 0 0;
  background: url(/uploads/image/t2cwimages/home.jpg);
}
#location span:after{
  content:" > ";
  font-family:"宋体";
}
#location,#location *{
  font-size: 12px;
  line-height: 56px;
}
#location a:hover{
}
.content{
  margin:30px 0;
  min-height:300px;
}
.content > p:first-child{
  margin-top:0;
}
.content > p:last-child{
  margin-bottom:0;
}
#listpro a{
  float:left;
  width:380px;
  display: block;
  margin:30px 0 0 30px;
}
#listpro a:nth-child(-n 3){
  margin-top:0;
}
#listpro a:nth-child(3n 1){
  clear:both;
  margin-left:0;
}
#listpro a > li{
  border:1px solid #dcdcdc;
  position: relative;
}
#listpro a > li img{
  width:100%;
  height: 300px;
}
#listpro a > li ul{
  position: absolute;
  left:-1px;
  right:-1px;
  bottom:-1px;
  top:-1px;
  opacity: 0;
  transition: all .3s;
  background:rgba(6,71,161,.8);
}
#listpro a > li ul:hover{
  opacity: 1;
}
#listpro a > li ul li{
  display: table-cell;
  vertical-align: middle;
  width: 380px;
  height: 302px;
  text-align: center;
}
#listpro a > li ul li h2{
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  margin: 0 12px;
  font-weight: normal;
}
#listpro a > li ul li p{
  margin: 10px 20px 18px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  height: 48px;
  -webkit-line-clamp:2;
}
#listpro a > li ul li i{
  width: 26px;
  height: 1px;
  background: #fff;
  display: block;
  margin:0 auto;
}
#listpro a > li ul li em{
  background: url(/uploads/image/t2cwimages/more.png);
  width: 34px;
  height: 34px;
  display: block;
  margin:17px auto 0;
}
#listshare a{
  float:left;
  width:18.4%;
  margin:16px 0 0 2%;
}
#listshare a:nth-child(-n 5){
  margin-top:0;
}
#listshare a:nth-child(5n 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:8px;
  line-height: 22px;
  text-align:center;
}
.type-name{
  text-align: center;
  margin: 38px 0 44px;
  border-bottom: 1px solid #ececec;
}
.type-name li{
  color: #181818;
  line-height: 70px;
  font-size: 25px;
  display: inline-block;
  position: relative;
}
.type-name li:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background: #00439c;
}
.about{
  background: center top no-repeat;
  height: 427px;
  overflow: hidden;
}
.about .type-name{
  border-bottom: 0;
}
.about .type-name li{
  color: #fff;
}
.about .type-name li:after{
  display: none;
}
.about .cont{
  width: 970px;
  margin: 0 auto;
}
.about .cont p:first-child{
  margin-top: 0;
}
.about .cont p:last-child{
  margin-bottom: 0;
}
.about .cont,
.about .cont *{
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
#list_news a{
  display: block;
  float: left;
  width: 238px;
  background: #f9f9f9;
  margin:40px 0 0 82px;
}
#index #list_news a{
  background: #fff;
}
#list_news a:nth-child(-n 4){
	margin-top:0;
}
#list_news a:nth-child(4n 1){
	clear: both;
	margin-left: 0;
}
#list_news a img{
  width: 100%;
  height: 172px;
  background: #eee;
}
#list_news a h2{
  text-align: center;
  font-size: 14px;
  line-height: 58px;
  font-weight: normal;
  color: #181818;
  margin: 0 3px;
  padding: 0px 7px;
  border-bottom: 1px solid #f2f2f2;
}
#list_news a p{
  margin:11px 10px 0;
	font-size:12px;
	color:#7c7c7c;
	height:44px;
	line-height:22px;
  -webkit-line-clamp:3;
}
#list_news a font{
  width: 90px;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid #efefef;
  text-align: center;
  margin: 14px auto 12px;
  display: block;
  border-radius: 8px;
}
#list_news a font:after{
  content: ' ';
  color: #00439a;
}
#list_news a:hover font{
  border-color: #00439a;
}
.brand{
  position: relative;
  margin: 44px 0 140px;
}
.brand li{
  overflow: hidden;
  margin: 0 58px;
}
.brand li td{
  padding-right: 16px;
}
.brand li a img{
  width: 167px;
  height: 137px;
}
.brand > a{
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 25px;
  margin-top: -13px;
  background: center center no-repeat;
}
.brand > a.left{
  left: 12px;
  background-image: ;
}
.brand > a.right{
  right: 12px;
  background-image: ;
}