.bannerBox {
	width: 100%;
	height: 720px;
	position: relative;
	z-index: 0;
}

.arrowLeft {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -829px;
	z-index: 12;
	cursor: pointer;
}

.arrowRignt {
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -30px;
	margin-right: -829px;
	z-index: 12;
	cursor: pointer;
}

.bannerBox .swiper-container {
	width: 100%;
	height: 100%;
}

.bannerBox .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: default;
}

.bannerBox .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.pagination {
	width: 100%;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 72px;
	z-index: 11;
}

.pagination span {
	display: block;
	width: 120px;
	height: 2px;
	background: #d5d6d8;
	margin-left: 24px;
	cursor: pointer;
}

.bannerBox .pagination span:hover,
.bannerBox .pagination span.swiper-visible-switch,
.bannerBox .pagination span.swiper-active-switch {
	background: #fff;
}

.contentBox .inner {
	width: 1360px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}

.contentBox1 {
	width: 100%;
	height: 640px;
	background: #f4f4f4;
	padding-bottom: 40px;
}

.contentBox1 .titleBox {
	width: 100%;
	height: 144px;
	background: #fff;
	margin-top: -40px;
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: row;
	padding-top: 50px;
	justify-content: space-between;
	margin-bottom: 34px;
}

.contentBox1 .titleBox .titleInner {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.contentBox1 .titleBox .left {
	display: flex;
	flex-direction: column;
}

.contentBox1 .titleBox .left .txt1 {
	font-size: 24px;
	color: #333;
	line-height: 1;
	margin-bottom: 10px;
}

.contentBox1 .titleBox .left .txt2 {
	font-size: 20px;
	color: #78bd3e;
}

.contentBox1 .titleBox .right {
	width: 490px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.contentBox1 .titleBox .right .dataBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contentBox1 .titleBox .right .dataBox .txt1 {
	font-size: 50px;
	color: #000;
	line-height: 1;
	margin-bottom: 18px;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.contentBox1 .titleBox .right .dataBox .txt1 span {
	font-size: 18px;
}

.contentBox1 .titleBox .right .dataBox .plus span {
	font-size: 24px;
}

.contentBox1 .titleBox .right .dataBox .txt2 {
	font-size: 14px;
	color: #999;
}

.companyInntro {
	width: 100%;
	/* height: 460px; */
	background: #fff;
	padding-top: 58px;
	padding-bottom: 70px;
}

.companyInntro .companyInntroInner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.companyInntroInner .messageBox {
	display: flex;
	flex-direction: column;
	width: 488px;
}

.companyInntroInner .messageBox h1 {
	font-size: 20px;
	color: #222;
	line-height: 1;
	margin-bottom: 22px;
}

.companyInntroInner .messageBox .line {
	width: 145px;
	height: 2px;
	background: #f5f5f5;
	margin-bottom: 24px;
}

.companyInntroInner .messageBox p {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 96px;
}


.companyInntroInner .messageBox .bottomRow {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}


.companyInntroInner .messageBox .bottomRow img {
	display: block;
}

.companyInntroInner .messageBox .bottomRow .more {
	/* width: 117px;
	height: 12px; */
	position: absolute;
	right: 0;
	bottom: -13px;
	right: 28px;
}

.companyInntroInner .companyBannerBox {
	width: 597px;
	height: 332px;
	position: relative;
}

.companyInntroInner .companyBannerBox .swiper-container {
	width: 100%;
	height: 309px;
}

.paginationCompany {
	width: 100%;
	height: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.paginationCompany span {
	width: 8px;
	height: 8px;
	background: #cbcbcb;
	margin-right: 7px;

}

.companyInntroInner .companyBannerBox .paginationCompany span:hover,
.companyInntroInner .companyBannerBox .paginationCompany span.swiper-visible-switch,
.companyInntroInner .companyBannerBox .paginationCompany span.swiper-active-switch {
	background: #78bd3e;
}


.contentBox2 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-top: 82px;
}

.contentBox2 .inner {
	width: 1246px!important;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.contentBox2 .inner .titleImg {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 76px;
}

.contentBox2 .inner .advantageBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 110px;
}

.contentBox2 .inner .advantageBox .part {
	width: 190px;
	height: auto;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
	transition: all .2s linear;
	/* background: #ff9c01; */
}

.contentBox2 .inner .advantageBox .part:hover{
	margin-top: -30px;
}

.contentBox2 .inner .advantageBox .part .imgBox{
	align-self: baseline;
	margin-bottom: 31px;
	width: 100%;
	display: flex;
	justify-content: center;
}


.contentBox2 .inner .advantageBox .part h1{
	width: 100%;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

.contentBox2 .inner .advantageBox .part h1 .line{
	width: 22px;
	height: 2px;
	background: #96cc65;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -11px;
}

.contentBox2 .inner .advantageBox .part p{
	width: 100%;
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 1.6;
	overflow : hidden;/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 2;/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.contentBox3 {
	width: 100%;
	min-height: 264px;
	padding-top: 75px;
	background: url(../images/indexbg1.jpg) no-repeat;
	padding-bottom: 100px;
}

.contentBox3 .inner{
	width: 1360px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-top: 86px;
	background: #fff;
}

.contentBox3 .inner h1{
	font-size: 26px;
	color: #222;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	font-family: "黑体";
	padding-bottom: 21px;
	position: relative;
	margin-bottom: 64px;
}

.contentBox3 .inner h1 .line{
	width: 20px;
	height: 5px;
	background: #96cc65;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
}

.contentBox3 .inner .imgBox{
	width: 100%;
	text-align: center;
}

.contentBox3 .inner .imgBox img{
	display: inline;
}

.contentBox4 {
	width: 100%;
	height: auto;
	padding-top: 102px;
	border-top: 1px solid #ddd;
}

.contentBox4 .inner{
	width: 1360px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-bottom: 150px;
}

.contentBox4 .inner .title{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-bottom: 37px;
}

.contentBox4 .inner .title .en{
	font-size: 24px;
	color: #222;
	margin-bottom: 8px;
}

.colorGreen{
	color: #78bd3e;
}

.contentBox4 .inner .title .colorGreen{
	font-size: 20px;
}

.contentBox4 .inner .newsListBox{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.contentBox4 .inner .newsListBox .newsBox{
	width: 400px;
	height: auto;
	display: flex;
	flex-direction: column;
}

.contentBox4 .inner .newsListBox .newsBox h3{
	font-family: arial;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	text-align: left;
}

.contentBox4 .inner .newsListBox .newsBox .imageBox{
	width: 100%;
	height: 240px;
	margin-bottom: 30px;
	overflow: hidden;
}

.contentBox4 .inner .newsListBox .newsBox .imageBox img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .5s linear;
}

.contentBox4 .inner .newsListBox .newsBox:hover .imageBox img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
} 

.contentBox4 .inner .newsListBox .newsBox h2{
	font-size: 16px;
	color: #000;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
	margin-bottom: 14px;
}

.contentBox4 .inner .newsListBox .newsBox p{
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	width: 100%;
	overflow : hidden;/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 2;/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
	margin-bottom: 25px;
}

.contentBox4 .inner .newsListBox .newsBox .moreBox{
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #6eb92b;
	margin-bottom: 55px;
}

.contentBox4 .inner .newsListBox .newsBox .moreBox span{
	cursor: pointer;
}

.contentBox4 .inner .newsListBox .newsBox .moreBox span:hover{
	color: #66ad26;
}



.contentBox4 .inner .lookMore{
	width: 100%;
	text-align: center;
}

.contentBox4 .inner .lookMore .button{
	display: inline-block;
	width: 170px;
	height: 48px;
	background: #78bd3e;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}

.contentBox4 .inner .lookMore .button:hover{
	background: #66ad26;
}