.header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}
.header-pc .header-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
    background: rgb(255 255 255 / 35%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.header-pc .header-list{
    display: flex;
    align-items: center;
}
.header-pc .header-list>li{
    margin: 0 50px;
    position: relative;
}
.header-pc .header-list>li img{
    width: 121px;
    height: 75px;
}
.header-pc .header-list>li::after{
    background: url(../images/icon-about2.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    content: "";
    top: 100%;
    display: none;
}
.header-pc .header-list>li:nth-child(4)::after{
    z-index: -1;
    top: 50%;
}
.header-pc .header-list>li.active::after{
    display: block;
}
.header-pc .header-list>li>a{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.header-pc .header-list>li>a:hover{
    color:#0068BD ;
}
.cond{
    width: 100%;
    background: #FFF;
    display: none;
}
.cond .container{
    width: 52%;
    padding: 30px 0;
    display: flex;
}
.lanmu img{
    width: 240px;
    height: 140px;
}
.cont-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.cont-lists a{
    font-size: 18px;
    color: #494F55;
    line-height: 2;
    display: flex;
    justify-content: space-between;
    min-width: 280px;
    margin-left: 20px;
}
.cont-lists a:hover{
    color: #0A4AAA;
}

.cont-lists i{
    width: 18px;
    height: 18px;
    margin-top: 10px;
    background: url(../images/lan2.svg) no-repeat;
}
.cont-lists a:hover i{
    background: url(../images/lan1.svg) no-repeat;
}
.header-pc .cont-list{
    position: absolute;
    top: 200%;
    padding: 15px 3px 0px 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 120px;
    min-height: 100px;
    text-align: center;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    background: #E5F4FA;
}
.header-pc .header-list > li:hover .cont-list{
    opacity: 1;
    top: 206%;
    visibility: inherit;
}
.header-pc .cont-list li:hover{
    background: #FFF;
}
.header-pc .cont-list li:hover a{
    font-weight: bold;
    color: #0068BD;
}
.header-pc .cont-list>li>a{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    /* padding-left: 8px; */
}
.header-pc .cont-list>li{
    margin-bottom: 10px;

}
.header-pc .cont-list::after{
    border: 10px solid transparent;
    border-bottom: 10px solid #E5F4FA;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    content: ' ';
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.header-pc .header-shop{
    position: absolute;
    right: 30px;
    display: flex;
    align-items: center;
}
.header-pc .header-shop>a{
    margin-left: 15px;
}
.header-pc .header-shop .shop-goumai{
    display: flex;
    align-items: center;
    position: relative;
}
.header-pc .header-shop .shop-goumai span{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    padding-left: 6px;
}
.header-pc .header-shop .icon-shop{
    display: inline-block;
    width: 34px;
    height: 34px;
}
.header-pc .shop-list{
    position: absolute;
    left: 0;
    top: 175%;
    background: #fff;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.header-pc .shop-con:hover .shop-list{
    opacity: 1;
    visibility: inherit;
    top: 180%;
}
.header-pc .shop-list::after{
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    content: ' ';
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.header-pc .shop-list li{
    margin-bottom: 10px;
}
.header-pc .shop-list .shop-link{
    display: inline-block;
}
.header-pc .shop-list .shop-link img{
    width: 40%;
}
.header-pc .shop-list .shop-link span{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    padding-left: 8px;
}
.header-pc .shop-list .shop-link:hover span{
    font-weight: bold;
}
.header-search {
    margin-left: 30px;
    position: relative;
}
.header-search .search-form {
    position: absolute;
    right: 0;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.header-search:hover .search-form {
    top: 65px;
    visibility: inherit;
    opacity: 1;
}
.header-search .search-form input {
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    outline: none;
    padding: 0 15px;
    border: 1px solid #E6E6E6;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.header-pc .header-shop .icon-gouwuche{
    background: url(../images/iocn-gouwuche.svg) no-repeat center;
    background-size: contain;
}
.header-pc .header-shop .icon-weixin{
    background: url(../images/icon-weixin.svg) no-repeat center;
    background-size: contain;
    position: relative;
}
.header-pc .header-shop .icon-weixin img{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 40px;
    right: -22px;
    display: none;
}
.header-pc .header-shop .icon-weixin:hover .codes{
    display: block;
}
.header-pc .header-shop .icon-weibo{
    background: url(../images/icon-weibo.svg) no-repeat center;
    background-size: contain;
}
.header-pc .header-shop .icon-sousuo{
    background: url(../images/icon-sousuo.svg) no-repeat center;
    background-size: contain;
}
.header-mobile{
    display: none;
}
.header-mobile .mobile-con {
    display: flex;
    align-items: center;
    height: 60px;
    background: rgb(255 255 255 / 50%);
    padding: 0 15px;
}
.header-mobile  .icon-logo {
    width: 50px;
}
.header-mobile .menu {
    display: block;
    float: right;
    cursor: pointer;
    height: 40px;
    width: 28px;
    position: absolute;
    right: 25px;
    top: 6px;
}
.header-mobile .menu span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #0966AC;
    border-radius: 5px;
    position: absolute;
    top: 25px;
    left: 0px;
    transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -webkit-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -moz-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -ms-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -o-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.header-mobile .menu span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0966AC;
    border-radius: 5px;
    position: absolute;
    top: -8px;
    left: 0px;
    transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -webkit-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -moz-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -ms-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -o-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.header-mobile .menu span:after {
    content: '';
    display: inline-block;
    width:30px;
    height: 2px;
    background-color: #0966AC;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 0px;
    transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -webkit-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -moz-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -ms-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    -o-transition: transform 0.1s ease-out,top 0.3s ease 0.2s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.header-mobile .mobile_nav {
    position: fixed;
    right: -100%;
    width: 65%;
    height: calc(100vh - 60px);
    align-items: flex-start;
    padding: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: #0966AC;
    /* border-radius: 0px 0px 0px 100px; */
    opacity: 0.9;
}
.header-mobile .header-list>li>a{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    position: relative;
    padding: 12px 0;
    display: inline-block;
}
.header-mobile .header-list>li{
    position: relative;
}
.header-mobile .header-list .icon-bottom{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-bottom.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 20px;
}
.header-mobile .header-list li.active .icon-bottom{
    background: url(../images/icon-top.svg) no-repeat center;
    background-size: contain;
}
.header-mobile .header-list>li::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    opacity: 0.17;
    bottom: 0;
    left: 0;
    transition: all 0.24s;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    -ms-transition: all 0.24s;
    -o-transition: all 0.24s;
}
/* .header-mobile .header-list a::after {
    background: #DFE3E5;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    content: '';
    transition: all 0.24s;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    -ms-transition: all 0.24s;
    -o-transition: all 0.24s;
} */
/* .header-mobile .header-list a.active::after {
    width: 100%;
    background: #0966AC;
    color:#0966AC;
}
.header-mobile .header-list a:hover{
    color:#0966AC;
}
.header-mobile .header-list a:hover::after {
    background: #0966AC;
    color:#0966AC;
    width: 100%;
} */
.header.menu_click .menu span{background-color:transparent;}
.header.menu_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px;}
.header.menu_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px;}
.header.menu_click .mobile_nav {
    right: 0;
    /* top: 60px; */
}
.header-mobile .mobile-link{
    display: flex;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.header-mobile .mobile-link img{
    width: 80%;
}
.header-mobile .mobile-cent{
    padding: 6px;
    display: none;
}
.header-mobile .mobile-cent li{
    margin-bottom: 6px;
}
.header-mobile .mobile-cent a{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    position: relative;
    display: inline-block;
}
/* index */
dt{
    border: none !important;
}
.index-banner{
    position: relative;
}
.index-banner .banner-img{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.index-banner .swiper-button-prev:after{
    color: #FFF;
    font-size: 24px;
}
.index-banner .swiper-button-next:after{
    color: #FFF;
    font-size: 24px;
}
.common-banner .banner-img{
    width: 100%;
    height: 100%;
}
.index-swiper{
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 200px;
    background: #fff;
    float: left;
    margin: 30px0;
    height: 100vh;
}
.index-swiper .swiper-slide{
    overflow: hidden;
    position: relative;
}
.index-swiper .swiper-slide .slide-inner {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color:#fff;
  }
  .index-swiper .swiper-slide .slide-inner .picture{
    height: 100%;
    width: 100%;
}
.index-swiper .swiper-slide .slide-inner video{
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: inline-block;
}
  .index-swiper .swiper-slide .slide-inner img{
      width: 100%;
      /*height: 100%;*/
      /* margin-top: 50px; */
  }
.index-banner .banner-img>img{
    width: 100%;

}
.pp1{
    position: absolute;
    z-index: 1;
    top: 280px;
    left: 410px;
    color: #FFFFFF;
    font-size: 38px;
}
.pp2{
    color: #3e3e3e;
    font-size: 38px;
}
.pp3{
    margin-bottom: 26px;
    color: #FFFFFF;
    font-size: 38px;
}
.currt{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10;
    height: 88px !important;
    padding-top: 15px !important;
    justify-content: space-around !important;
}
.ppts{
    position: absolute;
    z-index: 1;
    top: 290px;
    left: 295px;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 3px;
    line-height: 40px;
}
.newnew{
     position: absolute;
    z-index: 1;
    top: 280px;
     right: 410px;
}
.ppts2{
    font-size: 24px;
    color: #3e3e3e;
    letter-spacing: 3px;
    line-height: 40px;
}
.shehui{
    position: absolute;
    z-index: 1;
    top: 280px;
    right: 410px;
}
.ppts3{
    
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 3px;
    line-height: 30px;
}
.banner-join .pp3{
    color: #0068BD
}
.banner-join .ppts3{
    color: #0068BD
}
.index-banner .banner-niunai{
    position: absolute;
    width: 88%;
    bottom: -136px;
    z-index: 1;
}
.index-banner .banner-niunai>img{
    width: 100%;
}
.banner-img .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 80px;
}
.banner-img .swiper-pagination-bullet {
  color: #000;
  opacity: 1;
  background: #FFF;
}
.banner-img .swiper-pagination-bullet-active{
    background: #007aff;
}
.index-box{
    background: #E5F4FA;
}
.index-about{
    padding: 140px 0 65px 0;
    display: flex;
}
.index-about .about-left{
    padding-left: 213px;
    margin-top: 96px;
}
.index-about .about-left{
    width: 56%;
}
.index-about .about-right{
    width: 44%;
}
.index-about .about-img{
    width: 100%;
}
.index-about .about-img>img{
    width: 100%;
}
.index-title{
    position: relative;
    /* background: linear-gradient(to right,red,skyblue,black,#0068bd);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation:hue 3s linear infinite;
    -webkit-animation:hue 3s linear infinite;
    transition: all .3s ;
    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ; */
}
.index-title::after{
    content: "";
    width: 60px;
    height: 5px;
    background: #0068bd;
    position: absolute;
    left: 0;
    bottom: -26px;
}
.index-title h2{
    font-size: 48px;
    font-weight: 600;
    color: #333333;
    line-height: 67px;
}
/* @keyframes hue{
    0%{
        filter:hue-rotate(0deg)    ;
        -webkit-filter:hue-rotate(0deg)    ;
}
100%{
    filter:hue-rotate(360deg)    ;
    -webkit-filter:hue-rotate(360deg)    ;
}
} */
.index-title.index-center{
    text-align: center;
}
.index-title.index-center::after{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.index-about .left-tit{
    margin-top: 52px;
}
.index-about .left-tit p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}
.index-about .list-img i{
    display: inline-block;
    width: 70px;
    height: 70px;
}
.index-about .list-img i.icon-about1{
    background: url(../images/icon-about1.svg) no-repeat center;
    background-size: contain;
}
.index-about .list-img i.icon-about2{
    background: url(../images/icon-about2.svg) no-repeat center;
    background-size: contain;
}
.index-about .list-img i.icon-about3{
    background: url(../images/icon-about3.svg) no-repeat center;
    background-size: contain;
}
.index-about .list-img i.icon-about4{
    background: url(../images/icon-about4.svg) no-repeat center;
    background-size: contain;
}
.index-about .left-list{
    margin: 65px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.index-about .left-list li{
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 56px;
}
.index-about .list-num{
    margin-left: 14px;
}
.index-about .list-num span{
    font-size: 44px;
    font-family: D-DIN-Bold, D-DIN;
    font-weight: bold;
    color: #0A4AAA;
    line-height: 20px;
}
.index-about .list-num strong{
    font-size: 18px;
    font-weight: 500;
    color: #343434;
    line-height: 25px;
}
.index-about .list-num p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.index-more{
    display: inline-block;
    border-radius: 24px;
    border: 2px solid #0A4AAA;
    padding-left: 38px;
    transition: all .2s;
    position: relative;
    overflow: hidden;
}
.index-more2{
    width: 120px;
    display: block;
    background: #FFF;
}
.index-more:after {
    content: "";
    width: 300px;
    height: 100%;
    background: #0A4AAA;
    position: absolute;
    left: -300px;
    top: 0;
    /* transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg); */
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 1;
    border-radius: 50px;
}
.index-more span{
    font-size: 16px;
    font-family: "微软雅黑", SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #0A4AAA;
    line-height: 24px;
    vertical-align: middle;
    padding-right: 16px;
    z-index: 2;
    position: relative;
}
.index-more i{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/iocn-anniu.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}
.index-more:hover:after{
    left: -130px;
}
.index-more:hover span{
    color: #fff;
}
.index-more:hover i{
    background: url(../images/anniu.svg) no-repeat center;
}
.index-more:hover{
    border: 2px solid transparent;
}
.index-product{
    padding-bottom: 150px;
    position: relative;
}
.index-box11{
    border: none !important;
  }
  .index-product .container{
      position: relative;
      z-index: 2;
  }
.index-product .product-list{
    display: flex;
    justify-content: space-between;
}
.index-product .text-bg{
    
    /*background: url(../images/icon-anniu2.png) no-repeat center;*/
    height: 125px;
    position: relative;
}
.product-list li:hover .text-bg{
    height: 125px;
     background-size: contain;
    background: url(../images/icon-anniu2.svg) no-repeat center;
}
.index-product .text-bg a{
    border-radius: 8px;
    border: 2px solid #0068BD;
    font-size: 20px;
    font-weight: 500;
    color: #0068BD;
    line-height: 20px;
    padding: 8px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 188px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    
}
.index-product .product-list li:hover a{
    background: #0068BD;
    color: #FFFFFF;
}
.index-product .product-list img{
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    width: 80%;
}
.index-product .product-list li .list-img{
    min-height: 550px;
    text-align: center;
}
.index-product .product-list li .list-img img{
    width: 75%;
}
.index-product .product-list li:hover img{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
}
.index-product .product-yezi{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.index-product .product-mobile{
    display: none;
    position: relative;
}
.index-product .product-mobile .list-img>img{
    width: 35%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.index-product .product-mobile .text-bg{
    display: none;
}
.index-product .product-mobile .swiper-slide-active .text-bg{
    display: block;
}
.index-product .product-mobile .swiper-slide-active .list-img>img{
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
}
.index-product .product-mobile .list-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
.index-product .product-mobile .text-bg a{
    width: 120px;
    padding: 3px 8px;
    font-size: 16px;
    background: #0068BD;
    color: #FFFFFF;
}
.index-product .product-mobile .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -35px;
}
.index-product .product-mobile .swiper-pagination .swiper-pagination-bullet{
    margin: 0 5px;
}
.index-product .product-mobile .swiper-pagination .swiper-pagination-bullet-active{
    background: #0068BD;
}
.index-new{
    padding-bottom: 166px;
}
.index-new .new-box{
    display: inline-block;
}
.index-new .row{
    margin-top: 78px;
}
.index-new .new-cont{
    margin-top: 25px;
}
.index-new .new-cont p{
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}
.index-new .new-cont h2{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    margin-top: 6px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.index-new .new-more{
    text-align: center;
    margin-top: 70px;
}
.index-new .new-box:hover h2{
    color: #0A4AAA;
}
.index-new .new-img{
    overflow: hidden;
    border-radius: 5px;
}
.index-new .new-img>img{
    width: 100%;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.index-new .new-box:hover .new-img>img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.index-scient .scient-box{
    background: url(../images/index-scient-banner.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 80px;
    padding-bottom: 560px;
}
.index-scient .scient-cont{
    height: 400px;
    background: url(../images/index-scient-nai.png) no-repeat center;
    background-size: contain;
}
.index-scient .cont-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-scient .list-bg1{
    width: 530px;
    height: 184px;
    background: url(../images/index-scient1.png) no-repeat center;
    background-size: 100% 100%;
}
.index-scient .list-bg2{
    width: 530px;
    height: 184px;
    background: url(../images/index-scient2.png) no-repeat center;
    background-size: 100% 100%;
    padding-left: 100px !important;
}
.index-scient .list-bg3{
    width: 530px;
    height: 184px;
    background: url(../images/index-scient3.png) no-repeat center;
    background-size: 100% 100%;
}
.index-scient .list-bg4{
    width: 530px;
    height: 184px;
    background: url(../images/index-scient4.svg) no-repeat center;
    background-size: 100% 100%;
    padding-left: 100px !important;
}
.index-scient .list-box{
    padding: 40px 0px 30px 38px;
    margin-bottom: 25px;
}
.index-scient .list-box h2{
    font-size: 22px;
    font-weight: 800;
    color: #0068BD;
    line-height: 30px;
}
.index-scient .list-box p{
    font-size: 16px;
    font-weight: 400;
    color: #0068BD;
    line-height: 22px;
    margin: 10px 0 16px 0;
    max-width: 385px;
}
.index-scient .list-box a{
    font-size: 14px;
    font-weight: 400;
    color: #0068BD;
    line-height: 20px;
}
/* 底部 */
.footer{
    background: #0068BD;
    position: relative;
    padding-top: 106px;
}
.footer .footer-bg{
    position: absolute;
    width: 100%;
    top: -154px;
    z-index: 1;
}
.footer .footer-bg>img{
    width: 100%;
}
.footer .footer-box{
    display: flex;
    justify-content: space-between;
    padding: 0 80px 68px 80px;
}
.footer .left-tel{
    margin-top: 34px;
}
.footer .left-email{
    margin-top: 20px;
}
.footer .left-tel p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.footer .left-tel a{
    font-size: 18px;
    font-family: D-DIN-Bold, D-DIN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}
.footer .box-cent{
    display: flex;
}
.footer .box-cent dl{
    margin: 0 30px;
}
.footer .box-cent dt{
    margin-bottom: 50px;
}
.footer .box-cent dt>a{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
}
.footer .box-cent dt>a::after{
    content: "";
    width: 21px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.footer .box-cent dd>a{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    opacity: 0.5;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.footer .box-cent dd{
    margin-bottom: 10px;
}
.footer .box-cent dd:hover a{
    opacity: 0.6;
}
.footer .right-tit{
    margin-bottom: 50px;
}
.footer .right-tit a{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    position: relative;
}
.footer .right-tit a::after{
    content: "";
    width: 21px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.footer .right-list{
    display: flex;
    align-items: center;
}
.footer .right-list li a{
    display: block;
    text-align: center;
}
.footer .right-list li{
    margin-right: 15px;
}
.footer .right-list li img{
    margin-bottom: 10px;
}
.footer .right-list li p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.footer .footer-copy{
    padding: 25px 80px;
    border-top: 1px solid rgb(255, 255, 255, 0.21);
}
.footer .copy-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}
.footer .copy-left{
    display: flex;
}
.footer .copy-left li{
    margin-right: 20px;
}
.footer .copy-left li a::after{
    content: "";
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.21;
    position: absolute;
    right: 0;
}
.aaaa::after{
    display: none;
}
.footer .copy-left a{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    position: relative;
    padding-right: 30px;
}
.footer .copy-right p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.footer .copy-right p:last-child{
    opacity: 0.2;
    text-align: right;
}


.product-tit{
    text-align: center;
    padding: 30px 0 10px 0;
    display: none;
}
.product-tit h2{
    font-size: 24px;
    color: #0966AC;
}
@media screen and (max-width: 800px){
.index-more {
    display: inline-block;
    border-radius: 24px;
    border: 2px solid #0A4AAA;
    padding-left: 12px;
    transition: all .2s;
    position: relative;
    overflow: hidden;
}
.index-more span {
    padding-right: 2px;
}
}