/*介绍*/
#about .right .d-gc{color: #9a9a9a;font-size: 18px;font-weight: 300;}
#about .p-c{font-size: 15px;}
#about .abo_i{display:flex;justify-content: space-around;margin-top: 60px;}
#about .abo_i .num_r,#about .abo_i .timer{font-size:48px;font-weight:700;color: #3fbfef}
#about .abo_i .num_n{font-size:18px;font-weight:700;}
@media screen and (max-width: 1024px) {
  #about{padding: .5rem 0}
  #about .abo_i{margin-top: .5rem}
}
/* 资质 */
#certify{position: relative;}
#certify .swiper-container {
  padding-bottom: 60px;
}

#certify  .swiper-slide {
  width: 520px;
  height: 408px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
  display:block;
}
#certify  .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}
@media screen and (max-width: 1024px) {
    #certify .swiper-slide{padding:0 2%;height:388px}
    #certify .swiper-slide p{line-height:1.5rem;}
    #certify .swiper-slide img{max-width: 98%}
}

/* 文化 */
@media screen and (max-width: 1024px){
    #wenhua .con {padding: 0.25rem 0}
    #wenhua .con .list.l1 .left {left: -3.5rem}
    #wenhua .con .list.l2 .left {right: -3.5rem}
    #wenhua .con .list.l2 .other{font-size: 3rem;}
    #wenhua .con .list.l1 .other{font-size: 3rem;}
    #wenhua .con .list:hover.l1 .other {left: 0}
    #wenhua .con .list:hover.l2 .other {right: 0}
    #wenhua .con .list.l2 {margin-left: 5%;width: 50%}
    #wenhua .con .list.l1 {width: 50%; margin-left: 40%;}
    #wenhua .con .list.l1 .right p {padding-right: 0.1rem}
    #wenhua .con .list.l2 .right p {padding-left: 0.1rem}
}
/* 特色 */
#tese {
    background:url('/static/image/cxxtbg.jpg');
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}

#tese .pub_title{text-align:center;padding-bottom:38px}
#tese .pub_title::after, #tese .pub_title::before { left: 50%; margin-left: -34px;}
.dot_case_sty {
    width: 500px;
    height:500px;
    position: relative;
    border-radius: 100%;
    margin: 160px auto 60px;
}
.dot_case_sty > img {
    width: 100%;
    height: 100%;
    display: block;
}
.dot_case_sty .ser_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.dot_case_sty .ser_logo img {
    display: block;
    margin: 0 auto 10px;
    width: 25.3%;
}
.dot_case_sty .ser_logo > div {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    color: #000;
}
.dot_case_sty .ser_ser1_con {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.dot_case_sty .ser_ser1_con .ser_me_ {
    position: absolute;
    transform: translate(-50%, -50%);
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(1) {
    left: 50%;
    top: 0;
}
.dot_case_sty .ser_ser1_con .ser_me_ .at_on {
    position: relative;
}
.dot_case_sty .ser_ser1_con i {
    display: block;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    border-radius: 100%;
    overflow: hidden;
}

.dot_case_sty .ser_ser1_con .ser_me_:nth-child(1) i {
    background: #93000B;
}
.dot_case_sty .ser_ser1_con .ser_me_ .at_on > div {
    position: absolute;
    width: 33.6vw;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(1) .at_on > div {
    text-align: center;
    bottom:100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0.3rem;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(2) .at_on > div {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 0.3rem;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(3) .at_on > div {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 0.3rem;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(4) .at_on > div {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 0.3rem;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(5) .at_on > div {
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.3rem;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(6) .at_on > div {
    text-align: right;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 0.3rem;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(7) .at_on > div {
    text-align: right;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 0.3rem;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(8) .at_on > div {
    text-align: right;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 0.3rem;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(2) {
    left: 85%;
    top: 15%;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(2) i {
    background: #00AEEB;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(3) {
    left: 100%;
    top: 50%;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(3) i {
    background: #29B5B2;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(4) {
    left: 85%;
    top: 85%;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(4) i {
    background: #6DBA4F;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(5) {
    left: 50%;
    top: 100%;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(5) i {
    background: #F29600;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(6) {
    left: 15%;
    top: 85%;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(6) i {
    background: #E84746;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(7) {
    left: 0;
    top: 50%;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(7) i {
    background: #A560A2;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(8) {
    left: 15%;
    top: 15%;
}
.dot_case_sty .ser_ser1_con .ser_me_:nth-child(8) i {
    background: #003a48;
}

.dot_case_sty .ser_ser1_con .ser_src1_tit {
    font-size: 22px;
    line-height: 1;
    color: #000;
    font-weight:700;
    margin-top:5px;
}

.dot_case_sty .ser_ser1_con .ser_src1_tit_en {
    font-size: 15px;
    line-height: 1;
    color: #000;
    margin-top: 0.13rem;
    font-family: Futura-Light;
}
@media (max-width: 1024px){
  #tese {padding: 20px 0 40px}
  #tese .pub_title {text-align: center; padding-bottom: 15px}
    #tese .dot_case_sty {
        width: 85%;
        height: 85%;
        margin: 60px auto 10px;
    }
    #tese .dot_case_sty > img {
        opacity: 0;
    }
    #tese .dot_case_sty .ser_logo {
        margin-top: 0;
    }
    #tese .dot_case_sty .ser_logo img {margin: 0 auto 5px}
    #tese .dot_case_sty .ser_logo > div{font-size:16px;font-weight:700;}
    #tese .dot_case_sty .ser_ser1_con .ser_me_ .at_on > div {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        text-align: center !important;
        margin: 0 !important;
    }
    #tese .dot_case_sty .ser_ser1_con i{font-size: 36px;width: 48px;height: 48px;line-height:48px}
    #tese .dot_case_sty .ser_ser1_con .ser_src1_tit {
        font-size: 12px;
        line-height: 1.2;
    }
    #tese .dot_case_sty .ser_ser1_con .ser_src1_tit_en {display: none}
} 
/* 发展 */
#join .inner {

  }
  #join .inner .items {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  #join .inner .items .list {
    width: calc(100%/3);
    padding:4%;
    height: 100%;
    transition: background-color 1.2s cubic-bezier(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #join .inner .items .list:hover {
    background-color: #f6f8fa;
  }
  #join .inner .items .list:hover .box{
    border-radius:50%;
  }
  #join .inner .items .list .box {
    width: 100%;
    overflow:hidden;
    transition: all .5s;
  }
  #join .inner .items .list .box .img {
    width: 100%;
    height: 100%;
  }

  #join .inner .items .list .msg {
    margin-top: 0.7rem;
    text-align: center;
  }
  #join .inner .items .list .msg h3 {
    margin-bottom: 0.3rem;
    font-weight: 700;
  }
  #join .inner .items .list .msg p {
    height:.95rem;
    overflow: hidden;
  }