body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
	margin: 0;
	padding: 0;
}
body {
	color: #595757;
	font-size: 20px;
	font-family: "微软雅黑";
}
a {
	color: #222d35;
	text-decoration: none !important;
}
a:hover {
	color: #e94609;
	text-decoration: none !important;
}
em {
	font-style: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
p {
	word-wrap: break-word;
}
input:focus,select:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus {
    outline: none;
}
*::selection {
    color: white;
	background-color: #e94609;
}
*::-moz-selection {
    color: white;
	background-color: #e94609;
}
*::-webkit-selection {
    color: white;
	background-color: #e94609;
}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
h2 {
	color: #e94709;
	font-size: 39px;
	line-height: 45px;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.container {
		padding: 0;
		width: 680px;
	}
}
@media only screen and (max-width: 750px) {
	body {
		font-size: 14px;
		line-height: 22px;
	}
	h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.container {
		width: 340px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		padding: 0;
		width: 935px;
	}
}
@media only screen and (min-width: 1200px) {
	body {
		font-size: 16px;
		line-height: 25px;
	}
	h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.container {
		width: 800px;
	}
	/*滚动条样式*/
	::-webkit-scrollbar {/*滚动条整体样式*/
		width: 0px;
		border-radius: 0px;
	}
	::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
		border-radius: 0px;
		background-color: transparent;
	}
	::-webkit-scrollbar-track {/*滚动条里面轨道*/
		background: transparent;
		-webkit-box-shadow: inset 0 0 0px transparent;
	}
}
@media only screen and (min-width: 1450px) {
	body {
		font-size: 18px;
		line-height: 27px;
	}
	h2 {
		font-size: 38px;
		line-height: 42px;
	}
	.container {
		width: 1050px;
	}
}
@media only screen and (min-width: 1700px) {
	body {
		font-size: 20px;
		line-height: 30px;
	}
	h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.container {
		width: 1300px;
	}
}
/*头部公共样式*/
header {
	top: 0;
	left: 0;
	z-index: 900;
	width: 350px;
	height: 100%;
	position: fixed;
	background: #ffffff;
	padding: 60px 35px 110px 35px;
	box-shadow: 0px 0px 6px 6px rgba(2,10,14,0.1);
}
.header-top {
	width: 100%;
	margin: 0 0 25px;
	position: relative;
}
header .logo {
	float: left;
	width: 231px;
	display: block;
	overflow: hidden;
	margin: 0 0 45px;
}
.logo img {
	width: 100%;
	display: block;
}
.header-search {
	width: 100%;
	font-size: 20px;
	padding: 24px 0;
	overflow: hidden;
	line-height: 30px;
	border-top: 1px solid rgba(2,10,14,0.2);
	border-bottom: 1px solid rgba(2,10,14,0.2);
}
.header-search em {
	float: left;
	width: 20px;
	height: 30px;
	color: #e94609;
	display: block;
	cursor: pointer;
	overflow: hidden;
	line-height: 30px;
}
.header-search strong {
	float: left;
	margin: 0 10px;
	display: block;
	cursor: pointer;
	overflow: hidden;
}
.header-menu,.header-menu ul,.header-menu ul li,.header-earth {
	width: 100%;
	height: auto;
}
.header-menu ul li {
	margin: 0 0 25px;
}
.header-menu ul li h4 {
	width: 100%;
	font-size: 20px;
	cursor: pointer;
	overflow: hidden;
	line-height: 32px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 30px;
}
.header-menu ul li h4 em {
	top: 10px;
	left: 0px;
	width: 12px;
	height: 12px;
	color: #e94609;
	display: block;
	overflow: hidden;
	line-height: 12px;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.header-menu ul li.onClick h4 em {
	transform: rotate(-180deg);
}
.header-menu .header-two {
	width: 100%;
	display: none;
	padding: 15px 0 15px 50px;
}
.header-menu .header-two .two-menu {
	width: 100%;
	margin: 0 0 15px;
}
.header-menu .header-two .two-menu:last-of-type {
	margin: 0px;
}
.header-two p {
	width: 100%;
	cursor: pointer;
	font-size: 20px;
	margin: 0 0 15px;
	overflow: hidden;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.header-two .two-menu h5 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
	font-size: 20px;
	line-height: 32px;
	position: relative;
	align-items: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.header-two .two-menu h5 em {
	left: -20px;
	color: #e94609;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.header-two p:last-of-type {
	margin: 0;
}
.header-two .two-menu .header-three {
	width: 100%;
	display: none;
	overflow: hidden;
}
.header-two .two-menu .header-three p {
	width: 100%;
	cursor: pointer;
	margin: 5px 0 0;
	font-size: 18px;
	overflow: hidden;
	line-height: 30px;
	padding-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.header-two p a,
.header-two .two-menu h5 a {
	color: rgba(0,0,0,0.6);
}
.header-two .two-menu.now h5 em {
	transform: rotate(-180deg);
}
.header-two .two-menu.now h5 a {
	color: #e94609;
	font-weight: bold;
}
.header-two p:hover a,
.header-two .two-menu:hover h5 a {
	color: #e94609;
}
.header-earth {
	margin: 25px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(2,10,14,0.2);
}
.header-earth .earth-txt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	overflow: hidden;
	line-height: 32px;
	position: relative;
	padding: 0 0 8px 30px;
}
.header-earth .earth-txt img {
	top: 6px;
	left: 0px;
	width: 20px;
	cursor: pointer;
	position: absolute;
}
.header-earth .earth-txt strong {
	cursor: pointer;
	position: relative;
}
.header-earth .earth-txt strong:last-of-type {
	margin-left: 31px;
}
.header-earth .earth-txt strong:last-of-type::before {
	top: -2px;
	left: -18px;
	content: '|';
	position: absolute;
}
.header-earth .earth-menu {
	width: 100%;
	display: none;
	font-size: 20px;
	overflow: hidden;
	line-height: 32px;
	background: #f2f3f3;
	padding: 0 30px 30px;
}
.earth-menu p {
	width: 100%;
	padding: 8px 0;
	overflow: hidden;
	line-height: 32px;
	border-bottom: 1px solid rgba(2,10,14,0.2);
}
.earth-menu p:last-of-type {
	border-bottom: none;
}
.search-content {
	top: 0px;
	left: -50%;
	opacity: 0;
	width: 50%;
	height: 100%;
	z-index: 800;
	position: fixed;
	overflow-x: hidden;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s ease;
	background: linear-gradient(135deg, #f08823 0%, #e94609 100%);
}
.search-content.search-click {
	opacity: 1;
	left: 350px;
	visibility: visible;
	pointer-events: auto;
}
.search-content .search-x {
	width: 48px;
	height: 48px;
	float: right;
	cursor: pointer;
	overflow: hidden;
	margin: 30px 50px;
	border-radius: 50%;
	position: relative;
	background: #e94609;
}
.search-content .search-x:before,.search-content .search-x:after {
	top: 50%;
	left: 50%;
	content: '';
	width: 24px;
	height: 2px;
	display: block;
	overflow: hidden;
	border-radius: 1px;
	position: absolute;
	background: #ffffff;
	margin: -1px 0 0 -12px;
	transform: rotate(45deg);
}
.search-content .search-x:after {
	transform: rotate(-45deg);
}
.search-content .search-input {
	top: 50%;
	left: 50%;
	width: 75%;
	color: #ffffff;
	overflow: hidden;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}
.search-input input {
	width: 100%;
	border: none;
	color: #ffffff;
	display: block;
	font-size: 24px;
	overflow: hidden;
	line-height: 70px;
	background: transparent;
	border-bottom: 2px solid rgba(255,255,255,0.8);
}
.search-input input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.75);
}
.search-input input:-moz-placeholder {
	color: rgba(255,255,255,0.75);
}
.search-input input::-moz-placeholder {
	color: rgba(255,255,255,0.75);
}
.search-input input:-ms-input-placeholder {
	color: rgba(255,255,255,0.75);
}
.search-input span {
	top: 20px;
	right: 0px;
	font-size: 28px;
	position: absolute;
}
.search-input p {
	font-size: 16px;
	margin: 10px 0 0;
	line-height: 30px;
	text-align: right;
}
@media only screen and (max-width: 1199px) {
	.header-logo {
		display: none;
	}
	header {
		width: 100%;
		height: auto;
		padding: 35px;
	}
	.header-top {
		margin: 0;
		overflow: visible;
		position: relative;
	}
	header .logo {
		float: none;
		width: 294px;
		margin: 3px auto;
	}
	.header-search {
		top: -3px;
		right: 0px;
		width: 46px;
		height: 46px;
		padding: 0px;
		font-size: 46px;
		border-top: none;
		position: absolute;
		text-align: center;
		border-bottom: none;
	}
	.header-search em {
		width: 100%;
		height: 100%;
		line-height: 44px;
	}
	.header-search strong {
		display: none;
	}
	.header-top .header-icon {
		top: -3px;
		left: 0px;
		z-index: 10;
		width: 50px;
		height: 46px;
		overflow: hidden;
		position: absolute;
	}
	.header-icon li {
		top: 50%;
		left: 50%;
		width: 50px;
		height: 6px;
		overflow: hidden;
		position: absolute;
		background: #e94609;
	}
	.header-icon li:nth-of-type(1) {
		margin: -21px 0 0 -25px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -3px 0 0 -25px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 15px 0 0 -25px;
	}
	.header-icon.icon-click li:nth-of-type(1) {
		margin: -3px 0 0 -25px;
		transform: rotate(45deg);
	}
	.header-icon.icon-click li:nth-of-type(2) {
		opacity: 0;
	}
	.header-icon.icon-click li:nth-of-type(3) {
		margin: -3px 0 0 -25px;
		transform: rotate(-45deg);
	}
	.header-icon li:nth-of-type(2):before {
		top: 0px;
		left: 40%;
		width: 20%;
		content: '';
		height: 100%;
		display: block;
		overflow: hidden;
		position: absolute;
		background: #FFFFFF;
	}
	.header-menu {
		top: 0px;
		left: -55%;
		opacity: 0;
		width: 55%;
		height: 100vh;
		position: fixed;
		overflow-x: hidden;
		visibility: hidden;
		background: #FFFFFF;
		pointer-events: none;
		padding: 102px 30px 50px 70px;
		transition: all 0.5s cubic-bezier(0.075,0.82,0.165,1);
	}
	.header-menu.menuClick {
		left: 0px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.header-menu ul {
		padding: 25px 0 0;
		border-top: 1px solid rgba(2,10,14,0.2);
	}
	.search-content {
		left: -100%;
		width: 100%;
		z-index: 920;
	}
	.search-content .search-input {
		width: 90%;
	}
	.search-content.search-click {
		left: 0px;
	}
}
@media only screen and (max-width: 991px) {
	.header-menu {
		left: -100%;
		width: 100%;
		padding: 102px 70px 50px;
	}
	.search-content .search-x {
		margin: 30px;
	}
}
@media only screen and (max-width: 750px) {
	header {
		padding: 18px;
	}
	header .logo {
		width: 160px;
		margin: 0 auto;
	}
	.header-search {
		top: -1px;
		width: 24px;
		height: 24px;
		font-size: 24px;
	}
	.header-search em {
		line-height: 22px;
	}
	.header-top .header-icon {
		top: -1px;
		width: 28px;
		height: 24px;
	}
	.header-icon li {
		width: 28px;
		height: 4px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -12px 0 0 -14px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 8px 0 0 -14px;
	}
	.header-icon li:nth-of-type(2),.header-icon.icon-click li:nth-of-type(1),.header-icon.icon-click li:nth-of-type(3) {
		margin: -2px 0 0 -14px;
	}
	.header-menu {
		padding: 75px 25px 25px;
	}
	.header-menu ul li {
		margin: 0 0 15px;
	}
	.header-menu ul li h4 {
		padding: 0 0 0 25px;
	}
	.header-menu .header-two {
		padding: 15px 0 15px 45px;
	}
	.header-two p {
		font-size: 18px;
		margin: 0 0 10px;
		line-height: 25px;
	}
	.search-content .search-x {
		width: 36px;
		height: 36px;
		margin: 10px;
	}
	.search-content .search-x:before,.search-content .search-x:after {
		width: 20px;
	    margin: -1px 0 0 -10px;
	}
	.search-input input {
		font-size: 16px;
    	line-height: 50px;
    	border-bottom-width: 1px;
	}
	.search-input span {
		top: 13px;
		font-size: 22px;
	}
	.search-input p {
	    margin: 5px 0 0;
	    font-size: 12px;
	    line-height: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		left: 0px;
		opacity: 1;
		overflow-x: hidden;
		visibility: visible;
		pointer-events: all;
		transition: all 0.3s linear;
	}
	header.headerClick {
		opacity: 0;
		left: -350px;
		visibility: hidden;
		pointer-events: none;
	}
	.header-menu ul li.active h4 a {
	    color: #e94609;
	}
}
/*底部公共样式*/
footer {
	width: 100%;
	color: #FFFFFF;
	overflow: hidden;
	background: #595757;
	padding: 75px 0 70px;
}
.footer-left {
	float: left;
	width: 465px;
	overflow: hidden;
	border-top: 3px solid #FFFFFF;
}
.footer-left h3 {
	margin: 25px 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.footer-input {
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	line-height: 20px;
}
.footer-input input {
	width: 100%;
	height: 40px;
	border: none;
	color: #333333;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	border-radius: 3px;
	margin: 5px 0 10px;
}
.footer-input textarea {
	width: 100%;
	border: none;
	height: 120px;
	color: #333333;
	display: block;
	overflow: hidden;
	line-height: 30px;
	padding: 5px 15px;
	margin: 5px 0 10px;
	border-radius: 3px;
}
.footer-btn {
	width: 100%;
	margin: 20px 0 0;
	overflow: hidden;
}
.footer-btn p {
	float: left;
	margin: 10px 0;
	font-size: 14px;
	line-height: 20px;
}
.footer-btn button {
	width: 220px;
	height: 40px;
	float: right;
	border: none;
	display: block;
	font-size: 20px;
	overflow: hidden;
	border-radius: 3px;
	font-family: "黑体";
	background: #e94709;
	transition: all 0.3s ease;
}
.footer-btn button:hover {
	background: #ff4500;
}
.footer-right {
	width: 350px;
	float: right;
	overflow: hidden;
}
.footer-right .footer-icon {
	width: 110px;
	float: right;
	text-align: center;
}
.footer-icon h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin: 35px 0 5px;
}
.footer-icon a {
	width: 35px;
	height: 35px;
	color: #e94709;
	display: block;
	font-size: 36px;
}
.footer-bottom {
	width: 100%;
	color: #727171;
	font-size: 14px;
	overflow: hidden;
	text-align: right;
	line-height: 20px;
	margin: 190px 0 0;
}
.footer-bottom a {
	color: #727171;
}
.footer-bottom a:hover {
	color: #e94709;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.footer-left {
		float: none;
		margin: 0 auto;
		border-top: none;
	}
	.footer-left h3 {
		margin: 0 0 25px;
		text-align: center;
	}
	.footer-right {
	    float: none;
	    width: 100%;
		margin: 0 auto;
	}
	.footer-right .footer-icon {
		float: none;
	    width: 100%;
	}
	.footer-icon h4 {
		margin: 80px 0 30px;
	}
	.footer-icon a {
		margin: 0 10px;
		display: inline-block;
	}
	.footer-bottom {
	    margin: 100px 0 0;
	    text-align: center;
	}
}
@media only screen and (max-width: 750px) {
	footer {
	    padding: 40px 0 20px;
	}
	.footer-left {
		width: 300px;
	}
	.footer-input {
		font-size: 14px;
	}
	.footer-input input {
		height: 35px;
		padding: 0 10px;
	}
	.footer-input textarea {
		height: 100px;
		line-height: 25px;
		padding: 5px 10px;
	}
	.footer-btn {
		margin: 10px 0 0;
	}
	.footer-btn p {
		font-size: 12px;
		line-height: 15px;
	}
	.footer-btn button {
		width: 110px;
		height: 35px;
		font-size: 16px;
	}
	.footer-icon h4 {
	    margin: 40px 0 20px;
	}
	.footer-bottom {
		margin: 50px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer-icon a:nth-of-type(2n+1) {
		float: left;
		margin: 30px 30px 0 0;
	}
	.footer-icon a:nth-of-type(2n) {
		float: right;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.footer-left {
		width: 450px;
	}
}
@media only screen and (min-width: 1450px) {
	.footer-left {
		width: 465px;
	}
}
@media only screen and (min-width: 1700px) {
	footer .container {
		width: 1145px;
	}
}
/*主体框架样式*/
.main {
	width: 100%;
	position: relative;
}
@media only screen and (min-width: 1200px) {
	.main {
		float: right;
		width: calc(100% - 350px);
		transition: all 0.3s linear;
	}
	.main.mainClick {
		width: 100%;
	}
}
