/* GLOBAL STYLES */

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section,
a {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none !important;
}

input,
select,
textarea {
    vertical-align: middle;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
a {
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

.show-pc {
    display: block;
}

.show-phone {
    display: none;
}

.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.container img {
    width: 100%;
}

.top {
    /* position:fixed;
    background-color:#fff;
    z-index:999;*/
    /*    left:0;
    top:0;*/
    width: 100%;
    height: 90px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.top-c {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}

.logo {
    width: 110px;
    float: left;
    margin-top: 22.5px;
}

.line {
    width: 1px;
    background-color: #cccccc;
    height: 46px;
    margin-top: 22px;
    float: left;
    margin-left: 41px;
}

.logo-lhz {
    width: 170px;
    float: left;
    margin-left: 41px;
    margin-top: 27px;
}

.banner {
    width: 100%;
    height: 480px;
    /* margin-top:90px;*/
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
}

.banner-c {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-title {
    font-size: 48px;
    color: #fff;
}

.banner-txt {
    font-size: 16px;
    margin-top: 25px;
    color: #fff;
    line-height: 1.7em;
}

.banner-btn {
    width: 150px;
    height: 46px;
    background-color: #e60012;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    margin-top: 30px;
    transition: 0.5s;
}

.banner-btn:hover {
    background-color: #c2000f;
}

.banner-btn a {
    color: #fff;
}

.content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}

.part-left {
    width: 71.6%;
    overflow: hidden;
    float: left;
}

.p1-box {
    width: 100%;
    background-color: #f6f6f6;
    overflow: hidden;
}

.p1-img {
    width: 44.3%;
    float: left;
}

.p1-right {
    width: 46.6%;
    margin-left: 4.5%;
    float: left;
}

.p1-title {
    font-size: 24px;
    color: #333;
    margin-top: 8%;
}

.p1-t1 {
    width: 100%;
    line-height: 1.7em;
    font-size: 14px;
    color: #666666;
    margin-top: 3%;
}

.p1-name {
    margin-top: 4%;
    font-size: 14px;
    color: #999999;
}

.p1-btn {
    width: 120px;
    height: 36px;
    border: 1px solid #e60012;
    font-size: 14px;
    line-height: 32px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 69.7%;
    margin-top: 1%;
    transition: 0.5s;
}

.p1-btn a {
    color: #e60012;
}

.p1-btn:hover {
    background-color: #e60012;
}

.p1-btn:hover a {
    color: #fff;
}

.p2-box {
    width: 100%;
    margin-top: 4%;
}

.p2-nav {
    width: 100%;
    overflow: hidden;
}

.p2-nav li {
    width: 33%;
    float: left;
    height: 60px;
    background-color: #c9caca;
    margin-left: 0.2%;
    line-height: 60px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}

.p2-nav li:first-child {
    margin-left: 0 !important;
}

.p2-nav li.active {
    background-color: #e60012;
}

.p2-main {
    width: 97.7%;
    overflow: hidden;
    margin-top: 4%;
    display: none;
}

.p2-main.active {
    display: block;
}

.p2-main>li:last-child {
    border-bottom: none;
    margin-bottom: 0;

}

.p2-news {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
    position: relative;
}

.p2-news-pic {
    width: 34%;
    float: left;
    margin-right: 3.4%;
}

.p2-right {
    width: 62.2%;
    height: 100%;
    float: left;

}

.p2-title {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4%;

}

.p2-t1 {
    font-size: 14px;
    color: #666666;
    line-height: 1.75em;
    color: #666666;
    margin-top: 2.5%;
    height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p2-name {
    margin-top: 2%;
    font-size: 14px;
    color: #999;
}

.p2-btn {
    position: absolute;
    right: 5px;
    bottom: 40px;
    font-size: 14px;
    color: #e60012;
    margin-top: 3%;
    float: right;
}

.p2-btn img {
    width: 12px;
    display: inline-block;
    padding-left: 5px;
    transition: 0.5s;

}

.p2-btn:hover img {
    transform: translateX(5px);
}

.part-right {
    width: 26%;
    float: right;
    overflow: hidden;
}

.p3-box {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 2px solid #000;
}

.p3-more {
    position: absolute;
    right: 0;
    top: 2%;
    font-size: 14px;
    color: #666666;
}

.p3-more img {
    width: 12px;
    display: inline-block;
}

.p3-more a {
    color: #666;
}

.p3-more:hover a {
    color: #e60012;
}

.p3-title {
    font-size: 24px;
    color: #000000;
}

.p3-ul {
    width: 100%;
    overflow: hidden;
    margin-top: 6%;
}

.p3-ul li {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.p3-ul li:hover a p{
    color:#e60012;
}
.p3-ul li a {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}

.p3-ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.p3-fm {
    width: 28.8%;
}

.p3-fm-title {
    width:92%;
    font-size: 18px;
    margin-left: 6.1%;
    color: #333;
}

.p4-box {
    width: 100%;
    margin-top: 10%;
}

.p4-title {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
}

.p4-title img {
    width: 18px;
    display: inline-block;
}

.p4-ul {
    width: 100%;
    margin: 0 auto;
}

.p4-ul li {
    width: 100%;
    margin: 8% auto 0;
    position: relative;
    overflow:hidden;
}
.p4-ul li a>img{
    transition:0.5s;
}
.p4-ul li:hover a>img{
    transform:scale(1.1);
}
.p4-mask {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.p4-t1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-content: center;
    align-items: center;
}

.p4-t1 p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 1.7em;
}

.tg {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background-color: #f6f6f6;
    margin-top: 12%;
}

.tg:hover {
    background-color: #e60012;
    border: 1px solid #e60012;
}

.tg:hover a {
    color: #fff;
}

.tg-c {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #e60012;
    margin-top: 8%;
}

.tg-c a {
    color: #e60012;
}

.tg-c img {
    width: 33px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.bottom {
    width: 100%;
    height: 60px;
    background-color: #4d4d4d;
    text-align: center;
    font-size: 12px;
    line-height: 60px;
    color: #e5e5e5;
}

.bottom .main {
    padding: 0;
}

.bottom img {
    width: auto !important;
    vertical-align: middle;
    display: inline-block;
    padding-left: 1%;
    padding-right: 0.5%;
}

.page-title {
    width: 312px;
}

.banner-txt.page {
    width: 550px;
}

.page-ul {
    width: 100%;
    margin: 0 auto;
}

.page-ul::after {
    display: block;
    content: '';
    clear: both;
}

.page-ul li {
    position: relative;
    background-color: #fff;
    padding: 1.5% 0;
    width: 31.4%;
    height: 115px;
    float: left;
    margin-left: 2.9%;
    overflow: hidden;
    margin-bottom: 3%;
}

.page-ul li:first-child {
    margin-left: 0;
}

.main.vis {
    overflow: visible;
}

.page-ul li:hover {
    box-shadow: 0px 18px 20px rgba(188, 188, 188);
}

.page-ul li:hover .read {
    opacity: 1;
}

.page-ul li:hover .download {
    opacity: 1;
}

.content.page {
    background-color: #f6f6f6;
}

.page-book {
    width: 23.9%;
    float: left;
    margin-left: 4.8%;
    box-shadow: 0px 1px 5px rgba(188, 188, 188);
}

.book-title {
    width:60%;
    font-size: 18px;
    float: left;
    margin-left: 7%;
    margin-top: 2%;
}

.read {
    position: absolute;
    left: 35.8%;
    bottom: 17%;
    font-size: 14px;
    color: #666666;
    
}

.read a {
    color: #666;
}

.read:hover a {
    color: #e60012;
}

.read img {
    width: 14px;
    display: inline-block;
    vertical-align: bottom;
}

.download {
    position: absolute;
    left: 63%;
    bottom: 13%;
    width: 20.7%;
    height: 29px;
    background-color: #e60012;
    border-radius: 16px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    
}

.download a {
    color: #fff;
}

.download:hover {
    background-color: #c2000f;
}

.download img {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
}

.show-pc {
    display: block
}

img {
    width: 100%;
}

.show-phone {
    display: none
}

.plan-zl-box {
    width: 600px;
    left: 50%;
    position: fixed;
    margin-left: -300px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0px 3px 8px rgb(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 999;
    padding: 40px 0;
    display: none;
}

.zl-main {
    width: 81.4%;
    margin: 0 auto;
    overflow: hidden;
}

.zl-title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #e60012;
}

.zl-tip {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin: 1.5% auto 3%;
}

.zl-list {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 4%;
}

select {
    width: 78.2%;
    float: left;
    box-sizing: border-box;
    margin-left: 1.8%;
    border: 1px solid #d9d9d9;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
    background: #fff;
}

.zl-p {
    width: 15.3%;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-top: 2%;
    text-align: right;
}

.xing {
    width: 1.2%;
    float: right;
    margin-top: 2%;
    margin-right: 2%;
}

select::-ms-expand {
    display: none;
}

input {
    width: 78.2%;
    float: left;
    box-sizing: border-box;
    margin-left: 1.8%;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    height: 40px;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
}

input.code {
    width: 54%;
}

.code-btn {
    font-size: 14px;
    float: left;
    margin-left: 2%;
    color: #e60012;
    cursor: pointer;
    /*    font-weight:600;*/
    margin-top: 1.5%;
}

.jiao {
    position: absolute;
    width: 1.5%;
    right: 6.4%;
    top: 44%;
}

.zl-c {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.zl-c.c1 {
    margin-top: 2%;
}

.ys {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 3% auto 0;
}

.ys a {
    color: #e60012;
    text-decoration: none;
}

.zl-btn {
    width: 25.5%;
    margin: 5% auto 0;
    cursor: pointer;
}

.zl-close {
    position: absolute;
    width: 3.1%;
    right: 3.1%;
    top: 3.1%;
    cursor: pointer;
}

.qgzt_09{overflow:hidden;padding:0px 0px 90px 0px;}
.qgzt_09_c{width:100%;overflow:hidden;padding:40px 80px;background:url("https://www.h3c.com/cn/tres/NewWebUI/scripts/images/qg_07.jpg") center no-repeat;background-size:cover;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;display:flex;display:-webkit-flex;align-items:center;justify-content:center;}
.qgzt_09_c img{display:block;width:121px;}
.qgzt_09_c .qgzt9c_c{width:100%;overflow:hidden;padding-left:60px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.qgzt_09_c .qgzt9c_c p{width:100%;overflow:hidden;color:#fff;}
.qgzt_09_c .qgzt9c_c p.p1{font-size:20px;line-height:1.75;font-weight:bold;}
.qgzt_09_c .qgzt9c_c p.p2{font-size:16px;line-height:1.75;margin-top:10px;}

@media screen and (max-width:1200px) {

    .main,
    .top-c,
    .banner-c {
        width: 1000px;
    }

    .banner {
        height: 300px;
    }

    .p1-t1 {
        font-size: 12px;
    }

    .p3-fm-title {
        font-size: 16px;
    }

    .p4-t1 p {
        font-size: 16px;
    }

    .tg {
        height: 80px;
    }

    .tg-c {
        font-size: 20px;
    }


    .page-ul li {
        height: 95px;
    }
}


@media screen and (max-width:770px) {

    /* 解决方案资料页移动端开始 */
    .show-pc {
        display: none;
    }

    .show-phone {
        display: block;
    }


    .main,
    .top-c,
    .banner-c {
        width: 100%;
    }

    .top {
        position: fixed;
        height: 48px;
        background-color: #fff;
        z-index: 300;
        overflow: visible;
    }

    .top-c {
        overflow: visible;
    }

    .logo {
        width: 70px;
        margin-left: 16px;
        margin-top: 4px;
    }

    .line {
        height: 29px;
        margin-top: 11px;
        margin-left: 12px;
    }

    .logo-lhz {
        width: 127px;
        margin-left: 12px;
        margin-top: 11px;
    }

    .menu {
        position: relative;
        z-index: 30;
        float: right;
        margin-right: 5.3%;
        width: 6%;
        padding-left: 4%;
        margin-top: 3.8%;
    }

    .menu-line {
        width: 100%;
        background-color: #e60012;
        height: 3px;
        border-radius: 4px;
        display: block;
        margin-bottom: 5px;
        transition: all .4s;
    }

    .menu.cur>span:nth-child(1) {
        transform: translateY(10px) translateX(0) rotate(45deg);
    }

    .menu.cur>span:nth-child(2) {
        opacity: 0;
    }

    .menu.cur>span:nth-child(3) {
        transform: translateY(-6px) translateX(0) rotate(-45deg);
    }


    .nav {
        width: 100%;
        position: absolute;
        left: 0;
        top: 49px;
        background-color: #fff;
        display: none;
    }

    .nav li {
        padding: 3% 14px;
        /*margin-left:14px;*/
        font-size: 4vw;
        border-bottom: 1px solid #ccc
    }

    .banner {
        position: relative;
        background-image: none !important;
        height: auto;
        margin-top: 48px;
    }

    .banner-c {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .banner-title {
        font-size: 8vw;
        margin-left: 4%;
    }

    .banner-txt {
        font-size: 3.7vw;
        margin-left: 4%;
    }

    .banner-btn {
        margin-left: 4%;
        font-size: 3.7vw;
        width: 30%;
        height: 40px;
        line-height: 40px;
    }


    .part-left {
        float: none;
        width: 92%;
        margin: 0 auto;
    }

    .main {
        padding: 6% 0 0;
    }

    .p2-zk {
        display: none;
    }

    .p2-zk.active {
        display: block;
    }

    .p2-nr {
        width: 100%;

    }

    .p2-nr li {
        width: 100%;
        padding-bottom: 7%;
        border-bottom: 1px solid #dcdcdc;
        overflow: hidden;
        margin-bottom: 5%;
    }

    .p2-nr li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .p2-btn {
        position: relative;
        right: 0;
        bottom: 0;
        /*float:none;*/
        font-size: 3.2vw;
        margin-top: 5%;
        margin-right: 4.3%;
    }

    .p2-btn img {
        width: 10px;
        padding-left: 3px;

    }
    .p2-nr .p2-img{
        display:none;
    }
    .p2-img {
        width: 100%;
        margin: 3% auto 0;
/*        display:none;*/
    }

    .p2-title-w {
        width: 90%;
        margin: 5% auto 0;
        overflow: visible;
        line-height: 1.5em;
        font-size: 4.3vw;
        color: #333;
    }

    .p2-more {
        text-align: center;
        font-size: 3.2vw;
        margin-bottom: 8%;
    }

    .p2-more.cur img {
        transform: rotate(180deg);
    }

    .p2-more img {
        width: 14px;
        display: inline-block;
        padding-left: 5px;
        vertical-align: top;
    }

    .p1-img {
        float: none;
        width: 100%;
    }

    .p1-right {
        width: 91.6%;
        float: none;
        margin: 4% auto 0;
    }

    .p1-title {
        font-size: 5.35vw;
    }

    .p1-t1,
    .p1-name {
        font-size: 3.2vw;
    }

    .p1-btn {
        margin: 3% auto 6%;
        font-size: 3.2vw;
        height: 32px;
        line-height: 30px;
        width: 29.6%;
    }

    .p2-list {
        width: 100%;
        background-color: #4d4d4d;
        padding: 4% 0 4.5%;
        overflow: hidden;
        margin-bottom: 2%;
    }

    .p2-list.active {
        background-color: #e60012;
    }

    .p2-list.active img {
        opacity: 1;
    }

    .p2-list p {
        float: left;
        font-size: 4.8vw;
        color: #fff;
        margin-left: 6%;
        line-height: 4.8vw;
    }

    .p2-list img {
        width: 4.5%;
        float: right;
        margin-right: 6%;
        margin-top: 2%;
        opacity: 0.6;
    }

    .p2-box {
        margin-bottom: 7%;
    }

    .part-right {
        float: none;
        width: 100%;
        margin: 0 auto;
        background-color: #f6f6f6;
    }

    .p3-box,
    .p4-box {
        width: 92%;
        margin: 8% auto 0;
        padding-bottom: 5%;
        padding-top: 3%;
        background-color: #fff;
        border-bottom: none;
        box-shadow: 0px 1px 5px rgba(188, 188, 188);
    }

    .p3-title {
        margin-left: 6%;
        font-size: 5.3vw;
        margin-bottom: 6%;
    }

    .p3-more {
        font-size: 3.2vw;
        color: #e60012;
        right: 6%;
        top: 6%;
    }

    .p3-more a {
        color: #e60012;
    }

    .p3-ul {
        width: 88%;
        margin: 0 auto;
    }

    .p3-ul li {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .p3-fm-title {
        width:auto;
        margin-left: 0;
        font-size: 4.2vw;
    }

    .p4-t1 {
        position: relative;
        display: block;

    }

    .p4-t1 p {
        color: #000000;
        text-align: left;
    }

    .p4-ul {
        width: 88%;
        margin: 4% auto 0;
    }

    .p4-title {
        font-size: 5.3vw;
        margin-left: 6%;
    }

    .p4-ul li {
        margin-top: 0;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #dcdcdc;
    }

    .p4-ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .p4-title img {
        width: 15px;
    }

    .tg {
        width: 92%;
        height: auto;
        border: 1px solid #e60012;
        margin: 8% auto 8%;
        padding: 5% 0;
    }

    .tg-c {
        font-size: 4.8vw;
        margin-top: 0;
    }

    .tg-c img {
        width: 29px;
    }

    .banner-main {
        width: 100%;
    }

    .banner-txt.page {
        width: 90.4%;
        font-size: 3.7vw;
    }

    .page-title {
        width: 53%;
        margin-left: 4%;
    }

    .page-ul {
        width: 100%;
        margin: 0 auto 10%;
    }

    .page-ul li {
        width: 92.4%;
        height: auto;
        float: none;
        margin-left: 0;
        padding: 5% 0;
        margin: 0 0 5% 3.8% !important;
        box-shadow: 0px 2px 8px rgba(188, 188, 188);
    }

    .book-title {
        font-size: 4.3vw;
    }

    .page-book {
        width: 24%;
        margin-left: 4.9%;
    }

    .read {
        opacity: 1;
        left: 45.4%;
        display: block;
        font-size: 3.2vw;
    }

    .read img {
        width: 12px;
    }

    .download {
        width: 20.8%;
        left: 72.3%;
        opacity: 1;
        font-size: 3.2vw;
        line-height:29px;
    }

    .download img {
        width: 12px;
    }

    .plan-zl-box {
        width: 93.3%;
        margin-left: 0;
        left: 3.5%;
        padding: 5% 0;
    }

    .zl-title {
        font-size: 4.8vw;
    }

    .zl-tip {
        font-size: 3vw;
        margin-top: 3%;
    }

    .zl-main {
        width: 92%;
        margin-left: 4%;
    }

    .zl-p {
        width: 20%;
        font-size: 3vw;
    }

    .zl-p.p1 {
        margin-top: 1%;
    }

    .zl-list,
    .zl-c.c1 {
        margin-top: 4%;
    }

    .code-btn {
        font-size: 3vw;
    }

    input.code {
        width: 41%;
    }
    
    select,
    input {
        width: 69%;
        height: auto;
        line-height: 1em;
        margin-left: 2.5%;
        border-radius: 3px;
        font-size: 3vw;
        padding: 1.5% 0 1.7% 2%;
        background: none;
        -webkit-appearance: none;
    }

    .bottom {
        padding: 2.5% 0;
        height: auto;
        line-height: 1.75em;
        font-size: 3vw;
    }
    .bottom .main{
        width:93%;
    }
    .xing {
        width: 1.7%;
        margin-right: 4%;
    }

    .jiao {
        width: 2.2%;
        right: 12.2%;
    }

    .jiao.j1 {
        top: 44%;
    }

    .ys {
        font-size: 2.4vw;
    }

    .zl-close {
        width: 5%;
        right: 4%;
    }

    .zl-btn {
        width: 30.4%;
        margin: 3% auto 0;
    }

    .p1-btn:hover {
        background-color: #fff;
    }

    .p1-btn:hover a {
        color: #e60012;
    }

    .p2-btn:hover img {
        transform: translateX(0px)
    }

    .tg:hover {
        background: none;
    }

    .tg:hover a {
        color: #e60012;
    }

    .page-ul li:hover{
        box-shadow:0px 2px 8px rgb(188 188 188);
    }
    .read:hover a{
        color:#666;
    }
    .download:hover{
        background-color:#e60012;
    }
    .hz-20221013banner-btn {
        margin: 49% auto 0px;
    }
    .qgzt_09_c{padding:20px 20px;width:92.4%;margin:0 auto 8%;}
    .qgzt_09_c .qgzt9c_c p.p1{font-size:16px;}
    .qgzt_09_c .qgzt9c_c p.p2{font-size:14px;}
    .qgzt_09_c img{width:70px;}
    .qgzt_09_c .qgzt9c_c{padding-left:20px;}
}

/* 新增按钮代码 */
.hz-20231031btnwrapper{
   overflow:hidden
}
.hz-20231031btnwrapper>div{
    float:left;
    margin-right:25px;
}

@media screen and (max-width:770px){
   .hz-20231031btnwrapper{
       overflow:hidden;
       display: flex;
       justify-content:center;
    } 
    .hz-20231031btnwrapper>div{
        float:none;
        margin:49% 20px 0 0;
    }   
    .hz-20231031btnwrapper>div:last-child{
        margin-right:0;
    } 
}
/* 新增按钮代码结束 */