.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
p{
    margin: 0;
}

.h1,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
}





.w1200{max-width: 1200px; margin: 0 auto; padding: 0 15px;}


.tbnr1{
	height: 100px;
	background-image: linear-gradient(0deg, 
		#f7f7f7 0%, 
		#ffffff 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;

}

.logo{
    float: left;
    line-height: 100px;
}
.logo img{width: 100%;}

.tblx{
    float: right;
}
.tblx .tbdh{
    float: left;
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #164a95;line-height:100px;
}

.tblx .tbyy{
    float: left;margin-top:37px;
}

.tbyy .btn{
    color: #666666;
    padding: 0;
    padding-left: 20px;
    margin-left: 17px;
    border-left: 1px solid #e3e3e3;   
    line-height: 1;
}
.tbyy .btn img{
    margin-top: -3px;
}

.tbnr2{
    height: 60px;
}
.tbnav{
    float: left;
}
.tbnav > li{
    float: left;
    position: relative;
    padding: 0 20px;
}
.tbnav > li{border-right:1px solid #e2e2e2;}
.tbnav > li:hover{
	background-color: #0076da;
}
.tbnav > li:hover > a{
	color: #FFF !important;
     transition: all ease-in-out 0s; 
}

.tbnav li > a{
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    transition: all ease-in-out 0s; 
}


.tbnav li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 85px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


.tbss{
    float: right;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.tbss .tbtb{
    padding: 0 21px;
    border-left: 1px solid #e2e2e2; 
    border-right: 1px solid #e2e2e2; 
}
.tbss .tbtb img{}
.tbss .search-g-box input{height: 35px; line-height: 35px;}
.tbss .search-g-box button{height: 35px; line-height: 35px;}
.search-g-box{margin-top: 2px; z-index: 9999;}







.bbban{position: relative;}
.banfl{overflow: hidden;}
.banfl li{position: relative;}
.banfl li .img{position: relative;}
.banfl li .img img{
    width: 100%;
}

.banfl .swiper-pagination{
    text-align: left;
    max-width: 1200px;
    left: 19%;
    bottom: 63px;
}
.banfl .swiper-pagination span{
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 6px !IMPORTANT;
}
.banfl .swiper-pagination .swiper-pagination-bullet-active{
    width: 18px;
    height: 19px;
    background-color: #0076da;
}



.bansxx{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
.banly{
    width: 20.8333%;
    float: right;
    background: rgba(0, 0, 0, 0.6);
    padding: 40px 35px;
    margin-top: 0;
    position: absolute;
    right: 19%;
    top: 10%;
    z-index: 999;
}
.banly .form-group{
    margin-bottom: 12px;
}
.banly .form-group input{
    height: 52px;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    width: 100%;
    padding-left: 15px;
}
.banly .form-group img{ 
    height: 52px;
    width: 40%;
}

.banly .text-center button{
    width: 187px;
    height: 51px;
    background-color: #0076da;
    color: #fff;
    text-align: center;text-transform:uppercase;
}
.banly .text-center button span{
    width: 100%;
    font-size: 18px;
}



.banlywz{
    margin-bottom: 47px;
}
.banlywz h2{
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
}
.banlywz h3{
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 26px;
}








.c1 {
    padding: 5.5vw 0 5.3vw; 
}

h2.bt {

    color: #191b20;

    text-transform: uppercase;

    font-family: arial;

    line-height: 1;

    padding-bottom: 38px;

    background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/559669c6ccgbc6ek.jpg) no-repeat 0 bottom;

    margin: 0;

    font-size: 35px;

}

.c1 .list2 {

    margin-top: 38px;

}



.c1 .list2 li a.img {
    width:100%;
    display: block;

    position: relative;

}



.c1 .list2 li a.img img {

    width: 100%;display:block;

}



.c1 .list2 li a.img .bg1 {

    opacity: 0;

    transition-duration: 0.6s;

    position: absolute;

    z-index: 111;

    cursor: pointer;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.2);

    top: 0;

    left: 0;

}



.c1 .list2 li a.img .bg1 h4 {

    font-size: 16px;

    color: #fff;

    text-transform: uppercase;

    background: #0076da;

    border-radius: 6px;

    margin: 0 auto;

    padding: 16px 25px;

    width: 170px;

    position: absolute;

    bottom: 22px;

    left: 50%;

    margin-left: -85px;

}



.c1 .list2 li h3 {

    padding: 29px 0 0;

    text-align: center;

    margin: 0;

    text-transform: uppercase;
    width:100%;

}



.c1 .list2 li h3 a {

    font-size: 20px;

    color: #191b20;

    opacity: .8;

}



.c1 .list2 li:hover a.img .bg1 {

    opacity: 1;

}

.bbbandt{
    position: absolute;
    height: 28px;
    width: 40%;
    right: 0;
    bottom: 0;
    background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/90c64a2ad4nbtvct.png)no-repeat;
    z-index: 999;
}





.c2 {

  

    background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/6168292918dmzmlo.jpg) no-repeat 50% 0;

    padding-top: 104px;

    padding-bottom: 96px;

}



@media (max-width: 768px) {

    .c2 {

        background: #191b20;

        padding-top: 50px;

        padding-bottom: 50px;

    }

}



.c2 h2 {

    color: #fff;

    background: url(//wm-hk.cdn.cn86.cn/wmy8/2024/05/945d3ef28dpxvzux.jpg) no-repeat 0 bottom;

}



.c2 .list2 {

    margin-top: 46px;

}



.c2 .list2 li {

    color: #fff;

}



@media (max-width: 768px) {

    .c2 .list2 li {

        margin-bottom: 20px;

    }

}



.c2 .list2 li .tu {

    width: 19%;

}



.c2 .list2 li .tu img {

    max-width: 100%;

}



.c2 .list2 li .zi {

    width: 76%;

}



.c2 .list2 li .zi h3 {

    margin: 0;
    color: #fff;
    font-size: 20px;

}



.c2 .list2 li .zi dd {

    margin-top: 14px;

    line-height: 26px;

    font-size: 16px;

    font-family: arial;

}















.c3 {
    padding: 5.3vw 0 4.2vw;
    background: #f9f9f9;
}




@media (max-width: 768px) {

    .c3 {

        padding-top: 50px;

        padding-bottom: 40px;

    }

}



.c3 .list2 {

    margin-top: 56px;

}



.c3 .list2 li {

    margin-bottom: 28px;

}



@media (max-width: 768px) {

    .c3 .list2 li {

        margin-bottom: 0;

    }

}



.c3 .list2 li a.img {

    display: block;

    position: relative;

}



.c3 .list2 li a.img img {
    width: 100%;
    background-color: #ffffff;
	border: solid 1px #e5e5e5;
    display:block;

}



.c3 .list2 li a.img .bg1 {

    opacity: 0;

    transition-duration: 0.6s;

    position: absolute;

    z-index: 111;

    cursor: pointer;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.2);

    top: 0;

    left: 0;

}



.c3 .list2 li a.img .bg1 h4 {

font-size: 16px;

color: #fff;

text-transform: uppercase;

background: #0076da;

border-radius: 6px;

margin: 0 auto;

padding: 16px 25px;

width: 170px;

position: absolute;

bottom: 22px;

left: 50%;

margin-left: -85px;
}



.c3 .list2 li h3 {

    padding: 29px 0;

    text-align: center;

    margin: 0;

    text-transform: uppercase;

}



.c3 .list2 li h3 a {

    font-size: 20px;

    color: #191b20;

    opacity: .8;

}



.c3 .list2 li:hover a.img .bg1 {

    opacity: 1;

}



.c3 .ck1 {

    text-align: center;

    margin-top: 20px;

}



.c3 .ck1 a.ck {
    text-align: center;
    border-radius: 4px;
    border: 2px solid #0076da;
    padding: 13px 0;
    display: block;
    width: 235px;
    margin: 0 auto;
    font-family: Candara;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #0076da!important;
}












.c4 {
    margin-top: 4.7vw;
    padding-bottom: 3.4vw;
}



@media (max-width: 768px) {

    .c4 {

        margin-top: 50px;

    }

}



.c4 .list2 {

    margin-top: 50px;

}



@media (max-width: 768px) {

    .c4 .list2 li {

        margin-bottom: 20px;

    }

}



.c4 .list2 li a.img {

    display: block;

}



.c4 .list2 li a.img img {

    width: 100%;display:block;

}



.c4 .list2 li h3 {

    margin: 0;

    line-height: 36px;

    font-size: 18px;

    font-weight: 600;

    font-family: 'arial';

}



.c4 .list2 li h3 a {
    color: #333333;
}

.c4 .list2 li .time {

    font-size: 14px;

    color: #777777;

    font-family: Tahoma;

    line-height: 40px;

    margin-top: 10px;

}






.c5{position: relative; margin-bottom: 3.7vw;}
.c5fl{overflow: hidden;}
.c5fl li{position: relative;}
.c5fl li .img{overflow: hidden;border: solid 2px #fff;}
.c5fl li .img img{width: 100%;display:block;}
.c5fl li:hover .img{
    border: solid 2px #0076da;
}



.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bcg{background-size:100% 100%;}






.footer {
    background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/ec0abd2a94twkthv.jpg) no-repeat;
    padding-top: 99px;
}



@media (max-width: 768px) {

    .footer {
        padding-top: 0;
        background: #002c52;
    }
}



.footer .navx {

    margin-top: 23px;

    margin-bottom: 23px;

    font-family: "Tahoma";

}



.footer .navx li {

    background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/c4726ba24eb1hqwf.png) no-repeat right 50%;

    padding: 0 19px;

    float: left;

    text-transform: uppercase;

}

.footer .navx li:first-child{padding-left:0;}

.footer .navx li:last-child {

    background: none;

}



.footer .navx li a {

font-size: 14px;

color:#fff!important;
}



.footer .search {

    margin-top:0;

}



.footer .contact-us {

margin-top: 44px;

color:#fff;

font-size: 14px;

font-family: "Tahoma";

padding-bottom: 60px;
}



.erx {

    margin-top: 20px;

}



@media (max-width: 768px) {

    .footer .contact-us {

        margin-top: 30px;

        margin-bottom: 30px;

    }

}













.search {

    margin-top: 20px;

  

}



.search .input-group {

    vertical-align: top

}



.search .input-group .keyword {

height: 40px;

line-height: 40px;

border: 1px solid #336589;

background: none;

border-radius: 0;

-webkit-text-fill-color: rgba(255, 255, 255, 0.1);
color:#587490;
}




.search input{color:#587490;}
.search textarea::-webkit-input-placeholder{color:#587490;}







.search .input-group .btn-default {

width: 104px;

height: 40px;

background: #0076da;

border: none;

color: #fff;

text-transform: uppercase;

margin-left: 4px;

font-size: 12px;border-radius:0;
}



.search1 {

    display: none;

    position: absolute;

    top: 40px;

    right: 0;

    z-index: 111;

    cursor: pointer;

    background: #fff;

}





.contact-us .tel {

    background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/0d72e68196locq2w.png) 0 50% no-repeat, url(//wm.cdn.cn86.cn/kazakhstan/2025/10/cee1ba43896ptvi9.png) right 50% no-repeat;

    margin-left: 26px;

    padding-right: 26px;

    padding-left: 27px;

}



.contact-us .email span {

color: #fff;

margin-left: 10px;
}



.contact-us .email {

    background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/4f436d5c55a4jf87.png) 0 50% no-repeat;

    padding-left: 27px;

    margin-left: 26px;

}



.contact-us .address {

    position: relative;

    background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/3b41c031fbpcbyrs.png) 0 50% no-repeat, url(//wm.cdn.cn86.cn/kazakhstan/2025/10/cee1ba43896ptvi9.png) right 50% no-repeat;

    padding-right: 26px;

    padding-left: 27px;

}



.contact-us .address:after {

    content: '';

    background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/cee1ba43896ptvi9.png) right 50% no-repeat;

    display: block;

    position: absolute;

    right: 0;

    top: 0;

    width: 1px;

    height: 16px;

}


.foot-bottom .content {

    padding: 12px 0 92px;

    line-height: 32px;

    border-top: 1px solid #336083;

}

.copyright{display: flex;align-items: center;flex-wrap: wrap;color:#98a3af!important;}
.copyright a{color:#98a3af!important;}
.copyright a:hover{color:#fff!important;}
.copyright span{margin-left:5px;}



.fadd li+li{margin-left:10px;}










@media (max-width: 1700px) {  
.banly{
    top: 0;
}

}
@media (max-width: 1500px) {  
.banly{
    width: 25.8333%;
    right: 10.1%;
}
.banlywz h3{display: none;}
.banlywz{
    margin-bottom: 30px;
}




}



@media (max-width: 1200px) {  

.w1200{max-width: 992px;}
.menu-handler{display: none;}
.banly{
    width: 25.8333%;
    padding: 20px 20px 30px;
}
.banlywz h2{
    font-size: 20px;
}
.banly .form-group input{
    height: 40px;
}
.banly .form-group img{
    height: 40px;
}
.banly .text-center button{
    height: 40px;
}
.banlywz{margin-bottom: 15px;}
.c1 .list2 li h3 a,.c3 .list2 li h3 a{font-size:17px;}
.c3 .list2 li a.img .bg1 h4,.c1 .list2 li a.img .bg1 h4{font-size:14px;}
.footer .search{width:33%;}
.footer .navx{width:67%;}

}




@media (max-width: 992px) {  

.w1200{padding: 0 2%;}
.menu-handler{display: block;float: right;margin-top: 13px;}

.banly{
    display: none;
}

.tbnr2{display: none;}
.tblx .tbdh{display: none;}


.tbyy .btn{
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
}

.tbnr1{height: 60px;   line-height: 60px;}
.bbbandt{display: none;}
.banfl .swiper-pagination{
    max-width: 100%;
    text-align: center;
    left: 0;
    bottom: 5px;
}
.banfl .swiper-pagination .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
}

h2.bt{font-size: 26px;     padding-bottom: 24px;}
.c1{padding: 45px 0;}
.c1 .list2 li{margin-bottom: 25px;}
.c1 .list2 li h3{
    padding: 15px 0 0;
}
.footer .contact-us{
    margin: 0;
    padding-bottom: 20px;
    padding-top: 25px;
}
.foot-bottom .content{padding-bottom: 25px;}
.logo{width:40%;}
.tblx .tbyy{margin-top:0;}
.logo{line-height:60px;}



}



@media (max-width: 768px) {  
  .footer .navx{width:100%;}
  .footer .search{width:100%;margin-top:22px;}
  .contact-us .address{width:100%;margin-bottom:10px;background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/3b41c031fbpcbyrs.png) 0 50% no-repeat;}
  .contact-us .tel{margin-left:0;}
  .contact-us .address:after{display:none;}
}

@media (max-width: 640px) {  
   .foot-bottom .content{line-height:24px;}
   .copyright{width:100%;}

   body{padding-bottom:60px;}
  .fadd{display:none;}
  .contact-us .tel{background: url(//wm.cdn.cn86.cn/kazakhstan/2025/10/0d72e68196locq2w.png) 0 50% no-repeat;}
 .contact-us .email{margin-left:0;width:100%;margin-top:10px;}
}

@media (max-width:375px) {  
   .copyright span{margin-left:0;}
}

   