input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.xypg-right-content{font-size: 16px;}

.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.w1720{max-width: 1750px; margin: 0 auto; padding: 0 15px;}
.w1500{max-width: 1530px; margin: 0 auto; padding: 0 15px;}
.wh1500{max-width: 1530px; margin: 0 auto; padding: 0 15px;}

.tbxx{
    display: flex;   justify-content: space-between;  flex-wrap: wrap;   
    width: 60%; 
}

.yndh{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1f3a83;
    font-family: Arial, Helvetica, sans-serif;
}
.yndh img{
    margin-top: -5px;
}
.lastli{
    position: relative;
}



.x-banner .owl-nav{display: none;}


.x-top2 {
    height: 100px;
    line-height: 100px;
    background-color: #ffffff;
    position: relative;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.x-top2on{
    position: fixed;
}



.x-top2 .dlogo {

}
.x-top2 .dlogo a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.x-top2 .dlogo a h3 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
}
.x-top2 .dlogo a h3 b {
    font-weight: bold;
}
.x-top2 .dlogo img{
    max-width: 100%;
}

.x-top2 .nnav {
    width: 70%;
}


.x-menu {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.x-menu > li > a {
    font-size: 17px;
    color: #434343;
    line-height: 96px;
    display: block;
    padding: 0 7px;
    border-top: 3px solid #fff;
}

.x-menu > li:hover > a{
     border-top: 3px solid #1f3a83;
}


.x-menu > li:hover > a {
    color: #1f3a83;
}

.x-menu > li.active > a {
}

.x-menu .lastli {
    width: 6% !important;
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 200%;
    left: -50%;
    top: 100px;
    background: rgba(255, 255, 255, 0.96);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #666;
    line-height: 2;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #0a2777;
    color:#fff;
}

/* .x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
} */

.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 80px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}


.so {
    width: 50px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
    max-height: 39px;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
    width: 238px;
    padding: 10PX;
    border-radius: 0;
    z-index: 999;
    background: rgb(10, 39, 119, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}


.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover, .x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #0a2777;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 14px !important;
    outline: none;
    width: 48px;
    height: 4px;
    background-color: #ffffff;
    opacity: 0.3;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: 1;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }

    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}







/* css */
.bb1bd { position: relative; }
.bb1bd .tt { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bb1bd .tt { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bb1bd .tt.on { position: static; opacity: 1; visibility: visible; }







.bb1x{
    background: url(../images/bb1x.png)no-repeat left 20% #fff;
    padding-top: 4.6vw;
    padding-bottom: 4.8vw;
}
.bb1nr{}

.bb1z{
    float: left;
    width: 20%;
}

.bb1zbt{}
.bb1zbt h2{
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 0px;
    color: #333333;
}
.bb1zbt h3{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 9px;
}

.bb1hd{
    margin-top: 50px;
    border-left: 3px solid #dfdfdf;
    padding: 3px 0;
}
.bb1hd li{
    height: 32px;
    padding-left: 32px;
    margin-left: -3px;
    border-left: 3px solid #dfdfdf;
}
.bb1hd li+li{
    margin-top: 15px;
}

.bb1hd li a{
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    line-height: 32px;
}
.bb1hd li.on{
    border-left: 3px solid #121a61;
    background: url(../images/bb1hd.png) no-repeat 176px;
}
.bb1hd li.on a{}

.bb1bd{
    width: 73.3333%;
    float: right;
}
.bb1bd .tt{}
.bb1bd .tt ul{
    background: url(../images/bb1bd.png) no-repeat;
    display: flex;
    align-items: center;
    padding-right: 7%;
    padding-left: 10%;
    justify-content: space-between;
    padding-top: 30px;
    background-size: 100% 100%;
}
.bb1bd li{}
.bb1bd li .bb1yz{
    width: 46%;
    margin-top: -1.6vw;
}
.bb1bd li .bb1yz h2{
    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #02022b;
    padding-bottom: 35px;
    background: url(../images/bb1bd1.png) no-repeat bottom left; 
}
.bb1bd li .bb1yz h3{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #4e4e4e;
    margin-top: 38px;
}
.bb1bd li .bb1yz h4{
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #0a2777;
    margin-top: 4.5vw;
}
.bb1bd li .bb1yz h4 img{
    margin-top: -4px;
    margin-left: 15px;
}
.bb1bd li .img{
    width: 50.3%;
    overflow: hidden;
}
.bb1bd li .img img{
    width: 100%;
}









.bb1fl{
    margin-top: 4.4vw;
    overflow: hidden;
}
.bb1fl li{
    padding: 1px;
    overflow: hidden;
    position: relative;
}
.bb1fl li .img{
    overflow: hidden;
    border: solid 1px #eeeeee;
    position: relative;
}
.bb1fl li .img img{
    width: 100%;
}


.bb1fl li .img:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}

.bb1fl li:hover .img:before {
  left: 110%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}




.bb1fl li h2{
    height: 56px;
    background-color: #f0f0f0;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #555555;
    text-align: center;
}

.bb1fl li:hover .img{
    border: solid 1px #0a2777;
}
.bb1fl li:hover h2{
    background-color: #0a2777;
    color: #fff;
}












.bb2x{
    background: url(../images/bb2x.png);
    padding-top: 3.8vw;
    padding-bottom: 4.1vw;
    display: none;
}

.bbbt1{
    text-align: center;
}
.bbbt1 h2{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #333333;
}
.bbbt1 h3{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 20px;
}

.bb2fl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.bb2fl li{
    width: 18.9667%;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #eaeaea;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 34px;
    margin-bottom: 15px;
}
.bb2fl li .img{
    width: 60px;
    height: 68px;
    margin: 0 auto;
    background: url(../images/bb2fl.png) no-repeat;
    line-height: 68px;
    overflow: hidden;
    background-size: 100% 100%;
}
.bb2fl li .img img{
    max-height: 60px;
}
.bb2fl li h2{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #222222;
    margin-top: 20px;
}
.bb2fl li h3{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 16px;
}

.bb2fl li:hover{
    border: solid 1px #0a2777;
}
.bb2fl li:hover .img{
    background: url(../images/bb2fl1.png) no-repeat;
    background-size: 100% 100%;
}
.bb2fl li:hover .img img{
    transform: translateY(-80px);   filter: drop-shadow(#fff 0 80px);  
}
.bb2fl li:hover h2{
    color: #0a2777;
}










.bb3x{
    background-repeat: no-repeat;
    padding-top: 5vw;
    padding-bottom: 215px;
    background-size: auto 100%;
}
.bb3nr{}

.bb3bt{
    text-align: center;
}
.bb3bt h2{
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
}
.bb3bt h2 s1{font-weight: bold;}
.bb3bt h3{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 50px;
    padding: 0 5%;
}

.bb3sz{
    margin-top: 4.2vw;
}
.bb3sz li{
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}
.bb3sz li+li:after{
    content: '';
    width: 32px;
    height: 81px;    
    background: url(../images/bb3sz.png)no-repeat;
    position: absolute;
    left: -16px;
    top: 0;
}


.bb3sz li h2{}
.bb3sz li h2 s1{
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 43px;
    letter-spacing: 0px;
    color: #ffffff;
}
.bb3sz li h2 s2{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 5px;
}
.bb3sz li h2 s3{
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    margin-left: -14px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: -5px;
}
.bb3sz li h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.7;
}

.bb3gd{
    width: 152px;
    height: 48px;
    border-radius: 24px;
    border: solid 1px #ffffff;
    margin: 60px auto 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
}

.bb3gd:hover{
    background-color: #0a2777;
    border: solid 1px #0a2777;
    color: #fff;
}








.bb3tu{
    position: relative;
    margin-top: -145px;
}
.bb3fl{
    background-color: #fff;
    padding: 20px;
    border: solid 1px #f4f4f4;
    box-shadow: 0 0 18px rgba(0,0,0,0.06);
}
.bb3bd{
    overflow: hidden;
}
.bb3bd li{position: relative; overflow: hidden;}
.bb3bd li .img{
    overflow: hidden;
}
.bb3bd li .img img{
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.bb3bd li:hover .img img{
    transform: scale(1.1);     transition: all ease-in-out 0.3s;
}



.bb3bd li h2{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 15px;
}

.bb3bd li:hover h2{
    color: #0a2777;
}







.bb4x{
    margin-top: 5.3vw;
    position: relative;
}
.bb4bt{
    text-align: center;
}
.bb4bt h2{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #333333;
}
.bb4bt h3{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 34px;
}

.bb4nr{
    margin-top: 4.5vw;
}
.bb4bd{}
.bb4bd li{}
.bb4bd li .img{
    overflow: hidden;
}
.bb4bd li .img img{
    width: 100%;
}
.bb4wz{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bb4jj{
    width: 46%;
    margin-top: 10vw;
}
.bb4jj h2{
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #ffffff;
}
.bb4jj h3{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 35px;
}
.bb4jj h4{
    width: 144px;
    height: 48px;
    border-radius: 24px;
    border: solid 1px #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
    margin-top: 5vw;
}

.bb4jj h4:hover{
    background-color: #0a2777;
    border: solid 1px #0a2777;
    color: #fff;
}



.bb4hd{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.18);
    z-index: 99;
}
.bb4hdfl{}
.bb4hdfl li{
    text-align: center;
}
.bb4hdfl li .img{
    height: 45px;
    line-height: 45px;
    margin-top: 29px;
}
.bb4hdfl li .img img{
    max-height: 45px;
}
.bb4hdfl li h2{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 17px;
    margin-bottom: 25px;
}

.bb4hdfl li.swiper-slide-thumb-active{
    background-color: #0a2777;
}











.bb5x{
    background: url(../images/bb5x.png)no-repeat;
    padding-top: 4.4vw;
}
.bb5fl{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bb5fl li{
    width: calc(16.6666% - 0.5px);
    margin-bottom: 1px;
    position: relative;
    z-index: 9;
}
.bb5fl li:hover{
    position: relative;
    z-index: 99;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}

.bb5fl li .img{overflow: hidden;}
.bb5fl li .img img{
    width: 100%;
}

.bb5gd{
    width: 166px;
    height: 48px;
    border-radius: 24px;
    border: solid 1px #222222;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin: 4.2vw auto;
}

.bb5gd:hover{
    background-color: #0a2777;
    border: solid 1px #0a2777;
    color: #fff;
}











.bb6x{
    background-color: #fff;
    padding-bottom: 5.5vw;
    padding-top: 4.7vw;
}

.bb6bt{}
.bb6bt h2{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.bb6nr{
    overflow: hidden;
    margin-top: 57px;
}
.bb6nr li{}
.bb6nr li .img{
    overflow: hidden;
}
.bb6nr li .img img{
    width: 100%;
}
.bb6nr li .bb6wz{
    padding-top: 49px;
}
.bb6nr li .bb6wz h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #666666;
}
.bb6nr li .bb6wz h3{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #363a45;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bb6nr li .bb6wz h4{
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #61646c;
    opacity: 0.8;
    margin-top: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bb6nr li .bb6wz h5{
    width: 40px;
    height: 13px;
    margin-top: 53px;
    background: url(../images/bb6nr.png) no-repeat;
}

.bb6nr li:hover .bb6wz h5{
    background: url(../images/bb6nr1.png) no-repeat;
}
.bb6nr li:hover .bb6wz h3{
    color: #0a2777;
}












.bbd{
    background-color: #222224;
}
.bbdb{
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    height: 110px;
    line-height: 110px;
}
.bbdnr1{
}
.bbdlogo{
    float: left;
}
.bbdlogo img{
    max-width: 100%;
}
.bbdfx{
    float: right;
    margin-top: 31px;
}
.bbdfx li{
    float: left;
    width: 46px;
    height: 46px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    margin-left: 23px;
}
.bbdfx li .img{
    overflow: hidden;
}
.bbdfx li .img img{
    opacity: 0.4;
    max-width: 100%;
}
.bbdfx li:hover{
    border: solid 1px #0a2777;
    background-color: #0a2777;
}

.bbdfx li:hover .img img{
    opacity: 1;
}

.bbdnr2{}

.bbdz{
    width: 68%;
    float: left;
    padding-top: 65px;
}
.bbddh{}




.bbdxx{
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.3);
   
    margin-top: 5.3vw;
}
.bbdxx a{  color: rgba(255, 255, 255, 0.3);}
.bbdxx a:hover{  color: rgba(255, 255, 255, 1);}
.bbdy{
    width: 32%;
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    padding-left: 8.4%;
    padding-top: 65px;
    padding-bottom: 37px;
}
.bbdlx{}
.bbdlx h2{
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.4;
}
.bbdlx h3{
    font-size: 34px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 29px;
}
.bbdlx h4{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #929292;
    margin-top: 25px;
}
.bbdewm{
    width: 125px;
    margin-top: 35px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.4);
}
.bbdewm img{
    max-width: 125px;
}


.foot_nav li .x-nav-menu a:hover{
    color: rgba(255, 255, 255, 0.4);
}






@media (max-width: 1500px) {  
.w1500{max-width: 1330px;}
.wh1500{max-width: 1330px;}
.bb1bd li .bb1yz h2{font-size: 41px;}
.bb4jj{margin-top: 5vw;}

}



@media (max-width: 1300px) {  
.w1500{max-width: 1100px;}
.wh1500{max-width: 1100px;}
.x-menu > li > a{font-size: 16px;}
.yndh{font-size: 16px;}
.x-top2 .nnav{
    width: 73%;
}
.tbxx{
    width: 70%;
}

.bb1zbt h2{font-size: 34px;}
.bb1zbt h3{font-size: 18px;}
.bb1hd li+li {
    margin-top: 8px;
}
.bb1bd li .bb1yz h2 {
    font-size: 30px;
}

.bb1bd li .bb1yz h3{
    font-size: 16px;
}
.bb1bd .tt ul{
    padding-right: 2%;
    padding-left: 6%;
}

.bb2fl li{
    width: 23.466666%;
    margin-bottom: 15px;
}
.bb2x{
    background-size: auto 100%;
}
.bbbt1 h2{font-size: 34px;}
.bbbt1 h3{font-size: 18px;}

.bb3bt h2{font-size: 34px;}
.bb3bt h3{font-size: 16px;    margin-top: 23px;}
.bb3sz li h2 s1{font-size: 45px;}

.bb4bt h2{font-size: 34px;}
.bb4bt h3{font-size: 18px;    line-height: 34px; margin-top: 22px;}

.bb4hdfl li .img{ height: 40px;  line-height: 40px;   margin-top: 20px;}
.bb4hdfl li .img img{ 
    max-height: 35px;
}
.bb4hdfl li h2{
    font-size: 14px; 
    margin-top: 14px;
    margin-bottom: 15px;
}

.bb4jj h2{font-size: 34px;}
.bb4jj h3{font-size: 14px;     margin-top: 20px;}
.bb4jj{width: 55%;}
.bb4jj h4{
    margin-top: 3vw;
}

.bb5fl li{
    width: calc(16.6666% - 1px);
}

.bb5fl{  margin-top: 45px;}
.bb6bt h2{font-size: 34px;}
.bbdy{ padding-left: 4%;}


}


@media (max-width: 1200px) {  
.x-menu > li > a{font-size: 15px;}

}





@media (max-width: 1100px) {  
.w1500{max-width: 992px;}
.wh1500{max-width: 992px;}
.bb4jj {
    margin-top: 2vw;
}


}















@media (max-width: 992px) {  
.w1500{padding: 0 2%;}

.bb1z{width: 100%;}
.bb1bd{width: 100%;margin-top: 25px;}
.bb1bd .tt ul{display: flex;flex-direction: column-reverse;flex-wrap: wrap;}




.x-menu > li > a{font-size: 16px;}
.yndh{font-size: 16px;}
.x-top2 .nnav{
    width: 73%;
}
.tbxx{
    width: 60%;
}

.bb1zbt h2{font-size: 28px;line-height: 36px;}
.bb1zbt h3{font-size: 16px;line-height: 23px;}
.bb1hd{
    border-left: none;
    float: left;
    margin-top: 35px;
}
.bb1hd li{
    width: 50%;
    float: left;
    padding-left: 20px;
    margin-left: 0;
}
.bb1hd li.on{
        background: url(../images/bb1hd.png) no-repeat 90%;

}
    
    
.bb1hd li+li {
    margin-top: 0;
}
.bb1bd li .bb1yz h2 {
    font-size: 22px;
    padding-bottom: 17px;
    background-size: 100%;
}

.bb1bd li .bb1yz h3{
    font-size: 16px;
    margin-top: 12px;
}
.bb1bd .tt ul{
    padding-right: 0;
    padding-left: 0;
    padding: 3%;
    background-size: auto 100%;
}
.bb1bd li .img{
    width: 100%;
}
.bb1bd li .bb1yz{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
    

.bb2fl li{
    width: 48.466666%;
    margin-bottom: 10px;
}
.bb2x{
    background-size: auto 100%;
    padding-top: 35px;
}
.bbbt1 h2{font-size: 28px;}
.bbbt1 h3{font-size: 18px;margin-top: 10px;}
.bb2fl{
    margin-top: 26px;
}

.bb3x{
    padding-top: 37px;
    padding-bottom: 180px;
}
.bb3bt h2{font-size: 28px;}
.bb3bt h3{font-size: 14px;margin-top: 11px;padding: 0;line-height: 29px;}
.bb3sz li h2 s1{font-size: 37px;}
.bb3sz li{
    width: 50%;
    margin-bottom: 16px;
}
.bb3sz li h2 s2{
    font-size: 12px;
}
.bb3gd{
    margin: 30px auto 0;
    height: 41px;
    line-height: 39px;
}

.bb3sz li+li:after{
    display: none;
}
.bb3sz li h2 s3{
    font-size: 16px;
}

.bb4x{
    margin-top: 35px;
}
.bb4wz{position: relative;background: none;}
 .bb4bd li .img img{
}   
.bb4hd{
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}
    
.bb4bt h2{font-size: 28px;}
.bb4bt h3{font-size: 14px;line-height: 27px;margin-top: 5px;}

.bb4hdfl li .img{ height: 40px;  line-height: 40px;   margin-top: 20px;}
.bb4hdfl li .img img{ 
    max-height: 35px;
}
.bb4hdfl li h2{
    font-size: 14px; 
    margin-top: 14px;
    margin-bottom: 15px;
}

.bb4jj h2{font-size: 26px;line-height: 26px;color: #333;}
.bb4jj h3{font-size: 14px;margi;margin-top: 14px;color: #333;}
.bb4jj{width: 100%;padding: 25px 0 35px;margin-top: 0;}
.bb4jj h4{
    margin-top: 25px;
    background: rgba(0, 0, 0, 0.5);
    height: 43px;
    line-height: 41px;
}

.bb5fl li{
    width: calc(33.3333% - 1px);
}
.bb5x{
    padding-top: 35px;
}
.bb5fl{margin-top: 30px;}
.bb6bt h2{font-size: 28px;}
.bbdy{padding-left: 0;width: 100%;padding-top: 36px;padding-bottom: 0px;}

.bb5gd{width: 144px;height: 41px;margin: 25px auto 31px;line-height: 39px;}

.bb6nr li .bb6wz{
    padding-top: 30px;
}

.bb6x{
    
    padding-top: 35px;
}
.bb6nr{
    margin-top: 26px;
    margin-bottom: 25px;
}
.bb6nr li .bb6wz h5{
    margin-top: 34px;
}

.bbdlogo{
    width: 40%;
}
.bbdfx li{
    width: 35px;
    height: 35px;
    line-height: 33px;
    margin-left: 7px;
}
.bbdfx li .img img{
    max-height: 14px;
}
.bbdb{
    height: 80px;
    line-height: 80px;
}

.bbdfx{
    margin-top: 22px;
}
.bbddh{
    display: none;
}
 .bbdz{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
}   
.bbdxx{
    margin-top: 0;
    line-height: 27px;
}
.bbdlx h3{font-size: 28px;}
    

.x-banner .owl-carousel .owl-dots button.owl-dot{
    margin: 0 8px !important;
    outline: none;
    width: 30px;
    height: 2px;
}

.bb1fl li h2{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}
.bb3fl{padding: 10px;}



}


.foot_nav {
    position: relative;
}

.foot_nav li {
    float: left;
    width: 25%;
    text-align: left;
}

.foot_nav li > a {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.4;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
}


.company-profile {
    padding-bottom: 50px;
}


.company-profile h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.company-profile .profile {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 2.84%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.company-profile .profile .text {
    width: 53%;
    
}

.company-profile .profile .img {
    width: 40%
}

.company-profile .profile .img img {
    max-width: 100%
}

.company-profile .profile-img {
    margin-top: 5.6%;
}

.company-profile .profile-img ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.company-profile .profile-img ul li {
    width: 24%;
}

.company-profile .profile-img ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: calc(276 / 353 * 100%);
}

.company-profile .profile-img ul li a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease;
    max-width: 100%;
}

.company-profile .profile-img ul li:hover img {
    transform: scale(1.1);
}


.company-culture {
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.company-culture .culture-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.company-culture .culture-bg .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.company-culture .culture-bg .img.active {
    z-index: 10;
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
}

.company-culture .culture-bg .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.company-culture h3 {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    z-index: 30;
    text-align: center;
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #fff;
}

.company-culture .cluture-txt {
    position: relative;
    z-index: 10;
}

.company-culture .cluture-txt ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: unset;
}

.company-culture .cluture-txt ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    position: relative;
}

.company-culture .cluture-txt ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top,#000000,rgba(0, 0, 0, 0));
    opacity: 0;
    transition: 0.5s ease;
    z-index: 1;
}

.company-culture .cluture-txt ul li.active::after {
    opacity: 0.3;
    transition: 0.3s all;
}

.company-culture .cluture-txt ul li a {
    display: block;
    padding: 91% 17% 38.8%;
    text-align: center;
    transition: 0.5s ease;
    position: relative;
    z-index: 20;
}

.company-culture .cluture-txt ul li a .img {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    opacity: 0;
    transition: 0.5s ease;
}

.company-culture .cluture-txt ul li a .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}

.company-culture .cluture-txt ul li a .txt {
    margin-top: 9%;
    transition: 0.5s ease;
}

.company-culture .cluture-txt ul li a .txt h4 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
}

.company-culture .cluture-txt ul li a .txt p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 11%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.company-culture .cluture-txt ul li.active a .img {
    opacity: 1;
    transform: translateY(-32px);
}

.company-culture .cluture-txt ul li.active a .txt {
    transform: translateY(-32px);
}

.product-equip {
    padding: 90px 0;
    overflow: hidden;
}

.product-equip h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.product-equip .equip-txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #333333;
    width: 87.8%;
    margin: 1.25em auto 0;
    display: block;
    text-align: center;
}

.product-equip .equip-img {
    margin-top: 5%;
    overflow: hidden;
}

.product-equip .equip-img .swiper {
    margin: 0 -47.5%;
    width: 195%;
}

.product-equip .equip-img .swiper li a {
    display: block;
    opacity: 0.26;
}

.product-equip .equip-img li .img {
    padding-top: calc(510 / 958 * 100%);
    position: relative;
    overflow: hidden;
}

.product-equip .equip-img li.swiper-slide-active a {
    opacity: 1;
}

.product-equip .equip-img li .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.x-case .product-equip {
    padding: 0;
}

.fazhan-course {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 220px;
    overflow: hidden;
}

.fazhan-course h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.course-swiper1 {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 6%;
}

.course-swiper1::before {
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    z-index: -1;
}

.course-swiper1 .swiper-button-prev, .course-swiper1 .swiper-button-next {
    display: block;
    width: 49px;
    height: 49px;
    background-color: #bf1920;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/course_button.png);
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    flex-shrink: 0;
}

.course-swiper1 .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.course-swiper1 .swiper-button-prev::after,
.course-swiper1 .swiper-button-next::after {
    display: none;
}
.course-swiper1 .swiper-button-prev {}
.course-swiper1 .swiper-button-prev {}

.course-swiper1 .swiper {
    margin: 0 30px;
    flex-grow: 1;
}
.course-swiper1 li {
    text-align: center;
}
.course-swiper1 li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    padding-top: 13px;
}
.course-swiper1 li span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 23px;
    height: 23px;
    border: solid 2px transparent;
    border-radius: 50%;
}
.course-swiper1 li.swiper-slide-active span {
    border-color: #bf1920;
}
.course-swiper1 li span::before {
    content: "";
    display: block;
    background-color: #a5a5a5;
    width: calc(11 / 19 * 100%);
    height: calc(11 / 19 * 100%);
    border-radius: 50%;
}
.course-swiper1 li.swiper-slide-active span::before {
    background-color: #bf1920;
}
.course-swiper1 li h4 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #a5a5a5;
    margin-top: 0.5em;
}
.course-swiper1 li.swiper-slide-active h4 {
    font-weight: bold;
    color: #bf1920;
}


.course-swiper2 {
    margin-top: 6%;
}
.course-swiper2 li {}
.course-swiper2 li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}
.course-swiper2 li .time {
    display: flex;
    align-items: center;
    justify-content: center;
}
.course-swiper2 li .time h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 88px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #bf1920;
}
.course-swiper2 li .time p {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #bf1920;
    margin-left: 1em;
}
.course-swiper2 li .sum {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 7em;
}


.company-honor {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 66px;
}

.company-honor h3 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.honor-swiper {
    margin-top: 4.2%;
    position: relative;
}
.honor-swiper::after {
    content: "";
    display: block;
    width: 108%;
    margin: 0 -4%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: calc(83 / 1480 * 100%);
    background-image: url(../images/honor_swiper.png);
    margin-top: 1.6%;
}

.honor-swiper .swiper {}
.honor-swiper li {
}
.honor-swiper li a {
    display: block;
    transform-origin: center 90%;
    transform: scale(0.71);
}
.honor-swiper li.swiper-slide-active a {
    transform: scale(1);
}
.honor-swiper li .img {
    position: relative;
    padding: 6% 5.625%;
}
.honor-swiper li .img div {
    padding-top: calc(410 / 284 * 100%);
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.honor-swiper li .img div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.honor-swiper li .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/honor_img.png);
    z-index: 20;
}
.honor-swiper li h4 {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 1em;
    opacity: 0;
    visibility: hidden;
    padding: 0 1em;
}
.honor-swiper li.swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.honor-swiper .swiper-button-prev::after,
.honor-swiper .swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.honor-swiper .swiper-button-prev:hover::after,
.honor-swiper .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

.honor-swiper .swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
    display: flex;
    width: 36px;
    height: 60px;
    top: 40%;
    margin: 0;
}
.honor-swiper .swiper-button-prev::after, 
.honor-swiper .swiper-button-next::after {
    width: 26px;
    height: 26px;
    border-width: 4px;
    border-color: transparent transparent #cccccc #cccccc;
    left: 10px;
}
.honor-swiper .swiper-button-prev:hover::after, 
.honor-swiper .swiper-button-next:hover::after {
    border-color: transparent transparent #bf1920 #bf1920;
}
.honor-swiper .swiper-button-prev {
    left: -6%;
}
.honor-swiper .swiper-button-next {
    right: -6%;
}

.num-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.num-list .title {
    line-height: 45px;
}

.num-list .counter {
    font-size: 45px;
    color: #333;
    font-weight: bold;
}

.num-list .wz {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #1f3a83;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
}

.num-list p {
    font-size: 16px;
}


@media (max-width: 768px) {
    .company-profile {
        padding: 40px 0 20px 0;
    }

    .company-profile h3, .company-culture h3, .product-equip h3, .fazhan-course h3, .company-honor h3 {
        font-size: 26px;
    }

    .company-profile .profile .text {
        width: 100%
    }

    .company-profile .profile .img {
        width: 100%;
        margin-top: 20px
    }

    .company-culture {
        padding: 36px 0 20px;
    }

    .company-culture h3 {
        top: 0;
        position: relative;
    }

    .company-culture .cluture-txt {
        margin-top: 30px;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .company-culture .cluture-txt ul li {
        width: 40vw;
        flex: none;
    }

    .company-culture .cluture-txt ul li a {
        padding: 40px 30px 32px;
    }

    .company-culture .cluture-txt ul li a .img {
        opacity: 1;
        height: 42px;
    }

    .company-culture .cluture-txt ul li a .txt {
        margin-top: 12px;
    }

    .company-culture .cluture-txt ul li a .txt h4 {
        font-size: 18px;
    }

    .company-culture .cluture-txt ul li a .txt p {
        font-size: 14px;
        margin-top: 10px;
    }

    .company-culture .cluture-txt ul li.active a .img {
        opacity: 1;
        transform: translateY(-16px);
    }

    .company-culture .cluture-txt ul li.active a .txt {
        opacity: 1;
        transform: translateY(-16px);
    }

    .product-equip {
        padding: 30px 0;
    }

    .fazhan-course {
        padding: 50px 0 80px;
    }

    .course-swiper1 .swiper-button-prev, .course-swiper1 .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .course-swiper1 li h4 {
        font-size: 18px;
    }

    .course-swiper1 li a {
        padding-top: 15px;
    }

    .course-swiper1 li span {
        width: 20px;
        height: 20px;
    }

    .course-swiper2 li a {
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 20px;
    }

    .course-swiper2 li .time {
        justify-content: flex-start;
    }

    .course-swiper2 li .time h4 {
        font-size: 32px;
    }

    .course-swiper2 li .time p {
        font-size: 16px;
        margin-left: 0.5em;
    }

    .course-swiper2 li .sum {
        line-height: 1.8;
        margin-left: 0;
        margin-top: 0.5em;
        font-size: 14px;
    }

    .company-honor {
        padding: 4.2% 0 4%;
    }

    .honor-swiper {
        padding: 0 30px;
    }

    .honor-swiper .swiper-button-next {
        right: 0;
    }

    .honor-swiper .swiper-button-prev {
        left: 0;
    }

    .num-list {
        margin-top: 10px;
    }

    .num-list li {
        width: 50%;
    }

    .num-list .counter {
        font-size: 28px;
    }

    .num-list p {
        font-size: 14px;
    }
}
@media (max-width: 640px) {

  .company-profile .profile-img ul {
        flex-flow: column;
    }

    .company-profile .profile-img ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-equip .equip-img {
        margin-top: 20px;
    }

    .product-equip .equip-img .swiper {
        margin: 0 -75%;
        width: 250%;
    }

    .honor-swiper {
        margin-top: 24px;
    }

    .honor-swiper .swiper {
        margin: 0 -50%;
        width: 200%;
    }

    .honor-swiper li h4 {
        font-size: 14px;
        margin-top: 0.5em;
    }
}