﻿.gwauto {
    width: 90%;
    margin: 0 auto;
}

.pcmaster {
    transition: transform 0.01s ease; /* 消除抖动的关键 */
}
    /* 禁用容器滚动的样式（核心优化） */
    .pcmaster.no-scroll {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
    }
.mstheadbg {
    background-color:#FFF;
    position: fixed;
    z-index: 120;
    width:100%;
}
.pcmaster .msthead {
    padding-top: 20px;
    left: 0px;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    height: 101px;
    box-sizing: border-box;
}
    .pcmaster .hdlogo {
        height: 60px;
    }
    .pcmaster .hdlogo img {
        display: block;
        height: 60px;
    }

    .pcmaster .flexone {
        flex: 1;
    }

    .pcmaster .hditem {
        height: 22px;
        line-height: 22px;
        margin-top: 29px;
        background-repeat: no-repeat;
        background-size: 22px 22px;
        background-position: left center;
        padding-left: 24px;
        font-size: 16px;
        cursor: pointer;
        margin-right: 10px;
        user-select: none;
    }

    .pcmaster .hdmenu {
        background-image: url(/img/ifimg/menu.png);
    }

    .pcmaster .hdmail {
        background-image: url(/img/ifimg/Email.png);
    }
    /****/
    .pcmaster .mstfoot {
        width: 100%;
        background-color: #383735;
        color: #FFF;
        padding: 30px 0;
    }

    .pcmaster .ftholder {
        display: flex;
        justify-content: space-between;
    }

    .pcmaster .ftlogo img {
        display: block;
        height: 80px;
    }

    .pcmaster .ftflex {
        flex: 1;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

        .pcmaster .ftflex a {
            display: block;
            margin: 0 10px;
            background-color: #454545;
            width: 40px;
            height: 40px;
            background-image: url(/img/ifimg/ftico.png);
            background-repeat: no-repeat;
            background-size: 20px 20px;
            background-position: center center;
            border-radius: 6px;
        }

        .pcmaster .ftflex .fta1 {
            background-image: url(/img/ifimg/x.png);
        }

        .pcmaster .ftflex .fta2 {
            background-image: url(/img/ifimg/facebook.png);
        }

        .pcmaster .ftflex .fta3 {
            background-image: url(/img/ifimg/youtube.png);
        }

        .pcmaster .ftflex .fta4 {
            background-image: url(/img/ifimg/linkedin.png);
        }

    .pcmaster .ftemail {
        display: flex;
        flex-direction: column;
        justify-content: right;
        text-align: right;
        padding-top: 10px;
    }

    .pcmaster .emnm {
        font-size: 16px;
        height: 20px;
        line-height: 20px;
    }

    .pcmaster .emxx {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
/****/
.pubmenu {
    position: fixed;
    z-index: 999;
    background-color: #5a5a5a;
    width: 800px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transform: translateX(100%); /* 默认隐藏 */
    transition: transform 0.3s ease; /* 平滑过渡 */
    box-sizing: border-box;
}

    .pubmenu.show {
        transform: translateX(0); /* 显示菜单 */
    }

.pubmenubg {
    position: fixed;
    z-index: 998;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0;
    pointer-events: none; /* 默认不可点击 */
    transition: opacity 0.3s ease;
}

    .pubmenubg.show {
        opacity: 0.7;
        pointer-events: auto; /* 显示后可点击 */
    }

.pubmenu .close-btn {
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 30px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

    .pubmenu .close-btn img {
        display: block;
        width: 40px;
    }
/****/
.pubmenu .menucontainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

    .pubmenu .menucontainer a {
        color: #fff;
    }

.pubmenu .menufstcontainer {
    width: 50%;
    background-color: #414342;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pubmenu .menusndcontainer {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pubmenu .menufst {
}

    .pubmenu .menufst a {
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        padding: 0px 10px;
        border-bottom: 1px solid #515151;
    }

        .pubmenu .menufst a:hover {
            color: #9cb825;
        }

.pubmenu .menusnd a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0px 10px;
    border-bottom: 1px solid #515151;
}

    .pubmenu .menusnd a:hover {
        color: #9cb825;
    }
.pubmenu .childitem {
    display: none;
}
/******/
.pubbanner{

}
.pubbanner img{
    display:block;
    width:100%;
}
.pubmbx{
    display:flex;
    justify-content:space-between;
}
.mbxfl {
    width: 5%;
    background-image: url(/img/ifimg/mbx01.jpg);
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: repeat-x;
}
.mbxflex{
    width:90%;
    display:flex;
    justify-content:space-between;
}
.mbxfr {
    width: 5%;
    background-image: url(/img/ifimg/mbx03.png);
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: repeat-x;
}
.mbxnm {
    background-image: url(/img/ifimg/mbx01.jpg);
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    display:flex;
    color:#FFF;
    line-height:60px;
}
.mbxen{
    font-size:18px;
    font-weight:bold;
    margin-right:20px;
}
.mbxan {
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
.mbxfg img{
    display:block;
    height:60px;
}
.mbxfh {
    flex: 1;
    background-image: url(/img/ifimg/mbx03.png);
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: repeat-x;
}