/*标题区域*/
.hometitle{
    text-align: left;
    margin: 0  0 36px 0;
}
.hometitle p{
    display: inline-block;
    font-size: 46px;
    color: #1269b4;
    font-weight: 600;
    text-align: center;
}
.hometitle .titlesay{
    display: block;
    font-size: 13px;
    color: #1269b4;
    text-align: center;
    font-weight: 600;
}
.hometitle a{
    display: inline-block;
    font-size: 18px;
    color: #1269b4;
    font-weight: 600;
    position: relative;
}
.hometitle a:after{
    width: 0%;
    height: 1px;
    background: #ffffff;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}
.hometitle a:hover:after {
    width: 100%;
}

/*轮播区域*/
.swiperBox {
    position: relative;
    z-index: 10;
}

.swiperBox .swiper-slide img {
    width: 100% ;
}

.swiperBox .swiper-container-horizontal > .swiper-pagination {
    bottom: 4%;
}

.swiperBox .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height:  10px;
    background: transparent;
    margin: 0 12px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px #ffffff solid;
    opacity: 1;
}

.swiperBox .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}



/*第一区域*/
.homeone{
    padding: 40px 0 30px 0;
}
.homeone .hometitle{
    text-align: center;
}
.homeone .row.newrow12 {
    display: flex;          /* 开启 Flex，让子元素 li 自动等高 */
    flex-wrap: wrap;       /* 保留 Bootstrap 栅格的换行特性（适配多列） */
    align-items: stretch;  /* 强制所有 li 拉伸至 ul 的最大高度（兜底） */
}

.homeone ul li{
    display: block;
    overflow: hidden;
    padding: 0 12px;
    margin: 0 0 50px 0 ;
}
.homeone ul li a{
    display: block;
    overflow: hidden;
    position: relative;
}


.homeone ul li a .title{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    background: #ffffff;

}
.homeone ul li a .title p{
    color: #222222;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 54px;
    padding: 0 10% 0 6%;
}
.homeone ul li a .title p:after{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../img/btn2.png") no-repeat center;
    background-size: 15px;
    position: absolute;
    top: 14%;
    right: 4%;
    content: " ";
    transition: all 0.3s;
}
.homeone ul li a:hover .title p:after {
    transform: rotate(360deg);
}
.homeone ul li a:hover .title p{
    color: #1269b4;
}
.homeone ul li.homeoneallbtn{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.homeone ul li a.homeonea{
    background: #1269b4;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.5px;
    text-align: center;
    height: 48%;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
}
.homeone ul li a.homeonea:last-child{
    background: #f0b321;
}
.homeone ul li a.homeonea:hover{
    box-shadow: 0 0 2px #666666;
}



/*第二区域*/
.hometwo{
    background: url("../img/homeimgbg1.png") no-repeat 0 0;
    background-size:  100% 100%;
    position: relative;
}

.hometwo .disblockbox{
    padding: 60px 0 40px 0;
    position: relative;
}
.hometwo:before{
    width: 20%;
    height: 100%;
    position: absolute;
    content: " ";
    background: #f0b321;
    bottom: 0;
    right: 0;
    z-index: 4;
}
.hometwo .disblockbox:before{
    width: 38%;
    height: 100%;
    position: absolute;
    content: " ";
    background: url("../img/homeimgbg1.2.png") no-repeat 0 0;
    background-size:100%  100%;
    bottom: 0;
    right: 0;
    z-index: 4;
}
.hometwo .hometitle *{
    color: #ffffff;
}
.hometwo .newleft{
    width: 62%;
    position: relative;
    z-index: 10;
}
.hometwo .newright {
    width: 38%;
    position: relative;
    z-index: 10;
}
.hometwo .newleft .newthree,
.hometwo .newleft .newone{
    width: 50%;
    float: left;
}
.hometwo .newleft  .newdome .newtitle{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.hometwo .newleft  .newone .newdome .newtitle {
    margin: 18px 0 22px 0;
}
.hometwo .newleft  .newone .newdome p {
    color: #ffffff;
}

.hometwo .newleft .newthree .newdome{
    padding: 0  0 0 22px  ;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.hometwo .newleft .newthree .newdome a:nth-child(1){
    width: 150px;
    display: inline-block;
}
.hometwo .newleft .newthree .newdome a:nth-child(2) h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 16px;
    line-height: 28px;
    font-size: 17px;
    /*max-height: 84px;*/
    overflow: hidden;
}
.hometwo .newleft .newthree .newdome a:nth-child(2){
    flex: 1;
}
.hometwo .newright {
    padding-left: 90px;
}
.hometwo .newright li{
    padding: 30px 0;
    border-bottom: 1px dashed #ffffff87;
} 
 .hometwo .newright li:nth-child(1){
      padding-top:0;
}


.hometwo .newright li a .time{
    width: 80px;
    display: inline-block;
    background: rgba(0,0,0,0.1);
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding:10px 0;
}
.hometwo .newright li a p{
    text-align: center;
}
.hometwo .newright li a h5{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    flex: 1;
    line-height: 24px;
    padding: 0 0  0 20px;
    max-height: 72px;
    overflow: hidden;
}



/*第三区域*/
.homethree{
    padding: 50px 0 80px 0;
    background: url("../img/homeimgbg2.jpg") no-repeat 0 0 ;
    background-size: 100% auto;
    position: relative;
}
.homethree:before{
    width: 100%;
    height: 30%;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/homeimgbg3.jpg") no-repeat 0 0;
    background-size: 100% 100%;
}
.homethree .hometitle{
    text-align: center;
}
.homethree .digital {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.homethree .digital li{
    border-left: 1px #c8dbea solid;
    text-align: center;
    padding: 0 3%;
}
@font-face {
    font-family: "思源宋体 Heavy";
    font-weight: 900;
    src: url("../fonts/LniGlKcH5HLV.woff") format("woff");
    font-variation-settings: normal;
    font-display: swap;
}
.homethree .digital li .mun{
    color: #1269b4;
    font-size: 64px;
    font-family: "思源宋体 Heavy";
}
.homethree .digital li .say{
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}
.homethree .digital li:nth-child(1){
    border: none;
}

.homethree .scicebox{
    margin: 40px 0 0 0 ;
    padding: 50px;
    background: url("../img/homeimgbg4.png") no-repeat 0 0 ;
    background-size: 100% 100%;
}
.homethree .scicebox .sciceboxtitle{
    color: #ffffff;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 30px;
}
.homethree .scicebox ul li a{
    display: block;
    overflow: hidden;
}
.homethree .scicebox ul li a p{
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 60px;
    position: relative;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.homethree .scicebox ul li a p:after{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../img/btn2w.png") no-repeat center;
    background-size: 12px;
    content: " ";
    position: relative;
    top: -10px;
    left: 15px;
    transition: all 0.3s;
}
.homethree .scicebox ul li a:hover p:after {
    transform: rotate(360deg);
}




/*第四区域*/
.homefure{
    padding: 50px 0 90px 0;
    position: relative;
    background: linear-gradient( #ffffff ,#f6f6f4);
}
.homefure:before{
    width: 360px;
    height: 200px;
    content: " ";
    background: url("../img/homeimgbg5.png") no-repeat center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.homefure .hometitle{
    text-align: center;
}
.homefure .homefurenew{
    display: flex;
}
.homefure .homefurenew .leftimg{
    width: 300px;
    background: #0d69bb;
}
.homefure .homefurenew .leftimg .bigimg{
    position: relative;
    top: 20px;
    left:20px;
}
.homefure .homefurenew .righttext{
    flex: 1;
    padding: 0 0 0 5%;
}
.homefure .homefurenew .righttext a.titlea{
    position: relative;
    display: flex;
    justify-content: space-between;
justify-content: flex-start;
    align-items: center;
}
.homefure .homefurenew .righttext a.titlea p{
    color: #222222;
    font-size: 24px;
    font-family: Arial;
    padding: 0 0 0 26px;
    line-height: 32px;
}
.homefure .homefurenew .righttext a.titlea p:hover{
    color: #0d69bb;
}
.homefure .homefurenew .righttext p.sayp{
    color: #888888;
    font-size: 16px;
    font-family: Arial;
    line-height: 28px;
    text-align: justify;
    margin: 30px 0 40px 0;
}
.homefure .homefurenew .righttext .moretwo{
    color: #1269b4;
    font-size: 16px;
    font-family: Arial;
    line-height: 16px;
    float: right;
    position: relative;
    padding:  0 0 6px 0;
}
.homefure .homefurenew .righttext .moretwo:after{
    width: 0%;
    height: 1px;
    display: inline-block;
    background: #1269b4;
    position: absolute;
    bottom: 0;
    content: " ";
    left: 0;
    transition: all 0.3s;
}
.homefure .homefurenew .righttext .moretwo:hover:after {
    width: 100%;
}


/*新增区域*/
.homefure .homefurenewbox{
    position: relative;
}
.homefure .homefurenewbox .swiper-slide a{
    display: block;
    background: #fff;
    position: relative;
}
.homefure .homefurenewbox .swiper-slide a .bigimg{
    max-height: 220px;
}
.homefure .homefurenewbox .swiper-slide a .textinfo{
    padding: 24px;
}
.homefure .homefurenewbox .swiper-slide a .textinfo p.title{
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /*height: 66px;*/
    font-family: Arial;
    letter-spacing: -0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #333;
    margin: 0 0 18px 0;
}
.homefure .homefurenewbox .swiper-slide a .textinfo p.time{
    font-size: 13px;
    color: #999999;
    padding: 0 0 0 15px;
    background: url(../img/time.png) no-repeat 0 3px;
    background-size: 12px;
    letter-spacing: -0.5px;
}
.homefure .homefurenewbox .swiper-slide a:hover p.title{
    color: #1269b4;
}
.homefure .homefurenewbox .swiper-slide a:hover p.time{
    color: #1269b4;
    background: url(../img/timeh.png) no-repeat 0 3px;
    background-size: 12px;
}
.homefure .homefurenewbox .swiper-slide a:before {
    border: 12px solid #8c8c8c;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 1px;
    width: 0;
    z-index: 2;
}
.homefure .homefurenewbox .swiper-slide a:after {
    border-left: 12px solid #fff;
    border-top: 12px solid #fff;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 12px;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    margin-bottom: -1px;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 2;
    border-color: transparent #f7f7f5 #f7f7f5 transparent;
}
.homefure .swiper-button-white{
    width: 38px;
    height: 64px;
    border-radius: 4px;
    background-color: #003f76;
    background-size: 10px;
}
.homefure .swiper-button-prev{
    left: -50px;
}
.homefure .swiper-button-next{
    right: -50px;
}






/*响应式区域*/
@media (max-width: 1700px) {
    .hometitle p {
        font-size: 38px;
    }
    .homeone ul li a .title p {
        font-size: 22px;
        line-height: 50px;
    }
    .homeone ul li a.homeonea {
        font-size: 22px;
    }
    .homethree .digital li .mun {
        font-size: 60px;
    }
    .homethree .scicebox .sciceboxtitle {
        font-size: 42px;
    }
    .homefure .homefurenew .righttext a.titlea p {
        font-size: 22px;
    }
    .homethree .scicebox ul li a p {
        font-size: 22px;
    }


}


@media (max-width: 1500px) {
    .homefure .swiper-button-prev{
        left: 0px;
    }
    .homefure .swiper-button-next{
        right:0px;
    }
    .homefure .homefurenewbox .swiper-slide a .textinfo p.title {
        font-size: 15px;
        line-height: 20px;
        height: 60px;
        margin: 0 0 12px 0;
    }

}



@media (max-width: 1400px) {
    .homeone ul li {
        padding: 0 10px;
    }
    .hometitle {
        margin: 0 0 30px 0;
    }
    .hometitle p {
        font-size: 30px;
    }
    .homeone ul li a .title p {
        font-size: 20px;
        line-height: 48px;
    }
    .homeone ul li a.homeonea {
        font-size: 20px;
    }
    .hometwo .newleft .newthree .newdome a:nth-child(2) h4{
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
    }
    .hometwo .newright li a h5,
    .hometwo .newleft .newdome .newtitle {
        font-size: 16px;
    }
    .homethree .digital li .say {
        font-size: 16px;
    }
    .homethree .scicebox .sciceboxtitle {
        font-size: 32px;
    }
    .homethree .scicebox ul li a p {
        font-size: 20px;
    }
    .hometwo .disblockbox {
        padding: 50px 0 40px 0;
    }
    .homethree {
        padding: 50px 0 50px 0;
    }
    .homethree .scicebox {
        margin: 30px 0 0 0;
        padding: 40px;
    }



}
@media (max-width: 1200px) {
    .hometitle {
        margin: 0 0 20px 0;
    }
    .hometitle p {
        font-size: 24px;
    }
    .hometitle a {
        font-size: 16px;
    }
    .homeone ul li a .title p {
        font-size: 18px;
        line-height: 44px;
    }
    .homeone ul li a.homeonea {
        font-size: 18px;
    }
    .homeone ul li {
        margin: 0 0 24px 0;
    }
    .hometwo .newleft .newone .newdome .newtitle {
        margin: 12px 0 14px 0;
    }
    .hometwo .newright li a h5,
    .hometwo .newleft .newdome .newtitle,
    .hometwo .newleft .newthree .newdome a:nth-child(2) h4 {
        font-size: 14px;
    }
    .hometwo .newleft .newthree .newdome a:nth-child(2) h4{
        justify-content: flex-start;
        line-height: 22px;
        max-height: 66px;
        align-items: flex-start;
    }
    .homethree .digital li .mun {
        font-size: 46px;
    }
    .homethree .digital li .say {
        font-size: 14px;
    }
    .homethree .scicebox .sciceboxtitle {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .homethree .scicebox ul li a p {
        font-size: 18px;
    }

    .homefure .homefurenew .righttext a.titlea p {
        font-size: 18px;
    }
    .hometwo .disblockbox {
        padding: 40px 0 30px 0;
    }
    .hometwo .newleft .newthree .newdome a:nth-child(1) {
        width: 140px;
    }
    .hometwo .newright li {
        padding: 22px 0;
    }
    .hometwo .newright {
        padding-left: 60px;
    }
    .hometwo .newleft .newthree .newdome {
        padding: 0 0 0 16px;
        margin-bottom: 20px;
    }
    .hometwo .newright li {
        padding: 18px 0;
    }
    .homefure .homefurenew .righttext p.sayp {
        font-size: 14px;
        line-height: 26px;
        margin: 20px 0 30px 0;
    }

}
@media (max-width: 1000px) {
    .hometitle {
        margin: 0 0 16px 0;
    }
    .hometwo {
        overflow: hidden;
    }
    .hometwo .newleft {
        width: 100%;
    }
    .hometwo .newleft .newthree,
    .hometwo .newleft .newone {
        width: 100%;
        float: none;

        /*background: #fff;*/
    }
    .hometwo .newleft .newone {
        border: 1px #577fa3 solid;
        background: #00529b;;
        padding: 7px;
    }
    .homeone ul li a:hover .title p {
        color: #fff;
    }
    .hometwo .newleft .newone .newdome .newtitle {
        margin: 12px 0 6px 0;
        font-size: 14px;
    }
    .hometwo .newleft .newthree .newdome{
        margin: 10px 0;
        background: #00529b;
        border: 1px #577fa3 solid;
        align-items: center;
        padding: 7px;
    }
    .homeone ul li a.homeonea {
        font-size: 16px;
    }
    .hometwo .disblockbox{
        display: block;
        overflow: unset;
    }
    .hometwo .newleft .newthree .newdome a:nth-child(2) h4 {
        padding: 0 0 0 10px;
        line-height: 18px;
        font-size: 14px;
    }
    .hometwo .newright{
        width: 100%;
        padding :20px 15px 10px 15px;
        margin: 0 0px;
        position: relative;
    }
    .hometwo .newright:before{
        width: 110%;
        height: 110%;
        content: " ";
        position: absolute;
        top: 0;
        left: -5%;
        background: #f0b321;
        z-index: -1;
    }
    .hometwo .newright li {
        padding: 10px 0;
    }
    .hometwo .newright li:nth-child(1){
        padding-top: 6px;
    }
    .hometwo .newright li a{
        align-items: center;
    }
    .hometwo .newright li a .time {
        width: 76px;
        font-size: 14px;
        padding: 8px 0;
    }
    .hometwo .newright li a h5 {
        font-size: 14px;
        line-height: 15px;
        padding: 0 0 0 10px;
        max-height: 45px;
    }
    .hometwo:before,
    .hometwo .disblockbox:before{
        display: none;
    }
    .hometwo .disblockbox {
        padding: 30px 0 30px 0;
    }
    .homefure .homefurenew .righttext a.titlea p {
        line-height: 26px;
    }

 }


@media (max-width: 768px) {
    .hometitle {
        margin: 0 0 6px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
  .hometitle.hometitledisplay {
   display: block;
 }
.hometitle .titlesay {

    font-size: 12px;

    line-height: 14px;
    margin: 2px 0 0 0;
}


    .hometitle p {
        font-size: 16px;
        padding:0 0 0 20px;
        background: url("../img/mshcool.png") no-repeat 2px 1px;
        background-size: 17px;
    }
   .hometwo .hometitle p {
        background: url(../img/mshcoolw.png) no-repeat 2px 1px;
        background-size: 17px;
    }

    .hometitle a {
        font-size: 13px;
        letter-spacing: -0.3px;
    }
    .swiperBox .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #156bb5;
    }
    .swiperBox .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px;
        border: 1px #156bb5 solid;
    }
    .homeone {
        padding: 10px 0;
    }
    .homeone ul li {
        margin: 0  0 10px 0;
    }
    .homeone .row.newrow12{
        margin: 0 -6px;
    }
    .homeone ul li a .title {
        position: static;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #1269b4;
    }
    .homeone ul li {
        padding: 0 4px;
    }


    .homeone ul li a .title p {
        color: #fff;
        font-size: 13px;
        letter-spacing: -0.3px;
        line-height: 32px;
        padding: 0 8px;
    }
    .homeone ul li a.homeonea {
        width: calc(100% - 2px);
        font-size: 13px;
        height: 48%;
        border-radius: 4px;
        padding: 0 4px;
        line-height: 15px;
    }
    .homeone ul li a .title p:after{
        display: none;
    }

    .hometwo .newleft .newthree .newdome a:nth-child(2) h4 {
        max-height: none;
    }
    .hometwo .disblockbox {
        padding: 20px 0 10px 0;
    }
    .hometwo:before,
    .hometwo .disblockbox:before{
        display: none;
    }
    .hometwo .newleft .newone .newdome p {
        font-size: 13px;
    }
    .homethree .scicebox ul li a p:after{
        display: none;
    }
    .homethree {
        padding: 20px 0;
    }
    .homethree .digital{
        margin: 0;
    }
    .homethree .digital li{
        padding: 10px 3%;
    }
    .homethree .digital li:nth-child(1),
    .homethree .digital li:nth-child(2){
        border-bottom: 1px #c8dbea solid;
    }
    .homethree .digital li:nth-child(3){
        border: none;
    }
    .homethree .digital li .mun {
        font-size: 28px;
        margin: 0 0 6px 0;
    }
    .homethree .digital li .say {
        font-size: 12px;
        line-height: 14px;
        height: 44px;
        overflow: hidden;
    }
    .homethree .scicebox {
        margin: 10px 0 0 0;
        padding:20px 10px;
        background: url(../img/homeimgbg4.png) no-repeat 0 0;
        background-size:100% 100%;
    }
    .homethree .scicebox .sciceboxtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .homethree .scicebox ul{
        margin: 0 -6px;
    }
    .homethree .scicebox ul li{
        padding: 0 6px;
        margin-bottom: 12px;
    }
    .homethree .scicebox ul li:nth-child(3){
        width: 100%;
        margin-bottom: 0;
    }
    .homethree .scicebox ul li a p {
        font-size: 14px;
        letter-spacing: -0.3px;
        line-height: 32px;
        background: #ffffff;
        color: #1269b4;
        padding: 0 10px;
    }
    .homefure {
             padding: 20px 0 50px 0;

    }
    .homefure .homefurenew{
        display: block;
    }
    .homefure .homefurenew .leftimg {
        width: 100%
    }
    .homefure .homefurenew .leftimg .bigimg {
        position: static;
        top: 0px;
        left: 0px;
        max-height: 240px;
        border: 6px #0d69bb solid;
    }
    .homefure .homefurenew .righttext {
        padding: 0 0 ;
        margin: 12px 0 0 0;
    }
    .homefure .homefurenew .righttext a.titlea img{
        width: 24px;
    }
    .homefure .homefurenew .righttext a.titlea p {
        font-size: 14px;
        padding: 0 0 0 8px;
        line-height: 16px;
    }
    .homefure .homefurenew .righttext p.sayp {
        font-size: 13px;
        line-height: 18px;
        margin: 12px 0 14px 0;
    }
    .homefure .homefurenew .righttext .moretwo {
        font-size: 15px;
    }


   .homefure .homefurenewbox .swiper-slide a .textinfo {
        padding: 12px;
    }
    .homefure .swiper-pagination{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .homefure .swiper-pagination-clickable .swiper-pagination-bullet {
        margin: 0 5px;
    }
    .homefure .homefurenewbox .swiper-slide a:after {
        border-width: 8px;
    }
    .homefure .homefurenewbox .swiper-slide a:before {
        border: 8px solid #8c8c8c;
    }



}