@charset "utf-8";
:root {
    --main-color: #006D56;
    --dark-color: #333;
    --white-color: #FFFFFF;
}

.dis_between {
    justify-content: space-between;
}

::-webkit-scrollbar {
    width: 4px;
    height: 2px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: #999;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #ccc;
}


header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
   border-top: 4px solid var(--main-color);
    z-index: 99;
}
header:after  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: -1;
}
.n_header {
    position: relative;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
}
.n_header .n_logo {
    padding-top: 22px;
    max-width: 470px;
}
.n_header .logo_text {
    padding-top: 7px;
}
.n_header_r {
    position: relative;
    justify-content: flex-end;
}
.main-menu {
    padding-right: 44px;
}
.head_menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 119px;
    background-image: url(/template/default/index/4105/images/menu_bg.svg);
    background-repeat: no-repeat;

    cursor: pointer;
    z-index: 4;
}

.n_header .head_menu i img:nth-child(2),
.head_menu .close {
    display: none;
}

.n_header .head_menu.is-active {
    background-image: url(/template/default/index/4105/images/menu_bg_w.svg);
}

.n_header .head_menu.is-active i img:nth-child(1),
.n_header .head_menu.is-active i img:nth-child(2) {
    display: none !important;
}

.head_menu.is-active .close {
    display: block;
}

/*µ¼º½µ¯³ö*/
.ovh {
    overflow: hidden;
}

.header-nav {
    position: fixed;

    padding-top: 230px;
    padding-bottom: 90px;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    border-top: 4px solid var(--white-color);
    background-image: url(/template/default/index/4105/images/menu_eject_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.header-nav:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/template/default/index/4105/images/menu_eject_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.header-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 109, 86, 0.80) 0%, #0D6D56 100%);
     z-index: -2;
}
.header-nav .container {
    height: 100%;
}


.f-cb {
    zoom: 1;
}

.por {
    position: relative;
}

.fl {
    float: left;
}

.header-nav.active {
    opacity: 1;
    visibility: visible;
}

.logo_eject {
    position: absolute;
    left: 40px;
    top: 40px;
    max-width: 205px;
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.6s cubic-bezier(0.79,-0.27,0.21,0.82);
    transition-delay: 0.16s;
}

.main-menu nav > ul {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.main-menu nav > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-right: 32px;
}

.main-menu nav > ul > li:last-child {
    padding-right: 0;
}

.main-menu nav > ul > li > a {
    display: block;
    padding-bottom:16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 70px;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
    position: relative;
}

.main-menu nav > ul > li > a font {
    display: inline-block;
    line-height: 30px;
    position: relative;
}

.main-menu nav > ul > li > a font:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    top: 100%;
    left: 50%;
    border-radius: 50%;
    background:var(--main-color);
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.2s ease-out 0s;
}

.main-menu nav > ul > li > a font:before {
    content: "";
    border-left: 2px solid var(--main-color);
    height: 36px;
    transition: all 0.2s ease-out 0s;
    transform: scaleY(0);
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -1px;
    transform-origin: center top;
}
.main-menu nav > ul > li.no_menu > a font:before,
.main-menu nav > ul > li.no_menu > a font:after {
    display: none !important;
}
.main-menu nav > ul > li:hover > a font:before {
    transform: none;
}

.main-menu nav > ul > li:hover > a font:after {
    opacity: 1;
}

.menu_b_title {
    display: inline-block;
    padding-right: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    background-image: url(/template/default/index/4105/images/nav_icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 14px;
}

/* sub menu */
.main-menu nav > ul > li .sub-menu {
    left: 50%;
    position: absolute;
    top: 100%;
    display: flex;
    flex-flow: column;
    transition: all 0.4s ease-out;
    width: 648px;
    border-radius: 0px 0px 4px 4px;
    border-radius: 4px 4px 32px 4px;
    background: var(--white-color);
    z-index: 9;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scaleY(0);
}
.main-menu nav > ul > li:nth-child(7) .sub-menu {
  margin-left: -100px;  
}
.main-menu nav > ul > li:nth-child(8) .sub-menu {
    margin-left: -150px;  
}
.main-menu nav > ul > li:nth-child(9) .sub-menu {
    margin-left: -200px;  
}
.main-menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.sub-menu .box_ {
    height: 100%;
    width: 100%;
    padding: 32px 32px 14px 32px;
    border-radius: 0px 0px 4px 4px;
    overflow: hidden;
    background-image: url(/template/default/index/4105/images/menu_c_bg.svg);
    background-repeat: no-repeat;
    background-position:right bottom;
}

.sub-menu .list_ {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 250px;
    overflow-y: auto;
}

.sub-menu .list_ .i {
    float: left;
    width: 33.33%;
    padding: 10px 10px;
}

.sub-menu .list_ a {
    position: relative;
    display: block;
    padding-left: 20px;
    background-image: url(/template/default/index/4105/images/menu_icon_down.svg);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 20px 20px;
    height: auto;
    transition: all .3s;
}

.sub-menu .list_ a:hover {
    background-image: url(/template/default/index/4105/images/menu_icon_down_hover.svg);
}

.sub-menu .list_ a span {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    transition: all .3s;
}

.sub-menu .list_ a:hover span {
    color: var(--main-color);
}

/* eject */
.pu_select .my-container {
    height: 100%;

}
.pu_select>div>.pu_container {
    height:100%;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
}

.pu_select>div>.pu_container::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.pu_select>div>.pu_container::-webkit-scrollbar-button:vertical {
    display: none
}

.pu_select>div>.pu_container::-webkit-scrollbar-corner,
.pu_select>div>.pu_container::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.20);
}

.pu_select>div>.pu_container::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.50);
}

.pu_select .ct_1  {
   width: 100%;
   opacity: 0;
   transform: translate(0,30px);
   transition: all 0.6s cubic-bezier(0.79,-0.27,0.21,0.82);
    transition-delay: 0.26s;
}
.pu_select .ct_1 .slide .one a {
    color:var(--white-color);
    font-weight: 700;
    font-size: inherit;
}

.pu_select .ct_1 .slide .one i {
    display: none;
}

.pu_select .ct_1 .slide .one i {
    width: 18px;
    height: 22px;
    float: right;
    background-image: url(/template/default/index/4105/images/menu_icon_pressed_one.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.pu_select .ct_1 .slide .one i.ico {
    background-image: url(/template/default/index/4105/images/menu_icon_open_one.svg);
}
.pu_select .ct_1 .slide .two {
    margin-top: 16px;
    padding-right: 20px;
    max-height: 40vh;
    max-width: 184px;
    overflow-y: auto;
}
.pu_select .ct_1 .slide .two::-webkit-scrollbar {
    width: 4px;
    height: 2px
}
.pu_select .ct_1 .slide .two::-webkit-scrollbar-button:vertical {
    display: none
}

.pu_select .ct_1 .slide .two::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #ffffff21;
}
.pu_select .ct_1 .slide .two::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #fff;
}

.pu_select .ct_1 .slide .two a {
    display: block;
    transition: 0.4s;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    margin-bottom: 12px;
}
.pu_select .ct_1 .slide .two a:last-child {
    margin-bottom: 0;
}
.pu_select .ct_1 .slide .two a:hover {
    color: #fff;
}

.pu_select .ct_2 {
    margin:40px 0 0 0;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.6s cubic-bezier(0.79,-0.27,0.21,0.82);
    transition-delay: 0.36s;
}

.pu_select .ct_2 .le_box {
    flex-wrap: wrap;
    flex: 1;
}

.pu_select .ct_2 .le_box .item {
    margin-right: 55px;
}

.pu_select .ct_2 .le_box .item>div:first-child {
    color: rgba(255, 255, 255, 0.50);
    font-size: 18px;
    font-weight: 400;
}

.pu_select .ct_2 .le_box .item .svg {
    margin: 0 16px 0 0;
    display: flex;
    align-items: center;
}

.pu_select .ct_2 .le_box .item .svg img {
    width: 56px;
}

.pu_select .ct_2 .le_box .item p {
    padding-top: 7px;
    color: var(--white-color);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.pu_select .ct_2 .le_box .item a {
    transition: 0.4s;
    font-size: inherit;
    font-weight: inherit;
    color: var(--white-color);
}

.pu_select .ct_2 .ri_box img {
    display: flex;
height: 80px;
padding: 3px;
justify-content: center;
align-items: center;
align-self: stretch;
    border-radius: 16px;
background: #FFF;
}
.pu_select .ct_2 .ri_box {
    display: flex;
    align-items: center;
}
.pu_select .ct_2 .ri_box>div:first-child {
    margin-right: 24px;
}
.pu_select .ct_2 .ri_box p {
    padding-top: 8px;
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.pu_select .head_copy {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.pu_select .head_copy a {
    color: rgba(255, 255, 255, 0.5);
    line-height: inherit;
    font-size: inherit;
}

.pu_select .head_copy a:hover {
    color: rgba(255, 255, 255, 1);
}

.header-nav.active .logo_eject,
.header-nav.active .ct_1,
.pu_select.active .ct_2 {
    opacity: 1;
    transform: translate(0, 0);
}


.font20 {
    font-size: 20px;
}
.header_top {
    padding-top: 30px;
    justify-content: flex-end;
}
.head_email {
    margin-left: 34px;
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
}
.head_email img{
    margin-right: 8px;
}
.search_bg {
    display: flex;
    width: 260px;
    height: 46px;
    padding: 8px 8px 8px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(8px);
}
.search_bg .input {
    width: calc(100% - 24px);
    height: 24px;
    line-height: 24px;
    background-color: transparent;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: var(--white-color);
    outline: 0;
}
.search_bg .input::placeholder {
    color: rgba(255, 255, 255, 0.50);
    font-family: "Microsoft YaHei";
}
.search_bg .input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Microsoft YaHei";
}

.search_bg .input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Microsoft YaHei";
}

.search_bg .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Microsoft YaHei";
}


.search_bg .submit {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(/template/default/index/4105/images/search_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

@media screen and (max-height:880px) {
     .pu_select .ct_2 {
        margin: 30px 0 0 0;
    }

}

@media screen and (max-height:800px) {
    .pu_select {
        padding-top: 160px;
        padding-bottom: 50px;
    }
   

}
@media screen and (max-height:750px) {
.header-nav.active .container {
    overflow-y: auto;
}

}
@media screen and (max-width:1680px) {
    .n_header .n_logo {
        max-width: 450px;
    }
    .main-menu nav > ul > li {
        padding-right: 25px;
    }
}
@media screen and (max-width:1580px) {
    .n_header .n_logo {
        max-width: 400px;
    }
    .main-menu {
        padding-right: 30px;
    }
    .main-menu nav > ul > li {
        padding-right: 16px;
    }
}
@media screen and (max-width:1439px) {
    #mobile-menu{
        display: none;
    }
    .header_top {
        padding-top: 0;
        align-items: center;
    }
    .main-menu {
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width:1280px) {
  
    .pu_select .ct_2 .ri_box {
        text-align: center;
    }

    .pu_select .ct_2 .ri_box img {
        margin: 0 auto;
    }
   
    .pu_select {
        padding-top: 140px;
        padding-bottom: 50px;
    }
    .pu_select .ct_1 .slide .two a {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:1279px) {
    .header-nav.active .container {
        overflow-y: auto;
    }
    .main-menu .search_box {
        display: none !important;
    }
  
}
@media screen and (max-width:991px) {
    .n_header {
        padding: 0 30px;
    }
    .main-menu {
        display: none !important;
    }
    .pu_select .ct_2 .le_box .item {
        margin-bottom: 15px;
    }
    .pu_select .ct_2 .le_box .item .svg img {
        width: 40px;
    }
    .pu_select .ct_1 .slide .two {
        padding-right: 10px;
    }
}
@media screen and (max-width:991px) {
    .n_header {
        padding:0 0 0 20px;
    }

    .n_header .n_logo {
        padding-top: 14px;
        max-width: 250px;
        width:calc(100% - 90px);
    }
    .n_header .logo_text {
        padding-top: 2px;
    }
    .head_menu {
        width: 60px;
        height: 89px;
        background-image: url(/template/default/index/4105/images/menu_bg.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .pu_select .ct_1 {
        flex-wrap: wrap;
    }
    .pu_select .ct_1 .slide {
        width: 100%;
        margin-bottom: 26px;
    }
    .pu_select .ct_1 .slide .two {
        padding-right: 0;
        max-height: inherit;
    }
    .pu_select .ct_1 .slide .two {
        display: none;
        padding-top: 20px;
        width: 100%;
        max-width: inherit;
    }

    .pu_select .ct_1 .slide .two a {
        margin-right: 10px;
        margin-top:0;
        margin-bottom:10px;
    }

    .pu_select .ct_1 .slide .one i {
        display: inline-block;
    }
    .pu_select .search_box {
        display: none;
        margin-right: 0;
        padding-right: 0;
    }

    .pu_select .search_box {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .pu_select .search_bg {
        width: 100%;
    }

    .pu_select {
        padding: 100px 0 0;
    }
    .pu_select .my-container {
        overflow-y: auto;
        height: calc(100% - 30px);
    }
    .pu_select>div>.pu_container {
       display: block;
       height: auto;
    }

    .pu_select .ct_2 {
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding-top: 20px;
        padding-bottom:20px;
    }

    .pu_select .ct_2 .le_box {
        width: 100%;
    }

    .pu_select .ct_2 .le_box .item {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }

    .pu_select .ct_2 .ri_box {
        width: 100%;
        display: none;
    }

    .pu_select .ct_2 .le_box .item p {
        line-height: 1.2;
        padding-top: 5px;
    }

    .pu_select .head_copy {
        display: block;
    }
}

@media(max-width:767px) {
    .pu_select .search_box {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
      
    }
    .search_bg {
        opacity: 0;
        transform: translate(0, 30px);
        transition: all 0.6s cubic-bezier(0.79,-0.27,0.21,0.82);
        transition-delay: 0.2s;
    }
    .pu_select.active .search_box .search_bg{
        opacity: 1;
        transform: translate(0, 0);
    }
    
}

/* footer */
.n_footer {
    /* margin-top: -120px; */
    position: relative;
    z-index: 1;
}
.n_footer .footer-bg {
    padding-top: 60px;
    width: 100%;
    height: 100%;
    background-image: url(/template/default/index/4105/images/foot_box_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


/* bolang */
@keyframes ani_roll {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: 100% bottom;
    }
}

@keyframes ani_roll2 {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: -100% bottom;
    }
}
.n_footer .footer-cloud {
    position: absolute;
    display: flex;
    top: -0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    transform: translateY(-99%);
    -webkit-transform: translateY(-99%);
    -moz-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    -o-transform: translateY(-99%);
    overflow: hidden;
    z-index: -2;
}
/* green */
.n_footer .footer-cloud .cloud1 {
    position: relative;
    z-index: 2;
    display: flex;
    background: url(/template/default/index/4105/images/foot_bg.svg) 0 bottom repeat-x;
    background-size: auto 100%;
    animation: 5s linear infinite ani_roll;
    -webkit-animation: 5s linear infinite ani_roll;
}
/* Ç³É« */
.n_footer .footer-cloud .cloud2{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(/template/default/index/4105/images/foot_bg02.svg) 0 bottom repeat-x;
    background-size: auto 100%;
    animation: 30s linear infinite ani_roll2;
    -webkit-animation: 30s linear infinite ani_roll2;
    z-index: 1;
}
.n_footer .footer-cloud img{
    opacity: 0!important;
    height:100%;
    visibility: hidden!important;
    animation: none;
    -webkit-animation: none;
}



.foot_bottom {
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.foot_bottom .left,
.foot_bottom .right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.foot_bottom .left a,
.foot_bottom .right a{
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.foot_top {
    padding-bottom: 48px;
}
.foot_top_right .item {
    margin-left:64px;
}

.foot_top_right .item>div:first-child {
    color: rgba(255, 255, 255, 0.50);
    font-size: 18px;
    font-weight: 400;
}

.foot_top_right .item .svg {
    margin: 0 16px 0 0;
    display: flex;
    align-items: center;
}

.foot_top_right .item .svg img {
    width: 56px;
}

.foot_top_right .item p {
    padding-top: 10px;
    color: var(--white-color);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.foot_top_right .item a {
    font-size: inherit;
    font-weight: inherit;
    color: var(--white-color);
}
.foot_mid {
    flex-wrap: wrap;
    padding-bottom: 58px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.foot_mid .ri_box>div:first-child {
    margin-right: 24px;
}
.foot_mid .ri_box img {
    display: flex;
height: 80px;
padding: 3px;
justify-content: center;
align-items: center;
align-self: stretch;
    border-radius: 16px;
background: #FFF;
}
.foot_mid .ri_box p {
    padding-top: 8px;
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.foot_icon {
    margin-top: -12px;
}
.foot_icon ul {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
}
.foot_icon ul li {
    padding: 12px;
}
.foot_icon .imgbox {
    display: flex;
height: 80px;
padding: 20px;
justify-content: center;
align-items: center;
align-self: stretch;
    border-radius: 16px;
background: rgba(255, 255, 255, 0.30);
}
.foot_icon .title {
    margin-top: 8px;
    color: var(--white-color);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}
@media (max-width:1579px) {
    .foot_icon .imgbox {
        height: 70px;
        width: 70px;
        padding: 15px;
    }

}
@media (max-width:1440px) {
    .foot_icon .imgbox {
        height: 70px;
        width: 70px;
        padding: 15px;
    }

}
@media (max-width:1279px) {
    .foot_mid {
        flex-flow: column;
        padding-bottom: 48px;
        padding-top: 40px;
    }
    .foot_icon{
        padding-bottom: 10px;
    }
    .foot_top {
        flex-flow: column;
    }
    .foot_top_right {
        padding-top: 30px;
    }
    .foot_top_right .item:first-child {
        margin-left:0;
    }
    .foot_top_right .item:nth-child(2) {
        margin-left: 30px;
    }
    .foot_top_right .item .svg img {
        width: 40px;
    }
    .foot_top_right .item div:nth-child(2){
        flex: 1;
    }
}
@media (max-width:991px) {
  
    .foot_icon ul {
        flex-wrap: wrap;
    }
    .foot_mid {
        padding-bottom: 28px;
        padding-top: 40px;
    }
  .ri_box {
    padding-top: 20px;
  }

}
@media (max-width:767px) {
    .n_footer .footer-cloud {
        height: 80px;
    }
    .n_footer .footer-bg {
        padding-top: 40px;
    }
    .foot_top_right {
        flex-flow: column;
    }
    .foot_top_right .item {
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    .foot_top {
        padding-bottom: 15px;
    }
    .foot_icon ul {
        margin-left: -6px;
        margin-right: -6px;
    }
    .foot_icon ul li {
        padding: 6px;
    }
    .foot_icon ul li {
        width: 20%;
        text-align: center;
    }
    .foot_icon .imgbox {
        height: 60px;
        width: 60px;
        padding: 10px;
    }
    .foot_icon .imgbox {
        margin: 0 auto;
    }
    .foot_bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .foot_top_right .item .svg {
        margin: 0 8px 0 0;
    }
}
@media (max-width:413px) {
    .foot_icon ul li {
        width: 25%;
    }
}
@media (max-width:359px) {
.foot_icon .title {
    margin-top: 8px;
    font-size: 14px;
}
}

.menu_b_title2 {
    padding: 10px 0;
    color: #333;
    font-weight: 600;
}
.sub-menu .box_ .menu_b_title2:nth-child(4) {
    padding-top: 15px;
}