.hide {
    display: none;
}

.swiper-con {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.swiper-con .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-con .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f0f2;
    background-position: center;
}

.swiper-con .swiper-pagination {
    bottom: 30px;
    width: 100%;
}

.swiper-con .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 5px!important;
    background: 0 0;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #1750ae;
    bottom: 60px;
    cursor: pointer;
    opacity: .5;
}

.swiper-con .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-wrapper .swiper-slide-active {
    z-index: 99;
}

.banner-swiper-content {
    width: var(--main-width);
    margin: 0 auto;
    padding-top: 270px;
    padding-left: 60px;
}

.banner-swiper-content .shadow-title {
    position: relative;
    color: #1750ae;
    font-weight: 700;
    font-size: 45px;
}

.banner-swiper-content .shadow-title .shadow {
    position: absolute;
    top: -45px;
    width: 100%;
    padding-left: 0px;
    color: #1750ae;
    font-size: 87px;
    opacity: .1;
    font-weight: lighter;
    letter-spacing: -2px;
}

.banner-swiper-content .content-text {
    margin-top: 50px;
    color: #060606;
    font-size: 20px;
    line-height: 36px;
    height: 100px;
}

.banner-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    width: 150px;
    height: 52px;
    font-size: 18px;
    background-color: #1750ae;
    border-radius: 26px;
}

.banner-more-button a {
    color: #fff;
}

.content-con {
    position: relative;
    width: 100%;
}

.content-con .content-body {
    width: var(--main-width);
    margin: 0 auto;
}

.item-shadow-title {
    position: relative;
    margin-top: 137px;
    font-size: 36px;
    color: #333;
    text-align: center;
}
.item-shadow-title-ed0211 {
    position: relative;
    margin-top: 137px;
    font-size: 36px;
    color: #FFF;
    text-align: center;
}

.item-shadow-title .shadow {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    font-size: 36px;
    color: #1c327e;
}

.swiper-slide {
    background: #fff;
}

.produce-con .swiper-slide .card-con {
    justify-content: left;
}

.produce-con .item-header-con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}

.produce-con .item-header-con .tabs-con {
    display: flex;
    overflow-x: auto;
}

.produce-con .item-header-con .tabs-con>li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 40px;
    margin-right: 20px;
    padding: 0 10px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

.produce-con .item-header-con .tabs-con>li:hover {
    color: #fff;
    background: #1750ae;
}

.produce-con .item-header-con .tabs-con .active {
    color: #fff;
    background: #1750ae;
}

.produce-con .item-header-con .more-link {
    font-size: 18px;
}

.produce-con .item-header-con .more-link:hover {
    color: #1750ae;
    cursor: pointer;
}

.produce-con .produce-swiper {
    overflow: hidden;
    width: 100%;
}

.produce-con .card-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.produce-con .card-con .card-item {
    background: #fff;
    width: 25%;
}

.produce-con .card-con .img-con {
    overflow: hidden;
    width: 100%;
}

.produce-con .card-con .img-con a {
    display: block;
    width: 100%;
}

.produce-con .card-con .img-con img {
    width: 100%;
    transition: transform .5s;
    max-width: 100%;
    padding: 0 6px;
    height: auto;
}

.produce-con .card-item:hover .img-con img {
    transform: scale(1.1);
    transition: transform 0.5s;
}


.produce-con .card-con .card-title {
    margin-top: 24px;
    height: 60px;
    text-align: center;
    font-size: 16px;
}

.produce-con .card-con .more {
    display: block;
    width: 90px;
    height: 25px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    background-color: #1750ae;
    border-radius: 4px;
}

.check-con {
    margin-top: 80px;
}

.check-con .check-title {
    position: absolute;
    top: 90px;
    z-index: 9;
    width: 100%;
    margin-top: 0;
}
.chek-title-edi{
	color:#FFF !important;
	}
.check-con .check-swiper {
    width: 100%;
    height: 668px;
    overflow: hidden;
}

.check-con .check-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f0f0f2;
    background-position: center;
}

.check-con .check-swiper-content {
    width: var(--main-width);
    margin: 0 auto;
    padding-top: 200px;
}

.check-con .check-swiper-content .swiper-title {
    position: relative;
    color: #1750ae;
    font-size: 36px;
    font-weight: 700;
}
.check-con .check-swiper-content .swiper-title-ed0211 {
    position: relative;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
}

.check-con .check-swiper-content .content-text {
    margin-top: 70px;
    color: #333;
    font-size: 16px;
    line-height: 36px;
    height: 100px;
}
.check-con .check-swiper-content .content-text-ed0221 {
    margin-top: 70px;
    color: #FFF;
    font-size: 16px;
    line-height: 36px;
    height: 100px;
}

.check-con .check-content-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100px;
    background-color: #1750ae;
}

.check-con .check-content-footer>li {
    display: flex;
    align-items: center;
    color: #fff;
    height: 100%;
    padding: 0 25px;
    cursor: pointer;
    font-size: 16px;
    opacity: .8;
}

.check-con .check-content-footer .active {
    opacity: 1;
}

.project-con .item-title {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

.project-con .project-swiper {
    position: relative;
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}

.project-con .item-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.project-con .abs-img {
    width: 860px;
    height: auto;
}

.project-con .abs-text-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 740px;
    height: 90%;
    padding-left: 40px;
    background-color: rgba(23,80,174,.7);
}

.project-con .process-con {
    margin-top: 55px;
    color: #fff;
    font-size: 28px;
}

.project-con .title {
    margin-top: 38px;
    color: #fff;
    font-size: 36px;
}

.project-con .text {
    width: 540px;
    margin-top: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.project-con .detail-but {
    display: block;
    width: 80px;
    height: 40px;
    margin-top: 45px;
    font-size: 14px;
    color: #1750ae;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}

.project-con .project-swiper-pagination {
    padding-right: 50%;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.project-con .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 0 5px!important;
    background: 0 0;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #1750ae;
    bottom: 60px;
    cursor: pointer;
    opacity: .5;
}

.project-con .swiper-pagination-bullet-active {
    opacity: 1;
}

.about-us-con {
    background-image: url(../images/aboutBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    padding-bottom: 80px;
}

.about-us-con .company-info {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.about-us-con .left-con {
    width: 1px;
    flex: 1;
    height: 100%;
}

.about-us-con .text-con {
    width: 660px;
    height: 200px;
    margin-top: 60px;
    font-size: 16px;
    line-height: 200%;
    color: #333;
}

.about-us-con .import-info {
    display: flex;
    justify-content: space-between;
    padding-right: 80px;
    padding-left: 40px;
}

.about-us-con .import-info>li {
}

.about-us-con .import-info .title {
    font-size: 36px;
    color: #1750ae;
}

.about-us-con .import-info .title .big-num {
    font-size: 36px;
}

.about-us-con .import-info .title .unit {
    font-size: 16px;
}

.about-us-con .import-info .describe {
    font-size: 16px;
    margin-top: 20px;
}

.about-us-con .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 54px;
    margin-top: 110px;
    color: #fff;
    font-size: 18px;
    background: #1750ae;
    border-radius: 27px;
}

.about-us-con .company-img-con {
    flex: 1;
    position: relative;
    width: 1px;
    height: 560px;
}

.about-us-con .company-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background-image: url("/static/1/content/images/about.jpg");
    background-size: cover;
    background-position: center;
    border-top-left-radius: 50px;
}

.news-con {
    background: #f9f9f9;
    padding-bottom: 80px;
    overflow: hidden;
}

.news-con .item-shadow-title {
    margin-top: 100px;
}

.news-con .news-info {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.news-con .left-con {
    width: 410px;
}

.news-con .left-con>img {
    width: 100%;
    height: 316px;
}

.news-con .right-con {
    width: 1px;
    flex: 1;
    padding-left: 40px;
}

.news-con .right-con .news-list-item {
    margin-top: 25px;
}

.news-con .right-con .news-list-item:first-child {
    margin-top: 0;
}

.news-con .news-list-item {
    display: flex;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.news-con .date .day {
    font-size: 48px;
    color: #1750ae;
}

.news-con .date .month {
    font-size: 16px;
    color: #000;
}

.news-con .content {
    padding-left: 60px;
    flex: 1;
    width: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.news-con .title a {
    margin-top: 6px;
    font-size: 18px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-con .text {
    height: 44px;
    margin-top: 16px;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
}

.news-con .text-left {
    flex: 1;
    width: 1px;
    padding-left: 20px;
    margin-top: 40px;
    height: 45px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 700px) {

    .swiper-con {
        height: 350px
    }

    .swiper-con .swiper-pagination {
        bottom: 10px
    }

    .swiper-con .swiper-pagination-bullet {
        width: 18px;
        height: 18px
    }

    .banner-swiper-content {
        padding-top: 60px;
		padding-left:0px;
    }

    .banner-swiper-content .shadow-title {
        font-size: 26px;
        text-align: center
    }

    .banner-swiper-content .shadow-title .shadow {
        text-align: center;
        font-size: 26px;
        top: -30px
    }

    .banner-swiper-content .content-text {
        height: 80px;
        font-size: 16px;
        line-height: 18px;
        text-align: center
    }

    .banner-swiper-content .banner-more-button {
        margin: 0 auto;
        font-size: 14px;
        width: 100px;
        height: 40px;
        line-height: 40px
    }

    .item-shadow-title {
        margin-top: 50px;
        font-size: 20px
    }

    .item-shadow-title .shadow {
        top: -22px;
        font-size: 20px;
		color:#1c327e !important;
    }

    .produce-con .item-header-con {
        margin-top: 20px;
        padding: 0 20px
    }

    .produce-con .item-header-con .more-link {
        display: none
    }

    .produce-con .item-header-con .tabs-con {
    }

    .produce-con .item-header-con .tabs-con>li {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
        height: 30px
    }

    .produce-con .card-con {
        margin-top: 10px;
        padding: 0 20px;
        flex-wrap: wrap
    }

    .produce-con .card-con .card-item {
        width: calc(100% / 2 - 10px);
        margin-bottom: 30px
    }

    .produce-con .card-con .card-title {
        height: 50px
    }

    .check-con {
        margin-top: 90px
    }

    .check-con .check-title {
        top: -44px;
		color:#333 !important
    }

    .check-con .check-swiper {
        height: 300px
    }

    .check-con .check-swiper-content {
        padding-top: 20px
    }

    .check-con .check-swiper-content .swiper-title {
        font-size: 20px;
        text-align: center
    }

    .check-con .check-swiper-content .content-text {
        font-size: 14px;
        margin-top: 10px;
        text-align: left;
        height: 140px;
		margin-left:20px;
		margin-right:20px;
    }

    .check-con .check-swiper-content .banner-more-button {
        margin: 60px auto 0 auto;
        width: 100px;
        height: 32px
    }

    .check-con .check-content-footer {
        height: auto;
        flex-wrap: wrap;
        margin-top: 20px;
        background-color: transparent
    }

    .check-con .check-content-footer>li {
        height: 30px;
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 14px;
        padding: 0 5px;
        background-color: #1750ae;
        color: #fff;
        border-radius: 4px
    }

    .project-con .swiper-pagination-bullet {
        width: 18px;
        height: 18px
    }

    .project-con .process-con {
        margin-top: 30px
    }

    .project-con .item-title {
        margin-top: 10px;
        text-align: center;
        font-size: 14px
    }

    .project-con .project-swiper {
        height: 345px;
        margin-top: 20px
    }

    .project-con .title {
        margin-top: 20px;
        font-size: 24px
    }

    .project-con .text {
        font-size: 14px;
        margin-top: 20px;
        width: 100%
    }

    .project-con .abs-img {
        height: 300px;
        width: 100%
    }

    .project-con .detail-but {
        margin-top: 20px;
        height: 30px;
        line-height: 30px
    }

    .project-con .abs-text-content {
        width: 100%;
        height: 300px;
        top: 0;
        bottom: auto;
        padding-right: 40px
    }

    .project-con .project-swiper-pagination {
        padding-right: 0;
        bottom: 10px
    }

    .about-us-con {
        padding-bottom: 40px
    }

    .about-us-con .company-info {
        flex-wrap: wrap;
        margin-top: 0;
        padding: 0 20px
    }

    .about-us-con .import-info {
        text-align: center;
        padding: 0;
    }

    .about-us-con .import-info .describe {
        font-size: 14px
    }

    .about-us-con .left-con {
        width: 100%
    }

    .company-img-con {
        display: none;
    }

    .about-us-con .text-con {
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding-bottom: 20px
    }

    .about-us-con .company-img {
    }

    .about-us-con .more {
        margin: 30px auto;
        height: 40px;
        font-size: 16px;
        width: 100px;
        border-radius: 20px
    }

    .news-con {
        padding-bottom: 20px
    }

    .news-con .news-info {
        margin-top: 20px
    }

    .news-con .content-body {
        padding: 0 20px
    }

    .news-con .left-con {
        display: none
    }

    .news-con .right-con {
        width: 100%;
        padding-left: 0
    }

    .news-con .content {
        padding-left: 20px
    }

    .news-con .title {
        font-size: 16px
    }

    .news-con .text {
        margin-top: 5px;
        font-size: 14px
    }

    .news-con .date {
        text-align: center;
        margin-top: 10px
    }

    .news-con .date .day {
        font-size: 22px
    }

    .news-con .date .month {
        font-size: 12px
    }
}

@media (min-width: 700px) and (max-width:1000px) {

    .banner-swiper-content {
        padding-top: 100px
    }

    .banner-swiper-content .shadow-title {
        font-size: 32px;
        text-align: center
    }

    .banner-swiper-content .shadow-title .shadow {
        text-align: center;
        font-size: 32px;
        top: -30px
    }

    .banner-swiper-content .content-text {
        height: 80px;
        font-size: 20px;
        line-height: 26px;
        text-align: center
    }

    .banner-swiper-content .banner-more-button {
        margin: 0 auto;
        font-size: 18px;
        width: 120px;
        height: 50px;
        line-height: 50px
    }

    .item-shadow-title {
        margin-top: 70px;
        font-size: 28px
    }

    .item-shadow-title .shadow {
        top: -22px;
        font-size: 28px
    }

    .produce-con .item-header-con {
        margin-top: 40px
    }

    .produce-con .item-header-con .more-link {
        display: none
    }

    .produce-con .item-header-con .tabs-con {
    }

    .produce-con .item-header-con .tabs-con>li {
        font-size: 12px;
        margin-bottom: 10px;
        height: 30px
    }

    .produce-con .card-con {
        margin-top: 20px;
        flex-wrap: wrap
    }

    .produce-con .card-con .card-item {
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px
    }

    .check-con {
        margin-top: 70px
    }

    .check-con .check-title {
        top: 30px
    }

    .check-con .check-swiper {
        height: 400px
    }

    .check-con .check-swiper-content {
        padding-top: 100px
    }

    .check-con .check-swiper-content .swiper-title {
        font-size: 26px;
        text-align: center
    }

    .check-con .check-swiper-content .content-text {
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
        height: 140px
    }

    .check-con .check-swiper-content .banner-more-button {
        margin: 10px auto 0 auto;
        width: 120px;
        height: 42px
    }

    .check-con .check-content-footer {
        height: 60px;
        flex-wrap: wrap
    }

    .check-con .check-content-footer>li {
        height: 100%;
        padding: 0 10px;
        font-size: 16px;
        color: #fff
    }

    .project-con .process-con {
        margin-top: 60px
    }

    .project-con .item-title {
        margin-top: 10px;
        text-align: center;
        font-size: 16px
    }

    .project-con .project-swiper {
        height: 460px
    }

    .project-con .title {
        margin-top: 40px;
        font-size: 24px
    }

    .project-con .text {
        font-size: 16px;
        margin-top: 20px;
        width: 100%
    }

    .project-con .abs-img {
        height: 400px;
        width: 500px
    }

    .project-con .detail-but {
        margin-top: 20px;
        height: 34px;
        line-height: 34px
    }

    .project-con .abs-text-content {
        width: 500px;
        height: 400px;
        padding-right: 40px
    }

    .about-us-con .company-info {
        margin-top: 0;
        padding: 0 20px
    }

    .about-us-con .text-con {
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        padding-right: 20px
    }

    .about-us-con .company-img {
    }

    .about-us-con .more {
        margin: 30px auto;
        height: 46px;
        font-size: 16px;
        width: 100px;
        border-radius: 20px
    }

    .news-con {
        padding-bottom: 20px
    }

    .news-con .news-info {
        margin-top: 20px
    }

    .news-con .content-body {
        padding: 0 20px
    }

    .news-con .left-con {
        width: 310px
    }

    .news-con .left-con>img {
        height: 310px
    }

    .news-con .left-con .date {
        margin-top: 36px
    }

    .news-con .right-con {
        width: 100%;
        padding-left: 20px
    }

    .news-con .content {
        padding-left: 20px
    }

    .news-con .title {
        font-size: 16px
    }

    .news-con .text {
        margin-top: 5px;
        font-size: 14px
    }

    .news-con .date {
        text-align: center;
        margin-top: 10px
    }

    .news-con .date .day {
        font-size: 22px
    }

    .news-con .date .month {
        font-size: 12px
    }
}

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

    .banner-swiper-content {
        padding-top: 150px
    }

    .banner-swiper-content .shadow-title {
        font-size: 32px
    }

    .banner-swiper-content .shadow-title .shadow {
        font-size: 32px;
        top: -30px
    }

    .banner-swiper-content .content-text {
        height: 80px;
        font-size: 20px;
        line-height: 26px
    }

    .banner-swiper-content .banner-more-button {
        font-size: 18px;
        width: 120px;
        height: 60px;
        line-height: 60px
    }

    .item-shadow-title {
        margin-top: 70px;
        font-size: 32px
    }

    .item-shadow-title .shadow {
        top: -35px;
        font-size: 32px
    }

    .produce-con .item-header-con {
        margin-top: 60px
    }

    .produce-con .item-header-con .tabs-con {
    }

    .produce-con .item-header-con .tabs-con>li {
        font-size: 12px;
        margin-bottom: 10px;
        height: 30px
    }

    .produce-con .card-con {
        margin-top: 50px;
        flex-wrap: wrap
    }

    .produce-con .card-con .card-item {
        width: calc(100% / 4 - 0px)
    }

    .check-con {
        margin-top: 70px
    }

    .check-con .check-title {
        top: 70px
    }

    .check-con .check-swiper {
        height: 500px
    }

    .check-con .check-swiper-content {
        padding-top: 120px
    }

    .check-con .check-swiper-content .swiper-title {
        font-size: 28px
    }

    .check-con .check-swiper-content .content-text {
        font-size: 15px;
        margin-top: 10px;
        height: 100px
    }

    .check-con .check-swiper-content .banner-more-button {
        width: 120px;
        height: 42px;
        margin-top: 20px;
    }

    .check-con .check-content-footer {
        height: 80px;
        flex-wrap: wrap
    }

    .check-con .check-content-footer>li {
        height: 100%;
        padding: 0 10px;
        font-size: 16px;
        color: #fff
    }

    .project-con .process-con {
        margin-top: 60px
    }

    .project-con .item-title {
        margin-top: 10px;
        text-align: center;
        font-size: 16px
    }

    .project-con .project-swiper {
        height: 460px
    }

    .project-con .title {
        margin-top: 20px;
        font-size: 24px
    }

    .project-con .text {
        font-size: 16px;
        margin-top: 20px;
        width: 100%
    }

    .project-con .abs-img {
        height: 400px;
        width: 600px
    }

    .project-con .detail-but {
        margin-top: 20px;
        height: 34px;
        line-height: 34px
    }

    .project-con .abs-text-content {
        width: 600px;
        height: 90%;
        padding-right: 40px
    }

    .about-us-con .company-info {
        margin-top: 50px;
        padding: 0 20px
    }

    .about-us-con .text-con {
        margin-top: 20px;
        width: 100%;
        height: auto;
        font-size: 15px;
        line-height: 28px;
        padding-bottom: 20px;
        padding-right: 20px;
        color: #333;
    }

    .about-us-con .company-img-con {
        height: 420px;
    }

    .about-us-con .company-img {
    }

    .about-us-con .more {
        margin: 30px auto;
        height: 50px;
        font-size: 18px;
        width: 120px;
        border-radius: 25px
    }

    .news-con {
        padding-bottom: 40px
    }

    .news-con .news-info {
        margin-top: 20px
    }

    .news-con .content-body {
        padding: 0 20px
    }

    .news-con .left-con {
        width: 380px
    }

    .news-con .left-con>img {
        height: 300px
    }

    .news-con .left-con .date {
        margin-top: 36px
    }

    .news-con .right-con {
        width: 100%;
        padding-left: 60px
    }

    .news-con .right-con .news-list-item {
        margin-top: 37px
    }

    .news-con .content {
        padding-left: 20px
    }

    .news-con .title {
        font-size: 24px
    }

    .news-con .text {
        margin-top: 5px;
        font-size: 16px
    }

    .news-con .date {
        text-align: center;
        margin-top: 6px
    }

    .news-con .date .day {
        font-size: 30px
    }

    .news-con .date .month {
        font-size: 12px
    }
}


/* 移动端 */
.mobile-swiper-con {
    display: none;
    width: 100%;
    height: 400px;
    margin-top: 56px;
    position: relative;
    overflow: hidden
}

.mobile-swiper-con .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.mobile-swiper-con .mobile-banner-swiper-content {
    width: 92%;
    margin: 0 auto;
    text-align: center
}

.mobile-swiper-con .shadow-title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
    color: rgba(28,50,126,.1);
    text-transform: uppercase
}

.mobile-swiper-con .this-title-con {
    font-size: 22px;
    margin-top: 0;
    color: #1c327e;
    font-weight: 700
}

.mobile-swiper-con .content-text {
    margin-top: 7px;
    line-height: 24px;
    font-size: 15px;
    max-width: 390px
}

.mobile-swiper-con .swiper-pagination {
    bottom: 2%;
    text-align: center;
    width: 100%;
}

.mobile-swiper-con .mobile-banner-more-button {
    width: 80px;
    height: 40px;
    margin: 10px auto;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #1750ae;
    border-radius: 20px;
    font-size: 14px
}

.mobile-swiper-con .mobile-banner-more-button a{
    color: #fff;
}
.mobile-swiper-con .swiper-pagination-bullet {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 1;
    position: relative;
    background: 0 0
}

.mobile-swiper-con .swiper-pagination-bullet-active {
    background: #fff;
    border: solid 1px #1c327e
}

.mobile-swiper-con .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #1c327e
}

@media (max-width:700px) {
    #banner {
        display: none
    }

    #mobile-banner {
        display: block
    }
}