body,
html {
	background: #ebebeb;
}

.footer_img{
         width:100%; 
}  
.hertre {
	width: 100%;
	height: 140px;
	background: #ffffff;
	z-index: 999;
}
.hertre_cen {
	width: 1350px;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo {
	
width: 180px;
	overflow: hidden;
}
.logo img {
	width: 100%;
	height: auto;
}
.nav {
	height: auto;
}
.nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nav ul li {
	font-size: 18px;
	color: #c3c7cd;
	line-height: 140px;
	position: relative;
	transition: all 0.2s;
	margin-left: 80px;
}
.nav ul li:nth-child(1) {
	margin-left: 0px;
}
.nav ul li::after {
	content: "";
	width: 0%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.nav ul li.nav_cen::after {
	width: 100%;
}
.nav ul li.nav_cen {
	color: #000000;
}
.nav ul li:hover {
	color: #000000;
}
.nav ul li:hover::after {
	width: 100%;
}
.nav_ul {
	position: absolute;
	background: #fff;
	top: 110px;
	width: max-content;
	left: 50%;
	display: none;
	z-index: 99;
	padding: 10px 50px;
	border: 2px solid #aaaeb4;
	border-radius: 5px;
	transform: translateX(-50%);
}
.nav_ul a {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #c7cbd1;
	line-height: 44px;
	text-align: center;
	transition: all 0.3s;
}

.nav_ul span {
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent #aaaeb4;
}
.nav_ul span em {
	display: block;
	width: 0;
	height: 0;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent #fff;
	position: absolute;
	top: 3px;
	left: -10px;
}
.an {
	width: 70px;
	height: 70px;
	display: none;
	position: absolute;
	right: 0%;
	transition: all 0.5s;
	z-index: 99;
}
.container {
	cursor: pointer;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.5s;
}
svg {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
	transform: rotate(90deg);
}
path {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
	transform-origin: 36% 40%;
}
path:nth-child(2) {
	stroke-dasharray: 29 299;
}
path:nth-child(3) {
	transform-origin: 35% 63%;
}
path:nth-child(4) {
	stroke-dasharray: 29 299;
}
path:nth-child(5) {
	transform-origin: 61% 52%;
}
path:nth-child(6) {
	transform-origin: 62% 52%;
}
.active path:nth-child(1) {
	transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
	transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
	stroke-dasharray: 225 299;
	stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
	transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
	transform: translateX(9px) translateY(1px) rotate(45deg);
}
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img {
	width: 100%;
	height: auto;
}
.banner .swiper-pagination {
	bottom: 30px !important;
}
.banner .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border: 2px solid #0d5a29;
	background: none;
}
.banner .swiper-pagination-bullet-active {
	background: #0d5a29;
}
.banner_text {
	position: absolute;
	width: 1200px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner_text h1 {
	font-size: 50px;
	color: #ffffff;
	font-weight: 600;
	line-height: 50px;
}
.banner_text p {
	font-size: 30px;
	color: #626262;
	font-weight: 100;
	line-height: 30px;
	margin-top: 20px;
}

.yindao {
	width: 1350px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
	font-size: 18px;
	color: #626262;
}
.lianxi {
	width: 1350px;
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
}
.lianxi > p {
	text-align: center;
	font-size: 44px;
	color: #cccccc;
	line-height: 44px;
	text-transform: uppercase;
}
.lianxi h1 {
	text-align: center;
	font-size: 45px;
	color: #c3c7cd;
	line-height: 45px;
	margin-top: 30px;
	font-weight: 600;
}
.lianxi ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 80px;
}
.lianxi ul li {
	width: 30%;
	overflow: hidden;
}
.lianxi ul li img {
	width: 46px;
	height: auto;
	margin: auto;
}
.lianxi ul li p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}
.liuyan {
	width: 1350px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.liuyan form {
	width: 45%;
	overflow: hidden;
	display: block;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.liuyan form label {
	width: 100%;
	overflow: hidden;
	display: block;
}
.liuyan form label input {
	width: 100%;
	height: 40px;
	display: block;
	font-size: 14px;
	color: #666666;
	border: none;
	background: none;
	border-bottom: 1px solid #666666;
}
.liuyan form label textarea {
	width: 100%;
	height: 150px;
	display: block;
	font-size: 14px;
	color: #666666;
	border: 1px solid #666666;
	background: none;
	resize: none;
	font-family: "微软雅黑";
	padding: 10px;
}
.liuyan form label p {
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}
.liuyan form label input.submit {
	width: 200px;
	height: 50px;
	background: #91959b;
	font-size: 16px;
	color: #fff;
	border: none;
	margin-top: 10px;
	cursor: pointer;
}
#map {
	width: 50%;
	height: 500px;
}
#allmap {
	width: 100%;
	height: 100%;
}
.BMap_bubble_content p {
	font-size: 14px;
	line-height: 30px;
}

.fangwei {
	width: 1350px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
}
.fangwei > p {
	font-size: 70px;
	color: #848484;
	line-height: 70px;
}
.fangwei > p span {
	font-size: 48px;
	color: #626262;
	line-height: 48px;
	display: block;
	margin-top: 30px;
}
.fangwei > ul {
	width: 100%;
	overflow: hidden;
}
.fangwei > ul > li {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.fangwei > ul > li:nth-child(2n) {
	flex-direction: row-reverse;
}
.fangwei_l {
	width: 48%;
	overflow: hidden;
}
.fangwei_l h1 {
	font-size: 30px;
	color: #626262;
	font-weight: 600;
	line-height: 30px;
}
.fangwei_l p {
	font-size: 20px;
	color: #626262;
	font-weight: 500;
	line-height: 20px;
	margin-top: 20px;
}
.fangwei_l ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}
.fangwei_l ul li {
	width: 33%;
	overflow: hidden;
}
.fangwei_l ul li img {
	width: 100%;
	height: auto;
}
.fangwei_l ul li h2 {
	font-size: 18px;
	color: #626262;
	text-align: center;
	margin-top: 40px;
	font-weight: 500;
}
.fangwei_r {
	width: 50%;
	overflow: hidden;
	background: #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0px;
}
.fangwei_r img {
	width: 80%;
	height: auto;
}
.yuanyu {
	width: 100%;
	overflow: hidden;
	background: #c3c7cd;
}
.yuanyu ul {
	width: 1350px;
	overflow: hidden;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.yuanyu ul li img {
	width: 130px;
	height: auto;
	margin: auto;
}
.yuanyu ul li h2 {
	text-align: center;
	font-size: 14px;
	color: #626262;
	line-height: 20px;
	margin-top: 10px;
}
.wowem {
	width: 100%;
	overflow: hidden;
	margin: auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.wowem_l {
	width: 40%;
	overflow: hidden;
	display: none;
}
.wowem_l img {
	width: 100%;
	height: auto;
}
.wowem_r {
	width: 100%;
	overflow: hidden;
}
.wowem_r img{
	width: 100%
}
.wowem_r > h1 {
	font-size: 70px;
	color: #bbc0c8;
	line-height: 70px;
	font-weight: 500;
	text-align: right;
}
.wowem_r > p {
	font-size: 45px;
	color: #626262;
	line-height: 45px;
	text-align: right;
	
}
.wowem_text {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #626262;
	line-height: 30px;
	
}
.jianchi {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	font-size: 30px;
	color: #fff;
	padding: 60px 0px;
}
.jidi {
	width: 1350px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
	text-align: center;
	margin-bottom: 50px;
}
.jidi > h1 {
	text-align: center;
	position: relative;
	font-size: 40px;
	color: #c3c7cd;
	display: inline-block;
	font-weight: 600;
}
.jidi > h1::after {
	content: "";
	width: 70px;
	height: 2px;
	background: #c3c7cd;
	position: absolute;
	left: -90px;
	top: 50%;
	transform: translateY(-50%);
}
.jidi > h1::before {
	content: "";
	width: 70px;
	height: 2px;
	background: #c3c7cd;
	position: absolute;
	right: -90px;
	top: 50%;
	transform: translateY(-50%);
}
.jidi ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.jidi ul li {
	width: 24%;
	overflow: hidden;
}
.jidi ul li img {
	width: 100%;
	height: auto;
	border-radius: 50px;
}
.jidi ul li h2 {
	text-align: center;
	font-size: 20px;
	color: #626262;
	margin-top: 30px;
	font-weight: 500;
}
.jidi_text {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #626262;
	line-height: 30px;
	margin-top: 30px;
	text-align: center;
}
.chanpoin {
	width: 1350px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.chanpoin > h1 {
	font-size: 35px;
	color: #000000;
	font-weight: 600;
	line-height: 35px;
}
.chanpoin > p {
	font-size: 22px;
	color: #626262;
	font-weight: 100;
	line-height: 22px;
	margin-top: 20px;
	border-bottom: 1px solid #005cb7;
	padding-bottom: 40px;
}
.chanpoin ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chanpoin ul li {
	width: 30%;
	overflow: hidden;
	margin-top: 40px;
}
.chanpoin ul li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.chanpoin ul li h1 {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin-top: 40px;
	line-height: 24px;
	text-align: center;
}
.chanpoin ul li p {
	font-size: 16px;
	color: #626262;
	font-weight: 100;
	margin-top: 10px;
	text-align: center;
}

.page {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
}
.page .active,
.page .total {
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	color: #999;
	background: #fff;
	border: 1px solid #999;
	margin: 0px 3px;
}
.page .active {
	background: #999;
	border: none;
	color: #fff;
}
.page .active:nth-child(1),
.page .total:nth-child(1) {
	color: #999;
	border: 1px solid #999;
	background: #fff;
}
.page .active:last-child,
.page .total:last-child {
	color: #999;
	border: 1px solid #999;
	background: #fff;
}
.page .active:hover,
.page .total:hover {
	color: #999;
	border: 1px solid #999;
	background: #fff;
}
.chanpoin_cen {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.chanpoin_l {
	width: 40%;
	overflow: hidden;
}
.chanpoin_l img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.chanpoin_r {
	width: 55%;
	overflow: hidden;
}
.chanpoin_r h1 {
	font-size: 30px;
	color: #000000;
	font-weight: 600;
}
.chanpoin_r span {
	font-size: 20px;
	color: #626262;
	display: block;
	margin-top: 10px;
}
.chanpoin_r p {
	font-size: 16px;
	color: #626262;
	line-height: 30px;
	margin-top: 60px;
}
.chanpoin_text {
	font-size: 16px;
	color: #626262;
	line-height: 36px;
	margin-top: 150px;
}
.chanpoin_text img {
	max-width: 100%;
	height: auto;
	margin: auto;
}

.chantu {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.chantu img {
	width: 100%;
	height: auto;
}

.xiangguan {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
	position: relative;
}

.xiangguan img {
	width: 100%;
	height: auto;
}
.xiangguan h1 {
	font-size: 20px;
	color: #c3c7cd;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xiangguan p {
	font-size: 20px;
	color: #c3c7cd;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index_tab {
	width: 1350px;
	margin: 50px auto;
	max-width: 100%;
}
.gywm {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 50px auto;
}
.gywm > p {
	text-align: center;
	font-size: 40px;
	color: #cccccc;
	line-height: 40px;
}
.gywm > h1 {
	text-align: center;
	font-size: 48px;
	color: #c3c7cd;
	line-height: 48px;
	margin-top: 10px;
}
.gywm_text {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #626262;
	line-height: 30px;
}
.gywm_text img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.layui-tab-item {
	display: none;
}
.layui-show {
	display: block !important;
}

.index_tab {
	display: flex;
	background: #ffffff;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
}
.index_tab [data-block="content"] {
	padding: 24px;
}
.index_tab [data-block="title"] {
	display: grid;
	flex-shrink: 0;
	margin: 0 24px;
}

.index_tab [data-block="title"] .item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2em;
	flex-direction: column;
	color: #575757;
	cursor: pointer;
	font-size: 20px;
	position: relative;
	padding: 24px;
}
.index_tab [data-block="title"] .item > * {
	position: relative;
	z-index: 6;
}

.index_tab [data-block="title"] .item:not(:last-child) {
	border-bottom: 1px solid #575757;
}
.index_tab [data-block="title"] .item .t1 {
	font-size: 35px;
}
.index_tab [data-block="title"] .item .t2 {
	margin-top: 20px;
}
.index_tab [data-block="title"] .item::before {
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
	background: #fff;
	border-radius: 32px;
}
.index_tab [data-block="title"] .item.active,
.index_tab [data-block="title"] .item:hover {
	color: #fff;
}
.index_tab [data-block="title"] .item.active::before,
.index_tab [data-block="title"] .item:hover::before {
	background: #6b84bb;
	box-shadow: 7px 8px 9px 0px rgba(128, 127, 127, 0.36);
	left: -40px;
	right: -40px;
	top: 0;
	bottom: 0;
}
.index_tab .img_box {
	border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	-ms-border-radius: 0 30px 30px 0;
	-o-border-radius: 0 30px 30px 0;
	overflow: hidden;
}
.index_tab .img_box img {
	width: 100%;
	height: 100;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	.index_tab {
		flex-wrap: wrap;
	}
	.index_tab [data-block="title"] {
		flex: 1;
	}
	.index_tab [data-block="title"] .item .t1 {
		font-size: 16px;
	}
	.index_tab [data-block="title"] .item .t2 {
		font-size: 14px;
	}
	.index_tab [data-block="title"] .item.active::before,
	.index_tab [data-block="title"] .item:hover::before {
		left: 0;
		right: 0;
	}
}
