.head_ladh {

    width: 100%;

    height: 50px;
    display: block;

}



.layout_dingbu {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.layout {

    max-width: 1400px;
    width: 93%;

    margin: 0px auto;

    position: relative;



}



.fixed {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1000;
    padding: 12px 0px !important;
}



.layout_news_li:hover .layout_news_li_img>img {

    transform: scale(1.2);

    /* 图片放大1.2倍 */

}



.head_ladh_lianxi {

    width: auto;

    height: 50px;

    display: flex;

    align-content: center;

    flex-wrap: wrap;

}



.head_ladh_yx {

    display: flex;

}



.head_ladh_yx_img {

    width: 22px;

    height: 22px;

    background: url(../img/emil.png);

    margin-right: 5px;

}



.head_ladh_yx_yxx,

.head_ladh_yx_yxx a {

    color: rgb(255, 255, 255);

    font-family: "Open Sans";

    font-weight: 400;

    font-size: 16px;

    display: flex;

    margin-left: 5px;

}



.layout .head_ladh_lianxi .head_ladh_yx .head_ladh_yx_yxx a {

    color: #fff;

}



.head_ladh_yx_img1 {

    width: 22px;

    height: 22px;

    background: url(../img/tel.png);

    margin-left: 25px;

    margin-right: 5px;

}



.head_ladh_fenxiang {

    width: auto;

    height: 50px;

    display: flex;

    align-items: center;

    place-content: space-around flex-start;

    flex-wrap: wrap-reverse;

}



.dingbu_fx {

    margin-right: 30px;

}



.dingbu_fx ul {

    display: flex;

}



.dingbu_fx ul li {

    width: 22px;

    height: 22px;

    margin-right: 14px;

}



.dingbu_fx ul li a {

    width: 100%;

    height: 100%;

    display: block;

}



.dingbu_fx ul li a img {

    width: 100%;

    height: 100%;

}



.change-language {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    text-align: left;

}



.change-language .change-language-title,

.change-language .change-language-title a {

    font-size: 16px;

    color: rgb(255, 255, 255);

    position: relative;

}


/* 
.language--img {

    background: url(../img/Englis.png) no-repeat center center;

    display: inline-block;

    width: 18px;

    height: 12px;

    margin-right: 6px;

}

 */

.language-flag span {

    position: relative;

    display: inline-block;

    vertical-align: top;

    white-space: nowrap;

    overflow: hidden;

}



.change-language .change-language-title a::after {

    width: 14px;

    height: 7px;

    line-height: 7px;

    top: 7px;

    margin-left: 9px;

    position: absolute;

    content: "";

    background: url(../img/down-arrow.png) no-repeat center center;

}



.change-language-title span {

    color: #fff !important;

}



.change-language:hover .change-language-title a::after {

    transform: rotate(-180deg);

}



.change-language .change-language-cont {

    position: absolute;

    top: 0px;

    right: 0px;

    width: 360px;

    background: rgb(255, 255, 255);

    padding: 20px 10px 20px 20px;

    transform: scale3d(0.9, 0.9, 1);

    opacity: 1;

    /* visibility: hidden; */

    z-index: 999;

    /* transition: all 0.3s ease-in-out 0s; */

    border: 1px solid rgb(238, 238, 238);

    border-radius: 5px;

    overflow-y: scroll;

    max-height: 80vh;

}



.change-empty {

    display: none;

}



.change-language .change-language-cont li {

    display: inline-block;

    vertical-align: top;

    width: 100%;

    margin: 0px 0px 10px;

    font-size: 16px;

    border-bottom: 1px solid #bebdbd;

    overflow: hidden;

    padding: 0px 10px 0px 0px;

}



.head_layer {

    width: 100%;

    background-color: rgb(255, 255, 255);

    padding: 24px 0px;

}



.head_layer .layout {

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    flex-direction: row;

    -webkit-box-align: center;

    align-items: center;

    position: relative;

}



.web_head .logo {

    float: left;

}



.web_head .logo img {

    max-height: 100px;

    width: auto;

}



.head_layer .nav_wrap {

    padding: 0px 0% 0px 9%;

    position: relative;

    float: left;

    -webkit-box-flex: 1;

    flex: 1 1 0%;

}



.nav_wrap .head_nav,

.nav_wrap .head_nav a {

    color: rgb(0, 0, 0);

}



.nav_wrap .head_nav {

    position: relative;

    z-index: 2;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    flex-direction: row;

    -webkit-box-pack: justify;

    justify-content: space-evenly;

}



.nav_wrap .head_nav>li {

    display: inline-block;

    line-height: 70px;

    font-size: 18px;

    perspective: 1500px;

    vertical-align: middle;

    position: relative;

}



.nav_wrap .head_nav>li>a {

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    transform: scale(1);

    padding: 0 15px;

}



.nav_wrap .head_nav li ul {

    width: 250px;

    padding: 15px 0px;

    border: 1px solid rgb(207, 207, 207);

    background-color: rgba(255, 255, 255, 0.96);

    position: absolute;

    left: 0px;

    top: 100%;

    z-index: 999;

    transform: rotateY(-30deg);

    opacity: 0;

    visibility: hidden;

    box-sizing: border-box;

    transform-origin: 0px 0px;

    box-shadow: rgba(0, 0, 0, 0.04) 4px 4px 0px;

}



.nav_wrap .head_nav>li li {

    position: relative;

    text-align: left;

    padding: 0px 15px;

}



.nav_wrap .head_nav>li li a {

    display: block;

    line-height: 1.8em;

    padding: 8px 0px;

    font-size: 14px;

    position: relative;

    color: rgb(51, 51, 51);

    border-bottom: 1px solid rgb(246, 246, 246);

}



.head_layer .layout .nav_wrap>ul>li>ul>li>b {

    display: none;

}



.nav_wrap .head_nav>li ul ul {

    left: 100%;

    top: -15px;

}



.hide_false {

    display: none !important;

}



.nav_wrap .head_nav>li>a>b {

    display: inline-block;

    margin-left: 5px;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -2px;

}



.nav_wrap .head_nav>li>a>b::after {

    content: "";

    display: block;

    width: 0px;

    height: 0px;

    border-width: 5px 4px 0px;

    border-top-style: solid;

    border-right-style: solid;

    border-left-style: solid;

    border-top-color: rgb(0, 0, 0);

    border-image: initial;

    border-bottom-style: initial;

    border-bottom-color: initial;

    border-left-color: transparent;

    border-right-color: transparent;

    vertical-align: middle;

}



.nav_wrap .head_nav li:hover>ul {

    transform: none;

    opacity: 1;

    visibility: visible;

}



.nav_wrap .head_nav>li li b::after {

    content: "";

    display: inline-block;

    width: 0px;

    height: 0px;

    overflow: hidden;

    border-width: 5px 0px 5px 6px;

    border-top-style: solid;

    border-bottom-style: solid;

    border-left-style: solid;

    border-left-color: rgb(142, 142, 142);

    border-image: initial;

    border-right-style: initial;

    border-right-color: initial;

    border-top-color: transparent;

    border-bottom-color: transparent;

    position: absolute;

    right: 0px;

    top: 14px;

}



.nav_wrap .head_nav>li>a::before {

    content: "";

    display: block;

    width: 0%;

    height: 5px;

    position: absolute;

    left: 50%;

    bottom: 0px;

    z-index: -1;

}



.nav_wrap .head_nav>li.nav-current>a::before {

    width: 100%;

    left: 0px;

    background-color: rgb(9, 74, 156);

    margin-bottom: 6px;

}



.nav_wrap .head_nav>li:hover>a::before,

.nav_wrap .head_nav:hover>li:hover>a::before,

.nav_wrap .head_nav:hover>li.nav-current:hover>a::before {

    width: 100%;

    left: 0px;

    background-color: rgb(9, 74, 156);

    opacity: 1;

}



.web_head .head_right {

    float: right;

    display: flex;

    align-items: center;

}



.web_head .btn--search {

    display: inline-block;

    border-radius: 50%;

    position: relative;

    vertical-align: middle;

    cursor: pointer;

    box-sizing: content-box;

    margin-top: 1px;

}



.web_head .btn--search::before {

    content: "";

    display: inline-block;

    width: 29px;

    height: 29px;

    background-image: url(../img/search.png);

    background-repeat: no-repeat;

    background-position: 100% center;

    vertical-align: middle;

    transition: all 0.3s ease 0s;

}



.web_head .head_right .head_right_ann {

    width: 155px;

    height: 42px;

    background: rgb(9, 74, 156);

    border-radius: 21px;

    margin-left: 45px;

}



.web_head .head_right .head_right_ann a {

    width: 100%;

    height: 100%;

    font-family: "Open Sans";

    font-weight: 400;

    font-size: 16px;

    color: rgb(255, 255, 255);

    display: flex;

    justify-content: center;

    align-items: center;

}









.Products_all {

    width: auto;

}



.Products_biao,
.Products_biao a {

    font-family: 'Open Sans';

    font-weight: bold;

    font-size: 24px;

    color: #FFFFFF;

    line-height: 24px;

    text-transform: uppercase;

}

.Products_biao a {
    transition: all .3s ease;
}

.Products_biao a:hover {
    margin-left: 5px;
}



.Products_biao::after {

    content: "";

    width: 60px;

    height: 4px;

    background: #FFFFFF;

    display: block;

    margin-top: 11px;

}



.Products_all ul {

    margin-top: 41px;

}



.Products_all ul li {

    margin: 5px 0;

}



.Products_all ul li a {

    font-family: 'Open Sans';

    font-weight: 400;

    font-size: 16px;

    color: #FFFFFF;

    line-height: 35px;

    transition: all 1s;

}



.Products_all ul li a:hover {

    text-decoration: underline;

}



.sjduan_daohang {

    display: none;

}



.Contact_lianxi_all {

    width: 22%;

}







.Contact_lianxi {

    width: 100%;

    margin-top: 43px;

}



.Contact_lianxi .Contact_lianxi_yx {

    width: 100%;

    height: auto;

    display: flex;

    align-items: normal !important;
    margin-bottom: 10px;

}



.Contact_lianxi .Contact_lianxi_yx::before {

    content: '';

    width: 28px;

    height: 28px;

    background: url(../img/foot-email.png) no-repeat;



}



.Contact_lianxi .Contact_lianxi_yx .Contact_lianxi_yxlian,

.Contact_lianxi .Contact_lianxi_yx .Contact_lianxi_yxlian a {

    font-family: 'Open Sans';

    font-weight: 400;

    font-size: 16px;

    color: #FFFFFF;

    line-height: 28px;

}



.Contact_lianxi .Contact_lianxi_yx .Contact_lianxi_yxlian a:hover {

    text-decoration: underline;

}



.Contact_lianxi .Contact_lianxi_yx .Contact_lianxi_yxlian {

    margin-left: 11px;

    width: 81%;

}



.Contact_lianxi .Contact_lianxi_dian::before {

    content: '';

    width: 28px;

    height: 28px;

    background: url(../img/foot-phone.png);

}



.Contact_lianxi .Contact_lianxi_di::before {

    content: '';

    width: 28px;

    height: 28px;

    background: url(../img/foot-werr.png);

}



.Contact_lianxi .Contact_lianxi_di .Contact_lianxi_yxlian {

    width: 80%;

    line-height: 20px;

}

.mobile-head-items {

    display: none;

}



.mobile-ico-close1 {

    width: 30px;

    height: 30px;

    background: #000 url(../img/search_btn_close.png) center center no-repeat;

    background-size: 50% auto;

    position: absolute;

    right: -35px;

    top: 12px;

    cursor: pointer;

}





.sjdibu {

    width: 100%;

    height: 60px;

    position: fixed;

    bottom: 0px;

    display: none;

    z-index: 999;

}



.sjdibu ul {

    width: 100%;

    height: auto;

    display: flex;

    justify-content: space-between;

}



.sjdibu ul li {

    width: 25%;

    height: 60px;

    background: rgb(19, 124, 44);

    display: flex;

    justify-content: center;

    align-items: center;

    background: #003172 !important;


    border-left: 1px solid #ffff;

}



.sjdibu ul li:first-child {

    border-left: none;

}



.sjdibu ul li a {

    width: 33px;

    height: 33px;

    display: block;

}



.sjdibu ul li a img {

    width: 100%;

    height: 100%;

}


@media only screen and (max-width: 480px) {


    .swiper-container-horizontal {
        padding-top: 75px;
        margin-bottom: 10px !important;
    }

    .swiper-container-horizontal {
        padding-top: 30px;
    }

    .illustration-lett>div {
        width: 90%;
    }

    .illustration-lett {
        padding: 20px 0px;
    }
}


@media only screen and (max-width: 950px) {

    .head_layer {

        background-color: rgb(255, 255, 255);

        padding: 0px;

        display: none;

    }



    .head_ladh {

        display: none;

    }



    .mobile-head-items {

        display: block;

    }





    .mobile-head-items {

        position: fixed;

        top: 0px;

        left: 0px;

        background: rgb(255, 255, 255);

        width: 100%;

        line-height: 35px;

        text-align: left;

        z-index: 999;

        display: flex;

        justify-content: space-between;
        padding: 20px 0px;

    }



    .mobile-head-items .sj_logo {

        display: flex;

    }



    .mobile-head-items .sj_logo .logo {

        width: 54px;

        height: 29px;

        margin-top: 4px;

        margin-left: 47px;

    }

    .sj_ybian {

        width: auto;

        height: 100%;

        display: flex;

        align-items: center;

        flex-direction: row-reverse;

        margin-right: 30px;

    }





    .mobile-head-item {

        float: left;

        width: 45px;

    }



    .mobile-head-item.mobile-head-aside {

        float: right;

    }



    .mobile-head-item .title {

        width: 100%;

        height: 35px;

        line-height: 35px;

        overflow: hidden;

        text-align: center;

        color: rgb(51, 51, 51);

        cursor: pointer;

    }



    .mobile-head-item .title a {

        position: relative;

        display: block;

        color: rgb(255, 255, 255);

    }



    .mobile-head-item.mobile-head-home .title a::before {

        content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Â¢";

    }



    .mobile-head-item.mobile-head-nav .title::before {

        content: '';

        background: url(../img/phone/top3.png) no-repeat;

        width: 100%;

        height: 100%;

        background-size: contain;

        display: block;



    }



    .change-language-cont {

        top: 0px !important;



        padding: 0px !important;



        width: 100% !important;



        position: relative !important;



        display: block !important;



        left: 0px !important;

        border: none !important;



    }



    .change-language-cont ul li {

        width: 100% !important;



    }



    .mobile-head-item.mobile-head-language .title::before {

        content: "";

        background: url("../img/phone/top1.png") no-repeat;

        width: 100%;

        height: 100%;

        background-size: contain;

        display: block;

        margin-top: 0px !important;

    }



    .mobile-head-item.mobile-head-search .title::before {



        content: "";

        background: url(../img/phone/top2.png) no-repeat;

        width: 100%;

        height: 100%;

        background-size: contain;

        display: block;

    }



    .mobile-head-item.mobile-head-social .title::before {

        content: "ÃƒÂ¯Ã¢â€šÂ¬Ã¢â‚¬Â¡";

    }



    .mobile-head-item.mobile-head-aside .title::before {

        content: "ÃƒÂ¯Ã‚ÂÃ‚Â ";

    }



    .mobile-head-item .main-content-wrap {

        background: rgb(255, 255, 255);

        top: 0px;

        display: block;

        z-index: 99999;

    }



    .mobile-head-item .main-content-wrap .content-wrap {

        overflow-y: auto;

        height: 100%;

        padding: 15px 10px;

        background-color: rgb(255, 255, 255);

        text-transform: uppercase;

    }



    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {

        overflow-y: hidden;

    }



    .mobile-head-item .side-content-wrap {

        position: fixed;

        /* display: none; */

        /* left: 0%; */

        width: 70%;

        height: 100%;

    }



    .mobile-head-item .middle-content-wrap {

        position: absolute;

        left: 0px;

        width: 100%;

        height: auto;

        padding: 20px 0px;

        opacity: 0;

        visibility: hidden;

    }



    .mobile-head-item .middle-show-content-wrap {

        top: 30px;

        visibility: visible;

        opacity: 1;

    }





    .head_nav {

        width: 100%;

    }



    .head_nav li {

        position: relative;

        display: block;

        width: 100%;

        font-size: 16px;

    }



    .head_nav>li {

        border-bottom: 1px solid rgb(238, 238, 238);

        line-height: 35px;

    }



    .head_nav>li::after {

        content: '\f105';

        position: absolute;

        right: 0px;

        top: 0px;

        color: rgb(153, 153, 153);

        font-size: 12px;

        display: none;

    }



    .main-content-wrap .content-wrap .head_nav li {

        position: relative;

        text-transform: uppercase;

    }



    .main-content-wrap .content-wrap .head_nav li>b {

        position: absolute;

        top: 15px;

        right: 14px;



    }



    .main-content-wrap .content-wrap .head_nav li>b::after {

        content: "";

        display: block;

        width: 0px;

        height: 0px;

        border-width: 5px 4px 0px;

        border-top-style: solid;

        border-right-style: solid;

        border-left-style: solid;

        border-top-color: rgb(0, 0, 0);

        border-image: initial;

        border-bottom-style: initial;

        border-bottom-color: initial;

        border-left-color: transparent;

        border-right-color: transparent;

        vertical-align: middle;

    }



    .content-wrap .head_nav li ul {

        display: none;

    }



    .head_nav li ul {

        display: block;

        width: 100%;

    }



    .head_nav li ul li {

        width: auto;

        padding: 0px 10px;

        font-size: 14px;

        text-transform: lowercase;

        line-height: 30px;

    }



    .head_nav li ul li::before {

        content: "";

        width: 3px;

        height: 3px;

        background: rgb(153, 153, 153);

        border-radius: 50%;

        position: absolute;

        left: 0px;

        top: 15px;

    }



    .head_nav li ul li li {

        line-height: 25px;

    }



    .head_nav li ul li li::before {

        display: none;

    }



    .xxx,

    .sjdibu {

        display: block;

    }



}



@media only screen and (max-width: 1200px) {

    body {

        min-width: inherit;

    }



    .layout {

        width: 92%;

    }



    .web_head .layout {

        width: 92%;

    }



    .head_layer .nav_wrap {

        padding-left: 2%;

        padding-right: 2%;

    }



    .nav_wrap .head_nav>li>a {

        padding: 0px 10px;

    }

}



@media screen and (max-width: 1430px) {

    .head_layer .nav_wrap {

        /* padding: 0px 2%; */

    }

}



@media screen and (max-width: 1090px) {

    .head_layer .nav_wrap {

        padding: 0px;

    }

}



@media only screen and (max-width: 1200px) {

    .index_web_head .head_layer .layout .logo a {

        width: 51px;

        display: block;

    }



    .index_web_head .head_layer .layout .logo a img {

        width: 100%;

    }



    .head_layer .nav_wrap {

        /* padding: 0px 10px; */

    }

}



@media only screen and (max-width: 1361px) {





    .web_head .head_right .head_right_ann {

        margin-left: 10px;

    }

}



@media only screen and (max-width: 1366px) {

    .head_right_ann {

        display: none;

    }

}



.chebian {

    width: 60px;

    height: auto;

    position: fixed;

    right: 10px;

    z-index: 99999;

    transform: translateY(-50%);

    top: 50%;

}



.chebian ul {

    width: 100%;

}



.chebian ul li {

    width: 60px;

    height: 60px;

    margin-bottom: 5px;

}



.chebian ul li a {

    width: 100%;

    height: 100%;

    display: block;

}



.chebian ul li a img {

    width: 100%;

    height: 100%;

}



@media only screen and (max-width: 1200px) {

    .chebian {

        display: none;

    }

}











.dibu {

    width: 100%;

    height: auto;

    background: #2A4480;

}



.dibu .dibu_all {

    width: 100%;

    height: auto;

    display: flex;

    padding: 84px 0 84px 0;

    justify-content: space-between;

}



.dibu_logo_all {

    width: 22%;

    height: auto;

}



.dibu_logo_all .dibu_logo {

    width: 80px;

    height: 42px;

}



.dibu_all .dibu_logo_all a {

    font-family: 'Open Sans';

    font-weight: 400;

    font-size: 16px;

    color: #FFFFFF;

    line-height: 24px;

}



.dibu_all .dibu_logo_all a:hover {

    text-decoration: revert;

}



.dibu_logo_all .dibu_logo img {

    width: 100%;

    height: 100%;



}



.dibu_logo_all .dibu_logo_text {

    width: 100%;

    height: auto;

    font-family: 'Open Sans';

    font-weight: 400;

    font-size: 18px;

    color: #FFFFFF;

    line-height: 24px;

    margin-top: 41px;

    margin-bottom: 10px;

}



.dibu_all .dibu_logo_all a {

    font-family: 'Open Sans';

    font-weight: 400;

    font-size: 16px;

    color: #FFFFFF;

    line-height: 24px;

}





.dibu_logo_img {

    display: flex;

    margin-top: 40px;

}



.dibu_logo_img_li {

    width: 40px;

    height: 40px;

    margin-right: 10px;

}



.dibu_logo_img_li a {

    width: 100%;

    height: 100%;

    display: block;

}



.dibu_logo_img_li a img {

    width: 100%;

    height: 100%;

    transition: all 1s;

}



.dibu_logo_img_li:hover a img {

    transform: rotate(60deg);

}



.dibu_all>.dibu_logo_img {

    display: none;

}



.dibubanquan {

    width: 100%;

    height: auto;

    border-top: 1px solid rgb(255, 255, 255, 0.2);

    padding: 17px 0 18px;

    text-align: center;

    color: #Fff;

    font-size: 20px;

}





.dibubanquan a {

    font-family: Open Sans;

    font-weight: 400;

    font-size: 16px;

    color: #FFFFFF;

}



.dibubanquan a:hover {

    text-decoration: underline;

}



@media only screen and (max-width: 1200px) {

    .dibu .dibu_all {

        padding: 84px 0 44px 0;

    }



}



@media only screen and (max-width: 950px) {



    .dibu .dibu_all {

        width: 100%;

        height: auto;

        display: flex;

        padding: 30px 0 22px 0;

        justify-content: space-between;

        flex-wrap: wrap;

    }



    .dibu_all .dibu_logo_all>a {

        display: none;

    }



    .Products_all {

        width: 100%;

    }



    .dibu_logo_all {

        width: 100%;

    }



    .dibu_logo_img {

        margin-top: 21px;

    }



    .Products_all .Products_biao,

    .dibu_logo_all .dibu_logo_text,

    .Products_all ul {

        display: none;

    }



    .dibu_logo_all .dibu_logo_img {

        display: none;

    }



    .dibu_all>.dibu_logo_img {

        display: flex;

    }



    .sjduan_daohang {

        display: block;

        width: 100%;

        height: auto;

    }



    .sjduan_daohang ul {

        width: 100%;

        height: auto;



    }



    .sjduan_daohang>ul>li {

        width: 100%;

        position: relative;





    }

        .sjduan_daohang>ul>li:first-child{
            display: none;
        }

    .sjduan_daohang>ul>li>b {

        width: 23px;

        height: 13px;

        background: url(../img/balk-right.png) no-repeat;

        display: block;

        position: absolute;

        top: 25px;

        right: 0;

    }



    .sjduan_daohang>ul>li>a {

        font-family: 'Open Sans';

        font-weight: bold;

        font-size: 16px;

        color: #FFFFFF;

        padding: 25px 0 22px;

        border-bottom: 1px solid #C0C1CA;

    }



    .sjduan_daohang>ul>li>ul>li {

        padding: 0;

        margin: 10px 0;

    }



    .sjduan_daohang a {

        font-family: 'Open Sans';

        font-weight: bold;

        font-size: 16px;

        color: #FFFFFF;

        padding: 25px 0 22px;

    }



    .sjduan_daohang>ul>li>a {

        display: flex;

        justify-content: space-between;

        align-items: center;

        text-transform: uppercase;

    }



    .sjduan_daohang>ul>li>a>b {

        width: 23px;

        height: 13px;

    }



    .sjduan_daohang>ul>li>a>b::after {

        content: "";

        width: 100%;

        height: 13px;

        background: url(./img/img/sjduandijian.webp);

        display: block;

    }



    .sjduan_daohang>ul>li ul {

        margin-left: 20px;

        display: none;

    }

}



@media only screen and (max-width: 950px) {

    .dibubanquan {

        padding: 17px 0 75px;

    }

}

.layout_last-img>div>img {
    transition: transform 0.3s ease;
}

.layout_last-img>div>img:hover {
    transform: scale(1.2);

}

.illustration-right-top>div:last-child {
    overflow: hidden;
}

.illustration-right-top>div:last-child:hover>img {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

.illustration-lett:hover::before {
    transform: scale(1.2);
    transition: transform 0.3s ease;

}

/* sitemap start */
.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline;
}

#cont>ul>li>a {
    text-transform: capitalize;
}
body{
    --color-main:rgb(9, 74, 156);
}
#cont h2,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:after,
#footer {
    background: var(--color-main) !important;
}

#cont>ul>li>ul>li>a,
#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a,
#cont>ul>li>ul>li>ul>li>a {
    color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a:before,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before {
    border-top-color: var(--color-main) !important;
    border-right-color: var(--color-main) !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

#cont h2 {
    background: var(--color-main) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer a:hover {
    text-decoration: underline;
}

/* sitemap end */


.privacy-main{
    padding-top: 30px !important;
}