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

@font-face
{
	font-family: "Poppins";
	src:url('/template/pc/skin/font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Anton";
	src:url('/template/pc/skin/font/Anton-Regular.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;

	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.heads {
	position: fixed;

	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0%;
}

.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 {
	width: 1500px;
	margin: 0 auto;
	height: 55px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.headdvleft section img {
	display: block;
}

.headdvleft span {
	display: block;
	color: #fff;
	font-size: 20px;
	margin-left: 15px;
}

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

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

.headdvright .guquan {
	color: #fff;
	font-size: 16px;
}

.headdvright .ss {}

.ss iconpark-icon {
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 25px;
}

.yuyan {
	display: flex;
	width: 68px;
	height: 26px;
	border: 1px solid rgba(255, 255, 255, .3);
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
}

.yuyan iconpark-icon {
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
}

.dinahua {
	margin-left: 30px;
}

.dinahua h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0px;
}

.dinahua h1 span {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 17px;
	color: #fff;
}

.dinahua h1 iconpark-icon {
	color: #ffffff;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	margin-right: 10px;
}

.banner {
	position: relative;
	z-index: 3;
}

.headnav {
	width: 1500px;
	margin: 0 auto;
}

.headnav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}

.headnav ul li a {
	color: #fff;
	font-size: 17px;
}

.headnav ul i {
	display: block;
	width: 1px;
	height: 15px;
	background-color: rgba(255, 255, 255, .3);
}

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

.zyhua {
	width: 1360px;
	background-color: #fff;
	padding: 30px 70px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -72px;
	z-index: 4;
	box-shadow: 1px 3px 15px #0808082e;
}

.zyhualeft {
	width: 250px;
}

.zyhualeft h1 {
	color: #333333;
	font-size: 24px;
}

.zyhualeft div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
}

.zyhualeft div iconpark-icon {
	color: #198c44;
	font-size: 20px;
	border: 1px solid #198c44;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.zyhualeft div section h1 {
	color: #808080;
	font-size: 14px;
}

.zyhualeft div section p {
	color: #333333;
	font-size: 22px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.zyhuaright {
	width: 1020px;
}

.zyhuaright form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zyhuaright form .zyhuarightdv {
	width: 260px;
}

.zyhuaright form .zyhuarightdv h1 {
	color: #262626;
	font-size: 14px;
	margin-bottom: 15px;
}

.zyhuaright form .zyhuarightdv h1 i {
	color: #ed0e0e;
}

.zyhuaright form .zyhuarightdv input {
	padding: 0 15px;
	width: calc(100% - 30px);
	height: 45px;
	background-color: #f9faf9;
	border: none;
	outline: none;
}
.zyhuaright form .zyhuarightdv select{
	padding: 0 15px;
	width: 100%;
	height: 45px;
	background-color: #f9faf9;
	border: none;
	outline: none;
}
.zyhuarightbbtn {
	width: 180px;
	margin-top: 34px;
}

.zyhuarightbbtn button {
	width: 180px;
	height: 45px;
	border: none;
	outline: none;
	display: block;
	background: ;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	background-image: linear-gradient(to right, #1a8c45, #1a85a8);
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.ingywm {
	padding-bottom: 60px;
	background: url(/template/pc/skin/images/aboutbg_02.jpg) center no-repeat;
	background-size: cover;
}

.ingywmdv {
	width: 1500px;
	margin: 0 auto;
	margin-top: 85px;
}

.ingywmbt {
	position: relative;
}

.ingywmbt h1 {
	color: #333333;
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.ingywmbt img {
	display: block;
	margin: 0 auto;
}

.ingywmbt span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #b2b2b2;
	font-size: 20px;
	margin-top: 15px;
	font-family: "Poppins";
}

.ingywmdvall {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.ingywmdvallleft {
	width: 48%;
	position: relative;
}

.ingywmdvallleft a span{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ingywmdvallleft a span img{
	width: auto;
	display: block;
}
.ingywmdvallleft img {
	display: block;
	width: 100%;
}

.ingywmdvallright {
	width: 45%;
}

.ingywmdvallright h1 {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.ingywmdvallright p {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}

.ingywmdvallright ul {
	margin-top: 20px;
}

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

.ingywmdvallright ul li {
	width: 19%;
}

.ingywmdvallright ul li h2 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.ingywmdvallright ul li h2 span {
	color: #198c44;
	font-size: 44px;
	font-family: "Anton";
}

.ingywmdvallright ul li h2 sub {
	font-size: 14px;
	color: #198c44;
	margin-left: 5px;
	margin-bottom: 5px;
	bottom: 0;
}

.ingywmdvallright ul li h3 {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
}

.ingywmdvallright a {
	display: flex;
	width: 100px;
	height: 50px;
	border: 1px solid #198c44;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 40px;
	line-height: 50px;
	text-align: center;
	justify-content: space-between;
	align-items: center;
	padding-left: 35px;
	padding-right: 25px;
}
.ingywmdvallright a:hover{
	background-image: linear-gradient(to right, #1a8c45, #1a85a8);
}
.ingywmdvallright a span {
	color: #198c44;
	display: block;
	font-size: 14px;
	transition: all 1s;
}
.ingywmdvallright a:hover span{
	color: #fff;
} 
.ingywmdvallright a iconpark-icon {
	color: #198c44;
	font-size: 22px;
	transition: all 1s;
}
.ingywmdvallright a:hover iconpark-icon {
	color: #fff;
}
.ingywmdvlist ul {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.ingywmdvlist ul li {
	width: 170px;
	border: 1px solid #fff;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 30px;
	background-color: rgba(255, 255, 255, 0.5);
}

.ingywmdvlist ul li i {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	margin-right: 25px;
	color: #fff;
	background-image: linear-gradient(to right, #1a8c45, #1a85a8);
	border-radius: 50%;

}

.ingywmdvlist ul li h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}

.heyfa {
	margin: 70px auto;
	width: 1500px;
}

.ingywmbt a {
	position: absolute;
	right: 0;
	top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 50px;
	border: 1px solid #198c44;
	background-color: rgba(255, 255, 255, 0.5);
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all 1s;
}

.ingywmbt a i {
	color: #198c44;
	display: block;
	font-size: 15px;
	margin: 0;
	transition: all 1s;
}

.ingywmbt a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #198c44;
	transition: all 1s;
	margin-left: 10px;
}
.ingywmbt a:hover{
    background-image: linear-gradient(to right, #1a8c45, #1a85a8);
}
.ingywmbt a:hover i{
	color: #fff;
}
.ingywmbt a:hover iconpark-icon{
	color: #fff;
}
.hangyelist {
	margin-top: 50px;
}

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

.hangyelist ul li {
	border-radius: 10px;
	position: relative;
	width: 480px;
	overflow: hidden;
}

.hangyelist ul li img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.hangyelist ul li div {
	width: 100%;
	position: absolute;
	bottom: 0%;
	left: 0%;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.hangyelist ul li div section {
	width: 80%;
	margin-bottom: 10%;
}

.hangyelist ul li div dl dd {
	height: 0;
	overflow: hidden;
}

.hangyelist ul li div h1 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 10px;
	transition: all 1s;
	font-weight: bold;
}

.hangyelist ul li div .heng {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #198c44;
	transition: all .5s;
}

.hangyelist ul li div .saigewh {
	width: 160px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 15px;
}

.hangyelist ul li div .saigewh iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
}

.hangyelist ul li div dl dd {
	height: 0px;
	overflow: hidden;
}

.hangyelist ul li div dl dd a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.hangyelist ul li div dl dd span {
	display: block;
	width: 10px;
	height: 8px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #fff;
	color: #fff;
}
.hangyelist ul li div dl dd:hover span{
	background-color:#198c44;
}

.hangyelist ul li div dl dd i {
	color: #fff;
	width: 90%;
	margin-left: 5px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.hangyelist ul li:hover img {
	transform: scale(1.05);
}

.hangyelist ul li:hover div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	align-items: center;
}

.hangyelist ul li:hover div section {
	width: 60%;
	margin-bottom: 0;
}

.hangyelist ul li:hover div h1 {
	text-align: center;
}

.hangyelist ul li:hover div .heng {
	margin: 0 auto;
	margin-bottom: 15px;
	background-color: #fff;
}

.hangyelist ul li:hover div dl dd {
	height: 40px;
	transition: all .5s;
}

.hangyelist ul li:hover div .saigewh {
	margin: 0 auto;
	margin-top: 35px;
	width: 100%;
}

.hangyelist ul li div dl dd:hover{
	transform: translateX(10px);
}

.hangyelist ul li div .saigewh:hover {
	background-color: #198c44;
}

.hangyelist ul li div .saigewh:hover span {
	color: #fff;
}

.hangyelist ul li div .saigewh:hover iconpark-icon {
	color: #fff;
}

.incpzx {
	padding-top: 70px;
	padding-bottom: 60px;
	background: url(/template/pc/skin/images/cpz_02.jpg) center no-repeat;
	background-attachment: fixed;
}

.incpzx .ingywmbt h1 {
	color: #fff;
}

.incpzx .ingywmbt span {
	color: #fff;
}

.incpzxnav {
	width: 1500px;
	margin: 0 auto;
}

.incpzxnav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 25px;
}

.incpzxnav ul li {
	width: 218px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	display: flex;
	justify-content: center;
	height: 58px;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	margin: 5px;
	padding: 0 10px;
	cursor: pointer;
	border-radius: 10px;
}

.incpzxnav ul a {
	width: 218px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	display: flex;
	justify-content: center;
	height: 58px;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
	margin: 5px;
	padding: 0 10px;
	border-radius: 10px;
}

.incpzxnav ul a iconpark-icon {
	margin-left: 10px;
	font-size: 20px;
}

.incpzxnav ul a:hover {
	background-color: #fff;
	color: #198c44;
}

.incpzxnav ul li.active {
	background-color: #fff;
	color: #198c44;
}

.incpzxlist {
	width: 1500px;
	margin: 0 auto;
	margin-top: 25px;
}

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

.cxiangleft {
	width: 50%;
	overflow: hidden;
}

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

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

.cxiangright {
	width: calc(50% - 160px);
	overflow: hidden;
	background: url(/template/pc/skin/images/dibai_03.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 80px;
}

.cxiangright div section {
	position: relative;
}

.cxiangright div section h1 {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cxiangright div section h2 {
	color: #198c44;
	font-size: 20px;
	font-weight: bold;
}

.cxiangright div section i {
	position: absolute;
	right: 0;
	top: 0px;
	color: #ebebeb;
	font-size: 60px;
	font-family: "Impact";
}

.cxiangright div p {
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
}

.cxiangright div a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 45px;
	border: 1px solid #379557;
	color: #379557;
	margin-top: 35px;
	border-radius: 7px;
	transition: all 1s;
}

.cxiangright div a:hover {
	background-color: #379557;
	color: #fff;
}

.inal {
	margin: 75px auto;
	width: 1500px;
}

.inanlist {
	margin-top: 40px;
}

.inanlist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.inanlist ul li {
	width: 31.33%;
	margin: 1% ;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.inanlist ul li .inanlistimg {
	width: 100%;
	overflow: hidden;
}

.inanlist ul li .inanlistimg img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.inanlist ul li:hover .inanlistimg img {
	transform: scale(1.1);
}

.inanlist ul li section {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 7.5%;
	width: 85%;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
}

.inanlist ul li section div {
	width: 100%;
	margin: 0 auto;
}

.inanlist ul li section em {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	height: 60px;
	width: 60px;
	font-size: 36px;
	color: #198c44;
	opacity: 0;
	border-radius: 60px;
	background-color: rgba(255, 255, 255, 0.8);
	transform: rotate3d(0, 1, 1, 180deg);
}

.inanlist ul li:hover section em {
	height: 60px;
	opacity: 1;
	transform: rotate3d(1, 1, 1, 0deg);
}

.inanlist ul li section h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
}

.inanlist ul li section h1 i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #198c44;
	margin-top: 2.5px;
}

.inanlist ul li section h1 span {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 95%;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 10px;
}

.inanlist ul li section h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 45px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 7px;
	transition: all .5s;
	height: 0;
	transform: rotateX(90deg);
}

.inanlist ul li:hover section {
	background-image: linear-gradient(180deg, transparent, #198642);
}

.inanlist ul li:hover section h2 {
	height: 45px;
	transform: rotateX(0deg);
}

.innewsdv {
	width: 1500px;
	margin: 0 auto;
}

.innews {
	padding: 65px 0;
	background: url(/template/pc/skin/images/newsbg_02.jpg) center no-repeat;
	background-size: cover;
}

.innewsdv #thumbs {
	width: 340px;
	margin: 25px auto;
}

.innewsdv #thumbs .swiper-slide h1 {
	width: calc(100% - 2px);
	height: 45px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
	color: #808080;
	font-size: 16px;
}

.innewsdv #thumbs .swiper-slide-thumb-active h1 {
	border: 1px solid #198c44;
	color: #198c44;
}

.xwlsataleft {
	width: 480px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.xwlsataleft a div {
	width: 100%;
	overflow: hidden;
}

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

.xwlsataleft a section {
	padding: 40px 45px;
	background-color: #fff;
}

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

.xwlsataleft a section h1 span {
	color: #198c44;
	font-size: 17px;
	font-weight: bold;
}

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

.xwlsataleft a section i {
	color: #878787;
	font-size: 16px;
}

.xwlsataleft a section iconpark-icon {
	font-size: 20px;
	margin-right: 10px;
}

.xwlsataleft a section h2 {
	color: #404040;
	font-size: 22px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	font-weight: bold;
}

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

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

.xwlsataright {
	width: 990px;
}

.xwlsataright ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xwlsataright ul li {
	width: 48.5%;
	border-radius: 7px;
	overflow: hidden;
	margin: 9px 0px;
}

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

.xwlsataright ul li a {
	display: flex;
	justify-content: space-between;
}

.xwlsataright ul li .xwlsataimg {
	width: 180px;
	overflow: hidden;
}

.xwlsataright ul li .xwlsatatext {
	width: 250px;
	background-color: #fff;
	padding: 0 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 1s;
}

.xwlsataright ul li .xwlsataimg img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.xwlsataright ul li:hover .xwlsataimg img {
	transform: scale(1.05);
}

.xwlsataright ul li .xwlsatatext h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 1s;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xwlsataright ul li .xwlsatatext i {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	transition: all 1s
}

.xwlsataright ul li .xwlsatatext i {
	color: #878787;
	font-size: 12px;
}

.xwlsataright ul li .xwlsatatext iconpark-icon {
	font-size: 16px;
	margin-right: 5px;
}

.xwlsataright ul li .xwlsatatext p {
	color: #666666;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s
}

.xwlsataright ul li:hover .xwlsatatext {
	background-color: #198c44;
}

.xwlsataright ul li:hover .xwlsatatext h1 {
	color: #fff;
}

.xwlsataright ul li:hover .xwlsatatext i {
	color: #fff;
}

.xwlsataright ul li:hover .xwlsatatext p {
	color: #fff;
}

.inhezdv {
	width: 1500px;
	margin: 0 auto;
}

.inhez {
	padding: 75px 0px;
	background: url(/template/pc/skin/images/hz_02.jpg) center no-repeat;
	background-size: cover;
}

.inhezlist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inhezlist ul li {
	width: 18%;
	margin: 1%;
	overflow: hidden;
	border-radius: 7px;
}

.inhezlist ul li img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.inhezlist ul li:hover img {
	transform: scale(1.05);
}

.foot {
	padding-top: 145px;
	;
	background-color: #262626;
	position: relative;
}

.foot::after {
	content: "";
	background: url(/template/pc/skin/images/footbg_02.png) top center no-repeat;
	height: 145px;
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	z-index: 6666666;
}

.footdvleftimg {
	display: block;
	margin-bottom: 45px;
}

.footdv {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footdvleft img {
	display: block;
}

.footdvleft h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 12px;
}

.footdvleft h1 img {
	width: 22px;
	margin-right: 7px;
}

.footdvleft h1 span {
	color: #cccccc;
	font-size: 14px;
}

.footdvleft ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.footdvleft ul li {
	width: 86px;
	margin-right: 18px;
}

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

.footdvleft ul li h2 {
	color: #cccccc;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

.footdvright {
	width: 1120px;
	display: flex;
	justify-content: space-between;
}

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

.footdvright dl dt {
	margin-bottom: 30px;
}

.footdvright dl dd a {
	color: #cccccc;
	transition: all 1s;
	font-size: 14px;
}

.footdvright dl dd {
	margin-bottom: 15px;
}

.footdvright dl dd a:hover {
	color: #fff;
}

.footdv {
	margin-bottom: 70px;
}

.wdl {
	width: 100%;
	height: 70px;
	border-top: 1px solid #333333;
}

.wdldv {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}

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

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

.alxqnav {
	padding-top: 30px;
	background: url(/template/pc/skin/images/ahre_06.jpg) center no-repeat;
	padding-bottom: 30px;
	background-attachment: fixed;
}

.alxqnavbg {
	width: 1500px;
	margin: 0 auto;
}

.alxqnavbg h1 {
	color: #808080;
	font-size: 14px;
}

.alxqnavbg h1 a {
	color: #808080;
	margin: 0 5px;
}

.alxqnavbg h1 a:last-child {
	color: #4c4c4c;
}
.headdvleft img {
	display: block;
}

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

.slideUp {
	border-bottom: 3px solid #198c46;
	top: 0;
	background-color: #fff;
}

.slideUp span {
	color: #333333;
}

.slideUp .headdvright .guquan {
	color: #666666;
}

.slideUp .ss iconpark-icon {
	color: #a1a1a1;
}

.slideUp .yuyan {
	color: #184188;
}

.slideUp .yuyan iconpark-icon {
	color: #184188;
}

.slideUp .yuyan {
	border-color: #184188;
}

.slideUp .yuyan span {
	color: #184188;
}

.slideUp .dinahua h1 iconpark-icon {
	color: #1a8d45;
	border-color: #1a8d45;
}

.slideUp .dinahua h1 span {
	color: #1a8d45;
}

.slideUp .headnav ul li a {
	color: #333333;
	position: relative;
}

.slideUp .headnav ul li::after{
	width: 20px;
	height: 3px;
	display: block;
	background-color: #198c46;
	position: absolute;
	left: 50%;
	margin-left: 10px;
	bottom: 10px;
}
.slideUp .headnav ul i {
	background-color: #ebebeb;
}

.alxqnavall {
	width: 1500px;
	margin: 0 auto;
	margin-top: 30px;
}

.alxqnavall ul {
	display: flex;
	justify-content: center;
}

.alxqnavall ul li {
	width: calc(20% - 20px);
	background-color: #fff;
	padding: 20px 10px;
	border-radius: 7px;
	margin: 10px;
}
.alxqnavall ul li i{
	font-size: 54px;
	color: #198c44;
}
.alxqnavall ul li:hover i{
	color: #fff;
}
.alxqnavall ul li.active i{
	color: #fff;
}
.alxqnavall ul li:hover {
	background-image: linear-gradient(to right, #198c45, #1a85a8);
}
.alxqnavall ul li.active{
	background-image: linear-gradient(to right, #198c45, #1a85a8);
}

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

.alxqnavall ul li a h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-left: 10px;
}

.alxqnavall ul li:hover a h1 {
	color: #fff;
}
.alxqnavall ul li.active a h1 {
	color: #fff;
}
.xqxmu {
	display: flex;
	justify-content: space-between;
	padding: 80px 0px;
	padding-bottom: 120px;
	width: 1500px;
	margin: 0 auto;
}

.xiangmubt {
	text-align: center;
	line-height: 30px;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.xqxmuleft {
	width: 1080px;
}

.xqxmuright {
	width: 360px;
}

.xiangmuimg {
	margin-top: 50px;
}

.xiangmuimg #gallery2 .swiper-slide div {
	width: 80%;
	margin: 0 auto;
}

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

.xqxmuleft .swiper-button-next:after,
.xqxmuleft .swiper-button-prev:after {
	color: #999999;
	font-size: 32px;
	opacity: 1;
}

.xiangmuimg #thumbs2 {
	width: 70%;
	margin-top: 15px;
}

.xiangmuimg #thumbs2 .swiper-slide .xiangmu {
	width: calc(100% - 6px);
	border: 3px solid #fff;
}

.xiangmuimg #thumbs2 .swiper-slide-thumb-active .xiangmu {
	border: 3px solid #198c44;
}

.xiangmuimg #thumbs2 .xiangmu img {
	width: 100%;
	display: block;
}

.clms {
	margin-top: 60px;
}

.clms h1 {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.clms h1 span {
	display: block;
	width: 120px;
	height: 35px;
	background-color: #198c44;
	border-radius: 50px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
}

.clms h1 i {
	display: block;
	width: 85%;
	margin-left: 20px;
	line-height: 35px;
	color: #333333;
	font-size: 16px;
}

.muxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 45px;
	background-color: #f5f8fa;
	padding-left: 15px;
}

.muxqbt i {
	width: 4px;
	height: 25px;
	background-color: #198c44;
	border-radius: 20px;
	margin-right: 10px;
}

.muxqbt span {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.muxqdv {
	margin: 50px auto;
}

.fanye {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}

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

.fanye p a:hover {
	color: #198c44;
}

.tjin {
	width: 100%;
	height: 100px;
	background: url(/template/pc/skin/images/axqyou_03.jpg) center no-repeat;
}

.tjin {
	text-align: center;
	line-height: 100px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.tjinform form {
	background-color: #f5f8fa;
	padding: 30px;
}

.tjinform form h1 {
	color: #262626;
	font-size: 14px;
	line-height: 40px;
}

.tjinform form h1 i {
	color: #ed0e0e;
}

.tjinform form input {
	padding: 0 20px;
	width: calc(100% - 40px);
	height: 45px;
	background-color: #fff;
	border: none;
	outline: none;
}

.tjinform form button {
	width: 180px;
	height: 45px;
	margin: 0 auto;
	border: none;
	outline: none;
	display: block;
	background: ;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	background-image: linear-gradient(to right, #1a8c45, #1a85a8);
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-top: 20px;
}

.gzhun {
	margin-top: 20px;
	margin-bottom: 35px;
}

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

.xgalbt {
	text-align: center;
	line-height: 50px;
	background-color: #198c44;
	width: 100%;
	color: #fff;
}

.xgalist ul {
	background-color: #f5f8fa;
}

.xgalist ul li {
	border-bottom: 1px solid #e1e4e6;
	padding: 15px;
}

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

.xgalist ul li .xgalistleft {
	width: 150px;
	overflow: hidden;
}

.xgalist ul li .xgalistleft img {
	display: block;
	transition: all 1s;
	width: 100%;
}

.xgalist ul li:hover .xgalistleft img {
	transform: scale(1.05);
}

.xgalist ul li .xgalistright {
	width: 160px;
}

.xgalist ul li .xgalistright h1 {
	color: #333333;
	font-size: 15px;
	line-height: 28px;
}

.xgalist ul li .xgalistright h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
}

.xgalist ul li:hover .xgalistright h2 {
	color: #198c44;
}

.alist {
	width: 1500px;
	margin: 75px auto;
	margin-bottom: 100px;
}

.alistall ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 35px;
}

.alistall ul li {
	width: 23%;
	margin: 1%;
	border-radius: 8px;
	overflow: hidden;
}

.alistall ul li div {
	overflow: hidden;
	width: 100%;
}

.alistall ul li div img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.alistall ul li:hover div img {
	transform: scale(1.05);
}

.alistall ul li section {
	width: calc(100% - 60px);
	padding: 20px 30px;
	background-color: #f5f6f7;
}

.alistall ul li section h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	transition: all .5s;
}

.alistall ul li section h2 {
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 1s;
}

.alistall ul li section h2 iconpark-icon {
	margin-left: 10px;
	font-size: 15px;
	transition: all 1s;
}

.alistall ul li:hover section h1 {
	color: #198c44;
}

.alistall ul li:hover section h2 {
	color: #198c44;
}

.alistall ul li:hover section h2 iconpark-icon {
	color: #198c44;
}

.cpxiangqing {
	width: 1500px;
	margin: 85px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cpxiangqingleft {
	width: 45%;
}

.cpxiangqingleft #gallery2 .xiangmu {
	border-radius: 10px;
	overflow: hidden;
}

.cpxiangqingleft #gallery2 .xiangmu img {
	display: block;
	width: 100%;
}

.cpxiangqingleft #thumbs2 .swiper-slide .xiangmu {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

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

.cpxiangqingright {
	width: 50%;
}

.cpxiangqingright h1 {
	color: #333333;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cpxiangqingright h2 {
	color: #198c44;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom: 2px solid #3466bc;
}

.cpxiangqingright .hh {
	display: block;
	width: 80px;
	height: 2px;
	background-color: #13a74a;
	margin-top: -2px;
}

.cpxiangqingright p {
	margin-top: 15px;
	line-height: 30px;
	color: #666666;
	font-size: 15px;
}

.cpxiangqingright div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 50px;
}

.cpxiangqingright div a {
	display: block;
	width: 200px;
	height: 50px;
	background-image: linear-gradient(to right, #198c45, #1a85a7);
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin-right: 35px;
}

.cpxiangqingright div section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cpxiangqingright div section iconpark-icon {
	font-size: 24px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #198c44;
	color: #198c44;
	margin-right: 10px;
}

.cpxiangqingright div section h3 I {
	display: block;
	color: #656566;
	font-size: 14px;
}

.cpxiangqingright div section h3 span {
	color: #323333;
	font-size: 30px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.cpzxq {
	width: 100%;
	height: 70px;
	background-color: #edf0f2;
}

.cpzxqdv {
	width: 1500px;
	margin: 0 auto;
	line-height: 70px;
}

.cpzxqdv h1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cpzxqdv h1 i {
	display: block;
	width: 4px;
	height: 25px;
	background-color: #198c44;
	border-radius: 20px;
	margin-right: 10px;
}

.cpzxqdv h1 a {
	margin-right: 50px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.cpzxqdv h1 a:hover {
	color: #333333;
}

.cpxqall {
	background-color: #f7f9fa;
}

.cpxqall .xqxmu .xqxmuleft .muxqdv {
	background-color: #fff;
	margin-bottom: 0;
}

.cpxqall .xqxmu .xqxmuleft .muxqdv {
	padding: 5%;
	margin: 0;
}

.cpxqall .xqxmu .xqxmuleft .fanye {
	border: none;
}

.muxqdvlist {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}

.muxqdvlist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.muxqdvlist ul li {
	width: 31.333%;
	margin: 1%;
	border-radius: 8px;
	overflow: hidden;
}

.muxqdvlist ul li div {
	overflow: hidden;
	width: 100%;
}

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

.muxqdvlist ul li:hover div img {
	transform: scale(1.05);
}

.muxqdvlist ul li section {
	width: calc(100% - 60px);
	padding: 20px 30px;
	background-color: #f5f6f7;
}

.muxqdvlist ul li section h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	transition: all 1s;
}

.muxqdvlist ul li section h2 {
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 1s;
}

.muxqdvlist ul li section h2 iconpark-icon {
	margin-left: 10px;
	font-size: 15px;
	transition: all 1s;
}

.muxqdvlist ul li:hover section h1 {
	color: #198c44;
}

.muxqdvlist ul li:hover section h2 {
	color: #198c44;
}

.muxqdvlist ul li:hover section h2 iconpark-icon {
	color: #198c44;
}

.cpxqall .gzhun {
	margin-top: 0;
}

.cpxqall .xgalist ul li {
	background-color: #fff;
	margin: 8px 0px;
	border: none;
	border: 1px solid #fff;
}

.cpxqall .xgalist ul li:hover {
	border: 1px solid #198c44;
}

.xgal1 {
	margin-top: 30px;
}

.prolist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.prolist ul li {
	width: 31.333%;
	margin: 1%;
	overflow: hidden;
}

.prolist ul li div {
	width: 100%;
	overflow: hidden;
}

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

.prolist ul li:hover div img {
	transform: scale(1.05);
}

.prolist ul li .prolisttext {
	padding: 25px 30px;
	width: calc(100% - 60px);
	background-color: #f5f6f7;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prolist ul li div section h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.prolist ul li div section h2 {
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}

.prolist ul li div iconpark-icon {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #198c44;
	color: #198c44;
	font-size: 20px;
	transition: all 1s;
}

.prolist ul li:hover div iconpark-icon {
	background-color: #198c44;
	color: #fff;
}

.lxwm {
	margin: 80px auto;
	width: 1500px;
}

.lxwmdvall {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.lxwmdvallleft {
	background: url(/template/pc/skin/images/lxwm_03.jpg) center no-repeat;
	padding: 60px;
	width: calc(36% - 120px);
	background-size: cover;
}

.lxwmdvallleft h1 {
	color: #ffffff;
	font-size: 26px;
}

.lxwmdvallleft i {
	display: block;
	margin: 10px 0;
	width: 35px;
	height: 4px;
	background-color: #fff;
}

.lxwmdvallleft p {
	color: #e2e5e3;
	font-size: 15px;
}

.lxwmdvallleft h2 {
	padding: 28px 0px;
	border-top: 1px solid rgba(28, 153, 94, 0.8);
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	margin-top: 16px;
	padding-bottom: 15px;
}
.lxwmdvallleft h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}
.lxwmdvallleft ul li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.lxwmdvallleft ul li img {
	display: block;
	width: 20px;
	margin-right: 10px;
	margin-top: 6px;
}

.lxwmdvallleft ul li span {
	width: 92%;
	line-height: 28px;
	color: #fbfbfb;
	font-size: 16px;
}

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

.lxwmdvallleft dl dd {
	width: 85px;
	margin-right: 15px;
}

.lxwmdvallleft dl dd img {
	display: block;
	width: 100%;
}

.lxwmdvallleft dl dd h5 {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
}

.zxly {
	padding-top: 70px;
	padding-bottom: 110px;
	background: url(/template/pc/skin/images/zxly1_02.jpg) center no-repeat;
}

.zxly form {
	width: 1500px;
	margin: 0 auto;
	margin-top: 30px;
}

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

.zxly form input {
	width: calc(49% - 40px);
	margin: 1% 0px;
	height: 45px;
	border: 1px solid #e6e6e6;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
}
.zxly form select {
	width: 49%;
	margin: 1% 0px;
	height: 45px;
	border: 1px solid #e6e6e6;
	padding: 0 20px;
	line-height: 45px;
	border-radius: 5px;
	outline: none;
}
.zxly form textarea {
	padding: 20px;
	width: calc(100% - 40px);
	border: 1px solid #e6e6e6;
	line-height: 30px;
	font-size: 14px;
	margin: 1% 0px;
	border-radius: 5px;
	outline: none;
	font-family: "微软雅黑";
}

.zxly form button {
	margin-top: 15px;
	width: 220px;
	height: 45px;
	background-color: #198c44;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	border: none;
}

.zhaopin {
	width: 1500px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
}

.rczplist {
	width: 1500px;
	margin: 0 auto;
	margin-top: 35px;
}

.rczplist dl dt {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #f0f1f2;
	align-items: center;
}
.rczplist dl dt i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #f0f1f2;
}
.rczplist dl dd i{
	display: block;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #198c44;
    margin-top: 25px;
}
.rczplist dl dd.active i{
	border-top: 10px solid #fff;
	transform: rotateX(180deg);
}
.rczplist dl dt h1 {
	width: 250px;
	color: #198c44;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h2 {
	width: 230px;
	color: #198c44;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h3 {
	width: 305px;
	color: #198c44;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h4 {
	width: 450px;
	color: #198c44;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dt h5 {
	width: 160px;
	color: #198c44;
	font-size: 17px;
	font-weight: bold;
}

.rczplist dl dd {
	margin-top: 10px;
}

.rczplist dl dd .rczpxx {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #f5f6f7;
}

.rczplist dl dd .rczpxx h1 {
	width: 250px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h2 {
	width: 230px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h3 {
	width: 305px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h4 {
	width: 450px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd .rczpxx h5 {
	width: 160px;
	color: #4c4c4c;
	font-size: 16px;
}

.rczplist dl dd:hover .rczpxx  {
	background-color: #198c44;
}
.rczplist dl dd.active .rczpxx {
    background-color: #198c44;
}

.rczplist dl dd:hover .rczpxx h1,
.rczplist dl dd:hover .rczpxx h2,
.rczplist dl dd:hover .rczpxx h3,
.rczplist dl dd:hover .rczpxx h4,
.rczplist dl dd:hover .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd.active .rczpxx h1,
.rczplist dl dd.active .rczpxx h2,
.rczplist dl dd.active .rczpxx h3,
.rczplist dl dd.active .rczpxx h4,
.rczplist dl dd.active .rczpxx h5 {
	color: #fff;
}
.rczplist dl dd:hover .rczpxx i {
	border-top: 10px solid #fff;
}
.rctext {
	padding: 0px 55px;
	background-color: #f5f6f7;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;overflow: hidden;
	transition: all 1s;
}

.rctextleft {
	width: 50%;
}

.rctextleft h1 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.rctextleft div {
	line-height: 30px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-size: 15px;
}

.rctextright {
	width: 560px;
	display: flex;
	justify-content: center;
	border-left: 1px solid #e6e6e6;
}

.rctextright p {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 15px;
}

.rctextright a {
	display: block;
	width: 220px;
	height: 45px;
	background-color: #155bae;
	line-height: 45px;
	text-align: center;
	margin-top: 35px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}


.zhaopin {
	margin-top: 80px;
}

.xwlist {
	width: 1500px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 120px;
}

.xwlisttj {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}

.xwlisttj .xwlsataleft a section {
	width: calc(100% - 92px);
	border: 1px solid #e6e6e6;
	border-top: none;
	border-radius: 10px;
}

.newslist ul li {
	padding: 40px 0px;
	border-bottom: 1px solid #e6e6e6;
}

.newslist ul li:first-child {
	padding-top: 0;
}

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

.newslist ul li a .newslistleft {
	width: 330px;
	overflow: hidden;
}

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

.newslistright {
	width: 70%;
	padding: 0 3.5%;
}

.newslistright h1 {
	color: #404040;
	font-size: 22px;
	transition: all 1s;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-weight: bold;
}

.newslistright span {
	display: flex;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #808080;
	font-size: 14px;
	justify-content: flex-start;
	align-items: center;
}

.newslistright span iconpark-icon {
	font-size: 16px;
	margin-right: 10px;
}

.newslistright p {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 20px;
}

.newslist ul li:hover .newslistleft img {
	transform: scale(1.05);
}

.newslist ul li:hover .newslistright h1 {
	color: #198c44;
}

.newslist ul li:hover {
	border-color: #198c44;
}

.newslist {
	margin-top: 40px;
}

.xiangmubtime h1 {
	color: #333333;
	font-size: 32px;
	margin-bottom: 10px;
}

.xiangmubtime h2 {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.xiangmubtime h2 iconpark-icon {
	font-size: 16px;
	margin-right: 10px;
}

.xqxmuright .xwform {
	display: flex;
	justify-content: space-between;
	border: 1px solid #e6e6e6;
	padding: 0 25px;
}

.xqxmuright .xwform input {
	border: none;
	line-height: 35px;
	outline: none;
}

.xqxmuright .xwform button {
	outline: none;
	width: 35px;
	height: 35px;
	border: none;
	background-color: transparent;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
}

.hangy {
	margin: 50px auto;
	margin-bottom: 150px;
	width: 1500px;
}

.hangylist {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

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

.hangylist dl {
	width: 32%;
}

.hangylist dl dt {
	width: 100%;
	overflow: hidden;
}

.hangylist dl dt img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.hangylist dl dt:hover img {
	transform: scale(1.05);
}

.hangylist dl dd {
	padding: 50px 45px;
	background-image: linear-gradient(#f5f6f7, #fff);
}

.hangylist dl dd h1 {
	color: #333333;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.hangylist dl dd p {
	padding-bottom: 25px;
	border-bottom: 1px solid #d7d8d9;
	text-align: center;
	color: #4c4c4c;
	font-size: 15px;
}

.hangylist dl dd ul {
	width: 75%;
	margin: 0 auto;
	margin-top: 35px;
}

.hangylist dl dd ul li {
	margin-top: 20px;
	transition: all 1s;
	transform: translateX(0px);
}

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

.hangylist dl dd ul li a i {
	width: 10px;
	height: 8px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: #198c44;
	margin-right: 8px;
}

.hangylist dl dd ul li a span {
	display: block;
	width: 90%;
	color: #4c4c4c;
	font-size: 17px;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hangylist dl:hover dd {
	background-image: linear-gradient(#e8f6ed, #fff);
}

.hangylist dl dd ul li:hover {
	transform: translateX(15px);
}

.hangylist dl dd ul li:hover span {
	color: #198c44;
}

.hangyenr {
	margin: 65px auto;
	width: 1500px;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
}

.hangyenrleft {
	width: 1080px;
}

.hangyenrleftbt {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

.xgalist .xglink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 50px;
	background-image: linear-gradient(#198c44, #1a85a7);
	margin: 0 auto;
	margin-top: 25px;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
}

.xgalist .xglink iconpark-icon {
	font-size: 20px;
	margin-left: 10px;
}

.di {
	background: url(/template/pc/skin/images/di_03.jpg) center no-repeat;
	margin-top: 15px;
}

.gsjjall {
	padding: 65px 0px;
	background: url(/template/pc/skin/images/gsjjbg_02.jpg) center no-repeat;
	background-size: cover;
}

.gsjjalldv {
	width: 1500px;
	margin: 0 auto;
}

.gsjjalldvnr {
	margin: 35px auto;
}

.gsjjalldvnr h1 {
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}

.gsjjalldvnr p {
	width: 90%;
	margin: 0 auto;
	text-indent: 2em;
	margin-top: 30px;
	color: #4c4c4c;
	line-height: 30px;
	font-size: 16px;
}

.wys {
	padding: 60px 0px;
	background: url(/template/pc/skin/images/lh_02.jpg) center no-repeat;
	background-attachment: fixed;
}

.wyslist {
	width: 1500px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

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

.wyslist dl dt {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
}

.wyslist dl dd {
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}

.spdv {
	position: relative;
	width: 1500px;
	margin: 30px auto;
	margin-bottom: 90px;
}

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

.spdv div {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	width: 100%;
	height: 100%;
}

.spdv div img {
	width: auto;
	margin: 0 auto;
}

.spdv div h1 {
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
}

.xmfbu {
	margin: 55px auto;
	width: 1500px;
	margin-bottom: 35px;
	display: flex;
	justify-content: flex-start;
}

.xmfburight {
	width: 63%;
}

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

.xmfbuleft {
	width: 35%;
}

.xmfbuleft .ingywmbt h1 {
	text-align: left;
}

.xmfbuleft .ingywmbt img {
	margin: 0;
}

.xmfbuleft .ingywmbt span {
	text-align: left;
}

.xmfbulist h1 {
	color: #333333;
	font-size: 36px;
	margin-top: 40px;
	margin-bottom: 80px;
}

.xmfbulist ul {
	display: flex;
	flex-wrap: wrap;
}

.xmfbulist ul li {
	width: 50%;
	margin: 20px 0px;
}

.xmfbulist ul li h2 {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.xmfbulist ul li h2 span {
	color: #198c44;
	font-size: 44px;
	font-family: "Anton";
}

.xmfbulist ul li h2 sub {
	color: #198c44;
	font-size: 14px;
	    margin-left: 5px;
}

.xmfbulist ul li h3 {
	color: #4c4c4c;
	font-size: 17px;
	font-weight: bold;
}

.qyrongyu {
	margin: 85px auto;
	width: 1500px;
	margin-bottom: 60px;
}

.qyrongyu1 {
	margin-top: 40px;
}

.qyrongyu1 .swiper-button-next,
.qyrongyu1 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50px;
}

.qyrongyu1 .swiper-button-next:after,
.qyrongyu1 .swiper-button-prev:after {
	font-size: 18px;
}

.qyrongyu1 .swiper-slide div {
	width: 100%;
	overflow: hidden;
}

.qyrongyu1 .swiper-slide div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.qyrongyu1 .swiper-slide div img:hover {
	transform: scale(1.05);
}

.qyrongyu2 {
	margin-top: 20px;
}

.qyrongyu2 .swiper-button-next,
.qyrongyu2 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50px;
}

.qyrongyu2 .swiper-button-next:after,
.qyrongyu2 .swiper-button-prev:after {
	font-size: 18px;
}

.qyrongyu2 .swiper-slide div {
	width: 100%;
	overflow: hidden;
}

.qyrongyu2 .swiper-slide div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.qyrongyu2 .swiper-slide div img:hover {
	transform: scale(1.05);
}

.zlzs {
	padding: 55px 0px;
	background: url(/template/pc/skin/images/jdsiahge_02.jpg) center no-repeat;
}

.zlzsdv {
	width: 1500px;
	margin: 0 auto;
}

.zlzsdv ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zlzsdv ul li {
	width: 48%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 10px 0px;
}

.zlzsdv ul li i {
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background-color: #198c44;
	margin-top: 10px;
}

.zlzsdv ul li span {
	display: block;
	width: 95%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

.zli {
	margin: 70px auto;
	width: 1500px;
	margin-bottom: 50px;
}

.zlist ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.zlist ul li {
	width: 14.6%;
	margin: 1%;
	overflow: hidden;
}

.zlist ul li img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.zlist ul li:hover img {
	transform: scale(1.05);
}

.zlist .swiper-pagination {
	position: inherit;
	margin-top: 30px;
}

.zlist .swiper-pagination-bullet {
	width: 25px;
	height: 5px;
	border-radius: 5px;
}

.zlist .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #198c44;
}

.cxpt {
	padding: 120px 0px;
	background-color: #f7f9fb;
}

.cxptdv {
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.cxptdvleft {
	width: 49%;
}

.cxptdvleft .ingywmbt h1 {
	text-align: left;
}

.cxptdvleft .ingywmbt img {
	margin: 0;
}

.cxptdvleft .ingywmbt span {
	text-align: left;
}

.cxptlist p {
	margin-top: 15px;
	line-height: 35px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 35px;
}

.cxptdvleft ul li {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 13px 0px;
}

.cxptdvleft ul li i {
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background-color: #198c44;
	margin-top: 8px;
}

.cxptdvleft ul li span {
	display: block;
    width: 90%;
    /* height: 25px; */
    line-height: 25px;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    font-size: 16px;
}

.cxptdvright {
	width: 42%;
}

.cxptdvright img {
	display: block;
	width: auto;
	max-width: 100%;
}

.whdv {
	display: flex;
	justify-content: space-between;
	width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
}

.ppwh {
	margin: 75px auto;
	margin-bottom: 125px;
}

.whdvleft {
	width: 49%;
}

.whdvleft div {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.whdvleft div:hover img{
	transform: scale(1.05);
}
.whdvleft div img {
	display: block;
	width: 100%;
	transition: all .5s;
}
.whdvright{
	border-radius: 5px;
	overflow: hidden;
}

.whdvleft div section {
	width: calc(100% - 130px);
	top: 0;
	left: 0;
	position: absolute;
	left: 65px;
	margin-top: 50px;
}

.whdvleft div section h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

.whdvleft div section p {
	color: #fff;
	font-size: 22px;
	line-height: 35px;
}

.whdvleft div:last-child {
	margin-top: 20px;
}

.whdvright {
	width: 49%;
}
.whdvright img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.whdvright:hover img{
	transform: scale(1.05);
}
.whdvleft div {
	position: relative;
}

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

.whdvleft div section {
	width: calc(100% - 130px);
	top: 0;
	left: 0;
	position: absolute;
	left: 65px;
	margin-top: 50px;
}

.whdvleft div section h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

.whdvleft div section p {
	color: #fff;
	font-size: 22px;
	line-height: 35px;
}

.whdvleft div:last-child {
	margin-top: 20px;
}

.whdvright {
	position: relative;
}

.whdvrightv {
	position: relative;
}

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

.whdvright:hover img {
	transition: steps(1.05);
}

.whdvright section {
	width: calc(100% - 130px);
	top: 0;
	left: 0;
	position: absolute;
	left: 65px;
	margin-top: 50px;
}

.whdvright section h1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

.whdvright section p {
	color: #fff;
	font-size: 22px;
	line-height: 35px;
}

.fzlc {
	width: 1500px;
	margin: 35px auto;
	margin-bottom: 130px;
}

.fzlclist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fzlclist ul li {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	transform: translateX(-11px);
}

.fzlclist ul li em {
	display: block;
	width: 80px;
	height: 1;
	border-top: 1px dotted #999999;
	margin: 0 10px;
	margin-top: 38px;
}

.fzlclist ul li h1 {
	font-family: "Poppins";
	color: #333333;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 25px;
}

.fzlclist ul li img {
	margin-top: 29px;
}

.fzlclist ul li section {
	width: 590px;
}

.fzlclist ul li section dl dd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}

.fzlclist ul li section dl dd i {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #198c44;
	border-radius: 50%;
	margin-right: 10px;
}

.fzlclist ul li section dl dd span {
	color: #4c4c4c;
	font-size: 16px;
}

.fzlclist ul li section dl dd span b {
	color: #198c44;
}

.fzlclist ul li:nth-child(odd) {
	flex-direction: row-reverse;
	transform: translateX(10px);
}

.fzlclist ul li:nth-child(odd) h1 {
	text-align: right;
}

.fzlclist ul li:nth-child(odd) section dl dd {
	flex-direction: row-reverse;
}

.fzlclist ul li:nth-child(odd) section dl dd i {
	margin-right: 0px;
	margin-left: 10px;
}

.fzlclist ul {
	position: relative;
}

.fzlclist ul::after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #47a369;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}

.fzlclist {
	margin-top: 35px;
}

.fzlclist ul {
	padding-top: 30px;
	padding-bottom: 30px;
}
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
}

.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 48px;
}
.bannersasg  .swiper-slide section h4{
	text-align: center;
	font-size: 60px;
	line-height: 106px;
	color: #ffffff;
	font-weight: bold;
}
.bannersasg .swiper-slide section h3{
	text-align: center;
	font-size: 60px;
	line-height: 106px;
	color: #ffffff;
	font-weight: bold;
}
.sagehhh{
	height: 151px;
}
.alxqnavbg h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.alxqnavbg h1 img{
	display: block;
	margin-right: 8px;
}
.mfootdv,.mfoot{
	display: none;
}

.headnav ul{
	position: relative;
}
.ndny{
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 65px;
	display: none;
	height: 530px;
}
.slideUp .ndny{
	top: 65px;
	border-top: 3px solid #198c46;
}
.ndny .ndnyleft{
	width: 100%;
	position: relative;
}
.ndny .ndnyleft dl dd{
	width: 100%;
	background-color: #fff;
	text-align: center;
	line-height: 80px;
	display: flex;
	justify-content: flex-start;
}
.ndny .ndnyleft dl dd h4{
	width: 30%;
}
.ndny .ndnyleft dl dd h4 a{
	display: block;
	color: #333333;
	font-size: 17px;
}
.ndny .ndnyleft dl dd h4 a:hover{
	background-color: #f5f6f8;
	color: #198c44;
	font-size: 18px;
	font-weight: bold;
}
.ndny .ndnyleft dl dd:hover h4 a{
	background-color: #f5f6f8;
	color: #198c44;
	font-size: 18px;
	font-weight: bold;
}
.ndny .ndnyleft dl dd h4.hover a{
	background-color: #f5f6f8;
	color: #198c44;
	font-size: 18px;
	font-weight: bold;
}
.ndny .ndnyleft dl dd.hover h4 a{
	background-color: #f5f6f8;
	color: #198c44;
	font-size: 18px;
	font-weight: bold;
}
.ndny .ndnyleft dl dd.hover .ndnylist{
	display: block;
}
.ndny .ndnylist{
	width: 50%;
	padding: 0px 10%;
	background-color: #f5f6f8;
	position: absolute;
	right: 0;
	z-index: 5;
	clear: both;
	display: none;
	top: 0;

	min-height: 100%;
}
.ndny .ndnylist h5{
	text-align: left;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	line-height: 50px;
}
.ndny .ndnylist  p a{
	display: block;
	color: #666666;
	font-size: 15px;
	text-align: left;
	line-height: 45px;
}
.ndny .ndnylist::after{
	content: "";
	clear: both;
	width: 450px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -450px;
}
.ndny .ndnyleft dl dd h4{
	width: 30%;
    position: relative;
    z-index: 6;
}
.ndny .ndnyleft dl dd:hover .ndnylist{
	display: block;
}
.headnav ul li{
	width: 100%;
}
.headnav ul li:hover .ndny{
	display: flex;
}
.headnav ul li a {
    color: #fff;
    font-size: 17px;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
}
.ndny .ndnylist p a{
	height: auto;
	color: #333;
	transition: all 1s;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.headnav ul li:hover .ndny .ndnylist p a{
	color: #333;
}
.ndny .ndnylist p a span{
	margin-right: 10px;
}
.ndny .ndnylist p a:hover{
	transform: translateX(10px);
	color: #1a8c4e;
}
.ndny .ndnylist h5{
	margin-top: 15px;
}

.footxs{
	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;
        position: relative;
        /*正在运行*/
}
.mnavall{
	display: none;
}
.ndny .ndnylist p a:hover iconpark-icon{
	color: #1a8c4e;
}
@keyframes beat {
    0% {
       top: -10px;
    }
    100% {
   		top: -5px;
	}
}
.footxs{
	height: 70px;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0%;
    z-index: 55555;
}
.footxs iconpark-icon{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.footxs h1{
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: -5px;
}
.foot{
	position: relative;
}
.foot::after{
	z-index: 3;
}
.hangyelist ul li div dl dd i{
	font-size: 16px;
}
.xwlsataright ul li .xwlsatatext section{
	width: 100%;
}
.bannersasg .swiper-pagination{
	
	bottom: 10%;
}
.bannersasg .swiper-pagination-bullet{
	opacity: 1;
	background-color: #fff;
	border-radius: 0;
	border-top-right-radius: 5px;
	opacity: 0.5;
	border-bottom-left-radius: 5px;
}
.bannersasg .swiper-pagination-bullet-active{
	opacity: 1;
}
.tjinform form select{
	padding: 0 20px;
	width: 100%;
	height: 45px;
	background-color: #fff;
	border: none;
	outline: none;
}
select{
	outline: none;
}
option:checked{
	border-color:#fff;
	line-height: 30px;
}
.headnav ul li a{
	position: relative;
}
.headnav ul li:hover a{
	color: #198c46;
    
}

.headnav ul li.active a {
	color: #198c46;
    
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 90px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
	z-index: 99999999;
}
.ssdv form{
	width: 1500px;
	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;

}

.dhua{
	position: fixed;
	top: 60%;
	right: 35px;
	z-index: 99;
}
.dhua h2{
	margin-bottom: 35px;
	transition: all 1s;
	border-radius: 60px;
	height: 58px;
	width: 58px;
	position: relative;
	background-image: linear-gradient(to right, #1a8c45, #1a85a8);
	box-shadow: 0px 0px 10px #5757575e;
}
.dhua h2::after{
	position: absolute;
	top: 0;
	right: 3px;
	content: "";
	width: 0%;
	border-radius: 60px;
	height: 59px;
	overflow: hidden;
	transition: all 1s;
	background-image: linear-gradient(to right, #1a8c45, #1a85a8);
}
.dhua h2 span{
	width: 240px;
	z-index: -1;
	overflow: hidden;
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	font-family: "微软雅黑";
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	margin-top: 15px;
	transition: all 1s;
	transform: translateX(40px);
}
.dhua h2 iconpark-icon{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #198c44;
	font-size: 28px;
	background-color: rgba(255, 255, 255, 1.0);	
	float: right;
	position: relative;
	z-index: 3;
	margin-top: -1px;
    margin-right: -1px;
}
.dhua h2:hover {
	width: 240px;
	padding-left: 15px;
	
}
.dhua h2:hover span{
	width: 150px;
	opacity: 1;
	transform: translateX(-75px);
	z-index: 3;
	opacity: 1;
}
.dhua h2:hover::after{
	width: 100%;
	display: none;
}
.dhua h2:hover iconpark-icon{
	margin-left: 10px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}
.cxiangright div{
	width: 100%;
}
.xiangmu video{
	width: 100%;
}
.alxqnavall ul{
	position: relative;
}
.alxqnavall ul li dl{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


.fuwubt dl{
	display: flex;
	justify-content: center;
}
.fuwubt dl dd{
	background-color:#f1f1f1;
	width: 100%;
	margin: 0 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	transition: all .5s;
}
.pagination li a{
	    padding: 6px 10px;
}
.fuwubt {
	margin-top: 15px;
}
.fuwubt dl dd a{
	display: flex;
	padding: 15px;
	justify-content: flex-start;
	align-items: center;
}
.fuwubt dl dd i{
	display: block;
	height: 20px;
	width: 4px;
	background-color: #1a8d45;
	margin-right: 20px;
	transition: all .5s;
	border-radius: 5px;
}
.fuwubt dl dd span{
	color: #666666;
	font-size: 16px;
	transition: all .5s;
}
.fuwubt dl dd:hover{
	background-color: #1a8d45;
}
.fuwubt dl dd:hover i{
	background-color: #fff;
}
.fuwubt dl dd:hover span{
	color: #fff;
}
.fuwubt dl dd.active{
	background-color: #1a8d45;
}
.fuwubt dl dd.active i{
	background-color: #fff;
}
.fuwubt dl dd.active span{
	color: #fff;
}
.muxqdv img{
	max-width: 100%;
	height: auto !important;
}
.yuyan a {
    display: flex;
    width: 68px;
    height: 26px;
    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%;
	}

	.headnav {
		width: 95%;
	}

	.zyhua {
		width: calc(95% - 140px);
	}

	.zyhualeft {
		width: 30%;
	}

	.zyhuaright {
		width: 70%;
	}

	.zyhuaright form .zyhuarightdv {
		width: 23%;
	}

	.ingywmdv {
		width: 95%;
	}

	.ingywmdvallright ul li h2 sub {
		margin-left: 5px;
	}

	.ingywmdvlist ul li img {
		width: 35px;
	}

	.ingywmdvlist ul li {
		padding: 1%;
		width: 13%;
	}

	.ingywmdvlist ul li img {
		margin-right: 10px;
	}

	.heyfa {
		width: 95%;
	}

	.hangyelist ul li {
		width: 32%;
	}

	.hangyelist ul li img {
		width: auto;
	}

	.incpzxnav {
		width: 95%;
	}

	.incpzxlist {
		width: 95%;
	}

	.cxiangleft img {
		width: auto;
	}

	.inal {
		width: 95%;
	}

	.innewsdv {
		width: 95%;
	}

	.xwlsataleft {
		width: 32.33%;
	}

	.xwlsataright {
		width: 66%;
	}

	.xwlsataright ul li .xwlsataimg {
		width: 45%;
	}

	.xwlsataright ul li .xwlsatatext {
		width: 50%;
		padding: 0 4%;
	}

	.xwlsatatext section {
		width: 100%;
	}

	.inhezdv {
		width: 95%;
	}

	.footdv {
		width: 95%;
	}

	.wdldv {
		width: 95%;
	}

	.alxqnavbg {
		width: 95%;
	}

	.alxqnavall {
		width: 95%;
	}

	.xqxmu {
		width: 95%;
	}

	.xqxmuleft {
		width: 72%;
	}

	.xqxmuright {
		width: 23%;
	}

	.tjin {
		font-size: 18px;
	}

	.xgalist ul li .xgalistright h1 {
		height: 30px;
		overflow: hidden;
	}

	.alxqnavall ul li img {
		width: 30px;
	}

	.alxqnavall ul li {
		padding: 1%;
		margin: 1%;
		width: 16%;
	}

	.alist {
		width: 95%;
	}

	.cpxiangqing {
		width: 95%;
	}

	.cpxiangqingright h1 {
		font-size: 36px;
	}

	.cpxiangqingright h2 {
		padding-bottom: 20px;
	}

	.cpxiangqingright div {
		margin-top: 25px;
	}

	.cpzxqdv {
		width: 95%;
	}

	.cpxqall .xqxmu .xqxmuleft .muxqdv {
		padding: 3%;
	}

	.xgalist ul li .xgalistright {
		width: 45%;
	}

	.xgalist ul li .xgalistleft {
		width: 50%;
	}

	.prolist {
		margin-top: 25px;
	}

	.fzlc {
		width: 95%;
	}

	.gsjjalldv {
		width: 95%;
	}

	.wyslist {
		width: 95%;
	}

	.xmfbu {
		width: 95%;
	}

	.xmfbuleft {
		width: 45%;
	}

	.spdv {
		width: 95%;
	}

	.whdv {
		width: 95%;
	}

	.qyrongyu {
		width: 95%;
	}

	.zlzsdv {
		width: 95%;
	}

	.zli {
		width: 95%;
	}

	.cxptdv {
		width: 95%;
	}

	.lxwm {
		width: 95%;
	}

	.zxly form {
		width: 95%;
	}

	.zhaopin {
		width: 95%;
	}

	.rczplist {
		width: 100%;
	}

	.rczplist dl dt h3 {
		width: 200px;
	}

	.rczplist dl dd .rczpxx h3 {
		width: 200px;
	}

	.xwlist {
		width: 95%;
	}

	.lxwmdvallright {
		width: 64%;
		overflow: hidden;
	}

	.lxwmdvallright img {
		height: 100%;
	}
	.hangyenr{
		width: 95%;
	}
	.hangyenrleft{
		width: 70%;
	}
	.xqxmuright{
		width: 25%;
	}
	.ingywmdvlist ul li i{
		margin-right: 15px;
	}
	.hangylist{
		width: 100%;
	}
	.hangy{
		width: 95%;
	}
	.hangylist dl dd ul{
		width: 100%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.headdv {
		width: 95%;
	}

	.headnav {
		width: 95%;
	}

	.zyhua {
		width: calc(95% - 140px);
	}

	.zyhualeft {
		width: 30%;
	}

	.zyhuaright {
		width: 70%;
	}

	.zyhuaright form .zyhuarightdv {
		width: 23%;
	}

	.ingywmdv {
		width: 95%;
	}

	.ingywmdvallright ul li h2 sub {
		margin-left: 5px;
	}

	.ingywmdvlist ul li img {
		width: 35px;
	}

	.ingywmdvlist ul li {
		padding: 1%;
		width: 13%;
	}

	.ingywmdvlist ul li img {
		margin-right: 10px;
	}

	.heyfa {
		width: 95%;
	}

	.hangyelist ul li {
		width: 32%;
	}

	.hangyelist ul li img {
		width: auto;
	}

	.incpzxnav {
		width: 95%;
	}

	.incpzxlist {
		width: 95%;
	}

	.cxiangleft img {
		width: auto;
	}

	.inal {
		width: 95%;
	}

	.innewsdv {
		width: 95%;
	}

	.xwlsataleft {
		width: 32.33%;
	}

	.xwlsataright {
		width: 66%;
	}

	.xwlsataright ul li .xwlsataimg {
		width: 45%;
	}

	.xwlsataright ul li .xwlsatatext {
		width: 50%;
		padding: 0 4%;
	}

	.xwlsatatext section {
		width: 100%;
	}

	.inhezdv {
		width: 95%;
	}

	.footdv {
		width: 95%;
	}

	.wdldv {
		width: 95%;
	}

	.alxqnavbg {
		width: 95%;
	}

	.alxqnavall {
		width: 95%;
	}

	.xqxmu {
		width: 95%;
	}

	.xqxmuleft {
		width: 72%;
	}

	.xqxmuright {
		width: 23%;
	}

	.tjin {
		font-size: 18px;
	}

	.xgalist ul li .xgalistright h1 {
		height: 30px;
		overflow: hidden;
	}

	.alxqnavall ul li img {
		width: 30px;
	}

	.alxqnavall ul li {
		padding: 1%;
		margin: 1%;
		width: 16%;
	}

	.alist {
		width: 95%;
	}

	.cpxiangqing {
		width: 95%;
	}

	.cpxiangqingright h1 {
		font-size: 36px;
	}

	.cpxiangqingright h2 {
		padding-bottom: 20px;
	}

	.cpxiangqingright div {
		margin-top: 25px;
	}

	.cpzxqdv {
		width: 95%;
	}

	.cpxqall .xqxmu .xqxmuleft .muxqdv {
		padding: 3%;
	}

	.xgalist ul li .xgalistright {
		width: 45%;
	}

	.xgalist ul li .xgalistleft {
		width: 50%;
	}

	.prolist {
		margin-top: 25px;
	}

	.fzlc {
		width: 95%;
	}

	.gsjjalldv {
		width: 95%;
	}

	.wyslist {
		width: 95%;
	}

	.xmfbu {
		width: 95%;
	}

	.xmfbuleft {
		width: 45%;
	}

	.spdv {
		width: 95%;
	}

	.whdv {
		width: 95%;
	}

	.qyrongyu {
		width: 95%;
	}

	.zlzsdv {
		width: 95%;
	}

	.zli {
		width: 95%;
	}

	.cxptdv {
		width: 95%;
	}

	.lxwm {
		width: 95%;
	}

	.zxly form {
		width: 95%;
	}
	.prolisttext section{
		width: 80%;
	}
	.zhaopin {
		width: 95%;
	}

	.rczplist {
		width: 100%;
	}

	.rczplist dl dt h3 {
		width: 200px;
	}

	.rczplist dl dd .rczpxx h3 {
		width: 200px;
	}

	.xwlist {
		width: 95%;
	}

	.lxwmdvallright {
		width: 64%;
		overflow: hidden;
	}

	.lxwmdvallright img {
		height: 100%;
	}

	.headdvleft span {
		font-size: 16px;
	}

	.ss iconpark-icon {
		margin: 0 10px;
	}

	.headdvright .guquan {
		font-size: 14px;
	}

	.dinahua {
		margin-left: 20px;
	}

	.dinahua h1 span {
		font-size: 18px;
	}

	.zyhua {
		width: 90%;
		padding: 30px 2.5%;
	}

	.ingywmdvallright h1 {
		font-size: 24px;
	}

	.ingywmdvallright ul li {
		width: 23%;
	}

	.ingywmdvallright ul li h3 {
		line-height: 25px;
	}

	.ingywmdvallright a {
		height: 45px;
		line-height: 45px;
		margin-top: 25px;
	}

	.cxiangright {
		padding: 30px 50px;
		width: calc(50% - 100px);
	}

	.inanlist ul li section {
		padding: 20px 7.5%;
	}

	.cxiangright div section h1 {
		font-size: 24px;
		width: 80%;
	}

	.inanlist ul li section h1 span {
		line-height: 20px;
		height: 20px;
		font-size: 20px;
	}

	.xwlsataright ul li .xwlsatatext i {
		margin-top: 5px;
	}

	.xwlsataright ul li .xwlsatatext h1 {
		margin-bottom: 5px;
	}

	.xwlsataleft a section {
		padding: 9%;
	}

	.footdvright dl:nth-child(5),
	.footdvright dl:nth-child(6) {
		display: none;
	}

	.alxqnavall ul {
		flex-wrap: wrap;
	}

	.alxqnavall ul li {
		width: 29.333%;
	}

	.xiangmubt {
		font-size: 24px;
	}

	.tjinform form {
		padding: 20px;
	}

	.tjin {
		font-size: 17px;
	}

	.alistall ul li section {
		padding: 5%;
		width: 90%;
	}

	.alistall ul li section h2 {
		margin-top: 10px;
	}

	.cpxiangqingright div section h3 span {
		font-size: 24px;
	}

	.cpxiangqingright p {
		height: 120px;
		overflow: hidden;
	}

	.prolist ul li .prolisttext {
		padding: 5%;
		width: 90%;
	}

	.xmfbulist h1 {
		font-size: 24px;
	}

	.xmfbulist ul li {
		width: 48%;
	}

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

	.alxqnavall ul li {
		width: 21%;
	}

	.whdvleft div section {
		width: 90%;
		left: 5%;
		margin-top: 7%;
	}

	.whdvleft div section p {
		font-size: 18px;
	}

	.whdvright section p {
		font-size: 18px;
	}

	.lxwmdvallleft {
		width: 30%;
		padding: 3%;
	}

	.lxwmdvallleft h1 {
		font-size: 23px;
	}

	.rczplist dl dd .rczpxx {
		height: 60px;
		align-items: center;
		line-height: 25px;
	}

	.rczplist dl dd .rczpxx h1,
	.rczplist dl dd .rczpxx h2,
	.rczplist dl dd .rczpxx h3,
	.rczplist dl dd .rczpxx h4,
	.rczplist dl dd .rczpxx h5,
	.rczplist dl dd .rczpxx h6 {
		font-size: 14px;
	}

	.rczplist dl dt h2,
	.rczplist dl dd .rczpxx h2 {
		width: 120px;
	}

	.rczplist dl dt h3,
	.rczplist dl dd .rczpxx h3 {
		width: 120px;
	}

	.xiangmubtime h1 {
		font-size: 24px;
	}

	.xwlisttj .xwlsataleft a section {
		width: 81%;
	}

	.xwlsataleft a section h2 {
		font-size: 18px;
	}

	.lxwmdvallright img {
		height: 100%;
	}
	.hangyenr{
		width: 95%;
	}
	.hangyenrleft{
		width: 72%;
	}
	.xqxmuright{
		width: 25%;
	}
	.ingywmdvlist ul li i{
		margin-right: 15px;
	}
	.hangylist{
		width: 100%;
	}
	.hangy{
		width: 95%;
	}
	.hangylist dl dd ul{
		width: 100%;
	}
}

@media screen and (max-width: 999px) {
	.htmleaf-container {
		display: block;
	}

	.heads {
		display: none;
	}

	.ingywm {
		padding: 30px 0px;
	}

	.zyhua {
		width: 85%;
		padding: 5%;
		display: block;
	}

	.zyhualeft {
		width: 100%;
	}

	.zyhualeft h1 {
		font-size: 18px;
		text-align: center;
		font-weight: bold;
	}

	.zyhualeft div {
		justify-content: center;
		display: flex;
	}

	.zyhualeft div section h1 {
		text-align: left;
		font-weight: normal;
	}

	.zyhualeft div section p {
		font-size: 17px;
	}

	.zyhuaright {
		width: 100%;
		margin-top: 15px;
	}

	.zyhuaright form {
		display: block;
	}

	.zyhuaright form .zyhuarightdv h1 {
		margin-bottom: 10px;
	}

	.zyhuaright form .zyhuarightdv {
		width: 100%;
		margin-bottom: 10px;
	}

	.zyhuaright form .zyhuarightdv input {
		height: 40px;
	}

	.zyhuarightbbtn {
		margin-top: 15px;
	}

	.zyhua {
		margin: 0 auto;
	}

	.ingywmdv {
		width: 95%;
		margin-top: 20px;
	}

	.ingywmbt h1 {
		font-size: 24px;
	}

	.ingywmbt img {
		width: 85px;
	}

	.ingywmbt span {
		margin-top: 5px;
		font-size: 14px;
	}

	.ingywmdvall {
		display: block;
		margin-top: 15px;
	}

	.ingywmdvallleft {
		width: 100%;
	}

	.ingywmdvallright {
		width: 100%;
		margin-top: 15px;
	}

	.ingywmdvallright h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.ingywmdvallright p {
		font-size: 14px;
		line-height: 30px;
	}

	.ingywmdvallright ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.ingywmdvallright ul li {
		width: 48%;
	}

	.ingywmdvallright ul li h2 span {
		font-size: 32px;
	}

	.ingywmdvallright ul li h2 {
		display: flex;
		justify-content: center;
		align-items: baseline;
	}

	.ingywmdvallright ul li h2 sub {
		margin-left: 5px;
	}

	.ingywmdvallright ul li h3 {
		text-align: center;
		font-weight: normal;
		font-size: 13px;
	}

	.ingywmdvallright a {
		margin: 0 auto;
		margin-top: 25px;
		height: 40px;
	}

	.ingywmdvlist ul {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.ingywmdvlist ul li {
		width: calc(44% - 2px);
		padding: 2%;
		margin: 1%;
		justify-content: flex-start;
	}

	.ingywmdvlist ul li img {
		margin-right: 5px;
	}

	.heyfa {
		width: 95%;
		margin: 30px auto;
	}

	.ingywmbt a {
		position: initial;
		margin: 0 auto;
		margin-top: 10px;
		height: 40px;
		width: 150px;
	}

	.hangyelist {
		margin-top: 20px;
	}

	.hangyelist ul {
		display: block;
	}

	.hangyelist ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.hangyelist ul li:hover div dl dd {
		height: 30px;
		transition: all .5s;
	}

	.hangyelist ul li div dl dd i {
		font-size: 14px;
	}

	.hangyelist ul li div h1 {
		font-weight: bold;
		font-size: 20px;
	}

	.hangyelist ul li div .saigewh {
		width: 160px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}

	.hangyelist ul li:hover div .saigewh {
		margin-top: 20px;
	}

	.incpzx {
		padding-top: 30px;
		background-size: cover;
	}

	.incpzxnav {
		width: 100%;
	}

	.incpzxnav ul li {
		width: 42%;
		padding: 2%;
		margin: 1%;
	}

	.incpzxnav ul a {
		width: 100%;
		height: 45px;
	}

	.incpzxlist {
		width: 95%;
	}

	.cxiang {
		display: block;
	}

	.cxiangleft {
		width: 100%;
	}

	.cxiangright {
		width: 90%;
		padding: 5%;
	}

	.cxiangright div section h1 {
		font-size: 17px;
	}

	.cxiangright div section h2 {
		font-size: 17px;
	}

	.cxiangright div section i {
		font-size: 42px;
	}

	.cxiangright div p {
		margin-top: 10px;
		font-size: 14px;
	}

	.cxiangright div a {
		width: 160px;
		margin-top: 15px;
	}

	.cxiangright div a {
		font-size: 14px;
		height: 40px;
	}

	.inal {
		width: 95%;
		margin: 30px auto;
	}

	.inanlist {
		margin-top: 20px;
	}

	.inanlist ul li {
		width: 48%;
	}

	.inanlist ul li section {
		padding: 5%;
		width: 90%;
	}

	.inanlist ul li section h1 {
		margin: 5px 0;
	}

	.inanlist ul li section h1 span {
		font-size: 17px;
	}

	.inanlist ul li:hover section h2 {
		width: 100%;
		height: 35px;
		font-size: 14px;
	}

	.inanlist ul li:hover section img {
		display: none;
	}

	.innews {
		padding: 30px 0px;
	}

	.innewsdv {
		width: 95%;
	}

	.xwlsataleft {
		display: none;
	}

	.xwlsataright {
		width: 100%;
	}

	.xwlsataright ul li {
		width: 100%;
	}

	.xwlsataright ul li .xwlsataimg {
		width: 45%;
	}

	.xwlsataright ul li .xwlsatatext {
		width: 50%;
		padding: 2.5%;
	}

	.xwlsataright ul li .xwlsatatext section {
		width: 100%;
	}

	.inhez {
		width: 100%;
	}

	.inhez {
		padding: 30px 0px;
	}

	.inhezdv {
		width: 95%;
	}

	.inhezlist {
		margin-top: 10px;
	}

	.inhezlist ul li {
		width: 31.33%;
	}

	.inhezlist ul li:last-child {
		display: none;
	}

	.foot {
		display: none;
	}

	.alxqnavbg {
		width: 95%;
	}

	.alxqnav {
		padding-top: 30px;
		background-size: cover;
	}

	.alxqnavbg {
		width: 95%;
		margin: 0 auto;
		line-height: 25px;
	}

	.alxqnavall {
		width: 95%;
		margin-top: 15px;
	}

	.alxqnavall ul {
		flex-wrap: wrap;
	}

	.xqxmu {
		width: 95%;
		display: block;
		padding: 30px 0px;
	}

	.xqxmuleft {
		width: 100%;
	}

	.xiangmubt {
		font-size: 18px;
	}

	.xiangmuimg {
		margin-top: 15px;
	}

	.xiangmuimg #gallery2 .swiper-slide div {
		width: 100%;
	}

	.xiangmuimg #thumbs2 {
		width: 100%;
		margin-top: 10px;
	}

	.clms {
		margin-top: 30px;
	}

	.clms h1 i {
		font-size: 14px;
	}

	.muxqdv {
		margin: 30px auto;
	}

	.fanye {
		padding-bottom: 20px;
		display: block;
	}

	.fanye p {
		line-height: 30px;
	}

	.tjinform form {
		padding: 5%;
	}

	.alist {
		width: 95%;
		margin: 30px auto;
	}

	.alistall ul {
		margin-top: 20px;
	}

	.alistall ul li {
		width: 48%;
	}

	.alistall ul li section {
		padding: 5%;
		width: 90%;
	}

	.alistall ul li section h2 {
		margin-top: 7px;
	}

	.htmleaf-container {
		background-color: #fff;
		height: 50px;
	}

	.cpxiangqing {
		width: 95%;
		display: block;
		margin: 30px auto;
	}

	.cpxiangqingleft {
		width: 100%;
	}

	.cpxiangqingright {
		width: 100%;
		margin-top: 15px;
	}

	.cpxiangqingright h1 {
		font-size: 20px;
	}

	.cpxiangqingright h2 {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.cpxiangqingright p {
		font-size: 14px;
		line-height: 28px;
	}

	.cpxiangqingright div {
		display: block;
		margin-top: 20px;
	}

	.cpxiangqingright div a {
		margin-bottom: 15px;
		height: 40px;
		line-height: 40px;
	}

	.cpxiangqingright div section h3 span {
		font-size: 20px;
	}

	.cpxiangqingright div section iconpark-icon {
		width: 40px;
		height: 40px;
	}

	.cpzxq {
		height: 50px;
	}

	.cpzxqdv {
		width: 95%;
		height: 50px;
		line-height: 50px;
	}

	.cpzxqdv h1 a {
		font-size: 17px;
	}

	.muxqdvlist {
		padding-top: 15px;
		margin-top: 15px;
	}

	.muxqdvlist ul {
		display: block;
	}

	.muxqdvlist ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.cpxqall .xqxmu .xqxmuleft .muxqdv {
		padding: 2.5%;
	}

	.muxqdvlist ul li section {
		padding: 5%;
		width: 90%;
	}

	.prolist ul li {
		width: 48%;
	}

	.prolist ul li .prolisttext {
		padding: 5%;
		width: 90%;
	}

	.prolist ul li {
		width: 98%;
	}

	.prolisttext section {
		width: 80%;
	}

	.prolist ul li div section h1 {
		font-size: 17px;
	}

	.prolist ul li div section h2 {
		font-size: 14px;
	}

	.alxqnavall ul li {
		width: 44%;
		padding: 2%;
		margin: 1%;
	}

	.alxqnavall ul li a img {
		width: 40px;
		display: block;
	}

	.fzlc {
		width: 95%;
	}

	.fzlclist ul li h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.fzlclist ul li em {
		margin-top: 15px;
	}

	.fzlclist ul li img {
		margin-top: 5px;
	}

	.fzlclist ul li section dl dd span {
		width: 93%;
		font-size: 14px;
	}

	.fzlclist ul li section dl dd {
		align-items: flex-start;
	}

	.fzlclist ul li section dl dd i {
		margin-top: 7px;
	}

	.fzlc {
		margin-bottom: 30px;
	}

	.gsjjalldv {
		width: 95%;
	}

	.gsjjall {
		padding: 30px 0px;
	}

	.gsjjalldvnr {
		margin: 15px auto;
	}

	.gsjjalldvnr h1 {
		font-size: 18px;
	}

	.gsjjalldvnr p {
		width: 100%;
		font-size: 14px;
		line-height: 28px;
		margin-top: 15px;
	}

	.ingywmdvlist ul li img {
		width: 50px;
	}

	.wyslist {
		width: 95%;
		flex-wrap: wrap;
	}

	.wyslist dl {
		width: 31%;
		margin: 15px 0;
	}

	.wyslist dl dt {
		font-size: 18px;
		text-align: center;
	}

	.wyslist dl dd {
		font-size: 14px;
		text-align: center;
	}

	.wyslist dl:nth-child(2),
	.wyslist dl:nth-child(1) {
		width: 48%;
	}

	.wys {
		padding: 30px 0px;
		background-size: cover;
	}

	.xmfbu {
		width: 95%;
	}

	.xmfbu {
		display: block;
		margin: 30px auto;
	}

	.xmfbuleft {
		width: 100%;
	}

	.xmfbulist h1 {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.xmfbulist ul li h3 {
		font-size: 14px;
		font-weight: normal;
		text-align: center;
	}

	.xmfbulist ul li h2 {
		justify-content: center;
	}

	.xmfbulist ul li h2 span {
		font-size: 32px;
	}

	.xmfbulist ul li h2 sub {
		font-size: 14px;
		margin-left: 5px;
	}

	.xmfbulist ul li {
		margin: 10px 0px;
	}

	.xmfburight {
		width: 100%;
	}

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

	.spdv {
		width: 100%;
		margin-bottom: 30px;
	}

	.spdv div img {
		width: 30px;
	}

	.ppwh {
		margin: 30px auto;
	}

	.whdv {
		width: 95%;
		margin-top: 20px;
		display: block;
	}

	.whdvleft {
		width: 100%;
		display: block;
	}

	.whdvleft div section {
		width: 90%;
		left: 5%;
		margin-top: 5%;
	}

	.whdvleft div section h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.whdvleft div section p {
		font-size: 14px;
		line-height: 25px;
		margin-top: 5px;
	}

	.whdvleft div:last-child {
		margin: 10px auto;
	}

	.whdvright {
		width: 100%;
	}

	.whdvright section {
		width: 90%;
		padding: 5%;
		left: 0;
	}

	.whdvright section h1 {
		font-size: 22px;
	}

	.whdvright section p {
		font-size: 14px;
		line-height: 25px;
		margin-top: 5px;
	}

	.qyrongyu {
		width: 95%;
		margin: 30px auto;
	}

	.qyrongyu1 {
		margin-top: 20px;
	}

	.zlzsdv {
		width: 95%;
	}

	.zlzsdv ul li {
		width: 100%;
		margin: 5px 0px;
	}

	.zlzsdv ul li span {
		font-size: 14px;
	}

	.zlzs {
		padding: 30px 0px;
	}

	.zli {
		width: 95%;
		margin: 30px auto;
	}

	.zlist ul li {
		width: 31.333%;
	}

	.cxpt {
		padding: 30px 0px;
	}

	.cxptdv {
		width: 95%;
		display: block;
	}

	.cxptdvleft {
		width: 100%;
	}

	.cxptlist p {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.cxptdvleft ul li span {
		font-size: 14px;
	}

	.cxptdvleft ul li {
		margin: 8px auto;
	}

	.cxptdvright {
		width: 100%;
	}

	.cxptdvright img {
		display: block;
		width: 100%;
		margin-top: 15px;
	}

	.lxwm {
		width: 95%;
		margin: 30px auto;
	}

	.lxwmdvall {
		margin-top: 20px;
		display: block;
	}

	.lxwmdvallleft {
		width: 90%;
		padding: 5%;
	}

	.lxwmdvallleft h1 {
		font-weight: bold;
		font-size: 18px;
	}

	.lxwmdvallleft p {
		font-size: 14px;
		line-height: 25px;
	}

	.lxwmdvallleft h2 {
		font-size: 17px;
		padding: 15px 0px;
	}

	.lxwmdvallleft ul li span {
		font-size: 14px;
	}

	.lxwmdvallleft ul li {
		margin-bottom: 5px;
	}

	.lxwmdvallleft dl {
		margin-top: 15px;
	}

	.lxwmdvallright {
		width: 100%;
	}

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

	.zxly {
		padding: 30px 0px;
	}

	.zxly form {
		width: 95%;
		margin-top: 10px;
	}

	.zxly form input {
		padding: 0 10px;
		width: calc(48% - 20px);
	}

	.zhaopin {
		width: 95%;
		margin: 30px auto;
	}

	.rczplist {
		width: 95%;
	}

	.rczplist {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
	}

	.rczplist dl dt {
		padding: 0 5%;
	}

	.rczplist dl dt h4 {
		display: none;
	}

	.rczplist dl dd .rczpxx h4 {
		display: none;
	}

	.rczplist dl dd .rczpxx {
		padding: 0 5%;
	}

	.rczplist dl dt h3 {
		display: none;
	}

	.rczplist dl dd .rczpxx h3 {
		display: none;
	}

	.rczplist dl dd .rczpxx h5 {
		font-size: 14px;
	}

	.rczplist dl dd .rczpxx h1 {
		font-size: 14px;
	}

	.rczplist dl dd .rczpxx h2 {
		font-size: 14px;
	}

	.rczplist dl dd .rczpxx {
		line-height: 40px;
	}

	.rczplist dl dt {
		line-height: 50px;
	}

	.rctext {
		padding: 0%;
		flex-wrap: wrap;
	}

	.rctextleft {
		width: 100%;
	}
	.rczplist dl dd i{
		margin-top: 15px;
	}

	.rczplist dl dd:hover .rctext {
		display: block;
	}
	.rczplist dl dd:hover .rctext{
		flex-wrap: wrap;
	}

	.rctextright {
		width: 100%;
		justify-content: flex-start;
		border: none;
	}
	.rczplist dl dd .rczpxx h5{
		font-size: 13px;
	}
	.xiangmubtime h1{
		font-size: 18px;
		font-weight: bold;
		line-height: 30px;
	}
	.muxqdv{
		margin: 15px auto;
	}
	.gzhun{
		margin-bottom: 20px;
	}
	.xwlist{
		width: 95%;
		padding-top: 30px;
		margin-top: 0;
	}
	.xwlisttj{
		display: none;
	}
	.newslist ul li{
		padding: 20px 0px;
	}
	.newslist ul li a{
		display: block;
	}
	.newslist ul li a .newslistleft{
		width: 100%;
	}
	.newslistright{
		padding: 0 5%;
		padding-top: 5%;
		width: 90%;
	}
	.newslistright h1{
		font-size: 17px;
	}
	.newslistright p{
		font-size: 14px;
		margin-top: 15px;
	}
	.xwlist{
		margin-bottom: 30px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 22px;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 22px;
		line-height: 30px;
	}
	.ingywmdvlist ul li i{
		width: 45px;
		height: 45px;
		font-size: 28px;
		margin-right: 15px;
	}
	.ingywmdvlist ul li h1{
		font-size: 15px;
	}
	.incpzxnav ul li{
		height: auto;
		font-size: 14px;
		line-height: 25px;
		font-weight: normal;
	}
	.sagehhh{
		display: none;
	}
	.alxqnavall ul li i{
		font-size: 32px;
	}
	.hangy{
		width: 95%;
		margin: 30px auto;
	}
	.ingywmbt{
		width: 95%;
	}
	.hangylist{
		display: block;
		margin-top: 20px;
	}
	.hangylist dl{
		width: 100%;
		margin-bottom: 10px;
	}
	.hangylist dl dd{
		padding: 5%;
	}
	.hangylist dl dd h1{
		font-size: 18px;
	}
	.hangylist dl dd ul{
		width: 80%;
		padding: 5%;
		margin: 0 auto;
	}
	.hangylist dl dd ul li{
		margin-top: 10px;
	}
	.hangylist dl dd ul li a span{
		font-size: 14px;
	}
	.hangyenr{
		width: 95%;
		margin: 30px auto;
		display: block;
	}
	.hangyenrleft{
		width: 100%;
		margin-bottom: 20px;
	}
	.hangyenrleftbt{
		font-size: 18px;
	}
	
	.xgalbt{
		font-size: 17px;
		font-weight: bold;
	}
	.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: #198c44;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #1a7b3e;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.hangyelist ul li div {
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	    background-color: rgba(0, 0, 0, 0.3);
	    align-items: center;
	}
	.hangyelist ul li div section {
	    width: 60%;
	    margin-bottom: 0;
	}
	.hangyelist ul li div h1 {
		text-align: center;
	}

	.hangyelist ul li div .heng {
		margin: 0 auto;
		margin-bottom: 15px;
		background-color: #fff;
	}

	.hangyelist ul li div dl dd {
		height: 40px;
		transition: all 1s;
	}

	.hangyelist ul li div .saigewh {
		margin: 0 auto;
		margin-top: 35px;
		width: 100%;
	}
	.hangyelist ul li div dl dd {
        height: 30px;
    }
    .mobile-inner-img div{
    	display: flex;
    	justify-content: flex-start;
    	align-items: center;
    	height: 50px;
    }
    .mobile-inner-img img{
    	height: 40px;
    }
    .dhua h2{
    	width: 43px;
    	height: 43px;
    }
    .dhua h2 iconpark-icon{
    	width: 45px;
    	height: 45px;
    }
    .dhua h2 span{
    	margin-top: 8px;
    }
    .dhua h2:hover span{
    	transform: translateX(-55px);
    }
    .dhua h2:hover{
    	width: 210px;
    }
    .dhua{
    	right: 15px;
    }
    .xqxmuright{
    	width: 100%;
    }
    .gzhun img{
    	width: auto;
    	margin: 0 auto;
    	max-width: 100%;
    }
    .fuwubt dl{
    	justify-content: space-between;
    	width: 100%;
    	flex-wrap: wrap;
    }
    .fuwubt dl dd{
    	width: 48%;
    	margin: 1%;
    }
    .mobile-inner-img a {
        position: absolute;
        display: block;
        width: 35px;
        height: 35px;
        background-color: #1a7b3e;
        border-radius: 50px;
        text-align: center;
        line-height: 37px;
        font-size: 15px;
        top: 8px;
        left: 75%;
        z-index: 100;
        color: #fff;
    }
}
<!--耗时1774217972.2187秒-->