.title{
	width: 1250px;
	display: flex;
	justify-content: space-between;
	align-items:flex-end ;
	margin: 0 auto;
	position: relative;
	padding: 0 45px 0 0;
}
.title a{
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #21984B;
	color: #FFFFFF;
	border: none;
	font-weight: 400;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
	/*float: right;*/
}
.title a:hover,.market a:hover{
	color: rgba(255, 255, 255, 0.7);
	transform: scale(1.05);
}
.title-left div{
	float: right;
}
.title-left::before{
	display:inline-block;
	content:'';
	width:46px;
	height:86px;
	background:url("../img/title-bg.png")no-repeat ;
	background-size: contain;
}
.title p:nth-child(1){
	font-weight: normal;
	font-size: 19px;
	color: #999999;
	line-height: 16px;
}
.title p:nth-child(2) {
	font-weight: bold;
	font-size: 40px;
	color: #222222;
	line-height: 20px;
	margin-top: 18px;
}
.title-line {
	width: 88px;
	height: 5px;
	background: #21984B;
	margin-top: 24px;
}

.news{
	box-sizing: border-box;
	width: 100%;
	height: 635px;
	background: #F9F9F9;
	border-radius: 0px 0px 0px 0px;
	padding: 30px 0;
}
.news .title{
	margin: 0 auto;
}
.swiper1{
	box-sizing: border-box;
	width: 1200px;
	position: relative;
	padding:10px 0 60px;
	margin: 0 auto;
}
.swiper1 .swiper-pagination1{
	width: 80%;
	height: 5px;
	background: #D4D6D9;
	position: absolute;
	left: 50%;
	top: 510px;
	transform: translateX(-48%);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #07A04D;
}
.swiper-button-next{
	top:510px;
	right: -8px;
}
.swiper-button-prev{
	top:510px;
	left:10px;
}
.swiper-button-prev:after,.swiper-button-next:after{
	font-size: 18px;
    color: #07A04D;
    font-weight: 600;
    width: 100px;
    height: 76px;
    text-align: center;
    line-height: 75px;
    background: #fff;
}
.swiper-button-prev:after{
	color:#D4D6D9 ;
}
.swiper-button-prev.swiper-button-disabled{
	opacity: .85;
}
.swiper-banner .swiper-slide{
	width: 375px;
	height: 420px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 1px rgba(121,127,146,0.16);
	margin:38px 9px 45px 2px;;
	position: relative;
}
.banner-tip{
	box-sizing: border-box;
	padding: 0 30px 0 18px;
	font-weight: 400;
	color: #8E8E8E;
}
.swiper-banner .swiper-slide img {
	width: 100%;
	height: 220px;
	background: #D6FBE0;
}
.time{
	font-weight: 400;
	font-size: 14px;
	color: #056937;
	margin:10px 0;
}
.swiper-news-title{
	/*width: 166px;*/
	font-weight: 500;
	font-size: 18px;
	line-height:25px;
	color: #333333;
	margin:18px 0;

}
.swiper-news-title:hover{
	color: #07A04D;
	text-decoration: underline;
}
.content-news{
	width: 1200px;
	height: 420px;
	background:#FFFFFF;
	margin: 38px auto 0 auto;
}
.newsPic{
	float: left;
	width:600px ;
	height:420px;
	position: relative;
}
.news-banner-tip{
	width: 100%;
	height: 62px;
	box-sizing: border-box;
	background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	font-weight: 400;
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 18px;
	line-height:20px ;
	padding-top: 15px;
}
.news-banner-tip p{
	width: 70%;
}
.newsPic img{
	width: 100%;
	height:420px;
}
.news-list-box{
	width: 600px;
	float: right;
}
.news-content{
	box-sizing: border-box;
	padding:8px 22px ;
	overflow: hidden;
}
.news-item{
	font-size: 15px;
	display:inline-block;
	width: 350px;
	font-weight: 500;
	color: #000000;
	margin: 5px 0;
}
.news-item:hover{
	color: #07A04D;
}
.news-item::before{
	content:'';
	display: inline-block;
	width:6px ;
	height: 6px;
	background: #C7C7C7;
	border-radius: 50%;
	margin-right: 6px;
}
time{
	float: right;
	font-weight: 500;
	font-size: 12px;
	color: #636363;
	line-height: 28px;
}
.text-hidden{
	white-space: nowrap; /*超出的空白区域不换行*/
	overflow: hidden;/*超出隐藏*/
	text-overflow: ellipsis;
}
.visible{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;/*想省略几行就写几*/
	-webkit-box-orient: vertical;
}
.line{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	text-align: left;
	margin: 20px 0 0 20px;
}
.line::before{
	content: "";
	display: inline-block;
	width:4px;
	height: 18px;
	background: #07A04D;
	border-radius:4px;
	margin-right:3px ;
	vertical-align: middle;
}
.line::after{
	content: "";
	display: inline-block;
	width: 555px;
	border: 1px dashed #DEDEDE;
	margin-top:5px ;
	vertical-align: middle;
}
.staff-box {
	box-sizing: border-box;
	height: 835px;
	padding:60px 0;
	background: #F9F9F9 ;
}
.staff{
	width:1200px ;
	margin: 38px auto;
	overflow: hidden;
	text-align: center;
}
.staff  img{
	display: inline-block;
	max-width: 385px;
	height:280px;
	margin-right: 10px;
	margin-top: 10px;
	transition: all 0.3s ease 0s;
}
.list-images img:hover{opacity: .75;*filter: opacity(75)}
.market{
	width: 100%;

	overflow: hidden;
}
.market-box{
	width: 1200px;
	margin: 38px auto 60px auto;
}
.title-bg{
	width: 440px;
	height: 214px;
	background-image: url(../img/staff.png);
	background-size: contain;
	background-position: right top;
	position: absolute;
	right: -65px;
	top: -50px;
	z-index: -1;
}
.video-title-line{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	text-align: left;
	margin: 0 auto 35px auto;
}
.video-title-line::before{
	content: "";
	display: block;
	width: 63px;
	height: 4px;
	margin-top: 96px;
	margin-bottom:25px ;
	background: #21984B;
}
.market-left{
	float: left;
}
.market-description{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.market-description span {
	display: inline-block;
	width: 80%;
	font-weight: 350;
	font-size: 16px;
	color: #8E8E8E;
	line-height: 25px;
}
.market-description  a{
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	background: #21984B;
	color: #FFFFFF;
	border: none;
}
.video{
	width: 585px;
	height: 350px;
	background: rgba(0,0,0,0.26);
	float: right;
	position: relative;
	margin-right: 10px;
}
.video video{
	width: 100%;
	height: 100%;
}
#poster,#poster1{
	width: 100%;
	height: 100%;
	background: url("../video/1.jpg") no-repeat;
	background-size: cover;
	position: absolute;
	left: 1px;
	top: 0;
}
#poster1{
	background: url("../video/2.jpg") no-repeat;
	background-size: cover;
}
#poster::after,#poster1::after{
	content:"" ;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.26);
	background-size: cover;
	position: absolute;
	left: 1px;
	top: 0;
}
#poster img,#poster1 img{
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 8;
}

.my-bullet{
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 3px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.46);
}
.my-bullet-active{
	background: #ffffff;
	opacity: 1;
}
.swiper-pagination2{
	width: 30%;
	position: absolute;
	margin-left: 40%;
}
.erweima-box{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px 0 30px 0;
}
.erweima{
	width: 585px;
	height: 240px;
    margin-top:10px ;
	background-image: url("../img/5@2x.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom ;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.02),0 10px 26px 0 rgba(0,0,0,0.06);
	overflow: hidden;
}
.erweima p{
	font-weight: 350;
	font-size: 16px;
	color: #8E8E8E;
	line-height: 16px;
	margin-left: 50px;
}
.erweima p:nth-child(1){
	font-weight: 700;
	font-size: 24px;
	color: #3D3D3D;
	line-height: 35px;
	margin-top: 60px;
}
.erweima p:nth-child(2){
	margin-top: 25px;
}
.ma{
	width: 150px;
	height: 150px;
	float: right;
	margin-right:45px ;
	margin-top: -110px;
	border: 1px solid #eeeeee;
}
.ma img{
	width: 100%;
	height: 100%;
}

