@charset "UTF-8";
/**
 * @authors luankezhen (luankezhen@foxmail.com)
 * @date    2013-08-18 14:49:58
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:"Microsoft YaHei", "SimHei", "SimSun";
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'iconfont';
	font-style: normal;
	-webkit-font-smoothing: antialiased;/*CSS3里面加入了一个“-webkit-font-smoothing”属性。这个属性可以使页面上的字体抗锯齿,使用后字体看起来会更清晰舒服。加上之后就顿时感觉页面小清晰了。*/
	-webkit-text-stroke-width: 0.2px;/*设置或检索对象中的文字的描边厚度*/
	/*-webkit-text-stroke-color:#ff0;*//*设置或检索对象中的文字的描边颜色*/
	-moz-osx-font-smoothing: grayscale;
	padding: 0 0 48px;
}
img {
	/*max-width: 100%;*/
	display: block;
	border:0;
	vertical-align:middle;
}
ul {
	list-style:none;
}
html, body {
	min-height: 100%;
	background: #fff;
}
body {
	font-family: Verdana;
	-webkit-text-size-adjust: none;
}
/*选中后背景色*/
::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
a {
	/*	*/
	text-decoration:none;
}
a:active, a:hover {
	outline: 0;
}
.a-del {
	color: #c00;
}
.a-del:hover {
	color: #b00;
	text-decoration: underline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.icon-arrow-right {
	
}
.fb18 {
	font-size: 18px;
	font-weight: bold;
}
.fb24 {
	font-size: 24px;
	font-weight: bold;
}
.cred {
	color: #c00 !important;
}
.cblue {
	color: #06c !important;
}

/*====IE提示====*/
.ie8-tips {
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #0066cc;
	background:#fff;
	color:#333;
	line-height:50px;
	text-align:center;
	font-size:2em;
}
.ie8-tips p {
	padding:5px 0;
}
.ie8-tips a {
	margin:0 1em;
	font-size:2em;
}
/*=清除非IE浏览器下的浮动溢出=*/
.wrapfix:after{	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrapfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .wrapfix {
	height: 1%;
}
.wrapfix {
	display: block;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}
/* End hide from IE-mac */

.cleardiv{clear:both;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {clear:both;zoom:1;}
.mt10{margin-top:10px;}
#wrap { display: block; min-width: 320px; max-width: 640px; width: 100%; margin: 0 auto; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; overflow: hidden; }

/* header */
.wap-header{text-align:center;overflow:hidden;position:relative;border-bottom:2px solid #fff;padding:10px 0 10px 0}
.wap-header img{border:0;width:100%;}
.header{position:relative;height:40px;line-height:40px;background:#666;color:#fff;padding-left:12px;}
.header a{color:#fff;}
.header .toptel{position:absolute;top:0;right:5px;z-index:1000;display:block;width:40px;height:40px;text-indent:-9999em;background:url(../img/icon_tel.fw.png) no-repeat center center;background-size:86%;}

@media (min-width:641px){body{width:100%;margin:auto;}}


/*首页主体部分*/
/*新加内容*/
.clr {display:block;clear:both;height:0;overflow:hidden;}

.wapnav{background-color: #B2142A }
.wapnav ul{overflow:hidden;}
.wapnav li{float:left; width:25%; text-align:center;}
.wapnav li a{
	display:block;padding:15% 0px;font-size:1em;color:#fff;margin-top:1px;position:relative;background-color:#B2142A;
	background-image:-moz-linear-gradient(top , #FA3D1D , #B2142A);
	background-image:-webkit-linear-gradient(top , #FA3D1D , #B2142A);
	background-image:-o-linear-gradient(top , #FA3D1D , #B2142A);
	background-image:-ms-linear-gradient(top , #FA3D1D , #B2142A);
	background-image:linear-gradient(top , #FA3D1D , #B2142A);
}
.wapnav li a:after{content:'';position:absolute;top:0;right:-2px;z-index:9;height:100%;width:0px;border-right: 1px solid #FA3D1D;border-left: 1px solid #9F3011;}

/**/
.mainmenu {overflow:hidden;display: block;}
.mainmenu li{height:25%; overflow:hidden;padding:0 1.5%;}
.mainmenu li i{display:block; height:41%}
.mainmenu li img{float:left;width:48%;padding-right:12px;position:relative;top:6px;}
.mainmenu li p{line-height:180%;color:#777;}
.mainmenu li p b{color:#000;}

/**/
.more-box{ text-align:center; padding-top:5px; padding-bottom:5px}
.more-box a{color:#000;}


/**/
.news-box {margin-top: 1em;overflow: hidden;}
.news-box ul{overflow:hidden;list-style:none;}
.news-box ul li{
	width:100%;
	background-color:#fafafa;
	background-image:-moz-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-webkit-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-o-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-ms-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:linear-gradient(top , #fafafa , #f6f6f6);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	overflow: hidden;
	text-indent:5%;
	list-style:none;
}
.news-box ul li a,.news-box ul li p{display: block;width: 100%;padding-top: 4%;padding-bottom: 4%;color:#777;}

.news-box dl{display:block;list-style:none;border-bottom:1px dashed #ddd;margin-bottom:2%;padding:0 2% 2%;}
.news-box dl dt{display:block;list-style:none;font-size:1.3em;font-weight:bold;}
.news-box dl dt span{color:#D62F26;}
.news-box dl dd{line-height:150%;text-indent:2em;color:#888;padding-top:5px;}

.box_swipe {overflow: hidden; position: relative; width: 100%; z-index: 1;}
.box_swipe ul {-webkit-padding-start: 0px; list-style: none outside none; width: 4480px; transition-duration: 500ms; transform: translate3d(-1920px, 0px, 0px);}
.box_swipe ul li img{width:100%;border:0;}
.box_swipe>ol {display: block; width: 98%; height: 20px; position: absolute; z-index: 10; margin-top: -25px; padding-right: 50px;}
.box_swipe>ol>li {display: inline-block; margin: 5px 0; width: 10px; height: 10px; background-color: #757575; border-radius: 10px;}
.box_swipe>ol>li.on {background-color: #ffffff; }

<!---->
.cinav{padding:1em 5px;clear:both;}
.cinav a{
	display:inline;
	float:left;
	text-decoration:none;
	color:#000;
	font-size:14px;
	margin-bottom:6px;
	border-radius:18px;
	padding:5px 10px 7px;
	color:#fff;
    background-image:-moz-linear-gradient(top , #09f , #08f);
	background-image:-webkit-linear-gradient(top , #09f , #08f);
	background-image:-o-linear-gradient(top , #09f , #08f);
	background-image:-ms-linear-gradient(top , #09f , #08f);
	background-image:linear-gradient(top , #09f , #08f)!important;}
.spd_active{
	color:#fff!important;
	background:#D62F26!important;
	border-radius:18px;
	background-image:-moz-linear-gradient(top , #f46a0f , #dc5f0d);
	background-image:-webkit-linear-gradient(top , #f46a0f , #dc5f0d);
	background-image:-o-linear-gradient(top , #f46a0f , #dc5f0d);
	background-image:-ms-linear-gradient(top , #f46a0f , #dc5f0d);
	background-image:linear-gradient(top , #f46a0f , #dc5f0d);}
	
.cinav2{padding:1em 5px;clear:both;}
.cinav2 a{
	display:inline;
	float:left;
	text-decoration:none;
	color:#000;
	font-size:14px;
	margin-bottom:6px;margin-left:6px;
	border-radius:1px;
	padding:5px 10px 7px;
	color:#fff; background:#999999;}
.spd_active2{
	color:#fff!important;
	background:#f46a0f!important;
	border-radius:18px;
	background-image:-moz-linear-gradient(top , #f46a0f , #dc5f0d);
	background-image:-webkit-linear-gradient(top , #f46a0f , #dc5f0d);
	background-image:-o-linear-gradient(top , #f46a0f , #dc5f0d);
	background-image:-ms-linear-gradient(top , #f46a0f , #dc5f0d);
	background-image:linear-gradient(top , #f46a0f , #dc5f0d);}

/**/
.textcolor{color:#757575;}
.form-liuyan{color:#333;height:auto;margin:auto;}
.form-line{padding:10px 0px;width:100%;height:30px;line-height:30px;vertical-align:middle;clear:both;}
.form-line ins{height:35px;line-height:35px;color:#757575;font-size:16px;display:inline-block;float:left;font-style:normal;text-decoration:none;}
.form-line label.word{width:100px;font-weight:normal;font-size:17px;color:#757575;height:35px;line-height:35px;vertical-align:middle;display:inline-block;float:left;}

/*boxbg*/
.box{clear:both;}
.box .head{height:40px;line-height:40px;color:#fff;background:#D62F26;}
.box .head .L{width:15px;height:40px;line-height:40px;float:left;background:url(../images/icon-prev.png) no-repeat 5px center;background-size:70%;}
.box .head .R{width:6px;height:30px;line-height:40px;float:right;}
.box .head .TAG{float:left;color:#fff;font-weight:bold;font-size:15px;line-height:40px;height:40px;margin-left:5px;}
.box .head .TAG a{color:#fff;font-size:14px;}
.box .head .TAG em{font-style:normal;color:#eab207;margin-right:5px;}
.box .head .more{width:45px;float:right;text-align:center;line-height:40px;}
.box .head .more a{display:block;width:45px;height:40px;line-height:40px;color:#Ff0;}
.box .cont{padding:5px;border:0px solid #efefef;height:auto;zoom:1;line-height:200%;}
.box .cont ul,.box .cont li{list-style:none;}
.box .cont li{color:#999;}
.box .cont li.sk2em a{color:#F30;}
.box .cont li a{font-size:15px;color:#666;padding-right:1em;}

.k1{ height:1px}

/*内容页面*/
.list-page{min-height:368px;height:100%;padding-top:1em;}

.content{padding:0px 5px;margin:5px;line-height:200%;}
.content *{font-size:17px;color:#333;padding:0;color:#777;}
.content .title{font-size:24px;font-weight:bold;padding-top:12px;padding-bottom:2%;color:#000;line-height:120%;text-align:center;border-bottom:0px dashed #FF9900;}
.content .top_about{text-align:center;color:#666;padding:1px 0;margin:0px auto 3%;background:#fafafa;}
.content .neirong{TABLE-LAYOUT: fixed;WORD-WRAP: break-word;}
.content .neirong img {width:90%;display:block;margin:auto;} 
.content .neirong .img1 img {width:119px;display:block;margin:auto;}
.content .neirong .img2 img {width:135px;display:block;margin:auto;}
.content .neirong .img3 img {width:86px;display:block;margin:auto;}

.content .up-down{border-top:1px dashed #999;width:100%;margin:10px auto 0px;padding:20px 0 0;text-align:center;}
.content .up-down a{font-size:15px;display:inline-block;padding:5px 10px;background:#eee;border:1px solid #dfdfdf;-webkit-border-radius:5px;;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;margin-left:5px;margin-right:5px;}
.content .up-down a:hover{background:#eaeaea;}

.content .nextpage{border-top:1px dashed #999;width:100%;margin:10px auto 0;padding:10px 0;text-align:center;}
.content .nextpage a{font-size:15px;display:inline-block;padding:10px 20px;background:#eee;border:1px solid #dfdfdf;border-radius:5px;margin-left:5px;margin-right:5px;}
.content .nextpage a:hover{background:#eaeaea;}
/*分页*/
.page{text-align:center;padding:2% 0;clear:both;}
.page a{padding:5px 10px;font-size:16px;background:#09F;-webkit-border-radius:5px;border-radius:5px;color:#fff;}
.page a:hover{text-decoration:none;color:#FFF;background:#F60;}
.page font{color:#000;background:#F60;padding:5px 10px;font-size:16px;-webkit-border-radius:5px;border-radius:5px;}
.page span{color:#FFF;background:#09F;padding:5px 10px;font-size:16px;-webkit-border-radius:5px;border-radius:5px;margin-right:6px;}

/*<!--返回上一页面-->*/
.btn-back{background:#F90;width:80%;height:36px;line-height:36px;text-align:center;margin:auto;-webkit-border-radius:10px;border-radius:10px;}
.btn-back:hover{background:#09F;}
.btn-back a{color:#fff;display:block;}

/*<!--列表页面-->*/
.catelist{clear:both;height:auto;position:relative;}
.catelist .posttime{
	color:#fff;
	padding:5px;
	position:relative;
	width:50px;
	float:left;
	text-align:center;
	margin-left:10px;
	background: -o-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -moz-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -webkit-gradient(linear, 0 0, 0 30%, from(#767676), to(#595959));
	background: -webkit-gradient(linear, 0 30%, 0 100%, from(#4A4A4A), to(#000));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.catelist .posttime span{font-size:18px;}
.catelist .postcont{position:relative;float:left;margin-left:15px;width:66%;padding:10px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;box-shadow:1px 1px 8px #888;}
.catelist .postcont p{line-height:24px;}
.catelist .postcont a{color:#282828;}
.catelist .postcont a img.suotu{width:100%;display:block;margin:auto;clear:both;overflow:hidden;margin-top:10px;}
.catelist .postcont a .intro{display:block;padding:5px 0;color:#777;font-size:14px;line-height:150%;margin-top:10px;}
.catelist .postcont a .intro img{width:100%;}
.catelist .postcont a ins{font-style:normal;text-decoration:none;}

.catepic{width:50%;float:left;text-align:center;padding-top:8px;margin-bottom:10px;}
.catepic a{display:block;color:#888;}
.catepic img{width:90%;height:180px;border:4px solid #dfdfdf;display:block;margin:auto;padding:2px;}
.catepic span{height:24px;line-height:24px;padding-top:5px;text-align:center;width:92%;overflow:hidden;display:block;margin:auto;clear:both;}
.catepic0{width:50%;float:left;text-align:center;padding-top:8px;margin-bottom:10px;}
.catepic0 a{display:block;color:#888;}
.catepic0 img{width:88%;height:120px;border:4px solid #dfdfdf;display:block;margin:auto;padding:2px;}
.catepic0 span{height:24px;line-height:24px;padding-top:5px;text-align:center;width:92%;overflow:hidden;display:block;margin:auto;clear:both;}

/*留言-在线沟通*/
.mess-table {width:100%;font-size:14px;line-height:1.5;}
.mess-table th {font-weight:bold;text-align:right;vertical-align:top;}
.mess-table em {color:#F00;font-style:normal;font-weight:normal;}
.mess-table th,.mess-table td{vertical-align:middle;padding:2px 2px;}
.mess-table td.opt {text-align:center;}
.mess-table textarea, .mess-table .input {width: 96%; border:1px solid #CCC;}
.mess-table .input {height: 25px;line-height:25px;}
.btn {
	height: 30px;
	font-size:14px;
	line-height: 30px;
	padding: 0px 50px;
	border: 1px solid #000;
	color: #FFF;
	text-decoration: none;
	cursor: default;
	background: -o-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -moz-linear-gradient(top, #767676, #595959 30%, #4A4A4A 30%, #000);
	background: -webkit-gradient(linear, 0 0, 0 30%, from(#767676), to(#595959));
	background: -webkit-gradient(linear, 0 30%, 0 100%, from(#4A4A4A), to(#000));
	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;
}
.btn:active {
	background: -o-linear-gradient(top, #000, #767676 100%);
	background: -moz-linear-gradient(top, #000, #767676 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#767676));
}

.bmnote{text-align:center;color:red;padding-bottom:1em;}

/*分享平台*/
.pmain {padding: 0 0 1em;	}
.p-tl {width: 100%;margin: 0 auto;padding: 3% 0;background: #ddddce;color: #360;text-align: center}
.pNC {width: 88%;margin: 0 auto;padding: 1em 0;color: #4a4a4a;min-height: 180px}

/*底部footer*/

/**/
.End-box{display:block;position:relative;background-color:#333333;padding-right: 0px;padding-left: 0px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #999999;margin-top: 1em;}
.End-box .phones{display:block;margin-top:1px;position:relative;background-image: url(../images/index2.png);background-repeat: no-repeat;background-position: 15% center;background-size:4em;font-family:arial;color: #FFF;padding-top: 5%;padding-right: 0px;padding-bottom: 5%;padding-left: 0px;}
.End-box .phones span{color:red;font-weight:600;font-size:18px;font-style:normal;position: relative;top:-0.2em;padding-left: 30%;}
.End-box .phones em{font-size:30px;font-family:"LiHei Pro", arial;color:#fff;padding-left: 30%;}
.back-box1 a{background-color: #333333;display: block;padding-top: 0.5em;padding-bottom: 0.5em;color: #FFF;text-align: center;background-image: url(../images/index_59.jpg);background-repeat: no-repeat;background-position: 30% center;background-size:1em;}
.foot-Copyright {font-size: 1.2em;line-height: 3em;color: #FFF;text-align: center;height: 3em;background-color: #333;padding-top: 1em;padding-bottom: 1em;}
/**/

.top_bar {position: fixed; z-index: 900; bottom: 0; left: 0; right: 0; margin: auto; font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif; }
.top_menu {
	display:-webkit-box;
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	height: 50px;
	display: -webkit-box;
	display: box;
	margin:0;
	padding:0;
	-webkit-box-orient: horizontal;
	background: -webkit-gradient(linear, 0 0, 0 100%, to(#B2142A), color-stop(50%, #FA3D1D));
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2142A;
}

.top_bar .top_menu>li { 
    -webkit-box-flex:1; 
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.15)));
	-webkit-background-size:1px 100%, 1px 100%; 
	background-size:1px 100%, 1px 100%; 
	background-position: 1px center, 2px center; 
	background-repeat: no-repeat;
	position:relative; 
	text-align:center;
}
.top_menu li:first-child { background:none; }
.top_bar .top_menu li a {line-height:50px;display:block;text-align:center;color:#FFF;text-decoration:none;text-shadow: 0 1px rgba(0, 0, 0, 0.3);-webkit-box-flex:1;}
.top_bar .top_menu li a label { padding:3px 0 0 3px; font-size:12px; overflow:hidden; }
.top_bar .top_menu>li>a img { display: inline-block; height: 20px; width: 20px; margin-top:-2px; color: #fff; line-height:50px; vertical-align:middle; }
.top_bar li:first-child a { display: block; }
.top_menu li:last-of-type a { background: none; }
.top_bar .top_menu>li>a:hover, .top_bar .top_menu>li>a:active {background-color:#ff6600;}


.yi-htool{height:39px;width:100%;background:#e6f7fc;position:relative;overflow:hidden}
.yi-htool-left{height:39px;line-height:38px;padding-left:11px;display:block}
.yi-htool-left>a{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-pack:l;-webkit-box-align:center;margin-right:40px;height:40px}
.yi-htool-left>a>span{display:block}
.yi-htool-right{position:absolute;top:0;right:0;display:block;height:39px;width:40px;text-align:right}
.yi-htool-right>a{display:inline-block;margin-right:11px;margin-top:7px}
.yi-htool-telicon,.yi-htool-smsicon{display:inline-block;width:24px;height:24px;background:url(../images/htool-tel.png) center center no-repeat #42b449;background-size:12px 15px;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.5)}
.yi-htool-smsicon{background:url(../images/htool-sq.png) center center no-repeat #42b449;background-size:18px 14px}
.yi-htool-lefticon{margin-right:5px}
.yi-htool-title{color:#666;font-size:13px}
.yi-htool-num,.yi-htool-zixun{color:#fc3304;font-size:21px;font-style:italic;font-weight:700;-webkit-text-fill-color:#fc3304;-webkit-text-stroke:1px #fff;position:relative}
.yi-htool-zixun{font-size:17px}
.yi-htool-num>b{position:absolute;top:0;left:3px;width:20px;height:100%;opacity:.2;background:#fff;-webkit-transform:skewX(-21deg);-webkit-animation:numtrans 1s linear 2s infinite}