.body_box {
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
}

#headerIfram {
    width: 100%;
    height: 100px;
}

#footerIframe {
    width: 100%;
    height: 100%;
}
#sidebarIframe {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 210px;
    width: 100%;
    display: none;
}
header {
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    z-index: 9999;
}

/* Ã¥Â¤Â´Ã©Æ’Â¨iframe */
.nav-menu li {
    /* width: 114px; */
    height: 20px;
    display: block;
    text-align: center;
    float: left;
    border-right: #000000 1px solid;

}
.nav-menu li .a1 {
    width: 25px;
}
.a2 {
    display: none;
}

.a_blue {
    border-right: none !important;
}
.a_blue a {
    color: #000000;
}
.nav-menu li:hover .a1 {
    display: none;
}
.nav-menu li:hover .a2 {
    display: block;
    color: #2643b0;
}
.a_blue:hover a{
    color: #2643b0;
}
.head {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    opacity: 0;
}

.logo {
    padding-left: 4vw;
    margin-left: -32px;
}

.logo_none {
    display: block;
}
.nav_block {
    display: block;
    margin-right: 3vw;
}
.nav_none{
    display: none
}
.nav{
    position: absolute;
    right: 63px;
    top: 48px;
}
.nav-btn{
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}
.nav-btn span{
    position: relative;
    display: block;
    width: 35px;
    height: 3px;
    margin: 15px 0;
    background: #000;
    transition: transform 400ms linear;
}

.nav-btn span:before,.nav-btn span:after{
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 3px;
    background: #000;
}
.nav-btn span:before{
    bottom: 10px;
}
.nav-btn span:after{
    top: 10px;
    transition: transform 400ms linear;
}
.nav .menu ul li{
    width: 65px;
    float: left;
    color: #fff;
    cursor: pointer;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    /* text-align: center; */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
}

.nav-btn span.active:before{opacity: 0;transition: opacity 100ms linear; background: #fff}
.nav-btn span.active:after{transform: rotate(-450deg) translateX(11px);background: #fff}
.nav-btn span.active{transform: rotate(45deg) translateY(4px);background: #fff}



.nav .menu{
    display: block;
    margin-top: 12px;
    z-index: 99;
}
.nav .menu ul li a{
    color: rgb(0, 0, 0);
}
.nav .menu ul li i{
    display: block;
}
.nav .menu ul li span{
    display: none;
}
.nav .menu ul li:hover i{
    display: none;
}
.nav .menu ul li:hover span{
    display: block;
}
.nav .menu ul li:nth-child(5){
    /* width: 70px; */
    border: none;
    margin-right: 5px;
}
.nav .menu ul li:last-child{
    display: none;
}

/*  */



aside {
    display: block;
    width: 51.5vw;
    text-align: center;
    margin-top: 20px;
}

.txt01 {
    color: #3f3f41;
}

.txt01 h1 {
    font-weight: normal;
    font-size: 16px;
    font-weight: 700;
    margin-top:0;
}

.txt01 h2 {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.txt02 {
    margin-top: 40px;
    font-size: 12px;
    color: #9d9f9f;
    display: flex;
    justify-content: space-around;
}

.txt02 p {
    line-height: 24px;
}

.line-1 {
    margin: 27px 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    display: block;
}

.txt03 {
    text-align: justify;
    font-size: 12px;
    line-height: 24px;
    color: #3f3f41;
    text-indent: 25px;
    margin-bottom: 25px;
}

.news07txt p {
    text-align: center;
    text-indent: 0 !important;
}
.txt03 p {
    margin-bottom: 12px;
    text-indent: 28px;
    font-size: 14px;
}



article {
    width: 92%;

}
section {
    width: 100%;
}
.Img {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.Img img {
    width: 100%;
}
.Img span {
    display: block;
    width: 100%;
    height: 30px;
    background: hsla(180, 0%, 41%, 0.514);
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    bottom: -30px;
    float: left;
}
.Img:hover span {
    transition: 0.5s;
    bottom: 0px;
}
/* Ã¤Â¾Â§Ã¨Â¾Â¹Ã¦Â Â */
.sidebar_kg {
    display: none;
}
/*.sidebar {*/
/*    position: fixed;*/
/*    right: 0.1rem;*/
/*    bottom: 0;*/
/*    height: 76px;*/
/*    width: 50px;*/

/*    z-index: 999;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/

/*}*/
/*#back-up {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    border-radius: 30px;*/
/*    border: #fff 1.5px solid;*/
/*    box-shadow: rgb(136, 136, 136) 0px 0px  14px -4px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    transition: 0.8s;*/
/*    background: hsla(0, 0%, 0%, 0.8) url(../images/1-next2.png) no-repeat center;*/
/*    cursor:pointer;*/
/*    transform:rotate(-90deg);*/
/*    z-index: 9999;*/
/*}*/
/*#back-up a{*/
/*    color: #2643b0;*/
/*    text-decoration: none;*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*    line-height: 18px;*/
/*}*/
/*#back-up:hover {*/

/*    background-color: #000;*/
/*}*/
/*#back-up:hover a {*/
/*    color: #fff;*/
/*}*/
#sidebar_qq {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    box-shadow: rgb(136, 136, 136) 0px 0px  14px -4px;
    border: #fff 1.5px solid;
    background: hsla(227, 64%, 42%, 0.85) url(../images/1-QQ.png) no-repeat center;
    transition: 0.8s;
    cursor:pointer;
}
#sidebar_qq:hover {
    background-color: #2643b0;
}
#sidebar_qq a {
    display: block;
    width: 100%;
    height: 100%;
}
#sidebar_wx {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: #fff 2px solid;
    box-shadow: rgb(136, 136, 136) 0px 0px 14px -4px;
    background: hsla(227, 64%, 42%, 0.85) no-repeat ;
    background-image: url(../images/1-WX.png);
    background-size: 90%;
    background-position: 2px 4px;
    transition: 0.8s;
    cursor:pointer;
}
#sidebar_wx:hover {
    background-color: #2643b0;
}

.qcode-detail {
    position: fixed;
    right: 0.6rem;
    bottom: 0.2rem;
    width: 150px;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: 0.8s;
    display: none;
}
.qcode-detail-wrap {
    border: 1px solid #F2f2f2;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    background: #FFF;
    transition: all .3s;

}

.qcode-detail-img {
    width: 100%;
    height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qcode-detail-img img {
    width: 120px;
    height: 120px;
    display: block;
}
.qcode-detail-tip {
    word-wrap: break-word;
    color: #323232;
    margin-top: -14px;
    line-height: 30px;

}
.body_box .sidebar #back-up {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: #fff 1.5px solid;
    box-shadow: rgb(136, 136, 136) 0px 0px  14px -4px;
    background: hsla(0, 0%, 0%, 0.8) url(../images/1-next2.png) no-repeat center;
    cursor:pointer;
    transform:rotate(-90deg);
}
.body_box .sidebar #back-up a {
    display: none;
}
/* Ã¦Â¡Ë†Ã¤Â¾â€¹Ã¨Â·Â³Ã¨Â½Â¬ */
.bos {
    width: 300px;
    height: 40px;
    margin: 20px auto 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bos a {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

/* Ã¥Âºâ€¢Ã©Æ’Â¨ */
#footer {
    height: 260px;
}
.footer_service {
    /* margin-top: 28px; */
    background: #333333;
    border-bottom: 3px solid #00853c;
    width: 100%;
}
.public-text {
    text-align: center;
    margin-bottom: 0.2rem;
}

.public-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #00853C;
}


.public-text h3 {
    line-height: 16px;
    font-size: 16px;
    margin-top: 0;
    color: #000;
}
.public-text a {
    line-height: 22px;
}
.public-text .phone {
    border-top: 1px #fff solid;
    border-bottom: 2px #FFF solid;
    /* padding: 9px 0 9px 0; */
    font-size: 10px;
    color: #000;
    /* width: 94%; */
    margin: 20px auto;
    line-height: 41px;
    letter-spacing: 0;
    color: #000;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
}

.public-text .mail {
    font-size: 15px;
    color: #000;
    display: block;
    margin-top: 5px;
    text-decoration: none
}
.public-text .phone i {
    display: inline-block;
    text-align: left;
    /* margin-right: 9px; */
}

.phone_i3 p,.phone_i1 p{
    margin-right: 2px;
    position: relative;
    top: 3px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/Add.png) no-repeat center;
    background-size: contain;
    margin-bottom: 0;
}


.public-text .mail i {
    display: inline-block;
}

.public-text .contact {
    color: #000;
    margin-top: 5px;

}

.boxColor {
    width: 1200px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.pc{
    display: block !important;
}
.m{display: none !important;}
/**
*  Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ©â€¦ÂÃ§Â½Â®
*
*/
@media (max-width:1580px) {

}


@media (max-width:1024px) {
    .pc{
        display: none !important;
    }
    .m{display: block !important;}
    .boxColor {
        width: 90vw;
    }

    header {
        height: 75px;
    }
    #headerIfram {
        height: 75px;
    }
    .head {
        height: 75px;
    }

    .txt02 {
        display: flex;
        justify-content: space-around;
    }
    .txt03 {
        text-indent: 25px;
    }
    /* Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥ÂÅ Ã¥Âºâ€¢Ã©Æ’Â¨ */
    aside {
        /* margin-top:80px;  */
        width: 90%;
    }
    article {
        margin-top: 0px;

        width: 100%;
    }

    section {
        width: 100%;
    }
    .sidebar{
        right: 12px;
        bottom: 0.4rem;
    }
    /* header */
    .nav_block {
        display: none;
    }
    .nav_none {
        display: block;
    }
    .nav{
        width: 100vw;
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
    }
    .nav-btn{
        display: block;
        /*position: relative;*/
    }

    .nav .menu{
        width: 100vw;
        height: 100vh;
        position: absolute;
        background:rgb(255, 255, 255);

        bottom:-100vh;
        left: -100vw;
        transition:all 0.5s ease 0s;
        border-top: #cccccc 0.5px solid;
    }
    .menu_x {
        width: 30px;
        height: 34px;
        position: absolute;
        top: 20px;
        right: 20px;

    }
    .menu_x::before{
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        transform: rotate(-45deg) translateY(9px)translateX(-17px);
        background: rgb(0, 0, 0);
    }
    .menu_x::after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        transform:rotate(45deg) translateY(17px)translateX(9px) ;
        background: rgb(0, 0, 0);
    }


    .nav .menu ul li i{
        display: inline-block;

        /*padding-left: 10px;*/
    }
    .nav_span3{
        padding-left: 15px;
    }
    .nav .menu ul{
        position: absolute;
        left: 52%;
        top: 41%;
        margin-left: -84px;
        margin-top: -165px;
    }
    .nav .menu ul li:hover i{
        display: inline-block;
    }
    .nav .menu ul li:hover span{
        display: inline-block;
    }
    .nav .menu ul li span{
        display: inline-block;
        width: 96px;
        color: rgb(0, 0, 0);

    }
    .nav .menu ul li:last-child{
        width: auto;
        height: 70px;
        margin-top: 30vh;
        font-size: 12px;
    }
    .nav .menu ul li:last-child img{
        width: 50px;
        height: 50px;
        border: 2px solid rgb(0, 0, 0);
        border-radius: 100%;
    }

    .nav .menu ul li{
        float: none;
        display: block;
        overflow: hidden;
        font-size: 18px;
        width: 280px;
        height: 23px;
        color: rgb(0, 0, 0);
        line-height: 23px;
        border: none;
        margin: 15px 0;
    }
    .nav .menu ul li:last-child{
        display: block;
    }
    /* footer */
    #footer {
        height: 255px;
    }



}

@media (max-width:812px) {
    article {
        width: 90%;
    }
}

@media (max-width:768px) {


    .logo {
        width: 80%;
        margin-left: 0;
        margin-top: -3px;
    }

    .Img span {
        font-size: 14px;
    }
    section {
        width: 100%;

    }
    .public-text .phone i {
        display: block;
    }
    .public-text .phone .phone_i2 {
        display: none;
    }

}
@media (max-width:414px) {
    .logo {
        padding-left: 1.4vw;
    }
    .head {
        opacity: 1;
    }
    aside {
        margin-top:80px;
        width: 100%;
    }
    article {

        width: 100%;
    }

    .public-text .mail {
        margin-top: 0;
    }



    .public-text .mail i {
        display: block;
    }
    .public-text .mail .mail_i2 {
        display: none;
    }

}