/* 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: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

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

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

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

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

.headdvright ul li a span {
	font-size: 16px;
	color: #ffffff;
	transition: all 1s;
}

.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 ul li.active a span {
	color: #fff;
	
}
.headdvright ul li.active 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;
	display: flex;
	justify-content: center;
	align-items: center;
}
.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;
}
.sypro{
	padding: 100px 0px;
	background: url(../images/pro_02.jpg) center no-repeat;
	background-size: cover;
}
.syprodv{
	width: 93.75rem;
	margin: 0 auto;
}
.syprodvbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.75rem;
}
.syprodvbt h1{
	color: #4c4c4c;
	font-size: 40px;
	font-weight: bold;
}
.syprodvbt a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 125px;
	height: 50px;
	background: #f49600;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 25px;
}
.syprodvbt a span{
	color: #fff;
	font-size: 14px;
}
.syprodvbt a iconpark-icon{
	font-size: 22px;
	color: #fff;
}
.syprodvlist #thumbs{
	border-bottom: 1px solid #e6e6e6;
	height: 45px;
}

.syprodvlist #thumbs .swiper-wrapper{
	justify-content: space-between;
}
.syprodvlist #thumbs .swiper-slide ul{
	display: flex;
	justify-content: flex-start;
}
.syprodvlist #thumbs .swiper-slide h1{
	color: #4c4c4c;
	font-size: 15px;
	position: relative;
	height: 45px;
	transition: all 1s;
}
.syprodvlist #thumbs .swiper-slide h1::after{
	content: "";
	width: 60px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 0;
	background-color: #f49600;
	opacity: 0;
	transition: all 1s;
}
.syprodvlist #thumbs .swiper-slide-thumb-active h1{
	color: #f49600;
}
.syprodvlist #thumbs .swiper-slide-thumb-active h1::after{
	opacity: 1;
}
.syprodvlist #gallery ul{
	margin-top: 3.125rem;
	display: flex;
	justify-content: flex-start;
}
.syprodvlist #gallery ul li{
	margin: 1%;
	width: 23%;
}
.syprodvlist #gallery ul li div{
	overflow: hidden;
	width: 100%;
}
.syprodvlist #gallery ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syprodvlist #gallery ul li:hover div img{
	transform: scale(1.05);
}
.syprodvlist #gallery ul li section{
	padding: 15px 20px;
	background-color: #fff;
	transition: all 1s;
}
.syprodvlist #gallery ul li section h1{
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
	transition: all 1s;
}
.syprodvlist #gallery ul li section p{
	color: #808080;
	white-space:nowrap;
	line-height: 25px;
	overflow:hidden;
	height: 25px;
	text-overflow:ellipsis;
	font-size: 14px;
	transition: all 1s;
}
.syprodvlist #gallery ul li:hover section{
	background-color: #f49600;
}
.syprodvlist #gallery ul li:hover section h1,.syprodvlist #gallery ul li:hover section p{
	color: #fff;
}
.syabout{
	padding: 6.25rem 0px;
	background: url(../images/syabout_02.jpg) bottom center no-repeat;
	background-size: cover;
}
.syaboutdv{
	width: 93.75rem;
	margin: 0 auto;
}
.syaboutdvleft {
	width: 53.75rem;
	position: relative;
	z-index: 5;
}
.syaboutdvleft h1{
	margin-top: 40px;
	color: #4c4c4c;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 50px;
} 
.syaboutdvleft div{
	padding: 4.6875rem  3.75rem;
	background-color: #fff;
	box-shadow: 0px 0px 20px #dcdcdc54;
}
.syaboutdvleft div h3{
	height: 60px;
	border-bottom: 1px solid #efeff1;
	color: #f49600;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}
.syaboutdvleft div i{
	width: 100px;
	height: 2px;
	background-color: #f49600;
	display: block;
	margin-top: -2px;
	margin-bottom: 25px;
}
.syaboutdvleft div p{
	line-height: 40px;
	color: #666666;
	font-size: 18px;
}
.syaboutdvleft div a{
	margin-top: 2.8125rem;
}
.syaboutdvleft div a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 125px;
	height: 50px;
	background: #f49600;
	border-radius: 50px;
	padding-left: 30px;
	padding-right: 25px;
}
.syaboutdvleft div a span{
	color: #fff;
	font-size: 14px;
}
.syaboutdvleft div a iconpark-icon{
	font-size: 22px;
	color: #fff;
}
.syabout{
	position: relative;
}
.syaboutdvright{
	width: 62.5rem;
	position: absolute;
	top:12.25rem;
	right: 0;
}
.syaboutdvright video{
	width: 100%;
}
.sz{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 100px;
}
.sz ul{
	display: flex;
	justify-content: space-between;
}
.sz ul li{
	width: 300px;
}
.sz ul li h3{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 25px;
}
.sz ul li h3 span{
	font-family: "Poppins_Bold";
	font-size: 60px;
	line-height: 40px;
	color: #4c4c4c;
}
.sz ul li h3 i{
	color: #4c4c4c;
	margin-left: 10px;
	font-size: 18px;
}
.sz ul li p{
	margin-top: 25px;
	text-align: center;
	color: #808080;
	font-size: 18px;
}


.qywhdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qywh{
	padding: 7.1875rem 0rem;
	background: url(../images/qywh_02.jpg) center no-repeat;
	background-size: cover;
}
.qwh h1{
	color: #ffffff;
	font-size: 40px;
	width: 200px;
	height: 80px;
	font-weight: bold;
	border-bottom: 1px solid #f5b858;
}
.qywhdvleft{
	width: 390px;
}
.qywhdvright{
	width: 300px;
	height: 550px;
}
.qwh i{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-top: -2px;
}
.whtext{
	margin-top: 70px;
}
.whtext h2{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.whtext h2 span{
	font-size: 50px;
	font-family: "Poppins_SemiBold";
	color: rgba(255, 255, 255, 0.5);
	font-style: italic;
	margin-right: 15px;
}
.whtext h2 i{
	color:#ffffff;
	font-size: 26px;
	font-weight: bold;
}
.whtext p{
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
}
.qywhdvright{
	position: relative;
}
.qywhdvright::after{
	content: "";
	position: absolute;
	top:0;
	right:7px;
	width: 1px;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.qywhdvright #thumbs2{
	width: 100%;
	height: 100%;
}
.qywhdvright .swiper-slide {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.qywhdvright .swiper-slide div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.qywhdvright .swiper-slide div section h1{
	color: #ffffff;
	text-align: right;
	font-size: 24px;
	margin-bottom: 5px;
}
.qywhdvright .swiper-slide div section p{
	color: #ffffff;
	font-size: 12px;
	font-family: 'Poppins';
}
.qywhdvright .swiper-slide-thumb-active div section h1{
	font-size: 24px;
	font-weight: bold;
}

.qywhdvright .swiper-slide i{
	width: 10px;
	display: block;
	height: 10px;
	border: 2px solid #ffffff;
	border-radius: 50px;
	margin-left: 1.5625rem;
	background-color: #ec960c;
}
.qywhdvcenter{
	width: 37.5rem;
}
.qywhdvcenter img{
	width: 100%;
}
.xwdt{
	padding-top: 7.1875rem;
	padding-bottom: 5.625rem;
}
.xwdt{
	width: 93.75rem;
	margin: 0 auto;
}
.xwdtlist ul{
	display: flex;
	justify-content: space-between;
}
.xwdtlist ul li{
	width: 31.33%;
}
.xwdtlist ul li div{
	overflow: hidden;
	width: 100%;
}
.xwdtlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.xwdtlist ul li:hover div img{
	transform: scale(1.05);
}
.xwdtlist ul li section{
	margin-top: 1.25rem;
}
.xwdtlist ul li section h1{
	white-space:nowrap;
	color: #4c4c4c;
	overflow:hidden;
	margin-bottom: 10px;
	font-size: 20px;
	text-overflow:ellipsis;
}
.xwdtlist ul li 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;
}
.xwdtlist ul li section h3{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.xwdtlist ul li section h3 i{
	display: block;
	width: 75px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #a7a7a7;
	font-size: 14px;
	border: 1px solid #a8a8a8;
	margin-right: 1rem;
	margin-top: 5px;
	border-radius: 5px;
}
.xwdtlist ul li section h4{
	margin-top: 1.5rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.xwdtlist ul li section h4 span{
	color: #f49600;
	font-size: 14px;
	margin-right: 10px;
}
.xwdtlist ul li section h4 iconpark-icon{
	color: #f49600;
	font-size: 18px;
}
.foot{
	background-color: #262626;
}
.footnav{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.footnav img{
	display: block;
}
.footnav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.foots{
	border-bottom: 1px solid #515151;
}
.footnav ul li{
	margin-left: 3.75rem;
}
.footnav ul li a{
	color: #ffffff;
	font-size: 16px;
}
.footdv{
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 40px;
}
.footdvleft{
	width: 180px;
}
.footdvleft ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.footdvleft ul li img{
	display: block;
}
.footdvleft h2{
	margin-top: 10px;
}
.footdvleft h2 a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footdvleft h2 a iconpark-icon{
	color: #fff;
	font-size: 22px;
	margin-right: 8px;
}
.footdvleft h2 a span{
	color: #ffffff;
	font-size: 14px;
}
.footdvcenter ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.footdvcenter ul li img{
	display: block;
	margin-right: 10px;
}
.footdvcenter ul li span{
	color: #fff;
	font-size: 14px;
}
.footdvright ul{
	display: flex;
	justify-content: space-between;
}
.footdvright ul li{
	width: 120px;
	margin-left: 25px;
}
.footdvright ul li img{
	display: block;
	width: 100%;
}
.footdvright ul li p{
	color: #ffffff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.wdl{
	width: 100%;
	border-top: 1px solid #3c3c3c;
	height: 65px;
	margin-top: 60px;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.wdldv p{
	color: #fff;
	font-size: 14px;
}
.wdldv p a{
	color: #fff;
	font-size: 14px;
}
.shownav{
    box-shadow: 0px 8px 10px #efefef;
    position: relative;
}
.shownav ul{
	display: flex;
	justify-content: center;
	width: 93.75rem;
	margin: 0 auto;
	height: 70px;
}
.shownav ul li{
	width: 15rem;
	height: 70px;
	line-height: 70px;
	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-color: #f49600;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #f49600;
	color: #fff;
}
.ggapp{
	width: 93.75rem;
	margin: 0 auto;
	padding: 5.625rem 0px;
}
.ggappbt h1{
	margin-bottom: 1.875rem;
	color: #4c4c4c;
	font-size: 36px;
	text-align: center;
}
.ggappbt p{
	color: #808080;
	font-size: 18px;
	text-align: center;
}
.ggappbt{
	margin-bottom: 60px;
}
.ggappdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ggappdvleft{
	width: 50%;
}
.ggappdvleft h1{
	margin-bottom: 30px;
	color: #333333;
	font-size: 24px;
}
.ggappdvleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.ggappdvleft  ul li i{
	width: 8px;
	display: block;
	height: 8px;
	border-radius: 50%;
	background-color: #f49600;
	margin-right: 10px;
	margin-top: 14px;
}
.ggappdvleft  ul li span{
	width: 95%;
	color: #808080;
	font-size: 16px;
	line-height: 35px;
}
.ggappdvright{
	width: 50%;
}
.ggappdvright img{
	display: block;
	width: 100%;
}
.ggappdvleft>h2{
	margin-top: 35px;
	color: #333333;
	font-size: 20px;
}
.ggappdvleft>i{
	display: block;
	width: 60px;
	height: 20px;
	border-bottom: 1px solid #f49600;
	margin-bottom: 15px;
}
.ggappdvleft>p{
	color: #808080;
	font-size: 16px;
	line-height: 35px;
}
.fwjs{
	padding: 5.625rem 0px;
	background: url(../images/fwqsak_02.jpg) center no-repeat;
	background-size: cover;
}
.fwjslist{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fwjslistleft ul li{
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
	margin: 35px 0px;
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	align-items: center;
}
.fwjslistleft ul li div i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	color: #f49600;
	background-color: #f5f5f5;
	border-radius: 50%;
	font-size: 32px;
	transition: all 1s;
}
.fwjslistleft ul li:hover div i{
	background-color: #f49600;
	color: #fff;
}
.fwjslistleft ul li.active div i{
	background-color: #f49600;
	color: #fff;
}
.fwjslistleft ul li section{
	text-align: right;
	width: calc(100% - 70px);
	margin-right: 20px;
}
.fwjslistleft ul li section h1{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
}
.fwjslistleft ul li section h1 span{
	color: #4c4c4c;
	font-size: 22px;
	transition: all 1s;
}
.fwjslistleft ul li section h1 i{
	color: #4c4c4c;
	font-size: 20px;
	transition: all 1s;
}
.fwjslistleft ul li section p{
	color: #6d6d6d;
	line-height: 30px;
	font-size: 15px;
	transition: all 1s;
} 
.fwjslistleft ul li:hover section h1 span{
	color: #f49600;
}
.fwjslistleft ul li:hover section h1 i{
	color: #f49600;
}
.fwjslistleft ul li.active section h1 span{
	color: #f49600;
}
.fwjslistleft ul li.active section h1 i{
	color: #f49600;
}
.fwjslistcenter  img{
	transition: all 1s;
	display: block;
}
.fwjslistright,.fwjslistleft{
	width: 34.375rem;
}

.fwjslistright ul li{
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
	margin: 35px 0px;
	display: flex;
	justify-content: flex-end;
	flex-direction: ;
	align-items: center;
}
.fwjslistright ul li div i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	color: #f49600;
	background-color: #f5f5f5;
	border-radius: 50%;
	font-size: 32px;
	transition: all 1s;
}
.fwjslistright ul li:hover div i{
	background-color: #f49600;
	color: #fff;
}
.fwjslistright ul li.active div i{
	background-color: #f49600;
	color: #fff;
}

.fwjslistright ul li section{
	text-align: left;
	width: calc(100% - 70px);
	margin-left: 20px;
}
.fwjslistright ul li section h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.fwjslistright ul li section h1 span{
	color: #4c4c4c;
	font-size: 22px;
	transition: all 1s;
}
.fwjslistright ul li section h1 i{
	color: #4c4c4c;
	font-size: 20px;
	transition: all 1s;
}
.fwjslistright ul li section p{
	color: #6d6d6d;
	line-height: 30px;
	font-size: 15px;
	transition: all 1s;
} 
.fwjslistright ul li:hover section h1 span{
	color: #f49600;
}
.fwjslistright ul li:hover section h1 i{
	color: #f49600;
}
.fwjslistright ul li.active section h1 span{
	color: #f49600;
}
.fwjslistright ul li.active section h1 i{
	color: #f49600;
}
.clfl{
	padding: 4.6875rem 0rem;
	background-color: #f7f7f7;
}
.cpzx{
	width: 93.75rem;
	margin: 0 auto;
}
.cpzx{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
}
.cpzxright{
	width: 70rem;
}
.cpzxright ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cpzxright ul li{
	margin: 1%;
	width: 31.333%;
}
.cpzxright ul li div{
	overflow: hidden;
	width: 100%;
}
.cpzxright ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpzxright ul li:hover div img{
	transform: scale(1.05);
}
.cpzxright ul li section{
	padding: 15px 20px;
	background-color: #fff;
	transition: all 1s;
}
.cpzxright ul li section h1{
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
	transition: all 1s;
}
.cpzxright ul li section p{
	color: #808080;
	white-space:nowrap;
	line-height: 25px;
	overflow:hidden;
	height: 25px;
	text-overflow:ellipsis;
	font-size: 14px;
	transition: all 1s;
}
.cpzxright ul li:hover section{
	background-color: #f49600;
}
.cpzxright ul li:hover section h1,.cpzxright ul li:hover section p{
	color: #fff;
}
.cpzxleft{
	width: 21.25rem;
}
.cpzxleft h2{
	background-color: #f49600;
	height: 90px;
	text-indent: 2.5rem;
	line-height: 90px;
	color: #ffffff;
	font-size: 26px;
}
.cpzxleft ul{
	background-color: #fff;
	padding: 0 2.5rem;
}
.cpzxleft ul li{
	border-bottom: 1px solid #ececec;
	height: 79px;
	line-height: 79px;
}
.cpzxleft ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpzxleft ul li a span{
	color: #585858;
	font-size: 17px;
	transition: all 1s;
}
.cpzxleft ul li a i{
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/jiajian_06.jpg) center no-repeat;
	transition: all 1s;
}
.cpzxleft ul li:hover a span{
	color: #f49600;
}
.cpzxleft ul li:hover a i{
	background: url(../images/jiajian_03.jpg) center no-repeat;
}
.cpzxleft ul li.active a i{
	background: url(../images/jiajian_03.jpg) center no-repeat;
}
.cpzxleft ul li.active a span{
	color: #f49600;
}
.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: 7.5rem;
	height: 31.875rem;
}

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

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

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

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

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

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


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

.chanpinimgleft {
	width: 44.0625rem;
}

.chanpinimgright {
	width: 45%;
}

.chanpinimgright h2 {
	color: #808080;
	font-size: 14px;
}

.chanpinimgright h1 {
	color: #f49600;
	font-size: 28px;
	line-height: 90px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.25rem;
}

.chanpinimgright p {
	color: #808080;
	font-size: 14px;
	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: block;
	width: 11.25rem;
	height: 45px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #f49600;
	line-height: 45px;
	transition: all 1s;
	border-radius: 50px;
	margin-top: 50px;
	margin-right: 1.25rem;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #f49600;
}
.cpxq {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 5.625rem;
}

.cpxqleft {
	width: 35%;
}

.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #f49600;
}

.cpxqbt span {
	color: #585858;
	font-size: 18px;
	margin-left: 10px;
}

.cpxqleft ul li {
	margin-bottom: 20px;
	background-color: #fff;
}

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

.cpxqleft ul li a div {
	width: 30%;
	margin-right: 0.9375rem;
	overflow: hidden;
}

.cpxqleft ul li a div img {
	display: block;
	width: 100%;
	transition: all 1s;
}
.cpxqleft ul li:hover a div img {
	transform: scale(1.05);
}
.cpxqleft ul li a section h1 {
	color: #585858;
	font-size: 18px;
	margin-bottom: 0.9375rem;
}
.cpxqleft ul li a section{
	width: 60%;
}
.cpxqleft ul li a section p {
	color: #f49600;
	font-size: 15px;
}

.cpxqright {
	width: 60%;
}
.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: #f49600;
	font-size: 42px;
	font-family: "Poppins_Medium";
}
.cpxqxq img {
	max-width: 100%;
}

.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

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

.fy p a:hover {
	color: #f49600;
}

.clfl .xwdtlist{
	width: 93.75rem;
	margin: 0 auto;
}
.clfl .xwdtlist ul{
	flex-wrap: wrap;
}
.clfl .xwdtlist ul li{
	margin: 1%;
}
.clfl .xwdtlist ul{
	justify-content: flex-start;
}
.lxwm{
	padding: 6.25rem 0px;
	background-color: #f7f7f7;
}
.lxwmbt{
	color: #4c4c4c;
	font-size: 36px;
	text-align: center;
	margin-bottom: 60px;
}
.lxwmlist ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(24% - 60px);
    padding: 45px 30px;
	background-color: #fff;
	transition: all 1s;
}
.lxwmlist ul li i{
	color: #818181;
	position: relative;
	width: 50px;
	height: 40px;
	display: block;
}
.lxwmlist ul li i iconpark-icon{
	font-size: 36px;
	color: #818181;
	position: relative;
	z-index: 2;
	transition: all 1s;
}
.lxwmlist ul li i::after{
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #fbd599;
	position: absolute;
	top: 0;
	left: 23px;
}
.lxwmlist ul li h2{
	margin-top: 15px;
	color: #585858;
	margin-bottom: 10px;
	font-size: 20px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #808080;
	font-size: 18px;
	transition: all 1s;
	font-family: "Poppins";
}
.lxwmlist ul li:last-child p{
	font-family: "微软雅黑";
	line-height: 35px;
}
.lxwmlist ul li:hover{
	background-color: #f49600;
}
.lxwmlist ul li:hover i iconpark-icon{
	color: #fff;
}
.lxwmlist ul li:hover h2{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}

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

.xuqiu h2 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}

.xuqiu p {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.lybt {
	margin-bottom: 3.75rem;
}

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

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

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

.xuqiu form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: #f49600;
	border: 1px solid #f49600;
	color: #fff;
}
.xuqiu form button:hover {
	background-color: #f49600;
	border: 1px solid #f49600;
	color: #fff;
}
.lybt h2{
	color: #4c4c4c;
}
.lybt p{
	color: #808080;
	font-size: 16px;
}
.cjwtdv{
	width: 93.75rem;
	margin: 0 auto;
}
.gywom{
	padding-top: 6.25rem;
	background: url(../images/gywmbt_02.jpg) center bottom no-repeat;
}
.gywomdv{
	display: flex;
	justify-content: space-between;
	width: 93.75rem;
	margin: 0 auto;
	align-items: center;
	margin-bottom: 6.25rem;
}
.gywomdvleft{
	width: 47%;
}
.gywomdvright{
	width: 50%;
}
.gywomdvright video{
	width: 100%;
	display: block;
}
.gywomdvleft h1{
	color: #4c4c4c;
	font-size: 36px;
}
.gywomdvleft p{
	margin-top: 2.5rem;
	color: #4d4d4d;
	font-size: 18px;
	line-height: 35px;
}
.szi{
	padding: 75px 0px;
	border-top: 1px solid #e7e7e6;
}
.szidv{
	width: 93.75rem;
	margin: 0 auto;
}
.szidv ul{
	display: flex;
	justify-content: space-between;
}
.szidv ul li h2{
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.szidv ul li h2 span{
	color: #4c4c4c;
	font-size: 60px;
	font-family: "Poppins_SemiBold";
}
.szidv ul li h2 i{
	color: #4c4c4c;
	font-size: 18px;
	margin-left: 10px;
}
.szidv ul li p{
	color: #808080;
	font-size: 18px;
}
.yycj{
	padding: 6.25rem 0rem;
	background: url(../images/yingycj_02.jpg) center no-repeat;
	background-size: cover;
}
.yycjbt{
	margin-bottom: 60px;
	color: #4c4c4c;
	font-size: 36px;
	text-align: center;
}
.yycjlist{
	margin-bottom: 50px;
}
.yycjlist .swiper-slide div{
	overflow: hidden;
	height: 20.9375rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.yycjlist .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.yycjlist .swiper-slide h2{
	color: #333333;
	font-size: 20px;
	text-align: center;
	transition: all 1s; 
	margin-top: 25px;
}
.yycjlist .swiper-slide-active h2{
	color: #f49600;
}
.yycjlist .swiper-slide-active img{
	transform: scale(1.05);
}
.yycj>a{
	display: flex;
	justify-content: space-between;
	width: 140px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #cccccc;
	margin: 0 auto;
	align-items: center;
	padding-left: 30px;
	padding-right: 10px;
	transition: all 1s; 
}
.yycj>a span{
	color: #666666;
	font-size: 14px;
	transition: all 1s; 
}
.yycj>a iconpark-icon{
	width: 35px;
	height: 35px;
	color: #575757;
	border: 1px solid #cccccc;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	transition: all 1s; 
}
.yycj>a:hover{
	background-color: #f49600;
	border-color: #f49600;
}
.yycj>a:hover span{
	color: #fff;
}
.yycj>a:hover iconpark-icon{
	border-color: #fff;
	background-color: #fff;
	color: #f49600;
}
.qywenh{
	padding: 5.9375rem 0px;
}
.qywhua{
	width: 93.75rem;
	margin: 0 auto;
}
.qywhua #thumbs {
	border-bottom: 1px solid #e0e0e0;
}
.qywhua #thumbs .swiper-slide h1{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 50px;
	border-bottom: 1px solid transparent;
}
.qywhua #thumbs .swiper-slide h1 iconpark-icon{
	color: #808080;
	display: flex;
	justify-content: center;
	font-size: 30px;
	align-items: center;
	transition: all 1s;
}
.qywhua #thumbs .swiper-slide h1 span{
	color: #808080;
	font-size: 22px;
	margin-left: 10px;
	transition: all 1s;
}
.qywhua #thumbs .swiper-slide-thumb-active h1 iconpark-icon{
	color: #f49600;
}
.qywhua #thumbs .swiper-slide-thumb-active h1 span{
	color: #f49600;
}
.qywhua #thumbs .swiper-slide-thumb-active h1{
	border-bottom: 1px solid #f49600;
}
.qywhua #gallery{
	margin-top: 40px;
}
.qywhsiying{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.qywhsiyingleft{
	width: 50%;
}
.qywhsiyingleft img{
	display: block;
	width: 100%;
}
.qywhsiyingright{
	width: 50%;
	background-color: #f7f7f7;
	padding: 0 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qywhsiyingright div{
	width: 100%;
}
.qywhsiyingright div section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qywhsiyingright div section iconpark-icon{
	color: #f49600;
	font-size: 56px;
}
.qywhsiyingright div section span{
	color: #e6e6e6;
	font-size: 56px;
	font-family: "Poppins";
}
.qywhsiyingright div h1{
	color: #333333;
	font-size: 22px;
	margin-bottom: 15px;
}
.qywhsiyingright div h2{
	color: #808080;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.qywhsiyingright div i{
	display: block;
	width: 100px;
	height: 2px;
	background-color: #f49600;
	margin-top: -2px;
	margin-bottom: 25px;
}
.qywhsiyingright div p{
	line-height: 35px;
	color: #666666;
	font-size: 16px;
}
.glpt{
	padding-top: 5.9375rem;
	padding-bottom: 7.5rem;
	background: url(../images/ditt_02.jpg) center no-repeat;
	background-size: cover;
}
.glptdv{
	width: 93.75rem;
	margin: 0 auto;
}
.glptbt h1{
	color: #4d4d4d;
	font-size: 36px;
	text-align: center;
	margin-bottom: 1.875rem;
}
.glptbt  p{
	text-align: center;
	line-height: 40px;
	color: #808080;
	font-size: 18px;
}
.glptlist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 8.125rem;
}
.glptlist ul{
	display: flex;
	justify-content: space-between;
}
.glptlist ul li{
	width: 275px;
}
.glptlist ul li span{
	display: block;
	width: 60px;
	font-size: 56px;
	margin: 0 auto;
	margin-bottom: 1.25rem;
}
.glptlist ul li h1{
	text-align: center;
	color: #4d4d4d;
	font-size: 22px;
	margin-bottom: 0.9375rem;
}
.glptlist ul li h1 i{
	color: #f49600;
}
.glptlist ul li p{
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.jrzqbt{
	text-align: center;
	color: #ffffff;
	font-size: 36px;
}
.jrzq{
	padding: 6.25rem 0px;
	background: url(../images/zqu_02.jpg) center no-repeat;
	background-size: cover;
}
.jrzqdv{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.wor img{
	display: block;
}
.jrzqdv ul{
	display: flex;
	justify-content: space-between;
}
.jrzqdv ul li{
	width: 35%;
	overflow: hidden;
	position: relative;
	transition: all 1s;
}
.jrzqdv ul li.active{
	width: 63%;
}
.jrzqdv ul li .wortop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(244, 150, 0, 0.9);
}
.jrzqdv ul li .wortop i{
	margin: 0 auto;
	margin-top: 180px;
	margin-bottom: 1.5625rem;
	font-size: 56px;
	color: #fff;
	display: block;
	text-align: center;
}
.jrzqdv ul li .wortop h3{
	color: #ffffff;
	text-align: center;
	font-size: 22px;
}
.jrzqdv ul li .wortop h4{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 45px;
	width: 100%;
}
.jrzqdv ul li .wortop h4 span{
	color: #ffffff;
	font-size: 14px;
}
.jrzqdv ul li .wortop h4 iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.jrzqdv ul li .wortext{
	position: absolute;
	left: 3.75rem;
	bottom: 45px;
	opacity: 0;
	transition: all 1s;
}
.jrzqdv ul li.active .wortext{
	opacity: 1;
}
.jrzqdv ul li.active .wortop{
	opacity: 0;
}
.jrzqdv ul li .wortext h1{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 10px;
}
.jrzqdv ul li .wortext p{
	color: #ffffff;
	font-size: 18px;
}
.duijie{
	width: 93.75rem;
	margin: 5.625rem auto;
}
.duijiebt{
	text-align: center;
	color: #4c4c4c;
	font-size: 36px;
	margin-bottom: 3.75rem;
}
.duijielist ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.duijielist ul li{
	border: 1px solid #dedede;
	width: calc(33.33% - 62px);
	border-left: none;
	padding: 50px 30px;
	background-color: #fff;
	transition: all 1s;
}
.duijielist ul li:nth-child(6),.duijielist ul li:nth-child(4),.duijielist ul li:nth-child(5){
	border-top: none;
}
.duijielist ul li:nth-child(1),.duijielist ul li:nth-child(4){
	border-left: 1px solid #dedede;
}
.duijielist ul li h1{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.duijielist ul li:hover{
	background-color: #f49600;
}

.duijielist ul li h1 img{
	display: block;
	width: 50px;
	margin: 0 auto;
	opacity: 1;
}
.duijielist ul li h1 img:last-child{
	position: absolute;
	top: 0;
	width: 50px;
	opacity: 0;
}
.duijielist ul li:hover h1 img{
	opacity: 0;
}
.duijielist ul li:hover h1 img:last-child{
	opacity: 1;
}
.duijielist ul li h2{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 1.25rem;
	color: #585858;
	font-size: 20px;
}
.duijielist ul li p{
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.duijielist ul li:hover h2,.duijielist ul li:hover p{
	color: #fff;
}
.duankou{
	padding-top: 6.25rem;
	padding-bottom: 5.3125rem;
	background: url(../images/gewhty_02.jpg) center no-repeat;
	background-size: cover;
}
.duankoubt {
	margin-bottom: 3.4375rem;
}
.duankoubt h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 36px;
}
.duankoubt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
.duankouform{
	width: 93.75rem;
	margin: 0 auto;
}
.duankouform form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.duankouform form div{
	width: calc(49% - 32px);
	background-color: #fff;
	margin-bottom: 1.875rem;
	padding: 0 15px;
	border: 1px solid #f1f1f1;
	height: 50px;
	line-height: 50px;
}
.duankouform form div section span{
	color: #777777;
	font-size: 14px;
}
.duankouform form div section input{
	height: 50px;
	border: none;
	outline: none;
}
.duankouform form div section input::placeholder{
	color: #c7c7c7;
	font-size: 14px;
}
.duankouform form .sgeh{
	width: calc(100% - 32px);
}
.duankouform form textarea{
	line-height: 50px;
	border: none;
	outline: none;
	width: 80%;
}
.duankouform form .sageh {
	height: auto;
}
.duankouform form .sageh section{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.duankouform form .sageh section textarea::placeholder{
	color: #c7c7c7;
	font-size: 14px;
	font-family: "微软雅黑";
}
.duankouform form button{
	width: 155px;
	height: 50px;
	border: none;
	background-color: #f49600;
	border-radius: 50px;
	padding-left: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 25px;
}
.duankouform form button span{
	color: #ffffff;
	font-size: 14px;
}
.duankouform form button iconpark-icon{
	color: #ffffff;
	font-size: 22px;
}
.duankouform form div select{
	border: none;
	outline: none;
	font-size: 14px;
	width: 67%;
}
.duankouform form .sgeh select{
	width: calc(100% - 80px);
}
.cjwt{
	width: 93.75rem;
	margin: 5.625rem auto;
}
.cjwtbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cjwtbt h1{
	color: #4c4c4c;
	font-size: 36px;
}
.cjwtbt #thumbs{
	width: 50%;
	margin: 0;
}
.cjwtbt #thumbs .swiper-wrapper{
	display: flex;
	justify-content: space-between;
}
.cjwtbt #thumbs .swiper-slide{
	width: auto !important;
}
.cjwtbt #thumbs .swiper-slide h2{
	color: #808080;
	font-size: 18px;
	transition: all 1s;
}
.cjwtbt #thumbs .swiper-slide i{
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	background-color: #fff;
	margin-top: 15px;
	transition: all 1s;
}
.cjwtbt #thumbs .swiper-slide-thumb-active i{
	background-color: #f49600;
}
.cjwtbt #thumbs .swiper-slide-thumb-active h2{
	color: #f49600;
}
.cjwtdv #gallery{
	margin-top: 60px;
}
.cjwtdv #gallery ul li{
}
.cjwtdv #gallery ul li section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	border-bottom: 1px solid #eeeeee;
}
.cjwtdv #gallery ul li div{
	display: none;
}
.cjwtdv #gallery ul li section h1{
	color: #585858;
	font-size: 18px;
}
.cjwtdv #gallery ul li section span{
	color: #585858;
	font-size: 16px;
}
.cjwtdv #gallery ul li.active div{
	display: block;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	padding: 25px 0px;
	border-bottom: 1px solid #eeeeee;
}
.cjwtdv #gallery ul li.active section{
	border-bottom: 1px solid #f49600;
}
.cjwtdv #gallery ul li.active section h1,.cjwtdv #gallery ul li.active section span{
	color: #f49600;
}
.mfoot,.mfootdv{
	display: none;
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 93.75rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}

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

.sagewgsaf{
	position: absolute;
	top: 0;
	left: 0;
	animation: example 8s infinite linear;
}
@keyframes example {
  	0%   {     transform: rotate(0deg); }
  	100% {     transform: rotate(360deg);}
}

.qywhdvcenter{
	width: 28.125rem;
	padding: 4.6875rem;
}



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

.bannersasg  .swiper-slide section h2{
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
}
.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 14px;
	margin-top: 20px;
	width: 80%;
	font-family: "Poppins";
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
.sgahhrj section{
	width: 100%;
}
.bannersasg  .swiper-slide section h4{
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 65px;
	margin-top: 25px;
	font-weight: bold;
}
.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;
	border-radius: 50px;
	background-color: #f49600;
}
.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;

}
.sjnav{
	display: none;
}
.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: 93.75rem;
	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;
}
.grimg  img{
	display: block;
	width: 100%;
}
.footdvleft ul li a{
	position: relative;
}
.footdvleft ul li a div{
	position: absolute;
	width: 120px;
	display: none;
	padding: 5px;
	border-radius: 5px;
	background-color: #fff;
	transition: all 1s;
	transform: translateY(0px);
}
.footdvleft ul li a div img{
	display: block;
	width: 100%;
}
.footdvleft ul li a:hover div{
	display: block;
	transform: translateY(10px);
}






.sgewhj div{
	margin: 0 auto;
	width: calc(25% - 32px);
	background-color: #fff;
	margin-bottom: 1.875rem;
	padding: 0 15px;
	border: 1px solid #f1f1f1;
	height: 50px;
	line-height: 50px;
}
.sgewhj div section span{
	color: #777777;
	font-size: 14px;
}
.sgewhj div section input{
	height: 50px;
	border: none;
	outline: none;
}
.sgewhj div section input::placeholder{
	color: #c7c7c7;
	font-size: 14px;
}
.sgewhj a{
	margin: 0 auto;
	width: 125px;
	height: 40px;
	border: none;
	background-color: #f49600;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.lxwmlist ul{
		width: 95%;
	}
	.syprodv{
		width: 95%;
	}
	.syaboutdv{
		width: 95%;
	}
	.sz,.qywhdv,.xwdt,.footnav,.footdv,.wdldv{
		width: 95%;
	}
	.ggapp{
		width: 95%;
	}
	.fwjslist{
		width: 95%;
	}
	.fwjslistright, .fwjslistleft {
	    width: 41.375rem;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg,.cpxq{
		width: 95%;
	}
	.cpxq{
		width: 95%;
	}
	.chanpinimgright {
	    width: 51%;
	}
	.cpzx{
		width: 95%;
	}
	.cpzxleft {
	    width: 25%;
	}
	.cpzxright{
		width: 72%;
	}
	.gywomdv{
		width: 95%;
	}
	.szidv{
		width: 95%;
	}
	.qywhua{
		width: 95%;
	}
	.qywhsiying{
		width: 100%;
	}
	.syaboutdvleft{
		width: 53%;
	}
	.syaboutdvright{
		top: 10%;
	}
	.chanpinimgright h1{
		font-size: 26px;
	}
	.cjwt{
		width: 95%;
	}
	.cjwtdv{
		width: 100%;
	}
	.xuqiu form{
		width: 95%;
	}
	.clfl .xwdtlist{
		width: 95%;
	}
	.glptdv{
		width: 95%;
	}
	.glptlist{
		width: 100%;
	}
	.jrzqdv{
		width: 95%;
	}
	.duijie{
		width: 95%;
	}
	.duankouform{
		width: 95%;
	}
	.duankouform form div select{
		width: 62%;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv{
		width: 95%;
	}
	.lxwmlist ul{
		width: 95%;
	}
	.syprodv{
		width: 95%;
	}
	.syaboutdv{
		width: 95%;
	}
	.sz,.qywhdv,.xwdt,.footnav,.footdv,.wdldv{
		width: 95%;
	}
	.ggapp{
		width: 95%;
	}
	.fwjslist{
		width: 95%;
	}
	.fwjslistright, .fwjslistleft {
	    width: 41.375rem;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg,.cpxq{
		width: 95%;
	}
	.cpxq{
		width: 95%;
	}
	.chanpinimgright {
	    width: 47%;
	}
	.cpzx{
		width: 95%;
	}
	.cpzxleft {
	    width: 25%;
	}
	.cpzxright{
		width: 72%;
	}
	.gywomdv{
		width: 95%;
	}
	.szidv{
		width: 95%;
	}
	.qywhua{
		width: 95%;
	}
	.qywhsiying{
		width: 100%;
	}
	.syaboutdvleft{
		width: 64%;
	}
	.syaboutdvright{
		top: 10%;
	}
	.chanpinimgright h1{
		font-size: 26px;
	}
	.cjwt{
		width: 95%;
	}
	.cjwtdv{
		width: 100%;
	}
	.xuqiu form{
		width: 95%;
	}
	.clfl .xwdtlist{
		width: 95%;
	}
	.glptdv{
		width: 95%;
	}
	.glptlist{
		width: 100%;
	}
	.jrzqdv{
		width: 95%;
	}
	.duijie{
		width: 95%;
	}
	.duankouform{
		width: 95%;
	}
	.duankouform form div select{
		width: 53%;
	}
	.headdvright{
		width: 75%;
	}
	.yy{
		width: 80px;
		height: 35px;
	}
	.headdvright ul li a span{
		font-size: 15px;
	}
	.syprodvlist #thumbs .swiper-wrapper{
		flex-wrap: wrap;
	}
	.syprodvlist #thumbs .swiper-slide{
		width: 20% !important;
	}
	.syprodvlist #thumbs{
		height: auto;
	}
	.syprodvlist #thumbs .swiper-slide h1{
		text-align: center;
	}
	.syprodvlist #thumbs .swiper-slide h1::after{
		bottom: 10px;
	}
	.sypro{
		padding: 6.25rem 0px;
	}
	.shownav ul li{
		width: 20rem;
	}
	.cpzxleft ul li a span{
		font-size: 15px;
	}
	.gywomdvleft p{
		font-size: 14px;
	}
	.gywomdv{
		align-items: center;
	}
	.szidv ul li p{
		font-size: 15px;
	}
	.szidv ul li h2 span{
		font-size: 48px;
	}
	.szi{
		padding: 4.6875rem 0px; 
	}
	.qywhsiyingleft img{
		height: auto;
		width: auto;
	}
	.glptbt p{
		font-size: 15px;
		line-height: 30px;
	}
	.glptlist ul li{
		width: 23%;
	}
	.glptlist ul li p{
		font-size: 14px;
	}
	.lxwmlist ul li{
		padding: 2%;
		width: 20%;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.lxwmlist ul li:last-child p{
		line-height: 25px;
	}
	.cjwtbt #thumbs {
	    width: 60%;
	    margin: 0;
	}
	.xwdtlist ul li section h1{
		font-size: 18px;
		margin-top: 15px;
	}
	.chanpinimgleft {
	    width: 57rem;
	}
	.maoyileft #gallery2{
		width: 45rem;
		height: 45rem;
	}
	.maoyileft #thumbs2{
		margin: 0;
	}
	.maoyileft #thumbs2 {
	    width: 10.5rem;
	    height: 45rem;
	}
	.maoyileft #thumbs2 .swiper-slide div {
	    width: 9.5rem;
	}
	.cennuodv a{
		height: 37px;
		line-height: 37px;
	}
	.cpxqleft ul li a section h1{
		font-size: 16px;
	}
	.cpxqleft ul li a section p{
		font-size: 14px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
}
@media only screen and (min-width: 1000px){
	.syprodvlist #thumbs .swiper-slide {
	    width: auto !important;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .syprodvlist #thumbs .swiper-slide {
        width: 20% !important;
    }
}
@media only screen and (max-width: 1000px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.sypro{
		padding: 30px 0px; 
	}
	.syprodv{
		width: 95%;
	}
	.syprodvbt{
		display: block;
	}
	.syprodvbt h1{
		text-align: center;
		font-size: 20px;
	}
	.syprodvbt a{
		display: none;
	}
	.syprodvlist #thumbs .swiper-slide h1{
		text-align: center;
		line-height: 45px;
	}
	.syprodvlist #gallery ul{
		flex-wrap: wrap;
	}
	.syprodvlist #gallery ul li{
		width: 48%;
	}
	.syprodvlist #gallery ul li section{
		padding: 10px ;
	}
	.syprodvlist #gallery ul li section h1{
		font-size: 16px;
	}
	.syaboutdv{
		width: 95%;
		display: block;
	}
	.syaboutdvleft{
		width: 100%;
	}
	.syaboutdvleft h1{
		text-align: center;
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.syaboutdvleft div h3{
		font-size: 17px;
		padding-bottom: 15px;
		border-bottom: 1px solid #efeff1;
	}
	.syaboutdvleft div i {
		width: 50px;
		margin-bottom: 15px;
	}
	.syaboutdvleft div p{
		font-size: 14px;
		line-height: 30px;
	}
	.syaboutdvright{
		width: 100%;
		position: inherit;
	}
	.syaboutdvleft div a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100px;
		height: 38px;
		background: #f49600;
		border-radius: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.sz{
		width: 95%;
		margin-top: 30px;
	}
	.sz ul{
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 23%;
	}
	.sz ul li h3 span{
		font-size: 28px;
	}
	.sz ul li h3 i{
		margin-left: 5px;
		font-size: 16px;
	}
	.sz ul li h3{
		padding-bottom: 10px;
	}
	.sz ul li p{
		font-size: 14px;
		margin-top: 10px;
	}
	.qywhdv{
		width: 95%;
		display: block;
	}
	.qywhdvleft{
		width: 100%;
	}
	.qwh h1{
		text-align: center;
		font-size: 20px;
		width: 100%;
		height: 40px;
	}
	.qwh i{
		width: 50px;
		margin: 0 auto;
		margin-top: -2px;
	}
	.whtext{
		margin-top: 15px;
	}
	.whtext h2 span{
		font-size: 24px;
	}
	.whtext h2 i{
		font-size: 17px;
	}
	.whtext p{
		font-size: 14px;
		line-height: 30px;
	}
	.qywhdvcenter{
		width: 60%;
		margin: 20px auto; 
	}
	.qywhdvright{
		width: 100%;
		height: auto;
	}
	.qywhdvright::after{
		display: none;
	}
	.qywhdvright .swiper-slide i{
		display: none;
	}
	.qywhdvright .swiper-slide-thumb-active div section h1{
		font-size: 17px;
	}
	.qywhdvright .swiper-slide div section h1{
		font-size: 17px;
		text-align: center;
	}
	.qywhdvright .swiper-slide div section p{
		text-align: center;
	}
	.xwdt{
		width: 95%;
	}
	.xwdtlist ul{
		display: block;
	}
	.xwdtlist ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.xwdtlist ul li section h1{
		font-size: 16px;
	}
	.xwdtlist ul li section{
		margin-top: 20px;
	}
	.xwdtlist ul li section p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.xwdtlist ul li section h3 i{
		font-size: 12px;
	}
	.foot{
		display: none;
	}
	.shownav ul{
		width: 90%;
		height: auto;
		justify-content: space-between;
	}
	.shownav ul li{
		width: auto;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.shownav ul li:hover a {
	    background-color: #fff;
	    color: #f49600;
	}
	.ggapp{
		width: 95%;
	}
	.ggappbt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.ggappbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.ggappbt{
		margin-bottom: 20px;
	}
	.ggappdv{
		display: block;
	}
	.ggappdvleft{
		width: 100%;
	}
	.ggappdvleft h1{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.ggappdvleft ul li span {
	    width: 95%;
	    color: #808080;
	    font-size: 14px;
	    line-height: 30px;
	}
	.ggappdvleft ul li i{
		margin-top: 10px;
	}
	.ggappdvleft>h2{
		font-size: 16px;
		margin-top: 15px;
	}
	.ggappdvleft>p{
		font-size: 14px;
		line-height: 30px;
	}
	.ggappdvleft>i{
		height: 15px;
		margin-bottom: 10px;
	}
	.ggappdvright{
		margin-top: 20px;
		width: 100%;
	}
	.fwjslist{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.fwjslistright, .fwjslistleft{
		width: 100%;
	}
	.fwjslistleft ul li{
		padding: 5%;
	}
	.fwjslistleft ul li div iconpark-icon{
		width: 50px;
		height: 50px;
		font-size: 24px;
	}
	.fwjslistleft ul li section h1 i{
		font-size: 17px;
	}
	.fwjslistleft ul li section h1 span{
		font-size: 18px;
	}
	.fwjslistleft ul li section{
		margin-right: 0px;
		margin-left: 10px;
	}
	.fwjslistleft ul li{
		justify-content: flex-start;
	}
	.fwjslistleft ul li section p{
		font-size: 14px;
		text-align: left;
	}
	.fwjslistleft ul li section {
	    text-align: right;
	    width: calc(100% - 50px);
	}
	.fwjslistleft ul li{
		flex-direction: row;
	}
	.fwjslistleft ul li section h1{
		text-align: center;
		justify-content: flex-start;
	}
	.fwjslistleft ul li{
		margin: 15px 0px;
	}
	.fwjslistcenter{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fwjslistcenter img{
		margin: 0 auto;
	}
	.fwjslistright ul li{
		margin: 15px 0px;
	}
	.fwjslistright ul li{
		padding: 5%;
	}
	.fwjslistright ul li div i{
		width: 50px;
		height: 50px;
		font-size: 24px;
	}
	.fwjslistright ul li section h1 i{
		font-size: 17px;
	}
	.fwjslistright ul li section h1 span{
		font-size: 18px;
	}
	.fwjslistright ul li section{
		margin-right: 0px;
		margin-left: 10px;
	}
	.fwjslistright ul li{
		justify-content: flex-start;
	}
	.fwjslistright ul li section p{
		font-size: 14px;
		text-align: left;
	}
	.fwjslistright ul li section {
	    text-align: right;
	    width: calc(100% - 50px);
	}
	.fwjslistright ul li{
		flex-direction: row;
	}
	.fwjslistright ul li section h1{
		text-align: center;
		justify-content: flex-start;
	}
	.fwjslistright ul li{
		margin: 15px 0px;
	}
	.cpzxleft{
		display: none;
	}
	.cpzx{
		width: 95%;
	}
	.cpzxright{
		width: 100%;
	}
	.cpzxright ul li{
		width: 48%;
	}
	.cpzxright ul li section{
		padding: 5%;
	}
	.cpzxright ul li section h1{
		font-size: 16px;
	}
	.gywomdv{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.gywomdvleft{
		width: 100%;
	}
	.gywomdvleft h1{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	.gywomdvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.gywomdvright{
		width: 100%;
		margin-top: 10px;
	}
	.szi{
		padding: 4.6875rem 0px;
	}
	.szidv{
		width: 95%;
	}
	.szidv ul{
		flex-wrap: wrap;
	}
	.szidv ul li{
		margin: 15px 0px;
		width: 33.33%;
	}
	.szidv ul li h2 span{
		font-size: 28px;
	}
	.szidv ul li h2 i {
	    color: #4c4c4c;
	    font-size: 14px;
	    margin-left: 5px;
	}
	.szidv ul li p{
		font-size: 14px;
		text-align: center;
	}
	.yycjbt{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.yycjlist .swiper-slide div{
		height: auto;
	}
	.yycjlist{
		width: 95%;
		margin: 0 auto;
	}
	.yycjlist .swiper-slide h2{
		margin-top: 15px;
		font-size: 14px;
	}
	.yycj>a{
		margin-top: 25px;
		height: 38px;
		width: 100px;
		padding-left: 15px;
		padding-right: 5px;
	}
	.yycj>a iconpark-icon {
	    width: 30px;
	    height: 30px;
	}
	.qywhua{
		width: 95%;
	}
	.qywhua #thumbs .swiper-slide h1 span{
		font-size: 14px;
		margin-top: 2px;
	}
	.qywhua #thumbs .swiper-slide h1 iconpark-icon{
		font-size: 24px;
	}
	.qywhua #thumbs .swiper-slide h1 span{
		margin-left: 4px;
	}
	.qywhua #thumbs .swiper-slide h1{
		height: 32px;
	}
	.qywhua #gallery{
		margin-top: 10px;
	}
	.qywhsiying{
		width: 100%;
	}
	.qywhsiying{
		display: block;
	}
	.qywhsiyingleft {
		width: 100%;
	}
	.qywhsiyingleft img{
		width: 100%;
		display: block;
	}
	.qywhsiyingright{
		width: 90%;
		padding: 5%;
	}
	.qywhsiyingright div section iconpark-icon{
		font-size: 28px;
	}
	.qywhsiyingright div section span{
		font-size: 28px;
	}
	.qywhsiyingright div h1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.qywhsiyingright div i{
		margin-bottom: 10px;
	}
	.qywhsiyingright div p{
		line-height: 30px;
		font-size: 14px;
	}
	.glptdv{
		width: 95%;
	}
	.glptbt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.glptbt p{
		font-size: 14px;
		line-height: 30px;
	}
	.glptlist{
		width: 100%;
	}
	.glptlist ul{
		width: 100%;
		flex-wrap: wrap;
	}
	.glptlist ul li{
		width:48%;
		margin: 10px 1%;
	}
	.glptlist ul li img{
		width: 32px;
	}
	.glptlist ul li h1{
		font-size: 17px;
	}
	.glptlist ul li p{
		font-size: 14px;
		line-height: 25px;
	}
	.jrzqbt{
		font-size: 20px;
		font-weight: bold;
	}
	.jrzqdv{
		width: 95%;
	}
	.jrzqdv ul li .wortop i{
		font-size: 42px;
	}
	.jrzqdv ul li .wortop h3{
		font-size: 16px;
	}
	.wor>img {
	    display: block;
	    height: 250px;
	}
	.jrzqdv ul li .wortop i {
		margin-top: 65px;
	}
	.jrzqdv ul li .wortext h1{
		font-size: 16px;
	}
	.jrzqdv ul li .wortext p{
		font-size: 14px;
	}
	.duijiebt{
		font-size: 20px;
		font-weight: bold;
	}
	.duijie{
		width: 95%;
	}
	.duijielist ul li{
		padding: 4%;
		width: 41%;
	}
	.duijielist ul li h1 iconpark-icon{
		font-size: 32px;
	}
	.duijielist ul li h1::after{
		width: 15px;
		height: 15px;
		top: 45%;
		left: 50%;
	}
	.duijielist ul li h2{
		margin-top: 10px;
	}
	.duijielist ul li h2{
		font-size: 17px;
	}
	.duijielist ul li p{
		font-size: 14px;
		line-height: 25px;
	}
	.duijielist ul li:nth-child(3),.duijielist ul li:nth-child(5){
		border-top: none;
		border-left: 1px solid #dedede;
	}
	.duijielist ul li:nth-child(4){
		border-left: none;
	}
	.duankoubt h1{
		font-size: 20px;
		font-weight: bold;
	}
	.duankoubt p{
		font-size: 14px;
		margin-top: 10px;
	}
	.duankouform{
		width: 95%;
	}
	.duankouform form{
		display: block;
	}
	.duankouform form div{
		width: calc(100% - 32px);
		height: 40px;
		line-height: 40px;
	}
	.duankouform form div section input{
		height: 40px;
	}
	.duankouform form div select{
		width: 40%;
	}
	.duankouform form textarea{
		width: 68%;
		line-height: 40px;
	}
	.duankouform form button{
		width: 150px;
		margin-top: 15px;
		height: 40px;
	}
	.lxwmbt{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.lxwmlist ul{
		width: 95%;
		display: block;
	}
	.lxwmlist ul li{
		width: 92%;
		padding: 4%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li i iconpark-icon{
		font-size: 30px;
	}
	.lxwmlist ul li i::after {
	    display: block;
	    content: "";
	    width: 14px;
	    height: 14px;
	    border-radius: 50%;
	    background-color: #fbd599;
	    position: absolute;
	    top: 0;
	    left: 18px;
	}
	.lxwmlist ul li h2{
		margin-top: 10px;
		font-size: 17px;
		font-weight: bold;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.cjwt{
		width: 95%;
	}
	.cjwtdv{
		width: 100%;
	}
	.cjwtbt{
		display: block;
	}
	.cjwtbt h1{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.cjwtbt #thumbs{
		width: 100%;
	}
	.cjwtbt #thumbs .swiper-slide h2{
		font-size: 13px;
	}
	.cjwtdv #gallery{
		margin-top: 15px;
	}
	.cjwtdv #gallery ul li section h1{
		font-size: 14px;
	}
	.cjwtdv #gallery ul li section span{
		font-size: 12px;
	}
	.cjwtdv #gallery ul li section{
		height: 40px;
	}
	.cjwtdv #gallery ul li.active div{
		font-size: 14px;
	}
	.lybt h2{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.lybt p{
		font-size: 14px;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div input{
		width: 96%;
		padding: 0 2%;
	}
	.xuqiu form div input{
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.xuqiu form textarea{
		width: 96%;
		padding:2%;
		font-family: "微软雅黑";
	}
	.xuqiu form button{
		margin-top: 20px;
	}
	.xuqiu form button{
		width: 120px;
		height: 40px;
	}
	.clfl .xwdtlist{
		width: 95%;
	}
	.clfl .xwdtlist ul li{
		margin-bottom: 25px;
	}
	.xwdtlist ul li section h4 {
		margin-top: 5px;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		display: block;
		padding-top: 10px;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.maoyileft #thumbs2{
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: calc(100% - 4px);
	}
	.chanpinimgright{
		width: 100%;
	}
	.chanpinimgright h1{
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.cennuodv a{
		width: 30%;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
	}
	.cpxq{
		width: 95%;
		flex-direction: column-reverse;
	}
	.cpxqright{
		width: 100%;
	}
	.cpxqbt span{
		font-size: 16px;
	}
	.cpxqbt{
		margin-bottom: 10px;
	}
	.cpxqxq{
		padding: 3%;
		width: 94%;
	}
	.fy{
		display: block;
		margin-top: 10px;
	}
	.fy p{
		line-height: 25px;
		margin-bottom: 5px;
	}
	.cpxqleft{
		width: 100%;
		margin-top: 10px;
	}
	.cpxqleft ul li a section h1{
		font-size: 16px;
	}
	.cpxqleft ul li a section p{
		font-size: 14px;
	}
	.cpxqleft ul li a section{
		margin-left: 10px;
	}
	.cpxqleft ul li{
		margin-bottom: 0;
		margin-top: 10px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.bannersasg .swiper-slide section span{
		font-size: 14px;
		margin: 0 auto;
		display: none;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 20px;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 14px;
	}
	.bannersasg .swiper-slide section h3{
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide section p{
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bannersasg .swiper-slide section p i {
	    margin: 0 10px;
	    font-size: 14px;
	}
	.bannersasg .swiper-slide section h4{
		text-align: center;
		margin-top: 10px;
	}
	.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:#f49601;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #d58608;
	}
	.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;
	}
	.glptlist ul li span{
		font-size: 32px;
		text-align: center;
	}
	.duijielist ul li h1 img{
		width: 35px;
	}
	.duijielist ul li h1 img:last-child{
		width: 35px;
	}
	.qywhdvcenter {
	    padding: 14.6875rem;
	}

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

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

	}
	.sgewhj a{
		margin-top: 20px;
	}

}
.cpxqxq img{
	max-width: 100%;
}