.header{
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 1111111;
}
.header ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header ul li a{
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 0 8px ;
	height: 70px;
	line-height: 70px;
	min-width: 80px;
    text-align: center;
}
.header ul li a img{
	max-height: 100%;
}
.header ul li a:hover{
	border-bottom: 2px solid #d10303;
	color: #d10303;
	font-weight: bold;
}
.header ul li.logo a:hover {
    border-bottom: none;
}
.header ul li .on {
	border-bottom: 2px solid #d10303;
	color: #d10303;
	font-weight: bold;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.sm_nav{
	width: 100%;
	background: #ebebeb;
}
.sm_nav .main{
	font-size: 0;
	padding: 10px 0;
	padding-left: 30px;
	background: url(../images/home.png) no-repeat left top 15px;
/*	background-size: 1.5% auto;*/
}
.sm_nav .main li{
	display: inline-block;
}
.sm_nav .main a{
	font-size: 14px;
	line-height: 30px;
	color: #999;
/*	line-height: 50px;*/

}
.sm_nav .main  .on{
	color: #d10303;
}
.centerbox{
	width: 100%;
    max-width: 1200px;
    margin:0 auto;
    height: 100%;
    background: #fff;
}
.news{
	display: flex;
	justify-content: space-between;
	padding-bottom: 2px;
	margin-bottom: 38px;
}
.title{
	width: 100%;
	text-align: center;
}
.title p{
	font-size: 30px;
	color: #251f1e;
}
.title span{
	font-size: 20px;
	color: #ddd;
}
.title:after{
	content: "";
	width: 60px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: #d10303;
	margin-top: 7px;
}
.news ul{
	margin-top: 39px;
}
.news ul li{
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.news ul li a{
	display: flex;
	justify-content: space-between;
}
.news .news_left{

	padding: 0 30px;
		padding-top: 45px;
	width: 69.9%;
}
.news .news_right{
	width: 30%;
}
.news_img{
	width: 200px;
	margin-right: 15px;
}
.news .news_left img{
	width: 100%;
}
.news .tex_right{
	flex: 1;
}
.news .tex_right h3{
	font-size: 18px;
	color: #000000;
	min-height: 72px;
	font-weight: normal;
	line-height: 36px;
	padding-bottom: 15px;
}
.news .tex_right p ,.news .tex_right span ,.news .tex_right font{
	font-size: 16px;
	color: #999999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	font-weight: normal;
}
.news .tex_right span ,.news .tex_right font{
	display: inline-block;
	margin-top: 20px;
}
.news .tex_right font{
	float: right;
	width: 22.49%;
    padding-left: 5.9%;
	background: url(../images/eye.png) no-repeat left center;
}
.new_hide{
	display: none;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	padding-left: 4%;
	padding-right: 14%;
	padding-top: 30px;
	background: #d10303 url(../images/ser.png) no-repeat right center;
	background-position-x: 97%;
}
.new_hide p{
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}
.new_hide span{
	display: block;
	padding-top: 15px;
	font-size: 16px;
	line-height: 32px;
	color:  rgba(255,255,255,60%);
}
.news ul li:hover .new_hide{
	display: block;
}
#pages{
	width: 69.9%;
}
.footer{
	width: 100%;
	background: #272727;
	padding-top: 35px;
}
.copy{
	border-top: 2px solid #757575;
}
.copy *{
	font-size: 14px;
	color: rgba(255,255,255,60%);
	line-height: 30px;
	padding: 16px 0;
}
.foot_con{
	display: flex;
	justify-content: space-between;
}
.form form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.form{
	width: 66.66%;
	position: relative;
}
.form form{
	width: 88.125%;
}
.form h2{
	font-size: 26px;
	color: #bfbfbf;
	margin-bottom: 12px;
}
.bot_con{
	width: 25.66%;
	padding-top: 33px;
}
.form input[type="text"]{
	width: 45.7%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	padding-left: 8px;
	color: #bfbfbf;
	background: 0;
	border: 0;
	border-bottom: 1px solid #868686;
	margin-bottom: 6px;
}
.form input[type="submit"]{
	width: 17.1%;
	margin-top: 21px;
	margin-bottom: 48px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
	border: 0;
}
.form input[type="submit"]:hover{
	color: #ffffff;
	background: #8d1111;
}

.form:after{
	content: "";
	width: 1px;
	height: 180px;
	background: #a4a4a4;
	position: absolute;
	right: 0;
	top: 25px;
}
.bot_con ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bot_con ul li{
	width: 26.14%;
	max-width: 80px;
	border: 1px solid #949494;
	border-radius: 13px;
	position: relative;
}
.bot_con ul li img{
	width: 100%;
}
.bot_con ul li:hover{
	background: #fff;
	border-radius: 13px;
}
.wechat{
	position: absolute;
	text-align: center;
	bottom: 100%;
	left: 50%;
	margin-left: -65px;
	display: none;
	width: 130px;
	padding: 5px;
	z-index: 99;
}
.bot_con ul li .wechat img{
	width: 120px;
}
.wechat p{
	font-size: 16px;
	color: #ffffff;
}
.wechatsho:hover .wechat{
	display: block !important;
}
.con_text{
	text-align: right;
	font-size: 16px;
	color: #bfbfbf;
	line-height: 30px;
	margin-top: 13px;
	margin-bottom: 14px;
}
.con_tit{
	padding-bottom: 25px;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	margin-bottom: 15px;
}
.con_tit h2{
	font-size: 22px;
	color: #d10303;
	font-weight: normal;
	padding-bottom: 20px;
}
.con_tit h3{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	padding-bottom: 20px;
}
.con_tit span{
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.content{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	padding-bottom: 70px;
}
.content *{
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.news_detl{
	padding-bottom: 90px;
}
.products .centerbox{
	padding-top: 50px;
	padding-bottom: 70px;
}
.products .title{
	margin-bottom: 40px;
}
.products .centerbox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.products .centerbox ul li{
	width: 31.66%;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #dddddd;
}
.products .centerbox ul li img{
	width: 100%
}
.products .centerbox .pro_des{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,70%);
	padding: 3%;
}
.products .centerbox ul li:hover .pro_des{
	background: rgba(209,3,3,70%);
}
.pro_des p{
	font-size: 20px;
	color: #ffffff;
}
.pro_des span{
	font-size: 12px;
	color: #ffffff;
}
.products_detil .centerbox{
    margin-top: 50px;
    background: #f3f3f3;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.pre_list{
	width: 18.33%;
	text-align: center;
}
.pro_li_ti{
	background: #d10303;
	padding: 17px 0;
}
.pro_li_ti p{
	font-size: 26px;
	color: #fff;
}
.pro_li_ti span{
	font-size: 16px;
	color: #fff;
}
.pre_list ul li{
	background: #9e9d9e;
	margin-top: 2px;
	padding: 13px 0;
}
.pre_list ul li p{
	font-size: 18px;
	color: #fff;
}
.pre_list ul li span{
	font-size: 14px;
	color: #fff;
}
.pro_content{
	width: 80.5%;
}
.pre_list ul li:hover{
	background: #fff;
	color: #d10303;
}
.pre_list ul li:hover *{
	color: #d10303;
}
.pre_list  .on{
	background: #fff;
}
.pre_list  .on *{
	color: #d10303;
}
.pro_content{
	padding: 18px;
	background: #fff;
	padding-bottom: 70px;
	margin-bottom: 100px;
}
.pro_del_banner{
	width: 100%;
}
.pro_det_ti{
	font-size: 24px;
	line-height: 62px;
	height: 62px;
	color: #d10303;
	margin: 20px 0;
	background: #f2f2f2;
	padding: 0 3%;
}
.pro_con_det{
	padding: 0 3%;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	background: #f2f2f2;
	padding-top: 35px;
	padding-bottom: 85px;
}
.pro_con_det h5{
	font-size: 16px;
	font-weight: bold;
	color: #d10303;
	line-height: 36px;
}
.banner .main{
	width: 94%;
    max-width: 750px;
    margin:0 auto;
    height: 100%;
    padding-top: 145px;
}
.order{
	padding-top: 80px;
	padding-bottom: 90px;
}
.order ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	text-align: center;
}
.order ul p{
	font-size: 50px;
	color: #333;
	font-weight: bold;
}
.order ul span{
	font-size: 26px;
	color: #999;
}
.banner .main{
	text-align: center;
}
.banner h2{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.banner p{
	font-size: 20px;
	color: #e2e8ed;
	margin-bottom: 20px;
	margin-top: 10px;
}
.banner form{
	display: flex;
	justify-content: space-between;
}
.banner form textarea{
	width: 83.66%;
	background: #fff;
	border: 0;
	height: 240px;
	font-size: 16px;
	color: #999999;
	padding: 15px;
	resize: none;
}
.search {
	width: 14.66%;
	padding-top: 2px;
}
.search img{
	width: 100%
}
.search_btn{
	margin-top: 12px;
	width: 100%;
	height: 110px;
	border-radius: 10px;
	overflow: hidden;
	background: url(../images/sou.png) center no-repeat;
}
.search_btn:hover{
	background: url(../images/order_2.png) center no-repeat;
}
.search_btn input{
	width: 100%;
	height: 100%;
	opacity: 0;
}
.contact_det{
	padding-top: 30px !important;
}
.about_tit{
	margin-bottom: 25px;
}
.about_tit h3{
	font-size: 26px;
	color: #d10303;
	margin-bottom: 5px;
}
.about_tit span{
	font-size: 18px;
	color: #d10303;
}
.about_con .content{
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	padding-bottom: 35px;
}
.about_con  .content *{
	font-size: 14px;
	color: #999999;
	line-height: 26px;
}
.about_con  .content img{
	margin-bottom: 16px;
}
.contact .city{
	display: flex;
	justify-content: space-between;
	width: 88.1%;
	margin: 0 auto;
	margin: auto;
	background: #f6f6f6;
	border-radius: 18px;

}
.contact .city li{
	border: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-radius: 18px;
}
.city .on{
	color: #fff;
	background: #d10303;
}
.contact .city li:hover{
	color: #fff;
	background: #d10303;
}
.add{
	margin-top: 30px !important;
}
.add li{
	display: none;
	padding: 0 !important;
	border: 0 !important;
}
.add li:first-child{
	display: block;
}
.add li p{
	font-size: 18px;
	color: #d10303;
	margin-bottom: 10px;
}
.add li div{
	font-size: 14px;
	color: #999;
	line-height: 32px;
}
.contact{
	margin-bottom: 20px;
}
.contact_aa{
	padding-bottom: 104px ;
}
.advantage{
	padding-top: 40px;
	padding-bottom: 67px;
}
.advantage .title{
	margin-bottom: 40px;
}
.proces{
	padding-top: 40px;
	padding-bottom: 94px;
	background: #dddddd;
}
.advantage img{
	width: 100%;
}
.proces img{
	width: 100%;
}
.proces .centerbox{
	background: #dddddd;
}
.proces .title{
	margin-bottom: 50px;
}
.proces .title p{
	color: #333;
}
.proces .title span{
	color: #333;
}
.after{
	padding-top: 75px;
	padding-bottom: 98px;
}
.after .title{
	margin-bottom: 40px;
}
.after ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.after ul li{
	width: 33.33%;
	position: relative;
}
.after ul li img{
	width: 100%;
}
/*.after ul li img{
	width: 100%;
}
.after .bg{
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}*/
.after .bg{
/*	display: flex;
	justify-content: space-between;
	align-items: center;*/
	font-weight: bold;
	padding: 75px 110px 15px 30px;
	min-height: 250px;
	background: rgba(0, 0, 0, 0.6);
}
.after .bg *{
	color: #e0e1e3;
	font-size: 16px;
	line-height: 30px;
}
.after li:hover .bg{
	background: rgba(209, 3, 3, 0.7);
}
.ab1{
	margin-bottom: 60px;
}
.ab1 ul li{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 240px;
	margin-bottom: 15px;
	overflow: hidden;
}
.ab1 ul li:last-child{
	margin-bottom: 0;
}
.ab1_con{
	float: right;
	width: 100%;
	max-width: 350px;
	color: #ffffff;
	padding: 0 15px;
}
.ab1_con h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.ab1_con h5{
	font-size: 14px;
	line-height: 24px;
}
.ab1 ul li:nth-child(2n){
	justify-content: flex-start;
}
.ab1 ul li:nth-child(2n) .ab1_con{
	max-width: 410px;
}
.map{
	height: 240px;
}
.banner_index{
	position: relative;
}
.banner_index img{
	width: 100%;
}
.banner_index .aaz,.banner_index .aay{
    width: 51px;
    height: 51px;
    margin-top: -25px;
    outline: none;
}
.banner_index .aaz{
    background: url(../images/z.png) no-repeat;
    background-size: cover;
    left: 3%;
}
.banner_index .aaz:hover{
    background: url(../images/zz.png) no-repeat;
}
.banner_index .aay {
    background: url(../images/y.png) no-repeat;
    background-size: cover;
    right: 4%;
}
.banner_index .aay:hover{
    background: url(../images/yy.png) no-repeat;
}
.ban{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
}
.ban form{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 40px;
}

.ban1 h3{
	font-size: 18px;
}
.ban1 h5{
	font-size: 30px;
}
.ban input{
	display: block;
	width: 40%;
	font-size: 18px;
	line-height: 54px;
	height: 56px;
	padding-left: 10px;
	border: 1px solid #b6aca5;
	background: #ffffff;
}
.ban button{
	display: block;
	width: 140px;
	font-size: 18px;
	line-height: 56px;
	color: #333333;
	text-align: center;
	background: #ffffff;
	border: none;
}
.ban button:hover{
	color: #ffffff;
	background: #d10303;
}
.index1{
	padding: 90px 0 70px;
}
.index1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index1 ul li{
	width: 18.5%;
	text-align: center;
}
.index1 ul li img{
	max-width: 100%;
	margin: 0 auto 10px;
}
.index1 ul li h3{
	font-size: 20px;
	color: #251f1e;
	font-weight: bold;
	margin-bottom: 5px;
}
.index1 ul li h5{
	font-size: 16px;
	line-height: 28px;
	color: #999999;
}
.index2{
	padding-top: 50px;
	background: #1f1f1f;
}
.mb30{
	margin-bottom: 30px;
}
.ind2_ms{
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 45px;
}
.index2 ul{
	display: flex;
	flex-wrap: wrap;
}
.index2 ul li{
	position: relative;
	width: 16.6%;
	height: 410px;
}
.index2 ul li img{
	height: 100%;
	object-fit: cover;
}
.index2 ul li .pro_des2{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,70%);
	padding: 3%;
}
.index2 ul li:hover .pro_des2{
	background: rgba(209,3,3,70%);
}
.pro_des2 p{
	font-size: 26px;
	color: #ffffff;
}
.pro_des2 span{
	font-size: 16px;
	color: #ffffff;
}
.index3{
	position: relative;
	margin: 80px 0;
	padding: 115px 0;
	background-size: 45.6%;
	background: #dddddd;
}
.index3 img{
	position: absolute;
	left: 0;
	top: 0;
	width: 45.6%;
	height: 100%;
	object-fit: cover;
}
.ind3{
	position: relative;
	width: 100%;
	max-width: 980px;
	padding: 75px 65px 65px 75px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.ind3_ti{
	color: #ffffff;
	margin-bottom: 25px;
}
.ind3_ti p{
	font-size: 30px;
	margin-bottom: 3px;
}
.ind3_ti span{
	font-size: 20px;
	color: #ffffff;
}
.ind3_ti:after{
	content: "";
	width: 60px;
	height: 4px;
	display: block;
	background: #d10303;
	margin-top: 10px;
}
.ind3_con{
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 25px;
}
.ind3_ul ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ind3_ul ul li{
	color: #ffffff;
	text-align: center;
}
.ind3_ul ul li h3{
	font-size: 36px;
}
.ind3_ul ul li .xian2{
	width: 20px;
	height: 3px;
	border-radius: 20px;
	margin: 10px auto 15px;
	background: #333333;
}
.ind3_ul ul li h5{
	font-size: 14px;
}
.index4{
	padding: 0 0 80px;
}
.ind4_lf{
	width: 38.3%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.ind4_lf_img img{
	width: 100%;
}
.ind4_lf_con{
	padding: 20px;
	padding-right: 50px;
	background: #ffffff;

}
.ind4_lf_con h3{
	font-size: 16px;
}
.ind4_lf_con h5{
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0;
}
.ind4_lf_con p{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ind4_lf_con p span{
	font-size: 14px;
	color: #999999;
}
.ind4_lf_con p i{
	display: block;
	width: 80px;
	font-size: 12px;
	line-height: 28px;
	color: #999999;
	text-align: center;
	background: #f0f0f0;
	border-radius: 20px;
}
.ind4_lf:hover .ind4_lf_con h3{
	color: #d10303;
}
.ind4_lf:hover p i{
	color: #ffffff;
	background: #d10303;
}
.ind4_ri{
	width: 55.8%;
}
.ind4_ri ul li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
}
.ind4_ri ul li:last-child{
	margin-bottom: 0;
}
.ind4_ri ul li h3{
	font-size: 16px;
	color: #333333;
}
.ind4_ri ul li h3 span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.ind4_ri ul li h5{
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0;
}
.ind4_ri ul li p{
	display: block;
	width: 80px;
	font-size: 12px;
	line-height: 28px;
	color: #999999;
	text-align: center;
	background: #f0f0f0;
	border-radius: 20px;
}
.ind4_ri ul li:hover h3{
	color: #d10303;
}
.ind4_ri ul li:hover p{
	color: #ffffff;
	background: #d10303;
}
.index5{
	padding: 65px 0 40px;
	background: #dddddd;
}
.index5 ul{
	font-size: 0;
}
.index5 ul li{
	display: inline-block;
	vertical-align: top;
	width: 13.3%;
	margin-right: 4.04%;
	margin-bottom: 25px;
	border: 1px solid #ededed;
}
.index5 ul li:nth-child(6n){
	margin-right: 0;
}
.index5 .swiper-slide img{
	width: 100%;
	/*grayscale(val):val值越大灰度就越深*/
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.index5 .swiper-slide:hover img{
	/*grayscale(val):val值越大灰度就越深*/
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: gray;
}
.menu {
    display: none;
    width: 62px;
    height: 100%;
    cursor: pointer;
}
.menu img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.nav {
    display: block;
    width: 55%;
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 999;
    background: #ffffff;
    height: 100%;
    transform: translate(100%,0px);
    transition: all 0.5s;
}   
.nav-left {
    width: 45%;
    position: fixed;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.4);
    height: 100%;
    top: 70px;
    transform: translate(-100%,0px);
    transition: all 0.5s;
}
.head_fix{
    display: none;
    height: 70px;
}
.ul{
    padding: 0 4%;
}
.l {
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.onli .a,ul.levelu>li.on>a{
    background: url(../images/yyy.png)right center no-repeat;
}
.a {
    font-size: 18px;
    width: 100%;
    line-height: 60px;
    color: #333333;
    display: block;
    box-sizing: border-box;
}
.l.bg .a,ul.levelu>li.on.bg1>a{
    background: url(../images/yyy1.png)right center no-repeat; 
}
.levelu {
    display: none;
}
.levell {
    line-height: 50px;
}
ul.levelu>li.on>a{
    display: block;
}
.levela {
    font-size: 16px;
    color: #666666;
    display: block;
    padding-left: 6%;
}
.banner1{
	height: 600px;
}