.home {

    position: relative;
    /* over */
}

.home .header,
.home .product,
.home .about {

    /* overflow: hidden; */
    z-index: 1;
    position: relative;

}

#fp-nav li {
    float: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
    background: url(../images/bha.png) no-repeat 0 center;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 23px;
}

#fp-nav ul li {
    display: block;
    margin: 0;
    width: 41px;
    height: 41px;
    position: relative;
}

.index-top {

    width: 100%;
    line-height: 35px;
    color: #666666;
    background-color: #1957C0;
    font-size: 14px;
      position: fixed !important;
      top: 0;
      left: 0;
          z-index: 99 !important;
    /* border-bottom: 1px solid #e8e8e8; */

}


.index-top .top {
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.index-top .top span {

    font-size: 14px;
    color: #fff;
    padding-right: 10px;
    margin-left: 15px;
}

.index-top .top a {

    color: #fff;
}

.index-header {
    /* margin: 0 160px; */
    /* width: 1200px; */
    /* margin: 0 auto; */
    /* padding: 0 10%; */
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    /*height: 80px;*/
    /*background-color: rgba(4, 57, 131, 0.75);*/
    z-index: 999 !important;
    /*box-shadow: 0px 0px 10px #f1f1f1;*/

}

.index-header-mn {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    position: relative;
}

.index-header .common-logo {
    width: 300px;
    position: absolute;
    left: 0;
    top: 15px;
}

.index-header .common-logo img {

    width: 216px;
}

.index-header .index-nav {
    width: 770px;
    display: flex;

    position: absolute;
    right: 135px;
    /* float: left; */
    /* background-color: #f00; */
    margin-left: 15px;
    /* margin-right: 30px; */
}

.porZindex2 {
    position: relative;
    z-index: 3;
}

/*.index-header .index-nav li {*/
/*    width: 110px;*/
    /*line-height: 77px;*/
    
/*    text-align: center;   */
/*    position: relative;*/
/*    cursor: pointer;*/
/*    transition: 0.5s ease;*/
    
/*}*/

/* .index-header .index-nav li  */
/*.index-header .index-nav li>a {*/

/*    font-size: 16px;*/
/*        width: 110px;*/
/*    line-height: 77px;*/
/*    display: block;*/
/*    color: #ffffff;*/
/*      position: relative;*/
/*    z-index: 3;*/
/*    border-bottom: 3px solid transparent;*/
    

/*}*/
/*.index-header .index-nav li img{*/
/*     position: absolute;*/
/*    top: 1px;*/
/*    left: -4px;*/
/*    height: 80px;*/
/*    display: none;*/
/*      z-index: 2*/
/*}*/
/*.index-header .index-nav li.active>a{*/
/*    border-bottom: 3px solid #f08927;*/
/*}*/
/*.index-header .index-nav li.active img{*/
/*    display: block;*/
/*}*/
/*.index-header .index-nav li:hover>a{*/

/*    border-bottom: 3px solid #f08927;*/
/*}*/
/*.index-header .index-nav li:hover img{*/
/*    display: block;*/
/*}*/
/*.index-header .index-nav li.active a {*/

/*    color: #ffffff;*/
/*}*/
/*.index-header .index-nav li .drop{*/
/*    width: 100%;*/
/*    padding: 15px;*/
/*    display: none;*/
/*    background-color: rgba(255,255,255,.6);*/
/*}*/
/*.index-header .index-nav li .drop a{*/
/*    display:block;*/
/*    padding: 8px 0;*/
/*    color: #333;*/
/*    font-size: 15px;*/
/*}*/
/*.index-header .index-nav li .drop a:hover{*/
/*    color: #074399;*/
/*}*/

.lang {
    width: 100px;
    height: 30px;
    border-radius: 20px;
    /* float: right; */
    /*border: 1px solid #fff;*/
    display: flex;
    position: absolute;
    right: 0px;
    top: 22px;
    /* margin-top: 25px; */
}

/*.lang a {*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    border-radius: 20px;*/
/*    display: block;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    line-height: 41px;*/
/*}*/

/*.lang a.active {*/

/*    color: #fff;*/
/*    background-color: #1957C0;*/
/*}*/

.index-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /*margin-top: ;*/

}

.index-banner img {

    width: 100%;
    height: auto;
    transform: scale(1);
    transition: 4.5s ease;
 
    
}
.index-banner .swiper-slide-active img,.index-banner  .swiper-slide-duplicate-active img{
      transform: scale(1.05);
}
.index-banner .swiper-slide {
    visibility: inherit;
    
}
.index-banner .swiper-pagination-bullet {



    width: 10px !important;

    height: 10px !important;

    opacity: 1;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.5);
    
    

    margin-right: 8px !important;

}



.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background-color: #fff;

}
.product {

    /* padding: 0 10%; */
    height: 850px;
    background: url(../images/Clip.jpg) 0 0 no-repeat;
    background-size: 100% 850px;
    margin-top: 00px;
    overflow: hidden;
}

.product .title {
    /* width: 100%; */
    /* margin: 0 160px; */
    padding: 0 10%;
    /*display: flex;*/
    padding-top: 50px;
    text-align: center;
    /*align-items: baseline;*/
    /*display: none;*/
    /* justify-content: center; */
}
.content {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}
.product .title p {
    font-size: 32px;
    margin-right: 10px;
}

.product .title span {

    font-size: 18px;
    color: #666;
}

.product .img {
    width: 420px;
    margin-left: 2%;
}

/* 
.product .img:hover,
.product .img:focus {
    animation-play-state: running;
} */

.product-bj {
    width: 85%;
    height: 100%;
    margin:0 auto;
    position: relative;
}

.index-product {
    width: 68%;
    height: 100%;
    /* position: relative; */
    margin-top: 125px;
    position: absolute;
    right: 10px;
    /*top: 30%;*/
    height: 720px;
    overflow: hidden;
    opacity: 1;
    transition: 0.5s ease;
}

.product .swiper-slide {
    display: flex;
    height: 670px;
    /* overflow: hidden;/ */
    /* align-items: center; */
    margin-bottom: 80px;
    justify-content: center;
}
.index-product .swiper-slide{
     justify-content: space-between
}
.product .img img {
    width: 400px
}

.product .swiper-slide .cont {

    width: 400px;
    margin-top: 35px;
    margin-left: 65px;
}

.product .swiper-slide .cont .tt {
    font-size: 26px;
}

.product .swiper-slide .cont span {
    width: 100%;
    height: 2px;
    margin: 25px auto;
    display: block;
    background-color: #1957C0;
}

.product .swiper-slide .cont .desc {
    font-size: 14px;
    line-height: 1.8em;
    overflow: hidden;  /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis; /** 多行 **/
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 5; /** 显示的行数 **/
}

.product .swiper-slide .cont i {

    display: block;
    float: left;
    width: 120px;
    line-height: 45px;
    text-align: center;
    margin-right: 15px;
    margin-top: 30px;
    border: 1px solid #333333;
}



.index-product-nav {
    width: 240px;
    height: 180px;
    /* background-color: #f0f; */
    position: absolute;
    top: 30%;
    left: 0%;
    /* display: flex;
    align-items: center; */
    overflow: hidden;
    opacity: 1;
    padding: 0 15px;

    transition: 0.5s ease;
    /* position: relative; */
}

.index-product-nav .swiper-slide {
    /* width: 300px; */
    height: 35px !important;
    /* color: #f0f; */
    /*padding: 10px 0;*/
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center !important;
    transition: 0.5s ease;
    transform: scale(1);
    opacity: 0.7;
    /*filter: blur(0.4px);*/
    /* margin-bottom: 15px; */
    cursor: pointer;
    position: relative;
}

.index-product-nav .swiper-slide-thumb-active {
    opacity: 1;
    /* font-size: 20px; */
    transform: scale(1.1);
    /*filter: blur(0px);*/
    text-indent: 0.8em;
    color: #1957C0;

}

/*.index-product-nav .swiper-slide-next {*/
/*    opacity: 0.8;*/
/*    transform: scale(1);*/
/*    filter: blur(0px);*/

/*}*/

/*.index-product-nav .swiper-slide-prev {*/
/*    opacity: 0.8;*/
/*    transform: scale(1);*/
/*    filter: blur(0px);*/
/*    text-indent: 0.8em;*/
/*}*/

.swiper-scrollbar-drag {
    background-color: #1957C0;
}

.swiper-scrollbar {
    left: 15px;
    background-color: rgb(164, 179, 232);
    /* opacity: 0.1; */
}

.fp-section.fp-table,
.fp-slide.fp-table {

    display: flex;
}

.home4 {
    background: url(../images/home4_bg.png) center center no-repeat;
    background-size: cover;
    height: 560px;
    padding-top: 108px;
}

.home4 .home4_main {
    /*width: 1200px;*/
    margin: 0 auto;
}

.home4 .home4_main .part1 {
    float: left;
    width: 50%;
}

.home4 .home4_main .part1 .tit {
    margin-bottom: 20px;
}

.home4 .home4_main .part1 .tit .p1 {
    font-size: 48px;
    color: #e9e9e9;
    font-weight: bold;
    opacity: 0.2;
}

.home4 .home4_main .part1 .tit .p2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: -32px;
}

.home4 .home4_main .part1 .cont {
    font-size: 14px;
    color: #fff;
    height: 185px;
    overflow: hidden;
    line-height: 30px;
}
.home4 .home4_main .part1 .cont p{
    text-indent: 2em;
}
.home4 .home4_main .part1 .more {
    width: 160px;
    height: 44px;
    border-radius: 40px;
    border: 1px solid #fff;
    line-height: 44px;
    position: relative;
}

.home4 .home4_main .part1 .more a {}

.home4 .home4_main .part1 .more a span {
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
}

.home4 .home4_main .part1 .more a i {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/home4_1.png) center center no-repeat;
    position: absolute;
    right: 10px;
    top: 7px;
}

.home4 .home4_main .part2 {
    width: 44%;
    height: 350px;
    float: right;
    margin-top: 20px;
}

.home4 .home4_main .part2 img {
    width: 100%;

}

.home4 .home4_main .part1 .more a {
    display: block;
}

.container {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    /* background-color: #fff; */
    height: 100%;
}

.swiper-button-next {

    top: 30%;
    /* background-color: #fe7809; */
    /* padding: 1.5rem; */
    right: 0;
    /* border-radius: 10px 0 0 10px; */
    font-size: 15px
}

.swiper-button-prev {
    top: 30%;
    left: 0;
    /* border-radius: 0 10px 10px 0; */
    /* font-size: 15px; */
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {

    opacity: 1;
    background-color: #333;
}

.swiper-button-next:after,
.swiper-button-prev:after {

    font-size: 28px;
    color: #000;
}

.index-title {

    text-align: center;
    padding-top: 30px;
    margin-top: 30px;margin-bottom: 10px;
}

.index-title .tt {

    font-size: 32px;
    /* font-weight: 700; */
    margin-bottom: 10px;
}

.index-title p {

    font-size: 16px;
    /* font-weight: 700; */
    color: #999999;
    /* margin-bottom: 23px; */
}

.index-case {
    width: 100%;
    position: relative;
    justify-content: center;
    /* background: #eeeeee; */
    overflow: hidden;
    display: flex;
    margin-top: 40px;
}

.index-case .index-case-item {
    width:20%;
    /* height: 390px; */
    display: block;
    position: relative;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    /* display: none; */
}


.index-case .index-case-item .bj-img {

     /*height: 390px; */
}

.index-case .index-case-item .ti {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    /* justify-content: center; */
    font-size: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
    transition: 0.5s ease;
}

.index-case .index-case-item .txt {

    width: 0;
    height: 200px;
    /* display: none; */
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    /*top: 150px;*/
    transition: 0.5s ease;
    text-align: center;
    left: 20%;
      top: 50%;
  transform: translateY(-50%);
    color: transparent;
}

.index-case .index-case-item .txt .tit {

    text-align: center;
    padding-top: 40px;
    font-size: 20px;
    margin-bottom: 20px;
}

.index-case .index-case-item .txt p {

    width: 80%;
    margin: 0 auto;
    overflow: hidden;
   
    word-break: break-all;
    text-overflow: ellipsis;

    display: -webkit-box;
  
    -webkit-box-orient: vertical;
   
    -webkit-line-clamp: 2;
  
}

.index-case .index-case-item .txt img {
    width: 60px;
    opacity: 0;
    margin-top: 15px;   
     transition: 0.5s ease;
}

.index-case .index-case-item:hover {

    width: 54%;
}

.index-case .index-case-item:hover .txt {

    width: 60%;
    color: #333;
   
    /* display: block; */
}

.index-case .index-case-item:hover .ti {
    opacity: 0;
}
.index-case .index-case-item:hover img {
    opacity:1;
}


.index-case .index-case-item-active {

  width: 54%;
}

.index-case .index-case-item-active .txt {

    width: 60%;
    color: #333;
   
    /* display: block; */
}

.index-case .index-case-item-active .ti {
    opacity: 0;
}
.index-case .index-case-item-active img {
    opacity:1;
}
.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form .tt{
    width: 100%;
    text-align: center;
   margin: 30px auto;  
}
.form .tt p{
    text-align: center;
    font-size: 26px;
    
}
.form .tt span{
    width: 50px;
    height: 3px;
    margin: 5px auto;
    display: block;
    background-color: #3859CC;
}
.form input {
    display: block;
   width: 580px;
    height: 45px;
    float: left;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 14px;
    background-color: #efefef;
    border: 1px solid #efefef;
}
.form input:nth-child(2){
    float: right;
}
.form textarea {
  width: 100%;
    height: 150px;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 14px;
    padding-top: 5px;
    background-color: #efefef;
    border: 1px solid #efefef;
}

.form button {
width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #3859CC;
    outline: none;
    color: #fff;
    display: block;
    cursor: pointer;
    /*padding-left: 10px;*/
    border: 1px solid #3859CC;
}

.common-foot .bah {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.common-foot .bah a {
    display: inline-block;
    margin-right: 15px;
}

.index-news {
    /* background: url(../images/bg2.jpg); */
    padding: 20px 0 100px;
    background-color: #fff;
}

.ol_list {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform:capitalize ;
}

.ol_list a.cur {
    background: #093c8a;
    border-color: #093c8a;
    color: #fff;
}

.ol_list a {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #e9e9e9;
    line-height: 40px;
    padding: 0 35px;
    color: #777777;
    font-size: 16px;
    margin: 0 7px;
    position: relative;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.con_box {
    width: 94% !important;
    margin: 0 auto;
    /*height: 411px;*/
    /*overflow: hidden;*/
    margin-top: 60px;
    margin-bottom: 60px;
}

.con_box .tabSwitchHover2 {
    display: none;
}

.con_box .tabSwitchHover2:first-child {
    display: block;
}

.con_box .left a {
    display: none;
}

.con_box .left a:first-child {
    display: block;
}

.con_box .left {
    width: 49.5%;
    overflow: hidden;
    position: relative;
}

.con_box .left span {
    width: 100%;
    line-height: 0;
    display: block;
    overflow: hidden;
}

.con_box .left img {
    transition: 0.5s ease;
    /*width: 100%;*/
    /*height: auto;*/
      width:923px;
    height: 628px;
}

.con_box .left .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.4);
    padding-left: 5%;
}

.con_box .left .text p {
    max-width: 70%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    font-size: 17px;
}

.con_box .left .text em {
    float: right;
    display: inline-block;
    background: #f08921;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
    font-family: arial;
    padding: 0 5px;
}

.con_box .left .text em i {
    display: inline-block;
    background: url(../images/more2.png) no-repeat center center;
    width: 24px;
    height: 6px;
    position: relative;
    margin-left: 10px;
    top: -2px;
}

.con_box .right {
    width: 49.5%;
    /* obver */
}

.con_box .right ul li {
    float: left;
    width: 100%;
    background: #eff0f5;
    height: 155px;
    margin-bottom: 3px;
}

.con_box .right ul li a {
    display: block;
    width: 94%;
    height: 100%;

    padding: 0 3%;
}

.con_box .right ul li a .text_con {
    padding-top: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con_box .right ul li a .text_con .text {
    width: 79%;
}

.con_box .right ul li a .text_con .text h3 {
    color: #323232;
    font-size: 17px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.con_box .right ul li a .text_con .text .desc {
    margin-top: 8px;
    color: #888888;
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: block !important;

}

.con_box .right ul li a .text_con .data {
    width: 17%;
    border-right: 1px solid  #ddd;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.con_box .right ul li a .text_con .data p:nth-child(1){
    
    font-size: 30px;
    margin-bottom: 15px;
}
.con_box .right ul li a .text_con .data p:nth-child(2){
    
    font-size: 16px;
    /*margin-bottom: 15px;*/
}
.con_box .right ul li a .text_con .data em {
    font-style: normal;
    color: #919294;
    font-size: 16px;
    font-family: arial;
}

.con_box .right ul li:hover {
    background: #093c89;
}

.con_box .right ul li:hover a .text_con .text h3,
.con_box .right ul li:hover a .text_con .text .desc,
.con_box .right ul li:hover a .text_con .data,
.con_box .right ul li:hover a .text_con .data span,
.con_box .right ul li:hover a .text_con .data em {
    color: #fff;
}

/*.con_box .left a:hover img {*/
/*    transform: scale(1.1);*/
/*}*/

footer .part2 .content .part2_right .part2_1 .detail {
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
}

footer .part2 .content .part2_right .part2_1 .detail .img_erm {
    width: 128px;
    height: 128px;
}


/* footer */
footer {
 background-color: #152341;
    height: 520px;
    padding-top: 66px;
}

.footer_main {
    display: flex;
    justify-content: space-between;
}

.footer_main-nav {
    display: flex;
    width: 700px;
}

.footer_main-nav .tt {
    width: 100px;
    font-size: 18px;
    color: #fff;

    margin-bottom: 25px;
}

.footer_main-nav .foot-item a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #8799b2;
    width: 110px;
    /* font-weight: 100; */
    line-height: 1.7em;
    text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;


}
.footer_main-nav .foot-item a:before{
    content: ">";
    font-family: "宋体";
    margin-right: 4px;
}
.foot-item {

    margin-right: 40px;
}

footer .part1_2 .ztit {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

footer .part1_2 .info .item {
    margin-bottom: 20px;
    color: #fff;
}

footer .part1_2 .info .item .img {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}

footer .part1_2 .info .item .cs {
    width: 230px;
    font-size: 14px;
  color: #fff;
    float: left;
}

.clearfi::after {
    display: block;
    content: '';
    clear: both;
}

footer .part1_2 .erm .item .img img {
    width: 95px;
    height: 95px;
}

footer .part1_2 .erm .item {
    float: left;
    margin-right: 20px;
}

footer .part1_2 .erm {
    margin-top: 36px;
}

footer .part1_2 .erm .item p {
    font-size: 14px;
    color: #949597;
    text-align: center;
    padding-top: 8px;
}

footer .part3 {
    height: 90px;
    line-height: 90px;
    margin-top: 25px;
       background-color: #152341;
}
footer .part3 a{
    color: #fff;
}
footer .part3 .content .left {
    float: none;
    text-align: center;
}

footer .part3 .content .left p {
    font-size: 14px;
    color: #999999;
}

.home5 {
    padding-bottom: 30px;
    padding-top: 25PX;
}

.home5 .home5_main {
    max-width: 1400px;
    margin: 0 auto;
}

.home5 .home5_main .part1 {}

.home5 .home5_main .part1 .list {
    width: 100%;
}

.home5 .home5_main .part1 .list .item {
    background-color: #FFFFFF;
    width: 228px;
    height: 96px;
    float: left;
    /*border: 1px solid #f1f1ff;*/
    margin-right: 6px;
    margin-bottom: 12px;
    cursor: pointer;
}

.home5 .home5_main .part1 .list .item .img {
    overflow: hidden;
    width: 99%;
}

.home5 .home5_main .part1 .list .item .img img {
    width: 61%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
     filter: drop-shadow(183px 0 #9c9c9c); 
    position: relative;
     left: -183px; 
     /*transition: 0.5s ease;*/
}
.home5 .home5_main .part1 .list .item:hover .img img{filter: drop-shadow(0px 0 #fff); position: relative;left: 0px;}

.home5 .home5_main .part1 .list .item:nth-child(6n){
        margin-right:0px;
}

.ztitle {
    text-align: center;
    padding-top: 34px;
    padding-bottom: 10px;
}

.ztitle .p2 {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    margin-top: -32px;
    position: relative;
}
.numCount1{
    background-image: none !important;
    background-color: #f5f5f5 !important;
}
.numCount1 li {
    /* float: left; */
    width: 33%;
    /* margin-top: 30px; */
    text-align: center;
    position: relative;
    color: #333 !important;
}

.numCount1 li .item {
    margin: 0 10px;
}

.numCount1 li .numU {
    line-height: 1.3;
}

.numCount1 li .numCX {
    font-size: 48px;
    color: #074399 !important;
    font-weight: 700;

}

.numCount1 li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
}

.numCount1 li .numU sup {
    vertical-align: top;
}

.numCount1 li .numU sub {
    vertical-align: baseline;
}

.numCount1 li .indc {
    margin-top: 0px;
}

.numCount1 li .aa {
    width: 1px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color: #ccc;
}
.home3 {padding-bottom:4%;}
.home3 .home3_main {max-width: 1400px;margin: 0 auto; margin-top:1%;width:96%}


.home3 .home3_main .part2{display:flex;justify-content:space-between}
.home3 .home3_main .part2 .left{width: 50%;}
.home3 .home3_main .part2 .left .tit{font-size: 26px;color: #333333;padding-top: 2px;margin-bottom: 10px;}
.home3 .home3_main .part2 .left .wrap{width: 40px;height: 4px;background-color: #074399;margin-bottom: 10px;}
.home3 .home3_main .part2 .left .cont{font-size: 14px;color: #666666;line-height: 30px;text-align: justify;}
.home3 .home3_main .part2 .left .cont p{
    text-indent: 2em;
}
.home3 .home3_main .part2 .left .cont p:nth-child(3){
    display: none;
}
.home3 .home3_main .part2 .right{width: 45%;height: 400px;float: right;}
.home3 .home3_main .part2 .right .img{width: 100%;height: 400px;}
.home3 .home3_main .part2 .right .img img{width: 100%;height: 400px;object-fit: cover;}
.js {
    padding: 70px 0;
    background: #f5f5f5;
}

.js .js_main {
    max-width: 1400px;
    margin: 0 auto;
    width: 96%;
}

.js .js_main .part1_1 {
    display: flex;
    align-items: center;
}

.js .js_main .part1_1 .item {
    /*width: 25%;*/
    /*float: left;*/
    margin-right: 80px;
    height: 56px;
    /*display: fl;*/
    line-height: 56px;
}

.js .js_main .part1_1 .item .it_left {
    border-right: 1px solid #e3e3e3;
    float: left;
    margin-right: 16px;
    padding-right: 16px;
    height: 56px;
}

.js .js_main .part1_1 .item .it_left .sp1 {
    font-size: 70px;
    color: #074399;
    line-height: 56px;
}

.js .js_main .part1_1 .item .it_left .sp2 {
    font-size: 16px;
    color: #333333;
}

.js .js_main .part1_1 .item .it_right {
    float: left;
}

.js .js_main .part1_1 .item .it_right .sp1 {
    font-size: 16px;
    color: #999999;
    text-transform: lowercase;
    display: block;
    line-height: 16px;
}

.js .js_main .part1_1 .item .it_right .sp2 {
    font-size: 16px;
    color: #333333;
       text-transform: uppercase;
    line-height: 16px;
}

.js .js_main .part1_1 .item:last-child {
    margin-right: 0;
}

.ztitle {
    text-align: center;
    padding-top: 34px;
    padding-bottom: 10px;
}

.ztitle .p1 {
    font-size: 48px;
    color: #e9e9e9;
    font-weight: bold;
    opacity: 0.3;
}

.ztitle .p2 {
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    margin-top: -32px;
    position: relative;
        text-transform:capitalize
}

.ztitle .p3 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 28px;
    width: 800px;
    margin: 0 auto;
    padding-top: 10px;
}
.header {
  z-index: 99;

  position: fixed;
  left: 0;
  top: 0;
  width: 98%;
  padding: 0 0% 0 2%;
  height: 90px;
  display: flex;
  justify-content: center;
  background: rgba(4, 57, 131, 0.75);
  border-bottom: 1px solid #31568b;
}
.header-bj{
    width: 80%;
    margin: 0 auto;
      height: 90px;
  display: flex;
  position: fixed;
  justify-content: center;
}
.header .logo {
  display: table;
  width: 203px;
  height: 38px;
  position:absolute;
  left: 0%;
  float: left;
  line-height: 0;
  margin-top: 16px;
}
.header .logo img{
    width: 239px;
}
.header .nav {
  display: table;
  /*float: left;*/
  margin-left: 10%;
  width: 70%;
}
.header .nav > ul > li {
  float: left;

  margin: 0 5px;
    width: 11.3%;
  position: relative;
  text-align: center;
}
.header .nav > ul > li > a {
  position: relative;
  display: block;
    line-height: 90px;
  color: #ffffff;
  font-size: 15px;
  text-transform:capitalize ;
}
.header .nav > ul > li > a:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid #f08927;
}


.header .nav > ul > li.cur,
.header .nav > ul > li:hover {
  background: url(../images/nav_hover.png) no-repeat center top;
}
.header .nav > ul > li.cur a:before,
.header .nav > ul > li:hover a:before {
  display: block;
}

.header .search {
  float: right;
  margin-right: 38px;
  display: table;
  padding-top: 32px;
}
.header .search a {
  display: block;
  width: 27px;
  height: 27px;
}
.header .navbtn {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 4%;
  margin-top: -2%;
  overflow: hidden;
  z-index: 999;
  line-height: 0;
  display: none;
}
.header .language {
  float: right;
  width: 99px;
  height: 90px;
  position: absolute;
  right: 0;
}
.header .language .top {
  border-left: 1px solid #31568b;
  text-align: center;
  height: 90px;
  line-height: 90px;
}
.header .language .top .current {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
}
.header .language .top i {
  display: inline-block;
  background: url(../images/icon1.png) no-repeat center center;
  width: 7px;
  height: 4px;
  position: relative;
  top: -47%;
  margin-left: 6px;
}
.header .language .content {
  border-left: 1px solid #31568b;
  text-align: center;
  display: none;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  background: rgba(4, 57, 131, 0.75);
}
.header .language .content a {
  color: #fff;
  display: block;
  line-height: 24px;
}
.header .language .content a:hover {
  color: #f08927;
}
.header .drop{
    width: 96%;
    padding:0 2%;
    display: none;
    background-color: rgba(255,255,255,.9);
}
.header li .drop a{
    display:block;
    width: 96%;
    margin:0 auto ;
    padding: 8px 0;
    color: #333;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform:capitalize ;
}
.header .tel{
    width: 140px;
    height: 90px;
    border-radius: 20px;
    /* float: right; */
    /*border: 1px solid #fff;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 130px;
    top: 0;
    color: #fff;
    font-size: 16px;
    /* margin-top: 25px; */
}
.header .tel img{
    width: 24px;
    height: 24px;
    
}
.header li .drop a:hover{
    color: #074399;
}


@media all and (max-width:1800px) {
    body{
       /*background-color:#f0f  */
    }
    .header-bj{
    width: 95%;
    margin: 0 auto;
      height: 90px;
  display: flex;
  position: fixed;
  justify-content: center;
}

.header .nav > ul > li {
  float: left;

  margin: 0 0px;
    width: 12%;
  position: relative;
  text-align: center;
}
    .con_box {
        width: 94% !important;
        margin: 0 auto;
        /*height: 411px;*/
        /*overflow: hidden;*/
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    .con_box .tabSwitchHover2 {
        display: none;
    }
    
    .con_box .tabSwitchHover2:first-child {
        display: block;
    }
    
    .con_box .left a {
        display: none;
    }
    
    .con_box .left a:first-child {
        display: block;
    }
    
    .con_box .left {
        width: 49.5%;
        overflow: hidden;
        position: relative;
    }
    
    .con_box .left span {
        width: 100%;
        line-height: 0;
        display: block;
        overflow: hidden;
    }
    
    .con_box .left img {
        transition: 0.5s ease;
        /*width: 100%;*/
        /*height: auto;*/
          width:100%;
        height: 508px;
    }
    
    .con_box .left .text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 95%;
        height: 50px;
        line-height: 50px;
        background: rgba(0, 0, 0, 0.4);
        padding-left: 5%;
    }
    
    .con_box .left .text p {
        max-width: 70%;
        float: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #ffffff;
        font-size: 17px;
    }
    
    .con_box .left .text em {
        float: right;
        display: inline-block;
        background: #f08921;
        font-style: normal;
        color: #ffffff;
        font-size: 14px;
        font-family: arial;
        padding: 0 5px;
    }
    
    .con_box .left .text em i {
        display: inline-block;
        background: url(../images/more2.png) no-repeat center center;
        width: 24px;
        height: 6px;
        position: relative;
        margin-left: 10px;
        top: -2px;
    }
    
    .con_box .right {
        width: 49.5%;
        /* obver */
    }
    
    .con_box .right ul li {
        float: left;
        width: 100%;
        background: #eff0f5;
        height: 125px;
        margin-bottom: 3px;
    }
    
    .con_box .right ul li a {
        display: block;
        width: 96%;
        height: 100%;
    
        padding: 0 3%;
    }
    
    .con_box .right ul li a .text_con {
        padding-top: 3%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .con_box .right ul li a .text_con .text {
        width: 79%;
    }
    
    .con_box .right ul li a .text_con .text h3 {
        color: #323232;
        font-size: 17px;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .con_box .right ul li a .text_con .text .desc {
        margin-top: 8px;
        color: #888888;
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: block !important;
    
    }
    
    .con_box .right ul li a .text_con .data {
        width: 17%;
        border-right: 1px solid  #ddd;
        display: flex;
        flex-direction: column; 
        justify-content: center;
        align-items: center;
    }
    .con_box .right ul li a .text_con .data p:nth-child(1){
        
        font-size: 30px;
        margin-bottom: 15px;
    }
    .con_box .right ul li a .text_con .data p:nth-child(2){
        
        font-size: 16px;
        /*margin-bottom: 15px;*/
    }
    .con_box .right ul li a .text_con .data em {
        font-style: normal;
        color: #919294;
        font-size: 16px;
        font-family: arial;
    }
    
    .con_box .right ul li:hover {
        background: #093c89;
    }
    
    .con_box .right ul li:hover a .text_con .text h3,
    .con_box .right ul li:hover a .text_con .text .desc,
    .con_box .right ul li:hover a .text_con .data,
    .con_box .right ul li:hover a .text_con .data span,
    .con_box .right ul li:hover a .text_con .data em {
        color: #fff;
    }
    
    .con_box .left a:hover img {
        /*transform: scale(1.1);*/
    }

   
}


@media all and (max-width:1500px) {
    .js {
    padding: 70px 0;
    background:#f5f5f5;
}

.js .js_main {
    max-width: 1400px;
    margin: 0 auto;
    width: 96%;
}

.js .js_main .part1_1 {
    display: flex;
    align-items: center;
}

.js .js_main .part1_1 .item {
    width: 25%;
    /*float: left;*/
    margin-right: 0;
    height: 56px;
    /*display: fl;*/
    line-height: 56px;
}

.js .js_main .part1_1 .item .it_left {
    border-right: 1px solid #e3e3e3;
    float: left;
    margin-right: 16px;
    padding-right: 16px;
    height: 56px;
}

.js .js_main .part1_1 .item .it_left .sp1 {
    font-size: 40px;
    color: #074399;
    line-height: 56px;
}
.js .js_main .part1_1 .item:nth-child(3) .it_left .sp1{
       font-size: 40px !important; 
}
.js .js_main .part1_1 .item:nth-child(4) .it_left .sp1{
       font-size: 40px !important;
}
.js .js_main .part1_1 .item .it_left .sp2 {
    font-size: 16px;
    color: #333333;
}

.js .js_main .part1_1 .item .it_right {
    float: left;
}

.js .js_main .part1_1 .item .it_right .sp1 {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    display: block;
    line-height: 16px;
}

.js .js_main .part1_1 .item .it_right .sp2 {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.js .js_main .part1_1 .item:last-child {
    margin-right: 0;
}
.home5 {
    padding-bottom: 30px;
    padding-top: 25PX;
}

.home5 .home5_main {
    max-width: 1400px;
    margin: 0 auto;
}

.home5 .home5_main .part1 {}

.home5 .home5_main .part1 .list {
    width: 100%;
}

.home5 .home5_main .part1 .list .item {
    background-color: #FFFFFF;
    width: 16%;
    height: 96px;
    float: left;
    /*border: 1px solid #f1f1ff;*/
    margin-right: 6px;
    margin-bottom: 12px;
    cursor: pointer;
}

.home5 .home5_main .part1 .list .item .img {
    overflow: hidden;
    width: 99%;
}

.home5 .home5_main .part1 .list .item .img img {
    width: 61%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
     filter: drop-shadow(183px 0 #9c9c9c); 
    position: relative;
     left: -183px; 
     /*transition: 0.5s ease;*/
}
.home5 .home5_main .part1 .list .item:hover .img img{filter: drop-shadow(0px 0 #fff); position: relative;left: 0px;}

.home5 .home5_main .part1 .list .item:nth-child(6n){
        margin-right:0px;
}



}