﻿


/* 内页BANNER */
.ny-banner{ text-align: center; height: 300px;}



.title{
	text-align: center;
	margin-bottom: 25px;
	font-size: 0;
}
.title span{
	color: #e60013;
	font-size: 30px;
	font-weight: bold;
}
.title span b{
	color: #333;
	font-size: 30px;
	padding: 0 15px;
	font-weight: bold;
}

.fenlei{
	text-align: center;
	font-size: 0;
	margin-bottom: 48px;
}
.fenlei li{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.fenlei li:last-child{
	margin-right: 0;
}
.fenlei li .active{
    font-size: 16px;
    color: #333;
    display: inline-block;
    background: #FFF;
    border-radius: 50px;
    padding: 10px 40px;
	border: 1px solid #e60013;
}

.fenlei a{
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    background: #e60013;
    border-radius: 50px;
    padding: 10px 40px;
}

.news{
	padding: 80px 0;
}
.news .title{
	border-bottom:1px solid #e60013;
}
.news .title a{
	display: inline-block;
	width: 95px;
	height: 45px;
	background: #e60013;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
}
.news .title span{
	display: inline-block;
	color: #e60013;
    font-size: 16px;
	line-height: 45px;
}
.news .list{
	
}
.news .list li{
	line-height: 50px;
	border-bottom: 1px dashed #e5e5e5;
}
.news .list li a{
	font-size: 14px;
	color: #666666;
}
.news .list li time{
	font-size: 14px;
	color: #666666;
}
/*新闻列表*/

/*新闻详情页*/
.page-con{
	padding:40px 0;
	width: 100%;
  	min-height: 600px;
}
.news-info .hd {
  	text-align: center;
}
.news-info .hd h1 {
  	font-size: 22px;
  	line-height: 36px;
  	font-weight: normal;
  	color: #000000;
}
.news-info .hd p {
  	font-size: 12px;
  	line-height: 18px;
  	color: #d0d0d0;
  	margin-bottom: 10px;
}
.news-info .bd {
  	min-height: 600px;
  	padding: 10px 5px 0 5px;
}
/*新闻详情页*/

/*单页*/
.single-page {
  	width: 100%;
  	line-height:180%;
  	font-size: 16px;
}
.single-page h2{margin-bottom:20px;}
/*单页*/

/*栏目分类*/
.menu-position {
  	border-bottom: 1px solid #E9E7E7;
}
.page-menu {
  	width: 100%;
  	float: left;
}
.page-menu ul {
  	overflow: hidden;
}
.page-menu li {
  	float: left;
}
.page-menu li a {
	display: block;
  	font-size: 16px;
  	line-height: 50px;
  	padding: 0 50px;
  	border-left: 1px solid #E9E7E7;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.page-menu li:hover a {
	background-color: #e60013;
  	color: #ffffff;
}
.page-menu li a.active{
  	background-color: #e60013;
  	color: #ffffff;
}
/*栏目分类*/
/*产品列表页*/
.list-page {}
.list-page ul{}
.list-page ul li {
  	width: 380px;
  	float: left;
  	margin-right: 30px;
    margin-bottom: 20px;
}
.list-page ul li:nth-child(3n+0){
  margin-right: 0;
}
.list-page ul li a.list-img {display: block; overflow: hidden; height: 290px;border: 1px solid #E7E7E7;}
.list-page ul li a.list-img img {max-width: 100%;}
.list-page ul li a.list-title {
  	display: block;
  	text-align: center;
  	font-size: 16px;
  	line-height: 38px;
  	padding: 0 10px;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
/*产品列表页*/

/*产品详情页*/
.list-page div.right{

}
.list-page div.right .top{
  margin-bottom:30px;
}
.list-page div.right .top .img{
  width: 550px;
  height: 400px;
  overflow: hidden;
  border: 1px solid #E9E7E7;
  position: relative;
}
.list-page div.right .top .img img{
  position: absolute;
  display: block;
  max-width: 310px;
  max-height: 260px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.list-page div.right .top .con{
 text-align: left;
 float: left;
 margin-left: 30px;
}
.list-page div.right .top .con .title{
  font-size: 30px;
  line-height:40px;
  color: #212121;
  font-weight: bold;
  padding:0 0 20px 0;
  border-bottom: 2px solid #222;
}
.list-page div.right .top .con .desc{
  line-height: 30px;
}
.list-page div.right .top .con .desc p{
  font-size: 14px;
  color: #49484e;
}
.list-page div.right .top .con .desc span{
  color: #a71110;
}

.list-page div.right .bottom{text-align: center;}
.list-page div.right .bottom .qiehuan{overflow: hidden;  display: inline-block;}
.list-page div.right .bottom .qiehuan li{ width: 180px; margin: 0 10px; margin-bottom: 20px;}
.list-page div.right .bottom .qiehuan a{
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  background: #c40001;
  border-radius: 50px;
}
.list-page div.right .bottom .qiehuan a.cur{
  background: #FFF;
  color: #c40001;
  border: 1px solid #c40001;
  border-radius: 50px;
}

.list-page div.right .bottom .kuai{
  padding: 25px 0
}
.list-page div.right .bottom .cont{
  min-height: 400px;
  font-size: 16px;
  color: #333333;
  line-height: 2;
  display: none;
  padding: 20px;
  border: 1px solid #E7E7E7;

}
.list-page div.right .bottom .cont img{max-width: 100%;}
.list-page div.right .bottom .cont:first-child{
  display: block;
}
/*产品详情页*/

/*案例列表*/
.news-main {
  	width: 100%;
  	margin-top: 20px;
}
ul.news-list {
  	width: 100%;
  	margin-bottom: 30px;
}
ul.news-list li {
  	margin-top: 20px;
  	border-bottom: 1px solid #999999;
  	padding-bottom: 20px;
  	overflow: hidden;
}
ul.news-list a.list-a {
  	display: block;
  	width: 180px;
  	height: 0;
  	padding-bottom: 10%;
  	float: left;
  	overflow: hidden;
  	border: 1px solid #dadcdc;
  	position: relative;
}
ul.news-list a.list-a img {
  	display: block;
  	width: 100%;
  	max-width: 180px;
  	max-height: 120px;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
ul.news-list a.list-a:hover img {
  	transform: translate(-50%,-50%) scale(1.3);
  	-ms-transform: translate(-50%,-50%) scale(1.3);
  	-webkit-transform: translate(-50%,-50%) scale(1.3);
  	-moz-transform: translate(-50%,-50%) scale(1.3);
  	-o-transform: translate(-50%,-50%) scale(1.3);
}
ul.news-list section.list-section {
  	width: 990px;
  	float: right;
}
ul.news-list section.list-section p {
  	font-size: 12px;
  	line-height: 24px;
  	color: #999999;
  	height: 72px;
  	text-overflow: ellipsis;
  	overflow: hidden;
}
ul.news-list section.list-section p a {
	display: block;
  	font-size: 12px;
  	line-height: 24px;
  	color: #6c1123;
}
ul.news-list section.list-section h2 {
  	width: 100%;
  	text-overflow: ellipsis;
  	overflow: hidden;
}
ul.news-list section.list-section h2 a {
  	display: block;
  	font-size: 18px;
  	line-height: 30px;
  	font-weight: normal;
  	color: #000000;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
ul.news-list section.list-section h2 a:hover {
  	color: #6c1123;
}
ul.news-list section.list-section time {
  	font-size: 12px;
  	line-height: 18px;
  	color: #a9a9a9;
}



.single-page-contact{float: left; width: 500px; line-height: 28px;}
.single-page-map{float: left; width: 700px;}
.single-page-map .title{font-size: 22px; float: left;margin-bottom: 8px;}

/*案例列表*/
/*上一页/下一页*/
.turn {
  	width: 100%;
  	border-top: 2px solid #cccccc;
  	border-bottom: 2px solid #cccccc;
  	padding: 10px 0;
  	overflow: hidden;
}
.turn > div {
  	width: 50%;
  	overflow: hidden;
}
.turn > div a.iconfont {
  	display: inline-block;
  	vertical-align: middle;
  	font-size: 30px;
  	line-height: normal;
  	color: #cccccc;
  	margin: 0 10px;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.turn > div a.iconfont:hover {
  	text-decoration: none;
  	color: #e60013;
}
.turn > div p.turn-main {
  	display: inline-block;
  	vertical-align: middle;
 	font-size: 14px;
    line-height: 30px;    
  	color: #333333;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.turn > div p.turn-main a{
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.turn > div p.turn-main:hover a{
  	color:#e60013;
  	text-decoration: none;
}
.turn > div p.turn-main span {
  	display: block;
}
.turn .prev {
  	float: left;
}
.turn .next {
  	text-align: right;
  	float: right;
}
.turn .next a.iconfont {
  	text-align: right;
}
.turn .next a.turn-main {
  	text-align: right;
}
/*上一页/下一页*/
/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 0px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#e60013; 
  	color:#fff; 
  	border-color: #e60013;
} 
.pagination li.active a { 
  	background: #e60013; 
  	color: #fff;
  	border-color: #e60013;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/

.cont table{border-collapse:collapse;width:100%;text-align:center;}
.cont table tr th{font-weight:bold;font-size:16px;border:1px solid #ddd;}
.cont table tr td{border:1px solid #ddd;font-size:14px;}