/*@import "//at.alicdn.com/t/font_2817747_fxyogkwgglt.css";*/
@import "font/iconfont.css";
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}
button{
	cursor: pointer;
}
body {
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Microsoft YaHei", "Arial", sans-serif;
	overflow-x: hidden;
}
.top-form{
	height: 100%;
}
caption,
td,
th {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
a:hover{
	color: #8FC31F;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f2f2f2
}

li,
ol,
ul {
	list-style: none
}

button,
input,
select,
textarea {
	font-family: 'poppins';

}

table {
	border-collapse: collapse
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}
.dx {
	text-transform: uppercase;
}
#baguetteBox-overlay{
	z-index: 1000000;
}

/* flex*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}


.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.text-overflow5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.header{
	position:absolute;
	left:0;
	right: 0;
	top: 0;
	z-index: 1000;
}
.header.head_fx{
	position: fixed;
	background: #fff;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}
.header.indexNav.top-menu-header{
	background: #fff;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}

.header.head_fx.indexNav{
	position: fixed;
	background: #fff;
}
.header.head_fx.indexNav .logoImg1,.header.indexNav.top-menu-header .logoImg1{
	display: none;
}
.header.head_fx.indexNav .logoImg2,.header.indexNav.top-menu-header .logoImg2{
	display: block;
}
.header.head_fx.indexNav  .nav a,.header.indexNav.top-menu-header .nav a{
	color: #333;
}
.header.head_fx.indexNav  .nav a:hover,.header.indexNav.top-menu-header .nav a:hover{
	color: #8FC31F;
	border-bottom-color: #8FC31F;
}

.header.head_fx.indexNav .headerRithg #user,.header.indexNav.top-menu-header .headerRithg #user{
	background: #f5f8fa;
}
.header.head_fx.indexNav .headerRithg #soBtn,.header.indexNav.top-menu-header .headerRithg #soBtn{
	color: #333;
}
.header.head_fx.indexNav .headerRithg .enBtn,.header.indexNav.top-menu-header .headerRithg .enBtn{
	color: #333;
}

/* 导航效果 */
.indexNav .nav a{
	color: #fff;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 3px transparent solid;
}
.nav a:hover{
	color: #8FC31F !important;
	border-bottom-color: #8FC31F !important;
}
.header:hover{
	background: #fff;
}
.header:hover .headerRithg #soBtn{
	color: #333;
}
.header:hover .headerRithg .enBtn{
	color: #333;
}
.header:hover{
	background: #fff;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}
.header:hover .logoImg1{
	display: none;
}
.header:hover .logoImg2{
	display: block;
}
.header:hover  .nav a{
	color: #333;
}
.header:hover .headerRithg #user{
	background: #f5f8fa;
}




.headerBox{
	max-width: 1720px;
	height: 88px;
	margin: 0 auto;
}
.nav li{
	padding:0 25px;
}

.headerRithg .enBtn{
	color: #fff;
	font-size: 16px;
	margin-right: 45px;
}
.headerRithg .enBtn:hover{
	color: #8FC31F !important;
}
.headerRithg #soBtn{
	color: #fff;
	font-size: 24px;
	margin-right: 45px;
}
.headerRithg #soBtn:hover{
	color: #8FC31F !important;
}

.headerRithg #user{
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	color: #8FC31F;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 45px;
}

.headerRithg #user1{
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	color: #8FC31F;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 22px;
}

.headerRithg #pcrNav{
	width: 50px;
	height: 50px;
	background: #8FC31F;
	border-radius: 50%;
	color: #fff;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.headerRithg #pcrNav i{
	font-size: 16px;
	margin-left: 5px;
}

.indexSwiper{
	max-width: 1920px;
	margin: 0  auto;
	position: relative;
}
.indexSwiper img{
	display: block;
	margin: 0 auto;
}
.indexPagination{
	position: absolute;
	bottom: 110px;
	left: 0;
	right: 0;
	z-index: 100;
}
.indexPagination .swiper-pagination{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	text-align:left;
}
.indexPagination .swiper-pagination span{
	color: #fff;
	opacity: .5;
	background:transparent!important;
	font-size: 18px;
	font-family: arial;
	width: auto !important;
	height: auto !important;
	 margin-right: 10px;
}
.indexPagination .swiper-pagination .swiper-pagination-bullet-active{
	font-size: 30px;
	opacity: 1;
	padding-right: 20px;
	position: relative;
}
.indexPagination .swiper-pagination .swiper-pagination-bullet-active::after{
	width: 10px;
	height: 2px;
	background: rgba(255,255,255,.5);
	content: "";
	right: 0;
	top: 50%;
	position: absolute;
}
.indexPagination .swiper-pagination span:last-child::after{
	display: none;
}
.indexSwiper .swiper-button-next,.indexSwiper .swiper-button-prev{
	color: #fff;
}
.indexSwiper .swiper-button-next:after,.indexSwiper  .swiper-button-prev:after{
	font-size: 30px;
}

.w1400{
	max-width: 1400px;
	margin: 0 auto;
}

.indexBox1{
	padding-top: 100px;
	padding-bottom: 80px;
}
.indexBox1Left{
	max-width: 550px;
}
.title01{
	font-size: 64px;
	font-family: arial;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
	position: relative;
}
.title01 span{
	position: relative;
	z-index: 100;
}
.title01::after{
	width: 50px;
	height: 50px;
	content:"";
	position: absolute;
	left: -25px;
	z-index: 10;
	top: -5px;
	background: url(../img/titbg.png) no-repeat;
}
.indexBox1Left .h2{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
.indexBox1Left .xt{
	width: 45px;
	height: 2px;
	background: #8fc31f;
}
.indexBox1Left .h3 a,.indexBox1Left .h3{
	display: block;
	font-size: 24px;
	color: #8fc31f;
	margin-top: 35px;
	font-weight: bold;
}
.indexBox1Left .txt{
	margin-top: 25px;
	font-size: 14px;
	color: #747474;
	line-height: 1.8;
}
.indexBox1 .indexBox1Left .txt{
	max-height: 100px;
	overflow: hidden;
}

.indexBox1Left .aboutA {
	margin-top: 50PX;
	display: block;
	width: 65PX;
	height: 65px;
	border-radius: 50%;
	text-align: center;
	line-height: 65px;
	font-size: 30px;
}
.indexBox1Left .aboutA:hover{
	box-shadow: 0 0 15px rgba(10,53,132,.1);
	color: #8fc31f;
}

.indexBox1Rigth{
	overflow: hidden;
	border-radius:220px 0 0 220px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	position: relative;
}
.timeRigth{
	float: right;
	margin-left: 80px;
	margin-top: -80px;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(10,53,132,.1);
}
.timeRigth .img{
	width: 640px;
	height: 400px;
}


.indexBox1Rigth img{
	height: 439px;
}
.indexBox1Rigth .abs{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	z-index: 10;
	cursor: pointer;
}
.indexBox1Rigth .abs i{
	color: #fff;
	font-size: 75px;
	
}


.videos {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);

	z-index: 100000;
	display: none;
}

.videos2 {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	width: 80%;
}

.videos2 .vclose {
	position: fixed;
	right: 20px;
	top: -25px;
	cursor: pointer;
	z-index: 100;
}
.indexAboutInfs{
	margin-top: 90px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	padding: 50px 0;
	border-radius: 8px;
}
.indexAboutInfs li{
	box-sizing: border-box;
	padding-left: 100px;
	font-size: 16px;
	color: #747474;
}
.indexAboutInfs li i,.indexAboutInfs li span{
    font-style: normal;
	font-size: 48px;
	color: #8fc31f;
	font-weight: bold;
	font-family: arial;
}
.indexAboutInfs li span{
	display: inline-block;
	margin-right: 10px;
}
.indexAboutInfs li p{
	margin-top: 5px;
}

.indexBox2{
	background: #f5f8fa;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.title02{
	position: relative;
}
.title02 h2{
	font-size: 36px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	position: relative;
	z-index: 30;
}
.title02 p{
	font-size: 14px;
	color: #818181;
	position: relative;
	z-index: 30;
}
.title02::after{
	width: 50px;
	height: 50px;
	content:"";
	position: absolute;
	left: -25px;
	z-index: 10;
	top: -5px;
	background: url(../img/titbg.png) no-repeat;
}

.slideTxtBox{
	position: relative;
	margin-top: -90px;
	padding-top: 165px;
	z-index: 100;
}
.slideTxtBox .hd{
	position: absolute;
	right: 0;
	top: 0;
}
.slideTxtBox .hd .pic{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	margin-bottom: 10px;
	height: 80px;
	border-radius: 50%;
}


.slideTxtBox .hd .tabLeft{
	padding: 0 20px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}
.slideTxtBox .hd li{
	
}
.slideTxtBox .hd li.on .pic{
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	background: #fff;
}
.slideTxtBox .hd li.on p{
	color: #8fc31f;
}
.slideTxtBox .hd .tabRbox{
	width: 84px;
	height: 2px;
	background: #dddddd;
	margin-top: 40px;
}

.tabList{
	margin-left: -74px;
	flex-wrap: wrap;
}
.tabList li{
	box-sizing: border-box;
	padding-left: 74px;
	width: 33.3333%;
	padding-bottom: 50px;
}
.tabList li a{
	display: block;
	background: #fff;
	position: relative;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	padding-bottom: 50px;
}
.tabList li a .pic{
	height: 290px;
	overflow: hidden;
}
.tabList li a .pic img{
	max-width: 100%;
	max-height: 100%;
}
.tabList li a .pic img:hover {
	max-width: 100%;
	max-height: 100%;
	transform:scale(1.2);
}
/* 中心变形*/
	img {
	transition:all 0.5s ease-out;
	/* 过度 所有css属性 1秒过度 结束慢*/
-moz-transition:all 0.5s ease-out;
	/* Firefox 4 */
-webkit-transition:all 0.5s ease-out;
	/* Safari 和 Chrome */
-o-transition:all 0.5s ease-out;
	/* Opera */
}
.tc{
	text-align: center;
}
.tabList li a h2{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.tabList li a p{
	margin-top: 14px;
	color:#ababab;
}
.tabList li .abs{
	width: 60px;
	height: 60px;
	position: absolute;
	background: #8fc31f;
	border-radius: 50%;
	color: #fff;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	font-size: 30px;
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.slideTxtBox .hd li:last-child .tabRbox{
	display: none;
}
.tabList li a:hover .abs{
	opacity: 1;
}
.tabList li a:hover h2{
	color: #8FC31F;
}

.indexBox3{
	background: #fff;
	padding: 90px 0;
}
.titleRtxt{
	padding-top: 30px;
	text-align: right;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
.titleRtxt::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 4px;
	width: 80px;
	background: #8FC31F;
}
.indexffUl{
	padding-top: 20px;
	margin-left: -60px;
}
.indexffUl li{
	width: 50%;
	box-sizing: border-box;
	margin-top: 50px;
	padding-left: 60px;
}
.indexffUl li .indexffUlAbox{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}
.indexffUl li .pic{
	width: 180px;
	height: 160px;
	margin-right: 20px;
	overflow: hidden;
}
.indexffUl li .pic .aimg2{
	opacity: 0;
	display: none;
}

.indexffUl li .pic img{
	max-width: 100%;
	max-height: 100%;
}
.indexffUlRbox{
	overflow: hidden;
}
.indexffUlRbox h2{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}
.indexffUlRbox .txt{
	font-size: 14px;
	color: #747474;
	line-height: 1.8;
}
.indexffUlRbox .indexffUldiv{
	margin-top: 15px;
	color: #ababab;
}
.indexffUlRbox .indexffUldiv span{
	width: 22px;
	height: 1px;
	background: #ffff;
	margin-right: 10px;
	display: none;
}
.indexffUl li .indexffUlAbox:hover{
	background: #8FC31F;
}
.indexffUl li .indexffUlAbox:hover .pic .aimg1{
	display: none;
	opacity: 0;
}
.indexffUl li .indexffUlAbox:hover .pic .aimg2{
	display: block;
	opacity: 1;
}
.indexffUl li .indexffUlAbox:hover .indexffUlRbox h2,.indexffUl li .indexffUlAbox:hover .indexffUlRbox .txt,.indexffUl li .indexffUlAbox:hover .indexffUlRbox .indexffUldiv{
	color: #fff;
}

.indexffUl li .indexffUlAbox:hover .indexffUlRbox .indexffUldiv span{
	display: inline-block;
}

.indexItem{
	position: relative;
	margin-top: -75px;
	z-index: 100;
	padding-top: 145px;
	overflow: hidden;
	padding-bottom: 20px;
}
.indexItem .swiper-pagination{
	display: none;
}
.indexItem .swiper-button-next,.indexItem .swiper-button-prev{
	top: 30px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #8FC31F;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}
.indexItem .swiper-button-next{
	right: 20px;
}
.indexItem .swiper-button-prev{
	left: auto;
	right: 105px;
}
.indexItem .swiper-button-next:after,.indexItem .swiper-button-prev:after{
	font-size: 26px;
}
.indexItem .swiper-button-next:hover,.indexItem .swiper-button-prev:hover{
	background: #8FC31F;
	color: #fff;
}
.indexItemAbox{
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	border-radius: 10px;
}
.indexItem{
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.indexItem .swiper-slide{
/* 	padding-left: 20px; */
	box-sizing: border-box;
}
.indexItemAbox .pic{
	height: 135px;
	overflow: hidden;
}
.indexItemAbox .pic img{
	max-width: 100%;
	max-height: 100%;
}
.indexItemAbox h2{
	margin-top: 8px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.indexItemAbox .txt{
	font-size: 14px;
	color: #747474;
	line-height: 1.8;
	margin-top: 20px;
}
.indexItemAbox span.span{
	color: #ababab;
	font-size: 14px;
	display: inline-block;
	margin-top: 15px;
	padding-bottom: 10px;
}
.indexItemAbox:hover h2{
	color: #8FC31F;
}
.indexItemAbox:hover span.span{
	color: #8FC31F;
}

.indexBox4{
padding-bottom: 90px;
}

.title02Ra{
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	border-radius: 25px;
}
.title02Ra:hover{
	background: #8FC31F;
	color: #fff;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}
.indexNews{
	margin-left: -55px;
	margin-top: 70px;
}
.indexNews li{
	width: 33.333%;
	padding-left: 55px;
	box-sizing: border-box;
}
.indexNews li a{
	display: block;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	padding: 40px 50px;
}
.indexNews li h2{
	font-size: 22px;
	color: #000;
	line-height: 1.6;
	height: 70px;
}
.xt2{
	margin-top: 25px;
	width: 60px;
	height: 2px;
	background: #cdcdcd;
}
.indexNews li .txt{
	margin-top: 35px;
	color: #747474;
	line-height: 1.8;
}
.indexNewsBottom{
	margin-top: 35px;
}
.indexNewsBottom .iconfont{
	font-size: 24px;
}
.indexNewsBottom .indexNewsSpan{
	font-size: 16px;
	color: #ababab;
}
.indexNews li a:hover h2{
	color: #8FC31F;
}
.indexNews li a:hover .xt2{
	background: #8FC31F;
}
.indexBox5{
	padding-bottom: 100px;
}

.footer{
	 background-image: linear-gradient(to right, #84bf35 , #4cb7db);
	background-size: cover;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.footerUl{
	
	
}
.footerImg img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.footdBox{
	padding-top: 40px;
}
.footRbox{
	margin-left: 95px;
	color: #fff;
}
.footerUl li{
	width: 15%;
}
.footRbox a,.footerUl li p{
	display: block;
	line-height: 1.8;
	color: #fff;
}
.footRbox a:hover{
	opacity: .5;
}
.footerUl li:last-child{
	flex: 1;
}
.footerUl li h2{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 40px;
	position: relative;
}
.footerUl li h2::after{
	position: absolute;
	width: 20px;
	height: 2px;
	background: #fff;
	content: "";
	left: 0;
	top: 40px;
}
.copyBox{
	margin-top: 35px;
}

.pageMain{
	max-width: 1920px;
	margin: 0 auto;
}
.pageTitle{
	padding-top: 210px;
	align-items: flex-end;
}
.pageTitleLeft h2{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}
.pageTitleLeft h3{
	margin-top: 10px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.pageTitleLeft h3 span{
	height: 1px;
	background: #fff;
	margin-left: 45px;
}
.pageTitleNav{
	box-sizing: border-box;
	padding: 0 24px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #8fc31f;
	border-radius: 25px;
	margin-left: 45px;
	cursor: pointer;
	position: relative;
}
.pageTitleNav i{
	color: #fff;
}
.pageTitleNav .navTxt{
	font-size: 16px;
	color: #fff;
}

.pageNrBox{
	background: #fff;
	max-width: 1920px;
	margin: 125px auto 0;
	border-radius: 280px 0 0 0;
	padding-top: 90px;
	padding-bottom: 80px;
	overflow: hidden;
}
.pageNrBoxnew{
	background: #fff;
	max-width: 1920px;
	/*margin: 125px auto 0;*/
	/*border-radius: 280px 0 0 0;*/
	padding-top: 60px;
	padding-bottom: 80px;
	overflow: hidden;
}
.pageTitleNavAbs{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding-top: 30px;
	display: none;
	z-index: 100;
}
.pageTitleNav:hover .pageTitleNavAbs{
	display: block;
}

.pageTitleNavAbsList{
	
	background: #fff;
	border-radius: 10px;
	padding: 15px 28px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	position: relative;
}
.pageTitleNavAbsList a{
	line-height: 52px;
	display: block;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px #dcdcdc solid;
}
.pageTitleNavAbsList a:last-child{
	border: none;
}
.pageTitleNavAbsList a:hover{
	color: #8fc31f;
	border-color: #8fc31f;
}
.pageTitleNavAbsList .abs{
	position: absolute;
	top:-15px;
	width: 24px;
	height: 15px;
	line-height: 15px;
	left: 50%;
	margin-left: -12px;
}

.lcList{
	padding-left: 150px;
	position: relative;
	margin-top: 40px;
}
.lcList::after{
	position: absolute;
	top: 0;
	content: "";
	bottom: 0;
	width: 3px;
	background: #dedede;
	left: 66px;
}
.lcList li{
	margin-right: 80px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	padding: 28px;
	margin-bottom: 65px;
	border-radius: 10px;
	position: relative;
}

.lcAbox .pic{
	width: 260px;
	height: 170px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 40px;
}
.lcAbox .pic img{
	width: 260px;
	height: 170px;
}

.lcArBob{
	padding-right: 90px;
	overflow: hidden;
}
.lcArBob h2{
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.lcArBob h3{
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 20px;
	color: #000;
}
.lcArBob .txt {
	color: #747474;
	line-height: 1.8;
	height: 75px;
}

.lcAbox{
	position: relative;
}
.lcAbox .abs{
	position: absolute;
	font-size: 24px;
	color: #cccccc;
	font-weight: bold;
	right: -100px;
	top: -65px;
}
.lcAbox .abs span{
	font-size: 60px;
	display: inline-block;
	margin-right: 10px;
}
.lcAbox:hover .abs{
	color: #8FC31F;
}
.lcAbox:hover h2,.lcAbox:hover h3{
	color: #8FC31F;
}


.lcAbox::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #b2b2b2;
	border-radius: 50%;
	z-index: 10;
	left: -121px;
	top: 50%;
	margin-top: -10px;
}
.lcAbox:hover::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: #8fc31f;
	border-radius: 50%;
	z-index: 10;
	left: -126px;
	border:1px #8fc31f solid;
	 box-shadow: 0 0 0 3px #fff inset; 
	 top: 50%;
	 margin-top: -15px;
}
.abs2{
	position: absolute;
	left: -25px;
	width: 25px;
	height: 29px;
	top: 50%;
	margin-top: -14px;
	z-index: 100;
}

.aBtn2{
	margin-top: 20px;
	color: #ababab;
	font-size: 14px;
}
.aBtn2 i{
	font-size: 36px;
}
.aBtn2:hover{
	color: #8FC31F;
}
.hzUlList{
	margin-top: 20px;
	margin-left: -40px;
}
.hzUlList li{
	box-sizing: border-box;
	width: 25%;
	padding-left: 40px;
	margin-top: 40px;
}
.hzUlList li a{
	display: block;
border-radius: 10px;
box-shadow: 0 0 20px rgba(10,53,132,.1);
padding: 20px;
}
.hzUlList .titNames{
	font-size: 16px;
	margin-top: 10px;
}

.hzUlList li a img.g{
	width: 20px;
	height: 13px;
	margin-right: 10px;
}

.hzUlList li a .gname{
	font-size:16px;
	color: #818181;
}
.hzUlList li a .pic{
	margin-top:10px;
	overflow: hidden;
	height: 110px;
}

.hzUlList li a .pic img{
	max-width: 100%;
	max-height: 100%;
}


.pageAboutTop .txt p{
	margin-bottom: 10px;
	line-height: 2;
}
.pageAboutTop .txt{
	line-height: 2;
}
.pageAboutTop .indexBox1Left{
	 max-width: 100% !important;
}

.pageAboutTop .indexBox1Rigth{
	float: right;
	margin-left: 60px;
	margin-top: -155px;
}

.about02{
	margin-top: 90px;
}
.about02 .pic{
	width: 48%;
}
.about02 .picImg{
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}

.about02 .pic img{
	width: 100%;
	height: auto;
	
}
.about02 .aboutTxt{
	width: 48%;
	line-height: 2;
	color: #747474;
	overflow: hidden;
}
.about02 .aboutTxt p{
	margin-bottom: 15px;
}

.aboutWhBox .aboutWhLeft{
	width: 48%;
}
.aboutWhBox .aboutWhLeft .aboutWhTxt{
	margin-top: 25px;
	line-height: 2;
	color: #747474;
}
.aboutWhRiht{
	width: 48%;
}
.aboutWhRiht .picImg{
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}

.aboutWhRiht .picImg img{
	width: 100%;
	height: auto;
	
}
.aboutWhUl{
	margin-top: 50px;
	margin-left: -40px;
}
.aboutWhUl li{
	width: 33.3333%;
	box-sizing: border-box;
	padding-left: 40px;
}
.aboutWhUl .aboutWhUlTxt{
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	padding: 30px;
	border-radius: 10px;
}
.aboutWhUl .aboutWhUlTxt h2{
	font-size: 20px;
	font-weight: bold;
	color: #8FC31F;
	margin-bottom: 14px;
}

.aboutWhUl .aboutWhUlTxt .xt3{
	width: 28px;
	height: 2px;
	background: #8FC31F;
	margin-bottom: 10px;
}
.aboutWhUl .aboutWhUlTxt  .aboutWhUlTxtP{
	color: #747474;
	font-size: 14px;
	line-height: 1.8;
	
}

.ryTab a{
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	border-radius: 30px;
	margin-left: 30px;
}
.ryTab a:hover,.ryTab a.on{
	background: #8FC31F;
	color: #fff;
}

.ryList{
	margin-left: -60px;
	margin-top: 50px;
}
.ryList li{
	width: 25%;
	padding-left: 60px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.ryList li a{
	display: block;
}
.ryList li .pic{
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	border-radius: 10px;
	padding: 22px;
	overflow: hidden;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.ryList li .pic img{
	width: 100%;
	height: auto;
	max-width: inherit;
}
.ryList li a:hover .pic{
	background: #8FC31F;
}

.ryList li p{
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 24px;
}



.page a {
	margin: 0 4px;
	padding: 0 20px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #f6f6f6;
}

.page {
	margin: 30px 0 0;
	flex-wrap: wrap;
}

.page a:hover,
.page a.on {
	color: #fff;
	background: #8fc31f;
	border-color: #8fc31f;
}

.zrList{
	margin-top: 60px;
	margin-left: -40px;
}
.zrList li{
	width: 50%;
	padding-left: 40px;
	margin-bottom: 60px;
	box-sizing: border-box;
}
.zrList li a{
	display: block;
	border-radius: 15px;
	position: relative;
}
.zrList li .pic{
	overflow: hidden;
	border-radius: 15px;
	height: 300px;
}
.zrList li .pic img{
	width: 100%;
	height: auto;
}

.zrList li h2{
	font-size: 18px;
	color: #000;
}
.zrTxtBox{
	padding:30px 40px 57px;
}
.zrList li .txt{
	color: #747474;
	line-height: 1.8;
	margin-top: 18px;
}
.zrList li a:hover{
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}

.zrList li .abs{
	width: 60px;
	height: 60px;
	position: absolute;
	background: #8fc31f;
	border-radius: 50%;
	color: #fff;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	font-size: 30px;
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.zrList li a:hover .abs{
	opacity: 1;
}

.zrList li a:hover h2{
	color: #8FC31F;
}
.zzPage{
	padding-top: 110px;
	padding-bottom: 90px;
}

.zrpageDbox{
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	border-radius: 20px;
	overflow: hidden;
}


.zrpageDbox .indexSwiper{
	border-radius: 20px;
	overflow: hidden;
}
.zrpageDbox .indexPagination{
	bottom: 30px;
}
.zrpageDbox .indexPagination .swiper-pagination{
	text-align: right;
}
.zrInfoBox{
	padding:40px 60px;
}
.zrInfoBox .h1{
	font-size: 24px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #000;
}

.zrInfoTxt{
	line-height: 2;
	color: #747474;
}
.zrInfoTxt p{
	margin-bottom: 15px;
}
.infoPages{
	margin-top: 40px;
	padding: 20px;
	background: #f5f8fa;
	border-radius: 10px;
}
.infoPages .apages{
	max-width: 40%;
	overflow: hidden;
	font-size: 16px;
}

.infoPages .aHome{
	font-size: 28px;
}
.jgBox{
	text-align: center;
	margin-top: 40px;
}
.pageLefts{
	width: 260px;
}

.leftNavs{
	margin-top: 45px;
	position: relative;
	padding: 20px 0;
	
}
.leftNavs::after{
	content: "";
	left: 13px;
	width: 3px;
	bottom: 0;
	top: 0;
	position: absolute;
	background: #dedede;
}
.leftNavs li a{
	padding-left: 40px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.leftNavs li a::after{
	content:"";
	left: 7px;
	width: 14px;
	height: 14px;
	background: #b2b2b2;
	position: absolute;
	border-radius: 50%;
	z-index: 30;
	top: 50%;
	margin-top: -7px;
}
.leftNavs li a:hover::after,.leftNavs li a.on::after{
	border: 1px #8FC31F solid;
	left: 1px;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background: #8FC31F;
	box-shadow: 0 0 0 5px #fff inset; 
}
.leftNavs li a:hover,.leftNavs li a.on{
	color: #8FC31F;
	font-weight: bold;
}


.pageRights{
	margin-left: 40px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	padding: 40px;
	border-radius: 20px;
}
.pageRights img{
	display: block;
	margin: 10px auto;
}

.pageRights .h1{
	font-size: 24px;
	font-weight: bold;
	color: #84bf36;
}
.jcjsTxt{
	margin-top: 30px;
	line-height: 2;
	color: #747474;
}
.jcjsTxt h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
.jcjsTxt p{
	margin-bottom: 15px;
}

.jcxmTable table{
	border: 1px #d7d7d7 solid;
	width: 100%;
}
.jcxmTable td{
	padding: 14px 30px;
	line-height: 1.6;
	text-align: left;
	font-size: 20px;
	border-bottom: 1px #d7d7d7 solid;
	
}
.jcxmTithe{
	background: #8FC31F;
	color: #fff;
	font-size: 24px;
	padding: 20px 30px;
}
.jcxmTable tr:nth-child(even){
	background: #f4f8fb;
}

.sybLc{
	margin-top: 40px;
}
.fzlcUl{
	margin-top: 50px;
	padding-bottom: 30px;
}
.fzlcUl li{
	padding: 20px 35px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	line-height: 36px;
	margin-bottom: 30px;
}
.fzlcUl li strong{
	width: 165px;
	font-size: 24px;
	font-weight: bold;
}
.fzlcUl li .txt{
	font-size: 16px;
	color: #747474;
}
.fzlcUl li:hover strong,.fzlcUl li:hover .txt{
	color: #8FC31F;
}

.sybBox2{
	background: #f5f8fa;
	padding: 90px 0;
	
}
.sybBox2 .sybImg{
	display: block;
	
}
.sybBox2 .sybImg .pic{
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 280px;
}
.sybBox2 .sybImg .pic img{
	width: auto;
	max-width:inherit;
	height: 100%;
}
.sybBox2 .sybImg  p{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
.sybBox2 .swiper-button-prev,.sybBox2  .swiper-button-next{
	box-shadow: 0 0 15px rgba(10,53,132,.1);
	color: #8FC31F;
}

.sybBox2 .pageTitleNav{
	position: absolute;
	top: 12px;
	right: 200px;
	box-shadow: 0 0 15px rgba(10,53,132,.1);
}

.zycpBox{
	padding-top: 75px;
	padding-bottom: 75px;
}

.sybindexItem{
	
}


.sybindexItem{
	position: relative;
	margin-top: -75px;
	z-index: 100;
	padding-top: 145px;
	overflow: hidden;
	padding-bottom: 20px;
}
.sybindexItem .swiper-pagination{
	display: none;
}
.sybindexItem .swiper-button-next,.sybindexItem .swiper-button-prev{
	top: 30px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #8FC31F;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}
.sybindexItem .swiper-button-next{
	right: 20px;
}
.sybindexItem .swiper-button-prev{
	left: auto;
	right: 105px;
}
.sybindexItem .swiper-button-next:after,.sybindexItem .swiper-button-prev:after{
	font-size: 26px;
}
.sybindexItem .swiper-button-next:hover,.sybindexItem .swiper-button-prev:hover{
	background: #8FC31F;
	color: #fff;
}
.indexItemAbox{
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	border-radius: 10px;
	
}
.sybindexItem{
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 30px;
}
.sybindexItem .swiper-slide{
/* 	padding-left: 20px; */
	box-sizing: border-box;
}
.sybindexItem .sybindexItemAbox {
	display: block;
	    background: #fff;
	    position: relative;
	    border-radius: 10px;
	    padding: 20px;
	    box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	    padding-bottom: 50px;
}
.sybindexItem .sybindexItemAbox .pic {
    height: 290px;
}
 .sybindexItem .sybindexItemAbox .pic img {
    max-width: 100%;
    max-height: 100%;
}
 .sybindexItem .sybindexItemAbox h2 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
 .sybindexItem .sybindexItemAbox p {
    margin-top: 14px;
    color: #ababab;
}

 .sybindexItem .sybindexItemAbox .abs {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #8fc31f;
    border-radius: 50%;
    color: #fff;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

 .sybindexItem .sybindexItemAbox:hover .abs{
	opacity: 1;
}
 .sybindexItem .sybindexItemAbox:hover h2{
	color: #8FC31F;
}

.sccjBox{
	background: #f5f8fa;
	padding-top: 90px;
	padding-bottom: 50px;
}

.sccjAbox{
	display: block;
}
.sccjAbox .pic{
	overflow: hidden;
	border-radius:15px;
	 box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	 height: 300px;
}
.sccjAbox .pic img{
	max-width: 100%;
	max-height: 100%;
}
.sccjAbox  p{
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}

.sccjBox3{
	padding-top: 90px;
}

.myssbLxwm{
	margin-top: 35px;
}
.myssbLxwm h2{
	font-size: 20px;
	color: #8FC31F;
	font-weight: bold;
	margin-bottom: 50px;
}
.myssbLxwm li{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 24px;
	color: #747474;
}
.myssbLxwm li span{
	display: inline-block;
	width: 80px;
	color: #333333;
}

.yjsBox{
	background: #fff;
}

.jysFFBox{
	background: url(../img/yjsbg.jpg) no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 130px;
}

.jysFFBox h2{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}
.yjsTxt{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.jysFFBoxUl{
	margin-top: 60px;
	margin-left: -70px;
}
.jysFFBoxUl li{
	box-sizing: border-box;
	padding-left: 70px;
	width: 33.3333%;
}

.jysFFBoxUl li a{
	padding: 40px;
	background: #fff;
	border-radius: 20px;
}

.jysFFBoxUl li i{
	font-size: 60px;
	color: #8FC31F;
	margin-right: 30px;
}



.jysFFBoxUl li h4{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.jysFFBoxUl li p{
	font-size: 14px;
	font-family: arial;
	color: #ababab;
}

.jysFFBoxUl li a:hover{
	background: #8FC31F;
}
.jysFFBoxUl li a:hover h4,.jysFFBoxUl li a:hover i,.jysFFBoxUl li a:hover p{
	color: #fff;
}

.cpflNav a{
	font-size: 16px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	border-radius: 30px;
	margin-right: 27px;
}

.zlxzTop .cpflNav a{
	margin-left: 27px;
	margin-right: 0;
}
.cpflNav a:hover,.cpflNav a.on{
	background: #8FC31F;
	color: #fff;
}
.cpListUl{
	margin-top: 55px;
	margin-bottom: -30px;
}
.cpListUl li{
	margin-bottom: 70px;
}
.cpXqTop{
background:url(../img/topbgs.jpg) no-repeat center top;
height: 662px;
margin-top: -91px;
}
.cpXqTopLeft{
	height: 640px;
	width: 685px;
}
.cpXqTopRight{
	margin-left: auto;
	width: 510px;
	padding-top: 90px;
}
.cpXqTopRight .h1{
	font-size: 30px;
	color: #000;
	line-height: 1.6;
}

.cpXqTopRight li{
	font-size: 16px;
	line-height: 2;
	color: #747474;
	margin-bottom: 6px;
}
.cpXqTopRight ul{
	margin-top: 50px;
}
.cpXqTopRightBtn{
	margin-top: 70px;
}

.cpXqTopRightBtn a{
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	padding: 0 50px;
	border-radius: 30px;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
}
.cpXqTopRightBtn a i{
	color: #8FC31F;
	font-size: 26px;
	margin-right: 15px;
}
.cpXqTopRightBtn a:hover{
	background: #8FC31F;
	color: #fff;
}
.cpXqTopRightBtn a:hover i{
	color: #fff;
}
.cpxqTit{
	margin-top: 60px;
}
.xt5{
	height: 2px;
	background: #8fc31f;
	margin-left: 50px;
}
.cqxqNrBox{
	padding-top: 100px;
	color: #747474;
	font-size: 14px;
	line-height: 2;
	padding-bottom: 80px;
}
.cqxqNrBox p{
	margin-bottom: 10px;
}
.cqxqNrBox  h3{
	color: #8fc31f;
	font-weight: bold;
	font-size: 30px;
	margin: 15px 0;
}
.cpxqList{
	margin-top: 50px;
}

.jsffListAbox{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	margin-bottom: 70px;
}
.jsffListAbox .pic{
	height: 360px;
	width: 600px;
	overflow: hidden;
}
.jsffListAbox .pic img{
	width: 600px;
	height: 360px;
}

.jsffRbox{
	margin-right: 70px;
	overflow: hidden;
	margin-left: 90px;
}
.jsffRbox h2{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}
.xt6{
	background: #8FC31F;
	width: 68px;
	height: 2px;
}
.jsffRbox .txt{
	margin-top: 30px;
	font-size: 14px;
	color: #747474;
	line-height: 1.8;
}

.jsffSpan{
	margin-top: 40px;
	display: inline-block;
	font-size: 14px;
	color: #ababab;
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
}

.jsffListAbox:hover h2{
	color: #8FC31F;
}
.jsffListAbox:hover .jsffSpan{
	background: #8FC31F;
	color: #fff;
	box-shadow: 0 0 10px rgb(10 53 132 / 10%);
}

.pageTitleBox{
	padding-bottom: 50px;
	border-bottom: 2px #8FC31F solid;
}
.pageTitleBox h2{
	font-size: 30px;
	color: #000;
}
.pageTitleBox a{
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	padding: 0 25px;
	text-align: center;
	font-size: 18px;
}
.pageTitleBox a i{
	font-size: 20px;
	margin-right: 10px;
}
.pageTitleBox a:hover{
	background: #8FC31F;
	color: #fff;
}
.ffxmBox{
	padding-top: 50px;
	line-height: 2;
}
.ffxmBox h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.titles{
	margin-top: 35px;
	font-size: 30px;
	color: #8FC31F;
	font-weight: bold;
}

.ffxmUls{
	margin-left: -30px;
	margin-top: 50px;
}
.ffxmUls li{
	padding-left: 30px;
	width: 20%;
	
	font-size: 18px;
}
.ffxmUls li .ffxmItems{
	height: 150px;
	padding: 15px;
	border-radius: 20px;
	box-sizing: border-box;
	background: #f5f8fa;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ffxmUls li .ffxmItems:hover{
	background: #8FC31F;
	color: #fff;
}

.jsffBoxnr{
	padding-top: 50px;
	line-height: 2;
}
.jsffBoxnr h3{
	font-weight: bold;
	color: #8FC31F;
	font-size: 30px;
	margin-bottom: 20px;
}
.cgNav a{
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	margin-left: 40px;
	border-radius: 30px;
	text-align: center;
	padding: 0 30px;
	box-shadow: 0 0 10px rgb(10 53 132 / 10%);
}

.cgNav a:hover,.cgNav a.on{
	background: #8FC31F;
	color: #fff;
}
.cgTopTxt{
	padding-top: 50px;
	line-height: 2;
	color: #747474;
}
.cgUlBox{
	padding-top: 50px;
	margin-left: -60px;
}
.cgUlBox li{
	padding-left: 60px;
	width: 50%;
	margin-bottom: 45px;
	box-sizing: border-box;
}
.cgUlBox li a{
	box-shadow: 0 0 10px rgb(10 53 132 / 10%);
	border-radius: 15px;
	padding: 25px;
}
.cgUlBox li .pic{
	width: 150px;
	height: 212px;
	margin-right: 30px;
	
}
.cgUlBox li .pic img{
	width: 150px;
	height: 212px;
}
.cgUlBox li  .cgTitle{
	margin-bottom: 10px;
	height: 64px;
	overflow: hidden;
}
.cgUlBox li  .cgTitle h3{
	font-size: 20px;
	height: 64px;
	line-height: 1.6;
}
.cgUlBox li  .cgTitle span{
	font-size: 48px;
	color: #e8e8e8;
	font-weight: bold;
	font-family: arial;
	margin-left: 15px;
}
.xt7{
	background: #cdcdcd;
	width: 60px;
	height: 2px;
}
.cgUlBox li .txt{
	margin-top: 15px;
	font-size: 14px;
	color: #747474;
	line-height: 1.8;
	height: 75px;
	overflow: hidden;
}

.cgUlBox li  .time{
	margin-top: 15px;
	font-size: 16px;
	color: #333;
}
.cgUlBox li  .time span{
	color: #ababab;
}
.cgUlBox li a:hover .xt7{
	background: #8FC31F;
}


.newsUl{
	margin-left: -55px;
}

.newsUl li{
	margin-bottom: 50px;
	box-sizing: border-box;
	width: 33.3333%;
	padding-left: 55px;
}
.newsUl li a{
	padding: 40px 50px;
	display: block;
	border-radius: 20px;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
}
.newsUl li h2{
	line-height: 1.6;
	font-size: 22px;
	height: 70px;
	margin-bottom: 15px;
}
.newsUl li .txt{
	color: #747474;
	font-size: 14px;
	line-height: 1.6;
	height: 68px;
	margin-top: 35px;
}

.newsTimes{
	margin-top: 35px;
}
.newsTimes span{
	color: #ababab;
}
.newsTimes i{
	width: 48px;
	height: 48px;
	border-radius: 24px;
	color: #8FC31F;
	font-size: 26px;
	text-align: center;
	line-height: 48px;
}
.newsUl li a:hover .newsTimes i{
	background: #8FC31F;
	color: #fff;
}
.newsUl li a:hover .xt7{
	background: #8FC31F;
}
.newsPages{
	box-shadow: 0 0 20px rgba(10,53,132,.1);
	border-radius: 20px;
	overflow: hidden;
	padding: 60px;
}

.newsTop{
	border-bottom: 2px #8fc31f solid;
	padding-bottom:35px;
}

.newsTop h1{
	font-size: 30px;
	color: #000;
}

.newsTop .infos2{
	padding-top: 20px;
	color: #ababab;
}

.newsTop .infos2 span{
	margin-right: 30px;
}

.newsPages .zrInfoTxt{
	padding-top: 40px;
}
.newsPages .zrInfoTxt img{
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.titleRbox{
	color: #ababab;
	font-size: 16px;
	line-height: 2;
	text-align: right;
}
.titleRbox .p2{
	color: #333;
}
.accordion h3 {
	
}
.accordion h3 span.q{
	width: 30px;
	height: 30px;
	color: #fff;
	background: #8FC31F;
	border-radius: 50%;
	margin-right: 28px;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
.accordion h3 p{
	font-size: 18px;
	color: #000;
}
.accordion h3 i{
	font-size: 18px;
	transform:rotate(90deg);


}
.submenu {
	margin-top: 15px;
}
.submenu span.a{
	width: 30px;
	height: 30px;
	color: #fff;
	background: #c5c5c5;
	border-radius: 50%;
	margin-right: 28px;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
.submenu .txt{
	padding-right: 100px;
	color: #747474;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.accordion{
	padding-top: 60px;
}
.accordion li{
	cursor: pointer;
	margin-bottom: 50px;
	border-radius: 20px;
	padding: 30px 40px;
	box-shadow: 0 0 20px rgba(10,53,132,.1);
}
.accordion li.on  h3 i{
	color: #8FC31F;
}
.accordion li.on .submenu .txt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 100;
	overflow: hidden;
}
.accordion li.on .submenu span.a{
	background: #4cb7db;
}

.cpflNav .pageTitleNav{
font-size: 16px;
    color: #333333;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    box-shadow: 0 0 20px rgb(10 53 132 / 10%);
    border-radius: 30px;
    margin-right: 0;
	width: auto;
	margin-left: 0;
}
.cpflNav  .pageTitleNav .navTxt{
	padding-right: 30px;
	color: #fff;
}
.cpflNav  .pageTitleNav:hover{
	background: #8FC31F;
	color: #fff;
}
.cpflNav  .pageTitleNav:hover .navTxt{
	color: #fff;
}
.cpflNav  .pageTitleNav:hover i{
	color: #fff;
}
.cpflNav  .pageTitleNavAbs a{
	    color: #333333;
	    padding: 0 0;
	    box-shadow: 0 0 0 rgb(10 53 132 / 10%);
	    border-radius: 0;
	    margin-right: 0;
		line-height: 52px;
		height: 52px;
		display: block;
		text-align: center;
		font-size: 16px;
		border-bottom: 1px #dcdcdc solid;
		
}
.cpflNav  .pageTitleNavAbs a:hover{
	background: transparent;
	color: #8FC31F;
	border-bottom: 1px #8FC31F solid;
}
.cpflNav  .pageTitleNavAbs{
	padding-top: 20px;
}

.videoList{
	margin-left: -70px;
	margin-top: 60px;
}
.videoList li{
	box-sizing: border-box;
	padding-left: 70px;
	width: 33.333%;
	margin-bottom: 50px;
	
}
.videoList li .vItems{
	display: block;
	border-radius: 20px;
	overflow: hidden;
	
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
}
.videoList li  a.pic{
	overflow: hidden;
	height: 260px;
	position: relative;
}
.videoList li  a.pic img{
	max-width: 100%;
	width: 100%;
	max-height: 100%;
}
.videoList li  a.pic .abs{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,.5);
}
.videoList li  a.pic .abs i{
	font-size: 60px;
}
.videoList .vInfos{
	padding: 20px;
}
.videoList .vInfos h2{
	font-size: 18px;
}
.videoList .vInfosTxt{
	margin-top: 16px;
}

.videoList .vInfosItem i{
	font-size: 22px;
	margin-right: 10px;
}
.videoList .vInfosItem span{
	color: #ABABAB;
}
.videoList .vInfosTxt a i{
	font-size: 18px;
	margin-right: 10px;
}
.videoList .vInfosTxt a span{
	color: #ABABAB;
}

.videoList li:hover a.pic .abs{
	background: transparent;
}
.videoList li:hover a.pic .abs i{
	color: #8FC31F;
}

.videoList li:hover h2 a{
	color: #8FC31F;
}

.zrInfoTxt video{
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin-bottom: 40px;
}
.newsTopBtn{
	font-size: 16px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	border-radius: 30px;
	margin-left: 27px;
}
.newsTopBtn i{
	margin-right: 10px;
}
.newsTopBtn:hover{
	background: #8FC31F;
	color: #fff;
}
.downloadUl{
	margin-top: 50px;
}
.downloadUl a{
box-shadow: 0 0 20px rgb(10 53 132 / 10%);
margin-bottom: 50px;
padding:22px 40px;
border-radius: 20px;
}
.downloadUl a span.num{
	font-size: 60px;
	font-weight: bold;
	font-family: arial;
	margin-right: 40px;
	color: #e7e7e7;
}
.downloadUl .downloadTxt h3{
	font-size: 16px;
	margin-bottom: 10px;
} 
.downloadUl .downloadTxt p{
	color: #ababab;
}
.downloadUl .size{
	color: #818181;
	margin-right: 100px;
}
.downloadUl i{
	font-size:38px;
	color: #818181;
}

.downloadUl a:hover span.num,
.downloadUl a:hover i{
	color:#8FC31F;
}
.jobUl {
	margin-top: 50px;
}
.jobUl li{
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	margin-bottom: 40px;
	padding: 38px;
	border-radius: 20px;
	cursor: pointer;
}
.jobUl li .jobName{
	width: 290px;
}
.jobUl li .jobName h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.jobUl li .jobName p{
	color: #8FC31F;
}
.jobUl li .jobTxt{
	border-left: 1px #e1e1e1 solid;
	padding-left: 65px;
	line-height: 2;
	color: #747474;
	height: 112px;
	overflow: hidden;
}
.jobUl li .jobNum{
	margin: 0 40px;
	font-size: 16px;
	color: #ababab;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
}

.jobUl li:hover .jobNum{
	color: #fff;
	background: #8FC31F;
}
.jobUl li:hover .jobName h3{
	color: #8FC31F;
}
.jobUl li .jobName .jobJh{
	margin-top: 15px;
	width: 32px;
	height: 32px;
	font-size: 14px;
	border-radius: 50%;
	color: #fff;
}
.jobUl li:hover .jobName .jobJh{
	background: #8FC31F;
}

.jobPop{
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
}

.jobNrBox{
	background: #fff;
	border-radius: 20px;
	max-width: 1080px;
	box-sizing: border-box;
	padding: 40px;
	position: relative;
}
#gbJob{
	color: #fff;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: -60px;
	cursor: pointer;
}

.jobPopBox{
	width: 100%;
	height: 100%;
}

.jotTop .jobLeft h2{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}
.jotTop .jobLeft p{
	color: #8FC31F;
}
.jotTop .jobNum{
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 50%;
}

.jotTop{
	border-bottom: 2px #8FC31F solid;
	padding-bottom: 30px;
}

.jobNrTxt{
	width: 100%;
	margin: 20px auto;
	max-height: 420px;
	overflow: auto;
	line-height: 2;
	color: #747474;
}
.jobNrTxt h3{
	margin-top: 20px;
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}

.jobEm{
	padding-top: 20px;
	border-top: 1px #E1E1E1 solid;
	font-size: 16px;
	color: #8FC31F;
}
.jobEm i{
	margin-right: 10px;
	font-size: 18px;
}
.tr{
	text-align: right;
}
.titlRtxts{
	font-size: 20px;
	color: #ababab;
}
.titlRtxts h3{
	margin-top: 10px;
	font-weight: bold;
	color: #333333;
}
.ygfcUl{
	margin-top: 50px;
	margin-left: -70px;
}
.ygfcUl li{
	box-sizing: border-box;
	padding-left: 70px;
	width: 33.3333%;
	margin-bottom: 50px;
}
.ygfcUl li a{
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	display: block;
	border-radius: 20px;
	
}
.ygfcUl li a .pic{
	border-radius: 20px;
	height: 240px;
	overflow: hidden;
}
.ygfcUl li a .pic img{
	width: 100%;
	height: auto;
}

.ygfcTxt{
	overflow: hidden;
	padding: 22px;
}
.ygfcTxt .txt{
	font-size: 16px;
	line-height: 1.6;
	height: 50px;
	
}
.ygfcTxt i{
	margin-left: 20px;
	width: 50px;
	height: 50px;
	background: #f5f8fa;
	color: #ABABAB;
	font-size: 26px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
}
.ygfcUl li a:hover .ygfcTxt i{
	background: #8FC31F;
	color: #fff;
}
.imgTbox{
	position: relative;
	overflow: hidden;
}
.imgTbox2{
	overflow: hidden;
	position: relative;
}

.imgTbox .pic{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
}
.imgTbox .pic img{
	width: 100%;
	height: auto;
}
.imgTbox {
	padding-bottom: 90px;
}

.imgTbox .swiper-pagination{
	text-align: right;
	bottom: 30px;
	color: #818181;
	font-size: 16px;
}
.imgTbox .swiper-pagination .swiper-pagination-current{
	color: #8FC31F;
	font-size: 22px;
}
.imgTbox .swiper-txt{
	font-size: 22px;
	color: #333333;
	position: absolute;
	bottom: 30px;
	right: 40px;
	left: 0;
}
.imgTbox2Dbox{
	position: relative;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
}
.imgTbox2 .pic{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px #fff solid;
	border-radius: 20px;
	position: relative;
}
.imgTbox2 .pic::after{
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -7px;
	content: "";
	z-index: 100;
 border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 14px solid #fff;
}

.imgTbox2 .pic .picImg {
	border-radius: 15px;
	height: 140px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.imgTbox2 .pic .picImg img{
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
}
.imgTbox2  .swiper-slide{
	padding-top: 14px;
}
.imgTbox2   .swiper-slide-thumb-active .pic{
	border-color: #8FC31F;
}
.imgTbox2  .swiper-slide-thumb-active .pic::after{
	border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 14px solid #8FC31F;
}
.imgTbox2Dbox .swiper-button-next:after,.imgTbox2Dbox  .swiper-button-prev:after{
	color: #d9d9d9;
	font-size: 35px;
}

.imgTbox2Dbox .swiper-button-next:hover:after,.imgTbox2Dbox  .swiper-button-prev:hover:after{
	color: #8FC31F;
}

.imgTbox .swiper-button-next:after,.imgTbox  .swiper-button-prev:after{
	color: #fff;
	font-size: 35px;
}

.imgTbox .swiper-button-next:hover:after,.imgTbox  .swiper-button-prev:hover:after{
	color: #8FC31F;
}
.imgTbox2Dbox .swiper-button-next{
	right: 0;
}
.imgTbox2Dbox  .swiper-button-prev{
	left: 0;
}

.swiperPages{
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
}
.ygfcTjbox{
	margin-top: 60px;
}

.ygfcTjbox .cpflNav a {
	margin-left: 27px;
	margin-right: 0;
   }

.lxUls li{
	color: #818181;
	line-height: 1.6;
	margin-bottom: 18px;
	font-size: 16px;
}
.lxUls li span{
	color: #333;
}
.lyBox{
	margin-top: 50px;
}
.lyItem{
	margin-bottom: 32px;
}
.item01{
	width: 50%;
}
.item01 span{
	width: 35px;
	color: #f00;
	text-align: center;
	font-size: 16px;
}

.item01Box{
	padding: 20px;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	border-radius: 10px;
}
.item01Box i{
	font-size: 26px;
	color: #ccc;
}
.item01Box input{
	outline: none;
	border: none;
	height: 40px;
	padding-left: 20px;
}
.lyItem02 .item01{
	width: 33.33333%;
}
.lyItem03{
	padding: 20px;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	border-radius: 10px;
}
.lyItem03 textarea{
	  resize: none;
	outline: none;
	border: none;
	width: 100%;
	height: 180px;
	line-height: 1.8;
}
.lyItem04{
	margin-top: 55px;
}
.lyItem04 button{
	outline: none;
	border: none;
	background: #fff;
	padding: 0 70px;
	border-radius: 30px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #8FC31F;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	margin: 0 30px;
}
.lyItem04 button:hover{
	background: #8FC31F;
	color: #fff;
}
.faTop{
	margin-bottom: 40px;
	border-radius: 20px;
	overflow: hidden;
}

.fftopa a{
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	margin-left: 30px;
}

.fzInfoBox{
	padding: 40px 0;
}
.fzInfoBox h3{
	font-weight: bold;
	color: #8FC31F;
	font-size: 30px;
	margin: 20px 0;
}


.userTable01 .thead{
	background: #8FC31F;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
}

.userTable01  .thead div:nth-child(1){
	padding-left: 100px;
}
.userTable01 li{
	margin-bottom: 38px;
}

.w90{
	width: 90px;
}

.w150{
	width: 150px;
}
.userTable01 .tboyd .td .pic{
	width: 150px;
	height: 92px;
	position:relative;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}
.userTable01 .tboyd .td .pic img{
	width: 150px;
	height: 92px;
}
.userTable01 .tboyd .td .abs{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.userTable01 .tboyd .td .abs i{
	font-size: 30px;
}

.userTable01 .tboyd .td h3{
	font-size: 16px;
	max-width: 230px;
	line-height: 1.8;
}
.userTable01 .tboyd{
	padding: 20px;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	border-radius: 20px;
}
.ml150{
	margin-left: 150px;
}

.userTable01 .tboyd .times{
	line-height: 1.8;
	color: #ABABAB;
}

.userTable01 .tboyd .userXz{
	line-height: 1.8;
}
.userTable01 .tboyd:hover .td h3,.userTable01 .tboyd:hover .td .num{
	color: #8FC31F;
}
.userTable01 .tboyd .num{
	font-size: 60px;
	font-weight: bold;
	font-family: arial;
	color: #e7e7e7;
	margin-right: 20px;
}

.pageRtt{
	color: #8FC31F;
	border-bottom: 2px #8FC31F solid;
	padding-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
}
.ts01{
	font-size: 16px;
	color: #818181;
	margin-top: 30px;
}

.passwordUl{
	padding-top: 30px;
}
.passwordUl li{
	margin-bottom: 26px;
	font-size: 16px;
}
.passwordUl li span{
	color: #f00;
}
.passwordUl li div{
	width: 105px;
	margin-right: 15px;
}

.passwordUl li input{
	height: 70px;
	border-radius: 10px;
	border: 1px #e5e5e5 solid;
	padding: 0 15px;
	width: 390px;
	outline: none;
}
.passwordUl li p{
	margin-left: 15px;
	color:#747474;
}
.passwordUl li .paswBtn{
	margin-left: 115px;
	cursor: pointer;
	width: 170px;
	height: 56px;
	font-size: 18px;
	border-radius: 28px;
	border: none;
	background-color: #8FC31F;
	color: #fff;
}




.indexNav .logoImg2{
	display: none;
}
.pcNavPop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 3000;
	display: none;
}
.signPop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 3000;
	 display: none;
}
.sosoPop{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 3000;
	display: none;
}

.signAbs{
	width: 100%;
	height: 100%;
}


.pcNavPopNr{
	top: 0;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	width: 400px;
	border-radius: 30px 0 0 30px;
	box-sizing: border-box;
	padding: 40px 50px;
}
#navGbs{
	padding: 10px;
	font-size: 20px;
	color: #8FC31F;
	cursor: pointer;
}
.pcNavPopNrUl{
	padding-top: 50px;
}
.pcNavPopNrUl li h3{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #e1e1e1 solid;
}
.pcNavPopNrUl .cpflNavList{
	padding: 15px 0 25px;
}
.pcNavPopNrUl .cpflNavList a{
	display: block;
	line-height: 2.4;
	font-size: 14px;
	color: #747474;
}
.pcNavPopNrUl .cpflNavList a:hover{
	color:#8FC31F;
}
.pcNavPopNrUl .cprLxwm i{
	color: #8FC31F;
	margin-right: 10px;
}
.pcNavPopNrUl .cprLxwm{
	font-size: 16px;
}
.pcNavPopNrUl .cprLxwm div{
	margin-bottom: 18px;
}

.signDl{
	background: #fff;
	width: 570px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}
.signTitle{
	margin-bottom: 40px;
}
.signTitle h2{
	font-size: 30px;
	font-weight: bold;
}
.signTitle i{
	cursor: pointer;
	color: #8FC31F;
	font-size: 24px;
}

.signItem{
	height: 70px;
	border: 1px #e1e1e1 solid;
	border-radius: 10px;
	padding: 0 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.signItem i{
	color: #dbdbdb;
	margin-right: 20px;
	font-size: 26px;
}
.signItem input{
	flex: 1;
	height: 40px;
	outline: none;
	font-size: 16px;
	border: none;
}
.signYzm{
	margin-left: 15px;
	cursor: pointer;
}
.signBtn{
	width: 100%;
	height: 70px;
	color: #fff;
	border: none;
	border-radius: 15px;
	font-size: 20px;
	background-image: linear-gradient(to right, #8FC31F , #4cb7db);
}
.signBtn2{
	color: #333;
	background-image: linear-gradient(to right, #ebebeb , #ebebeb);
}


.signBottm{
	margin-top: 24px;
	color: #818181;
	font-size: 16PX;
}
.signBottm .zhmmA{
	color: #f00;
}
.zcBtn{
	color: #8FC31F;
}
.zcBtn:hover{
	color: #FF0000;
}

.signZc{
	background: #fff;
	width: 910px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}

.signZc{
	/* display: none; */
}

.signZc .signZcItem .signItem{
	width: 48%;
}

.signZcItem .signBtn{
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.signZcItem a.signBtn {
	color: #333;
}

.signZcItem a.signBtn:hover{
	color: #fff;
	background: #8FC31F;
}

.signWjmm{
	background: #fff;
	width: 590px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}
.sts{
	font-size: 16px;
	color: #ababab;
	margin-bottom: 30px;
}

.signEm{
	background: #fff;
	width: 590px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}

.dlfhBtn{
	color: #8FC31F;
}
.dlfhBtn:hover{
	color: #FF0000;
}
.signEmTx{
	font-size: 24px;
}
.signEmTx a{
	color: #8FC31F;
	text-decoration: underline;
}
.signEmTss{
	color: #818181;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}
.signEmTss a{
	color: #8FC31F;
	text-decoration: underline;
}

.signCzBox{
	background: #fff;
	width: 590px;
	box-sizing: border-box;
	padding: 40px ;
	border-radius: 20px;
}
.signCzBox .signItem i{
	color: #8FC31F;
}

#fhDl{
	color: #8FC31F;
}
.zhmmBox{
	padding-top: 40px;
	max-width: 590px;
}

.sosoAbs{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -40px;
}
.sosoAbsBox{
	height: 76px;
	box-sizing: border-box;
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 0 30px;
}
.sosoAbsBox input{
	height: 40px;
	border: none;
	outline: none;
	font-size: 16px;
}
.sosoAbsBox button{
	border: none;
	cursor: pointer;
	background: transparent;
	font-size: 26px;
	color: #8FC31F;
}
.sosoAbs22{
	position: absolute;
	bottom: 88px;
	width: 100%;
}
.sosoAbs22 i{
	width: 60px;
	height: 60px;
	background: #8FC31F;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	cursor: pointer;
}

.subnav {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 900;
}
.subPadding{
	padding: 50px 0;
}

.subPadding .subAboutLeft{
	max-width: 600px;
}
.subPadding .subAboutLeft h2{
	font-size: 24px;
	font-weight: bold;
}
.subPadding .subAboutLeft .txt{
	margin-top: 15px;
	color: #747474;
	line-height: 2;
}
.subPadding .subAboutLeft li{
	width: 50%;
}
.subPadding .subAboutLeft ul{
	margin-top: 30px;
}
.subPadding .subAboutLeft li a{
	display: block;
	width: 145px;
	position: relative;
	font-size: 16px;
	color: #747474;
	line-height: 40px;
}
.subPadding .subAboutLeft li a i{
	position: absolute;
	right: 0;
}
.subPadding .subAboutLeft li a:hover{
	color: #8FC31F;
}
.subPadding .subAboutLeft{
	max-width: 600px;
}
.subPadding .subAboutRight{
	max-width: 640px;
	margin-left: 50px;
}

.cpzxUl li{
	flex: 1;
}
.cpzxUl li h2{
	font-size: 20px;
	font-weight: bold;
}
.cpzxUl li .subXt{
	width: 26px;
	height: 2px;
	margin-top: 10px;
	background-color:#8FC31F;
	margin-bottom: 15px;
}
.cpzxUl li a{
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #747474;
}
.cpzxUl li a:hover{
	color: #8FC31F;
}


.rabs {
	position: fixed;
	right: 12px;
	top: 40%;
	z-index: 900;
	box-shadow: 0 0 20px rgb(10 53 132 / 10%);
	border-radius: 10px;
}

.rabs a {
	width: 70px;
	height: 70px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #333;
	position: relative;
	border-bottom: 1px #e1e1e1 solid;
}
.rabs a:last-child{
	border-bottom: none;
}
.rabs a:hover{
	background: #8FC31F;
	color: #fff;
}

.rabs a i {
	font-size: 24px;
	padding-bottom: 6px;
}

#gototop i {
	padding-bottom: 0;
	font-size: 40px;
}
.rabs .top{
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rabs .top {
	display: none;
}

.rabs a .abs {
	position: absolute;
	right: 70px;
	height: 70px;
	width: 150px;
	line-height: 70px;
	text-align: center;
	font-size: 15px;
	display: none;
	background: #8FC31F;
	color: #fff;
}

.rabs a.dianhua01:hover .abs {
	display: block;
}

.rabs .rabs2{
	top: 0;
	position: absolute;
	left: -107px;
	padding: 10px;
	box-sizing: border-box;
	background: #8FC31F;
	width: 106px;
	height: 106px;
	display: none;
}
.rabs .rabs2 img{
	display: block;
	width: 86px;
	height: 86px;
	max-width: 86px;
}

#mNav{
	display: none;
}
.rabs a.weixin:hover .rabs2 {
	display: block !important;
}


#menu .gb{
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
}
#menu .gb img{
	width: 20px;
	height: 20px;
}
#menu{
	background: #ffffff;
	position: fixed;
	left: 0;
	right: 0;
	top:88px;
	bottom: 0;
	overflow: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	display: none;
	transform: translate(0,0);
	z-index: 9000;
		border-top: 1px #d7d7d7 solid;
}
.f2,.f3,.f4{
	display: none;
	
}
.leftMenu li.hasChild.open .f2{
	display: block;
	height: auto !important;
}
.leftMenu li.hasChild.open .f2 li{
	padding-left: 20px;
	margin-left: 0;
	margin-right: 0;
}
.f3 li{
	padding-left: 20px;
	margin-left: 0;
	margin-right: 0;
}


.leftMenu li.hasChild.open li.hasChild.open .f3{
	display: block;
	height: auto !important;
	}
.f4 li{
	padding-left: 20px;
	margin-left: 0;
	margin-right: 0;
}


.leftMenu li.hasChild.open li.hasChild.open li.hasChild.open .f4{
	display: block;
	height: auto !important;
}
.menu-open{
	transform: translate(0,0) !important;
	display: block !important;
	opacity: 1 !important;
	z-index: 9000000 !important;
}
.leftMenu li{
	line-height: 50px;
	margin: 0 15px;
	
}
.leftMenu li + li{
	border-top: 1px #d7d7d7 solid;
}
.leftMenu li a{
	display: block;
	padding: 0 15px;
	color: #333;
	
	font-size: 16px;
	box-sizing: border-box;
	
	overflow: hidden;
}
.leftMenu li.hasChild>a{
	color: #333;
	position: relative;
}
.leftMenu li.hasChild>a::after{
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../img/j1.png) no-repeat;
	background-size: 20px 20px;
	content: "";
	width: 20px;
	height: 20px;
}
.leftMenu li.hasChild.open>a::after{
	background: url(../img/j2.png) no-repeat;
	background-size: 20px 20px;
}
li.hasChild.open>a{
	border-bottom: 1px #D7D7D7 solid;
	font-weight: bold;
	color: #8FC31F;
}
/*.f3 a{
	color: #818181 !important;
}*/
.f4 a{
	color: #818181 !important;
}






