﻿.pt-140 {
    padding-top: 140px;
}
.pb-140 {
    padding-bottom: 140px;
}
.workshop h2{
    color: #fff!important;
}
.workshop p{
    color: #fff!important;
}
.strength h2,.manufacturer h2,.capacity h2,.assurance h2,.workshop h2,.brands h2,.clients h2{
    position: relative;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #666;
    margin-bottom: 20px;
    margin-top: 0;
}
.strength p,.manufacturer p,.capacity p,.assurance p,.workshop p,.brands p,.clients p{
    font-size: 18px;
    color: #666;
    padding: 20px 0;
    line-height: 28px;
    font-weight: 400;
}
.manufacturer{
    background: #fff;
}
/* .manufacturer img{
    border-radius: 30px;
} */

.capacity{
    background-image: url(/static/image/services-bg11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.capacity img{
    border-radius: 30px;
}
.capacity .pic{
    position: relative;
    z-index: 11;
}
.dot-two{
    position: absolute;
    bottom: -150px;
    right: 30px;
}

.horizontal3 {
    animation-duration: 2s;
    animation: horizontal3 2s alternate infinite;
    -webkit-animation: horizontal3 2s alternate infinite;
  }
  @keyframes horizontal3 {
    0% {
      transform: translateX(-20px);
      -webkit-transform: translateX(-20px);
    }
    0% {
      transform: translateX(20px);
      -webkit-transform: translateX(20px);
    }
  }

.capacity dl,.assurance dl{
    border-top:1px #eee solid ;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 20px 0;
}
.capacity dl dd,.assurance dl dd{
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    line-height: 70px;
    font-weight: bold;
    font-size: 18px;
}
.capacity dl dd b,.assurance dl dd b{
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    padding: 19px 16px 0px 15px;
    margin: 0px 25px 0px 0px;
    background-image: url(/static/image/duoble-color-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 70px;
}

.assurance dl dd{
    line-height: 30px;
    font-weight: normal;
}
.assurance{
    background-image: url(/static/image/price-new-bg11.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.assurance a img{
    background-color: #ffffff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.03);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border-radius: 30px; */
    padding: 20px 30px 50px;
    transition: all .5s;
    -webkit-transition: all .2s;
}

.assurance a img:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 1, 0.05);
    transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
  }

.assurance a span{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #666;
}
.workshop{
    background-image: url(/static/image/testi-bg11.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ff7f00;
}
.workshop a img{
    border: 3px #eee solid;
    border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .2s;
}
.workshop a img:hover{
    border: 3px #ffaa55 solid;
    box-shadow: 20px 20px 40px rgba(0, 0, 1, 0.05);
    transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}

.workshop a span{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    height: 70px;
    color: #fff;
}
.brands{
    background-image: url(/static/image/about-bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brands a{
    float: left;
    width: 20%;
    padding: 8px;
}
.brands a img{
    border: 3px #eee solid;
    border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .2s;
}
.brands a img:hover{
    border: 3px #1a73e9 solid;
    box-shadow: 20px 20px 40px rgba(0, 0, 1, 0.05);
    transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.brands a span{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

/**/
.strength{
    /* background-image: url(/static/image/strength_bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom:1px #ddd solid;
}
.strength a{
    float: left;
    padding: 8px;
}
.strength a h6{
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.strength b{
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.strength a p{
    font-size: 18px;
    text-align: center;
}
.strength a img{
    border: 3px #eee solid;
    border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .2s;
}
.strength a img:hover{
    border: 3px #ff7f00 solid;
    box-shadow: 20px 20px 40px rgba(0, 0, 1, 0.05);
    transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.strength a span{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

/**/

.pro-list{
    background-image: url(/static/image/process-bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pro-list a img{
    background-color: #ffffff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.03);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 30px;
    transition: all .5s;
    -webkit-transition: all .2s;
}
.pro-list a img:hover{
    box-shadow: 20px 20px 40px rgba(0, 0, 1, 0.05);
    border: 5px #1A73E9 solid;
    transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
.pro-list a span{
    display: block;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    height: 70px;
    color: #fff;
}

.clients{
    background-image: url(/static/image/testi-bg11.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testi-item {
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #fff;
    padding: 50px 30px 45px 50px;
    border: 1px #eee solid;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.03);
  }
  .testi-item .image-wrap{

  }
  .testi-item .image-wrap img {
    max-width: 230px;
    border-radius: 50%;
  }
  .testi-item .testi-content {
    padding: 0 50px 0 50px;
  }
  .testi-item .testi-content .ratting {
    padding-bottom: 20px;
  }
  .testi-item .testi-content .ratting img {
    max-width: 100px;
  }
  .testi-item .testi-content .quote-img-icon {
    background-color: #1A73E9;
    border-radius: 50px 50px 50px 50px;
    width: 60px;
    height: 60px;
    top: 53px;
    position: absolute;
    left: 216px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testi-item .testi-content .desc {
    color: #656567;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    text-align: left;
  }
  .testi-item .testi-content .testi-information .testi-name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #656567;
    margin-bottom: 10px;
  }
  .testi-item .testi-content .testi-information .testi-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #656567;
    display: block;
  }
  .clients .owl-carousel .owl-item img{
    width: auto;
  }

@media only screen and (max-width:768px) {
    .strength h2,.manufacturer h2,.capacity h2,.assurance h2,.workshop h2,.brands h2,.clients h2{
        font-size: 30px;
        line-height: 40px;
    }
    .strength p,.manufacturer p,.capacity p,.assurance p,.workshop p,.brands p,.clients p{
        font-size: 16px;
    }
    .pt-140 {
        padding-top: 40px;
    }
    .pb-140 {
        padding-bottom: 40px;
    }
    .dot-two{
        display: none;
    }
    .capacity dl dd, .assurance dl dd{
        line-height: 30px;
    }
    .assurance .col-md-4{
        padding: 0;
    }
    .workshop a img{
        height: 90px;
    }
    .testi-item .image-wrap {
        display: none;
    }
    .testi-item .testi-content {
        padding: 0;
    }
    .testi-item .testi-content .quote-img-icon{
        display: none;
    } 
}





.box11009_1 {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
    /* width: 1200px; */
    margin: 0 auto;
}

.box11009_1 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box11009_1 h2{
    position: relative;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #666;
    margin-bottom: 20px;
    margin-top: 0;
}

.box11009_1 ul,
.box11009_1 li {
    list-style: none;
}

.box11009_1 a {
    text-decoration: none;
    color: inherit;
}

.box11009_1 img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

.box11009_1 em {
    font-style: normal;
}

.box11009_1 .tab_li {
    margin-bottom: 23px;
    width: 1200px;
    border-bottom: 1px solid #b2c2c9;
    overflow: hidden;
    height: 47px;
}

.box11009_1 .tab_li span {
    display: block;
    font-size: 16px;
    line-height: 47px;
}

.box11009_1 .tab_li span a {
    color: #0067ac;
}

.box11009_1 .tab_li ul {
    margin-left: 346px;
}

.box11009_1 .tab_li li {
    float: left;
    margin-right: 3px;
    height: 47px;
    text-align: center;
    overflow: hidden;
    line-height: 0px;
}

.box11009_1 .tab_li li a {
    display: inline-block;
    font-size: 20px;
    line-height: 47px;
    width: 163px;
    color: #fff;
    height: 47px;
    overflow: hidden;
    background: #656565;
}

.box11009_1 .tab_li li a:hover,
.box11009_1 .tab_li .cur a {
    text-decoration: none;
    background: #0067ac;
}

.box11009_1 .tab_li .nones {
    background: none;
}

.box11009_1 .roll3,
.box11009_1 .roll4 {
    margin-top: 46px;
    width: 30px;
    height: 84px;
    overflow: hidden;
}

.box11009_1 .roll3 a,
.box11009_1 .roll4 a {
    display: block;
    width: 30px;
    height: 84px;
    background: url(/static/picture/roll3.jpg) no-repeat;
}

.box11009_1 .roll3 {
    float: left;
}

.box11009_1 .roll4 {
    float: right;
}

.box11009_1 .roll4 a {
    background: url(/static/picture/roll4.jpg) no-repeat;
}

.box11009_1 .slide_c {
    width: 1110px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}

.box11009_1 .slide_c ul li {
    margin-right: 9px;
    width: 270px;
    line-height: 0px;
    float: left;
}

.box11009_1 .slide_c ul li em {
    display: block;
    text-align: center;
    color: #525252;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}

.box11009_1 .slide_c ul li:hover em {
    color: #0067ac;
}

.box11009_1 .slide_c ul .nones {
    margin-right: 0px;
}

.box11009_1 .slide_c ul li {
    width: 399px !important;
}

.box11009_1 {
    /* width: 100%; */
    overflow: hidden;
}

.box11009_1 .tab_ry {
    max-width: 1680px;
    margin: 0 auto;
}

.box11009_1 .tab_li {
    margin-bottom: 42px;
    width: 100%;
    border-bottom: 0;
    height: auto;
    margin-top: 12px;
}

.box11009_1 .tab_li ul {
    margin-left: 0;
}

.box11009_1 .tab_li li {
    margin-right: 10px;
    height: 47px;
}

.box11009_1 .tab_li li a {
    font-size: 18px;
    width: 150px;
    background: #222;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 5px;
}

.box11009_1 .tab_li li a:hover,
.box11009_1 .tab_li .cur a {
    text-decoration: none;
    /* background: #ff7f00; */
    /* color: #fff; */
    cursor: default;
}

.box11009_1 .tabCat {
    position: relative;
}

.box11009_1 .roll3,
.box11009_1 .roll4 {
    margin-top: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    border: 1px solid#eee;
    right: 0;
    bottom: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.box11009_1 .roll3 a,
.box11009_1 .roll4 a {
    width: 50px;
    height: 50px;
    background: url(/static/picture/icon-system_black_l.png) no-repeat center center;
    cursor: pointer;
}

.box11009_1 .roll4 a {
    background: url(/static/picture/icon-system_black_rl.png) no-repeat center center;
}

.box11009_1 .roll3 {
    margin-right: 70px;
}

.box11009_1 .slide_c {
    width: 100%;
    margin-left: 0;
}

.box11009_1 .slide_c ul li {
    margin-right: 8px;
}

.box11009_1 .slide_c ul li em {
    color: #333;
    font-size: 16px;
    line-height: 3.8;
    background: #f2f2f3;
    padding-top: 0;
}

.box11009_1 .slide_c ul li:hover em {
    color: #00f;
    font-weight: 600;
}

.box11009_1 .roll3:hover,
.box11009_1 .roll4:hover {
    border-color: #00f;
}

.box11009_1 .tab_ry {
    padding: 0 30px;
}

@media (max-width: 1600px) {

    .box11009_1 .tab_ry {
        max-width: 100% !important;
        padding: 0 1%;
    }

    .box11009_1 .slide_c ul li {
        width: 392px !important;
    }

}

@media (max-width: 1500px) {

    .box11009_1 .slide_c ul li {
        width: 362px !important;
    }
}

@media (max-width: 1024px) {

    .container05 .client-text p,
    .box11009_1 .slide_c ul li em {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
.box11009_1 h2{
    font-size: 30px;
    line-height: 40px;
}
    .box11009_1 .tab_li li a {
        font-size: 16px;
        width: 110px;
    }

    .box11009_1 .slide_c ul li em,
    .container05 .client-text p {
        font-size: 16px !important;
    }

    .box11009_1 .slide_c ul li {
        width: 368px !important;
    }
}


@media (max-width: 560px) {

    .box11009_1 .slide_c ul li {
        width: 268px !important;
    }
}

@media (max-width: 425px) {

    .box11009_1 .roll3,
    .box11009_1 .roll4 {
        /* display: none; */
    }

    .box11009_1 .tab_li ul {
        margin-left: 0;
        text-align: center;
    }

    .box11009_1 .tab_li li {
        margin-right: 0;
        display: inline-block;
    }

    .box11009_1 .tab_li li {
        float: none;
    }

    .box11009_1 .slide_c ul li {
        width: 416px !important;
        padding: 0 22px;
    }

    .box11009_1 .slide_c ul li em {
        line-height: 3;
        padding-top: 0;
    }

    .box11009_1 .tab_li {
        margin-bottom: 30px;
    }
}

@media (max-width: 414px) {
    .box11009_1 .slide_c ul li {
        width: 408px !important;
    }
}

@media (max-width: 390px) {

    .box11009_1 .slide_c ul li {
        width: 380px !important;
    }

    .box11009_1 .tab_li li a {
        font-size: 16px;
    }

}

@media (max-width: 375px) {
    .box11009_1 .slide_c ul li {
        width: 370px !important;
    }
}
