﻿@import url("common.css");
/*全局样式
---------------------------------------------*/

@font-face {
	font-family: 'Conv_CENTAUR';
	src: url('../fonts/CENTAUR.eot');
	src: local('☺'), url('../fonts/CENTAUR.woff') format('woff'), url('../fonts/CENTAUR.ttf') format('truetype'), url('../fonts/CENTAUR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'iconfont';  /* project id 1717834 */
  src: url('http://at.alicdn.com/t/font_1717834_r8bgdp5jvm.eot');
  src: url('http://at.alicdn.com/t/font_1717834_r8bgdp5jvm.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_1717834_r8bgdp5jvm.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_1717834_r8bgdp5jvm.woff') format('woff'),
  url('http://at.alicdn.com/t/font_1717834_r8bgdp5jvm.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_1717834_r8bgdp5jvm.svg#iconfont') format('svg');
}

.fonticon:before, .fonticon:after {
	font-family: "iconfont";
	font-style: normal;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font: 12px"Microsoft YaHei", "黑体",   "Arial", "Conv_calibri", "Times New Roman", "SimHei";
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #666;
	
}
img {
	border: 0 none;
}
ul, ol, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a, a:hover, a:active, a:visited, a:focus {
	text-decoration: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #a8a8a8;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
input, button, select, textarea, img, p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}
i, em {
	font-style: normal;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	text-align: left;
	
}
.wrapper1 {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	text-align: left;
	font-size: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
.home {
	width: 100%;
}
/*公共*/
.section {
	height: 45px;
	font-size: 15px;
}
.section .location {
	line-height: 45px;
	color: #000;
}
.section .location span{ color: #000;}
.section .location a {
	color: #000;
}
.section .location a:hover {
	color: #1296a5;
}
.section-line {
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 10px;
}
.section_left {
	width: 19%;
	overflow: hidden;
	display: inline-block;
	background: url(../images/cat.jpg);
	font-size: 15px;
}
.section_left .head {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #b93436;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}
.section_left .head {
	background: #b7170e;
	padding: 0 30px;
	margin-bottom: 4px;
}
.section_left .head span {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 58px;
}


.section_left .category_list ul .item {
	margin-bottom: 5px;
}
.section_left .category_list ul .item p a {
	display: block;
	background: #ca0e27;
	line-height: 40px;
	color: #fff;
	font-size: 17px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
}
.section_left .category_list ul .item p a:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 20px;
	left: 8px;
}
.section_left .category_list ul .item ol li {
	background: rgba(202,14,39,0.5);
}
.section_left .category_list ul .item ol li a {
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
}
.section_left .category_list ul ol li a:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 20px;
	left: 8px;
}
.section_left .category_list ul ol li {
	margin-bottom: 2px;
}




.next_box {
	position: relative;
	padding: 30px 50px 20px;
	line-height: 20px;
	color: #444;
	font-size: 14px;
}
.next_box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.next_box p {
	display: block;
	width: 49%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.next_box p a {
	color: #1296a5;
	text-transform: uppercase;
}
.next_box p.prev {
	float: left;
}
.next_box p.next {
	float: right;
	text-align: right;
}
.page-box {
	margin: 15px 30px;
	padding-bottom: 30px;
}
.page-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.banner-ny{}
.banner-ny img{ width: 100%; height: 100%;}
/*Banner样式*/

.swiper-container {
	height: 600px;
	width: 1385px;
	position: relative;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.wz {
	position: absolute;
	bottom: 110px;
	left: 200px;
	z-index: 999
}
 .wz  p{ font-size: 40px; color: #000; line-height: 60px;}




.slide-box {
	position: relative;
	margin: 0;
	width: 100%;
	height: 700px;
	text-align: center;
	overflow: hidden;
}
.slide-box .list-box {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 100%;
	background: #fff;
}
.slide-box .list-box li {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.slide-box .list-box li a {
	display: block;
	width: 100%;
	height: 100%;
}
.slide-box .list-box li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-box .speed-box {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 10px;
	text-align: center;
	z-index: 999;
}
.slide-box .speed-btn {
	display: inline-block;
	margin: auto 0;
}
.slide-box .speed-btn a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: url(../images/slide_btns.png) 0 -166px no-repeat;
	overflow: hidden;
 *float: none;
 *display: inline-block;
}
.slide-box .speed-btn a.selected {
	background-position: 0 -176px;
}
.slide-box .prev-btn, .slide-box .next-btn {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -41px;
	width: 42px;
	height: 82px;
	z-index: 999;
	opacity: 0.5;
	background: url(../images/slide_btns.png) no-repeat;
	display: none;
	overflow: hidden;
}
.slide-box .prev-btn {
	left: 31px;
	background-position: 0 0;
}
.slide-box .next-btn {
	right: 31px;
	background-position: 0 -82px;
}
/*首页类别*/
#index_cat {
	margin-top: 80px;
}
#index_cat .left {
	display: inline-block;
	width: 385px;
	background: url(../images/cat.jpg) no-repeat;
	height: 650px;
}
#index_cat .left .left_con {
	margin: 50px 45px;
}
#index_cat .left .left_con .head {
	font-size: 40px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-family: "黑体";
	font-weight: bold;
}
#index_cat .left .left_con .head:before {
	content: '';
	display: block;
	background: #ca0e27;
	height: 16px;
	width: 3px;
	position: absolute;
	left: -7px;
	top: -10px;
}
#index_cat .left .left_con .head:after {
	content: '';
	display: block;
	background: #ca0e27;
	width: 133px;
	height: 1px;
	position: absolute;
}
#index_cat .left .left_con .shead {
	font-size: 12px;
	color: #afafaf;
	position: relative;
	text-transform: uppercase;
	font-family: "黑体";
	font-weight: bold;
	margin-top: 10px;
}
#index_cat .left .left_con .shead:before {
	content: '';
	display: block;
	background: #fff;
	width: 133px;
	height: 1px;
	position: absolute;
	top: -10px;
	left: 45%;
}
#index_cat .left .left_con .left_list {
	margin-top: 25px;
	width: 90%;
}
#index_cat .left .left_con .left_list .item {
	margin-bottom: 5px;
}
#index_cat .left .left_con .left_list .item p a {
	display: block;
	background: #ca0e27;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
}
#index_cat .left .left_con .left_list .item p a:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 20px;
	left: 8px;
}
#index_cat .left .left_con .left_list .item ol li {
	background: rgba(202,14,39,0.5);
}
#index_cat .left .left_con .left_list .item ol li a {
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	position: relative;
	text-transform: uppercase;
}
#index_cat .left .left_con .left_list .item ol li a:before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 20px;
	left: 8px;
}
#index_cat .left .left_con .left_list .item ol li {
	margin-bottom: 2px;
}
#index_cat .left .left_con .ewm {
	background: #fff;
	height: 134px;
	width: 265px;
	margin-top: 75px;
}
#index_cat .left .left_con .ewm .ewm_con {
	padding: 4px;
}
#index_cat .left .left_con .ewm .ewm_con .img {
	display: inline-block;
}
#index_cat .left .left_con .ewm .ewm_title {
	display: inline-block;
	background: #ca0e27;
	vertical-align: top;
	height: 125px;
	width: 50%;
	margin-left: 4px;
	text-align: center;
}
#index_cat .left .left_con .ewm .ewm_title p {
	margin: 50px 10px 0 10px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "黑体";
	font-weight: bold;
}
#index_cat .left .left_con .ewm .ewm_title h1 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "黑体";
	font-weight: bold;
	margin-top: 5px;
}
#index_cat .right {
	display: inline-block;
	vertical-align: top;
	width: 1012px;
}
#index_cat .right ul>li {
	width: 33.33%;
	display: block;
	float: left;
}
#index_cat .right li img {
	width: 100%;
}
#index_cat .right .list1 {
	background: #ca0e27;
	text-align: center;
}
#index_cat .right .list1 .list1_con {
	margin: 120px 0;
}
#index_cat .right .list1 .list1_con .tit {
	font-size: 37px;
	font-family: "黑体";
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#index_cat .right .list1 .list1_con .more {
	text-align: center;
	margin-top: 17px;
}
#index_cat .right .list1 .list1_con .more a {
	padding: 10px 50px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-family: "黑体";
	overflow: hidden;
	z-index: 10;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
#index_cat .right .list1 .list1_con .more a:hover {
	color: #ca0e27;
	border: 1px solid #fff;
}
#index_cat .right .list1 .list1_con .more a:after {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #fff;
	transition: all 0.5s;
}
#index_cat .right .list1 .list1_con .more a:hover::after {
	width: 100%;
	height: 100%;
}
#index_cat .right .list2 {
	background: #eaeaea;
	text-align: center;
}
#index_cat .right .list2 .list2_con {
	margin: 124px 0;
}
#index_cat .right .list2 .list2_con .tit {
	font-size: 32px;
	font-family: "黑体";
	font-weight: bold;
	color: #ca0e27;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#index_cat .right .list2 .list2_con .more {
	text-align: center;
	margin-top: 17px;
}
#index_cat .right .list2 .list2_con .more a {
	padding: 10px 50px;
	border: 1px solid #ca0e27;
	color: #ca0e27;
	font-size: 20px;
	font-family: "黑体";
	overflow: hidden;
	z-index: 10;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
#index_cat .right .list2 .list2_con .more a:hover {
	color: #fff;
	border: 1px solid #ca0e27;
}
#index_cat .right .list2 .list2_con .more a:after {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ca0e27;
	transition: all 0.5s;
}
#index_cat .right .list2 .list2_con .more a:hover::after {
	width: 100%;
	height: 100%;
}
/*首页关于*/
#index_about {
	margin-top: 45px;
	background: url(../images/about_bj.jpg);
	height: 540px;
}
#index_about .about_box {
	width: 40%;
	float: right;
	margin-top: 60px;
}
#index_about .head {
	font-size: 50px;
	font-family: '黑体';
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
#index_about .head:after {
	content: '';
	display: block;
	width: 210px;
	height: 3px;
	background: #ca0e27;
}
#index_about .container {
	margin-top: 25px;
}
#index_about .container p {
	font-family: 'Conv_CENTAUR';
	font-size: 20px;
	color: #fff;
	opacity: 0.8;
	line-height: 30px;
	text-indent: 2em;
}
#index_about .container p:last-child {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#index_about .about_box .more {
	margin-top: 25px;
}
#index_about .about_box .more a {
	padding: 10px 60px;
	border: 1px solid #ff0000;
	color: #ff0000;
	font-size: 20px;
	font-family: "黑体";
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	transition: all 0.5s;
}
#index_about .about_box .more a:hover {
	color: #fff;
	border: 1px solid #ff0000;
}
#index_about .about_box .more a:after {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ff0000;
	transition: all 0.5s;
}
#index_about .about_box .more a:hover:after {
	width: 100%;
	height: 100%;
}
/*首页product*/
#index_pro {
	background: #f5f5f5;
	padding-top: 50px;
}
#index_pro .pro_head {
	display: block;
}
#index_pro .pro_head p {
	font-size: 42px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -3px;
}
#index_pro .pro_head p:after {
	content: "";
	display: block;
	height: 3px;
	width: 140px;
	background: #ca0e27;
}
#index_pro .pro_more {
	text-align: right;
}
#index_pro .pro_more a {
	padding: 10px 20px;
	border: 1px solid #ca0e27;
	color: #ca0e27;
	font-size: 16px;
	overflow: hidden;
	z-index: 10;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
#index_pro .pro_more a:hover {
	color: #fff;
	border: 1px solid #ca0e27;
}
#index_pro .pro_more a:after {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ca0e27;
	transition: all 0.5s;
}
#index_pro .pro_more a:hover::after {
	width: 100%;
	height: 100%;
}
#index_pro .pro_more a:before {
	content: "";
	display: block;
	width: 1400px;
	position: absolute;
	height: 1px;
	background: #fff;
	box-shadow: 1px 2px 5px #b7b7b7;
	bottom: -18px;
	right: 0;
}

#index_pro .pro_list {
	margin: 0;
	padding: 60px 0 50px 0;
	font-size: 0;
}
#index_pro .pro_list .con {
	margin: 0 5px;
	
}
#index_pro .pro_item {
	width: 25%;
	display: inline-block;
 *display: block;
 *zoom: 1;
	vertical-align: top;
}
#index_pro .pro_item .pro_img {
	overflow: hidden;
	width: 100%;
}
#index_pro .pro_item .pro_img img {
	width: 100%;
	transition: all 0.5s;
}
#index_pro .pro_item .pro_img:hover img {
	transform: scale(1.1);
}
#index_pro .pro_item .item_t {
	text-align: center;
	/*! background: #ec3332; */
	padding-bottom: 5px;
}
#index_pro .pro_item .item_t p {
	line-height: 40px;
	color: #404040;
	font-size: 16px;
}
#index_pro .pro_item .item_t span {
	background: #fff;
	color: #ec3332;
	width: 98%;
	display: block;
	margin: 0 auto;
	line-height: 20px;
	font-size: 14px;
}

/*产品列表*/

.pro_right {
	 width: 100%; 

	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-top: 20px;
}

.pro_right .item {
	width: 33.33%;

	overflow: hidden;
	display: inline-block;
	padding: 10px 15px;
}
.pro_right .item .pro_img {
	
	
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	ssvertical-align: middle;
	overflow: hidden;
	height: 500px;
}
.pro_right .item .pro_img img {
	
	width: 100%;
}
.pro_right .item .pro_nr {
	
	color: #2d2d2d;
	font-size: 13px;
}
.pro_right .item .pro_nr h3 {
	font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro_right .item .pro_nr p a {
	font-size: 13px;
	line-height: 30px;
}
/*产品详情*/




.photo_left{display: inline-block; width: 40%;}
.photo-box{ position:relative; margin-bottom:15px; padding:30px; font-size:12px; background:#fff; }
.photo-pic{ position:relative; float:left; width:370px; *z-index:1; }
	.pic-box{ float:left; }
	.pic-preview{ width:450px; height:450px; border:1px solid #e8e8e8; }
	.pic-scroll{ margin-top:10px; width:450px; }
	.pic-scroll .prev{ float:left; margin-right:5px; }
	.pic-scroll .next{ float:right; }
	.pic-scroll .prev,.pic-scroll .next{ display:block; font-family:"宋体"; text-align:center; width:10px; height:80px; line-height:60px; border:1px solid #e8e8e8; background:#f7f7f7; cursor:pointer; text-decoration:none; }
.pic-scroll .prev a,.pic-scroll .next a{color: #000;}
	.pic-scroll .items{ position:relative; float:left; width:425px; height:80px; overflow:hidden; }
	.pic-scroll .items ul{ position:absolute; margin:0; padding:0; width:999999px; height:100%; }
	.pic-scroll .items ul li{ float:left; margin:0; padding:0; width:80px; text-align:center; }
	.pic-scroll .items ul li img{ padding:2px; border:1px solid #e8e8e8; width:80px; height:80px; }
	.pic-scroll .items ul li img:hover{ padding:1px; border:2px solid #d70000; }
/* 图片放大镜样式*/
.jqzoom{ position:relative; float:left; display:block; margin:0; padding:0; width:368px; height:368px; border:none; cursor:crosshair; }
	.jqzoom img{ width:450px; height:450px; border: 1px solid #eeeeee;}
.zoomdiv{ position:absolute; top:0; left:0; z-index:100; display:none; width:368px; height:368px; background:#fff; border:1px solid #e8e8e8; text-align:center; overflow:hidden; }
.jqZoomPup{ position:absolute; top:0; left:0; z-index:10; visibility:hidden; width:20px; height:20px; border:1px solid #aaa; background:#fff; opacity:0.5;-moz-opacity:0.5; -khtml-opacity:0.5; filter:alpha(Opacity=50); }

.photo_right{ /*! width: 60%; */ display: inline-block;  font-size: 15px;  vertical-align: top;}

.photo_right .photo_head p{ font-size: 25px;}
.photo_right .photo_head span{ font-size: 15px; margin-bottom: 5px;}
.photo_right .photo_con{ margin-top: 20px; text-align: center;}
.photo_right .photo_con .h_head{ background: #ca0e27;height: 40px; line-height: 40px;}
.photo_right .photo_con .h_head p{color: #fff; font-size: 18px;text-transform: uppercase;}
/*关于我们*/
.about{ margin-top: 30px;}
.about .head {
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}
.about .about_con p {
	text-indent: 2em;
	line-height: 30px;
	margin-bottom: 10px;
}
/*新闻列表*/
.news_right {
	
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.n-list {
	/*! padding: 15px 30px; */
	/*margin-left: 50px;*/
}
.n-list li {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	margin-bottom: 20px;
}
.n-list li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.n-list li .img {
display: inline-block;
	width: 440px;
}
.note{ display: inline-block;
width: 58%;
vertical-align: top;
margin-top: 50px;
margin-left: 50px;
}
.n-list li h2 {
	padding: 15px 0 15px;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.n-list li h2 a {
	color: #333;
	text-decoration: none;
	font-size: 18px;
}
.n-list li h2 a:hover {
	color: #8CAC52;
}
.n-list li .note b {
	position: relative;
	display: block;
	float: left;
	margin-right: 16px;
	width: 118px;
	height: 118px;
	border: 1px solid #e8e8e8;
	font-style: normal;
}
.n-list li .note b img {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	_height: 100%;
}
.n-list li .note p {
	display: block;
	font-size: 14px;
	max-height: 84px;
	line-height: 28px;
	font-weight: 500;
	color: #666;
	overflow: hidden;
}
.n-list li .note .info {
	padding-top: 10px;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
.n-list li .note .info span {
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}
.n-list li .note .info span i {
	margin-right: 3px;
	font-size: 12px;
}
.n-list .nodata {
	margin-top: 30px;
	color: #666;
	font-size: 14px;
	line-height: 100px;
	text-align: center;
}
/*新闻详情*/
.newsshow_right {
	/*! width: 880px; */
	/*! float: right; */
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.meta {
	margin: 0;
	padding-top: 20px;
}
.meta:after {
	clear: none;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.meta h2 {
	margin: 0 0 20px;
	padding: 0;
	color: #333;
	font-size: 24px;
	font-weight: 300;
	line-height: 1em;
	text-align: center;
}
.meta .info {
	margin: 0 0 10px;
	text-align: center;
}
.meta .info span {
	margin-right: 10px;
	color: #b0b0b0;
	font-size: 12px;
	line-height: 14px;
}
.meta .info span i {
	margin-right: 5px;
	display: inline-block;
	font-size: 14px;
}
.meta .note {
	margin-top: 10px;
	padding: 15px 20px;
	background: #f5f5f5;
	line-height: 22px;
	color: #757575;
	font-size: 12px;
}
/*内容详细样式*/
.entry {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 2em;
	word-wrap: break-word;
}
.entry img {
	max-width: 100% !important;
	height: auto !important;
}
.entry h2, .entry h3, .entry h4 {
	margin: 0.8em auto;
	padding-bottom: 5px;
	border-bottom: 1px solid #f6f6f6;
	color: #333;
}
.entry h2 {
	font-size: 1.2em;
}
.entry h3, .entry h4 {
	font-size: 1.1em;
}
.entry strong {
	color: #DC2523;
}
.entry ul, .entry ol {
	margin: 1em;
	padding: 0;
}
.entry li {
	margin-left: 1em;
}
.entry ul li {
	list-style: disc outside none;
}
.entry ol li {
	list-style: decimal outside none;
}
.entry p {
	display: inherit;
	margin: 1em 0;
	color: #333;
	word-wrap: break-word;
}
.entry a {
	text-decoration: underline;
}
.entry code {
	display: block;
	padding: 0.5em;
	background: #eee;
	border-radius: .5em;
	color: #777;
	font-family: 'courier new';
	font-size: 12px;
	line-height: 1.7em;
}
.entry table {
	margin: 10px auto;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}
.entry table th {
	background: #F9F9F9;
	text-align: center;
}
.entry table td, .entry table th {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0.35em 0.5em;
}
/*联系我们*/

.contact {
	margin: 50px 0;
}

.contact .map {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    margin-left: 27px;
}


.map {
	display: inline-block;
	margin-left: 3%;
}
.address {
	width: 30%; 
	display: inline-block;
	vertical-align: top;
	margin-left: 85px;
}
.address h3 {
	font-size: 30px;
	color: #000;
}
.address-info {
	margin-top: 26px;
	/*! color: #666666; */
	font-size: 14px;
	line-height: 15px;
}
.address-info p {
	/*! margin-bottom: 35px; */
	position: relative;
	padding-left: 107px;
	line-height: 25px;
}

.addressrr{ 
display: inline-block;
vertical-align: top;
margin-left: 65px;
margin-top: 85px;
color: #b3b3b3;
font-size: 14px;
width: 10%;
}
.addressrr img{
	
	
width: 115px;
height: 115px;

}
.addressrr .bt{
width: 100px;
margin-left: 8px;
	
}


/*搜索*/
.search-tit{ display:block; margin:0 30px; padding-top:15px; line-height:38px; }
    .search-tit h3{ display:inline-block; color:#333; font-size:16px; font-weight:normal; }
    .search-tit span{ margin-left:15px; color:#999; font-size:14px; }
    .search-tit span strong{ margin:0 2px; color:#1e7bb3; font-weight:600; }

.search .search_con .s_item{width: 285px; float: left; margin-right: 15px; margin-bottom: 30px;}
.search .search_con .s_item .sea_img{ width: 285px; height: 285px; border: 1px solid #c8c7c7; margin: 0 auto; text-align: center; vertical-align: middle;overflow: hidden; }
.search .search_con .s_item .sea_img img{ max-height: 285px;}
.search .search_con .s_item .sea_nr{ text-align: center; margin-top: 10px; color: #2d2d2d;font-size: 13px;}

.search .search_con .s_item .sea_nr p a{ font-size: 13px; line-height: 30px;}


/*设备*/
.honor {
	width: 100%;
	margin-top: 10px;
}
.honor ul {
	margin-right: -80px;
}
.honor .item {
	width: 270px;
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}
.honor .item .pro_img {
	/*! width: 250px; */
	height: 185px;
	border: 1px solid #c8c7c7;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.honor .item .pro_img img {
	/*! max-height:310px; */
    /*! width: 100%; */
	height: 100%;
}
.honor .item .pro_nr {
	text-align: center;
	margin-top: 10px;
	color: #2d2d2d;
	font-size: 13px;
}
.honor .item .pro_nr h3 {
	font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.honor .item .pro_nr p a {
	font-size: 13px;
	line-height: 30px;
}
.honor ul {
	margin-right: -80px;
}
.honor .item {
	width: 270px;
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}
.honor .item .pro_img {
	width: 270px;
	height: 185px;
	border: 1px solid #c8c7c7;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.honor .item .pro_img img {
	max-height: 310px;
}
.honor .item .pro_nr {
	text-align: center;
	margin-top: 10px;
	color: #2d2d2d;
	font-size: 13px;
}
.honor .item .pro_nr h3 {
	font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.honor .item .pro_nr p a {
	font-size: 13px;
	line-height: 30px;
}
/*设备详情*/
.honor {
	width: 100%;
	margin-top: 10px;
}
.honor .honor_con {
	margin: 0 auto;
	text-align: center;
}
.honor .honor_con .head {
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.honor .honor_con .con {
	margin-left: 50px;
}
/**/
.ly-k {
	padding: 10px 18px;
}
.ly-k p {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	color: #3d3d3d;
}
.col-md-7 {
	width: 58%;
}
.col-md-7 .left {
	float: left;
	width: 45%;
}
.col-md-7 .right {
	float: left;
	width: 45%;
	margin: 0 5%;
}
.label {
	line-height: 30px;
}
.ly-k .ly-k-k {
	display: inline-block;
	width: 100%;
	height: 30px;
	padding: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #c2c2c2;
	border: 1px solid #eaeaea;
	border-radius: 0;
	margin-bottom: 25px;
}
.ly-k .ly-k-k1 {
	display: inline-block;
	width: 40%;
	height: 142px;
	padding: 10px;
	line-height: 30px;
	/*! font-family: "微软雅黑"; */
	font-size: 14px;
	color: #c2c2c2;
	border: 1px solid #eaeaea;
	border-radius: 0;
	margin-bottom: 25px;
}
.ly-k .ly-k-k2 {
	display: inline-block;
	width: 280px;
	height: 35px;
	padding: 10px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #c2c2c2;
	border: 1px solid #eaeaea;
	border-radius: 0;
	margin-right: 20px;
	margin-bottom: 25px;
}
.ly-k .ly_ti {
	float: right;
	width: 280px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	background: #3d3d3c;
	font-size: 20px;
	font-family: "微软雅黑";
	padding: 0;
	border-radius: 0;
	border: 0;
	margin-bottom: 25px;
	margin-right: 10px;
}


