﻿@font-face {
    font-family: 'Fonts'; /*字体名称*/
    font-weight: normal;
    font-style: normal;
}


a {
    text-decoration: none;
}

/*手机*/
@media screen and (max-width: 767px) {
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
    }

    .banner {
        margin-top: 50px;
        width: 100%;
        height: 250px;
    }

    .banner-img {
        width: 100%;
        height: 250px;
        display: block;
        object-fit: cover;
    }

    .small-projecttitlebox {
        width: 100%;
        height: 70px;
        background-color: white;
        text-align: center;
    }

    .small-projectimg {
        width: 100px;
        height: 37px;
        margin-top: 17px;
    }

    .small-pingban-broll {
        overflow: hidden;
        position: relative;
    }

    .small-pingban-rolliimgbox {
        width: 100%;
        height: 244px;
        overflow: hidden;
    }

    .rollimg {
        width: 100%;
        height: 244px;
        object-fit: cover;
        display: block;
    }

    .small-pingban-rolltextbox {
        width: 100%;
        height: auto;
        background-color: #007aff;
        padding-top: 1px;
        padding-bottom: 10px;
    }

    .small-pingban-title {
        font-size: 24px;
        color: white;
        width: 80%;
        margin: 12px 24px 0 24px;
        display: -webkit-box;
        display: -moz-box;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .small-pingban-eng {
        color: rgba(255,255,255,0.38);
        font-size: 15px;
        margin: 0 24px;
    }

    .small-pingban-text {
        font-size: 15px;
        margin: 14px 24px 0 24px;
        line-height: 25px;
        color: white;
        height: 100px;
        display: -webkit-box;
        display: -moz-box;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .roll-aa{
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .roll-a {
            margin-top: 12px;
    width: 90px;
    }

    .swiper-pagination {
        bottom: 252px !important;
    }

    .swiper-pagination-bullet-active {
        background: rgba(255,255,255,1) !important;
    }

    .small-projecttabbox {
        width: 90%;
        height: 32px;
        margin: 0 auto;
        overflow: hidden;
        border-bottom: 1px solid #eeeeee;
    }

        .small-projecttabbox .swiper-wrapper .swiper-slide {
            width: auto !important;
        }

    .tab {
        text-align: left;
        color: #87929c;
        height: 30px;
    }

    .tabactive {
        border-bottom: 2px solid #a9844d;
        font-weight: bold;
        color: #a9844d;
    }

    .small-projectlist {
        width: 100%;
        margin: 0 auto;
    }

    .Small-article {
        width: 90.5%;
        height: auto;
        margin: 0 auto;
        padding-top: 1px;
    }

    .Small-article-list {
        width: 100%;
        height: auto;
        margin: 15px auto 15px auto;
        font-size: 0;
    }

    .Small-article-list-left {
        display: inline-block;
        vertical-align: top;
        width: 55%;
        height: 150px;
        overflow: hidden;
    }

    .Small-article-list-right {
        width: 100%;
        height: auto;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        background-color: #eeeeee;
        flex-direction: column;
        padding-top: 10px;
    }

    .Small-article-list-img {
        display: block;
        height: 150px;
    }

    .Small-article-title {
        font-size: 15px;
        color: #322d24;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 90%;
        line-height: 22px;
        max-height: 44px;
        height: auto;
    }

    .Small-article-date {
        font-size: 13px;
        color: rgba(95, 92, 85, 0.7);
        width: 90%;
        margin: 4% auto;
    }


    .readmore {
           background-image: url(../../images/project/readmore.jpg);
        background-repeat: no-repeat;
    width: 100px;
    height: 32px;
    background-size: 100% 100%;
    margin: 0 auto 15px auto;
    }

    .small-projectimg1 {
        width: 100px;
        height: 40px;
    }

    .small-typelist {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
    }


    .small-typebox {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-right: 7px;
        margin-top: 7px;
        text-align: center;
        overflow: hidden;
    }

        .small-typebox:nth-child(even) {
            margin-right: 0;
        }

    .small-projecttitlebox1 {
        width: 100%;
        height: 27px;
        background-color: white;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .mtypeimg {
        width: 100%;
    }
}


/*平板*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
     .next:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }
    .prev:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*图片列表*/
    .LargeViewport {
        display: none;
    }

    .SmallViewport {
        display: block;
    }

    .banner {
        margin-top: 50px;
        width: 100%;
        height: 400px;
    }

    .banner-img {
        width: 100%;
        height: 400px;
        display: block;
        object-fit: cover;
    }

    .small-projecttitlebox {
        width: 100%;
        height: 180px;
        background-color: white;
        text-align: center;
    }

    .small-projectimg {
        margin-top: 62px;
    }

    .small-pingban-broll {
        overflow: hidden;
        position: relative;
    }

    .small-pingban-rolliimgbox {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .rollimg {
        width: 100%;
        height: 400px;
        object-fit: cover;
        display: block;
    }

    .small-pingban-rolltextbox {
        width: 100%;
        height: 260px;
        background-color: #007aff;
        padding-top: 1px;
    }

    .small-pingban-title {
        font-size: 30px;
        color: white;
        width: 80%;
        margin-top: 35px;
        margin-left: 50px;
    }

    .small-pingban-eng {
        color: rgba(255,255,255,0.38);
        font-size: 20px;
        margin-left: 50px;
        margin-top: 10px;
    }

    .small-pingban-text {
        font-size: 15px;
        width: 80%;
        margin-top: 20px;
        margin-left: 50px;
        line-height: 25px;
        color: white;
    }

    .roll-a {
        margin-top: 20px;
        margin-left: 50px;
    }

    .swiper-pagination {
        bottom: 252px !important;
    }

    .swiper-pagination-bullet-active {
        background: rgba(255,255,255,1) !important;
    }

    .small-projecttabbox {
        width: 90%;
        height: 32px;
        margin: 0 auto;
        overflow: hidden;
        border-bottom: 1px solid #eeeeee;
    }

        .small-projecttabbox .swiper-wrapper .swiper-slide {
            width: auto !important;
            margin-right: 70px;
        }

    .tab {
        text-align: left;
        color: #87929c;
        height: 30px;
    }

    .tabactive {
        border-bottom: 2px solid #a9844d;
        font-weight: bold;
        color: #a9844d;
    }

    .small-projectlist {
        width: 100%;
        margin: 30px auto auto auto;
    }

    .Small-article {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 1px;
    }

    .Small-article-list {
        width: 100%;
        height: 336px;
        margin: 0 auto 30px auto;
        background-color: peachpuff;
        font-size: 0;
    }

    .Small-article-list-left {
        display: inline-block;
        vertical-align: top;
        width: 55%;
        height: 336px;
    }

    .Small-article-list-right {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        height: 336px;
        background-color: #eeeeee;
    }

    .Small-article-list-img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .Small-article-title {
        font-size: 27px;
        color: #322d24;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 90%;
        margin: 22% auto auto auto;
    }

    .Small-article-date {
        font-size: 28px;
        color: rgba(95, 92, 85, 0.7);
        width: 90%;
        margin: 4% auto;
    }

    .readmore {
        background-image: url("../../images/project/readmore.png");
        width: 211px;
        height: 64px;
        background-size: cover;
        margin: 0 auto 30px auto;
    }

    .small-projectimg1 {
        width: 188px;
        height: 77px;
    }

    .small-typelist {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 60px;
    }

    .small-typebox {
        width: 42%;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        margin-left: 4%;
        margin-top: 30px;
        text-align: center;
        overflow: hidden;
    }

    .small-projecttitlebox1 {
        width: 100%;
        height: 77px;
        background-color: white;
        text-align: center;
        margin-top: 62px;
        margin-bottom: 30px;
    }

    .mtypeimg {
        width: 100%;
    }
}


/*1366*/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {


    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
        position: relative;
    }

    .banner-img {
        display: block;
    }

    /*项目*/
    .project-box {
        width: 1200px;
        height: 844px;
        margin: 0 auto;
        text-align: center;
        padding-top: 1px;
    }

    .projecttitle {
        margin-top: 46px;
    }

    .project-rollbox {
        width: 100%;
        height: 630px;
        margin-top: 40px;
        font-size: 0;
    }

    .swiper-containerbig {
        overflow: hidden;
        width: 1200px;
    }

    .swiper-containersmall {
        overflow: hidden;
        width: 1200px;
    }

    .bigleft {
        width: 765px;
        height: 426px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .bigimg {
        width: 765px;
        height: 426px;
        object-fit: cover;
        display: block;
    }

    .bigright {
        width: 434px;
        height: 426px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        background-color: #007aff;
    }

    .smallbox {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }

    .smallimg {
        width: 100%;
        height: 190px;
        display: block;
        object-fit: cover;
    }

    .swiper-slide {
        position: relative;
    }

    .swiper-border {
      position: absolute;
    top: 23px;
    left: 22px;
    width: 89%;
    height: 143px;
    border: 1px solid white;
    display: none;
    }

    .bigtitle {
        font-size: 36px;
        color: #ffffff;
        width: 80%;
        margin: 80px auto auto auto;
        text-align: left;
    }

    .bigeng {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.38);
        width: 80%;
        margin: 20px auto auto auto;
        text-align: left;
    }

    .bigtext {
        font-size: 14px;
        color: white;
        width: 80%;
        margin: 40px auto auto auto;
        text-align: left;
        line-height: 22px;
    }

    .bigmore {
        width: 80%;
        text-align: left;
        margin: 30px auto auto auto;
    }

    .project-news {
        width: 100%;
        height: auto;
        background-color: #dadbd8;
        margin: 0 auto;
    }

    .project-newbox {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }

    .project-navli {
        width: 1230px;
        height: 118px;
        margin-top: 50px;
        padding: 0;
        font-size: 0;
        text-align: left;
    }

    .project-navimg {
        display: inline-block;
        margin-right: 2%;
        cursor: pointer;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    }

    .project-navlist {
        text-align: left;
        margin-top: 50px;
        width: 1226px;
    }

    .content-img {
        transition: all 0.5s;
        width: 100%;
        display: block;
        height: 286px;
    }

    .ContentImgActive {
        transform: scale(1.2)
    }

    .content-right-main {
        display: block;
    }

    .Foot {
        margin-top: 0 !important;
    }

    .project-btn {
        width: 142px;
        height: 52px;
        background-color: #007aff;
        font-size: 16px;
        text-align: center;
        line-height: 52px;
        margin: 0 auto;
        cursor: pointer;
        position: relative;
    }

        .project-btn a {
            color: white;
        }

    .jian {
        display: inline-block;
        background-image: url(../../images/project/jian.png);
        width: 24px;
        height: 14px;
        margin-left: 5px;
        vertical-align: -2px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project-btn:hover {
        background-color: #006cd1;
    }

    .SmallViewport {
        display: none;
    }

    .project-type {
        padding-bottom: 60px;
    }

    .type-imgbox {
        text-align: center;
    }

    .type-img {
        margin-top: 60px;
    }

    .type-listbox {
        width: 1200px;
        margin: 0 auto;
    }
    /*.project-navimg:last-child{*/
    /*margin-right: 0;*/
    /*}*/


    .content-new {
        width: 1200px;
        height: auto;
        margin-top: 1.7%;
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .content-new::after {
            content: '';
            width: 32.5%;
            border: 1px solid transparent;
        }

    .content-new-box {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 190px;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        background-color: white;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 40px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;

    }

    .content-new-a {
        width: 90%;
        position: absolute;
    }

        .content-new-a:hover .content-new-Top-Right-Title {
            color: #348ae8;
        }

    .content-new-Top {
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .content-new-Top-Left {
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: column;
        width: 18%;
        justify-content: center;
        align-items: center;
        margin-right: 9%;
    }

    .content-new-Top-Right {
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: column;
        width: 73%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;
    }

    .content-new-Top-Left-Time {
        font-size: 60px;
        color: #348ae8;
        font-weight: bold;
        font-family: 'Fonts';
    }

    .content-new-Top-Left-Day {
        font-size: 14px;
        color: #123459;
        font-family: 'Fonts';
    }

    .content-new-Top-Right-Title {
        font-size: 17px;
        color: #323843;
        font-weight: bold;
        height: auto;
        max-height: 48px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        margin-bottom: 10px;
        text-align: justify;
        width: 100%;
    }

    .content-new-Top-Right-Text {
        font-size: 14px;
        color: #554d40;
        width: 100%;
        height: 19px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .content-new-Bottom {
        padding-top: 20px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        width: 100%;
    }

    .newicon {

        height: 11px;
    }

    .content-new-img {
        width: 100%;
        height: 100%;
        display: none;
        object-fit: cover;
        position: absolute;
    }
     .next:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }
    .prev:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }
}


/*1440*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) {

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
        position: relative;
    }

    .banner-img {
        display: block;
    }

    /*项目*/
    .project-box {
        width: 1200px;
        height: 844px;
        margin: 0 auto;
        text-align: center;
        padding-top: 1px;
    }

    .projecttitle {
        margin-top: 46px;
    }

    .project-rollbox {
        width: 100%;
        height: 630px;
        margin-top: 40px;
        font-size: 0;
    }

    .swiper-containerbig {
        overflow: hidden;
        width: 1200px;
    }

    .swiper-containersmall {
        overflow: hidden;
        width: 1200px;
    }

    .bigleft {
        width: 765px;
        height: 426px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .bigimg {
        width: 765px;
        height: 426px;
        object-fit: cover;
        display: block;
    }

    .bigright {
        width: 434px;
        height: 426px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        background-color: #007aff;
    }

    .smallbox {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }

    .smallimg {
        width: 100%;
        height: 190px;
        display: block;
        object-fit: cover;
    }

    .swiper-slide {
        position: relative;
    }

    .swiper-border {
    position: absolute;
    top: 23px;
    left: 22px;
    width: 89%;
    height: 143px;
    border: 1px solid white;
    display: none;
    }

    .bigtitle {
        font-size: 36px;
        color: #ffffff;
        width: 80%;
        margin: 80px auto auto auto;
        text-align: left;
    }

    .bigeng {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.38);
        width: 80%;
        margin: 20px auto auto auto;
        text-align: left;
    }

    .bigtext {
        font-size: 14px;
        color: white;
        width: 80%;
        margin: 40px auto auto auto;
        text-align: left;
        line-height: 22px;
    }

    .bigmore {
        width: 80%;
        text-align: left;
        margin: 30px auto auto auto;
    }

    .project-news {
        width: 100%;
        height: auto;
        background-color: #dadbd8;
        margin: 0 auto;
    }

    .project-newbox {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }

    .project-navli {
        width: 1230px;
        height: 118px;
        margin-top: 50px;
        padding: 0;
        font-size: 0;
        text-align: left;
    }

    .project-navimg {
        display: inline-block;
        margin-right: 2%;
        cursor: pointer;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    }

    .project-navlist {
        text-align: left;
        margin-top: 50px;
        width: 1226px;
    }

    .content-img {
        transition: all 0.5s;
        width: 100%;
        display: block;
        height: 286px;
    }

    .ContentImgActive {
        transform: scale(1.2)
    }

    .content-right-main {
        display: block;
    }

    .Foot {
        margin-top: 0 !important;
    }

    .project-btn {
        width: 142px;
        height: 52px;
        background-color: #007aff;
        font-size: 16px;
        text-align: center;
        line-height: 52px;
        margin: 0 auto;
        cursor: pointer;
        position: relative;
    }

        .project-btn a {
            color: white;
        }

    .jian {
        display: inline-block;
        background-image: url(../../images/project/jian.png);
        width: 24px;
        height: 14px;
        margin-left: 5px;
        vertical-align: -2px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project-btn:hover {
        background-color: #006cd1;
    }

    .SmallViewport {
        display: none;
    }

    .project-type {
        padding-bottom: 60px;
    }

    .type-imgbox {
        text-align: center;
    }

    .type-img {
        margin-top: 60px;
    }

    .type-listbox {
        width: 1200px;
        margin: 0 auto;
    }
    /*.project-navimg:last-child{*/
    /*margin-right: 0;*/
    /*}*/


    .content-new {
        width: 1200px;
        height: auto;
        margin-top: 1.7%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .content-new::after {
            content: '';
            width: 32.5%;
            border: 1px solid transparent;
        }

    .content-new-box {
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 190px;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        background-color: white;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 40px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-a {
        width: 90%;
        position: absolute;
    }

        .content-new-a:hover .content-new-Top-Right-Title {
            color: #348ae8;
        }

    .content-new-Top {
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .content-new-Top-Left {
        display: flex;
        display: -webkit-flex;
 display: -ms-flex;
        flex-direction: column;
        width: 18%;
        justify-content: center;
        align-items: center;
        margin-right: 9%;
    }

    .content-new-Top-Right {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        width: 73%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;
    }

    .content-new-Top-Left-Time {
        font-size: 60px;
        color: #348ae8;
        font-weight: bold;
        font-family: 'Fonts';
    }

    .content-new-Top-Left-Day {
        font-size: 14px;
        color: #123459;
        font-family: 'Fonts';
    }

    .content-new-Top-Right-Title {
        font-size: 17px;
        color: #323843;
        font-weight: bold;
        height: auto;
        max-height: 48px;
       overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        margin-bottom: 10px;
        text-align: justify;
        width: 100%;
    }

    .content-new-Top-Right-Text {
        font-size: 14px;
        color: #554d40;
        width: 100%;
        height: 19px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .content-new-Bottom {
        padding-top: 20px;
        display: flex;
        display: -webkit-flex;
display: -ms-flex;
        justify-content: space-between;
        width: 100%;
    }

    .newicon {

        height: 11px;
    }

    .content-new-img {
        width: 100%;
        height: 100%;
        display: none;
        object-fit: cover;
        position: absolute;
    }
     .next:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }
    .prev:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }
}


/*1920-1440之间*/
@media only screen and (min-width: 1441px) and (max-width: 1540px) {


    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
        position: relative;
    }

    .banner-img {
        display: block;
    }

    /*项目*/
    .project-box {
        width: 1200px;
        height: 844px;
        margin: 0 auto;
        text-align: center;
        padding-top: 1px;
    }

    .projecttitle {
        margin-top: 46px;
    }

    .project-rollbox {
        width: 100%;
        height: 630px;
        margin-top: 40px;
        font-size: 0;
    }

    .swiper-containerbig {
        overflow: hidden;
        width: 1200px;
    }

    .swiper-containersmall {
        overflow: hidden;
        width: 1200px;
    }

    .bigleft {
        width: 765px;
        height: 426px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .bigimg {
        width: 765px;
        height: 426px;
        object-fit: cover;
        display: block;
    }

    .bigright {
        width: 434px;
        height: 426px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        background-color: #007aff;
    }

    .smallbox {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }

    .smallimg {
        width: 100%;
        height: 190px;
        display: block;
        object-fit: cover;
    }

    .swiper-slide {
        position: relative;
    }

    .swiper-border {
       position: absolute;
    top: 23px;
    left: 22px;
    width: 89%;
    height: 143px;
    border: 1px solid white;
    display: none;
    }

    .bigtitle {
        font-size: 36px;
        color: #ffffff;
        width: 80%;
        margin: 80px auto auto auto;
        text-align: left;
    }

    .bigeng {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.38);
        width: 80%;
        margin: 20px auto auto auto;
        text-align: left;
    }

    .bigtext {
        font-size: 14px;
        color: white;
        width: 80%;
        margin: 40px auto auto auto;
        text-align: left;
        line-height: 22px;
    }

    .bigmore {
        width: 80%;
        text-align: left;
        margin: 30px auto auto auto;
    }

    .project-news {
        width: 100%;
        height: auto;
        background-color: #dadbd8;
        margin: 0 auto;
    }

    .project-newbox {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }

    .project-navli {
        width: 1230px;
        height: 118px;
        margin-top: 50px;
        padding: 0;
        font-size: 0;
        text-align: left;
    }

    .project-navimg {
        display: inline-block;
        margin-right: 2%;
        cursor: pointer;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    }

    .project-navlist {
        text-align: left;
        margin-top: 50px;
        width: 1226px;
    }

    .content-img {
        transition: all 0.5s;
        width: 100%;
        display: block;
        height: 286px;
    }

    .ContentImgActive {
        transform: scale(1.2)
    }

    .content-right-main {
        display: block;
    }

    .Foot {
        margin-top: 0 !important;
    }

    .project-btn {
        width: 142px;
        height: 52px;
        background-color: #007aff;
        font-size: 16px;
        text-align: center;
        line-height: 52px;
        margin: 0 auto;
        cursor: pointer;
        position: relative;
    }

        .project-btn a {
            color: white;
        }

    .jian {
        display: inline-block;
        background-image: url(../../images/project/jian.png);
        width: 24px;
        height: 14px;
        margin-left: 5px;
        vertical-align: -2px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project-btn:hover {
        background-color: #006cd1;
    }

    .SmallViewport {
        display: none;
    }

    .project-type {
        padding-bottom: 60px;
    }

    .type-imgbox {
        text-align: center;
    }

    .type-img {
        margin-top: 60px;
    }

    .type-listbox {
        width: 1200px;
        margin: 0 auto;
    }
    /*.project-navimg:last-child{*/
    /*margin-right: 0;*/
    /*}*/


    .content-new {
        width: 1200px;
        height: auto;
        margin-top: 1.7%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .content-new::after {
            content: '';
            width: 32.5%;
            border: 1px solid transparent;
        }

    .content-new-box {
        display: flex;
        display: -webkit-flex;
    display: -ms-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 190px;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        background-color: white;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 40px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-a {
        width: 90%;
        position: absolute;
    }

        .content-new-a:hover .content-new-Top-Right-Title {
            color: #348ae8;
        }

    .content-new-Top {
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
      display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .content-new-Top-Left {
        display: flex;
        display: -webkit-flex;
display: -ms-flex;
        flex-direction: column;
        width: 18%;
        justify-content: center;
        align-items: center;
        margin-right: 9%;
    }

    .content-new-Top-Right {
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: column;
        width: 73%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;
    }

    .content-new-Top-Left-Time {
        font-size: 60px;
        color: #348ae8;
        font-weight: bold;
        font-family: 'Fonts';
    }

    .content-new-Top-Left-Day {
        font-size: 14px;
        color: #123459;
        font-family: 'Fonts';
    }

    .content-new-Top-Right-Title {
        font-size: 17px;
        color: #323843;
        font-weight: bold;
        height: auto;
        max-height: 48px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        margin-bottom: 10px;
        text-align: justify;
        width: 100%;
    }

    .content-new-Top-Right-Text {
        font-size: 14px;
        color: #554d40;
        width: 100%;
        height: 19px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .content-new-Bottom {
        padding-top: 20px;
        display: flex;
        display: -webkit-flex;
    display: -ms-flex;
        justify-content: space-between;
        width: 100%;
    }

    .newicon {

        height: 11px;
    }

    .content-new-img {
        width: 100%;
        height: 100%;
        display: none;
        object-fit: cover;
        position: absolute;
    }
     .next:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }
    .prev:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }
}


/*1920*/
@media only screen and (min-width: 1541px) {

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu
    }

    /*顶部*/
    .banner {
        width: 100%;
        position: relative;
    }

    .banner-img {
        display: block;
    }

    /*项目*/
    .project-box {
        width: 1200px;
        height: 844px;
        margin: 0 auto;
        text-align: center;
        padding-top: 1px;
    }

    .projecttitle {
        margin-top: 46px;
    }

    .project-rollbox {
        width: 100%;
        height: 630px;
        margin-top: 40px;
        font-size: 0;
    }

    .swiper-containerbig {
        overflow: hidden;
        width: 1200px;
    }

    .swiper-containersmall {
        overflow: hidden;
        width: 1200px;
    }

    .bigleft {
        width: 765px;
        height: 426px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .bigimg {
        width: 765px;
        height: 426px;
        object-fit: cover;
        display: block;
    }

    .bigright {
        width: 434px;
        height: 426px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        background-color: #007aff;
    }

    .smallbox {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
    }

    .smallimg {
        width: 100%;
        height: 190px;
        display: block;
        object-fit: cover;
    }

    .swiper-slide {
        position: relative;
    }

    .swiper-border {
      position: absolute;
    top: 23px;
    left: 22px;
    width: 89%;
    height: 143px;
    border: 1px solid white;
    display: none;
    }

    .bigtitle {
        font-size: 36px;
        color: #ffffff;
        width: 80%;
        margin: 80px auto auto auto;
        text-align: left;
    }

    .bigeng {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.38);
        width: 80%;
        margin: 20px auto auto auto;
        text-align: left;
    }

    .bigtext {
        font-size: 14px;
        color: white;
        width: 80%;
        margin: 40px auto auto auto;
        text-align: left;
        line-height: 22px;
    }

    .bigmore {
        width: 80%;
        text-align: left;
        margin: 30px auto auto auto;
    }

    .project-news {
        width: 100%;
        height: auto;
        background-color: #dadbd8;
        margin: 0 auto;
    }

    .project-newbox {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }

    .project-navli {
        width: 1230px;
        height: 118px;
        margin-top: 50px;
        padding: 0;
        font-size: 0;
        text-align: left;
    }

    .project-navimg {
        display: inline-block;
        margin-right: 2%;
        cursor: pointer;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    }

    .project-navlist {
        text-align: left;
        margin-top: 50px;
        width: 1226px;
    }

    .content-img {
        transition: all 0.5s;
        width: 100%;
        display: block;
        height: 286px;
    }

    .ContentImgActive {
        transform: scale(1.2)
    }

    .content-right-main {
        display: block;
    }

    .Foot {
        margin-top: 0 !important;
    }

    .project-btn {
        width: 142px;
        height: 52px;
        background-color: #007aff;
        font-size: 16px;
        text-align: center;
        line-height: 52px;
        margin: 0 auto;
        cursor: pointer;
        position: relative;
    }

        .project-btn a {
            color: white;
        }

    .jian {
        display: inline-block;
        background-image: url(../../images/project/jian.png);
        width: 24px;
        height: 14px;
        margin-left: 5px;
        vertical-align: -2px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .project-btn:hover {
        background-color: #006cd1;
    }

    .SmallViewport {
        display: none;
    }

    .project-type {
        padding-bottom: 60px;
    }

    .type-imgbox {
        text-align: center;
    }

    .type-img {
        margin-top: 60px;
    }

    .type-listbox {
        width: 1200px;
        margin: 0 auto;
    }
    /*.project-navimg:last-child{*/
    /*margin-right: 0;*/
    /*}*/


    .content-new {
        width: 1200px;
        height: auto;
        margin-top: 1.7%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .content-new::after {
            content: '';
            width: 32.5%;
            border: 1px solid transparent;
        }

    .content-new-box {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32.5%;
        height: 190px;
        margin-bottom: 1.6%;
        border-bottom: 2px solid #eeeeee;
        background-color: white;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 40px rgba(0,0,0,0.1);
        overflow: hidden;
    }

    .content-new-box-animate {
        position: absolute !important;
        width: 94%;
        height: 100%;
        bottom: -1px;
    }

    .content-new-a {
        width: 90%;
        position: absolute;
    }

        .content-new-a:hover .content-new-Top-Right-Title {
            color: #348ae8;
        }

    .content-new-Top {
        box-sizing: border-box;
        display: flex;
        display: -webkit-flex;
       display: -ms-flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .content-new-Top-Left {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        width: 18%;
        justify-content: center;
        align-items: center;
        margin-right: 9%;
    }

    .content-new-Top-Right {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-direction: column;
        width: 73%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 10px;

    }

    .content-new-Top-Left-Time {
        font-size: 60px;
        color: #348ae8;
        font-weight: bold;
        font-family: 'Fonts';
    }

    .content-new-Top-Left-Day {
        font-size: 14px;
        color: #123459;
        font-family: 'Fonts';
    }

    .content-new-Top-Right-Title {
        font-size: 17px;
        color: #323843;
        font-weight: bold;
        height: auto;
        max-height: 48px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        margin-bottom: 10px;
        text-align: justify;
        width: 100%;
    }

    .content-new-Top-Right-Text {
        font-size: 14px;
        color: #554d40;
        width: 100%;
        height: 19px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .content-new-Bottom {
        padding-top: 20px;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: space-between;
        width: 100%;
    }

    .newicon {

        height: 11px;
    }

    .content-new-img {
        width: 100%;
        height: 100%;
        display: none;
        object-fit: cover;
        position: absolute;
    }
    .next:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }
    .prev:hover{
        background-color: rgba(0,0,0,0.4)!important;
    }

}