@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:'PingFangHeavy';
	src:url('../fonts/PingFang Heavy.ttf') format('truetype');
}

.swiper-free-mode > .swiper-wrapper{
	-webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide{
	display: block;
	height: auto !important;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: 0 12px;
	opacity: 0.6;
	background: #fff;
	cursor: pointer;
}
.swiper-active-switch {
	opacity: 1;
}
.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}
.container{
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.top{
	background: #bd3331;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
}
.top a{
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
}

.searcharea{
	margin: 0 10px 0 0;
	position: relative;
	z-index: 999;
}
.searcharea .fa{
	cursor: pointer;
	font-size: 14px;
	line-height: 32px;
}

.searchform{
	position: absolute;
	right: -6px;
	top: 40px;
	width: 248px;
	height: 28px;
	display: none;
	overflow: hidden;
	background: #fff;
	border: 1px solid #193984;
}

.searchform .stext{
	width: 200px;
	height: 28px;
	background: #fff;
	border: none;
	padding: 0 10px;
}
.searchform .sbut{
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	background: #fff;
	color: #193984;
}

.page{
	text-align: center;
}

.header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	margin: 0 20px 0 0;
	width: 5%;
	max-width: 71px;
}
.logotext{
	width: 150px;
	margin: 0 20px;
	word-break: keep-all;
	margin: 0 20px 0 0;
}
.logotext h1{
	font-size: 36px;
	line-height: 36px;
}
.logotext p{
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #a8a8a8;
	letter-spacing: 1.7px;
	margin: 5px 0 0 0;
}
.logokh{
	width: 241px;
	margin: 0 0 0 0;
}
.menu{
	width: 60%;
	margin: 0 0 0 auto;
}
.menu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menu li{
	display: block;
	float: left;
	width: 12.5%;
	line-height: 107px;
	text-align: right;
	position: relative;
}
.menu li a{
	font-size: 16px;
	display: block;
	-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>ul>li.this>a,
.menu>ul>li:hover>a{
	color: #ba1f20;
}

.menu ul li ul{
	position: absolute;
	right: -20px;
	display: none;
	z-index: 999;
}
.menu ul li ul li{
	display: block;
	float: none;
	width: 100%;
	line-height: 50px;
	background: #a11b19;
	-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 ul li ul li.this,
.menu ul li ul li:hover{
	background: #bd3331;
}
.menu ul li ul li a{
	color: #fff;
	padding: 0 20px;
	width: 65px;
	font-size: 14px;
	text-align: center;
	display: block;
}


.stitle{
	position: relative;
}
.stitle h2{
	font-size: 48px;
	line-height: 48px;
	padding: 40px 0 0 0;
	position: relative;
	z-index: 1;
}
.stitle h2 img{
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: -1;
}
.stitle p{
	font-size: 16px;
	line-height: 16px;
	color: #666;
	margin: 12px 0 0 0;
	font-family: Microsoft Yahei, "微软雅黑";
}



.cate{
	width: 60%;
	margin: 40px 0 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.cate li{
	float: left;
	display: block;
	width: 13.833%;
	text-align: center;
	line-height: 46px;
}
.cate li a{
	font-size: 18px;
	display: block;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cate li:hover a{
	background: #bd3331;
	border-radius: 30px;
	color: #fff;
}
.cate li.more{
	width: 15%;
	line-height: 42px;
	margin: 0 0 0 2%;
}
.cate li.more a{
	background: #bd3331;
	color: #fff;
	border: 2px solid #bd3331;
	border-radius: 30px;
}
.cate li.more:hover a{
	background: none;
	color: #bd3331;
	border-radius: 0;
}





.caseul{
	margin: 30px 0 0 0;
}
.caseul li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.caseul li:nth-child(3n){
	margin: 0 0 2% 0;
}
.caseul li:nth-child(3n+1){
	clear: both;
}
.caseul li>a>p{
	line-height: 54px;
	font-size: 20px;
	text-align: center;
	background: #eeeeee;
	padding: 0 10px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	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;
}
.caseul li>a>p:before{
	width: 100%;
	height: 100%;
	left: 0;
	background: #bd3331;
	position: absolute;
	content: '';
	display: block;
	z-index: -1;
	bottom: -54px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.caseul li:hover>a>p{
	color: #fff;
}
.caseul li:hover>a>p:before{
	bottom: 0;
}


.newsul li:hover .pic img,
.caseul li:hover .pic img,
.about:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}


.procate{
	margin: 60px 0 0 0;
}

.npro .proul{
	margin: 0;
}
.proul li p:before{
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #bd3331;
	right: 50%;
	bottom: 0;
	z-index: -1;
	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;
}
.proul li p:after{
	display: none;
}
.proul li:hover p:before{
	width: 100%;
}





.about{
	background: #eee;
	margin: 50px 0 0 0;
}
.about .abouttext{
	width: 30%;
	margin: 0 0 0 10%;
	padding: 100px 0 50px 0;
}
.about .abouttext h3{
	font-size: 30px;
	margin: 30px 0 50px 0;
}
.about .abouttext .text{
	color: #484848;
	font-size: 16px;
	line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
	max-height: 240px;
}
.about .abouttext .more{
	display: block;
	width: 136px;
	line-height: 38px;
	border: 2px solid #eee;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: #d8491b;
	background-image: -webkit-linear-gradient(to right, #fa6600, #bd3330);
	background-image: -moz-linear-gradient(to right, #fa6600, #bd3330);
	background-image: -ms-linear-gradient(to right, #fa6600, #bd3330);
	background-image: -o-linear-gradient(to right, #fa6600, #bd3330);
	background-image: linear-gradient(to right, #fa6600, #bd3330);
	font-size: 16px;
	margin: 40px 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;
}
.about .abouttext .more:hover{
	background: #eee;
	border: 2px solid #d8491b;
	color: #d8491b;
}
.about .pic{
	width: 57%;
}




.serviceul li,
.serviceul li:nth-child(3n){
	width: 24%;
	margin: 0 1.333% 1.333% 0;
}
.serviceul li:nth-child(4n){
	margin: 0 0 1.333% 0;
	clear: inherit;
}
.serviceul li:nth-child(3n+1){
	clear: inherit;
}
.serviceul li:nth-child(4n+1){
	clear: both;
}
.serviceul li .pic{
	height: 230px;
}
.serviceul li .pic img{
	object-fit: cover;
}
.serviceul li .text{
	padding: 25px 9%;
	background: #f5f5f5;
}
.serviceul li .text font{
	font-size: 27px;
	display: block;
	line-height: 27px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.serviceul li:hover .text font{
	color: #bd3331;
}
.serviceul li .text span{
	font-size: 14px;
	display: block;
	line-height: 24px;
	color: #888888;
	min-height: 72px;
	max-height: 72px;
	margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.partner .stitle{
	text-align: center;
}
.partner .stitle h2{
	background: url("../images/title_partner.png") center bottom 20px no-repeat;
}


.partnerul{
	margin: 30px 0 0 0;
}
.partnerul .swiper-wrapper,
.partnerul .swiper-slide{
	height: auto !important;
}
.partnerul .swiper-slide .pic{
	margin: 7px;
	background: #f4f4f4;
}
.partnerul .swiper-slide .pic img{
	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-ms-mix-blend-mode: multiply;
	-o-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
}
.partnerul .swiper-slide p{
	font-size: 16px;
	line-height: 16px;
	margin: 10px 0 0 0;
	text-align: center;
	font-family: Microsoft Yahei, "微软雅黑";
}



.cuslogo{
	background: url("../images/bg_cuslogo.jpg") center no-repeat;
	background-size: cover;
	margin: 80px 0 0 0;
}
.cuslogo .stitle{
	text-align: center;
}
.cuslogo .stitle h2{
	color: #fff;
	background: url("../images/title_cus.png") center bottom 20px no-repeat;
}
.cuslogo .stitle p{
	color: #fff;
}


.cuslogoul{
	margin: 30px 0 0 0;
}
.cuslogoul .swiper-wrapper,
.cuslogoul .swiper-slide{
	height: auto !important;
}
.cuslogoul .swiper-slide .pic{
	margin: 7px;
}
.cuslogoul .swiper-slide p{
	font-size: 16px;
	line-height: 16px;
	margin: 10px 0 0 0;
	text-align: center;
	color: #fff;
	font-family: Microsoft Yahei, "微软雅黑";
}


.newsul{
	margin: 30px 0 0 0;
}
.newsul li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
.newsul li:last-child{
	margin: 0;
}
.newsul li span{
	display: block;
	color: #1b1b1b;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 22px;
	line-height: 22px;
	margin: 25px 0 15px 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;
}
.newsul li:hover span{
	color: #d8491b;
}
.newsul li p{
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	font-family: Microsoft Yahei, "微软雅黑";
}
.newsul li .more{
	margin: 20px 0 0 0;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newsul li .more .fa{
	font-size: 22px;
	vertical-align: middle;
	margin: -3px 0 0 5px;
}
.newsul li:hover .more{
	color: #d8491b;
}



.footerbg{
	background: #1b1b1b;
	color: #fff;
	padding: 45px 0 0 0;
}

.flogo{
	margin: 0 0 40px 0;
}
.flogo img{
	width: 47px;
}
.flogo .text{
	margin: 0 0 0 10px;
}
.flogo .text h2{
	font-size: 26px;
	line-height: 32px;
}
.flogo .text p{
	font-size: 12.8px;
	line-height: 13px;
	color: #757575;
}
.fewm{
	text-align: center;
}

.fmenu{
	width: 43%;
}
.fmenu ul{
	width: 18%;
	padding: 0 2% 0 0;
}
.fmenu ul li{
	line-height: 30px;
	display: block;
}
.fmenu ul li:nth-child(1){
	margin: 0 0 5px 0;
}
.fmenu ul li a{
	color: #b7b7b7;
	font-size: 14px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-family: Microsoft Yahei, "微软雅黑";
}



.fcontact{
	width: 34%;
	margin: 0 0 0 12%;
}

.fcontact .zxkf{
	display: block;
	text-align: center;
	width: 200px;
	line-height: 46px;
	border-radius: 5px;
	background: #bd3331;
	color: #fff;
	margin: 10px 0;
	font-family: Microsoft Yahei, "微软雅黑";
}
.fcontact .zxkf .fa{
	vertical-align: middle;
	margin: -4px 10px 0 0;
	font-size: 20px;
}
.fcontact .text *{
	font-family: Microsoft Yahei, "微软雅黑";
	font-size: 14px;
	line-height: 26px;
	color: #c4c4c4;
}

.fcontact span{
	display: block;
	float: left;
	margin: 0 20px 0 0;
	font-size: 14px;
	line-height: 26px;
	font-family: Microsoft Yahei, "微软雅黑";
}
.fcontact span a{
	font-size: 24px;
	font-family: "Arial";
	color: #fff;
}


.fewm .followtx,
.fewm p{
	font-size: 14px;
	color: #c4c4c4;
	text-align: center;
	margin: 15px 0 0 0;
	font-family: Microsoft Yahei, "微软雅黑";
}
.fewm .fa{
	font-size: 16px;
	vertical-align: middle;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.fewm .fa-douyin{
	width: 20px;
	height: 20px;
	margin: -2px 0 0 5px;
	background: url("../images/icon_dy.png") center no-repeat;
}
.fewm .fa img{
	position: absolute;
	right: 0;
	width: 120px;
	height: 120px;
	bottom: 25px;
	display: none;
}
.fewm .pic{
	max-width: 125px;
}


.footerbg hr{
	margin: 20px 0 0 0;
}

.cr{
	padding: 20px 0 0 0;
	line-height: 30px;
	opacity: .4;
	font-size: 14px;
	font-family: Microsoft Yahei, "微软雅黑";
}
.cr span{
	margin-right: 8px;
}
.flink{
	padding: 0 0 40px 0;
	line-height: 30px;
	opacity: .4;
	font-size: 14px;
	font-family: Microsoft Yahei, "微软雅黑";
	word-break: keep-all;
}
.cr *,
.flink *{
	color: #fff;
	font-family: Microsoft Yahei, "微软雅黑";
	font-size: 14px;
}


.toup{
	position: fixed;
	right: 0;
	width: 34px;
	height: 55px;
	bottom: 100px;
	padding: 15px 0 10px 0;
	text-align: center;
	background: #313131;
	border-radius: 5px;
	cursor: pointer;
	z-index: 999999;
}
.toup .fa{
	font-size: 20px;
	color: #fff;
	border-top: 3px solid #fff;
}
.toup p{
	font-size: 12px;
	font-family: Microsoft Yahei, "微软雅黑";
	color: #fff;
}








.shadow{
	position:fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	display: none;
	z-index: 99;
}


.videoclose{
	color: #fff;
	position: absolute;
	right: 20px;
	top: 10px;
	line-height: 50px;
	font-size: 50px;
	font-weight: bold;
	cursor: pointer;
	opacity: .8;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.videoclose:hover{
	opacity: 1;
}

.videoarea{
	display: none;
}

.videoul .videoarea{
	display: none;
	position: fixed;
	left: 50%;
	top: 15%;
	width: 880px;
	margin-left: -440px;
	background: #000;
	z-index: 999;
}
.videoul li .videoarea video{
	width: 880px;
	height: 500px;
	background: none;
	outline: none;
}
.videoul li{
	cursor: pointer;
}

.bannerbg{
	overflow: hidden;
}
.bannerbg video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.bannerbg,
.nbanner{
	height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
}
.nbanner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nbanner .text{
	padding: 0 0 50px 0;
	position: relative;
	z-index: 1;
}
.nbanner .text h2{
	font-size: 48px;
	line-height: 48px;
	margin: 0 0 20px 0;
	font-family: Microsoft Yahei, "微软雅黑";
}
.nbanner .text p{
	font-size: 18px;
	line-height: 32px;
	min-height: 72px;
	font-family: Microsoft Yahei, "微软雅黑";
}


.ncate{
	background: rgba(0,0,0,.4);
	position: absolute;
	bottom: 0;
	left: 10%;
}
.ncate li{
	display: block;
	float: left;
	text-align: center;
	line-height: 70px;
	height: 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;
}
.ncate li a{
	display: block;
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
}
.ncate li .icon{
	display: inline-block;
	width: 50px;
	height: 70px;
	vertical-align: middle;
	margin: -4px 0 0 0;
}
.ncate li.this,
.ncate li:hover{
	background: #ba1f20;
}




.aboutcate li{
	width: 25%;
}

.aboutcate li .icon_about_1{ background: url("../images/icon_cate_nabout_1.png") center left no-repeat;}
.aboutcate li .icon_about_2{ background: url("../images/icon_cate_nabout_2.png") center left no-repeat;}
.aboutcate li .icon_about_3{ background: url("../images/icon_cate_nabout_3.png") center left no-repeat;}
.aboutcate li .icon_about_4{ background: url("../images/icon_cate_nabout_4.png") center left no-repeat;}



.dev,
.culture,
.honor,
.nabout{
	position: relative;
}
.nabout .pic{
	width: 46%;
	margin: 0 0 20px 3%;
}

.nabout .kh{
	font-size: 18px;
	line-height: 30px;
	position: relative;
	margin: 56px 0 0 10%;
}
.nabout .kh:before{
	width: 18px;
	height: 18px;
	background: url(../images/icon_nabout_1.png) center no-repeat;
	background-size: cover;
	content: '';
	display: block;
	position: absolute;
	left: -40px;
	top: 6px;
}
.nabout .kh:after{
	width: 51px;
	height: 48px;
	background: url(../images/icon_nabout_2.png) center no-repeat;
	background-size: cover;
	content: '';
	display: block;
	position: absolute;
	left: 440px;
	top: -30px;
}
.nabout .text{
	font-size: 16px;
	line-height: 30px;
	color: #484848;
	margin: 30px 0 0 0;
}
.nabout .nabouttext h1{
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 25px 0;
}
.nabout .nabouttext h1:after{
	display: block;
	content: '';
	margin: 20px 0 0 0;
	width: 35px;
	height: 3px;
	background: #bd3331;
}

.wapaboutpic{
	display: none;
}


.culture{
	background: url(../images/bg_culture.jpg) center bottom no-repeat;
	background-size: cover;
}
.culture li{
	display: block;
	float: left;
	width: 24%;
	margin: 0 1.333% 1.333% 0;
	text-align: center;
	background: #fff;
	padding: 30px 1% 20px 1%;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.culture li:nth-child(4n){
	margin: 0 0 1.333% 0;
}
.culture li span{
	display: block;
	font-size: 30px;
	line-height: 30px;
	margin: 10px 0 20px 0;
}
.culture li p{
	font-size: 18px;
	color: #484848;
	line-height: 30px;
	height: 60px;
}

.ntitle{
	text-align: center;
	margin: 0 0 30px 0;
}
.ntitle h2{
	padding: 0;
}
.ntitle p{
	font-size: 12px;
	text-transform: uppercase;
	color: #888888;
}




.dev{}


.devul .fa{
	position: absolute;
	top: 50%;
	margin-top: -75px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	background: #eeeeee;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
}
.devul .prev {
    left: 0;
}
.devul .next {
    right: 0;
}
.devul .container {
    position: relative;
}
.devul .slide_wrap  {
    overflow: hidden;
    position: relative;
	padding: 0 0 5px 0;
}
.devul .slide_wrap ul {
    position: relative;
    left: 0px;
}
.devul .slide_wrap::after {

}
.devul .slide_wrap{
	padding: 10px 0 0 0;
}
.devul .slide_wrap_line{
	margin: 40px auto 0 auto;
	position: relative;
}
.devul .slide_wrap_line:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	width: 100%;
	height: 2px;
	background: #c9c9c9;
}
.devul .slide_items li{
    display: block;
	font-size: 18px;
	color: #666666;
	font-family: "Arial";
	line-height: 50px;
    text-align: center;
	cursor: pointer;
    width: 170px;
    float: left;
	position: relative;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.devul .slide_items{
}
.devul .slide_items li.on{
	font-size: 24px;
	color: #bd3331;
	font-family: "Arial";
	font-weight: bold;
}
.devul .slide_items li:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -5px;
	width: 10px;
	height: 10px;
	background: #c9c9c9;
	border-radius: 50%;
}
.devul .slide_items li.on:before{
	margin-left: -8px;
	top: -8px;
	width: 16px;
	height: 16px;
	background: #eaeaea;
}
.devul .slide_items li.on:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: -4px;
	width: 9px;
	height: 9px;
	background: #bd3331;
	border-radius: 50%;
}
.devul .slide-content{
	max-width: 1366px;
}
.devul .slide-content .slide_content_area {
    display: none;
	background: #f3f3f3;
}
.devul .slide-content .slide_content_area .pic{
	width: 43%;
	height: 380px;
}
.devul .slide-content .slide_content_area .pic img{
	object-fit: cover;
}
.devul .slide-content .slide_content_area .slidetext{
	width: 47%;
	padding: 5%;
	position: relative;
}
.devul .slide-content .slide_content_area .slidetext .text{
    overflow: hidden;
}
.devul .slide-content .slide_content_area .slidetext .yearnum{
	position: absolute;
	right: 8%;
	top: 4%;
	font-weight: bold;
	font-size: 72px;
	font-family: "Arial";
	color: #ddd;
}
.devul .slide-content .slide_content_area .slidetext strong{
	font-size: 24px;
	display: block;
	margin: 0 0 20px 0;
}
.devul .slide-content .slide_content_area .slidetext p{
	font-size: 16px;
	line-height: 30px;
}
.devul .slide-content .slide_content_area.on {
    display: block;
}



.honor{
	background: url(../images/bg_honor.jpg) center no-repeat;
	background-size: cover;
}

.honorul{
	padding: 70px 0;
}
.honorul .swiper-slide{
	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;
}
.honorul .swiper-slide-active{
	transform: scale(1.6);
	z-index: 9;
}
.honorul .swiper-slide-scale{
	transform: scale(1.35);
	z-index: 8;
}

.honorul .swiper-wrapper,
.honorul .swiper-slide{
	height: auto !important;
}



.ncase .caseul{
	margin: 0;
}

.casecate{
	background: rgba(0,0,0,.5);
}
.casecate li{
	width: 16.666%;
}

.casecate li .icon_case_1{ background: url("../images/icon_cate_ncase_1.png") center left no-repeat;}
.casecate li .icon_case_2{ background: url("../images/icon_cate_ncase_2.png") center left no-repeat;}
.casecate li .icon_case_3{ background: url("../images/icon_cate_ncase_3.png") center left no-repeat;}
.casecate li .icon_case_4{ background: url("../images/icon_cate_ncase_4.png") center left no-repeat;}
.casecate li .icon_case_5{ background: url("../images/icon_cate_ncase_5.png") center left no-repeat;}
.casecate li .icon_case_6{ background: url("../images/icon_cate_ncase_6.png") center left no-repeat;}




.contactcate li{
	width: 33.333%;
}

.contactcate li .icon_contact_1{ background: url("../images/icon_cate_ncontact_1.png") center left no-repeat;}
.contactcate li .icon_contact_2{ background: url("../images/icon_cate_ncontact_2.png") center left no-repeat;}
.contactcate li .icon_contact_3{ background: url("../images/icon_cate_ncontact_3.png") center left no-repeat;}



.newscate li{
	width: 33.333%;
}

.newscate li .icon_news_1{ background: url("../images/icon_cate_nnews_1.png") center left no-repeat;}
.newscate li .icon_news_2{ background: url("../images/icon_cate_nnews_2.png") center left no-repeat;}
.newscate li .icon_news_3{ background: url("../images/icon_cate_nnews_3.png") center left no-repeat;}



.partnercate li{
	width: 50%;
}

.partnercate li .icon_partner_1{ background: url("../images/icon_cate_partner_1.png") center left no-repeat;}
.partnercate li .icon_partner_2{ background: url("../images/icon_cate_partner_2.png") center left no-repeat;}




.nprocate li{
	width: 20%;
}

.nprocate li .icon_pro_1{ background: url("../images/icon_cate_npro_1.png") center left no-repeat;}
.nprocate li .icon_pro_2{ background: url("../images/icon_cate_npro_2.png") center left no-repeat;}
.nprocate li .icon_pro_3{ background: url("../images/icon_cate_npro_3.png") center left no-repeat;}
.nprocate li .icon_pro_4{ background: url("../images/icon_cate_npro_4.png") center left no-repeat;}
.nprocate li .icon_pro_5{ background: url("../images/icon_cate_npro_5.png") center left no-repeat;}



.servicecate li{
	width: 25%;
}

.servicecate li .icon_service_1{ background: url("../images/icon_cate_nservice_1.png") center left no-repeat;}
.servicecate li .icon_service_2{ background: url("../images/icon_cate_nservice_2.png") center left no-repeat;}
.servicecate li .icon_service_3{ background: url("../images/icon_cate_nservice_3.png") center left no-repeat;}
.servicecate li .icon_service_4{ background: url("../images/icon_cate_nservice_4.png") center left no-repeat;}




.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}



.ncontact>.pic{
	width: 50%;
}
.ncontact .ncontacttext{
	background: #f3f3f3;
	padding: 4% 10% 4% 10%;
	width: 30%;
}
.ncontact .ncontacttext h2{
	font-size: 24px;
	margin: 0 0 10px 0;
}
.ncontact .ncontacttext .text{
	font-size: 18px;
	line-height: 34px;
}
.ncontact .ncontacttext .text a{
	color: #ba1f20;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
}



.newm{
	text-align: left;
	margin: 30px 0 0 0;
}
.newm .pic{
	width: 125px;
}
.newm p{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}
.newm .followtx{
	font-size: 16px;
	color: #000;
	text-align: left;
}
.newm .followtx .fa{
	color: #000;
}
.newm .fa-douyin{
	background: url("../images/icon_dy_1.png") center no-repeat;
}




.nrlzyul{
	width: 65%;
}
.nrlzyul li{
	border-top: 3px solid #c9c9c9;
	background: #f4f4f4;
	display: block;
	padding: 0 7%;
	position: relative;
	margin: 0 0 15px 0;
}
.nrlzyul li:hover{
	border-top: 3px solid #ba1f20;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nrlzyul li .rlzytitle{
	padding: 36px 0;
}
.nrlzyul li .rlzytitle span{
	display: block;
	font-size: 24px;
	line-height: 24px;
}
.nrlzyul li .rlzytitle font{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin: 15px 0 0 0;
}

.nrlzyul li .buttonarrow{
	font-size: 70px;
	line-height: 46px;
	position: absolute;
	right: 6%;
	bottom: 50%;
	margin-bottom: -23px;
	color: #ba1f20;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nrlzyul li .rlzyarea{
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 30px 0;
	color: #666666;
	display: none;
}
.nrlzyul li .rlzyarea .text2{
	margin: 20px 0 0 0;
}
.nrlzyul li .rlzyarea .rlzyareatitle{
	color: #000;
}
.nrlzyul li.this .buttonarrow{
	bottom: 10%;
	margin-bottom: 0;
	transform: rotate(180deg);
}
.nrlzyul li .rlzyarea a.tdjl{
	display: block;
	width: 170px;
	line-height: 50px;
	background: #ba1f20;
	color: #fff;
	text-align: center;
	margin: 20px 0 0 0;
}

.nrlzypic{
	width: 32%;
}
.nrlzypic img{
	height: 490px;
	object-fit: cover;
}
.nrlzypic .pic{
	position: relative;
}
.nrlzypic .pic .hyjr{
	font-size: 30px;
	line-height: 48px;
	color: #fff;
	padding: 7% 12%;
	width: 76%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.nrlzypic .pic .hyjr strong{
	display: block;
}
.nrlzypic .nrlzytext{
	font-size: 14px;
	color: #484848;
	padding: 50px 12% 160px 12%;
	line-height: 30px;
	background: url(../images/pic_rlzy_8.jpg) #f4f4f4 center bottom no-repeat;
}
.nrlzypic .nrlzytext a{
	font-size: 14px;
	color: #484848;
}
.nrlzypic .nrlzytext .fa{
	color: #ba1f20;
	font-size: 52px;
}
.nrlzypic .nrlzytext .nrlzytitle{
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.nrlzypic .nrlzytext p strong{
	font-size: 18px;
}



.nmessage{
	width: 65.5%;
}
.nmessage li{
	display: block;
	border: 1px solid #dbdbdb;
	margin: 0 0 10px 0;
	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;
}
.nmessage li:hover{
	border: 1px solid #ba1f20;
}
.nmessage input{
	display: block;
	width: 96%;
	padding: 0 2%;
	height: 46px;
	color: #000;
	border: none;
}
.nmessage textarea{
	display: block;
	width: 96%;
	padding: 20px 2%;
	height: 146px;
	color: #000;
	border: none;
}
.nmessage img{
	position: absolute;
	padding: 5.5px 20px;
	background: #a0a0a0;
	right: 0;
	top: 0;
	width: 82px;
	height: 35px;
}
.nmessage .subbutton,
.nmessage .subbutton:hover{
	border: 3px solid #ba1f20;
}
.nmessage .subbutton input{
	padding: 0;
	width: 100%;
	height: 54px;
	font-size: 18px;
	color: #fff;
	background: #ba1f20;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nmessage .subbutton:hover input{
	color: #ba1f20;
	background: #fff;
}




.nnews .newsul li{
	margin: 0 2% 2.5% 0;
}
.nnews .newsul li:nth-child(3n){
	margin: 0 0 2.5% 0;
}


.npartner li{
	display: block;
	float: left;
	width: 24%;
	margin: 0 1.333% 1.333% 0;
}
.npartner li:nth-child(4n){
	margin: 0 0 1.333% 0;
}
.npartner li .pic{
	border: 1px solid #e5e5e5;
	background: #fff;
}
.npartner li p{
	line-height: 50px;
	background: #f4f4f4;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
}



.mao{
	position: absolute;
	top: -10%;
}

.nserviceul{
	margin: 0 0 0 0;
}

.nserviceul li{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 25px 0;
}
.nserviceul li .pic{
	width: 50%;
	height: 340px;
}
.nserviceul li .pic img{
	object-fit: cover;
}
.nserviceul li .rltext{
	width: 50%;
	height: 340px;
	display: table;
	background: url(../images/bg_service.jpg) left top no-repeat;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.nserviceul li .rltext span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 20px 0;
	color: #000;
}
.nserviceul li .rltext .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 22% 0 10%;
	font-size: 16px;
	line-height: 30px;
	color: #484848;
}
.nserviceul li .num{
	font-size: 72px;
	color: #bd3331;
	line-height: 72px;
	margin: 0 0 10px 0;
	font-family: "PingFangHeavy";
}

.nserviceul li:nth-child(2n) .pic,
.nserviceul li#service2 .pic,
.nserviceul li#service4 .pic,
.nserviceul li#service6 .pic,
.nserviceul li#service8 .pic{
	float: right;
}

.nserviceul li:nth-child(2n) .rltext,
.nserviceul li#service2 .rltext,
.nserviceul li#service4 .rltext,
.nserviceul li#service6 .rltext,
.nserviceul li#service8 .rltext{
	float: left;
}


.servicepic{
	width: 1020px;
	height: 350px;
	background: url("../images/progress.png") center no-repeat;
	margin: 60px auto 0 auto;
	padding: 70px 0 0 0;
}

.servicepic li{
	display: block;
}
.servicepic li .num{
	font-family: Arial;
	font-size: 30px;
	color: #be3533;
	font-weight: bold;
	float: left;
	margin: -7px 5px 0 0;
}
.servicepic li .text{
	float: left;
	font-size: 24px;
	line-height: 18px;
	font-family: "PingFangHeavy";
}
.servicepic li .text p{
	font-size: 12px;
	text-transform: uppercase;
	color: #c2c2c2;
	transform: scale(0.7);
	transform-origin: left;
}
.servicepic>.left,
.servicepic>.right{
	width: 50%;
}



.servicepic li.service1{ margin: 30px 0 0 0; }
.servicepic li.service2{ margin: 68px 0 0 30px; }
.servicepic li.service3{ margin: 52px 0 0 90px; }
.servicepic li.service4{ margin: 52px 0 0 200px; }

.servicepic li.service5{ margin: 52px 0 0 135px; }
.servicepic li.service6{ margin: 52px 0 0 225px; }
.servicepic li.service7{ margin: 68px 0 0 290px; }
.servicepic li.service8{ margin: 30px 0 0 310px; }


.servicepic_wap{
	display: none;
}
.servicepic_wap li{
	display: block;
}
.servicepic_wap li .num{
	font-family: Arial;
	font-size: 30px;
	color: #be3533;
	font-weight: bold;
	float: left;
	margin: 18px 10px 0 10px;
}
.servicepic_wap li .text{
	float: left;
	font-size: 24px;
	line-height: 18px;
	font-family: "PingFangHeavy";
	margin: 23px 0 0 0;
}
.servicepic_wap li .text p{
	font-size: 12px;
	text-transform: uppercase;
	color: #c2c2c2;
	transform: scale(0.7);
	transform-origin: left;
}

.servicecontainer{
	padding: 60px 0 20px 0;
}
.servicecontainer .pic{
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	margin: 0 0 30px 70px;
	max-width: 60%;
}
.servicecontainer .servicetext{
	margin: 50px 0 0 0;
}
.servicecontainer .servicetext h2{
	font-size: 30px;
	font-family: "PingFangHeavy";
}
.servicecontainer .servicetext .text{
	font-size: 18px;
	line-height: 36px;
	color: #484848;
	margin: 40px 0 0 0;
}


.servicepiclist{
	padding: 10px 0 60px 0;
}
.servicepiclist h3{
	font-size: 30px;
	font-family: "PingFangHeavy";
}
.servicepiclistul{
	margin: 20px 0 0 0;
}
.servicepiclistul li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
.servicepiclistul li:last-child{
	margin: 0;
}









.gallery-thumbs {
  box-sizing: border-box;
	margin: 20px 0 0 0;
}

.gallery-thumbs .swiper-wrapper{
	justify-content: center;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
	border: 2px solid #e5e5e5;
}

.gallery-thumbs .swiper-slide-thumb-active {
  border-color: #01561f;
}

.newstext .swiper-slide img{
	margin: 0 !important;
}



.sidebar1{
	position: absolute;
	z-index: 9;
	top: 30%;
	width: 80px;
}
.sidebut{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	padding: 10px 7px;
	background: #ba1f20;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.sidebut .fa{
	color: #fff;
	font-size: 24px;
}
.sidebar{
	display: none;
}
.sidebar li{
	width: 80px;
	height: 50px;
	padding: 10px 0;
	display: block;
	background: #bd3331;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	position: relative;
	cursor: pointer;
}
.sidebar li .fa{
	font-size: 20px;
	margin: 0 0 0 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.sidebar li:last-child{
	border: none;
}
.sidebar li a{
	color: #fff;
	font-size: 14px;
}
.sidebar li .tel a{
	color: #000;
}

.sidebar li .fa-ly{
	background: url("../images/icon_sidebar_ly.png") center no-repeat;;
}
.sidebar li .fa-dh{
	background: url("../images/icon_sidebar_dh.png") center no-repeat;;
}
.sidebar li .fa-bj{
	background: url("../images/icon_sidebar_bj.png") center no-repeat;;
}


.sidebar li.bj{
	background: #1b1b1b;
}

.sidebar li .pic{
	position: absolute;
	right: 80px;
	top: 50%;
	width: 80px;
	margin-top: -40px;
	display: none;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}

.sidebar li .tel{
	position: absolute;
	right: 80px;
	top: 50px;
	width: 220px;
	margin-top: -33px;
	background: #fff;
	display: none;
	line-height: 40px;
	color: #000;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}




#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,
.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}
.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


@media screen and (max-width: 1760px) {
	.nabout .kh{
		font-size: 15px;
	}
}

@media screen and (max-width: 1640px) {
	.about .abouttext{
		padding: 50px 0;
	}
}
@media screen and (max-width: 1600px) {
	.container{
		width: 90%;
	}
	.ncate{
		left: 7.5%;
	}
	.about .abouttext{
		margin: 0 0 0 7.5%;
		width: 39%;
	}
	.about .pic{
		width: 50%;
	}
	.about .abouttext h3{
		font-size: 24px;
		margin: 20px 0 20px 0;
	}
	.about .abouttext .text{
		-webkit-line-clamp: 7;
		max-height: 210px;
	}
	.stitle h2{
		font-size: 38px;
		padding: 23px 0 0 0;
	}
	.stitle h2 img{
		height: 50px;
	}
	.serviceul li .text font{
		font-size: 22px;
	}
	.partner .stitle h2{
		background-size: 22%;
	}
	.cuslogo .stitle h2{
		background-size: 26%;
	}
	.newsul li span{
		font-size: 20px;
	}
	.about .pic{
		height: 570px;
	}
	.about .pic img{
		object-fit: cover;
	}
	.cate{
		margin: 25px 0 0 0;
	}
	.procate{
		margin: 55px 0 0 0;
	}
}
@media screen and (max-width: 1460px) {
	.nrlzypic .pic .hyjr{
		font-size: 26px;
		line-height: 40px;
	}
}
@media screen and (max-width: 1440px) {
	.container{
		width: 90%;
	}
	.ncate{
		left: 5%;
	}
	.cate{
		width: 70%;
	}
	.cate li{
		line-height: 40px;
	}
	.cate li a{
		font-size: 16px;
	}
	.cate li.more{
		line-height: 36px;
	}
	.caseul li>a>p{
		font-size: 18px;
	}
	.ncontact>.pic{
		margin: 5% 0 0 0;
	}
	.ncontact .ncontacttext{
		width: 40%;
		padding: 5%;
	}
	.logokh{
		width: 210px;
	}
	.menu{
		width: 64%;
	}
	.menu li a{
		font-size: 15px;
	}
}
@media screen and (max-width: 1366px) {
	.menu li a{
		font-size: 14px;
	}
	.p80{
		padding: 50px 0;
	}
	.stitle h2{
		font-size: 30px;
	}
	.stitle h2 img{
		height: 44px;
	}
	.nbanner .text h2{
		font-size: 40px;
		line-height: 40px;
	}
	.nbanner .text p{
		font-size: 16px;
		line-height: 30px;
	}
	.servicecontainer .pic{
		margin: 0 0 20px 50px;
	}
}
@media screen and (max-width: 1330px) {
	.nabout .kh{
		margin: 50px 0 0 40px;
	}
}
.wapkh{
	display: none;
}
@media screen and (max-width: 1280px) {
	.fcontact{
		margin: 0 0 0 6%;
	}
	.nabout .nabouttext h1:after{
		margin: 10px 0 0 0;
	}
	.nabout .kh:before{
		left: -26px;
	}
	.nabout .kh:after{
		width: 36px;
		left: auto;
		right: 0;
		background-size: contain !important;
	}
	.nabout .kh{
		font-size: 14px;
		line-height: 24px;
	}
	.nabout .text{
		margin: 20px 0 0 0;
		font-size: 14px;
		line-height: 24px;
	}
	.culture li span{
		font-size: 20px;
		line-height: 20px;
		margin: 10px 0 10px 0;
	}
	.culture li p{
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}
	.ntitle h2{
		line-height: 30px;
	}
	.ntitle p{
		margin: 5px 0 0 0;
	}
	
	.npartner li p{
		line-height: 40px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}
@media screen and (max-width: 1200px) {
	.logo{
		margin: 0 10px 0 0;
	}
	.logotext h1{
		font-size: 30px;
		line-height: 30px;
	}
	.logotext p{
		transform: scale(.84);
		transform-origin: left;
	}
	.logotext{
		margin: 0 -15px 0 0;
	}
	.logokh{
		width: 211px;
	}
	.cate li{
		width: 18%;
	}
	.cate li:nth-child(5),
	.cate li:nth-child(6){
		display: none;
	}
	.menu{
		width: 63%;
	}
	.nrlzypic .pic .hyjr{
		font-size: 22px;
		line-height: 36px;
	}
	.servicecontainer .servicetext{
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 1120px) {
	.fcontact{
		width: 36%;
	}
}
@media screen and (max-width: 1070px) {
	.logokh{
		display: none;
	}
	.logo{
		width: 6%;
	}
	.menu{
		width: 75%;
	}
	.fmenu{
		display: none;
	}
	.fcontact{
		width: 50%;
		margin: 0;
	}
	.flogo{
		display: table;
		margin: 0 auto 30px auto;
	}
}
@media screen and (max-width: 1060px) {
	.servicepic{
		display: none;
	}
	.servicepic_wap{
		display: block;
	}
	.servicepic_wap ul{
		width: 50%;
		float: left;
	}
	.nserviceul{
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 1024px) {
	.ncate li{
		line-height: 50px;
		height: 50px;
	}
	.ncate li .icon{
		height: 50px;
	}
	.ncate li a{
		font-size: 14px;
	}
	.ncate li .icon{
		width: 30px;
		background-size: 24px;
	}
	.nabout .nabouttext h1{
		margin: 10px 0 25px 0;
	}
	.nabout .kh:before,
	.nabout .kh:after{
/*		display: none;*/
	}
	.nabout>.pic{
		display: none;
	}
	.wapkh{
		display: block;
	}
	.nabout .wapaboutpic{
		width: 50%;
		float: right;
		display: block;
	}
	.ncontact .ncontacttext h2{
		font-size: 20px;
	}
	.ncontact .ncontacttext .text{
		font-size: 16px;
		line-height: 26px;
	}
	.ncontact .ncontacttext .text a{
		font-size: 18px;
	}
	.newm p{
		font-size: 14px;
	}
	.newm .pic{
		width: 90px;
	}
	.newm .followtx{
		font-size: 12px;
	}
	.fewm .fa{
		font-size: 14px;
	}
	.newm .fa-douyin{
		background-size: contain;
		width: 11px;
		margin: -1px 0 0 5px;
	}
	.nmessage{
		width: 100%;
		float: none;
	}
	.nrlzypic{
		float: none;
		width: auto;
		margin: 20px 0 0 0;
	}
	.nrlzypic img{
		height: 400px;
		object-position: center top;
	}
	.servicecontainer .servicetext h2{
		font-size: 20px;
	}
	.servicepiclist h3{
		font-size: 20px;
	}
	.servicecontainer .servicetext .text{
		margin: 20px 0 0 0;
		font-size: 14px;
		line-height: 24px;
	}
}
.banner_wap{
	display: none;
}
@media screen and (max-width: 860px) {
	.top{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999999;
	}
	.header{
		position: fixed;
		left: 0;
		top: 32px;
		padding: 0 5%;
		width: 90%;
		z-index: 9999;
		display: block;
		background: #fff;
		box-shadow: 0 0 12px 0 rgba(0,0,0,.3);
	}
	.logo{
		width: 47px;
	}
	.logotext{
		margin: 0;
	}
	.menu{
		width: 40%;
		height: 100%;
		position: fixed;
		left: 0;
		background: #fff;
		box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
		z-index: 999;
		display: none;
		z-index: 9999;
	}
	.menu ul{
		display: block;
	}
	.menu ul li{
		width: 100%;
		line-height: 40px;
		text-align: center;
		border-top: 1px solid #ccc;
	}
	.menu ul li a{
		font-size: 14px;
	}
	
	@font-face {
	  font-family: "iconfont"; /* Project id  */
	  src: url('iconfont.ttf?t=1640342715097') format('truetype');
	}

	.iconfont {
	  font-family: "iconfont" !important;
	  font-size: 16px;
	  font-style: normal;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.icon-24px:before {
	  content: "\e60e";
	}
	.menubut{
		width: 36px;
		height: 36px;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -18px;
		font-size: 36px;
		color: #bd3331;
	}
	
	.banner_pc{
		display: none;
	}
	
	.banner_wap{
		display: block;
		margin: 119px 0 0 0;
	}
	.bannerbg{
		margin-top: 119px;
	}
	.cate li{
		display: none;
	}
	.cate li.more{
		display: block;
		width: 25%;
	}
	.stitle h2 img{
		height: 30px;
		bottom: 8px;
	}
	.stitle h2{
		padding: 15px 0 0 0;
		font-size: 24px;
		line-height: 24px;
	}
	.cate{
		margin: 5px 0 0 0;
	}
	.cate li.more{
		width: 20%;
		line-height: 30px;
	}
	.cate li.more a{
		font-size: 14px;
	}
	.caseul li>a>p{
		font-size: 16px;
		line-height: 40px;
	}
	.stitle p{
		font-size: 12px;
		margin: 5px 0 0 0;
	}
	.procate{
		margin: 20px 0 0 0;
	}
	.caseul{
		margin: 20px 0 0 0;
	}
	.about{
		margin: 30px 0 0 0;
	}
	.about .abouttext h3{
		font-size: 18px;
		line-height: 18px;
	}
	.about .abouttext .text{
		font-size: 14px;
		line-height: 24px;
	}
	.about .abouttext{
		margin: 0 0 0 5%;
	}
	.about .abouttext .more{
		font-size: 14px;
	}
	.about .pic{
		height: 470px;
	}
	
	
	.serviceul li,
	.serviceul li:nth-child(3n),
	.serviceul li:nth-child(4){
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.serviceul li:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.sserviceul li:nth-child(7),
	.sserviceul li:nth-child(8){
		display: none;
	}
	
	.partner .stitle h2{
		padding: 25px 0 0 0;
	}
	.newsul li span{
		font-size: 16px;
		line-height: 16px;
	}
	.newsul li p{
		font-size: 12px;
		line-height: 20px;
	}
	.newsul li .more{
		font-size: 12px;
		line-height: 20px;
		margin: 10px 0 0 0;
	}
	.newsul li .more .fa{
		font-size: 16px;
	}
	
	.cr,
	.flink{
		line-height: 22px;
	}
	.cr,
	.cr *,
	.flink *{
		font-size: 12px;
	}
	
	.serviceul li .text{
		padding: 10px 9%;
	}
	.serviceul li .text font{
		font-size: 16px;
	}
	.serviceul li .text span{
		font-size: 12px;
		line-height: 20px;
		margin: 5px 0 0 0;
		min-height: 60px;
		max-height: 60px;
	}
	.culture li img{
		width: 50px;
	}
	.culture li span{
		font-size: 16px;
		line-height: 16px;
	}
	.culture li p{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.devul{
		width: 95%;
	}
	.devul .fa{
		width: 36px;
		line-height: 36px;
		font-size: 20px;
	}
	
	.devul .slide-content .slide_content_area .slidetext strong{
		font-size: 18px;
	}
	.devul .slide-content .slide_content_area .slidetext p{
		font-size: 12px;
		line-height: 22px;
	}
	.devul .slide-content .slide_content_area .slidetext{
		width: 51%;
		padding: 3%;
	}
	.devul .slide-content .slide_content_area .slidetext .yearnum{
		right: 5%;
		top: 6%;
		font-size: 48px;
	}
	.ntitle{
		margin: 0 0 20px 0;
	}
	.honorul{
		padding: 30px 0;
	}
	.nrlzyul li{
		padding: 0 5%;
	}
	.p60{
		padding: 40px 0;
	}
	.nrlzyul li .rlzytitle span{
		font-size: 20px;
	}
	.nrlzyul li .rlzytitle{
		padding: 20px 0;
	}
	.nrlzyul li .rlzytitle font{
		font-size: 14px;
	}
	.nrlzyul li .rlzyarea{
		font-size: 14px;
		line-height: 24px;
	}
	.nrlzyul li .buttonarrow{
		font-size: 40px;
	}
	.nrlzyul li.this .buttonarrow{
		bottom: 5%;
	}
	.npartner li p{
		font-size: 14px;
		line-height: 34px;
	}
	.npartner li,
	.npartner li:nth-child(4n){
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.npartner li:nth-child(3n){
		margin: 0 0 2% 0;
	}
	
	
	.nserviceul li .rltext .text{
		font-size: 14px;
		line-height: 24px;
		padding: 0 10%;
	}
	
	.nserviceul li .num{
		font-size: 50px;
		line-height: 50px;
	}
	.nserviceul li .rltext{
		height: 280px;
		background-size: cover;
	}
	.nserviceul li .pic{
		height: 280px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media screen and (max-width: 768px) {
	.nabout .wapaboutpic{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.ncontact .ncontacttext{
		width: 90%;
		float: none;
	}
	.ncontact .ncontacttext .text{
		float: left;
		line-height: 28px;
	}
	.newm{
		float: right;
		margin: 0;
	}
	.newm .followtx{
		margin: 5px 0 0 0;
	}
	.ncontact>.pic{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	
	.nrlzyul{
		width: 100%;
		float: none;
	}
	
	.nrlzyul li .rlzyarea a.tdjl{
		width: 130px;
		line-height: 40px;
		font-size: 14px;
	}
	.nrlzypic{
		width: 100%;
		float: none;
		margin: 30px 0 0 0;
	}
	
	.nrlzypic .pic .hyjr{
		width: 86%;
		padding: 7% 7%;
		font-size: 24px;
		line-height: 40px;
	}
	
	.nrlzypic .nrlzytext{
		width: 86%;
		padding: 40px 7% 100px 7%;
	}
	
	.servicepic_wap li{
		line-height: 50px;
	}
	.servicepic_wap li img{
		width: 50px;
	}
	.servicepic_wap li .num{
		margin: 0 10px;
		font-size: 26px;
	}
	.servicepic_wap li .text{
		margin: 10px 0 0 0;
		font-size: 20px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media screen and (max-width: 680px) {
	.servicepic_wap ul{
		width: 100%;
		float: none;
	}
	.servicepic_wap{
		display: table;
		padding: 0 0 0 20px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	.servicepic_wap{
		display: block;
		padding: 0;
	}
	
	.top{
		line-height: 26px;
		font-size: 12px;
	}
	.top .fa{
		line-height: 26px;
	}
	.top a{
		font-size: 12px;
	}
	.header{
		top: 26px;
	}
	.banner_wap{
		margin: 113px 0 0 0;
	}
	.p80{
		padding: 30px 0;
	}
	.caseul li,
	.caseul li:nth-child(3n),
	.serviceul li:nth-child(4){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.caseul li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.caseul li:nth-child(3n+1){
		clear: inherit;
	}
	.caseul li:nth-child(2n+1){
		clear: both;
	}
	.cate li.more a{
		font-size: 12px;
	}
	.cate li.more{
		width: 90px;
		line-height: 26px;
	}
	.cate{
		margin: 10px 0 0 0;
		width: auto;
	}
	.procate{
		margin: 26px 0 0 0;
	}
	.about .abouttext{
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	
	.about .stitle h2{
		text-align: center;
	}
	.about .stitle h2 img{
		left: 50%;
		margin-left: -75px;
	}
	.about .abouttext h3{
		text-align: center;
	}
	.about .abouttext{
		padding: 36px 0;
	}
	.about .abouttext .more{
		margin: 20px auto 0 auto;
	}
	.about .pic{
		width: 100%;
		float: none;
		height: auto;
	}
	.cuslogo{
		margin: 50px 0 0 0;
	}
	
	.snewsul li:nth-child(3){
		display: none;
	}
	
	.newsul li{
		width: 49%;
		margin: 0 2% 0 0;
	}
	.newsul li:nth-child(2n){
		width: 49%;
		margin: 0;
	}
	
	.fcontact{
		width: 70%;
	}
	
	.bannerbg, .nbanner{
		height: 340px;
	}
	.bannerbg video{
		height: 340px;
		top: 0;
		width: 1300px;
		margin-left: -650px;
		left: 50%;
	}
	.nbanner .text p{
		font-size: 12px;
		line-height: 24px;
	}
	.nbanner .text p br{
		display: none;
	}
	.logotext,
	.logo{
		padding: 15px 0;
	}
	.logotext h1{
		font-size: 26px;
		margin: 3px 0 0 0;
	}
	.logotext p{
		letter-spacing: 0.5px;
		margin: 0;
	}
	.nbanner .text h2{
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 10px 0;
	}
	.bannerbg{
		margin: 104px 0 0 0;
	}
	
	.ncate{
		width: 100%;
		left: 0;
	}
	.ncate li a{
		font-size: 12px;
	}
	.ncate li .icon{
		width: 24px;
		background-size: 20px;
	}
	.nabout .nabouttext h1{
		font-size: 22px;
	}
	.nabout .kh{
		font-size: 14px;
	}
	.pagination{
		bottom: 10px;
	}
	.swiper-pagination-switch{
		margin: 0 5px;
	}
	
	.nabout,
	.dev,
	.honor,
	.culture{
		position: relative;
	}
	.mao{
		position: absolute;
		top: -130px;
	}
	.sidebar1{
		width: 45px;
	}
	
	.culture li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.culture li:nth-child(2n){
		width: 49%;
		margin: 0 0 2% 0;
	}
	
	.devul .slide-content .slide_content_area .pic{
		width: 100%;
		float: none;
	}
	.devul .slide-content .slide_content_area .slidetext{
		width: 90%;
		padding: 5%;
	}
	.devul .fa{
		bottom: 32px;
		z-index: 9;
		top: auto;
	}
	.devul .slide_items li{
		font-size: 14px;
		width: 70px;
	}
	.devul .slide_items li.on{
		font-size: 20px;
	}
	.devul .slide-content .slide_content_area .slidetext .yearnum{
		font-size: 40px;
	}
	.devul .slide-content .slide_content_area .slidetext strong{
		margin: 0 0 10px 0;
	}
	.honorul{
		padding: 0;
	}
	.honorul .swiper-slide-active{
		transform: scale(1);
	}
	
	.casecate{
		height: 60px;
		padding: 10px 0;
	}
	.casecate li{
		width: 33.333%;
		line-height: 30px;
		height: 30px;
	}
	.casecate li .icon{
		height: 30px;
	}
	
	.banner_case{
		text-align: right;
	}
	.banner_case .nbanner{
		justify-content: flex-end;
	}
	
	
	.p60{
		padding: 30px 0;
	}
	
	
	
	.ncontact .ncontacttext{
		float: none;
	}
	.ncontact .ncontacttext .text{
		float: none;
		line-height: 28px;
	}
	.newm{
		display: table;
		float: none;
		margin: 20px auto 0 auto;
	}
	.ncontact>.pic{
		float: none;
	}
	
	.nnews .newsul li,
	.nnews .newsul li:nth-child(3){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.newsul li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	
	
	
	.npartner li,
	.npartner li:nth-child(4n),
	.npartner li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.npartner li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	
	
	.nprocate{
		height: 60px;
		padding: 10px 0;
	}
	.nprocate li{
		width: 33.333%;
		line-height: 30px;
		height: 30px;
	}
	.nprocate li .icon{
		height: 30px;
	}
	
	.servicepic_wap li{
		line-height: 30px;
		margin: 0 0 5px 0;
	}
	.servicepic_wap li img{
		width: 30px;
	}
	.servicepic_wap li .num{
		font-size: 16px;
		margin: 0 5px;
	}
	
	.servicepic_wap li .text{
		font-size: 14px;
		margin: 0;
		line-height: 30px;
	}
	.servicepic_wap li .text p{
		display: none;
	}
	.servicepic_wap ul{
		width: 50%;
		float: left;
	}
	
	
	.nserviceul li .pic{
		width: 100%;
		height: auto;
		float: none;
	}
	.nserviceul li .rltext{
		width: 100%;
		height: auto;
		float: none;
	}
	.nserviceul li .rltext .text{
		padding: 5%;
	}
	.nserviceul li .rltext span{
		font-size: 20px;
	}
	.nserviceul li .num{
		font-size: 40px;
		line-height: 30px;
	}
	
	.servicecontainer{
		padding: 30px 0 20px 0;
	}
	.servicecontainer .pic{
		float: none;
		width: 100%;
		margin: 0;
		max-width: 100%;
	}
	
	
	.servicepiclist{
		padding: 10px 0 30px 0;
	}
	
	
	
	
	.sidebar li p{
		display: none;
	}
	
	.sidebar li{
    	width: 45px;
		height: 30px;
	}
	.sidebar li .pic{
		right: 50px;
	}
	.sidebar li .tel{
		margin-top: -45px;
		right: 50px;
	}
	.videoul .videoarea{
		width: 90%;
		left: 5%;
		top: 35%;
		height: auto;
		margin-left: 0;
	}
	.videoul li .videoarea video{
		width: 100%;
		height: auto;
	}
	.mao{
		position: absolute;
		top: -40%;
	}
	
	.menu ul li ul{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
	}
	
	.cr span{
		margin-right: 0;
	}
}
@media screen and (max-width: 550px) {
	
	
	.top .searcharea{
		float: left;
	}
	.top>.container>.left{
		display: none;
	}
	.fcontact{
		width: 100%;
	}
	.searchform{
		left: 0;
		border: 1px solid #bd3331;
	}
	.searchform .sbut{
		color: #bd3331;
	}
	.flogo .text{
		font-size: 12px;
	}
	.flogo .text h2{
		font-size: 20px;
	}
	.flogo .text p{
		font-size: .65rem;
	}
	.fcontact{
		float: none;
	}
	.fcontact>span{
		display: block;
		margin: 0 0 0 0;
		width: 100%;
		float: none;
		text-align: center;
		color: #c4c4c4;
	}
	.fcontact span br{
		display: none;
	}
	.fcontact span a{
		font-size: 14px;
		color: #c4c4c4;
	}
	.fcontact .zxkf{
		width: 160px;
		margin: 10px auto;
		display: none;
	}
	.fcontact .text{
		text-align: center;
	}
	.serviceul li .pic{
		height: 130px;
	}
	#cnzz_stat_icon_1280682659{
		width: 100%;
		text-align: center;
	}
	.fewm{
		float: none;
		margin: 20px auto 0 auto;
	}
	.fewm .pic{
		width: 90px;
		margin: 0 auto;
	}
	
	.fewm .followtx, .fewm p{
		font-ize: 12px;
		margin: 5px 0 0 0;
	}
	
	.flink{
		display: none;
	}
	.cr{
		text-align: center;
		padding: 10px 0;
		word-break: keep-all;
	}
	.newsul li span{
		font-size: 14px;
		margin: 15px 0 5px 0;
	}
	.stitle h2{
		font-size: 20px;
	}
	
	.serviceul li .text font{
		font-size: 14px;
	}
	.serviceul li .text span{
		line-height: 18px;
		max-height: 54px;
		min-height: 54px;
	}
	.caseul li>a>p{
		font-size: 14px;
	}
	.toup{
		display: none;
		width: 34px;
		height: 16px;
		padding: 10px 0;
	}
	.toup p{
		font-size: 12px;
		display: none;
	}
	.toup .fa{
		font-size: 18px;
	}
	.cuslogoul .swiper-slide p,
	.partnerul .swiper-slide p{
		font-size: 12px;
	}
	
	
	.sidebar1{
		position: fixed;
		top: auto !important;
		height: 128px;
		bottom: 50px;
	}
	.sidebar1 .sidebut{
		opacity: .4;
	}
	.sidebar1 .sidebar{
		position: absolute;
		bottom: -10px;
		right: 0;
	}
	
	
	

	.videoclose{
		width: 50px;
		line-height: 50px;
		font-size: 30px;
		text-align: center;
		top: 25px;
		right: 0;
	}
	
	.devul .slide_items li{
		font-size: 12px;
		width: 90px;
	}
	.devul .slide_items li.on{
		font-size: 16px;
	}
	
	
	
	.devul .slide-content .slide_content_area .slidetext .yearnum{
		font-size: 26px;
		line-height: 28px;
	}
	
	
	
	.nabout .wapkh{
		padding: 0 50px 0 0;
		font-size: 12px;
		margin: 30px 0 0 28px;
	}
	.nabout .wapkh p{
		display: inline;
	}
	
	.page .pageper,
	.page .pagenum{
		display: none;
	}
	
	
	
	
	
	
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}
