/* 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;
}
body {
    font-size: 12px;
    font-family: "Arial";
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
@font-face
{
	font-family: "Tungsten";
	src:url('../font/TUNGSTEN-SEMIBOLD.OTF');
}
@font-face
{
	font-family: "Thesignature";
	src:url('../font/Thesignature.ttf');
}
@font-face
{
	font-family: "HarmonyOS";
	src:url('../font/HarmonyOS_Sans_SC_Medium.ttf');
}
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:0;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	position: fixed;
	height:135px;
	top: 0px;
	width: 100%;
	background-color: #fff;
	left: 0%;
	transition: all .5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.headdvsaf{
	height: 135px;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform:translateY(-100px);
	/*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;
	width: 1500px;
	margin: 0 auto;
	height: 115px;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright i{
	display: block;
	color: #e6e6e6;
	font-size: 14px;
}
.headdvright ul li{
	line-height: 98px;
	padding: 0 10px;
	transition: all .3s;
	border-top: 2px solid transparent;
}
.headdvright ul i{
	display: block;
	height: 5px;
	width: 5px;
	background-color: #4d4d4d;
	border-radius: 50%;
}
.headdvright ul li a{
	color: #4c4c4c;
	font-size: 16px;
}
.headdvright ul li:hover{
	border-top: 2px solid #09357e;
}
.headdvright ul li:hover a{
	color: #09357e;
} 
.ss{
	margin-left: 20px;
	margin-right: 20px;
}
.ss form{
	width: 195px;
	height: 35px;
	background-color: #f3f3f3;
	display: flex;
	padding: 0 15px;
	border-radius: 50px;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
}
.ss form input{
	display: block;
	border: none;
	background-color: transparent;
	outline: none;
}
.ss form input::placeholder{
	color: #9d9d9d;
	font-size: 14px;
}
.ss form button{
	display: flex;
	align-items: center;
	border: none;
	background-color: #f3f3f3;
}
.ss svg{
	fill:#5b5b68;
	width: 20px;
	height: 20px;
}
.ss a{
	display: block;
}
.yuyanqiehuan iconpark-icon{
	color: #272636;
	font-size: 24px;
}
.yuyanqiehuan {
	position: relative;
}
.yuyanqiehuan h1{
   
    width: 40px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    text-align: center;
   	background: #f0f0f0;
}
.yuyanqiehuan h1:hover{
	display: block;
	background: #176a18;
}
.yuyanqiehuan h1:hover a{
	color: #fff;
}
.ulnav{
	position: absolute;
	background: url(../images/xingzhuang_03.png) center right no-repeat;
	height: 60px;
	width: 100%;
	right: 0;
	bottom: -30px;
}
.ulnav ul{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.ulnav ul li{
	margin-left: 45px;
}
.ulnav ul li a{
	color: #ffffff;
	line-height: 60px;
	font-size: 16px;
	text-transform: uppercase;
}
.banner img{
	display: block;
	width: 100%;
}
.zjaboutleft{
	width: 70%;
}
.zjaboutright{
	width: 30%;
}
.zjabout{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zjaboutlfdv{
	width: 65%;
	margin: 0 210px;
	padding-right: 5%;
	background: url(../images/diandian_03.png) no-repeat;
	background-position: 100% 20%;
}
.zjbt{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#thumbs{
	margin: 0;
	width: 500px;
}
.zjbt h1{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}
.zjbt #thumbs{
	margin-left: 15px;
}
.zjbt #thumbs .swiper-slide{
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zjbt #thumbs .swiper-slide span{
	font-size: 18px;
	color: #808080;
	padding: 10px 0px;
	font-weight: bold;
	margin: 0 auto;
	border-bottom: 2px solid #ffffff;
}
.zjbt #thumbs .swiper-slide-thumb-active span{
	border-bottom: 2px solid #ef6525;
}
#gallery{
	margin: 25px auto;
}
.zjaboutlfdv{
	margin-top: 30px;
}
.gsjj{

}
.gsjj div{
	display: block;
	overflow: hidden;
}
.gsjj div img{
	display: block;
	width: 100%;
	cursor: pointer;
}
.gsjj p{
	color: #4c4c4c;
	font-size: 16px;
	margin: 40px 0px;
	line-height: 30px;
}
.gsjj h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsjj h3 a{
	color: #ef6525;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.gsjj h3 a iconpark-icon{
	color: #ef6525;
	font-size: 22px;
	margin-left: 5px;
}
.zjaboutright{
	padding: 135px 0px;
	background: url(../images/abbg_03.jpg) center no-repeat;
	background-size: cover;display: flex;
	align-items: center;
	justify-content: center;
}
.zjaboutright ul li{
	margin-bottom: 50px;
}
.zjaboutright ul li:last-child{
	margin-bottom: 0px;
}
.zjaboutright ul li h1{
	color: #fff;
	font-size: 68px;
	font-family: "HarmonyOS";
}
.zjaboutright ul li h1 i{
	font-size: 32px;
}
.zjaboutright ul li p{
	color: #fff;
	font-size: 16px;
}
.cpzx{
	background: url(../images/ng_02.jpg) center no-repeat;
	background-size: cover;
	position: relative;
	padding: 105px 0px;
}
.cpzxdian{
	width: 1500px;
	margin: 0 auto;
	position: relative;
}
.cpzxdian img{
	position: absolute;
    top: -145px;
}
.cpzxdv{
	width: 1500px;
	margin: 0 auto;
}
.cpzxdvbt{
	display: flex;
	justify-content: space-between;
}
.cpzxdvbtleft{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.cpzxdvbtleft h1{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}
.cpzxdvbtleft ul{
	display: flex;
	justify-content: flex-start;

}
.cpzxlist{
	min-height: 420px;
}
.cpzxdvbtleft ul li{
	margin-left: 35px;
}
.cpzxdvbtleft ul li a{
	padding: 10px 0 ;
	color: #808080;
	font-size: 18px;
	border-bottom:2px solid #f5f6f7 ;
	transition: all .5s;
	font-weight: bold;
}
.cpzxdvbtleft ul li.active a{
	border-bottom:2px solid #ef6525 ;
}
.cpzxdvbtright a{
	display: block;
	width: 190px;
	background: url(../images/more_03.png) center no-repeat; 
}
.cpzxdvbtright a{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	transition: all .5s;
}
.cpzxdvbtright a:hover{
	background: url(../images/more_031.png) center no-repeat; 
	color: #fff;
}
.cpzxlist{
	width: 1500px;
	margin: 50px auto;
}
.cpzxlist ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpzxlist ul li{
	width:28%;
	transition: all .5s;
}
.cpzxlist ul li img{
	display: block;
	width: 100%;
	transition: all .5s; 
}
.cpzxlist ul li h1{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	margin-top: 35px;
	opacity: 0;
	transition: all .5s;
}
.cpzxlist ul li.active{
	width: 40%;
}
.cpzxlist ul li.active h1{
	opacity: 1;
	text-align: center;
	text-transform: uppercase;
}
.cpzxlist ul li:nth-child(2).active h1{
	text-align: right;
	text-align: center;
	text-transform: uppercase;
}
.rmcp{
	position: relative;
	width: 1500px;
	margin: 105px auto;
}
.rcbt{
	display: flex;
	justify-content: space-between;
}
.rcbtrm h1{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.rcbtrm{
	display: flex;justify-content: flex-start;
	align-items: baseline;
}
#thumbs1{
	width: 670px;
}
.rcbtrm #thumbs1{
	margin-left: 15px;
}
.rcbtrm #thumbs1 .swiper-slide{
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rcbtrm #thumbs1 .swiper-slide span{
	font-size: 18px;
	color: #808080;
	padding: 10px 0px;
	margin: 0 auto;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}
.rcbtrm #thumbs1 .swiper-slide-thumb-active span{
	border-bottom: 2px solid #ef6525;
}
#gallery1{
	margin-top: 50px;
}
.cplist ul{
	display: flex;
	justify-content: flex-start;
}
.cplist ul li{
	width: 23%;
	margin: 1%;
	overflow: hidden;
}
.cplist ul li div{
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
.cplist ul li div img{
	width: 100%;
	transition: all .5s;
}
.cplist ul li div span{
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	padding:  0 5%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	line-height: 30px;
	font-size: 16px;
	background-color: rgba(23, 106, 24, 0.5);
	opacity: 0;
	transition: all .5s;
}
.cplist ul li:hover div img{
	transform: scale(1.05);
}
.cplist ul li:hover div span{
	opacity: 1;
}
.cplist ul li h1{
	margin-top: 25px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.zxkf{
	padding: 45px 0rem;
	background: url(../images/bgah_02.jpg) center no-repeat;
	background-attachment: fixed;
}
.zxkfdv{
	width: 1500px;
	margin: 0 auto;
}
.zxkfdv h1{
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.zxkfdv p{
	margin: 15px auto;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}
.zxkfdv section{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zxkfdv section a{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 125px;
	padding: 0 35px;
	height: 40px;
	border-radius: 50px;
	background-color: #ef6525;
	color: #ffffff;
	font-size: 14px;
	margin: 0 15px;
	transition: all .5s;
}
.zxkfdv section a iconpark-icon{
	font-size: 20px;
	color: #fff;
	transition: all .5s;
}
.zxkfdv section a:last-child{
	background-color: #fff;
	color: #4c4c4c;
}
.zxkfdv section a:last-child iconpark-icon{
	color: #ef6525;
}
.zxkfdv section a:hover{
	background-color: #176a18;
}
.zxkfdv section a:hover iconpark-icon{
	color: #fff;
}
.zxkfdv section a:hover{
	color: #fff;
}
.khzb{
	width: 100%;
	padding: 100px 0px;
	background-color: #f5fbf9;
}
.khscbt{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.khscbtleft{
	width: 20%;
}
.khscbtleft h1{
	color: #dd5f25;
	font-size: 18px;
	font-weight: bold;
}
.khscbtleft h2{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}
.khscbtright {
	width: 78%;
}
.khscbtright p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.khscsz{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.khscszleft{
	width: 375px;
}
.khscszleft .cpzxdvbtright{
	margin-top: 50px;
}
.khscszleft ul{
	display: flex;
	flex-wrap: wrap;
}
.khscszleft ul li{
	width: 50%;
	margin-top: 35px;
}
.khscszleft ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 52px;
	color: #ef6525;
	font-family: "HarmonyOS";
}
.khscszleft ul li h1 sub{
	font-size: 24px;
	margin-top: 15px;
	margin-left: 5px;
}
.khscszleft ul li p{
	color: #333333;
	font-size: 15px;
}
.gsdzhi{
	background-color: #ef6525;
	padding: 25px 35px;
	border-radius: 10px;
}
.gsdzhi h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.gsdzhi p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}
.gsdzhi p span{
	font-size: 24px;
	color: #fff;
}
.gsdzhi p iconpark-icon{
	font-size: 20px;
	margin-right: 5px;
}
.khscszright{
	position: relative;
}
.gsdzhi{
	width: 380px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.xinwen{
	width: 100%;
	padding: 100px 0px;
	background-color: #f2f3f5;
}
.xinwendv{
	width: 1500px;
	margin: 0 auto;
}
#thumbs2{
	width: 170px;
}
.xinwendv #thumbs2{
	margin-left: 15px;
}
.xinwendv #thumbs2 .swiper-slide{
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xinwendv #thumbs2 .swiper-slide span{
	font-size: 16px;
	color: #808080;
	padding: 10px 0px;
	margin: 0 auto;
	border-bottom: 2px solid #f2f3f5;
}
.xinwendv #thumbs2 .swiper-slide-thumb-active span{
	border-bottom: 2px solid #ef6525;
}
#gallery2{
	margin-top: 50px;
}
.xwdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.xwdvleft{
	width: 475px;
	border-radius: 15px;
	overflow: hidden;
}
.xwimg{
	width: 100%;
	overflow: hidden;
} 
.xwimg img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.xwdvleft:hover .xwimg img{
	transform: scale(1.05);
}
.xwtext{
	padding: 40px;
	background-color: #fff;
}
.xwtext h1{
	color: #333333;
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.xwtext p{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
}
.xwtext div{
	padding-top: 20px;
	margin-top: 15px;
	border-top: 1px solid #e6e6e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwtext div section i{
	display: block;
	color: #a6a6a6;
	font-size: 34px;
	font-family: Arial;
}
.xwtext div section span{
	color: #999999;
	font-size: 14px;
}
.xwtext div iconpark-icon{
	width: 40px;
	height: 40px;
	border: 1px solid #ef6525;
	border-radius: 50%;
	font-size: 22px;
	color: #ef6525;
}
.xwdvcenter{
	width: 480px;
}
.xwdvcenter .xwtext{
	border-radius: 10px;
}
.xwlbo{
	margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.xwdvright{
	width: 470px;
}
.xwdvright ul li a{
	display: flex;
	justify-content: space-between;
}
.xwdvright ul li{
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.xwdvright ul li:last-child{
	margin-bottom: 0;
}
.xwdvrightimg{
	display: block;
	width: 43%;
	overflow: hidden;
}
.xwdvrightimg img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.xwdvright ul li:hover .xwdvrightimg img{
	transform: scale(1.05);
}
.xwdvright ul li a section{
	display: block;
	width: calc(57% - 60px);
	background-color: #fff;
	padding: 20px 30px;
}
.xwdvright ul li a section h1{
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.xwdvright ul li a section  h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
}
.xwdvright ul li a section  h2 iconpark-icon {
	font-size: 20px;
}
.xwlbo .swiper-pagination-bullet{
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 1;
}
.xwlbo .swiper-pagination-bullet-active{
	background-color: #ef6525;
}
.xwlbo .swiper-pagination{
	display: flex;
	justify-content: flex-end;
	width: 90%;
	right: 5%;
	bottom: 20px;
}
.hzhb{
	background: url(../images/woshou_02.jpg) center no-repeat;
	background-size: cover;
}
.hzhb .cpzxdian img{
	right: 0;    top: -40px;
}
.hzallleft{
	padding: 115px 0px;
	width: 35%;
	background-color: rgba(0,77,1,0.8);
}
.hzall{
	display: flex;
	justify-content: space-between;
}
.hzallright{
	width: 62%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hzallright ul{
	display: block;
	width: 72%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzallright ul li{
	width: 23%;
	margin: 1% 0;
	overflow: hidden;
}

.hzallright ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.hzallright ul li:hover img{
	transform: scale(1.05);
}
.hzallleft {
	display: flex;
	justify-content: flex-end;

}
.hzallleft div{
	width: 340px;
		margin-right: 20%;
}
.hzallleft div h1{
	color: #ffffff;
	font-size: 28px;
}
.hzallleft div i{
	display: block;
	height: 30px;
	width: 40px;
	margin-top: 20px;
	border-top: 1px solid #fff;
}
.hzallleft div p{
	color: #d7f5d8;
	font-size: 16px;
	line-height: 30px;
}
.hzallleft a{
	display: block;
	margin-top: 100px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 190px;
	background: url(../images/anniu_03.png) center no-repeat;
	line-height: 45px;
	font-size: 14px;
	transition: all .5s;
	color: #176a18;
}
.hzallleft a:hover{
	background: url(../images/anniu_031.png) center no-repeat;
	color: #fff;
}
.foot{
	padding-top: 75px;
	padding-bottom: 40px;
	background-color: #333333;
}
.footdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 350px;
}
.footdvleft h1{
	color: #dedede;
	font-size: 20px;
	font-weight: bold;
}
.footdvleft i{
	display: block;
	height: 30px;
	width: 25px;
	border-top: 1px solid #e66d35;
	margin-top: 15px;
}
.footdvleft p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.footdvleft p img{
	width: 24px;
	display: block;
	margin-right: 10px;
}
.footdvleft p {
	color: #dedede;
	font-size: 17px;
}
.footdvleft p span{
	font-size: 22px;
	color: #dedede;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
}
.footdvleft ul li{
	margin-right: 20px;
}
.footdvleft ul li img{
	width: 80px;
	display: block;
}
.footdvleft ul li h1{
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}
.footdvright{
	width: 72%;
	display: flex;
	justify-content: space-between;
}
.footdvright dt a{
	color: #dedede;
	font-size: 18px;
}
.footdvright dt{
	margin-bottom: 35px;
}
.footdvright dd a{
	color: #dedede;
	font-size: 16px;
}
.footdvright dd{
	margin-bottom: 15px;
}
.wdl{
	width: 100%;
	height: 75px;
	border-top: 1px solid #383838;
	line-height: 75px;
	background-color: #333333;
}
.wdldv{
	display: flex;
	justify-content: space-between;
	width: 1500px;
	align-items: center;
	height: 75px;
	margin: 0 auto;
}
.wdldv p{
	color: #dedede;
	font-size: 16px;
}
.wdldv p a{
	color: #dedede;
	font-size: 16px;
}
.shownav{
	position: relative;
	width: 100%;
	box-shadow: 0px 0px 10px #ebebeb;
}
.shownav ul{
	display: flex;
	justify-content: center;
}
.shownav ul li{
	width: 240px;
	height: 75px;
	text-align: center;
	line-height: 75px;
}
.shownav ul li a{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 75px;
	color: #4c4c4c;
	font-size: 18px;
    font-weight: bold;
}
.shownav ul li:hover{
	background-color: #176a18;
}
.shownav ul li:hover a{
	color: #fff;
}
.prolist{
	width: 1500px;
	margin: 85px auto;
}
.prolistdv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolistdv ul li{
	width: 23%;
	margin: 1%;
}
.prolistdv ul li div{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.prolistdv ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.prolistdv ul li div span{
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	padding:  0 5%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	line-height: 30px;
	font-size: 16px;
	background-color: rgba(23, 106, 24, 0.5);
	opacity: 0;
	transition: all .5s;
}
.prolistdv ul li h1{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	transition: all .5s;
	text-align: center;
}
.prolistdv ul li:hover img{
	transform: scale(1.05);
}
.prolistdv ul li:hover h1{
	font-weight: bold;
	font-size: 17px;
	color: #176a18;
}
.prolistdv ul li:hover div span{
	opacity: 1;
}
.xwlbo img{
	display: block;
	width: 100%;
	height:270px;
}

.xinwen1{
	padding: 80px 0px;
	background-color: #fff;
}
.nestj{
	width: 1500px;
	margin: 0 auto;
}
.nestjs .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.nestjs .swiper-slide .tjnewsleft{
	width: 100%;
	display: block;
	overflow: hidden;
	width: 45%;
}
.nestjs .swiper-slide .tjnewsleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.nestjs .swiper-slide:hover .tjnewsleft  img{
	transform: scale(1.05);
}
.nestjs .swiper-slide .tjnewsright{
	width: 45%;
	background-color: #f6f7f7;
	padding: 5%;
}
.nestjs .swiper-slide .tjnewsright a h1{
	color: #333333;
	font-size: 22px;
	margin-bottom: 15px;
}
.nestjs .swiper-slide .tjnewsright a h2{
	color: #999999;
	font-size: 14px;
	margin-bottom: 35px;
}
.nestjs .swiper-slide .tjnewsright a p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	margin-bottom: 20px;
	margin-top: 30px;
}
.nestjs .swiper-slide .tjnewsright a span{
	color: #808080;
	font-size: 14px;
}
.nestjs .swiper-pagination{
	width: 80%;
}
.nestjs .swiper-pagination .swiper-pagination-bullet{
	border-radius: 0px;
	width: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	height: 10px;opacity: 1;
}
.nestjs .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #ef6525;
}
.nestjs .swiper-button-next,.nestjs .swiper-button-prev{
	right: 40%;
	border: 1px solid #9b9b9b ;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	top: auto;
	bottom: 7%;
	opacity: 1;
	transition: all .5s;
}
.nestjs .swiper-button-prev,.nestjs  .swiper-rtl .swiper-button-next{
	left: 50%;
	border: 1px solid #9b9b9b ;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	top: auto;
	bottom: 7%;
	z-index: 66;
	
}
.nestjs .swiper-button-next:hover,.nestjs .swiper-button-prevt:hover{
	border-color: #028944;
	background-color: #028944;
}
.nestjs .swiper-button-prev:hover{
	border-color: #028944;
	background-color: #028944;
}
.nestjs .swiper-rtl .swiper-button-next:hover{
	border-color: #028944;
	background-color: #028944;
}
.nestjs .swiper-button-next:after,.nestjs .swiper-button-prev:after{
	color: #9b9b9b;
	font-size: 20px;
}
.nestjs .swiper-button-next:hover:after,.nestjs .swiper-button-prev:hover:after{
	color: #fff;
	font-size: 20px;
}
.nestjs .wiper-button-prev:after,.nestjs .swiper-button-prev:after{
	color: #9b9b9b;
	font-size: 20px;
}
.nestjs .wiper-button-prev:hover:after,.nestjs .swiper-button-prev:hover:after{
	color: #fff;
	font-size: 20px;
}
.newsdvlist{
	width: 1500px;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin-top: 15px;
	background-color: #f6f7f7;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
	padding-right: 5%;
	background-color: #f6f7f7;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;transition: all .5s;
	display: block;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;transition: all .5s;
}
.newsdvlistext{
	width: 70%;
	margin-right: 2.5%;
}
.newsdvlistext h1{
	color: #4c4c4c;
	font-size: 20px;
	margin-bottom: 10px;transition: all .5s;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 16px;
	color: #999999;transition: all .5s;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
}
.newsdvlist ul li iconpark-icon{
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #098335;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all .5s;
	color: #098335;
	opacity: 0;
}
.newsdvlist ul li{
	
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #098335;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #fff;
}
.newsdvlist ul li:hover  iconpark-icon{
	background-color: #098335;
	color: #fff;
	border-color: #fff;
	opacity: 1;
}
.nestjs .swiper-slide .tjnewsright section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nestjs .swiper-button-next, .nestjs .swiper-button-prev{
	display: none;
}
.nestjs .swiper-slide .tjnewsright section i{
	display: block;
	color: #333333;
	font-size: 52px;
	font-family: "Arial";
	font-weight: bold;
}
.nestjs .swiper-slide .tjnewsright section span{
	display: block;
	text-align: center;
	color: #333333;
	font-size: 14px;
	font-family: "Arial";
}
.nestjs .swiper-slide .tjnewsright section iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #f0773f;
	color: #f0773f;
}
.nestjs .swiper-slide .tjnewsright a h1{
	margin-bottom: 0px;
}
.showpro{
	width: 1500px;
	margin: 0 auto;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.showproleft{
	width: 480px;
}
.showproleft img{
	display: block;
	width: 100%;
}
.showproright {
	width: 880px;
}
.showproright{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showproright h1{
	height: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}
.showproright p{
	margin: 20px auto;
	line-height: 30px;
	color: #666666;
	font-size: 15px;
}
.showproright h2{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.showproright ul li{
	display: flex;
	justify-content: flex-start;
	color: #666666;
	font-size: 15px;
	line-height: 35px;
}
.showproright ul li i{
	display: block;
	width: 7px;
	height: 7px;
	background-color: #176a18;
	border-radius: 50%;
	margin-top: 14px;
	margin-right: 5px;
}
.showproright ul li h4{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showproright img{
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
.showproright h4 {
	color: #176a18;
	font-size: 42px;
	font-family: "Montserrat";
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 40px auto;
}
.showproright  section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showproright section a{
	display: block;
	width: 220px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
}
.showproright  section a{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #176a18;
}
.showproright  section a:last-child{
	background-color: #ebebeb;
	color: #4c4c4c;
	font-size: 16px;
}
.cpxq{
	width: 1500px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
.cpxqleft{
	width: 1100px;
} 
.cpxqright{
	width: 340px;
}
.cpxqleftbt h1{
	border-left: 3px solid #5dab1f;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
} 
.cpxqtext{
	padding: 30px 0px;
	border-top: 1px solid #e3e6e6;
	margin-top: 30px;
}
.cpxqtext img{
	max-width: 100%;
}
.fanye{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fanye a{
	display: block;
	width: 49%;
	height: 40px;
	border-radius: 50px;
	border: 1px dashed #d4d4d4;
	text-align: center;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	transition: all .5s;
}
.fanye a:hover{
	border: 1px dashed #5dab1f;
	color: #5dab1f;
}
.cpxqright ul {
	margin-top: 30px;
}
.cpxqright ul li{
	width: 100%;
	display: block;
}
.cpxqright ul li img{
	display: block;
}
.cpxqright ul li div{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.cpxqright ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.cpxqright ul li div span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/jia_03.png) center no-repeat;
	background-color: rgba(23, 106, 24, 0.5);
	opacity: 0;
	transition: all .5s;
}
.cpxqright ul li h1{
	color: #333333;
	font-size: 15px;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	transition: all .5s;
	text-align: center;
}
.cpxqright ul li:hover img{
	transform: scale(1.05);
}
.cpxqright ul li:hover h1{
	font-weight: bold;
	font-size: 17px;
	color: #176a18;
}
.cpxqright ul li:hover div span{
	opacity: 1;
}
.gywm{
	width: 1500px;
	margin: 0 auto;
	margin-top: 100px;
}
.gywmbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.gywmbt i{
	display: block;
	width: 30px;
	height: 4px;
	background-color: #e66d35;
	margin: 0 auto;
	margin-top: 20px;
}
.gywmbt h2{
	color: rgba(130, 130, 130, 0.1);
	font-size: 80px;
	font-family: "Impact";
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: -60px;
}
.gywmtext div{
	width: 1179px;
	background: url(../images/back.jpg) center no-repeat;
	margin: 70px auto;
	background-attachment: fixed;
}
.gywmtext div img{
	display: block;
	cursor: pointer;
}
.gywmtext p{
	line-height: 35px;
	font-size: 16px;
	color: #4c4c4c;
}
.kg img{
	display: block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.fj{
	padding-top: 35px;
	width: 100%;
	height: 915px;
	background: url(../images/fj_03.jpg) center no-repeat;
}
.fjdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.fjbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.fjbt i{
	display: block;
	width: 30px;
	height: 4px;
	background-color: #e66d35;
	margin-top: 20px;
}
.fjbt h2{
	color: rgba(130, 130, 130, 0.1);
	font-size: 80px;
	font-family: "Impact";
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -60px;
}
.jjg{
	width: 740px;
	display: flex;
	margin-top: 125px;
	justify-content: space-between;
}
.jjgleft{
	width: 440px;
	position: relative;
	overflow: hidden;
}
.jjgleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.jjgleft:hover img{
	transform: scale(1.05);
}
.jjgleft section{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jjgleft section div{
	margin-top: -20px;
}
.jjgleft section iconpark-icon{
	display: block;
	width: 100%;
	font-size: 56px;
	color: #fff;
	text-align: center;
}
.jjgleft section h1{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.jjgleft section p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.jjgright{
	width: 288px;
	overflow: hidden;
}
.jjgright img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.jjgright ul li:hover img{
	transform: scale(1.05);
}
.jjgright ul li{
	width: 100%;
	position: relative;
}
.jjgright ul li section{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jjgright ul li:last-child{
	margin-top: 10px;
}
.jjgright ul li section h1{
	color: #fcfcfc;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.jjgright ul li section p{
	color: #fcfcfc;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}
.ry{
	padding: 50px 0px;
	background: url(../images/ry_02.jpg) center no-repeat;
}
.rydv{
	width: 1500px;
	margin: 0 auto;
}
.rydvbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rydvbtleft h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.rydvbtleft i{
	display: block;
	width: 30px;
	height: 4px;
	background-color: #e66d35;
	margin-top: 20px;
}
.rydvbtleft h2{
	color: rgba(130, 130, 130, 0.1);
	font-size: 80px;
	font-family: "Impact";
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -60px;
}
#thumbs14{
	width: 360px;
}
#thumbs14 .swiper-slide span{
	display: block;
	width: 100%;
	background: url(../images/anniubg_03.jpg) center no-repeat;
	height: 46px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 46px;
}
#thumbs14 .swiper-slide-thumb-active span{
	background: url(../images/anniubg_04.jpg) center no-repeat;
}
.rongyulistdv1 .swiper-slide{
	transform: scale(0.9);
}
.rongyulistdv2 .swiper-slide{
	transform: scale(0.9);
}
.rongyulistdv2 .swiper-slide img{
	width: 100%;
	display: block;
}
.rongyulistdv2 .swiper-slide-active, .rongyulistdv2 .swiper-slide-duplicate-active{
	transform: scale(1);
}
.rongyulistdv1 .swiper-slide-active, .rongyulistdv1 .swiper-slide-duplicate-active{
	transform: scale(1);
}
#gallery14{
	margin-top: 40px;
}
.zuoyou {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.zuoyou .swiper-button-next,.zuoyou .swiper-button-prev{
	width: 54px;
	height: 54px;
	position: initial;
	display: block;
	border-radius: 50%;
	background-color: #e2e6e9;
	margin: 0 25px;
}
.zuoyou .swiper-button-next:after,.zuoyou  .swiper-button-prev:after{
	font-size: 24px;
	color: #9a9a9a;
	text-align: center;
	line-height: 54px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zuoyou .swiper-button-next:hover,.zuoyou  .swiper-button-prev:hover{
	background-color: #176a18;
}
.zuoyou .swiper-button-next:hover:after,.zuoyou  .swiper-button-prev:hover:after{
	color: #fff;
}
.qyrongyu{
	width: 100%;
	padding-top: 75px;
	padding-bottom: 100px;
	background: url(../images/qyrongyu_02.jpg) center no-repeat;
	background-size: cover;
}
.qyrongyunr{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.qyrongyuleft{
	width: 460px;
	padding: 50px;
	background-color: #176a18;
	display: flex;
	justify-content: center;
}
.qyrongyuleft h1{
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	height: 90px;
	border-bottom: 1px solid #70a271;
	line-height: 60px;
}
.qyrongyuleft i{
	display: block;
	height: 4px;
	width: 40px;
	margin: 0 auto;
	background-color: #ef6525;
	margin-top: -2px;
}
.qyrongyuleft h2{
	line-height: 35px;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.qyrongyuleft ul li{
	display: flex;
	justify-content: flex-start;
}
.qyrongyuleft ul li span{
	width: 8px;
	height: 8px;
	display: block;
	background-color: #ef6525;
	margin-top: 14px;
	margin-right: 8px;
}
.qyrongyuleft ul li p{
	width: 92%;
	line-height: 35px;
	color: #ffffff;
	font-size: 15px;
}
.qyrongyuleft ul li p b{
	font-size: 17px;
}
.qyrongyuright{
	background-color: rgba(255, 255, 255, 0.8);
	width: 820px;
	padding: 50px 60px;
}
.qyrongyuright h1{
	color: #333333;
	font-size: 15px;
	text-align: center;
}
.qyrongyuright h2{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.qyrongyutupian .swiper-slide ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 15px;
}
.qyrongyutupian .swiper-slide ul li{
	width: 255px;
	margin: 9px;
}
.qyrongyutupian .zuoyou .swiper-button-next,.qyrongyutupian .zuoyou .swiper-button-prev{
	width: 45px;
	height: 45px;
	margin: 0 10px;
}
.qyrongyutupian .zuoyou .swiper-button-next:after,.qyrongyutupian  .zuoyou .swiper-button-prev:after{
	font-size: 18px;
	line-height: 45px;
}
.qyrongyutupian .zuoyou{
	margin-top: 15px;
}
.qyrongyutupian .zuoyou .swiper-button-next:hover,.qyrongyutupian .zuoyou .swiper-button-prev:hover {
    background-color: #ef6525;
}
.zlzhengshu{
	padding: 90px 0px;
	background: url(../images/bowen_02.jpg) center no-repeat;
}
.zlzhengshudv h3{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.zlzhengshulist{
	width: 1500px;
	margin: 0 auto;
}
.zlzhengshulists{
	width: 1500px;
	margin-top: 40px;
}
.zlzhengshulists .swiper-slide ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.zlzhengshulists .swiper-slide ul li{
	width: 220px;
	margin: 15px;
}
.zlzhengshulists .swiper-slide ul li div{
	overflow: hidden;
	width: 100%;
}
.zlzhengshulists .swiper-slide ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.zlzhengshulists .swiper-slide ul li:hover div img{
	transform: scale(1.05);
}
.zlzhengshulists .swiper-slide ul li h1{
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
.zlzhengshulists .swiper-pagination{
	position: inherit;
	margin-top: 15px;
	bottom: auto;
}
.zlzhengshulists .swiper-pagination-bullet{
	border-radius: 50px;
	width: 40px;
	height: 5px;
	background-color: #d9d9d9;
	opacity: 1;
}
.zlzhengshulists .swiper-pagination-bullet-active{
	background-color: #176a18;
}
.Partners{
	padding-top: 90px;
	padding-bottom: 130px;
	background: url(../images/xueshan_02.jpg) center no-repeat;
}
.Partnersdv .gywmbt p{
	text-align: center;
	width: 1060px;
	color: #666666;
	font-size: 16px;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 15px;
}
.gegslist{
	width: 1500px;
	margin: 0 auto;
	margin-top: 40px;
}
.gegslist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.gegslist ul li{
	width: 280px;
	margin: 10px;
}
.gegslist ul li div{
	width: 100%;
	overflow: hidden;
}
.gegslist ul li div img{
	display: block;
	width: 100%;
}
.gegslist ul li h1{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.gegslist ul li h1{
	color: #4c4c4c;
	font-size: 15px;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
	overflow: hidden;
}
.lxwm{
	width: 1500px;
	margin: 80px auto;
}
.lxwmdv p{
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.map{
	width: 100%;
}
.map img{
	display: block;
	width: 100%;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.lxwmlist ul li{
	width: 260px;
	background-color: #f5f5f5;
	padding: 50px;
	transition: all .5s;
}
.lxwmlist ul li iconpark-icon{
	font-size: 36px;
	color: #7a7a7a;
	margin-bottom: 40px;
	transition: all .5s;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	transition: all .5s;
}
.lxwmlist ul li p{
	color: #808080;
	font-size: 16px;
	font-family: "Montserrat_Light";
	transition: all .5s;
}
.lxwmlist ul li:hover {
	background-color: #176a18;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.zxliuyan{
	padding-top: 145px;
	padding-bottom: 65px;
	background: url(../images/liuy_02.jpg) center no-repeat;
}
.zxliuyan .gywmbt h2{
	color: rgba(255, 255, 255, 0.1);
}
.zxliuyan .gywmbt h1{
	color: #fff;
}
.zxliuyandv{
	width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
}
.zxliuyan .gywmbt p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.zxliuyandv form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxliuyandv form div input{
	width: 44%;
	margin: 1%;
	border: none;
	padding: 0 2%;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.3);
}
.zxliuyandv form div input::placeholder{
	color: #fff;
}
.zxliuyandv form  textarea{
	width: 94%;
	margin: 1%;
	border: none;
	padding:2%;
	background-color: rgba(255, 255, 255, 0.3);
	line-height: 30px;
}
.zxliuyandv form  textarea::placeholder{
	color: #fff;
}
.zxliuyandv section{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.zxliuyandv section a{
	display: block;
	width: 120px;
	height: 45px;
	padding: 0 35px;
	background-color: #ef6525;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	font-size: 14px;
}
.zxliuyandv section a iconpark-icon{
	font-size: 24px;
	color: #ffffff;
}
.zxliuyandv section button{
	border: none;
	display: block;
	width: 170px;
	height: 44px;
	padding: 0 35px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4c4c4c;
	font-size: 14px;
	margin-left: 35px;
	margin-right: 1% ;
}
.zxliuyandv section button iconpark-icon{
	font-size: 24px;
	color: #ef6525;
	margin-right: 10px;
}
.scqj{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 15px;
	background-color: #f2f9f6;
}
.scqjdv{
	width: 1500px;
	margin: 0 auto;
}
.scqjbt h1{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.scqjbt  p{
	text-align: center;
	color: #666666;
	font-size: 16px;
	margin-bottom: 40px;
}
.scqjbt ul{
	display: flex;
	justify-content: space-between;
}
.scqjbt ul li h1{
	font-size: 60px;
	color: #ef6525;
	display: flex;
	justify-content: center;
	font-family: "HarmonyOS";
	
}
.scqjbt ul li h1 sub{
	font-size: 24px;
	margin-top: 10px;
	margin-left: 10px;
}
.scqjdv img{
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.scfx{
	padding: 80px 0px;
	background-color: #f5f6f7;
}
.scfx .gywmbt{
	width: 1500px;
	margin:0 auto;
}
.gywmbt p{
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 35px;
}
.gywmbt p span{
	font-weight: bold;
	color: #ef6525;
	font-size: 17px;
}
.gywmbt img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sczzright{
	width: 50%;
	background-color: #176a18;
}
.sczzleft{
	width: 50%;
}
.sczz{
	display: flex;
	justify-content: space-between;
}
.sczzright{
	display: flex;
	align-items: flex-end;
}
.sczzright img{
	display: block;
	width: 100%;
}
.sczzleft{
	width: 50%;
	background-color: #f7f7f7;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.sczzleftdv{
	width: 750px;
	padding: 90px 0px;
}
.scbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.scbt i{
	display: block;
    width: 30px;
    height: 4px;
    background-color: #e66d35;
    margin-top: 20px;
}
.scbt h2{
	color: rgba(130, 130, 130, 0.1);
    font-size: 59px;
    font-family: "Impact";
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -60px;
}
.scbt h3{
	color: #176a18;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
.scbt p{
	color: #333333;
	font-size: 16px;
	margin-bottom: 45px;
}
.scxxiang{
	width: 98%;
}
.scxxiang .swiper-slide{
	background-color: #fff;
}
.scxxiang .swiper-slide iconpark-icon{
	display: block;
	width: 100%;
	font-size: 42px;
	text-align: center;
	margin-top: 15px;
}
.scxxiang .swiper-slide h2{
	color: #333333;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 15px;
	padding: 0 20px;
	height: 60px;
}
.scxxiang .swiper-slide-thumb-active{
	background-color: #ef6525;
}
.scxxiang .swiper-slide-thumb-active iconpark-icon{
	color: #fff;
}
.scxxiang .swiper-slide-thumb-active h2{
	color: #fff;
}
#gallery25{
	width: 90%;
	margin: 0;
}
#gallery25 p{
	margin-top: 30px;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 35px;
}
.jsyf{
	padding:115px 0px;
	background: url(../images/hwej_03.jpg) center no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jsyfleft{
	width: 50%;
}
#gallery1231 .swiper-slide img{
	display: block;
	width: 100%;
}
.lunhuan{
	width: 100%;
	display: flex;
	padding: 5% 0px;
	background-color: #f2f2f2;
	justify-content: center;
	right: 0;
	align-items: center;
}
.lunhuandvs .swiper-slide img{
	display: block;
	width: calc(100% - 2px);
	border: 1px solid #fff;
}
.lunhuandvs .swiper-slide-thumb-active img{
	border: 1px solid #176a18;
}
#btn1 iconpark-icon{
	font-size: 48px;
	color: #a0a0a0;
}
#btn2 iconpark-icon{
	font-size: 48px;
	color: #a0a0a0;
}
#btn3 iconpark-icon{
	font-size: 48px;
	color: #a0a0a0;
}
#btn4 iconpark-icon{
	font-size: 48px;
	color: #a0a0a0;
}
.changfangdv .changfangright{
	left: 10%;
}
.changfangdv .lunhuan{
	left: 0;
	box-shadow: 0px 0px 15px #cfcfcf;
}
#thumbs1231{
	width: 80%;
	margin: 0;
}
.jsyfright{
	width: 50%;
}
.jsyfrightdv{
	width: 750px;
} 
.jsyfrightdv .scbt{
	margin-left: 10%;
}
.jsyfrightdv  .scbt p{
	margin-top: 20px;
	color: #4c4c4c;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 30px;
}
.jsyfrightdv  .scbt p span{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}
.jsyfrightdv ul{
	margin-top: 30px;
	width: 90%;
	margin-left: 10%;
}
.jsyfrightdv ul li{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.jsyfrightdv ul li i{
	display: block;
	width: 10px;
	height: 10px;
	background-color: #176a18;
	    margin-right: 10px;
	    margin-top: 6px;
}
.jsyfrightdv ul li div{
	width: 90%;
}
.jsyfrightdv ul li div h1{
	color: #176a18;
	font-size: 17px;
	font-weight: bold;
}
.jsyfrightdv ul li div p{
	color: #333333;
	font-size: 15px;
	line-height: 35px;
}
.fwzc{
	padding: 80px 0;
	padding-bottom: 140px;
	background-color: #f8f8f8;
}
.sqfw{
	width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
}
.sqfw ul{
	display: flex;
	justify-content: space-between;
}
.sqfw ul li{
	width: 32%;
}
.sqfw ul li div{
	width: 100%;
	overflow: hidden;
}
.sqfw ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.sqfw ul li:hover div img{
	transform: scale(1.05);
}
.sqfw ul li section iconpark-icon{
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50% ;
	background-color: #ef6525;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	color: #fff;
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
.sqfw ul li section{
	background-color: #fff;
	padding: 0 40px;
	padding-bottom: 40px;
}
.sqfw ul li section h1{
	text-align: center;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.sqfw ul li section p{
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.sqfw ul li section p span{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.fzln{
	padding: 40px 0px;
	width: 1500px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.fzlndv{
	display: flex;
	justify-content: space-between;
}
.fzlndvright{
	width: 410px;
	padding: 60px 45px;
	background: url(../images/fazln_04.jpg) center  no-repeat;
}
.fzlndvleft{
	width: 1000px;
}
.fzlndvleft img{
	display: block;
	width: 100%;
}
.fzlndvright h3{
	color: #ffffff;
	font-size: 22px;
	text-align: right;
}
.fzlndvright h1{
	width: auto;
	margin: 0 auto;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 55px;
}
.fzlndvright h2{
	width: auto;
	margin: 0 auto;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
}
.rczp{
	padding: 90px 0;
	background-color: #f7f7f7;
}
.rczp .gywmbt p{
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.zxnshilist{
	width: 1500px;
	margin: 0 auto;
	margin-top:50px ;
}
.zxnshilist dl dt{
	height: 60px;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	color: #176a18;
	font-weight: bold;
	line-height: 60px;
	background-color: #f0f0f0;
	font-weight: bold;
}
.fzlndv{
	margin-top: 30px;
}
.zxnshilist dl dt h1{
	width: 20%;
}
.zxnshilist dl dt h2{
	width: 15%;
}
.zxnshilist dl dt h3{
	width: 10%;
}
.zxnshilist dl dt h4{
	width: 30%;
}
.zxnshilist dl dt h5{
	width: 10%;
}
.zxnshilist dl dt h6{
	width: 5%;
}
.zxnshilist dl dt h1,.zxnshilist dl dt h2,.zxnshilist dl dt h3,.zxnshilist dl dt h4,.zxnshilist dl dt h5{
	font-weight: bold;
	font-size: 17px;
	color: #176a18;
}
.zxnshilist dl dd .lbiao{
	height: 60px;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	color: #4c4c4c;
	font-weight: bold;
	line-height: 60px;
	background-color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
}
.zxnshilist dl dd h1{
	width: 20%;
}
.zxnshilist dl dd h2{
	width: 15%;
}
.zxnshilist dl dd h3{
	width: 10%;
}
.zxnshilist dl dd h4{
	width: 30%;
}
.zxnshilist dl dd h5{
	width: 10%;
}
.zxnshilist dl dd h6{
	width: 5%;
}
.zxnshilist dl dd .lbiao h1,.zxnshilist dl dd .lbiao h2,.zxnshilist dl dd .lbiao h3,.zxnshilist dl dd .lbiao h4,.zxnshilist dl dd .lbiao h5{
	font-size: 16px;
	color: #4c4c4c;
}
.zxnshilist dl dd:hover .lbiao{
	background-color: #176a18;
}
.zxnshilist dl dd:hover .lbiao h1,.zxnshilist dl dd:hover .lbiao h2,.zxnshilist dl dd:hover .lbiao h3,.zxnshilist dl dd:hover .lbiao h4,.zxnshilist dl dd:hover .lbiao h5{
	font-size: 16px;
	color: #fff;
}
.lbnr{
	display: block;
	padding: 3% 5%;
	background: url(../images/fag_03.jpg) right bottom no-repeat;
	background-color: #fff;
	display: none;
	transition: all .5s;
	opacity: 0;
	justify-content: space-between;
	align-items: flex-start;
}
.lbnrtext{
	color: #4c4c4c;
	font-size: 16px;
	font-weight: bold;
}
.lbnrall{
	
	width: 55%;
}
.lbnrnr{
	margin: 15px 0px;
	margin-bottom: 30px;
}
.lbdibu{
	width: 40%;
	border-left: 1px solid #e6e6e6;
}
.lbdibu p{
	display: block;
	color: #4c4c4c;
	font-size: 15px;
	line-height: 30px;
	width: 230px;
	margin: 0 auto;
}
.lbdibu  a{
	width: 180px;
	display: block;
	margin: 0 auto;
	height: 40px;
	border: 1px solid #ef6525;
	background-color: #ef6525;
	border-radius: 5px;
	text-align: center;
	line-height:40px ;
	color: #fff;
	font-size: 14px;
	transition: all .5s;
	margin-top: 30px;
}
.lbdibu a:hover{
	color: #fff;
	background-color: #ef6525;
}
.zxnshilist dl dd:hover .lbnr{
	display: flex;
	opacity: 1;
}
.zwl{
	margin: 90px auto;
	width: 1500px;
}
.zwltop{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zwltop .rydvbtleft h2{
	font-size: 60px;
}
.zwltop a{
	display: block;
	width: 190px;
	background: url(../images/more_03.png) center no-repeat;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	transition: all .5s;
}
.zwltop a:hover{
	background: url(../images/more_031.png) center no-repeat;
}
.zwltop{
	margin-bottom: 60px;
}
.khlianxi{
	width: 100%;
	height: 100px;
	background-color: #176a18;
}
.khlianxidv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.khlianxidv p{
	color: #ffffff;
	font-size: 16px;
}
.khlianxidv a{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 155px;
	height: 40px;
	padding: 0 20px;
	background-color: #ef6525;
	color: #ffffff;
	font-size: 14px;
	border-radius: 10px;
}
.khlianxidv a iconpark-icon{
	font-size: 20px;
	color: #fff;
}
.yylingyu{
	padding: 95px 0;
	background: url(../images/jjfana_02.jpg) center no-repeat;
	background-size: cover;
}
.yylingyudv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.yylingyudvleft{
	width: 410px;
}
.yylingyudvleft .rydvbtleft h2{
	font-size: 80px;
}
.yylingyudvleft p{
	margin-top: 25px;
	color: #4c4c4c;
	line-height: 30px;
	font-size: 16px;
}
.yylingyudvleft a{
	display: block;
	width: 190px;
	height: 45px;
	background: url(../images/more_03.png) center no-repeat;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	margin-top: 60px;
	transition: all .5s;
}
.yylingyudvleft a:hover{
	background: url(../images/more_031.png) center no-repeat;
}

.yylingyudvright{
	width: 970px;
}
.yylingyudvright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yylingyudvright ul li{
	width: 310px;
	position: relative;
	margin:10px 0px;
}
.yylingyudvright ul li div{
	width: 100%;
	overflow: hidden;
}
.yylingyudvright ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.yylingyudvright ul li:hover div img{
	transform: scale(1.05);
}
.yylingyudvright ul li p{
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
}
.chejian{
	padding: 70px 0rem;
	background-color: #fff;
}
.zahsi{
	display: flex;
	justify-content: space-between;
}
.zahsi li{
	width: 31%;
	overflow: hidden;
}
.zahsi li img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.zahsi li:hover img{
	transform: scale(1.05);
}
.zhu{
	width: 1500px;
	margin: 40px auto;
}
.zhudv{
	width: 100%;
	position: relative;
}
.zhudv img{
	display: block;
	width: 100%;
}
.zhudv ul{
	display: flex;
	justify-content: space-between;
}
.zhudv ul li{
	width: 25%;
}
.shangfd {
	position: absolute;
	top: 0;
	width: 25%;
	background-color: rgba(23, 106, 24, .8);
	height: calc(100% - 158px );
}
.zhudv ul li section{
	background-color: #fafafa;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 40px;
}
.zhudv ul li:nth-child(2n) section{
	background-color: #f3f3f3;
}
.zhudv ul li section div  h1{
	color: #333333;
	font-size: 22px;
}
.zhudv ul li section div p{
	color: #808080;
	font-size: 18px;
	margin-top: 10px;
	text-transform: uppercase;
}
.zhudv ul li section iconpark-icon{
	font-size: 48px;
	color: #c3c3c3;
	transition: all .5s;
}
.zhudv ul li:hover section{
	background: url(../images/gwegh_03.jpg) center bottom  no-repeat;
}
.zhudv ul li:hover section  iconpark-icon{
	color: #176a18;
}
.shangfd {
	display: none;
	align-items: center;
	padding: 0 45px;
	width: calc(25% - 90px);
}
.shangfd iconpark-icon{
	color: #fff;
	font-size: 50px;
}
.shangfd h1{
	color: #ffffff;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 20px;
}
.shangfd h2{
	color: #fff;
	font-size: 25px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.shangfd ul{
	display: block;
}
.shangfd ul li{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
.shangfd ul li i{
	display: block;
	background-color: #2b6d1f;
	width: 5px;
	height: 5px;
	border-radius: 50px;
	border: 2px solid #dd5f25;
	margin-top: 12px;
	margin-right: 5px;
}
.shangfd ul li p{
	width: 95%;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.zhudv ul li:hover .shangfd{
	display: flex;
}
.kuaisubaojbt{
	width: 100%;
	text-align: center;
}
.kuaisubaojbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.kuaisubaoji{
	padding: 90px 0px;
}
.kuaisubaojdv{
	width: 1500px;
	margin: 0 auto;
}
.kuaisubaojbt h1{
	margin-bottom: 20px;
}
.kuaisubaojbt p{
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #666666;
}
.kuaisuformleft{
	box-shadow: 0px 0px 20px #e6e6e6;
	width: 960px;
	padding: 50px 60px;
}
.kuaisuform{
	margin-top: 45px;
}
.kuaisuformleft form h1{
	text-align: center;
	color: #333333;
	font-size: 22px;
	margin-bottom: 35px;
}
.kuaisuformleft form  div{
	display: flex;
	justify-content: flex-start;
	line-height: 40px;
	margin-bottom: 10px;
}
.kuaisuformleft form  div h2{
	width: 100px;
	text-align: center;
	color: #4c4c4c;
	font-size: 15px;
}
.kuaisuformleft form div input{
	border: none;
	background-color: #f7f7f7;
	height: 40px;
	width: 90%;
	padding: 0 2.5%;
	outline: none;
}
.kuaisuformleft form div textarea{
	border: none;
	background-color: #f7f7f7;
	line-height: 40px;
	width: 90%;
	padding: 0 2.5%;
	outline: none;
	font-family: "微软雅黑";
	font-size: 14px;
	height: 120px;
}
.kuaisuformleft form div select{
	border: none;
	background-color: #f7f7f7;
	height: 40px;
	width: 95%;
	padding: 0 2.5%;
	outline: none;	
}
.kuaisuformleft form div select::placeholder{
	color: #999999;
}
.kuaisuformleft form  button{
	display: block;
	width: 180px;
	height: 40px;
	background-color: #ef6525;
	line-height: 40px;
	text-align: center;
	border: none;
	margin: 0 auto;
	margin-top:30px;
	color: #fff;
	color: #ffffff;
	transition: all .5s;
	border-radius: 5px;
	font-size: 16px;
}
.kuaisuformleft form  button:hover{
	background-color: #176a18;
}
.kuaisuformright{
	width: 380px;
}
.kuaisuform{
	display: flex;
	justify-content: space-between;
}
.kuaisuformright .kuaisukefu img{
	display: block;
	width: 100%;
}
.kuaisukefu{
	width: 100%;
	position: relative;
}
.kuaisukefu section{
	display: block;
	position: absolute;
	top: 0;
	padding: 0 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 90px);
	height: 100%;
}
.kuaisukefu section div{
	width: 100%;
}
.kuaisukefu section iconpark-icon{
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 30px;
}
.kuaisukefu section h1{
	color: #ffffff;
	font-size: 16px;
}
.kuaisukefu section h2{
	font-size: 40px;
	font-family: "Tungsten";
	font-weight: bold;
	color: #fff;
}
.kuaisukefu:last-child section iconpark-icon{
	color: #176a18;
}
.kuaisukefu:last-child section h1{
	color: #333;
}
.kuaisukefu:last-child  a{
	display: block;
	width: 135px;
	height: 40px;
	border:1px solid #176a18;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	color: #176a18;
	margin-top: 15px;
	transition: all .5s;
}
.kuaisukefu:last-child  a:hover{
	background-color: #176a18;
	color: #fff;
}
.kuaisukefu:last-child{
	margin-top: 20px;
}
.hexinyoushi{
	padding: 90px 0px;
	background: url(../images/beijingagwh_02.jpg) center  no-repeat;
}
.ttimgdv{
	display: flex;
	width: 1500px;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 40px;
	align-items: center;
}
.ttleft ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 55px;
	align-items: center;
}
.ttleft ul li img{
	display: block;
	width: 60px;
	margin-right: 25px;
}
.ttleft ul li section{
	width: 270px;
}
.ttleft ul li section h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.ttleft ul li section p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.ttright ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 55px;
	align-items: center;
}
.ttright ul li img{
	display: block;
	width: 60px;
	margin-left: 25px;
}
.ttright ul li section{
	width: 270px;
}
.ttright ul li section h1{
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
}
.ttright ul li section p{
	color: #666666;
	font-size: 15px;
	line-height: 25px;
	text-align: right;
}
.nrbanner{
	position: relative;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 1500px;
	margin-left: -750px;
	left: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext h2{
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	display: none;
}
.nrbanner .btext h1{
	font-size: 40px;
	color: #fff;
	margin-top: 10px;
	font-family:"Montserrat" ;
	font-weight: bold;
	text-transform: uppercase;
}
.nrbanner .btext p a{
	color: #fff;
}
.mfoot{
		height: 45px;
		display: none;
}
.mfootdv{
	display: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	background-color: #1f67bf;
}
.bg-gray{
	position: relative;
}
.slides-arrow.dot-center .owl-dots{
	top: auto;
	position: absolute;
	bottom:10px;
}
.gywmtext .spdv{
	display: none;
	position:fixed ;
	top: 15%;
	width: 1000px;
	padding: 25px;
	padding-top: 90px;
	background-color: #fff;
	left: 50%;
	margin-left: -500px;
	z-index: 9999;
	background: #fff;
}
.gywmtext .spdv video{
	width: 100%;
}
.gywmtext .spdv  span{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	border: 1px solid #333;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;

}
.zjabout .spdv{
   display: none;
	position:fixed ;
	top: 15%;
	width: 1000px;
	padding: 25px;
	padding-top: 90px;
	background-color: #fff;
	left: 50%;
	margin-left: -500px;
	z-index: 9999;
	background: #fff;
}
.zjabout .spdv video{
	width: 100%;
}
.zjabout .spdv  span{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	border: 1px solid #333;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}
.fzgh{
	display: block;
	padding-top: 35px;
	padding-bottom: 65px;
	background: url(../images/gehwh_02.jpg) center  no-repeat;
	background-size: cover;
}
.fzgh .gywmbt h1{
	color: #ffffff;
	font-size: 37px;
}
.fzgh .gywmbt h2{
	color: rgba(255, 255, 255, 0.1);
}
.fzgh .gywmbt p{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}
.fzgh .gywmbt{
	width: ;
	margin-bottom: 30px;
}
.fzghtext{
	width: 1500px;
	margin: 0 auto;
}
.fzghtext p{
	line-height: 35px;
	color: #ffffff;
	font-size: 15px;
}
.fgasggeh{
	width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
	background: url(../images/hj_03.png) right top no-repeat;
}
.fgasggeh ul{
	display: flex;
	justify-content: flex-start;
}
.fgasggeh ul li{
	margin-right: 45px;
}
.fgasggeh ul li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.fgasggeh ul li h1{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot.active span{
	width: 8px;
	height: 8px;
	position: relative;
	top: 1px;
	margin-left: 4px;
	background-color: #fff;
}
.owl-carousel .owl-dots .owl-dot.active{
	border: 1px solid #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot{
	margin: 0px 10px;
}
.rongyulistdv1 .swiper-slide img{
	display: block;
	width: 100%;
}
.rongyulistdv1 .swiper-slide h1{
	text-align: center;
	background-color: #fff;
	display: flex;
	justify-content: center;
	line-height: 25px;
	overflow: hidden;
	align-items: center;
	font-size: 14px;
	padding: 20px;
	color: #333;
	transition: all .5s;
}
.rongyulistdv1 .swiper-slide-active h1{
	background-color: #176a18;
	color: #fff;
}
.rongyulistdv2 .swiper-slide img{
	display: block;
	width: 100%;
}
.rongyulistdv2 .swiper-slide h1{
	text-align: center;
	background-color: #fff;
	display: flex;
	justify-content: center;
	height: 60px;
	align-items: center;
	font-size: 14px;
	color: #333;
	transition: all .5s;
}
.rongyulistdv2 .swiper-slide-active h1{
	background-color: #176a18;
	color: #fff;
}
.modal{
	display: none;
	position: fixed;
    top: 25%;
    left: 50%;
    width: 600px;
    z-index: 999;
    margin-left: -300px;
}
.modal img{
	display: block;
	width: 100%;
}
.modal span{
	position: absolute;top:0;
	width: 40px;
	height: 40px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
}
.modal span iconpark-icon{
	font-size: 20px;
	color: #333;
}
.hei{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 998;
}
.qyrongyutupian .swiper-slide ul li img{
	width: 100%;
}
.shownav ul li.active{
		background-color: #176a18;
		color: #fff;
	}
.shownav ul li.active a{
		color: #fff;
	}
.bannersasg {
	width: 100%;
}
.bannersasg img{
	width: 100%;
	display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px){
	.headdv{
		width: 95%;
	}
	.nrbanner .btext{
		position: absolute;
		top: 0;
		width: 95%;
		margin-left: 0;
		left: 2.5%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nrbanner .btext h2,.nrbanner .btext h1{
		text-align: center;
	}
	.ulnav{
		background: url(../images/xingzhuang_03.png) center left no-repeat !important;
		width: auto  !important;
		padding-right: 2.5%;
		background-color: #176a18;
	}
	.ulnav ul{
		width: 100%;
	}
	.zjaboutlfdv{
		width: 85%;
		margin: 0 auto;
	}
	.cpzxdian{
		width: 95%;
	}
	.cpzxdv{
		width: 95%;
	}
	.cpzxlist{
		width: 95%;
	}
	.rmcp{
		width: 95%;
	}
	.zxkfdv{
		width: 95%;
	}
	.khscbt{
		width: 95%;
	}
	.khscsz{
		width: 95%;
	}
	.khscszright{
		width: 75%;
	}
	.khscszright img{
		display: block;
		width: 100%;
	}
	.xinwendv{
		width: 95%;
	}
	.xwdv{
		width: 100%;
	}
	.xwdvleft{
		width: 31%;
	}
	.xwdvcenter{
		width: 31%;
	}
	.xwdvright{
		width: 32%;
	}
	.xwdvright ul li a section{
		padding: 0 30px;
	}
	.xwdvright ul li a section h1{
		height: 60px;
		line-height: 30px;
	}
	.hzallleft div{
		width: 80%;
		margin-right: 10%;
	}
	.hzallright{
		width: 64%;
	}
	.hzallright ul{
		width: 94%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.prolist{
		width: 95%;
	}
	.showpro{
		width: 95%;
	}
	.showproleft{
		width: 40%;
	}
	.showproright{
		width: 56%;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqleft{
		width: 70%;
	}
	.cpxqright{
		width: 28%;
	}
	.zwl{
		width: 95%;
	}
	.khlianxidv{
		width: 95%;
	}
	.yylingyudv{
		width: 95%;
	}
	.yylingyudvright{
		width: 65%;
	}
	.yylingyudvright ul li{
		width: 31%;
	}
	.rydv{
		width: 95%;
	}
	.hxjs{
		width: 95%;
		margin: 0 auto;
	}
	.zhu{
		width: 100%;
	}
	.kuaisubaojdv{
		width: 95%;
	}
	.kuaisuformleft{
		width: 62%;
		padding: 3%;
	}
	.kuaisuformright{
		width: 30%;
	}
	.ttimgdv{
		width: 95%;
		align-items: center;
	}
	.ttimgdv img{
		width: 30%;
	}
	.gywm{
		width: 95%;
	}
	.fjdv{
		width: 95%;
	}
	.fjbt h2{
		font-size: 58px;
	}
	.jjg{
		width: 60.5%;
	}
	.rongyulistdv1 .swiper-slide img{
		display: block;
		width: 100%;
	}
	.rongyulistdv2 .swiper-slide img{
		display: block;
		width: 100%;
	}
	.qyrongyuleft{
		width: 35%;
		padding: 2.5%;
	}
	.qyrongyuright{
		width: 60%;
		padding: 2.5%;
	}
	.qyrongyuright div{
		width: 100%;
	}
	.qyrongyuright{
		width: 55%;
		padding: 2.5%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.qyrongyutupian .swiper-slide ul li{
		width: 30%;
	}
	.qyrongyutupian .swiper-slide ul li img{
		display: block;
		width: 100%;
	}
	.qyrongyunr{
		width: 95%;
	}
	.qyrongyutupian .swiper-slide ul li{
		font-size: 30%;
	}
	.zlzhengshulist{
		width: 95%;
	}
	.zlzhengshulists .swiper-slide ul li img{
		width: 100%;
	}
	.zlzhengshulists{
		width: 100%;
	}
	.zlzhengshulists .swiper-slide ul li{
		width: 14%;
		margin: 15px;
	}
	.gegslist{
		width: 95%;
	}
	.gegslist ul li{
		width: 18%;
		margin: 1%;
	}
	.fzln{
		width: 95%;
	}
	.zxnshilist{
		width: 95%;
	}
	.sczzleftdv{
		width: 95%;
	}
	.scbt{
		width: 95%;
	}
	.jsyfrightdv{
		width: 100%;
	}
	.jsyfrightdv .scbt{
		margin: 0 auto;
		width: 90%;
	}
	.jsyfrightdv ul{
		margin-left: 5%;
	}
	.scbt h2{
		font-size: 54px;
	}
	.sqfw{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmlist ul li{
		width: 20%;
		padding: 2%;
	}
	.zxliuyandv{
		width: 95%;
	}
	.scqjdv{
		width: 95%;
	}
	.nestj{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.gywmtext div img{
		width: 100%;
	}
	.gywmtext div{
		max-width: 100%;
	}
	.jjg{
		justify-content: flex-end;
	}
	.jjgright{
		margin-left: 10px;
	}
	.fzghtext{
		width: 95%;
	}
	.fgasggeh{
		width: 95%;
	}
	.fzghtext{
		width:95%;
	}
	.fzgh {
	    display: block;
	    padding-top: 65px;
	    padding-bottom: 40px;
	    background: url(../images/gehwh_02.jpg) center no-repeat;
	    background-size: cover;
	}
	.scfx .gywmbt{
		width: 95%;
		margin:0 auto;
	}
	.cpzxdvbtleft ul li{
		margin-left: 20px;
	}
	#thumbs1{
		    width: 565px;
	}
	.rcbtrm #thumbs1 .swiper-slide span{
		font-size: 15px;
	}
	.cpzxdvbtleft ul li a{
		font-size: 15px;
	}
	.khscbtleft{
		width: 48%;
	}
	.khscbtright{
		width: 50%;
	}
	.zhudv ul li section div p{
		height: 48x;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.shangfd{
		padding: 0 2.5%;
		width: 20%;
	}
	.shangfd h2{
		font-size: 24px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	.headdv{
		width: 95%;
	}
	.nrbanner .btext{
		position: absolute;
		top: 0;
		width: 95%;
		margin-left: 0;
		left: 2.5%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nrbanner .btext h2,.nrbanner .btext h1{
		text-align: center;
	}
	.headdvleft{
		width: 60%;
		display: flex;
		align-items: center;
	}
	.headdvleft img{
		display: block;
		max-width: 100%;
	}
	.ulnav ul{
		width: 95%;
		justify-content: space-between;
	}
	.ulnav ul li{
		margin-left: 0;
		margin: 0 10px;
	}
	.zjaboutlfdv{
		width: 85%;
		margin: 0 auto;
	}
	.cpzxdian{
		width: 95%;
	}
	.cpzxdv{
		width: 95%;
	}
	.cpzxlist{
		width: 95%;
	}
	.zjaboutright{
		padding: 65px 0px;
	}
	.rmcp{
		width: 95%;
	}
	.zxkfdv{
		width: 95%;
	}
	.khscbt{
		width: 95%;
	}
	.khscsz{
		width: 95%;
	}
	.khscszright{
		width: 75%;
	}
	.xwdvrightimg img{
		height: 100%;
	}
	.khscszright img{
		display: block;
		width: 100%;
	}
	.xinwendv{
		width: 95%;
	}
	.xwdv{
		width: 100%;
	}
	.xwdvleft{
		width: 31%;
	}
	.xwdvcenter{
		width: 31%;
	}
	.xwdvright{
		width: 32%;
	}
	.xwdvright ul li a section{
		padding: 0 30px;
	}
	.xwdvright ul li a section h1{
		height: 60px;
		line-height: 30px;
	}
	.hzallleft div{
		width: 80%;
		margin-right: 10%;
	}
	.hzallright{
		width: 64%;
	}
	.hzallright ul{
		width: 94%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.prolist{
		width: 95%;
	}
	.showpro{
		width: 95%;
	}
	.showproleft{
		width: 40%;
	}
	.showproright{
		width: 56%;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqleft{
		width: 70%;
	}
	.cpxqright{
		width: 28%;
	}
	.zwl{
		width: 95%;
	}
	.khlianxidv{
		width: 95%;
	}
	.yylingyudv{
		width: 95%;
	}
	.yylingyudvright{
		width: 65%;
	}
	.yylingyudvright ul li{
		width: 31%;
	}
	.rydv{
		width: 95%;
	}
	.hxjs{
		width: 95%;
		margin: 0 auto;
	}
	.zhu{
		width: 100%;
	}
	.kuaisubaojdv{
		width: 95%;
	}
	.kuaisuformleft{
		width: 62%;
		padding: 3%;
	}
	.kuaisuformright{
		width: 30%;
	}
	.ttimgdv{
		width: 95%;
		align-items: center;
	}
	.ttimgdv img{
		width: 30%;
	}
	.gywm{
		width: 95%;
	}
	.fjdv{
		width: 95%;
	}
	.fjbt h2{
		font-size: 58px;
	}
	.jjg{
		width: 60.5%;
	}
	.rongyulistdv1 .swiper-slide img{
		display: block;
		width: 100%;
	}
	.rongyulistdv2 .swiper-slide img{
		display: block;
		width: 100%;
	}
	.qyrongyuleft{
		width: 35%;
		padding: 2.5%;
	}
	.qyrongyuright{
		width: 60%;
		padding: 2.5%;
	}
	.qyrongyuright div{
		width: 100%;
	}
	.qyrongyuright{
		width: 55%;
		padding: 2.5%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.qyrongyutupian .swiper-slide ul li{
		width: 30%;
	}
	.qyrongyutupian .swiper-slide ul li img{
		display: block;
		width: 100%;
	}
	.qyrongyunr{
		width: 95%;
	}
	.qyrongyutupian .swiper-slide ul li{
		font-size: 30%;
	}
	.zlzhengshulist{
		width: 95%;
	}
	.zlzhengshulists .swiper-slide ul li img{
		width: 100%;
	}
	.zlzhengshulists{
		width: 100%;
	}
	.zlzhengshulists .swiper-slide ul li{
		width: 14.2%;
		margin: 15px;
	}
	.gegslist{
		width: 95%;
	}
	.gegslist ul li{
		width: 18%;
		margin: 1%;
	}
	.fzln{
		width: 95%;
	}
	.zxnshilist{
		width: 95%;
	}
	.sczzleftdv{
		width: 95%;
	}
	.scbt{
		width: 95%;
	}
	.jsyfrightdv{
		width: 100%;
	}
	.jsyfrightdv .scbt{
		margin: 0 auto;
		width: 90%;
	}
	.jsyfrightdv ul{
		margin-left: 5%;
	}
	.scbt h2{
		font-size: 54px;
	}
	.sqfw{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmlist ul li{
		width: 20%;
		padding: 2%;
	}
	.zxliuyandv{
		width: 95%;
	}
	.scqjdv{
		width: 95%;
	}
	.nestj{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.yylingyudvleft{
		width: 30%;
	}
	.yylingyudvleft .rydvbtleft h2{
		font-size: 60px;
	}
	.zhudv ul li section{
		padding: 50px 20px;
	}
	.shangfd{
		padding: 0 20px;
		width: calc(25% - 40px);
	}
	.gywmtext div{
		max-width: 100%;
	}
	.gywmtext div img{
		width: 100%;
	}
	.jjgleft{
		margin-left: 10px;
	}
	.rydvbtleft h2{
		font-size: 60px;
	}
	.qyrongyutupian .swiper-slide ul li{
		width: 46%;
	}
	.zlzhengshulists .swiper-slide ul li{
		width: 14.5%;
		margin: 1%;
	}
	.Partnersdv .gywmbt p{
		width: 90%;
	}
	.fzlndvleft{
		width: 65%;
	}
	.fzlndvright{
		width: 30%;
		padding: 2.5%;
	}
	.fzlndvright h1{
		margin-top: 25px;
	}
	.zxnshilist dl dd .lbiao h1, .zxnshilist dl dd .lbiao h2, .zxnshilist dl dd .lbiao h3, .zxnshilist dl dd .lbiao h4, .zxnshilist dl dd .lbiao h5{
		font-size: 14px;
	}
	.zxnshilist dl dd:hover .lbiao h1, .zxnshilist dl dd:hover .lbiao h2, .zxnshilist dl dd:hover .lbiao h3, .zxnshilist dl dd:hover .lbiao h4, .zxnshilist dl dd:hover .lbiao h5{
		font-size: 14px;
	}
	.sczzleft{
		width: 65%;
	}
	.jsyf{
		align-items: flex-start;
	}
	.scbt h2{
		font-size: 40px;
	}
	.nestjs .swiper-slide .tjnewsright{
		padding: 3%;
	}
	.nestjs .swiper-slide .tjnewsleft{
		width: 56%;
	}
	.footdvleft p{
		font-size: 14px;
	}
	.jjg{
		justify-content: flex-end;
	}
	.jjgright{
		margin-left: 10px;
	}
	.fgasggeh{
		width: 95%;
	}
	.fzghtext{
		width:95%;
	}
	.fzgh {
	    display: block;
	    padding-top: 65px;
	    padding-bottom: 40px;
	    background: url(../images/gehwh_02.jpg) center no-repeat;
	    background-size: cover;
	}
	.fgasggeh ul li{
		margin-right: 25px;
	}
	.scfx .gywmbt{
		width: 95%;
		margin:0 auto;
	}
	.zjbt #thumbs .swiper-slide span{
		font-size: 14px;
	}
	.zjbt #thumbs{
		width: 400px;
		margin-left: 15px;
	}
	.cpzxdvbtleft ul li{
		margin-left: 10px;
	}
	.cpzxdvbtleft ul li a{
		font-size: 14px;
	}
	.cpzxdvbtleft h1{
		font-size: 30px;
	}
	.cpzxlist ul li h1{
		font-size: 20px;
	}
	.rcbtrm #thumbs1 .swiper-slide span{
		font-size: 14px;
	}
	.rcbtrm #thumbs1{
		width: 530px;
	}
	.rcbtrm h1{
		font-size: 30px;
	}
	.rcbtrm h1{
		width: 24%;
	}
	.khscbtright{
		width: 50%;
	}
	.khscbtleft{
		width: 49%;
	}
	.khscbtleft h2{
		font-size: 28px;
	}
	.jjgleft section p{
		font-size: 17px;
	}
	.fjbt h1,.gywmbt h1{
		font-size: 30px;
	}
	.qyrongyuleft h1{
		line-height: 90px;
		font-size: 20px;
	}
	.wdldv p{
		font-size: 14px;
	}
	.footdvright dd a{
		font-size: 14px;
	}
	.wdldv p a{
		font-size: 14px;
	}
	.shownav ul li a{
		font-size: 16px;
	}
	.shangfd h2{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.shangfd ul li p{
		font-size: 14px;
	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.zjabout{
		display: block;
	}
	.zjaboutleft{
		width: 95%;
		margin: 0 auto;
	}
	.zjaboutlfdv{
		width: 100%;
		margin: 30px auto;
		padding-right: 0;
		background-position: 100% 26%;
	}
	.zjbt{
		display: block;
	}
	.zjbt h1{
		text-align: center;
		font-size: 22px;
		margin-bottom: 10px;
	}
	#thumbs{
		width: 100%;
		margin-left: 0;
	}
	.zjbt #thumbs{
		margin-left: 0;
	}
	.gsjj p{
		margin: 10px 0px;
		font-size: 14px;
	}
	.zjaboutright{
		padding: 30px 0px;
		width: 100%;
	}
	.zjaboutright ul li h1{
		font-size: 30px;
	}
	.zjaboutright ul li{
		width: 50%;
		text-align: center;
		margin: 15px 0px;
	}
	.zjaboutright ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.zjaboutright ul li p{
		font-size: 14px;
		margin-top: 10px;
	}
	.zjaboutright ul li h1 i{
		font-size: 14px;
	}
	.zjaboutright{
		padding: 15px 0px;
	}
	.cpzxdian img{
		display: none;
	}
	.cpzx{
		padding: 30px 0px;
	}
	.cpzxdian{
		width: 95%;
	}
	.cpzxdv{
		width: 95%;
	}
	.cpzxdvbtleft{
		display: block;
	}
	.cpzxdvbt{
		display: block;
	}
	.cpzxdvbtleft h1{
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}
	.cpzxdvbtleft ul{
		display: flex;
		justify-content: center;
	}
	.cpzxdvbtright{
		display: none;
	}
	.cpzxdvbtleft ul li{
		margin: 0 20px;
	}
	.cpzxlist{
		width: 95%;
	}
	.cpzxlist ul li h1{
		font-size: 17px;
		margin-top: 10px;
	}
	.cpzxlist{
		margin-bottom: 0;
	}
	.rmcp{
		width: 95%;
		margin: 30px auto;
	}
	.rcbt{
		display: block;
	}
	.rcbtrm{
		display: block;
	}
	.rcbtrm h1{
		text-align: center;
		font-size: 22px;
	}
	.rcbtrm #thumbs1{
		margin: 0 auto;
		width: 100%;
		margin-top: 15px;
	}
	#gallery1{
		margin-top: 10px;
	}
	.cplist ul li{
		width: 48%;
	}
	.cplist ul{
		flex-wrap: wrap;
	}
	.cplist ul li h1{
		margin-top: 0px;
		line-height: 55px;
	}
	.zxkf{
		padding: 25px 0px;
	}
	.zxkfdv{
		width: 95%;
	}
	.zxkfdv h1{
		font-size: 18px;
	}
	.zxkfdv p{
		font-size: 14px;
	}
	.khzb{
		padding: 30px 0px;
	}
	.khscbt{
		width: 95%;
		display: block;
	}
	.khscbtleft h2{
		font-size: 18px;
		margin: 10px 0px;
	}
	.khscbtright{
		width: 100%;
	}
	.khscbtright p{
		font-size: 14px;
		line-height: 30px;
	}
	.khscsz{
		width: 95%;
		display: block;
	}
	.khscszleft{
		width: 100%;
	}
	.khscszleft ul li{
		margin-top: 15px;
	}
	.khscszleft ul li{
		text-align: center;
	}
	.khscszleft ul li h1{
		justify-content: center;
	}
	.khscszleft ul li h1{
		font-size: 32px;
	}
	.khscszleft ul li h1 sub{
		font-size: 15px;
	}
	.khscszright{
		width: 100%;
	}
	.khscszright img{
		display: block;
		width: 100%;
		margin: 15px auto;
	}
	.gsdzhi{
		position: initial;
		width: 90%;
		padding: 5%;
	}
	.xinwen{
		padding: 30px 0;
	}
	.xinwendv{
		width: 95%;
	}
	.xinwendv #thumbs2{
		width: 100%;
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	#gallery2{
		margin-top: 20px;
	}
	.xwdv{
		width: 100%;
		display: block;
	}
	.xwdvleft{
		width: 100%;
	}
	.xwtext{
		padding: 5%;
	}
	.xwtext h1{
		font-size: 17px;
	}
	.xwtext p{
		font-size: 14px;
	}
	.xwtext div{
		margin-top: 10px;
		padding-top: 10px;
	}
	.xwdvcenter{
		margin-top: 10px;
		width: 100%;
	}
	.xwdvright{
		width: 100%;
		margin-top: 10px;
	}
	.xwdvright ul li a section h1{
		font-size: 14px;
	}
	.xwdvright ul li a section{
		padding: 5px 15px;
		width: calc(57% - 30px);
	}
	.xwdvright ul li a section h2{
		margin-top: 5px;
	}
	.xwdvright ul li{
		margin-bottom: 10px;
	}
	.hzall{
		display: block;
	}
	.hzallleft{
		width: 100%;
		padding: 30px 0px;
	}
	.hzallleft div{
		width: 95%;
		margin: 0 auto;
	}
	.hzallleft div h1{
		font-size: 20px;
	}
	.hzallleft div i {
	    display: block;
	    height: 10px;
	    width: 40px;
	    margin-top: 15px;
	    border-top: 1px solid #fff;
	}
	.hzallleft div p{
		font-size: 14px;
	}
	.hzallleft a{
		margin: 0 auto;
		margin-top: 20px;
		width: 140px;
		background: url(../images/anniu_03.png) center no-repeat;
		line-height: 45px;
		font-size: 14px;
		color: #176a18;
		background-size: contain;
	}
	.hzallright{
		width: 100%;
		padding: 15px 0px;
	}
	.hzallright ul{
		width: 95%;
	}
	.foot,.wdl{
		display: none;
	}
	.xwlbo img{
		display: block;
		width: 100%;
	}
	.khscbtleft{
		width: 100%;
	}
	.shownav ul li{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.shownav ul li a{
		display: block;
		line-height: 50px;
	}
	.prolist{
		width: 95%;
		margin: 30px auto;
	}
	.prolistdv ul li{
		width: 48%;
	}
	.prolistdv ul li h1{
		height: 50px;
		line-height: 50px;
	}
	.showpro{
		width: 95%;
		display: block;
		margin-top: 30px;
	}
	.showproleft{
		width: 100%;
	}
	.showproright h1{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.showproright{
		width: 100%;
	}
	.showproright div{
		width: 100%;
	}
	.showproright p{
		margin: 10px auto;
		font-size: 14px;
	}
	.showproright h2{
		font-size: 17px;
	}
	.showproright ul li span{
		width: 96%;
		font-size: 14px;
	}
	.showproright h4{
		margin: 15px auto;
	}
	.showproright img{
		width: 20px;
		height: 20px;
	}
	.showproright h4{
		font-size: 18px;
	}
	.showproright section{
		display: flex;
		justify-content: space-between;
	}
	.showproright section a{
		margin: 0 0px;
		width: 48%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.showproright section a:last-child{
		font-size: 14px;
	}
	.cpxq{
		width: 95%;
		display: block;
		margin-top: 20px;
	}
	.cpxqleftbt h1{
		font-size: 18px;
	}
	.cpxqtext{
		padding: 15px 0px;
		margin-top: 15px;
	}
	.cpxqleft{
		width: 100%;
	}
	.cpxqright{
		margin-top: 25px;
		width: 100%;
	}
	.cpxqright ul{
		margin-top: 15px;
		display: flex;
		justify-content: space-between;
	}
	.cpxqright ul li{
		width: 49%;
	}
	.cpxq{
		margin-bottom: 15px;
	}
	.cpxqright ul li h1{
		height: 35px;
		font-size: 14px;
		line-height: 35px;
	}
	.zwl{
		margin: 30px auto;
		width: 95%;
	}
	.zwltop{
		margin-bottom: 20px;
	}
	.zwltop{
		display: block;
	}
	.rydvbtleft h1{
		text-align: center;
		font-size: 22px;
	}
	.rydvbtleft i{
		margin: 10px auto;
	}
	.zwltop .rydvbtleft h2{
		text-align: center;
		font-size: 30px;
		margin-top:0 ;
	}
	.zwltop a{
		margin: 0 auto;
		width: 140px;
		height: 40px;
		background-size: contain;
		line-height: 40px;
		margin-top: 10px;
	}
	.khlianxi{
		display: block;
	}
	.khlianxidv{
		width: 95%;flex-direction: column;
		font-size: 14px;
		justify-content: center;
	}
	.khlianxidv p{
		font-size: 14px;
	}
	.khlianxidv a{
		padding: 0 10px;
		margin-top: 15px;
	}
	.yylingyu{
		padding: 30px 0px;
	}
	.yylingyudv{
		width: 95%;
		display: block;
	}
	.yylingyudvleft{
		width: 100%;
	}
	.yylingyudvleft .rydvbtleft h2{
		font-size: 36px;
		text-align: center;
	}
	.rydvbtleft h2{
		margin-top: 0;
	}
	.yylingyudvleft p{
		margin-top: 10px;
		font-size: 0.875rem;
	}
	.yylingyudvleft a{
		margin: 15px auto;
	}
	.yylingyudvright{
		width: 100%;
	}
	.yylingyudvright ul li{
		width: 48%;
	}
	.yylingyudvright ul li p{
		bottom: 10px;
		font-size: 14px;
	}
	.yylingyudvright ul li{
		margin: 1%;
	}
	.chejian{
		padding: 30px 0;
	}
	.rydv{
		width: 95%;
	}
	.rydvbt{
		display: block;
	}
	.rydvbtleft h2{
		font-size: 36px;
		text-align: center;
	}
	.rydvbtright{
		margin-top: 10px;
	}
	#thumbs14 .swiper-slide span{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	#gallery14{
		margin-top: 15px;
	}
	.gywmbt h1{
		font-size: 22px;
	}
	.gywmbt h2{
		font-size: 36px;
		margin-top: 0;
	}
	.gywmbt p{
		font-size: 14px;
	}
	.zhu{
		width: 100%;
		margin-top: 15px;
	}
	.zhudv ul{
		display: block;
	}
	.zhudv ul li  section{
		
		display: block;
	}
	.shangfd{
		display: block;
		width: 90%;
		padding: 5%;
		position: initial;
	}
	.zhudv ul li{
		width: 100%;
	}
	.shangfd iconpark-icon{
		margin: 0 auto;
		font-size: 32px;
		display: block;
		text-align: center;
	}
	.gsdzhi h1{
	
	font-size: 18px;
	
}
.gsdzhi p{
	
	font-size: 14px;
	
}
.gsdzhi p span{
	font-size: 20px;
	
}
	.shangfd h1{
		font-size: 18px;
		text-align: center;
	}
	.shangfd h2{
		font-size: 12px;
		text-align: center;
	}
	.shangfd h2{
		margin-bottom: 10px;
	}
	.shangfd ul li p{
		font-size: 14px;
	}
	.shangfd ul li i{
		margin-top: 11px;
	}
	.zhudv ul li {
		margin-bottom: 10px;
	}
	.zhudv ul li section{
		padding: 5%;
		display: none;
	}
	.shangfd div{
		width: 100%;
	}
	.kuaisubaoji{
		padding: 30px 0px;
	}
	.kuaisubaojdv{
		width: 95%;
	}
	.kuaisubaoji{
		padding-top: 0;
	}
	.kuaisubaojbt h1{
		font-size: 22px;
	}
	.kuaisubaojbt p{
		font-size: 14px;
	}
	.kuaisuform{
		display: block;
	}
	.kuaisuformleft{
		width: 90%;
		padding: 5%;
	}
	.kuaisuform{
		margin-top: 20px;
	}
	.kuaisuformleft form h1{
		margin-bottom: 15px;
		font-size: 18px;
		font-weight: bold;
	}
	.kuaisuformleft form div h2{
		font-size: 14px;
	}
	.kuaisuformleft form button{
		font-size: 14px;
	}
	.hexinyoushi{
		padding: 30px 0px;
	}
	.ttleft{
		width: 100%;
	}
	.ttimgdv{
		display: block;
		width: 100%;
	}
	.ttimgdv img{
		width: 100%;
	}
	.hexinyoushi{
		margin-bottom: 30px;
	}
	.ttimgdv{
		width: 95%;
	}
	.ttleft ul li{
		margin-bottom: 15px;
	}
	.ttleft ul li section h1{
		font-size: 18px;
	}
	.ttleft ul li section p{
		font-size: 14px;
	}
	.ttright ul li{
		margin-top: 15px;
		margin-bottom: 0;
	}
	.ttright ul li section h1{
		font-size: 18px;
	}
	.ttright ul li section p{
		font-size: 14px;
	}
	.hexinyoushi{
		background-size: cover;
	}
	.zhu{
		margin-bottom: 0;
	}
	.gywm{
		width: 95%;
		margin-top: 30px;
	}
	.gywmtext div{
		width: 100%;
		margin: 20px auto;
	}
	.gywmtext div img{
		display: block;
		width: 100%;
	}
	.gywmtext p{
		font-size: 14px;
		line-height: 30px;
	}
	.kg img{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.fjdv{
		width: 95%;
		display: block;
	}
	.fjbt h2{
		font-size: 36px;
		margin: 0;
	}
	.fjbt h1{
		text-align: center;
		font-size: 22px;
	}
	.fjbt i{
		margin: 10px auto;
	}
	.fjbt h2{
		text-align: center;
	}
	.jjg{
		width: 100%;
		margin-top: 25px;
		display: block;
	}
	.jjgleft{
		width: 100%;
	}
	.jjgright{
		width: 100%;
	}
	.jjgleft section p{
		font-size: 14px;
		line-height: 25px;
	}
	.jjgright ul li section h1{
		font-size: 18px;
	}
	.jjgright ul li:last-child{
		margin-top: 0;
	}
	.rongyulistdv1 .swiper-slide img{
		display: block;
		width: 100%;
	}
	.rongyulistdv2 .swiper-slide img{
		display: block;
		width: 100%;
	}
	.zuoyou .swiper-button-next, .zuoyou .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.zuoyou .swiper-button-next:after, .zuoyou .swiper-button-prev:after{
		font-size: 14px;
		line-height: 40px;
	}
	.zuoyou{
		margin-top: 15px;
	}
	.ry{
		padding-bottom: 15px;
	}
	.fj{
		height: auto;
	}
	.Partners{
		padding-top: 20px;
		padding-bottom: 20px;
		background-size: cover;
	}
	.Partnersdv .gywmbt p{
		width: 95%;
		margin: 0 auto;
		font-size: 14px;
	}
	.gegslist{
		width: 95%;
		margin-top: 20px;
	}
	.gegslist ul li{
		width: 48%;
		margin: 1%;
	}
	.gegslist ul li h1{
		font-size: 14px;
		line-height: 35px;
		height: auto;
	}
	.qyrongyu{
		padding-top: 25px;
	}
	.qyrongyunr{
		width: 95%;
		display: block;
	}
	.qyrongyuleft{
		width: 90%;
		padding: 5%;
	}
	.qyrongyuleft h1{
		font-size: 18px;
		height: 65px;
	}
	.qyrongyuleft h2{
		margin-bottom: 15px;
		margin-top: 15px;
		font-size: 14px;
	}
	.qyrongyuleft ul li p{
		font-size: 14px;
	}
	.qyrongyuright{
		width: 90%;
		padding: 5%;
	}
	.qyrongyuright h2{
		font-size: 18px;
	}
	.qyrongyutupian .swiper-slide ul li{
		width: 48%;
		margin: 1%;
	}
	.qyrongyutupian .swiper-slide ul li img{
		display: block;
		width: 100%;
	}
	.qyrongyu{
		padding-bottom: 15px;
	}
	.zlzhengshu{
		padding: 25px 0px;
	}
	.zlzhengshudv h3{
		font-size: 17px;
	}
	.zlzhengshulists{
		width: 100%;
	}
	.zlzhengshulists .swiper-slide ul li{
		width: 48%;
		margin: 1%;
	}
	.zlzhengshulist{
		width: 95%;
	}
	.zlzhengshulists .swiper-slide ul li h1{
		margin: 10px 0px;
		font-size: 14px;
	}
	.fzln{
		width: 95%;
		padding: 20px 0px;
	}
	.fzlndv{
		display: block;
	}
	.fzlndvleft{
		width: 100%;
	}
	.fzlndvright{
		width: 90%;
		padding: 5%;
	}
	.fzlndvright h3{
		font-size: 18px;
	}
	.fzlndvright h1{
		font-size: 18px;
		margin-top: 15px;
	}
	.fzlndvright h2{
		font-size: 18px;
	}
	.rczp{
		padding: 30px 0px;
	}
	.rczp .gywmbt p{
		font-size: 17px;
	}
	.zxnshilist{
		width: 95%;
	}
	.zxnshilist dl dt h2, .zxnshilist dl dt h4, .zxnshilist dl dt h6{
		display: none;
	}
	.zxnshilist dl dt h1, .zxnshilist dl dt h3, .zxnshilist dl dt h5{
		width: 100%;
		text-align: center;
	}
	.zxnshilist dl dd h2, .zxnshilist dl dd h4, .zxnshilist dl dd h6{
		display: none;
	}
	.zxnshilist dl dd h1, .zxnshilist dl dd h3, .zxnshilist dl dd h5{
		width: 100%;
		text-align: center;
	}
	.zxnshilist dl dd .lbiao h1, .zxnshilist dl dd .lbiao h2, .zxnshilist dl dd .lbiao h3, .zxnshilist dl dd .lbiao h4, .zxnshilist dl dd .lbiao h5{
		font-size: 14px;
	}
	.lbnr{
		display: none;
	}
	.lbnrall{
		width: 100%;
	}
	.lbdibu{
		width: 100%;
	}
	.zxnshilist dl dd:hover .lbnr{
		display: block;
	}
	.lbdibu{
		border-left: none;
	}
	.lbdibu p{
		width: 100%;
	}
	.zxnshilist dl dd .lbiao{
		height: 40px;
		line-height: 40px;
	}
	.zxnshilist dl dd:hover .lbiao h1, .zxnshilist dl dd:hover .lbiao h2, .zxnshilist dl dd:hover .lbiao h3, .zxnshilist dl dd:hover .lbiao h4, .zxnshilist dl dd:hover .lbiao h5{
		font-size: 14px;
	}
	.sczz{
		display: block;
	}
	.sczzleft{
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.sczzleftdv{
		width: 95%;
		padding: 30px 0px;
	}
	.scbt h1{
		font-size: 22px;
		text-align: center;
	}
	.scbt i{
		margin: 10px auto;
	}
	.scbt h2{
		margin-top: 0;
		font-size: 36px;
		text-align: center;
	}
	.scbt h3{
		font-size: 17px;
		text-align: center;
	}
	.scbt p{
		line-height: 25px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.scxxiang{
		width: 100%;
	}
	#gallery25{
		width: 100%;
		font-size: 14px;
	}
	.sczzright{
		width: 100%;
	}
	.jsyf{
		padding: 30px 0px;
		display: block;
	}
	.jsyfleft{
		width: 100%;
	}
	.jsyfright{
		width: 95%;
	}
	.jsyfrightdv{
		width: 100%;
	}
	.jsyfrightdv .scbt{
		margin-left: 5%;
		margin-top: 15px;
	}
	.scbt h2{
		font-size: 26px;
	}
	.jsyfrightdv ul{
		width: 95%;
		margin-top: 10px;margin-left: 5%;
	}
	.fwzc{
		padding: 20px 0px;
	}
	.sqfw {
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.sqfw ul{
		display: block;
	}
	.sqfw ul li{
		width: 100%;
	}
	.sqfw ul li section h1{
		font-size: 18px;
	}
	.sqfw ul li section iconpark-icon{
		width: 60px;
		height: 60px;
		font-size: 26px;
		margin-top: -30px;
	}
	.lxwm{
		width: 95%;
		margin: 30px auto;
	}
	.lxwmlist ul{
		display: block;
		margin: 10px auto;
	}
	.lxwmlist ul li{
		margin-bottom: 10px;
		width: 90%;
		padding: 5%;
	}
	.lxwmlist ul li iconpark-icon{
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.lxwmlist ul li h1{
		font-size: 18px;
		text-align: center;
	}
	.lxwmlist ul li p{
		font-size: 14px;
		text-align: center;
	}
	.zxliuyan{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.zxliuyan .gywmbt p{
		font-size: 14px;
	}
	.zxliuyandv{
		width: 95%;
		margin-top: 10px;
	}
	.zxliuyandv form div input{
		height: 45px;
	}
	.scqj{
		width: 100%;
		padding-bottom: 20px;
		padding-top: 30px;
	}
	.scqjdv{
		width: 95%;
	}
	.scqjbt h1{
		font-size: 22px;
	}
	.scqjbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.scqjbt ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.scqjbt ul li{
		width: 50%;
	}
	.scqjbt ul li h1{
		font-size: 30px;
	}
	.scqjbt ul li h1 sub{
		font-size: 14px;
	}
	.scqjbt p{
		margin-bottom: 10px;
	}
	.gywmbt p{
		width: 95%;
		margin: 0 auto;
	}
	.scfx{
		padding: 30px 0px;
	}
	.xinwen1{
		padding: 30px 0px;
	}
	.nestj{
		width: 95%;
	}
	.nestjs .swiper-slide{
		display: block;
	}
	.nestjs .swiper-slide .tjnewsleft{
		width: 100%;
	}
	.nestjs .swiper-slide .tjnewsright{
		width: 90%;
		padding: 5%;
	}
	.nestjs .swiper-slide .tjnewsright section iconpark-icon{
		width: 40px;
		height: 40px;
	}
	.nestjs .swiper-slide .tjnewsright a p{
		font-size: 14px;
		margin-top: 15px;
	}
	.nestjs .swiper-slide .tjnewsright a h1{
		font-size: 18px;
	}
	.nestjs .swiper-slide .tjnewsright section{
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlist ul li iconpark-icon{
		display: none;
	}
	.newsdvlistext{
		margin: 0;
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 18px;
	}
	.newsdvlistext p{
		font-size: 14px;
	}
	.newsdvlist ul li{
		margin-top: 15px;
	}
	.nrbanner .btext{
		position: absolute;
		top: 0;
		width: 95%;
		margin-left: 0;
		left: 2.5%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.nrbanner .btext h2{
		font-size: 24px;
		text-align: center;
	}
	.nrbanner .btext h1{
		text-align: center;
		font-size: 20px;
	}
	.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: #176a18;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #105d11;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.hzallright ul li {
	    width: 31.33%;
	    margin: 1% 0;
	}
	.nav-bread{
		height: 30px;
		line-height: 30px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.cpzxlist{
		min-height: auto;
	}
	.gsjj .spdv{
		width: 90%;
		left: 0;
		padding: 5%;
		    padding-top: 90px;
	}
	.gywmtext .spdv{
		width: 90%;
		padding: 5%;
		padding-top: 90px;
		left: 0;
		margin-left: 0;
	}
	.fzlndvright h3{
		text-align: center;
	}
	.fzlndvright h1{
		text-align: center;
	}
	.fzlndvright h2{
		text-align: center;
	}
	.fzgh .gywmbt h1{
		font-size: 22px;
	}
	.fzgh .gywmbt p{
		font-size: 18px;
	}
	.fgasggeh{
		width: 95%;
	}
	.fzghtext{
		width:95%;
	}
	.fzgh {
	    display: block;
	    padding-top: 35px;
	    padding-bottom: 30px;
	    background: url(../images/gehwh_02.jpg) center no-repeat;
	    background-size: cover;
	}
	.fgasggeh ul li{
		margin-right: 25px;
	}
	.fzghtext p{
		font-size: 14px;
		line-height: 30px;
	}
	.fgasggeh{
		margin-top: 20px;
	}
	.fgasggeh ul{
		flex-wrap: wrap;
	}
	.fgasggeh ul li{
		width: 48%;
		margin: 1%;
	}
	.fgasggeh ul li h1{
		font-size: 17px;
	}
	.fgasggeh{
		background: none;
	}
	.modal{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.scfx .gywmbt{
		width: 95%;
		margin:0 auto;
	}
	.mobile-inner-nav a{
		text-transform: uppercase;
	}
	.zjbt #thumbs .swiper-slide span{
		font-size: 14px;
	}
	.cpzxdvbtleft ul li a{
		font-size: 14px;
		display: block;
		text-align: center;
	}
	.cpzxdvbtleft ul li{
		margin: 0;
	}
	.cpzxlist ul li h1{
		font-size: 14px;
	}
	.rcbtrm #thumbs1 .swiper-slide span{
		font-size: 14px;
		text-align: center;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.zxkfdv section a{
		padding: 0 20px;
	}
	.mfootdv li a{
		text-transform: uppercase;
	}
	.shownav ul{
		flex-wrap: wrap;
		display: flex;
		justify-content: flex-start;
	}
	.shownav ul li{
		width: auto;
		width: 50%;
	}
	.shownav ul li:nth-child(2){
		background-color: rgba(0, 0, 0, 0.1);
	}
	.shownav ul li:nth-child(3){
		background-color: rgba(0, 0, 0, 0.1);
	}
	.shownav ul li:nth-child(6){
		background-color: rgba(0, 0, 0, 0.1);
	}
	.shownav ul li:nth-child(7){
		background-color: rgba(0, 0, 0, 0.1);
	}
	.shownav ul li.active{
		background-color: #176a18;
		color: #fff;
	}
	.khlianxi{
		padding:20px  0 ;
	}
	.scxxiang .swiper-slide h2{
		width: 100%;
		padding: 0;
		font-size: 14px;
		height: 90px;
	}
	.nrbanner .btext p{
		line-height: 20px;
	}
	.nrbanner .btext ul{
		width: 100%;
	}
	.yyan{
		position: absolute;
		z-index: 99;
		font-size: 15px;
		font-weight: bold;
		right: 16%;
    	top: 10px;
	}
	.yyan a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		border-radius: 50px;
		background-color: #f0f0f0;
	}
	.gywmbt h2{
		display: none;
	}
	.zjabout .spdv{
		width: 90%;
		padding: 5%;
		left: 0;
		margin-left: 0;
	}
	.zjabout .spdv span{
		color: #fff;
		border-color:#fff ;
		z-index: 999;
	}

	.rongyulistdv1 .swiper-slide h1{
		padding: 5%;
	}
	.rongyulistdv2 .swiper-slide h1{
		padding: 5%;
		height: auto;
		line-height: 25px;
	}


		.zxkf{
		background-attachment: initial;
		background-size: cover;
	}
	.gywmtext div{
		background-attachment: initial;
		background-size: cover;
	}
	.xinwendv #thumbs2{
		display: none;
	}
	.xwlbo img{
		height: 220px;
	}
	.rongyulistdv1 .swiper-slide{
		transform: scale(1.0);
	}
	.rongyulistdv1 .swiper-slide h1{
		font-size: 14px;
	}
	.rongyulistdv2 .swiper-slide{
		transform: scale(1.0);
	}
	.fjbt h2{
		display: none;
	}
	.rydvbtright{
		margin-top: 25px;
	}
	.rydvbtleft h2{
		display: none;
	}
	.scbt h2{
		display: none;
	}
	.nrbanner .btext ul{
		width: 100% !important;
	}
	.gegslist ul li h1{
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 20px;
	}
	.cplist ul li h1{
		line-height: 25px;
		margin-top: 10px;
		font-size: 14px;
	}
	.headdvsaf{
		height: 0;
		display: none;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
		font-size: 20px;
	}
	.nestjs .swiper-slide .tjnewsright a h1,.newsdvlistext h1{
		font-size: 16px;
		line-height: 30px;
		height: 60px;
		overflow:hidden;

		text-overflow:ellipsis;

		display:-webkit-box;

		-webkit-box-orient:vertical;

		-webkit-line-clamp:2;
	}
	.nestjs .swiper-slide .tjnewsright a p{
		margin-top: 5px;
	}
	.newsdvlistext h1{
		margin-bottom: 5px;
	}
}

