/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "TechnaSans";
	src:url('../font/technasans-regular.otf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}

body {
	font-family: "Poppins";
}

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

ul,
li {
	list-style: none;
}

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

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

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

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

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

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

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

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

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

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 87.5rem;
}
.headdvleft{
	height: 100%;
	overflow: hidden;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width: 75%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

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

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

.headdvright ul li a span {
	font-size: 16px;
	color: #ffffff;
	font-family: "Poppins_Light";
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
	background-color: transparent;
}
.headdvright ul li:hover a span {
	color: #fff;
	
}
.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright ul li.active a span {
	color: #fff;
	f6f7f9
	
}
.headdvright ul li.active a::after {
	background-color: #fff;
}
.headdvright .ss iconpark-icon{
	color: #fff;
	font-size: 18px;
}
.headdvright .hcons{
	width: 110px;
	height: 35px;
	border-radius: 50px;
	background-color: #daa20f;
	text-align: center;
}
.headdvright .hcons a{
	display: block;
	line-height: 35px;
	color: #ffffff;
	font-size: 14px;
}
.banners{
	position: relative;
}
.banners img{
	display: block;
	width: 100%;
}

.headdvright .ege{
	display: flex;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.headdvright .ege a{
	margin: 0 10px;
}
.headdvright .ege a span{
	color: #ffffff;
	font-size: 16px;
}
.synews{
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 6;
}
.synewsdv{
	width: 87.5rem;
	margin: 0 auto;
	height: 70px;
	
}
.synewsdv .swiper-slide a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	width: 97%;
}
.synewsdv .swiper-slide a section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
}
.synewsdv .swiper-slide a iconpark-icon{
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.synewsdv .swiper-slide a span{
	width: 97%;
	white-space:nowrap;
	height: 70px;
	overflow:hidden;
	line-height: 70px;
	color: #fff;
	text-overflow:ellipsis;
}
.synewsdv .swiper-slide a i{
	display: block;
	color: #fff;
	font-size: 14px;
}
.synewsdv .swiper-button-next:after,.synewsdv .swiper-button-prev:after{
	font-size: 14px;
}
.synewsdv .swiper-button-next,.synewsdv .swiper-button-prev{
	right: 0;
	transform: rotate(90deg);
	top: 45px;
}
.synewsdv .swiper-button-prev{
	left: auto;
	top: 25px;
}
.banlist{
	position: absolute;
	bottom: 11.25rem;
	width: 100%;
	z-index: 6;
}
.banlist dl{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.banlist dl dd{
	width: 24%;
	height: 8.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/bbne_03.png) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.banlist dl dd i {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .1);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
}
.banlist dl dd h1{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
	margin-top: 10px;
	text-transform: uppercase;
}
.banlist dl dd:nth-child(2){
	background: url(../images/bbne_031.png) center no-repeat;
	background-size: cover;
}
.banlist dl dd:nth-child(3){
	background: url(../images/bbne_052.png) center no-repeat;
	background-size: cover;
}
.banlist dl dd:nth-child(4){
	background: url(../images/bbne_083.png) center no-repeat;
	background-size: cover;
}
.banlist dl dd:hover{
	background: url(../images/bbne_101.png) center no-repeat;
	background-size: cover;
}
.banlist dl dd:nth-child(2):hover{
	background: url(../images/bbne_102.png) center no-repeat;
	background-size: cover;
}
.banlist dl dd:nth-child(3):hover{
	background: url(../images/bbne_103.png) center no-repeat;
	background-size: cover;
}
.banlist dl dd:nth-child(4):hover{
	background: url(../images/bbne_104.png) center no-repeat;
	background-size: cover;
}
.foot{
	background-color: #f7f7f7;
}
.foottop{
	width: 87.5rem;
	margin: 0% auto;
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
}
.foottopleft img{
	display: block;
}
.foottopright form{
	display: flex;
	justify-content: space-between;
	width: 530px;
	border-radius: 50px;
	height: 40px;
	background-color: #ffffff;
	overflow: hidden;
}
.foottopright form input{
	width: 390px;
	padding-left: 20px;
	background-color: #fff;
	border: none;
	outline: none;
	color: #999999;
	font-size: 14px;
}
.foottopright form button{
	width: 120px;
	height: 40px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	background-color: #00a656;
}
.footlist{
	width: 87.5rem;
	margin: 0 auto;
	padding: 35px 0px;
	display: flex;
	justify-content: space-between;
}
.footlist dl:nth-child(3){
	width: 21.875rem;
}
.footlist dl:nth-child(4){
	width: 17.8125rem;
}
.footlist dl dt a{
	color: #333333;
	font-family: "Poppins_Medium";
	font-size: 18px;
	text-transform: uppercase;
}
.footlist dl dt{
	margin-bottom: 1.25rem;
}
.footlist dl dd a{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}
.footlist dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
	min-height: 30px;
}
.footlist dl dd img{
	display: block;
	width: 24px;
	margin-right: 8px;
}
.footlist dl dd span{
	color: #808080;
	font-size: 14px;
}
.footlist dl div{
	margin-top: 3.125rem;
	display: flex;
	justify-content: space-between;
}
.footlist dl dd div img{
	display: block;
	width: 24px;
}
.wdl{
	height: 70px;
	background-color: #f2f2f2;
}
.wdldv{
	width: 87.5rem;
	margin: 0 auto;
}
.wdldv{
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.wdldv p a{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.banwz{
	position: absolute;
	top: 25%;
	width: 100%;
}
.banwz h1{
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
.banwz p{
	color: #ffffff;
	font-size: 30px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: center;
	margin-top: 1.875rem;
	text-transform: uppercase;
}
.aboutding{
	padding-top: 5.625rem;
	padding-bottom: 4.375rem;
	width: 87.5rem;
	margin: 0 auto;
}
.aboutdingdv h1{
	color: #333333;
	font-family: "Poppins_Medium";
	font-size: 46px;
	margin-bottom: 1.875rem;
	text-transform: uppercase;
}
.aboutdingdv h1 i{
	color: #00a656;
}
.aboutdingdv p{
	color: #666666;
	line-height: 35px;
	font-size: 16px;
	text-align: justify;
}
.aboutdingdv img{
	display: block;
	width: 100%;
	margin-top: 3.125rem;
}
.sz{
	height: 240px;
	background:url(../images/szbg_02.jpg) center no-repeat ;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.szdv{
	width: 87.5rem;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li h2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.szdv ul li h2 span{
	font-size: 62px;
	font-family: "TechnaSans";
	color: #fff;
}
.szdv ul li h2 i{
	color: #ffffff;
	font-family: "TechnaSans";
	font-size: 30px;
	margin-left: 10px;
}
.szdv ul li p{
	color: #ffffff;
	font-family: "HarmonyOS Sans";
	font-size: 16px;
	margin-top: 10px;
}
.lxwm{
	margin: 6.25rem auto;
	width: 87.5rem;
}
.lxwmbt h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 46px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.lxwmbt p{
	color: #808080;
	font-size: 18px;
	text-align: center;
}
.lxwmbt {
	margin-bottom: 3.75rem;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(32% - 60px);
	background-color: #f7f7f7;
	padding: 40px 30px;
	border-radius: 20px;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background-color: #00a656;
}
.lxwmlist ul li div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.lxwmlist ul li div section{
	width: calc(100% - 50px);
}
.lxwmlist ul li div section h1{
	color: #4c4c4c;
	font-size: 22px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	transition: all 1s;
}
.lxwmlist ul li div section i{
	width: 20px;
	display: block;
	margin-top: 10px;
	height: 4px;
	background-color: #00a656;
	transition: all 1s;
}
.lxwmlist ul li div i{
	color: #00a656;
	font-size: 42px;
	transition: all 1s;
}
.lxwmlist ul li p{
	line-height: 30px;
	color: #808080;
	font-size: 16px;
	transition: all 1s;
}
.lxwmlist ul li:hover p,.lxwmlist ul li:hover div i,.lxwmlist ul li:hover div section h1{
	color: #fff;
}
.lxwmlist ul li:hover div section i{
	background-color: #fff;
}
.join{
	padding: 5.9375rem 0px;
	background-color: #f7f7f7;
}
.joinbt{
	margin-bottom: 7.5rem;
}
.joinbt h1{
	text-align: center;
    color: #4c4c4c;
    font-size: 46px;
    font-family: "Poppins_Medium";
    text-transform: uppercase;
}
.joinbt p{
	color: #808080;
	font-size: 18px;
	text-align: center;
}
.joinlist{
	width: 87.5rem;
	margin: 0 auto;
	display:;
}
.joinlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.joinlist ul li{
	width: 32.33%;
	margin: 1% 0%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.joinlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.joinlist ul li:hover img{
	transform: scale(1.05);
}
.joinlist ul li section{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background-image: linear-gradient(transparent, rgba(0,166,86,0.7));
	height: 70px;
	transition: all 1s; 
	display: flex;
	justify-content: center;
	align-items: center;
}
.joinlist ul li section p{
	height: 0;
	overflow: hidden;
	line-height: 30px;
}
.joinlist ul li section h1{
	text-align: center;
	line-height: 70px;
	color: #ffffff;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.joinlist ul li:hover section{
	height: 100%;
	background-color: rgba(0,166,86,0.95);
}
.joinlist ul li:hover section p{
	height: 90px;
	overflow:hidden;
	color: #fff;
	text-overflow:ellipsis;
	font-size: 16px;
	display:-webkit-box;
	margin: 0 auto;
	-webkit-box-orient:vertical;
	width: 90%;
	-webkit-line-clamp:3;overflow: hidden;
}
.joinlist ul li:hover section h1{
	font-size: 20px;
	line-height: 50px;
}
.message{
	width: 100%;
	margin: 0 auto;
	padding: 6.25rem 0;
	background: url(../images/mess_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.messagebt{
	margin-bottom: 3.75rem;
}
.messagebt h1{
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.messagebt p{
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.message form{
	width: 81.25rem;
	padding: 3.125rem;
	margin-top: 4.375rem;
	background-color: #e7f5ee;
	margin: 0 auto;
	border-radius: 20px;
}
.message form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

.message form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: #00a656;
	transition: all 1s;
	color: #fff;
}
.coal{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 4.375rem auto;
}
.coalleft{
	width: 25%;
}
.coalright{
	width: 72%;
}
.coalleft h1{
	height: 60px;
	background-color: #00a656;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
}
.coalleft ul{
}
.coalleft ul li{
	border:1px solid #f5f5f5; 
	border-top: none;
}
.coalleft ul li a{
	display: flex;
	padding: 0 20px;
	width: calc(100% - 40px);
	height: 60px;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
	background-color: #fff;
}
.coalleft ul li a span{
	width: calc(100% - 15px);
	color: #4d4d4d;
	font-size: 16px;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	transition: all 1s;
	text-overflow:ellipsis;
}
.coalleft ul li a i{
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #ffffff;
	transition: all 1s;
	border-bottom: 5px solid transparent;
}
.coalleft ul li:hover a i{
	border-left: 10px solid #00a656;
}
.coalleft ul li:hover a span{
	color: #00a656;
}
.coalleft ul li:hover a{
	background-color: #f5f5f5;
}
.coalleft ul li.active a i{
	border-left: 10px solid #00a656;
}
.coalleft ul li.active a span{
	color: #00a656;
}
.coalleft ul li.active a{
	background-color: #f5f5f5;
}
.coalrighttop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
}
.coalrighttop h1{
	color: #00a656;
	font-size: 30px;
	font-family: 'Poppins_Medium';
}
.coalrighttop form{
	border: 1px solid #dcdcdc;
	padding-left: 20px;
	border-radius: 50px;
	height: 40px;
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coalrighttop form input{
	border: none;
	line-height: 38px;
	outline: none;
}
.coalrighttop form button{
	border: none;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}
.coalrighttop form button iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #09a95c;
	font-size: 20px;
}
.coaltext{
	margin-top: 30px;
}
.coaltext img{
	max-width: 100%;
}
.coalrighttop form input:::placeholder{
	color: #c5c6c6;
	font-size: 14px;
	font-family: "Poppins";
}
.newsall{
	padding: 4.375rem 0;
	width: 87.5rem;
	margin: 0 auto;
}
.newstj ul{
	display: flex;
	justify-content: space-between;
}
.newstj ul li{
	width: 32%;
	border-radius: 25px;
	overflow: hidden;
}
.newstj ul li .newstjimg{
	width: 100%;
	overflow: hidden;
}
.newstj ul li .newstjimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.newstj ul li:hover .newstjimg img{
	transform: scale(1.05);
}
.newstj ul li .newstjtext{
	background-color: #f7f7f7;
	padding: 30px;
	width: calc(100% - 60px);
}
.newstj ul li .newstjtext h1{
	white-space:nowrap;
	color: #333333;
	overflow:hidden;
	font-size: 18px;
	text-overflow:ellipsis;
	height: 25px;
	line-height: 25px;
}
.newstj ul li .newstjtext p{
	line-height: 25px;
	overflow:hidden;
	height: 50px;
	text-overflow:ellipsis;
	color: #808080;
	display:-webkit-box;
	font-size: 14px;
	-webkit-box-orient:vertical;
	margin-top: 5px;
	-webkit-line-clamp:2;
}
.newstj ul li .newstjtext section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f0f0f0;
	margin-top: 20px;
	padding-top: 10px;
}
.newstj ul li .newstjtext section h3 i{
	display: block;
	color: #a6a6a6;
	font-weight: bold;
	font-size: 34px;
}
.newstj ul li .newstjtext section h3 span{
	color: #a6a6a6;
	font-size: 14px;
	display: block;
}
.newstj ul li .newstjtext section iconpark-icon{
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #acacac;
	transition: all 1s;
	border-radius: 50px;
}
.newstj ul li:hover .newstjtext section iconpark-icon{
	background-color: #00a656;
	color: #fff;
}
.newstj ul li:hover .newstjtext section iconpark-icon{
	background-color: #00a656;
	color: #fff;
}
.newstj ul li:hover .newstjtext section h3 i{
	display: block;
	color: #a6a6a6;
	font-weight: bold;
	font-size: 34px;
}
.newstj ul li .newstjtext section h3 span{
	color: #a6a6a6;
	font-size: 14px;
	display: block;
}

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

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #f7f7f7;
	overflow: hidden;
	transition: all .5s;
	border-radius: 15px;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #f7f7f7;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
	line-height: 60px;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom: 7px;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 16px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #00a656;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}
.values{
	width: 87.5rem;
	margin: 5.625rem auto;
}
.valuesbt{
	color: #333333;
	font-size: 46px;
	text-align: center;
	font-family: 'Poppins_Medium';
	margin-bottom: 3.4375rem;
	text-transform: uppercase;
}
.valuesbt i{
	color: #00a656;
}
.valul{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.valul li{
	width: 15rem;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
	transition: all 1s;
}
.valul li img{
	display: block;
}
.valul li div{
	position: absolute;
	top: 7.5rem;
	left: 2.5rem;
	width: calc(100% - 5rem);
	    z-index: 5;
}
.valul li div h1{
	color: #fefefe;
	font-size: 22px;
	font-family: "Poppins_Medium";
}
.valul li div h2{
	color: #fefefe;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-top: 0.9375rem;
}
.valul li div p{
	height: 0;
	overflow: hidden;
}
.valul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	color: #fff;
	position: absolute;
	bottom: 2.5rem;
	    z-index: 5;
	left: 2.5rem;
}
.valul li.active{
	width: 38.75rem;
}
.valul li.active p{
	color: #fefefe;
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow:hidden;
	margin-top: 10px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.valul li.active span{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: linear-gradient(transparent, rgba(0,162,84,1));
}
.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 87.5rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}



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

.rczplist dl dt {
	display: flex;
	justify-content: space-between;
	padding: 0 55px;
	padding-right: 40px;
	line-height: 60px;
	background-color: #dcf6e9;
	align-items: center;
	border-radius: 10px;
}

.rczplist dl dt i {
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #dcf6e9;
}

.rczplist dl dd i {
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #00a656;
	margin-top: 25px;
}

.rczplist dl dd.active i {
	border-top: 10px solid #fff;
	transform: rotateX(180deg);
}

.rczplist dl dt h1 {
	width: 280px;
	color: #00a656;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Poppins_SemiBold";
}

.rczplist dl dt h2 {
	width: 310px;
	color: #00a656;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Poppins_SemiBold";
}

.rczplist dl dt h3 {
	width: 680px;
	color: #00a656;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Poppins_SemiBold";
}

.rczplist dl dd {
	margin-top: 10px;
	background-color: #f7f7f7;
	border-radius: 10px;
	overflow: hidden;
}

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



.rczplist dl dd .rczpxx h1 {
	width: 280px;
	color: #4c4c4c;
	font-size: 16px;
	height: 60px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}

.rczplist dl dd .rczpxx h2 {
	width: 310px;
	color: #4c4c4c;
	font-size: 16px;
	height: 60px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}

.rczplist dl dd .rczpxx h3 {
	width: 680px;
	color: #4c4c4c;
	font-size: 16px;
	height: 60px;
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}


.rczplist dl dd:hover .rczpxx {
	background-color: #00a656;
}

.rczplist dl dd.active .rczpxx {
	background-color: #00a656;
}

.rczplist dl dd:hover .rczpxx h1,
.rczplist dl dd:hover .rczpxx h2,
.rczplist dl dd:hover .rczpxx h3,
.rczplist dl dd:hover .rczpxx h4,
.rczplist dl dd:hover .rczpxx h5 {
	color: #fff;
}

.rczplist dl dd.active .rczpxx h1,
.rczplist dl dd.active .rczpxx h2,
.rczplist dl dd.active .rczpxx h3,
.rczplist dl dd.active .rczpxx h4,
.rczplist dl dd.active .rczpxx h5 {
	color: #fff;
}

.rczplist dl dd:hover .rczpxx i {
	border-top: 10px solid #fff;
}

.rctext {
	padding: 0px 55px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 0;
	overflow: hidden;
	transition: all 1s;
}

.rctextleft {
	width: 50%;
}

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

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

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

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

.rctextright a {
	display: block;
	width: 220px;
	height: 45px;
	background-color: #00a656;
	line-height: 45px;
	text-align: center;
	margin-top: 35px;
	border-radius: 50px;
	color: #ffffff;
	font-size: 14px;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
}
.nrbanner .btext section h2{
	font-size: 60px;
	color: #ffffff;
	font-family: "Montserrat_Bold";
	text-align: center;
}
.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}

.bannersasg  .swiper-slide section span{
	font-family: "Poppins_Light";
	color: #ffffff;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	transition: all 1s;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	padding-right: 10px;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 20px;
}
.bannersasg  .swiper-slide section p i{
	margin: 0 25px;
	font-size: 18px;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.bannersasg  .swiper-slide section a i{
	color: #f7f7f7;
	font-size: 14px;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.slideUp {
    background-color: #fff;
}
.slideUp .headdvleft img{
	display: none;
}
.slideUp .headdvleft img:last-child{
	display: block;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
	transition: all 1s;
}
.slideUp .headdvright ul li:hover a span{
	color: #00a656;
}
.slideUp .headdvright ul li.active a span{
	color: #00a656;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #00a656;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #00a656;
}
.slideUp .headdvright .ss iconpark-icon,.slideUp .headdvright .yy iconpark-icon{
	color: #00a656;
}
.slideUp  .headdvright .ege a span{
	color: #00a656;
}
.slideUp .headdvright .ege a span {
    color: #333;
    font-size: 16px;
}
.sjnav{
	display: none;
}
.mfoot,.mfootdv{
	display: none;
}


.yce{
	position: fixed;
	top: 50%;
	right: 15px;
	z-index: 999;
	margin-top: -112.5px;
}
.yce ul li{
	width: 45px;
	height: 45px;
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	margin-bottom: 15px;
	transition: all 1s;
	position: relative;
}
.yce ul li:hover{
	background-color: #00a656;
}
.yce ul li i{
	color: #00a656;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	transition: all 1s;
	font-size: 16px;
}
.yce ul li:hover i{
	color: #fff;
}

.yce ul li div{
	position: absolute;
	right: 20px ;
	top: 0;
	border-radius: 5px;
	width: 0px;
	overflow: hidden;
	transition: all 1s;
	width: 0px;
	opacity: 0;
	z-index: -99;
}
.yce ul li div h1{
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 220px;

	background-color: #00a656;
}
.yce ul li:hover div{
	width: 220px;
	z-index: 99;
	opacity: 1;
	transform: translateX(-40px);
}
.yce ul li div img{
	display: block;
	width: 120px;
	margin: 0 auto;
}
.yce ul li:nth-child(3) div{
	width: 130px;
}
.yce ul li:nth-child(4) div{
	width: 130px;
}

@media only screen and (min-width: 1000px) and (max-width: 1430px) {
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 80%;
	}
	.headdvright ul li a span{
		font-size: 15px;
	}
	.banlist{
		width: 100%;
	}
	.banlist dl{
		width: 95%;
		left: 2.5%;
	}
	.banwz h1{
		font-size: 42px;
	}
	.banwz p{
		margin-top: 1rem;
	}
	.banlist{
		bottom: 20%;
	}
	.banlist dl dd h1{
		text-align: center;
	}
	.synewsdv{
		width: 95%;
	}
	.foottop{
		width: 95%;
	}
	.footlist{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.aboutding{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.values{
		width: 95%;
	}
	.valul{
		width: 100%;
	}
	.valul li{
		width: 17%;
	}
	.valul li.active {
	    width: 45%;
	}
	.valul li.active {
	    width: 45%;
	}
	.valul li div h2{
		font-size: 18px;
	}
	.valul li.active p{
		font-size: 14px;
		height: auto;
	}
	.lxwm{
		width: 95%;
	}
	.joinlist{
		width: 95%;
	}
	.message form{
		width: 90%;
		padding: 2.5%;
	}
	.coal{
		width: 95%;
	}
	.newsall{
		width: 95%;
	}
	.newsdvlist{
		width: 100%;
	}
	.rczplist{
		width: 100%;
	}
}
@media only screen and (max-width: 999px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.banwz h1{
		font-size: 20px;
	}
	.banwz p{
		font-size: 18px;
		margin-top: 0.875rem;
	}
	.banlist{
		position: initial;
	}
	.banwz{
		top: 55px;
	}
	.banlist {
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.banlist dl{
		width: 100%;
		flex-wrap: wrap;
	}
	.banlist dl dd{
		width: 49%;
		margin-bottom: 8px;
	}
	.banlist dl dd h1{
		text-align: center;
	}
	.synews{
		position: initial;
	}
	.synewsdv{
		width: 95%;
		height: 50px;
	}
	.synewsdv .swiper-slide a{
		height: 50px;
	}
	.synewsdv .swiper-slide a span{
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.synewsdv .swiper-slide a section{
		justify-content: space-between;
		width: 80%;
	}
	.synewsdv .swiper-slide a i{
		font-size: 12px;
	}
	.synewsdv .swiper-slide a{
		width: 90%;
	}
	
	.synewsdv .swiper-button-next, .synewsdv .swiper-button-prev{
		top: 35px;
	}
	.synewsdv .swiper-button-prev{
		top: 15px;
	}
	.foottopleft{
		display: none;
	}
	.foottop{
		height: 70px;
		width: 95%;
	}
	.foottopright form{
		width: 100%;
	}
	.foottopright form input{
		width: 100%;
	}
	.foottopright{
		width: 100%;
	}
	.foottopright form button{
		width: 150px;
		font-size: 12px;
	}
	.footlist{
		width: 95%;
		display: block;
		padding: 20px 0px;
	}
	.footlist dl:nth-child(1),.footlist dl:nth-child(2){
		display: none;
	}
	.footlist dl:nth-child(3){
		width: 100%;
	}
	.footlist dl:nth-child(4){
		width: 100%;
	}
	.footlist dl dd{
		margin-bottom: 0;
	}
	.footlist dl dd span{
		line-height: 30px;
		font-size: 12px;
	}
	.footlist dl dt{
		margin-bottom: 10px;
	}
	.footlist dl div{
		margin-top: 10px;
	}
	.wdl{
		display: none;
	}
	.banlist dl dd{
		height: auto;
	}
	.aboutding{
		width: 95%;
	}
	.aboutdingdv h1{
		font-size: 20px;
	}
	.aboutdingdv p{
		font-size: 12px;
		line-height: 30px;
	}
	.sz{
		height: auto;
		padding: 20px 0px;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv ul li {
		width: 50%;
		margin: 10px 0px;
	}
	.szdv ul li h2{
		justify-content: center;
	}
	.szdv ul li h2 span{
		font-size: 28px;
	}
	.szdv ul li h2 i{
		font-size: 15px;
		margin-left: 5px;
	}
	.szdv ul li p{
		margin-top: 0;
		font-size: 14px;
		text-align: center;
	}
	.values{
		width: 95%;
	}
	.valuesbt{
		font-size: 20px;
	}
	.valul{
		display: block;
		width: 100%;
	}
	.valul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.valul li img{
		width: 100%;
	}
	.valul li div h1{
		font-size: 20px;
	}
	.valul li div h2{
		font-size: 18px;
	}
	.valul li.active{
		width: 100%;
	}
	.valul li.active p{
		font-size: 12px;
	}
	.valul li div{
		width: 90%;
		padding: 5%;
		top: 0;
		left: 0;
	}
	.valul li i{
		left: 5%;
		bottom: 5%;
		font-size: 32px;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt p{
		font-size: 14px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li div section h1{
		font-size: 17px;
	}
	.lxwmlist ul li div i{
		font-size: 32px;
	}
	.lxwmlist ul li p{
		font-size: 13px;
	}
	.joinbt h1{
		font-size: 20px;
	}
	.joinbt p{
		font-size: 14px;
	}
	.joinlist{
		width: 95%;
	}
	.joinlist ul li{
		width: 49%;
	}
	.joinlist ul li section h1{
		line-height: 50px;
		font-size: 14px;
	}
	.joinlist ul li section{
		height: 50px;
	}
	.joinlist ul li:hover section p{
		display: none;
	}
	.joinlist ul li:hover section h1{
		font-size: 14px;
	}
	.messagebt h1{
		font-size: 20px;
	}
	.messagebt p{
		font-size: 14px;
	}
	.messagebt{
		width: 95%;
		margin: 0 auto;
	}
	.message form{
		width: 85%;
		margin-top: 20px;
		padding: 5%;
	}
	.message form div input{
		width: 96%;
		margin-bottom: 10px;
		padding: 0 2%;
	}
	.message form div input{
		height: 40px;
		font-size: 13px;
	}
	.message form button{
		width: 120px;
		height: 40px;
		font-size: 14px;
	}
	.coal{
		width: 95%;
	}
	.coalleft{
		display: none;
	}
	.coalright{
		width: 100%;
	}
	.coalrighttop form{
		display: none;
	}
	.coalrighttop h1{
		font-size: 18px;
		display: none;
	}
	.coaltext{
		margin: 20px 0px;
	}
	.newsall{
		width: 100%;
	}
	.newstj{
		display: none;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.newsdvlist{
		width: 100%;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 3%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		line-height: 25px;
		height: 25px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.footlist dl div{
		width: 80%;
	}
	.rczplist{
		width: 100%;
	}
	

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

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

	.rczplist dl dt h1,
	.rczplist dl dt h2,
	.rczplist dl dt h3,
	.rczplist dl dt h4,
	.rczplist dl dt h5 {
		width: auto;
	}

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

	.rczplist dl dd .rczpxx {
		padding: 0 2.5%;
		line-height: 45px;
	}

	.rczplist dl dt h4 {
		display: none;
	}

	.rczplist dl dd:hover .rctext {
		padding: 5%;
		display: block;
	}

	.rctextleft {
		width: 100%;
	}

	.rctextright {
		width: 100%;
		border-left: none;
		justify-content: flex-start;
	}
	.rczplist dl dt h1{
		font-size: 16px;
	}
	.rczplist dl dt h3,.rczplist dl dd h3{
		display: none;
	}
	.rctext {
		display: block !important;
	}

	.rczplist dl dd i {
		margin-top: 20px;
	}
	.rczplist dl dt{
		line-height: 45px;
	}
	.rczplist dl dd .rczpxx h1,.rczplist dl dd .rczpxx h2{
		height: 45px;
	}
	.x9,.x3{
		width: 100%;
		display: block;
	}
	.sidebar-l{
		margin-right: 0;
	}
	.article .post h1{
		font-size: 18px;
	}
	.nrbanner .btext section h2{
		font-size: 24px;
	}
	.valul li div p{
        font-size: 12px;
	    color: #fefefe;
	    font-size: 12px;
	    line-height: 30px;
	    height: 90px;
	    overflow: hidden;
	    margin-top: 10px;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	}
	.valul li  span {
	    position: absolute;
	    display: block;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    background-image: linear-gradient(transparent, rgba(0, 162, 84, 1));
	}
					.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 13px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.glptlist ul li span{
		font-size: 32px;
		text-align: center;
	}
	.duijielist ul li h1 img{
		width: 35px;
	}
	.duijielist ul li h1 img:last-child{
		width: 35px;
	}
	.qywhdvcenter {
	    padding: 14.6875rem;
	}

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

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

	}
	.sgewhj a{
		margin-top: 20px;
	}
	.snew{
		display: none;
	}
	.pagination li a {
	    border-radius: 4px;
	    color: #6e6e6e;
	    background: #fff;
	    padding: 6px 12px;
	    border: 1px solid #DCDCDC;
	}
    .banlist dl dd {
    		padding: 15px 0;
    		border-radius: 10px;
    }
    .synewsdv .swiper-slide a section {
        justify-content: space-between;
        width: 75%;
    }
    .synews{
    	    background-color: rgba(0, 0, 0, .4);
    }
    .footlist dl:nth-child(2) {
    	display: block;
    }
    	.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:#00a656;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #0b9955;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 12px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		max-width: none;
		width: 150%;
		margin-left: -25%;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.banwz {
        top: 25rem;
    }
    .banwz p{
    	margin-top: 15px;
    }
    .yce{
    	display: none;
    }
}
