@charset "utf-8";
/* ====================公共样式========================= */
.oneline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twoline {
    display: -webkit-box !important;
    overflow: hidden;
    
    text-overflow: ellipsis;
    word-break: break-all;
    
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.threeline {
    display: -webkit-box !important;
    overflow: hidden;
    
    text-overflow: ellipsis;
    word-break: break-all;
    
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}



.fiveline {
    display: -webkit-box !important;
    overflow: hidden;
    
    text-overflow: ellipsis;
    word-break: break-all;
    
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}


/* ==头部== */
.Header-wrapper {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    transition: all .4s ease;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.Header-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .12;
    z-index: -1;
    left: 0;
    bottom: 0;
}

/* 导航 */
.Header-logo {
    float: left;
    height: 88px;
    display: flex;
    align-items: center;
}

.Header-logo img {
    height: 38px;
    float: left;
}

.Header-logo .Header-logosr {
    display: block;
}

.Header-logo .Header-logowt {
    display: none;
}

.Header-logowd {
    float: left;
    position: relative;
    font-size: 15px;
    color: #8c8c8c;
    padding-left: 20px;
    width: 90px;
    line-height: 18px;
    margin-left: 20px;
    letter-spacing: 2px; 
}

.Header-logowd:after {
    content: "";
    height: 30px;
    border-left: 1px dashed #8c8c8c;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
}

.Header-navbar {
    font-size: 0;
    /* text-align: center; */
    display: flex;
    justify-content: end;
    margin-right: 8px;
}

.Header-contact {
    float: right;
    display: flex; 
    height: 88px;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-left: 18px;
}

.Header-contact .row1{
    display: flex;
    align-items: center;
    line-height: 1;
}

.Header-contact .row1 .label {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-right: 5px;
}

.Header-contact .row1 .tel {
    font-size: 18px;
    font-weight: 500;
    color: #26A05C;
    margin-left: 2px;
}

.Header-contact .row2{
    font-size: 12px;
    font-weight: 400;
    color: #747474;
    line-height: 14px;
}

body.winter .Header-navbar {
    /* display: block !important; */
}

.Header-navbar li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
}

.Header-navbar li:last-child {
    margin-right: 0;
}

.Header-menu {
    display: block;
    height: 88px;
    line-height: 88px;
    position: relative;
    color: #515151;
    font-size: 16px;
    transition: all .4s ease;
}

.Header-menu:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    top: 0;
    right: 0;
    background: #00c561;
    transition: all .4s ease;
    display: none !important;
}

.Header-sonarr:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #26A05C;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    transition: all .4s ease;
}

.Header-navbar li:hover .Header-sonarr:before {
    opacity: 1;
}
.Header-navbar li:hover,.Header-navbar li.ontrue {
    /* background-color: #00c561; */

}

.Header-navbar li:hover .Header-menu:not(.Header-menu-lang),
.Header-navbar li.ontrue .Header-menu:not(.Header-menu-lang) {
    color: #26A05C;
}

.Header-navbar li .Header-menu.Header-menu-lang a:hover {
    color: #26A05C;
}

.Header-navbar li:hover .Header-menu:after,
.Header-navbar li.ontrue .Header-menu:after {
    width: 100%;
    left: 0;
}

.Header-lang {
    display: none !important;
    width: 40px;
    height: 88px;
    display: block;
    float: right;
    background: url('../images/public/lang.png') no-repeat center;
    transition: all .4s ease;
}

.Header-lang:hover {
    background-image: url('../images/gather/wtic5.png') !important;
}

/* 下拉 */
.Header-menuarr {
    display: none;
}

.Header-sonmenu {
    display: none;
    position: absolute;
    width: 100%;
    top: 88px;
    left: 0;
    background: #fff;
    border-top: 1px solid #eee;
}

.Header-sonlink {
    /* position: absolute; */

    font-size: 0;
    padding: 20px 0;
    text-align: center;
    display: inline-block;
}

.Header-sonlink a {
    vertical-align: middle;
    /* height: 40px; */
    /* line-height: 40px; */
    font-size: 16px;
    color: #000;
    padding: 0 32px;
    margin: 4px;
    transition: all .4s ease;
}

.Header-sonlink a:hover,
.Header-sonlink a.ontrue {
    color: #26A05C;
}

.Header-mulmenu .Header-sonlink .Header-child-menu{
    /* width: 172px; */
    float: left;
    text-align: left;
}

.Header-mulmenu .Header-sonlink .name{
}

.Header-mulmenu .Header-sonlink .name a{
    font-size: 16px;
    font-weight: 500;
    color: #26A05C;
    width: 90%;
}

.Header-mulmenu .Header-sonlink .child{
    display: flex;
    flex-direction: column;
}

/* .Header-navbar li:nth-child(2) .Header-sonlink,
.Header-navbar li:nth-child(3) .Header-sonlink {
    text-align: left;
} */

/* 首页透明头部 */
.Index-body .Header-wrapper {
    box-shadow: none;
    background: transparent;
}

.Index-body .Header-wrapper:hover {
    background: rgba(0, 0, 0, 0.2);
}

.Index-body .Header-logo .Header-logosr {
    display: none;
}

.Index-body .Header-logo .Header-logowt {
    display: block;
}

.Index-body .Header-logowd {
    color: #fff;
}

.Index-body .Header-logowd:after {
    border-left-color: #fff;
}

.Index-body .Header-menu {
    color: #fff;
}

.Index-body .Header-lang {
    background-image: url('../images/public/langW.png');
}

.Index-body .Header-navclick span {
    background: #fff;
}

.Index-body .Header-navclick span:before,
.Index-body .Header-navclick span:after {
    background: #fff;
}

/* 滚动之后 */
/* .Header-scroll{} */

/* 手机汉堡键 */
.Header-navclick {
    display: none;
    height: 60px;
    cursor: pointer;
    float: right;
    user-select: none;
}

.Header-navclick span {
    width: 26px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    margin-top: 29px;
    transition: all .2s linear;
}

.Header-navclick span:before,
.Header-navclick span:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #000;
    display: block;
    left: 0;
    width: 100%;
    transition: all .2s linear;
}

.Header-navclick span:before {
    top: -8px;
}

.Header-navclick span:after {
    top: 8px;
}

.Header-navclick.ontrue span {
    -moz-animation: buttonAnimation 0.3s ease forwards;
    -webkit-animation: buttonAnimation 0.3s ease forwards;
    animation: buttonAnimation 0.3s ease forwards;
}

.Header-navclick.ontrue span:before {
    -moz-animation: buttonAnimationBefore 0.3s ease forwards;
    -webkit-animation: buttonAnimationBefore 0.3s ease forwards;
    animation: buttonAnimationBefore 0.3s ease forwards;
}

.Header-navclick.ontrue span:after {
    -moz-animation: buttonAnimationAfter 0.3s ease forwards;
    -webkit-animation: buttonAnimationAfter 0.3s ease forwards;
    animation: buttonAnimationAfter 0.3s ease forwards;
}

@-moz-keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
}

@-webkit-keyframes buttonAnimationBefore {
    0% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -webkit-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
}

@keyframes buttonAnimationBefore {
    0% {
        -moz-transform: translateY(0px) rotate(0);
        -ms-transform: translateY(0px) rotate(0);
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }

    50% {
        -moz-transform: translateY(8px) rotate(0);
        -ms-transform: translateY(8px) rotate(0);
        -webkit-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
}

@-moz-keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@-webkit-keyframes buttonAnimationAfter {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -webkit-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@keyframes buttonAnimationAfter {
    0% {
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }

    50% {
        -moz-transform: translateY(-8px) rotate(0);
        -ms-transform: translateY(-8px) rotate(0);
        -webkit-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    }

    100% {
        -moz-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}

@-moz-keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes buttonAnimation {
    0% {
        background: transparent;
    }

    50% {
        background: rgba(255, 255, 255, 0);
    }

    100% {
        background: rgba(255, 255, 255, 0);
    }
}

.Header-develop {
    display: none !important;
    height: 88px;
    line-height: 88px;
    float: right;
    margin-right: 4px;
}

.Header-develop a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
    padding: 0 12px 0 32px;
    border-radius: 16px;
    background: #00c561 url('../images/gather/wtic0.png') no-repeat left 12px center;
    transition: all .4s ease;
}

.Header-develop a:hover {
    background-color: #00984a;
}

/* ==底部== */
.Footer-wrapper {
    width: 100%;
    overflow: hidden;
    background: #F7F7F7;
}
.Footer-wrapper .contain {
    color: #fff;
}
.Footer-gather {
    width: 100%;
    padding: 88px 0 80px;
    border-bottom: 1px solid #eaeaea;
}

.Footer-logo {
    width: 17%;
    float: left;
    text-align: center;
}

.Footer-logo a {
    display: block;
    width: 100%;
}

.Footer-logo a img {
    max-width: 100%;
}

.Footer-logo p {
    font-size: 21px;
    color: #777;
    width: 100%;
    border-top: 2px solid #c4c4c4;
    margin-top: 20px;
    padding-top: 20px;
    text-align: justify;
    text-align-last: justify;
}

.Footer-navbar {
    width: 48%;
    float: left;
    margin-left: 2%;
    overflow: hidden;
}

.Footer-navbar li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.Footer-menu {
    display: block;
    width: 100%;
    height: 42px;
    font-size: 18px;
    color: #000;
}

.Footer-menuarr {
    display: none;
}

.Footer-sonmenu {
    width: 100%;
}

body.winter .Footer-sonmenu {
    display: block !important;
}

.Footer-sonmenu a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #747474;
    line-height: 26px;
    transition: all .4s ease;
}

.Footer-sonmenu a:hover {
    color: #00984a;
}

.Footer-wxrel {
    width: 33%;
    float: right;
}

.Footer-wx {
    width: 120px;
    float: left;
    text-align: center;
}

.Footer-wx img {
    max-width: 100%;
    margin-top: 2px;
}

.Footer-rel {
    width: 274px;
    float: right;
}

.Footer-rel h6 {
    font-size: 28px;
    color: #00984a;
    font-weight: 700;
}

.Footer-rellink {
    width: 100%;
    padding-top: 4px;
}

.Footer-rellink a {
    display: block;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #00984a;
    font-size: 15px;
    color: #00984a;
    margin-top: 4px;
    transition: all .4s ease;
}

.Footer-rellink a i {
    display: inline-block;
    width: 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -2px;
    vertical-align: middle;
    height: 18px;
    transition: all .4s ease;
    margin-right: 6px;
}

.Footer-rellink a:first-child i {
    background-image: url('../images/gather/wtic3.png');
}

.Footer-rellink a:last-child i {
    background-image: url('../images/gather/wtic4.png');
}

.Footer-rellink a:hover {
    background: #00984a;
    color: #fff;
}

.Footer-rellink a:first-child:hover i {
    background-image: url('../images/public/Fic1H.png');
}

.Footer-rellink a:last-child:hover i {
    background-image: url('../images/public/Fic2H.png');
}

.Footer-address{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    line-height: 27px;
}

.Footer-email{
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    line-height: 27px;

}


.Footer-copy {
    width: 100%;
    font-size: 0;
    padding: 38px 0 42px;
}

.Footer-copylink {
    display: block;
    float: left;
    font-size: 0;
}

.Footer-copylink span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #9a9a9a;
    margin-right: 20px;
}
.Footer-copylink a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #9a9a9a;
    margin-right: 20px;
    transition: all .4s ease;
}

.Footer-copylink a:hover {
    color: #00984a;
}

.Footer-copyright {
    display: block;
    float: right;
    font-size: 0;
}

.Footer-copyright p,
.Footer-copyright a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #9a9a9a;
    /* margin-right: 12px; */
}

.Footer-copyright i {
    display: inline-block;
    margin: -4px 6px 0 0;
    vertical-align: middle;
    width: 18px;
    height: 20px;
    background: url('../images/public/Fic3.png') no-repeat;
}

.Footer-rel-icon {
    width: 100%;
    font-size: 0;
    margin-top: 8px;
}

.Footer-rel-icon a {
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

.Footer-rel-icon i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    background: #ccc;
    transition: all .4s ease;
}

.Footer-rel-icon a.Footer-rel-icon-dy:hover i {
    background: #050505;
}

.Footer-rel-icon a.Footer-rel-icon-sp:hover i {
    background: #fa8d19;
}

.Footer-rel-icon a.Footer-rel-icon-tt:hover i {
    background: #f70a0a;
}

.Footer-rel-icon a.Footer-rel-icon-wb:hover i {
    background: linear-gradient(to bottom, #f3eb68, #ffd43a);
}

.Footer-rel-icon p {
    display: none;
    position: absolute;
    top: 40px;
    width: 124px;
    height: 124px;
    z-index: 8;
    left: 50%;
    border-radius: 5px;
    margin-left: -62px;
    padding: 8px;
    border: 1px solid #b4b4b4;
    background: #fff;
}

.Footer-rel-icon p:before {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b4b4b4;
    top: -8px;
    left: 50%;
    margin-left: -8px;
}

.Footer-rel-icon p:after {
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 50%;
    margin-left: -6px;
}

.Footer-rel-icon p img {
    width: 100%;
    height: 100%;
}

.Footer-rel-icon a:hover p {
    display: block;
}

.Header-navbar li:nth-child(5) .Header-sonmenu .contain {
    width: 1038px;
}


/* ==中间+共用部分== */
.Container-wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 88px;
}

.Container-wrapper.Container-index {
    margin-top: 0;
}

.contain {
    width: 1280px;
    margin: 0 auto;
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {

    /* 1280 × (800/854/1024) */
    .contain {
        width: 92%;
    }

    .Header-navbar li {
        /* margin: 0 14px; */
    }

    .Header-menu {
        font-size: 16px;
    }

    .Header-navbar {
        margin-right: 20px;
    }

    .Footer-logo p {
        font-size: 14px;
    }

    .Footer-gather {
        padding: 60px 0 52px;
    }

    .Footer-copy {
        padding: 30px 0 34px;
    }

    .Header-sonlink {
        width: 814px;
    }

    .Header-contact{
        display: none;
    }
}

@media all and (max-width:1279px) {

    /* 1152 × (864) */
    .Footer-wx {
        width: 100px;
    }

    .Footer-rel {
        width: 168px;
    }

    .Footer-rel h6 {
        font-size: 22px;
    }

    .Footer-wxrel {
        width: 28%;
    }

    .Footer-navbar {
        width: 52%;
    }

    .Footer-logo p {
        font-size: 12px;
    }

    .Header-navbar li {
        margin: 0 8px;
    }

    .Header-navbar {
        margin-right: 18px;
    }

    .Header-sonlink {
        width: 800px;
    }

    .Header-logo img {
        height: 44px;
    }

    
}

@media all and (max-width:1280px) {

    /* 1024 × (600/768) */
    .Header-navbar li {
        margin: 0 6px;
        padding: 0 6px;
    }

    .Header-navbar {
        margin-right: 10px;
    }

    .Footer-logo {
        width: 20%;
    }

    .Footer-navbar {
        width: 78%;
        margin-left: 2%;
    }

    .Footer-wxrel {
        width: 100%;
        margin-top: 24px;
    }

    .Footer-wx {
        width: 120px;
    }

    .Footer-rel {
        width: 200px;
    }

    .Header-sonlink {
        width: 768px;
    }

    .Header-logowd {
        font-size: 12px;
        width: 118px;
        line-height: 18px;
        width: 78px;
    }

    .Header-logo img {
        height: 40px;
    }

    .Header-menu {
        font-size: 14px;
    }

    .Header-develop a {
        font-size: 14px;
    }

    .Header-navbar li:nth-child(5) .Header-sonmenu .contain {
        width: 92%;
    }
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

    /* 平板设备 720 适配 */
    .Container-wrapper {
        margin-top: 60px;
    }

    .Header-navbar {
        display: none;
        position: absolute;
        width: 100%;
        margin-right: 0;
        left: 0;
        top: 60px;
        background: #fff;
        padding: 10px 0 16px;
        height: calc(100vh - 60px);
        overflow-y: scroll;
    }

    .Header-navbar li {
        margin: 0;
        display: block;
        width: 100%;
        position: relative;
    }

    .Header-contact{
        display: none;
    }

    .Header-menu:after {
        display: none;
    }

    .Header-menu {
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        padding: 0 4%;
    }

    .Header-logo {
        height: 60px;
        line-height: 60px;
    }

    .Header-logo img {
        height: 34px;
    }

    .Header-lang {
        height: 60px;
        margin-right: 6px;
        width: 34px;
    }

    .Header-develop a {
        font-size: 12px;
        padding: 0 8px 0 28px;
        background-position: left 8px center;
        height: 28px;
        line-height: 28px;
    }

    .Header-logowd {
        display: none;
    }

    .Header-logowd:after {
        height: 30px;
        margin-top: -15px;
    }

    .Header-navclick {
        display: block;
    }

    .Header-wrapper:after {
        background: #eee;
        opacity: .6;
    }

    .Header-sonmenu {
        position: relative;
        top: 0;
        left: 0;
    }

    .Header-sonlink {
        width: 100%;
        padding: 6px 0;
        text-align: left;
    }

    .Header-sonlink a {
        width: 33.3333%;
        text-align: center;
        padding: 0;
        margin: 2px 0;
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }

    .Header-sonarr:before {
        display: none;
    }

    .Header-mulmenu .Header-sonlink .name{
        padding: 10px 0;
        margin: 0;
        position: relative;
    }

    .Header-mulmenu .Header-sonlink .name::before{
        content: '';
        position: absolute;
        width: 38px;
        height: 2px;
        background: #26A05C;
        bottom: 0;
    }

    .Header-mulmenu .Header-sonlink .Header-child-menu{
        width: 100%;
        text-align: left;
    }

    .Header-mulmenu .Header-sonlink a{
        text-align: left;
    }



    .Header-menuarr {
        display: block;
        position: absolute;
        width: 42px;
        height: 42px;
        top: 0;
        right: 4px;
        background: url('../images/public/menuArr.png') no-repeat center;
    }

    .Header-menuarr.ontrue {
        transform: rotate(180deg);
    }

    .Header-navbar li:hover .Header-menu {
        color: #666;
    }

    .Header-navbar li.ontrue .Header-menu {
        color: #00984a;
    }

    .Footer-gather {
        padding: 34px 0 28px;
    }

    .Footer-logo {
        width: 166px;
    margin-left: 50%;
    transform: translateX(-50%);

    }

    .Footer-navbar {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .Footer-navbar li {
        width: 100%;
        text-align: left;
    }

    .Footer-menu {
        line-height: 42px;
    }

    .Footer-sonmenu {
        display: none;
    }

    .Footer-menuarr {
        display: block;
        position: absolute;
        width: 42px;
        height: 42px;
        z-index: 4;
        top: 0;
        right: 0;
        background: url('../images/public/menuArr.png') no-repeat center;
    }

    .Footer-menuarr.ontrue {
        transform: rotate(180deg);
    }

    .Footer-wxrel {
        margin-top: 10px;
    }

    .Footer-rel {
        width: 224px;
    }

    .Footer-wx {
        width: 108px;
        text-align: left;
    }

    .Footer-copy {
        padding: 16px 0 24px;
    }

    .Footer-copylink {
        width: 100%;
    }

    .Footer-copylink a {
        margin: 2px 8px 2px 0;
    }

    .Footer-copyright {
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }

    .Footer-copyright p,
    .Footer-copyright a {
        line-height: 22px;
        margin-right: 0;
        display: block;
        width: 100%;
    }

    .Index-body .Header-menu {
        color: #666;
    }

    .Header-develop {
        height: 60px;
        line-height: 60px;
    }

    .Footer-logo p {
        font-size: 16px;
    }
}

@media all and (max-width:640px) {
    .Header-mulmenu{
        padding-left: 14px;
    }
    /* 移动终端以上 360 适配 */
    .Header-sonlink a {
        width: 50%;
        display: inline-block;
    }
}
