﻿/*--------------------------------------------------
	[ Qualified&Factory的Padding值 ]
----------------------------------------------------*/

.team-Container,
.qa-Container,
.factory-Container {
    padding-top: 70px;
}
@media only screen and (min-width: 1200px) {
    .factory-Container .pb10 {
        padding-bottom: 0px;
    }
    .qualified-Container .pr0 {
        padding-right: 0px;
    }
    .qualified-Container .pb15 {
        padding-bottom: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .factory-Container .pb10 {
        padding-bottom: 0px;
    }
    .qualified-Container .pr0 {
        padding-right: 0px;
    }
    .qualified-Container .pb15 {
        padding-bottom: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .factory-Container .pb10{
        padding-bottom:10px;
    }
    .qualified-Container .pr0 {
        padding-right: 15px;
    }
    .qualified-Container .pb15 {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .factory-Container .pb10 {
        padding-bottom: 10px;
    }
    .qualified-Container .pb15 {
        padding: 0px 5px 10px;
    }
    .team-Container,
    .qa-Container,
    .factory-Container {
        padding-top: 40px;
    }
}

/*--------------------------------------------------
	[ Quality Assurance的Padding值 ]
----------------------------------------------------*/
.tablist .pl0{
    margin-left: 10px;
}
.tablist .pr0 {
    margin-right: 0px;
}
.mt20-xs {
    margin-top: 20px;
}
.mb20-xs {
    margin-bottom: 20px;
}
.mb30-xs {
    margin-bottom: 30px;
}
.mb40-xs {
    margin-bottom: 40px;
}
/*--------------------------------------------------
	[1. BANNER]
----------------------------------------------------*/
#banner-inner_qc {
    background-image: url('/css/Quality-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media (min-width: 1400px) {
    #banner-inner_qc {
        height: 545px;
    }
    #banner-inner_qc .banner-inner{
        height: auto;
    }
}
@media (min-width: 1024px) and (max-width: 1399px) {
    #banner-inner_qc {
        height: 300px;
    }
    #banner-inner_qc .banner-inner{
        height: 250px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #banner-inner_qc {
        height: 200px;
    }
    #banner-inner_qc .banner-inner{
        height: 150px;
    }
}
@media (max-width: 767px) {
    #banner-inner_qc {
        height: 200px;
    }
    #banner-inner_qc .banner-inner{
        height: 150px;
    }
}
#banner-inner_qc .content-inner {
    padding: 45px 10px;
}
#banner-inner_qc .banner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000;
    padding: 5px;
}
.banner-inner-left {
    position: relative;
/*    max-width: 580px;*/
    width: 100%;
    padding-right: 20px;
}
.banner-inner-left i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
    cursor: pointer;
}
.banner-inner-left i:hover {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-inner-right {
    max-width: 900px;
    width: 90%;margin:0px auto;
}
.banner-inner-right h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;margin:0px auto;
    color: #fff;
}
.banner-inner-right img {display:block; margin:0 auto;}

.banner-inner-right p {
    font-size: 16px;color: #fff;line-height: 23px;
}
@media (max-width: 1399px) {
    #banner-inner_qc .banner-inner {
        background-color: transparent;
        padding: 0px;
    }
    .banner-inner-left {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .banner-inner-right {
        max-width: 100%;
        padding-left: 20px;
    }
    .banner-inner-right h2 {
        font-size: 26px;
    }
    .banner-inner-right p {
        font-size: 14px;
    }
}
@media (max-width: 1023px) {
    .banner-inner-left i {
        font-size: 30px;
    }
    .banner-inner-right h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .banner-inner-right p {
        font-size: 14px;
    }
}


/*--------------------------------------------------
	[2. Proven Qualified]
----------------------------------------------------*/
.comm-list-item {
    position: relative;
    cursor: pointer;
}
[data-balloon] {
    position: relative;
}
[data-balloon]:before {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
    background: #efefef;
    color: #000;
    content: attr(data-balloon);
    font-size: 12px;
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
}
[data-balloon]:after {
    background: no-repeat url('');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out;
    content: '';
    position: absolute;
    z-index: 10;
}

[data-balloon]:hover:before, [data-balloon]:hover:after {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
}
[data-balloon][data-balloon-break]:before {
    white-space: normal;
}
[data-balloon][data-balloon-pos='down']:before {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    -ms-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
}
[data-balloon][data-balloon-pos='down']:after {
    background: no-repeat url('');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 50%;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    -ms-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
}
[data-balloon][data-balloon-pos='down']:hover:before {
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
[data-balloon][data-balloon-pos='down']:hover:after {
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
[data-balloon][data-balloon-length='large']:before {
    white-space: normal;
    width: 280px;
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
    .quality-title{
        text-align: center;
    }
    .quality-title h2 {
        color: #333;
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .quality-title p {
        font-size: 14px;
        color: #f08519;
        font-weight: 600;
        text-align:center;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .quality-title h2 {
        color: #333;
        font-size: 35px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        margin-bottom:20px;
    }
    .quality-title p {
        font-size: 28px;
        color: #f08519;
        font-weight: 600;
        text-align: center;
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 1024px) {
    .quality-title h2 {
        color: #333;
        font-size: 35px;
        font-weight: 600;
        text-align:center;
        text-transform: uppercase;
    }
    .quality-title p {
        font-size: 28px;
        color: #f08519;
        font-weight: 600;
        text-align: center;
        padding-bottom: 30px;
    }
}
@media only screen and (min-width:1800px) {
    .quality-title h2 {
        color: #333;
        font-size: 30px;
        font-weight: 600;
        text-align:center;
        text-transform: uppercase;
        margin-bottom:20px;
    }
    .quality-title p {
        font-size: 24px;
        color: #f08519;
        font-weight: 600;
        text-align: center;
        padding-bottom: 30px;
    }
}

/*--------------------------------------------------
	[3. Team]
----------------------------------------------------*/
.carousel .carousel-control a:hover {
    color: #fff;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
    right: 0;
    left: auto;
}
.carousel-container ul {
    position: absolute;
    top: 72%;
    left: 8%;
    padding-left: 15px;
    padding-top: 10px;
}
.carousel-container ul li {
    font-size: 16px;
    color: #fff;
    padding-top:5px;
    line-height: 20px;
    list-style-type: disc;
}

.team-h2 {
    position: absolute;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    bottom: 30%;
    left: 8%;
}
.team-h2:after {
    content: '';
    position: absolute;
    top:120%;
    left: 0;
    width: 1120px;
    height: 2px;
    background: #fff;
}

.quality-team {
    position: absolute;
    left: 8%;
    bottom: 30%;
}
.quality-team h3{
    color: #fff;
    float:left;
    font-size: 25px;
    font-weight: 600;
    padding-right:30px;
}
.quality-team p{
    color: #fff;
    font-size: 18px;
    float:left;
    line-height:36px;
}
.quality-team:after {
    content: '';
    position: absolute;
    top: 120%;
    left: 0;
    width: 1120px;
    height: 2px;
    background: #fff;
}
.quality-team h3:after{
    content: '';
    position: absolute;
    top: 45%;
    right:70%;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    font-size: 20px;
    background: #fff;
}
.sqe {
    position: absolute;
    left: 8%;
    bottom: 5%;
    max-width: 240px;
}
.sqe h4,.pqe h4{
    color:#fff;
    font-size:20px;
    text-align:center;
    padding-bottom:10px;
}
.sqe p,.pqe p {
    color: #fff;
    font-size: 15px;
    line-height:20px;
}
.pqe {
    position: absolute;
    left: 28%;
    bottom: 8%;
    max-width: 240px;
}
.rightdiv p{
    color:#fff;
    font-size:18px;
    padding-bottom: 5px;
}
.rightdiv p.iqc span{
    padding-left:120px;
    font-size:14px;
}
.rightdiv p.ipqc span {
    padding-left:108px;
    font-size:14px;
}
.rightdiv p.fqc span {
    padding-left:114px;
    font-size:14px;
}
.rightdiv p.oqc span{
    padding-left:112px;
    font-size:14px;
}
.rightdiv p.iqc:before{
    content: '';
    position: absolute;
    top:10%;
    left:14%;
    width: 80px;
    height: 1px;
    background: #fff;
}
.rightdiv p.ipqc:before{
    content: '';
    position: absolute;
    top:35%;
    left:14%;
    width: 80px;
    height: 1px;
    background: #fff;
}
.rightdiv p.fqc:before{
    content: '';
    position: absolute;
    top:60%;
    left:14%;
    width: 80px;
    height: 1px;
    background: #fff;
}
.rightdiv p.oqc:before{
    content: '';
    position: absolute;
    top:85%;
    left:14%;
    width: 80px;
    height: 1px;
    background: #fff;
}
#glyphicon-left {
    position: absolute;
    top: 45%;
    left: 2%;
    color: rgba(255,255,255,.43);
    background-color: transparent;
}
#glyphicon-right {
    position: absolute;
    top: 45%;
    right: 2%;
    color: rgba(255,255,255,.43);
    background-color: transparent;
}
#glyphicon-left:hover {
    position: absolute;
    top: 45%;
    left: 2%;
    color: rgb(255,255,255);
    background-color: none;
}
#glyphicon-right:hover {
    position: absolute;
    top: 45%;
    right: 2%;
    color: rgb(255,255,255);
    background-color: none;
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
    #glyphicon-left, #glyphicon-right {
        font-size: 20px;
    }
    #glyphicon-left:hover, #glyphicon-right:hover {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    #glyphicon-left, #glyphicon-right {
        font-size: 20px;
    }
    #glyphicon-left:hover, #glyphicon-right:hover {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .sqe {
        position: absolute;
        left: 8%;
        bottom: 1%;
    }
    .pqe {
        position: absolute;
        left: 30%;
        bottom: 5%;
    }
    .rightdiv {
        position: absolute;
        left: 55%;
        bottom: 3%;
    }
    .rightdiv:before {
        content: '';
        position: absolute;
        bottom: 10%;
        right: 104%;
        width: 2px;
        height: 80px;
        background: #fff;
    }
    #glyphicon-left, #glyphicon-right {
        font-size: 40px;
    }
    #glyphicon-left:hover, #glyphicon-right:hover {
        font-size: 40px;
    }
    
}
@media only screen and (min-width: 1800px) {
    .sqe {
        position: absolute;
        left: 8%;
        bottom: 5%;
    }
    .pqe {
        position: absolute;
        left: 28%;
        bottom: 8%;
    }
    .rightdiv {
        position: absolute;
        left: 55%;
        bottom: 6%;
    }
    .rightdiv:before {
        content: '';
        position: absolute;
        bottom: -10%;
        right: 120%;
        width: 2px;
        height: 130px;
        background: #fff;
    }
    #glyphicon-left, #glyphicon-right {
        font-size: 40px;
    }
    #glyphicon-left:hover, #glyphicon-right:hover {
        font-size: 40px;
    }
   
}



/*--------------------------------------------------
	[4. Quality Assurance]
----------------------------------------------------*/
@media only screen and (max-width:767px) {
    .newpro-text {
        height: auto;
    }

    .masspro-text {
        height: auto;
    }

    .aftersales-text {
        height: auto;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px){
    .newpro-text {
        height: auto;
    }

    .masspro-text {
        height: 297px;
    }

    .aftersales-text {
        height: 260px;
    }
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
    .newpro-text {
        height: 198px;
    }

    .masspro-text {
        height: 198px;
    }

    .aftersales-text {
        height: 198px;
    }
}
@media only screen and (min-width:1200px) {
    .newpro-text {
        height: 140px;
    }
    .masspro-text {
        height: 140px;
    }
    .aftersales-text {
        height: 140px;
    }
}
/*tablist切换区域*/
.imgchange{
    cursor: pointer;
}
.imgchange a{
    display：block;
}
.tab-yans {
    background: #dde4e7;height: 30px;margin-bottom: 10px;
}
#tab-change .carousel-inner > .item {
    display: none;
}

#tab-change .carousel-inner > .active {
    display: block;
}
#tab-change1 .carousel-inner > .item {
    display: none;
}

#tab-change1 .carousel-inner > .active {
    display: block;
}
.newpro-text {
    padding: 15px;
/*    max-width:430px;*/
    height: 180px;
}
.newpro-text h3,.masspro-text h3,.aftersales-text h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

.newpro-text p,.masspro-text p,.aftersales-text p {
    font-size: 15px;
    color: #333;
    line-height: 20px;
}

.masspro-text {
    padding: 15px;
/*    max-width: 430px;*/
    height: 180px;
}
.aftersales-text {
    padding: 15px;
    height: 180px;
}
.highlight-color {
    background-color: #efefef;
}
/*New Product*/
.six-process {
    position: relative;
    text-align: center;
    height: auto;
    border-right: 1px solid #333;
}


.six-process:before, .three-process:before {
    content: '';
    position: absolute;
    top: 70px;
    right: -14px;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #333;
    transform: rotate(-45deg);
}

.six-process:after, .three-process:after {
    content: '';
    position: absolute;
    top: 70px;
    right: -12px;
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #efefef;
    transform: rotate(-45deg);
}

.six-process h3, .project h3, .three-process h3, .projectCom h3 {
    font-weight: 600;
    color: #f08519;
    margin-bottom: 20px;
}
.projectCom {
    text-align: center;
    padding-bottom: 20px;
}
.project {
    text-align: center;
}
.four-stage {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
@media only screen and (max-width:767px) {
    .four-stage {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
        text-align: center;
    }
}
.qc-portfolio__item{
    position:relative;
    margin-bottom:15px;
}
.qc-portfolio__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.qc-portfolio__content-inner {
    background-color: #f08519;
    padding: 5px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.qc-portfolio__content-inner span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.qc-portfolio__text{
    margin-left: 50px;
}
.qc-portfolio__text ul li {
    font-size: 16px;
    list-style-type: disc;
    color: #f08519;
    line-height: 20px;
}
.qc-portfolio__text ul span {
    color: #333;
    font-size: 14px;
}
#owl-carousel1-qc .owl-nav.disabled + .owl-dots,
#owl-carousel2-qc .owl-nav.disabled + .owl-dots,
#owl-carousel3-qc .owl-nav.disabled + .owl-dots,
#owl-carousel4-qc .owl-nav.disabled + .owl-dots,
#owl-carousel5-qc .owl-nav.disabled + .owl-dots,
#owl-carousel6-qc .owl-nav.disabled + .owl-dots,
#owl-carousel7-qc .owl-nav.disabled + .owl-dots,
#owl-carousel8-qc .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 15%;
    left: 40%;
}

#owl-carousel1-qc .owl-dots .owl-dot span,
#owl-carousel2-qc .owl-dots .owl-dot span,
#owl-carousel3-qc .owl-dots .owl-dot span,
#owl-carousel4-qc .owl-dots .owl-dot span,
#owl-carousel5-qc .owl-dots .owl-dot span,
#owl-carousel6-qc .owl-dots .owl-dot span,
#owl-carousel7-qc .owl-dots .owl-dot span,
#owl-carousel8-qc .owl-dots .owl-dot span {
    background: #fff;
}

#owl-carousel1-qc .owl-dots .owl-dot.active span, #owl-carousel1-qc .owl-dots .owl-dot:hover span,
#owl-carousel2-qc .owl-dots .owl-dot.active span, #owl-carousel2-qc .owl-dots .owl-dot:hover span,
#owl-carousel3-qc .owl-dots .owl-dot.active span, #owl-carousel3-qc .owl-dots .owl-dot:hover span,
#owl-carousel4-qc .owl-dots .owl-dot.active span, #owl-carousel4-qc .owl-dots .owl-dot:hover span,
#owl-carousel5-qc .owl-dots .owl-dot.active span, #owl-carousel5-qc .owl-dots .owl-dot:hover span,
#owl-carousel6-qc .owl-dots .owl-dot.active span, #owl-carousel6-qc .owl-dots .owl-dot:hover span,
#owl-carousel7-qc .owl-dots .owl-dot.active span, #owl-carousel7-qc .owl-dots .owl-dot:hover span,
#owl-carousel8-qc .owl-dots .owl-dot.active span, #owl-carousel8-qc .owl-dots .owl-dot:hover span {
    background: #f08519;
}

#owl-carousel1-qc .owl-dots .owl-dot span,
#owl-carousel2-qc .owl-dots .owl-dot span,
#owl-carousel3-qc .owl-dots .owl-dot span,
#owl-carousel4-qc .owl-dots .owl-dot span,
#owl-carousel5-qc .owl-dots .owl-dot span,
#owl-carousel6-qc .owl-dots .owl-dot span,
#owl-carousel7-qc .owl-dots .owl-dot span,
#owl-carousel8-qc .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}
#myCarousel-process .carousel-indicators .active {
    background-color: #f08519;
    width: 15px;
    height: 15px;
}
#myCarousel-process .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #888;
    width: 12px;
    height: 12px;
}
/*Mass Production*/
.three-process {
    position: relative;
    text-align: center;
    height: auto;
    border-right: 1px solid #333;
}
.three-process p,.project p {
    height:60px;
    margin-bottom: 20px;
     max-width: 240px;
        margin: 0 auto;
}
/*After Sales*/
.after-sales h3 {
    font-size: 16px;
    font-weight: 600;
    color: #f08519;
    line-height: 25px;
}
.after-sales {
    padding-top: 20px;
}
.after-sales ul {
    padding-left: 15px;
}
.after-sales ul li {
    color: #333;
    line-height: 20px;
    list-style-type: disc;
}
.six-process img, .three-process img, .project img, .projectCom img {
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .mt20-xs{
        margin-top: 20px;
    }
    .six-process p {
        height: 104px;
    }

    .projectCom p {
        height: 104px;
    }
    .three-process p, .project p {
        height: 48px;
        margin-bottom: 20px;
    }
    .six-process h3, .project h3, .three-process h3, .projectCom h3 {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .six-process p {
        height: 64px;
    }

    .projectCom p {
        height: 64px;
    }

    .six-process h3, .project h3, .three-process h3, .projectCom h3 {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .six-process p {
        height: 104px;
    }

    .projectCom p {
        height: 104px;
    }

    .six-process h3, .project h3, .three-process h3, .projectCom h3 {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1200px) {
    .six-process p {
        height: 160px;
        max-width: 160px;
        margin: 0 auto;
    }

    .projectCom p {
        height: 160px;
    }

    .six-process h3, .project h3, .three-process h3, .projectCom h3 {
        font-size: 15px;
        height: 32px;
    }
}





/*--------------------------------------------------
	[6. Start Brand]
----------------------------------------------------*/
 .footer-menu {
    margin-top: 70px;
}
.qc-product-line {
    background: #efefef;
    padding-top: 50px;
    margin: 0;
}
.four-stage-section {
    background: #efefef;
    padding-top: 50px;
    margin: 0;
}
.test-labs-section {
    background: #efefef;
    padding: 50px 0px;
    margin: 0;
}
.mass-production-section {
    background: #efefef;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin: 0;
}
.incoming-materials-left {
    display: table;
    max-width: 760px;
    background: #f08519;
    width: 100%;
    margin-right: 15px;
    padding: 0px 40px;
}
.incoming-materials-right {
    max-width: 515px;
}
.incoming-materials-text,
.secure-quality-text,
.finished-quality-text {
    display: table-cell;
    vertical-align: middle;
}
.outgoing-quality-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.keys-secure-left {
    max-width: 760px;
    width: 100%;
    margin-right: 15px;
}
.keys-secure-right {
    display: table;
    max-width: 515px;
    background: #f08519;
    width: 100%;
    padding: 0px 40px;
}
.finished-qc-left {
    display: table;
    max-width: 535px;
    background: #f08519;
    width: 100%;
    padding: 0px 40px;
    margin-right: 15px;
}
.finished-qc-right {
    max-width: 740px;
}
.outgoing-qc-left {
    max-width: 850px;
    margin-right: 15px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
}
.outgoing-qc-right {
    display: table;
    background: #f08519;
    width: 100%;
    padding: 0px 40px;
    max-width: 425px;
    margin-bottom: 50px;
}
.incoming-materials-text h3,
.secure-quality-text h3,
.finished-quality-text h3,
.outgoing-quality-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}
.income-materials-left,
.income-materials-right {
    display: inline-block;
    margin-left: 15px;
}
.income-materials-left ul li,
.keys-secure-right ul li,
.finished-qc-left ul li {
    color: #fff;
    list-style-type: disc;
    font-size: 15px;
    line-height: 22px;
}
.income-materials-right ul li {
    color: #fff;
    opacity: .8;
    font-size: 15px;
    line-height: 22px;
}
.keys-secure-right ul,
.finished-qc-left ul {
    margin-left: 15px;
}
.after-sales-section {
    background: #efefef;
    margin: 0px;
    padding-bottom: 50px;
}
.aftersales-quality-image {
    background: #efefef;
    padding: 10px;
}
.aftersales-quality-image img {
    border: 2px solid #000000;
}

@media only screen and (max-width: 991px) {
    .mass-production-section {
        flex-direction: column;
    }
    .incoming-materials-left,
    .finished-qc-left {
        margin-bottom: 15px;
        padding: 20px;
    }
    .keys-secure-right {
        margin-top: 15px;
        padding: 20px;
    }
    .outgoing-qc-left {
        padding: 20px;
        margin-bottom: 15px;
        margin-right: 0px;
    }
    .outgoing-qc-right {
        padding: 20px;
    }
    .outgoing-qc-right h3 {
        padding: 0px;
    }
    .incoming-materials-text h3,
    .secure-quality-text h3,
    .finished-quality-text h3,
    .outgoing-quality-text h3 {
        font-size: 14px;
    }
    .income-materials-left ul li,
    .keys-secure-right ul li,
    .finished-qc-left ul li {
        line-height: 20px;
        font-size: 12px;
    }
    .income-materials-right ul li {
        font-size: 12px;
        line-height: 20px;
    }
    .after-sales {
        margin-bottom: 20px;
    }
}

