@charset "utf-8";
@import url("../fonts/font.css");

* {
	margin: 0;
	padding: 0;
}
.sj{display:none;}
body {
	width: 100%;

	margin: 0 auto;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	display: inline-block;
	list-style-type: none;
	font-size: 15px;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

a,
a:focus {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	/* float: left; */
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.bg_e7f3ff {
	background-color: #e7f3ff;
	overflow: hidden;
}

.clear {
	clear: both;
}

.li_last {
	margin-right: 0 !important;
}


.header{
	position: absolute;
	z-index: 90;
	top: 0;
	: left:0;
	width: 100%;
	height: 300px;
	background: url(../img/bg_header.png) no-repeat top center;
}
.header2{height:170px;position: fixed;}
.bgsearch {
	position: absolute;
	right: 0;
	z-index: 99;
	top: 30px;
	width: 92px;
	height: 65px;
	background: url(../img/bg_search.png) no-repeat center right;
}

.bg_search2 {
	visibility: visible !important;
	opacity: 1 !important;
}

.bg_search {
	position: fixed;
	z-index: 998;
	clip-path: inset(0 0 0 0);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgb(3, 3, 3, 0.75);
	text-align: center;
	background-size: cover;
	backdrop-filter: blur(0.1rem);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 0% 0%;
}

.close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../img/bg_close.png) no-repeat center center;
	width: 40px;
	height: 40px;
	background-size: contain;
	opacity: 1 !important;
}

.search {
	position: relative;
	top: 50%;
	right: 0;
	z-index: 99;
	margin-left: 0;
	width: 60%;
	padding: 0px;
	/* height: 150px; */
	/* background-color: #fff; */
	margin-top: 0;
	display: inline-block;
	padding: 60px 0px 0 0;
}

.search .ssk {
	float: left;
	width: calc(100% - 50px);
	padding: 0 10px 0 10px;
	border-radius: 0;
	border: 0;
	outline: none;
	color: #333;
	line-height: 50px;
	text-indent: 0;
}

.search .ss {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 0;
	background: url(../img/search.png) #073f14 no-repeat center center;
	outline: none;
	color: #073f14;
	border: 0;
	border-left: 0px solid #fff;
	margin: 0px 0;
	text-align: center;
}

.head {
    max-width: 1620px;
    margin: 0 auto;
}

.logo {
    /* display: block; */
    /* flex: 1; */
    float: left;
    margin-top: 20px;
}

.logor {
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    min-width: 570px;
}
.wz{}
.tbimg{}
.dh {
	position: relative;
	z-index: 999;
	float: left;
	width: 100%;
	/* height: 104px; */
	margin-top: 10px;
}

#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	width: 100%;
	max-width: 1620px;
	text-align: center;
	height: 40px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu span {
	float: left;
	color: #fff;
	line-height: 55px;
}

#menu li {
	padding: 0px 0;
	text-align: center;
	line-height: 40px;
	height: auto;
	/* width: 14.2%; */
	padding: 0px 20px;
	text-align: center;
	display: inline-block;
	float: left;
	position: relative;
}

#menu li::after {
	display: none;
	content: '';
	position: absolute;
	left: 30%;
	bottom: 0;
	width: 40%;
	height: 4px;
	background-color: #fff;
}

#menu li:hover::after {
	/* display: block; */
}

#menu li:last-child {
	background: none;
}

#menu li a {
	white-space: normal;
	color: #fff;
	padding: 0 0px;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
}


#menu li:hover {}

#menu li:hover a {
	
}

#menu li a:hover {}

#menu li ol {
	margin: 0;
	padding: 0;
	width: 100%;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transition: .3s;
	
	background: #fff;
	filter: alpha(opacity=100);
	padding: 10px;

	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

#menu li ol li {
	margin-left: 0;
	background-color: #fff;

}

#menu li:hover>ol {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 1;
}

#menu ol ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}

#menu li ol li,
#menu li:hover ol li a {
	padding: 0px;
	white-space: normal;
	float: left;
	width: 100%;
	z-index: 1;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	display: block;
	border-bottom: 1px solid #e4dbca;
	font-weight: normal;
	color: #333;
	_line-height: 0;
	background-color: #fff;
}

#menu li ol li a {
	white-space: normal;
	padding: 0px 5px;
	width: 100%;
	
	height: 100%;
	/* overflow: hidden; */
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	color: #333;
	float: none;
	/* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}

#menu li ol li:hover,
#menu li ol li:hover a {
	background-color: #1f7936;
	color: #fff;
}

.menu-btn {
	display: none;
	overflow: hidden;
	float: right;
	/* margin-left: 35px; */
	width: 50px;
	height: 50px;
	background: 0 0;
	text-indent: 0;
	opacity: 1;
	position: absolute;
	top:55px;
	right: 10px;
	z-index: 999;
}

.menu-btn2 {
	position: absolute;
	top: 20px;
	display: none;
	right: 10px;
	z-index: 999;
	width: 30px;
	height: 30px;
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3,
.menu-btn2 .line-1,
.menu-btn2 .line-2,
.menu-btn2 .line-3 {
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 46px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.menu-btn2 .line-1,
.menu-btn2 .line-2,
.menu-btn2 .line-3 {
	background-color: #fff;
}

.menu-btn .line-1,
.menu-btn2 .line-1 {
	margin-top: -15px;
	width: 46px;
}

.menu-btn .line-3,
.menu-btn2 .line-3 {
	margin-top: 15px;
	width: 46px;
}

.drawerMenu-open .menu-btn .line-1,
.menu-btn2.open .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2,
.menu-btn2.open .line-2 {
	margin-top: 0 !important;
	width: 48px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3,
.menu-btn2.open .line-3 {
	margin-top: 0 !important;
	width: 48px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobNav {
	position: fixed;
	top: 150px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 200;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	width: 100%;
	max-height: 80vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: left;
	width: 100%;
}

.mobNav ul li .navp a {
	font-size: 16px;
	color: #1f7936;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;
	font-style: normal;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #1f7936;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp i {
	transform: rotate(-45deg);
	margin-right: 15px;
}

.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}


.banner,
.lmbanner {
	float: left;
	margin-top: 0px;
	width: 100%;
	position: relative;
	height: auto;
	z-index: 9;
	overflow: hidden;
}

.banner img,
.lmbanner img {
	width: 100%;
}

.bannertext {
	display: flex;
	justify-content: center;
	background: linear-gradient(70.78deg, rgba(1, 1, 84, 0.4) 0%, rgba(0, 96, 100, 0.4) 100%);
	flex-direction: column;
	align-items: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: auto;
	margin-bottom: 100px;
}


.banSwiper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	display: none;
	transition: .3s;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	display: flex;
}

.banner .pgba {
	z-index: 5;
	position: absolute;
	
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 40px;
}
.banner .pgba .swiper-pagination-bullet{width:12px; height:12px;; background-color:#073f14 !important; opacity:.7 !important;}
.banner .pgba .swiper-pagination-bullet-active{border:3px solid #fff;opacity:1 !important;}

.banner .swiper-slide {
	/* min-width: 100vw */
}

.banner .swiper-slide .a {
	display: block;
	/* height: 84vh; */
	min-height: 500px;
}

.banner .swiper-slide .a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide .bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.banner .swiper-slide .bg:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 20%;
	/*background: url(../images/bamask.png) no-repeat bottom center;*/
	background-size: 100% 100%;
	z-index: 1;
	bottom: 0
}

.banner .swiper-slide .bg {
	-webkit-transform: scale(1.0);
	/* position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	transition: 5s;
	background-size: cover !important;
	width: 100%;
}

.banner .swiper-slide-active .bg {
	-webkit-transform: scale(1);
}

@keyframes beat {

	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}

	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}

	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}
.bg_index1{width:100%;float:left;background:url(../img/bg_index1.png) #eef3ef no-repeat center center;padding: 60px 0 90px 0;}
.bg_index2{width:100%;float:left;background-color:#e0e9e2;padding: 60px 0 90px 0;}
.bg_index3{width:100%;float:left;background:url(../img/bg_index3.png) #edf4f0 no-repeat center center;padding: 50px 0 100px 0;}

.main {
	position:relative;
	z-index: 11;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.lm {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.lm h6 {
	float: left;
	font-size:34px;
	color: #073f14;
	font-weight: 700;
	line-height: 70px;
	position:relative;
	z-index: 9;
	border:0 !important;
}

.lm span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	font-size: 50px;
	color: #fff3;
	/* font-weight: bold; */
	line-height: 50px;
	margin-left: 0px;
	font-family: 'hychj';
	text-transform: uppercase;
	-webkit-text-stroke: 1px #c0cfc3;
	text-stroke: 1px #c0cfc3;
}

.more {
	float: right;
	line-height: 70px;
	font-size: 20px;
	color: #073f14;
	padding-right:35px;
	background: url(../img/more.png) no-repeat right center;
}


.footer{width:100%;float:left;background:url(../img/bg_footer.png) repeat center center;padding: 30px 0;}
.foot{width:100%;margin:0 auto;max-width:1400px;display: flex;justify-content: space-between;align-items: center;}
.foot_l{}
.footlg{
    margin-top: 20px;
}
.footlg img{width:100%;}
.yqlj{
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
}
.yqlj h6{color:#fff;float: left;font-size: 18px;line-height: 30px;}
.yqlj a{color:#fff;margin-right: 10px;}
.lxfs{
    margin-top: 20px;
    max-width: 300px;
}
.lxfs h4{color:#fff;line-height: 40px;}
.lxfs p{color:#fff;width: 100%;line-height: 30px;}
.code{
    margin-top: 50px;
}
.code ul{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.code ul li{
    margin: 0 0 0 50px;
} 
.code ul li img{}

.copy{width:100%; float:left; background-color:#fecd76; padding:15px 0;}
.copy p{width:100%; float:left;line-height:30px; font-size: 16px; text-align:center;}


.bg_main {
	padding: 0px 0;
	background: url(../img/bg_main.png)  no-repeat center bottom;
	float: left;
}

.m_l {
	position: relative;
	z-index: 21;
	float: left;
	margin-top: 50px;
	width:250px;
	padding-bottom: 0;
}

.yjlm {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	height: 100px;
	background-color:#166c2a;
	border-radius: 0;
	padding: 0 30px;
}

.yjlm h6 {
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	align-items: center;
}

.yjlm p {
	float: left;
	width: 100%;
	line-height: 40px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	opacity: 0.5;
}

.ejdh {
	float: left;
	width: 100%;
	margin-top: 0px;
	 background-color: #eef4f0; 
	border: #fff 0px solid;
	border-left-width:0px;
	padding: 0px 10px 200px 10px;
}

.ejdh ul {
	float: left;
	width: 100%;
}

.ejdh ul li {
	float: left;
	width: 100%;
	
	border-bottom: 1px solid #cad7ce;
	line-height: 70px
	/* justify-content: space-between; */
}

.ejdh ul li:first-child {
	border-top: 0;
}

.ejdh ul li.on .navp {
	width: 100%;
}

.ejdh ul li .navp {
	padding: 0 10px 0 35px;
	float: left;
	width: 100%;
}

.ejdh ul li:hover .navp em,
.ejdh ul li.on .navp em {width:30px; height:70px;
	background:url(../img/ejdh_on.png) no-repeat center center;
}

.ejdh ul li:hover .navp a,
.ejdh ul li.on .navp a {
	color: #298657;
	font-weight: bold;
}

.ejdh ul li.on dl {}

.ejdh ul li .navp a {
	float: left;
	width: calc(100% - 35px);
	color: #000;
	display: inline-block;
	font-size: 18px;
	
}

.ejdh ul li .navp em {
	float: right;
	width: 30px;
	cursor: pointer;
	height: 60px;
	
}

.ejdh ul dl {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	padding: 0 10px 0 30px;
	margin: 0;
	border-top: 1px solid #F0F2F4;
}

.ejdh ul dl:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	width: 1px;
	height: calc(100% - 15px);
	background-color: #e2e7ec;
}

.ejdh ul dl dd {
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
	text-indent: 0px;
	line-height: 30px;
	padding-left: 20px;
}

.ejdh ul dl dd:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 15px;
	height: 1px;
	background-color: #e2e7ec;
}

.ejdh ul dl dd a {
	color: #000 !important;
	font-size: 16px;
	font-weight: normal !important;
	padding: 0 !important;
}

.ejdh ul dl dd:hover a,
.ejdh ul dl dd.cur a {
	color: #005943 !important;
}

.m_r {
	position: relative;
	z-index: 21;
	margin-bottom: 60px;
	min-height: 500px;
	float: right;
	margin-top: 50px;
	width: calc(100% - 310px);
	max-width: 1240px;
	padding: 0px 0px;
	padding-bottom: 40px;
}

.main1 {
	position: relative;
	margin-bottom: 60px;
	min-height: 500px;
	background-color: #fff;
	float: right;
	margin-top: 20px;
	width: 100%;
	max-width: 100%;
	padding: 0px 20px;
}

.dqlm {
	position: relative;
	float: left;
	width: 100%;
	height:70px;
	padding-bottom: 0;
	border-bottom: 1px solid #a2beb0;
}

.dqlm h6 {
	float: left;
	line-height: 70px;
	font-size:25px;
	text-align: left;
	/* color: #00787b; */
	text-indent: 0;
	border-bottom: 0px solid #00787b;
}

.dqwz {
	float: right;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #777;
	line-height: 60px;
	background: url(../img/bg_dqwz.png) no-repeat left center;
}

.dqwz a,
.dqwz span {
	font-size: 14px;
	color: #666;
	font-family: "microsoft yahei";
}