
.headers{
	position:absolute;
	width: 100%;
	/* background-image: url('../img/banner-bg.png'); */
	/* background-repeat: no-repeat; */
	/* background-size: 100% auto; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 700px;
	z-index: 100;
}
header{
	width: 100%;
	display: flex;
	align-self: center;
	justify-content: space-around;
	padding: 32px 60px;
	
}
.navList{
	width: 60vw;
	color: #fff;
	/* flex: 1; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10vw;
}

.navList a{
	color: #fff;
	font-size: 15px;
}
.list1{
         background-color: rgba(255, 255, 255, 0.1);
        padding: 30px 15vw;
        position: relative;
        margin-top: -100px;
        z-index: 10;
}
.swiper-pagination-bullet{
	background-color:red;
}

.serveList{
	width: 1200px;
	margin: 58px auto 0 ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.serveList-item{
	width: 361px;
	height: 243px;
	background-size: cover !important;
	text-align: center;
	color: #fff;
	padding: 37px;
	margin-bottom: 47px;
	
}
/*.serveList-item:nth-child(1){*/
/*	background: url('../img/serve-bg1.png') no-repeat;*/
/*}*/
/*.serveList-item:nth-child(2){*/
/*	background: url('../img/serve-bg2.png') no-repeat;*/
/*}*/
/*.serveList-item:nth-child(3){*/
/*	background: url('../img/serve-bg3.png') no-repeat;*/
/*}*/
/*.serveList-item:nth-child(4){*/
/*	background: url('../img/serve-bg4.png') no-repeat;*/
/*}*/
/*.serveList-item:nth-child(5){*/
/*	background: url('../img/serve-bg5.png') no-repeat;*/
/*}*/
/*.serveList-item:nth-child(6){*/
/*	background: url('../img/serve-bg6.png') no-repeat;*/
/*}*/

.solve{
	/*background: url('../img/solve-bg.png') no-repeat;*/
	background-size: 100% 100% !important;
	color: #fff;
	padding: 65px 0 100px 0;
}
.serveList1{
	width: 1200px;
	margin: 58px auto 0 ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.serveList-item1{
	width: 282px;
	height: 329px;
	background: #FFFFFF;
	box-shadow: 0px 2px 15px 0px rgba(188,188,188,0.33);
	margin-bottom: 25px;
	display: flex;flex-direction: column;
	
}
.serveList-item1 span{
	padding: 10px;
	
}
.navList1{
	display: flex;justify-content: space-around;
	gap: 59px;
	padding: 46px;
}
.navList1-itemA{
	background: #2868F0 !important;
	color: #fff !important;
}
.navList1-item{
	width: 152px;
	height: 53px;
	background: #FFFFFF;
	border-radius: 6px;
	cursor: pointer;
	display: flex;align-items: center;justify-content: center;
}
.gengduo{
	font-size: 18px;
	font-family: Microsoft YaHei;
	width: 402px;
	height: 66px;
	background: #FFFFFF;
	display: flex;align-items: center;justify-content: center;
	margin-top: 50px;
}

.liucheng{
	/*background: url('../img/liucheng-bg.png') no-repeat;*/
}
.baozhang{
	/*background: url('../img/baozhang-bg.png') no-repeat;*/
	color: #111;
}

.news{
	display: flex;
	margin-top: 59px;
}
.news-item-left{
	width: 502px;
	height: 486px;
	background: #FFFFFF;
	box-shadow: 0px 9px 32px 0px rgba(153,153,153,0.29);
	margin-right: 23px;
}
.news-item{
	width: 543px;
	height: 147px;
	background: #FFFFFF;
	box-shadow: 0px 9px 32px 0px rgba(153,153,153,0.29);
	padding: 28px 22px;
	margin-bottom: 20px;
}
.news-item:hover{
	border-bottom: 4px solid #2868F0;
}
.news-item:hover div:first-child{
	color: #2868F0 !important;
}

.navList2{
	display: flex;justify-content: space-around;
	gap: 59px;
	padding: 46px;
}
.navList2-itemA{
	background: #2868F0 !important;
	color: #fff !important;
	border: none !important;
}
.navList2-item{
	width: 152px;
	height: 53px;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	border:1px solid #fff;
	display: flex;align-items: center;justify-content: center;
}
.qiye{
	/*background: url('../img/qiye-bg.png') no-repeat;*/
	height: 874px;
}
footer{
	color: #fff;
	background-color: #111;
}
.footer-top{
	background: url('../img/footer-bg.png') no-repeat;
	background-size: 100% 100% !important;
	padding: 43px;
	gap: 60px;
}