* {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'icon';
    src:  url('../plugins/iconfonts/icon.eot?kd29vd');
    src:  url('../plugins/iconfonts/icon.eot?kd29vd#iefix') format('embedded-opentype'),
      url('../plugins/icon/fonts/icon.ttf?kd29vd') format('truetype'),
      url('../plugins/iconfonts/icon.woff?kd29vd') format('woff'),
      url('../plugins/iconfonts/icon.svg?kd29vd#icon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-uniE900:before {
    content: "\e900";
  }
  .icon-16:before {
    content: "\e901";
  }
  .icon-uniE901:before {
    content: "\e902";
  }
  .icon-1:before {
    content: "\e903";
  }
  .icon-2:before {
    content: "\e904";
  }
  .icon-3:before {
    content: "\e905";
  }
  .icon-4:before {
    content: "\e906";
  }
  .icon-5:before {
    content: "\e907";
  }
  .icon-6:before {
    content: "\e908";
  }
  .icon-7:before {
    content: "\e909";
  }
  .icon-8:before {
    content: "\e90a";
  }
  .icon--fill:before {
    content: "\e90b";
  }
  .icon-9:before {
    content: "\e90c";
  }
  .icon-10:before {
    content: "\e90d";
  }
  .icon-11:before {
    content: "\e90e";
  }
  .icon--:before {
    content: "\e90f";
  }
  .icon-12:before {
    content: "\e910";
  }
  .icon-uniE910:before {
    content: "\e911";
  }
  .icon-13:before {
    content: "\e912";
  }
  .icon-14:before {
    content: "\e913";
  }
  .icon-15:before {
    content: "\e914";
  }
  

ul li {
    list-style: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    text-decoration: none;
    color: #333;
}
header {
    min-width: 1200px;
    overflow: hidden;
}

.g-hed {
    width: 100%;
    overflow: hidden;
    background-color: #4378BD;
}

.g-hed .m-nav {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.g-hed .m-nav .m-login {
    padding: 12px 0;
    float: left;
    width: 20%;
}

.g-hed .m-nav .m-right .m-menu .u-nav .li-input .search {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 6px;
    left: 20px;
    background-image: url('../image/search.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.g-hed .m-nav .m-login .m-img {
    overflow: hidden;
    float: right;
}

.g-hed .m-nav .m-login .m-img img{
    display: block;
}

.g-hed .m-nav .m-right {
    float: left;
    width: 80%;
    padding: 17px 0;
}

.g-hed .m-nav .m-right .m-menu {
    overflow: hidden;
}

.g-hed .m-nav .m-right .m-menu .u-nav {
    display: block;
    line-height: 30px;
}

.g-hed .m-nav .m-right .m-menu .u-nav li {
    padding: 0 12px;
    float: right;
    cursor: default;
}

.g-hed .m-nav .m-right .m-menu .u-nav li a {
    color: #fff;
    text-decoration: none;
}

.g-hed .m-nav .m-right .m-menu .u-nav li a:hover {
    border-bottom: 1px solid #fafafa;
}

.g-hed .m-nav .m-right .m-menu .u-nav .li-input {
    width: 15%;
    height: 100%;
    position: relative;
}

.g-hed .m-nav .m-right .m-menu .u-nav .li-input input {
    width: 100%;
    height: 30px;
    background-color: #4378BD;
    outline: none;
    border: 1px solid #fff;
    color: #fff;
    text-indent: 35px;
    border-radius: 15px;
}

.g-hed .m-nav .m-right .m-menu .u-nav .li-input input::-webkit-input-placeholder {
    color: #fff;
}

.u-cai-text {
    width: 100%;
    height: 1000px;
    background: rgba(0, 0, 0, .3);
    display: none;
    z-index: 3;
    position: relative;
}

.u-out {
    position: fixed;
    top: 40px;
    right: 0;
    width: 245px;
    height: 100%;
    z-index: 200;
    display: none;
    background-color: #fff;
}

.u-out .u-cai {
    padding: 10px 0;
    text-align: right;
    margin-bottom: 30px;
    border-bottom: 1px solid #c1c1c1;
}

.u-out .u-cai i {
    font-size: 16px;
    margin-right: 5%;
    color: #454545;
}

.u-out .layout {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
}

.relative {
    position: relative;
}

.u-out .layout a {
    text-align: center;
    text-decoration: none;
    color: #454545;
}

.layout i {
    font-size: 16px;
    position: absolute;
    top: 33%;
    right: 3%;
}

.u-out .layout span {
    text-align: right;
    text-indent: 20px;
    font-size: 16px;
    float: left;
}



@media only screen and (max-width:768px) {

    .g-hed .m-nav {
        width: 90%;
    }

    .g-hed{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .g-hed .m-nav .m-login {
        padding: 27px 0;
        float: left;
        width: 20%;
    }

    .g-hed .m-nav .m-right .m-menu .u-nav .li-input {
        padding: 12px 0;
    }

    .g-hed .m-nav .m-right .m-menu .u-nav .li-input .search {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 18px;
        left: 8px;
        background-image: url('../image/search.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .g-hed .m-nav .m-right .m-menu {
        display: none;
    }

    .g-hed .m-nav .m-right .m-caidan {
        display: block;
        width: 18px;
        height: 18px;
        float: right;
        margin-top: 5px;
        background-image: url('../image/caidan.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .g-hed .m-nav .m-login .m-img {
        float: left;
    }

    .g-hed .m-nav .m-login {
        padding: 12px 0;
    }

    .u-cai-text {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        display: none;
        position: fixed;
        top: 40px;
        left: 0;
        z-index: 2;
        background-color: black;
        opacity: .3;
    }

    /* .g-hed .m-nav .m-right .m-caidan {
        margin-top: 0;
    } */

    .g-hed .m-nav .m-right .u-cai-text {
        width: 100%;
        height: 1000px;
        display: block;
        background: rgba(0, 0, 0, .6);
    }

    .m-menu {
        position: fixed;
        top: 54px;
        right: 0;
        width: 245px;
        height: 100%;
        z-index: 5;
        display: none;
        background-color: #fff;
    }

    .m-menu .m-show {
        padding: 10px 0;
        text-align: right;
        margin-bottom: 10px;
        border-bottom: 1px solid #c1c1c1;
    }

    .m-menu .m-show i {
        margin-right: 5%;
    }


    .m-menu ul {
        width: 100%;
        overflow: hidden;
    }

    .m-menu ul li {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        padding: 10px 11%;
        color: #454545;
    }

}

.g-fot {
    width: 100%;
    overflow: hidden;
}

.g-fot .m-nav {
    width: 80%;
    overflow: hidden;
    background-color: black;
    margin: 0 auto;
}

.g-fot .m-nav .m-crm {
    width: 80%;
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.g-fot .m-nav .m-crm .m-login {
    width: 20%;
    padding: 12px 0;
}

.g-fot .m-nav .m-crm .m-login .m-img {
   overflow: hidden;
   width: 158px;
   height: 40px;
}

.g-fot .m-nav .m-crm .m-login .m-img img{
    width: 100%;
    height: 100%;
    display: block;
 }

.g-fot .m-nav .g-nav {
    width: 55%;
    margin: 5px auto;
}

.g-fot .m-nav .g-nav .dis {
    width: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.g-fot .m-nav .g-nav .dis-left {
    font-size: 13px;
}

.g-fot .m-nav .g-nav .dis .dis-right {
    padding: 0 0;
}

.g-fot .m-nav .g-nav .dis .dis-left p {
    color:  rgba(221, 221, 221,.8);
}

.g-fot .m-nav .g-nav .dis .dis-right p {
    color:  rgba(221, 221, 221,.8);
    font-size: 13px;
}

.g-fot .m-nav .g-nav .g-text p {
    text-align: center;
    line-height: 20px;
    color: rgba(221, 221, 221,.8);
}

.g-fot .m-nav .g-nav .g-qq {
    padding: 5px 0;
    color:  rgba(221, 221, 221,.8);
    text-align: center;
    font-size: 13px;
}

.g-fot .m-nav .g-nav .g-text span {
    display: none;
}

.g-fot .m-nav .g-nav .g-solid {
    display: none;
}

.g-fot .m-nav .g-nav .g-solid .m-sol {
    display: none;
}

.g-text {
    font-size: 13px;
}

@media only screen and (max-width:768px) {
    .g-fot {
        width: 100%;
        background-color: black;
    }

    .g-fot .m-nav {
        width: 100%;
        overflow: hidden;
    }


    .g-fot .m-nav .g-nav {
        font-size: 12px;
        width: 85%;
    }

    .g-fot .m-nav .m-crm {
        width: 300px;
        overflow: hidden;
        height: 38px;
        border-bottom: none;
    }

    .g-fot .m-nav .m-crm .m-login {
        margin: 0 auto;
    }

    .g-fot .m-nav .m-crm .m-login .m-img {
        width: 100px;
        height: 20px;
    }

    .g-fot .m-nav .m-crm .u-caidan {
        width: 100%;
        display: block;
        color:  rgba(221, 221, 221,.8);
    }

    .g-fot .m-nav .m-crm .u-caidan ul {
        width: 100%;
        line-height: 20px;
    }

    .g-fot .m-nav .m-crm .u-caidan ul li {
        float: left;
        width: 20%;
        text-align: center;
        font-size: 12px;
    }

    .g-fot .m-nav .g-nav .g-text p {
        /* display: none; */
    }

    .g-fot .m-nav .g-nav .g-text span {
        display: block;
        text-align: center;
        line-height: 26px;
        color:  rgba(221, 221, 221,.8);
    }

    .g-fot .m-nav .g-nav .g-solid {
        width: 100%;
        padding: 15px 0;
        display: block;
    }

    .g-fot .m-nav .g-nav .g-solid .m-sol {
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 1px solid #c1c1c1;
    }
}

@media only screen and (max-width:768px) {
    .g-fot {
        width: 100%;
        background-color: black;
    }

    .g-fot .m-nav .g-nav {
        font-size: 12px;
        width: 85%;
    }

    .g-fot .m-nav .m-crm {
        width: 300px;
        overflow: hidden;

        border-bottom: none;
    }

    .g-fot .m-nav .m-crm .m-login {
        margin: 0 auto;
    }

    .g-fot .m-nav .m-crm .m-login .m-img {
        width: 100px;
        height: 20px;
    }

    .g-fot .m-nav .m-crm .u-caidan {
        width: 100%;
        display: block;
        color:  rgba(221, 221, 221,.8);
    }

    .g-fot .m-nav .m-crm .u-caidan ul {
        width: 100%;
        line-height: 20px;
    }

    .g-fot .m-nav .m-crm .u-caidan ul li {
        float: left;
        width: 20%;
        text-align: center;
        font-size: 12px;
    }

    .g-fot .m-nav .g-nav .dis {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .g-fot .m-nav .g-nav .g-text p {
        /* display: none; */
    }

    .g-fot .m-nav .g-nav .g-text span {
        display: block;
        text-align: center;
        line-height: 26px;
        color:  rgba(221, 221, 221,.8);
    }

    .g-fot .m-nav .g-nav .g-solid {
        width: 100%;
        padding: 15px 0;
        display: block;
    }

    .g-fot .m-nav .g-nav .g-solid .m-sol {
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 1px solid #c1c1c1;
    }
}

.crt-dot {
    position: relative;
    line-height: 1;
}

.crt-dot::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4478bc;
}

.g-cen .m-ab .m-ab-left {
    /* width: 26px !important; */
}

.skeleton {
    padding: 20px;
}

.skeleton .box1 {
    height: 200px;
    background: #eee;
}

.skeleton .box2 {
    margin-top: 20px;
    height: 80px;
    width: 40%;
    background: #eee;
}

.skeleton .box3 {
    margin-top: 20px;
    height: 120px;
    width: 80%;
    background: #eee;
}

.skeleton .u-loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    width: 60px;
    height: 60px;
}

.skeleton .u-loading img {
    width: 100%;
    height: 100%;
}

.real-main {
    display: none;
    width: 100%;
}