* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none !important
}

input {
	border: none
}


/* .header nav ul li.cur a::after,.header nav ul li:hover a::after{-webkit-transform:scale(1);transform:scale(1)} */
.header {
	position: relative;
	z-index: 5;
	width: 100%;
}

.header .logo {
	height: 100px;
	line-height: 100px;
}

.header nav ul li {
	position: relative;
	float: left;
	margin: 0 15px
}

.header nav ul li.cur a::after,
.header nav ul li:hover a::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	background: #0d9553;
}

.header nav ul li.cur a::before,
.header nav ul li:hover a::before {
	-webkit-transform: scale(1);
	transform: scale(1);
	background: #0d9553;
}

.header nav ul li:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	top: 100px
}

.header nav ul li:hover a {
	color: #0d9553;
}

.header nav ul li a.layui-this-moren {
	color: #0d9553;
}

.header nav ul li a.layui-this-moren::after {
	background: #0d9553;
}

.header nav ul li a.layui-this-moren::before {
	background: #0d9553;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.header nav ul li>a {
	position: relative;
	height: 100px;
	line-height: 100px;
	color: #333;
	font-size: 16px;
	display: inline-block;
}

.header nav ul li>a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 35px;
	width: 100%;
	height: 2px;
	background: #b7b7b7;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all .3s;
	-webkit-transition: all .3s
}

.header nav ul li>a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 35px;
	width: 100%;
	height: 2px;
	background: #b7b7b7;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	transition: all .3s;
	-webkit-transition: all .3s
}

.header nav ul li .sub-nav {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	top: 150px;
	left: 50%;
	width: 160px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all .5s;
	-webkit-transition: all .5s
}

.header nav ul li .sub-nav a {
	display: block;
	line-height: 42px;
	padding: 0px 10px;
	text-align: center;
	color: #fff;
}

.header nav ul li .sub-nav a:hover {
	background: rgb(16, 168, 97);
	color: #fff;
}

.header .language {
	color: #0d9553;
	font-size: 18px;
	line-height: 100px;
}




.dn {
	display: none
}



/*海报区域*/
.banner {
	width: 100%;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
	background: none;
	font-weight: bold;
	font-size: 60px;
	color: #fff;
	font-family: "宋体";
	height: 80px;
	margin-top: -40px;
	width: 40px;
	display: none;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
	background: none;
	font-weight: bold;
	font-size: 60px;
	color: #fff;
	font-family: "宋体";
	height: 80px;
	margin-top: -40px;
	width: 40px;
	display: none;
}

.banner:hover .swiper-button-prev {
	display: block;
}

.banner:hover .swiper-button-next {
	display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5%
}

.banner .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	opacity: 1;
	background: #fff;
	border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
	position: relative;
}

.banner .swiper-pagination-bullet-active::before {
	border: 1px solid #fff;
	border-radius: 50%;
	top: -7px;
	left: -7px;
	width: 20px;
	height: 20px;
	display: block;
	content: "";
	position: absolute;
}



.lvquan {
	margin: 80px 0;
}

.lvquan .lvqfr .div1 {
	float: left;
	margin-right: 22px;
	width: 100%;
}

.lvquan .lvqfr .div1 .video {
	position: relative;
	width: 100% !important;
	height: 254px !important;
}

.lvquan .lvqfr .div1 .video em {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	background-image: url(../images/video.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: ease .5s;
	-webkit-transition: ease .5s;
	cursor: pointer;
}

.lvquan .lvqfr .div1 .video:hover em {
	background-color: rgba(0, 0, 0, .1);
}

.lvquan .lvqfr .video {
	position: relative;
}

.lvquan .lvqfl {
	background: url(../images/lvquan.png) no-repeat 15% 30%;
	padding-left: 60px;
}

.lvquan .lvqfl h4 {
	font-size: 30px;
	color: #0d9553;
	font-weight: bold;
	padding: 65px 0 50px 0;
}

.lvquan .lvqfl i {
	display: block;
	width: 100px;
	height: 1px;
	background: #0d9553;
	margin-bottom: 40px;
}

.lvquan .lvqfl .ljxq a {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #4c4c4c;
	border-radius: 15px;
	border: 1px solid #9e9e9e;
}

.lvquan .lvqfl2 {
	background: #0d9553;
}

.lvquan .lvqfl2 p {
	font-size: 15px;
	line-height: 27px;
	color: #fff;
	padding: 32px 50px;
}

.lvqfr2 ul li {
	text-align: center;
	padding-top: 50px;
	position: relative;
}

.lvqfr2 ul li h1 {
	font-size: 30px;
	padding: 25px 0 10px 0;
	font-weight: bold;
}

.lvqfr2 ul li h3 {
	font-size: 15px;
	color: #939393;
}

.lvqfr2 ul li p {
	position: absolute;
	top: 132px;
	left: 130px;
	font-size: 20px;
	font-weight: bold;
}

.lvqfr2 ul li::before {
	display: block;
	content: "";
	background: url(../images/x.png) no-repeat;
	height: 180px;
	width: 1px;
	position: absolute;
	top: 30px;
}


.business {
	background: url(../images/bad.jpg) center;
	padding-bottom: 100px;
}

.bustit {
	text-align: center;
}

.bustit h1 {
	font-size: 36px;
	color: #fff;
	padding-top: 50px;
}

.bustit p {
	font-size: 18px;
	color: #fff;
	padding: 15px 0;
	text-transform: uppercase
}

.bustit i {
	width: 100px;
	height: 1px;
	display: block;
	background: #fff;
	margin: auto;
}

.business ul {
	padding-top: 60px;
}

.business ul li p {
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 45px;
	color: #333333;
}

.business ul li h3 {
	font-size: 18px;
	padding: 15px 0 10px 0;
	color: #333333;
}

.business ul li .busstxt {
	background: #fff;
	text-align: center;
}

.business ul li:hover .busstxt {
	background: #0d9553;
	transition: 0.2s;
}

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

.business ul li:hover h3 {
	color: #fff;
}

.business ul li:hover a {
	display: block;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .6);
}

.business ul li:hover img {
	transform: scale(1.2);
}

.business ul li img {
	transition: 1s;
	width: 100%;
}

.business ul li .bussimg {
	overflow: hidden;
}

.newstit h1 {
	color: #0d9553;
	padding-top: 0;
}

.newstit p {
	color: #666666;
}

.newstit i {
	background: #0d9553;
}

.news .newsfd {
	padding: 40px 0 0
}

.news::after {
	content: "";
	display: block;
	clear: both;
}

.news .newsfl {
	float: left;
}

.news .newsfl li img {
	width: 100%
}

.news .newsfl ul {
	position: relative;
}

.news .newsfl li {
	position: absolute;
	width: 100%;
}

.news .newsfl .ceng {
	position: absolute;
	left: 0;
	color: #fff;
	text-align: left;
	padding: 10px;
	font-size: 16px;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.4);
}

.news .newstxtl {
	text-align: center;
	padding-bottom: 16px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.news .newsfr {
	float: right;
	padding-left: 10px;
}

.news .newstxtl h4 {
	font-size: 49px;
	color: #fff;
	padding-top: 20px;
}

.news .newstxtl span {
	font-size: 16px;
	color: #fff
}

.news .newstxtr {
	padding: 0 20px;
}

.news .newstxtr h3 {
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	padding-top: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .newstxtr p {
	font-size: 14px;
	color: #fff;
	padding-top: 15px;
	margin-bottom: 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .newstxt li:last-child {
	margin-bottom: 0;
}

.news .newstxt li {
	position: relative;
	margin-bottom: 12px;
}

.news .newstxt li.active {
	background: #f0f0f0;
	color: #333;
}

.news li.active .newstxtl {
	background: #0d9553;
}

.news li.active .newstxtl {
	background: #0d9553;
}

.news li.active .newstxtr h3 {
	color: #333;
}

.news li.active .newstxtr p {
	color: #333;
}

.news li:hover .newstxtl {
	background: #0d9553;
}

.news li:hover .newstxtr h3 {
	color: #333;
}

.news li:hover .newstxtr p {
	color: #333;
}

.news .newstxtr.hoer p {
	color: #ffffff;
}

.news .newstxt li {
	background: #767676;
	display: inline-block;
	width: 100%;
}

.news .newstxt li a {
	display: block
}

.news .chakan a {
	display: block;
	transition: 0.6s;
	width: 145px;
	height: 46px;
	color: #fff;
	background: #0d9553;
	font-size: 14px;
	text-align: center;
	line-height: 46px;
	margin: 0 auto;
	border-radius: 25px
}

.news .chakan a:hover {
	background: #0d9553;
	-moz-box-shadow: 0px 4px 20px #0d9553;
	-webkit-box-shadow: 0px 4px 20px #0d9553;
	box-shadow: 0px 4px 20px #d32727;
}

.news .chakan {
	padding: 30px 0
}

.newsbottm {
	padding-top: 20px;
}

.newsbottm li p {
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsbottm li p::after {
	border-bottom: 1px dashed #ccc;
	display: block;
	content: "";
	margin-top: 10px;
	width: 95%;
}

.newsbottm li:hover p {
	color: #0d9553;
}



.scie {
	background: url(../images/ky_bg.jpg) center;
	padding-bottom: 80px;
}






.indexb {
	width: 1200px;
}

.indexb .t {
	width: 700px;
	margin: auto;
}

.indexb .t a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 0 10px;
	font-size: 16px;
	text-align: center;
	font-size: large;
	line-height: 42px;
	border-radius: 20px;
	transition: background ease .5s;
}

.indexb .t a.on {
	color: #fff;
	background: #00903B;
}

.indexb .main {
	padding-top: 8px;
	line-height: 48px;
}

.hidden {
	display: none !important;
}

.indexb .div1 {
	height: 30px;
}

.case ul {
	padding-top: 30px
}

.case li a {
	display: block;
	position: relative;
	overflow: hidden;
}

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

.case .pic {
	position: relative;
}

.case li:hover .mxzyceng {
	height: 100%;
	background: rgb(0, 144, 59, 0.8);
}

.case .mxzyceng {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 0;
	margin-top: -50px;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
}

.case .mxceng {
	overflow: hidden;
}

.case li img {
	transition: 1s
}

.case li:hover img {
	transform: scale(1.2);
}

.case li .mxzyceng h3 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	transition: 0.5s;
}

.case li .mxzyceng p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	display: none;
}

.case li .mxzyceng p::after {
	width: 25%;
	height: 1px;
	background: #fff;
	display: block;
	content: "";
	margin: auto;
}

.case li .mxzyceng p::before {
	width: 25%;
	height: 1px;
	background: #fff;
	display: block;
	content: "";
	margin: auto;
}

.case li:hover .mxzyceng p {
	display: block;
	padding-top: 5%;
}

.case li:hover .mxzyceng h3 {
	padding-top: 20%;
	font-size: 20px;
}

.case li .lin {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	width: 80%;
	height: 80%;
	position: absolute;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.5s;
}

.case li:hover .lin {
	opacity: 1;
}

.case .gengd {
	text-align: center;
}

.case .gengd a {
	width: 170px;
	height: 35px;
	color: #333;
	border-radius: 15px;
	text-align: center;
	line-height: 35px;
	margin: auto;
	margin-top: 30px;
	border: 1px solid #333;
	display: block;
}

.case .gengd a:hover {
	background: #00903B;
	color: #fff;
	border: 1px solid #00903B;
}




.fly-panel-title {
	position: relative;
	height: 90px;
	line-height: 90px;
	color: #333;
	font-size: 18px;
}

.fly-panel-title .nbiao {
	color: #5a5a5a;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}

.fly-panel-title .nbiao img {
	margin-top: -5px;
}

.fly-panel-main {
	padding: 10px 15px;
}

.fly-filter a {
	padding: 0 5px;
	color: #666;
}

.fly-filter a:hover {
	color: #00903B;
}

.fly-panel-title .layui-hide-xs a:last-child {
	color: #e93f37;
}

.fly-filter .fly-mid {
	margin: 0 8px;
}

.fly-filter-right {
	position: absolute;
	left: 0;
	top: -1px;
}

.fly-filter-right p {
	display: inline-block;
	font-weight: 500;
}

.fly-filter-right a {
	color: #333;
	font-size: 16px;
	padding: 0;
	position: relative;
	display: inline-block;
	height: 90px;
	line-height: 90px;
	padding: 0 13px;
}

.fly-filter-right a:hover {
	background: #0d9553;
	color: #fff;
}

.fly-filter-right p:last-child {
	padding-right: 0;
}

.fly-filter-right a.layui-this-moren {
	color: #fff;
	background: #0d9553;



}


@media (max-width: 1365px) {
	.indexb {
		width: 100%;
	}

}

@media (max-width: 1199px) {
	.indexa {
		width: 500px;
		height: 333px;
	}

	.indexa .item div {
		padding: 0 1em;
	}

	.indexb {
		width: 100%;
	}

	.indexb .main {
		line-height: 38px;
	}
}

@media (max-width: 991px) {
	.indext1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.indexa {
		width: 400px;
		height: 266px;
	}

	.indexa .item div {
		padding: 0 1em;
	}

	.indexb {
		width: 100%;
	}



}

@media (max-width: 768px) {
	.indexb .t {
		width: 100%;
	}

	.case li:hover .mxzyceng h3 {
		font-size: 14px;
	}

	.case li .mxzyceng h3 {
		font-size: 14px;
	}

}

@media (max-width: 767px) {
.news .newstxtr h3 {
width:230px;
}
.ctt img{ width:100%;}
	.case li:hover .mxzyceng h3 {
		font-size: 12px;
		padding-top: 10%;
	}

	.case li .mxzyceng h3 {
		font-size: 12px;
	}

	.indexb {
		width: 100%;
	}

	.case .mxzyceng {
		height: 35px;
	}

	.case li .lin {
		width: 95%;
		height: 95%;
	}

	.case li .mxzyceng p {
		font-size: 12px;
	}

	.case li .mxzyceng p::after {
		width: 30%;
	}

	.case li .mxzyceng p::before {
		width: 30%;
	}

	.indexb .t a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		margin-right: 12px;
	}
}



.yqli {
	border: 1px solid #828282;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 50px;
}

.yqli li {
	text-align: center;
	float: left;
	margin-right: 60px;
}

.yqli li:nth-child(1) {
	border-right: 1px solid #828282;
	width: 10%;
}

/* .yqli li:nth-child(2){width: 20%;}
.yqli li:nth-child(3){width: 25%;} */
.yqli li a {
	color: #828282;
}

.yqli li a:hover {
	color: #fff;
}


.footertit h3 {
	text-align: center;
	font-size: 30px;
	color: #bebebe;
}

.footertit img {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	max-width: 100%;
}

.footer {
	background: #272727 url(../images/footerbg.jpg) center top no-repeat;
	margin-top: 0px;
}

.footer>.container {
	position: relative;
	padding: 50px 15px;
	height: 450px;
}

#footernav {
	width: 100%;
	position: relative;
}

#footernav li {
	float: left;
	width: 25%;
}

#footernav li::before {
	display: block;
	position: absolute;
	content: "";
	width: 3px;
	height: 20px;
	background: #fff;
	top: 8px;
	margin-left: 130px;
}

#footernav li:last-child::before {
	display: none;
}

#footernav li .wenz {
	font-weight: 600;
}


#footernav li:nth-child(5) {
	float: left;
	width: 35%;
}

#footernav li p {
	font-size: 14px;
	text-align: center;
	color: #828282;
	margin-top: 50px;
}

#footernav li h3 {
	font-size: 28px;
	text-align: center;
	color: #828282;
	margin-top: 10px;
	margin-left: 30px;
}

#footernav dt {
	padding-bottom: 6px;
}

#footernav dt a {
	color: #828282;
	font-size: 16px;
	font-weight: bold;
}

#footernav dd a {
	color: #828282;
	font-size: 14px;
}

#footernav li .wenzz {
	font-size: 14px;
}

#footernav dt a,
#footernav dd a {
	line-height: 2.2;
	transition: color ease .5s;
}

#footernav dt a:hover,
#footernav dd a:hover {
	color: #fff;
}

.qrcode {
	margin: 0 auto;
	text-align: center;
}

.footer .div02 {
	width: 205px;
}

.footer .div02 {
	padding-top: 10px;
}

.footer .link {
	position: relative;
	margin-bottom: 1.5em;
	height: 32px;
}

.footer .link span {
	display: block;
	line-height: 32px;
	color: #888;
	text-indent: 25px;
	cursor: pointer;
	background: #fff url(../images/icon04a.png) 170px center no-repeat;
	transition: background ease .5s;
}

.footer .link:hover span {
	background-color: #00903B;
	background-image: url(../images/icon04b.png);
	color: #fff;
}

.footer .link div {
	position: absolute;
	display: none;
	left: 0;
	bottom: 30px;
	right: 0;
	padding: 6px 25px 0;
	background: #00903B;
}

.footer .link a {
	display: block;
	line-height: 2;
	color: #fff;
}

.footerlogo {
	position: absolute;
	bottom: 2em;
	left: 0;
	color: #ccc;
	font-size: 14px;
	line-height: 2em;
	padding: 0 15px;
}

.footerlogo a {
	color: #ccc;
}

.footerlogo a:hover {
	color: #fff;
}

.footerbot {
	background: #272727;
	overflow: hidden;
}

.footerbot p {
	color: #828282;
	font-size: 14px;
	float: left;
}

.footerbot ul {
	float: right;
	overflow: hidden;
}

.footerbot ul li {
	float: left;
	margin: 0 8px;
}

.ftpic a {
	display: inline-block;
	margin-right: 5%;
}

.ftpic {
	text-align: center;
	padding-top: 20px;
}

.ftbpic {
	position: absolute;
	top: 10px;
	display: none;
}

.wsss {
	position: relative
}


.aboutny {
	padding: 50px 0 0 0;
}

.aboutnyfl h3 {
	font-size: 24px;
	color: #0d9553;
}

.aboutnyfl span {
	font-size: 15px;
	color: #666;
	padding: 15px 0 20px 0;
	display: block;
}

.aboutnyfl i {
	display: block;
	width: 100px;
	height: 1px;
	background: #0d9553;
	margin-bottom: 40px;
}

.aboutnyfl p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.aboutfltxt {
	padding-right: 80px;
}

.aboutnylc {
	background: #0d9553;
}

.aboutnylc ul {
	padding: 50px 0 0 0;
}

.aboutnylc ul li {
	color: #fff;
}

.aboutnylc li h1 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 50px;
}

.aboutnylc li span {
	font-size: 15px;
	font-weight: 100;
}

.aboutnylc li h3 {
	font-size: 15px;
	padding-bottom: 20px;
}

.aboutnylc .ablcfr {
	background: #ff8f01;
	text-align: center;
	color: #fff;
	padding: 48px 0;
}

.aboutnylc .ablcfr span {
	font-size: 36px;
}

.aboutnylc .ablcfr h4 {
	font-size: 16px;
}

.aboutnylc .ablcfr p {
	font-size: 16px;
	padding-top: 15px;
}


.aboutnybn {
	padding-top: 75px;
	padding-bottom: 40px;
}

.aboutnybn ul {
	background: #0d9553;
}

.abbnfl {
	background: #0d9553;
}

.abbnfl h3 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding-top: 80px;
}

.abbnfl p {
	font-size: 14px;
	color: #fff;
	padding: 15px 15px 0px 15px;
}

.abbnfl i {
	display: block;
	width: 100px;
	height: 1px;
	background: #fff;
	margin: 20px auto 81px;
}

.fazhan {
	padding: 0 0 150px 0;
}

.fazhan .demo {
	padding-top: 50px;
}

.casen .keyanpic {
	overflow: hidden;
}

.casen .keyan .keyanpic img {
	width: 100%;
	transition: 1s
}

.casen li:hover img {
	transform: scale(1.1)
}

.casen .keyan p {
	padding: 15px 0 30px 0;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.casen .keyan span {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.casen .keyan li:hover p {
	color: #0d9553
}

.casen .lejie {
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #ff8900;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	transition: 0.6s;
}

.casen li:hover .lejie {
	background: #0d9553;
}

.casen ul li {
	margin-bottom: 20px;
}




.casenbanner {
	width: 70%;
}

.casenbanner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.casenbanner .swiper-button-prev,
.casenbanner .swiper-container-rtl .swiper-button-next {
	background: none;
	font-weight: bold;
	font-size: 60px;
	color: #fff;
	font-family: "宋体";
	height: 80px;
	margin-top: -40px;
	width: 40px;
	display: none;
}

.casenbanner .swiper-button-next,
.casenbanner .swiper-container-rtl .swiper-button-prev {
	background: none;
	font-weight: bold;
	font-size: 60px;
	color: #fff;
	font-family: "宋体";
	height: 80px;
	margin-top: -40px;
	width: 40px;
	display: none;
}

.casenbanner:hover .swiper-button-prev {
	display: block;
}

.casenbanner:hover .swiper-button-next {
	display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 15px;
}

.casenbanner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 8%
}

.casenbanner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
	border-radius: 50%;
}

.casenbanner .swiper-pagination-bullet-active {
	background: #fff;
	position: relative;
}

.casenbanner .swiper-pagination-bullet-active::before {
	border: 1px solid #fff;
	border-radius: 50%;
	top: -4px;
	left: -4px;
	width: 18px;
	height: 18px;
	display: block;
	content: "";
	position: absolute;
}

.casenbanner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 66%;
	left: 55%;
}

.casebn {
	position: relative;
}

.casenyb {
	margin: auto;
}

.casebatxt {
	position: absolute;
	bottom: 2%;
	width: 96%;
	background: rgb(27, 131, 81, 0.9);
	line-height: 70px;
	text-align: left;
	font-size: 16px;
	right: 2%;
	padding-left: 20px;
	color: #fff;
}


.casenny {
	margin: 50px 0 110px 0;
}

.casenytxt h3 {
	font-size: 24px;
	color: #333;
	padding: 35px 0;
}

.casenytxt p {
	font-size: 15px;
	color: #666;
	line-height: 30px;
}



.join-list .top .con-l {
	width: 230px
}

.join-list .top .con-r {
	padding-left: 4.5%;
	width: calc(100% - 230px);
	line-height: 36px
}

.join-list .head {
	width: calc(100% - 45px);
	color: #fff
}

.join-list .head .box {
	width: 20%
}

.join-list h2 {
	font-size: 36px
}

.join-list li {
	margin-bottom: 12px;
	BACKGROUND: #818181;
}

.join-list li.cur .btn {
	background: url(../images/arrow1.png) no-repeat right center
}

.join-list li.cur .con {
	color: #fff;
	background: #0d9553;
}

.join-list .heads {
	cursor: pointer;
}

.join-list .btn {
	position: absolute;
	;
	width: 45px;
	height: 60px;
	background: url(../images/arrow2.png) no-repeat right center;
	cursor: pointer;
	right: 5%;
}

.join-list .con {
	width: 100%;
	color: #333;
	font-size: 18px;
}

.join-list .con .box {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding-left: 30px;
	color: #fff;
}

.join-list .info {
	display: none;
	width: 100%;
	;
	line-height: 35px;
	padding: .2rem 2%;
	background: #fff;
	font-size: 15px;
	color: #333;
}

.join-list .jointxt span {
	color: #666;
	font-size: 16px;
	padding-top: 35px;
}

.join-list .jointxt h3 {
	color: #0d9553;
	font-size: 20px;
	padding: 30px 0;
}

.join-list .jointxt dt {
	color: #666;
	font-size: 16px;
}

.join-list .joinimg {
	padding-left: 20px;
	padding-top: 30px;
}



.keyan h3 {
	font-size: 24px;
	color: #0d9553;
}

.keyan span {
	font-size: 15px;
	color: #666;
	padding: 15px 0 20px 0;
	display: block;
}

.keyan p {
	font-size: 15px;
	color: #666;
	padding-top: 20px;
}

.keyan i {
	display: block;
	width: 100px;
	height: 1px;
	background: #0d9553;
}

.ditutxt {
	overflow: hidden;
}

.ditutxt h3 {
	font-size: 24px;
	color: #333;
	padding-bottom: 20px;
}

.ditutxt li {
	font-size: 18px;
}

.ditutxt ul {
	padding: 10px 0;
}

.ditufr {
	padding-top: 20px;
}


.wenhua {
	padding-top: 50px;
}

.wenhua .wenhuat h3 {
	font-size: 24px;
	color: #333;
}

.wenhua .wenhuat p {
	font-size: 16px;
	color: #666;
	padding-top: 10px;
}

.wenhua .wenhuat {
	padding: 60px 30px 0 40px;
}

.wenhua li {
	overflow: auto;
	background: #f0f0f0;
	margin-bottom: 20px;
}


.jiansheny li {
	padding-top: 30px;
	overflow: auto;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

.jiansheny i {
	width: 11px;
	height: 11px;
	background: #fba743;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}

.jiansheny p {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jiansheny ul {
	padding-right: 32px;
}

.jiansheny li:hover p {
	color: #0d9553;
}

.jiansheny li:hover i {
	background: #0d9553;
}

.jiansheny li span {
	font-size: 14px;
	text-align: right;
}



.xuanchuan {
	background: #0d9553;
	overflow: hidden;
	margin-top: 50px;
}

.xuanchuan .div1 {
	float: left;
	margin: auto;
	width: 100%;
	padding: 0 15%;
}

.xuanchuan .div1 .video {
	position: relative;
	width: 95% !important;
	height: 573px !important;
}

.xuanchuan .div1 .video em {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	background-image: url(../images/video2.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: ease .5s;
	-webkit-transition: ease .5s;
	cursor: pointer;
}

.xuanchuan .div1 .video:hover em {
	background-color: rgba(0, 0, 0, .1);
}

.xuanchuan .video {
	position: relative;
}



.slideBox2 {
	width: 100%;
	position: relative;

}

.slideBox2 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 5px;
	z-index: 1;
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox2 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	text-indent: -9999px;
	background: #666666;
}

.slideBox2 .bd .tp .name a {
	font-size: 16px;
	color: #333;
	display: block;
}

.slideBox2 .bd .tp .name a:hover {
	color: #e5494a;
}

.slideBox2 .bd .tp .name {
	padding-top: 15px;
	text-align: left;


}

.slideBox2 .bd .tp .name p {
	padding-top: 8px;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 24px;

}

.slideBox2 .hd ul li.on {
	background: #e72b49;
	color: #fff;
}

.slideBox2 .bd {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 0;
	margin: 0 auto;
}

.slideBox2 .bd li {
	width: 100%;
	zoom: 1;
	vertical-align: middle;

	display: table-cell;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	border-top:1px solid #c1c1c1;
}
.slideBox2 .bd li:first-child {
	border-top:0;
}
.zjr{ text-align:right;}
.zjs{ margin-top:20px}
.zjs h4{font-size:16px; color:#333; line-height: 26px; display: inline-block;
    padding-right: 30px;
}
.slideBox2 .bd li .tp {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}

.slideBox2 .bd li .tp a:hover img {
	opacity: 0.9;
}

.slideBox2 .prev {
	position: absolute;
	right: 6%;
	bottom: -1%;
	width: 50px;
	height: 50px;
	background: #0d9553;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "宋体";
	border-radius: 50%;


}

.slideBox2 .prev:hover {
	background: #ff8f01;
	color: #333;
}

.slideBox2 .next:hover {
	background: #ff8f01;
	color: #333;
}

.slideBox2 .next {
	position: absolute;
	right: 0;
	bottom: -1%;
	width: 50px;
	height: 50px;
	background: #0d9553;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "宋体";
	border-radius: 50%;
}

.slideBox2 .ckxqa {
	margin-top: 0;
}

.slideBox2 .ckxqa a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0d9553;
	background-color: #0d9553;
	color: #fff;
	border-radius: 20px;
}

.slideBox2 .ckxqa a:hover {
	background: #fe7109;
	border: 1px solid #fe7109;
	color: #fff;
}


.zjiafl {
	padding-right: 30px;
}

.zjiafl h3 {
	font-size: 24px;
	color: #0d9553;
	font-weight: bold;
}

.zjiafl .jianzhi {
	font-size: 15px;
	color: #666;
	padding: 15px 0 20px 0;
	display: block;
	line-height: 24px;
}
.zjiafl span {
	font-size: 15px;
	color: #666;
	padding: 2px 0 2px 0;
	display: block;
	line-height: 24px;
}

.zjiafl p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 20px 0 30px 0;
}

.zjiafl .jianzhi p {
	font-size: 15px;
	color: #666;
	padding-top:0;
	line-height: 28px;
	padding-bottom:0;
}
.zjiafl i {
	display: block;
	width: 70px;
	height: 2px;
	background: #0d9553;
}


.zjfl {
	padding-right: 50px;
}

.zjfl h3 {
	font-size: 24px;
	color: #0d9553;
	font-weight: bold;
}

.zjfl span {
	font-size: 15px;
	color: #666;
	padding: 15px 0 20px 0;
	display: block;
	line-height: 24px;
}
.zjfl .rry {
	font-size: 15px;
	color: #666;
	padding: 15px 0 20px 0;
	display: block;
	line-height: 24px;
}

.zjfl p {
	font-size: 14px;
	color: #666;
	padding-top: 20px;
	line-height: 26px;
	padding-bottom: 70px;
}
.zjfl .rry p {
	font-size: 15px;
	color: #666;
	padding: 0;
	display: block;
	line-height: 24px;
}
.zjfl .rry span {
    font-size: 15px;
    color: #666;
    padding:0;
    display: block;
    line-height: 24px;
}
.zjfr2 .jianzhi p {
    font-size: 15px;
    color: #666;
    padding-top:15px;
    line-height: 28px;
    padding-bottom:20px;
}
.zjfl i {
	display: block;
	width: 100px;
	height: 1px;
	background: #0d9553;
}

.zjfr2 h3 {
	font-size: 24px;
	color: #0d9553;
	font-weight: bold;
}

.zjfr2 span {
	font-size: 15px;
	color: #666;
	padding: 15px 0 20px 0;
	display: block;
	line-height: 24px;
}

.zjfr2 p {
	font-size: 15px;
	color: #666;
	padding-top: 50px;
	line-height: 28px;
	padding-bottom: 70px;
}

.zjfr2 i {
	display: block;
	width: 100px;
	height: 1px;
	background: #0d9553;
}

.rrimg {
	text-align: center;
}

.rrimg img {
	padding-top: 60px;
}

.newsn .time {
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #7e7e7e;
	color: #fff;
	margin-top: 20px;
}

.newsn li {
	margin-bottom: 40px;
	overflow: auto;
}

.newsn li h3 {
	font-size: 18px;
	color: #333;
	padding: 25px 0 30px 0;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsn li p {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsn li i {
	display: block;
	height: 1px;
	background: #ccc;
	margin: 40px 0 25px 0;
}

.newsn li .nsckx {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #0d9553;
	float: right;
}

.newsn li:hover .nsckx {
	background: #0d9553;
	color: #fff;
}

.newsn li:hover .time {
	background: #0d9553;
	color: #fff;
}

.newsn li .newsnfr {
	padding-left: 70px;
}

.newsn li .newsnimg {
	overflow: hidden;
}

.newsn li .newsnimg img {
	transition: 1s;
	float: right;
}

.newsn li:hover .newsnimg img {
	transform: scale(1.2);
}


.nsny h3 {
	text-align: center;
	font-size: 30px;
	color: #333;
}

.nsny .ntt {
	text-align: center;
	font-size: 14px;
	color: #666;
	display: block;
	margin: 40px 0 30px 0;
}
.nsny .ctt{ line-height:30px; font-size:15px; color:#666; padding:20px 0; }
.zizhiny {
	margin-top: 50px;
}
.fanpian{margin-top:30px;margin-bottom:30px;}
.fanpian li{line-height:40px; color:#333;}
.fanpian li a{ color:#666;}
.fanpian li:hover a{ color:#0061a1;}
.zizhiny ul li span {
	width: 293px;
	height: 215px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px solid #dddddd;
}

.zizhiny ul li p {
	color: #666666;
	font-size: 14px;
	text-align: center;
	padding-top: 24px;
}

.zizhiny ul li {
	margin-bottom: 20px;
}



.liuyan {
	width: 70%;
	margin: auto;
}

@media(max-width:1690px) {
	.news .newstxt li {
		margin-bottom: 12px;
	}
}

@media(max-width:1366px) {
	.lvquan .lvqfr .div1 .video {
		height: 241px !important;
	}

	.news .newstxt li {
		margin-bottom: 4px;
	}

	.abbnfl i {
		margin-bottom: 20px;
	}

	.xuanchuan .div1 .video {
		height: 543px !important;
	}
}




@media(max-width:1200px) {
	.yqli li {
		margin-right: 20px;
	}

	#footernav li h3 {
		font-size: 20px;
	}

	.lvquan .lvqfr .div1 .video {
		height: 198px !important;
	}

	.lvquan .lvqfl h4 {
		padding: 20px 0 20px 0;
	}

	.lvquan .lvqfl {
		padding-left: 0;
	}

	.lvquan .lvqfl2 p {
		font-size: 14px;
		line-height: 23px;
		padding: 20px;
	}

	.news .newstxtl h4 {
		padding-top: 5px;
	}

	.news .newstxtr h3 {
		padding-top: 5px;
	}

	.news .newstxtr p {
		padding-top: 9px;
	}

	.news .newstxtl {
		padding-bottom: 11px;
	}

	.aboutfltxt {
		padding-right: 20px;
	}

	.aboutnyfl i {
		margin-bottom: 20px;
	}

	.aboutnyfl p {
		line-height: 22px;
	}

	.abbnfl h3 {
		padding-top: 20px;
	}

	.fly-filter-right a {
		padding: 0 5px;
	}

	.ditutxt li {
		font-size: 14px;
	}

	.wenhua .wenhuat {
		padding: 20px 30px 0 30px;
	}

	.xuanchuan .div1 .video {
		height: 448px !important;
	}

	.newsn li h3 {
		padding: 15px 0 20px 0;
	}

	.newsn .time {
		margin-top: 10px;
	}

	.newsn li i {
		margin: 30px 0 20px 0;
	}

	.header nav ul li {
		margin: 0 6px;
	}
}

@media(max-width:1024px) {

	.hetop {
		display: none;
	}


	html.active {
		height: 100%;
		overflow: hidden
	}

	html.active body {
		height: 100%;
		overflow: hidden
	}

	html.active .header-m {
		left: 260px
	}

	html.active .header-m::after {
		display: block
	}

	html.active .header-m .m-menu-b::after,
	html.active .header-m .m-menu-b::before {
		background: #000
	}

	html.active .header-m .m-menu-b::before {
		transform: translateY(0) rotate(225deg);
		-webkit-transform: translateY(0) rotate(225deg)
	}

	html.active .header-m .m-menu-b::after {
		transform: translateY(0) rotate(-225deg);
		-webkit-transform: translateY(0) rotate(-225deg)
	}

	html.active .header-m .m-menu {
		display: block;
		left: 0
	}

	html.active .banner,
	html.active .i-banner,
	html.active footer,
	html.active main {
		transform: translateX(260px);
		-webkit-transform: translateX(260px)
	}

	.lvquan .lvqfl {
		padding: 0;
	}

	.lvquan .lvqfl h4 {
		padding: 20px 0 15px 0;
	}

	.lvquan .lvqfr .div1 .video {
		height: 199px !important;
	}

	.lvquan .lvqfl2 p {
		font-size: 14px;
		line-height: 23px;
		padding: 20px;
	}

}

@media(max-width:991px) {
	.footerbot p {
		padding: 15px;
	}

	.footerbot ul {
		display: none;
	}

	.header nav ul li {
		margin: 0 10px;
	}

	.lvquan .lvqfr .div1 .video {
		height: 151px !important;
	}

	.lvquan .lvqfl h4 {
		font-size: 20px;
	}

	.header .logo {
		display: none;
	}

	.footer {
		display: none;
	}

	.news .newsfl {
		height: 438px;
	}

	.news .newsfr {
		padding-left: 0;
	}

	.fly-panel-title .nbiao {
		display: none;
	}

	.abbnfl p {
		padding-top: 00px;
	}

	.ditutxt li:nth-child(3) {
		text-align: inherit;
		line-height: 30px;
	}

	.ditutxt h3 {
		font-size: 20px;
	}

	.xuanchuan .div1 .video {
		height: 345px !important;
	}

	.newsn li h3 {
		padding: 5px 0 5px 0;
	}

	.newsn .time {
		margin-top: 10px;
	}

	.newsn li i {
		margin: 10px 0 10px 0;
	}
}

@media(max-width:768px) {

	.hdtop {
		height: 0;
	}

	.hdtop .hdtopfr {
		display: none
	}

	.hdtop .hdtopcn {
		display: none;
	}

	.hdtop .hdtopfl img {
		display: none
	}

	.banner {
		margin-top: 70px
	}

	.fly-panel-title {
		display: none;
	}

	.header-m {
		display: block !important;
		z-index: 999;
		position: fixed;
		left: 0;
		top: -1px;
		width: 100%;
		height: 70px;
		background: #fff;
		box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
	}

	.header-m::after {
		display: none;
		position: fixed;
		content: '';
		top: 70px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5)
	}

	.header-m .logo {
		position: absolute;
		left: 50%;
		line-height: 70px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%)
	}

	.header-m .logo img {
		max-height: 45px;
		max-width: none;
	}

	.header-m .m-menu-b {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 70px;
		cursor: pointer
	}

	.header-m .m-menu-b::after,
	.header-m .m-menu-b::before {
		position: absolute;
		top: 50%;
		left: calc(35px / 2);
		content: '';
		width: 25px;
		height: 1px;
		z-index: 9999;
		transition: all .3s ease-out .3s;
		-webkit-transition: all .3s ease-out .3s;
		background: #222
	}

	.header-m .m-menu-b::before {
		transform: translateY(-4px) rotate(0);
		-webkit-transform: translateY(-4px) rotate(0)
	}

	.header-m .m-menu-b::after {
		transform: translateY(4px) rotate(0);
		-webkit-transform: translateY(4px) rotate(0)
	}

	.header-m .m-menu {
		display: none;
		z-index: 888;
		position: fixed;
		width: 100%;
		width: 260px;
		height: 100%;
		top: 0;
		left: -260px;
		opacity: 1;
		background: #fafafa;
		text-align: left;
		padding-top: 70px
	}

	.header-m .m-menu::after {
		position: absolute;
		top: 70px;
		content: '';
		width: 100%;
		height: 1px;
		background: #ebebeb
	}

	.header-m .nav {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto
	}

	.header-m .nav>li {
		border-bottom: 1px solid #ebebeb;
		animation: resize .5s both;
		-webkit-animation: resize .5s both
	}

	.header-m .nav>li>a {
		position: relative;
		display: block;
		width: 100%;
		font-size: 15px;
		padding: 0 40px;
		color: #666;
		vertical-align: middle;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: break-word;
		overflow: hidden;
		height: 50px;
		line-height: 50px
	}

	.header-m .nav>li>a::after {
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -5px;
		content: '';
		width: 8px;
		height: 8px;
		border: 1px solid #999;
		border-radius: 50%;
		background: 0 0;
		transition: all .3s;
		-webkit-transition: all .3s
	}

	.header-m .nav>li .sub-nav {
		display: none
	}

	.header-m .nav>li .sub-nav a {
		position: relative;
		display: block;
		line-height: 24px;
		padding: 12px 40px;
		background: #f2f2f2;
		color: #4e4e4e
	}

	.header-m .nav>li .sub-nav a::after,
	.header-m .nav>li .sub-nav a::before {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		left: 20px;
		top: 20px;
		border: 5px solid transparent;
		overflow: hidden;
		transition: all .3s;
		-webkit-transition: all .3s
	}

	.header-m .nav>li .sub-nav a::before {
		left: 21px;
		border-left: 5px solid #555
	}

	.header-m .nav>li .sub-nav a::after {
		border-left: 5px #ebebeb solid
	}

	.header-m .nav>li.cur {
		position: relative
	}

	.header-m .nav>li.cur::after,
	.header-m .nav>li.cur::before {
		position: absolute;
		content: '';
		background: #999;
		transition: all .5s;
		-webkit-transition: all .5s
	}

	.header-m .nav>li.cur::before {
		top: 19px;
		right: 25px;
		width: 2px;
		height: 12px
	}

	.header-m .nav>li.cur::after {
		top: 24px;
		right: 20px;
		width: 12px;
		height: 2px
	}

	.header-m .nav>li.active::after {
		background: #fff
	}

	.header-m .nav>li.active::before {
		height: 0
	}

	.header-m .nav>li.active>a {
		color: #fff;
		background: #0d9553;
	}

	.header-m .nav>li.active>a::after {
		background: #fff;
		border-color: #fff
	}

	.header-m .nav>li.active .sub-nav li {
		animation: ReturnToNormal .5s both;
		-webkit-animation: ReturnToNormal .5s both
	}

	.header-m .m-language {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center
	}

	.header-m .m-language a {
		color: #666;
		height: 70px;
		line-height: 70px;
		font-size: 16px;
		animation: slideInUp 1.5s both;
		-webkit-animation: slideInUp 1.5s both;
		padding: 0 10px;
	}

	.header {
		display: none
	}

	.main-nav-m {
		display: block !important;
		position: relative;
		z-index: 10;
		cursor: pointer;
	}

	.main-nav-m .title {
		position: relative;
		height: 45px;
		line-height: 45px;
		padding: 0 10px;
		background: #0d9553;
	}

	.main-nav-m .title strong {
		color: #fff;
		font-size: 16px;
		font-weight: 700
	}

	.main-nav-m .title i {
		position: absolute;
		content: '';
		width: 45px;
		height: 100%;
		right: 0
	}

	.main-nav-m .title i::after,
	.main-nav-m .title i::before {
		position: absolute;
		top: 50%;
		content: '';
		width: 12px;
		height: 1px;
		background: #fff;
		transition: all .3s;
		-webkit-transition: all .3s
	}

	.main-nav-m .title i::before {
		left: 46%;
		transform: rotate(40deg) scaleY(1.5);
		-webkit-transform: rotate(40deg) scaleY(1.5)
	}

	.main-nav-m .title i::after {
		right: 46%;
		transform: rotate(-40deg) scaleY(1.5);
		-webkit-transform: rotate(-40deg) scaleY(1.5)
	}

	.main-nav-m .title.active i::before {
		transform: rotate(-40deg) scaleY(1.5);
		-webkit-transform: rotate(-40deg) scaleY(1.5)
	}

	.main-nav-m .title.active i::after {
		transform: rotate(40deg) scaleY(1.5);
		-webkit-transform: rotate(40deg) scaleY(1.5)
	}

	.main-nav-m ul {
		display: none;
		position: absolute;
		top: 45px;
		width: 100%;
		padding: 0 10px;
		background: rgba(1, 141, 31, 0.664);
		color: #fff
	}

	.main-nav-m ul li {
		animation: ReturnToNormal .5s both;
		-webkit-animation: ReturnToNormal .5s both
	}

	.main-nav-m ul li a {
		display: block;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid rgba(255, 255, 255, .55);
		color: #fff;
	}

	.footer {
		display: none;
	}

	.lvquan .lvqfl2 p {
		padding: 5px;
	}

	.lvqfr2 ul li {
		padding-top: 25px;
	}

	.lvqfr2 ul li h1 {
		padding-top: 10px;
	}

	.lvqfr2 ul li p {
		top: 92px;
		left: 90px;
	}

	.nybanner {
		margin-top: 70px;
	}

	.aboutnylc ul li {
		text-align: center;
	}

	.aboutnylc .ablcfr {
		padding: 110px 0;
	}

	.aboutnybn li img {
		width: 100%;
	}

	.aboutnyfr img {
		float: none !important;
	}

	.casenbanner {
		width: 100%;
	}

	.casenbanner .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		width: 100%;
		left: 0%;
	}

	.wenhua .wenhuat {
		padding: 20px;
	}

	.slideBox2 .prev {
		right: 10%;
	}

	.liuyan {
		width: 100%;
	}

}

@media(max-width:767px) {
    .zjiafr{ text-align:center;}
    .zjs h4 {
    display: block;
}
	.lvquan {
		margin: 20px 0;
	}

	.lvquan .lvqfl h4 {
		padding: 0 0 10px;
	}

	.lvquan .lvqfl i {
		margin-bottom: 20px;
	}

	.lvquan .lvqfl .ljxq a {
		margin-bottom: 20px;
	}

	.lvquan .lvqfr .div1 .video {
		height: 138px !important;
	}

	.lvquan .lvqfl2 p {
		padding: 10px;
	}

	.lvqfr2 ul li p {
		top: 87px;
		left: 80px;
	}

	.lvqfr2 ul li h3 {
		font-size: 14px;
	}

	.lvqfr2 ul li::before {
		top: 0;
	}

	.news .newsfl {
		height: 232px;
	}

	.lvqfr2 ul li h1 {
		font-size: 20px;
	}

	.bustit h1 {
		padding-top: 20px;
		font-size: 24px;
	}

	.bustit p {
		font-size: 14px;
		padding-top: 10px;
	}

	.business ul {
		padding-top: 30px;
	}

	.business {
		padding-bottom: 30px;
	}

	.lvquan {
		margin-bottom: 10px;
	}

	.news .newsfd {
		padding-top: 20px;
	}

	.news {
		padding-bottom: 10px;
	}

	.aboutnylc .ablcfr {
		padding: 40px 0;
	}

	.aboutnyfl h3 {
		font-size: 20px;
	}

	.aboutnybn {
		padding-top: 20px;
	}

	.footerbot {
		margin-top: 20px;
	}

	.aboutfltxt {
		padding-right: 0;
	}

	.abbnfl h3 {
		padding-bottom: 10px;
		font-size: 20px;
	}

	.aboutny {
		padding-top: 30px;
	}

	.fazhan {
		padding: 30px 0 30px 0;
	}

	.fazhan .demo {
		padding-top: 0px;
	}

	.casen .keyan p {
		padding: 5px 0 10px 0;
	}

	.casen .lejie {
		margin-top: 5px;
	}

	.casenny {
		margin: 30px 0 30px 0;
	}

	.join-list .jointxt span {
		font-size: 14px;
	}

	.join-list .jointxt h3 {
		font-size: 18px;
		padding: 5px 0;
	}

	.join-list .jointxt dt {
		font-size: 14px;
	}

	.join-list .con .box {
		font-size: 15px;
	}

	.keyan p {
		padding-top: 30px;
	}

	.keyan h3 {
		font-size: 20px;
	}

	.wenhua img {
		width: 100%;
	}

	.wenhua .wenhuat {
		padding: 20px;
	}

	.wenhua {
		padding-top: 20px;
	}

	.wenhua .wenhuat h3 {
		font-size: 20px;
	}

	.wenhua .wenhuat p {
		font-size: 14px;
	}

	.xuanchuan .div1 {
		padding: 0;
	}

	.xuanchuan .div1 .video {
		height: 235px !important;
		width: 100% !important;
	}

	.slideBox2 .prev {
		right: 20%;
	}

	.zjiafl p {
		padding: 20px 0;
	}

	.slideBox2 .ckxqa {
		margin-top: 20px;
	}

	.zjiafl h3 {
		font-size: 20px;
	}

	.rrimg img {
		padding-top: 20px;
	}

	.zjfl p {
		padding: 20px 0;
	}
.zjiafr{ margin-top:20px;}
	.zjfl {
		padding: 0;
	}

	.zjfl h3 {
		font-size: 20px;
	}

	.zjfr img {
		padding-bottom: 20px;
	}

	.zjfr2 h3 {
		font-size: 20px;
	}

	.newsn li .newsnfr {
		padding-left: 0;
	}

	.newsn li h3 {
		padding: 10px 0 10px 0;
	}

	.newsn .time {
		margin-top: 10px;
	}

	.newsn li i {
		margin: 10px 0 10px 0;
	}

	.newsn li .nsckx {
		margin-bottom: 20px;
	}

	.nsny h3 {
		font-size: 20px;
	}

	.nsny span {
		font-size: 14px;
		margin: 20px 0 15px 0;
	}

	.zizhiny ul li span {
		width: 100%;
		height: auto;
	}

	.zizhiny .honorimg {
		position: relative;
		display: block;
		text-align: center;
	}

	.zizhiny img {
		max-width: 100%;
		padding: 10px;

	}
}
.pagination-style {
  margin-top: 60px;
  text-align: center;
  overflow: hidden;
}
.pagination-style ul li {
  display: inline-block;
  margin: 5px;
}
.pagination-style ul li a {
  padding: 5px 12px;
  border: 1px solid #0d9553;
  display: block;
  border-radius: 5px;
}
.pagination-style ul li a:hover {
  background: #0d9553;
  color: #fff;
}
.pagination-style ul .active a {
  color: #fff;
  background: #0d9553;
}
.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newstxt{ overflow:hidden;}
.cdt {
	font-size: 14px;
	color: #666;
	line-height:30px;
}