@charset "UTF-8";
html {
overflow-y: scroll;

}
@font-face {
	font-family: 'impact';
	src: url("../eot/impact.eot");
	src: url("../eot/impact.eot") format("embedded-opentype"), url("../woff2/impact.woff2") format("woff2"), url("../woff/impact.woff") format("woff"), url("../ttf/impact.ttf") format("truetype"), url("../svg/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: 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;
}
.n-banner .text .img {
	width: 335px;
}
.n-banner .text .img img {
	max-width: 100%;
}
.n-banner .text .text-right {
	width: calc(100% - 385px);
	padding-top: 55px;
}
.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: 1.5rem;
	}
	.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(../png/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(../png/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(../png/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;
	max-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 .list1 .tit3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: auto;
	max-height: 78px;
	line-height: 26px;
}
}

.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(../png/img8.png) no-repeat center center;
	background-size: 100% auto;
}
.n-news-info .fxbox .bdsharebuttonbox .bds_weixin {
	background: url(../png/img8-1.png) no-repeat center center;
	background-size: 100% auto;
}
.n-news-info .fxbox .bdsharebuttonbox .bds_qzone {
	background: url(../png/img8-2.png) no-repeat center center;
	background-size: 100% auto;
}
.n-news-info .fxbox .bdsharebuttonbox .bds_more {
	background: url(../png/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(../png/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(../png/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(../png/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(../png/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(../png/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(../png/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(../png/img16-1.png) no-repeat right center;
	background-size: 22px auto;
}
.n-knowledge .list3 .li .sp2 .sp4:hover span{
	background: url(../png/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(../png/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(../png/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(../png/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(../png/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(../png/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(../png/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(../png/img20-1.png) no-repeat left center;
  	background-size: 12px auto;
  	color: #e60012;
  }
  .n-network .list1 .contentbox .itembox .li:nth-child(even) {
  	background: #FFFFFF;
  }
   .n-network .list1 .contentbox .itembox .test {
  	background: #e5e5e5 !important;
  }
  
  
  .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:12px 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;
  }

  #main .wrap2 .car-img {
  	position: relative;
  	display: block;
  }
  #main .wrap2 .car-img img {
  	width: 100%;
  }
  #main .wrap2 .car-img .box {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  }
  #main .wrap2 .car-img .box img {
  	display: none;
  }
  #main .wrap2 .car-img .box img.cur {
  	display: block;
  }

  .n-network .itembox .imgbox {
  	display: none;
  	margin-top: .65rem;
  }
  .n-network .itembox .imgbox img {
  	max-width: 100%;
  }

  .n-welfare .list1 .ulbox .img img{
  	width:100%; 
  }
  .content-list2 .time-list .li .img img,.n-honor .list1 .ulbox .li img,.n-guarantee .li img{
  	max-width:100%;
  }
  .pc-block{
  	display:block;
  }
  .mobile-block{
  	display:none !important;
  }
  .service-banner .text2{
  	margin-top:-2.5rem;
  }
  .service-banner .input-box .colse{
  	position:absolute;
  	width:40px;
  	height:40px;
  	color:#666;
  	right:0;
  	top:0;
  	font-size:18px;
  	cursor:pointer;
  }
  .service-banner .input-box .colse:hover{
  	color:#e60012;
  }
  .service-banner .input-box .colse:before{
  	content:"\e627";
  	line-height:40px;
  	text-align:center;
  }
  .n-verificat2 .list2 .nlist3 .p2{
  	position:relative;
  }
  .n-verificat2 .list2 .nlist3 .p3{
  	position:relative;
  }
  .n-verificat2 .list2 .nlist3 .p2:before{
  	content:"";
  	position:absolute;
  	width:1px;
  	height:100%;
  	left:0;
  	top:0;
  	background:#e3e3e3;
  }
  .n-verificat2 .list2 .nlist3 .p3:before{
  	content:"";
  	position:absolute;
  	width:1px;
  	height:100%;
  	left:0;
  	top:0;
  	background:#e3e3e3;
  }

  .pc-no-border{
  	border-bottom:none !important;
  }
  .no-border-bottom{
  	border-bottom:none !important;
  }

  .mobile-block2{
  	display:none !important;
  }

  .text1214{
  	font-size:14px;
  }

  @media (max-width: 1024px) {
  	.pc-block{
  		display:none !important;
  	}
  	.mobile-block{
  		display:flex !important;
  	}
  	.mobile-block2{
  		display:block !important;
  	}
  	.n-verificat2 .list2 .nlist3 .p2:before{
  		display:none;
  	}
  	.n-verificat2 .list2 .nlist3 .p3:before{
  		display:none;
  	}
  	.pc-no-border{
  		border-bottom:1px solid #e0e0e0 !important;
  	}
  	.n-news-info .list1{
  		width:90%;
  	}

  }
  @media (max-width: 768px) {

  	.text1214{
  		font-size:12px;
  	}


  	.n-news-info .list3{
  		width:100%;
  	}
  	.sales-info .bot {

  		margin-left:5%;
  		margin-right:5%;
  	}
  	.n-receipt .input1 input{
  		width:120px;
  	}
  	.n-news-info .back-btn{
  		width:90px;
  		height:35px;
  		line-height:35px;
  		font-size:12px;
  	}
  }

  .n-about-sub .ulbox .li.cur a{
  	color:#e60012;
  }
  .n-receipt2 .list1{
  	border-top:2px solid #e0e0e0;
  }
  .n-receipt .radio-list:last-child{
  	border-bottom:none;
  }
  .n-receipt2 .list13 .li{
  	padding-bottom:0;
  }

  .n-contant .list2 .mapbox{
  	position:relative;
  	z-index:2;
  }
  .n-contant .list2 .ulbox{
  	position:relative;
  	z-index:3;
  }
  .n-contant .list2 .ulbox .li{
  	cursor:pointer;
  	position:relative;
  }
  .n-contant .list2 .ulbox .li:before{
  	content:"";
  	position:absolute;
  	left:50%;
  	margin-left:-10px;
  	top:-20px;
  	width:0;    
  	height:0;   
  	border:10px solid transparent;    
  	border-bottom-color:#fff;
  	opacity:0;
  	transition: all .3s;
  }
  .n-contant .list2 .ulbox .li.cur:before{
  	opacity:1;
  }
  .gslide-image{
  	background:#fff;
  	padding:5px;
  	border-radius:5px;
  } 
  .n-news-info .content-box{
  	min-height:300px;
  }
  @media (max-width:1024px) {
  	.n-contant .list2 .ulbox .li:before{
  		display:none;
  	}
  	.n-news-info2{
  		padding:calc(1rem + 25px) 0 2rem;
  	}
  	.n-news-info .fxbox .bdsharebuttonbox a{
  		margin:0 5px;
  	}
  	.n-service .list4 .more{
  		width: 120px;
  		height: 35px;
  		line-height: 35px;
  		font-size:14px;
  	}
  	#about-container .index-swiper-wrapper .item-text,#about-container .index-swiper-wrapper .item-text:before,#about-container .index-swiper-wrapper .item-text:after,#about-container .index-swiper-wrapper .bg-color{
  		opacity:1;

  	}
  	#about-container .index-swiper-wrapper .item-text{
  		padding:15px;
  	}
  	#about-container .index-swiper-wrapper .item-text:before{
  		left:0;
  		top:0;
  	}
  	#about-container .index-swiper-wrapper .item-text:after{
  		right:0;
  		bottom:0;
  	}
  	.about-alert .colse-btn:before{
  		font-size:18px;
  	}
  /*.n-news .tab-box{
    justify-content: flex-start;
    }*/
}




.header2 {
	height: 45px;
	/*position: fixed;*/
	position:absolute;
	left:0;
	top:0;
	z-index: 40;
	width: 100%;
	display: none;
}
.header2 .main-wrap {
	height: 45px;
	padding: 0 5%;
	position:relative;
	z-index:30;
}
.header2 .logo {
	width: 45px;
	height: 45px;
	overflow: hidden;
}
.header2 .logo a {
	display: block;
}
.header2 .logo img {
	width: 100%;
	vertical-align: top;
}
.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: 17px;
  	position: relative;
  	cursor: pointer;
  	margin-top:15px;
  }
  .header2 .nav-btn .line {
  	display: block;
  	width: 100%;
  	height: 1px;
  	border-radius:0;
  	background-color: #fff;
  	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  li:last-child{
  border-bottom:none;
  }*/
  .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;
  	}
  	.n-service .list1 .text .tit1{
  		font-size: 1.15rem;
  		font-weight:normal;
  	}
  	.n-service .list2 .tit1,.n-service .list3 .tit1,.n-service .list4 .tit1{
  		font-weight:normal;
  	}

  }
  @media (max-width:425px) {
  	.about-sub{
  		top:50px;
  	}
  	.news-sub{
  		top: auto;
  	}
  	.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;
  	}
  }


  span.btn.btn-success{
  	width:auto !important;
  	height:auto !important;
  	padding:0;
  	background:transparent;
  }
  .n-recruit .warp-file-box form{
  	display:flex;
  	flex-flow:row wrap;
  	justify-content:flex-start;
  	align-items:flex-start;
  }
  .n-recruit .warp-file-box form .control-group{
  	margin-bottom:0;
  }
  .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 .warp-file-box form .recruit-c2-c{
  	width: 150px;
  	height: 40px;
  	line-height: 40px;
  	color: #333;
  	font-size:14px;
  	border: 1px solid #ccc;
  	margin-right: 15px;
  	text-align: center;
  	position: relative;
  	z-index: 1;
  	background:transparent;
  	-webkit-transition: all .3s;
  	transition: all .3s;
  }
  .n-recruit .warp-file-box form .recruit-c2-c:hover{
  	background:#e60012;
  	border:1px solid #e60012;
  	color:#fff;
  }

  .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(../png/search-ico-bai.png) no-repeat center 50%;
  }
  .about-sub .tit1.zcur:after{
  	display:none;
  }
  .n-receipt .input1 .input8{
  	width:30%;
  }
  .n-network .list2{
  	margin-top:1.5rem;
  }
  .n-network .list2 .tit1{
  	margin-bottom:1.5rem;
  }
  .n-network .list2 .img img{
  	max-width:100%;
  	display:inline-block;
  }
  @media (max-width: 769px){
  	.n-recruit .list1 .ulbox .bot .input1{
  		width:110px;
  	}
  	.about-alert .content-list2 .time-list .text:before {
  		width: 7px;
  		height: 7px;
  		left: -4px;
  		border:1px solid #e80618;
  	}
  }
  @media (max-width: 1024px){
  	.glightbox-container .gslide-inner-content{
  		width:75% !important;
  	}
  	.n-service .list3 .tit3,.n-service .list2 .tit3{
  		width: 100px;
  		height: 35px;
  		line-height: 35px;
  		border: 1px solid #fff;
  	}
  	.n-parts .list1 .imgbox img{
  		margin: 0%;
  	}
  	.n-knowledge .list3 .li .sp1{
  		overflow: hidden;
  		text-overflow: ellipsis;
  		white-space: nowrap;
  	}
  	.n-knowledge .list3 .li .sp2{
  		width: 70px;
  	}
  	.n-knowledge .list3 .li .sp2 .sp3 span,.n-knowledge .list3 .li .sp2 .sp4 span{
  		padding-right:22px;
  	}
  	.n-knowledge .list3 .li .sp2 .sp3,.n-knowledge .list3 .li .sp2 .sp4{
  		width:30px;
  		height:35px;
  		line-height:35px;
  		border:none;
  	}
  	.n-service .list1 .li{
  		padding: .6rem;
  	}
  	.n-exhibition .ulbox .img img{
  		width:100%;
  	}
  }
  @media (max-width: 48em){
  	.glightbox-clean .gnext {
  		top: 45% !important;
  		right: 0 !important;
  	}
  	.glightbox-clean .gprev{
  		top: 45% !important;
  		left: 0 !important;
  	}
  }

  @media (max-width: 1320px){
  	.video-alert{
  		min-width:88%;
  	}
  }

  #about-container .index-swiper-wrapper .swiper-slide5 .text{
  	color: #fff;
  	text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
  }


  header.pchd.bai{
  /*-webkit-animation:header_down .5s 0s forwards linear;
  -moz-animation:header_down .5s 0s forwards linear;*/
}
@keyframes header_down{
	0% {
		transform:translate(0,-100px);
	}
	100% {
		transform:translate(0,0);
	}
}


.nav-right ul li span{
	font-family:"Helvetica Neue",Helvetica,tahoma,Arial,"Microsoft Yahei","PingFang SC",sans-serif;
}

.m-block {
	display: none !important;
}
@media (max-width: 1024px) {
	.m-block {
		display: block !important;
	}
}

@font-face {
	font-family: 'DIN';
	src: url("../eot/din-regular.eot");
	src: url("../eot/din-regular.eot") format("embedded-opentype"), url("../woff2/din-regular.woff2") format("woff2"), url("../woff/din-regular.woff") format("woff"), url("../ttf/din-regular.ttf") format("truetype"), url("../svg/din-regular.svg#DIN-REGULAR") format("svg");
}
.n-land {
	position: relative;
}
.n-land .warp-img {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 5.75rem 0;
}
.n-land .warp-img1 {
	height: 21.75rem;
}
.n-land .text-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	height: 21.75rem;
	top: 0;
	left: 50%;
	margin-left: -600px;
	position: absolute;
}
.n-land input:-moz-placeholder,
.n-land textarea:-moz-placeholder {
	color: #999;
}
.n-land input::-moz-placeholder,
.n-land textarea::-moz-placeholder {
	color: #999;
}
.n-land input:-ms-input-placeholder,
.n-land textarea:-ms-input-placeholder {
	color: #999;
}
.n-land input::-webkit-input-placeholder,
.n-land textarea::-webkit-input-placeholder {
	color: #999;
}
.n-land .input1 {
	width: 100%;
	height: 50px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 10px 15px;
}
.n-land .input1 input {
	background: none;
	border: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666;

}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.n-land .input2 {
	width: 100%;
	text-align: center;
}
.n-land .input2 input {
	background: none;
	border: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #e60012;
	border-radius: 3px;
}
.n-land .input3 {
	height: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.n-land .input3 input {
	background: none;
	border: none;
	border-radius: 3px;
	width: calc(100% - 120px);
	height: 50px;
	line-height: 30px;
	padding: 10px 15px;
	font-size: 16px;
	color: #666;
	border: 1px solid #e0e0e0;
}
.n-land .input3 .btn {
	width: 100px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e60012;
	border-radius: 3px;
	font-size: 14px;
	color: #e60012;
	cursor: pointer;
}
.n-land .ma-15 {
	margin-top: 15px;
}
.n-land .ma-20 {
	margin-top: 20px;
}
.n-land .col1 {
	color: #e60012;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
}
.n-land .landbox {
	width: 425px;
	padding: 30px;
	background: #fff;
}
.n-land .landbox .tit1 {
	line-height: 1.2;
	font-size: 20px;
}
.n-land .landbox .p1 {
	display: none;
}
.n-land .landbox .bot {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.n-land .landbox .bot .sp1 {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	width: 65%;
}
.n-land .landbox .bot .sp1 a {
	color: #e60012;
	text-decoration: underline;
}
.n-land .landbox .bot .sp3 {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	width: 70%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.n-land .landbox .bot .sp3 .check1 {
	width: 18px;
	height: 18px;
	-webkit-appearance: checkbox;
	-webkit-appearance: checkbox;
	border: 1px solid #e5e5e5;
}
.n-land .landbox .bot .sp3 a {
	color: #e60012;
	text-decoration: underline;
}
.n-land .landbox .bot .sp2 {
	width: 25%;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	transition: all .3s;
	text-align: right;
}
.n-land .landbox .bot .sp2:hover {
	color: #e60012;
}
.n-land .landbox .other-land .sp1 {
	position: relative;
}
.n-land .landbox .other-land .sp1:before {
	content: "";
	position: absolute;
	background: #ccc;
	width: 100%;
	height: 1px;
	top: 50%;
	z-index: 1;
	left: 0;
	margin-top: -1px;
}
.n-land .landbox .other-land .sp1 span {
	display: inline-block;
	padding: 0 10px;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #999;
	background: #fff;
}
.n-land .landbox .other-land .ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.n-land .landbox .other-land .ul .li {
	margin: 0 12px;
	font-size: 42px;
	height: 42px;
	line-height: 42px;
	color: #b9b9b9;
	display: block;
}
.n-land .landbox .other-land .ul .li2 {
	font-size: 48px;
}
@media (max-width: 1270px) {
	.n-land .text-box {
		margin-left: -44%;
	}
}
@media (max-width: 1025px) {
	.n-land .text-box, .n-land .warp-img2 {
		height: 600px;
	}
	.n-land .text-box {
		margin-left: -46%;
	}
}
@media (max-width: 425px) {
	.n-land .landbox {
		width: 100%;
		padding: 30px 15px;
	}
	.n-land .input1 input, .n-land .input3 input {
		font-size: 14px;
	}
	.n-land .input2 input {
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	.n-land .landbox .bot .sp3 {
		font-size: 12px;
		width: 75%;
	}
	.n-land .landbox .bot .sp2 {
		width: 20%;
		font-size: 12px;
	}
}

.n-land-info {
	padding: 2.5rem 0 2rem;
	min-height: 650px;
}
@media (max-width: 1270px) {
	.n-land-info .text-box {
		font-size: 14px;
		line-height: 1.8;
	}
}

.n-personal {
	padding: 0 0 2.65rem;
}
.n-personal .tit1 {
	color: #222;
	font-size: 18px;
}
.n-personal .tit2 {
	font-size: 14px;
	color: #333;
}
.n-personal .ma-15 {
	margin-top: 15px;
}
.n-personal .p1 {
	line-height: 1.4;
}
.n-personal .p2 {
	background: none;
	border: none;
	line-height: 1.4;
}
.n-personal .li {
	padding: .55rem 0;
	border-bottom: 1px solid #e9eaea;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.n-personal .li1 .tit1 {
	width: 100%;
}
.n-personal .li2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.n-personal .li2 .item-left {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.n-personal .li2 .item-left img {
	width: 1rem;
	height: 1rem;
	margin-right: 15px;
}
.n-personal .li2 .item-right {
	width: 120px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #fbfcfc;
	border: 1px solid #e9eaea;
	border-radius: 3px;
	cursor: pointer;
	transition: all .3s;
}
.n-personal .li2 .item-right:hover {
	background: #e60012;
	color: #fff;
}
.n-personal .ulbox .li:last-child {
	border-bottom: none;
}
.n-personal .ulbox2 {
	margin-top: 1rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.n-personal .ulbox2 .tit1 {
	padding-bottom: .5rem;
	border-bottom: 1px solid #e9eaea;
	width: 100%;
}
.n-personal .ulbox2 .portrait {
	width: 180px;
}
.n-personal .ulbox2 .portrait .img {
	width: 90px;
	height: 90px;
	position: relative;
	margin: 0 auto;
}
.n-personal .ulbox2 .portrait .img img {
	width: 100%;
}
.n-personal .ulbox2 .portrait .img .img2 {
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0%;
	top: 0%;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.n-personal .ulbox2 .portrait .img .input3 {
	background: none;
	border: none;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0%;
	top: 0%;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 3;
	opacity: 0;
	cursor: pointer;
}
.n-personal .ulbox2 .portrait .p2 {
	margin-top: .75rem;
}
.n-personal .ulbox2 .rightbox {
	width: calc(100% - 255px);
}
.n-personal .ulbox2 .rightbox .li3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.n-personal .ulbox2 .rightbox .li3 .item-left {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.n-personal .ulbox2 .rightbox .li3 .item-left img {
	width: 17px;
	height: 17px;
	margin-left: 15px;
}
.n-personal .ulbox2 .rightbox .li3 .item-left .sp1 {
	font-size: 14px;
	color: #666;
}
.n-personal .ulbox2 .rightbox .li3 .item-right {
	width: 120px;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #fbfcfc;
	border: 1px solid #e9eaea;
	border-radius: 3px;
	cursor: pointer;
	transition: all .3s;
}
.n-personal .ulbox2 .rightbox .li3 .item-right:hover {
	background: #e60012;
	color: #fff;
}
.n-personal .img-false, .n-personal .img-true {
	display: none;
}
@media (max-width: 1025px) {
	.n-personal .ulbox2 .portrait {
		margin-top: 2rem;
	}
	.n-personal .ulbox2 .portrait, .n-personal .ulbox2 .rightbox {
		width: 100%;
	}
	.n-personal .ulbox2 .rightbox {
		margin-top: 1.5rem;
	}
	.n-personal #item8 {
		margin-top: 15px;
	}
}
@media (max-width: 769px) {
	.n-personal .li2 .item-right, .n-personal .ulbox2 .rightbox .li3 .item-right {
		width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
}

.n-integral .list1 {
	padding: .5rem 0 1rem;
}
.n-integral .list1 .tit1 {
	color: #222;
	font-size: 18px;
	margin-bottom: .65rem;
}
.n-integral .list1 .ulbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.n-integral .list1 .ulbox .li {
	width: 48%;
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.n-integral .list1 .ulbox .li .left {
	width: 43%;
	border-right: 1px solid #f1f1f1;
}
.n-integral .list1 .ulbox .li .img {
	border-bottom: 1px solid #ececec;
	padding: .8rem 0;
	text-align: center;
}
.n-integral .list1 .ulbox .li .img img {
	display: inline-block;
}
.n-integral .list1 .ulbox .li p {
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.n-integral .list1 .ulbox .li .right {
	width: 57%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	color: #e60012;
	font-family: "DIN";
}
.n-integral .tab-btn {
	padding-bottom: .5rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.n-integral .tab-btn .li {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	margin-right: .8rem;
	cursor: pointer;
	transition: all .3s;
}
.n-integral .tab-btn .li:hover, .n-integral .tab-btn .li.cur {
	color: #e60012;
}
.n-integral .warp-box {
	background: #fff;
	padding: 1rem 0 2rem;
}
.n-integral .warp-box .itembox {
	display: none;
	font-size: 16px;
}
.n-integral .warp-box .itembox1 .li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	color: #666;
	font-size: 14px;
}
.n-integral .warp-box .itembox1 .li1 {
	font-weight: bold;
	color: #222;
	padding-bottom: .5rem;
	font-size: 16px;
	border-bottom: 1px solid #ededed;
}
.n-integral .warp-box .itembox1 .li2 {
	padding: .5rem 0;
	border-bottom: 1px solid #ededed;
}
.n-integral .warp-box .itembox1 .li2 .sp1, .n-integral .warp-box .itembox1 .li2 .sp3 {
	width: 30%;
}
.n-integral .warp-box .itembox1 .li2 .sp3 {
	text-align: right;
}
.n-integral .warp-box .itembox1 .li2 .sp2, .n-integral .warp-box .itembox1 .li2 .sp4 {
	width: 100px;
	text-align: center;
}
.n-integral .warp-box .itembox1 .li2 .sp2 {
	color: #e60012;
}
.n-integral .warp-box .itembox1 .li2 .sp4 {
	color: #00b354;
}
.n-integral .warp-box .itembox1 .click-btn {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 1.15rem;
	cursor: pointer;
}
.n-integral .warp-box .itembox1 .click-btn span {
	margin-right: 15px;
}
.n-integral .itembox2 .li {
	padding: .5rem 0;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #ededed;
}
.n-integral .itembox3 .li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	color: #666;
	font-size: 14px;
}
.n-integral .itembox3 .li1 {
	font-weight: bold;
	color: #222;
	padding-bottom: .5rem;
	font-size: 16px;
	border-bottom: 1px solid #ededed;
}
.n-integral .itembox3 .sp1 {
	width: 17%;
}
.n-integral .itembox3 .sp2 {
	width: 13%;
}
.n-integral .itembox3 .sp3 {
	width: 10%;
	text-align: center;
}
.n-integral .itembox3 .sp4 {
	width: 10%;
	text-align: center;
}
.n-integral .itembox3 .sp5 {
	width: 17%;
	text-align: center;
}
.n-integral .itembox3 .sp6 {
	width: 10%;
	text-align: center;
}
.n-integral .itembox3 .sp7 {
	width: 70px;
	text-align: center;
}
.n-integral .itembox3 .li2 {
	padding: .5rem 0;
	color: #666;
	font-weight: bold;
}
.n-integral .itembox3 .li2 .sp7 span {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #d6d6d6;
	color: #fff;
	display: block;
	cursor: pointer;
	border-radius: 3px;
	transition: all .5s ease;
}
.n-integral .itembox3 .li2 .sp7 span:hover {
	background: #e60012;
}
@media (max-width: 769px) {
	.n-integral .list1 .ulbox .li {
		width: 100%;
		margin-bottom: 1rem;
	}
	.n-integral .itembox3 {
		overflow-y: auto;
	}
	.n-integral .itembox3 .ulbox {
		min-width: 1000px;
	}
}
@media (max-width: 425px) {
	.n-integral .warp-box .itembox1 .li {
		font-size: 12px;
	}
	.n-integral .warp-box .itembox1 .click-btn {
		font-size: 14px;
	}
	.n-integral .tab-btn .li {
		font-size: 14px;
		margin-right: 1.5rem;
	}
	.n-integral .itembox2 .li {
		font-size: 12px;
	}
	.n-integral .itembox3 .li1 {
		font-size: 14px;
	}
	.n-integral .warp-box .itembox1 .li2 .sp2, .n-integral .warp-box .itembox1 .li2 .sp4 {
		width: 20%;
		padding: 0 2%;
	}
	.n-integral .warp-box .itembox1 .li2 .sp1, .n-integral .warp-box .itembox1 .li2 .sp3 {
		width: 40%;
	}
}

.n-collection {
	padding: 1.5rem 0 3.25rem;
}
.n-collection .ulbox {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.n-collection .ulbox .li {
	width: 24%;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding-bottom: 1rem;
	margin-bottom: 1.33%;
	margin-right: 1.33%;
	cursor: pointer;
	position: relative;
}
.n-collection .ulbox .li:nth-child(4n) {
	margin-right: 0;
}
.n-collection .ulbox .li .img {
	width: 100%;
	height: 5.6rem;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	display: block;
}
.n-collection .ulbox .li .img img {
	max-width: 98%;
	max-height: 98%;
}
.n-collection .ulbox .li .tit1 {
	font-size: 20px;
	margin-bottom: .5rem;
	padding: 0 .5rem;
}
.n-collection .ulbox .li .bot {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.n-collection .ulbox .li .bot span {
	font-size: 14px;
	line-height: 1.5;
	color: #999;
	margin-right: 8px;
}
.n-collection .ulbox .li .bot .kuang {
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	position: relative;
}
.n-collection .ulbox .li .bot .kuang:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../png/img7.png) no-repeat center;
	background-size: 15px 15px;
	opacity: 0;
}
.n-collection .ulbox .li .colse {
	position: absolute;
	width: 25px;
	height: 25px;
	color: #9b9b9b;
	top: 10px;
	right: 10px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.n-collection .ulbox .li.cur {
	border: 1px solid #e60012;
}
.n-collection .ulbox .li.cur span {
	color: #e60012;
}
.n-collection .ulbox .li.cur .kuang {
	border: none;
}
.n-collection .ulbox .li.cur .kuang:before {
	opacity: 1;
}
.n-collection .choice-bot {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: .5rem;
}
.n-collection .choice-bot .tit1 {
	margin-bottom: 10px;
}
.n-collection .choice-bot .choice-btn {
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #e60012;
	font-size: 14px;
	border-radius: 3px;
	color: #fff;
	display: block;
}
@media (max-width: 960px) {
	.n-collection .ulbox .li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.n-collection .ulbox .li:nth-child(4n) {
		margin-right: 2%;
	}
	.n-collection .ulbox .li:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.n-collection .ulbox .li .img {
		height: auto;
	}
	.n-collection .ulbox .li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.n-collection .ulbox .li:nth-child(3n) {
		margin-right: 4%;
	}
	.n-collection .ulbox .li:nth-child(2n) {
		margin-right: 0%;
	}
}

.zwarp.on {
	filter: blur(2px);
}

.md-overlay {
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
  /*&:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    filter:blur(5px) contrast(.8);
    z-index:-1;
    }*/
}

.alert {
	position: fixed;
	width: 500px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	visibility: hidden;
}
.alert .md-content {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	position: relative;
}
.alert .md-content .h2 {
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #e8e8e8;
	color: #333;
	position: relative;
	padding: 0 .5rem;
}
.alert .md-content .colse {
	color: #999;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 24px;
	position: absolute;
	right: .5rem;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
}
.alert .md-content input:-moz-placeholder,
.alert .md-content textarea:-moz-placeholder {
	color: #999;
}
.alert .md-content input::-moz-placeholder,
.alert .md-content textarea::-moz-placeholder {
	color: #999;
}
.alert .md-content input:-ms-input-placeholder,
.alert .md-content textarea:-ms-input-placeholder {
	color: #999;
}
.alert .md-content input::-webkit-input-placeholder,
.alert .md-content textarea::-webkit-input-placeholder {
	color: #999;
}
.alert .md-content .input1 {
	width: 100%;
	height: 50px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	padding: 10px 15px;
}
.alert .md-content .input1 input {
	background: none;
	border: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.alert .md-content .input3 {
	height: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.alert .md-content .input3 input {
	background: none;
	border: none;
	border-radius: 3px;
	width: calc(100% - 150px);
	height: 50px;
	line-height: 30px;
	padding: 10px 15px;
	font-size: 16px;
	color: #666;
	border: 1px solid #e0e0e0;
}
.alert .md-content .input3 .btn {
	width: 130px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e60012;
	border-radius: 3px;
	font-size: 14px;
	color: #e60012;
	cursor: pointer;
	padding:0;
}
.alert .md-content .col1 {
	color: #e60012;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
}
.alert .md-content .ma-15 {
	margin-top: 15px;
}
.alert .md-content .text-box {
	padding: 0 .5rem .5rem;
}
.alert .md-content .input1, .alert .md-content .input3 {
	margin-top: .5rem;
}
.alert .md-content .bot {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: .5rem;
}
.alert .md-content .bot .colse-btn {
	width: 48%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	background: #f3f3f3;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.alert .md-content .bot .submit-btn {
	width: 48%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
	background: #e60012;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.alert .md-content .p1 {
	display: none;
}
.alert .md-content .p2 {
	padding: .75rem 0 .35rem;
}
.alert .md-content .p3 {
	margin-bottom: 5px;
}
.alert .md-content .text-box2 .p3 {
	margin-top: .5rem;
}
.alert .md-content .text-box2 .input1 {
	margin-top: 0;
}
.alert .md-content .text-box2 .input2 {
	margin-top: .5rem;
}
.alert .md-content .bot1 .submit-btn {
	width: 100%;
}
.alert .md-content .select {
	width: 100%;
	height: 50px;
	border: 1px solid #e0e0e0;
	margin-top: .5rem;
	font-size: 16px;
	color: #666;
	position: relative;
}
.alert .md-content .select:before {
	content: "\e74a";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
	line-height: 30px;
	text-align: center;
}
.alert .md-content .select select {
	width: 100%;
	height: 50px;
	border: none;
	background: none;
	padding: 10px 45px 10px 10px;
}
.alert .md-content .text-box3 .li-item {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: .5rem 0;
	border-bottom: 1px solid #f3f3f3;
}
.alert .md-content .text-box3 .li-item .sp4 {
	font-size: 16px;
	color: #999;
}
.alert .md-content .text-box3 .li-item .sp5 {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #cecece;
	position: relative;
}
.alert .md-content .text-box3 .li-item .sp5:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../png/img5-2.png) no-repeat center;
	background-size: 16px 16px;
	opacity: 0;
}
.alert .md-content .text-box3 .li-item.on .sp5 {
	border: none;
}
.alert .md-content .text-box3 .li-item.on .sp5:before {
	opacity: 1;
}
.alert .md-content .text-box4 .ztit1 {
	margin: 15px 0;
}
@media (max-width: 769px) {
	.alert {
		width: 90%;
	}
	.alert .md-content .h2 {
		padding: 0 1.2rem;
		font-size: 16px;
	}
	.alert .md-content .text-box {
		padding: 0 1.2rem 1.2rem;
	}
	.alert .md-content .colse {
		right: 1.2rem;
	}
	.alert .md-content .input1 input, .alert .md-content .input3 input, .alert .md-content .select, .alert .md-content .text-box3 .li-item .sp4 {
		font-size: 14px;
	}
	.alert .md-content .bot {
		margin-top: 15px;
	}
	.alert .md-content .colse {
		font-size: 20px;
	}
}

.alert.md-show {
	visibility: visible;
}

.luck-banner {
	padding-top: calc(68px + 1.55rem);
	background-position: 50% 50%;
	padding-bottom: 2.5rem;
	background-repeat: no-repeat;
	background-size: cover;
}
.luck-banner .img-top img {
	width: 21.5rem;
	max-width: 100%;
}
.luck-banner .contentbox {
	margin-top: 1.5rem;
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: space-between;
	align-items: center;
}
.luck-banner .scroll-box {
	width: 45%;
	padding: .75rem;
	background: rgba(255, 255, 255, 0.2);
}
.luck-banner .scroll-box .ulbox {
	overflow: hidden;
}
.luck-banner .scroll-box .ulbox, .luck-banner .scroll-box .swiper-wrapper {
	height: 250px;
}
.luck-banner .scroll-box .li {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0.375rem;
	line-height: 1.8;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.luck-banner .scroll-box .li .sp1 {
	width: 60%;
}
.luck-banner .scroll-box .li .sp2 {
	width: 35%;
	text-align: right;
}
.luck-banner .disk-box {
	width: 42%;
	position: relative;
}
.luck-banner .disk-box .rotate {
	position: relative;
	z-index: 1;
}
.luck-banner .disk-box .rotate img {
	max-width: 100%;
}
.luck-banner .disk-box .pointer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 4.5rem;
}
.luck-banner .disk-box .pointer img {
	max-width: 100%;
}
@media (max-width: 769px) {
	.luck-banner .scroll-box {
		width: 100%;
	}
	.luck-banner .disk-box {
		width: 100%;
		margin-bottom: 1.5rem;
	}
}

.n-luck {
	width: 100%;
}
.n-luck .list1 img {
	width: 100%;
}

@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(../png/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(../png/user-ico-bai-2.png) no-repeat center/100% auto;
}

.warp-user-btn .user-btn2{
	background: url(../png/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(../png/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(../png/user-ico-hei-2.png);
}
.n-evaluate{
	min-height:500px;
}





#main .wrap1{
	position:relative;
}
#main .wrap1 .ul2{
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	left:0;
	top:0;
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:flex-start;
	z-index:6;
}
#main .wrap1 .ul2 .li{
	width:25%;
	height:100%;
}
#main .wrap1.bg-active .ul2{
	visibility: hidden;
}
#main .wrap2 .swiper-slide .box .img1{
	position:relative;
}
@media (max-width: 1024px) {
	#main .wrap1 .ul2{
		display:none;
	}
}




.n-products {
	padding-bottom: .5rem;
}
.n-products .list-item {
	padding: 30px 0 0;
	border-bottom: 1px solid #dcdcdc;
}
.n-products .list-item .tit-title {
	font-size: 20px;
	color: #000;
	margin-bottom: .7rem;
}
.n-products .list-item .ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.n-products .list-item .li {
	width: 23.5%;
	background: #fff;
	padding-bottom: .5rem;
	border: 1px solid transparent;
	margin-bottom:30px;
	margin-right: 2%;
	transition: all .3s;
}
.n-products .list-item .li:nth-child(4n) {
	margin-right: 0;
}
.n-products .list-item .li:hover, .n-products .list-item .li.cur {
	border: 1px solid #dcdcdc;
}
.n-products .list-item .li:hover .bot {
	opacity: 1;
}
.n-products .list-item .img1 {
	max-width: 98%;
	display: inline-block;
}
.n-products .list-item .imgbox {
	position: relative;
	display:block;
}
.n-products .list-item .img-btn {
	position: absolute;
	top: .35rem;
	left: .75rem;
}
.n-products .list-item .tit1 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.n-products .list-item .tit1:hover{
	color:#333;
}
.n-products .list-item .tit2 {
	font-size: 14px;
	/*height:28px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.n-products .list-item .bot {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-top: .15rem;
	opacity: 0;
	transition: all .3s;
}
.n-products .list-item .info {
	margin: 0 .375rem;
	font-size: 14px;
	color: #555;
	cursor: pointer;
	transition: all .3s;
}
.n-products .list-item .collection-btn {
	margin: 0 .375rem;
	font-size: 14px;
	color: #555;
	cursor: pointer;
	transition: all .3s;
}
.n-products .list-item .info:hover, .n-products .list-item .collection-btn:hover {
	color: #e60012;
}
.n-products .list-item:last-child {
	border-bottom: none;
}
@media (max-width: 960px) {
	.n-products .list-item .li {
		width: 32%;
		margin-right: 2%;
		margin-bottom:10px;
	}
	.n-products .list-item{
		padding: 10px 0 0;
	}
	.n-products .list-item .li:nth-child(4n) {
		margin-right: 2%;
	}
	.n-products .list-item .li:nth-child(3n) {
		margin-right: 0%;
	}
	.n-products .list-item .tit-title {
		font-size: 18px;
	}
	.n-products .list-item .tit1 {
		font-size: 16px;
	}
	.n-products .list-item .tit2 {
		font-size: 14px;
	}
	.n-products .list-item .info {
		font-size: 12px;
		margin: 0 3px;
	}
	.n-products .list-item .collection-btn {
		font-size: 12px;
		margin: 0 3px;
	}
	.n-products .list-item .bot {
		opacity: 1;
	}
	.n-products .list-item .img-btn {
		width: 1.5rem;
		height: auto;
	}
}
@media (max-width: 768px) {
	.n-products .list-item .li {
		width: 49%;
		margin-right: 2%;
	}
	.n-products .list-item .li:nth-child(4n) {
		margin-right: 2%;
	}
	.n-products .list-item .li:nth-child(3n) {
		margin-right: 2%;
	}
	.n-products .list-item .li:nth-child(2n) {
		margin-right: 0%;
	}
	.n-products .list-item .tit2 {
		font-size: 12px;
	}
}

@media (max-width: 769px) {
	.n-recruit .list1 .ulbox .li-top,.n-recruit .list1 .ulbox .tab-top{
		font-size: 14px;
	}
	.n-recruit .list1 .ulbox .li-top{
		font-size:12px;
	}
	.n-recruit .list1 .ulbox .bot .input1{
		width:95px;
	}
	.n-recruit .list1 .ulbox .bot .botton, .n-recruit .list1 .ulbox .bot .botton2 {
		width: 100px;
		margin-right:5px;
	}
	.n-recruit .list1 .ulbox .bot .botton span, .n-recruit .list1 .ulbox .bot .botton2 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:95px !important;
		margin-right:5px !important;
		font-size:12px;
	}
}

.n-compare {
	padding-bottom: .5rem;
}
.n-compare .list-item {
	padding: .75rem 0;
	border-bottom: 1px solid #dcdcdc;
}
.n-compare .list-item .tit-title {
	font-size: 20px;
	color: #000;
	margin-bottom: .7rem;
}
.n-compare .list-item .ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.n-compare .list-item .li {
	width: 23.5%;
	background: #fff;
	/*padding-bottom: .5rem;*/
	border: 1px solid transparent;
	margin-bottom: .5rem;
	margin-right: 2%;
	transition: all .3s;
	overflow: hidden;
	position: relative;
}
.n-compare .list-item .nli{
	padding-bottom:.5rem;
	cursor:pointer;
}
.n-compare .list-item .li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	background: #e60012;
	bottom: -3px;
	opacity: 0;
	transition: all .3s;
}
.n-compare .list-item .colse {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #eb2e3d;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	right: 10px;
	top: .35rem;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.n-compare .list-item .colse:before {
	content: "\e6e9";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.n-compare .list-item .li:nth-child(4n) {
	margin-right: 0;
}
.n-compare .list-item .li.cur {
	border: 1px solid #dcdcdc;
	opacity: 1 !important;
}
.n-compare .list-item .li.cur:before {
	bottom: 0px;
	opacity: 1;
}
.n-compare .list-item .li.cur .colse {
	opacity: 1;
	visibility: visible;
}
.n-compare .list-item .li.cur .bot span {
	color: #e60012;
}
.n-compare .list-item .img1 {
	max-width: 98%;
	display: inline-block;
}
.n-compare .list-item .imgbox {
	position: relative;
}
.n-compare .list-item .img-btn {
	position: absolute;
	top: .35rem;
	left: .75rem;
}
.n-compare .list-item .tit1 {
	font-size: 20px;
}
.n-compare .list-item .bot {
	cursor: pointer;
}
.n-compare .list-item .bot span {
	font-size: 14px;
	color: #666;
}
.n-compare .list-item:last-child {
	border-bottom: none;
}
@media (max-width: 960px) {
	.n-compare .list-item .li {
		width: 32%;
		margin-right: 2%;
	}
	.n-compare .list-item .li:nth-child(4n) {
		margin-right: 2%;
	}
	.n-compare .list-item .li:nth-child(3n) {
		margin-right: 0%;
	}
	.n-compare .list-item .tit-title {
		font-size: 18px;
	}
	.n-compare .list-item .tit1 {
		font-size: 16px;
	}
	.n-compare .list-item .tit2 {
		font-size: 14px;
	}
	.n-compare .list-item .info {
		font-size: 12px;
		margin: 0 3px;
	}
	.n-compare .list-item .collection-btn {
		font-size: 12px;
		margin: 0 3px;
	}
	.n-compare .list-item .bot {
		opacity: 1;
	}
	.n-compare .list-item .img-btn {
		width: 1.5rem;
		height: auto;
	}
}
@media (max-width: 768px) {
	.n-compare .list-item .li {
		width: 49%;
		margin-right: 2%;
	}
	.n-compare .list-item .li:nth-child(4n) {
		margin-right: 2%;
	}
	.n-compare .list-item .li:nth-child(3n) {
		margin-right: 2%;
	}
	.n-compare .list-item .li:nth-child(2n) {
		margin-right: 0%;
	}
	.n-compare .list-item .tit2 {
		font-size: 12px;
	}
}

.compare-side {
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 68px;
	line-height: 68px;
	background: #fff;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
	z-index: 9;
}
.compare-side .content-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	height: 68px;
}
.compare-side .box {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	width: calc(100% - 200px);
}
.compare-side .box .sp {
	font-size: 18px;
	height: 68px;
	line-height: 68px;
	color: #333;
	margin-right: 1.25rem;
	cursor: pointer;
}
.compare-side .box .colse {
	width: 16px;
	height: 16px;
	background: #eb2e3d;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	transition: all .3s;
}
.compare-side .box .colse:before {
	content: "\e6e9";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.compare-side .botton {
	width: 150px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	background: #e60012;
	color: #fff;
	cursor: pointer;
}

.compare-side .links2 .botton {
	width: 150px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	display:block;
	text-align: center;
	border-radius: 3px;
	background: #ccc;
	color: #fff;
	cursor: pointer;
}
.receipt-banner,.receipt-banner2{
	position:relative;
}
.receipt-banner a,.receipt-banner2 a{
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	left:0;
	top:0;
	z-index:1;
}
@media (max-width: 768px) {
	.compare-side{
		height:auto;
	}
	.compare-side .content-box {
		flex-flow: column wrap;
		height:auto;
		padding:10px 0;
	}
	.compare-side .box .sp{
		height:40px;
		line-height:40px;
	}
	.compare-side .box{
		flex-flow: column wrap;
		width:100%;
		align-items: flex-start;
	}
	.compare-side .links2,.compare-side .links{
		width:100%;
	}
	.compare-side .botton{
		width:100% !important;
		height: 40px !important;
		line-height: 40px !important;
	}

}

.compare-sub {
	position: relative !important;
}
@media (max-width: 1024px) {
	.compare-sub.active{
		margin-top:45px;
	}
	.about-sub.active .n-about-sub .tit4{
		font-size:14px;
	}
}

.n-compare-data .warp-list {
	background: #fff;
}

.n-compare-data .warp-list.active {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.n-compare-data .warp-list.active .list-item {
	padding: 0;
}
.n-compare-data .warp-list.active .list-item .top{
	border-bottom:none;
}

.n-compare-data {
	padding-bottom: 2.25rem;
}
.n-compare-data .list-item {
	padding: 1rem 0 0;
}
.n-compare-data .list-item .ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	padding:0 150px;
}
.n-compare-data .list-item .li {
	width: 32%;
	background: #fff;
	padding-bottom: .75rem;
	border: 1px solid #dcdcdc;
	min-height:100px;
	position: relative;
	transition: all .3s;
	margin-right:2%;
}
.n-compare-data .list-item .li:nth-child(3n){
	margin-right:0;
}
.n-compare-data .list-item .colse {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #eb2e3d;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	right: 10px;
	top: .35rem;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
}
.n-compare-data .list-item .colse:before {
	content: "\e6e9";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.n-compare-data .list-item .img1 {
	max-width: 98%;
	display: inline-block;
}
.n-compare-data .list-item .imgbox {
	position: relative;
}
.n-compare-data .list-item .img-btn {
	position: absolute;
	top: .35rem;
	left: .75rem;
}
.n-compare-data .list-item .tit1 {
	font-size: 20px;
}
.n-compare-data .list-item .tit2 {
	font-size: 16px;
}
.n-compare-data .list-item .bot {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-top: .15rem;
}
.n-compare-data .list-item .info {
	margin: 0 .375rem;
	font-size: 14px;
	color: #555;
	cursor: pointer;
	transition: all .3s;
}
.n-compare-data .list-item .info:hover {
	color: #e60012;
}
.n-compare-data .list-item .add-btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e60012;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.n-compare-data .list-item .top {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #dcdcdc;
}
.n-compare-data .list-item .top .sp {
	font-size: 16px;
	color: #000;
	transition: all .3s;
}
.n-compare-data .list-item .top .sp:hover {
	color: #e60012;
}
.n-compare-data .list-item .top .btn-box {
	font-size: 14px;
	color: #000;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.n-compare-data .list-item .top .btn-box:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -5px;
	width: 1px;
	height: 10px;
	background: #dcdcdc;
}
.n-compare-data .list-item .top .btn-box .sp2 {
	padding: 0 .5rem;
	cursor: pointer;
}
.n-compare-data .list-item .top .btn-box .sp2.cur {
	color: #e60012;
}
.n-compare-data .car-list {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1.25rem;
	min-height:400px;
}
.n-compare-data .car-list .sp1 {
	width: 180px;
}
.n-compare-data .car-list .sp2 {
	width: calc((100% - 300px) / 3);
	padding-right: 1rem;
}
.n-compare-data .car-list .tit-title {
	padding: .5rem 0;
	line-height: 1.2;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.2rem;
}
.n-compare-data .car-list .tit-title .sp1 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
.n-compare-data .car-list .tit-title .sp2 {
	font-size: 28px;
	line-height: 1.2;
	font-weight:600;
	color: #e60012;
}
.n-compare-data .car-list .ulbox {
	padding-top: .5rem;
}
.n-compare-data .car-list .ulbox .li {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
	line-height: 2;
	font-size: 16px;
	color: #333;
}
.n-compare-data .list-item:last-child {
	border-bottom: none;
}
.n-compare-data .tip-box {
	margin-top: .75rem;
}
@media (max-width: 960px) {
	.n-compare-data .list-item .li {
		width: 32%;
		margin: 0 .5%;
	}
	.n-compare-data .list-item .tit-title {
		font-size: 18px;
	}
	.n-compare-data .list-item .tit1 {
		font-size: 16px;
	}
	.n-compare-data .list-item .info {
		font-size: 12px;
		margin: 0 3px;
	}
	.n-compare-data .list-item .bot {
		opacity: 1;
	}
	.n-compare-data .list-item .img-btn {
		width: 1.5rem;
		height: auto;
	}
	.n-compare-data {
		overflow-x: auto;
	}
	.n-compare-data .warp-scroll {
		min-width: 600px;
	}
	.n-compare-data .car-list .tit-title .sp1 {
		font-size: 14px;
	}
	.n-compare-data .car-list .tit-title .sp2 {
		font-size: 16px;
	}
	.n-compare-data .car-list .ulbox .li {
		font-size: 12px;
	}
	.n-compare-data .car-list .sp1 {
		width: 100px;
	}
	.n-compare-data .list-item .ul{
		padding:0 85px;
	}
	.n-compare-data .car-list .sp2 {
		width: calc((100% - 200px) / 3);
		padding-right: .5rem;
	}
	.n-compare-data .list-item .top .sp, .n-compare-data .list-item .top .btn-box {
		font-size: 12px;
	}
	.n-compare-data .warp-list.active .list-item {
		padding: .5rem 0 0;
	}
	.n-compare-data .tip-box, .n-compare-data .list-item .tit1 {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	.n-compare-data .list-item .tit2 {
		font-size: 12px;
	}
	.n-compare-data .list-item .add-btn{
		width:30px;
		height:30px;
		line-height:30px;
		font-size:18px;
	}
}
@media (max-width: 767px) {
	.n-compare-data .list-item .li:nth-child(3){
		display:none;
	}
	.n-compare-data .warp-scroll{
		width:100%;
		min-width:auto;
	}
	.n-compare-data .list-item .li{
		width:48%;
	}
	.n-compare-data .car-list .sp2{
		width: calc((100% - 100px) / 2);
	}
	.n-compare-data .list-item .ul{
		padding:0 5%;
	}
	.n-compare-data .car-list .tit-title .sp2:nth-child(4),.n-compare-data .car-list .sp2:nth-child(4){
		display:none;
	}
	.n-compare-data .car-list .tit-title{
		margin-top:0;
	}
}

.about-sub .tit1.iconfont span{
	font-family:"Helvetica Neue",Helvetica,tahoma,Arial,"Microsoft Yahei","PingFang SC",sans-serif;
}
@media (max-width: 768px) {
	.n-service .list2 .tit1, .n-service .list3 .tit1{
		line-height:2;
	}
	.n-service .list2 .tit3,.n-service .list3 .tit3{
		font-size: .65rem;
		width: 5.3rem;
		height: 1.6rem;
		line-height: 1.6rem;
		border: 1px solid #fff;
		margin-top: .6rem;
	}
	.n-service .list4 .more{
		font-size: .65rem;
		width: 5.3rem;
		height: 1.6rem;
		line-height: 1.6rem;
		border: 1px solid #e30920;
		margin-top: 1.5rem;
	}
	.n-search .list1 .tab-box .li{
		height:30px;
		line-height:30px;
		margin-right:5px;
		margin-bottom:5px;
	}
}
@media (max-width:1680px) {
	.n-verificat .bot .input4 input{
		width:76px;
		padding:10px;
	}
}
@media (max-width:1024px) {
	.n-search .list1{
		box-shadow:none;
		margin-top:0;
	}
	.n-search2 .list1{
		margin-top:68px;
	}
	.n-search .service-banner{
		height: auto;
		padding:1.5rem 0;
		position:relative;
		z-index:8;
	}
	.n-search .text2 .input-box{
		border:1px solid #bbb;
	}
	.service-banner .text2{
		margin-top:0;
	}
	.service-banner .input1{
		color:#fff;
	}
	.service-banner .input2{

		background:url(../png/search-ico-hei.png) no-repeat center;
	}
	.n-search .list1{
		padding:0;
	}
	.service-banner .input1{
		height: 30px;
		line-height: 30px;
		color:#666;
	}
	.n-search .service-banner .input-box{
		margin-top:0;
	}


	.n-service .list1{
		margin-top:0;
		box-shadow:none;
	}
	.n-service .service-banner{
		height: auto;
		padding:1.5rem 0;
		position:relative;
		z-index:8;
	}
	.n-service .text2 .input-box{
		border:1px solid #bbb;
	}
	.n-service .list1{
		padding:0 5% 1.5rem;
	}
	.service-banner .input1{
		height: 30px;
		line-height: 30px;
		color:#666;
	}
	.service-banner input:-moz-placeholder,
	.service-banner textarea:-moz-placeholder {
		color: #666;
	}
	.service-banner input::-moz-placeholder,
	.service-banner textarea::-moz-placeholder {
		color: #666;
	}
	.service-banner input:-ms-input-placeholder,
	.service-banner textarea:-ms-input-placeholder {
		color: #666;
	}
	.service-banner input::-webkit-input-placeholder,
	.service-banner textarea::-webkit-input-placeholder {
		color: #666;
	}
	.n-idea{
		height:50vh;
	}
	.n-banner{
		height:50vh;
	}
	.n-maintain .list1 .tit4,.n-maintain .list1 .tit5{
		font-size:14px;
	}
	.n-verificat .bot .input4 input{
		height:35px;
		padding:5px;
	}
	#about-container .index-swiper-wrapper .swiper-slide5 .text{
		text-align: left;
	}
	.n-news .list1 .tit3{
		font-size:12px;
	}
	.n-news .list1 .tit2{
		font-size:16px;
	}
}
.n-news .img{
	position:relative;
}
.n-news .img .tit4{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	font-weight:bold;
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
	align-items:center; 
}
.glightbox-clean .gslide-title{
	margin-bottom:0 !important;
	text-align:center;
}

@media (max-width: 1680px){
	.about-alert .colse-btn{
		right:calc(50vw - 492px);
	}
	.about-alert .w1000 {
		width: 800px;
		margin: 0 auto;
	}
}
@media (max-width: 1280px){
	.about-alert .w1000 {
		width: 100%;
	}
  /*.about-alert .colse-btn{
    width: calc(100% - 139px);
    }*/
}
@media (max-width: 1025px){
  /*.about-alert .colse-btn{
    width:100%;
    }*/
    .about-alert .colse-btn{
    	right:0;
    }
}
.idea-list{
	padding:1.5rem 0;
}
.idea-list .li {
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.idea-list .li .tit3{
	font-size:14px;
	line-height: 2;
}
.idea-list .li .tit3 p{
	color:#666;
}
.n-guarantee .li:last-child{
	border-bottom:none;
}
.mobile-verificat{
	padding:0;
}
.n-verificat .text-box{
	padding:1.5rem 3%;
	background:none;
}

@media (max-width: 1025px){
	.n-verificat .text-box{
		padding:1.5rem 0;
		background:none;
	}
	.n-verificat .bot .input4 input{
		width:22%;
	}
	.n-verificat .bot .input4 span{
		background:#d3d3d3;
		width:2%;
	}
	.n-receipt .list11 input{
		line-height:40px;
		padding:0px;
	}
}
.n-receipt .list10 .itembox{
	margin-bottom:15px;
}

.mobitem .sub-menu {
	width: 100%;
	z-index: 2;
	overflow: hidden;
}
.mobitem .sub-menu ul {
	width: 100%;
	padding-bottom:32px;
}
.mobitem .sub-menu li {
	font-size: 12px;
	border-bottom:1px solid #dcdcdc;
}
.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;
}








.n-car2 .word1 {
	letter-spacing: 10px;
}
.n-car2 img1 {
	display: block;
}
.n-car2 .img2 {
	display: none;
}
.n-car2 .appearance-list {
	display: block;
}
@media (max-width: 767px) {
	.n-car2 .img1 {
		display: none;
	}
	.n-car2 .img2 {
		display: block;
	}
	.n-car2 .tit2 {
		margin-top: 10px;
	}
}
.n-car2 .list1 img {
	width: 100%;
}
.n-car2 .list2 {
	position: relative;
}
.n-car2 .list2 img {
	width: 100%;
}
.n-car2 .list2 .text {
	width: 12.5rem;
	position: absolute;
	padding-top: 19.5%;
	top: 0;
	right: 10%;
}
@media (max-width: 1270px) {
	.n-car2 .list2 .text {
		right: 5%;
	}
}
@media (max-width: 767px) {
	.n-car2 .list2 .text {
		width: 90%;
		left: 5%;
		right: auto;
		padding-top: 0;
		top: 1.5rem;
		text-align: center;
	}
}
.n-car2 .list3 {
	position: relative;
}
.n-car2 .list3 img {
	width: 100%;
}
.n-car2 .list3 .text {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: 2.25rem;
}
@media (max-width: 960px) {
	.n-car2 .list3 .text {
		top: 0.75rem;
	}
}
.n-car2 .list4 {
	position: relative;
}
.n-car2 .list4 img {
	width: 100%;
}
.n-car2 .list4 .text {
	width: 11rem;
	padding-top: 20.8%;
	right: 13.5%;
	position: absolute;
	top: 0;
}
@media (max-width: 960px) {
	.n-car2 .list4 .text {
		right: 7%;
	}
}
@media (max-width: 767px) {
	.n-car2 .list4 .text {
		width: 90%;
		left: 5%;
		right: auto;
		padding-top: 0;
		top: 1.5rem;
		text-align: center;
	}
}
.n-car2 .list5 {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3.5rem 68px;
}
.n-car2 .list5 .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-car2 .list5 .ulbox .li {
	width: 30.8%;
	margin-right: 3.8%;
}
.n-car2 .list5 .ulbox .li img{
	max-width:100%;
}
.n-car2 .list5 .ulbox .li:nth-child(3n) {
	margin-right: 0;
}
.n-car2 .list5 .ulbox p {
	margin-top: .5rem;
}
@media (max-width: 767px) {
	.n-car2 .list5 {
		padding: 3.5rem 2rem;
	}
	.n-car2 .list5 .ulbox {
		width: 100%;
		text-align: center;
	}
	.n-car2 .list5 .ulbox .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3.5%;
	}
	.n-car2 .list5 .ulbox p {
		font-size: 16px;
	}
}
.n-car2 .list6 {
	position: relative;
}
.n-car2 .list6 img {
	width: 100%;
}
.n-car2 .list6 .text {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	top: 1.6rem;
}
.n-car2 .list6 .text .tit2 {
	width: 880px;
}
.n-car2 .list6 .p1 {
	position: absolute;
	width: 100%;
	font-size: 15px;
	bottom: 1.5rem;
	text-align:right;
	padding-right:68px;
}
@media (max-width: 1440px) {
	.n-car2 .list6 .p1{
		font-size:12px;
	}
}
@media (max-width: 960px) {
	.n-car2 .list6 .text {
		top: .75rem;
		width: 90%;
	}
	.n-car2 .list6 .text .tit2 {
		width: 100%;
		font-size: 12px;
	}
	.n-car2 .list6 .p1{
		padding-right:0;
		text-align:center;
	}
}
@media (max-width: 450px) {
	.n-car2 .list6 .text {
		top: 1.5rem;
	}
	.n-car2 .list6 .tit2 {
		font-size: 12px;
		margin-top: 10px;
	}
	.n-car2 .list6 .p1 {
		font-size: 12px;
		bottom: 1rem;
	}
}
.n-car2 .appearance-j1 {
	color: #525252;
	width: 480px;
}
@media (max-width: 767px) {
	.n-car2 .appearance-j1 {
		width: 100%;
	}
}
.n-car2 .appearance-j1:hover {
	color: #525252;
}
@media (max-width: 767px) {
	.n-car2 .list4 .text .tit2 {
		font-size: 12px;
	}
	.n-car2 .list2 .text .tit2 {
		font-size: 12px;
	}
	.n-car2 .list3 .text .tit2 {
		margin-top: 10px;
		font-size: 12px;
	}
	.n-car2 .list3 .text {
		top: 1.5rem;
	}
	.n-car2 .word1 {
		letter-spacing: 2px;
	}
}
@media (max-width: 1400px) {
	.n-car2 .tit-18 {
		font-size: 16px;
	}
	.n-power .list8 .content-box .text .tit3{
		font-size:14px;
	}
	.n-compare .list-item .tit1{
		font-size:16px;
	}
}
@media (max-width: 1680px) {
	.n-car2 .w1200 {
		width: 1000px;
	}
}
@media (max-width: 1280px) {
	.n-car2 .w1200 {
		width: calc(100% - 139px);
	}
}
@media (max-width: 1024px) {
	.n-car2 .w1200 {
		width: 90%;
	}
}

.n-power .list7 {
	padding: 3.35rem 0 4rem;
	background-size:cover;
}
@media (max-width: 767px) {
	.n-power .list7 .text2 .tit2 {
		font-size: 12px;
	}
	.n-power .list7{
		padding: 2.5rem 5%;
	}
	.n-control .list11 .ulbox .li{
		margin-right:0 !important;
	}
}
.n-power .list8 {
	padding: 3.5rem 0 4rem;
	background-color: #15181a;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.n-power .list8 .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: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.n-power .list8 .content-box .li {
	padding: 1rem 1rem 1.5rem;
	width: 48.5%;
	margin-bottom: 3%;
	border: 4px solid rgba(110, 118, 125, 0.1);
	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-power .list8 .content-box .tit2 {
	margin-bottom: .5rem;
}
.n-power .list8 .content-box .text {
	width: calc(100% - 150px);
}
.n-power .list8 .content-box .li2 {
	width: 100%;
	padding: 0 0 0 1rem;
}
.n-power .list8 .content-box .li2 .text {
	width: calc(100% - 150px);
}
.n-power .list8 .content-box .li2 .img3 {
	width: 50%;
}
.n-power .list8 .content-box .li2 .img3 img{
	max-width:100%;
}
.n-power .list8 .content-box .warp-text {
	width: 48.5%;
	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-power .list8 .content-box .li:hover {
	border: 4px solid #997d5e;
}
@media (max-width: 1023px) {
	.n-power .list8 .content-box .li {
		width: 100%;
	}
	.n-power .list8 .content-box .li2 {
		padding: 1rem 0 1rem 1rem;
	}
}
@media (max-width: 767px) {
	.n-power .list8 .content-box .img {
		width: 4rem;
		height: 4rem;
	}
	.n-power .list8 .content-box .text {
		width: calc(100% - 6rem);
	}
	.n-power .list8 .content-box .li2 .text {
		width: calc(100% - 6rem);
	}
	.n-power .list8 .content-box .li2 .img3 {
		width: 100%;
	}
	.n-power .list8 .content-box .li2 {
		padding: 1rem 0 0 0;
	}
	.n-power .list8 .content-box .tit2 {
		font-size: 16px;
	}
	.n-power .list8 .content-box .tit3 {
		font-size: 12px;
		line-height: 1.6;
	}
	.n-power .list8 .content-box .warp-text {
		width: 100%;
		padding: 0 1rem;
	}
}
.n-power .list9 {
	position: relative;
	padding: 3rem 0 5rem;
}
.n-power .list9 .pc-bg, .n-power .list9 .mobile-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.n-power .list9 .warp-ulbox {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 2rem;
}
.n-power .list9 .warp-ulbox .ulbox {
	overflow: hidden;
	background: #fff;
}
.n-power .list9 .warp-ulbox .swiper-slide {
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row-reverse wrap;
	-ms-flex-flow: row-reverse wrap;
	flex-flow: row-reverse wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.n-power .list9 .warp-ulbox .li-left {
	padding: 1rem;
	width: 50%;
	text-align: justify;
}
.n-power .list9 .warp-ulbox .li-left .tit4 {
	margin-bottom: .5rem;
}
.n-power .list9 .warp-ulbox .li-left .tit5 {
	color: #555;
	line-height: 1.8;
}
.n-power .list9 .warp-ulbox .li-img {
	width: 50%;
}
.n-power .list9 .warp-ulbox .li-img img {
	width: 100%;
}
.n-power .list9 .text {
	position: relative;
	z-index: 3;
	width: 790px;
	display: block;
	margin: 0 auto 2rem;
}
.n-power .list9 .text .tit2 {
	margin-top: 1.2rem;
	margin-bottom: .3rem;
}
.n-power .list9 .text .tit3 {
	line-height: 2;
}
.n-power .list9 .swiper-pagination {
	width: 100%;
	bottom: 0;
}
.n-power .list9 .swiper-pagination span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	margin: 0 5px;
}
.n-power .list9 .swiper-pagination span.swiper-pagination-bullet-active {
	background: white;
}
.n-power .list9 .swiper-button-prev, .n-power .list9 .swiper-button-next {
	background: none;
	width: 40px;
	height: 40px;
	margin-top: calc(-20px - 1rem);
}
.n-power .list9 .swiper-button-prev:before, .n-power .list9 .swiper-button-next:before {
	content: "";
	background: url(../png/img3-2.png) no-repeat center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	transition: all .3s;
}
.n-power .list9 .swiper-button-next:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.n-power .list9 .swiper-button-prev:hover:before, .n-power .list9 .swiper-button-next:hover:before{
	background: url(../png/img3-1.png) no-repeat center;
}
@media (max-width:1800px) {
	.n-power .list9 .warp-ulbox .li-left .tit5{
		font-size:16px;
	}
}
@media (max-width: 1560px) {
	.n-power .list9 .warp-ulbox {
		width: 90%;
	}
}
@media (max-width:1360px) {
	.n-power .list9 .warp-ulbox .li-left .tit5{
		font-size:14px;
	}

}
@media (max-width:1280px) {
	.n-power .list9 .warp-ulbox .li-left .tit5{
		font-size:12px;
	}
}
@media (max-width: 1023px) {
	.n-power .list9 .text {
		width: 90%;
	}
	.n-power .list9 .tit3 {
		font-size: 12px;
		line-height: 1.8;
	}
	.n-power .list9 .warp-ulbox {
		width: 90%;
	}
	.n-power .list9 .warp-ulbox .li-img, .n-power .list9 .warp-ulbox .li-left {
		width: 100%;
	}
  /*.n-power .list9 .warp-ulbox .li-left {
    padding-bottom: 2rem;
    }*/
    .n-power .list9 .warp-ulbox .li-left{
    	display:flex;
    	flex-flow:row wrap;
    	justify-content:flex-start;
    	align-items:center;
    }
    .n-power .list9 .warp-ulbox .ulbox {
    	width: 100%;
    }
    .n-power .list9 .warp-ulbox .li-left .tit4 {
    	font-size: 16px;
    }
    .n-power .list9 .warp-ulbox .li-left .tit5 {
    	font-size: 12px;
    	line-height: 1.8;
    }
    .n-power .list9 .warp-ulbox .swiper-slide {
    	-webkit-flex-flow: row wrap;
    	-ms-flex-flow: row wrap;
    	flex-flow: row wrap;
    }
    .n-power .list9 .swiper-button-prev, .n-power .list9 .swiper-button-next {
    	margin-top: -35%;
    	display: none;
    }
    .n-power .list9 .swiper-button-prev:before, .n-power .list9 .swiper-button-next:before {
    	background-size: 25px auto;
    }
}
@media (max-width: 767px) {
	.n-power .list9 .text .tit2 {
		font-size: 16px;
	}
}

.n-control .list10 img {
	width: 100%;
}
.n-control .list10 .text {
	position: absolute;
	text-align: right;
	left: 50%;
	top: 0;
	padding-top: 15%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.n-control .list10 .n-text{
	display:inline-block;
	text-align:left;
}
.n-control .list10 .text .tit2 {
	width: 440px;
	text-align: left;
	display: inline-block;
}
@media (max-width: 1439px) {
	.n-control .list10 .text .tit2 {
		width: 400px;
	}
}
@media (max-width: 1023px) {
	.n-control .list10 .text .tit2 {
		width: 378px;
	}
	.n-control .list10 .n-text{
		text-align:center;
	}
}
@media (max-width: 767px) {
	.n-control .list10 .text {
		position: relative;
		padding: 2.5rem 5%;
		width: 100%;
		background: #2e2e2e;
		text-align: center;
		left: auto;
		-webkit-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
	.n-control .list10 .text .tit2 {
		text-align: center;
		width: 100%;
		font-size: 12px;
		line-height: 1.8;
		margin-top: .2rem;
	}
}
.n-control .list11 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 4.6% 0 5.2%;
}
.n-control .list11 .car-box {
	margin: 1rem auto;
	position: relative;
}
.n-control .list11 .car-box img {
	width: 100%;
}
.n-control .list11 .car-box .img4, .n-control .list11 .car-box .img5 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.n-control .list11 .car-box .img4 img, .n-control .list11 .car-box .img5 img {
	max-width: none;
	width: auto;
}
.n-control .list11 .car-box .img4 {
	bottom: 0;
	top: auto;
}
.n-control .list11 .car-box .img {
	/*width:100%;*/
	height: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.n-control .list11 .car-box .img4 {
	height: 0%;
	transition: all 1.5s ease;
}
.n-control .list11 .car-box .img5 {
	width: 0%;
	transition: all 1.5s ease;
}
.n-control .list11 .car-box.animate .img4 {
	height: 100%;
}
.n-control .list11 .car-box.animate .img5 {
	width: 100%;
}
.n-control .list11 .car-box .img4{
	bottom:-12px;
}
.n-control .list11 .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-control .list11 .ulbox .li {
	width: 30%;
	margin-right: 4.5%;
}
.n-control .list11 .ulbox .li:nth-child(3n) {
	margin-right: 0;
}
.n-control .list11 .ulbox img {
	width: 100%;
}
.n-control .list11 .ulbox .box {
	margin-top: .8rem;
}
.n-control .list11 .ulbox .tit3 {
	margin-bottom: .3rem;
}
@media (max-width: 1440px) {
  /*.n-control .list11 .ulbox {
    width: 90%;
    }*/
}
@media (max-width: 767px) {
	.n-control .list11 {
		padding: 2rem 0 1.5rem;
	}
	.n-control .list11 .ulbox {
		margin-top: 2.5rem;
	}
	.n-control .list11 .ulbox .tit3 {
		font-size: 16px;
	}
	.n-control .list11 .ulbox .li {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.n-control .list11 .ulbox .tit3 {
		margin-bottom: .1rem;
	}
	.n-control .list11 .ulbox .tit4 {
		font-size: 12px;
	}
}
.n-control .list12 {
	background: #353637;
	padding: 2.25rem 68px 4rem;
	position:relative;
	z-index:1;
}
.n-control .list12 .warp-ulbox {
	position: relative;
	width:1400px;
	margin: 1.75rem auto 0;
}
.n-control .list12 .warp-ulbox .ulbox {
	overflow: hidden;
  /*width: 1500px;
  margin: 0 auto;*/
  position: relative;
}
.n-control .list12 .warp-ulbox .swiper-slide {
	background: #53575a;
	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-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.n-control .list12 .warp-ulbox .li-left {
	padding: 1rem 75px;
	width: 50%;
	text-align: justify;
}
.n-control .list12 .warp-ulbox .li-left .tit4 {
	margin-bottom: .5rem;
}
.n-control .list12 .warp-ulbox .li-left .tit5 {
	color: #fff;
}
.n-control .list12 .warp-ulbox .li-img {
	width: 50%;
}
.n-control .list12 .warp-ulbox .li-img img {
	width: 100%;
}
.n-control .list12 .ulbox {
	background: #53575a;
}
.n-control .list12 .text {
	position: relative;
	z-index: 3;
	width: 780px;
	display: block;
	margin: 0 auto 2rem;
}
.n-control .list12 .text .tit2 {
	margin-top: .5rem;
	margin-bottom: .3rem;
}
.n-control .list12 .swiper-pagination {
	width: 50%;
	bottom: 1.5rem;
	right: 0;
	left: auto;
	padding-left: 75px;
	text-align: left;
}
.n-control .list12 .swiper-pagination span {
	width: 10px;
	height: 10px;
	background: #d6d6d6;
	margin: 0 5px;
}
.n-control .list12 .swiper-pagination span.swiper-pagination-bullet-active {
	background: transparent;
	border: 3px solid #b1043f;
}
.n-control .list12 .swiper-button-prev, .n-control .list12 .swiper-button-next {
	background: none;
	width: 40px;
	height: 40px;

}
.n-control .list12 .swiper-button-prev:before, .n-control .list12 .swiper-button-next:before {
	content: "";
	background: url(../png/img3-2.png) no-repeat center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	transition:all .5s ease;
}
.n-control .list12 .swiper-button-prev:hover:before, .n-control .list12 .swiper-button-next:hover:before{
	background: url(../png/img3-1.png) no-repeat center;
}
.n-control .list12 .swiper-button-next:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
@media (max-width: 1680px) {
	.n-control .list12 .warp-ulbox{
		width:1200px;
	}
}
@media (max-width: 1580px) {
	.n-control .list12 {
		padding: 2rem 5% 2.5rem;
	}
	.n-control .list12{
		padding: 2rem 0 2.5rem;
	}
}
@media (max-width: 1280px) {
	.n-control .list12 .warp-ulbox{
		width: calc(100% - 139px);
	}
	.n-control .list12 .ulbox{
		width:100%;
	}
}
@media (max-width: 1023px) {
	.n-control .list12 .warp-ulbox{
		width:90%;
	}
	.n-control .list12 .warp-ulbox .li-img {
		width: 100%;
	}
	.n-control .list12 .warp-ulbox .li-left {
		width: 100%;
		padding: 1rem 1rem 5rem;
	}
	.n-control .list12 .warp-ulbox .li-left .tit4 {
		font-size: 16px;
	}
	.n-control .list12 .warp-ulbox .li-left .tit5 {
		font-size: 12px;
	}
	.n-control .list12 .swiper-pagination {
		width: 100%;
		text-align:center;
		padding:0;
	}
	.n-control .list12 .swiper-button-next, .n-control .list12 .swiper-button-prev {
		margin-top: -28%;
		width: 25px;
		height: 25px;
		display: none;
	}
	.n-control .list12 .swiper-button-prev {
		left: 0;
	}
	.n-control .list12 .swiper-button-next {
		right: 0;
	}
	.n-control .list12 .swiper-button-prev:before, .n-control .list12 .swiper-button-next:before {
		width: 25px;
		height: 25px;
		background-size: 25px auto !important;
	}
}
.n-control .list13 {
	position: relative;
	padding: 2rem 0 0;
}
.n-control .list13 .imgbox {
	margin-top: 1rem;
	display: block;
	position: relative;
	z-index: 2;
}
.n-control .list13 .imgbox img{
	max-width:100%;
}
.n-control .list13 .li {
	width: 13px;
	height: 13px;
	background: url(../png/img5-1.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	-webkit-animation: scale1 2s 0.5s infinite linear;
	animation: scale1 2s 0.5s infinite linear;
}
.n-control .list13 .li1 {
	left: 6%;
	top: 21%;
	z-index: 2;
}
.n-control .list13 .li2 {
	left: 80%;
	top: 33%;
	z-index: 2;
}
.n-control .list13 .li3 {
	left: 75%;
	top: 41%;
	z-index: 2;
}
.n-control .list13 .text {
	position: relative;
	z-index: 2;
}
.n-control .list13 .bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (max-width: 767px) {
	.n-control .list13 .imgbox {
		margin-top: 2rem;
	}
	.n-control .list13 .imgbox .li {
		width: 12px;
		height: 12px;
	}
	.n-control .list13 .li1 {
		left: 3%;
		top: 18%;
	}
	.n-control .list13 {
		padding-bottom: 2.5rem;
	}
	.n-control .list13 .tit2 {
		font-size: 12px;
	}
}
.n-control .list14 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 2.5rem 0 4rem;
}
.n-control .list14 img {
	width: 100%;
}
.n-control .list14 .tab-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: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.n-control .list14 .tab-li .li {
	width: 33.3%;
	padding: 18px 0;
	color: #7d7d7d;
	text-align: center;
	cursor: pointer;
	border-bottom: 3px solid #7d7d7d;
}
.n-control .list14 .tab-li .li.cur {
	color: #fff;
	border-bottom: 3px solid #fff;
}
.n-control .list14 .tab-box {
	margin-top: 25px;
}
.n-control .list14 .tab-item {
	display: none;
}
.n-control .list14 .swiper-ulbox{
	overflow: hidden;
	margin-top:25px;
}
@media (max-width: 767px) {
	.n-control .list14 .tab-li .li {
		padding: 10px 0;
		margin-top: 1rem;
		font-size: 12px;
	}
}
.n-control .list15 {
	padding: 2.25rem 0 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}
.n-control .list15 .tit2 {
	width: 1050px;
	margin: .2rem auto 0;
}
.n-control .list15 .imgbox {
	position: relative;
	width: 1400px;
	margin: 1.5rem auto 0;
}
.n-control .list15 .imgbox img {
	width: 100%;
}
.n-control .list15 .imgbox .img4 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.n-control .list15 .bot {
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: -9%;
}
.n-control .list15 .bot .img3 {
	position: absolute;
	width: 120%;
	left: 50%;
	top: 0;
	margin-left: -60%;
	max-width: none;
}
.n-control .list15 .bot img {
	width: 120%;
	-webkit-animation: planet1 30s infinite linear;
	animation: planet1 30s infinite linear;
}
.n-control .list15 .wave-container{
	height: 110px;
	margin-top: -140px;
	position:relative;
	bottom:-30px;
	z-index:5;
	overflow: hidden;
}
.n-control .list15 .imgbox .img4,.n-control .list15 .imgbox .img5{
	z-index:6;
}
.n-control .list15 .wave-container .wave{
	width:100%;
	height:100%;
	position:absolute;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position: center bottom
}
.n-control .list15 .wave-container .wave1{
	-webkit-animation: move1 15s infinite linear;
	animation: move1 15s infinite linear;
}
.n-control .list15 .wave-container .wave2{
	-webkit-animation: move1 8s infinite linear;
	animation: move1 8s infinite linear;
}
.n-control .list15 .wave-container .wave3{
	-webkit-animation: move1 12s infinite linear;
	animation: move1 12s infinite linear;
}
.n-control .list15 .wave-container .wave4{
	-webkit-animation: move1 8s infinite linear;
	animation: move1 8s infinite linear;
}
.n-control .list15 .wave-container .wave5{
	-webkit-animation: move1 12s infinite linear;
	animation: move1 12s infinite linear;
}
.n-control .list15 .wave-container .wave6{
	-webkit-animation: move1 10s infinite linear;
	animation: move1 10s infinite linear;
	}.n-control .list15 .wave-container .wave7{
		-webkit-animation: move1 10s infinite linear;
		animation: move1 10s infinite linear;
	}

	@keyframes move1 {
		0% {
			transform: translateZ(0) translateY(0);
			-webkit-transform: translateZ(0) translateY(0);
		}

		33.333% {
			transform: translateZ(0) translateY(28px);
			-webkit-transform: translateZ(0) translateY(28px);
		}
		66.6667% {
			transform: translateZ(0) translateY(-28px);
			-webkit-transform: translateZ(0) translateY(-28px);
		}
		100% {
			transform: translateZ(0) translateY(0);
			-webkit-transform: translateZ(0) translateY(0);
		}
	}
	@media (max-width: 1560px) {
		.n-control .list15 .imgbox {
			width: 80%;
		}
		.n-control .list15 .tit2 {
			width: 780px;
		}

	}
	@media (max-width: 1270px) {
		.n-control .list15 .tit2 {
			width: 90%;
		}

		.n-control .list15 .wave-container{
			height: 90px;
			margin-top: -95px;
		}
	}
	@media (max-width: 767px) {
		.n-control .list15 .bot {
			margin-top: -9%;
		}
		.n-control .list15 .tit2 {
			line-height: 1.8;
			font-size: 12px;
		}
		.n-control .list15 .imgbox{
			width: 98%;
		}


  /*.n-control .list15 .wave-container{
    height: 3rem;
    margin-top: -2.5rem;
  }
  .n-control .list15 .wave-container .wave{
    background-size: auto 3rem;
    }*/
}

.n-control .list16 {
	position: relative;
}
.n-control .list16 .text {
	padding-top: 15.6%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.n-control .list16 .text .tit2 {
	margin-top: .3rem;
	width: 330px;
}
.n-control .list16 img{
	max-width:100%;
}
@media (max-width: 767px) {
	.n-control .list16 .text .tit1 {
		font-size: 16px;
	}
	.n-control .list16 .text .tit2 {
		line-height: 1.8;
		font-size: 12px;
		width: 210px;
	}
}

@-webkit-keyframes scale1 {
	0%,100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	30% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale1 {
	0%,100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	30% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes planet1 {
	0% {
		-webkit-transform: rotate(0) translate(0, 0);
		transform: rotate(0) translate(0, 0);
	}
	25% {
		-webkit-transform: rotate(90deg) translate(20px, -10px) rotate(-90deg);
		transform: rotate(90deg) translate(20px, -10px) rotate(-90deg);
	}
	50% {
		-webkit-transform: rotate(180deg) translate(20px, -10px) rotate(-180deg);
		transform: rotate(180deg) translate(20px, -10px) rotate(-180deg);
	}
	75% {
		-webkit-transform: rotate(270deg) translate(-20px, 10px) rotate(-270deg);
		transform: rotate(270deg) translate(-20px, 10px) rotate(-270deg);
	}
	100% {
		-webkit-transform: rotate(360deg) translate(0, 0) rotate(-360deg);
		transform: rotate(360deg) translate(0, 0) rotate(-360deg);
	}
}
@keyframes planet1 {
	0% {
		-webkit-transform: rotate(0) translate(0, 0);
		transform: rotate(0) translate(0, 0);
	}
	25% {
		-webkit-transform: rotate(90deg) translate(20px, -10px) rotate(-90deg);
		transform: rotate(90deg) translate(20px, -10px) rotate(-90deg);
	}
	50% {
		-webkit-transform: rotate(180deg) translate(20px, -10px) rotate(-180deg);
		transform: rotate(180deg) translate(20px, -10px) rotate(-180deg);
	}
	75% {
		-webkit-transform: rotate(270deg) translate(-20px, 10px) rotate(-270deg);
		transform: rotate(270deg) translate(-20px, 10px) rotate(-270deg);
	}
	100% {
		-webkit-transform: rotate(360deg) translate(0, 0) rotate(-360deg);
		transform: rotate(360deg) translate(0, 0) rotate(-360deg);
	}
}
@media (max-width: 767px) {
	@-webkit-keyframes planet1 {
		0% {
			-webkit-transform: rotate(0) translate(0, 0);
			transform: rotate(0) translate(0, 0);
		}
		25% {
			-webkit-transform: rotate(90deg) translate(5px, -5px) rotate(-90deg);
			transform: rotate(90deg) translate(5px, -5px) rotate(-90deg);
		}
		50% {
			-webkit-transform: rotate(180deg) translate(5px, -5px) rotate(-180deg);
			transform: rotate(180deg) translate(5px, -5px) rotate(-180deg);
		}
		75% {
			-webkit-transform: rotate(270deg) translate(-5px, 5px) rotate(-270deg);
			transform: rotate(270deg) translate(-5px, 5px) rotate(-270deg);
		}
		100% {
			-webkit-transform: rotate(360deg) translate(0, 0) rotate(-360deg);
			transform: rotate(360deg) translate(0, 0) rotate(-360deg);
		}
	}
	@keyframes planet1 {
		0% {
			-webkit-transform: rotate(0) translate(0, 0);
			transform: rotate(0) translate(0, 0);
		}
		25% {
			-webkit-transform: rotate(90deg) translate(5px, -5px) rotate(-90deg);
			transform: rotate(90deg) translate(5px, -5px) rotate(-90deg);
		}
		50% {
			-webkit-transform: rotate(180deg) translate(5px, -5px) rotate(-180deg);
			transform: rotate(180deg) translate(5px, -5px) rotate(-180deg);
		}
		75% {
			-webkit-transform: rotate(270deg) translate(-5px, 5px) rotate(-270deg);
			transform: rotate(270deg) translate(-5px, 5px) rotate(-270deg);
		}
		100% {
			-webkit-transform: rotate(360deg) translate(0, 0) rotate(-360deg);
			transform: rotate(360deg) translate(0, 0) rotate(-360deg);
		}
	}
}

.glightbox-container .ginner-container{
	position:relative;
}
.glightbox-clean .gslide-description{
	position: absolute;
	width: 100%;
	bottom:0 !important;
}


.n-evaluate{
	margin-bottom:1.5rem;
}
.n-evaluate .evaluate-top {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;

}
.n-evaluate .evaluate-top .sp {
	font-size: 26px;
	color: #e30920;
}
.n-evaluate .evaluate-top .sp span {
	font-size: 14px;
	color: #535353;
}
.n-evaluate .evaluate-top .tab-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
}
.n-evaluate .evaluate-top .tab-box .li {
	margin-right: 44px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.n-evaluate .evaluate-top .tab-box .img {
	width: 20px;
	height: 20px;
	border: 1px solid #212121;
	margin-right: 10px;
}
.n-evaluate .evaluate-top .tab-box .img img {
	max-width: 100%;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}
.n-evaluate .evaluate-top .tab-box .li:last-child {
	margin-right: 0;
}
.n-evaluate .lista .li-item:last-child{
	border-bottom:none;
}
.n-evaluate .evaluate-top .li.cur .img {
	border: none;
}
.n-evaluate .evaluate-top .li.cur img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.n-evaluate .lista .li-item {
	padding: 60px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #ccc;
}
.n-evaluate .lista .name-icon {
	width: 47px;
	height: 47px;
}
.n-evaluate .lista .name-icon img {
	max-width: 100%;
	max-height: 100%;
}
.n-evaluate .lista .item-content {
	width: calc(100% - 60px);
	position: relative;
}
.n-evaluate .lista .item-content .e-icon {
	padding-left: 24px;
	background: url(../png/img14-2.png) no-repeat left center;
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 0;
	top: 0;
	color: #e30920;
}
.n-evaluate .lista .item-content .sp1 {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 10px;
	color: #69390e;
}
.n-evaluate .lista .item-content .sp2 {
	font-size: 13px;
	line-height: 1;
	color: #aaa;
	margin-bottom: 15px;
}
.n-evaluate .lista .item-content .sp3 {
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 16px;
}
.n-evaluate .lista .item-content .sp3 p{
color:#333;
}
.n-evaluate .lista .item-content .sp4 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.n-evaluate .lista .item-content .sp4 .li {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	margin-right: 12px;
	border: 1px solid transparent;
	transition: all .3s ease;
	cursor: url(../png/mouse-zoom-in.png), url(https://cdn.haojue.com/bocweb/web/img/img2/mouse-zoom-in.cur), auto;
}
.n-evaluate .lista .item-content .sp4 .li:hover, .n-evaluate .lista .item-content .sp4 .li.cur {
	border: 1px solid rgb(230, 0, 18);
}
.n-evaluate .lista .item-content .wulbox {
	width: 400px;
	height: auto;
	display: none;
}
.n-evaluate .lista .item-content .wulbox .swiper-button-prev {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0;
	top: 0;
	left: 0;
	margin-top: 0;
	cursor: inherit;
}
.n-evaluate .lista .item-content .wulbox .swiper-button-next {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0;
	top: 0;
	right: 0;
	margin-top: 0;
	cursor: inherit;
}
.n-evaluate .lista .item-content .wulbox .warp-swiper-prev {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 25%;
	height: 100%;
	cursor: url(https://cdn.haojue.com/bocweb/web/img/img2/prev.cur), auto;
}
.n-evaluate .lista .item-content .wulbox .warp-swiper-next {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 25%;
	right: 0;
	height: 100%;
	cursor: url(https://cdn.haojue.com/bocweb/web/img/img2/next.cur), auto;
}
.n-evaluate .lista .item-content .p {
	font-size: 13px;
	color: #aaa;
	line-height: 1.2;
	margin-top: 10px;
}
.n-evaluate .lista .item-content .ulbox {
	margin-top: 20px;
	width: 100%;
	position: relative;
	overflow: hidden;
	cursor: url(../png/mouse-zoom-out.png), url(https://cdn.haojue.com/bocweb/web/img/img2/mouse-zoom-out.cur), auto;
}
.n-evaluate .lista .item-content .ulbox .li {
  /*background-repeat:no-repeat;
  background-position:center;
  background-size:100% auto;*/
}
.n-evaluate .lista .item-content .ulbox .li img{
	max-width:100%;
}
.n-evaluate .lista .item-content .zhan-box {
	margin-top: 20px;
	font-size: 13px;
	height: 25px;
	line-height: 34px;
	color: #535353;
	background: url(../png/img12.png) no-repeat left center;
	padding-left: 30px;
	cursor:pointer;
}
.n-evaluate .lista .item-content .bot-box {
	padding: 22px;
	background: #eee;
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.n-evaluate .lista .item-content .bot-box .img {
	width: 32px;
	height: 32px;
}
.n-evaluate .lista .item-content .bot-box .text {
	width: calc(100% - 50px);
}
.n-evaluate .lista .item-content .bot-box .text .tit1 {
	color: #e30920;
	line-height: 1.5;
	margin-bottom: 5px;
}
.n-evaluate .lista .item-content .bot-box .text .tit2 {
	line-height: 1.8;
}
.n-evaluate .lista .item-content .bot-box .text .tit2 .zhan-box {
	margin-top: 0;
	display: inline-block;
}
.n-evaluate .lista .li-item:last-child {
	border-bottom: none;
}
.n-evaluate .more-click {
	background: #eee;
	text-align: center;
	font-size: 14px;
	color: #e30920;
	height: 45px;
	line-height: 45px;
	margin-bottom: 60px;
	cursor: pointer;
}
@media (max-width: 767px) {
	.n-evaluate .evaluate-top {
		margin-top: 1.5rem;
	}
	.n-evaluate .evaluate-top .sp {
		width: 100%;
	}
	.n-evaluate .evaluate-top .tab-box {
		width: 100%;
	}
	.n-evaluate .evaluate-top .tab-box .li {
		margin-right: 1rem;
	}
	.n-evaluate .evaluate-top .tab-box {
		font-size: 12px;
	}
	.n-evaluate .lista .item-content .sp3 {
		font-size: 14px;
	}
	.n-evaluate .lista .item-content .bot-box {
		padding: 10px;
	}
	.n-evaluate .lista .item-content .zhan-box {
		margin-top: 10px;
	}
	.n-evaluate .lista .item-content .bot-box .text {
		width: calc(100% - 40px);
	}
	.n-evaluate .lista .item-content .bot-box .text .tit2 {
		font-size: 12px;
	}
	.n-evaluate .lista .item-content .p{
		font-size:12px;
	}
	.n-evaluate .lista .item-content .wulbox, .n-evaluate .lista .item-content .ulbox {
		width: 100%;
	}
	.n-evaluate .lista .li-item {
		padding: 45px 0;
	}
	.n-evaluate .lista .item-content .sp1, .n-evaluate .lista .item-content .sp2 {
		font-size: 12px;
	}
	.n-evaluate .lista .item-content .e-icon {
		font-size: 12px;
		padding-left: 28px;
	}
}

.warp-about-sub{
	height:50px;
}
@media (max-width: 1024px){
	.warp-about-sub{
		height:45px;
	}
}

.share-box{
	position:fixed;
	right:25px;
	bottom:100px;
	z-index:9;
}
.share-box .top{
	width:50px;
	height:50px;
	cursor:pointer;
	display:none;
	border-bottom:1px solid #434343;
}
.share-box .top img{
	max-width:100%;
}
.share-box .btn-box{
	width:50px;
	height:50px;
}
.share-box .btn-box img{
	max-width:100%;
}
.share-box .share-btn{
	position:relative;
}
.share-box .list-btn{
	position:absolute;
	right:60px;
	height:51px;
	top:0;
	border:1px solid #e2e2e2;
	background:#fff;
	display:flex;
	flex-flow: row wrap;
	width: 152px;
}
.share-box .list-btn:before{
	content:"";
	position: absolute;
	background: #fff;
	width: 15px;
	height:15px;
	border: #ddd solid 1px;
	border-left: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	bottom:50%;
	margin-bottom: -9px;
	right: -9px;
	z-index: 10;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.share-box .list-btn a{
	display:block;
}
.share-box .list-btn .xing{
	width:50px;
	height:50px;
	border-right:1px solid #e2e2e2;
	background:url(../png/img19-2.png) no-repeat center center;
	padding:0;
	margin:0;
}
.share-box .list-btn .xing.cur{
	background:url(../png/img19-1.png) no-repeat center center;
}

.share-box .list-btn .zixun{
	width:50px;
	height:50px;
	border-right:1px solid #e2e2e2;
	background:url(../png/img20-2.png) no-repeat center center;
	padding:0;
	margin:0;
}

.share-box .list-btn .bds_tsina{
	width:50px;
	height:50px;
	border-right:1px solid #e2e2e2;
	background:url(../png/img18-2.png) no-repeat center center;
	padding:0;
	margin:0;
}
.share-box .list-btn .bds_weixin{
	width:50px;
	height:50px;
	background:url(../png/img17-2.png) no-repeat center center;
	padding:0 !important;
	margin:0 !important;
}
.share-box .list-btn{
	opacity:0;
	filter: alpha(opacity=0);
	visibility:hidden;
}
.bd_weixin_popup{
	height:auto !important;
}
.share-btn:hover .list-btn{
	opacity:1;
	filter: alpha(opacity=100);
	visibility:visible;
} 

@media (max-width: 1024px){
	.share-box{
		right: 5px;
		bottom: 50px;
	}
	.share-box .top,.share-box .btn-box{
		width:35px;
		height:35px;
	}
	.share-box .list-btn .xing.cur,.share-box .list-btn .xing, .share-box .list-btn .zixun, .share-box .list-btn .bds_tsina,.share-box .list-btn .bds_weixin{
		width: 35px;
		height: 35px;
		background-size:cover;
	}
	.share-box .list-btn{
		right: 40px;
		height: 36px;
		width:107px;
	}
	.share-box .list-btn:before{
		width: 10px;
		height: 10px;
		margin-bottom: -6px;
		right: -7px;
	}
}
.sales-info .map-box .nmap{
	width:100%;
}

.about-sub{
	border-top:none !important;
}
header{
	border-bottom:none !important;
}
.about-sub .tit3 span {
	font-family: "Helvetica Neue",Helvetica,tahoma,Arial,"Microsoft Yahei","PingFang SC",sans-serif;
}


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){
  .n-products .list-item .tit1{
    font-size:16px;
  }
  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;

}
}

@media (max-width: 1280px){
  header.pchd .nav-level5 .level5-item2 .d2 p.cur{
  font-size: 14px;
}

header.pchd .nav-level5 .level5-item2 .d2 p{
  font-size: 14px;
}

}

@media (max-width: 767px){
	.n-personal .ulbox2 .rightbox .li3 .item-left{
		width:calc(100% - 120px);
	}
}

@media (max-width: 425px){
	.n-land .warp-img{
		background:none !important;
		height: 520px;
	}
	.n-land .text-box{
		height: 540px;
	}

	.n-land .landbox{
		padding: 30px 0;
	}
}
.n-personal .ulbox2 .portrait .img{
	line-height:90px;
	border-radius:50%;
	overflow: hidden;
}
.n-personal .ulbox2 .portrait .img img{
	width:100%;
	height:100%;
}
@media (max-width: 1440px){
	.n-control .list15 .wave-container{
		bottom: -40px;
	}
	.n-control .list11 .car-box .img4{
		bottom:-6px;
	}
}
@media (max-width: 425px) {
	.n-control .list15 .wave-container{
		height: 3.5rem;
		margin-top: -3.6rem;
		bottom: -1.5rem;
	}
	.n-control .list15 .warp-imgbox{
		overflow-y:auto;
	}
	.n-control .list15 .warp-imgbox .imgbox{
		min-width:500px;
	}
	.about-sub .n-about-sub .ulbox{
		font-size:16px;
	}

	.n-network .list1 .contentbox .itembox .bot .sp{
		padding-right: 1.2rem;
	}
	.n-network .list1 .contentbox .itembox .bot .sp:before{
		right: .6rem;
	}

}
@media (max-width: 768px) {
	.n-personal .ma-15{
		margin-top:10px;
	}
	.n-collection .ulbox .li .tit1{
		font-size:14px;
	}
	.n-collection .ulbox .li .bot span{
		font-size:12px;
	}
}
@media (max-width: 1023px) {
	.n-products{
		padding-bottom:45px;
	}
	.compare-side .content-box{
		padding:20px 0;
	}
	.compare-side .box .text{
		line-height:1.2;
		margin-bottom:15px;
	}
	.n-compare-data .car-list .tit-title{
		padding: .75rem 0;
	}
	.n-personal .tit1,.n-integral .list1 .tit1{
		font-size:16px;
	}

}


.n-products .list-item:first-child{
	border-bottom:none;
}
.n-compare .list-item:first-child{
	border-bottom:none;
}
.n-compare .list-item:first-child .tit-title{
	margin-bottom:0;
}
.n-compare .list-item:nth-child(2){
	padding-top:0;
}
.n-products .list-item:nth-child(2){
	padding-top:0;
}
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%);
}
.iban a{
	display:block;
	width:100%;
	height:100%;
}

.n-evaluate .lista .li-item .ulbox-span{
	opacity:0;
	filter: alpha(opacity=0);
	visibility:hidden;
}
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;
	}
}
@media (max-width:1024px) {
	.n-evaluate .lista .item-content .wulbox .warp-swiper-prev{
		background: url(https://cdn.haojue.com/bocweb/web/img/img2/prev.cur) no-repeat center left;
		background-size:20px auto;
	}
	.n-evaluate .lista .item-content .wulbox .warp-swiper-next{
		background: url(https://cdn.haojue.com/bocweb/web/img/img2/next.cur) no-repeat center right;
	}
}
@media (max-width:425px) {
	.n-evaluate .lista .item-content .wulbox .warp-swiper-prev{
		background: url(https://cdn.haojue.com/bocweb/web/img/img2/prev.cur) no-repeat center left;
		background-size:20px auto;
	}
	.n-evaluate .lista .item-content .wulbox .warp-swiper-next{
		background: url(https://cdn.haojue.com/bocweb/web/img/img2/next.cur) no-repeat center right;
		background-size:20px auto;
	}
}








/*新增弹窗*/
.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;
	}
}
/*新增弹窗*/

