/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/Montserrat-Regular_1.ttf');
}
@font-face
{
	font-family: "Anton";
	src:url('../font/ANTON.TTF');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}

body {
	font-family: "Poppins";
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}
ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 100px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.9);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: rgba(255, 255, 255, 1);
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: rgba(255, 255, 255, 0.9);

}

.headdv {
	width: 1400px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
}

.headdvleft img {
	display: block;
}

.headdvright {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 100px;
	border-bottom: 2px solid transparent;
	transition: all .3s;
	margin: 0 20px;
}

.headdvright ul li a {
	color: #333333;
	display: block;
	font-size: 18px;
	position: relative;
	padding: 0 10px;
	text-transform: uppercase;
	font-family: "Poppins";
}
.headdvright ul li a span{
	color:#333333;
}

.headdvright ul li:hover a span{
	color:#c21c2a ;
}

.headdvright ul li.active a span{
	color:#c21c2a ;
}
.banners{
	position: relative;
	z-index: 3;
}
.banners img {
	display: block;
	width: 100%;
}
.ss{
	margin-right: 30px;
}
.ss iconpark-icon{
	font-size: 24px;
	color: #dd2331;
}
.inpro{
	width: 1400px;
	margin: 80px auto;
}
.inprobt h1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.inprobt h1 span{
	color: #c21c2a;
	font-size: 16px;
	font-family: "Poppins";
	text-transform: uppercase;
}
.inprobt h2{
	color: #333333;
	text-align: center;
	font-size: 52px;
	font-family: "Anton";
	margin-bottom: 40px;
}
.inprolist ul{
	display: flex;
	justify-content: space-between;
}
.inprolist ul li{
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
}
.inprolist ul li:hover{
	box-shadow: 0px 0px 20px #d1d0d099;
}
.inprolist ul li div{
	padding-top: 60px;
	padding-bottom: 115px;
	background-color: #c21c2a;
}
.inprolist ul li div h1{
	color: #ffffff;
	font-size: 24px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.inprolist ul li div p{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
.inprolist ul li div a{
	display: block;
	width: 160px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	color: #c21c2a;
	font-size: 14px;
	margin: 0 auto;
	background-color: #fff;
	margin-top: 20px;
	line-height: 40px;
	transition: all 1s;
}
.inprolist ul li div a:hover{
	background-color:#ff5563;
	color: #fff;
}
.inprolist ul li section{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin-top: -115px;
}
.inprolist ul li section img{
	width: 100%;
	transition: all 1s;
}
.inprolist ul li:hover section img{
	transform: scale(1.05);
}
.inprolist ul li:nth-child(2n) div{
	background-color: #dd2331;
}
.ingy{
	width: ;
}
.ingyright{
	width: 60%;
	background: url(../images/ksau_03.jpg) center no-repeat;
	background-size: cover;
	align-items: center;
}
.ingy{
	display: flex;
	justify-content: space-between;
}
.ingyleft{
	width: 40%;
	position: relative;
	    z-index: 5;
}
.ingyleft img{
	display: block;
	width: 100%;
}
.ingyright {
	display: flex;
	justify-content: space-between;
}
.ingyright div{
	width: 600px;
	margin: 0 auto;
}
.ingyright div img{
	display: block;
	width: 100%;
	margin-bottom: 80px;
	transition: all 1s;
}
.ingyright div img:hover{
	transform: scale(1.05);
}
.ingyright div h1{
	color: #c21c2a;
	font-size: 22px;
	font-family: "Poppins";
	font-weight: bold;
}
.ingyright div p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.inraw{
	width: 100%;
	padding: 100px 0px;
	background-color: #f5ebe6;
}
.inprobt h2{
	text-transform: uppercase;
}
.inrawdv{
	width: 1400px;
	margin: 0 auto;
}
.inrawlist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inrawlist ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 440px;
	margin: 20px 0px;
}
.inrawlist ul li .ladu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	height: 160px;
	border-radius: 160px;
	overflow: hidden;
	background-color: #f0ded8;
}
.inrawlist ul li .ladu{
	padding: 0 50px;
	transition: all 0.7s;
	width: calc(100% - 100px);
	transform-origin: 100% 100%;
}
.inrawlist ul li .ladu section{
	width: 170px;
}
.inrawlist ul li .ladu section h1{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins Medium";
}
.inrawlist ul li a{
	display: block;
	width: 100%;
}
.inrawlist ul li .ladu section p{
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.inrawlist ul li .ladu section p img{
	display: block;
	margin-right: 5px;
}
.inrawlist ul li:hover .ladu{
	transform: rotateX(90deg);
}
.inrawlist ul li .laduwz{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 60px;
	display: flex;
	justify-content: center;
	height: 100%;
	width: calc(100% - 120px);
	border-radius: 160px;
	align-items: center;
	background: url(../images/lbg_03.jpg) center no-repeat;
	transform: rotateX(90deg);
	transition: all 0.7s;
	transform-origin: 100% 100%;
}
.ingyleft .pan{
	width: 500px;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 100%;
	top: 50%;
	margin-left:  -250px;
	margin-top: -250px;
}
.ingyleft .pan img{
	display: block;
	width: 100%;
}
.inrawlist ul li .laduwz p{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
.inrawlist ul li:hover .laduwz{
	transform: rotateX(0deg);
}
.ladu div{
	width: 130px;
	margin-right: 15px;
}
.innews{
	padding-top: 100px;
	padding-bottom: 130px;
	background-color: #faf3f0;
}
.innewslist{
	width: 1400px;
	margin: 0 auto;
}
.innewslist ul{
	display: flex;
	justify-content: space-between;
}
.innewslist ul li{
	width: 32%;
}
.innewslist ul li div{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.innewslist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewslist ul li:hover div img{
	transform: scale(1.05);
}
.innewslist ul li h1{
	margin: 15px 0px;
	color: #666666;
	font-size: 14px;
}
.innewslist ul li h2{
	line-height: 30px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.innewslist ul li span{
	display: block;
	width: 160px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #dcd7d4;
	border-radius: 50px;
	text-align: center;
	line-height: 43px;
	color: #666666;
	font-size: 12px;
	margin-top: 25px;
	text-transform: uppercase;
	transition: all 1s;
}
.innewslist ul li:hover span{
	display: block;
	background-color: #c21c2a;
	border: 1px solid #c21c2a;
	color: #fff;
}
.hz{
	background-color: #faf3f0;
	padding-bottom: 100px;
}
.hzdv{
	width: 1400px;
	margin: 0 auto;
}
.hzlist ul{
	display: flex;
	justify-content: space-between;
}
.hzlist ul li{
	width: 220px;
	overflow: hidden;
	border-radius: 10px;
}
.hzlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.hzlist ul li:hover img{
	transform: scale(1.05);
}

.foot{
	width: 100%;
	border-top: 1px solid #191919;
	padding-top: 65px;
	background: url(../images/foot_02.jpg) center  no-repeat;
	background-size: cover;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 65px;
}
.footdvleft{
	width: 290px;
}
.footdvleft img{
	display: block;
}
.footdvleft p{
	margin-top: 14px;
	color: #e5e5e5;
	font-size: 14px;
	line-height: 25px;
}
.footdvleft section{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.footdvleft section img{
	display: block;
}
.footdvleft section a{
	margin-right: 20px;
	display: block;
	overflow: hidden;
	border-radius: 50px;
}
.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
} 
.footdvright dl dt{
	color: #ffffff;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 20px;
}

.footdvright dl dt a{
	border-bottom: 1px solid #474747;
	font-size: 18px;
	font-family: "Montserrat";
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}
.footdvright dl dd {
	margin-top: 5px;
	color: #666666;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 30px;
	display: block;
}
.footdvright dl dd a{
	color: #e5e5e5;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 30px;
	display: block;
	transform: translateX(0);
	transition: all .5s;
}
.footdvright dl dd a:hover{
	color: #333;
	transform: translateX(-10px);
}
.footdvright dl h1{
	color: #e5e5e5;
	font-size: 14px;
	font-weight: bold;
	font-family: "Montserrat";
	text-align: left;
	margin-bottom: 10px;
}
.footdvright dl h2{
	color: #fff;
	font-size: 14px;
}
.footdvright div{
	width: 120px;
}
.footdvright div img{
	display: block;
	width: 100%;
}
.footdvright h1{
	text-align: center;
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}
.wdl{
	width: 100%;
	border-top: 1px solid #333333;
	height: 70px;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wdldv p{
	color: #fff;
	font-size: 14px;
}
.wdldv p a{
	color: #fff;
	font-size: 14px;
}
.inadv{
	padding-top: 105px;
	padding-bottom:140px ;
	background: url(../images/fweg_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.inadvdv .inprobt span{
	color: #fff;
}
.inadvdv .inprobt h2{
	color: #fff;
	margin-bottom: 0;
}
.inprobt p{
	width: 715px;
	margin: 0 auto;
	line-height: 25px;
	margin-top: 15px;
	color: #fff;
	font-family: "Poppins_Light";
	text-align: center;
	margin-bottom: 40px;
}
.gongmao{
	width: 1400px;
	margin: 0 auto;
	margin-top: 80px;
}
.gongmao ul{
	display: flex;
	justify-content: space-between;
}
.gongmao ul li{
	width: 310px;
}
.gongmao ul li img{
	display: block;
	margin: 0 auto;
}
.gongmao ul li h1{
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 7px;
}
.gongmao ul li p{
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
.adva{
	margin: 0 auto;
	margin-top: 60px;
	width: 260px;
	display: block;
	background-color: #c21c2a;
	color: #fff;
	line-height: 50px;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
}

.any{
	padding: 50px 0;
	background-color: #c21c2a;
}
.anydv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 60%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 45px;
	outline: none;
}
.anydv form input::placeholder{
	color: #b2b2b2;
	font-family: "Arial";
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 130px;
	height: 45px;
	line-height: 45px;
	background-color: #dd2331;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	font-family: "Arial";
}
.abouts{
	padding: 120px 0px;
	padding-bottom: 95px;
	background: url(../images/aboutbg_02.jpg) center no-repeat; 
	background-size: cover;
}
.aboutleft{
	width: 40%;
}
.aboutleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.aboutleft img:hover{
	transform: scale(1.05);
}
.aboutdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutright{
	width: 50%;
}
.aboutright h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.aboutright h1 {
	display: block;
	margin-right: 10px;
	margin-bottom: 15px;
}
.aboutright h1 span{
	display: flex;
	color: #c21c2a;
	font-size: 16px;
	font-family: "Poppins";
	text-transform: uppercase;
}
.aboutright h2{
	color: #3b181b;
	font-size: 52px;
	font-family: "Anton";
	margin-bottom: 10px;
}
.aboutright p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.adv{
	width: 100%;
	padding-top: 95px;
	padding-bottom: 120px;
	background: url(../images/ys_02.jpg) center no-repeat;
	background-size: cover;
}
.advdv{
	width: 1400px;
	margin: 0 auto;
}
.advbt h1{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
} 
.advbt h1 span{
	margin-left: 10px;
}
.advbt h2{
	color: #fff;
	font-size: 52px;
	font-family: "Anton";
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.advbt p{
	line-height: 30px;
	text-align: center;
	width: 725px;
	color: #fff;
	margin: 0 auto;
}
.advlist  ul{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.advlist  ul li {
	width: 21.5%;
}
.advlist  ul li img{
	display: block;
	width: 70px;
	margin: 0 auto;
	margin-bottom: 30px ;
}
.advlist  ul li h1{
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins";
	font-weight: bold;
	text-align: center;
}
.advlist  ul li  p{
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.factory{
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #faf3f0;
}
.factorydv{
	width: 1400px;
	margin: 0 auto;
}
.factorylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.factorylist ul li{
	width: 32%;
	position: relative;
	overflow: hidden;
	margin: 15px 0px;
	border-radius: 10px;
}
.factorylist ul li div{
	overflow: hidden;
	width: 100%;
}
.factorylist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.factorylist ul li:hover img{
	transform: scale(1.05);
}
.factorylist ul li section{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80px;
	width: 90%;
	padding: 0 5%;
}
.factorylist ul li section h1{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	margin-bottom: 10px;
	padding-top: 15px;
}
.factorylist ul li section h2{
	color: #ffffff;
	font-size: 15px;
	font-family: "Poppins";
	font-weight: bold;
}
.certificates{
	padding-top: 100px;
	padding-bottom: 60px;
	background: url(../images/fyzz_02.jpg) center no-repeat;
}
.certificatesdv{
	width: 1400px;
	margin: 0 auto;
}
.certifbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.certifbtleft h1{
	display: flex;
	justify-content: flex-start;
} 
.certifbtleft h1 {
	display: block;
	margin-right: 10px;
	margin-bottom: 15px;
}
.certifbtleft h1 span{
	display: flex;
	color: #c21c2a;
	font-size: 16px;
	font-family: "Poppins";
	text-transform: uppercase;
}
.certifbtleft h2{
	color: #3b181b;
	font-size: 52px;
	font-family: "Anton";
	text-transform: uppercase;
	margin-bottom: 10px;
}
.certifbtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	height: 50px;
	padding: 0 35px;
	background-color: #c21c2a;
	border-radius: 60px;
}
.certifbtright a span{
	color: #ffffff;
	font-size: 16px;
}
.certifbtright a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
}
.rylist .swiper-slide div{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.rylist .swiper-slide div img{
	display: block;
	width: 90%;
}
.rylist .swiper-slide-active div img{
	width: 100%;
}
.rylist .swiper-wrapper{
	
	align-items: flex-end;
}
.zyqh{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 110px;
}
.zyqh div{
	position: inherit;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	background-color: #ffffff;
	border-radius: 50%;
}
.zyqh .swiper-button-next:after,.zyqh .swiper-button-prev:after{
	color: #c21c2a;
	font-size: 18px;
}
.zyqh .swiper-button-next:hover:after,.zyqh .swiper-button-prev:hover:after{
	color: #fff;
}
.zyqh div:hover{
	background-color: #c21c2a;
}

.xinwen{
	width: 100%;
	background-color: #faf3f0;
	padding-top: 90px;
	padding-bottom: 110px;
}
.xinwendv{
	width: 1400px;
	margin: 0 auto;
}
.xinwenlist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xinwenlist ul li{
	width: 31.333%;
	margin: 1%;
	margin-bottom: 50px;
}
.xinwenlist ul li div{
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.xinwenlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xinwenlist ul li:hover div img{
	transform: scale(1.05);
}
.xinwenlist ul li section{
	margin-top: 30px;
}
.xinwenlist ul li section h1{
	color: #666666;
	font-size: 14px;
	margin-bottom: 15px;
}
.xinwenlist ul li section h2{
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 20px;
	font-weight: bold;
}
.xinwenlist ul li section span{
	display: block;
	width: 160px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #666666;
	margin-top: 25px;
	text-align: center;
	line-height: 43px;
	text-transform: uppercase;
	font-size: 12px;
	transition: all 1s;
}
.xinwenlist ul li:hover section span{
	background-color: #c21c2a;
	border-color:#c21c2a ;
	color: #fff;
}
.xinwenxq{
	display: flex;
	justify-content: space-between;
}
.xinwenxqleft{
	width: 70%;
}
.xinwenbt{
	margin-bottom: 40px;
}
.xinwenbt h1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.xinwenbt h2{
	color: #666666;
	font-size: 14px;
	font-family: "Poppins";
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.xinwenbt h2 iconpark-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	margin-right: 5px;
}
.fanye{
	padding-top: 25px;
	border-top: 1px solid #d9d3d0;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.fanye p{
	color: #808080;
	font-size: 16px;
}
.fanye p a{
	color: #808080;
	font-size: 16px;
}
.fanye p a:hover{
	color: #c21c2a;
}
.xinwenxqright{
	width: 25%;
}
.xinwenxqright form{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	background-color: #fff;
	height: 40px;
	border-radius: 50px;
}
.xinwenxqright form input{
	border: none;
	width: 80%;
	outline: none;
}
.xinwenxqright form button{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: none;
	font-size: 22px;
	outline: none;
}

.recnews{
	background-color: #c21c2a;
	border-radius: 15px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 30px;
}
.recnews h1{
	padding: 0 20px;
	padding-left: 30px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.recnews dl{
	padding: 25px 20px;
	padding-left: 30px;
	background-color: #fff;
	border-radius: 15px;
}
.recnews dl dd a{
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.recnews dl dd a:hover{
	color: #c21c2a;
}
.recnews div{
	padding: 25px 20px;
	padding-left: 30px;
	background-color: #fff;
	border-radius: 15px;
}
.recnews div h2{
	color: #333333;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 25px;
}
.recnews div section{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.recnews div section iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #c21c2a;
	font-size: 22px;
	margin-right: 10px;
}
.recnews div section  h3 span{
	display: block;
	color: #333333;
	font-size: 14px;
	font-family: "Montserrat";
	font-weight: bold;
	line-height: 25px;
}
.recnews div section  h3 i{
	display: block;
	line-height: 30px;
	margin-bottom:10px ;
}
.pro{
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #faf3f0;
}
.prodv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.prodvleft{
	width: 25%;
}
.recnews ul{
	padding: 25px 20px;
	padding-left: 30px;
	background-color: #fff;
	border-radius: 15px;
}
.recnews ul li{
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 60px;
}
.recnews ul li a{
	display: block;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
}
.recnews ul li a:hover{
	color: #c21c2a;
}
.recnews ul li.active a{
	color: #c21c2a;
}
.priolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prodvright{
	width: 70%;
}
.priolist ul li{
	width: 31.333%;
	margin: 0 1%;
	margin-bottom: 40px;
}
.prodvleft .recnews{
	margin-top: 0;
	margin-bottom: 50px;
}
.priolist ul li div{
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
}
.priolist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.priolist ul li:hover div img{
	transform: scale(1.05);
}
.priolist ul li h1{
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
	height: 40px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom: 2px solid #faf3f0;
	font-family: "Poppins_Medium";
	transition: all 1s;
}
.priolist ul li:hover h1{
	color: #c21c2a;
	border-color: #c21c2a;
}
.getus{
	padding: 100px 0px;
	background-color: #faf3f0;
}
.getuslist{
	width: 1400px;
	margin: 0 auto;
}
.getusbt{
	margin-bottom: 50px;
}
.getusbt h1{
	color: #3b181b;
	font-size: 48px;
	text-align: center;
	font-family: "Anton";
	text-transform: uppercase;
	margin-bottom: 25px;
}
.getusbt p{
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
}
.getusul ul{
	display: flex;
	justify-content: space-between;
}
.getusul ul li{
	width: 32%;
	padding-top: 50px;
	padding-bottom: 65px;
	background-color: #fff;
	border-radius: 10px;
	transition: all 1s;
}
.getusul ul li iconpark-icon{
	font-size: 56px;
	color: #c21c2a;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
	transition: all 1s;
}
.getusul ul li h1{
	color: #323333;
	font-size: 20px;
	font-family: "Poppins";
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	transition: all 1s;
}
.getusul ul li p{
	color: #666666;
	text-align: center;
	font-size: 16px;
	transition: all 1s;
}
.getusul ul li:hover{
	background-color: #c21c2a;
}
.getusul ul li:hover iconpark-icon{
	color: #fff;
}
.getusul ul li:hover  h1{
	color: #fff;
}
.getusul ul li:hover p{
	color: #fff;
}
.zxly{
	width: 1400px;
	margin: 90px auto;
}
.zxlylist div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.zxlylist div span{
	display: block;
	width:140px;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
}
.zxlylist div input{
	height: 55px;
	background-color: #faf3f0;
	line-height: 55px;
	padding: 0 25px;
	width: 1200px;
	border: none;
	outline: none;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
}
.zxlylist div textarea{
	background-color: #faf3f0;
	line-height: 55px;
	padding: 0 25px;
	width: 1200px;
	border: none;
	outline: none;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
}
.zxlylist button{
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 50px;
	background-color: #c21c2a;
	color: #fff;
	font-size: 16px;
	font-family: "Poppins";
	text-align: center;
	border: none;
	outline: none;
	margin-left: 140px;
	margin-top: 35px;
}
.rongyu{
	padding: 95px 0px;
	background-color: #faf3f0;
}
.rongyulist{
	width: 1400px;
	margin: 0 auto;
}
.rongyulist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.rongyulist ul li{
	width: 21%;
	overflow: hidden;
	margin: 2%;
}
.rongyulist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.rongyulist ul li:hover img{
	transform: scale(1.06);
}
.showprodv{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.showprodvleft{
	width: 50%;
}
.showprodvleft #gallery .swiper-slide div{
	border-radius: 10px;
	overflow: hidden;
}
.showprodvleft #gallery .swiper-slide div img{
	display: block;
	width: 100%;
}
.showprodvleft #thumbs{
	margin-top: 10px;
}
.showprodvleft #thumbs .swiper-slide div img{
	width: 100%;
	display: block;
}
.showprodvleft #thumbs .swiper-slide div{
	border-radius: 10px;
	overflow: hidden;
}
.showprodvright h1{
	color: #c21c2a;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.showprodvright h2{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_Medium";
}
.showprodvright p{
	color: #333333;
	font-size: 16px;
	margin-top: 25px;
}

.showprodvright section{
	display: flex;
	justify-content: flex-start;
	margin-top: 80px;
}
.showprodvright section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 150px;
	padding: 0 25px;
	height: 55px;
	background-color: #c21c2a;
	border-radius: 50px;
	margin-right: 10px;
	transition: all 1s;
}
.showprodvright section a span{
	color: #ffffff;
	font-size: 16px;
}
.showprodvright section a iconpark-icon{
	color: #fff;
	font-size: 24px;
}
.showprodvright section a:hover{
	background-color: #3b181b;
}
.features{
	margin-top: 30px;
}
.featuresbt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.featuresbt i{
	display: block;
	width: 5px;
	height: 16px;
	background-color: #c21c2a;
	margin-right: 10px;
}
.featuresbt span{
	display: block;
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.featurestext{
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 15px;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 66;
}
.nrbanner .btext{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0%;
	height: calc(100% - 100px);
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 72px;
	color: #3b181b;
	font-weight: bold;
	font-family: "Anton";
}
.nrbanner .btext h3{
	color: #ffffff;
	font-size: 22px;
	margin-top: 15px;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 90px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 1400px;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.mfootdv,.mfoot{
	display: none;
}

.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 1400px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -700px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
	margin-top: -5%;
}

.bannersasg  .swiper-slide section h3{
	color:#3b181b;
	font-size: 72px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 45%;
	font-family: "Anton";
}
.bannersasg  .swiper-slide section h4{
	font-size: 20px;
	color: #333333;
	font-family: "Poppins";
	width: 45%;
	line-height: 30px;
}
.bannersasg  .swiper-slide section a{
	position: absolute;
	bottom: 25%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #c21c2a;
	padding: 10px 25px;
	border-radius: 50px;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	color: #fff;
	margin-left: 10px;
}
.bannersasg  .swiper-slide section a {
	color: #fff;
	font-size: 14px;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 12px;
	border-radius: 15px;
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
	.headdv{
		width: 95%;
	}
	.inpro{
		width: 95%;
	}
	.inprolist ul li{
		width: 24%;
	}
	.inprolist ul li div h1{
		font-size: 20px;
	}
	.ingyleft .pan{
		width: 300px;
		margin-left: -150px;
		margin-top: -150px;
	}
	.ingyright div p{
		padding: 5%;
	}
	.inrawdv{
		width: 95%;
	}
	.gongmao{
		width: 95%;
	}
	.gongmao ul li{
		width: 24%;
	}
	.innewslist{
		width: 95%;
	}
	.hzdv{
		width: 95%;
	}
	.hzlist ul li{
		width: 15.5%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form input{
		width: 17%;
	}
	.anydv form input:nth-child(3){
		width: 28%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.aboutdv{
		width: 95%;
	}
	.advdv{
		width: 100%;
	}
	.factorydv{
		width: 95%;
	}
	.certificatesdv{
		width: 95%;
	}
	.ry{
		margin-top: 35px;
	}
	.footdvright{
		width: 63%;
	}
	.advlist ul li{
		width: 23.5%;
	}
	.advlist ul li h1{
		font-size: 18px;
	}
	.rongyulist{
		width: 95%;
	}
	.getuslist{
		width: 95%;
	}
	.getusul ul li h1{
		font-size: 18px;
	}
	.getusul ul li p{
		padding: 0 10px;
	}
	.zxly{
		width: 95%;
	}
	.xinwendv{
		width: 95%;
	}
	.xinwenbt h1{
		font-size: 24px;
	}
	.prodv{
		width: 95%;
	}
	.prodvright{
		width: 72%;
	}
	.showprodvright{
		width: 48%;
	}
	.showprodvright section a span{
		font-size: 14px;
	}
	.showprodvright section a{
		height: 45px;
	}
}

@media screen and (max-width: 999px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.inpro {
		width: 95%;
		margin: 30px auto;
		margin-bottom: 15px;
	}
	.inprobt h2{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.inprolist ul{
		flex-wrap: wrap;
	}
	.inprolist ul li{
		width: 49%;
	}
	.inprolist ul li div h1{
		font-size: 17px;
	}
	.inprolist ul li div{
		padding-top: 25px;
	}
	.inprolist ul li div a{
		height: 150px;
		height: 35px;
		font-size: 13px;
	}
	.ingy{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.ingyleft{
		width: 80%;
	}
	.ingyleft .pan{
		width: 50%;
        left: 75%;
        margin-left: 0;
        top: 105%;
	}
	.ingyright{
		width: 100%;
		margin-top: 10px;
	}
	.ingyright div img{
		margin-bottom: 10px;
	}
	.ingyright div h1{
		font-size: 18px;
		padding: 0 15px;
	}
	.ingyright div p{
		padding: 0 15px;
		padding-bottom: 15px;
		font-size: 14px;
		line-height: 28px;
	}
	.inraw{
		padding: 30px 0px;
	}
	.inrawdv{
		width: 95%;
	}
	.inrawlist ul li{
		width: 100%;
		margin: 5px 0px;
	}
	.inrawlist ul li .ladu section h1{
		font-size: 14px;
	}
	.ladu div{
		width: 100px;
	}
	.ladu div img{
		display: block;
		width: 100%;
	}
	.inrawlist ul li .ladu{
		padding: 10px 5%;
		height: auto;
		width: 90%;
		justify-content: center;
	}
	.inadv{
		padding: 30px 0px;
	}
	.inprobt p{
		width: 100%;
		font-size: 14px;
	}
	.inadvdv{
		width: 95%;
		margin: 0 auto;
	}
	.gongmao{
		width: 100%;
		margin-top: 20px;
	}
	.gongmao ul{
		flex-wrap: wrap;
	}
	.gongmao ul li{
		width: 49%;
		margin-bottom: 15px;
	}
	.gongmao ul li img{
		width: 45px;
	}
	.gongmao ul li h1{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 7px;
	}
	.adva{
		margin-top: 20px;
		width: 200px;
		height: 45px;
		line-height: 45px;
	}
	.innews{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.innewslist{
		width: 95%;
	}
	.innewslist ul {
		flex-wrap: wrap;
	}
	.innewslist ul li{
		width: 100%;
	}
	.innewslist ul li h1{
		margin: 10px 0px;
	}
	.innewslist ul li h2{
		font-size: 17px;
	}
	.innewslist ul li span{
		margin-top: 7px;
		margin-bottom: 20px;
	}
	
	.hz{
		padding-bottom: 30px;
	}
	.hzdv{
		width: 95%;
	}
	.hzlist ul li{
		width: 31.33%;
		margin: 1%;
	}
	.hzlist ul{
		flex-wrap: wrap;
	}
	.any{
		padding: 30px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		text-align: center;
		margin-bottom: 15px;
	}
	.anydv form{
		display: block;
		flex-wrap: wrap;
		width: 100%;
	}
	.anydv form input{
		width: 96%;
		margin-bottom: 10px;
		padding: 0 2%;
		height: 2.5rem;
	}
	.anydv form input:nth-child(3){
		width: 96%;
		margin-bottom: 10px;
		padding: 0 2%;
	}
	.foot{
		display: none;
	}
	.ingy{
		overflow: hidden;
	}
	.abouts{
		padding: 30px 0px;
	}
	.aboutdv{
		width: 95%;
		flex-direction: column-reverse;
	}
	.aboutright{
		width: 100%;
	}
	.aboutright h2{
		font-size: 22px;
	}
	.aboutright h1{
		margin-bottom: 5px ;
	}
	.aboutright p{
		font-size: 14px;
	}
	.aboutleft{
		width: 100%;
		margin-top: 15px;
	}
	.aboutleft img{
		display: block;
		width: 100%;
	}
	.adv{
		padding: 30px 0px;
	}
	.advdv{
		width: 95%;
	}
	.advbt h2{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.advbt p{
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 28px;
	}
	.advlist ul{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.advlist ul li{
		width: 49%;
		margin-bottom: 15px;
	}
	.advlist ul li img{
		width: 40px;
		margin-bottom: 10px;
	}
	.advlist ul li h1{
		font-size: 18px;
	}
	.advlist ul li p{
		line-height: 25px;
	}
	.factory{
		padding: 30px 0px;
	}
	.factorydv{
		width: 95%;
	}
	.factorylist ul li{
		width: 48%;
		margin: 1%;
	}
	.factorylist ul li section{
		height: auto;
	}
	.factorylist ul li section h2{
		font-size: 14px;
	}
	.certificates{
		padding: 30px 0px;
	}
	.certificatesdv{
		width: 95%;
	}
	.certifbtleft h2{
		font-size: 22px;
	}
	.certifbtleft h1{
		margin-bottom: 5px;
	}
	.certifbtright a{
		width: 100px;
		height: 45px;
		padding: 0 20px;
	}
	.certifbtright a span{
		font-size: 14px;
	}
	.certifbtright a iconpark-icon{
		font-size: 17px;
	}
	.zyqh{
		margin-top: 20px;
	}
	.zyqh div{
		width: 35px;
		height: 35px;
	}
	.zyqh .swiper-button-next:after, .zyqh .swiper-button-prev:after{
		font-size: 16px;
	}
	.ry{
		margin-top: 15px;
	}
	.rongyu{
		padding: 30px 0px;
	}
	.rongyulist{
		width: 95%;
	}
	.rongyulist ul li{
		width: 48%;
		margin: 1%;
	}
	.getus{
		padding: 30px 0px;
	}
	.getuslist{
		width: 95%;
	}
	.getusbt h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.getusbt p{
		font-size: 14px;
		line-height: 27px;
	}
	.getusbt{
		margin-bottom: 20px;
	}
	.getusul ul{
		display: block;
	}
	.getusul ul li{
		margin-bottom: 10px;
		width: 100%;
		padding: 20px 0px;
	}
	.getusul ul li iconpark-icon{
		font-size: 32px;
		margin-bottom: 15px;
	}
	.getusul ul li h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.getusul ul li p{
		font-size: 14px;
	}
	.zxly{
		width: 95%;
		margin: 30px auto;
	}
	.zxlylist div input{
		width: 90%;
	}
	.zxlylist div input{
		height: 45px;
		font-size: 14px;
	}
	.zxlylist div span{
		font-size: 14px;
	}
	.zxlylist div textarea{
		width: 90%;
		font-size: 14px;
		line-height: 40px;
	}
	.zxlylist button{
		width: 150px;
		height: 45px;
		text-align: center;
		margin-left: 30%;
		font-size: 14px;
	}
	.xinwen{
		padding: 30px 0px;
	}
	.xinwendv{
		width: 95%;
	}
	.xinwenlist ul li{
		width: 48%;
		margin: 1%;
	}
	.xinwenlist ul li section{
		margin-top: 10px;
	}
	.xinwenlist ul li section h1{
		margin-bottom: 10px;
	}
	.xinwenlist ul li section h2{
		font-size: 16px;
		height: 50px;
		line-height: 25px;
	}
	.xinwenlist ul li section span{
		margin-top: 10px;
		margin-bottom: 22px;
	}
	.xinwenlist ul li section span{
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
	.xinwenxq{
		display: block;
	}
	.xinwenxqleft{
		width: 100%;
	}
	.xinwenbt h1{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.xinwenbt{
		margin-bottom: 15px;
	}
	.fanye{
		padding-top: 15px;
		margin-top: 20px;
		display: block;
	}
	.fanye p{
		font-size: 14px;
		line-height: 30px;
	}
	.xinwenxqright{
		width: 100%;
		margin-top: 25px;
	}
	.recnews{
		padding-top: 15px;
		margin-top: 15px;
	}
	.recnews h1{
		margin-bottom: 15px;
	}
	.recnews h1{
		font-size: 18px;
	}
	.recnews dl{
		padding: 5%;
	}
	.pro{
		padding: 30px 0px;
	}
	.prodv{
		width: 95%;
		margin: 0 auto;
	}
	.prodvleft{
		display: none;
	}
	.prodvright{
		width: 100%;
	}
	.showprodv{
		display: block;
	}
	.showprodvleft{
		width: 100%;
	}
	.showprodvright{
		margin-top: 20px;
	}
	.showprodvright h1{
		font-size: 15px;
	}
	.showprodvright h2{
		font-size: 20px;
	}
	.showprodvright p{
		margin-top: 8px;
		font-size: 14px;
	}
	.showprodvright section{
		margin-top: 15px;
	}
	.showprodvright section a{
		height: 45px;
	}
	.featurestext{
		padding: 5%;
	}
	.priolist ul li{
		width: 48%;
		margin: 1%;
	}
	.prodvleft{
		display: block;
	}
	.prodv{
		display: block;
	}
	.prodvleft{
		width: 100%;
	}
	.prodvleft .recnews{
		margin-bottom: 20px;
	}
	.prodvleft .recnews:last-child{
		display: none;
	}
	.recnews ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 5%;
	}
	.recnews h1{
		margin-bottom: 10px;
	}
	.recnews ul li {
		width: 48%;
		height: 45px;
		line-height: 45px;
		text-align: center;
	}
	.recnews ul li a{
		line-height: 45px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #d31a2a;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #850f19;
	}
	.mfootdv li a{ 
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner .btext h2{
		font-size: 32px;
	}
	.nrbanner .btext{
		height: 100%;
		text-align: center;
	}
	.mobile-inner-nav{
		z-index: 99;
	}
	.recnews ul li a{
		font-size: 15px;
	}
	.inprolist ul li:nth-child(2) div{
		background-color: #dd2331;
	}
	.inprolist ul li:nth-child(3) div{
		background-color: #dd2331;
	}
	.inprolist ul li:nth-child(4) div{
		background-color: #c21c2a;
	}
	.ingyleft>img{
		display: none;
	}
	.ingyleft .pan{
		margin-top: 0;
	}
	.ingyleft .pan{
		margin-top: -55px;
		left: 40%;
	}
	.ingy{
		padding-top: 55px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 24px;
		width: 100%;
	}
	.bannersasg .swiper-slide section h4{
		width: 100%;
		display: none;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
	}
	.bannersasg .swiper-slide section a{
		bottom: 10%;
	}
	.bannersasg .swiper-slide section a{
		padding: 7px 10px;
	}
	.swiper-pagination-bullet-active{
		background-color: #c21c2a;
	}
	.bannersasg .swiper-pagination-bullet{
		width: 5px;
		height: 5px;
	}
	.bannersasg .swiper-pagination-bullet-active{
		width: 30px;
		height: 5px;
	}
}

