@charset "utf-8";

/*格式化*/
html{
	background: #fff;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	background: #f1f1f1;
}

li,
ol {
	list-style: none;
}

ins {
	text-decoration: none;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
}

:focus {
	outline: 0;
}

.clear {
	clear: both;
	line-height: 0px;
	overflow: hidden;
	zoom: 1;
	font-size: 0px;
	content: '.';
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

img {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

input,
textarea {
	border: none;
	font-family: "微软雅黑";
	font-size: 13px;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 14px;
}*/


/*排版通用*/

.f-mm {
	margin-left: auto;
	margin-right: auto;
}


/*居中对齐*/

.f-fl {
	float: left;
}


/*左浮动*/

.f-fr {
	float: right;
}


/*右浮动*/

.f-tr {
	text-align: right;
}


/*右对齐*/

.f-tl {
	text-align: left;
}


/*左对齐*/

.f-tc {
	text-align: center;
}


/*中间对齐*/

.f-pr {
	position: relative;
}


/*定位*/

.f-di {
	display: inline;
}


/*杂项*/

.u-co-bt {
	border-radius: 4px;
	/*css3圆角*/
	width: 80px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 1px;
}


/*提交按钮样式*/

.u-co-bt.z-spe {
	width: 100%;
}

.u-lico {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	/*css3圆角*/
	background: #000;
	padding: 10px;
	opacity: 0.8;
	position: relative;
	left: 50%;
	margin: 10px 0 10px -14px;
	box-shadow: 0 0 3px #2d2d2d;
}


/*等待载入*/

.fs15 {
	font-size: 15px;
}


/*15号字体*/

.fs12 {
	font-size: 12px;
}


/*12号字体*/

.pdr12 {
	padding-right: 12px;
}


/*右边距12px*/

.pl10 {
	padding-left: 10px;
}


/*左边距10px*/

.red {
	color: #f00;
}


/*字体颜色红色*/

.emptyData {
	padding-left: 10px;
	line-height: 26px;
}


/* -- 页面整体布局 -- */

.wrap {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


/*网站首页宽度*/


/*内页返回开始*/

.g-back {
	overflow: hidden;
	position: relative;
	text-align: right;
	margin-top: 1px;
	height: 38px;
	padding: 7px 11px 0 9px;
}


/*内页返回布局样式*/

.g-back a {
	display: inline-block;
	font-size: 0.875em;
	height: 32px;
	line-height: 28px;
	width: 32px;
	position: relative;
}


/*内页返回链接样式*/

.g-back .u-bp {
	background-position: 0 0;
}


/*内页返回样式*/

.g-back .u-bl {
	background-position: 0 -286px;
}


/*内页回到首页样式*/

.g-back .u-bh {
	margin-right: 10px;
	background-position: 0 -232px;
}


/*内页目录样式*/


/*内页返回结束*/


/*底部浮动栏样式2*/

.social_nav2 {
	height: 55px;
	width: 306px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}


/*底部浮动社交导航/电话*/

.social_nav2 .social2 {
	display: block;
	width: 288px;
	height: 55px;
	margin-right: 18px;
	overflow: hidden;
	position: relative;
}

.social_nav2 a {
	height: 55px;
	line-height: 85px;
	font-size: 13px;
	width: 22%;
	display: inline-block;
	font-size: 12px;
	position: relative;
	z-index: 11;
	text-align: center;
}

.social_nav2 a.tel {
	width: 22%;
	text-indent: 5px;
}

.social_nav2 span {
	display: block;
	width: 35px;
	height: 25px;
	position: absolute;
	top: 0;
	z-index: 10;
}

.social2 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32323a), to(#23232b));
	background-image: -webkit-linear-gradient(top, #32323a, #23232b);
	background-image: -moz-linear-gradient(top, #32323a, #23232b);
	background-image: -o-linear-gradient(top, #32323a, #23232b);
	background-image: -ms-linear-gradient(top, #32323a, #23232b);
	background-image: linear-gradient(top, #32323a, #23232b);
}

.social2 a {
	color: #fff;
}

.social2:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #4b4c57;
	position: absolute;
	top: 0;
	left: 0;
}

.social2:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #000;
	border-top: 1px solid #4b4c57;
	position: absolute;
	bottom: 0;
	left: 0;
}

.social2 b {
	width: 1px;
	height: 100%;
	background: #000;
	border-left: 1px solid #4b4c57;
	position: absolute;
	top: 0;
	right: 0;
}


/*底部社交-电话-动画*/

.social_nav2 span.tel {
	left: 14px;
	top: 7px;
	height: 30px;
	background-position: 8px -49px;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}

@keyframes telshow {
	0% {
		transform: rotate(0deg)
	}
	5% {
		transform: rotate(-13deg)
	}
	10% {
		transform: rotate(0deg)
	}
	15% {
		transform: rotate(-13deg)
	}
	20% {
		transform: rotate(0deg)
	}
	25% {
		transform: rotate(-13deg)
	}
	100% {
		transform: roate(0deg)
	}
}

@-webkit-keyframes telshow {
	0% {
		-webkit-transform: rotate(0deg)
	}
	5% {
		-webkit-transform: rotate(-13deg)
	}
	10% {
		-webkit-transform: rotate(0deg)
	}
	15% {
		-webkit-transform: rotate(-13deg)
	}
	20% {
		-webkit-transform: rotate(0deg)
	}
	25% {
		-webkit-transform: rotate(-13deg)
	}
	100% {
		-webkit-transform: roate(0deg)
	}
}


/*底部社交-微信-动画*/

.social_nav2 span.weichat {
	left: 85px;
	top: 4px;
	background-position: 0 -100px;
	background-repeat: no-repeat;
}

.social_nav2 span.ditu {
	left: 154px;
	top: 4px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	height: 26px;
}


/*底部社交-微博-动画*/

.social_nav2 span.weibo {
	left: 218px;
	top: 7px;
	background-position: 1px -150px;
	background-repeat: no-repeat;
	height: 26px;
}

@keyframes xshow2 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes xshow2 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes xshow2 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.social_nav2 span.talk99 {
	background-position: 1px -200px;
	background-repeat: no-repeat;
	left: 226px;
	height: 24px;
	width: 26px;
	top: 8px;
}

.social_nav2 .btn {
	display: block;
	width: 20px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -249px;
}

.social_nav2 .btn2 {
	display: block;
	width: 20px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -786px;
	display: none;
}


/*定位图片样式*/

.header .tel_bt,
.title .icon,
.sytitbg .icon,
.probox .content ul li,
.probox .content ul li ul li,
.navbg,
.brand_advance .yscontent h2,
.social_nav2 .btn,
.social_nav2 .btn2,
.social2 span,
.hotline .telbg {
	background-image: url(/mobile/images/skins/SkinsBar2.png);
	background-size: 32px 889px;
}


/*底部浮动栏样式3*/

.social_nav3 {
	height: 55px;
	width: 320px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}


/*底部浮动社交导航/电话*/

.social_nav3 .social3 {
	display: block;
	width: 288px;
	height: 55px;
	margin-right: 18px;
	overflow: hidden;
	position: relative;
}

.social_nav3 a {
	height: 55px;
	line-height: 85px;
	font-size: 13px;
	width: 62px;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	z-index: 11;
	text-align: center;
	color: #fff;
}

.social_nav3 a.tel {
	width: 65px;
	text-indent: 15px;
}

.social_nav3 a.weichat {
	left: 74px;
}

.social_nav3 a.weibo {
	left: 142px;
}

.social_nav3 a.talk99 {
	left: 207px;
}

.social_nav3 span {
	display: block;
	width: 35px;
	height: 25px;
	position: absolute;
	top: 0;
	z-index: 10;
}

.social3 {
	background-color: #71645a;
}

.social3:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #71645a;
	border-bottom: 1px solid #71645a;
	position: absolute;
	top: 0;
	left: 0;
}

.social3:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #71645a;
	border-top: 1px solid #71645a;
	position: absolute;
	bottom: 0;
	left: 0;
}

.social3 b {
	width: 1px;
	height: 100%;
	background: #71645a;
	border-left: 1px solid #71645a;
	position: absolute;
	top: 0;
	right: 0;
}


/*底部社交-电话-动画*/

.social_nav3 span.tel {
	left: 30px;
	top: 5px;
	height: 30px;
	background-position: 3px -49px;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}

@keyframes telshow {
	0% {
		transform: rotate(0deg)
	}
	5% {
		transform: rotate(-13deg)
	}
	10% {
		transform: rotate(0deg)
	}
	15% {
		transform: rotate(-13deg)
	}
	20% {
		transform: rotate(0deg)
	}
	25% {
		transform: rotate(-13deg)
	}
	100% {
		transform: roate(0deg)
	}
}

@-webkit-keyframes telshow {
	0% {
		-webkit-transform: rotate(0deg)
	}
	5% {
		-webkit-transform: rotate(-13deg)
	}
	10% {
		-webkit-transform: rotate(0deg)
	}
	15% {
		-webkit-transform: rotate(-13deg)
	}
	20% {
		-webkit-transform: rotate(0deg)
	}
	25% {
		-webkit-transform: rotate(-13deg)
	}
	100% {
		-webkit-transform: roate(0deg)
	}
}


/*底部社交-微信-动画*/

.social_nav3 span.weichat {
	background-position: 6px -150px;
	background-repeat: no-repeat;
	left: 86px;
	top: 7px;
}

@keyframes xshow {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes xshow {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes xshow {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/*底部社交-微博-动画*/

.social_nav3 span.weibo {
	background-position: 1px -426px;
	background-repeat: no-repeat;
	height: 26px;
	left: 157px;
	top: 7px;
}

@keyframes xshow2 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-o-keyframes xshow2 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes xshow2 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.social_nav3 span.talk99 {
	background-position: 1px -200px;
	background-repeat: no-repeat;
	left: 226px;
	height: 24px;
	width: 26px;
	top: 8px;
}

.social_nav3 .btn {
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -786px;
}

.social_nav3 .btn2 {
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -249px;
	display: none;
}


/*定位图片样式*/

.header .tel_bt,
.title .icon,
.sytitbg .icon,
.probox .content ul li,
.probox .content ul li ul li,
.navbg,
.brand_advance .yscontent h2,
.social_nav3 .btn,
.social_nav3 .btn2,
.social3 span,
.brand_advance .yscontent .telbg {
	background-image: url(/mobile/images/skins/SkinsBar3.png);
	background-size: 32px 889px;
}


/*底部结束*/


/*------通用部件-----*/


/*首页标题 开始*/

.m-tit {
	position: relative;
	text-indent: 10px;
	height: 38px;
	font-size: 15px;
	line-height: 38px;
}


/*首页产品导航样式*/

.m-tit .u-ico {
	position: absolute;
	right: 10px;
	top: 2px;
	width: 30px;
	height: 38px;
}


/*首页产品导航箭头样式*/

.m-tit .u-ico:before {
	content: "";
	/*配合:before这个属性，写 before的时候一定要加上去*/
	position: absolute;
	width: 12px;
	height: 12px;
	right: 5px;
	top: 12px;
	z-index: 10;
	-moz-transform: rotate(45deg);
	/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);
	/*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);
	/*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);
}


/*首页产品导航箭头css3样式*/

.m-tit .u-ico:after {
	content: "";
	/*配合:before这个属性，写 before的时候一定要加上去*/
	position: absolute;
	width: 12px;
	height: 12px;
	right: 8px;
	top: 12px;
	z-index: 10;
	-moz-transform: rotate(45deg);
	/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);
	/*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);
	/*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);
}


/*首页产品导航箭头css3样式*/


/*空白 分割样式*/

.u-empty {
	height: 18px;
}


/*空白 分割样式*/


/* 内页分页样式  */

.g-page {
	margin-bottom: 20px;
}


/* 底部间距20px*/

.g-page .u-pup,
.g-page .u-pne,
.g-page .u-sa {
	border-radius: 5px;
	display: inline-block;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 25%;
}


/*上一页样式*/

.g-page p {
	width: 10%;
	display: inline-block;
}

.g-page .pager-select {
	display: inline-block;
	padding: 0 20px;
	margin: 0 10px;
	width: 10%;
	height: 30px;
	line-height: 30px;
	position: relative;
	top: 10px;
}

.g-page .page_number {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border-radius: 5px;
	box-shadow: 0 0 5px #333 inset;
	text-indent: -1em;
}

.g-page .page_number:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	border-top: 5px solid #aaa;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	left: 50%;
	margin-left: 15px;
	top: 12px;
}

.g-page .pager-select .page_number span {
	padding: 0 2px;
	font-weight: bold;
}

.g-page .select_box {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	text-align: center;
}


/* 内页分页样式  */


/*内页分享样式*/

.m-share {
	margin-bottom: 23px;
	font-size: 13px;
}


/*分享间距及文字大小*/

.m-share span {
	vertical-align: middle;
	line-height: 25px;
	float: left;
	margin: 0 10px 0 30px;
}


/*分享到样式*/

.m-share .m-ico {
	position: relative;
	width: 320px;
	margin: 0 auto;
}


/*分享外框样式*/

.m-share a {
	margin-right: 10px;
}


/*分享图标的间距*/


/*内页分享样式*/


/*公共盒子公用样式*/

.g-sbox .spe2 p a:first-child {
	border-top: 0;
}


/*首页有切换效果的样式*/

.g-sbox .m-con .u-lifo {
	display: block;
	padding: 13px 35px 0 10px;
	height: 113px;
	overflow: hidden;
	position: relative;
}


/*切换下面的列表样式*/

.g-sbox .m-con .u-lifo img {
	float: left;
	display: inline;
	margin-right: 11px;
}


/*切换下面列表图片样式*/

.g-sbox .m-con .u-lifo h3 {
	padding-right: 10px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
}


/*切换下面列表标题样式*/

.g-sbox .m-con .u-lifo p {
	margin: 5px;
	font-size: 12px;
	line-height: 22px;
	height: 65px;
	overflow: hidden;
}


/*切换下面列表描述样式*/

.g-sbox .m-con .u-lifo span,
.g-bd .m-con-2 dl span {
	display: block;
	width: 9px;
	height: 16px;
	position: absolute;
	top: 57px;
	right: 3%;
}


/*切换下面列表箭头样式*/

.g-sbox .m-con .u-lifo span:before,
.g-bd .m-con-2 dl span:before,
.g-bd .m-con.z-spe dl span:before {
	content: "";
	/*配合:before这个属性，写 before的时候一定要加上去*/
	position: absolute;
	background: #aaaaaa;
	width: 11px;
	height: 11px;
	right: 0;
	top: 0;
	z-indx: 10;
	-moz-transform: rotate(45deg);
	/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);
	/*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);
	/*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);
}


/*切换下面列表箭头css3样式*/

.g-sbox .m-con .u-lifo span:after,
.g-bd .m-con-2 dl span:after,
.g-bd .m-con.z-spe dl span:after {
	content: "";
	position: absolute;
	background: #fff;
	width: 11px;
	height: 11px;
	right: 4px;
	top: 0;
	z-indx: 11;
	-moz-transform: rotate(45deg);
	/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);
	/*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);
	/*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);
}


/*切换下面列表箭头css3样式*/

.g-sbox .m-con .s-babg:nth-child(2n) span:after,
.g-bd .m-con-2 .s-babg:nth-child(2n) span:after,
.g-bd .m-con.z-spe .s-babg:nth-child(2n) span:after {
	background: #fafafa;
}


/*切换下面列表背景颜色样式*/

.g-sbox .m-con.z-spe {
	padding: 5px;
	width: 310px;
	line-height: 22px;
}


/*首页切换公司动态列表样式*/

.g-sbox .m-con.z-spe a {
	font-size: 14px;
	height: 33px;
	display: block;
	line-height: 33px;
	text-indent: 8px;
	width: 100%;
	overflow: hidden;
}


/*首页切换公司动态列表链接样式*/


/*公共盒子公用样式*/


/*内页面包屑导航样式 开始*/

.m-btit {
	line-height: 35px;
	padding-left: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-top: 1px solid #d9d9d9;
	box-shadow: 0 1px #fff;
	position: relative;
	background-color: #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
	/*背景渐变，针对苹果浏览器写的兼容*/
	background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
	/*背景渐变，针对火狐浏览器写的兼容*/
	background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
	/*背景渐变，针对欧朋浏览器写的兼容*/
	background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
	/*背景渐变，针对手机微软浏览器写的兼容*/
	background-image: linear-gradient(top, #f6f6f6, #eaeaea);
	/*背景渐变，正常的写法*/
	border-bottom: 1px solid #d9d9d9;
}


/*内页面包屑导航背景*/

.m-btit:before {
	content: "";
	/*配合:before这个属性，写 before的时候一定要加上去*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-top: 1px solid #fff;
}


/*内页面包屑导航背景上面的线条*/

.m-btit span {
	padding: 0 8px;
	position: relative;
	height: 100%;
	top: -12px;
	display: inline-block;
}

.m-btit span:before {
	content: "";
	/*配合:before这个属性，写 before的时候一定要加上去*/
	position: absolute;
	background: #7c7c7c;
	width: 8px;
	height: 8px;
	left: 2px;
	top: 3px;
	z-index: 10;
	-moz-transform: rotate(45deg);
	/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);
	/*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);
	/*角度45度，针对苹果浏览器写的兼容*/
	transform: rotate(45deg);
}


/*角度45度，内页面包屑箭头样式*/

.m-btit span:after {
	content: "";
	/*配合:before这个属性，写 before的时候一定要加上去*/
	position: absolute;
	width: 8px;
	height: 8px;
	left: 1px;
	top: 3px;
	z-index: 11;
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee));
	/*针对苹果老式浏览器写的兼容*/
	background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee);
	/*背景渐变，针对苹果浏览器写的兼容*/
	background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee);
	/*背景渐变，针对火狐浏览器写的兼容*/
	background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee);
	/*背景渐变，针对欧朋浏览器写的兼容*/
	background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee);
	/*背景渐变，针对手机微软浏览器写的兼容*/
	background-image: linear-gradient(top, #f2f2f2, #eeeeee);
	/*背景渐变，正常的写法*/
	-moz-transform: rotate(45deg);
	/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);
	/*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);
	/*角度45度，针对苹果浏览器写的兼容*/
	transform: rotate(45deg);
}


/*角度45度，内页面包屑箭头样式*/


/*内页面包屑导航样式 结束*/


/*通用弹出层背景遮罩*/

.max_bg div {
	opacity: 0.8;
	border-radius: 5px;
	opacity: 1;
	width: 290px;
	border-width: 5px;
	height: 46px;
	font-size: 13px;
	padding: 28px 0;
	margin: 40px auto;
	line-height: 25px;
}

.max_bg div a {
	text-decoration: underline;
	margin-right: 12px;
	line-height: 30px;
}

.max_bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.max_bg div {
	opacity: 0.8;
	display: none;
	border-radius: 5px;
	opacity: 1;
	width: 290px;
	border-width: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -56px 0 0 -150px;
	height: 46px;
	font-size: 13px;
	padding: 28px 0;
	z-index: 101
}

.max_bg div a {
	text-decoration: underline;
	margin-right: 12px;
	line-height: 30px;
}

.max_bg .right {
	line-height: 25px;
	background-position: 17px -1351px;
	text-align: center;
}

.max_bg .wrong {
	background-position: 17px -1426px;
}

.max_bg .contapic_bg {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #000;
	left: 0;
	top: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1
}


/*通用弹出层背景遮罩*/


/*------------------*/


/* -- 内页产品导肮 -- */

.g-prn .m-con {
	line-height: 40px;
	margin: 5px 12px 10px 12px;
	font-size: 14px;
}

.g-prn .m-con p:first-child {
	border-top: 0;
}

.g-prn .m-con p:last-child {
	border-bottom: 0;
}

.g-prn .m-con p {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.g-prn .m-con a {
	padding: 0 8px;
	font-size: 14px;
	white-space: nowrap;
}


/*404页面*/

.erro {
	padding-bottom: 40px;
}

.erro .icon_404 {
	padding: 20px 0 10px 0;
}

.erro p.en {
	font-size: 24px;
	margin: 10px 0 15px 0;
	text-align: center;
	line-height: 35px;
}

.erro p.cn {
	font-size: 13px;
	width: 300px;
	padding-left: 20px;
	line-height: 26px;
	margin: 10px auto;
}

.erro p a {
	font-size: 13px;
}


/*404页面*/


/*-------CSS3特效集合--------*/

@keyframes xshow {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes xshow {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes xshow2 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes xshow2 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes buttonHover {
	0% {
		box-shadow: 0 0 5px #808080;
	}
	50% {
		box-shadow: 0 0 12px #808080;
	}
	100% {
		box-shadow: 0 0 5px #808080;
	}
}

@keyframes buttonHover {
	0% {
		box-shadow: 0 0 5px #808080;
	}
	50% {
		box-shadow: 0 0 12px #808080;
	}
	100% {
		box-shadow: 0 0 5px #808080;
	}
}


/* 夜间模式  */

.nightMode {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 150%;
	background: #000;
	opacity: 0.0;
	display: none;
	pointer-events: none;
}


/* -- 定位导航 -- */

.u-mbg {
	height: 100%;
	width: 100%;
	background: #000;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 555;
	display: none;
}

.u-dwnav {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 666;
	padding: 15px;
}

.u-dwnav .ico {
	width: 40px;
	height: 40px;
	background: #652C7F;
	border-radius: 25px;
	border: 4px solid #fff;
	-moz-box-shadow: 0 0 0 2px #ececec;
	-webkit-box-shadow: 0 0 0 2px #ececec;
	box-shadow: 0 0 0 2px #ececec;
}

.u-dwnav .ico.z-gray {
	background: #808080;
}

.u-dwnav .ico p {
	padding: 10px;
	width: 30px;
}

.u-dwnav .ico i {
	width: 5px;
	height: 5px;
	background: #fff;
	border-bottom: 1px solid #13322f;
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 2px;
}


/*定位导航弹出*/

.u-popup {
	width: 155px;
	height: 155px;
	border-radius: 85px;
	position: fixed;
	bottom: 100px;
	left: 80px;
	background: #eaeaea;
	border: 6px solid #f2f2f2;
	box-shadow: inset 0 3px 3px #babcbb;
	z-index: 666;
	display: none;
}

.u-popup .midline {
	width: 150px;
	height: 155px;
	background-size: 100%;
	padding-left: 5px;
}

.u-popup .midline a {
	display: inline-block;
	text-align: center;
	width: 75px;
	float: left;
	height: 40px;
	padding-top: 25px;
	font-size: 10px;
}

.g-se {
	padding: 15px 10px;
	position: relative;
}


/*搜索布局*/

.g-se .m-ipt {
	margin-right: 43px;
}

.g-se .u-glass {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 42px;
	height: 30px;
	background: transparent;
	z-index: 888;
}

.g-se .u-bt {
	width: 42px;
	height: 30px;
	float: right;
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	position: relative;
}

.g-se .u-bt:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 17px;
	position: absolute;
	right: 14px;
	top: 5px;
	z-index: 99;
}


/*搜索右边的图标css3样式*/

.g-se .u-bt:after {
	content: '';
	display: block;
	width: 4px;
	height: 10px;
	border-radius: 5px;
	border: 0;
	position: absolute;
	right: 12px;
	top: 16px;
	z-index: 99;
	-webkit-transform: rotate(-52deg);
	-o-transform: rotate(-52deg);
	-ms-transform: rotate(-52deg);
	transform: rotate(-52deg);
}


/*搜索右边的图标css3样式*/

.g-se .u-in {
	float: right;
	position: absolute;
	z-index: 100;
	right: 10px;
	top: 15px;
	width: 42px;
	height: 30px;
}

.g-se .u-key {
	width: 100%;
	height: 14px;
	padding: 7px 0;
	line-height: 14px;
	border-right: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 5px;
	/*圆角，针对苹果浏览器写的兼容*/
	-webkit-border-bottom-left-radius: 5px;
	/*圆角，针对苹果浏览器写的兼容*/
	-webkit-border-top-right-radius: 0;
	/*圆角，针对苹果浏览器写的兼容*/
	-webkit-border-bottom-right-radius: 0;
	/*圆角，针对苹果浏览器写的兼容*/
	text-indent: 15px;
	float: left;
}


/*搜索中的请输入关键词样式*/


/*----------自适应公用样式结束----------------*/


/*--------------------做单时把下面的头部和底部样式删除，换成自己写的样式，样式命名按规范命名----------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------*/

#content img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 560px;
}


/*头部开始*/

.g-hd {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
		position:fixed;
		z-index:222;
		/*left: 0;*/
		top: 0;
		background: #fff;
}

.g-hd .m-logo {
	width: 50%;
	display: block;
	float: left;
	margin: 0.5rem 0rem 0rem 0.8rem;
}

.g-hd .m-logo img {
	width: 100%;
}


.m-top {
	text-align: center;
	color: #fff;
	font-size: 0.75rem;
	height: 3rem;
	line-height: 3rem;
	position: relative;
	display: table;
	clear: both;
	box-sizing: border-box;
	padding-left: 9.25%;
	background: #535353;
	width: 100%;
	
}

.m-top i {
	color: #afe321;
	font-size: 1.5rem;
	padding-left: 3.2%;
	font-weight: bold;
}

.m-top span {
	display: inline-block;
	width: 6.8rem;
	font-size: 1rem;
	background: url(../images/tel.jpg) left center no-repeat;
	padding-left: 35px;
}

.m-top span img {
	vertical-align: middle;
}


/*头部结束*/


/*底部开始*/

.g-ft {
	height: auto;
	clear: both;
	height: 13rem;
	position: relative;
	text-align: center;
	background:#555;
	padding-top: 20px;
}

.u-top {
	font-size: 0.92rem;
	color: #fff;
	display: block;
	line-height: 2.1rem;
	text-align: center;
	background: #98cb00;
	margin-bottom: 0.45rem;
	box-sizing: border-box;
	margin: 0 3.1%;
}

.u-top a {
	color: #fff;
}

.g-ft p.copy {
	color: #969696;
	line-height: 2rem;
	font-size:1rem;
	text-align: center;
}

.g-ft p.copy a {
	color: #969696;
	display: block;
}

.g-ft p.copy span {
	display: block;
}

.social_nav5 {
	height: 4.5rem;
	position: fixed;
	bottom: 0;
	min-width: 320px;
	max-width: 640px;
	width: 100%;
	z-index: 222;
	background: #008cd9;
}

.social_nav5 li {
	width: 25%;
	float: left;
	position: relative;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	line-height: 1rem;
	height: 5.33rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.social_nav5 li:last-child {
	border-right: none;
}

.social_nav5 li em {
	width: 31%;
	display: block;
	margin: 0 auto;
	padding: 0.5rem 0 0.33rem 0;
}
.social_nav5 li em img{
	width: 1.8rem;
}

.social_nav5 li a {
	color: #fff;
}

/*.social_nav5 li.cur {
	color: #fff;
	box-sizing: border-box;
	background: #98cb00;
}

.social_nav5 li.cur a {
	color: #fff;
}*/

.social_nav5 li .erji {
	position: absolute;
	bottom: 5.33rem;
	left: 0;
	width: 100%;
	text-align: left;
	background: #303030;
	display: none;
}

.social_nav5 li .erji a {
	display: block;
	border-bottom: 1px solid #363636;
	line-height: 2.9rem;
	font-size: 1.1rem;
	line-height: 2.9rem;
	position: relative;
	text-align: center;
	color: #fff;
}

.social_nav5 li .erji a:last-child {
	border-bottom: none;
}


/*底部结束*/

.showcontent{
	background: #f1f1f1;
}
.padding{padding:10px;}
.margin{margin:10px !important;clear:both;}

div#nav {
	position: absolute;
	z-index: 99;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	
}

ul.nav {
	position: fixed;
	z-index: 100;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #bbb;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35%, #ededed), color-stop(50%, #e3e3e3));
}

ul.nav li {
	float: left;
	position: relative;
}

ul.nav li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1em;
	display: block;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
	border-left: 1px solid #bbb;
}

ul.nav li a img {
	height: 50px;
	paddingtop: 0px 0px 0px 0px;
}

ul.nav ul {
	display: none;
	width: 96%;
	position: absolute;
	left: 1%;
	margin: 0px;
	z-index: 99;
	bottom: -130%;
	border: #ccc 1px solid;
	border-radius: 2.5%;
	background: #E9E9E9;
}

ul.nav ul:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 180;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url(../images/mini/1.svg) no-repeat center 0;
	-webkit-background-size: 13% auto;
	bottom: -99%;
}

ul.nav ul li {
	width: 100%;
}

ul.nav ul li a {
	border-left: 0px;
	border-top: 1px solid #e0e0e0;
	width: 90%;
	margin: 0 auto;
	font-size: 1em;
}

ul.nav ul li:first-child a {
	border: 0px;
}


#nav2 {
	/*position: fixed;*/
	right: 20px;
	top: 30%;
	width: 30px;
	overflow: auto;
	z-index: 999;
	position: absolute;
}

ul.nav2 {
	position: fixed;
	left: -70%;
	opacity: 0;
	z-index: 999;
	top: 0px;
	width: 200px;
	overflow: auto;
	padding-right: 4%;
	height: 100%;
	border: 1px solid #bbb;
	background: rgba(0, 0, 0, 0.8);
}

ul.nav2 li {
	
	padding: 3%;
	opacity: 0.9;
	width: 100%;
	box-sizing: border-box;
	/*background: #ddd;*/
	margin-left: 7px;
}

ul.nav2 li:first-child {
	border: 0px;
}

ul.nav2 li>a {
	font-size: 1.3rem;
	/*white-space: nowrap;*/
	color: #fff;
	border-top: 1px solid rgb(255,255,255,.3);
	width: 100%;
	display: table;
	/*background: #ff0000;*/
	/*height: 1.5rem;*/
	padding-top: 5px;
	margin-bottom: 2px;
	box-sizing: border-box;
}
ul.nav2 li p>a {
	font-size: 1rem;
	white-space: nowrap;
	color: #fff;
	line-height: 1.3rem;
}
ul.nav2 li a img {
	height: 36px;
}

ul.nav2 li ul {
	padding-left: 10%;
}

ul.nav2 li ul li {}

hr {
	margin: 10px auto;
}

.ny-pro-box{
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
}
.ny-pro-box dl{
	width: 100%;
	overflow: hidden;
	background: #fff;
	float: left;
	margin: 10px 0.5%;
	padding: 30px 10px;
	box-sizing: border-box;
}
.ny-pro-box dl dt{
	width: 55%;
	float: right;
}
.ny-pro-box dl dt img{
	width: 100%;
	height: 100%;
}
.ny-pro-box dl dd{
	float: left;
	position: relative;
	width: 40%;
}
.ny-pro-box dl dd a{
	font-size: 1.5rem;
	color: #000;
}
.ny-pro-box dl dd a:hover{
	color: #98cb00;
}
.ny-pro-box dl dd p{
	font-size:1rem;
	color: #666;
	line-height: 30px;
}
.ny-pro-box dl dd span{
	width: 6rem;
	height: 2.5rem;
	background: #a7dc09;
	font-size: 14px;
	line-height:2.5rem;
	text-align: center;
	display: block;
	margin-top: 30px;
}
.ny-pro-box dl dd span a{
	color: #fff;
	font-size: 14px;
}
.ny-pro-box dl dd span:hover{
	background: #666;
}
.ny-pro-box dl dd span:hover a{ color: #fff;}

.loop{
	border-bottom: solid 1px #ccc;
	padding: 20px;
	box-sizing: border-box;
}
.loop a{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.loop a:hover{
	color: #98cb00;
}
.loop p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	font-weight: normal;
	padding-top: 10px;
}


.artshow{
	width: 100%;
	display: table;
	overflow: hidden;
	clear: both;
}
.artshow h1{
	font-size: 1.5rem;
	width: 90%;
	text-align: center;
	font-weight: normal;
	margin: 0 auto;
}
.swipe{
	padding: 10px;
}


#goodsshow{
}
#goodsshow .shop_big {
	border: 1px solid #ededed;
	padding: 10px;
	/*background: #ddd;*/
	width:100%;
	box-sizing: border-box;
	cursor: pointer;
}
/*#goodsshow .shop_big img{
	width: 100%;
	height: 450px;
}*/
#goodsshow .shop_plist {
	clear: both;
}

#prolist {
	width: 100%;
	overflow: hidden;
	height: 68px;
	position: relative;
	margin: 10px 0 0 0;
	display: table;
}

#prolist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 20000px;
	position: relative;
}

#prolist ul li {
	float: left;
	cursor: pointer;
	position: relative;
	background: url(../images/pro_none.gif) no-repeat center top;
	height: 68px;
}

#prolist ul li img {
	height: 60px;
	width: 100px;
	margin: 6px 8px 0 8px;
	padding: 0px;
	border: 0;
}

#prolist .hover {
	background: url(../images/pro_bg.gif) no-repeat center top;
	height: 68px;
}

#goodsshow .shop_plist a.prev {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../images/ico_left.gif) no-repeat center;
	line-height: 68px;
	margin-top: 12px;
}

#goodsshow .shop_plist a.next {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../images/ico_right.gif) no-repeat center;
	margin-top: 12px;
}

#goodsshow .right {
	width: 500px;
}

#goodsshow .right h1 {
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#goodsshow .right .intro {
	color: #999;
	min-height: 80px;
}

#goodsshow .right .sno {
	border-bottom: 1px solid #eee;
	line-height: 35px;
}

#goodsshow .right .price {
	color: #999;
	line-height: 30px;
	padding: 10px 0;
}

#goodsshow .right .price span {
	color: #f60;
	font-size: 16px;
}

#pro-xijie{
	width: 100%;
	overflow: hidden;
	padding: 8% 3.1% 8% 3.1%;
	box-sizing: border-box;
}
#pro-xijie h2{
	font-size: 2rem;
	color: #98cb00;
	text-align: center;
	background: url(../images/tt1.png) top center no-repeat;
	background-size: 90%;
    line-height: 3rem;
}
#pro-xijie h2 p{
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #666;
	text-align: center;
	display: table;
	font-weight: normal;
	width: 100%;
	background: url(../images/tt2.png) bottom center no-repeat;
	background-size: 8%;
	padding-bottom: 20px;
	
}
.w100{
	width: 100%;
	overflow: hidden;
}
.xj{
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
.xj li{
	width: 48%;
	float: left;
	margin: 5px 1%;
	border: solid 2px #fff;
	height: 130px;
	box-sizing: border-box;
	overflow: hidden;
}
.xj img{
	width: 100%;
	height: 130px;
}


#pro-ys{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
#pro-ys h2{
	font-size: 2rem;
	color: #98cb00;
	text-align: center;
	background: url(../images/tt1.png) top center no-repeat;
	background-size: 90%;
    line-height: 3rem;
}
#pro-ys h2 p{
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #666;
	text-align: center;
	display: table;
	font-weight: normal;
	width: 100%;
	background: url(../images/tt2.png) bottom center no-repeat;
	background-size: 8%;
	padding-bottom: 20px;
	
}

.ys{
	width:100%;
	margin: 0 auto;
	padding-top: 10px;
}
.ys dl{
	width: 100%;
	margin: 10px 0px;
	overflow: hidden;
	
}
.ys dl dt{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	height: 18rem;
	/*background: #ff0000;*/
}
.ys dl dt img{
	width: 100%;
	height: 18rem;
}
.ys dl dd{
	width: 100%;
	background: #333;
	font-size: 1rem;
	color: #fff;
/*	line-height:2rem;*/
	height:5rem;
	padding: 5px 0px;
	box-sizing: border-box;
	margin: 0;
}
.ys dl dd span{
	width: 20%;
	float: left;
	color: #fff;
	font-size: 2rem;
	line-height: 5rem;
	text-align: center;
	font-family: impact;
	margin-right: 10px;
	background: url(../images/ys01.png) right center no-repeat;
}
.ys dl dd p{
	width: 100%;
}
#pro-canshu{
	width: 100%;
	overflow: hidden;
	background: url(../img/pro-bg01.jpg) top center no-repeat;
	padding: 8% 3.1% 8% 3.1%;
	box-sizing: border-box;
}
#pro-canshu h2{
	font-size: 2rem;
	color: #98cb00;
	text-align: center;
	background: url(../images/tt1.png) top center no-repeat;
	background-size: 90%;
    line-height: 3rem;
}
#pro-canshu h2 p{
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #666;
	text-align: center;
	display: table;
	font-weight: normal;
	width: 100%;
	background: url(../images/tt2.png) bottom center no-repeat;
	background-size: 8%;
	padding-bottom: 20px;
	
}


.canshu{
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
.canshu>img{
	width:100%;
	display: table;
	margin-bottom: 10px;
}
.canshu ul{
	width:100%;
	border: solid 1px #fff;
	display: table;
}
.canshu ul li{
	width: 100%;
	height: 3rem;
	line-height:3rem;
	font-size: 1rem;
	color: #fff;
	background: #7b7b7b;
	border: solid 1px #fff;
}
.canshu ul li b{
	width: 30%;
	height: 3rem;
	background: #9dce0c;
	text-align: center;
	display: block;
	float: left;
	margin-right: 10px;
}
#pro-zhucai{
	width: 100%;
	overflow: hidden;
	background: #5f5f5f;
	padding: 8% 3.1% 8% 3.1%;
	box-sizing: border-box;
}
#pro-zhucai h2{
	font-size: 2rem;
	color: #98cb00;
	text-align: center;
	background: url(../images/tt3.png) top center no-repeat;
	background-size: 90%;
    line-height: 3rem;
}
#pro-zhucai h2 p{
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #fff;
	text-align: center;
	display: table;
	font-weight: normal;
	width: 100%;
	background: url(../images/tt2.png) bottom center no-repeat;
	background-size: 8%;
	padding-bottom: 20px;
	
}
.zhucai{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
}
.zc-l{
	width: 100%;
}
.zc-l h3{
	font-size: 2rem;
	color: #98cb00;
	margin: 0;
}
.zc-l h4{
	font-size: 1.3rem;
	color: #fff;
	background: url(../images/zhucai01.png) bottom repeat-x;
	padding-bottom: 20px;
	font-weight: normal;
	margin: 0;
}
.zc-l p{
	font-size: 1rem;
	color: #fff;
	line-height: 30px;
	padding-top: 10px;
}
.zc-img{
	float: right;
}



#pro-fucai{
	width: 100%;
	overflow: hidden;
	padding: 8% 3.1% 8% 3.1%;
	box-sizing: border-box;
}
#pro-fucai h2{
	font-size: 2rem;
	color: #98cb00;
	text-align: center;
	background: url(../images/tt6.png) top center no-repeat;
	background-size: 100%;
    line-height: 3rem;
}
#pro-fucai h2 p{
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #666;
	text-align: center;
	display: table;
	font-weight: normal;
	width: 100%;
	background: url(../images/tt2.png) bottom center no-repeat;
	background-size: 8%;
	padding-bottom: 20px;
	
}



#pro-fucai>p{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1rem;
	color: #fff;
	background: #5f5f5f;
	line-height: 2rem;
	padding: 10px;
	box-sizing: border-box;
}
.fucai{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
	display: table;`
}
.fucai li{
	width: 48%;
	float: left;
	margin: 5px 1%;
}
.fucai li img{
	width: 100%;
	height: 100%;
}


#pro-case{
	width: 100%;
	overflow: hidden;
	padding: 3% 3.1% 8% 3.1%;
	box-sizing: border-box;
}
#pro-case h2{
	font-size: 2rem;
	color: #98cb00;
	text-align: center;
	background: url(../images/tt1.png) top center no-repeat;
	background-size: 90%;
    line-height: 3rem;
}
#pro-case h2 p{
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #666;
	text-align: center;
	display: table;
	font-weight: normal;
	width: 100%;
	background: url(../images/tt2.png) bottom center no-repeat;
	background-size: 8%;
	padding-bottom: 20px;
	
}
.case{
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
.case li{
	width: 49%;
	float: left;
	margin: 5px 0.5%;
}
.case li img{
	width: 100%;
	/*height: 150px;*/
}
#pro-service{
	width: 100%;
	overflow: hidden;
	padding: 3% 3.1% 8% 3.1%;
	box-sizing: border-box;
}
#pro-service h2{
	font-size: 2rem;
	color: #98cb00;
	text-align: center;
	background: url(../images/tt1.png) top center no-repeat;
	background-size: 90%;
    line-height: 3rem;
}
#pro-service h2 p{
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #666;
	text-align: center;
	display: table;
	font-weight: normal;
	width: 100%;
	background: url(../images/tt2.png) bottom center no-repeat;
	background-size: 8%;
	padding-bottom: 20px;
	
}


.service{
	width:100%;
	margin: 0 auto;
	padding-top: 10px;
	/*background: #666;*/
}
.showcontent h2{
	width: 100%;
	text-align: center;
	font-size: 2rem;
	color: #a7dc09;
}
.showcontent p{
	width: 100%;
	/*text-align: center;*/
	/*font-size: 16px;*/
	
}

.service-01{
	width: 100%;
	height: 80px;
	background: #fff;
	display: table;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 20px;
	
	
}
.service-01 strong{
	font-size:2rem;
	color: #98cb00;
	display: table;
	width: 100%;
	text-align: center;
}

.service-02{
	width: 100%;
	height: 80px;
	/*background: #fff;*/
	display: table;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	margin-top: 20px;
	
}
.service-02 li{
	background: #fff;
	margin: 10px 0px;
	padding: 10px;
	box-sizing: border-box;
}
.service-02 li>p{
	text-align: left;
	font-size: 14px;
	line-height: 25px;
}
.service-02 h4{
	font-size: 1.5rem;
	font-weight: normal;
	
}
.service-02 em{
	font-size: 3rem;
	color: #333;
	display: table;
}


.service dl{
	width:100%;
	overflow: hidden;
	background: #5f5f5f;
	margin: 10px 0px;
	padding: 10px;
	box-sizing: border-box;
}
.service dl dt{
	width: 60px;
	height: 60px;
	background: #98cb00;
	display: block;
	border-radius: 50%;
	/*margin: 20px;*/
	float: left;
}
.service dl dt img{
	display: block;
	margin: 15px auto;
	width: 35px;
}
.service dl dd{
	float: right;
	width: 75%;
}
.service dl dd strong{
	font-size: 1.5rem;
	color: #98cb00;
	font-weight: normal;
}
.service dl dd p{
	font-size: 1rem;
	color: #fff;
	line-height:1.5rem;
}
/*分页相关*/

.pagelist ul {
	text-align: center;
	margin: 20px 0;
}

.pagelist li {
	display: inline-block;
	margin: 0 2px;
}

.pagelist li a {
	color: #666;
	display: inline-block;
	background: #ccc;
	padding: 6px 15px;
}

.pagelist li a:hover {
	border-color: #98cb00;
	background: #98cb00;
	color: #fff;
}

.pagelist li.active a {
	border-color: #98cb00;
	background: #98cb00;
	color: #fff;
}

.pian {
	width: 920px;
	height: 30px;
	margin: 20px auto;
	text-align: center;
}

.pian li {
	width: 430px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ca0002;
	font-size: 16px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	list-style: none;
}

.pian li a {
	color: #666;
	text-decoration: underline;
}


.button-group{
	width: 100%;
	overflow: hidden;
}
.button-group a{
	width: 48%;
	font-size: 1rem;
	line-height: 2.5rem;
	text-align: center;
	border: solid 1px #ddd;
	margin: 5px 1%;
	float: left;
	height: 2.5rem;
	background: #fff;
	box-sizing: border-box;
	color: #333;
	border-radius: 8px;
	
}


/*服务支持*/
.service-video{
	width: 100%;
	overflow: hidden;
	padding: 50px 0px;
}
.video-box{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}

.jishu_video{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.jishu_video dl{
	width: 31.3%;
	height: 300px;
	background: #ccc;
	margin: 10px 1%;
	float: left;
}
.jishu_video dl dt{
	width: 100%;
	height: 250px;
}
.jishu_video dl dt img{
	width: 100%;
	height: 100%;
}
.jishu_video dl dd{
	width: 100%;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #000;
}




.service-lx{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.service-lx dl{
	width: 48%;
	height: 130px;
	background: #dfdfdf;
	margin: 10px 1%;
	float: left;
	padding: 25px;
	box-sizing: border-box;
}
.service-lx dl dt{
	width: 80px;
	height: 80px;
	background: #a9db22;
	display: block;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
	
}
.service-lx dl dt img{
	display: block;
	margin: 0px auto;
	padding-top: 20px;
}
.service-lx dl dd{
	width: 460px;
	float: right;
	font-size: 18px;
	color: #555;
}
.service-lx dl dd span{
	font-size: 40px;
	color: #a9db22;
	font-weight: bold;
	display: table;
}

.service-fuwu{
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.service-fuwu>p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding: 0px 50px 50px 50px;
	overflow: hidden;
}
.service-fuwu ul{
	width: 100%;
	height: 396px;
	overflow: hidden;
}
.service-fuwu ul>img{
	float: left;
}
.service-fuwu ul li{
	width: 25%;
	height: 198px;
	float: left;
	background: #fff;
	padding: 30px 50px;
	box-sizing: border-box;
	
}
.service-fuwu ul li span{
	font-size: 42px;
	font-family: impact;
	width: 100%;
	text-align: center;
	display: table;
}
.service-fuwu ul li h4{
	font-weight: normal;
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin: 0;
}
.service-fuwu ul li p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
}
 .bb{
 	background: #676767 !important;
 }
 .aa span{
 	color: #999;
 }

 .bb span{
 	color: #c2c2c2;
 }
 .aa h4{
 	color: #333;
 }

 .bb h4{
 	color: #fff;
 }
 .aa p{
 	color: #999;
 }

 .bb p{
 	color: #eee;
 }



.pro-tt4{
	width: 1045px;
	height: 120px;
	background: url(../img/pro-tt04.png) top center no-repeat;
	margin: 0px auto;
	
}
.pro-tt4 h2{
	font-size: 46px;
	color: #a9db22;
	width: 100%;
	text-align: center;
	margin: 0;
	padding-top: 5px;
}
.pro-tt4 p{
	font-size: 18px;
	color: #fff;
	width: 100%;
	text-align: center;
}

