/* 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: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "TechnaSans";
	src:url('../font/technasans-regular.otf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}

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: 90px;
	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: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
	overflow: hidden;
}
.headdvleft img {
	display: block;
	height: 100%;
}

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

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

.headdvright ul li {
	line-height: 90px;
	transition: all .3s;
}

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

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

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
	background-color: transparent;
}
.headdvright ul li:hover a span {
	color: #fff;
	f6f7f9
	
}
.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright .ss iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.headdvright .yy iconpark-icon{
	color: #fff;
	font-size: 20px;
}

.banners img{
	display: block;
	width: 100%;
}
.syproducts{
	background-color: #f6f7f9;
}
.syproductsdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syproductsdvleft{
	width: 35%;
}
.syproductsdvright{
	width: 65%;
}
.syproductsdvleft #thumbs{
	height: 31.875rem;
	width: 350px;
	margin: 0;
	margin-top: 25px;
}
.syproductsdvright .swiper-slide img{
	width: 100%;
	display: block;
}
.syproductsdvleft h1{
	color: #333333;
	font-size: 40px;
	font-family: "TechnaSans";
	width: 350px;
	text-transform: uppercase;
	line-height: 55px;
}
.syproductsdvleft #thumbs .swiper-slide h2{
	border-bottom: 1px solid #e5e6e7;
	height: 100%;
	width: 300px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	font-size: 16px;
	width: 80%;
	transition: all 1s;
}
.syproductsdvleft #thumbs .swiper-slide-thumb-active h2{
	width: 100%;
	border-bottom: 1px solid #045adb;
	color: #045adb;
}
.syproductsdvleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 25px;
	width: 130px;
	height: 50px;
	background-color: #045adb;
	border-radius: 50px;
	margin-top: 3.75rem;
}
.syproductsdvleft a span{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins_Light';
}
.syproductsdvleft a iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.ege{
	position: absolute;
	bottom: 5.625rem;
	right: 0;
	width: 140px;
}
.ege .swiper-button-next,.ege .swiper-button-prev{
	width: 45px;
	height: 45px;
	border: 1px solid #9b9b9b;
	transition: all 1s;
	border-radius: 50px;
}
.ege .swiper-button-next:hover,.ege .swiper-button-prev:hover{
	background-color: #045adb;
	border: 1px solid #045adb;
}
.ege .swiper-button-next:after,.ege .swiper-button-prev:after{
	color: #aaaaaa;
	font-size: 16px;
	transition: all 1s;
}
.ege .swiper-button-next:hover:after,.ege .swiper-button-prev:hover:after{
	color: #fff;
}
.sypc{
	padding: 5.9375rem 0px ;
	background-color: #f9fbff;
}
.sypcbt{
	margin-bottom: 3.75rem;
}
.sypcbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-family: "TechnaSans";
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sypcbt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
	font-family: "Arial";
}
.sypcdv{
	width: 93.75rem;
	margin: 0 auto;
}
.sypcdvlist .swiper-slide div{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	transition: all 1s;
	border-radius: 10px;
}
.sypcdvlist .swiper-slide:hover div{
	background-color: #045adb;
}
.sypcdvlist .swiper-slide div img{
	display: block;
	width: 100%;
}
.sypcdvlist .swiper-slide h1{
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	line-height: 30px;
	text-align: center;
	color: #808080;
	font-size: 18px;
	font-family: "Poppins_Medium";
	width: 80%;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
	transition: all 1s;
}
.sypcdvlist .swiper-slide:hover h1{
	color: #004bbb;
}
.syab{
	padding-top: 4.6875rem;
	padding-bottom: 7.5rem;
	background: url(../images/gewhr_02.jpg) center no-repeat;
	background-size: cover;
}
.syabdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syabdvleft{
	width: 50%;
}
.syabdvleft h1{
	color: #333333;
	font-size: 40px;
	font-family: "Techna Sans";
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 3.125rem;
}
.syabdvleft p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.syabdvleft a{
	margin-top: 3.125rem;
}
.syabdvleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 25px;
	width: 130px;
	height: 50px;
	background-color: #045adb;
	border-radius: 50px;
}
.syabdvleft a span{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins_Light';
	text-transform: uppercase;
}
.syabdvleft a iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.syabdvright{
	width: 40%;
}
.syabdvright img{
	width: 100%;
	display: block;
}
.sz{
	padding: 3.4375rem 0px;
	background: url(../images/szng_02.jpg) center no-repeat;
	background-size: cover;
}
.szdv{
	width: 93.75rem;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li{
	width: 220px;
}
.szdv ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
}
.szdv ul li h3 span{
	color: #ffffff;
	font-size: 54px;
	font-family: "Poppins_Medium";
}
.szdv ul li h3 i{
	color: #ffffff;
	font-size: 30px;
}
.szdv ul li p{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.syadv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.syabdvleft{
	width: 50%;
}
.syabdvleft img{
	display: block;
	width: 100%;
}
.syabdvleft .swiper-slide{
	overflow: hidden;
	border-radius: 10px;
}
.syabdvright{
	width: 44%;
}
.syabdvright #thumbs2{
	height: 100%;
}
.syabdvright #thumbs2 .gehty{
	border-bottom: 1px solid #e9e9e9;
	height: calc(100% - 2px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 1s;
}
.syabdvright #thumbs2 .gehty i{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	width: 70px;
	font-size: 36px;
}
.syabdvright #thumbs2 .gehty section{
	width: calc(100% - 90px);
}
.syabdvright #thumbs2 .gehty section h2{
	color: #4c4c4c;
	font-size: 20px;
	transition: all 1s;
	font-family: "Poppins_Medium";
}
.syabdvright #thumbs2 .gehty section p{
	color: #808080;
	transition: all 1s;
	font-size: 14px;
}
.syabdvright  #thumbs2 .swiper-slide-thumb-active .gehty{
	border-bottom: 1px solid #045adb;
}
.syabdvright .swiper-slide-thumb-active i{
	color: #045adb;
}
.syabdvright #thumbs2 .swiper-slide-thumb-active .gehty section h2,.syabdvright #thumbs2 .swiper-slide-thumb-active .gehty section p{
	color: #045adb;
}
.synews{
	padding: 5.625rem 0;
	background: url(../images/huf.jpg) center no-repeat;
	background-size: cover;
}
.synewsdv{
	width: 93.75rem;
	margin: 0 auto;
}
.synewsbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.synewsbtleft h1{
	color: #333333;
	font-size: 40px;
	font-family: "TechnaSans";text-transform: uppercase;
}
.synewsbtleft p{
	margin-top: 10px;
	color: #808080;
	font-size: 16px;
	font-family: "Arial";
}
.synewsbtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	padding-right: 25px;
	width: 130px;
	height: 50px;
	background-color: #045adb;
	border-radius: 50px;
}
.synewsbtright a span{
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins_Light';
	text-transform: uppercase;
}
.synewsbtright a iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.synewslist ul{
	display: flex;
	justify-content: space-between;
}
.synewslist ul li{
	width: 32%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #dddcdc;
}
.synewslist{
	margin-top: 3.75rem;
}
.synewslist ul li div{
	overflow: hidden;
}
.synewslist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.synewslist ul li:hover div img{
	transform: scale(1.05);
}
.synewslist ul li section{
	padding: 2.5rem;
	padding-bottom: 1.5625rem;
	background-color: #fff;
	position: relative;
}
.synewslist ul li section span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
	background-color: #045adb;
	padding: 10px 15px ;
	position: absolute;
	top: -1.25rem;
}
.synewslist ul li section h1{
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.synewslist ul li section p{
	line-height: 30px;
	color: #999999;
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	margin-top: 10px;
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
	font-size: 14px;
}
.synewslist ul li section h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}
.synewslist ul li section h3 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background-color: #045adb;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.synewslist ul li section h3 i{
	color: #4d4d4d;
	font-size: 16px;
	font-family: "Poppins_Light";
}

.any{
	padding: 80px 0;
	background: url(../images/ant_02.jpg) 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;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color:transparent;
	padding: 0 2%;
	height: 45px;
	outline: none;
	color: #333;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
} 
.anydv form input::placeholder{
	color: #b3b3b3;
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 150px;
	height: 45px;
	line-height: 45px;
	background-color: #86adea;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
	text-transform: uppercase;
}
.foot{
	padding-top: 5rem;
	background-color: #1a1a1a;
	background-size: cover;
}
.footdv{
	width: 97.5rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdv ol{
	display: flex;
	justify-content: flex-start;
	margin-top: 50px;
}
.footdv ol li{
	margin-right: 15px;
}
.footdvleft{
	width: 360px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 30px;
	font-size: 14px;
	color: #efefef;
}
.footdvleft section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.footdvleft section img{
	margin-right: 20px;
}
.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #d6d6d6;
	font-size: 14px;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
}
.footdvright dl dt{
	border-bottom: 1px solid #313131;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl ol{
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
}
.footdvright dl ol li{
	margin-right: 15px;
}
.footdvright dl ol li a img{
	display: block;
	width: 34px;
}
.footdvright dl:nth-child(2){
	width: 580px;
}
.footdvright dl:nth-child(2) section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section section{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #d6d6d6;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}


.ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	text-transform: uppercase;
	
}
.footdvright dl dd a{
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}
.footdvright dl:nth-child(2) section h1:last-child{
	line-height: 25px;
}
.ewm h1{
	margin-top: 15px;
	color: #d6d6d6;
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #313131;
	height: 70px;
}
.wdldv{
	width: 97.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
}
.syp{
	padding: 6.25rem 0;
}

.guyuwm{
	padding: 5.625rem 0px;
	background: url(../images/guanyubg_02.jpg) center no-repeat;
	background-size: cover;
}
.guyuwmdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guyuwmdvleft{
	width: 52%;
}
.guyuwmdvright{
	width: 40%;
}
.guyuwmdvright img{
	display: block;
	width: 100%;
}
.guyuwmdvleft h1{
	margin-bottom: 3.125rem;
	color: #333333;
	font-size: 40px;
	font-family: "TechnaSans";
	text-transform: uppercase;
	line-height: 50px;
}
.guyuwmdvleft p{
	color: #666666;
	line-height: 35px;
	font-size: 16px;
	color: #666666;
}
.factory{
	padding: 6.25rem 0px;
	background: url(../images/grehts_02.jpg) center no-repeat;
	background-size: cover;
}
.scase{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.scaselist .swiper-slide{
	overflow: hidden;
	border-radius: 10px;
}
.scaselist .swiper-slide div{
	width: 100%;
	overflow: hidden;
}
.scaselist .swiper-slide div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.scaselist .swiper-slide div:hover img{
	transform: scale(1.05);
}
.scaselist .swiper-slide h1{
	height: 80px;
	text-align: center;
	line-height: 80px;
	text-align: center;
	color: #808080;
	font-size: 18px;
	background-color: #fff;
	transition: all 1s;
	overflow: hidden;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.scaselist .swiper-slide:hover h1{
	color: #fff;
	background-color: #045adb;
}
.scasedv {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4.375rem;
}
.scasedv .swiper-button-prev,.scasedv .swiper-button-next{
	position: initial;
	margin: 0;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #fff;
	color: #004bbb;
	margin: 0 15px;
		transition: all 1s;
}
.scasedv .swiper-button-prev:hover,.scasedv .swiper-button-next:hover{
	background-color: #004bbb;
	color: #fff;
}
.scasedv .swiper-button-prev:after ,.scasedv .swiper-button-next:after {
	font-size: 18px;
	transition: all 1s;
	color: #004bbb;
}
.scasedv .swiper-button-prev:hover:after ,.scasedv .swiper-button-next:hover:after{
	color: #fff;
}
.lxwm{
	padding: 6.25rem 0px;
	width: 93.75rem;
	margin: 0 auto;
}

.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(32% - 70px);
	padding: 35px;
	background-color: #f5f5f5;
}
.lxwmlist ul li iconpark-icon{
	font-size: 32px;
	width: 65px;
	height: 65px;
	background-color: rgba(4, 90, 219, 0.1);
	color: #045adb;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
	transition: all 1s;
	margin-bottom: 25px;
}

.lxwmlist ul li h2{
	color: #333333;
	font-family: "Poppins_Medium";
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	transition: all 1s;
}
.lxwmlist ul li:nth-child(1):hover{
	background: url(../images/Phone.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(2):hover{
	background: url(../images/E_mail.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:nth-child(3):hover{
	background: url(../images/ADD.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:hover iconpark-icon{
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}
.lxwmlist ul li:hover p,.lxwmlist ul li:hover h2{
	color: #fff;
}
.lxwmlist ul li:hover i{
	border-top: 1px solid #fff;
}
.xuqiubt h1,.xuqiubt p{
	color: #fff;
}




.xuqiu {
	padding: 5.625rem 0px;
	background: url(../images/ly_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.xuqiu form {
	width: 93.75rem;
	margin: 0 auto;
}

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

.xuqiu form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #fff;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.4);
}
.xuqiu form div input::placeholder,.xuqiu form textarea::placeholder{
	color: #fff;
	font-size: 14px;
}
.xuqiu form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #fff;
	line-height: 30px;
	outline: none;
	font-family: 'Poppins';
	border-radius: 5px;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.4);
}

.xuqiu form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.xuqiu form button:hover {
	background-color: #246edf;
	border: 1px solid #246edf;
	color: #fff;
}
.allnews{
	padding: 4.375rem 0;
	background-color: #ffffff;
}
.newsdv{
	width: 93.75rem;
	margin: 0 auto;
}
.newsdv .synewslist{
	margin-top: 0;
}
.shownav{
    box-shadow: 0px 8px 10px #efefef;
    position: relative;
}
.shownav ul{
	display: flex;
	justify-content: center;
	width: 100rem;
	margin: 0 auto;
	height: 75px;
}
.shownav ul li{
	height: 75px;
	line-height: 75px;
	text-transform: uppercase;
}
.shownav ul li a{
	display: block;
	padding: 0 25px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
}
.shownav ul li:hover a{
	background-color: #045adb;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #045adb;
	color: #fff;
}

.newsdvlist{
	width: 93.75rem;
	margin: 0 auto;
}

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	box-shadow: 0px 0px 15px #dddcdc;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #045adb;
	font-size: 52px;
	font-family: "Poppins_SemiBold";
	transition: all .5s;
	display: block;
	line-height: 60px;
}
.newsdvlistime i{
	color: #045adb;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #4d4d4d;
	font-size: 20px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom: 7px;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 15px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #045adb;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}


.allpro{
	background-color: #f7f7f7;
	padding: 4.375rem 0px;
}
.prodv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.prodvdvleft{
	width: 30%;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.prodvdvleft h1{
	height: 100px;
	width: 100%;
	color: #fff;
	font-size: 26px;
	font-family: 'Poppins_Medium';
	background-color: #045adb;
	text-indent: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.prodvdvleft  ul{
	padding: 20px 30px;
}
.prodvdvleft ul li{
	border-bottom: 1px solid #dfe1e6;
}
.prodvdvleft ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 60px;
}
.prodvdvleft ul li  a h2{
	color: #333333;
	font-size: 16px;
}
.prodvdvright{
	width: 68%;
}
.prolist{
	widows: 100%;
}
.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul li{
	width: 31.33%;
	margin: 1%;
	margin-top: 0;
	margin-bottom: 20px;
}
.prolist ul li div{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	transition: all 1s;
	border-radius: 10px;
}
.prolist ul li:hover div{
	background-color: #045adb;
}
.prolist ul li div img{
	display: block;
	width: 100%;
}
.prolist ul li h1{
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
	line-height: 32px;
	text-align: center;
	color: #808080;
	font-size: 18px;
	font-family: "Poppins_Medium";
	width: 80%;
	transition: all 1s;
	overflow:hidden;
	height: 64px;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.prolist ul li:hover h1{
	color: #004bbb;
}

.sabe{
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
	padding-top: 3.75rem;
}
.soq221{
	padding-top: 0;
}

.maoyileft {
	display: flex;
	justify-content: space-between;
	
}

.maoyileft #thumbs2 {
	width: 8.5rem;
	height: 35.875rem;
	margin: 0;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: calc(100% - 4px);
	background-color: #fff;
	border: 2px solid #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #045adb;
	background-color: #fff;
}

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

.maoyileft #gallery2 {
	width: 35.875rem;
	margin: 0;
	height: 35.875rem;
	background-color: #fff;
}

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

.soq221{
	padding-top: 0;
}
.mbx{
	margin: 0 auto;
	width: 93.75rem;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	font-size: 20px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color:#045adb;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color:#045adb;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color:#045adb;
}


.chanpinimg {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 45.0625rem;
}

.chanpinimgright {
	width: 48%;
}

.chanpinimgright h2 {
	color: #045adb;
	font-size: 16px;
}

.chanpinimgright h1 {
	color: #045adb;
	font-family: "Poppins_SemiBold";
	font-size: 30px;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e6e6e6;
}
.chanpinimgright i{
	display: block;
	width: 140px;
	height: 2px;
	background-color: #7b6353;
	margin-top: -2px;
	margin-bottom: 1.25rem;
}
.chanpinimgright p {
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}



.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10.25rem;
	height: 45px;
	padding: 0 1.5625rem;
	text-align: center;
	font-size: 14px;
	color: #045adb;
	line-height: 45px;
	transition: all 1s;
	margin-top: 50px;
	margin-right: 1.25rem;
	border-radius: 5px;
	background-color: #fff;
}
.cennuodv a span{
	color: #045adb;
	transition: all 1s;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #045adb;
}
.cennuodv a:hover span,.cennuodv a:hover iconpark-icon{
	color: #fff;
}
.cpxq {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 5.625rem;
}

.cpxqleft {
	width: 100%;
	margin-top: 4.25rem;
}
.cpxqxq img{
	max-width: 100%;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #045adb;
	margin-top: -3px;
}

.cpxqbt span {
	color: #333333;
	font-size: 24px;
	margin-left: 10px;
	text-transform: uppercase;
	line-height: 40px;
}



.cpxqxq {
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 60px);
}

.cpxqxq img {
	max-width: 100%;
}
.cpxqleft .prolist ul li{
	width: 23%;
}
.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy p a {
	color: #808080;
	font-size: 14px;
	transition: all 1s;
}

.fy p a:hover {
	color: #045adb;
}

.mfoot,.mfootdv{
	display: none;
}
.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;
}

.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
	transition: all 1s;
}
.slideUp .headdvright ul li:hover a span{
	color: #045adb;
}
.slideUp .headdvright ul li.active a span{
	color: #045adb;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #045adb;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #045adb;
}
.slideUp .headdvright .ss iconpark-icon,.slideUp .headdvright .yy iconpark-icon{
	color: #045adb;
}

.sypcdvzydv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sypcdvzydv .sypcdvzydvleft .swiper-pagination{
	position: inherit;
	width: auto;
}
.sypcdvzydvright{
	display: flex;
	justify-content: space-between;
	width: 120px;
}
.sypcdvzydvright .swiper-button-next,.sypcdvzydvright .swiper-button-prev{
	position: inherit;
	margin: 0;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #b4b5b6;
}
.sypcdvzydvright .swiper-button-next:hover,.sypcdvzydvright .swiper-button-prev:hover{
	background-color: #045adb;
	border: 1px solid #045adb;
}
.sypcdvzydvright .swiper-button-next:after,.sypcdvzydvright .swiper-button-prev:after{
	font-size: 15px;
	color: #b0b0b1;
}
.sypcdvzydvright .swiper-button-next:hover:after,.sypcdvzydvright .swiper-button-prev:hover:after{
	color: #fff;
}
.sypcdvzydvright .swiper-pagination .swiper-pagination{
	color: #808080;
	font-size: 18px;
}
.sypcdvzydvright .swiper-pagination .swiper-pagination-current{
	color: #776050;
	font-size: 30px;
}
.sypcdvzydv{
	margin-top: 4.0625rem;
}
.sypcdvzydv .swiper-pagination-current{
	color: #045adb;
	font-size: 30px;
}
.sypcdvzydv .swiper-pagination-total{
	color: #808080;
	font-size: 18px;
}
.sypcdvzy .swiper-scrollbar{
	height: 2px;
	margin-top: 1.25rem;
}
.sypcdvzy .swiper-scrollbar-drag{
	background-color: #045adb;
}
.ywm{
	left: 0;
	width: 100%;
}


.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: 93.75rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -46.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.bannersasg  .swiper-slide section h3{
	color:#404040;
	font-size: 20px;
	text-transform: uppercase;
}
.sgahhrj section{
	width: 45%;
	margin-top: -5%;
}
.bannersasg  .swiper-slide section h4{
	color: #333333;
	font-size: 44px;
	font-family: "HarmonyOS_Sans_SC";
	font-weight: bold;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section img{
	width: auto;
	margin: 2.5rem 0px;
	display: block;
}
.sjnav{
	display: none;
}
.bannersasg  .swiper-slide section span{
	background-color: #f49600;
	color: #ffffff;
	font-size: 18px;
	padding: 3px 8px;
	letter-spacing: 3px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	transition: all 1s;
	background-image: linear-gradient(to right, #5e4a3d, #aa8970);
	border-radius: 50px;
	padding-right: 10px;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 20px;
}
.bannersasg  .swiper-slide section p i{
	margin: 0 25px;
	font-size: 18px;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #fff;
	color: #5e4a3d;
}
.bannersasg  .swiper-slide section a i{
	color: #f7f7f7;
	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{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.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{
	margin: 0 auto;
	width: 93.75rem;
}
.nrbanner .btext section h2{
	font-size: 44px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 20px;
}
.yy{
	position: relative;
}
.yy dl{
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #fff;
	width: 150px;
	border-radius: 10px;
	overflow: hidden;
	margin-left: -75px;
	box-shadow: 0px 0px 10px #efefef66;
	display: none;
}
.yy:hover dl{
	display: block;
}
.yy dl dd{
	line-height: 35px;
	transition: all 0.5s;
}
.yy dl dd a{
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	line-height: 35px;
	display: block;
	color: #333;
	font-size: 14px;
	cursor:pointer;
	transition: all 0.5s;
}
.yy dl dd:hover{
	background-color: #045adb;
}
.yy dl dd:hover a{
	color: #fff;
	border-bottom: 1px solid #045adb;
}
.yy iconpark-icon {
	color: #fff;
	font-size: 20px;
}
@media only screen and (min-width: 1000px) and (max-width: 1499px) {
	.syproductsdv{
		width: 95%;
	}
	.headdv{
		width: 95%;
	}
	.sypcdv{
		width: 95%;
	}
	.syabdv{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.syadv{
		width: 95%;
	}
	.synewsdv{
		width: 95%;
	}
	.synewslist ul li section span{
		top: -20px;
	}
	.synewslist ul li section{
		padding-top: 30px;
	}
	.synewslist ul li section h1{
		font-size: 18px;
	}
	.synewslist ul li section p{
		height: 50px;
		line-height: 25px;
	}
	.anydv{
		width: 95%;
	}
	.anydv form input{
		width: 15%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright dl:nth-child(2){
		width: 50%;
	}
	.wdldv{
		width: 95%;
	}
	.mbx,.chanpinimg{
		width: 95%;
	}
	.chanpinimgleft{
		width: 53%;
	}
	.maoyileft #gallery2 {
	    width: 47.875rem;
	    margin: 0;
	    height: 47.875rem;
	    background-color: #fff;
	}
	.maoyileft #thumbs2 {
		width: 11.5rem;
		height: 47.875rem;
	    margin: 0;
	}
	.chanpinimgright{
		width: 44%;
	}
	.cpxq{
		width: 95%;
	}
	.prodv{
		width: 95%;
	}
	.prodvdvleft ul li a h2{
		font-size: 13px;
	}
	.prolist ul li h1{
		font-size: 14px;
		line-height: 27px;
		height: 54px;
	}
	.guyuwmdv{
		width: 95%;
	}
	.scase{
		width: 95%;
	}
	.scaselist .swiper-slide h1{
		height: 50px;
		font-size: 16px;
		line-height: 50px;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.xuqiu form{
		width: 95%;
	}
	.newsdv{
		width: 95%;
	}
	.newsdvlist{
		width: 100%;
	}
	.sypcdvlist .swiper-slide h1{
		font-size: 15px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.sgahhrj section{
		width: 100%;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 32px;
	}
}
@media only screen and (max-width: 999px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
		
	}
	.syproductsdv{
		width: 95%;
		display: block;
	}
	.syproductsdv{
		padding: 30px 0px	;
	}
	.syproductsdvleft{
		width: 100%;
	}
	.syproductsdvleft h1{
		width: 100%;
		font-size: 20px;
		text-align: center;
		line-height: 30px;
	}
	.syproductsdvleft #thumbs{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.syproductsdvleft #thumbs .swiper-slide h2{
		height: 50px;
		text-align: center;
		width: 100%;
		font-size: 14px;
		justify-content: center;
	}
	.syproductsdvleft a{
		display: none;
	}
	.syproductsdvright{
		width: 100%;
	}
	.ege{
		width: 110px;
		bottom: 10.625rem;
	}
	.ege .swiper-button-next, .ege .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	.ege .swiper-button-next:after, .ege .swiper-button-prev:after{
		font-size: 14px;
	}
	.sypcbt h1{
		font-size: 20px;
	}
	.sypcbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.sypcdv {
		width: 95%;
	}
	.sypcdv{
		width: 95%;
	}
	.sypcdvlist .swiper-slide h1{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.syabdv{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.syabdvleft{
		width: 100%;
	}
	.syabdvleft {
		width: 100%;
	}
	.syabdvleft h1{
		font-size: 20px;
		text-align: center;
		line-height: 30px;
	}
	.syabdvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.syabdvleft a{
		width: 100px;
		height: 40px;
		margin: 20px auto;
	}
	.syabdvright{
		width: 100%;
	}
	.syabdvright{
		height: auto !important;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv ul li{
		width: 48%;
	}
	.szdv ul li h3 span{
		font-size: 32px;
	}
	.szdv ul li h3 i{
		font-size: 18px;
	}
	.szdv ul li p{
		font-size: 12px;
	}
	.syadv{
		width: 95%;
		flex-wrap: wrap;
	}
	.syabdvright .swiper-slide .gehty{
		margin: 10px auto;
	}
	.syabdvright #thumbs2 .gehty section h2{
		font-size: 16px;
	}
	.syabdvright #thumbs2 .gehty section p{
		font-size: 12px;
	}
	.synewsdv{
		width: 95%;
	}
	.synewsbt{
		display: block;
	}
	.synewsbtleft h1{
		font-size: 20px;
		text-align: center;
	}
	.synewsbtleft p{
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.synewsbtright a{
		width: 100px;
		height: 40px;
		margin: 15px auto;
	}
	.synewslist ul{
		flex-wrap: wrap;
	}
	.synewslist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.synewslist ul li section span{
		font-size: 12px;
	    padding: 6px 10px;
		top: -15px;
	}
	.synewslist ul li section{
		padding: 5%;
		padding-top: 30px;
	}
	.synewslist ul li section h1{
		font-size: 16px;
		line-height: 25px;
		height: 25px;
	}
	.synewslist ul li section p{
		line-height: 25px;
		height: 50px;
		font-size: 14px;
	}
	.foot{
		display: none;
	}
	.any{
		padding: 30px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		text-align: center;
		margin-bottom: 15px;
		font-size: 20px;
	}
	.anydv form{
		width: 100%;
		display: block;
	}
	.anydv form input,.anydv form input:nth-child(3){
		width: 96%;
		padding:0 2%;
		margin-bottom: 10px;
		height: 40px;
	}
	
	.mbx{
		display: none;
	}
	.chanpinimg{
		display: block;
	}
	.chanpinimgleft{
		display: block;
		width: 100%;
	}
	.maoyileft {
		width: 100%;
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 5px);
	}
	.chanpinimgright{
		width: 100%;
		margin-top: 20px;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright h1{
		line-height: 35px;
		font-size: 18px;
	}
	.chanpinimgright p{
		font-size: 12px;
		line-height: 25px;
	}
	.chanpinimgright a{
		margin-top: 20px;
		height: 38px;
		width: 40%;
		padding: 0 15px;
	}
	.pordbt h1 span{
		font-size: 15px;
	}
	.porddv{
		width: 90%;
		padding: 5%;
	}
	.syprolsit ul li section{
		padding:   5%;
		width: 90%;
	}
	.chanpinimg,.pord,.xuqdv,.prolist,.contactdv,.newsdvlist,.syaboutdv,.sz ul,.cpsizedv,.madv,.syprodv{
		width: 95%;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqbt span{
		font-size: 18px;
	}
	.cpxqxq{
		padding: 5%;
	}
	.cpxqleft .sypopulist ul li:last-child{
		display: none;
	}
	.cpxqleft .prolist{
		width: 100%;
	}
	.soq221{
		padding-top: 10px;
	}
	.cennuodv a{
		font-size: 12px;
		width: 30%;
		line-height: 35px;
	}
	.chanpinimgright a{
		height: 35px;
	}
	.cpxqxq{
		padding: 2.5%;
		width: 95%;
	}
	.fy{
		display: block;
		margin-top: 10px;
	}
	.fy p{
		line-height: 25px;
		margin-bottom: 5px;
	}
	.cpxqleft .prolist ul li{
		width: 48%;
		margin: 1%;
	}
	.prolist ul li h1{
		font-size: 14PX;
		line-height: 25px;
		height: auto;
		margin: 10px auto;
		width: 90%;
	}
	.prodvdvleft{
		display: none;
	}
	.prodvdvright{
		width: 100%;
	}
	.prodv{
		width: 95%;
	}
	.prolist ul li{
		width: 48%;
		margin-bottom: 0;
	}
	.prodvdvright .prolist{
		width: 100%;
	}
	.allnews .newsdv .synewslist{
		display: none;
	}
	.shownav ul{
		width: 90%;
		height: auto;
		justify-content: space-between;
	}
	.shownav ul li{
		width: auto;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.shownav ul li:hover a {
	    background-color: #fff;
	    color: #f49600;
	}
	.newsdvlist ul li{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 3%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		line-height: 25px;
		height: 25px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.newsdvlist{
		width: 100%;
	}
	.newsdv{
		width: 95%;
	}
	.guyuwmdv{
		width: 95%;
		display: block;
	}
	.guyuwmdvleft{
		width: 100%;
	}
	.guyuwmdvleft h1{
		font-size: 20px;
		text-align: center;
		line-height: 30px;
	}
	.guyuwmdvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.guyuwmdvright{
		margin-top: 20px;
		width: 100%;
	}
	.scase{
		width: 95%;
	}
	.scaselist .swiper-slide h1{
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.scasedv .swiper-button-prev, .scasedv .swiper-button-next{
		width: 40px;
		height: 40px;
	}
	.scasedv .swiper-button-prev:after, .scasedv .swiper-button-next:after{
		font-size: 16px;
	}
	.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:#045adb;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #114ea9;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 12px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.ioqw .prolist{
		width: 100%;
	}
	.x9,.x3{
		width: 100%;
		display: block;
	}
	.sidebar-l{
		margin-right: 0;
	}
	.article .post h1{
		font-size: 18px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.sgahhrj section{
		width: 100%;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 20px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 14px;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		width: 130%;
		margin-left: -15%;
		    max-width: initial;
	}
	.bannersasg .swiper-slide section img {
	    width: auto;
	    margin: 2.5rem 0px;
	    display: block;
	    width: 30px;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 20px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
				.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 13px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.glptlist ul li span{
		font-size: 32px;
		text-align: center;
	}
	.duijielist ul li h1 img{
		width: 35px;
	}
	.duijielist ul li h1 img:last-child{
		width: 35px;
	}
	.qywhdvcenter {
	    padding: 14.6875rem;
	}

	.sgewhj div{
		width: calc(95% - 32px);
		height: 40px;
		line-height: 40px;
	}

	.sgewhj div section input{
		width: 70%;
		height: 40px;

	}
	.sgewhj a{
		margin-top: 20px;
	}
	.snew{
		display: none;
	}
	.pagination li a {
	    border-radius: 4px;
	    color: #6e6e6e;
	    background: #fff;
	    padding: 6px 12px;
	    border: 1px solid #DCDCDC;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 18px;
	    width: 35px;
	    height: 35px;
	    margin-bottom: 15px;
	}
	.lxwmlist ul li h2{
		font-size: 16px;
	}
	.lxwmlist ul li p{
		font-size: 13px;
	}
	.xuqiu{
		padding: 30px 0px;
	}
	.sypcbt{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div input{
		width: 94%;
        padding: 0 3%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 10px;
	}
	.xuqiu form textarea{
		width: 94%;
		padding: 3%;
	}
	.xuqiu form button{
		margin-top: 15px;
		width: 120px;
		height: 40px;
	}
	.anydv form button{
		line-height: 40px;
		height: 40px;
	}
	.bannersasg .swiper-slide section h3{
		display: none;
	}

	    .sgahhrj section {
        width: 73%;
    }
}
