@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "impact";
	src: url('../../fonts/impact.ttf') format('truetype');
}
@font-face {
	font-family: "din";
	src: url('../../fonts/din-regular.otf') format('opentype');
}

.container{
	width: 80%;
	margin: 0 auto;
}

.header{
	background: rgba(0,0,0,.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .logo{
	width: 216px;
	margin: auto 0 auto 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header .text{
	font-family: "impact";
	font-size: 30px;
	text-transform: uppercase;
	margin: auto auto auto 20px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header .text span{
	color: #e70012;
	font-family: "impact";
}
.header1 .logo{
	width: 120px;
}
.header1 .menu li a{
	line-height: 48px;
	font-size: 16px;
	padding: 5px 25px;
}
.header1::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	z-index: -1;
	-webkit-backdrop-filter: 	blur(20px);
	-moz-backdrop-filter: 		blur(20px);
	-ms-backdrop-filter: 		blur(20px);
	-o-backdrop-filter: 		blur(20px);
	backdrop-filter: 			blur(20px);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.header1 .text{
	font-size: 24px;
}



.menu li{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}
.menu li:last-child{
	margin: 0;
}
.menu li a{
	font-size: 18px;
	color: #fff;
	position: relative;
	padding: 0 25px;
	display: block;
	line-height: 86px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li a::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 3px;
	background: #e50012;
	width: 0;
	left: 50%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li.this>a::after,
.menu li:hover>a::after{
	width: 100%;
	left: 0;
	opacity: 1;
}
.menu li .iconfont{
	font-size: 24px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 5px 0 0;
}
.menu li ul{
	position: absolute;
	left: 0;
	top: 86px;
	background: #fff;
	padding: 20px 0;
	width: 100%;
	display: none;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.menu li ul li{
	float: none;
	width: 100%;
	margin: 0;
}
.menu li ul li a{
	line-height: 50px;
	color: #333;
	font-size: 16px;
	text-align: center;
	padding: 0;
}
.menu li ul li a::after{
	display: none;
}
.menu li ul li a:hover{
	color: #e50012;
}

.menubut,
.menuclose{
	display: none;
}


.banner li{
	position: relative;
	overflow: hidden;
}
.banner li .container{
	position: absolute;
	z-index: 8;
	top: 50%;
	color: #fff;
	left: 10%;
}

.pagination-banner-pc{
	bottom: 40px;
}


.banner_arrow{
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 50px;
	line-height: 90px;
	border: 1px solid rgba(255,255,255,.5);
	cursor: pointer;
	color: #fff;
	background-color: rgba(255,255,255,.2);
	text-align: center;
	font-size: 24px;
}
.banner_arrow_left{
	left: 0;
}
.banner_arrow_right{
	right: 0;
	transform: rotate(180deg);
}

.swiper-slide-active-prev,
.swiper-slide-active-next{
	cursor: pointer;
}

.ban1 .text1{
	font-size: 64px;
	font-weight: bold;
	line-height: 64px;
	letter-spacing: 2px;
	-webkit-transform: 	translateX(-1100px);
	-moz-transform: 	translateX(-1100px);
	-ms-transform: 		translateX(-1100px);
	-o-transform: 		translateX(-1100px);
	transform: 			translateX(-1100px);
	-webkit-transition-delay: 	300ms;
	-moz-transition-delay: 		300ms;
	-ms-transition-delay: 		300ms;
	-o-transition-delay: 		300ms;
	transition-delay: 			300ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}
.ban1 .text2{
	font-size: 56px;
	line-height: 56px;
	font-weight: bold;
	margin: 30px 0 0 0;
	-webkit-transform: 	translateX(-1100px);
	-moz-transform: 	translateX(-1100px);
	-ms-transform: 		translateX(-1100px);
	-o-transform: 		translateX(-1100px);
	transform: 			translateX(-1100px);
	-webkit-transition-delay: 	400ms;
	-moz-transition-delay: 		400ms;
	-ms-transition-delay: 		400ms;
	-o-transition-delay: 		400ms;
	transition-delay: 			400ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}
.ban1 .text3{
	font-size: 40px;
	line-height: 40px;
	margin: 20px 0 0 0;
	-webkit-transform: 	translateX(-1100px);
	-moz-transform: 	translateX(-1100px);
	-ms-transform: 		translateX(-1100px);
	-o-transform: 		translateX(-1100px);
	transform: 			translateX(-1100px);
	-webkit-transition-delay: 	500ms;
	-moz-transition-delay: 		500ms;
	-ms-transition-delay: 		500ms;
	-o-transition-delay: 		500ms;
	transition-delay: 			500ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}
.ban1 .text4{
	font-size: 14px;
	line-height: 18px;
	font-family: "Arial";
	margin: 15px 0 0 0;
	opacity: .4;
	-webkit-transform: 	translateX(-1100px);
	-moz-transform: 	translateX(-1100px);
	-ms-transform: 		translateX(-1100px);
	-o-transform: 		translateX(-1100px);
	transform: 			translateX(-1100px);
	-webkit-transition-delay: 	600ms;
	-moz-transition-delay: 		600ms;
	-ms-transition-delay: 		600ms;
	-o-transition-delay: 		600ms;
	transition-delay: 			600ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}
.ban1 .more{
	width: 180px;
	line-height: 44px;
	text-align: center;
	border: 1px solid rgba(255,255,255,.4);
	color: #fff;
	font-size: 16px;
	display: block;
	margin: 50px 0 0 0;
	-webkit-transform: 	translateX(-1100px);
	-moz-transform: 	translateX(-1100px);
	-ms-transform: 		translateX(-1100px);
	-o-transform: 		translateX(-1100px);
	transform: 			translateX(-1100px);
	-webkit-transition-delay: 	700ms;
	-moz-transition-delay: 		700ms;
	-ms-transition-delay: 		700ms;
	-o-transition-delay: 		700ms;
	transition-delay: 			700ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}

.ban1.swiper-slide-active .text1,
.ban1.swiper-slide-active .text2,
.ban1.swiper-slide-active .text3,
.ban1.swiper-slide-active .text4,
.ban1.swiper-slide-active .more{
	-webkit-transform: 	translateX(0);
	-moz-transform: 	translateX(0);
	-ms-transform: 		translateX(0);
	-o-transform: 		translateX(0);
	transform: 			translateX(0);
}



.ban2 .text2{
	font-size: 56px;
	line-height: 56px;
	font-weight: bold;
	margin: 0 0 10px 0;
	-webkit-transform: 	translateX(1100px);
	-moz-transform: 	translateX(1100px);
	-ms-transform: 		translateX(1100px);
	-o-transform: 		translateX(1100px);
	transform: 			translateX(1100px);
	-webkit-transition-delay: 	300ms;
	-moz-transition-delay: 		300ms;
	-ms-transition-delay: 		300ms;
	-o-transition-delay: 		300ms;
	transition-delay: 			300ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}
.ban2 .text4{
	font-size: 14px;
	line-height: 18px;
	font-family: "Arial";
	margin: 15px 0 0 0;
	opacity: .4;
	-webkit-transform: 	translateX(1100px);
	-moz-transform: 	translateX(1100px);
	-ms-transform: 		translateX(1100px);
	-o-transform: 		translateX(1100px);
	transform: 			translateX(1100px);
	-webkit-transition-delay: 	400ms;
	-moz-transition-delay: 		400ms;
	-ms-transition-delay: 		400ms;
	-o-transition-delay: 		400ms;
	transition-delay: 			400ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}
.ban2 .banpic{
	margin: 40px 0 0 0;
	height: 214px;
	-webkit-transform: 	translateX(1100px);
	-moz-transform: 	translateX(1100px);
	-ms-transform: 		translateX(1100px);
	-o-transform: 		translateX(1100px);
	transform: 			translateX(1100px);
	-webkit-transition-delay: 	500ms;
	-moz-transition-delay: 		500ms;
	-ms-transition-delay: 		500ms;
	-o-transition-delay: 		500ms;
	transition-delay: 			500ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}

.ban2.swiper-slide-active .text2,
.ban2.swiper-slide-active .text4,
.ban2.swiper-slide-active .banpic{
	-webkit-transform: 	translateX(0);
	-moz-transform: 	translateX(0);
	-ms-transform: 		translateX(0);
	-o-transform: 		translateX(0);
	transform: 			translateX(0);
}

.ban3 .text2{
	font-size: 56px;
	line-height: 56px;
	font-weight: bold;
	margin: 0 0 10px 0;
	-webkit-transform: 	translateX(-1100px);
	-moz-transform: 	translateX(-1100px);
	-ms-transform: 		translateX(-1100px);
	-o-transform: 		translateX(-1100px);
	transform: 			translateX(-1100px);
	-webkit-transition-delay: 	300ms;
	-moz-transition-delay: 		300ms;
	-ms-transition-delay: 		300ms;
	-o-transition-delay: 		300ms;
	transition-delay: 			300ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}
.ban3 .text4{
	font-size: 14px;
	line-height: 18px;
	font-family: "Arial";
	margin: 20px 0 0 0;
	opacity: .4;
	-webkit-transform: 	translateX(-1100px);
	-moz-transform: 	translateX(-1100px);
	-ms-transform: 		translateX(-1100px);
	-o-transform: 		translateX(-1100px);
	transform: 			translateX(-1100px);
	-webkit-transition-delay: 	400ms;
	-moz-transition-delay: 		400ms;
	-ms-transition-delay: 		400ms;
	-o-transition-delay: 		400ms;
	transition-delay: 			400ms;
	-webkit-transition-duration: 	600ms;
	-moz-transition-duration: 		600ms;
	-ms-transition-duration: 		600ms;
	-o-transition-duration: 		600ms;
	transition-duration: 			600ms;
}

.ban3.swiper-slide-active .text2,
.ban3.swiper-slide-active .text4{
	-webkit-transform: 	translateX(0);
	-moz-transform: 	translateX(0);
	-ms-transform: 		translateX(0);
	-o-transform: 		translateX(0);
	transform: 			translateX(0);
}


.banner li.ban2 .container{
	width: 35%;
	right: 10%;
	left: auto;
}

.swiper-pagination-switch{
	width: 50px;
	height: 5px;
	border-radius: 0;
	opacity: .4;
	margin: 0 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.swiper-active-switch{
	width: 86px;
	opacity: 1;
}


.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
}
.stitle h2 span{
	color: #e70012;
	line-height: 48px;
	font-size: 54px;
	display: inline-block;
	vertical-align: bottom;
	font-family: "impact";
}
.stitle p{
	font-size: 18px;
	color: #666;
	margin: 10px 5% 0 5%;
}
.about .stitle{
	text-align: left;
}
.about .stitle span{
	font-weight: normal;
}





.progress{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.progress li{
	display: block;
	position: relative;
	width: 16%;
	margin: 0 .8% 0 0;
	background: url("../../images/progress_2.png") center no-repeat;
	background-size: contain;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.progress li:last-child{
	margin: 0;
}
.progress li:hover img{
	opacity: 0;
}
.progress li .num{
	font-family: "din";
	position: absolute;
	color: #888;
	font-size: 48px;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -48px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.progress li p{
	position: absolute;
	font-size: 24px;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: 16px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.progress li:hover .num,
.progress li:hover p{
	color: #fff;
}





























.about .text{
	font-size: 20px;
	line-height: 36px;
	color: #666;
}

.procate{
	background: url("../../images/bg_procate.jpg") center no-repeat;
	background-size: cover;
}
.procate li{
	width: 31.57%;
	display: block;
	float: left;
	margin: 0 2.645% 0 0;
	padding: 0 0 50px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate li:last-child{
	margin: 0;
}
.procate li .pic{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.procate li .pic img{
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate li:hover{
	background: #fff;
}
.procate li:hover .pic{
	background-size: 100%;
}
.procate li:hover .pic img{
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.procate li p{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.procate li span{
	font-size: 14px;
	display: none;
	font-family: "Arial";
	text-align: center;
	color: #666;
}


.appslide{
	height: 560px;
}
.appslide li{
	float: left;
	width: 20%;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.appslide li.this{
	width: 40%;
}
.appslide li .pic{
	height: 560px;
}
.appslide li .pic img{
	object-position: left center;
}
.appslide li .text{
	color: #fff;
	left: 50px;
	top: 50px;
	position: absolute;
}
.appslide li .text strong{
	font-size: 30px;
}
.appslide li .text p{
	font-size: 16px;
	margin: 5px 0 0 0;
}



.equip{
	background: url("../../images/bg_equip.jpg") center no-repeat;
	background-size: cover;
}
.equip .stitle *{
	color: #fff;
}
.equip .text li{
	display: block;
	float: left;
	width: 25%;
	color: #fff;
	line-height: 50px;
	padding: 0 0 0 16px;
	position: relative;
	box-sizing: border-box;
	font-size: 20px;
}
.equip .text li::before{
	width: 5px;
	height: 5px;
	background: #888;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	content: '';
	border-radius: 50%;
}

.equipslide li{
	position: relative;
	overflow: hidden;
}
.equipslide li .pic{
	margin: 0 15px;
}
.equipslide li p{
	margin: 0 15px;
	position: absolute;
	left: 0;
	bottom: -40px;
	line-height: 40px;
	width: calc(100% - 30px);
	background: rgba(0,0,0,.4);
	text-align: center;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.equipslide li:hover p{
	bottom: 0;
}


.partnerslide li .pic{
	margin: 20px 10px;
	border: 1px solid #e5e5e5;
}


.footer{
	background: #f5f5f7;
}
.footer .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fcontact .ftel{
	font-size: 30px;
	font-family: "impact";
	line-height: 26px;
}
.fcontact .ftel .iconfont{
	font-size: 28px;
	color: #e50012;
	display: inline-block;
	vertical-align: bottom;
}
.fcontact .text{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin: 15px 0 0 0;
}

.cr{
	margin: 15px 0 0 0;
	font-size: 16px;
	color: #888888;
}
.cr a{
	font-size: 16px;
	color: #888888;
}

.fmenu{
	margin: 0 0 0 110px;
}
.fmenu ul{
	margin: 0 50px 0 0;
	float: left;
}
.fmenu ul li{
	display: block;
	line-height: 36px;
}
.fmenu ul li a{
	font-size: 16px;
	color: #000;
}


.ftitle{
	color: #888888;
	margin: 0 0 15px 0;
}


.fewm .ewm{
	margin: 0 30px 0 0;
}
.fewm .ewm:last-child{
	margin: 0;
}
.fewm .pic{
	width: 144px;
}
.fewm p{
	margin: 10px 0 0 0;
}


.bannerbg,
.listbanner,
.nbanner{
	height: 600px;
	color: #fff;
	position: relative;
}

.bannerbg .container{
	position: absolute;
	z-index: 8;
	top: 50%;
	color: #fff;
	left: 10%;
}

.bannerbg .text1{
	font-size: 56px;
	line-height: 60px;
	font-weight: bold;
}
.bannerbg .text2{
	font-size: 40px;
	line-height: 60px;
	margin: 10px 0 0 0;
}
.bannerbg .text3{
	font-size: 14px;
	line-height: 18px;
	opacity: .4;
	font-family: "Arial";
	margin: 20px 0 0 0;
	display: none;
}


.ntitle{
	text-align: center;
}
.ntitle h2{
	font-size: 48px;
	line-height: 48px;
}
.ntitle h2::after{
	content: '';
	display: block;
	background: #e50012;
	width: 60px;
	height: 4px;
	margin: 20px auto 0 auto;
}

.nabout{
	background: #fafafa;
}

.naboutext .ntitle{
	text-align: left;
	margin: 20px 0 0 0;
}
.naboutext .ntitle h2::after{
	margin: 20px 0 0 0;
}
.naboutext{
	width: 44%;
}
.naboutext .text{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	text-indent: 2em;
}


.nabout .pic{
	width: 50%;
}


.nenvslide{
	padding: 40px 0;
	position: relative;
}
.nenvslide li{
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nenvslide li .pic{
	background: #000;
}
.nenvslide li .pic img{
	opacity: .6;
}
.nenvslide li.swiper-slide-active{
	transform: scale(1.2);
	z-index: 2;
}
.nenvslide li.swiper-slide-active .pic img{
	opacity: 1;
}


.nenvslide_arrow{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	line-height: 60px;
	border: 1px solid rgba(255,255,255,.4);
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.nenvslide_arrow_left{
	left: 25%;
}
.nenvslide_arrow_right{
	right: 25%;
	transform: rotate(180deg);
}



.nhonor{
	background: url("../../images/bg_nhonor.jpg") center no-repeat;
	background-size: cover;
}
.nhonor .ntitle{
	text-align: left;
	width: 33%;
}
.nhonor .ntitle h2::after{
	margin: 20px 0 0 0;
}
.nhonor .ntitle .text{
	font-size: 24px;
	line-height: 48px;
	color: #333333;
}

.nhonorlist{
	width: 67%;
}
.nhonorlist li{
	width: 47.5%;
	border: 2px solid #888888;
	float: left;
	display: block;
	margin: 0 5% 0 0;
	box-sizing: border-box;
}
.nhonorlist li:last-child{
	margin: 0;
}

.nhonor .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.ncontact .stitle h2{
	font-size: 36px;
}


.nmessage{
	width: 47.5%;
}


.ncontacttext{
	width: 47.5%;
}

.ncontacttext .ftel{
	font-size: 40px;
	font-family: "impact";
	line-height: 30px;
}
.ncontacttext .ftel .iconfont{
	font-size: 36px;
	color: #e50012;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 20px 0 0;
}
.ncontacttext .text{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}
.ncontacttext .text .iconfont{
	font-size: 18px;
	margin: 0 10px 0 0;
}


.nmessage li{
	display: block;
	margin: 0 0 18px 0;
}
.nmessage li input,
.nmessage li textarea{
	height: 58px;
	background: #eeeeee;
	border: none;
	padding: 0 25px;
	width: 100%;
	box-sizing: border-box;
}
.nmessage li textarea{
	height: 193px;
	padding: 20px 25px;
}
.nmessage li.m3{
	width: 68%;
	float: left;
}
.nmessage li.m4{
	width: 30%;
	float: right;
	position: relative;
}
.nmessage li.m4 img{
	padding: 11.5px 0;
	width: 82px;
	height: 35px;
	background: #eeeeee;
	position: absolute;
	right: 0;
	top: 0;
}
.nmessage li.m5{
	clear: both;
}
.nmessage li.m6{
	margin: 0;
}
.nmessage li.m6 input{
	font-size: 18px;
	cursor: pointer;
	background: #e50012;
	color: #fff;
	font-weight: bold;
}


.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}


.recommendnews li{
	display: block;
	float: left;
	width: 31.5%;
	margin: 0 2.75% 0 0;
}
.recommendnews li:nth-child(3n){
	margin: 0;
}
.recommendnews li .text{
	border: 1px solid #e5e5e5;
	padding: 20px;
}
.recommendnews li .text strong{
	display: block;
	font-size: 20px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.recommendnews li .text span{
	display: block;
	font-size: 14px;
	color: #666666;
	font-family: "Arial";
	margin: 10px 0 0 0;
}

.nnewslist li{
	display: block;
	border: 1px solid #e5e5e5;
	margin: 0 0 30px 0;
}
.nnewslist li a{
	display: block;
	padding: 3% 5%;
}
.nnewslist li .date{
	width: 10%;
	text-align: right;
}
.nnewslist li .date span{
	font-size: 14px;
}
.nnewslist li .date p{
	font-size: 30px;
	line-height: 30px;
	color: #666666;
	margin: 10px 0 0 0;
}

.nnewslist li .text{
	width: 86%;
}
.nnewslist li .text span{
	font-size: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist li .text p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewslist li .text .more{
	width: 120px;
	line-height: 40px;
	text-align: center;
	background: #888888;
	color: #fff;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.nnewslist li:hover .text span{
	color: #e50012;
}
.nnewslist li:hover .text .more{
	background: #e50012;
}



.npro li{
	display: block;
	float: left;
	border: 2px solid #eeeeee;
	box-sizing: border-box;
	text-align: center;
	width: 23%;
	margin: 0 2.666% 2.666% 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.npro li p{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}
.npro li .more{
	width: 136px;
	line-height: 36px;
	background: #888;
	margin: 15px auto 30px auto;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.npro li:hover{
	border-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.npro li:hover .more{
	background: #e50012;
}


.npro1 li{
	width: 23%;
	margin: 0 2.666% 2.666% 0;
}
.npro1 li:nth-child(4n){
	margin: 0 0 2.666% 0;
}
.npro1 li:nth-child(4n+1){
	clear: both;
}
.npro2 li{
	width: 31.666%;
	margin: 0 2.5% 2.5% 0;
}
.npro2 li:nth-child(3n){
	margin: 0 0 2.5% 0;
}



.ncate{
	width: 17%;
}
.ncate .catetitle{
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	background: #000;
}
.ncate ul{
	margin: 20px 0;
}
.ncate ul li{
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 25px;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate ul li a{
	font-size: 16px;
	display: block;
}
.ncate ul li a .iconfont{
	font-size: 12px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 0;
	transform: rotate(180deg);
	color: #c4c4c4;
}
.ncate ul li.this,
.ncate ul li:hover{
	background: #eeeeee;
}

.ncontainer{
	width: 79%;
}

.pro3 li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	position: relative;
}
.pro3 li:nth-child(3n){
	margin: 0;
}
.pro3 li p{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	position: absolute;
	padding: 5%;
	bottom: 0;
	left: 0;
	line-height: 24px;
	width: 90%;
}

.pro3intro{
	padding: 20px 0;
}
.pro3intro li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pro3intro li>.pic{
	width: 56%;
}
.pro3intro li>.text{
	width: 44%;
	padding: 100px 0 100px 140px;
	box-sizing: border-box;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.pro3intro li:nth-child(2){
	flex-direction: row-reverse;
}
.pro3intro li:nth-child(2)>.text{
	padding: 70px 0 70px 140px;
}

.pro3intro .ntitle{
	text-align: left;
	margin: 0 0 50px 0;
}
.pro3intro .ntitle h2{
	font-size: 36px;
}
.pro3intro .ntitle h2::after{
	margin: 20px 0 0 0;
}
.introli{
	margin: 0 0 25px 0;
}
.introli .pic{
	width: 54px;
	margin: 0 25px 0 0;
}
.introli p{
	font-size: 24px;
	float: left;
}
.introli p span{
	display: block;
	font-size: 14px;
	color: #666666;
	font-family: "Arial";
}
















