@font-face {
	font-family: "cu";
	src: url("../fonts/8E4C4A88EBD1687CB8AC0C8E7D8958F9.OTF");
	font-weight: 400;
}

@font-face {
	font-family: "xi";
	src: url("../fonts/11C302DD8C50619E4131DA5D645FB422.OTF");
	font-weight: 400;
}

body,
html {
	font-family: "xi";
}

.nav {
	width: 100%;
	height: 70px;
	background: #fff;
	box-shadow: 0px 2px 16px rgb(0 0 0 / 6%);
	position: fixed;
	top: 0;
	z-index: 9;
}

.nav_logo {
	width: 360px;
	height: 70px;
	float: left;
	margin-left: 3%;
}

.nav_logo img {
	width: 100%;
	height: 100%
}

.nav ul {
	float: right;
	transition: all 0.5s;
	padding-right: 30px;
	box-sizing: border-box;
}

.nav ul li {
	padding: 0 10px;
	margin: 0 15px;
	float: left;
	font-size: 14px;
	height: 70px;
	line-height: 70px;
	color: #a3a3a3;
	transition: all 0.3s;
	position: relative;
}

.nav ul li.nav_ce {
	color: #5A5A5A;
}

.nav ul li:hover {
	color: #5A5A5A;
}

.nav ul li a:after {
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translate(-50%, 0%);
	background: #49ADA3;
	transition: all 0.3s;
}

.nav ul li:hover a:after {
	width: 50px;
}

.nav ul li.nav_ce a:after {
	content: '';
	width: 50px;
	height: 2px;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translate(-50%, 0%);
	background: #49ADA3;
}


.an {
	width: 70px;
	height: 70px;
	display: none;
	background: #fff;
	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;
	margin-top: 70px;
}

.banner img {
	width: 100%;
	height: auto;
}

.chanp {
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	border-bottom: #d6d6d6 1px solid;
	padding-bottom: 20px;
}

.chanp h1 {
	font-size: 24px;
	text-align: center;
	font-weight: inherit;
	color: #2aa397;
}

.chanp h1:after {
	content: '';
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	background: #666666;
}

.chanp p {
	font-size: 14px;
	text-align: center;
	color: #2aa397;
}

.chanp_cp {
	width: 80%;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}

.chanp_cp ul.chan_lutop {
	width: 100%;
	overflow: hidden;
	margin: auto;
	text-align: center;
}

.chanp_cp ul.chan_lutop li {
	display: inline-block;
	font-size: 14px;
	color: #444444;
	margin: 0 10px;
	padding: 8px 15px;
	cursor: pointer;
	margin-bottom: 10px;
}

.chanp_cp ul.chan_lutop li:hover {
	background: #2aa397;
	color: #fff;
}

.chanp_cp ul.chan_lutop li.chan_nav {
	background: #2aa397;
	color: #fff;
}

.chanp_cp ul.chan_lubottom {
	width: 100%;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
}

.chanp_cp ul.chan_lubottom li {
	width: 25%;
	overflow: hidden;
	float: left;
	margin-bottom: 40px;
}

.chanp_cp ul.chan_lubottom li .chan_img {
	width: 100%;
	overflow: hidden;
	margin: auto;
	position: relative;
}

.chanp_cp ul.chan_lubottom li .chan_img img {
	width: 80%;
	height: auto;
	margin: 20px auto;
	transition: all 1s;
}

.chanp_cp ul.chan_lubottom li .chan_img:hover img {
	transform: scale(1.2);
}

.chanp_cp ul.chan_lubottom li .chan_img:after {
	content: '';
	width: 100%;
	height: 0%;
	position: absolute;
	bottom: 0%;
	left: 0%;
	z-index: 11;
	background: rgb(0, 0, 0, 0.05);
	transition: all 0.3s;
}

.chanp_cp ul.chan_lubottom li h1 {
	font-weight: inherit;
	font-size: 14px;
	color: #444444;
	text-align: center;
	margin-top: 20px;
}

.chanp_cp ul.chan_lubottom li:hover .chan_img:after {
	height: 100%;
}

.chan_a {
	width: 240px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #2aa397;
	border-radius: 23px;
	border: 1px solid #2aa397;
	margin: auto;
	margin-top: 30px;
	transition: all 0.3s;
	position: relative;
}

.chan_a:after {
	content: '';
	width: 100%;
	height: 0%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	z-index: 11;
	background: #2aa397;
	transition: all 0.3s;
	z-index: -1;
	border-radius: 23px;
}

.chan_a a {
	display: block;
}

.chan_a:hover:after {
	height: 100%;
}

.chan_a:hover {
	color: #fff;
}

.guanyu {
	width: 100%;
	overflow: hidden;
	background-image: url(../images/1465986655861.jpg);
	background-color: #ffffff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
	margin-top: 50px;
	position: relative;
}

.guanyu h1 {
	color: #444;
	font-size: 22px;
	text-align: center;
	margin-top: 100px;
	font-weight: inherit;
}

.guanyu span {
	text-align: center;
	font-size: 13px;
	color: #a3a3a3;
	display: block;
}

.guanyu p {
	color: #a3a3a3;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: auto;
	margin-top: 50px;
}

.guan_a {
	width: 240px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #2aa397;
	border-radius: 23px;
	border: 1px solid #2aa397;
	margin: auto;
	margin-top: 50px;
	transition: all 0.3s;
	position: relative;
	margin-bottom: 80px;
}

.guan_a:hover {
	background: #2aa397;
	color: #fff;
}

.guan_a a {
	display: block;
}

.guan_img {
	width: 200px;
	overflow: hidden;
	position: absolute;
	left: 150px;
	bottom: 0;
}

.guan_img img {
	width: 100%;
	height: auto;
}

.news {
	width: 80%;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
}

.news ul {
	width: 100%;
	overflow: hidden;
}

.news ul li {
	width: 30%;
	height: 256px;
	float: left;
	position: relative;
	margin-left: 5%;
}

.news ul li:nth-child(3n+1) {
	margin-left: 0%;
}

.news_top {
	width: 100%;
	height: 96px;
	transition: all 0.6s;
	position: absolute;
	top: 0px;
}

.news_top h1 {
	color: #8a8a8a;
	font-size: 28px;
	font-weight: inherit;
	width: 90%;
	overflow: hidden;
	margin: auto;
	margin-top: 15px;
}

.news_top p {
	color: #BDBDBD;
	font-size: 14px;
	font-weight: inherit;
	width: 90%;
	overflow: hidden;
	margin: auto;
	margin-top: 0px;
}

.news_bottom {
	width: 100%;
	height: 160px;
	border-top: #BDBDBD 1px solid;
	transition: all 0.6s;
	position: absolute;
	top: 106px;
}

.news_bottom h1 {
	color: #8a8a8a;
	font-size: 16px;
	font-weight: inherit;
	width: 90%;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news_bottom p {
	color: #BDBDBD;
	font-size: 14px;
	width: 90%;
	overflow: hidden;
	margin: auto;
	font-weight: inherit;
	margin-top: 10px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news ul li:hover .news_bottom {
	top: 0px;
	border-top: #2aa397 1px solid;
}

.news ul li:hover .news_top {
	top: 160px;
	background: #2aa397;
}

.news ul li:hover .news_top h1 {
	color: #fff;
}

.news ul li:hover .news_top p {
	color: #fff;
}

.zhans {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
	margin-top: 80px;
	position: relative;
}

.zhans_cen {
	width: 80%;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}

.zhans .mySwiperaaa {
	width: 90%;
	overflow: hidden;
	margin: auto;
	position: relative;
}

.zhans .mySwiperaaa .swiper-wrapper img {
	max-width: 100%;
	height: auto;
}

.zhans .swiper-button-next,
.zhans .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.zhans .swiper-button-next:hover,
.zhans .swiper-button-prev:hover {
	background: #666666;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.zhans .swiper-button-next:after,
.zhans .swiper-button-prev:after {
	font-size: 18px !important;
	color: #666666;
}

.zhans .swiper-button-next:hover:after,
.zhans .swiper-button-prev:hover:after {
	color: #fff;
}



.dizhi {
	width: 80%;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;

}

.dizhi ul {
	width: 100%;
	overflow: hidden;
}

.dizhi ul li {
	width: 33%;
	overflow: hidden;
	float: left;
}

.dizhi_img {
	width: 40px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}

.dizhi_img img {
	width: 100%;
	height: auto;
}

.dizhi ul li p {
	line-height: 26px;
	font-size: 14px;
	color: #989898;
	float: left;
	margin-left: 7%;
}

.dizhi ul li h1 {
	line-height: 26px;
	font-size: 14px;
	color: #989898;
	font-weight: inherit;
	text-align: center;
}

.dizhi_po {
	float: left;
	margin-left: 5%;
}

.dizhi_oui {
	text-align: center;
	margin-top: 15px;
}

.dizhi_oui a {
	display: inline-block;
	margin: 0 20px;
}


.lianxiw {
	width: 93.75%;
	overflow: hidden;
	margin: auto;
	margin-top: 1px;
	border-bottom: #d6d6d6 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: none;
}

.lianxiw h1 {
	font-size: 24px;
	text-align: left;
	font-weight: inherit;
	color: #2aa397;
}

.lianxiw p {
	font-size: 14px;
	text-align: left;
	color: #2aa397;
}


.biaodan {
	width: 80%;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
}

.biaodan form {
	width: 100%;
	overflow: hidden;
}

.biaodan_lo {
	width: 100%;
	overflow: hidden;
}

.biaodan form label {
	width: 30%;
	overflow: hidden;
	display: block;
	float: left;
}

.biaodan form label input {
	width: 100%;
	height: 50px;
	display: block;
	background: #f5f5f5;
	color: #444;
	line-height: 50px;
	text-indent: 2em;
	border: none;
	border: 1px solid #f5f5f5;
	margin-bottom: 20px;
	transition: all 0.3s;
	box-sizing: border-box;
}

.biaodan form textarea {
	width: 67%;
	height: 190px;
	float: right;
	display: block;
	background: #f5f5f5;
	color: #444;
	line-height: 50px;
	text-indent: 2em;
	border: none;
	border: 1px solid #f5f5f5;
	transition: all 0.3s;
	box-sizing: border-box;
}

.biaodan form>input {
	width: 264px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
	background: #49ADA3;
	border: 1px solid #49ADA3;
	display: block;
	margin: auto;
	border-radius: 27px;
	margin-top: 20px;
	color: #fff;
}

.di {
	background: #353535;
	width: 100%;
	text-align: center;
	padding: 20px;
	font-size: 12px;
	color: #8e8e8e;
	line-height: 20px;
	margin-top: 100px;
}

.eriweima {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 100;
	display: none;
}

.containerss {
	width: 280px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.containerss img {
	width: 100%;
	height: auto;
}

.containerss p {
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #000;

}

.map {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.allmap {
	width: 100%;
	height: 100%;
}

.lxwm {
	width: 100%;
	overflow: hidden;
	margin-top: 120px;
}

.lxwm h1 {
	text-align: center;
	font-size: 28px;
	color: #000;
}

.lxwm>span {
	text-align: center;
	font-size: 14px;
	color: #747474;
	display: block;
}

.lxwm>p {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #747474;
	display: block;
	margin-top: 20px;
}

.lxwm>p span {
	font-size: 24px;
}

.lxwm i {
	width: 120px;
	height: 1px;
	background: #777777;
	display: block;
	margin: 40px auto;
}

.lxwm img {
	width: 226px;
	height: auto;
	margin: auto;
	margin-top: 30px;
}

.xinwen {
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}

.xinwen ul {
	width: 100%;
	overflow: hidden;
}

.xinwen ul li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.xinwen_z {
	width: auto;
	overflow: hidden;
	float: left;
}

.xinwen_z h1 {
	font-size: 50px;
	color: #99a4b0;
	font-weight: initial;
	line-height: 50px;
}

.xinwen_z p {
	font-size: 18px;
	color: #99a4b0;
	font-weight: initial;
	text-indent: 1em;
	margin-top: 20px;
	transition: all 0.3s;
}

.xinwen_zo {
	width: 55%;
	overflow: hidden;
	float: left;
	margin-left: 5%;
}

.xinwen_zo h1 {
	font-size: 20px;
	color: #666666;
	font-weight: initial;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.xinwen_zo p {
	font-size: 16px;
	color: #99a4b0;
	line-height: 30px;
	font-weight: initial;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 30px;
}

.weixin_y {
	width: 200px;
	overflow: hidden;
	float: right;
}

.weixin_y img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
}

.xinwen ul li:hover .xinwen_z h1 {
	color: #2aa397;
}

.xinwen ul li:hover .xinwen_z p {
	text-indent: 4em;
	color: #2aa397;
}

.xinwen ul li:hover .weixin_y img {
	transform: scale(1.3);
}

.page {
	text-align: center;
}

.page .active {
	padding: 0 5px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #49ada3;
	display: inline-block;
	min-width: 30px;
	margin-left: 4px;
	border: 1px solid #49ada3;
}

.page .total {
	padding: 0 5px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #49ada3;
	border: 1px solid #49ada3;
	background: #fff;
	display: inline-block;
	min-width: 30px;
	margin-left: 4px;
}

.contenta {
	width: 1000px;
	overflow: hidden;
	margin: auto;
	margin-top: 150px;
}

.contenta h1 {
	font-weight: inherit;
	font-size: 24px;
	color: #747474;
	text-align: center;
}

.contenta p {
	text-align: center;
	font-size: 14px;
	color: #c8c8c8;
	margin-top: 20px;
}

.contenta_c {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	font-size: 14px !important;
	color: #666666 !important;
	line-height: 26px !important;
}

.contenta_c p {
	color: #666666;
}

.contenta_c img {
	width: 100%;
	height: auto;
	margin: 30px auto;
}

.chanp_mou {
	margin-top: 150px;
}

.chanp_mou ul.chan_lubottom {
	margin-bottom: 20px;
}

.chapinx {
	width: 1000px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	position: relative;
}


.chapinx h1 {
	font-weight: inherit;
	font-size: 20px;
	color: #525252;
	text-align: left;
}

.chapinx p {
	text-align: left;
	font-size: 16px;
	color: #525252;
	margin-top: 10px;
}

.xiang_oi {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	font-size: 16px !important;
	color: #adadad !important;
	line-height: 26px !important;
}

.xiang_oi img {
	width: 100%;
	height: auto;
	margin: 30px auto;
}

.js {
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}

.js_t {
	width: 1300px;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}

.js_t_l {
	width: 45%;
	overflow: hidden;
	float: left;
}

.js_t_l h1 {
	font-size: 26px;
	color: #999999;
	text-align: center;
	font-weight: inherit;
	margin-bottom: 20px;
}

.js_t_l img {
	max-width: 100%;
	height: auto;
}

.js_t_y {
	width: 46%;
	overflow: hidden;
	float: right;
}

.js_t_y h1 {
	font-size: 34px;
	line-height: 44px;
	color: #2aa397;
	font-weight: inherit;
	margin-bottom: 40px;
}

.js_t_y p {
	margin-top: 20px;
	font-size: 18px;
	color: #999999;
	line-height: 32px;
}

.js_t_y p span {
	font-weight: bold;
}

.js_t_y img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.js_t_y h2 {
	font-size: 34px;
	line-height: 44px;
	color: #999999;
	font-weight: inherit;
}

.js_zz {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}

.js_zz img {
	width: 100%;
	height: auto;
}

.js_ul {
	width: 97%;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
}

.js_ul ul li {
	width: 33%;
	overflow: hidden;
	float: left;
	margin-left: 0.5%;
	margin-bottom: 20px;
}

.js_ul ul li img {
	width: 100%;
	height: auto;
}

.js_ul ul li:nth-child(3n+1) {
	margin-left: 0%;
}

.js_t_y ul {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.js_t_y ul li {
	width: 22%;
	overflow: hidden;
	float: left;
	margin-right: 4%;
}

.js_t_y ul li:nth-child(4n) {
	margin-right: 0%;
}

.js_t_y ul li img {
	width: 100%;
	height: auto;
	margin-top: 0px;
}

.js_t_y ul li p {
	font-size: 14px;
	color: #d7d6d6;
	margin-top: 10px;
}

.xia_y .zuo {
	position: absolute;
	left: 0;
	top: 50%;
}

.xia_y .you {
	position: absolute;
	right: 0;
	top: 50%;
}

.xia_y img {
	width: 60px;
}

.js_zz_g {
	height: 750px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.js_t2{
	padding-bottom: 50px;
}

.chan_lutop_sj{
    display: none;
}

.chan_lutop_sj li{
    font-size: 14px;
    line-height: 36px;
    padding: 0 6%;
    box-sizing: box-sizing;
    color: #969595;
}

.chan_lutop_sj li:nth-child(1){
    text-align: center;
    background: #f1f1f1;
    padding: 0;
    color: #969595;
}


.chan_lutop_sj h3{
    background: #2aa397;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}



