/* 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');
}
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%;
}
.headdvleft img:last-child{
	opacity: 0;
	position: absolute;
	top: 0;
}
.headdvright {
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}
.yy{
	width: 100px;
	height: 40px;
	border-radius: 50px;
	background-color: #f49600;
	
}
.yy iconpark-icon{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	margin-right: 10px;
}
.yy span{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	margin-top: -2px;
}
.cpxqxq img{
	max-width: 100%;
}
.sylm{
	width: 100rem;
	padding: 6.25rem 0px;
	margin: 0 auto;
}
.sylm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sylm ul li{
	width: calc(32.333% - 7.5rem);
	margin: 10px 0px;
	padding: 6.5625rem 3.75rem;
	background: url(../images/lmtp_03.jpg) center no-repeat;
	background-size: cover;
}
.sylm ul li h2{
	color: #808080;
	font-size: 16px;
	margin-bottom: 5px;
	transition: all 1s;
}
.sylm ul li h1{
	color: #333333;
	font-size: 22px;
	font-family: "Poppins_SemiBold";
	margin-bottom: 4.375rem;
}
.sylm ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 120px;
	height: 48px;
	border: 1px solid #d7d7d7;
	padding: 0 20px;
	transition: all 1s;
}
.sylm ul li a span{
	color: #808080;
	transition: all 1s;
	font-size: 14px;
}
.sylm ul li a iconpark-icon{
	display: flex;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	color: #808080;
	transition: all 1s;
}
.sylm ul li:nth-child(2){
	background: url(../images/lmtp_05.jpg) center no-repeat;
	background-size: cover;
}
.sylm ul li:nth-child(4){
	background: url(../images/lmtp_07.jpg) center no-repeat;
	background-size: cover;
}
.sylm ul li:nth-child(3){
	background: url(../images/lmtp_12.jpg) center no-repeat;
	background-size: cover;
}
.sylm ul li:nth-child(5){
	background: url(../images/lmtp_13.jpg) center no-repeat;
	background-size: cover;
}
.sylm ul li:nth-child(6){
	background: url(../images/lmtp_14.jpg) center no-repeat;
	background-size: cover;
}
.sylm ul li:hover h2{
	color: #c39a6c;
}
.sylm ul li:hover a {
	background-image: linear-gradient(to right, #c09667 , #ddbb91 ,  #c09667);
}
.sylm ul li:hover a span{
	color: #fff;
}
.sylm ul li:hover a iconpark-icon{
	color: #fff;
}
.sypopu{
	padding-top: 5.9375rem;
	padding-bottom: 6.25rem;
	background-color: #f5f5f5;
}
.sypopudv{
	width: 100rem;
	margin: 0 auto;
}
.sypopubt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sypopubtleft h1{
	color: #;
	font-family: "Poppins_SemiBold";
	font-size: 36px;
	text-transform: uppercase;
	background: -webkit-linear-gradient(right,#c09667, #ddbb91, #c29869);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sypopubtleft p{
	color: #808080;
	font-size: 16px;
	margin-top: 5px;
}
.sypopubtright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 180px;
	height: 55px;
	background: url(../images/linkbg_03.jpg) center no-repeat;
	background-size: cover;
	padding: 0 20px;
	transition: all 1s;
}
.sypopubtright a span{
	color: #fff;
	transition: all 1s;
	font-size: 14px;
}
.sypopubtright a iconpark-icon{
	display: flex;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: all 1s;
}
.sypopulist {
	margin-top: 60px;
}
.sypopulist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sypopulist ul li{
	width: calc(20% - 62px);
	border: 1px solid #f2f2f2;
	background-color: #fff;
	padding: 3.125rem 30px; 
	transition: all 1s;
	border-top: 2px solid #fff;
}
.sypopulist ul li h1{
	color: #bcbcbc;
	font-size: 16px;
}
.sypopulist ul li h2{
	color: #333333;
	font-size: 20px;
}
.sypopulist ul li div{
	margin: 10px auto;
	width: 100%;
	overflow: hidden;
}
.sypopulist ul li div img{
	display: block;
	width: 100%;
}
.sypopulist ul li h4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% -22px);
	border: 1px solid #e6e6e6;
	height: 45px;
	padding: 0 20px;
	transition: all 1s;
}
.sypopulist ul li:hover{
	transform: scale(1.05);
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 15px #dcdcdc;
	border-top: 2px solid #caa276;
}
.sypopulist ul li:hover h4{
	background: url(../images/linkbg_03.jpg) center no-repeat;
	background-size: cover;
}
.sypopulist ul li h4 span{
	color: #808080;
	transition: all 1s;
	font-size: 14px;
}
.sypopulist ul li:hover h4 span{
	color: #fff;
}
.sypopulist ul li h4 iconpark-icon{
	display: flex;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	color: #cacaca;
	transition: all 1s;
}
.sypopulist ul li:hover h4 iconpark-icon{
	color: #fff;
}
.syabout{
	padding: 6.25rem  0rem;
	 background: url(../images/abls_02.jpg) center  no-repeat;
	 background-size: cover;
}
.syaboutdv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syaboutdvleft{
	width: 45%;
}
.syaboutdvleft h1{
    font-family: "Poppins_SemiBold";
    font-size: 36px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(right, #c09667, #ddbb91, #c29869);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 2.5rem;
}
.syaboutdvleft p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}


.syaboutdvleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 180px;
	border: 1px solid #e6e6e6;
	height: 50px;
	padding: 0 20px;
	transition: all 1s;
	margin-top: 4.375rem;
}
.syaboutdvleft a:hover{
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 15px #dcdcdc;
}
.syaboutdvleft a:hover {
	background: url(../images/linkbg_03.jpg) center no-repeat;
	background-size: cover;
}
.syaboutdvleft a span{
	color: #808080;
	transition: all 1s;
	font-size: 14px;
}
.syaboutdvleft a:hover span{
	color: #fff;
}
.syaboutdvleft a  iconpark-icon{
	display: flex;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	color: #cacaca;
	transition: all 1s;
}
.syaboutdvleft a:hover iconpark-icon{
	color: #fff;
}
.syaboutdvright{
	width: 50%;
	position: relative;
}
.syaboutdvright img{
	display: block;
	width: 100%;
}
.syaboutdvright section{
	width: 260px;
	height: 155px;
	background: url(../images/ablinkbg_03.jpg) center no-repeat;
	background-size: cover;
	display: flex;justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.syaboutdvright section h2{
	color: #ffffff;
	font-size: 36px;
	text-align: center;
}
.syaboutdvright section p{
	color: #ffffff;
	font-size: 18px;
}
.hig{
	background: url(../images/hwis_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 150px 0px;
}
.hig{
	position: relative;
}
.hig>img{
	display: none;
	width: 100%;
}
.higdv img{
	display: block;
	margin: 0 auto;
}
.higdv{
	
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.higdv img{
	margin-bottom: 1.875rem;
}
.higdv h1{
	color: #ffffff;
	font-size: 30px;
	font-family: "Poppins_Medium";
	margin-top: 5px;
	text-align: center;
}
.higdv h2{
	color: #ffffff;
	font-size: 26px;
	text-align: center;
}
.higdv a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 180px;
	height: 55px;
	background: url(../images/linkbg_03.jpg) center no-repeat;
	background-size: cover;
	padding: 0 20px;
	margin: 0 auto;
	transition: all 1s;
	margin-top: 5.3125rem;
}
.higdv a span{
	color: #fff;
	transition: all 1s;
	font-size: 14px;
}
.higdv a iconpark-icon{
	display: flex;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: all 1s;
}
.synews{
	padding: 6.25rem 0px;
}
.synewsdv{
	width: 100rem;
	margin: 0 auto;
}

.innewsdv{
	margin: 0 auto;
	margin-top: 4.0625rem;
	display: flex;
	justify-content: space-between;
}
.innewsdvleft{
	width: 32%;
	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, #c09667, #ddbb91, #c29869);
    -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;
	padding-top: 4.6875rem;
	background: url(../images/synews_05.jpg) center no-repeat;
}
.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;
	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;
}
.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: #333333;
	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: #bf9565;
	font-size: 20PX;
	margin-top: 5px;
}

.xuq{
	padding: 50px 0px;
	background: url(../images/ly_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: 75px;
	background-color: #1f1f1f;
}
.footdv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
.footdvleft{
	width: 375px;
}
.footdvleft>img{
	display: block;
	margin-bottom: 2.8125rem;
}
.footdvleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
}
.footdvleft ul li img{
	display: block;
	margin-right: 10px;
	width: 20px;
	margin-top: 5px;
}
.footdvleft ul li span{
	color: #808080;
	font-size: 15px;
	line-height: 35px;
}
.footdvleft  section{
	margin-top: 2.5rem;
	display: flex;
	justify-content: flex-start;
}
.footdvleft  section a{
	margin-right: 15px;
}
.footdvleft  section img{
	display: block;
}
.footdv dl dt a{ 
	color: #b3b3b3;
	font-size: 18px;
	margin-bottom: 1.875rem;
}
.footdv dl dd{
	margin-top: 15px;
}
.footdv dl dd a{
	color: #808080;
	font-size: 15px;
	transition: all 1s;
}
.footdv dl dd a:hover{
	color: #bf9565;
}
.footdvright{
	width: 260px;
}
.footdvright ul{
	display: flex;
	justify-content: space-between;
}
.footdvright ul li{
	width: 120px;
}
.footdvright ul li img{
	display: block;
	width: 100$;
}
.footdvright ul li p{
	text-align: center;
	color: #808080;
	font-size: 14px;
	margin-top: 10px;
}
.wdl{
	border-top: 1px solid #494949;
	height: 75px;
}
.wdldv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.wdldv p{
	color: #999999;
	font-size: 14px;
}
.wdldv p a{
	color: #999999;
	font-size: 14px;
}

.shownav{
    box-shadow: 0px 8px 10px #efefef;
    position: relative;
}
.shownav ul{
	display: flex;
	justify-content: center;
	width: 100rem;
	margin: 0 auto;
	height: 75px;
}
.shownav ul li{
	width: 15rem;
	height: 75px;
	line-height: 75px;
	text-transform: uppercase;
}
.shownav ul li a{
	display: block;
	width: 100%;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
}
.shownav ul li:hover a{
	background: url(../images/linkbg_03.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}
.allpro{
	padding: 4.375rem 0px;
	background-color: #f5f5f5;
}
.prolist{
	width: 100rem;
	margin: 0 auto;
}
.pronav ul{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pronav ul li{
	width: 160px;
	height: 45px;
	border: 1px solid #cccccc;
	text-align: center;
	margin-right: 10px;
}
.pronav ul li a{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #888888;
	font-size: 14px;
	transition: all 1s;
}
.pronav ul li a:hover{
	background: url(../images/linkbg_03.jpg) center no-repeat;
	color: #fff;
}
.lxwm{
	width: 100rem;
	margin: 0 auto;
	padding: 6.25rem 0px;
}
.lxwmbt h1{
	font-size: 36px;
	text-align: center;
	font-family: "Poppins_SemiBold";
	 text-transform: uppercase;
    background: -webkit-linear-gradient(right, #c09667, #ddbb91, #c29869);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lxwmbt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
}
.lxwmbt {
	margin-bottom: 3.75rem;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(24% - 70px);
	padding: 35px;
	background-color: #f5f5f5;
}
.lxwmlist ul li iconpark-icon{
	font-size: 36px;
	color: #bb9060;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	transition: all 1s;
}
.lxwmlist ul li i{
	display: block;
	width: 45px;
	height: 20px;
	border-top: 1px solid #bb9060;
	margin: 0 auto;
	transition: all 1s;
}
.lxwmlist ul li h2{
	color: #4c4c4c;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background: url(../images/lge_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li:hover iconpark-icon,.lxwmlist ul li:hover p,.lxwmlist ul li:hover h2{
	color: #fff;
}
.lxwmlist ul li:hover i{
	border-top: 1px solid #fff;
}
.zxly{
	padding: 5.9375rem 0rem;
	background: url(../images/zxly_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.zxlydv{
	width: 100rem;
	margin: 0 auto;
}
.zxlybt{
	margin-bottom: 3.125rem;
}
.contactdvbt h1{
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}
.contactdvbt p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.zxlydv form {
	width: 95rem;
	margin: 0 auto;
	padding: 2.5rem;
	background-color: #fff;
	margin-top: 3.75rem;
}

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

.zxlydv form input {
	width: calc(49% - 40px);
	margin: 1% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dbdcde;
	font-family: "Poppins";
	color: #808080;
}
.zxlydv form select {
	width: 49%;
	margin: 1% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dbdcde;
	color: #808080;
	font-family: "Poppins";
}

.zxlydv form textarea {
	padding: 10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 1% 0px;
	color: #808080;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
	font-family: "Poppins";
	border: 1px solid #dbdcde;
}

.zxlydv form button {
	margin-top: 15px;
	width: 200px;
	height: 45px;
	color: #232323;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border: none;
	font-family: "Montserrat";
	background: url(../images/linkbg_03.jpg) center no-repeat;
}
.contactdvbt h1{
	text-align: center;
	font-size: 36px;
	text-align: center;
	font-family: "Poppins_SemiBold";
	color: #fff;
}
.contactdvbt p{
	color: #fff;
    font-size: 16px;
    text-align: center;
}
.contactdvbt {
    margin-bottom: 3.75rem;
}


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

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

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

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

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #bd9262;
	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;
}

.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: #b28451;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #bd9262;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color: #bd9262;
}


.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-image: linear-gradient(to right, #b28552 , #ddbb91 , #b28552);
	margin-top: -2px;
	margin-bottom: 1.25rem;
}
.chanpinimgright p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}

.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: 8.25rem;
	height: 45px;
	padding: 0 1.5625rem;
	background-color: #fff;
	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;
}
.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/linkbg_03.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-image: linear-gradient(  #b28552 , #ddbb91 , #b28552);
}

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

.allprodv{
	width: 100rem;
	margin: 0 auto;
}
.allprodv .innewsdv{
	margin-top: 0;
}
.allprodv .innewsdv .innewsdvleft section{
	background-color: #fff;
}

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

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
}
.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,  #b28451 , #ddba91 , #b18352);
}
.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;
}


.sycase{
	padding: 5.9375rem 0rem;
	background: url(../images/grerjy_02.jpg) center no-repeat;
	background-size: cover;
}
.sycasedv{
	width: 100rem;
	margin: 0 auto;
}
.sycasedv .marketbtleft h2{
	text-align: center;
	font-family: "Poppins_SemiBold";
    font-size: 36px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(right, #c09667, #ddbb91, #c29869);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sycasedv .marketbtleft h3{
	color: #808080;
    font-size: 16px;
    margin-top: 5px;
	text-align: center;
}

.sycasedv .marketbtright a{
	border: 1px solid #fff;
    background-color: transparent;
}
.sycasedv .marketbtright a:hover{
	background-color: #1055bd;
	border: 1px solid #1055bd;
}
.cslist .swiper-slide img{
	width: 100%;
	display: block;
}
.sycaselist{
	margin-top: 3.75rem;
}
.cslist .swiper-slide{
	position: relative;
}
.cslist .swiper-slide div{
	width: 23.75rem;
	padding: 2.125rem 1.875rem;
	position: absolute;
	bottom: 0;
	right: 5rem;
	background: url(../images/adc_03.jpg) center no-repeat;
	background-size: cover;
}
.cslist .swiper-slide div h2{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 10px;
}
.cslist .swiper-slide div section{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
}
.cslist .swiper-slide div section i{
	width: 5px;
	height: 5px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 15px;
	margin-top: 12px;
}
.cslist .swiper-slide div section p{
	width: 90%;
	color: #ffffff;
	line-height: 30px;
	font-size: 15px;
}
.cslist .swiper-button-next,.cslist  .swiper-button-prev{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .3);
	left: 11%;
	transition: all 1s;
}
.cslist .swiper-button-next,.cslist  .swiper-rtl .swiper-button-prev{
	right: 11%;
	left: auto;
}

.cslist .swiper-button-next:after,.cslist  .swiper-button-prev:after{
	font-size: 18px;
	color: #094aab;
	transition: all 1s;
}

.cslist .swiper-button-next:hover:after,.cslist  .swiper-button-prev:hover:after{
	color: #b18351;
}

.marketbtleft h2{
	text-align: center;
	font-family: "Poppins_SemiBold";
    font-size: 36px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(right, #c09667, #ddbb91, #c29869);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.marketbtleft h3{
	color: #808080;
    font-size: 16px;
    margin-top: 5px;
	text-align: center;
}
.story{
	width: 100rem;
	margin: 5.625rem auto;
}
.storylist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 60px;
}
.storylist ul{
	display: flex;
	justify-content: space-between;
}
.storylist ul li{
	position: relative;
	width: 32.333%;
}
.storylist ul li .iwqing{
	overflow: hidden;
	width: 100%;
	
}
.storylist ul li .iwqing img{
	display: block;
	width: 100%;
}
.storylist ul li .wqgtext{
	width: 100%;
	height: 140px;
	background-image: linear-gradient(to right, #d7b489 , #b08351);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 1s;
}
.storylist ul li .wqgtext section h1{
	color: #ffffff;
	font-size: 24px;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	overflow: hidden;
	transition: all 1s;
}
.storylist ul li .wqgtext section p{
	color: #ffffff;
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	transition: all 1s;
	font-size: 14px;
}
.storylist ul li:hover .wqgtext{
	height: 100%;
	background-image: linear-gradient(to right, #d7b489e8, #b08351e6);
}
.storylist ul li:hover .wqgtext h1{
	height: auto;
	width: 80%;
	margin: 0 auto;
}
.storylist ul li:hover .wqgtext p{
	height: 100%;
	width: 90%;
	height: 240px;
	margin: 0 auto;
	margin-top: 15px;
}
.gc{
	padding: 5.9375rem 0px;
	background: url(../images/gc_02.jpg) center no-repeat;
	background-size: cover;
}
.gcdv{
	width: 100rem;
	margin: 0 auto;
}
.gcdvlist{
	width: 100rem;
	margin-top: 5rem;
}
.gcdvlist .swiper-slide  div{
	overflow: hidden;
}
.gcdvlist .swiper-slide  div img{
	display: block;
	width: 100%;
}
.gcdvlist .swiper-slide p{
	height: 80px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	color: #808080;
	font-size: 16px;
	font-family: "Poppins_Medium";
	align-items: center;
}

.faqlist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 60px;
}
.faqlist ul li{
}
.faqlist ul li section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	border-bottom: 1px solid #eeeeee;
}
.faqlist ul li section h1{
	color: #585858;
	font-size: 18px;
}
.faqlist ul li section span{
	color: #585858;
	font-size: 16px;
}
.faqlist ul li.active div{
	color: #808080;
	opacity: 1;
	font-size: 16px;
	display: block;
	line-height: 30px;
	padding: 25px 0px;
	border-bottom: 1px solid #eeeeee;
}
.faqlist ul li.active section{
	border-bottom: 1px solid #c69d6f;
}
.faqlist ul li.active section h1,.faqlist ul li.active section span{
	color: #c69d6f;
}
.faqlist ul li div{
	opacity: 0;
	padding: 0;
	display: none;
	transition: all 1s;
}
.faq{
	margin: 5.625rem auto;
}
.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: 100rem;
	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{
	opacity: 1;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #d0ab7e;
}
.slideUp .headdvright ul li.active a span{
	color: #d0ab7e;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #d0ab7e;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #d0ab7e;
}
.slideUp .headdvright .ss iconpark-icon{
	color: #d0ab7e;
}
.slideUp .headdvright .yy iconpark-icon{
	color: #fff;
}


.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: 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: 40px;
	margin-top: 20px;
	width: 80%;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	text-transform: uppercase;
}
.sgahhrj section{
	width: 68%;
}
.bannersasg  .swiper-slide section h4{
	color: #fff;
	font-size: 16px;
	
	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, #c09667, #ddbb91, #c09667);
}
.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;
}
.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{
	width: 100rem;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext section h2{
	font-size: 42px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 15px;
}
.nrbanner .btext section p{
	font-size: 18px;
	color: #fff;
	width: 650px;
	line-height: 35px;
}

.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
    position: absolute;
   	left: -22px;
    width: 100%;
    top: 70px;
    z-index: 5;
    padding-top: 20px;
}
.headdvright ul li:nth-child(3) div{
	left: -40px;
}
.headdvright ul li:nth-child(4) div{
	left: -55px;
}
.headdvright ul li:nth-child(5) div{
	left: -22px;
}
.headdvright ul li:nth-child(7) div{
	left: -22px;
}
.headdvright ul li:nth-child(8) div{
	left: -22px;
}
.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
	width: 160px;
	background-color: #fff;
}
.headdvright ul li div dl dd a{
	    color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 2;
}
.headdvright ul li div dl dd a::after{
	display: none;
}
.headdvright ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li div dl dd:hover{
	    background-color: #d5b386;
}
.headdvright ul li:hover div dl dd a{
	font-weight: normal;
}
.headdvright ul li div dl dd a:hover{
	background-color: #d5b386;
	color: #fff !important;
	font-weight: normal;
}

.yuyan{
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yuyan dl{
	position: absolute;
	top: 75%;
	left: 50%;
	background-color: #fff;
	width: 150px;
	border-radius: 10px;
	overflow: hidden;
	margin-left: -75px;
	box-shadow: 0px 0px 10px #efefef66;
	display: none;
}
.yuyan:hover dl{
	display: block;
}
.yuyan dl dd{
	line-height: 35px;
	transition: all 0.5s;
}
.yuyan dl dd a{
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
	line-height: 35px;
	display: block;
	color: #333;
	font-size: 14px;
	cursor:pointer;
	transition: all 0.5s;
}
.yuyan dl dd:hover{
	background-color: #d4af84;
}
.yuyan dl dd:hover a{
	color: #fff;
	border-bottom: 1px solid #d4af84;
}
.yuyan iconpark-icon {
	color: #fff;
	font-size: 20px;
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
	.headdvright ul {
	    width: 88%;
	}
	.headdv,.sylm,.sypopudv,.syaboutdv,.synewsdv,.xuqdv,.footdv,.wdldv,.shownav ul,.pronav ul,.prolist,.lxwm,.zxlydv,.zxlydv form{
		width: 95%;
	}
	.innewsdvright ul li a div {
	    width: 13.25rem;
	    overflow: hidden;
	}
	.innewsdvright ul li a section {
	    width: 21.5625rem;
	}
	.mbx,.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
	    width: 55%;
	}
	.cennuodv a{
		width: 11.25rem;
	}
	.cpxq{
		width: 95%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: 8rem;
	}
	.allprodv{
		width: 95%;
	}
	.newsdvlist{
		width: 100%;
	}
	.cslist .swiper-slide div{
		width: 60%;
	}
	.story{
		width: 95%;
	}
	.storylist{
		width: 100%;
	}
	.gcdv{
		width: 95%;
	}
	.gcdvlist{
		width: 100%;
	}
	.faqlist{
		width: 95%;
	}
	.faqlist {
		margin-top: 3.75rem;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.nrbanner .btext section{
		width: 95%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
	.headdvright ul {
	    width: 88%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.headdvright{
		width: 65%;
	}
	.headdv,.sylm,.sypopudv,.syaboutdv,.synewsdv,.xuqdv,.footdv,.wdldv,.shownav ul,.pronav ul,.prolist,.lxwm,.zxlydv,.zxlydv form{
		width: 95%;
	}
	.innewsdvright ul li a div {
	    width: 13.25rem;
	    overflow: hidden;
	}
	.innewsdvright ul li a section {
	    width: 21.5625rem;
	}
	.mbx,.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
	    width: 55%;
	}
	.cennuodv a{
		width: 16.25rem;
	}
	.cpxq{
		width: 95%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: 8rem;
	}
	.allprodv{
		width: 95%;
	}
	.newsdvlist{
		width: 100%;
	}
	.cslist .swiper-slide div{
		width: 60%;
	}
	.story{
		width: 95%;
	}
	.storylist{
		width: 100%;
	}
	.gcdv{
		width: 95%;
	}
	.gcdvlist{
		width: 100%;
	}
	.faqlist{
		width: 95%;
	}
	.faqlist {
		margin-top: 3.75rem;
	}
	.sypopulist ul li{
		padding: 3.125rem 20px;
		width: calc(20% - 42px);
	}
	.sypopulist ul li h2{
		font-size: 17px;
	}
	.shownav ul li {
	    width: 21rem;
	}
	.lxwmlist ul li {
	    width: calc(24% - 30px);
	    padding: 30px 15px
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.cslist .swiper-slide div {
		width: 90%;
		right: 3%;
	}
	.storylist ul li .wqgtext section h1{
		font-size: 18px;
	}
	.storylist ul li .wqgtext section p{
		line-height: 25px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 22px;
	}
}

@media only screen and (max-width: 999px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.sylm{
		width: 95%;
	}
	.sylm ul li{
		width: 43%;
		padding: 3%;
		margin: 3px 0px;
	}
	.sylm ul li h2{
		font-size: 12px;
	}
	.sylm ul li h1{
		font-size: 16px;
	}
	.sylm ul li a{
		height: 35px;
		padding: 0 10px;
		width: calc(75% - 20px);
	}
	.sypopudv{
		width: 95%;
	}
	.sypopubt{
		display: block;
	}
	.sypopubtleft h1{
		font-size: 20px;
	}
	.sypopubtleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.sypopubtright a{
		margin-top: 10px;
		width: 100px;
		height: 37px;
	}
	.sypopulist{
		margin-top: 20px;
	}
	.sypopulist ul li{
		width: calc(42% - 2px);
		padding: 4%;
	}
	.sypopulist ul li h1{
		font-size: 12px;
	}
	.sypopulist ul li h2{
		font-size: 15px;
	}
	.sypopulist ul li h4{
		height: 35px;
	}
	.syaboutdv{
		width: 95%;
	}
	.syaboutdv{
		width: 95%;
		display: block;
	}
	.syaboutdvleft{
		width: 100%;
	}
	.syaboutdvleft h1{
		font-size: 20px;
	}
	.syaboutdvleft p{
		font-size: 12px;
		line-height: 27px;
	}
	.syaboutdvleft a{
		width: 120px;
		height: 35px;
	}
	.syaboutdvright{
		width: 100%;
	}
	.syaboutdvright section h2{
		font-size: 24px;
	}
	.syaboutdvright section p{
		font-size: 14px;
	}
	.higdv h1{
		font-size: 20px;
	}
	.higdv h2{
		font-size: 12px;
	}
	.higdv img {
	    margin-bottom: 1.875rem;
	    width: 100px;
	}
	.hig>img{
		width: 150%;
	}
	.hig{
		overflow: hidden;
	}
	.higdv a{
		width: 120px;
		height: 35px;
	}
	.synewsdv{
		width: 95%;
	}
	.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;
	}
	.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;
	}
	.shownavpro{
		display: none;
	}
	.pronav{
		display: none;
	}
	.prolist{
		width: 95%;
	}
	.prolist .sypopulist{
		margin-top: 0;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.lxwmlist ul{
		flex-wrap: wrap;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.lxwmlist ul li i{
		height: 10px;
	}
	.lxwmlist ul li h2{
		font-size: 16px;
	}
	.lxwmlist ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.zxlydv{
		width: 95%;
	}
	.contactdvbt h1{
		font-size: 20px;
	}
	.contactdvbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.zxlydv form{
		width: 95%;
		padding: 2.5%;
	}
	.zxlydv form input{
		width: calc(100% - 22px);
		padding: 0 10px;
		font-size: 12px;
		line-height: 35px;
		height: 35px;
	}
	.zxlydv form select{
		width: 100%;
		padding: 0 10px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}
	.zxlydv form textarea{
		padding: 0 10px;
		font-size: 12px;
		line-height: 35px;
		border-radius: 0;
		font-size: 12px;
		width: calc(100% - 22px);
		line-height: 35px;
	}
	.zxlydv form button{
		height: 40px;
		text-transform: uppercase;
		line-height: 40px;
		width: 120px;
		margin-top: 10px;
		font-size: 12px;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul{
		width: 100%;
		height: auto;
	}
	.shownav ul li{
		height: 45px;
		line-height: 45px;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.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%;
	}
	.allprodv{
		width: 95%;
	}
	.xuqdv h1{
		margin-bottom: 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;
	}
	.syaboutdvright section {
	    width: 150px;
	    height: 100px;
	}
	.sycasedv{
		width: 95%;
	}
	.sycasedv .marketbtleft h2{
		font-size: 20px;
	}
	.sycasedv .marketbtleft h3{
		font-size: 12px;
	}
	.sycaselist{
		width: 95%;
		margin: 0 auto;
	}
	.cslist .swiper-button-next, .cslist .swiper-button-prev{
		left: 0;
		width: 35px;
		height: 35px;
	}
	.cslist .swiper-button-next, .cslist .swiper-rtl .swiper-button-prev {
	    right: 0%;
	    left: auto;
	}
	.cslist .swiper-button-next:after, .cslist .swiper-button-prev:after{
		font-size: 14px;
	}
	.cslist .swiper-slide div{
		width: 100%;
		right: 5%;
	}
	.cslist .swiper-slide img{
		width: 200%;
	}
	.cslist .swiper-slide div h2{
		font-size: 17px;
	}
	.cslist .swiper-slide div section p{
		font-size: 12px;
		line-height: 25px;
	}
	.cslist .swiper-slide div{
		position: inherit;
		right: 0;
	}
	.story{
		width: 95%;
	}
	.marketbtleft h2{
		font-size: 20px;
	}
	.marketbtleft h3{
		font-size: 12px;
		line-height: 25px;
	}
	.storylist ul{
		display: block;
	}
	.storylist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.storylist{
		width: 100%;
	}
	.storylist ul li .wqgtext{
		height: 90px;
	}
	.storylist ul li .wqgtext section h1{
		font-size: 18px;
	}
	.storylist ul li .wqgtext section p{
		margin-top: 0;
		font-size: 12px;
		line-height: 25px;
	}
	.storylist ul li:hover .wqgtext p{
		height: 180px;
	}
	.gcdv{
		width: 95%;
	}
	.gcdvlist{
		width: 100%;
	}
	.gcdvlist .swiper-slide p{
		font-size: 13px;
		height: 40px;
	}
	.faqlist{
		width: 95%;
	}
	.faqlist ul li section h1{
		font-size: 14px;
		width: 80%;
	}
	.faqlist ul li section span{
		font-size: 12px;
		width: 70px;
	}
	.faqlist ul li.active div{
		font-size: 12px;
		line-height: 25px;
		padding: 15px 0px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.sgahhrj section{
		width: 100%;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
		text-align: center;
	}
	.bannersasg .swiper-slide section h3{
		text-align: center;
		font-size: 20px;
		margin-top: 10px;
		width: 100%;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		width: 130%;
		margin-left: -15%;
		max-width: none;
	}
	.nrbanner .btext section h2{
		font-size: 20px;
		text-align: center;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext section p{
		font-size: 14px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner {
		overflow: hidden;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#d6b487;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #c5a478;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner .btext section p{
		width: 100%;
		text-align: center;
		line-height: 30px;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin: 0;
	}
	.article .padding-large{
		padding: 3%;
	}
	.article .post h1{
		font-size: 18px;
	}
		.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: 16px
	}

	.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;
	}
	.chanpinimg{
		padding-top: 10px;
	}
	.hig{
		padding: 30px 0px;
	}
	.higdv{
		width: 95%;
		margin: 0 auto;
	}
}
