﻿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::-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: #c43530;
}
html, body {
	min-width: 1350px;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
 @media (width:768px) {
html,  body {
	min-width: 1350px;
}
}
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: 12px;
	color: #fff;
	line-height: 1;
	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: 265px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	padding: 0 0 0 10px;
	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:hover .scrarch-box {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*nanv*/
.nav {
	background-color: rgba(0, 0, 0, .24);
	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: right;
	width: 1070px;
}
.nav ul li.item {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 10%;
	text-align: center;
	position: relative;
	z-index: 9;
	vertical-align: middle;
}
.nav ul li .nav-item-1 {
	font-size: 18px;
	color: #fff;
	/* font-weight: bold; */
	line-height: 50px;
	display: block;
	position: relative;
}
.nav ul li.active .nav-item-1 {
	color: #ffd600;
}
.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 #ffd600;
	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 .nav-item-2:hover {
	color: #c43530;
}
.nav ul li:hover .nav-item-1 {
	color: #ffd600;
}
.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: #c43530;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.footer .f-logo {
	display: block;
	margin-bottom: 10px;
}
.footer .cp, .footer .cp span, .footer .cp a, .footer .cp p {
	font-size: 12px !important;
	color: #fff !important;
	line-height: 1.4 !important;
}
.footer .time-item {
	position: absolute;
	top: -30px;
	z-index: 0;
	font-size: 120px;
	color: #d55050;
	font-weight: bold;
}
.footer .time-item， .footer .time-item p, .footer .time-item span, .footer .time-item a, .footer .time-item i {
	font-size: 120px !important;
	color: #d55050 !important;
	font-weight: bold !important;
}
.footer .left-time {
	left: 0;
}
.footer .right-time {
	right: 0;
}
