@charset "utf-8";
html,body{
	position: relative;
	width: 100%;
	height: 100%;
}
.indexTit{
	text-align: center;
	position: relative;
	margin: 5% auto;
	font-size: 20px;
}
.indexTit p{
	font-size: 1.5em;
	color: #B71D25;
	text-transform: uppercase;
	margin-bottom: .5em;
}
.indexTit h3{
	font-size: 1.6em;
	color: #080404;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom: .5em;
}
.indexTit::before{
	content: '';
	position: absolute;
	width: 3.2em;
	height: 3px;
	left: 50%;
	margin-left: -1em;
	bottom: 0;
	background: #B71D25;
}
.indexTit.white p{
	color: rgba(255,255,255,.3);
}
.indexTit.white h3{color: #fff;}
.indexTit.white::before{background: #fff;}
.indexSwiper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.indexSwiper .swiper-slide{
	overflow: hidden;
}
.indexSwiper>div>.swiper-slide{
	padding-top:7%;
	display: flex;
	justify-content: center;
}
.indexBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.indexBanner .img{
	display: block;
	position: relative;
	height: 100vh;
	width: 100%;
}
.indexBanner .img img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.swiperBtn{
	position: absolute;
	height: 170%;
	left: 45%;
	top: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.swiperBtn .btn{
	display: block;
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.swiperBtn .swiper-pagination{
	position: initial;
	padding: 10px 0;
}
.swiperBtn .swiper-pagination span{
	display: block;
	/*background: #fff !important;*/
	margin: 10px 0.2em;
    float: left;
    border-radius: 0px;
    width: 28px;
    height: 10px;
}
.swiperBtn .btn.prev{background-image: url(../images/b_prev.png);}
.swiperBtn .btn.next{background-image: url(../images/b_next.png);}
.swiperBtn .btn.prev:hover{background-image: url(../images/b_prev_2.png);}
.swiperBtn .btn.next:hover{background-image: url(../images/b_next_2.png);}

.indexTwo{font-size: 20px;}
.indexTwo .indexTit{text-align: left;}
.indexTwo .indexTit::before{left: 0;margin: 0;}

.indexTwo .text{
	color: #666;
	margin: 15% auto;
}
.indexTwo{
	position: relative;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.indexTwo  .left{
	margin-right: 3%;
	width: 24.48%;
}
.indexTwo .right{
	flex: 1;
	height: 100%;
	position: relative;
}
.indexTwo .right ul{
	height: 100%;
	position: relative;
	display: flex;
}
.indexTwo .right ul li,.indexTwo .right ul li a{
	height: 100%;
	display: block;
	display: flex;
	flex: 1;
	position: relative;
}
.indexTwo .right ul li a{
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	padding: 30px;
	text-align: left;
	transition: all .3s;
}
.indexTwo .right a .img{
	width: 100%;
}
.indexTwo .right a .img img{width: 100%;display: block;}

.indexTwo .right .learnMore{
	position: absolute;
	bottom: 40px;
	left: 0;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 0 30px;
	width: 100%;
	opacity: 0;
}
.indexTwo .right .learnMore i{
	width: 14px;
	height: 14px;
	background: url(../images/more.png) no-repeat center;
}
.indexTwo .right .tit{
	width: 100%;
	text-align: left;
	color: #080404;
	margin: 1.5em auto;
}
.indexTwo .right .tit h4{
	font-size: 1.5em;
	font-weight: normal;
}
.indexTwo .right .tit p{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	text-transform: uppercase;
}
.indexTwo .right li a:hover{
	background: #B81B25;
	color: #fff;
}
.indexTwo .right li a:hover .tit{color: #fff;}
.indexTwo .right li a:hover .tit p{color: #fff;}
.indexTwo .right li a:hover .learnMore{opacity: 1;}
@media screen and (max-width: 1700px){
	.indexTit{font-size: 18px;}
	.moreBtn{width: 180px;}
	.indexTwo .right ul li a,.indexTwo .right ul li a .learnMore{
		padding: 0 20px;
	}
	.indexTwo{
		font-size: 18px;
	}
}
@media screen and (max-width: 1500px){
	.indexTit{font-size: 16px;}
	.moreBtn{width: 160px;height: 40px;}
	.indexTwo .right ul li a,.indexTwo .right ul li a .learnMore{
		padding: 0 15px;
	}
	.indexTwo{
		font-size: 16px;
	}
}
@media screen and (max-width: 960px){
	body{
		padding-top: 60px;
	}
	.indexTit{
		font-size: 12px;
	}
	.moreBtn{
		font-size: 14px;
		width: 120px;
		height: 30px;
	}
	.moreBtn i{width: 16px;height: 16px;}
	.indexSwiper{
		height: auto;
		position: initial;
	}
	html,body{
		height: auto;
	}
	.indexBanner{
		position: relative;
		width: 100%;
		height: auto;
	}
	.indexBanner .img,.indexBanner .img img{
		height: auto;
		position: initial;
	}
	.indexSwiper>.swiper-wrapper{
		display: block;
	}
	.swiperBtn .btn{
		width: 24px;
		height: 24px;
		outline: 0;
	}
	.swiperBtn .swiper-pagination{
		padding: 5px 0;
	}
	.swiperBtn .swiper-pagination span{
		margin: 5px auto;
		width: 6px;
		height: 6px;
	}
	.indexSwiper>div>.swiper-slide{
		padding-top: 0;
	}
	.indexTwo {
		display: block;
		font-size: 12px;
		padding-bottom: 5%;
	}
	.indexTwo .left{
		width: 100%;
		margin: 0 0 3%;
	}
	.indexTwo .text{
		margin: 5% 0;
	}
	.indexTwo .right ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.indexTwo .right .learnMore{
		display: none;
	}
	.indexTwo .right ul li{
		width: 48%;
	}
	.indexTwo .right ul li, .indexTwo .right ul li a{
		display: block;
		flex: initial;
	}
	.indexTwo .right ul li a, .indexTwo .right ul li a .learnMore{
		padding: 5px 0;
		height: auto;
	}
	.indexTwo .right .tit{
		margin: 1em auto;
	}
}

.section3{
	background-image: url(../images/a12.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: let bottom;
}
.indexThree{
/*	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 1200px;*/
}
.indexThree .left .indexTit{
	text-align: left;
}
.indexThree .left .indexTit::before{left: 0;margin: 0;}
.indexThree .right{
	flex: 1;
}
.indexThree .right ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.indexThree .right ul li{
	width: 22%;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	height: 28vh;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin: 1.5% auto;
}
.indexThree .left{
	width: 18em;
	margin-left: 5%;
}
.indexThree .left .indexTit{
	margin-bottom: 16vh;
}
.indexThree{font-size: 20px;}
.indexThree .right img{
	display: block;
	margin: 0 auto 3vh;
	width: 15%;
}
.indexThree .right p{
	color: #212a77;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.indexThree .right b{
	font-size: 2em;
	padding: 0 5px;
	transition: all .5s;
}
.indexThree .right ul li:hover b{
	font-size: 2.5em;
}
.indexThree .right p:last-child{
	font-size: .8em;
	color: #666;
}

@media screen and (max-width: 1700px){
	.indexThree{
		font-size: 18px;
	}
	
}
@media screen and (max-width: 1500px){
	.indexThree{
		font-size: 16px;
	}
}
@media screen and (max-width: 960px){
	.indexThree{
		padding: 5% 3%;
	}
	.indexThree .right img{
		width: 30px;
		margin-bottom: 10px;
	}
	.indexThree{
		font-size: 12px;
		display: block;
	}
	.indexThree .left{
		margin-bottom: 5%;
	}
	.indexThree .left .indexTit{
		margin-bottom: 5%;
	}
	.indexThree .right ul li{
		width: 48%;
		height: auto;
		padding: 15px 5px;
	}
	.indexThree .right p:last-child{
		margin-bottom: 0;
	}
}
.bt{
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.bt .bt_bf{
	width:100%;
	height: auto;
}
.bt .bt_bf h3{
	font-size:32px;
	text-align: center;
}
.bt .bt_bf span{
	width: 40px;
	height: 2px;
	background: #192e56;
	margin: 10px auto;
	display: block;
}
.bt .bt_bf p{
	font-size: 16px; 
	padding-bottom: 1em;
	text-align: center;
}
.peiyang{
	width: 100%;
	height: auto;
	background-image: url(../images/jizhi.jpg);
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 10;
}
.in_ct{width:1120px;height:auto;overflow:hidden;margin:0 auto;background:#fff;}
.in_ct1{width:1120px;height:auto;overflow:hidden;}
.box li{ width:272px;height:514px;margin-right:0.5em;float:left;overflow:hidden;position:relative;}
.toll_img{ width:272px;height:514px;}
.toll_info{ height:514px;vertical-align:middle;display:table-cell;}
.box li .box1{ color:#666;text-decoration:none;position:absolute;top:0;left:0;cursor:pointer;}
.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}
.clearfix:after{clear:both}

.banner-cloudapp{background:url(../images/peiyang01.jpg) center center no-repeat;}
.banner-cps{background:url(../images/peiyang01.jpg) center center no-repeat;}
.banner-trust{background:url(../images/peiyang01.jpg) center center no-repeat;}
.banner-trustw{background:url(../images/peiyang01.jpg) center center no-repeat;}

.banner-engine{height:620px;position:relative;overflow:hidden;width:1000px;margin:0px auto;}
.banner-engine .banner-ul{position:relative;width:100%;height:620px}
.banner-engine .banner-text{position:absolute;left:0;top:-720px;width:100%;height:552px}
.banner-engine .banner-text{display:none}
.banner-engine .banner-text1{font-size:18px;line-height:50px;color:#fff;margin-top:10px;}
.banner-engine .banner-text2{margin-top:18px;font-size:14px;;color:#fff}
.banner-engine .banner-link-button{display:inline-block;border:1px solid #fff;margin-top:54px;width:160px;height:44px;line-height:42px;text-align:center;font-size:16px;color:#fff}
.banner-engine .banner-link-button:hover{background:#fff;color:#333;border:1px solid #fff}
.banner-ul li{display:none;height:100%;width:100%;float:left}
.banner-engine .banner-ul li{z-index:-1;position:absolute;left:0;top:0;display:block;height:100%;width:100%;float:left}
.banner-engine .banner-ul li:first-child{z-index:initial}

.banner-point{display:none;position:absolute;bottom:48px;left:0;width:100%;height:18px;line-height:18px}
.banner-engine .banner-point{display:block}

.slider-main{display:none;position:relative;margin:0 auto;min-width:950px;max-width:950px}
.banner-engine .slider-main{display:block}
.slider-text{position:absolute;margin-top:364px;width:260px;background: #4d5b79;padding: 1em 1em;height: 300px;opacity:0.9;}
.banner-area{width:100%;text-align:center}
.banner-area li{margin:0 15px;display:inline-block;width:10px;height:10px;background:url(../images/pagination_02.png) no-repeat}
.banner-area li.active{background:url(../images/pagination_01.png) no-repeat}
.banner-engine .jizhi{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner-engine .h5{
	width: 34px;
	height: 34px;
	display: block;
	text-align: center;
	background: #fff;
	color: #445475;
	font-size: 24px;
	padding-top: 0.2em;
	float: left;
}
.banner-engine .pei{
	width: 100px;
	height: auto;
	float: right;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.5em;
}
.banner-engine .pei p{
	color: #fff;
	display: block;
	float: left;
	width: 70px;
	font-size: 14px;
}
.banner-engine .pei span{
	width: 20px;
	overflow: hidden;
	display: block;
	float: right;
}
.banner-engine .pei span img{
	width: 100%;
	height: auto;
}
.indexFour{
	position: relative;
	height: 100%;
	max-width: 1200px;
	/*background: url(../images/beijin2.jpg) no-repeat center;*/
	background-size: cover;
	font-size: 20px;
}
.indexFour .center{
	position: relative;
	margin: 0 auto;
	width: 23.5em;
	height: 23.5em;
}
.indexFour .center .img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.indexFour .centertit{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: normal;
} 
.indexFour .list{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -2.8em;
}
.indexFour .list .ani{
	width: 200px;
	height: 120px;
	overflow: hidden;
}
.indexFour .list dl{
	position: absolute;
	width: 20em;
	top: 0;
	overflow: hidden;
}

.indexFour .list dl dd{
	width: 100%;
	clear: right;
	font-size: 14px;
	line-height: 1.8em;
}
.indexFour .list dt{
	display: flex;
	align-items: center;
	height: 3em;
	width: 10em;
	background: #B81B25;
	border-radius: 2em;
	padding: 0 10px;
	margin-bottom: .5em;
}
.indexFour .list dt em{
	font-style: normal;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background: #fff;
	color: #B81B25;
	font-size: .9em;
	text-align: center;
	line-height: 2em;
}
.indexFour .list dt span{
	flex: 1;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
}

.indexFour .list dl:nth-child(odd) dt{
	float: right;
}
.indexFour .list dl:nth-child(odd){
	text-align: right;
	left: -20em;
}
.indexFour .list dl:nth-child(even){
	right: -20em;
}
.indexFour .list dl.dl1{
	margin-left: 2em;
}
.indexFour .list dl.dl2{
	margin-right: 2em;
}
.indexFour .list dl.dl3{
	top: 8em;
	margin-left: -3em;
}
.indexFour .list dl.dl4{
	top: 8em;
	margin-right: -3em;
}
.indexFour .list dl.dl5{
	top: 16.5em;
	margin-left: -3em;
}
.indexFour .list dl.dl6{
	top: 16.5em;
	margin-right: -3em;
}
.indexFour .list dl.dl7{
	margin-left: 2em;
	top: 24em;
}
.indexFour .list dl.dl8{
	margin-right: 2em;
	top: 24em;
}

@media screen and (max-height: 900px) {
    .indexFour {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1700px){
	.indexFour{
		font-size: 18px;
	}
	
}
@media screen and (max-width: 1500px){
	.indexFour{
		font-size: 16px;
	}
}
@media screen and (max-width: 960px){
	.indexFour{
		font-size: 12px;
		padding-bottom: 5%;
		height: auto;
	}
	.indexFour .center{
		width: 100%;
		height: auto;
		position: relative;
	}
	.indexFour .center .img{
		width: 180px;
	}
	.indexFour .center .centertit{
		top: 90px;
		font-size: 1.6em;
	}
	.indexFour .list {position: initial !important;}
	.indexFour .list dl{
		position: initial !important;
		margin: 0 auto 3% !important;
		width: auto !important;
		text-align: left !important;
	}
	.indexFour .list dl dt{
		float: none !important;
	}
}

.section5{
	background: url(../images/a12.jpg);
	background-size: cover;
}
.indexFive{
	width: 100%;
	position: relative;
	padding-left: 35.58% !important;
}
.indexFive .left{
	width: 25.58%;
	position: absolute;
	left: 5%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.indexFive .right{
	width: 100%;
}
.indexFive .videoBox{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	cursor: pointer;
}
.indexFive .videoBox .bg,.indexFive .videoBox .videoImg,.indexFive .videoBox  #video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
}
.indexFive .videoBox .bg{
	z-index: 2;
}
.indexFive .videoBox  #video{
	visibility: hidden;
	z-index: 0;
}
.indexFive .videoBox i{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	width: 100px;
	height: 100px;
	background: url(../images/play.png);
	background-size: 100% 100%;
	margin: -50px 0 0 -50px;
}
.indexFive .videoBox.on i{display: none;}
.indexFive .videoBox.on #video{
	visibility: visible;
	z-index: 4;
}
.indexFive .indexTit{
	text-align: left;
	margin: 0;
}
.indexFive .indexTit::before{
	left: 0;
	margin: 0;
	background-color: #fff;
}
.indexFive  .list li{
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	color: #fff;
	padding: 0 20px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 100%);
	border-radius: 5px;
	margin-top: 20px;
	padding-right: 60px;
	position: relative;
}
.indexFive  .list li i{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url(../images/play.png) no-repeat;
	background-size: 100% 100%;
}
.indexFive  .list li span{
	display: block;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.indexFive  .list li.on,.indexFive  .list li:hover{
	background: #B71D25;
}
.indexFive  .list li.ckgd a{color: #fff;display: block;}
.indexFive  .list li.ckgd i{
	background: url(../images/jiantou_white.png);
	background-size: 100% 100%;
}
@media screen and (max-width: 1700px){
	.indexFive .list li{
		height: 50px;
		line-height: 50px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 1500px){
	.indexFive .list li{
		height: 46px;
		line-height: 46px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 960px){
	.indexFive{
		padding-left: 3% !important;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.indexFive .left{
		width: 100%;
		position: initial;
		margin-bottom: 3%;
	}
	.indexFive .indexTit{
		margin: 0 auto 30px;
		text-align: center;
		
	}
	.indexFive .indexTit::before{
		left: 50%;
		margin-left: -1em;
	}
	.indexFive .list li{
		padding-left: 15px;
	}
	.indexFive .videoBox i{
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
	}
}

.section6{
	background: url(../images/a6.jpg);
	background-size: cover;
}
.indexSix{
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	flex-shrink: unset;
	align-items: center;
}
.swiper6 ul{
	display: flex;
	flex-wrap: wrap;
}
.indexSix .left{
	width: 28.64%;
	margin-left: 5%;
	flex-shrink: unset;
}
.indexSix  .right{
	flex: 1;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}
.indexSix  .swiper-container{
	width: 100%;
}
.indexSix  .right li{
	width: 31.33%;
	position: relative;
	margin: 0 1% 2.5%;
	overflow: hidden;
	padding-top: 23.4975%;
	border-radius: 10px;
}
.indexSix  .right li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.indexSix  .right li .word{
	position: absolute;
	width: 100%;
	height: 60px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
	border-radius: 0px 0px 5px 5px;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	transition: all .5s;
}
.indexSix  .right li:hover .word{
	opacity: 1;
}
.indexSix  .right li .word p{
	height: 2em;
	line-height: 2em;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.indexSix .indexTit{
	text-align: left;
}
.indexSix .indexTit::before{left: 0;margin: 0;}
.indexSix .text{
	margin: 15% auto;
	color: #fff;
}
.indexSix .pageBottom{
	position: absolute;
	bottom: 0;
	left: 1%;
	width: 98%;
	display: flex;
	justify-content: space-between;
}
.indexSix .pageBottom .pagination6{
	position: relative;
}
.pagination6 .swiper-pagination-bullet{
	background-color: #fff;
	margin-left: 5px;
}
.indexSix .pageBottom .pageLeft{
	color: rgba(255,255,255,.6);
}
.indexSix .pageBottom .pageLeft b{
	color: #fff;
}

@media screen and (max-width: 960px){
	.indexSix{
		display: block;
	}
	.indexSix .left{
		width: 100%;
		margin: 0 auto 3%;
	}
	.indexSix .text{
		margin: 5% auto;
	}
	.indexSix .right{
		padding-bottom: 20px;
	}
	.indexSix  .right li .word{
		font-size: 14px;
		display: block;
	}
}

.section7{
	background: url(../images/a7.png);
	background-size:cover
}
.indexSeven .cnt{
    display: flex;
}
.indexSeven .left {
	width: 49%;
	margin-right: 5%;
}
.indexSeven .right{
	flex: 1;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}
.indexSeven .left .img img{
	width: 100%;
	height: 300px;
}
.indexSeven .left .img{
	position: relative;
}
.indexSeven .left .img dd{
	position: absolute;
	width:100%;
	left: 0;
	bottom: 0;
	height: 80px;
	line-height: 110px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.indexSeven .indexTit{
	text-align: left;
}
.indexSeven .indexTit::before{
	left: 0;
	margin: 0;
}
.indexSeven .tab{
	display: flex;
	margin:0 0 7% 0;
}
.indexSeven .tab li{
	width: 30%;
	margin-right: 3%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #F6F8FA;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
}
.indexSeven .tab li.active{
	background: #B81B25;
	color: #fff;
}
.indexSeven .left .imglist li{display: none;}
.indexSeven .left .imglist li.active{display: block;}
.indexSeven .moreBtn{
	margin:2% auto 0;
}
.indexSeven .list{
	display: none;
}
.indexSeven .list:first-child{
	display: block;
}
.indexSeven .list .item{
	padding:3% 0;
	border-bottom: 1px dashed #DEDEDE;
}
.indexSeven .list .item a{
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
}
.indexSeven .list .item .date{
	width:12%;
	text-align: center;
}
.indexSeven .list .item .date .day{
	font-size: 36px;
	color: #666;
}
.indexSeven .list .item .date .year{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.indexSeven .list .item .text{
	width: 88%;
	padding-right: 15px;
	padding: 0 0.5em;
}
.indexSeven .list .item .text .title{
	font-size: 18px;
	color: #080404;
	margin-bottom:5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.indexSeven .list .item .text .intro{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.indexSeven .list .item:hover{
	background: #F6F8FA;
}
.indexSeven .list .item:hover .title,.indexSeven .list .item:hover .date .day,.indexSeven .list .item:hover .date .year{
	color: #B71D25;
}
@media screen and (max-width: 1440px){
	.indexSeven .left{
		width: 40% !important;
	}
	.indexSeven .list .item .text .intro{
		-webkit-line-clamp: 1 !important;
		line-clamp: 1 !important;
	}
}
@media screen and (max-width: 1600px){
	.indexSeven .left{
		width: 43%;
	}
	.indexSeven .left .img dd{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.indexSeven .tab li{
		height: 45px;
		line-height: 45px;
	}
	.indexSeven .list .item{
		padding:1.3% 0;
	}
	.indexSeven .list .item .text .title{
		font-size: 16px;
		margin-bottom: 0;
	}
	.indexSeven .list .item .text .intro{
		font-size: 14px;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
}
@media screen and (max-width: 960px){
	.indexSeven{
		margin:30px 0;
		width: 100%;
	}
	.indexSeven .cnt{
		display: block;
	}
	.indexSeven .left{
		width: 100% !important;
		margin-right: 0;
	}
	.indexSeven .tab li{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.indexSeven .left .img dd{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.indexSeven .list .item{
		padding:15px 0;
	}
	.indexSeven .list .item .date{
		width: 22%;
	}
	.indexSeven .list .item .text{
		width: 78%;
		padding-right: 10px;
	}
	.indexSeven .list .item .text .intro{
		-webkit-line-clamp: 2 !important;
		line-clamp: 2 !important;
	}
}

.section8{
	background: url(../images/foot_bj.jpg);
	background-size:cover
}
.indexEight {
	width: 100%;
	margin-top: -54px;
}
.indexEight .cnt{
	display: flex;
	justify-content: space-between;
}
.indexEight .left{
	width: 42%;
}
.indexEight .right{
	width: 58%;
}
.indexEight .indexTit{
	text-align: left;
	margin:0;
	padding-top: 2em;
}
.indexEight .indexTit::before{
	left: 0;
	margin:0
}
.indexEight .indexTit h3{
	color: #fff;
}
.indexEight .left .li-text{
	font-size: 16px;
	color: #EEE;
	line-height: 24px;
	margin:15% 0 17% 0;
}
.indexEight .left .li-text li{
	margin-bottom: 20px;
	padding-left: 26px;
}
.indexEight .left .li-text li:nth-child(1){
	background: url(../images/footer_icon1.png) left center no-repeat;
}
.indexEight .left .li-text li:nth-child(2){
	background: url(../images/footer_icon2.png) left center no-repeat;
}
.indexEight .left .li-text li:nth-child(3){
	background: url(../images/footer_icon3.png) left center no-repeat;
}
.indexEight .left .code{
	display: flex;
}
.indexEight .left .code dl{
	margin-right: 28px;
}
.indexEight .left .code dl dt img{
	width: 112px;
	height: 112px;
}
.indexEight .left .code dl dd{
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	text-align: center;
}
.indexEight .right .name{
	font-size: 18px;
	color: #FFF;
}
.indexEight .right .hint{
	font-size: 14px;
	color: #999;
	margin:10px 0 30px 0;
}
.indexEight .right .form .line{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.indexEight .right .form input[type='text']{
	width: 49%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #333;
	padding:0 30px;
	outline: none;
	border:0
}
.indexEight .right .form textarea{
	width: 100%;
	height: 150px;
	padding:20px 30px;
	outline: none;
	border:0;
	resize:none;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.indexEight .right .form input::-webkit-input-placeholder,.indexEight .right .form textarea::-webkit-input-placeholder { 
    color:#999;
}
.indexEight .right .form input:-moz-placeholder,.indexEight .right .form textarea:-moz-placeholder { 
    color:#999;
}
.indexEight .right .form input::-moz-placeholder,.indexEight .right .form textarea::-moz-placeholder { 
    color:#999;
}
.indexEight .right .form input:-ms-input-placeholder,.indexEight .right .form textarea:-ms-input-placeholder { 
    color:#999;
}
.indexEight .right .form .btn{
	width: 49%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
	background: #B81B25;
	text-align: center;
	cursor: pointer;
	margin-top:40px;
	border:none;
}
.indexEight .fixed-footer{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-top:1px solid rgba(255,255,255,.1);
	font-size: 14px;
	color: #999999;
}
@media screen and (max-width: 1366px){
	.indexEight{
		margin-top:0;
	}
	.indexEight .right .form input[type='text'],.indexEight .right .form .btn{
		height: 45px;
		line-height: 45px;
	}
	.indexEight .right .form textarea{
		height: 100px;
	}
	.indexEight .right .hint{
		margin:5px 0 15px 0;
	}
	.indexEight .right .form .btn{
		margin-top:20px;
	}
	.indexEight .left .li-text{
		margin:10% 0;
	}
}
@media screen and (max-width: 960px){
	.indexEight{
		margin-top:0;
		padding:30px 0 0 0;
	}
	.indexEight .cnt{
		display: block;
	}
	.indexEight .left,.indexEight .right{
		width: 100%;
	}
	.indexEight .right{
		margin-top:30px
	}
	.indexEight .fixed-footer{
		position: inherit;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.indexEight .left .li-text li{
		font-size: 12px;
		margin-bottom: 10px;
		padding-left: 22px;
	}
	.indexEight .left .li-text li:nth-child(1),.indexEight .left .li-text li:nth-child(2),.indexEight .left .li-text li:nth-child(3){
		background-size:12px 12px;
	}
	.indexEight .right .form input[type='text'],.indexEight .right .form .btn{
		height: 35px;
		line-height: 35px;
		padding:0 10px;
		font-size: 12px;
	}
	.indexEight .right .form textarea{
		padding:10px;
		font-size: 12px;
	}
	.indexEight .right .form .line{
		margin-bottom: 10px;
	}
	.indexEight .right .form .btn{
		margin: 30px auto;
	}
	.indexEight .right .hint{
		font-size: 12px;
	}
	.indexEight .left .code{
		justify-content: space-between;
		padding:0 10%
	}
	.indexEight .left .code dl{
		margin-right: 0;
	}
	.indexEight .left .code dl dd{
		margin-top:10px
	}
	.indexEight .left .code dt img{
		width: 50px;
		height: 50px;
	}
}
.yishu{
	width: 100%;
	margin: 2em 0 0 0;
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
	color: #fff;
}
.yishu h3{
	font-size: 40px;
}
.yishu h4{
	font-size: 24px;
	padding: 0.5em 0;
}
.yishu ul{
	margin: 2em 0 0 0;
}
.yishu ul li{
	cursor: pointer;
}
.yishu ul li .ysbj{
	width: 100%;
	height: 520px; 
	background: rgba(104, 104, 104, 0.9)
}
.yishu ul li a{
	font-size: 30px;
	color: #fff;
	opacity:none;
	padding-top: 8em;
	display: block;
	font-weight: bold;
}
.yishu ul .li1{
	width: 50%;
	height: 520px; 
	float: left;
	overflow: hidden;
	background: url(../images/yishu1.jpg);
	background-size: 100% 100%;

}
.yishu ul .li2{
	width: 50%;
	height: 520px; 
	float: left;
	overflow: hidden;
	background: url(../images/yishu2.jpg);
	background-size: 100% 100%;
}
.yishu ul li:hover{
	opacity:0.6;
}
.kechuang{
	max-width: 100%;
	height: auto;
	overflow: hidden;
}
.kechuang ul li{
	 position: relative; 
	 margin: 0.5em 0.5em 0 0;
}
.kechuang ul .kc1{
	width: 292px;
	height: 259px;
	float: left;
	overflow: hidden;
}
.kechuang ul .kc2{
	width: 584px;
	height: 259px;
	float: left;
	overflow: hidden;
}
.kechuang ul .kcimg{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.kechuang ul .kcimg img{
	width: 100%;
	height: auto;
  	display: block;
  	transition: all 1s; 
}
.kechuang ul .kcimg img:hover{
	transform: scale(1.1);
}
.kechuang .kctxt{
   position: absolute;  
   top: 0;  
   left: 0;  
   width: 100%;  
   height: 100%;  
/*   background-color:#5276af; /* 设置背景颜色，黑色半透明 */  */
   color: #fff; /* 设置文字颜色 */  
   justify-content: center;  
   align-items: center;  
   opacity: 0; /* 默认情况下，文字不显示 */  
   transition: opacity 0.3s ease; /* 设置渐变效果 */ 	
}

.kechuang .kctxt h4{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	padding: 1em 0;
}
.kechuang .kctxt span{
	display: block;
	width: 20%;
	height: 2px;
	margin: 0px auto;
	background: #fff;
	
}
.kechuang .kctxt p{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 14px;
	padding: 1em;
}
.news{
	width: 1080px;
	height: auto;
	overflow: hidden;
}
.news .news_z{
	width: 402px;
	height: auto;
	float: left;
	overflow: hidden;
	border: 1px solid #ccc;
	position: relative; 
}
.news .news_z .newsz_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .news_z .newsz_img img{
	width: 100%;
	height: 480px;
}
.news .news_z .news_txt{
	padding: 0.5em 0.5em 1em 0.5em;
}
.news .news_z .news_txt p{
	font-size: 14px;
	text-align: center;
}
.news .ck{
	position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    background-color: rgba(0, 130, 225, 0.8); /* 设置背景颜色，黑色半透明 */  
    color: #fff; /* 设置文字颜色 */  
    justify-content: center;  
    align-items: center;  
    opacity: 0; /* 默认情况下，文字不显示 */  
    transition: opacity 0.3s ease; /* 设置渐变效果 */ 
    text-align: center;	
}
.news .news_z:hover .ck{
	opacity: 1; /* 鼠标悬停时显示文字 */  

}
.news li:hover .ck {
	opacity: 1; /* 鼠标悬停时显示文字 */  

}
.news .news_z .ck p{
	padding-top: 12em;
	font-weight:bold;
}
/*.news p:hover{
	color: #f90;
}*/
.news_y{
	width: 640px;
	height: auto;
	float: right;
	overflow: hidden;
}
.news_y ul li{
	width: 285px;
	height: 251px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #ccc;
	position: relative; 
	margin: 0 2em 1.7em 0;
}
.news_y .newsy_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news_y .newsy_img img{
	width: 100%;
	height: 170px;
}
.news ul li .news_txt{
	padding: 0.5em 0.5em 1em 0.5em;
}
.news_y ul li .news_txt p{
	font-size: 14px;
	text-align: center;
}
.news_y ul li .ck p{
	padding-top: 5em;
	font-weight:bold;
}