*{margin: 0;padding: 0}
ul,li{
    list-style: none;
}
.clear{ clear: both;}
html , body{
    width: 100%;
    height:100%;
    background: #fff;
}


.wrap{
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.list-wrap{
	background-color: white;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.tab{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}
.tab li{
    flex: 1;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color:#666;
    border-bottom:1px solid #f2f2f2;
    cursor: pointer;
}
.tab .active{
    border-bottom:1px solid #00a0e9;
}

.list{
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.list li{
    float:left;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    display: none;
}

.tab-active{
    display: flex !important;
}

.list li img{
    width: 300px;
    float:right;
}


.list li .desc{
    padding:0 100px;
    color:#999;
    font-size:16px;
    flex: 1;
}


.list-wrap p{
    color: #666;
    text-align: center;
	font-size: 20px;
	margin-bottom:20px;
}


.box3__list {
    width: 1100px;
    overflow: hidden;
    margin: auto;
    position: relative;
	margin-top: 40px;
}


.box3__list--item {
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.box3__list--item img {
    width: 280px;
    height: 240px;
}

.box3__list--item h4 {
    text-align: center;
    height: 39px;
    font-weight: 500;
    color: rgba(102,102,102,1);
    line-height: 42px;
    position: absolute;
    margin-top: -58px;
    width: 100%;
    font-weight: 900;
}

.box3__list--item p {
    height: 52px;
    font-weight: 400;
    color: rgba(136,136,136,1);
    line-height: 25px;
    padding: 0 15%;
    top: -17px;
    position: relative;
}


.list-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.swiper-wrap{
    position: relative;
    z-index: 2;
    width: 100%;
    height:500px;
    overflow: hidden;
}

.arrows-swiper-container {
    width: 100%;
    height:100%;
  }
  .arrows-swiper-container .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 30px 50px;
    box-sizing: border-box;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .arrows-swiper-container .slide-main{
      width: 100%;
      background: #fff;
      padding: 30px 50px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .arrows-swiper-container .slide-main img{
      width: 300px;
  }
  .arrows-swiper-container .slide-main .text{
      flex: 1;
      padding-right: 40px;
  }
  
  .paymsg-info{
    width: 100%;
    height:528px;
    background: url("../images/home_pay.jpg") no-repeat center center;
    background-size:cover;
    text-align: center;
}

.paymsg-info img{
    width: 140px;
    height:140px;
    margin: 65px 0 30px 0;
}

.paymsg-info .desc{
    text-align: center;
    width: 100%;
    color:#fff;
    font-size: 30px;
}

.appointment-info {
    background: #4726de;
    width: 100%;
    height:270px;
    text-align: center;
}

.appointment-info .title{
    color:#fff;
    padding: 45px 0 30px 0;
    font-size: 30px;
}

.appointment-info .btn{
    color:#4726de;
    font-size: 16px;
    width: 180px;
    height:40px;
    line-height: 40px;
    background: #fff;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
}

.appointment-info  .desc{
    font-size: 16px;
    color:#fff;
    margin-top: 30px;
}