@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;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
*/
.container{
	width: 90%;
	max-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;
}
.top{
	line-height: 60px;
	border-bottom: 16px solid #d6001d;
}
.top .container{
	justify-content: flex-end;
}
.top li{
	margin: 0 0 0 20px;
}
.top li a{
	margin: 0 0 0 5px;
	display: block;
	color: #777;
}
.top li.searchbtn{
	cursor: pointer;
}
.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: 999;
}
.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;
}

.header{
	line-height: 100px;
	position: relative;
}
.secmenubg{
	position: absolute;
	top: 100%;
	left: 0;
	width: 90%;
	padding: 0 5%;
	background: rgba(255,255,255,0.9);
	z-index: 9;
	display: none;
}
.logo{
	width: 178px;
}
.menu li{
	display: block;
	position: relative;
}
.menu li a{
	display: block;
	padding: 0 60px;
	font-size: 17px;
	color: #040404;
	font-weight: bold;
	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;
}
.menu li a::after{
	width: 0;
	height: 1px;
	background: #d6001d;
	opacity: 0;
	left: 50%;
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	-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:hover>a{
	color: #d6001d;
}
.menu>li:hover>a::after{
	width: 100%;
	left: 0;
	opacity: 1;
}
.menu>li>ul{
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 99;
	padding: 25px 0;
	display: none;
}
.menu>li>ul.hangye{
	width: 200%;
	flex-wrap: wrap;
}
.menu>li>ul li{
	line-height: 46px;
	text-align: center;
}
.menu>li>ul li a{
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}
.menu>li>ul.hangye li{
	width: 50%;
	float: left;
}
.menu>li:nth-child(2){
	position: inherit;
}
.menu>li>ul li:hover a{
	color: #d6001d;
}
.menu>li>ul>div>ul{
	width: 20%;
	float: left;
}
.menu>li:nth-child(2)>ul{
	left: 0;
	box-sizing: border-box;
}
.menu>li>ul>div>ul>li{
	line-height: 34px;
	text-align: left;
}
.menu>li>ul>div>ul>li.firstclass a{
	font-size: 16px;
	color: #c4162b;
}
.menu>li>ul>div>ul>li a{
	font-size: 14px;
}
.menu a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}


.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 48px;
}
.stitle p{
	color: #5a5a5a;
	font-size: 18px;
}
.stitle .line{
	width: 50px;
	height: 2px;
	background: #d6001d;
	margin: 10px auto 0 auto;
}


.zlkztbg{
	background: url("../images/bg_zlkzt.jpg") center no-repeat;
	background-size: cover;
}

.zlkztslide{
	position: relative;
}
.zlkztslide .swiper-container{
	margin: 0 0 0 auto;
}
.zlkztslide .swiper-slide{
	background: #fff;
	align-items: flex-start;
}
.zlkztslide .swiper-slide .zlkzttext{
	width: 34%;
	box-sizing: border-box;
	padding: 3% 5%;
}
.zlkztslide .swiper-slide .pic{
	width: 66%;
}
.zlkztslide .swiper-slide .num{
	color: #d6001d;
	font-size: 60px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
.zlkztslide .swiper-slide .kzttitle{
	font-size: 26px;
	color: #222;
	justify-content: flex-start;
	font-weight: bold;
}
.zlkztslide .swiper-slide .kzttitle img{
	margin: 0 10px 0 0;
}
.zlkztslide .swiper-slide .text{
	font-size: 16px;
	line-height: 32px;
	border-top: 3px solid #d6001d;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

.zlkzttabs{
	position: absolute;
	left: 13%;
	bottom: 70px;
	border: 3px solid #d6001d;
	background: #fff;
}
.zlkzttabs li{
	display: block;
	text-align: center;
	padding: 15px 0;
	width: 150px;
	border-right: 1px solid #222;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 18px;
}
.zlkzttabs li:last-child{
	border: none;
}
.zlkzttabs li img{
	display: block;
	margin: 0 auto 5px auto;
}


.cuslogobg{
	background: url("../images/bg_cuslogo.jpg") center no-repeat;
	background-size: cover;
}

.cuslogolist{
	margin: 100px auto 100px auto;
}

.cuslogolist li{
	width: 13.333%;
	display: block;
	background: url("../images/bg_cuslogolist_1.png") center no-repeat;
	background-size: contain;
}
.cuslogolist1{
	width: 85.93%;
	max-width: none;
}
.cuslogolist2{
	width: 73.43%;
	margin-top: -105px;
	max-width: none;
}
.cuslogolist2 li{
	width: 15.277%;
}


.hangyelist li{
	display: block;
	background: #fff;
	border:#ededed 1px solid;
	position: relative;
	overflow: hidden;
}
.hangyelist li .pic p{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #000;
	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;
}
.hangyelist li:hover .pic p{
	opacity: 0;
}
.hangyelist li .hangyetext{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10%;
	left: 0;
	top: 0;
	z-index: 1;
	box-sizing: border-box;
	color: #fff;
	background: rgba(60,60,60,.9);
	transform: translateY(-100%);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.hangyelist li:hover .hangyetext{
	transform: translateY(0%);
}
.hangyelist li .hangyetext strong{
	font-size: 26px;
	display: block;
}
.hangyelist li .hangyetext .text{
	color: #e9e9e9;
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0 20px 0;
}
.hangyelist1{
	width: 24.027%;
}
.hangyelist1 li:nth-child(1){
	margin: 0 0 5px 0;
}
.hangyelist2{
	width: 30.833%;
}
.hangyelist2 li .pic p{
	bottom: auto;
	top: 20%;
}
.hangyelist3{
	width: 44.4%;
	flex-wrap: wrap;
}
.hangyelist3 li:nth-child(1),
.hangyelist3 li:nth-child(2){
	margin: 0 0 5px 0;
}
.hangyelist3 li:nth-child(1),
.hangyelist3 li:nth-child(4){
	width: 52.5%;
}
.hangyelist3 li:nth-child(2),
.hangyelist3 li:nth-child(3){
	width: 45.7%;
}


.zwjm{
	background: url("../images/zwjm.jpg") center no-repeat;
	background-size: cover;
}
.zwjm .stitle .line{
	margin: 20px auto 40px auto;
}
.zwjm .stitle a{
	display: block;
	width: 140px;
	line-height: 50px;
	border-radius: 25px;
	background: #d6001d;
	text-align: center;
	color: #fff;
	margin: 50px auto 0 auto;
}

.lxwmlist li{
	width: 22.708%;
	display: block;
	padding: 0 0 130px 0;
	position: relative;
	border-bottom: 8px solid #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;
}
.lxwmlist li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
	border-bottom: 8px solid #d6001d;
}
.lxwmlist li .text{
	padding: 10%;
}
.lxwmlist li .text span{
	font-size: 20px;
}
.lxwmlist li .text p{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin: 10px 0 0 0;
}
.lxwmlist li .text a{
	display: block;
	margin: 35px 0 0 0;
	color: #d6001d;
	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;
}
.lxwmlist li .morebtn{
	background: url("../images/morebtn.png") center no-repeat;
	width: 63px;
	height: 63px;
	display: block;
	position: absolute;
	left: 10%;
	bottom: 10%;
	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;
}
.lxwmlist li:hover .text a{
	opacity: 0;
}
.lxwmlist li:hover .morebtn{
	opacity: 1;
}

.footer{
	background: #666;
	padding: 80px 0 40px 0;
}
.footer .container{
	align-items: flex-start;
}
.fmenu{
	width: 60%;
	align-items: flex-start;
}
.fmenu li{
	display: block;
	line-height: 30px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.fmenu>ul>li:first-child{
	margin: 0 0 20px 0;
}
.fmenu li a{
	display: block;
	color: #b0b0b0;
	font-weight: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.fmenu li:hover a{
	color: #d6001d;
}
.fmenubtn{
	display: none;
}

.fewm{
	width: 30%;
	justify-content: space-around;
}
.fewm li{
	display: block;
	text-align: center;
}
.fewm li strong{
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 0 0 20px 0;
}
.fewm li>div{
	position: relative;
}
.fewm li .ewm{
	transform: scale(0);
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -70px;
	margin-left: -70px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.fewm li:hover .ewm{
	transform: scale(1);
	opacity: 1;
}

.fbottom{
	background: #666;
	border-top: 1px solid #999;
	padding: 20px 0;
	font-size: 14px;
	color: #ccc;
}
.flink a{
	margin: 0 5px 0 0;
}
.fbottom a{
	font-size: 14px;
	color: #ccc;
}

.bannerbg,
.nbanner,
.nbanner .container,
.listbanner .container{
	height: 590px;
}
.bnav_pro{
	background: #f8f8f8;
}
.bnav{
	line-height: 60px;
	border-bottom: 1px solid #b7b7b7;
	font-size: 18px;
}
.bnav a{
	font-size: 18px;
}
.bnav .container{
	position: relative;
}
.bnav .container::after{
	content: '';
	display: block;
	width: 86px;
	height: 5px;
	background: #404040;
	position: absolute;
	bottom: -3px;
	left: -4px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}


.nabouttext{
	font-size: 16px;
	line-height: 30px;
	color: #313131;
}

.naboutpic .pic{
	width: 49.7%;
}


.aboutnum{
	background: #12232e;
	padding: 60px 0;
}
.aboutnum .container{
	justify-content: center;
}
.aboutnum li{
	margin: 0 8%;
	color: #fff;
	display: block;
}
.aboutnum li .counter{
	font-size: 100px;
	font-family: "Arial";
	font-weight: bold;
	display: table;
	border-bottom: 2px solid #c4162b;
	margin: 0 auto;
}
.aboutnum li p{
	font-size: 16px;
	text-align: center;
	margin: 15px 0 0 0;
}



.devslide{
	position: relative;
	background: url("../images/bg_dev.png") center no-repeat;
}
.devslide .container{
	position: relative;
}
.devslide .container::before{
	width: 100%;
	content: '';
	display: block;
	opacity: .45;
	height: 2px;
	top: 50%;
	position: absolute;
	left: 0;
	margin-top: -1px;
	background: #595959;
}
.devslide .container{
	position: relative;
	box-sizing: border-box;
}
.devslide .swiper-slide{
	height: 100% !important;
}
.devslide li .dev_text{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	padding: 0 0 0 130px;
	height: 240px;
	width: 100%;
}
.devslide li:nth-child(2n) .dev_text{
	top: 50%;
}
.devslide li{
	display: block;
	position: relative;
}
.devslide li .cir{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 58px;
	top: 50%;
	margin-top: -10px;
	background: url("../images/dev_dot.png");
	background-size: cover;
}
.devslide li:nth-child(2n) .cir{
	transform: rotate(180deg);
	margin-bottom: -10px;
	top: auto;
	bottom: 50%;
}
.devslide li .year{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	background: url("../images/bg_dev_1.png");
	width: 90px;
	height: 90px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	left: 20px;
	bottom: 10px;
	padding: 0 3.5px 41px 3.5px;
}
.devslide li .year span{
	display: block;
	width: 100%;
}
.devslide li:nth-child(2n) .year{
	padding: 41px 3.5px 0 3.5px;
	background: url("../images/bg_dev_2.png");
}
.devslide li:nth-child(2n) .year{
	bottom: auto;
	top: 10px;
}
.devslide li .devtext{
	/* padding: 0 0 70px 0; */
}
.devslide li .devtext{
	position: absolute;
	bottom: 20px;
	right: 0;
	padding: 0 0 0 130px;
	width: 100%;
	box-sizing: border-box;
}
.devslide li:nth-child(2n) .devtext{
	padding: 70px 0 0 0;
	position: relative;
	bottom: auto;
	right: auto;
}
.devslide li .devtext .devtitle{
	font-size: 20px;
	font-weight: bold;
}
.devslide li .devtext .text{
	font-size: 14px;
	line-height: 22px;
	color: #7d7d7d;
	margin: 10px 0 0 0;
}


.devslidebtn{
	position: absolute;
	top: 50%;
	width: 23px;
	height: 16px;
	cursor: pointer;
	margin-top: -8px;
	z-index: 12;
	background: url("../images/arrow_2.png") center no-repeat;
}
.devslidebtn_left{
	left: 0;
}
.devslidebtn_right{
	right: 0;
	transform: rotate(180deg);
}

.missionlist li{
	width: 33.333%;
	flex-wrap: wrap;
	text-align: center;
}
.missionlist li .missiontext{
	width: 100%;
	justify-content: center;
}
.missionlist li .pic{
	width: 100%;
}
.missionlist li strong{
	display: block;
	font-size: 26px;
	color: #12232e;
	margin: 0 0 10px 0;
}
.missionlist li p{
	font-size: 14px;
	line-height: 22px;
	color: #797979;
}
.missionlist li:nth-child(2) .pic{
	order: 2;
}
.missionlist li:nth-child(2) .missiontext{
	order: 1;
}


.ncontactlist li{
	display: block;
	text-align: center;
}
.ncontactlist li p{
	font-size: 20px;
	color: #7c7c7c;
	margin: 30px 0 10px 0;
}
.ncontactlist li strong{
	display: block;
	font-size: 20px;
	color: #484848;
}

.ljyy{
	background: url("../images/bg_yuyue.png") center top no-repeat;
	background-size: cover;
}

.messageform{
	background: #fff;
	padding: 2%;
	box-sizing: border-box;
}
#messageform{
	align-items: flex-start;
}
.messageform ul{
	width: 49%;
}
.messageform li{
	display: block;
	margin: 0 0 20px 0;
}
.messageform li:last-child{
	margin: 0;
}
.messageform li input{
	height: 44px;
	padding: 0 20px;
	border: 1px solid #f0f0f0;
	width: 100%;
	box-sizing: border-box;
}
.messageform li textarea{
	height: 168px;
	padding: 20px 20px;
	border: 1px solid #f0f0f0;
	width: 100%;
	box-sizing: border-box;
}
.messageform li .subbutton{
	width: 140px;
	height: 50px;
	background: #d6001d;
	color: #fff;
	border-radius: 25px;
	font-size: 16px;
	cursor: pointer;
}


.hangkong .intro .introtext{
	width: 47%;
}
.hangkong .intro .introtext .introtitle{
	font-size: 48px;
	color: #12232e;
	line-height: 56px;
	font-weight: bold;
	max-width: 580px;
}
.hangkong .intro .introtext .introtitle::after{
	width: 50px;
	height: 2px;
	background: #d6001d;
	content: '';
	display: block;
	margin: 10px 0 0 0;
}
.hangkong .intro .introtext .text{
	font-size: 18px;
	color: #8c8c8c;
	line-height: 38px;
}
.hangkong .intro .intropic{
	width: 50%;
}


.ygyq{
	background: #fafafa;
}
.ygyq .stitle h2{
	color: #000;
}
.ygyqlist li{
	width: 20%;
	text-align: center;
	display: block;
}
.ygyqlist li span{
	display: block;
	font-size: 24px;
	color: #000;
	margin: 0 0 20px 0;
}
.ygyqlist li p{
	font-size: 14px;
	line-height: 24px;
	color: #8c8c8c;
}


.jjfalist{
	flex-wrap: wrap;
}
.jjfalist li{
	margin: 70px 0 0 0;
	width: 47%;
	border: 1px solid #12232e;
	padding: 2%;
	box-sizing: border-box;
}
.jjfalist li .text{
	width: 80%;
}
.jjfalist li .text span{
	display: block;
	font-size: 24px;
	color: #12232e;
}
.jjfalist li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #8c8c8c;
	margin: 10px 0 0 0;
}


.ctzzlist{
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.ctzzlist li{
	margin: 70px 5% 0 0;
	width: 30%;
	display: block;
	box-sizing: border-box;
}
.ctzzlist li:nth-child(3n){
	margin: 70px 0 0 0;
}
.ctzzlist li .text{
	margin: 35px 0 0 0;
	color: #5a5a5a;
}
.ctzzlist li .text span{
	display: block;
	font-size: 24px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.ctzzlist li .text p{
	font-size: 14px;
	line-height: 24px;
}

.downloadlist li{
	line-height: 66px;
	border-top: 1px solid #e2e2e2;
}
.downloadlist li:last-child{
	border-bottom: 1px solid #e2e2e2;
}
.downloadlist li.firstrow{
	color: #949494;
}
.downloadlist li .dtype{
	width: 13%;
}
.downloadlist li .dtitle{
	width: 67%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.downloadlist li .dlan{
	width: 11%;
}
.downloadlist li .dbtn{
	width: 9%;
	justify-content: flex-start;
	color: #d6001d;
}
.downloadlist li .dbtn img{
	margin: 0 0 0 5px;
}



.xny .intro .introtext{
	width: 48%;
}
.xny .intro .introtext .introtitle{
	font-size: 46px;
	color: #12232e;
	line-height: 56px;
	font-weight: bold;
	text-transform: uppercase;
}
.xny .intro .introtext .introtitle::after{
	width: 50px;
	height: 2px;
	background: #d6001d;
	content: '';
	display: block;
	margin: 10px 0 0 0;
}
.xny .intro .introtext .text{
	font-size: 16px;
	color: #8c8c8c;
	line-height: 36px;
}
.xny .intro .intropic{
	width: 50%;
}


.introlist li{
	display: block;
	width: 23.5%;
	box-sizing: border-box;
	padding: 17px;
	background: #f6f6f6;
	color: #333333;
}
.introlist li:nth-child(2n){
	background: #f6f6f6;
	color: #333;
}
.introlist li strong{
	display: block;
	margin: 60px 0 20px 0;
	font-size: 24px;
	text-align: center;
}
.introlist li p{
	font-size: 16px;
	line-height: 36px;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 0 60px 0;
}



.cjwtlist li{
	line-height: 66px;
	border-top: 1px solid #e2e2e2;
	flex-wrap: wrap;
}
.cjwtlist li:last-child{
	border-bottom: 1px solid #e2e2e2;
}
.cjwtlist li .wttitle{
	width: 95%;
	font-size: 16px;
	color: #949494;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.cjwtlist li .wtbtn{
	width: 5%;
	text-align: center;
	cursor: pointer;
}
.cjwtlist li .wtarea{
	width: 100%;
	display: none;
	line-height: 24px;
	font-size: 14px;
	padding: 20px;
	box-sizing: border-box;
	background: #efefef;
}



.jiance .intro .introtext{
	width: 45%;
}
.jiance .intro .introtext .introtitle{
	font-size: 46px;
	color: #12232e;
	line-height: 56px;
	font-weight: bold;
	text-transform: uppercase;
}
.jiance .intro .introtext .introtitle::after{
	width: 50px;
	height: 2px;
	background: #d6001d;
	content: '';
	display: block;
	margin: 10px 0 0 0;
}
.jiance .intro .introtext .text{
	font-size: 16px;
	color: #8c8c8c;
	line-height: 36px;
}
.jiance .intro .intropic{
	width: 50%;
}
.jiance .intro2{
	margin: 100px auto;
}
.jiance .intro2 .introtext{
	order: 2;
}
.jiance .intro2 .intropic{
	order: 1;
}


.jclcist li{
	display: block;
	position: relative;
	width: 19.166%;
}
.jclcist li .arrow{
	position: absolute;
	right: -10%;
	top: 50%;
}
.jclcist li:nth-child(2n) .arrow{
	position: absolute;
	right: -10%;
	top: -10%;
}
.jclcist li .text{
	text-align: center;
	width: 74%;
	padding: 0 5%;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 26px;
	color: #666666;
	margin: 20px 0 0 0;
}

.nnewscate{
	justify-content: center;
}
.nnewscate li{
	display: block;
	position: relative;
}
.nnewscate li a{
	display: block;
	font-size: 48px;
	font-weight: bold;
	padding: 0 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;
}
.nnewscate li.this a,
.nnewscate li:hover a{
	color: #d6001d;
}
.nnewscate li::after{
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 7px;
	background: #d6001d;
	bottom: -10px;
	left: 50%;
	margin-left: -35px;
	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;
}
.nnewscate li.this::after,
.nnewscate li:hover::after{
	opacity: 1;
}

.nnewslist li{
	display: block;
	margin: 0 0 25px 0;
}
.nnewslist li a{
	padding: 22px;
	background: #f4f4f4;
}
.nnewslist li .pic{
	width: 19%;
}
.nnewslist li .text{
	width: 46%;
	margin: auto auto auto 4%;
}
.nnewslist li .text strong{
	font-size: 18px;
	color: #282828;
	display: block;
	margin: 0 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.nnewslist li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.nnewslist li .more{
	width: 115px;
	line-height: 36px;
	background: #d6001d;
	text-align: center;
	color: #fff;
	margin: auto 10px 10px auto;
}

.zulin .intro .introtext{
	width: 45%;
}
.zulin .intro .introtext .introtitle{
	font-size: 46px;
	color: #12232e;
	line-height: 56px;
	font-weight: bold;
	text-transform: uppercase;
}
.zulin .intro .introtext .introtitle::after{
	width: 50px;
	height: 2px;
	background: #d6001d;
	content: '';
	display: block;
	margin: 10px 0 0 0;
}
.zulin .intro .introtext .text{
	font-size: 18px;
	color: #8c8c8c;
	line-height: 38px;
}
.zulin .intro .intropic{
	width: 50%;
}

.zulin .ldyd{
	background: #efefef;
}
.zulin .ldyd .introtext{
	width: 45%;
}
.zulin .ldyd .introtext .introtitle{
	font-size: 46px;
	color: #12232e;
	line-height: 56px;
	font-weight: bold;
	text-transform: uppercase;
}
.zulin .ldyd .introtext .introtitle::after{
	width: 50px;
	height: 2px;
	background: #d6001d;
	content: '';
	display: block;
	margin: 10px 0 0 0;
}
.zulin .ldyd .introtext .text{
	font-size: 18px;
	color: #8c8c8c;
	line-height: 38px;
}
.zulin .ldyd .intropic{
	width: 50%;
}

.ldyd .container{
	align-items: flex-start;
}
.ldydlist li{
	display: block;
	margin: 0 0 20px 0;
}
.ldydlist li:last-child{
	margin: 0;
}
.ldydlist li .ydtitle{
	padding: 0 5%;
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	border-top: 2px solid #7a7a7a;
	border-bottom: 1px solid #bdbdbd;
	background: url("../images/jia.png") center right 20px no-repeat;
	cursor: pointer;
}
.ldydlist li.this .ydtitle{
	background: url("../images/jian.png") center right 20px no-repeat;
}
.ldydlist li .ydtext{
	display: none;
	padding: 20px 5% 0 5%;
	font-size: 18px;
	line-height: 30px;
	color: #2d2d2d;
}

.zyfwlist li{
	display: block;
	width: 13%;
	text-align: center;
}
.zyfwlist li strong{
	display: block;
	font-size: 24px;
	margin: 5px 0 10px 0;
}
.zyfwlist li p{
	font-size: 14px;
	line-height: 24px;
	color: #8c8c8c;
}



.zulin .fwqq{
	background: #efefef;
}
.zulin .fwqq .introtext{
	width: 45%;
}
.zulin .fwqq .introtext .introtitle{
	font-size: 46px;
	color: #12232e;
	line-height: 56px;
	font-weight: bold;
	text-transform: uppercase;
}
.zulin .fwqq .introtext .introtitle::after{
	width: 50px;
	height: 2px;
	background: #d6001d;
	content: '';
	display: block;
	margin: 10px 0 0 0;
}
.zulin .fwqq .introtext .text{
	font-size: 18px;
	color: #383838;
	line-height: 38px;
}
.zulin .fwqq .intropic{
	width: 50%;
}

.nproslide{
	width: 50%;
	height: auto !important;
	margin: 0;
}
.nproslide .swiper-wrapper,
.nproslide .swiper-wrapper .swiper-slide{
	height: auto !important;
}

.nproslidebtn{
	position: absolute;
	top: 50%;
	width: 59px;
	height: 59px;
	margin-top: -30px;
	cursor: pointer;
	background: url("../images/arrow_3.png");
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nproslidebtn:hover{
	background: url("../images/arrow_4.png");
}
.nproslidebtn_left{
	left: 0;
}
.nproslidebtn_right{
	right: 0;
	transform: rotate(180deg);
}


.nprointro{
	width: 46%;
}
.nprointro .stitle{
	text-align: left;
}
.nprointro .stitle h3{
	font-size: 30px;
	color: #c4162b;
}
.nprointro .stitle .line{
	margin: 10px 0 0 0;
}
.nprointro .text{
	font-size: 18px;
	line-height: 36px;
	color: #8c8c8c;
	margin: 20px 0;
}
.nprointro .ljyybtn{
	width: 120px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #d6001d;
	display: block;
	border-radius: 20px;
}


.nprotexttabs{
	justify-content: flex-start;
	line-height: 44px;
	border: 1px solid #c2c2c2;
	border-bottom: none;
}
.nprotexttabs li{
	display: block;
	padding: 0 22px;
	cursor: pointer;
}
.nprotexttabs li.this{
	background: #ededed;
}


.nprotextarea{
	border: 1px solid #c2c2c2;
	border-top: none;
	border-bottom: none;
}
.nprotextarea .nprotext{
	background: #ededed;
	padding: 40px;
}
.nprotextarea .nprotext .stitle{
	margin: 0 0 30px 0;
}
.nprotextarea .nprotext .stitle h2{
	font-size: 36px;
}

.nprotext1 table{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
}



.npagechangearea{
	background: #ededed;
	border: 1px solid #c2c2c2;
	border-top: none;
}

.npagechangearea{
	justify-content: center;
	padding: 20px 0 40px 0;
}
.npagechangearea a{
	width: 100px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	margin: 0 20px;
	background: #d6001d;
	border-radius: 13px;
}


.sidebar{
	position:absolute;
	z-index:99999;
	top:40%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.sidebar li{
	display: block;
	width: 80px;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	height: 80px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	cursor: pointer;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.sidebar li.toup{
	border: none;
}

.sidebar li>p{
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: #000;
	position: absolute;
	left: 0;
	bottom: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.sidebar li a{
	display: block;
}
.sidebar li .iconfont{
	width: 30px;
	height: 30px;
	line-height: 60px;
	text-align: center;
	color: #888888;
	font-size: 32px;
	display: block;
	margin: 0 auto 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}

.sidebar li img{
	border: 1px solid #e1e1e1;
	position: absolute;
	top: 0;
	right: 80px;
	display: none;
}
.sidebar li .text{
	border: 1px solid #e1e1e1;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 80px;
	background: #fff;
	display: none;
	z-index: 9999999;
	width: 120px;
}
.dtl{
	font-size: 14px;
	line-height: 28px;
	color: #282828;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #d2d2d2;
}
.dtl:last-child{
	margin: 0;
	padding: 0;
	border: none;
}



.sidebar .icon-dianhua1{
	background: url("../images/icon_side_dianhua.png");
	background-size: cover;
}
.sidebar .icon-weixin{
	background: url("../images/icon_side_weixin.png");
	background-size: cover;
}
.sidebar .icon-liuyan{
	background: url("../images/icon_side_liuyan.png");
	background-size: cover;
}
.sidebar .icon-ai-top{
	background: url("../images/icon_side_top.png");
	background-size: cover;
}

.map .container{
	position: relative;
}
.map li{
	position: absolute;
	display: block;
	min-width: 50px;
	min-height: 30px;
	cursor: pointer;
}
.map li.xinjiapo{
	min-width: 60px;
}
.map li.meiguo{
	min-width: 100px;
}
.map li .text{
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
	margin: 30px 0 0 0;
	font-size: 14px;
	line-height: 24px;
	display: none;
	cursor: default;
}
.map li .text strong{
	font-size: 18px;
	display: block;
	margin: 0 0 10px 0;
}
.map li.deguo{		left: 9%;	top: 28%;}
.map li.xinjiapo{	left: 33.5%;top: 65%;}
.map li.beijing{ 	left: 40%; 	top: 31%;}
.map li.suzhou{ 	left: 43%; 	top: 38%;}
.map li.hefei{ 		left: 39%; 	top: 40%;}
.map li.shenzhen{ 	left: 41%; 	top: 45%;}
.map li.meiguo{		left: 69%;	top: 36%;}
.map li.xian{		left: 35%;	top: 38%;}
.map li.yindu{		left: 27%;	top: 48%;}




.nhangye .intro .introtext{
	width: 47%;
}
.nhangye .intro .introtext .introtitle{
	font-size: 48px;
	color: #12232e;
	line-height: 56px;
	font-weight: bold;
	max-width: 580px;
}
.nhangye .intro .introtext .introtitle::after{
	width: 50px;
	height: 2px;
	background: #d6001d;
	content: '';
	display: block;
	margin: 10px 0 0 0;
}
.nhangye .intro .introtext .text{
	font-size: 18px;
	color: #8c8c8c;
	line-height: 38px;
}
.nhangye .intro .intropic{
	width: 50%;
}


.bandaoti .ctzz{
	background: #f1f5f8;
}
.bandaoti .ctzz li span{
	font-size: 22px;
	margin: 0 0 20px 0;
}

.zczz .intro .introtext{
	width: 34%;
}
.zczz .intro .introtext .text{
	font-size: 16px;
}
.zczz .intro .introtext .text strong{
	color: #000;
}
.zczz .intro .intropic{
	width: 63%;
}


.xueyuantext{
	font-size: 18px;
	line-height: 38px;
	color: #6d6d6d;
}


video{
	object-fit: cover;
	object-position: center;
	width: 100%;
}
video::-webkit-media-controls{
	display:none !important;
}


.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .flex{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	color: #fff;
	background: rgba(0,0,0,.2);
	text-shadow: 5px 5px 8px rgba(0,0,0,.0);
}
.banner .swiper-slide .flex .text1{
	font-size: 20px;
	margin: 10px 0 0 0;
}
.banner .swiper-slide .flex .text2{
	font-size: 70px;
	font-weight: bold;
	margin: 0px 0 0 0;
}
.banner .swiper-slide .flex .text3{
	font-size: 18px;
	background-color: #d6001d;
	border-radius: 20px;
	line-height: 40px;
	display: table;
	padding: 0 25px;
	margin: 15px 0 0 0;
	
}
.banner .swiper-slide .flex .text4{
	font-size: 18px;
	margin: 10px 0 30px 0;
	padding: 0 25px;
	display: none;
}


.downtabs{
	justify-content: center;
	max-width: 600px;
	margin: 0 auto;
}
.downtabs li{
	width: 180px;
	display: block;
	background-color: #fff;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
}
.downtabs li.this{
	background-color: #a9a9a9;
	font-weight: bold;
}

.downformarea{
	max-width: 600px;
	margin: 0 auto;
	padding: 40px;
	border: 1px solid #a9a9a9;
}
.downformarea .stitle{
	font-size: 24px;
	font-weight: bold;
}

.downform input{
	width: 100%;
	height: 44px;
	border: none;
	background-color: #fff;
	display: block;
	margin: 15px 0 0 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.downform input.btn_ver{
	background-color: #d6001d;
	color: #fff;
}

.downform textarea{
	width: 100%;
	height: 120px;
	border: none;
	background-color: #fff;
	display: block;
	margin: 15px 0 0 0;
	padding: 15px 20px;
	box-sizing: border-box;
}
.downform p{
	color: #d6001d;
	font-size: 14px;
	margin: 20px 0 0 0;
	line-height: 20px;
}