@charset "utf-8";
/*reset*/
*{box-sizing: border-box;}
.img{display:block;}
.imgs{display:block;width:100%;}

body{
	background-image: linear-gradient(to right, #2A0385, #0C1A9C);
}
#main{
	width:100%;
	margin:0 auto;
	height:100%;
}

.topBG{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	background:url(../static/images_wd/topBG.png) no-repeat;
	background-size:100%;
}
.main{
	z-index:1;
	position:relative;
	background:url(../static/images_wd/cenBG.png) no-repeat;
	background-size:100%;
	background-position-y:32%;
}

.banner{
	width:100%;
}
.banner .img{
	margin:0 auto 70px;
	width:1010px;
	margin-left:calc(50% - 550px);
}

.cardUl{
	width:1200px;
	margin:0 auto;
}
.cardUl .cardli{
	background-color:#FFFFFF;
	box-sizing:border-box;
	padding:66px 14px 14px;
	border-radius:10px;
	margin-bottom:95px;
}
.cardUl .cardli .cardTit{
	width:510px;
	margin:-90px auto 14px;
	background:url(../static/images_wd/titBG.png) no-repeat;
	background-size:100% 100%;
	padding:10px 0;
}
.cardUl .cardli .cardTit .img{
	margin:0 auto;
	height:39px;
}

.cardUl .cardli .cardCont{
	width:100%;
	border:1px solid #FFDDC4;
	border-radius:2px;
	padding:30px 0 20px;
}
.cardCont-top{
	width:100%;
}
.cardCont-top h1{
  font-size: 23px;
  font-family: "Microsoft YaHei";
  color: rgb(11, 21, 49);
  line-height: 1.5;
  text-align: center;
	font-weight:bold;
}
.cardCont-top .lineHr{
	width:33px;
	height:5px;
	border-radius:10px;
	background-color:#FE684D;
	margin:10px auto;
}
.cardCont-top p{
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(89, 87, 87);
  line-height: 2;
  text-align: center;
}
.cardCont-bot1 .img{
	margin:35px auto 0;
}
.cardCont-bot1 .img.img2{
	width:810px;
}
.cardCont-bot1 .ul1 {
	width:96%;
	margin:20px auto;
	display:flex;
	align-items:center;
}
.cardCont-bot1 .ul1 li{
	display: block;
	width:33.333%;
	text-align:center;
}
.cardCont-bot1 .ul1 li h1{
	font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}
.cardCont-bot1 .ul1 li p{
	font-size: 16px;
}
.cardCont-bot1 .ul2 {
	width:90%;
	margin:30px auto;
	display:flex;
	align-items:center;
}
.cardCont-bot1 .ul2 li{
	display: block;
	width:33.333%;
	text-align:center;
}
.cardCont-bot1 .ul2 li h1{
	font-size:20px;
	text-align:center;
	font-weight:600;
	line-height:1.8
}

.again .img{
	width:640px;
	margin:0 auto;
}

.botBG{
	width:100%;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.botBG img{
	width:100%;
	display: block;
}
.bottom{
	width: 100%;
	padding-bottom:80px;
	position: relative;
	z-index: 1;
}
.bottom .title{
	width: 100%;
	text-align:center;
  	font-size: 33px;
  	font-family: "Microsoft YaHei";
  	color: rgb(223, 233, 253);
  	font-weight: bold;
  	line-height: 1.75;
	letter-spacing:0.1em;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:60px;
}
.bottom .title::before{
	content: '';
	background: url(../static/images_wd/botitbg.png) no-repeat;
	display:block;
	width:20px;
	height:20px;
	background-size:100% 100%;
	margin-right:15px;
}
.bottom .title::after{
	content: '';
	background: url(../static/images_wd/botitbg.png) no-repeat;
	display:block;
	width:20px;
	height:20px;
	background-size:100% 100%;
	margin-left:15px;
}
.sexys{
	width:100%;
}
.sexys ul{
	width:900px;
	margin:0 auto 80px;
	background:url(../static/images_wd/sexys-bot.png) center no-repeat;
	background-size:66%;
}
.sexys ul li{
	display: flex;
	align-items:center;
	justify-content:space-between;
	overflow: hidden;
}
.sexys ul li div{
    width: 239px;
	height:150px;
  	font-size: 30px;
  	font-family: "Microsoft YaHei";
  	color: rgb(255, 255, 255);
  	text-align: center;
	background-size:100% 100%;
	line-height:1;
	box-sizing: border-box;
    padding-top: 67px;
	letter-spacing:0.1em;
	margin-bottom:60px;
}
.sexys ul li .lf{
	margin-left:80px;
}
.sexys ul li .rt{
	margin-right:80px;
}
.sexys ul li:nth-child(2) .lf,.sexys ul li:nth-child(2) .rt{
	margin-left:0;
	margin-right:0;
}




@media screen and (max-width: 1300px) {
	.cardUl{
		width:1000px;
	}
	.again .img{
		width:550px;
	}
	.banner .img{
		width:800px;
		margin-left:calc(50% - 450px)
	}
	.cardCont-bot1 .img.img2{
		width:660px;
	}
}

















