html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-family: "Microsoft Yahei", 宋体, Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

input,
textarea {
	outline: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

/*input框自动填充背景色*/
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	/**通过边框阴影遮挡住背景*/
	/*-webkit-text-fill-color: #333; !**填充字体颜色*!*/
}

a,
a:link,
a:visited {
	color: #333333;
	text-decoration: none;
	transition: 588ms;
}

a.active {
	color: #ffb02c;
	text-decoration: none;
}

@font-face {
	font-family: "goth";
	src: url("../font/goth.woff.ttf");
}

.cl {
	clear: both;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
	width: 100%;
	height: 0;
	padding: 0px;
	margin: 0px;
}

/*clear float*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.red,
a.red:link,
a.red:visited {
	/*color: #ee7800;*/
}

a.red:hover {
	color: #ff0000;
}

.dot {
	color: #ae1d2c;
}

/*header*/
.datubox {
	position: relative;
	top: 0px;
	width: 100%;
}

.headerpage {
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(15, 35, 65, 0.2);
	background: #054da2;
	width: 100%;
	/* position: absolute;
	z-index: 9999; */
}

.headerpage:after,
.headerpage:before {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.webtop {
	background: #0f2341;
	color: #fff;
}

.webtop ul {
	width: 90%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	line-height: 40px;
}

.webtop ul ol {
	float: left;
	font-size: 14px;
}

.webtop ul li {
	float: right;
	font-size: 14px;
	margin: 0 0px 0 0;
	padding: 0 20px 0 0;
}

.webtop ul li img {
	margin: 0 10px 0 0;
}

/*搜索*/
.sousuo {
	float: right;
	width: 150px;
	height: 40px;
	border: 1px solid #fff;
	background: none;
	overflow: hidden;
	padding: 0px 0px 0 0;
	margin: 20px 0 0 0;
}

.sousuo input[type="text"] {
	width: 100px;
	line-height: 34px;
	border: 0px;
	padding: 0 3px;
	margin: 0px;
	background: none;
	font-size: 14px;
	color: #fff;
}

.sousuo input[type="submit"] {
	background-color: #333;
	border: 1px solid #333;
	height: 38px;
	width: 38px;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	background: url(../image/sousuo.png) no-repeat center;
}

.sousuo input[type="text"] img {
	vertical-align: middle;
}

header {
	width: 100%;
}

.head {
	clear: both;
	margin: 0 auto;
	width: 90%;
}

header:after,
header:before {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

header .logo {
	float: left;
	line-height: 80px;
	text-align: left;
}

header .logo img {}

header .headerright {
	float: left;
	width: 68%;
	margin: 0px 0% 0px 5%;
	position: relative;
}

header .wapnav {
	float: right;
	display: none;
}

/*Banner大图调用 开始*/
.bannerwrap {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #e5e5e5;
}

.bannerwrap .banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.bannerwrap .banner a {
	background-position: center;
}

.bannerwrap .banner .mask {
	vertical-align: middle;
	position: absolute;
	width: 100%;
	height: 20px;
	right: 0;
	bottom: 5%;
	text-align: center;
}

.bannerwrap .banner .mask span {
	color: #ffffff;
	padding: 0 5px;
	text-align: center;
	line-height: 15px;
	width: 15px;
	height: 15px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	height: 450px;
}

.bannerwrap .banner .mask span.show {
	color: #fff;
	line-height: 10px;
	width: 10px;
	height: 10px;
	font-size: 12px;
	margin: 0 1px;
	border: 0;
	background-color: #ae1d2c;
	font-weight: bold;
}

#showbanner {
	display: block;
	width: 100%;
	text-align: center;
	background-position: top;
	background-repeat: no-repeat;
}

#showbanner img {
	max-width: 100%;
	display: block;
}

#showbanner img:after,
#showbanner img:before {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/*Banner大图调用 结束*/
/*首页样式*/
.bao {
	overflow: hidden;
}

.widthbox {
	clear: both;
	width: 90%;
	margin: 0 auto;
	transition: 588ms;
}

.biaoti {
	text-align: center;
	margin: 1% 0 3% 0;
}

.biaoti a {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	line-height: 100px;
	padding: 0 0 15px 0;
}

.biaoti span {
	display: block;
	color: #afbac5;
	font-size: 18px;
}

a.gengduo {
	display: block;
	width: 200px;
	text-align: center;
	color: #fff;
	background: -webkit-linear-gradient(right,
			rgba(1, 92, 173, 1),
			rgba(50, 190, 255, 1));
	line-height: 50px;
}

a.gengduo:hover {
	box-shadow: 0px 3px 6px #015cad;
}

.biaoti1 {
	text-align: center;
	margin: 1% 0 3% 0;
}

.biaoti1 a {
	font-size: 48px;
	font-weight: bold;
	color: #0463b3;
	line-height: 100px;
	padding: 0 0 15px 0;
}

.biaoti1 span {
	display: block;
	color: #999999;
	font-size: 18px;
}

a.gengduo1 {
	display: block;
	width: 200px;
	text-align: center;
	color: #005aab;
	border: 1px solid #005aab;
	line-height: 50px;
	margin: 40px auto 0 auto;
}

a.gengduo1:hover {
	box-shadow: 0px 3px 6px #015cad;
}

/*我们的产品*/
.mobanone {
	background: url(../image/indexonebg.jpg) no-repeat top center;
	background-size: cover;
	padding: 2% 0;
}

.imgbox {
	height: 430px;
	max-width: 1680px;
}

.imgbox ul {
	min-width: 100%;
	height: 100%;
	margin: 0 -5px;
	text-align: left;
}

.imgbox li {
	position: relative;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}

.imgbox li .cover_box {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	border-left: solid #eee 0px;
	border-right: solid #eee 0px;
	transition: all 0.3s;
}

.imgbox li img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	max-width: none;
}

.imgbox li.col-lg-8 .cover_box {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.imgbox li.col-lg-2 .cover_box {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.imgbox li .stxt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-content: center;
	align-items: center;
	color: #fff;
	opacity: 1;
}

.imgbox li .bigtxt {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.imgbox li .bigtxt .con {
	width: 100%;
	height: auto;
	color: #fff;
	position: relative;
	bottom: 0px;
	z-index: 2;
	opacity: 0;
	transform: translateY(80%);
	padding: 0px 5% 7% 5%;
	background: -webkit-linear-gradient(bottom,
			rgba(15, 35, 65, 0.9),
			rgba(0, 0, 0, 0));
}

.imgbox li.col-lg-8 .bigtxt .con {
	opacity: 1;
	transform: translateY(120%);
	transition: all 0.6s;
}

.imgbox li .bigtxt .con h2 {
	line-height: 4rem;
	font-size: 2rem;
}

.imgbox li .bigtxt .con p {
	line-height: 2rem;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.imgbox li .bigtxt .con a {
	color: #fff;
}

@media (max-width: 992px) {
	.imgbox li .cover_box {
		background: -webkit-linear-gradient(bottom,
				rgba(15, 35, 65, 0.7),
				rgba(15, 35, 65, 0.7));
	}

	.imgbox li .cover_box img {
		display: none;
	}

	.imgbox li img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		max-width: none;
	}

	.imgbox li .bigtxt .con {
		display: none;
	}

	.imgbox li .bigtxt img {
		width: 300%;
		height: auto;
	}

	.imgbox li .bigtxt .con {
		width: 100%;
		height: auto;
		color: #fff;
		position: relative;
		z-index: 2;
		opacity: 0;
		transform: translateY(0);
		padding: 20px;
		background: none;
	}

	.imgbox li .bigtxt .con h2 {
		font-size: 1.125rem;
		line-height: 2rem;
	}

	.imgbox li .bigtxt .con p {
		line-height: 1.5rem;
		-webkit-line-clamp: 1;
	}

	.imgbox li .bigtxt .con p a {
		display: none;
	}

	.imgbox li:hover .bigtxt .con {
		opacity: 1;
		transform: translateY(20%);
		transition: all 0.6s;
	}
}

/*我们的产品  手风琴 end*/
.mobantwo {
	background: url(../image/indextwobg.jpg) no-repeat left;
	background-size: auto 100%;
	padding: 5% 0;
}

.indexcp_box {
	position: relative;
}

.swiper-container {
	width: 90%;
	height: auto;
}

.swiper-wrapper {}

.swiper-slide {
	position: relative;
	background: #fff;
}

.swiper-pic {
	overflow: hidden;
}

.swiper-pic img {
	display: block;
	width: 100%;
	height: auto;
	transition: 588ms;
}

.swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.swiper-slide dl {
	margin: 30px 0 0 0;
}

.swiper-slide dl span {
	font-size: 20px;
	color: #999999;
}

.swiper-slide dl dt {
	clear: both;
	overflow: hidden;
	font-size: 48px;
	color: #0463b3;
	font-weight: bold;
	line-height: 50px;
	background: url(../image/indextwoline.jpg) no-repeat left bottom;
	padding: 0 0 30px 0;
	margin: 20px 0 30px 0;
}

.swiper-slide dl dd {
	line-height: 28px;
	color: #999999;
	margin: 0 0 30px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.4;
}

.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 20px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 20px;
	left: auto;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 36px;
	margin-top: -18px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.swiper-button-prev {
	background: url(http://www.zsmkjf.com/style/images/arrow_l.png);
	background-size: cover;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
	content: "";
}

.swiper-button-next {
	background: url(http://www.zsmkjf.com/style/images/arrow_r.png);
	background-size: cover;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
	content: "";
}

.mobanthree {
	clear: both;
	overflow: hidden;
	background: #f8f8f8 url(../image/indexthreebg.jpg) no-repeat top center;
	padding: 1% 0;
}

.mobanthree .gengduo {
	margin: 35px auto;
}

#owl-demo .item {
	margin: 11px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
	transition: 588ms;
}

.item_pic {
	overflow: hidden;
}

#owl-demo .item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.item_content {
	padding: 7% 5%;
}

.item_content h3 {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.item_content p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #999999;
	margin: 15px 0 25px 0;
}

.item_content span {
	font-size: 14px;
	color: #005aab;
	text-align: right;
	display: block;
	width: 100%;
}

.mobanfour {
	margin: 2% 0 4% 0;
}

.newsbox {}

.newsbox dl {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.newsbox dl img {
	display: block;
	width: 100%;
	height: auto;
	transition: 588ms;
}

.newsbox dl dt {
	overflow: hidden;
}

.newsbox dl:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.newsbox dl dd {
	padding: 7% 5%;
}

.newsbox dl h3 {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newsbox dl p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #999999;
	margin: 15px 0 25px 0;
}

.riqi {}

.riqi span {
	font-size: 14px;
	color: #005aab;
	width: 100%;
}

.newsbox ul {}

.newsbox ul li {}

.newsbox ul li a {
	display: block;
	border-bottom: 1px dashed #eeeeee;
	padding: 20px 0;
}

.newsbox ul h3 {
	font-size: 22px;
	color: #555555;
	margin: 0 0 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.mobanfive {
	height: 550px;
}

.mobanfive a {
	color: #fff;
	display: block;
	width: 50%;
	padding: 9% 0 0 0;
}

.mobanfive strong {
	font-size: 48px;
}

.mobanfive span {
	display: block;
	font-size: 18px;
	line-height: 36px;
	margin: 15px 0 0 0;
}

.mobansix {
	background: url(../image/indexsixbg.jpg) no-repeat top center;
	background-size: cover;
	padding: 2% 0;
}

.aboutbox {
	text-align: center;
	line-height: 36px;
	color: #696969;
	width: 80%;
	margin: 0 auto;
}

.about_si {
	margin: 3% 0 5% 0;
	clear: both;
	overflow: hidden;
}

.wrapper1 {
	width: 25%;
	float: left;
	text-align: center;
	border-left: 1px solid #d6dde7;
}

.wrapper1:nth-child(1) {
	border: 0px;
}

.counter {
	display: block;
	margin: 0 auto;
	background: url(http://www.zsmkjf.com/images/jianjie.png) no-repeat center;
	color: #32beff;
}

.counter h2 {
	font-size: 55px;
	font-weight: bold;
}

.counter span {
	color: #999999;
	margin: 30px 0 0 0;
}

.timey {
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	color: #999999;
	clear: both;
	overflow: hidden;
}

/*首页样式 end*/
/*尾*/
.footerbox {
	clear: both;
	margin: 0 auto 0 auto;
	width: 100%;
	background: #0f2341;
	padding: 3% 0 3% 0;
}

.linkbox {
	color: #7a8596;
	line-height: 30px;
}

.linkbox h2 {
	color: #fff;
	margin: 0 0 25px 0;
	font-size: 20px;
}

.linkbox a {
	color: #7a8596;
	font-size: 16px;
}

.footmenu {
	text-align: center;
	clear: both;
	overflow: hidden;
	margin: 0 0% 0 0%;
	padding: 0 0% 0 0%;
	border-right: 1px solid #394a63;
}

.footmenu dl {
	float: left;
	width: 16%;
	margin-right: 0px;
}

.footmenu dl dt {
	color: #c10c21;
	line-height: 30px;
	margin: 0 0 15px 0;
}

.footmenu dl dt a {
	font-size: 20px;
	color: #fff;
}

.footmenu dl dd {
	width: 100%;
	clear: both;
	margin-top: 0px;
}

.footmenu dl dd a {
	font-size: 16px;
	color: #7a8596;
	line-height: 30px;
}

.erweima {
	text-align: center;
	color: #fff;
}

.erweima td {
	text-align: center;
	font-size: 14px;
}

.erweima td img {
	max-width: 100%;
	margin: 0 0 0px 0;
}

.footerbottom {
	color: #52637c;
	padding: 1% 0 1% 0;
	margin: 0% 0 0 0;
	text-align: center;
	background: #11284b;
}

.footerbottom a {
	color: #52637c;
}

.footerbottom a:hover {}

.fnav2 {
	display: none;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #2d2e2f;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

.fnav2 a {
	float: left;
	width: 30%;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}

.fnav2 a img {
	width: 30%;
	vertical-align: middle;
	padding-left: 4%;
	padding-right: 5%;
}

/*内页*/
.mainpage {
	clear: both;
	width: 90%;
	margin: 3% auto 5% auto;
	padding: 0;
}

.mainpage:after,
.mainpage:before {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.left {
	clear: both;
	overflow: hidden;
	padding: 0 0%;
	width: 90%;
	margin: 0 auto;
}

.right {
	width: 100%;
}

.mainarea {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0px 0 20px 0;
	min-height: 360px;
	height: 360px;
}

[class].mainarea {
	height: auto;
}

.mainarea div.content {
	font-size: 14px;
	line-height: 23px;
}

/*内页位置*/
.bannermain {
	height: 440px;
}

.posbox {
	clear: both;
	margin: -200px auto 0 auto;
	height: 200px;
	width: 100%;
	text-align: center;
	text-shadow: 0px 0px 10px #000;
}

.position {
	padding-right: 0px;
	line-height: 40px;
	color: #fff;
}

.position a,
.position a:link,
.position a:visited {
	color: #fff;
}

.position a:hover,
.position font.active,
.position a.active,
.position a.active:link,
.position a.active:visited {
	color: #fff;
}

.positioninfo {
	padding: 0px 0 0 0px;
	line-height: 40px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

.mainmenu {
	background: #f3f3f3;
}

.menu3 {
	clear: both;
	margin: 0px auto 0px auto;
	text-align: center;
}

.menu3 a,
.menu3 a:link,
.menu3 a:visited {
	font-size: 16px;
	text-align: center;
	color: #333;
	padding: 30px 3%;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.menu3 a:hover,
.menu3 a.active,
.menu3 a.active:link,
.menu3 a.active:visited {
	background: #11284b;
	color: #fff;
	text-decoration: none;
}

.menu4 {
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	display: none;
}

.menu4 ul {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

.menu4 ul a {
	display: block;
	float: left;
	width: 13%;
	background: #ffffff;
	color: #000;
	border: 1px solid #dddddd;
	border-radius: 15px;
	font-size: 13px;
	line-height: 20px;
	margin: 5px 0.5% 5px 0.5%;
	text-decoration: none;
	padding: 6px 15px;
	overflow: hidden;
}

.menu4 ul a:hover,
.menu4 ul a.active,
.menu4 ul a.active:link,
.menu4 ul a.active:visited {
	color: #fff;
	background: #d71820;
	border: none;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.menu5 {
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	display: none;
}

.menu5 ul {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

.menu5 ul a {
	display: block;
	float: left;
	width: 13%;
	background: #ffffff;
	color: #000;
	border: 1px solid #dddddd;
	border-radius: 15px;
	font-size: 13px;
	line-height: 20px;
	margin: 5px 0.5% 5px 0.5%;
	text-decoration: none;
	padding: 6px 15px;
	overflow: hidden;
}

.menu5 ul a:hover,
.menu5 ul a.active,
.menu5 ul a.active:link,
.menu5 ul a.active:visited {
	color: #fff;
	background: #ff8a84;
	border: none;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.menu2 {
	clear: both;
}

.menu2 h3 {
	padding: 0;
	margin-bottom: 10px;
	border: #ff0000 1px solid;
	float: left;
	width: 20%;
}

.menu2 h3 a {
	color: #000;
	line-height: 32px;
	padding-left: 40px;
	font-size: 14px;
	text-decoration: none;
	float: left;
}

.menu2 h3 a:link,
.menu2 h3 a:visited {
	background-image: url(http://www.zsmkjf.com/images/menu1.png);
	background-repeat: no-repeat;
	background-position: 12px;
}

.menu2 h3 a:hover,
.menu2 h3 a.active,
.menu2 h3 a.active:link,
.menu2 h3 a.active:visited {
	color: #ff6501;
	background-image: url(http://www.zsmkjf.com/images/menu1a.png);
	background-repeat: no-repeat;
}

.menu2 ul {
	padding: 0px;
}

.menu2 li a {
	color: #000;
	line-height: 32px;
	padding-left: 40px;
	margin-bottom: 8px;
	text-decoration: none;
	display: block;
}

.menu2 li a:link,
.menu2 li a:visited {
	background-image: url(http://www.zsmkjf.com/images/menu1.png);
	background-repeat: no-repeat;
	background-position: 12px;
}

.menu2 li a:hover,
.menu2 li a.active,
.menu2 li a.active:link,
.menu2 li a.active:visited {
	color: #ff6501;
	background-image: url(http://www.zsmkjf.com/images/menu1a.png);
	background-repeat: no-repeat;
}

.backtop {
	text-align: right;
	margin: 10px 0 20px 0;
}

.infosearch {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 5px 0 0;
}

.infosearch input[type="text"] {
	width: 150px;
	height: 23px;
	border: 1px solid #dddddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-left: 3px;
	background-color: #ffffff;
}

.infosearch input[type="submit"] {
	background-color: #333;
	border: 1px solid #333;
	height: 27px;
	width: 60px;
	color: #ffffff;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.infodes {
	clear: both;
	padding: 10px 0;
	line-height: 20px;
}

.af {
	clear: both;
}

.af dl {
	clear: both;
	font-size: 12px;
	line-height: 23px;
}

.af dl dt,
.addf dl dd {
	float: left;
}

.af dl dt {
	width: 70px;
	text-align: right;
}

/*信息*/
/*信息图片列表*/
.demo {
	padding: 2em 0;
}

.casebox {
	margin: 0 0 30px 0;
	font-family: "Ubuntu", sans-serif;
	position: relative;
	overflow: hidden;
}

.casebox:before {
	content: "";
	background: linear-gradient(45deg,
			rgba(1, 92, 173, 0.6),
			rgba(50, 190, 255, 0.6));
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: blur(10px);
	transform: scale(1) rotate(180deg);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.casebox:hover:before {
	box-shadow: 0 0 10px 2px #555;
	opacity: 1;
	filter: blur(0);
	transform: scale(0.92, 0.9) rotate(0);
}

.casebox img {
	width: 100%;
	height: auto;
	max-width: 350px;
	max-height: 250px;
	object-fit: contain;
	transition: all 0.5s ease-in-out;
}

.casebox:hover img {
	transform: scale(1.9) rotate(45deg);
}

.casebox .box-content {
	color: #fff;
	text-align: center;
	width: 100%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) scale(3);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transition: all 0.5s ease;
}

.casebox:hover .box-content {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.casebox .title {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}

.casebox .post {
	font-size: 16px;
	text-transform: capitalize;
}

.casebox .icon {
	padding: 0;
	margin: 0;
	list-style: none;
	filter: blur(10px);
	transform: scale(0);
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	transition: all 0.5s ease 0.2s;
}

.casebox:hover .icon {
	transform: scale(1);
	filter: blur(0);
}

.casebox .icon li {
	display: inline-block;
}

.casebox .icon li a {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	margin: 0 3px;
	display: block;
	position: relative;
	transition: all 0.3s;
}

.casebox .icon li a:hover {
	text-shadow: 0 0 6px #555;
	box-shadow: 0 0 5px #555;
}

@media only screen and (max-width: 990px) {
	.casebox {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 479px) {
	.casebox .title {
		font-size: 20px;
	}
}

/*信息图片列表 end*/
.info_list {
	clear: both;
	margin-top: 0px;
	padding: 0px;
}

.info_list ul {
	clear: both;
}

.info_list ul li {
	float: left;
	text-align: center;
	margin-top: 15px;
}

.info_listimg {
	clear: both;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
}

.info_listimg ul {
	clear: both;
	margin-top: 10px;
}

.info_listimg ul li {
	float: left;
	width: 23%;
	padding: 5px 1% 5px 1%;
	text-align: center;
	line-height: 36px;
}

.info_listimg ul li a {
	display: block;
	padding: 0px;
}

.info_listimg ul li img {
	width: 100%;
	display: block;
	border: 1px solid #dddddd;
}

.info_listimg ul li a:hover {
	text-decoration: none;
}

.info_listimg ul li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info_list ol.listhead {
	background: #eeeeee;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
}

.info_list ol.listhead span.title {
	float: left;
	width: 65%;
	font-size: 15px;
	font-weight: bold;
}

.info_list ol.listhead span.title a {
	font-size: 15px;
	font-weight: bold;
}

.info_list ol.listhead span.views {
	float: left;
	width: 10%;
}

.info_list ol.listhead span.date {
	float: right;
	width: 16%;
	text-align: right;
	padding: 0 25px 0 0;
}

.info_list ol.info {
	clear: both;
	font-size: 12px;
	line-height: 60px;
	padding: 0 0 0 10px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.info_list ol.bg {
	background: #f5f5f5;
	padding: 0 0 0 10px;
}

.info_list ol.info font.dot {
	color: #ee7700;
	font-family: "宋体";
}

.info_list ol.info a.title {
	float: left;
	width: 65%;
}

.info_list ol.info span.views {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

.info_list ol.info span.date {
	float: right;
	width: 16%;
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 12px;
	color: #666666;
}

.info_list dl {
	float: left;
	width: 300px;
	height: 265px;
	text-align: center;
	margin: 0 25px 15px 25px;
}

.info_list dl dd {
	height: 20px;
	line-height: 20px;
}

.maintitle {
	font-size: 36px;
	font-weight: bold;
	background: url(../image/line01.gif) no-repeat left bottom;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.shuoming {
	font-weight: bold;
	margin: 5% 0;
	font-size: 20px;
	color: #002f63;
}

.info_view {
	clear: both;
	padding: 5px 0 10px 0;
}

.info_view a {
	color: #054da2;
	font-size: 14px;
}

.info_view h1.title {
	border-bottom: 1px dotted #ccc;
	font-size: 22px;
	line-height: 26px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}

.info_view h2.subtitle {
	background: #f5f5f5;
	color: #999;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 0;
	text-align: center;
}

.info_view div.content {
	padding: 0px 0px;
	font-size: 14px;
	line-height: 30px;
}

.info_view div.content p {
	padding: 10px 0;
}

.info_view img {
	max-width: 100%;
}

.info_view div.atta {
	font-size: 14px;
	line-height: 23px;
	padding-top: 2px;
	color: #ee7700;
	font-weight: bold;
}

.info_view div.comment {
	font-size: 12px;
	line-height: 23px;
	padding-top: 2px;
}

.info_view div.other {
	text-align: left;
	padding-right: 0px;
}

.info_view .bigimg {
	padding: 10px 0px;
	text-align: center;
}

.info_view table {
	border-collapse: collapse;
	border-spacing: 0;
	border: #cccccc 1px solid;
}

.info_view td {
	border: #cccccc 1px solid;
	text-align: center;
	padding: 4px;
}

/*联系*/
.mainlx {}

.mainlx table {
	border: 0px;
}

.mainlx td {
	border: 0px;
}

.info_commentlist {
	clear: both;
	margin-top: 0px;
	padding: 0px;
}

.info_commentlist h1 {
	background: #eeeeee;
	font-size: 14px;
	line-height: 28px;
	padding-top: 3px;
	text-align: center;
}

.info_commentlist p.name {
	clear: both;
	font-weight: bold;
	padding: 3px 0;
}

.info_commentlist p.date {
	clear: both;
	padding: 3px 0;
}

.info_commentlist p.content {
	clear: both;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}

.info_commentadd {
	padding: 5px;
}

.info_commentadd p {
	padding: 3px 0;
}

.info_commentadd input[type="text"] {
	width: 230px;
}

.info_commentadd #txtcode {
	width: 80px;
}

.info_commentadd textarea {
	width: 230px;
}

.supply_add {
	padding: 5px;
}

.supply_add h2 {
	padding: 5px;
	background-color: #f0f0f0;
	text-align: center;
}

.supply_add p {
	padding: 3px 0;
}

.supply_add input[type="text"] {
	width: 230px;
}

.supply_add #txtcode {
	width: 80px;
}

.supply_add textarea {
	width: 230px;
}

/*产品*/
.product_cate {
	clear: both;
}

.product_cate dl {
	clear: both;
	width: 100%;
	margin-top: 10px;
}

.product_cate dl dt {
	float: left;
	width: 30%;
}

.product_cate dl dd {
	float: right;
	width: 69%;
	line-height: 21px;
}

.product_cate dl strong {
	font-size: 14px;
}

.product_list {
	clear: both;
}

.product_list ul {
	clear: both;
}

/*产品：上图下字*/
.product_list {
	clear: both;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
}

.product_list li a img {
	transition: all linear 0.6s;
	width: 94%;
	padding: 6% 0 0 6%;
}

.product_list li a {
	color: #333;
	border: solid #eee 1px;
	display: block;
	position: relative;
	overflow: hidden;
}

.product_list li a:before {
	background: rgba(1, 92, 173, 0.6);
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	z-index: 5;
	content: "VIEW MORE";
	transition: all 0.6s linear;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_list li a:hover:before {
	height: 100%;
	color: #fff;
	opacity: 1;
}

.product_list li a:hover img {
	transform: scale(1.3);
}

.product_list li a p {
	line-height: 48px;
	opacity: 1;
	transition: opacity 0.6s linear;
	text-align: center;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	width: 96%;
	margin: 0 auto;
}

.product_list li a:hover p {
	opacity: 0;
}

/*产品：列表*/
.product_list ol.head {
	background: #eeeeee;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	padding-top: 2px;
	padding-left: 16px;
	text-align: center;
	color: #333333;
}

.product_list ol.head span.title {
	float: left;
	width: 60%;
}

.product_list ol.head span.views {
	float: left;
	width: 10%;
}

.product_list ol.head span.date {
	float: right;
	width: 28%;
}

.product_list ol.info {
	clear: both;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	padding: 2px 0 1px 16px;
	background-image: url(http://www.zsmkjf.com/images/bg.gif);
	background-repeat: no-repeat;
}

.product_list ol.bg {
	background: #f5f5f5;
}

.product_list ol.info font.dot {
	color: #ee7700;
	font-family: "宋体";
}

.product_list ol.info a.title {
	float: left;
	width: 60%;
}

.product_list ol.info span.views {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

.product_list ol.info span.date {
	float: right;
	width: 28%;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

/*产品：左图右字*/
.product_list dl {
	clear: both;
	width: 100%;
	margin-top: 10px;
}

.product_list dl dt {
	float: left;
	margin-right: 10px;
}

.product_list dl dd {
	float: left;
	line-height: 21px;
}

.product_list dl strong {
	font-size: 14px;
}

.product_list dl div.summary {
	line-height: 20px;
}

.zoominfo {
	clear: both;
}

/*.zoominfo .zoominfoleft{ float:left; }*/
.zoominfo .zoominforight {
	float: left;
	margin-left: 15px;
	font-size: 14px;
	line-height: 25px;
}

.zoominfo .zoominforight h3 {
	font-size: 16px;
	font-weight: bold;
}

.zoominfo .htmleaf-content {
	max-width: 500px;
	margin: 3% auto 0 auto;
}

.zoominfo .thumbnails {
	border: 1px solid #d6d6d6;
}

.zoominfo .thumb-box {
	padding: 1.4em 0 1em;
	margin-left: -1%;
	width: 102%;
}

.zoominfo .thumb-box .thumbs {
	overflow: hidden;
	*zoom: 1;
}

.zoominfo .thumb-box .thumbs li {
	float: left;
	width: 23%;
	text-align: center;
	padding: 0 1%;
}

.zoominfo .thumb-box .thumbs li img {
	width: 100%;
	opacity: 0.8;
	-moz-transition: opacity 0.32s;
	-o-transition: opacity 0.32s;
	-webkit-transition: opacity 0.32s;
	transition: opacity 0.32s;
	border-bottom: 4px solid transparent;
}

.zoominfo .thumb-box .thumbs li img.active {
	border-color: #31ace2;
	opacity: 1;
}

.zoominfo .thumb-box .thumbs li:hover img {
	opacity: 1;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.midpicarea {
	border: solid 1px #bbbbbb;
	z-index: 5;
	cursor: crosshair;
}

.bigpicarea {
	border: solid 1px #bbbbbb;
	overflow: hidden;
	position: absolute;
	z-index: 6;
}

.viewarea {
	border: solid 1px #fff;
	cursor: move;
	background-color: #999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.zoomsmall {
	margin-top: 8px;
}

.zoomsmall ul {
	clear: both;
}

.zoomsmall ul li {
	float: left;
	margin: 0 2px;
}

.zoomsmall ul li img {
	border: solid 1px #bbbbbb;
	padding: 2px;
	cursor: pointer;
}

/*.product_list ol.other,ol.other a,.product ol.other a:link,.product ol.other a:visited { display:block; font-size:12px; height:23px; line-height:23px;}*/
.product_view h1.title {
	border-bottom: 1px dotted #ccc;
	font-size: 22px;
	line-height: 40px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

.product_view h1.title b {
	display: block;
	line-height: 30px;
	font-size: 20px;
}

.product_view h2.subtitle {
	background: #f5f5f5;
	color: #999;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 0;
	text-align: center;
}

.product_view div.bigimg {
	text-align: center;
	padding: 10px 0;
}

.product_view div.bigimg img {}

.product_view dl {
	clear: both;
}

.product_view dl dt,
.product_view dl dd {
	float: left;
}

.product_view dl dt {
	margin-right: 10px;
}

.product_view dl dd ul {
	clear: both;
}

.product_view dl dd li {
	clear: both;
	font-size: 12px;
	line-height: 23px;
}

.product_view dl dd span,
.product_view dl dd p {
	float: left;
}

.product_view dl dd span {
	width: 70px;
	text-align: right;
}

.product_view div.atta {
	font-size: 12px;
	line-height: 20px;
	color: #ee7700;
}

.product_viewcart {
	padding: 5px;
}

.product_viewcart h2 {
	padding: 5px;
	background-color: #f0f0f0;
	text-align: center;
	font-weight: bold;
}

.product_viewcart p {
	padding: 3px 0;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.product_viewcart strong {
	font-weight: bold;
}

.product_viewcart input[type="text"] {
	width: 230px;
}

.product_viewcart input.pnum {
	width: 80px;
}

.product_viewcart textarea {
	width: 230px;
}

/*留言内页*/
.message_add {
	padding: 5px;
}

.message_add p {
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f3f3f3;
	margin: 0 0 15px 0;
	margin: 0 2.5% 10px 0;
}

.message_add input[type="text"] {
	width: 85%;
	border: 0px solid red;
	background: none;
}

.message_add #txtcode {
	width: 100px;
}

.message_add textarea {
	width: 96%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f3f3f3;
}

.message_title {
	text-align: center;
	background: url(../image/line01.gif) no-repeat center bottom;
	padding-top: 30px;
	margin-top: 50px;
	border-top: 1px solid #cccccc;
}

.message_list {
	clear: both;
	margin-bottom: 25px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	padding: 1px;
}

.message_list h1.title {
	background: #ebebeb;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	border: 1px solid red;
}

.message_list div.memo {
	padding: 5px 0;
}

.message_list div.nickname {
	text-align: left;
	padding: 3px 0px;
}

.message_list div.adddate {
	text-align: left;
	padding: 3px 0px;
}

.message_list div.reply {
	padding: 5px 0;
	background-color: #f7f7f7;
}

.order_add {
	padding: 5px;
}

.order_add p {
	padding: 3px 0;
}

.order_add input[type="text"] {
	width: 230px;
}

.order_add #txtcode {
	width: 100px;
}

.order_add textarea {
	width: 230px;
}

/*人力资源内页*/
.job_add {
	padding: 5px;
}

.job_add p {
	padding: 3px 0;
}

.job_add .red {
	color: red;
}

.job_add input[type="text"] {
	width: 98%;
	height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

.job_add #txtcode {
	width: 100px;
}

.job_add textarea {
	width: 98%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

.job_add select {
	height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

.joblist {
	clear: both;
	margin-bottom: 15px;
	padding: 10px 3px 10px 3px;
	border-bottom: dotted #333 1px;
}

.joblist a.red {
	color: #ee7800;
}

.joblist p {
	padding: 3px 0;
}

.joblist p.biaoti {
	font-size: 18px;
}

.joblist p.biaoti span {
	font-size: 18px;
}

.joblist p.biaoti a {
	background: #eeeeee;
	padding: 3px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

.joblist p.fabu {
	color: #666666;
}

.viewpic {
	width: 100%;
	text-align: center;
	clear: both;
}

.viewpic img {
	margin: 20px auto;
	display: block;
}

/*分页*/
.pagelist {
	clear: both;
	font-size: 14px;
	line-height: 26px;
	margin-top: 50px;
	text-align: center;
	color: #333333;
}

.pagelist a {
	color: #363535;
	text-decoration: none;
	line-height: 26px;
	margin: 5px 2px;
	border: #cccccc solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 8px;
}

.pagelist a.page-num-current {
	color: red;
}

.pagelist a:hover {
	color: #0a51a3;
	text-decoration: none;
	border: #ccc solid 1px;
	background: #f1f1f1;
}

.pagelist a.red {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: #d71820;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagelist a.red:hover {
	color: #ffffff;
	text-decoration: none;
}

.plinktop {
	text-align: right;
	font-size: 12px;
	line-height: 25px;
	padding-right: 8px;
}

.plinktop a,
.plinktop a:link,
.plinktop a:visited {
	padding: 0 3px;
	color: #363535;
	text-decoration: none;
}

.plinktop a:hover {
	color: #ee7700;
	text-decoration: underline;
}

.plinktop a.red,
.plinktop a.red:link,
.plinktop a.red:visited {
	color: #ee7700;
	text-decoration: underline;
}

.plinktop a.red:hover {
	color: #ee7700;
	text-decoration: underline;
}

.plinkbottom {
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	padding-right: 0px;
	margin: 20px 0 0 0;
}

.plinkbottom a,
.plinkbottom a:link,
.plinkbottom a:visited {
	padding: 0 3px;
	color: #363535;
	text-decoration: none;
}

.plinkbottom a:hover {
	color: #ee7700;
	text-decoration: underline;
}

.plinkbottom a.red,
.plinkbottom a.red:link,
.plinkbottom a.red:visited {
	color: #ee7700;
	text-decoration: underline;
}

.plinkbottom a.red:hover {
	color: #ee7700;
	text-decoration: underline;
}

.imgborder {
	border: #dedede solid 1px;
}

.roundabout-holder {
	width: 850px;
	height: 496px;
	margin: 0 auto;
}

.roundabout-moveable-item {
	width: 650px;
	height: 394px;
	cursor: pointer;
	border: 3px solid #ccc;
	border: 3px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.roundabout-moveable-item img {
	width: 100%;
}

.roundabout-in-focus {
	border: 4px solid rgba(0, 0, 0, 0.1);
}

/*新闻内页*/
.info_listxw {
	clear: both;
	padding: 0px;
	margin-top: 20px;
	display: block;
}

.info_listxw li {
	padding: 2.5% 2% 2.5% 0%;
	margin: 0 0 20px 0;
	background: #f7f7f7;
	transition: 588ms;
}

.info_listxw li:hover {
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3);
}

.info_listxw li a {
	clear: both;
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

.info_listxw li .zhaiyao {
	clear: both;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.info_listxw li .newsdate {
	clear: both;
	color: #999999;
	line-height: 26px;
	font-size: 25px;
	padding: 1.5% 0 0 0;
	text-align: center;
	border-right: 1px solid #cccccc;
}

.info_listxw li .newsdate span {
	display: block;
	font-size: 12px;
}

/* 特效滚动 */
#focus_Box {
	position: relative;
	width: 800px;
	height: 554px;
	margin: 20px auto;
}

#focus_Box ul {
	position: relative;
	width: 800px;
	height: 554px;
}

#focus_Box li {
	z-index: 0;
	position: absolute;
	width: 0px;
	background: #787878;
	height: 0px;
	top: 146px;
	cursor: pointer;
	left: 200px;
	border-radius: 4px;
	box-shadow: 1px 1px 12px rgba(200, 200, 200, 1);
}

#focus_Box li img {
	width: 100%;
	background: url(../image/loading.gif) no-repeat center 50%;
	height: 100%;
	vertical-align: top;
}

#focus_Box li p {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(http://www.zsmkjf.com/images/float-bg.png) repeat;
	text-indent: 8px;
	color: #fff;
}

#focus_Box li p span {
	display: inline-block;
	width: 70%;
	height: 40px;
	overflow: hidden;
}

#focus_Box .prev,
#focus_Box .next {
	display: block;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	width: 52px;
	height: 52px;
	top: 131px;
}

#focus_Box .prev {
	background: url(http://www.zsmkjf.com/images/btn.png) left bottom no-repeat;
	left: 0px;
}

#focus_Box .next {
	background: url(http://www.zsmkjf.com/images/btn.png) right bottom no-repeat;
	right: 0px;
}

#focus_Box .prev:hover {
	background-position: left top;
}

#focus_Box .next:hover {
	background-position: right top;
}

#focus_Box a.imgs-scroll-btn {
	display: block;
	position: absolute;
	z-index: 110;
	top: 7px;
	right: 15px;
	width: 51px;
	height: 23px;
	overflow: hidden;
	background: url(http://www.zsmkjf.com/images/share-btn.png) no-repeat;
	text-indent: -999px;
}

/*QQ客服样式*/
.main-im {
	position: fixed;
	right: 10px;
	top: 300px;
	z-index: 100;
	width: 110px;
	height: 272px;
}

.main-im .qq-a {
	display: block;
	width: 106px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}

.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
}

.main-im .qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}

.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 109px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #dddddd;
	background: url(http://www.zsmkjf.com/images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}

.main-im .im_main {
	background: #f9fafb;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #f9fafb;
	display: none;
}

.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 109px;
	height: 105px;
	border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;
}

.main-im .im_main .im-tel .tel-num {
	font-family: Arial;
	font-weight: bold;
	color: #e66d15;
}

.main-im .im_main .im-tel:hover {
	background: #fafafa;
}

.main-im .im_main .weixing-container {
	width: 55px;
	height: 47px;
	border-right: 1px solid #dddddd;
	background: #f5f5f5;
	border-bottom-left-radius: 10px;
	background: url(http://www.zsmkjf.com/images/weixing-icon.png) no-repeat center center;
	float: left;
}

.main-im .im_main .weixing-show {
	width: 112px;
	height: 172px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: absolute;
	left: -125px;
	top: -126px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 6px;
	left: 112px;
	top: 134px;
	position: absolute;
	z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #dddddd;
	border-width: 8px;
	left: 112px;
	top: 132px;
	position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
	width: 104px;
	height: 103px;
	padding-left: 5px;
	padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
	position: absolute;
	top: 110px;
	left: 7px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}

.main-im .im_main .go-top {
	width: 50px;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(http://www.zsmkjf.com/images/toTop-icon.png) no-repeat center center;
	float: right;
}

.main-im .im_main .go-top a {
	display: block;
	width: 52px;
	height: 47px;
}

.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 100;
	width: 24px;
	height: 24px;
}

.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(http://www.zsmkjf.com/images/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
	text-decoration: none;
}

.main-im .open-im {
	cursor: pointer;
	margin-left: 68px;
	width: 40px;
	height: 133px;
	background: url(../image/open_im.png) no-repeat left top;
}

.cart-btn {
	width: 60px;
	height: 60px;
	height: 60px;
	position: fixed;
	top: 300px;
	right: 0px;
	z-index: 99;
	cursor: pointer;
}

.menu1_box {
	overflow: hidden;
	text-align: center;
}

.menu1_box h2 {
	display: none;
}

.menu1_box a {
	color: #000000;
	line-height: 40px;
	padding: 10px 15px;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	background: #e6e6e6;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.menu1_box a:link,
.menu1_box a:visited {
	background: #e6e6e6;
}

.menu1_box a:hover,
.menu1_box a.active,
.menu1_box a.active:link,
.menu1_box a.active:visited {
	background: #d71820;
	color: #ffffff;
}

.menu1_box ul li {
	display: inline;
	float: left;
	width: 120px;
}

.menu1_box ul {
	display: inline-block;
	overflow: auto;
}

.page_road {
	text-align: center;
}

/*订单信息*/
.tipcontent {
	width: 300px;
	margin: 10px auto 0 auto;
}

.tipcontent .reason {
	margin-left: 10px;
}

#iknow {
	display: block;
	line-height: 30px;
	height: 30px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	background: #d71820;
	color: #fff;
	margin-top: 20px;
}

.tipcontent table td {
	height: 40px;
}

.order_title {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}

.product_info {
	width: 70%;
}

.product_info td {
	width: 25%;
	height: auto;
	line-height: 35px;
	text-align: left;
	padding-left: 30px;
}

.pro_name {
	cursor: pointer;
}

.address_info {
	width: 80%;
}

.address_info td:nth-child(2),
.address_info td:nth-child(4) {
	width: 30%;
	height: auto;
	line-height: 35px;
}

/*订单退款申请结束*/
#layui-layer1 {
	border: 1px solid #8d8d8d;
}

#layui-layer1 .layui-layer-title {
	padding-left: 10px;
	font-size: 15px;
}

.action_box span,
.action_box a {
	color: #40a9ff;
	cursor: pointer;
}

/*相关产品/相关新闻*/
.product_related {
	clear: both;
	overflow: hidden;
}

.product_related .title {
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	border: #e6e6e6 1px solid;
	margin-bottom: 2%;
	padding-left: 2%;
}

.product_related ul {}

.product_related ul li {
	float: left;
	width: 21%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	line-height: 24px;
}

.product_related ul li img {
	border: #e5e5e5 1px solid;
	width: 100%;
}

.product_related li a {
	text-align: center;
	display: block;
}

.news_related {
	clear: both;
	margin-top: 2%;
}

.news_related .title {
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	border: #e6e6e6 1px solid;
	margin-bottom: 2%;
	padding-left: 2%;
}

.news_related ul {
	width: 96%;
	margin: 0 auto;
}

.news_related li {
	float: left;
	width: 48%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.index-sec3 {
	padding: 70px 0;
}

.index-sec3 .title {
	background: url(../picture/titbg.png) no-repeat center;
}

.index-sec3 .title h3 {
	text-align: center;
	color: #595757;
	font-size: 36px;
	line-height: 1.3;
	font-weight: bold;
}

.index-sec3 .title p {
	text-align: center;
	color: #595757;
	font-size: 24px;
	font-weight: lighter;
	margin-top: 10px;
}

.index-sec3 ul {
	padding-top: 50px;
}

.index-sec3 ul li {
	margin-bottom: 30px;
}

.index-sec3 ul li a {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	position: relative;
	padding: 30px 20px;
	overflow: hidden;
}

.index-sec3 ul li a .cir {
	position: absolute;
	top: 0;
	right: 0;
	left: -50%;
	background: #f4f4f4;
	height: 200%;
	width: 100%;
	transform: scale(0);
	transition: all .6s;
	border-radius: 100%;
	z-index: -1;
}

.index-sec3 ul li a:hover .cir {
	transform: scale(1);
	background-color: #2c45d9;
	opacity: .3;
}

.index-sec3 ul li a h3 {
	font-size: 20px;
	color: #33;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-sec3 ul li a h4 {
	font-size: 12px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 10px;
}

.index-sec3 ul li a p {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
	font-size: 14px;
	color: #666;
}

.index-sec3 ul li a .div1 {
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	text-align: right;
	color: #555;
	letter-spacing: .8px;
	overflow: hidden;
}

.index-sec3 ul li a .div1 strong,
.index-sec3 ul li a .div1 b {
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	transition: all 0.6s;
	display: block;
	font-family: "goth";
}

.index-sec3 ul li a:hover .div1 strong {
	margin-top: -40px;
}

.index-sec3 ul li a:hover .div1 b {
	margin-top: 0;
	color: #2c45d9;
}

.index-solution .left {
	margin-bottom: 20px;
}

.index-solution .left h1 {
	font-size: 30px;
}

.index-solution .left p {
	font-size: 14px;
	margin-top: 30px;
}

.index-solution .left a {
	display: block;
	color: #004f97;
	border-radius: 40px;
	border: 1px solid #a1a1c8;
	background-color: #f3f9ff;
	font-size: 18px;
	width: 140px;
	text-align: center;
	padding: 10px 0;
	margin-top: 40px;
}

.index-solution .right {
	margin: auto;
}

.index-solution .right li {
	margin-bottom: 20px;
}

.index-solution .right a {
	overflow: hidden;
}

.index-solution .right a img {
	transition: all .5s;
}

.index-solution .right a>p {
	width: 100%;
	color: #fff;
	padding: 30px 20px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
	font-size: 23px;
	bottom: 0;
}

.index-solution .right a>div {
	width: 100%;
	top: 0;
	left: -100%;
	background: rgba(0, 146, 216, .9);
	transition: all .5s;
	padding: 50px 40px;
	height: 100%;
	color: white;
}

.index-solution .right a>div p:first-child {
	font-size: 23px;
}

.index-solution .right a>div p:last-child {
	padding-top: 30px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-solution .right a:hover img {
	transform: scale(1.08);
}

.index-solution .right a:hover>p {
	display: none;
}

.index-solution .right a:hover>div {
	left: 0;
}