﻿@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-size:14px;font-family:"Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif; padding-top:1px; background:#f9f9f9; min-width: 320px; max-width: 640px; margin: 0 auto;}
li, ol { list-style:none; }
ins { text-decoration:none; }
i, em { font-style:normal; }
a { text-decoration:none;font-family:"Microsoft Yahei"; color:#666;}
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"; 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; background:#fff;} /*网站首页宽度*/

/*内页返回开始*/
.g-back{ overflow: hidden;position: relative;text-align:right;margin-top:1px; height:38px; padding:7px 11px 0 9px; display:none;} /*内页返回布局样式*/
.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: #753b2b;}
/*底部社交-电话-动画*/
.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(/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;} /*分享图标的间距*/
/*内页分享样式*/

#content img{width:100%;display:block; margin:0 auto; max-width:560px;}

/*公共盒子公用样式*/
.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;  
    display:none;} /*内页面包屑导航背景*/
.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{ background:url(/mobile/Images/Index/midline.png) no-repeat left center ; 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; display:none;} /*搜索布局*/
.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;} /*搜索中的请输入关键词样式*/



.main-footer-1 {
    position: relative;
    z-index: 98;
}
        
.main-footer-1-con {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    position: fixed;
    bottom: 5.42rem;
    background: rgba(0, 0, 0, 0.8);
    display:none;
}
        
.main-footer-1-list {
    border-top: 1px solid #FDA33B;
    display: none;
}
        
.main-footer-1-list li {
    float: left;
    width: 50%;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10%;
    position: relative;
    padding-right: 3%;
}
.main-footer-1-list li a{ color:#fff; display:block;
            
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
        
.main-footer-1-list li:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 12%;
    top: 1rem;
    background: #fff;
    border-radius: 100%;
}
        
.main-footer-1-list .clear {
    border-bottom: 1px solid #fff;
}
        
.main-footer-1-list .clear:nth-last-child(1) {
    border-bottom: 0;
}
        
.main-footer-1-mata {
    height: 4.1rem;
    background: #313131;
    border-top: 1px solid #FDA33B;
    text-align: center;
}
        
.main-footer-1-mata p {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.2rem;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    padding: 0 4%;
    margin-top: 1rem;
}
.main-tit-11 {
    height: 4rem;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    color: #414141;
    line-height: 4rem;
    background: url(/Mobile/Images/Common/m11-icon2.jpg) no-repeat center top;
    background-size: 100% 4rem;
    border-bottom: 1px solid #FDA33B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    display:none;
}

a,a:hover{color:#666;text-decoration:none}blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,img,input,li,ol,p,pre,span,table,td,textarea,th,ul{padding:0;margin:0}a,input,textarea{font-family:'Microsoft Yahei'}.f-pr,.item-line,.shop-nav-t2 a,.wrap{position:relative}.item-desc,.time-layout-item .item-desc,.titledesc-layout-item .item-desc{word-wrap:break-word;-webkit-box-orient:vertical;word-break:break-all}body{font-size:1.3rem;line-height:2.4rem}li,ol{list-style:none}ins{text-decoration:none}em,i{font-style:normal}a:hover{cursor:pointer}.clear{zoom:1;content:'.'}.clearfix:after{visibility:hidden;display:block;font-size:0;content:' ';clear:both;height:0}a img{border:none}input,textarea{border:none;font-size:13px}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:14px}body,html{overflow-x:hidden}.f-mm{margin-left:auto;margin-right:auto}.f-fl{float:left}.f-fr{float:right}.fl,.shop-nav-t1 i,.vertical-layout-item .item-one .item-picture{float:left}.f-tr{text-align:right}.f-tl{text-align:left}.f-tc,.ql-align-center,.shop-nav-title,.updating{text-align:center}.f-di{display:inline}bold{font-weight:700}italic{font-style:italic}.nsw-col-1{width:8.333%}.nsw-col-2{width:16.667%}.nsw-col-3{width:25%}.nsw-col-4{width:33.333%}.nsw-col-5{width:41.667%}.nsw-col-6{width:50%}.nsw-col-7{width:58.333%}.nsw-col-8{width:66.667%}.nsw-col-9{width:75%}.nsw-col-10{width:83.333%}.nsw-col-11{width:91.667%}.nsw-col-12{width:100%}.message-label,.ql-align-right{text-align:right}underline{text-decoration:underline}.ql-align-justify{text-align:justify}.ql-indent-1{text-indent:2em}.ql-indent-2{text-indent:4em}.ql-indent-3{text-indent:6em}.ql-indent-4{text-indent:8em}.ql-indent-5{text-indent:10em}.ql-indent-6{text-indent:12em}.ql-indent-7{text-indent:14em}.ql-indent-8{text-indent:16em}.shop-nav{padding:40px 0}.shop-nav-title{height:60px;font-size:32px;font-weight:700;line-height:60px;color:#000;margin-bottom:20px;overflow:hidden}.shop-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}.shop-nav-t1{-ms-flex-negative:0;flex-shrink:0}.shop-nav-t1 i{margin-top:8px;width:14px;height:14px;margin-right:-14px;border-radius:50%;overflow:hidden}.shop-nav-t1 i img{display:block;width:14px;height:14px}.shop-nav-t1 em{padding-left:18px;font-size:18px;font-weight:700;color:#28261f;line-height:30px}.shop-nav-t2{padding-left:10px;font-size:15px;line-height:30px;color:#444}.shop-nav-t2 a,.shop-nav-t2 em{display:inline-block}.shop-nav-t2 a{color:#444}.updating{width:100%}.updating img{display:block;margin:2rem auto;width:50%;max-width:50%}.wrap{max-width:640px;min-width:320px;width:100%;margin:0!important}.wrap img{width:100%;display:block}.wrap img[width="20"],.wrap italic img{width:auto!important;display:inline-block!important}.ke-dialog-body img{width:auto!important}ul.text-center a,ul.text-center li{text-align:center!important}ul.text-left a,ul.text-left li{text-align:left!important}html{font-size:10px;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent}@media screen and (min-width:320px){html{font-size:10px}}@media screen and (min-width:360px){html{font-size:11.25px}}@media screen and (min-width:375px){html{font-size:11.71px}}@media screen and (min-width:400px){html{font-size:12.5px}}@media screen and (min-width:414px){html{font-size:12.93px}}@media screen and (min-width:440px){html{font-size:13.75px}}@media screen and (min-width:480px){html{font-size:15px}}@media screen and (min-width:520px){html{font-size:16.25px}}@media screen and (min-width:560px){html{font-size:17.5px}}@media screen and (min-width:600px){html{font-size:18.75px}}@media screen and (min-width:640px){html{font-size:20px}}.category-add{width:100%;height:34.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center}.category-btn{width:10rem;height:5rem;border:1px dashed #ccc;font-size:2.5rem;font-weight:700;font-family:'microsoft yahei';color:#ccc;text-align:center;line-height:100px;cursor:pointer;border-radius:.5rem;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.category-btn:hover{border-color:#ed8400;background:#ed8400;color:#fff}div [data-blk-repete=repete]{min-height:10rem}.left-nav-01-title{overflow:hidden}.BMap_bubble_content{line-height:1.5rem}.endit-content img{max-width:100%!important;width:auto!important;display:block;margin:0 auto;height:auto!important}.endit-content a{color:red;font-weight:700}.endit-content{font-size:1.4rem;line-height:2.1rem;color:#222}.left-nav-01-one a{height:3.8rem;line-height:3.8rem}.left-nav-01-one>li>h3>a{width:80%;display:inline-block;height:3.75rem;font-size:1.2rem;line-height:3.8rem;color:#333;padding:0 0 0 7.5%;overflow:hidden}.ke-content{max-width:100%;font-size:1.4rem;line-height:2.1rem;color:#222;text-align:justify;text-justify:inter-ideograph;margin-bottom:2rem}.ke-content a{color:red;text-decoration:none}.ke-content p{margin:0}.ke-content h2{font-size:2rem;font-weight:700;line-height:2.7rem}.ke-content h3{font-size:1.8rem;font-weight:700;line-height:2.5rem}.ke-content h4{font-size:1.6rem;font-weight:700;line-height:2.3rem}.ke-content h5{font-size:1.4rem;font-weight:700;line-height:2.1rem}.ke-content img{border:0;max-width:100%;width:auto;display:inline-block}.ke-content li{list-style:outside}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}blockquote{margin-right:2rem}blockquote,q{quotes:none;display:block;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:2rem;margin-inline-start:2rem;-webkit-margin-end:2rem;margin-inline-end:2rem}.ke-content,.ke-content table,.ke-content tbody,.ke-content td,.ke-content th,.ke-content thead,.ke-content tr{margin:0;padding:0;vertical-align:baseline}.ke-content em{font-style:italic}.ke-content del,.ke-content ins{text-decoration:none}.ke-content caption,.ke-content th{text-align:left}.ke-content q:after,.ke-content q:before{content:''}.ke-content code,.ke-content kbd,.ke-content pre,.ke-content samp,.ke-content tt{font-family:monospace;font-size:108%;line-height:100%}.ke-content iframe{display:block;margin:0 auto}.txtboxcs{border:1px solid #ccc;height:1.1rem}.mt10{margin-top:.5rem}.kindeditor_simple_mode p{line-height:1.3rem}.kindeditor_img-block{text-indent:0;padding-top:.7rem;margin:0;text-align:center;overflow:hidden}.fr{float:right}.clear{clear:both;height:0;line-height:0;font-size:0;overflow:hidden}.ke-content ol,.ke-content ul{display:block;list-style-type:disc;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:2.1rem;padding-inline-start:2.1rem}.item-line{-webkit-transition:all 50ms ease;transition:all 50ms ease;-webkit-box-sizing:border-box;box-sizing:border-box}.level-layout-item .item-line::after,.vertical-layout-item .item-line::after{content:'';position:absolute;left:0;z-index:-1}.item-picture{overflow:hidden;padding:1px}.item-picture img{display:block;width:100%}.item-title{font-size:1.5rem;line-height:2.6rem}.item-title,.item-title a{overflow:hidden;height:2.6rem;color:#333;text-overflow:ellipsis;white-space:nowrap}.item-title a{display:block}.item-desc{max-height:4rem;font-size:1.4rem;line-height:2rem;color:#666;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2}.item-link{display:none}#category,.level-layout-item [class|=row-item]{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.level-layout-item .item-link{display:none}.level-layout-item .item-line::after{top:0;width:100%;height:100%;border:1px solid #dedede;-webkit-box-sizing:border-box;box-sizing:border-box}.level-layout-item .item-title,.level-layout-item .item-title a{height:3.5rem;line-height:3.5rem}.level-layout-item .item-title{margin:0;font-size:1.4rem}.level-layout-item .item-desc{-webkit-line-clamp:2;display:none}.level-layout-item .item-text{padding-right:0;padding-left:0;text-align:center}.level-layout-item .row-item-1 .item-line{margin-bottom:1.5rem;width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.level-layout-item .row-item-2 .item-line{margin-right:2%;margin-left:2%;width:46%;margin-bottom:1rem}.level-layout-item .row-item-3 .item-line{margin-right:.6%;margin-left:.6%;width:32%;margin-bottom:.5rem}.level-layout-item .row-item-4 .item-line{margin-right:.5%;margin-left:.5%;width:24%;margin-bottom:.5rem}.level-layout-item .row-item-5 .item-line{margin-right:.5%;margin-left:.5%;width:19%;margin-bottom:.5rem}.level-layout-item .row-item-6 .item-line{margin-right:.5%;margin-left:.5%;width:15.6%;margin-bottom:.5rem}.vertical-layout-item .item-one{overflow:hidden}.vertical-layout-item .item-one .item-text{float:right}.vertical-layout-item .item-line{padding:1.5rem 0 1.25rem;width:100%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.vertical-layout-item .item-line::after{bottom:0;width:100%;height:1px;background:#dedede}.vertical-layout-item .item-text{padding-left:0;padding-right:0;margin-top:0;position:relative}.vertical-layout-item .time-open .item-time{display: block;height: 1.5rem;line-height: 1.5rem;font-size: 1.3rem;color: #666;padding-top: 0.5rem;}.vertical-layout-item .time-close .item-time{display: none;}.vertical-layout-item .item-link{position:absolute;right:0;bottom:0}.vertical-layout-item .left-pic-layout{text-align:left}.vertical-layout-item .right-pic-layout .item-picture{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.vertical-layout-item .cross-layout .item-line:nth-child(2n-1) .item-picture,.vertical-layout-item .right-pic-layout .item-text{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.vertical-layout-item .cross-layout .item-line:nth-child(2n) .item-picture,.vertical-layout-item .cross-layout .item-line:nth-child(2n-1) .item-text{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.vertical-layout-item .cross-layout .item-line:nth-child(2n) .item-text{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}.vertical-layout-item .center-layout{text-align:center}.vertical-layout-item .center-layout .item-picture{margin:0 auto}.vertical-layout-item .center-layout .item-text{margin:0 auto;width:100%!important;padding-top:.8rem}.vertical-layout-item .center-layout .item-desc{font-size:1.3rem;color:#777}.vertical-layout-item .center-layout.large .item-picture,.vertical-layout-item .center-layout.xlarge .item-picture{width:100%}.vertical-layout-item .center-layout.medium .item-picture{width:60%}.vertical-layout-item .center-layout.small .item-picture,.vertical-layout-item .xlarge .item-picture{width:50%}.vertical-layout-item .xlarge .item-text{width:48%}.vertical-layout-item .large .item-picture{width:40%}.vertical-layout-item .large .item-text{width:58%}.vertical-layout-item .medium .item-picture{width:34%}.vertical-layout-item .medium .item-text{width:64%}.vertical-layout-item .small .item-picture{width:25%}.vertical-layout-item .small .item-text{width:73%}.time-layout-item .item-one{overflow:hidden}.time-layout-item .item-one .item-time{float:left}.time-layout-item .item-one .item-text{float:right}.time-layout-item .item-line{width:100%;padding:1rem 0;background:#f6f6f6;margin-bottom:1.2rem}.time-layout-item .item-time{text-align:center;width:8rem;float:left;margin-right:-8rem}.time-layout-item .item-text{padding-left:8rem;padding-right:1rem;position:relative}.time-layout-item .item-title{margin-bottom:0}.time-layout-item .item-time-day{height:3rem;font-size:2.4rem;color:#333;line-height:3rem;padding-top:.8rem}.time-layout-item .item-time-years-month{height:2rem;font-size:1.2rem;color:#333;line-height:2rem}.titledesc-layout-item .item-line::after,.titlel-layout-item .item-line::after{content:'';position:absolute;z-index:-1;height:1px;width:100%;bottom:0;left:0}.time-layout-item .item-desc{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}.titledesc-layout-item .item-line{padding:1.25rem 0;width:100%;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.titledesc-layout-item .item-line::after{background:#dedede;-webkit-box-sizing:border-box;box-sizing:border-box}.titledesc-layout-item .item-desc{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}.message-frm select,.message1 .message-frm select,.message2 .message-frm select{text-indent:.01px;text-overflow:''}.titlel-layout-item .item-line{width:100%}.titlel-layout-item .item-line::after{background:#ccc}.titlel-layout-item .item-time,.titlel-layout-item .item-title,.titlel-layout-item .item-title a{height:3.8rem;line-height:3.8rem}.titlel-layout-item .item-time{float:right;font-size:1.2rem;color:#777}.titlel-layout-item .item-title{padding-right:1rem}.imgscale1-1 .item-picture>a{display:block;width:100%;height:0;padding-bottom:100%}.imgscale2-1 .item-picture>a{display:block;width:100%;height:0;padding-bottom:50%}.imgscale2-1 .item-desc{-webkit-line-clamp:2}.xlarge.imgscale2-1 .item-desc{-webkit-line-clamp:3;max-height:6rem}.imgscale4-3 .item-picture>a{display:block;width:100%;height:0;padding-bottom:75%}.imgscale16-9 .item-picture>a{display:block;width:100%;height:0;padding-bottom:56.25%}.imgscale1-2 .item-picture>a{display:block;width:100%;height:0;padding-bottom:200%}.imgscale3-4 .item-picture>a{display:block;width:100%;height:0;padding-bottom:133.33%}.imgscale9-16 .item-picture>a{display:block;width:100%;height:0;padding-bottom:177.7%}.vertical-layout-item .small.imgscale1-1 .item-desc{-webkit-line-clamp:2;max-height:4rem}.vertical-layout-item .medium.imgscale1-1 .item-desc{-webkit-line-clamp:3;max-height:6rem}.vertical-layout-item .large.imgscale1-1 .item-desc{-webkit-line-clamp:4;max-height:8rem}.vertical-layout-item .xlarge.imgscale1-1 .item-desc{-webkit-line-clamp:5;max-height:10rem}.vertical-layout-item .medium.imgscale2-1 .item-desc,.vertical-layout-item .small.imgscale2-1 .item-desc{-webkit-line-clamp:1;max-height:2rem}.vertical-layout-item .small.imgscale2-1 .item-title,.vertical-layout-item .small.imgscale2-1 .item-title a,.vertical-layout-item .small.imgscale4-3 .item-title,.vertical-layout-item .small.imgscale4-3 .item-title a{height:2rem;line-height:2rem}.vertical-layout-item .large.imgscale2-1 .item-desc,.vertical-layout-item .medium.imgscale4-3 .item-desc,.vertical-layout-item .small.imgscale4-3 .item-desc,.vertical-layout-item .xlarge.imgscale2-1 .item-desc{-webkit-line-clamp:2;max-height:4rem}.vertical-layout-item .large.imgscale4-3 .item-desc{-webkit-line-clamp:3;max-height:6rem}.vertical-layout-item .xlarge.imgscale4-3 .item-desc{-webkit-line-clamp:4;max-height:8rem}.vertical-layout-item .medium.imgscale16-9 .item-desc,.vertical-layout-item .small.imgscale16-9 .item-desc{-webkit-line-clamp:1;max-height:2rem}.vertical-layout-item .small.imgscale3-4 .item-desc{-webkit-line-clamp:3;max-height:6rem}.vertical-layout-item .medium.imgscale3-4 .item-desc{-webkit-line-clamp:5;max-height:10rem}.vertical-layout-item .large.imgscale3-4 .item-desc{-webkit-line-clamp:6;max-height:12rem}.vertical-layout-item .xlarge.imgscale3-4 .item-desc{-webkit-line-clamp:7;max-height:14rem}.vertical-layout-item .center-layout .item-desc{-webkit-line-clamp:2!important;max-height:4rem!important}#category-add,.prod-hot-time1,.prod-hot-time2,.prod-hot-time3,.prod-hot-time4{display:none}#blk-head{position:relative;z-index:99}.prod-com-ys-con.fr{width:100%;float:none}[data-acquisition=acquisition] .item-picture{padding:0}#pagination{font-size:1rem;line-height:2.5rem;color:#333;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center}#pagination input{width:2.5rem;border:1px solid #333;height:2.5rem;margin:0 .2rem;border-radius:.3rem;text-align:center}#pagination .pagin-btn a,#pagination a{border-color:#333;color:#333}#pagination a{padding:0 1rem;width:auto}#pagination .pagin-btn{display:inline-block;color:#333}#pagin-list,input.message_dn{display:none}#pagination i{margin:0 .5rem}#pagin-list{width:0;height:0;overflow:hidden}button :focus{outline:0}input:focus:invalid,input[required]:invalid,textarea:focus:invalid,textarea[required]:invalid{-webkit-box-shadow:none;box-shadow:none}.message-label{float:left;width:5rem;height:1.6rem;font-size:1rem;margin-right:-5rem;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:3rem}.high,.msg{line-height:.6rem}.message-item{position:relative;margin-right:1rem;margin-left:6.5rem}.msg{font-size:.6rem;position:absolute;bottom:0;left:0;z-index:20}.high{position:absolute;top:1.2rem;right:-.6rem}.high,.onError{color:red}.message-frm input[type=email],.message-frm input[type=text],.message-frm select,.message-frm textarea{border:none;background:0 0;color:#888;height:3rem;font-size:1rem;line-height:3rem;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.message-frm select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%}.message-select .message-item:after{content:"";position:absolute;right:1rem;top:50%;margin-top:-.4rem;z-index:20;width:.5rem;height:.5rem;border-bottom:1px solid #444;border-right:1px solid #444;transform:rotate(42deg);-ms-transform:rotate(42deg);-moz-transform:rotate(42deg);-webkit-transform:rotate(42deg);-o-transform:rotate(42deg)}.mess_error_con,.mess_success_con{position:fixed;left:50%;z-index:2002;-webkit-transform:translateX(-50%)}.message-radio .message-item{min-height:3rem;font-size:1.1rem;line-height:3rem}.message-radio .message-item input{margin-left:1rem;margin-right:.5rem;vertical-align:middle}.message-radio .message-item em{display:inline-block}.message-frm li.message-textarea{width:100%}.message-frm textarea{margin-top:.2rem;height:6rem;line-height:2rem;resize:none}.message_button span{outline:0;border:none;display:none;-moz-user-select:-moz-none;-moz-user-select:none;-o-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-appearance:none}#send{display:block}.mess_success_con{top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;padding:15px 15px 15px 20px;border:1px solid #e1f3d8;border-radius:4px;background-color:#f0f9eb;color:#67c23a;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;transform:translateX(-50%);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mess_error_con{top:10%;font-size:1rem;color:#f56c6c;background-color:#fef0f0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.2rem;border:1px solid #fde2e2;transform:translateX(-50%);-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;overflow:hidden;padding:0 .75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.message1 .content,.message1 .message-frm,.message2 .content,.message2 .message-frm{position:relative}.message1{padding:1rem 3.15%;background-color:#999}.message1 .message_title p{overflow:hidden;height:3.5rem;color:#fff;font-size:1.2rem;line-height:3.5rem}.message1 .message-frm{border-radius:.2rem;background-color:#fff}.message1 .message-frm li{border-bottom:1px solid #e1e1e1}.message1 .msg{position:absolute;bottom:-.9ren;left:0;font-size:.6rem}.message1 .message-frm select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none}.message1 .message-frm .button{padding:10px 25px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#333}.message1 .message_button{height:3.3rem;text-align:center}.message1 .message_button span{display:none;width:100%;height:3.3rem;outline:0;border:none;border-radius:.2rem;background-color:#333;color:#fff;font-size:1.1rem;line-height:3.3rem;cursor:pointer;-webkit-appearance:none}.message2{padding:1.2rem 2.4rem}.message2 .message-frm{border-radius:.2rem;background-color:#fff}.message2 li{margin-bottom:1rem}.message2 .msg{position:absolute;bottom:-.9ren;left:0;font-size:.6rem}.message2 .high{top:1.6rem}.message2 .message-label{display:block;width:100%;height:auto;margin-right:0;text-align:left;margin-bottom:.8rem;float:none;font-size:1.4rem;color:grey;line-height:2.1rem}.message2 .message-item{width:100%;margin:0;min-height:3.5rem;line-height:3.5rem;border-radius:.2rem;border:1px solid #dcdcdc}.message2 .message-frm input[type=email],.message2 .message-frm input[type=text],.message2 .message-frm select{line-height:3.5rem;height:3.5rem;font-size:1.4rem;padding:0 1rem}.message2 .message-frm textarea{line-height:3rem;font-size:1.4rem;padding:0 1rem}.message2 .message-frm select{width:100%;padding:0 1rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.message2 .message_button{margin-top:1rem;height:4.8rem;text-align:center}.message2 .message_button span{display:none;width:100%;height:4.8rem;outline:0;border:none;background-color:#4e90ff;color:#fff;font-size:1.8rem;font-weight:700;line-height:4.8rem;cursor:pointer;-webkit-appearance:none}[data-blk-pagin=pagin]{position:relative;margin:1rem 3.125%}.nsw-page-next,.nsw-page-prev{margin:0 0 1rem;line-height:0}.nsw-page-next a,.nsw-page-prev a{display:inline-block;overflow:hidden;width:70%;height:2.4rem;color:#333;text-overflow:ellipsis;white-space:nowrap;line-height:2.4rem}.nsw-page-next span,.nsw-page-prev span{display:inline-block;margin-right:2%;padding:0 1%;background:#a2a2a2;color:#fff;vertical-align:top;line-height:2.4rem}.nsw-page-prev:after{position:absolute;top:2.8rem;left:0;width:100%;height:1px;border-bottom:1px dashed #b5b5b5;content:""}.region{padding:2rem 3.125% 1.5rem}.region .region-tit{margin-bottom:.5rem;height:3rem;line-height:3rem}.region .region-tit h2{display:inline-block;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .5rem;height:3rem;max-width:60%;color:#737372;font-weight:700;font-size:1.8rem}.region .region-tit a{float:right;margin-top:.4rem;width:28%;height:2.2rem;color:#fff;text-align:center;font-weight:700;font-size:1.1rem;line-height:2.2rem;background:#333}.region .region-main{padding:.5rem;border:.05rem solid #f4f4f4}.region .region-main .region-items{padding:.75rem 0;border-bottom:.05rem dashed #ddd}.region .region-main .region-items-tag h3{height:2.5rem;color:#444;font-weight:700;font-size:1.3rem;font-family:Arial;line-height:2.5rem}.region .region-main .region-items-list h4{float:left;font-weight:400}.region .region-main .region-items-list h4 a{display:block;padding:.05rem .6rem;height:2rem;color:#666;white-space:nowrap;font-size:1.1rem;line-height:2rem}.region .region-main .region-items-list h4 a:hover{background:#2e3760;color:#fff}.row-item-1 .item-column{width:100%!important}.row-item-2 .item-column{width:50%!important}.row-item-10 .item-column,.row-item-11 .item-column,.row-item-12 .item-column,.row-item-3 .item-column,.row-item-4 .item-column,.row-item-5 .item-column,.row-item-6 .item-column,.row-item-7 .item-column,.row-item-8 .item-column,.row-item-9 .item-column{width:33.3%!important}.nsw-video{width:100%;height:22.5rem;text-align:center}.nsw-video iframe{margin:0 auto}.blk-word-large{font-size:2rem;line-height:3rem}.blk-word-middle{font-size:1.5rem;line-height:2.6rem}.blk-word-small{font-size:1.4rem;line-height:2.5rem;}


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      */
/*头部*/
#blk-head {
  z-index: 1000;
}
.g-hd {
  height: 5rem;
}
#h1-tag {
  max-width: 24.06%;
  height: 5rem;
  padding: 0.5rem 0;
  margin: 0 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#h1-tag img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 4rem ;
}
.h_txt {
  height: 5rem;
  width: 50%;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  -webkit-align-content: center;
  flex-wrap: wrap;
  float: left;
  line-height: 1.4rem;
  color: #666;
}
.h_txt em {
  display: block;
  width: 100%;
  height: 1.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #d40c1a;
  overflow: hidden;
}
.h_txt span {
  display: block;
  width: 100%;
  height: 1.4rem;
  font-size: 0.9rem;
  overflow: hidden;
}
.h_icon {
  float: right;
  width: 2rem;
  height: 5rem;
  margin-right: 1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.h_icon img {
  width: 100%;
}
.h_icon em {
  display: none;
}
.h_nav1 {
  display: none;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  z-index: 80;
  padding-bottom: 1rem;
  height: auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.nav-one li {
  line-height: 3.5rem;
  height: 3.5rem;
  border-bottom: #fff 1px solid;
  margin: 0 1.5rem;
  text-align:center;
}
.nav-one li a {
  font-size: 1.3rem;
  color: #fff;
  display: block;
  width: 100%;
}
.nav-one li:last-child {
  border-bottom: 0;
}
/*底部*/
.g-ft {
  margin-top: 2rem;
  padding: 1.5rem 0 5.5rem;
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
}
.on-top {
  position: absolute;
  width: 4.6rem;
  height: 4.1rem;
  left: 50%;
  top: -1.95rem;
  margin-left: -2.3rem;
  cursor: pointer;
}
.on-top img {
  width: 4.6rem;
  height: 4.1rem;
}
.f-code {
  width: 40%;
  margin: 0 auto;
}
.f-code img{width:100%;display:block}
.fwz {
  text-align: center;
  line-height: 2.2rem;
  color: #666;
  font-size: 1.1rem;
  margin-top: 1rem;
  font-family: "Microsoft YaHei";
}
.fwz span {
  color: #666;
  display: inline-block;
}
.fwz span.f_sp2 {
  display: inline-block;
  padding-left: 1.2rem;
}
.fwz a {
  color: #666;
}
.fnav {
  position: fixed;
  bottom: 0;
  min-width: 320px;
  max-width: 640px;
  width: 100%;
  height: 3.5rem;
  background-color: #d40c1a;
  z-index: 75;
  overflow: hidden;
}
.fnav li {
  width: 33.33%;
  float: left;
  height: 3.5rem;
  position: relative;
}
.fnav li a {
  padding: 0 0.5rem;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 3.5rem;
  height: 3.5rem;
}
.fnav li:before {
  position: absolute;
  content: "";
  left: 0rem;
  top: 0rem;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.fnav li:nth-child(1):before {
  background: none;
}
.fnav li:nth-child(1) {
  background: #1f1f1f;
}
.fwz .data-line-exclude {
  display: none;
}
.bg_vi_color {
  background-color: #d40c1a;
}
.txt_vi_color {
  color: #d40c1a !important;
}