.pcbanner {
	position: relative;
	width: 100%;
	height: 850px;
	background: #fff;
}

.pcbanner .bd {
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin: 0 auto;
}

.pcbanner .bd li,.pcbanner .bd ul {
	width: 100%!important;
}

.pcbanner .bd li {
	overflow: hidden;
	height: 850px;
	text-align: center;
}

.pcbanner .bd li a {
	display: block;
	height: 850px;
}

.pcbanner .hd {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.pcbanner .hd ul {
	text-align: center;
}

.pcbanner .hd ul li {
	display: inline-block;
	overflow: hidden;
	margin: 1px;
	width: 42px;
	height: 11px;
	background: #000;
	line-height: 999px;
	opacity: .5;
	cursor: pointer;
	zoom: 1;
	*display: inline;
	filter: alpha(opacity=50);
}

.pcbanner .hd ul .on {
	background: #7fbe25;
}

.pcbanner .next,.pcbanner .prev {
	position: absolute;
	top: 50%;
	left: 8%;
	z-index: 12;
	display: block;
	margin-top: -30px;
	width: 53px;
	height: 93px;
	background: url(../img/banner-arrow.png) -120px -124px #8ab923 no-repeat;
	opacity: .6;
	cursor: pointer;
	filter: alpha(opacity=60);
}

.pcbanner .next {
	right: 8%;
	left: auto;
	background-position: -2px -124px;
}

.cbanner {
	display: none;
}

@media(max-width:768px) {
	.pcbanner {
		display: none;
	}

	.cbanner {
		position: relative;
		z-index: 888;
		display: block;
		overflow: hidden;
		margin: 0 auto;
		max-width: 768px;
	}

	.cbanner .hd {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		height: 28px;
		line-height: 28px;
	}

	.cbanner .hd li {
		display: inline-block;
		overflow: hidden;
		margin: 0 6px;
		width: 5px;
		height: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #333;
		text-indent: -9999px;
	}

	.cbanner .hd li.on {
		background: #fff;
	}

	.cbanner .bd {
		position: relative;
		z-index: 0;
		width: 100%;
	}

	.cbanner .bd li {
		position: relative;
		text-align: center;
	}

	.cbanner .bd li img {
		width: 100%;
		vertical-align: top;
	}

	.cbanner .bd li a {
		-webkit-tap-highlight-color: transparent;
	}
}

.producth {
	margin: 50px auto;
	width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.producth li {
	position: relative;
	overflow: hidden;
	width: 25%;
	border: 1px solid #e6e6e6;
    border-right: none;
    box-sizing: border-box;
}

.producth li:nth-child(4){
	border-right: 1px solid #e6e6e6;
}

.producth li a {
	display: block;
	width: 100%;
	transition: all .4s;
}

.producth li .proimage {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.producth li .proimage img {
	width: 100%;
}

.producth li h2 {
	padding: 24px 0 38px;
	text-align: center;
}

.producth li h2 span {
	color: #41434f;
	font-size: 16px;
	line-height: 30px;
	transition: all .2s;
}

@media(min-width:641px) {
	.producth li:hover {
		background-color: #7fbe25;
	}
	.producth li:hover h2 span {
		color: #fff;
	}
}

@media(max-width:1199px) {
	.producth {
		margin: 4% auto;
		width: 96%;
	}

	.producth li,.producth li.remove {
		width: 25%;
	}

	.producth li h2 {
		padding: 10% 0 12%;
	}
}

@media(max-width:1024px) {
	.producth li h2 p {
		padding: 0 4%;
	}
}

@media(max-width:768px) {
	.producth li h2 p {
		padding: 0 2%;
	}
}

@media(max-width:640px) {
	.producth li {
		margin-bottom: 1%;
		width: 33%;
		height: 305px;
	}

	.producth li.remove {
		width: 33%;
	}

	.producth li h2 p {
		line-height: 20px;
	}
}

@media(max-width:480px) {
	.producth li {
		margin-bottom: 2%;
		width: 50%;
		height: 318px;
	}

	.producth li:nth-child(2n),.producth li:nth-child(4n) {
		border-right: 1px solid #e6e6e6;
	}

	.producth li.remove {
		display: none;
	}

	.producth li h2 {
		padding: 6% 0 12%;
	}
}

@media(max-width:375px) {
	.producth li {
		height: 270px;
	}

	.producth li h2 span {
		line-height: 24px;
	}
}

@media(max-width:320px) {
	.producth li {
		height: 250px;
	}
}

/* solution */
.solutionWrap {
	margin-top: 2rem;
	width: 100%
}
.solutit {
    width: 100%;
    text-align: center;
    margin-bottom:2rem;
}
.solutit .t {
	font-size: 28px;
	color: #005bac;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 6px
}

.solutit a {
	color: #7fbe25;
	font-size: 20px
}

@media(max-width:480px) {
	.solutit .t {
		font-size: 24px;
		margin-bottom: 1%
	}

	.solutit a {
		font-size: 16px
	}
}

@media(max-width:375px) {
	.solutit .t {
		font-size: 20px
	}
}
.solutionWrap .list {
	width: 1226px;
	margin: 24px auto 0
}

.solutionWrap .list li {
	width: 280px;
	float: left;
	margin: 0 13px 48px
}

.solutionWrap .list li .img {
}

.solutionWrap .list li .img img {
	width: 100%
}

.solutionWrap .list li h3 {
	background: #f5f5f5;
	font-size: 1rem;
	color: #565966;
	width: 100%;
	line-height: 2rem;
	text-align: center;
	transition: all .6s;
	margin-top: 1px;
	padding:.5rem 0;
	overflow: hidden;
}

.solutionWrap .list li:hover h3 {
	background: #7fbe25;
	color: #fff
}

@media(max-width:1024px) {
	.solutionWrap {
		margin-top: 6%
	}

	.solutionWrap .list {
		width: 98%;
		margin: 2% auto 0
	}

	.solutionWrap .list li {
		width: 23%;
		margin: 0 1% 4%
	}

	.solutionWrap .list li h3 {
		line-height: 38px
	}
}

@media(max-width:768px) {
	.solutionWrap .list li {
		width: 48%
	}
}

@media(max-width:375px) {
	.solutionWrap .list li h3 {
		line-height: 28px
	}
}

@media(max-width:320px) {
	.solutionWrap {
		margin-top: 2%
	}

	.solutionWrap .list li h3 {
		font-size: 14px
	}
}

.areaIntro {
	margin: 50px auto;
	width: 1200px;
	text-align: center;
}

.areaIntro h3 {
	color: #565966;
	font-size: 28px;
}

.areaIntro p {
	margin: 0 auto;
	padding-top: 17px;
	width: 80%;
	color: #999;
	font-size: 14px;
}

@media(max-width:1199px) {
	.areaIntro {
		margin: 4% auto;
		width: 100%;
	}

	.areaIntro p {
		padding-top: 1%;
	}
}

@media(max-width:768px) {
	.areaIntro p {
		display: none;
	}

	.areaIntro h3 {
		display: block;
		color: #565966;
		font-size: 28px;
	}
}

@media(max-width:640px) {
	.areaIntro {
		text-align: left;
	}

	.areaIntro h3 {
		margin: 0 auto;
		width: 96%;
		font-size: 26px;
	}

	.areaIntro p {
		display: none;
	}
}

@media(max-width:480px) {
	.areaIntro h3 {
		font-size: 22px;
	}
}

@media(max-width:375px) {
	.areaIntro h3 {
		font-size: 20px;
	}
}

.tech {
	margin: 0 auto;
	width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tech .part {
	overflow: hidden;
	width: 32%;
}

.tech .part img {
	width: 100%;
	height: auto;
}

.tech .textLayer {
	width: 100%;
	height: 9rem;
    background:#f0f0f0;
    border-top:.6rem solid #005bac;
    padding:0 5%;
    box-sizing: border-box;
}

.tech .textLayer h4 {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	margin:.5rem 0 .2rem
}

.tech .textLayer p {
	width: 100%;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #666;
}

.tech .textLayer p span{line-height: 30px; color:#7fbe25}

@media(max-width:1199px) {
	.tech {
		width: 96%;
	}

	.tech .part2 {
		margin: 0 2%;
	}

	.tech .part {
		width: 32%;
		height: 368px;
	}
}

@media(max-width:1024px) {
	.tech .part {
		height: auto;
	}

	.tech .textLayer {
		height: 3.5rem;
	}

	.tech .textLayer p {
		display: none;
	}

	.tech .textLayer h4 {
		font-size: 18px;
		line-height: 40px;
	}
}

@media(max-width:980px) {
	.tech .part {
		height: 300px;
	}
}

@media(max-width:768px) {

	.tech .textLayer {
		height: 5rem;
	}

	.tech .textLayer h4 {
		font-size: 16px;
		line-height: 34px;
	}
}

@media(max-width:568px) {
	.tech .part {
		height: auto;
	}

	.tech .textLayer {
		position: inherit;
		height: 4.5rem;
	}

	.tech .textLayer h4 {
		position: inherit;
		font-size: 14px;
		line-height: 28px;
	}
}

@media(max-width:375px) {
	.tech .part {
		float: none;
		width: 100%;
		height: auto;
	}

	.tech .part2 {
		margin: 2% 0;
	}

	.tech .textLayer {
		height: 3rem;
        margin-bottom:1rem
	}

	.tech .textLayer h4 {
		font-size: 16px;
		line-height: 38px;
	}
}

.aboutGEP {
	margin: 50px auto;
	height: 275px;
	background: url(../img/aboutbj.jpg) 50%;
}

.aboutGEP .grade {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 70px;
	width: 1200px;
}

.aboutGEP .grade li {
	float: left;
	padding: 0 16px;
	width: 20%;
	text-align: center;
}

.aboutGEP .grade p {
	margin-top: 24px;
	height: 42px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
}

.aboutGEP .grade li:hover p {
	color: #7fbe25;
}

.aboutGEP .grade i {
	display: block;
	margin: 0 auto;
	width: 88px;
	height: 88px;
	background: url(../img/gradeIcon.png) 0 0 no-repeat;
}

.aboutGEP .grade .teamIcon {
	background-position: 0 -1px;
}

.aboutGEP .grade .makeIcon {
	background-position: -178px -1px;
}

.aboutGEP .grade .serviceIcon {
	background-position: -356px -1px;
}

.aboutGEP .grade .skillIcon {
	background-position: -534px -1px;
}

.aboutGEP .grade .rdteam {
	background-position: -712px -1px;
}

@media(max-width:1199px) {
	.aboutGEP {
		margin: 4% auto;
	}

	.aboutGEP .grade {
		padding-top: 6%;
		width: 96%;
	}

	.aboutGEP .grade p {
		margin-top: 8%;
	}
}

@media(max-width:1024px) {
	.aboutGEP {
		height: 250px;
	}
}

@media(min-width:768px) {
	.aboutGEP .grade li:hover i {
		-ms-background-position-y: -172px;
		background-position-y: -172px;
	}
}

@media(max-width:768px) {
	.aboutGEP {
		height: 230px;
	}

	.aboutGEP .grade {
		padding-top: 5%;
	}

	.aboutGEP .grade p {
		margin-top: 15%;
		font-size: 16px;
	}
}

@media(max-width:640px) {
	.aboutGEP {
		height: 198px;
	}

	.aboutGEP .grade p {
		font-size: 14px;
		line-height: 14px;
	}
}

@media(max-width:568px) {
	.aboutGEP {
		height: auto;
	}

	.aboutGEP .grade {
		padding: 4% 0 3%;
	}

	.aboutGEP .grade li {
		margin-bottom: 2%;
		width: 48%;
	}

	.aboutGEP .grade p {
		margin: 0 auto;
		width: 50%;
	}

	.aboutGEP .grade li.on {
		display: none;
	}

	.aboutGEP .grade i {
		width: 70px;
		height: 70px;
		background-size: 440px 142px;
	}

	.aboutGEP .grade .teamIcon {
		background-position: 10px -84px;
	}

	.aboutGEP .grade .makeIcon {
		background-position: -88px -84px;
	}

	.aboutGEP .grade .serviceIcon {
		background-position: -186px -84px;
	}

	.aboutGEP .grade .skillIcon {
		background-position: -282px -84px;
	}

	.aboutGEP .grade .rdteam {
		background-position: -380px -84px;
	}

	.aboutGEP .grade p {
		margin-top: 0;
		font-size: 14px;
	}
}

@media(max-width:480px) {
	.aboutGEP .grade li {
		width: 50%;
	}

	.aboutGEP .grade p {
		width: 80%;
	}
}

@media(max-width:375px) {
	.aboutGEP .grade p {
		font-size: 15px;
	}
}

@media(max-width:320px) {
	.aboutGEP .grade i {
		width: 60px;
		height: 60px;
		background-size: 468px 157px;
	}

	.aboutGEP .grade .teamIcon {
		background-position: 4px -100px;
	}

	.aboutGEP .grade .makeIcon {
		background-position: -100px -100px;
	}

	.aboutGEP .grade .serviceIcon {
		background-position: -204px -100px;
	}

	.aboutGEP .grade .skillIcon {
		background-position: -308px -100px;
	}

	.aboutGEP .grade .rdteam {
		background-position: -412px -100px;
	}

	.aboutGEP .grade p {
		margin: 4% auto;
		height: 52px;
		font-size: 14px;
	}
}

.newscen {
	margin: 30px auto 80px;
	width: 1200px;
}

.newscen h3 {
	padding: 20px 0 24px;
	color: #565966;
	font-weight: 700;
	font-size: 28px;
}

.newscen .newscenl {
	position: relative;
	float: left;
	overflow: hidden;
	width: 570px;
}

.newscen .newscenl .bd {
	position: relative;
	z-index: 0;
	height: 100%;
}

.newscen .newscenl .bd li {
	vertical-align: middle;
	zoom: 1;
}

.newscen .newscenl .bd p {
	width: 100%;
	max-height: 380px;
}

.newscen .newscenl .bd p img {
	width: 100%;
}

.newscen .newscenl .bd .newscenlbj {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 8;
	overflow: hidden;
	width: 100%;
	height: 50px;
	background: #000;
	opacity: .2;
	filter: alpha(opacity=20);
}

.newscen .newscenl .bd h4 {
	position: absolute;
	bottom: 0;
	z-index: 9;
	overflow: hidden;
	padding: 0 20px;
	color: #fff;
	line-height: 50px;
}

.newscen .newscenl .next,.newscen .newscenl .prev {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: block;
	display: none;
	margin-top: -30px;
	width: 40px;
	height: 60px;
	background: url(../img/slider-arrow.png) -126px -137px #7fbe25 no-repeat;
	opacity: .5;
	cursor: pointer;
	filter: alpha(opacity=50);
}

.newscen .newscenl .next {
	right: 0;
	left: auto;
	background-position: -6px -137px;
}

.newscen .newscenr {
	float: right;
	margin-right: 12px;
	width: 576px;
}

.newscen .newscenr li {
	float: left;
	margin-bottom: 35px;
	width: 100%;
}

.newscen .newscenr li:nth-child(6) {
	margin-bottom: 0;
}

.newscen .newscenr li .time {
	float: left;
	width: 60px;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	color: #999;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.newscen .newscenr li .time span {
	display: inline-block;
}

.newscen .newscenr li a {
	display: block;
	width: 100%;
}

.newscen .newscenr li .r {
	float: right;
	width: 494px;
}

.newscen .newscenr li .r h4 {
	color: #41434f;
	font-size: 18px;
	line-height: 24px;
}

.newscen .newscenr li .r h4,.newscen .newscenr li .r p {
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newscen .newscenr li .r p {
	margin-top: 8px;
	color: #999;
	font-size: 14px;
	line-height: 16px;
}

.newscen .newscenr li.newcompan {
	display: none;
}

.newscen .newscenr li:hover .r h4,.newscen .newscenr li:hover .time {
	color: #7fbe25;
}

@media(max-width:1199px) {
	.newscen {
		margin: 3% auto 8%;
		width: 96%;
	}

	.newscen h3 {
		padding: 1% 0 2%;
	}

	.newscen .newscenl {
		width: 48%;
	}

	.newscen .newscenr {
		width: 49%;
	}

	.newscen .newscenr li {
		margin-bottom: 32px;
	}

	.newscen .newscenr li .r {
		width: 87%;
	}
}

@media(max-width:1024px) {
	.newscen .newscenr li {
		margin-bottom: 4%;
	}

	.newscen .newscenl .bd h4 {
		padding: 0 10px;
		font-size: 14px;
	}

	.newscen .newscenl .bd p {
		max-height: 320px;
	}

	.newscen .newscenr li .r {
		width: 86%;
	}
}

@media(max-width:980px) {
	.newscen .newscenr li .r {
		width: 84%;
	}
}

@media(max-width:768px) {
	.newscen .newscenl {
		display: none;
	}

	.newscen .newscenr {
		float: none;
		width: 100%;
	}

	.newscen .newscenr li {
		margin-bottom: 3.4%;
	}

	.newscen .newscenr li .r {
		width: 90%;
	}

	.newscen .newscenr li.newcompan {
		display: block;
	}

	.newscen .newscenr li.newcompan .r p span {
		margin-right: 2px;
		color: #7fbe25;
	}
}

@media(max-width:640px) {
	.newscen h3 {
		font-weight: 400;
		font-size: 26px;
	}
}

@media(max-width:580px) {
	.newscen h3 {
		height: auto;
		font-size: 22px;
		line-height: 40px;
	}

	.newscen .newscenr li .r {
		width: 84%;
	}

	.newscen .newscenr li .r h4 {
		font-size: 16px;
	}
}

@media(max-width:420px) {
	.newscen .newscenr li .r {
		width: 82%;
	}
}

@media(max-width:375px) {
	.newscen h3 {
		font-size: 20px;
		line-height: 32px;
	}

	.newscen .newscenr li .time {
		display: none;
	}

	.newscen .newscenr li .r {
		float: none;
		width: 100%;
	}
}
.f_link{color:#666;font-size:12px}
.f_link a{color:#666}