@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #157746;
}
.bgcolor,.hvbgcolor:hover{
	background: #157746;
	color: #fff;
}
.icolor1,.hvcolor1:hover{
	color: #CA966D;
}
.bgcolor1,.hvbgcolor1:hover{
	background: #CA966D;
	color: #fff;
}
.head{
	width: 100%;
	height: 140px;
	background: #EDE6DC;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: .5s;
}
.head_height{
	height: 140px;
	background: #EDE6DC;
}
.head_active{
	height: 100px;
	background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.07);
}
.logo{
	display: inline-block;
	height: 57px;
}
.nav li{
	position: relative;
	height: 100%;
}
.nava{
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #CA966D;
	margin: 0 12px;
	position: relative;
}
.nav li:hover .nava,
.nav li.active .nava{
	font-weight: bold;
}
.nav li.active .nava:after{
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background: #CA966D;
	position: absolute;
	bottom: 40px;
	left: 0px;
}
.head_active .nav li.active .nava:after{
    bottom: 20px;
}
.navhide{
	min-width: 150px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 100;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	font-family: font-regular;
}
.navhide a{
	font-size: 15px;
	line-height: 42px;
	color: #CA966D;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 10px;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.navhide a:hover{
	background: #f8f8f8;
}
.md{
	padding: 75px 0;
}
.itopline{
	border-bottom: 1px solid #C7C7C7;
	width: 200px;
	margin: 20px auto;
}
.i1bg{
	background: #F8F5F2;
}
.i1l{
	width: 41.5%;
}
.i1r{
	padding: 20px 3%;
}
.i1rw{
	width: 760px;
	max-width: 100%;
}
.morea{
	display: inline-block;
	padding: 7px 35px;
	border: 1px solid #A5A5A5;
	border-radius: 50px;
}
.morea:hover{
	background: #CA966D;
	border: 1px solid #CA966D;
	color: #fff;
}
.i2a{
	display: block;
	position: relative;
	overflow: hidden;
}
.i2aw{
	display: flex;
	align-items: flex-end;
}
.i2atxt{
	background: rgba(0,0,0,.42);
	text-align: center;
	width: 100%;
	color: #fff;
	transition: .5s;
	opacity: 0;
	margin-bottom: -70px;
}
.i2a:hover .i2atxt{
	margin-bottom: 0;
	opacity: 1;
}
.swiper-pagination-public{
	width: 100%;
	position: static;
}
.swiper-pagination-public .swiper-pagination-bullet{
	background: #c2d2c9;
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 0 8px !important;
	transition: .25s;
}
.swiper-pagination-public .swiper-pagination-bullet-active{
	background: #006e2e;
	width: 25px;
}
.i4{
	background: #EDE6DC;
}
.i4l{
	width: 36.5%;
	margin-right: 5%;
}
.i4ra{
	display: block;
	padding: 25px 10px;
	border-bottom: 1px solid #ccc;
}
.i4ra:hover{
	color: #CA966D;
}
.foot{
	background: #353b2d;
	color: rgba(255,255,255,.75);
}
.foot a{
	color: rgba(255,255,255,.75);
}
.foot a:hover{
	color: #fff;
}
.ft{
	border-bottom: 1px solid rgba(255,255,255,.14);
	padding: 50px 0;
}
.fb{
	padding: 15px 0;
}
.ftl,.ftr{
	width: 45%;
}
.ftltxt p{
	padding: 5px 0;
}
.ftra input,.ftra textarea{
	width: 100%;
	height: 55px;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 4px;
	padding: 0 15px;
	color: #fff;
}
.ftra textarea{
	height: 85px;
	padding: 15px;
	resize: none;
}
.ftra button{
	padding: 7px 25px;
	background: rgba(255,255,255,.1);
	border-radius: 50px;
	cursor: pointer;
	transition: .25s;
	color: rgba(255,255,255,.5);
}
.ftra button:hover{
	background: #CA966D;
	color: #fff;
}
.fbra{
	margin-left: 35px;
	position: relative;
}
.fbra:first-child{
	margin-left: 0 !important;
}
.fbra a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: rgba(255,255,255,.23);
	color: #fff;
}
.fbra:hover a{
	background: #CA966D;
	color: #fff;
}
.fbrahide{
	width: 120px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 100%;
	margin-bottom: 20px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.fbrahide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	transform:rotate(45deg);
}
.fbra:hover .fbrahide{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 10px;
}

.head_list{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.07);
}
.listnav{
	padding: 13px 0;
	background: #F3F3F4;
}
.ab1txt p{
	padding: 6px 0;
	text-indent: 2em;
}
.ab1txt *{
	max-width: 100%;
}
.ab2{
	background: url(../images/ab2bg.jpg) no-repeat center;
	background-size: cover;
}
.ab2a{
	display: flex;
	align-items: center;
	width: 28%;
	margin: 0 3%;
	background: #fff;
	padding: 45px 20px;
	justify-content: center;
	color: #157746;
	border-radius: 4px;
	margin-top: 15px;
	transition: .5s;
}
.ab2a:hover,.ab3a_a:hover{
	box-shadow: 0 5px 12px rgba(0,0,0,.1);
	transform:translateY(-10px);
}
.ab3{
	background: #FAF8F5;
}
.ab3a_a{
	background: #fff;
	min-height: 100%;
	padding: 30px;
	text-align: center;
	border-radius: 6px;
	transition: .5s;
}


@media only screen and (max-width:1299px) {
	.md{
		padding: 70px 0;
	}
	.head,.head_height{
		height: 120px;
	}
	.i1l,.i1r{
		width: 50%;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.head,.head_height{
		height: 100px;
	}
	.logo{
		height: 45px;
	}
	.nava{
		padding: 0 12px;
		font-size: 15px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.swiper-pagination-public .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 5px !important;
	}
	.swiper-pagination-public .swiper-pagination-bullet-active{
		width: 22px;
	}
	.itopline{
		width: 100px;
		margin: 15px auto;
	}
	.itop h3{
		font-size: 14px;
	}
	.i1r{
		width: 100%;
	}
	.morea{
		padding: 4px 20px;
		font-size: 13px;
	}
	.i4ra{
		padding: 15px 5px;
	}
	.i5a{
		width: 50%;
	}
	.ft{
		padding: 25px 0;
	}
	.fb{
		padding: 12px 0;
	}
	.ftla {
		justify-content: center;
	}
	.ftla img{
		height: 40px;
	}
	.ftla .txt{
		flex: inherit;
		flex-grow: inherit;
	}
	.ftltxt{
		text-align: center;
		font-size: 13px;
	}
	.ftltxt p{
		padding: 3px 0;
	}
	.ftr{
		text-align: center;
	}
	.ftra input,.ftra textarea{
		font-size: 13px;
		height: 42px;
	}
	.ftra textarea{
		height: 80px;
	}
	.ftra button{
		font-size: 13px;
	}
	.fb{
		font-size: 13px;
	}
	.fbr{
		justify-content: center;
	}
	.fbra{
		margin-left: 15px;
		margin-top: 10px;
	}
	.fbra a{
		width: 30px;
		height: 30px;
	}
	
	.listnav{
		font-size: 13px;
		padding: 10px 0;
	}
	.ab2w{
		justify-content: space-between;
	}
	.ab2a{
		width: 48%;
		margin: 0;
		padding: 15px;
		font-size: 15px;
	}
	.ab2a img{
		height: 25px;
		margin-right: 10px;
	}
	.ab3a img{
		height: 35px;
	}
}

.cp_fl ul{display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.cp_fl li{flex-grow: 1;flex: 0;margin: 0px 9px;min-width: 136px;line-height: 49px;text-align: center;border: solid 1px #006E2E;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.cp_fl li a{color: #006E2E;font-size: 16px;display: block;}
.cp_fl li.active{background: #006E2E;}
.cp_fl li.active a{color: #FFFFFF;}
.cp_fl li:hover{background: #006E2E;}
.cp_fl li:hover a{color: #FFFFFF;}
.cp_lb .n_r{margin-bottom: 26px;}
.cp_lb .n_r .t_p{
	margin-bottom: 9px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:260px;
}
.cp_lb .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;
}
.cp_lb .n_r .w_z a{display: flex;align-items: center;color: #505050;line-height: 59px;padding-left: 39px;}
.cp_lb .n_r .w_z p{font-size: 20px;margin-right: 19px;}
.cp_lb .n_r .w_z i{font-size: 20px;}
.cp_lb .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);
}
.cp_lb .n_r:hover a{color: #CA966D;}
.cp_tj{width: 100%;overflow: hidden;padding-top: 50px;}
.cp_tj .tj_nr .n_r .t_p{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.cp_tj .tj_nr .n_r .t_p img{
	transition: all 5s;
	-o-transition: all 5s;
	-ms-transition: all 5s;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
}
.cp_tj .tj_nr .n_r .w_z{padding: 0px 29px;}
.cp_tj .tj_nr .n_r .w_z a{display: block;line-height: 56px;color: #505050;font-size: 20px;border-bottom: solid 1px #D9D9D9;}
.cp_tj .tj_nr .n_r:hover .w_z a{color: #CA966D;}
.cp_tj .tj_nr .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);
}
@media only screen and (max-width:1440px){
	.cp_fl li{
		margin: 0px 6px;
		min-width: 130px;
		line-height: 40px;
	}
	.cp_fl li a{font-size: 15px;}
	.cp_lb .n_r{margin-bottom: 20px;}
	.cp_lb .n_r .w_z a{line-height: 49px;padding-left: 29px;}
	.cp_lb .n_r .w_z p{font-size: 18px;margin-right: 9px;}
	.cp_lb .n_r .w_z i{font-size: 18px;}
	.cp_tj{padding-top: 30px;}
	.cp_tj .tj_nr .n_r .w_z{padding: 0px 19px;}
	.cp_tj .tj_nr .n_r .w_z a{line-height: 46px;font-size: 18px;}
}
@media only screen and (max-width:1100px){
	.cp_fl li {
		margin: 0px 5px;
		min-width: 110px;
		line-height: 36px;
	}
	.cp_fl li a {
		font-size: 14px;
	}
	.cp_lb .n_r .w_z a {
		line-height: 40px;
	}
	.cp_lb .n_r .w_z p {
		font-size: 16px;
	}
	.cp_tj .tj_nr .n_r .w_z a {
		font-size: 16px;
	}
	.cp_lb .n_r .t_p{
		height:150px;
	}
}
@media only screen and (max-width:640px){
	.cp_fl li {
		margin: 0px 3px 9px 3px;
		min-width: 86px;
		line-height: 32px;
	}
	.cp_fl li a {
		font-size: 12px;
	}
}




.yema{width:100%; margin:50px 0px; text-align:center;}
.cp_zh .yema{margin-top:10px;}
.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:#006E2E ; border:1px solid #006E2E ; color:#fff;}
.yema ul li.active a{background-color:#006E2E ; border:1px solid #006E2E ; color:#fff;}
@media only screen and (max-width:1440px){
	.yema{margin-top:20px;}
	.yema ul li a{min-width:36px; padding:0 10px; font-size:14px; line-height:34px;}
}
@media only screen and (max-width:992px){
	.yema{margin-top:10px;}
	.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
	.yema ul li{margin:0 1px;}
	.yema ul li a{padding:0 6px;}
}

.xw_lb ul li{
	width:calc(33.33333333% - 30px);
	margin:0 15px 30px;
	border:1px solid #eee;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.xw_lb .t_p{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{padding:20px;}
.xw_lb .w_z h3{font-size:22px; line-height:32px; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_lb .w_z .m_s{line-height:26px; color:#777;  margin-bottom:20px; overflow:hidden; display:-webkit-box;
	line-clamp:3;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	font-size: 16px;
}
.xw_lb .w_z span{color:#aaa;}
@media only screen and (max-width:1100px) {
	.xw_lb ul{margin:0 -8px;}
	.xw_lb ul li{width:calc(33.33333333% - 16px); margin:0 8px 16px;}
	.xw_lb .w_z{padding:10px;}
	.xw_lb .w_z h3{font-size:18px; line-height:26px; margin-bottom:10px;}
	.xw_lb .w_z .m_s{margin-bottom:10px;font-size: 14px;line-height: 22px;}
}
@media only screen and (max-width:640px) {
	.xw_lb ul{margin:0;}
	.xw_lb ul li{width:100%; margin:0 0 25px;}
	.xw_lb .w_z h3{font-size:17px;}
}

.xw_xq{
	width:100%;
	overflow:hidden;
	position:relative;
	-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{padding: 20px;}
	.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:#006E2E;
	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:#006E2E;}
.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;}
}


.sy_nr .n_r{margin-bottom: 26px;overflow: hidden;}
.sy_nr .n_r a{display: block;position: relative;}
.sy_nr .n_r .t_p{
	height:330px;
	overflow:hidden;
}
.sy_nr .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;
}
.sy_nr .n_r .w_z{
	position: absolute;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	height: 26%;
	background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	text-transform: uppercase;
	text-align: center;
}
.sy_nr .n_r:hover 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);
}
.sy_nr .n_r:hover .w_z{
	height: 100%;
}
@media only screen and (max-width:1100px){
	.sy_nr .n_r .w_z{
		font-size: 16px;
	}
	.sy_nr .n_r .t_p{
		height:200px;
	}
}
@media only screen and (max-width:640px){
	.sy_nr .n_r .w_z{
		font-size: 15px;
		height: 100%;
	}
}



.zx_lb .n_r{margin-bottom: 36px;box-shadow: 0 0 20px rgba(0,0,0,.05);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.zx_lb .n_r .t_p{position: relative;}
.zx_lb .n_r .t_p img{width: 100%;height: auto;display: block;}
.zx_lb .n_r .t_p .s_j{position: absolute;left: 20px;bottom: 20px;padding: 16px;background: rgba(0,0,0,.5);-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;text-align: center;}
.zx_lb .n_r .t_p .s_j p{color: #FFFFFF;font-size: 26px;font-weight: 700;}
.zx_lb .n_r .t_p .s_j span{display: block;color: #FFFFFF;font-size: 16px;}
.zx_lb .n_r .w_z{background: #FAFAFA;padding: 20px 26px;}
.zx_lb .n_r .w_z .b_t{margin-bottom: 20px;}
.zx_lb .n_r .w_z .b_t a{display: block;color: #000000;font-size: 20px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.zx_lb .n_r .w_z .m_s{color: #777777;font-size: 16px;line-height: 28px;overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	-o-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-bottom: 26px;
}
.zx_lb .n_r .w_z .m_r{display: flex;}
.zx_lb .n_r .w_z .m_r a{width: 150px;height: 36px;text-align: center;line-height: 34px;border: solid 1px #006E2E;color: #006E2E;font-size: 16px;text-transform: capitalize;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.zx_lb .n_r:hover .b_t a{color: #006E2E;}
.zx_lb .n_r:hover .m_r a{color: #FFFFFF;background: #006E2E;border: solid 1px #006E2E;}
@media only screen and (max-width:1100px){
	.zx_lb .n_r .t_p .s_j p {
		font-size: 20px;
	}
	.zx_lb .n_r .t_p .s_j span {
		font-size: 12px;
	}
	.zx_lb .n_r .w_z .b_t a {
		font-size: 16px;
	}
	.zx_lb .n_r .w_z .b_t {
		margin-bottom: 10px;
	}
	.zx_lb .n_r .w_z .m_s {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.zx_lb .n_r .w_z .m_r a {
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}

.right{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
	display: none;
}
.rta{
	margin-bottom: 10px;
	position: relative;
}
.rta_a{
	width: 80px;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px 0 0 5px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.rta_a img{
	display: block;
	margin: 0 auto 5px auto;
}
.rta:hover .rta_a{
	color: #006E2E;
}
.rta_a img{
	transition: .25s;
	filter: grayscale(100%);
	filter: gray;
}
.rta:hover .rta_a img{
	filter: inherit;
}
.rhide{
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	background: #fff;
	color: #666;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: absolute;
	right: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	padding: 10px;
}
.rhide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #fff;
	position: absolute;
	right: -5px;
	top: 35px;
	transform:rotate(45deg);
}
.rta:hover .rhide{
	opacity: 1;
	visibility: inherit;
	margin-right: 15px;
}
@media only screen and (min-width:768px) and (max-width:1299px) {
	.right{
		transform: scale(.9);
	}
}
@media only screen and (max-width:950px) {
	.right{
		transform: scale(.8);
	}
}
@media only screen and (max-width:768px) {
	.right{
		display: none !important;
	}
}

.i3w .i3a{height:360px; overflow:hidden;}
.i3w .i3a .img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center top;
	-webkit-user-select:none;
	user-select:none;
}
.i5a .ovhd{height:300px; overflow:hidden;}
.i5a .ovhd .img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center top;
	-webkit-user-select:none;
	user-select:none;
}
.i2w .i2a{height:360px; overflow:hidden;}
.i2w .i2a .img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center top;
	-webkit-user-select:none;
	user-select:none;
}
.i6a{height:168px; overflow:hidden;border: solid 1px #d9d9d9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.i6a 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:768px) {
	.i3w .i3a{height:260px; }
	.i5a .ovhd{height:240px;}
	.i2w .i2a{height:290px;}
	.i6a{height:158px;}
}