body {
    background: #fff;
}

.main {
    width: 1280px;
    margin: 0 auto;
}

.head {
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8;
    left: 0;
    width: 100%;
}

.logo {
    color: #fff;
    font-size: 40px;
    margin-top: 26px;
    float: left;
}

.meau {
    float: right;
    margin: 30px 0 0 0;
    background: #0f5fd6;
    border-radius: 40px;
    padding: 8px;
    opacity: .8;
}

.meau li {
    float: left;
    margin: 0 25px;
    border-right: 1px solid #2678f2;
    padding-right: 40px;
}

.meau a {
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
}

.meau a:hover {
    color: #fc653c;
    text-decoration: none;
}

.meau .active {
    color: #fff;
    background: #fc653c;
    padding: 4px 11px;
    border-radius: 14px;
}

.news-box {
    margin-top: 90px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #ededed;
    box-shadow: 0 11px 20px #ececec;
}

.title {
    font-size: 40px;
    color: #1b1b1b;
    text-align: center;
}

.news-list {
    overflow: hidden;
    margin-top: 45px;
}

.news-list li {
    width: 418px;
    margin: 45px 8px 0 0;
    float: left;
    transition: all 0.3s linear 0s;
}

.news-list li:hover {
    transform: translate(0, -8px);
}

.news-name {
    font-size: 20px;
    margin: 10px 0 0
}

.news-name a {
    color: #161616
}

.news-name a:hover {
    color: #fc643b
}

.news-more-btn {
    margin: 70px auto 0;
    font-size: 30px;
    display: block;
    border: 1px solid #fc643b;
    border-radius: 4px;
    width: 276px;
    height: 72px;
    color: #fc643b;
    text-align: center;
    line-height: 72px;
    font-weight: 700
}

.news-more-btn:hover {
    background: #fc643b;
    color: #fff;
    text-decoration: none;
}

.band {
    background: url(../images/pic1.jpg);
    height: 413px;
    margin: 60px 0 0
}

.product-box {
    margin: 100px 0 90px;
}

.product-list {
    margin: 90px 0 0;
    overflow: hidden;
}

.box-top {
    padding: 20px 0;
}

.box-top h4 {
    font-size: 20px;
    height: 83px;
    overflow: hidden;
}

.box-top h4 a {
    color: #333;
}

.box-top p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    height: 96px;
    overflow: hidden;
}

.news-box p {
    margin: 10px 0;
    font-size: 18px;
    line-height: 38px;
}

.box-top p a {
    color: #666;
}

.news-title {
    font-size: 38px;
    color: #1b1b1b;
    text-align: left;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.product-list li {
    float: left;
    width: 318px;
    height: 310px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.product-list li:hover {
    cursor: pointer;
    box-shadow: 0px 5px 8px #ddd;
}

.product-img {
    margin-top: 100px;
}

.product-name {
    margin-top: 20px;
    color: #8a8a8a;
    font-size: 24px;
}

.foot {
    height: 220px;
    background: #0f5fd6;
    clear: both;
    margin-top: 100px;
}

.subscribe-box {
    float: left;
    margin-top: 80px;
    color: #fff;
    display: none
}

.subscribe-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.subscribe-box .submit-ipt {
    border-radius: 4px;
    width: 210px;
    height: 40px;
    padding: 0 5px;
    background: #fff;
}

.subscribe-box .submit-btn {
    display: inline-block;
    border-radius: 4px;
    width: 86px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #002765;
    font-size: 16px;
    vertical-align: -1px;
}

.subscribe-box .submit-btn:hover {
    background: #f90;
    text-decoration: none;
}

.copyright-box {
    float: left;
    color: #fff;
    margin: 120px 0 0 0;
}

.share-box {
    float: right;
    margin: 120px 0 0 0;
}

.swiper-container {
    width: 100%;
    height: 972px;

}

.swiper-container img {
    opacity: .5
}

.swiper-pagination-bullet {
    background: #fff
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-banner {
    background: url(../images/product-banner.jpg);
    height: 460px;
}

.case-banner {
    background: url(../images/case-banner.jpg);
    height: 460px;
}

.new-banner {
    background: url(../images/new-banner.jpg);
    height: 460px;
}

.about-banner {
    background: url(../images/about-banner.jpg);
    height: 460px;
}

.narrative-panels__content {
    color: #fff;
    font-weight: 600;
    font-size: 41px;
    line-height: 56px;
    position: absolute;
    top: 360px;
    left: 50%;
    z-index: 2222;
    width: 690px;
    margin-left: -350px;
    text-align: center;
    background: #1f304b;
    opacity: .7;
    padding: 20px 0;
    border-radius: 8px;
}

.thm-btn {
    position: relative;
    display: block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #0f5fd6;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: 500ms;
    border-radius: 32px;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    width: 170px;
    text-align: center;
    margin: 30px 0 0;
}

.thm-btn:hover {
    text-decoration: none;
    background: #000;
    color: var(--moniz-base, #ffffff);
}

.welcome-one__img-box {
    float: left;
    position: relative;
    display: block;
    width: 440px;
    height: 390px;
    margin: 0 30px 40px 20px;
}

.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.welcome-one__img img {
    width: 100%;
    border-radius: 50%;
}

.welcome-one__right {
    margin: 40px 0px;
}

.welcome-one__right .section-title {
    margin-bottom: 32px;
}

.section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--moniz-black, #1e1e22);
    font-size: 50px;
    line-height: 60px;
}

.welcome-one__right-text-1 {
    color: #666;
    font-weight: 300;
    margin: 0;
    margin-bottom: 15px;
    line-height: 38px;
    font-size: 20px;
}

.portfolio-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 344px;
    height: 426px
}

.portfolio-one__img img {
    width: 100%;
}

.portfolio-one__experience {
    position: absolute;
    bottom: 30px;
    left: 0px;
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    z-index: 2;
}

.portfolio-one__web-design {
    background-color: var(--moniz-primary, #fc653c);
    display: inline-block;
    padding: 0 30px;
    border-top-right-radius: 10px;
}

.portfolio-one__web-design-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--moniz-base, #ffffff);
    margin: 0;
}

.portfolio-one__fimlor {
    background-color: var(--moniz-black, #1e1e22);
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.portfolio-one__fimlor-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.portfolio-one__box {
    overflow: hidden;
    padding: 30px 0;
}

.portfolio-one__box li {
    float: left;
    margin: 0 30px 20px;
    padding: 20px;
    border: 1px solid #ededed;
    box-shadow: 0 11px 20px #ececec;
    border-radius: 8px;
    transition: all 0.3s;
    background: #fff;
}

.portfolio-one__box li:hover {
    transform: scale(1.1, 1.1);
}

.cta-one {
    position: relative;
    display: block;
    padding: 110px 0 120px;
    z-index: 1;
    background: #000;
    margin: -40px 0 0
}

.cta-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.2;
}

.cta-one__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.cta-one__tagline {
    font-weight: 700;
    color: var(--moniz-base, #ffffff);
    opacity: .7;
    margin: 0;
}

.cta-one__title {
    font-size: 50px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    line-height: 60px;
    margin-top: 21px;
    margin-bottom: 29px;
}


.all_title {
    border-bottom: 1px #dcdcdc solid;
    overflow: hidden;
    height: 97px;
}

.all_left {
    width: 297px;
    float: left;
}

.all_right {
    width: 902px;
    float: right;
    border-left: 1px #dcdcdc solid;
    padding-left: 42px;
}

.all-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #fc643b;
    margin: 40px 0 50px;
}

.all-img img {
    display: block;
    float: left;
}

.all_font {
    width: 482px;
    height: auto;
    padding: 0 30px;
    float: left;
}

.all_font h2 {
    height: 54px;
    border-bottom: 1px #69dda0 solid;
    line-height: 54px;
    background: url(../images/yuan.png) left center no-repeat;
    text-indent: 22px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.all_font p {
    color: #fff;
    line-height: 24px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

.all_right dl dt {
    height: 43px;
    background: #8fa2ae url(../images/c.png) 17px center no-repeat;
    text-indent: 40px;
    line-height: 43px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.all_right dl dd,
.kzzd dl dd,
.jjfa dl dd {
    padding: 25px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.all_left dl {
    width: 100%;
    height: auto;
    margin: 0;
}

.all_left dl.all_nav dt {
    color: #24599b;
    background: url(../images/all_nav_bg.png) 245px center no-repeat;
}

.all_left dl.all_nav dd {
    display: block;
}

.all_left dl.all_nav dd a {
    display: block;
    height: 55px;
    border-bottom: 1px #bcbcbc dotted;
    font-size: 16px;
    line-height: 55px;
    font-weight: normal;
    text-indent: 32px;
    color: #666;
}

.all_left dl.all_nav dd a:hover,
.all_left dl.all_nav dd a.all_nav {
    color: #24599b;
    font-weight: bold;
}

.all_title h2 {
    height: 97px;
    padding-top: 28px;
    float: left;
    line-height: 69px;
    font-size: 22px;
    color: #1a408b;
    text-indent: 33px;
}

.all_title h2 span {
    font-size: 18px;
    color: #666;
    float: right;
    margin-right: 20px;
    display: none;
}

.all_title h2:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}

.all_title p {
    float: right;
    padding-top: 36px;
    line-height: 61px;
}

.all_title p a {
    color: #666;
}

.service-list {
    overflow: hidden;
}

.service-list p {
    float: left;
    width: 50%;
}

.service-list .dian {
    font-size: 20px;
    margin-right: 6px;
}

.Page_title {
    padding: 60px 0;
}

.Page_title h2 {
    font-size: 27px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}

.Page_title span {
    display: block;
    width: 60px;
    height: 3px;
    overflow: hidden;
    margin: 0 auto;
    background: #dbdbdb;
}

.all-list {
    background: #f7f7f7;
    overflow: hidden;
    margin: 0 0 44px;
    padding-right: 45px;
    position: relative;
}

.all-list a {
    display: block;
}

.all-list a img {
    display: block;
    float: left;
}

.all-list h2 {
    border-bottom: 1px #e1e1e1 solid;
    padding: 20px 0;
}

.all-list h2 img {
    display: block;
    float: left;
}

.all-list h2,
.all-list .all-list_con {
    width: 702px;
    float: right;
padding-left: 45px;
}

.all-list_con {
    line-height: 33px;
    color: #666;
    font-size: 16px;
    padding-top: 20px;
}

.news-body {
    background-color: #fff;
    border-radius: 25px;
    padding: 60px;
    margin-top: 40px;
    box-shadow: 0px 12px 30px #b8b8b8;
}

.news-body .Page_title {
    padding: 0 0 60px
}

.contact-btn {
    display: block;
    border-radius: 32px;
    color: #fff;
    font-size: 18px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 10px auto 0;
    border: 1px solid #fff;
}

.contact-btn:hover {
    background: #fff;
    text-decoration: none;
    color: #1e69d8;
}

.news_container {
    width: 1340px;
}

.mian_logo {
    height: 46px;
}

.header_container {
    width: 1560px
}

#mobileMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: max-content;
    padding: 40px 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

#mobileMenu.active {
    opacity: 1;
    visibility: visible;
}


#mobileMenu a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #333;
    transition: color 0.3s ease;
    display: block;
}

.contact_container {
    background: url(../images/contact.jpg);
    width: 1237px;
    height: 796px;
    position: relative;
}

@media (max-width: 768px) {
    .main {
        width: 100%;
    }

    .news_container {
        width: 100%;
    }

    .narrative-panels__content {
        top: 25%;
        font-size: 24px;
        line-height: 50px;
        padding: 20px 10px;
        width: 90%;
        margin-left: 0px;
        left: 0;
        margin: 0 auto;
        box-sizing: border-box;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .swiper-container img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .swiper-container {
        width: 100%;
        height: 600px;
    }

    .welcome-one__img-box {
        width: auto;
        height: auto;
        margin: auto;
    }

    .welcome-one__right {
        margin: 0px;
    }

    .news-box {
        margin-top: 50px;
        padding: 20px;
    }

    .product-box {
        margin: 50px 0 50px;
    }

    .cta-one__title {
        font-size: 38px;
    }

    .section-title__title {
        font-size: 38px;
    }

    .title {
        font-size: 38px;
        color: #1b1b1b;
        text-align: center;
    }

    .mian_logo {
        height: 28px;
    }

    .meau {
        display: none;
    }

    .header_container {
        width: 100%;
    }

    .logo {
        margin-top: 0px;
        float: none;
    }

    .contact_container {
        background: url(../images/contact.jpg);
        background-size: 100% 100%;
        width: 100%;
        height: auto;
        position: relative;
    }
.all-list .all-list_con {
    width: 100%;
padding-left: 0px;
}
.all-list{
padding:0 10px;
}
.all-list a img{
width:100%;
}
.news-title {
    font-size:26px;

}
.news-box p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 32px;
}
.portfolio-one__box li {

    margin: 0 ;
   
}
}