@font-face {
    font-family: Source Han Sans;
    src: url("./fonts/Source_Han_Sans_SC_Regular.otf") format("opentype");
}

@font-face {
    font-family: Source Han Sans light;
    src: url("./fonts/Source_Han_Sans_SC_Light_Light.otf") format("opentype");
}

@font-face {
    font-family: msyh;
    src: url("./fonts/msyh.ttf") format("truetype");
}
 
 
 
body,
html {
    background-color: #ffffff;
    font-family: msyh;
    margin: 0 auto;
    padding: 0;
    min-width: 1450px;
}
.page {
    width: 100%;
}
a {
    color: inherit;
    /* 继承父元素的颜色 */
    text-decoration: none;
    /* 清除下划线 */
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    /* 鼠标悬停时清除下划线 */
}

/* foot start */
.foot {
    /* height: 450px; */
    background: #333333;
    padding: 68px 0;

}

.top {
    border-bottom: 1px solid #5D5D5D;
    width: 85%;
    margin: 0 auto;
}

.line-1 {
    color: #FFFFFF;
    margin: 20px 0;
    text-align: center;
}

.line-1  span span,
.line-2 span span {
    margin: 0 8px;
    font-size: 16px;
    font-weight: 400;
}

.line-2 {
    color: #999999;
    margin: 20px 0;
    text-align: center;
}

.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.bottom img {
    margin: 0 15px;
    width: 165px;
    height: 60px;
}
.flex {
    display: flex;
}
/* foot end */


/* head-start */
.head {
    height: 107px;
    display: flex;
    align-items: center;
    padding: 0 125px;
    position: relative;
    background-color: #fff;
    justify-content: space-between;
    box-shadow: 0px 0.02rem 0.24rem 0px rgba(0,0,0,0.24);
}
.head .icon-zhankaicebianlan{
    position: absolute;
    top: calc(50% - 11px);
    right: 20px;
    font-size: 22px;
    display: none;
    transform: rotate(180deg);
}
.head-logo {
    /* width: 126px; */
    height: 100px;
    margin-left: 83px;
}

.head-line {
    width: 1px;
    width: 1px;
    height: 41px;
    background: #DDDDDD;
}

.head-title {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}
.login {
    width: 145px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #FF2626;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
}
.login:hover {
    opacity: 0.9;
}
.phone-device {
    width: 145px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #0146AE;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
}
.phone-device:hover {
    opacity: 0.9;
}
.login-phone {
    width: 52px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FF2626;
    border: 1px solid #FF2626;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    position: absolute;
    right: 58px;
    top: 18px;
    margin: 0 auto;
    font-size: 14px;
    display: none;
}
.mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 999;
}
.drawer {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    overflow: auto;
    width: 200px;
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
    /* z-index: 9999; */
    background-color: #ffffff;
  
}
.drawer .iconfont {
    font-size: 22px;
    cursor: pointer;
    
}
.drawer .close{
    padding: 10px;
    text-align: right;
}

.el-drawer__close {
    animation: rtl-drawer-out .3s 1ms;
    display: none;
}
.el-drawer__open {
    animation: rtl-drawer-in .3s 1ms;
    display: block;
}
.drawer-nav-item {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.drawer-nav-item:hover{
    background-color: #DDDDDD;
}

@keyframes ltr-drawer-in {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes ltr-drawer-out {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}
/* head-end */

/* nav start */
.nav {
    height: 71px;
    background: #0146AE;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}

.nav div {
    padding: 28px 38px;
}

.nav-is-active {
    height: 20px;
    background: #FF2626;
    margin-top: -6px;
    cursor: pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    z-index: 9;
}
.ceiling {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    min-width: 1440px;
}
#cooperate .ceilings {
    min-width: 100%;
    position: fixed !important;
    
}
#consult .ceilings {
    min-width: 100%;
    position: fixed !important;
    
}

/* nav end */
.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .phone {
    display: none;
}
.pc {
    display: block;
}

 /* 屏幕小于1050px and 大于500px */
 @media screen and (max-width: 1200px) and (min-width: 500px) {
    /* 隐藏导航栏 */
    .nav {
        display: none;
    }
    /* 头部 */

    .head-logo {
        height: 70px;
       
    }

    .head .iconfont {
        display: block;
    }


    body,
    html {
        min-width: 1000px;
    }
   
 }

  /* 屏幕小于600px  移动端*/
  @media screen and (max-width: 600px){
    
    body,
    html {
        max-width: 1450px !important;
        min-width: 1450px !important;
    }
     
}