@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #2f7462;
}
.bgcolor,.hvbgcolor:hover{
	background: #2f7462;
	color: #fff;
}
.head,.head_height{
	height: 100px;
}
.head{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.logo{
	display: inline-block;
	height: 50px;
}
.nav li{
	position: relative;
	margin-right: 60px;
}
.nava{
	display: block;
	line-height: 100px;
	height: 100px;
	position: relative;
}
.nava::after{
	width: 50px;
	height: 3px;
	background: #2f7462;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	opacity: 0;
	transition: .25s;
}
.nav li.active .nava,.nav li:hover .nava{
	color: #2f7462;
}
.nav li.active .nava::after{
	opacity: 1;
}
.navhide{
	width: 130px;
	border-radius: 0 0 8px 8px;
	background: rgba(255,255,255,.9);
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,.hbr_lg:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 40px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 13px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #2f7462;
}
.hbr{
	position: relative;
	display: flex;
	align-items: center;
}
.hbr a{
	display: inline-block;
	padding: 8px 30px;
	background: #2F7462;
	color: #fff;
	border-radius: 3px;
}
.hbr input{
	width: 260px;
	height: 36px;
	background: #f8f8f8;
	border-radius: 4px;
	padding: 0 12px;
}
.hbr button{
	width: 65px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: #2f7462;
	color: #fff;
	border-radius: 0 4px 4px 0;
	transition: .25s;
}
.hbr button:hover{
	opacity: .85;
}
.bnimg{
	min-height: 400px;
}
.md{
	padding: 70px 0;
}
.i1t li{
	margin: 10px;
	display: inline-block;
	padding: 5px 28px;
	border: 1px solid #2F7462;
	color: #2F7462;
	transition: .25s;
	cursor: pointer;
}
.i1t li.active{
	background: #2F7462;
	color: #fff;
}
.i1aimg{
	position: relative;
	overflow: hidden;
}
.i1aimgbg span{
	display: inline-block;
	padding: 3px 25px;
	border: 1px solid #fff;
	transition: .25s;
}
.i1aimgbg span:hover{
	background: #2F7462;
	border: 1px solid #2F7462;
	color: #fff;
}
.i1a_a{
	display: block;
	min-height: 100%;
	border: 1px solid #E6E6E6;
	text-align: center;
}
.i1a_a:hover{
	border: 1px solid #2F7462;
}
.i1atxt{
	padding: 12px 15px;
}
.morea{
	width: 35%;
	display: inline-block;
	padding: 10px 0;
	border: 1px solid #2F7462;
	color: #2F7462;
}
.morea:hover{
	background: #2F7462;
	color: #fff;
}
.i2tline{
	width: 50%;
	border-bottom: 1px solid #2F7462;
}
.i2ba{
	display: flex;
	align-items: flex-start;
}
.i2bal{
	width: 130px;
	background: #2F7462;
	line-height: 35px;
	color: #fff;
	margin-right: 20px;
	text-align: center;
}
.i2bara i{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	width: 22px;
	height: 22px;
	color: #fff;
	background: #2F7462;
	margin-top: 9px;
	margin-right: 15px;
	font-size: 14px;
}
.i2f{
	padding: 25px 6%;
	background: #2F7462;
	color: #fff;
	display: flex;
	align-items: center;
}
.i2fr{
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.i3ma{
	width: 32%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.i3maipt input{
	width: 100%;
	height: 60px;
	border-radius: 4px;
	background: #eeeeee;
	padding: 0 20px;
	transition: .25s;
}
.i3maipt input:focus{
	background: #ddd;
}
.i3b button{
	background: #2F7462;
	border: 1px solid #2F7462;
	color: #fff;
	cursor: pointer;
	transition: .25s;
}
.i4{
	background: #f0f0f0;
}
.i4l{
	padding: 30px 0;
	display: flex;
	justify-content: flex-end;
}
.i4lw{
	padding-right: 5%;
	width: 600px;
	max-width: 100%;
}
.i4ll i{
	display: block;
	margin: 15px 0 10px 0;
	width: 40px;
	height: 3px;
	background: #2F7462;
}
.foot{
	background: #f8f8f8;
	padding: 25px 0;
}
.foot a:hover{
	color: #2F7462;
	text-decoration: underline;
}
.fta{
	text-align: left;
	margin: 0 3%;
}
.fm i{
	width: 1px;
	height: 15px;
	background: #ccc;
	display: block;
	margin: 0 30px;
}
.fm i:last-child{
	display: none;
}

.listbn{
	padding: 48px 0;
}
.ab1{
	background: #F8F8F8;
	padding: 40px 0;
}
.a1br{
	width: 26%;
	margin-left: 25px;
}
.a1br img{
	max-width: 100%;
}
.ab2a{
	margin: 0 2px;
	flex: 0;
	flex-grow: 1;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}
.ab2abg{
	color: #fff;
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab2ahide{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #2f7462;
	color: #fff;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.ab2a:hover .ab2ahide{
	opacity: 1;
	visibility: inherit;
}
.ab3l{
	width: 300px;
}
.ab3w{
	background: #f8f8f8;
}
.ab3r{
	padding: 15px 20px;
}
.ab4bg{
	background: url(../images/ab4bg_02.jpg) no-repeat top center;
	background-size: 100%;
}
.ab4a{
	width: 23.5%;
	border: 2px solid #2F7462;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.ab5w{
	background: #F8F8F8;
}
.ab5r{
	width: 27.5%;
	margin-left: 3%;
}
.ab5l{
	padding: 15px 0;
}
.ab5la{
	align-items: flex-start;
	padding: 12px 0;
}
.ab5lal{
	background: #2F7462;
	color: #fff;
	border-radius: 0 30px 30px 0;
	padding: 12px 30px;
	margin-right: 20px;
}
.ab6{
	background: #F8F8F8;
}
.ab6a{
	flex: 0;
	flex-grow: 1;
	text-align: center;
	min-height: 100%;
}
.ab6a img{
	transition: .5s;
}
.ab6a:hover img{
	transform:rotateY(180deg);
}
.ab6ab{
	border-left: 2px solid #d0ded9;
	padding: 0 20px;
	color: #666;
	min-height: 60%;
}
.ab6a:last-child .ab6ab{
	border-right: 2px solid #d0ded9;
}
.ab7a_a{
	border: 2px solid #2F7462;
	border-radius: 8px;
	padding: 30px;
	padding-top: 70px;
	text-align: center;
	min-height: 100%;
	position: relative;
}
.ab7a_a i{
	width: 90px;
	height: 90px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2F7462;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: -45px;
}
.ab8txt{
	width: 28%;
	min-width: 220px;
	display: flex;
	flex-wrap: wrap;
}
.ab8txt span{
	width: 100%;
	display: block;
	margin: 20px 0;
	line-height: 70px;
	border: 3px solid #2F7462;
	background: #fff;
	border-radius: 60px;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.ab8ma{
	width: 55%;
	position: relative;
}
.ab8ma:last-child{
	margin-left: -10%;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 60px 0;
	}
	.bnimg{
		min-height: 350px;
	}
	.nav li{
		margin-right: 45px;
	}
	
	.ab8txt span{
		font-size: 15px;
		margin: 12px 0;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 50px 0;
	}
	.bnimg{
		min-height: 300px;
	}
	.nav li{
		margin-right: 30px;
	}
	.i4lw{
		padding: 0 20px;
	}
	.i4lr img{
		width: 120px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 40px 0;
	}
	.bnimg{
		min-height: 250px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.bnimg{
		min-height: 150px;
	}
	.i1t ul{
		justify-content: center;
	}
	.i1t li{
		font-size: 14px;
		margin: 7px;
		padding: 0 15px;
		line-height: 30px;
	}
	.i1a{
		width: 100%;
	}
	.i2ba{
		display: block;
	}
	.i2bal{
		margin-bottom: 15px;
		margin-right: 0;
	}
	.i2fl {
		flex: 0;
		flex-grow: 1;
	}
	.i3m{
		display: block;
	}
	.i3ma{
		margin-top: 15px;
		width: 100%;
	}
	.i3maipt input{
		height: 45px;
	}
	.i3b button{
		padding: 8px 0;
	}
	.i4lw{
		width: 100%;
		padding: 0 15px;
		display: block;
		text-align: center;
	}
	.i4ll i{
		margin: 15px auto;
	}
	.i4lr{
		text-align: center;
		margin-top: 15px;
	}
	.i4lr img{
		width: 100px;
		margin: 0 auto;
	}
	.fta{
		padding: 8px 0;
	}
	.fta img{
		height: 30px;
	}
	.fm{
		font-size: 12px;
	}
	.fm i{
		height: 12px;
		margin: 0 12px;
	}
	.foot{
		padding: 15px 0;
	}
	
	.listbn{
		padding: 20px 0;
	}
	.ab2a{
		flex: inherit;
		flex-grow: inherit;
		width: 49%;
		margin: 0;
		margin-top: 8px;
	}
	.ab4bg{
		background-size: 100% 50%;
	}
	.ab4t h4{
		line-height: 30px;
		font-size: 13px;
	}
	.ab4a{
		width: 100%;
	}
	.ab5lal{
		padding: 8px 20px;
		font-size: 14px;
	}
	.ab6w{
		flex-wrap: wrap;
	}
	.ab6a{
		flex: inherit;
		flex-grow: inherit;
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #d0ded9;
	}
	.ab6a:last-child{
		border-bottom: 0;
	}
	.ab6a img{
		height: 50px;
	}
	.ab6ab{
		border: 0 !important;
	}
	.ab7w{
		margin-top: 10px;
	}
	.ab7a{
		margin-top: 25px;
		width: 100%;
	}
	.ab7a_a i{
		width: 50px;
		height: 50px;
		font-size: 22px;
		margin-left: -25px;
		top: -25px;
	}
	.ab7a_a{
		padding: 20px;
		padding-top: 40px;
	}
	.ab8txt span{
		line-height: 40px;
		margin: 8px 0;
	}
	.ab8jt img{
		transform:rotate(90deg);
		height: 20px;
		display: block;
		margin: 0 auto;
	}
}

.ny_fl{margin-bottom: 50px;width: 100%;overflow: hidden;}
.ny_fl ul{width: 100%;overflow: hidden;align-items: center;justify-content: center;flex-wrap: wrap;display: flex;}
.ny_fl ul li{padding: 0px 15px;margin-bottom: 19px;}
.ny_fl ul li a{display: block;line-height: 46px;text-align: center;padding: 0px 30px;border: solid 1px #2F7462; color: #2F7462;font-size: 16px;}
.ny_fl ul li.active a{color: #FFFFFF;background: #2F7462;}
.ny_fl ul li:hover a{color: #FFFFFF;background: #2F7462;}

.ny_fw .n_r{width: 100%;overflow: hidden;margin-bottom: 39px;border: solid 1px #E6E6E6;}
.ny_fw .n_r .t_p{width: 100%;position: relative;height:243px;overflow: hidden;}
.ny_fw .n_r .t_p img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center top;
	-webkit-user-select:none;
	user-select:none;
	transition: all 5s;
	-o-transition: all 5s;
	-ms-transition: all 5s;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
}
.ny_fw .n_r .w_z{width: 100%;height: 100%;background: rgba(0,0,0,.5);position: absolute;z-index: 999;top: 0px;left: 0px;}
.ny_fw .n_r .w_z .n_m{text-align: center;position: absolute;top: 20%; color: #FFFFFF;width: 100%;}
.ny_fw .n_r .w_z .n_m p{font-size: 20px;font-weight: bold;margin-bottom: 9px;}
.ny_fw .n_r .w_z .n_m span{display: block;text-transform: uppercase;font-size: 14px;}
.ny_fw .n_r .w_z .m_r{width: 100%;position: absolute;bottom: 20%;display: flex;justify-content: center;}
.ny_fw .n_r .w_z .m_r a{padding: 9px 20px;border: solid 1px #FFFFFF;color: #FFFFFF;font-size: 16px;}
.ny_fw .n_r .b_t{display: flex;align-items: center;justify-content: center;line-height: 56px;}
.ny_fw .n_r .b_t a{font-size: 20px;}
.ny_fw .n_r:hover{border: solid 1px #2F7462;}
.ny_fw .n_r:hover .t_p img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.ny_fw .n_r:hover .b_t a{color: #2F7462;}
.ny_fw .n_r:hover .w_z .m_r a{border: solid 1px #2F7462;background: #2F7462;}
@media only screen and (max-width:1100px) {
	.ny_fl{margin-bottom: 30px;}
	.ny_fl ul li{padding: 0px 9px;margin-bottom: 16px;}
	.ny_fl ul li a{line-height: 36px;padding: 0px 20px;font-size: 14px;}
	.ny_fw .n_r{margin-bottom: 20px;}
	.ny_fw .n_r .t_p{height:190px;}
	.ny_fw .n_r .w_z .n_m p{font-size: 16px;margin-bottom: 6px;}
	.ny_fw .n_r .w_z .n_m span{font-size: 13px;}
	.ny_fw .n_r .w_z .m_r a{padding: 6px 16px;font-size: 14px;}
	.ny_fw .n_r .b_t{line-height: 46px;}
	.ny_fw .n_r .b_t a{font-size: 16px;}
}
@media only screen and (max-width:640px) {
	.ny_fl ul{
		justify-content: initial;
	}
	.ny_fl ul li a{
		padding: 0px;
		width: 100%;
	}
	.ny_fl ul li{min-width: 25%;}
	.ny_fw .n_r .w_z .n_m {
		padding: 9px;
	}
	.ny_fw .n_r .w_z .n_m span {
		font-size: 12px;
	}
	.ny_fw .n_r .w_z .n_m p {
		font-size: 15px;
	}
	.ny_fw .n_r .b_t a {
		font-size: 15px;
	}
}


.xw_lb ul li{
	padding:25px 30px;
	background-color:#fff;
	border-radius:6px;
	margin-bottom:35px;
	overflow:hidden;
	transition:all .5s;
	-webkit-transition:all .5s;
	box-shadow: 0 8px 20px 0 rgba(95,125,158,.2);
}
.xw_lb ul li:hover{box-shadow:0 0 15px rgba(0,0,0,.05);}
.xw_lb a{display:flex; flex-wrap:wrap; justify-content:space-between;}
.xw_lb .t_p{width:23%; border-radius:6px; overflow:hidden;}
.xw_lb .t_p img{width:100%; height:100%; display:block;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	user-select:none;
	transition:all 1s;
	-webkit-transition:all 1s;}
.xw_lb ul li:hover .t_p img{transform:scale(1.05);
	-webkit-transform:scale(1.05);}
.xw_lb .w_z{width:75%; margin-top:6px; padding-right:160px; position:relative;}
.xw_lb .w_z h3{font-size:22px; color:#000; font-weight:bold; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
	transition:all .5s;
	-webkit-transition:all .5s;}
.xw_lb ul li:hover .w_z h3{color:#2F7462;}
.xw_lb .w_z .m_s{line-height:26px; color:#666; height:78px; overflow:hidden; display:-webkit-box; margin-bottom:20px;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	font-size: 13px;
}
.xw_lb .w_z i{width:120px; height:40px; border-radius:40px; border:1px solid #2F7462; line-height:38px; text-align:center; color:#2F7462; display:block;
	transition:all .5s;
	-webkit-transition:all .5s;}
.xw_lb ul li:hover .w_z i{background-color:#2F7462; color:#fff;}
.xw_lb .r_q{width:100px; background-color:#f7f7f7; padding:20px 0; border-radius:10px; text-align:center; position:absolute; top:3px; right:0;}
.xw_lb .r_q strong{display:block; font-size:26px; color:#000;}
.xw_lb .r_q span{display:block; color:#666;}
@media only screen and (max-width:1100px){
	.xw_lb .t_p{width:26%;}
	.xw_lb .w_z{width:71%; padding-right:130px;}
	.xw_lb .w_z h3{font-size:22px; margin-bottom:10px;}
	.xw_lb .w_z .m_s{height:52px; margin-bottom:15px;
		line-clamp:2;
		-webkit-line-clamp:2;}
}
@media only screen and (max-width:768px){
	.xw_lb ul li{padding:20px; margin-bottom:20px;}
	.xw_lb .t_p{width:30%;}
	.xw_lb .w_z{width:68%; padding-right:100px;}
	.xw_lb .w_z .m_s{height:44px; line-height:22px; margin-bottom:10px;}
	.xw_lb .w_z i{width:100px; height:34px; border-radius:34px; line-height:32px;}
	.xw_lb .r_q{width:90px;}
	.xw_lb .r_q strong{font-size:22px;}
}
@media only screen and (max-width:640px){
	.xw_lb ul li{padding:0; margin-bottom:15px;}
	.xw_lb .t_p{width:100%; border-radius:0;}
	.xw_lb .w_z{width:100%; padding:15px; margin-top:0;}
	.xw_lb .w_z h3{font-size:18px; margin-bottom:6px;}
	.xw_lb .w_z i{width:90px; height:30px; border-radius:30px; line-height:28px;}
	.xw_lb .r_q{display:none;}
}

.xw_xq{width:100%; overflow:hidden; position:relative;
	background: #FFFFFF;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:640px){
	.xw_xq .xq_nr .b_t{font-size:16px; line-height:30px; margin-bottom:15px;}
	.xw_xq .xq_nr .x_x{padding-bottom:15px; margin-bottom:15px;}
	.xw_xq .xq_nr .n_r{font-size:12px; line-height:24px;}
	.xw_xq .xq_nr .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}

.mg_my{margin:0 !important;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
::placeholder{color:#999;}
.ny_lx{width:100%; padding:80px 0; overflow:hidden;}
.ny_lx .b_t{margin-bottom:35px; font-size:26px; font-weight:bold; color:#000; line-height:36px;}
.ny_lx .lx_nr{width:440px;}
.ny_lx .lx_nr .x_x ul li{margin-top:30px; font-size:17px; line-height:36px; color:#333; padding-left:30px; position:relative;}
.ny_lx .lx_nr .x_x i{width:30px; position:absolute; top:0; left:0; color:#999; text-align:center; display:inline-block;}
.ny_lx .lx_nr .x_x i.icon-youxiang1{font-size:18px;}
.ny_lx .lx_nr .x_x i.icon-dianhua4{font-size:18px;}
.ny_lx .lx_bd{width:calc(100% - 500px);}
.ny_lx .lx_bd .b_d ul li{width:45%; position:relative;}
.ny_lx .lx_bd .b_d ul li.q_b{width:100%;}
.ny_lx .lx_bd .b_d input{width:100%; height:71px; border-bottom:1px solid #eee; line-height:70px; color:#333; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d input::placeholder{color:#999;}
.ny_lx .lx_bd .b_d textarea{width:100%; height:86px; padding-top:13px; border-bottom:1px solid #eee; line-height:24px; color:#333; resize:none; display:block;font-size: 17px;}
.ny_lx .lx_bd .b_d textarea::placeholder{color:#999;}
.ny_lx .lx_bd .b_d button{
	width:140px;
	height:46px;
	border-radius:5px;
	background-color:#2F7462;
	font-size:17px;
	line-height:46px;
	color:#fff;
	margin-top:40px;
	margin-right:15px;
	outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.ny_lx .lx_bd .b_d button:hover{background-color:#2F7462;}
.ny_lx .lx_bd .b_d button.c_z{background-color:#888;}
.ny_lx .lx_bd .b_d button.c_z:hover{background-color:#2b2b2b;}
.ny_lx .lx_mp{width:100%; height:400px; margin-top:50px;}
@media only screen and (max-width:1100px){
	.ny_lx{padding:50px 0;}
	.ny_lx .b_t{margin-bottom:25px; font-size:22px; line-height:28px;}
	.ny_lx .lx_nr{width:300px;}
	.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:22px;}
	.ny_lx .lx_bd{width:calc(100% - 340px);}
	.ny_lx .lx_bd .b_d ul li{width:47%; position:relative;}
	.ny_lx .lx_bd .b_d input{height:53px; line-height:52px;}
	.ny_lx .lx_bd .b_d textarea{line-height:24px;}
	.ny_lx .lx_bd .b_d button{width:120px; height:38px; line-height:38px; margin-top:15px;}
	.ny_lx .lx_mp{height:350px;}
}
@media only screen and (max-width:640px){
	.ny_lx{padding:40px 0;}
	.ny_lx .b_t{margin-bottom:15px; font-size:18px; line-height:26px;}
	.ny_lx .lx_nr{width:100%; margin-bottom:35px;}
	.ny_lx .lx_nr .x_x ul li{margin-top:20px; font-size:14px; line-height:26px;}
	.ny_lx .lx_bd{width:100%;}
	.ny_lx .lx_bd .b_d ul li{width:100%;}
	.ny_lx .lx_mp{height:230px; margin-top:40px;}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#2F7462; border:1px solid #2F7462; color:#fff;}
.yema ul li.active a{background-color:#2F7462; border:1px solid #2F7462; color:#fff;}
@media only screen and (max-width:640px){
	.yema{margin-top:20px;}
	.yema ul li{margin:0 .2rem;}
	.yema ul li a{min-width:2.6rem; padding:0 1rem; font-size:12px; line-height:2.6rem;}
}

.ny_lm{width:100%; color:#999; line-height:60px; position:relative; z-index:9;background: #f8f8f8;}
.ny_lm .dq_wz a{color:#999;}
.ny_lm .dq_wz a:hover{color:#2F7462;}
.ny_lm .dq_wz span{color:#2F7462;}
.ny_lm .dq_wz i{font-size:18px; display:inline-block; margin-right:3px; vertical-align:middle; margin-top:-2px;}
@media only screen and (max-width:1100px) {
	.ny_lm{line-height:50px;}
}


.yc_nr{width: 100%;overflow: hidden;padding: 0px 0px 70px 0px;}
.yc_nr .xq_nr .yy_xq{margin-bottom:50px;}
.yc_nr .xq_nr .yy_xq .y_c{margin-bottom: 20px;}
.yc_nr .xq_nr .yy_xq .y_c .b_t{color: #333333;font-size: 26px;font-weight: bold; margin-bottom: 10px;}
.yc_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.yc_nr .xq_nr .yy_xq .m_r a{color: #2F7462;display: block;font-size: 14px;width: 140px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #2F7462;-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;margin-right: 20px;}
.yc_nr .xq_nr .yy_xq .m_r a.on{color: #fff;background: #2F7462;}
.yc_nr .xq_nr .yy_xq .m_s{color: #666666;font-size: 14px;line-height: 30px;margin-bottom: 20px;}
.yc_nr .xq_nr .yy_xq .l_b{padding: 15px 0px; border-top: solid 1px #E5E5E5;border-bottom: solid 1px #E9E9E9;display: flex;align-items: center;}
.yc_nr .xq_nr .yy_xq .l_b a{ margin-right: 20px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .t_p img{ width: 100%;height: auto;display: block;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{background: #F5F5F5;padding: 10px 15px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t{margin-bottom: 10px;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{color: #333333;font-size: 18px;font-weight: bold;}
.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{color: #656565;font-size: 14px;line-height: 22px;}
@media only screen and (max-width:1100px){
	.yc_nr .xq_nr .yy_xq{margin-bottom:35px;}
	.yc_nr .xq_nr table td{padding:10px;}

}
@media only screen and (max-width:640px){
	.yc_nr .xq_nr .b_t{font-size:20px; line-height:30px;}
	.yc_nr .xq_nr table td:first-child{width:25%;}
	.yc_nr .xq_nr .xg_cp{margin-top: 20px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r{margin-bottom: 30px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{padding: 10px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{font-size: 14px;}
	.yc_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .m_s{font-size: 12px;line-height: 20px;}
}


.xq_nr .cp_zs .cp_dt{border:1px solid #e5e5e5; margin-bottom:10px;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1440px){
	.yc_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 24px;
	}
	.yc_nr .xq_nr .yy_xq .y_c .j_g p {
		font-size: 18px;
	}
	.yc_nr .xq_nr .yy_xq .y_c .j_g span {
		font-size: 12px;
	}
	.yc_nr .xq_nr .yy_xq .d_l p {
		font-size: 12px;
	}
	.yc_nr .xq_nr .yy_xq .d_l span {
		font-size: 12px;
		line-height: 26px;
	}
	.yc_nr .xq_nr .yy_xq .m_r {

		margin-top: 20px;
	}
	.yc_nr .ny_bt.cn {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.yc_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}
@media only screen and (max-width:768px){
	.xq_nr .cp_zs{
		margin-bottom: 20px;
	}
	.xg_cp{padding: 0px 10px;}
	.yc_nr .xq_nr .yy_xq .row{ margin: 0px;}
	.yc_nr .xq_nr table td {
		font-size: 13px;
	}
	.yc_nr .xq_nr .yy_xq .m_s {
		font-size: 12px;
		line-height: 22px;
	}
	.lnl{padding-bottom: 16px;}
	.yc_nr .ny_bt.cn {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.yc_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}

.ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_bt.cn p{padding:12px 0px; font-size:20px;}
.ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_bt.cn .t_b i.on{width: 5%;height: 2px;background: #2F7462;}
.ny_bt.cn .t_b i{width: 95%;height: 1px;background: #F3F3F3;}

.yy_xq .j_q{padding:26px 20px;background: #f8f8f8;font-size: 26px;color: #e6322e;margin-bottom: 19px;}
.yy_xq .b_q ul{display: flex;align-items: center;flex-wrap: wrap;}
.yy_xq .b_q li{border: solid 1px #2F7462;padding: 5px 9px;color: #2F7462;font-size: 13px;margin-right: 9px;}
.yy_xq .b_q li:last-child{margin-right: 0px;}
@media only screen and (max-width:640px){
	.yy_xq .j_q{padding:16px;font-size: 20px;}
	.yy_xq .b_q li{padding: 5px;font-size: 12px;margin-right: 6px;margin-bottom: 9px;}
}

.i1a .i1aimg .i1aimgbg{background: rgba(0,0,0,.5);}
.ab2a{
	height:390px; overflow:hidden;
}
.ab2a img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center top;
	-webkit-user-select:none;
	user-select:none;
}
@media only screen and (max-width:640px){
	.ab2a{
		height:360px;
	}
}
.cp_xq .b_g{line-height: 36px;}
.cp_xq .b_g img{max-width: 100%;height: auto;}