@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #01b000;
}
.bgcolor,.hvbgcolor:hover{
	background: #01b000;
	color: #fff;
}
.head{
	background: #01b000;
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.head_height{
	height: 80px;
}
.logo{
	display: inline-block;
	height: 60px;
}
.logotxt *{
	line-height: 1.2;
}
.logotxt p{
	letter-spacing: 3.5px;
}
.logotxt{
	color: #fff;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid rgba(255,255,255,.4);
}
.nav li{
	position: relative;
	margin-left: 75px;
}
.nava{
	display: block;
	line-height: 80px;
	height: 80px;
	color: #fff;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.nav li.active .nava{
	border-bottom: 3px solid #fff;
}
.navhide{
	width: 180px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(0,0,0, .9);
	position: absolute;
	left: 50%;
	margin-left: -90px;
	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);
	background: #fff;
}
.htr .navhide{
	width: 80px;
	left: 50%;
	margin-left: -40px;
}
.htr .navhide a{
	font-size: 12px !important;
	line-height: 22px !important;
	padding: 5px !important;
}
.nav li:hover .navhide,
.htr:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 25px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	background: #f8f8f8;
	color: #01B000;
}
.foot{
	background: url(../images/footbg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #fff;
	text-decoration: underline;
}
.ftl{
	margin-right: 10%;
}
.ft{
	padding: 60px 0;
}
.fta{
	min-width: 140px;
}
.fta h3{
	color: #fff;
}
.fta_r{
	width: 37%;
}
.fta_r li{
	display: flex;
	line-height: 30px;
}
.fta_r li i{
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}
.fta h3{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.ftarb_ewm{
	text-align: center;
}
.ftarf a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: #4a5269;
	color: #fff;
	margin-right: 10px;
}
.fb{
	padding: 15px 0;
	background: rgba(0,0,0,.4);
}
.fbra{
	border: 1px solid rgba(255,255,255,.5);
	padding: 4px 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .25s;
}
.fbra i{
	margin-left: 12px;
}
.fbr:hover .fbra{
	background: rgba(255,255,255,.1);
}
.fbrhide{
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 100%;
	height: 120px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	margin-bottom: 10px;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.fbr:hover .fbrhide{
	opacity: 1;
	visibility: inherit;
	margin-bottom: 0;
}
.fbrhide::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.fbrhide::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.fbrhide::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.fbrhide a{
	line-height: 40px;
	display: block;
	padding: 0 15px;
	color: #666;
}
.fbrhide a:hover{
	color: #025dac;
	background: #f5f5f5;
	text-decoration: none;
}
.fta_r h2.icolor{
	color: #074da4;
}
.swiper-button-next-pb,
.swiper-button-prev-pb{
	width: 40px;
	height: 40px;
	background: #c7c7c7;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	transition: .25s;
	margin-top: -20px;
	border-radius: 100%;
}
.swiper-button-next-pb:hover,
.swiper-button-prev-pb:hover{
	background: #01B000;
	color: #fff;
}
.swiper-button-next-pb{
	right: -70px;
}
.swiper-button-prev-pb{
	left: -70px;
}
.md{
	padding: 80px 0;
}
.itop{
	line-height: 0.8;
}
.itop h1{
	color: #eef8ee;
	margin-bottom: -10px;
}
.itopline{
	width: 34px;
	height: 2px;
	background: #01B000;
	margin: 20px auto 0 auto;
}
.itop_wt *{
	color: #fff;
}
.itop_wt h1{
	color: rgba(255,255,255,.1);
}
.itop_wt .itopline{
	background: #fff;
}
.i1tr li,.i1tr a{
	display: inline-block;
	background: #f2f6f4;
	color: #666;
	border-radius: 50px;
	padding: 7px 25px;
	margin-left: 20px;
	cursor: pointer;
	transition: .25s;
}
.i1tr a:hover{
	color: #01B000;
}
.i1tr li.active{
	background: #01B000;
	color: #fff;
}
.i1a_a{
	background: #01B000;
	color: #fff;
	text-align: center;
}
.i1aimg{
	background: #f2f6f4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i1aimg img{
	display: block;
	max-width: 89%;
	max-height: 89%;
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat top center;
}
.i2_video{
	position: relative;
	cursor: pointer;
}
.i2_video::after{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/i2vdico_03.png) no-repeat center rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
.i2_video:hover::after{
	background: url(../images/i2vdico_03.png) no-repeat center rgba(0,0,0,.5);
}
.i3r{
	width: 43%;
	margin-left: 4%;
}
.i3ltr{
	height: 2px;
	background: linear-gradient(to right, #fff, #01B000);
}
.i3lb p{
	padding: 10px 0;
}
.morea{
	display: inline-block;
	padding: 8px 32px;
	border: 2px solid #000;
	color: #000;
}
.morea:hover{
	background: #01B000;
	border: 2px solid #01B000;
	color: #fff;
}
.ab_nm{
	padding: 40px 0;
	background: url(../images/i4bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab_nm .i1lba *{
	color: #fff;
}
.i1lba{
	text-align: center;
	flex: 0;
	flex-grow: 1;
	border-right: 1px solid rgba(255,255,255,.3);
}
.i1lba:last-child{
	border: 0 !important;
}
.i1lbat{
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.i5{
	background: #f9f9f9;
}
.i5a{
	padding: 20px;
	background: #fff;
	border-bottom: 8px solid #eff2f3;
	border-right: 8px solid #eff2f3;
}
.i6{
	background: url(../images/i6bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i6a_a{
	background: #fff;
	padding: 10px;
}
.i6a_a:hover{
	box-shadow: 0 0 15px rgba(176,198,208,.6);
}
.i6aimg{
	width: 38%;
	margin-right: 10px;
	height:269px;
	overflow:hidden;
}
.i6aimg img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:center center;
	-webkit-user-select:none;
	user-select:none;
}
.i6atxt{
	padding: 0 10px;
}


.ab1tl{
	width: 35%;
}
.ab1b{
	background: url(../images/ab1bbg_03.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab1b .i1lba p{
	color: rgba(255,255,255,.8);
}
.ab2a_a{
	position: relative;
	text-align: center;
	color: #fff;
}
.ab2atxt{
	background: #01B000;
}
.ab2a_a .ovhd,.ab2atxt{
	position: relative;
	z-index: 9;
}
.yy{
	background: #eff2f3;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -10px;
	right: -6px;
}
.ab3a{
	background: #f7f7f7;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab3a img{
	max-width: 100%;
	max-height: 100%;
}

@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.iswiper_w{
		padding: 0 5%;
	}
	.swiper-button-prev-pb{
		left: 0;
	}
	.swiper-button-next-pb{
		right: 0;
	}
	.i2_video::after{
		background-size: 80px !important;
	}
	.morea{
		border-width: 1px !important;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.nav li{
		margin-left: 45px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.foot{
		text-align: center;
	}
	.fb{
		padding: 12px 0;
	}
	.fbr {
		width: 50%;
		margin: 12px auto 0 auto;
	}
	.ft{
		padding: 25px 0;
	}
	.ftl{
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.ftarb_ewm img{
		width: 100px;
	}
	.fta{
		min-width: 100%;
		display: none;
	}
	.fta.fta_r{
		display: block;
	}
	.ftarbr{
		justify-content: center;
		margin-top: 15px;
	}
	.ftarbr .ftarb_ewm{
		margin: 0 10px;
	}
	.ftarf {
		justify-content: center;
	}
	.ftarf a{
		margin: 0 5px;
	}
	.i1t{
		text-align: center;
	}
	.i1tr ul{
		justify-content: center;
		margin-top: 15px;
	}
	.i1tr li, .i1tr a{
		margin: 0 5px;
		font-size: 13px;
		padding: 4px 16px;
	}
	.i1a{
		width: 50%;
	}
	.i1atxt{
		padding: 10px;
	}
	.i1lba p{
		margin-top: 5px;
		font-size: 12px;
	}
	.i2_video::after{
		background-size: 40px !important;
	}
	.i3{
		margin-top: 25px;
	}
	.morea{
		padding: 7px 20px;
	}
	.ab_nm{
		padding: 25px 0;
	}
	.iswiper_w{
		padding: 0 50px;
	}
	.swiper-button-next-pb, .swiper-button-prev-pb{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.i1lba{
		flex: inherit;
		flex-grow: inherit;
		border: none;
	}
	.i6aimg{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		height: 299px;
	}
	.i6atxt{
		padding: 10px;
	}
	
	.ab1tl{
		text-align: center;
	}
	.ab1b {
		justify-content: space-between;
		margin-left: -15px;
		margin-right: -15px;
		padding: 20px 15px;
	}
}
.ny_fl{width: 100%;overflow: hidden;margin-bottom: 39px;}
.ny_fl ul{display: flex;align-items: center;justify-content: center;}
.ny_fl li{margin: 0px 11px;}
.ny_fl li a{display: block;padding: 11px 29px;background: #F1F5F3;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #656565;
	font-size: 16px;
}
.ny_fl li:hover a{background: #01AF00;color: #ffffff;}
.ny_fl li.active a{background: #01AF00;color: #ffffff;}

.ny_cp .n_r{
	padding: 11px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,.09);
	margin-bottom: 29px;
}
.ny_cp .n_r a{display: block;}
.ny_cp .n_r .t_p{margin-bottom: 19px;}
.ny_cp .n_r .t_p .i_g{
	background: #F1F5F3;
	border: solid 1px #F1F5F3;
}
.ny_cp .n_r .t_p .i_g img{width: 100%;height: auto;display: block;}
.ny_cp .n_r .t_p .b_y{background: #01AF00;color: #ffffff;text-align: center;line-height: 41px;font-size: 14px;}
.ny_cp .n_r .w_z .b_t{color: #333333;font-size: 18px;margin-bottom: 5px;}
.ny_cp .n_r .w_z .m_s{color: #999999;font-size: 13px;line-height: 24px;margin-bottom: 19px;
	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;
}
.ny_cp .n_r .w_z .m_r{width: 139px;line-height: 36px;border: solid 1px #01AF00; color: #01AF00;font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;margin-bottom: 9px;
}
.ny_cp .n_r:hover .w_z .m_r{background: #01AF00;color: #ffffff;}
@media only screen and (max-width:1190px) {
	.ny_fl li a{
		font-size: 14px;
		padding: 9px 19px;
	}
	.ny_cp .n_r .t_p .b_y{
		font-size: 12px;
		line-height: 26px;
		padding: 9px;
	}
	.ny_cp .n_r .w_z .b_t {
		font-size: 16px;
	}
	.ny_cp .n_r .w_z .m_s {
		font-size: 12px;
	}
	.ny_cp .n_r .w_z .m_r{
		width: 99px;
		line-height: 29px;
	}
}
@media only screen and (max-width:768px) {
	.ny_fl {
		margin-bottom: 29px;
	}
	.ny_fl ul{flex-wrap: wrap;}
	.ny_fl ul li{margin: 0px 3px 9px 3px;width: 46%;}
	.ny_fl li a{padding: 0px;width: 100%;line-height: 29px;text-align: center;}
}

.mg_my{justify-content: space-between;padding: 0px 15px;}
.jt_ct{justify-content:space-between;}
.jt_cn{justify-content:center;}
.ny_nr{width:100%; overflow:hidden;}
.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;text-transform: capitalize;}
.ny_nr .ny_bt.cn .t_b{display: flex;align-items: center;}
.ny_nr .ny_bt.cn .t_b i.on{width: 9%;height: 2px;background: #01AF00;}
.ny_nr .ny_bt.cn .t_b i{width: 95%;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: #01AF00; 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:#656565; text-indent:30px;}
.ny_nr .zc_lm ul li.on a.y_j{color:#656565; 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;
	position:relative;
	color:#656565;
	background: #F3F3F3;
	text-transform: capitalize;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	margin-bottom: 6px;
	padding: 16px;
}
.ny_nr .zc_lm a.e_j:hover{background: #E7EEF6;color: #01AF00;}
.ny_nr .zc_lm ul li.on a.e_j{color: #01AF00;background: #E7EEF6;}
.ny_nr .zc_lm i{position:absolute; top:14px; right:15px; display:block; font-size:16px; line-height:28px; color:#656565; 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: #01AF00;
}
.ny_nr .zc_lm ul li.on i{color:#01AF00;
	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: solid 1px #F3F3F3;}
.ny_nr .zc_lm .s_j p:last-child{border-bottom: none;}
.ny_nr .zc_lm .s_j p a{font-size:14px; text-indent:28px; 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:#01AF00; text-indent:39px;}
.ny_nr .zc_lm .s_j p.on a{
	color: #01AF00;
}
.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 .i1a{margin-bottom: 29px;}
.ny_nr .cp_lb .n_r{
	margin-bottom: 30px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	box-shadow: 0 0 20px rgba(0,0,0,.05);
	overflow: hidden;
	background: #F9F9F9;
	padding: 9px;
}
.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: #f6f6f6;}
.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: 16px 0px;}
.ny_nr .cp_lb .w_z .m_r a{display: block;width: 80px; height: 30px;text-align: center;line-height: 30px;color: #FFFFFF;font-size: 14px;background: #074DA4;}
.ny_nr .cp_lb .n_r:hover .m_r a{background: #01AF00;color: #FFFFFF;}
.ny_nr .cp_lb .n_r:hover .b_t a{color: #01AF00;}
@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 .i1a{margin-bottom: 19px;}
	.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:768px){
	.ny_nr .yc_nr{
		padding: 0px 9px;
	}
}
@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 .cp_lb .t_p {
		padding: 10px;
	}
	.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;
	}
}
.lbnbg {
	background: rgba(0, 0, 0, .2);
}
.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:#01AF00;}
.ny_lm .dq_wz span{color:#01AF00;}
.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_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: 36px;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: #01AF00;display: block;font-size: 14px;width: 120px;height: 46px;text-align: center;line-height: 46px;background: none;border: solid 1px #01AF00;-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: #01AF00;}
.ny_nr .xq_nr .yy_xq .m_s{color: #656565;font-size: 14px;line-height: 28px;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 .b_g{font-size: 16px;line-height: 36px;}
.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: 30px;
	}
	.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 .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_lb .xw_nr{margin-bottom: 29px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);border-radius: 6px;}
.xw_lb .xw_nr .n_r{padding: 24px;}
.xw_lb .xw_nr .n_r .r_q{color: #666;font-size: 15px;}
.xw_lb .xw_nr .n_r .b_t{font-size: 18px;color: #222;font-weight: bold;margin-top: 9px;}
.xw_lb .xw_nr .n_r .t_b{display: flex;justify-content: flex-end;margin-top: 9px;}
.xw_lb .xw_nr .n_r:hover .b_t{color: #01AF00;}
@media only screen and (max-width:1100px){
	.xw_lb .xw_nr{margin-bottom: 19px;}
	.xw_lb .xw_nr .n_r{padding: 19px;}
	.xw_lb .xw_nr .n_r .r_q{font-size: 14px;}
	.xw_lb .xw_nr .n_r .b_t{font-size: 17px;margin-top: 7px;}
	.xw_lb .xw_nr .n_r .t_b{margin-top: 7px;}
}

.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;}
}

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

.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: 16px 19px;text-align: center;background: #01AF00;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;color: #ffffff;}
.hx_lb .n_r .w_z a{font-size: 17px;font-weight: bold;color: #ffffff;}
.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);
}
@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;}
}

.lx_bt{text-align: center;margin-bottom: 40px;}
.lx_bt p{color: #333333;font-size: 38px;font-weight: bold;margin-bottom: 16px;}
.lx_bt i{display: block;width: 48px;height: 6px;background: #01AF00;margin: 0 auto;}

@media only screen and (max-width:1100px){
	.lx_bt{margin-bottom: 30px;}
	.lx_bt p{font-size: 28px;margin-bottom: 10px;}
	.lx_bt i{width: 40px;height: 4px;}
}

.lx_fs{width:100%; padding:80px 0px; overflow:hidden;}
.lx_fs .fs_zs ul{margin:0 -20px;}
.lx_fs .fs_zs ul li{width:calc(25% - 40px); padding:20px; margin:0 20px; box-shadow:0 0 15px rgba(0,0,0,.05); text-align:center;}
.lx_fs .fs_zs h3{font-size:16px; color:#333; margin-bottom:10px;}
.lx_fs .fs_zs p{color:#999;}
.lx_fs .fs_zs i{font-size:32px; line-height:50px; color:#01AF00;}
.lx_fs .fs_zs i.icon-dizhi1{font-size:40px;}
@media only screen and (max-width:1200px){
	.lx_fs{padding:60px 0;}
	.lx_fs .fs_zs ul{margin:0 -10px;}
	.lx_fs .fs_zs ul li{width:calc(33.33333333% - 20px); padding:20px 15px; margin:0 10px;}
	.lx_fs .fs_zs h3{font-size:15px;}
	.lx_fs .fs_zs i{font-size:30px; line-height:46px;}
	.lx_fs .fs_zs i.icon-dizhi1{font-size:38px;}
}
@media only screen and (max-width:640px){
	.lx_fs{padding:50px 0 30px;}
	.lx_fs .fs_zs ul{margin:0;}
	.lx_fs .fs_zs ul li{width:100%; margin:0 0 20px;}
}


.sw_hz{width:100%; padding:80px 0; background-color:#f5f5f5; overflow:hidden;}
.sw_hz .hz_bd ul{margin:0 -25px;}
.sw_hz .hz_bd ul li{width:calc(50% - 50px); margin:0 25px 30px;}
.sw_hz .hz_bd ul li:last-child{width:100%;}
.sw_hz .hz_bd span{display:block; font-size:15px; color:#333; margin-bottom:10px;}
.sw_hz .hz_bd .t_x{position:relative;}
.sw_hz .hz_bd .t_x i{width:50px; position:absolute; top:0; left:0; text-align:center; color:#01AF00; line-height:56px;}
.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:26px;}
.sw_hz .hz_bd .t_x i.icon-chuangyi-{font-size:24px;}
.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:20px;}
.sw_hz .hz_bd .t_x input{width:100%; height:56px; border-radius:3px; padding:0 15px 0 50px; background-color:#fff; color:#333; line-height:56px; display:block;}
.sw_hz .hz_bd .t_x textarea{width:100%; height:160px; border-radius:3px; padding:15px 15px 15px 50px; background-color:#fff; color:#333; line-height:26px; display:block; resize:none;}
.sw_hz .hz_bd .c_z{text-align:center;}
.sw_hz .hz_bd button{width:150px; height:56px; background-color:#333; border-radius:3px; margin:0 10px; font-size:17px; line-height:56px; text-align:center; color:#fff; outline:none; display:inline-block;
	transition:all .5s;
	-webkit-transition:all .5s;}
.sw_hz .hz_bd button:hover{background-color:#01AF00;}
.sw_hz .hz_bd button.r_s{background-color:#aaa;}
.sw_hz .hz_bd button.r_s:hover{background-color:#555;}
@media only screen and (max-width:1200px){
	.sw_hz{padding:60px 0;}
	.sw_hz .hz_bd ul{margin:0 -15px;}
	.sw_hz .hz_bd ul li{width:calc(50% - 30px); margin:0 15px; margin-bottom:30px;}
	.sw_hz .hz_bd span{font-size:14px;}
	.sw_hz .hz_bd .t_x i{font-size:20px; line-height:50px;}
	.sw_hz .hz_bd .t_x i.icon-zhanghu{font-size:24px;}
	.sw_hz .hz_bd .t_x i.icon-yijianfankui1{font-size:18px;}
	.sw_hz .hz_bd .t_x input{height:50px; line-height:50px;}
	.sw_hz .hz_bd .t_x textarea{height:134px; padding:12px 15px 12px 50px;}
	.sw_hz .hz_bd button{width:130px; height:46px; font-size:16px; line-height:46px;}
}
@media only screen and (max-width:640px){
	.sw_hz{padding:50px 0;}
	.sw_hz .hz_bd ul{margin:0;}
	.sw_hz .hz_bd ul li{width:100%; margin:0; margin-bottom:20px;}
	.sw_hz .hz_bd .t_x textarea{height:108px;}
	.sw_hz .hz_bd button{width:110px; height:40px; font-size:15px; line-height:40px;}
}