body {
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
    line-height: 1.4;
}

* {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.container:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.width-100 {
    width: 100%;
}

.text-overflow {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

img {
    width: 100%;
    display: block;
    pointer-events: none;
}
a {
    text-decoration: none;
}
.body {
    margin: 0 auto;
    background-size: 100% auto;
}

.container {
    clear: both;
    margin: 0 auto;
    text-align: center;
    margin:0 auto;
    /* max-width:750px;
    min-width:320px; */
    width:100%;
    overflow:hidden;
    position: relative;
}
/* .logo {
    position: absolute;
    width: 40%;
    top: 0.45rem;
    left: 0.4rem;
}
.logo img {
    width: 100%;
} */
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.p1 {
    width: 100%;
    height: 7rem;
    position: relative;
}

.title1-1 {
    width: 70%;
    height: 0.7rem;
    margin: 0 auto;
    background: url(../img/title1-1.png) no-repeat;
    background-size: 100% 100%;
}

.title1-2 {
    width: 79%;
    height: 0.5rem;
    margin: 0.7rem auto 0;
    background: url(../img/title1-2.png) no-repeat;
    background-size: 100% 100%;
}

.p1-index {
    width: 95%;
    height: 2.6rem;
    display: flex;
    justify-content: space-around;
    margin: 1rem auto 0;
    position: relative;
    z-index: 9;
}
.p1-index div {
    width: 31%;
    height: 2.6rem;
    background: #fff;
    box-shadow: 1px 1px 23px 6px #edf2f6;
    border-radius: 18px;
    border: 1px solid #edf2f6;
}
.p1-index div img {
    width: 50%;
    margin: -0.4rem auto 0;
}
.p1-index div .p1-1 {
    color: #084d8f;
    font-size: 0.24rem;
    margin-top: 0.2rem;
}
.p1-index div .p1-1 span {
    color: #ff8245;
    font-size: 0.26rem;
    font-weight: bold;
}
.p1-index div .p1-2 {
    color: #084d8f;
    font-size: 0.24rem;
    margin-top: 0.05rem;
}
.p1-index div .p1-2 span {
    color: #28a9d4;
    font-size: 0.26rem;
    font-weight: bold;
}
.p1-index div .p1-3 {
    margin-top: 0.07rem;
    color: #7698b9;
    font-size: 0.22rem;
}

.laiyuan {
    color: #cbf4ff;
    font-size: 0.2rem;
    position: absolute;
    bottom: 0.9rem;
    right: 0.4rem;
    z-index: 9;

}

.p2 {
    width: 100%;
    height: 12rem;
    background: url(../img/p2-bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -2rem;
    position: relative;
}

.title2-1 {
    width: 79%;
    height: 0.5rem;
    margin: 0rem auto 0;
    background: url(../img/title2-1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 16%;left: 50%;
    transform: translate(-50%,-50%);
}

.p2-index {
    width: 90%;
    height: 6.67rem;
    background: url(../img/p2-index.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}

.button {
    width: 60%;
    height: 0.8rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.8rem;
    background-image: linear-gradient(to bottom right, #ffb971, #ff8447);
    display: block;
    border-radius: 1rem;
    position: absolute;
    top: 85.3%;left: 50%;
    transform: translate(-50%,-50%);
}

.p3 {
    width: 100%;
    height: 13rem;
    position: relative;
}
.title3-1 {
    width: 86%;
    height: 0.7rem;
    margin: 0rem auto 0;
    background: url(../img/title3-1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.title3-2 {
    width: 79%;
    height: 0.5rem;
    margin: 0rem auto 0;
    background: url(../img/title3-2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10%;left: 50%;
    transform: translate(-50%,-50%);
}

.p3-index {
    width: 95%;
    height: 8rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: absolute;
    top: 47%;left: 50%;
    transform: translate(-50%,-50%);
}
.p3-index .l {
    width: 50%;
    height: 2.65rem;

}
.p3-index .p3-index-1 {
    background: url(../img/01.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-index-2 {
    background: url(../img/02.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-index-3 {
    background: url(../img/03.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-index-4 {
    background: url(../img/04.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-index-5 {
    background: url(../img/05.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-index-6 {
    background: url(../img/06.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .l div {
    color: #ffffff;
    font-size: 0.28rem;
    font-weight: bold;
    margin-top: 1.5rem;
}
.p3-index .l p {
    color: #fff;
    font-size: 0.22rem;
    margin-top: 0.05rem;
}

.p4 {
    width: 100%;
    height: 9.6rem;
    position: relative;
}

.title4-1 {
    width: 79%;
    height: 0.5rem;
    margin: 0rem auto 0;
    background: url(../img/title4-1.png) no-repeat;
    background-size: 100% 100%;
    /* position: absolute;
    top: 10%;left: 50%;
    transform: translate(-50%,-50%); */
}

#banner1{
	width:90%;
	max-width:90%;
    height:6.5rem;
    margin: 0.6rem auto 0;
}
#banner1 .swiper-wrapper {
    /* padding-top: 1rem; */
}
#banner1 .swiper-slide{
	width:90%;
    height:5.5rem;
	position:relative;
	overflow:hidden;
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#banner1 .swiper-slide{
    width: 100%;
    height:5.5rem;
}
/* #banner1 img{
	width: 100%;
} */

#banner1 .lunbo1 {
    width: 100%;
    height:5.5rem;
}
#banner1 .lunbo2 {
    width: 100%;
    height:5.5rem;
}
#banner1 .lunbo3 {
    width: 100%;
    height:5.5rem;
}
#banner1 .lunbo4 {
    width: 100%;
    height:5.5rem;
}
.p4 .pagination {
    position: absolute;
    z-index: 20;
    top: 67.7%;
    left: 51%;
    transform: translate(-50%,-50%);
    width: 2.2rem;
    height: 0.1rem;
    border-radius: 2rem;
}
.p4 .swiper-pagination-switch {
    display: inline-block;
    width: 0.21rem;
    height: 0.09rem;
    border-radius: 3rem;
    background: #a6c1dc;
    margin-right: 10px;
    cursor: pointer;

}
/* .p4 .swiper-visible-switch {
    background: #76d7f9;
    width: 0.5rem;
    height: 0.09rem;
    border-radius: 6rem;
} */
.p4 .swiper-active-switch {
    background: #76d7f9;
    width: 0.5rem;
    height: 0.09rem;
    border-radius: 6rem;
}

.p5 {
    width: 100%;
    height: 28rem;
    position: relative;
    background: url(../img/changbeijing.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -0.5rem;
}

.title5-1 {
    width: 79%;
    height: 0.5rem;
    background: url(../img/title5-1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 6%;left: 50%;
    transform: translate(-50%,-50%);
}
.p5-index {
    width: 90%;
    height: 6.5rem;
    position: absolute;
    top: 21%;left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.p5-index div {
    width: 100%;
    height: 2rem;
}
.p5-index .p5-1 {
    background: url(../img/0jichu.png) no-repeat;
    background-size: 100% 100%;
}
.p5-index .p5-2 {
    background: url(../img/youjichu.png) no-repeat;
    background-size: 100% 100%;
}
.p5-index .p5-3 {
    background: url(../img/yeyu.png) no-repeat;
    background-size: 100% 100%;
}
.p5-index .p5-1-1 {
    color: #084d8f;
    font-size: 0.28rem;
    text-align: left;
    font-weight: bold;
}

.p5-index .p5-1-2 {
    color: #517da7;
    font-size: 0.24rem;
    text-align: left;
}

.title5-2 {
    width: 56%;
    height: 0.45rem;
    background: url(../img/title5-2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%);
}








.p5-index2 {
    width: 91%;
    height: 4.79rem;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
}













.box{
    width: 95%;
    position: absolute;
    top: 79%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 6rem;
}



.tab_box {
    width: 100%;
    height: 3.72rem;
    margin: 0 auto;
}
/* .tab_box img {
    width: 6.9rem;
    height: 4.66rem;
} */


.tab_menu{
    width: 95%;
    overflow:hidden;
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-around;
  }
  .tab_menu li{
    width: 19%;
    height:0.8rem;
    text-align:center;
    cursor:pointer;
    border-radius: 5px;
    list-style: none;
    opacity: 0.5;
  }

  .tab_menu li.current{
    opacity: 1;
    position: relative;
    z-index: 1022;
  }

  .tab_box .hide{
    display:none;
  }

  .waiceng{
    width: 93%;
    margin: 0.8rem auto 0;
    position: relative;
    background: #fff;
    height: 3.72rem;
    border-radius: 10px;
  }
  .waiceng-left {
      width: 40%;
      height: 3.72rem;
  }
  .waiceng-left img {
      width: 3.3rem;
      height: 4.6rem;
      margin-top: -0.87rem;
  }
  .waiceng-right {
    width: 50%;
    height: 3.72rem;
    margin-left: 0.6rem;
}
.waiceng-right img {
    margin-top: 0.3rem;
}

.p6 {
    width: 100%;
    height: 13rem;
    position: relative;
}

.title6-1 {
    width: 56%;
    height: 0.45rem;
    background: url(../img/title6-1.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.p6-index {
    width: 91%;
    height: 8.9rem;
    margin: 0.65rem auto;
}
.p6-index-left {
    width: 3.4rem;
    height: 5.8rem;
}
.p6-index-left div:nth-child(1) {
    width: 3.4rem;
    height: 1.92rem;
}
.p6-index-left div:nth-child(2) {
    width: 3.4rem;
    height: 1.92rem;
}
.p6-index-left div:nth-child(3) {
    width: 3.4rem;
    height: 1.92rem;
}
.p6-index-right {
    width: 3.4rem;
    height: 5.8rem;
}
.p6-index div p{
    width: 3rem;
    color: #fff;
    font-size: 0.26rem;
    margin-top: -0.8rem;
    margin-left: 0.25rem;
}

.p7 {
    width: 100%;
    height: 15.8rem;
    background: url(../img/zuihou.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -2.4rem;
    position: relative;
}
.title7-1 {
    width: 56%;
    height: 0.45rem;
    background: url(../img/title7-1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.p7-index {
    width: 95%;
    height: 10rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/p7-index.png) no-repeat;
    background-size: 100% 100%;
}

.dibu {
    width: 100%;
    height: 1.4rem;
    background: #4090ce;
    color: #fff;
    font-size: 0.16rem;
    padding-top: 0.2rem;
}