* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -ms-overflow-style: none;
    /* 隐藏 IE/Edge 滚动条 */
    scrollbar-width: none;
    /* 隐藏 Firefox 滚动条 */
}

html {
    line-height: 1 !important;
    /* 防止iOS文本尺寸调整 */
    -webkit-text-size-adjust: 100%;
    /* 防止iOS文本尺寸调整 */
    scroll-behavior: smooth;
    /* 平滑滚动 */
}

*::-webkit-scrollbar {
    display: none;
    /* 隐藏 Chrome/Safari 滚动条 */
}

/* 顶部s */
.h-head-top {
    background: #fcfcfc;
    border-bottom: 1px solid #ebeaea;
    border-top: 1px solid #ebeaea;
    width: 100%;
    height: 30px;
}

.h-head-top .head-top {
    max-width: 1200px;
    margin: 0 auto;
    height: 30px;
}

.h-head-top .head-top .h-t-grid {
    font-size: 13px;
    line-height: 30px;
    display: flex;

}


.h-head-top .head-top .h-t-grid a {
    margin: 0 10px 0 6px;
    cursor: pointer;
    color: #333333;
    transition: all 0.3s ease-in;
}

.h-head-top .head-top .h-t-grid a i {
    font-size: 13px;
    margin-right: 3px;
}

.h-head-top .head-top .h-t-grid a:hover {
    color: #ff8800;
}

.h-head-top .head-top .h-t-grid .qianse {
    color: #a5a4a4;
    margin: 0 10px 0 6px;
}

.h-head-top .head-top .h-t-grid .bias {
    position: relative;
    white-space: nowrap;

}

.h-head-top .head-top .h-t-grid .bias::after {
    content: "/";
    position: absolute;
    right: -11px;
    top: 0;
    color: #e0e0e0;
}

.h-head-top .head-top .h-t-grid .gzh {
    position: relative;
    height: 30px;
}

.h-head-top .head-top .h-t-grid .gzh .gzh-ewm {
    text-align: center;
    position: absolute;
    color: #333333;
    background-color: #ffffff;
    box-shadow: 1px 2px 3px 1px #d4d4d4;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    width: 130px;
    top: 30px;
    left: -20px;
    z-index: 1000000;
    display: none;
    transition: all 0.2s ease;
}

.h-head-top .head-top .h-t-grid .gzh .gzh-ewm img {
    margin-top: 5px;
    width: 120px;
    height: auto;
}

.h-head-top .head-top .h-t-grid .gzh .gzh-ewm .h-t-sm {
    font-size: 16px;
    margin-bottom: -8px;
}

.h-head-top .head-top .h-t-grid .gzh .gzh-ewm::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 45%;
    background-color: #ffffff;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    z-index: -1;
}

.h-head-top .head-top .h-t-grid .gzh:hover .gzh-ewm {
    display: block;
}

.h-head-top .head-top .h-t-logon {
    text-align: right;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
}

.h-head-top .head-top .h-t-logon>*:hover {
    color: rgb(255, 115, 0);
}

.xiexian {
    color: #c1bebd;
}

.xiexian:hover {
    color: #c1bebd !important;
}

/* 顶部e */

/* 导航栏s*/
.my-head {
    box-shadow: 0 0 5px 1px #dadada;
    background-color: #fff;
}

.h-head {
    max-width: 1200px;
    margin: 0 auto;
}

.h-head .ws-logo {
    height: 70px;
    line-height: 70px;
}
.h-head .ws-logo img{
    max-height: 70px;
   
}
.h-head .head-a .layui-nav {
    background: #fff;
    margin-top: 5px;
}

.h-head .layui-nav li a {
    color: #333 !important;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}

.h-head .layui-nav li:hover a {
    color: #fffcf0 !important;
    position: relative;
    z-index: 1 !important;
}

.h-head .layui-nav .layui-this:after {
    content: "";
    background-color: #ff5c23;
    height: 30px;
    top: 15px !important;
    z-index: 0;
    border-radius: 15px;
}

.h-head .layui-nav-bar {
    height: 30px;
    top: 15px !important;
    background-color: rgba(255, 92, 35, 0.6);
    z-index: 0;
    border-radius: 15px;
}

.h-head .layui-nav .layui-this a {
    color: #fff !important;
    z-index: 100;
}

.h-head .h-t-search {
    padding-top: 15px;
}

.h-head .nav-toggle {
    cursor: pointer;
    padding: 0 15px;
    font-size: 20px;
}


.my-head .mobile-nav {
    position: fixed;
    top: 0;
    right: -120px;
    width: 120px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s;
    /* 改为right过渡 */
    z-index: 9999;
    padding-top: 60px;
}


.my-head .mobile-nav.show {
    right: 0;

}


.my-head .nav-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    display: none;
}


.my-head .nav-mask.show {
    display: block;
}


.my-head .mobile-nav .layui-nav {
    background: none;
}


.my-head .mobile-nav .layui-nav-item {
    display: block;

}

.my-head .mobile-nav .layui-nav-item a {
    color: #460000;
}

.my-head .mobile-nav .layui-this a {
    background: #ff8800 !important;
    color: #fff;
}

.my-head .mobile-nav .layui-nav-item a:hover {
    background: rgba(255, 136, 0, 0.5) !important;
    color: #fff;
}

.my-head .mobile-close {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* 移动端菜单按钮样式调整 */
.mobile-menu-btn {
    text-align: right;
    padding: 15px 0;
}

/*导航栏e  */
/* 底部 s*/
.foot .g-footer {
    background: #282d35;
    color: #6e7c80;
    font-size: 13px;
    padding: 20px;
}

.foot .g-footer .g-inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.foot .g-footer .g-inner a {
    color: #ffffff;
}

.foot .g-footer .g-inner .link {
    padding-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #32373f;
    max-width: 720px;
    color: #a5b9bf;
}

.foot .g-footer .g-inner .link a {
    margin-right: 10px;
    font-size: 14px;
}

.foot .g-footer .g-inner .legal-ico {
    overflow: hidden;
    text-align: center;

}

.foot .g-footer .g-inner .legal-ico .i1 {
    background-position: 10px 0;
}

.foot .g-footer .g-inner .legal-ico a {
    position: absolute;
    bottom: 15px;
    right: 5px;
    padding: 10px 1.5em 10px 52px;
    background: #2f343c url(../img/legal-ico.png) no-repeat;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
    color: #69767b;
    border-radius: 30px;
}

@media (max-width: 450px) {
    .foot .g-footer .g-inner .legal-ico a {
        float: left;
        position: relative;
        top: 0;
        left: 0;

    }
}

.foot .g-footer .g-inner .clearfix:before,
.foot .g-footer .g-inner .clearfix::after {
    clear: both;
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

/* 低部e */
/* 侧边s */
.fixed-tools {
    bottom: 20%;
    right: -120px;
    z-index: 1020;
    position: fixed;
}

.fixed-tools ul li.cur {
    width: 150px;
    margin-left: -90px;
    background: #ff5c23;
}

.fixed-tools ul li.cur i.quan {
    background-position: 0 -28px;
}

.fixed-tools ul li.cur i.gm {
    background-position: 0 2px;
}

.fixed-tools ul li.cur i.ewmleft {
    background-position: 0 -60px;
}

.fixed-tools ul li.cur i.kfqq {
    background-position: 0 -280px;
}

.fixed-tools ul li.litype1 p {
    display: none;
    line-height: 60px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.fixed-tools ul li.litype2 .tool_ewm {
    display: none;
    position: absolute;
    padding: 10px 10px 0 10px;
    bottom: 0;
    right: 190px;
    width: 150px;
    height: 180px;
    background: white;
    box-shadow: 0px 2px 5px #c1bebd;
    transition: all 0.3s;
    text-align: center;
    border-radius: 2px;
}

.fixed-tools ul li.litype2 .tool_ewm img {
    width: 130px;
    height: 130px;
}

.fixed-tools ul li.litype2 .tool_ewm p {
    margin-top: 5px;
    color: #f77700;
}

.fixed-tools ul li.litype2:hover .tool_ewm {
    display: block;
}

.fixed-tools ul li {
    position: relative;
    margin-bottom: 5px;
    width: 180px;
    height: 60px;
    background: #f4f4f4;
    transition: all 0.3s;
    cursor: pointer;
}

.fixed-tools ul li i {
    display: block;
    float: left;
    margin: 16px;
    width: 28px;
    height: 28px;
    background: url(../img/toobtn.png) no-repeat;
}

.fixed-tools ul li i.quan {
    background-position: 0 -28px;
}

.fixed-tools ul li i.gm {
    background-position: 0 2px;
}

.fixed-tools ul li i.ewmleft {
    background-position: 0 -60px;
}

.fixed-tools ul li i.kfqq {
    background-position: 0 -122px;
}

.fixed-tools ul li.litype1:hover p {
    display: block;
}

.layui-fixbar li {
    width: 60px;
    color: #acacac;

}

.imgfrz a img {
    width: auto;
    height: 47px;
    margin-top: 10px;
}

/* 侧边e */
.font-red {
    color: red !important;
}

.a-hover:hover {
    box-shadow: 0px 0px 5px 0.1px #ffb663;
    transform: scale(1.1);
}

.h-ellipsis {
    white-space: nowrap;
    /* 禁止文本换行 */
    overflow: hidden;
    /* 溢出内容隐藏 */
    text-overflow: ellipsis;
}

.g-center {
    text-align: center;
}

.g-rigth {
    text-align: right;
}

.font12 {
    font-size: 12px;
    color: #a5a4a4;
}

.weight {
    font-weight: 550;
}
.mobile-menu-btn{
        display: none;
    }
.g-main{
    margin:15px auto;
}
/* 右边导航栏 */
@media (max-width:1199px) {
    .h-head-top .head-top .h-t-grid>*:nth-last-child(-n+3) {
        max-width: 100px;
          
    }
    .h-t-grid > *:not(:nth-child(3)){
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .h-head-top .head-top .h-t-logon {
        margin: 0 !important;
    }
}
@media (max-width:768px){
    .mobile-menu-btn{
        display: block;
    }
}
