.bannerM {
    display: none;
}

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

.banner .swiper-slide img {
    width: 100%;
    height: 41vw;
}

.banner .Text {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 11;
}

.banner .Text .content {
    margin-top: 15%;
}

.banner .Text .more {
    margin-top: 65px;
    background: #004ba8;
    width: 164px;
    height: 44px;
    display: block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.banner .Text .content .title {
    font-size: 40px;
    color: #fff;
}

.banner .Text .content .p1 {
    font-size: 36px;
    color: #fff;
    font-family: "Arial";
}

.banner .Text .content .p2 {
    font-size: 16px;
    color: #fff;
    margin: 50px 0px 0px 0px;
}

.banner .icon {
    bottom: 8.8vw;
    color: #fff;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    text-align: right;
    padding: 0px 80px 0px 0px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    position: absolute;
    z-index: 999999;
}

.banner .icon .swiper-pagination {
    width: 90px;
    text-align: right;
    box-sizing: border-box;
    right: 90px;
    left: auto;
    bottom: auto;
    top: 0px;
}

.banner .icon .swiper-button-prev {
    left: auto;
    right: 180px;
    background: url(/Site/en/theme/img/icon-left.png) left center no-repeat;
    top: -6px;
    margin-top: 0px;
}

.banner .icon .swiper-button-next {
    right: 40px;
    background: url(/Site/en/theme/img/icon-right.png) left center no-repeat;
    top: -6px;
    margin-top: 0px;
}

.swiper-container, .swiper-wrapper, .swiper-slide {
    height: 100%;
}

.banner .btnBox {
    position: absolute;
    bottom: 160px;
    width: 1200px;
    margin: 0 auto;
    left: calc(50% - 600px);
    font-size: 24px;
    color: #fff;
    z-index: 14;
    height: 37px;
}

.banner .btnBox .swiper-button-white {
    background-size: 18px 30px;
    right: 44px;
    top: 0;
    margin-top: 0;
}

.banner .btnBox .swiper-button-white.swiper-button-prev {
    left: auto;
    right: 160px
}

.banner .btnBox .current {
    margin: 0 8px;
    position: absolute;
    right: 60px;
    line-height: 42px;
    top: 0;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
}

.banner .btnBox .current span {
    margin: 0 18px;
    font-family: arail;
    font-size: 24px;
}

.banner .btnBox .current span:last-child {
    position: relative
}

.banner .btnBox .current span:last-child::after {
    position: absolute;
    width: 1px;
    height: 27px;
    background: #fff;
    content: '';
    right: 32px;
    transform: rotate(30deg);
    top: calc(50% - 13.5px);
}

.box1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5.7vw;
}

.iAbout {
    margin-top: 4vw;
    width: 573px;
    line-height: 28px;
    font-size: 14px;
    color: #181818;
}

.iAbout .summary {
    color: #181818;
    font-size: 14px;
}

.iAbout > p, .iVideo > p {
    line-height: 38px;
    font-size: 28px;
    margin-bottom: 2.3vw;
    font-family: arial;
}

.iAbout > a {
    display: block;
    margin-top: 50px;
    width: 164px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #303030;
    background: #e8e8e8;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.5s all ease;
    font-family: arial;
}

.iAbout > a:hover {
    color: #fff;
    background: #004ba8;
}

.iVideo {
    margin-top: 4vw;
    width: 567px;
}

.iVideo video {
    width: 566px;
    height: 289px;
    background: #000;
}
/*.iVideo video::-webkit-media-controls-panel div[pseudo=-internal-media-controls-button-panel]{overflow: unset;}
.iVideo audio::-webkit-media-controls-play-button,.iVideo video::-webkit-media-controls-play-button{position: relative;left: 50%;top: -100px;}
*/

.iProject {
    background: #f4f8ff;
}

.iProject .content {
    padding-top: 4.1vw;
    position: relative;
}

.iProject .content > p {
    color: #363636;
    font-size: 34px;
    line-height: 44px;
    font-family: arial;
}

.iProject .content a.more {
    position: absolute;
    display: block;
    width: 163px;
    height: 42px;
    border: 1px solid #e0e0e0;
    background: #FFFFFF;
    font-size: 14px;
    color: #303030;
    right: 0;
    border-radius: 5px;
    line-height: 44px;
    top: 3.7vw;
    text-align: center;
    transition: 0.5s all ease;
    font-family: arial;
}

.iProject .content a.more:hover {
    color: #fff;
    background: #004ba8;
}

.iProject ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2.6vw 0 2.9vw;
}

.iProject ul li {
    transition: all .35s linear;
    width: 385px;
    height: 263px;
    margin-right: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    background-position: 23px calc(100% - 54px);
    background-repeat: no-repeat;
}

.iProject ul li:nth-child(3n) {
    margin-right: 0;
}

.iProject ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 263px;
}

.iProject ul li a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.iProject ul li p {
    line-height: 36px;
    font-size: 28px;
    color: #363636;
}

.iProject ul li .summary {
    margin-top: 16px;
    color: #363636;
    font-size: 14px;
    line-height: 26px;
}

.iProject ul li:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.box2 {
    display: flex;
    justify-content: space-between;
    padding: 4.1vw 0 10.7vw;
}

.iNews {
    width: 571px;
    position: relative;
}

.iNews > p, .iCompanyNews > p {
    color: #363636;
    font-family: "黑体";
    font-size: 28px;
    padding-bottom: 40px;
    border-bottom: 2px solid #ededed;
    margin-bottom: 40px;
    font-family: arial;
    /* text-transform: uppercase; */
}

.iCompanyNews {
    width: 567px;
    position: relative;
    height: 413px;
}

.box2 .more {
    width: 140px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    box-sizing: 5px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    color: #303030;
    font-family: "Adobe 黑体 Std";
    position: absolute;
    right: 0;
    top: -2px;
    transition: 0.5s all ease;
    font-family: arial;
}

.box2 .more:hover {
    background: #004ba8;
    color: #fff
}

.iNews ul li {
    line-height: 28px;
}

.iNews ul li a {
    display: flex;
    justify-content: space-between;
}

.iNews ul li p {
    width: 460px;
    color: #363636;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.iNews ul li .summary {
    display: none;
}

.iNews ul li .time {
    font-size: 14px;
    color: #363636;
    font-family: arial;
}

.iNews ul li .time span {
    display: none;
}

.iNews ul li:first-child {
    border-bottom: 1px solid #efefef;
    margin-bottom: 25px;
}

.iNews ul li:first-child a {
    display: block;
}

.iNews ul li:first-child p {
    font-size: 24px;
    color: #363636;
    margin-bottom: 37px;
}

.iNews ul li:first-child .summary {
    color: #181818;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 26px;
    display: block;
}

.iNews ul li:first-child .time {
    padding-bottom: 50px;
    font-size: 14px;
    color: #363636;
    font-family: arial;
}

.iNews ul li:first-child .time span {
    display: inline-block;
}

.iNews ul li:hover p {
    color: #004ba8;
}

.iCompanyNews a {
    display: block;
    width: 567px;
    height: 410px;
}

.iCompanyNews a .Img {
    height: 284px;
}

.iCompanyNews a .Img img {
    width: 100%;
}

.iCompanyNews a .Text {
    height: 129px;
    width: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
    background: #004ba8;
    color: #fff;
    font-family: "黑体";
}

.iCompanyNews a .Text p {
    line-height: 24px;
    font-size: 18px;
}

.iCompanyNews a .Text .summary {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
}

.iCompanyNews .swiper-container {
    height: 284px;
}

.iCompanyNews .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 24px;
    bottom: 15px;
    text-align: left;
    display: inline-block;
    width: auto;
}

.iCompanyNews .swiper-pagination span {
    width: 20px;
    height: 2px;
    border-radius: 0;
}

.iCompanyNews .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.iCompanyNews .swiper-pagination-bullet-active {
    background: #004ba8;
}

@media (max-width: 1500px) {
    .banner .Text .content .title {
        font-size: 20px;
        line-height: 26px;
    }

    .banner .Text .content .p1 {
        font-size: 18px;
        line-height: 24px;
    }

    .banner .Text .content .p2 {
        font-size: 12px;
        margin: 14px 0px 0px 0px;
    }

    .banner .Text .more {
        margin-top: 40px;
        width: 150px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 880px) {
    .swiper-slide img {
        width: 100%
    }

    .main .banner {
        height: 56vw;
        margin-top: 15.3vw;
    }

    .banner .Text {
        box-sizing: border-box;
        width: 92%;
        left: 4%;
    }

    .banner .Text .content {
        line-height: 1.5;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .banner .Text .more {
        width: auto;
        display: inline-block;
        padding: 0px 15px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin: 18px 0px 0px 0px;
    }

    .bannerPC {
        display: none;
    }

    .banner .icon {
        bottom: 8vw;
        color: #fff;
        width: 120px;
        left: auto;
        margin-left: 0px;
        padding: 0px 30px 0px 0px;
        font-size: 14px;
        right: 4%;
        height: 24px;
    }

    .banner .icon .swiper-pagination {
        width: 60px;
        right: 38px;
        height: 24px;
        line-height: 24px;
        margin: 0px;
    }

    .banner .icon .swiper-button-prev {
        left: 0px;
        background: url(/Site/en/theme/img/icon-left.png) left center no-repeat;
        top: 50%;
        margin-top: -10px;
        background-size: 18px;
        height: 20px;
    }

    .banner .icon .swiper-button-next {
        right: 10px;
        background: url(/Site/en/theme/img/icon-right.png) left center no-repeat;
        top: 50%;
        margin-top: -10px;
        background-size: 18px;
        height: 20px;
    }

    .banner .swiper-slide img {
        height: 56vw;
    }

    .box1 {
        display: block;
        padding-bottom: 3vw;
    }

    .iAbout {
        width: 100%;
        padding: 3vw;
        margin: 0;
        box-sizing: border-box;
        line-height: 1.5;
        font-size: 12px;
    }

    .iAbout > p, .iVideo > p {
        font-size: 16px;
        margin-bottom: 2vw;
        line-height: 8vw;
    }

    .iAbout > a {
        margin-top: 4vw;
        padding: 0 6vw;
        width: auto;
        display: inline-block;
        height: 8vw;
        line-height: 8vw;
        font-size: 12px;
    }

    .iVideo {
        width: 100%;
        padding: 3vw;
        margin: 0;
        box-sizing: border-box;
    }

    .iVideo video {
        width: 100%;
        height: 60vw;
    }

    .iProject {
        padding: 3vw;
        box-sizing: border-box
    }

    .iProject .content {
        padding-top: 3vw
    }

    .iProject .content > p {
        font-size: 16px;
        line-height: 1.5
    }

    .iProject .content a.more {
        width: auto;
        padding: 0 15px;
        line-height: 24px;
        height: 24px;
        font-size: 12px;
        top: 10px;
    }

    .iProject ul {
        padding: 5vw 0;
        /* display:block */
    }

    .iProject ul li {
        width: 49%;
        height: 46vw;
        margin: 0px 2% 10px 0px;
    }

    .iProject ul li a {
        padding: 0px;
        line-height: 46vw;
    }

    .iProject ul li p {
        font-size: 18px;
        line-height: 1.5
    }

    .iProject ul li .summary {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 2vw
    }

    .iProject ul li:nth-child(3n) {
        margin-right: 2%
    }

    .iProject ul li:nth-child(2n) {
        margin-right: 0
    }

    .box2 {
        display: block;
        padding: 3vw 3vw 5vw;
        box-sizing: border-box;
    }

    .iNews, .iCompanyNews {
        width: 100%;
        margin: 3vw 0px 5vw 0px;
        height: auto;
    }

    .iNews > p, .iCompanyNews > p {
        font-size: 18px;
        line-height: 8vw;
        padding-bottom: 3vw;
        margin-bottom: 4vw;
    }

    .box2 .more {
        width: auto;
        padding: 0 6vw;
        line-height: 8vw;
        height: 8vw;
        font-size: 12px;
        top: 0vw;
    }

    .iNews ul li {
        line-height: 7vw
    }

    .iNews ul li p {
        width: 75%;
        font-size: 14px;
    }

    .iNews ul li .time {
        width: 25%;
        text-align: right;
        font-size: 12px
    }

    .iNews ul li:first-child p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 3vw;
    }

    .iNews ul li:first-child .summary {
        line-height: 1.5;
        font-size: 12px;
        margin-bottom: 3vw;
    }

    .iNews ul li:first-child .time {
        padding-bottom: 4vw;
        width: 100%;
        text-align: left
    }

    .iCompanyNews .swiper-container {
        height: 60vw;
    }

    .iCompanyNews .swiper-slide {
        margin-top: 0
    }

    .iCompanyNews a {
        height: auto;
        width: 100%;
    }

    .iCompanyNews a .Img {
        height: 46vw;
    }

    .iCompanyNews a .Text {
        height: auto;
        padding: 4vw;
    }

    .iCompanyNews a .Text p {
        font-size: 16px;
        line-height: 1.5
    }

    .iCompanyNews a .Text .summary {
        font-size: 12px;
        line-height: 1.5
    }

    .iCompanyNews .swiper-container-horizontal > .swiper-pagination-bullets {
        margin: 0;
        left: 4vw;
    }
}

<!--0.00020408630371094-->