﻿@charset "utf-8";
/*格式化*/
html, 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-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; padding-top:1px; background:#f7f3d6; font-size: 14px;} 
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"Microsoft Yahei";}
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:"Microsoft Yahei"; }
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{ max-width:640px; min-width:320px;margin:0 auto; overflow:hidden; position:relative; background:#fff;} /*网站首页宽度*/
/*内页返回开始*/
.g-back{ overflow: hidden;position: relative;text-align:right;margin-top:1px; height:26px; padding:5px 11px 0 9px;} /*内页返回布局样式*/
.g-back a{display: inline-block;font-size:0.875em;height: 26px;line-height: 26px; 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(../images/skins/SkinsBar2.png);
    background-size: 32px 889px;}
/*底部浮动栏样式3*/
.social_nav3{ height:55px; width:320px; position:fixed; bottom:0; left:0; z-index:999;}
/*底部浮动社交导航/电话*/
.social_nav3 .social3{display:block; width:288px; height:55px;  margin-right:18px;position:relative;}
.social_nav3 a{ height:55px; line-height:85px; font-size:13px; width:65px; display:inline-block; font-size:12px; position:relative; z-index:11; text-align:center; color:#fff;}
.social_nav3 a.tel{ width:65px; text-indent:15px;}
.social_nav3 span{display:block;width:35px;height:25px;position:absolute;top:0;z-index:10;}
.social3{ 
	background:#00428f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00428f), to(#041a32)); 
	background-image: -webkit-linear-gradient(top, #00428f, #041a32); 
	background-image: -moz-linear-gradient(top, #00428f, #041a32); 
	background-image: -o-linear-gradient(top, #00428f, #041a32); 
	background-image: -ms-linear-gradient(top, #00428f, #041a32); 
	background-image: linear-gradient(top, #00428f, #041a32); 
}
.social3:before{ content:''; height:1px; width:100%; background:#0c345d; border-bottom:1px solid #507baf; position:absolute; top:0; left:0;border-right:1px solid #507baf; }
.social3:after{ content:''; height:1px; width:100%; background:#0c345d; border-top:1px solid #507baf; position:absolute; bottom:0; left:0;}
.social3 b{width:1px; height:100%; background:#000; border-left:1px solid #0c345d; 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 -430px;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(../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;} /*搜索中的请输入关键词样式*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/*--------------------做单时把下面的头部和底部样式删除，换成自己写的样式，样式命名按规范命名----------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
.f_cb:after,.f_cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f_cb,.f_cbli li{zoom:1;} 
.f_fl{ float:left;}
.f_fr{ float:right;}
.f_fr a{color:#fbfbfb;}
.f_pr{ position: relative;}
.f_pa{ position: absolute;}
.f_csp{ cursor:pointer;}
.f_oh{ overflow:hidden;}
.f_fs1{ font-size:12px;}
.f_fs2{ font-size:13px;}
.f_fs3{ font-size:14px;}
.f_fa{ font-family:Arial, Helvetica, sans-serif;}
.f_cs1,.f_cs1 a{ color:#4cab0d;}
.f_cs2,.f_cs2 a{ color:#e60012;}
.f_cs3,.f_cs3 a{ color:#343434;}
.f_cs4{ color:#fff;}
.f_wb{ font-weight:bold;}
.f_fwn{ font-weight:normal;}
.f_tal{ text-align:left;}
.f_tac{ text-align:center;}
.f_tar{ text-align:right;}
.f_db{ display:block;}
.f_mt10{ margin-top:10px;}
/*头部开始*/
/*搜索*/
.m_ser{background: #BB0404; height: 2.8em; padding-top: 0.49em; position: relative;border: 1px solid #5d7898; position: fixed;z-index: 100;  max-width:640px; min-width:320px;margin:0 auto; width: 100%;}
.ser{width:82.8%;margin:0 auto;height:2.33em;;line-height:2.33em;;background:url(../Images/common/search.jpg) no-repeat left center;background-size:100% auto; }
.ser input{background:none;border:none;color:#afafaf;font-size:1em;height:2em;float:left;}
.ser input:nth-child(1){width:83%;padding:1% 1% 0 2%;}
.ser input:nth-child(2){width:13.5%;  cursor: pointer; height: 2.2em;}
.m_top{
background:url(../images/common/topbg.jpg) repeat-x center top;width: 100%;height:3.5em; 
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
}
.m_logo{text-align:left;padding-top:5px;width:38%;float:left;}
.m_logo img{display: inline-block;max-width:12.2em;}
.text1{height: 1em;line-height: 1em;text-align: center;font-size: 0.8em;color: #333333;position: inherit;width:60%;float:right;margin-top:0.8em;}
.text1:before{
		content: "";position: absolute;left:0;bottom:0;overflow: hidden;
	background:url(../images/common/line.png) no-repeat;width: 100%;height:0.08em; 
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
}
.text2{height: 2em;line-height: 2em;text-align: center;font-size: 0.88em;position: relative;font-weight: bold;float:right;width:60%;}
/*底部开始*/
.g-ft{ margin:0 auto;font-family:"微软雅黑"; color:#fff; margin-bottom:1.6em;}
.u-top{color:#fff; position:relative; height: 1.5em; line-height: 1.5em; padding-left: 47%; font-size: 1.16em;font-weight: bold;}
/*回到顶部样式*/
.u-top span{display:inline-block; position:absolute;width:1.5em; height:1em;
	background:url(../Images/common/up.png) no-repeat;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
top:20%; ;left:37%;} /*回到顶部图标样式*/
.fnav{height: 3.3em;line-height: 3.3em;text-align: center;font-size: 1.08em;color: #666666;}
.fnav a{ padding: 0 6%;color: #666666;}
.g-ft .u_lst1{margin: 1em 7% 0 17%;}
.g-ft .u_lst1 li{float: left; width: 46%;margin-right:6%; }
.g-ft .u_lst1 li img{display:block;width: 74%;}
.g-ft .u_lst1 li:last-child{margin-right: 0;}
.g-ft .u_lst1 li em{width: 90%;display: block;color: #666;font-size: 1em;height: 4em;line-height: 4em; padding-left: 10%;}
.g-ft .u_lst1 li em:last-child{width: 100%;text-align: left;padding-left: 0;}
.g-ft .copy{text-align: center;color: #666;font-size: 1em; margin-top:0.3em;}
.g-ft .u_lst2{position: absolute;left:0;bottom:55px;width:40%;background: #f00;  }
.g-ft .u_lst2 li{text-align: center;height: 2.3em;line-height: 2.3em;overflow: hidden;}
.g-ft .u_lst2 li a{font-size: 1em;color: #fff;}
/*底部结束*/
.f_menu {
position:fixed; z-index:9; bottom:0; width:100%;max-width:640px;min-width:320px;z-index: 100;
}
.f_menu li {
  position: relative;
  float: left;
  width: 25%;
  font-size:1em;
  padding:0 0 0.3em 0;
}
.f_menu li em {
    display: block;
    width: 16%;
    margin: 0px auto;
    padding: 0.3em 0px 0.3em 0px;
	text-align:center;}
	
.f_menu li em img {
    display: block;
    width:100%;}
.f_menu li:before {
position: absolute;
content: '';
width: 1px;
height: 1.8em;
top: .6em;
right: 0;
}
.f_menu li:nth-of-type(1) {
  width: 25%
}
.f_menu li a {
  display: block;
  line-height: 0.9em;
  text-align: center;
  color: #fff;
letter-spacing: -1px;
font-size:0.8em;
}
.f_menu li ul {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 2.9em;
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-radius: 3px;
  display: none
}
.f_menu li:nth-of-type(2) ul li {
  float: none;
  width: 100%
}
.f_menu li:nth-of-type(2) ul li:before {
  background: #f6f6f6;
  height: .1em
}
.f_menu li:nth-of-type(2) ul li a {
  display: block;
  width: 100%;
  height: 2.3em;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  line-height: 2.3em;
  color: #000;
  background: 0 0
}
.f_menu li ul li:last-of-type a {
  border-bottom: none
}
.page p a img {
  width: 100%;
  height: 8em;
}
.j-slide-not {
  height: auto
}
#content * {
  max-width: 100%;
  width: auto!important;
  height: auto;
}
@media screen and (min-width:320px) {
  body {
    font-size: 75%;
  }
}
@media screen and (min-width:360px) {
  body {
    font-size: 87%;
  }
}
@media screen and (min-width:400px) {
  body {
    font-size: 100%;
  }
}
@media screen and (min-width:480px) {
  body {
    font-size: 112%;
  }
}
@media screen and (min-width:568px) {
  body {
    font-size: 131%;
  }
}
@media screen and (min-width:639px) {
  body {
    font-size: 150%;
  }
}
/*index.css*/


/* 最小宽度为320象素用以下样式 */
@media screen and (min-width:320px) {
.g_fl h2,.g_pro1 h2{height: 27px;line-height: 27px;}
.g_fl h3 i{width: 10px;height: 11px;}
.g_fl h3{height: 26px;line-height: 26px;}
.g_ys2 .u_dlst1 dt{width: 25px;height: 25px; line-height: 35px;}
.g_ys2 .u_dlst1 dt:before{width: 25px;height: 25px;}
.demo-box .column-list,.demo-box .column-list li{height: 25px;line-height: 25px;}
}
/* 最小宽度为360象素用以下样式 */
@media screen and (min-width:360px) {
.g_fl h2,.g_pro1 h2{height: 32px;line-height: 32px;}
.g_fl h3 i{width: 10px;height: 12px;}
.g_fl h3{height: 30px;line-height: 30px;}
.g_ys2 .u_dlst1 dt{width: 30px;height: 30px; line-height: 30px;}
.g_ys2 .u_dlst1 dt:before{width: 30px;height: 30px;}
.demo-box .column-list,.demo-box .column-list li{height: 30px;line-height: 30px;}
}
/* 最小宽度为480象素用以下样式 */
@media screen and (min-width:480px) {
.g_fl h2,.g_pro1 h2{height: 46px;line-height: 46px;}
.g_fl h3 i{width: 14px;height: 16px;}
.g_fl h3{height: 44px;line-height: 44px;}
.g_ys2 .u_dlst1 dt{width: 42px;height: 42px; line-height: 42px;}
.g_ys2 .u_dlst1 dt:before{width: 42px;height: 42px;}
.demo-box .column-list,.demo-box .column-list li{height: 42px;line-height: 42px;}
}
/* 最小宽度为568象素用以下样式 */
@media screen and (min-width:568px) {
.g_fl h2,.g_pro1 h2{height: 56px;line-height: 56px;}
.g_fl h3 i{width: 16px;height: 19px;}
.g_fl h3{height: 54px;line-height: 54px;}
.g_ys2 .u_dlst1 dt{width: 52px;height: 52px; line-height: 62px;}
.g_ys2 .u_dlst1 dt:before{width: 52px;height: 52px;}
.demo-box .column-list,.demo-box .column-list li{height: 52px;line-height: 62px;}
}
/* 最小宽度为639象素用以下样式 */
@media screen and (min-width:639px) {
.g_fl h2,.g_pro1 h2{height: 74px;line-height: 74px;}
.g_fl h3 i{width: 19px;height: 22px;}
.g_fl h3{height: 72px;line-height: 72px;}
.g_ys2 .u_dlst1 dt{width: 70px;height: 70px; line-height: 70px;}
.g_ys2 .u_dlst1 dt:before{width: 70px;height: 70px;}
.demo-box .column-list,.demo-box .column-list li{height: 70px;line-height: 70px;}}
/* 广告 */
.g-adv { height: 12.5em; }
.g-adv .sclwrap_box , .g-adv .m-box{overflow:hidden;height: 12.5em;}
.g-adv .m-box li img{ width:100%;}
.g-adv .m-cnt{ height: 0.25em; }
.g-adv .m-cnt li{ float:left; width:33.3333%;height: 0.25em; }
.g-adv .m-cnt li.z-on{ }
/* 广告 */
.m_nav{padding: 1em 0% 0 0%; overflow:hidden;}
.m_nav li{float: left; width: 30.8%;position: relative;font-size: 0.9em;color: #fff;text-align: center; margin-left: 2%;  margin-bottom: 2%;}
.m_nav li{
	background:url(../images/index/navbg.jpg) no-repeat;height:2.21em; padding-top: 0.4em;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
}
.m_nav li a{ color:#FFFFFF;}
/* 产品分类 */
.g_fl{ overflow:hidden}
.g_fl h2 {
    width: 85%;
    color: #fff;
    padding-left: 10%;
    padding-right: 5%;
    background: url(../images/index/titbg.jpg) no-repeat left center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.g_fl h3{background: #e9e9e9;color: #BB0404;font-size: 1.25em;font-weight: bold; padding-left: 1.05em; position: relative; border-bottom: 1px solid #fff; border-top: 1px solid #d7d7d7;font-weight: normal;}
.g_fl h3 i{background:url(../images/index/ico1.jpg) no-repeat;display: block; position: absolute; left:30%;top:40%;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
}
.g_fl h3:last-child{border-bottom: none;}
.g_fl .u_lst2{margin: 2% 1em;}
.g_fl .u_lst2 li{float: left; width:45%;border-bottom: 1px solid #e4e4e4;height:3.3em;line-height: 3.3em;overflow: hidden; font-size: 1em; padding-left: 5%; position: relative;}
.g_fl .u_lst2 li:before{
	content: "";
	position: absolute;
	height: 1em;
	width:0.2em;
	border-radius: 0.1em;
	left:2%;
	top:35%;
}
.g_fl .u_lst2 li a{color: #4c4c4c;}
.g_fl .u_lst2 li:nth-child(7),.g_fl .u_lst2 li:nth-child(8){border-bottom: none;}
.m_tel2{height: 2em; margin-top: 0em;line-height: 2em;font-size: 1.16em;color: #fff;padding-left: 25%;width: 75%; position: relative;}
.m_tel2 em{display: inline-block;padding-left: 4%;font-size: 1.3em;font-family: impact;}
.m_tel2:before{
background:url(../images/index/tel.gif) no-repeat; 
content:"";position:absolute;left:17%;top:10%; width: 1.8em;height: 1.8em;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
z-index:10;
}
.g_pro1{}
.g_pro1 h2{
width: 85%;color: #fff; padding-left: 10%;padding-right: 5%;
    background: url(../images/index/titbg.jpg) no-repeat left center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.g_pro1 h2 span{font-size: 0.75em;}
.g_pro1 .u_lst1{padding:8% 0% 0 0%; }
.g_pro1 .u_lst1 li{float: left; width: 45%; margin-left: 3.4%; z-index: 2; }
.g_pro1 .u_lst1 li img{width: 100%;display: block; border:1px solid #d9d9d9;
  box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box; height:8em;}
.g_pro1 .u_lst1 li span{font-size: 1em; color: #676767; height: 2.5em; line-height: 2.5em; text-align: center; display: block; font-weight: normal; overflow: hidden;width: 100%;}
.g_pro1 .u_lst1 a:nth-child(2n) li{margin-right: 0}
.g_pro1 .u_lst1 em{width: 6.6em;height: 1.8em;line-height: 1.8em; border-radius: 1em; font-size: 1em;color: #fff;text-align: center;display: block; margin: 0 auto 1.5em auto;
}
.g_pro1 .m_tel2{margin-top: 0.1em;}
/* 优势2 */
.g_ys2{height: 35.5em; position: relative;}
.g_ys2 .sclwrap_box,.g_ys2 .m-box {height: 29.2em;}
.con{float: left;display: inline;}
.g_ys2 .m-cnt{height: 1.2em; position: absolute;top:33.5em;margin-left:37%;z-index: 10;}
.g_ys2 .m-cnt li {float: left; width: 1.2em;height: 1.2em;background: #EF1212; margin-right: 0.5em;border-radius: 85px; }
.g_ys2 h2{width: 100%;display: block;}
.g_ys2 h2 img{display: block;width: 100%;}
.g_ys2 .ysbg img,.g_ys2 .ysbg{width: 100%;display: block;}
.g_ys2 .u_dlst1{margin-left:5%;margin-right: 1%;height:7.1em;clear: both; }
.g_ys2 .u_dlst1 dt{float: left; margin-right: 1%; position: relative;z-index: 5;color: #fff;font-size:1.66em; text-align: center; font-family: arial;  }
.g_ys2 .u_dlst1 dt:before{
		  background:url(../images/index/nobg.jpg) no-repeat; 
content:"";position:absolute;left:0;top:0;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
z-index:-1;
}
.page2 .btn1 a img{ width:100%;}
.g_ys2 .u_dlst1 dd{float: left; width: 85%;}
.g_ys2 .u_dlst1 dd h4{font-weight: bold;font-size: 1.08em;margin-bottom: 2%; position: relative;}
.g_ys2 .u_dlst1 dd h4{height: 2.5em;line-height: 2.5em;position: relative;}
.g_ys2 .u_dlst1 dd .h4_2{height: 3em;line-height: 1.3em;position: relative;}
.g_ys2 .u_dlst1 dd h4:before{content: "";position: absolute;left:0;bottom: 0; width: 100%;height: 0.125em;
background:url(../images/index/line1.jpg) no-repeat left bottom; 
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
z-index:1;	
}
.g_ys2 .u_dlst1 dd p{color: #666666;font-size: 1em;line-height: 1.25em;border-bottom: 1px solid #dddddd;position: relative;padding-left: 1em; padding-bottom: 0.5em; padding-top: 0.5em;}
.g_ys2 .u_dlst1 dd p:before{
		  background:url(../images/index/ysico.jpg) no-repeat; width: 0.33em;height: 0.33em;
content:"";position:absolute;left:0;top:1em;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
z-index:1;	
}
.g_ys2 .u_dlst1 dd p:last-child{border-bottom: none;}
/* 售后服务承诺 */
.g_fw{
background:url(../images/index/fwbg.jpg) no-repeat; width: 100%; padding-top: 2.375em; overflow:hidden; padding-bottom:1.5em;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
z-index:1;	
}
.g_fw h2{height:3.3em;color: #EF1212;font-size: 1.05em;position: relative; padding-left: 16%;font-weight: bold;}
.g_fw h2 em{font-weight: normal;font-family: arial;text-transform: uppercase; color: #b8b8b9;display: block;font-weight: normal;padding-left: 0%;}
.g_fw h2 b{display: block;position: absolute; color: #c7c7c7;font-size:3.7em; left:5%;top:-45%; font-weight: normal;}
.g_fw p{font-size: 0.87em;color: #333333;line-height: 1.5em; padding-left: 19.5%;margin-top: 2em;}
.g_fw p b{font-weight: normal; color: #f3d400;}
.g_fw p:last-child{padding-left: 2em;}
.m_tel3{margin-top: 0;}
.change-box{ display:none;}
.zkzizhi{ width:100%; height:15em;border: 1px solid #E3E3E3; text-align:center; display:block;}
.zkzizhi img{ width:96%; height:97%; margin-top:1%;border: 1px solid #E3E3E3; }
.zkzizhi2{ text-align:center; color:#999999; display: block; margin:0.8em auto;}
/* 荣誉证书 */
.demo-box {
   max-width: 640px; min-width: 320px;
    margin: 3% auto 2em auto;
    overflow: hidden;
    
}
.demo-box .column-list {position: relative;overflow: hidden;
}
.demo-box .column-list:before{
	width: 100%;height: 1px;overflow: hidden; content: "";position: absolute; left:0;top:1px;
}
.demo-box .column-list:after{
	width: 100%;height: 1px;overflow: hidden; content: "";position: absolute; left:0;bottom:1px;
}
.demo-box .column-list li {
    color: #fff;
    display: inline;
    float: left;
    font-size: 1.25em;
    font-weight: normal;
    position: relative;
    text-align: center;
    width: 50%;
}
.demo-box .column-list li img{width: 100%;}
.demo-box .column-list li.z-on { color: #fff; font-weight: normal;margin-top: 1px;
	background:#eccf06;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eccf06), to(#fce127)); 
	background-image: -webkit-linear-gradient(top, #eccf06, #fce127); 
	background-image: -moz-linear-gradient(top, #eccf06, #fce127); 
	background-image: -o-linear-gradient(top, #eccf06, #fce127); 
	background-image: -ms-linear-gradient(top, #eccf06, #fce127); 
	background-image: linear-gradient(top, #eccf06, #fce127); 
}
.demo-box .box-style { padding: 1.6em 17% 0 17%;position: relative; width: 66%; float: left; display: inline;}
.demo-box .box-style .prev, .demo-box .box-style .next {
    height: 3.875em;
    position: absolute;
    text-align: center;
    top: 7em;
    width: 1.41em;
    z-index: 99;
}
.demo-box .box-style .prev { left: 5%;}
.demo-box .box-style .next {right: 5%;}
.demo-box .box-style .prev img,.demo-box .box-style .next img{width: 100%;}
.demo-box .box-style .page { width: 100%;}
.demo-box .box-style .page li{width: 100%; float: left;}
.demo-box .box-style .page li span{display: block; height: 2.8em; line-height: 2.4em; text-align: center; color: #666666; font-size: 1em;}
.demo-box .box-style .page li img{width: 100%; border: 0.1em solid #dadada;box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;}
.demo-box .box-style .sclwrap_box,.demo-box .box-style {height: 20.7em;}
.demo-box .btn1{width: 54%;margin-left: 22%;display: block;}
.demo-box .box-style .page .btn1 img{display: block;width: 100%;border:none;}
.demo-box .box-style1 dl{padding: 4% 4% 0 8%;height: 8.3em;clear: both;}
.demo-box .box-style1 dt{float: left; width: 41%;margin-right: 5%;}
.demo-box .box-style1 dt img{display: block;width: 100%; height:8em;border: 1px solid #cccccc;padding:0.125em; box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;}
.demo-box .box-style1 dd{float: left; width: 43%;}
.demo-box .box-style1 dd h3{height: 1.5em;line-height: 1.5em;overflow: hidden;font-size: 1em;}
.demo-box .box-style1 dd h3 a{color: #EF1212;font-weight: bold;}
.demo-box .box-style1 dd p{color: #333333;font-size: 1em;line-height: 1.3em;height: 4em;overflow: hidden; margin: 0.5em 0;}
.demo-box .box-style1 dd span a{font-size: 1em;color: #666666;}
.demo-box .box-style1 .btn1{margin-top: 2%;margin-left: 30%; width: 40%;display: block;}
.demo-box .box-style1 .btn1 img{display: block;width: 100%;}
/*伟豪动态*/
.m-dt{ height:17.1em; position:relative; overflow:hidden;}
.til03{ font-weight:bold; background:#909090; color:#fff; font-size:1.16em; line-height:2.2em;}
.til03 li{ display:inline-block; float:left; width:33%; text-align:center; font-size:1em;}
.til03 li.z-on{  color:#fff; position:relative; }
.til03 li.z-on:before{ content:""; position:absolute; display:block; width:0px; height:0px; border-left:0.5em solid transparent;  border-right:0.5em solid transparent; border-top:0.5em solid #01118d; top:2em; left:50%; margin-left:-7%; z-index:99;} 
.m-dt .sclwrap_box , .m-dt .m-box { height:13.3em; overflow:hidden;}
.m-dt .no_ov{ height:13em;}
.m-dt dl{ padding-top:1.2em; float:left; display:inline; width:100%;}
.m-dt dl dt{ width:93.75%; margin:0 auto;}
.m-dt dl dt span{ display:block; font-size:1em; color:#494949; text-align:center; line-height:1.5em;}
.m-dt dl dt img{ padding:0.5%; border:1px solid #d9d9d9; width:99%;}
.m-dt dl dd{ font:1em; color:#000; text-align:center; line-height:2.3em; height:2.3em; padding-top:0.6em;
background-image: -webkit-linear-gradient(top, #fff, #e9e9e9);
background-image: -moz-linear-gradient(top, #fff, #e9e9e9); 
background-image: -o-linear-gradient(top, #fff, #e9e9e9); 
background-image: -ms-linear-gradient(top, #fff, #e9e9e9); 
background-image: linear-gradient(top, #fff, #e9e9e9); }
.m-dt dl dd a{ color:#000;}
.m-dt dl dd:before{ content:""; position:absolute; bottom:0.05em; left:0; display:block; width:100%; height:1px; z-index:99; background:#fff;} 
/*高力特快讯*/
.m-zz { height:20.6em; position:relative; overflow:hidden;}
.m-zz .sclwrap_box , .m-zz .m-box { height:14.1em; overflow:hidden;}
.m-zz .til03{ font-weight:bold; background:#909090; color:#fff; font-size:1em; line-height:2em; height:2em;}
.m-zz .til03 li{ display:inline-block; float:left; text-align:center; font-size:1em; height:2em;}
.m-zz .til03 li:nth-child(1){ width:32%;}
.m-zz .til03 li:nth-child(2){ width:26%; border-right:1px solid #a1a1a1;}
.m-zz .til03 li:nth-child(3){ width:41%;}
.m-zz .m-zz .til03 li.z-on{background:#01118d; display:block; color:#fff; position:relative; }
.m-zz .til03 li.z-on:before{ content:""; position:absolute; display:block; width:0px; height:0px; border-left:0.5em solid transparent;  border-right:0.5em solid transparent;  top:2em; left:50%; margin-left:-7%; z-index:99;} 
.zz_c{ padding:0.8em 0 0 5%; }
.zz_c ul{ display:inline; float:left;}
.zz_c ul li span{ display:block; float:left; width:1.2%; padding:0.7em 3% 0 2%;}
.zz_c ul li span img{ display:block; width:100%;}
.zz_c ul li em{ display:block; float:left;}
.zz_c ul li a{ padding-left:2%; color:#434343; line-height:2.1em;}
.zz_c ul li{ height:2.1em; overflow:hidden; border-bottom:1px solid #eee;}
.zz_c ul .nones{ border-bottom:none;}
.m-zz p{ font:1em; color:#000; text-align:center; line-height:2.3em; height:2.3em;
background-image: -webkit-linear-gradient(top, #fff, #e9e9e9);
background-image: -moz-linear-gradient(top, #fff, #e9e9e9); 
background-image: -o-linear-gradient(top, #fff, #e9e9e9); 
background-image: -ms-linear-gradient(top, #fff, #e9e9e9); 
background-image: linear-gradient(top, #fff, #e9e9e9); }
.m-zz:before{ content:""; position:absolute; bottom:1.5em; left:0; display:block; width:100%; height:1px; z-index:99; background:#fff;} 
@media screen and (min-width:320px) {
  body { font-size:75%;}
}
@media screen and (min-width:360px) {
  body { font-size:87%;}
}
@media screen and (min-width:480px) {
  body { font-size:112%;}
}
@media screen and (min-width:568px) {
  body { font-size:131%;}
}
@media screen and (min-width:639px) {
  body { font-size:150%;}
}
/* prod1.css */
@charset "utf-8";

/* CSS Document */
.zoom-section{clear:both;margin-top:20px;}
*html .zoom-section{display:inline;clear:both;}
.zoom-desc{float:left;margin-left:10px;width:310px;margin-bottom:20px;}
.zoom-small-image{border:1px solid #CCC;float:left;margin-bottom:20px;}
.zoom-tiny-image{border:1px solid #CCC;margin:0px;}
.zoom-tiny-image:hover{border:1px solid #C00;}
.prohead{ overflow:hidden}
.prohead .hleft{ width:402px; float:left}
.prohead .hleft .proimg{ width:400px; height:400px;}
.prohead .hleft .proimg img{width:400px; height:400px; }
.prohead .hleft .smallimg{ width:402px; height:60px; overflow:hidden}
.prohead .hleft .smallimg dl{ width:402px; height:60px;}
.prohead .hleft .smallimg dl dt{ width:10px; height:45px; margin-top:8px;}
.prohead .hleft .smallimg dl dt.prev{ float:left;}
.prohead .hleft .smallimg dl dt.next{ float:right;}
.prohead .hleft .smallimg dd{ width:360px; height:60px; float:left; margin-left:12px; overflow:hidden}
.prohead .hleft .smallimg dd li{ width:72px; float:left; height:60px; text-align:center}
.prohead .hleft .smallimg dd li img{ width:58px; height:58px; border:1px solid #ccc; }
.prohead .hleft .smallimg dd li a:hover img,.prohead .hleft .smallimg dd li a.hover img{ border-color:#dd127b}
.prohead .hleft .btns{margin-top:20px;}
.prohead .hleft .btns span{ display:none}
.prohead .hleft .btns a{ display:block; height:22px; line-height:22px; text-indent:20px; font-size:12px; background:url(../images/btn-s-bg.png) no-repeat; float:left; margin-right:16px; width:80px;}
.prohead .hleft .btns a.b1{ background-position: left -150px}
.prohead .hleft .btns a.b2{ background-position: left -30px; width:93px;}
.prohead .hleft .btns a.b3{ background-position: left -120px;}
.prohead .hleft .btns a.b4{ background-position: left -60px;}
.btns1{ clear:both; margin-top:15px;}
.prohead .hright{ float:right; width:490px;font-family:microsoft yahei;}
.prohead .hright h1{ font-size:18px; }
.prohead .hright h2{ font-size:15px; color:#ff7300;}
.prohead .hright .proinfo{ border-bottom:1px solid #ddd; padding-bottom:12px;}
.prohead .hright .btns{  width:100%; overflow:hidden; margin:15px auto;}
.prohead .hright .btns img{ margin-right:20px;}
.prohead .hright .tips{ border:#F66 1px solid; background-color:#FCF; font-size:12px; padding:0px 12px; color:#F00; display:none}
.procontent{ margin-top:20px;}
.procontent .tit{ height:40px; line-height:40px; border-bottom:2px solid #0064AF;}
.procontent .tit dt{ float:left; height:40px; line-height:40px; color:#fff; background-color:#0064AF; text-align:center; width:160px; font-weight:bold; font-size:14px;}
.procontent .detail{ margin-top:20px;}
.comment_list{ width:95%; margin:0 auto;}
.formbox222{border:1px solid #d5d5d5; border-radius:4px; overflow:hidden; padding-left: 25px;
margin-top: 20px; padding-bottom:20px;}
.formbox{ margin-top:20px;}
.formbox dl{border:1px solid #d5d5d5; border-radius:4px; overflow:hidden;_float:left }
.formbox dl dt{ background:url(../images/tit1.gif) repeat-x; height:32px; padding-left:12px; line-height:32px; font-weight:bold;}
.formbox dl dd{ padding:20px 0px; line-height:26px;}
.formbox dl dd input{ border:1px solid #ccc; height:30px; border-radius:4px; padding:0px 12px;}
.formbox dl dd textarea{border:1px solid #ccc; height:100px; border-radius:4px;}
.formbox dl dd input.submit{ background-color:#dd127b; color:#FFF; border-color:#9c0c56; text-shadow:1px 1px 0px #9c0c56;}
.formbox dl dd .rate{ background:url(../images/stars_3_small.gif) no-repeat; width:80px; height:12px; overflow:hidden;}
.formbox dl dd .rate label{ width:14px; height:12px; float:left; display:block; cursor:pointer; padding:0px; margin:0px; line-height:12px; margin-right:1px;}
.formbox dl dd .ratesbox{ width:0px; height:0px; overflow:hidden; float:left}
.formbox dl dd .rate.rate1{ background:url(../images/stars_1_small.gif) no-repeat;  }
.formbox dl dd .rate.rate2{ background:url(../images/stars_2_small.gif) no-repeat;  }
.formbox dl dd .rate.rate3{ background:url(../images/stars_3_small.gif) no-repeat;  }
.formbox dl dd .rate.rate4{ background:url(../images/stars_4_small.gif) no-repeat;  }
.formbox dl dd .rate.rate5{ background:url(../images/stars_5_small.gif) no-repeat;  }
.formbox .btnews{ padding:0px 20px; overflow:hidden}
.formbox .btnews li{ width:300px; float:left; list-style:square inside; margin-left:20px; margin-right:10px;}
.formbox .reviewbox{ padding:0px 30px;}
.formbox .reviewbox li{ padding-bottom:12px;}
.formbox .reviewbox li .name{ font-weight:bold;}
.formbox .reviewbox li .name span{ color:#F90; margin:0px 12px;}
.formbox .reviewbox li .reply{ background:#f4f4f4; padding:0px 12px;}
.formbox .reviewbox li .reply span{ color:#999}
input.txt {
    width: 200px;
    float: left;
}
.input {
    display: inline;
    margin-right: 5px;
    padding: 5px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #CACACA;
    border-radius: 4px;
    font-family: "Microsoft YaHei";
}
.btn_submit {
color: #FFF;
cursor: pointer;
font-family: "Microsoft YaHei";
font-size: 12px;
line-height: 1em;
padding: 10px 30px;
}
.contactus strong{padding: 0px 6px 0px;}
.contactus {
padding: 20px;
}
 .prohead .hright .tels {
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    line-height: 36px;
}
.prohead .hright .tels span {
    color: #F00;
    font-size: 28px;
    font-weight: bold;
    margin-left: 12px;
    line-height: 36px;
}
.style1{width:75px !important; font-family: "Microsoft YaHei"; font-size: 12px; color:#494949; line-height:2.4em;}
.formbox dl table tbody tr td{float:left;}
/* prolist.css */
/* 商品导肮页面样式  */
.g-bd_tit b { font-weight:normal; }
.g-bd .m-pronav { margin:13px 10px 18px 10px; }
.g-bd .m-pronav .prolist { border-radius:5px; -webkit-border-radius:5px; overflow:hidden; }
.g-bd .m-pronav .prolist li .on { height:40px; display:block; padding-left:10px; line-height:40px; }
.g-bd .m-pronav .prolist li .down { height:40px; display:block; padding-left:10px; line-height:40px; }
.g-bd .m-pronav .prolist li .borderno { border:none; }
.g-bd .m-pronav .prolist li p { position:relative; }
.g-bd .m-pronav .prolist li p a { display:block; width:15%; height:40px; position:absolute; right:0; top:0; pointer-events:auto; }
.g-bd .m-pronav .prolist li p a:before { content:""; position:absolute; background:url(mobile/images/web/href_icon.png) no-repeat; background-size:100%;  width:20px; height:20px; right:19px; top:12px; z-indx:10; -moz-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
/*一列展现*/
.g-bd .m-pronav .list1, .g-bd .m-pronav .list2, .g-bd .m-pronav .list3 { display:none; }
.g-bd .m-pronav .list1 li { height:38px; line-height:38px; border-bottom:1px solid #e1e1e1; padding-left:33px; position:relative; white-space:nowrap; overflow:hidden; }
.g-bd .m-pronav .list1 li:before { content:""; overflow:hidden; position:absolute; left:20px; top:17px; z-index:7; width:0; height:0; border-width:3px; border-style:solid; transform:roate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); }
.g-bd .m-pronav .list1 li:after { content:""; overflow:hidden; position:absolute; left:20px; top:18px; z-index:8; width:0; height:0; border-width:2px; border-style:solid; transform:roate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); }
/*2列展现*/
.g-bd .m-pronav .list2 li { width:49.9%; float:left; height:38px; line-height:38px; border-bottom:1px solid #e1e1e1; text-align:center;  white-space:nowrap; overflow:hidden;}
.g-bd .m-pronav .list3 li { width:33.2%; float:left; height:38px; line-height:38px; border-bottom:1px solid #e1e1e1; text-align:center; white-space:nowrap; overflow:hidden; }
/*三级分类*/
.g-bd .m-pronav .prolist li .a_tit { display: block; height:38px; line-height:38px; border-bottom:1px solid #e1e1e1; padding-left:33px; position:relative; }
.g-bd .m-pronav .prolist li .list1 ul { display:none; }
.g-bd .m-pronav .prolist .list1 .list2 li, .g-bd .m-pronav .prolist .list1 .list3 li { padding:0; }
.g-bd .m-pronav .prolist .list1 .list2 li:before, .g-bd .m-pronav .prolist .list1 .list3 li:before { display:none; }
.g-bd .m-pronav .prolist .list1 .list2 li:after, .g-bd .m-pronav .prolist .list1 .list3 li:before { display:none; }
.g-bd .m-pronav .prolist .list1 .a_tit:before { content:""; overflow:hidden; position:absolute; left:20px; top:17px; z-index:7; width:0; height:0; border-width:3px; border-style:solid; transform:roate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); }
.g-bd .m-pronav .prolist .list1 .a_tit:after { content:""; overflow:hidden; position:absolute; left:20px; top:18px; z-index:8; width:0; height:0; border-width:2px; border-style:solid; transform:roate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); }
.g-bd .m-pronav .prolist .list1 .a_tit a:after{ background: #fbfbfb; width:14px; height:14px; right: 22px;}
.g-bd .m-pronav .prolist .list1 .a_tit a:before{width:14px; height:14px; right: 22px;}
/*图片产品分类*/
.g-bd .prolist_img li .tt_box { width:100%; padding:15px 0; }
.g-bd .prolist_img li .tt_box .img { float:left; margin:0 10px 0 20px; }
.g-bd .prolist_img li .tt_box h5 { line-height:30px; font-size:14px; }
.g-bd .prolist_img li .tt_box p { line-height:20px; font-size:80%; }
.g-bd .prolist_img .hideen_box { display:none; padding:0 10px; }
.g-bd .prolist_img .hideen_box:before { content:""; width:12px; height:5px; position:absolute; left:39px; top:-5px; }
.g-bd .prolist_img .hideen_box a li { text-align:center; border:none; }
.g-bd .prolist_img .hideen_box a li img { margin-top:14px; border-radius:20px; }
.g-bd .prolist_img .hideen_box a { width:59px; padding:0 8px; height:98px; display:inline-block; float:left; overflow:hidden; }
.g-bd .prolist_img .hideen_box a p { font-size:12px; line-height:22px; }
/* 产品列表页面一样式  */
.g-bd .m-con-1 {/* padding:15px 0 12px 0;*/ width:320px; margin:15px auto;}
.g-bd .m-con-1 a { float:left; width:132px; margin:0 14px 10px 14px; text-align:center; line-height:20px;  display:block; font-size:14px; }
.g-bd .m-con-1 span{ height:38px; clear:both; display:block; overflow:hidden;}
.g-bd .m-con-1 a img {  border:1px solid #e2e2e2; float:left; margin-bottom:8px; }
/* 产品列表页面二样式  */
.g-bd .m-con-2 { margin-bottom:26px; }
.g-bd .m-con-2 a{ display:block;}
.g-bd .m-con-2 dl { border-bottom:1px solid #ffffff; box-shadow:0 1px #e6e6e6; margin-bottom:2px; padding:12px 36px 12px 10px; position:relative; }
.g-bd .m-con-2 dt { float:left;display:block;border:1px solid #ccc; margin-right:11px; }
.g-bd .m-con-2 dt img { display:block;border:1px solid #e2e2e2;}
.g-bd .m-con-2 h3 { height: 24px; line-height: 24px; overflow: hidden; padding-right: 10px; }
.g-bd .m-con-2 p { font-size: 12px; height: 65px; line-height: 22px; margin:5px; margin-right:3%; overflow: hidden; }
.g-bd .m-con-2 .s-babg p span{ width: auto; height: auto; background: none; position: relative; right: inherit;top: inherit; display: inline;}
.g-bd .m-con-2 .s-babg p span:before,.g-bd .m-con-2 .s-babg p span:after{ display: none;}
/* 产品列表页面三样式  */
@media screen and (max-width: 1440px) { /*当屏幕尺寸小于1440px时，应用下面的CSS样式*/
  .g-prolistbox3 .content {-webkit-column-count:6;-moz-column-count:6;}
}
@media screen and (max-width: 1280px) { /*当屏幕尺寸小于1280px时，应用下面的CSS样式*/
  .g-prolistbox3 .content {-webkit-column-count:6;-moz-column-count:6;}
}
@media screen and (max-width: 1024px) { /*当屏幕尺寸小于1024px时，应用下面的CSS样式*/
  .g-prolistbox3 .content {-webkit-column-count:5;-moz-column-count:5;}
}
@media screen and (max-width: 960px) { /*当屏幕尺寸小于960px时，应用下面的CSS样式*/
  .g-prolistbox3 .content {-webkit-column-count:4;-moz-column-count:4;}
}
@media screen and (max-width: 720px) { /*当屏幕尺寸小于720px时，应用下面的CSS样式*/
  .g-prolistbox3 .content {-webkit-column-count:3;-moz-column-count:3;}
}
@media screen and (max-width: 400px) { /*当屏幕尺寸小于400px时，应用下面的CSS样式*/
  .g-prolistbox3 .content {-webkit-column-count:2;-moz-column-count:2;}
}
.g-prolistbox3 .content { margin:15px auto; text-align:center;column-gap:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-fill :balance;-webkit-column-fill:balance;-moz-column-fill :balance;}
.g-prolistbox3 .content div {  vertical-align:top; display:inline-block; margin-bottom:10px; text-align:center; line-height:20px; overflow:hidden; font-size:14px; }
.g-prolistbox3 .content i{ height:40px; line-height:20px; overflow:hidden; display:inline-block;}
.g-prolistbox3 .description{ color:#999;  display:block; height:40px; overflow:hidden;}
.g-prolistbox3 .content div img { border:1px solid #e2e2e2; margin-bottom:8px; display:block;}
/* skin.css */
/*变量*/

/*网站主题色*/

/*网站高亮色*/

/* -- 全局定义 -- */

body {
  color: #666;
  background: #f9f9f9;
}
/*全局文字*/
a {
  color: #666;
}
/*全局链接*/
a:hover {
  color: #0054a3;
}
/* 当有鼠标悬停在链接上 */
.green {
  color: #390;
}
/*通用值*/
.g-prolistbox3 .content i,
.g-prolistbox4 .content i,
.g-bd .m-con-1 a {
  color: #2869cc;
}
.max_bg div {
  border-style: solid;
  border-color: #bcbcbc;
  background-color: #fff;
  color: #303f4c;
}
/*弹出层背景*/
/*按钮样式1*/
.m-tit {
  background: #dedede;
  border-bottom: 3px solid #652c7f;
}
.m-tit .u-ico:before {
  background: #2869cc;
}
.m-tit .u-ico:after {
  background: #9abff7;
}
/*搜索按钮背景色*/
.g-se .u-bt:before {
  border: 3px solid #fff;
}
/*搜索按钮-放大镜圆圈颜色*/
.g-se .u-bt:after {
  background: #fff;
}
/*搜索按钮-放大镜直线颜色*/
.g-se .u-in {
  background: transparent;
}
.g-prn .m-con p {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #fff;
}
/*产品导航*/
.g-sbox .m-con .u-lifo {
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px #e6e6e6;
  margin-bottom: 2px;
}
/*产品列表*/
.g-sbox .m-con .u-lifo p {
  color: #a1a1a1;
}
/*产品详细描述颜色*/
.g-sbox .m-con .u-lifo img {
  border: 1px solid #e1e1e1;
}
/*产品图片*/
.g-sbox .m-con.z-spe a,
.g-bd .m-con-3 li,
.qabox .qacont .list a {
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 1px #E6E6E6;
  box-shadow: 0 1px 1px #E6E6E6;
}
/*新闻相关切换文字*/
.m-about .list a {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #e6e6e6;
}
/*新闻相关切换文字*/
.m-about p {
  border-bottom: 1px solid #e6e6e6;
}
.s-babg:nth-child(n) {
  background: #fff;
}
/*XX列表奇偶阴影*/
.s-babg:nth-child(2n) {
  background: #fafafa;
}
/*XX列表奇偶阴影*/
.s-tbg {
  color: #999999;
}
/*产品、新闻切换-标题样式*/
/* -- 内页--产品导航页二级奇偶行背景 -- */
.g-bd .m-pronav .list .white {
  background: #fff;
}
.g-bd .m-pronav .list .gray {
  background: #f8f8f8;
}
/* -- 产品导航页二级导航背景颜色，字体颜色和线条颜色  -- */
.g-bd .m-pronav .prolist {
  border: 1px solid #e1e1e1;
}
/*产品导航最外层边框*/
.g-bd .m-pronav .prolist li .on {
  border-bottom: 1px solid #ffffff;
  background-color: #fbfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background-image: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background-image: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #fbfbfb, #e1e1e1);
  background-image: linear-gradient(top, #fbfbfb, #e1e1e1);
}
/*产品导航展开边框*/
.g-bd .m-pronav .prolist li .down {
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
}
/*产品导航收缩边框*/
.g-bd .m-pronav .prolist li:last-child .down {
  border: none;
}
.g-bd .m-pronav .prolist li p {
  border-bottom: 1px solid #e1e1e1;
  background-color: #ffffff;
}
/*产品导航收缩边框*/
.g-bd .m-pronav .prolist li ul a {
  border: 0;
}
.g-bd .m-pronav .list1 li {
  border-bottom: 1px solid #e1e1e1;
}
/*产品导航二级栏目边框*/
.g-bd .m-pronav .list1 li:before {
  border-color: #2869cc #2869cc transparent transparent;
}
.g-bd .m-pronav .list1 li:after {
  border-color: #fff #fff transparent transparent;
}
.g-bd .m-pronav .prolist .list1 .a_tit:before {
  border-color: #500971 #500971 transparent transparent;
}
.g-bd .m-pronav .prolist .list1 .a_tit:after {
  border-color: #fff #fff transparent transparent;
}
.g-bd .m-pronav .list2 a:nth-child(odd) li {
  border-right: 1px dashed #ddd;
}
.g-bd .m-pronav .list3 a:nth-child(3n-2) li {
  border-right: 1px dashed #ddd;
}
.g-bd .m-pronav .list3 a:nth-child(3n-1) li {
  border-right: 1px dashed #ddd;
}
/*图片产品分类*/
.g-bd .prolist_img {
  border-bottom: 1px solid #dddddd;
}
.g-bd .prolist_img li {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #fff;
}
.g-bd .prolist_img li .tt_box {
  background: #f9f9f9;
}
.g-bd .prolist_img li .tt_box h5 {
  color: #333333;
}
.g-bd .prolist_img li .tt_box p {
  color: #aaaaaa;
}
.g-bd .prolist_img .hideen_box {
  background: #505050;
}
.g-bd .prolist_img .hideen_box:before {
  background: #505050;
}
.g-bd .prolist_img .hideen_box a {
  color: #fff;
}
div .m-con{
	padding:0 0.3em;
	}
/* -- 帮助中心列表页边框样式  -- */
.m-help .m-con {
  border: 1px solid #e1e1e1;
}
.m-help .m-con .helplist li,
.g-bd .m-con .helplist li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eaeaea;
  background-color: # fbfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #f7f7f7);
  background-image: -moz-linear-gradient(top, #fbfbfb, #f7f7f7);
  background-image: -o-linear-gradient(top, #fbfbfb, #f7f7f7);
  background-image: -ms-linear-gradient(top, #fbfbfb, #f7f7f7);
  background-image: linear-gradient(top, #fbfbfb, #f7f7f7);
}
.m-help .m-con .helplist li a {
  color: #666;
}
/* -- 新闻中心详细页样式  -- */
.m-com dl,
.m-con dl {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d9d9d9;
}
.m-con .nav {
  border: 0;
}
.m-com .relay_time,
.m-con .relay_time {
  color: #b2b2b2;
}
.m-com .re_sec,
.m-con .re_sec {
  background: #e6e6e6;
}
.m-rec a {
  color: #0054a3;
}
/* 关于我们标题   */
.m-cont .m-con .ptit {
  color: #500971 ;
  font-size: 14px;
}
.m-cont h2 {
  color: #500971 ;
}
.line {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
}
/* 留言样式   */
.leave .name,
.leave .ly,
.joinuscon .ly,
.joinuscon .name,
.xgmmbox .name,
.name.z-spe {
  color: #d6d6d6;
}
.u-inna {
  color: #d6d6d6;
}
.leave .name,
.leave .ly,
.joinuscon .ly,
.joinuscon .name,
.xgmmbox .name,
.name.z-spe {
  border: 1px solid #d2d2d2;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -moz-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -o-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -ms-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: linear-gradient(top, #f8f8f8, #ffffff);
}
.u-inna {
  border: 1px solid #d2d2d2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -moz-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -o-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: -ms-linear-gradient(top, #f8f8f8, #ffffff);
  background-image: linear-gradient(top, #f8f8f8, #ffffff);
}
/* 在线咨询/反馈/加盟申请   */
.m-con-4.z-use h4 {
  color: #122839;
}
.m-con-4.z-use h5 {
  color: #666666;
}
/* 我的意向订单*/
.g-bd.z-order,
.m-con-1.z-reg,
.m-ccon,
.xgmmbox {
  background: #fff;
}
/* -- 市场前景分析 -- */
.g-market {
  border: 1px solid #e6e6e6;
}
.g-market h2 {
  color: #a90000;
}
.g-market h3 {
  color: #ccc;
  border-bottom: 3px solid #f0f0f0;
}
.g-market .marketwz {
  color: #fc7843;
}
.g-market .sqbot,
.g-pintro .sqbot {
  background-color: #d11e1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d11e1e), to(#990e0e));
  background-image: -webkit-linear-gradient(top, #d11e1e, #990e0e);
  background-image: -moz-linear-gradient(top, #d11e1e, #990e0e);
  background-image: -o-linear-gradient(top, #d11e1e, #990e0e);
  background-image: -ms-linear-gradient(top, #d11e1e, #990e0e);
  background-image: linear-gradient(top, #d11e1e, #990e0e);
  box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  -webkit-box-shadow: 0 0 5px #999999;
  -o-box-shadow: 0 0 5px #999999;
  text-shadow: 1px 1px 1px #999;
  -moz-text-shadow: 1px 1px 1px #999;
  -webkit-text-shadow: 1px 1px 1px #999;
  -o-text-shadow: 1px 1px 1px #999;
  color: #fff;
}
/* -- 项目介绍 -- */
.g-pintro {
  border: 1px solid #e6e6e6;
}
.g-pintro h2,
.g-pintro i {
  color: #a90000;
}
.g-pintro h3 {
  color: #ccc;
  border-bottom: 3px solid #f0f0f0;
}
.g-pintro em {
  color: #b2b2b2;
}
.g-pintro .m-con p {
  border-bottom: 1px dotted #c0c0c0;
}
/* -- 招商加盟首页加盟优势 -- */
.Honor .m-box img {
  border: 1px solid #e2e2e2;
}
.g-qabox .m-con .list {
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  line-height: 22px;
  margin: 5px 5px 15px;
}
.g-qabox .m-con .list a {
  display: block;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding-left: 8px;
}
/*切换*/
.g-sbox .m-con .list {
  border-bottom: 1px solid #e6e6e6;
}
/*招商加盟首页加盟流程*/
.g-sbox .m-jmlc li {
  color: #565656;
  border-bottom: 1px solid #777777;
  text-shadow: 0 1px #fff;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#a9a9a9));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #a9a9a9);
  background-image: -moz-linear-gradient(top, #f4f4f4, #a9a9a9);
  background-image: -o-linear-gradient(top, #f4f4f4, #a9a9a9);
  background-image: -ms-linear-gradient(top, #f4f4f4, #a9a9a9);
  background-image: linear-gradient(top, #f4f4f4, #a9a9a9);
}
.g-sbox .list_content {
  padding: 16px 10px;
}
.g-sbox .list_content ul li {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E6E6E6;
  line-height: 34px;
}
.g-sbox .list_content ul a:first-child li {
  border-top: medium none;
}
.g-sbox .list_content ul a:last-child li {
  position: relative;
}
.g-sbox .list_content ul li:before {
  border-bottom: 1px solid #E6E6E6;
  bottom: -2px;
  content: "";
  position: absolute;
  width: 100%;
}
/*--帮助详细页--*/
.nav dt {
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#ececec));
  background-image: -webkit-linear-gradient(top, #e4e4e4, #e2e2e2, #e0e0e0, #e7e7e7, #ececec);
  background-image: -moz-linear-gradient(top, #e4e4e4, #e2e2e2, #e0e0e0, #e7e7e7, #ececec);
  background-image: -o-linear-gradient(top, #e4e4e4, #e2e2e2, #e0e0e0, #e7e7e7, #ececec);
  background-image: -ms-linear-gradient(top, #e4e4e4, #e2e2e2, #e0e0e0, #e7e7e7, #ececec);
  background-image: linear-gradient(top, #e4e4e4, #e2e2e2, #e0e0e0, #e7e7e7, #ececec);
}
/*内页图片样式*/
.g-back .u-bp,
.g-back .u-bl,
.g-back .u-bh,
.u-seek,
.u-detail {
  background: url(../images/Skins/Nyskinsbar.png) no-repeat;
  background-size: 35px 600px;
}
/*===============================================================================================*/
/*======================================以下为内页更换颜色值的地方=======================================*/
.s-cyan2 {
  color: cyan;
}
/*通用值*/
.cyan {
  color: #b3221f;
}
/*提示评论颜色*/
.s-wc,
a.s-wc,
.s-wc a {
  color: #0054a3;
}
/*产品标题颜色*/
.g-back {
  background: #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
/*返回背景样式*/
.g-bd .m-pronav .list1 a,
.g-bd .m-pronav .list2 a,
.g-bd .m-pronav .list3 a,
.m-pronav .content a,
.u-pnum,
.g-bd .m-pronav .prolist .list1 .a_tit {
  color: #2869cc ;
}
/*产品导航二级栏目字体颜色*/
.s-wc-2,
a.s-wc-2 {
  color: #7C3E99 ;
}
/*产品搜索页立即咨询颜色*/
.s-wc-3,
a.s-wc-3 {
  color: #3372A2;
}
/*产品搜索页查看详情颜色*/
.m-con .orange {
  color: #FF6700;
}
.z-spw {
  color: #2869cc;
}
/*产品搜索页查看详情颜色*/
/* -- 产品分页样式  -- */
.m-com .re_sec .tit,
.m-con .re_sec .tit {
  color: #2869cc ;
}
/*管理员回复 颜色*/
.g-page a {
  color: #666;
}
.g-page .z-noc {
  background-color: #e8e8e8;
  color: #9b0e0e;
}
.g-page .u-sa {
  color: #fff;
  background-color: #2869cc;
  background-image: -webkit-linear-gradient(top, #2869cc, #0344a7);
  background-image: -moz-linear-gradient(top, #2869cc, #0344a7);
  background-image: -o-linear-gradient(top, #2869cc, #0344a7);
  background-image: -ms-linear-gradient(top, #2869cc, #0344a7);
  background-image: linear-gradient(top, #2869cc, #0344a7);
}
/* -- 提交按钮样式  -- */
.u-co-bt {
  background-color: #2869cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2869cc), to(#0344a7));
  background-image: -webkit-linear-gradient(top, #2869cc, #0344a7);
  background-image: -moz-linear-gradient(top, #2869cc, #0344a7);
  background-image: -o-linear-gradient(top, #2869cc, #0344a7);
  background-image: -ms-linear-gradient(top, #2869cc, #0344a7);
  background-image: linear-gradient(top, #2869cc, #0344a7);
  color: #fff;
}
.m-tit.z-spe {
  border-bottom: 1px solid #0054a3;
}
/* 产品详细页标题边框颜色 */
.m-tit {
  background: 0 0 #0054a3;
  color: #fafafa;
}
/*产品详细页标题背景*/
.g-se .u-bt {
  background-color: #0054a3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2869cc), to(#0344a7));
  background-image: -webkit-linear-gradient(top, #2869cc, #0344a7);
  background-image: -moz-linear-gradient(top, #2869cc, #0344a7);
  background-image: -o-linear-gradient(top, #2869cc, #0344a7);
  background-image: -ms-linear-gradient(top, #2869cc, #0344a7);
  background-image: linear-gradient(top, #2869cc, #0344a7);
}
/*搜索按钮背景色*/
.u-key {
  color: #d0d0d0;
  border: 1px solid #2869cc;
  box-shadow: 3px 2px 3px #ccc inset;
}
/*搜索框*/
.m-tit.z-spe .xg {
  color: #fff;
}
/*产品详情页关于"手机"相关产品，手机样式*/
/* 会员注册  */
.m-con-1 .havlog {
  color: #500971;
  border-bottom: 1px solid #500971;
}
.m-con-1 .forget {
  color: #d42626;
  border-bottom: 1px solid #500971;
}
.m-con-1 .welcome {
  color: #a90000;
}
/*会员中心*/
.f-tc.welcome {
  color: #C47A43;
}
/*会员中心标题文字颜色*/
.g-bd .m-con .helplia {
  color: #546280;
}
/*会员中心列表文字颜色*/
/*内页头部样式*/
.g-ft {
  padding: 0 0 0 0;
  overflow: hidden;
}
/*2016-1-23*/
.text2 {
  color: #0054a3;
}
.g-adv .m-cnt li {
  background: #0054a3;
}
.g-adv .m-cnt li.z-on {
  background: #f39501;
}
.m_tel2 {
  background: #f47f29;
}
.m_tel2 em {
  color: #fbfbfb;
}
.g_fl .u_lst2 li:before {
  background: #0054a3;
}
.g_pro1 .u_lst1 em {
  background: #0054a3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0061bc), to(#0054a3));
  background-image: -webkit-linear-gradient(top, #0061bc, #0054a3);
  background-image: -moz-linear-gradient(top, #0061bc, #0054a3);
  background-image: -o-linear-gradient(top, #0061bc, #0054a3);
  background-image: -ms-linear-gradient(top, #0061bc, #0054a3);
  background-image: linear-gradient(top, #0061bc, #bb0404);
}
.g_ys2 .u_dlst1 dd h4 {
  color: #0054a3;
}
.g_ys2 .m-cnt li.z-on {
  background: #f39501;
  box-shadow: 2px 2px 1px #a3f5b4 inset;
}
.g_ys2 .m-cnt li {
  background: #0054a3;
}
.g_fw h2 {
  color: #0054a3;
}
.demo-box .column-list {
  background: #0054a3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0061bc), to(#0054a3));
  background-image: -webkit-linear-gradient(top, #0061bc, #0054a3);
  background-image: -moz-linear-gradient(top, #0061bc, #0054a3);
  background-image: -o-linear-gradient(top, #0061bc, #0054a3);
  background-image: -ms-linear-gradient(top, #0061bc, #0054a3);
  background-image: linear-gradient(top, #0061bc, #bb0404);
}
.demo-box .column-list li.z-on {
  background: #f39501;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fea61c), to(#f39501));
  background-image: -webkit-linear-gradient(top, #fea61c, #f39501);
  background-image: -moz-linear-gradient(top, #fea61c, #f39501);
  background-image: -o-linear-gradient(top, #fea61c, #f39501);
  background-image: -ms-linear-gradient(top, #fea61c, #f39501);
  background-image: linear-gradient(top, #fea61c, #bb0404);
}
.til03 li.z-on {
  background: #0054a3;
}
.m-zz .til03 li.z-on:before {
  border-top: 0.4em solid #0054a3;
}
.u-top {
  background: #0054a3;
}
.f_menu li:before {
  background: #0061bc;
}
.f_menu {
  background: #0054a3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0061bc), to(#0054a3));
  background-image: -webkit-linear-gradient(top, #0061bc #0061bc, #0054a3);
  background-image: -moz-linear-gradient(top, #0061bc, #0054a3);
  background-image: -o-linear-gradient(top, #0061bc, #0054a3);
  background-image: -ms-linear-gradient(top, #0061bc, #0054a3);
  background-image: linear-gradient(top, #0061bc, #0054a3);
}
.btn_submit {
  background: none repeat scroll 0px 0px #0054a3;
  border: 1px solid #0054a3;
}

.li_list li{
	list-style: decimal;
  line-height: 2em;
  overflow: hidden;
  margin-left: 3px;
}