@font-face {
	font-family: 'one';
	src: url('../font/iskpotab.ttf');
	font-weight: normal;
	font-style: normal;
}

.header {
	width: 100%;
	height: 90px;
/*	background: rgba(255, 255, 255, .2);*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
/*	box-shadow: 0px 3px 7px rgba(0, 0, 0, .3);*/
}

.header .header_ {
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}

.header .header_ .left {
	float: left;
}

.header .header_ .left .logo {
	float: left;
	width: 199px;
	padding-top: 17px;
}

.header .header_ .left .logo img {
	display: block;
	width: 100%;
}

.header .header_  .nav {
	float: right;
	margin-right: 20px;
}

.header .header_  .nav ul li {
	width: 100px;
	text-align: center;
	line-height: 30px;
    height: 30px;
	float: left;
	font-size: 0;
	position: relative;
	margin: 30px 5px 0;
	border-radius: 15px;
}

.header .header_  .nav ul li a {
	font-size: 16px;
	color: #333;
	display: block;
	
}

.header .header_  .nav ul li.act {
	background: #f69136;
}

.header .header_  .nav ul li.act a {
	color: #fff;
}

.header .header_ .nav  ul li:hover {
	background: #f69136;
}

.header .header_ .nav ul li:hover a {
	color: #fff;
}


.header .header_  .nav ul li .gdlt{ position:absolute; width:200px; left:0; top:60px; background:rgba(255,255,255,0.75); text-align:center; opacity:0; visibility:hidden; box-shadow:0 0 10px rgba(0,0,0,0.2);z-index: 100000;transition: .3s all}
.header .header_  .nav ul li .gdlt a{ display:block; padding:0 15px; text-align:left; border-bottom:1px solid #eee; line-height:40px;height: 40px;color: #333;overflow: hidden;font-size: 14px}
.header .header_  .nav ul li:hover .gdlt{
	opacity: 1;
	visibility: visible;
	top:31px;
}
.header .header_  .nav ul li .gdlt a:hover{
	background: #f69136;
	color: #fff
}








.header .header_ .tell {
	float: right;
	line-height: 90px;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.header .header_ .tell img {
	margin-right: 5px;
	width: 24px
}

.header.active {
	background: #fff;
}

.kongxi {
	width: 100%;
	height: 90px;
	display: none
}

.banner {
	width: 100%;
	height: 750px;
}

.banner .swiper-slide {
	width: 100%;
	height: 750px;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	background: #fff;
	box-sizing: border-box;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #eca325;
}

.ny_banner {
	width: 100%;
}
.ny_banner img{
	display: block;
	width:100%
}
.sj_head {
	display: none;
}

.sj_nav {
	display: none;
}

.sj_banner {
	display: none;
}

.index1 {
	max-width: 1230px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.index1 .title {
	padding: 42px 0;
	box-sizing: border-box;
	text-align: center;
}

.index1 .title h2 {
	line-height: 54px;
	font-size: 27px;
	color: #4c4c4c;
	text-align: center;
	font-family: one;
	text-transform: uppercase
}

.index1 .title span {
	line-height: 18px;
	width: 110px;
	display: inline-block;
	font-size: 18px;
	color: #212529;
	position: relative;
}

.index1 .title span:before {
	width: 66px;
	height: 17px;
	position: absolute;
	left: -55px;
	top: 0px;
	content: ' ';
	background: url(../img/spanbef.png) center no-repeat;
}

.index1 .title span:after {
	width: 66px;
	height: 17px;
	position: absolute;
	right: -55px;
	top: 0px;
	content: ' ';
	background: url(../img/spanaft.png) center no-repeat;
}

.index1 .title h3 {
	line-height: 64px;
	font-size: 27px;
	color: #f69136;
	margin-top: 10px;
	font-weight: normal;
	font-family: "黑体";
}

.index1 .title p {
	font-size: 14px;
	color: #616161;
	line-height: 26px;
}

.index1 .bottom {
	width: 100%;
}

.index1 .bottom ul li {
	width: 25%;
	float: left;
	padding: 0 7px;
	box-sizing: border-box;
	float: left;
}

.index1 .bottom ul li .box {
	width: 100%;
	border-radius: 8px;
	background: #f5f5f5;
	overflow: hidden;
	text-align: center;
}

.index1 .bottom ul li .box .bt {
	line-height: 57px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #f69136;
}

.index1 .bottom ul li .box .img {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	border: 2px solid #585e68;
	box-sizing: border-box;
	margin: 28px auto 14px;
	text-align: center;
	line-height: 90px;
}

.index1 .bottom ul li .box .img img {
	vertical-align: middle;
	display: inline-block;
}

.index1 .bottom ul li .box p {
	text-align: center;
	line-height: 24px;
	color: #6d6d6d;
	font-size: 16px;
	height: 24px;
	overflow: hidden;
	text-indent: 0;
	padding: 0 10px;
	box-sizing: border-box
		
}

.index1 .bottom ul li .box p:nth-of-type(2) {
	font-size: 14px;
}


.index1 .bottom ul li .box a {
	margin: 26px 0 24px;
	color: #4e555f;
	font-size: 14px;
	text-decoration: underline;
	display: inline-block;
}

.index1 .bottom ul li .box a:hover {
	color: #00a84f;
}

.index1 .bottom ul li:nth-of-type(2) .box .bt {
	background: #0064df;
}

.index1 .bottom ul li:nth-of-type(3) .box .bt {
	background: #189330;
}

.index1 .bottom ul li:nth-of-type(4) .box .bt {
	background: #4e555f;
}

.index1 .ckgd {
	padding: 40px 0;
	box-sizing: border-box;
	text-align: center;
}

.index1 .ckgd a {
	display: inline-block;
	width: 140px;
	height: 40px;
	border-radius: 3px;
	background: #189e29;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}

.index2 {
	width: 100%;
	padding: 33px 0 64px;
	box-sizing: border-box;
	margin-top: 40px;
}

.index2 .index2_ {
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}

.index2 .index2_ .bottom {
	max-width: 750px;
	min-width: 320px;
	padding: 57px 60px 0;
	box-sizing: border-box;
	float: left;
}

.index2 .index2_ .bottom h3 {
	line-height: 60px;
	font-size: 28px;
	color: #fff;
}

.index2 .index2_ .bottom i {
	display: block;
	width: 46px;
	height: 3px;
	background: #f69136;
	margin-bottom: 22px;
}

.index2 .index2_ .bottom p {
	line-height: 25px;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
}

.index2 .index2_ .bottom ul {
	margin-top: 35px;
}

.index2 .index2_ .bottom ul li {
	width: 25%;
	float: left;
}

.index2 .index2_ .bottom ul li div {
	line-height: 47px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	width: 95px;
	text-align: center;
}

.index2 .index2_ .bottom ul li div span {
	line-height: 47px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.index2 .index2_ .bottom ul li p {
	font-size: 14px;
	line-height: 24px;
	width: 95px;
	text-align: center;
}

.index2 .index2_ .top {
	float: right;
	width: 289px;
	height: 413px;
	border: 3px solid #fff;
	position: relative;
}

.index2 .index2_ .top .box {
	width: 100%;
	position: absolute;
	left: -70px;
	top: -70px;
	height: 100%;
	background: #189330;
	padding: 42px 30px;
	box-sizing: border-box;
}

.index2 .index2_ .top .box h3 {
	line-height: 47px;
	font-size: 36px;
	color: #fff;
	text-align: right;
	text-transform: uppercase
}

.index2 .index2_ .top .box p {
	line-height: 35px;
	text-align: right;
	margin-top: 40px;
	font-size: 20px;
	color: #fff;
	text-align: right;
}

.index2 .index2_ .top .box a {
	margin-top: 50px;
	text-align: right;
	display: block;
}

.index2 .index2_ .top .box a span {
	line-height: 27px;
	font-size: 14px;
	color: #fff;
	display: block;
}

.index2 .index2_ .top .box a img {
	display: inline-block;
	transition: .8s all;
}

.index2 .index2_ .top .box a:hover img {
	margin-right: 20px;
}

.index2 .index2_ .top .box a:hover span {
	color: #f69136;
}

.index2 .ljgd {
	display: none;
}

.index3 {
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}

.index3 .title {
	padding: 55px 0;
	box-sizing: border-box;
	text-align: center;
}

.index3 .title h3 {
	line-height: 39px;
	font-size: 30px;
	color: #333;
	font-weight: normal;
}

.index3 .title p {
	line-height: 21px;
	font-size: 14px;
	color: #555;
	text-transform: uppercase
}

.index3 .title span {
	width: 40px;
	height: 3px;
	display: inline-block;
	background: #f69136;
	margin-top: 15px;
}

.index3 .bottom {
	width: 100%;
	padding-bottom: 45px;
	box-sizing: border-box;
}

.index3 .bottom ul li {
	width: 19%;
	float: left;
	margin-right: 1.25%;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	margin-bottom: 15px;
	overflow: hidden;
}

.index3 .bottom ul li:nth-of-type(5n) {
	margin-right: 0;
}

.index3 .bottom ul li img {
	display: block;
	width: 100%;
	transition: .8s all;
}

.index3 .bottom ul li:hover img {
	transform: scale(1.2);
}

.index3 .bottom ul li:hover {
	border-color: #189e29;
}

.index4 {
	width: 100%;
}

.index4_ {
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}

.index4 .title {
	padding: 55px 0 35px;
	box-sizing: border-box;
	text-align: center;
}

.index4 .title h3 {
	line-height: 39px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

.index4 .title p {
	line-height: 21px;
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase
}

.index4 .title span {
	width: 40px;
	height: 3px;
	display: inline-block;
	background: #FFFFFF;
	margin-top: 15px;
}

.index4 .top {
	text-align: center;
	line-height: 28px;
	text-align: center;
}

.index4 .top a {
	display: inline-block;
	height: 28px;
	border-bottom: 1px solid transparent;
	font-size: 16px;
	color: #fff;
	margin: 0 20px;
}

.index4 .top a:hover {
	border-bottom: 1px solid #fff;
}

.index4 .top a.act {
	border-bottom: 1px solid #fff;
}

.index4 .bottom {
	width: 100%;
	margin-top: 50px;
}

.index4 .bottom .xxk {
	display: none;
}

.index4 .bottom .xxk.block {
	display: block;
}

.index4 .bottom ul li {
	width: 100%;
	background: #fff;
	padding: 32px 40px;
	box-sizing: border-box;
	margin-top: 10px;
}

.index4 .bottom ul li .bt {
	width: 100%;
	padding-right: 100px;
	box-sizing: border-box;
	position: relative;
}

.index4 .bottom ul li .bt p {
	width: 100%;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}

.index4 .bottom ul li .bt span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 23px;
	font-size: 16px;
	color: #999;
	width: 100px;
	text-align: right;
}

.index4 .bottom ul li .nr {
	width: 100%;
	padding-right: 100px;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}

.index4 .bottom ul li .nr p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
}

.index4 .bottom ul li .nr a {
	position: absolute;
	right: 0;
	top: 25px;
	width: 82px;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #dedfe1;
	box-sizing: border-box;
	display: block;
	color: #ccc;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.index4 .bottom ul li .nr a:hover {
	background: #189e29;
	color: #fff;
}

.index4 .bottom ul li:hover .bt p {
	color: #189e29;
}

.index4 .ljgd {
	padding: 60px 0;
	box-sizing: border-box;
	text-align: center;
}

.index4 .ljgd a {
	width: 128px;
	height: 40px;
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	transition: .5s all;
}

.index4 .ljgd a:hover {
	background: #189e29;
}

.footer {
	width: 100%;
	padding: 34px 10px 36px;
	box-sizing: border-box;
	background: #000;
}

.footer .footer_nr div {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.footer .footer_nr div a {
	font-size: 14px;
	color: #fff;
	margin: 0 8px;
}

.footer p {
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.footer_nr{
	max-width: 1200px;
	margin: 0 auto;
	position: relative
}
.footer .ewm_{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0;
	top: -18px
	
}
.footer .ewm_ img{
	width: 100px;
	height: 100px;
	display: block
}

.fix_footer {
	display: none;
}

.dqwz {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.dqwz .dqwz_ {
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	font-size: 14px;
	color: #444;
	line-height: 50px;
	vertical-align: middle;
}

.dqwz .dqwz_ a {
	font-size: 14px;
	color: #444;
}

.dqwz .dqwz_ img {
	margin-right: 10px;
}

.about {
	max-width: 1200px;
	min-width: 320px;
	position: relative;
	padding: 20px 0 0 280px;
	box-sizing: border-box;
	margin: 0 auto;
	min-height: 500px;
}

.about .box {
	position: absolute;
	left: 0;
	top: 20px;
	width: 240px;
}

.about .box .top {
	width: 100%;
	height: 102px;
	padding: 24px 20px 0 0;
	box-sizing: border-box;
}

.about .box .top p {
	font-size: 20px;
	color: #fff;
	line-height: 28px;
	text-align: right;
}

.about .box .top h2 {
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	text-align: right;
}

.about .box .bottom {
	border-left: 1px solid #eee;
	box-sizing: border-box;
}

.about .box .bottom ul li {
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

.about .box .bottom ul li a {
	display: block;
	height: 60px;
	padding-left: 36px;
	border-right: 3px solid #eee;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
}

.about .box .bottom ul li:hover a {
	color: #179430;
	background: #f2f2f2;
	border-right: 3px solid #179430;
}

.about .box .bottom ul li.act a {
	color: #179430;
	background: #f2f2f2;
	border-right: 3px solid #179430;
}

.about .about_box {
	width: 100%;
}

.about .about_box .shang {
	width: 100%;
}

.about .about_box .shang img {
	display: block;
	width: 100%;
}

.about .about_box .shang p {
	margin-top: 30px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.about .about_box .xia {
	width: 100%;
}

.about .about_box .xia .bt {
	width: 100%;
	line-height: 22px;
	margin: 30px 0 24px 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.about .about_box .xia .bt img {
	display: inline-block;
	margin-right: 5px;
}

.about .about_box .xia .top {
	width: 100%;
}

.about .about_box .xia .top ul li {
	width: 33.333%;
	float: left;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	padding-left: 14px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	color: #333;
}

.about .about_box .xia .top ul li span {
	width: 5px;
	height: 5px;
	display: block;
	border-radius: 50%;
	background: #309b44;
	top: 22px;
	left: 3px;
	position: absolute;
}

.about .about_box .xia .bottom {
	width: 100%;
}

.about .about_box .xia .bottom ul li {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
	margin-top: 45px;
}

.about .about_box .xia .bottom ul li:nth-of-type(3n) {
	margin-right: 0;
}

.about .about_box .xia .bottom ul li div {
	padding-bottom: 22px;
	box-sizing: border-box;
	background: url(../img/hou.png) center bottom no-repeat;
}

.about .about_box .xia .bottom ul li img {
	display: block;
	max-width: 100%;
	min-width: auto;
	margin: 0 auto;
}

.about .about_box .xia .bottom ul li p {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	color: #333;
}

.about .about_box .jtfc {
	width: 100%;
}

.about .about_box .jtfc .title {
	margin: 30px 0;
	width: 100%;
	height: 40px;
	background: #f2f2f2;
}

.about .about_box .jtfc .title span {
	width: 120px;
	height: 40px;
	background: #179430;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	font-size: 14px;
}

.about .about_box .jtfc .swiper-slide img {
	display: block;
	width: 100%;
}

.about .about_box .jtfc .swiper-slide p {
	line-height: 52px;
	font-size: 14px;
	color: #333;
	height: 52px;
	overflow: hidden;
	text-align: center;
}

.about .about_box .jtfc .bottom {
	position: relative;
}

.about .about_box .jtfc .bottom .swiper-button-next {
	right: -42px;
	top: 45%
}

.about .about_box .jtfc .bottom .swiper-button-prev {
	left: -42px;
	top: 45%
}

.about .about_box .jtjj {
	width: 100%;
	margin-top: 30px;
}

.about .about_box .jtjj .img {
	float: right;
	padding-left: 50px;
	box-sizing: border-box;
}

.about .about_box .jtjj .img img {
	display: block;
	max-width: 100%;
	min-width: auto;
}

.about .about_box .jtjj p {
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	line-height: 25px;
}

.about_nav {
	display: none;
}

.about .about_box .jtwh {
	width: 100%;
}

.about .about_box .jtwh .top {
	width: 100%;
}

.about .about_box .jtwh .top ul li {
	width: 48%;
	float: left;
	margin-top: 30px;
}

.about .about_box .jtwh .top ul li:nth-of-type(2n) {
	float: right;
}

.about .about_box .jtwh .top ul li img {
	display: block;
	max-width: 100%;
	min-width: auto;
}

.about .about_box .jtwh .bottom {
	width: 100%;
}

.about .about_box .jtwh .bottom h4 {
	line-height: 24px;
	font-size: 14px;
	margin-top: 20px;
	color: #333;
}

.about .about_box .jtwh .bottom p {
	line-height: 24px;
	font-size: 14px;
	margin-top: 20px;
	color: #333;
}

.about .about_box .dsz {
	width: 100%;
	margin-top: 30px;
	position: relative;
	padding-right: 300px;
	box-sizing: border-box;
	min-height: 465px;
}

.about .about_box .dsz .left {
	padding-right: 45px;
	box-sizing: border-box;
}

.about .about_box .dsz .left p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 20px;
	color: #333;
}

.about .about_box .dsz .right {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
}

.about .about_box .dsz .right img {
	display: block;
	width: 100%;
}

.about .about_box .dsz .right span {
	margin-top: 10px;
	line-height: 42px;
	font-size: 24px;
	color: #333;
	display: block;
	text-align: center;
}

.about .about_box .dsz .right p {
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.about .about_box .dsz .right h4 {
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.about .about_box .jtld {
	width: 100%;
	display: none
}

.about .about_box .jtld .title {
	text-align: center;
}

.about .about_box .jtld .title h3 {
	line-height: 32px;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.about .about_box .jtld .title p {
	line-height: 23px;
	font-size: 14px;
	color: #555;
}

.about .about_box .jtld .title span {
	display: block;
	width: 40px;
	height: 3px;
	background: #f69136;
	margin: 14px auto;
}

.about .about_box .jtld ul li {
	width: 24%;
	float: left;
	margin-top: 22px;
	margin-right: 1.333%;
}

.about .about_box .jtld ul li:nth-of-type(4n) {
	margin-right: 0;
}

.about .about_box .jtld ul li img {
	display: block;
	width: 100%;
}

.about .about_box .jtld ul li h5 {
	margin-top: 10px;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}

.about .about_box .jtld ul li span {
	line-height: 34px;
	display: block;
	text-align: center;
}

.about .about_box .jtld ul li p {
	line-height: 26px;
	height: 52px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}

.about .about_box .fzlc {
	width: 100%;
}

.about .about_box .fzlc .top {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}

.about .about_box .fzlc .top a {
	display: block;
	width: 100px;
	height: 36px;
	margin-right: 10px;
	border: 1px solid #dadde0;
	box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	color: #333;
	float: left;
}

.about .about_box .fzlc .top a:last-child {
	margin-right: 0;
}

.about .about_box .fzlc .top a.act {
	background: #179430;
	border-color: #179430;
	color: #fff;
	font-weight: bold;
}

.about .about_box .fzlc .top a:hover {
	background: #179430;
	border-color: #179430;
	color: #fff;
	font-weight: bold;
}

.about .about_box .fzlc .bottom {
	width: 100%;
	padding: 35px 0;
	box-sizing: border-box;
}

.about .about_box .fzlc .bottom ul li {
	width: 100%;
	padding-left: 132px;
	box-sizing: border-box;
	position: relative;
}

.about .about_box .fzlc .bottom ul li span {
	width: 130px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.about .about_box .fzlc .bottom ul li div {
	width: 15px;
	height: 15px;
	background: url(../img/yuan.png) center no-repeat;
	position: absolute;
	left: 125px;
	top: 6px;
}

.about .about_box .fzlc .bottom ul li p {
	padding-left: 45px;
	box-sizing: border-box;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	border-left: 1px dashed #dadde0;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.about .about_box .fzlc .bottom ul li:hover div {
	background: url(../img/yuan1.png);
}

.about .about_box .fzlc .bottom .xxk {
	display: none;
}

.about .about_box .fzlc .bottom .xxk.block {
	display: block;
}

.about .about_box .zxns {
	width: 100%;
	padding-bottom: 20px;
}

.about .about_box .zxns ul li {
	background: #fff;
	padding: 30px 40px;
	margin-bottom: 20px;
	box-sizing: border-box;
	box-shadow: 5px 7px 14px #e1e1e1;
}

.about .about_box .zxns .top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.about .about_box .zxns .top h1 {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}

.about .about_box .zxns .top span {
	position: absolute;
	right: 20px;
	height: 50px;
	width: 20px;
	right: 0;
	top: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: url(../img/jia.png) center no-repeat;
}

.about .about_box .zxns .top span.act {
	background: url(../img/jian.png) center no-repeat;
}

.about .about_box .zxns .top span img {
	vertical-align: middle;
}

.about .about_box .zxns .bottom {
	width: 100%;
	height: 112px;
	overflow: hidden;
	transition: .8s all;
}

.about .about_box .zxns .bottom div {
	margin: 15px 0;
}

.about .about_box .zxns .bottom p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.about .about_box .zxns .bottom.act {
	height: auto;
}

.about .about_box .lxwm {
	width: 100%;
}

.about .about_box .lxwm .top {
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
}

.about .about_box .lxwm .top h3 {
	line-height: 36px;
	font-size: 18px;
	color: #179430;
}

.about .about_box .lxwm .top span {
	line-height: 38px;
	font-size: 16px;
	color: #666;
	display: block;
}

.about .about_box .lxwm .top p {
	line-height: 32px;
	font-size: 14px;
	color: #666;
}

.about .about_box .lxwm .bottom {
	width: 100%;
	padding: 20px 0 40px;
	box-sizing: border-box;
}

.about .about_box .lxwm .bottom #allmap {
	height: 400px;
}

.content_ywly {
	min-height: 940px;
}

.about .about_box .ywly {
	width: 100%;
}

.about .about_box .ywly .title {
	width: 100%;
	line-height: 64px;
	height: 64px;
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	color: #333;
}

.about .about_box .ywly .xiangq {
	padding-bottom: 40px;
	box-sizing: border-box;
}

.about .about_box .ywly .xiangq p {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	margin-top: 10px;
	
}

.about .about_box .ywly .xiangq img {
	max-width: 100%;
	min-width: auto;
	display: block;
	margin: 10px auto 0;
	height:auto;
}

.about .about_box .xwzx_xq {
	width: 100%;
}

.about .about_box .xwzx_xq .title {
	width: 100%;
}

.about .about_box .xwzx_xq .title h4 {
	line-height: 64px;
	height: 64px;
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}

.about .about_box .xwzx_xq .title p {
	line-height: 16px;
	font-size: 14px;
	text-align: center;
}

.about .about_box .xwzx_xq .title p img {
	vertical-align: middle;
}

.about .about_box .xwzx_xq .xiangq p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-top: 10px;
	text-indent: 2em;
}

.about .about_box .xwzx_xq .xiangq img {
	max-width: 100%;
	min-width: auto;
	display: block;
	margin: 10px auto 0;
}

.about .about_box .xwzx_xq .fanye {
	width: 100%;
	line-height: 55px;
}

.about .about_box .xwzx_xq .fanye a {
	display: block;
	line-height: 55px;
	width: 48%;
	float: left;
	overflow: hidden;
	height: 55px;
}

.about .about_box .xwzx_xq .fanye a:nth-of-type(2n) {
	float: right;
	text-align: right;
}

.about .about_box .xwzx_xq .fanye a:hover {
	color: #179430;
}

.about .about_box .news ul li {
	width: 100%;
	background: #f7f7f7;
	padding: 32px 40px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.about .about_box .news ul li .bt {
	width: 100%;
	padding-right: 100px;
	box-sizing: border-box;
	position: relative;
}

.about .about_box .news ul li .bt p {
	width: 100%;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	font-size: 16px;
	color: #000;
}

.about .about_box .news ul li .bt span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 23px;
	font-size: 16px;
	color: #999;
	width: 100px;
	text-align: right;
}

.about .about_box .news ul li .nr {
	width: 100%;
	padding-right: 100px;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}

.about .about_box .news ul li .nr p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
}

.about .about_box .news ul li .nr .ckxq {
	position: absolute;
	right: 0;
	top: 25px;
	width: 82px;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #dedfe1;
	box-sizing: border-box;
	display: block;
	color: #ccc;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

.about .about_box .news ul li .nr .ckxq:hover {
	background: #189e29;
	color: #fff;
}

.about .about_box .news ul li:hover .bt p {
	color: #189e29;
}

.about .about_box .news ul li:hover {
	box-shadow: 0 5px 7px rgba(51, 51, 51, .3);
}

.about .about_box .fenye {
	width: 100%;
	padding: 0px 0 40px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 25px;
}

.about .about_box .fenye a {
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	display: inline-block;
}

.about .about_box .fenye a:first-child {
	color: #fff;
	background: #005aab;
	font-size: 14px;
	padding: 10px 20px;
	margin-right: 20px;
}

.about .about_box .fenye a:last-child {
	color: #fff;
	background: #005aab;
	font-size: 14px;
	padding: 10px 20px;
	margin-left: 20px;
}

.about .about_box .fenye a:hover {
	color: #179430;
}

.about .about_box .fenye a.act {
	color: #179430;
}

.about .about_box .fenye a:first-child:hover {
	color: #fff;
	background: #179430;
}

.about .about_box .fenye a:last-child:hover {
	color: #fff;
	background: #179430;
}

.about .about_box .cydw {
	width: 100%;
}

.about .about_box .cydw ul li {
	width: 100%;
	position: relative;
	background: #fff;
	margin-bottom: 20px;
}

.about .about_box .cydw ul li .left {
	width: 55%;
	float: left;
	height: 321px;
}

.about .about_box .cydw ul li .right {
	width: 45%;
	float: right;
	padding: 20px 20px 0;
	box-sizing: border-box;
	height: 321px;
	border: 1px solid #f0f0f0;
	border-left: 0;
}

.about .about_box .cydw ul li .right h4 {
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	font-size: 20px;
	color: #666666;
}

.about .about_box .cydw ul li .right p {
	line-height: 24px;
	color: #666;
	font-size: 14px;
	height: 144px;
	overflow: hidden;
}

.about .about_box .cydw ul li .right .xgwz {
	width: 120px;
	height: 32px;
	display: block;
	position: relative;
	margin-top: 35px;
	background: #005aab;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}

.about .about_box .cydw ul li .right .xgwz span {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 100%;
	height: 100%;
	border: 1px solid #005aab;
	box-sizing: border-box;
}

.about .about_box .cydw ul li:hover .right h4 {
	color: #179430;
}

.about .about_box .cydw ul li .right .xgwz:hover {
	background: #179430;
}

.about .about_box .cydw ul li .right .xgwz:hover span {
	border-color: #179430;
}


@media only screen and (max-width:1200px) {
	.header .header_ .nav ul li{
		width: 88px;
		margin: 30px 3px 0
	}
	.header .header_ .nav{
		margin-right: 10px
	}
	.header .header_ .nav ul li a{
		font-size: 14px
	}
}


@media only screen and (max-width:1440px) {
	.banner{
		height: 550px;
	}
	.banner .swiper-slide{
		height: 550px;
	}
}
@media only screen and (max-width:1024px) {
	.banner {
		display: none;
	}

	.kongxi {
		display: none;
	}

	.ny_banner {
		display: none;
	}

	.sj_banner {
		display: block;
	}

	.sj_banner img {
		display: block;
		width: 100%;
	}

	.header {
		display: none;
	}

	.sj_head {
		display: block;
		width: 100%;
		height: 55px;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000000;
	}

	.sj_head .lg {
		padding: 10px 0 0 12px;
		box-sizing: border-box;
		float: left;
		width: 145px;
	}

	.sj_head .lg img {
		width: 100%;
		display: block;
	}

	.sj_head .xiala {
		display: block;
	}

	.sj_head .xiala {
		display: block;
	}

	.sj_head .xiala {
		height: 25px;
		width: 30px;
		transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 10px;
	}

	.sj_head .xiala span {
		width: 100%;
		height: 2px;
		background: #000;
		display: block;
		margin-top: 17px;
		display: block;
	}

	.sj_head .xiala span.none {
		display: none;
	}

	.sj_head .xiala a {
		display: block;
		position: relative;
	}

	.sj_head .xiala a:before {
		transform: translateY(-15px) rotate(0deg);
		-webkit-transform: translateY(-15px) rotate(0deg);
		-ms-transform: translateY(-15px) rotate(0deg);
	}

	.sj_head .xiala a:after {
		transform: translateY(0.1rem) rotate(0deg);
		-webkit-transform: translateY(0.1rem) rotate(0deg);
		-ms-transform: translateY(0.1rem) rotate(0deg);
	}

	.sj_head .xiala a:after {
		background-color: #000;
		content: "";
		display: block;
		height: 2px;
		right: 0;
		position: absolute;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		width: 100%;
	}

	.sj_head .xiala a:before {
		background-color: #000;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		width: 100%;
	}

	.sj_head .xiala a:after {
		bottom: -25px;
	}

	.sj_head .xiala a:before {
		top: 25px;
	}

	.sj_head .xiala.act {
		transform: rotate(90deg);
		top: 15px;
		right: 10px;
	}

	.sj_head .xiala.act a:before {
		transform: translateY(0rem) rotate(-40deg);
		-webkit-transform: translateY(0rem) rotate(-40deg);
		-ms-transform: translateY(0rem) rotate(-40deg);
		top: 18px;
	}

	.sj_head .xiala.act a:after {
		transform: translateY(0rem) rotate(40deg);
		-webkit-transform: translateY(0rem) rotate(40deg);
		-ms-transform: translateY(0rem) rotate(40deg);
		bottom: -20px;
	}

	.sj_nav {
		position: fixed;
		right: -180px;
		width: 180px;
		top: 55px;
		background: rgba(0, 0, 0, .6);
		transition: 1s all;
		z-index: 100000000;
		display: block;
	}

	.sj_nav ul li a {
		color: #fff;
		line-height: 40px;
		height: 40px;
		text-align: center;
		display: block;
		font-size: 14px;
	}

	.sj_nav.act {
		right: 0;
		transition: 1s all;
	}

	.kx2 {
		width: 100%;
		height: 55px;
	}

	.over {
		overflow: hidden;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .8);
	}

	.dqwz_ {
		padding-left: 15px;
		box-sizing: border-box;
	}

	.about_nav {
		display: block;
		padding: 20px 15px 0;
		box-sizing: border-box;
	}

	.about_nav ul li {
		width: 32%;
		display: inline-block;
		font-size: 0;
		line-height: 24px;
		height: 24px;
		overflow: hidden;
	}
	.about_nav.siyipai{
		padding: 0
	}
	.about_nav.siyipai ul li{
		width: 25%;
		display: block;
		float: left
	}
	.about_nav ul li a {
		font-size: 14px;
		color: #333;
	}

	.about_nav ul li.act a {
		color: #309b44;
	}

	.about .box {
		display: none;
	}

	.about {
		padding: 15px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width:640px) {
	.about .about_box .jtfc .bottom .swiper-button-next {
		display: none;
	}

	.about .about_box .jtfc .bottom .swiper-button-prev {
		display: none;
	}

	.index1 .title {
		padding: 22px 0;
	}

	.index1 .title h2 {
		font-size: 20px;
		line-height: 44px;
	}

	.index1 .title span {
		font-size: 16px;
	}

	.index1 .title h3 {
		line-height: 46px;
		font-size: 16px;
		margin: 0;
	}

	.index1 .title p {
		font-size: 14px;
		line-height: 22px;
	}

	.index1 .bottom ul li {
		width: 50%;
		margin: 14px 0 0;
		padding: 0;
		padding-right: 7px;
	}

	.index1 .bottom ul li:nth-of-type(2n) {
		padding-left: 7px;
		padding-right: 0;
	}

	.index1 .bottom ul li .box .bt {
		line-height: 40px;
		font-size: 16px;

	}

	.index1 .bottom ul li .box .img {
		width: 84px;
		height: 84px;
		line-height: 80px;
		margin: 14px auto 7px;
	}

	.index1 .bottom ul li .box .img img {
		width: 40%;
	}

	.index1 .bottom ul li .box p {
		font-size: 14px;
	}

	.index1 .bottom ul li .box a {
		margin: 16px auto 14px;
	}

	.index1 .ckgd {
		padding: 20px 0;
		box-sizing: border-box;
		text-align: center;
	}

	.index1 .ckgd a {
		display: inline-block;
		width: 100px;
		height: 32px;
		border-radius: 3px;
		background: #189e29;
		font-size: 14px;
		color: #fff;
		line-height: 32px;
	}

	.index2 {
		padding: 10px 0 20px;
		margin-top: 0;
	}

	.index2 .index2_ .top {
		margin: 0 auto;
		float: none;
		border: 0;
		height: auto;
	}

	.index2 .index2_ .top .box {
		position: static;
		background: none;
		padding: 0;
		height: auto;
	}

	.index2 .index2_ .top .box h3 {
		font-size: 20px;
		line-height: 44px;
		text-align: center;
	}

	.index2 .index2_ .top .box p {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		margin: 0;
	}

	.index2 .index2_ .top .box a {
		text-align: center;
		margin: 20px 0 0;
		display: none;
	}

	.index2 .index2_ .bottom {
		padding: 15px;
	}

	.index2 .index2_ .bottom h3 {
		line-height: 44px;
		font-size: 20px;
	}

	.index2 .index2_ .bottom p {
		font-size: 14px;
		line-height: 24px;
	}

	.index2 .index2_ .bottom ul {
		margin-top: 15px;
	}

	.index2 .index2_ .bottom ul li div span {
		font-size: 20px;
	}

	.index2 .index2_ .bottom ul li div {
		font-size: 20px;
		width: 100%;
	}

	.index2 .index2_ .bottom ul li p {
		width: 100%;
	}

	.index2 .ljgd {
		display: block;
		text-align: center;
	}

	.index2 .ljgd a {
		display: block;
	}

	.index2 .ljgd a span {
		line-height: 27px;
		font-size: 14px;
		color: #fff;
		display: block;
	}

	.index2 .ljgd a img {
		display: inline-block;
		transition: .8s all;
	}

	.index2 .ljgd a:hover img {
		margin-right: 20px;
	}

	.index2 .ljgd a:hover span {
		color: #f69136;
	}

	.index3 .title {
		padding: 15px 0;
	}

	.index3 .title h3 {
		font-size: 20px;
		line-height: 44px;
	}

	.index3 .title span {
		margin-top: 8px;
	}

	.index3 .bottom {
		padding: 0 15px 15px;
	}

	.index3 .bottom ul li {
		width: 48%;
		float: left;
		margin-right: 0;
	}

	.index3 .bottom ul li:nth-of-type(2n) {
		float: right;
	}
	.index3 .bottom ul li:last-child{
		display: none
	}
	.index4 .title {
		padding: 15px 0;
	}

	.index4 .title h3 {
		font-size: 20px;
		line-height: 44px;
	}

	.index4 .title span {
		margin-top: 8px;
	}

	.index4 .bottom {
		margin-top: 20px;
	}

	.index4 .bottom ul li {
		padding: 12px 20px;
	}

	.index4 .bottom ul li .nr a {
		top: 10px;
		font-size: 12px;
	}

	.index4 .bottom ul li .bt span {
		font-size: 14px;
	}

	.index4 .ljgd {
		padding: 30px 0;
	}

	.index4 .ljgd a {
		width: 100px;
		height: 32px;
		border-radius: 16px;
		line-height: 30px;
		font-size: 14px;
	}

	.footer {
		display: none;
	}

	.kx3 {
		display: block;
		height: 65px;
	}

	.fix_footer {
		display: block;
		width: 100%;
		height: 65px;
		position: fixed;
		left: 0;
		bottom: 0;
		background: #161616;
		z-index: 10000000;
	}

	.fix_footer ul li {
		width: 25%;
		float: left;
		padding: 7px 0 0;
		text-align: center;
	}

	.fix_footer ul li .img {
		height: 30px;
		padding: 0px 0;
		box-sizing: border-box;
		text-align: center;
	}

	.fix_footer ul li .img img {
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}

	.fix_footer ul li p {
		color: #fff;
		line-height: 20px;
		font-size: 12px;
		margin-top: 5px;
	}

	.about .about_box .shang p {
		font-size: 24px;
		font-size: 14px;
		margin-top: 20px;
	}

	.about .about_box .xia .bt {
		margin: 20px 0 14px;
		font-size: 16px;
	}

	.about .about_box .xia .top ul li {
		width: 50%;
		line-height: 36px;
		font-size: 14px;
		height: 36px;
	}

	.about .about_box .xia .top ul li span {
		top: 17px;
	}

	.about .about_box .xia .bottom ul li {
		width: 49%;
		margin-right: 0;
	}

	.about .about_box .xia .bottom ul li:nth-of-type(2n) {
		float: right;
	}

	.about .about_box .xia .bottom ul li div {
		background-size: contain;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.about .about_box .xia .bottom ul li p {
		margin-top: 10px;
	}

	.about .about_box .xia .bottom ul li {
		margin-top: 15px;
	}

	.about .about_box .jtfc .title {
		margin: 15px 0;
		height: 36px;
	}

	.about .about_box .jtfc .title span {
		height: 36px;
		line-height: 36px;
	}

	.about .about_box .jtfc ul li p {
		line-height: 42px;
	}

	.about .about_box .jtwh .top ul li {
		width: 49%;
		margin-top: 15px;
	}

	.about .about_box .jtwh .bottom p {
		margin-top: 12px;
	}

	.about .about_box .jtwh .bottom h4 {
		margin-top: 12px;
	}

	.about .about_box .jtjj {
		margin-top: 20px;
	}

	.about .about_box .jtjj .img {
		padding-left: 0;
	}

	.about .about_box .dsz {
		padding-right: 0;
		margin: 15px 0;
	}

	.about .about_box .dsz .left {
		padding-right: 0;
	}

	.about .about_box .dsz .right {
		position: static;
		margin: 0 auto;
	}

	.about .about_box .jtld .title h3 {
		font-size: 18px;
	}

	.about .about_box .jtld .title span {
		margin: 8px auto;
	}

	.about .about_box .jtld ul li {
		width: 48%;
		margin-right: 0;
		margin-top: 18px;
	}

	.about .about_box .jtld ul li:nth-of-type(2n) {
		margin-right: 0;
		float: right;
	}

	.about .about_box .jtld ul li h5 {
		margin-top: 0;
		line-height: 28px;
		height: 28px;
		font-size: 14px;
	}

	.about .about_box .jtld ul li p {
		line-height: 24px;
		height: 48px;
	}

	.about .about_box .fzlc .bottom {
		padding: 20px 0
	}

	.about .about_box .fzlc .bottom ul li {
		padding-left: 100px;
	}

	.about .about_box .fzlc .bottom ul li span {
		width: 100px;
		font-size: 14px;
	}

	.about .about_box .fzlc .bottom ul li div {
		left: 93px;
	}

	.about .about_box .fzlc .bottom ul li p {
		padding-left: 25px;
	}

	.about .about_box .zxns ul li {
		padding: 15px
	}

	.about .about_box .zxns .top {
		height: 36px;
		line-height: 36px
	}

	.about .about_box .zxns .top h1 {
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}

	.about .about_box .zxns .top span {
		height: 36px;
	}

	.about {
		min-height: auto;
	}

	.about .about_box .lxwm .top span {
		line-height: 30px;
	}

	.about .about_box .lxwm .top p {
		line-height: 24px;
	}

	.about .about_box .lxwm .bottom #allmap {
		height: 220px;
	}

	.about .about_box .ywly .xiangq {
		padding-bottom: 20px;
	}

	.about .about_box .ywly .title {
		font-size: 18px;
		line-height: 54px;
		height: 54px;
	}

	.about .about_box .xwzx_xq .title h4 {
		font-size: 18px;
		line-height: 54px;
		height: 54px;
	}

	.about .about_box .xwzx_xq .fanye a {
		width: 100%;
		float: none;
		line-height: 30px;
		height: 30px;
	}

	.about .about_box .xwzx_xq .fanye a:nth-of-type(2n) {
		text-align: left;
	}

	.about .about_box .news ul li {
		padding: 12px 10px;
	}

	.about .about_box .news ul li .nr a {
		top: 10px;
		font-size: 12px;
	}

	.about .about_box .news ul li .bt span {
		font-size: 14px;
	}

	.about .about_box .fenye {
		padding-bottom: 10px;
	}

	.about .about_box .fenye a:first-child {
		padding: 5px 10px;
		margin-right: 5px;
	}

	.about .about_box .fenye a:last-child {
		padding: 5px 10px;
		margin-left: 5px;
	}

	.about .about_box .fenye a {
		padding: 5px 10px;
	}

	.about .about_box .cydw ul li .left {
		width: 100%;
		float: none;
		height: 220px;
	}

	.about .about_box .cydw ul li .right {
		width: 100%;
		float: none;
		height: auto;
		padding: 10px;
		border-left: 1px solid #f0f0f0;
	}

	.about .about_box .cydw ul li .right h4 {
		line-height: 36px;
		height: 36px;
		font-size: 16px;
	}

	.about .about_box .cydw ul li .right .xgwz {
		margin: 15px 0 10px;
	}
}
