@charset "utf-8";

/* CSS Document */
html {
	background: #FFF;
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	/* 14÷10=1.4 */
	color: #1e1e1e;
	font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

fieldset, img {
	border: 0;
}

img, object {
	max-width: 100%;
	/*height:auto;*/
	width: auto\9;
	/* for ie8 */
	-ms-interpolation-mode: bicubic;
}

a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #1e1e1e;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #b10f0f;
	text-decoration: none;
}

input[type='button'] {
	outline: none;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400;
}

ul, ol, li {
	list-style: none outside none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
	content: none;
}

input, textarea, select {
	font-weight: inherit;
}

input, select, textarea, button {
	vertical-align: middle
}

.clearFix {
	*zoom: 1;
	clear: both;
}

.clearFix:after {
	content: '';
	display: block;
	clear: both;
}

.clear {
	width: 100%;
	overflow: hidden;
	clear: both;
}

.fs36 {
	font-size: 36px;
}

.fs32 {
	font-size: 32px;
}

.fs28 {
	font-size: 28px;
}

.fs26 {
	font-size: 26px;
}

.fs24 {
	font-size: 24px;
}

.fs22 {
	font-size: 22px;
}

.fs21 {
	font-size: 21px;
}

.fs20 {
	font-size: 20px;
}

.fs18 {
	font-size: 18px;
}

.fs16 {
	font-size: 16px;
}

.fs15 {
	font-size: 15px;
}

.fs14 {
	font-size: 14px;
}

.fs13 {
	font-size: 13px;
}

.fs12 {
	font-size: 12px;
}

@media screen and (max-width:1366px) {
	.fs32 {
		font-size: 30px;
	}

	.fs28 {
		font-size: 26px;
	}

	.fs26 {
		font-size: 24px;
	}
}

@media screen and (max-width:1024px) {
	.fs36, .fs32 {
		font-size: 28px;
	}

	.fs24 {
		font-size: 22px;
	}

	.fs22, .fs21 {
		font-size: 20px;
	}

	.fs20 {
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {
	.fs36, .fs32 {
		font-size: 24px;
	}

	.fs28 {
		font-size: 22px;
	}

	.fs26 {
		font-size: 21px;
	}

	.fs24 {
		font-size: 20px;
	}

	.fs22 {
		font-size: 18px;
	}

	.fs18 {
		font-size: 16px;
	}

	.fs16 {
		font-size: 15px;
	}

	.fs14, .fs15 {
		font-size: 13px;
	}
}

@media screen and (max-width:414px) {
	.fs36, .fs32 {
		font-size: 20px;
	}

	.fs26, .fs24 {
		font-size: 18px;
	}

	.fs22, .fs20 {
		font-size: 16px;
	}

	.fs18, .fs16 {
		font-size: 14px;
	}

	.fs14, .fs13, .fs15 {
		font-size: 12px;
	}
}

.ul-inline {
	font-size: 0;
}

.ul-inline li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	vertical-align: top;
}

.ul-inline li a {
	display: block;
}

.title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info {
	display: block;
	overflow: hidden;
}

.img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.imgCentered {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	position: relative;
}

.img img {
	width: 100%;
	display: block;
}

.imgCentered img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	width: auto;
	margin: auto;
}

.img img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	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;
}

.rightDate {
	float: right;
}

/* 低版本浏览器 */
.ie_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 99998;
}

.ie9tips {
	width: 400px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	line-height: 1.8;
	color: #fff;
	z-index: 99999;
	text-align: center;
}

.ie9tips a {
	color: red;
}

.ie9tips img {
	display: block;
	margin: 0 auto;
	opactiy: 0.9;
	filter: alpha(opacity=90);
}

.ie9tips p {
	padding-top: 10px;
	color: #fff;
	font-size: 16px;
}

.row {
	width: 1200px;
	margin: 0px auto;
}

@media screen and (max-width:1366px) {
	.row {
		width: 1000px;
	}
}

@media screen and (max-width:1040px) {
	.row {
		width: auto;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

/*头部样式*/
.header {
	width: 100%;
	min-width: 300px;
	height: auto;
	z-index: 10;
	position: relative;
}

.wrapTopBox {
	background: #bf1010;
}

.topBox {
	height: 40px;
	line-height: 40px;
}

.topBox .lf {
	float: left;
}

.topBox .lf .link1 {
	padding: 0 14px 0 33px;
	color: #fff;
	background: url(/images2020/tongzhi.png) left center no-repeat;
}

.topBox .lf .link2, .topBox .rt a {
	position: relative;
	color: #fff;
	padding: 0 15px;
}

.topBox .lf .link2::before, .topBox .rt a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	background: #c83f3f;
	width: 1px;
	margin-top: -8px;
	height: 16px;
}

.topBox .rt a {
	float: right;
}

.topBox .rt a:last-child::before {
	display: none;
}

.topBox .rt {
	float: right;
}


.wrapTop {
	background: url(/images2020/20220322154903.jpg);
	width: 100%;
}

.top {
	height: 140px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	/* width: 96%; */
}

.logo {
	width: auto;
	position: absolute;
	overflow: hidden;
	font-size: 0;
	/* top: 30px; */
}

.logo a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.logo img {
	width: 100%;
}

.top_nav {
	width: auto;
	float: right;
	padding-top: 52px;
	padding-right: 0;
}

.top_nav a {
	color: #1e1e1e;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 36px;
	line-height: 36px;
	float: right;
	padding: 0 15px;
	position: relative;
}

.top_nav a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background: #ccc;
}

.top_nav a:hover {
	color: #1e1e1e;
}

.top_nav a:first-child {
	padding-right: 0;
	border: 0;
}

.top_nav a:first-child::after {
	display: none;
}

.searchBtn {
	float: right;
	width: 40px;
	height: 40px;
	background: url(/images2020/searchbtn.png) center center no-repeat #fff;
	margin: 0 10px 0 0;
}

.ser {
	width: 0px;
	height: 40px;
	z-index: 600;
	overflow: hidden;
	float: right;
	position: relative;
}

.search {
	width: 100%;
	height: 100%;
	position: relative;
	float: right;
	z-index: 3;
}

.search input.notxt {
	position: absolute;
	width: 0px;
	height: 40px;
	color: #666;
	border: none;
	background: none;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	padding-left: 16px;
	background: #fff;
}

.search input.notxt1 {
	position: absolute;
	width: 40px;
	height: 40px;
	border: none;
	background: url(/images2020/searchbtn.png) center center no-repeat #fff;
	right: 0;
	cursor: pointer;
}

.searchBtn.off {
	width: 0px;
}

.ser.on {
	width: 240px;
	transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

.ser.on .search input.notxt {
	width: 190px;
	transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}

.ser.on::after {
	content: '';
	position: absolute;
	top: 50%;
	background: #ccc;
	width: 1px;
	margin-top: -8px;
	height: 16px;
	right: 40px;
	z-index: 3;
}


.nav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f1f1f1;
	position: relative;
}

.nav>ul {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
	max-width: 1200px;
}

.nav>ul>li {
	width: 10%;
	height: 40px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.nav>ul>li>a {
	font-size: 16px;
	display: block;
	position: relative;
	color: #333;
}

.nav>ul>li.on, .nav>ul>li:hover {
	background: #b10f0f;
}

.nav>ul>li.on>a, .nav>ul>li:hover>a {
	color: #fff;
}

.subNavBox {
	background: #fff;
	white-space: normal;
}

.subNavBox {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	display: none;
}

.nav>ul>li.on .subNavBox {
	display: block;
}

.subNavBox dd {}

.subNavBox1 dd {
	float: left;
	width: 313px;
}

.subNav {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.subNav .left {
	width: 370px;
	float: left;
	margin: 0 99px 0 100px;
}

.subNav .left .img {
	padding-bottom: 37.8%;
}

.subNav dl {
	/* float: left; */
	text-align: left;
	border-left: 3px solid #b10f0f;
	padding: 12px 0;
	margin: 0 0 0 570px;
	overflow: hidden;
}


.subNav .second {
	color: #333;
	display: block;
	line-height: 24px;
	font-size: 14px;
	padding: 3px 0 3px 28px;
	position: relative;
	/* width: 120px; */
}

.subNav .second:hover, .subNav .on .second {
	color: #B10F0F;
}

.subNav .second:hover::before, .subNav .on .second::before {
	content: '';
	width: 4px;
	height: 20px;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	background: #B10F0F;
	position: absolute;
}

.subNav dl .thirdNav {
	display: none;
}

.subNav .thirdBox {
	float: left;
	margin: 10px 0 0 34px;
}

.subNav .thirdNav {
	padding: 10px 0;
	border-left: 1px solid #00387b;
}

.subNav .thirdNav a {
	font-size: 13px;
	text-align: left;
	display: block;
	padding: 4px 0 4px 28px;
	width: 100px;
	position: relative;
	color: #6f7676;
}

.subNav .thirdNav a:hover {
	color: #101a21;
}

.subNav .thirdNav a:hover::before {
	content: '';
	width: 3px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background: #00387b;
	position: absolute;
}

.subNav .thirdNav li {
	line-height: 18px;
}


.header.currents {
	/* height: 48px; */
	line-height: 48px;
	background: none;
	background-color: #731c18;
	top: 0;
}

/* .header.currents .ser{display: none;}
.header.currents .top{display: none;}
.header.currents .nav{height: 48px;line-height: 48px;width: auto;background: #bf1010;}
.header.currents .nav li{background:none;height: 48px;border: 0;}
.header.currents .subNavBox{top:48px;}
.header.currents .nav-wrapper{height: 56px;}
.header.currents .nav ul li > a{color: #fff;height: 48px;}
.header.currents .nav ul li.on,.header.currents .nav ul li:hover{background: #fff;}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{color: #1e79a6;font-weight: bold;} */
.header.currents {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	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 flipInX {
	from {
		-webkit-transform: perspective(00px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(000px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(00px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(00px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(00px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(00px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(00px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(00px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(00px);
		transform: perspective(00px);
	}
}


/*手机端导航*/
.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: #bf1010;
}

.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: #bf1010;
	height: 31px;
	text-align: left;
	width: 50px;
	position: absolute;
	cursor: pointer;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
	right: 0;
	top: -100px;
}

.mobile-inner-header-icon-out span {
	width: 22px;
	height: 2px;
	background: #bf1010;
	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: #bf1010;
	width: 100%;
	position: absolute;
	top: 67px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 25px;
	display: none;
	border-top: 1px solid #fff;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 1.4rem;
	color: #fff;
	border-bottom: solid 1px #c0d0d7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav a:hover {
	font-weight: bold;
}

.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 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(0, 0, 0, 0.2);
	font-size: 1.2rem;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px 30px 0;
	border: 1px solid #d3d3d3;
	border-radius: 30px;
	overflow: hidden;
}

.mobile_search input.notxt {
	width: 97%;
	border: none;
	height: 36px;
	line-height: 36px;
}

.mobile_search input.notxt1 {
	width: 55px;
	background-color: #fff;
	background: url(/images2020/search_btn.png) no-repeat center center #bf1010;
	border: none;
	height: 36px;
	line-height: 36px;
	float: left;
	z-index: 10;
}

.mobileLinks {
	text-align: center;
	margin: 10px 0 0;
}

.mobileLinks a {
	width: auto;
	border: 0;
	padding: 0 6px;
}

.mobileLinks a img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.wrapFooter {
	background: url(/images2020/footerbg.png) center center no-repeat;
	background-size: cover;
}

.footer {
	overflow: hidden;
	padding: 50px 0;
}

.footer .part1 {
	width: 20%;
	float: left;
	padding: 0 56px 0 0;
	border-right:
}

.footer .part2 {
	width: 18%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0 56px;
}

.footer .part3 {
	width: 12%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0 56px;
}

.footer .part4 {
	width: 23.7%;
	float: right;
}

.footerTop {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 14px 14px;
	position: relative;
}

.footerTop::before {
	content: '';
	width: 4px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.footerList {
	padding: 17px 0;
}

.footerList ul {
	margin: 0 -19px;
}

.footerList li {
	width: 50%;
}

.footerList a {
	margin: 0 19px 5px;
	color: #fff;
}

.footer .part3 .footerList li {
	width: 100%;
}

.footer .part4 p {
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 5px 0 5px 23px;
	line-height: 24px;
}

.footer .part4 .info1 {
	background: url(/images2020/info1.png) left center no-repeat;
	border: 0;
}

.footer .part4 .info2 {
	background: url(/images2020/info2.png) left center no-repeat;
}

.footer .part4 .info3 {
	background: url(/images2020/info3.png) left center no-repeat;
}

.footer .part4 .info4 {
	background: url(/images2020/info4.png) left center no-repeat;
}

.footer .part4 img {
	margin: 6px 0 0;
}

.copyRight {
	color: #fff;
	line-height: 24px;
	text-align: center;
	padding: 8px 20px;
	background: rgba(0, 0, 0, 0.1);
}


@media screen and (max-width:1366px) {
	.top, .nav ul {
		max-width: 1040px;
	}

	.footer .part1 {
		padding: 0 46px 0 0;
	}

	.footer .part2, .footer .part3 {
		padding: 0 46px;
	}



}

@media screen and (max-width:1220px) {
	.nav ul li>a {
		font-size: 16px;
	}
}

@media screen and (max-width:1024px) {
	.ser {
		right: 15px;
	}
}

@media screen and (max-width:992px) {
	.header.currents {
		display: none !important;
	}

	.nav, .topBox {
		display: none;
	}

	.top_nav, .ser, .slogan {
		display: none;
	}

	.logo {
		position: relative;
		z-index: 100;
		top: 0px;
		padding: 6px 0;
	}

	.top {
		height: auto;
		padding: 0px 2%;
		overflow: hidden;
	}

	.mobile {
		display: block;
	}


	.footer .part1, .footer .part3 {
		width: 45%;
		padding: 0 5% 0 0;
	}

	.footer .part2 {
		width: 45%;
		float: right;
		padding: 0;
		border: 0;
		float: right;
	}

	.footer .part3 {
		clear: both;
		margin: 20px 0 0;
	}

	.footer .part4 {
		width: 45%;
	}

}

@media screen and (max-width:768px) {
	.logo {
		overflow: hidden;
		width: 270px;
		margin: 0 0 0 12px;
		text-align: center;
		position: relative;
	}

	.logo1 {
		width: 100%;
	}

	.logo2 {}

	.mobile {
		top: 0px;
	}

	.mobile-inner-nav {
		top: 54px;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:540px) {}

@media screen and (max-width:480px) {
	.logo {
		width: 220px;
	}

	.footer .part1, .footer .part3, .footer .part2, .footer .part4 {
		width: 100%;
		float: none;
		padding: 0;
		border: 0;
		margin-bottom: 20px;
	}

	.footer .part4 img {
		margin: 10px auto 0;
		display: block;
	}

	.footer {
		padding: 40px 0 20px;
	}

}

@media screen and (max-width:380px) {
	.logo {
		float: left;
	}
}