.head-page .item:nth-child(1)>a::after{
    transform: scaleX(1);
    opacity: 1
}
.head-page:hover .item:nth-child(1)>a span{
    color: #0065BD;
}
.head-page.active .item:nth-child(1)>a span{
    color: #0065BD;
}

.index-banner .swiper-button-next,  .index-banner .swiper-button-prev{
    width: 40px;
    height: 40px;
    border: 1px solid #969497;
    border-radius: 50%;
    outline: none;
    transition: all .4s;
}
.index-banner .swiper-button-next::after, .index-banner .swiper-button-prev::after{
    font-size: 22px;
    color: #666666;
    transition: all .4s;
}
.index-banner .swiper-button-next:hover, .index-banner .swiper-button-prev:hover{
    background: #1462AE;
    border: 1px solid #1462AE;
}
.index-banner .swiper-button-next:hover::after, .index-banner .swiper-button-prev:hover::after{
    color: #fff;
}
.index-banner .swiper-button-prev::after, .index-banner .swiper-button-next::after {
    color: #fff;
}
.index-banner .swiper-button-next {
    right: -80px;
}
.index-banner .swiper-button-prev {
    left: -80px;
}
.index-banner:hover .swiper-button-next {
    right: 36px;
}
.index-banner:hover .swiper-button-prev {
    left: 36px;
}


.page_tit {
    color: rgba(20, 98, 174, 1);
}
.page_desc {
    color: #333;
}

.index_pg01{
    background: url(../images/index_bg01.png) no-repeat center/cover;
    /* height: 795px; */
    padding-bottom: 20px;
}

.count_nav {
    padding: 35px 13%;
    box-sizing: border-box;
}
.count_nav .item_num{
    display: flex;
    align-items: flex-end;
    color: #0065BD;
    font-weight: 600;
}
.count_nav .time_num {
    font-size: 44px;
    color: #0065BD;
    line-height: 1;
}
.count_nav .time_text {
    margin-top: 10px;
}


.index_pg01 .nav_nav{
    width: 54px;
}
.index_pg01 .nav_nav .item {
    width: 54px;
    height: 198px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 13px;
    text-align: center;
    line-height: 1.25;
    background: #f4f6f8;
    margin-bottom: 20px;
    box-shadow: 0px 0px 16px 0px rgba(25, 27, 35, 0.12);
    position: relative;
    cursor: pointer;
}
.index_pg01 .nav_nav .item:last-child{
    margin-bottom: 0;
}
.index_pg01 .nav_nav .item span{
    margin-top: 10px;
}
.index_pg01 .nav_nav .item::before{
    content: "";
    display: block;
    width: 7px;
    height:0;
    background: linear-gradient(0deg, #1462AE 0%, #0F81DD 46%, #00B9FE 100%);
    position: absolute;
    left: -7px;
    top: 0;
    transition: all .4s;
}
.index_pg01 .nav_nav .item:hover::before{
    height: 100%;
}

.index_pg01 .nav_nav .item:hover{
    background: radial-gradient(#1462AE 0%, #0F81DD 45.60546875%, #00B9FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.index_pg01 .nav_nav .item.active::before{
    height: 100%;
}

.index_pg01 .nav_nav .item.active{
    background: radial-gradient(#1462AE 0%, #0F81DD 45.60546875%, #00B9FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.index_pg01 .lists_list {
    width: calc(100% - 54px);
    padding-left: 5.35%;
    box-sizing: border-box;
}
.index_pg01 .list{
    display: none;
}
.index_pg01 .list.active{
    display: flex;
}
.index_pg01 .text{
    width: 39.2%;
}
.index_pg01 .text .con{
    margin-top: 35px;
    max-height: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_pg01 .img{
    width: 56.5%;
}
.index_pg01 .img img{
    max-height: 100%;
    display: block;
    transition: all .4s;
}
.index_pg01 .img:hover img{
    transform: scale(1.08);
}
.index_pg02{
    position: relative;
}
.index_pg02::after {
    display: block;
    content: "";
    width: 37.4%;
    height: 453px;
    background: url(../images/index_bg_tip.png) no-repeat center/cover;
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: -1;
}

.index_pg02 .inx_con {
    position: relative;
}
.index_pg02 .inx_img {
    width: 100%;
}
.index_pg02 .inx_img img {
    width: 100%;
}

.index_pg02 .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 8.4%;
}

.index_pg02 .con .txt_le {
    width: 56.45%;
}
.index_pg02 .con .txt_le .le_img {
    position: relative;
    height: 100%;
}
.index_pg02 .con .txt_le .le_img img {
    width: 100%;
    transition: all 0.6s;
}
.index_pg02 .con .txt_le .le_img img.ding {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.index_pg02 .con .txt_le .les {
    width: 0%;
    position: absolute;
    cursor: pointer;
}
.index_pg02 .con .txt_le .le1 {
    top: 23%;
    left: 49.5%;
}
.index_pg02 .con .txt_le .le2 {
    top: 36.8%;
    left: 51.15%;
}
.index_pg02 .con .txt_le .le3 {
    top: 50.6%;
    left: 51.7%;
}
.index_pg02 .con .txt_le .le4 {
    top: 64.4%;
    left: 50.95%;
}
.index_pg02 .con .txt_le .le5 {
    top: 78.2%;
    left: 49.36%;
}
.index_pg02 .con .txt_le .le5 .l3{
    color: #0065BD;
}
.index_pg02 .con .txt_le .les .l1 {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #014099;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.index_pg02 .con .txt_le .les .l2 {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(1, 64, 153, 0.3);
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 0;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.index_pg02 .con .txt_le .les .l2::after {
    width: 50px;
    height: 50px;
    border-right: 2px solid #014099;
    content: "";
    left: -2px;
    top: -2px;
    border-radius: 0 100% 100% 100%;
    position: absolute;
    transform: rotate(-45deg);
    transition: all 0.6s;
}
.index_pg02 .con .txt_le .les .l3 {
    width: 150px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s;
}
.index_pg02 .con .txt_re {
    width: 32.95%;
}

.index_pg02 .con .txt_re .re2{
    margin: 10px 0 20px;
}

.index_pg02 .con .txt_re .re3{
    margin-bottom: 55px;
    text-align: justify;
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.index_pg02 .con .txt_re .ul {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.index_pg02 .con .txt_re .ul .li{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(30px);
    transition: all 0.6s;
    flex-direction: column;
    position: absolute;
    left: 0;
    flex-wrap: wrap;
    width: 100%;
}

.index_pg02 .con .txt_re .ul .li.act{opacity: 1;visibility: visible;pointer-events: visible;transform: translate(0);  display: flex;}

.index_pg02 .con .txt_le .les.act .l3{left: 35px;}

.index_pg02 .con .txt_le .les.act .l2{opacity: 1;}

.index_pg02 .con .txt_le .les:hover .l2{opacity: 1;}

.index_pg02 .con .txt_le .les:hover .l2::after{transform: rotate(360deg);transition: all 0.6s;}

.index_pg02 .con .txt_le .les:hover .l3{left: 35px;}

/* 产品系列 */
.index_pg03{
    background: #f5f5f5;
}
.index_pg03 .lists_swiper .texts{
    width: 33%;
    position: absolute;
    top: 36px;
    left: 0;
}
.index_pg03 .text_line{
    height: 4px;
    background: #0065BD;
    margin: 18px 0 18px;
    position: relative;
    z-index: 3;
}
.index_pg03 .text_desc {
    padding-right: 34%;
    box-sizing: border-box;
}
.index_pg03 .text_con  {
    padding-right: 34%;
    box-sizing: border-box;
}
.index_pg03 .text_con .con{
    max-height: 168px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.index_pg03 .lists_swiper .img{
    width: 74.3%;
    height: 460px;
    box-shadow: -9px 17px 16px 0px rgba(3,12,26,0.12);
    border-radius: 10px;
    overflow: hidden;
    margin-left: auto;
}
.index_pg03 .nav_swiper .swiper-slide{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.index_pg03 .nav_swiper .swiper-slide .item{
    width: 23.5%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.index_pg03 .nav_swiper .swiper-slide .item:nth-child(4n){
    margin-right: 0;
}

.index_pg03 .nav_swiper .swiper-slide .img{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.index_pg03 .nav_swiper .swiper-slide .img::after{
    content: "";
    display: block;
    width:0;
    height: 100%;
    /* background: linear-gradient(0deg, #166BCC 0%, #0F81DD 46%, #00B9FE 100%); */
    box-shadow: -9px 17px 16px 0px rgba(3,12,26,0.12);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all .4s;
    background: #0065BD;
}
.index_pg03 .nav_swiper .img{
    width: 100%;
    height: 244px;
    background: linear-gradient(0deg, #F2F2F2 0%, #FFFFFF 100%);
    box-shadow: -9px 17px 16px 0px rgba(3,12,26,0.12);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
    transition: all .4s;
}
.index_pg03 .nav_swiper .img img{
    display: block;
    max-height: 100%;
}
.index_pg03 .nav_swiper .desc{
    margin-top: 5px;
}

.index_pg03 .pro_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    max-width: 108px;
    position: absolute;
    bottom: 20%;
    left: 0;
}
.index_pg03 .swiper-button-next, .index_pg03 .swiper-button-prev{
    outline: none;
    border: none;
    position: initial;
    margin-top: 0;
}
.index_pg03 .swiper-button-next:after, .index_pg03 .swiper-button-prev:after{
    font-size: 28px;
    color: #999;
}
.index_pg05 .lists{
    padding: 0 3.5%;
    box-sizing: border-box;
}
.index_pg05 .watch-more{
    margin-top: 0;
}
.index_pg05 .tips_time{
    /* margin-left: 26px; */
}
.index_pg05 .item_l{
    width: 49.16%;
}
.index_pg05 .item_l .img{
    height: 401px;
    box-shadow: 0px 0px 16px 0px rgba(25, 27, 35, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg05 .item_l .img img{
    transition: all .4s;
}
.index_pg05 .item_l .texts{
    margin-top: 30px;
}
.index_pg05 .item_l .tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 70%;
}
.index_pg05 .item_r{
    width: 45.15%;
}
.index_pg05 .item{
    padding: 25px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.index_pg05 .item::after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #0065BD;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}
.index_pg05 .item:first-child{
    padding-top: 0;
}
.index_pg05 .item:last-child{
    margin-bottom: 0;
}
.index_pg05 .item .icon{
    width: 27.8%;
    height: 137px;
    box-shadow: 0px 0px 16px 0px rgba(25, 27, 35, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_pg05 .item .icon img{
    transition: all .4s;
}
.index_pg05 .item .texts{
    width: 72.2%;
    padding-left: 20px;
    box-sizing: border-box;
}
.index_pg05 .tips {
    margin-bottom: 15px;
}
.index_pg05 .item .tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_pg05 .con{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 55px;
}
.index_pg05 .explore_more{
    margin: 60px auto 0;
}

/* 投资者关系 */
.index_pg06 {
    background: #f5f5f5;
}
.index_pg06 .lists{
    height: 202px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 1px rgba(0,0,0,0.15);
    padding: 0 54px;
    box-sizing: border-box;
}
.mum_text{
    /* color: #F90202; */
    margin-right: 10px;
}
.mum_content{
    color: #F90202;
}
.price_green { 
    color:#1ac843 !important; 
}
.percent_green { 
    color:#1ac843 !important; 
}
.index_pg06 .l{
    width: 44.25%;
}
.index_pg06 .l .items {
    margin: 15px 0;
}
.index_pg06 .mum_texts {
    align-items: baseline;
}
.index_pg06 .coldata_title img{
    display: none;
}
.index_pg06 .coldata_title .up{
    display: none;
}
.index_pg06 .mum_content  {
    margin-left: 80px;
}
.index_pg06 .r{
    /* width: 55.75%; */
    width: 53%;
}
.watch_detail {
    width: 160px;
    height: 48px;
    overflow: hidden;
    position: relative;
    border-radius: 2px 2px 2px 2px;
    z-index: 1;
}
.watch_detail::after{
    content: "";
    display: block;
    background: #165293;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s;
    z-index: -1;
}
.index_pg06 .tit{
   /* width: 29%; */
   text-align: center;
   width: 26%;
}
.index_pg06  .swiper-slide .desc {
    width: 74%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_pg06 .desc a{
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
    color: #165293;
}
.index_pg06 .time{
    /* width: 71%; */
    margin-left: auto;
    margin-top: 20px;
    width: 74%;
}
.index_pg06 .swiper-pagination{
    /* width: 29%; */
    width: 26%;
    bottom: 0;
}
.swiper-pagination-bullet{
    background: #E6E6E6;
    opacity: 1;
}
 .swiper-pagination-bullet-active{
    background: #1462AE;
}

@media only screen and (min-width: 960px) {
    .index_pg03 .nav_swiper .swiper-slide .item:hover .img::after{
        width: 100%;
   }  
   .watch_detail:hover{
       border: 1px solid #165293;
       color: #165293;
   }
   .watch_detail:hover::after{
       width: 0;
   }
   
   .index_pg05 .item:hover::after{
       width: 100%;
   }
   .index_pg05 .item:hover .icon img{
       transform: scale(1.08);
   }
   .index_pg05 .item:hover .tips_time{
       color: #0065BD;
   }
   .index_pg05 .item_l:hover .img img{
       transform: scale(1.08);
   }
   .index_pg05 .item_l:hover .tit{
       color: #0065BD;
   }
   
}

@media only screen and (max-width: 1480px) {
    .index_pg01 .nav_nav .item{
        height: 168px;
    }
}
@media only screen and (max-width: 1366px) {
    .index_pg06 .lists{
        padding: 0 30px;
    }
    .watch_detail{
        width: 145px;
    }
}
@media only screen and (max-width: 1280px) {
    .index_pg01 .text .con{
        max-height: 252px;
    }
    /* .index_pg02 .con{
        padding-right: 4.5%;
    } */
}
@media only screen and (max-width: 1240px) {
    .index_pg06 .mum_content {
        margin-left: 45px;
    }
}
@media only screen and (max-width: 1200px) {
    .index_pg03 .nav_swiper .img{
        height: 186px;
    }
    .count_nav .time_num{
        font-size: 38px;
    }
    .index_pg02 .con .txt_le {
        width: 52%;
    }
    .index_pg02 .con .txt_le .le1{
        left: 45.5%;
    }
    .index_pg02 .con .txt_le .le2{
        left: 47%;
    }
    .index_pg02 .con .txt_le .le3{
        left: 47.6%;
    }
    .index_pg02 .con .txt_le .le4{
        left: 46.9%;
    }
    .index_pg02 .con .txt_le .le5{
        left: 45.4%;
    }
    .watch_detail{
        display: none;
    }
}
@media only screen and (max-width: 1080px) {
    .watch_detail {
        width: 108px;
        height: 44px;
    }
    .count_nav .time_num{
        font-size: 36px;
    }
}
@media only screen and (max-width: 1024px) {
    .index_pg06 .mum_content {
        margin-left: 25px;
    }
    .index_pg03 .nav_swiper .img {
        height: 148px;
    }
    .index_pg01 .nav_nav .item {
        height: 128px;
    }
    .index_pg05 .item .icon{
        height: 98px;
    }
    .index_pg05 .item_l .img{
        height: 286px;
    }
    .index_pg02 .con .txt_re .re3 {
        margin-bottom: 0;
        max-height: 90px;
        -webkit-line-clamp: 3;
    }
    .index_pg03 .lists_swiper .img{
        height: 346px;
    }
    .index_pg03 .text_con .con{
        max-height: 84px;
    }
}
@media only screen and (max-width: 960px) {
    .count_nav .time_num{
        font-size: 34px;
    }
}

@media only screen and (max-width: 768px) {
    .count_nav .time_num {
        font-size: 22px;
    }
    .count_nav {
        padding: 30px 0;
    }
    .index_pg01 .lists_list {
        width: 100%;
        padding-left: 0;
    }
    .index_pg01 .nav_nav{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .index_pg01 .nav_nav .item {
        height: 42px;
        width: 32%;
        flex-direction: row;
        line-height: initial;
    }
    .index_pg01 .nav_nav .item span {
        margin-top: 0;
        line-height: initial;
    }
    .index_pg01 .nav_nav .item:last-child{
        margin-bottom: 20px;
    }
    .index_pg01 .text {
        width: 100%;
    }
    .index_pg01 .img {
        width: 100%;
        margin: 10px 0 20px;
    }
    .index_pg01 .page_title{
        text-align: center;
    }
    .index_pg01 .watch-more{
        margin: 20px auto 0;
    }
    .index_pg01 .list.active {
        flex-direction: column-reverse;
    }
    .index_pg01 .text .con{
        margin-top: 15px;
        max-height: 128px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
    .index_pg01{
        padding-bottom: 0;
    }
    .index_pg01 .nav_nav .item::before{
        left: -5px;
        width: 5px;
    }

    .index_pg02 .con .txt_le {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .index_pg02 .con .txt_re {
        width: 92%;
        height: 210px;
        margin-top: 50px;
        margin: 50px auto 0;
    }
    .index_pg02 .con{
        flex-wrap: wrap;
        padding-right: 0;
    }

    /* .index_pg02 .con .txt_le .les{
        position: initial;
    } */
    /* .index_pg02 .con .txt_re .ul .li{
        position: initial;
    } */

    .index_pg02 .con .txt_re .ul .li>div{
        width: 100%;
    }
    .index_pg02 .con .txt_re .ul{
        flex-wrap: wrap;
    }

    .index_pg02 .con .txt_le .les .l2{
        display: none;
    }
    .index_pg02 .con .txt_le .les .l1{
        position: initial;
        transform: translate(0);
    }
    .index_pg02 .con .txt_le .les{
        display: flex;
        align-items: center;
        width: 100%;
        left: 0;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .index_pg02 .con .txt_le .les .l3{
        position: initial;
        width: auto;
        transform: translateY(0);
    }
    .index_pg02 .con .txt_re .ul .li {
        top: -30px;
    }
    .index_pg02{
        padding-bottom: 20px;
    }
    .index_pg02 .con .txt_re .re3{
        max-height: 78px;
    }
    .index_pg02 .con .txt_le .les .l3{
        color: #fff;
        padding-left: 8px;
        box-sizing: border-box;
        font-size: 16px;
    }
    .index_pg02 .con .txt_le .le1{
        top: 10%;
    }
    .index_pg02 .con .txt_le .le2{
        top: 18%;
    }
    .index_pg02 .con .txt_le .le3{
        top: 26%;
    }
    .index_pg02 .con .txt_le .le4{
        top: 34%;
    }
    .index_pg02 .con .txt_le .le5{
        top: 42%;
    }
    .index_pg02 .con .txt_le .les.act .l3{
        color: #014099;
    }
    .index_pg02 .watch-more{
        margin: 20px auto 0;
    }
    .index_pg02 .title_top  .watch-more{
        margin: 0;
    }

    .index_pg03 .nav_swiper .swiper-slide .item{
        width: 48%;
        margin-right: 4%;
        margin-top: 20px;
    }
    .index_pg03 .nav_swiper .swiper-slide .item:nth-child(2n){
        margin-right: 0;
    }
    .index_pg03 .nav_swiper .img {
        height: 108px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .index_pg03 .lists_swiper .img{
        display: none;
    }
    .index_pg03 .lists_swiper .texts {
        width: 100%;
        position: initial;
    }
    .index_pg03 .text_con .con {
        max-height: initial;
        width: 100%;
        padding-right: 0;
    }
    .index_pg03 .text_con{
        padding-right: 0;
    }
    .index_pg03 .lists_swiper {
        padding-bottom: 10px;
    }
    .index_pg03 .swiper-container{
        position: initial;
    }
    .index_pg03 .pro_button {
        width: 100%;
        max-width: 100%;
        bottom: -25px;
        left: 0;
        justify-content: flex-end;
    }
    .index_pg03 .swiper-button-next:after, .index_pg03 .swiper-button-prev:after{
        font-size: 22px;
    }

    
    .index_pg05 .item_l .texts {
        margin-top: 20px;
    }
    .index_pg05 .item_l {
        width: 100%;
    }
    .index_pg05 .item_l .img{
        height: auto;
    }
    .index_pg05 .item_r {
        width: 100%;
        margin-top: 25px;
    }
    .index_pg05 .item .icon{
        height: 88px;
    }
    .index_pg05 .item{
        padding: 20px 0;
    }
    .index_pg05 .tips {
        margin-bottom: 8px;
    }

    .index_pg06 .lists {
        height: auto;
        padding: 30px 20px;
    }
    .index_pg06 .l {
        width: 100%;
    }
    .index_pg06 .l .l_box{
        width: 100%;
    }
    .index_pg06 .r{
        display:none;
    }
    .watch_detail {
        width: 100px;
        height: 40px;
    }
    .index_pg06 .swiper-pagination{
        width: 100%;
    }
    .index_pg06 .tit{
        width: 100%;
        margin-bottom: 5px;
    }
    .index_pg06 .swiper-slide .desc {
        width: 100%;
    }
    .index_pg06 .time {
        margin-left: auto;
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
    }
    .banner .advice_left{
        padding-left: 4%;
    }
    .banner .advice_right{
        padding-right: 4%;
    }
}