@charset "utf-8";
/*@import './mixin.less';*/

/* reset */
@font-face {
  font-family: 'hm';
  src: url('/static/cn/font/hm.ttf') format('ttf'),
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html { height: 100%; font-family:'hm';}
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption {zoom:1}
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: inherit; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;margin:0; }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body { line-height: 1.5 }
a:link,
a:visited,
a:active,
a { text-decoration: none;}
a * { cursor:pointer }
:focus { outline: none } 
*{
  box-sizing: border-box;
}

img{
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border:0;
    display: inline-block;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #3a4645;opacity: .5}
input:-moz-placeholder, textarea:-moz-placeholder {color: #3a4645;opacity: .5}
input::-moz-placeholder, textarea::-moz-placeholder {color: #3a4645;opacity: .5}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #3a4645;opacity: .5}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}


.anchor{
    z-index: 9;
    position: fixed;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #ababab;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.anchor div{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    cursor: pointer;
    max-width: 194px;
    text-align: right;
}
.anchor div:not(:first-child){
    margin-top: 40px;
}
.anchor>div:after{
    content:'';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    /*opacity: 0.5;*/
    background: #ababab;
    margin-left: 20px;
}
.anchor div div{
    width: calc(100% - 33px);
    position: relative;
}
.anchor .anchor_act{
    color: #fff;
}
.anchor .anchor_act div:after{
    z-index: -1;
    border-radius: 40px;
    content:'';
    display: block;
    background:#00609c;
    position: absolute;
    width: calc(100% + 30px);
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.anchor .anchor_act:after{
    background:#00609c;
}




.common_more{
        width: 170px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 50px;
}
.common_more span{
   position: relative;
            z-index: 2;
}
.common_more svg{
  margin-left: 20px;
            position: relative;
            z-index: 2;
}
.common_more::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,#01adaa,#00a0e7);
    transition: all 0.5s;
}
.common_more:hover::after{
    width: 200%;
}
/*banner*/
.banner{
  color: #fff;
  position: relative;
  overflow: hidden;
}
.banner:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.banner img{
  width: 100%;
}
.banner .banner_phone{
  display: none;
}
.banner .banner_tit{
  line-height: 1;
}
.banner .banner_des{
  margin-top: 24px;
}
.banner .txt{
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translateX(-50%);
  z-index: 2;
}
.crumb{
  display: flex;
  line-height: 1;
}
.banner .crumb{
  display: flex;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  z-index: 2;
}
.banner .crumb a{
  color: #fff;
}
.crumb span{
  margin: 0 10px;
}

/*column*/
.column{
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-top: 121px;
}
.column a{
  color: #333;
        transition: all 0.5s;
}
.column a:hover{
  color: #005d8f;
}
.column .act a{
  color: #005d8f;
}
.column .act::after{
  content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            display: block;
            height: 4px;
            width: calc(100% - 60px);
            background-image: linear-gradient(to right, #01adaa, #00a0e7);
}
.column .swiper-slide{
  display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        padding:0 56px;
        width: auto;
}
.column .swiper-slide::before{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 14px;
  width: 1px;
  background: rgba(0,0,0,0.2);

}
.column .swiper-slide:last-child:before{
  display: none;
}

/*swiper分页器*/
.point{
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.point span{
  width: 11px;
            height: 11px;
            border-radius: 50%;
            margin: 0 10px !important;
}
.point .swiper-pagination-bullet-active{
    background-image: linear-gradient(to right, #01adaa, #00a0e7);
}
.w1440{
  width: 1440px;
  margin: auto;
}
/*分页*/
        /* 分页 */
        .p_page {
            margin-top: 5%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            width:100%;
        }
        .p_page div{
            display: flex;
        }
        .p_page a {
            box-sizing: border-box;
            width: 36px;
            height: 36px !important;
            border-radius: 50%;
            border: 1px solid #eee;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
            margin: 0 7px;
        }
        .p_page a:hover{
            background-image: linear-gradient(90deg, #07afab, #00a1e2);
            color: #fff;
        }

        .p_page .page_prev {
            color: #004ea2;

        }

        .p_page .page_next {
            color: #004ea2;

        }
        .p_page span {
            box-sizing: border-box;
            width: 36px;
            height: 36px !important;
            border-radius: 50%;
            border: 1px solid #eee;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
            margin: 0 7px !important;
        }
        .laypageskin_default .laypage_curr{
            background-image: linear-gradient(90deg, #07afab, #00a1e2);
            color: #fff !important;
        }
        .laypage_first{
            display: none!important;
        }
        .laypage_last{
            display: none!important;
        }
@media screen and (max-width: 1600px){
  .w1440{width: 80%;}
  .banner .crumb{
    bottom: 30px;
  }
  .banner .banner_des {
    margin-top: 20px;
}
.column .swiper-slide{
  height: 66px;
  padding: 0 40px;
}
.column .act::after{
  width: calc(100% - 50px)
}
.common_more {
  width: 140px;
  height: 50px;
}
.point{
  margin-top: 4.86%;
}
.column{
  margin-top: 91px;
}
}
@media screen and (max-width: 1200px){
    .anchor{
        display: none;
    }
  .w1440{width: 90%;}
  .banner .banner_des {
      margin-top: 15px;
  }
  .banner .crumb {
    bottom: 20px;
}
.column{
  margin-top: 81px;
}
}
@media screen and (max-width: 868px){
    .banner{
        margin-top: 60px;
    }
    .banner .txt{
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .column{
  margin-top: 61px;
}
}
@media screen and (max-width: 768px){
  .common_more svg {
    margin-left: 10px;
  }
  .common_more {
    width: 120px;
    height: 44px;
  }
  .point {
    margin-top: 20px;
}
    .banner .banner_des {
        margin-top: 5px;
    }
    .p_page{
                margin-top: 30px;
            }
}
@media screen and (max-width: 600px){
  .banner .banner_pc{
    display: none;
  }
  .banner .banner_phone{
    display: block;
  }
  .column .swiper-slide{
    height: 50px;
}

}
