* {
    margin: 0;
    padding: 0;
}

html{
    overflow: hidden;
}

html::-webkit-scrollbar {
    display: none;
}

#main {
    font-family: Source Han Sans CN;
}

.box_p_170 {
    padding: 0 1.7rem
}
.odd{
    position: relative;
}
.odd .header_box {
    position: absolute;
    top: 0.44rem;
    left: 0;
    z-index: 999;
    width: 100%;
}

.even{
    position: relative;
}
.even .header_box {
    position: absolute;
    top: 0.44rem;
    left: 0;
    z-index: 999;
    width: 100%;
}

.header_box_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.header_box_logo img {
    width: 5.2rem;
    height: 0.57rem;
}

.header_box_top_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.14rem;
}

.odd .header_box_top_r {
    color: #ffffff;
}

.even .header_box_top_r {
    color: #333333;
}
.even .header_box_top_r a {
    color: #333333;
}

.header_box_top_r div+div {
    margin-left: 0.36rem;
}

.language_box {
    display: flex;
    align-items: center;
}

.language_box img {
    width: 0.08rem;
    height: 0.05rem;
    margin-left: 0.08rem;
}

.header_box_bottom {
    display: flex;
    font-size: 0.18rem;
    font-weight: 600;
}

.odd .header_box_bottom {
    color: #FFFFFF;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.1);

}

.even .header_box_bottom {
    color: #333333;
    border-top: 0.01rem solid rgba(10, 110, 180, 0.1);

}

.even .header_box_bottom a {
    color: #333;
}

.header_box_bottom div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.46rem;
    cursor: pointer;
}

.odd .header_box_bottom div.active {
    border-top: 0.02rem solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
}

.odd .header_box_bottom div:hover {
    border-top: 0.02rem solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
}

.even .header_box_bottom div.active {
    border-top: 0.02rem solid #0A6EB4;
    background-color: rgba(10, 110, 180, 0.1);
}

.even .header_box_bottom div:hover {
    border-top: 0.02rem solid #0A6EB4;
    background-color: rgba(10, 110, 180, 0.1);
}

.header_box_bottom div+div {

    /*margin-left: 0.2rem;*/
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: .11rem !important;
    height: .12rem !important;
    margin-right: 0.47rem !important;
    margin-bottom: 0.24rem !important;
    /* margin-left: 0rem !important; */
}

.swiper-pagination-bullet svg {
    position: absolute;
    display: none;
    left: -0.15rem;
    top: -0.14rem;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
    width: .4rem;
    height: .4rem;
    position: relative;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    position: relative;
}

.swiper-pagination-bullet-active svg {
    display: block;
    animation: circleLoad 5s linear infinite;
}

@keyframes circleLoad {
    0% {
        stroke-dashoffset: 100;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.swiper-pagination-bullet-active::before {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    border: 0.04rem solid rgba(255, 255, 255, 1);
    content: '';
    position: absolute;
    top: -0.13rem;
    left: -0.14rem;
    z-index: 90;
    opacity: 0.5;
}

@keyframes progress-animation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/*第一屏内容*/
.first_box {
    height: 100vh;
}

.first_box .content_box {
    width: 19.2rem;
    position: absolute;
    top: 3.14rem;
    left: 0;
    padding: 0 2.46rem;
    color: #ffffff
}

.first_box .content_title {
    font-size: 0.6rem;
    font-weight: 600;
    text-align: center
}

.first_box .content_text {
    font-size: 0.22rem;
    line-height: 0.39rem;
    text-align: center;
    margin-top: 0.55rem;
}


.first_box .detail_box {
    display: flex;
    justify-content: center;
    margin-top: 0.55rem;
    cursor: pointer;
}

.first_box .detail_box div {
    width: 1.8rem;
    height: 0.55rem;
    font-size: 0.16rem;
    background: #0A6EB4;
    display: flex;
    align-items: center;
    justify-content: center
}


/*第二屏内容*/

.second_box {
    background-image: url(../images2/home/bg_banner2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.second_box .content_box {
    /* position: absolute; */
  margin-top: 12%;
    /* left: 0; */
    padding: 0 0 0 1.7rem;
    width: 100%;
}

.second_box .content_title {
    font-size: 0.54rem;
    font-weight: 600;
    color: #555555;
    line-height: 0.44rem;
}

.second_box .content_title span {
    color: rgba(10, 110, 180, 1)
}

.second_box .content_title2 {
    font-size: 0.5rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.47rem;
    margin-top: 0.35rem;
}

.second_box .content_text {
    display: flex;
    font-size: 0.22rem;
    margin-top: 0.79rem;
}

.second_box .content_text_item+.content_text_item {}

.content_text_item {
    color: #333;
    font-weight: 500;
}

.content_text_item+.content_text_item {
    border-left: 0.01rem solid red;
    margin: 0 0 0 0.43rem;
    padding: 0 0 0 0.43rem;
}

.content_text_num {
    line-height: 0.46rem;

}

.content_text_item span {
    color: rgba(10, 110, 180, 1);
    font-size: 0.63rem;
    font-weight: bold;
}

.second_box .detail_box {
    display: flex;
    margin-top: 0.55rem;
    color: #ffffff;
}

.second_box .detail_box div {
    width: 1.8rem;
    height: 0.55rem;
    background: #0A6EB4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
}

.content_supply {
    width: 6.79rem;
}

.content_supply_title {
    color: #333;
    font-size: .28rem;
    margin: .58rem 0 .34rem;
}

.content_supply_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .22rem;
}

.content_supply_list_type {
    width: 1.34rem;
    height: .52rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(60deg, #5CA5D8, #0A6EB4);
    font-size: .2rem;
    border: .03rem solid #2483C6;
    border-radius: .26rem;
    box-sizing: border-box;
}

.content_supply_list_info {
    width: 3.48rem;
    height: .52rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #666;
    background: #FDFDFD;
    font-size: .18rem;
    box-shadow: 0 .07rem .15rem 0 #dee1e5;
    border-radius: .26rem;
}

.content_supply_list_info > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_supply_list_detail {
    width: 1.42rem;
    height: 0.43rem;
    line-height: .43rem;
    text-align: center;
    color: #fff;
    background: #0A6EB4;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    font-size: .14rem;
    border-radius: 0.26rem;
    cursor: pointer;
}

.content_supply_list_detail img {
    width: .1rem;
    height: .1rem;
}

/*第三屏内容*/
.third_box {
    /* background-image: url(../images2/home/bg_banner3.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.third_box .content_box {
    /* position: absolute; */
    margin-top: 1.95rem;
    /* left: 0; */
    padding: 0 1.7rem;
    width: 100%;
}

.third_box .content_title {
    text-align: center;
    font-size: 0.48rem;
    font-weight: 600;
    color: #fff;
    line-height: 0.44rem;
}

.third_box .content_title span {
    color: rgba(220, 105, 45, 1)
}

.third_box .content_title2 {
    text-align: center;
    font-size: 0.52rem;
    font-weight: 600;
    color: #fff;
    line-height: 0.47rem;
    margin-top: 0.29rem;
}

.third_box .content_text {
    /*display: flex;*/
    text-align: center;
    font-size: 0.18rem;
    margin-top: 0.41rem;
    color: #ffffff;
}

.third_box .detail_box {
    display: flex;
    margin-top: 0.55rem;
    color: #ffffff;
}

.third_box .detail_box div {
    width: 1.80rem;
    height: 0.55rem;
    background: #0A6EB4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
}

.third_box .dotted_line_box {
    width: 100%;
    position: absolute;
    bottom: 2.60rem;
    left: 0;
}

.third_box .dotted_line {
    width: 100%;
    height: 1.46rem;
    background-image: url(../images2/home/dotted_line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.third_box .dotted_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}

.third_box .dotted_detail .dotted_detail_item {
    position: absolute;
    width: 1.9rem;
    height: 1.27rem;
    border-radius: 50%;
    text-align: center;
}


.third_box .dotted_detail .dotted_detail_item .dotted_detail_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.27rem;
    height: 1.27rem;
    border-radius: 50%;
    background-color: rgba(10, 110, 180, 1);
    margin: 0 auto;
    border: 0.13rem solid rgba(255, 255, 255, 0.15);
}

.third_box .dotted_detail .dotted_detail_item .dotted_detail_item_img img {
    width: 0.59rem;
    height: 0.60rem;
}

.third_box .dotted_detail .dotted_detail_item:nth-child(1) {
    top: -1.5rem;
    left: 2.36rem;
}

.third_box .dotted_detail .dotted_detail_item:nth-child(2) {
    top: -1.9rem;
    left: 5.02rem;
}

.third_box .dotted_detail .dotted_detail_item:nth-child(3) {
    top: -2.1rem;
    left: 7.63rem;
}

.third_box .dotted_detail .dotted_detail_item:nth-child(4) {
    top: -2.1rem;
    left: 10.38rem;
}

.third_box .dotted_detail .dotted_detail_item:nth-child(5) {
    top: -1.9rem;
    left: 12.98rem;
}

.third_box .dotted_detail .dotted_detail_item:nth-child(6) {
    top: -1.45rem;
    left: 15.66rem;
}

.third_box .dotted_detail .dotted_detail_item_txt {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-shadow: 0px 0px 18px rgba(5, 23, 38, 0.39);
}

.dotted_detail_item:hover  .dotted_detail_item_img{
    background-color: #DC692D !important;
}

/*第四屏内容*/
.fourth_box {
    background-image: url(../images2/home/bg_banner4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    min-height: 10.8rem;
    overflow: hidden;

}

.fourth_box .content_box {
    /* position: absolute; */
  margin-top: 1.98rem;
    /* left: 0; */
    padding: 0 1.7rem;
    width: 100%;
}

.fourth_box .content_title {
    text-align: center;
    font-size: 0.48rem;
    font-weight: 600;
    color: rgba(85, 85, 85, 1);
    line-height: 0.48rem;
}

.fourth_box .content_title span {
    color: rgba(10, 110, 180, 1)
}

.fourth_box .content_title2 {
    text-align: center;
    font-size: 0.50rem;
    font-weight: 600;
    color: #333;
    line-height: 0.50rem;
    margin-top: 0.22rem;
}


.fourth_box .cooperation_list {
    margin: 0.41rem 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.fourth_box .cooperation_list .cooperation_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fourth_box .cooperation_list .cooperation_row+.cooperation_row {
    margin-top: 0.22rem;

}

.fourth_box .cooperation_item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: 2.96rem;
    height: 1.22rem;
    margin: .22rem .07rem 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fourth_box .cooperation_list .cooperation_item img {
   max-width: 2rem;
    /* height: 0.36rem; */
}

/*第五*/
.fifth_box {
    padding: 0 1.7rem;
}

.fifth_box .cooperation_list {

    margin-top: 1.3rem;
    display: flex;
    flex-wrap: wrap;
}

.fifth_box .cooperation_list .cooperation_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fifth_box .cooperation_list .cooperation_row+.cooperation_row {
    margin-top: 0.22rem;

}

.fifth_box .cooperation_list .cooperation_item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    width: 2.96rem;
    height: 1.22rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fifth_box .cooperation_list .cooperation_item img {
    width: 2rem;
    height: 0.36rem;
}

.swiper-slide#slide1 {
    background-image: url(../images2/home/banner1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiper-slide#slide2 {
    background-image: url('https://picsum.photos/1200/800?random=2');
    /* background-image: url(../images2/home/bg_banner2.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.swiper-slide#slide3 {
    background-image: url('https://picsum.photos/1200/800?random=3');
    /* background-image: url(../images2/home/bg_banner3.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.section {
    /*height: 10.8rem !important;*/
}

/* 底部 */
.footer_box {
    background-image: url(../images2/home/bg_bottom.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 4.79rem;
    position: relative;
  }

  .footer_box::before {
    content: '';
    width: 100%;
    height: 0.07rem;
    background: #0A6EB4;
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer_content {
    display: flex;
    justify-content: space-between;
    margin: 0 0.8rem 0 0.8rem;
  }

  .footer_content .f_box {
    height: 3.26rem;
    width: 6rem;
    margin: 0.75rem 0 0 0;
  }

  .f_box .f_logo {
    width: 5.20rem;
    height: 0.57rem;
    margin-bottom: 0.47rem;
  }
  .f_box .f_logo  img{
    width: 5.20rem;
    height: 0.57rem;
  }
  .f_box .about_us {
    display: flex;
    justify-content: space-between;
    margin-top: 0.47rem;
  }

  .about_us {
    margin-right: 0;
  }

  .about_us ul {
    margin-right: 0;
  }

  .about_us ul li {
    height: 0.31rem;
    width: 100%;
    margin-bottom: 0.08rem;
    display: flex;
    align-items: center;
  }

  .about_us ul li img {
    height: 0.31rem;
    width: 0.31rem;
  }

  .info_us {
    margin-right: 0;
  }
  .info_us span {
    margin-left: 0.26rem;
    font-size: 0.16rem;
    color: #FFFFFF;
  }
  .info_us ul li .ypsTel{
    font-size: 0.24rem;
    font-family: Impact;
  }
  .info_us ul li .ypsAddress{
    font-size: 0.14rem;
    font-family: 微软雅黑;
  }
  .info_us ul li .ypsMail{
    font-size: 0.16rem;
    font-family: Arial;
  }

  .qr_code {
    margin-right: 0;
  }

  .qr_code img {
    width: 1.39rem;
    height: 1.39rem;
  }

  .qr_code .text {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFFFF;
    margin-bottom: 0.23rem;
    position: relative;
    left: -0.04rem;
  }

  #map {
    width: 5.22rem;
    flex-basis: 5.22rem;
    height: 2.67rem;
    background: #FFFFFF;
    border-radius: 0.16rem;
    flex-shrink: 0;
  }

  .footer_content .links {
    /* width: 3.02rem;
    flex-basis: 3.02rem; */
    /* width: '';
    flex: 1; */
    /* min-width: 4rem; */
  }

  .links_top {
    display: flex;
    font-size: 0.14rem;
    color: #FFFFFF;

  }

  .service, .friend_links {
    /* width: 1.43rem;
    flex-basis: 1.43rem; */
    width: 2.9rem;
    margin-right: .3rem;
    flex-shrink: 0;
  }

  .service>p {
    margin-bottom: 0.06rem;
  }

  .service>p>span {
    display: inline-block;
    width: 0.31rem;
  }

  .news>p {
    margin-bottom: 0.06rem;
  }

  .links .title {
    font-size: 0.2rem;
    /* width: 0.8rem; */
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #DC692D;
    margin-bottom: 0.15rem;
  }

  .friend_links {
    font-size: 0.14rem;
    color: #FFFFFF;
    margin-top: 0.15rem;

  }

  .friend_links>p {
    margin-bottom: 0.06rem;
  }

  .footer_line {
    width: 17.4rem;
    height: 0.01rem;
    border-bottom: 0.01rem solid #FCFBFA;
    opacity: 0.2;
    margin: 0.04rem auto 0 auto;
  }

  .copy_right {
    width: 100%;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.7;
    text-align: center;
    padding-top: 0.25rem;
  }
  .go_top{
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background: #0A6EB4;
    right:1.72rem ;
    bottom: 4.44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .go_top img{
    width: 0.35rem;
    height: 0.35rem;
  }

  #map img {
    display: none;
  }

  #map .BMap_cpyCtrl {
    display: none;
  }
.lang{
    border: none;
    background-color: transparent !important;
    font-size: 0.16rem
}
option{
    background-color:hsla(0, 0%, 100%, 0.5) !important;
    border: none !important;
    color: #000;
}
.links_top >.consulting{
    margin-top: 0.28rem;
  }