@charset "UTF-8";
html {
overflow-y: scroll;

}
@font-face {
	font-family: 'impact';
	src: url("../fonts/impact.eot");
	src: url("../fonts/impact.eot") format("embedded-opentype"), url("../fonts/impact.woff2") format("woff2"), url("../fonts/impact.woff") format("woff"), url("../fonts/impact.ttf") format("truetype"), url("../fonts/impact.svg#impact") format("svg");
}

body {
	overflow: hidden;
	position: relative;
}

.ovh-f {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	/* overflow: hidden; */
	z-index:99;
}

@media (max-width: 1024px) {

	body.modal-open {
		position: fixed;
		width: 100%;
	}
}



.nav-right {
	width: 200px;
	height: 100vh;
	position: fixed;
	z-index: 9;
	right: 0;
	top: 0;
	background: #fff;
	padding-top: 2rem;
	font-size: 16px;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: all 0.5s cubic-bezier(1, 0.5, 0.64, 0.93);
	transition: all 0.5s cubic-bezier(1, 0.5, 0.64, 0.93);
}
.nav-right li p {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	/*border-bottom: 1px solid #e5e5e5;*/
	position: relative;
	cursor: pointer;
}
.nav-right li p:after{
	content:"";
	position:absolute;
	width:calc(100% - 0.35rem - 20px);
	height:1px;
	background:#e5e5e5;
	bottom:0;
	left:20px;
}
.nav-right li p:before {
	content:'\e6b9';
	position: absolute;
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #333;
	top:0%;
	margin-top:0px;
	right:.35rem;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.nav-right li a {
	color: #333;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.nav-right li p.cur:after{
	display:none;
}
.nav-right li p.cur:before {
	transform: rotate(-45deg);
}
.nav-right li p.cur a {
	color: #e60012;
}
.nav-right li:hover {
	/*background:#e60012;*/
}
.nav-right li:hover > a {
	color: #e60012;
}
.nav-right .close {
	position: absolute;
	z-index: 2;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	right: 20px;
	top: 20px;
	font-size: 16px;
	color: #404040;
	cursor: pointer;
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}
.nav-right .close:hover {
	color: #e60012;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.nav-right .sub-nav {
	display: none;
	/*padding: 15px 0px;*/
	background: #eee;
}
.nav-right .sub-nav .item {
	line-height: 50px;
	height: 50px;
	padding-left: 20px;
	font-size:14px;
	border-bottom:1px solid #d1d1d1;
}
.nav-right .sub-nav .item:last-child{
	border-bottom:none;
}
.nav-right .sub-nav .item a {
	color: #666;
}
.nav-right .sub-nav .item a:hover {
	color: #e60012;
}
.nav-right.active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

#about-container {
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 2;
}
#about-container .index-swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100vh;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#about-container .index-swiper-wrapper .footer-slide {
	height: auto;
}
#about-container .index-swiper-wrapper .swiper-slide0 .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#about-container .index-swiper-wrapper .swiper-slide1 {
	position: relative;
	z-index: 1;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-left {
	position: absolute;
	z-index: 1;
	width: 46%;
	height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-middle {
	position: absolute;
	z-index: 1;
	width: 23%;
	height: 100%;
	left: 46%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-right {
	position: absolute;
	z-index: 1;
	width: 31%;
	height: 100%;
	right: 0;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img {
	overflow: hidden;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img1 {
	width: 100%;
	height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img2 {
	width: 100%;
	height: 55%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img3 {
	width: 100%;
	height: 45%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img4 {
	width: 100%;
	height: 45%;
}
#about-container .index-swiper-wrapper .swiper-slide1 .item-img5 {
	width: 100%;
	height: 55%;
}
#about-container .index-swiper-wrapper .swiper-slide2 {
	position: relative;
	z-index: 1;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-left {
	position: absolute;
	z-index: 1;
	width: 46%;
	height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-middle {
	position: absolute;
	z-index: 1;
	width: 23%;
	height: 100%;
	left: 46%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-right {
	position: absolute;
	z-index: 1;
	width: 31%;
	height: 100%;
	right: 0;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img {
	overflow: hidden;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img1 {
	width: 100%;
	height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img2 {
	width: 100%;
	height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img3 {
	width: 100%;
	height: 32%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img4 {
	width: 100%;
	height: 28%;
}
#about-container .index-swiper-wrapper .swiper-slide2 .item-img5 {
	width: 100%;
	height: 40%;
}
#about-container .index-swiper-wrapper .swiper-slide3 {
	position: relative;
	z-index: 1;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-left {
	position: absolute;
	z-index: 1;
	width: 46%;
	height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-middle {
	position: absolute;
	z-index: 1;
	width: 27%;
	height: 100%;
	left: 46%;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-right {
	position: absolute;
	z-index: 1;
	width: 27%;
	height: 100%;
	right: 0;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-img {
	overflow: hidden;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-img1 {
	width: 100%;
	height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-img2, #about-container .index-swiper-wrapper .swiper-slide3 .item-img4 {
	width: 100%;
	height: 55%;
}
#about-container .index-swiper-wrapper .swiper-slide3 .item-img3, #about-container .index-swiper-wrapper .swiper-slide3 .item-img5 {
	height: 45%;
}
#about-container .index-swiper-wrapper .swiper-slide4 {
	position: relative;
	z-index: 1;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-left {
	position: absolute;
	z-index: 1;
	width: 46%;
	height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-middle {
	position: absolute;
	z-index: 1;
	width: 27%;
	height: 100%;
	left: 46%;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-right {
	position: absolute;
	z-index: 1;
	width: 27%;
	height: 100%;
	right: 0;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-img {
	overflow: hidden;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-img1 {
	width: 100%;
	height: 100%;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-img2, #about-container .index-swiper-wrapper .swiper-slide4 .item-img4 {
	width: 100%;
	height: 55%;
}
#about-container .index-swiper-wrapper .swiper-slide4 .item-img3, #about-container .index-swiper-wrapper .swiper-slide4 .item-img5 {
	height: 45%;
}
#about-container .index-swiper-wrapper .swiper-slide5 .text {
	position: absolute;
	width: 29rem;
	left: 50%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	line-height:2;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#about-container .index-swiper-wrapper .bg-img {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 1s cubic-bezier(0.82, 0.73, 0.58, 1);
	transition: all 1s cubic-bezier(0.82, 0.73, 0.58, 1);
}
#about-container .index-swiper-wrapper .item-img {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#about-container .index-swiper-wrapper .bg-color {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#about-container .index-swiper-wrapper .item-text {
	padding: 20px;
	color: #fff;
	line-height: 1.2;
	position: absolute;
	left:50%;
	top:50%;
	cursor: pointer; 
	transform:translate(-50%,-50%);
	z-index: 3;
	opacity: 0;
	box-sizing:content-box;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#about-container .index-swiper-wrapper .item-text span{
	white-space: nowrap;
	font-family:"Helvetica Neue",Helvetica,tahoma,Arial,"Microsoft Yahei","PingFang SC",sans-serif;
}
#about-container .index-swiper-wrapper .item-text:before {
	position: absolute;
	content: "\e60d";
	left: 20px;
	top: 20px;
	font-size: 18px;
	line-height: 1;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0;
	-webkit-transition: left .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;
	transition: left .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;
}
#about-container .index-swiper-wrapper .item-text:after {
	position: absolute;
	content: "\e60d";
	right: 20px;
	bottom: 20px;
	font-size: 18px;
	line-height: 1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	filter: alpha(opacity=100);
	-webkit-transition: right .3s ease-in-out,bottom .3s ease-in-out,opacity .3s ease-in-out;
	transition: right .3s ease-in-out,bottom .3s ease-in-out,opacity .3s ease-in-out;
}
#about-container .index-swiper-wrapper .item-img:hover .bg-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#about-container .index-swiper-wrapper .item-img:hover .bg-color {
	opacity: 1;
	filter: alpha(opacity=100);
}
#about-container .index-swiper-wrapper .item-img:hover .item-text {
	opacity: 1;
	filter: alpha(opacity=100);
}
#about-container .index-swiper-wrapper .item-img:hover .item-text:before {
	left: 0px;
	top: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#about-container .index-swiper-wrapper .item-img:hover .item-text:after {
	right: 0px;
	bottom: 0px;
	opacity: 1;
}
@media (max-width: 960px) {
	#about-container .index-swiper-wrapper .swiper-slide {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#about-container .index-swiper-wrapper .swiper-slide1 .item-left {
		width: 100%;
		height: 40%;
		position: relative;
	}
	#about-container .index-swiper-wrapper .swiper-slide1 .item-middle {
		width: 42%;
		height: 60%;
		position: relative;
		left: auto;
	}
	#about-container .index-swiper-wrapper .swiper-slide1 .item-right {
		width: 58%;
		height: 60%;
		position: relative;
		right: auto;
	}
	#about-container .index-swiper-wrapper .swiper-slide2 .item-left {
		width: 100%;
		height: 40%;
		position: relative;
	}
	#about-container .index-swiper-wrapper .swiper-slide2 .item-middle {
		width: 42%;
		height: 60%;
		position: relative;
		left: auto;
	}
	#about-container .index-swiper-wrapper .swiper-slide2 .item-right {
		width: 58%;
		height: 60%;
		position: relative;
		right: auto;
	}
	#about-container .index-swiper-wrapper .swiper-slide3 .item-left {
		width: 100%;
		height: 40%;
		position: relative;
	}
	#about-container .index-swiper-wrapper .swiper-slide3 .item-middle {
		width: 50%;
		height: 60%;
		position: relative;
		left: auto;
	}
	#about-container .index-swiper-wrapper .swiper-slide3 .item-right {
		width: 50%;
		height: 60%;
		position: relative;
		right: auto;
	}
	#about-container .index-swiper-wrapper .swiper-slide4 .item-left {
		width: 100%;
		height: 40%;
		position: relative;
	}
	#about-container .index-swiper-wrapper .swiper-slide4 .item-middle {
		width: 50%;
		height: 60%;
		position: relative;
		left: auto;
	}
	#about-container .index-swiper-wrapper .swiper-slide4 .item-right {
		width: 50%;
		height: 60%;
		position: relative;
		right: auto;
	}
	#about-container .index-swiper-wrapper .swiper-slide5 .text {
		width: 85%;
	}
}

.text-bold {
	font-weight: bold;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.about-sub {
	position: absolute;
	width: 100%;
	z-index:10;
	top:68px;
	height: 50px;
	line-height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
 /* -webkit-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;*/
}
.about-sub .tit1 {
	line-height: 1.2;
	font-size:20px;
}
.about-sub .n-about-sub {
	/*padding-bottom: 20px;*/
	height:50px;
	line-height:50px;
	/*border-bottom: 1px solid #fff;*/
	border-bottom:1px solid rgba(51,51,51,0.3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.about-sub .n-about-sub .ulbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.about-sub .n-about-sub .li a {
	margin-right: .75rem;

}
.about-sub .n-about-sub .li:last-child a {
	margin-right: 0;
}
.about-sub .n-about-sub .li:hover a, .about-sub .n-about-sub .li.cur a {
	color: #e60012;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.n-banner {
	height: 18rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.n-banner .red1 {
	color: #dc1828;
}
.n-banner .text {
	width: 1360px;
	margin: 0 auto;
	padding-top: 4.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-banner .text .img {
	width: 335px;
}
.n-banner .text .img img {
	max-width: 100%;
}
.n-banner .text .text-right {
	width: calc(100% - 385px);
}
.n-banner .text .tit4 {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(69, 144, 208, 0.5);
}
.n-banner .text .tit5 {
	margin-top: 10px;
	text-transform: uppercase;
	font-family: "impact";
}
@media (max-width: 1024px) {
	.n-banner .tit2 {
		font-size: 14px;
	}
}
@media (max-width: 1440px) {
	.n-banner .text {
		width: 84%;
	}
	.n-banner .text .img {
		width: 8rem;
	}
	.n-banner .text .text-right {
		width: calc(100% - 10rem);
	}
}
@media (max-width: 1270px) {
	.n-banner .text .tit3 {
		font-size: 1rem;
	}
	.n-banner .text .tit4 {
		font-size: 1.2rem;
	}
}

.n-banner1 .tit1 {
	padding-top: 2.8rem;
}

@media (max-width: 1270px) {
	.n-banner2 {
		height: auto;
		padding: 6rem 0 2rem;
	}
	.n-banner .text .tit4{
		padding-bottom:0;
		border-bottom:none;
	}
	.n-banner .text .tit5{
		margin-top:0;
	}
	.n-banner2 .text {
		padding-top: 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.n-banner2 .text .text-right {
		width: 100%;
		margin-top: 1rem;
	}
}

.service-banner {
	height: 25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.service-banner .input-box {
	width: 620px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 24px;
	position: relative;
}
.service-banner .input1 {
	background: none;
	border: none;
	width: calc(100% - 50px);
	height: 35px;
	line-height: 35px;
	text-indent:15px;
	font-size: 18px;
	color: #fff;
}
.service-banner input:-moz-placeholder,
.service-banner textarea:-moz-placeholder {
	color: #fff;
}
.service-banner input::-moz-placeholder,
.service-banner textarea::-moz-placeholder {
	color: #fff;
}
.service-banner input:-ms-input-placeholder,
.service-banner textarea:-ms-input-placeholder {
	color: #fff;
}
.service-banner input::-webkit-input-placeholder,
.service-banner textarea::-webkit-input-placeholder {
	color: #fff;
}
.service-banner .input2 {
	width: 50px;
	height: 50px;
	background: url(../images/search-ico-bai.png) no-repeat center;
	background-size: 22px auto;
	border: none;
}
.service-banner .itembox {
	position: absolute;
	top: 48px;
	background: #fff;
	padding:15px;
	width: calc(100% + 2px);
	border: 1px solid #bbb;
	text-align: left;
	opacity: 0;
	left:-1px;
	min-height:180px;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.service-banner .itembox span {
	margin-bottom: .35rem;
	font-size: 14px;
	color: #666;
}
.service-banner .li-item {

}
.service-banner .li-item .li {
	line-height: 28px;
	cursor: pointer;
	padding-left: .65rem;
	padding-right:10px;
}

.service-banner .li-item .li:hover{
	color:#0070c9;
	background:#f2f2f2;
}
.service-banner .itembox.cur {
	opacity: 1;
	-webkit-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);
	visibility: visible;
}
@media (max-width: 1400px) {
	.service-banner{
		height:22rem;
	}
}
@media (max-width: 720px) {
	.service-banner .text2 {
		width: 90%;
	}
	.service-banner .input-box {
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.service-banner .input2 {
		height: 40px;
		width: 40px;
		background-size: 16px auto;
	}
	.service-banner .itembox {
		top: 38px;
	}
	.service-banner .input1 {
		font-size: 14px;
	}
	.service-banner .input1{
		text-indent:8px;
	}
}

.service-banner2 {
	height: 16.2rem;
}

.n-welfare {
	position: relative;
	z-index: 1;
	background: #fff;
}
.n-welfare .list1 {
	padding: 2.2rem 0 1.5rem;
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:flex-start;
}
.n-welfare .list1 .tit1 {
	margin-bottom: 1.25rem;
	display:block;
	width:100%;
}
.n-welfare .list1 .tit3 {
	margin: .5rem 0 1.35rem;
	line-height: 1.8;
}
.n-welfare .list1 .ulbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	/*-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;*/
}
.n-welfare .list1 .ulbox .li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
	padding: 15px;
	border: 1px solid #eaeaea;
}
.n-welfare .list1 .ulbox .li:nth-child(2n) {
	margin-right: 0;
}
.n-welfare .list1 .ulbox .img {
	width:100%;
}
.n-welfare .list1 .ulbox .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:block;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 15px 0 15px 15px;
}
.n-welfare .list1 .ulbox .text .tit4 {
	margin-bottom: .4rem;
	text-align: center;
}
@media (max-width: 1024px) {
	.n-welfare .list1 .tit1 {
		font-size: 1.2rem;
	}
	.n-welfare .list1 .tit3 {
		font-size: 14px;
	}
	.n-welfare .list1 .ulbox .li {
		width: 100%;
		margin-right: 0;
		padding: 10px;
	}
	.n-welfare .list1 .ulbox .img {
		width: 45%;
	}
	.n-welfare .list1 .ulbox .text {
		width: 55%;
	}
}
@media (max-width: 560px) {
	.n-welfare .list1 .ulbox .img {
		width: 100%;
	}
	.n-welfare .list1 .ulbox .text {
		width: 100%;
	}
}

.n-honor {
	position: relative;
	z-index: 1;
	background: #fff;
}
.n-honor .list1 {
	padding: 2.3rem 0 2rem;
}
.n-honor .list1 .ulbox {
	margin-top: 1.5rem;
}
.n-honor .list1 .ulbox .li {
	padding: 1rem 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #f8f8f8;
	margin-bottom: .75rem;
}
.n-honor .list1 .ulbox .img {
	width: 210px;
	text-align: center;
}
.n-honor .list1 .ulbox .img img {
	max-width: 100%;
	display: inline-block;
}
.n-honor .list1 .ulbox .text {
	width: calc(100% - 310px);
}
.n-honor .list1 .ulbox .tit2 {
	margin-bottom: .5rem;
}
@media (max-width: 960px) {
	.n-honor .list1 .ulbox .text {
		width: calc(100% - 220px);
	}
}
@media (max-width: 769px) {
	.n-honor .list1 .ulbox .img {
		width: 100%;
	}
	.n-honor .list1 .ulbox .text {
		width: 100%;
		margin-top: 1rem;
	}
}
.n-honor .list1 .ulbox-2 {
	margin-top: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.n-honor .list1 .ulbox-2 .li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #eaeaea;
	padding: .65rem;
	width: 24%;
	margin-right: 1.33%;
	margin-bottom: 1.33%;
	text-align: center;
}
.n-honor .list1 .ulbox-2 .li .img {
	width: 100%;
	/*max-height: calc(100% - 40px);*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.n-honor .list1 .ulbox-2 .li .img img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	width:100%;
	height:100%;
}
.n-honor .list1 .ulbox-2 .li p {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	width: 100%;
}
.n-honor .list1 .ulbox-2 .li:nth-child(4n) {
	margin-right: 0%;
}
@media (max-width: 960px) {
	.n-honor .list1 .ulbox-2 .li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.n-honor .list1 .ulbox-2 .li:nth-child(4n) {
		margin-right: 2%;
	}
	.n-honor .list1 .ulbox-2 .li:nth-child(3n) {
		margin-right: 0%;
	}
}
@media (max-width: 769px) {
	.n-honor .list1 .ulbox-2 .li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.n-honor .list1 .ulbox-2 .li:nth-child(3n) {
		margin-right: 4%;
	}
	.n-honor .list1 .ulbox-2 .li:nth-child(2n) {
		margin-right: 0%;
	}
}

.n-recruit {
	position: relative;
	z-index: 1;
	background: #fff;
}
.n-recruit .list1 {
	padding: 2rem 0;
}
.n-recruit .list1 .top {
	display: -webkit-box;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: .5rem;
	position: relative;
}
.n-recruit .list1 .top .select {
	border: 1px solid #eeeeee;
	width: 200px;
	font-size: 14px;
	color: #333;
	position: relative;
	margin-right: 10px;
}
.n-recruit .list1 .top .select:before {
	content: "\e693";
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	top: 50%;
	margin-top: -12.5px;
}
.n-recruit .list1 .top .select select {
	height: 38px;
	line-height: 38px;
	width: 100%;
	border: none;
	background: transparent;
	text-indent: 15px;
}
.n-recruit .list1 .top .select option {
	text-indent: 15px;
	line-height: 35px;
}
.n-recruit .list1 .top .inputbox {
	border: 1px solid #eeeeee;
	width: 250px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}
.n-recruit .list1 .top .inputbox .input {
	border: none;
	background: transparent;
	height: 38px;
	line-height: 38px;
	width: calc(100% - 45px);
	font-size: 14px;
	color: #333;
	text-indent: 15px;
}
.n-recruit .list1 .top .inputbox .input2 {
	width: 35px;
	height: 38px;
	background: url(../images/img4.png) no-repeat center center;
	background-size: 16px auto;
	position: absolute;
	right: 10px;
	cursor:pointer;
}
.n-recruit .list1 .top .down-btn {
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #e60012;
	font-size: 14px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
}
.n-recruit .list1 .top .down-btn span {
	display: inline-block;
	padding-left: 30px;
	background: url(../images/img5.png) no-repeat left center;
	background-size: 21px auto;
}
.n-recruit .list1 .ulbox .tab-top {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: .5rem 0;
	line-height: 1.5;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-recruit .list1 .ulbox .tab-top .sp {
	width: 25%;
	padding-left: 1.25rem;
}
.n-recruit .list1 .ulbox .tab-top .sp:last-child {
	text-align: left;
	padding-right: 2rem;
}
.form-horizontal .control-group{
	border-bottom:none !important;
}
.n-recruit .list1 .ulbox .li-top {
	border-bottom: 1px solid #e5e5e5;
	padding: .5rem 0;
	line-height: 1.5;
	font-size: 16px;
	cursor:pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-recruit .list1 .ulbox .li-top .sp {
	width: 25%;
	padding-left: 1.25rem;
}
.n-recruit .list1 .ulbox .li-top .sp:last-child {
	text-align: left;
	padding-right: 2rem;
}
.n-recruit .list1 .ulbox .li-top .sp4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-recruit .list1 .ulbox .li-top .sp5 {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: 10px;
}
.n-recruit .list1 .ulbox .li-top .sp5:before {
	content: "\e65d";
	width: 25px;
	height: 25px;
	text-align: center;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.n-recruit .list1 .ulbox .li-top.cur .sp5:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.n-recruit .list1 .ulbox .li-text {
	padding: 0rem 1.25rem 1rem;
	display: none;
	border-bottom: 1px solid #e5e5e5;
}
.n-recruit .list1 .ulbox .li-text .tit2 {
	margin-top: 1rem;
	margin-bottom: .5rem;
}
.n-recruit .list1 .ulbox .bot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 1rem;
}
.n-recruit .list1 .ulbox .bot .file-box {
	position: relative;
}
.n-recruit .list1 .ulbox .bot .botton, .n-recruit .list1 .ulbox .bot .botton2 {
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #333;
	border: 1px solid #ccc;
	margin-right: 15px;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.n-recruit .list1 .ulbox .bot .botton span, .n-recruit .list1 .ulbox .bot .botton2 span {
	font-size: 14px;
	padding-left: 35px;
	display: inline-block;
	position: relative;
}
.n-recruit .list1 .ulbox .bot .input1 {
	position: absolute;
	width: 150px;
	height: 40px;
	left: 0;
	top: 0;
	border: none;
	background: none;
	opacity: 0;
	z-index: 3;
}
.n-recruit .list1 .ulbox .bot .botton span:before {
	content: "\e645";
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	left: 0;
	top: 50%;
	margin-top: -12px;
	font-size: 20px;
}
.n-recruit .list1 .ulbox .bot .botton2 span:before {
	content: "\e69d";
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	left: 0;
	top: 50%;
	margin-top: -12px;
	font-size: 20px;
}
.n-recruit .list1 .ulbox .bot .file-box:hover .botton {
	color: #fff;
	background: #e60012;
	border: 1px solid #e60012;
}
.n-recruit .list1 .ulbox .bot .botton2:hover {
	color: #fff;
	background: #e60012;
	border: 1px solid #e60012;
}
.n-recruit .list1 .more-click {
	text-align: center;
	margin-top: 2rem;
	cursor: pointer;
	padding-bottom: 25px;
}
.n-recruit .list1 .more-click .sp1 {
	font-size: 14px;
	color: #333;
	padding-bottom: 25px;
	position: relative;
}
.n-recruit .list1 .more-click .sp1:before {
	content: "\e61c";
	position: absolute;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	bottom: 0;
	left: 50%;
	margin-left: -12.5px;
	display: block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media (max-width: 960px) {
	.n-recruit .list1 .ulbox .tab-top .sp2, .n-recruit .list1 .ulbox .tab-top .sp3, .n-recruit .list1 .ulbox .li-top .sp2, .n-recruit .list1 .ulbox .li-top .sp3 {
		display: none;
	}
	.n-recruit .list1 .ulbox .tab-top .sp1,  .n-recruit .list1 .ulbox .li-top .sp1{
		width: 65%;
		padding-left:.75rem;
		padding-right: .5rem;
	}
	.n-recruit .list1 .ulbox .li-text{
		padding: 0 .75rem 1.5rem;
	}
	.n-recruit .list1 .ulbox .tab-top .sp4,.n-recruit .list1 .ulbox .li-top .sp4{
		width: 35%;
		padding-left: .5rem;
	}
	.n-recruit .list1 .ulbox .li-top .sp:last-child{
		padding-right:0rem;
	}
	.n-recruit .list1 .ulbox .li-top .sp5:before{
		width: 20px;
		height:20px;
		line-height:20px;
		margin-left:0;
		font-size:12px;
	}
	.n-recruit .list1 .top{
		justify-content:space-between;
	}
	.n-recruit .list1 .top .select, .n-recruit .list1 .top .inputbox {
		width: 49%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.n-recruit .list1 .top .down-btn {
		position: relative;
	}
	.n-recruit .list1 .top .down-btn{
		width: 49%;
		height: 39px;
		line-height: 39px;
		/*margin-bottom:.65rem;*/
	}
}
@media (max-width: 769px) {
	.n-recruit .list1 .ulbox .li-top {
		font-size: 14px;
	}
	.n-recruit .list1 .ulbox .bot .input1{
		width:110px;
	}
	.n-recruit .list1 .ulbox .bot .botton, .n-recruit .list1 .ulbox .bot .botton2 {
		width: 100px;
		margin-right:5px;
	}
	.n-recruit .list1 .ulbox .bot .botton span{
		padding-left:25px;
		font-size:12px !important;
	}
	.n-recruit .list1 .ulbox .li-text .p-14 {
		font-size: 12px;
		line-height: 2;
	}
	.n-recruit .warp-file-box form .recruit-c2-c{
		width:100px !important;
		margin-right:5px !important;
	}
}

.n-welfare .list1 {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 2rem 0;
}
.n-welfare .list1 .context-box {
	width: 50%;
	padding-right: 2rem;
}
.n-welfare .list1 .context-box .li {
	margin-bottom: .5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-welfare .list1 .context-box .li img {
	margin-right: 10px;
}
.n-welfare .list1 .imgbox {
	width: 50%;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}
.n-welfare .list1 .imgbox .swiper-slide img {
	width: 100%;
}
.n-welfare .list1 .imgbox .swiper-slide video {
	width: 100%;
}
.n-welfare .list1 .imgbox .swiper-pagination span {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 4px;
	cursor: pointer;
	border-radius: 4px;
	background: #333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.n-welfare .list1 .imgbox .swiper-pagination span.swiper-pagination-bullet-active {
	width: 16px;
	border-radius: 6px;
	background-color: #e60012;
	box-shadow: 0 0 0 0px white;
}
@media (max-width: 960px) {
	.n-welfare .list1 .context-box {
		width: 100%;
		margin-bottom: 5%;
	}
	.n-welfare .list1 .imgbox {
		width: 100%;
	}
}

.n-guide .list1 {
	padding: 2.25rem 0 1.25rem;
	border-bottom: 1px solid #e5e5e5;
}
.n-guide .list1 .tit2 {
	margin-bottom: 15px;
}
.n-guide .list1 .text {
	line-height: 2;
}
.n-guide .list2 {
	padding: 1.25rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.n-guide .list2 .tit2 {
	margin-bottom: 15px;
}
.n-guide .list2 .text-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-guide .list2 .text {
	line-height: 2;
	width: 48%;
	margin-right: 4%;
}
.n-guide .list2 .text:nth-child(2n) {
	margin-right: 0;
}
.n-guide .list3 {
	padding: 1.25rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.n-guide .list3 .tit2 {
	margin-bottom: 15px;
}
.n-guide .list3 .ulbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.n-guide .list3 .li {
	border: 1px solid #eaeaea;
	background: #f8f8f8;
	padding: .75rem;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.n-guide .list3 .li:nth-child(3n) {
	margin-right: 0;
}
.n-guide .list3 .tit3 {
	height: 34px;
	line-height: 34px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}
.n-guide .list3 .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ddd;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin: 0 3px;
}
.n-guide .list3 .item img {
	max-width: 100%;
}
.n-guide .list3 .iconbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-guide .list3 .li-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: .5rem;
}
.n-guide .list3 .li-item .su {
	font-size: 12px;
	color: #fff;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	background: #e70012;
	margin-right: 5px;
}
.n-guide .list3 .li-item span {
	width: calc(100% - 30px);
}
.n-guide .list4 {
	padding: 1.25rem 0;
}
.n-guide .list4 .tit2 {
	margin-bottom: 15px;
}
.n-guide .list4 .content-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-guide .list4 .mapbox {
	width: calc(100% - 425px);
	height: 320px;
}
.n-guide .list4 #dituContent {
	width: 100%;
	height: 320px;
}
.n-guide .list4 .text {
	width: 360px;
}
.n-guide .list4 .text .top {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	line-height: 2;
}
.n-guide .list4 .text .bot {
	line-height: 2;
}
@media (max-width: 960px) {
	.n-guide .list2 .text {
		width: 100%;
		margin-bottom: 1rem;
	}
	.n-guide .list3 .li {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.n-guide .list4 .mapbox {
		width: 100%;
		margin-bottom: 1rem;
	}
	.n-guide .list4 .text {
		width: 100%;
	}
}
@media (max-width: 425px) {
	.n-guide .list4 .mapbox {
		height: 240px;
	}
	.n-guide .list4 .mapbox #dituContent {
		height: 240px;
	}
}

.n-news .tab-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	/*margin: 25px auto;*/
	margin:7px auto;
	position:relative;
	z-index:9;
}
.n-news .tab-box .tab-li {
	width: 130px;
	height: 35px;
	cursor: pointer;
	position: relative;
	text-align:right;
}
.n-news .tab-box .li-box {
	width: 150px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 35px;
	left: 2px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-align:center;
}
.n-news .tab-box .li-box.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.n-news .tab-box .sp.cur:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.n-news .tab-box .sp {
	display: inline-block;
	padding-right: 25px;
	position: relative;
	font-size: 14px;
}
.n-news .tab-box .sp:before {
	content: "\e74a";
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #bebebe;
	right: 0;
	top: 50%;
	margin-top: -10px;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.n-news .list1 {
	padding-bottom: 1.5rem;
	position:relative;
	z-index:1;
}
.n-news .list1 .li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	margin-bottom: .75rem;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.n-news .list1 .li:hover{
	box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
}
.n-news .list1 .img {
	width: 12.5rem;
}
.n-news .list1 .img img {
	max-width: 100%;
}
.n-news .list1 .text {
	width: calc(100% - 12.5rem);
	padding: .5rem 1rem;
}
.n-news .list1 .tit2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: .3rem;
}
.n-news .list1 .time {
	margin-bottom: .5rem;
}
.n-news .list1 .time2 {
	margin-bottom: .5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.n-news .list1 .time2 .sp {
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.n-news .list1 .time2 .sp:before {
	content: "";
	height: 14px;
	top: 50%;
	margin-top: -7px;
	background: #666;
	width: 1px;
	right: 0;
	position: absolute;
}
.n-news .list1 .tit3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 78px;
	line-height: 26px;
}
.n-news .more-click {
	text-align: center;
	margin-top: 2rem;
	cursor: pointer;
	padding-bottom: 25px;
}
.n-news .more-click .sp1 {
	font-size: 14px;
	color: #333;
	padding-bottom: 25px;
	position: relative;
}
.n-news .more-click .sp1:before {
	content: "\e61c";
	position: absolute;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	bottom: 0;
	left: 50%;
	margin-left: -12.5px;
	display: block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.n-news .list2 {
	margin-top: 50px;
}
.n-news .tit4 {
	margin-bottom: .3rem;
}
.n-news .more-click2 {
	text-align: center;
	margin-top: 1rem;
}
.n-news .more-click2 .sp1 {
	width: 180px;
	height: 45px;
	line-height: 45px;
	background: #bbb;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}
@media (max-width: 769px) {
	.n-news .list1 .ulbox .li {
		margin-bottom: 2rem;
	}
	.n-news .list1 .ulbox .li .img {
		width: 100%;
	}
	.n-news .list1 .ulbox .li .img img {
		width: 100%;
	}
	.n-news .list1 .ulbox .li .text {
		width: 100%;
		padding: 1.5rem 1rem;
	}
}

.n-news-info {
	padding: 2rem 0;
}
.n-news-info2 {
	padding: 2.5rem 0 2rem;
}
.n-news-info .list1 {
	width: 840px;
	margin: 0 auto;
}
.n-news-info .top {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: .75rem;
}
.n-news-info .top .time {
	margin-bottom: 10px;
}
.n-news-info .content-box {
	padding: 1rem 0;
	border-bottom: 1px solid #e5e5e5;
	line-height:1.8;
}
.n-news-info .bot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
}
.n-news-info .fxbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 14px;
}
.n-news-info .fxbox .bdsharebuttonbox a {
	padding: 0;
	margin: 0 10px;
	width: 32px;
	height: 32px;
}
.n-news-info .fxbox .bdsharebuttonbox .bds_tsina {
	background: url(../images/img8.png) no-repeat center center;
	background-size: 100% auto;
}
.n-news-info .fxbox .bdsharebuttonbox .bds_weixin {
	background: url(../images/img8-1.png) no-repeat center center;
	background-size: 100% auto;
}
.n-news-info .fxbox .bdsharebuttonbox .bds_qzone {
	background: url(../images/img8-2.png) no-repeat center center;
	background-size: 100% auto;
}
.n-news-info .fxbox .bdsharebuttonbox .bds_more {
	background: url(../images/img8-3.png) no-repeat center center;
	background-size: 100% auto;
}
.n-news-info .back-btn {
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #e60012;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.n-news-info .time2 {
	margin-bottom: .5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.n-news-info .time2 .sp {
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.n-news-info .time2 .sp:before {
	content: "";
	height: 14px;
	top: 50%;
	margin-top: -7px;
	background: #666;
	width: 1px;
	right: 0;
	position: absolute;
}

.sales-info {
	padding: 2rem 0;
}

.sales-info .list1 {
	width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1680px) {
	.sales-info .list1 {
		width: 1000px;
		margin: 0 auto;
		}}

		@media (max-width: 1280px) {
			.sales-info .list1{
				width:calc(100% - 139px);
			}
		}




		.sales-info .content-box {
			padding: 0 0 1rem;
			border-bottom: 1px solid #e5e5e5;
			background: #e6002e;
		}
		.sales-info .tit2 {
			color: #e60012;
		}
		.sales-info .top {
			border-bottom: 1px solid #e5e5e5;
			padding-bottom: .75rem;
		}
		.sales-info .bot {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			margin-top: 1rem;
		}
		.sales-info .map-box {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.sales-info .map-box .nmap {
			width: 80%;
			height: 600px;
		}
		.sales-info .map-box #map {
			width: 100%;
			height: 100%;
		}
		.sales-info .map-box .text {
			width: 20%;
			margin-right: 5%;
			color: #ffff97;
			margin-left:-5%;
		}
		.sales-info .tit5{
			width:90%;
			line-height:2;
			margin:1rem auto 0;
		}
		@media (max-width: 960px) {
			.sales-info .list1 {
				width: 94%;
			}
			.sales-info .map-box {
				padding: 0 0%;
			}
			.sales-info .map-box .nmap {
				width: 100%;
				height: auto;
				/*overflow-x: scroll;*/

			}
			.sales-info .map-box #map {
				width: 550px;
			}
			.sales-info .map-box .text {
				width: 100%;
				margin-left:0%;
			}
		}

		.n-exhibition {
			padding: 2.25rem 0;
			position: relative;
			z-index: 1;
		}
		.n-exhibition .ulbox {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}
		.n-exhibition .ulbox .li {
			width: 49%;
			margin-bottom: 4%;
		}
		.n-exhibition .ulbox .text {
			margin-top: .5rem;
		}
		.n-exhibition .ulbox .tit2 {
			margin-bottom: .15rem;
		}
		.n-exhibition .ulbox .img img {
			max-width: 100%;
		}
		.n-exhibition .ulbox .li-item {
			font-size: 14px;
			line-height: 1.6;
			color: #000;
			display: block;
			-webkit-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
		}
		.n-exhibition .ulbox .li-item:hover {
			color: #e60012;
		}
		@media (max-width: 769px) {
			.n-exhibition .ulbox .li {
				width: 100%;
			}
		}

		.exhibition_info {
			padding: 2rem 0;
		}
		.exhibition_info .tit1 {
			margin-bottom: 1.5rem;
		}
		.exhibition_info .ulbox {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: justify;
			justify-content: flex-start;
			-webkit-box-align: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}
		.exhibition_info .ulbox .li {
			width: 32%;
			margin-bottom: 2%;
			margin-right:2%;
		}
		.exhibition_info .ulbox .li:nth-child(3n){
			margin-right:0;
		}
		.exhibition_info .ulbox .text {
			margin-top: -1px;
			border: 1px solid #ebebeb;
		}
		.exhibition_info .ulbox .tit2 {
			display: flex;
			justify-content: space-between;
			box-sizing: border-box;
			padding: 10px 20px;
			font-size: 0.4rem;

		}

		.exhibition_info .ulbox .img img {
			max-width: 100%;
			max-height:100%;
		}
		.exhibition_info .ulbox .li .img{
			height:7rem;
			display:flex;
			flex-flow:row nowrap;
			justify-content:center;
			align-items:center;
			border: 1px solid #d1d1d1;
			box-sizing: content-box;
			cursor: pointer;
		}
		.backcover{
			background-size: cover!important;
		}
		.exhibition_info .ulbox .li-item {
			font-size: 14px;
			line-height: 1.6;
			color: #000;
			display: block;
			-webkit-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
		}
		.exhibition_info .ulbox .li-item:hover {
			color: #e60012;
		}
		@media (max-width: 960px) {
			.exhibition_info .ulbox .li {
				width: 48%;
				margin-right:4%;
			}
			.exhibition_info .ulbox .li:nth-child(3n){
				margin-right:4%;
			}
			.exhibition_info .ulbox .li:nth-child(2n){
				margin-right:0;
			}

			.exhibition_info .ulbox .tit2 {
				font-size: 12px;
			}
		}

		.n-link .list1 {
			padding: .75rem 0 .6rem;
		}
		.n-link .list1 .ulbox {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-box-align: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}
		.n-link .list1 .ulbox .li {
			width: 20%;
			padding: 0 .5rem;
			text-align: center;
			font-size: 14px;
			color: #666;
			margin-bottom: .75rem;
		}
		.n-link .list1 .ulbox .li img{
			max-width:100%;
		}
		@media (max-width: 960px) {
			.n-link .list1 .ulbox .li {
				width: 33.3%;
			}
		}
		@media (max-width: 425px) {
			.n-link .list1 .ulbox .li {
				width: 50%;
			}
		}

		.n-legal .list1 {
			padding: .75rem 0 2rem;
		}
		.n-legal .list1 .content-box {
			margin-top: .5rem;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}
		.n-legal .list1 p {
			margin-bottom: 10px;
		}
		.n-legal .list1 .left-box, .n-legal .list1 .right-box {
			width: 48%;
		}
		@media (max-width: 960px) {
			.n-legal .list1 .left-box, .n-legal .list1 .right-box {
				width: 100%;
			}
		}

		.n-contant {
			padding-bottom: 2rem;
		}
		.n-contant .list1 {
			margin: 1.5rem auto;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: start;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
			position: relative;
		}
		.n-contant .list1:before {
			content: "";
			position: absolute;
			width: 1px;
			height: 100%;
			left: 33.3%;
			background: #e5e5e5;
			top: 0;
		}
		.n-contant .list1:after {
			content: "";
			position: absolute;
			width: 1px;
			height: 100%;
			left: 66.6%;
			background: #e5e5e5;
			top: 0;
		}
		.n-contant .list1 .li {
			width: 33.3%;
			padding-right: .5rem;
		}
		.n-contant .list1 .li1 .sp {
			color: #e60012;
		}
		.n-contant .list1 .li3 .sp {
			color: #e30a20;
		}
		.n-contant .list1 .li3 .li-item {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;

			-webkit-box-align: start;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
			margin-top: 15px;
		}
		.n-contant .list1 .li3 .li-item p {
			text-align: center;
			margin-right: .5rem;
		}
		.n-contant .list1 .li3 .li-item p span {
			display: block;
			text-align: center;
		}
		.n-contant .list1 .li3 .li-item p .icon1 img, .n-contant .list1 .li3 .li-item p .icon2 img {
			width: 36px;
			height: 36px;
		}
		.n-contant .list1 .li2, .n-contant .list1 .li3 {
			padding-left: 2.5rem;
		}
		@media (max-width: 960px) {
			.n-contant .list1:before, .n-contant .list1:after {
				display: none;
			}
			.n-contant .list1 .li {
				width: 100%;
				padding-left: 0;
				padding-bottom: 1rem;
				margin-bottom: 1rem;
				border-bottom: 1px solid #eee;
			}
		}
		.n-contant .list2 #dituContent {
			width: 100%;
			height: 13.5rem;
		}
		.n-contant .list2 .ulbox {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-box-align: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
		}
		.n-contant .list2 .ulbox .li {
			width: 33.3333%;
			border: 1px solid #eee;
			padding: 1rem;
		}
		.n-contant .list2 .ulbox .tit2 {
			padding-bottom: .25rem;
			border-bottom: 1px solid #eee;
			margin-bottom: .3rem;
		}
		.n-contant .list2 .ulbox .tit2 img{
			width:18px;
			margin-left:5px;
		}
		@media (max-width: 960px) {
			.n-contant .list2 .ulbox .li {
				width: 100%;
			}
		}

		.n-service .list1 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
			padding: 1.375rem 68px .5rem;
		}
		.n-service .list1 .li {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: start;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
			width: 31.5%;
			border: 1px solid #ccc;
			padding: 1.5rem;
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			margin-bottom: 3.3%;
		}
		.n-service .list1 .img {
			width: 2rem;
			height: 2rem;
			position: relative;
		}
		.n-service .list1 .img .img1 {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			opacity: 1;
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.n-service .list1 .img .img2 {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			opacity: 0;
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.n-service .list1 .text {
			width: calc(100% - 3.25rem);
		}
		.n-service .list1 .tit1{
			margin-bottom:.3rem;
		}
		.n-service .list1 .tit1, .n-service .list1 .tit2 {
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.n-service .list1 .li:hover {
			border: 1px solid #e60012;
			background: #e60012;
		}
		.n-service .list1 .li:hover .tit1, .n-service .list1 .li:hover .tit2 {
			color: #fff;
		}
		.n-service .list1 .li:hover .img1 {
			opacity: 0;
		}
		.n-service .list1 .li:hover .img2 {
			opacity: 1;
		}
		@media (max-width: 1024px) {
			.n-service .list1 .li {
				width: 48%;
			}
			.n-service .list1 {
				padding: 1.5rem 4% .5rem;
			}
		}
		@media (max-width: 560px) {
			.n-service .list1 .li {
				width: 49%;
				margin-bottom:2%;
			}
			.n-service .list1 .tit2{
				display:none;
			}
			.n-service .list1 .text .tit1{
				font-size:16px !important;
				margin-bottom:0;
			}
			.n-service .list1 .img{
				width:1.5rem;
				height:1.5rem;
			}
			.n-service .list1 .text{
				width:calc(100% - 2.5rem);
			}
		}
		.n-service .list2 {
			padding: 4.25rem 0 7.5rem;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.n-service .list2 .tit3 {
			width: 120px;
			height: 40px;
			line-height: 40px;
			border: 2px solid #fff;
			background: rgba(51, 51, 51, 0.2);
			display: inline-block;
			margin-top: .5rem;
			box-sizing: content-box;
		}
		.n-service .list2 .tit3:hover {
			background: #e60012;
			border: 2px solid #e60012;
			color: #fff;
		}
		.n-service .list3 {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
			padding: 0 1.5% 1.5%;
			border-bottom: 1px solid #e5e5e5;
		}
		.n-service .list3 .li {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: column wrap;
			-ms-flex-flow: column wrap;
			flex-flow: column wrap;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			width: 49.25%;
			height: 13.25rem;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: cover;
			margin-top:1.5%;
		}
		.n-service .list3 .tit3 {
			width: 120px;
			height: 40px;
			line-height: 40px;
			border: 2px solid #fff;
			background: rgba(51, 51, 51, 0.2);
			display: inline-block;
			margin-top: .5rem;
			box-sizing: content-box;
		}
		.n-service .list3 .tit3:hover {
			background: #e60012;
			border: 2px solid #e60012;
			color: #fff;
		}
		@media (max-width: 560px) {
			.n-service .list3 .li {
				width: 100%;
			}
			.n-service .list3{
				padding: 0 0% 1.5%;
			}
			.n-service .list3 .li{
				margin-top:10px;
			}
			.n-service .list3{
				padding-bottom:0;
				border-bottom:none;
			}
			.n-service .list3 .tit1{
				line-height:2;
			}
		}
		.n-service .list4 {
			padding: 1.75rem 0;
			position: relative;
		}
		.n-service .list4 .tit1{
			line-height:1;
		}
		.n-service .list4 .ulbox {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-pack: start;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-box-align: stretch;
			-webkit-align-items: stretch;
			-ms-flex-align: stretch;
			align-items: stretch;
			padding: 0 68px;
			margin-top:64px;
		}
		.n-service .list4 .ulbox .li {
			width: 25%;
			padding-right: 2%;
			margin-bottom: .5rem;
			-webkit-transition: all .3s;
			transition: all .3s;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;

		}
		.n-service .list4 .ulbox .li:hover {
			color: #e60012;
		}
		.n-service .list4 .more {
			width: 160px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			font-size: 16px;
			color: #fff;
			display: block;
			background: #e60012;
			margin: calc(64px - 0.5rem) auto 0;
		}
		.n-service .list4 .more:hover{
			background: #d2091e;
		}
		@media (max-width: 1024px) {
			.n-service .list4 .ulbox {
				padding: 0 5%;
			}
			.n-service .list4 .ulbox .li {
				width: 33.3%;
				padding-right: 15px;
			}
			.n-service .list4 .ulbox{
				margin-top:1.5rem;
			}
		}
		@media (max-width: 560px) {
			.n-service .list4 .ulbox .li {
				width: 100%;
			}
		}

		.n-search {
			padding-bottom: 2rem;
		}
		.n-search .list1 {
			margin-top: -2.25rem;
			background: #fff;
			position: relative;
			z-index: 2;
			min-height: 500px;
			padding: 1.5rem 1.75rem;
			box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
		}
		.n-search2 .list1{
			margin-top:2rem;
  /*padding: 1.5rem 1.75rem;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);*/
}
.n-search .list1 .sp {
	padding-right: 40px;
	display: inline-block;
	position: relative;
}
.n-search .list1 .sp:before {
	content: "\e64a";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	top: 50%;
	margin-top: -10px;
	line-height: 1;
	color: #333;
	display: block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.n-search .list1 .tab-box {
	margin-top: 1.25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: .75rem;
	border-bottom: 1px solid #efefef;
}
.n-search .list1 .tab-box .li {
	padding: 0 .75rem;
	height: 42px;
	line-height: 42px;
	border: 1px solid #666;
	margin-right: 14px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.n-search .list1 .tab-box .li.cur {
	color: #e60012;
	border: 1px solid #e60012;
}
.n-search .list1 .red1 {
	color: #e60012;
}
.n-search .list1 .ulbox .li {
	padding: 1rem 0 1.25rem;
	padding-bottom: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.n-search .list1 .ulbox .li .more {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.n-search .list1 .ulbox .tit2 {
	margin-bottom: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.n-search .list1 .ulbox .tit3 {
	margin-bottom: .75rem;
}
.n-search .list1 .ulbox .li1 .more:hover {
	color: #e60012;
}
.n-search .list1 .ulbox .li2 .more {
	padding-right: 25px;
	background: url(../images/img10.png) no-repeat center right;
	background-size: 12px auto;
}
.n-search .list1 .ulbox .li2 .more:hover {
	color: #e60012;
}
.n-search .list1 .ulbox2 .sp {
	margin-bottom: .625rem;
}
.n-search .list1 .ulbox2 .libox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: .5rem;
}
.n-search .list1 .ulbox2 .li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f5f5f5;
	padding: .75rem 1.25rem;
	width: 48%;
}
.n-search .list1 .ulbox2 .text {
	width: calc(100% - 240px);
}

.n-idea {
	padding: 6.25rem 0 3.25rem;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
}
.n-idea .tit2 {
	margin-bottom: .3rem;
}
.n-idea .tit3 p {
	margin-bottom: 5px;
}
.n-idea .li {
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	width:60%;
}
.n-news-info .top{
	text-align:left;
}
.n-news-info .top .tit2{
	font-weight:bold;
}
@media (max-width: 960px) {
	.n-idea {
		padding: 8rem 0 3.25rem;
	}
	.n-idea .tit-24 {
		font-size: 14px;
		line-height: 2;
	}
	.n-news-info .top .tit2{
		font-size:16px;
	}
	.n-news-info .content-box{
		font-size:14px;
		line-height:1.8;
	}
	.n-news-info .top .time{
		margin-bottom:5px;
	}
	.n-news .list1 .ulbox .li:last-child{
		margin-bottom:0;
	}
	.n-news .more-click{
		margin-top:1rem;
	}
}
@media (max-width:768px) {
	.n-idea .li {
		width:94%;
	}
}

.n-guarantee {
	padding: 1.8rem 0 1.5rem;
}
.n-guarantee .li {
	border-bottom: 1px solid #d6d6d6;
	padding: .75rem 0;
}
.n-guarantee .tit2 {
	margin-bottom: .5rem;
}
.n-guarantee .tit3 {
	line-height: 2;
}

.n-maintain .list1 {
	padding:1.5rem 0;
}
.n-maintain .list1 .tit2 {
	margin-bottom: .5rem;
}
.n-maintain .list1 .li {
	border-bottom: 1px solid #d6d6d6;
	padding: .75rem 0;
}
.n-maintain .list1 .li:last-child {
	border-bottom: none;
}
.n-maintain .list1 .tit4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-maintain .list1 .tit4 ul {
	width: 48%;
}
.n-maintain .list1 .tit4 ul li {
	padding: .35rem 0;
	border-bottom: 1px solid #eaeaea;
}
.n-maintain .list1 .tit5 {
	margin-top: .75rem;
}
.n-maintain .list1 .tit3 {
	line-height: 2;
}
@media (max-width: 960px) {
	.n-maintain .list1 .tit4 ul {
		width: 100%;
	}
}

.n-safe {
	padding: 2.375rem 0 1.5rem;
}
.n-safe .ulbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-safe .ulbox .li {
	width: 32%;
	margin-bottom: 2%;
	position: relative;
	cursor: pointer;
}
.n-safe .ulbox .li .img1 {
	position: relative;
}
.n-safe .ulbox .li .img1 .img3 {
	width: 100%;
}
.n-safe .ulbox .li .img2 {
	width: 1.3rem;
	height: 1.3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.65rem;
	margin-left: -.65rem;
	z-index: 2;
}
.n-safe .ulbox .tit2 {
	margin-top: 10px;
}
.n-safe .tip-btn {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.25rem;
}
.n-safe .tip-btn .sp1 {
	color: #12120d;
	text-decoration: underline;
}
.n-safe .tip-btn .sp2 {
	background: url(../images/img13.png) no-repeat center center;
	width: 28px;
	height: 28px;
}
@media (max-width: 960px) {
	.n-safe .ulbox .li {
		width: 48%;
	}
}

.n-knowledge .more-click {
	text-align: center;
	margin-top: 1.25rem;
	cursor: pointer;
}
.n-knowledge .more-click span {
	font-size: 16px;
	color: #333;
	padding: 4px 4px 10px;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 40px;
	position: relative;
	line-height: 30px;
}
.n-knowledge .more-click span:before {
	content: "\e61c";
	position: absolute;
	left: 0;
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.n-knowledge .list1 {
	padding: .75rem 0;
	background: #f5f5f5;
}
.n-knowledge .list1 .formbox {
	width: 650px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-knowledge .list1 .input1 {
	border: 1px solid #dcdcdc;
	background: #fff;
	height: 42px;
	padding: 10px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	width: 485px;
}
.n-knowledge .list1 .input2 {
	border: none;
	background: #e50011;
	height: 42px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	width: 160px;
	font-weight: bold;
}
.n-knowledge .list2 {
	padding: .5rem 0 2rem;
}
.n-knowledge .list2 .li {
	display: block;
	padding: .5rem 0;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.n-knowledge .list2 .li span {
	padding-left: 50px;
	background: url(../images/img14.png) no-repeat 15px 3px;
	line-height: 1.5;
	display: block;
}
.n-knowledge .list2 .li:nth-child(even) {
	background: #fcfcfc;
}
.n-knowledge .list2 .li:hover {
	color: #e60012;
}
.n-knowledge .list3 {
	padding: .5rem 0 2rem;
}
.n-knowledge .list3 .li {
	display: block;
	padding: .5rem 0;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.n-knowledge .list3 .li .sp1 {
	padding-left: 50px;
	background: url(../images/img15.png) no-repeat 15px 3px;
	line-height: 1.5;
	display: block;
	width: calc(100% - 340px);
}
.n-knowledge .list3 .li .sp2 {
	width: 310px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-knowledge .list3 .li .sp2 .sp3 {
	width: 145px;
	height: 42px;
	line-height: 42px;
	font-size:14px;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.n-knowledge .list3 .li .sp2 .sp3 span {
	padding-right: 30px;
	background: url(../images/img16.png) no-repeat right center;
	background-size: 22px auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.n-knowledge .list3 .li .sp2 .sp4 {
	width: 145px;
	height: 42px;
	line-height: 42px;
	font-size:14px;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.n-knowledge .list3 .li .sp2 .sp4 span {
	padding-right: 30px;
	background: url(../images/img17.png) no-repeat right center;
	background-size: 22px auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.n-knowledge .list3 .li .sp2 .sp3:hover, .n-knowledge .list3 .li .sp2 .sp4:hover {
	background:#e60012;
	color: #fff;
}
.n-knowledge .list3 .li .sp2 .sp3:hover span{
	background: url(../images/img16-1.png) no-repeat right center;
	background-size: 22px auto;
}
.n-knowledge .list3 .li .sp2 .sp4:hover span{
	background: url(../images/img17-1.png) no-repeat right center;
	background-size: 22px auto;
}
.n-knowledge .list3 .li:nth-child(even) {
	background: #fcfcfc;
}
.n-knowledge .list4 {
	padding: .75rem 0;
	background: #f5f5f5;
}
.n-knowledge .list4 .formbox {
	width: 760px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-knowledge .list4 .input3 {
	border: 1px solid #dcdcdc;
	background: #fff;
	font-size: 14px;
	color: #666;
	width: 285px;
	position: relative;
}
.n-knowledge .list4 .input3:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #666;
	right: 20px;
	top: 50%;
	margin-top: -2.5px;
}
.n-knowledge .list4 .input3 select {
	width: 100%;
	height: 42px;
	padding: 10px 50px 10px 10px;
	line-height: 22px;
}
.n-knowledge .list4 .input1 {
	border: 1px solid #dcdcdc;
	background: #fff;
	height: 42px;
	padding: 10px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	width: 285px;
}
.n-knowledge .list4 .input2 {
	border: none;
	background: #e50011;
	height: 42px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	width: 160px;
	font-weight: bold;
}
@media (max-width: 960px) {
	.n-knowledge .list1 .formbox {
		width: 94%;
	}
	.n-knowledge .list1 .input1 {
		width: calc(100% - 100px);
	}
	.n-knowledge .list1 .input2 {
		width: 100px;
		font-size: 12px;
	}
	.n-knowledge .list2 .li span {
		min-height: 30px;
		line-height: 30px;
	}
	.n-knowledge .more-click span {
		font-size: 14px;
	}
	.n-knowledge .list3 .li .sp1 {
		width: calc(100% - 110px);
	}
	.n-knowledge .list3 .li .sp2 .sp4 {
		width: 46%;
		margin-right: 2%;
	}
	.n-knowledge .list4 .formbox {
		width: 94%;
	}
	.n-knowledge .list4 .input3 {
		width: 100%;
		margin-bottom: .5rem;
	}
	.n-knowledge .list4 .input1 {
		width: calc(100% - 100px);
	}
	.n-knowledge .list4 .input2 {
		width: 100px;
		font-size: 12px;
	}
	.n-knowledge .list3 .li .sp1{
		padding-left: 35px;
		background: url(../images/img15.png) no-repeat 8px 3px;
	}
}
#main .wrap1{
	background:#fff;
}

.n-parts {
	padding: 2.375rem 0 0;
}
.n-parts2{
	padding: 2.375rem 0 2rem;
}
.n-parts .ulbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-parts .ulbox .li {
	width: 33.3%;
	border: 1px solid #dcdcdc;
	text-align: center;
	color: #333;
	background: #fff;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 22px;
	padding: 5px 10px;
	cursor: pointer;
}

.n-parts .ulbox .li2 {
	width: 16.6666%;
}
.n-parts .ulbox .li.cur {
	border: 1px solid #e60012;
	background: #e60012;
	color: #fff;
}
@media (max-width: 960px) {
	.n-parts .ulbox .li2 {
		height: 45px;
		width: 33.33%;
	}
	.n-parts .ulbox .li{
		font-size:13px;
		line-height:1.4;
	}
}
.n-parts .contant-box {
	margin-top: 1rem;
}
.n-parts .contant-box .item-box {
	display: none;
	font-size: 14px;
	color: #333;
}
.n-parts .contant-box .item-box .li {
	padding-bottom: 1.75rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #d6d6d6;
}
.n-parts .contant-box .item-box .tit2 {
	margin-bottom: .5rem;
}
.n-parts .contant-box .item-box .tit3 {
	line-height: 1.6;
}
.n-parts .contant-box .item-box img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.n-parts .contant-box .item-box .li:last-child {
	border-bottom: none;
	margin-bottom:0px;
}
.n-parts .contant-box .item-box .top {
	padding-left: 35px;
	background: url(../images/img18.png) no-repeat left 3px;
	background-size: 18px auto;
	line-height: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1rem;
}
.n-parts .contant-box .item-box .img-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}
.n-parts .contant-box .item-box .img-text .img {
	width: 220px;
}
.n-parts .contant-box .item-box .img-text .img img {
	max-width: 100%;
}
.n-parts .contant-box .item-box .img-text .text {
	width: 540px;
	margin-left: 1.25rem;
	padding: 15px 0 15px 1.25rem;
	position: relative;
}
.n-parts .contant-box .item-box .img-text .text:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e3e3e3;
	left: 0;
	top: 0;
}
.n-parts .contant-box .item-box .img-text .text .sp {
	padding-left: 25px;
	position: relative;
	line-height: 2;
	margin-bottom: .6rem;
}
.n-parts .contant-box .item-box .img-text .text .sp:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	top: 10px;
	left: 0;
}
.n-parts .list1 .imgbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-parts .list1 .imgbox img {
	width: 46.66%;
	margin: 0 1.6%;
}
.n-parts .list2 {
	border: 1px solid #ededed;
	padding: 25px 1.75rem;
	background: #fafafa;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 1rem;
}
.n-parts .list2 .left {
	width: 120px;
	text-align: center;
}
.n-parts .list2 .left .tit2 {
	margin-bottom: 1rem;
}
.n-parts .list2 .right {
	width: calc(100% - 210px);
}
.n-parts .list2 .right .li {
	background: #fff;
	padding: 20px;
	border: 1px solid #e6e6e6;
	margin-bottom: 15px;
}
.n-parts .list2 .right .tit3 {
	margin-bottom: .35rem;
}
@media (max-width: 960px) {
	.n-parts .contant-box .item-box .img-text .img {
		width: 100%;
	}
	.n-parts .contant-box .item-box .img-text .text {
		width: 100%;
		margin-left: 0;
	}
	.n-parts .contant-box .item-box .img-text .text:before {
		display: none;
	}
}
@media (max-width: 960px) {
	.n-parts .list2 .left, .n-parts .list2 .right {
		width: 100%;
	}
	.n-parts .list2 {
		padding: 25px .75rem;
	}
}
@media (max-width: 425px) {
	.n-parts .list1 .imgbox img {
		width: 100%;
	}
}

.n-verificat {
	padding: 7.5rem 0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.n-verificat .text-box {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 1.25rem 1.75rem;
	background: rgba(51, 51, 51, 0.1);
}
.n-verificat .text-box .tit2 {
	margin-bottom: 1.25rem;
}
.n-verificat .text-box .tit3 {
	line-height: 28px;
}
.n-verificat .bot {
	margin-top: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.n-verificat .bot .sp1 {
	margin-right: 25px;
}
.n-verificat .bot .input1 {
	width: 420px;
	height: 24px;
	line-height: 24px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-right: 25px;
	padding: 10px 15px;
	box-sizing: content-box;
}
.n-verificat .bot .input1 input {
	width: 100%;
	font-size: 14px;
	color: #666;
}
.n-verificat .bot .input4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 25px;
}
.n-verificat .bot .input4 input {
	width: 115px;
	height: 42px;
	line-height: 22px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	background: #fff;
	padding: 10px 15px;
	font-size: 14px;
	color: #666;
}
.n-verificat .bot .input4 span {
	width: 18px;
	height: 2px;
	background: #fff;
	margin: 0 5px;
}
.n-verificat .bot .input2, .n-verificat .bot .input3 {
	width: 160px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-right: 25px;
	background: #fff;
	position: relative;
	border: 1px solid #e1e1e1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.n-verificat .bot .input2 input, .n-verificat .bot .input3 input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
	border: none;
	z-index: 2;
	opacity: 0;
}
.n-verificat .bot .button-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.n-verificat .bot .icon1 {
	margin-right: 10px;
}
.n-verificat .bot .icon1:before {
	content: "\e628";
}
.n-verificat .bot .icon2 {
	margin-right: 10px;
}
.n-verificat .bot .icon2:before {
	content: "\e712";
}
.n-verificat .bot .input2:hover, .n-verificat .bot .input3:hover {
	background: #e60012;
	border: 1px solid #e60012;
}
.n-verificat .bot .input2:hover .button-btn, .n-verificat .bot .input3:hover .button-btn {
	color: #fff;
}
@media (max-width: 1680px) {
	.n-verificat .bot .input1 {
		width:360px;
	}
}
@media (max-width: 1200px) {
	.n-verificat .bot .input1 {
		width: 100%;
		margin-right: 0;
		margin: 10px 0 15px;
	}
	.n-verificat .bot .input4 {
		width: 100%;
		margin-right: 0;
		margin: 10px 0 15px;
	}
	.n-verificat .bot .input2, .n-verificat .bot .input3 {
		width: 49%;
		margin-right: 2%;
	}
	.n-verificat .bot .input3 {
		margin-right: 0;
	}

	.n-verificat .text-box .tit2{
		font-size:18px;
	}
}
@media (max-width: 650px) {
	.n-verificat .bot .input4 input {
		width: 20%;
	}
	.n-verificat .bot .input4 span {
		width: 3%;
		margin: 1% auto;
	}
}

.n-verificat2 {
	padding: 1.5rem 0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.n-verificat2 .list1 {
	padding-bottom: 1rem;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: .75rem;
}
.n-verificat2 .list2 {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1rem;
}
.n-verificat2 .list2 .tit2 {
	margin-bottom: 1rem;
}
.n-verificat2 .list2 .nlist2 {
	padding: 0 1.75rem .75rem;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1rem;
}
.n-verificat2 .list2 .nlist2 .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-verificat2 .list2 .nlist2 .p-14 {
	width: 50%;
	line-height: 2;
}
.n-verificat2 .list2 .nlist2 .tit3 {
	margin-bottom: .7rem;
}
.n-verificat2 .list2 .nlist2 .img {
	width: 50%;
	text-align: center;
}
@media (max-width: 1024px) {
	.n-verificat2 .list2 .nlist2 .img img {
		max-width: 100%;
	}
	.n-verificat2 .list2 .nlist1 .img img {
		max-width: 100%;
	}
}
.n-verificat2 .list2 .nlist3 {
	padding: 0 1.75rem .75rem;
}
.n-verificat2 .list2 .nlist3 .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-verificat2 .list2 .nlist3 .tit3 {
	margin-bottom: .5rem;
}


.n-verificat2 .list2 .nlist3 .p1 {
	line-height: 2;
	padding-left:4%;
	padding-right:4%;
}
.n-verificat2 .list2 .nlist3 .p2 {

	line-height: 2;
	padding-left:4%;
	padding-right:4%;
}
.n-verificat2 .list2 .nlist3 .p3 {

	line-height: 2;
	padding-left:4%;
	padding-right:4%;

}


@media (max-width: 1680px) {

	.n-verificat2 .list2 .nlist3 .p1 {
		line-height: 2;
		padding-left:2%;
		padding-right:2%;
	}
	.n-verificat2 .list2 .nlist3 .p2 {

		line-height: 2;
		padding-left:2%;
		padding-right:2%;
	}
	.n-verificat2 .list2 .nlist3 .p3 {

		line-height: 2;
		padding-left:2%;
		padding-right:2%;

	}

}

@media (max-width: 1440px) {
	.n-verificat2 .list2 .nlist3 .p1 {
		line-height: 2;
		padding-left:3%;
		padding-right:2.5%;
	}
	.n-verificat2 .list2 .nlist3 .p2 {

		line-height: 2;
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.n-verificat2 .list2 .nlist3 .p3 {

		line-height: 2;
		padding-left:2.5%;
		padding-right:2.5%;

	}
}

@media (max-width: 1200px) {
	.n-verificat2 .list2 .nlist3 .p1 {
		line-height: 2;

		padding-left:0px;
		padding-right:3px;
	}
	.n-verificat2 .list2 .nlist3 .p2 {

		line-height: 2;

		padding-left:3px;
		padding-right:3px;
	}
	.n-verificat2 .list2 .nlist3 .p3 {

		line-height: 2;

		padding-left:3px;
		padding-right:0px;

	}
}



.n-verificat2 .list3 {
	padding-bottom: 1rem;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: .75rem;
}
.n-verificat2 .list3 .tit2 {
	margin-bottom: 1rem;
}
.n-verificat2 .list3 .nlist2 {
	padding: 0 1.75rem .75rem;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1rem;
}
.n-verificat2 .list3 .nlist2 .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-verificat2 .list3 .nlist2 .p-14 {
	width: 50%;
	line-height: 2;
}
.n-verificat2 .list3 .nlist2 .tit3 {
	margin-bottom: .7rem;
}
.n-verificat2 .list3 .nlist2 .img {
	width: 50%;
	text-align: center;
}
.n-verificat2 .list3 .nlist2 .img img {
	max-width: 100%;
}
.n-verificat2 .list3 .nlist3 {
	padding: 0 1.75rem 1rem;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 1rem;
}
.n-verificat2 .list3 .nlist3 .p1 {
	margin-top: 15px;
	line-height: 2;
	width: 80%;
}
.n-verificat2 .list3 .nlist3 .img img {
	max-width: 100%;
}
.n-verificat2 .list3 .nlist4 {
	padding: 0 1.75rem;
}
.n-verificat2 .list3 .nlist4 .tit2 {
	margin-bottom: 1rem;
}
.n-verificat2 .list3 .nlist4 .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-verificat2 .list3 .nlist4 .p1 {
	width: 50%;
	line-height: 2;
	padding-right: 1rem;
}
.n-verificat2 .list3 .nlist4 .tit3 {
	margin-bottom: .7rem;
}
.n-verificat2 .list3 .nlist4 .p2 {
	width: 50%;
	padding-left: 1rem;
}
.n-verificat2 .list3 .nlist4 .p2 img {
	max-width: 100%;
}
.n-verificat2 .list4 .tit2 {
	margin-bottom: .5rem;
}
.n-verificat2 .list4 .nlist1 {
	padding: 0 1.75rem;
}
.n-verificat2 .list2 .nlist1 {
	padding: 0 1.75rem;
}
.n-verificat2 .list4 .nlist1 .tit3 {
	width: 50%;
	padding-right: 1rem;
}
.n-verificat2 .list4 .nlist1 .img {
	width: 50%;
	text-align: center;
}
.n-verificat2 .list4 .nlist1 .img img {
	max-width: 100%;
	display: inline-block;
}
.n-verificat2 .list4 .nlist1 .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 1024px) {
	.n-verificat2 .list2 .nlist3, .n-verificat2 .list2 .nlist2, .n-verificat2 .list3 .nlist2, .n-verificat2 .list3 .nlist3, .n-verificat2 .list3 .nlist4, .n-verificat2 .list4 .nlist1 {
		padding: 0 .75rem .75rem;
	}
	.n-verificat2 .list2 .nlist2 .p-14, .n-verificat2 .list2 .nlist2 .img, .n-verificat2 .list2 .nlist3 .p1, .n-verificat2 .list2 .nlist3 .p2, .n-verificat2 .list3 .nlist2 .p-14, .n-verificat2 .list3 .nlist2 .img, .n-verificat2 .list3 .nlist3 .p1, .n-verificat2 .list3 .nlist4 .p1, .n-verificat2 .list3 .nlist4 .p2, .n-verificat2 .list4 .nlist1 .tit3, .n-verificat2 .list4 .nlist1 .img {
		width: 100%;
		margin-bottom: .75rem;
	}
	.n-verificat2 .tit-16{
		font-size:14px;
		line-height:2;
	}
}

.receipt-banner{
	height: auto;
	padding: 3.5rem 0 4rem;
}
.receipt-banner .text2 {
	padding-top: 3.25rem;
	width: 480px;
}
.receipt-banner .text2 .tit3 {
	margin-bottom: .5rem;
}
.receipt-banner .text2 .p1 {
	line-height: 2;
}
.receipt-banner2 .text2 {
	width: 480px;
}

@media (max-width: 1024px) {
	.receipt-banner {
		padding: 23rem 0 8rem;
		background-size: 100% auto;
		background-position: center top;
		background-color: #422c52;
	}
	.receipt-banner2{
		height: auto;
		padding: 7rem 0 4rem;
	}
	.receipt-banner .text2{
		width: 88%;
	}
	.receipt-banner2 .text2{
		width:100%;
	}
}
@media (max-width:425px) {
	.receipt-banner {
		padding: 15rem 0 2rem;
	}
}


.receipt-banner2 .text2 .tit3 {
	margin-bottom: .5rem;
}
.receipt-banner2 .text2 .p1 {
	line-height: 2;
}

.n-receipt {
	padding: 1.25rem 0;
}
.n-receipt .tit2 {
	margin-bottom: .5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.n-receipt .itembox {
	padding: 0 1.75rem 15px;
}
.n-receipt2 .itembox {
	padding: 0 1.75rem;
}
.n-receipt .li3 input{
	width:calc(100% - 240px);
}
.n-receipt input {
	text-align: left;
	padding-right: 5px;
	text-indent:15px;
}
.n-receipt .li3 .select1,.n-receipt .li3 .select2,.n-receipt .li3 .select3{
	margin-right:10px;
}
.n-receipt .li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #e0e0e0;
}
.n-receipt .li1 {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.n-receipt .select1, .n-receipt .select2, .n-receipt .select3 {
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	font-size: 14px;
	width: 40%;
	position: relative;
}
.n-receipt .select1:before, .n-receipt .select2:before, .n-receipt .select3:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #666;
	right: 20px;
	top: 50%;
	margin-top: -2.5px;
}
.n-receipt .select1 select, .n-receipt .select2 select, .n-receipt .select3 select {
	padding: 0 50px 0 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: right;
	background: none;
	border: none;
}
.n-receipt .li2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.n-receipt .li2 .input1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.n-receipt .li3 {
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.n-receipt .li3 .select1, .n-receipt .li3 .select2, .n-receipt .li3 .select3, .n-receipt .li3 .select4 {
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	font-size: 14px;
	width: 18%;
	position: relative;
}
.n-receipt .li3 .select1:before, .n-receipt .li3 .select2:before, .n-receipt .li3 .select3:before, .n-receipt .li3 .select4:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #666;
	right: 20px;
	top: 50%;
	margin-top: -2.5px;
}
.n-receipt .li3 .select1 select, .n-receipt .li3 .select2 select, .n-receipt .li3 .select3 select, .n-receipt .li3 .select4 select {
	padding: 0 50px 0 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: right;
	background: none;
	border: none;
}
.n-receipt .li4 {
	width: 25%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.n-receipt .input1 .ztime {
	width: 140px;
	height: 40px;
	line-height: 40px;
	border: none;
	text-indent: 10px;
	padding-right:30px;
	background:#f5f5f5 url(../images/img21.png) no-repeat calc(100% - 5px) center;
}
.n-receipt .input1 .ztime2{
	width:200px;
}
.n-receipt .li5 {
	width: 40%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.n-receipt .li6 {
	width: 30%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.n-receipt .li6 input {
	width: 190px;
}
.n-receipt .wli {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.n-receipt .input1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;*/
      justify-content:flex-start;
      -webkit-justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 40px;
      line-height: 40px;
      width: 100%;
  }
  .n-receipt .input1 input {
  	width: 180px;
  	background: none;
  	border: none;
  	height: 30px;
  	line-height: 30px;
  	text-indent:15px;
  }
  .n-receipt .li7 {
  	width: 23%;
  }
  .n-receipt .li8 {
  	width: 24%;
  }
  .n-receipt .w24 {
  	width: 24%;
  }
  .n-receipt .w49 {
  	width: 49%;
  }
  .n-receipt .w65 {
  	width: 65%;
  }
  .n-receipt .w33 {
  	width: 33%;
  }
  .n-receipt .list1 {
  	border-bottom: 1px solid #e0e0e0;
  }
  .n-receipt .li5 #price{
  	width:120px;
  }
  .n-receipt .list2 #username,.n-receipt .list2 #height,.n-receipt .list2 #email{
  	width:120px;
  }
  .n-receipt .list2, .n-receipt .list3, .n-receipt .list4, .n-receipt .list5, .n-receipt .list6, .n-receipt .list7, .n-receipt .list8, .n-receipt .list9, .n-receipt .list10, .n-receipt .list11, .n-receipt .list13 {
  	margin-top: 1rem;
  	border-bottom: 1px solid #e0e0e0;
  }
  .n-receipt .input2 {
  	width: 36%;
  }
  .n-receipt .input2 input {
  	width: 100%;
  }
  .n-receipt .input3 .select1, .n-receipt .input3 .select2, .n-receipt .input3 .select3 {
  	width: calc(100% - 80px);
  }
  .n-receipt .input4 input {
  	width: calc(100% - 100px);
  }
  .n-receipt .input5 input {
  	width: calc(100% - 120px);
  }
  .n-receipt .li-radio, .n-receipt .li-check {
  	margin-right: 1.25rem;
  }
  .n-receipt .li-radio input, .n-receipt .li-check input {
  	-ms-appearance: checkbox;
  	-moz-appearance: checkbox;
  	-webkit-appearance: checkbox;
  	-webkit-appearance: checkbox;
  	margin-right: 10px;
  }
  .n-receipt .list3 .li, .n-receipt .list4 .li, .n-receipt .list6 .li, .n-receipt .list7 .li, .n-receipt .list8 .li, .n-receipt .list9 .li, .n-receipt .list10 .li, .n-receipt .list11 .li, .n-receipt .list13 .li {
  	border-bottom: none;
  }
  .n-receipt .radiobox {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: start;
  	-webkit-justify-content: flex-start;
  	-ms-flex-pack: start;
  	justify-content: flex-start;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	margin-left: 3.5rem;
  }
  .n-receipt .list5 .item2 {
  	background: #f7f7f7;
  	padding: .7rem 1.75rem;
  }
  .n-receipt .list5 .item2 .li{
  	padding-bottom:0;
  	border-bottom:none;
  }
  .n-receipt .list5 .li2 {
  	margin-top: .75rem;
  }
  .n-receipt .list6 .li-check, .n-receipt .list7 .li-check, .n-receipt .list8 .li-check, .n-receipt .list9 .li-check {
  	margin-bottom: .3rem;
  }
  .n-receipt .list10 textarea {
  	width: 100%;
  	height: 180px;
  	padding: 15px;
  	background: #f8f8f8;
  	border: 1px solid #e5e5e5;
  }
  .n-receipt .list11 {
  	margin-top: 0;
  }
  .n-receipt .list11 input {
  	height: 48px;
  	line-height: 48px;
  	border: 1px solid #e5e5e5;
  	margin: 0 15px;
  	padding: 0 15px;
  	background: #f8f8f8;
  	width: 220px;
  }
  .n-receipt .list11 .li {
  	padding: 30px 0;
  }
  .n-receipt .list12 {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: center;
  	-webkit-justify-content: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	margin-top: .75rem;
  }
  .n-receipt .list12 .input2, .n-receipt .list12 .input3 {
  	width: 160px;
  	height: 42px;
  	line-height: 42px;
  	text-align: center;
  	margin-right: 25px;
  	background: #fff;
  	position: relative;
  	border: 1px solid #e1e1e1;
  	-webkit-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
  }
  .n-receipt .list12 .input2 input, .n-receipt .list12 .input3 input {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	background: none;
  	border: none;
  	z-index: 2;
  	opacity: 0;
  }
  .n-receipt .list12 .button-btn {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: center;
  	-webkit-justify-content: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	z-index: 1;
  }
  .n-receipt .list12 .icon1 {
  	margin-right: 10px;
  }
  .n-receipt .list12 .icon1:before {
  	content: "\e628";
  }
  .n-receipt .list12 .icon2 {
  	margin-right: 10px;
  }
  .n-receipt .list12 .icon2:before {
  	content: "\e712";
  }
  .n-receipt .list12 .input2:hover, .n-receipt .list12 .input3:hover {
  	background: #e60012;
  	border: 1px solid #e60012;
  }
  .n-receipt .list12 .input2:hover .button-btn, .n-receipt .list12 .input3:hover .button-btn {
  	color: #fff;
  }
  .n-receipt .radio-list {
  	width: 100%;
  	padding: 15px 0;
  	border-bottom: 1px solid #e0e0e0;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: justify;
  	-webkit-justify-content: space-between;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
  .n-receipt .list15 {
  	border-bottom: none;
  	margin-top: 1rem;
  }
  .n-receipt .list15 textarea {
  	padding: 15px;
  	width: 100%;
  	height: 180px;
  	background: #f8f8f8;
  	border: 1px solid #e5e5e5;
  }
  @media (max-width: 1260px) {
  	.n-receipt .li3{
  		padding-bottom:0;
  	}
  	.n-receipt .li3 input{
  		width:100%;
  		text-indent:0;
  	}
  	.n-receipt .li4, .n-receipt .li5, .n-receipt .li6 {
  		width: 100%;
  	}
  	.n-receipt .li7 {
  		width: 48%;
  	}
  	.n-receipt .li8 {
  		width: 100%;
  	}
  	.n-receipt .w49 {
  		width: 100%;
  	}
  	.n-receipt .w24 {
  		width: 100%;
  	}
  	.n-receipt .w65 {
  		width: 100%;
  	}
  	.n-receipt .w33 {
  		width: 100%;
  	}
  	.n-receipt .z-li .input1 {
  		margin-bottom: .5rem;
  	}
  	.n-receipt .input1 .ztime{
  		width:160px;
  	}
  	.n-receipt .input1 .ztime{
  		padding-right:45px;
  		background: #f5f5f5 url(../images/img21.png) no-repeat calc(100% - 10px) center;
  	}
  	.n-receipt .li{
  		padding:8px 0;
  	}
  	.n-receipt .list11 .li{
  		padding: 10px 0;
  	}
  	.n-receipt .select1 select, .n-receipt .select2 select, .n-receipt .select3 select{
  		font-size:12px;
  		padding: 0 25px 0 10px;
  	}
  	.n-receipt .select1:before, .n-receipt .select2:before, .n-receipt .select3:before{
  		right: 10px;
  	}
  }
  @media (max-width: 960px) {
  	.n-receipt .itembox {
  		padding: 0 .5rem;
  	}
  	.n-receipt .li7 {
  		width: 100%;
  	}
  	.n-receipt .li3 span {
  		margin-bottom: .5rem;
  	}
  	.n-receipt .input2 {
  		width: 100%;
  	}
  	.n-receipt .li3 .select1, .n-receipt .li3 .select2, .n-receipt .li3 .select3, .n-receipt .li3 .select4 {
  		width: 100%;
  		margin-right:0;
  		margin-bottom: .5rem;
  	}
  	.n-receipt .radio-list .sp {
  		width: 100%;
  		margin-bottom: .65rem;
  	}
  	.n-receipt .radiobox {
  		width: 100%;
  		margin-left: 0;
  	}
  }
  @media (max-width: 769px) {
  	.n-receipt .list11 input {
  		width: 35%;
  		margin: .5rem 0;
  	}
  	.n-receipt .list12 {
  		text-align: center;
  	}
  	.n-receipt .list12 .input2, .n-receipt .list12 .input3 {
  		width: 40%;
  		margin-right: 5%;
  		margin-left: 5%;
  	}
  	.n-receipt .list11 .captcha{
  		width:calc(100% - 125px - 35%);
  		max-height:50px;
  		height: auto;
  		margin-left: 10px;
  	}
  }

  .n-receipt .list5 .item2 .tit3{
  	font-size:17px;
  }
  .n-receipt .list5 .item2 .li2{
  	margin-top:0;
  }
  .n-receipt .list5 .item2 .li{
  	font-size: 15px;
  }


  .network-banner {
  	height: 25rem;
  	position: relative;
  	background-repeat:no-repeat;
  	background-position:50% 50%;
  	background-size:cover;
  }

  .n-network {
  	padding-bottom: 2.15rem;
  }
  .n-network .list1 {
  	height: 720px;
  	margin-top: -9rem;
  	background: #fff;
  	position: relative;
  	z-index: 2;
  }
  .n-network .list1 .topbox {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: start;
  	-webkit-justify-content: flex-start;
  	-ms-flex-pack: start;
  	justify-content: flex-start;
  	-webkit-box-align: start;
  	-webkit-align-items: flex-start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  }
  .n-network .list1 .topbox .select {
  	width: 22%;
  	border: 1px solid #e8e8e8;
  	height: 52px;
  	line-height: 52px;
  	position: relative;
  	font-size: 16px;
  	color: #000;
  }
  .n-network .list1 .topbox .select:before {
  	content: "";
  	position: absolute;
  	width: 0;
  	height: 0;
  	border-left: 4px solid transparent;
  	border-right: 4px solid transparent;
  	border-top: 4px solid #666;
  	right: 20px;
  	top: 50%;
  	margin-top: -2.5px;
  }
  .n-network .list1 .topbox .select select {
  	padding: 10px 50px 10px 45px;
  	height: 50px;
  	line-height: 32px;
  	width: 100%;
  }
  .n-network .list1 .topbox .inputbox {
  	/*border: 1px solid #e8e8e8;*/
  	height: 52px;
  	line-height: 52px;
  	width: 34%;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: start;
  	-webkit-justify-content: flex-start;
  	-ms-flex-pack: start;
  	justify-content: flex-start;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	background: #f7f7f7;
  }
  .n-network .list1 .topbox .inputbox .input {
  	width: calc(100% - 52px);
  	height: 32px;
  	line-height: 32px;
  	font-size: 16px;
  	color: #000;
  	background: none;
  	border: none;
  	text-indent: .5rem;
  }
  .n-network .list1 .topbox .inputbox .submit {
  	width: 52px;
  	height: 52px;
  	background: #e60012;
  	position: relative;
  }
  .n-network .list1 .topbox .inputbox .submit:before {
  	content: "\e632";
  	position: absolute;
  	font-size: 18px;
  	width: 24px;
  	height: 24px;
  	line-height: 24px;
  	text-align: center;
  	color: #fff;
  	left: 50%;
  	top: 50%;
  	margin-top: -12px;
  	margin-left: -12px;
  	z-index: 1;
  }
  .n-network .list1 .topbox .inputbox .submit input {
  	width: 52px;
  	height: 52px;
  	background: none;
  	border: none;
  	position: relative;
  	z-index: 2;
  }
  .n-network .list1 .contentbox {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: start;
  	-webkit-justify-content: flex-start;
  	-ms-flex-pack: start;
  	justify-content: flex-start;
  	-webkit-box-align: start;
  	-webkit-align-items: flex-start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  }
  .n-network .list1 .contentbox .itembox {
  	width: 400px;
  	height: 680px;
  }
  .n-network .list1 .contentbox .itembox .li {
  	background: #fff;
  	border-bottom: 1px solid #e5e5e5;
  	padding: .5rem 1rem;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: justify;
  	-webkit-justify-content: space-between;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  	-webkit-box-align: start;
  	-webkit-align-items: flex-start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  	cursor: pointer;
  }
  .n-network .list1 .contentbox .itembox .su {
  	background-image: url(../images/img19.png);
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	width: 33px;
  	background-size: 22px auto;
  	font-size: 12px;
  	color: #fff;
  	text-align: center;
  	line-height: 30px;
  }
  .n-network .list1 .contentbox .itembox .tit1 {
  	margin-bottom: .3rem;
  }
  .n-network .list1 .contentbox .itembox .tit2 {
  	margin-bottom: .3rem;
  }
  .n-network .list1 .contentbox .itembox .text {
  	width: calc(100% - 40px);
  }
  .n-network .list1 .contentbox .itembox .bot {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: start;
  	-webkit-justify-content: flex-start;
  	-ms-flex-pack: start;
  	justify-content: flex-start;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
  .n-network .list1 .contentbox .itembox .bot .sp {
  	font-size: 12px;
  	color: #666;
  	line-height: 22px;
  	padding-right:.6rem;
  	position: relative;
  	display: block;
  }
  .n-network .list1 .contentbox .itembox .bot .sp:before {
  	content: "";
  	position: absolute;
  	width: 1px;
  	height: 12px;
  	background: #e5e5e5;
  	top: 50%;
  	margin-top: -6px;
  	right: .3rem;
  }
  .n-network .list1 .contentbox .itembox .bot .sp:last-child:before {
  	display: none;
  }
  .n-network .list1 .contentbox .itembox .bot .sp3 span {
  	padding-left: 18px;
  	background: url(../images/img20.png) no-repeat left center;
  	background-size: 12px auto;
  	-webkit-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
  }
  .n-network .list1 .contentbox .itembox .bot .sp3:hover span {
  	background: url(../images/img20-1.png) no-repeat left center;
  	background-size: 12px auto;
  	color: #e60012;
  }
  .n-network .list1 .contentbox .itembox .li:nth-child(even) {
  	background: #f7f7f7;
  }
  .n-network .list1 .contentbox .n-itembox {
  	max-height: 680px;
  }
  .n-network .list1 .contentbox .mCSB_outside + .mCSB_scrollTools {
  	right: 0;
  }
  .n-network .list1 .contentbox .mCSB_scrollTools .mCSB_draggerRail {
  	background: #eaeaea;
  	width: 10px;
  	border-radius: 0px;
  }
  .n-network .list1 .contentbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  	background: #e60012;
  	width: 10px;
  	border-radius: 0px;
  }
  .n-network .list1 .contentbox .mapbox {
  	width: calc(100% - 400px);
  	height: 680px;
  }
  .n-network .list1 .contentbox .mapbox #allmap {
  	width: 100%;
  	height: 680px;
  }
  @media (max-width: 960px) {
  	.n-network .list1 {
  		height: auto;
  	}
  	.n-network .list1{
  		width:100%;
  	}
  	.n-network .list1 .topbox .select{
  		width:33.3%;
  		font-size:12px;
  	}
  	.n-network .list1 .topbox .select select{
  		padding: 10px;
  	}
  	.n-network .list1{
  		margin-top:0;
  	}
  	.n-network .list1 .topbox .inputbox, .n-network .list1 .contentbox .itembox {
  		width: 100%;
  	}
  	.n-network .list1 .contentbox .mapbox{
  		display:none;
  	}
  	.n-network .list1 .contentbox .itembox {
  		height: 12rem;
  	}
  	.n-network .list1 .contentbox .n-itembox {
  		max-height:none;
  	}
  	.n-network .list1 .contentbox .itembox{
  		height:auto;
  	}
  	.n-network .list1 .contentbox .mapbox, .n-network .list1 .contentbox .mapbox #allmap {
  		height: 12rem;
  	}
  }

  .BMap_bubble_title {
  	font-size: 16px;
  }

  .BMap_bubble_content {
  	font-size: 14px;
  }

/*header.pchd {
  -webkit-transition: -webkit-transform .5s ease-in-out;
          transition: transform .5s ease-in-out;
          }*/

          header.pchd.zactive, .header2.zactive {
  /*-webkit-transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;*/
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.about-sub.active {
	position: fixed;
	margin-top: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	z-index:9;
}
.about-sub.active .n-about-sub {
	border-bottom: none;
	padding-bottom: 0;
}
.about-sub.active .n-about-sub .tit1, .about-sub.active .n-about-sub .li a {
	color: #505050;
}
.about-sub.active .n-about-sub .li:hover a{
	color:#e60012
}
.news-sub {
	position: relative;
	top: auto;
}
.news-sub .n-about-sub {
	border-bottom:1px solid rgba(51,51,51,0.3);
}
.news-sub .col-fff {
	color: #333;
}
.header2.bai .nav-btn .line{
	background:#000;
}
@media (max-width: 1680px){
  /*.about-sub .w1200 {
    width: 1000px;
    }*/
    .w1200 {
    	width: 1000px;
    }
}
@media (max-width: 1280px){
  /*.about-sub .w1200 {
    width:calc(100% - 330px);
    }*/
    .w1200 {
    	width:calc(100% - 139px);
    }
}
/*@media (max-width: 1270px) {
  .w1200 {
    width: 88%;
  }
  }*/
  @media (max-width: 1025px) {
  	.w1200 {
  		width: 90%;
  	}
  }
  @media (max-width: 1024px) {
  	.about-sub.active {
  		height: 45px;
  		line-height: 45px;
  	}

  /*.about-sub{
    width:calc(100% - 6% - 90px);
    left:50%;
    margin-left:calc(-50% + 3% + 45px);
  }
  .about-sub.active{
    width:100%;
    left:0;
    margin-left:0;
    }*/
    .about-sub .w1200 {
    	width: 100%;
    }

    .about-sub {
    	top:45px;
    	height: auto;
    	line-height: normal;
    }

    .news-sub {
    	position: relative;
    	top: auto;
    	margin-top:45px;
    	/*border-bottom: 1px solid #e5e5e5;*/
    }

    .about-sub .n-about-sub {
    	-webkit-flex-flow: row wrap;
    	-ms-flex-flow: row wrap;
    	flex-flow: row wrap;
    	height: 45px;
    	line-height: 45px;
    	padding-bottom: 0;
    	position: relative;
    	padding: 0 5%;
    	-webkit-transition: all .3s;
    	transition: all .3s;
    }

    .about-sub .n-about-sub .ulbox {
    	width: 100%;
    	margin-right: 0;
    	position: absolute;
    	left: 0;
    	top: 45px;
    	width: 100%;
    	-webkit-flex-flow: row wrap;
    	-ms-flex-flow: row wrap;
    	flex-flow: row wrap;

    	background: #fff;
    	display: none;
    }
    .about-sub .n-about-sub .ulbox .li {
    	width: 100%;
    	/*margin-bottom: 10px;*/
    	padding:10px 3%;
    	text-align:center;
    	border-bottom:1px solid rgba(190,191,190,0.2);
    }
    .about-sub .n-about-sub .ulbox .li:last-child{
    	border-bottom:none;
    }
    .about-sub .n-about-sub .ulbox .li a {
    	margin-right: 0;
    	color: #666;
    }

    .about-sub .tit1 {
    	width: 100%;
    	font-size: 16px;
    	line-height: 25px;
    	position: relative;
    	display:flex;
    	flex-flow:row wrap;
    	justify-content:flex-start;
    	align-items:center;
    	-webkit-transition: all .3s;
    	transition: all .3s;
    }
    .about-sub .tit1:before{
    	display:none;
    }
    .about-sub .tit1:after {
    	content: "\e74a";
    	position: relative;
    	width: 25px;
    	height: 25px;
    	/*right: 0;*/
    	text-align: center;
    	line-height: 25px;
    	font-size: 20px;
    	-webkit-transition: all .3s;
    	transition: all .3s;
    }

    .about-sub.on {
    	background: #fff;
    }
    .about-sub.on .n-about-sub {
    	border-bottom: 1px solid #e6e6e6;
    }
    .about-sub.on .tit1 {
    	color: #333;
    }
    .about-sub.on .tit1:after {
    	content: "\e749";
    }
}
body[navindex='2'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='3'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='4'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='5'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='6'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='7'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='8'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='9'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='10'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='11'] .n-about-sub .ulbox .li:nth-child(4) a, body[navindex='13'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='14'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='15'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='16'] .n-about-sub .ulbox .li:nth-child(4) a, body[navindex='17'] .n-about-sub .ulbox .li:nth-child(5) a, body[navindex='18'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='19'] .n-about-sub .ulbox .li:nth-child(2) a, body[navindex='20'] .n-about-sub .ulbox .li:nth-child(3) a, body[navindex='21'] .n-about-sub .ulbox .li:nth-child(4) a, body[navindex='22'] .n-about-sub .ulbox .li:nth-child(1) a, body[navindex='23'] .n-about-sub .ulbox .li:nth-child(2) a {
	color: #e60012;
}
.video-alert{
	background:#000;
}
.video-alert .md-content {
	width: 100%;
	height: auto;
	/*padding: 5px;*/
	background:transparent;
}

.video-alert .md-close {
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 24px;
	color: #fff;
	background: #000;
	right: 0rem;
	top: 0rem;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	z-index: 6;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.video-alert .md-close:hover {
	background: #dc0e20;
}

.video-alert {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 1200px;
	min-width: 640px;
	height: auto;
	z-index: 2000;
	opacity:0;
	filter: alpha(opacity=0);
	visibility: hidden;
	display:none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.video-alert .video {
	width: 100%;
	height: auto;
	position:relative;
	z-index:2;
}

.video-alert.md-show ~ .fot-overlay {
	opacity: 1;
	visibility: visible;
}

.video-alert.md-show ~ .md-close {
	opacity: 1;
	visibility: visible;
}

.video-alert.md-show {
	visibility: visible;
	opacity:1;
	display:block;
	filter: alpha(opacity=100);
}

.about-alert.md-show ~ .md-close {
	opacity: 1;
	-webkit-transition: all .3s 0s ease-in-out;
	transition: all .3s 0s ease-in-out;
	visibility: visible;
}

.about-alert.md-show ~ .fot-overlay {
	opacity: 1;
	-webkit-transition: all .3s 0s ease-in-out;
	transition: all .3s 0s ease-in-out;
	visibility: visible;
}

.about-alert.md-show {
	opacity: 1;
	visibility: visible;
}

.about-alert {
	position: fixed;
	top: 0;
	left: 0;
	max-width: none;
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	width: 100%;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
  /*opacity:1;
  visibility: visible;*/
  z-index: 110;
}
.about-alert .colse-btn {
	position: fixed;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	right:0;
	top:0;
	font-size: 14px;
	color: #333;
	text-align: center;
	right: calc(50vw - 592px);
	cursor: pointer;
	opacity:1;
	display:block;
	z-index:99;
}
.about-alert .colse-btn p{
	display:none;
}
.about-alert .colse-btn:before {
	content: "\e627";
	position: absolute;
	width: 100%;
	text-align: center;
	top: 10px;
	left: 0;
	line-height: 35px;
	font-size: 24px;
	color: #999;
}

@media (max-width: 1024px) {

	.about-alert .colse-btn:before {
		content: "\e627";
		position: fixed;
		width: 100%;
		text-align: center;
		top: 10px;
		left: 42%;
		line-height: 35px;
		font-size: 24px;
		color: #999;
	}

}


.about-alert .content-box {
	position: relative;
	height: 100vh;
	background: #fff;
	overflow-y: auto;
}
.about-alert .content-box .tit1 {
	padding-bottom: 1rem;
	text-align:center;
	border-bottom: 1px solid #dbdbdb;
}

.about-alert .content-list1 {
	background: #fff;
	min-height: 100vh;
	padding: 1.85rem 2.5rem 3rem;
	position: relative;
}
.about-alert .content-list1 .text-box {
	margin-top: 1.5rem;
	color: #666;
}
.about-alert .content-list1 .ulbox {
	margin-top: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.about-alert .content-list1 .ulbox .li {
	width: 25%;
	padding: 0 10px;
	border-right: 1px solid #e5e5e5;
}
.about-alert .content-list1 .ulbox .li:nth-child(1) {
	padding-left: 0;
}
.about-alert .content-list1 .ulbox .li:last-child {
	border-right: none;
}
.about-alert .content-list1 .ulbox .sp1 {
	margin-bottom: .65rem;
}
.about-alert .content-list1 .ulbox .sp2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #666;
}
.about-alert .content-list1 .ulbox .su {
	line-height: 1;
}
.about-alert .content-list1 .ulbox .sp3 {
	margin-left: 10px;
	line-height: 1.5;
}
.about-alert .content-list1 .ulbox .li:nth-child(1) .su {
	position: relative;
	color: #ee2626;
}
.about-alert .content-list1 .ulbox .li:nth-child(1) .su:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	-webkit-mask: linear-gradient(to bottom, #ee2626, #f04f38);
}
.about-alert .content-list1 .ulbox .li:nth-child(2) .su {
	position: relative;
	color: #f37343;
}
.about-alert .content-list1 .ulbox .li:nth-child(2) .su:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	-webkit-mask: linear-gradient(to bottom, #f79551, #f37343);
}
.about-alert .content-list1 .ulbox .li:nth-child(3) .su {
	position: relative;
	color: #0178c1;
}
.about-alert .content-list1 .ulbox .li:nth-child(3) .su:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	-webkit-mask: linear-gradient(to bottom, #079bda, #0178c1);
}
.about-alert .content-list1 .ulbox .li:nth-child(4) .su {
	position: relative;
	color: #019ec1;
}
.about-alert .content-list1 .ulbox .li:nth-child(4) .su:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	-webkit-mask: linear-gradient(to bottom, #07c4d9, #019bbf);
}
.about-alert .content-list1 .img {
	width: 100%;
}
.about-alert .content-list1 .img img {
	width: 100%;
}
@media (max-width: 1270px) {
	.about-alert .content-list1 {
		padding: 1.85rem 1rem 4rem;
	}
	.about-alert .content-list1 .ulbox .li:nth-child(2n){
		border-right: none;
	}
	.about-alert .content-list1 .ulbox .li:nth-child(3){
		padding-left:0;
	}
	.about-alert .content-list1 .ulbox .li {
		width: 50%;
		padding-top: 1.25rem;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 1rem;
		padding-left: 1.5rem;
	}
	.about-alert .content-list1 .ulbox .li:nth-child(3), .about-alert .content-list1 .ulbox .li:nth-child(4) {
		border-bottom: none;
	}
}
.about-alert .w1000 {
	width: 1000px;
	margin: 0 auto;
}
.about-alert .imgbox .swiper-slide img {
	width: 100%;
}
.about-alert .content-list2 {
	background: #fff;
	min-height: 100vh;
	padding: 1.85rem 2.5rem 4rem;
	position: relative;
}
.about-alert .content-list2 .tit1 {
	margin-bottom: 1rem;
	padding-bottom: 0;
	border-bottom: none;
}
.about-alert .content-list2 .tab-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #f6f6f6;
}
.about-alert .content-list2 .tab-ul .li {
	width: 50%;
	height: 55px;
	line-height: 55px;
	border: 1px solid #f6f6f6;
	text-align: center;
	cursor: pointer;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.about-alert .content-list2 .tab-ul .li:hover, .about-alert .content-list2 .tab-ul .li.cur {
	background: #e70012;
	color: #fff;
}
.about-alert .content-list2 .time-box {
	position: relative;
	margin-top: 1rem;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
}
.about-alert .content-list2 .time-box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	border-bottom: 1px dashed #cdcdcd;
}
.about-alert .content-list2 .time-box .swiper-slide {
	position: relative;
	text-align: center;
	cursor: pointer;
}
.about-alert .content-list2 .time-box .swiper-slide .img1 {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.about-alert .content-list2 .time-box .swiper-slide .img2 {
	position: absolute;
	width: 86px;
	height: 86px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.about-alert .content-list2 .time-box .swiper-slide .time {
	position: absolute;
	bottom: 10px;
	line-height: 1.2;
	font-size: 14px;
	color: #333;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.about-alert .content-list2 .time-box .swiper-slide.cur .img1 {
	opacity: 0;
}
.about-alert .content-list2 .time-box .swiper-slide.cur .img2 {
	opacity: 1;
}
.about-alert .content-list2 .time-box .swiper-slide.cur .time {
	font-size: 18px;
	color: #fff;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.about-alert .content-list2 .time-list {
	position: relative;
	margin-top: 1.5rem;
}
.about-alert .content-list2 .time-list:before {
	content: "";
	position: absolute;
	left: 180px;
	width: 1px;
	height: 100%;
	background: #eee;
}
.about-alert .content-list2 .time-list .li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: .75rem;
}
.about-alert .content-list2 .time-list .tit2 {
	color: #c7c7c7;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: .3rem;
}
.about-alert .content-list2 .time-list .text {
	width: calc(100% - 180px);
	padding-left: 2rem;
	position: relative;
}
.about-alert .content-list2 .time-list .text:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #e80618;
	background: #fff;
	left: -6px;
	top: 12px;
	margin-top: -5px;
}
.about-alert .content-list2 .tab-box2 {
	margin-top: 15px;
}
.about-alert .content-list2 .tab-box2 .li {
	padding: 1.25rem 0;
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.about-alert .content-list2 .tab-box2 .li .img {
	width: 320px;
}
.about-alert .content-list2 .tab-box2 .li .img img {
	width: 100%;
}
.about-alert .content-list2 .tab-box2 .li .p {
	width: calc(100% - 360px);
	margin-left: 20px;
	color: #666;
}
.about-alert .content-list2 .tab-box {
	display: none;
}
.about-alert .content-list6 {
	background: #fff;
	min-height: 100vh;
	padding: 1.85rem 2.5rem 4rem;
	position:relative;
}
.about-alert .content-list6 .text {
	margin-top: 1.5rem;
	color: #666;
}
.about-alert .content-list5 {
	background: #fff;
	min-height: 100vh;
	padding: 1.85rem 2.5rem 2rem;
	position:relative;
}
.about-alert .content-list5 .text {
	margin-top: 1.5rem;
	color: #666;
}
.about-alert .content-list5 .imgbox-warp {
	padding-bottom: 1.5rem;
	margin-top: 1.5rem;
	position: relative;
}
.about-alert .content-list5 .imgbox-warp .swiper-pagination {
	width: 100%;
	bottom: 0;
}
.about-alert .content-list5 .imgbox-warp .swiper-pagination span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 4px;
}
.about-alert .content-list5 .imgbox-warp .swiper-pagination span.swiper-pagination-bullet-active {
	background: #e70012;
}
.about-alert .content-list5 .imgbox-warp .swiper-button-prev, .about-alert .content-list5 .imgbox-warp .swiper-button-next {
	background: none;
	width: 30px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
}
.about-alert .content-list5 .imgbox-warp .swiper-button-prev:before, .about-alert .content-list5 .imgbox-warp .swiper-button-next:before {
	content: "\e660";
	display: block;
}
.about-alert .content-list5 .imgbox-warp .swiper-button-next:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.about-alert .content-list5 .imgbox {
	overflow: hidden;
	position: relative;
}
.about-alert .content-list4 {
	background: #fff;
	min-height: 100vh;
	padding: 1.85rem 2.5rem 2rem;
	position: relative;
}
.about-alert .content-list4 .tit1 {
	margin-bottom: 1rem;
	padding-bottom: 0;
	border-bottom: none;
}
.about-alert .content-list4 .tab-ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #f6f6f6;
}
.about-alert .content-list4 .tab-ul .li {
	width: 50%;
	height: 55px;
	line-height: 55px;
	border: 1px solid #f6f6f6;
	text-align: center;
	cursor: pointer;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.about-alert .content-list4 .tab-ul .li:hover, .about-alert .content-list4 .tab-ul .li.cur {
	background: #e70012;
	color: #fff;
}
.about-alert .content-list4 .text {
	margin-top: 1.5rem;
	color: #666;
}
.about-alert .content-list4 .imgbox-warp {
	padding-bottom: 1.5rem;
	margin-top: 1.5rem;
	position: relative;
}
.about-alert .content-list4 .imgbox-warp .swiper-pagination {
	width: 100%;
	bottom: 0;
}
.about-alert .content-list4 .imgbox-warp .swiper-pagination span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 4px;
}
.about-alert .content-list4 .imgbox-warp .swiper-pagination span.swiper-pagination-bullet-active {
	background: #e70012;
}
.about-alert .content-list4 .imgbox-warp .swiper-button-prev, .about-alert .content-list4 .imgbox-warp .swiper-button-next {
	background: none;
	width: 30px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
}
.about-alert .content-list4 .imgbox-warp .swiper-button-prev:before, .about-alert .content-list4 .imgbox-warp .swiper-button-next:before {
	content: "\e660";
	display: block;
}
.about-alert .content-list4 .imgbox-warp .swiper-button-next:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.about-alert .content-list4 .imgbox {
	overflow: hidden;
	position: relative;
}
.about-alert .content-list3 {
	background: #fff;
	min-height: 100vh;
	padding: 1.85rem 2.5rem 2rem;
	position: relative;
}
.about-alert .content-list3 .ulbox {
	margin-top: 1.5rem;
}
.about-alert .content-list3 .ulbox .li {
	margin-bottom: .5rem;
}
.about-alert .content-list3 .ulbox .li img {
	width: 100%;
}
.about-alert .content-list3 .ulbox .li p {
	margin-top: .5rem;
}
.about-alert .content-list7 {
	background: #fff;
	min-height: 100vh;
	position:relative;
}
.about-alert .content-list7 .img img {
	width: 100%;
}
.about-alert .content-list7 .text-box {
	padding: 1.85rem 2.5rem 2rem;
}
.about-alert .content-list7 .text-box .text {
	margin-top: .65rem;
	color: #646464;
	line-height: 2.3;
}
@media (max-width: 768px) {
	.about-alert .content-list7 .text-box .text {
		font-size: 14px;
	}
}
@media (max-width: 1270px) {

	.about-alert .content-list6 {
		padding: 1.5rem 2rem 2rem;
	}
}

@media (max-width: 768px) {
	.about-alert .w1200 {
		width: 100%;
	}

	.about-alert .content-list5 {
		padding: 1.5rem 1rem 2rem;
	}

	.about-alert .content-list4 {
		padding: 1.5rem 1rem 2rem;

	}

	.about-alert .tit1 {
		font-size: 1.2rem;
	}

	.about-alert .content-list4 .tab-ul .li, .about-alert .content-list2 .tab-ul .li {
		height: 45px;
		line-height: 45px;
	}

  /*.about-alert .colse-btn {
    margin-top: 2rem;
    }*/

    .about-alert .content-list2 .time-list .li .img {
    	width: 5rem;
    }

    .about-alert .content-list2 .time-list .text {
    	width: calc(100% - 6rem);
    }

    .about-alert .content-list2 .time-list:before {
    	left: 6rem;
    }

    .about-alert .content-list2 .time-box .swiper-slide .img2 {
    	width: 60px;
    	height: 60px;
    }

    .about-alert .content-list2 .time-box .swiper-slide.cur .time {
    	font-size: 14px;
    }

    .about-alert .content-list2 {
    	padding: 1.5rem 1rem 2rem;
    }

    .about-alert .content-list2 .tab-box2 .li .img {
    	width: 100%;
    }

    .about-alert .content-list2 .tab-box2 .li .p {
    	width: 100%;
    	margin-left: 0;
    	margin-top: 15px;
    }

    .about-alert .content-list7 .text-box {
    	padding: 1.5rem 1rem 2rem;
    }

    .about-alert .content-list3 {
    	padding: 1.5rem 1rem 2rem;
    }

    .about-alert .content-list6 {
    	padding: 1.5rem 1rem 2rem;
    }
}
.fot-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.PageMenu-closeBtn {
	width: 26px;
	height: 26px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	box-sizing: border-box;
	background-color: transparent;
	border: none;
	z-index: 20;
	outline: 0;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.PageMenu-closeBtn .line-01, .PageMenu-closeBtn .line-02 {
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
}

.PageMenu-closeBtn .line-01 {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.PageMenu-closeBtn .line-02 {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.PageMenu-closeBtn .line-01:after, .PageMenu-closeBtn .line-02:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e15d56;
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.PageMenu-closeBtn:hover .line-01:after, .PageMenu-closeBtn:hover .line-02:after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.PageMenu-closeBtn:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.backtop svg {
	height: 20px;
	width: 20px;
	position: relative;
	display: block;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.backtop.active {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

@-webkit-keyframes scaleloading {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(10);
		transform: scale(10);
		opacity: 0;
	}
}

@keyframes scaleloading {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(10);
		transform: scale(10);
		opacity: 0;
	}
}
@-webkit-keyframes glowmation {
	0% {
		top: -3%;
		left: -3%;
		background-position: 0% 50%;
		background-size: 150% 150%;
	}
	12.5% {
		top: -3%;
		left: 0;
		background-size: 70% 30%;
	}
	25% {
		top: -3%;
		left: 3%;
		background-size: 100% 50%;
	}
	37.5% {
		top: 0;
		left: 3%;
		background-size: 70% 30%;
	}
	50% {
		top: 3%;
		left: 3%;
		background-position: 100% 50%;
		background-size: 30% 30%;
	}
	62.5% {
		top: 3%;
		left: 0;
		background-size: 30% 70%;
	}
	75% {
		top: 3%;
		left: -3%;
		background-size: 50% 100%;
	}
	87.5% {
		top: 0;
		left: -3%;
		background-size: 30% 70%;
	}
	100% {
		top: -3%;
		left: -3%;
		background-position: 0% 50%;
		background-size: 150% 150%;
	}
}
@keyframes glowmation {
	0% {
		top: -3%;
		left: -3%;
		background-position: 0% 50%;
		background-size: 150% 150%;
	}
	12.5% {
		top: -3%;
		left: 0;
		background-size: 70% 30%;
	}
	25% {
		top: -3%;
		left: 3%;
		background-size: 100% 50%;
	}
	37.5% {
		top: 0;
		left: 3%;
		background-size: 70% 30%;
	}
	50% {
		top: 3%;
		left: 3%;
		background-position: 100% 50%;
		background-size: 30% 30%;
	}
	62.5% {
		top: 3%;
		left: 0;
		background-size: 30% 70%;
	}
	75% {
		top: 3%;
		left: -3%;
		background-size: 50% 100%;
	}
	87.5% {
		top: 0;
		left: -3%;
		background-size: 30% 70%;
	}
	100% {
		top: -3%;
		left: -3%;
		background-position: 0% 50%;
		background-size: 150% 150%;
	}
}
@-webkit-keyframes img1 {
	0% {
		opacity: .5;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: .8;
	}
	50% {
		color: 1;
	}
	80% {
		color: 1;
	}
	100% {
		color: .8;
	}
}
@keyframes img1 {
	0% {
		opacity: .5;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: .8;
	}
	50% {
		color: 1;
	}
	80% {
		color: 1;
	}
	100% {
		color: .8;
	}
}
@-webkit-keyframes loader1 {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes loader1 {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes arrow2 {
	0% {
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
	50% {
		-webkit-transform: translatey(4px);
		transform: translatey(4px);
	}
}
@keyframes arrow2 {
	0% {
		-webkit-transform: translatey(0);
		transform: translatey(0);
	}
	50% {
		-webkit-transform: translatey(4px);
		transform: translatey(4px);
	}
}
.js-m {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
	transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.js-m.js-m-2 {
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.js-m.js-m-2.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.js-m-3 {
	opacity: 0;
	-webkit-transform: translate(-10px, -30px);
	-ms-transform: translate(-10px, -30px);
	transform: translate(-10px, -30px);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.js-m-3.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.js-m.js-m-4 {
	opacity: 0;
	-webkit-transform: translate(0, -100px);
	-ms-transform: translate(0, -100px);
	transform: translate(0, -100px);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.js-m.js-m-4.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.js-m-top {
	opacity: 0;
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
	-webkit-transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
	transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
}

.js-m-top.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.imgbg-tong {
	position: relative;
}

.imgbg-tong:after {
	content: "";
	margin: 0 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 4;
	-webkit-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out 0.5s;
}

.imgbg-tong:before {
	content: "";
	margin: 0 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #111;
	z-index: 5;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.js-m.animate.imgbg-tong:before, .js-m.animate.imgbg-tong:after {
	margin-right: 0;
	right: 0;
	bottom: 0;
	left: 100%;
}

.image-in {
	display: block;
	overflow: hidden;
}

.image-in::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: right center 0px;
	-ms-transform-origin: right center 0px;
	transform-origin: right center 0px;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-property: -webkit-transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.image-in::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	background-color: black;
}

.image-in {
	-webkit-transform: translate3d(-100.5%, 0px, 0px);
	transform: translate3d(-100.5%, 0px, 0px);
	-webkit-transform-origin: left center 0px;
	-ms-transform-origin: left center 0px;
	transform-origin: left center 0px;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-property: -webkit-transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.js-m.animate .image-in {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.js-m.animate .image-in::before {
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.delay1 {
	-webkit-transition-delay: .1s !important;
	transition-delay: .1s !important;
}

.delay2 {
	-webkit-transition-delay: .2s !important;
	transition-delay: .2s !important;
}

.delay3 {
	-webkit-transition-delay: .3s !important;
	transition-delay: .3s !important;
}

.delay4 {
	-webkit-transition-delay: .4s !important;
	transition-delay: .4s !important;
}

.delay5 {
	-webkit-transition-delay: .5s !important;
	transition-delay: .5s !important;
}

.delay6 {
	-webkit-transition-delay: .6s !important;
	transition-delay: .6s !important;
}

.delay7 {
	-webkit-transition-delay: .7s !important;
	transition-delay: .7s !important;
}

.delay8 {
	-webkit-transition-delay: .8s !important;
	transition-delay: .8s !important;
}

.delay9 {
	-webkit-transition-delay: .9s !important;
	transition-delay: .9s !important;
}

.delay01 {
	-webkit-transition-delay: .03s !important;
	transition-delay: .03s !important;
}

.delay02 {
	-webkit-transition-delay: .08s !important;
	transition-delay: .08s !important;
}

.delay03 {
	-webkit-transition-delay: .13s !important;
	transition-delay: .13s !important;
}

.delay04 {
	-webkit-transition-delay: .18s !important;
	transition-delay: .18s !important;
}

.delay05 {
	-webkit-transition-delay: .23s !important;
	transition-delay: .23s !important;
}

.delay06 {
	-webkit-transition-delay: .28s !important;
	transition-delay: .28s !important;
}

.delay07 {
	-webkit-transition-delay: .33s !important;
	transition-delay: .33s !important;
}

.delay08 {
	-webkit-transition-delay: .38s !important;
	transition-delay: .38s !important;
}

.delay09 {
	-webkit-transition-delay: .43s !important;
	transition-delay: .43s !important;
}

/*网站单位设置*/
/*@media (max-width: 479px) {
  html {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 26px !important;
  }
  }*/
  @media (min-width: 768px) {
  	html {
  		font-size: 28px !important;
  	}
  }
  @media (min-width: 1025px) {
  	html {
  		font-size: 30px !important;

  	}
  }
  @media (min-width: 1440px) {
  	html {
  		font-size: 34px !important;
  	}
  }
  @media (min-width: 1680px) {
  	html {
  		font-size: 40px !important;
  	}
  }



  header.pchd .logo {
  	left: 68px;
  }

  header.pchd .rcontrols {
  	right: 68px;
  }

  header.pchd .rcontrols {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-box-pack: center;
  	-webkit-justify-content: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  }

  header.pchd .rcontrols .lang {
  	font-size: 18px;
  	line-height: 1;
  }

  header.pchd {
  	padding: 0 68px;
  }

  .search-alert .cent-form .tex {
  	border-bottom: none;
  }

  .search-alert {
  	top: 0px;
  	opacity: 0;
  	visibility: hidden;
  	padding: 0 68px;
  }

  .search-alert.active {
  	top: 0px;
  	opacity: 1;
  	visibility: visible;
  }

  
  



.header2 {
	height: 45px;
	position: relative;
	/* position:absolute; */
	left:0;
	top:0;
	z-index: 40;
	width: 100%;
	display: none;
	background: #fff;
}
.header2 .main-wrap {
	height: 45px;
	padding: 0 5%;
	position:relative;
	z-index:30;
}
.header2 .logo {
	/* width: 36px; */
	height: 45px;
	overflow: hidden;
}
.header2 .logo a {
	display: block;
}
.header2 .logo img {
	/* width: 100%; */
	vertical-align: top;
	height: 45px;
}
.header2 .other-btn{
	height:45px;
	line-height:45px;
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:flex-start;
	opacity:0;
	visibility: hidden;
	transition: all .5s ease-in-out;
}
.header2 .other-btn{
	margin-right:1rem;
}
.header2 .other-btn .searchbtn{
	font-size:20px;
	/*margin-right:.5rem;*/
	position:relative;
	/*padding-right:.5rem;*/
	position:relative;
}
/*.header2 .other-btn .searchbtn:after,.header2 .other-btn .userbtn:after{
  content:"";
  position:absolute;
  width:1px;
  height:10px;
  background:#d1d1d1;
  right:0;
  top:50%;
  margin-top: -5px;
  }*/
  .header2 .other-btn .userbtn{
  	font-size:16px;
  	margin-right:.5rem;
  	padding-right:.5rem;
  	position:relative;
  }
  .header2 .other-btn .lang{
  	font-size:16px;
  }
  .header2 .other-btn .lang:hover,.header2 .other-btn .userbtn:hover{
  	color:#d7000e;
  }
  .header2 .nav-btn {
  	width: 22px;
  	height: 16px;
  	position: relative;
  	cursor: pointer;
  	margin-top:15px;
  }
  .header2 .nav-btn .line {
  	display: block;
  	width: 100%;
  	height: 1px;
  	border-radius:0;
  	background-color: #333;
  	position: absolute;
  	left: 0;
  	transition: all .5s ease-in-out;
  }
  .header2 .nav-btn .line1 {
  	transform-origin: center 0 0;
  }
  .header2 .nav-btn .line2 {
  	top: 7px;
  }
  .header2 .nav-btn .line3 {
  	bottom: 0;
  	transform-origin: center 0 0;
  }
  .header2 .nav-btn.active {
  	animation: rotate 0.5s linear 0s;
  }
  .header2 .nav-btn.active .line1 {
  	top: 0px;
  }
  .header2 .nav-btn.hover .line {
  	background: #d7000e;
  }
  .header2 .sub-menu {
  	width: 100%;
  	height:100vh;
  	padding: 45px 3% 0;
  	display: none;
  	position: absolute;
  	left: 0;
  	top:0;
  	z-index:22;
  	background:#fff;
  	overflow: hidden;
  }
  .header2 .sub-menu ul {
  	width: 100%;
  	overflow-y: auto;
  	height: calc(100vh - 4rem);
  	padding-bottom:2.5rem;
  	margin-top:15px;
  }
  .header2 .sub-menu li {
  	border-bottom: 1px solid #dcdcdc;
  	font-size: 16px;
  }
  .header2 .sub-menu .tit {
  	display: block;
  	width: 100%;
  	padding: 0 6%;
  	line-height: 52px;
  	color: #000;
  	position: relative;
  	box-sizing: border-box;
  }
  .header2 .sub-menu .titx {
  	display: block;
  	width: 100%;
  	padding: 0 6%;
  	line-height: 60px;
  	color: #000;
  	position: relative;
  	border-bottom: 1px solid #dcdcdc;
  }
  .header2 .sub-menu .sub-tit:after {
  	content: '\e6b9';
  	display: block;
  	width: 26px;
  	height: 26px;
  	line-height:26px;
  	text-align:center;
  	position: absolute;
  	right: 3%;
  	top: 15px;
  	font-size:18px;
  	-webkit-transition:all .3s ease-in-out;
  	-o-transition:all .3s ease-in-out;
  	transition:all .3s ease-in-out;
  }
  .header2 .sub-menu .sub-tit.on {
  	/*background-color: #e9e9e9;*/
  }
  .header2 .sub-menu .sub-tit.on:after {
  	transform:rotate(-45deg);
  }
  .header2 .sub-menu .sec-list {
  	line-height: 40px;
  	/*padding: 10px 4%;*/
  	display: none;
  }
  .header2 .sub-menu .sec-list p {
  	font-size: 14px;
  	line-height:50px;
  	border-bottom: 1px solid #d0d3d4;
  }
  .header2 .sub-menu .sec-list a {
  	padding-left: 6%;
  	background:#e9e9e9;
  	color: #666;
  	display: block;
  }
  .header2 .sub-menu .sec-list p:last-child{
  	border-bottom:none;
  }
  .header2.active .other-btn{
  	opacity:1;
  	visibility: visible;
  }
  .header2 .nav-btn.hover .line1{
  	-webkit-transform: translate3d(0,7.5px,0) rotate(45deg);
  	-moz-transform: translate3d(0,7.5px,0) rotate(45deg);
  	transform: translate3d(0,7.5px,0) rotate(45deg);
  }
  .header2 .nav-btn.hover .line2{
  	opacity: 0;
  	-webkit-transform: translate3d(30px,0,0);
  	-moz-transform: translate3d(30px,0,0);
  	transform: translate3d(30px,0,0);
  }
  .header2 .nav-btn.hover .line3{
  	-webkit-transform: translate3d(0,-9px,0) rotate(-45deg);
  	-moz-transform: translate3d(0,-9px,0) rotate(-45deg);
  	transform: translate3d(0,-9px,0) rotate(-45deg);
  	transform-origin: center 2px 0;
  }
  .header2 .sub-menu .sec-list-box{
  	padding: 4.62963vw 0 0;
  	color: #333;
  	line-height: 1.5;
  	text-align: center;
  	font-size:16px;
  	border-bottom:none;
  }
  .header2 .sec-list-box .warpbox{
  	display:inline-block;
  }
  .header2 .sec-list-box .warpbox p a{
  	color:#415fff;
  }
  .header2 .sec-list-box .warpbox p{
  	display:inline-block;
  }
  .header2 .sec-list-box .warpbox p.p1{
  	margin:0 10px;
  }
  .header2 .sub-menu .ulbox{
  	display:flex;
  	flex-flow:row wrap;
  	justify-content:flex-start;
  	align-items:center;
  	padding:.6rem 3%;
  }

  .header2 .sub-menu  .ulbox .item{
  	display: inline-block;
  	width: 50%;
  	height: 11.48148vw;
  	line-height: 11.48148vw;
  	position:relative;
  }
  .header2 .sub-menu  .ulbox .item img{
  	margin-right:10px;
  }
  .header2 .sub-menu  .ulbox .item:after{
  	content:"\e884";
  	position:absolute;
  	width:20px;
  	height:20px;
  	text-align:center;
  	line-height:20px;
  	right:10%;
  	top:50%;
  	color:#999;
  	font-size:12px;
  	margin-top:-10px;
  }

  @media (max-width:1024px) {
  	.header2{
  		display:block;
  	}

  }
  @media (max-width:425px) {
  	.header2 .sub-menu .tit{
  		font-size:14px;
  	}
  	.header2 .sub-menu  .ulbox .item{
  		font-size:14px;
  	}
  	.header2 .sub-menu .sub-tit:after{
  		font-size:14px;
  		color:#999;
  	}
  }




  .search-box{
  	background:#000;
  	height:45px;
  	display:none;
  }
  .m-search-box{
  	border:none;
  	width: 84%;
  	left:12%;
  	top:0;
  }


  .m-search-box input.search-btn{
  	background:url(../images/search-ico-bai.png) no-repeat center 50%;
  }
 


@media (max-width: 1024px) {
	.header2.cur{
		background:#fff;
		position:fixed;
	}
	.header2.cur .nav-btn .line{
		background:#333;
	}
	#main .wrap5 .item{
		margin-top:10px;
	}
	.header2.on{
		background:#fff;
		position:fixed;
	}
	.header2.on .nav-btn .line{
		background:#333;
	}
}

.warp-user-btn{
	position:relative;
}
.warp-user-btn .user-list{
	position:absolute;
	left:50%;
	top:68px;
	margin-left:-62px;
	width:150px;
	background:#fff;
	border:1px solid #dcdcdc;
	border-radius:6px;
	opacity:0;
	transform:translate(0,20px);
	z-index:9;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.warp-user-btn .user-list:before{
	content:"";
	position:absolute;
	width:20px;
	height:14px;
	background:url(../images/jian.png) no-repeat center center;
	border-bottom-color: #fff;
	top: -11px;
	left: 50%;
	margin-left: -10px;
}
.warp-user-btn .user-list a{
	text-align:center;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ededed;
	font-size:14px;
	color:#666;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	align-items:center;
}
.warp-user-btn .user-list a:last-child{
	border-bottom:none;
}
.warp-user-btn .user-list a:hover{
	color:#e60012;
}
.warp-user-btn:hover .user-list{
	opacity:1;
	transform:translate(0,0px);
	visibility: visible;
}
.warp-user-btn .user-list img{
	margin-right:5px;
}
.warp-user-btn .user-btn2{
	background: url(../images/user-ico-bai-2.png) no-repeat center/100% auto;
}

.warp-user-btn .user-btn2{
	background: url(../images/user-ico-bai-2.png) no-repeat center/100% auto;
}


header.pchd.hai .rcontrols .warp-user-btn .user-btn2, header.pchd.hover .rcontrols .warp-user-btn .user-btn2{
	background-image: url(../images/user-ico-bai-2.png);
}
header.pchd.bai .rcontrols .warp-user-btn .user-btn2, header.pchd.hover .rcontrols .warp-user-btn .user-btn2{
	background-image: url(../images/user-ico-hei-2.png);
}


.mobitem .sub-menu {
	width: 100%;
	z-index: 2;
	overflow: hidden;
}
.mobitem .sub-menu ul {
	width: 100%;
	padding-bottom:2rem;
}
.mobitem .sub-menu li {
	font-size: 12px;
	border-bottom:1px solid #d1d1d1;
}
.mobitem .sub-menu .tit {
	display: block;
	width: 100%;
	font-size:14px;
	line-height: 46px;
	color: #000;
	position: relative;
	box-sizing: border-box;
}
.mobitem .sub-menu .titx {
	display: block;
	width: 100%;
	padding: 0 3%;
	line-height: 40px;
	color: #000;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}
.mobitem .sub-menu .sub-tit:after {
	content: '\e6b9';
	display: block;
	width: 26px;
	height: 26px;
	line-height:26px;
	text-align:center;
	position: absolute;
	right:0%;
	top: 6px;
	font-size:12px;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.mobitem .sub-menu .sub-tit.on {
	/*background-color: #e9e9e9;*/
}
.mobitem .sub-menu .sub-tit.on:after {
	transform:rotate(-45deg);
}
.mobitem .sub-menu .sec-list {
	line-height: 40px;
	/*padding: 10px 4%;*/
	display: none;
	border-top:1px solid #d1d1d1;
}
.mobitem .sub-menu .sec-list p {
	font-size: 14px;
	line-height:40px;
	/*border-bottom: 1px solid #d0d3d4;*/
}
.mobitem .sub-menu .sec-list a {
	padding-left: 3%;
	color: #666;
	display: block;
}
.mobitem .sub-menu .sec-list p:last-child{
	border-bottom:none;
}
.mobitem.active .other-btn{
	opacity:1;
	visibility: visible;
}
.mobitem .sub-menu .sec-list-box{
	padding: 4.62963vw 0 0;
	color: #333;
	line-height: 1.5;
	text-align: center;
	font-size:12px;
	border-bottom:none;
}
.mobitem .sec-list-box .warpbox{
	display:inline-block;
}
.mobitem .sec-list-box .warpbox p a{
	color:#415fff;
}
.mobitem .sec-list-box .warpbox p{
	display:inline-block;
}
.mobitem .sec-list-box .warpbox p.p1{
	margin:0 10px;
}
.mobitem .sub-menu .ulbox{
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:center;
	padding:.6rem 3%;
}
.mobitem .sub-menu  .ulbox .item{
	display: inline-block;
	width: 50%;
	height: 11.48148vw;
	line-height: 11.48148vw;
	position:relative;
}
.mobitem .sub-menu  .ulbox .item img{
	margin-right:10px;
}
.mobitem .sub-menu  .ulbox .item:after{
	content:"\e884";
	position:absolute;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	right:10%;
	top:50%;
	color:#999;
	font-size:12px;
	margin-top:-10px;
}




.bd_weixin_popup{
	height:auto !important;
}
.share-btn:hover .list-btn{
	opacity:1;
	filter: alpha(opacity=100);
	visibility:visible;
} 



header{
	border-bottom:none !important;
}

header.pchd .nav-level5 .imglist{
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:flex-start;
}
header.pchd .nav-level5 .level5-item2 .d2 p.cur{
	font-weight:bold; 
	color:#333;
	font-size: 18px;
	margin-top:0px;
}

header.pchd .nav-level5 .level5-item2 .d2 p{
	color:#333;
	font-size: 18px;
	margin-top:0px;
}


header.pchd .nav-level5 .imglist .parameter-li{
	width:auto;
	text-align:center;
	margin-right:15px;
}
header.pchd .nav-level5 .imglist .parameter-li p{
	font-size: 12px;
	text-align: center;
	margin-top:2px;
	opacity:0;
}
header.pchd .nav-level5 .imglist .parameter-d1-a {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 3;

}
header.pchd .nav-level5 .imglist .parameter-li.cur .parameter-d1-a{
	transform:translate(0,-10px);
}
header.pchd .nav-level5 .imglist .parameter-li.cur p{
	opacity:1;
}
header.pchd .nav-level5 .imglist .parameter-d1-b {
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 1366px){
 
 header.pchd .nav-level5 .level5-item2 .d2 p.cur{
  font-size: 16px;
 }

header.pchd .nav-level5 .level5-item2 .d2 p{
  font-size: 16px;
}
header.pchd .nav-level5 .imglist .parameter-d1-a {
	width: 26px;
	height: 26px;
	border-radius: 26px;
	position: relative;
	overflow: hidden;
	z-index: 3;

}
}


header.pchd nav .item.cur .item-tit{
	color:#e60012;
}
.z-wximg{
	position:fixed;
	z-index:99;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	display:none;
}
.z-wximg img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}


header.pchd .pro-subnav .nav-level2{
	position:relative;
}
.nav-colse{
	position:absolute;
	width:70px;
	height:70px;
	right:68px;
	text-align:right;
	top:0;
	color:#333;
	font-size:24px;
	cursor:pointer;
}
.nav-colse:hover{
	color:#e60012;
}

@media (max-width:1200px) {
	.nav-colse{
		width:35px;
	}
	header.pchd .nav-level2 .level2-item{
		margin: 0 20px;
	}
	header.pchd .nav-level2 .level3-item {
		margin: 0 20px;
	}
}



/*新增弹窗*/
.tc-wrap{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	left: 0;
	top: 0;
	z-index: -1;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	opacity: 0;
}
.tc-wrap .tc-main{
	width: 61.53%;
	/*background: #fff;*/
	left: 50%;
	top: 45%;
	transform:translate(-50%,-50%); 
	transition: all 0.3s ease 0.2s;
	position: absolute;
	opacity: 0;

}
.tc-wrap .tc-main .imgpic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.tc-wrap .tc-main .imgpic img{
	left:0;
	top: 0;
	max-width: 100%;
}
.tc-wrap.show{
	z-index: 100;
	visibility: visible;
	opacity: 1;
}
.tc-wrap.show .tc-main{
	opacity: 1;
	top: 50%;
	color: #000;
	opacity: 1;
}
.tc-wrap .tc-main .con{

	box-sizing:border-box;
	padding: 15px 30px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.tc-wrap .tc-main .con span{
	font-size: 0.45rem;
}
.tc-wrap .tc-main .down_box{
	font-size: 14px;
	text-align: right;
	box-sizing:border-box;

}
.tc-wrap .tc-main .con .con-t{
}
.tc-wrap .tc-main .con .con-t .ri_bar{
	right: 0;
	top: 50%;
	transform:translateY(-50%); 
	display: flex;
	font-size: 0.45rem;
}
.tc-wrap .tc-main .con .con-t .ri_bar div{
	display: flex;
	align-items: center;
}
.tc-wrap .tc-main .con .con-t .ri_bar div:last-child{
	margin-left: 30px;
	cursor: pointer;
}
.tc-wrap .tc-main .con .con-t .ri_bar img{
	margin-left: 0.35rem;
}
.tc-wrap .tc-main .con .span{
	font-size: 0.45rem;
	font-weight: bold;
}
.tc-wrap .tc-main .down_box a{
	margin-left: 50px;
}

#tc-close{
	width: 1rem;
	right: 4%;
	top: 2rem;
	cursor: pointer;
	transition:all 0.3s ease 0s;
}
#tc-close:hover{
	transform:rotateZ(45deg); 
}
.le_tab{
	position: relative;z-index: 2;
}
.tab-bar .option{
	display: none;
	width: 100%;
	width: 100%;
	border: 1px solid #e5e5e5;
}
.tab-bar .option dd{
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.4rem;
	background:#fff;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tab-bar .option dd:last-child{
	border-bottom: none;
}
.exhibition_info .le_tab .up{
	font-size: 0.45rem;
}
.exhibition_info .le_tab .up span{
	margin-right: 0.25rem;
}
.exhibition_info .tab-bar{
	margin-bottom: 1rem;
}
.exhibition_info .ri_con .input-b{
	width: 12rem;
	height: 1.1rem;
	line-height: 1.1rem;
	border: 1px solid #e5e5e5;
	box-sizing:border-box;
	padding: 0 0.5rem;
}
.exhibition_info .ri_con form{
	display: flex;
}
.exhibition_info .ri_con div{
	display: flex;
}
.exhibition_info .ri_con .sub{
	width: 4rem;
	height: 1.1rem;
	font-size: 0.4rem;
	background: #e60012;
	color: #fff;
	margin-left: 0.25rem;
}



@media(max-width: 767px){
	.tc-wrap .tc-main .con span{
		font-size: 14px;
	}
	.exhibition_info .ri_con .input-b{
		width: 12rem;
		height: 1.5rem;
		line-height: 1.5rem;
		border: 1px solid #e5e5e5;
		box-sizing:border-box;
		padding: 0 0.5rem;
	}
	.exhibition_info .ri_con .sub{
		width: 4rem;
		height: 1.5rem;
		line-height: 1.5rem;
		font-size: 0.4rem;
		background: #e60012;
		color: #fff;
	}
	.tab-bar .option dd{
		width: 100%;
		height: 1.5rem;
		line-height: 1.5rem;
		font-size: 0.4rem;
		background:#fff;
		text-align: center;
		border-bottom: 1px solid #e5e5e5;
	}
	.exhibition_info .ulbox .tit2 {
		padding: 3px 5px;
	}
	.tc-wrap .tc-main{
		width: 92%;
	}
	.tc-wrap .tc-main .con {
		box-sizing: border-box;
		padding: 5px 13px;
	}
	.tc-wrap .tc-main .down_box a {
		margin-left: 5px;
		font-size: 12px;
	}
}
/*新增弹窗*/

