/* 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: "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');
}

@font-face
{
	font-family: "CrimsonText";
	src:url('../font/CrimsonText-Regular-5.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: 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: 100rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
	transition: all 1s;
	opacity: 1;
}
.headdvleft img:last-child{
	position: absolute;
	top: 0;
	opacity: 0;
}
.headdvright {
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 92%;
	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;
}

.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;
	
}
.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright .ss iconpark-icon{
	color: #fff;
	font-size: 20px;
}

.banners img{
	display: block;
	width: 100%;
}
.sylm{
	width: 100rem;
	margin: 6.25rem auto;
	display: flex;
	justify-content: space-between;
}
.sylmleft,.sylmright{
	width: calc(49% - 120px);
	box-shadow: 0px 0px 20px #f1f1f1;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	padding: 30px 60px;
	justify-content: space-between;
}
.sylmleft .sylmimg img,.sylmright .sylmimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.sylmleft .sylmimg ,.sylmright .sylmimg {
	width: 19.6875rem;
	overflow: hidden;
	border-radius: 15px;
}
.sylmwz{
	width: 14.375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sylmwz h1{
	color: #5d4b3c;
	font-size: 18px;
	margin-bottom: 1.25rem;
}
.sylmwz h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	line-height: 45px;
}
.sylmwz a{
	display: flex;
	margin-top: 4.6875rem;
	width: 150px;
	height: 45px;
	border: 1px solid #8c715f;
	border-radius: 45px;
	padding-left: 30px;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
}
.sylmwz a iconpark-icon{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 5px;
	transition: all 1s;
	font-size: 20px;
	background-image: linear-gradient(to right, #5e4b3d , #ab8b72);
}
.sylmwz a span{
	color: #5d4b3c;
	font-family: "Poppins_Medium";
	font-size: 14px;
	transition: all 1s;
}
.sylmwz a:hover{
	background-image: linear-gradient(to right, #5e4b3d , #ab8b72);
}
.sylmwz a:hover span{
	color: #fff;
}
.sylmwz a:hover iconpark-icon{
	background : #d8ccc3;
	font-size: #5a5a5a;
}
.sylmleft:hover .sylmimg img,.sylmright:hover .sylmimg img{
	transform: scale(1.05);
}

.syabout{
	background-color: #f8f8f8;
	padding: 6.25rem 0rem;
}
.syaboutdv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syaboutleft{
	width: 47%;
}
.syaboutleft h1{
	color: #5d4b3c;
	font-size: 18px;
	margin-bottom: 0.9375rem;
}
.syaboutleft h2{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	margin-bottom: 20px;
}
.syaboutleft p{
	line-height: 35px;
	color: #666666;
	font-size: 16px;
}
.syaboutleft a{
	display: flex;
	margin-top: 4.6875rem;
	width: 150px;
	height: 45px;
	background: url(../images/alink_03.png) center no-repeat;
	border-radius: 45px;
	padding-left: 30px;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
}
.syaboutleft a iconpark-icon{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7d7772;
	margin-right: 5px;
	transition: all 1s;
	font-size: 20px;
	background-color: #dbcfc5;
}
.syaboutleft a span{
	color: #fff;
	font-family: "Poppins_Medium";
	font-size: 14px;
	transition: all 1s;
}
.syaboutright{
	width: 48%;
}
.syaboutright div{
	width: 48.75rem;
	position: relative;
}
.syaboutright div img{
	display: block;
	width: 100%;
}
.syaboutright img{
	max-width: 100%;
	display: block;
} 
.syaboutright div section{
	position: absolute;
	bottom: 65px;
	right: 0;
	padding: 20px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.syaboutright div section img{
	width: auto;
}
.syaboutright div section span{
	color: #333333;
	font-size: 20px;
	margin-left: 20px;
}
.sz{
	padding: 75px 0px;
	background: url(../images/szbg_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.szdv{
	width: 100rem;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li h3{ 
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.szdv ul li h3 span{
	color: #fff;
	font-size: 60px;
	font-family: "Poppins_SemiBold";
}
.szdv ul li h3 i{
	color: #ffffff;
	font-size: 24px;
	margin-left: 5px;
	 margin-bottom: 15px;
}
.szdv ul li p{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.synews{
	width: 100rem;
	padding-top: 5rem;
	margin: 0 auto;
	padding-bottom: 6.5625rem;
}
.synewsbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.syaboutbtleft h1{
	color: #5d4b3c;
	font-size: 18px;
}
.syaboutbtleft p{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.syaboutbtright a{
	display: flex;
	width: 150px;
	height: 45px;
	background: url(../images/alink_03.png) center no-repeat;
	border-radius: 45px;
	padding-left: 30px;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
}
.syaboutbtright a iconpark-icon{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7d7772;
	margin-right: 5px;
	transition: all 1s;
	font-size: 20px;
	background-color: #dbcfc5;
}
.syaboutbtright a span{
	color: #fff;
	font-family: "Poppins_Medium";
	font-size: 14px;
	transition: all 1s;
}

.innewsdv{
	margin: 0 auto;
	margin-top: 4.0625rem;
	display: flex;
	justify-content: space-between;
}
.innewsdvleft{
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 20px #f0f0f0;
}
.innewsdvleft div{
	overflow: hidden;
	display: block;
}
.innewsdvleft div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewsdvleft:hover div img{
	transform: scale(1.05);
}
.innewsdvleft section{
	padding: 2.1875rem 3.125rem;
}
.innewsdvleft section h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.9375rem;
}
.innewsdvleft section span{
	display: block;
	text-transform: uppercase;
    background: -webkit-linear-gradient(right, #685344, #d0c2b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 14px;
}
.innewsdvleft section i{
	color: #808080;
	font-size: 14px;
}
.innewsdvleft section h1{
	color: #333333;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0.625rem;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvleft section p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 0.9375rem;
}
.innewsdvcenter{
	width: calc(32% - 6.25rem);
	padding:  3.125rem;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 4.6875rem;
	background: url(../images/news_05.jpg) center no-repeat;
	background-size: cover;
}
.innewsdvcenter span{
	display: block;
	margin-bottom: 2.5rem;
	color: #fefefe;
	font-size: 14px;
}
.innewsdvcenter h1{
	color: #fefefe;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 2.5rem;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvcenter p{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.innewsdvcenter h4{
	width: 140px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #fff;
	color: #fefefe;
	font-size: 14px;
	margin-top: 7.1875rem;
	transition: all 1s;
	border-radius: 50px;
	text-transform: uppercase;
}
.innewsdvcenter:hover h4{
	border-color: #c59c6e;
	background-color: #c59c6e;
}
.innewsdvright{
	width: 32%;
}
.innewsdvright ul{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.innewsdvright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innewsdvright ul li a div{
	width: 11.25rem;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}
.innewsdvright ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewsdvright ul li:hover a div img{
	transform: scale(1.05);
}
.innewsdvright ul li a section{
	width: 19.5625rem;
}
.innewsdvright ul li a section h1{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvright ul li a section p{
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.innewsdvright ul li a section iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #a2826c;
	font-size: 20PX;
	margin-top: 5px;
}
.xuq{
	padding: 50px 0px;
	background: url(../images/lgew_02.jpg) center no-repeat;
	background-size: cover;
}
.xuqdv{
	width: 100rem;
	margin: 0 auto;
}
.xuqdv h1{
	color: #fff;
	font-size: 28px;
	font-family: "Poppins_Medium";
	margin-bottom: 1rem;
}
.xuqdv form{
	display: flex;
	justify-content: space-between;
}
.xuqdv form input{
	width: calc(17% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #b2b2b2;
	border-radius: 5px;
	font-size: 14px;
}
.xuqdv form input::placeholder{
	font-size: 14px;
	color: #b2b2b2;
}
.xuqdv form input:nth-child(4){
	width: 25%;
}
.xuqdv form button{
	width: 15%;
	outline: none;
	border: none;
	background-color: #1f1f1f;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #c8a982;
	font-size: 14px;
	border-radius: 5px;
}
.xuqdv  p{
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
}

.foot{
	padding-top: 5rem;
	background-color: #1f1f1f;
	background-size: cover;
}
.footdv{
	width: 100rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdvleft{
	width: 325px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 30px;
	font-size: 15px;
	color: #808080;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
}
.footdvleft ul li{
	margin-right: 10px;
}
.footdvleft ul li a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.footdvleft ul li a img{
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright{
	width: 75%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #808080;
	font-size: 14px;
	font-family: "Montserrat_Light";
}
.footdvright dl dt a{
	color: #c5c5c5;
	font-size: 18px;
	font-family: "Montserrat_Bold";
}
.footdvright dl dt{
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl:nth-child(3){
	width: 640px;
}

.footdvright dl:nth-child(3) section section{
	display: block;
	width: 350px;
}
.footdvright dl:nth-child(3) section h1 i{
	color: #808080;
	font-family: "Montserrat_SemiBold";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(3) section h1{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	font-family: "Montserrat_Light";
	margin-bottom: 0.625rem;
}

.ewm{
	width: 260px;
}
.ewm ul {
	display: flex;
	justify-content: space-between;
}
.ewm ul li{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #808080;
	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;
	font-family: "Poppins_Light";
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
}
.wdldv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.wdldv p a{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.syadv{
	padding: 100px 0;
	padding-bottom: 60px;
	background-color: #f8f8f8;
}
.syadvbt{
	width: 100rem;
	margin: 0 auto;
	margin-bottom: 70px;
}
.syadvbt h1{
	color: #5d4b3c;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.syadvbt p{
	color: #333333;
	text-align: center;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.syadvlist{
	width: 100rem;
	margin: 0 auto;
}
.syadvlist .swiper-slide div{
	overflow: hidden;
	width: 100%;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.syadvlist .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syadvlist .swiper-slide:hover div img{
	transform: scale(1.05);
}
.syadvlist .swiper-slide section{
	padding: 20px;
	background-color: #fff;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.syadvlist .swiper-slide section h2{
	color: #4c4c4c;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0.625rem;
	white-space:nowrap;
	height: 20px;
	overflow:hidden;
	line-height: 20px;
	text-overflow:ellipsis;
}
.syadvlist .swiper-slide section p{
	color: #808080;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
	height: 50px;
}
.syadvlists .swiper-pagination{
	position: initial;
	margin-top: 5.75rem;
}
.syadvlist .swiper-slide:nth-child(2n){
	transform: translateY(2.5rem);
}
.syadvlists .swiper-pagination-bullet-active{
	background-color: #846b5a;
}
.osiw{
	margin: 6.25rem auto;
	width: 100rem;
}
.madv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.madvleft{
	width: 49%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.madvleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.madvleft:hover img{
	transform: scale(1.05);
}
.madvleft h1{
	bottom: 0;
    left: 0;
    position: absolute;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 15px;
	font-family: "HarmonyOS_Sans_SC";
    background-color: rgba(0, 0, 0, 0.5);
}
.madvright{
	width: 49.5%;
}
.madvright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.madvright ul li{
	width: 49.5%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.madvright ul li:first-child,.madvright ul li:nth-child(2){
	margin-bottom: 12px;
}
.madvright ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.madvright ul li:hover img{
	transform: scale(1.05);
}
.madvright ul li h1{
	bottom: 0;
	left: 0;
	position: absolute;
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.5);
}
.lxwm{
	width: 100rem;
	margin: 6.25rem auto;
}
.lxwmbt{
	margin-bottom: 4.375rem;
}
.lxwmbt h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.lxwmbt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
}
.lxwmlist{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(24% - 80px);
	background: #f5f5f5;
	padding: 45px 40px;
	border-radius: 10px;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background: url(../images/lxwmbg_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	transition: all 1s;
	color: #5d4b3c;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.lxwmlist ul li i{
	display: block;
	margin: 0 auto;
	height: 20px;
	margin-top: 20px;
	width: 50px;
	transition: all 1s;
	border-top: 1px solid #937d6d;
}
.lxwmlist ul li:hover i{
	border-top: 1px solid #ffffff;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	margin-bottom: 10px;
	transition: all 1s;
	text-transform: uppercase;
}
.lxwmlist ul li p{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	transition: all 1s;
	text-align: center;
}
.lxwmlist ul li:hover p,.lxwmlist ul li:hover h1{
	color: #fff;
}
.zxly{
	padding: 6.25rem 0px;
	background: url(../images/zxlybg_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.zxlybt{
	text-align: center;
}
.zxlybt h1{
	color: #fff;
	font-size: 36px;
	font-family: "Poppins_Medium";
	text-align: center;
	text-transform: uppercase;
}
.zxlybt p{
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.zxly form {
	padding: 3.125rem;
	background-color: #fff;
	width: 93.75rem;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 60px;
}

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

.zxly form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	font-family: "Poppins";
}
.zxly form div input::placeholder,.zxly form textarea::placeholder{
	color: #777777;
	font-size: 14px;
	font-family: "Poppins";
}
.zxly form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #808080;
	line-height: 30px;
	outline: none;
	background-color: transparent;
	font-family: "Poppins";
	border: 1px solid #dcdcdc;
	border-radius: 10px;
}

.zxly form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-image: linear-gradient(to right, #5e4b3c , #ab8a71);
	text-transform: uppercase;
}
.zaww{
	padding: 6.25rem 0px;
	background-color: #f7f7f7;
}
.newsdv{
	width: 100rem;
	margin: 0 auto;
}
.newsdv .innewsdv .innewsdvleft{
	background-color: #fff;
}
.newsdv .innewsdv{
	margin-top: 0;
}

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

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	border-radius: 10px;
}
.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: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
	line-height: 60px;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #4c4c4c;
	font-size: 18px;
	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: 16px;
	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-image: linear-gradient(to right,  #5d4a3c , #5e4b3c , #ab8a71);
}
.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;
}
.ioqw{
	padding: 70px 0px;
	width: 100rem;
	margin: 0 auto;
	background-color: #ffffff;
}
.pronav{
	width: 100rem;
	margin: 0 auto;
	margin-bottom: 3.75rem;
}
.pronav ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pronav ul li{
	width: 15.2rem;
	height: 45px;
	margin: 0.625rem;
	border: 1px solid #cccccc;
	border-radius: 10px;
	overflow: hidden;
}
.pronav ul li a{
	display: block;
	width: 100%;
	line-height: 45px;
	text-align: center;
	color: #888888;
	font-size: 14px;
	transition: all 1s;
}
.pronav ul li a:hover{
	background: url(../images/lgew_02.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}
.prolist{
	width: 100rem;
	margin: 0 auto;
}
.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul li{
	width: 23%;
	margin: 1%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #ECECEC;
	position: relative;
}
.prolist ul li div{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.prolist ul li div span{
	width: 100%;
	height: 100%;
	background: url(../images/bf_03.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.prolist ul li section{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.prolist ul li:hover div span{
	opacity: 1;
}
.prolist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prolist ul li:hover div img{
	transform: scale(1.05);
}
.prolist ul li section h1{
	line-height: 30px;
    height: 56px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all 1s;
        background-image: linear-gradient(#ffffff00, #856b5a)
}
.prolist ul li:hover section h1{
	background: url(../images/lgew_02.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}
.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: 47.375rem;
	margin: 0;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 8.25rem;
	border: 2px solid #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #7b6353;
	background-color: #f7f7f7;
}

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

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

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

.soq221{
	padding-top: 0;
}
.mbx{
	margin: 0 auto;
	width: 100rem;
	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: #7b6353;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #7b6353;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color: #7b6353;
}


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

.chanpinimgleft {
	width: 45.0625rem;
}

.chanpinimgright {
	width: 48%;
}

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

.chanpinimgright h1 {
	color: #333333;
	font-family: "Poppins_SemiBold";
	font-size: 32px;
	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: #666666;
	font-size: 16px;
	line-height: 30px;
}



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

.cennuodv a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 8.25rem;
	height: 45px;
	padding: 0 1.5625rem;
	text-align: center;
	font-size: 14px;
	color: #f49600;
	line-height: 45px;
	transition: all 1s;
	margin-top: 50px;
	margin-right: 1.25rem;
	border: 1px solid #cccccc;
	border-radius: 50px;
}
.cennuodv a span{
	color: #999999;
	transition: all 1s;
}
.cennuodv a iconpark-icon{
	color: #999999;
	font-size: 20px;
	transition: all 1s;
}
.cennuodv a:hover {
	color: #fff;
	background: url(../images/lgew_02.jpg) center no-repeat;
	background-size: cover;
	border-color: #fff ;
}
.cennuodv a:hover span,.cennuodv a:hover iconpark-icon{
	color: #fff;
}
.cpxq {
	width: 100rem;
	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: #886e5c;
}

.cpxqbt span {
	color: #4d4d4d;
	font-size: 24px;
	margin-left: 10px;
}


.cpxqright {
	width: 100%;
}
.cpxqxq {
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 60px);
}
.chanpinimgright  h4{
	margin-top: 2.375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.chanpinimgright  h4 img{
	display: block;
	margin-right: 15px;
}
.chanpinimgright h4 span{
	color: #bd9262;
	font-size: 42px;
	font-family: "Poppins_Medium";
}
.cpxqxq img {
	max-width: 100%;
}
.sypc{
	width: 100rem;
	margin: 6.25rem auto;
}
.sypcdv{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.sypcleft{
	width: 24%;
}
.sypcright{
	width: 73%;
	overflow: hidden;
}
.sypcleft h1{
	color: #5d4b3c;
	font-size: 18px;
}
.sypcleft h2{
	font-family: "Poppins_Medium";
	font-size: 38px;
	margin-bottom: 50px;
}
.sypcleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height: 55px;
}
.sypcleft ul li i{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #6a5446;
	margin-right: 5px;
	margin-top: 12px;
}
.sypcleft ul li span{
	width: 95%;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}

.sypcleft a{
	display: flex;
	margin-top: 4.6875rem;
	width: 150px;
	height: 45px;
	background: url(../images/alink_03.png) center no-repeat;
	border-radius: 45px;
	padding-left: 30px;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
}
.sypcleft a iconpark-icon{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7d7772;
	margin-right: 5px;
	transition: all 1s;
	font-size: 20px;
	background-color: #dbcfc5;
}
.sypcleft a span{
	color: #fff;
	font-family: "Poppins_Medium";
	font-size: 14px;
	transition: all 1s;
}
.sypclist {
    padding: 10px;
    overflow: hidden;
	position: inherit;
	overflow: inherit;
}
.sypclist .swiper-slide{
	border-radius: 20px;
	box-shadow: 0px 0px 15px #ECECEC;
	overflow: hidden;
	position: relative;
	
}
.sypclist .swiper-slide div{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.sypclist .swiper-slide div span{
	width: 100%;
	height: 100%;
	background: url(../images/bf_03.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.sypclist .swiper-slide:hover div span{
	opacity: 1;
}
.sypclist .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.sypclist .swiper-slide:hover div img{
	transform: scale(1.05);
}
.sypclist .swiper-slide section{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.sypclist .swiper-slide section h1{
	line-height: 30px;
	height: 56px;
	padding: 10px ;
	text-align: center;
	color: #fff;
	font-size: 16px;
	transition: all 1s;
	background-image: linear-gradient(#ffffff00, #856b5a)
}
.sypclist .swiper-slide:hover section h1{
	background: url(../images/lgew_02.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}
.ywqg{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ywqg .swiper-pagination{
	position: inherit;
	width: auto;
}
.ywqgdv{
	display: flex;
	justify-content: space-between;
	width: 120px;
}
.ywqgdv .swiper-button-next,.ywqgdv .swiper-button-prev{
	position: inherit;
	margin: 0;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #775f50;
}
.ywqgdv .swiper-button-next:after,.ywqgdv .swiper-button-prev:after{
	font-size: 16px;
	color: #786151;
}
.ywqgdv .swiper-pagination .swiper-pagination{
	color: #808080;
	font-size: 18px;
}
.ywqgdv .swiper-pagination .swiper-pagination-current{
	color: #776050;
	font-size: 30px;
}
.ywqg{
	margin-top: 4.0625rem;
}
.ywqg .swiper-pagination-current{
	color: #776050;
	font-size: 30px;
}
.ywqg .swiper-pagination-total{
	color: #808080;
	font-size: 18px;
}
.ywm .swiper-scrollbar{
	height: 2px;
	margin-top: 1.25rem;
}
.ywm{
	left: 0;
	width: 100%;
}
.cpxqxq img{
	max-width: 100%;
}
.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{
	opacity: 0;
}
.slideUp .headdvleft img:last-child{
	display: block;
	opacity: 1;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
	transition: all 1s;
}
.slideUp .headdvright ul li:hover a span{
	color: #8c715f;
}
.slideUp .headdvright ul li.active a span{
	color: #8c715f;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #8c715f;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #8c715f;
}
.slideUp .headdvright .ss iconpark-icon{
	color: #8c715f;
}


.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg .swiper-slide:nth-child(2) section a,.bannersasg .swiper-slide:nth-child(3) section a{
	display: none;
}

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


.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 58px;
	width: 80%;
	text-transform: uppercase;
	text-transform: uppercase;
	font-family: "CrimsonText";
}
.sgahhrj section{
	width: 68%;
}
.bannersasg  .swiper-slide section h4{
	color: #fff;
	font-size: 16px;
	font-family: "CrimsonText";
	line-height: 25px;
}
.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: 100rem;
}
.nrbanner .btext section h2{
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
	font-family: "CrimsonText";
	margin-bottom: 15px;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 20px;
	font-family: "CrimsonText";
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.headdv,.sylm,.sypc,.syaboutdv,.szdv,.syadvbt,.syadvlist,.synews,.xuqdv,.footdv,.wdldv,.ioqw,.mbx,.chanpinimg,.cpxq,.osiw,.lxwm,.newsdv{
		width: 95%;
	}
	.pronav{
		width: 100%;
	}
	.pronav ul li{
		width: 17.2rem;
	}
	.prolist{
		width: 100%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: 8rem;
	}
	.cennuodv a{
		width: 11.25rem;
	}
	.chanpinimgright {
	    width: 54%;
	}
	.madv{
		width: 100%;
	}
	.zxly form{
		width: 90%;
	}
	.newsdvlist{
		width: 100%;
	}
	.innewsdvright ul li a section {
	    width: 23.5625rem;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .ywqg {
        margin-top: 7%;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
    .ywqg {
        margin-top: 9%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
    .ywqg {
        margin-top: 12%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
	.headdvright{
		width: 75%;
	}
	.headdv,.sylm,.sypc,.syaboutdv,.szdv,.syadvbt,.syadvlist,.synews,.xuqdv,.footdv,.wdldv,.ioqw,.mbx,.chanpinimg,.cpxq,.osiw,.lxwm,.newsdv{
		width: 95%;
	}
	.pronav{
		width: 100%;
	}
	.pronav ul li{
		width: 21.2rem;
	}
	.prolist{
		width: 100%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: 8rem;
	}
	.cennuodv a {
        width: 18.25rem;
    }
	.chanpinimgright {
	    width: 54%;
	}
	.madv{
		width: 100%;
	}
	.zxly form{
		width: 90%;
	}
	.newsdvlist{
		width: 100%;
	}
	.sylmleft, .sylmright{
		width: calc(49% - 60px);
		padding: 30px;
	}
	.sypcleft {
	    width: 35%;
	}
	.sypcright {
	    width: 63%;
	    overflow: hidden;
	}
	.sypclist .swiper-slide section h1{
		overflow:hidden;
		padding:  10px 10px;
		text-overflow:ellipsis;
		
		display:-webkit-box;
		
		-webkit-box-orient:vertical;
		
		-webkit-line-clamp:2;
	}
	.sypclist .swiper-slide section h1{
		font-size: 15px;
	}
	.szdv ul li p{
		font-size: 14px;
	}
	.innewsdvright ul li a div{
		    width: 14.25rem;
	}
	.innewsdvright ul li a section iconpark-icon{
		display: none;
	}
	.footdvright dl:nth-child(3) {
	    width: 54%;
	}
	.ewm ul li {
	    width: 77px;
	}
	.prolist ul li section h1{
		padding:   10px;
		font-size: 16px;
	}
	.maoyileft #thumbs2 .swiper-slide div {
		width: 7rem;
	}
	.syaboutleft p{
		font-size: 14px;
	}
	.lxwmlist ul li{
		width: calc(24% - 40px);
		padding: 45px 20px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 36px;
	}
}

@media only screen and (max-width: 999px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.sylm{
		width: 95%;
		display: block;
	}
	.sylmleft, .sylmright{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.sylmwz h1{
		font-size: 14px;
	}
	.sylmwz{
		width: 50%;
	}
	.sylmwz h2{
		font-size: 18px;
	}
	.sylmwz a {
	    margin-top: 4.6875rem;
	    width: 100px;
	    height: 35px;
	    padding-left: 20px;
	}
	.sylmwz a iconpark-icon{
		width: 28px;
		height: 28px;
	}
	.sylmwz a span{
		font-size: 12px;
	}
	.sylmleft .sylmimg, .sylmright .sylmimg{
		width: 50%;
	}
	.sypc{
		width: 95%;
		margin-bottom: 20px;
	}
	.sypcdv{
		display: block;
	}
	.sypcleft{
		width: 100%;
	}
	.sypcleft h1{
		font-size: 14px;
	}
	.sypcleft h2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.sypcleft ul li span{
		font-size: 12px;
	}
	.sypcleft ul li i{
		margin-top: 10px;
		margin-right: 8px;
	}
	.sypcleft a{
		width: 100px;
		height: 35px;
		padding-left: 20px;
	}
	.sypcleft a iconpark-icon{
		width: 28px;
		height: 28px;
	}
	.sypcleft a span{
		font-size: 12px;
	}
	.sypcright{
		width: 100%;
		margin-top: 10px;
	}
	.sypclist .swiper-slide{
		border-radius: 10px;
	}
	.sypclist .swiper-slide section h1{
		line-height: 30px;
		height: 60px;
		padding: 10px 15px;
		font-size: 14px;
	}
	.sypclist{
		overflow: hidden;
		position: relative;
		padding: 0;
	}
	.sypclist .swiper-slide{
		box-shadow: 0px 0px 8px #ECECEC;
	}
	.ywm{
		position: inherit;
	}
	.ywqg .swiper-pagination{
		font-size: 12px;
	}
	.ywqg .swiper-pagination-total{
		font-size: 12px;
	}
	.ywqg .swiper-pagination-current{
		font-size: 20px;
	}
	.ywqgdv{
		width: 90px;
	}
	.ywqgdv .swiper-button-next, .ywqgdv .swiper-button-prev{
		width: 30px;
		height: 30px;
	}
	.ywqgdv .swiper-button-next:after, .ywqgdv .swiper-button-prev:after{
		font-size: 12px;
	}
	.ywm .swiper-scrollbar {
	    height: 2px;
	    margin-top: 4.25rem;
	}
	.syaboutdv{
		width: 95%;
		display: block;
	}
	.syaboutleft{
		width: 100%;
	}
	.syaboutleft h1{
		font-size: 14px;
	}
	.syaboutleft h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.syaboutleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.syaboutleft a{
		width: 100px;
		height: 35px;
		padding-left: 20px;
	}
	.syaboutleft a iconpark-icon{
		width: 28px;
		height: 28px;
	}
	.syaboutleft a span{
		font-size: 12px;
	}
	.syaboutright{
		width: 100%;
		margin-top: 20px;
	}
	.syaboutright div{
		width: 100%;
	}
	.syaboutright div section img{
		width: 40px;
		height: 40px;
	}
	.syaboutright div section span{
		font-size: 14px;
	}
	.syaboutright div section{
		height: auto;
	}
	.sz{
		padding: 20px 0px; 
	}
	.szdv{
		width: 95%;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv ul li{
		width: 49%;
		margin-bottom: 10px;
	}
	.szdv ul li h3 span{
		font-size: 28px;
	}
	.szdv ul li h3 i{
		font-size: 14px;
		margin-bottom: 0px;
	}
	.szdv ul li p{
		font-size: 12px;
	}
	.syadv{
		padding: 30px 0px;
	}
	.syadvbt{
		margin-bottom: 20px;
	}
	.syadvbt h1{
		font-size: 14px;
	}
	.syadvbt p{
		font-size: 20px;
	}
	.syadvlist{
		width: 95%;
	}
	.syadvlist .swiper-slide:nth-child(2n) {
	    transform: translateY(0rem);
	}
	.syadvlist .swiper-slide section{
		padding: 10px;
	}
	.syadvlist .swiper-slide section h2{
		font-size: 16px;
		line-height: 30px;
		height: 30px;
	}
	.syadvlist .swiper-slide section p{
		font-size: 12px;
	}
	.syadvlists .swiper-pagination span{
		width: 8px;
		height: 8px;
	}
	.synews{
		width: 95%;
	}
	.synewsbt{
		display: block;
		margin-bottom: 20px;
	}
	.syaboutbtleft h1{
		font-size: 14px;
		text-align: center;
	}
	.syaboutbtleft p{
		font-size: 20px;
		text-align: center;
	}
	.syaboutbtright{
		margin-top: 10px;
	}
	.syaboutbtright a{
		margin: 0 auto;
		width: 100px;
		height: 35px;
		padding-left: 20px;
	}
	.syaboutbtright a iconpark-icon{
		width: 28px;
		height: 28px;
	}
	.syaboutbtright a span{
		font-size: 12px;
	}
	.innewsdvleft,.innewsdvcenter{
		display: none;
	}
	.innewsdvright{
		width: 100%;
	}
	.innewsdvright ul li{
		margin-bottom: 10px;
	}
	.innewsdvright ul li a div{
		width: 35%;
	}
	.innewsdvright ul li a section{
		width: 62%;
	}
	.innewsdvright ul li a section iconpark-icon{
		display: none;
	}
	.innewsdvright ul li a section h1{
		font-size: 16px;
	}
	.innewsdvright ul li a section p{
		font-size: 12px;
	}
	.xuq{
		padding: 20px 0px;
	}
	.xuqdv{
		width: 95%;
	}
	.xuqdv h1{
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 20px);
		margin-bottom: 10px;
		padding: 0 10px;
		font-size: 14px;
	}
	.xuqdv form input:nth-child(4){
		width: calc(100% - 20px);
	}
	.xuqdv form button{
		width: 100px;
		height: 35px;
		line-height: 35px;
	}
	.xuqdv p{
		font-size: 12px;
	}
	.foot{
		display: none;
	}
	.ioqw{
		width: 95%;
		padding: 30px 0; 
		padding-top: 10px;
	}
	.pronav{
		width: 100%;
	}
	.pronav ul li{
		width: calc(48% - 2px);
		margin: 1%;
	}
	.pronav ul li a{
		line-height: 35px;
		font-size: 12px;
	}
	.pronav ul li{
		line-height: 35px;
		height: 35px;
	}
	.prolist{
		width: 100%;
	}
	.prolist ul li{
		width: 48%;
		margin: 1%;
	}
	.prolist ul li section h1{
		font-size: 13px;
		line-height: 30px;
		height: 60px;
		padding: 10px 10px;
	}
	
	
	.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%;
	}
	.osiw{
		width: 95%;
	}
	.madv{
		width: 100%;
		margin-top: 0;
		display: block;
	}
	.madvleft {
		width: 100%;
	}
	.madvleft h1{
		height: 40px;
		font-size: 13px;
		line-height: 40px;
	}
	.madvright{
		margin-top: 8px;
		width: 100%;
	}
	.madvright ul li{
		width: 49%;
	}
	.madvright ul li:first-child, .madvright ul li:nth-child(2){
		margin-bottom: 8px;
	}
	.madvright ul li h1{
		font-size: 13px;
		line-height: 40px;
		height: 40px;
	}
	.newsdv{
		width: 95%;
	}
	.newsdvlist ul li{
		margin-bottom: 10px;
		margin-top: 0;
	}
	
	.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%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt p{
		font-size: 14px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li h1{
		font-size: 15px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
		line-height: 25px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 24px;
	}
	.zxlybt h1{
		font-size: 20px;
	}
	.zxlybt p{
		font-size: 14px;
		width: 95%;
		margin: 0 auto;
	}
	.zxly form{
		margin: 0 auto;
		margin-top: 25px;
		width: 90%;
		padding: 2.5%;
	}
	.zxly form div input{
		width: calc(100% - 30px);
		padding: 0 15px;
		line-height: 40px;
		height: 40px;
		font-size: 13px;
		margin-bottom: 5px;
	}
	.zxly form div input::placeholder,.zxly form textarea::placeholder{
		font-size: 14px;
	}
	.zxly form textarea{
		width: calc(100% - 30px);
		padding: 10px 15px;
	}
	.zxly form button{
		margin-top: 10px;
	}
	.zxly form button{
		width: 120px;
		height: 40px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 36px;
	}
	.sgahhrj section{
		width: 100%;
	}
	.bannersasg .swiper-slide section h3{
		width: 100%;
		text-align: center;
		font-size: 20px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide section h4{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 20px;
		margin-bottom: 8px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.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:#8c715f;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #775f4f;
	}
	.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;
	}
	.sypcleft ul li{
		height: auto;
	}
}
