/* ==========================================================================
   Global
   ========================================================================== */
/* 滚动条轨道 */
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;

}

/* 整个滚动条*/
body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
    display: none;
}


/* 滚动条上的滚动滑块 */
body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

.content {
    max-width: 1540px;
    _width: 1540px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.content:after {
    content: "";
    display: table;
    clear: both;
}


.szcy {
    font-size: 55px;
}

@media only screen and (max-width:768px) {
    .szcy {
        font-size: 32px;
    }
}

/* ==========================================================================
   品牌介绍
   ========================================================================== */
.introducebg {
    background: url(../assets/introduce.png) no-repeat center;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.liebao1 {
    font-size: 50px;
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    line-height: 3;
}

.liebao2 {
    font-size: 30px;
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    line-height: 2;
}

.liebaobox {
    display: flex;
    margin: 40px 0 80px;
}

.liebao3 {
    background: url(../assets/tuoyuan.png) no-repeat;
    width: 200px;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 80px;
}

.liebao3 .title3 {
    font-size: 16px;
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255) !important;
    margin-left: 50px;
}

.liebao3 .text1 {
    font-size: 21px;
}

.liebao3 .text2 {
    font-size: 30px;
    margin-left: 5px;
}

.liebao3 .text3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.5;
    margin-left: 50px;
    color: rgb(255, 255, 255) !important;
}

.liebao4 .ckxq {
    font-size: 18px;
    font-family: "Alibaba";
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    line-height: 2;
}

@media only screen and (max-width:1440px) {
    .liebao1 {
        font-size: 42px;
    }

    .liebao2 {
        font-size: 26px;
    }
}

@media only screen and (max-width:920px) {
    .liebao1 {
        font-size: 32px;
    }

    .liebao2 {
        font-size: 20px;
    }
}

@media only screen and (max-width:865px) {
    .liebao3 .text1 {
        font-size: 18px;
    }

    .liebao3 .text2 {
        font-size: 26px;
    }

    .liebao3 {
        margin-right: 20px;
    }
}

@media only screen and (max-width:633px) {
    .liebao1 {
        font-size: 24px;
    }

    .liebao2 {
        font-size: 16px;
    }

    .liebao3 {
        width: 150px;
    }

    .liebao3 .title3 {
        margin-left: 20px;
    }

    .liebao3 .text3 {
        margin-left: 20px;
    }

    .liebao4 .ckxq {
        font-size: 16px;
    }
}

@media only screen and (max-width:543px) {
    .liebao1 {
        font-size: 20px;
        font-weight: 400;
    }

    .liebao2 {
        font-weight: 400;
    }

    .liebao3 {
        margin-right: 0px;
    }

    .liebao3:nth-child(2) {
        margin-right: 10px;
    }
}

@media only screen and (max-width:476px) {
    .liebao3 .text1 {
        font-size: 16px;
    }

    .liebao3 .text2 {
        font-size: 22px;
    }

    .liebao3 .text3 {
        font-size: 12px;
    }

    .liebao3:nth-child(2) {
        margin-right: 5px;
    }
}

@media only screen and (max-width:429px) {
    .introducebg {
        padding: 100px 0;
    }

    .liebaobox {
        margin: 40px 0 40px;
        flex-wrap: wrap;
    }

    .liebao3 {
        margin-bottom: 20px;
        margin-right: 30px;
    }
}


/* ==========================================================================
   工作空间
   ========================================================================== */
.workbg {
    background: url(../assets/work.png) no-repeat center;
    height: 902px;
    position: relative;
}

.worklist {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.workmain {
    position: relative;
    max-width: 1600px;
}

.workmain img {
    max-width: 1436px;
}

.workbox {
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255) !important;
    text-align: right;
    position: absolute;
    right: calc(100% - 1600px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.workbox .text1 {
    font-size: 24px;
    font-weight: 300;
    color: rgb(255, 255, 255) !important;
}

.workbox .text2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 3;
    color: rgb(255, 255, 255) !important;
}

.ckxqimg {
    width: 20px !important;
}

.ckxq span {
    vertical-align: middle;
    margin-left: 20px;
}

.nextprev {
    position: absolute;
    bottom: 20%;
    right: calc(100% - 1600px);
    z-index: 999;
}

#next {
    vertical-align: text-bottom;
    width: 12px;
    height: 20px;
    background: url(../assets/arrows_right.png) no-repeat center;
}

#prev {
    vertical-align: text-bottom;
    width: 12px;
    height: 20px;
    background: url(../assets/arrows_left.png) no-repeat center;
}

.page {
    font-size: 18px;
    font-family: "Noto Sans S Chinese";
    color: rgb(113, 115, 120);
    margin: 0 10px;
}


@media only screen and (max-width:1600px) {
    .nextprev {
        right: 10px;
    }

    .workbox {
        right: 10px;
    }
}


@media only screen and (max-width:1280px) {
    .workbg {
        height: 700px;
    }
}

@media only screen and (max-width:1080px) {
    .workbg {
        height: 550px;
    }
}

@media only screen and (max-width:920px) {
    .nextprev {
        bottom: 15%;
    }
}

@media only screen and (max-width:768px) {
    .workbg {
        height: 450px;
    }

    .workbox .text1 {
        font-size: 16px;
    }

    .workbox .text2 {
        font-size: 22px;
        line-height: 2;
    }

    .liebao4 .ckxq {
        font-size: 16px;
    }
}

@media only screen and (max-width:660px) {
    .workbg {
        height: 380px;
    }
}

@media only screen and (max-width:550px) {
    .workbg {
        height: 310px;
    }
}

@media only screen and (max-width:470px) {
    .workbg {
        height: 310px;
    }

    .nextprev {
        bottom: 8%;
    }
}

@media only screen and (max-width:415px) {
    .workbg {
        height: 260px;
    }
}

@media only screen and (max-width:380px) {
    .workbg {
        height: 240px;
    }

    .nextprev {
        bottom: 1%;
    }
}


/* ==========================================================================
   领域深耕
   ========================================================================== */
.yewubg {
    background: url(../assets/yewu.png) no-repeat center;
    height: 877px;
    padding-top: 200px;
}

.yewubg .content {
    font-family: "Noto Sans S Chinese";
    color: rgb(41, 42, 46);
    text-transform: uppercase;
    padding: 0 80px;
}

.ywtitle1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 3;
    color: #292a2e !important;
}

.ywtitle2 {
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #292a2e !important;
}

.ywlist li {
    margin: 20px 0;

}

.ywnum {
    font-size: 16px;
    color: rgb(209, 25, 25);
}

.ywtext {
    font-size: 20px;
    color: rgb(41, 42, 46);
    margin-left: 30px;
}

@media only screen and (max-width:1440px) {
    .ywtitle1 {
        font-size: 26px;
    }

    .ywtitle2 {
        font-size: 44px;
    }

}

@media only screen and (max-width:1080px) {
    .ywtitle1 {
        font-size: 22px;
    }

    .ywtitle2 {
        font-size: 36px;
    }

}

@media only screen and (max-width:920px) {
    .yewubg {
        padding-top: 100px;
        height: 600px;
    }
}

@media only screen and (max-width:840px) {
    .ywtitle1 {
        font-size: 18px;
    }

    .ywtitle2 {
        font-size: 30px;
    }
}

@media only screen and (max-width:768px) {
    .yewubg .content {
        padding: 0 80px 0 10px;
    }

    .yewubg {
        padding-top: 100px;
        height: 530px;
    }
}

@media only screen and (max-width:623px) {
    .ywtitle1 {
        line-height: 1.5;
    }

    .ywtitle2 {
        font-size: 24px;
    }

    .yewubg {
        padding-top: 60px;
    }
}


/* ==========================================================================
   最新资讯
   ========================================================================== */
.newsbg {
    background-color: rgb(233, 237, 244);
    /* height: 2383px; */
    padding: 150px 0;
}

.newsbg .content {
    position: relative;
}


.newslist li {
    width: 48.33%;
    margin-bottom: 50px;
    float: left;
}

@media only screen and (max-width:1487px) {
    .newslist li {
        width: 47%;
    }
}

@media only screen and (max-width:836px) {
    .newslist li {
        width: 45%;
    }
}

@media only screen and (max-width:735px) {
    .newslist li {
        width: 100%;
    }
}

.newsbox .pic {
    overflow: hidden;
    position: relative;
    height: auto;
}

.newsbox .pic .bgimg {
    width: 100%;
}

.newsbox .pic .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s;
}

.newsbox .pic:hover .upimg {
    transform: scale(1.05, 1.05);
}

.newsbox .newstitle a {
    font-size: 27px;
    font-family: "Noto Sans S Chinese";
    color: #000;
    margin-bottom: 20px;
    text-decoration: none;
}

.highmake {
    margin: 40px 0 20px;
}

.highmake .highbtn {
    font-size: 14px;
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255);
    display: inline-block;
    background-color: rgb(41, 42, 46);
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    font-size: 300;
    overflow: hidden;
    position: relative;
}

.highbtn:after {
    content: '';
    display: block;
    position: absolute;
    top: -36px;
    left: -100px;
    background: white;
    width: 50px;
    height: 125px;
    opacity: 40%;
    transform: rotate(-45deg);
}

.highbtn:hover:after {
    left: 120%;
    transition: all 1200ms cubic-bezier(0.3, 1, 0.2, 1);
}

.newsbox .newsarea {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #000;
}

.newsmain {
    text-align: right;
}

.newsmain .zxzx1 {
    font-size: 26px;
    font-family: "Noto Sans S Chinese";
    color: rgb(41, 42, 46);
    text-transform: uppercase;
    font-weight: 300;
    line-height: 2;
}

.newsmain .zxzx2 {
    font-size: 42px;
    font-family: "Noto Sans S Chinese";
    color: rgb(41, 42, 46);
    font-weight: 500;
}

.newsmore .ckgd {
    font-size: 18px;
    font-family: "Alibaba";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 2;
}

.newsmore {
    position: absolute;
    left: 20px;
    bottom: 50px;
}

@media only screen and (max-width:735px) {
    .newsmore {
        left: 10px;
        bottom: -50px;
    }

    .newsbg {
        padding: 80px 0 120px;
    }

    .newsmain {
        text-align: left;
    }

    .newsmain .zxzx2 {
        font-size: 34px;
    }
    .newsmain .zxzx1 {
        font-size: 22px;
    }
}


/* ==========================================================================
   我们的客户
   ========================================================================== */
.customerbg {
    background: url(../assets/customer.png) no-repeat left center;
    padding: 70px 0;
}


.customerbg .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.csr {
    width: 420px;
    font-family: "Noto Sans S Chinese";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

.csr .title1 {
    font-size: 24px;
    font-weight: 300;
    color: #000 !important;
}

.csr .title2 {
    font-size: 36px;
    margin: 20px 0;
    font-weight: 500;
    color: #000 !important;
}

.csr .title3 {
    font-weight: 500;
    font-size: 26px;
    color: #000 !important;
}

.customerlist {
    width: calc(100% - 500px);
}

.customerlist li {
    width: 100%;
    padding: 10px;
    float: left;
}

.logoitem {
    box-sizing: border-box;
    height: 70px;
    /* background: #fff; */
    position: relative;
    transition: all .5s;
}

.logoitem img {
    max-width: 70% !important;
    max-height: 70%;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logoitem:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}



@media only screen and (max-width:1280px) {
    .logoitem {
        height: 58px;
    }
}

@media only screen and (max-width:1000px) {
    .customerlist {
        width: calc(100% - 400px);
    }
}

@media only screen and (max-width:920px) {
    .csr {
        width: 380px;
    }
}

@media only screen and (max-width:820px) {
    .csr {
        width: 300px;
    }

    .csr .title1 {
        font-size: 22px;
    }

    .csr .title2 {
        font-size: 32px;
    }

    .csr .title3 {
        font-size: 23px;
    }
}

@media only screen and (max-width:768px) {
    .csr {
        width: 215px;
    }

    .customerlist {
        width: calc(100% - 350px);
    }
}

@media only screen and (max-width:650px) {
    .customerlist {
        width: calc(100% - 300px);
    }
}

@media only screen and (max-width:600px) {
    .csr .title1 {
        font-size: 18px;
        font-weight: 400;
    }

    .csr .title2 {
        font-size: 28px;
    }

    .csr .title3 {
        font-size: 19px;
    }

    .csr {
        width: 100%;
    }

    .customerlist {
        width: 100%;
    }

}

@media only screen and (max-width:500px) {


    .logoitem {
        height: 60px;
    }

    .customerbg {
        padding: 60px 0;
    }
}


/* ==========================================================================
   footer
   ========================================================================== */
.footerbg {
    background-color: #000;
    padding-top: 10px;
}

footer a {
    color: rgb(136, 136, 136);
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-nav2 {
    text-align: justify;
    border-bottom: 1px solid #202020;
    padding: 85px 0 45px 0;
}

.modelist {
    position: absolute;
    left: 0;
    bottom: -200px;
    display: flex;
    flex-wrap: wrap;

}

.modebox {
    width: 33.33%;
}

.modebox:nth-child(4) {
    width: 940px;
}

.modebox a {
    color: #888888 !important;
}

.modebox a:hover {
    color: #fff !important;
}

.fn-col {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}


.footer-nav2:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    font-family: "Noto Sans S Chinese";
}


.fn-col h3 a {
    color: #fff;
}


.fn-col h3 a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-col li {
    line-height: 30px;
    font-size: 16px;
    color: #888888;
}

.fn-col li a {
    color: #888888;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-contact {
    width: 365px;
    overflow: hidden;
    color: #888888;
    line-height: 2em;
    padding-right: 50px;
}

.fn-contact p.img {
    margin-bottom: 30px;
}

.fn-contact .tel {
    font-size: 42px;
    color: #fff !important;
    margin: 40px 0 60px;
}

.codelist {
    display: flex;
    justify-content: space-between;
}

.fn-ewm {
    width: 97px;
}

.fn-ewm .txt01 {
    font-size: 16px;
    text-align: center;
}

.fn-ewm img {
    margin-bottom: 10px;
    max-width: 100%;
}

.modebox p {
    color: #888888;
    font-size: 16px;
    margin: 5px 0 20px;
}

.modebox h4 {
    font-size: 15px;
    font-weight: 300;
    font-family: "Noto Sans S Chinese";
    color: #fff !important;
    height: 25px;
    line-height: 25px;
}

.modebox img {
    vertical-align: middle;
    margin-right: 10px;
}

.foothd {
    padding: 20px;
    text-transform: Uppercase;
    color: #888888;
    text-align: center;
    font-size: 14px;

}

@media only screen and (max-width: 1440px) {
    .modebox {
        width: 20%;
    }
}

@media only screen and (max-width: 1080px) {
    .modebox:nth-child(1) {
        width: 200px;
    }

    .modebox {
        width: 40%;
    }

    .modelist {
        bottom: -245px;
    }
}

@media only screen and (max-width: 945px) {
    .modebox {
        width: 51%;
    }
}

@media only screen and (max-width: 920px) {
    .fn-col li {
        font-size: 12px;
    }

    .fn-col h3 {
        font-size: 14px;
    }

}

@media only screen and (max-width: 815px) {
    .modebox p {
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-nav2 {
        display: none;
    }

    .footerbg {
        padding-top: 0px;
    }
}

.waves {
    width: 100%;
    height: 6vh;
}

/* Animation */
.parallax>use {
    animation: move-forever 20s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 5s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 7s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 10s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 8s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

.bolang {
    /* background-color: #fff !important; */
    position: absolute;
    top: -6vh;
    width: 100%;
}


.animated1 {
    position: absolute;
    right: -500px;
    bottom: 115px;
    z-index: 1;
    overflow: hidden;
    transform: rotateZ(340deg);
}

.icon_style {
    height: 25px;
}

.icon_style img {
    max-width: 100%;
}



@media only screen and (max-width: 1280px) {
    .animated1 {
        right: -500px;
        bottom: 200px;
        transform: rotateZ(330deg);
    }
}

@media only screen and (max-width: 1024px) {
    .animated1 {
        right: -340px;
        bottom: 170px;
        transform: rotateZ(320deg);
    }
}


@media only screen and (max-width: 500px) {
    .animated1 {
        right: -100px;
        bottom: 100px;
        transform: rotateZ(320deg) scale(2);
    }
}