.banner{ width: 100%;  position: relative; }
.banner .swiper-slide{ width: 100%;}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-button-next,.banner .swiper-button-prev{ width: 22px; height: 40px; margin-top: -20px;opacity: 1; }
.banner .swiper-button-next{
	right: 40px; background:url(../images/banner-next.png) no-repeat; background-size: cover;
}
.banner .swiper-button-prev{
	left: 40px; background:url(../images/banner-left.png) no-repeat; background-size: cover;
}
/*banner end */
.index-top{
	width: 100%;
	height: 280px;
	background: url(../images/index-top.png) no-repeat;
	background-size: cover;
}
.index-top ul{
	height: 100%;
}
.index-top li{
	width: 25%;
	height: 100%;
	text-align: center;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-top li span{
	display: block;
	width: 90px;
	height: 90px;
	border:1px solid #ff8600;
	border-radius: 3px;
	margin:auto;
	text-align: center;
	line-height: 90px;
}
.index-top li p{
	margin-top: 20px;
	color: #656565;
	font-size: 14px;
	line-height: 24px;
}
.sec1{ 
	margin: 60px auto; 
}
.index-title{
	text-align: center;
}
.subTitle{ 
	font-size: 30px; 
	color: #313131; 
	line-height: 1; 
	font-weight: bold;
}
.subTitle i{
	display: inline;
	color: #007cc2;
}
.title{ font-size: 30px; color: #323232; margin-top: 10px; }
.index-title em{
	width: 40px;
	height: 2px;
	background:#ff8600;
	margin:15px auto 10px;
}
.index-title p{
	font-size: 16px;
	color: #999;
}
.sec1-body{
	margin-top: 40px;
}
.sec1-body li{
	width: 290px;
	float: left;
	margin-right: 13px;
	margin-bottom: 35px;
}
.sec1-body li:nth-child(4n),.sec1-body li.lr{
	margin-right: 0;
}
.sec1-body li .scale-img{
	width: 100%;
	height: 190px;
	border:1px solid #eeeeee;
	border-bottom: 0;
	line-height: 190px;
	position: relative;
	z-index: 1;
}
.sec1-body li .scale-img:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 124, 194,.5);
	left: 0;
	top: 0;
	visibility: hidden;
}
.sec1-body li .scale-img:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background:url(../images/search-icon.png) no-repeat;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin:auto;
	visibility: hidden;
	z-index: 2;
}
.sec1-body li .scale-img img{
	max-width: 100%;
	display: block;
	margin:auto;
}
.sec1-body li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background:#ededed;
}
.sec1-body li p a{
	display: block;
	color: #323232;
	font-size: 16px;
}
.sec1-body li:hover .scale-img:after{
	visibility: visible;
}
.sec1-body li:hover .scale-img:before{
	visibility: visible;
}

.sec1-body li:hover p{
	background:#007cc2;
}
.sec1-body li:hover p a{
	color: #fff;
}
.sec2{
	width: 100%;
	background:url(../images/sec2-bg.png) no-repeat;
	background-size: cover;
	padding: 65px 0;
	margin-top: 60px;
	overflow: hidden;
}
.sec2-nav{
	margin-top: 35px;
}
.sec2-nav li{
	width: 260px;
	height: 100px;
	display: flex;
	align-items: center;
	float: left;
	margin-left: 53px;
	background: #007cc2
}
.sec2-nav li:first-child{
	margin-left: 0;
}
.sec2-nav li.on{
	background:#ff8600;
}
.sec2-nav li a{
	 display: block;
	/*flex-direction: row; 
	 justify-content: space-between;*/
	padding:0 23px;
}
.sec2-nav li img{
	margin-right: 20px;
	float: left;
	
}
.sec2-nav li div{
	float: left;
}
.sec2-nav li div h5{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.sec2-nav li div p{
	color: #d9d9d9;
	font-size: 16px;
	font-family: "Arial";
}
.sec2-item{
	margin-top: 40px;
	padding:55px 40px;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	background:#fff;
	overflow: hidden;
}
.sec2-show{
	display: none;

}
.sec2-show.active{
	display: block;
}
.sec2-show-img{
	max-width: 50%;
	float: left;
	overflow: hidden;
}
.sec2-show-img img{
	width: 100%;
	height: auto;
}
.sec2-show-item{
	width: 500px;
	float: right;
}
.sec2-show.sec2-show-odd .sec2-show-img{
	float: right;
}
.sec2-show.sec2-show-odd .sec2-show-item{
	float: left;
}
.sec2-show-tit {
	margin-top: 15px;
	padding-bottom: 25px;
	position: relative;
	/*border-bottom: 1px solid #d2d2d2;*/
	overflow: hidden;
}
.sec2-show-tit:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #d2d2d2;
	left: 0;
	bottom: 0;
	z-index:1
}
.sec2-show-tit span{
	width: 58px;
	height: 58px;
	display: block;
	background:url(../images/advnumbg.png) no-repeat;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-family: "Arial";
	font-weight: bold;
	float: left;
	position: relative;
}
.sec2-show-tit span:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ff8600;
	left: 0;
	bottom: -27px;
	z-index: 2
}
.sec2-show-tit div{
	width: 420px;
	float: right;
	margin-top: 4px;
}
.sec2-show-tit div h5{
	font-size: 24px;
	font-weight: bold;
	color: #007cc2;
	font-weight: bold;
	letter-spacing: 2px;
}
.sec2-show-tit div p{
	font-size: 14px;
	line-height: 30px;
	color: #7f7f7f;
	font-family: "Arial";
	letter-spacing: 1px;
}
.sec2-show-txt{
	margin-top: 15px;
}
.sec2-show-txt p{
	font-size: 14px;
	line-height: 30px;
	color:#7f7f7f;
}
.sec2-show-txt p i{
	display: inline;
	color: #ff8600;
	font-weight: bold;
}
.sec2-show-txt a{
	width: 140px;
	height: 40px;
	border:1px solid #ff8600;
	color: #ff8600;
	display: block;
	margin-top: 30px;
	text-align: center;
	line-height: 38px;
	transition: all .5s ease-in-out;
}
.sec2-show-txt a:hover{
	background:#ff8600;
	color: #fff;
}
.sec3{
	width: 100%;
	position: relative;
	
}
.sec3:before{
	content: "";
	position: absolute;
	width: 1600px;
	height: 700px;
	background: rgba(243, 243, 243,.9);
	left: 0;
	top: 0;
	z-index: 2;
	border-bottom-right-radius: 50px;
}
.sec3:after{
	content: "";
	position: absolute;
	width: 50%;
	height: 850px;
	background: url(../images/sec3-right.png) no-repeat;
	background-size: cover;
	right: 0;
	top: 0;
}
.sec3-body{
	padding-top: 60px;
	
}
.sec3-item{
	max-width: 1000px;
	position: relative;
	z-index: 3;
}
.sec3-item h2{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
}
.sec3-item h2 i{
	display: inline;
	color: #007cc2;
}
.sec3-item h5{
	font-size: 18px;
	color: #313131;
	margin-top: 10px;
}
.sec3-item h5 i{
	display: inline;
	color: #ff8600;
}
.sec3-item p{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
}
.more{
	width: 140px;
	height: 40px;
	border:1px solid #ff8600;
	color: #ff8600;
	display: block;
	margin-top: 30px;
	text-align: center;
	line-height: 38px;
	transition: all .5s ease-in-out;
}
.more:hover{
	background:#ff8600;
	color: #fff;
}
.sec3-display{
	position: relative;
	margin-top: 50px;
	z-index: 2;
}
.sec3-display-tit{
	padding-bottom: 20px;
	border-bottom:1px solid #bfbfbf;
}
.sec3-display-tit h5{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
}
.sec3-display-tit h5 i{
	display: inline;
	color: #999;
	font-size: 14px;
	font-family: "Arial";
	
	font-weight: normal;
}
.sec3-display-tit h5:before{
	content: "";
	position: absolute;
	width: 214px;
	height:2px;
	background:#ff8600;
	left: 0;
	bottom: -21px;
}
.sec3-display .swiper-container{
	margin-top: 15px;
}
.sec3-display .swiper-slide{
	height: 230px;
}
.sec3-display .swiper-slide .scale-img{
	width: 100%;
	height: 100%;
}
.sec3-display .swiper-slide span{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(0, 124, 194,.9);
	color:#fff;
	font-size: 15px;
	position: absolute;
	bottom: 0;
}
.sec3-display .sec3-button{
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height: 25px;
}
.sec3-display .sec3-button .prev,.sec3-display .sec3-button .next{
	width: 25px;
	height: 25px;

}
.sec3-display .sec3-button .prev{
	background: url(../images/index-left.png) no-repeat;
	float: left;
}
.sec3-display .sec3-button .next{
	background: url(../images/index-right.png) no-repeat;
	float: right;
}
.sec3-kunpeng{
	margin-top: 80px;
}
.sec3-process{
	margin-top: 90px;
}
.sec3-process span{
	width: 180px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	border:1px solid #ff8600;
}
.sec3-process span h4{
	font-size: 28px;
	color:#007cc2;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 36px;
}
.sec3-process span h5{
	font-size: 28px;
	color:#333333;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 36px;
}
.sec3-process img{
	max-width: 980px;
	float: right;
}
.sec4{
	width: 100%;
	background: url(../images/sec4-bg.jpg) no-repeat;
	background-size: cover;
	padding:65px 0 120px;
	margin-top: 35px;
}
.sec4-item{
	background:#fff;
  	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  	margin-top: 40px;
  	overflow: hidden;
}
.sec4-item li{
	width: 25%;
	height: 150px;
	float: left;
	border-right: 1px solid #cce5f3;
	border-bottom: 1px solid #cce5f3;

}
.sec4-item li .scale-img{
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}
.sec4-item li .scale-img img{
	width: auto;
	height: auto;
}
.sec4-item li:nth-child(4n){
	border-right: 0;
}
.sec4-item li:nth-child(5),.sec4-item li:nth-child(6),.sec4-item li:nth-child(7),.sec4-item li:nth-child(8){
	border-bottom:0;
}
.sec5{
	margin-top: 60px;
	margin-bottom: 80px;
}

.sec5-body{
	margin-top: 40px;

}
.sec5-item1{
	width: 810px;
 	height: 500px;
	background: #fff;
  	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.sec5-item1-tit{
	width: 100%;
	height: 60px;
	padding:0 30px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 60px;
}
.sec5-item1-tit li{
	display: inline;
	margin:0 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.sec5-item1-tit li:first-child{
	margin-left: 0;
}
.sec5-item1-tit li a{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.sec5-item1-tit li a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	background: #f68100;
	left: 0;
	bottom: -20px;
}
.sec5-item1-tit li.on a,.sec5-item1-tit li:hover a{
	color: #007cc2
}
.sec5-item1-tit li.on a:before{
	height: 2px;
}
.sec5-item1-tit span a{
	color: #9a9a9a;
	font-size: 16px;
	font-family: "Arial";
}
.sec5-item1-tit span a:hover{
	color: #007cc2
}
.sec5-item1-main{
	padding: 24px 30px 30px;
}
.sec5-item1-show{
	display: none;
}
.sec5-item1-show.active{
	display: block;
}
.sec5-item1-show-l{
	width: 300px;
}
.sec5-item1-show-l .scale-img{
	width: 100%;
	height: 190px;
}
.sec5-item1-show-l a.sec5-txt{
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.sec5-item1-show-l h5{
	font-size: 16px;
	color: #323232;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sec5-item1-show-l:hover h5{
	color: #007cc2;
}
.sec5-item1-show-l p{
	font-size: 14px;
	line-height: 24px;
	color: #9a9a9a;
	margin-top: 25px;
}
.sec5-item1-show-l span{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 33px;
	border:1px solid #f68100;
	text-align: center;
	color: #999999;
	font-family: "Arial";
	border-radius: 50px;
	transition: all .5s ease-in-out;
	margin-top: 25px;
}
.sec5-item1-show-l:hover span{
	background: #f68100;
	color: #fff;
}
.sec5-item1-show-r{
	width: 420px;
}
.sec5-item1-show-r li{
	width: 100%;
	height: 115px;
	border:1px solid #e6e6e6;
	margin-top: 20px;
	float: left;
	padding: 20px 30px 20px 0;
}
.sec5-item1-show-r li:first-child{
	margin-top: 0;
}
.sec5-item1-show-r li a{
	display: block;
	width: 100%;
	height: 100%;
}
.sec5-item1-show-r li span{
	width: 103px;
	float: left;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #808080;
	font-family: "Arial";
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	border-right: 1px dashed #dfdfdf;
}
.sec5-item1-show-r li span i{
	font-size: 30px;
	font-weight: bold;
	color: #007cc2;
	font-family: "Arial";
}
.sec5-item1-show-r-txt{
	width: 265px;
	float: right;
}
.sec5-item1-show-r-txt h5{
	font-size: 16px;
	font-weight: bold;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}
.sec5-item1-show-r li:hover .sec5-item1-show-r-txt h5{
	color: #007cc2;
}
.sec5-item1-show-r-txt p{
	font-size: 14px;
	line-height: 24px;
	color: #9a9a9a;
	margin-top: 10px;
}
.sec5-item2{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	width: 360px;
  	height: 500px;
}
.sec5-item2-tit{
	width: 100%;
	height: 60px;
	padding:0 20px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 60px;
}
.sec5-item2-tit li{
	display: inline;
	margin:0 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.sec5-item2-tit li:first-child{
	margin-left: 0;
}
.sec5-item2-tit li a{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.sec5-item2-tit li a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #f68100;
	left: 0;
	bottom: -20px;
}

.sec5-item2-tit span a{
	color: #9a9a9a;
	font-size: 16px;
	font-family: "Arial";
}
.sec5-item2-tit span a:hover{
	color: #007cc2
}
.sec5-item2-list{
	overflow: hidden;
	padding:5px 20px;
}
.sec5-item2-list .bd{
	height: 440px;
	overflow: hidden;
}
.sec5-item2-list li{
	width: 100%;
	float: left;
	border-bottom:1px dashed #dcdcdc;
	padding:20px 0;
	height: 148px !important;
}
.sec5-item2-list li a{
	display: block;
}
.sec5-item2-list li h5{
	font-size: 16px;
	font-weight: bold;
	color: #323232;
}
.sec5-item2-list li:hover h5 em{
	color: #007cc2
}
.sec5-item2-list li h5 i{
	width: 25px;
	height: 25px;
	float: left;
	background-color: #007cc2;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
}
.sec5-item2-list li h5 em{
	width: 280px;
	float: right;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sec5-item2-list li p{
	font-size: 16px;
	color: #9a9a9a;
	margin-top: 14px;
}
.sec5-item2-list li p i{
	width: 25px;
	height: 25px;
	float: left;
	background-color: #f68100;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
}
.sec5-item2-list li p em{
	width: 280px;
	float: right;
}
.sec5-item2-list li:last-child{
	border-bottom:0;
}
@media screen and (max-width: 1440px){
	.sec3:before{
		width: 100%;
		height: 560px;
	}
	.sec3:after{
		height: 560px;
	}
}

@media screen and (max-width:1024px) {
	.banner{
		margin-top: 50px;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev{
		display: none;
	}
	.index-top{
		padding:20px 0 0;
		height: auto;
		overflow: hidden;
	}
	.index-top li{
		width: 50%;
		margin-bottom: 20px;
		padding:0 3%;
	}
	.index-top li span{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.index-top li span img{
		max-height: 30px;
	}
	.sec1{
		margin:20px auto;
		overflow: hidden;
	}
	.subTitle{
		font-size: 22px;
	}
	.index-title p{
		font-size: 14px;
	}
	.sec1-body{
		margin-top: 20px;
	}
	.sec1-body li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.sec1-body li:nth-child(2n){
		margin-right: 0;
	}
	.sec1-body li .scale-img{
		height: 115px;
		line-height: 115px;
	}
	.sec2{
		margin-top: 0;
		padding:20px 0;
	}
	.sec2-nav{
		overflow: hidden;
		margin-top: 20px;
	}
	.sec2-nav li{
		width: 49%;
		margin-right: 2%;
		margin-left: 0;
		margin-bottom: 2%;
	}
	.sec2-nav li:nth-child(2n){
		margin-right: 0;
	}
	.sec2-nav li a{
		padding:0 3%;
		width: 100%
	}
	.sec2-nav li img{
		margin-right: 6%;
		max-height:30px;
	}
	.sec2-nav li div h5{
		font-size: 18px;
	}
	.sec2-nav li div p{
		font-size: 14px;
	}
	.sec2-item{
		margin-top: 10px;
		padding: 20px 3%;
	}
	.sec2-show-img{
		max-width: 100%;
	}
	.sec2-show-item{
		width: 100%;
	}
	.sec2-show-tit{
		padding-bottom: 15px;
	}
	.sec2-show-tit span{
		width: 40px;
		height: 40px;
		line-height: 40px;
		    font-size: 22px;
	}
	.sec2-show-tit div{
		width: calc( 100% - 50px );
		margin-top: 0;
	}
	.sec2-show-tit div h5{
		font-size: 16px;
		letter-spacing: 0;
	}
	.sec2-show-tit div p{
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0;
	}
	.sec3-kunpeng{
		margin-top: 20px;
	}
	.sec3-kunpeng img{
		max-width: 100%;
	}
	.sec4{
		margin-top: 20px;
		padding: 20px 0;
	}
	.sec4-item{
		margin-top: 20px;
	}
	.sec4-item li{
		width: 50%;
		height: 100px;
	}
	.sec4-item li:nth-child(2n){
		border-right: 0;
	}
	.sec4-item li:nth-child(5), .sec4-item li:nth-child(6){
		border-bottom: 1px solid #cce5f3;
	}
	.sec4-item li .scale-img img{
		max-width: 50%;
	}
	.sec5{
		margin: 20px auto;
	}
	.sec5-body{
		margin-top: 20px;
	}
	.sec5-item1{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}
	.sec5-item1-tit{
		padding:0 3%;
	}
	.sec5-item1-main{
		padding: 20px 3%;
	}
	.sec5-item1-show-l{
		width: 100%;
	}
	.sec5-item1-show-l a.sec5-txt{
		margin-top: 15px;
	}
	.sec5-item1-show-l p{
		margin-top: 15px;
	}
	.sec5-item1-show-l span{
		margin-top: 15px;
	}
	.sec5-item1-show-r{
		width: 100%;
		margin-top: 20px;
	}
	.sec5-item1-show-r li{
		padding:10px 3% 10px 0;
	}
	.sec5-item1-show-r li span{
		width: 80px;
	}
	.sec5-item1-show-r-txt{
		width: calc(100% - 90px);
	}
	.sec5-item1-show-r-txt p{
		margin-top: 5px;
	}
	.sec5-item2{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.sec5-item2-tit{
		padding:0 3%;
	}
	.sec5-item2-list{
		padding: 5px 3%;
	}
	.sec5-item2-list li h5 em,.sec5-item2-list li p em{
		width: calc(100% - 35px);
	}
}