* {
	-ms-word-break: break-all;
}

body {
	text-align: left;
	color: #333333;
	line-height: 150%;
	font-family: "Microsoft YaHei", tahoma, arial, simsun, ;
	font-size: 16px;
}

html,
body,
div,
ul,
li,
dl,
dt,
dd,
form,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	outline: none;
}

ul {
	list-style: none;
}

li {
	list-style: outside none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
}


/*common*/
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


.overfloat-dot {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}

/*文本超出 小圆点显示*/
.overfloat-dot-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



/*header*/
.header {
	height: 150px;
	background: url(../images/top_bg.png) top center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	min-width: 1200px;
}


.logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.toplink{
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 20px;
}
.toplink span{
	margin: 0 10px;
}
/*search*/
#search-box {
	width: 222px;
	height: 39px;
    margin-top: 6px;
	border: 1px solid #fff;
	position: relative;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#search-box .wzTv-inp-txt {
	width: 222px;
	float: left;
	height: 39px;
	background: none;
	font-size: 14px;
	border: none;
}

#search-box .wzTv-inp-sub {

	float: right;
	text-indent: 999999999px;
	position: absolute;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
}

/* nav */
.nav {
	width: 100%;
	min-width: 1200px;
	height: 55px;
	width: 100%;
	position: relative;
	z-index: 99;
	line-height: 55px;
	background: #008c44;

}

.nav .nLi {
	float: left;
	width: 9%;
	text-align: center;
	position: relative;
	display: inline;
	transition: all .3s;
	-webkit-transition: all .3s;

}

.nav .nLi a {
	color: #FFFFFF;
	font-size: 16px;
	display: block;
}

.nav .sub {
	display: none;
	width: 156%;
	left: 0;
	top: 55px;
	position: absolute;
	line-height: 55px;
	z-index: 99;
}

.nav .sub li {
	zoom: 1;
	z-index: 99;
	background: #008c44;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
	line-height: 45px;
}

.nav .sub li:last-child {
	border-bottom: none;
}
.nav .sub li:hover{
	background-color: #FFFFFF;
}
.nav .sub li:hover  a{
	color: #008c44!important;
}
.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 15px;
}

.nav .nLi.on {
	background-color: #FFFFFF;
	
	
}
.nav .nLi.on a{
	color: #008c44;
}
.nav .nLi.on .sub a {
	color: #fff;
}



/*footer*/
.footer{
	background: #008c44;
	height: 200px;
	color: #FFFFFF;
	padding-top: 26px;
	box-sizing: border-box;
	background-size: cover;
	width: 100%;
	min-width: 1200px;
}
.footer_logo{
	border-bottom: 1px solid #99d1b4;
	padding-bottom: 16px;
}
.footer li{
	line-height: 36px;
}
.footer .ewm li img{
	
	float: left;
width: 78px;
    height: 78px;
}

.footer .bq p{
	font-size: 14px;
	margin-top: 16px;
	line-height: 30px;
}
.footer .ewm li{
	height: 78px;
	float: left;
	margin-right: 10px;
}
.footer .ewm span{
	writing-mode: vertical-rl;
	display: block;
	height: 100%;
	float: left;
	text-align: center;
}
.footer .link{
	margin-top: 30px;
}
.footer .links:first-child{
	margin-right: 20px;
}

.links{width: 156px;height: 36px;position: relative; float: left;}
.linkbox{width: calc( 100% - 40px );height: 100%;padding: 0 20px;line-height: 36px;color: #ffffff;background: #1a9857;font-size: 16px;display:flex;justify-content:space-between;}
.linkbox i{display: block; width: 36px; height: 36px; background: url(../images/jt.png) no-repeat center;}
.links ul{width: 100%;position: absolute;left:0;top:-70px;height: 70px;overflow-y: auto;display: none;}
.links ul li{width: 100%;height: 35px;text-align: left;line-height: 35px;background: rgba(0,0,0,.4);}
.links ul li a{padding-left:20px;display: block;color: #ffffff;font-size: 14px;}
.links ul li:hover{background: rgba(16,84,187,.9);}
.links ul::-webkit-scrollbar {width: 6px;}
.links ul::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(16,84,187,.9);}
.links ul::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}