﻿/*头部样式*/
html {
	background: url(../image/header_bg.png) top center no-repeat #f9f8f3;
}

@media screen and (min-width:1920px) {
	html {
		background-size: 100% auto
	}
}

.header {
	width: 100%;
	min-width: 300px;
	height: 85px;
	z-index: 10;
	position: relative;
	transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.wrapTop {
	width: 100%;
	border-top: 3px solid #bda97e;
}

.top {
	height: 130px;
	margin: 0 160px;
	position: relative;
}

.logo {
	width: auto;
	position: absolute;
	left: 0;
	overflow: hidden;
	font-size: 0;
	top: 35px;
}

.logo a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.logo img {
	width: 100%;
}

.logo1 {
	width: 600px;
	float: left;
}

/* .logo2{padding:12px 0 0 15px;} */
/* .logo1{width: calc(290% / 6.45);}
.logo2{width: calc(338% / 6.45);float: right;} */
.top_nav {
	width: auto;
	float: right;
	padding-top: 35px;
	font-size: 0;
	display: none;
}

.top_nav a {
	color: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 32px;
	line-height: 32px;
	margin-right: 30px;
	width: 79px;
	position: relative;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.1);
	padding: 0 0 0 42px;
	vertical-align: top;
	opacity: 0.8;
}

.top_nav a::before {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.top_nav a.top1::before {
	background: url(../image/top_nav1.png) center no-repeat rgba(255, 255, 255, 0.1);
}

.top_nav a.top2::before {
	background: url(../image/top_nav2.png) center no-repeat rgba(255, 255, 255, 0.1);
}

.top_nav a.top3::before {
	background: url(../image/top_nav3.png) center no-repeat rgba(255, 255, 255, 0.1);
}

.top_nav a.top4::before {
	background: url(../image/top_nav4.png) center no-repeat rgba(255, 255, 255, 0.1);
}

.top_nav a:hover {
	opacity: 1;
}

.top_nav .search_btn {
	width: 32px;
	height: 32px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	background: url(../image/search_btn.png) center no-repeat rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	opacity: 0.8;
	cursor: pointer;
}

.top_nav .search_btn:hover {
	opacity: 1;
}

.search_box {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	display: none;
}

.search_box.on {
	opacity: 1;
	visibility: visible;
	display: block;
}

.search_box .close {
	background: url(../image/close.png) center no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 40px;
	top: 6%;
}

.ser {
	height: 45px;
	line-height: 45px;
	width: 550px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	margin: -100px 0 0;
}

.search_box .ser {
	background: #fff;
}

.search {
	width: 100%;
	height: 100%;
	position: relative;
	float: right;
	z-index: 3;
}

.search input.notxt {
	color: #666;
	position: absolute;
	width: 406px;
	height: 45px;
	background: transparent;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	border: 0;
}

.search input.notxt1 {
	position: absolute;
	width: 120px;
	height: 45px;
	border: none;
	background: #9a0000;
	right: 0;
	font-size: 18px;
	color: #fff;
}

/* url(../image/search_btn.png) center center no-repeat */

.nav {
	height: 49px;
	line-height: 49px;
	position: absolute;
	left: 682px;
	right: 0;
	bottom: 0;
}

.nav ul {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
}

.nav ul>li {
	position: relative;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	transform: perspective(5000px);
	-moz-transform: perspective(5000px);
	-o-transform: perspective(5000px);
	-webkit-transform: perspective(5000px);
	padding: 0;
}

.nav ul li>a {
	font-size: 18px;
	display: block;
	position: relative;
	color: #fff;
	padding: 0 13px;
}

.nav ul li>a.a {
	background: url(../image/nav_bg.png) right 10px no-repeat;
}

.nav ul li>a:hover:after {
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fff;
	content: "";
	left: 0;
	bottom: 0;
}

/* .nav ul li.on > a,.nav ul li:hover > a{height:49px;line-height: 49px;} */
.nav ul li.on .subNav {
	display: block;
}

/* .nav ul li:before{content:"";display: block;background: #fff;width: 1px;height: 16px;position: absolute;left: 0;top: 50%;margin-top: -8px;}
.nav ul li:first-child:before{display: none;}
 */
.subNav {
	width: 100%;
	background: #9a0000;
	white-space: normal;
}

.subNav {
	position: absolute;
	right: 0;
	top: 48px;
	display: none;
}

.subNav dd {}

.subNav a {
	color: #fff;
	padding: 10px;
	display: block;
	line-height: 24px;
	border-top: 1px solid #9a0000;
	font-size: 16px;
}

.subNav a:hover {
	background: rgba(0, 0, 0, 0.1)
}

.slideTxtBoxs {
	display: flex;
	position: relative;
	width: 100%;
	margin-left: 100px;
	padding-top: 95px;
}

.hd ul li {
	width: 42px;
	line-height: 20px;
	font-size: 20px;
	padding: 10px;
	color: #ffffff;
	margin-bottom: 20px
}

.hd ul li.active {

	border: 1px solid #b17f7f;
}



/* 空状态样式 */
.empty-message {
	text-align: center;
	padding: 60px 20px;
	color: #95a5a6;
	font-size: 18px;
}

.bd {
	/* position: relative; */
	min-height: 400px;
}

.bd ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateX(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	list-style: none;
	pointer-events: none;
	margin-left: 100px !important;
}


.bd ul.active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

.wp {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto
}

.g-t1 {
	line-height: 40px;
}

.g-t1 {
	max-width: 220px;

}




.g-t1 span {
	/* float: left; */
	color: #333;
	font-size: 48px;
	line-height: 57px;
	position: relative;
	padding-right: 20px;
	background: url(../image/index_title_bg1.png) right top no-repeat, url(../image/index_title_bg2.png) left bottom no-repeat;
}

.m-list4 {
	overflow: hidden;
	padding-top: 50px;
}

.m-list4 li {
	width: 17%;
	float: left;
	margin-bottom: 30px;
}

.m-list4 li:last-child {
	width: 60px;
}

.m-list4 .con {
	text-align: center;
}

.m-list4 .ico {
	display: block;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.m-list4 h3 {
	font-size: 16px;
	font-weight: 400;
}

.m-list4 .a1 {
	color: #333;
}

.header {
	height: 85px;
	line-height: 85px;
	background: none;
	background-color: #970000;
	top: 0;
}

.index_031 ul li.slick-slide {
	width: 440px !important;
}

.index_031 .bottom_box {
	padding-left: 35px;
}

.header .logo {
	top: 50%;
	transform: translateY(-50%);
}

.header .logo1 {
	width: 600px;
}

.header .logo img {
	display: block;
}

.header .top {
	height: 85px;
}

.header .ser {
	display: none;
}

.header .top_nav {
	display: none;
}

.header .nav {
	bottom: 50%;
	transform: translateY(50%);
}

.header .nav li {
	background: none;
}

.header .subNav {
	top: 48px;
}

.header .nav-wrapper {
	height: 56px;
}

.header .nav ul li>a {}

.header .nav ul li.on>a,
.header .nav ul li:hover>a {}

.header {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}


/*手机端导航*/
.mobile {
	width: 100%;
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	z-index: 999;
}

.mobile-inner-header {
	width: 100%;
	height: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: #fff;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	text-align: left;
	width: 50px;
	position: absolute;
	cursor: pointer;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
	right: 0;
}

.mobile-inner-header-icon-out span {
	width: 22px;
	height: 2px;
	background: #fff;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	background-color: #930000;
	width: 100%;
	position: absolute;
	top: 67px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 25px;
	display: none;
}

.mobile-inner-nav ul a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 1.4rem;
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile-inner-nav li a {
	text-indent: 15px;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 2.5rem;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav ul a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mobile_subNav {
	display: none;
	padding-left: 10px;
}

.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	font-size: 1.2rem;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px 20px 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	overflow: hidden;
}

.mobile_search input.notxt {
	width: 80%;
	margin-left: 13px;
	border: none;
	height: 36px;
	line-height: 36px;
	color: #fff;
}

.mobile_search input.notxt1 {
	width: 55px;
	background-color: #fff;
	background: url(../image/search_btn.png) no-repeat center center;
	border: none;
	height: 36px;
	line-height: 36px;
	float: left;
}

footer {
	margin: 28px 0 0 0;
	padding: 2px 0 13px;
	border-bottom: 3px solid #bda97e;
	position: relative;
	background: #920000;
	z-index: 2;
}

footer::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	width: 100%;
	height: 100px;
	background: url(../image/footer_bg.png) bottom center no-repeat;
	background-size: 100% auto;
	margin-bottom: -1px;
}

.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1400px;
}

.footer .md {
	position: absolute;
	left: 54%;
	transform: translateX(-50%);
	width: 222px;
}

.footer .footer_logo {
	display: block;
	overflow: hidden;
}

.footer .lf {
	float: left;
	width: 34.14%;
	padding: 34px 0 26px;
	position: relative;
}

.footer .lf::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
	width: 1px;
	height: 156px;
	background: #fff;
	opacity: 0.2;
}

.footer .lf p {
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	line-height: 32px;
	padding: 0 0 0 40px;
	margin: 0 0 10px;
	position: relative;
}

.footer .lf p::before {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
}

.footer .lf p:first-child::before {
	background: url(../image/footer_lf1.png) center no-repeat;
}

.footer .lf p:nth-child(2)::before {
	background: url(../image/footer_lf2.png) center no-repeat;
}

.footer .lf p:nth-child(3)::before {
	background: url(../image/footer_lf3.png) center no-repeat;
}

.footer .rt {
	float: right;
	width: calc(34.14% - 115px);
	padding: 19px 0 26px 115px;
	position: relative;
}

.footer .rt::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 1px;
	height: 156px;
	background: #fff;
	opacity: 0.2;
}

.footer .code_box {
	float: right;
	margin: 0 40px 0 0;
}

.footer .link_box {
	font-size: 0;
	padding: 4px 0 0 6px;
	margin: 0 132px 9px 0;
	position: relative;
}

.footer .link_box::before {
	content: '';
	display: block;
	width: 1px;
	height: 54px;
	position: absolute;
	right: 0;
	top: 8px;
	background: rgba(255, 255, 255, 0.2);
}

.footer .link_box::after {
	content: '';
	display: block;
	width: 1px;
	height: 54px;
	position: absolute;
	right: 50%;
	top: 8px;
	background: rgba(255, 255, 255, 0.2);
}

.footer .link_box a {
	width: 50%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin: 0 0 23px;
}

.footer .select_link {
	height: 40px;
	vertical-align: middle;
	border-radius: 3px;
	position: relative;
	clear: right;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 22px;
	z-index: 2;
}

.footer .select_link.on {
	border-radius: 0 0 22px 22px;
}

.footer .select_link p {
	line-height: 40px;
	color: #fff;
	padding: 0 0 0 32px;
	cursor: pointer;
}

.footer .select_link .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 26px;
	bottom: 10px;
	background: url(../image/select_arrow.png) center center no-repeat;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	cursor: pointer;
}

.footer .select_link .arrow.on {
	transform: rotate(180deg);
}

.footer .select_link>a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: left;
	padding: 0 0 0 24px;
}

.footer .select_link .alert_box {
	height: 0;
	position: absolute;
	left: -1px;
	bottom: 100%;
	background: #920000;
	right: -1px;
	border-radius: 22px 22px 0 0;
	padding: 6px 0 0;
	overflow: hidden;
	border: 0;
	opacity: 0;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.footer .select_link .alert_box.on {
	opacity: 1;
	height: auto;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 0;
}

.footer .select_link .alert_box a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding: 6px 31px;
}

.footer .select_link .alert_box a:hover {
	background: rgba(255, 255, 255, 0.1);
}

#asideNav {
	position: fixed;
	right: 0;
	z-index: 10;
	background: #960001;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 10px 20px;
}

#asideNav .side_logo {
	display: block;
	margin: 21px auto 16px;
	width: 50px;
}

#asideNav .side_logo.on {
	width: 30px;
}

#asideNav .side_btn {
	font-size: 0;
	width: 24px;
	height: 24px;
	background: url(../image/side_right.png) center no-repeat;
	display: block;
	margin: 0 auto;
}

#asideNav .side_btn.on {
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	height: auto;
	padding-bottom: 36px;
	background: url(../image/side_left.png) bottom center no-repeat;
	color: #fff;
}

#asideNav ul {
	width: 106px;
}

#asideNav li {
	display: block;
	white-space: nowrap;
	line-height: 35px;
	margin: 0 0 10px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	cursor: pointer;
}

#asideNav li:hover {
	background: #fff;
	color: #960001;
}

.gotop {
	width: 20px;
	height: 20px;
	background: url(../image/gotop.png) center no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}


@media screen and (max-width:1720px) {
	.top {
		max-width: 1400px;
		margin: 0 auto;
	}

}

@media screen and (max-width:1000px) {

	.top,
	.footer {
		width: 1200px;
	}

	.logo1 {
		width: 400px;
	}

	.nav {
		left: 440px;
	}

	.nav ul li>a {
		font-size: 16px;
	}

	#asideNav ul {
		width: 80px;
	}

	#asideNav li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:1240px) {

	.top,
	.footer {
		width: auto;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.logo {
		left: 20px;
		top: 24px;
	}

	.logo1 {
		width: 320px;
	}

	.nav {
		left: 220px;
		right: 20px;
		line-height: 40px;
		height: 40px;
	}

	.nav ul li>a {
		font-size: 14px;
	}

	.top_nav a {
		margin-right: 20px;
	}

	.footer .rt {
		width: calc(34.14% - 20px);
		padding: 19px 0 26px 20px;
	}

	.header .logo {
		display: none;
	}

	.header .nav {
		left: 20px;
	}

	#asideNav {
		display: none;
	}
}

@media screen and (max-width:1024px) {
	.ser {
		right: 15px;
	}
}

@media screen and (max-width:992px) {
	html {
		background-size: auto 150px;
	}

	.header {
		height: auto;
	}

	.header .logo {
		display: block;
		top: auto;
		transform: none;
	}

	.header {
		line-height: 46px;
	}

	.nav {
		display: none;
	}

	.top_nav,
	.ser,
	.slogan {
		display: none;
	}

	.logo {
		position: relative;
		z-index: 100;
		top: 0px;
		padding: 12px 0;
	}

	.top,
	.header .top {
		height: auto;
		padding: 0px 2%;
		overflow: hidden;
	}

	.mobile,
	.mobile .top_nav {
		display: block;
	}

	.mobile .top_nav {
		text-align: center;
		float: right;
		padding: 5px 10px;
	}

	.top_nav a {
		width: auto;
		padding-right: 20px;
		margin: 5px 10px;
	}

	.logo {
		overflow: hidden;
		width: 270px;
		text-align: center;
		position: relative;
		left: 0;
	}

	.logo1,
	.header .logo1 {
		width: 100%;
	}

	.logo2 {}

	.mobile {
		top: 0px;
	}

	.mobile-inner-nav {
		top: 54px;
		overflow: auto;
	}

	footer::before {
		height: 50px;
	}

	.footer .md {
		position: relative;
		margin: 20px 0 10px;
	}

	.footer .lf {
		width: 50%;
	}

	.footer .rt {
		width: calc(50% - 20px);
	}

	.footer .rt::after {
		display: none;
	}


}

@media screen and (max-width:767px) {

	.footer .lf,
	.footer .rt {
		width: auto;
		float: none;
		padding-left: 0;
	}

	.footer .lf::after {
		display: none;
	}

	.footer .link_box {
		margin-right: 90px;
	}

	.footer .code_box {
		margin: 0;
	}

	/* .footer .rt{width: calc(50% - 20px);} */
	.footer .lf p {
		white-space: normal;
	}

}

@media screen and (max-width:480px) {
	.logo {
		width: 220px;
	}
}

@media screen and (max-width:380px) {
	.logo {
		width: 180px;
	}
}