
.page-banner {
  	width: 100%;
  	height: 280px;
}
.menu-position {
  	border-bottom: 1px solid #dddddd;
}
.page-menu {
  	width: 70%;
  	float: left;
}
.page-menu ul {
  	overflow: hidden;
}
.page-menu li {
  	float: left;
}
.page-menu li a {
	display: block;
  	font-size: 14px;
  	line-height: 50px;
  	padding: 0 20px;
  	border-left: 1px solid #dddddd;
  	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: #1f95d8;
  	color: #ffffff;
}
.page-menu li a.active{
  	background-color: #1f95d8;
  	color: #ffffff;
}

.page-position {
  	width: 30%;
  	float: left;
}
.page-position p {
  	font-size: 14px;
  	vertical-align: bottom;
  	text-align: right;
}
.page-position a {
  	display: inline-block;
  	vertical-align: middle;
  	font-size: 14px;
  	line-height: 50px;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.page-position a:hover {
  	color: #1f95d8;
}
.page-position span {
  	display: inline-block;
  	font-size: 14px;
  	line-height: 50px;
  	vertical-align: middle;
  	padding: 0 5px;
}
.page-con {
  	width: 100%;
  	min-height: 600px;
  	padding-bottom: 60px;
}
/*单页*/
.single-page {
  	width: 100%;
  	padding: 20px 10px;
  	line-height: 2;
  	font-size: 14px;
}
/*单页*/

/*产品列表页*/
.list-page {
  	padding-top: 0;
  	margin-bottom: 20px;
}
.list-page li {
  	width: 280px;
  	float: left;
  	margin: 20px 10px 0 10px;
}
.list-page li a.list-img {
  	width: 100%;
  	height: 205px;
  	overflow: hidden;
  	position: relative;
  	border: 1px solid #dddddd;
  	display: block;
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.list-page li a.list-img img {
	position: absolute;
  	display: block;
  	width: 100%;
  	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 li a.list-title {
  	display: block;
  	text-align: center;
  	font-size: 18px;
  	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 li:hover a.list-img {
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.list-page li:hover a.list-title {
  	color: #1f95d8;
}
/*产品列表页*/

/*新闻列表页*/
.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;
  	margin-right: 30px;
}
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: left;
}
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: #1f95d8;
}
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: #1f95d8;
}
ul.news-list section.list-section time {
  	font-size: 12px;
  	line-height: 18px;
  	color: #a9a9a9;
}
/*新闻列表页*/

/*新闻详情页*/
.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;
}
.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: #1f95d8;
}
.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:#1f95d8;
  	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;
}
.correlation {
  	margin-top: 20px;
}
.correlation h2 {
  	font-size: 24px;
  	line-height: 40px;
  	color: #000000;
}
.correlation li {
  	font-size: 0;
  	margin: 5px 0;
}
.correlation li a,
.correlation li span {
  	display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}
.correlation li a {
  	width: 80%;
  	text-align: left;
  	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;
}
.correlation li a:hover {
  	color: #1f95d8;
}
.correlation li span {
  	width: 20%;
  	text-align: right;
}
/*新闻详情页*/

/*在线留言*/
.form-div {
  	margin-top: 20px;
  	padding-top: 30px;
  	padding-bottom: 30px;
  	width: 100%;
  	min-height: 400px;
  	border: 1px solid #dddddd;
}
#mes-form {
  	width: 100%;
  	text-align: center;
}
#mes-form ul {
  	overflow: hidden;
}
#mes-form li {
  	border: 1px solid #d1d1d1;
  	float: left;
  	width: 530px;
  	margin: 0 30px 30px 30px;
  	font-size: 0;
  	vertical-align: bottom;
}
#mes-form li label {
  	display: inline-block;
  	width: 10%;
  	text-align: center;
  	font-size: 14px;
  	line-height: 38px;
  	color: #1f95d8;
  	vertical-align: middle;
}
#mes-form li:last-child {
  	width: 1120px;
}
#mes-form input {
  	border: 0;
  	outline: none;
}
#mes-form input[type=text],
#mes-form input[type=email] {
  	font-size: 14px;
  	line-height: normal;
  	display: inline-block;
  	vertical-align: middle;
  	width: 90%;
  	padding-left: 10px;
}
#mes-form textarea {
  	display: inline-block;
  	width: 100%;
  	height: 150px;
  	border: 0;
  	padding: 10px;
  	font-size: 14px;
  	line-height: 20px;
  	text-align: left;
  	resize: none;
}
#mes-form #sub-btn {
  	font-size: 16px;
  	line-height: 30px;
  	padding: 10px 60px;
  	background-color: #1f95d8;
  	color: #ffffff;
  	cursor: pointer;
}
/*在线留言*/


/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 20px 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:#1f95d8; 
  	color:#fff; 
  	border-color: #1f95d8;
} 
.pagination li.active a { 
  	background: #1f95d8; 
  	color: #fff;
  	border-color: #1f95d8;
} 
.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;
}
/*分页*/

.chanpingxiangqing{
	margin-top: 30px;
}
/*组图CSS*/
#zutu {
  	width: 420px;
  	position: relative;
}
#zutu .hd {
  	position: absolute;
  	bottom: 10px;
  	left: 50%;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
  	z-index: 100;
  	font-size: 0;
}
#zutu .hd li {
  	width: 10px;
  	height:10px;
  	background-color: #1f95d8;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#zutu .hd .on {
  	background-color: #333333;
}
#zutu .bd a {
  	display: block;
  	height: 0;
  	padding-bottom: 70%;
  	overflow: hidden;
  	position: relative;
  	border: 1px solid #cccccc;
}
#zutu .bd a img{
	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%);
}
/*组图CSS*/
.xiangqing{
	width: 720px;
}
.xiangqing h2{
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.xiangqing p{
	font-size: 14px;
	color: #999;
	line-height: 2;
}
.xiangqing span{
	margin-top: 20px;
	display: block;
	background: #f5f5f5;
    padding: 0 18px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #b80000;
    font-weight: bold;
}

.product-maincon {
	padding: 15px 0;
}
.info_tab_in {
    
}
.info_tab{
	
}
.info_tab ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.info_tab ul li{
	display: inline-block;
	vertical-align: top;
}
.info_tab ul a{
	display:block;
	font-size: 16px;
	color: #a81d1b;
	height: 35px;
	line-height: 35px;
}

.product-descons{
	
}
.descon_item{
	padding: 12px 0;
	font-size: 14px;
	color: #666;
	line-height: 2.5;
}

