
#scroll_down {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 12%;
}
#scroll_down .arrow {
    width: 13px;
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -7px;
}
#scroll_down .arrow > img {
    display: block;
    margin-top: -5px;
}
#scroll_down .vertical {
    height: 75px;
    overflow: hidden;
    width: 2px;
    margin: auto;
}
#scroll_down a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 45px;
    margin-left: -15px;
    border: 1px solid rgba(255, 254, 254, 0.65);
    border-radius: 50px;
    box-sizing: border-box;
}
#scroll_down a span::before {
    position: absolute;
    top: 8px;
    left: 52%;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: -3px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


@media (max-width: 768px){
    .footMain .container{
        display: none;
    }
    .footMain .phone_footer{
        display: block !important;
    }
}

.footMain{
    background-color: #262376;
    
}
.footMain .phone_footer {
    display: none;
    padding: 20px 0;
   
}
.footMain .phone_footer p{
    color: #fff;
    text-align: center;
}
.footMain .phone_footer {
    display: none;
    padding: 20px 0;
   
}
.footMain .callme {
    margin-top: 20px;
}
.footMain .callme .a{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footMain .callme .b{
    text-align: center;
    color: #b78e35;
    font-size: 36px;
}
.footMain .title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}

.footMain .footScan{
    text-align: left;
    color: #E3E4FA;
}
.footMain .footScan p{
    font-size: 14px;
}
.footMain .footScan img{
    width: 100%;
    position: relative;
    display: block;
    flex: 1 1 0px;
    transition: transform 500ms;
}
.footMain .footScan img:hover {
    transform: scale(1.1);
    z-index: 1;
}
.footMain .footTxt{
    font-size: 14px;
    text-align: left;
    color: #e4e4e4;
}
.footMain .footTxt .item{
    margin-top: 7px;
}
.footMain .footTxt .item .phone{
    color: #b78e35;
    margin-left: 4px;
}
.footMain .otherInfo{
    margin-top: 30px;
}
.footMain .otherInfo p{
    font-size: 12px;
    text-align: center;
    color: #e4e4e4;
    line-height: 20px;
}
.footMain .otherInfo a{
    color: #e4e4e4;
}
.footMain .otherInfo a:hover{
    color: #c3c3c3;
}

/* 底部 end */


.topbannerimg{
    height: 300px;
    background-position: 50% 50%;
    margin-top: 80px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    outline: none;
    background-size: 100% 100%;
}
.topbanner {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 80px;
}

.topbanner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 117, 0.9);
}

.topbanner .banner-text {
    position: absolute;
    right: 20%;
    bottom: 18%;
    color: #fff;
    text-align: right;
}

.topbanner .banner-text p:nth-child(1) {
    font-size: 30px;
}

.topbanner .banner-text p:nth-child(2) {
    font-size: 14px;
    font-weight: 100;
    margin-top: 5px;
}

@media screen and (max-width: 1000px) {
    .topbanner {
        height: 300px;
        /* 在较窄的设备上减小容器高度 */
    }
}

@media screen and (max-width: 768px) {
    .topbanner .banner-text {
        right: 50%;
        bottom: 40%;
        transform: translateX(50%);
    }

    .topbanner .banner-text p:nth-child(1) {
        font-size: 5vw;
        white-space: nowrap;
    }

    .topbanner .banner-text p:nth-child(2) {
        font-size: 2vw;
        white-space: nowrap;
    }
}
.headtitle {
    position: relative;
}
.headtitle p{
    font-size: 32px;
    color: rgb(51, 51, 51);
}
.headtitle .tip{
    font-size: 14px;
    color: rgb(153, 153, 153);
    position: absolute;
    right: 0;
    bottom: 0;
}




.newDetail{
    margin: 30px auto ;
}

.newDetail .mainPage{
    margin-top: 30px ;
}
.newDetail .time{

    font-size: 13px;
    color: #adadad;
    padding: 20px 0;
    border-bottom: 1px dashed #e5e5e5;

}
.newDetail .title{
    font-size: 25px;
    color: #333;
    text-align: left;
    font-weight: 400;
}
.prenext{
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    padding: 10px 0;

}
.prenext p{
    font-size: 14px;
    line-height: 40px;
}



.listsMainbox{
    padding-bottom: 50px;
    
}
.listsMainbox .pager{
    margin-top: 60px;
    text-align: center;
}
.page-link {
    color: #262376;
}
.page-item.active .page-link {
    background-color: #262376;
    border-color: #262376;
}
.productListsMainbox .productBox{
    margin: 0 auto;
}
.productListsMainbox .productBox .flex{
      width: 25%;
      padding:0 20px;
      margin-top: 60px;
      margin-bottom: 60px;
      position: relative;
}
.productListsMainbox .productBox .flex:nth-child(1)::before{
     content: '';
     position: absolute;
     background: url(../images/one.png) no-repeat;
     background-size:50px;
     width: 50px;
     height: 40px;
     top: 0;
     left: 10%;
     z-index: 10;
     background-position: 100%;
}
.productListsMainbox .productBox .flex:nth-child(5)::before{
    content: '';
    position: absolute;
    background: url(../images/two.png) no-repeat;
    background-size:50px;
    width: 50px;
    height: 40px;
     top: 0;
    left: 10%;
    z-index: 10;
    background-position: 100%;
}
.productListsMainbox .productBox .flex:nth-child(9)::before{
    content: '';
    position: absolute;
    background: url(../images/three.png) no-repeat;
    background-size:50px;
    width: 50px;
    height: 40px;
    top: 0;
    left: 10%;
    z-index: 10;
    background-position: 100%;
}
.productListsMainbox .productBox .flex:nth-child(13)::before{
    content: '';
    position: absolute;
    background: url(../images/four.png) no-repeat;
    background-size:50px;
    width: 50px;
    height: 40px;
    top: 0;
    left: 10%;
    z-index: 10;
    background-position: 100%;
}
.productListsMainbox .productBox .item {
    margin-top: 50px;
    width: 100%;
}
.productListsMainbox .productBox .item:hover{
    color: #262376;
}
.productListsMainbox .productBox  .item .content{
    margin-top: 20px;
    font-size: 14px;
}
.productListsMainbox .productBox  .item .pro-id{
    margin-top: 20px;
    font-size: 16px;
    color: #666666 ;
}
.productListsMainbox .productBox  .item .title{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
.productListsMainbox .productBox .item .img{
    position: relative;
}
.productListsMainbox .productBox .item .img img{
    width: 100%;
    /* border-radius: 10px; */
}
.productListsMainbox .productBox .item .badge{
    position: absolute;
    top: 0px;
    left: 0px;
}
.productListsMainbox .productBox  .item .magnifier{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(__CDN__/assets/front/images/imageEffetc_magnifier.png) 50% no-repeat;
    transition: opacity .8s;
    -moz-transition: opacity .8s;
    -webkit-transition: opacity .8s;
    -o-transition: opacity .8s;
    cursor: pointer;
}
.productListsMainbox .productBox  .item .magnifier:hover{
    opacity: 1;
}
@media screen and (max-width: 990px){
    .productListsMainbox .productBox .flex{
        margin-top: 10px;
        width: 25%;
  }
  .productListsMainbox .productBox .flex::before{
         display: none;
  }
}
@media screen and (max-width: 768px){
    .productListsMainbox .productBox .flex{
        width: 50%;
        padding:0 10px;
  }
  .productListsMainbox .productBox .flex .item{
       margin-top: 20px;
  }
}


.articleListsMainbox .textimg .item{
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0;
}
.articleListsMainbox .textimg .item .date{
    height: 84px;
    width: 84px;
    min-width: 84px;
    text-align: center;
    background: #f2f2f2;
    color: #666666;
    margin-right: 30px;
}
.articleListsMainbox .textimg .item .date .a{
    font-size: 25px;
    line-height: 25px;
    margin-top: 20px;
}
.articleListsMainbox .textimg .item .date .b{
    font-size: 14px;
    line-height: 14px;

}
.articleListsMainbox .textimg .item .text .a{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
    color: rgba(51, 51, 51, 1);
}
.articleListsMainbox .textimg .item .text .b{
    font-size: 14px;
    line-height: 14px;
    color: grey;

}

.articleListsMainbox .imgitem .item{
    background: #fff;
    margin-bottom: 60px;
}
.articleListsMainbox .imgitem .item .imgbox{
    position: relative;
    overflow: hidden;
}
.articleListsMainbox .imgitem .item .date{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #262376;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding: 5px 10px;
    color: #fff;
}
.articleListsMainbox .imgitem .item .date .b{
    
    font-size: 16px;
    
}
.articleListsMainbox .imgitem .item .imgbox img{
    width: 100%;
    height: 237px;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -moz-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -ms-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    -o-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}
.articleListsMainbox .imgitem .item:hover .date {
    background: #f7c200;
}

.articleListsMainbox .imgitem .item:hover .itemtitle {
    background: rgba(0,0,0, 0.05);
}
.articleListsMainbox .imgitem .item:hover .imgbox img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.articleListsMainbox .imgitem .item .itemtitle{
    font-size: 20px;
    color: #001f35;
    padding: 15px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activelist{
    margin-top: 20px;
}
.activelist .alist-item{
   width: 100%;
   height: auto;
   padding: 40px 0px 60px 30px;
   box-sizing: border-box;
   border-bottom: 1px solid #333;
   display: flex;
   flex-wrap: wrap;
   position: relative;
}
.activelist .alist-item .left{
    margin-left: 30px;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
}
.activelist .alist-item .left::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #333;
}
.activelist .alist-item .left .date{
    font-size: 26px;

}
.activelist .alist-item .left .year{
    font-size: 16px;
}
.activelist .alist-item .right{
    flex: 1;
    display: flex;
    /* justify-content: space-between; */
    font-size: 16px;
    height: auto;
    margin-left: 70px;
    flex-wrap: wrap;
}
.activelist .alist-item .right .right-l{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 320px;
}
.activelist .alist-item .background{
     position: absolute;
     height: 100%;
     width: 100%;
     right: 0;
     top: 0;
     z-index: -100;
     opacity: 0;
     background-color: rgba(25,25,117,0.8);
}
.activelist .alist-item .background img{
    width: 30%;
    height: 100%;
    object-fit: cover;
    float: right;
}
@media (max-width: 768px){
    .activelist .alist-item{
        padding: 0px;
    }
    .activelist .alist-item .left{
        margin-left: 10px;
    }
    .activelist .alist-item .right{
        margin-left: 10px;
    }
    .activelist .alist-item .left::after{
        opacity: 0;
    }
}
@media (max-width: 469px){
    .activelist .alist-item .left .date{
        font-size: 20px;
    }
    .activelist .alist-item .left .year{
        font-size: 12px;
    }
    .activelist .alist-item .right{
        font-size: 12px;
    }
}
.activelist .alist-item.active{
    color: #fff;
    background: linear-gradient(45deg, rgba(25, 25, 117, 1) 20%, rgba(25, 25, 117, 0.9) 40%,rgba(25,25,117,0.8) 90%,rgba(25,25,117,0) 100%);
}
.activelist .alist-item.active .left::after{
    background-color: #fff;
}
.activelist .alist-item.active .background{
    opacity: 1;
}
.activelist .alist-item.active .background img{
    z-index: -1;
}
