@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #337243;
}
.bgcolor,.hvbgcolor:hover{
	background: #337243;
	color: #fff;
}
.head,.head_height{
	height: 100px;
}
.head{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	height: 52px;
	display: inline-block;
}
.nav li{
	position: relative;
	margin: 0 9px;
}
.nava{
	color: #000;
	display: block;
	line-height: 100px;
	height: 100px;
	position: relative;
}
.nava::after{
	width: 100%;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 28%;
	background: #337243;
	opacity: 0;
}
.nav li.active .nava,
.nav li:hover .nava{
	color: #337243;
}
.nav li.active .nava::after{
	opacity: 1;
}
.navhide{
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 5px 0;
}
.nav li:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 19px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 15px;
	padding: 7px 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #337243;
}
.hdr a{
	display: inline-block;
	padding: 12px 20px;
	background: #337243;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}
.bntxt1a img{
	display: block;
	height: 30px;
	margin-right: 5px;
}
.bntxt2 a{
	display: inline-block;
	margin-right: 20px;
	border: 2px solid #000;
	color: #000;
	padding: 10px 20px;
	border-radius: 4px;
}
.bntxt2 a.active,.bntxt2 a:hover{
	background: #337243;
	border: 2px solid #337243;
	color: #fff;
}
.itw{
	background: #fff;
	box-shadow: 0 10px 25px rgba(0,0,0,.1);
	padding: 40px;
	position: relative;
	z-index: 8;
	margin-top: -79px;
}
.ita{
	text-align: center;
}
.italine{
	border-left: 1px solid #E6E6E6;
}
.md{
	padding: 80px 0;
}
.itopline{
	width: 70px;
	height: 5px;
	background: #337243;
}
.itop.colorfff .itopline{
	background: #fff;
}
.i1a_a{
	display: block;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	overflow: hidden;
}
.i2la{
	border: 1px solid #E6E6E6;
	padding: 18px;
	border-radius: 4px;
	transition: .25s;
}
.i2la:hover{
	box-shadow: 0 2px 5px rgba(0,0,0,.05);
}
.i2raimg{
	border: 1px solid #E6E6E6;
	background: #fff;
	padding: 2px;
	margin-bottom: 8px;
}
.i3aline{
	height: 93px;
	display: flex;
	align-items: center;
}
.i3aline:last-child{
	display: none;
}
.i3a{
	max-width: 115px;
	text-align: center;
}
.i3a p{
	line-height: 1.2;
	margin-top: 5px;
}
.i4a_a{
	display: block;
}
.i4atxtbg{
	width: 100%;
	background: rgba(51,114,61,.7);
	color: #fff;
	padding: 12px 15px;
}
.i5{
	background: #f4f4f6;
}
.i5l a{
	display: inline-block;
	border: 1px solid #337243;
	color: #337243;
	border-radius: 4px;
	padding: 7px 20px;
}
.i5l a:hover{
	background: #337243;
	color: #fff;
}
.i6a{
	position: relative;
	padding-bottom: 45px;
	display: block;
	text-align: center;
}
.i6aimg{
	overflow: hidden;
}
.i6atxt{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 1;
	padding: 0 10%;
}
.i6atxta{
	line-height: 70px;
	background: #fff;
	width: 100%;
	text-align: center;
	border-radius: 6px;
	transition: .25s;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	text-transform: capitalize;
}
.i6a:hover .i6atxta{
	background: #337243;
	color: #fff;
}
.swiper-pagination-i6{
	width: 100%;
	position: static;
	margin-top: 25px;
	text-align: center;
}
.swiper-pagination-i6 .swiper-pagination-bullet{
	width: 60px;
	height: 3px;
	background: #e6e6e6;
	opacity: 1;
	transition: .25s;
	border-radius: 0;
	margin: 0 4px;
}
.swiper-pagination-i6 .swiper-pagination-bullet-active{
	background: #337243;
}
.i7{
	background: #2d4174;
}
.i7r{
	width: 42%;
	padding: 70px 30px;
	background: #fff;
	margin-left: 3%;
}
.i7r1a{
	margin-top: 12px;
}
.i7r1a input,.i7r1a textarea{
	width: 100%;
	height: 40px;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 15px;
}
.i7r1a textarea{
	padding: 15px;
	height: 95px;
	resize: none;
}
.i7r1a button{
	transition: .25s;
	cursor: pointer;
	background: #015229;
	color: #fff;
	border-radius: 5px;
	padding: 14px;
	width: 100%;
}
.i7r2a{
	padding: 8px 0;
}
.i7r2a i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #015229;
	border-radius: 100%;
	color: #fff;
	font-size: 24px;
}
.i7r1a p a{
	display: block;
	border-radius: 5px;
	padding: 11px 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.i7r1a p a:hover{color: #ffffff;background: #015229;}
.i7r2a p{font-weight: bold;}

.foot{
	background: #222;
	color: #fff;
}
.fb{
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 20px 0;
	color: rgba(255,255,255,.5);
}
.ft{
	padding: 50px 0;
}
.ftl{
	width: 240px;
}
.ftlw a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid #fff;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin-right: 12px;
}
.ftlw a:hover{
	background: #337243;
	border: 1px solid #337243;
	color: #fff;
}
.fta{
	max-width: 26%;
}
.fta a{
	color: #fff;
	text-transform: capitalize;
}
.fta a:hover{
	color: #337243;
}
.ftar li i{
	width: 22px;
	text-align: center;
	margin-right: 10px;
}
.lbntxt .itopline{
	width: 50px;
	height: 3px;
}
.ab1{
	background: url(../images/ab1bg_02.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
.ab1l{
	width: 35%;
	margin-right: 8%;
}
.ab1la{
	width: 33.33%;
	color: #999;
	margin-top: 20px;
}
.ab3l a{
	display: inline-block;
	padding: 12px 30px;
	background: #337243;
	color: #fff;
	border-radius: 6px;
}
.swiper-pagination-ab4{
	position: static;
	margin-top: 25px;
	text-align: center;
}
.swiper-pagination-ab4 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	opacity: 1;
	transition: .25s;
	margin: 0 5px;
}
.swiper-pagination-ab4 .swiper-pagination-bullet-active{
	background: #337243;
}

@media only screen and (max-width:1299px) {
	.md{
		padding: 70px 0;
	}
	.logo{
		height: 40px;
	}
	.nav li{
		margin: 0 1%;
	}
	.hdr a{
		padding: 10px 12px;
	}
	.bntxt2 a{
		padding: 8px 16px;
	}
	.itopline{
		width: 50px;
		height: 3px;
	}
	.i2la i img{
		height: 60px;
	}
	.i3a img,.i3aline{
		height: 70px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.it{
		padding-top: 15px !important;
	}
	.itw{
		margin-top: 0;
		padding: 10px 15px;
	}
	.bntxt1{
		display: none;
	}
	.italine{
		display: none;
	}
	.ita{
		padding: 10px 0;
		width: 50%;
	}
	.i1atxt {
		padding: 12px;
	}
	.i2la{
		word-break: break-all;
	}
	.itopline{
		width: 35px;
		height: 2px;
	}
	.i2r{
		margin-top: 25px !important;
	}
	.i3aline{
		display: none;
	}
	.i3a{
		max-width: 50%;
		width: 50%;
		padding: 10px 0;
	}
	.i6atxta{
		line-height: 50px;
	}
	.i6a{
		padding-bottom: 35px;
	}
	.swiper-pagination-i6{
		margin-top: 15px;
	}
	.swiper-pagination-i6 .swiper-pagination-bullet{
		width: 20px;
	}
	.i7{
		padding: 25px 0 20px 0;
	}
	.i7r{
		margin-left: 0;
		padding: 20px;
	}
	.i7r2a i{
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.fta{
		display: none;
	}
	.ftar{
		width: 100%;
		text-align: center;
		margin-top: 15px;
		display: block;
	}
	.ftar li i{
		margin-right: 5px;
	}
	.ft{
		padding: 25px 0;
	}
	.ftl{
		text-align: center;
	}
	.flogo{
		height: 35px;
	}
	.ftlw{
		justify-content: center;
	}
	.ftlw a{
		margin: 0 5px;
	}
	.fb{
		padding: 12px 0;
		font-size: 12px;
	}
	
	.listbn img{
		min-height: 150px;
	}
	.lbntxt .itopline{
		width: 30px;
		height: 2px;
	}
	.ab3l a{
		padding: 7px 20px;
	}
	.swiper-pagination-ab4 .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.bnimg .bntxt p.text20{line-height: 20px;}
	.bnimg .bntxt p.mt_15{margin-top: 9px;}
}

.mg_my{justify-content: space-between;}
.ny_nr .ny_bt.cn{margin-bottom:25px;  line-height:30px; color:#333;text-align: left;}
.ny_nr .ny_bt.cn.gn{display: none;}
.ny_nr .ny_bt.cn p{padding:12px 0px; font-size:26px;text-transform: uppercase;}
.ny_nr .ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_nr .ny_bt.cn .t_b i.on{width: 11%;height: 5px;background: #337243;}
.ny_nr .ny_bt.cn .t_b i{width: 89%;height: 1px;background: #E9E9E9;}
.ny_nr .zc_lm{width:340px; padding:0px 0px 25px 0px;}
.ny_nr .zc_lm h3{font-size:24px; color:#fff; background: #015229; 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:#030305; text-indent:30px;}
.ny_nr .zc_lm ul li.on a.y_j{color:#030305; 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:#343434;
	text-indent: 12px;
	background: #F2F2F2;
	text-transform: capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	margin-bottom: 6px;
}
.ny_nr .zc_lm a.e_j:hover{background: #337243;color: #ffffff;}
.ny_nr .zc_lm ul li.on a.e_j{color: #ffffff;background: #337243;}
.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{
	color:#337243;
	text-indent:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ny_nr .zc_lm .s_j p.on a{
	color:#337243;
	text-indent:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ny_nr .zc_lm .s_j p.on a:hover{color: #FFFFFF;}
.ny_nr .zc_lm .s_j p a:hover:after{background-color:#343434;}
.ny_nr .zc_lm .s_j p.on a:after{background-color:#343434;}
.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,.09);
	overflow: hidden;
	border: solid 1px #f3f3f3;
}
.ny_nr .cp_lb .t_p{background: #E6E6E6;}
.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;}
.ny_nr .cp_lb .w_z .b_t a{
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 46px;
	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: 9px 0px 16px 0px;}
.ny_nr .cp_lb .w_z .m_r a{display: block;width: 80px; height: 30px;text-align: center;line-height: 30px;color: #343434;font-size: 14px;border: solid 1px #343434;}
.ny_nr .wrap_1300 .row.gn{
	margin-right: -5px;
	margin-left: -5px;
}
.ny_nr .cp_lb .n_r:hover .m_r a{background: #337243;color: #fff;border: solid 1px #337243;}
.ny_nr .cp_lb .n_r:hover .b_t a{color: #337243;}
@media only screen and (max-width:1100px){
	.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: 22px;
	}
	.ny_nr .zc_lm .zc_fl{display:none;}
	.ny_nr .yc_nr{width:100%;}
	.ny_nr .ny_bt.cn{padding: 0px;}
	.ny_nr .ny_bt.cn.gn{display: block;}
	.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: 32px;font-weight: bold; margin-bottom: 10px;}
.ny_nr .xq_nr .yy_xq .y_c i{display: block;width: 89px;height: 7px;border-radius: 6px;background: #337243;margin: 19px 0px;}
.ny_nr .xq_nr .yy_xq .m_r{margin-top: 50px;display: flex;}
.ny_nr .xq_nr .yy_xq .m_r a{
	color: #333333;
	display: flex;
	font-size: 15px;
	width: 190px;
	height: 46px;
	align-items: center;
	justify-content: center;
	line-height: 46px;
	background: none;
	border: solid 1px #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-right: 19px;
}
.ny_nr .xq_nr .yy_xq .m_r a p{margin-right: 5px;}
.ny_nr .xq_nr .yy_xq .m_r a i{font-size: 22px;}
.ny_nr .xq_nr .yy_xq .m_r a.on{color: #ffffff;background: #337243;border: solid 1px #337243;}
.ny_nr .xq_nr .yy_xq .m_r a:hover{background: #337243;border: solid 1px #337243;color: #ffffff;}
.ny_nr .xq_nr .yy_xq .m_s{color: #393939;font-size: 15px;line-height: 26px;margin-bottom: 19px;}
.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 .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;}
.ny_nr .cp_xq{margin-bottom: 29px;}
.ny_nr .cp_xq .b_g{font-size: 16px;line-height: 26px;}
.ny_nr .cp_xq .b_g img{max-width: 100%;height: auto;}
@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 .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;}
@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){

	.xq_nr .cp_zs{
		margin-bottom: 20px;
	}
	.xg_cp{padding: 0px 10px;}
	.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;
	}
}

.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:16px; 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;}
}

.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:#337243; border:1px solid #337243; color:#fff;}
.yema ul li.active a{background-color:#337243; border:1px solid #337243; 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;}
}

.xw_lb ul li{margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #eee;}
.xw_lb .xw_nr{width:100%; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
.xw_lb .xw_nr .c_s{display: flex;align-items: center;margin: 19px 0px;}
.xw_lb .xw_nr .c_s .n_r{display: flex;align-items: center;color: #999999;font-size: 15px;margin-right: 16px;}
.xw_lb .xw_nr .c_s .n_r i{margin-right: 10px;}
.xw_lb .xw_nr .t_p{width:30%; overflow:hidden;border-radius: 6px;}
.xw_lb .xw_nr .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 .xw_nr:hover .t_p img{transform:scale(1.05);
	-webkit-transform:scale(1.05);}
.xw_lb .xw_nr .w_z{width:67%;}
.xw_lb .xw_nr .w_z h3{font-size:20px; line-height:30px; font-weight:bold; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_lb .xw_nr .w_z .j_s{line-height:24px; color:#999; height:48px; margin-bottom:20px; overflow:hidden; display:-webkit-box;
	line-clamp:2;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;}
.xw_lb .xw_nr .w_z a.m_r{display:inline-block; border-radius:3px; border:1px solid #ddd; padding:0 25px; font-size:14px; line-height:38px;}
.xw_lb .xw_nr:hover .w_z a.m_r{background-color:#337243; border:1px solid #337243; color:#fff;}
.xw_lb .xw_nr:hover .w_z h3 a{color: #337243;}
@media only screen and (max-width:1100px){
	.xw_lb ul li{margin-bottom:25px; padding-bottom:25px;}
	.xw_lb .xw_nr .t_p{width:30%;}
	.xw_lb .xw_nr .w_z{width:66%;}
	.xw_lb .xw_nr .w_z h3{font-size:18px; line-height:28px; margin-bottom:10px;}
	.xw_lb .xw_nr .w_z .j_s{margin-bottom:15px;}
	.xw_lb .xw_nr .w_z a.m_r{padding:0 15px; line-height:34px;}
}
@media only screen and (max-width:768px){
	.xw_lb ul li{margin-bottom:20px; padding-bottom:20px;}
	.xw_lb .xw_nr .t_p{width:100%;margin-bottom: 19px;}
	.xw_lb .xw_nr .w_z{width:100%; padding-left:10px;}
	.xw_lb .xw_nr .w_z h3{font-size:16px; font-weight:normal; line-height:26px; margin-bottom:5px;}
	.xw_lb .xw_nr .w_z .j_s{font-size:13px; line-height:20px; height:40px; margin-bottom:6px;}
	.xw_lb .xw_nr .w_z a.m_r{border-radius:0; border:0; padding:0; font-size:13px; line-height:22px;}
	.xw_lb .xw_nr .c_s .n_r {
		font-size: 12px;
		margin-right: 10px;
	}
	.xw_lb .xw_nr .c_s .n_r i {
		margin-right: 6px;
		font-size: x-small;
	}
}

.ny_lm{width:100%; color:#999; line-height:60px; position:relative; z-index:9;background: #f9f9f9;}
.ny_lm .dq_wz a{color:#999;}
.ny_lm .dq_wz a:hover{color:#337243;}
.ny_lm .dq_wz span{color:#337243;}
.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;}
}

.ny_bt{margin-bottom: 30px;}
.ny_bt.gn{text-align: center;}
.ny_bt.gn i{margin: 0 auto}
.ny_bt p{color: #000000;font-weight: bold;font-size: 36px;margin-bottom: 10px;}
.ny_bt i{display: block;width: 66px;height: 4px;background: #337243;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media only screen and (max-width:1100px) {
	.ny_bt{margin-bottom: 20px;}
	.ny_bt p{font-size: 28px;margin-bottom:6px;}
	.ny_bt i{display: block;width: 40px;height: 3px;}
}
@media only screen and (max-width:640px) {
	.ny_bt p{font-size: 22px;}
}

.ny_lx{width:100%; max-width: 1400px;margin: 0 auto;}
.ny_lx.ab_js{padding: 0px;}
.ny_lx .row{margin:0; background-color:#fff; box-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_lx .lx_xx{width:50%; padding:40px; font-size:18px; line-height:36px; color:#FFFFFF;background: linear-gradient(to bottom right, #015229, #337243);}
.ny_lx .lx_xx .w_z p{display: flex;align-items: center;margin-bottom: 16px;}
.ny_lx .lx_xx .w_z p i{margin-right: 10px;font-size: 22px;}
.ny_lx .lx_xx .w_z p img{margin-right: 20px;max-width: 30%;}
.ny_lx .lx_xx .tel{font-size:36px; line-height:44px; color:#FFFFFF; margin-bottom:15px;}
.ny_lx .lx_tp{width:50%; border:15px solid #fff;}
.ny_lx .lx_tp img{width:100%; height:100%; display:block;
	object-fit:cover;
	object-position:center;
	-webkit-user-select:none;
	user-select:none;}
@media only screen and (max-width:1600px){
	.ny_lx .lx_xx{padding:30px;}
	.ny_lx .lx_tp{border:10px solid #fff;}
}
@media only screen and (max-width:1440px){
	.ny_lx{padding:50px 0px;}
	.ny_lx .lx_xx{font-size:16px; line-height:28px;}
	.ny_lx .lx_xx .tel{font-size:30px; line-height:38px; margin-bottom:10px;}
}
@media only screen and (max-width:1200px){
	.ny_lx .lx_xx{line-height:26px; padding:25px;}
	.ny_lx .lx_xx .tel{font-size:26px; line-height:34px;}
}
@media only screen and (max-width:640px){
	.ny_lx .lx_xx{width:100%;}
	.ny_lx .lx_tp{width:100%;}
}

.ny_ly{width:100%; padding:80px 0; background-color:#f9f9f9; overflow:hidden;}
.ny_ly .lx_bt{text-align:center;}
.ny_ly .ly_nr{max-width:1000px; margin:0 auto; padding:50px 80px; background-color:#fff; border-radius:9px; box-shadow:0 0 15px rgba(0,0,0,.1);}
.ny_ly .ly_nr ul{margin:0 -20px;}
.ny_ly .ly_nr ul li{width:calc(50% - 40px); margin:0 20px 20px;}
.ny_ly .ly_nr ul li:nth-child(5){width:100%;}
.ny_ly .ly_nr ul li:last-child{width:calc(100% - 40px); margin:0 20px; text-align:center;}
.ny_ly .ly_nr em{display:block; margin-bottom:5px;font-size: 16px;}
.ny_ly .ly_nr input{width:100%; height:46px; border:1px solid #ddd; border-radius:23px; padding:0 15px; line-height:44px; color:#333; display:block;}
.ny_ly .ly_nr textarea{width:100%; height:118px; border:1px solid #ddd; border-radius:23px; padding:10px 15px; line-height:24px; color:#333; resize:none; display:block;}
.ny_ly .ly_nr button{width:120px; height:46px; background-color:#337243; border-radius:23px; line-height:46px; text-align:center; color:#FFFFFF; display:inline-block; margin:0 7px; outline:none;
	transition:all .5s;
	-webkit-transition:all .5s;}
.ny_ly .ly_nr button:hover{background-color:#000000; color:#fff;}
.ny_ly .ly_nr button.r_t{background-color:#878581; color:#fff;}
.ny_ly .ly_nr button.r_t:hover{background-color:#535353;}
.ny_ly .ly_nr .s_l{
	width: 100%;
	display: block;
	padding: 10px;
	line-height: 44px;
	height: 44px;
	color: #333;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 23px;
	text-indent: 2px;
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}
@media only screen and (max-width:1440px){
	.ny_ly{padding:60px 0;}
	.ny_ly .ly_nr{padding:40px 60px;}
	.ny_ly .ly_nr ul{margin:0 -15px;}
	.ny_ly .ly_nr ul li{width:calc(50% - 30px); margin:0 15px 20px;}
}
@media only screen and (max-width:1200px){
	.ny_ly .ly_nr{padding:40px;}
	.ny_ly .ly_nr textarea{height:96px;}
}
@media only screen and (max-width:640px){
	.ny_ly{padding:50px 0px;}
	.ny_ly .ly_nr{padding:30px 20px;}
	.ny_ly .ly_nr ul{margin:0 -10px;}
	.ny_ly .ly_nr ul li{width:100%; margin:0 10px 20px;}
}

.pd3a{
	width: 100%;
	overflow: hidden;
	margin-bottom: 29px;
	border: solid 1px #e9e9e9;
	border-radius: 9px;
}
.pd3a_a{
	display: block;
	text-align: center;
}
.pd3aimg_video{
	position: relative;
}
.pd3aimg_video::after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/ivdico_03.png) no-repeat center rgba(0,0,0,.2);
	background-size: 55px;
	position: absolute;
	left: 0;
	top: 0;
}
.ibdrls{
	border-radius: 10px;
}
.pd3a p.text16{padding: 11px 0px;}

.ly_lb .n_r{width: 100%;overflow: hidden;position: relative;margin-bottom: 29px;border-radius: 6px;}
.ly_lb .n_r .t_p{
	height:339px;
	overflow:hidden;
}
.ly_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;
}
.ly_lb .n_r .w_z{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.ly_lb .n_r .w_z .b_t{margin-bottom: 5px;text-transform: capitalize;}
.ly_lb .n_r:hover .w_z{
	background: linear-gradient(to top, rgba(51, 114, 67, .9), rgba(0, 0, 0, 0));
}
@media only screen and (max-width:640px){
	.ly_lb .n_r .t_p{
		height:auto;
	}
}

.spec-card {
	max-width: 1080px;
	width: 100%;
	background: #ffffff;
	border-radius: 9px;
	box-shadow: 0 20px 60px rgba(51, 114, 67, 0.10), 0 8px 24px rgba(0, 0, 0, 0.04);
	padding: 19px;
	transition: padding 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.6);
}


.spec-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e9edf2;  /* 浅灰 */
}

.spec-title {
	display: flex;
	align-items: center;
	gap: 14px;
}

.spec-title .badge {
	display: inline-block;
	background: #337243;  /* 主色 */
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.3px;
	padding: 4px 16px;
	border-radius: 100px;
	background: linear-gradient(135deg, #337243, #2a5f38);
	box-shadow: 0 2px 8px rgba(51, 114, 67, 0.25);
}

.spec-title h1 {
	font-size: 26px;
	font-weight: 700;
	color: #1c2e26;  /* 深绿色调 */
	letter-spacing: -0.3px;
}

.spec-header .sub {
	font-size: 14px;
	color: #5b6f7a;  /* 灰绿 */
	background: #f0f3f5;  /* 浅灰 */
	padding: 6px 18px;
	border-radius: 100px;
	font-weight: 500;
	letter-spacing: 0.2px;
	border: 1px solid #e0e6eb;
}

/* ===== 表格容器 ===== */
.table-wrap {
	overflow: hidden;
	border-radius: 9px;
	border: 1px solid #e2e8ed;  /* 浅灰 */
	background: #fafcfd;
}

/* ===== 表格 ===== */
.spec-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.6;
}

.spec-table tbody tr {
	transition: background 0.15s ease;
}

.spec-table tbody tr:nth-child(even) {
	background: #f7f9fb;  /* 浅灰条纹 */
}

.spec-table tbody tr:nth-child(odd) {
	background: #ffffff;
}

.spec-table tbody tr:hover {
	background: #eef3f0;  /* 浅绿灰悬停 */
}

.spec-table td {
	padding: 16px 24px;
	border-bottom: 1px solid #e9edf2;
	vertical-align: middle;
	color: #1f2e26;
}

.spec-table tbody tr:last-child td {
	border-bottom: none;
}

/* 参数名（左列） */
.spec-table .label {
	font-weight: 600;
	color: #337243;  /* 主色 */
	width: 26%;
	letter-spacing: 0.2px;
	font-size: 18px;
	background: rgba(51, 114, 67, 0.04);
	white-space: nowrap;
}

/* 参数值（右列） */
.spec-table .value {
	font-weight: 450;
	color: #1d2b24;
	word-break: break-word;
	font-size: 16px;
	letter-spacing: 0.1px;
}

/* 值中的标签高亮 */
.spec-table .value .tag {
	display: inline-block;
	background: #f0f3f5;  /* 浅灰 */
	color: #1f3a2a;
	font-size: 13px;
	font-weight: 500;
	padding: 1px 12px;
	border-radius: 100px;
	margin: 2px 4px 2px 0;
	letter-spacing: 0.2px;
	border: 1px solid #dee4e9;
}

.spec-table .value .tag-primary {
	background: #337243;  /* 主色 */
	color: #fff;
	border-color: #337243;
}

.spec-footer {
	margin-top: 24px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	font-size: 13px;
	color: #6a7f78;  /* 灰绿 */
	padding-top: 16px;
	border-top: 1px solid #e9edf2;
}

.spec-footer .footnote {
	display: flex;
	align-items: center;
	gap: 8px;
}

.spec-footer .footnote svg {
	opacity: 0.5;
	color: #337243;
}
@media (max-width: 768px) {
	body {
		padding: 16px;
	}

	.spec-card {
		padding: 20px 18px 24px;
		border-radius: 20px;
	}

	.spec-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		margin-bottom: 20px;
		padding-bottom: 16px;
	}

	.spec-title h1 {
		font-size: 20px;
	}

	.spec-title .badge {
		font-size: 11px;
		padding: 3px 14px;
	}

	.spec-header .sub {
		font-size: 12px;
		padding: 4px 14px;
	}

	.table-wrap {
		border-radius: 12px;
		border: 1px solid #e2e8ed;
	}

	.spec-table {
		font-size: 14px;
	}

	.spec-table tbody tr {
		display: block;
		padding: 14px 16px;
		border-bottom: 1px solid #e9edf2;
		background: #ffffff !important;
		transition: none;
	}

	.spec-table tbody tr:hover {
		background: #ffffff !important;
	}

	.spec-table tbody tr:last-child {
		border-bottom: none;
	}

	.spec-table td {
		display: block;
		padding: 0;
		border-bottom: none;
		background: transparent !important;
		width: 100%;
	}

	.spec-table .label {
		font-size: 12px;
		font-weight: 600;
		color: #337243;  /* 主色 */
		letter-spacing: 0.5px;
		text-transform: uppercase;
		margin-bottom: 4px;
		background: transparent !important;
		white-space: normal;
		width: 100%;
	}

	.spec-table .value {
		font-size: 15px;
		font-weight: 500;
		color: #0b1e14;
		line-height: 1.7;
		width: 100%;
	}

	/* 移动端标签更紧凑 */
	.spec-table .value .tag {
		font-size: 12px;
		padding: 1px 10px;
		margin: 2px 3px 2px 0;
	}

	/* 行与行之间添加微弱的视觉分隔 */
	.spec-table tbody tr+tr {
		border-top: 1px solid #f0f4f5;
	}

	/* 卡片内边距调整 */
	.spec-table tbody tr:first-child {
		padding-top: 16px;
	}
	.spec-table tbody tr:last-child {
		padding-bottom: 16px;
	}

	.spec-footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		font-size: 12px;
		padding-top: 14px;
		margin-top: 18px;
	}
}
@media (max-width: 480px) {
	.spec-card {
		padding: 16px 12px 18px;
		border-radius: 16px;
	}

	.spec-title h1 {
		font-size: 18px;
	}

	.spec-table tbody tr {
		padding: 12px 12px;
	}

	.spec-table .label {
		font-size: 11px;
	}

	.spec-table .value {
		font-size: 14px;
	}

	.spec-table .value .tag {
		font-size: 11px;
		padding: 0 8px;
	}
}

.cp_xq .tb_nr .n_r{margin-bottom: 29px;background: #F6F6F6;}
.cp_xq .tb_nr .n_r .t_p img{width: 100%;height: auto;display: block;}
.cp_xq .tb_nr .n_r .w_z{padding: 19px;min-height: 122px;}
.cp_xq .tb_nr .n_r .b_t{color: #333333;font-size: 16px;margin-bottom: 6px;text-transform: uppercase;font-weight: bold;}
.cp_xq .tb_nr .n_r .m_s{color: #464646;font-size: 15px;line-height: 26px;}
@media only screen and (max-width:768px){

	.cp_xq .tb_nr .n_r{margin-bottom: 19px;}
	.cp_xq .tb_nr .n_r .w_z{padding: 11px;min-height: auto;}
	.cp_xq .tb_nr .n_r .b_t{font-size: 14px;}
	.cp_xq .tb_nr .n_r .m_s{font-size: 14px;line-height: 22px;}
}

.cp_xq .tp_nr .n_r{margin-bottom: 29px;box-shadow: 0 0 20px rgba(0,0,0,.07);border-radius: 6px;padding: 39px 24px;min-height: 159px;}
.cp_xq .tp_nr .n_r .t_b{text-align: center;margin-bottom: 9px;}
.cp_xq .tp_nr .n_r .t_b img{max-width: 100%;height: auto;display: inline-block;}
.cp_xq .tp_nr .n_r .w_z{text-align: center;}
.cp_xq .tp_nr .n_r .w_z .b_t{color: #333333;font-size: 18px;font-weight: bold;text-transform: uppercase;}
.cp_xq .tp_nr .n_r .w_z .m_s{font-size: 16px;line-height: 26px;color: #555555;}
@media only screen and (max-width:768px){

	.cp_xq .tp_nr .n_r{margin-bottom: 19px;padding: 19px;min-height: auto;}
	.cp_xq .tp_nr .n_r .w_z .b_t{font-size: 16px;}
	.cp_xq .tp_nr .n_r .w_z .m_s{font-size: 14px;line-height: 22px;}
}

.ny_ty .lc_a .n_r{margin-bottom: 29px;box-shadow: 0 0 20px rgba(0,0,0,.09);padding: 29px;border-radius: 6px;}
.ny_ty .lc_a .n_r .s_z{margin: 0 auto;width: 69px;height: 69px;color: #ffffff;background: #337243;font-size: 32px;font-weight: bold;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 69px;
}
.ny_ty .lc_a .n_r .b_t{margin: 19px 0px;color: #333333;font-size: 19px;font-weight: bold;text-transform: uppercase;min-height: 45px;display: flex;align-items: center;justify-content: center;text-align: center;}
.ny_ty .lc_a .n_r .t_p{
	margin-bottom: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.ny_ty .lc_a .n_r .t_p img{width: 100%;height: auto;display: inline-block;}
.ny_ty .lc_a .n_r .m_s{color: #333333;font-size: 16px;line-height: 32px;}
@media only screen and (max-width:1199px){
	.ny_ty .lc_a .n_r{margin-bottom: 19px;padding: 19px;}
	.ny_ty .lc_a .n_r .s_z{
		width: 59px;
		height: 59px;
		font-size: 28px;
		line-height: 59px;
	}
	.ny_ty .lc_a .n_r .b_t{font-size: 17px;min-height: 39px;}
	.ny_ty .lc_a .n_r .m_s{font-size: 14px;line-height: 24px;}
}
@media only screen and (max-width:640px){
	.ny_ty .lc_a .n_r .b_t{min-height: auto;}
}

.ny_ty .lc_b .n_r{margin-bottom: 29px;text-align: center;}
.ny_ty .lc_b .n_r .t_p{
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-bottom: 19px;
}
.ny_ty .lc_b .n_r .t_p img{width: 100%;height: auto;display: block;}
.ny_ty .lc_b .n_r .b_t{
	color: #333333;
	font-size: 17px;
	text-transform: capitalize;
}
@media only screen and (max-width:1199px){
	.ny_ty .lc_b .n_r{margin-bottom: 19px;}
	.ny_ty .lc_b .n_r .b_t{
		font-size: 16px;
	}
}
.ny_ty .lc_c{padding-right: 29px;}
.lc_c .zz_lb .n_r{margin-bottom: 27px;border: solid 1px #e9e9e9;border-radius: 6px;padding: 11px 19px;text-align: center;}
.lc_c .zz_lb .n_r .t_p{margin-bottom: 6px;text-align: center;}
.lc_c .zz_lb .n_r .t_p img{width: 87%;height: auto;display: inline-block;}
.lc_c .zz_lb .n_r .b_t{color: #333333;font-size: 16px;}
.ny_ty .lc_d{padding-left: 19px;}
.lc_d .lc_lb{margin-bottom: 29px;}
.lc_d .lc_lb ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.lc_d .lc_lb li{margin-bottom: 29px;color: #333333;font-size: 21px;width: 50%;}
.lc_d .lc_lg{border: solid 1px #e9e9e9;padding: 19px 9px;border-radius: 9px;}
.lc_d .lc_lg .t_p img{width: 100%;height: auto;display: block;}
@media only screen and (max-width:1199px){
	.ny_ty .lc_c{padding-right: 0px;}
	.lc_c .zz_lb .n_r .b_t{font-size: 14px;}
	.ny_ty .lc_d{padding-left: 0px;}
	.lc_d .lc_lb{margin-bottom: 24px;}
	.lc_d .lc_lb li{margin-bottom: 24px;font-size: 18px;}
	.lc_d .lc_lg{padding: 9px;}
}
@media only screen and (max-width:640px){
	.lc_d .lc_lb li {
		margin-bottom: 19px;
		font-size: 16px;
	}
	.lc_c .zz_lb .n_r .t_p img {
		width: 100%;
	}
}

.lbntxt a{color: #ffffff;}

.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,.09);
}
.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;text-align: center;}
.hx_lb .n_r .w_z a{font-size: 18px;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: #1D2088;}
@media only screen and (max-width:1100px){
	.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;}
}