* {

    padding: 0;



    margin: 0;

}

* {
    -webkit-tap-highlight-color: transparent;
}

li {

    list-style: none;

}



a {

    text-decoration: none;

 

}

.fx {
    display: flex;
}


img {

    border: none;

}



.clearfix:after {

    /*伪元素是行内元素 正常浏览器清除浮动方法*/

    content: "";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}



.clearfix {

    *zoom: 1;

    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


  @font-face {
    font-family: EBRIMABD;
    src: url(../fonts/EBRIMABD.TTF);
  }
  
  @font-face {
    font-family: FRADM;
    src: url(../fonts/FRADM.TTF);
  }
  @font-face {
    font-family: OpenSansBold_0;
    src: url(../fonts/OpenSansBold_0.ttf);
  }
  @font-face {
    font-family: OSWALD-DEMIBOLD;
    src: url(../fonts/OSWALD-DEMIBOLD.TTF);
  }
#foot {
    background: #2a2c2f;
    padding: 3.75rem 0;
}

#foot .footbox {
    display: flex;
    align-items: flex-start;
    gap: 8.75rem;
}


#foot .footbox .footleft {
    max-width: 31.25rem;
}

#foot .footbox .footleft .footcons {
    padding-top: 1.5rem;
    margin-top: 1.25rem;
    border-top: 1px solid;
    border-top:1px solid rgb(255 255 255 / 15%);
}

#foot .footbox .footleft .footcons h5 {
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.5;
    letter-spacing: .875rem;
}

#foot .footbox .footleft .footcons p {
    color: #979797;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: .875rem;
}

#foot .footbox .footleft .footlx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2.25rem;
}

#foot .footbox .footleft .footlx .lxlj {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#foot .footbox .footleft .footlx .lxlj li {
    position: relative;
}

#foot .footbox .footleft .footlx .lxlj a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    width: 2.625rem;
    height: 2.625rem;
    transition: all .5s;
}

#foot .footbox .footleft .footlx .lxlj a:hover i {
    color: #fff;
}

#foot .footbox .footleft .footlx .lxlj a i {
    color: #2e2e2e;
    font-size: 1.375rem;
}

#foot .footbox .footleft .footlx .lxlj li:first-child a:hover {
    background: #157dc2;
}
#foot .footbox .footleft .footlx .lxlj li:last-child a:hover {
    background: #2dae33;
}

#foot .footbox .footleft .footlx .lxlj li .ewmbox {
    position: absolute;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    width: 7rem;
    right: 0;
    bottom: calc(100% + 1rem);
    transition: .5s;
}

#foot .footbox .footleft .footlx .lxlj li .ewmbox .ewm {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 0.375rem;
    border: 1px solid #ddd;
}

#foot .footbox .footleft .footlx .lxlj li .ewmbox .ewm:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    background: #fff;
    right: 0.625rem;
    top: 100%;
    margin-top: -9px;
    border-radius: 3px;
}

#foot .footbox .footleft .footlx .lxlj li:hover .ewmbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#foot .footbox .footleft .footlx .nyelj {
    display: flex;
    align-items: center;
    gap: 10px;
}

#foot .footbox .footleft .footlx .nyelj a {
    width: 5.625rem;
    height: 2.5rem;
    border: 1px solid #2dae33;
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    color: #2dae33;
    font-size: .875rem;
    line-height: 1.5rem;
}

#foot .footbox .footleft .footlx .nyelj a:hover {
    background: #2dae33;
    color: #fff;
}

.copyright {
    margin-top: 3.75rem;
}
.copyright p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.copyright a {
    transition: all 0.5s;
}

.copyright a:hover {
    color: #fff;
}


.foot_nav {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 46.5625rem;
    padding-left: 5.25rem;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.foot_nav::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20.625rem;
    background: rgba(255, 255, 255, 0.15);
    left: 0;
    top: 0;
}

.foot_nav dt {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 1.125rem;
    font-weight: bold;
}

.foot_nav dd {
    font-size: .9375rem;
    line-height: 1.875rem;
    color: #a4a3a3;
    transition: .5s;
    position: relative;
}

.foot_nav dd::before {
    content: '';
    position: absolute;
    background: #2dae33;
    width: 3px;
    height: 12px;
    left: -.75rem;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
}

.foot_nav dd.on::before {
    opacity: 1;
}

.foot_nav dd.on ,
.foot_nav dd:hover {
    color: #3da7ee;
}


.page {
    text-align: center;
    font-size: 0;
    color: #464c52;
    width: 100%;
    overflow: hidden;
  }
  
  .page .box {
    margin-top: 2.5rem;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  
  .page a {
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    min-width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.375rem;
    color: #464c52;
    border-radius: 50%;
    font-size: 1rem;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
  }
  
  .page a:hover svg path {
    fill: #fff;
  }
  
  .page span {
    display: inline-block;
    margin: 0 1rem;
  }



.position {
    left: 0;
    bottom: 0;
    font-size: 1rem;
    line-height: 2.25rem;
    color: rgba(76,76,76, .6);
    display: flex;
    align-items: center;
    font-family:Jost-Light;
}

.position>svg {
    margin-right: 5px;
    width: 1.255rem;
    height: 1.25rem;
}

.position a {
    margin: 0 6px;
    transition: all .5s;
}
.position a:hover {
    color: #4eade2;
}
.position span,
.position a,
.position i {
    font-size: 13px;
    color: #838486;
    flex-shrink: 0;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.position span {
    color: #4eade2;
}

.position i {
    font-size: 1.25rem;
}

.zidh {
    border-bottom: 1px solid #d9dbdd;
  }
  .zidh.hui {
    border-bottom: 1px solid #dddfe1;
  }
  .hui {
    background: #f0f4f7;
  }
  .zidh a img {
    display: block;
    width: 30%;
  }
  .zidh .letitle > a {
    width: 4.0625rem;
    height: 4.0625rem;
    background: #259bd6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .zidh ul li {
    width: 11.75rem;
    text-align: center;
    border: 1px solid #d9dbdd;
    border-bottom: none;
  }
  .zidh ul li + li {
    border-left: none;
  }
  .zidh.hui ul li {
    border: 1px solid #dddfe1;
    border-bottom: none;
  }
  .zidh ul li a {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .zidh ul li p {
    line-height: 4rem;
    color: #3b3b3b;
    font-size: 1rem;
  }
  .zidh ul li a:after {
    left: -1px;
    bottom: 0;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    z-index: 1;
    background: #259bd6;
  }
  .zidh ul li:hover a:after, .zidh ul li.on a::after {
    opacity: 1;
    visibility: visible;
    width: 101.5%;
  }
  .zidh .m {
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
  }


  .online_q {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 995;
    transition: .5s;
    -webkit-transition: .5s;
    border-radius: 2.5rem;
    padding: 1.25rem 0
  }
  
  .online_q .close {
    position: absolute;
    right: -1rem;
    font-size: 1rem;
    color: #969797;
    opacity: 1;
    font-weight: normal;
    cursor: pointer
  }
  
  .online_q .btn2 {
    width: 3.75rem;
    height: 3.75rem;
    background: #717275;
    margin-bottom: 6px;
    border-radius: 50%;
    transition: .5s;
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  
  .online_q .btn2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #4eade2;
    border-radius: 50%;
    opacity: 0;
  }
  
  .online_q .btn2:hover:before {
    opacity: 1;
  }
  
  .online_q .btn-top {
    padding: 0;
    transition: .5s;
    overflow: hidden
  }
  
  .online_q .btn2 a {
    font-size: 12px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
  }
  
  .online_q .btn2 span {
    display: flex;
    color: #fff;
    flex-direction: column;
    font-size: .75rem;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    overflow: hidden;
    flex-shrink: 0
  }
  
  .online_q .btn2 span i {
    font-size: 1.5rem;
  }
  
  .online_q .open .pic {
    width: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  
  .online_q .open .pic img {
    flex-shrink: 0;
    margin-bottom: 6px;
  }
  
  .online_q .open .pic h5 {
    font-size: 1rem;
  }
  
  .online_q .open.phone {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border: 1px solid #e1e6f0;
    width: auto;
    min-height: 3.125rem;
    right: 4.375rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .6s;
    -webkit-transition: .6s;
    opacity: 0;
    visibility: hidden
  }
  
  .online_q .open.phone * {
    color: #333;
    font-size: 1.125rem;
    text-align: left;
    font-weight: bold;
  }
  
  .online_q .open.phone h5 {
    font-size: .875rem;
    font-weight: normal;
    white-space: nowrap;
  }
  
  .online_q .open.phone span {
    font-size: 12px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
    opacity: .7;
    font-weight: normal;
  }
  
  .online_q .btn2:hover .open.phone {
    transition: .5s;
    -webkit-transition: .5s;
    opacity: 1;
    visibility: visible
  }
  
  .online_q .open.phone:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    right: -4px;
    border-color: #e1e6f0 transparent transparent #e1e6f0;
    border-style: solid;
    border-width: 1px;
  }
  
  .online_q #gotop:before {
    opacity: 1;
  }
  .online_q #gotop i {
    font-size: 2rem;
  }
  .online_q #gotop.hide {
    height: 0;
    overflow: hidden;
    display: block !important
  }
  