﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    min-width: 1200px;
    background:#f2f2f2;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
.container{
	width:1200px;
	margin:auto;
}






/*****************************返回顶部******************************/
.toTop{
    position: fixed;
    width: 88px;
    height: 88px;
    right: 3%;
    bottom: 5%;
    z-index: 99;
}
.toTop>a{
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 88px;
    /*background: url(../images/back_top.png) no-repeat;*/
}
/****************************返回顶部****************************/
/*面包屑*/
.crumbs{
	max-width: 1200px;
	height: 30px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.crumbs b{
	display: block;
	width:30px;
	height:30px;
	float: left;
	background: url(../images/mbxnav.png) top left no-repeat;
}
.crumbs a{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 12px 0 10px;
	color: #999;
	font-size: 14px;
	position: relative;
}
.crumbs a span{
	display: block;
	height: 100%;
	padding: 0 15px 0 18px;
	background: #e2e2e2;
}
.crumbs a:after{
	content: '';
	display: block;
	width: 10px;
	height: 30px;
	background: url(../images/mbx1.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.crumbs a:before{
	content: '';
	display: block;
	width: 12px;
	height: 30px;
	background: url(../images/mbx2.png) top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}


.crumbs em{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 12px 0 10px;
	color: #999;
	font-style: normal;
	font-size: 14px;
	position: relative;
}
.crumbs em span{
	display: block;
	height: 100%;
	padding: 0 15px 0 18px;
	background: #e2e2e2;
}
.crumbs em:after{
	content: '';
	display: block;
	width: 10px;
	height: 30px;
	background: url(../images/mbx1.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.crumbs em:before{
	content: '';
	display: block;
	width: 12px;
	height: 30px;
	background: url(../images/mbx2.png) top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
/*面包屑*/
/*******************************分页*****************************************/
.pages{ height: 38px; text-align: center; margin-top:40px; margin-bottom:30px;overflow: hidden;color: #333;}
.pages a{ display: inline-block;}
.pages .prev,.pages .next{ width: 84px; height: 36px;    color: #333; text-align: center; line-height: 36px;  font-size: 14px; border: 1px solid #dfdfdf;}
/*.pages .prev:hover,.pages .next:hover{background:#00bdda; color: #fff;border-color: #00bdda;}*/
.pages .number a{ width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #dfdfdf;  color: #333; font-size: 14px;}
.pages .number a.on{ color: #0ca051; background: #fff; border-color:#fff;}
.pages .number a:hover{ color: #0ca051; background: #fff;}
.pages .text{ display: inline-block; width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #dfdfdf; background: #FFFFFF; color: #333; font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 57px; height: 36px; border: 1px solid #dfdfdf; color: #333; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/



/*头部*/
.header_1{
	height: 74px;
	background: #fff;
}
.header_1 .header_1s{
	width: 1200px;
	margin: 0 auto;
}
.header_1 .header_1s .top_logo{
	display: block;
	width: 291px;
	height: 49px;
	margin-top: 12px;
	float: left;
	background: url(../images/top_logo.png) top left no-repeat;
}
.header_1 .header_1s .top_logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.top_telphone {
    margin-top: 25px;
    display: inline-block;
    font-size: 18px;
    color: #000;
    margin-left: 55px;
    font-weight:normal;
}
.header_1 .header_1s h1{
	width: 436px;
	height: 37px;
	float: right;
	margin-top: 19px;
	font-size: 14px;
	background: #ebebeb;
	-webkit-border-radius:37px;
	-moz-border-radius:37px;
	-o-border-radius:37px;
	border-radius:37px;
	box-sizing: border-box;
	padding: 0 120px 0 58px;
	position: relative;
}
.header_1 .header_1s h1:after{
	content: '';
	display: block;
	width:18px;
	height: 17px;
	position: absolute;
	top:11px;
	left:30px;
	background: url(../images/top_hurt.png) top left no-repeat;
}
.header_1 .header_1s h1 a{
	display: block;
	width: 108px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #0ca051;
	position: absolute;
	top:0;
	right: 0;
	-webkit-border-radius:37px;
	-moz-border-radius:37px;
	-o-border-radius:37px;
	border-radius:37px;
}
.header_1 .header_1s h1 input{
	width: 100%;
	height: 100%;
	font-size: 14px;
}


.header_2{
	padding: 13px 0 11px 0;
	background: #0ca051;
	border-bottom: 2px solid #047f3d;
}
.header_2 .main_nav{
	width: 1200px;
	height:36px;
	margin: 0 auto;
}
.header_2 .main_nav li{
	width: 128px;
	height: 36px;
	float: left;
	line-height: 36px;
	margin-left: 37px;
	text-align: center;
	color: #fff;
}
.header_2 .main_nav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}


.header_2 .main_nav li.on{
	background:url(../images/top_ty.png) top left no-repeat;
}
.header_2 .main_nav li.on a{
	color: #047f3d;
}
.header_2 .main_nav li:hover{
	background:url(../images/top_ty.png) top left no-repeat;
}
.header_2 .main_nav li:hover a{
	color: #047f3d;
}



/*底部*/
.footer{
	background: #606060;
}
.footer .footer_wrap{
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0px;
}
.footer_wrap .footer_wrap_left{
	width: 470px;
	float: left;
}
.footer_wrap .footer_wrap_left ul li{
	width: 20%;
	float:left;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;
	border-left: 2px solid #fff;
}
.footer_wrap .footer_wrap_left ul li.li1{
	border-left: 0px solid #fff;
}
.footer_wrap .footer_wrap_left ul li.li6{
	border-left: 0px solid #fff;
}
.footer_wrap .footer_wrap_left ul li a{
	color: #fff;
}
.footer_wrap .footer_wrap_left .text1{
	/*height: 155px;*/
	box-sizing: border-box;
	padding:20px 23px;
	background: #565656;
}
.footer_wrap .footer_wrap_left .text1 h1{
	height: 34px;
	line-height: 34px;
	padding-left: 50px;
	margin-bottom: 19px;
	font-size: 18px;
	color: #fff;
	background: url(../images/bottom1.png) left center no-repeat;
}
.footer_wrap .footer_wrap_left .text1 h2{
	/*height: 34px;*/
	line-height: 34px;
	padding-left: 50px;
	font-size: 18px;
	color: #fff;
	background: url(../images/bottom2.png) left center no-repeat;
}

.footer_wrap em{
	display: block;
	width: 1px;
	height:205px;
	float: left;
	margin-left: 50px;
	background: url(../images/bottomx.png) top left no-repeat;
}


.footer_wrap .footer_wrap_right{
	width: 620px;
	float: right;
}
.footer_wrap .footer_wrap_right h1{
	font-size: 16px;
	color: #fff;
	padding-bottom: 14px;
	border-bottom: 1px solid #767676;
}
.footer_wrap .footer_wrap_right ul{
	margin-top: 23px;
}
.footer_wrap .footer_wrap_right ul li{
	width: 112px;
	height: 68px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.footer_wrap .footer_wrap_right ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer_wrap .footer_wrap_right ul li img{
	width: 100%;
	height: 100%;
}

.f-copy-right{
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color: #a5a5a5;
	text-align: center;
	background:#393939;
}
.f-copy-right a{
	color: #a5a5a5;
}

