@charset "utf-8";

/* CSS Document */
/* common */
/**html{
 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}**/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
ul,
ol,
li {
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Microsoft YaHei', sans-serif;
	color: #000000;
}

ul,
ol {
	list-style: none;
	text-indent: 0;
	list-style-position: outside;
}

body ul {
	margin: 0;
}

img {
	border: 0;
}

b {
	font-weight: normal;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: none !important;
}

a {
	text-decoration: none || underline || blink || overline || line-through
}

p {
	margin: 0 0 0;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

/* link : style */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* ul {
	margin-bottom: 0 !important;
} */

/*clear*/
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

/*浏览器更新提示*/
.browserupgrade {
	margin: 0;
	z-index: 9999;
	width: 100%;
	height: 42px;
	color: #e50b71;
	text-indent: 20px;
	line-height: 42px;
	overflow: hidden;
	background: #222222;
	border-bottom: 4px solid #000000;
}

.browserupgrade a {
	font-size: 16px;
	color: #fdc12d;
	cursor: pointer;
}

.browserupgrade a.brow-close {
	font-size: 14px;
	margin-right: 20px;
	float: right;
}

/*ie7*/
.ie7-alert {
	left: 50%;
	top: 50%;
	margin-left: -276px;
	margin-top: -238px;
	width: 551px;
	height: 476px;
	position: fixed;
	z-index: 9999;
	background: url('../img/ie7.png') no-repeat center;
}

.ie7-alert a {
	top: 121px;
	left: 127px;
	width: 121px;
	height: 33px;
	display: block;
	position: absolute;
	background: url('../img/ie7-btn.png') no-repeat center;
}

html {
	width: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	width: 100%;
	background: #ECF8F9;
	overflow-x: hidden;
}

body.fixed {
	top: 0;
	position: fixed;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF !important;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.main {
	margin: 0 auto;
}
.main a h1{
	margin:0;
}
.header {
	width: 100%;
	height: 74px !important;
	z-index: 999;
	background: #ffffff;
/* 	position: absolute; */
	/* top: 10px; */
	z-index: 999;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
	opacity: 0.9;
}

.header:hover {
	opacity: 1;
}

.header .logo {
	float: left;
	width: 177px !important;
	height: 36px !important;
	display: block;
	margin-top:17px;
	/* margin-left: -6px; */
}

.header .logo-text {
	margin-top: 38px;
	margin-left: 24px;
	float: left;
	font-size: 16px;
	line-height: 23px;
}

.header .main {
	margin: 0 auto;
	width: 1200px;
	height: 100px;
	position:relative;

}
.header .nav_list {
	/* height: 100px;
	line-height: 100px; */
	float: left;
	margin-left:62px;
}
.header .nav_list p{
	height: 25px;
	font-size: 32px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	/* color: #333333; */
	color:red;
	line-height: 25px;
	margin-top: 24px;
}
.header .nav_list ul {
	margin-top:26px;
	margin-left: -236px;
}

.header .nav_list ul li {
	float: left;
	height:40px !important;
	line-height:40px !important;
	/* padding:20px; */
}

.header .nav_list ul li a {
	/* 	width:0.32rem;
	height:0.24rem; */
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height:40px !important;
	-webkit-background-clip: text;
	margin-right:124px;
	display: block;
	/* transform: translateX(-50%); */
}
.header .nav_list ul li:last-child a {
	margin-right:0px;
}
.header .nav_list ul li.act a {
	width: 64px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height:24px;
	line-height:40px !important;
	position: relative;
}

.header .nav_list ul li a:hover {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 100px;
	position: relative;
}

/* .header .nav_list ul li a::after {
	content: "";
	width: 0;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
}

.header .nav_list ul li.act a::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
}

.header .nav_list ul li a:hover::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
} */
body .contact {
	width: 175px;
/* 	float: right; */
	margin-right: 0px;
	line-height:normal;
	right:0;
	position:absolute;
}
body .contact div{
	display:flex;
	justify-content: space-between;
}
/* .contact>p{
	color:#214BF7;
	font-weight:bold;
	text-align:center;
} */
body .contact  p{
	text-align:right;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height:normal;
	line-height: 20px;
	margin-bottom:0;
	margin-top:30px;
}
body .contact span{
	/* color: #333333; */
	color:red;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	margin-left:2.5px;
	line-height: 21px;
}
body .contact span.gj{
	color:red;
}
body .contact span.bfb{
	color:red;
}

/*轮播*/
.banner {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}
.banner_1 {
	height: 550px;
	background: url(../img/banner3.png) no-repeat center;
}

.banner .swiper-container {
	width: 100%;
	height: 550px;
}

.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 550px;
}

.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
}

.banner .swiper-button-next {
	background-image: url(../img/left1.png) !important;
	top: 50%;
	left: 32px !important;
	right: auto !important;
	background-size: 200%;
}

.banner .swiper-button-prev {
	background-image: url(../img/right1.png) !important;
	top: 50%;
	right: 32px !important;
	left: auto !important;
	background-size: 200%;
}

.banner .swiper-container-banner .swiper-button-next {
	opacity: 0.15;
}

.banner  .swiper-container-banner .swiper-button-prev {
	opacity: 0.15;
}

.banner  .swiper-button-next:hover{
	opacity: 1;
}
.banner .swiper-button-prev:hover {
	opacity: 1;
}

.banner .swiper-container .swiper-slide img {
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 100%;
	display: block;
	position: absolute;
	transition: 0.2s;
}

.banner .pagination {
	bottom: 20px;
	width: 100%;
	z-index: 20;
	text-align: center;
	position: absolute;
}

.banner .swiper-pagination-switch {
	margin: 0 5px;
	width: 40px;
	height: 5px;
	cursor: pointer;
	display: inline-block;
	background: #d2d6d9;
}

.banner .swiper-active-switch {
	background: #fdc12d;
}


.banner .tabs{
	position:absolute;
	top:462px;
	width:100px;
	right:0;
	margin: auto;
	left:-200px;
	display:flex;
	justify-content: space-between;
	transform: translateX(100px);
	z-index:999;
}
.banner .tabs li{
	width: 40px;
	height: 6px;
	border-radius: 14px 14px 14px 14px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	background: rgba(255,255,255,0.5);
	text-align:center;
	cursor:pointer;
}
.banner .tabs li.on{
	background: #FFFFFF;
	border-radius: 14px 14px 14px 14px;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	
}
.banner_footer{
	width: 1200px;
	height: 120px;
	margin: auto;
	margin-top: -60px;
	background: #FFFFFF;
	box-shadow: 0px 33px 16px -16px rgba(178,216,200,0.26);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	position: relative;
	z-index: 999;
	overflow: hidden;
}
.banner_footer li{
	float: left;
	overflow: hidden;
	margin-left: 83px;
}
.banner_footer li:first-child{
	margin-left: 43px;
}
.banner_footer li>img{
	float: left;
	margin-top: 15px;
	margin-right: 36px;
}
.banner_footer li>a{
	float: left;
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 120px;
}
.banner_footer li>p{
	float: left;
	font-size: 32px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 120px;
	margin-left: 60px;
}
.banner_footer li:last-child{
	margin-left: 47px;
}
.banner_footer .st{
	width: 296px;
	background: #FF812E;
}
.banner_footer .st>img{
	margin-top: 40px;
	margin-left: 12px;
}
.banner_footer li>a.on{
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #00995A;
}


.rhcxz{
	width: 1200px;
	margin: auto;
	margin-top: 80px;
	overflow: hidden;
}
.rhcxz h1{
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}
.rhcxz p{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}
.rhcxz li{
	width: 380px;
	height: 280px;
	background: #FFFFFF;
	box-shadow: 0px 33px 16px -16px rgba(178,216,200,0.26);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
	margin-top: 40px;
	position: relative;
	margin-left: 30px;
}
.rhcxz li:first-child{
	margin-left: 0px;
}

.rhcxz li>img{
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.rhcxz li>h2{
	font-size: 36px;
	font-family: Source Han Sans CN-Heavy, Source Han Sans CN;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 42px;
	position: absolute;
	top: 32px;
	left: 33px;
}
.rhcxz li>p{
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	position: absolute;
	left: 34px;
	top: 141px;
}
.rhcxz li>p:last-child{
	top: 203px;
}

.rhcxz li p>span{
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FF802E;
	line-height: 35px;
}
.rhcxz .bz{
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 52px;
	text-align: right;
}
.btn{
	width: 292px;
	height: 73px;
	margin: auto;
	background: #FF802E;
	box-shadow: 0px 22px 21px -12px rgba(237,186,158,0.78);
	border-radius: 72px 72px 72px 72px;
	opacity: 1;
	margin-top: 11px;
}
.btn:hover{
	background: #FF511A;
}
.btn>a{
	display: block;
	font-size: 32px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 73px;
	text-align: center;
}

.nxzl{
	width: 1200px;
	margin: auto;
	margin-top: 80px;
	overflow: hidden;
}
.nxzl h1{
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}
.nxzl p{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}
.nxzl ul{
	margin-top: -80px;
}
.nxzl li{
	float: left;
	width: 285px;
	margin-left: 20px;
}
.nxzl li:first-child{
	margin-left: 0px;
}

.nxzl li>h2{
	font-size: 48px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FF802E;
	line-height: 72px;
	text-align: center;
}

.nxzl .cj>p{
	height: 54px;
	background: url(../img/p2_1.png) no-repeat center;
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
	margin-top: 0px;
}
.cj{
	margin-top:104px; 
}
.nxzl .zj>p{
	height: 60px;
	background: url(../img/p2_2.png) no-repeat center;
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 72px;
	text-align: center;
	margin-top: 0px;
}
.zj{
	margin-top: 79px;
}
.nxzl .gj>p{
	height: 67px;
	background: url(../img/p2_3.png) no-repeat center;
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 80px;
	text-align: center;
	margin-top: 0px;
}
.gj{
	margin-top: 52px;
}
.nxzl .zjj>p{
	height: 80px;
	background: url(../img/p2_4.png) no-repeat center;
	font-size: 24px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 94px;
	text-align: center;
	margin-top: 0px;
}

.nxzl_bottom{
	width: 1200px;
	overflow: hidden;
}
.nxzl_bottom>h2{
	margin-top: 13px;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FF802E;
	line-height: 35px;
	float: left;
}
.nxzl_bottom>h2:first-child{
	margin-left: 100px;
}
.nxzl_bottom>img{
	float: left;
	margin-top: 16px;
	margin-left: 114px;
	margin-right: 101px;
}
.nxzl .bz{
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: right;
}
.nxzl .btn{
	width: 424px;
	margin-top: 17px;
}

.hjgw{
	width: 1200px;
	margin: auto;
	margin-top: 80px;
	overflow: hidden;
}
.hjgw h1{
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}
.hjgw p{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}

.hjgw_content{
	height: 351px;
	background: #FFFFFF;
	box-shadow: 0px 33px 16px -16px rgba(178,216,200,0.26);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	margin-top: 75px;
}
.hjgw_content .left{
	float: left;
}
.hjgw_content .right{
	float: left;
}
.hjgw_content .left>img{
	float: left;
	margin-left: 35px;
	margin-top: -35px;
}
.hjgw_content .left_content{
	float: left;
}
.hjgw_content .left{
	display: none;
}
.hjgw_content .left:first-child{
	display: block;
}
.left_content{
	width: 473px;
	margin-top: 34px;
	margin-left: 52px;
	overflow: hidden;
}
.left_content>h2{
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
	margin-bottom: 30px;
}


.left_content>p{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
	text-align: left;
}
.left_content .green{
	width: 87px;
	height: 30px;
	background: #00905C;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-top: 14px;
}
.left_content li{
	background: url(../img/p3_icon.png) no-repeat left;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 14px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
}

.right li{
	width: 191px;
	height: 69px;
	background: #fff;
	opacity: 1;
	border-bottom: 1px dashed #D9D9D9;
	position: relative;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 69px;
	padding-left: 17px;
	border-left: 1px dashed #D9D9D9;
}
.right li>span{
	font-size: 48px;
	font-family: Impact-Regular, Impact;
	font-weight: 400;
	color: #fff;
	line-height: 56px;
	position: absolute;
	right:2px;;
	top:7px;
	opacity: 0.4;
}
.right li:first-child{
	border-radius: 0px 10px 0px 0px;
}
.right li:last-child{
	border-bottom:none;
	border-radius: 0px 0px 10px 0px;
	opacity: 1;
}
.right li.on{
	background: #00905C;
	color: #fff;
	border: 1px solid #00905C;
}

.hjgw .btn{
	margin-top: 50px;
}

.dly{
	background: url(../img/p4_bg.png) no-repeat center;
	height: 793px;
	margin-top: 80px;
}

.dly_content{
	width: 1200px;
	margin: auto;
	padding-top: 80px;
}

.dly_content h1{
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	line-height: 47px;
	text-align: center;

}
.dly_content p{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}
.dly_c{
	margin-top: 40px;
	overflow: hidden;
}
.dly_left{
	float: left;
}
.dly_left li{
	width: 320px;
	height: 70px;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 70px;
	padding-left: 30px;
	margin-bottom: 19px;
}
.dly_left li:first-child{
	margin-top: 20px;
}
.dly_left li.on{
	background: url(../img/p4_libg.png) no-repeat;
	color: #00995A;
}
.dly_right{
	width: 820px;
	height: 376px;
	margin-left: 30px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
	overflow: hidden;
}
.aqly{
	margin-bottom: 200px;
}
.aqly>img{
	margin-left: 41px;
}
.aqly>h2{
	width: 120px;
	height: 72px;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	margin-top: -180px;
	margin-left: 360px;
}

.yycj{
	overflow: hidden;
}
.yycj li{
	width: 120px;
	height: 336px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
	margin-left: 12px;
	margin-top: 20px;
	position: relative;
}
.yycj li:first-child{
	margin-left: 20px;
}
.yycj p{
	height: 24px;
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	margin-top: -50px;
}
.aqnl>img{
	margin-left: 14px;
}
.jstx>img{
	margin-left: 39px;
}
.dly .btn{
	margin-top: 50px;
	width: 360px;
}



















.qgkb{
	width: 1200px;
	margin: auto;
	margin-top: 44px;
}
.qgkb h1{
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	text-align: center;
}
.qgkb_content{
	height: 380px;
	background: #FFFFFF;
	box-shadow: 0px 16px 18px 0px rgba(5,80,250,0.06);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #00995A;
	margin-top: 40px;
	overflow: hidden;
	/* overflow-x: hidden;
	overflow-y: scroll; */
}

@-webkit-keyframes wordsLoop {
	0% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	100% {
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}
.qgkb_content ul:hover{
	animation-play-state:paused;
}
.qgkb_content ul {
	margin-left: 18px;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	animation:30s wordsLoop linear infinite normal;
}

.qgkb_content ul li {
	height: 40px;
	background: #ECF8F9;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: relative;
	width: 572px;
}

.qgkb_content ul li>span img {
	position: absolute;
	top: 10px;
	right: 23px;
}

.qgkb_content ul li.on {
	background: #ffffff;
}

/*修改滚动条样式*/
div::-webkit-scrollbar {
	width: 5px;
	height: 30px;
	margin-right: 5px;
	/**/
}

div::-webkit-scrollbar-track {
	/* background: rgb(239, 239, 239); */
	border-radius: 2px;
}

div::-webkit-scrollbar-thumb {

	background: #00995A;
	border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
	background: #00995A;
}

div::-webkit-scrollbar-corner {
	background: #179a16;
}

.qgkb_content ul li p {
	float: left;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	margin-right: 60px;
	cursor: pointer;
}

.qgkb_content ul li p a {
	line-height: 40px;
	font-size: 16px;
	color: #F77521;
	font-weight: 400;
}

.qgkb_content ul li p a:hover {
	font-size: 18px;
	font-weight: 800;
}

.qgkb_content ul li p:first-child {
	/* margin-left: 50px; */
}

.qgkb_content ul li p:last-child {
	margin-right: 0px;
	color: #F77521;
}

.qgkb_content ul li>img {
	float: left;
	height: 19px;
	width: 18px;
	margin-top: 10px;
}

.qgkb_bottom{
	margin-top: 30px;
	overflow: hidden;
}
.qgkb_bottom li{
	margin-top: 32px;
	width: 216px;
	height: 142px;
	background: linear-gradient(180deg, #96DAA9 0%, rgba(255,255,255,0) 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	float: left;
	margin-left: 27px;
	position: relative;
}
.qgkb_bottom li:first-child{
	margin-left: 0px;
}
.qgkb_bottom li>span{
	display: block;
	width: 162px;
	height: 60px;
	background: #00995A;
	box-shadow: 0px 13px 19px 0px #D4F5DD;
	border-radius: 32px 32px 32px 32px;
	opacity: 1;
	position: absolute;
	left: 27px;
	top:-32px;
	z-index: 999;
}
.qgkb_bottom li span>p{
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}

.qgkb_bottom li>p{
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: center;
	margin-top: 48px;
}
.qgkb_bottom li.on{
	background: #FFFFFF;
	box-shadow: 0px 16px 18px 0px rgba(5,80,250,0.06);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #00995A;
}

.qgkb .btn{
	margin-top: 50px;
	width: 328px;
}




.dczl{
	width: 1200px;
	margin: auto;
	margin-top: 80px;
	overflow: hidden;
}
.dczl h1{
	font-size: 40px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 47px;
	text-align: center;
}
.dczl_nav{
	overflow: hidden;
	margin-top: 40px;
}
.dczl_nav li{
	width: 528px;
	height: 95px;
	background: #00995A;
	border-radius: 40px 40px 0px 0px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 30px;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 95px;
	text-align: center;
}
.dczl_nav li:first-child{
	margin-left: 65px;
}

.dczl_nav li.on{
	background: #FFFFFF;
	color: #00995A;
}

.dczl_content{
	width: 1200px;
	height: 510px;
	background: #FFFFFF;
	box-shadow: 0px 33px 16px -16px rgba(178,216,200,0.26);
	border-radius: 10px 10px 10px 10px;
	
	opacity: 1;
	overflow: hidden;
}

.hw{
	overflow: hidden;
}

.hw>img{
	float:left;
	margin-top: 20px;
	margin-left: 20px;
}

.hw_bottom{
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 100px;
}

.hw_bottom li{
	width: 276px;
	height: 130px;
	float: left;
	margin-top: 21px;
	position: relative;
	margin-right: 19px;
}
.hw_bottom li:last-child{
	margin-right: 0px;
}

.hw_bottom li>img{
	position: absolute;
	top: 31px;
	left: 24px;
}
.hw_bottom li>h2{
	font-size: 40px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FF6E1D;
	line-height: 47px;
	position: absolute;
	top:17px;
	left: 109px;
}
.hw_bottom li>p{
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
	position: absolute;
	top: 81px;
	left: 109px;
}



.rz{
	overflow: hidden;
	margin-top: 24px;
}
.rz>img{
	float: left;
	margin-left: 22px;
	margin-top: 10px;
}
.rz>h2{
	font-size: 28px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 33px;
	float: left;
	margin-left: 12px;
}
.rz>span{
	display: block;
	width: 787px;
	height: 0px;
	opacity: 1;
	border: 0.1px dashed #00995A;
	float: left;
	margin-left: 23px;
	margin-top: 16px;
}
.rz>p{
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #00995A;
	line-height: 32px;
	float: left;
	margin-left: 11px;
}
.dczl_content div>img{
	margin-left: 22px;
}

.sz{
	overflow: hidden;
	margin-top: 22px;
	margin-left: 22px;
}
.sz li{
	float: left;
	width: 112px;
	height: 112px;
	background: #00995A;
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	position: relative;
	margin-right: 18px;
}
.sz li:last-child{
	margin-right: 0px;
}
.sz li>img{
	border-radius: 20px 20px 20px 20px;
}

.sz li>span{
	display: block;
	width: 112px;
	height: 36px;
	background: rgba(0,153,90,0.84);
	border-radius: 0px 0px 20px 20px;
	opacity: 1;
	position: absolute;
	bottom: 0;
}

.sz li span>p{
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
}
.dczl .btn{
	margin-top: 50px;
	width: 280px;
}





.jy{
	margin-top: 80px;
}
.jy h1{
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	text-align: center;
}
.jy p{
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-top: 10px;
}
.jy_content{
	width: 1200px;
	padding-top: 36px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 50px;
}
.jy_content div{
	float: left;
	width: 240px;
	height: 220px;
	background: #fff;
	color: #333333;
}

.jy_content div>h2{
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	margin-top: 32px;
}
.jy_content div>span{
	display: block;
	width: 41px;
	height: 3px;
	background: #333333;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	margin: auto;
	margin-top: 19px;
	margin-bottom: 24px;
}
.jy_content div>p{
	width: 188px;
	height: 72px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin: auto;
}
.jy_content img{
	float: left;
	width: 240px;
	height: 220px;
}
.jy .btn{
	width: 328px;
	margin-bottom: 80px;
}


.footer{
	height: 125px;
	background: #00995A;
	margin: auto;
	overflow: hidden;
}
.footer>div{
	width: 840px;
	margin: auto;
}
.footer p{
	float: left;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	line-height: 125px;
}
.footer p a{
	float: left;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	line-height: 125px;
}