 
.fp-watermark{display: none !important;}
.relative{position: relative;}
.hidden{overflow: hidden;}
.mo{display: none !important;}
.pc{display: block !important;}
.container{
    width: 1434px; 
    margin: 0 auto;
} 
.container2{width: 1434px;margin: 0 auto;}
.page-job{background: #f4f4f4;}
@media(max-width: 1920px){
    .container{width: 74.6%;}
    .container2{width: 74.6%;margin: 0 auto;}
}
@media(max-width: 1680px){
    .container{width: 86%;}
	.container2{width: 86%;}
}
@media(max-width: 1380px){
    .container{width: 100%;padding: 0 20px;}
}
@media(max-width: 1150px){
    .container2{width: 92%;}
}
@media(max-width: 1024px){
    .container{width: 100%;padding: 0 20px;}
    .mo{display: block !important;}
    .pc{display: none !important;}
}
@media(max-width: 890px){
	.container{width: 100%;padding: 0 20px;}
	.container2{width: 100%;padding: 0 20px;}

    .mo{display: block !important;}
    .pc{display: none !important;}
}
.fl{float: left;}
.fr{float: right;}
.center{text-align: center;}
.bold { font-weight: bold; }
.flex { display: flex; flex-wrap: wrap; }
.img100{line-height: 0;overflow: hidden;}
.img100 img{width: 100%;}
.fixVideo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 10000000;
}

.fixVideoA {
    width: 100%;
    height: 100%;
    position: relative;
}

.fixVideoB {
    position: absolute;
    width: 60%;
    max-width: 1000px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fixVideoB .close {
    position: absolute;
    right: -1px;
    top: -40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    z-index: 10000;
    background: #000;
    color: #fff;
}

@media(max-width: 890px){
    .fixVideoB {
        width: 90%;
    }
}

.nobr br{display: none;}
/**导航**/
.header { 
    position: fixed; width: 100%; left: 0; top: 0; z-index: 999;
    background: #fff;
    transition: all 0.4s;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.header .left{
    display: flex;
    align-items: center;
}
.header .left .logo{margin-right: 90px;}
.header .left .logo .logoimg {
    width: 120px;
}
.header .ul li{
    float: left;
    margin-right: 42px;
}
.header .ul li:last-child{margin-right: 0;}
.header .ul li a{
    color: #222;
    padding: 24px 0 24px 0;
    display: block;
    position: relative;
    font-size: 16px;
}
.header .ul li a:hover{
    color: #2B89C5;
}
.header .ul li a.xl{
    padding-right: 15px;
}
.header .ul li a.xl:before{
    width: 10px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: url(../image/header_xl.svg) center center/cover;
}
@media(max-width: 1920px){
    .mo .logo .logoimg {
        width: 120px;
    }
}
@media(max-width: 1680px){
    .mo .logo .logoimg {
        width: 120px;
    }
}
@media(max-width: 890px){
	.mo .logo .logoimg {
        width: 100px;
    }
}

.header .right{
    margin-left: auto;
    display: flex;
}
.header .right .quanqiu{margin-left: 0px;position: relative;width: 30px;padding: 25px 0;cursor: pointer;}
.header .right .sousuo{margin-left: 24px;position: relative;width: 23px;padding: 26px 0;cursor: pointer;}
.header .right .quanqiu .quanqiu_xl{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    top: 100%;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    display: none;
}
.header .right .quanqiu .quanqiu_xl a{color: #333;display: block;padding: 6px 0;transition: all 0.4s;}
.header .right .quanqiu .quanqiu_xl a:hover{color: #2B89C5;}

.header .right .quanqiu:hover .quanqiu_xl{
    display: block;
    animation: xiala 0.4s linear 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.header .right .quanqiu .quanqiu-language{
    display: block;
}
.header .right .quanqiu .quanqiu-language-hover{
    display: none;
}
.header .right .quanqiu:hover .quanqiu-language{
    display: none;
}
.header .right .quanqiu:hover .quanqiu-language-hover{
    display: block;
}


@-webkit-keyframes xiala {
    0% {
        transform: translate(-50%,-10px);
        opacity: 0;
        
    }
    100% {
        transform: translate(-50%,0);
        opacity: 1;
    }
}

@keyframes xiala {
    0% {
        transform: translate(-50%,-10px);
        opacity: 0;
    }
    100% {
        transform: translate(-50%,0);
        opacity: 1;
    }
}

.footer{
    background: #F7F7F7;
    padding-top: 66px;
    position: relative;
    z-index: 1;
}
.footer .top {padding-bottom: 90px;}
.footer .top .left{width: 21%;}
.footer .top .left .logo{width: 165px;}
.footer .top .left .t{
    color: #2b89c5;
}
.footer .top .left .icon_box .ul li{float: left;margin-right: 10px;position: relative;}
.footer .top .left .icon_box .ul li .ewm{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: 120px;
    padding: 6px;
    background: #fff;
    display: none;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
}

.footer .top .left .icon_box .ul li:hover .ewm{
    display: block;
    animation: zhishi 0.5s linear 1;
    -webkit-animation: zhishi 0.5s linear 1;
}

@-webkit-keyframes zhishi {
    0%{
        opacity: 0;
        -webkit-transform: translate(-50%,-10px);
        transform: translate(-50%,-10px);
    }

    100% {
         -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        opacity: 1;
    }
}

@keyframes zhishi {
    0%{
        opacity: 0;
        -webkit-transform: translate(-50%,-10px);
        transform: translate(-50%,-10px);
    }

    100% {
         -webkit-transform: translate(-50%,0);
         transform: translate(-50%,0);
        opacity: 1;
    }
}

.footer .top .left .icon_box .ul li:last-child{margin-right: 0;}
.footer .top .left .icon_box .ul li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    /*background: rgba(153, 153, 153, 0.1);*/
    background: #2b89c5;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    transition: all 0.4s;
    cursor: pointer;
}

.footer .top .left .icon_box .ul li:hover .icon{
    /*background: rgba(153, 153, 153, 0.45);*/
    background: #2b89c5;
}

.footer .top .right{max-width: 74%;}
.footer .top .right .ul li{
    float: left;
    margin-right: 50px;
}

.footer .top .right .ul li:last-child{margin-right: 0;}
.footer .top .right .ul li .bt a{color: #333;}
.footer .top .right .ul li .a_list a{
    color: #666666;
    display: block;
    transition: all 0.4s;
    margin-bottom: 6px;
}
.footer .top .right .ul li .a_list a:hover{color: #2B89C5;}
.footer .top .right .ul li .a_list a:last-child{margin-bottom: 0;}
.banquan{
    color: #999999;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
}

.banquan a{
    color: #999999;
    transition: all 0.4s;
}
.banquan a:hover{color: #2B89C5;}

@media(max-width: 1920px){
    .header .left .ul li{
        margin-right: 2.0vw;
    }
    .header .left .logo{margin-right: 4.6vw;}
    .header .right .quanqiu{margin-left: 0vw;}
    .footer{
        padding-top: 3.4vw;
    }
    .footer .top {padding-bottom: 4.6vw;}
    .footer .top .right .ul li{
        margin-right: 2.6vw;
    }
    .footer .top .left .icon_box .ul li .icon{width: 2.6vw;height: 2.6vw;}
    .banquan{padding: 1vw 0;}
    /*.header .ul li a{
        padding: 1.25vw 0 1.2vw 15px;
    }
    .header .left .logo{width:6.3vw;}
    .header .right .quanqiu,.header .right .sousuo{padding: 1.3vw 0;}*/

}
@media(max-width: 1760px){
    .header .left .logo{margin-right: 3.3vw;}
    .header .left .ul li {
        margin-right: 1.7vw;
    }
}
@media(max-width: 1700px){
    .header .left .logo{margin-right: 3.1vw;}
    .header .left .ul li {
        margin-right: 1.5vw;
    }
}
@media(max-width: 1500px){
    .footer .top .left .logo{width: 140px;}
    .header .ul li a{font-size: 14px;}
}
@media(max-width: 1360px){
    .footer .top .right{width: 74%;}
    .footer .top .right .ul li{
        width: 14.2%;
        padding-right: 20px;
        margin-right: 0;
    }
}
@media(max-width: 1130px){
    .header .right .quanqiu {
        margin-left: 0px;
        position: relative;
        width: 25px;
        padding: 20px 0;
        cursor: pointer;
    }
}
@media(max-width: 1100px){
    .header .left .logo{margin-right: 3vw;}
    .header .left .logo .logoimg {
        width: 100px;
    }
}
@media(max-width: 1070px){
    .header .left .logo{margin-right: 2vw;}
    .header .left .logo .logoimg {
        width: 90px;
    }
}
@media(max-width: 1040px){
    .header .left .logo{margin-right: 1vw;}
    .header .left .logo .logoimg {
        width: 90px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 890px){
    .footer {
        padding-top: 30px;
    }
    .footer .top .right{display: none;}
    .footer .top .left{width: 100%;}
    .footer .top .left .icon_box .ul li .icon{width: 40px;height: 40px;}
    .banquan {
        padding: 14px 0;
    }
    .footer .top .left .icon_box .ul li .ewm{width: 100px;left: 0;transform: initial;}
    @-webkit-keyframes zhishi {
        0%{
            opacity: 0;
            -webkit-transform: translate(0,-10px);
            transform: translate(0-10px);
        }

        100% {
             -webkit-transform: translate(-50%,0);
            transform: translate(0,0);
            opacity: 1;
        }
    }

    @keyframes zhishi {
        0%{
            opacity: 0;
            -webkit-transform: translate(0,-10px);
            transform: translate(0,-10px);
        }

        100% {
             -webkit-transform: translate(0,0);
             transform: translate(0,0);
            opacity: 1;
        }
    }

}

.mo_header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;padding: 10px 0;transition: all 0.4s;}
.mo_header:before{
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    content: "";
    transition: all 250ms;
}
.mo_header.fixed-head:before{
    height: 100%;
}
.mo_header .logo{width: 170px;}
.mo_header .logo a{display: flex;}

.navR{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


/*.fixed-head .logo a .pic2 { display: block; }
.fixed-head .logo a .pic1 { display: none; }*/
.fixed-head .eader .derl ul li a { color: #333; }
/**mobile nav**/
.navBtn { display: none; }
.menu-i {
    height: 2px;
    right: 0;
    position: absolute;
    border-radius: 1px;
    font-style: normal;
    background-color: #111;
    display: block;
    transition: all 0.5s;
    border-radius: 2px;
}
.fixed-head .menu-i { background: #111;}
.fixed-headA .menu-i { background: #111;}
.menu-i-1 {
    width: 28px;
    top: 16px;
}
.menu-i-2 {
    width: 20px;
    top: 26px;
}.menu-i-3 {
    width: 28px;
    top: 36px;
}
.mobile-menu {
    width: 28px;
    height: 55px;
    position: relative;
    display: block;
    background: none;
    border: none;
}
.mobile-menu-on {
    z-index: 1001;
}
.mobile-menu-on .menu-i-1 {
    transform: translateY(10px) rotate(45deg);
    /*background-color: #fff;*/
}
.mobile-menu-on .menu-i-2 {
   /* opacity: 0;*/
   width: 0;
}
.mobile-menu-on .menu-i-3 {
    transform: translateY(-10px) rotate(-45deg);
   /* background-color: #fff;*/
}

/**mobile nav**/
/*
.nav_box {width: 100%;height: 100%;position: fixed;right: auto;top: 0;bottom: 0;left: -100%;overflow: auto;z-index: 99999999;background: #37a9cc;transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box.cur {left: 0;transition: all .8s;-o-transition: all .8s;-moz-transition: all .8s;-ms-transition: all .8s;-webkit-transition: all .8s;}
.nav_box .box {width: 100%;height: 100%;position: relative;z-index: 2;}
.nav_box .nav-title {height: 57px;position: relative;border-bottom: 1px solid rgba(255, 255, 255, 0.06);}
.nav_box .nav-title .navclose {width: 22px;height: 22px;display: block;font-size: 0;line-height: 41px;position: absolute;right: 15px;top: 50%;z-index: 2;transform: translateY(-50%);}
.nav_box .nav-title .navclose img {width: 100%;}
.nav_box .nav-title h1 {text-align: left;width: 86px;margin-left: 15px;line-height: 0;padding-top: 11px;}
.nav_box .nav-title h1 img {width: 100%;}
.nav_box .navlist {width: 100%;padding-bottom: 20px;}
.nav_box .navlist ul>li {float: left;width: 100%;font-size: 16px;line-height: 50px;border-bottom: 1px solid rgba(255, 255, 255, .06);padding: 0 15px;text-transform: capitalize;}
.nav_box .navlist ul>li>a {display: block;color: #fff;position: relative;}
.nav_box .navlist ul>li>a.sub:before {content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 6px;height: 11px;background: url(../images/jtwhite.png) no-repeat center center / cover;}
.nav_box .navlist ul>li .navlist2 {border-top: 1px solid rgba(255, 255, 255, .06);display: none;padding: 10px 0;}
.nav_box .navlist ul>li .navlist2 a {display: block;width: 100%;color: #fff;font-size: 14px;line-height: 34px;}
.nav_box { display: none!important;}
.navR .search { display: block; }
.nav {display: inline-block;}
.nav_box .nav_ss{padding: 0 15px;margin-top: 20px;}
.nav_box .nav_ss input.inp{
	line-height: 40px;
	height: 40px;
	background: #fff;
	border: none;
	width: 100%;
	padding: 0 90px 0 20px;
	font-size: 15px;
	border-radius: 50px;
}
.nav_box .nav_ss input.sub{
	width: 90px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #e3001b;
	font-size: 16px;
	border: none;
	border-radius: 50px;
	color: #fff;
}
.nav_box { display: block!important; top: 57px; width: 100%; left:-100%; border-top: 1px solid rgba(255,255,255,0.2); }
.nav_box { background: rgba(0, 0, 0, 0.9); }
.bgGreen { background: #474443; }
.nav_box .navlist { padding-top: 10px; }
.nav_box .navlist ul>li { border:none; line-height: 50px; }
.navSear { margin-top: 20px; padding: 0 15px;}
.navSear .search { padding-top: 20px; border-top:1px solid rgba(255,255,255,0.3); }
.navSear .search .subsearch { z-index: 9;}
.navSear .search .subsearch .subsearcha { border-radius: 3px;position: relative; padding-left: 30px; height: 30px;}
.navSear .search .subsearch .subsearcha .inp {width: 90%;height: 30px;border: 0; font-size: 14px;color: #fff; padding-left: 0px; background: none; } 
.navSear .search .subsearch .subsearcha .sub { opacity: 0.7; border: none;outline: none;position: absolute;left: 0px;top: 50%;height: 26px;background: url(../images/searchxa.png) no-repeat left center;font-size: 0;width: 26px;transform: translateY(-50%);}
.navSear .search:hover .subsearch {display: block;}
.navSear .search .subsearch .subsearcha .inp:-moz-placeholder {
    color: rgba(255,255,255,0.7); 
}
.navSear .search .subsearch .subsearcha .inp::-moz-placeholder {
    color: rgba(255,255,255,0.7);
} 
.navSear .search .subsearch .subsearcha .inp:-ms-input-placeholder{
    color: rgba(255,255,255,0.7);
}
.navSear .search .subsearch .subsearcha .inp::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.nav_box .navlist ul>li .navlist2,.nav_box .navlist ul>li .secondNav .navlist3,.nav_box .navlist ul>li .fourthNav .navlist4 { position: fixed; left:-102%; transition: all 0.6s; display: block; top:80px; width: 100%; height: calc(100% - 80px);  background: rgba(0, 0, 0, 0.9); z-index: 10000; }
.nav_box .navlist ul>li .navlist2 a,.nav_box .navlist ul>li .secondNav .navlist3 a,.nav_box .navlist ul>li .fourthNav .navlist4 a { padding: 10px 15px; line-height: 1.6; font-size: 16px; color:rgba(255,255,255,0.8); }
.nav_box .navlist ul>li.cur .navlist2,.nav_box .navlist ul>li .secondNav.cur .navlist3,.nav_box .navlist ul>li .fourthNav.cur .navlist4 { left:0; }
.nav_box .navlist ul>li .backNav { padding: 0 15px; }
.nav_box .navlist ul>li .backNav span { display: block; padding: 5px 0 5px 25px; border-top: 1px solid rgba(255,255,255,0); background: url(../images/back.png) no-repeat left center; font-size: 18px;color:#fff; border-bottom:1px solid rgba(255,255,255,0.3); margin-bottom: 10px; }
.nav_box .navlist ul>li a.cur { font-weight: bold; color:#fff!important;  }

@media(max-width: 1680px){
	.nav_box { top: 54px; }
	.nav_box .navlist ul>li .navlist2,
	.nav_box .navlist ul>li .secondNav .navlist3,
	.nav_box .navlist ul>li .fourthNav .navlist4 { 
		top:54px; height: calc(100% - 54px);
	}
}
*/
.more,a.more{
    display: inline-block;
    color: #2B89C5;
    padding: 14px 40px;
    border: 2px solid rgba(43, 118, 205, 0.2);
    line-height: 1.2;
    border-radius: 50px;
    transition: all 0.4s;
    background: none;
}

.more i,a.more i{
    width: 6px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transition: all 0.4s;
    background: url(../image/more_jt.svg) center center/cover;
    margin-left: 6px;
}
@media(max-width: 1920px){
    .more,a.more{padding: 0.72vw 2.1vw;}
    .more i,a.more i{
        width: 0.31vw;
        height: 0.62vw;
    }
}
@media(max-width: 890px){
 
}
.more:hover,a.more:hover{
    background: #2B89C5;
    border-color: #2B89C5;
    color: #fff;
}

.more:hover i,a.more:hover i{
    background: url(../image/more_jt2.svg) center center/cover;
}

.bgf7f7f7{background: #f7f7f7;}
.title .fbt{color: #2B89C5;z-index: 1;position: relative;}
.title .bt{color: #505050;font-weight: normal;line-height: 1.4;}
.nybanner {margin-top: 62px;}
.nybanner .img{overflow: hidden;}
.nybanner .img .img1{transform: scale(1.06);transition: all 2s;opacity: 0;}
.nybanner.cur .img .img1{transform: scale(1);opacity: 1;}


.nybanner .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    opacity: 0;
    right: 0;
    transition: all 2s;
    color: #fff;
}

.nybanner.cur .text{left: 0;opacity: 1;}

.nybanner .text .bt{line-height: 1.3;font-weight: bold;}

.business_a{
    padding: 5.3vw 0 5.3vw;
}
.business_a .content1{
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}
.business_a .content1 .videoBox{
    width: 46.25%;
    z-index: 2;
}
.business_a .content1 .videoBox video{
    width: 100%;
}
.business_a .content1 .video_right{
    width: 57.29%;
    
}
.business_a .content1 .video_right .title{
    width: 100%;
    position: relative;
}
.business_a .content1 .video_right .title .biaoti{
    color: #2B89C5;
    z-index: 1;
    position: absolute;
    top: 1.8vw;
    right: 1.8vw;
}
.business_a .content1 .video_right .title .oem_pic{
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 2.5vw;
    right: 0;
}
.business_a .content1 .video_right .describe{
    width: 100%;
    padding: 2.1vw 0;
    background: #EDF6FB;
    position: absolute;
    right: 0;
    bottom: 0;
}
.business_a .content1 .video_right .describe .textBox{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.business_a .content1 .video_right .describe .textBox .text{
    color: #466578;
    line-height: 1.4;
    margin-right: 1.8vw;
}
.business_a .content2{
    display: none;
    flex-direction: column;
    position: relative;
}
.business_a .content2 .title{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.business_a .content2 .title .biaoti{
    color: #2B89C5;
    z-index: 1;
    margin-top: -70px;
    margin-bottom: 50px;
    /* position: absolute;
    top: 1.8vw;
    right: 1.8vw; */
}
.business_a .content2 .title .oem_pic{
    width: 70%;
    object-fit: contain;
    /* position: absolute;
    top: 2.5vw;
    right: 0; */
}
.business_a .content2 .describe{
    width: 90%;
    padding: 2.5vw 0;
    margin: 0 auto;
    background: #EDF6FB;
    
}
.business_a .content2 .describe .textBox{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.business_a .content2 .describe .textBox2{
    display: none;
    flex-direction: column;
    align-items: flex-end;
}
.business_a .content2 .describe .textBox .text,
.business_a .content2 .describe .textBox2 .text{
    color: #466578;
    line-height: 1.4;
    margin-right: 1.8vw;
}
.business_a .content2 .videoBox{
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}
.business_a .content2 .videoBox video{
    width: 100%;
}
@media(max-width: 890px){
    .business_a .content1{
        display: none;
    }
    .business_a .content2{
        display: flex;
    }
}
@media(max-width: 600px){
    .business_a .content2 .title .biaoti{
        margin-top: -50px;
        margin-bottom: 30px;
    }
}
@media(max-width: 520px){
    .business_a .content2 .describe .textBox{
        display: none;
    }
    .business_a .content2 .describe .textBox2{
        display: flex;
    }
    .business_a .content2 .describe .textBox2 .text{
        margin-left: 1.8vw;
    }
}
@media(max-width: 480px){
    .business_a .content2 .title .biaoti{
        margin-top: -40px;
        margin-bottom: 20px;
    }
}
@media(max-width: 380px){
    .business_a .content2 .title .biaoti{
        margin-top: -30px;
        margin-bottom: 10px;
    }
    .business_a .content2 .title .oem_pic{
        width: 85%;
    }
}

.business_b{
    padding: 5.3vw 0 5.3vw;
}
.business_b .b_title{
    color: #2B89C5;
    position: relative;
}
/* .business_b .b_title::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 4px;
    opacity: 0.9;
    background: #FFF;
    content: "";
} */
.business_b .b_title_e{
    color: #505050;
}
.business_b .b_content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.business_b .b_content .b_item{
    width: 23.75%;
    height: 480px;
    border-radius: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 3.1vw 1.6vw;
}
.business_b .b_content .b_item .b_item_title{
    color: #FFFFFF;
    position: relative;
    padding-bottom: 20px;
}
.business_b .b_content .b_item .b_item_title::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 4px;
    opacity: 0.9;
    background: #FFF;
    content: "";
}
.business_b .b_content .b_item .b_item_content{
    color: #FFFFFF;
    line-height: 1.7;
    text-align: justify;
}
.business_c{
    padding: 5vw 0 5vw;
    background: #EDF6FB;
}
.business_c .c_content{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.business_c .c_content .c_item{
    /*width: 49.16%;*/
    width: 100%;
    height: 594px;
    background: #FFF;
    border-radius: 24px;
    padding: 3.1vw 4.2vw;
    display: flex;
    flex-direction: column;
}
@media(max-width: 1050px){
    .business_c .c_content .c_item{
        height: 500px;
    }
}
@media(max-width: 890px){
    .business_b .b_content .b_item{
        height: 380px;
    }
    .business_c .c_content{
        flex-direction: column;
    }
    .business_c .c_content .c_item{
        width: 80%;
        height: 410px;
    }
    .business_c .c_content .c_item:nth-child(2){
        margin-top: 20px;
    }
}
@media(max-width: 750px){
    .business_b .b_content .b_item{
        width: 48%;
        height: 280px;
        border-radius: 20px;
        padding: 3.2vw 3.2vw;
    }
    .business_b .b_content .b_item:nth-child(1),
    .business_b .b_content .b_item:nth-child(2){
        margin-bottom: 20px;
    }
}
@media(max-width: 600px){
    .business_c .c_content .c_item{
        width: 100%;
        height: auto;
        padding: 5.6vw 4.5vw;
    }
}
@media(max-width: 420px){
    .business_b .b_content .b_item{
        height: 350px;
    }
}
@media(max-width: 350px){
    .business_b .b_content .b_item{
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
}
.business_c .c_content .c_item .c_title{
    color: #222222;
    padding-bottom: 16px;
    position: relative;
}
.business_c .c_content .c_item .c_title::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 6px;
    opacity: 0.9;
    background: #2B89C5;
    content: "";
}
.business_c .c_content .c_item .c_row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.business_c .c_content .c_item .c_row2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.business_c .c_content .c_item .c_row .c_phone_pic{
    width: 100px;
    height: 100px;
    margin-right: 3.1vw;
}
.business_c .c_content .c_item .c_row .c_column{
    display: flex;
    flex-direction: column;
}
.business_c .c_content .c_item .c_row .c_column .c_tip{
    color: #222222;

}
.business_c .c_content .c_item .c_row .c_column .phone_text{
    color: #666666;
}
.business_c .c_content .c_item .c_row2 .c_column_center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.business_c .c_content .c_item .c_row2 .c_column_center .erweima{
    width: 190px;
    height: 190px;
    border: 1px solid #2B89C5;
    border-radius: 10px;
}
.business_c .c_content .c_item .c_row2 .c_column_center .ewm_name{
    color: #222222;
}
.business_c .c_content .c_item .c_row2 .c_column_center .ewm_tips{
    color: #2B89C5;
}
@media(max-width: 1050px){
    .business_c .c_content .c_item .c_row2 .c_column_center .erweima {
        width: 170px;
        height: 170px;
    }
}
@media(max-width: 940px){
    .business_c .c_content .c_item .c_row2 .c_column_center .erweima {
        width: 160px;
        height: 160px;
    }
}
@media(max-width: 890px){
    .business_c .c_content .c_item .c_row2 .c_column_center .erweima {
        width: 180px;
        height: 180px;
    }
}
@media(max-width: 500px){
    .business_c .c_content .c_item .c_row .c_phone_pic{
        width: 80px;
        height: 80px;
        margin-right: 3.1vw;
    }
    .business_c .c_content .c_item .c_row2 .c_column_center .erweima {
        width: 150px;
        height: 150px;
    }
}
@media(max-width: 400px){
    .business_c .c_content .c_item .c_row2 .c_column_center .erweima {
        width: 140px;
        height: 140px;
    }
}
@media(max-width: 350px){
    .business_c .c_content .c_item .c_row .c_phone_pic{
        width: 60px;
        height: 60px;
        margin-right: 3.1vw;
    }
    .business_c .c_content .c_item .c_row2 .c_column_center .erweima {
        width: 110px;
        height: 110px;
    }
}
@media(max-width: 300px){
    .business_c .c_content .c_item .c_row2 .c_column_center .erweima {
        width: 90px;
        height: 90px;
    }
}

.subsidiary_a{
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    height: 66px;
}
.subsidiary_a .top{
    display: flex;
    flex-direction: row;
}
.subsidiary_a .top a{
    color: #222222;
    line-height: 63px;
    text-align: center;
    padding: 0 1.3vw;
    cursor: pointer;
    border-bottom: 2px solid #FFFFFF;
    transition: all 0.3s;
}
.subsidiary_a .top .cur{
    color: #2B89C5;
    border-bottom: 2px solid #2B89C5;
}
.subsidiary_a .top a:hover{
    color: #2B89C5;
    border-bottom: 2px solid #2B89C5;
}
.subsidiary_b{
    width: 100%;
}
.subsidiary_b .b_content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 2vw 0;
}
.subsidiary_b .b_content .b_left{
    width: 48%;
    z-index: 2;
    padding: 2vw 2vw 2vw 0;
}
.subsidiary_b .b_content .b_left .text{
    line-height: 1.6;
    color: #222222;
    text-align: justify;
}
.subsidiary_b .b_content .b_right{
    width: 48%;
    z-index: 2;
    padding-top: 2vw;
}
.subsidiary_b .b_content .bgImg{
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
@media(max-width: 890px){
    .subsidiary_b .b_content{
        flex-direction: column;
    }
    .subsidiary_b .b_content .b_left{
        width: 90%;
        margin: 0 auto;
    }
    .subsidiary_b .b_content .b_right{
        width: 70%;
        margin: 0 auto;
    }
}

.subsidiary_c{
    padding: 2vw 0;
}
.subsidiary_c .c_content .text{
    line-height: 1.6;
    color: #222222;
    text-align: justify;
}


.contact_a{
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact_a .contact_a_box{
    display: flex;
    align-items: center;
}

.contact_a .left{
    width: 28.5%;
}
.contact_a .left .nr{display: none;}
.contact_a .left .nr.cur{display: block;}
.contact_a .left .ul li{
    border-bottom: 1px solid rgba(43, 55, 142, 0.1);
}
.contact_a .left .ul li:last-child{border-bottom: none;}
.contact_a .left .ul li .box{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.contact_a .left .ul li .icon{
    width: 62px;
    height: 62px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 38, 110, 0.03);
}
.contact_a .left .ul li .text{
    color: #666;
    padding-left: 14px;
    width: calc(100% - 62px);
}
.contact_a .left .ul li .bt{
    color: #222;
}

.contact_a .right{
    width: 67.6%;
    margin-left: auto;
}

.contact_a .right .ul li{position: absolute;cursor: pointer;}
.contact_a .right .ul li .icon{
    border-radius: 100%;
    background: #fff;
    width: 50px;
    height: 50px;
    display: block;
    border: 2px solid rgba(0, 38, 110, 0.05);
    position: relative;
    transition: all 0.4s;
}

.contact_a .right .ul li .icon:before{
    width: 84%;
    height: 84%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    border: 2px solid rgba(0, 38, 110, 0.15);
    z-index: 1;
    border-radius: 100%;
    transition: all 0.4s;
}

.contact_a .right .ul li .icon:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 12px;
    height: 12px;
    background: #2B89C5;
    border-radius: 100%;
    content: "";
    z-index: 2;
    transition: all 0.4s;
}

.contact_a .right .ul li .text{
    position: absolute;
    left: calc(100% + 4px);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.contact_a .right .ul li.you .text{
    left: auto;
     right: calc(100% + 4px);
     transition: all 0.4s;
}

.contact_a .right .ul li .text .bt{
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    background: #fff;
    border-radius: 50px;
    min-width: 130px;
    text-align: center;
    color: #2B89C5;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
}

.contact_a .right .ul li .text .bt i{
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px;
    background: url(../image/contact_a_zb.svg) center center/cover;
    transition: all 0.4s;
}

.contact_a .right .ul li.cur .text .bt{background: #2B89C5;color: #fff;}
.contact_a .right .ul li.cur .text .bt i{ background: url(../image/contact_a_zb2.svg) center center/cover;}
.contact_a .right .ul li.cur .icon{
    background: rgba(43, 118, 205, 0.1);
}
.contact_a .right .ul li.cur .icon:before{
     background: #2B89C5;
}
.contact_a .right .ul li.cur .icon:after{
    background: #fff;
}
.mapBox{
    height: 500px;
}
.tytext{
    color: #666;
    line-height: 1.8;
}
.contact_b{
    padding: 130px 0;
    background: #fff;
}

.contact_b .left{
    float: left;
    width: 23%;
}

.contact_b .left .text a{color: #2B89C5;}
.contact_b .right{
    width: 67%;
    float: right;
}

.contact_b .right .ul li {
    float: left;
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1.6%;
}
.contact_b .right .ul li:nth-child(2n){margin-right: 0;}
.contact_b .right .ul li .box .icon{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
}
.contact_b .right .ul li.content .box .icon{
    top: 20px;
    transform: initial;
}
.contact_b .right .ul li.bitian .xing{
    color: #C80016;
    font-size: 18px;
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
}
.contact_b .right .ul li .box input,.contact_b .right .ul li .box textarea{
    width: 100%;
    font-size: 18px;
    padding: 18px 54px;
    background: none;
    border-radius: 10px;
    border: 1.5px solid rgba(0, 38, 110, 0.1);
    transition: all 0.4s;
}
.contact_b .right .ul li .box input::placeholder,
.contact_b .right .ul li .box textarea::placeholder{color: rgba(0, 38, 110, 0.3)}
.contact_b .right .ul li .box input{
     height: 62px;
     padding: 18px 54px;
}
.contact_b .right .ul li .box textarea{
     height: 160px;
     resize: none;
     padding: 18px 54px;
}

.contact_b .right .ul li.w100{width: 100%;margin-right: 0;}
.contact_b .right .ul li .box .icon.icon1{background: url(../image/contact_b_icon1.svg) center center/cover;}
.contact_b .right .ul li .box .icon.icon2{background: url(../image/contact_b_icon2.svg) center center/cover;}
.contact_b .right .ul li .box .icon.icon3{background: url(../image/contact_b_icon3.svg) center center/cover;}
.contact_b .right .ul li .box .icon.icon4{background: url(../image/contact_b_icon4.svg) center center/cover;}
.contact_b .right .ul li .box .icon.icon5{background: url(../image/contact_b_icon5.svg) center center/cover;}
.contact_b .right .ul li .box .icon.icon6{background: url(../image/contact_b_icon6.svg) center center/cover;}

.contact_b .right .ul li .box input:focus,.contact_b .right .ul li .box textarea:focus{
    border: 1.5px solid #2B89C5;
}
.contact_b .right .ul li .box input:focus + .icon.icon1{background: url(../image/contact_b_icon01.svg) center center/cover;}
.contact_b .right .ul li .box input:focus + .icon.icon2{background: url(../image/contact_b_icon02.svg) center center/cover;}
.contact_b .right .ul li .box input:focus + .icon.icon3{background: url(../image/contact_b_icon03.svg) center center/cover;}
.contact_b .right .ul li .box input:focus + .icon.icon4{background: url(../image/contact_b_icon04.svg) center center/cover;}
.contact_b .right .ul li .box textarea:focus + .icon.icon5{background: url(../image/contact_b_icon05.svg) center center/cover;}

.contact_b .right .ul li .box .select2:focus-within  .icon.icon6{
       background: url(../image/contact_b_icon6.svg) center center/cover;
}
.contact_b .right .ul li .box input:focus + .icon.icon6{background: url(../image/contact_b_icon6.svg) center center/cover;}

.contact_b .right button{cursor: pointer;}
@media(max-width: 1920px){
    .contact_a{
        padding-top: 5.2vw;
        padding-bottom: 5.2vw;
    }
    .contact_a .right .ul li .icon{
        width: 2.6vw;
        height: 2.6vw;
    }
    .contact_a .right .ul li .text .bt i{
        width: 0.72vw;
        height: 0.83vw;
    }
    .contact_a .right .ul li .text .bt{min-width: 6.7vw;}
    .contact_a .right .ul li .text .bt{
        height: calc(2.6vw - 2px);
        line-height: calc(2.6vw - 2px);
    }
    .contact_b{
        padding: 6.7vw 0;
    }
    .contact_b .right .ul li .box input {
        height: 3.2vw;
        padding: 1vw 54px;
    }
    .contact_b .right .ul li.bitian .xing{
        font-size: 16px;
    }
    .contact_b .right .ul li .box input,.contact_b .right .ul li .box textarea{
        font-size: 0.93vw;
    }
    .contact_b .right .ul li .box .icon{width: 1.1vw;height: 1.1vw;}

}

@media(max-width: 1500px){
    .contact_a .right .ul li .icon:after{
        width: 8px;
        height: 8px;
    }
    .contact_b .right .ul li .box input,.contact_b .right .ul li .box textarea {
        /*font-size: 16px;*/
    }
}
@media(max-width: 890px){
    .contact_a{padding:40px 0;}
    .contact_a .contact_a_box{display: block;}
    .contact_a .left{
        width: 100%;
    }
    .contact_a .left .ul li .box {
        padding: 10px 0;
    }
    .contact_a .left .ul li .icon{width: 50px;height: 50px;}
    .contact_a .left .ul li .text {
        padding-left: 10px;
        width: calc(100% - 50px);
    }
    .contact_a .right{width: 100%;margin-top: 20px;}
    .contact_a .right .ul li .icon {
        width: 30px;
        height: 30px;
    }
    .contact_a .right .ul li .text .bt {
        height: 28px;
        line-height: 28px;
    }
    .contact_a .right .ul li .text .bt{min-width: 80px;}
    
    .mapBox{
        height: 400px;
    }

    .contact_b{
        padding: 40px 0;
    }
    .contact_b .left{
        width: 100%;
    }
    .contact_b .right{
        width: 100%;
        margin-top: 20px;
    }
    .contact_b .right .ul li .box input {
        height: 40px;
        padding: 10px 40px;
        font-size: 14px;
    }
    .contact_b .right .ul li{
        width: 100%;
    }
    .contact_b .right .ul li .box .icon {
        width: 18px;
        height: 18px;
        left: 12px;
    }
    .contact_b .right .ul li.bitian .xing{left: 34px;}
    .contact_b .right .ul li.content .box .icon{top: 18px;}
    .contact_b .right .ul li .box textarea{
        padding: 14px 40px;
        font-size: 14px;
    }
    .more, a.more{padding: 10px 30px;}
}

@media(max-width: 540px){
    .contact_a .right .ul li .icon:after {
        width: 5px;
        height: 5px;
    }
    .contact_a .right .ul li .text .bt i {
        width: 10px;
        height: 12px;
    }
    .contact_a .right .ul li .icon {
        width: 20px;
        height: 20px;
    }
    .contact_a .right .ul li .text .bt {
        height: 22px;
        line-height: 22px;
    }
}

.mbx{padding: 20px 0;}
.mbx a br{display: none;}
.mbx a,
.mbx span{
    color: #666;
    transition: all 0.4s;
}
.mbx span{padding: 0 4px;}
.mbx a:hover{
    color: #2B89C5;
}

.yanshi_a{
    padding: 70px 0 120px;
}

.yanshi_a .top .sousuo_box{
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 580px;
}
.sousuo_box{position: relative;}
.sousuo_box input{
    width: 100%;
    height: 56px;
    border-radius: 50px;
    font-size: 16px;
    padding: 0 150px 0 30px;
    box-sizing: border-box;
    border: 2px solid rgba(43, 118, 205, 0.2);
    color: #222;
}

.sousuo_box .btn{
    width: 145px;
    right: 0;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    background: #2B89C5;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.sousuo_box .btn i{
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -1px;
    background: url(../image/sousuo_icon_bai.svg) center center/cover;
}
.a_box{
    display: flex;
    flex-wrap: wrap;
}

.a_box a{
    margin-right: 10px;
    margin-top: 10px;
    padding: 7px 22px;
    box-sizing: border-box;
    border: 2px solid rgba(43, 118, 205, 0.2);
    border-radius: 12px;
    color: #2B89C5;
    transition: all 0.4s;
    cursor: pointer;
}
.a_box a:last-child{margin-right: 0;}
.a_box a:hover,
.a_box a.cur{color: #fff;background: #2B89C5;border-color: #2B89C5;}

.yanshi_a .ul{
    display: flex;
    flex-wrap: wrap;
}
.yanshi_a .ul li{
    width: 32.4%;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
    background: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
}
.yanshi_a .ul li .img{
    border-radius: 10px;
    overflow: hidden;
}
.yanshi_a .ul li img{
    transition: all 0.4s;
}
.yanshi_a .ul li:nth-child(3n){
    margin-right: 0;
}
.yanshi_a .ul li .text{
    padding: 15px 34px;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
    background: #F7F7F7;
}
.yanshi_a .ul li .text .bt{
    color: #222;
    line-height: 1.4;
    transition: all 0.4s;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.yanshi_a .ul li .text .ms{
    color: #777;
    line-height: 1.4;
    transition: all 0.4s;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.yanshi_a .ul li .text .tub{height: 0;overflow: hidden;transition: all 0.4s;}
.yanshi_a .ul li .text .icon{
    width: 40px;
    height: 40px;
    display: block;
    margin-top: 14px;
    background: url(../pictures/preview.png) center center/cover;
}
.yanshi_a .ul li:hover .text .bt{
    color: #2B89C5;
    /*margin-top: var(--fuiconHeight);*/
}
.yanshi_a .ul li:hover .text .tub{
    /*height: var(--iconHeight);*/
}
.yanshi_a .ul li:hover img{
    transform: scale(1.05);
}
.page{
    display: flex;
    align-items: center;
    justify-content: center;
}

.page a{
    margin: 0 6px;
    color: #666;
    border-radius: 10px;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    border: 2px solid rgba(102, 102, 102, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.page a:hover,
.page a.cur{
    color: #fff;
    border-color: #2B89C5;
    background: #2B89C5;
}

@media(max-width: 1920px){
    .yanshi_a{
        padding: 3.6vw 0 6.2vw;
    }

}

@media(max-width: 1500px){
    .sousuo_box{width: 480px;}
    .sousuo_box input{height: 50px;}
    .a_box a {
        padding: 7px 20px;
    }
    .sousuo_box .btn{width: 120px;}
    .page a{
        width: 2.8vw;
        height: 2.8vw;
    }
}
@media(max-width: 890px){
    .mbx {
        padding: 14px 0;
    }
    .yanshi_a {
        padding: 20px 0 40px;
    }
    .yanshi_a .top .sousuo_box input{
        padding: 0 120px 0 20px;
        font-size: 14px;
        height: 44px;
    }
    .sousuo_box .btn{font-size: 14px;}
    .yanshi_a .top .sousuo_box{
        width: 100%;
        top: auto;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        position: relative;
    }
    .a_box a{
        width: 49%;
        margin-bottom: 0%;
        margin-right: 2%;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
        display: block;
    }
    .a_box a:nth-child(2n){margin-right: 0;}
    .yanshi_a .ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .yanshi_a .ul li:last-child{margin-bottom: 0;}
    .yanshi_a .ul li .text {
        padding: 16px 20px;
    }
    .page a{
        margin: 0 3px;
        width: 40px;
        height: 40px;
    }
}

.zhili_a{
 padding: 70px 0 130px;   
}
.zhili_a .ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.zhili_a .ul li{
    width: 32.4%;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
    background: #F7F7F7;
    border-radius: 16px;
    padding: 0 30px;
}
.zhili_a .ul li:nth-child(3n){margin-right: 0;}
.zhili_a .ul li .top {padding: 24px 0;cursor: pointer;}
.zhili_a .ul li .bt{
    color: #222;
    padding-right: 40px;
    position: relative;
    transition: all 0.4s;
}
.zhili_a .ul li .bt .anniu{
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: -4px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid rgba(102, 102, 102, 0.5);
    background: url(../image/zhili_a_jt1.svg) center center no-repeat;
    transition: all 0.4s;
}

.zhili_a .ul li .text{
    padding: 24px 0 40px;
    color: #fff;
    display: none;
    
}

.zhili_a .ul li.cur{
    background: #2B89C5;
}
.zhili_a .ul li.cur .bt{color: #fff;}
.zhili_a .ul li.cur .bt .anniu{
    border-color: #2B89C5;
    background: url(../image/zhili_a_jt01.svg) center center no-repeat #2B89C5;
}
.zhili_a .ul li.cur .text{border-top: 1px solid rgba(255, 255, 255, 0.1);}
@media(max-width: 1920px){
    .zhili_a{
        padding: 3.6vw 0 6.7vw;   
    }
    .zhili_a .ul li{padding: 0 1.6vw;}
    .zhili_a .ul li .top{padding: 1.2vw 0;}
    .zhili_a .ul li .text{padding: 1.2vw 0 2vw;}
}

@media(max-width: 890px){
    .zhili_a {
        padding: 20px 0 40px;
    }
    .zhili_a .ul li{width: 100%;margin-right: 0;margin-bottom: 10px;}
    .zhili_a .ul li:last-child{margin-bottom: 0;}
    .zhili_a .ul li{padding: 0 20px;}
    .zhili_a .ul li .top{padding: 16px 0;}
    .zhili_a .ul li .text{padding: 16px 0 30px;}
    .zhili_a .ul li .bt .anniu{width: 30px;height: 30px;}
}



.baogao_a .ul li{
    width: 24.1%;
    margin-right: 1.2%;
}
.baogao_a .ul li:nth-child(3n){margin-right: 1.2%;}
.baogao_a .ul li:nth-child(4n){margin-right: 0;}

@media(max-width: 890px){
    .baogao_a .ul li{
        width: 100%;
        margin-right: 0%;
    }
}

.gonggao_a{
    padding: 70px 0 130px;
}

.gonggao_a .right{
    position: absolute;
    right: 0;
    bottom: 6px;
    display: flex;
    flex-wrap: wrap;
}
.gonggao_a .right .sousuo_box{width: 580px;}
.select{
    width: 240px;
    border: 2px solid rgba(43, 118, 205, 0.2);
    border-radius: 50px;
    margin-right: 10px;
    position: relative;
}
.select:before{
    width: 14px;
    height: 8px;
    content: "";
    background: url(../image/gonggao_a_jt.svg) center center/cover;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}
.select select{
    width: 100%;
    height: 56px;
    border: none;
    font-size: 16px;
    background: none;
    padding: 0 26px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.gonggao_a .ul li{margin-bottom: 14px;}
.gonggao_a .ul li:last-child{margin-bottom: 0;}
.gonggao_a .ul li .box{
    border-radius: 20px;
    background: #F7F7F7;
    padding: 24px 110px 24px 30px ;
    color: #222;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.4s;
    flex-wrap: wrap;
}
.gonggao_a .ul li .box:before{
    width: 42px;
    height: 42px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 1px solid rgba(34, 34, 34, 0.2);
    position: absolute;
    right: 30px;
    background: url(../image/gonggao_a_xz.svg) center center no-repeat;
    transition: all 0.4s;
}

.gonggao_a .ul li .box .bt{
    position: relative;
    padding-left: 40px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s;
}
.gonggao_a .ul li .box .bt:before{
    width: 22px;
    height: 22px;
    content: "";
    background: url(../image/gonggao_a_pdf.svg) center center/cover;
    position: absolute;
    top: 0;
    transition: all 0.4s;
    left: 0;
}

.gonggao_a .ul li .box .time{color: #666;margin-left: auto;}

.gonggao_a .ul li .box:hover .bt{color: #2B89C5;}
.gonggao_a .ul li .box:hover .bt:before{background: url(../image/gonggao_a_pdf2.svg) center center/cover;}
.gonggao_a .ul li .box:hover:before{background: url(../image/gonggao_a_xz2.svg) center center no-repeat #2B89C5;border-color: #2B89C5;}
@media(max-width: 1920px){
    .gonggao_a{
        padding: 3.6vw 0 6.7vw;
    }
}
@media(max-width: 1500px){
    .select select{height: 50px;}
    .gonggao_a .right .sousuo_box{width: 480px;}
}
@media(max-width: 890px){
    .gonggao_a {
        padding: 20px 0 40px;
    }
    .gonggao_a .right{
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }
    .select{width: 100%;margin-bottom: 6px;}
    .select select{height: 40px;}
    .sousuo_box input{height: 44px;}
    .gonggao_a .right .sousuo_box{width: 100%;}
    .gonggao_a .ul li{margin-bottom: 10px;}
    .gonggao_a .ul li .box{
        padding: 12px 20px;
    }
    .gonggao_a .ul li .box:before{display: none;}
    .gonggao_a .ul li .box .bt{
        width: 100%;
        overflow: initial;
        white-space: initial;
        text-overflow: initial;
    }
    .gonggao_a .ul li .box .time{margin-top: 4px;}
}

.touzi_a{
    padding: 130px 0 120px;
}

.touzi_a .touzi_a_box{
    display: flex;
    flex-wrap: wrap;
}

.touzi_a .left{
    width: 32.4%;
    background: #F7F7F7;
    border-radius: 10px;
    overflow: hidden;
}

.touzi_a .left .top{
    padding: 40px;
    color: #fff;
    background: url(../image/touzi_a_bg.png) center center/cover;
}

.touzi_a .left .top .nr{display: flex;align-items: flex-end;}
.touzi_a .left .top .nr .xz{
    position: relative;
    top: -4px;
    margin-left: 14px;
    padding-left: 20px;
}

.touzi_a .left .top .nr .xz.shang:before,.touzi_a .left .top .nr .xz.xia:before{
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    
}

.touzi_a .left .top .nr .xz.shang:before{background: url(../image/touzi_a_shang.svg) center center/cover;}
.touzi_a .left .top .nr .xz.xia:before{background: url(../image/touzi_a_xia.svg) center center/cover;transform: translateY(-50%) rotate(180deg);}

.touzi_a .left .btm{
    padding: 10px 40px;
}
.touzi_a .left .btm .ul{
    display: flex;
    flex-wrap: wrap;
}
.touzi_a .left .btm .ul li{
    width: 44%;
    margin-right: 12%;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.touzi_a .left .btm .ul li:nth-child(2n){margin-right: 0;}
.touzi_a .left .btm .lb{
    padding-left: 34px;
    position: relative;
    color: #666;
}
.touzi_a .left .btm .lb:before{
    width: 20px;
    height: 15px;
    content: "";
    background: url(../image/touzi_a_lb.svg)center center/cover;
    position: absolute;
    left: 0;
    top: 3px;
}
.touzi_a .right{
    width: 66.3%;
    margin-left: auto;
}
.touzi_a .right .ul{display: flex;flex-wrap: wrap;}
.touzi_a .right .ul li{
   width: 49%;
   margin-right: 2%;
   margin-top: 2%;
}
.touzi_a .right .ul li.w100{width: 100%;margin-right: 0;}
.touzi_a .right .ul li:nth-child(2n){margin-right: 0;}
.touzi_a .right .ul li:nth-child(1),.touzi_a .right .ul li:nth-child(2){margin-top: 0;}

.touzi_a .right .ul li .box{
    padding: 34px 40px;
    background: #F7F7F7;
    border-radius: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    transition: all 0.4s;
}
.touzi_a .right .ul li .box .bt{color: #1c1c1c;}
.touzi_a .right .ul li .box .icon_box{margin-top: 30px;display: flex;align-items: center;}
.touzi_a .right .ul li .box .icon_box .jt{
    border-radius: 100%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../image/touzi_a_jt.svg) center center no-repeat;
    border: 2px solid rgba(102, 102, 102, 0.3);
    transition: all 0.4s;
}

.touzi_a .right .ul li .box .icon_box .icon{
    margin-left: auto;
    width: 44px;
}

.touzi_a .right .ul li.w100  .box .icon_box .icon{width: 47px;}

.touzi_a .right .ul li:hover .box{
    border-bottom: 3px solid #2B89C5;
}

.touzi_a .right .ul li:hover .box .icon_box .jt{
    border-color: #2B89C5;
    background: url(../image/more_jt2.svg) center center no-repeat #2B89C5;
}

.touzi_b{
    padding: 120px 0;
    background: url(../image/touzi_b_bg.jpg) center center/cover;
}

.touzi_b .title .bt,.touzi_b .title .fbt{
    color: #fff;
}

.touzi_b  .dingyue{
    width: 400px;
}
.touzi_b  .dingyue .text{
    width: 100%;
    height: 56px;
    border-radius: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    padding: 0 140px 0 24px;
    font-size: 16px;
    color: #fff;
}
.touzi_b  .dingyue .text::placeholder{color: #fff;}
.touzi_b  .dingyue .btn{
    position: absolute;
    right: 0;
    width: 130px;
    height: 100%;
    color: #fff;
    background: #2B89C5;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

.touzi_b .xz{color: rgba(255, 255, 255, 0.5);margin-top: 6px;}
.more2,a.more2{background: #fff;border-color: #fff;}
@media(max-width: 1920px){
    .touzi_a{
        padding: 6.7vw 0 6.2vw;
    }

    .touzi_a .left .top{
        padding: 2vw;
    }
    .touzi_a .left .btm {
        padding: 10px 2vw;
    }
    .touzi_a .left .btm .ul li{padding: 1.2vw 0;}
    .touzi_a .right .ul li .box{
        padding: 1.7vw 2vw;
    }

    .touzi_a .right .ul li .box .icon_box{margin-top: 1.6vw;}
    .touzi_a .right .ul li .box .icon_box .jt{width: 2.6vw;height: 2.6vw;}
    .touzi_a .right .ul li .box .icon_box .icon{width: 2.2vw;}
    .touzi_a .right .ul li.w100  .box .icon_box .icon{width: 2.4vw;}
    .touzi_b{
        padding: 6.2vw 0;
    }
}

@media(max-width: 1500px){
    .touzi_b .dingyue .text{height: 50px;}
}

@media(max-width: 890px){
    .touzi_a {
        padding: 40px 0 50px;
    }
    .touzi_a .touzi_a_box{display: block;}
    .touzi_a .left{width: 100%;}
    .touzi_a .left .top {
        padding: 20px 16px;
    }
    .touzi_a .left .btm {
        padding: 16px;
    }
    .touzi_a .left .btm .ul li {
        padding: 12px 0;
    }
     .touzi_a .right .ul li{width: 100%;margin-bottom: 12px;}
     .touzi_a .right .ul li .box {
        padding: 16px 20px;
    }
    .touzi_a .right .ul li .box .icon_box{margin-top: 30px;}
    .touzi_a .right .ul li .box .icon_box .jt{width: 40px;height: 40px;}
    .touzi_a .right .ul li .box .icon_box .icon{width: 40px;}
     .touzi_a .right .ul li.w100  .box .icon_box .icon{width:42px;}
    .touzi_a .right{
        width: 100%;
        margin-top: 20px;
    }
    .touzi_b{padding: 40px 0;}
    .touzi_b .dingyue{width: 100%;}
    .touzi_b .dingyue .text{height: 44px;font-size: 14px;}
}

.joins_a{padding: 130px 0 140px;}
.joins_a .box .text{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 80px;
}
.joins_a .box .title .bt,.joins_a .box .title .fbt,.joins_a .box .wenzi{color: #fff;}
.joins_a .box .wenzi .con{margin-top: 6px;}
.joins_a .box .img{border-radius: 22px;overflow: hidden;}

.joins_b{
    padding: 120px 0;
    background: url(../image/joins_b_bg.png) center center/cover #f4f4f4;
}
.joins_b .top .box{
    position: relative;
}
.joins_b .top .box.cur{
    display: block;
     animation: chuntoux 1s linear 1;
    -webkit-animation: chuntoux 1s linear 1;
}
.joins_b .top .box .img{
    width: 85%;
    border-radius: 22px;
    overflow: hidden;
}

.joins_b .top .box .text{
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 40px;
    color: #222;
    line-height: 1.8;
}
.joins_b .btm .ul{
    border-bottom: 2px solid rgba(0, 38, 110, 0.1);;
}

.joins_b .btm .ul li{
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.joins_b .btm .ul li:before{
    width: 100%;
    height: 4px;
    background: #2B89C5;
    position: absolute;
    bottom: -1px;
     opacity: 0;
    left: 0;
    content: "";
}
.joins_b .btm .ul li .bt{color: #222;padding-bottom: 20px;transition: all 0.4s;}
.joins_b .btm .ul li.cur .bt{color: #2B89C5;}
.joins_b .btm .ul li.cur:before{opacity: 1;}

.joins_b .btm .swiper-container.environmentswiper {
    max-width: 50%;
    margin: 35px auto 0;
    overflow: unset;
}

.joins_b .btm .environmentswiper img {
    width: 100%;
    border-radius: 10px;
}

.joins_b .btm .environment_intro {
    width: 85%;
    background: rgba(43, 137, 197, 0.85);
    padding-left: 30px;
    line-height: 90px;
    /*font-size: 22px;*/
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 0 10px 0 10px;
    opacity: 0;
}
@media(max-width: 1600px) {
    .joins_b .btm .environment_intro {
        line-height: 80px;
    }
}
@media(max-width: 1100px) {
    .joins_b .btm .environment_intro {
        width: 100%;
        border-radius: 0 0 10px 10px;
        padding-left: 10px;
    }
}
@media(max-width: 890px) {
    .joins_b .btm .environment_intro {
        width: 100%;
        line-height: 60px;
        border-radius: 0 0 10px 10px;
        padding-left: 0;
        text-align: center;
    }
}
@media(max-width: 800px) {
    .joins_b .btm .environment_intro {
        font-size: 14px;
    }
}
@media(max-width: 690px) {
    .joins_b .btm .environment_intro {
        display: none;
    }
}

.joins_b .btm .swiper-slide-active .environment_intro {
    opacity: 1;
}

.joins_b .btm .environment .swiper-pagination {
    margin-top: 50px;
    width: 100%;
    position: static;
}

.joins_b .btm .environment .swiper-pagination-bullet {
    border-radius: 0;
    width: 98px;
    height: 10px;
    background: #cccccc;
    margin: 0 13px;
}

.joins_b .btm .environment .swiper-pagination-bullet-active {
    background: #ff7f2a;
}

@-webkit-keyframes chuntoux {
    0%{
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes chuntoux {
    0%{
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.joins_c{
    padding: 120px 0;
}

.swiper-button-next:after,
.swiper-button-prev:after{display: none;}
.joins_c .top .swiper-button-next,
.joins_c .top .swiper-button-prev{
    width: 54px;
    height: 54px;
    left: auto;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(62, 58, 57, 0.3);
    opacity: 1;
    transition: all 0.4s;
}

.joins_c .top .swiper-button-prev{background: url(../image/jtl.svg) center center no-repeat;right: 64px;}
.joins_c .top .swiper-button-next{background: url(../image/jtr.svg) center center no-repeat;right: 0;}

.joins_c .top .swiper-button-prev:hover{background: url(../image/jtl2.svg) center center no-repeat #2B89C5;border-color: #2B89C5;}
.joins_c .top .swiper-button-next:hover{background: url(../image/jtr2.svg) center center no-repeat #2B89C5;border-color: #2B89C5;}

.joins_c .joins_c_box .ul{
   /* display: flex;
    flex-wrap: wrap;*/
} 
.joins_c .joins_c_box .ul li{
    width: 100%;
    margin-bottom: 12px;
    border-radius: 20px;
    overflow: hidden;
}
.joins_c .joins_c_box .ul li .img{
    border-radius: 20px;
    overflow: hidden;
}
.joins_c .joins_c_box .ul li .text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    color: #fff;
    width: 50%;
    z-index: 2;
}
.joins_c .joins_c_box .ul li .text .bt{line-height: 1.4;padding-bottom: 20px;position: relative;}
.joins_c .joins_c_box .ul li .text .bt:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 2px;
    opacity: 0.4;
    background: #FFFFFF;
    content: "";
}

.joins_c .joins_c_box .ul li .text .js{
    margin-top: 20px;
}
.joins_c .joins_c_box .ul li .text .js_box{overflow: hidden;height: 0;transition: all 0.4s;}
.joins_c .joins_c_box .ul li .zhezhao{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
    transform: scale(10);
}
.joins_c .joins_c_box .ul li .zhezhao .bf{
    width: 96px;
    height: 96px;
    position: absolute;
    background: url(../image/bf.svg) center center/cover;
    z-index: 2;
    cursor: pointer;
    transition: all 0.4s;
}
.joins_c .joins_c_box .ul li:last-child{margin-bottom: 0;}
.joins_c .joins_c_box .s0 .ul li.li1 .zhezhao{background: url(../image/joins_c_bg.png) center center/cover;}
.joins_c .joins_c_box .s0 .ul li.li2 .zhezhao{background: url(../image/joins_c_bg2.png) center center/cover;}
.joins_c .joins_c_box .s1 .ul li.li1 .zhezhao{background: url(../image/joins_c_bg3.png) center center/cover;}
.joins_c .joins_c_box .s1 .ul li.li2 .zhezhao{background: url(../image/joins_c_bg4.png) center center/cover;}

.joins_c .joins_c_box .s0 .ul li.li1 .zhezhao .bf,
.joins_c .joins_c_box .s1 .ul li.li2 .zhezhao .bf{
    top: 30%;
    left: 59%;
}

.joins_c .joins_c_box .s0 .ul li.li2 .zhezhao .bf,
.joins_c .joins_c_box .s1 .ul li.li1 .zhezhao .bf{
    top: 24%;
    left: 68%;
}

.joins_c .joins_c_box .ul li:hover .text .js_box{
    height: var(--height);
}
.joins_c .joins_c_box .ul li:hover .zhezhao{opacity: 1;transform: scale(1);}
.joins_c .joins_c_box .ul li .zhezhao .bf:hover{transform: scale(1.2);}
@media(max-width: 1920px){
    .joins_a{padding: 6.7vw 0 7.2vw;}
    .joins_a .box .text{padding: 0 4.1vw;}
    .joins_b{
        padding: 6.2vw 0;
    }
    .joins_b .top .box .text{padding: 2vw;}
    .joins_c{
        padding: 6.2vw 0;
    }
    .joins_c .joins_c_box .ul li .text{padding: 2vw;}
}

@media(max-width: 1500px){
    .joins_c .top .swiper-button-next, .joins_c .top .swiper-button-prev{
        width: 48px;
        height: 48px;
    }
    .joins_c .top .swiper-button-prev {
        right: 54px;
    }
    .joins_c .joins_c_box .ul li .zhezhao .bf {
        width: 80px;
        height: 80px;
    }
}

@media(max-width: 890px){
    .joins_c .top .swiper-button-next, .joins_c .top .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .joins_c .top .swiper-button-prev {
        right: 48px;
    }
    .joins_a{padding: 40px 0;}
    .joins_a .box .text{
        position: initial;
        transform: initial;
        padding: 0;
    }
    .joins_a .box .title .fbt{color: #2B89C5;}
     .joins_a .box .wenzi {margin-top: 20px;color: #333;}
    .joins_a .box .title .bt{
        color: #222;
    }
    .joins_a .img{margin-top: 20px;}
    .joins_a .box .more{border: 2px solid rgba(43, 118, 205, 0.2);}
    .joins_b {
        padding: 40px 0;
    }
    .joins_b .top .box .img{width: 100%;}
    .joins_b .top .box .text{
        position: initial;
        transform: initial;
        width: 100%;
        margin-top: 14px;
        padding: 20px 14px;
    }
    .joins_b .btm .ul li .bt{font-size: 16px;}
    .joins_c {
        padding: 40px 0;
    }
    .joins_c .joins_c_box .ul li .zhezhao .bf {
        width: 13vw;
        height: 13vw;
    }
    .joins_c .joins_c_box .s0 .ul li.li2 .zhezhao .bf, .joins_c .joins_c_box .s1 .ul li.li1 .zhezhao .bf {
        top: 40%;
        left: 74%;
    }
    .joins_c .joins_c_box .s0 .ul li.li1 .zhezhao .bf, .joins_c .joins_c_box .s1 .ul li.li2 .zhezhao .bf {
        top: 42%;
        left: 66%;
    }
}

@media(max-width: 640px){
    .joins_c .joins_c_box .ul li .text{width: 80%;padding: 20px 14px;}
    .joins_c .joins_c_box .ul li .text .bt{padding-bottom: 12px;}
    .joins_c .joins_c_box .ul li .text .js{margin-top: 12px;display: none;}
    .joins_c .joins_c_box .ul li:hover .text .js_box{height: 0 !important;}
}

.news_a{
    padding: 110px 0 120px;
}

.news_a .a_box{
    position: absolute;
    right: 0;
    bottom: 10px;
}

.news_a .zhong .ul1,.news_a .zhong .ul2{
    display: flex;
    flex-wrap: wrap;
}

.news_a .zhong .ul1 li{
    width: 49.3%;
    margin-right: 1.4%;
    border-radius: 10px;
    overflow: hidden;
}
.news_a .zhong .ul1 li:last-child{margin-right: 0;}
.news_a .zhong .ul1 li .img img{transition: all 0.4s;}
.news_a .zhong .ul1 li .img:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: url(../image/news_a_bg.png) center center/cover;
    z-index: 1;
}
.news_a .zhong .ul1 li .text{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    color: #fff;
    width: 50%;
    
}
.news_a .zhong .ul1 li .text .bt{line-height: 1.4;}
.news_a .zhong .ul1 li .text .jt{
    display: block;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    background: url(../image/more_jt2.svg) center center no-repeat;
    transition: all 0.4s;
}

.news_a .zhong .ul1 li .box:hover .img img{transform: scale(1.04);}
.news_a .zhong .ul1 li .box:hover .text .jt{
    background-color: #2B89C5;
    border-color: #2B89C5;
}

.news_a .zhong .ul2 li{
    width: 32.4%;
    margin-right: 1.4%;
    border-radius: 10px;
    background: #F7F7F7;
    overflow: hidden;
}
.news_a .zhong .ul2 li:last-child{margin-right: 0;}
.news_a .zhong .ul2 li .img{
    border-radius: 10px;
    overflow: hidden;
}
.news_a .zhong .ul2 li .img img{transition: all 0.4s;}
.news_a .zhong .ul2 li .text{
    padding: 34px 34px 40px;
    background: #F7F7F7;
    transition: all 0.4s;
    margin-top: -46px;
    position: relative;
    z-index: 1;
}

.news_a .zhong .ul2 li .text .time{color: #2B89C5;}
.news_a .zhong .ul2 li .text .bt{color: #222222;line-height: 1.4;margin-top: 6px;transition: all 0.4s;}
.news_a .zhong .ul2 li .text .js{color: #666666;margin-top: 6px;height: 46px;overflow: hidden;transition: all 0.4s;}
.news_a .zhong .ul2 li .text .jt{
    display: block;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid rgba(102, 102, 102, 0.3);
    width: 50px;
    height: 50px;
    background: url(../image/jtr.svg) center center no-repeat;
    transition: all 0.4s;
}

.news_a .zhong .ul2 li .box:hover .text .jt{
    background: url(../image/more_jt2.svg) center center no-repeat #2B89C5;
    border-color: #2B89C5;
}
.news_a .zhong .ul2 li:hover .text{margin-top: 0;}
.news_a .zhong .ul2 li:hover .text .js{height: 0;}
.news_a .zhong .ul2 li .box:hover .img img{transform: scale(1.04);}
.news_a .zhong .ul2 li .box:hover .text .bt{color: #2B89C5;}

.news_a .btm .ul3 li{
    margin-bottom: 20px;
}
.news_a .btm .ul3 li .box{
    background: #F7F7F7;
    padding: 46px 30px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.news_a .btm .ul3 li .box:before{
    background: #2B89C5;
    height: 2.7px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    transition: all 0.4s;

}
.news_a .btm .ul3 li:last-child{margin-bottom: 20px;}
.news_a .btm .ul3 li .box .text .time{color: #2B89C5;}
.news_a .btm .ul3 li .box .text .bt{color: #222222;margin-top: 6px;transition: all 0.4s;line-height: 1.4;}
.news_a .btm .ul3 li .box .text .js{
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_a .btm .ul3 li .box .text .js *{display: none;}
.news_a .btm .ul3 li .box .text .js p:nth-child(1){
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_a .btm .ul3 li .box:hover:before{width: 100%;}
.news_a .btm .ul3 li .box:hover .text .bt{color: #2B89C5;}
@media(max-width: 1920px){
    .news_a{
        padding: 5.7vw 0 6.2vw;
    }
    .news_a .zhong .ul1 li .text{padding: 1.6vw;}
    .news_a .zhong .ul1 li .text .jt,.news_a .zhong .ul2 li .text .jt{
        width: 2.6vw;
        height: 2.6vw;
    }
    .news_a .zhong .ul2 li .text{
        padding: 1.7vw 1.7vw 2vw;
    }
    .news_a .btm .ul3 li .box{padding: 2.3vw 1.6vw;}
}

@media(max-width: 890px){
    .news_a{
        padding: 40px 0 50px;
    }
    .news_a .a_box{
        position: initial;
        width: 100%;
        margin-top: 20px;
    }
    .news_a .zhong .ul1 li{width: 100%;margin-bottom: 12px;}
    .news_a .zhong .ul1 li:last-child{margin-bottom: 0;}
    .news_a .zhong .ul1 li .text{
        width: 100%;
        padding: 20px 14px;
    }
    .news_a .zhong .ul1 li .text .jt, .news_a .zhong .ul2 li .text .jt{width: 40px;height: 40px;}
    .news_a .zhong .ul2 li{width: 100%;margin-bottom: 12px;}
    .news_a .zhong .ul2 li:last-child{margin-bottom: 0;}
    .news_a .zhong .ul2 li .text {
       padding: 20px 14px;
    }
    .news_a .btm .ul3 li .box {
       padding: 20px 14px;
    }
    .news_a .btm .ul3 li {
        margin-bottom: 12px;
    }
}

.newsxq_a{
    padding: 60px 0 110px;
}

.newsxq_a .left{
    float: left;
    width: 72%;
    background: #F7F7F7;
    padding: 34px 40px 44px;
    border-radius: 16px;
}
.newsxq_a .left .bt{color: #222222;font-weight: bold;}
.newsxq_a .left .time{color: #2B89C5;}
.newsxq_a .left .text{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(43, 55, 142, 0.1);
    color: #666666;
    line-height: 1.8;
}

.newsxq_a .left .icon_box > li{
    float: left;
    margin-right: 12px;
}
.newsxq_a .left .icon_box > li:last-child{margin-right: 0;}
.newsxq_a .left .icon_box > li .icon{
    background: rgba(153, 153, 153, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.newsxq_a .left .btm{
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(43, 55, 142, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsxq_a .left .btm .l{
    width: 70%;
}

.newsxq_a .left .btm .l a{display: flex;margin-bottom: 10px;color: #666;align-items: flex-start;}
.newsxq_a .left .btm .l a:last-child{margin-bottom: 0;}
.newsxq_a .left .btm .l a .span1{color: #222;width: 80px;}
.newsxq_a .left .btm .l a .span2{width: calc(100% - 80px);}
.newsxq_a .left .btm .more{margin-left: auto;}

.newsxq_a .right{
    width: 27%;
    float: right;
}

.newsxq_a .right .box{
   background: #F7F7F7;
   padding: 34px 26px 14px;
   border-radius: 16px;
   overflow: hidden;
   margin-bottom: 20px;
}
.newsxq_a .right .box:last-child{margin-bottom: 0;}
.newsxq_a .right .box .bt{color: #222222;font-weight: bold;}
.newsxq_a .right .box1 .a_zilei a{
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 24px 20px 24px 0;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    text-overflow: ellipsis;
}
.newsxq_a .right .box1 .a_zilei a:nth-child(1){
    border-top-color: #2B89C5;
}
.newsxq_a .right .box1 .a_zilei a:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #2B89C5;
    height: 1px;
    width: 0;
    transition: all 0.4s;
    display: none;
}
.newsxq_a .right .box1 .a_zilei a:before{
    width: 14px;
    height: 11px;
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/a_zilei_jt1.svg) center center/cover;
    transition: all 0.4s;
}
.newsxq_a .right .box1 .a_zilei a.cur,.newsxq_a .right .box1 .a_zilei a:hover{
    color: #2B89C5;
}
.newsxq_a .right .box1 .a_zilei a.cur:before,.newsxq_a .right .box1 .a_zilei a:hover:before{
    background: url(../image/a_zilei_jt2.svg) center center/cover;
}
.newsxq_a .right .box1 .a_zilei a.cur:after,.newsxq_a .right .box1 .a_zilei a:hover:after{width: 100%;}

.newsxq_a .right .box2 .ul li{
    border-bottom: 1px solid  rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.newsxq_a .right .box2 .ul li:last-child{border-bottom: none;}
.newsxq_a .right .box2 .ul li .img{border-radius: 16px;overflow: hidden;}
.newsxq_a .right .box2 .ul li .text{
    padding: 14px 0 22px;
}
.newsxq_a .right .box2 .ul li .text .time{color: #2B89C5;}
.newsxq_a .right .box2 .ul li .text .bt{margin-top: 4px;line-height: 1.4;transition: all 0.4s;}
.newsxq_a .right .box2 .ul li:last-child .text{padding-bottom: 0;}
.newsxq_a .right .box2 .ul li:hover .text .bt{
    color: #2B89C5;
}

.newsxq_a .product_content{
    width: 100%;
}
.newsxq_a .product_content .p_list{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.newsxq_a .product_content .p_list a{
    width: 23.5%;
    margin-right: 2%;
    margin-top: 20px;
}
.newsxq_a .product_content .p_list a .p_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsxq_a .product_content .p_list a:nth-child(4n){
    margin-right: 0;
}
.newsxq_a .product_content .p_list a .p_box .p_img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.4s;
}
.newsxq_a .product_content .p_list a .p_box .p_name{
    color: #666666;
}
.newsxq_a .product_content .p_list a:hover .p_img{
    transform: scale(1.05);
}


@media(max-width: 1920px){
    .newsxq_a{
        padding: 3.1vw 0 5.7vw;
    }
    .newsxq_a .left{padding: 1.7vw 2vw 2.2vw;}
    .newsxq_a .left .btm{
        margin-top: 2vw;
        padding-top: 1.6vw;
    }
    .newsxq_a .right .box {
        padding: 1.7vw 1.3vw 0.72vw;
    }
    .newsxq_a .right .box1 .a_zilei a {
        padding: 1.2vw 20px 1.2vw 0;
    }
    .newsxq_a .right .box2 .ul li{margin-bottom: 1.2vw;}
    .newsxq_a .right .box2 .ul li .text {
        padding: 0.72vw 0 1.1vw;
    }
    .newsxq_a .left .text{margin-top: 1vw;padding-top: 1vw;}
    .newsxq_a .left .icon_box > li .icon{width: 2.6vw;height: 2.6vw;}
}

@media(max-width: 890px){
    .newsxq_a{padding: 20px 0 40px;}
    .newsxq_a .left{width: 100%;padding: 20px;}
    .newsxq_a .left .text {
        margin-top: 16px;
        padding-top: 16px;
    }
    .newsxq_a .right{display: none;}
    .newsxq_a .left .icon_box > li .icon{width: 40px;height: 40px;}
    .newsxq_a .left .btm {
        margin-top: 20px;
        padding-top: 14px;
    }
    .newsxq_a .left .btm .l{width: 100%;}
    .newsxq_a .left .btm .more{margin-top: 16px;}
    .newsxq_a .left .btm .l a .span1{width: 60px;}
    .newsxq_a .left .btm .l a .span2{width: calc(100% - 60px);}
}

.shehui_a{
    padding: 140px 0;
}

.shehui_a .top{
    display: flex;
    flex-wrap: wrap;
}

.shehui_a .top .right{
    width: 61%;
    margin-left: auto;
}

.shehui_a .top .right .text{line-height: 1.8;color: #222;}
.shehui_a .top .right .ul li{
    float: left;
    width: 25%;
}

.shehui_a .top .right .ul li .bt{color: #1c1c1c;font-weight: bold;}
.shehui_a .top .right .ul li .js{color: #1c1c1c;margin-top: 4px;}
.shehui_a .top .right .ul li .dz{color: #2B89C5;margin-top: 14px;padding-top: 14px;position: relative;}
.shehui_a .top .right .ul li .dz:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 2px;
    opacity: 0.4;
    background: #2B89C5;
    content: "";
}

.shehui_a .btm .box .img{border-radius: 22px;overflow: hidden;}
.shehui_a .btm .box .text{
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    padding: 0 90px;
}

.shehui_a .btm .box .text .bt{font-weight: bold;color: #222;opacity: 0;}
.shehui_a .btm .box .text .js{line-height: 1.6;color: #222;opacity: 0;}
.shehui_a .btm .box .text .jt{
    display: block;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid rgba(102, 102, 102, 0.3);
    width: 50px;
    height: 50px;
    background: url(../image/jtr.svg) center center no-repeat;
    transition: all 0.4s;
    opacity: 0;
}

.shehui_a .btm .box:hover .text .jt{
    background: url(../image/more_jt2.svg) center center no-repeat #2B89C5;
    border-color: #2B89C5;
}
.shehui_a .btm .box{display: none;}
.shehui_a .btm .box.cur{
    display: block;
      animation: chuntoux 1s  1;
    -webkit-animation: chuntoux 1s  1;
}

.shehui_a .btm_box > .ul {
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 0;
    padding: 0 90px;
}
.shehui_a .btm_box > .ul > li{
    float: left;
    margin-right: 40px;
    position: relative;
    transition: all 0.4s;
}
.shehui_a .btm_box > .ul > li:before{
    position: absolute;
    width: 0;
    height: 1px;
    background: #2B89C5;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    transition: all 0.4s;
}

.shehui_a .btm_box > .ul > li a{color: #222;}
.shehui_a .btm_box > .ul > li.cur{
    padding-left: 40px;
}
.shehui_a .btm_box > .ul > li.cur:before{
    width: 30px;
}
.shehui_a .btm_box > .ul > li.cur a{color: #2B89C5;}

.shehui_a .btm .box.cur .text .bt{
    animation: zuoyidong 0.6s  1;
    -webkit-animation: zuoyidong 0.6s  1;
    animation-delay: 0;
    animation-fill-mode:forwards;
}
.shehui_a .btm .box.cur .text .js{
    animation: zuoyidong 0.6s  1;
    -webkit-animation: zuoyidong 0.6s  1;
    animation-delay: 0.2s;
    animation-fill-mode:forwards;
}
.shehui_a .btm .box.cur .text .jt{
    animation: zuoyidong 0.6s  1;
    -webkit-animation: zuoyidong 0.6s  1;
    animation-delay: 0.4s;
    animation-fill-mode:forwards;
}

@-webkit-keyframes zuoyidong {
    0%{
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zuoyidong {
    0%{
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.shehui_b{
    padding: 120px 0 130px;
    background: #F4F4F4;
}
.shehui_b .ul{display: flex;flex-wrap: wrap;}
.shehui_b .ul li{
    background: #fff;
    width: 49.4%;
    margin-right: 1.2%;
     display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s;
}
.shehui_b .ul li > a{
      flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}
.shehui_b .ul li:last-child{margin-right: 0;}
.shehui_b .ul li .box{
    padding: 50px 40px 40px;
    transition: all 0.4s;
}

.shehui_b .ul li .box .time{
    border-radius: 20px;
    box-sizing: border-box;
    border: 2px solid rgba(0, 38, 110, 0.1);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
     transition: all 0.4s;
}

.shehui_b .ul li .box .time .time_a{color: #2B89C5;width: 100%; transition: all 0.4s;}
.shehui_b .ul li .box .time .time_b{color: #2B89C5; transition: all 0.4s;}
.shehui_b .ul li .box .text .bt{color: #222222;transition: all 0.4s;line-height: 1.4;width: 50%;}
.shehui_b .ul li .box .text .js {color: #222222;line-height: 1.6;transition: all 0.4s;}

.shehui_b .ul li .box .jt{
    display: block;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid rgba(102, 102, 102, 0.3);
    width: 50px;
    height: 50px;
    background: url(../image/jtr.svg) center center no-repeat;
    transition: all 0.4s;
}

.shehui_b .ul li .box .img{
    width: 300px;
    border-radius: 22px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
    transform: scale(1);
    transition: all 0.4s;
}
.shehui_b .ul li:hover .box .jt{
    background: url(../image/more_jt2.svg) center center no-repeat #2B89C5;
    border-color: #2B89C5;
}
.shehui_b .ul li:hover{
    background: url(../image/shehui_b_bg.jpg) center center/cover;
}

.shehui_b .ul li:hover .box .time{border: 2px solid rgba(255, 255, 255, 0.2);}
.shehui_b .ul li:hover .box .time .time_a{color: #fff;}
.shehui_b .ul li:hover .box .time .time_b{color: #fff;}
.shehui_b .ul li:hover .box .text .bt{color: #fff;width: 50%;}
.shehui_b .ul li:hover .box .text .js{color: #fff;}
/*.shehui_b .ul li:hover .box .text .js{height: 0;overflow: hidden;}*/
.shehui_b .ul li:hover .box .img{transform: scale(1);}

.shehui_c{
    padding: 120px 0 130px;
}

.shehui_c .top .more,.shehui_b .top .more{
    position: absolute;
    right: 0;
    bottom: 8px;
}
.shehui_c .btm{display: flex;flex-wrap: wrap;align-items: center;}
.shehui_c .btm .left{
    width: 90.6%;
}

.shehui_c .btm .left .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shehui_c .btm .left .box .img{width: 50%;border-radius: 22px;overflow: hidden;}
.shehui_c .btm .left .box .text .icon{
    width: 64px;
    height: 60px;
    display: block;
    background: url(../image/douhao.png) center center/cover;
}
.shehui_c .btm .left .box .text{
    width: 45.2%;
    margin-left: auto;
}
.shehui_c .btm .left .box .text .bt{color: #222222;font-weight: bold;}
.shehui_c .btm .left .box .text .wenzi{
    line-height: 1.6;
    color: #222;
}
.shehui_c .btm .right{
    width: 72px;
    margin-left: auto;
    padding: 80px 0;
    height: 424px;
   
}
.shehui_c .btm .right > .hidden{display: flex;flex-wrap: wrap;height: 100%;}
.shehui_c .btm .right .right_box{
    width: 100%;
    height: 72px;
     /*height: 256px;*/
}


.shehui_c .btm .right .swiper-slide{height: 72px;opacity: .3;}
.shehui_c .btm .right .icon{
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0);
}
.shehui_c .btm .right .swiper-slide-active {opacity: 1;}
.shehui_c .btm .right .swiper-slide-active .icon{
    border: 2px solid #2B89C5;
}

.shehui_c .btm .right .swiper-button-next,
.shehui_c .btm .right .swiper-button-prev{
    width: 54px;
    height: 54px;
    left: 50%;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(62, 58, 57, 0.3);
    opacity: 1;
    transition: all 0.4s;
    margin-top: auto;
}

.shehui_c .btm .right .swiper-button-prev{background: url(../image/jtl.svg) center center no-repeat;top: 0;bottom: auto;transform: translateX(-50%) rotate(90deg);}
.shehui_c .btm .right .swiper-button-next{background: url(../image/jtr.svg) center center no-repeat;bottom: 2px;top: auto;transform: translateX(-50%) rotate(90deg);}

.shehui_c .btm .right .swiper-button-prev:hover{background: url(../image/jtl2.svg) center center no-repeat #2B89C5;border-color: #2B89C5;}
.shehui_c .btm .right .swiper-button-next:hover{background: url(../image/jtr2.svg) center center no-repeat #2B89C5;border-color: #2B89C5;}
@media(max-width: 1920px){
    .shehui_a{
        padding: 7.2vw 0;
    }
    .shehui_a .btm .box .text{
        padding: 0 4.6vw;
    }
    .shehui_a .btm_box > .ul {padding: 0 4.6vw;}
    .shehui_a .btm_box > .ul > li{margin-right: 2vw;}
    .shehui_a .btm .box .text .jt,.shehui_b .ul li .box .jt{
        width: 2.6vw;
        height: 2.6vw;
    }
    .shehui_b{
        padding: 6.2vw 0 6.7vw;
    }
    .shehui_b .ul li .box .img{width: 16vw;}
    .shehui_b .ul li .box .time{width: 4.6vw;height: 4.6vw;}
    .shehui_b .ul li .box {
        padding: 2.6vw 2vw 2vw;
    }
    .shehui_c{
        padding: 6.2vw 0 6.7vw;
    }


}

@media(max-width: 1500px){
    .shehui_c .btm .right .swiper-button-next,
    .shehui_c .btm .right .swiper-button-prev{
        width: 48px;
        height: 48px;
    }
}

@media(max-width: 890px){
    .shehui_a {
        padding: 40px 0;
    }
    .shehui_a .top .right{width: 100%;margin-top: 20px;}
    .shehui_a .top .right .ul li{width: 50%;margin-bottom: 20px;}
    .shehui_a .top .right .ul li .dz{margin-top: 6px;padding-top: 6px;}

    .shehui_a .btm_box > .ul{
        position: initial;
        width: 100%;
        padding: 0;
        margin-top: 20px;
        display: inline-block;
    }
    .shehui_a .btm .box .text{
        position: initial;
        width: 100%;
        padding: 20px 0;
    }
    .shehui_a .btm .box .text .jt, .shehui_b .ul li .box .jt{width: 40px;height: 40px;}

    .shehui_b{
        padding: 40px 0;
    }
    .shehui_b .ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .shehui_b .ul li:last-child{margin-bottom: 0;}
    .shehui_b .ul li .box .time {
        width: 70px;
        height: 70px;
    }
    .shehui_b .ul li .box {
        padding: 30px 20px 24px;
    }
    .shehui_b .ul li:hover .box .img{display: none;}
    .shehui_b .ul li:hover .box .text .bt{width: 100%;}
    .shehui_b .ul li:hover .box .text .js{display: block;color: #fff;height: auto;}

    .shehui_c {
        padding: 40px 0;
    }
    .shehui_c .btm .left{width: 100%;}
    .shehui_c .btm .left .box .img{width: 100%;}
    .shehui_c .btm .right{width: 100%;}
    .shehui_c .btm .left .box .text .icon{width: 44px;height: 42px;}
    .shehui_c .btm .left .box .text{
        width: 100%;
        margin-top: 20px;
    }
    .shehui_c .btm .right .right_box,.shehui_c .btm .right .swiper-slide{height: auto;}
    .shehui_c .btm .right{padding: 0;margin-top: 40px;}
    .shehui_c .btm .right .swiper-button-next, .shehui_c .btm .right .swiper-button-prev{display: none;}
}

.aixin_a{
    padding: 120px 0;
}

.aixin_a .top .swiper-button-next,
.aixin_a .top .swiper-button-prev{
    width: 54px;
    height: 54px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(62, 58, 57, 0.3);
    opacity: 1;
    transition: all 0.4s;
    top: 50%;
    transform: translateY(-50%);
    margin-top: auto;
    left: auto;
}

.aixin_a .top .swiper-button-prev{background: url(../image/jtl.svg) center center no-repeat;right: 64px;}
.aixin_a .top .swiper-button-next{background: url(../image/jtr.svg) center center no-repeat;right: 0;}

.aixin_a .top .swiper-button-prev:hover{background: url(../image/jtl2.svg) center center no-repeat #2B89C5;border-color: #2B89C5;}
.aixin_a .top .swiper-button-next:hover{background: url(../image/jtr2.svg) center center no-repeat #2B89C5;border-color: #2B89C5;}
.aixin_a .btm{margin-top: -40px;}
.aixin_a .btm .box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.aixin_a .btm .box .left{
    width: 38.3%;
    padding-top: 60px;
}
.aixin_a .btm .box .left .img{border-radius: 20px;overflow: hidden;}
.aixin_a .btm .box .left .text .bt{line-height: 1.4;color: #222;font-weight: bold;margin-top: 6px;}
.aixin_a .btm .box .left .text .wenzi{
    color: #666;
}
.aixin_a .btm .box .left .icon{
    width: 64px;
    height: 60px;
    display: block;
    background: url(../image/douhao.png) center center/cover;
}
.aixin_a .btm .box .right{
    width: 60.6%;
    margin-left: auto;
    padding-top: 60px;
}
.aixin_a .btm .box .right .img{border-radius: 20px;overflow: hidden;}
.aixin_a .btm .box .right .bf{
    position: absolute;
    top: 0;
    left: -73px;
}
.bf{
    width: 146px;
    height: 146px;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.bf:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: url(../image/bf_wz.svg) center center/cover;
    content: "";
     animation: xuanzhuan 15s linear infinite;
}
.bf:before{
    content: "";
    background: url(../image/bf_icon.svg) center center no-repeat #F4F4F4;
    width: 62%;
    height: 62%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
}

@-webkit-keyframes xuanzhuan {
    0% {
       transform: translate(-50%,-50%) rotate(0);
        
    }
    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

@keyframes xuanzhuan {
     0% {
       transform: translate(-50%,-50%) rotate(0);
        
    }
    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.aixin_b{
    padding: 120px 0 110px;
    background: #F4F4F4;
}

.aixin_b .top .a_box{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.aixin_b .btm .box{display: none;}
.aixin_b .btm .box.cur{display: block;}

.aixin_b .btm .box .nr{
    display: flex;
    flex-wrap: wrap;
    border-radius: 26px;
     overflow: hidden;
}

.aixin_b .btm .box .img{
    width: 49.4%;
}

.aixin_b .btm .box .text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 50.6%;
    padding: 0 70px;
    color: #fff;
    background: url(../image/aixin_b_bg.jpg) center center/cover;
}

.aixin_b .btm .box .text .bt{
    width: 100%;
    line-height: 1.4;
}
.aixin_b .btm .box .text .wenzi{
    width: 100%;
    margin-top: 8px;
    line-height: 1.8;
}

.aixin_b .btm .box .text .hz{margin-top: 80px;color: #5988E1;}

.aixin_c{
    padding: 120px 0 90px;
}

.aixin_c .top .select{
    position: absolute;
    right: 0;
    bottom: 0;
}

.jiazai{
    display: flex;
    align-items: center;
    justify-content: center;
}
.jiazai .box{text-align: center;cursor: pointer;}
.jiazai .box .bt{margin-top: 6px;color: #666;}

@media(max-width: 1920px){
    .aixin_a{
        padding: 6.2vw 0;
    }
    .aixin_a .btm .box .left,
    .aixin_a .btm .box .right{padding-top: 3.1vw;}
    .aixin_a .btm{margin-top: -2vw;}
    .bf{
        width: 7.6vw;
        height: 7.6vw;
        left: -2.8vw;
    }
    .aixin_b{
        padding: 6.2vw 0 5.7vw;
    }
    .aixin_b .btm .box .text{padding: 0 3.6vw;}
    .aixin_b .btm .box .text .hz{margin-top: 4.1vw;}
    .aixin_c{
        padding: 6.2vw 0 4.6vw;
    }

}

@media(max-width: 1500px){
    .aixin_a .top .swiper-button-prev{right: 54px;}
    .aixin_a .top .swiper-button-next, .aixin_a .top .swiper-button-prev{width: 48px;height: 48px;}
}

@media(max-width: 890px){
    .aixin_a {
        padding: 40px 0;
    }
    .aixin_a .top .swiper-button-prev{right: 46px;}
    .aixin_a .top .swiper-button-next, .aixin_a .top .swiper-button-prev{width: 40px;height: 40px;}
    .aixin_a .btm .box .left .icon{
        width: 44px;
        height: 42px;
    }
    .aixin_a .btm{margin-top: 0;}
    .aixin_a .btm .box .left, .aixin_a .btm .box .right{padding-top: 20px;width: 100%;}
    .bf{
        width: 80px;
        height: 80px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
    }

    .aixin_b {
        padding: 40px 0;
    }
    .aixin_b .top .a_box{
        position: initial;
        margin-top: 12px;
    }
    .aixin_b .btm .box .img{width: 100%;}
    .aixin_b .btm .box .text{width: 100%;padding: 20px 14px;}
    .aixin_c{
        padding: 40px 0;
    }
    .aixin_c .top .select{
        position: relative;
        margin-top: 16px;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
    }

}


.kepu_a{padding: 120px 0;background: #fff;}
.kepu_a .ul li{background: #F7F7F7;}
.kepu_a .right{
    position: absolute;
    right: 0;
    bottom: 10px;
    display: flex;
}

.kepu_a .right .sousuo_box{width: 580px;}

.kepu_a .ul2{display: flex;flex-wrap: wrap;}
.kepu_a .ul2 li{
    width: 32.4%;
    margin-top: 1.4%;
    margin-right: 1.4%;
    background: #F7F7F7;
}

.kepu_a .ul2 li:nth-child(3n){margin-right: 0;}
.kepu_a .ul2 li .img{border-radius: 10px;overflow: hidden;}
.kepu_a .ul2 li .img img{transition: all 0.4s;}
.kepu_a .ul2 li .text{
    padding: 30px 30px 50px;
    display: flex;
    align-items: center;
}
.kepu_a .ul2 li .text .time{
    border-radius: 20px;
    box-sizing: border-box;
    border: 2px solid rgba(0, 38, 110, 0.1);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    transition: all 0.4s;
   /* color: #2B89C5;*/
    color: #222222;
}

.kepu_a .ul2 li .text .time .time_a{width: 100%;}

.kepu_a .ul2 li .text .bt{
    padding-left: 20px;
    width: calc(100% - 90px);
    line-height: 1.4;
    color: #222222;
    transition: all 0.4s;
}

.kepu_a .ul2 li:hover .img img{transform: scale(1.04);}
.kepu_a .ul2 li:hover .text .bt{color: #2B89C5;}
.kepu_a .ul2 li:hover .text .time{color: #2B89C5;border: 2px solid rgba(0,38,110, 0.1);}



@media(max-width: 1920px){
    .kepu_a{padding: 6.2vw 0;}
    .kepu_a .ul2 li .text{
        padding: 1.6vw 1.6vw 2.6vw;
    }
    .kepu_a .ul2 li .text .time{
        width: 4.6vw;
        height: 4.6vw;
    }
    .kepu_a .ul2 li .text .bt{width: calc(100% - 4.6vw);padding-left: 1vw;}
    
}

@media(max-width: 890px){
    .kepu_a {
        padding: 40px 0;
    }
    .kepu_a .right{
        width: 100%;
        position: initial;
        margin-top: 20px;
        flex-wrap: wrap;
        display: block;
    }
    .kepu_a .right .sousuo_box{width: 100%;}
    .kepu_a .ul2 li{
        width: 100%;
        margin-top: 10px;
    }
    .kepu_a .ul2 li .text .time {
        width: 70px;
        height: 70px;
    }
    .kepu_a .ul2 li .text .bt{width: calc(100% - 70px);padding-left: 14px;}
}


.about_a{
    padding: 130px 0 120px;
    /* background: url(../image/about_a_bg.png) center center/cover #fff; */
}

.about_a .top{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end; 
}

.about_a .top .left{
    width: 56%;
    margin-bottom: 10px;
}

.about_a .top .left .text{
    line-height: 1.8;
    color: #222;
}
.about_a .top .left .hengxian{
    width: 64px;
    height: 5px;
    background: #2B89C5;
    border-radius: 2px;
}

.about_a .top .right{
    width: 38.3%;
    position: relative;
    margin-left: auto;
}
.about_a .top .right .img{border-radius: 24px;overflow: hidden;}
.about_a .top .right .bf{
    position: absolute;
    top: -83px;
}

.about_a .zhong .icon1{width: 65%;}
.about_a .zhong .icon2{
    display: flex;
    flex-direction: row-reverse;
    width: 95%;
    margin-left: auto;
}

.about_a .btm {display: flex;flex-wrap: wrap;}
.about_a .btm .left{
    width: 32.7%;
    position: relative;
    padding-top: 20px;
}
.about_a .btm .left:before{
    /* content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, #2B89C5 0%, #2B89C5 100%); */
}

.about_a .btm .left .left_a .two_brand_pic{
    height: auto;
    display: block;
}
.about_a .btm .left .left_a .swiper-wrapper{transition-timing-function: linear;}
.about_a .btm .left .left_a .swiper-slide .text,.about_a .btm .left .left_a .swiper-slide .num{opacity: 0.3;transition: all 0.4s;}
.about_a .btm .left .left_a .swiper-slide.swiper-slide-active .text,
.about_a .btm .left .left_a .swiper-slide.swiper-slide-active .num{opacity: 1;}
.about_a .btm .left .left_a .text{line-height: 1.8;padding-bottom: 20px;position: relative;}
.about_a .btm .left .left_a .text:before{
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 44px;
    height: 2px;
    opacity: 0.4;
    background: #2B89C5;
    content: "";
}
.about_a .btm .left .left_a .text .bt{color: #1c1c1c;}
.about_a .btm .left .left_a .text .js{color: #1c1c1c;margin-top: 4px;}
.about_a .btm .left .left_a .num{color: #2B89C5;}
.about_a .btm .left .wenzi{line-height: 1.8;color: #222;}

.about_a .btm .right{
    /*width: 67.3%;*/
    width: 100%;
}
.about_a .btm .right .wenzi{
    padding-left: 0px;
    line-height: 1.6;
    color: #222;
    margin-top: 0px;
}

.about_a .btm .right .ul li{
    position: absolute;
    cursor: pointer;
}

.about_a .btm .right .ul li .icon{
    border-radius: 100%;
    background: #fff;
    width: 50px;
    height: 50px;
    display: block;
    border: 2px solid rgba(0, 38, 110, 0.05);
    position: relative;
    transition: all 0.4s;
    transform: scale(0.5);
}

.about_a .btm .right .ul li .icon:before{
    width: 84%;
    height: 84%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    border: 2px solid rgba(0, 38, 110, 0.15);
    z-index: 1;
    border-radius: 100%;
    transition: all 0.4s;
}

.about_a .btm .right .ul li .icon:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 12px;
    height: 12px;
    background: #2B89C5;
    border-radius: 100%;
    content: "";
    z-index: 2;
    transition: all 0.4s;
}

.about_a .btm .right .ul li .text{
    position: absolute;
    left: calc(100% + 4px);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.about_a .btm .right .ul li.you .text{
    left: auto;
     right: calc(100% + 4px);
     transition: all 0.4s;
}

.about_a .btm .right .ul li .text .bt{
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    background: #fff;
    border-radius: 50px;
    min-width: 130px;
    text-align: center;
    color: #2B89C5;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
}

.about_a .btm .right .ul li .text .bt i{
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px;
    background: url(../image/contact_a_zb.svg) center center/cover;
    transition: all 0.4s;
}

.about_a .btm .right .ul li.cur .text .bt,.about_a .btm .right .ul li:hover .text .bt{background: #2B89C5;color: #fff;}
.about_a .btm .right .ul li.cur .text .bt i,
.about_a .btm .right .ul li:hover .text .bt i{ background: url(../image/contact_a_zb2.svg) center center/cover;}
.about_a .btm .right .ul li.cur .icon,.about_a .btm .right .ul li:hover .icon{
    background: rgba(43, 118, 205, 0.1);
}
.about_a .btm .right .ul li.cur .icon:before,.about_a .btm .right .ul li:hover .icon:before{
     background: #2B89C5;
}
.about_a .btm .right .ul li.cur .icon:after,.about_a .btm .right .ul li:hover .icon:after{
    background: #fff;
}

.about_num{
    display: block;
    padding: 0px 0 125px;
    background: url(../pictures/about_bg3.jpg) center center/cover #fff;
}
.about_num9{
    display: none;
}
.about_num .about_num_warp{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_num .about_num_item{
    width: 16.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../pictures/honor_pic.png);
    background-size: cover;
    background-repeat: round;
}
.about_num .about_num_item:nth-child(5n){
    margin-right: 0;
}
.about_num .about_num_item .num_text_one{
    color: #2f2f2f;
}
.about_num .about_num_item .num_text_two{
    width: 69.4%;
    height: 50px;
    text-align: center;
    color: #444444;
}
.about_num .about_num_item .num_text_three_row{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.about_num .about_num_item .num_text_three_row .num_text_three_left{
    color: #2B89C5;
}
.about_num .about_num_item .num_text_three_row .num_text_three_right{
    color: #2B89C5;
    margin-bottom: 6px;
    margin-left: 4px;
}

.about_b{
    padding: 120px 0;
    background: url(../pictures/about_bg2.jpg) center center/cover;
    background-attachment: fixed;
}

.about_b .title .bt,.about_b .title .fbt{color: #fff;}
.about_b .ul{/*margin-top: 180px;*/margin-top: 40px;display: flex;flex-wrap: wrap;align-items: flex-start;}

.about_b .ul li{
    width: 49.3%;
    margin-right: 1.4%;
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    backdrop-filter: blur(40px);
    padding: 40px 30px;
    position: relative;
}
.about_b .ul li:nth-child(2n){margin-right: 0;}
.about_b .ul .width100{
    width: 100%;
    margin-right: 0;
}

.about_b .ul li .icon{
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 2vw;
    top: 3.3vw;
}
.about_b .ul li.t73 .icon{margin-top: 30px;}
.about_b .ul li .icon img{ max-width: 74px;}

.about_b .ul li .fbt{color: #1c1c1c;}
.about_b .ul li .bt{color: #1c1c1c;font-weight: normal;line-height: 1.4;padding-bottom: 14px;position: relative;}
.about_b .ul li .bt:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 2px;
    opacity: 0.4;
    background: #2B89C5;
    content: "";
}
.about_b .ul li .bt_center{
    text-align: center;
}
.about_b .ul li .bt_center:before{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 44px;
    height: 2px;
    opacity: 0.4;
    background: #2B89C5;
    content: "";
}

.about_b .ul li .text{
    line-height: 1.8;
    color: #222;
}
.about_b .ul li .flex_row_end{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.about_b .ul li .flex_row_end .t73_p{
    width: 80%;
}

.about_b .ul li .text .list_box{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.about_b .ul li .text .space_Between{
    justify-content: space-between;
}
.about_b .ul li .text .list_box .list{
    width: 95%;
    margin-top: 30px;
    padding-left: 12px;
    position: relative;
    border-left: 1px solid rgba(0, 38, 110, 0.1);;
}
.about_b .ul li .text .list_box .list:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    left: -2px;
    width: 3px;
    height: 20px;
    opacity: 1;
    background: rgba(0, 38, 110, 0.2);
}
.about_b .ul li .text .list_box .list:nth-child(1),
.about_b .ul li .text .list_box .list:nth-child(2){margin-top: 0;}
.about_b .ul li .text .list_box .widthauto{
    width: auto;
}

.about_b .ul li .text .list_box .list .xbt{color: #2B89C5;line-height: 1;}
.about_b .ul li .text .list_box .list .xjs{color: #666;line-height: 1;margin-top: 8px;}


.about_c{
    padding: 120px 0 0;
    background: #F4F4F4;
}

.about_c .btm{display: flex;flex-wrap: wrap;padding-top: 150px;margin-top: -150px;}
.about_c .btm .ul{
    width: 50%;
}
.about_c .btm .ul > li{
    border-top: 1px solid rgba(0, 38, 110, 0.08);
}
.about_c .btm .ul > li:nth-child(1){
    border-top: none;
}
.about_c .btm .ul1 > li{
    padding-bottom: 60px;
  padding-top: 100px;
}



.about_c .btm .ul > li .box{
   display: flex;
   flex-wrap: wrap;
   
}
.about_c .btm .ul1 > li:nth-child(1){margin-top: 50px;}
.about_c .btm .ul > li .box .left{width: 65.6%;}
.about_c .btm .ul > li .box .left .img{border-radius: 22px;}
.about_c .btm .ul > li .box .left .text{
    line-height: 1.8;
    color: #222;
}

.about_c .btm .ul > li .box .left .text ul li{position: relative;padding-left: 20px;}
.about_c .btm .ul > li .box .left .text ul li:before{
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    top: 11px;
    border-radius: 100%;
    background: #DBE0EA;
}

.about_c .btm .ul > li .box .right{margin-left: auto;color: #2B89C5}
.about_c .btm .ul > li .box .right .bt{padding-right: 46px;position: relative;transition: all 0.4s;}
.about_c .btm .ul > li .box .right .bt .i{
    width: 46px;
    height: 46px;
    background: rgba(0, 38, 110, 0.08);
    border-radius: 100%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
}
.about_c .btm .ul > li .box .right .bt .i:before{
    width: 10px;
    height: 10px;
    background: #2B89C5;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
    transition: all 0.4s;
}
.about_c .btm .ul > li.cur .box .right .bt{color: #2B89C5;}
.about_c .btm .ul > li.cur .box .right .bt .i{background: #2B89C5;}
.about_c .btm .ul > li.cur .box .right .bt .i:before{background: #fff;}

.about_c .btm .ul2{margin-top: 280px;}
.about_c .btm .ul2 > li{padding: 130px 0 100px;border-top: 1px solid rgba(0, 38, 110, 0.08);border-bottom: none;}
/*.about_c .btm .ul2 > li:last-child{border-bottom: none;padding-bottom: 0;}*/
.about_c .btm .ul2 > li .box{flex-direction: row-reverse;}
.about_c .btm .ul2 > li .box .right{margin-right: auto;margin-left: 0;}
.about_c .btm .ul2 > li .box .right .bt {
    padding-right: 0;
    padding-left: 46px;
    position: relative;
}
.about_c .btm .ul2 > li .box .right .bt .i{
    left: -23px;
    right: auto;
}

.about_c .btm .xian{
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: rgba(0, 38, 110, 0.15);
}

.about_c .btm .xian .xian_a{
     width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #2B89C5;
}

.about_c .iconbg{
    width: 800px;
    right: 64px;
    top: 120px;
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    flex-wrap: wrap;
    z-index: 0;
}
.about_c .iconbg .img2{width: 58.8%;margin-top: 30px;}

.about_d{
    padding: 120px 0;
    background: url(../image/about_d_bg.png) center center/cover #fff;
}
.about_d .box{margin-bottom: 50px;}
.about_d .box .dbt{color: #2B89C5;}
.about_d .box .ul{display: flex;flex-wrap: wrap;}
.about_d .box .ul li {width: 23.7%;margin-right: 1.733%;}
.about_d .box .ul li:nth-child(4n){margin-right: 0;}
.about_d .box .ul li .img{border-radius: 20px;overflow: hidden;}
.about_d .box .ul li .img img{transition: all 0.4s;}

.about_d .box .ul li .text{color: #222;transition: all 0.4s;}
.about_d .box .ul li .text .bt{font-weight: bold;}
.about_d .box .ul li .text .js{margin-top: 4px;line-height: 1.6;}
.about_d .box .ul li:hover .img img{transform: scale(1.04);}
.about_d .box .ul li:hover .text .bt{color: #2B89C5;}
@media(max-width: 1920px){
    .about_a{
        padding: 6.7vw 0 6.2vw;
    }
    .about_a .top .right .bf{top: -4.3vw;}
    .about_a .btm .left{padding-top: 1vw;}
    .about_a .btm .right .wenzi{
        padding-left: 0vw;
    }
    .about_a .btm .right .ul li .icon{
        width: 2.6vw;
        height: 2.6vw;
    }
    .about_a .btm .right .ul li .text .bt{
        height: calc(2.6vw - 2px);
        line-height: calc(2.6vw - 2px);
    }
    .about_b{
       padding: 6.2vw 0;   
    }
    .about_b .ul{/*margin-top: 9.3vw;*/margin-top: 1vw;}
    .about_b .ul li{padding: 2vw 1.6vw;}
    .about_c{
        padding: 6.2vw 0 0;
    }
    .about_c .btm{padding-top: 7.8vw;margin-top: -7.8vw;}
    .about_c .btm .ul1 > li{
       padding-bottom: 3.1vw;
       padding-top: 5.2vw;
    }
    .about_c .btm .ul > li .box .right .bt .i{
        width: 2.3vw;
        height: 2.3vw;
    }
    .about_c .btm .ul > li .box .right .bt .i{right: -1.15vw;}
    .about_c .btm .ul2 > li .box .right .bt .i{right: auto;left: -1.15vw;}
    .about_c .btm .ul2{margin-top: 14.5vw;}
    .about_c .btm .ul2 > li{padding: 6.7vw 0 5.2vw;}
    .about_c .btm .ul1 > li:nth-child(1){margin-top: 2.6vw;}
    .about_b .ul li.t73 .icon{margin-top: 1.6vw;}
    .about_c .iconbg{
        width: 41vw;
        right: 3.3vw;
        top: 6.2vw;
    }
    .about_c .iconbg .img2{margin-top: 1.6vw;}
    .about_d{
        padding: 6.2vw 0;
    }
    .about_d .box{margin-bottom: 2.6vw;}
    .about_a .btm .left .left_a {
        /* height: 23.4vw; */
        height: auto;
    }
}

@media(max-width: 1500px){
    .about_a .btm .right .ul li .icon:after{
        width: 8px;
        height: 8px;
    }
}

@media(max-width: 1200px){
    .about_b .ul li .icon img{ max-width: 60px;}
}

@media(max-width:1150px){
    .about_num{
        display: none;
    }
    .about_num9{
        display: block;
        padding: 0px 0 125px;
        background: url(../pictures/about_bg3.jpg) center center/cover #fff;
    }
    .about_num9 .about_num_warp{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .about_num9 .about_num_item{
        width: 32%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url(../pictures/honor_pic.png);
        background-size: cover;
        background-repeat: round;
    }
    .about_num9 .about_num_item:nth-child(4n){
        margin-right: 0;
    }
    .about_num9 .about_num_item .num_text_one{
        color: #2f2f2f;
    }
    .about_num9 .about_num_item .num_text_two{
        width: 69.4%;
        height: 50px;
        text-align: center;
        color: #444444;
    }
    .about_num9 .about_num_item .num_text_three_row{
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    .about_num9 .about_num_item .num_text_three_row .num_text_three_left{
        color: #2B89C5;
    }
    .about_num9 .about_num_item .num_text_three_row .num_text_three_right{
        color: #2B89C5;
        margin-bottom: 6px;
        margin-left: 4px;
    }
}

@media(max-width: 890px){
   .about_a .btm .right .ul li .icon {
        width: 30px;
        height: 30px;
    }
    .about_a .btm .right .ul li .text .bt {
        height: 28px;
        line-height: 28px;
    }
    .about_a .btm .right .ul li .text .bt{min-width: 80px;}
    .about_a{padding: 40px 0;}
    .about_a .top .left{width: 100%;}
    .about_a .top .right{
        width: 60%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .about_a .top .right .bf{
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .about_a .btm .right{
        width: 100%;
        margin-top: 20px;
    }
    .about_a .btm .right .wenzi{padding-left: 0;}
    .about_a .btm .left .wenzi{margin-top: 20px;}
    .about_a .btm .left{width: 100%;padding-top: 20px;}
    .about_a .btm .left .left_a {
        height: auto;
    }
    .about_a .btm .left .left_a .two_brand_pic{
        display: none;
    }
    .about_b{
        padding: 40px 0;
         background-attachment: initial;
    }
    .about_b .ul li{
        padding: 20px;
        width: 100%;
        margin-right: 0;
    }
    .about_c{
        padding: 40px 0;
    }
    .about_c .btm{padding-top: 0;margin-top: 24px;}
    .about_c .btm .ul{width: 100%;}
    .about_c .btm .ul > li .box .right{
        width: 100%;
    }
    .about_c .btm .ul1 > li {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .about_c .btm .ul1 > li:nth-child(1){margin-top: 0;}
    .about_c .btm .ul > li .box .right .bt{padding-right: 0;}
    .about_c .btm .ul > li .box .right .bt .i{display: none;}
    .about_c .btm .ul > li .box .left{width: 100%;margin-top: 16px;}

    .about_d{padding: 40px 0;}
    .about_d .box {
        margin-bottom: 20px;
    }
    .about_d .box .ul li{width: 49%;margin-right: 2%;margin-bottom: 14px;}
    .about_d .box .ul li:nth-child(4n){margin-right: 2%;}
    .about_d .box .ul li:nth-child(2n){margin-right: 0;}
    .about_num9 .about_num_item .num_text_three_row .num_text_three_right{
        margin-bottom: 4px;
        margin-left: 3px;
    }
}
@media(max-width: 780px){
    .about_b .ul li .text .list_box .list{
        margin-top: 20px;
    }
    .about_b .ul li .text .list_box .list:nth-child(1),
    .about_b .ul li .text .list_box .list:nth-child(2){
        margin-top: 20px;
    }
}

@media(max-width: 540px){
    .about_a .btm .right .ul li .icon:after {
        width: 5px;
        height: 5px;
    }
    .about_a .btm .right .ul li .text .bt i {
        width: 10px;
        height: 12px;
    }
    .about_a .btm .right .ul li .icon {
        width: 20px;
        height: 20px;
    }
    .about_a .btm .right .ul li .text .bt {
        height: 22px;
        line-height: 22px;
    }
}


.lianjie_a{
   padding: 90px 0 120px;   
}
.lianjie_a .text{line-height: 1.8;color: #222;}
.lianjie_a .xiazai{
   
    background: #F7F7F7;
    border-radius: 10px;
}

.lianjie_a .xiazai .nr{
    display: flex;
    align-items: center;
    color: #222;
     padding: 20px 30px;
}
.lianjie_a .xiazai .nr .t{width: calc(100% - 60px);padding:0 14px;}
.lianjie_a .xiazai .nr .i{
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/pdf.svg) center center/cover;
}

.lianjie_a .xiazai .nr .i2{
    width: 40px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid rgba(34, 34, 34, 0.2);
    background: url(../image/xiazai.svg) center center no-repeat;
}
@media(max-width: 1920px){
    .lianjie_a{
       padding: 4.6vw 0 5.2vw;   
    }
}

@media(max-width: 890px){
    .lianjie_a{
       padding: 40px 0 50px;   
    }
    .lianjie_a .xiazai .nr{
        padding: 14px 20px;

    }
    .lianjie_a .xiazai .nr .t{width: calc(100% - 50px);padding:0 10px;}
    .lianjie_a .xiazai .nr .i2{width: 30px;height: 30px;}

}

.yiliao_a{
    background: url(https://www.zyloxmedical.com/images/yiyao_a_bg.png) center center/cover;
    padding: 140px 0 150px;
}

.yiliao_a .ul{
    display: flex;
    flex-wrap: wrap;
}

.yiliao_a .ul li{
    width: 49.3%;
    margin-right: 1.4%;
}

.yiliao_a .ul li:last-child{margin-right: 0;}
.yiliao_a .ul li .img{border-radius: 22px;overflow: hidden;}
.yiliao_a .ul li .text{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 30px;
    color: #fff;
}
.yiliao_a .ul li .text:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    background: #fff;
    content: "";
   /* background: url(../images/yiliao_a_k.png) top center no-repeat;*/
    width: 100%;
    transition: all 0.4s;
}
.yiliao_a .ul li .text .bt,
.yiliao_a .ul li .text .js{padding-right: 60px;}
.yiliao_a .ul li .text .js{margin-top: 4px;line-height: 1.6;display: none;transition: all 0.4s;}
.yiliao_a .ul li .text .jt{
    border-radius: 100%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../image/more_jt2.svg) center center no-repeat;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.yiliao_a .ul li:hover .text .bt{color: #2B89C5;}
.yiliao_a .ul li:hover .text .jt{
    border-color: #2B89C5;
    background: url(../image/more_jt2.svg) center center no-repeat #2B89C5;
}
.yiliao_a .ul li:hover .text .js{display: block;color: #222;}
.yiliao_a .ul li:hover .text:before{height: 100%;}

.yiliao_b{
    background: #F4F4F4;
    padding: 130px 0;
}

.yiliao_b .ul{
    display: flex;
    flex-wrap: wrap;
}

.yiliao_b .ul li{
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    width: 32.6%;
    margin-right: 1.1%;
    transition: all 0.4s;
}
.yiliao_b .ul li:last-child{margin-right: 0;}
.yiliao_b .ul li .img .img2{display: none;}
.yiliao_b .ul li .text{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 40px;
    transition: all 0.4s;
}

.yiliao_b .ul li .text .bt{color: #222;line-height: 1.4;transition: all 0.4s;}
.yiliao_b .ul li .text .jt{
    border-radius: 100%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../image/touzi_a_jt.svg) center center no-repeat;
   border: 2px solid rgba(102, 102, 102, 0.3);
    transition: all 0.4s;
}
.yiliao_b .ul li .icon{
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    width: 140px;
    height: 140px;
    right: 19.6%;
    top: 16.6%;
    transition: all 0.4s;
}
.yiliao_b .ul li .icon:before{
    width: 100%;
    height: 100%;
    content: "";
    background: url(../image/yiliao_b_xian.png) center center/cover;
    position: absolute;
    left: 0;
    top: 0;
}
.yiliao_b .ul li .icon .icon2{display: none;}
.yiliao_b .ul li:hover .icon{border-radius: 100%;border: 1px solid rgba(255, 255, 255, 0.2);}
.yiliao_b .ul li:hover .text .bt{color: #fff}
.yiliao_b .ul li:hover {background: #0c2770;}
.yiliao_b .ul li:hover .img .img1{display: none;}
.yiliao_b .ul li:hover .img .img2{display: block;}
.yiliao_b .ul li:hover .icon .icon1{display: none;}
.yiliao_b .ul li:hover .icon .icon2{display: block;}
.yiliao_b .ul li:hover .text .jt{
    border-color: #2B89C5;
    background: url(../image/more_jt2.svg) center center no-repeat #2B89C5;
}

.yiliao_b .ul li:hover .icon:before{background: url(../image/yiliao_b_xian2.png) center center/cover; animation: cxuanzhuan 8s linear infinite;}

@-webkit-keyframes cxuanzhuan  {
    0% {
        transform: rotate(0);
        
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cxuanzhuan {
    0% {
        transform: rotate(0);
        
    }
    100% {
        transform: rotate(360deg);
    }
}

.yiliao_c{padding: 120px 0;}
.yiliao_c .btm{display: flex;align-items: center;flex-wrap: wrap;}
.yiliao_c .btm .left{
    width: 33%;
    position: relative;
}

.yiliao_c .btm .left .left_box:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    border-radius: 50px;
    opacity: 0.3;
    background: #D8D8D8;
    content: "";
}

.yiliao_c .btm .left .box{
    padding-left: 34px;
    margin-bottom: 80px;
    position: relative;
}

.yiliao_c .btm .left .box:last-child{margin-bottom: 0;}
.yiliao_c .btm .left .box:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
    border-radius: 50px;
    background: #2B89C5;
    content: "";
    transition: all 0.4s;
}
.yiliao_c .btm .left .box .bt{color: #222;font-weight: bold;cursor: pointer;transition: all 0.4s;}
.yiliao_c .btm .left .box .text{
    line-height: 1.8;
    color: #222;
    margin-top: 8px;
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
}

.yiliao_c .btm .right{
    margin-left: auto;
    width: 56.4%;
}
.yiliao_c .btm .right .img{display: none;border-radius: 22px;overflow: hidden;}
.yiliao_c .btm .right .img.cur{display: block;}

.yiliao_c .btm .left .box.cur .text{height: var(--height);}
.yiliao_c .btm .left .box.cur .bt{color: #2B89C5;}
.yiliao_c .btm .left .box.cur:before{
    height: 100%;
}

@media(max-width: 1920px){
    .yiliao_a{
        padding: 7.2vw 0 7.7vw;
    }
    .yiliao_a .ul li .text{padding: 1.6vw;}
    .yiliao_a .ul li .text .bt,.yiliao_a .ul li .text .js{padding-right: 3.1vw;}
    .yiliao_b{
        padding: 6.7vw 0;
    }
    .yiliao_b .ul li .text{padding: 2vw;}
    .yiliao_b .ul li .icon{
        width: 7.2vw;
        height: 7.2vw;
    }
    .yiliao_b .ul li .text .jt,.yiliao_a .ul li .text .jt{width: 2.6vw;height: 2.6vw;}
    .yiliao_c{padding: 6.2vw 0;}
    .yiliao_c .btm .left .box{margin-bottom: 4vw;}
}

@media(max-width: 1680px){
    .yiliao_b .ul li .icon {
        right: 21.6%;
        top: 18.6%;
    }
}

@media(max-width: 890px){
    .yiliao_a{
        padding: 40px 0;
    }
    .yiliao_a .ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .yiliao_a .ul li:last-child{margin-bottom: 0;}
    .yiliao_a .ul li .text {
        padding: 20px;
    }
     .yiliao_a .ul li .text .bt,.yiliao_a .ul li .text .js{padding-right: 50px;}
    .yiliao_b .ul li .text .jt,.yiliao_a .ul li .text .jt{width: 40px;height: 40px;}

    .yiliao_b{padding: 40px 0;}
    .yiliao_b .ul li{
        width: 100%;
        margin-bottom: 12px;
    }
    .yiliao_b .ul li:last-child{margin-bottom: 0;}
    .yiliao_b .ul li .icon{
            width: 30vw;
            height: 30vw;
            right: 18.6%;
            top: 15.6%;
    }
    .yiliao_b .ul li .text{padding: 20px;}
    .yiliao_c{padding: 40px 0;}
    .yiliao_c .btm .left{
        width: 100%;
    }
    .yiliao_c .btm .right{
        width: 100%;
        margin-top: 20px;
    }
    .yiliao_c .btm .left .box{padding-left: 24px;margin-bottom: 30px;}
}

@media(max-width: 500px){
    .yiliao_b .ul li .icon{
            right: 18%;
            top: 15%;
    }
}

.jiejue_a{
    padding: 100px 0 120px;
}

.jiejue_a .a_box{
    position: absolute;
    right: 0;
    bottom: 10px;
}

.jiejue_a .zhong .ul{
    display: flex;
    flex-wrap: wrap;
}

.jiejue_a .zhong .ul li{
   width: 18.8%;
   margin-right: 1.5%;
   background: #F7F7F7;
   margin-bottom: 1.2%;
   border-radius: 20px;
   transition: all 0.4s;
   cursor: pointer;
}

.jiejue_a .zhong .ul li:nth-child(5n){margin-right: 0;}
.jiejue_a .zhong .ul li .box{padding: 23px;display:flex;flex-direction:column;align-items:center;}
.jiejue_a .zhong .ul li .icon{display: flex;flex-direction: row-reverse;}
.jiejue_a .zhong .ul li .icon img{width: 200px;border-radius: 8px;}
.jiejue_a .zhong .ul li .icon .pimg_new{width: 100%;border-radius: 8px;}
.jiejue_a .zhong .ul li .text{color: #222;transition: all 0.4s;margin-top: 8px;}
.jiejue_a .zhong .ul li.cur,.jiejue_a .zhong .ul li:hover{
    background: #2B89C5;
}
.jiejue_a .zhong .ul li.cur .text,.jiejue_a .zhong .ul li:hover .text{color: #fff;}

.jiejue_a .btm .ul li{display: flex;align-items: center;background: #F7F7F7;margin-top: 20px;padding: 20px  30px 30px 20px;border-radius: 20px;flex-wrap: wrap;}
.jiejue_a .btm .ul li .left .img{border-radius: 22px;overflow: hidden;}
.jiejue_a .btm .ul li .left{width: 33.7%;}
.jiejue_a .btm .ul li .right{
    width: 66.3%;
    padding-left: 60px;
}
.jiejue_a .btm .ul li .right .bt{color: #222;}
.jiejue_a .btm .ul li .right .zilei a{
    position: relative;
    color: #222;
    padding: 16px 20px 16px 0;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 48.5%;
    margin-right: 3%;
    transition: all 0.4s;
}
.jiejue_a .btm .ul li .right .zilei a:after{
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    bottom: 0;
    background: #2B89C5;
    transition: all 0.4s;
}
.jiejue_a .btm .ul li .right .zilei a:nth-child(2n){margin-right: 0;}
.jiejue_a .btm .ul li .right .zilei a:before{
    position: absolute;
    content: "";
    width: 7px;
    height: 11px;
    position: absolute;
    right: 4px;
    top: 50%;
    background: url(../image/jiejue_a_jt.svg) center center/cover;
    transform: translateY(-50%);
     transition: all 0.4s;
}

.jiejue_a .btm .ul li .right .zilei .zilei_k a{float: left;}

.jiejue_a .btm .ul li .right .zilei a:hover{color: #2B89C5;}
.jiejue_a .btm .ul li .right .zilei a:hover:after{width: 100%;}
.jiejue_a .btm .ul li .right .zilei a:hover:before{background: url(../image/jiejue_a_jt2.svg) center center/cover;}
@media(max-width: 1920px){
    .jiejue_a{
        padding: 5.2vw 0 6.2vw;
    }
    .jiejue_a .zhong .ul li .box{padding: 1.3vw;}
    .jiejue_a .zhong .ul li .icon img{width: 13vw;}
    .jiejue_a .zhong .ul li .icon .pimg_new{width: 100%;}
    .jiejue_a .btm .ul li .right{padding-left: 3.1vw;}
}

@media(max-width: 890px){
    .jiejue_a .a_box{position: initial;width: 100%;margin-top: 20px;}
    .jiejue_a .zhong .ul li{width: 49%;margin-right: 2%;margin-bottom: 2%;}
    .jiejue_a .zhong .ul li:nth-child(5n){margin-right: 2%;}
    .jiejue_a .zhong .ul li:nth-child(4n){margin-right: 2%;}
    .jiejue_a .zhong .ul li:nth-child(2n){margin-right: 0;}
    .jiejue_a .zhong .ul li .box{padding: 14px 20px ;}
    .jiejue_a .zhong .ul li .icon img{width: 140px;}

    .jiejue_a .btm .ul li{padding: 20px 14px;}
    .jiejue_a .btm .ul li .left{width: 100%;}
    .jiejue_a .btm .ul li .right{
        width: 100%;
        margin-top: 16px;
    }
    .jiejue_a .btm .ul li .right .zilei a{width: 100%;padding: 12px 20px 12px 0;}
}

.jiejuexq_a{
    padding: 60px 0 120px;
}

.jiejuexq_a .jiejuexq_a_box{display: flex;flex-wrap: wrap;}
.jiejuexq_a .left{
    width: 72%;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 70px 40px;
    border-radius: 20px;
}

.jiejuexq_a .left .t{
    width: 41%;
}

.jiejuexq_a .left .title .bt{line-height: 1.2;margin-top: 6px;}
.jiejuexq_a .left .img{margin-left: auto;width: 46%;}
.jiejuexq_a .left .text{color: #222;line-height: 1.8;}

.jiejuexq_a .right{
    background: #F7F7F7;
    width: 27%;  
    margin-left: auto;
    border-radius: 20px;
    padding: 34px 26px;
}

.jiejuexq_a .right .dbt{color: #222;}

.jiejuexq_a .right  .ul li{margin-bottom: 12px;}
.jiejuexq_a .right  .ul li:last-child{margin-bottom: 0;}
.jiejuexq_a .right  .ul li .nr .icon{
    width: 22px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
}
.jiejuexq_a .right  .ul li.content .nr .icon{
    top: 20px;
    transform: initial;
}

.jiejuexq_a .right  .ul li .nr .icon.icon1{
    background: url(../image/contact_b_icon1.svg) center center/cover;
}
.jiejuexq_a .right  .ul li .nr .icon.icon2{
       background: url(../image/contact_b_icon4.svg) center center/cover;
}
.jiejuexq_a .right  .ul li .nr .icon.icon3{
       background: url(../image/jiejuexq_a_icon1.svg) center center/cover;
}
.jiejuexq_a .right  .ul li .nr .icon.icon4{
       background: url(../image/contact_b_icon5.svg) center center/cover;
}

.jiejuexq_a .right  .ul li .nr .icon.icon5{
       background: url(../image/contact_b_icon6.svg) center center/cover;
}

.jiejuexq_a .right  .ul li .nr input:focus,.jiejuexq_a .right  .ul li .nr textarea:focus,.select2 select:focus {
    border: 1.5px solid #2B89C5;
}
.jiejuexq_a .right  .ul li .nr input:focus + .icon.icon1{
    background: url(../image/contact_b_icon01.svg) center center/cover;
}
.jiejuexq_a .right  .ul li .nr input:focus + .icon.icon2{
       background: url(../image/contact_b_icon04.svg) center center/cover;
}
.jiejuexq_a .right  .ul li .nr .select2:focus-within  .icon,.contact_b .right .ul li .box .select2:focus-within  .icondd{
       background: url(../image/jiejuexq_a_icon01.svg) center center/cover;
}
.jiejuexq_a .right  .ul li .nr textarea:focus + .icon.icon4{
       background: url(../image/contact_b_icon05.svg) center center/cover;
}


.jiejuexq_a .right  .ul li .nr .select2:focus-within  .icon.icon5{
       background: url(../image/contact_b_icon6.svg) center center/cover;
}

.jiejuexq_a .right  .ul li .nr .xing{
    color: #C80016;
    font-size: 18px;
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
}

.select2{position: relative;}
.select2:before {
    width: 14px;
    height: 8px;
    content: "";
    background: url(../image/jiejuexq_jt.svg) center center/cover;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}

.jiejuexq_a .right  .ul li .nr input,.jiejuexq_a .right  .ul li .nr textarea,.select2 select{
    width: 100%;
    font-size: 16px;
    padding: 0 54px;
    background: none;
    border-radius: 10px;
    border: 1.5px solid rgba(0, 38, 110, 0.1);
    transition: all 0.4s;
}
.select2 select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.jiejuexq_a .right  .ul li .nr input::placeholder,
.jiejuexq_a .right  .ul li .nr textarea::placeholder{color: rgba(0, 38, 110, 0.3)}
.jiejuexq_a .right  .ul li .nr input{
     height: 62px;
     padding: 0 54px;
}
.jiejuexq_a .right  .ul li .nr textarea{
     height: 160px;
     resize: none;
     padding: 18px 54px;
}

.jiejuexq_a .right button{cursor: pointer;}

.select2.select2_shi select{display: none;}
.select2.select2_shi select:nth-child(1){display: block;}
.jiejuexq_a .right .ul li .nr input , .select2 select{
    height: 62px;
    padding: 0 54px;
}
 .select2 select{color: rgba(0, 38, 110, 0.3);}
  .select2 select.shuru,
  .select2 select:focus{color: #666;}
  .contact_b .select2 select{font-size: 18px;}
@media(max-width: 1920px){
    .jiejuexq_a{
        padding: 3.1vw 0 6.2vw;
    }
    .jiejuexq_a .left{
        padding: 3.6vw 2vw;
    }

    .jiejuexq_a .right{
        padding: 1.7vw  1.3vw;
    }
    .jiejuexq_a .right .ul li .nr input , .select2 select{
        height: 3.2vw;
    }
    .jiejuexq_a .right .ul li.content .nr .icon{top: 1vw;}
    .jiejuexq_a .right .ul li .nr input, .jiejuexq_a .right .ul li .nr textarea, .select2 select{
        font-size: 0.83vw;
    }
    .jiejuexq_a .right .ul li .nr .icon{width: 1.1vw;height: 1.1vw;}
    .select2:before{width: 0.72vw;height: 0.4vw;}
     .contact_b .select2 select {
        font-size: 0.93vw;
    }
}
@media(max-width: 1500px){
   /* .contact_b .select2 select {
        font-size: 16px;
    }*/
    .jiejuexq_a {
        padding: 2.1vw 0 6.2vw;
    }
}
@media(max-width: 890px){
    .contact_b .select2 select {
        font-size: 14px;
    }
    .jiejuexq_a{padding: 40px 0;}
    .jiejuexq_a .left{
        width: 100%;
        padding: 20px;
    }
    .select2:before {
        width: 14px;
        height: 8px;
    }
    .jiejuexq_a .left .t{width: 100%;}
    .jiejuexq_a .left .img{width: 100%;margin-top: 20px;}

    .jiejuexq_a .right{
        width: 100%;
        margin-top: 20px;
        padding: 20px;
    }
    .jiejuexq_a .right .ul li .nr .icon {
        width: 18px;
        height: 18px;
        left: 12px;
    }
   .jiejuexq_a .right .ul li .nr input , .select2 select{
        height: 40px;
        padding: 0 40px;
        font-size: 14px;
    }
    .jiejuexq_a .right .ul li .nr .xing {
        left: 32px;
    }
    .jiejuexq_a .right .ul li.content .nr .icon{top: 16px;}
    .jiejuexq_a .right .ul li.content textarea {
        padding: 14px 40px;
        font-size: 14px;
    }
}

.chanpin_sousuo{
    padding: 40px 0 80px;
}

.chanpin_sousuo .sousuo_box{
    width: 62.7%;
    margin: 0 auto;
}

.chanpin_a .top .a_box{
    position: absolute;
    right: 0;
    bottom: 10px;
}

.chanpin_a{
    padding: 100px 0 120px;
    background: #F4F4F4;
}

.chanpin_a .oneh{background: #2B89C5;border-radius: 20px;display: flex;flex-wrap: wrap;padding: 24px 0;}
.chanpin_a .oneh .t{padding: 0 40px;color: #fff;}
.chanpin_a .oneh .t.t1{width: 160px;}
.chanpin_a .oneh .t.t2{width: calc((100% - 160px)*0.22);}
.chanpin_a .oneh .t.t3{width: calc((100% - 160px)*0.78);}
.chanpin_a  .liebiao .box{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06);
}
.chanpin_a  .liebiao .box:last-child{margin-bottom: 0;}
.chanpin_a  .liebiao .box .left{
    width: 160px;
    background: #2B89C5;
    display: flex;
    align-items: center;
    /*min-height: 500px;*/
}
.chanpin_a  .liebiao .box .left.minx{min-height: 220px;}
.chanpin_a  .liebiao .box:nth-child(2) .left,.chanpin_a  .liebiao .box.box109101102 .left{background: #2B89C5;}
.chanpin_a  .liebiao .box:nth-child(3) .left,.chanpin_a  .liebiao .box.box109101103 .left{background: #89BC54;}

.chanpin_a  .liebiao .box.box109102101 .left{background: #2B89C5;}
.chanpin_a  .liebiao .box.box109102102 .left{background: #2B89C5;}

.chanpin_a  .liebiao .box .left .img_box{/*margin-top: -100%;*/margin-top: -150%;}
.chanpin_a  .liebiao .box .left .text .img{width: 84px;height: 84px;margin: 0 auto;border-radius: 100%;border: 1px solid rgba(255, 255, 255, 0.3);position: relative;}
.chanpin_a  .liebiao .box .left .text{
    position: absolute;
    left: 0;
    top: 57.7%;
    width: 100%;
    color: #fff;
    text-align: center;
}

.chanpin_a  .liebiao .box .left .text .img:before {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../image/yiliao_b_xian2.png) center center/cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: cxuanzhuan 8s linear infinite;
    z-index: 9;
}

.chanpin_a  .liebiao .box .right{
    width: calc(100% - 160px);
    background: #fff;
    position: relative;
    display: flex;
   /* align-items: center;*/
    flex-wrap: wrap;
}

.chanpin_a  .liebiao .box .right .nr {display: flex;flex-wrap: wrap;width: 100%;}
.chanpin_a  .liebiao .box .right .nr:nth-child(2n){background: rgba(0, 38, 110, 0.05);}
.chanpin_a  .liebiao .box .right .nr .l{
    width: 22%;
    padding: 24px;
    color: #222;
    display: flex;
    align-items: center;
}
.chanpin_a .liebiao .box .right .nr .l .bt{color: #222;transition: all 0.4s;}
.chanpin_a .liebiao .box .right .nr .r .t{line-height: 1.6;color: #222;}
.chanpin_a .liebiao .box .right:before{
    position: absolute;
    left: 22%;
    top: 0;
    height: 100%;
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
}

.chanpin_a  .liebiao .box .right .nr .r{
    width: 78%;
    padding: 30px;
     display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.chanpin_a  .liebiao .box .right .nr .r .a_list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.chanpin_a  .liebiao .box .right .nr .r .a_list a{
    width: 25%;
    padding: 0 20px 0 14px;
    position: relative;
    color: #222;
    margin: 6px 0;
    transition: all 0.4s;
}
.chanpin_a  .liebiao .box .right .nr .r .a_list a:hover{color: #2B89C5;}
.chanpin_a  .liebiao .box .right .nr .r .a_list a:before{
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 100%;
    background: #D8D8D8;
    position: absolute;
    left: 0;
    top: 10px;
}

/*.chanpin_a  .liebiao .box .right .nr .r .a_list.a_list_3 a{width: 33.33%;}*/
.chanpin_a  .liebiao .box .right .nr .r .a_list.a_list_3 a{width: 50%;}
.chanpin_a .liebiao .box.duan .left{
    height: 264px;
    min-height: 264px;
}

.chanpin_a .liebiao .box.duan .left .img_box {
    margin-top: -150%;
}

.contact_b .right .ul li .box .icondd{
    background: url(../image/jiejuexq_a_icon1.svg) center center/cover;
}


.chanpin_a .liebiao .box .right .nr .l .bt:hover{color: #2B89C5;}
@media(max-width: 1920px){
    .chanpin_sousuo{
        padding: 2vw 0 4vw;
    }
    .chanpin_a{
        padding: 5.2vw 0 6.2vw;
    }
    .chanpin_a .oneh{padding: 1.2vw 0;}
    .chanpin_a .oneh .t{padding: 0 2vw;}
    .chanpin_a  .liebiao .box .right .nr .l{padding: 1.2vw;}
    .chanpin_a  .liebiao .box .right .nr .r{padding: 1.6vw;}

}

@media(max-width: 1300px){
    .chanpin_a .liebiao .box .right .nr .l .bt{font-size: 14px;}
    .chanpin_a .liebiao .box .right .nr .r .a_list{font-size: 12px;}
    .chanpin_a .liebiao .box .left{width: 100px;}
    .chanpin_a .liebiao .box .right{width: calc(100% - 100px);}
    .chanpin_a .liebiao .box .left .text .img{width: 50px;height: 50px;}
}
@media(max-width: 890px){
    .chanpin_a .liebiao .box .right .nr .l {
        padding: 10px;
    }
}

@media(max-width: 890px){
    .chanpin_a {
        padding: 40px 0 50px;
    }
    .chanpin_sousuo {
        padding: 20px 0 40px;
    }
    .chanpin_sousuo .sousuo_box{width: 100%;}
    .chanpin_a .top .a_box{position: initial;width: 100%;margin-top: 20px;}
    .chanpin_a .chaochu{overflow: auto;}
    .chanpin_a .btm {
        width: 1100px;
    }
    .chanpin_a .oneh{padding: 20px 0;}
    .chanpin_a .oneh .t{padding: 0 20px;}
    .chanpin_a .oneh .t.t2{width: 206px;}
    .chanpin_a .oneh .t.t3{width: calc(100% - 100px - 206px);}
    .chanpin_a .liebiao .box .left,.chanpin_a .oneh .t.t1{
        width: 100px;
    }
    .chanpin_a .liebiao .box .left .text{top: 55%}
    .chanpin_a .liebiao .box .left .text .img{width: 60px;height: 60px;}
    .chanpin_a .liebiao .box .right .nr .l,.chanpin_a .liebiao .box .right .nr .r{padding: 14px;}
    .chanpin_a .liebiao .box .right{width: calc(100% - 100px);}

}

.title.title_red .fbt{color: #A20614;}
.edu_a{
    padding: 70px 0 150px;
}

.edu_a .btm .box{background: #F7F7F7;border-radius: 20px;}
.edu_a .btm .box .img{border-radius: 20px;overflow: hidden;}
.edu_a .btm .box .img img{transition: all 0.4s;}

.edu_a .btm .box .text{
    padding: 24px 30px 40px;
}
.edu_a .btm .box .text .time{color: #2B89C5;}
.edu_a .btm .box .text .bt{
    color: #222;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s;
}
.edu_a .btm .box .text .js{
    line-height: 1.6;
    color: #666;
    height: 42px;
    overflow: hidden;
}
.edu_a .btm .box:hover .text .bt{color: #2B89C5;}
.edu_a .btm .box:hover .img img{transform: scale(1.04);}

.video_btn{display: flex;align-items: center;cursor: pointer;}
.video_btn .i{
    display: block;
    width: 54px;
    height: 54px;
    opacity: 1;
    box-sizing: border-box;
    border: 2px solid rgba(102, 102, 102, 0.3);
    transition: all 0.4s;
    border-radius: 100%;
    background: url(../image/bf_sj_hui.svg) center center no-repeat;
}
.video_btn .b{margin-left: 10px;position: relative;color: #666;transition: all 0.4s;}
.video_btn .b:before{
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.4s;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #A20614;
}
.video_btn:hover .i{
    border-color: #A20614;
    background: url(../image/bf_sj_bai.svg) center center no-repeat #A20614;
}
.video_btn:hover .b{color: #A20614;}
.video_btn:hover .b:before{width: 100%;}

.edu_a .top .swiper-button-next,
.edu_a .top .swiper-button-prev,
.edu_b .top .swiper-button-next,
.edu_b .top .swiper-button-prev,
.edu_c .top .swiper-button-next,
.edu_c .top .swiper-button-prev,
.mengchuang_d .top .swiper-button-prev,
.mengchuang_d .top .swiper-button-next,
.home_c .top .swiper-button-prev,
.home_c .top .swiper-button-next{
    width: 54px;
    height: 54px;
    left: auto;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(62, 58, 57, 0.3);
    opacity: 1;
    transition: all 0.4s;
}

.edu_a .top .swiper-button-prev,.edu_b .top .swiper-button-prev,.edu_c .top .swiper-button-prev,.mengchuang_d .top .swiper-button-prev,.home_c .top .swiper-button-prev{background: url(../image/jtl.svg) center center no-repeat;right: 64px;}
.edu_a .top .swiper-button-next,.edu_b .top .swiper-button-next,.edu_c .top .swiper-button-next,.mengchuang_d .top .swiper-button-next,.home_c .top .swiper-button-next{background: url(../image/jtr.svg) center center no-repeat;right: 0;}

.edu_a .top .swiper-button-prev:hover,.edu_b .top .swiper-button-prev:hover,.edu_c .top .swiper-button-prev:hover,.mengchuang_d .top .swiper-button-prev:hover,.home_c .top .swiper-button-prev:hover{background: url(../image/jtl2.svg) center center no-repeat #2B89C5;border-color: #2B89C5;}
.edu_a .top .swiper-button-next:hover,.edu_b .top .swiper-button-next:hover,.edu_c .top .swiper-button-next:hover,.mengchuang_d .top .swiper-button-next:hover,.home_c .top .swiper-button-next:hover{background: url(../image/jtr2.svg) center center no-repeat #2B89C5;border-color: #2B89C5;}

.edu_b{
    background: #F4F4F4;
    padding: 120px 0 130px;
}

.edu_b .btm .box{
    display: flex;
    flex-wrap: wrap;
    border-radius: 22px;
    background: #A20614;
    overflow: hidden;

}

.edu_b .btm .box .img{
    width: 51%;
    /*border-radius: 20px;*/
}

.edu_b .btm .box .text{
    width: 49%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 120px 0 80px;
    background: url(../image/edu_b_bg.png) center center/cover;
}

.edu_b .btm .box .text .bt{line-height: 1.4;}
.edu_b .btm .box .text .wenzi{
    line-height: 1.6;
    width: 100%;
}

.more.more3, a.more.more3{
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.more.more3:hover i, a.more.more3 i {
    background: url(../image/more_jt2.svg) center center/cover;
}

.edu_b .btm .num_box{display: flex;}
.edu_b .btm .num_box .num{
    padding-left: 40px;
    position: relative;
    transition: all 0.4s;
    opacity: 0.4;
    cursor: pointer;
}

.edu_b .btm .num_box .num:before{
    width: 0;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #fff;
    height: 2px;
    transition: all 0.4s;
}
.edu_b .btm .num_box .num.cur:before{width: 30px;}
.edu_b .btm .num_box .num.cur{opacity: 1;}

.edu_c{padding: 120px 0 130px;}
.edu_c .btm .box{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.edu_c .btm .box:before{
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #A20614;
    transition: all 0.4s;
}

.edu_c .btm .box .img{
    width: 29.2%;
    position: relative;
    overflow: initial;
}
.edu_c .btm .box .img img{
    border-radius: 22px;
    overflow: hidden;
}
.edu_c .btm .box .img .jt{
    width: 54px;
    height: 54px;
    background: url(../image/more_jt2.svg) center center no-repeat #A20614;
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 100%;
    transform: translate(0,-50%);
    opacity: 0;
    transition: all 0.4s;
}
.edu_c .btm .box .text{
    width:70.8%;
    transition: all 0.4s;
    padding-left: 44px;
}

.edu_c .btm .box .text .time{color: #2B89C5;}
.edu_c .btm .box .text .bt{color: #222;margin-top: 6px;transition: all 0.4s;line-height: 1.4;}
.edu_c .btm .box .text .js{
    line-height: 1.8;
    color: #222;
    margin-top: 11px;
}
.edu_c .btm .box .img img{transition: all 0.4s;}
.edu_c .btm .box:hover:before{
    width: 100%;
}
.edu_c .btm .box:hover .text .bt{color: #A20614;}
.edu_c .btm .box:hover .img .jt{
    opacity: 1;
    transform: translate(50%,-50%);
}

.edu_c .btm .box:hover .text{
    padding-left: 64px;
}
@media(max-width: 1920px){
    .edu_a{
        padding: 3.6vw 0 7.8vw;
    }
    .edu_a .btm .box .text{
        padding: 1.2vw 1.6vw 2vw;
    }
    .edu_b{
        padding: 6.2vw 0 6.7vw;
    }
    .edu_b .btm .box .text{padding: 0 6.2vw 0 4vw;}

    .edu_c{padding: 6.2vw 0 6.7vw;}
    .edu_c .btm .box{padding: 1.6vw 0;}
    .edu_c .btm .box .text{
        padding-left: 2.2vw;
    }
    .edu_c .btm .box .img .jt{width: 2.8vw;height: 2.8vw;}

    .edu_c .btm .box:hover .text{
        padding-left: 3.3vw;
    }
    .video_btn .i{
        width: 2.8vw;
        height: 2.8vw;
    }
}

@media(max-width: 1500px){
    .edu_a .top .swiper-button-next,
    .edu_a .top .swiper-button-prev,
    .edu_b .top .swiper-button-next,
    .edu_b .top .swiper-button-prev,
    .edu_c .top .swiper-button-next,
    .edu_c .top .swiper-button-prev,
    .mengchuang_d .top .swiper-button-prev,
    .mengchuang_d .top .swiper-button-next,
    .home_c .top .swiper-button-next,
    .home_c .top .swiper-button-prev{
        width: 48px;
        height: 48px
    }

    .edu_a .top .swiper-button-prev ,.edu_b .top .swiper-button-prev,.edu_c .top .swiper-button-prev,.mengchuang_d .top .swiper-button-prev,.home_c .top .swiper-button-prev{
        right: 54px;
    }
}

@media(max-width: 890px){
    .edu_a .top .swiper-button-next,
    .edu_a .top .swiper-button-prev,
    .edu_b .top .swiper-button-next,
    .edu_b .top .swiper-button-prev,
    .edu_c .top .swiper-button-next,
    .edu_c .top .swiper-button-prev,
    .mengchuang_d .top .swiper-button-prev,
    .mengchuang_d .top .swiper-button-next{
        width: 40px;
        height: 40px
    }
    .home_c .top .swiper-button-prev,
    .home_c .top .swiper-button-next{
        width: 36px;
        height: 36px
    }

    .edu_a .top .swiper-button-prev ,.edu_b .top .swiper-button-prev,.edu_c .top .swiper-button-prev,.mengchuang_d .top .swiper-button-prev{
        right: 48px;
    }
    .home_c .top .swiper-button-prev{
        right: 40px;
    }
    .edu_a {
        padding: 20px 0 40px;
    }
    .edu_a .btm .box .text {
        padding: 20px 14px;
    }
    .video_btn .i {
        width: 40px;
        height: 40px;
    }
    .edu_b {
        padding: 40px 0;
    }
    .edu_b .btm .box .img{width: 100%;border-radius: 20px;}
    .edu_b .btm .box .text{width: 100%;padding: 20px 14px 30px;}
    .edu_c {
        padding: 40px 0;
    }
    .edu_c .btm .box .img{width: 100%;}
    .edu_c .btm .box .text{width: 100%;padding-left: 0;margin-top: 20px;}
    .edu_c .btm .box {
        padding: 20px 0;
    }
    .edu_c .btm .box:hover .text{padding-left: 0;}
    .edu_c .btm .box .img .jt{display: none;}
}


.mengchuang_a{
    background: url(../image/about_a_bg.png) top right no-repeat #fff;
    padding: 130px 0 80px;
}

.mengchuang_a .mengchuang_a_box{display: flex;flex-wrap: wrap;}
.mengchuang_a .mengchuang_a_box .left{width: 49.6%;padding-right: 40px;}
.mengchuang_a .mengchuang_a_box .left .img{width: 230px;}
.mengchuang_a .mengchuang_a_box .right{
    width: 50.4%;
    margin-top: 12px;
}
.mengchuang_a .mengchuang_a_box .right .text{line-height: 1.8;color: #222;}

.mengchuang_b .btm .box .text{
    padding: 0 100px 0 80px;
}
.mengchuang_b .btm .box{background: #2B89C5;}
.mengchuang_b .btm .box .text{background: url(../image/mengchuang_b_bg.png) center center/cover;}
.mengchuang_c .btm .box:hover .text .bt{color: #2B89C5;}
.mengchuang_c .btm .box:before{background: #2B89C5;}

.mengchuang_d{
    background: #F4F4F4;
    padding: 120px 0;
}

.mengchuang_d .btm .box{
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s;
}

.mengchuang_d .btm .box .time{color: #2B89C5;transition: all 0.4s;}
.mengchuang_d .btm .box .bt{color: #222222;line-height: 1.4;margin-top: 4px;height: 64px;overflow: hidden;transition: all 0.4s;}
.mengchuang_d .btm .box .jt{
    border-radius: 100%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../image/touzi_a_jt.svg) center center no-repeat;
    border: 2px solid rgba(102, 102, 102, 0.3);
    transition: all 0.4s;
}


.mengchuang_d .btm .box:hover {background: #2B89C5;}
.mengchuang_d .btm .box:hover .bt{color: #fff;}
.mengchuang_d .btm .box:hover .time{color: #5988E1;}
.mengchuang_d .btm .box:hover .jt{
    border-color: #2B89C5;
    background: url(../image/more_jt2.svg) center center no-repeat #2B89C5;
}

.mengchuang_e .btm .box:hover .text .bt{color: #2B89C5;}
@media(max-width: 1920px){
    .mengchuang_a{
        padding: 6.7vw 0 4vw;
    }
    .mengchuang_b .btm .box .text{
        padding: 0 5.2vw 0 4vw;
    }
    .mengchuang_d{
        padding: 6.2vw 0;
    }
    .mengchuang_d .btm .box{padding: 2vw;}
    .mengchuang_d .btm .box .jt{width: 2.6vw;height: 2.6vw;}
}


@media(max-width: 890px){
    .mengchuang_a {
        padding: 30px 0 40px;
    }
    .mengchuang_a .mengchuang_a_box .left{width: 100%;padding-right: 0;}
    .mengchuang_a .mengchuang_a_box .left .img{width: 120px;}
    .mengchuang_a .mengchuang_a_box .right{width: 100%;margin-top: 20px;}
    .mengchuang_b .btm .box .text {
        padding: 20px 14px 30px;
    }
    .mengchuang_d{
        padding: 40px 0;
    }
    .mengchuang_d .btm .box {
        padding: 20px;
    }
    .mengchuang_d .btm .box .jt{width: 40px;height: 40px;}
    .mengchuang_e{padding: 40px 0;}
}
.ssss .num{
    color: #fff;
    margin-right: 60px;
}
.ssss {
    z-index: 88;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: right;
    display: flex;
    align-items: center;
        justify-content: flex-end;
}

.sss {
    display: inline-block;
    position: relative;
    width: 54px;
    height: 54px;
    cursor:pointer;
}
.ssss .sss.banner_left:after {
    content: '';
    width: 6px;
    height: 12px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(180deg);
    background: url(../image/more_jt2.svg) center center/cover;
    
}
.ssss .sss.banner_right:after {
    content: '';
    width: 6px;
    height: 12px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    background: url(../image/more_jt2.svg) center center/cover;
    
}

.sss{
    margin-right: 14px;
}

.sss:last-child{
    margin-right: 0;
}

.sss .circle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.sss .circle:before{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
}
.sss .circle i {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.sss .circle i::before {
    content: '';
    position: absolute;
    width: 200%;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    clip: rect(0, 54px, 54px, 27px);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sss .circle i:first-child::before {
    left: 0;
    right: auto;
    clip: rect(0px, 27px, 54px, 0px);
}

.sss.sss-active::before {
    background: #000;
}

.sss.sss-active .circle i::before,.sss:hover .circle i::before {
    -webkit-animation: circleR 600ms linear both;
    animation: circleR 600ms linear both;
}

.sss.sss-active .circle i:first-child::before,.sss:hover .circle i:first-child::before {
    -webkit-animation-name: circleL;
    animation-name: circleL;
}

.ssss .ss-active:after{
    display: none;
}

@-webkit-keyframes circleL {

    0%,
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes circleR {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    50%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes circleL {

    0%,
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes circleR {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    50%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.ssss .gd{margin-right: auto;}

.banner .img .img1{width: 100%;height: 100vh;transform: scale(1.06); transition: all 2s;}
.banner .img .img1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .text{
    position: absolute;
    left: 6%;
    opacity: 0;
    right: 0;
    top: 50%;
    transition: all 2s;
    color: #fff;
    transform: translateY(-50%);

}
.banner .text .bt{font-weight: bold;}
.banner .swiper-slide-active .text{left: 0;opacity: 1;}
.banner .swiper-slide-active .img .img1{transform: scale(1);}
.home_a{
    width: 100%;
    height: auto;
    padding: 150px 0 140px;
    position: relative;
    z-index: 1;
    background: #fff;
    background: url(../pictures/about_bg.png) center center/cover;
}

.home_a .home_a_box{
    display: flex;
    flex-wrap: wrap;
}

.home_a .home_a_box .left{
    width: 39.4%;
}

.home_a .home_a_box .right{
    width: 55.7%;
    margin-left: auto;
}

.home_a .home_a_box .right .title{
    width: 100%;
    position: relative;
}
.home_a .home_a_box .right .title .about_text_pic{
    width: 81.75%;
    object-fit: contain;
    position: absolute;
    bottom: 6px;
    left: 0;
}
.home_a .home_a_box .right .two_brand{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.home_a .home_a_box .right .two_brand .brand_pic{
    width: 48.5%;
    object-fit: contain;
    /*border: 1px solid #f6f6f6;*/
}

.home_a .home_a_box .left .img{
    /* transform: translateX(-100%); */
}
.home_a .home_a_box .right .img{
    width: 1017px;
    /* transform: translateX(100%); */
}
.home_a .home_a_box .right .text{line-height: 1.8;color: #222;}
@media(max-width:1500px){
    .home_a .home_a_box .right{
        width: 60%;
    }
    .home_a .home_a_box .right .title .about_text_pic{
        width: 70%;
    }
    .home_a .home_a_box .right .text{line-height: 1.5;}
}
@media(max-width:1200px){
    .home_a .home_a_box .right{
        width: 75%;
    }
    .home_a .home_a_box .right .title .about_text_pic{
        width: 60%;
    }
    .home_a .home_a_box .right .text{line-height: 1.4;}
}

.home_b {
    position: relative;
    overflow: hidden;
    z-index: 0;
    /* width: 100%;
    height: 100vh;
    background: url(../image/home_b_bg.jpg) center center/cover;
        background-attachment: fixed;*/
}
.home_b .bg{
    width: 100%;
    height: 100vh;
    background: url(../pictures/home-bg2.jpg) center center/cover;
    position: fixed;
    left: 0;
    top: 0;
    transform: scale(1.2);
}
.home_b .ul_box{
    width: 51%;
    margin-left: auto;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.home_b .ul{
     width: 48.2%;
    margin-top: 0;
    margin-right: 3.6%;

}
.home_b .ul li{
   /* background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(40px);
    padding: 40px 30px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 42px;*/
}

.home_b .ul li .box{
    /* background: rgba(255, 255, 255, 0.7);*/
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
   /* backdrop-filter: blur(40px);*/
       background: linear-gradient(130deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7));
    padding: 40px 30px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 42px;
}

.home_b .ul:nth-child(2n){margin-right: 0;}
.home_b .ul:nth-child(1){
    margin-top: 160px;
}

.home_b .ul li .bt{color: #1c1c1c;}
.home_b .ul li .xz{color: #1c1c1c;margin-top: 3px;}
.home_b .ul li .i{
    width: 44px;
    height: 2px;
    opacity: 0.4;
    background: #2B89C5;
    z-index: 1;
    display: block;
}

.home_b .ul li .num{text-align: right;color: #2B89C5;}


.home_b_new{
    width: 100%;
    height: auto;
    background: url(../pictures/homebg.png) center center/cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 8vw 0 8vw;
}

.home_b_new .home_b_new_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home_b_new .home_b_new_box .kuang{
    width: 21%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_b_new .home_b_new_box .kuang_top{
    width: 100%;
    background: url(../pictures/k1.png);
    background-size: cover;
	background-repeat: round;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 3.14vw;
    padding-bottom: 1.05vw;
}
.home_b_new .home_b_new_box .kuang_text{
    color: #FFF;
}
.home_b_new .home_b_new_box .center_text{
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    text-align: center;
}
.home_b_new .home_b_new_box .kuang_bottom{
    width: 100%;
    background: url(../pictures/k2.png);
    background-size: cover;
	background-repeat: round;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.57vw;
}
.home_b_new .home_b_new_box .kuang_bottom .numText{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.home_b_new .home_b_new_box .kuang_bottom .numText .danwei{
    margin-bottom: 13px;
    margin-left: 5px;
}
@media(max-width:950px){
    .home_b_new .home_b_new_box{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .home_b_new .home_b_new_box .kuang{
        width: 34%;
    }
    .home_b_new .home_b_new_box .kuang:nth-child(1),
    .home_b_new .home_b_new_box .kuang:nth-child(2){
        margin-bottom: 25px;
    }
}
@media(max-width:890px){
    .home_b_new .home_b_new_box .kuang_bottom .numText .danwei{
        margin-bottom: 3px;
        margin-left: 4px;
    }
    .home_b_new .home_b_new_box .center_text{
        height: 50px;
        padding: 0 6px;
    }
}

.home_c{
    background: #F4F4F4;
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

.home_c .btm .box{
    display: flex;
    flex-wrap: wrap;
    border-radius: 22px;
    overflow: hidden;
    opacity: 0.2;
    transition: all 0.4s;
}
.home_c .btm .swiper-slide-active .box{opacity: 1;}
.home_c .btm .box .left{
    width: 51%;
}

.home_c .btm .box .right{
    width: 49%;
    display: flex;
    align-items: center;
    background: url(../image/mengchuang_b_bg.png) center center/cover;
}
.home_c .btm .box .right .yinhao{
    width: 70px;
    object-fit: contain;
    position: absolute;
    left: 2vw;
    top: 3vw;
}
.home_c .btm .box .right .text{
    padding: 0 80px;
}
.home_c .btm .box .right .text .bt{color: #fff;line-height: 1.4;}
.home_c .btm .box .right .text .wenzi{color: #fff;line-height: 1.6;}
.home_c .btm .box .right .text .hengxian{
    width: 176px;
    height: 0px;
    border: 1px solid #2B89C5; 
}
@media(max-width: 1400px){
    .home_c .btm .box .right .yinhao{
        width: 60px;
    }
}
@media(max-width: 1260px){
    .home_c .btm .box .right .yinhao{
        width: 50px;
        object-fit: contain;
        position: absolute;
        left: 2vw;
        top: 2vw;
    }
}
@media(max-width: 1000px){
    .home_c .btm .box .right .yinhao{
        width: 35px;
        object-fit: contain;
        position: absolute;
        left: 2vw;
        top: 1.6vw;
    }
}
@media(max-width: 890px){
    .home_c .btm .box .right .yinhao{
        display: none;
    }
}

.home_e{
    width: 100%;
    height: 88vh;
    /*background-attachment: fixed !important;*/
    position: relative;
    z-index: 1;
}
.home_e:before{
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, .3);
}
.home_e .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: scale(1.2);
}

.home_e .container2{height: 100%;position: relative;z-index: 1;}
.home_e .text{
    position: absolute;
    width: 100%;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.home_d{
    padding: 130px 0 150px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.home_d .top .more{position: absolute;right: 0;bottom: 10px;}
.home_d .btm {display: flex;}
.home_d .btm .left{
    width: 49.3%;
    position: relative;
    z-index: 1;
    background: #fff;
}

.home_d .btm .left .box{
    height: var(--height);
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.home_d .btm .left .box:before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/news_a_bg.png) center center/cover;
}
.home_d .btm .left .box .text{
    padding: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.home_d .btm .left .box .text .jt,.home_d .btm .right .box .text .jt{
    border-radius: 100%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: block;
    background: url(../image/more_jt2.svg) center center no-repeat;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s;
}
.home_d .btm .right .box .text .jt{
    border: 2px solid rgba(102, 102, 102, 0.3);
    background: url(../image/touzi_a_jt.svg) center center no-repeat;
}
.home_d .btm .left .box:hover .text .jt,.home_d .btm .right .box:hover .text .jt{
    border-color: #2B89C5;
    background: url(../image/more_jt2.svg) center center no-repeat #2B89C5;
}

.home_d .btm .right {
    margin-left: auto;
    position: relative;
    z-index: 0;
    width: calc(50.7% - 20px);
}

.home_d .btm .right .box {
    background: #F7F7F7;
    border-radius: 20px;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s;
}
.home_d .btm .right .box .text{
    padding: 30px;
    background: #f7f7f7;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}
.home_d .btm .right .box .text .time{color: #2B89C5;}
.home_d .btm .right .box .text .bt{color: #222;line-height: 1.4;transition: all 0.4s;height: 100px;overflow: hidden;}
.home_d .btm .right .box .text .js{
    color: #666666;
    height: 46px;
    overflow: hidden;
    transition: all 0.4s; opacity: 0;
}
.home_d .btm .right .box:hover .text{
    margin-top: 0;
}
.home_d .btm .right .box:hover .text .js{height: 0;}
.home_d .btm .right .box:hover .text .bt{color: #2B89C5;height: 70px;}
.home_d .btm .right .swiper-slide-active .box,
.home_d .btm .right .swiper-slide-next .box,
.home_d .btm .right .swiper-slide-prev .box{opacity: 1;}
.home_d .btm .right .swiper-slide-next + .swiper-slide .box{opacity: 0.3;}

 .home_c .btm .box .right .text .xz{color: #5988E1;}
@media(max-width: 1920px){
    .ssss{bottom: 3.1vw;}
    .ssss .num{
        color: #fff;
        margin-right: 3.1vw;
    }
    .home_a{
        padding: 5.5vw 0 4.5vw;
    }
    .home_a .home_a_box .right .img{width: 41vw}
    .home_b .ul li .box{padding: 2vw 1.6vw;margin-top: 2.1vw;}
    .home_b .ul:nth-child(1){margin-top: 8.3vw;}
    .home_c{
        padding: 6.7vw 0;
    }
    .home_c .btm .box .right .text{
        padding: 0 5vw 0 2vw;
    }

   
    .home_d{
        padding: 6.7vw 0 7.8vw;
    }
    .home_d .btm .left .box .text,.home_d .btm .right .box .text{padding: 1.6vw;}
     .home_d .btm .right .box:hover .text .bt{height: 3.6vw;}
    .home_d .btm .right .box .text .bt{
        height: 5.2vw;
    }
    .home_d .btm .left .box .text .jt, .home_d .btm .right .box .text .jt{width: 2.6vw;height: 2.6vw;}
}
@media(max-width: 1550px){
   /* .home_d .btm .right .box .text .bt{height: 3.6vw;}*/
}
@media(max-width: 1500px){
    .sss{
        width: 46px;
        height: 46px;
    }
    .sss .circle i::before {
        clip: rect(0, 46px, 46px, 23px);
    }

    .sss .circle i:first-child::before {
        left: 0;
        right: auto;
        clip: rect(0px, 23px, 46px, 0px);
    }
    .home_d .btm .right .box .text .bt{height: 5.6vw;}
    .home_d .btm .right .box:hover .text .bt{height: 3.6vw;}
}
@media(max-width: 1400px){
    .home_d .btm .right .box .text .bt{height: 76px;}
    .home_d .btm .right .box:hover .text .bt{height: 52px;}

}
@media(max-width: 890px){
    .ssss{bottom: 30px;}
    .home_a{padding: 40px 0;}
    .home_a .home_a_box .left{width: 100%;}
    .home_a .home_a_box .right{
        width: 100%;
    }
     .home_a .home_a_box .right .img, .home_a .home_a_box .left .img{width: 100%;display: none;}
     .home_a .home_a_box .right .text{margin-top: 0;}

     .home_b{
        padding-top: 40px;
        background: url(../pictures/home-bg.jpg) center center/cover;
        background-attachment: initial;
     }
     .home_b .ul_box{
        width: 100%;
     }
     .home_b .ul:nth-child(1){margin-top: 0;}
     .home_b .ul li .box{padding: 20px 10px;}
     .home_b .ul li .num{margin-top: 20px;}
     .home_b .bg{display: none;}
     .home_c{
        padding: 40px 0;
     }
     .home_c .btm .box .left{width: 100%;}
     .home_c .btm .box .right{width: 100%;}
     .home_c .btm .box .right .text{padding: 20px 20px 30px;}
     .home_c .btm .box .right .c_business{padding: 20px 70px 70px 20px;}
    .home_c .top .swiper-button-prev,
    .home_c .top .swiper-button-next{display: none;}
    .home_d{
        padding: 40px 0;
    }
    .home_d .btm .right{width: 100%;}
    .home_d .btm .right{
        display: none;
    }
    .home_d .btm .left{width: 100%;}
    .home_d .btm .left .box{height: 340px;}
    .home_d .btm .left .box .text{padding: 20px;}
    .home_d .btm .left .box .text .jt, .home_d .btm .right .box .text .jt{width: 40px;height: 40px;}
    .home_e{
        height: 400px;
        background-attachment: initial !important;
    }
    .home_e .text{
        padding: 0 20px;
    }

    .sss{
        width: 40px;
        height: 40px;
    }
    .sss .circle i::before {
        clip: rect(0, 40px, 40px, 20px);
    }

    .sss .circle i:first-child::before {
        left: 0;
        right: auto;
        clip: rect(0px, 20px, 40px, 0px);
    }
}

.rili_a{
    padding: 70px 0 130px;
}

.rili_a .top .ul li{
    float: left;
    width: 8.33%;
    text-align: center;
    color: #666;
}
.rili_a .top .ul li .nian{opacity: 0;}
.rili_a .top .ul li:nth-child(1) .nian{opacity: 1;}
.rili_a .top .ul li:nth-last-child(2) .nian{opacity: 1;}
.rili_a .top .ul li .yue{
    padding-top: 20px;
    position: relative;
    margin-top: 20px;
}
.rili_a .top .ul li .yue:after{
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    content: "";
}
.rili_a .top .ul li .yue:before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #D8D8D8;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
    z-index: 1;
}
.rili_a .top .ul li.cur .yue{color: #2B89C5;}
.rili_a .top .ul li.cur .yue:before{background: #2B89C5;}
.rili_a .zhong .a_box{justify-content: center;}

.rili_a .btm .lianjie a{
    float: left;
    color: #3d3d3d;
}

.rili_a .btm .lianjie a.cur{color: #2B89C5;}

.rili_a .btm .lianjie a.a2{padding-left: 14px;position: relative;margin-left: 20px;}
.rili_a .btm .lianjie a.a2:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
    z-index: 1;
}
.rili_a .btm .lianjie a.a2.y0:before{background: #2B89C5;}
.rili_a .btm .lianjie a.a2.y1:before{background: #2B89C5;}
.rili_a .btm .lianjie a.a2.y2:before{background: #0256FF;}

.rili_a .btm .liebiao .ul li{margin-bottom: 14px;}
.rili_a .btm .liebiao .ul li:last-child{margin-bottom: 0;}
.rili_a .btm .liebiao .ul li .box{
    background: #F7F7F7;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.rili_a .btm .liebiao .ul li .box:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #2B89C5;
    content: "";
    transition: all 0.4s;
}

.rili_a .btm .liebiao .ul li .box .left{
    width: 70%;
}
.rili_a .btm .liebiao .ul li .box .left .time{color: #2B89C5;}
.rili_a .btm .liebiao .ul li .box .left .bt{color: #222222;margin-top: 6px;transition: all 0.4s;line-height: 1.4;}
.rili_a .btm .liebiao .ul li .box .right{
    margin-left: auto;
}

.rili_a .btm .liebiao .ul li .box .right .leix{
    color: #666666;
    position: relative;
    padding-left: 14px;
}

.rili_a .btm .liebiao .ul li .box .right .leix:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    content: "";
    z-index: 1;
    background: #2B89C5;
}

.rili_a .btm .liebiao .ul li .box .right .leix.leix1:before{background: #2B89C5;}
.rili_a .btm .liebiao .ul li .box .right .leix.leix2:before{background: #2B89C5;}
.rili_a .btm .liebiao .ul li .box .right .leix.leix3:before{background: #0256FF;}
.rili_a .btm .liebiao .ul li .box .right .icon{
    width: 20px;
    height: 20px;
    content: "";
    margin-top: 10px;
    margin-left: auto;
    background: url(../image/pdf.svg) center center/cover;
    transition: all 0.4s;
}

.rili_a .btm .liebiao .ul li:hover .box:before{width: 100%;}
.rili_a .btm .liebiao .ul li:hover .box .left .bt{color: #2B89C5;}
.rili_a .btm .liebiao .ul li:hover .box .right .icon{background: url(../image/pdf2.svg) center center/cover;}
@media(max-width: 1920px){
    .rili_a{
        padding: 3.6vw 0 6.7vw;
    }
    .rili_a .btm .liebiao .ul li .box{
        padding: 2vw 1.6vw;
    }
}

@media(max-width: 890px){
    .rili_a{
        padding: 40px 0;
    }
    .rili_a .top .ul li .yue{font-size: 12px;}
    .rili_a .btm .lianjie a,.rili_a .btm .lianjie a.a2{
        margin-left: 0;
        width: 100%;
        margin-bottom: 6px;
    }
    .rili_a .btm .lianjie a:last-child{margin-bottom: 0;}
    .rili_a .btm .liebiao .ul li .box{
        padding: 20px;
    }
    .rili_a .btm .liebiao .ul li .box .left{width: 100%;}
    .rili_a .btm .liebiao .ul li .box .right{
        width: 100%;
        margin-top: 14px;
    }

}



/**mobile nav**/
.nav_box { display: none; }
.nav_box ul li { border-bottom: 1px solid #F7F7F7; }
.nav_box ul li>a { line-height: 60px; padding: 0 20px; font-size: 16px; display: block; color: #3D3D3D; position: relative; }
.nav_box ul li>a::before { position: absolute; content: ""; right: 20px; top: 50%; transform: translateY(-50%); width: 8px; height: 12px; background: url(../image/sbmdwe2.png)no-repeat center center/cover; }
/*.nav_box ul li .sbmd { line-height: 60px; padding: 0 20px; font-size: 16px; display: block; color: #333333; position: relative; }*/
.nav_box ul li .sbmd::before { position: absolute; content: ""; right: 20px; top: 50%; transform: translateY(-50%); width: 8px; height: 12px; background: url(../image/sbmdwe2.png)no-repeat center center/cover; }
.nav_box ul li .sbmd.cur { background: #2B89C5; color: #fff; }
.nav_box ul li .sbmd.cur::before { background: url(../image/sbmda.png)no-repeat center center/cover; width: 12px; height: 8px; }
.nav_box ul li .suv { padding: 0 20px; display:none; }
.nav_box ul li .suv .erjilanmu .bt { border-bottom: 1px solid #F7F7F7; padding: 13px 0 13px; }
.nav_box ul li .suv .erjilanmu:last-child .bt { border-bottom: 0; }
.nav_box ul li .suv .erjilanmu .bt span { font-size: 14px; color: #3D3D3D; display: inline-block; width: 82%; line-height: 22px; }
.nav_box ul li .suv .erjilanmu.sbdm .bt a { display: block; position: relative; }
.nav_box ul li .suv .erjilanmu.sbdm .bt a::before {display: none; position: absolute; content: ""; right: 0px; top: 6px; width: 10px; height: 10px; background: url(../image/sbmd.png)no-repeat center center/cover; }
.nav_box ul li .suv .sbdm.cur .bt a::before { background: url(../image/sbmwwwda.png)no-repeat center center/cover;  height: 2px; top: 10px; }
.nav_box ul li .suv .erjilanmu:last-child { border-bottom: 0; }
.nav_box ul li .suv .erjilanmu .sum { display: none; padding: 9px 0 10px; border-bottom: 1px solid #F7F7F7; }
.nav_box ul li .suv .erjilanmu .sum .us a { display: block; font-size: 12px; line-height: 28px; color: #666666; padding-left: 12px; position: relative; }
.nav_box ul li .suv .erjilanmu .sum .us a::before { position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); width: 8px; height: 12px; background: url(https://www.zyloxmedical.com/images/sumee.png)no-repeat center center/cover; }

.nav_box ul li .suv .erjilanmu.cur .bt a span { color: #2B89C5; }
.nav_box {overflow: auto; height: calc(100% - 62px); display: block; background: #fff; width: 100%; top: 62px; position: fixed; left: -100%; z-index: 9999;transition: all .5s;  }
.nav_box.cur { left: 0; }
.nav_box ul li { position:relative; }
.nav_box ul li .semsn { width:70%; }
.nav_box ul li .semsn:before { display:none; }
.nav_box ul li.cur>a { background:#2B89C5; color:#fff; } 

.mo_header .rr a{color: #333; }
.mo_header .rr { 
    font-size: 14px; 
    color: #333; 
    line-height: 1; 
    position: relative; 
    padding-left: 24px; 
    padding-right: 16px; 
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
}
.mo_header .rr::before { position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); width: 18px; height: 18px; background: url(../pictures/language.png)no-repeat center center/cover; }
/* .mo_header .rr::after { position: absolute; content: ""; top: 50%; right: 0; transform: translateY(-50%); width: 10px; height: 6px; background: url(../image/errra.svg)no-repeat center center/cover; } */
.menu-i{display: none;}

.mobile-menu{
    width: 22px;
    height: 22px;
    background: url(../image/mo_nav.svg) center center/cover no-repeat;
    transition: all 0.4s;
}

.mobile-menu.mobile-menu-on{
    background: url(../image/mo_cha.svg) center center/cover no-repeat;
}
.nav_box ul li:nth-child(1){border-top: 1px solid #F7F7F7;}


.about_c .pc .btm .ul1 > li,
.about_c .pc .btm .ul2 > li{
    display: none;
}

.about_c .pc .btm .ul1 > li:nth-child(1),
.about_c .pc .btm .ul1 > li:nth-child(2),
.about_c .pc .btm .ul2 > li:nth-child(1){
    display: block;
}

.about_c .zhanshi{padding-bottom: 30px;}

.about_c .btm.mo .ul1 > li{display: none;}
.about_c .btm.mo .ul1 > li:nth-child(1),
.about_c .btm.mo .ul1 > li:nth-child(2),
.about_c .btm.mo .ul1 > li:nth-child(3){display: block;}



.about_a .btm .right .ul li.shang .text{
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 100%;
}

.about_a .btm .right .ul li.xia .text{
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: 100%;
}

.footer .link{
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.footer .link a{margin-right: 16px;color: #333;transition: all 0.4s;}
.footer .link a:hover{color: #2B89C5;}
.footer .link a:last-child{margin-right: 0;}
@media(max-width: 1920px){
    .footer .link{
        padding-bottom: 2.1vw;
    }
}

@media(max-width: 890px){
    .footer .link{
        margin-top: 20px;
        padding-bottom: 30px;
    }
}



/*下拉*/
.header .ul li{position: relative;}
.header .ul li .xiala{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 150px;
    transform: translateX(-50%);
    text-align: center;
    padding: 14px 10px;
    background: linear-gradient(130deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7));
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    border-top: 3px solid #2B89C5;
    display: none;
}

.header .ul li .xiala a{margin-bottom: 12px;padding: 0;transition: all 0.4s;line-height: 1.4;}
.header .ul li .xiala a:last-child{margin-bottom: 0;}
.header .ul li .xiala a:hover{color: #2B89C5;}

.header .ul li:hover .xiala{
    display: block;
    animation: xiala 0.4s linear 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.subsearch {
    width: 380px;
    position: absolute;
    top: 80%;
    right: 0;
   /* padding-top: 20px;*/
    display: none;
  
}

/*导航搜索下拉*/
.subsearch form {
    background: #ffffff;
    border-radius: 3px;
    padding: 0 90px 0 20px;
    position: relative;
    width: 100%;
   border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.subsearch form input.inp {
    width: 100%;
    border: none;
    /*border-left: 2px solid #93969d;*/
    background: none;
    outline: none;
    padding-left: 10px;
    color: #333;
    font-size: 16px;
    height: 46px;
}

.subsearch form input.subxx {
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
     height: 100%;
   /* background: url(../images/ssbg.png) no-repeat center;*/
    font-size: 0;
    width: 90px;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    background: #13397a;
}



/*搜索页面*/
.sousuo_jg{
    background: #fff;
    padding: 160px 0 80px;
}

.sousuo_jg .news_a{padding: 0;margin-top: 2vw;}
.sousuo_jg .top .left{float: left;}
.sousuo_jg .top .left .js{margin-top: 4px;}
.sousuo_jg .top .left .js span.b{color: #2B89C5;font-weight: bold;}
.sousuo_jg .top .right{float: right;width: 42.9%;margin-top: 10px;}
.sousuo_jg .top .right input.text{
    width: 100%;
    font-size: 16px;
    height: 3.1vw;
    line-height: 3.1vw;
    box-sizing: border-box;
    border: 2px solid rgba(43, 118, 205, 0.2);
    padding: 0 140px 0 30px;
    border-radius: 50px;
}
.sousuo_jg .top .right input.text::placeholder{color: rgba(34, 34, 34, 0.4);}
.sousuo_jg .top .right button.btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 140px;
    font-size: 16px;
    background: #2B89C5;
    border: 1px solid #2B89C5;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}

.sousuo_jg .top .right button.btn i{
    width: 17px;
    height: 18px;
    display: inline-block;
    top: -2px;
    margin-right: 6px;
    position: relative;
    vertical-align: middle;
    background: url(../image/sousuo_jg_icon.svg) center center/cover;
}

.sousuo_jg .page{margin-top: 4vw;}
.sousuo_jg .zhanwei_h{
    height: 50vh;
}


/**/
.home_c .btm .box .right{
    background: #fff;
    position: relative;
}
.home_c .btm .box .right:before{
    content: "";
    width: 100%;
    left: 0;
    height: 22px;
    bottom: 0;
    position: absolute;
}
.home_c .btm .box .right .text .bt{color: #222222;}
.home_c .btm .box .right .text .wenzi{color: #666;}

.home_c .btm .box16 .right:before{background: #2B89C5;}
.home_c .btm .box16 .right .text .xz{color: #2B89C5;}

.home_c .btm .box17 .right:before{background: #2B89C5;}
.home_c .btm .box17 .right .text .xz{color: #2B89C5;}

.home_c .btm .box .right .swiper-button{
    position: absolute;
    bottom: 4vw;
    left: 2vw;
}
.home_c .btm .box .right .swiper-button .swiper-button-prev{
    width: 54px;
    height: 54px;
    left: auto;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(62, 58, 57, 0.3);
    opacity: 1;
    transition: all 0.4s;
    background: url(../image/jtl.svg) center center no-repeat;
    left: 0px;
}
.home_c .btm .box .right .swiper-button .swiper-button-next{
    width: 54px;
    height: 54px;
    left: auto;
    border-radius: 100%;
    box-sizing: border-box;
    border: 2px solid rgba(62, 58, 57, 0.3);
    opacity: 1;
    transition: all 0.4s;
    background: url(../image/jtr.svg) center center no-repeat;
    left: 64px;
}
.home_c .btm .box .right .swiper-button .swiper-button-prev:hover{
    background: url(../image/jtl2.svg) center center no-repeat #2B89C5;
    border-color: #2B89C5;
}
.home_c .btm .box .right .swiper-button .swiper-button-next:hover{
    background: url(../image/jtr2.svg) center center no-repeat #2B89C5;
    border-color: #2B89C5;
}
@media(max-width: 1260px){
    .home_c .btm .box .right .swiper-button .swiper-button-prev,
    .home_c .btm .box .right .swiper-button .swiper-button-next{
        width: 43px;
        height: 43px;
    }
}
@media(max-width: 890px){
    .home_c .btm .box .right:before{height: 10px;}
    .home_c .btm .box .right .swiper-button{
        bottom: 4.3vw;
        left: 2vw;
    }
}
@media(max-width: 750px){
    .home_c .btm .box .right .swiper-button{
        bottom: 4.9vw;
        left: 2vw;
    }
}
@media(max-width: 640px){
    .home_c .btm .box .right .swiper-button{
        bottom: 6.2vw;
        left: 2vw;
    }
}
@media(max-width: 510px){
    .home_c .btm .box .right .swiper-button{
        bottom: 7.7vw;
        left: 3.8vw;
    }
}
@media(max-width: 410px){
    .home_c .btm .box .right .swiper-button{
        bottom: 9.9vw;
        left: 3.8vw;
    }
}


.ule { width:100%; margin-top:50px; }

.ule a{
    display: block;
    background: #FFFFFF;
    border-radius: 20px;
    line-height: 1;
    padding: 33px 0 31px 73px;
    position: relative;
}
.ule a:before {
    position: absolute;
    content: "";
    right: 30px;
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/ule.svg)no-repeat center center/cover;
}
.ule a:after {
    position: absolute;
    content: "";
    left: 33px;
    width: 23px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../image/ulea.svg)no-repeat center center/cover;
}

.ule a .meosj {
    width:75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    color: #222222;
}

@media(max-width:1100px) {
    .ule {
        margin-top: 20px;
    }
    .ule a {
        padding: 20px 0 20px 40px;
        border-radius: 10px;
    }
    .ule a:after {
         left: 13px;
        width: 17px;
        height: 16px;
    }
    
    .ule a:before {
        right: 13px;
        width: 32px;
        height: 32px;
    }
}







@media(max-width: 1000px){
    .header .ul li a{font-size: 13px;}
    .header .ul li{font-size: 13px;}
    .footer .top .right .ul li{font-size: 13px;}
    .footer .top .right .ul li .a_list a{font-size: 12px;}
    .touzi_a .left .top .nr .xz{font-size: 13px;}
    .news_a .zhong .ul1 li .text{width: 100%;}
}


.banquan *{display:inline-block;}





