/* 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;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "HarmonyOS_Sans";
	src:url('../font/HarmonyOS_Sans_Regular.ttf');
}
@font-face
{
	font-family: "HarmonyOS_Sans_Bold";
	src:url('../font/HarmonyOS_Sans_Bold.ttf');
}
@font-face
{
	font-family: 'HarmonyOS_Sans_SC_Bold';
	src:url('../font/HarmonyOS_Sans_SC_Bold.ttf');
}
@font-face
{
	font-family: :"HarmonyOS_Sans_Medium";
	src:url('../font/HarmonyOS_Sans_SC_Bold.ttf');
}


body {
	font-family: "HarmonyOS_Sans";
}

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: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.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;
}

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

}

.headdv {
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width:46.875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headdvright ul li {
	line-height: 5.625rem;
	transition: all .3s;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-family: "HarmonyOS_Sans_Bold";
	font-size: 16px;
	color: #ffffff;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
}

.headdvright ul li:hover a::after {
	/* background-color: #0058a7; */
}
.banners img{
	display: block;
	width: 100%;
}
.ss{
	font-size: 20px;
	color: #fff;
}
.syproduct{
	padding-top: 8.4375rem;
	background: url(../images/pg_02.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 4.375rem;
	
}
.syproductbt h1{
	font-family: "HarmonyOS_Sans_Bold";
	text-align: center;
	color: #ffd384;
	font-size: 40px;
	margin-bottom: 1rem;
}
.syproductlist{
	margin-top: 3.75rem;
}
.syproductbt p{
	width: 56.25rem;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	font-size: 16px;
	font-family: "HarmonyOS_Sans";
	line-height: 30px;
}
.sycp .scpdv{
	width: 100%;
}
.scpdv div{
	width: calc(100% - 4px);
	border: 2px solid #1a1a17;
	transition: all 1s;
	overflow: hidden;
}
.scpdv:hover div{
	border: 2px solid #ffd384;
}
.scpdv div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.scpdv:hover div img{
	transform: scale(1.05);
}
.scpdv h2{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: "HarmonyOS_Sans";
	margin-top: 1.25rem;
	text-align: center;
	height: 60px;
	line-height: 30px;
	transition: all 1s;
}
.scpdv:hover h2{
	color: #ffd384;
}
.sycpfy{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sycpfy .swiper-button-next,.sycpfy .swiper-button-prev{
	position: initial;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #1a1a1a;
	border-radius: 50%;
	margin: 0 20px;
	transition: all 1s;
}
.sycpfy .swiper-button-next:hover,.sycpfy .swiper-button-prev:hover{
	background-color: #ffd384;
}
.sycpfy .swiper-button-next:after,.sycpfy .swiper-button-prev:after{
	font-size: 14px;
	transition: all 1s;
}
.sycpfy .swiper-button-next:hover:after,.sycpfy .swiper-button-prev:hover:after{
	color: #1a1a1a;
}
.syconcept{
	padding-top: 3.75rem;
	padding-bottom: 3.4375rem;
	background-color: #141414;
}
.syconceptdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syconceptdvleft{
	width: 58.75rem;
}
.syconceptdvleft h2{
	color: #ffd384;
	font-family: "HarmonyOS_Sans_Bold";
	font-size: 30px;
	margin-bottom: 0.9375rem;
}
.syconceptdvleft p{
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	font-family: "HarmonyOS_Sans";
}
.syconceptdvright{
	border: 1px solid #ffd384;
	display: flex;
	width: 300px;
	height: 50px;
	border: 1px solid #ffd384;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}
.syconceptdvright span{
	color: #ffd384;
	font-size: 18px;
	margin-right: 5px;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}
.syconceptdvright i{
	color: #ffd384;
	font-size: 24px;
	font-family: :"HarmonyOS_Sans_Medium";
}
.buge{
	background-color: #1a1a1a;
	padding-top: 8.75rem;
	padding-bottom: 6.25rem;
}
.process{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.processleft{
	width: 48%;
	background: url(../images/ppsbx_03.png) bottom no-repeat;
	display: flex;
	justify-content: flex-end;
	background-size: contain;
	padding-bottom: 9.375rem;
}
.processleft div{
	width: 93%;
	margin: 0;
	position: relative;
}
.processleft div img{
	display: block;
	width: 100%;
}
.processleft div span{
	display: block;
	width: 120px;
	height: 120px;
	background: url(../images/bofang_03.png) center no-repeat;
	background-size: ;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.processright{
	width: 48%;
}
.processright h2{
	color: #ffd384;
	font-size: 40px;
	font-family: "HarmonyOS_Sans_Bold";
	margin-bottom: 2.8125rem;
}
.processright  p{
	color: #e6e6e6;
	font-size: 16px;
	font-family: "HarmonyOS_Sans";
	line-height: 35px;
	margin-bottom: 35px;
}
.service{
	width: 93.75rem;
	margin: 6.25rem auto;
}
.servicebt h1{
	text-align: center;
	color: #ffd384;
	font-size: 40px;
	font-family: "HarmonyOS_Sans_Bold";
	margin-bottom: 0.9375rem;
}
.servicebt p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.servicebt{
	margin-bottom: 2.8125rem;
}
.servicelist{
	width: 93.75rem;
}
.servicelist ul {
	display: flex;
	justify-content: space-between;
}
.servicelist ul li{
	width: 24%;
}
.servicelist ul li  div{
	width: 100%;
	overflow: hidden;
}
.servicelist ul li  div img{
	display: block;
	width: 100%;
	transition: all 1s;
} 
.servicelist ul li:hover div img{
	transform: scale(1.05);
}
.servicelist ul li h2{
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 60px;
	color: #ffffff;
	font-size: 16px;
}
.introduction{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.introductionleft{
	width: 48%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -10rem;
}
.introductionleft div{
	width: 46.875rem;
}
.introductionleft h2{
	color: #ffd384;
	font-size: 40px;
	font-family: "HarmonyOS_Sans_Bold";
}
.introductionleft p{
	color: #e6e6e6;
	font-size: 16px;
	line-height: 35px;
	margin-top: 3.125rem;
}
.introductionright{
	width: 48%;
}
.introductionright img{
	width: 100%;
	display: block;
}
.posage{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80rem;
	padding: 2.5rem ;
	padding-bottom: 0;
	margin-left: 10.625rem;
	padding-left: 0;
	background-color: #1a1a1a;
} 
.posage ul{
	display: flex;
	justify-content: space-between;
}
.posage ul li{
	width: 19%;
}
.posage ul li div{
	width: 100%;
	overflow: hidden;
}
.posage ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.posage ul li:hover img{
	transform: scale(1.05);
}
.posage ul li h2{
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	margin-top: 0.9375rem;
	line-height: 30px;
	height: 30px;
	font-family: "HarmonyOS_Sans";
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.deliver{
	display: block;
	position: relative;
	margin-top: 10rem;
}
.deliverbt{
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 6.875rem;
	color: #ffd384;
	font-size: 40px;
	font-family: "HarmonyOS_Sans_Bold";
}
.deliverdv img{
	display: block;
	width: 100%;
}
.lnews{
	margin: 0 auto;
	width: 93.75rem;
	margin-top: 6.25rem;
}
.lnewsdv{
	width: 93.75rem;
	margin: 0 auto;
}
.lnewsdv ul{
	display: flex;
	justify-content: space-between;
}
.lnewsdv ul li{
	width: 32%;
}
.lnewsdv ul li div{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.lnewsdv ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.lnewsdv ul li:hover div img{
	transform: scale(1.05);
}
.lnewsdv ul li div section{
	display: block;
	width: 80px;
	height: 80px;
	background-color: #ffd384;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lnewsdv ul li div section i{ 
	color: #1a1a1a;
	font-size: 28px;
	font-family: "HarmonyOS_Sans_SC_Bold";
	display: block;
	text-align: center;
	margin-top: .5rem;
}
.lnewsdv ul li div section span{
	display: block;
	text-align: center;
	color: #1a1a1a;
	font-size: 14px;
	font-family: "HarmonyOS_Sans_SC_Bold";
}
.lnewsdv ul li h3{
	margin-top: 2.1875rem;
	margin-bottom: 1rem;
	color: #ffd384;
	font-size: 14px;
	font-family: "HarmonyOS_Sans_Bold";
	text-transform: uppercase;
}
.lnewsdv ul li h4{
	overflow:hidden;
	color: #ffffff;
	text-overflow:ellipsis;
	font-family: "HarmonyOS_Sans_Bold";
	display:-webkit-box;
	max-height: 60px;
	-webkit-box-orient:vertical;
	line-height: 30px;
	-webkit-line-clamp:2; 
	font-size: 20px;
	margin-bottom: 0.625rem;
}
.lnewsdv ul li p{
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	max-height: 60px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}


.any{
	padding: 80px 0;
	background: url(../images/nuwq_03.png) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #fff;
	font-size: 24px;
	font-family: "HarmonyOS_Sans_Bold";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color:transparent;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #b2b2b2;
	border: 1px solid #ffd384;
	font-size: 14px;
} 
.anydv form input::placeholder{
	color: #fff;
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #ffd384;
	border: none;
	color: #1a1a1a;
	font-size: 14px;
	outline: none;
}
.foot{
	padding-top: 4.375rem;
	background-color: #1a1a1a;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.1875rem;
	align-items: flex-start;
}
.footdvleft img{
	display: block;
	margin-bottom: 1.25rem;
}
.footdvleft p{
	color: #cccccc;
	font-size: 14px;
	line-height: 30px;
}

.footdvright{
	width: 65.625rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footdvright dl dt{
	margin-bottom: 1.25rem;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 16px;
	font-family: "HarmonyOS_Sans_Bold";
	text-transform: uppercase;
}
.footdvright dl dd{
	margin-bottom: 1rem;
}
.footdvright dl dd a{
	color: #ffffff;
	font-size: 14px;
}
.wdl{
	border-top: 1px solid #262626;
}
.wdldv{
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	margin: 0 auto;
}
.wdldv p{
	font-size: 14px;
	color: #808080;
}
.wdldv p a{
	font-size: 14px;
	color: #808080;
}
.shownav{
	background-color: #262626;
}
.shownav ul{
	display: flex;
	justify-content: center;
}
.shownav ul li{
	width: 240px;
	line-height: 75px;
}
.shownav ul li a{
	display: block;
	text-align: center;
	font-size: 16px;
	transition: all 1s; 
	color: #ffffff;
}
.shownav ul li a:hover{
	background-color: #ffd384;
	color: #1a1919;
}
.lxwm{
	background-color: #1a1a1a;
	padding-top: 6.25rem;
	padding-bottom: 5.9375rem;
}
.lxwmlist{
	width: 93.75rem;
	margin: 0 auto;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(32% - 100px);
	background-color: #262626;
	padding: 50px;
	transition: all 1s;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffd384;
	font-size: 42px;
	margin-bottom: 2.5rem;
	transition: all 1s;
}
.lxwmlist ul li h2{
	color: #ffffff;
	font-size: 24px;
	font-family: "HarmonyOS_Sans_SC";
	text-align: center;
	margin-bottom: 1rem;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #ffffff;
	font-size: 15px;
	font-family: "HarmonyOS_Sans_SC";
	text-align: center;
	line-height: 30px;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background-color: #ffd384;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #1a1a1a;
}
.lxwmlist ul li:hover h2{
	color: #1a1a1a;
}
.lxwmlist ul li:hover p{
	color: #1a1a1a;
}


.zxly{
	padding: 5.9375rem 0rem;
	background: url(../images/zxly_02.jpg) center no-repeat;
	background-size: cover;
}
.zxlydv{
	width: 93.75rem;
	margin: 0 auto;
}

.zxlydv form {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}

.zxlydv form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zxlydv form input {
	width: calc(49% - 40px);
	margin: 1% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	outline: none;
	background-color: transparent;
	border: 1px solid #ffd384;
	color: #fff;
}
.zxlydv form input::placeholder {
	color: #fff;
}
.zxlydv form textarea {
	padding: 10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 1% 0px;
	outline: none;
	color: #fff;
	background-color: transparent;
	border: 1px solid #ffd384;
	font-family: "Segoe_UI";
}
.zxlydv form textarea::placeholder {
	color: #fff;
}
.zxlydv form button {
	margin-top: 15px;
	width: 200px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	color: #1a1a1a;
	border: none;
	background-color: #ffd384;
}
.newsall{
	padding: 6.25rem 0rem;
	background-color: #1a1a1a;
}
.newsall .lnewsdv{
	width: 93.75rem;
	margin: 0 auto;
}
.newsall .lnewsdv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.newsall .lnewsdv ul li{
	width: 31.33333%;
	margin: 1%;
	margin-bottom: 2.5rem;
}
.prodv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.prodvleft{
	width: 360px;
}
.pronav{
	background-color: #262626;
}
.pronav h3{
	background-color: #ffd384;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	color: #1a1a1a;
	font-family: "HarmonyOS_Sans_Medium";
	font-size: 26px;
}
.pronav h3 span{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.pronav dl{
	width: 80%;
	margin: 0 auto;
}
.pronav dl dd{
	height: 60px;
	border-bottom: 1px solid #333333;
	line-height: 60px;
	transition: all 1s;
}
.pronav dl dd a{
	display: block;
	color: #ffffff;
	font-size: 16px;
	transition: all 1s;
}
.pronav dl dd:hover{
	border-bottom: 1px solid #ffd384;
}
.pronav dl dd:hover a{
	color: #ffd384;
}
.pronav dl dd.active{
	border-bottom: 1px solid #ffd384;
}
.pronav dl dd.active a{
	color: #ffd384;
}
.proform{
	margin: 2.5rem 0rem;
}
.pronav{
	padding-bottom: 1.25rem;
}
.proform form{
	width: 100%;
	border: 1px solid #999999;
	border-radius: 5px;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.proform form input{
	padding-left: 1.25rem;
	border: none;
	overflow: hidden;
	outline: none;
	background-color: transparent;
	color: #fff;
	line-height: 45px;
}
.proform form input::placeholder{
	color: #fff;
}
.proform form button{
	display: block;
	background-color: transparent;
	border: none;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
	color: #fff;
	font-size: 18px;
}
.proimg {
	position: relative;
}
.proimg>img{
	display: block;
	width: 100%;
}
.proimg h2{
	display: block;
	width: 80%;
	margin: 0 auto;
	position: absolute;
	color: #ffffff;
	font-size: 30px;
	font-family: "Fredoka One";
	left: 10%;
	top: 3.4375rem;
}
.proimg .gwgh{
	position: absolute;
	top: 30%;
	width: 119px;
	right: 10%;
}
.prorightnav{
	background-color: #262626;
	padding: 10px 2.5rem;
	width: calc(100% - 5rem);
}
.prodvright{
	width: 1070px;
}
.prorightnav dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #404040;
}
.prorightnav dl:last-child{
	border-bottom: none;
}
.prorightnav dl dt{
	height: 60px;
	color: #ffffff;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: bold;
	line-height: 60px;
	width: 140px;
	margin-right: 25px;
}
.prorightnav dl dd{
	margin-right: 1.5625rem;
}
.prorightnav dl dd a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 60px;
}
.prorightnav dl dd a i{
	display: flex;
	border: 1px solid #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 0.625rem;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.prorightnav dl dd:hover a i{
	border: 1px solid #ffd384;
}
.prorightnav dl dd a em{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #262626;
	transition: all 1s;
}
.prorightnav dl dd:hover a em{
	background-color: #ffd384;
}
.prorightnav dl dd span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat Light";
	text-transform: uppercase;
}
.prodlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 15px;
}
.prodlist ul li{
	width: 31.33%;
	margin: 1%;
}
.prodlist ul li div{
	width: 100%;
	overflow: hidden;
}
.prodlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prodlist ul li:hover div img{
	transform: scale(1.05);
}
.prodlist ul li h2{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-top: 1.875rem;
	margin-bottom: 0.625rem;
}
.prodlist ul li h4{
	display: flex;
	justify-content: center;
	align-items: center;
}
.prodlist ul li h4 span{
	color: #ffd384;
	font-size: 14px;
	font-family: "HarmonyOS_Sans_Bold";
}
.prodlist ul li h4 iconpark-icon{
	font-size: 20px;
	color: #ffd384;
}
.cusser{
	padding: 5.625rem 0px;
	background-color: #212121;
}
.cusser2{
	background-color: #1a1a1a;
}
.cusserimg{
	width: 93.75rem;
	margin: 0 auto;
}
.chanpinimgleft {
	width: 44.0625rem;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}

.maoyileft #thumbs2 {
	width: 8.4375rem;
	height: 35rem;
	margin: 0;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: calc(100% - 5px);
	border: 2px solid #262626;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #ffd384;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 35rem;
	margin: 0;
	height: 35rem;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}
.showproimg{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chanpinimgright{
	width: 40%;
}
.chanpinimgright h2{
	color: #ffffff;
	font-size: 48px;
	font-family: "HarmonyOS_Sans_SC_Bold";
	margin-bottom: 0.9375rem;
}
.chanpinimgright p{
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
}
.chanpinimgright  a{
	display: block;
	margin-top: 3.75rem;
	width: 100%;
	text-align: center;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 50px;
	border-radius: 5px;
	background-color: #ffd384;
}
.showcpnr{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.showcpnrbt{
	border-bottom: 1px solid #333333;
}
.showcpnrbt span{
	color:#fff;
	border-bottom: 1px solid #ffd384;
	line-height: 60px;
	padding-bottom: 18px;
	font-size: 18px;
}
.showcpnrall{
	margin: 1.875rem auto;
}
.showcpnrall img{
	max-width: 100%;
}
.faye{
	display: flex;
	justify-content: space-between;
}
.faye a{
	color: #ffffff;
	font-size: 14px;
	transition: all 1s;
	font-family: "HarmonyOS_Sans_SC";
}
.faye a:hover{
	color: #ffd384;
}

.servicebt i{
	display: block;
	height: 2px;
	background-color: #ffd384;
	width: 50px;
	margin: 0 auto;
}
.showprotj{
	width: 93.75rem;
	margin: 5.625rem auto;
	margin-bottom: 0;
}
.showprotj .prodlist ul li{
	width: 23%;
}
.abouttj{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.abouttjleft{
	width: 45%;
}
.abouttjleft h2{
	color: #ffd384;
	font-size: 40px;
	font-family: "HarmonyOS_Sans_Bold";
	margin-bottom: 2.8125rem;
}
.abouttjleft>p{
	color: #e6e6e6;
	font-size: 16px;
	font-family: "HarmonyOS_Sans";
	line-height: 35px;
	margin-bottom: 35px;
}
.abouttjleft ul{
	border: 1px solid #ffd384;
	display: flex;
	justify-content: space-between;
}
.abouttjleft ul li{
	border-right: 1px solid #ffd384;
	padding: 20px 0px;
	width: 33.333%;
	padding-bottom: 30px;
}
.abouttjleft ul li:last-child{
	border: none;
}
.abouttjleft ul li h3{
	text-align: center;
	color: #ffca6b;
	font-size: 15px;
	font-family: "HarmonyOS_Sans_Bold";
	font-size: 52px;
}
.abouttjleft ul li p{
	color: #c0a87b;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.abouttjleft ul li iconpark-icon{
	display: block;
	color: #ffca6b;
	font-size: 52px;
	text-align: center;
}
.abouttjright{
	width: 40%;
}
.abouttjrightdv img{
	display: block;
	width: 100%;
}
.Certification{
	margin: 9.375rem auto;
	background: url(../images/ibg_03.jpg) bottom center no-repeat;
	padding-bottom: 4.6875rem;
}
.cagegg{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Certificationlist{
	width: 90%;
}
.cagegg>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #262525;
	transition: all 1s;
}
.cagegg>a iconpark-icon{
	color: #fff;
	font-size: 30px;
	transition: all 1s;
}
.cagegg>a:hover{
	background-color: #ffd384;
	
}
.cagegg>a:hover iconpark-icon{
	color: #1a1a1a;
}
.Certificationlist .swiper-slide  div{
	width: 100%;
	overflow: hidden;
}
.Certificationlist .swiper-slide  div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.Certificationlist .swiper-slide  div img:hover{
	transform: scale(1.05);
}
.hzhblist{
	width: 93.75rem;
	margin: 0 auto;
}
.hzhblist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzhblist ul li{
	position: relative;
	margin: .5%;
	width: 15.6%;
}
.hzhblist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.hzhblist ul li img:last-child{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.hzhblist ul li:hover img{
	opacity: 0;
}
.hzhblist ul li:hover img:last-child{
	opacity: 1;
}
.factory{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 7.8125rem;
}
.factory .processleft{
	width: 50%;
	padding-left: 7%;
	margin-left: -7%;
}
.factory .processleft div{
	width: 100%;
}
.factoryright {
	width: 45%;
	margin-top: 5rem;
}
.factoryright h2{
	color: #ffd384;
	font-size: 40px;
	font-family: "HarmonyOS_Sans_Bold";
	margin-bottom: 1.875rem;
}
.factoryright p{
	color: #e6e6e6;
	line-height: 35px;
	font-size: 14px;
}
.wmcase{
	width: 93.75rem;
	margin: 0 auto;
		margin-top: -8rem;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 93.75rem;
	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;

}


.bannersasg h1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.bannersasg .sgahhrj{
	width: 105rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -52.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bannersasg .sgahhrj section{
	width: 100%;
}
.bannersasg h2{
	color: #ffffff;
	font-size: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "HarmonyOS_Sans_Bold";
	text-transform: uppercase;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	color: #ffd384;
}

.bannersasg  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 125px;
	height: 48px;
	padding: 0 25px;
	border-radius: 50px;
	background-color: #f9b931;
	margin-top: 8.125rem;
}
.bannersasg  a span{
	color: #1a1a1a;
	font-size: 14px;
}
.bannersasg  a iconpark-icon{
	font-size: 20px;
}
.iwqjg{
	position: absolute;
	bottom: 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 6;
}
.iwqjg h4{
	color: #fff;
	font-size: 16px;
}
.iwqjg div{
	margin:  0 30px;
}
.iwqjg div iconpark-icon{
	font-size: 32px;
	color: #fff;
	position: relative;
	animation-name: beat;
        /*动画名称*/
        animation-duration: 1s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
@keyframes beat {
    0% {
       bottom: 20px;
    }
   
    100% {
   		bottom: 0px;
	}
}
.mfoot,.mfootdv{
	display: none;
}
.bannersasg img{
	display: block;
	width: 100%;
}
.btrht{
	width: 100%;
	position: absolute;
	bottom: 5%;
	z-index: 6;
}
.btrht .btrhtdv{  
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 50px;
}
.btrht .btrhtdv i{
	display: block;
	width: 60px;
	height: 2px ;
	background-color: #fff;
}
.btrht .btrhtdv .swiper-pagination{
	position: initial;
	color: #fff;
	width: auto;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
}
.btrht .btrhtdv .swiper-button-next,.btrht .btrhtdv  .swiper-button-prev{
	position: initial;
	opacity: 1;
	border: 1px solid #fff;
	width: 40px;
	margin: 0;
	margin-left: 15px;
	height: 40px;
	transition: all 1s;
}
.btrht .btrhtdv .swiper-button-next:after,.btrht .btrhtdv  .swiper-button-prev:after{
	font-size: 14px;
	transition: all 1s;
}
.btrht .btrhtdv .swiper-button-next:hover,.btrht .btrhtdv  .swiper-button-prev:hover{
	background-color: #ffd384;
	border-color: #ffd384;
}
.btrht .btrhtdv .swiper-button-next:hover:after,.btrht .btrhtdv  .swiper-button-prev:hover:after{
	color: #26231f;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 48px;
	color: #ffd384;
	text-align: center;
	font-family: 'HarmonyOS_Sans_Bold';
}
.nrbanner .btext  p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: "HarmonyOS_Sans_SC";
	margin-top: 20px;
}
.nrbanner .btext  p a{
	color: #fff;
	font-size: 16px;
}
.nav-bread{
	color: #ffd384;
}
.nav-bread i{
	color: #ffd384;
}
.nav-bread a{
	color: #ffd384;
}
.bg-white, .button.bg, .border-white .button.active, .pointer.border-white .active, .nav-pills.border-white .active a, .nav-main.border-white .nav-head, .pagination.border-white .active {
    background-color: #1a1a1a;
}
.article .post h1{
	color: #ffd384;
}
.article .padding-large{
	padding: 0;
}
.text-main, a.text-main:link, a.text-main:visited, .button.border-main, blockquote.border-main strong, .pager.border-main a, .pager-prev.border-main, .pager-next.border-main, .nav a:hover, .nav-menu.nav-pills .active ul a:hover, .bg-inverse .nav-menu ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs ul a:hover, .bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover, .bg-inverse .nav.nav-menu.nav-pills ul a:hover, .bg-inverse .nav.nav-menu.nav-pills .active ul a:hover{
	color: #cccccc;
}
.padding-large-top{
	color: #cccccc;
}
.article .post p{
	color: #fff !important;
}
.article .post p span{
	color: #fff !important;
}
.slideDown{
	background-color: rgba(0, 0, 0, 0);
	transition: all 1s;
}
.slideUp{
	background-color: rgba(0, 0, 0, .75);
}
.pagination{
	color: #fff;
}
.prolistdv ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	margin: 20px auto; 
}
.prolistdv ul li{
	width: 31.3%;
	margin: 1%;
}
.prolistdv ul li div{
	width: 100%;
	overflow: hidden;
}
.prolistdv ul li div img{
	display: block;
	transition: all .5s;
	width: 100%;
}
.prolistdv ul li p{
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.prolistdv ul li:hover img{
	transform: scale(1.1);
}
.prolistdv ul li:hover p{
	color: #ffd384;
}
.download{
	background-color: #1a1a1a;
    padding-top: 6.25rem;
    padding-bottom: 5.9375rem;
}
.wjxzlist{
	width: 93.75rem;
	margin: 0 auto;
}
.wjxzlist ul li{
	padding: 0 25px;
	padding-right: 0;
	height: 50px;
	position: relative;
	transition: all 1s;
	border-bottom: 1px solid #413f3f;
}
.wjxzlist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}
.wjxzlist ul li a h1{
	width: 83%;
	position: relative;z-index: 3;
	transition: all 1s;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}
.wjxzlist ul li a h1 i{
	display: block;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #f9b931;
    margin-right: 20px;
	transition: all 1s;
}
.wjxzlist ul li:hover a h1 i{
	background-color: #fff;
}
.wjxzlist ul li a h1 span{
	white-space:nowrap;
	width: 90%;
	overflow:hidden;
	height: 50px;
	text-overflow:ellipsis;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	transition: all 1s;
}
.wjxzlist ul li:hover a h1 span{
	color: #fff;
}
.wjxzlist ul li:hover a h1{
	color: #fff;
}
.wjxzlist ul li a iconpark-icon{
	width: 7%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 24px;
	color: #f9b931;
	position: relative;z-index: 3;
	transition: all 1s;
}

.wjxzlist ul li:hover{
	background-color: #f9b931;
}
.wjxzlist ul li:hover a iconpark-icon{
	
	color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 55.875rem;
	}
	.headdvright ul {
		width: 50rem;
	}
	.ssdv form{
		width: 95%;
	}
	.syproductbt p{
		width: 90rem;
	}
	.syconceptdv{
		width: 95%;
	}
	.syconceptdvleft{
		width: 72.75rem;
	}
	.process{
		width: 95%;
	}
	.processright>img{
		width: 100%;
	}
	.service{
		width: 95%;
	}
	.servicelist{
		width: 100%;
	}
	.introductionleft div{
		width: 95%;
	}
	.posage{
		margin-left: 2.5%;
	}
	.lnews{
		width: 95%;
	}
	.lnewsdv{
		width: 100%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form input:nth-child(3) {
	    width: 27%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright{
		width: 67%;
	}
	.wdldv{
		width: 95%;
	}
	.lxwmlist{
		width: 95%;
	}
	.zxlydv{
		width: 95%;
	}
	.zxlydv form{
		width: 100%;
	}
	.newsall .lnewsdv{
		width: 95%;
	}
	.cusserimg img{
		display: block;
		width: 100%;
	}
	.cusserimg{
		width: 95%;
	}
	.prodv{
		width: 95%;
	}
	.showproimg{
		width: 95%;
	}
	.showcpnr{
		width: 95%;
	}
	.showprotj{
		width: 95%;
	}
	.abouttj{
		width: 95%;
	}
	.factoryright p{
		line-height: 30px;
	}
	.factory{
		width: 95%;
	}
	.wmcase{
		width: 95%;
		margin-left: 2.5%;
	}
	.Certification{
		background-size: contain;
	}
	.cagegg{
		width: 95%;
	}
	.Certificationlist{
		width: 85%;
	}
	.hzhblist{
		width: 95%;
	}
	.prodvleft{
		width: 30%;
	}
	.prodvright{
		width: 67%;
	}
	.pronav dl dd{
		overflow: hidden;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 55.875rem;
	}
	.headdvright ul {
		width: 50rem;
	}
	.syproductbt p{
		width: 90rem;
	}
	.syconceptdv{
		width: 95%;
	}
	.syconceptdvleft{
		width: 72.75rem;
	}
	.process{
		width: 95%;
	}
	.processright>img{
		width: 100%;
	}
	.ssdv form{
		width: 95%;
	}
	.service{
		width: 95%;
	}
	.servicelist{
		width: 100%;
	}
	.introductionleft div{
		width: 95%;
	}
	.posage{
		margin-left: 2.5%;
	}
	.lnews{
		width: 95%;
	}
	.lnewsdv{
		width: 100%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form input:nth-child(3) {
	    width: 27%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright{
		width: 67%;
	}
	.wdldv{
		width: 95%;
	}
	.lxwmlist{
		width: 95%;
	}
	.zxlydv{
		width: 95%;
	}
	.zxlydv form{
		width: 100%;
	}
	.newsall .lnewsdv{
		width: 95%;
	}
	.cusserimg img{
		display: block;
		width: 100%;
	}
	.cusserimg{
		width: 95%;
	}
	.prodv{
		width: 95%;
	}
	.showproimg{
		width: 95%;
	}
	.showcpnr{
		width: 95%;
	}
	.showprotj{
		width: 95%;
	}
	.abouttj{
		width: 95%;
	}
	.factoryright p{
		line-height: 30px;
	}
	.factory{
		width: 95%;
	}
	.wmcase{
		width: 95%;
		margin-left: 2.5%;
	}
	.Certification{
		background-size: contain;
	}
	.cagegg{
		width: 95%;
	}
	.Certificationlist{
		width: 85%;
	}
	.hzhblist{
		width: 95%;
	}
	.prodvleft{
		width: 30%;
	}
	.prodvright{
		width: 67%;
	}
	.pronav dl dd{
		overflow: hidden;
	}
	.chanpinimgright{
		width: 50%;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		height: 50px;
		display: block;
		background-color: #262626;
	}
	.mobile-inner-header-icon span{
		background-color: #ffffff;
	}
	.mobile-inner-nav{
		background-color: #262626;
	}

	.mobile-inner-nav a{
		color: #ffffff;
		    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
	}
	.heads {
		display: none;
	}
	.syproductbt h1{
		font-size: 18px;
	}
	.syproductbt p{
		width: 95%;
		font-size: 14px;
		line-height: 27px;
	}
	.syproductlist{
		width: 95%;
		margin: 0 auto;
		margin-top: 3.75rem;
	}
	.scpdv h2{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.sycpfy{
		margin-top: 15px;
	}
	.sycpfy .swiper-button-next, .sycpfy .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	.sycpfy .swiper-button-next:after, .sycpfy .swiper-button-prev:after{
		font-size: 12px;
	}
	.syconceptdv{
		width: 95%;
		display: block;
	}
	.syconceptdvleft{
		width: 100%;
	}
	.syconceptdvleft h2{
		font-size: 18px;
	}
	.syconceptdvleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.syconceptdvright{
		width: 150px;
		margin: 0 auto;
		margin-top: 15px;
		height: 35px;
	}
	.syconceptdvright span{
		font-size: 14px;
	}
	.syconceptdvright i{
		font-size: 14px;
	}
	.process{
		width: 95%;
		display: block;
	}
	.processleft{
		width: 100%;
	}
	.processleft div{
		width: 100%;
	}
	.processright{
		width: 100%;
	}
	.processright h2{
		font-size: 18px;
	}
	.processright p{
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.processright img{
		display: block;
		width: 100%;
	}
	.service{
		width: 95%;
	}
	.servicebt h1{
		font-size: 18px;
	}
	.servicebt p{
		font-size: 12px;
	}
	.servicelist{
		width: 95%;
		margin-top: 20px;
	}
	
	.servicelist ul li{
		width: 48%;
	}
	.servicelist ul li h2{
		font-size: 12px;
		height: 40px;
	}
	.introduction{
		width: 95%;
		display: block;
	}
	.introductionleft{
		width: 100%;
		margin: 0;
	}
	.introductionleft div{
		width: 100%;
	}
	.introductionleft h2{
		font-size: 18px;
		text-align: center;
	}
	.processright h2{
		text-align: center;
	}
	.introductionleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.introductionright{
		width: 100%;
		margin-top: 15px;
	}
	.posage{
		width: 100%;
		padding: 5% 0;
		margin-left: 0;
		position: inherit;
	}
	
	.posage ul li{
		width: 49%;
	}
	.posage ul li:last-child{
		display: none;
	}
	.posage ul li h2{
		font-size: 12px;
		margin-bottom: 1.25rem;
	}
	.deliverbt{
		width: 100%;
		font-size: 18px;
	}
	.deliver{
		margin-top: 0px;
	}
	.lnews{
		width: 95%;
	}
	.lnewsdv{
		width: 100%;
	}
	.lnewsdv ul{
		display: block;
	}
	.lnewsdv ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.lnewsdv ul li div section{
		width: 60px;
		height: 60px;
	}
	.lnewsdv ul li div section i{
		font-size: 26px;
	}
	.lnewsdv ul li h4{
		font-size: 16px;
	}
	.lnewsdv ul li p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.any{
		padding: 30px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 25px;
	}
	.anydv form{
		display: block;
		width: 100%;
	}
	.anydv form input{
		width: 95%;
		padding: 0 2.5%;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.anydv form input:nth-child(3) {
		width: 95%;
	}
	.anydv form button{
		display: block;
		margin: 0 auto;
	}
	.foot{
		display: none;
	}
	.abouttj{
		width: 95%;
		display: block;
	}
	.abouttjleft{
		width: 100%;
	}
	.abouttjleft h2{
		font-size: 18px;
		text-align: center;
	}
	.abouttjleft>p{
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.abouttjleft ul li h3{
		font-size: 24px;
	}
	.abouttjleft ul li p{
		font-size: 12px;
	}
	.abouttjleft ul li iconpark-icon{
		font-size: 24px;
	}
	.abouttjright{
		width: 100%;
		margin-top: 15px;
	}
	.factory{
		width: 95%;
		display: block;
	}
	.factory .processleft{
		width: 100%;
	}
	.factoryright{
		width: 100%;
	}
	.factoryright h2{
		font-size: 18px;
		text-align: center;
	}
	.factoryright p{
		font-size: 12px;
		line-height: 25px;
	}
	.wmcase{
		width: 95%;
		margin-top: 20px;
	}
	.servicelist ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.cagegg{
		width: 95%;
		margin-top: 20px;
	}
	.Certification{
		background-size: contain;
	}
	.cagegg>a{
		width: 35px;
		height: 35px;
	}
	.cagegg>a iconpark-icon{
		font-size: 18px;
	}
	.Certificationlist{
		width: 75%;
	}
	.hzhblist{
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.hzhblist ul li{
		width: 31.333%;
		margin: 1%;
	}
	.shownav ul li{
		width: 100%;
		line-height: 45px;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.lxwmlist{
		width: 95%;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 24px;
	}
	.lxwmlist ul li h2{
		font-size: 16px;
	}
	.lxwmlist ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.servicebt{
		margin-bottom: 20px;
	}
	.zxlydv{
		width: 95%;
	}
	.servicebt p{
		line-height: 25px;
	}
	.zxlydv form{
		width: 100%;
	}
	.zxlydv form div{
		display: block;
	}
	.zxlydv form div input{
		width: 95%;
		padding: 0 2.5%;
		line-height: 35px;
		height: 35px;
		font-size: 12px;
	}
	.zxlydv form textarea{
		width: 95%;
		font-size: 12px;
		padding: 0 2.5%;
	}
	.zxlydv form button{
		width: 150px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
	.newsall .lnewsdv{
		width: 95%;
	}
	.newsall .lnewsdv ul{
		display: block;
	}
	.newsall .lnewsdv ul li{
		width: 100%;
		margin-bottom: 15px ;
	}
	.prodvleft{
		display: none;
	}
	.prodv{
		width: 95%;
		display: block;
	}
	.prodvright{
		width: 100%;
	}
	.prorightnav dl{
		flex-wrap: wrap;
	}
	.prorightnav dl dt{
		width: 100%;
		height: 35px;
		font-size: 15px;
		line-height: 35px;
	}
	.prorightnav dl dd {
	}
	.prorightnav dl dd a{
		height: 30px;
	}
	.prorightnav dl dd span{
		font-size: 12px;
	}
	.prorightnav dl dd a i{
		width: 10px;
		height: 10px;
		margin-right: 4px;
	}
	.prodlist ul li{
		width: 48%;
		margin: 1%;
	}
	.cusserimg{
		width: 95%;
	}
	.cusserimg img{
		display: block;
		width: 100%;
	}
	.prodlist ul li h2{
		font-size: 14px;
	}
	.prodlist ul li h4 span{
		font-size: 12px;
	}
	.prodlist ul li h4 iconpark-icon{
		font-size: 18px;
	}
	.showproimg{
		width: 95%;
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.maoyileft{
		flex-direction: column-reverse;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		margin-top: 10px;
		height: auto;
	}
	.chanpinimgright{
		width: 100%;
		margin-top: 20px;
	}
	.chanpinimgright h2{
		font-size: 18px;
	}
	.chanpinimgright p{
		font-size: 12px;
		line-height: 25px;
	}
	.chanpinimgright a{
		height: 40px;
		line-height: 40px;
	}
	.showcpnr{
		width: 95%;
	}
	.showcpnrbt span{
		line-height: 40px;
		padding-bottom: 8px;
		font-size: 16px;
	}
	.showcpnrall{
		margin: 20px 0px;
	}
	.faye{display: block;}
	.faye p{
		margin-bottom: 10px;
	}
	.faye a{
		line-height: 25px;
		font-size: 12px;
	}
	.showprotj{
		width: 95%;
	}
	.showprotj .prodlist ul{
		flex-wrap: wrap;
	}
	.showprotj .prodlist ul li{
		width: 48%;
		margin: 1%;
	}

	.btrht .btrhtdv{
		width: 95%;
	}
	.bannersasg h2{
		width: 100%;
		font-size: 20px;
	}
	.btrht .btrhtdv .swiper-button-next, .btrht .btrhtdv .swiper-button-prev{
		position: absolute;
		border: none;
		width: auto;
		margin: 0;
	}
	.btrht {
		position: initial;
		height: 0;
	}
	.btrht .btrhtdv i,.btrht .btrhtdv .swiper-pagination{
		display: none;
	}
	.bannersasg .sgahhrj{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.iwqjg h4{
		font-size: 12px;
		margin-top: -6px;
	}
	.iwqjg div iconpark-icon{
		font-size: 18px;
	}
	.nrbanner .btext h2{
		font-size: 18px;
	}
	.nrbanner .btext p{
		font-size: 12px;
		margin-top: 10px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.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: #ffd384;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #c3ae87;
	}

	.mfootdv li a {
		color: #333;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.servicelist{
		width: 100%;
	}
	.servicelist ul{
		flex-wrap: wrap;
	}
	.prolistdv{
		width: 95%;
		margin: 0 auto;
		        padding-top: 30px;
	}
	.prolistdv ul{
		margin: 0;
	}
	.prolistdv ul li{
		width: 48%;
	}
	.prolistdv ul li p{
		font-size: 14px;
	}
	.wjxzlist{
		width: 95%;
	}
	.wjxzlist ul li a h1 span{
		font-size: 12px;
	}
	.wjxzlist ul li a h1 i{
		margin-right: 10px;
		width: 5px;
		height: 5px;
	}
}