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: "微软雅黑";
}

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
}

.w1200 {
	width: 1200px;
}

input,
button {
	outline: none;
}

.vat {
	vertical-align: top;
}

.obj-cent {
	object-fit: contain;
}

.obj-cover {
	object-fit: cover;
}

.obj-scale-down {
	object-fit: scale-down;
}

.header {
	border-top: 10px solid #006400;
	background: #fff;
	padding: 8px 0;
}

.header .logo {
	width: 440px;
}

.header .box-event {
	width: 36px;
	text-align: right;
	position: relative;
	z-index: 8;
}

.search-btn {
	border-radius: 50%;
	/* border: 1px solid #707070; */
	width: 36px;
	height: 36px;
	float: right;
	cursor: pointer;
	font-size: 34px;
	color: #666;
}

.header .search-wrap {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 8;
	margin-top: -25px;
	width: 300px;
	height: 30px;
	background-color: #fff;
	padding: 10px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	border-radius: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.header .shwo-scale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.header .search-wrap input {
	width: 240px;
	height: 30px;
	border: none;
	color: #333;
	font-size: 14px;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.header .search-wrap button {
	background-color: transparent;
	cursor: pointer;
	width: 50px;
	height: 30px;
	font-size: 30px;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
}

.header .search-wrap button .icon {
	font-size: 20px;
	color: #666;
}

/*nav*/
.nav {
	background-color: transparent;
	width: 716px;
	position: relative;
	z-index: 8;
}

.nav ul {
	font-size: 0;
	text-align: right;
}

.nav ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	position: relative;
	z-index: 999;
}

.nav ul li a {
	display: block;
	font-size: 16px;
    font-weight:bold;
	color: #333;
	line-height: 70px;
	padding: 0 14px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.nav ul li .sub-nav {
	display: none;
	width: 250px;
	/* padding: 10px 0; */
	position: absolute;
	top: 68px;
	left: -85%;
	background: #fff;
}

.nav ul li .sub-nav .sub-list {
	text-align: center;
	width: 100%;
}

.nav ul li .sub-nav .sub-list a {
	padding: 10px 10px;
	line-height: 1.4;
	color: #333;
	/*font-weight: normal;*/
}

.nav ul li a.active {
	color: #006400;
}

/*hover*/
.nav ul li:hover a.item-1 {
	color: #006400;
	font-weight: bold;
}

.nav ul li .sub-nav .sub-list a:hover {
	color: #006400;
	background-color: #f7f7f7;
}

/*footer*/
.footer {
	padding: 25px 0;
	background-color: #383838;
	text-align: center;
}

.footer .cp p,
.footer .cp a,
.footer .cp span,
.footer .cp p {
	font-size: 14px !important;
	color: #eee !important;
	line-height: 30px !important;
}


/* right-anchor-point start */
.right-anchor-point {
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 10;
}

.right-anchor-point .list .li-item .a-item {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 8px;
	border: 1px solid #006400;
}

.right-anchor-point .list .li-item .a-item .icon {
	font-size: 36px;
	color: #006400;
	line-height: 1;
	padding-top: 10px;
	padding-bottom: 4px;
}

.right-anchor-point .list .li-item .a-item .pic {
	position: absolute;
	right: 62px;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

.right-anchor-point .list .li-item .a-item:hover .pic {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.right-anchor-point .list .li-item .a-item:hover {
	background-color: #006400;
}

.right-anchor-point .list .li-item .a-item:hover .icon {
	color: #fff;
}

/* right-anchor-point end */

@media screen and (max-device-width: 500px) {

	html,
	body {
		min-width: 1200px;
	}
}
