@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
*/
.container{
	width: 1440px;
	margin: 0 auto;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu li{
	display: block;
	margin: 0 60px 0 0;
}
.menu li:last-child{
	margin: 0;
}
.menu li a{
	display: block;
	color: #333;
	-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 .iconfont{
	font-size: 24px;
	cursor: pointer;
}
.menu li.this a,
.menu li:hover a{
	color: #d71618;
}

.stitle{
	justify-content: center;
}
.stitle h2{
	font-size: 36px;
	margin: 0 20px;
}

.abouttext .pic{
	width: 50%;
}
.abouttext .text{
	width: 44%;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-indent: 2em;
}

.aboutnum{
	background: #eee;
}
.aboutnum li{
	width: 25%;
	display: block;
	text-align: center;
	border-right: 1px solid #ccc;
}
.aboutnum li:last-child{
	border: none;
}
.aboutnum li .num{
	justify-content: center;
	align-items: flex-start;
	color: #d71618;
}
.aboutnum li .num span{
	display: block;
	font-size: 56px;
	font-weight: bold;
}
.aboutnum li .num .dw{
	font-size: 16px;
}
.aboutnum li .num .jia{
	font-size: 24px;
}
.aboutnum li p{
	color: #666;
}


.yyly{
	background: #eee;
}
.yylytabs{
	background: #fff;
}
.yylytabs li{
	width: 25%;
	cursor: pointer;
	justify-content: flex-start;
	padding: 50px 0 50px 60px;
	box-sizing: border-box;
	border-right: 1px solid #eee;
}
.yylytabs li:last-child{
	border: none;
}
.yylytabs li .iconfont{
	font-size: 44px;
	color: #d71618;
	margin: 0 10px 0 0;
}
.yylytabs li .text strong{
	font-size: 24px;
	color: #222;
}
.yylytabs li .text p{
	font-size: 16px;
	color: #666;
}
.yylytabs li.active{
	background: #d71618;
}
.yylytabs li.active .iconfont,
.yylytabs li.active .text strong,
.yylytabs li.active .text p{
	color: #fff;
}


.cultureslide>li{
	width: 288px;
	height: 440px;
	display: block;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cultureslide>li:last-child{
	border: none;
}
.cultureslide li.active{
	width: 576px;
}
.cultureslide li .pic{
	width: 576px;
	height: 440px;
}
.cultureslide li .pic img{
	object-position: left center;
}
.cultureslide li .text{
	position: absolute;
	left: 60px;
	top: 60px;
	color: #fff;
}
.cultureslide li .text strong{
	font-size: 30px;
}
.cultureslide li .text p{
	font-size: 16px;
	opacity: .6;
}
.cultureslide li .text ul{
	margin: 20px 0 0 0;
	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;
}
.cultureslide li.active .text ul{
	opacity: 1;
}
.cultureslide li .text ul li{
	font-size: 20px;
	line-height: 36px;
	display: block;
	padding: 0 0 0 15px;
	position: relative;
}
.cultureslide li .text ul li::before{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
}

.news{
	background: #eee;
}
.newscate li{
	width: 24%;
	display: block;
	text-align: center;
	line-height: 56px;
}
.newscate li a{
	display: block;
	background: #fff;
	font-size: 18px;
	color: #222;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newscate li:hover a,
.newscate li.this a{
	background: #d71618;
	color: #fff;
}


.newslist li{
	display: block;
	width: 31.3%;
}
.newslist li .text{
	padding: 30px;
	background: #fff;
}
.newslist li .text strong{
	font-size: 20px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 0 10px 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;
}
.newslist li .text p{
	font-size: 16px;
	line-height: 26px;
	color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist li .more{
	margin: 20px 0 0 0;
}
.newslist li:hover .pic img{
	transform: scale(1.1);
}
.newslist li:hover .text strong{
	color: #d71618;
}

.footer{
	background: #1b1b1b;
}
.footer .container{
	align-items: flex-start;
	color: #a3a3a3;
}

.fcontact .text{
	font-size: 14px;
	line-height: 34px;
	color: #a3a3a3;
	margin: 20px 0 0 0;
}
.fcontact .text strong{
	color: #fff;
}

.fmenu{
	align-items: flex-start;
	width: 52%;
	margin: 26px 0 0 0;
}
.fmenu li{
	display: block;
	color: #fff;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}
.fmenu li:first-child{
	margin: 0 0 10px 0;
}
.fmenu li a{
	display: block;
	color: #a3a3a3;
	font-weight: normal;
	font-size: 14px;
}

.fewm{
	margin: 26px 0 0 0;
}
.fewm strong{
	font-size: 18px;
	color: #fff;
	margin: 0 0 20px 0;
	display: block;
}
.fewm p{
	text-align: center;
	font-size: 14px;
	margin: 10px 0 0 0;
}

.cr{
	line-height: 64px;
	color: #a3a3a3;
	text-align: center;
	font-size: 14px;
	background: #1b1b1b;
	border-top: 1px solid #434343;
}
.cr a{
	color: #a3a3a3;
	font-size: 14px;
}

.bannerbg,
.nbanner,
.listbanner{
	height: 420px;
}

.ncate{
	justify-content: flex-start;
}
.ncate li{
	width: 24%;
	display: block;
	text-align: center;
	line-height: 56px;
	margin: 0 1.333% 0 0;
}
.ncate li:last-child{
	margin: 0;
}
.ncate li a{
	display: block;
	background: #eee;
	font-size: 18px;
	color: #222;
	-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 li:hover a,
.ncate li.this a{
	background: #d71618;
	color: #fff;
}


.ndev{
	background: url("../images/bg_dev.jpg") #f1f2f4 center bottom no-repeat;
	background-size: cover;
}
.ndev .ncate li a{
	background: #fff;
}
.ndev .ncate li:hover a,
.ndev .ncate li.this a{
	background: #d71618;
}

.ndevslide{
	position: relative;
}
.ndevslide::before{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #d71618;
	opacity: .2;
	position: absolute;
	left: 0;
	top: 152px;
}
.ndevslide .swiper-slide{
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.ndevslide .swiper-slide .year{
	font-size: 30px;
	font-family: "Arial";
	color: #d71618;
	font-weight: bold;
}
.ndevslide .swiper-slide .cir{
	width: 34px;
	height: 116px;
	background: url("../images/cir.png") center no-repeat;
	position: absolute;
	top: 45px;
	left: 35px;
}
.ndevslide .swiper-slide .text{
	padding: 20px 40px 20px 55px;
	background: #fff;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 90px 0 0 0;
}

.pagination_dev{
	bottom: 0;
}
.pagination_dev .swiper-pagination-switch{
	margin: 0;
	width: 50px;
	height: 8px;
	border-radius: 0;
	opacity: 1;
}
.pagination_dev .swiper-active-switch{
	background: #efa2a3;
	opacity: 1;
}
.pagination_dev .swiper-pagination-switch:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination_dev .swiper-pagination-switch:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.nculture>li{
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 0 40px 0;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nculture>li:last-child{
	margin: 0;
}
.nculture li .text{
	position: absolute;
	left: 10%;
	top: 60px;
	color: #fff;
}
.nculture>li:nth-child(2n) .text{
	left: 55%;
}
.nculture>li:nth-child(2) .text{
	top: 100px;
}
.nculture li .text strong{
	font-size: 40px;
}
.nculture li .text p{
	font-size: 16px;
	opacity: .6;
}
.nculture li .text ul{
	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;
}
.nculture li .text ul li{
	font-size: 20px;
	line-height: 40px;
	display: block;
	padding: 0 0 0 15px;
	position: relative;
}
.nculture li .text ul li::before{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
}

.ncase li{
	width: 31.333%;
	float: left;
	display: block;
	margin: 0 3% 3% 0;
}
.ncase li:nth-child(3n){
	margin: 0 0 3% 0;
}
.ncase li p{
	background: #f2f2f2;
	font-size: 18px;
	color: #333;
	line-height: 60px;
	text-align: center;
}

.ncontactlist li{
	display: block;
	width: 24%;
	background: #eee;
	text-align: center;
	padding: 40px 0;
}
.ncontactlist li .iconfont{
	font-size: 36px;
	color: #fff;
	width: 70px;
	line-height: 70px;
	margin: 0 auto;
	background: url("../images/bg_ncontactli.png");
}
.ncontactlist li span{
	font-size: 16px;
	color: #666;
	display: block;
	margin: 10px 0;
}
.ncontactlist li p{
	font-size: 20px;
}

.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.nhonorlist ul{
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.nhonorlist li{
	width: 24%;
	margin: 0 1.3% 1.3% 0;
	background: #f7f7f7;
	padding: 40px;
	box-sizing: border-box;
}
.nhonorlist li:nth-child(4n){
	margin: 0 0 1.3% 0;
}
.nhonorlist li a{
	display: block;
}
.nhonorlist li .pic{
	border: 4px solid #d71618;
}


.nnewslist{
	justify-content: flex-start;
	flex-wrap: wrap;
}
.nnewslist li{
	width: 31.333%;
	margin: 0 3% 3% 0;
}
.nnewslist li:nth-child(3n){
	margin: 0 0 3% 0;
}
.nnewslist li .text{
	border: 1px solid #eee;
}

.nprolist li{
	display: block;
	float: left;
	width: 24%;
	margin: 0 1.3% 1.3% 0;
}
.nprolist li:nth-child(4n){
	margin: 0 0 1.3% 0;
}
.nprolist li .pic{
	border: 4px solid #f3f3f3;
}
.nprolist li p{
	line-height: 60px;
	background: #f2f2f2;
	text-align: center;
	padding: 0 5%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}

.nstrengthlist ul{
	justify-content: flex-start;
	flex-wrap: wrap;
}
.nstrengthlist li{
	display: block;
	float: left;
	width: 24%;
	margin: 0 1.3% 1.3% 0;
}
.nstrengthlist li:nth-child(4n){
	margin: 0 0 1.3% 0;
}
.nstrengthlist li p{
	line-height: 60px;
	background: #f2f2f2;
	text-align: center;
	padding: 0 5%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}

.searchform{
	display: none;
	position: fixed;
	width: 50%;
	background-color: #fff;
	left: 25%;
	top: 30%;
	padding: 30px 40px;
	box-sizing: border-box;
	box-shadow: 0 0 15px 5px rgba(0,0,0,.3);
	z-index: 9999;
}
.searchform p{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.searchform .stext{
	width: 70%;
	height: 44px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-right: none;
	padding: 0 20px;
}
.searchform .sbut{
	width: 30%;
	height: 44px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;
}
.searchform .searchclose{
	position: absolute;
	right: 40px;
	top: 22px;
	font-size: 40px;
	line-height: 40px;
	cursor: pointer;
}

.shadow{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .7;
	z-index: 999;
}

.pagination{
	bottom: 40px;
}
.swiper-pagination-switch{
	width: 60px;
	border-radius: 0;
	height: 4px;
}

.page a.thispage{
	background: #d71618;
	border-color: #d71618;
}
.banner_pc .swiper-active-switch{
	background: #d71618;
}









