@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	/* 10÷16=62.5% */
	overflow-x: hidden;
}

* {
	word-wrap: break-word;
}

body {
	font-size: 12px;
	font-size: 1.2rem;
	/* 12÷10=1.2 */
	overflow-x: hidden;
	/*background:url(../images/bg.jpg) no-repeat;*/
	background-repeat: no-repeat;
	/* background-position: center center;*/
	background-size: cover;
}

body,
html {
	font-family: "微软雅黑";
	min-width: 320px;
}

.f_faminly {
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.bigzm {
	text-transform: uppercase;
}

.b_cursor {
	border: 0px;
	cursor: pointer;
}

input {
	outline: 0;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

ul li {
	list-style-type: none;
	float: left;
}

/*.container{ border:1px solid red;}*/
.container {
	width: 100% !important;
	max-width: 1200px;
	max-width: 1170px\9;
}

.container1 {
	width: 100%;
}


/*loading加载*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000000;
	overflow-x: hidden;
}

.loading-img {
	width: 100px;
	display: inline-block;
	position: absolute;
	height: 38px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -19px;
	-webkit-animation: rotateplane 1.2s infinite ease-in-out;
	animation: rotateplane 1.2s infinite ease-in-out;
}

.loading-img img {
	width: 100px;
	height: 38px;
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateY(0deg)
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(0deg) rotateY(0deg)
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}

	50% {
		transform: perspective(120px) rotateX(0deg) rotateY(180deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(180deg)
	}

	100% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
}


/*头部*/

#banner {
	width: 100%;
	position: relative;
}

.clearpadding {
	padding: 0px;
	margin: 0px;
}

.section_ui {
	width: 100%;
	overflow-x: hidden;
}

.section_ui_c {
	width: 1360px;
	margin: 0px auto;
}

.section_ui_c1 {
	width: 1200px;
	margin: 0px auto;
}

.i_tgdiv {
	width: 1450px;
	margin: 0px auto;
}

.header_top {
	width: 100%;
	padding: 1.5% 3%;
	position: relative;
	background-color: #fff;
	color: #000000;
}

.header_top.fixedmenu {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: url(../images/logobg.png) repeat;
	color: #fff;
}

.header_top.fdmenu {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.header_top .i_logo_ul .nav_menu li .a_nav {
	color: #000
}

.i_logo_img {
	width: 13.5%;
}

.i_logo_img img {
	width: 100%;
}

.i_logo_ul {
	width: 50%;
}

.i_logo_ul .nav_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_logo_ul .nav_menu li {
	width: 14.28%;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.i_logo_ul .nav_menu li .a_nav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}

.i_logo_ul .nav_menu li .a_nav:hover,
.i_logo_ul .nav_menu li .a_nav.active,
.i_logo_ul .nav_menu li .a_nav.active1 {
	color: #fff;
	text-decoration: none;
}

/*.header_top .i_logo_ul .nav_menu li .a_nav,.header_top .i_logo_ul .nav_menu li .a_nav:hover,.header_top .i_logo_ul .nav_menu li .a_nav.active,.header_top .i_logo_ul .nav_menu li .a_nav.active1{ color:#000}*/
.header_top .i_logo_ul .nav_menu li .a_nav {
	color: #000
}

.header_top .i_logo_ul .nav_menu li .a_nav:hover,
.header_top .i_logo_ul .nav_menu li .a_nav.active,
.header_top .i_logo_ul .nav_menu li .a_nav.active1 {
	color: #000;
	background-color: #65b65b;
}

/*.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav,.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav:hover,.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav.active,.header_top .i_logo_ul .nav_menu li .a_nav.active1{ color:#fff;}*/
.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav {
	color: #fff;
}

.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav:hover,
.header_top.fixedmenu .i_logo_ul .nav_menu li .a_nav.active,
.header_top .i_logo_ul .nav_menu li .a_nav.active1 {
	color: #fff;
	background-color: #65b65b;
}

.i_logo_banben {
	width: 5%;
}

.i_logo_banben ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_logo_banben ul li {
	width: 42%;
	float: left;
	margin: 0px 4%;
}

.i_logo_banben ul li a {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.i_logo_banben ul li a img {
	width: 100%;
}

.i_logo_banben ul li a:hover {
	text-decoration: none;
}

.i_logo_banben1 {
	width: 100%;
	height: 50px;
}

.i_logo_banben1 ul {
	width: 90%;
	margin: 0px;
	padding: 0px;
	padding-left: 40%;
}

.i_logo_banben1 ul li {
	width: 30%;
	float: left;
}

.i_logo_banben1 ul li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #515151;
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
}

.i_logo_banben1 ul li a:hover {
	color: #824300;
	text-decoration: none;
}

.i_logo_banben1 ul li a.a1 {
	background: url(../images/tb_01.png) left center no-repeat;
	text-indent: 21px;
}

.i_logo_banben1 ul li a.a2 {
	background: url(../images/tb_02.png) left center no-repeat;
	text-indent: 21px;
}


.two_list_m {
	width: 26px;
	height: 26px;
	float: right;
	cursor: pointer;
	display: none;
	position: fixed;
	top: 2.5vmin;
	right: 15px;
	z-index: 10000000000;
}

.phone_two {
	width: 100%;
	position: fixed;
	left: 0px;
	display: none;
	z-index: 10000000;
	background-color: #fff;
	top: 7.5vmin;
}

.phone_two_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.phone_two_ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.phone_two_ul_a {
	width: 100%;
	height: 50px;
	background-color: #fff;
	line-height: 50px;
	display: inline-block;
	padding: 0px 2%;
	font-size: 14px;
	color: #515151;
	text-decoration: none;
}

.phone_two_ul_a:hover,
.phone_two_ul_a.activephone,
.phone_two_ul_a.activephone:hover {
	background-color: #65b65b;
	text-decoration: none;
	color: #fff;
}



/*首页中间部分*/
.i_tgbg {
	background-color: #eeeeee;
}

.i_tglm_div {
	width: 100%;
	padding: 2% 0px;
}

.i_tglm_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_tglm_ul li {
	width: 18%;
	float: left;
	background: url(../images/tb_04.png) right center no-repeat;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.i_tglm_ul li .div {
	width: 100%;
	line-height: 2.2;
	color: #222222;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	position: relative;
}

.i_tglm_ul li .div.s1 {
	width: 19%;
	transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.i_tglm_ul li .div:hover {
	text-decoration: none;
	color: #222;
}

.i_tglm_ul li .div_r {
	width: 81%;
	height: 20px;
	position: absolute;
	right: -100%;
}

.i_tglm_ul li .div_r_div {
	width: 100%;
}

.i_tglm_ul li .div_r_div .a_img {
	width: 34%;
}

.i_tglm_ul li .div_r_div .a_img img {
	width: 100%;
}

.i_tglm_ul li .div_r_div .a_text {
	margin: 0px;
	padding: 0px;
	margin-left: 8%;
	width: 36%;
}

.i_tglm_ul li .div_r_div .a_text dd {
	width: 50%;
	float: left;
}

.i_tglm_ul li .div_r_div .a_text dd a {
	width: 100%;
	height: 2.5vmin;
	line-height: 2.5vmin;
	display: inline-block;
	overflow: hidden;
	background: url(../images/tb_03.png) left center no-repeat;
	text-indent: 13px;
	color: #65b65b;
	font-size: 12px;
}

.i_tglm_ul li .div_r_div .a_text dd a:hover {
	color: #65b65b;
}

.i_tglm_ul li.activexz {
	width: 46%;
}

.i_tglm_ul li.activexz .div_r {
	position: absolute;
	right: 0px;
	transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}





/*底部*/
.wx_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 100;
}

.i_footer {
	width: 100%;
	padding: 3%;
	line-height: 1.8;
	color: #fff;
	font-size: 13px;
	background-color: #343535;
	overflow-x: hidden;
}

.i_footer_l {
	width: 70%;
	float: left;
}

.i_footer_l_menu {
	width: 100%;
	padding: 15px 0px;
	color: #6c6d6d;
}

.i_footer_l_menu a,
i_footer_l_menu a:hover {
	color: #fff;
	font-size: 14px;
	padding: 0px 3%;
	display: inline-block;
	line-height: 1.7;
}

.i_footer_l_text {
	width: 100%;
	padding: 15px 0px;
	color: #fff;
	font-size: 12px;
	line-height: 1.7;
}

.i_footer_l_text a,
.i_footer_l_text a:hover {
	color: #fff;
}

.i_footer_r {
	width: 14%;
	float: right;
}

.i_footer_r ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_footer_r ul li {
	width: 40%;
	float: left;
	margin: 0px 5%;
}

.i_footer_r ul li img {
	width: 100%;
}

.i_about {
	width: 100%;
	padding: 3% 0px;
}

.i_about_l {
	width: 43%;
	color: #666666;
	line-height: 1.6;
	padding-top: 2%;
}

.i_about_l_t1 {
	width: 100%;
	background: url(../images/tb_05.png) top left no-repeat;
	padding: 2% 0px 2% 0px;
	color: #333333;
	font-size: 25px;
}

.i_about_l_t1 .font1 {
	color: #327cc0;
	font-family: Arial, Helvetica, sans-serif;
}

.i_about_l_t1 .font2 {
	color: #65b65b;
	font-family: Arial, Helvetica, sans-serif;
}

.i_about_l .s2 {
	width: 100%;
	max-heig ht:150px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}

.i_about_r {
	width: 50%;
}

.i_about_r .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.i_about_r .a_img img {
	width: 100%;
	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.i_about_r .a_img:hover img {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.i_syly {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_syly li {
	width: 50%;
	float: left;
	overflow: hidden
}

.i_syly li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.i_syly li .a_img img {
	width: 100%;
	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.i_syly li .a_img:hover img {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.i_syly li .a_img .a_text {
	text-indent: 15px;
	color: #000;
	color:#fff;
	background: url(../images/tb_06.png) left center no-repeat;
	display: inline-block;
	font-size: 25px;
	position: absolute;
	right: 10%;
	top: 10%;
}

.i_syly li .a_img:hover {
	color: #fff;
	text-decoration: none;
}

.i_news {
	width: 100%;
	padding: 3% 0px;
}

.i_news_l {
	width: 49%;
}

.i_news_l_c {
	width: 100%;
	position: relative;
}

.i_news_l_c img {
	width: 100%;
}

.i_news_r {
	width: 49%;
}

.i_news_r_t {
	width: 100%;
	padding: 4% 0px;
	text-align: right;
}

.i_news_r_t a {
	width: 98px;
	height: 29px;
	margin-left: 10px;
	line-height: 29px;
	border: 1px solid #888888;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	color: #888888;
	font-size: 16px;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
}

.i_news_r_t a:hover,
.i_news_r_t a.activenews {
	border: 1px solid #65b65b;
	color: #65b65b;
	border: 1px solid #327cc0;
	color: #327cc0;
	text-decoration: none;
}

.i_news_r_c {
	width: 100%;
}

.i_news_r_c_ul {
	width: 100%;
	display: none;
	margin: 0px;
	padding: 0px;
}

.i_news_r_c_ul li {
	width: 100%;
	padding: 3% 0px;
	float: left;
	cursor: pointer;
}

.i_news_r_c_ul li .s1 {
	width: 12%;
	background: url(../images/news_fx.jpg) right center no-repeat;
	font-size: 12px;
	color: #888888;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.i_news_r_c_ul li .s1 span {
	color: #333333;
	font-size: 18px;
}

.i_news_r_c_ul li .s2 {
	width: 85%;
	color: #777777;
	font-size: 12px;
	line-height: 1.7;
	overflow: hidden;
}

.i_news_r_c_ul li .s2 a {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
}

.i_news_r_c_ul li .s2 a:hover {
	text-decoration: none;
	color: #65b65b;
}

.i_news_r_c_ul li:hover,
.i_news_r_c_ul li:hover .s1,
.i_news_r_c_ul li:hover .s2,
.i_news_r_c_ul li:hover .s2 a,
.i_news_r_c_ul li:hover .s1 span {
	color: #65b65b;
	color: #327cc0;
}

.i_news_r_c_ul li .s2 .div_text {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.i_ppdiv {
	width: 100%;
}

.i_ppdiv_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_ppdiv_ul li {
	width: 33.33%;
	float: left;
}

.i_ppdiv_ul li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	color: #fff;
}

.i_ppdiv_ul li .a_img img {
	width: 100%;
	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.i_ppdiv_ul li .a_img:hover img {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.i_ppdiv_ul li .a_img:hover {
	color: #fff;
	text-decoration: none;
}

.i_ppdiv_ul li .a_img .a_text {
	width: 100%;
	height: 75%;
	line-height: 100%;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	padding-top: 25%;
	line-height: 2.0;
}

.i_ppdiv_ul li .a_img .a_text span {
	font-size: 30px;
	font-weight: bold;
}

.i_link {
	padding: 2% 3%;
}

.i_linh {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_linh li {
	width: 12.5%;
	float: left;
	background: url(../images/news_fx1.jpg) right center no-repeat;
	text-align: center;
}

.i_linh li a img {
	width: 98%;
}

.link_pc {
	display: block;
	width: 100%;
	/* height:62px;*/
}

.link_phone {
	position: relative;
	z-index: 1;
	height: 62px;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	display: none;
}

#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 2400px;
	height: 62px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#scroller ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

#scroller li {
	width: 277px;
	height: 63px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

#scroller li a img {
	width: 275px;
	height: 61px;
	border: 1px solid #efefef;
}


/*other*/
.n_banner {
	width: 100%;
	position: relative;
}

.n_banner .img {
	width: 100%;
}

.n_banner_c {
	width: 1360px;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	margin-left: -680px;
	top: 20%;
}

.a_menu_bg {
	background-color: #eeeeee;
}

.a_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.a_menu li {
	padding-right: 15px;
	float: left;
	height: 70px;
}

.a_menu li .a_menu_a {
	width: 125px;
	height: 70px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 70px;
	color: #333333;
	font-size: 16px;
}

.a_menu li .a_menu_a:hover,
.a_menu li .a_menu_a.activetm1 {
	color: #fff;
	background-color: #65b65b;
	text-decoration: none;
}

.pc_amenu {
	width: 100%;
}

.a_zxlmenu {
	width: 100%;
	padding: 2% 2%;
	position: relative;
	display: none;
	z-index: 100;
}

.a_zxlmenu_t {
	width: 100%;
	padding: 3% 0px;
	background: url(../images/zxl_jt1.png) right center no-repeat;
	font-size: 18px;
	text-align: center;
	background-color: #65b65b;
	color: #fff;
	cursor: pointer;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 86%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-indent: 0px;
	border-top: 1px solid #fff;
	display: none;
}

.a_zxlmenu_c li {
	width: 100%;
	padding: 3% 0px;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li a,
.a_zxlmenu_c li a:hover {
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_gsjj {
	width: 100%;
	overflow-x: hidden;
}

.a_gsjj_l {
	width: 34%;
	margin-left: 15%;
	color: #666666;
	font-size: 14px;
	padding-top: 4%;
}

.a_gsjj_l_s1 {
	width: 100%;
	color: #65b65b;
	font-size: 16px;
	line-height: 1.6;
}

.a_gsjj_l_s1 span {
	color: #333333;
	font-size: 24px;
}

.a_gsjj_l .s2 {
	width: 100%;
	height: 150px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 4%;
	text-indent: 20px;
}

.a_gsjj_l .s3 {
	margin-top: 4%;
}

.a_gsjj_l .s3 a,
.a_gsjj_l .s3 a:hover {
	text-decoration: none;
}

.a_gsjj_r {
	width: 50%;
}

.a_gsjj_r a {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.a_gsjj_r a img {
	width: 100%;
	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.a_gsjj_r a:hover img {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.a_phone_gmore,
.a_phone_gmore:hover {
	text-decoration: none;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 4% 0px;
	display: none;
	float: left;
}

.a_fzlc_div {
	background-color: #f4f4f4;
}

.a_fzlc_d1 {
	width: 100%;
	padding: 4% 0px;
}


.i_lcb_c1 {
	width: 100%;
	height: 28px;
	text-align: center;
	padding-top: 2%;
}

.i_lcb_c {
	width: 100%;
	background: url(../images/e_0012.jpg) center repeat-y;
	margin: 0px auto;
	padding-top: 5%;
	padding-bottom: 50px;
}

.i_lcb_c_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.i_lcb_c_ul li {
	width: 50%;
	margin-bottom: 20px;
	float: left;
}

.i_lcb_c_ul li .div {
	padding-right: 120px;
	background: url(../images/e_lcb2.png) right center no-repeat;
	position: relative;
	right: -10px;
}

.i_lcb_c_ul li .div_c {
	width: 100%;
	background-color: #fff;
	padding: 2%;
	color: #666666;
	font-size: 14px;
}

.i_lcb_c_ul li .div_ct {
	width: 100%;
	height: 27px;
	font-size: 16px;
	word-wrap: break-word;
	color: #333333;
}

.i_lcb_c_ul li .div_ct .s1 {
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #65b65b;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
}

.i_lcb_c_ul li .div_con {
	width: 100%;
	line-height: 1.7;
	padding: 10px 0px 0px 35px;
	word-wrap: break-word;
}

.i_lcb_c_ul li .div1 {
	padding-left: 120px;
	background: url(../images/e_lcb1.png) left center no-repeat;
	position: relative;
	left: -10px;
	margin-top: 90px;
}

.i_lcb_c_b,
.i_lcb_c_b:hover {
	text-decoration: none;
	width: 100%;
	text-align: center;
}

.a_jyxsd_div {
	width: 990px;
	margin: 0px auto;
}

.a_jyxsd {
	width: 100%;
	padding: 4% 0px;
}

.a_jyxsd_con {
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 1.8;
	overflow-x: hidden;
	padding: 4% 0px 2% 0px;
	text-align: center;
}

.a_jyxsd_con img {
	max-width: 100%;
}

.i_section {
	position: relative;
	/*background-color: #a2a7ab;*/
	/*min-height: 360px;*/
	box-sizing: border-box;
	/*overflow:hidden;*/
	width: 100%;
	/*background:url(../images/d_01.png) repeat;*/
	overflow-x: hidden;
}

.bg_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/qywh_bg1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	/*opacity: 0.4;*/
	z-index: 1;
}

.bg_blur1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/qywh_bg2.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	/*opacity: 0.4;*/
	z-index: 1;
}

.bg_blur2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/qywh_bg3.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	/*opacity: 0.4;*/
	z-index: 1;
}

.bg_blur3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/qywh_bg4.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	/*opacity: 0.4;*/
	z-index: 1;
}

.a_zpdiv {
	width: 100%;
	height: 100%;
	background: url(../images/qywh_bg2.png) repeat;
	position: relative;
	z-index: 1;
	padding: 3% 0px 4% 0px;
}

.a_qywh_ne {
	width: 1200px;
	margin: 0px auto;
}

.a_qywh_ne_c {
	width: 992px;
	margin: 0px auto;
	padding: 3% 0px;
	color: #fff;
	line-height: 1.8;
	font-size: 14px;
	text-align: center;
}

.a_qywh_ne_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.a_qywh_ne_ul li {
	width: 23%;
	float: left;
	margin: 0px 1%;
}

.a_qywh_ne_ul li a {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.a_qywh_ne_ul li a img {
	width: 100%;
}

.a_qywh_ne_ul li a .zc {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	opacity: 0;
	display: none\9;
	transition: 600ms;
	-webkit-transition: 600ms;
}

.a_qywh_ne_ul li a:hover .zc {

	opacity: 0.5;
	display: none\9;
	transition: 600ms;
	-webkit-transition: 600ms;
}

.a_qywh_ne_ul li a .zc_te {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	z-index: 1;
	text-align: center;
}

.a_qywh_ne_ul li a,
.a_qywh_ne_ul li a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.a_qywh_ne_ul li a .zc_te .t_011 {
	margin-top: 5%;
	width: 100%;
	padding: 15px 0px;
	font-size: 16px;
	display: inline-block;
	transform: translateX(-100%);
	transition: 400ms;
}

.a_qywh_ne_ul li a .zc_te .t_012 {
	width: 94%;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	padding: 0px 3%;
	display: inline-block;
	transform: translateX(100%);
	transition: 400ms;
}

.a_qywh_ne_ul li a:hover .zc_te .t_011,
.a_qywh_ne_ul li a:hover .zc_te .t_012 {
	transform: translate(0, 0);
}


.a_about {
	width: 100%;
	line-height: 2;
	color: #666666;
	font-size: 14px;
	word-wrap: break-word;
	overflow-x: hidden;
	padding: 4% 0px;
}

.a_about img {
	max-width: 100%;
}


.a_mtbd_div {
	width: 100%;
	padding: 55px 0px;
	/* background:url(../images/z_bg.jpg) repeat;*/
}

.a_fzlc_div1 {
	width: 100%;
	margin-top: 40px;
	padding-top: 40px;
	background: url(../images/xx1.png) left repeat-y;
	/*background-size:4%;*/
	position: relative;
}

.a_fzlc_div1 .tb_01 {
	width: 45px;
	height: 44px;
	background: url(../images/bb_01.png) no-repeat;
	/* background-size:80%;*/
	position: absolute;
	left: 0px;
	top: -40px;
}

.a_fzlc_ul {
	width: 95%;
	margin: 0px;
	padding: 0px;
	margin-left: 23px;
}

.a_fzlc_ul li {
	width: 100%;
	padding-bottom: 20px;
	float: left;
}

.a_fzlc_ul li .a_toptitle {
	width: 100%;
	background: url(../images/xx2.jpg) left center no-repeat;
	background-size: 3%;
	padding: 2% 0px 2% 4%;
	color: #333333;
	font-size: 24px;
}

.a_fzlc_ul li .a_topcon {
	width: 100%;
	word-wrap: break-word;
	line-height: 2.0;
	padding-left: 4%;
	color: #777777;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	/*height:300px;*/
	/* Prevent native touch events on Windows */
	-ms-touch-action: none;

	/* Prevent the callout on tap-hold and text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Prevent text resize on orientation change, useful for web-apps */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.a_fzlc_ul li .a_topcon span {
	/* color: #40d2aa; */
}

.a_fzlc_ul li .a_zkdiv {
	margin: 0% 4%;
	color: #b99349;
	display: inline-block;
	font-size: 16px;
}

.a_fzlc_ul li .a_zkdiv:hover,
.a_fzlc_ul li .a_zkdiv:link {
	color: #b99349;
	text-decoration: none;
}

.a_fzlc_ul li dl {
	width: 100%;
}

.a_fzlc_ul li dl dd {
	width: 100%;
	color: #777777;
	line-height: 2.0;
	padding-bottom: 10px;
}

.a_fzlc_ul li dl dd span {
	color: #65b65b;
}

.falc_scroller {
	position: absolute;

	/* Prevent elements to be highlighted on tap */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

	/* Put the scroller into the HW Compositing layer right from the start */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.a_fzlc_ul li .a_topcon:hover {
	cursor: move
}

.a_fzlc_dl {
	width: 95%;
	margin: 0px;
	padding: 0px;
	margin-left: 23px;
}

.a_fzlc_dl dd {
	width: 100%;
	padding-bottom: 20px;
	float: left;
}

.a_fzlc_dl dd .a_toptitle {
	width: 100%;
	background: url(../images/xx2.jpg) left center no-repeat;
	background-size: 3%;
	padding: 2% 0px 2% 4%;
	color: #333333;
	font-size: 24px;
}

.a_fzlc_dl dd .a_topcon {
	width: 100%;
	position: relative;
	font-size: 14px;
}

.a_fzlc_dl dd .a_topcon1 {
	width: 100%;
	height: 305px;
	overflow: hidden;
}

.a_fzlc_dl dd .a_topcon1 li {
	width: 100%;
	color: #777777;
	line-height: 2.0;
}

.a_fzlc_dl dd .a_topcon1 li span {
	color: #40d2aa;
}

.a_newsdiv {
	width: 100%;
	padding: 4% 2%;
}

.a_newsul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.a_newsul li {
	width: 20%;
	float: left;
	padding: 0px 1% 2% 1%;
}

.a_newsul li .a_div {
	width: 100%;
	background-color: #f0efef;
	cursor: pointer;
	color: #999999;
	display: inline-block;
	overflow: hidden;
	/*transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}

.a_newsul li .a_div:hover {
	background-color: #65b65b;
	color: #fff;
	text-decoration: none;
}

.a_newsul li .a_div img {
	width: 100%;
}

.a_newsul li .a_div .text {
	width: 100%;
}

.a_newsul li .a_div .text_div {
	width: 85%;
	height: 190px;
	margin: 0px auto;
	position: relative;
}

.a_newsul li .a_div .text_div .s1 {
	width: 100%;
	height: 28px;
	overflow: hidden;
	margin: 5% 0px;
	color: #444444;
	font-size: 18px;
	display: inline-block;
	word-wrap: break-word;
}

.a_newsul li .a_div .text_div .s2 {
	width: 100%;
	/*height:72px;*/
	overflow: hidden;
	line-height: 18px;
	text-indent: 20px;
	word-wrap: break-word;
}

.a_newsul li .a_div .text_div .s3 {
	width: 100%;
	height: 27px;
	line-height: 27px;
	margin-top: 5%;
	position: absolute;
	left: 0px;
	bottom: 7%;
}

.a_newsul li .a_div .text_div .s3 .a1 {
	width: 33px;
	margin-top: 2px;
	height: 23px;
	border: 2px solid #bfbfbf;
	color: #bfbfbf;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}

.a_newsul li .a_div:hover .text_div .s1,
.a_newsul li .a_div:hover .text_div .s3 .a1 {
	color: #fff;
}

.a_newsul li .a_div:hover .text_div .s3 .a1 {
	border: 2px solid #fff;
}

.a_mtbd_dpages {
	width: 100%;
	text-align: center;
	padding: 50px 3% 10px 3%;
	font-size: 16px;
}

.a_mtbd_dpages a {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
	line-height: 40px;
	text-align: center;
	background-color: #dcdcdc;
	color: #333333;
	display: inline-block;
}

.a_mtbd_dpages a:hover,
.a_mtbd_dpages a.activepages {
	color: #fff;
	text-decoration: none;
	background-color: #be9854;
}

.a_newsdetails {
	width: 100%;
	padding: 3% 0px;
}

.a_mt_title {
	width: 100%;
	padding: 11px 0px;
	text-align: center;
	color: #333333;
	font-size: 20px;
	word-wrap: break-word;
}

.a_mt_time {
	width: 100%;
	padding: 13px 0px;
	text-align: center;
	color: #888888;
	font-size: 14px;
	word-wrap: break-word;
}

.a_mt_con {
	width: 100%;
	line-height: 2.0;
	color: #666666;
	font-size: 14px;
	padding: 1% 0px;
	word-wrap: break-word;
	overflow-x: hidden;
}

.a_mt_con img {
	max-width: 100%;
}

.a_mt_pages {
	border: 1px solid #dfdfdf;
	border-left: 0px;
	border-right: 0px;
	color: #888888;
	font-size: 14px text-align:center;
	line-height: 2.0;
}

.a_mt_pages a {
	color: #888888;
}

.a_mt_pages a:hover {
	text-decoration: none;
	color: #65b65b;
}

.a_mt_pages .btb {
	padding: 3% 0px;
	word-wrap: break-word;
	text-align: center;
}

.a_mt_pages .btb1 {
	border-right: 1px solid #dfdfdf;
}

.a_rlzydiv {
	width: 100%;
	padding: 4% 0px;
}

.a_rlzydiv_t {
	width: 100%;
	text-align: center;
	padding-bottom: 2%;
}

.a_rlzydiv_c {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.a_rlzydiv_c dt {
	width: 100%;
	padding-bottom: 5px;
	float: left;
	font-weight: normal;
}

.a_rlzydiv_c dt .div {
	width: 100%;
	padding: 2% 0px;
	background-color: #65b65b;
	color: #fff;
	font-size: 16px;
}

.a_rlzydiv_c dt .div .s1 {
	width: 46%;
	text-indent: 3%;
}

.a_rlzydiv_c dt .div .s2 {
	width: 19.5%;
}

.a_rlzydiv_c dt .div .s3 {
	width: 13%;
	text-align: center;
}

.a_rlzydiv_c dt .div .s4 {
	width: 21.5%;
	text-align: center;
}

.a_rlzydiv_c dd {
	width: 100%;
	padding-bottom: 5px;
	float: left;
	font-weight: normal;
}

.a_rlzydiv_c dd .div {
	width: 100%;
	padding: 2% 0px;
	background: url(../images/r_jt1.jpg) right center no-repeat;
	background-color: #eeeeee;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	/*transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}

.a_rlzydiv_c dd .div:hover,
.a_rlzydiv_c dd .div.activerc {
	/*padding:2% 0px;*/
	background: url(../images/r_jt2.jpg) right center no-repeat;
	background-color: #eadbbf;
}

.a_rlzydiv_c dd .div .s1 {
	width: 46%;
	text-indent: 3%;
}

.a_rlzydiv_c dd .div .s2 {
	width: 19.5%;
}

.a_rlzydiv_c dd .div .s3 {
	width: 13%;
	text-align: center;
}

.a_rlzydiv_c dd .div .s4 {
	width: 21.5%;
	text-align: center;
}

.a_rlzydiv_c dd .div1 {
	width: 100%;
	background-color: #f7f6f6;
	padding: 2% 3%;
	color: #333333;
	font-size: 14px;
	line-height: 2.0;
	overflow-x: hidden;
	display: none;
}

.a_rctitle {
	width: 100%;
	height: 100%;
	background: url(../images/qywh_bg2.png) repeat;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 4% 0px
}

.a_rcln {
	width: 100%;
	padding: 4% 0px 3% 0px;
}

.a_rcln_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.a_rcln_ul li {
	width: 100%;
	padding-bottom: 4%;
	float: left;
}

.a_rcln_ul li .a_img {
	width: 47%;
	overflow: hidden;
}

.a_rcln_ul li .a_img img {
	width: 100%;
}

.a_rcln_ul li .a_img_r {
	width: 50%;
	color: #666666;
	font-size: 14px;
}

.a_rcln_ul li .a_img_r .s1 {
	width: 100%;
	color: #333333;
	font-size: 30px;
}

.a_rcln_ul li .a_img_r .s1 span {
	color: #65b65b;
}

.a_rcln_ul li .a_img_r .s2 {
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	height: 210px;
	margin-top: 5%;
}

.a_rcln_t {
	width: 100%;
	text-align: center;
	color: #65b65b;
	font-size: 20px;
}

.a_rcln_c {
	width: 100%;
}

.a_rcln_c_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.a_rcln_c_ul li {
	width: 50%;
	float: left;
	overflow: hidden;
}

.a_rcln_c_ul li img {
	width: 100%;
}

.a_zlhz {
	width: 100%;
	padding: 4% 0px;
}

.a_zlhz_t {
	width: 100%;
	text-align: center;
	padding-bottom: 3%;
	color: #65b65b;
	font-size: 16px;
	line-height: 1.8;
}

.a_zlhz_t span {
	color: #333333;
	font-size: 30px;
}

.a_zlhz_c {
	width: 100%;
}

.zlhz_container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4%;
}

.zlhz_container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.zlhz_container .swiper-slide .a_img {
	margin: 0px 1% 3% 1%;
	display: inline-block;
}

.zlhz_container .swiper-slide .a_img img {
	width: 100%;
	border: 1px solid #dcdcdc;
}

.a_xwtz {
	width: 100%;
	height: 100%;
	background: url(../images/qywh_bg2.png) repeat;
	position: relative;
	z-index: 1;
	padding: 4% 0px 4% 0px;
}

.a_xwtz_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4%;
}

.a_xwtz_ul li {
	width: 25%;
	float: left;
	padding: 0px 1% 0% 1%;
}

.a_xwtz_ul li .a_div {
	width: 100%;
	background-color: #FFF;
	cursor: pointer;
	color: #999999;
	display: inline-block;
	overflow: hidden;
	/*transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}

.a_xwtz_ul li .a_div:hover {
	background-color: #65b65b;
	color: #fff;
	text-decoration: none;
}

.a_xwtz_ul li .a_div img {
	width: 100%;
}

.a_xwtz_ul li .a_div .text {
	width: 100%;
}

.a_xwtz_ul li .a_div .text_div {
	width: 85%;
	height: 190px;
	margin: 0px auto;
	position: relative;
}

.a_xwtz_ul li .a_div .text_div .s1 {
	width: 100%;
	height: 28px;
	overflow: hidden;
	margin: 5% 0px;
	color: #444444;
	font-size: 18px;
	display: inline-block;
	word-wrap: break-word;
}

.a_xwtz_ul li .a_div .text_div .s2 {
	width: 100%;
	/*height:72px;*/
	overflow: hidden;
	line-height: 18px;
	text-indent: 20px;
	word-wrap: break-word;
}

.a_xwtz_ul li .a_div .text_div .s3 {
	width: 100%;
	height: 27px;
	line-height: 27px;
	margin-top: 5%;
	position: absolute;
	left: 0px;
	bottom: 7%;
}

.a_xwtz_ul li .a_div .text_div .s3 .a1 {
	width: 33px;
	margin-top: 2px;
	height: 23px;
	border: 2px solid #bfbfbf;
	color: #bfbfbf;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}

.a_xwtz_ul li .a_div:hover .text_div .s1,
.a_xwtz_ul li .a_div:hover .text_div .s3 .a1 {
	color: #fff;
}

.a_xwtz_ul li .a_div:hover .text_div .s3 .a1 {
	border: 2px solid #fff;
}

.a_xwtz_pages {
	width: 100%;
	text-align: center;
}

.a_xwtz_pages a,
.a_xwtz_pages a:hover {
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	-moz-border-radius: 20px;
	/* Gecko browsers */
	-webkit-border-radius: 20px;
	/* Webkit browsers */
	border-radius: 20px;
	/* W3C syntax */
}

.a_cyby {
	width: 100%;
	padding: 4% 0px;
}

.a_cyby_c {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.a_cyby_c_text {
	width: 560px;
	height: 340px;
	background-color: #fff;
	position: absolute;
	top: 60px;
	right: 60px;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.a_cyby_c_text_t {
	width: 100%;
	background: url(../images/map_title.jpg) no-repeat;
	height: 44px;
	background-color: #65b65b;
	line-height: 44px;
	color: #fff;
	text-indent: 95px;
	font-size: 18px;
}

.a_cyby_c_text_c {
	width: 100%;
	padding: 4%;
	line-height: 1.8;
	color: #333333;
	font-size: 14px;
}

.a_zxly {
	width: 100%;
	height: 100%;
	background: url(../images/qywh_bg2.png) repeat;
	position: relative;
	z-index: 1;
	padding: 4% 0px 4% 0px;
}

.a_zxly_c {
	width: 710px;
	margin: 0px auto;
}

.a_zxly_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.a_zxly_ul li {
	width: 100%;
	padding-bottom: 1%;
	float: left;
}

.a_zxly_ul li .s1 {
	width: 50%;
}

.a_zxly_ul li .s2 {
	width: 50%;
	text-align: center;
}

.a_zxly_ul li .ipt1 {
	width: 98%;
	background-color: #fff;
	height: 40px;
	border: 0px;
	line-height: 40px;
	color: #888888;
	font-family: "微软雅黑";
	font-size: 14px;
	text-indent: 15px;
}

.a_zxly_ul li .ipt2 {
	height: 163px;
	width: 100%;
	text-indent: 15px;
	border: 0px;
	padding: 5px;
	color: #888888;
	font-family: "微软雅黑";
	font-size: 14px;
}

.a_zxly_ul li .s3 {
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}

.a_zxly_ul li .ipt3 {
	width: 140px;
	height: 33px;
	line-height: 33px;
	border: 0px;
	cursor: pointer;
	background-color: #65b65b;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-family: "微软雅黑";
	-moz-border-radius: 16px;
	/* Gecko browsers */
	-webkit-border-radius: 16px;
	/* Webkit browsers */
	border-radius: 16px;
	/* W3C syntax */
}

.a_pp_div {
	width: 100%;
	overflow: hidden;
}

.a_pp_div img {
	width: 100%;
}

.a_pp_div1 {
	width: 100%;
	padding: 3% 0px;
}

.a_pp_div1_t {
	width: 100%;
	padding-bottom: 3%;
	text-align: center;
}

.a_pp_div1_c {
	width: 100%;
}


.ppx_container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5%;
}

.ppx_container .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0px 1%;
}

.ppx_container .swiper-slide .a_img {
	width: 100%;
	display: inline-block;
	position: relative;
}

.ppx_container .swiper-slide .a_img img {
	width: 100%;
}

.ppx_container .swiper-slide .a_img:hover {
	text-decoration: none;
}

.ppx_container .swiper-slide .a_img .zc {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/pp_img3.png) repeat;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.ppx_container .swiper-slide .a_img .zc_text {
	width: 154px;
	text-align: center;
	line-height: 1.6;
	color: #65b65b;
	font-size: 12px;
	padding-top: 54px;
	height: 139px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/pp_img4.png) no-repeat;
	margin-left: -77px;
	margin-top: -69px;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.ppx_container .swiper-slide .a_img .zc_text span {
	color: #333333;
	font-size: 16px;
}

.ppx_container .swiper-slide .a_img:hover .zc,
.ppx_container .swiper-slide .a_img:hover .zc_text {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.ppx_divbg {
	background: url(../images/pp_img8.jpg) top center no-repeat;
	background-size: cover;
}

.ppx_div {
	width: 100%;
	padding-top: 4%;
}

.ppx_div_c {
	width: 100%;
	padding: 3% 20px 0px 20px;
	background-color: #fff;
}

.ppx_div_ct {
	width: 100%;
}

.ppx_div_ct_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ppx_div_ct_ul li {
	width: 10%;
	height: 393px;
	float: left;
	/* background: url(../images/pp_img6.jpg) bottom left no-repeat; */
	background-color: #c3ad82;
	/*transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
	cursor: pointer;
	border-right: 1px solid #fff;
	overflow: hidden;
	position: relative;
}

.ppx_div_ct_ul li .div {
	width: 100%;
	height: 100%;
	padding: 1px 1px 0px 1px;
	/*transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; */
}

.ppx_div_ct_ul li.activepxd .div {
	width: 14.4%;
}

.ppx_div_ct_ul li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}

.ppx_div_ct_ul li .div .a_img img {
	max-width: 100%;
}

/*.ppx_div_ct_ul li .div .a_img img{width:100%;}*/
.ppx_div_ct_ul li .div .a_text {
	width: 20%;
	margin: 10% 40% 0px 40%;
	color: #fff;
	font-size: 18px;
	word-wrap: break-word
}

.ppx_div_ct_ul li .div_r {
	width: 85.6%;
	height: 393px;
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	right: -100%;
	/*transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}

.ppx_div_ct_ul li .div_r img {
	width: 793px;
	height: 393px;
}

.ppx_div_ct_ul li:hover,
.ppx_div_ct_ul li.activepxd {
	width: 70%;
/* 	background: url(../images/pp_img5.jpg) bottom left no-repeat; */
	background-color: #8e0600;
}

.ppx_div_ct_ul li.activepxd .div_r {
	right: 0px;
}

.ppx_div_con {
	width: 100%;
	background-color: #f4f4f4;
	color: #333333;
	font-size: 14px;
	padding: 3%;
	line-height: 1.8;
}

.ppx_div_con_c {
	width: 100%;
	display: none;
}

.pp_phone_div {
	width: 100%;
	display: none;
}

.ppxx_phone_container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5%;
}

.ppxx_phone_container .swiper-slide {
	width: 100%;
	/*text-align: center;
        font-size: 18px;
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
}

.ppxx_phone_container .swiper-slide .a_img {
	width: 100%;
	display: inline-block;
	position: relative;
}

.ppxx_phone_container .swiper-slide .a_img .img {
	width: 100%;
}

.ppxx_phone_container .swiper-slide .a_img .a_text {
	width: 20%;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

.ppxx_phone_container .swiper-slide .a_img .a_text img {
	width: 100%;
}

.ppxx_phone_container .swiper-slide .a_imgdiv {
	width: 100%;
	padding: 0px 2% 3% 2%;
	color: #fff;
	line-height: 1.8;
	font-size: 14px;
}

.ppxx_phone_container .swiper-slide .a_imgdiv_t {
	width: 100%;
	padding: 20px 0px;
	font-size: 18px;
	text-align: center;
}

.ppxx_phone_container .swiper-slide .a_imgdiv_c {
	width: 100%;
	line-height: 1.8;
	overflow-x: hidden;
}

.a_yjy {
	width: 100%;
	padding: 4% 0px;
}

.a_yjy_dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.a_yjy_dl dt {
	width: 100%;
	padding-bottom: 3%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 3%;
	font-weight: normal;
}

.a_yjy_dl dt .a_img {
	width: 49%;
	display: inline-block;
	overflow: hidden;
}

.a_yjy_dl dt .a_img img {
	width: 100%;
}

.a_yjy_dl dt .a_img_r {
	width: 47.5%;
}

.a_yjy_dl dt .a_img_r_t {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 20px;
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
}

.a_yjy_dl dt .a_img_r_t:hover {
	color: #333;
	text-decoration: none;
}

.a_yjy_dl dt .a_img_r_time {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #65b65b;
	font-size: 16px;
	overflow: hidden;
}

.a_yjy_dl dt .a_img_r_con {
	width: 100%;
	height: 120px;
	line-height: 30px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.a_yjy_dl dt .a_img_r_b,
.a_yjy_dl dt .a_img_r_b:hover {
	width: 115px;
	height: 30px;
	line-height: 30px;
	background-color: #b28850;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
}

.a_yjy_dl dd {
	width: 25%;
	float: left;
	padding: 0px 1% 2% 1%;
	font-weight: normal;
}

.a_yjy_dl dd .div {
	border: 3px solid #f1f1f1;
	width: 100%;
	display: inline-block;
	padding: 10px;
}

.a_yjy_dl dd .div:hover {
	text-decoration: none;
	border: 3px solid #b28850;
}

.a_yjy_dl dd .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.a_yjy_dl dd .div .a_img img {
	width: 100%;
}

.a_yjy_dl dd .div .a_text {
	width: 100%;
	margin-top: 15px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
}

.a_yjy_dl dd .div:hover .a_text {
	color: #333;
	text-decoration: none;
}

.a_yjy_dl dd .div .a_time {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #666666;
	font-size: 14px;
	background: url(../images/yj_bt1.png) right 10px center no-repeat;
	transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.a_yjy_dl dd .div:hover .a_time {
	background: url(../images/yj_tb2.png) right 10px center no-repeat;
	color: #666666;
	text-decoration: none;
}

.a_case_title {
	width: 100%;
	padding: 3% 0px;
	text-align: center;
}

.a_case_title a {
	width: 200px;
	display: inline-block;
	color: #333333;
	font-size: 20px;
	line-height: 2.2;
}

.a_case_title a:hover,
.a_case_title a.activecasem {
	background: url(../images/cp_016.jpg) bottom center no-repeat;
	text-decoration: none;
}




.ly_oc_zxl {
	width: 32%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	/*background:url(../images/ly_034.png) repeat;*/
	webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	transform: translate3d(0px, -100%, 0px);
}

.ly_oc {
	width: 32%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	color: #fff;
	z-index: 1;
	webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	transform: translate3d(0px, 100%, 0px);
}

.ly_ocbg1 {
	background: url(../images/ly_03.png) repeat;
}

.ly_ocbg2 {
	background: url(../images/ly_034.png) repeat;
}

.ly_ocbg3 {
	background: url(../images/ly_033.png) repeat;
}

.ly_ocbg4 {
	background: url(../images/ly_032.png) repeat;
}

.ly_ocbg5 {
	background: url(../images/ly_031.png) repeat;
}

.ly_ocd1 {
	width: 100%;
	padding: 12% 10%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 10%;
}

.ly_ocd1_t {
	width: 100%;
	text-align: center;
}

/*.ly_ocd1_t span{width:85px; height:85px; background:url(../images/ly_01.png) no-repeat; padding-top:17px; display:inline-block;line-height:28px;}
.ly_ocd1_t span .font1{ padding:0px 5px; border-bottom:1px solid #fff; line-height:28px; display:inline-block;}*/
.ly_ocd1_t1 {
	width: 100%;
	padding: 15% 0px;
	font-size: 20px;
	word-wrap: break-word;
}

.ly_ocd1_c {
	width: 100%;
	height: 180px;
	line-height: 20px;
	overflow: hidden;
	word-wrap: break-word;
}

.ly_ocd1_b,
.ly_ocd1_b:hover,
.ly_ocd1_b:link,
.ly_ocd1_b:visited {
	display: inline-block;
	width: 113px;
	/* line-height:50px;*/
	height: 29px;
	line-height: 29px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #fff;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
}

/*.ly_ocd1_b1,.ly_ocd1_b1:hover{ padding-right:45px; text-align:right; line-height:50px; background:url(../images/ly_02.png) right center no-repeat; display:inline-block; background-size:30px 30px; color:#fff; font-size:16px; display:none; text-decoration:none;}*/



.a_case_hobe {
	width: 100%;
	overflow-x: hidden;
}

.a_case_phone {
	width: 100%;
}

.a_case_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.a_case_ul li {
	width: 100%;
	float: left;
	background-color: #65b65b;
	color: #fff;
	padding-bottom: 3%;
}

.a_case_ul li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.a_case_ul li .a_img img {
	width: 100%;
}

.a_case_ul li .a_img_t {
	width: 100%;
	padding: 3% 0px;
	text-align: center;
}

.a_case_ul li .a_img_t img {
	width: 33%;
}

.a_case_ul li .a_img_tim {
	width: 100%;
	padding: 3% 0px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.a_case_ul li .a_img_con {
	width: 100%;
	padding: 3%;
	line-height: 1.8;
	color: #fff;
	font-size: 14px;
}

.a_case_ul li .a_img_con_b {
	with: 100%;
	padding: 3% 0px;
	text-align: center;
}

.a_case_ul li .a_img_con_b a,
.a_case_ul li .a_img_con_b a:hover {
	display: inline-block;
	width: 113px;
	/* line-height:50px;*/
	height: 29px;
	line-height: 29px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #fff;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
}
