@charset "UTF-8";

/*css reset start*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
code,
del,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
}
em,strong{
        margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table,
tbody,
thead,
tr,
th,
td {
        margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
	table-layout: fixed;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

img {
	border: none;
}

input,
textarea,
button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: none;
}

a {
	text-decoration: none;
	font-size: 14px;
	color: #333333;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: -2px;
	margin-right: 5px;
}

body,
button,
input,
select,
textarea {
	font-family: "微软雅黑";
	font-size: 100%;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
strong{
    font-weight: bold;
}
strong em {
    font-weight: bold;
}
body{
	background-color: #eaefec;
}
/*公共开始*/
/*banner*/
.bannerMain{
	width: 100%;
	height:400px ;
	min-width: 1200px;
	
}
.bannerMain img{
	width:100%;
	height:100%;
}
/*banner-end*/
/*nav*/
.navMain{
	width: 100%;
	height: 60px;
    background-color: #4d951b;
    min-width: 1200px;
}
.navMain ul{
	width: 1200px;
	margin: 0 auto;
}
.navMain ul li{
	float: left;
}
.navMain ul li a{
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 240px;
	height: 60px;
	line-height: 60px;
	background: url(../images/htkHome.png) 40px 19px no-repeat;
}
.navMain ul li a:hover{
	background-color:#8dc020 ;
}
.navMain ul li.active a{
	background-color:#8dc020 ;
}
.navMain ul li+li a{
	background: url(../images/htk_two.png) 40px 19px no-repeat;
}
.navMain ul li+li+li a{
	background: url(../images/htk_three.png) 40px 19px no-repeat;
}
.navMain ul li+li+li+li a{
	background: url(../images/htk_four.png) 40px 19px no-repeat;
}
.navMain ul li+li+li+li+li a{
	background: url(../images/htk_five.png) 40px 19px no-repeat;
}
/*navend*/
/*ffooter*/
.footer{
	width: 1200px;
	margin: 0 auto;
	height: 115px;
	padding: 0 20px;
	background-color: #fff;
}
.footerMain{
	width: 100%;
	height: 115px;
	background-color: #4d951b;
	border-top: 4px solid #336600;
	padding-top:40px;
}
.footerMain p{
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
/*footer-end*/
/*公共结束*/
/*index*/
.homeMain{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px;
}
.homeImg{
	width: 100%;
	height:250px;
	margin-bottom: 30px;
	background: url(../images/htk_homeimg2.png) no-repeat;
	padding: 30px 60px;
}
.homeImg ul li{
	display: block;
	font-size:16px;
	font-weight: bold;
	width: 100%;
	height:30px;
	line-height:30px;
	padding-left: 25px;
	color:#336600;
	background: url(../images/htk_lvdian.png) 10px 13px no-repeat;
}
.homeImg p{
		color:#336600;
		font-size:16px;
	    font-weight: bold;
	    text-indent: 30px;
	    line-height: 30px;
}
.homeImg img{
	width: 100%;
	height:250px;
}
.htkBox1{
	width: 100%;
	height:350px;
	background-color: #faf9f8;
	position: relative;
	padding: 0 20px;
	padding-top: 65px;
	margin-bottom: 30px;
}
.htkBox1 h1{
	display: block;
	width: 170px;
	height: 60px;
	padding-left: 20px;
	line-height: 60px;
	background: url(../images/htk_hbg.png) no-repeat;
	position: absolute;
	left: 0;
	top: -10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.htkBox1 h1 a{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.messageLeft{
	width: 525px;
	float: left;
}
.mesBox{
	width: 100%;
	height: 90px;
}
.title{
	display: block;
	width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color:#333;
    font-weight: bold;
}
.title span{
	display: inline-block;
    right: 0px;
    top: 0;
    position: absolute;
     color:#333;
    font-weight: bold;
    font-size: 16px;
}
.title:hover{
	 color:#f25000;
}
.title:hover span{
	 color:#f25000;
}
.mesBox p{
	display: block;
	width: 100%;
	position: relative;
	color: #999;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
}
.mesBox p .more{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #0a74df;
}
.messageRight{
	float: right;
}
.htkBox2{
	width: 100%;
	height: 300px;
}
.htkBoxSame{
	width: 370px;
	height: 300px;
	border:1px solid #4d951b;
	float: left;
	margin-left: 24px;
}
.htkBoxSame:first-child{
	margin: 0;
}
.htkBoxSame ul li{
	display: block;
	color: #fff;
	font-size:16px;
	width: 100%;
	height: 40px;
	line-height:40px;
	background: url(../images/htk_indexdian.png) 10px 19px no-repeat;
	padding-left: 25px;
}
.nameTitle{
	width: 100%;
	height: 50px;
	border-bottom:1px solid #4d951b;
}
.nameTitle h2{
	display: block;
	width: 120px;
	color: #4d951b;
	font-size: 24px;
	font-weight: bold;
	font-style:italic ;
	border-left:5px solid #ffcc00;
	float: left;
    margin-top: 8px;
    margin-left: -1px;
    padding-left: 15px;
}
.nameTitle a{
	display: block;
	width: 50px;
	height:50px;
	float: right;
	background: url(../images/htk_daindian.png) center no-repeat;
}

/*index结束*/
/*page*/
.indexPage{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 600px;
	padding: 20px;
}
.dzPage h1 {
    text-align: center;
    font-size: 22px;
    padding: 30px 0;
}
.dzPage h3 {
    background: #f9f9f9;
    height: 32px;
    line-height: 32px;
    padding: 0 40px;
    margin-bottom: 15px;
    font-size: 14px;
}
.dzPage span {
    color: #999;
}
.indexPage .listHeader{
	height: 40px;
    line-height: 40px;
    border: none;
}
.indexPage .listHeader span{
	float: left;
	background: url(../images/htk_address.png) 15px 14px no-repeat;
    padding-left: 35px;
}
.pageLShow {
    margin: 13px auto;
    text-align: center;
}
.pageLShow span {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 5px 10px;
    color: #999;
    font-size: 14px;
}
/*page结束*/
/*list*/
.listMain{
	width: 1200px;
	margin: 0 auto;
	height: 830px;
	background-color: #fff;
	padding:20px;
}
.listHeader{
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-bottom:2px solid #4d951b;
	background-color: #f0f5f1;
}
.listHeader h2{
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	color: #346700;
	font-size: 24px;
	background: url(../images/htk_list.png) 20px 10px no-repeat;
	padding-left: 50px;
}
.listHeader span{
	display: block;
	float: right;
	color: #346700;
	text-align: right;
	font-size: 14px;
	padding-right: 20px;
	background: url(../images/htk_address.png) 0px 20px no-repeat;
	padding-left: 20px;
	}
.listHeader span a{
	color: #346700;
	font-size: 14px;
}
.listBorder ul{
	min-height: 630px;
	margin-top: 10px;
}
.listBorder ul li{
	width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 60px;
    text-indent: 45px;
    background: url(../images/htk_dian.png) 14px 23px no-repeat;
     border-bottom: 1px dashed #a9c0a9;
}
.listBorder ul li a:hover{
	 color: #f05100;
}
.listBorder ul li a{
	 color: #346700;
    font-size: 18px;
}
.listBorder ul li span {
    display: inline-block;
    right:15px;
    top: 0;
    position: absolute;
     color: #346700;
    font-size: 18px;
}
/*分页*/
.page {
    margin: 30px auto;
    text-align: center;
}
.page span {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 5px 10px;
    color: #999;
    font-size: 14px;
}
.page a {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 5px 10px;
    color: #333333;
    font-size: 14px;
}
.page a:hover, .page a.active {
    background-color: #ffa634;
    color: #fff;
}
/*list结束*/
