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

*:focus {
	outline: none !important;
}

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');
}

@font-face {
	font-family: "Poppins_Light";
	src: url('../font/Poppins-Light_0.ttf');
}

@font-face {
	font-family: "CrimsonText";
	src: url('../font/CrimsonText-Regular-5.ttf');
}

@font-face {
	font-family: "CrimsonText_SemiBold";
	src: url('../font/CrimsonText-SemiBold-6.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;
	background-color: #fff;
}

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

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}

.headdvright {
	width: 60%;
	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 {
	transition: all .3s;
	position: relative;
	line-height: 90px;
}

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

.headdvright ul li a span {
	font-size: 18px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}

.headdvright ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}

.headdvright ul li:hover::after {
	background-color: #fff;
}

.headdvright ul li.active::after {
	background-color: #fff;
}

.slideUp .headdvright ul li a span {
	color: #333;
}

.slideUp .ss iconpark-icon,
.slideUp .yyan iconpark-icon {
	color: #684e37;
}

.slideUp .headdvright ul li:hover a span {
	color: #684e37;
}

.slideUp .headdvright ul li.active a span {
	color: #684e37;
}

.slideUp .headdvright ul li:hover::after {
	background-color: #684e37;
}

.slideUp .headdvright ul li.active::after {
	background-color: #684e37;
}

.ss {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss iconpark-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	1 background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}

.yyan {
	display: flex;
	justify-content: center;
	align-items: center;
}

.yyan span {
	color: #fff;
	font-size: 16px;
}

.banners img {
	display: block;
	width: 100%;
}

.syproduct{
	width: 100rem;
	margin: 0 auto;
	padding: 5.9375rem 0;
}
.syproductbt h1{
	text-align: center;
	color: #684e37;
	font-size: 20px;
	font-family: "CrimsonText";
	text-transform: uppercase;
	margin-bottom: 20px;
}
.syproductbt h2{
	color: #332c2b;
	font-size: 40px;
	font-family: "CrimsonText_SemiBold";
	text-align: center;
	text-transform: uppercase;
}
.syprodvs{
	margin-top: 3.75rem;
}
.syprodvtop{
	display: flex;
	justify-content: space-between;
}
.syprodvtop div{
	width: calc(49% - 100px);
	padding: 50px;
	background-color: #f7f7f7;
	border-radius: 15px;
	overflow: hidden;
}
.syprodvtop div a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syprodvtop div a section span{
	color: #5d4b3c;
	font-size: 18px;
}
.syprodvtop div a section h1{
	color: #4c4c4c;
	font-size: 30px;
	font-family: "Poppins_Medium";
	margin-top: 15px;
}
.syprodvtop div a section h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	width: 100px;
	height: 45px;
	border: 1px solid #684e37;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 20px;
	transition: all 1s;
}
.syprodvtop div a section h2 span{
	color: #5d4b3c;
	font-size: 14px;
	font-family: "Poppins_Medium";
	transition: all 1s;
}
.syprodvtop div a section h2 iconpark-icon{
	color: #5d4b3c;
	font-size: 20px;
	transition: all 1s;
}
.syprodvtop div:hover a section h2{
	background-color: #684e37;
}
.syprodvtop div:hover a section h2 span,.syprodvtop div:hover a section h2 iconpark-icon{
	color: #fff;
}
.syprodvtop div a img{
	display: block;
	width: 23.75rem;
}
.syprodvbottom{
	margin-top: 25px;
}
.syprodvbottom ul{
	display: flex;
	justify-content: space-between;
}
.syprodvbottom ul li{
	background-color: #f7f7f7;
	padding: 45px;
	width: calc(32% - 90px);
	border-radius: 15px;
	overflow: hidden;
}
.syprodvbottom ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syprodvbottom ul li section h1{
	color: #5d4b3c;
	font-size: 18px;
	margin-bottom: 20px;
}
.syprodvbottom ul li section h2{
	color: #4c4c4c;
	font-size: 30px;
	font-family: "Poppins_Medium";
}
.syprodvbottom ul li img{
	width: 13.125rem;
}
.mustSea{
	padding: 6.25rem 0px;
	background-color: #fffcfa;
}
.packag{
	width: 100rem;
	margin: 0 auto;
}
.packagbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.packagbtleft h1{
	color: #684e37;
	font-size: 20px;
	font-family: 'CrimsonText';
	text-transform: uppercase;
	margin-bottom: 10px;
}
.packagbtleft h2{
	color: #332c2b;
	font-size: 40px;
	font-family: 'CrimsonText_SemiBold';
	text-transform: uppercase;
}
.packagbt a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    height: 45px;
    background-color: #684e37;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 20px;
    transition: all 1s;
}
.packagbt a span{
	color: #5d4b3c;
    font-size: 14px;
    font-family: "Poppins_Medium";
    transition: all 1s;
}
.packagbt a iconpark-icon{
	color: #5d4b3c;
    font-size: 20px;
    transition: all 1s;
}
.packagbt a span,.packagbt a iconpark-icon{
	color: #fff;
}

.sypro{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.swiper-horizontal>.swiper-scrollbar{
	left: 0;
	height: 2px;
}
.syprodv{
	padding-bottom: 30px;
}
.syprodv Li{
	width: calc(100% - 40px);
	transition: all 1s;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	padding-bottom: 5px;
}
.syprodv li div{
	border-radius: 10px;
	overflow: hidden;
}
.syprodv li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syprodv li:hover div{
	background: url(../images/jianb_03.png) center no-repeat;
	background-size: cover;
}
.syprodv li:hover div img{
	transform: scale(1.05);
}
.syprodv li h1{
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow:hidden;
	margin-top: 10px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	transition: all 1s;
	border-bottom: 1px solid #e8e8e8;
}
.syprodv li h3{
	display: flex;
	justify-content: space-between;
	height: 40px;
	align-items: center;
}
.syprodv li h3 span{
	color: #684e37;
	font-size: 14px;
	transition: all 1s;
}
.syprodv li h3 iconpark-icon{
	color: #684e37;
	font-size: 20px;
	transition: all 1s;
}
.syprodv li:hover{
	background-color: #684e37;
	color: #fff;
}
.syprodv li:hover h1{
	color: #fff;
}
.syprodv li:hover h3 iconpark-icon,.syprodv li:hover h3 span{
	color: #fff;
}
.syprodsgew{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 45px;
}
.syprodsgew .swiper-pagination{
	width: auto;
	position: inherit;
	color: #808080;
	font-size: 18px;
}
.syprodsgew .swiper-pagination .swiper-pagination-current{
	color: #776050;
	font-size: 36px;
}
.syprodsgew  section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syprodsgew  section .swiper-button-next, .syprodsgew  section .swiper-button-prev{
	position: inherit;
	margin: 0%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 15px;
	border: 1px solid #684e37;
}
.syprodsgew  section .swiper-button-next:hover, .syprodsgew  section .swiper-button-prev:hover{
	border: 1px solid #684e37;
}
.syprodsgew  section .swiper-button-next:after,.syprodsgew  section .swiper-button-prev:after{
	font-size: 20px;
	color: #684e37;
}
.syprodsgew section .swiper-button-next:hover, .syprodsgew section .swiper-button-prev:hover{
	background-color: #684e37;
}
.syprodsgew section .swiper-button-next:hover:after, .syprodsgew section .swiper-button-prev:hover:after{
	color: #fff;
}
.abbt{
	width: 100rem;
	margin: 5.625rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.abbtleft{
	width: 50%;
}
.abbtleft h1{
	color: #684e37;
	font-size: 18px;
	font-family: "CrimsonText";
	margin-bottom: 10px;
	text-transform: uppercase;
}
.abbtleft h2{
	color: #332c2b;
	font-size: 40px;
	font-family: "CrimsonText_SemiBold";
	text-transform: uppercase;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
}
.abbtleft i{
	display: block;
	width: 100px;
	height: 1px;
	background-color: #684e37;
	margin-top: -1px;
}
.abbtleft p{
	color: #666666;
	line-height: 35px;
	font-size: 16px;
	margin: 3.125rem 0px;
}
.abbtleft a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    height: 45px;
    background-color: #684e37;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 20px;
    transition: all 1s;
}
.abbtleft a span{
	color: #fff;
    font-size: 14px;
    font-family: "Poppins_Medium";
    transition: all 1s;
}
.abbtleft a iconpark-icon{
	color: #fff;
    font-size: 20px;
    transition: all 1s;
}
.abbtright{
	width: 40%;
}
.abbtright img{
	display: block;
	width: 100%;
}
.why{
	background-color: #fffcfa;
	padding: 5.625rem 0rem;
}

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

.sz ul {
	display: flex;
	width: 100rem;
	margin: 0 auto;
	justify-content: space-between;
}

.sz ul li h1 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.sz ul li h1 span {
	color: #fff;
	font-size: 60px;
	font-family: "Poppins_SemiBold";
}

.sz ul li h1 i {
	color: #fff;
	font-size: 24px;
	margin-left: 10px;
	margin-top: 35px;
}

.sz ul li p {
	color: #fff;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
}
.whydvlist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.whydvlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.whydvlist ul li{
	width: calc(32.333% - 80px);
	margin: 1% 0;
	background-color: #fff;
	padding: 40px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #ececec;
	position: relative;
}
.whydvlist ul li i{
	    font-size: 40px;
	color: #684e37;
}
.whydvlist ul li span{
	display: block;width: 50px;
	height: 1px;
	background-color: #5d4b3c;
	margin: 20px 0px;
}
.whydvlist ul li div h1{
	color: #333333;
	font-size: 20px;
	font-family: 'Poppins_Medium';
	margin-bottom: 10px;
	white-space:nowrap;
	height: 30px;
	line-height: 30px;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.whydvlist ul li div p{
	color: #808080;
    font-size: 15px;
    line-height: 35px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 140px;
}
.whydvlist ul li section{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	border-radius: 15px;
	overflow: hidden;
	transition: all 1s;
	background-color: #684e37;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	padding: 40px;
}
.whydvlist ul li section h1{
	color: #ffffff;
	font-size: 20px;
	font-family: 'Poppins_Medium';
	margin-bottom: 10px;
}

.whydvlist ul li section  p{
	color: #ffffff;
	font-size: 15px;
	line-height: 35px;
	overflow:hidden;
	height: 210px;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:6;
}
.whydvlist ul li:hover section{
	opacity: 1;
}
.synews{
	padding: 6.25rem 0rem;
	background-color: #ffffff;
}
.synewsdv{
	display: block;
	width: 100rem;
	margin: 0 auto;
}

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


.innewlist {
	margin-top: 3.75rem;
}

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

.innewlistleft {
	width: 33%;
	box-shadow: 0px 0px 20px #dddbdb;
	overflow: hidden;
	border-radius: 15px;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

.innewlistleft div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.innewlistleft section {
	padding: 30px;
	background-color: #ffffff;
}

.innewlistleft section h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistleft section h1 span {
	color: #684e37;
	font-size: 14px;
}

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistleft section h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 18px;
}

.innewlistleft section h2 {
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistleft section p {
	color: #808080;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.innewlistleft:hover div img {
	transform: scale(1.05);
}

.innewlistleft:hover section h2 {
	color: #684e37;
}

.innewlistcenter {
	width: calc(32% - 70px);
	background-color: #684e37;
	padding: 5rem 35px;
	background-size: cover;
	overflow: hidden;
	border-radius: 15px;
}

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

.innewlistcenter h1 span {
	color: #ffffff;
	font-size: 14px;
}

.innewlistcenter h1 i {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.innews{
	margin: 7.5rem auto;
}
.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistcenter h2 {
	margin-top: 2.5rem;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewlistcenter p {
	color: #fff;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
}

.innewlistcenter h4 {
	display: block;
	width: 150px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin-top: 6.25rem;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
	transition: all 1s;
	text-transform: uppercase;
	border-radius: 50px;
}

.innewlistcenter:hover h4 {
	border-color: #fff;
	background-color: #fff;
	color: #684e37;
}

.innewlistright {
	width: 30rem;
}

.innewlistright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;    
}

.innewlistright ul li a .inwleft {
	width: 11.25rem;
	overflow: hidden;
	border-radius: 15px;
	
}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 17.625rem;
}

.innewlistright ul li a section h2 {
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
	font-family: "Poppins_Medium";
}

.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}

.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}

.innewlistright ul li section iconpark-icon{
	color: #684e37;
	font-size: 24px;
	margin-top: 10px;
}
.innewlistright ul li:hover img {
	transform: scale(1.05);
}

.innewlistright ul li:hover h1 {
	color: #150e52;
}

.innewlistright ul i {
	display: block;
	height: 2px;
	border-bottom: 1px solid #e6e6e6;
}
.xuq {
	padding: 50px 0px;
	background: url(../images/la_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

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

.xuqdv h1 {
	color: #ffffff;
	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: #333;
	border-radius: 5px;
	font-size: 14px;
	font-family: "Poppins";
}

.xuqdv form input::placeholder {
	font-size: 14px;
	color: #b3b3b3;
	font-family: "Poppins";
}

.xuqdv form input:nth-child(4) {
	width: 25%;
}

.xuqdv form button {
	width: 15%;
	outline: none;
	border: none;
	background-color: #000000;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #c8a063;
	font-size: 14px;
	font-family: "Poppins";
	border-radius: 5px;
}

.xuqdv p {
	margin-top: 25px;
	color: #fff;
	font-size: 14px;
}

.foot{
	padding-top: 5.625rem;
}
.foot {
	padding-top: 5rem;
	background-color: #1f1f1f;
	background-size: cover;
}

.footdv {
	width: 100rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}

.footdvleft {
	width: 335px;
}

.footdvleft img {
	display: block;
	margin-bottom: 20px;
}

.footdvleft p {
	line-height: 35px;
	font-size: 14px;
	color: #b6b6b6;
}

.footdvleft ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 35px;
}

.footdvleft ul li {
	margin-right: 15px;
}

.footdvleft ul li a {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.footdvleft ul li a img {
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright {
	width: 74%;
	display: flex;
	justify-content: space-between;
}

.footdvright dl dd a {
	color: #b6b6b6;
	font-size: 14px;
}

.footdvright dl dt a {
	color: #b6b6b6;
	font-size: 18px;
}

.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(2) {
	width: 50%;
}

.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 {
	margin-top: 20px;
}

.footdvright dl:nth-child(2) section h1 i {
	color: #b6b6b6;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}

.footdvright dl:nth-child(2) section h1 {
	color: #b6b6b6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.ewm {
	display: flex;
	justify-content: space-between;
}
.ewm div{
	margin-left: 20px;
}
.ewm img {
	display: block;
	width: 100%;
}

.ewm h1 {
	text-align: center;
	color: #b6b6b6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.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: 30px;
}

.ewm h1 {
	margin-top: 15px;
	color: #b6b6b6;
	font-family: "Poppins_Light";
}

.footdvright dl dd a:hover {
	transform: translateX(10px);
}

.wdl {
	border-top: 1px solid #2e2e2e;
	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;
}

.wdldv p a {
	color: #808080;
	font-size: 14px;
}

.wtm{
	width: 100rem;
	margin: 5.625rem auto;
}
.wtm i{
	display: block;
	width: 100px;
	height: 1px;
	margin: 2.8125rem auto;
	background-color: #684e37;
}
.syproductbt p{
	color: #666666;
	font-size: 16px;
	line-height: 40px;
	margin-top: 15px;
}
.lxwm{
	width: 100%;
	padding: 5.9375rem 0;
	background-color: #f7f7f7;
}
.lxwmdv{
	width: 100rem;
	margin: 0 auto;
}
.lxwmbt h1{
	color: #332c2b;
    font-size: 40px;
    font-family: "CrimsonText_SemiBold";
    text-align: center;
    text-transform: uppercase;
}
.lxwmbt h2{
	color: #808080;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	line-height: 35px;
}
.lxwmlist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3rem;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	padding: 40px 20px;
	width: calc(24% - 40px);
	background-color: #ffffff;
	border-radius: 10px;
	transition: all 1s;
}
.lxwmlist ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #684e37;
	font-size: 36px;
	transition: all 1s;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #684e37;
	font-size: 36px;
	transition: all 1s;
}
.lxwmlist ul li i{
	width: 50px;
	display: block;
	margin: 0 auto;
	transition: all 1s;
	height: 1px;
	margin: 25px auto;
	background-color: #684e37;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #666666;
	font-size: 16px;
	transition: all 1s;
	line-height: 35px;
	text-align: center;
}
.lxwmlist ul li:hover{
	background-color: #684e37;
}
.lxwmlist ul li:hover h1,.lxwmlist ul li:hover p,.lxwmlist ul li:hover iconpark-icon ,.lxwmlist ul li:hover span{
	color: #fff;
}
.lxwmlist ul li:hover i{
	background-color: #fff;
}

.message{
	width: 100%;
	margin: 0 auto;
	padding: 6.25rem 0;
	background: url(../images/lxwm_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.messagebt{
	margin-bottom: 3.75rem;
}

.message form{
	width: 93.75rem;
	padding: 3.125rem;
	margin-top: 4.375rem;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 10px;
}
.message form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.message 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: #684e37;
	transition: all 1s;
	color: #fff;
}
.messagebt h1{
	color: #fff;
    font-size: 40px;
    font-family: "CrimsonText_SemiBold";
    text-align: center;
    text-transform: uppercase;
}
.messagebt p{
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
	margin-top: 10px;
	text-align: center;
}
.shownav{
	box-shadow: 0px 0px 15px #d7d7d7;
	position: relative;
}
.shownav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	width: 12%;
	position: relative;
	text-align: center;
	transition: all 1s;
}

.shownav ul li a {
	line-height: 75px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
	position: relative;
}
.shownav ul li:hover{
	background-color: #684e37;
}
.shownav ul li:hover a {
	color: #fff;
}
.xwal{
	padding: 4.375rem 0;
	background-color: #f5f5f5;
}
.xwdv{
	width: 100rem;
	margin: 0 auto;
}
.xwlist{
	display: flex;
	justify-content: space-between;
}
.xwlist .innewlistleft{
	width: 32.333%;
}

.newsdvlist{
	width: 100%;
	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: #333333;
	font-size: 20px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom: 7px;
	font-family: "Poppins_Medium";
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 14px;
	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: #684e37;
}
.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;
}
.prodv{
	width: 100rem;
	margin: 0 auto;
}
.prodvs{
	background-color: #f7f7f7;
}
.prodvlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prodvlist Li{
	width: calc(23% - 40px);
	transition: all 1s;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 1%;
	padding-bottom: 5px;
}
.prodvlist li div{
	border-radius: 10px;
	overflow: hidden;
}
.prodvlist li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prodvlist li:hover div{
	background: url(../images/jianb_03.png) center no-repeat;
	background-size: cover;
}
.prodvlist li:hover div img{
	transform: scale(1.05);
}
.prodvlist li h1{
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow:hidden;
	margin-top: 10px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	transition: all 1s;
	border-bottom: 1px solid #e8e8e8;
}
.prodvlist li h3{
	display: flex;
	justify-content: space-between;
	height: 40px;
	align-items: center;
}
.prodvlist li h3 span{
	color: #684e37;
	font-size: 14px;
	transition: all 1s;
}
.prodvlist li h3 iconpark-icon{
	color: #684e37;
	font-size: 20px;
	transition: all 1s;
}
.prodvlist li:hover{
	background-color: #684e37;
	color: #fff;
}
.prodvlist li:hover h1{
	color: #fff;
}
.prodvlist li:hover h3 iconpark-icon,.prodvlist li:hover h3 span{
	color: #fff;
}
.cpxiangqing{
	width: 100rem;
	margin: 0 auto;
}

.mbx{
	margin: 0 auto;
	width: 100rem;
	height: 90px;
	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;
	margin-right: 8px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #a98b73;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #a98b73;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color: #a98b73;
}
.cpxiangqingdv{
	padding-top: 0;
}



.chanpinimgright{
	width: 48%;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}

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

.maoyileft #thumbs2 .swiper-slide div {
	width: 8rem;
	border: 2px solid #f7f7f7;
	border-radius: 10px;
	overflow: hidden;
}

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

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

.maoyileft #gallery2 {
	width: 35.875rem;
	margin: 0;
	height: 35.875rem;
	background-color: #f7f7f7;
	border-radius: 10px;
}

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

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

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

.chanpinimgright h1 {
	color: #333333;
	font-size: 36px;
	font-family: "Poppins_Medium";
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.chanpinimgright i{
	background-color: #684e37;
	width: 100px;
	height: 1px;
	display: block;
	margin-top: -1px;
	margin-bottom: 1.25rem;
}

.chanpinimgright p {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}

.chanpinimgright a {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background-color: #dc0c22;
	font-size: 14px;
}

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

.cennuodv a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 120px;
	height: 45px;
	padding: 0 1.5625rem;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	transition: all 1s;
	margin-top: 50px;
	margin-right: 1.25rem;
	border-radius: 50px;
	background-color: #fff;
	text-transform: uppercase;
	border: 1px solid #684e37;
}

.cennuodv a span {
	color: #684e37;
	transition: all 1s;
}

.cennuodv a iconpark-icon {
	color: #684e37;
	font-size: 20px;
	transition: all 1s;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #684e37;
	border-color: #684e37;
}

.cennuodv a:hover span,
.cennuodv a:hover iconpark-icon {
	color: #fff;
}
.chanpinimgleft {
	width: 45.0625rem;
}

.saqg{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.375rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.relac{
	width: 30%;
	border-radius: 10px;
	overflow: hidden;
}
.relac h1{
	line-height: 90px;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	background-color: #684e37;
	text-transform: uppercase;
}
.relac ul{
	padding: 0 20px;
	background-color: #fff;
}
.relac ul li{
	border-bottom: 1px solid #edeff0;
	padding: 10px 0;
}
.relac ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.relac ul li a div{
	width: 25%;
	overflow: hidden;
	margin-right: 5%;
}
.relac ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.relac ul li:hover a div img{
	transform: scale(1.05);
}
.relac ul li a section{
	width: 70%;
}
.relac ul li a section h2{
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.relac ul li a section p{
	color: #684e37;
	font-size: 14px;
	line-height: 30px;
}
.xiqngs{
	width: 67%;
	
}
.xiqngstext{
	padding: 35px 50px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.xiqngstextbt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.xiqngstextbt i{
	display: block;
	width: 3px;
	height: 20px;
	background-color: #684e37;
	margin-right: 7px;
	margin-top: -3px;
}
.xiqngstextbt span{
	color: #333333;
	font-size: 22px;
	font-family: "Poppins_Medium";
}
.xiqngstextdv img{
	max-width: 100%;
}
.fy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
}
.fy a{
	color: #333333;
	font-size: 15px;
	transition: all 1s;
}
.fy a:hover{
	color: #684e37;
}
.xiqngstextdv img{
	max-width: 100%;
}
.mfoot {
	height: 45px;
	display: none;
}

.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;
}
.sjnav{
	display: none;
}
.ssdv form {
	width: 100rem;
	margin: 0 auto;
	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;
}


.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;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 50px;
	color: #ffffff;
	font-family: "CrimsonText_SemiBold";
	text-transform: uppercase;
}

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

.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: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 100rem;
}
.bannersasg  .swiper-slide section h1 img{
	display: block;
	width: auto;
}

.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 80px;
	font-family: "CrimsonText_SemiBold";
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 4.875rem;
	transition: all 1s;
	border-radius: 50px;
	padding-right: 20px;
	background-color: #684e37;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	
}
.bannersasg  .swiper-slide section a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
}

.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;
}
@media only screen and (min-width: 1000px) and (max-width: 1499px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}

	.headdvright {
		width: 72%;
	}

	.headdvright ul li a span {
		font-size: 16px;
	}
	
	.syproduct{
		width: 95%;
	}
	.syprodvbottom ul li section h2{
		font-size: 22px;
	}
	.syprodvbottom ul li section h1{
		font-size: 14px;
	}
	.syprodvbottom ul li{
		padding: 30px;
		width: calc(32% - 60px);
	}
	.syprodvtop div{
		width: calc(49% - 60px);
		padding: 30px;
	}
	.syprodvtop div a section span{
		font-size: 14px;
	}
	.syprodvtop div a section h1{
		font-size: 22px;
	}
	.syproductbt h1{
		font-size: 18px;
	}
	.syproductbt h2{
		font-size: 32px;
	}
	.packag{
		width: 95%;
	}
	.packagbtleft h1{
		font-size: 18px;
	}
	.packagbtleft h2{
		font-size: 32px;
	}
	.sypro{
		width: 100%;
	}
	.syprodsgew .swiper-pagination .swiper-pagination-current {
	    color: #776050;
	    font-size: 28px;
	}
	.syprodsgew .swiper-pagination{
		font-size: 14px;
	}
	.syprodsgew section .swiper-button-next, .syprodsgew section .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.syprodsgew section .swiper-button-next:after, .syprodsgew section .swiper-button-prev:after {
	    font-size: 14px;
	    color: #684e37;
	}
	.abbt{
		width: 95%;
	}
	.abbtleft h2{
		font-size: 32px;
	}
	.abbtright {
	    width: 48%;
	}
	.sz ul{
		width: 95%;
	}
	.sz ul li p{
		font-size: 16px;
	}
	.sz ul li h1 span{
		font-size: 48px;
	}
	.sz ul li h1 i {
	    color: #fff;
	    font-size: 18px;
	    margin-left: 10px;
	    margin-top: 35px;
	}
	.whydvlist{
		width: 95%;
	}
	.whydvlist ul li div h1{
		font-size: 18px;
		line-height: 30px;
		height: 30px;
	}
	.whydvlist ul li iconpark-icon {
	    font-size: 36px;
	    color: #684e37;
	}
	.whydvlist ul li div p {
	    color: #808080;
	    font-size: 14px;
	    line-height: 30px;
	}
	.whydvlist ul li section h1{
		font-size: 18px;
	}
	.whydvlist ul li section p{
		font-size: 14px;
		line-height: 30px;
	}
	.synewsdv{
		width: 95%;
	}
	.innewlist{
		width: 100%;
	}
	.innewlistright ul li section iconpark-icon{
		display: none;
	}
	.syproductbt h1{
		font-size: 18px;
	}
	.syproductbt h2{
		font-size: 32px;
	}
	.wtm{
		width: 95%;
	}
	.syproductbt p {
	    color: #666666;
	    font-size: 14px;
	    line-height: 34px;
	    margin-top: 15px;
	}
	.xuqdv h1 {
	    color: #ffffff;
	    font-size: 24px;
	    font-family: "Poppins_Medium";
	    margin-bottom: 1rem;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdvleft {
	    width: 301px;
	}
	.footdvright dl:nth-child(2) {
	    width: 32%;
	}
	.footdvright dl:nth-child(2) {
	    width: 50%;
	}
	.ewm {
	    display: flex;
	    justify-content: space-between;
	    width: 29%;
	}
	.wdldv{
		width: 95%;
	}
	.innewlistright ul li a .inwleft{
		width: 37%;
		border-radius: 10px;
	}
	.innewlistright ul li a section {
	    width: 60%;
	}
	.innewlistright {
	    width: 32%;
	}
	.innewlistright ul li a section h2{
		margin-bottom: 5px;
		font-size: 17px;
	}
	.innewlistleft section h2{
		font-size: 20px;
	}
	.innewlistcenter h2{
		font-size: 20px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmlist{
		width: 100%;
	}
	.lxwmlist ul li p {
	    color: #666666;
	    font-size: 14px;
	    transition: all 1s;
	    line-height: 30px;
	    text-align: center;
	}
	.message form{
		width: 90%;
	}
	.lxwmbt h1{
		font-size: 32px;
	}
	.lxwmbt h2{
		font-size: 14px;
	}
	.messagebt h1{
		font-size: 32px;
	}
	.messagebt p{
		font-size: 14px;
	}
	.shownav ul li {
	    width: 16%;
	}
	.xwdv{
		width: 95%;
	}
	.innewlistleft section h2 {
		font-size: 18px;
	}
	.xwal{
		padding: 4.375rem 0px;
	}
	.prodv{
		width: 95%;
	}
	.cpxiangqingdv{
		padding-top: 0;
	}
	.cpxiangqing{
		width: 95%;
	}
	.chanpinimgright h1{
		font-size: 22px;
	}
	.chanpinimg{
		width: 100%;
	}
	.mbx{
		width: 100%;
	}
	.maoyileft #gallery2{
		width: 42.875rem;
		height: 42.875rem;
	}
	.chanpinimgleft {
	    width: 55.0625rem;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.maoyileft #thumbs2 {
	    width: 10.5rem;
	    height: 42.875rem;
	    margin: 0;
	}
	.chanpinimgright p {
	    color: #666666;
	    font-size: 14px;
	    line-height: 30px;
	}
	.cennuodv a{
		margin-top: 30px;
		padding: 0px 2.5625rem;
	}
	.saqg{
		width: 100%;
	}
	.nrbanner .btext section{
		margin: 0 auto;
		width:95%;
	}
	.sgahhrj section {
	    width: 95%;
	}
	.bannersasg .swiper-slide section p {
	    color: #ffffff;
	    font-size: 42px;
	    text-transform: uppercase;
	    line-height: 55px;
	    font-family: "CrimsonText_SemiBold";
	}
}


@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}

	.htmleaf-container {
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}

	.htmleaf-containers {
		display: block;
		height: 50px;
	}
	
	.syproduct{
		width: 95%;
	}
	.syproductbt h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.syproductbt h2{
		font-size: 20px;
	}
	.syprodvtop div{
		width: 40%;
		margin: 1%;
		padding: 4%;
	}
	.syprodvtop div a{
		flex-direction: column-reverse;
	}
	.syprodvtop div a img{
		width: 100%;
		margin-bottom: 10px;
	}
	.syprodvtop div section{
		width: 100%;
	}
	.syprodvtop div a section span {
	    color: #5d4b3c;
	    font-size: 14px;
	}
	.syprodvtop div a section h1{
		font-size: 16px;
	}
	.syprodvtop div a section h1{
		margin-top: 7px;
	}
	.syprodvtop div a section h2{
		margin-top: 13px;
	}
	.syprodvtop div a section h2 {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    width: 100px;
	    height: 37px;
	}
	.syprodvbottom{
		margin-top: 1%;
	}
	.syprodvbottom ul{
		flex-wrap: wrap;
	}
	.syprodvbottom ul li{
		width: 100%;
		padding: 4%;
		margin-bottom: 10px;
	}
	.syprodvbottom ul li section h1{
		font-size: 14px;
	}
	.syprodvbottom ul li section h1{
		margin-bottom: 10px;
	}
	.syprodvbottom ul li section h2{
		font-size: 16px;
	}
	.syprodvbottom ul li img {
	    width: 35%;
	}
	.packag{
		width: 95%;
	}
	.packagbt a{
		display: none;
	}
	.packagbtleft{
		width: 100%;
	}
	.packagbtleft h1{
		font-size: 18px;
		text-align: center;
	}
	.packagbtleft h2{
		font-size: 20px;
		text-align: center;
	}
	.sypro{
		width: 100%;
	}
	.syprodv Li{
		padding: 10px;
		width: calc(100% - 20px);
		padding-bottom: 0;
	}
	.syprodv li h1{
		font-size: 14px;
	}
	.syprodv li h3 span{
		font-size: 12px;
	}
	.syprodv li h3 iconpark-icon {
	    color: #684e37;
	    font-size: 16px;
	    transition: all 1s;
	}
	.syprodsgew{
		margin-top: 20px;
	}
	.syprodsgew .swiper-pagination{
		font-size: 14px;
	}
	.syprodsgew .swiper-pagination .swiper-pagination-current {
	    color: #776050;
	    font-size: 24px;
	}
	.syprodsgew section .swiper-button-next, .syprodsgew section .swiper-button-prev{
		width: 35px;
		height: 35px;
	}
	.syprodsgew section .swiper-button-next:after, .syprodsgew section .swiper-button-prev:after {
	    font-size: 14px;
	    color: #684e37;
	}
	.syprodsgew section .swiper-button-next, .syprodsgew section .swiper-button-prev{
		margin: 0 10px;
	}
	.syprodv {
	    padding-bottom: 20px;
	}
	.abbt{
		width: 95%;
		display: block;
	}
	.abbtleft{
		width: 100%;
	}
	.abbtleft h2{
		font-size: 20px;
	}
	.abbtleft h1,.abbtleft h2{
		text-align: center;
	}
	.abbtleft i{
		margin: 0 auto;
		margin-top: -1px;
	}
	.abbtleft p {
	    color: #666666;
	    line-height: 30px;
	    font-size: 14px;
	    margin: 3.125rem 0px;
	}
	.abbtleft a{
		width: 100px;
		height: 40px;
	}
	.abbtright{
		width: 100%;
		margin-top: 15px;
	}
	.foot{
		display: none;
	}
	.sz ul{
		width: 95%;
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 48%;
		margin: 1%;
	}
	.sz ul li h1 span{
		font-size: 32px;
	}
	.sz ul li h1 i {
	    color: #fff;
	    font-size: 16px;
	    margin-left: 5px;
	    margin-top: 19px;
	}
	.sz ul li p {
	    color: #fff;
	    font-size: 14px;
	    margin-top: -5px;
	    text-align: center;
	}
	.whydvlist{
		width: 95%;
	}
	.whydvlist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
	}
	.whydvlist ul li i {
	    font-size: 32px;
	    color: #684e37;
	}
	.whydvlist ul li span{
		width: 40px;
		margin: 15px 0px;
	}
	.whydvlist ul li div h1{
		height: 30px;
	}
	.whydvlist ul li div h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.whydvlist ul li div p {
	    color: #808080;
	    font-size: 12px;
	    line-height: 25px;
	}
	.whydvlist ul li:hover section{
		display: none;
	}
	.synewsdv{
		width: 95%;
	}
	.innewlist{
		width: 100%;
	}
	.innewlistleft,.innewlistcenter{
		display: none;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li{
		margin-bottom: 10px;
	}
	.innewlistright ul li a .inwleft{
		width: 36%;
		border-radius: 10px;
	}
	.innewlistright ul li a section{
		width: 60%;
	}
	.innewlistright ul li section iconpark-icon{
		display: none;
	}
	.innewlistright ul li a section h2{
		font-size: 16px;
	}
	.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% - 40px);
		padding: 0 20px;
		margin-bottom: 10px;
	}
	
	.xuqdv form input:nth-child(3) {
		width: calc(100% - 40px);
	}
	
	.xuqdv form button {
		width: 120px;
		font-size: 14px;
	}
	
	.xuqdv form input:nth-child(4) {
		width: calc(100% - 40px);
	}
	.wtm{
		width: 95%;
	}
	.syproductbt p {
	    color: #666666;
	    font-size: 14px;
	    line-height: 30px;
	    margin-top: 10px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt h2{
		font-size: 14px;
		line-height: 25px;
		margin-top: 5px;
	}
	.lxwmlist{
		width: 100%;
	}
	.lxwmlist ul{
		flex-wrap: wrap;
	}
	.lxwmlist ul li{
		display: block;
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.lxwmlist ul li span{
		font-size: 24px;
	}
	.lxwmlist ul li i{
		margin: 15px auto;
		width: 35px;
	}
	.lxwmlist ul li h1{
		font-size: 16px;
	}
	.lxwmlist ul li p {
	    color: #666666;
	    font-size: 14px;
	    transition: all 1s;
	    line-height: 30px;
	    text-align: center;
	}
	.messagebt{
		width: 95%;
		margin: 0 auto;
	}
	.messagebt h1{
		font-size: 22px;
	}
	.messagebt p {
	    color: #ffffff;
	    font-size: 14px;
	    line-height: 25px;
	    margin-top: 10px;
	    text-align: center;
	}
	.message form{
		margin-top: 15px;
		width: 85%;
		padding: 5%;
	}
	.message form div input{
		width: 94%;
		padding: 0 3%;
	}
	.message form div input{
		height: 40px;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.message form div input::placeholder,.message form textarea::placeholder{
		font-size: 12px;
	}
	.message form textarea{
		width: 94%;
		font-size: 12px;
		padding: 3%;
	}
	.message form button{
		margin-top: 15px;
	}
	.message form button {
	    width: 130px;
	    height: 40px;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a {
	    line-height: 45px;
	    color: #4d4d4d;
	    font-size: 14px;
	    text-align: center;
	    text-transform: uppercase;
	    transition: all 1s;
	    position: relative;
	}
	.xwdv{
		width: 95%;
	}
	
	.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;
	}
	.shownavpro{
		display: none;
	}
	.prodv{
		width: 95%;
	}
	.prodvlist Li{
		width: 40%;
		padding: 4%;
		margin: 1%;
		padding-bottom: 0;
	}
	.prodvlist li h1{
		font-size: 14px;
	}
	.prodvlist li h3 iconpark-icon {
	    color: #684e37;
	    font-size: 16px;
	    transition: all 1s;
	}
	.prodvlist li h3 span{
		font-size: 12px;
	}
	
	.chanpinimg{
		width: 95%;
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
		display: block;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.chanpinimgright{
		margin-top: 20px;
		width: 100%;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright h1{
		font-size: 18px;
		line-height: 30px;
	}
	.chanpinimgright p{
		margin-top: 10px;
	}
	.cennuodv a{
		width: 120px;
		height: 40px;
		margin-top: 15px;
		padding-left:  20px;
	}
	.cpxiangqing{
		width: 100%;
		padding-top: 10px;
	}
	.mbx{
		display: none;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.chanpinimgright h1{
		font-size: 17px;
		margin-top: 5px;
		padding-bottom: 10px;
	}
	.chanpinimgright p {
	    color: #666666;
	    font-size: 14px;
	    line-height: 30px;
	}
	.saqg{
		width: 95%;
		margin-top: 20px;
	}
	
	.saqg{
		width: 95%;
		flex-direction: column-reverse;
	}
	.xiqngs{
		width: 100%;
	}
	.xiqngstext{
		padding: 5%;
	}
	.xiqngstextbt span{
		font-size: 18px;
	}
	.xiqngstextdv img{
		max-width: 100%;
	}
	.fy{
		display: block;
		margin-top: 15px;
	}
	.fy p{
		margin: 10px 0;
	}
	.fy p a{
		font-size: 14px;
	}
	.relac{
		width: 100%;
	}
	.relac h1{
		line-height: 40px;
		font-size: 16px;
	}
	.relac ul li{
		padding: 10px 0px;
	}
	.xiqngstextdv{
		margin-top: 15px;
	}
	.relac ul {
	    padding: 0 10px;
	}
	.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:#684e37;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #59412c;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.sgahhrj section {
	    width: 95%;
	}
	.bannersasg .swiper-slide section p {
	    color: #ffffff;
	    font-size: 22px;
	    text-transform: uppercase;
	    line-height: 30px;
	    text-align: center;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 24px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner .btext section i{
		width: 30px;
    	height: 3px;
    	    margin-top: 5px;
	}
	.nrbanner .btext section p{
		margin-top: 5px;
	}
	.newslitwq .synewslist ul li {
	    width: 100%;
	    margin: 10px 0;
	}
	.x9,.x3{
		display: block;
		width: 100%;
	}
	.sidebar-l {
	    margin-right: 0;
	}
	.article .post h1 {
 	   font-size: 18px;	
	}
	.sgahhrj section{
		width: 95%;
	}
	.relac ul li a section h2{
		font-size: 16px;
	}
	.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;
	}
}
