.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative
}

.banner .swiper-slide img {
    position: relative;
    background: no-repeat center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .sw-page {
    /* width: 1600px; */
    height: 0;
    position: absolute;
    left: 48%;
    right: 0;
    bottom: 7vh;
    z-index: 200;
    margin: auto;
    z-index: 20;
}

.banner .sw-page .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    background-color: #FFF;
    border-radius: 0;
    margin-right: 3px;
    opacity: 1;
}

.banner .sw-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #1363AA !important;
}

.indexCont1 {
    padding: 100px 0 130px;
    background: url(../images/qyxc-bg.png) no-repeat;
    background-size: cover;
}

.home-more {
    position: absolute;
    right: 0;
    top: -48px;
    font-size: 18px;
}

.home-more a {
    color: #999;
}

.entite {
    margin-top: 20px;
    margin-bottom: 20px;
}

.entite h2 {
    color: #666;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
    line-height: normal;
}

.entite p {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 40px;
    border-bottom: 4px solid #DCF5F4
}

.gywm-title {
    font-size: 40px;
    font-weight: 800;
    color: #304B97;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
}

.gywm-subtitle {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 10px;
}



.indexCont0 {
    background: url(../images/gywm-bg.png) no-repeat;
    background-size: cover;
    padding: 120px 0px;
}


.gywm-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gywm-left {
    width: 32%;
}

.gywm-right {
    width: 50%;
    background: url(../images/gywm-img.png) no-repeat;
    height: auto;
    border-radius: 15px;
}

.gywm-right .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
}

.gywm-right .poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.gywm-more {}

.gywm-sum {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 20px;
    line-height: 2;
}

.gywm-more a {
    font-size: 14px;
    color: #333;
}

.gywm-more a:hover {
    color: #1162BA;
    transition: all .5s;
}

.gywm-more a span {
    margin-top: 20px;
    transition: all .5s;
    background: #1162BA;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    margin-right: 10px;
}

.gywm-more a span img {
    display: inline-block;
}

.num-con {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.num-con p {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    color: #304B97;
    font-family: 'Barlow';
}

.num-con p span,
.num-con p sup {
    font-family: 'Barlow';
}

.num-con li>span {
    font-size: 20px;
    line-height: 1.4;
}

.indexCont2 {

    padding: 105px 0px 153px;
    background: url(../images/ywbj-bg.png) no-repeat;
    background-size: cover;
}

.business-item {
    width: 100%;
    position: relative;
    transition: all .5s;
}

.business-bot {
    position: absolute;
    bottom: 60px;
    z-index: 999;
    width: 100%;
}

.business-title {
    width: 85%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
}


.business-pic img {
    width: 100%;
}

.bus-more {
    position: absolute;
    bottom: 50px;
    right: 20px;
    opacity: 0;
    transition: all .5s;
}

.business-item:hover {
    transform: scale(1.05)
}

.business-item:hover .bus-more {
    opacity: 1
}

.indexCont2 .auto {
    position: relative;
}

.indexCont2 .swiper-container {
    overflow: hidden;
    padding: 50px 0px;
}

.business-prev,
.business-next {
    position: absolute;
    bottom: -70px;
    right: 0;
    width: 53px;
    height: 53px;
    cursor: pointer;
}

.business-prev {
    background: url(../images/ywbj-left.png) no-repeat;
    right: 70px;
}

.business-prev:hover {
    background: url(../images/ywbj-left1.png) no-repeat;
}

.business-next {
    background: url(../images/ywbj-right.png) no-repeat;

}

.business-next:hover {
    background: url(../images/ywbj-right1.png) no-repeat;
}



.indexCont1 .cTab .dt {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 28px;
    height: auto;
}

.indexCont1 .cTab .dd {
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
    margin: 0;
}

.indexCont1 .cTab .time {
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 24px;
    color: #1363AA;
    line-height: 28px;
    font-family: "Gilroy_Bold";
}

.indexCont1 .cTab h3 {
    font-size: 24px;
    color: #303E48;
    line-height: 33px;
    margin-right: 130px;
    margin-bottom: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .4s;
}

.indexCont1 .cTab p {
    font-size: 16px;
    color: rgba(87, 87, 87, .6);
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 68%;
}


.indexCont1 .list h4 {
    font-size: 18px;
    color: #666;
    line-height: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .4s;
    margin-top: 10px;
}

.indexCont1 .list h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.indexCont1 .list .time {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #d1d1d1;
    width: 17%;
    transition: all .4s;
}

.indexCont1 .list .time p {
    font-size: 30px;
    font-weight: 700;
    color: #d1d1d1;
    font-family: "Arimo";
    margin-bottom: 5px;
}

.indexCont1 .list .time span {
    font-size: 16px;
    font-weight: 700;
    font-family: "Arimo";

}

.news-item {
    padding: 16px 0px;
    border-bottom: 2px dashed #E5E5E5;
    position: relative;
    display: flex;
    background: url(../images/news-h.png) no-repeat right;
    transition: all .4s;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item:hover {
    background: url(../images/news-l.png) no-repeat right;
}

.news-item:hover .time {
    background: linear-gradient(90deg, #29B2EA 0%, #009CDE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.news-item:hover h4 {
    font-weight: 700;
}


.indexCont3 {
    padding: 82px 0;
}


.newsswioer {
    width: 47%;
    position: relative;
    overflow: hidden;
}

.mySwipernewsleft {
    position: relative;
}

.newsswioer .mySwipernews .swiper-slide .mySwipernewsleft img {
    width: 100%;
    height: 376px;
    object-fit: cover;
}

.pic-time {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: rgba(26, 170, 230, .8);
    padding: 16px 8px;

}

.pic-time p {
    font-size: 26px;
    font-family: 'Arimo';
    font-weight: 700;
}

.pic-time {
    font-size: 16px;
    font-family: 'Arimo';
    font-weight: 700;
}

.newsswioer .mySwipernews .swiper-slide .mySwipernewsright h2 a {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newsswioer .mySwipernews .swiper-slide .mySwipernewsright p {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mySwipernewsright {
    padding-left: 40px;
    border-radius: 6px;
    background: #fff;
    height: 190px;
    padding: 30px;
}


.swiper-paginationnews {
    left: auto !important;
    right: 0 !important;
    width: 20% !important;
    bottom: 220px !important;
}

.swiper-paginationnews span {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    margin: 0px 10px !important;
}

.swiper-paginationnews .swiper-pagination-bullet-active {
    background: #0DA3E2;
}

.home-title h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 26px;
}

.news-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.bom {
    width: 50.1%;
    background: #fff;
    padding: 36px 40px 30px 33px;
}

.bom .le {
    position: relative;
}

.bom ul {
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.bom ul li {
    font-size: 28px;
    font-weight: 500;
}

.ywbj-more {
    top: -2px;
}

.bottomC-top,
.bottomC-bottom {
    display: flex;
    justify-content: space-between;

}

.bottom-item {
    width: 32.3%;
}

.kjcx-item {
    width: 66.2%;
}

.bottom-sum {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all .5s;
    font-size: 18px;
    color: #fff;
    line-height: 1.67;
    margin-top: 0px;
    height: 0;
}

.bottom-item {
    position: relative;
    margin-top: 22px;
}

.bottom-inner {
    position: absolute;
    top: 80px;
    left: 60px;
    right: 60px;
    transition: all .5s;
}

.bottom-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.34;
}



.bottom-more {
    margin-top: 30px;
}

.bottom-item:hover .bottom-inner {
    top: 45px;
}

.bottom-item:hover .bottom-sum {
    height: 90px;
    margin-top: 20px;
}

@media screen and (max-width: 1400px) {

    .indexCont0,
    .indexCont1 {
        padding: 80px 0px
    }

    .gywm-left {
        width: 40%
    }

    .entite h2 {
        font-size: 28px;
    }

    .entite p {
        font-size: 17px;
    }

    .gywm-title {
        font-size: 36px;
    }

    .gywm-subtitle {
        font-size: 22px;
    }

    .num-con p {
        font-size: 54px;
    }

    .num-con li>span {
        font-size: 18px;
    }

    .home-title h2 {
        font-size: 34px;
    }

    .newsswioer .mySwipernews .swiper-slide .mySwipernewsright h2 a {
        font-size: 22px;
    }

    .newsswioer .mySwipernews .swiper-slide .mySwipernewsright p {
        margin-top: 16px;
    }

    .newsswioer .mySwipernews .swiper-slide .mySwipernewsleft img {
        height: 340px;
    }

    .mySwipernewsright {
        height: 170px;
        padding: 25px;
    }

    .bom ul li {
        font-size: 26px;
    }

    .home-more {
        font-size: 17px;
        top: -50px;
    }

    .indexCont1 .list .time p {
        font-size: 28px;
        margin-bottom: 3px;
    }

    .news-item {
        padding: 12px 0px;
    }

    .bom {
        width: 51%;
        padding: 30px 40px 25px 33px;
    }

    .news-con {
        margin-top: 40px;
    }

    .bottom-title {
        font-size: 28px;
    }

    .bottom-sum {
        font-size: 17px;
    }

    .bottom-more {
        margin-top: 20px;
    }

    .bottom-item:hover .bottom-sum {
        height: 80px;
    }

}

@media screen and (max-width: 1024px) {
    .banner {
        height: 300px;
    }

    .banner .sw-page {
        left: 10%;
        bottom:40px;
    }

    .banner .sw-page .swiper-pagination-bullet {
        width: 25px;
        height: 4px;
    }

    .gywm-con {
        flex-wrap: wrap;
    }

    .gywm-left,
    .gywm-right {
        width: 100%
    }
    .entite{
        margin-top:0px;
        margin-bottom:15px;
    }

    .gywm-right {
        margin-top: 24px;
    }

    .gywm-right .play{
        width:40px;
        height:40px;
    }

    .indexCont0,
    .indexCont1 {
        padding: 30px 0px;
    }

    .entite h2 {
        font-size: 20px;
    }

    .entite p {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 16px;
        margin-top:5px;
    }
    .business-bot{
        bottom:30px
    }

    .business-title{
        font-size: 18px;
    }

    .bus-more{
        width:30px;
        height:30px;
        bottom:30px;
        right:10px;
    }

   .business-prev, .business-next,.business-prev:hover, .business-next:hover{
        width:40px;
        height:40px;
        background-size:100%;
    }

    .business-prev{
        right:50px;
    }

    .indexCont2 .swiper-container{
        padding:20px 0px 10px;
    }

    .gywm-title {
        font-size: 26px;
    }

    .gywm-subtitle {
        font-size: 18px;
    }

    .gywm-sum {
        line-height: 1.6;
        font-size:14px;
    }

    .gywm-more a span {
        width: 30px;
        height: 30px;
        line-height: 26px;
    }

     .gywm-more a span img{
         width:5px;
     }

   .num-con {
        flex-wrap: wrap;
        margin-top: 30px;
        margin:30px 30px 0px;
    }

      .num-con li{
         width:40%;
          margin-bottom:10px;
     }

    .num-con p {
        font-size: 26px;
    }

    .num-con li>span {
        font-size: 14px;
    }

    .home-title h2 {
        font-size: 22px;
    }

    .news-con {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .newsswioer,
    .bom {
        width: 100%;
    }

    .pic-time{
        width:65px;
        height:65px;
    }

    .pic-time p{
        font-size:22px;
    }

    .pic-time{
        font-size:14px;
        padding: 10px 5px;
    }

    .newsswioer .mySwipernews .swiper-slide .mySwipernewsleft img {
        height: 220px;
    }

    .swiper-paginationnews {
        width: 30% !important;
        bottom: 150px !important;
    }

    .swiper-paginationnews span {
        margin: 0px 5px !important;
        width:10px;
        height:10px;
    }

    .newsswioer .mySwipernews .swiper-slide .mySwipernewsright h2 a {
        font-size: 17px;
    }

    .newsswioer .mySwipernews .swiper-slide .mySwipernewsright p {
        font-size: 14px;
        margin-top: 7px;
    }

    .mySwipernewsright {
        height: 130px;
        padding: 12px 20px;
    }

    .bom {
        margin-top: 20px;
    }

    .bom ul li {
        font-size: 20px;
    }

    .home-more {
        font-size: 14px;
        top: -51px;
    }

    .bom ul {
        padding-bottom: 16px;
    }

    .indexCont1 .list .time p {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .indexCont1 .list .time span {
        font-size: 15px;
    }

    .indexCont1 .list h4 {
        font-size: 14px;
        width: 76%;
    }

    .news-item {
        background: none;
        padding: 10px 0px;
    }

    .indexCont1 .list .time {
        width: 23%;
        line-height: 20px;
    }

    .indexCont2 {
        padding: 40px 0px 100px
    }

    .ywbj-more {
        top: 0px;
    }

    .bottomC-top,
    .bottomC-bottom {
        flex-wrap: wrap;
    }

    .bottom-item {
        width: 32%;
        margin-top: 10px;
    }

    .dqyd-item {
        width: 32%;
    }

    .kjcx-item{
        width: 66%;
    }

    .indexCont3 {
        padding: 30px 0px;
    }

    .bottom-inner{
        top:30px;
        left:10px;
        right: 10px;
    }

    .bottom-title {
        font-size: 15px;
    }

    .bottom-more{
        margin-top:10px;
    }

    .bottom-more img{
        width:20px;
    }

    .bottom-item:hover .bottom-sum {
        height: 0px;
        margin-top: 0px;
    }

    .bottomC-bottom .bottom-inner{
        top:15px;
    }
}