/*about-us*/
.company-title {
    margin: 1.5rem 0 1.2rem;
}

.company-profile {
    overflow: hidden;
}

.company-profile .text,
.company-profile .img {
    overflow: hidden;
    width: 50%;
    float: left;
}

.company-profile .text {
    font-size: 16px;
    padding-right: 0.5rem;
}

.company-profile .img img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.patent-li {
    overflow: hidden;
    margin: 1rem 0;
    padding: 0.3rem 0;
    background-color: #eeeeee;
}

.patent-li li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0.3rem 0 0;
    border-right: 1px solid #ffffff;
}

.patent-li li strong {
    font-size: 1.4rem;
    font-weight: normal;
    color: #e60012;
    display: block;
}

.patent-li li span {
    font-size: 0.45rem;
    line-height: 0.55rem;
    height: 1.1rem;
    color: #727272;
    display: block;
}

.company-vr {
    position: relative;
}

.company-vr a {
    color: #ffffff;
    text-decoration: none;
}

.company-vr .text {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-family: ex;
}

.company-vr .text h6 {
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.company-vr .text p {
    font-size: 0.6rem;
}

.company-vr img {
    width: 100%;
    overflow: hidden;
    display: block;
}

.social-approval {
    position: relative;
    height: 8.7rem;
}

.approval-certificate {
    margin-top: 1rem;
}

.social-approval .approval-box {
    text-align: left;
    width: 93%;
    background: url(../image/line-grey.jpg) 50% center repeat-x;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}

.social-approval .approval-box .swiper-slide {
    position: relative;
}

.social-approval .approval-box .swiper-slide * {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.social-approval .approval-box .swiper-slide .txt-box {
    cursor: pointer;
}

.social-approval .approval-box .swiper-slide .year {
    font-size: 0.8rem;
    color: #282828;
    position: relative;
    line-height: 1.2rem;
}

.social-approval .approval-box .swiper-slide .text {
    font-size: 0.35rem;
    color: #282828;
    line-height: 0.6rem;
    height: 2.4rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.social-approval .approval-box .swiper-slide .focus {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
}

.social-approval .approval-box .swiper-slide .focus span {
    display: block;
    width: 100%;
    height: 100%;
    background: #d0d0d0;
    border-radius: 50%;
}

.social-approval .approval-box .swiper-slide:nth-child(2n) .year {
    top: 5rem;
}

.social-approval .approval-box .swiper-slide:nth-child(2n) .text {
    top: 5rem;
}

.social-approval .approval-box .swiper-slide-active .year {
    color: #e60012;
}

.social-approval .approval-box .swiper-slide-active .focus span {
    background: #e60012;
}

.swiper-container .swiper-button-prev {
    margin-top: -0.6rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    ;
}

.swiper-container .swiper-button-next {
    margin-top: -0.6rem;
    ;
    right: 0;
    width: 1.2rem;
    ;
    height: 1.2rem;
    ;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    color: #aaaaaa;
    border: 2px solid #aaaaaa;
    border-radius: 48px;
    background-color: #ffffff;
}

.swiper-container .swiper-button-prev.swiper-button-disabled,
.swiper-container .swiper-button-next.swiper-button-disabled {
    border-color: rgba(170, 170, 170, .35);
    opacity: 1;
}

.swiper-container .swiper-button-prev.swiper-button-disabled:after,
.swiper-container .swiper-button-next.swiper-button-disabled:after {
    opacity: 0.35;
}

.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
    font-size: 0.6rem;
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
    border-color: #e60012;
    color: #e60012;
}

.certificate-box {
    width: 100%;
    overflow: hidden;
}

.certificate-box img {
    width: 100%;
    overflow: hidden;
    display: block;
}

/*Quality Certication*/
.quality-certication .text-content {
    font-size: 0.65rem;
}

.quality-certication .text-content .span-inline {
    display: inline-block;
}

.certication-box {
    width: 100%;
    position: relative;
    margin-top: 1.6rem;
}

.certication-box .swiper-container {
    padding-bottom: 1.5rem;
    overflow: hidden;
    width: 93%;
    margin: 0 auto
}

.certication-box .swiper-slide {
    width: 9.325rem;
    height: 12.075rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.75rem #ddd;
}

.certication-box .swiper-slide img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.certication-box .swiper-slide p {
    line-height: 1.2rem;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.certication-box .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.certication-box .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #aaaaaa;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.certication-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #e60012;
    background-color: #fff;
}

.certication-box .swiper-container .swiper-button-next,
.certication-box .swiper-container .swiper-button-prev {
    margin-top: -1.2rem;
}

.company-certificate {
    background-color: #505e6f;
    padding-bottom: 2rem;
    margin-top: 1.5rem;
}

.company-certificate .text-content {
    color: #ffffff;
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: bold;
}

.company-certificate .certication-box .swiper-slide {
    width: 9.15rem;
    height: 13.225rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.75rem #282828;
}

.company-certificate .certication-box .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 1px solid #fff;
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.company-certificate .certication-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 1px solid #e60012;
    background-color: transparent;
}

.company-certificate .certication-box .swiper-container .swiper-button-prev,
.company-certificate .certication-box .swiper-button-next {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 48px;
    background-color: transparent;
}

.company-certificate .certication-box .swiper-container .swiper-button-prev:hover,
.company-certificate .certication-box .swiper-container .swiper-button-next:hover {
    border-color: #e60012;
    color: #e60012;
}

/*Contact Us*/
#allmap {
    height: 600px;
    width: 100%;
    border: 5px solid #c9c9c9;
}

#allmap .anchorBL {
    display: none;
}

#r-result {
    display: none;
}

.table-contactus {
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 0.4rem;
}

.table-contactus th strong {
    display: block;
    line-height: 30px;
    background-color: #e4e4e4;
}

.table-contactus td,
.table-contactus th {
    border-right: 1px solid #e4e4e4;
    vertical-align: middle !important;
    text-align: center;
}

.table-contactus tr {
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

.table-contactus caption {
    width: 10%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    background-color: #e4e4e4;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-contactus tbody {
    margin-left: 11%;
    width: 89%;
    display: inline-table;
}

.about-content .text-content {
    font-size: 0.65rem;
}

/*About Product*/
.process-box {
    overflow: hidden;
    background-color: #e60012;
    padding: 0.4rem 0;
}

.process-box li {
    font-size: 0.6rem;
    color: #ffffff;
    float: left;
    width: 25%;
    text-align: center;
    line-height: 1rem;
    background: url(../image/process-right.png) right center no-repeat transparent;
    background-size: 6.5%;
}

.process-box li:last-child {
    background-image: none;
}

.process-img {
    padding: 0.5rem 0.3rem;
}

.process-img img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.process-img p {
    background-color: #6bb2d9;
    color: #ffffff;
    text-align: center;
    margin-top: 0.2rem;
    padding: 0.3rem 0;
    font-size: 0.45rem;
}

.p-data-box {
    overflow: hidden;
    background-color: #6bb2d9;
}

.p-data-box li {
    float: left;
    width: 25%;
    text-align: center;
    color: #ffffff;
    border-right: 1px solid #ffffff;
    margin: 0.8rem 0;
}

.p-data-box li:last-child {
    border: 0;
}

.p-data-box li p {
    font-size: 1.2rem;
    font-weight: bold;
}

.p-data-box li span {
    font-size: 0.5rem;
    display: block;
}

.p-data-box li button {
    font-size: 0.7rem;
    color: #575757;
    background-color: #ffffff;
    border: 0;
    border-radius: 0.7rem;
    padding: 0 0.7rem;
    margin-top: 0.5rem;
}

/*R&D Capability*/
.core-technology {
    position: relative;
}

.core-technology .company-title {
    color: #ffffff;
    margin: 1.2rem 0;
}

.core-technology .technology-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
}

.core-technology .technology-box li {
    width: 30%;
    background-color: rgba(0, 0, 0, .5);
    float: left;
    margin: 0.5rem 1.5%;
    text-align: center;
    padding: 0.5rem 0;
}

.core-technology .technology-box li img {
    width: 3.5rem;
    overflow: hidden;
    display: inline-block;
}

.core-technology .technology-box li p {
    font-size: 0.5rem;
    line-height: 0.8rem;
    height: 1.6rem;
}

.partner-program {
    overflow: hidden;
    line-height: 1.8;
}

.partner-title {
    margin: 1.5rem 0 0.5rem;
}

.partner-program h6 {
    font-size: 0.6rem;
    font-weight: bold;
    padding: 0.8rem 0 0.5rem;
}

.partner-program p {
    font-size: 0.4rem;
    padding-bottom: 0.5rem;
}

.partner-program .text-number {
    padding: 0 0 0.5rem 0.5rem;
}

.partner-program .text-number p {
    padding-bottom: 0;
    padding-left: 0.5rem;
}

.partner-program .text-number p span {
    margin-left: -0.5rem;
    width: 0.5rem;
    display: inline-block;
}

.partner-program .join-us {
    font-size: 0.6rem;
    margin: 0.8rem 0;
    display: block;
    text-decoration: none;
}

.partner-program .join-us:hover {
    color: #ffffff;
}

.partner-list {
    overflow: hidden;
}

.contactus-list li {
    position: relative;
    margin: 0.5rem 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 1rem 0.5rem;
}

.contactus-list li .img {
    width: 53%;
    position: relative;
    text-align: center;
    float: left;
}

.contactus-list li .img img {
    display: inline-block;
    width: 100%;
}

.contactus-list li .contactus-info {
    width: 42%;
    position: relative;
    font-size: 0.4rem;
    float: left;
    line-height: 0.75rem;
    margin-left: 5%;
}

.contactus-list li .contactus-info h6 {
    font-size: 0.6rem;
    padding: 0.3rem 0;
    color: #282828;
    font-weight: bold;
}

.contactus-list li .contactus-info .sub-title {
    font-size: 0.5rem;
}

.contactus-list li .contactus-info .text {
    color: #6e6e6e;
    padding-top: 0.8rem;
}

@media (max-width: 850px) {

    .company-title {
        margin: 0.8rem 0;
    }

    .company-profile .text,
    .company-profile .img {
        width: 100%;
    }

    .company-profile .text {
        font-size: 14px;
        padding-right: 0;
    }

    .company-profile .img {
        margin-top: 0.8rem;
    }

    .patent-li {
        padding: 0;
    }

    .patent-li li {
        width: 50%;
        padding: 0.6rem 0 0;
        border-top: 1px solid #ffffff;
    }

    .patent-li li:last-child {
        padding: 0.4rem 0 0;
    }

    .patent-li li strong {
        font-size: 1rem;
    }

    .patent-li li span {
        font-size: 0.6rem;
        line-height: 0.55rem;
        height: 2rem;
    }

    .company-vr .text {
        top: 20%;
    }

    .company-vr .text h6 {

        padding-bottom: 0.5rem;
    }

    .company-vr .text p {
        font-size: 0.6rem;
    }

    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        border-width: 1px !important;
    }

    .social-approval .approval-box .swiper-slide .text {
        font-size: 0.65rem;
        line-height: 0.9rem;
        height: 2.7rem;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-all
    }

    .table-contactus {
        position: relative;
        text-align: center;
        vertical-align: middle;
        font-size: 0.6rem;
    }

    .p-data-box li p {
        font-size: 1rem;
    }

    .p-data-box li span {
        font-size: 0.6rem;
    }

    .p-data-box li button {
        font-size: 0.6rem;
        padding: 0;
        width: 90%;
    }

    .test-box .col-xs-3 {
        width: 50%;
    }

    .process-img p {
        font-size: 0.65rem;
    }

    .process-box {
        background-color: transparent;
        padding: 0;
    }

    .process-box li {
        font-size: 0.7rem;
        width: 50%;
        background-color: #e60012;
        padding: 0.4rem 0;
        margin-top: 0.2rem;
    }

    .process-img {
        padding: 0 0.1rem 0.5rem;
    }

    .core-technology .technology-box li {
        width: 47%;
    }

    .core-technology .technology-box li p {
        font-size: 0.65rem;
    }

    .core-technology .core-bg {
        width: 360%;
        overflow: hidden;
    }

    .partner-title {
        margin: 1.2rem 0 0.3rem;
    }

    .partner-program h6 {
        font-size: 0.75rem;
        padding: 0.8rem 0 0.5rem;
    }

    .partner-program p {
        font-size: 0.7rem;
    }

    .partner-program .join-us {
        font-size: 0.95rem;
        margin: 0.8rem auto;
    }

    .partner-program .text-number {
        padding: 0 0 0.5rem 0.3rem;
    }

    .partner-program .text-number p {
        padding: 0 0 0.3rem 1rem;
    }

    .partner-program .text-number p span {
        margin-left: -1rem;
        width: 1rem;
        display: inline-block;
    }

    .contactus-list li {
        margin: 0;
        padding: 0.75rem 0;
    }
    .contactus-list li .img {
        width: 100%;
    }

    .contactus-list li .img img {
        margin-top: 0.3rem;
        width: 100%;
    }

    .contactus-list li .contactus-info {
        width: 100%;
        position: relative;
        font-size: 0.65rem;
        line-height: 1rem;
        margin: 0.5rem 0 0 0;

    }

    .contactus-list li .contactus-info h6 {
        line-height: 1rem;
        font-size: 0.75rem;
        padding: 0.1rem 0;
    }
}

/* Contact Us Ae页面静态图片样式 */
.contactusae-staticImage{
    width:100%
}