* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    display: none;
}

video::-webkit-media-controls-volume-slider {
    display: none;
}

header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(28px);
    position:relative;
    z-index:999;
}
    header.active {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
.logo {
    height:100px;
    padding:22px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    display:block;
    max-height:100%;
}
.header_pack {
    display:flex;
    justify-content:space-between;
}
.w_nav {
    display:flex;
}
    .w_nav > li {
        padding: 0 30px;
    }
    .w_nav > li > a {
        color: rgb(51, 51, 51);
        font-size: 18px;
        line-height: 50px;
        display: block;
        position: relative;
    }
.header_right_cont {
    display:flex;
    align-items:center;
}
.language {
    margin-left:18px;
    position:relative;
}
.language_cont {
    border: 1px solid rgba(0, 0, 0,.2);
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 20px;
    width:80px;
    line-height:28px;
    border-radius:15px;
    text-align:center;
    cursor:pointer;
}
.language_cont {
    margin-left:10px;
}
.language_list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    width: 100%;
    display: none;
}
.language_list li a {
    font-size:16px;
    line-height:32px;
    color:#333;
    text-align:center;
    display:block;
}
    .language_list li a:hover {
        background: #1458a3;
        color:#fff;
    }
.w_nav > li > a:hover,
.w_nav>.active>a{
    color:#1458a3;
}
.w_nav > li > a:hover::after,
.w_nav>.active>a::after{
    content:"";
    width:100%;
    height:6px;
    border-radius:3px;
    background:#1458a3;
    position:absolute;
    bottom:0px;
    left:0;
}
.public_nav {
    border-bottom: 1px solid #EDEDED;
}
.public_nav_pack {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}
.public_nav_img {
    width:1100px;
}
.public_nav_img img {
    width:100%;
    display:block;
}
.public_nav_cont {
    padding-left: 37px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
}
    .public_nav_cont * {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        color:#333;
    }
    .public_nav_cont *:hover {
        color:#1458a3;
    }
.news_cont{
    padding:100px 0;
}
.public_title {
    color: rgb(51, 51, 51);
    font-size: 40px;
    font-weight: 700;
    line-height: 58px;
    text-align:center;
    position:relative;
    padding-bottom:10px;
}
.public_title::after {
    content:"";
    width:44px;
    height:6px;
    border-radius:3px;
    background:#1458a3;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}
.news_classify_nac {
    border-bottom: 1px solid rgba(104, 58, 58,.1);
    margin-top:60px;
    display:flex;
    justify-content:space-around;
}
    .news_classify_nac a {
        color: rgb(51, 51, 51);
        font-size: 20px;
        font-weight: 500;
        line-height: 29px;
        padding-bottom:20px;
        position:relative;
    }
    .news_classify_nac a::after {
        content:"";
        width:100%;
        height:4px;
        border-radius:2px;
        background:#1458a3;
        position:absolute;
        bottom:0;
        left:0;
        opacity:0;
    }
        .news_classify_nac a:hover,
        .news_classify_nac .active{
            color: #1458a3;
        }
            .news_classify_nac a:hover::after,
            .news_classify_nac .active::after{
                opacity: 1;
            }
.news_list{
    display:flex;
    margin:0 -35px;
    flex-wrap:wrap;
}
.news_list li {
    width:33.3333%;
    padding:0 35px;
    margin-top:50px;
}
    .news_list li a {
        display:block;
    }
.news_list_img{
    overflow:hidden;
}
.news_list_img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.news_list_cont {
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(14, 60, 105, 0.1);
    border-radius: 0px 0px 8px 8px;
}
.news_list_cont p {
    color: rgb(203, 29, 28);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    display:flex;
    align-items:center;
}
.news_list_cont p i {
    width:16px;
    height:16px;
    background:url(../image/time.png) no-repeat center/100% 100%;
    margin-right:10px;
    display:block;
}
    .news_list_cont h4 {
        color: rgb(51, 51, 51);
        font-size: 22px;
        font-weight: 500;
        line-height: 40px;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        margin-top:10px;
    }
    .news_list_cont > span {
        color: rgb(203, 29, 28);
        font-size: 18px;
        line-height: 26px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-top:20px;
    }
        .news_list_cont > span::before {
            content: "";
            width: 70%;
            height: 2px;
            background: #1458a3;
            display:block;
        }
.news_list li a:hover .news_list_img img {
    transform:scale(1.1);
}
.news_list li a:hover .news_list_cont {
    background: #A21716;
}
    .news_list li a:hover .news_list_cont p {
        color:#fff;
    }
    .news_list li a:hover .news_list_cont p i {
        background-image: url(../image/time2.png);
    }
    .news_list li a:hover .news_list_cont h4,
    .news_list li a:hover .news_list_cont>span {
        color: #fff;
    }
.products_plate1 {
    padding:100px 0 120px;
}
.products_plate1_list {
    display:flex;
    flex-wrap:wrap;
    margin-top:60px;
}
    .products_plate1_list li {
        width: 33.3333%;
        border: 1px solid rgba(104, 58, 58,.23);
        border-left:0;
        border-top:0;
        text-align:center;
    }
        .products_plate1_list li:nth-child(3),
        .products_plate1_list li:nth-child(6) {
            border-right: 0;
        }
        .products_plate1_list li:nth-child(4),
        .products_plate1_list li:nth-child(5),
        .products_plate1_list li:nth-child(6) {
            border-bottom:0;
        }
    .products_plate1_list li a {
        display:block;
        padding:40px 68px 55px;
    }
.products_plate1_list_img {
    width:60px;
    height:60px;
    overflow:hidden;
    margin:0 auto;
}
    .products_plate1_list_img img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
.products_plate1_list_cont{
    margin-top:20px;
}
    .products_plate1_list_cont h4 {
        color: rgb(51, 51, 51);
        font-size: 28px;
        font-weight: 700;
        line-height: 41px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .products_plate1_list_cont p {
        color: rgb(51, 51, 51);
        font-size: 18px;
        font-weight: 500;
        line-height: 34px;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.products_plate2 {
    padding:80px 0;
    background:url(../image/pro_bg.png) no-repeat center/cover;
}
.products_detail_cont {
    padding:88px 0 100px;
}
.products_detail_pack{
    display:flex;
}
.products_detail_left {
    width:260px;
}
    .products_detail_left li span {
        display: block;
        padding: 0 30px;
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        background: #1458a3;
        line-height:50px;
    }
.products_detail_left_list {
    padding: 15px 30px;
    border: 1px solid #EFEFEF;
}
    .products_detail_left_list li a {
        display: block;
        padding-left: 20px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
        color: #333333;
    }
        .products_detail_left_list li a::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background :#8B8B8B;
        }
        .products_detail_left_list li a:hover,
        .products_detail_left_list li .active {
            color: #1458a3;
        }
            .products_detail_left_list li a:hover::before,
            .products_detail_left_list li .active::before {
                background: #1458a3;
            }
.products_detail_right {
    width:calc(100% - 260px);
    padding-left:50px;
}
.products_detail_content  {
    margin-top:50px;
    display:flex;
    align-items:center;
}
.products_detail_right_img {
    width:600px;
}
.products_detail_right_img img {
    width:100%;
    display:block;
}
.products_detail_right_desc {
    width:calc(100% - 600px);
    padding-left:50px;
}
    .products_detail_right_desc h3 {
        color: rgb(51, 51, 51);
        font-size: 36px;
        font-weight: 700;
        line-height: 52px;
    }
    .products_detail_right_desc div {
        color: rgb(80, 80, 80);
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin-top:20px;
    }
.products_detail_right_cont {
    padding:50px 0 0;
}
.products_detail_right_cont_list li {
    margin-top:50px;
}
    .products_detail_right_cont_list li h4 {
        color: rgb(162, 23, 22);
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        padding-bottom: 20px;
        border-bottom: 2px solid rgb(162, 23, 22);
    }
.products_detail_right_cont_list li div {
    padding-top: 20px;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.join_cont {
    padding:100px 0;
}
.join_cont_list li {
    margin-top:50px;
}
.join_cont_list_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom:20px;
    cursor:pointer;
}
.join_cont_list_left h4 {
    color: rgb(51, 51, 51);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}
.join_cont_list li:hover .join_cont_list_left h4,
.join_cont_list .active .join_cont_list_left h4 {
    color: #1458a3;
}
.join_cont_list_left span,
.join_cont_list_right {
    display: block;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 20px;
}
.join_cont_list_text {
    padding: 20px 0;
    border-bottom: 1px solid #A21716;
}
.join_cont_list_content {
    display:none;
}
.contact_cont {
    padding:100px 0;
}
.contact_plate1_list {
    display:flex;
    margin:75px -20px 0;
}
.contact_plate1_list li {
    width:33.333%;
    padding:0 20px;
}
.contact_plate1_pack {
    background: background: rgb(255, 255, 255);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
    padding:37px 30px 25px;
    height:100%;
}
.contact_plate1_title {
    display:flex;
    align-items:center;
}
    .contact_plate1_title h3 {
        color: rgb(0, 0, 0);
        font-size: 36px;
        font-weight: 400;
        line-height: 54px;
    }
.contact_plate1_title img {
    width:auto;
    margin-left:24px;
    display:block;
}
.contact_plate1_pack h4 {
    color: rgb(162, 23, 22);
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.contact_plate1_pack p {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top:20px;
}
.contact_plate2 {
    margin-top:45px;
}
.contact_plate2 * {
    width:100%;
    height:588px !important;
}
.contact_plate3_list {
    margin:0 -20px ;
    display:flex;
    flex-wrap:wrap;
}
.contact_plate3_list li {
    width:33.3333%;
    padding:0 20px;
    margin-top:160px;
}
.contact_plate3_pack {
    padding: 33px 90px;
    background: #F6F6F6;
    height: 100%;
}
.contact_plate3_img {
    width:220px;
    margin:-143px auto 0;
}
.contact_plate3_img img {
    width:100%;
    display:block;
}
.contact_plate3_cont {
  
    text-align:center;
    margin-top:24px;
}
    .contact_plate3_cont p {
        color: rgb(93, 93, 93);
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
    }
    .contact_plate3_cont h4 {
        color: rgb(51, 51, 51);
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin-top:10px;
    }
.contact_plate4 {
    padding-top:100px;
}
.contact_plate4_list {
    display:flex;
    margin:40px -20px 0;
}
.contact_plate4_list li {
    width:33.333%;
    padding:0 20px;
}
.contact_plate4_pack {
    background: #F6F6F6;
    padding:50px 20px;
    text-align:center;
    height:100%;
}
.contact_plate4_pack h4 {
    color: rgb(203, 29, 28);
font-size: 20px;
font-weight: 700;
line-height: 26px;
}
    .contact_plate4_pack p {
        color: rgb(71, 83, 105);
        font-size: 16px;
        font-weight: 500;
        line-height:32px;
        margin-top:15px;
    }
footer{
    background:url(../image/footer_bg.png) no-repeat center/cover;
}
.footer_pack {
    display:flex;
    padding:60px 0 80px;
}
.footer_logo {
    width:257px;
}
.footer_logo img {
    max-width:100%;
    display:block;
}
.footer_logo a {
    width:100%;
    display:block;
}
.footer_cont {
    width:calc(100% - 257px);
    padding-left:245px;
    display:flex;
    justify-content:space-between;
}
.footer_cont_text h3 {
    color: rgb(51, 51, 51);
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom:15px;
}
.footer_cont_text a {
    color: rgb(71, 83, 105);
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    display:block;
}
.footer_cont_text a:hover {
    color:#1458a3;
}
.footer_cont_contact h4 {
    color: rgb(203, 29, 28);
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}
.footer_cont_contact p {
    color: rgb(71, 83, 105);
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.footer_cont_text img {
    width:100px;
    display:block;
}
.copyright {
    text-align: center;
    border-top: 2px solid #F3F3F3;
    padding:18px 0;
}
    .copyright a {
        color: rgb(51, 51, 51);
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }
.about_cont{
    padding:100px 0 80px;
}
.bx-siteMAbout011 {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.siteMAbout011-title {
    position: relative;
}

    .siteMAbout011-title p {
        font-size: 72px;
        color: rgba(223, 0,0,.1);
     
        position: absolute;
        left: 0;
        bottom: -5px;
        font-weight: bold;
    }

    .siteMAbout011-title h3 {
        font-size: 40px;
        color: #333333;
        font-weight: bold;
    }

.siteMAbout011-text {
    max-width: 670px;
    padding-top: 110px;
    position: relative;
}

    .siteMAbout011-text::before {
        content: '';
        display: block;
        width: 4px;
        height: 40px;
        background-color: #1458a3;
        position: absolute;
        top: 30px;
        left: 5px;
    }

    .siteMAbout011-text .txt1 {
        color: #1458a3;
        font-size: 24px;
        font-weight: bold;
    }

    .siteMAbout011-text .txt2 {
        margin-top: 50px;
        font-size: 16px;
        color: #666;
    }

.siteMAbout011-num {
    margin-top: 65px;
    overflow: hidden;
}

    .siteMAbout011-num ul li {
        min-width: 183px;
        margin-right: 87px;
        float: left;
    }
        .siteMAbout011-num ul li:last-child {
            margin-right:0;
        }

        .siteMAbout011-num ul li h3 span {
            color: #1458a3;
            font-size: 68px;
            font-weight: bold;
            font-family: Impact;
        }

        .siteMAbout011-num ul li h3 small {
            color: #333333;
            font-size: 22px;
            font-weight: normal;
        }

        .siteMAbout011-num ul li p {
            color: #333333;
            font-size: 20px;
        }
.bx-siteMAbout011 .bx-siteMAbout011-bg img {
    max-height:100%;
    width:100%;
    display:block;
}

.siteMAbout011-but {
    margin-top: 100px;
    width: 100%;
}

    .siteMAbout011-but a {
        color: #008dce;
        font-size: 18px;
        border: 1px solid #008dce;
        width: 180px;
        height: 50px;
        line-height: 48px;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
        transition: all 0.5s;
    }

        .siteMAbout011-but a:hover {
            background-color: #008dce;
            color: #fff;
        }



@keyframes fadeIn1 {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.bx-siteMAbout011 .bx-siteMAbout011-bg {
    position: absolute;
    right: 8%;
    top: 10%;
    width: 40.81%;
    height: 100%;
}

    .bx-siteMAbout011 .bx-siteMAbout011-bg .img1 {
        display: block;
        width: auto;
    }

    .bx-siteMAbout011 .bx-siteMAbout011-bg .img2 {
        position: absolute;
        left: 0;
        top: 0;
        animation: fadeIn1 2.3s infinite;
    }
.footer_cont>div {
    max-width:25%;
}
@media screen and (max-width: 1500px) {
    .siteMAbout011-title p {
        font-size: 60px;
    }

    .siteMAbout011-title h3 {
        font-size: 35px;
    }

    .siteMAbout011-text {
        padding-top: 88px;
        max-width: 600px;
    }

        .siteMAbout011-text .txt1 {
            font-size: 23px;
        }

        .siteMAbout011-text::before {
            top: 16px;
        }

        .siteMAbout011-text .txt2 {
            margin-top: 35px;
            font-size: 16px;
        }

    .siteMAbout011-num {
        margin-top: 50px;
    }

        .siteMAbout011-num ul li h3 span {
            font-size: 50px;
        }

        .siteMAbout011-num ul li h3 small {
            font-size: 20px;
        }

        .siteMAbout011-num ul li p {
            font-size: 22px;
        }

    .siteMAbout011-but {
        margin-top: 70px;
    }

        .siteMAbout011-but a {
            width: 160px;
            height: 45px;
            line-height: 43px;
            font-size: 16px;
        }

    .bx-siteMAbout011 {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .siteMAbout011-num ul li {
        margin-right: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .siteMAbout011-title p {
        font-size: 50px;
    }

    .siteMAbout011-title h3 {
        font-size: 30px;
    }

    .siteMAbout011-text {
        padding-top: 70px;
        max-width: 510px;
    }

        .siteMAbout011-text::before {
            height: 35px;
        }

        .siteMAbout011-text .txt1 {
            font-size: 20px;
        }

        .siteMAbout011-text .txt2 {
            font-size: 14px;
            margin-top: 25px;
        }

    .siteMAbout011-num {
        margin-top: 40px;
    }

        .siteMAbout011-num ul li h3 span {
            font-size: 42px;
        }

        .siteMAbout011-num ul li h3 small {
            font-size: 16px;
        }

        .siteMAbout011-num ul li p {
            font-size: 18px;
        }

        .siteMAbout011-num ul li {
            min-width: 100px;
        }

    .siteMAbout011-but {
        margin-top: 50px;
    }

        .siteMAbout011-but a {
            width: 150px;
            height: 43px;
            line-height: 40px;
            font-size: 14px;
        }
}

@media screen and (max-width: 1000px) {
    .siteMAbout011-title p {
        font-size: 30px;
    }

    .siteMAbout011-title h3 {
        font-size: 22px;
    }

    .siteMAbout011-text {
        max-width: 100%;
    }

    .bx-siteMAbout011 .bx-siteMAbout011-bg {
        width: 62%;
    }

    .siteMAbout011-text {
        padding-top: 60px;
    }

        .siteMAbout011-text .txt1 {
            font-size: 18px;
        }

    .siteMAbout011-num ul li {
        margin-right: 0;
    }

        .siteMAbout011-num ul li p {
            font-size: 16px;
        }

        .siteMAbout011-num ul li h3 span {
            font-size: 30px;
        }

        .siteMAbout011-num ul li h3 small {
            font-size: 14px;
        }

    .siteMAbout011-num ul li {
        min-width: 25%;
    }

    .siteMAbout011-num {
        margin-top: 30px;
    }

    .siteMAbout011-but {
        margin-top: 30px;
    }

        .siteMAbout011-but a {
            width: 130px;
            height: 40px;
            line-height: 38px;
        }

    .siteMAbout011-but {
        text-align: center;
    }
}
.history {
    padding:80px 0;
    background:url(../image/history_bg.png) no-repeat center/cover;
}
.history_cont{
    margin-top:100px;
}
.history_classify {
    overflow:hidden;
    position:relative;
}
    .history_classify::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #1458a3;
        position:absolute;
        top:76px;
        left:0;
    }
    .history_classify .swiper-slide > span {
        color: rgb(19, 87, 162);
        font-size: 36px;
        font-weight: 700;
        line-height: 47px;
        display:block;
        padding-left:30px;
    }
        .history_classify .swiper-slide > span::before {
            content: "";
            width: 36px;
            height: 36px;
            background: rgba(203, 29, 28,.15);
            position:absolute;
            top:58px;
            left:62px;
            border-radius:50%;
        }
        .history_classify .swiper-slide > span::after {
            content: "";
            width: 14px;
            height: 14px;
            border-radius: 50%;
            position: absolute;
            top: 69px;
            left: 73px;
            background: #1458a3;
        }
            .history_list {
                margin-top: 79px;
                background: #fff;
                border-radius: 20px;
                padding: 20px 21px;
                position:relative;
            }
    .history_list li {
        padding-bottom:30px;
        position:relative;
    }
        .history_list li:last-child {
            margin-bottom:0;
        }
        .history_list_pack {
            display: flex;
            justify-content: space-between;
            position:relative;
        }
    .history_list_pack span {
        color: rgb(51, 51, 51);
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        display:block;
    }
            .history_list_pack span:first-child {
                width:45px;

            }
        .history_list_pack span:last-child {
            width:calc(100% - 45px);
            padding-left:30px;
        }
.history_classify {
    padding:0 50px;
}
.history_list_pack::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #1458a3;
    background:#fff;
    position:absolute;
    left:53px;
    top:5px;
    border-radius:50%;
    z-index:2;
}
.history_list li::after {
    content: "";
    border: 1px solid rgb(203, 29, 28);
    height: 100%;
    position: absolute;
    top: 5px;
    left: 58px;
    z-index: 0;
}
.history_list::after {
    content: "";
    border: 1px solid rgb(203, 29, 28);
    height: 70px;
    position: absolute;
    top: -43px;
    left: 79px;
    z-index: 0;
}
.history_list li:nth-last-child(1)::after {
    display: none;
}
    .about_plate3 {
        padding: 86px 0 100px;
    }
.about_plate3_pack {
    margin-top:86px;
    display:flex;
    align-items:center;
}
.about_plate3_img {
    width:840px;
}
.about_plate3_img img {
    width:100%;
    display:block;
}
.about_plate3_list {
    width:calc(100% - 840px);
    
}
    .about_plate3_list li a {
        display: flex;
        align-items: center;
        color: rgb(51, 51, 51);
        font-size: 24px;
        font-weight: 700;
        line-height: 48px;
    }
    .about_plate3_list li a i {
        width:41px;
        height:34px;
        background:url(../image/path.png) no-repeat center/100% 100%;
        display:block;
        margin-right:20px;
    }
.about_plate4 {
    padding: 64px 0 59px;
    background: #F6F6F6;
}
.about_plate4_pack {
    flex-direction:row-reverse;
}
    .about_plate4_pack .about_plate3_list {
        padding-left:100px;
    }
.about_plate5 {
    padding:100px 0 130px;
}
    .about_plate5_img img {
        max-width: 100%;
        display: block;
        margin: 28px auto 0;
    }
.home_swiper_cont {
     position:absolute;
     top:50%;
     left:50%;
     transform:translate(-50%,-50%);
}
    .home_swiper_cont h4 {
        width: 230px;
        line-height: 46px;
        border: 1px solid #FFFFFF;
        border-radius: 24px;
        position: relative;
        font-size: 24px;
        color:#fff;
        text-align:center;
        margin:0 auto;
    }
    .home_swiper_cont h4::before {
        content:"";
        width:137px;
        height:1px;
        background:#fff;
        position:absolute;
        top:50%;
        left:100%;
        transform:translateY(-50%);
    }
        .home_swiper_cont h4::after {
            content: "";
            width: 137px;
            height: 1px;
            background: #fff;
            position: absolute;
            top:50%;
            right:100%;
            transform:translateY(-50%);
        }
    .home_swiper_cont h3 {
        color: rgb(255, 255, 255);
        font-size: 64px;
        font-weight: 700;
        line-height: 93px;
        margin-top:10px;
    }
    .home_swiper_cont p {
        text-align: center;
        margin-top: 18px;
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        
    }
        .home_swiper_cont p span {
            letter-spacing: 6px;
        }
.arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1458a3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size:20px;
    line-height:60px;
    text-align:center;
    z-index:102;
    color:#fff;
    cursor:pointer;
    border:2px solid #fff;
    display:none;
}
.arrow_left {
    left:1%;
    padding-left:5px;
}
.arrow_right {
    right:1%;
    padding-right:5px;
}
.home_swiper {
    overflow:hidden;
    position:relative;
}
    .home_swiper a {
        display:block;
    }
    .home_swiper video {
        width:100%;
    }
    .arrow:hover {
        background: rgba(255,255,255,.5);
        border-color: #cd1d1c;
        color: #cd1d1c;
    }
.inquire {
    padding:18px 0;
    background:url(../image/inbg.png) no-repeat center/cover;
}
.inquire_pack {
    display:flex;
    justify-content:space-between;
    padding:0 50px;
    align-items:center;
}
.inquire_left {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
    .inquire_left p {
        margin-bottom: 12px;
   }
    .inquire_left p:last-child {
        margin-bottom:0;
    }
.inquire_search {
    display:flex;
    align-items:center;
}
    .inquire_search input {
        width: 500px;
        line-height: 58px;
        border-radius: 8px;
        background: #fff;
        padding: 0 20px;
        font-size: 20px;
        outline:none;
        border:none;
    }
        .inquire_search input::-webkit-input-placeholder {
            color: rgba(103, 120, 150, 0.8);
        }
    .inquire_search span {
        display: block;
        width: 200px;
        line-height: 48px;
        text-align: center;
        color: #1458a3;
        background:#fff;
        border-radius:8px;
        font-size:20px;
        margin-left:48px;
        cursor:pointer;
    }
    .inquire_search span:hover {
        opacity:.8;
    }
.home_products_list li {
    border:none;
}
.products_plate1_list li:hover {
    background: rgba(203, 29, 28, 0.8);
}
    .products_plate1_list_img img:last-child {
        display:none;
    }
.products_plate1_list li:hover img:first-child {
    display:none;
}
.products_plate1_list li:hover img:last-child {
    display:block;
}
/*.products_plate1_list li:hover img {
    filter:drop-shadow(#fff 0 70px);
    transform:translateY(-70px);
}*/
.products_plate1_list li:hover h4,
.products_plate1_list li:hover p {
    color: #fff;
}
.home_news {
    padding:80px 0;
}
.str_wrap {
    overflow: hidden;
    /* zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.bx-siteM103-title {
    text-align: center;
}

    .bx-siteM103-title h3 {
        font-size: 36px;
        line-height: 36px;
        color: #333;
    }

    .bx-siteM103-title p {
        color: #666666;
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px;
    }

.bx-siteM103-item {
    width: 100%;
    max-width: 1700px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
}

    .bx-siteM103-item::before {
        content: "";
        width: 15%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        /*background: linear-gradient( -90deg, rgba(0, 0, 0, 0) 0%, #fafdff 100%);*/
        z-index: 10;
    }

    .bx-siteM103-item::after {
        content: "";
        width: 15%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        /*background: linear-gradient( 90deg, rgba(0, 0, 0, 0) 0%, #fafdff 100%);*/
        z-index: 10;
    }

    .bx-siteM103-item ul {
        white-space: nowrap;
        margin-top: 0;
    }

        .bx-siteM103-item ul li {
            display: inline-block;
            width: 260px;
            height: 120px;
            float: none;
            margin: 10px 15px;
        }

            .bx-siteM103-item ul li .bx-siteM103-list {
                display: block;
                width: 100%;
                height: 100%;
                background-color: #fff !important;
                overflow: hidden;
                position: relative;
                box-shadow: 0 3px 10px rgba(0,0,0,.1);
            }

                .bx-siteM103-item ul li .bx-siteM103-list img {
                    max-width: 50%;
                    max-height: 90%;
                    width: auto;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid #E9E9E9;
                }

                    .bx-siteM103-item ul li .bx-siteM103-list .img::before {
                        content: '';
                        display: block;
                        height: 1px;
                        width: 0;
                        position: absolute;
                        right: 0;
                        top: 0;
                        transition: all 0.3s;
                        background-color: #1458a3;
                    }

                    .bx-siteM103-item ul li .bx-siteM103-list .img::after {
                        content: '';
                        display: block;
                        height: 1px;
                        width: 0;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        transition: all 0.3s;
                        background-color: #1458a3;
                    }

                
                    .bx-siteM103-item ul li .bx-siteM103-list::before {
                    content: '';
                    display: block;
                    width: 1px;
                    height: 0;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transition: all 0.3s;
                    background-color: #1458a3;
                }

                .bx-siteM103-item ul li .bx-siteM103-list::after {
                    content: '';
                    display: block;
                    width: 1px;
                    height: 0;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    transition: all 0.3s;
                    background-color: #1458a3;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img:hover:before {
                    width: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list .img:hover:after {
                    width: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list:hover:before {
                    height: 100%;
                }

                .bx-siteM103-item ul li .bx-siteM103-list:hover::after {
                    height: 100%;
                }

.bx-siteM103-itemBox {
    margin-top: 40px;
}

@media screen and (max-width: 1500px) {
    .bx-siteM103-item ul li {
        width: 230px;
        height: 100px;
    }

    .bx-siteM103-itemBox {
        margin-top: 25px;
    }

    .bx-siteM103-item {
        margin-top: 80px;
    }
    .w_nav > li {
        padding:0 20px;
    }
    .w_nav > li>a {
        font-size:16px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteM103-item ul li {
        width: 120px;
        height: 60px;
        margin: 8px;
    }

    .bx-siteM103-itemBox {
        margin-top: 10px;
    }

    .bx-siteM103-item {
        margin-top: 20px;
    }

    .bx-siteM103-title h3 {
        font-size: 22px;
    }

    .bx-siteM103-title p {
        font-size: 14px;
        margin-top: 10px;
    }
}
.home_cooper {
    padding:80px 0;
    background:url(../image/cooper.png) no-repeat center/cover;
}
.home_swiper img {
    width:100%;
    display:block;
}
.nei-banner {
    width: 100%;
    position: relative;
}
.nei-banner {
    position: relative;
    z-index: 1;
}
    .nei-banner .img {
        width: 100%;
        height: 450px;
        position: relative;
    }
        .nei-banner .img::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(0,0,0,.5);
        }
        .nei-banner .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.Query-search {
    width: 640px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

    .Query-search .p1 {
        font-size: 24px;
        color: #FFFFFF;
        line-height: 1;
    }

    .Query-search .p2 {
        font-size: 14px;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .Query-search .Query-search-input {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .Query-search .Query-search-input input {
            height: 40px;
            padding: 0 10px;
            border: 1px solid #D1D1D1;
            font-size: 14px;
            width: calc(100% - 170px);
        }

        .Query-search .Query-search-input span {
            width: 150px;
            text-align: center;
            line-height: 40px;
            background-color: #CB1B1D;
            font-size: 14px;
            color: #FFFFFF;
            cursor: pointer;
            transition: all 0.5s;
        }

            .Query-search .Query-search-input span:hover {
                opacity: 0.8;
            }

.Query-box {
    padding: 90px 0;
}

.Query-box-item {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 30vh
}

    .Query-box-item ul li .Query-box-list {
        display: flex;
        align-items: center;
        position: relative;
    }

        .Query-box-item ul li .Query-box-list .time {
            width: 130px;
            position: relative;
            padding-right: 10px;
            text-align: center;
            border-right: 1px dashed #EBEBEB;
            padding-bottom: 25px;
        }

            .Query-box-item ul li .Query-box-list .time p {
                font-size: 16px;
                color: #9F9F9F;
            }

            .Query-box-item ul li .Query-box-list .time span {
                color: #202020;
                font-size: 20px;
            }

        .Query-box-item ul li .Query-box-list .icon {
            display: block;
            position: absolute;
            right: -10px;
            top: calc(50% - 10px);
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background-image: url('../image/icon.png');
        }

        .Query-box-item ul li .Query-box-list .text {
            width: calc(100% - 130px);
            padding-left: 40px;
            padding-bottom: 25px;
            font-size: 16px;
            color: #202020;
        }


    .Query-box-item ul li.active .Query-box-list .time span, .Query-box-item ul li.active .Query-box-list .time p, .Query-box-item ul li.active .Query-box-list .text {
        color: #CB1B1D;
    }

    .Query-box-item ul li.active .Query-box-list .icon {
        background-image: url('../image/icon-active.png');
    }

.Query-list {
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
}

    .Query-list .Query-list-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

        .Query-list .Query-list-top h3 {
            font-size: 20px;
        }

        .Query-list .Query-list-top i {
            font-size: 18px;
            width: 30px;
            height: 30px;
            color: #CB1B1D;
            border: 1px solid #CB1B1D;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .Query-list .Query-list-box {
        padding: 15px;
        padding-top: 0;
        display: none;
    }
@media(max-width:1500px) {
    .public_nav_img {
        width:900px;
    }
    .public_title {
        font-size:35px;
        line-height:45px;
    }
    .contact_plate1_title h3,
    .products_detail_right_desc h3,
    .history_classify .swiper-slide > span {
        font-size: 30px;
        line-height: 40px;
    }
    .contact_plate1_pack h4,
    .contact_plate3_cont h4,
    .footer_cont_text h3,
    .join_cont_list_left h4,
    .news_list_cont h4,
    .about_plate3_list li a,
    .home_swiper_cont h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .contact_plate1_pack p,
    .contact_plate3_cont p,
    .footer_cont_text a,
    .footer_cont_contact h4,
    .news_list_cont > span,
    .products_plate1_list_cont p,
    .products_detail_right_desc div,
    .inquire_left {
        font-size: 16px;
        line-height: 26px;
    }
    .contact_plate3_pack {
        padding:20px 30px;
    }
    .contact_plate3_img{
        margin-top:-100px;
    }
    .contact_plate3_img{
        width:180px;
    }
    .footer_cont {
        padding-left:150px;
    }
    .footer_cont_text a {
        line-height:32px;
    }
    .news_list_cont > span::before {
        width:60%;
    }
    .news_list {
        margin:0 -15px;
    }
    .news_list li {
        padding: 0 15px;
    }
    .products_plate1_list li a {
        padding:30px 20px;
    }
    .products_plate1_list_cont h4{
        font-size:24px;
        line-height:34px;
    }
    .products_detail_right_img {
        width:400px;
    }
    .products_detail_right_desc {
        width: calc(100% - 400px);
        padding-left: 50px;
    }
    .bx-siteMAbout011 .bx-siteMAbout011-bg {
        width:35%;
    }
    .about_plate3_list li a {
        line-height:40px;
    }
    .about_plate4_pack .about_plate3_list{
        padding-left:0;
    }
    .about_plate3_list li a i {
        width:35px;
        height:28px;
    }
    .inquire_pack{
        padding:0;
    }
    .inquire_search input {
        width:400px;
    }
    .inquire_search span {
        width:150px;
        line-height:45px;
        margin-left:30px;
    }
    .home_swiper_cont h3 {
        font-size:54px;
        line-height:64px;
    }
}
@media(max-width:1200px) {
    .w_nav > li > a {
        font-size:16px;
    }
    .w_nav > li{
        padding:0 10px;
    }
    .footer_cont {
        padding-left: 100px;
        width: calc(100% - 150px);
    }
    .footer_logo{
        width:150px;
    }
}
@media(max-width:1000px) {
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../image/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../image/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 10px 15px;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    header {
        position: relative;
    }

    .w_nav > li > a, .language_on span {
        line-height: 30px;
        text-align: center;
    }

    .language {
        margin: 0;
        right: 80px;
    }

    .language_on {
        text-align: center;
    }

    .language_list {
        width: 100%;
    }

    /*.home_swiper img {
        height: 200px;
        object-fit:cover;
    }*/
    .bx-siteMAbout011 .bx-siteMAbout011-bg img {
        height:350px;
        object-fit:cover;
    }
    .footer_cont_text {
        display: none;
    }
        .footer_cont_text:last-child,
        .footer_cont_text:nth-child(3) {
            display: block;
        }
    .footer_pack {
        display:block;
    }
    .footer_cont {
        padding:0;
        width:100%;
        margin-top:20px;
    }
    .footer_pack,
    .home_news {
        padding: 30px 0;
    }
    .home_cooper{
        padding:30px 0;
    }
    .public_title  {
        font-size:25px;
        line-height:35px;
    }
    .news_list {
        margin:0;
    }
    .news_list li {
        width:100%;
        margin-top:20px;
        padding:0;
    }
    .news_list {
        display:block;
    }
    .news_classify_nac{
        margin-top:30px;
    }
        .news_classify_nac a {
            font-size:16px;
            line-height:26px;
            padding-bottom:10px;
        }
    .contact_plate1_pack h4, .contact_plate3_cont h4, .footer_cont_text h3, .join_cont_list_left h4, .news_list_cont h4, .about_plate3_list li a, .home_swiper_cont h4 {
        font-size:16px;
        line-height:26px;
    }
    .news_list_cont p,
    .contact_plate1_pack p, .home_swiper_cont p, .contact_plate3_cont p, .footer_cont_text a, .footer_cont_contact h4, .news_list_cont > span, .products_plate1_list_cont p, .products_detail_right_desc div, .inquire_left {
        font-size: 14px;
        line-height: 24px;
    }
    .products_plate2 {
        padding:30px 0;
    }
    .products_plate1_list li {
        width:100%;
    }
        .products_plate1_list li a {
            padding:15px;
        }
    .products_plate1_list_cont h4 {
        font-size:18px;
        line-height:28px;
    }
    .about_cont{
        padding:30px 0;
    }
    .bx-siteMAbout011 .bx-siteMAbout011-bg {
        height: auto;
         right: 0;
        position:relative;
        width:95%;
        margin:20px auto 0;
    }
    .bx-siteMAbout011 {
        overflow:inherit;
    }
    .inquire_pack {
        display:block;
    }
    .inquire_search input{
        width:calc(100% - 100px);
        line-height:40px;
        font-size:16px;
    }
    .inquire_search span {
        font-size:16px;
        line-height:40px;
        margin-left:0;
        width:100px;
    }
    .inquire_search span {
        border-radius:0 8px 8px 0;
    }
    .inquire_search input {
        border-radius:8px 0 0 8px;
        border-right:1px solid #ccc;
    }
    .inquire_search {
        margin-top: 20px;
    }
    .home_swiper_cont{
        width:80%;
    }
        .home_swiper_cont h4{
            width:150px;
        }
            .home_swiper_cont h4::before,
            .home_swiper_cont h4::after{
                width: 60px;
            }
        .home_swiper_cont h3{
            font-size:30px;
            line-height:40px;
        }
        .home_swiper_cont p span {
            display:block;
        }
    .arrow {
        width:40px;
        height:40px;
        font-size:16px;
        line-height:40px;
    }
    .arrow_left {
        left:10px;
    }
    .arrow_right {
        right:10px;
    }
    .w_nav > li > a:hover::after, .w_nav > .active > a::after{
        display:none;
    }
    .public_nav_pack {
        display:block;
    }
    .public_nav_img {
        width:100%;
    }
    .public_nav_cont {
        padding-left:0;
        
        margin-top:20px;
    }
        .public_nav_cont * {
            font-size: 14px;
            line-height: 24px;
        }
    .history_cont {
        margin-top: 50px;
    }
    .contact_plate1_title h3, .products_detail_right_desc h3, .history_classify .swiper-slide > span {
        font-size:20px;
        line-height:30px;
    }
    .history_list {
        margin-top:50px;
    }
    .history_classify::before {
        top:50px;
    }
    .history_classify .swiper-slide > span::before {
        top:35px;
        left:65px;
        width:30px;
        height:30px;
    }
    .history_classify .swiper-slide > span::after {
        top:43px;
    }
    .history_list::after {
        top:-33px;
    }
    .history_classify .swiper-slide > span {
        padding-left:60px;
    }
    .history,
    .about_plate3,
    .about_plate4,
    .about_plate5,
    .products_detail_cont,
    .news_cont,
    .join_cont {
        padding: 30px 0;
    }
    .about_plate3_pack  {
        margin-top:30px;
        display:block;
    }
    .about_plate3_img {
        width:100%;
    }
    .about_plate3_list{
        margin-top:20px;
        width:100%;
    }
        .about_plate3_list li a i {
            width:30px;
            height:23px;
        }
    .copyright a{
        font-size:14px;
        line-height:24px;
    }
    .copyright{
        padding:10px 0;
    }
    .products_detail_pack {
        display:block;
    }
    .products_detail_left{
        width:100%;
    }
    .products_detail_right {
        width:100%;
        padding:0;
        margin-top:20px;
    }
    .products_detail_content {
        display:block;
    }
    .products_detail_right_img{
        width:100%;
    }
    .products_detail_right_desc {
        padding:0;
        width:100%;
        margin-top:20px;
    }
    .products_detail_right_cont_list li div {
        font-size:14px;
        line-height:24px;
    }
    .join_cont_list li {
        margin-top:20px;
    }
    .join_cont_list_left span, .join_cont_list_right {
        font-size:14px;
        margin-top:10px;
    }
    .webdiyerCss {
        padding-top:30px;
    }
    .contact_cont,
    .contact_plate4 {
        padding: 30px 0;
    }
    .contact_plate1_list {
        margin:30px 0 0;
        display:block;
    }
    .contact_plate1_list li {
        width:100%;
        margin-bottom:20px;
        padding:0;
    }
    .contact_plate1_title img {
        max-width:80%;
    }
    .contact_plate2 * {
        height:300px !important;
    }
    .contact_plate3_list {
        margin:0;
    }
        .contact_plate3_list li {
            width:100%;
            margin-top:100px;
            padding:0;
        }
    .contact_plate4_list {
        margin:30px 0 0;
        display:block;
    }
    .contact_plate4_list li {
        padding:0;
        width:100%;
        margin-bottom:20px;
    }
    .contact_plate4_pack{
        padding:20px;
    }
        .contact_plate4_pack h4 {
            font-size:16px;
            line-height:26px;
        }
        .contact_plate4_pack p {
            font-size:14px;
            line-height:24px;
        }
    .nei-banner .img {
        height: 200px;
    }
    .Query-search {
        width: 90%;
        max-width: 400px;
    }

    .Query-search {
        bottom: 20px;
    }

        .Query-search .Query-search-input span {
            width: 120px;
        }

        .Query-search .Query-search-input input {
            width: calc(100% - 120px);
        }

    .Query-box {
        padding: 30px 0;
    }

    .Query-box-item {
        padding: 20px;
    }

        .Query-box-item ul li .Query-box-list .icon {
            right: 0;
            left: -10px;
            top: 23px;
        }

        .Query-box-item ul li .Query-box-list .time {
            border-left: 1px dashed #EBEBEB;
            border-right: 0;
            padding-top: 10px;
            padding-bottom: 0 !important;
        }

        .Query-box-item ul li .Query-box-list {
            display: block;
        }

            .Query-box-item ul li .Query-box-list .time {
                width: 100%;
                text-align: left;
                padding-left: 20px;
                padding-bottom: 10px;
            }

                .Query-box-item ul li .Query-box-list .time p {
                    display: inline-block;
                    color: #333;
                }

                .Query-box-item ul li .Query-box-list .time span {
                    font-size: 16px;
                }

            .Query-box-item ul li .Query-box-list .text {
                width: 100%;
                padding-bottom: 10px;
                padding-left: 20px;
                border-bottom: 1px solid #E6E6E6;
                line-height: 1.5
            }
}