.header {
    width: 100%;
    height: 1rem;
    background: #fff;
}

.header .headerbox {
    width: 12rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

.header .logo {
    /* width: 5.2rem; */
    height: .6rem;
}

.header .logo_icon {
    display: none;
}

.header .right {
    width: auto;
    height: 0.72rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .right .zs {
    width: 0.6rem;
    /* height: 0.84rem; */
    cursor: pointer;
}

.header .right .textbox {
    width: auto;
    display: flex;
    flex-direction: column;
    margin-right: 0.2rem;
}

.header .right .textbox .notebox {
    width: auto;
    display: flex;
    flex-direction: column;
    height: 0.32rem;
    overflow: hidden;
}

.header .right .textbox .notebox ul {
    height: 0.32rem;
    overflow: hidden;
}

.header .right .textbox .notebox li {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;

}

.header .right .textbox .notebox li .icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    cursor: pointer;
}

.header .right .textbox .notebox li .text {
    width: auto;
    max-width: 6.5rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.17rem;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .right .textbox .notebox li .text a {
    color: #333;
}

.header .right .textbox .textline {
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 0.32rem;
    justify-content: flex-end;
    /* margin-top: 0.1rem; */
}

.header .right .textbox .textline .ico-seach {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
}

.header .right .textbox .textline .line {
    width: 2px;
    height: .16rem;
    background: rgb(46, 60, 57);
    margin-right: 0.1rem;
}

.header .right .textbox .textline .text {
    width: auto;
    /* height: 0.32rem; */
    /* line-height: 0.32rem; */
    font-size: 0.17rem;
    color: rgb(46, 60, 57);
    cursor: pointer;
}

.header .right .textbox .textline .text a {
    color: rgb(46, 60, 57);
}

/* 底部 */
.footer {
    width: 100%;
    background: #03533F;
    padding: .35rem 0;
    position: relative;
}

.dtPng {
    position: absolute;
    top: .5rem;
    height: .45rem;
    /*left: 1.5rem;*/
    /*width: 1.4rem;*/
    margin-left: -6rem;
    left: 50%;
}

.footer_div {
    display: flex;
    justify-content: center;
    margin: 0 0 .2rem;
}

.footer_div li {
    cursor: pointer;
    width: 122px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #0f0;*/
}

.footer_div li .label {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: .12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.footer_div li .label img {
    width: .42rem;
    height: .42rem;
    margin: 0 0 .15rem;
}

.bigImg {
    display: none;
}

.footer_div li:not(:last-child):hover .label {
    display: none;
}

.footer_div li:not(:last-child):hover .bigImg {
    display: block;
    margin-top: -.1rem;
}

.footer p {
    text-align: center;
    color: #fff;
    line-height: .3rem;
}

/* 底部 end */
/* 第一版底部 */
.footerBox {
    width: 100%;
    padding: .5rem 0 .3rem;
    background: #00743B;
    margin: .3rem 0 0;
}

.footerBoxContent {
    width: 12rem;
    margin: auto;
}

.footerBox_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    color: #FFF;
}

.footerBox_logo p {
    display: flex;
    align-items: center;
}

.logoImg {
    height: .44rem;
}

.phoneImg {
    width: .24rem;
    height: .28rem;
    margin-right: .1rem;
}

.pTexts {
    margin: .25rem 0 0;
}

.pTexts span {
    display: block;
    text-align: center;
    font-size: .13rem;
    color: #fff;
    opacity: .7;
    line-height: .24rem;
}

.footerBox_div {
    margin: .3rem 0 .18rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerBox_divUl {
    width: 6rem;
    /* height: .34rem; */
    display: flex;
    flex-flow: wrap;
    padding: 0;
}

.footerBox_divUl li {
    color: #fff;
    opacity: .7;
    cursor: pointer;
    width: .88rem;
    margin: 0 .1rem .1rem 0;
    text-align: left;
    font-size: .13rem;
}

/*.footerBox_divUl li:nth-of-type(6) {
    margin-right: 0;
}*/

.footerBox_divUl li:nth-of-type(11) {
    margin-right: 0;
}

.footerBox_divUl li a {
    color: #fff;
    display: inline-block;
}

.footerBox_divUl li:hover {
    opacity: 1;
}

.footerBox_divOl {
    display: flex;
    margin: -.2rem 0 0;
}

.footerBox_divOl li {
    width: 1.16rem;
    height: .96rem;
    color: #fff;
    cursor: pointer;
    margin-right: .1rem;
}

.footerBox_divOl li:nth-last-of-type(1) {
    margin: 0;
}

.footerBox_divOl li .label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .09rem 0;
}

.footerBox_divOl li .label img {
    width: .4rem;
    margin: 0 0 .1rem;
}

.footerBox_divOl li .label span {
    font-size: .13rem;
    opacity: .7;
}

.footerBox_divOl li:not(:last-child):hover {
    background: #fff;
    border-radius: .06rem;
}

.footerBox_divOl li:not(:last-child):hover .label {
    display: none;
}

.footerBox_divOl li:not(:last-child):hover .bigImg {
    display: block;
    margin: .13rem auto;
}

.footerBox_divOl li .bigImg {
    width: .7rem;
    height: .7rem;
    display: none;
}

/* 第一版底部 end */
/*导航*/
.wrap_nav {
    z-index: 10;

    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left:0.2rem;
    /*    background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(51,51,51,.1) 99.9%);*/
    background: rgba(232, 236, 235, 1);
    /*    color: #fff;*/
    color: #2E3C39;
    font-size: .23rem;
}


.wrap_nav_img {
    /* width: 1.65rem; */
    height: .5rem;
    margin: 0 .86rem 0 .13rem;
}

.wrap_nav ul {
    display: flex;
    align-items: center;
    width: 12rem;
    height: 100%;
    justify-content: space-between;
}

.wrap_nav .ul_li {
    margin: 0 .1rem 0 .1rem;
    padding: 0;
    height: .8rem;
    /* border-radius: .4rem; */
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.wrap_nav a {
    color: #2E3C39;
    text-align: center;
}

.wrap_nav .ul_li span {
    z-index: 12;
    position: relative;
    font-size: .18rem;
    text-align: center;
    line-height: .8rem;
    padding: 0 .1rem .15rem;
}

.wrap_nav .ul_li:first-child:hover span {
    color: #fff;
}

.wrap_nav .ul_li:hover .wrap_nav_ol {
    visibility: visible;
}

.wrap_nav .ul_li:nth-last-of-type(1) {
    margin: 0;
}

.wrap_nav .ul_li.active span {
    border-bottom: 0.04rem solid #00743B;
    /* border-bottom-color:#; */
}

.wrap_nav .ul_li:hover {
    background: transparent !important;
}

.wrap_nav .ul_li:hover span {
    background: transparent !important;
    /* border-bottom-color: #00743B; */
    border-bottom: 0.04rem solid #00743B;
}

.wrap_nav .ul_li:hover span,
.wrap_nav .ul_li:hover span a {
    color: #2E3C39 !important;
}

.wrap_nav .ul_li:first-child:hover {
    background: #00743B;
}

.wrap_nav_ol {
    width: auto;
    position: absolute;
    height: 0.8rem;
    top: .8rem;
    color: #fff;
    font-size: .18rem;
    text-align: center;
    padding: .2rem 0;
    visibility: hidden;
    display: flex;
    z-index: 1000;
}

.menubg {
    width: 100%;
    position: absolute;
    left: 0;
    height: 0.8rem;
    top: 1.8rem;
    background-color: rgba(1, 116, 59, .8);
    z-index: 9;
    display: none;
}

.ul_li:nth-of-type(1) {
    margin-left: 0;
}

.ul_li:nth-of-type(2) .wrap_nav_ol {
    left: -0.97rem;
}

.ul_li:nth-of-type(3) .wrap_nav_ol {
    /* 120 */
    left: -1.33rem;
}

.ul_li:nth-of-type(4) .wrap_nav_ol {
    /* 120 */
    left: -1.33rem;
}

.ul_li:nth-of-type(5) .wrap_nav_ol {
    /* 120 */
    left: -1.78rem;
}

.ul_li:nth-of-type(6) .wrap_nav_ol {
    left: -0.92rem;
}

.ul_li:nth-of-type(7) .wrap_nav_ol {
    /* 120 */
    left: -2.14rem;
}

.ul_li:nth-of-type(8) .wrap_nav_ol {
    /* 120 */
    left: -0.5rem;
}

.ul_li:nth-of-type(9) .wrap_nav_ol {
    /* 120 */
    left: -1.33rem;
}

.ul_li:nth-of-type(10) .wrap_nav_ol {
    /* 120 */
    left: -2.1rem;
}

.ul_li:nth-of-type(11) .wrap_nav_ol {
    /* 120 */
    left: -2.5rem;
}

.wrap_nav_ol li {
    padding: .07rem 0;
    width: auto;
    color: #fff;
    margin: 0 0 0 .2rem;
    white-space: nowrap;
}

.wrap_nav_ol li:hover {
    color: #fdc900;
}

.wrap_nav_ol li a {
    color: #fff !important;
}

.wrap_nav_ol li a:hover {
    color: #fdc900 !important;
}

.carousel-indicators {
    align-items: center;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators li.active {
    width: 30px;
    height: 10px;
    border-radius: 5px 5px 5px 5px;
    border: .01rem solid #fff;
}

.banner-up {
    width: 11rem;
    height: 5.8rem;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    margin: -2.7rem 0 0 -5.5rem;
}

.tabbox {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 2000;
    bottom: -0.8rem;
}

.tabbox .list {
    width: 2.9rem;
    height: 1.6rem;
    background: #fff;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    box-shadow: 0px 6px 8px rgba(234, 240, 238, 1);
    margin: 0 0.06rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.tabbox .list.widthNone {
    display: none;
}

.tabbox .list:hover {
    background: linear-gradient(119.20640298312deg, rgba(255, 255, 255, 1) 0%, rgba(188, 236, 225, 1) 100%);
}

.tabbox .list .img {
    width: 0.48rem;
    height: 0.48rem;
    margin: 0.22rem 0 0.22rem 0.5rem;
}

.tabbox .list .text {
    width: 100%;
    padding-left: 0.5rem;
    box-sizing: border-box;
    font-size: 0.24rem;
    font-weight: bold;
    color: #636563;
}

.chaxunbox {
    width: 12rem;
    margin: 2rem auto 1.4rem;
    display: flex;
    height: 4.2rem;
    justify-content: space-between;
}

.chaxunbox .leftbox {
    height: 4.2rem;
    width: 7.95rem;
    background-color: rgba(245, 249, 248, 1);
    border-radius: 0.08rem;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0.5rem 0;
    box-sizing: border-box;
}

.chaxunbox .leftbox .titleline,
.chaxunbox .leftbox .inputline {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.chaxunbox .leftbox .titleline .title {
    font-size: 0.24rem;
    font-weight: bold;
}

.chaxunbox .leftbox .titleline .text {
    font-size: 0.16rem;
    color: #1B1E1D;
    margin-right: 0.4rem;
    opacity: 0.6;
}

.chaxunbox .leftbox .inputline .inputbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 3.35rem;
    position: relative;
}

.chaxunbox .leftbox .inputline .inputbox .text {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #1B1E1D;
    margin-bottom: 0.1rem;
}

.chaxunbox .leftbox .inputline .inputbox .input {
    width: 100%;
    height: 0.56rem;
    border: 1px solid #d1d9d7;
    padding: 2px 16px 2px 16px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.05rem;
    margin-top: 0.05rem;

}

.chaxunbox .leftbox .inputline .inputbox .input .img {
    width: 0.16rem;
    height: 0.19rem;
}

.chaxunbox .leftbox .inputline .inputbox .selectbox {
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0.94rem;
    z-index: 1000;

}

.chaxunbox .leftbox .inputline .inputbox .selectbox.show {
    display: flex;
}

.chaxunbox .leftbox .inputline .inputbox .selectbox .selsct1 {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 0.06rem;
    box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.1);
    padding: 0.04rem;
    background: #fff;
}

.chaxunbox .leftbox .inputline .inputbox .selectbox .selsct2 {
    max-height: 4.06rem;
    width: 50%;
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 0.06rem;
    box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.1);
    padding: 0.04rem;
    background: #fff;
}

.chaxunbox .leftbox .inputline .inputbox .selectbox .list {
    width: 100%;
    height: 0.56rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0.12rem;
    align-items: center;
    border-radius: 0.04rem;
}

.chaxunbox .leftbox .inputline .inputbox .selectbox .list:hover,
.chaxunbox .leftbox .inputline .inputbox .selectbox .list.active {
    background-color: rgba(234, 242, 240, 1);
}

.chaxunbox .leftbox .inputline .inputbox .selectbox .list .text {
    font-size: 0.16rem;
    color: #1B1E1D;
}

.chaxunbox .leftbox .inputline .inputbox .selectbox .list .icon {
    width: 0.16rem;
    height: 0.16rem;
    background: url('../images/icon-sel01.png') no-repeat;
    background-size: 100% 100%;
}

.chaxunbox .leftbox .inputline .inputbox .selectbox .list:hover .icon {
    background: url('../images/icon-sel02.png') no-repeat;
    background-size: 100% 100%;
}

.chaxunbox .leftbox .inputline .inputbox .selectbox .list.active .text {
    color: rgb(3, 83, 63);
}

.chaxunbox .leftbox .cxbtn {
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    background-color: #00743B;
    border-radius: 0.04rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    margin-top: 0.5rem;
    cursor: pointer;
}

.chaxunbox .leftbox .cxbtn:hover {
    background-color: rgba(3, 83, 63, 0.949019607843137);
}

.chaxunbox .rightbox {
    width: 3.9rem;
    display: flex;
    flex-direction: column;
}

.chaxunbox .rightbox .contbox {
    width: 100%;
    height: 2rem;
    background-color: rgba(245, 249, 248, 1);
    border-radius: 0.08rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
}

.chaxunbox .rightbox .contbox .text {
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0.5rem 0 0 0.55rem;
    color: #636563;
}

.chaxunbox .rightbox .contbox .img {
    width: 2rem;
    height: 2rem;
    z-index: 1000;
    position: absolute;
    right: -0.4rem;
    top: 0.4rem;
    transition: top 1s;
}

.chaxunbox .rightbox .contbox:hover img {
    top: 0.2rem;
}


/*悬浮*/
.suspensionBox {
    z-index: 100;
    position: fixed;
    bottom: 1.5rem;
    right: .3rem;
    padding: .2rem 0.15rem 0;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
    border-radius: .6rem;
}

.suspensionBox li {
    margin-bottom: .2rem;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 32px;
    height: auto;
}

.suspensionBox li .hoverBox {
    z-index: 100;
    padding: 10px 15px;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.26);
    position: absolute;
    right: 72px;
    top: -.5rem;
    /*left: -120px; top: -.5rem;*/
    background: #fff;
    border-radius: 10px;
    display: none;
}

.suspensionBox li:nth-of-type(3) .hoverBox {
    top: -.2rem;
    right: 72px;
    /*top: -.2rem; left: -176px;*/
}

.suspensionBox li:nth-of-type(4) .hoverBox {
    top: -.1rem;
}

.suspensionBox li:nth-of-type(3) .hoverBoxText {
    text-align: left;
    color: #999;
}

.suspensionBox li:nth-of-type(5) .hoverBoxText {
    width: .9rem;
}

.hoverBox .hoverBoxImg {
    width: .8rem;
    height: .8rem;
}

.hoverBoxText {
    color: #101010;
    font-size: .14rem;
    text-align: center;
    margin: .05rem 0 0;
}

.hoverBox:before {
    content: '';
    border: .1rem solid transparent;
    border-left-color: #fff;
    position: absolute;
    right: -.18rem;
    top: 50%;
    margin-top: -.1rem;
}

.suspensionBox li img {
    width: 32px;
    height: 32px;
}

.suspensionBox li .two {
    display: none;
}

.suspensionBox li:hover .hoverBox {
    display: block;
}

.suspensionBox li:not(:last-child):hover .one {
    /*.suspensionBox li:hover .one{*/
    display: none;
}

.suspensionBox li:hover .two {
    display: block;
}

.suspensionBox li:nth-last-of-type(1) {
    /*margin: 0;*/
}

.suspensionBox li:nth-last-of-type(1) img {
    width: 40px;
    height: auto;
    margin-left: -4px;
}

.hoverBoxH6 {
    text-align: left;
    width: 1.8rem;
    font-size: .22rem;
    font-weight: 500;
    color: #000;
}

.suspensionBox li.suspensionTop {
    margin-bottom: .15rem;
}

/*.suspensionBox li:nth-last-of-type(1) .hoverBox{
    top: -.15rem;
    right: 72px;
}
.suspensionBox li:nth-last-of-type(1) .hoverBoxH6{
    font-size: .16rem;
    text-align: left;
    width: 1.5rem;
    line-height: .25rem;
}*/
.iconSearch {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 999990;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.iconSearchBox {
    width: 25%;
    height: .8rem;
    border-radius: .05rem;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: .2rem;
    display: flex;
    justify-content: center;
}

.iconSearchClose {
    position: absolute;
    right: -.1rem;
    top: -.1rem;
    color: #fff;
    border: 1px solid #fff;
    background: #000;
    width: .25rem;
    height: .25rem;
    border-radius: .25rem;
    text-align: center;

}

.iconSearchBoxInput {
    border: 1px solid #00743B;
    border-radius: 4px;
    padding: .05rem .1rem;
    margin: 0 .1rem 0 0;
    flex: 1;
}

.iconSearchBoxBtn {
    border-radius: 4px;
    padding: .06rem .12rem;
    background: #00743B;
    color: #fff;
}

.cursorPointer {
    cursor: pointer;
}

.qcqtfoot {
    display: flex;
    width: 7rem;
    flex-direction: column;

}

.qcqtfoot .yqlink {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
}

.qcqtfoot .yqlink a,
.qcqtfoot .yqlink .text {
    color: #fff;
    margin-right: 0.2rem;
    opacity: .7;
    cursor: pointer;
}

.qcqtfoot .yqlink a:last-child {
    margin-right: 0;
}

.qcqtfoot .title {
    width: 100%;
    color: #fff;
    opacity: .7;
    margin-bottom: 0.1rem;
}

.qcqtfoot .title .icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}

.qcqtfoot .yqlink a:hover {
    color: #fff;
    opacity: 1;
}

@media screen and (max-width: 860px) {
    .wrap {
        padding: .8rem 0 0;
        overflow: hidden auto;
    }

    .header .logo {
        height: .46rem;
    }

    .header {
        height: .8rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.12);
    }

    .header .logo_icon {
        height: .3rem;
    }

    /* 标题 */
    .wrap_nav {
        display: none;
        width: 50%;
        height: calc(100% - .8rem);
        position: fixed;
        top: .8rem;
        left: 50%;
        z-index: 100000;
        background: #0a8c4c;
        overflow: auto;
    }

    .zzbox {
        display: none;
        width: 100%;
        height: calc(100% - .8rem);
        position: fixed;
        top: .8rem;
        left: 0;
        z-index: 99999;
        background: rgba(0, 0, 0, 0.5);
        overflow: auto;
    }

    .wrap_nav ul {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
    }

    .wrap_nav .ul_li,
    .wrap_nav a,
    .wrap_nav .ul_li:hover span,
    .wrap_nav .ul_li:hover span a {
        color: #fff !important;
    }

    .wrap_nav .ul_li {
        width: 100%;
        border-bottom: .02rem solid rgba(255, 255, 255, .7);
        padding: 0 .3rem;
        margin: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .wrap_nav .ul_li.on::after {
        transform: rotate(180deg);
    }

    .wrap_nav .ul_li span {
        font-size: .22rem;
        line-height: .6rem;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .wrap_nav .ul_li::after {
        transition: .3s;
        content: "";
        display: block;
        position: absolute;
        top: .24rem;
        right: .4rem;
        width: .19rem;
        height: .12rem;
        background: url('../images/down.png') no-repeat center;
        background-size: 100%;
    }

    .wrap_nav .ul_li.noneAfter::after {
        display: none;
    }

    .wrap_nav .ul_li.active span,
    .wrap_nav .ul_li:hover span {
        border: 0;
        color: #fff;
    }

    .ul_li .wrap_nav_ol {
        width: 100%;
        height: auto;
        visibility: visible;
        position: inherit;
        left: 0 !important;
        top: 0;
        flex-direction: column;
        background-color: transparent;
        text-align: left;
        padding: 0;
        display: none;
        transition: .3s;
    }

    .wrap_nav_ol li:hover {
        color: #fff;
    }

    .wrap_nav_ol li {
        border-bottom: .02rem solid rgba(255, 255, 255, .4);
        margin: 0;
        padding: 0 .1rem;
        font-size: .18rem;
        line-height: .56rem;
    }

    .wrap_nav_ol li:nth-last-of-type(1) {
        border: 0;
    }

    .ul_li:nth-of-type(2) .wrap_nav_ol,
    .ul_li:nth-of-type(3) .wrap_nav_ol,
    .ul_li:nth-of-type(4) .wrap_nav_ol,
    .ul_li:nth-of-type(5) .wrap_nav_ol,
    .ul_li:nth-of-type(6) .wrap_nav_ol,
    .ul_li:nth-of-type(7) .wrap_nav_ol,
    .ul_li:nth-of-type(8) .wrap_nav_ol,
    .ul_li:nth-of-type(9) .wrap_nav_ol,
    .ul_li:nth-of-type(10) .wrap_nav_ol,
    .ul_li:nth-of-type(11) .wrap_nav_ol {
        padding: 0;
    }

    /* 底部 */
    .footerBox {
        padding: .3rem 0;
    }

    .footerBox_logo .logoImg {
        height: .38rem;
        margin-left: .5rem;
    }

    .footerBox_div {
        margin: .2rem 0 0;
    }

    .footerBox_divOl li {
        width: auto;
        height: auto;
        margin-right: .3rem;
    }

    .footerBox_divOl li:not(:last-child):hover {
        background: transparent;
    }

    .footerBox_divOl li:not(:last-child):hover .label {
        display: flex;
    }

    .footerBox_divOl li .label {
        margin: 0;
    }

    .footerBox_divOl li .label img {
        border-radius: .06rem;
    }

    .footerBox_divOl li:nth-of-type(3) .label span,
    .footerBox_divOl li:nth-of-type(6) .label span {
        width: .6rem;
        text-align: center;
    }

    .newsbox,
    .foreScreen .fiveScreen_p,
    .footerBox_divOl,
    .chaxunbox {
        margin: 0 auto;
    }

    .fiveScreen,
    .swiperAttractionsOne .swiper-slide,
    .newsbox,
    .foreScreen .fiveScreen_p,
    .foreScreen_boxCent .foreScreen_box_right,
    .foreScreen_box_ul,
    .chaxunbox,
    .tabbox,
    #u592,
    #u592_state0,
    .header .headerbox,
    .footerBoxContent {
        width: calc(100% - .6rem);
    }

    .pTexts {
        margin-top: .15rem;
    }

    .pTexts span,
    .footerBox_divOl li .label span {
        opacity: 1;
    }

    .header .logo_icon {
        display: block;
    }

    .footerHr,
    .header .right,
    .footerBox_divUl,
    .suspensionBox {
        display: none;
    }

    /* 初首页后的顶部样式 */
    .titleImg {
        margin: 0 !important;
    }

    .titleImg .img {
        height: 3.8rem !important;
    }

    .imgText {
        width: 100%;
    }

    .u358_ulBox,
    .u358UlBox {
        padding: 0 .3rem !important;
    }

    .u358_ul {
        width: 100% !important;
    }

    .u358_ul li {
        margin: 0 .25rem 0 0 !important;
    }

    /* 初首页后的顶部样式 end */

    .qcqtfoot {
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
}