@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}
.pb_sys_style3 .p_no_d{
 border: 1px solid #1f8776 !important;
 color: #fff;
 background-color: #1f8776 !important;
 padding: 10px !important;
 line-height: 7px !important;
 height: 30px !important;
 font-size: 16px;
 font-family: "microsoft YaHei";
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{padding:10px !important;height:30px !important; line-height: 7px !important;
 height: 30px !important;
 font-size: 16px;
 font-family: "microsoft YaHei";}
.pb_sys_common .p_t{ font-size: 16px ;
 font-family: "microsoft YaHei";}
.pb_sys_common .p_goto input, .pb_sys_common .p_search input{height:30px !important;width:30px !important;}
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
 height:30px !important;
 width: 58px !important;
 font-size: 16px;
 font-family: "microsoft YaHei";
 line-height: 17px !important;!i;!;
 }

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
margin-top:0px !important;
}


.pb_sys_style3 .p_no_d,.pb_sys_common .p_fun a, .pb_sys_common .p_no a,.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_goto input,.pb_sys_common .p_goto a, .pb_sys_common .p_search a{margin-top:5px !important;}


.pb_sys_common .p_goto input{
 width: 40px !important;
    text-align:center;
    font-size: 16px !important;
    font-family: "microsoft YaHei" !important;
    line-height: 30px !important;
}

@font-face {
	font-family: 'SHSCN-Bold';
	src: url("../font/SOURCEHANSERIFSC-REGULAR.OTF") format("opentype");
	font-display: swap;
}

.miso_navs {
	position: fixed;
	left: 0;
	width: 100%;
	background: #1f8776;
	box-shadow: 0 0 60px rgba(0, 0, 0, .1);
	top: 0;
	z-index: 100000;
	height: 75px;
	transform: translateY(-101%);
	transition: .5s;
}

.miso_navs.xg1 {
	transform: translateY(0);
}

.miso_navs #nav {
	height: 100%
}

.miso_navs #nav .flex {
	align-items: center;
}

#nav .logo img {
	max-width: 100%;
	max-height: 60px;
}

.miso_navs #nav .logo a {
	margin: 0px 0 !important;
}

.flex-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pic::before,
.pic1::before {
	content: '';
	position: absolute;
	top: 0;
	left: -86%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
}

@-webkit-keyframes shine {
	100% {
		left: 115%;
	}
}

.af:hover .pic::before,
.pic1:hover::before {
	-webkit-animation: shine .5s;
	animation: shine .5s;

}

.pic-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s;

}

.pic:hover .pic-bg {
	transform: scale(1.1);
}

.slick-slider {
	touch-action: auto !important;
}

.fms {
	font-family: 'SHSCN-Bold';
font-weight:bold;
}

/**ie**/
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #303233;
	position: fixed;
	z-index: 99999999999999999;
	display: none;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: .9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 30px;
	background-color: #fff;
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 62px;
	margin: 45px auto 30px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 40px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}

#browser-modal .browser-content .browser-item a {
	color: #921041;
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0 auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url(../images/bro.png) no-repeat 0 -300px;
}

/*
.aline_r {
	position: relative;
	background-image: linear-gradient(#19409d, #19409d);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}

.alin_r:hover .aline_r {
	background-size: 100% 1px;
	color: #19409d;
}

.aline_r:hover {
	background-size: 100% 1px
}*/

/*body,
html {
	overflow-x: hidden;
}*/

html,
body {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.nav-bar.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.txt-elise2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #078c6b;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.el1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.el1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1600 {
	width: 1600px;
	max-width: 94%;
	margin: 0 auto;
}

.px1500 {
	width: 1500px;
	max-width: 94%;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pic img:hover {
	transform: scale(1.1);
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes ygd {
	0% {
		left: 0;
		right: auto;
		opacity: 0;
	}

	100% {

		left: 100%;
		margin-left: -33px;
		opacity: 1;
	}
}

.wap {
	display: none !important;
}


/*头部*/
.head-tt {
	background: url(../images/h-bg.png) repeat-x !important;
}

.header-box {}

.head-bottom {
	height: 56px;
	align-items: center;
}

.head-bottom p {
	color: #fff;
}

.head {
	/* position: absolute; */
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	transition: top 0.3s;
}

.head.on .head-top {
	/* background: #c30705; */
	/* box-shadow: 0 0 5px rgba(0, 0, 0, .2); */
	padding-bottom: 25px;
}

.head-top {
	position: relative;
	transition: top 0.3s;

}

.head-top>div {
	/* padding-left: 7.13%; */
	/* padding-right: 6.25%; */
}

.head.on .logo a {
	margin-top: 25px;
}

.logo a {
	display: block;
	margin: 15px 0 15px;
	transition: top 0.3s;
}

.logo a img {
	display: block;
	/*width: 100%;*/
}

.head-r {
	display: flex;
	align-items: center;
	/* flex: 1; */
}

.head-link {
	
	padding-left: 23px;
	font-size: 16px;
	min-width: 115px;
}

.head-link a {
	color: #fff;
}

/* 搜索 */
.search-k {
	width: 60%;
	margin: 0 auto;
	padding: 10px 0;
	display: none;
}

.search {
	/* float: right; */
	width: 100%;
	height: 35px;
	background: none;
	/* border: 1px solid #fff; */
	border-radius: 45px;
	position: relative;
	/* margin-top: 45px; */
	transition: top 0.3s;
	background: #fff;
	color: #fff;
	/* margin: 10px auto; */
	/* padding: 10px 0; */
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 100%;
	padding-left: 15px;
	padding-right: 70px;
	height: 35px;
	font-size: 15px;
	background: none;
	color: #333;
 position: absolute;
}

.search .button {
	width: 60px;
	height: 35px;
	background: url(../images/sousuo-3.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	/* border-radius: 0 20px 20px 0; */
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

.header-link {
	background: #1f8776;
}

.header-a {
	/* line-height: 55px; */
	text-align: right;
	align-items: center;
}

.header-a a {
	color: #fff;
	font-size: 17px;
	display: inline-block;
}

.header-a span {
	background: url(../images/head-line.png) no-repeat left center;
	width: 1px;
	height: 56px;
	margin: 0 15px;
	display: inline-block;
}

.header-a a.on,
.header-a a:hover {
	color: #e7e179;
}

.header-a a img {
	padding-top: 5px;
}


/*nav*/

.nav-bar {

	height: 65px;
	line-height: 65px;
	/* float: left; */
	/* width: 100%; */
	position: relative;
}

.nav {
	/* margin-top: 10px; */
	height: 65px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.nav>ul {
	font-size: 0;
	height: 100%;
	/* display: flex; */
	/* width: 100%; */
	/* justify-content: space-between; */
}

.nav>ul>li {
	float: left;
	position: relative;
	/* width:8.333%; */
	text-align: center;
	margin-left: 43px;
}

.nav>ul>li>a {
	display: block;
	font-size: 22px;
	line-height: 65px;
	color: #333;
	/* padding: 0 15px; */
	text-align: center;
	position: relative;
	transition: all 0.3s;
	/* width: 12.5%; */
	font-weight: bold;
}

.nav>ul>li:first-child>a::before {
	display: none;
}

.nav>ul>li.active>a {
	/* font-weight: bold; */
	/* background: #00b3af; */
	color: #1f8776;
}

.nav>ul>li:hover>a {
	/* font-weight: bold; */
}

.nav>ul>li>a:hover {
	color: #1f8776;
}

.nav>ul>li.on>div {
	/* border-top: 3px solid #c30705; */
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	/* border-bottom: 5px solid #ffffff; */
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 135px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 17px;
	line-height: 50px;
	transition: .3s;
	color: #333;
	text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
	background: #117a61;
	color: #fff;
}

.header-bo {}

.header-b-f {
	
	height: 30px;
	position: relative;
}

.header-b-f:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	right: -100%;
}

/*foot*/

.foot {

	color: #fff;

	background: url(../images/foot-bg.png) no-repeat center top;

	/* border-radius: 73px 73px 0 0; */

	/* margin-top: -73px; */

	background-size: cover;
}

.foot-bottom {
	border-top: 1px solid #39a78c;
}

.foot-bottom p {
	padding: 22px 10px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}

.foot-bottom span {
	margin: 0 8px;
}

.foot-bottom img {
	vertical-align: middle;
	margin-right: 7px;
}

.foot-line {
	width: auto;
	height: 9px;
}

.slide-right {
	position: fixed;
	right: 25px;
	bottom: 100px;
	z-index: 100
}

.slide-right ul li {
	width: 45px;
	height: 45px;
	background: #c4a972;
background:#1f8776;
	cursor: pointer;
border-radius:50%;
box-shadow: 0 0 10px rgba(255,255,255,.8);
}
.slide-right ul li:hover{background:#1d7a6b;}

#gotop {
	width: 45px;
	height: 45px;
}

#gotop img {
	margin: 12px 0 0 12px;
}



.select {
	width: 100%;
	position: relative;
	margin-bottom: 0;
	/* line-height: 50px; */
}

.select dt {
	width: 99.2%;
	display: inline-block;
	/* background: rgba(255, 255, 255, .22); */
	font-size: 15px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 5;
	text-indent: 1em;
	font-weight: 400;
	text-align: left;
}

.select dt img {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

.select dt.cur img {
	transform: translateY(-50%) rotate(180deg);
}

.select dd {
	position: absolute;
	left: 0;
	bottom: 67px;
	border: 1px solid #77c4b1;
	background: #fff;
	display: none;
	font-size: 15px;
	z-index: 100;
	width: 100%;
}

.select dd ul {
	height: 200px;
	background: #fff;
	overflow-y: scroll;
}

.select dd ul li a {
	display: block;
	color: #666;
	padding: 4px 10px;
	line-height: 1.4;
	text-align: left;
}

.select dd ul li a:hover {
	background: #f3f3f3;
	color: #089c78;
}

.links {
	width: 360px;
	position: relative;
	height: 50px;
	/* padding-left:20px; */
	border: 1px solid #78b4ab;
	/* border-radius: 5px; */
	line-height: 50px;
	z-index: 9;
}

.foot-r {}

.foot-contact p {}

.foot-top-box {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	align-items: center;
}

.foot a {
	color: #fff;
	transition: all 0.3s;
}

.foot a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.head-ewm {
	width: 165px;
	margin-left: 25px;
	flex-wrap: nowrap;
}

.head-ewm .foot-icon {
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.head-ewm.foot-ewm li {
	margin: 0 5px;
	width: 33.3333%;
	border: 0 !important;
}

.foot-ewm li {
	margin-left: 15px;
	position: relative;
	width: 122px;
	/* height: 122px; */
	/* border:1px solid #77c4b1; */
	/* border-radius:5px; */
	cursor: pointer;
	/* padding: 7px; */
	/* background: #fff; */
}

.foot-ewm li img {
	padding: 7px;
	background: #fff;
	width: 100%;
}

.foot-ewm li p {
	font-size: 17px;
	text-align: center;
	margin-top: 10px;
}



.foot-img img {
	width: 100%;
	height: 100%;
}

.foot-left {}
.foot-logo{display:none;}
.foot-txt {
	/*margin-top: 20px;*/
}

.foot-txt p {
	font-size: 17px;
	line-height: 35px;
}

.foot-txt p>span {
	margin: 0 5px 0 0;
}

#gotop p {
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
}



/*二级  nav*/
.nymain .leftNav {

	position: relative;
	z-index: 3
}

.nymain .leftNav>h2 {

	color: #fff;

	background: url(../images/list-nav.png) no-repeat left bottom #1f8776;

	background-size: 55%;

	font-size: 31px;

	text-align: center;

	margin: 0;

	float: left;

	font-family: 'SHSCN-Bold';

	height: 110px;

	border-radius: 0 80px 0 0;

	line-height: 110px;

	margin-top: -30px;

	padding-right: 50px;
font-weight:bold;
}
.nymain .leftNav>h2>a{color:#fff !important;font-weight:bold;}
.nymain .leftNav>ul {
	position: relative;
	/* padding-bottom: 80px; */
	/* background-color: #f5f5f5; */
	float: left;
	overflow: hidden;
	margin-left: 45px;
}
.nav-phone{
	display:none;
}

.nymain .leftNav>ul::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	/* background: #f4f4f4; */
}

.nymain .leftNav>ul>li {
	position: relative;
	float: left;
	/* padding: 0 20px; */
}




.nymain .leftNav>ul>li:first-child {
	border-top: none;
}

.nymain .leftNav>ul>li>a {
	display: block;
	font-size: 20px;
	/* font-weight: bold; */
	line-height: 77px;
	text-align: center;
	position: relative;
	margin: 0 35px;
}

.nymain .leftNav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	/* top: 0; */
	bottom: 0;
	width: 100%;
	height: 5px;
	/* background: #cc6951; */
	display: none;
	transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>a {
	/* background-color: #efefef; */
	color: #a10a13;
}

.nymain .leftNav>ul>li.on>a::after {
	display: block;
}

.nymain .leftNav>ul>li.active>a {
	/* background-color: #fff; */
	color: #a10a13;
}

.nymain .leftNav>ul>li.active>a::after {
	display: block;
}

.nymain .leftNav>ul>li.on>a {
	color: #1f8776;
	/* background: #cc6951; */
	font-weight: bold;
	border-bottom: 3px solid #1f8776;
}

.nymain .leftNav>ul>li:hover>a {
	background-color: #fff;
	color: #1f8776;
}


.nymain .leftNav>ul>li:hover>a::after {
	display: block;
}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
	display: none;
}

.nymain .leftNav ul li a:hover {
	/* background: #cc6951; */
	color: #1f8776;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 10px;
}

.nymain .leftNav>ul>li>ul>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
}


.list-bar {
	box-shadow: 0 0 10px rgb(31, 135, 118, .4);
	position: relative;
}

.banner-list {
	position: relative;
	overflow: hidden;
	padding-top: 18.2%;
}

.banner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner-list:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 99px;
	background: url(../images/ban-list-bg-1.png) repeat-x left bottom;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.list-lo {
	position: relative;
	z-index: 2;
	padding-bottom: 15px !important;
	overflow: hidden;
}

.location {
	text-align: right;
	font-size: 16px;
	color: #fff;
	background: url(../images/weizhi.png) no-repeat left center;
	padding-left: 20px;
	float: right;
}

.location a {
	color: #fff;
}



.channl-menu:before {
	content: "";
	position: absolute;
	left: -100%;
	height: 110px;
	width: 100%;
	background: #1f8776;
	top: -30px;
}

.nav-slick{
	width:calc(100% - 327px);
}
/* 导航容器整体样式 */
.nav-container {
	position: relative;
	width: calc(100% - 372px);
	/* 基础宽度，可替换 */
	max-width: 100%;
	/* 适配窗口缩放 */
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

/* 导航滚动区域 - 核心：开启滚动吸附，强制对齐完整项 */
.nav-scroll {
	display: flex;
	gap: 30px;
	/* 固定间距 */
	padding: 0px 40px;
	/* 左右留箭头空间 */
	white-space: nowrap;
	overflow-x: hidden;
	/* 隐藏滚动条 */
	scroll-behavior: smooth;
	box-sizing: border-box;
	margin: 0 40px;
	/* 核心：强制X轴滚动吸附，必须对齐完整项 */
	scroll-snap-type: x mandatory;
	/* align-items: center; */
}

/* 导航项样式 - 核心：吸附到起始位置，禁止压缩 */
.nav-item {
	padding: 0px 12px;
	color: #333;
	text-decoration: none;
	font-size: 20px;
	white-space: nowrap;
	box-sizing: border-box;
	flex-shrink: 0;
	/* 禁止压缩，宽度固定 */
	scroll-snap-align: start;
	/* 关键：滚动时吸附到项的起始位置 */
	scroll-snap-stop: always;
	/* 强制停止在完整项位置，不跳过 */
	line-height: 80px;
	position: relative;

}

.nav-item.on{
	font-weight: bold;
	color: #1c8576;
}
.nav-item.on:before{
content: "";
	position: absolute;
	height: 3px;
	bottom: 0;
	left: 12px;
	right: 12px;
	width: calc(100% - 24px);
	background: #1c8675;
}

/* 左右箭头样式 */
.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	/* background-color: #fff; */
	/* border: 1px solid #eee; */
	border-radius: 50%;
	display: none;
	/* 默认隐藏 */
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 11;
	transition: all 0.2s ease;
	pointer-events: none;
	/* box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); */
	background: url(../images/jy-left.png) no-repeat center #1c8576;
}

.nav-arrow.arrow-right {
	background: url(../images/jy-right.png) no-repeat center #1c8576;
}

/* 箭头显示状态（无论是否禁用，只要溢出就显示） */
.nav-arrow.show {
	display: flex;
}

/* 箭头可用状态（未禁用时） */
.nav-arrow:not(.disabled) {
	pointer-events: auto;
	cursor: pointer;
}

/* 箭头禁用状态（仅左箭头生效） */
.nav-arrow.disabled {
	background-color: #f5f5f5 !important;
	border-color: #ddd !important;
	color: #ccc !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

.arrow-left {
	left: 0px;
}

.arrow-right {
	right: 0px;
}



.foot-txt h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom:15px;
}

.foot-lj{
	background:#0b917c;
	
}

.foot-lj a{
	font-size: 20px;
	margin-right:50px;
	display:inline-block;
	line-height: 90px;
}

.bmzc-bot{margin-top:30px;padding-bottom:30px;}
.bmzc-bot p{text-align:right;font-size:15px;color:#555;}

@media screen and (max-width:1600px) {
	.head-top>div {
		/* padding: 0 20px; */
	}

	.logo a img {
		height: 80px;
	}

	.search .text {
		font-size: 16px;
	}

	.nav>ul>li>a {
		font-size: 20px;
	}

	.nav>ul>li {
		margin-left: 35px;
	}

	.foot-logo img {
		height: 85px;
	}

	.nymain .leftNav>ul>li>a {
		margin: 0 30px;
	}

}

@media screen and (max-width:1520px) {
	.px1600,.px1500 {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media screen and (max-width:1479px) {
	.nav>ul>li>a {
		font-size: 18px;
	}

	.logo a img {
		height: 60px;
	}

	.nav>ul>li {
		margin-left: 25px;
	}

	.search .text {
		font-size: 14px;
	}

	.foot-txt p,
	.foot-ewm li p,
	.foot-bottom p{
		font-size: 14px;
	}

.foot-lj a{font-size:16px;line-height:50px;margin-right:30px;}

}

@media screen and (max-width:1400px) {
	.logo a {
		margin-top: 15px;
	}

	.nav>ul>li>a {
		font-size: 18px;
	}


	.head.on .logo a {
		margin-top: 18.5px;
	}



	.foot-logo img {
		height: 85px;
	}

	.nymain .leftNav>ul>li>a {
		margin: 0 15px;
	}
}

@media screen and (max-width:1300px) {
	.logo a img {
		height: 50px;
	}

	.foot-logo img {
		height: 60px;
	}

	.foot-ewm li {
		width: 90px;
	}

	.nymain .leftNav>h2 {
		padding-right: 50px;
		font-size: 27px;
	}

	.nymain .leftNav>ul>li>a {
		font-size: 16px;
	}

}

@media screen and (max-width:1279px) {
	.nymain .leftNav>ul>li>a {
		font-size: 16px;
	}

	.nymain .leftNav>h2 {
		padding-right: 40px;
	}

	.foot-top-box {
		padding: 30px 0;
	}

	.nav>ul>li>a {
		/* padding: 0 10px; */
		font-size: 18px;
	}

	.nav>ul>li>div>ul>li a {
		font-size: 16px;
	}

	.foot-bottom p {
		padding: 20px 10px;
	}

	.nav>ul>li {
		margin-left: 20px;
	}

	.nymain .leftNav>ul>li>a {
		margin: 0 10px;
	}
	.nav-item{
		font-size: 16px;
	}

.foot-lj a{font-size:15px;line-height:50px;margin-right:20px;}
}

@media screen and (max-width:1100px) {
	.logo a img {
		height: 30px;
	}

	.foot-logo img {
		height: 70px;
	}

	.foot-icon img {
		/* width: 45px; */
		/* height: auto; */
	}

	.foot-contact {
		font-size: 14px;
	}

	.foot-txt p>span {
		display: block;
		margin-right: 0;
	}

	.foot-txt p {
		line-height: 25px;
	}

	.nymain .leftNav>h2 {
		font-size: 25px;
	}

	.nymain .leftNav>h2 {
		padding-right: 40px;
	}

	.nymain .leftNav>ul>li>a {
		font-size: 15px;
	}

	.nymain .leftNav>ul {
		margin-left: 20px;
	}
}

@media screen and (max-width:1024px) {
	.foot-top-box {
		flex-wrap: wrap;
		text-align: center;

	}
.miso_navs{ display: none;}
.nav-slick{
	display:none !important;
}
.nav-phone {
	display: block;
}
	.list-bar {
		box-shadow: none;
	}

	.list-bar {
		box-shadow: none;
		background: #f6f7fb;
		padding-top: 30px;
		padding-bottom:20px;
	}

	.nymain .leftNav {
		float: none;
		width: auto;

		margin-right: 0;
		margin-top: 15px;
	}

	.nymain .leftNav>p {
		font-size: 18px;
		padding: 10px 0;
	}

	.nymain .leftNav ul {
		display: none;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		float: none;
		background: #fff;
		margin-left: 0;
	}

	.nymain .leftNav ul li a {
		line-height: 44px;
		font-size: 16px;
		padding: 0 15px;
		border-bottom: 0;
	}

	.nymain .leftNav ul li.on a {
		border-bottom: 0;
	}

	.nymain .leftNav>ul>li>ul>li>a {

		font-size: 15px;
		line-height: 36px;
	}

	.nymain .leftNav>ul>li>span {
		top: 5px;
	}

	.channl-menu:before {
		display: none;
	}

	.nymain .leftNav>h2 {
		line-height: 46px;
		font-size: 18px;
		text-align: left;
		padding-left: 15px;
		font-weight: 600;
		display: block;
		/* margin-top: 10px; */
		float: none;
		height: 40px;
		padding-right: 10px;
		border-radius: 0 15px 0 0;
		line-height: 40px;
		background: url(../images/list-nav.png) no-repeat 15px bottom #1f8776;
		background-size: 74px;
	}

	.nymain .leftNav>ul>li {
		width: 100%;
		border-top: 1px solid #eee !important;
	}

	.nymain .leftNav>ul>li a:after {
		display: none;
	}

	.nymain .leftNav>h2 span {
		float: right;
		width: 24px;
		height: 30px;
		margin-top: 5px;
		background: url(../images/sub_left_down2.png) no-repeat center center;
		background-position: left center;
		/* margin-right: 10px; */
	}

	.nymain .leftNav>ul>li>a::after {
		width: 0px;
	}

	.foot-logo,
	.foot-r {
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.foot-logo {
		margin-top: 15px;
	}

	.foot-bottom span {
		display: block;
		line-height: 1.6
	}

	.foot-contact {
		margin-top: 15px;
		line-height: 30px;
	}

	.foot-ewm {
		width: 100%;
		justify-content: center;
		margin-top: 25px;
	}

	.foot-ewm li {
		margin: 0 5px;
	}

	.foot-left {
		width: 100%;
	}

	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.wap {
		display: block !important;
	}

		.m-top {
			/* max-width: 1920px; */
			margin: 0 auto;
			position: fixed;
			right: 0px;
			top: 0px;
			width: 60px;
			height: 60px;
			z-index: 99999;
			background: #fff;
		}
	
		.m-top:after {
			content: "";
			position: absolute;
			z-index: -1;
			top: 0;
			left: -6px;
			border-right: #fff 6px solid;
			border-bottom: transparent 60px solid;
		}
	
		.wap-menu {
			position: absolute;
			top: 17.5px;
			right: 17.5px;
			z-index: 99999;
			font-size: 0;
			/* width: 60px; */
			/* height: 60px; */
		}
	
		.wap-menu img {
			height: 25px;
			width: 25px;
		}
	
		.close-menu {
			display: none;
			position: absolute;
			right: 0;
			top: 0;
		}
	
		.nav-bar {
			display: none !important;
		}
	
		.header-link,
		.header-bo {
			display: none;
		}
	
		.m-head {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			background: #f4f4f4;
			box-shadow: 0 0 10px rgba(0, 0, 0, .3);
			z-index: 9999;
			padding: 10px 15px;
		}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		display: inline-block;
		margin-right: 20px;
		font-size: 12px;
		color: #fff;
		line-height: 28px;
	}

	.m-nav .head-link {
		margin: 15px;
	}

	.m-nav .head-link a {
		font-size: 14px;
	}

	.m-link-a {
		text-align: center;
		padding-top: 15px;
	}

	.m-link-a a {
		color: #fff;
		margin: 0 5px;
		font-size: 13px;
	}

	.m-search {
		margin: 0 15px 10px;
		padding-right: 50px;
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		background: #fff;
		margin-top: 15px;
		border: 1px solid #fff;
		border-radius: 20px;
		color: #333;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #333;
	}

	.m-search input[type="text"]::placeholder {
		color: #999;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 9999;
		background: #078c6b;
		overflow-y: scroll;
		width: 100%;
		/*max-width: 375px;*/
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

	.links {
		height: 35px;
		line-height: 35px;
		margin-top: 15px;
		width: 60%;
		margin: 0 auto;
	}

	.select dt {
		line-height: 33px;
	}

	.select dd {
		bottom: 45px;
	}

	.foot {
		/* padding-bottom: 20px; */

		font-size: 15px;
	}

	.foot p {
		font-size: 13px;
	}

	.foot .link h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.foot .link ul li a {
		font-size: 14px;
		line-height: 30px;
	}

	.foot .link ul li::after {
		height: 14px;
	}

	.foot .link ul li {
		margin-right: 15px;
		padding-right: 15px;
	}

	.foot .link {
		padding: 20px 0 10px 0;
	}

	.foot-d {
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.foot-d .foot-dz {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.foot-d .foot-dz p {
		font-size: 14px;
	}

	.foot-wx {
		width: 100%;
		margin-top: 20px;
	}

	.foot-wx ul {
		justify-content: center;
	}

	.foot-wx ul li p {
		font-size: 14px;
	}

.foot-lj a{font-size:14px;line-height:40px;margin-right:20px;}
.m-link-a a{display:inline-block;}
}

@media screen and (max-width:768px) {
	.foot-wx ul li img {
		max-width: 80px;
	}

	.px1600,.px1500 {
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
		padding: 0 15px;
	}

	.foot-top-box {
		padding: 20px 0;
	}


}

@media screen and (max-width:640px) {

	.foot-logo img {
		/* max-width:70%; */
		height: 60px;
	}

}

@media screen and (max-width:480px) {
	foot-contact {
		font-size: 14px;
		line-height: 1.5;
	}

	.foot {
		/* border-radius:30px 30px 0 0; */
	}

	.foot-top {
		/* border-radius: 40px 40px 0 0; */
	}

	.foot-line {
		height: 5px;
	}


	.foot-logo img {
		max-width: 85%;
		height:auto;
	}

}

@media screen and (max-width:375px) {
	.foot-wx ul li {
		margin-left: 20px;
	}
}