@charset "utf-8";
/* CSS Document */
/*---------初始样式----------*/
*{ margin:0px; padding:0px;}
@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body{padding:0; font-family:"Microsoft YaHei"; }
ul,ol,li,dl,dd,dt{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:200}
li{ list-style-type:none}
em,i{font-style:normal; }
b{font-weight:normal; }
a,
a:hover{text-decoration:none}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
input{margin:0; padding:0; outline:none; blr:expression(this.onFocus=this.blur()); }
input:focus,
area,
area:active,
area:focus,
a:active,
a:focus{outline:0; }
input,textarea{font-family:"Microsoft YaHei"}
:focus { -moz-outline-style: 0; -wekit-outline-style: none; } 
*{z-index:1; -webkit-tap-highlight-color:rgba(0,0,0,0);}

.clear {background: none;border: 0;clear: both;	display: block;	float: none;font-size: 0;	list-style: none;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;	line-height: 0;	font-size: 0;}
/*---------初始样式结束----------*/
body{ background-color:#fff; overflow:hidden;overflow-y:scroll;}
/*---------头部--------*/

.head{
	width:100%;
	background:#fff;
}
.head_box{
	width:1100px;
	margin:0 auto;
	z-index:70;
	position:relative;
}
.head_box img.logo{
	float:left;
	margin-left:16px;
}
.head_box img.menu{
	float:right;
	width:9%;
	display:none;
	margin-right:16px;
}

.head_box p.nav{
	float:right;
	margin-top:18px;
	margin-right:16px;
}
.head_box p.nav a{
	float:left;
	height:27px;
	color:#8c8c8c;
	font-size:16px;
	line-height:27px;
	margin-left:40px;
	position:relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.head_box p.nav a i{
	width:0;
	height:3px;
	margin:0 auto;
	display:block;
	background:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head_box p.nav a.hover{
	color:#0092d5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.head_box p.nav a.hover i{
	width:100%;
	background:#0092d5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head_box p.nav a:hover{
	color:#0092d5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.head_box p.nav a:hover i{
	width:100%;
	background:#0092d5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.head_box p.nav a.ewm{
	top:20px;
	right:0;
	width:80px;
	height:120px;
	font-size:14px;
	color:#004ca4;
	line-height:20px;
	text-align:center;
	position:absolute;
}
.head_box p.nav a.ewm img{
	width:80px;
	height:80px;
}
.head_box p.nav a.ewm b{
	display:block;
	font-size:16px;
}


.head_sub{
	top:56px;
	right:520px;
	width:112px;
	display:none;
	padding:10px 0;
	background:#fff;
	position:absolute;
	box-shadow:0 0 4px rgba(0,0,0,0.4);
}
.head_sub a{
	color:#444;
	display:block;
	font-size:14px;
	line-height:25px;
	text-align:center;
}
.head_sub a:hover{
	color:#0092d5;
}
.head_sub i{
	top:-7px;
	left:50px;
	width:12px;
	height:7px;
	display:block;
	position: absolute;
	background:url("../images/tb.png"/*tpa=http://www.zhilab.com/images/tb.png*/) center no-repeat;
}

.nav_box{
	top:0;
	left:0;
	display:none;
	width:100%;
	position: fixed;
}
.nav_box i{
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:1000px;
	display:block;
	background:#fff;
	opacity:0.9;
	position:absolute;
    filter:alpha(opacity=90);  
}
.nav_box img{
	float:left;
	z-index:200;
	margin-left:16px;
	width:30%;
	position:relative;
}
.nav_box img.back{
	float:right;
	width:10%;
	margin-right:16px;
}
.nav_box p.box{
	z-index:200;
	position:relative;
	display:block;
	margin:0 20px;
	height:48px;
	font-family:"微软雅黑";
	text-align:right;
}
.nav_box p.box a{
	height:24px;
	font-size:18px;
	margin-top:6px;
	display:block;
	color:#666;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	line-height:36px;
}
.nav_box p.box a:hover{
	color:#0092d5;
	padding-bottom:10px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	border-bottom:3px solid #0092d5;
}
.nav_box a.ewm{
	z-index:200;
	width:30%;
	font-size:16px;
	color:#004ca4;
	display:block;
	margin:30px auto;
	line-height:27px;
	text-align:center;
	position:relative;
}
.nav_box a.ewm img{
	float:none;
	width:100%;
	margin:0;
}
.nav_box a.ewm b{
	display:block;
	font-size:18px;
}

.nav_box img.tal{
	float: none;
	z-index:200;
	margin-left:0;
	margin:0 auto;
	width:40%;
	display:block;
	position:relative;
}




.head_bottom{
	width:100%;
	padding:8px 0;
	background:#f5f7fb;
}
.head_bottom p.box{
	margin:0 auto;
	width:970px;
	color:#777;
	display:block;
	font-size:15px;
	line-height:1.6em;
	position:relative;
}
.head_bottom p.box b{
	float:left;
	width:7.5em;
	color:#e98300;
	display:block;
	font-weight:bold;
}
.head_bottom p.box b:hover{
	color:#0092d5;
}
.head_bottom p.box b span{
	float:right;
	color:#004da5;
	font-size:1.4em;
	font-family:"宋体";
	margin:0 0.6em;
}
.head_bottom p.box img.right{
	top:0;
	right:-36px;
	height:3.2em;
	position:absolute;
}

.banner{
	width:100%;
	z-index:60;
	overflow:hidden;
	position:relative;
	background:#f7fdff;
}
.banner ul{
	top:0;
	left:0;
	width:1000%;
	display:table;
	position:relative;
}
.banner ul li{
	float:left;
	width:10%;
	line-height:0;
	display:table-cell;
}
.banner ul li img{
	width:100%;
	height:auto;
}
.banner p.btn{
	left:0;
	bottom:25px;
	width:100%;
	height:10px;
	line-height:10px;
	display:block;
	text-align:center;
	position:absolute;
}
.banner p.btn i{
	width:8px;
	height:8px;
	margin:0 10px;
	line-height:8px;
	display:inline-block;
	border-radius:5px;
	background:#abb;
	border:1px solid #abb;
	position:relative;
	behavior: url("pie/PIE.htc"/*tpa=http://www.zhilab.com/css/pie/PIE.htc*/);
}
.banner p.btn i.hover{
	background:none;
	width:8px;
	height:8px;
	margin:0 10px;
	line-height:6px;
	border:1px solid #abb;
}

.wap{
	display:none;
}

.sub_banner{
	width:100%;
	height:236px;
	background:#f7fdff;
}
.sub_banner p.ct{
	width:1100px;
	height:236px;
	color:#011225;
	font-size:16px;
	line-height:24px;
	display:block;
	margin:0 auto;
}
.sub_banner p.ct b{
	display:block;
	color:#004da5;
	line-height:72px;
	font-size:36px;
	font-weight:bold;
	padding-top:40px;
}



.sub_banner_wap{
	width:100%;
	font-size:16px;
	position:relative;
}
.sub_banner_wap img{
	width:100%;
	height:auto;
	z-index:50;
	display:block;
	position:relative;
}
.sub_banner_wap p.ct{
	top:10%;
	left:5%;
	width:95%;
	z-index:60;
	color:#011225;
	line-height:1.5em;
	position:absolute;
}
.sub_banner_wap p.ct b{
	font-size:2em;
	display:block;
	color:#004da5;
	line-height:2em;
	font-weight:bold;
}





.main_top{
	width:100%;
	background:#f6f6f6;
}
.main_top_box{
	width:860px;
	padding:70px 120px;
	margin:0 auto;
	font-size:14px;
	color:#333;
	line-height:24px;
	position:relative;
}
.main_top_box i.left{
	top:4%;
	left:4%;
	width:36px;
	height:36px;
	display:block;
	position:absolute;
	background:url("../images/main_top.jpg"/*tpa=http://www.zhilab.com/images/main_top.jpg*/) center no-repeat;
}

.main_top_box i.right{
	right:4%;
	bottom:4%;
	width:36px;
	height:36px;
	display:block;
	position:absolute;
	background:url("../images/main_top.jpg"/*tpa=http://www.zhilab.com/images/main_top.jpg*/) center no-repeat;
}

.main_top_left{
	float:left;
	width:180px;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
}
.main_top_left p.bt{
	line-height:1.8em;
	color:#004da5;
	display:block;
	letter-spacing:3px;
	font-size:1.28em;
	text-align:center;
	text-transform:uppercase;
}
.main_top_left p.bt b{
	font-size:1.4em;
	display:block;
	font-weight:bold;
}
.main_top_left a.btn{
	width:178px;
	height:40px;
	line-height:40px;
	font-size:16px;
	display:block;
	margin:1em 0;
	color:#111;
	border:1px solid #111;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.main_top_left a.btn:hover{
	color:#fff;
	background:#004da5;
	border:1px solid #004da5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



.main_top_right{
	float:right;
	width:554px;
	font-size:14px;
	text-align:left;
}



.main_box{
	width:1100px;
	font-size:14px;
	margin:36px auto 72px;
}
.main_box p.bt{
	line-height:1.8em;
	color:#004da5;
	display:block;
	letter-spacing:3px;
	font-size:1.28em;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:2em;
}
.main_box p.bt b{
	font-size:1.4em;
	display:block;
	font-weight:bold;
}
.main_sub{
	float:left;
	width:50%;
}

.main_box_sub{
	float:left;
	width:100%;
	color:#59687b;
	cursor:pointer;
	background:#f6f6f6;
}
.main_box_sub img.left{
	float:left;
	width:50%;
	height:auto;
}
.main_box_sub img.right{
	float:right;
	width:50%;
	height:auto;
}
.main_box_sub:hover{
	color:#fff;
	background:#004da5;
}
.main_box_sub:hover p b{
	color:#fff;
}
.main_box_sub p{
	float:left;
	line-height:1.72em;
	width:36%;
	margin:0 7%;
	display:block;
	text-align:center;
}
.main_box_sub p b{
	display:block;
	color:#333;
	font-size:1.28em;
	font-weight:bold;
	line-height:3em;
	padding-top:1.6em;
}
.main_box_sub a{
	float:left;
	display:block;
	margin:0 20%;
	width:10%;
	font-size:2em;
	text-align:center;
}

.main_pic{
	width:100%;
	padding:20px 0;
	background: url(http://www.zhongfu.net/templets/zfkj/images/pic.jpg) center top no-repeat #3071c2;
}
.main_pic_box{
	width:960px;
	margin:0 auto;
	font-size:16px;
	text-align:center;
}
.main_pic_box p.bt img{
	width:587px;
	margin:1.6em auto;
}
.main_pic_box p.btn img{
	width:336px;
	display:block;
	margin:0 auto;
	border:1px solid #fff;
	display:inline-block;
}


.main_pic_sub{
	float:left;
	width:27.3333%;
	margin:3%;
	padding:24px 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.main_pic_sub img{
	margin:0 auto;
}
.main_pic_sub p{
	font-size:1.2em;
	color:#fff;
	display:block;
	line-height:2em;
	letter-spacing:2px;
	font-weight:bold;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.main_pic_sub a{
	color:#fff;
	line-height:1.2em;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.main_pic_sub:hover{
	background:#fff;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.main_pic_sub:hover p{
	color:#1944a8;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.main_pic_sub:hover a{
	color:#1944a8;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}


.main_pro{
	width:100%;
	background:#f6f6f6;
}
.main_pro_box{
	width:1112px;
	margin:0 auto;
	padding:60px 0;
	font-size:14px;
	line-height:1.72em;
}

.main_pro_box p.top{
	width:100%;
	color:#0045a0;
	font-size:1.72em;
	letter-spacing:2px;
	text-align:center;
	font-weight:bold;
}
.main_pro_box p.top span{
	font-weight:lighter;
}

.main_pro_box p.ct{
	width:80%;
	color:#59687b;
	padding:2% 10%;
	text-align:center;
}
.main_pro_sub{
	float:left;
	width:48%;
	margin:1%;
	line-height:0;
	position:relative;
}
.main_pro_sub img{
	width:100%;
	z-index:60;
	position:relative;
}
.main_pro_sub p.box{
	top:20%;
	left:0;
	z-index:70;
	color:#fff;
	width:100%;
	line-height:1.72em;
	text-align:center;
	position:absolute;
}
.main_pro_sub p.box b{
	display:block;
	margin:8% 0;
	color:#000;
	font-size:1.6em;
	font-weight:bold;
}
.main_pro_sub p.box a{
	width:24%;
	display:block;
	margin:4% auto 0;
	line-height:2em;
	cursor:pointer;
	color:#000;
	border:1px solid #fff;
        font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.main_pro_sub p.box a:hover{
	background:#004da5;
	border:1px solid #004da5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}




.main_bottom{
	width:1100px;
	font-size:14px;
	margin:36px auto 72px;
}
.main_bottom p.bt{
	line-height:1.8em;
	color:#004da5;
	display:block;
	letter-spacing:3px;
	font-size:1.28em;
	text-align:center;
	margin-bottom:2em;
	text-transform:uppercase;
}
.main_bottom p.bt b{
	font-size:1.4em;
	display:block;
	font-weight:bold;
}

.main_bottom_box{
	width:100%;
	height:240px;
	overflow:hidden;
	position: relative;
}
.main_bottom_sub{
	top:0;
	left:0;
	width:1000%;
	position:absolute;
}
.main_bottom_content{
	float:left;
	width:10%;
	height:240px;
}
.main_bottom_content p.box{
	float:left;
	width:24%;
	margin:0 2%;
	display: block;
	line-height:1.8em;
	color:#59687b;
	text-align:left;
	position:relative;
}
.main_bottom_content p.box b{
	display:block;
	color:#111;
	font-weight:bold;
}
.main_bottom_content p.box span{
	margin-bottom:1.2em;
	display:block;
	color:#0045a0;
	font-weight:bold;
}

.main_bottom_content img{
	top:-60px;
	left:0;
	width:4%;
	margin:0 48%;
	height:auto;
	display:block;
	position:absolute;
}


.main_bottom_content i.line{
	float:left;
	width:1px;
	height:180px;
	margin:0 3.9%;
	background:#ddd;
}

.mbwap{
	display:none;
}
.mbwap p.box{
	width:92%;
	margin:0 4%;
}
.mbwap p.box img{
	width:2%;
	margin:0 49%;
}

.main_bottom p.btn{
	width:100%;
	height:16px;
	display:block;
	line-height:16px;
	text-align:center;
}
.main_bottom p.btn i{
	width:12px;
	height:12px;
	cursor:pointer;
	display:inline-block;
	background:#fff;
	margin:0 10px;
	border:2px solid #ccc;
	border-radius:8px;
	behavior: url("pie/PIE.htc"/*tpa=http://www.zhilab.com/css/pie/PIE.htc*/);
}
.main_bottom p.btn i.hover{
	width:12px;
	height:12px;
	background:#0045a0;
	border:2px solid #fff;
}

.main_bottom p.btn_box{
	width:100%;
	height:12px;
	display:none;
	line-height:12px;
	text-align:center;
}
.main_bottom p.btn_box i{
	width:8px;
	height:8px;
	cursor:pointer;
	display:inline-block;
	background:#fff;
	margin:0 4px;
	border:2px solid #ccc;
	border-radius:8px;
	behavior: url("pie/PIE.htc"/*tpa=http://www.zhilab.com/css/pie/PIE.htc*/);
}
.main_bottom p.btn_box i.hover{
	width:8px;
	height:8px;
	background:#0045a0;
	border:2px solid #fff;
}




.sub{
	width:980px;
	padding:0 60px;
	font-size:14px;
	margin:42px auto 40px;
}
.sub_left{
	float:left;
	width:12%;
	padding-top:20px;
	border-top:3px solid #0092d5;
}
.sub_left a{
	float:left;
	height:28px;
	margin:10px 0;
	color:#6e7175;
	width:100%;
	display:block;
	line-height:18px;
	text-decoration:underline;
}
.sub_left a i{
	float:right;
	width:8px;
	display:none;
	height:14px;
	margin:7px 0;
	background:url("../images/sub_left.jpg"/*tpa=http://www.zhilab.com/images/sub_left.jpg*/) center no-repeat;
}
.sub_left a.hover i{
	display:block;
}
.sub_left a.hover{
	color:#0092d5;
}
.sub_left a:hover{
	color:#0092d5;
}




.sub_right{
	float:right;
	width:84%;
	color:#666;
}

.sub_right_box{
	width:100%;
	display:block;
}
.sub_right_box img.pic{
	width:100%;
	height:auto;
	margin-bottom:42px;
}
.sub_right_box table.fw{
	width:100%;
	padding:5% 0;
	margin-bottom:42px;
	border:1px solid #ccc;
}
.sub_right_box table.fw td{
	padding:0 5%;
	color:#6e7175;
	width:40%;
	line-height:1.8em;
}
.sub_right_box table.fw td p.bt{
	color:#004da5;
	padding-bottom:5%;
	font-size:1.5em;
	height:2.25em;
	line-height:2.25em;
}
.sub_right_box table.fw td p.bt b{
	font-weight:bold;
}

.sub_right_box table.fw td b.bt{
	text-align:center;
	height:2.1em;
	color:#004da5;
	font-size:1.5em;
	font-weight:bold;
	line-height:2.1em;
	margin-bottom:0.5em;
	display:block;
}


.sub_right_sub{
	width:100%;
	display:none;
}
.sub_right_sub img.pic{
	width:100%;
	height:auto;
	margin-bottom:42px;
}
.sub_right_sub table.fw{
	width:100%;
	padding:5% 0;
	margin-bottom:42px;
	border:1px solid #ccc;
}
.sub_right_sub table.fw td{
	padding:0 5%;
	color:#6e7175;
	line-height:1.3em;
}
.sub_right_sub table.fw td p.bt{
	color:#004da5;
	padding-bottom:5%;
	font-size:1.8em;
	height:2.25em;
	line-height:2.25em;
}
.sub_right_sub table.fw td p.bt b{
	font-weight:bold;
}

.sub_right_sub table.fw td b.bt{
	text-align:center;
	height:2.1em;
	color:#004da5;
	font-size:1.5em;
	font-weight:bold;
	line-height:2.1em;
	margin-bottom:1em;
	display:block;
}



.news_box{
	width:100%;
	margin-bottom:40px;
}

.news_box p.bt{
	float:left;
	width:20%;
	color:#6e7175;
	line-height:1.5em;
	padding-top:20px;
	display:block;
	border-top:2px solid #888;
}
.news_box p.bt b{
	font-size:1.1em;
	font-weight:bold;
}

.news_box_sub{
	float:right;
	width:74%;
	padding-top:10px;
	font-size:1em;
	line-height:1.6em;
}

.news_box_left{
	position:relative;
}
.news_box_left img{
	float:left;
	width:48%;
	height:auto;
	padding-top:20px;
}
.news_box_left p{
	right:0;
	bottom:0;
	width:48%;
	padding-top:20px;
	position:absolute;
}



.news_box_right{
	position:relative;
}
.news_box_right img{
	float:right;
	width:48%;
	height:auto;
	padding-top:20px;
}
.news_box_right p{
	left:0;
	bottom:0;
	width:48%;
	position:absolute;
	padding-top:20px;
}
.news_box_sub p b{
	font-size:1.2em;
	display:block;
}




.pro_box{
	width:100%;
	margin-bottom:40px;
}

.pro_box p.bt{
	float:left;
	width:20%;
	color:#6e7175;
	line-height:1.5em;
	padding-top:20px;
	display:block;
	border-top:2px solid #888;
}
.pro_box p.bt b{
	font-size:1.1em;
	font-weight:bold;
}

.pro_box_sub{
	float:right;
	width:74%;
	padding-top:10px;
	line-height:1.6em;
}

.pro_box_left{
	position:relative;
}
.pro_box_left img{
	float:left;
	width:48%;
	height:auto;
	padding-top:20px;
}
.pro_box_left p{
	right:0;
	bottom:0;
	width:48%;
	padding-top:20px;
	position:absolute;
}



.pro_box_right{
	position:relative;
}
.pro_box_right img{
	float:right;
	width:48%;
	height:auto;
	padding-top:20px;
}
.pro_box_right p{
	left:0;
	bottom:0;
	width:48%;
	position:absolute;
	padding-top:20px;
}
.pro_box_sub p b{
	font-size:1.2em;
	display:block;
}






.about_box{
	width:100%;
	line-height:0;
	position:relative;
	box-shadow:0 1px 2px rgba(0,0,0,0.25);
	behavior: url("pie/PIE.htc"/*tpa=http://www.zhilab.com/css/pie/PIE.htc*/);
}

.about_box img{
	width:100%;
	height:auto;
	z-index:20;
	position:relative;
}
.about_box p.left{
	top:0;
	left:0;
	color:#6e7175;
	z-index:30;
	padding:5%;
	width:40%;
	line-height:1.5em;
	position:absolute;
}
.about_box p.left b{
	display:block;
	font-size:1.5em;
	margin-bottom:5%;
	color:#61af15;
	font-weight:bold;
}

.about_box p.right{
	top:0;
	right:0;
	z-index:30;
	color:#6e7175;
	padding:5%;
	width:28%;
	line-height:1.5em;
	position:absolute;
}
.about_box p.right b{
	display:block;
	font-size:1.5em;
	margin-bottom:5%;
	color:#61af15;
	font-weight:bold;
}




.about_sub{
	width:100%;
	line-height:0;
	display:none;
	position:relative;
	box-shadow:0 1px 2px rgba(0,0,0,0.25);
	behavior: url("pie/PIE.htc"/*tpa=http://www.zhilab.com/css/pie/PIE.htc*/);
}

.about_sub img{
	width:100%;
	height:auto;
	z-index:20;
	position:relative;
}
.about_sub p.left{
	top:0;
	left:0;
	color:#6e7175;
	z-index:30;
	padding:5%;
	width:90%;
	line-height:1.5em;
	position:absolute;
}
.about_sub p.left b{
	display:block;
	font-size:1.3em;
	margin-bottom:5%;
	color:#61af15;
	font-weight:bold;
}

.about_sub p.right{
	top:0;
	right:0;
	z-index:30;
	color:#6e7175;
	padding:5%;
	width:90%;
	text-align:right;
	line-height:1.5em;
	position:absolute;
}
.about_sub p.right b{
	display:block;
	font-size:1.3em;
	margin-bottom:5%;
	color:#61af15;
	font-weight:bold;
}

















.foot_top{
	width:100%;
	background:#e7eaf1;
}
.foot_top_box{
	max-width:1100px;
	margin:0 auto;
}
.foot_top_box img.tal{
	float:left;
	width:36%;
	height:auto;
}
.foot_top_box img.pic{
	float:left;
	width:36%;
	height:auto;
}
.foot_top_box img.btn{
	float:left;
	width:28%;
	height:auto;
}






.foot{
	width:100%;
	background:#4a4f55;
}

.foot_box{
	width:1100px;
	padding:20px 0;
	margin:0 auto;
	font-size:14px;
	color:#f8f8f8;
	line-height:24px;
	position:relative;
}
.foot_box img.top{
	top:0;
	right:0;
	position:absolute;
}

.foot_box_left{
	float:left;
	width:30%;
	padding:6% 0;
	padding-left:2%;
}
.foot_box_left img{
	display:inline;
	margin-bottom:20px;
}
.foot_box_sub{
	float:left;
	width:11.8%;
	padding:2% 0;
	padding-left:3.2%;
	position:relative;
}
.foot_box_sub i{
	top:30px;
	left:0;
	width:1px;
	display:block;
	height:142px;
	background:#676a6e;
	position: absolute;
}
.foot_box_sub a{
	color:#999;
}
.foot_box_sub a:hover{
	color:#f8f8f8;
}


.foot_box_right{
	float:left;
	width:32.8%;
	color:#999;
	padding:2% 0;
	padding-left:3.2%;
	position:relative;
}
.foot_box_right a{
	color:#999;
}
.foot_box_right i{
	top:30px;
	left:0;
	width:1px;
	display:block;
	height:142px;
	background:#676a6e;
	position: absolute;
}




@media screen and (min-width:1100px) {
	body{
    	font-family:"微软雅黑";
	}
	.head_box{
		width:1100px;
	}
	.main_box{
		width:1100px;
	}
	.main_pro_box{
		width:1112px;
	}
	.main_bottom{
		width:1100px;
	}
	.main_bottom_box{
		display:block;
	}
	.main_bottom p.btn{
		display:block;
	}
	.main_bottom p.btn_box{
		display:none;
	}
    .mbwap{
		display:none;
	}
	.sub{
		width:1000px;
		padding:0 60px;
		font-size:14px;
	}
	
	.about_box{
		display:block;
	}
	.about_sub{
		display:none;
	}
	
}
@media screen and (max-width:1100px) and (min-width:960px) {
	body{
    	font-family:"微软雅黑";
	}
	.head_box{
		width:100%;
	}
	.head_bottom p.box{
		width:90%;
		margin:0 5%;
	}
	
	.sub_banner p.ct{
		width:90%;
		padding:0 5%;
	}
	
    .main_top_box{
		width:80%;
		padding:10%;
	}
    .main_top_left{
		font-size:14px;
		width:164px;
	}
	.main_top_left a.btn{
		width:162px;
		height:36px;
		line-height:36px;
		font-size:16px;
	}
    .main_top_right{
		width:500px;
	}
	
	.main_box{
		width:100%;
		font-size:12px;
		margin-bottom:0;
	}
	
	.main_pro_box{
		width:100%;
	}
	
	.foot_box{
		width:100%;
	}
	.main_bottom{
		width:100%;
	}
	.main_bottom_box{
		display:block;
	}
	.main_bottom_box{
		display:block;
	}
	.main_bottom p.btn{
		display:block;
	}
	.main_bottom p.btn_box{
		display:none;
	}
    .mbwap{
		display:none;
	}
	
	.sub{
		width:96%;
		padding:0 2%;
		font-size:14px;
	}
	
	.news_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.news_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	.pro_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.pro_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	.about_box{
		font-size:16px;
		display:block;
	}
	.about_sub{
		display:none;
	}
	
	
}
@media screen and (max-width:960px) and (min-width:800px) {
	body{
    	font-family:"微软雅黑";
	}
	.head_box{
		width:100%;
	}
	.head_bottom p.box{
		width:90%;
		margin:0 5%;
	}
	
	.sub_banner p.ct{
		width:90%;
		padding:0 5%;
	}

    .main_top_box{
		width:80%;
		padding:10%;
	}
    .main_top_left{
		font-size:12px;
		width:148px;
	}
	.main_top_left a.btn{
		width:146px;
		height:32px;
		line-height:32px;
		font-size:14px;
	}
    .main_top_right{
		width:456px;
		font-size:12px;
		line-height:21px;
	}
	
	.main_box{
		width:100%;
		font-size:12px;
		margin-bottom:0;
	}
	.main_pic_box{
		width:90%;
		font-size:12px;
		padding:0 5%;
	}
	.main_pic_box p.bt img{
		width:60%;
	}
	.main_pic_box p.btn img{
		width:40%;
	}
	main_pic_sub{
		width:24%;
		margin:0 3%;
		padding:3% 0;
	}
	.main_pro_box{
		width:100%;
		font-size:12px;
	}
	
	
	.sub{
		width:96%;
		padding:0 2%;
		font-size:14px;
	}
	
	
	
	.foot_box{
		width:100%;
		font-size:12px;
	}
	
	.main_bottom{
		width:100%;
	}
	.main_bottom_box{
		display:block;
	}
	.main_bottom p.btn{
		display:block;
	}
	.main_bottom p.btn_box{
		display:none;
	}
    .mbwap{
		display:none;
	}
	
	
	.news_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.news_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	
	.pro_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.pro_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	.about_box{
		font-size:15px;
		display:block;
	}
	.about_sub{
		display:none;
	}
	
	
}
@media screen and (max-width:800px) and (min-width:720px) {
	body{
    	font-family:"微软雅黑";
	}
	.head_box{
		width:100%;
	}
	.head_box p.nav{
		display:none;
	}
	.head_sub{
		display:none;
	}
	.head_box img.menu{
		display:block;
	}
	.head_bottom p.box{
		width:90%;
		margin:0 5%;
	}
	.head_bottom img.right{
		display:none;
	}
	
	
	
	
	.sub_banner p.ct{
		width:90%;
		padding:0 5%;
	}

    .main_top_box{
		width:80%;
		padding:10%;
	}
    .main_top_left{
		font-size:12px;
		width:140px;
	}
	.main_top_left a.btn{
		width:138px;
		height:28px;
		line-height:28px;
		font-size:12px;
	}
    .main_top_right{
		width:420px;
		font-size:12px;
		line-height:21px;
	}
	
	.main_box{
		width:100%;
		font-size:12px;
		margin-bottom:0;
	}
	.main_pic_box{
		width:90%;
		font-size:12px;
		padding:0 5%;
	}
	.main_pic_box p.bt img{
		width:60%;
	}
	.main_pic_box p.btn img{
		width:40%;
	}
	main_pic_sub{
		width:24%;
		margin:0 3%;
		padding:3% 0;
	}
	
	.main_pro_box{
		width:100%;
		font-size:12px;
	}
	
	.main_pro_sub p.box{
		font-size:12px;
		line-height:18px;
	}
	.main_pro_sub p.box b{
		margin:3% 0;
		font-size:16px;
	}
	
	.sub{
		width:96%;
		padding:0 2%;
		font-size:14px;
	}
	
	.foot_box{
		width:100%;
	}
	.foot_box i{
		display:none;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_box{
		width:60%;
		padding:0 20%;
	}
	.foot_box_sub{
		width:50%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_right{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	
	.main_bottom{
		width:100%;
	}
	.main_bottom_box{
		display:block;
	}
	.main_bottom_content p.box{
		line-height:1.6em;
	}
	
	.main_bottom p.btn{
		display:block;
	}
	.main_bottom p.btn_box{
		display:none;
	}
    .mbwap{
		display:none;
	}
	
	.news_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.news_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	.pro_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.pro_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	.about_box{
		font-size:14px;
		display:block;
	}
	.about_sub{
		display:none;
	}
	
}
@media screen and (max-width:720px) and (min-width:640px) {
	body{
		font-family:"Microsoft YaHei";
	}
	.head_box{
		width:100%;
	}
	.head_bottom p.box{
		width:90%;
		margin:0 5%;
	}
	.head_bottom p.box img.right{
		height:2em;
		display:none;
		margin-top:0.6em;
	}
	.head_box p.nav{
		display:none;
	}
	.head_sub{
		display:none;
	}
	.head_box img.menu{
		display:block;
	}
	
	.sub_banner p.ct{
		width:90%;
		padding:0 5%;
	}
	
    .main_top_box{
		width:80%;
		padding:10%;
	}
    .main_top_left{
		font-size:12px;
		width:140px;
	}
	.main_top_left a.btn{
		width:138px;
		height:28px;
		line-height:28px;
		font-size:12px;
	}
    .main_top_right{
		width:360px;
		font-size:12px;
		line-height:21px;
	}
	
	.main_box{
		width:100%;
		font-size:12px;
		margin-bottom:0;
	}
	.main_box_sub p b{
		line-height:2.4em;
		padding-top:0.8em;
	}
	
	.main_pic_box{
		width:90%;
		font-size:12px;
		padding:0 5%;
	}
	.main_pic_box p.bt img{
		width:60%;
	}
	.main_pic_box p.btn img{
		width:40%;
	}
	main_pic_sub{
		width:24%;
		margin:0 3%;
		padding:3% 0;
	}
	
	.main_pro_box{
		width:100%;
		padding-bottom:0;
	}
	.main_pro_sub{
		width:96%;
		margin:2%;
		margin-top:0;
	}

	.sub{
		width:96%;
		padding:0 2%;
		font-size:14px;
	}

	.foot_box{
		width:100%;
	}
	.foot_box i{
		display:none;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_box{
		width:60%;
		padding:0 20%;
	}
	.foot_box_sub{
		width:50%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_right{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	
	
	.main_bottom{
		width:100%;
	}
	.main_bottom_box{
		display:block;
	}
	.main_bottom_content p.box{
		line-height:1.5em;
	}
	
	
	.main_bottom p.btn{
		display:block;
	}
	.main_bottom p.btn_box{
		display:none;
	}
    .mbwap{
		display:none;
	}
	
	.news_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.news_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	
	.pro_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.pro_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	.about_box{
		display:none;
	}
	.about_sub{
		font-size:16px;
		display: block;
	}
	
}
@media screen and (max-width:640px) and (min-width:560px) {
	body{
		font-family:"Microsoft YaHei";
	}
	.head_box{
		width:100%;
	}
	.head_box img.logo{
		width:30%;
	}
	.head_box p.nav{
		display:none;
	}
	.head_sub{
		display:none;
	}
	.head_box img.menu{
		display:block;
	}
	.head_bottom p.box{
		width:90%;
		font-size:14px;
		letter-spacing:-1px;
		line-height:21px;
		margin:0 5%;
	}
	.head_bottom p.box img.right{
		height:2em;
		display:none;
		margin-top:0.6em;
	}
	
	.banner{
		display:none;
	}
	.sub_banner{
		display:none;
	}
	.wap{
		display:block;
	}
	
    .main_top_box{
		width:80%;
		padding:10%;
	}
    .main_top_left{
		font-size:12px;
		width:140px;
	}
	.main_top_left a.btn{
		width:138px;
		height:28px;
		line-height:28px;
		font-size:12px;
	}
    .main_top_right{
		width:280px;
		font-size:12px;
		line-height:21px;
	}
	
	.main_box{
		width:100%;
		margin-bottom:0;
	}
	.main_sub{
		width:100%;
	}
	
	.main_pic_box{
		width:100%;
		font-size:14px;
	}
	.main_pic_box p.bt img{
		width:60%;
	}
	.main_pic_box p.btn img{
		width:40%;
	}
	.main_pic_sub{
		width:48%;
		padding:2%;
		margin:3% 24% 0;
	}
	
	.main_pro_box{
		width:100%;
		padding-bottom:0;
	}
	.main_pro_sub{
		width:96%;
		margin:2%;
		margin-top:0;
	}
	
	
	.sub{
		width:100%;
		padding:0;
		font-size:14px;
		margin:0 0 40px 0;
	}
	.sub_left{
		width:100%;
		padding:0;
		border:none;
	}
	.sub_left a{
		height:3.6em;
		line-height:3.6em;
		background:#f5f7fb;
		color:#111;
		margin:0;
		text-decoration:underline;
		text-align:center;
		border-bottom:1px solid #ddd;
	}
	.sub_left a.hover{
		color:#0092d5;
	}
	.sub_left a.hover i{
		display:none;
	}
	
	.sub_right{
		width:90%;
		padding:5%;
	}
	.sub_right_box{
		display:none;
	}
	.sub_right_sub{
		display:block;
	}
	
	
	
	
	.foot_box{
		width:100%;
	}
	.foot_box i{
		display:none;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_box{
		width:60%;
		padding:0 20%;
	}
	.foot_box_sub{
		width:50%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_right{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	
	.main_bottom{
		width:100%;
	}
	.main_bottom_box{
		display:none;
	}
	.main_bottom p.btn{
		display:none;
	}
	.main_bottom p.btn_box{
		display:block;
	}
    .mbwap{
		display:block;
	}
	
	.news_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.news_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	.pro_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.pro_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	.about_box{
		display:none;
	}
	.about_sub{
		font-size:15px;
		display: block;
	}
	
}
@media screen and (max-width:560px) and (min-width:480px) {
	body{
		font-family:"Microsoft YaHei";
	}
	.head_box{
		width:100%;
	}
	.head_box img.logo{
		width:30%;
	}
	.head_bottom p.box{
		width:90%;
		font-size:12px;
		letter-spacing:-1px;
		line-height:18px;
		margin:0 5%;
	}
	.head_bottom p.box img.right{
		height:2.4em;
		display:none;
		margin-top:0.4em;
	}
	.head_box p.nav{
		display:none;
	}
	.head_sub{
		display:none;
	}
	.head_box img.menu{
		display:block;
	}
	
	.banner{
		display:none;
	}
	.sub_banner{
		display:none;
	}
	.wap{
		display:block;
	}
	.sub_banner_wap{
		font-size:16px;
	}
	
	
    .main_top_box{
		width:80%;
		padding:10%;
	}
    .main_top_left{
		font-size:12px;
		width:140px;
		float:none;
		margin:0 auto 6%;
	}
	.main_top_left a.btn{
		width:138px;
		height:28px;
		line-height:28px;
		font-size:12px;
	}
    .main_top_right{
		float:none;
		width:100%;
		font-size:12px;
		line-height:21px;
	}
	
	.main_box{
		width:100%;
		margin-bottom:0;
	}
	.main_sub{
		width:100%;
	}
	
	.main_pic_box{
		width:100%;
		font-size:13px;
	}
	.main_pic_box p.bt img{
		width:60%;
	}
	.main_pic_box p.btn img{
		width:40%;
	}
	.main_pic_sub{
		width:48%;
		padding:2%;
		margin:3% 24% 0;
	}
	
	
	.main_pro_box{
		width:100%;
		padding-bottom:0;
	}
	.main_pro_sub{
		width:96%;
		margin:2%;
		margin-top:0;
	}
	
	
	.sub{
		width:100%;
		padding:0;
		margin:0 0 40px 0;
		font-size:14px;
	}
	.sub_left{
		width:100%;
		padding:0;
		border:none;
	}
	.sub_left a{
		height:3.6em;
		line-height:3.6em;
		background:#f5f7fb;
		color:#111;
		margin:0;
		text-decoration:underline;
		text-align:center;
		border-bottom:1px solid #ddd;
	}
	.sub_left a.hover{
		color:#0092d5;
	}
	.sub_left a.hover i{
		display:none;
	}
	
	.sub_right{
		width:90%;
		padding:5%;
	}
	.sub_right_box{
		display:none;
	}
	.sub_right_sub{
		display:block;
		font-size:15px;
	}
	
	.foot_box{
		width:100%;
	}
	.foot_box i{
		display:none;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_box{
		width:60%;
		padding:0 20%;
	}
	.foot_box_sub{
		width:50%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_right{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	
	.main_bottom{
		width:100%;
	}
	.main_bottom_box{
		display:none;
	}
	.main_bottom p.btn{
		display:none;
	}
	.main_bottom p.btn_box{
		display:block;
	}
    .mbwap{
		display:block;
	}
	
	.news_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.news_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	.pro_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.pro_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	.about_box{
		display:none;
	}
	.about_sub{
		font-size:14px;
		display: block;
	}
	
}
@media screen and (max-width:480px) and (min-width:420px) {
	body{
		font-family:"Microsoft YaHei";
	}
	.head_box{
		width:100%;
	}
	.head_box img.logo{
		width:30%;
	}
	.head_bottom{
		display:none;
	}
	.head_box p.nav{
		display:none;
	}
	.head_sub{
		display:none;
	}
	.head_box img.menu{
		display:block;
	}
	
	.banner{
		display:none;
	}
	.sub_banner{
		display:none;
	}
	.wap{
		display:block;
	}
	.sub_banner_wap{
		font-size:15px;
	}
    .main_top_box{
		width:80%;
		padding:10%;
	}
    .main_top_left{
		font-size:12px;
		width:140px;
		float:none;
		margin:0 auto 6%;
	}
	.main_top_left a.btn{
		width:138px;
		height:28px;
		line-height:28px;
		font-size:12px;
	}
    .main_top_right{
		float:none;
		width:100%;
		font-size:12px;
		line-height:21px;
	}
	
	.main_box{
		width:100%;
		margin-bottom:0;
	}
	.main_sub{
		width:100%;
	}
	
	.main_pic_box{
		width:100%;
		font-size:12px;
	}
	.main_pic_box p.bt img{
		width:60%;
	}
	.main_pic_box p.btn img{
		width:40%;
	}
	.main_pic_sub{
		width:48%;
		padding:2%;
		margin:3% 24% 0;
	}
	
	.main_pro_box{
		width:100%;
		font-size:12px;
		padding-bottom:0;
	}
	.main_pro_sub{
		width:96%;
		margin:2%;
		margin-top:0;
	}
	
	.sub{
		width:100%;
		padding:0;
		font-size:14px;
		margin:0 0 40px 0;
	}
	.sub_left{
		width:100%;
		padding:0;
		border:none;
	}
	.sub_left a{
		height:3.6em;
		line-height:3.6em;
		background:#f5f7fb;
		color:#111;
		margin:0;
		text-decoration:underline;
		text-align:center;
		border-bottom:1px solid #ddd;
	}
	.sub_left a.hover{
		color:#0092d5;
	}
	.sub_left a.hover i{
		display:none;
	}
	
	.sub_right{
		width:90%;
		padding:5%;
	}
	.sub_right_box{
		display:none;
	}
	.sub_right_sub{
		display:block;
	}
	
	
	.foot_box{
		width:100%;
	}
	.foot_box i{
		display:none;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_box{
		width:60%;
		padding:0 20%;
	}
	.foot_box_sub{
		width:50%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_right{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	
	.main_bottom{
		width:100%;
	}
	.main_bottom_box{
		display:none;
	}
	.main_bottom p.btn{
		display:none;
	}
	.main_bottom p.btn_box{
		display:block;
	}
    .mbwap{
		display:block;
	}
	
	.news_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.news_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	
	.pro_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.pro_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	.about_box{
		display:none;
	}
	.about_sub{
		font-size:13px;
		display: block;
	}
	
}
@media screen and (max-width:420px) and (min-width:360px) {
	body{
		font-family:"Microsoft YaHei";
	}
	.head_box{
		width:100%;
	}
	.head_box img.logo{
		width:30%;
	}
	.head_bottom{
		display:none;
	}
	.head_box p.nav{
		display:none;
	}
	.head_sub{
		display:none;
	}
	.head_box img.menu{
		display:block;
	}
	
	.banner{
		display:none;
	}
	.sub_banner{
		display:none;
	}
	.wap{
		display:block;
	}
	.sub_banner_wap{
		font-size:14px;
	}

    .main_top_box{
		width:80%;
		padding:10%;
	}
    .main_top_left{
		font-size:12px;
		width:150px;
		float:none;
		margin:0 auto 6%;
	}
	.main_top_left a.btn{
		width:138px;
		height:28px;
		line-height:28px;
		font-size:12px;
	}
    .main_top_right{
		float:none;
		width:100%;
		font-size:12px;
		line-height:21px;
	}
	
	.main_box{
		width:100%;
		margin-bottom:0;
	}
	.main_sub{
		width:100%;
		font-size:12px;
	}
	.main_box_sub p b{
		line-height:2.4em;
		padding-top:0.8em;
	}
	
	.main_pic_box{
		width:100%;
		font-size:12px;
	}
	.main_pic_box p.bt img{
		width:60%;
	}
	.main_pic_box p.btn img{
		width:40%;
	}
	.main_pic_sub{
		width:48%;
		padding:2%;
		margin:3% 24% 0;
	}
	
	.main_pro_box{
		width:100%;
		font-size:12px;
		padding-bottom:0;
	}
	.main_pro_sub{
		width:96%;
		margin:2%;
		margin-top:0;
	}
	.main_pro_sub p.box{
		font-size:12px;
	}
	.main_pro_sub p.box b{
		font-size:16px;
	}
	
	.sub{
		width:100%;
		padding:0;
		font-size:13px;
		margin:0 0 40px 0;
	}
	.sub_left{
		width:100%;
		padding:0;
		border:none;
	}
	.sub_left a{
		height:3.6em;
		line-height:3.6em;
		background:#f5f7fb;
		color:#111;
		margin:0;
		text-decoration:underline;
		text-align:center;
		border-bottom:1px solid #ddd;
	}
	.sub_left a.hover{
		color:#0092d5;
	}
	.sub_left a.hover i{
		display:none;
	}
	
	.sub_right{
		width:90%;
		padding:5%;
	}
	.sub_right_box{
		display:none;
	}
	.sub_right_sub{
		display:block;
	}
	
	
	.foot_box{
		width:100%;
	}
	.foot_box i{
		display:none;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_box{
		width:60%;
		padding:0 20%;
	}
	.foot_box_sub{
		width:50%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_right{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	
	.main_bottom{
		width:100%;
	}
	.main_bottom_box{
		display:none;
	}
	.main_bottom p.btn{
		display:none;
	}
	.main_bottom p.btn_box{
		display:block;
	}
    .mbwap{
		display:block;
	}
	
	.news_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.news_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	
	.pro_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.pro_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	
	.about_box{
		display:none;
	}
	.about_sub{
		font-size:12px;
		display: block;
	}
	
	
}
@media screen and (max-width:360px) {
	body{
		font-family:"Microsoft YaHei";
	}
	.head_box{
		width:100%;
	}
	.head_box img.logo{
		width:30%;
	}
	.head_bottom{
		display:none;
	}
	.head_box p.nav{
		display:none;
	}
	.head_sub{
		display:none;
	}
	.head_box img.menu{
		display:block;
	}
	.banner{
		display:none;
	}
	.sub_banner{
		display:none;
	}
	.wap{
		display:block;
	}
	.sub_banner_wap{
		font-size:12px;
	}
	
	
	
    .main_top_box{
		width:80%;
		padding:10%;
	}
    .main_top_left{
		font-size:12px;
		width:140px;
		float:none;
		margin:0 auto 6%;
	}
	.main_top_left a.btn{
		width:138px;
		height:28px;
		line-height:28px;
		font-size:12px;
	}
    .main_top_right{
		float:none;
		width:100%;
		font-size:12px;
		line-height:21px;
	}
	
	.main_box{
		width:100%;
		margin-bottom:0;
	}
	.main_sub{
		width:100%;
		font-size:12px;
	}
	.main_sub p{
		line-height:1.4em;
	}
	.main_box_sub p b{
		line-height:2.4em;
		padding-top:0.8em;
	}
	
	.main_pic_box{
		width:100%;
		font-size:11px;
	}
	.main_pic_box p.bt img{
		width:60%;
	}
	.main_pic_box p.btn img{
		width:40%;
	}
	.main_pic_sub{
		width:48%;
		padding:2%;
		margin:3% 24% 0;
	}
	
	.main_pro_box{
		width:100%;
		font-size:12px;
		padding-bottom:0;
	}
	.main_pro_sub{
		width:96%;
		margin:2%;
		margin-top:0;
	}
	.main_pro_sub p.box{
		font-size:12px;
		line-height:16px;
	}
	.main_pro_sub p.box b{
		margin:3% 0;
		font-size:15px;
	}
	
	
	.sub{
		width:100%;
		padding:0;
		font-size:12px;
		margin:0 0 40px 0;
	}
	.sub_left{
		width:100%;
		padding:0;
		border:none;
	}
	.sub_left a{
		height:3.6em;
		line-height:3.6em;
		background:#f5f7fb;
		color:#111;
		margin:0;
		text-decoration:underline;
		text-align:center;
		border-bottom:1px solid #ddd;
	}
	.sub_left a.hover{
		color:#0092d5;
	}
	.sub_left a.hover i{
		display:none;
	}
	
	.sub_right{
		width:90%;
		padding:5%;
	}
	.sub_right_box{
		display:none;
	}
	.sub_right_sub{
		display:block;
	}
	
	.foot_box{
		width:100%;
		font-size:12px;
	}
	.foot_box i{
		display:none;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
	}
	.foot_box_left{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_box{
		width:60%;
		padding:0 20%;
	}
	.foot_box_sub{
		width:50%;
		text-align:center;
		padding-left:0;
	}
	.foot_box_right{
		width:100%;
		text-align:center;
		padding-left:0;
	}
	
	.main_bottom{
		width:100%;
	}
	.main_bottom_box{
		display:none;
	}
	.main_bottom p.btn{
		display:none;
	}
	.main_bottom p.btn_box{
		display:block;
	}
    .mbwap{
		display:block;
	}
	
	.news_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.news_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.news_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}



	.pro_box_left img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_left p{
		right:0;
		bottom:0;
		width:100%;
		position: relative;
	}
	.pro_box_right img{
		float:none;
		width:100%;
		height:auto;
	}
	.pro_box_right p{
		left:0;
		bottom:0;
		width:100%;
		position: relative;
	}

	.about_box{
		display:none;
	}
	.about_sub{
		font-size:12px;
		display: block;
	}
	

}
