:root {
    height: 100%;
}

body {
    height: 100%;
}

.Compay-conte-box {
    width: 1400px;
    height: auto;
    margin: 0 auto;

    /*    background-color: navy; */
}

.lunbot {
    width: 100%;
    /*  height: 100%; */
    background-color: black;

}

.banert {
    position: absolute;
    top: 11%;
    right: 10px;
    z-index: 5;

}

.banert img {
    width: 500px;
}

.swiper-container {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.img_lunbo img {
    width: 100%;
    height: 100%;
    animation: test 12s infinite linear;


}

.box_list {
    width: 6%;
    height: 80px;
    /*  background-color: red;     */
    position: absolute;
    left: 2%;
}

.box_list>ul {
    display: flex;
    line-height: 80px;
    color: #fff;
    justify-content: space-around;
}


.shubiao {
    position: absolute;
    bottom: 46px;
    left: 50%;

    animation: t 1s infinite;
    transition: all 0.3s linear;
    z-index: 15;
}

.lunbot>.shubiao>i {
    font-size: 50px;
    color: red;
}

@keyframes test {
    0% {
        /*     opacity: 0.5; */
        transform: scale(1.3, 1.3);

    }

    100% {
        /*  opacity: 0.9; */
        transform: scale(1.1, 1.1);

    }
}

@keyframes t {

    0% {
        bottom: 60px;
    }

    20% {
        bottom: 55px;
    }

    40% {
        bottom: 52px;
    }

    60% {
        bottom: 49px;
    }

    80% {
        bottom: 47px;
    }

    100% {
        bottom: 46px;
    }
}

.Company_profile {
    width: 1400px;
    height: 100px;
    /*   background-color: burlywood; */
    margin: 0 auto;
    margin-top: 5%;
    display: flex;
    justify-content: space-around;
}

.rolling_text {
    width: 1400px
}

.beiy {
    width: 100%;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.box_texte>div {
    color: rgb(58, 144, 241);
    font-size: 50px;
    font-weight: bold;
}

.gongsijies {
    width: 1400px;
    height: auto;
    object-fit: cover;
    /* background-color: darkblue; */
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;


}

.gongsi_img {
    width: 665px;
    height: 372px;
    overflow: hidden;

}

.gongsi_img img {
    transition: all 0.3s linear;
}

.gongsi_img img:hover {
    transition: all 0.3s linear;
    transform: scale(1.1, 1.1);
}

.gongsi_img>img {
    width: 665px;
    height: 372px;
    object-fit: cover;
}

.production_capacity {
    width: 50%;
}

.production_capacity>h3 {
    color: #0055ab;
    font-size: 35px;
}


.tiao {
    width: 50px;
    height: 3px;
    background-color: #b90007;
    margin-top: 3px;
}

.production_capacity>p {
    margin-top: 2%;
    line-height: 22px;
}

.Product_display {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* background-color: darkgreen; */
    background: url('../img/beijing.jpg') no-repeat 100% 100%;
    background-size: 100%;
    margin-top: 100px;
    padding: 3%;
    box-sizing: border-box;
    cursor: pointer;

}


.Product_display>h3 {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

/*  .Product_display>.Product_appearance{

 } */
.img_row>.swiper-slide {
    display: flex;
    justify-content: space-between;
}

.chanpo_box {
    width: 250px;
    height: 300px;
    border: 1px solid rgb(231, 231, 231);
    margin-top: 50px;
    border-radius: 5px;
    /* border-radius: 300% 0px 10px 300%;    */
    color: #fff;
    /* padding: 5px; */
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}

.chanpo_box:hover {
    transform: scale(0.9, 0.9);
    transition: all 0.3s linear;
}

.chanpo_box>img {
    width: 100%; 
}




.chanpo_box>p {
    width: 240px;
    text-align: center;
    margin-left: 5%;
    margin-top: 2%;
    font-size: 14px;
}

.chakan {
    width: 100px;
    height: 35px;
    background-color: rgb(106, 182, 156);
    margin-top: 20px;
    margin-left: 31%;
    text-align: center;
    line-height: 35px;
    color: rgb(233, 232, 238);
    border-radius: 5px;
    font-size: 15px;
}


.hanpo_box:hover {
    margin-top: -10px;
}


.mengche {
    width: 100%;
    height: 300px;
    background-color: rgba(101, 157, 230, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 300% 0px 10px 0px;
}

.two_lunbo {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.img_row>div>img {
    width: 100%;
    height: 100%;
}

.chakan:hover {
    background-color: #4979b8;
    cursor: pointer;
}

.Enterprise {
    width: 1400px;
    height: 586px;
    /*  background-color: #4a8a74; */
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    /*     background: url('../img/dengxiang.jpg') no-repeat 100% 100%; */
    background-size: 100%;
    margin-top: 10px;
    transition: all 0.3s linear;
    margin-top: 100px;
}

.Enterprise .entr {
    width: 500px;
    height: 500px;
    margin-left: -32px;

}

.Enterprise .entr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gongxin {
    width: 1400px;
    margin: 0 auto;
}

.Ente_box:hover {
    margin-top: -30px;
    transition: all 0.3s linear;
}


.Ente_box>img:hover {


    -webkit-animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-90-cw 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;


}


@-webkit-keyframes rotate-90-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate-90-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}






.dengxiang {
    width: 45%;


}

.dengxiang>img {
    width: 100%;
    height: 100%;
}

.texe_nein {
    width: 45%;
    background-color: #b90007;
}

.nwse_rigf {
    width: 800px;
    height: 500px;
    /*   background-color: #b90007;   */

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.Ente_box {
    width: 268px;

}

.Ente_box>h3 {
    margin-top: 3%;
    color: #333;
    font-size: 16px;
}

.Ente_box>p {
    margin-top: 3%;
    color: #666;
    font-size: 14px;
}

.Ente_box>div {
    margin-top: 3%;
}

.nwse {
    width: 100%;
    height: 570px;
    background: url('../img/zd_news_bg.jpg') no-repeat 100% 100%;
    background-size: 100%;
    margin: 0 auto;
    padding-top: 1px;
}

.nwse_tmie {
    width: 1400px;

    height: 50px;
    border-left: 5px solid #3d97e0;
    margin: 0 auto !important;
    margin-top: 50px !important;
    margin-left: 0px;
}

.nwse_tmie>span {
    font-size: 25px;
    color: #3d97e0;
    line-height: 50px;
    padding-left: 1%;
}

.nwse_list {
    width: 1400px;
    height: 397px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nwse_box {
    width: 412px;
    height: 363px;
    border: 1px solid #ccc;
}

.box_img {
    width: 412px;
    height: 229px;
    overflow: hidden;

}

.box_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}

.nwse_box>p:nth-of-type(1) {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 2%;

}

.nwse_box>p:nth-of-type(2) {
    font-size: 14px;
    color: #777;
    padding-left: 10px;
    margin-top: 2%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.zuoye {
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;

}

.zuoye>p {
    color: #777;
    font-size: 20px;
}

.nwse_box {
    color: #222222;
    font-weight: 600;
}

.nwse_box:hover p>a>i {
    color: #3d97e0;
}

.box_img>a>img:hover {
    transform: scale(1.2, 1.2);
    transition: all 0.3s linear;
}

.zuoye>p:hover {
    color: #4979b8;
    cursor: pointer;
}

.zuoye>p>i {
    font-size: 30px;
    color: rgb(10, 10, 10);
}

.bei_activ {
    width: 1000%;
    height: 80px;
    position: fixed;
    z-index: 9;
    top: 0;
    background-color: #3d97e0;

}


.nes_lis {
    width: 1400px;
    height: 369px !important;
}