body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 12px;
	font-family: "微软雅黑";
}

html,
body {
	min-width: 1200px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

html::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

input::-webkit-input-placeholder {
	color: #ccc
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc
}

.pl40 {
	padding-left: 40px;
}

.pl45 {
	padding-left: 45px;
}

.vat {
	vertical-align: top;
}

.wfull {
	width: 100%;
}

.w1200 {
	width: 1200px;
}

.w1350 {
	width: 1350px;
}

.fs0 {
	font-size: 0;
}

.transition300 {
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

input,
button {
	outline: none;
}

/* header */
.header {
	width: 100%;
	background-size: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-ms-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}

.header .top {
	background-color: rgba(0, 101, 56, .7);
	padding: 10px 0;
}

.header .top .list ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 0 8px;
	border-right: 1px solid #fff;
}

.header .search {
	width: 50px;
	position: relative;
	z-index: 10;
	text-align: center;
}

.header .inside-scarch {
	position: relative;
	z-index: 8;
}

.header .inside-scarch .btn-search.icon {
	font-size: 30px;
	color: #fff;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-ms-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}

.header .scrarch-box {
	width: 330px;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: -6px;
	right: 0;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.header .scrarch-box input {
	width: 250px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	padding: 0 0 0 20px;
	margin: 0;
	color: #333;
	border-radius: 45px 0 0 45px;
	border: none;
	display: inline-block;
	*display: inherit;
	zoom: 1;
	vertical-align: middle;
	background-color: #fff;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.header .scrarch-box button {
	border: none;
	margin: 0;
	padding: 0;
	width: 54px;
	height: 45px;
	background-color: #fff;
	/* background-image: linear-gradient(top, #D5CA1A, #2AD76B);
	background-image: -webkit-linear-gradient(top, #D5CA1A, #2AD76B);
	background-image: -moz-linear-gradient(top, #D5CA1A, #2AD76B);
	background-image: -ms-linear-gradient(top, #D5CA1A, #2AD76B); */
	border-radius: 0 37px 37px 0;
	cursor: pointer;
	display: inline-block;
	*display: inherit;
	zoom: 1;
	vertical-align: middle;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.header .scrarch-box button .icon {
	font-size: 30px;
	color: #333;
}

.header .search .scrarch-box.show {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}


/*nanv*/
.nav {
	background-color: transparent;
	padding: 15px 0;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-ms-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}

.nav ul.nav-con {
	font-size: 0;
	text-align: center;
	width: 1300px;
}

.nav ul li.item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 9%;
	text-align: center;
	position: relative;
	z-index: 9;
	vertical-align: middle;
}

.nav ul li a.nav-item-1 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	display: block;
	position: relative;
}

.nav ul li.active a {
	color: #F7B52C;
}

.nav ul li .sub-nav {
	position: absolute;
	top: 50px;
	left: 0;
	width: 150%;
	padding: 10px 0;
	overflow: hidden;
	background: rgb(255, 255, 255);
	border-top: 3px solid #07984d;
	text-align: center;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#509e1b2e', endColorstr='#509e1b2e');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#509e1b2e', endColorstr='#509e1b2e')"; */
	display: none;
}

.nav ul li .sub-nav li {
	text-align: center;
	width: 100%;
}

.nav ul li .sub-nav li a {
	display: block;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}

.nav ul li .sub-nav li a:hover,
.nav ul li a:hover {
	color: #F7B52C;
}

.header .nav ul li.logo {
	padding: 0 60px;
	vertical-align: middle;
}

/*下滚动样式开始*/
.header.scrollDown .nav ul li a.nav-item-1 {
	color: #333;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-ms-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
}

.header.scrollDown .nav {
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.header.scrollDown .inside-scarch .btn-search.icon {
	color: #333;
}





/*下滚动样式结束*/

/*footer*/
.footer {
	background: #fff;
	background-size: cover;
}
.footer .img-txt {
	padding: 40px 0;
}
.footer .position {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.footer .cp .position,
.footer .cp .position p,
.footer .cp .position span,
.footer .cp .position a {
	font-size: 14px !important;
	color: #fff !important;
	line-height: 1.4 !important;
}

.footer .cp {
	background-color: #065a32;
	text-align: center;
}

.footer .cp,
.footer .cp span,
.footer .cp a,
.footer .cp p {
	font-size: 12px !important;
	color: #fff !important;
	line-height: 1.4 !important;
}


/*mian-wrap*/
.mian-wrap {
	background-color: #fff;
	overflow: auto;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-ms-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms;
	position: relatifve;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
}


/* hover */
.header .top ul li a:hover,
.footer .f-nav ul li a:hover,
.footer .f-links ul li a:hover {
	color: #F7B52C;
}