
.banner{
    position: relative;
    height: 28.125rem;
}

.banner-slide {
    position: relative;
    width: 100%;
    height: 28.125rem;
}
.banner-slide .swiper-slide {
    width: 100%;
    height: 28.125rem;
}

.banner-slide .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-slide .swiper-slide>a img {
    width: 100%;
    height: 100%;
}

.banner-slide .swiper-pagination {
    position: absolute;
    width:100%;
    bottom: 1.25rem;
    left: 0;
    height: 0.75rem;
    text-align: center;
}

.banner-slide .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 1rem;
    opacity: 1;
    background: #fff;
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(0,0,0,0.29);
    margin-left: 0.625rem;
}
.banner-slide .swiper-pagination-bullet:first-child{
    margin-left:0;
}
.banner-slide .swiper-pagination-bullet-active {
    width:1.875rem;
    background: #0068DF;
}

.banner form{
    display:flex;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:-1.875rem;
    width: 48.5rem;
    border-radius: 1.875rem;
    background: #ffffff;
    box-shadow: 0 0.75rem 0.625rem 0 rgb(128,183,239,0.16);
    z-index: 99;
}
.banner input[type="text"]{
    width:42.125rem;
    height:3.75rem;
    padding-left:1.25rem;
    border-radius: 1.875rem 0 0 1.875rem;
    color: #999999;
    font-size: 1rem;
    border: none;
    outline: none;
}
.banner #submit{
    width:6.375rem;
    height:3.75rem;
    border-radius: 1.875rem;
    background-image: linear-gradient(90deg, #3fb9ff 0%, #5590ff 100%);
}
.banner .submit{
    width:100%;
    height:100%;
    border:none;
    outline: none;
    cursor: pointer;
    background:url(submit.png) center center no-repeat;
    background-size:1.5625rem;
}
.con{
    background:#f4f8ff url(bg_1.png) center top no-repeat;
    background-size:100% auto;
}
.con .bt-box-1400{
    padding:3.9375rem 0 4.125rem 0;
}
.bg_2{
    background:  url(bg_2.png) center bottom no-repeat;
    background-size:100% auto;
}

.webon{
    min-height:37.5rem;
    padding:2.5rem 3.125rem;
    background:#fff;
}
.news-tab{
    display: flex;
    justify-content: center;
    border-bottom: 0.0625rem solid rgba(0,0,0,0.1);
}

.news-tab a{
    position: relative;
    width:7.875rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    height: 3.4375rem;
    color: #333333;
    font-size: 1.5rem;
    margin-left: 5.625rem;
}
.news-tab a:first-child{
    margin-left:0;
}
.news-tab a::after {
    display:none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1875rem;
    background: #0762fa;
}

.news-tab a:first-child::before{
    display:none;
    content: "";
    position: absolute;
    left:0;
    top:0.5rem;
    width:1.125rem;
    height:1.125rem;
    background:url(active_1.png) center center  no-repeat;
}
.news-tab a:nth-child(2)::before{
    display:none;
    content: "";
    position: absolute;
    left:0;
    top:0.5rem;
    width:1.125rem;
    height:1.125rem;
    background:url(active_2.png) center center  no-repeat;
}
.news-tab a:nth-child(3)::before{
    display:none;
    content: "";
    position: absolute;
    left:0;
    top:0.5rem;
    width:1.125rem;
    height:1.125rem;
    background:url(active_3.png) center center  no-repeat;
}
.news-tab a:nth-child(4)::before{
    display:none;
    content: "";
    position: absolute;
    left:0;
    top:0.5rem;
    width:1.125rem;
    height:1.125rem;
    background:url(active_4.png) center center  no-repeat;
}
.news-tab .active {
    color: #0762fa;
    padding-left:1.875rem;
}
.news-tab .active::before,.news-tab .active::after{
    display:block!important;
}
.news-tab a:hover{
    color: #0762fa;
    padding-left:1.875rem;
}
.news-tab a:hover::before,.news-tab a:hover::after{
    display:block!important;
}

.currentCol{
    display:none;
}
.news-list ul li{
    display:flex;
    /* justify-content: space-between; */
    font-size:1rem;
    padding:1.875rem 0;
    border-bottom: 0.0625rem solid #E2E2E2;
}
.view{
    flex-grow: 0;
    width:18rem;
    height:10.125rem;
    margin-right:1.875rem;
}
.view img{
    width:100%;
    height:100%;
}
.info{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    width:45.75rem;
}

.infoCon{
    margin-bottom: 1.5625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list ul li a{
    color: #333333;
    font-size: 1.125rem;
    font-weight: 700;
}
.news-list ul li .abstract{
    margin-top:1.25rem;
    color: #999999;
    font-size: 1rem;
    font-family: "Microsoft YaHei";
    line-height: 1.5rem;
}
.news-list ul li .time{
    margin-top:auto;
    color:#999;
    font-size: 1rem;
}
.pagination{
    justify-content: center;
    margin-top:1.875rem;
}

.layui-laypage{
    display:flex!important;
    justify-content: center;
}

.layui-laypage a, .layui-laypage span{
    padding: 0!important;
    width: 2rem!important;
    height: 2rem!important;
    text-align: center!important;
    line-height: 2rem!important;
    border-radius: 0.3125rem!important;
    margin: 0 0.3125rem!important;
    border: 0.0625rem solid #eeeeee!important;
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em{
    border-radius: 0.3125rem!important;
}
.layui-laypage>a:last-child, .layui-laypage>a:last-child em{
    border-radius: 0.3125rem!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    border-radius: 0.3125rem!important;
    background-color: #0073FF!important;
}

/* .layui-laypage-prev{
    background:url(pagePrev.png) center center no-repeat;
}
.layui-laypage-next{
    background:url(pageNext.png) center center no-repeat;
} */