@charset "utf-8";

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@font-face {
	font-family: 'siyuan';
	src: url('../fonts/siyuan.otf');
	font-weight: normal;
	font-style: normal;
}

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

html {
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 0;
	line-height: 1;
}

p {
	line-height: 1.5;
}

a,
a:visited {
	text-decoration: none;
}

a {
	color: #000;
}

li {
	list-style: none;
}

ul,
li,
ol {
	margin: 0;
	padding: 0;
}

fieldset,
input,
button,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appearance: none;
}

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

input[type='radio'] {
	-webkit-appearance: radio;
}

.p0 {
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.img {
	max-width: 100%;
	height: auto;
	display: block;
}

.img2 {
	max-height: 100%;
	width: auto;
}

.trans {
	-moz-transition: all ease .8s;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
}

.trans04 {
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.trans2 {
	-moz-transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	transition: all ease 2s;
}

.transcalxzero {
	transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.transcaletop {
	transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
}

.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 31%;
}

.bg0 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.flex {
	display: box;
	/* OLD - Android 4.4- */
	display: flexbox;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


/*公共*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.c12 {
	width: 1200px;
	margin: auto;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

a,
.tran,
img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.tran5 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pic {
	transition: all 2s;
	-webkit-transition: all 2s;
}

.pic.cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.pic.contain {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.contain {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.pr{position:relative;}
	.abs{position: absolute}
	.fl{float:left;display:inline-block;}
	.fr{float:right;display:inline-block;}
	.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
	.clearfix{*zoom:1;}
	.wrap{min-width: 320px;max-width:768px;margin:0 auto;overflow:hidden;position:relative;}

/*图片放大*/
.big-img {
	width: 100%;
	height: 100%;
	animation: changeBiger 10s cubic-bezier(0, 0, 0, 0.34) forwards;
	transform: scale(1.08);
}
.pr{position:relative;}
.abs{position: absolute}
.fl{float:left;display:inline-block;}
.fr{float:right;display:inline-block;}
.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.clearfix{*zoom:1;}
.wrap{min-width: 320px;max-width:768px;margin:0 auto;overflow:hidden;position:relative;}
	
.all_content{position: fixed;width: 100%; height: 100%;  left: 0;top: 0; overflow-y:scroll; }
.all_content.active{perspective:800;-webkit-perspective:800;}
.all_contentS.active{transform: rotateY(-5deg);-webkit-transform: rotateY(-5deg);}
.fixed_bg{width: 100%; height: 100%; position: fixed; left: 0; top: 0; display: none; background: rgba(0,0,0,0.5); z-index:200;}

.slide_nav{background: #40ab2e;overflow: auto;padding-bottom: 30px;transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s;width: 100%;position:fixed;left: -100%;top: 0;height: 100%;z-index: 99999999;}
.slide_nav.left_active{left: 0;}
.slide_nav .slide_logo{background:#c2d126; text-align: center; padding: 15px 0;}
.slide_nav .slide_logo a{display: block;}
.slide_nav .slide_logo a img{max-width: 54%;}
.slide_nav .slide_nav_ul{margin-top: 8%;}
.slide_nav .slide_nav_ul li{ text-align: center; position: relative; width: 100%;line-height: 50px;}
.slide_nav .slide_nav_ul .slideJA{font-size: 16px;}
.slide_nav .slide_nav_ul .slideNavSecon{display: none;overflow: hidden;background: #bd7e26;}
.slide_nav .slide_nav_ul .slideNavSecon a{display: block;}
.slide_nav .slide_nav_ul .slideNavSecon.active{height: 100%;}
.slide_nav .slide_nav_ul li a{font-size: 15px; color: #fff; height: 50px; display: block;}
.slide_nav .slide_nav_ul .slide_nav_ulLast a{display: inline-block;}
.slide_nav .slide_nav_ul .slide_nav_bg{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: none;}
.slide_nav .slide_nav_ul .slide_nav_bg span{background: #fff;height: 50px;}
.slide_nav .slide_nav_ul .slide_nav_wz{width: 100%;height: 50px;position: relative;left: 0;top: 0;z-index: 10;line-height: 50px;}
.phone_back{width: 60%; height: 40px; display: block; font-size: 14px; margin: 0 auto; margin-top: 20px; border: 0; background: #fff; color: #000; text-align: center; line-height: 40px;}

.wrapper04 {position:relative;height: 1rem;width: 100%;overflow: hidden;margin:0 auto;background:#40ab2e;display: none;margin-bottom: 3%;}
.wrapper04 .scroller {position:absolute}
.wrapper04 .scroller li {height: 1rem;color:#333;float: left;line-height: 1rem;font-size: .4rem;text-align: center}
.wrapper04 .scroller li a{color:#fff;display:block;margin:0 .3rem}
.wrapper04 .scroller li.cur{background:#fff}
.wrapper04 .scroller li.cur a{color:#40ab2e;}


.scroller{
	width: 750px !important;
}
	
header .menu{
	position: absolute;
	right: 30px;
	top: 23px;
	display: none;
}
header .menu div{
	transition: all 0.3s;
	-webkit-transition:all 0.3s;
	background: #ff0000;
}
header .menu .line1{
	width: 25px;
	height: 2px;
}
header .menu .line2{
	width: 25px;
	height: 2px;
	margin:5px 0;
}
header .menu .line3{
	width: 25px;
	height: 2px;
}


.center{
	width: 1200px;
	margin:auto;
}
.center:after{
	content: "";
	display: block;
	clear: both;
}
header{
	/* overflow: hidden; */
}
header .top{
	padding: 40px 0;
	background: url(../images/header-t-bg.png) center bottom no-repeat;
}
header .top .logo2{
	margin-left: 40px;
}
header nav{
	background: url(../images/header-b-bg.png) center bottom no-repeat;
}
header nav a{
	font-size: 18px;
	/* font-weight: bold; */
	/* font-family: simhei; */
	width: 130px;
}
header nav h1{
	position: relative;
	text-align: center;
}
header nav h1>a{
	font-weight: bold;
}
header nav .min-nav{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	display: none;
}
header nav .min-nav a{
	background: #86b72b;
	text-align: center;
}
header nav .min-nav a:hover{
	background: #c2d126;
}
header .top p{
	font-family: simhei;
	letter-spacing: 3px;
	margin-top: 10px;
}
header .top h1{
	color: #ff0000;
	letter-spacing: 5px;
	margin-top: 5px;
	font-weight: bold;
}
header nav a{
	display: block;
	height: 58px;
	line-height: 58px;
	color: #fff;
}
header nav .center{
	display: flex;
	justify-content: space-between;
}
header nav .center:after{
	display: none;
}
header nav a{
	padding: 0 10px;
}
header nav a:hover,header nav a.on{
	background: #40ab2e;
}

.swiper_01{
	overflow: hidden;
}
.swiper_01 .swiper-slide{
	position: relative;
	overflow: hidden;
}
.swiper_01 .swiper-slide .pic-w{
	position: relative;
	padding-bottom: 36%;
	overflow: hidden;
}
.swiper_01 .swiper-slide .txt{
	position: absolute;
	width: 1200px;
	left: 50%;
	transform: translate(-50%,-60%);
	top: 50%;
	color: #fff;
	z-index: 2;
}
.swiper_01 .swiper-slide .txt h1{
	font-family: simhei;
	letter-spacing: 5px;
}
.swiper_01 .swiper-slide .txt .line{
	width: 30px;
	height: 1px;
	background: #fff;
	margin: 8% 0 3% 0;
}
.swiper_01 .swiper-slide .txt p{
	width: 41%;
	line-height: 2;
}
.swiper_01 .page{
	position: absolute;
	width: 1200px;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.swiper_01 .page .swiper-pagination-bullet{
	width: 38px;
	height: 4px;
	background: #fff;
	display: block;
	float: left;
	border-radius: 2px;
	cursor: pointer;
	opacity: 1;
}
.swiper_01 .page .swiper-pagination-bullet-active{
	background: #40ab2e;
}
.gg{
	padding: 25px 0;
	background: #e5e5e5;
}
.gg .left{
	line-height: 30px;
	font-family: simhei;
	opacity: .7;
	width: 60%;
	float: left;
	overflow: hidden;
}
.gg .left p{
	float: left;
	height: 30px;
	line-height: 30px;
}.gg .left .gg-swiper{
	float: left;
	overflow: hidden;
	width: 80%;
	height: 30px;
}
.gg .left .gg-swiper .swiper-slide{
	overflow: hidden;
}
.gg .left .gg-swiper .swiper-slide:hover a{
	color: #34a621;
}
.gg input{
	display: block;
	float: left;
	height: 30px;
	line-height: 28px;
	border:1px solid #000;
	font-size: 14px;
	font-family: simsun;
	background: none;
	padding-left: 10px;
	border-right: none;
	width: 210px;
}
.gg button{
	height: 30px;
	line-height: 28px;
	display: block;
	float: left;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	background: #85e150;
}
.gg button:hover{
	opacity: .7;
}
.index-fw{
	background: #40ab2e;
	overflow: hidden;
}
.index-fw .center{
	display: flex;
	justify-content: space-between;
}
.index-fw .center:after{
	display: none;
}
.index-fw .center p{
	font-weight: bold;
}
.index-fw .center a{
	width: 150px;
	padding: 30px 0;
	text-align: center;
	position: 3px;
}
.index-fw .center a:hover{
	background: #fee934;
}
.index-fw .center a img{
	display: block;
	margin:auto;
	margin-bottom: 5px;
}
.index-pro{
	padding-top: 100px;
	background: url(../images/cpbg.jpg) center top no-repeat;
	overflow: hidden;
}
.index-title{
	text-align: center;
	color: #34a621;
	letter-spacing: 5px;
	font-family: simhei;
	position: relative;
	margin-bottom: 70px;
}
.index-title:after{
	content: "";
	width: 140px;
	height: 1px;
	background: #999999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-250px);
}
.index-title:before{
	content: "";
	width: 140px;
	height: 1px;
	background: #999999;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translateX(250px);
}
.index-pro .main{
	margin-bottom: 80px;
	/* overflow: hidden; */
}
.index-pro .main:after{
	content: "";
	display: block;
	clear: both;
}
.index-pro .left{
	width: 243px;
	float: left;
}
.index-pro .pro-nav{
	width: 243px;
	border-left: 1px solid #34a621;
	border-right: 1px solid #34a621;
	border-bottom: 10px solid #34a621;
	height: 430px;
	padding-top: 40px;
}
.index-pro .pro-nav li{
	position: relative;
}
.index-pro  .main .right li:nth-child(4),.index-pro  .main .right li:nth-child(5),.index-pro  .main .right li:nth-child(6){
	margin-bottom: 0;
}
.index-pro .pro-nav a{
	display: block;
	width: 190px;
	height: 30px;
	margin:auto;
	margin-bottom: 15px;
	background-image: url(../images/pro-nav.jpg);
	line-height: 30px;
	text-align: center;
	box-shadow:  2px 2px 2px 1px #666;
}
.index-pro .pro-nav li:hover>a,.index-pro .pro-nav li.on>a{
	background: #fbeb5c;
}
.index-pro .right{
	overflow: hidden;
	float: right;
	width: 916px;
	margin-top: 38px;
}
.index-pro .right ul{
	display: none;
	overflow: hidden;
}
.index-pro .right ul.on{
	display: block;
}
.index-pro .right li{
	width: 300px;
	overflow: hidden;
	border:1px solid #a5b295;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	float: left;
	padding: 18px;
	margin-right: 8px;
	margin-bottom: 25px;
}
.index-pro .right li:nth-child(3n){
	margin-right: 0;
}
.index-pro .right li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 180px;
}
.index-pro .right li .txt{
	line-height: 30px;
	margin-top: 35px;
	height: 30px;
	text-align: center;
}
.index-pro .right li:hover{
	border:1px solid #000;
}
.index-pro .right li:hover .pic{
	transform: scale(1.1);
}
.index-case{
	position: relative;
	background-image: url(../images/al-bg.jpg);
	background-size: cover;
	padding: 85px 0;
}
.index-case .case-swiper{
	position: relative;
}
.index-case .case-swiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.index-case .case-swiper .swiper-slide .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 300px;
	overflow: hidden;
}
.index-case .case-swiper .swiper-slide .txt{
	padding: 25px 30px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.index-case .case-swiper .swiper-slide:hover .pic{
	transform: scale(1.1);
}
.index-case .case-swiper .swiper-slide .txt .line{
	width: 25px;
	height: 2px;
	background: #000;
	margin-top: 20px;
}
.index-case .case-swiper .swiper-slide:hover .txt{
	color: #fff;
	background: #44ad32;
}
.index-case .case-swiper .swiper-slide:hover .line{
	background: #fff;
}
.index-case .case-swiper .swiper-slide .line1{
	width: 1px;
	height: 90%;
	position: absolute;
	left: 10%;
	top: 115%;
	z-index: 2;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.index-case .case-swiper .swiper-slide .line2{
	width: 90%;
	height: 1px;
	position: absolute;
	left: -115%;
	top: 10%;
	z-index: 2;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.index-case .case-swiper .swiper-slide .line3{
	width: 1px;
	height: 90%;
	position: absolute;
	top: -115%;
	right: 10%;
	z-index: 2;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.index-case .case-swiper .swiper-slide .line4{
	width: 90%;
	height: 1px;
	position: absolute;
	right: -115%;
	bottom: 10%;
	z-index: 2;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.index-case .case-swiper .swiper-slide:hover .line1{
	top: 5%;
}
.index-case .case-swiper .swiper-slide:hover .line2{
	left: 5%;
}
.index-case .case-swiper .swiper-slide:hover .line3{
	top: 5%;
}
.index-case .case-swiper .swiper-slide:hover .line4{
	right: 5%;
}
.index-case .case-prev{
	width: 40px;
	height: 60px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	outline: none;
	transform: translate(-700px,-50%);
	cursor: pointer;
}
.index-case .case-next{
	width: 40px;
	height: 60px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 50%;
	outline: none;
	transform: translate(700px,-50%);
	cursor: pointer;
}

.index-case .button div:hover{
	background: #44ad32;
	color: #fff;
}
.bh-fw{
	background: url(../images/fw-bg.jpg);
	padding-top: 70px;
	overflow: hidden;
}
.bh-fw .main{
	width: 1200px;
	margin:auto;
	/* overflow: hidden; */
	position: relative;
}.bh-fw .main ul:after{
	content: "";
	display: block;
	clear: both;
}
.bh-fw .main:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #34A621;
}
.bh-fw li{
	float: left;
	width: 485px;
	margin-bottom: 65px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}.bh-fw li:hover{
	box-shadow: 0 0 15px 0 #666;
}
.bh-fw li:hover .pic{
	transform: scale(1.1);
}

.bh-fw li:after{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	right: -135px;
	bottom: 155px;
	background: url(../images/yuan.png);
	z-index: 2;
}
.bh-fw li:before{
	content: "";
	width: 60px;
	height: 1px;
	background: #34A621;
	position: absolute;
	z-index: 2;
	right: -102px;
	bottom: 174px;
}

.bh-fw li:nth-child(2n):after{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	right: auto;
	left: -135px;
	top: 115px;
	background: url(../images/yuan.png);
	z-index: 2;
}
.bh-fw li:nth-child(2n):before{
	content: "";
	width: 60px;
	height: 1px;
	background: #34A621;
	position: absolute;
	z-index: 2;
	left: -102px;
	top: 134px;
}
.bh-fw li:nth-child(2n){
	float: right;
}
.bh-fw li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 225px;
}
.bh-fw li .txt{
	background: #f4f4f4;
	padding: 35px 45px;
}

.bh-fw li .txt .top{
	overflow: hidden;
	margin-bottom: 40px;
}
.bh-fw li .txt .left{
	float: left;
	background: #40ab2e;
	color: #fff;
	padding: 10px 5px;
}
.bh-fw li .txt .left h2{
	font-size: 19px;
}
.bh-fw li .txt .left p{
	font-size: 12px;
	font-family: arial;
}
.bh-fw li .txt .left .line{
	width: 20px;
	height: 1px;
	background: #fff;
	margin:10px 0;
}
.bh-fw li .txt h1{
	float: left;
	margin-left: 25px;
	color: #40ab2e;
	margin-top: 10px;
	position: relative;
}
.bh-fw li .txt h1:after{
	content: "";
	width: 25px;
	height: 2px;
	background: #a1a1a1;
	position: absolute;
	bottom: -25px;
	left: 0;
}
.bh-fw li .txt .des{
	height: 75px;
	 word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	/* font-size: 14px; */
	font-family: simsun;
	overflow: hidden;
	opacity: .6;
	line-height: 25px;
}
.index-team{
	padding: 80px;
	background: url(../images/cpbg.jpg) center top no-repeat;
	position: relative;
}
.team-swiper{
	position: relative;
	overflow: hidden;
}
.team-swiper .swiper-slide{
	
	transition: all 0.5s;
	
	-webkit-transition: all 0.5s;
}
.team-swiper .swiper-slide:hover{
	/* box-shadow:  0 0 15px 0 #666; */
}.team-swiper .swiper-slide:hover .pic{
	transform: scale(1.1);
}
.team-swiper .swiper-slide .pic-w{
	width: 195px;
	overflow: hidden;
	margin:auto;
	padding-bottom: 265px;
	position: relative;
}
.team-swiper .swiper-slide .txt{
	background: #40ab2e;
	color: #fff;
	text-align: center;
	padding: 100px 5px 35px 5px;
	margin-top: -80px;
}
.team-swiper .swiper-slide .txt p{
	font-size: 14px;
	font-family: simsun;
}
.team-swiper .swiper-slide .txt h1{
	margin-bottom: 20px;
}
.index-team .team-prev{
	width: 40px;
	height: 60px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	outline: none;
	transform: translate(-700px,-50%);
	cursor: pointer;
}
.index-team .team-next{
	width: 40px;
	height: 60px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 50%;
	outline: none;
	transform: translate(700px,-50%);
	cursor: pointer;
}

.index-team .button div:hover{
	background: #44ad32;
	color: #fff;
}
.index-new{
	padding: 80px 0;
	background: #e6e6e6;
}
.index-new .main{
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
.index-new .main .left{
	float: left;
	width: 715px;
}
.index-new .main .left li{
	overflow: hidden;
	margin-bottom: 20px;
}
.index-new .main .left li:last-child{
	margin-bottom: 0;
}
.index-new .main .left .time{
	float: left;
	background: #34a621;
	color: #fff;
	padding: 25px 0;
	width: 120px;
	text-align: center;
}
.index-new .main .left .time h1{
	font-size: 46px;
}
.index-new .main .left .time p{
	width: 100px;
	margin:auto;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	margin-top: 11px;
	background: #66cd54;
}
.index-new .main .txt{
	float: left;
	width: 595px;
	background: #f4f4f4;
	position: relative;
	padding: 28px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.index-new .main .title{
	font-size: 15px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	 word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.index-new .main .txt .des{
	font-size: 16px;
	font-family: simsun;
	opacity: .6;
	line-height: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 3;
	 word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.index-new .main .txt .more{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/sj.png);
	bottom: 0;
	right: 0;
	z-index: 1;
	color: #fff;
	padding-left: 15px;
	line-height: 40px;
}
.index-new .main .txt:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: -100%;
	bottom: -100%;
	background: #34a621;
	z-index: 2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.index-new .main .txt:hover:after{
	right: 0;
	bottom: 0;
}
.index-new .main .txt:hover{
	color: #fff;
}
.index-new .right{
	width: 450px;
	float: right;
	overflow: hidden;
}
.index-new .right .txt{
	width: 100%;
}
.index-new .right .pic-w{
	position: relative;
	padding-bottom: 308px;
	overflow: hidden;
}
.index-new .right:hover .pic{
	transform: scale(1.1);
}
.index-new .right:hover .txt:after{
	bottom: 0;
	right: 0;
}
.index-new .right:hover .txt{
	color: #fff;
}
.index-tj{
	padding: 80px 0;
	background: url(../images/cpbg.jpg) bottom center no-repeat;
}
.index-tj .main{
	overflow: hidden;
}.tj-swiper{
	overflow: hidden;
	position: relative;
}
.index-tj .main .swiper-slide{
	position: relative;
	opacity: .7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-tj .main .swiper-slide .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 150px;
}
.index-tj .main .swiper-slide p{
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
.index-tj .main .swiper-slide:hover .pic{
	transform: scale(1.1);
}
.index-tj .main .swiper-slide:hover{
	opacity: 1;
}
.index-tj .top{
	font-size: 24px;
	opacity: .8;
}
.index-tj .top a{
	font-size: 14px;
	margin-top: 10px;
}
.index-tj .top a:hover{
	opacity: .8;
}
.index-tj .line{
	height: 2px;
	background: #e1e5db;
	margin:20px 0;
	position: relative;
}
.index-tj .line:after{
	content: "";
	width: 52px;
	background: #40ab2e;
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	z-index: 1;
}
.index-link{
	height: 60px;
	line-height: 60px;
	background: #f1f1f1;
}
.index-link  a{
	margin-left: 10px;
}
.index-link  a:hover{
	color: #40ab2e;
}
footer,footer a{
	color: #fff;
	font-size: 16px;
}
footer a:hover{
	opacity: .8;
}
footer .bot{
	background: #1e840d;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}
footer .top{
	padding: 35px 0;
	background: #40ab2e;
}
footer .nav{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
	padding:15px 0 ;
}
footer .nav a{
	font-size: 18px;
	font-weight: bold;
}
footer .main{
	margin-top: 40px;
	overflow: hidden;
}
footer .main .left,footer .main .right{
	width: 30%;
	float: left;
}
footer .main .mid{
	width: 40%;
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	padding-bottom: 20px;
}
footer .main .right{
	display: flex;
	justify-content: space-around;
	text-align: center;
	font-size: 16px;
}
footer .main .left p{
	margin-bottom: 2px;
	font-size: 16px;
}
footer .main .mid .txt{
	margin:auto;
	display: inline-block;
	text-align: left;
}
footer .main .mid .txt h2{
	font-size: 16px;
}
footer .main .mid .txt h1{
	font-size: 35px;
	margin-top: 40px;
}
.inner-banner{
	overflow: hidden;
	position: relative;
}
.inner-banner .pic-w{
	position: relative;
	padding-bottom: 26%;
}
.inner-banner .txt{
	width: 1200px;
	position: absolute;
	z-index: 2;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
}
.inner-banner .txt h2{
	margin-top: 3%;
	font-family: arial;
	letter-spacing: 2px;
}
.inner-nav{
	background: #f1f1f1;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
.inner-nav a,.inner-nav span{
	opacity: .5;
}
.inner-nav a.on,.inner-nav a:hover{
	opacity: 1;
	color: #34a621;
}
.inner-nav .right{
	margin-top: 16px;
}
.inner-nav input{
	display: block;
	float: left;
	height: 30px;
	line-height: 28px;
	border:1px solid #000;
	font-size: 14px;
	font-family: simsun;
	background: none;
	padding-left: 10px;
	border-right: none;
	width: 210px;
}
.inner-nav button{
	height: 30px;
	line-height: 28px;
	display: block;
	float: left;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	background: #34a621;
}
.inner-nav button:hover{
	opacity: .7;
}
.inner{
	background: url(../images/cpbg.jpg);
	padding-top: 60px;
	overflow: hidden;
}
.inner .main{
	width: 1200px;
	/* overflow: hidden; */
	margin:auto;
}
.inner .main:after{
	content: "";
	display: block;
	clear: both;
}
.inner .main .left{
	float: left;
	width: 243px;
}

.inner .main .left .pro-nav{
	width: 243px;
	border-left: 1px solid #34a621;
	border-right: 1px solid #34a621;
	border-bottom: 10px solid #34a621;
	padding: 40px 0;
}
.pro-nav li{
	position: relative;
}
 .pro-nav li .min-nav{
	position: absolute;
	right: -77%;
	top: 0;
	display: none;
	z-index: 99;
}
 .pro-nav li:hover .min-nav{
	display: block;
}
.pro-nav a{
	display: block;
	width: 190px;
	height: 30px;
	margin:auto;
	margin-bottom: 15px;
	background-image: url(../images/pro-nav.jpg);
	line-height: 30px;
	text-align: center;
	box-shadow:  2px 2px 2px 1px #666;
}
.inner .main .left .pro-nav a:hover,.inner .main .left .pro-nav a.on{
	background-image: url(../images/bg-h.jpg);
}
.inner-tj{
	background: none;
}

.inner .main .left .zx{
	width: 243px;
	border-left: 1px solid #34a621;
	border-right: 1px solid #34a621;
	border-bottom: 10px solid #34a621;
	margin-top: 40px;
}
.inner .main .left .zx .title{
	height: 70px;
	background: url(../images/zx-title.jpg);
	line-height: 70px;
	letter-spacing: 5px;
	font-size: 30px;
	padding-left: 25px;
	color: #fff;
	text-shadow:4px 5px 6px #000;
}
.inner .main .left .zx a{
	display: block;
	margin-bottom: 10px;
	padding:0 20px;
	font-size: 16px;
	overflow: hidden;
	 word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	line-height: 25px;
}
.inner .main .left .zx a:last-child,.inner .main .left .zx .add p:last-child{
	margin-bottom: 0;
}
.inner .main .left .zx .links,.inner .main .left .zx .add{
	padding: 30px 0;
}
.inner .main .left .zx .links a span{
	color: #34a621;
}
.inner .main .left .zx .links a:hover{
	color: #34a621;
}
.inner .main .left .zx .add p{
	font-size: 16px;
	padding:0 20px;
	line-height: 18px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #ff0000;
}
/* .inner .main .left .zx .add p:hover{
	font-weight: bold;
	color: #34A621;
} */
.inner .main .left .zx .lx{
	text-align: center;
	background: #34A621;
	padding-top: 15px;
}
.inner .main .right-box{
	margin-top: 37px;
	float: right;
	width: 916px;
}
.inner .main .cp{
	overflow: hidden;
}
.inner .main .cp li{
	width: 300px;
	overflow: hidden;
	border:1px solid #a5b295;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	float: left;
	padding: 18px;
	margin-right: 8px;
	margin-bottom: 25px;
}
.inner .main .cp li:nth-child(3n){
	margin-right: 0;
}
.inner .main .cp li .pic-w{
	position: relative;
	overflow: hidden;
	padding-bottom: 180px;
}
.inner .main .cp li .txt{
	line-height: 30px;
	margin-top: 35px;
	height: 30px;
	text-align: center;
}
.inner .main .cp li:hover{
	border:1px solid #000;
}
.inner .main .cp li:hover .pic{
	transform: scale(1.1);
}
#pages{
	text-align: center;
	margin-top: 100px;
	
}
#pages a{
	display: inline-block;
	border:1px solid #a9b199;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #000;
	padding: 0 10px;
	margin:0 2px;
	vertical-align: top;
}
#pages a:hover,#pages a.on{
	background: #34a621;
	color: #fff;
	border-color:#34a621;
}
.cp-detail{
	width: 905px;
	float: right;
	overflow: hidden;
}
.cp-detail .g-title{
	font-size: 24px;
	color: #34a621;
	margin-bottom: 2%;
}
.cp-detail img{
	max-width: 100%;
	height: auto;
	margin-bottom: 2%;
}
.cp-detail h1{
	margin-bottom: 2%;
}
.cp-detail p{
	margin:1% 0;
	font-size: 14px;
	font-family: simsun;
	line-height: 2;
	overflow: hidden;
}
.cp-detail p span{
	color: #34a621;
}
.cp-detail .op{
	padding-top: 20px;
	border-top: 2px solid #caccca;
	margin-top: 50px;
}
.cp-detail .op a{
	display: block;
}
.cp-detail .op .left{
	float: left;
}
.cp-detail .op .left a{
	opacity: .8;
	font-size: 16px;
	margin-bottom: 10px;
}
.cp-detail .op .left a:hover{
	opacity: 1;
	color: #34A621;
}
.cp-detail .op .right{
	float: right;
	width: 135px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
	color: #fff;
	font-size: 16px;
	background: #34A621;
	box-shadow: 4px 4px 2px 2px #666;
}
.cp-detail .op .right:hover{
	background: #fff;
	color: #34A621;
}
.cp-detail .detail-tip{
	font-size: 14px;
	font-family: simsun;
	margin-top: 60px;
}
.cp-detail .detail-tip span{
	margin-right: 20px;
}
.bh-new{
	overflow: hidden;
	width: 860px;
	margin-left: 56px;
}
.bh-new li{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d5d5d5;
}
.bh-new li:after{
	content: "";
	display: block;
	clear: both;
}
.bh-new li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.bh-new li .time{
	width: 140px;
	float: left;
	text-align: center;
	background-image: url(../images/bhn.jpg);
	background-size: cover;
	padding: 35px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: 2px 2px 1px 1px #666;
}
.bh-new li:hover .time{
	background: #fceb57;
}
.bh-new li .time h1{
	font-family: arial;
	font-size: 50px;
	letter-spacing: 5px;
	font-weight: bold;
	opacity: .7;
}
.bh-new li .time h2{
	font-size: 12px;
	font-family: arial;
	margin:15px 0;
	letter-spacing: 2px;
	opacity: .7;
}
.bh-new li .time p{
	font-size: 14px;
	letter-spacing: 2px;
	opacity: .7;
}
.party_dots span{
	background: #000;
	border-radius: 100%;
}
.bh-new li .txt{
	width: 630px;
	float: right;
	overflow: hidden;
	padding: 20px 0;
}
.bh-new li .txt h1{
	font-size: 24px;
	 word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow: hidden;
	font-family: simsun;
}
.bh-new li .txt .des{
	 word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	font-size: 14px;
	font-family: simsun;
	line-height: 30px;
	margin:25px 0;
}
.go-back{
	width: 1200px;
	margin:auto;
	display: block;
	height: 55px;
	background-image: url(../images/back.jpg);
	background-size: cover;
	margin-top: 80px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 55px;
}
.go-back span{
	display: inline-block;
	width: 26px;
	height: 22px;
	background-image: url(../images/jt.png);
	margin-right: 15px;
	vertical-align: top;
	margin-top: 15px;
}
.go-back:hover{
	opacity: .8;
}
.down-list{
	overflow: hidden;
}
.down-list li{
	overflow: hidden;
	line-height: 32px;
	cursor: pointer;
	margin-bottom: 35px;
}
.down-list li:last-child{
	margin-bottom: 0;
}
.down-list li .title{
	float: left;
	width: 425px;
	font-size: 14px;
	font-family: simsun;
	position: relative;
	padding-left: 50px;
}
.down-list li .title:before{
	content:"";
	width: 15px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
	background: #85e150;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.down-list li .time{
	float: left;
	width: 235px;
	font-size: 14px;
	font-family: arial;
}
.down-list li a{
	display: block;
	width: 192px;
	height: 32px;
	background: url(../images/down-bg.jpg);
	float: right;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
}
.down-list li a span{
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../images/down.png);
	vertical-align: top;
	margin-top: 8px;
	margin-left: 10px;
}
.down-list li:hover a{
	background: url(../images/down-on.jpg);
}
.down-list li:hover .title:before{
	background: #fee934;
}
.honor-list{
	overflow: hidden;
}
.honor-list li{
	float: left;
	width: 290px;
	margin-bottom: 30px;
}
.honor-list li .pic-w{
	position: relative;
	padding-bottom: 200px;
	overflow: hidden;
	margin-right: 15px;
}
.honor-list li:nth-child(3n){
	margin-right: 0;
}
.honor-list li p{
	text-align: center;
	font-size: 24px;
	margin-top: 15px;
}
.ly-list{
	/* overflow: hidden; */
}
.ly-list li{
	padding: 35px;
	border:1px solid #b2b2b2;
	font-size: 14px;
	font-family: simsun;
}
.ly-list li .des{
	margin:40px 0;
	line-height: 2;
}
.ly-list li .bot span{
	margin-right: 40px;
}
.ly-list li:nth-child(even){
	background: #fafbf7;
	box-shadow:  0 0 15px 0 #ccc;
}
.map {
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin-top: 80px;
}
.ly-box{
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.ly-box .box{
	float: left;
	width: 47%;
	border:1px solid #b2b2b1;
	margin-bottom: 40px;
	padding: 20px 35px;
}
.ly-box .box:nth-child(2n){
	float: right;
}
.ly-box .box input{
	width: 300px;
	background: none;
	margin-left: 15px;
	vertical-align: top;
}
.ly-box textarea{
	width: 100%;
	border:1px solid #b2b2b1;
	resize: none;
	padding: 15px;
}
.ly-box button{
	width: 70px;
	height: 30px;
	background: #34A621;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	box-shadow: 2px 2px 2px  #000;
	font-size: 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
}
.ly-box button:hover{
	opacity: .7;
}
.index-ry{
	background: url(../images/ry-bg.jpg) center center no-repeat;
	padding: 80px 0;
}
.index-ry .main{
	text-align: center;
	margin-top: 120px;
}
.index-ry .main .pic-box{
	display: inline-block;
	vertical-align: top;
	border:1px solid #34A621;
	width: 320px;
}
.index-ry .main .pic-box img{
	width: 100%;
}
.index-ry .main .mid{
	display: inline-block;
	vertical-align: top;
	margin:80px 80px 0 40px;
}
.index-ry .main .right{
	display: inline-block;
	vertical-align: top;
	width: 535px;
	text-align: left;
}
.index-ry .main .right h1{
	font-size: 20px;
	color: #34a621;
}
.index-ry .main .right h2{
	font-size: 48px;
	font-family: arial;
	margin-top: 55px;
}
.index-ry .main .right p{
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 20px;
}
.index-ry .main .right .line{
	width: 535px;
	height: 1px;
	background: #000;
	margin-top: 50px;
}
.index-ry .main .right .des{
	font-size: 14px;
	font-family: simsun;
	opacity: .7;
	line-height: 1.5;
	margin-top: 30px;
}
.index-ry .main .right a{
	width: 140px;
	height: 40px;
	text-align: center;
	border:1px solid #34A621;
	color: #34A621;
	line-height: 38px;
	display: block;
	margin-top: 80px;
	position: relative;
}
.index-ry .main .right a:after{
	content: "";
	position: absolute;
	width: 46px;
	height: 2px;
	background: #34A621;
	left: 123px;
	top: 50%;
	margin-top: -1px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.index-ry .main .right a:hover{
	background: #34a621;
	color: #fff;
}
.index-ry .main .right a:hover:after{
	width: 0;
}
.fix-box{
	position: fixed;
	right: -297px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.fix-box.on{
	right: 0;
}
.fix-box .main{
	width: 297px;
	text-align: center;
	background-image: url(../images/fix-d.jpg);
	padding-top: 30px;
	padding: 30px 50px 25px 50px ;
	float: left;
}
.fix-box .main a{
	display: block;
	width: 192px;
	height: 32px;
	background: url(../images/fix-a.jpg);
	line-height: 30px;
	text-align: center;
	color: #000;
	font-size: 14px;
	margin-top: 20px;
}
.fix-box .main .cont{
	margin-top: 25px;
}
.fix-box .main .cont p{
	overflow: hidden;
	margin-bottom: 10px;
}
.fix-box .main .cont p span{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20x;
	font-family: simhei;
	text-align: left;
}
.fix-box .main .cont p span:nth-child(1){
	width: 35px;
}
.fix-box .main .cont p span:nth-child(2){
	margin-right: 10px;
}
.fix-box .main .cont p span:nth-child(3){
	width: 110px;
}
.fix-box .main .cont p span i{
	font-style: normal;
	display: block;
}
.fix-box .main .ewm img{
	display: block;
	margin:auto;
	width: 80px;
	margin-bottom: 15px;
}
.fix-box .main .ewm p{
	font-size: 14px;
}
.fix-box .left{
	float: left;
}
.fix-box .left .box{
	width: 40px;
	padding: 15px 0;
	background: #40ab2e;
	text-align: center;
	color: #fff;
	margin-top: 70px;
	cursor: pointer;
}
.fix-box .left .box p{
	padding: 0 10px;
	margin: 10px 0;
	line-height: 18px;
	font-size: 16px;
}
.fix-box .left .box:nth-child(1) .bot{
	transform: rotate(90deg);
}
.fix-box .left .box:nth-child(2n) p{
	padding: 0;
}
.fix-box .left .box:nth-child(2n){
	margin-top: 25px;
}
.search-list{
	overflow: hidden;
}
.search-list li{
	margin-bottom: 3%;
	border-bottom: 1px solid #000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	padding-bottom: 3%;
}
.search-list li h1{
	overflow: hidden;
	
	 word-break:break-all;
	
	display:-webkit-box;
	
	-webkit-line-clamp:1;
	
	-webkit-box-orient:vertical;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.search-list li:hover h1{
	color: #34a621;
}
.search-list li:hover {
	border-bottom: 1px solid #34a621;
}
.search-list li .des{
	
	 word-break:break-all;
	
	display:-webkit-box;
	
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient:vertical;
	line-height: 25px;
	margin-top: 2%;
}
.phone-bot{
	display: none;
}
@media screen and (max-width: 1366px){
	.index-team .team-prev,.index-case .case-prev{
		transform: translate(-660px,-50%);
	}
	.index-team .team-next,.index-case .case-next{
		transform: translate(660px,-50%);
	}
}
@media screen and (max-width: 1200px){
	.center{
		width: 100%;
		padding:0 3%;
	}
	.swiper_01 .swiper-slide .txt{
		display: none;
	}
	.bh-fw .main,.index-new .main{
		width: 100%;
		padding:0 3%;
	}
	.bh-fw li:before,.bh-fw li:nth-child(2n):before{
		width: 24px;
	}
	.team-swiper .swiper-slide .pic-w{
		padding-bottom: 230px;
	}
	.index-new .main .left .time{
		width: 30%;
	}
	.index-new .main .left .txt{
		width: 70%;
	}
	.index-new .main .left{
		width: 55%;
	}
	.index-new .main .right{
		width: 42%;
	}
	.inner .main{
		width: 100%;
		padding: 3%;
	}
	.inner .main .left{
		width: 20%;
	}
	.inner .main .right-box,.index-pro .right{
		width: 76%;
	}
	.inner .main .cp li,.index-pro .right li{
		width: 32%;
		margin:0 2% 2% 0;
		padding: 5px;
	}
	.inner .main .cp li .txt,.index-pro .right li .txt{
		margin-top: 15px;
		line-height: 20px;
		height: 20px;
	}
	.cp-detail{
		width: 100%;
	}
	.bh-new{
		width: 100%;
		margin-left: 0;
	}
	.down-list li .title{
		width: 40%;
		padding-left: 20px;
	}
	.down-list li .time{
		width: 20%;
	}
	.down-list li a{
		width: 20%;
	}

}
@media screen and (max-width: 960px){
	.index-team .team-prev, .index-case .case-prev{
		display: none;
	}
	.index-team .team-next,.index-case .case-next{
		display: none;
	}
	.wrapper04{
		display: block;
	}
	.map{
		margin-top: 20px;
	}
	.bh-new li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	header .menu{
		display: block;
	}
	nav{
		display: none;
	}
	.swiper_01 .swiper-slide .pic-w{
		padding-bottom: 60%;
	}
	header .top .logo{
		width: 38px;
	}
	header .top .logo2{
		width: 200px;
		margin-left: 20px;
	}
	header .right{
		display: none;
	}
	header .top{
		padding: 10px 0;
	}
	.gg .right{
		/* display: none; */
		margin:10px 0;
		
		float: none;
	}
	.gg .left{
		width: 100%;
	}
	.gg{
		padding: 10px 0;
	}
	.fix-box{
		display: none;
	}
	.index-fw .center a img{
		width: 30px;
	}
	.index-fw .center a:last-child img{
		width: 23px;
		margin-top: 7px;
	}
	.bh-fw li:after,.bh-fw li:before,.bh-fw .main:after{
		display: none;
	}
	.bh-fw li,.bh-fw li:nth-child(2n){
		float: none;
		margin:auto;
		width: 95%;
		margin-bottom: 3%;
	}
	.index-title{
		margin-bottom: 20px;
	}
	.index-title:after,.index-title:before{
		display: none;
	}
	.bh-fw{
		padding-top: 20px;
	}
	.bh-fw li .txt{
		padding: 3%;
	}
	.bh-fw li .txt .des{
		font-size: 12px;
		line-height: 20px;
		height: 60px;
	}
	.bh-fw li .txt .left{
		width: 100px;
	}
	.bh-fw li .txt .top{
		margin-bottom: 20px;
	}
	.index-new .main .left{
		float: none;
		width: 100%;
	}
	.index-new .main .right{
		width: 100%;
		float: none;
	}
	.index-new .main .left li:last-child{
		margin-bottom: 20px;
	}
	.index-new .main .txt{
		padding: 15px;
	}
	.index-new .main .left .time p{
		width: 90%;
	}
	.index-new .main .left .time h1{
		font-size: 24px;
	}
	.index-new .main .txt .des{
		margin-top: 10px;
	}
	.index-new .main .left .time{
		padding: 16px 0;
	}
	.index-tj .top{
		font-size: 16px;
	}
	.index-tj .top a{
		margin-top: 5px;
	}
	.index-new{
		padding: 20px 0;
	}
	footer .main .left, footer .main .right{
		float: none;
		width: 100%;
	}
	footer .nav{
		display: none;
	}
	footer .main{
		margin-top: 0;
	}
	footer .main .left p{
		font-size: 14px;
	}
	footer .main .mid{
		width: 100%;
		border:none;
		margin-top: 10px;
	}
	footer .main .mid .txt{
		float: left;
	}
	footer .main .mid .txt h1{
		margin-top: 10px;
		font-size: 24px;
		text-align: left;
	}
	footer .main .mid .txt h2{
		font-size: 16px;
	}
	footer .main .right img{
		width: 100px;
	}
	footer .bot{
		display: none;
	}
	footer .bot{
		padding: 20px 0;
	}
	.inner .main .left,.index-pro .left{
		display: none;
	}
	.inner .main .right-box,.index-pro .right{
		width: 100%;
		float: none;
	}
	.inner-banner .pic-w{
		padding-bottom: 40%;
	}
	.inner-nav .right{
		/* display: none; */
		margin-top: 10px;
		margin-bottom: 10px;
		float: none;
	}
	.inner-nav{
		font-size: 14px;	
		height: auto;
		line-height: 25px;
	}
	.inner{
		padding-top: 20px;
	}
	.inner .main{
		padding: 0 3%;
		padding-bottom: 3%;
	}
	.inner .main .right-box{
		margin-top: 20px;
	}
	.index-title span{
		font-size: 24px;
	}
	.inner .main .cp li,.index-pro .right li{
		width: 48%;
		margin:0 4% 4% 0;
	}
	.inner .main .cp li:nth-child(3n),.index-pro .right li:nth-child(3n){
		margin-right: 4%;
	}
	.inner .main .cp li:nth-child(2n),.index-pro .right li:nth-child(2n){
		margin-right: 0;
	}
	.inner .main .cp li .pic-w,.index-pro .right li .pic-w{
		padding-bottom: 150px;
	}
	.inner .main .cp li .txt{
		margin-top: 5px;
	}
	.bh-new li .txt{
		width: 75%;
	}
	.bh-new li .time{
		width: 22%;
		padding: 10px 0;
	}
	.bh-new li .time h1{
		font-size: 24px;
	}
	.bh-new li .txt{
		padding: 5px 0;
	}
	.bh-new li .txt .des{
		font-size: 12px;
		line-height: 20px;
		margin:10px 0;
	}
	.bh-new li .time h2{
		margin:5px 0;
	}
	.bh-new li .txt h1{
		font-size: 16px;
		font-family: "microsoft yahei";
		height: 16px;
	}
	.down-list li .title{
		width: 70%;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.down-list li .time{
		width: 30%;
	}
	.down-list li a{
		width: 40%;
		float: right;
	}
	body{
		padding-bottom: 51px;
	}
	.phone-bot{
		width: 100%;	
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		background:#c2d126;
		padding: 10px;
		position: fixed;
		z-index: 999;
		bottom: 0;
	}
	.phone-bot .box{
		text-align: center;
		font-size: 16px;
		line-height: 30px;
	}
	.phone-bot .box:first-child .icon{
		margin-top: 0;
	}
	.phone-bot .box .icon{
		display: inline-block;
		font-size: 20px;
		margin-right: 5px;
		vertical-align: top;
		margin-top: 0.5px;
	}
	.phone-bot .box a{
		color: #fff;
	}
	.index-team{
		padding: 0;
		padding-bottom: 3%;
	}
	.team-swiper .swiper-slide .pic-w{
		width: 95%;
		padding-bottom: 140px;	
	}
	.team-swiper .swiper-slide .txt p{
		font-size: 12px;
	}
	.team-swiper .swiper-slide .txt{
		padding: 100px 5px 15px 5px;
	}
	.team-swiper .swiper-slide .txt h1{
		margin-bottom: 10px;
	}
	.index-pro{
		padding-top: 20px;
	}
	.index-case{
		padding: 20px 0;
	}
	 .index-pro .right{
		 margin-top: 0;
	 }
	 .index-pro .main{
		 padding-bottom: 30px;
		 margin-bottom: 0;
	 }
	 
}