.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.img-auto {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-fix {
	max-width: 100%;
	max-height: 100%;
}

.text_after::after {
	content: '...';
	display: block;
	position: absolute;
	line-height: 30px;
	color: #333;
	right: 0;
	bottom: 0;
	padding-left: 20px;    /* 省略号宽度 */
	background: -webkit-linear-gradient(left, transparent, #f5f5f5 55%);    /* #fff为遮罩颜色，下同↓ */
	background: -o-linear-gradient(right, transparent, #f5f5f5 55%);
	background: -moz-linear-gradient(right, transparent, #f5f5f5 55%);
	background: linear-gradient(to right, transparent, #f5f5f5 55%);
}


.container {
	width: 1600px;
	padding: 0;
	margin: 0 auto;
}

.header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	transition: all .3s;
	top: 0;
	left: 0;
	z-index: 100;
}

.header.scroll {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.header-top {
	background-color: #fff;
	width: 100%;
	height: 88px;
}

.header-container {
	width: 1660px;
	margin: 0 auto;

}

.nav-bg {
	position: fixed;
	width: 100%;
	right: 0px;
	top: 0px;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 200;
	display: none;
}

.header-content {
	height: 88px;
	display: flex;
	align-items: center;
}

.header .left-logo {
	width: 170px;
}

.header .left-logo .logo-box {
	width: 100%;
}

.header .left-logo .logo-box img {
	width: 100%;
	max-width: 100%;
}

.header .nav {
	width: 58.5%;
	margin: 0 auto;
}

.header .nav .nav-title {
	display: none;
}

.header .nav .nav-list .first-nav {
	float: left;
	margin-right: 35px;
}

.header .nav .nav-list .first-nav:last-child {
	margin-right: 0;
}

.header .nav .nav-list .first-nav h3 {
	line-height: 88px;
	height: 88px;
	padding: 0 20px;
	border-top: 4px solid transparent;
	box-sizing: border-box;
	transition: all .3s;

}

.header .nav .nav-list .first-nav h3 a {
	color: #333;
	font-size: 16px;
	transition: all .3s;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 88px;
}

.header .nav .nav-list .first-nav.cur h3 {
	border-top: 4px solid #ed1b23;
}

.header .nav .nav-list .first-nav.cur h3 a {
	color: #ed1b23;
}

.header .nav .nav-list .first-nav:hover h3 {
	border-top: 4px solid #ed1b23;
}

.header .nav .nav-list .first-nav:hover h3 a {
	color: #ed1b23;
}

.header .nav .nav-list .first-nav {
	position: relative;
}

.header .nav .nav-list .first-nav .layui-icon {
	display: none;
}

.header .nav .nav-list .first-nav:hover .sec-nav {
	transform: rotateX(0) translateX(-50%);
	-webkit-transform: rotateX(0) translateX(-50%);
	-moz-transform: rotateX(0) translateX(-50%);
	-ms-transform: rotateX(0) translateX(-50%);
}

.header .nav .nav-list .sec-nav {
	/* width: 170px; */
	padding: 0 15px;
	text-align: center;
	position: absolute;
	top: 88px;
	/* left: calc(50% - 85px); */
	left: 50%;
	transform-origin: top;
	background-color: #fff;
	transform: rotateX(90deg) translateX(-50%);
	-webkit-transform: rotateX(90deg) translateX(-50%);
	-moz-transform: rotateX(90deg) translateX(-50%);
	-ms-transform: rotateX(90deg) translateX(-50%);
	transition: all .3s;
}

.header .nav .nav-list .sec-nav ul {
	width: 100%;
}

.header .nav .nav-list .sec-nav ul li {
	width: 100%;
	padding: 0 10px;
}

.header .nav .nav-list .sec-nav ul li h5 {
	width: 100%;
}

.header .nav .nav-list .sec-nav a {
	font-size: 14px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.header .nav .nav-list .sec-nav a:hover {
	color: #ed1b23;
}

.right-control {
	display: flex;
}

.right-control .search-box {
	width: 178px;
	height: 32px;
	padding: 6px 16px;
	box-sizing: border-box;
	position: relative;
	border: 2px solid #333;
	border-radius: 20px;
}

.right-control .search-box .mb-search {
	display: none;
	width: 100%;
	height: 100%;
}

.right-control .search-box .mb-search img {
	width: 100%;
	height: 100%;
}

.right-control .search-box input {
	width: calc(100% - 32px);
	color: #333;
	font-size: 12px;
	border-right: 1px solid #333;
	background-color: #fff;
	box-shadow: 0 0 0 1000px white inset;
}

.right-control .search-box input::placeholder {
	color: #333;
}

.right-control .search-box button {
	vertical-align: top;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	border: 0;
	outline: 0;
	background-image: url('../images/icon/search.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	/* position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%); */
}

.right-control .language {
	margin-left: 10px;
	width: 32px;
	height: 32px;
	border: 2px solid #333;
	box-sizing: border-box;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
}

.right-control .language a {
	font-size: 14px;
	color: #333;
}

.header .right-btn {
	display: none;
}

.index-banner .pc-banner {
	display: block;
}

.index-banner .mb-banner {
	display: none;
}

.more {
	width: 205px;
	height: 52px;
	background-color: #fff;
	border-radius: 50px;
	font-size: 16px;
	color: #999;
	line-height: 52px;
	text-align: center;
	border: 1px solid #e0e0e0;
}

.more a {
	color: #999;
	font-size: 16px;
}

.more i {
	margin-left: 56px;
	font-size: 24px;
	vertical-align: top;
}

.more:hover {
	background-color: #ed1b23;
	color: #fff;
	border: 1px solid #ed1b23;
	transition: all .3s;
}

.more:hover a {
	color: #fff;
}

.index-banner {
	position: relative;
}

.index-banner .info {
	position: absolute;
	top: 35%;
}

.index-banner .info h3 {
	font-size: 48px;
	line-height: 68px;
	color: #333;
	text-align: left;
	font-weight: bold;
}

.index-banner img {
	width: 100%;
	max-width: 100%;
}

.title {
	margin-bottom: 50px;
}

.title h3 {
	font-size: 36px;
	line-height: 1;
	color: #ed1b23;
}


@media(max-width:1680px) {
	.container {
		width: 1400px;
	}

	.header .nav {
		width: 60%;
	}

	.header .nav .nav-list .first-nav {
		margin-right: 20px;
	}

	.footer .footer-nav .footer-list {
		margin-right: 42px;
	}

	.more {
		width: 160px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}

	.more i {
		margin-left: 15px;
	}
}

@media(max-width:1440px) {
	.container {
		width: 1080px;
	}

	.header .nav .nav-list .first-nav h3 {
		padding: 0 10px;
	}

	.index-banner .info h3 {
		font-size: 42px;
		line-height: 56px;
	}

	.header .nav .nav-list .first-nav {
		margin-right: 10px;
	}
}

@media(max-width:1200px) {
	.container {
		width: 991px;
	}

	.header .left-logo {
		width: 140px;
	}

	.header .nav .nav-list .first-nav {
		margin-right: 6px;
	}

	.index-banner .info h3 {
		font-size: 36px;
		line-height: 46px;
	}

	.more {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

}

@media(max-width:1080px) {
	.container {
		width: 100%;
		padding: 0 3%;
	}

	.header-container {
		width: 100%;
		padding: 0 3%;
	}

	.header .nav {
		width: 70%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 999;
		background-color: #fff;
		overflow-y: scroll;
		transition: all .3s;
	}

	.right-control {
		float: right;
		height: 100%;
		align-items: center;
		margin-right: 10px;
	}

	.right-control .search-box {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		padding: 5px;
	}

	.right-control .search-box input {
		display: none;
	}

	.right-control .search-box button {
		display: none;
	}

	.right-control .search-box .mb-search {
		display: block;
	}

	.right-control .search-box .mb-search img {
		vertical-align: top;
	}

	.header .nav .nav-title {
		display: block;
	}

	.header .nav.in {
		left: 0;
	}

	.nav .nav-title {
		padding: 15px 2.5%;
		border-bottom: 2px solid #ed1b23;
	}

	.nav .nav-title h3 {
		font-size: 16px;
		color: #333;
	}

	.nav .nav-title .nav-close {
		width: 24px;
		height: 24px;
	}

	.header .nav .nav-list .first-nav .layui-icon {
		display: inline-block;
		float: right;
		color: #666;
		transform-origin: center;
		transition: all .3s;
	}

	.header .nav .nav-list {
		padding: 0 2.5%;
	}

	.header .nav .nav-list .first-nav {
		width: 100%;
		margin-right: 0;
	}

	.header .nav .nav-list .first-nav h3 {
		line-height: 48px;
		height: 48px;
		font-size: 16px;
		border-bottom: 1px dashed #666;
		border-top: 0;
	}

	.header .nav .nav-list .first-nav h3 a {
		line-height: 48px;
		display: inline;
	}

	.header .nav .nav-list .first-nav.cur h3 {
		border-top: 0;
	}

	.header .nav .nav-list .first-nav:hover h3 {
		border-top: 0;
	}

	.header .nav .nav-list .first-nav:hover h3 a {
		border: 0;
	}

	.header .nav .nav-list .first-nav.cur h3 a {
		border: 0;
	}

	.header .nav .nav-list .first-nav h3 a {
		font-size: 16px;
	}

	.header .nav .nav-list .sec-nav {
		width: 100%;
		text-align: left;
		padding: 0%;
		padding-left: 15px;
		position: static;
		display: none;
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		-ms-transform: rotateX(0);
		border-bottom: 0;
	}

	.header .nav .nav-list .first-nav:hover .sec-nav {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		-ms-transform: rotateX(0);
	}

	.header .nav .nav-list .normal-nav ul li {
		width: 100%;
		text-align: left;
	}

	.header-content {
		display: block;
		height: 60px;
		line-height: 60px;
	}

	.header-top {
		height: 60px;
	}

	.header .left-logo {
		float: left;
	}

	.header .right-ico {
		float: right;
		align-items: center;
	}

	.header .right-user.mb-user {
		display: flex;
		height: auto;
		justify-content: center;
		margin-top: 30px;
	}

	.header .right-user.pc-user {
		display: none;
	}

	.header .right-btn {
		display: block;
		float: right;
	}

	.header .right-btn img {
		width: 20px;
		height: 20px;
	}



	.index-banner .info h3 {
		font-size: 28px;
		line-height: 40px;
	}

	.title {
		margin-bottom: 30px;
	}

	.title h3 {
		font-size: 24px;
	}

	.more {
		width: 110px;
		height: 36px;
		line-height: 36px;
	}

	.more a {
		font-size: 12px;
		display: block;
		width: 100%;
		height: 100%;
	}

	.more i {
		font-size: 14px;
		margin-left: 10px;
	}
}


@media(max-width:768px) {
	.index-banner .pc-banner {
		display: none;
	}

	.index-banner .mb-banner {
		display: block;
	}

	.header .left-logo {
		width: 100px;
	}

	.right-control .search-box {
		width: 26px;
		height: 26px;
	}

	.right-control .language {
		width: 26px;
		height: 26px;
		line-height: 22px;
	}

	.right-control .language a {
		font-size: 12px;
	}

	.header-content {
		display: block;
		height: 50px;
		line-height: 50px;
	}

	.header-top {
		height: 50px;
	}

	.index-banner .info h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.title {
		margin-bottom: 20px;
	}

	.title h3 {
		font-size: 20px;
	}
}


/*页码*/
.list-more {
	width: 100%;
	display: block;
}

.list-more a {
	display: block;
	width: 205px;
	height: 52px;
	margin: 0 auto;
	border: #e0e0e0 solid 2px;
	border-radius: 30px;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 48px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.list-more a i {
	margin-left: 60px;
	font-size: 22px;
	vertical-align: bottom;
	font-weight: bold;
}

.list-more a:hover {
	border: #ed1b23 solid 2px;
	color: #ed1b23;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}


.page01 {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	font-family: "Arial";
}

.page01 a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	margin-left: 7px;
	margin-right: 7px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	background-color: #f5f5f5;
}

.page01 .current {
	color: #fff;
	background: #ed1b23;
}

.page01 a:hover {
	color: #fff;
	background: #ed1b23;
}

.page01 input {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 50px;
	padding: 0 8px;
	height: 40px;
	border: none;
	background: #f5f5f5;
	color: #999;
	margin: 0 3px;
}

.page01 input.go {
	border: 2px solid #ed1b23;
	color: #fff;
	background-color: #ed1b23;
}

.page02 {
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #333;
	font-size: 16px;
	background: #f8f8f8;
	margin-top: 20px;
	display: none;
}

@media (max-width: 1080px) {
	.list-more {
		display: block;
		margin-top: 30px;
	}

	.list-more a {
		width: 150px;
		height: 46px;
		line-height: 42px;
		font-size: 12px;
	}

	.list-more a i {
		font-size: 12px;
		margin-left: 20px;
	}

	.page01 {
		display: none;
	}
}

/* 底部 */
.footer {
	width: 100%;
	margin: 0 auto;
	padding-top: 60px;
	background: #1c1c1c;
	position: relative;
}

.footer-content {
	padding-bottom: 65px;
}

.footer-left {
	float: left;
	width: 400px;
	padding-right: 70px;
}
.footer-left .footer-contact h3 {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	margin-bottom: 40px;
}
.footer-left .company-info h5 {
	margin-top: 20px;
	line-height: 18px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	font-family: "Arial";
	text-align: left;
}

.footer-left .company-info h5 i {
	float: left;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.footer-left .company-info h5 i img {
	width: 100%;
	height: 100%;
	display: block;
}

.footer-left .company-info h5 span {
	float: left;
	width: calc(100% - 30px);
	font-size: 14px;
}
.footer-left .company-info h5 .wechat-ico {cursor: pointer;}
.footer-left .company-info h5 .wechat-box {
	float: left;
	width: 100px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	/* display: none; */
	opacity: 0;
	transition: all .5s;
}
.footer-left .company-info h5 .wechat-box.active {opacity: 1;}
.footer-left .company-info h5 .wechat-box span {width: 100%;margin-top: 5px;font-size: 12px;color: #333;}
.footer-left .company-info h5 .wechat-box img {width: 100%;}

.footer-left .company-info h5 .wechat-ico.active .noColor {display: none !important;}
.footer-left .company-info h5 .wechat-ico.active .colorful {display: block;}
.footer-left .company-info h5 .wechat-ico .colorful {display: none;}
.footer-left .company-info h5 .wechat-ico .noColor {display: block;}

.footer-nav {
	float: right;
	display: flex;
	width: calc(100% - 400px);
}

.footer-nav dl {
	flex: 1;
}

.footer-nav dl:last-child {
	width: 75px;
	flex: none;
}

.footer-nav dl dt {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	font-family: "微软雅黑";
	border-bottom: 1px solid #333;
	padding-bottom: 40px;
	margin-bottom: 28px;
}

.footer-nav dl dt i {
	display: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.footer-nav dl dd {
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.footer-nav dl dd a {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.footer-nav dl dd a:hover {
	color: #fff;
}

/* 版权信息 */
.copyright {
	width: 100%;
	border-top: #333 solid 1px;
	font-size: 16px;
	line-height: 28px;
	font-family: "微软雅黑";
	color: #666;
	padding: 20px 0;
}

.copyright .cp-left {
	width: calc(100% - 180px);
}

.copyright .cp-left img {
	width: 25px;
	margin-right: 15px;
}

.copyright .cp-left a {
	margin: 0 5px;
}

.copyright p {
	line-height: 28px;
}

.copyright a {
	font-size: 16px;
	color: #666;
	line-height: 20px;
	font-family: "微软雅黑";
	display: inline;
	transition: all .3s;
}

.copyright a:hover {
	color: #fff;
}


@media (max-width:1080px) {
	.footer {
		padding-top: 12px;
	}
	.footer-left .footer-contact h3 {margin-bottom: 25px;}
	.footer-left {
		float: left;
		width: 100%;
		margin-top: 60px;
		padding-right: 0;
	}

	.footer-left .footer-contact h4 {
		margin-bottom: 30px;
		font-size: 28px;
	}

	.footer-nav {
		width: 100%;
		display: block;
		margin: 0;
	}

	.footer-nav dl {
		width: 100%;
		margin: 0;
	}

	.footer-nav dl:last-child {
		width: 100%;
	}

	.footer-nav dl dt {
		padding: 0 15px;
		margin-bottom: 0px;
		border-bottom: #333 solid 1px;
		line-height: 42px;
		font-size: 14px;
		cursor: pointer;
	}

	.footer-nav dl dt i {
		display: block;
		float: right;
	}

	.footer-nav dl dd {
		display: none;
		padding: 0 2.5% 0 28px;
	}

	.footer-nav dl dd a {
		line-height: 32px;
		height: 32px;
		margin-top: 0;
		text-align: left;
		font-size: 14px;
	}

	/* 版权信息 */
	.copyright {
		text-align: center;
		font-size: 14px;
	}

	.copyright a {
		font-size: 14px;
	}

	.copyright .cp-left,
	.copyright .cp-right {
		float: none;
	}
	.copyright .cp-left {
		width: 100%;
	}
	.copyright p {
		line-height: 24px;
	}

	.copyright .cp-left img {
		margin-right: 4px;
		width: 18px;
	}

	.footer-left .footer-contact p {
		font-size: 14px;
		margin-top: 15px;
	}
}


@font-face {
	font-family: 'arrow';
	src: url('//at.alicdn.com/t/font_2594106_ziryl0tz6.woff2?t=1622881695468') format('woff2'),
		url('//at.alicdn.com/t/font_2594106_ziryl0tz6.woff?t=1622881695468') format('woff'),
		url('//at.alicdn.com/t/font_2594106_ziryl0tz6.ttf?t=1622881695468') format('truetype');
}

.arrow {
	font-family: "arrow" !important;
}