/* CSS Document */
html,body,div,em,b,i,dl,dt,dd,ol,ul,li,p {
	font: 16px/20px "微软雅黑";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-style: normal;
	position: relative;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal
}
body,html {
	width: 100%;
	height: 100%;
}
a:link {
	text-decoration: none;
	color: #222;
}
a:visited {
	text-decoration: none;
	color: #222;
}
a:active {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: none;
	color: #0ACB74;
}
:before,:after {
	content: "";
	position: absolute;
}
img {
	width: 100%;
	display: flex;
}
h1 {
	font-size: 22px;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	word-break: break-all;
	position: relative;
}
p {
	font-size: 14px;
	color: #3D485D;
	line-height: 24px;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-word;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	vertical-align: middle;
}
.w{
	width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.mnav{
	display: none;
}
.head {
	width: 100%;
	background: #fff;
	padding: 20px 0;
}
.head .bz{
	width: 340px;
	margin-top: 5px;
}

.head .dh{
	width: calc(100% - 400px);
	display: flex;
	justify-content: space-between;
}
.head .nav{
	width: calc(100% - 260px);
	display: flex;
	justify-content:space-between;
}
.head .nav a{
	display: flex;
	align-items: center;
	height: 50px;
	font-size: 20px;
	position: relative;
}
.head .nav a.cur{
	color: #0ACB74;
	font-weight: bold;
}
.head .nav a.cur:before{
	width: 20px;
	height: 30px;
	background: url("../ni.png") no-repeat;
	background-size: 100%;
	left: 50%;
	margin-left: -10px;
	bottom: -24px;
}
.head .tel{
	display: flex;
}
.head .tel dt{
	width: 140px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.head .tel dt h2{
	display: flex;
	align-items: center;
	height: 20px;
	font-size: 12px;
	background: #F3F5F6;
	padding: 0px 6px 0 16px;
	border-radius: 20px;
	margin-top: 5px;
	position: relative;
}
.head .tel dt h2:before{
	width: 22px;
	height: 22px;
	background: #0ACB74 url("../tel.png") no-repeat center;
	background-size: 14px;
	border-radius: 30px;
	left: -15px;
	border: solid 2px #F3F5F6;
}
.head .tel dt em{
	color: #0ACB74;
	font-size: 18px;
	font-weight: bold;
}
.head .tel dd{
	width: 60px;
	border: solid 1px #D5D5D5;
	margin-left: 20px;
}

.ban{
	width: 100%;
	position: relative;	
}
.ban:before{
	width: 100%;
	height: 300px;
	background: url("../ban_bg.png") no-repeat;
	background-size: 100%;
	left: 0;
	bottom: -80px;
	z-index: 2;
}
.ban .hd{
	position: absolute;
	left: 100px;
	bottom: 50px;
	z-index: 4;
}
.ban .hd ul{
	display: flex;
}
.ban .hd li{
	width: 14px;
	height: 14px;
	margin-left: 10px;
	background: rgba(255,255,255,.7);
	border-radius: 30px;
	text-indent: -9999px;
	cursor: pointer;
}
.ban .hd li.on{
	background: #fff;
}

.about{
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about .hd{
	width: 350px;
	display: flex;
	flex-wrap: wrap;	
	position: sticky;
	top: 40px;
}
.about .hd p{
	color: #0ACB74;
}
.about .hd h2{
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.about .hd h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.about .hd a{
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-top: 50px;
	display: inline-block;	
	position: relative;
	padding-left: 20px;
}
.about .hd a span{
	color: #fff;
	position: relative;
	z-index: 2;
}
.about .hd a:hover span{
	color: #0ACB74;
	transition:all 0.1s ease-out;
}
.about .hd a:after{
	width: 100%;
	height: 100%;
	background: #0ACB74;
	border-radius: 30px;
	right: 0px;
	top: 0px;
}
.about .hd a:before{
	width: 14px;
	height: 14px;
	background: url("../jti.png") no-repeat;
	background-size: 100%;
	right: 30px;
	top: 16px;
	z-index: 2;
}
.about .hd a:hover:after{
	width: 40px;
	transition:all 0.3s ease-out;
}
.about .hd a:hover:before{
	right: 14px;
}

.about .bd{
	width: calc(100% - 400px);
}
.about .bd p{
	font-size: 18px;
	line-height: 34px;
	color: #000;
	text-indent: 2em;
	margin-bottom: 10px;
}
.about .bd img{
	width: 100%;
	border-radius: 8px;
	margin-top: 20px;
}

.pin{
	width: 100%;
}
.pin .hd{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.pin .hd .pt{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 60px;
	margin: 30px 0;
}
.pin .hd .pt h2{
	font-size: 30px;
	font-weight: bold;
}
.pin .hd .pt em{
	width: 100%;
	color: #0ACB74;
	text-transform:uppercase; 
}
.pin .hd ul{
	display: flex;
	margin-top: 70px;
}
.pin .hd li{
	width: 12px;
	height: 12px;
	background: #D5D5D5;
	border-radius: 12px;
	margin-left: 10px;
	cursor: pointer;
	text-indent: -9999px;
}
.pin .hd li.on{
	background: #0ACB74;
}
.pin .bd ul{
	width: 100%;
}
.pin .bd li{
	width: 100%;
	display: flex;
}
.pin .bd .tu{
	width: 50%;
}
.pin .bd .tx{
	width: calc(50% - 100px);
	padding: 50px;
	background: #0ACB74;
}
.pin .bd .tx h2{
	font-size: 30px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}
.pin .bd .tx p{
	font-size: 18px;
	color: rgba(255,255,255,.90);
	line-height: 32px;
}
.pin .bd .tx a{
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #fff;
	color: #fff;
	margin-top: 50px;
	border-radius: 8px;
	padding-right: 30px;
	position: relative;
}
.pin .bd .tx a:hover{
	background: #fff;
	color: #0ACB74;
}
.pin .bd .tx a:before{
	width: 16px;
	height: 16px;
	background: url("../jti.png") no-repeat;
	background-size: 100%;
	right: 25px;
	top: 14px;
}
.pin .bd .tx a:hover:before{
	background: url("../jtl.png") no-repeat;
	background-size: 100%;
}
.mt4{
	margin-top: 40px;
}
.title{
	width: 100%;
	display: flex;	
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.title .hd em{
	color: #0ACB74;
	font-size: 20px;
	text-transform:uppercase; 
}
.title .hd h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.title .bd a{
	background: #fff;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 50px 0 20px;
	border-radius: 30px;
	position: relative;
}
.title .bd a:before{
	width: 30px;
	height: 30px;
	background: #0ACB74 url("../jti.png") no-repeat center;
	background-size: 14px;
	top: 5px;
	right: 5px;
	border-radius: 30px;
}

.super{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.super:before{
	width: 500px;
	height: 300px;	
	top: -70px;
	right: -50px;
	background: rgba(10,203,116,.15);
	filter:blur(100px);
}
.super .con{
	width: 100%;
	display: flex;
	justify-content: center;
	height: 400px;
	position: relative;
	z-index: 2;
}
.super .tu{
	width: 700px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -350px;
}
.super .tu img{
	width: 100%;
}
.super .tx{
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 60px;
	position: relative;
}
.super .tx dl{
	width: calc(50% - 120px);
	display: flex;
	justify-content: space-between;
}
.super .tx dd{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2B2D2D;
	border-radius: 200px;
}
.super .tx dd img{
	width: 40px;
}
.super .tx dt{
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
}
.super .tx dt h2{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.super .tx dl:nth-child(3){
	position: absolute;
	left: -160px;
	bottom: 40px;
}
.super .tx dl:nth-child(4){
	position: absolute;
	right: -160px;
	bottom: 40px;
}
.super .tx dl:nth-child(1) h2{
	text-align: right;
}
.super .tx dl:nth-child(3) h2{
	text-align: right;
}
.news{
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #F3F5F6;
	padding: 40px 0;
}
.news:before{
	width: 500px;
	height: 300px;	
	bottom: -70px;
	left: -50px;
	background: rgba(255,255,255,.90);
	filter:blur(100px);
}
.news .xw{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.news .xw a{
	width: calc(33% - 40px);
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	position: relative;
}
.news .xw a:hover{
	background:linear-gradient(to top,#fff 60%,#0ACB74);
}
.news .xw .tu{
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 8px;
}
.news .xw .tx{
	width: 100%;
	margin-top: 20px;
}
.news .xw .tx em{
	padding-left: 21px;
	color: #666;
	line-height: 20px;
	background: url("../sji.png") no-repeat 0 3px;
	background-size: 14px;
}
.news .xw .tx h2{
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.news .xw .tx p{
	color: #2B2D2D;
	margin-bottom: 20px;
}
.news .xw .tx span{
	color: #999;
	position: relative;
	padding-left: 15px;
}
.news .xw .tx span:before{
	width: 5px;
	height: 16px;
	left: 0px;
	top: 3px;
	background: #0ACB74;
	transform:skewX(-8deg);
}
/* 二级页面 */
.bgs{
	background: #F3F5F6;
	position: relative;
}
.bgs:before{
	width: 600px;
	height: 100%;	
	top: 0px;
	left: 0px;
	background: url("../bgs.png") no-repeat 0 0px;
	background-size: 1000px;
}
.bgs .w{
	padding: 20px 0 40px 0;
}
.show{
	width: calc(100% - 102px);
	padding: 50px;
	background:linear-gradient(-40deg,#fff 70%,rgba(255,255,255,.50)); 
	border-radius: 6px;
	backdrop-filter:blur(30px);
	border: solid 1px #fff;
	position: relative;
}

.map {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px rgba(213,213,213,.50);
}
.map dt{
	display: flex;
	align-items: center;
	height: 40px;
}
.map dt a{
	padding-left: 31px;
	position: relative;
}
.map dt a:before{
	width: 1px;
	height: 14px;
	background: #D5D5D5;
	left: 15px;
	top: 4px;
}
.map dt a:nth-child(1):before{
	width: 20px;
	height: 20px;
	background: url("../home.png") no-repeat;
	background-size: 100%;
	left: 0px;
	top: 0px;
}
.map dt a:last-child{
	color: #0ACB74;
	font-weight: bold;
	margin-left: 15px;
}

.map dd{
	display: flex;
}
.map dd a{
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	background: #0ACB74;
	color: #fff;
	border-radius: 20px;
}
.map dd a:hover{
	background: #0ABA6A;
}

.list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.list .let{
	width: 300px;
	display: flex;
	flex-wrap: wrap;	
	position: sticky;
	top: 40px;
}
.list .let .at p{
	color: #0ACB74;
}
.list .let .at h2{
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;	
}
.list .let .at em{
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	color: #0ACB74;
	position: relative;
	padding-left: 68px;
	text-transform:uppercase; 
}
.list .let .at em:before{
	width: 62px;
	height: 2px;
	left: 0px;
	bottom: 5px;
	background:linear-gradient(to left,#0ACB74,#0ABA6A);
	border-radius: 20px;
}
.list .let .xx{
	width: calc(100% - 75px);
	padding: 15px;
	background: #F3F5F6;
	border-radius: 6px;
	padding-right: 60px;
	position: relative;
}
.list .let .xx:before{
	width: 40px;
	height: 40px;
	background: #fff url("../xia.png") no-repeat center 11px;
	background-size: 44%;
	border: solid 1px #0ACB74;
	border-radius: 40px;
	right: 15px;
	top: 17px;
}
.list .let .xx p{
	font-size: 12px;
	color: #999;
}
.list .let .xx:hover:before{
	background-position: center -24px;
	background-color: #0ACB74;
}
.list .rit{
	width: calc(100% - 350px);
	
}
.list .bt{
	width: 100%;
}
.list .bt dt h2{
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
}
.list .bt dd{
	width: 100%;
	display: flex;
	align-items: center;
	height: 20px;
	margin-top: 15px;
}
.list .bt dd i{
	width: 16px;
	margin-right: 5px;
}
.list .bt dd p:nth-child(2){
	margin-right: 30px;
}
.list .cp{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.list .cp .tu{
	width: 400px;
}
.list .cp .tx{
	width: calc(100% - 430px);
}
.list .cp .tx .tt{
	margin-bottom: 30px;
}
.list .cp .tx .tt h2{
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
}
.list .cp .tx .tt h3{
	font-size: 14px;
	color: #666;
	height: 90px;
}
.list .cp .tx .sm{
	display: flex;
	align-items: center;
	height: 90px;
	padding: 10px;
	background: #F3F5F6;
	border-radius: 6px;
}
.list .cp .tx .sm dt{
	width: 90px;
	margin-right: 20px;
}
.list .cp .tx .sm dd h2{
	font-size: 14px;
	margin-bottom: 5px;
}
.list .cp .tx .sm dd em{
	font-size: 22px;
	color: #0ACB74;
	font-weight: bold;
}

.list .bd{
	width: 100%;	
}
.list .bd h2{
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	align-items: center;
	height: 40px;
	position: relative;
	padding-bottom: 10px;
	margin-top: 10px;
}
.list .bd h2:before{
	width: 100%;
	height: 8px;
	left: 0;
	top: 17px;
	background:linear-gradient(to left,rgba(255,255,255,.7),#0ACB74);
	z-index: -1;
}
.list .bd p{
	font-size: 18px;
	line-height: 34px;
	color: #000;
	margin-bottom: 10px;
}
.list .bd em{
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	background: #0ACB74;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.list .bd img{
	width: 100%;
	border-radius: 8px;
	margin-top: 20px;
}
.list .bd table {
	width: calc(100% - 1px) !important;
	margin: 10px 0;
	border-right: solid 1px #D3D7DE !important;
}

.list .bd table tr {
	width: 100%;
}

.list .bd table td {
	padding: 6px 10px;
	background: #fff;
	position: relative;
	font-size: 16px;
	border-bottom: solid 1px #D3D7DE !important;
	border-left: solid 1px #D3D7DE !important;
	line-height: 30px;
	word-break: break-all;
}

.list .bd table td p {
	text-indent: 0px;
	margin: 0px;
}

.list .bd table tr:nth-child(1) td {
	padding: 5px 10px;
	background: #F3F5F6;
	border-left: solid 1px #D3D7DE !important;
	border-top: solid 1px #D3D7DE !important;
	font-weight: bold;
}

.list .bd table td:nth-child(1) {
	width: 40px !important;
	text-align: center;
}

.list_new{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.list_new a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.list_new a:nth-child(1){
	margin: 0;
}
.list_new .tu{
	width: 250px;
	height: 160px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	overflow: hidden;
}
.list_new .tx{
	width: calc(100% - 280px);
}
.list_new .tx em{
	color: #666;
	background:url("../sji.png") no-repeat 0px center;
	background-size: 16px;
	padding-left: 24px;
}
.list_new .tx h2{
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
}
.list_new .tx p{
	
}
.list_new .tx span{
	font-size: 14px;
	color: #0ACB74;
	position: absolute;
	padding-left: 15px;
	left: 0px;
	bottom: 1px;
	z-index: 3;
}
.list_new .tx:before{
	width: 6px;
	height: 22px;
	background: #0ACB74;	
	left: 0;
	bottom: 0px;
	transform:skewX(-10deg); 
}
.list_new .tx:hover:before{
	width: 85px;
	transition:all 0.4s ease-out;
}
.list_new .tx:hover span{
	color: #fff;
}

.list_god{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_god a{
	width: calc(50% - 20px);
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.list_god .tu{
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	overflow: hidden;
}
.list_god .tx{
	width: calc(100% - 80px);
	margin-top: 15px;
	position: relative;
	padding-bottom: 30px;
	border-bottom: solid 1px #D5D5D5;
	padding-right: 80px;
}
.list_god .tx h2{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.list_god .tx p{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.list_god .tx:before{
	width: 0px;
	height: 1px;
	background: #0ACB74;
	left: 0;
	bottom: -1px; 
}
.list_god a:hover .tx:before{
	width: 100%;
	transition:all 0.4s ease-out;
}
.list_god .tx:after{
	width: 40px;
	height: 40px;
	background: url("../jtl.png") #F3F5F6 no-repeat center center;
	background-size: 16px;
	top: 10px;
	right: 0px;
	border-radius: 40px;
}
.list_god a:hover .tx:after{
	background: url("../jti.png") #0ACB74 no-repeat center center;
	background-size: 16px;
}

.lianxi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.lianxi .tx{
	width: calc(100% - 200px);
}
.lianxi .tx dl{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}
.lianxi .tx dt{
	width: 40px;
	height: 40px;
	background:linear-gradient(120deg,#0ACB74,#0ABA6A); 
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	margin-right: 20px;
}
.lianxi .tx dt img{
	width: auto;
	height: 20px;
	display: flex;
}
.lianxi .tx dd h2{
	font-size: 14px;
	color: #666;
}
.lianxi .tx dd p{
	font-size: 18px;
	color: #000;
}

.lianxi .sm{
	width: 130px;
	display: flex;
	justify-content: space-between;
	align-self: start;
}
.lianxi .sm li{
	width: calc(100% - 2px);
	border: solid 1px #E6E6E6;
	border-radius: 6px;
	position: relative;
}
.lianxi .sm li img{
	display: flex;
	border-radius: 6px;
}
.lianxi .sm li b{
	position: absolute;	
	width: 10px;
	height: 10px;
		z-index: 3;
}
.lianxi .sm li b:nth-child(1){
	top: -1px;
	left: -1px;
	border: solid 3px #0ACB74;
	border-right: 0;
	border-bottom: 0;
}
.lianxi .sm li b:nth-child(2){
	top: -1px;
	right: -1px;
	border: solid 3px #0ACB74;
	border-left: 0;
	border-bottom: 0;
}
.lianxi .sm li b:nth-child(3){
	bottom: -1px;
	left: -1px;
	border: solid 3px #0ACB74;
	border-right: 0;
	border-top: 0;
}
.lianxi .sm li b:nth-child(4){
	bottom: -1px;
	right: -1px;
	border: solid 3px #0ACB74;
	border-left: 0;
	border-top: 0;
}
.anchorBL {
	display: none;
}
.ditu{
	width: 100%;
	height:500px;
	position: relative;
}
.ditu .di{
	width: 50px;
	position: absolute !important;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -50px;
	z-index: 888;
	display: flex;
	position: relative;
}

#map{
	width:100%;
	height:500px;
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
}


.foot{
	width: 100%;
	padding: 30px 0;
}
.foot .cop{}
.foot .cop .dh{
	width: 400px;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #D5D5D5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.foot .cop .dh a:nth-child(1){
	padding-left: 25px;
	background: url("../home.png") no-repeat 0px 1px;
	background-size: 18px;
}
.foot .cop .bq{
	display: flex;
	font-size: 12px;
}
.foot .cop .bq a{
	padding-left: 20px;
	background: url("../icp.png") no-repeat 0 1px;
	background-size: 14px;
	margin-left: 20px;
}
.foot .kef{
	display: flex;
}
.foot .kef dt{
	
}
.foot .kef dt p{
	text-align: right;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
}
.foot .kef dt h2{
	font-size: 20px;
	color: #0ACB74;
	font-weight: bold;
}
.foot .kef dd{
	position: relative;
	cursor: pointer;
}
.foot .kef dd p{
	width: 40px;
	height: 40px;
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.foot .kef dd em{
	position: absolute;
	left: -20px;
	top: -110px;
	width: 100px;
	border: solid 1px #D5D5D5;
	border-radius: 6px;
	overflow: hidden;
	visibility: hidden;
}
.foot .kef dd:hover em{
	visibility: visible;
}