
body{
	margin: 0 auto;
	padding: 0;
	max-width: 750px;
	background: #fdc2c8;
	font-size:14px;
}
.w1200{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.w800{
	width: 800px;
	margin: 0 auto;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.ad img{
	width: 100%;
	display: block;
}
.ap1 img{
	width: 100%;
	display: block;
}
.ap2{
	position: absolute;
    bottom: 0;
    right: 0;
}
.ap2 img{
	width: 101px;
	display: block;
}
.box_x{
	    display: flex;
}
.box_x_l img{
	    width: 913px;
	    display: block;
}
.box_x_r img{
	    width: 288px;
	    display: block;
}
.foot{
	font-size: 16px;
	text-align: center;
	margin: 35px 0;
}
.foot p{
	margin: 0;
	padding: 0;
}
.p1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px !important;
}
.foot span {
    font-weight: bold;
}
.p2 {
    margin-top: 30px !important;
    font-size: 14px;
}
.box img{
	width: 70%;
	display: block;
	text-align: center;
	margin: 20px auto;
}
.top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	background-color: #03334d;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 55px;
	margin-bottom: 50px;
}
.top_l{
	    font-size: 1.3rem;
	    font-weight: bold;
	    width: 100%;
}
.top_r img{
	    display: block;
	    width: 100%;
}
.ad2 img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.mt50{
	margin-top:50px;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      margin-left: auto;
      margin-right: auto;
    }
	.lb{
		    margin: 0 22px;
		    box-sizing: border-box;
		    border: 10px solid #fff;
		    width: 707px;
		    box-sizing: border-box;
	}
	.top_l img{
		width:100%;
	}