﻿@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;background:#fff; max-width: 750px; min-width: 320px;margin: 0 auto;}
#content p img{ width:100%;display:block; margin:0 auto; max-width:750px;}
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"; font-size:13px;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; font-size:14px;}
*{-webkit-tap-highlight-color: rgba(227,29,26,.3);}
/*排版通用*/
.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_pa{ position: absolute;}
.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:750px;margin:0 auto;overflow:hidden;position:relative;background:#fff}
.wrap img{display:block;width:100%}
/*头部*/
.g-back{ overflow: hidden;position: relative;text-align:right;margin-top:1px; height:38px; padding:7px 11px 0 9px;} /*内页返回布局样式*/
.g-back a{display: inline-block;font-size:0.875em;height: 32px;line-height: 28px; width:32px;position: relative;}	/*内页返回链接样式*/
.g-back .u-bp { background-position:0 0; } /*内页返回样式*/
.g-back .u-bl {background-position:0 -286px;  } /*内页回到首页样式*/
.g-back .u-bh { margin-right:10px; background-position:0 -232px;} /*内页目录样式*/
/*内页返回结束*/

/*底部浮动栏样式2*/
.social_nav2{height:55px; width:306px; position:fixed; bottom:0; left:0; z-index:999; overflow:hidden;}/*底部浮动社交导航/电话*/
.social_nav2 .social2{display:block; width:288px; height:55px;  margin-right:18px;overflow:hidden;position:relative;}
.social_nav2 a{ height:55px; line-height:85px; font-size:13px; width:22%; display:inline-block; font-size:12px; position:relative; z-index:11; text-align:center;}
.social_nav2 a.tel{ width:22%; text-indent:5px;}
.social_nav2 span{display:block;width:35px;height:25px;position:absolute;top:0;z-index:10;}
.social2{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32323a), to(#23232b));
	background-image: -webkit-linear-gradient(top, #32323a, #23232b);
	background-image: -moz-linear-gradient(top, #32323a, #23232b);
	background-image: -o-linear-gradient(top, #32323a, #23232b);
	background-image: -ms-linear-gradient(top, #32323a, #23232b);
	background-image: linear-gradient(top, #32323a, #23232b);}
.social2 a{ color:#fff;}
.social2:before{ content:''; height:1px; width:100%; background:#000; border-bottom:1px solid #4b4c57; position:absolute; top:0; left:0;}
.social2:after{ content:''; height:1px; width:100%; background:#000; border-top:1px solid #4b4c57; position:absolute; bottom:0; left:0;}
.social2 b{width:1px; height:100%; background:#000; border-left:1px solid #4b4c57; position:absolute; top:0; right:0;}
/*底部社交-电话-动画*/
.social_nav2 span.tel{
	left:14px;
	top:7px;
	height:30px;
	background-position:8px -49px;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
@keyframes telshow {
	0% {transform: rotate(0deg)}
	5% {transform: rotate(-13deg)}
	10% {transform: rotate(0deg)}
	15% {transform: rotate(-13deg)}
	20% {transform: rotate(0deg)}
	25% {transform: rotate(-13deg)}
	100% {transform: roate(0deg)}
}
@-webkit-keyframes telshow {
	0% {-webkit-transform: rotate(0deg)}
	5% {-webkit-transform: rotate(-13deg)}
	10% {-webkit-transform: rotate(0deg)}
	15% {-webkit-transform: rotate(-13deg)}
	20% {-webkit-transform: rotate(0deg)}
	25% {-webkit-transform: rotate(-13deg)}
	100% {-webkit-transform: roate(0deg)}
}
/*底部社交-微信-动画*/
.social_nav2 span.weichat{
	left:85px; top:4px; background-position:0 -100px; background-repeat:no-repeat;}

.social_nav2 span.ditu{
	left:154px; top:4px; background-position:0 2px; background-repeat:no-repeat; height:26px;}

/*底部社交-微博-动画*/
.social_nav2 span.weibo{left:218px; top:7px;background-position:1px -150px; background-repeat:no-repeat;height:26px;}
@keyframes xshow2 {0% {opacity:0;}20% {opacity:1;}40% {opacity:0;}60% {opacity:1;}80% {opacity:0;}100% {opacity:0;}}
@-o-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
.social_nav2 span.talk99{background-position:1px -200px; background-repeat:no-repeat;left:226px; height:24px; width:26px; top:8px;}
.social_nav2 .btn{ display:block; width:20px; height:55px; position:absolute; right:0; background-position:0 -249px;}
.social_nav2 .btn2{ display:block; width:20px; height:55px; position:absolute; right:0; background-position:0 -786px; display:none;}


/*定位图片样式*/
.header .tel_bt, .title .icon, .sytitbg .icon, .probox .content ul li, .probox .content ul li ul li, .navbg, .brand_advance .yscontent h2, .social_nav2 .btn, .social_nav2 .btn2, .social2 span,.hotline .telbg {
    background-image: url(/mobile/images/skins/SkinsBar2.png);
    background-size: 32px 889px;}

/*底部浮动栏样式3*/
.social_nav3{ height:55px; width:320px; position:fixed; bottom:0; left:0; z-index:999; overflow:hidden;}
/*底部浮动社交导航/电话*/
.social_nav3 .social3{display:block; width:288px; height:55px;  margin-right:18px;overflow:hidden;position:relative;}
.social_nav3 a{ height:55px; line-height:85px; font-size:13px; width:62px; display:inline-block; font-size:12px; position:absolute; z-index:11; text-align:center; color:#fff;}
.social_nav3 a.tel{ width:65px; text-indent:15px;}
.social_nav3 a.weichat{ left:74px;}
.social_nav3 a.weibo{ left:142px; }
.social_nav3 a.talk99{ left:207px;}
.social_nav3 span{display:block;width:35px;height:25px;position:absolute;top:0;z-index:10;}
.social3{ background-color:#71645a;}
.social3:before{ content:''; height:1px; width:100%; background:#71645a; border-bottom:1px solid #71645a; position:absolute; top:0; left:0;}
.social3:after{ content:''; height:1px; width:100%; background:#71645a; border-top:1px solid #71645a; position:absolute; bottom:0; left:0;}
.social3 b{width:1px; height:100%; background:#71645a; border-left:1px solid #71645a; position:absolute; top:0; right:0;}
/*底部社交-电话-动画*/
.social_nav3 span.tel{
	left:30px;
	top:5px;
	height:30px;
	background-position:3px -49px;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
@keyframes telshow {
	0% {transform: rotate(0deg)}
	5% {transform: rotate(-13deg)}
	10% {transform: rotate(0deg)}
	15% {transform: rotate(-13deg)}
	20% {transform: rotate(0deg)}
	25% {transform: rotate(-13deg)}
	100% {transform: roate(0deg)}
}
@-webkit-keyframes telshow {
	0% {-webkit-transform: rotate(0deg)}
	5% {-webkit-transform: rotate(-13deg)}
	10% {-webkit-transform: rotate(0deg)}
	15% {-webkit-transform: rotate(-13deg)}
	20% {-webkit-transform: rotate(0deg)}
	25% {-webkit-transform: rotate(-13deg)}
	100% {-webkit-transform: roate(0deg)}
}
/*底部社交-微信-动画*/
.social_nav3 span.weichat{
	background-position: 6px -150px;
    background-repeat: no-repeat;
    left: 86px;
    top: 7px;
}
@keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-o-keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes xshow {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
/*底部社交-微博-动画*/
.social_nav3 span.weibo{ background-position: 1px -426px;background-repeat: no-repeat;height: 26px;left: 157px; top: 7px;}
@keyframes xshow2 {0% {opacity:0;}20% {opacity:1;}40% {opacity:0;}60% {opacity:1;}80% {opacity:0;}100% {opacity:0;}}
@-o-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
@-webkit-keyframes xshow2 {0% {opacity:0;}25% {opacity:1;}50% {opacity:0;}75% {opacity:1;}100% {opacity:0;}}
.social_nav3 span.talk99{background-position:1px -200px; background-repeat:no-repeat;left:226px; height:24px; width:26px; top:8px;}
.social_nav3 .btn{ display:block; width:32px; height:55px; position:absolute; right:0; background-position:0 -786px; }
.social_nav3 .btn2{ display:block; width:32px; height:55px; position:absolute; right:0;background-position:0 -249px; display:none;}

/*定位图片样式*/
.header .tel_bt, .title .icon, .sytitbg .icon, .probox .content ul li, .probox .content ul li ul li, .navbg, .brand_advance .yscontent h2, .social_nav3 .btn, .social_nav3 .btn2, .social3 span, .brand_advance .yscontent .telbg {
    background-image: url(/mobile/images/skins/SkinsBar3.png);
    background-size: 32px 889px;}

/*底部结束*/

/*------通用部件-----*/
/*首页标题 开始*/
.m-tit{ position:relative; text-indent:10px; height:38px; font-size:15px; line-height:38px;} /*首页产品导航样式*/
.m-tit .u-ico{ position:absolute;right:10px; top:2px; width:30px; height:38px; }  /*首页产品导航箭头样式*/
.m-tit .u-ico:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	width:12px;
    height:12px;
    right:5px;
	top:12px;
	z-index:10;
	-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg); /*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg); /*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);} /*首页产品导航箭头css3样式*/
.m-tit .u-ico:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	width:12px;
    height:12px;
    right:8px;
	top:12px;
	z-index:10;
	-moz-transform: rotate(45deg);/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);/*针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);/*针对苹果浏览器写的兼容*/
	transform: rotate(45deg);} /*首页产品导航箭头css3样式*/

/*空白 分割样式*/
.u-empty { height:18px; }
/*空白 分割样式*/

/* 内页分页样式  */
.g-page{ margin-bottom:20px;}/* 底部间距20px*/
.g-page .u-pup,.g-page .u-pne,.g-page .u-sa{border-radius:5px;display:inline-block;font-size:1em;height: 30px;line-height: 30px; text-align: center;width:25%;} /*上一页样式*/
.g-page p{ width:10%; display: inline-block;}
.g-page .pager-select{display:inline-block;padding:0 20px; margin: 0 10px; width:10%; height: 30px; line-height: 30px; position:relative; top: 10px;}
.g-page .page_number{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events:none;  border-radius: 5px; box-shadow: 0 0 5px #333 inset; text-indent: -1em;}
.g-page .page_number:before{ width: 0; height:0; content: ""; position: absolute; border-top: 5px solid #aaa; border-left: 5px solid rgba(0,0,0,0);border-right: 5px solid rgba(0,0,0,0); left: 50%; margin-left:15px; top: 12px;}
.g-page .pager-select .page_number span{ padding: 0 2px; font-weight: bold;}
.g-page .select_box{ width: 100%; height: 100%; opacity: 0; position: absolute; z-index: 0; left: 0; top: 0; text-align: center;}
/* 内页分页样式  */


/*内页分享样式*/
.m-share{ margin-bottom:23px; font-size:13px;} /*分享间距及文字大小*/
.m-share span{vertical-align:middle; line-height:25px; float:left; margin:0 10px 0 30px;} /*分享到样式*/
.m-share .m-ico{position:relative;width:320px; margin:0 auto;} /*分享外框样式*/
.m-share a{ margin-right:10px;} /*分享图标的间距*/
/*内页分享样式*/

/*公共盒子公用样式*/
.g-sbox .spe2 p a:first-child{ border-top:0;} /*首页有切换效果的样式*/
.g-sbox .m-con .u-lifo{ display:block;padding:13px 35px 0 10px;height:113px; overflow:hidden; position:relative; } /*切换下面的列表样式*/
.g-sbox .m-con .u-lifo img{ float:left; display:inline; margin-right:11px;} /*切换下面列表图片样式*/
.g-sbox .m-con .u-lifo h3{ padding-right:10px; line-height:24px; height:24px; overflow:hidden; white-space:nowrap;}  /*切换下面列表标题样式*/
.g-sbox .m-con .u-lifo p{ margin:5px; font-size:12px; line-height:22px; height:65px; overflow:hidden;} /*切换下面列表描述样式*/
.g-sbox .m-con .u-lifo span,.g-bd .m-con-2 dl span{ display:block; width:9px;height:16px;position:absolute; top:57px;right:3%;}/*切换下面列表箭头样式*/
.g-sbox .m-con .u-lifo span:before,.g-bd .m-con-2 dl span:before,.g-bd .m-con.z-spe dl span:before{
	content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
	position:absolute;
	background:#aaaaaa;
	width:11px;
	height:11px;
	right:0;
	top:0;
	z-index: 1;
	-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-index: 1;
	-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:2;
	-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:3; 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:9; 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: 2; display: none;}
.u-dwnav{ position:fixed; bottom:30px; left:30px; z-index: 2; 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;}

.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:2;}
.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:2;} /*搜索右边的图标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:2;-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:2; 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;} /*搜索中的请输入关键词样式*/



/*----------自适应公用样式结束----------------*/
/*--------------------做单时把下面的头部和底部样式删除，换成自己写的样式，样式命名按规范命名----------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
.swiper-container{position:relative;z-index:1;overflow:hidden;margin:0 auto}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;transition-property:transform;-ms-transition-property:-ms-transform}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;-ms-transition-timing-function:ease-out}.swiper-slide{position:relative;width:100%;height:100%;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;transition-property:transform,height;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-ms-transition-property:-ms-transform}.swiper-container .swiper-notification{position:absolute;top:0;left:0;z-index:-1000;opacity:0;pointer-events:none}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;z-index:10;margin-top:-22px;width:27px;height:44px;background-position:center;background-size:27px 44px;background-repeat:no-repeat;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{right:auto;left:10px}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.swiper-pagination{position:absolute;z-index:10;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:1rem;left:0;width:100%}.swiper-pagination-bullet{display:inline-block;width:0.7rem;height:0.7rem;border-radius:100%;background:#cdcccc;}button.swiper-pagination-bullet{margin:0;padding:0;border:none;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{background:#e13239;}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{top:50%;right:10px;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:5px 0}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{position:absolute;background:rgba(0,0,0,.25)}.swiper-pagination-progress .swiper-pagination-progressbar{position:absolute;top:0;left:0;width:100%;height:100%;background:#007aff;-webkit-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;-ms-transform:scale(0);-ms-transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top;-ms-transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{top:0;left:0;width:100%;height:4px}.swiper-container-vertical>.swiper-pagination-progress{top:0;left:0;width:4px;height:100%}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;pointer-events:none}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{z-index:1;pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;width:100%;height:100%;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;transform-origin:0 0;-ms-transform-origin:0 0}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;transform-origin:100% 0;-ms-transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{visibility:visible;pointer-events:auto}.swiper-container-cube .swiper-cube-shadow{position:absolute;bottom:0;left:0;z-index:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;-ms-transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{position:relative;border-radius:10px;background:rgba(0,0,0,.1);-ms-touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;bottom:3px;left:1%;z-index:50;width:98%;height:5px}.swiper-container-vertical>.swiper-scrollbar{position:absolute;top:1%;right:3px;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{position:relative;top:0;left:0;width:100%;height:100%;border-radius:10px;background:rgba(0,0,0,.5)}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{position:absolute;top:50%;left:50%;z-index:10;margin-top:-21px;margin-left:-21px;width:42px;height:42px;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;width:100%;height:100%}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

/*头部开始*/
/** old
.g-hd{height:7rem;position:relative;background:#fff;z-index:11;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.g-hd .logo{width:12.53%;margin-left:2%;margin-right:3.6%;margin-top:1.05rem}
.g-hd .logo img{width:100%;display:block}
.g-hd .slogan{margin-top:2rem;width:70.6%}
.g-hd .slogan b{display:block;font-size:1.5rem;font-weight:700;line-height:2rem;color:#e31d1a}
.g-hd .slogan span{display:block;font-size:.9rem;font-weight:400;line-height:2rem;color:#000}
.g-hd .m-nav2{width:8.93%;line-height:0;margin-top:2.25rem}
.g-hd .m-nav2 img {width: 100%; display: block;}
.g-hd #menu{display:none;position:absolute;left:0;top:7rem;width:100%;height:81.7rem;z-index:99;background:rgba(0,0,0,.85)}
.g-hd #menu p{width:100%;background:#fff;box-sizing:border-box;border-top:.05rem solid #e4e4e4}
.g-hd #menu p a{display:block;font-size:1.3rem;font-weight:400;line-height:5.5rem;color:#333;height:5.5rem;border-bottom:1px solid #e8e8e8;background-image:url(/mobile/images/menu-sj.png);background-repeat:no-repeat;background-position:right 2.3rem center;background-size:.65rem 1.25rem;padding-left:2rem}
.foot .top{position:fixed;right:.75rem;bottom:6rem;background:#e31d1a;z-index:99;width:2rem;height:2rem;box-sizing:border-box;padding-top:.65rem;border-radius:.25rem}
.foot .top img{display:block;width:50%;margin:0 auto}
.foot .foot-t{background:#eee;margin-bottom:4.8rem}
.foot .foot-t .tel{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;border-bottom:.05rem solid #cfcfcf;padding:2.5rem .75rem}
.foot .foot-t .tel em{font-size:1.2rem;font-weight:400;line-height:1.7rem;color:#000;padding-left:2.7rem;background-image:url(/mobile/images/f-tel.png);background-repeat:no-repeat;background-position:left center;background-size:1.7rem 1.7rem}
.foot .foot-t .tel .site{position:relative}
.foot .foot-t .tel .site em{background-image:url(/mobile/images/h-site.png);background-repeat:no-repeat;background-position:left center;background-size:1rem auto;font-size:1.1rem;font-weight:400;line-height:1.7rem;color:#e31d1a;padding-left:1.4rem}
.foot .foot-t .tel .site ul{position:absolute;right:0;top:2rem;background:#fff;padding:1rem .5rem;width:15rem;box-sizing:border-box;min-height:7rem;box-shadow:0 0 1rem rgba(0,0,0,.1);display:none}
.foot .foot-t .tel .site ul::before{content:"";display:block;width:0;height:0;border:.3rem solid transparent;border-bottom:.3rem solid #fff;position:absolute;right:1rem;top:-.6rem}
.foot .foot-t .tel .site ul li{font-size:1rem;font-weight:400;line-height:1.5rem;color:#666}
.foot .foot-t .tel .site ul li a{display:block;padding:0 .75rem;color:#666}
.foot .foot-t .tel .site ul li a:hover{background:#e31d1a;color:#fff}
.foot .foot-t .tel .site ul.show{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.foot .foot-t .info{padding-top:3rem;padding-bottom:3rem}
.foot .foot-t .info p{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;justify-content:center;margin-bottom:2rem}
.foot .foot-t .info p a{display:block;font-size:1.2rem;font-weight:400;line-height:1.2rem;color:#000;margin-right:1.6rem}
.foot .foot-t .info p a.map{color:#727272}
.foot .foot-t .info p a:last-of-type{margin-right:0}
.foot .foot-t .info em{display:block;font-size:1.1rem;font-weight:400;line-height:160%;color:#000;letter-spacing:-.05rem;text-align:center;padding:0 .75rem}
.foot .foot-b{position:fixed;left:50%;bottom:0;height:4.8rem;background:#222;transform:translateX(-50%);z-index:98;width:100%; max-width: 750px;}
.foot .foot-b ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;height:4.8rem;justify-content:center}
.foot .foot-b ul li{width:33.33%}
.foot .foot-b ul li a{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;justify-content:center;align-items:center;height:4.8rem}
.foot .foot-b ul li a img{width:2rem;margin-right:.5rem}
.foot .foot-b ul li a span{font-size:1.2rem;font-weight:400;line-height:1.2rem;color:#fff}
.foot .foot-b ul li.cur{background:#e31d1a}
.bk-title{text-align:center}
.bk-title b{display:block;font-size:2.3rem;font-weight:700;line-height:2.3rem;color:#e31d1a}
.bk-title span{display:inline-block;font-size:1.2rem;font-weight:400;line-height:2.8rem;color:#666;padding:0 1.4rem;background:#eee;border-radius:1.4rem;margin-top:1rem;min-width:17rem}
.hot .hot-t{margin-top:1.5rem;margin-bottom:1.5rem}
.hot .hot-t ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;justify-content:center}
.hot .hot-t ul li{font-size:1.2rem;font-weight:400;line-height:3.2rem;color:#000;border-bottom:.1rem solid transparent;margin:0 1.6rem}
.hot .hot-t ul li.cur{border-color:#e31d1a}
.hot .hot-c{margin:0 .75rem;overflow:hidden}
.hot .hot-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between}
.hot .hot-c ul li{font-size:1.2rem;font-weight:400;line-height:3.3rem;color:#666;text-align:center;border:.05rem solid #e1e1e1;width:49.4%;border-radius:1.65rem;margin-bottom:.7rem;box-sizing:border-box}
.hot .hot-c ul li a{display:block;color:#333;}
.hot .hot-c .swiper-slide{overflow:hidden}
.hot .hot-c .swiper-pagination{position:relative;bottom:auto;line-height:0;margin-top:2rem;margin-bottom:3.4rem}
.hot .hot-c .swiper-pagination .swiper-pagination-bullet{width:.65rem;height:.65rem;margin:0 .45rem}
.hot .hot-c .swiper-pagination .swiper-pagination-bullet-active{background:#e31d1a}
*/

.g-hd{height:7rem;position:relative;background:#fff;z-index:11;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.g-hd .logo{width:12.4%;margin-left:2.4%;margin-right:4.27%;margin-top:1.05rem}
.g-hd .logo img{width:100%;display:block}
.g-hd .slogan{margin-top:2rem;width:69%}
.g-hd .slogan b{display:block;font-size:1.5rem;font-weight:700;line-height:1.8rem;color:#e31d1a}
.g-hd .slogan span{display:block;font-size:.9rem;font-weight:400;line-height:1.8rem;color:#666}
.g-hd .m-nav2{width:8.3%;line-height:0;margin-top:2.25rem}
.g-hd .m-nav2 img {width: 100%; display: block;}
.g-hd #menu{display:none;position:absolute;left:0;top:7rem;width:100%;height:61.7rem;z-index:99;background:#fff}
.g-hd #menu p{width:100%;background:#fff;box-sizing:border-box;border-top:.05rem solid #e4e4e4}
.g-hd #menu p a{display:block;font-size:1.3rem;font-weight:400;line-height:5.5rem;color:#333;height:5.5rem;border-bottom:1px solid #e8e8e8;background-image:url(/Mobile/Images/menu-sj.png);background-repeat:no-repeat;background-position:right 2.3rem center;background-size:.65rem 1.25rem;padding-left:2rem}
.foot .top{position:fixed;right:.75rem;bottom:5.5rem;background:#e31d1a;z-index:99;width:2rem;height:2rem;box-sizing:border-box;padding-top:.65rem;border-radius:.25rem}
.foot .top img{display:block;width:50%;margin:0 auto}
.foot .foot-t{background:#eee;margin-bottom:4.8rem}
.foot .foot-t .tel{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;border-bottom:.05rem solid #cfcfcf;padding:1.6rem .75rem 1.5rem;align-items:center}
.foot .foot-t .tel .flogo{width:4.65rem}
.foot .foot-t .tel .flogo img{display:block;width:100%}
.foot .foot-t .tel em{font-size:1.5rem;font-weight:400;line-height:85%;color:#000;display:block;margin-right:10%}
.foot .foot-t .tel em span{display:block;background-image:url(/Mobile/Images/f-tel.png);background-repeat:no-repeat;background-position:left center;background-size:1.35rem 1.35rem;font-size:1rem;font-weight:400;line-height:1.35rem;color:#000;padding-left:1.8rem;margin-bottom:.6rem;letter-spacing:.05rem}
.foot .foot-t .tel .site{position:relative;text-align:center}
.foot .foot-t .tel .site em{background-image:url(/Mobile/Images/h-site.png);background-repeat:no-repeat;background-position:left center;background-size:1.1rem auto;font-size:1.2rem;font-weight:400;line-height:1.7rem;color:#e31d1a;padding-left:1.3rem;display:inline-block;margin-left:1.7rem}
.foot .foot-t .tel .site span{display:block;width:12.7rem;height:2.4rem;background:#e31d1a;border-radius:1.2rem;text-align:center;font-size:1.2rem;font-weight:400;line-height:2.4rem;color:#fff;margin-top:.5rem}
.foot .foot-t .tel .site ul{position:absolute;right:0;top:2rem;background:#fff;padding:1rem .5rem;width:15rem;box-sizing:border-box;min-height:7rem;box-shadow:0 0 1rem rgba(0,0,0,.1);display:none}
.foot .foot-t .tel .site ul::before{content:"";display:block;width:0;height:0;border:.3rem solid transparent;border-bottom:.3rem solid #fff;position:absolute;right:34.5%;top:-.6rem}
.foot .foot-t .tel .site ul li{font-size:1rem;font-weight:400;line-height:1.5rem;color:#666}
.foot .foot-t .tel .site ul li a{display:block;padding:0 .75rem;color:#666}
.foot .foot-t .tel .site ul li a:hover{background:#e31d1a;color:#fff}
.foot .foot-t .tel .site ul.show{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.foot .foot-t .info{padding-top:3rem;padding-bottom:2.5rem}
.foot .foot-t .info p{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;justify-content:center;margin-bottom:2rem}
.foot .foot-t .info p a{display:block;font-size:1.2rem;font-weight:400;line-height:1.2rem;color:#333;margin-right:2rem}
.foot .foot-t .info p a.map{color:#666}
.foot .foot-t .info p a:last-of-type{margin-right:0}
.foot .foot-t .info b{display:block;font-size:1.2rem;font-weight:700;line-height:200%;color:#333;text-align:center}
.foot .foot-t .info em{display:block;font-size:1.1rem;font-weight:400;line-height:200%;color:#333;letter-spacing:-.05rem;text-align:center;padding:0 .75rem}
.foot .foot-b{position:fixed;left:50%;bottom:0;height:4.8rem;background:#222;transform:translateX(-50%);z-index:98;width:100%}
.foot .foot-b ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;height:4.8rem;justify-content:center}
.foot .foot-b ul li{width:33.33%}
.foot .foot-b ul li a{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;justify-content:center;align-items:center;height:4.8rem}
.foot .foot-b ul li a img{width:2rem;margin-right:.5rem}
.foot .foot-b ul li a span{font-size:1.2rem;font-weight:400;line-height:1.2rem;color:#fff}
.foot .foot-b ul li.cur{background:#e31d1a}
.bk-title{text-align:center}
.bk-title b{display:block;font-size:2.3rem;font-weight:700;line-height:2.3rem;color:#e31d1a}
.bk-title span{display:inline-block;font-size:1.2rem;font-weight:400;line-height:2.8rem;color:#666;padding:0 1.4rem;background:#eee;border-radius:1.4rem;margin-top:1rem;min-width:17rem}
.hot .hot-t{margin-top:1.5rem;margin-bottom:1.5rem}
.hot .hot-t ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;justify-content:center}
.hot .hot-t ul li{font-size:1.2rem;font-weight:400;line-height:3.2rem;color:#000;border-bottom:.1rem solid transparent;margin:0 1.6rem}
.hot .hot-t ul li.cur{border-color:#e31d1a}
.hot .hot-c{margin:1.75rem 4% 3.25rem;overflow:hidden}
.hot .hot-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between}
.hot .hot-c ul li{font-size:1.2rem;font-weight:400;line-height:3.3rem;color:#666;text-align:center;border:.05rem solid #e1e1e1;width:49.4%;border-radius:1.65rem;margin-bottom:.7rem;box-sizing:border-box}
.hot .hot-c ul li a{display:block;color:#666;}
.hot .hot-c .swiper-slide{overflow:hidden}
.hot .hot-c .swiper-pagination{height:auto;bottom:0;position:relative;margin-top:1rem;line-height:0}
.hot .hot-c .swiper-pagination-bullet{width:.65rem;height:.65rem;background:#999;opacity:1;margin:0 .45rem!important;vertical-align:top;border-radius:.35rem;position:relative}
.hot .hot-c .swiper-pagination-bullet-active{background:#e31d1a;width:1.4rem}


/* 底部固定导航 */

.social_nav5{height:4.5rem;position:fixed; bottom:0; min-width:320px; max-width:640px; width:100%;  z-index:9;
background: #0063f1;}

.social_nav5 li{ width:25%; float:left; position:relative;font-size:1rem; text-align:center; color:#fff;line-height:1rem; height:4.5rem;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
.social_nav5 li em{ width:40%; display:block; margin:0 auto; padding:0.15rem 0 0 0;}
.social_nav5 li a{ color:#fff;}
.social_nav5 li.cur{ color:#fff; background: #0058d7;}

/*底部结束*/

.nav{padding:2.6rem .75rem}
.nav ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between}
.nav ul li em{width:5.7rem;margin:0 auto;background:#e31d1a;display:block;border-radius:50%}
.nav ul li h3{font-size:1.5rem;font-weight:400;line-height:1.5rem;color:#666;display:block;background-image:url(/mobile/images/nav-sj.png);background-repeat:no-repeat;background-position:right center;background-size:.9rem .9rem;padding-right:1.25rem;margin-top:1.1rem}

/* 内页样式 start */
.line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clear{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
/* 分页 */
.paging{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;justify-content:center}
.paging span{border:.1rem solid #000;height:3.3rem;box-sizing:border-box;text-align:center;font-size:1.2rem;font-weight:400;line-height:3rem;color:#000;padding:0 1.3rem;margin:0 .35rem}
.paging span.cur{background:#e31d1a;color:#fff;border-color:#e31d1a}

/* 实验室搬迁 */
.page1-guide{padding:3.5rem .75rem 0}
.page1-guide dl{margin-top:1.7rem}
.page1-guide dl dd{font-size:1.2rem;font-weight:400;line-height:2rem;color:#727272;display:block;margin-top:2.5rem}
.page1-guide ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;margin-top:2.2rem}
.page1-guide ul li em{display:block;width:5.7rem;height:5.7rem;border-radius:50%;margin:0 auto;background:#727272}
.page1-guide ul li b{font-size:1.2rem;font-weight:400;line-height:1.5rem;color:#666;display:block;text-align:center;margin-top:.75rem}
.page1-guide ul li b span{display:block}
.page1-service{padding:5rem .75rem 0}
.page1-service .page1-service-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;margin-top:1.25rem;margin-bottom:1.8rem}
.page1-service .page1-service-c ul li{width:48.6%;margin-bottom:.3rem}
.page1-service .page1-service-c ul li h4{display:block;font-size:1.2rem;font-weight:400;line-height:3.6rem;color:#727272;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 .5rem;text-align:center}
.page1-process{padding-top:5rem; overflow: hidden;}
.page1-process .page1-process-t ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;margin-top:2rem;margin-bottom:1.5rem}
.page1-process .page1-process-t ul li{text-align:center;position:relative;width:33.33%}
.page1-process .page1-process-t ul li::after{content:"";display:block;width:0;height:100%;border-right:.05rem dashed #a6a6a6;position:absolute;right:0;top:0}
.page1-process .page1-process-t ul li em{display:block;width:4.3rem;height:4.3rem;border-radius:50%;margin:0 auto;background:#727272}
.page1-process .page1-process-t ul li span{display:block;font-size:1.5rem;font-weight:400;line-height:2rem;color:#000;margin-top:.6rem}
.page1-process .page1-process-t ul li:last-of-type::after{display:none}
.page1-process .page1-process-t ul li.cur em{background:#e31d1a}
.page1-process .page1-process-t ul li.cur span{color:#e31d1a;font-weight:700}
.page1-process .page1-process-b ul li b{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;font-size:1.5rem;font-weight:700;line-height:6rem;color:#e31d1a;border-bottom:.05rem solid #e5e5e5;margin:0 .75rem;padding-left:1.7rem}
.page1-process .page1-process-b ul li b img{width:auto;height:3.1rem;margin-right:.9rem}
.page1-process .page1-process-b ul li p{padding-left:1.7rem;margin:0 .75rem;padding-top:1.6rem;padding-bottom:1.6rem}
.page1-process .page1-process-b ul li p span{display:block;font-size:1.2rem;font-weight:400;line-height:2.5rem;color:#000}
.page1-partner{padding:2.6rem .75rem 0}
.page1-partner .page1-partner-c{margin-top:2rem;border-top:.1rem solid #ebebeb;box-sizing:border-box;position:relative}
.page1-partner .page1-partner-c::before{content:"";display:block;width:.1rem;height:100%;background:#ebebeb;position:absolute;left:0;top:0;z-index:1}
.page1-partner .page1-partner-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.page1-partner .page1-partner-c ul li{width:33.33%;border-right:.1rem solid #ebebeb;border-bottom:.1rem solid #ebebeb;box-sizing:border-box}
.page1-partner .page1-partner-c ul::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.page1-case{padding:5rem .75rem 0}
.page1-case .page1-case-c{margin-top:2rem;overflow:hidden}
.page1-case .page1-case-c dl{margin-bottom:1.5rem}
.page1-case .page1-case-c dl a{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.page1-case .page1-case-c dl dt{width:46.5%}
.page1-case .page1-case-c dl dd{border:.05rem solid #eee;box-sizing:border-box;width:calc(100% - 46.5%);padding-left:1.7rem;padding-top:.5rem}
.page1-case .page1-case-c dl dd p{font-size:1.2rem;font-weight:400;line-height:1.8rem;color:#666;display:block}
.page1-case .page1-case-c dl dd em{display:block;font-size:1.1rem;font-weight:400;line-height:1.9rem;color:#666;border:.1rem solid #666;border-radius:1.9rem;width:6.9rem;text-align:center;margin-top:.7rem}
.page1-case .page1-case-c .swiper-pagination{position:relative;bottom:auto;line-height:0;margin-top:1.4rem;margin-bottom:3.9rem}
.page1-case .page1-case-c .swiper-pagination .swiper-pagination-bullet{width:.65rem;height:.65rem;margin:0 .45rem}
.page1-case .page1-case-c .swiper-pagination .swiper-pagination-bullet-active{background:#e31d1a}

/* 服务项目 */
.page2-service{padding:1.8rem .75rem 0}
.page2-service .page2-service-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;margin-top:1.25rem;margin-bottom:1.8rem}
.page2-service .page2-service-c ul li{width:48.6%;margin-bottom:.3rem}
.page2-service .page2-service-c ul li h4{display:block;font-size:1.2rem;font-weight:400;line-height:3.6rem;color:#727272;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 .5rem;text-align:center}
.page2-case{padding:5rem .75rem 0}
.page2-case .page2-case-c{margin-top:2rem;overflow:hidden}
.page2-case .page2-case-c dl{margin-bottom:1.5rem}
.page2-case .page2-case-c dl a{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.page2-case .page2-case-c dl dt{width:46.5%}
.page2-case .page2-case-c dl dd{border:.05rem solid #eee;box-sizing:border-box;width:calc(100% - 46.5%);padding-left:1.7rem;padding-top:.5rem}
.page2-case .page2-case-c dl dd p{font-size:1.2rem;font-weight:400;line-height:1.8rem;color:#666;display:block}
.page2-case .page2-case-c dl dd em{display:block;font-size:1.1rem;font-weight:400;line-height:1.9rem;color:#666;border:.1rem solid #666;border-radius:1.9rem;width:6.9rem;text-align:center;margin-top:.7rem}
.page2-case .page2-case-c .swiper-pagination{position:relative;bottom:auto;line-height:0;margin-top:1.4rem;margin-bottom:3.9rem}
.page2-case .page2-case-c .swiper-pagination .swiper-pagination-bullet{width:.65rem;height:.65rem;margin:0 .45rem}
.page2-case .page2-case-c .swiper-pagination .swiper-pagination-bullet-active{background:#e31d1a}

/* 成功案例 */
.page3-case{padding:1.6rem .75rem 0}
.page3-case .page3-case-c{margin-top:2rem;padding-bottom:1rem}
.page3-case .page3-case-c dl{margin-bottom:1.5rem}
.page3-case .page3-case-c dl a{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.page3-case .page3-case-c dl dt{width:46%; display: flex;}
.page3-case .page3-case-c dl dd{border:.05rem solid #eee;box-sizing:border-box;width:calc(100% - 46%);padding-left:1.7rem;padding-top:1rem}
.page3-case .page3-case-c dl dd h4{display:block;font-size:1.2rem;font-weight:700;line-height:1.3rem;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.8rem}
.page3-case .page3-case-c dl dd p{font-size:1.2rem;font-weight:400;line-height:1.8rem;color:#666;display:block}
.page3-case .page3-case-c dl dd em{display:block;font-size:1.1rem;font-weight:400;line-height:1.9rem;color:#666;border:.1rem solid #666;border-radius:1.9rem;width:6.9rem;text-align:center;margin-top:.7rem}
.page3-partner{padding:5rem .75rem 0}
.page3-partner .page3-partner-c{margin-top:2rem;border-top:.1rem solid #ebebeb;box-sizing:border-box;position:relative}
.page3-partner .page3-partner-c::before{content:"";display:block;width:.1rem;height:100%;background:#ebebeb;position:absolute;left:0;top:0;z-index:1}
.page3-partner .page3-partner-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.page3-partner .page3-partner-c ul li{width:33.33%;border-right:.1rem solid #ebebeb;border-bottom:.1rem solid #ebebeb;box-sizing:border-box}
.page3-partner .page3-partner-c ul::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.page3-table{padding:5rem .75rem 0}
.page3-table .page3-table-c{margin-top:2rem;overflow:hidden;border-top:.05rem solid #d0d0d0}
.page3-table .page3-table-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.page3-table .page3-table-c ul li{width:50%;font-size:1.2rem;font-weight:400;line-height:1.9rem;color:#666;border-bottom:.05rem solid #d0d0d0;border-right:.05rem solid #d0d0d0;box-sizing:border-box;padding:1rem 0 1rem 1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.page3-table .page3-table-c ul li:hover{background:#f5f5f5;color:#e31d1a}
.page3-table .page3-table-c ul li:nth-of-type(odd){border-left:.05rem solid #d0d0d0}
.page3-table .page3-table-c ul::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.page3-table .page3-table-c .swiper-pagination{position:relative;bottom:auto;line-height:0;margin-top:3rem;margin-bottom:2.4rem}
.page3-table .page3-table-c .swiper-pagination .swiper-pagination-bullet{width:.65rem;height:.65rem;margin:0 .45rem}
.page3-table .page3-table-c .swiper-pagination .swiper-pagination-bullet-active{background:#e31d1a}
.page3-table .tips{background:#eee;padding:1.5rem 1.25rem;position:relative}
.page3-table .tips::before{content:"";display:block;width:0;height:0;border:.8rem solid transparent;border-bottom:.8rem solid #eee;position:absolute;left:50%;top:-1.6rem;transform:translateX(-50%)}
.page3-table .tips b{display:block;width:5.9rem;height:1.9rem;background:#e31d1a;font-size:1.2rem;font-weight:400;line-height:1.9rem;color:#ffff;text-align:center;border-radius:.95rem;margin-bottom:1rem}
.page3-table .tips span{display:block;font-size:1.2rem;font-weight:400;line-height:2rem;color:#666}
.page3-news{padding:4rem .75rem}
.page3-news .page3-news-c{margin-top:2rem}
.page3-news .page3-news-c dl a{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between}
.page3-news .page3-news-c dl dt{width:42.8%}
.page3-news .page3-news-c dl dd{width:55%}
.page3-news .page3-news-c dl dd h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-size:1.2rem;font-weight:700;line-height:1.3rem;color:#000}
.page3-news .page3-news-c dl dd p{font-size:1.2rem;font-weight:400;line-height:2rem;color:#666;display:block;margin-top:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.page3-news .page3-news-c dl dd em{display:block;font-size:1.2rem;font-weight:400;line-height:85%;color:#666;margin-top:.65rem}
.page3-news .page3-news-c ul{margin-top:1.5rem}
.page3-news .page3-news-c ul li{position:relative;border-bottom:.05rem solid #e5e5e5}
.page3-news .page3-news-c ul li h4{font-size:1.2rem;font-weight:400;line-height:3rem;color:#666;display:block;padding-right:8.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.page3-news .page3-news-c ul li h4::before{content:"• ";font-size:.9rem}
.page3-news .page3-news-c ul li em{position:absolute;right:1.9rem;top:0;font-size:1.2rem;font-weight:400;line-height:3rem;color:#666}
.page3-news .page3-news-c ul li:last-of-type{border-bottom:0}

/* 关于我们 */
.page4-about{padding:2.6rem .75rem 0}
.page4-about .page4-about-c{margin-top:1.5rem}
.page4-about .page4-about-c dl dd{font-size:1.2rem;font-weight:400;line-height:2rem;color:#727272;margin:2.5rem .75rem 0}
.page4-about .page4-about-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between;margin-top:2.2rem}
.page4-about .page4-about-c ul li{width:48.2%;display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;border:.05rem solid #eee;height:6.8rem;margin-bottom:.7rem;align-items:center;padding-left:1.1rem;box-sizing:border-box}
.page4-about .page4-about-c ul li em{display:block;width:3.4rem;margin-right:.5rem}
.page4-about .page4-about-c ul li b{width:calc(100% - 3.9rem);font-size:1.5rem;font-weight:400;line-height:1.5rem;color:#000}
.page4-about .page4-about-c ul li b span{display:block;font-size:1.2rem;font-weight:400;line-height:1.8rem;color:#000;margin-top:.4rem}
.page4-info{padding:4.3rem .75rem 0}
.page4-info .page4-info-c dt{margin-top:1.5rem;margin-bottom:1.5rem}
.page4-info .page4-info-c dd p{font-size:1.2rem;font-weight:400;line-height:2rem;color:#666;display:block;text-indent:2em}
.page4-culture{padding-top:4.7rem;overflow: hidden;}
.page4-culture .page4-culture-t{margin-top:2rem;margin-bottom:1.5rem}
.page4-culture .page4-culture-t ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.page4-culture .page4-culture-t ul li{width:33.33%;text-align:center;position:relative}
.page4-culture .page4-culture-t ul li::after{content:"";display:block;width:0;height:100%;border-right:.05rem dashed #a6a6a6;position:absolute;right:0;top:0}
.page4-culture .page4-culture-t ul li em{display:block;width:4.3rem;height:4.3rem;border-radius:50%;overflow:hidden;background:#727272;margin:0 auto}
.page4-culture .page4-culture-t ul li b{display:block;font-size:1.5rem;font-weight:400;line-height:1.5rem;color:#000;margin-top:.9rem}
.page4-culture .page4-culture-t ul li:last-of-type::after{display:none}
.page4-culture .page4-culture-t ul li.cur em{background:#e31d1a}
.page4-culture .page4-culture-t ul li.cur b{color:#e31d1a;font-weight:700}
.page4-culture .page4-culture-b ul li b{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;font-size:1.5rem;font-weight:700;line-height:6rem;color:#e31d1a;border-bottom:.05rem solid #e5e5e5;margin:0 .75rem;padding-left:1.7rem}
.page4-culture .page4-culture-b ul li b img{width:auto;height:3rem;margin-right:.9rem}
.page4-culture .page4-culture-b ul li p{padding:1.6rem 1.7rem;margin:0 .75rem;font-size:1.2rem;font-weight:400;line-height:2.5rem;color:#000}
.page4-partner{padding:1rem .75rem 0}
.page4-partner .page4-partner-c{margin-top:2rem;border-top:.1rem solid #ebebeb;box-sizing:border-box;position:relative}
.page4-partner .page4-partner-c::before{content:"";display:block;width:.1rem;height:100%;background:#ebebeb;position:absolute;left:0;top:0;z-index:1}
.page4-partner .page4-partner-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start}
.page4-partner .page4-partner-c ul li{width:33.33%;border-right:.1rem solid #ebebeb;border-bottom:.1rem solid #ebebeb;box-sizing:border-box}
.page4-partner .page4-partner-c ul::after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.page4-working{padding:4.7rem .75rem 4.5rem}
.page4-working .page4-working-c{margin-top:1.5rem}
.page4-working .page4-working-c ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between}
.page4-working .page4-working-c ul li{width:49.5%;margin-bottom:.5rem}
.page4-working .page4-working-c ul li:first-of-type{width:100%}

/* 联系我们 */
.page5-info{padding:2.6rem .75rem 0}
.page5-info .page5-info-c{margin-top:1.5rem}
.page5-info .page5-info-c dl dd h3{font-size:1.5rem;font-weight:700;line-height:1.5rem;color:#000;display:block;margin-top:2.2rem;margin-bottom:2.2rem}
.page5-info .page5-info-c dl dd p{font-size:1.2rem;font-weight:400;line-height:2rem;color:#666;display:block}
.page5-contact{margin:3.4rem .75rem 0}
.page5-contact .page5-contact-t ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:flex-start;padding-left:1.7rem}
.page5-contact .page5-contact-t ul li{margin-right:6rem;margin-bottom:2.5rem}
.page5-contact .page5-contact-t ul li img{display:block;width:auto;height:2.45rem}
.page5-contact .page5-contact-t ul li b{font-size:1.2rem;font-weight:400;line-height:1.2rem;color:#000;margin-top:2rem;display:block}
.page5-contact .page5-contact-t ul li b span{display:block;font-size:1.5rem;font-weight:400;line-height:85%;color:#000;margin-top:1rem}
.page5-contact .page5-contact-t ul li:last-of-type{margin-right:0}
.page5-contact .page5-contact-b ul{display:flex;display:-webkit-flex;flex-wrap:wrap;justify-content:space-between}
.page5-contact .page5-contact-b ul li{width:49%;border:.05rem solid #dcdcdc;padding-top:2rem;text-align:center;min-height:16rem;margin-bottom:.5rem}
.page5-contact .page5-contact-b ul li em{display:block;width:3.5rem;height:3.5rem;background:#e31d1a;border-radius:50%;overflow:hidden;margin:0 auto}
.page5-contact .page5-contact-b ul li b{display:block;font-size:1.5rem;font-weight:700;line-height:1.5rem;color:#000;margin-top:1.1rem;margin-bottom:1.2rem}
.page5-contact .page5-contact-b ul li p{display:block;font-size:1.2rem;font-weight:400;line-height:1.8rem;color:#000;padding:0 .5rem}
.page5-contact .page5-contact-b ul li p span{display:block;margin-top:1rem}
.page5-map{padding:4.5rem .75rem 5rem}
.page5-map .page6-map-c{margin-top:1.8rem}

/* 内页样式 end */
.ny-banner img,
.nav ul li img,
.page1-guide img,
.page1-service img,
.page1-process img,
.page1-partner img,
.page1-case img,

.page2-service img,
.page2-case img,

.page3-news img,
.page3-table img,
.page3-partner img,
.page3-case img,

.page4-about img,
.page4-info img,
.page4-working img,
.page4-partner img,
.page4-culture img,

.page5-info img,
.page5-contact img {width: 100%; display: block;}