﻿@charset "utf-8";
@import url(header.css);
@import url(footer.css);
@import url(iconfont.css);








































* {
	padding: 0px;
	margin: 0px;
	scrollbar-width: 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-family: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

html {
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	font-size:20px; line-height: 1.7;
}

body {
	clear: both;
	margin: 0px auto;
	padding: 100px 0px 0px 0px;
	max-width: 1920px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--fontcolor);
	overflow-x: hidden;
	font-family: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
	background-color:#fff;
	box-sizing: border-box;
	overflow-X: hidden;
}

div, ul, li, p { margin: 0; padding: 0; font: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; box-sizing:border-box; }

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}

input {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
}

p,form {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

@media only screen and (max-width: 800px) {
	body,p {
		font-size: 12px;
		line-height: 20px;
	}
	input {
		font-size: 12px;
	}
}
a {
	text-decoration:none;
	color: #333;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	transition: all .5s;
	-webkit-transition:all .5s; 
	-moz-transition: all .5s;
	-o-transition: all .5s;
	outline:none;
	margin:0;
	padding:0;
}

a:focus{outline:none;}
a:visited{text-decoration:none}
a:active{text-decoration:none;outline:none;}
a:hover{ 
	text-decoration:none;
	transition: all .5s;
	-webkit-transition:all .5s; 
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar-track {
background-color:#e6e6e6;
border-radius:0px;
}
::-webkit-scrollbar-thumb {
background-color:#00913a;
border-radius:4px;
}


h1{padding:0px;margin:0px;box-sizing:border-box;text-transform:capitalize;font-weight:var(--fontweight5)}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: none
}

@media (max-width:1024px) {
	body {
		padding-top: 55px
	}
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
	}

@media screen and (max-width:1499px) {
.w1400 {
	width: 94%;
	}
}

@media screen and (max-width:1450px){
	.w1400{width:90%}
}

@media screen and (max-width:1023px){
	.w1400{width:94%}
}

@media screen and (max-width:1440px) {
	.w1400 {
		width: 94%
	}
}


.float_l{
    float: left;
}
.float_r{
    float: right;
}

.clear {
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "."
}
