.clear{
	clear:both;
}
.ihead{
	display: block;
	position: absolute;
	top:0;
	z-index: 999999;
	width:100%;
	padding:0 15px;
	height:90px;
}
.ih1{
	width:100%;
	background: #fff;
	border-bottom-left-radius:20px; 
	border-bottom-right-radius:20px; 
	padding-left: 40px;
	padding-right: 40px;
	height:90px;
}
.ilogo{
	float:left;
	padding:10px;
}
.inav{
	float:right;
	width:calc(100% - 500px);
	margin-right:100px;
}
.caidan-block{
	float:left;
	width:14%;
	text-align: center;
	line-height: 90px;
	font-size:16px;
	color:#666666;
}
.caidan1:hover{
	color:#64bd7a;
}
.caidan-block:hover .caidan1{
	color:#64bd7a;
}
.caidan-line{
	height: 3px;
	width:0px;
	transition:0.4s;
	transform: translate(0px,-3px);
	margin:0 auto;
}
.caidan-block:hover .caidan-line{
	background:#64bd7a;
	width:64px;
	
}
.header{display:none;}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-{
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color,var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}
.bannerpagination{
    bottom:75px!important;
}
.bannerpagination .swiper-pagination-bullet{
    width:60px;
    height: 2px;
    border-radius:0px;
    background: #fff!important;
    opacity:1!important;
}
.bannerpagination .swiper-pagination-bullet-active{
    background: #71b42e!important;
}

@media(max-width:1000px){
	.bannerpagination{
	    bottom:20px!important;
	}
	.header{display:block;}
	.ihead{display: none;}
}

.s2{
	padding-top:90px;
	padding-bottom: 50px;
}

/*视频*/
.indexsp{
	height: 400px;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    min-height: inherit;
    overflow: hidden;
}
.ispmb{
	height: 400px;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: rgb(0,0,0,0.6);
    text-align: center;
    padding-top: 100px;
    box-sizing:border-box;
}
.ispmb1{
	text-align: center;
	font-size: 40px;
	color: #fff;
}
.ispmb2{
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 80px;
	line-height: 80px;
}
.ispbf{
	margin:0 auto;
	width:74px;
	height: 74px;
	border-radius: 50px;
	display: block;
	transition:.4s;
	position: absolute; 
	top:calc(50% - 37px);
	left:calc(50% - 37px);
}
.ispbf img{
	width:100%;
	height: 100%;
}
.ispbf:hover{
	transform: rotate(360deg);
}


.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 99999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../images/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media(max-width:1000px) {
	.indexsp{height:210px;}
	.ispmb{height: 210px;padding-top: 35px}
	.ispmb1{font-size: 20px;}
	.ispmb2{font-size: 16px;height: 40px;line-height: 40px;}
}
/*视频*/

.s2t{
	width:100%;
	position: relative;
}
.s2b{
	width:100%;
	position: relative;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.s2tl{
	width:55%;
	float:left;
	position: relative;
}
.s2tr{
	width:45%;
	padding-left: 6%;
	float:right;
	background: url(../images/aboutbg2.png) no-repeat;
	background-position:top right;
}
.s2tlimg{
	width:100%;
	height: auto;
}
.s2tt1{
	font-size: 20px;
	color:#999;
	line-height: 2;
}
.s2tt2{
	font-size: 48px;
	font-weight: 800;
	color:#666;
	line-height: 2;
}
.s2tt3{
	width:50px;
	height: 3px;
	background: #666666;
	margin-top:30px;
	margin-bottom:60px;
}
.s2tt4{
	font-size: 15px;
	font-weight: 400;
	color:#666;
	line-height: 2;
	margin-bottom:60px; 
}
.s2tt5{
	width:200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff!important;
	background: #71b42e;
	border-radius:25px; 
	margin-bottom: 60px;
	display: block;
	transition:1s;
}
.s2tt5:hover{
	background: #87d637;
}
.s2b1{
	font-weight: 800;
	font-size: 20px;
	color:#333333;
	text-transform:uppercase;
	font-family: arial;
	margin-top:5px;
}
.s2b2{
	font-size: 16px;
	color:#333333;
}
.s2b3{
	font-size: 14px;
	color:#666666;
	line-height: 2;
}


@media(max-width:1000px){
	.s2{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.wrap1{
		padding:0 20px;
	}
	.s2tl{
		width:100%;
	}
	.s2tr{
		width:100%;
		padding:0;
		margin: 20px 0;
	}
}
@media(max-width:500px){
	.s2bc{
		width:100%;
	}
	.s2bc img{
		width:100%;
	}
}


/*发展历程*/
.indSec1 {
	background: url(../images/historybg.jpg) no-repeat center center;
	position: relative;
	height: 600px;
}
.indSec1 .container {
	position: relative;
}
.indSec1 .line {
	width: 0;
	overflow: hidden;
	position: absolute;
	top: 50%;
	top: 0;
	left: 0;
	-webkit-transform: translateY(40%);
	-ms-transform: translateY(40%);
	-o-transform: translateY(40%);
	transform: translateY(40%);
	-webkit-transition: all 2s ease-in-out 1s;
	-moz-transition: all 2s ease-in-out 1s;
	-ms-transition: all 2s ease-in-out 1s;
	-o-transition: all 2s ease-in-out 1s;
	transition: all 2s ease-in-out 1s;
}
.indSec1.on .line {
	width: 100%;
	height: 600px;
}
.indSec1_swiper {
	width: 100%;
	height: 600px;
	padding: 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.indSec1_swiper .swiper-slide {
	position: relative;
	height: 100%!important;
	/*opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);*/
}
/*.indSec1.on .indSec1_swiper .swiper-slide {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.indSec1_swiper .swiper-slide:nth-child(1) {
	-webkit-transition: all 0.6s ease-in-out 1.4s;
	-moz-transition: all 0.6s ease-in-out 1.4s;
	-ms-transition: all 0.6s ease-in-out 1.4s;
	-o-transition: all 0.6s ease-in-out 1.4s;
	transition: all 0.6s ease-in-out 1.4s;
}
.indSec1_swiper .swiper-slide:nth-child(2) {
	-webkit-transition: all 0.6s ease-in-out 2s;
	-moz-transition: all 0.6s ease-in-out 2s;
	-ms-transition: all 0.6s ease-in-out 2s;
	-o-transition: all 0.6s ease-in-out 2s;
	transition: all 0.6s ease-in-out 2s;
}
.indSec1_swiper .swiper-slide:nth-child(3) {
	-webkit-transition: all 0.6s ease-in-out 2.6s;
	-moz-transition: all 0.6s ease-in-out 2.6s;
	-ms-transition: all 0.6s ease-in-out 2.6s;
	-o-transition: all 0.6s ease-in-out 2.6s;
	transition: all 0.6s ease-in-out 2.6s;
}*/
.indSec1_swiper .swiper-slide.prev .open-btn {
	top: 66%;
}
.indSec1_swiper .swiper-slide-prev .open-btn {
	top: 47%!important;
}
.indSec1_swiper .swiper-slide-active .open-btn {
	top: 46.5%;
}
.indSec1_swiper .swiper-slide-next .open-btn {
	top: 56.5%;
}
.indSec1_box {
	padding: 8% 40% 8% 8%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
.indSec1_box h6 {
	font-size: 24px;
	color: #333; position:relative;
}

.indSec1_box h6:after{
	content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 20px;
    height: 2px;
    background: #ea5404;}
.indSec1_box p {
	margin-top: 10%;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.indSec1_box a {
	margin-top: 6%;
	display: block;
	width: 200px;
	height: 60px;
	background-color: #ea5404;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
.indSec1_box a  img{margin: -4px 0 0 8px;}

.indSec1_img img {
	width: 30%;
	position: absolute;
	top: 50%;
	right: 4%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.indSec1_box .boxClose {
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.eyesberg-card-btn {
	height: 50px;
	width: 50px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 1;
	/*z-index: 5;*/
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition: top 0.6s ease-in-out;
	-moz-transition: top 0.6s ease-in-out;
	-ms-transition: top 0.6s ease-in-out;
	-o-transition: top 0.6s ease-in-out;
	transition: top 0.6s ease-in-out;
}
.eyesberg-card-btn.open-btn::before {
	position: absolute;
	display: block;
	content: '';
	width: 300%;
	height: 300%;
	margin-left: -100%;
	margin-top: -100%;
	border-radius: 50%;
	background: rgba(19,130,0,.5);
	-webkit-animation: pulse-ring 1.25s cubic-bezier(.19, .130, .0, 1) infinite;
	animation: pulse-ring 1.25s cubic-bezier(.19, .130, .0, 1) infinite;
	z-index: -1;
}
.eyesberg-card-btn.open-btn .eyesberg-card-btn-lg-circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #76b33d;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.eyesberg-card-btn.open-btn .eyesberg-card-btn-sm-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-property: width, height;
	-o-transition-property: width, height;
	transition-property: width, height;
}
@keyframes pulse-ring {
 0% {
 -webkit-transform:scale(.33);
 transform:scale(.33)
}
 100%, 80% {
 opacity:0
}
}
.open-btn:hover .eyesberg-card-btn-lg-circle {
	opacity: .75;
}
.open-btn:hover .eyesberg-card-btn-sm-circle {
	width: 25px;
	height: 25px;
}
/*发展历程*/

.indextitle1{
	font-size: 60px;
	font-weight: 400;
	font-family: arial;
	color:#333333;
	
}
.indextitle2{
	font-size: 30px;
	font-weight: 400;
	font-family: arial;
	color:#333333;
}
.indextitle3{
	background:#333333;
	width:50px;
	height:3px;
	margin:0 auto;
	margin-top: 5px;
	margin-bottom:35px; 
	margin-left: 0px;
}
.s4 .indextitle1,.s4 .indextitle2{
	text-align: center;
}
.s4 .indextitle3{
	margin-left:auto;
	margin-right:auto;
}
/*产品*/
.s4{
	padding-top:60px;
}
.s4p{
	width:100%;
	position:relative;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;

}
.s4c{
	width:31%;
	max-width:500px;
	margin-bottom: 30px;
}
.s4cimg{
	width:100%;
	border-radius: 5px;
}
.s4b{
	z-index: 9;
	transform: translate(0px,-20px);
	width:100%;
}
.s4a{
	width:85%;
	max-width:430px;
	display: block;
	text-decoration: none;
	margin:0 auto;
	background: #fff;
	padding:20px;
	position: relative;
	border-bottom:4px solid #71b42e;
	transition:0.4s;
	padding-bottom: 40px;
}
.s4a1{
	font-size:18px;
	color: #333;
}
.s4a2{
	font-size:16px;
	color: #333;
	font-weight: lighter;
}
.s4a3{
	position:absolute;
	bottom:5px;
	right:20px;
	width:75px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #71b42e;
	border-radius: 10px;
	color:#fff;
}
.s4c:hover .s4a{
	transform: translate(0px,-25px);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
@media(max-width: 1000px){
	.s4c{
		width:100%;
	}
	
}
/*产品*/

/*案例*/
.s5{
	padding-top:60px;
}
.s5l{
	float:left;
	width:50%;
}
.s5r{
	float:right;
	width:50%;
}
.caseimg1{
	width:100%;
	position: relative;
}
.caseimg1 img{
	width: 100%
}
.caseimg1 .eyesberg-card-btn{
	top: 25%;
    left: 75%;
}
.caseimg1 .eyesberg-card-btn.open-btn .eyesberg-card-btn-sm-circle{
	background-color: #fe0000;
	width: 10px;
    height: 10px;
}
.caseimg1 .eyesberg-card-btn.open-btn .eyesberg-card-btn-lg-circle{
	background-color: rgb(254 0 0 / 45%);
}
.caseimg1 .eyesberg-card-btn.open-btn::before{
	background: rgb(130 0 0 / 50%);
}
.caseimg1 .eyesberg-card-btn{
	height: 25px;
    width: 25px;
}
.casemore{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width:110px;
	text-align: center;
}
.casemore img{
	width:75px;
	height:75px;
	transition:1s;
}
.casemore:hover img{
	transform: rotate(360deg);
}

.casemore p{
	width:100%;
	text-align: center;
	margin-top: 10px;
	color:#bcbdc0;
	font-size:16px;
}

.s5r{
	width:50%;
	float: right;
}
.s5r1{
	width:100%;
}
.s5r2{
	width:100%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.s5c{
	position:relative;
	padding:5px;
	overflow: hidden;
}
.s5c p{
	position: absolute;
	top:20px;
	left:20px;
	color: #fff;
	font-size: 16px;
}
.s5c img{
	width:100%;
	height: 350px;
	transition:1s;
}
.s51{
	width:34.375%;
	display: block;
}
.s52{
	width:63.75%;
	display: block;
}

@media(max-width: 1660px){
	.s5c img{
		width:100%;
		height: 320px;
	}
	.indextitle1{
		font-size: 50px
	}
}
@media(max-width: 1440px){
	.s5c img{
		width:100%;
		height: 300px;
	}
	.indextitle1{
		font-size: 40px
	}
}
@media(max-width: 1367px){
	.s5c img{
		width:100%;
		height: 250px;
	}
	.indextitle1{
		font-size: 30px
	}
}
@media(max-width: 1000px){
	.s5l{
		width:100%;
	}
	.s5r{
		width:100%;
	}
	.s5c img{
		width:100%;
		height:160px;
	}
	.indextitle1{
		font-size: 30px
	}
	.s5{
		padding-top:0;
	}
}
/*案例*/

/*新闻*/
section.block.block-news {
	margin: 80px auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

section.block.block-news .block-news-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

section.block.block-news .block-news-title .block-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 30%;
}

section.block.block-news .block-news-title .block-name .block-name-en {
	position: relative;
	left: 10px;
	top: -3px;
}

section.block.block-news .block-news-title .block-news-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 600px;
	width: 100%;
	margin-top:40px;

}

section.block.block-news .block-news-title .block-news-nav li {
	width: 200px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

section.block.block-news .block-news-title .block-news-nav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #000033;
}

section.block.block-news .block-news-title .block-news-nav li a i {
	margin-right: 15px;
	font-size: 28px;
	font-weight: 400;
}

section.block.block-news .block-news-title .block-news-nav li.active, section.block.block-news .block-news-title .block-news-nav li:hover {
	background-color: #eee;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	color:#71b42e;
}
section .active span{
	color:#71b42e;
}
section.block.block-news .block-news-content {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 460px;
	overflow: hidden;
}

section.block.block-news .block-news-content .block-news-content-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 40px;
	height: 100%;
	background-color: #71b42e;
	color: #fff;
}

section.block.block-news .block-news-content .block-news-content-left li {
	width: 100%;
	height: 50%;
}

section.block.block-news .block-news-content .block-news-content-left li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

section.block.block-news .block-news-content .block-news-content-left li a .block-news-content-left-img {
	margin-right: 50px;
	width: 230px;
	height: 158px;
	overflow: hidden;
}

section.block.block-news .block-news-content .block-news-content-left li a .block-news-content-left-img img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

section.block.block-news .block-news-content .block-news-content-left li a .block-news-content-left-title {
	height: 158px;
}

section.block.block-news .block-news-content .block-news-content-left li a .block-news-content-left-title h3 {
	max-width: 450px;
	margin: 15px 0;
	font-size: 16px;
}

section.block.block-news .block-news-content .block-news-content-left li a .block-news-content-left-title p {
	max-width: 450px;
	margin-bottom: 55px;
	font-size: 14px;
}

section.block.block-news .block-news-content .block-news-content-left li a .block-news-content-left-title .myDin {
	font-size: 16px;
}

section.block.block-news .block-news-content .block-news-content-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 75px;
	background-color: #eee;
}

section.block.block-news .block-news-content .block-news-content-right li {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	width: 100%;
	height: 75px;
	line-height: 75px;
	border-bottom: 1px dashed #d5d6db;
}

section.block.block-news .block-news-content .block-news-content-right li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 16px;
	overflow: hidden;
}

section.block.block-news .block-news-content .block-news-content-right li a span:first-child {
	max-width: 500px;
}

section.block.block-news .block-news-content .block-news-content-right li:last-child {
	border-bottom: none;
}

section.block.block-news .block-news-content .block-news-content-right li:hover a {
	color: #000033;
}

section.block.block-news .block-news-content .block-news-content-right li::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	display: inline-block;
	margin-top: -2.5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #71b42e;
}

section.block.block-news .block-news-content.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

section.block.block-news .block-news-form {
	margin-top: 40px;
	width: 100%;
	height: 120px;
	overflow: hidden;
}

section.block.block-news .block-news-form form {
	position: relative;
	width: 100%;
	height: 100%;
}

section.block.block-news .block-news-form form p {
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1270px;
	height: 40px;
	line-height: 40px;
}

section.block.block-news .block-news-form form p input[type="text"], section.block.block-news .block-news-form form p input[type="tel"] {
	margin-right: 65px;
	width: 600px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #bfbfbf;
	outline: none;
}

section.block.block-news .block-news-form form p input[type="text"]:last-child, section.block.block-news .block-news-form form p input[type="tel"]:last-child {
	margin-right: 0;
}

section.block.block-news .block-news-form form p input[type="text"]:focus, section.block.block-news .block-news-form form p input[type="tel"]:focus {
	border-bottom: 1px solid #71b42e;
}

section.block.block-news .block-news-form form p input[type="text"].reply, section.block.block-news .block-news-form form p input[type="tel"].reply {
	border: none;
	max-width: 1270px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	max-height: 40px;
	outline: none;
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
}

section.block.block-news .block-news-form form p input[type="text"].reply:focus, section.block.block-news .block-news-form form p input[type="tel"].reply:focus {
	border-bottom: 1px solid #71b42e;
}

section.block.block-news .block-news-form form p textarea, section.block.block-news .block-news-form form p .reply {
	border: none;
	max-width: 1270px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	max-height: 40px;
	outline: none;
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
}

section.block.block-news .block-news-form form p textarea:focus, section.block.block-news .block-news-form form p .reply:focus {
	border-bottom: 1px solid #71b42e;
}

section.block.block-news .block-news-form form p input::-webkit-input-placeholder, section.block.block-news .block-news-form form p textarea::-webkit-input-placeholder {
	font-size: 16px;
	
	color: #333;
}

section.block.block-news .block-news-form form p input::-moz-placeholder, section.block.block-news .block-news-form form p textarea::-moz-placeholder {
	font-size: 16px;
	
	color: #333;
}

section.block.block-news .block-news-form form input[type="submit"] {
	position: absolute;
	top: 50px;
	right: 0;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #fff;
	font-size: 16px;
}

section.block.block-news .block-news-form form input[type="submit"].active {
	background-color: #71b42e;
	border-color: #71b42e;
	color: #fff;
	background-image: linear-gradient(45deg, #fff 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}

section.block.block-news .block-news-form form input[type="submit"].active:hover {
	background-position: 0;
	color: #71b42e;
}
.text-flow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(max-width:1000px){
	section.block.block-news .block-news-title .block-name{
		width:100%;
	}
	section.block.block-news .block-news-title{
		display: block;
	}

	section.block.block-news{
		margin:30px auto;
	}
	section.block.block-news .block-news-title .block-news-nav{
		margin-top: 0px;
		margin-bottom:30px;
	}
	.block-news-nav li{
	    display:none;
	}
	.block-news-nav .active{
	    display:block;
	}
	section.block.block-news .block-news-content .block-news-content-left{
	    padding:20px;
	}
	.block-news-content-left-img{
	    display:none;
	}
	.block-news-content-left a{
	    display:block;
	    width:100%;
	    box-sizing:border-box;
	}
	.block-news-content-left-title{
	    width:100%;
	}
	section.block.block-news .block-news-content .block-news-content-right{
	    padding:20px;
	}
	section.block.block-news .block-news-content{
		height: auto;
		width:100%;
		display: none;
	}
	section.block.block-news .block-news-content.active{
		height: auto;
		width:100%;
		display: block;
	}
	section.block.block-news .block-news-form{
		display: none;
	}
	
}