/* 首页 */

.VideoBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    margin: 0 auto;
}

    .VideoBox img {
        width: 100%;
        height: 520px;
        visibility: hidden;
        display: none;
    }

    .VideoBox .zz {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 3;
    }

    .VideoBox .text {
        position: absolute;
        bottom: 40px;
        text-align: center;
        width: 100%;
        z-index: 4;
    }

        .VideoBox .text h3 {
            font-size: 24px;
            margin-bottom: 10px;
            text-shadow: 0 0 20px #888;
        }

.mobile-img.VideoBox .text h3 {
    font-size: 14px;
}

.VideoBox .text a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 5px 30px;
    border-radius: 15px;
    background-image: url(../images/ap40.png);
}

.mobile-img.VideoBox .text a {
    font-size: 12px;
}

.VideoBox .text a:hover {
    background-color: #D62940;
    color: #ffffff;
}

.VideoBox .Video .tubiao {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: url(../images/bo.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.VideoBox .Video.videostate .tubiao {
    background: url(../images/bo2.png) no-repeat;
    background-size: 100% 100%;
}

.VideoBox .Video:hover .tubiao {
    display: block;
}

.VideoBox .Video {
    /* position: absolute; */
    top: 0px;
    /* left: 0px;
  z-index: 3; */
    /* width: 100%;
  height: 100%; */
}

    .VideoBox .Video video {
        position: relative;
        /* width: 100%; */
        width: 64%;
        margin: 0 auto;
        display: block;
        object-fit: cover;
    }

.index .about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 20px;
}

    .index .about .img1 {
        width: 50%;
        /*margin-top: 50px;*/
    }

    .index .about .left {
        width: 48%;
    }

        .index .about .left div {
            font-size: 14px;
            color: #333333;
            line-height: 32px;
            margin-top: 18px;
        }

        .index .about .left h1 {
            font-size: 26px;
            color: #45bdc6;
        }

        .index .about .left .p1 {
            /* font-size: 14px;
  color: #333333;
  margin-top:18px;*/
            font-size: 18px;
            color: #333333;
            margin-top: 5px;
            border-bottom: 1px solid #dedede;
            padding-bottom: 10px;
        }

        .index .about .left .name {
            font-size: 26px;
            color: #333333;
            font-weight: bold;
            margin-top: 30px;
        }

        .index .about .left .nei {
            font-size: 14px;
            color: #333333;
            line-height: 32px;
            margin-top: 18px;
        }

        .index .about .left .count {
            margin-top: 20px;
        }

        .index .about .left .div1 {
            display: inline-block;
            margin-right: 10%;
        }

            .index .about .left .div1:nth-last-child(1) {
                margin-right: 0;
            }

            .index .about .left .div1 .p1 {
                color: #45bdc6;
                position: relative;
            }

        .index .about .left .count .p1 {
            border-bottom: none;
        }

        .index .about .left .div1 .p1 span {
            font-size: 52px;
            color: #45bdc6;
            margin-right: 16px;
        }

        .index .about .left .div1 .p1 .span1 {
            position: absolute;
            width: 19px;
            height: 19px;
            font-size: inherit;
            right: 0;
        }

            .index .about .left .div1 .p1 .span1 img {
                width: 100%;
                height: 100%;
                vertical-align: top;
            }

        .index .about .left .div1 .p2 {
            font-size: 15px;
            color: #333333;
        }

.index .video {
    font-size: 0;
}

    .index .video img {
        width: 100%;
    }

    .index .video video {
        width: 100%;
    }

.index .title img {
    display: inline-block;
    vertical-align: middle;
    width: 19.5%;
}

.index .title {
    font-size: 32px;
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: 28px;
    padding-top: 70px;
    margin-bottom: 60px;
}

    .index .title::after {
        content: ' ';
        position: absolute;
        width: 76px;
        height: 4px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #333333;
    }

    .index .title span {
        margin: 0 16px;
    }

.index .toiletries {
    background: #fafbfe;
    padding-bottom: 70px;
}

    .index .toiletries .cont {
        font-size: 0;
        padding: 0 54px;
        box-sizing: content-box;
        position: relative;
    }

    .index .toiletries .toiletries-swiper {
        position: initial;
    }

    .index .toiletries .toiletries-next:after,
    .index .toiletries .toiletries-prev:after {
        font-size: 36px;
        color: #d8d8da;
    }

    .index .toiletries .cont .list {
        padding: 4px;
        box-sizing: border-box;
    }

    .index .toiletries .cont .item {
        width: 22.5%;
        display: inline-block;
        font-size: 0;
        /* box-shadow: 0 1px 6px 5px rgba(188,188,188, 0.1); */
        border: 2px solid #fff;
        padding-bottom: 30px;
        box-sizing: border-box;
        margin-right: 3.333%;
    }

        .index .toiletries .cont .item:nth-last-child(1) {
            margin-right: 0;
        }

        .index .toiletries .cont .item img {
            width: 100%;
            transition: all .5s ease;
        }

        .index .toiletries .cont .item .photo {
            overflow: hidden;
        }

        .index .toiletries .cont .item:hover img {
            transform: scale(1.1);
        }

        .index .toiletries .cont .item .p1 {
            font-size: 16px;
            color: #333333;
            text-align: center;
            margin: 24px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 2%;
        }

        .index .toiletries .cont .item .alj {
            width: 168px;
            height: 36px;
            display: block;
            line-height: 36px;
            text-align: center;
            font-size: 14px;
            color: #666666;
            margin: 0 auto;
            border: 1px solid #d0d0d0;
        }

.index .toiletries .cont .item a {
           display: initial;
        }

.index .strength .strength-next,
.index .strength .strength-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(175, 173, 186, 0.8);
    opacity: 1;
}

    .index .strength .strength-next::after,
    .index .strength .strength-prev::after {
        font-size: 36px;
        color: #fff;
    }

    .index .strength .strength-next:hover,
    .index .strength .strength-prev:hover {
        background-color: rgba(181, 87, 98, 0.8);
    }

.index .strength .strength-swiper img {
    width: 100%;
}

.index .strength .strength-swiper {
    font-size: 0;
}

.index .advantage {
    margin-bottom: 80px;
}

    .index .advantage .title1 {
        margin-top: 54px;
    }

        .index .advantage .title1 h1 {
            font-size: 32px;
            color: #45bdc6;
            text-align: center;
        }

        .index .advantage .title1 p {
            font-size: 18px;
            color: #666666;
            text-align: center;
            background: url(../images/hen.png) no-repeat center;
            background-size: 100% auto;
            margin-top: 10px;
        }

    .index .advantage .tag {
        width: 74%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        background-color: #f8f8f8;
        border-radius: 36px;
    }

        .index .advantage .tag .item {
            /* width: 22.8%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #707070;
  display: inline-block;
  font-size: 18px;
  color: #ffffff; */

            background-color: #f8f8f8;
            width: 100%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            cursor: pointer;
        }

        .index .advantage .tag .active {
            background: #45bdc6;
            color: #fff;
            border-radius: 36px;
        }

        .index .advantage .tag .item:nth-child(1) {
            border-top-left-radius: 36px;
            border-bottom-left-radius: 36px;
        }

        .index .advantage .tag .item:nth-last-child(1) {
            border-top-right-radius: 36px;
            border-bottom-right-radius: 36px;
        }

    .index .advantage .div1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
    }

        .index .advantage .div1 img {
            width: 41%;
        }

        .index .advantage .div1 .right {
            /* width: 52%; */
            width: 59%;
            padding-left: 7%;
        }

            .index .advantage .div1 .right h1 {
                font-size: 18px;
                color: #333333;
            }

            .index .advantage .div1 .right p {
                font-size: 14px;
                color: #666666;
                line-height: 32px;
                margin-top: 20px;
            }

            .index .advantage .div1 .right a {
                width: 146px;
                height: 46px;
                line-height: 46px;
                text-align: center;
                font-size: 14px;
                color: #333333;
                border: 1px solid #707070;
                margin-top: 20px;
            }

.VideoBox2 video {
    width: 100%;
    object-fit: fill;
}

.index .biao {
    padding-top: 54px;
}

    .index .biao .p1 {
        text-align: center;
        /*font-size: 32px;*/
        font-size: 34px;
        color: #333333;
        margin-bottom: 20px;
    }

        .index .biao .p1 span {
            color: #45bdc6;
        }

    .index .biao .p2 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        display: none;
    }

@media (max-width: 768px) {

    .pc-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
}

@media (min-width: 768px) {
    .pc-img {
        display: block;
    }

    .mobile-img {
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .index .biao .p1 {
        font-size: 16px;
    }

    .index .biao .p2 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .index .biao {
        padding-top: 20px;
    }

    .index .about {
        flex-wrap: wrap;
    }

        .index .about .img1 {
            order: 0;
            width: 100%;
            margin-top: 0;
        }

        .index .about .left {
            order: 1;
            width: 100%;
            margin-top: 10px;
        }

    .index .about {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .index .about .left h1 {
            font-size: 18px;
        }

        .index .about .left .p1 {
            margin-top: 10px;
        }

        .index .about .left .name {
            font-size: 18px;
            margin-top: 10px;
        }

        .index .about .left .nei {
            line-height: 24px;
            margin-top: 10px;
            font-size: 12px;
        }

        .index .about .left .p1 {
            font-size: 12px;
        }

        .index .about .left .div1 .p1 span {
            font-size: 26px;
        }

        .index .about .left .div1 .p2 {
            font-size: 13px;
        }

        .index .about .left .div1 .p1 .span1 {
            width: 10px;
            height: 10px;
            top: 0;
        }

        .index .about .left .count {
            text-align: center;
        }

    .index .title {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .index .title {
        font-size: 16px;
    }

        .index .title span {
            margin: 0 8px;
        }

        .index .title::after {
            height: 2px;
        }

    .index .toiletries .cont .item {
        width: 48%;
        margin-right: 4% !important;
        margin-bottom: 4%;
        padding-bottom: 20px;
    }

        .index .toiletries .cont .item:nth-child(2n) {
            margin-right: 0 !important;
        }

    .index .strength .strength-next,
    .index .strength .strength-prev {
        width: 30px;
        height: 30px;
    }

        .index .strength .strength-next::after,
        .index .strength .strength-prev::after {
            font-size: 18px;
        }

    .index .toiletries {
        padding-bottom: 20px;
    }

    .index .advantage .title1 {
        margin-top: 20px;
    }

    .index .advantage .div1 {
        margin-top: 20px;
    }

    .index .toiletries .cont .item .p1 {
        font-size: 14px;
        margin: 20px 0;
    }

    .index .toiletries .cont .item a {
        font-size: 12px;
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    .index .advantage .title1 h1 {
        font-size: 16px;
    }

    .index .advantage .title1 p {
        font-size: 12px;
    }

    .index .advantage .tag {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .index .advantage .tag .item {
            width: 49%;
            font-size: 12px;
            height: 40px;
            line-height: 40px;
            margin-bottom: 2%;
            border-radius: 0;
        }

            .index .advantage .tag .item:nth-last-child(1) {
                margin-bottom: 0;
            }

            .index .advantage .tag .item:nth-last-child(2) {
                margin-bottom: 0;
            }

            .index .advantage .tag .item:nth-child(1) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

            .index .advantage .tag .item:nth-last-child(1) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

    .index .advantage .div1 {
        flex-wrap: wrap;
    }

        .index .advantage .div1 img {
            width: 100%;
        }

        .index .advantage .div1 .right {
            width: 100%;
            margin-top: 10px;
            padding-left: 0;
        }

            .index .advantage .div1 .right h1 {
                font-size: 14px;
            }

            .index .advantage .div1 .right p {
                font-size: 12px;
                margin-top: 10px;
                line-height: 24px;
            }

            .index .advantage .div1 .right a {
                font-size: 12px;
                height: 30px;
                line-height: 30px;
                width: 80px;
            }

    .index .advantage {
        margin-bottom: 20px;
    }
}
/* 2-1关于妍美 */
.linkitem {
    margin-top: 80px;
    margin-bottom: 50px;
}

    .linkitem .cont {
        display: flex;
        justify-content: center;
    }

        .linkitem .cont .item {
            font-size: 14px;
            color: #666666;
            width: 158px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            background: #f5f5f5;
            margin: 0 10px;
            display: inline-block;
            cursor: pointer;
        }

        .linkitem .cont .div1 {
            font-size: 0;
        }

        .linkitem .cont .item.active {
            background: #45bdc6;
            color: #fff;
            position: relative;
        }

            .linkitem .cont .item.active::after {
                position: absolute;
                content: ' ';
                width: 0;
                height: 0;
                border-right: 12px solid transparent;
                border-left: 12px solid transparent;
                border-top: 12px solid #45bdc6;
                left: 0;
                right: 0;
                margin: auto;
                bottom: -6px;
            }

.tit1 .p1 {
    font-size: 34px;
    color: #333333;
    text-align: center;
}

    .tit1 .p1 span {
        color: #45bdc6;
    }

.tit1 .p2 {
    font-size: 13px;
    color: #999999;
    text-align: center;
}

.introduction .detail {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

    .introduction .detail img {
        width: 46%;
    }

    .introduction .detail .right {
        width: 54%;
        padding-left: 2%;
        margin-top: 16px;
    }

        .introduction .detail .right p {
            font-size: 14px;
            color: #666666;
            line-height: 30px;
        }

            .introduction .detail .right p span {
                color: #666666;
                font-size: 18px;
                margin-right: 6px;
            }

    .introduction .detail .count {
        margin-top: 20px;
        text-align: center;
    }

        .introduction .detail .count .div1 {
            display: inline-block;
            margin-right: 10%;
        }

            .introduction .detail .count .div1:nth-last-child(1) {
                margin-right: 0;
            }

            .introduction .detail .count .div1 .p1 {
                color: #45bdc6;
                position: relative;
            }

        .introduction .detail .count .p1 span {
            font-size: 52px;
            color: #45bdc6;
            margin-right: 16px;
        }

        .introduction .detail .count .p1 .span1 {
            position: absolute;
            width: 19px;
            height: 19px;
            font-size: inherit;
            right: 0;
            top: -9px;
            margin-right: 8px;
        }

            .introduction .detail .count .p1 .span1 img {
                width: 100%;
                height: 100%;
                vertical-align: top;
            }

        .introduction .detail .count .p2 {
            font-size: 15px;
            color: #333333;
        }

.introduction .tupi {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    /* margin-bottom: 60px; */
}

    .introduction .tupi img {
        width: 31.5%;
    }

.about .culture .list {
    display: flex;
    margin-top: 30px;
}

.about .culture {
    padding-top: 60px;
}

    .about .culture .list .item {
        box-shadow: 0 1px 6px 5px rgb(153 152 152 / 20%);
        width: 30%;
        font-size: 0;
        margin-right: 3.3333%;
        margin-bottom: 94px;
        position: relative;
    }

        .about .culture .list .item .list-2 {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            align-content: center;
            padding: 0 25px;
            box-sizing: border-box;
            opacity: 0;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

        .about .culture .list .item:hover .list-2 {
            opacity: 1;
        }

        .about .culture .list .item .list-2 h2 {
            color: #112b5e;
            font-size: 20px;
            font-weight: normal;
            text-align: center;
            width: 100%;
        }

        .about .culture .list .item .list-2 .p1 {
            color: #777;
            font-size: 12px;
            margin: 8px auto 12px;
            width: 100%;
        }

        .about .culture .list .item .list-2 span {
            width: 55px;
            height: 2px;
            display: block;
            margin: auto;
            background-color: #112b5e;
            font-size: 18px;
        }

        .about .culture .list .item .list-2 .p2 {
            font-size: 14px;
            line-height: 28px;
            width: 100%;
            margin-top: 30px;
        }

        .about .culture .list .item:nth-child(3n) {
            margin-right: 0;
        }

    .about .culture .list img {
        width: 100%;
    }

    .about .culture .list .p1 {
        font-size: 18px;
        color: #333333;
        text-align: center;
        margin-top: 24px;
    }

    .about .culture .list .p2 {
        font-size: 13px;
        color: #999999;
        text-align: center;
        padding-bottom: 24px;
    }

.about .course {
    width: 100%;
    /* background:url(../images/lc.jpg) no-repeat center;*/
}

    .about .course .tit1 .p1 {
        /* color: #fff;*/
        padding-top: 44px;
    }

    .about .course .tit1 .p2 {
        /* color: #fff;*/
    }

    .about .course .cont {
        padding: 120px 54px 120px 54px;
        margin-bottom: 70px;
        width: 1300px;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
    }

        .about .course .cont .swiper-container {
            position: inherit;
        }

    .about .course .course-swiper {
        margin: 0 auto;
        position: relative;
    }

        .about .course .course-swiper::after {
            content: ' ';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #000000;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .about .course .course-next {
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 50%;
        right: 0;
    }

    .about .course .course-prev {
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 50%;
        left: 0;
    }

        .about .course .course-next::after,
        .about .course .course-prev::after {
            font-size: 16px;
            color: #fff;
        }

    .about .course .course-swiper .p1 {
        font-size: 15px;
        text-align: center;
        width: 100%;
        min-height: 35px;
        max-height: 50px;
        line-height: 1.2;
        position: relative;
        min-height: 100px;
        max-height: 100px;
    }

        .about .course .course-swiper .p1 span {
            display: inline-block;
            width: 100%;
            height: auto;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            /* color: #ffffff; */
        }

.about .swiper-slide:nth-child(2n+1) span {
    bottom: 0;
}

.about .swiper-slide:nth-child(2n) span {
    top: 0;
}

.about .course .course-swiper .time {
    width: 118px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    background: #fff;
    font-size: 15px;
    color: #999999;
    text-align: center;
    border-radius: 8px;
    margin-top: 8px;
}

.about .course .course-swiper .item {
    /* height: 180px; */
    height: 290px;
    position: relative;
}

    .about .course .course-swiper .item::after {
        position: absolute;
        content: ' ';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 16px;
        height: 16px;
        background: #000;
        border-radius: 50%;
    }

.about .course .course-swiper .item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}

.about .course-swiper .swiper-slide:nth-child(2n) .item {
    align-content: flex-end;
}

    .about .course-swiper .swiper-slide:nth-child(2n) .item .time {
        order: 0;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .about .course-swiper .swiper-slide:nth-child(2n) .item .p1 {
        order: 1;
    }
/* .about .course .course-swiper::before{
  position: absolute;
  content: ' ';
  left: 0;
  top:0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
}
.about .course .course-swiper::after{
  position: absolute;
  content: ' ';
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
} */

.about .conttent .contitem {
    display: none;
}

    .about .conttent .contitem:nth-child(1) {
        display: block;
    }
/* 2-2关于妍美-工厂视频 */
.about .video .vlink {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px;
}

    .about .video .vlink .vitem {
        display: inline-block;
        width: 90px;
        height: 28px;
        line-height: 28px;
        background: #ebebeb;
        text-align: center;
        font-size: 14px;
        color: #666666;
        border-radius: 36px;
        margin: 0 12px;
        cursor: pointer;
    }

        .about .video .vlink .vitem.active {
            color: #45bdc6;
        }

.about .video .vcontent .viitem {
    font-size: 0;
    display: none;
}

    .about .video .vcontent .viitem:nth-child(1) {
        display: block;
    }

.about .video .vcontent {
    margin-bottom: 50px;
}

    .about .video .vcontent .viitem .list {
        margin-bottom: 40px;
    }

        .about .video .vcontent .viitem .list a {
            box-shadow: 0 1px 6px 5px rgb(153 152 152 / 20%);
            padding: 10px;
            width: 32%;
            margin-right: 2%;
            margin-bottom: 2%;
        }

            .about .video .vcontent .viitem .list a:nth-child(3n) {
                margin-right: 0;
            }

        .about .video .vcontent .viitem .list img {
            width: 100%;
        }

        .about .video .vcontent .viitem .list .p1 {
            font-size: 16px;
            color: #333333;
        }

        .about .video .vcontent .viitem .list .p2 {
            font-size: 12px;
            color: #999999;
            margin-top: 6px;
        }

        .about .video .vcontent .viitem .list .div1 {
            padding: 20px 0;
        }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .linkitem {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .linkitem .cont .item {
            font-size: 12px;
            width: 86px;
            height: 30px;
            line-height: 30px;
            margin: 0 2px;
        }

    .about .video .vlink .vitem {
        margin: 0 2px;
    }

    .about .video .vlink .vitem {
        width: 66px;
    }

    .about .video .vlink {
        margin-bottom: 20px;
    }

    .about .video .vcontent .viitem .list .p1 {
        font-size: 14px;
    }

    .about .video .vcontent .viitem .list a {
        width: 49%;
        margin-right: 2% !important;
    }

        .about .video .vcontent .viitem .list a:nth-child(2n) {
            margin-right: 0 !important;
        }

    .about .video .vcontent .viitem .list .div1 {
        padding: 10px 0;
    }

    .about .video .vcontent .viitem .list {
        margin-bottom: 20px;
    }

    .about .video .vcontent {
        margin-bottom: 20px;
    }

    .tit1 .p1 {
        font-size: 14px;
    }

    .tit1 .p2 {
        font-size: 12px;
    }

    .introduction .detail {
        flex-wrap: wrap;
        margin-top: 20px;
    }

        .introduction .detail img {
            width: 100%;
        }

        .introduction .detail .right {
            width: 100%;
            padding-left: 0;
        }

            .introduction .detail .right p {
                font-size: 12px;
                line-height: 24px;
            }

        .introduction .detail .count .div1 .p1 {
            font-size: 12px;
        }

            .introduction .detail .count .div1 .p1 span {
                font-size: 26px;
            }

        .introduction .detail .count .p2 {
            font-size: 13px;
        }

        .introduction .detail .count .div1 .p1 .span1 {
            width: 10px;
            height: 10px;
        }

        .introduction .detail .count {
            text-align: center;
        }

            .introduction .detail .count .div1 .p1 .span1 {
                width: 10px;
                height: 10px;
            }

    .about .culture {
        padding-top: 20px;
    }

        .about .culture .list {
            margin-top: 20px;
            flex-wrap: wrap;
        }

            .about .culture .list .p1 {
                font-size: 14px;
                margin-top: 10px;
            }

            .about .culture .list .p2 {
                font-size: 12px;
                padding-bottom: 10px;
            }

            .about .culture .list .item {
                margin-bottom: 20px;
                width: 100%;
                margin-right: 0;
            }

    .about .course .tit1 .p1 {
        padding-top: 20px;
    }

    .about .course .cont {
        width: 98%;
        padding: 20px 36px;
    }

    .introduction .tupi {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .introduction .tupi img:nth-last-child(1) {
            width: 100%;
            margin-top: 3%;
        }

    .about .culture .list .item .list-2 h2 {
        font-size: 14px;
    }

    .about .culture .list .item .list-2 .p2 {
        font-size: 12px;
        line-height: 24px;
        margin-top: 20px;
    }

    .introduction .tupi img {
        width: 48.5%;
    }

    .about .course .course-prev,
    .about .course .course-next {
        width: 24px;
        height: 24px;
        top: 54%;
    }

        .about .course .course-next::after,
        .about .course .course-prev::after {
            font-size: 12px;
        }

    .about .course .course-swiper .p1 {
        font-size: 12px;
    }

    .about .course .course-swiper .time {
        font-size: 12px;
        width: 50px;
        height: 25px;
        line-height: 25px;
    }
}
/* 2-3关于妍美-工厂视频播放 */
.videoplay {
    margin-bottom: 80px;
}

.vtitle {
    margin-top: 80px;
    margin-bottom: 50px;
}

    .vtitle .p1 {
        font-size: 28px;
        color: #333333;
        text-align: center;
    }

    .vtitle .div1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e1e1e1;
    }

        .vtitle .div1 .time {
            font-size: 14px;
            color: #666666;
        }

        .vtitle .div1 .nright {
            font-size: 14px;
            color: #666666;
        }

            .vtitle .div1 .nright a {
                vertical-align: middle;
                margin-right: 12px;
            }

                .vtitle .div1 .nright a:nth-last-child(1) {
                    margin-right: 0;
                }

.videoplay .vplay img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .vtitle .p1 {
        font-size: 16px;
    }

    .vtitle {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .videoplay .vplay img {
        margin-bottom: 20px;
    }

    .videoplay {
        margin-bottom: 20px;
    }
}
/* 3-1智能制造 */
.makeup .base {
    margin-bottom: 30px;
}

    .makeup .base .cont {
        /* text-align: center; */
        font-size: 0;
        margin-top: 30px;
    }

    .makeup .base .item {
        width: 100%;
        display: inline-block;
        /* margin: 0 4%; */
        margin-bottom: 40px;
    }

        .makeup .base .item .name {
            font-size: 20px;
            color: #333333;
            text-align: left;
            line-height: 30px;
            margin-top: 10px;
        }

        .makeup .base .item img {
            max-width: 100%;
        }

        .makeup .base .item .p1 {
            font-size: 16px;
            color: #333333;
            text-align: left;
            line-height: 30px;
            margin-top: 0;
        }

        .makeup .base .item:nth-child(1) {
            /* margin-left: 8%; */
        }

        .makeup .base .item:nth-child(2) {
            /* margin-right: 8%; */
        }

.makeup .qualific .tit1 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.makeup .qualific {
    background: #f5f5f5;
    padding-bottom: 60px;
}

    .makeup .qualific .cont {
        font-size: 0;
    }

    .makeup .qualific .div1 {
        width: 22.5%;
        display: inline-block;
        margin-right: 3.3333%;
    }

        .makeup .qualific .div1:nth-child(4n) {
            margin-right: 0;
        }

        .makeup .qualific .div1 p {
            font-size: 15px;
            color: #333333;
            margin-top: 18px;
            line-height: 28px;
            text-align: center;
        }

        .makeup .qualific .div1 img {
            width: 100%;
        }

.makeup .device {
    margin-bottom: 60px;
}

    .makeup .device .cont {
        font-size: 0;
    }

    .makeup .device .tit1 {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .makeup .device .cont .div1 {
        width: 22.5%;
        display: inline-block;
        margin-right: 3.3333%;
    }

        .makeup .device .cont .div1:nth-child(4n) {
            margin-right: 0;
        }

        .makeup .device .cont .div1 img {
            width: 100%;
        }

        .makeup .device .cont .div1 p {
            text-align: center;
            font-size: 15px;
            color: #333333;
            margin-top: 18px;
        }

.makeup .material {
    margin-bottom: 90px;
}

    .makeup .material .tit1 {
        padding-bottom: 30px;
    }

    .makeup .material .cont {
        font-size: 0;
    }

        .makeup .material .cont .div1 {
            display: inline-block;
            border: 1px solid #cdcdcd;
            box-sizing: border-box;
            width: 14.5%;
            margin-right: 2.6%;
            margin-bottom: 2.6%;
        }

            .makeup .material .cont .div1:nth-child(6n) {
                margin-right: 0;
            }

            .makeup .material .cont .div1 img {
                width: 100%;
            }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .makeup .base .cont {
        margin-top: 20px;
    }

    .makeup .base .item {
        /* width: 32%; */
        margin-bottom: 20px;
        margin: 0;
        margin-bottom: 2%;
    }

        .makeup .base .item .p1 {
            font-size: 12px;
            line-height: 22px;
            margin-top: 4px;
        }

        .makeup .base .item img {
            margin-top: 10px;
        }

        .makeup .base .item .name {
            font-size: 14px;
            line-height: normal;
        }

        .makeup .base .item:nth-child(1) {
            margin-right: 2%;
        }

        .makeup .base .item:nth-child(4) {
            margin: 0 2%;
        }

    .makeup .qualific .tit1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .makeup .qualific .div1 {
        width: 49%;
        margin-right: 2% !important;
        margin-bottom: 20px;
    }

        .makeup .qualific .div1:nth-child(2n) {
            margin-right: 0 !important;
        }

        .makeup .qualific .div1 p {
            font-size: 12px;
            line-height: 24px;
            margin-top: 10px;
        }

    .makeup .qualific {
        padding-bottom: 20px;
    }

    .makeup .device .tit1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .makeup .device .cont .div1 {
        width: 49%;
        margin-right: 2% !important;
        margin-bottom: 20px;
    }

        .makeup .device .cont .div1:nth-child(2n) {
            margin-right: 0 !important;
        }

        .makeup .device .cont .div1 p {
            font-size: 12px;
            margin-top: 10px;
        }

    .makeup .device {
        margin-bottom: 20px;
    }

    .makeup .material .cont .div1 {
        width: 22%;
        margin-right: 4% !important;
        margin-bottom: 4%;
    }

        .makeup .material .cont .div1:nth-child(4n) {
            margin-right: 0 !important;
        }

    .makeup .material {
        margin-bottom: 20px;
    }
}
/* 4-1科技研发 */
.technology {
}

.yfcenter .biaoti {
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-top: 40px;
}

    .yfcenter .biaoti .div1 {
        display: inline;
        margin: 0 40px;
    }

        .yfcenter .biaoti .div1 span {
            font-size:36px;
            color: #45bdc6;
        }

.yfcenter .nei {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 60px 0; */
}

    .yfcenter .nei p {
        font-size: 14px;
        color: #ffffff;
        line-height: 32px;
    
    }
    .yfcenter .nei .wenzi{
      width: 57.5%;
      padding-right: 5%;
      box-sizing: border-box;
    }
    .yfcenter .nei img {
        width: 42.5%;
    }
    .yfcenter .nei .bt{
      font-size: 16px;
    }
    .yfcenter .nei .item{
      margin-bottom: 10px;
    }
.technology .expert {
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 70px;
}

    .technology .expert .tit1 {
        padding-top: 56px;
        padding-bottom: 40px;
    }

    .technology .expert .item {
        width: 68.5%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .technology .expert .name {
        font-size: 28px;
        color: #333333;
        margin-bottom: 20px;
    }

    .technology .expert .nei p {
        font-size: 16px;
        color: #666666;
        padding-left: 10px;
        background: url(../images/yu.png) no-repeat left 8px;
        margin-bottom: 10px;
    }

        .technology .expert .nei p:nth-last-child(1) {
            margin-bottom: 0;
        }

    .technology .expert img {
        width: 34%;
    }

    .technology .expert .right {
        width: 66%;
        padding-left: 3%;
        box-sizing: border-box;
    }

.technology .combined {
    margin-bottom: 60px;
}

    .technology .combined .tit1 {
        padding-top: 56px;
        padding-bottom: 40px;
    }

    .technology .combined .item {
        width: 93%;
        margin: 0 auto;
    }

        .technology .combined .item img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }

        .technology .combined .item p {
            font-size: 16px;
            color: #666666;
            line-height: 46px;
            margin-top: 30px;
        }

    .technology .combined .combined-next::after,
    .technology .combined .combined-prev::after {
        color: #d1d1d1;
        font-size: 58px;
    }

    .technology .combined .combined-prev {
        left: 0;
    }

    .technology .combined .combined-next {
        right: 0;
    }

    .technology .combined .combined-prev:hover::after {
        color: #e11b13;
    }

    .technology .combined .combined-next:hover::after {
        color: #e11b13;
    }

.technology .patent {
    background: #f5f5f5;
    padding-bottom: 60px;
}

    .technology .patent .tit1 {
        padding-top: 56px;
        padding-bottom: 40px;
    }

    .technology .patent .list {
        font-size: 0;
    }

        .technology .patent .list img {
            width: 22%;
            margin-right: 4%;
            margin-bottom: 24px;
        }

            .technology .patent .list img:nth-child(4n) {
                margin-right: 0;
            }

    .technology .patent .cont p {
        font-size: 16px;
        text-align: center;
        color: #999999;
        line-height: 28px;
    }

.technology .team {
    margin-bottom: 80px;
}

    .technology .team .tit1 {
        padding-top: 56px;
        padding-bottom: 40px;
    }

    .technology .team .teamcontent {
        padding: 0 68px;
        position: relative;
    }

        .technology .team .teamcontent .team-swiper {
            position: initial;
        }

        .technology .team .teamcontent img {
            width: 100%;
        }

        .technology .team .teamcontent .swiper-slide {
            width: 55%;
        }

        .technology .team .teamcontent .item {
            font-size: 0;
        }

        .technology .team .teamcontent p {
            font-size: 16px;
            color: #666666;
            text-align: center;
            margin-top: 16px;
        }

        .technology .team .teamcontent .team-prev::after,
        .technology .team .teamcontent .team-next::after {
            color: #d1d1d1;
            font-size: 58px;
        }

        .technology .team .teamcontent .team-prev {
            left: 0;
        }

        .technology .team .teamcontent .team-next {
            right: 0;
        }

        .technology .team .teamcontent .team-prev:hover::after {
            color: #e11b13;
        }

        .technology .team .teamcontent .team-next:hover::after {
            color: #e11b13;
        }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .technology .linkitem .cont .item {
        width: 64px;
    }

    .yfcenter .biaoti {
        margin-top: 20px;
        font-size: 12px;
    }

        .yfcenter .biaoti .div1 span {
            font-size: 14px;
        }

        .yfcenter .biaoti .div1 {
            margin: 0;
        }

    .yfcenter .nei {
        margin: 20px 0;
        flex-wrap: wrap;
        
    }

        .yfcenter .nei img {
            width: 100%;
            order: 0;
        }

        .yfcenter .nei p {
            width: 100%;
            padding: 0;
            order: 1;
            line-height: 24px;
            font-size: 12px;
        }

    .technology .expert .tit1,
    .technology .combined .tit1,
    .technology .patent .tit1,
    .technology .team .tit1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .technology .expert {
        padding-bottom: 20px;
    }

        .technology .expert .item {
            width: 100%;
            align-items: flex-start;
        }

        .technology .expert .name {
            font-size: 14px;
            margin-bottom: 12px;
        }

        .technology .expert .nei p {
            font-size: 12px;
        }

    .technology .combined .item p {
        font-size: 12px;
        line-height: 24px;
        margin-top: 12px;
    }

    .technology .combined .combined-next::after,
    .technology .combined .combined-prev::after,
    .technology .team .teamcontent .team-prev::after,
    .technology .team .teamcontent .team-next::after {
        font-size: 24px;
    }

    .technology .combined .item {
        width: 86%;
    }

    .technology .patent .cont p {
        font-size: 12px;
        line-height: 21px;
    }

    .technology .patent {
        padding-bottom: 20px;
    }

    .technology .team .teamcontent {
        padding: 0 30px;
    }

        .technology .team .teamcontent .swiper-slide {
            width: 265px;
        }

        .technology .team .teamcontent p {
            font-size: 12px;
            margin-top: 10px;
        }

    .technology .team {
        margin-bottom: 20px;
    }
}
/* 5-1OEM */
.com {
    margin-bottom: 60px;
}

    .com .citem {
        display: none;
    }

        .com .citem:nth-child(1) {
            display: block;
        }

    .com .list {
        font-size: 0;
        margin-bottom: 20px;
    }

        .com .list .item {
            display: inline-block;
            /* box-shadow: 0 1px 6px 5px rgb(153 152 152 / 20%); */
            width: 32%;
            padding: 12px;
            padding-bottom: 30px;
            margin-right: 2%;
            margin-bottom: 40px;
            border: 1px solid #ddd;
        }

            .com .list .item:hover {
                border: 1px solid #45bdc6;
            }

            .com .list .item:nth-child(3n) {
                margin-right: 0;
            }

            .com .list .item img {
                width: 100%;
            }

            .com .list .item .p1 {
                font-size: 16px;
                color: #333333;
                margin-top: 18px;
            }

            .com .list .item .p2 {
                font-size: 12px;
                color: #999999;
                margin-top: 6px;
            }

            .com .list .item .tag {
                text-align: center;
                margin-top: 16px;
            }

                .com .list .item .tag span {
                    width: 70px;
                    height: 24px;
                    line-height: 24px;
                    background: #e88637;
                    font-size: 12px;
                    color: #ffffff;
                    text-align: center;
                    border-radius: 5px;
                    margin: 0 5px;
                    background: #f5f5f5;
                    color: #666666;
                }
              

                    .com .list .item .tag span:nth-child(2n) {
                        background: #dd9e29;
                    }

                    .com .list .item .tag span:nth-child(3n) {
                        background: #e54e47;
                    }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .com .list .item {
        width: 49%;
        margin-right: 2% !important;
        padding: 4px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .com .list .item:nth-child(2n) {
            margin-right: 0 !important;
        }

        .com .list .item .p1 {
            font-size: 14px;
            margin-top: 6px;
        }

        .com .list .item .tag span {
            font-size: 12px;
            /* width: 40px;*/
            height: 20px;
            line-height: 20px;
            width: 55px;
        }

        .com .list .item .tag {
            margin-top: 6px;
        }

    .com {
        margin-bottom: 20px;
    }

        .com .list {
            margin-bottom: 0;
        }
}
/* 5-2OEM详情 */
.comdetail .shop {
    display: flex;
    margin-top: 88px;
    margin-bottom: 70px;
}

.comdetail .photo {
    width: 45%;
    font-size: 0;
    position: relative;
}

.comdetail .shop .right {
    width: 55%;
}

.comdetail .photo .gallery-top img {
    width: 100%;
}

.comdetail .photo .gallery-thumbs {
    width: 80%;
    margin: 0 auto;
    margin-top: 14px;
}

    .comdetail .photo .gallery-thumbs img {
        width: 100%;
    }

.comdetail .photo .gallery-next::after,
.comdetail .photo .gallery-prev::after {
    font-size: 20px;
    color: #505050;
}

.comdetail .photo .gallery-next {
    top: auto;
    bottom: 5%;
    right: 1%;
    width: auto;
}

.comdetail .photo .gallery-prev {
    top: auto;
    bottom: 5%;
    left: 1%;
    width: auto;
}

.comdetail .photo .gallery-thumbs .swiper-slide-thumb-active img {
    border: 1px solid #e11b13;
}

.comdetail .shop .right {
    width: 55%;
    padding-left: 4%;
    box-sizing: border-box;
}

    .comdetail .shop .right h1 {
        font-size: 28px;
        color: #333333;
        margin-top: 28px;
    }

    .comdetail .shop .right .name {
        font-size: 16px;
        color: #666666;
        margin-top: 18px;
    }

    .comdetail .shop .right .way {
        padding: 16px 0;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        margin-top: 22px;
    }

        .comdetail .shop .right .way span {
            font-size: 16px;
            color: #333333;
        }

    .comdetail .shop .right .btn a {
        width: 226px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 5px;
        background: #e11b13;
        font-size: 14px;
        color: #ffffff;
    }

    .comdetail .shop .right .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 36px;
    }

        .comdetail .shop .right .btn .hot {
            padding-left: 40px;
            background: url(../images/pho.png) no-repeat left center;
        }

            .comdetail .shop .right .btn .hot .p1 {
                font-size: 14px;
                color: #999999;
            }

            .comdetail .shop .right .btn .hot .p2 {
                font-size: 24px;
                color: #e11b13;
            }

    .comdetail .shop .right .nright {
        font-size: 14px;
        color: #666666;
        margin-top: 22px;
    }

        .comdetail .shop .right .nright a {
            vertical-align: middle;
            margin-right: 12px;
        }

            .comdetail .shop .right .nright a:nth-last-child(1) {
                margin-right: 0;
            }

    .comdetail .shop .right .vplay img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        margin-bottom: 80px;
    }

.comdetail .shopdetail {
    background: #f5f5f5;
    padding-bottom: 78px;
    padding-top: 70px;
}

    .comdetail .shopdetail .cont {
        display: flex;
        justify-content: space-between;
    }

    .comdetail .shopdetail .left {
        background: #fff;
        width: 72%;
        padding: 0 20px;
        box-sizing: border-box;
        padding-bottom: 30px;
    }

        .comdetail .shopdetail .left .name {
            font-size: 28px;
            color: #333333;
            border-bottom: 1px solid #e1e1e1;
            height: 100px;
            line-height: 100px;
            position: relative;
            margin-bottom: 30px;
        }

            .comdetail .shopdetail .left .name span {
                position: relative;
                font-weight: bold;
            }

                .comdetail .shopdetail .left .name span::after {
                    position: absolute;
                    content: ' ';
                    width: 100%;
                    height: 2px;
                    left: 0;
                    bottom: 0;
                    background: #e11b13;
                }

        .comdetail .shopdetail .left .describe p {
            font-size: 14px;
            color: #666666;
            line-height: 32px;
            margin-bottom: 20px;
        }

        .comdetail .shopdetail .left .describe {
            font-size: 0;
        }

            .comdetail .shopdetail .left .describe img {
                margin-bottom: 8px;
                width: 100%;
            }

    .comdetail .shopdetail .desdetail .biaoti span {
        width: 18px;
        height: 18px;
        background: #e11b13;
        margin-right: 24px;
    }

    .comdetail .shopdetail .desdetail .biaoti {
        font-size: 26px;
        color: #333333;
        margin-bottom: 24px;
        margin-top: 40px;
    }

    .comdetail .shopdetail .desdetail .case .item {
        display: flex;
    }

    .comdetail .shopdetail .desdetail .parner .item {
        text-align: center;
    }

        .comdetail .shopdetail .desdetail .parner .item img {
            margin: 0 5%;
            margin-bottom: 36px;
        }

    .comdetail .shopdetail .desdetail .orgon .item {
        margin-left: 45px;
    }

        .comdetail .shopdetail .desdetail .orgon .item img {
            max-width: 100%;
        }

    .comdetail .shopdetail .left .turnpage {
        margin-top: 40px;
    }

    .comdetail .shopdetail .right {
        background: #fff;
        width: 26%;
        padding: 0 20px;
        box-sizing: border-box;
    }

        .comdetail .shopdetail .right .name {
            font-size: 20px;
            color: #333333;
            padding-top: 26px;
            padding-bottom: 16px;
        }

        .comdetail .shopdetail .right .item {
            margin-bottom: 24px;
            width: 100%;
            font-size: 0;
        }

            .comdetail .shopdetail .right .item img {
                width: 100%;
            }

            .comdetail .shopdetail .right .item p {
                font-size: 14px;
                color: #666666;
                text-align: center;
                margin-top: 10px;
            }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .comdetail .shop {
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .comdetail .photo {
        width: 100%;
    }

    .comdetail .shop .right {
        width: 100%;
    }

        .comdetail .shop .right h1 {
            font-size: 16px;
        }

        .comdetail .shop .right .name {
            font-size: 14px;
            margin-top: 10px;
        }

        .comdetail .shop .right .way span {
            font-size: 14px;
        }

        .comdetail .shop .right .way {
            padding: 8px 0;
            margin-top: 10px;
        }

        .comdetail .shop .right .btn {
            margin-top: 20px;
        }

            .comdetail .shop .right .btn a {
                width: 80px;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
            }

            .comdetail .shop .right .btn .hot .p1 {
                font-size: 12px;
            }

            .comdetail .shop .right .btn .hot .p2 {
                font-size: 14px;
            }

            .comdetail .shop .right .btn .hot {
                background-size: 30px;
            }

    .comdetail .photo .gallery-next {
        bottom: 0;
    }

    .comdetail .photo .gallery-prev {
        bottom: 0;
    }

        .comdetail .photo .gallery-next::after,
        .comdetail .photo .gallery-prev::after {
            font-size: 14px;
        }

    .comdetail .shopdetail {
        padding: 20px 0;
    }

        .comdetail .shopdetail .cont {
            flex-wrap: wrap;
        }

        .comdetail .shopdetail .left {
            width: 100%;
            padding: 0 10px;
            padding-bottom: 20px;
        }

            .comdetail .shopdetail .left .name {
                font-size: 14px;
                height: 40px;
                line-height: 40px;
                margin-bottom: 20px;
            }

            .comdetail .shopdetail .left .describe p {
                font-size: 12px;
                line-height: 24px;
            }

        .comdetail .shopdetail .desdetail .biaoti {
            font-size: 14px;
        }

            .comdetail .shopdetail .desdetail .biaoti span {
                width: 16px;
                height: 16px;
                margin-right: 10px;
                vertical-align: middle;
            }

        .comdetail .shopdetail .desdetail .case .item {
            flex-wrap: wrap;
        }

        .comdetail .shopdetail .left .turnpage {
            margin-top: 20px;
        }

        .comdetail .shopdetail .desdetail .case .item img {
            width: 50%;
        }

        .comdetail .shopdetail .desdetail .parner .item {
            display: flex;
            flex-wrap: wrap;
        }

            .comdetail .shopdetail .desdetail .parner .item img {
                width: 50%;
                margin: 0;
                margin-bottom: 20px;
            }

        .comdetail .shopdetail .right {
            width: 100%;
            margin-top: 20px;
            padding: 0 10px;
        }

            .comdetail .shopdetail .right .name {
                font-size: 14px;
            }
}
/* 6-1资讯动态 */
.newlist {
    margin-bottom: 50px;
}

    .newlist .list {
        margin-top: 56px;
    }

    .newlist .item {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }

        .newlist .item .img1 {
            width: 33%;
        }

        .newlist .item .right {
            width: 67%;
            padding-left: 3%;
            box-sizing: border-box;
        }

            .newlist .item .right .p1 {
                font-size: 16px;
                color: #333333;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .newlist .item .right .p2 {
                font-size: 14px;
                color: #666666;
                margin-top: 30px;
                line-height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .newlist .item .right .time {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 30px;
            }

            .newlist .item .right .name span {
                font-size: 14px;
                color: #999999;
            }

            .newlist .item .right .more {
                width: 154px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                font-size: 14px;
                color: #999999;
                border-radius: 36px;
                border: 1px solid #d5d5d5;
            }

            .newlist .item .right .name a {
                margin-left: 12px;
            }

                .newlist .item .right .name a img {
                    vertical-align: text-top;
                }

        .newlist .item:hover .p1 {
            color: #45bdc6;
        }

        .newlist .item:hover .more {
            background: #45bdc6;
            border: 1px solid #45bdc6;
            color: #fff;
        }

    .newlist .citem {
        display: none;
    }

        .newlist .citem:nth-child(1) {
            display: block;
        }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .newlist .item .right .p1 {
        font-size: 14px;
    }

    .newlist .item .right .p2 {
        font-size: 12px;
        line-height: 19px;
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }

    .newlist .item .right .time {
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .newlist .item .right .name {
        width: 100%;
    }

        .newlist .item .right .name span {
            font-size: 12px;
            display: block;
        }

    .newlist .item .right .more {
        font-size: 12px;
        width: 90px;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
    }

    .newlist .item .right .name a img {
        width: 20px;
    }

    .newlist .item .right .name a {
        margin-left: 8px;
        margin-top: 8px;
    }

    .newlist .item {
        flex-wrap: wrap;
    }
    /* .newlist .item .img1{
    width: 100%;
  }
  .newlist .item .right{
    width: 100%;
    padding-left: 0;
  } */
    .newlist .list {
        margin-top: 20px;
    }

    .newlist .item {
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .newlist {
        margin-bottom: 20px;
    }

        .newlist .item .img1 {
            width: 45%;
        }

        .newlist .item .right {
            width: 52%;
            padding-left: 1%;
        }
}
/* 6-2资讯动态详情 */
.newdetail {
    margin-bottom: 80px;
}

    .newdetail .artcle {
        margin-bottom: 80px;
    }

        .newdetail .artcle p {
            font-size: 16px;
            color: #666666;
            line-height: 30px;
            text-indent: 32px;
        }

        .newdetail .artcle img {
            max-width: 100%;
            display: block;
            margin: 0px auto;
        }

    .newdetail .vtitle {
        margin-bottom: 28px;
    }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .vtitle .div1 {
        flex-wrap: wrap;
    }

        .vtitle .div1 .time {
            font-size: 12px;
        }

        .vtitle .div1 .nright {
            font-size: 12px;
            margin-top: 8px;
        }

    .newdetail .artcle p {
        font-size: 14px;
        line-height: 26px;
    }

    .newdetail .artcle {
        margin-bottom: 20px;
    }

    .newdetail {
        margin-bottom: 20px;
    }

        .newdetail .artcle img {
            margin: 20px auto;
        }

        .newdetail .vtitle {
            margin-bottom: 20px;
        }
}
/* 7-1联系我们 */
.contact .map img {
    width: 100%;
}

.contact .conway {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

    .contact .conway .cleft .p1 {
        font-size: 22px;
        color: #333333;
    }

    .contact .conway .cleft .p2 {
        font-size: 14px;
        color: #999999;
    }

    .contact .conway .cright {
        margin-left: 56px;
    }

        .contact .conway .cright p {
            font-size: 14px;
            color: #999999;
            line-height: 32px;
        }

.contact .ewm {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 46px;
    font-size: 0;
    margin-bottom: 60px;
}

    .contact .ewm .div1 {
        padding: 0 7%;
    }

        .contact .ewm .div1 img {
            width: 100%;
        }

    .contact .ewm p {
        font-size: 14px;
        color: #999999;
        margin-top: 16px;
    }

.contact .contactway .tit1 {
    /* padding-top: 56px; */
    padding-bottom: 40px;
}

.contact .join {
    margin-bottom: 60px;
}

    .contact .join .tit1 {
        /* padding-top: 56px; */
        padding-bottom: 40px;
    }

.job {
    margin-bottom: 88px;
}

    .job .name-top {
        display: flex;
        background: #656565;
    }

        .job .name-top div {
            width: 25%;
            height: 60px;
            line-height: 60px;
            color: #fff;
            text-align: center;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .job .name-cont {
        margin-top: 8px;
    }

    .job .job-screen {
        /* */
    }

    .job .job-cust {
        margin-bottom: 8px;
    }

    .job .job-screen .name-top {
        background: #f3f3f3;
    }

        .job .job-screen .name-top div {
            color: #333333;
        }

    .job .job-conts {
        /* background: #f3f3f3; */
        border-top: 1px solid #d8d8d8;
        display: none;
    }

    .job .job-l {
        padding-top: 30px;
        padding-left: 68px;
        background: #f3f3f3;
        padding-bottom: 50px;
    }

    .job .job-conts .div1 {
        line-height: 28px;
    }

        .job .job-conts .div1 h1 {
            font-size: 16px;
            color: #333333;
        }

        .job .job-conts .div1 div {
            margin-bottom: 10px;
        }

            .job .job-conts .div1 div p {
                font-size: 14px;
                color: #333333;
            }

    .job .job-screen .name-top span {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../images/add.png) no-repeat;
        background-size: 18px 18px;
    }

    .job .job-screen.activecust .name-top span {
        background: url(../images/reduce1.png) no-repeat;
        background-size: 18px 18px;
    }

    .job .activecust .name-top {
        background: #45bdc6;
        color: #fff;
    }

        .job .activecust .name-top div {
            color: #fff;
        }

    .job .job-conts .div1 p span {
        font-size: 16px;
        font-weight: bold;
    }

.hc-mfsy {
    margin-bottom: 60px;
}

    .hc-mfsy .mfsy-content {
        padding: 40px 0;
        text-align: center
    }

        .hc-mfsy .mfsy-content input {
            width: 30%;
            padding: 15px 13px;
            margin-right: 45px;
            border: 1px #e4e4e4 solid;
            outline: 0
        }

            .hc-mfsy .mfsy-content input:nth-of-type(3) {
                margin-right: 0
            }

        .hc-mfsy .mfsy-content textarea {
            padding: 15px 13px;
            outline: 0;
            width: 97%;
            height: 230px;
            border: 1px #e4e4e4 solid;
            margin-top: 30px
        }

        .hc-mfsy .mfsy-content .submit {
            padding: 13px 20px;
            background-color: #45bdc6;
            border: 1px #45bdc6 solid;
            border-radius: 5px;
            color: #fff;
            margin-top: 30px;
            cursor: pointer;
            font-size: 16px
        }

input, textarea {
    font-family: "微软雅黑"
}

.hc-mfsy .mfsy-content input:hover, .hc-mfsy .mfsy-content input:focus, .hc-mfsy .mfsy-content textarea:hover, .hc-mfsy .mfsy-content textarea:focus {
    border: 1px #45bdc6 solid;
}

.hc-mfsy .mfsy-content .submit:hover {
    background-color: #45bdc6;
}

.contact .sample .tit1 .p3 {
    color: #666;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.hc-mfsy .mfsy-content .div1 {
    padding-top: 10px;
}

@media screen and (max-width: 768px) and (min-width: 0px) {
    .contact .contactway .tit1 {
        padding-bottom: 20px;
    }

    .contact .conway .cleft .p1 {
        font-size: 14px;
        white-space: nowrap;
    }

    .contact .conway .cleft .p2 {
        font-size: 12px;
        white-space: nowrap;
    }

    .contact .conway .cright p {
        font-size: 12px;
        line-height: 24px;
    }

    .contact .conway .cright {
        margin-left: 14px;
    }

    .join .job-cust .item-name {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .join .job-cust .item-nei p {
        font-size: 12px;
    }

    .join .joinus .nei {
        margin-top: 20px;
    }

    .join .sense .div-img {
        margin-top: 20px;
    }

    .join .job-cust .send {
        font-size: 12px;
        width: 190px;
        height: 40px;
        line-height: 40px;
    }

    .join .joinus .nei img {
        margin-top: 20px;
    }

    .join .job {
        /* padding-top: 20px; */
        padding-bottom: 10px;
    }

    .join .job-cust {
        margin-bottom: 10px;
    }

        .join .job-cust .item-nei div {
            font-size: 15px;
            line-height: 26px;
        }

        .join .job-cust .item-nei .send {
            font-size: 12px;
            height: 30px;
            line-height: 30px;
        }

    .contact .conway {
        margin-top: 20px;
    }

    .contact .ewm {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact .join .tit1 {
        padding-bottom: 20px;
    }

    .contact .join {
        margin-bottom: 20px;
    }

    .hc-mfsy .mfsy-content input {
        width: 94%;
        padding: 11px 1.5%;
        margin: 0 auto;
        margin-bottom: 15px;
        border: 1px #e4e4e4 solid;
        outline: 0;
        font-size: 12px;
    }

        .hc-mfsy .mfsy-content input:nth-of-type(3) {
            margin-right: 0;
        }

    .hc-mfsy .mfsy-content {
        width: 100%;
        padding-top: 20px;
    }

    .contact .sample .tit1 .p3 {
        font-size: 12px;
        line-height: 24px;
        width: 94%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .hc-mfsy .mfsy-content .div1 {
        padding-top: 0;
    }

    .hc-mfsy {
        margin-bottom: 0;
    }

        .hc-mfsy .mfsy-content .submit {
            padding: 9px 20px;
            width: 58%;
            border-radius: 5px;
            color: #fff;
            margin-top: 30px;
            cursor: pointer;
            font-size: 16px;
        }

    .job .name-top div {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    .job .job-screen .name-top span {
        width: 10px;
        height: 10px;
        background-size: 10px 10px;
    }

    .job .job-screen.activecust .name-top span {
        width: 10px;
        height: 10px;
        background-size: 10px 10px;
    }

    .job .job-l {
        padding: 10px;
    }

    .job .job-conts .div1 p span {
        font-size: 14px;
    }

    .job .job-conts .div1 p {
        font-size: 13px;
    }

    .job .job-conts .div1 h1 {
        font-size: 14px;
    }

    .job .job-conts .div1 div p {
        font-size: 12px;
    }

    .job {
        margin-bottom: 0;
    }

        .job .name-cont {
            margin-top: 10px;
        }
}
/* 8-1OEM加工 */
.machining {
    margin-bottom: 110px;
}

    .machining .cont {
        margin-top: 80px;
    }

        .machining .cont .item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 60px;
        }

            .machining .cont .item img {
                width: 45%;
            }

            .machining .cont .item .right {
                width: 55%;
                box-sizing: border-box;
                padding-left: 3%;
            }

                .machining .cont .item .right h1 {
                    font-size: 26px;
                    color: #333333;
                    margin-bottom: 24px;
                }

                .machining .cont .item .right p {
                    font-size: 14px;
                    color: #666666;
                    line-height: 28px;
                }

            .machining .cont .item:nth-child(2n) {
            }

                .machining .cont .item:nth-child(2n) img {
                    order: 1;
                }

                .machining .cont .item:nth-child(2n) .right {
                    order: 0;
                    padding-left: 0;
                    padding-right: 3%;
                }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .machining .cont .item {
        flex-wrap: wrap;
    }

        .machining .cont .item img {
            width: 100%;
        }

        .machining .cont .item .right {
            width: 100%;
            margin-top: 10px;
            padding: 0;
        }

            .machining .cont .item .right h1 {
                font-size: 14px;
                margin-bottom: 6px;
            }

            .machining .cont .item .right p {
                font-size: 12px;
                line-height: 24px;
            }

    .machining .cont .item {
        margin-bottom: 20px;
    }

        .machining .cont .item:nth-child(2n) img {
            order: 0;
        }

        .machining .cont .item:nth-child(2n) .right {
            order: 1;
        }

    .machining {
        margin-bottom: 20px;
    }

        .machining .cont {
            margin-top: 20px;
        }
}

.banner .swiper-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.banner .swiper-slide-active img {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.progressbar {
    height: 4px;
    position: absolute;
    /* left: 5px;
  right: 5px; */
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
}

    .progressbar .bar {
        width: 0;
        height: 100%;
        background-color: #45bdc6;
        border-radius: 6px;
    }

.swiper-slide-active .progressbar .bar {
    -webkit-animation: buttonUp 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: buttonUp 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes buttonUp {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes buttonUp {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.VideoBox .Video {
    padding: 0 20px;
    box-sizing: border-box;
}


.e_IndexOrdinaryStyleBox-001 { /* position: absolute;*/
    width: 100%;
    height: auto;
}
    /*stylebox_top*/

    .e_IndexOrdinaryStyleBox-001 .stylebox_top {
        background-color: transparent;
    }
    /*stylebox_link*/

    .e_IndexOrdinaryStyleBox-001 .stylebox_link {
        color: #666666;
        font-size: 14px;
        display: table;
        height: inherit;
        border-width: 0;
    }

        .e_IndexOrdinaryStyleBox-001 .stylebox_link:hover {
            color: rgba(101,190,186,1);
        }

        .e_IndexOrdinaryStyleBox-001 .stylebox_link:active {
            color: rgba(101,190,186,1);
        }

    .e_IndexOrdinaryStyleBox-001 .stylebox_top {
        width: auto;
        height: 40px;
    }

    .e_IndexOrdinaryStyleBox-001 .title_icon {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        color: rgba(255,255,255,1);
        margin-right: 10px;
        font-size: medium;
    }

        .e_IndexOrdinaryStyleBox-001 .title_icon::before {
            content: "";
        }

    .e_IndexOrdinaryStyleBox-001 .title_main {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        color: rgba(255,255,255,1);
        font-weight: normal;
        font-size: 16px;
        max-width: 600px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .e_IndexOrdinaryStyleBox-001 .title_sub {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        color: rgba(255,255,255,1);
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
    }

    .e_IndexOrdinaryStyleBox-001 .stylebox_title {
        display: inline-block;
        width: auto;
        height: inherit;
        background-color: rgba(101, 190, 186, 1);
        padding-left: 15px;
        padding-right: 15px;
        font-size: 0;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .e_IndexOrdinaryStyleBox-001 .stylebox_link {
        float: right;
        vertical-align: middle;
        margin-right: 15px;
    }

        .e_IndexOrdinaryStyleBox-001 .stylebox_link a {
            color: inherit;
            display: table-cell;
            vertical-align: middle;
        }

    .e_IndexOrdinaryStyleBox-001 .link_icon {
        display: inline-block;
        margin-left: 5px;
    }

        .e_IndexOrdinaryStyleBox-001 .link_icon::before {
            content: '\e6af';
        }

    .e_IndexOrdinaryStyleBox-001 .stylebox_top_line {
        height: 1px;
        background-color: rgba(240,240,240,1);
    }

    .e_IndexOrdinaryStyleBox-001 .stylebox_content {
        border-style: solid;
        border-width: 1px;
        border-color: #f0f0f0;
        width: 100%;
        height: calc(100% - 48px);
    }

    .e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line {
        height: 1px;
        background-color: rgba(240,240,240,1);
    }
/*e_SideMajorStyleBox-001*/

.e_SideMajorStyleBox-001 { /* position: absolute;*/
    width: 100%;
    height: auto;
}
    /*stylebox_link*/

    .e_SideMajorStyleBox-001 .stylebox_link {
        color: #666666;
        font-size: 14px;
        display: table;
        height: inherit;
        border-width: 0;
        float: right;
        vertical-align: middle;
        margin-right: 15px;
    }

    .e_SideMajorStyleBox-001 .stylebox_top {
        width: auto;
        height: 40px;
        background-color: rgba(101, 190, 186, 1);
    }

    .e_SideMajorStyleBox-001 .title_icon {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        color: rgba(255,255,255,1);
        margin-right: 10px;
        font-size: medium;
    }

        .e_SideMajorStyleBox-001 .title_icon::before {
            content: "";
        }

    .e_SideMajorStyleBox-001 .title_main {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        color: rgba(255,255,255,1);
        font-weight: normal;
        font-size: 16px;
        max-width: 600px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .e_SideMajorStyleBox-001 .title_sub {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        color: rgba(255,255,255,1);
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
    }

    .e_SideMajorStyleBox-001 .stylebox_title {
        display: inline-block;
        width: auto;
        height: inherit;
        background-color: rgba(101, 190, 186, 1);
        padding-left: 15px;
        padding-right: 15px;
        font-size: 0;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .e_SideMajorStyleBox-001 .stylebox_link a {
        color: inherit;
        display: table-cell;
        vertical-align: middle;
    }

    .e_SideMajorStyleBox-001 .link_icon {
        display: inline-block;
        margin-left: 5px;
    }

        .e_SideMajorStyleBox-001 .link_icon::before {
            content: '\e6af';
        }

    .e_SideMajorStyleBox-001 .stylebox_top_line {
        height: 1px;
        background-color: rgba(240,240,240,1);
    }

    .e_SideMajorStyleBox-001 .stylebox_content {
        border-style: solid;
        border-width: 1px;
        border-color: #f0f0f0;
        width: 100%;
    }

    .e_SideMajorStyleBox-001 .stylebox_bottom_line {
        height: 1px;
        background-color: rgba(240,240,240,1);
    }

@media only screen and (max-width: 0px) {
    .c_portalResSearch_total-02001 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
        font-size: 0;
        padding: 0 10px;
    }

        .c_portalResSearch_total-02001 .p_contentBox {
            width: 100%;
            height: auto;
            overflow: visible;
            padding: 0;
            margin: 0;
            border-width: 1px;
            border-style: none;
            border-color: rgba(228,228,228,0);
            background-color: transparent;
            position: relative;
        }

        .c_portalResSearch_total-02001 .p_headbox {
            position: absolute;
            width: 100%;
            height: auto;
            border: 1px solid rgba(240, 240, 240, 1);
            border-radius: 5px;
            padding: 10px 0px;
            display: none; /* margin: 0 10px; */
            background: #fff;
            border-radius: 0;
            z-index: 999;
        }

        .c_portalResSearch_total-02001 .p_searchBox {
            width: 55%;
            height: auto;
            display: inline-block;
            vertical-align: middle;
            overflow: visible;
            padding: 0;
            margin: 0;
            border-width: 1px;
            border-style: none;
            border-color: rgba(228,228,228,0);
            background-color: transparent;
            position: relative;
        }

            .c_portalResSearch_total-02001 .p_searchBox .p_input {
                width: 100%;
                display: inline-block;
                height: 50px;
                vertical-align: middle;
                color: inherit;
                position: relative;
                font-size: 24px;
            }

                .c_portalResSearch_total-02001 .p_searchBox .p_input .forward {
                    display: none;
                }

                    .c_portalResSearch_total-02001 .p_searchBox .p_input .forward:before {
                        content: "\e6d5";
                        color: #797979;
                    }

        .c_portalResSearch_total-02001 .p_searchBtn {
            width: 20%;
            height: 50px;
            display: inline-block;
            vertical-align: middle;
            font-size: 24px;
            color: #777;
            border-width: 0;
            border-style: solid;
            border-color: rgba(255,255,255,0);
            text-align: center;
            padding-top: 0;
            position: inherit;
            margin: 0;
            cursor: pointer;
            font-family: inherit;
            font-weight: inherit;
            text-decoration: none;
            background-size: 100% 100%;
        }

            .c_portalResSearch_total-02001 .p_searchBtn:hover {
                box-shadow: none;
                cursor: pointer;
            }

            .c_portalResSearch_total-02001 .p_searchBtn .iconfont {
                margin-right: 5px;
            }

            .c_portalResSearch_total-02001 .p_searchBtn .font {
                display: inline-table;
                vertical-align: middle;
                bottom: 0;
                height: inherit;
                color: inherit;
                font-family: inherit;
                font-weight: inherit;
                font-size: inherit;
                text-decoration: none;
                position: relative;
                line-height: 50px;
            }

        .c_portalResSearch_total-02001 .p_input input, .c_search_total-02001 .p_input .InputText {
            display: inline-block;
            height: 100%;
            width: inherit;
            line-height: inherit;
            padding-left: 5px;
            padding-right: 32px;
            border: none;
        }

        .c_portalResSearch_total-02001 .p_select {
            height: auto;
            font-size: 0;
            display: inline-block;
            width: 25%;
            vertical-align: middle;
            float: left;
        }

            .c_portalResSearch_total-02001 .p_select input {
                width: inherit;
                height: 50px;
                border: none;
                display: inline-block;
                vertical-align: middle;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 24px;
                position: absolute;
                padding-left: 10px !important;
                padding-right: 10px !important;
            }

            .c_portalResSearch_total-02001 .p_select .shape {
                display: inline-block;
                width: 25px;
                height: 50px;
                position: static !important;
                line-height: 50px; /* background-color: #fafafa; */
                text-align: center;
                border-left: none;
                font-size: 12px;
                color: rgba(200, 200, 200, 1);
                float: right;
                top: 0 !important;
                transform: translateY(0%);
                margin-right: 10px;
            }

                .c_portalResSearch_total-02001 .p_select .shape:before {
                    content: "\e69c";
                    font-size: 24px;
                }

            .c_portalResSearch_total-02001 .p_select .itembox {
                height: auto;
                width: 100%;
                position: absolute;
                top: 80px;
                left: 0px;
                border: 1px solid rgba(240, 240, 240, 1);
                z-index: 99;
                background-color: #fff;
                font-size: 0;
                border-radius: 5px;
            }

            .c_portalResSearch_total-02001 .p_select li {
                width: calc(100% / 4);
                height: auto;
                display: inline-block;
                margin: 20px 0;
                text-align: center;
                font-size: 22px;
                border-left: 1px solid #ccc;
            }

                .c_portalResSearch_total-02001 .p_select li:nth-child(1) {
                    border-left: none
                }

                .c_portalResSearch_total-02001 .p_select li:nth-child(5) {
                    border-left: none
                }

                .c_portalResSearch_total-02001 .p_select li i img {
                    display: none;
                }

    input::-webkit-input-placeholder {
        font-size: 24px;
        line-height: 50px;
        color: #777;
    }

    .c_portalResSearch_total-02001 .p_searchBtnBox {
        display: block;
        width: 250px;
        height: auto;
        padding: 10px 10px;
        background-color: #1890FF;
        border-radius: 5px;
        margin-bottom: 30px;
        margin: 0 10px 30px 10px;
    }

    .c_portalResSearch_total-02001 .p_searchBtnA {
        width: 100%;
        height: auto;
        padding: 10px 10px;
        font-size: 24px;
        color: #fff;
        text-align: center;
    }

    .c_portalResSearch_total-02001 .p_headbox.active:before {
        width: 0px;
        height: 0px;
        position: absolute;
        top: -40px;
        left: 41px;
        padding: 0;
        border-bottom: 20px solid #FFFFFF;
        border-top: 20px solid transparent;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        display: block;
        content: "";
        z-index: 12;
    }

    .c_portalResSearch_total-02001 .p_headbox.active:after {
        width: 0px;
        height: 0px;
        position: absolute;
        top: -41px;
        left: 41px;
        padding: 0;
        border-bottom: 20px solid #efe7e7;
        border-top: 20px solid transparent;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        display: block;
        content: "";
        z-index: 10;
    }

    .c_portalResSearch_total-02001 .p_input .iconfont.last {
        position: absolute;
        color: #afafaf;
        top: 16px;
        right: 5px;
        font-size: 20px;
        cursor: pointer;
    }

        .c_portalResSearch_total-02001 .p_input .iconfont.last:before {
            content: "\e640";
        }

    .c_portalResSearch_total-02001 .p_searchBtnA:hover {
        box-shadow: none;
    }

    .c_portalResSearch_total-02001 .p_searchBtnA .iconfont:before {
        content: "\e661";
        font-size: 30px;
        vertical-align: middle;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 10px) {
    .c_portalResSearch_total-02001 {
        margin-left: auto;
        margin-right: auto;
        max-width: 1180px;
        min-height: 192px;
        width: auto;
        display: inline-block;
        font-size: 0;
    }

        .c_portalResSearch_total-02001 .p_contentBox {
            width: 100%;
            height: auto;
            overflow: visible;
            white-space: nowrap;
            padding: 0;
            margin: 0;
            border-width: 1px;
            border-style: none;
            border-color: rgba(228,228,228,0);
            background-color: transparent;
            position: relative;
        }

        .c_portalResSearch_total-02001 .p_headbox {
            width: 100%;
            height: auto;
        }

        .c_portalResSearch_total-02001 .p_searchBox {
            width: auto;
            height: auto;
            display: inline-block;
            vertical-align: middle;
            overflow: visible;
            padding: 0;
            margin: 0;
            border-width: 1px;
            border-style: none;
            border-color: rgba(228,228,228,0);
            background-color: transparent;
            position: relative;
        }

            .c_portalResSearch_total-02001 .p_searchBox .p_input {
                width: 340px;
                display: inline-block;
                height: 40px;
                vertical-align: middle;
                color: inherit;
                position: relative;
                font-size: 14px;
            }

                .c_portalResSearch_total-02001 .p_searchBox .p_input .last {
                    display: none;
                }

                .c_portalResSearch_total-02001 .p_searchBox .p_input .forward { /* display: none; */
                    position: absolute;
                    left: 5px;
                    top: 50%;
                    transform: translateY(-50%);
                    height: auto;
                    font-size: 15px;
                }

                    .c_portalResSearch_total-02001 .p_searchBox .p_input .forward:before {
                        content: "\e661";
                        color: #a9a9a9;
                    }

        .c_portalResSearch_total-02001 .p_searchBtn {
            width: auto;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: rgba(255,255,255,1);
            border-width: 1px;
            border-style: solid;
            border-color: rgba(255,255,255,0);
            background-color: #1890FF;
            text-align: center;
            padding-top: 0;
            padding-right: 20px;
            padding-left: 20px;
            position: inherit;
            margin: 0;
            padding: 0 20px;
            cursor: pointer;
            font-family: inherit;
            font-weight: inherit;
            text-decoration: none;
            background-size: 100% 100%;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

            .c_portalResSearch_total-02001 .p_searchBtn .font {
                display: table-cell;
                vertical-align: middle;
                bottom: 0;
                height: inherit;
                color: inherit;
                font-family: inherit;
                font-weight: inherit;
                font-size: inherit;
                text-decoration: none;
                position: relative;
                text-align: center;
            }

        .c_portalResSearch_total-02001 .p_input input, .c_search_total-02001 .p_input .InputText {
            display: inline-block;
            height: 100%;
            width: inherit;
            line-height: inherit;
            border-width: 1px;
            border-style: solid;
            border-color: #f0f0f0;
            padding-left: 25px;
            padding-right: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .c_portalResSearch_total-02001 .p_select {
            height: auto;
            position: relative;
            font-size: 0;
            display: inline-block;
            width: auto;
            vertical-align: middle;
            margin-left: -1px;
        }

            .c_portalResSearch_total-02001 .p_select input {
                width: 75px;
                height: 40px;
                border: 1px solid rgba(240, 240, 240, 1);
                line-height: 30px;
                display: inline-block;
                vertical-align: middle;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 12px;
                padding: 0 10px;
            }

                .c_portalResSearch_total-02001 .p_select input:hover {
                    background-color: rgb(240, 248, 250);
                    color: rgb(100, 190, 186);
                }

                    .c_portalResSearch_total-02001 .p_select input:hover + .shape {
                        background-color: rgb(240, 248, 250);
                    }

            .c_portalResSearch_total-02001 .p_select .shape {
                display: inline-block;
                width: 30px;
                height: 40px;
                position: absolute;
                right: 0;
                line-height: 40px;
                text-align: center;
                border: 1px solid rgba(240, 240, 240, 1);
                border-left: none;
                font-size: 12px;
                color: rgba(200, 200, 200, 1);
            }

                .c_portalResSearch_total-02001 .p_select .shape:before {
                    content: "\e6c9";
                }

                .c_portalResSearch_total-02001 .p_select .shape:hover {
                    color: #65beba;
                }

            .c_portalResSearch_total-02001 .p_select .itembox {
                height: auto;
                width: 100%;
                position: absolute;
                top: 40px;
                left: 0px;
                border: 1px solid rgba(240, 240, 240, 1);
                border-top: 0;
                overflow-y: auto;
                z-index: 99;
                background-color: #fff;
                font-size: 12px;
                max-height: 180px;
            }

            .c_portalResSearch_total-02001 .p_select li {
                width: auto;
                height: 40px;
                line-height: 40px;
                display: block;
                text-align: center;
            }

                .c_portalResSearch_total-02001 .p_select li:hover {
                    background-color: rgb(240, 248, 250);
                    color: rgb(100, 190, 186);
                }

                .c_portalResSearch_total-02001 .p_select li i img {
                    display: none;
                }

        .c_portalResSearch_total-02001 .p_searchBtnBox {
            display: none;
        }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .c_portalResSearch_total-02001 {
        margin-left: auto;
        margin-right: auto;
        max-width: 1180px;
        min-height: 192px;
        width: auto;
        display: inline-block;
        font-size: 0;
    }

        .c_portalResSearch_total-02001 .p_contentBox {
            width: 100%;
            height: auto;
            overflow: visible;
            white-space: nowrap;
            padding: 0;
            margin: 0;
            border-width: 1px;
            border-style: none;
            border-color: rgba(228,228,228,0);
            background-color: transparent;
            position: relative;
        }

        .c_portalResSearch_total-02001 .p_headbox {
            width: 100%;
            height: auto;
        }

        .c_portalResSearch_total-02001 .p_searchBox {
            width: auto;
            height: auto;
            display: inline-block;
            vertical-align: middle;
            overflow: visible;
            padding: 0;
            margin: 0;
            border-width: 1px;
            border-style: none;
            border-color: rgba(228,228,228,0);
            background-color: transparent;
            position: relative;
        }

            .c_portalResSearch_total-02001 .p_searchBox .p_input {
                width: 340px;
                display: inline-block;
                height: 40px;
                vertical-align: middle;
                color: inherit;
                position: relative;
                font-size: 14px;
            }

                .c_portalResSearch_total-02001 .p_searchBox .p_input .last {
                    display: none;
                }

                .c_portalResSearch_total-02001 .p_searchBox .p_input .forward { /* display: none; */
                    position: absolute;
                    left: 5px;
                    top: 50%;
                    transform: translateY(-50%);
                    height: auto;
                    font-size: 15px;
                }

                    .c_portalResSearch_total-02001 .p_searchBox .p_input .forward:before {
                        content: "\e661";
                        color: #a9a9a9;
                    }

        .c_portalResSearch_total-02001 .p_searchBtn {
            width: auto;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: rgba(255,255,255,1);
            border-width: 1px;
            border-style: solid;
            border-color: rgba(255,255,255,0);
            background-color: #1890FF;
            text-align: center;
            padding-top: 0;
            padding-right: 20px;
            padding-left: 20px;
            position: inherit;
            margin: 0;
            padding: 0 20px;
            cursor: pointer;
            font-family: inherit;
            font-weight: inherit;
            text-decoration: none;
            background-size: 100% 100%;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

            .c_portalResSearch_total-02001 .p_searchBtn .font {
                display: table-cell;
                vertical-align: middle;
                bottom: 0;
                height: inherit;
                color: inherit;
                font-family: inherit;
                font-weight: inherit;
                font-size: inherit;
                text-decoration: none;
                position: relative;
                text-align: center;
            }

        .c_portalResSearch_total-02001 .p_input input, .c_search_total-02001 .p_input .InputText {
            display: inline-block;
            height: 100%;
            width: inherit;
            line-height: inherit;
            border-width: 1px;
            border-style: solid;
            border-color: #f0f0f0;
            padding-left: 25px;
            padding-right: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .c_portalResSearch_total-02001 .p_select {
            height: auto;
            position: relative;
            font-size: 0;
            display: inline-block;
            width: auto;
            vertical-align: middle;
            margin-left: -1px;
        }

            .c_portalResSearch_total-02001 .p_select input {
                width: 75px;
                height: 40px;
                border: 1px solid rgba(240, 240, 240, 1);
                line-height: 30px;
                display: inline-block;
                vertical-align: middle;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 12px;
                padding: 0 10px;
            }

                .c_portalResSearch_total-02001 .p_select input:hover {
                    background-color: rgb(240, 248, 250);
                    color: rgb(100, 190, 186);
                }

                    .c_portalResSearch_total-02001 .p_select input:hover + .shape {
                        background-color: rgb(240, 248, 250);
                    }

            .c_portalResSearch_total-02001 .p_select .shape {
                display: inline-block;
                width: 30px;
                height: 40px;
                position: absolute;
                right: 0;
                line-height: 40px;
                text-align: center;
                border: 1px solid rgba(240, 240, 240, 1);
                border-left: none;
                font-size: 12px;
                color: rgba(200, 200, 200, 1);
            }

                .c_portalResSearch_total-02001 .p_select .shape:before {
                    content: "\e6c9";
                }

                .c_portalResSearch_total-02001 .p_select .shape:hover {
                    color: #65beba;
                }

            .c_portalResSearch_total-02001 .p_select .itembox {
                height: auto;
                width: 100%;
                position: absolute;
                top: 40px;
                left: 0px;
                border: 1px solid rgba(240, 240, 240, 1);
                border-top: 0;
                overflow-y: auto;
                z-index: 99;
                background-color: #fff;
                font-size: 12px;
                max-height: 180px;
            }

            .c_portalResSearch_total-02001 .p_select li {
                width: auto;
                height: 40px;
                line-height: 40px;
                display: block;
                text-align: center;
            }

                .c_portalResSearch_total-02001 .p_select li:hover {
                    background-color: rgb(240, 248, 250);
                    color: rgb(100, 190, 186);
                }

                .c_portalResSearch_total-02001 .p_select li i img {
                    display: none;
                }

        .c_portalResSearch_total-02001 .p_searchBtnBox {
            display: none;
        }
}
/*å›¾ç‰‡æ ‡é¢˜åˆ—è¡¨*/

.w_fimg-001 .p_title {
    display: inline-table;
    margin: 0;
    min-width: 37px;
    padding: 0;
    color: rgba(51,51,51,1);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

    .w_fimg-001 .p_title .font {
        vertical-align: middle;
        line-height: 21px;
    }

    .w_fimg-001 .p_title:hover {
        color: rgba(87,177,173,1);
    }

    .w_fimg-001 .p_title:active {
        color: rgba(69,165,161,1);
    }

    .w_fimg-001 .p_title .iconfont:before {
        display: inline-block;
        content: "";
    }

.w_fimg-001 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 200px;
}

    .w_fimg-001 .animated {
        width: 100%;
        height: 100%;
        position: relative;
        min-height: inherit;
    }

    .w_fimg-001 .font {
        white-space: nowrap;
    }

    .w_fimg-001 .p_link001 {
        width: 100%;
        height: calc(100% - 30px);
    }

    .w_fimg-001 .p_link002 {
        width: 100%;
        height: 30px;
    }

    .w_fimg-001 .p_box {
        width: 100%;
        height: 100%;
        text-align: center;
        position: static;
    }

    .w_fimg-001 .p_dimage {
        height: inherit;
        overflow: hidden;
        font-size: 0;
    }

    .w_fimg-001 .e_image:hover:after {
        background: transparent;
    }

    .w_fimg-001 .p_dimage:empty {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: #f2f2f2 url(../images/camera.png) no-repeat center;
    }

.c_portalResnav_main-01001003 .search-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: #f5f5f5;
    display: none;
}

.c_portalResnav_main-01001003 .search-alert {
    position: fixed;
    z-index: 100;
    background-color: rgba(255,255,255,0.95);
    left: 0;
    top: 100px;
    width: 100%;
    height: 25%;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s .5s;
    transition: transform .3s .5s;
}

    .c_portalResnav_main-01001003 .search-alert .close {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 30px;
        right: 2.6%;
        cursor: pointer;
        text-shadow: none;
        opacity: 1;
        float: none;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .c_portalResnav_main-01001003 .search-alert .close:before {
            font-size: 30px;
            top: 0px;
            left: 0px;
            color: #192a55;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .c_portalResnav_main-01001003 .search-alert .close:hover:before {
            color: #19296c;
        }

.c_portalResnav_main-01001003 .icon-close:before {
    content: "\e6d3";
}

.c_portalResnav_main-01001003 .search-alert .cent-form {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 50%;
    height: 40px;
    margin-top: -20px;
    border-bottom: 1px solid #d5d5d5;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .c_portalResnav_main-01001003 .search-alert .cent-form:before {
        content: '\e661';
        color: #999;
        font-size: 18px;
        position: absolute;
        left: 0px;
        height: 50px;
        top: 50%;
        margin-top: -5px;
    }

    .c_portalResnav_main-01001003 .search-alert .cent-form .tex {
        border: none;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        text-align: left;
        width: 100%;
        color: #333;
        background: none;
        padding-left: 30px;
        padding-right: 20%;
    }

    .c_portalResnav_main-01001003 .search-alert .cent-form .sub-butn {
        border: none;
        height: 46px;
        font-size: 19px;
        line-height: 46px;
        color: #555;
        text-align: center;
        background: none;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 105px;
    }

.c_portalResnav_main-01001003 .search-alert.active {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}

    .c_portalResnav_main-01001003 .search-alert.active .cent-form {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all .5s .3s;
        transition: all .5s .3s;
    }

@media only screen and (max-width: 768px) {
    .c_portalResnav_main-01001003 .search-alert {
        top: 60px;
    }

    .c_portalResnav_main-01001003 .p_problemCategory {
        display: block;
    }

    .c_portalResnav_main-01001003 .p_navPc {
        display: none;
    }

    .c_portalResnav_main-01001003 .p_linkBox {
        display: none;
    }

    .c_portalResnav_main-01001003 .p_parent {
        display: block;
    }

    .c_portalResnav_main-01001003 .icon-arrow_up:before {
        content: "\e69a";
    }

    .c_portalResnav_main-01001003 .icon-arrow_down:before {
        content: "\e69c";
    }

    .c_portalResnav_main-01001003 .p_btn-show {
        color: #fff;
        background: #7F7F7F;
    }

    .c_portalResnav_main-01001003 .p_btn-hide {
        width: 10%;
        height: 100%;
        float: left;
        background-color: #7F7F7F;
    }

    .c_portalResnav_main-01001003 .p_category {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
    }

    .c_portalResnav_main-01001003 .p_parent {
        width: auto;
        height: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 0 0 5px;
    }

    .c_portalResnav_main-01001003 .p_categoryBox {
        overflow-y: auto;
        width: 90%;
        height: 100%;
        float: left;
        background-color: rgb(239,239,245);
    }

        .c_portalResnav_main-01001003 .p_categoryBox > .p_parentBox {
            background-color: #FFFFFE !important;
            padding-left: 0px;
        }

    .c_portalResnav_main-01001003 .p_parentBox {
        width: auto;
        height: auto;
        color: #fff;
    }

    .c_portalResnav_main-01001003 .p_parentBox {
        width: auto;
        height: auto;
        color: #fff;
        background-color: rgb(239,239,245);
        padding-left: 20px;
    }

    .c_portalResnav_main-01001003 .p_childBox .p_parent {
        border-bottom: 1px solid #c0c0c0;
    }

    .c_portalResnav_main-01001003 .p_c-fff {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff;
    }

    .c_portalResnav_main-01001003 .p_categoryBtn {
        display: block;
        margin: 12px 5px 10px 0;
        color: #000000;
        font-size: 12px;
    }

    .c_portalResnav_main-01001003 .p_link {
        height: auto;
        vertical-align: middle;
        width: initial;
        margin: 10px 0;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        color: #000;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResnav_main-01001003 .p_problemCategory {
        display: none;
    }

    .c_portalResnav_main-01001003 .p_parent {
        display: none;
    }

    .c_portalResnav_main-01001003 .p_navPc {
        display: block;
    }

    .c_portalResnav_main-01001003 .p_linkBox {
        display: block;
    }

    .c_portalResnav_main-01001003 {
        width: auto;
        height: auto;
        overflow: visible;
    }

        .c_portalResnav_main-01001003 .p_category {
            height: 100%;
            width: 100%;
            position: relative;
            background-color: #FFFFFE;
        }

    .clearfix:before, .clearfix:after {
        content: "";
        display: block;
        clear: both;
        width: 0;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

    .c_portalResnav_main-01001003 .p_categoryBox {
        line-height: 24px;
        width: auto;
        float: left;
    }

        .c_portalResnav_main-01001003 .p_categoryBox .p_linkBox {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
        }

        .c_portalResnav_main-01001003 .p_categoryBox > .p_parentBox:hover {
            border-top: 3px solid rgb(64,143,244);
        }

        .c_portalResnav_main-01001003 .p_categoryBox .p_title {
            height: auto;
            width: auto;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: block;
            -moz-box-flex: 1;
            -webkit-box-flex: 1;
            box-flex: 1;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .c_portalResnav_main-01001003 .p_categoryBox .p_title:hover {
                color: rgb(64,143,244);
            }

    .c_portalResnav_main-01001003 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255,255,255,0);
        border-color: rgba(255,255,255,0);
        border-style: solid;
        border-width: 0;
        color: rgb(64,143,244);
        height: auto;
        width: 14px;
        margin: 0 4px 0 0;
        padding: 0;
        position: static;
        text-align: center;
        color: rgba(217,217,217,1);
    }

        .c_portalResnav_main-01001003 .p_categoryBtn:hover {
            border-width: 0;
            border-style: solid;
            color: rgb(64,143,244);
            border-color: rgba(255,255,255,0);
            background-color: rgba(255,255,255,0);
            box-shadow: none;
        }

        .c_portalResnav_main-01001003 .p_categoryBtn:active {
            border-width: 0;
            border-style: solid;
            color: rgb(64,143,244);
            border-color: rgba(255,255,255,0);
            background-color: rgba(255,255,255,0);
            box-shadow: none;
        }

    .c_portalResnav_main-01001003 .p_linkBox .iconfont:before {
        content: '';
    }

    .c_portalResnav_main-01001003 .p_childBox .p_linkBox .icon-duduyinleappicon1401:before {
        content: '\e65f';
        color: rgb(64,143,244);
        font-size: 10px
    }

    .c_portalResnav_main-01001003 .p_categoryBox .p_childBox {
        border: 1px solid rgba(240,240,240,1);
        box-shadow: 2px 1px 2px #c0c0c0;
        z-index: 9;
    }

    .c_portalResnav_main-01001003 .p_categoryBox .p_parentBox {
        position: relative;
        width: 200px;
        height: 40px;
        float: left;
        text-align: center;
    }

    .c_portalResnav_main-01001003 .p_parentBox:last-child .p_linkBox {
        border-bottom: 0 none;
    }

    .c_portalResnav_main-01001003 .p_categoryBox > .p_parentBox > .p_childBox {
        margin-top: 40px;
        left: 0px;
    }

    .c_portalResnav_main-01001003 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
}

.c_portalResnav_main-01001003 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

.c_portalResnav_main-01001003 > div {
    animation-fill-mode: both;
}

.c_portalResnav_main-01001003 .fr {
    float: right;
}

.c_portalResnav_main-01001003 .clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.c_portalResnav_main-01001003 .clearfix {
    clear: both;
    *zoom: 1;
}

.c_portalResnav_main-01001003 body {
    background-color: #1b1b1b;
}

.c_portalResnav_main-01001003 .header {
    width: 100%;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all .5s ease;
}

    .c_portalResnav_main-01001003 .header .nav {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        height: 100%;
        line-height: 85px;
        display: block;
    }

    .c_portalResnav_main-01001003 .header .navbar_nav li {
        position: relative;
        display: block;
        float: left;
    }

        .c_portalResnav_main-01001003 .header .navbar_nav li a {
            text-decoration: none;
            height: 100%;
            padding: 0 0.937vw;
            display: block;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            color: #000;
            font-size: 15px;
            position: relative;
            z-index: 1;
        }

        .c_portalResnav_main-01001003 .header .navbar_nav li:hover a {
            color: #fff;
        }

        .c_portalResnav_main-01001003 .header .navbar_nav li.dropdown {
            display: inherit;
            position: relative;
        }

            .c_portalResnav_main-01001003 .header .navbar_nav li.dropdown .jt {
                width: 20px;
                height: 20px;
                background: url(../images/top.png) no-repeat;
                background-size: 100% 100%;
                display: block;
            }

            .c_portalResnav_main-01001003 .header .navbar_nav li.dropdown .dropdown_menu {
                display: block;
                position: absolute;
                top: 100px;
                width: 160px;
                background: #fff;
                border-top: 3px solid #45af5a;
                box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
                left: 50%;
                margin-left: -80px;
                overflow: hidden;
                opacity: 0;
                visibility: hidden;
                transform: translateY(-10px);
                transition: .15s ease-out;
            }

                .c_portalResnav_main-01001003 .header .navbar_nav li.dropdown .dropdown_menu a {
                    font-size: 14px;
                    color: #666;
                    padding: 10px;
                    line-height: 18px;
                    text-align: center;
                    background: #fff;
                }

            .c_portalResnav_main-01001003 .header .navbar_nav li.dropdown:hover .dropdown_menu {
                display: block;
                background: #fff;
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }

                .c_portalResnav_main-01001003 .header .navbar_nav li.dropdown:hover .dropdown_menu a {
                    color: #333;
                    background: #fff;
                }

                    .c_portalResnav_main-01001003 .header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
                        background: rgba(69, 175, 90,.2);
                        color: #333;
                    }

.c_portalResnav_main-01001003 #navToggle {
    display: none;
}

.c_portalResnav_main-01001003 .m_nav {
    position: fixed;
    top: 0;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transform: translateX(100%);
}

    .c_portalResnav_main-01001003 .m_nav.open {
        transform: translateX(0);
    }

    .c_portalResnav_main-01001003 .m_nav .top {
        height: 60px;
        padding: 20px;
        box-sizing: border-box;
    }

        .c_portalResnav_main-01001003 .m_nav .top .closed {
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            float: right;
            cursor: pointer;
            font-size: 30px;
        }

    .c_portalResnav_main-01001003 .m_nav .logo {
        width: 100%;
        margin: 0 auto;
    }

        .c_portalResnav_main-01001003 .m_nav .logo img {
            height: 50px;
            display: block;
            margin: 30px auto;
        }

    .c_portalResnav_main-01001003 .m_nav .ul {
        margin-top: 30px;
    }

        .c_portalResnav_main-01001003 .m_nav .ul li {
            padding: 0 20px;
            border-bottom: 1px solid #f5f5f5;
            transform: translateY(100%);
            -webkit-transform: translateY(100%);
            -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
            transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
            opacity: 0;
        }

    .c_portalResnav_main-01001003 .m_nav.open .ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .c_portalResnav_main-01001003 .m_nav .ul li:nth-child(1) {
        -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li:nth-child(2) {
        -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li:nth-child(3) {
        -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li:nth-child(4) {
        -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li:nth-child(5) {
        -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li:nth-child(6) {
        -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li:nth-child(7) {
        -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li:nth-child(8) {
        -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li:nth-child(9) {
        -webkit-transition: all 1.8s cubic-bezier(.77, 0, .175, 1) 0ms;
        transition: all 1.8s cubic-bezier(.77, 0, .175, 1) 0ms;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li a {
        display: inline-block;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 80%;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li .dropdown_menu {
        display: none;
    }

        .c_portalResnav_main-01001003 .m_nav .ul li .dropdown_menu:before {
            content: '\e6c8';
            font-size: 14px;
            position: absolute;
            left: 0;
            top: -10px;
        }

    .c_portalResnav_main-01001003 .m_nav .ul li.dropdown.active .dropdown_menu {
        display: block;
    }

    .c_portalResnav_main-01001003 .m_nav .ul li .dropdown_menu a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
        box-sizing: border-box;
        border-bottom: 1px solid #f5f5f5;
    }

        .c_portalResnav_main-01001003 .m_nav .ul li .dropdown_menu a:last-child {
            border: none;
        }

.c_portalResnav_main-01001003 .banner {
    width: 100%;
}

    .c_portalResnav_main-01001003 .banner img {
        width: 100%;
    }

@media screen and (max-width: 768px) {
    .c_portalResnav_main-01001003 .header {
        top: 0;
    }

        .c_portalResnav_main-01001003 .header #navToggle {
            height: 50px;
            padding: 9px 15px;
            display: inline-block;
            float: right;
        }

            .c_portalResnav_main-01001003 .header #navToggle span {
                position: relative;
                width: 25px;
                height: 2px;
                margin-top: 19px;
            }

                .c_portalResnav_main-01001003 .header #navToggle span:before, .header #navToggle span:after {
                    content: '';
                    position: relative;
                    width: 100%;
                    height: 2px;
                    left: 0;
                }

            .c_portalResnav_main-01001003 .header #navToggle span, .header #navToggle span:before, .header #navToggle span:after {
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                display: block;
                background: #333;
            }

                .c_portalResnav_main-01001003 .header #navToggle span:before {
                    top: 8px;
                }

                .c_portalResnav_main-01001003 .header #navToggle span:after {
                    bottom: 10px;
                }

            .c_portalResnav_main-01001003 .header #navToggle.open span:before {
                top: 10px;
                -webkit-transform: translateY(-11px) rotate(-45deg);
                -moz-transform: translateY(-11px) rotate(-45deg);
                -ms-transform: translateY(-11px) rotate(-45deg);
                -o-transform: translateY(-11px) rotate(-45deg);
                transform: translateY(-11px) rotate(-45deg);
            }

            .c_portalResnav_main-01001003 .header #navToggle.open span:after {
                bottom: 12px;
                -webkit-transform: translateY(10px) rotate(45deg);
                -moz-transform: translateY(10px) rotate(45deg);
                -ms-transform: translateY(10px) rotate(45deg);
                -o-transform: translateY(10px) rotate(45deg);
                transform: translateY(10px) rotate(45deg);
            }

            .c_portalResnav_main-01001003 .header #navToggle.open span {
                background: none;
            }

                .c_portalResnav_main-01001003 .header #navToggle.open span:before, .header #navToggle.open span:after {
                    background: #fff;
                }

        .c_portalResnav_main-01001003 .header .nav {
            display: none;
        }

    .c_portalResnav_main-01001003 .banner img {
        height: 600px;
        object-fit: cover;
    }

    .c_portalResnav_main-01001003 .jt {
        display: inline-block;
        width: 10%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        vertical-align: top;
        font-size: 1rem;
        transition: all .5s ease;
    }

    .c_portalResnav_main-01001003 .jtRote {
        transform: rotateZ(90deg);
    }

    .c_portalResnav_main-01001003 .m_nav {
        left: 0;
    }
}

.c_portalResnav_main-01001003 .header.active {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
}

.c_portalResnav_main-01001003 .layout {
    max-width: 1430px;
    padding: 0 20px;
    margin: 0 auto;
}

.c_portalResnav_main-01001003 .logo {
    width: 80px;
    float: left;
    margin-top: 28px;
}

    .c_portalResnav_main-01001003 .logo img {
        max-width: 100%;
    }

.c_portalResnav_main-01001003 .header .nav {
    float: right;
    line-height: 125px;
}

.c_portalResnav_main-01001003 .dropdown {
    margin-right: 20px;
    margin-right: 1.0416vw;
    padding-right: 15px;
}

.c_portalResnav_main-01001003 .header .navbar_nav li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.c_portalResnav_main-01001003 .dropdown .arrow {
    position: absolute;
    right: -2px;
    top: 50%;
    height: auto;
    margin-top: -7px;
    transition: all .5s ease;
}

.c_portalResnav_main-01001003 .header .navbar_nav li:hover .arrow {
    transform: rotateZ(180deg);
}

.c_portalResnav_main-01001003 .dropdown .arrow:before {
    content: '\e6c9';
    font-size: 14px;
}

.c_portalResnav_main-01001003 .header .navbar_nav li:hover .arrow:before {
    color: #45af5a;
}

.c_portalResnav_main-01001003 .header .navbar_nav li a.nLink1 {
    font-size: 16px;
    color: #666;
    padding: 0;
}

    .c_portalResnav_main-01001003 .header .navbar_nav li a.nLink1:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #45af5a;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transform-origin: 100%;
        -webkit-transform-origin: 100%;
        -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
        transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        visibility: hidden\9;
    }

.c_portalResnav_main-01001003 .header .navbar_nav li:hover a.nLink1:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.c_portalResnav_main-01001003 .header .navbar_nav li:hover a.nLink1 {
    color: #45af5a;
}

.c_portalResnav_main-01001003 .search-btn {
    float: right;
    font-size: 0;
    margin-top: 52px;
    margin-left: 10px;
    cursor: pointer;
    width: 19px;
    height: 19px;
    background-image: url(../images/searchbtn.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

    .c_portalResnav_main-01001003 .search-btn.on {
        background-image: url(../images/close.png);
    }

    .c_portalResnav_main-01001003 .search-btn i:before {
        content: '\e661';
        font-size: 0;
        color: #974478;
    }

.c_portalResnav_main-01001003 .lang {
    position: absolute;
    top: 20px;
    right: 50px;
    display: none;
}

    .c_portalResnav_main-01001003 .lang a {
        font-size: 16px;
        color: #333;
    }

@media screen and (max-width: 768px) {
    .c_portalResnav_main-01001003 .header {
        height: 60px;
        background-color: #fff;
        position: fixed;
    }

        .c_portalResnav_main-01001003 .header.on {
            background-color: #fff;
            box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
        }

    .c_portalResnav_main-01001003 .logo {
        width: 50px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        margin-top: 8px;
    }

    .c_portalResnav_main-01001003 .header #navToggle {
        position: absolute;
        left: 0;
        margin-top: 3px;
    }

    .c_portalResnav_main-01001003 .search-btn {
        position: absolute;
        right: 20px;
        margin-top: 21px;
        display: block;
    }

    .c_portalResnav_main-01001003 .lang {
        display: block;
    }
}

.c_portalResPublic_codeContainer-01001004 .SideBar {
    width: 60px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
}

    .c_portalResPublic_codeContainer-01001004 .SideBar .li {
        width: 60px;
        height: 60px;
        position: relative;
        margin-top: 1px;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .btns {
        width: 100%;
        height: 100%;
        padding-top: 8px;
        display: block;
        text-align: center;
        background-color: #45af5a;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .li:hover .btns {
        background-color: #45af5a;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .iconfont:before {
        content: '\e628';
        font-size: 22px;
        color: #fff;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .tel:before {
        content: '\e628';
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .qq:before {
        content: '\e654';
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .wechat:before {
        content: '\e64f';
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .mes:before {
        content: '\e696';
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .pro:before {
        content: '\e6b9';
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .home:before {
        content: '\e6a0';
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .top:before {
        content: '\e6c0';
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .t {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        color: #fff;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .outbox {
        width: 100px;
        min-height: 60px;
        padding: 10px;
        font-family: 'MontserratRegular';
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 60px;
        top: 0;
        background-color: #45af5a;
        -webkit-transition: all .5s;
        -webkit-transform: rotateX(-180deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        visibility: hidden;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .li:hover .outbox {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0);
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .outbox a {
        color: #fff;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .tellbox {
        width: 140px;
        padding: 21px 10px 16px 10px;
        font-size: 16px;
        text-align: center;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .proli {
        display: none;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .homeli {
        display: none;
    }

.c_portalResPublic_codeContainer-01001004 .back {
    width: 46px;
    height: 46px;
    line-height: 46px;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 100;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    display: none;
    visibility: hidden;
}

    .c_portalResPublic_codeContainer-01001004 .back .iconfont:before {
        content: '\e6c0';
        font-size: 22px;
        color: #fff;
    }

@media only screen and (max-width: 768px) {
    .c_portalResPublic_codeContainer-01001004 {
        min-height: 50px;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .c_portalResPublic_codeContainer-01001004 .SideBar {
        width: 100%;
        background-color: #45af5a;
        top: auto;
        bottom: 0;
    }

        .c_portalResPublic_codeContainer-01001004 .SideBar ul {
            display: flex;
        }

        .c_portalResPublic_codeContainer-01001004 .SideBar .li {
            width: 25%;
            border-right: 1px solid #eee;
        }

        .c_portalResPublic_codeContainer-01001004 .SideBar .proli {
            display: block;
        }

        .c_portalResPublic_codeContainer-01001004 .SideBar .homeli {
            display: block;
        }

        .c_portalResPublic_codeContainer-01001004 .SideBar .goTop {
            display: none !important;
        }

    .c_portalResPublic_codeContainer-01001004 .back {
        visibility: visible;
    }

    .c_portalResPublic_codeContainer-01001004 .SideBar .tellbox {
        width: 160px;
        left: 5px;
        right: auto;
        top: auto;
        bottom: 65px;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResPublic_codeContainer-01001004 {
        min-height: 50px;
        width: 100%;
    }
}

.w_grid-000 {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

    .w_grid-000 > .w_grid {
        width: 100%;
        position: relative;
    }

    .w_grid-000 > div > .p_gridbox {
        width: 100%;
        overflow: hidden;
        position: static;
    }

    .w_grid-000 > div > div > .p_gridCell {
        float: left;
        position: static;
    }

        .w_grid-000 > div > div > .p_gridCell:not(:empty):before {
            content: '';
            height: 0.1px;
            display: block;
        }

    .w_grid-000 > .w_grid.signal {
        min-height: inherit;
    }

        .w_grid-000 > .w_grid.signal > .p_gridbox {
            min-height: inherit;
        }

            .w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
                min-height: inherit;
            }

    .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
        margin-left: 0;
        clear: left;
    }

#w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

.boayBox .header {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
}

.boayBox #w_grid-1616980873499 {
    padding-top: 125px;
}

#w_grid-1617071916772, #w_grid-1617071918820 {
    position: relative !important;
    z-index: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media only screen and (max-width: 768px) {
    .w_grid-000 > div > .p_gridbox > .p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    #w_grid-1616980873499 {
        padding-top: 60px;
    }

    .boayBox #w_grid-1616980873499 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@CHARSET "UTF-8";

* {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
    margin: 0px auto;
}
/*page property_start*/

.pagebox, #-remove--flag {
}
/*page property_end*/ /*page property_start*/

body, #-remove--flag {
}
/*page property_end*/

#c_portalResnav_main-16169808175096169 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResPublic_codeContainer-16182745903974202 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResSearch_total-16208742676569002 > div {
    animation-fill-mode: both;
}

#c_portalResSearch_total-16208742676569002 .p_intro .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_product .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_info .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_atlas .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_mapPosition .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_question .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_corpVideo .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_companyfile .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_recruit .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResSearch_total-16208742676569002 .p_headbox {
    max-width: 410px;
    margin: 0 auto;
}

#c_portalResSearch_total-16208742676569002 .p_select {
    display: none;
}

#c_portalResSearch_total-16208742676569002 .p_searchBtn {
    background-color: #45af5a;
}

#c_portalResSearch_total-16208742676569002 .taglinks {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}

    #c_portalResSearch_total-16208742676569002 .taglinks a {
        color: #fff;
        transition: all .5s ease-in-out;
    }

        #c_portalResSearch_total-16208742676569002 .taglinks a:hover {
            color: #45af5a;
        }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #c_portalResSearch_total-16208742676569002 .p_searchBox .p_input {
        width: 320px;
    }
}

@media only screen and (max-width: 768px) {
    #c_portalResSearch_total-16208742676569002 .p_searchBtnBox {
        display: none;
    }

    #c_portalResSearch_total-16208742676569002 .taglinks {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    #c_portalResSearch_total-16208742676569002 .p_headbox {
        max-width: 600px;
    }

    #c_portalResSearch_total-16208742676569002 .p_searchBox .p_input {
        width: 264px;
    }

    #c_portalResSearch_total-16208742676569002 .taglinks {
        text-align: left;
    }
}

#c_portalResSearch_total-16208742676569002 {
    width: 430px;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 100px;
    left: auto;
    z-index: 1001;
    bottom: auto;
    right: 14%;
}

#w_grid-1616980869346 > div > .p_gridbox {
    overflow: visible;
}

    #w_grid-1616980869346 > div > .p_gridbox:before, #w_grid-1616980869346 > div > .p_gridbox:after {
        content: "";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }

#w_grid-1616980869346 .clearfix {
    zoom: 1;
}

#w_grid-1616980869346 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1616980869346 > div {
    animation-fill-mode: both;
}

    #w_grid-1616980869346 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        margin-left: 0px;
        clear: left;
    }

#w_grid-1616980869346 .c_portalResSearch_total-02001 {
    background-color: rgba(0, 0, 0, .65);
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    top: 100px;
    right: 14%;
    z-index: 1001;
    display: none;
}
/*w_grid-1616980869346*/

@media only screen and (max-width: 768px) {
    #w_grid-1616980869346 .c_portalResSearch_total-02001 {
        width: 100%;
        position: fixed;
        top: 60px;
        right: 0;
        z-index: 10;
        display: none;
    }
}
/*w_grid-1616980869346*/

@media only screen and (max-width: 640px) {
    #w_grid-1616980869346 .c_portalResSearch_total-02001 {
        max-width: 100% !important;
        right: 0;
    }
}
/*w_grid-1616980869346*/

@media only screen and (min-width: 769px) {
    #w_grid-1616980869346 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

        #w_grid-1616980869346 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            clear: none;
        }

        #w_grid-1616980869346 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
            margin-right: 0;
        }
}
/*w_grid-1616980869346*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1616980873499 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}
/*w_grid-1616980873499*/ /*w_grid-1616980873499*/ /*w_grid-1616980873499*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1616980876400 > div > .p_gridbox {
    background-color: #30373f;
    padding-top: 46px;
    padding-bottom: 80px;
}

#w_grid-1616980876400 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1616980876400 > div {
    animation-fill-mode: both;
}

    #w_grid-1616980876400 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        margin-left: 0px;
        clear: left;
    }
/*w_grid-1616980876400*/

@media only screen and (max-width: 768px) {
    #w_grid-1616980876400 > div > .p_gridbox {
        padding-top: 30px;
        padding-bottom: 65px;
    }
}
/*w_grid-1616980876400*/

@media only screen and (max-width: 640px) {
    #w_grid-1616980876400 > div > .p_gridbox {
    }
}
/*w_grid-1616980876400*/

@media only screen and (min-width: 769px) {
    #w_grid-1616980876400 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

        #w_grid-1616980876400 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            clear: none;
        }

        #w_grid-1616980876400 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
            margin-right: 0;
        }
}
/*w_grid-1616980876400*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1616984445682 > div > .p_gridbox {
    display: flex;
    align-items: flex-end;
}

#w_grid-1616984445682 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1616984445682 > div {
    animation-fill-mode: both;
}

    #w_grid-1616984445682 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        margin-left: 0px;
        clear: left;
    }
/*w_grid-1616984445682*/

@media only screen and (max-width: 768px) {
    #w_grid-1616984445682 > div > .p_gridbox {
        display: block;
    }
}
/*w_grid-1616984445682*/

@media only screen and (min-width: 769px) {
    #w_grid-1616984445682 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

        #w_grid-1616984445682 > div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
            width: 39.81%;
            margin-left: 0px;
            margin-right: 0px;
            clear: none;
        }

        #w_grid-1616984445682 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
            margin-left: 0px;
            clear: left;
            margin-right: 0px;
            width: 60.19%;
        }

        #w_grid-1616984445682 > div > .p_gridbox > .p_gridCell:nth-child(2n) {
            margin-right: 0px;
        }
}
/*w_grid-1616984445682*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1616984445682 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

        #w_grid-1616984445682 > div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
            width: 39.81%;
            margin-left: 0px;
            margin-right: 0px;
            clear: none;
        }

        #w_grid-1616984445682 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
            margin-left: 0px;
            clear: left;
            margin-right: 0px;
            width: 60.19%;
        }

        #w_grid-1616984445682 > div > .p_gridbox > .p_gridCell:nth-child(2n) {
            margin-right: 0px;
        }
}

#w_grid-1616985075332 > div > .p_gridbox {
    display: flex;
}

#w_grid-1616985075332 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1616985075332 > div {
    animation-fill-mode: both;
}

    #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        margin-left: 0px;
        clear: left;
    }

    #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell {
        width: auto !important;
        padding-right: 10px;
    }
/*w_grid-1616985075332*/

@media only screen and (max-width: 768px) {
    #w_grid-1616985075332 > div > .p_gridbox {
        display: flex;
        justify-content: space-between;
    }
}
/*w_grid-1616985075332*/

@media only screen and (max-width: 640px) {
    #w_grid-1616985075332 > div > .p_gridbox {
        display: block;
    }
}
/*w_grid-1616985075332*/

@media only screen and (min-width: 769px) {
    #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

        #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
            width: 50%;
            margin-left: 0px;
            margin-right: 0px;
            clear: none;
        }

        #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
            margin-left: 0px;
            clear: left;
            margin-right: 0px;
            width: 50%;
        }

        #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell:nth-child(2n) {
            margin-right: 0px;
            margin-top: 20px;
        }
}
/*w_grid-1616985075332*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

        #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
            width: 50%;
            margin-left: 0;
            margin-right: 0;
            clear: none;
        }

        #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
            margin-left: 0;
            clear: left;
            margin-right: 0;
            width: 50%;
        }

        #w_grid-1616985075332 > div > .p_gridbox > .p_gridCell:nth-child(2n) {
            margin-right: 0;
        }
}

#w_grid-1616985453557 > div > .p_gridbox {
    display: flex;
}

#w_grid-1616985453557 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1616985453557 > div {
    animation-fill-mode: both;
}

    #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        margin-left: 0px;
        clear: left;
    }

    #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell {
        width: auto !important;
        padding-right: 10px;
    }
/*w_grid-1616985453557*/ /*w_grid-1616985453557*/

@media only screen and (min-width: 769px) {
    #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

        #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
            width: 50%;
            margin-left: 0px;
            margin-right: 0px;
            clear: none;
        }

        #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
            margin-left: 0px;
            clear: left;
            margin-right: 0px;
            width: 50%;
        }

        #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell:nth-child(2n) {
            margin-right: 0px;
        }
}
/*w_grid-1616985453557*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

        #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
            width: 50%;
            margin-left: 0;
            margin-right: 0;
            clear: none;
        }

        #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
            margin-left: 0;
            clear: left;
            margin-right: 0;
            width: 50%;
        }

        #w_grid-1616985453557 > div > .p_gridbox > .p_gridCell:nth-child(2n) {
            margin-right: 0;
        }
}

#w_fimg-1616985487737 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_fimg-1616985487737 > div {
    animation-fill-mode: both;
}

#w_fimg-1616985487737 .p_box {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
}

#w_fimg-1616985487737 .p_title {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #727272;
    margin-top: 5px;
    text-align: center;
}

#w_fimg-1616985796016 .p_box {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
}

#w_fimg-1616985796016 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_fimg-1616985796016 > div {
    animation-fill-mode: both;
}

#w_fimg-1616985796016 .p_title {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #727272;
    margin-top: 5px;
    text-align: center;
}

#w_grid-1616986115228 > div > .p_gridbox {
    background-image: url(../images/tel.png);
    background-position: 0 0;
    background-repeat: no-repeat; /*padding-left:36px;*/
}

#w_grid-1616986115228 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1616986115228 > div {
    animation-fill-mode: both;
}

    #w_grid-1616986115228 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        margin-left: 0px;
        clear: left;
    }

#w_grid-1616986115228 .reset_style p {
    font-family: 'MontserratRegular';
    font-size: 14px;
    color: #727272;
}

    #w_grid-1616986115228 .reset_style p a {
        font-size: 18px;
        color: #fff;
    }
/*w_grid-1616986115228*/
@media only screen and (max-width: 640px) {
    #w_grid-1616986115228 > div > .p_gridbox {
        margin-top: 20px;
    }
}
/*w_grid-1616986115228*/

@media only screen and (min-width: 769px) {
    #w_grid-1616986115228 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0px;
    }

        #w_grid-1616986115228 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
            width: 100%;
            margin-left: 0px;
            margin-right: 0px;
            clear: none;
        }

        #w_grid-1616986115228 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
            margin-right: 0px;
        }
}
/*w_grid-1616986115228*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    #w_grid-1616986115228 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

        #w_grid-1616986115228 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            clear: none;
        }

        #w_grid-1616986115228 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
            margin-right: 0;
        }
}

#w_grid-1616986119198 > div > .p_gridbox {
    padding-top: 5px;
    margin-top: 27px;
    border-top: 1px solid #727272;
    max-width: 308px;
    margin-top: 10px;
}

#w_grid-1616986119198 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#w_grid-1616986119198 > div {
    animation-fill-mode: both;
}

    #w_grid-1616986119198 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
        margin-left: 0px;
        clear: left;
    }

#w_grid-1616986119198 .reset_style p {
    font-size: 14px;
    color: #727272;
}
/*w_grid-1616986119198*/

@media only screen and (max-width: 640px) {
    #w_grid-1616986119198 > div > .p_gridbox {
        margin-top: 10px;
    }
}
/*w_grid-1616986119198*/

@media only screen and (min-width: 769px) {
    #w_grid-1616986119198 > div > .p_gridbox > .p_gridCell {
        margin-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0;
    }

        #w_grid-1616986119198 > div > .p_gridbox > .p_gridCell:nth-child(1n+0) {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            clear: none;
        }

        #w_grid-1616986119198 > div > .p_gridbox > .p_gridCell:nth-child(1n) {
            margin-right: 0;
        }
}
/*w_grid-1616986119198*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1616984562717 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

#w_grid-1616984562717 .reset_style p {
    text-align: right;
    font-size: 12px;
    color: #727272;
    margin-top: 5px;
}

#w_grid-1616984562717 .reset_style a {
    color: #727272;
    transition: all .5s ease-in-out;
}

    #w_grid-1616984562717 .reset_style a:hover {
        color: #45af5a;
    }
/*w_grid-1616984562717*/

@media only screen and (max-width: 768px) {
    #w_grid-1616984562717 > div > .p_gridbox {
        margin-top: 20px;
    }

    #w_grid-1616984562717 .reset_style p {
        text-align: center;
    }
}
/*w_grid-1616984562717*/

@media only screen and (max-width: 640px) {
    #w_grid-1616984562717 .reset_style p {
        text-align: left;
    }
}
/*w_grid-1616984562717*/ /*w_grid-1616984562717*/

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1616980869346 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1616980873499 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1616980876400 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1616984445682 {
    width: 100%;
    max-width: 1340px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

#w_grid-1616985075332 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1616985453557 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fimg-1616985487737 {
    width: 100%;
    max-width: 90px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_fimg-1616985796016 {
    width: 100%;
    max-width: 90px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1616986115228 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;

}

#w_common_text-1616986204013 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1616986119198 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1616986250661 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1616984562717 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_common_text-1616984577133 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.ntmd {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .ntmd p {
        font-size: 14px;
        color: #999999;
        line-height: 32px;
    }

        .ntmd p span {
            font-size: 14px;
            color: #999999;
        }

    .ntmd .p1 {
        font-size: 22px;
    }

    .ntmd .p2 .span1 {
        width: 208px;
        display: inline-block;
    }

    .ntmd .p2 .span2 {
        margin-right: 28px;
    }

    .ntmd .cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

@media screen and (max-width: 768px) and (min-width: 0px) {
    .ntmd img {
        width: 80px;
        height: 80px;
    }

    .ntmd p span {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .ntmd p {
        line-height: normal;
    }

    .ntmd .n-left {
        padding-right: 10px;
    }
}


.yfcenter .biaoti .div1{
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
}
.yfcenter .biaoti .div1 img{
  display: block;
  width: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.yfcenter .biaoti .div1 p{
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.yfcenter .biaoti .div1{
  width: 18%;
}
.contnei{
  width: 100%;
  background: url(../images/mg.png) no-repeat center;
  background-size: auto 100%;
  padding: 4% 0;
  margin-top: 4%;
}
.technology .expert .list .item{
  width: 50%;
}
.technology .expert .list{
  display: flex;
}
@media screen and (max-width: 768px) and (min-width: 0px) {
  .yfcenter .biaoti .div1{
    font-size: 14px;
  }
  .yfcenter .biaoti .div1{
    width: 32%;
    line-height: 22px;
  }
  .yfcenter .biaoti .div1 p{
    font-size: 12px;
  }
  .yfcenter .nei .wenzi{
    width: 100%;
    padding-right: 0;
  }
  .yfcenter .nei .bt{
    font-size: 14px;
  }
  .yfcenter .nei .wenzi{
    order: 1;
    margin-top: 10px;
  }
  .contnei{
    padding: 2% 0;
  }
  .technology .expert .list .item{
    width: 100%;
    margin-bottom: 20px;
  }
  .technology .expert .list{
    flex-wrap: wrap;
  }
  .technology .expert .list .item:nth-last-child(1){
    margin-bottom: 0;
  }
  .yfcenter .biaoti .div1 img{
    width: 45px;
  }
}


.machining .platform{
  margin-top: 80px;
}
.machining .platform .main{
  display: flex;
  justify-content: space-between;

}
.machining .platform .main .left{
  width: 50%;
}
.machining .platform .main .left .tit1{
  margin-bottom: 40px;
}
.machining .platform .main .left .tit1 p{
  text-align: left;
}
.machining .platform .main .left .div1{
  margin-bottom: 30px;
}
.machining .platform .main .left .div1 .p1{
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
.machining .platform .main .left .div1 .p2{
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.machining .platform .main .right{
  width: 45%;
  font-size: 0;
}
.machining .platform .main .right img{
  width: 100%;
  margin-bottom: 20px;
}
.machining .platform .list{
  width: 86%;
  display: flex;
  background: #fff;
  margin-top: -102px;
  position: relative;
   box-shadow: 0 1px 6px 5px rgba(153, 152, 152, 0.2);
   padding: 30px 0;
}
.machining .platform .list .litem{
  width: 25%;
  text-align: center;
  position: relative;
}
.machining .platform .list .litem::after{
  content: ' ';
  position: absolute;
  width: 1px;
  right: 0;
  height: 80px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #dddddd;
}
.machining .platform .list .litem:nth-last-child(1)::after{
  display: none;
}
.machining .platform .list .litem img{
  display: inline-block;
}
.machining .platform .list .litem p{
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.machining .equipment{
  margin-top: 6%;
}
.machining .equipment .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.machining .equipment .list .item{
  width: 19%;
  font-size: 0;
  margin-right:1.2%;
}
.machining .equipment .list .item:nth-child(5n){
  margin-right: 0;
}
.machining .equipment .list .item img{
  width: 100%;
}
.machining .equipment .list .item .p1{
  font-size: 18px;
  color: #333333;
  margin: 16px 0;
}
.machining .equipment .list .item .p2{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.machining .supplier{
  margin-top: 6%
}
.machining .supplier .list{
  display:flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.machining .supplier .list .item{
  text-align: center;
  width: 14.5%;
  margin-right: 2.6%;
  margin-bottom: 28px;
}
.machining .supplier .list .item:nth-child(6n){
  margin-right: 0;
}
.machining .supplier .list .item img{
  display: inline-block;
  width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  box-sizing: border-box;
}
.machining .supplier .list .item p{
  font-size: 15px;
  color: #666666;
  margin-top: 8px;
}
.machining  .cparner{
  margin-top: 6%;
}
.machining  .cparner .list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.machining  .cparner .list img{
  width: 13.5%;
  margin-right: 3.8%;
  margin-bottom: 3%;
}
.machining  .cparner .list img:nth-child(6n){
  margin-right: 0;
}
@media (max-width: 1200px){
  .machining .platform .list{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 0px) {
  .machining .platform{
    margin-top: 20px;
  }
  .machining .platform .main .left .div1 .p1{
    font-size: 14px;
    margin-bottom: 6px;

  }
  .machining .platform .main .left .tit1{
    margin-bottom: 15px;
  
  }
  .machining .platform .main .left .tit1 p{
    text-align: center;
  }
  .machining .platform .main .left .div1 {
    margin-bottom: 15px;
  }
  .machining .platform .main .left .div1 .p2{
    font-size: 12px;
    line-height: 22px;
  }
  .machining .platform .list .litem img{
    width: 40px;
  }
  .machining .platform .list .litem p{
    font-size: 12px;
    margin-top: 4px;
  }
  .machining .platform .list{
    width: 100%;
    padding: 18px 0;
  }
  .machining .platform .main .left{
    width: 100%;
  }
  .machining .platform .main .right{
    width: 100%;
  }
  .machining .platform .main{
    flex-wrap: wrap;
  }
  .machining .equipment .list{
    margin-top: 20px;
  }
  .machining .equipment .list .item .p1{
    font-size: 14px;
    margin: 8px 0;
  }
  .machining .equipment .list .item .p2{
    font-size: 12px;
    line-height: 22px;
  }
  .machining .platform .list .litem{
    padding: 0 5%;
  }
  .machining .supplier .list{
    margin-top: 20px;
  }
  .machining .supplier .list .item p{
    font-size: 12px;
    margin-top: 3px;
  }
  .machining .equipment .list .item{
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 6%;
  }
  .machining .equipment .list .item:nth-child(2n){
    margin-right: 0% !important;
  }
  .machining .supplier .list .item img{
    border-radius: 5px;
  }
  .machining .cparner .list{
    margin-top: 20px;
  }
  .machining .supplier .list .item{
    margin-right: 5% !important;
    width: 30%;
    margin-bottom: 18px;
  }
  .machining .supplier .list .item:nth-child(3n){
    margin-right: 0 !important;
  }
  .machining .cparner .list img{
    margin-right: 4% !important;
    width: 22%;
  }
  .machining .cparner .list img:nth-child(4n){
    margin-right: 0 !important;
  }
}


/* 友情链接版块 */
.friendly-links {
    padding: 20px 0;
    text-align: left; /* 文字靠左 */
}



.friendly-links .links-container {
    display: flex;
    justify-content: flex-start; /* 内容靠左 */
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.friendly-links .link-item {
    font-size: 14px;
    color: #666;
    line-height: 2em;
}

.friendly-links .link-item a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.friendly-links .link-item a:hover {
    color: #45bdc6;
}

/* 分隔线 */
.friendly-links .link-item:not(:last-child)::after {
    content: "|";
    margin-left: 20px;
    color: #ccc;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .friendly-links .links-container {
        display: none;
    }
}

.kefu_style{display:none;}
@media screen and ( max-width:500px ){
.kefu_style{display:block;position: fixed;width:100%;height:50px;line-height:50px;bottom:0;left: 0;font-size:13px;z-index:100000000000000000;}
.kefu_style ul,li{ padding:0;margin:0;list-style:none;}
.kefu_style li{float:left;text-align:center;border-top: #B2B2B2 1px solid;position:relative;height:50px;}
.kefu_style li:nth-child(1),
.kefu_style li:nth-child(2),
.kefu_style li:nth-child(3){width:calc( 16.666666% - 1px );background-color:#fff;border-right:#ddd 1px solid;}
.kefu_style li:nth-child(2):before{content:"";width:22px;height:22px;position:absolute;left:calc( 50% - 11px );top:5px;background:url(../images/my-chat-2.png) no-repeat;background-size:22px 22px;}
.kefu_style li:nth-child(1):before{content:"";width:22px;height:22px;position:absolute;left:calc( 50% - 11px );top:5px;background:url(../images/icon-index-2.png) no-repeat;background-size:22px 22px;}
.kefu_style li:nth-child(3):before{content:"";width:22px;height:22px;position:absolute;left:calc( 50% - 11px );top:5px;background:url(../images/icon-message-send2.png) no-repeat;background-size:22px 22px;}
.kefu_style li:nth-child(1) a,
.kefu_style li:nth-child(2) a,
.kefu_style li:nth-child(3) a{display:block;height:16px;line-height:16px;margin-top: 30px;}
.kefu_style li:nth-child(4){width:50%;background-color:#45bdc6;font-size:16px;}
.kefu_style li:nth-child(4) a{color:#fff;display:block;}
}

