@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #7FBC5B;
}
.bgcolor,.hvbgcolor:hover{
	background: #7FBC5B;
	color: #fff;
}
.head,.head_height{
	height: 100px;
}
.head{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(255,255,255,.6);
	transition: .25s;
}
.head_active,.head_list{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	background: #fff;
}
.logo{
	display: inline-block;
	height: 90px;
}
.nav li{
	position: relative;
	margin-right: 20px;
}
.nava{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	position: relative;
	text-align: center;
	padding: 0 25px;
}
.nava *{
	line-height: 1.3;
}
.nava::after{
	width: 40px;
	height: 2px;
	background: #7FBC5B;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
	opacity: 0;
	transition: .25s;
	display: none;
}
.nav li:hover .nava{
	color: #7FBC5B;
}
.nav li.active .nava{
	background: #7FBC5B;
	color: #fff;
}
.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: #7FBC5B;
}
.hbr{
	position: relative;
	display: flex;
	align-items: center;
}
.hbr span{
	display: inline-block;
	padding: 5px 0 5px 40px;
	cursor: pointer;
	border-left: 1px solid #999;
}
.hdra2hide,.hdra2hide_block{
	width: 300px;
	position: absolute;
	right: 0;
	top: 100%;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	display: none;
}
.hdra2hide input,.hdra2hide_block input{
	width: 100%;
	height: 50px;
	padding: 0 20px;
}
.hdra2hide button,.hdra2hide_block button{
	width: 50px;
	height: 50px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.hdra2,.hdra3{
	position: relative;
}
.md{
	padding: 80px 0;
}
.ititle_46{
	font-size: 46px;
	line-height: 1.2;
}
.ititle_40{
	font-size: 40px;
	line-height: 1.2;
}
.right{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
	display: none;
}
.rta{
	margin-bottom: 10px;
	position: relative;
}
.rta_a{
	width: 50px;
	height: 50px;
	background: #7FBC5B;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	border-radius: 5px 0 0 5px;
}
.rta:hover .rta_a{
	background: #7FBC5B;
}
.rta_a img{
	transition: .25s;
	filter: grayscale(100%);
	filter: gray;
}
.rta:hover .rta_a img{
	filter: inherit;
}
.rhide{
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	background: #7FBC5B;
	color: #fff;
	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: #7FBC5B;
	position: absolute;
	right: -5px;
	top: 20px;
	transform:rotate(45deg);
}
.rta:hover .rhide{
	opacity: 1;
	visibility: inherit;
	margin-right: 15px;
}
.rta.gn .rhide{
	width: 270px;
}
.foot{
	background: url(../images/ftbg.jpg) no-repeat center;
	background-size: cover;
	color: rgba(255,255,255,.6);
}
.foot a{
	color: rgba(255,255,255,.6);
}
.foot a:hover{
	color: #7FBC5B;
}
.ft{
	padding: 50px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.fb{
	padding: 20px 0;
}
.ft3a{
	margin-left: 35px;
	text-align: center;
}
.ft3a:first-child{
	margin-left: 0 !important;
}
.itop h2{
	color: #A6A6A6;
	opacity: .4;
	text-transform: capitalize;
}
.itop h1{
	margin-top: 10px;
	position: relative;
	z-index: 6;
}
.itopline{
	background: #7FBC5B;
	width: 30px;
	height: 3px;
	display: block;
	margin: 15px auto 0 auto;
}
.i1aimg{
	background: #F1F2F4;
	border-radius: 40px 0 40px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i1aimg img{
	max-width: 85%;
	max-height: 85%;
}
.i1a{
	text-align: center;
}
.i1wbt i{
	width: 30px;
	height: 30px;
	border: 1px solid #aaa;
	color: #666;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
	transition: .25s;
	margin-left: 15px;
}
.i1wbt i:hover{
	border: 1px solid #7FBC5B;
	color: #7FBC5B;
}
.swiper-pagination-pb{
	width: 100%;
	position: static;
	height: 3px;
	background: #e6e6e6;
}
.swiper-pagination-pb .swiper-pagination-progressbar-fill{
	background: #7FBC5B;
	transition: .25s;
}
.i2{
	background: #7FBC5B;
	color: #000;
}
.ivideo{
	position: relative;
}
.ivideo::after{
	width: 78px;
	height: 78px;
	content: "";
	background: url(../images/i2vd.png) no-repeat center;
	position: absolute;
	right: -39px;
	top: 50%;
	margin-top: -39px;
}
.i2l{
	width: 40%;
}
.i2r{
	padding: 0 10% 0 5%;
}
.i2ra{
	text-align: center;
	margin-right: 5%;
	margin-top: 15px;
}
.i3{
	background: url(../images/i3bbg.jpg) no-repeat bottom center #fafafa;
}
.i3ta{
	border: 1px solid #E6E6E6;
	background: #fff;
	margin-left: -1px;
	margin-top: -1px;
	padding: 30px;
	padding-top: 50px;
	position: relative;
	text-align: center;
	width: 20%;
	display: block;
}
.i3ta:hover{
	background: #7FBC5B;
	color: #fff;
}
.i3ta:hover img{
	filter: grayscale(100%) brightness(500%);
}
.i3ta span{
	font-size: 12px;
	opacity: .5;
	position: absolute;
	left: 25px;
	top: 25px;
}
.i3ta i{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 auto;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100%;
}
.i3bt i{
	width: 140px;
	border-bottom: 1px solid #7FBC5B;
	margin-top: 15px;
}
.i3bbaul li{
	margin-top: 5px;
	margin-right: 15px;
}
.i4a{
	display: block;
	border: 1px solid #E6E6E6;
}
.i4atxt i{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	color: #999;
	border-radius: 100%;
}
.i4atxt{
	padding: 20px;
}
.i56{
	background: url(../images/i56bg.jpg) no-repeat top center;
	background-size: 100%;
}
.i5w{
	padding: 50px 15%;
	border-radius: 8px;
	text-align: center;
}
.i5w a{
	display: inline-block;
	padding: 8px 30px;
	background: #fff;
	color: #7FBC5B;
	border-radius: 4px;
}
.i5w a:hover{
	opacity: .85;
}
.i6lbab{
	padding: 15px;
	background: rgba(0,0,0,.5);
	color: #fff;
}
.i6l{
	width: 47.5%;
	margin-right: 2.5%;
}
.i6ra{
	padding: 25px 0;
	border-bottom: 1px solid #E6E6E6;
}
.i6ra:first-child{
	padding-top: 0;
}
.i6ra:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.i6raimg{
	border-radius: 4px;
	width: 165px;
	margin-right: 20px;
}

.yw1a{
	background: #F1F2F4;
}
.yw1a:hover{
	background: #fff;
}
.yw2a{
	position: relative;
	width: 30%;
}
.yw2a *{
	position: relative;
	z-index: 9;
}
.yw2a::after{
	width: 100%;
	height: 40%;
	content: "";
	background: #F1F2F4;
	position: absolute;
	left: 0;
	top: 15%;
	z-index: 8;
}
.yw3{
	background: #FAFAFA;
}

.ab1{
	background:-webkit-linear-gradient(#fff,#FAFAFA);
}
.ab1ba{
	width: 33.33%;
}
.ab23{
	background: url(../images/i56bg.jpg) no-repeat top center;
	background-size: 100%;
	background-position-y: 100%;
}
.ab2 .i2l{
	z-index: 9;
}
.ab2 .i2r{
	background: url(../images/ab2img2.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 0 10%;
}
.i2rmd1{
	padding: 50px 0 !important;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_46{
		font-size: 40px;
	}
	.ititle_40{
		font-size: 36px;
	}
	.nava{
		padding: 0 20px;
	}
	.nav li{
		margin-right: 10px;
	}
	.ft3a img{
		width: 100px;
	}
	.i2ra img{
		height: 60px;
	}
	.i3ta img{
		height: 50px;
	}
	
	.yw2a img{
		height: 60px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_46{
		font-size: 36px;
	}
	.ititle_40{
		font-size: 32px;
	}
	.hbr span{
		padding-left: 20px;
	}
	.hbr span img{
		height: 16px;
	}
	.ft3a img{
		width: 85px;
	}
	.foot .text20{
		font-size: 14px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_46{
		font-size: 32px;
	}
	.ititle_40{
		font-size: 28px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_46{
		font-size: 24px;
	}
	.ititle_40{
		font-size: 22px;
	}
	.right{
		transform: scale(.7);
		right: 0;
	}
	.bntxt .txt{
		display: none;
	}
	.bntxt h1{
		font-size: 24px;
		margin-top: 10px;
	}
	.bntxt h1.ftwt_none{
		font-size: 18px;
	}
	.ft{
		padding: 25px 0;
		text-align: center;
	}
	.logo{
		height: 80px;
	}
	.foot .text20{
		font-size: 13px;
	}
	.ft2{
		display: none;
	}
	.ft3{
		justify-content: center;
	}
	.ft3a{
		margin-left: 20px;
		margin-top: 15px;
	}
	.fb{
		padding: 12px 0;
	}
	
	.itop h2{
		font-size: 16px;
	}
	.itop h1{
		margin-top: 9px;
	}
	.i2l{
		width: 100%;
	}
	.i2l img{
		width: 100%;
	}
	.ivideo::after{
		transform: scale(.6);
		left: 50%;
		margin-left: -39px;
	}
	.i2r{
		padding: 0 25px;
	}
	.i2rb{
		justify-content: space-between;
		margin-top: 0;
	}
	.i2ra{
		font-size: 12px;
		margin-right: 0;
	}
	.i2ra img{
		height: 35px;
	}
	.i3ta{
		width: 50%;
		padding: 25px;
	}
	.i3ta i{
		display: none;
	}
	.i3ta img{
		height: 30px;
	}
	.i3ta h4{
		font-size: 13px;
	}
	.i3bba {
		width: 100%;
		margin-top: 22px !important;
	}
	.i5w{
		padding: 25px;
	}
	.i5w a{
		transform: scale(.8);
	}
	.i5w a img{
		width: 10px;
	}
	.i6ra{
		padding: 15px 0;
	}
	.i6raimg{
		width: 120px;
		margin-right: 15px;
	}
	.i6ratxt h3{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
		line-height: 22px;
		margin-top: 5px;
	}
	
	.lbntxt{
		margin-bottom: 0;
	}
	.yw2a{
		width: 100%;
		margin-top: 25px;
	}
	.yw2a .txt{
		font-size: 13px;
	}
	.yw2a img{
		height: 40px;
	}
	.yw2a::after{
		top: 25px;
	}
	
	.ab1t h2{
		font-size: 18px;
	}
	.ab1t h2 img{
		height: 18px;
	}
	.i2rmd1{
		padding: 0 !important;
	}
}


.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:#7FBC5B; border:1px solid #7FBC5B; color:#fff;}
.yema ul li.active a{background-color:#7FBC5B; border:1px solid #7FBC5B; 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:#7FBC5B;}
.ny_lm .dq_wz span{color:#7FBC5B;}
.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;}
}

.mg_my{justify-content: space-between;padding: 0px 15px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.an_tm{align-items:center;}
::placeholder{color:#999;}
.ny_nr{
	background: #FFFFFF;
}
.ny_nr .ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_nr .ny_bt.cn p{padding:12px 0px; font-size:20px;}
.ny_nr .ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_nr .ny_bt.cn .t_b i.on{width: 5%;height: 2px;background: #7FBC5B;}
.ny_nr .ny_bt.cn .t_b i{width: 95%;height: 1px;background: #F3F3F3;}
.ny_nr .zc_lm{width:340px; padding:0px 0px 25px 0px;}
.ny_nr .zc_lm h3{font-size:24px; color:#fff; background: #7FBC5B; padding: 20px 16px;display: flex;align-items: center;text-transform: uppercase;font-weight: 400;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ny_nr .zc_lm h3 img{margin-right: 10px;}
.ny_nr .zc_fl{background-color:#fff;box-shadow: 0 0 20px rgba(0,0,0,.09);}
.ny_nr .zc_lm ul{
	padding: 16px 10px 30px 10px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.ny_nr .zc_lm ul li{margin-bottom:3px; }
.ny_nr .zc_lm ul li a.y_j{font-size:16px; text-indent:20px; line-height:28px; padding-bottom:20px; display:block; border-radius:3px; position:relative;}
.ny_nr .zc_lm ul li:hover a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li.on a.y_j{color:#000; text-indent:30px;}
.ny_nr .zc_lm ul li a.y_j:after{width:6px; height:6px; border-radius:50%; background-color:#d6dce0; content:""; position:absolute; top:11px; left:0;
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_nr .zc_lm a.e_j{
	display:block;
	font-size:16px;
	line-height:56px;
	position:relative;
	color:#151515;
	text-indent: 12px;
	background: #f5f5f5;
	text-transform: capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
}
.ny_nr .zc_lm a.e_j:hover{background: #7FBC5B;color: #FFFFFF;}
.ny_nr .zc_lm ul li.on a.e_j{color: #FFFFFF;background: #7FBC5B;}
.ny_nr .zc_lm i{position:absolute; top:14px; right:15px; display:block; font-size:16px; line-height:28px; color:#151515; text-align:center;
	transition:all .5s;
	-webkit-transition:all .5s;font-weight: bold;}
.ny_nr .zc_lm ul li:hover i{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	color: #FFFFFF;
}
.ny_nr .zc_lm ul li.on i{color:#FFFFFF;
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);}
.ny_nr .zc_lm .s_j{ display:none;background: none;}
.ny_nr .zc_lm .s_j p{margin-bottom:2px;border-bottom: dotted 1px #FAFAFA;}
.ny_nr .zc_lm .s_j p a{font-size:14px; text-indent:15px; line-height:50px; color:#656565; display:block; position:relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;border-bottom: dotted 1px #F3F3F3;text-transform: capitalize;}
.ny_nr .zc_lm .s_j p a:hover{background-color:#7FBC5B; color:#FFFFFF; text-indent:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ny_nr .zc_lm .s_j p.on a{color:#7FBC5B; text-indent:25px;}
.ny_nr .zc_lm .s_j p.on a:hover{color: #FFFFFF;}
.ny_nr .zc_lm .s_j p a:hover:after{background-color:#000;}
.ny_nr .zc_lm .s_j p.on a:after{background-color:#000;}
.ny_nr .zc_lm ul li:hover .s_j{display: block;}
.ny_nr .yc_nr{width:calc(100% - 380px);}
.ny_nr .cp_lb{width:100%; position:relative;}
.ny_nr .cp_lb .n_r{margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	overflow: hidden;
}
.ny_nr .cp_lb .t_p{width: 100%;overflow: hidden;}
.ny_nr .cp_lb .t_p img{width: 100%;height: auto;display: block;}
.ny_nr .cp_lb .w_z{padding: 0px 20px;width: 100%;overflow: hidden;background: #F9F9F9;}
.ny_nr .cp_lb .w_z .b_t a{
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 56px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: capitalize;
}
.ny_nr .cp_lb .w_z .m_s{color: #888888;font-size: 14px;text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;}
.ny_nr .cp_lb .w_z .m_r{margin-bottom: 19px;}
.ny_nr .cp_lb .w_z .m_r a{display: block;width: 80px; height: 30px;text-align: center;line-height: 30px;color: #7FBC5B;font-size: 14px;border: solid 1px #7FBC5B;}
@media only screen and (max-width:1100px){
	.ny_nr{padding:30px 15px;}
	.ny_nr .ny_bt.cn{margin-bottom:20px; padding:15px 0px; font-size:22px; line-height:26px;}
	.ny_nr .zc_lm{width:250px; padding:20px 15px;}
	.ny_nr .zc_lm h3{font-size:18px; line-height:20px; padding-bottom:10px; margin-bottom:10px;}
	.ny_nr .zc_lm ul li{margin-bottom:15px;}
	.ny_nr .zc_lm ul li a.y_j{font-size:15px; text-indent:15px; line-height:26px; padding-bottom:15px;}
	.ny_nr .zc_lm ul li:hover a.y_j{text-indent:20px;}
	.ny_nr .zc_lm ul li.on a.y_j{text-indent:20px;}
	.ny_nr .zc_lm ul li a.y_j:after{top:10px;}
	.ny_nr .zc_lm a.e_j{padding-bottom:15px; font-size:13px; line-height:26px;}
	.ny_nr .zc_lm i{right:10px; line-height:26px;}
	.ny_nr .zc_lm .s_j{padding-bottom:15px;}
	.ny_nr .zc_lm .s_j p a{line-height:32px;}
	.ny_nr .zc_lm .s_j p.on a{text-indent:20px;}
	.ny_nr .zc_lm .s_j p a:after{top:14px; left:5px;}
	.ny_nr .yc_nr{width:calc(100% - 270px);}
	.ny_nr .cp_lb .n_r .t_p a{font-size: 16px;}
	.ny_nr .cp_lb .n_r .w_z{ padding: 15px 10px;}
	.ny_nr .cp_lb .m_s {
		font-size: 12px;
	}
	.ny_nr .cp_lb .w_z .m_s {
		font-size: 12px;
	}
	.ny_nr .cp_lb .m_r a {
		font-size: 12px;
	}
	.ny_nr .zc_cp .n_r li .w_z a {
		font-size: 12px;
		line-height: 22px;
	}
	.ny_nr .zc_cp .n_r li {
		margin-bottom: 10px;
		padding: 10px 0px;
	}
	.ny_nr .zc_lm .s_j p a{
		font-size: 12px;
	}
	.ny_nr .zc_lx .n_r li {
		margin-bottom: 10px;
		padding: 10px 0px;
	}
	.ny_nr .zc_cp .b_t {
		line-height: 40px;
	}
}
@media only screen and (max-width:640px){
	.ny_nr .zc_lm {
		width: 100%;
		padding: 0px;
	}
	.ny_nr .cp_lb .w_z .b_t a {
		font-size: 13px;
		line-height: 30px;
	}
	.ny_nr .zc_lm .zc_fl{display:none;}
	.ny_nr .yc_nr{width:100%;}
	.ny_nr .ny_bt.cn{padding: 0px;}
	.ny_nr .cp_lb .w_z .m_r a {
		width: 60px;
		height: 26px;
		line-height: 24px;
		font-size: 12px;
	}
	.ny_nr .cp_lb .w_z .m_r {
		margin: 10px 0px;
	}
	.ny_nr .cp_lb .n_r .w_z {
		padding: 10px 10px 0px 10px;
	}
}

.ny_nr .xq_nr .yy_xq{margin-bottom:50px;}
.ny_nr .xq_nr .yy_xq .y_c{margin-bottom: 20px;}
.ny_nr .xq_nr .yy_xq .y_c .b_t{color: #333333;font-size: 30px;font-weight: bold; margin-bottom: 10px;}
.ny_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.ny_nr .xq_nr .yy_xq .m_r a{color: #7FBC5B;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #7FBC5B;-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;margin-right: 20px;}
.ny_nr .xq_nr .yy_xq .m_r a.on{color: #fff;background: #7FBC5B;}
.ny_nr .xq_nr .yy_xq .m_s{color: #656565;font-size: 14px;line-height: 30px;margin-bottom: 20px;}
.ny_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;}
.ny_nr .xq_nr .yy_xq .l_b a{ margin-right: 20px;}
.ny_nr .xq_nr table{border:1px solid #eee; background-color:#fff; border-collapse:collapse;}
.ny_nr .xq_nr table td:first-child{background-color:#f7f7f7;width: 15%;}
.ny_nr .xq_nr table td:nth-child(3){background-color:#f7f7f7;width: 15%;}
.ny_nr .xq_nr table td{padding:15px; color:#333; text-align:center;}
.ny_nr .xq_nr .xg_cp{margin-top: 30px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .t_p img{ width: 100%;height: auto;display: block;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{background: #F5F5F5;padding: 10px 15px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t{margin-bottom: 10px;}
.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{color: #333333;font-size: 18px;font-weight: bold;}
.ny_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){
	.ny_nr .xq_nr .yy_xq{margin-bottom:35px;}
	.ny_nr .xq_nr table td{padding:10px;}

}
@media only screen and (max-width:640px){
	.ny_nr .xq_nr .b_t{font-size:20px; line-height:30px;}
	.ny_nr .xq_nr table td:first-child{width:25%;}
	.ny_nr .xq_nr .xg_cp{margin-top: 20px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r{margin-bottom: 30px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z{padding: 10px;}
	.ny_nr .xq_nr .xg_cp .xg_nr .n_r .w_z .b_t a{font-size: 14px;}
	.ny_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 #ddd; margin-bottom:10px;}
.xq_nr .cp_zs .cp_dt img{width:100%; height:auto; display:block;}
.cp_xq .b_g{width: 100%;overflow: hidden;line-height: 26px;font-size: 16px;}
.cp_xq .b_g img{max-width: 100%;height: auto;}
@media only screen and (max-width:1440px){
	.ny_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 26px;
	}
	.ny_nr .xq_nr .yy_xq .y_c .j_g p {
		font-size: 20px;
	}
	.ny_nr .xq_nr .yy_xq .y_c .j_g span {
		font-size: 12px;
	}
	.ny_nr .xq_nr .yy_xq .d_l p {
		font-size: 12px;
	}
	.ny_nr .xq_nr .yy_xq .d_l span {
		font-size: 12px;
		line-height: 26px;
	}
	.ny_nr .xq_nr .yy_xq .m_r {

		margin-top: 20px;
	}
	.ny_nr .ny_bt.cn {
		margin-bottom: 20px;
		font-size: 20px;

	}
	.ny_nr .ny_bt.cn p {
		padding: 10px 0px;
	}
}
@media only screen and (max-width:768px){
	.cp_xq{padding: 0px 9px;}
	.cp_xq .b_g{
		overflow: auto;
	}
	.xq_nr .cp_zs{
		margin-bottom: 20px;
	}
	.xg_cp{padding: 0px 10px;}
	.ny_nr .xq_nr .yy_xq .row{ margin: 0px;}
	.ny_nr .xq_nr table td {
		font-size: 13px;
	}
	.mg_my{
		padding: 0px;
	}
	.ny_nr .xq_nr .yy_xq .y_c .b_t {
		font-size: 20px;
	}
	.ny_nr .xq_nr .yy_xq .y_c {
		margin-bottom: 0px;
	}
	.ny_nr .xq_nr .yy_xq .m_s {
		font-size: 13px;
		line-height: 26px;
		margin-bottom: 16px;
	}
}
.hx_lb .n_r{margin-bottom: 30px;background: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.hx_lb .n_r .t_p{width: 100%;overflow: hidden;}
.hx_lb .n_r .t_p img{
	width: 100%;
	height: auto;
	transition:all 5s;
	-webkit-transition:all 5s;
}
.hx_lb .n_r .w_z{padding: 20px 30px;}
.hx_lb .n_r .w_z a{font-size: 20px;font-weight: bold;color: #000000;}
.hx_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);
}
.hx_lb .n_r:hover .w_z a{color: #7FBC5B;}
@media only screen and (max-width:1100px){
	.ny_bd{padding:50px 0px;}
	.ny_ty{padding:50px 0px;}
	.hx_lb .n_r{
		margin-bottom: 20px;
	}
	.hx_lb .n_r .w_z{padding: 16px;}
	.hx_lb .n_r .w_z a{font-size: 16px;}
}

.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:#7FBC5B;}
.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 #7FBC5B; line-height:38px; text-align:center; color:#7FBC5B; display:block;
	transition:all .5s;
	-webkit-transition:all .5s;}
.xw_lb ul li:hover .w_z i{background-color:#7FBC5B; 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;}
}

.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:#7FBC5B;
	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:#7FBC5B;}
.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;}
}
.i2rtop{color: #FFFFFF;}
.i2r .i2rtxt{color: #FFFFFF;}
.i2r .i2rb .i2ra{color: #FFFFFF;}
.yw2w .yw2a .b_t{text-align: center;font-size: 69px;font-weight: bold;color: #7FBC5B;}
@media only screen and (max-width:640px){
	.yw2w .yw2a .b_t{font-size: 49px;}
}