@media screen and (max-width: 1000px){
	.banner{
		width: 1000px;
		height: 420px;
		margin: 0 auto;
		background: url(../images/banner01.jpg) no-repeat center;
	}
}
/*reset*/
*{
	margin: 0;
	padding: 0;
}
html{
	-webkit-text-size-adjust: none;
}
body{
	font-family: "微软雅黑";
	font-size: 12px;
}
ul li,ol li,li{
	list-style: none;
}
img{
	border: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
a{
	text-decoration: none;
}
a:link,a:visited,a:active,a:hover{}
header,footer,section,article,aside,figure,figcaption,details,summary,nav,address{
	display: block;
}
dfn,em,address,i,cite{
	font-style: normal;
}
/*public*/
.container{
	width: 1000px;
	margin: 0 auto;
}
.pull-left,
.list-inline li{
	float: left;
}
.pull-right{
	float: right;
}
.boxSiz{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.reset-a{
	display: block;
	text-align: center;
	color: white;
}
.noMarg,
#noMarg{
	margin: 0 !important;
}
.clear{
	clear: both;
}
/*Head*/
header{
	padding: 25px 0 0 0;
}
header .head-top{
	height: 52px;
}
header .head-top .top-lg{
	width: 305px;
}
header .head-top .top-search{
	width: 595px;
}
header .head-top .top-search form{
	margin-top: 2px;
}
header .head-top .top-search form label{
	padding: 10px 0 10px 40px;
	font-size: 18px;
	color: #007457;
	background: url(../images/phone.gif) no-repeat left center;
	margin-right: 15px;
}
header .head-top .top-search form input{
	width: 230px;
	height: 35px;
	line-height: 35px;
	border: #ccc solid 1px;
	border-radius: 35px 0 0 35px;
	outline: none;
	font-size: 16px;
	padding-left: 12px;
	font-family: "微软雅黑";
	margin: 5px 5px 0 0;
}
header .head-top .top-search form input::-webkit-input-placeholder{
	color: #808080;
}
header .head-top .top-search form button{
	width: 72px;
	height: 37px;
	border: none;
	background-color: #007457;
	text-align: center;
	line-height: 37px;
	border-radius: 0 37px 37px 0;
	color: white;
	font-size: 18px;
	font-family: "微软雅黑";
	outline: none;
	cursor: pointer;
	margin-top: 5px;
}
header .head-top .top-search form button:hover{
	background-color: #005741;
}
.navbar{
	height: 45px;
	background: url(../images/nav-bk.gif);
	background: linear-gradient(to bottom,#027558,#038b69,#007558);
	background: -webkit-linear-gradient(to bottom,#027558,#038b69,#007558);
	background: -moz-linear-gradient(to bottom,#027558,#038b69,#007558);
	background: -o-linear-gradient(to bottom,#027558,#038b69,#007558);
	background-color: #027558\9;
	margin-top: 20px;
}
.navbar ul{
	height: 45px;
	background: linear-gradient(to bottom,#027558,#038b69,#007558);
	background: -webkit-linear-gradient(to bottom,#027558,#038b69,#007558);
	background: -moz-linear-gradient(to bottom,#027558,#038b69,#007558);
	background: -o-linear-gradient(to bottom,#027558,#038b69,#007558);
	background-color: #027558\9;
}
.navbar ul li{
	width: 11.1%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: relative;
}
.navbar ul li:first-of-type::before{
	content: "";
	width: 2px;
	height: 35px;
	background: linear-gradient(to right,#004735,#00bd8d);
	background: -webkit-linear-gradient(to right,#004735,#00bd8d);
	background: -moz-linear-gradient(to right,#004735,#00bd8d);
	background: -o-linear-gradient(to right,#004735,#00bd8d);
	position: absolute;
	top: 5px;
	left: 0;
}
.navbar ul li:after{
	content: "";
	width: 2px;
	height: 35px;
	background: linear-gradient(to right,#004735,#00bd8d);
	background: -webkit-linear-gradient(to right,#004735,#00bd8d);
	background: -moz-linear-gradient(to right,#004735,#00bd8d);
	background: -o-linear-gradient(to right,#004735,#00bd8d);
	position: absolute;
	top: 5px;
	right: 0;
}
.navbar ul li a{
	display: block;
	color: white;
	font-size: 16px;
}
.navbar ul li.active a,
.navbar ul li a:hover{
	color: #f1ff0e;
}
.banner{
	height: 420px;
	background: url(../images/banner01.jpg) no-repeat center;
}
.banner a{
	display: block;
	width: 1000px;
	height: 420px;
	margin: 0 auto;
}
/*Foot*/
footer{
	min-height: 170px;
	background: url(../images/foot-bk.gif);
	background: linear-gradient(to bottom, #007457,#038b69,#027558);
	background: -webkit-linear-gradient(to bottom, #007457,#038b69,#027558);
	background: -moz-linear-gradient(to bottom, #007457,#038b69,#027558);
	background: -o-linear-gradient(to bottom, #007457,#038b69,#027558);
	background-color: #027558\9;
	margin-top: 30px;
}
.foot-lg{
	width: 252px;
	padding-right: 27px;
	position: relative;
	padding-top: 22px;
	text-align: center;
	font-size: 0;
}
.foot-lg:after{
	content: "";
	width: 1px;
	height: 115px;
	background: linear-gradient(to bottom,#03785b,#025b44,#01795b);
	position: absolute;
	right: 0;
	top: 30px;
}
.foot-lg p{
	margin-top: 20px;
	font-size: 28px;
	color: white;
	font-weight: bold;
	text-shadow: 3px 3px 4px #00523d;
}
.foot-adr{
	width: 510px;
	padding: 38px 45px 0 30px;
	font-size: 14px;
	color: white;
}
.foot-adr .adr-row1{
	padding-left: 27px;
	background: url(../images/foot-icon1.png) no-repeat left center;
}
.foot-adr .adr-row2{
	margin-top: 15px;
}
.foot-adr .adr-row2 span{
	padding: 5px 0 5px 26px;
}
.foot-adr .adr-row2 .row2-1{
	background: url(../images/foot-icon2.png) no-repeat left center;
}
.foot-adr .adr-row2 .row2-2{
	background: url(../images/foot-icon3.png) no-repeat left center;
	margin-left: 30px;
}
.foot-adr .adr-row2 .row2-1 time{
	color: #e1e90f;
}
.foot-adr .adr-row3{
	margin: 10px 0 0 25px;
}
.foot-adr .adr-row3 span{
	margin-right: 60px;
}
.foot-adr .adr-row3 span a{color:#fff;}
.foot-wx{
	width: 135px;
	margin-top: 15px;
}
.foot-wx img {
	width: 135px;
}

.intro-name{ 
	background: url(../images/nav-bk.gif); 
}

/*友情链接*/
.link{font-size:14px;margin-top:10px;}.link span{margin-left:10px;}.link span a{color:#000;}