@media screen and (min-width:0px) {
    html {
        font-size: 7.8125‬%;
    }
}

@media screen and (min-width:40px) {
    html {
        font-size: 7.8125‬%;
    }
}

@media screen and (min-width:80px) {
    html {
        font-size: 15.625%;
    }
}

@media screen and (min-width:120px) {
    html {
        font-size: 23.4375%;
    }
}

@media screen and (min-width:160px) {
    html {
        font-size: 31.25%;
    }
}

@media screen and (min-width:200px) {
    html {
        font-size: 39.0625%;
    }
}

@media screen and (min-width:240px) {
    html {
        font-size: 46.875%;
    }
}

@media screen and (min-width:280px) {
    html {
        font-size: 54.6875%;
    }
}

@media screen and (min-width:320px) {
    html {
        font-size: 62.5%;
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 70.3125%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 78.125%;
    }
}

@media screen and (min-width:440px) {
    html {
        font-size: 85.9375%;
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 93.75%;
    }
}

@media screen and (min-width:520px) {
    html {
        font-size: 101.5625%;
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 109.375%;
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 117.1875‬%;
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 125%;
    }
}



/* 外框样式 */
.mob-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 50px;
}

/* 头部 */
.mob-head {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.mob-head .logo {
    width: 25%;
    padding: 0.3rem 1rem;
}

.mob-head .logo img {
    max-width: 100%;
}

.mob-head .head-btn {
  
}

.mob-head .head-btn a {
    display: inline-block;
    vertical-align: middle;
}



.mob-head .head-btn .search-btn {
    margin-right: 10px;
    width: 40px;
    width: 1.5rem;
	height: 1.5rem;
    background: url(//cdn.myxypt.com/3683e2f3/20/09/65fcc3273059e4188b525aebb7bb295643c8197b.png) no-repeat center center;
    background-size: 100% 100%;
}.mob-head .head-btn .nav-btn {
    width: 6rem;
	height: 100%;
    background: url(//cdn.myxypt.com/3683e2f3/20/09/91caae38f996d7202e8ad0f13f5363c3d78e38a9.png) no-repeat center center;
    background-size: 100% 100%;
}





.index-title {
    text-align: center;
    margin: 2.6rem 0 2rem;
}
.index-title h3 {
    font-size: 1.75rem;
    color: #323232;
    font-weight: 700;
    margin-bottom: 1.1rem;
}
.index-title p {
    font-size: 0.88rem;
	color: #555555;
}


.p1a {
    position: relative;
}
.p1aSwiper  {
    overflow: hidden;
}
.p1aSwiper .swiper-slide img{
    width: 100%;
}
.p1a .swiper-button-next {
    outline: none;
    border-radius: 50%;
    width: 1.44rem;
	height: 1.41rem;
    border: solid 1px #0067ac;
    right: 0;
    top: 50%;
    background: url(//cdn.myxypt.com/3683e2f3/20/09/8430d7588dd52d15aafea1dfe394377118e5974b.png) no-repeat center center;
    background-size: 41%;
}

.p1a .swiper-button-prev {
    outline: none;
    border-radius: 50%;
    width: 1.44rem;
	height: 1.41rem;
    border: solid 1px #0067ac;
    left: 0;
    top: 50%;
    background: url(//cdn.myxypt.com/3683e2f3/20/09/8e56361185b6f4e92ca7d2314983b82de71d80a0.png) no-repeat center center;
    background-size: 41%;
}





.p2a {

}

.p2a li {
  width: 100%;
  margin-bottom: 6%;
}
.p2a li:last-child {
    margin-bottom: 0;
}
.p2a li a.img {
    display: block;
    width: 100%;
}
.p2a li a.img img {
    width: 100%;
    display: block;
}
.p2a li .cont {
    width: 100%;
    text-align: center;
    background: #0086d0;
    padding: 4% 4% 6%;
    box-sizing: border-box;
}
.p2a li .cont  h3 {
    font-size: 1.43rem;
	font-weight: normal;
    color: #ffffff;
    margin-bottom: 2%;
}
.p2a li .cont p {
	font-size: 1.07rem;
    color: #ffffff;
    line-height: 1.8rem;
}
.p2a li .cont a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-top: 4%;
}


.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #fff;
}
.footer ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0086d0;
}
.footer li {
    width: 25%;
}
.footer li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #ffffff;
    padding: 40% 0 6%;
}
.footer li:nth-child(1) a {
    background: url(//cdn.myxypt.com/3683e2f3/20/10/20a4120901b95a14881a50e70e6cc39a54e47fa2.png) no-repeat center 20% ;
    background-size: 24%;
}
.footer li:nth-child(2) a {
    background: url(//cdn.myxypt.com/3683e2f3/20/10/2b134eb620f125e32871c1b9d286cebe9de75964.png) no-repeat center 20% ;
    background-size: 24%;
}
.footer li:nth-child(3) a {
    background: url(//cdn.myxypt.com/3683e2f3/20/10/94a720ffc5942ae0c46149849d8c4b4f936a1470.png) no-repeat center 20% ;
    background-size: 24%;
}
.footer li:nth-child(4) a {
    background: url(//cdn.myxypt.com/3683e2f3/20/10/ac5b3cd6ebd3c9e5dc2620c0cc0dd0765e2ec20d.png) no-repeat center 20% ;
    background-size: 24%;
}