@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: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.header{}
.header .logo{}
.header .search{
	border: 1px solid #231916;
	border-radius: 24px;
	width: 380px;
	padding: 4px;
	height: 36px;
	margin: 39px 0 0 0;
}
.header .search .iconfont{
	width: 36px;
	line-height: 36px;
	font-size: 22px;
	text-align: center;
}
.header .search .stext{
	width: 266px;
	height: 36px;
	border: none;
	font-size: 18px;
}
.header .search .sbut{
	width: 78px;
	line-height: 36px;
	border-radius: 18px;
	background: #231916;
	color: #fff;
	text-align: center;
	cursor: pointer;
}


.menu{
	background: #36404c;
}
.menu li{
	display: block;
	float: left;
	line-height: 65px;
	margin: 0 30px 0 0;
}
.menu li a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 0 25px;
	display: block;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li:hover a,
.menu li.this a{
	color: #ed1c24;
}
.menu li a:after{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #ed1c24;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li:hover a:after,
.menu li.this a:after{
	opacity: 1;
}
.menu li.tel{
	background: #ed1c24;
	color: #fff;
	padding: 0 40px;
	float: right;
	font-size: 24px;
	margin: 0;
}
.menu li.tel .iconfont{
	font-size: 24px;
	margin: 0 10px 0 0;
}



.aboutbg{
	background: url("../images/bg_about.jpg") #f6f6f6 center no-repeat;
}
.about .pic{
	width: 498px;
}
.abouttext{
	padding: 15px 40px 0 30px;
	width: 632px;
}
.abouttext h1{
	font-size: 24px;
	margin: 0 0 20px 0;
}
.abouttext h1:after{
	width: 90px;
	height: 5px;
	background: #ed1c24;
	content: '';
	display: block;
	margin: 3px 0 0 0;
}
.abouttext .text{
	font-size: 14px;
	line-height: 24px;
}
.abouttext .more{
	font-size: 14px;
	color: #ed1c24;
	display: table;
	margin: 25px 0 0 0;
}
.abouttext .more .iconfont{
	width: 30px;
	line-height: 30px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: #515151;
	margin: 0 10px 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;
}
.abouttext .more:hover .iconfont{
	background: #ed1c24;
	color: #fff;
}


.probg{
	background: #ebebeb;
}



.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 36px;
	line-height: 36px;
}
.stitle h2 font{
	color: #ed1c24;
}
.stitle p{
	font-size: 14px;
	margin: 7px 0 0 0;
	line-height: 14px;
}
.stitle span{
	width: 63px;
	height: 5px;
	margin: 13px auto 0 auto;
	background: #000;
	display: block;
}
.probg .stitle span{
	background: #ed1c24;
}


.sproslide{
	background: #fff;
}
.sproslide .pic{
	width: 540px;
	height: 340px;
	position: relative;
}
.sproslide .ptext{
	padding: 80px 90px 30px 20px;
	width: 550px;
}
.sproslide .ptext .ptitle{
	font-size: 24px;
}
.sproslide .ptext .text{
	font-size: 14px;
	line-height: 24px;
	color: #4c4c4c;
	margin: 10px 0 0 0;
}

.sproslidearrow{
	width: 34px;
	line-height: 26px;
	font-size: 22px;
	cursor: pointer;
	text-align: center;
	background: #343434;
	color: #c9c9c9;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.sproslidearrow_left{
	left: 0;
	transform: rotate(180deg);
}
.sproslidearrow_right{
	right: 0;
}



.sprolist{
	margin-top: 12px;
}
.prolist li{
	display: block;
	float: left;
	width: 392px;
	margin: 0 12px 12px 0;
}
.prolist li:nth-child(3n){
	margin: 0 0 12px 0;
}
.prolist li .pic{
	width: 392px;
	height: 248px;
	position: relative;
}

.protext .text .watermark,
.prodetailslide .detailslide li{
	position: relative;
}
.protext .text .watermark:after,
.prodetailslide .detailslide li:after,
.sproslide .pic:after,
.prolist li .pic:after{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	background: url("../images/watermark.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.protext .text .watermark:after{
	background-size: 80%;
}
.prolist li:hover .pic:after,
.prolist li: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);
}
.prolist li p{
	line-height: 36px;
	background: #ed1c24;
	text-align: center;
	color: #fff;
	font-size: 18px;
}



.qxysbg{
	background: #f5f5f5;
}
.qxyslist li{
	display: block;
	float: left;
	width: 33.333%;
	padding: 0 2.5%;
	box-sizing: border-box;
	text-align: center;
}
.qxyslist li .iconfont{
	font-size: 80px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.qxyslist li:hover .iconfont{
	transform: rotateY(180deg);
}
.qxyslist li strong{
	font-size: 24px;
	margin: 5px 0 5px 0;
	display: block;
}
.qxyslist li p{
	font-size: 14px;
	line-height: 24px;
	height: 72px;
}
.qxyslist li .num{
	font-size: 72px;
	color: #ed1c24;
	margin: 50px 0 0 0;
}

.apparea{
	background: url("../images/bg_app.jpg") center no-repeat;
	background-size: cover;
}
.apparea .stitle h2{
	color: #fff;
}
.apparea .stitle span{
	background: #ed1c24;
	margin: 20px auto 0 auto;
}

.appslide{
	position: relative;
}
.appslide .swiper-container{
	width: 1240px;
	margin-left: -20px;
}
.appslide li{
	padding: 0 20px;
	box-sizing: border-box;
}
.appslide li .apptext{
	background: #fff;
	position: relative;
	padding: 40px 35px 20px 35px;
	border-bottom: 11px solid #ed1c24;
}
.appslide li .apptext .icon{
	width: 74px;
	height: 74px;
	position: absolute;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	left: 35px;
	background-color: #ed1c24;
	top: -45px;
	-webkit-transition: all 1.0s;
	-moz-transition: 	all 1.0s;
	-ms-transition: 	all 1.0s;
	-o-transition: 		all 1.0s;
	transition: 		all 1.0s;
}
.appslide li:hover .apptext .icon{
	border-radius: 20px;
	-webkit-transform: 	rotate(360deg);
	-moz-transform: 	rotate(360deg);
	-ms-transform: 		rotate(360deg);
	-o-transform: 		rotate(360deg);
	transform: 			rotate(360deg);
}
.appslide li .apptext span{
	display: table;
	border-bottom: 1px solid #666666;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
.appslide li .apptext p{
	font-size: 14px;
	line-height: 24px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	max-height: 40px; */
}

.appslidearrow{
	width: 50px;
	line-height: 50px;
	font-size: 32px;
	cursor: pointer;
	text-align: center;
	border: 3px solid #c7c7c7;
	color: #c9c9c9;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	border-radius: 5px;
}
.appslidearrow_left{
	left: -80px;
	transform: rotate(180deg);
}
.appslidearrow_right{
	right: -80px;
}

.picnews{
	width: 530px;
	padding: 40px 50px 30px 50px;
	background: #f8f8f8;
	box-sizing: border-box;
}
.picnews .date{
	font-size: 24px;
	color: #646464;
}
.picnews .newstitle{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}
.picnews .text{
	font-size: 14px;
	line-height: 22px;
	color: #5e5e5e;
	margin: 15px 0 15px 0;
}
.picnews .more{
	width: 74px;
	line-height: 26px;
	text-align: center;
	color: #ed1c24;
	border-radius: 14px;
	border: 1px solid #ed1c24;
	font-size: 14px;
}


.newslist{
	width: 580px;
}
.newslist li{
	display: block;
	border-top: 1px solid #e5e5e5;
}
.newslist li a{
	display: block;
	padding: 35px 0;
}
.newslist li .newstitle .iconfont1{
	font-size: 44px;
	line-height: 44px;
	margin: 0 15px 0 0;
}
.newslist li .newstitle .iconfont2{
	font-size: 22px;
	line-height: 44px;
}
.newslist li .newstitle span{
	display: block;
	width: 470px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	float: left;
}
.newslist li .text{
	margin: 0 0 0 59px;
	font-size: 15px;
	color: #646464;
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	max-height: 72px;
}



.footer{
	border-bottom: 15px solid #ed1c24;
	background: #36404c;
	padding: 70px 0 0 0;
}
.fcontact{
	margin: 5px 0 0 78px;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}
.fcontact .iconfont{
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.fmenu,
.fpro{
	margin: 0 0 0 180px;
	padding: 0 0 0 27px;
	border-left: 10px solid #ed1c24;
	line-height: 38px;
}
.fmenu strong,
.fpro strong{
	font-size: 18px;
	display: block;
	color: #fff;
}
.fmenu li,
.fpro li{
	display: block;
}
.fmenu li a,
.fpro li a{
	font-size: 14px;
	color: #fff;
	display: block;
}



.cr{
	line-height: 78px;
	text-align: center;
	color: #d7d7d7;
	font-size: 14px;
}
.cr a{
	color: #d7d7d7;
	font-size: 14px;
}


.bannerbg,
.listbanner,
.nbanner{
	height: 350px;
}

.envslide li .pic{
	margin: 0 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.envslide li:hover .pic{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
}

.nhonor{
	background: #f4f4f4;
}
.nhonor li .pic{
	margin: 0 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nhonor li:hover .pic{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}



.envslide li:hover .pic img,
.nhonor li: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);
}

.naboutbg{
	background: #f4f4f4;
}
.naboutbg .pic{
	position: relative;
	overflow: visible;
}
.naboutbg .pic::before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ed1c24;
	left: 20px;
	top: 20px;
}
.naboutbg .abouttext{
	padding: 15px 30px 0 60px;
	width: 612px;
}

.nprobg{
	/* background: #f8f8f8; */
}
.procate{
}
.procate li{
	display: block;
	float: left;
	width: 24.25%;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
	margin: 0 1% 1% 0;
}
.procate li:nth-child(4n){
	margin: 0 0 1% 0;
}
.procate li a{
	display: block;
	background: #fff;
	/* border: 2px solid #ddd; */
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate li.this a,
.procate li:hover a{
	color: #fff;
	/* border-color: #ed1c24; */
	background: #ed1c24;
}


.napparea{
	background: #f4f4f4;
}
.napparea .stitle h2{
	color: #000;
}

.nappslide li{
	display: block;
	width: 373px;
	float: left;
	padding: 0;
	margin: 0 40px 40px 0;
}
.nappslide li:nth-child(3n){
	margin: 0 0 40px 0;
}


.nnews{
	width: 1200px;
}
.nnews li .pic{
	width: 290px;
}
.nnews li .nnewstext{
	width: 880px;
	margin: 15px 0 0 0;
}
.nnews li .nnewstext .text{
	margin: 10px 0 0 0;
	-webkit-line-clamp: 2;
    max-height: 48px;
}
.nnews li .nnewstext .more{
	width: 74px;
    line-height: 26px;
    text-align: center;
    color: #ed1c24;
    border-radius: 14px;
    border: 1px solid #ed1c24;
    font-size: 14px;
	margin: 10px 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;
}
.nnews li:hover .nnewstext .more{
	color: #fff;
	background: #ed1c24;
}
.nnews li .newstitle .iconfont1{
	font-size: 30px;
	margin: 0 10px 0 0;
}
.nnews li .newstitle span{
	width: 760px;
}

.nnews li a{
	padding: 25px 0;
}


.ncontacticon li{
	display: block;
	float: left;
	width: 370px;
	margin: 0 45px 0 0;
	text-align: center;
	border: 1px solid #e3e3e3;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    padding: 30px 0;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
	box-sizing: border-box;
}
.ncontacticon li:last-child{
	margin: 0;
}
.ncontacticon li .iconfont{
	font-size: 40px;
	color: #ed1c24;
}
.ncontacticon li span{
	display: block;
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 20px;
}




.map{
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
	overflow: hidden;
}
.map p{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}



.protext{
	background: #fff;
	padding: 20px;
}

.protext .text{
	padding: 20px 0;
}

.pagination-banner{
	
}

.banner_pc .pagination{
	bottom: 50px;
}
.banner_pc .swiper-pagination-switch{
	border-radius: 0;
	width: 12px;
	height: 12px;
	border: 3px solid #fff;
	background: none;
	position: relative;
	margin: 0 15px;
	opacity: 1;
}
.banner_pc .swiper-pagination-switch::after{
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	opacity: 1;
	background: #ed1c24;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -3px;
	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;
}
.banner_pc .swiper-active-switch::after{
	opacity: 1;
}
.banner_pc .swiper-pagination-switch::before{
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 2px;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	left: 50%;
	margin-left: -24px;
	top: 50%;
	margin-top: -1px;
}
























