.banner{ width: 100%; height: auto; position: relative; }
.banner .swiper-slide{ width: 100%; height:auto;}
.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-data{
	height: 200px;
	background: url(../images/index-data.png) no-repeat;
	background-size: cover;
    position: relative;
    margin-top: -55px;
    z-index: 2
}
.index-data ul{
	overflow: hidden;
	padding: 50px 0 60px
}
.index-data li{
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
}
.index-data li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background: #e6e6e6;
    right: 0;
    top: 0;
}
.index-data li h5 {
    font-size: 30px;
    color: #333;
    line-height: 1;
}
.index-data li h5 span {
    font-size: 48px;
    line-height: 1;
}
.index-data li p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}
.index-data li:hover h5{ color: #f26520 }
.index-data li:hover p{ color: #f26520 }
.sec1{ 
	margin: 40px auto; 
}
.index-title{
	text-align: center;
}
.subTitle{ 
	font-size: 36px; 
	color: #f26520; 
	line-height: 1; 
	font-weight: bold; 
}
.subTitle i{
	display: inline;
	color: #323232
}
.title{ 
	font-size: 18px; 
	color: #7f7f7f; 
	margin-top: 10px; 
}
.index-title em{
	width: 20px;
	height: 19px;
	background:url(../images/index-up.png) no-repeat;
	margin:10px auto 0;
}
.sec1-info{ width: 100%; margin-top: 30px; }
.sec1-info-item1{
	overflow: hidden;
	padding: 0 40px;
}
.sec1-info-item1 li{
	float: left;
	margin-left: 15px;
}
.sec1-info-item1 li:first-child{
	margin-left: 0;
}
.sec1-info-item1 li a{
	display: block;
	line-height: 40px;
	height: 40px;
	padding:0 20px;
	font-size: 16px;
	color:#343434;
}
.sec1-info-item1 li:hover a{
	background: #0066cc;
	color: #fff;
}
.sec1-info-item2{
	margin-top: 40px;
}
.sec1-info-item2 li{
	width: 280px;
	float: left;
	margin-right: 26px;
	position: relative;
	margin-bottom: 38px;
}
.sec1-info-item2 li:nth-child(4n),.sec1-info-item2 li.lr{
	margin-right: 0;
}
.sec1-info-item2 li .scale-img{
	width: 100%;
	height: 280px;
	border:1px solid #e3e3e3;
	text-align: center;
	line-height: 100%;
}
.sec1-info-item2 li .scale-img img{
	max-width: 100%;
}
.sec1-info-item2 li span{
	display: flex;
	width: 250px;
	height: 80px;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	margin: -40px auto 0;
}
.sec1-info-item2 li span a{
	display: block;
}
.sec1-info-item2 li span h5{
	font-size: 16px;
	line-height: 1;
	color:#343434;
}
.sec1-info-item2 li span p{
	font-size: 16px;
	line-height: 1;
	color: #b2b2b2;
	margin-top: 10px;
}
.sec1-info-item2 li:hover span{
	background: #f26520
}
.sec1-info-item2 li:hover span h5{
	color: #fff;
}
.sec1-info-item2 li:hover span p{
	color: #e5e5e5;
}

.sec2{ 
	width: 100%;
	margin-top: 17px;
	overflow: hidden;
}
.sec2-item{
	overflow: hidden;
}
.sec2-item-info{
	height: 445px;
}
.sec2-item-info .w12{
	height: 100%;
}
.sec2-item-txt{
	width: 500px;
	height: 100%;
	display: flex;
	align-items: center;
}
.sec2-item-odd .sec2-item-txt{
	float: left;
}
.sec2-item-even .sec2-item-txt{
	float: right;
}
.sec2-item-even .sec2-item-img{
	float: left;
}
.sec2-item-odd .sec2-item-img{
	float: right;
}
.sec2-item-txt span{
	display: inline-block;
	width: 62px;
	height: 91px;
	background: url(../images/sec2-icon1.png) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	margin-right: 20px;
}
.sec2-item-txt h5{
	font-size: 24px;
	color: #0066cc;
	font-weight: bold;
	position: relative;
}
.sec2-item-txt h5 i{
	display: inline;
	position: absolute;
	bottom: 0;
}
.sec2-item-txt img{
	width: 100%;
	height: 6px;
	margin-top: 20px;
}
.sec2-item-txt p{
	color: #676767;
	font-size: 16px;
	line-height: 30px;
	margin-top: 18px;
}
.sec2-item-img{
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.sec2-item-even{
	background: #f7f7f7;
}

.sec3{
	width: 100%;
	height: auto;
	padding:80px 0;
	background:url(../images/sec3-bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.index-title.white .subTitle i{
	color: #fff;
}
.index-title.white .title{
	color: #d9d9d9;
}
.sec3 ul{
	overflow: hidden;
	margin-top: 60px;
}
.sec3 li{
	width: 110px;
	float: left;
	margin-left: 108px;
	text-align: center;
}
.sec3 li:first-child{
	margin-left: 0;
}
.sec3 li span{
	display: block;
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 50%;
	line-height: 110px;
	    transition: all 0.5s;
}
.sec3 li:hover span {
    transform: rotateY(180deg) perspective(400px);
}
.sec3 li a{
	color: #fff;
	margin-top: 30px;
	display: block;
}
.sec3 li h5{
	font-size: 24px;
	font-family: "Arial";
	font-weight: bold;
	line-height: 1;
}
.sec3 li i{
	font-size: 20px;
	margin-top: 20px;
	line-height: 1;
}

.sec4{
	margin-top: 60px;
	position: relative;
}
.sec4-l{
	width: 650px;
	height: 525px;
}
.sec4-r{
	width: 495px;
	height: 525px;
	display: flex;
	align-items: center;
}
.sec4-r h4{
	font-size: 30px;
	font-weight: bold;
	color: #343434;
	line-height: 1;
}
.sec4-r h4 b{
	display: inline;
	color: #f26520;
}
.sec4-r i{
	width: 50px;
	height: 2px;
	background-color: #f26520;
	margin-top: 20px;
}
.sec4-r p{
	font-size: 16px;
	line-height: 30px;
	color: #656565;
	margin-top: 24px;
}
.sec4-r span{
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f26520;
	margin-top: 24px;

}
.sec4-r span a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.sec4-r dl{
	overflow: hidden;
	margin-top: 40px;
}
.sec4-r dd{
	width: 33.33%;
	position: relative;
	height: 72px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	border-left: 1px solid #dcdcdc;
}
.sec4-r dd:first-child{
	border-left: 0;
}
.sec4-r dd a{
	display: block;
}
.sec4-r dd h5{
	font-size: 16px;
	color: #323232;
	line-height: 1;
	margin-top: 20px;
}
.sec4-r dd:hover h5{
	color: #0066cc;
}

.sec5{
	margin-top: 60px;
	margin-bottom: 60px;
	/*overflow: hidden;*/
}
.sec5-nav{
	text-align: center;
	margin-top: 40px;
}
.sec5-nav li{
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #cbcbcb;
	margin-left: 40px;
	border-radius: 50px;
}

.sec5-nav li:first-child{
	margin-left: 0;
}
.sec5-nav li a{
	color: #333333;
	display: block;
	font-size: 16px;
}
.sec5-nav li.on,.sec5-nav li:hover{
	background-color: #0066cc;
	border-color: #0066cc;
}
.sec5-nav li:hover a,.sec5-nav li.on a{
	color: #fff;
}
.sec5-show{
	margin-top: 40px;
	display: none;
}
.sec5-show.active{
	display: block;
}
.sec5-show li{
	width: 300px;
  	height: 350px;
	float: left;
	padding:30px 25px;
	transition: all .5s linear;
	position: relative;
}
.sec5-show li:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 290px;
	background: #cdcdcd;
	left: 0;
	top: 30px;
	z-index: -1;
}
.sec5-show li:first-child:before{
	display: none;
}
.sec5-show li .scale-img{
	width: 100%;
	height: 150px;
        border: 1px solid #eaeaea;
}
.sec5-show li .sec5-show-txt{
	overflow: hidden;
	padding-top: 20px;
}
.sec5-show li .sec5-show-txt a{
	display: block;
}
.sec5-show li .sec5-show-txt h5{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}
.sec5-show li:hover .sec5-show-txt h5{
	color: #0066cc
}
.sec5-show li .sec5-show-txt p{
	font-size: 14px;
	color: #b2b2b2;
	line-height: 24px;
	margin-top: 15px;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sec5-show li .sec5-show-txt span{
	display: block;
	margin-top: 20px;
}
.sec5-show li .sec5-show-txt span i{
	font-size: 14px;
	color: #808080;
	float: left;
}
.sec5-show li .sec5-show-txt span em{
	font-size: 14px;
	color: #808080;
	font-family: "Arial";
	font-style: italic;
	float: right;
}
.sec5-show li:hover .sec5-show-txt span i{
	color: #0066cc
}

.sec5-show li:hover{
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background: #fff;
	margin-right: -1px;
}






.link{
	border:10px solid #ebebeb;
	overflow: hidden;
	margin-top: 70px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.link-l{
	width: 115px;
	height: 115px;
	background-color: #0066cc;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.link-l h4,.link-l h5{
	font-size: 18px;
	line-height: 28px;
}
.link-r{
	width: 1065px;
	padding:0 100px 0 45px;
	display: flex;
	align-items: center;
	height: 115px;
}
.link-r a{
	color: #80807e;
	font-size: 16px;
	line-height: 36px;
	margin-right: 20px;
}
.link-r a:hover{
	color: #f26520
}
.footer{
	margin-top: -70px;
	position: relative;
	z-index:0;
}
.footer-one{
	padding-top: 110px;
}
@media screen and (max-width: 1440px){
	/*.index-data ul {
	    
	}
	.index-data li {
	    height: 60px;
	}
	.index-data li:before {
	    height: 60px;
	}
	.index-data li h5 {
	    font-size: 18px;
	}
	.index-data li h5 span {
	    font-size: 28px;
	}
	.index-data li p {
	    font-size: 16px;
	    margin-top: 10px;
	}*/
}

@media screen and (max-width:1024px) {
	.banner{
		margin-top: 50px;
	}
	.banner .swiper-button-next, .banner .swiper-button-prev{
		display: none;
	}
	.index-data{
		height: auto;
		background-size: 100% 100%;
		margin-top: 20px;
	}
	.index-data ul{
		padding:20px 0;
	}
	.index-data li:before{
		height: 50px;
	}
	.index-data li:last-child:before{
		display: none;
	}
	.index-data li h5 span{
		font-size: 20px;
	}
	.index-data li h5{
		font-size: 16px;
	}
	.index-data li p{
		font-size: 14px;
	}
	.sec1{
		margin:20px auto;
	}
	.subTitle{
		font-size: 26px;
	}
	.title{
		font-size: 16px;
	}
	.sec1-info{
		margin-top: 20px;
	}
	.sec1-info-item1{
		padding:0;
		display: none;
	}
	.sec1-info-item2{
		margin-top: 0;
	}
	.sec1-info-item2 li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.sec1-info-item2 li:nth-child(2n){
		margin-right: 0;
	}
	.sec1-info-item2 li .scale-img{
		height: 170px;
	}
	.sec1-info-item2 li span{
		width: 94%;
		height: 40px;
		margin:-20px auto 0;
		padding: 0 2%;
	}
	.sec1-info-item2 li span a{
		width: 100%;
	}
	.sec1-info-item2 li span h5{
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.sec1-info-item2 li span p{
		display: none;
	}

	.link{
		display: none;
	}
	.sec2-item-txt{
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	.sec2-item-img{
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	.sec2-item-img img{
		width: 100%;
	}
	.sec3{
		padding:20px 0;
	}
	.sec3 ul{
		margin-top: 20px;
	}
	.sec3 li{
		width: 49%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.sec3 li:nth-child(2n){
		float: right;
	}
	.sec3 li span{
		margin:auto;
	}
	.sec3 li a{
		margin-top: 10px;
	}
	.sec3 li i{
		margin-top: 10px;
		font-size: 16px;
	}
	.sec4{
		margin-top: 20px;
	}
	.sec4-l{
		width: 100%;
		height: auto;
	}
	.sec4-l img{
		width: 100%;
	}
	.sec4-r{
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	.sec4-r h4{
		font-size: 22px;
		line-height: 26px;
	}
	.title{
		line-height: 24px;
	}
	.sec5-nav{
		margin-top: 15px;
	}
	.sec5-nav li{
		width: 32%;
		margin-left: 0;
	}
	.sec5-show{
		margin-top: 20px;
	}
	.sec5-show li{
		width: 100%;
		height: auto;
		padding:20px 3%;
	}
}