body {
    --color: #00631a;
    overflow: unset;
}
.body-overflow-box{
  overflow: unset;
}
table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: auto;
  }
  table tbody {
    display: table;
    width: 100% !important;
  }
  table td,
  table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
  }
  table tr {
    width: auto !important;
    height: auto !important;
  }
  table tr:nth-child(even) {
    background: #eee;
  }
    @keyframes change_big {
  from{}
  to{
    transform: scale(1.2);
  }
}
  .wpulike.wpulike-default {
    display: none;
  }
  .prodet-page .wpulike.wpulike-default,
  .newdet-page .wpulike.wpulike-default {
    display: inline-block;
  }
  .post-views-box {
    position: relative;
    margin-left: 20px;
  }
  .post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    -webkit-filter: none;
    filter: none;
  }
  .wpulike {
    z-index: 10;
  }
  .wpulike.post-views-box {
    z-index: 5;
  }
  @media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3) !important;
  }
  #spotlight .scene img {
    border: 10px solid white !important;
    border-radius: 10px;
  }
  #spotlight .header {
    background: black !important;
}
span.h2 {
    font-size: 38px;
    line-height: 1.2;
    display: block;
    font-weight: bold;
  }

 @media screen and (max-width: 1850px) {
    .ui.container {
      width: 1600px;
    }
    span.h2 {
        font-size: 32px;
      }
}
@media screen and (max-width: 1650px) {
    .ui.container {
      width: 1400px;
    }
    span.h2 {
        font-size: 28px;
      }
}
@media screen and (max-width: 1450px) {
    .ui.container {
      width: 1200px;
    }
}
@media screen and (max-width: 1250px) {
    .ui.container {
      width: 970px;
    }
    .inner-banner {
        margin-top: 40px;
    }
    span.h2 {
        font-size: 24px;
    }
    .partner-page .partner-1 .list ul .column{
      width: 16.66%;
    }
}
@media screen and (max-width: 1000px) {
    .ui.container {
      width: 700px;
    }
}
@media screen and (max-width: 700px) {
    .ui.container {
      width: 100%;
    }
}
@media screen and (max-width: 500px) {
     .partner-page .partner-1 .list ul .column{
      width: 33.333%;
    }
}
.mbx {
    font-weight: normal;
    font-size: 20px;
    margin-top:120px;
  }
  .mbx span {
    font-weight: bold;
  }
  .mbx a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .mbx a:hover {
    color: var(--color);
  }
  .inner-page {
    margin-top: 30px;
  }
  /*.inner-page .ui.container {
    max-width: 1350px;
  }*/
  .inner-page span.tag {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    line-height: 1;
    margin-bottom: .5em;
  }
  .inner-page span.h2 {
    font-size: 60px;
    font-weight: bold;
    display: block;
    line-height: 1.3;
    margin-bottom: .6em;
  }
  .inner-page span.h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
  }
  .inner-page .text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
  }
  .inner-page a.more {
    font-size: 16px;
    padding: .7em 1.5em;
    margin-top: 50px;
    border: 2px solid #444;
    color: #444;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page a.more:hover,
  .inner-page a.more.on {
    background-color: var(--color);
    color: white;
    border-color: var(--color);
  }
  .inner-page a.more.on {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page a.more.on:hover {
    background-color: transparent;
    color: var(--color);
  }
  .inner-page .m-page {
    text-align: center;
    margin-top: 60px;
  }
  .inner-page .m-page .wp-pagenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    border: 1px solid transparent;
    color: #888;
    font-size: 18px;
    padding: 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inner-page .m-page a:hover,
  .inner-page .m-page span.current {
    border-color: var(--color);
    color: var(--color);
  }
  .manufacuring-page .manufacuring-1 {
    padding: 150px 0;
    position: relative;
  }
  .manufacuring-page .manufacuring-1 .ui.container{
    display: flex;
  }
  .manufacuring-page .manufacuring-1 .mask {
    position: sticky;;
    height: 100%;
    width: 47%;
    top: 100px;
    background-size: cover;
    background-position: center;
    margin-left: 3%;
    margin-top: 2vw;
  }
  .manufacuring-page .manufacuring-1 .mask a.play{
    position: absolute;
    left: 50%;
    top:50%;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%);
        border: 1px solid var(--color);
    background: #fff;
    border-radius: 50%;
  }
    .manufacuring-page .manufacuring-1 .mask a.play img{
      transform-origin: center; 
     animation: change_big 1s linear infinite alternate;
    }
  .manufacuring-page .manufacuring-1 .left {
    width: 47%;
  }
  .manufacuring-page .manufacuring-1 .left .btn {
    margin-top: 40px;
  }
  .manufacuring-page .manufacuring-1 .left .btn a.more {
    margin-right: 2em;
  }
  .manufacuring-page .manufacuring-2 {
    padding: 0px 0 140px;
    text-align: center;
  }
  .manufacuring-page .manufacuring-2 .left {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .manufacuring-page .manufacuring-2 .left span.h2 {
    font-size: 48px;
    line-height: 1.3;
  }
  .manufacuring-page .manufacuring-2 .left .text {
    margin: 2em auto;
    text-align: left;
  }
  .manufacuring-page .manufacuring-2 .left .text p {
    margin-top: 1em;
  }
  .manufacuring-page .manufacuring-2 .left .text p:first-child {
    margin-top: 0;
    text-align: left;
  }
  .manufacuring-page .manufacuring-2 .left a.more {
    margin-top: 0;
  }
  .manufacuring-page .manufacuring-2 span.h3 {
    margin: 1em 0;
    text-align: left;
  }
  .manufacuring-page .manufacuring-2 .list {
    padding: 50px 0;
    position: relative;
    text-align: left;
  }
  .manufacuring-page .manufacuring-2 .list:after {
    /*content: '';*/
    width: 1px;
    height: 100%;
    background-color: #7D7D7Daa;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .manufacuring-page .manufacuring-2 .list ul {
    margin: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacuring-page .manufacuring-2 .list ul li {
    padding: 10px;
    width: 20%;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex {
    /*padding: 10px;*/
    /*border-bottom: 1px solid #7D7D7Daa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;*/
    font-size: 18px;
    height: 100%;
    text-align: center;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex i.img {
    font-size: 1.5em;
    /*margin-right: .7em;*/
    color: var(--color);
    flex-shrink: 0;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex i.img img {
    display: block;
    margin: 0 auto;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex span.h6 {
    font-weight: bold;
    height: 3em;
    overflow: hidden;
    display: block;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex .text {
    margin-top: .5em;
    font-size: 16px;
    text-align: left;
  }
  .manufacuring-page .manufacuring-2 .box {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .manufacuring-page .manufacuring-2 .box .img {
    background-size: cover;
    background-position: center;
  }
  .manufacuring-page .manufacuring-2 .box .content {
    padding-left: 5%;
  }
  .manufacuring-page .manufacuring-2 a.more {
    margin-top: 2em;
  }
  .manufacuring-page .manufacuring-3 {
    padding-bottom: 140px;
  }
  .manufacuring-page .manufacuring-3 span.h3 {
    margin-bottom: 2em;
  }
  .manufacuring-page .manufacuring-3 span.h3:after {
    content: '';
    width: 3em;
    height: 4px;
    background-color: var(--color);
    display: block;
    margin-top: .5em;
  }
  .manufacuring-page .manufacuring-3 .list {
    border-bottom: 1px solid #7D7D7Daa;
  }
  .manufacuring-page .manufacuring-3 .list ul li {
    padding: 50px 0;
    border-top: 1px solid #7D7D7Daa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .manufacuring-page .manufacuring-3 .list ul li span.num {
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content {
    width: 100%;
    padding: 0 3%;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content .text {
    margin-top: 1em;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content a.link {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 1em;
    font-weight: normal;
    color: var(--color);
  }
  .manufacuring-page .manufacuring-3 .list ul li .content a.link:after {
    content: ' >';
  }
  .manufacuring-page .manufacuring-3 .list ul li .img {
    width: 40%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: -50px;
    padding-left: 5%;
    margin-bottom: -100px;
  }
  .manufacuring-page .manufacuring-3 .list ul li .img img {
    -webkit-transform: translateX(-5%);
    -moz-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .manufacuring-page .manufacuring-3 .list ul li:hover .img img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .injection-page .injection-1 {
    padding: 100px 0;
    position: relative;
  }
  .injection-page .injection-1 .mask {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/injection-1.jpg");
    background-position: center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
  .injection-page .injection-1 .left {
    width: 50%;
    display: block;
    margin-left: auto;
    padding-left: 2%;
  }
  .injection-page .injection-1 .left .btn {
    margin-top: 40px;
  }
  .injection-page .injection-1 .left .btn a.more {
    margin-right: 2em;
  }
  .injection-page .manufacuring-2 .left {
    margin-bottom: 50px;
  }
  .injection-page .injection-2 {
    padding-bottom: 100px;
  }
  .injection-page .injection-2 .list {
    margin-top: 50px;
  }
  .injection-page .injection-2 .list ul {
    margin: -10px;
  }
  .injection-page .injection-2 .list ul li {
    padding: 10px;
  }
  .injection-page .injection-2 .list ul li a.img-box {
    display: block;
  }
  .injection-page .injection-3 {
    padding-bottom: 150px;
    text-align: center;
  }
  .injection-page .injection-3 span.h3 {
    margin-bottom: 1em;
  }
  .injection-page .injection-3 .btn a.more {
    margin: 0 1em;
  }
  .technology-page .technology-1 {
    padding: 150px 0;
  }
  .technology-page .technology-1 .left {
    max-width: 100%;
    text-align: center;
  }
  .technology-page .technology-1 span.h3 {
    margin-bottom: 1em;
  }
  .technology-page .technology-1 .left .text{
    margin: 2em -70px;
    text-align: left;
  }
  .technology-page .technology-2 {
    padding-bottom: 150px;
  }
  .technology-page .technology-2 .list ul {
    padding: 10px;
  }
  .technology-page .technology-2 .list ul li {
    padding: 10px;
  }
  .technology-page .technology-2 .list ul li .box {
    background-size: cover;
    background-position: center;
    height: 420px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    position: relative;
  }
  .technology-page .technology-2 .list ul li .box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .technology-page .technology-2 .list ul li .box .content {
    max-width: 700px;
    text-align: center;
    color: white;
    z-index: 1;
    position: relative;
  }
  .technology-page .technology-2 .list ul li .box .content span.h6 {
    font-size: 24px;
    font-weight: bold;
  }
  .technology-page .technology-2 .list ul li .box .content .text {
    margin: .5em 0;
  }
  .technology-page .technology-2 .list ul li .box .content a.more {
    border-color: white;
    color: white;
  }
  .technology-page .technology-2 .list ul li .box .content a.more:hover {
    background-color: white;
    color: var(--color);
  }
  .overmolding-page .overmolding-1 {
    padding-bottom: 150px;
  }
  .overmolding-page .overmolding-1 video {
    width: 100%;
    background-color: black;
    display: block;
  }
  .who-page .who-1 {
    padding-top: 150px;
  }
  .who-page .who-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -25px;
    flex-wrap: wrap;
  }
  .who-page .who-1 ul li {
    padding: 25px;
    /*text-align: center;*/
  }
  .who-page .who-1 ul li .flex {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
  }
  .who-page .who-1 ul li .flex i {
    /*margin-right: 15px;*/
    flex-shrink: 0;
    /*margin-bottom: 15px;*/
    display: block;
    margin-right: 15px;
    max-width: 316px;
  }
  .who-page .who-1 ul li .flex span.h6 {
    font-size: 40px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    /*justify-content: center;*/
  }
  .who-page .who-1 ul li span.h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    margin-bottom: .1em;
  }
  .who-page .who-1 ul li span.h2 i.fa {
    color: var(--color);
    font-size: .6em;
    margin-right: .3em;
  }
  .who-page .who-1 ul li p {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-top: 1em;
  }
  .who-page .who-2 {
    padding: 150px 0;
  }
  .who-page .who-2 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding-right: 5%;
  }
  .who-page .who-2 .left dl {
    font-size: 40px;
    font-weight: bold;
  }
  .who-page .who-2 .left dl dd {
    margin-bottom: .5em;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .who-page .who-2 .left dl dd.active {
    color: var(--color);
  }
  .who-page .who-2 .right .slide {
    margin-bottom: 30px;
  }
  .who-page .who-2 .right .slide .text {
    text-align: justify;
  }
  .who-page .who-2 .right .slide .text p {
    margin-bottom: 1em;
  }
  .who-page .who-2 .right .slide .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .who-page .who-2 .right .slide .img img {
    max-width: 45%;
  }
  .who-page .who-2 .right .slide .img img:last-child {
    margin-top: 20%;
  }
  .who-page .who-2 .right .slide ol {
    padding-left: 1em;
  }
  .who-page .who-2 .right .slide ol li {
    list-style-type: disc;
    margin-bottom: .5em;
  }
  .news-page .news-1 {
    padding: 15px 0 40px;
    background: #dedede;
    text-align: center;
  }
  .news-page .news-1 ul {
    margin: -10px;
  }
  .news-page .news-1 ul li {
    padding: 10px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .news-page .news-1 ul li i {
    display: block;
    line-height: 102px;
    height: 102px;
  }
  .news-page .news-1 ul li i img {
    display: inline-block;
    vertical-align: middle;
  }
  .news-page .news-1 ul li h6 {
    font-size: 18px;
    color: var(--color);
  }
  .news-page .news-1 ul li:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .news-page .news-2 {
    padding: 90px 0;
    background: #ededed;
  }
  .news-page .news-2 .list ul{
    display: flex;
    flex-wrap: wrap;
  }
  .news-page .news-2 .list ul li:nth-child(2n){
      margin-left: 2%;
  }
  .news-page .news-2 .list ul li {
    margin-bottom: 40px;
    background: #f4f4f4;
    width: 49%;
  }
  .news-page .news-2 .list ul li .left {
    width: 30%;
    vertical-align: middle;
    display: none;
  }
  .news-page .news-2 .list ul li .left .img {
    height: 310px;
    background-size: cover;
    background-position: center center;
    display: block;
  }
  .news-page .news-2 .list ul li .right {
    width: 100%;
    vertical-align: middle;
    padding: 25px 4%;
  }
  .news-page .news-2 .list ul li .right time {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 300;
    font-style: italic;
    display: block;
    line-height: 1.2;
  }
  .news-page .news-2 .list ul li .right time img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .news-page .news-2 .list ul li .right h3 {
    font-size: 18px;
    color: #4b4b4b;
    font-weight: 700;
    margin: 15px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .news-page .news-2 .list ul li .right h3:hover {
    color: var(--color);
  }
  .news-page .news-2 .list ul li .right a.more {
    margin-top: 1em;
  }
  .news-page .news-2 .list ul li:last-child {
    margin-bottom: 0;
  }
  .news-page .news-3 {
    padding-bottom: 90px;
    background: #ededed;
  }
  .news-page .news-3 .box {
    padding: 80px 0 100px;
    background: #f3f3f3;
  }
  .news-page .news-3 .box .left {
    width: 65%;
    padding: 0 4%;
  }
  .news-page .news-3 .box .left h1 {
    font-size: 28px;
    color: #4b4b4b;
    font-weight: 700;
    line-height: 1.4;
  }
  .news-page .news-3 .box .left time {
    margin: 25px 0 15px;
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 300;
    font-style: italic;
    display: block;
    line-height: 1.2;
  }
  .news-page .news-3 .box .left time img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .news-page .news-3 .box .left .content {
    padding: 30px 0 50px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .news-page .news-3 .box .left .content h3 {
    font-size: 16px;
    font-weight: 700;
  }
  .news-page .news-3 .box .left .content .squaredotset li {
    list-style: square;
  }
  .news-page .news-3 .box .left .content strong {
    font-weight: 600;
  }
  .news-page .news-3 .box .left .content p strong {
    font-weight: 700;
  }
  .news-page .news-3 .box .left .content h2 {
    font-weight: 700;
  }
  .news-page .news-3 .box .left .content a {
    color: var(--color);
  }
  .news-page .news-3 .box .left .share {
    padding-top: 20px;
  }
  .news-page .news-3 .box .left .share h6 {
    font-size: 18px;
    color: #000;
    opacity: .5;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
  }
  .news-page .news-3 .box .left .share ul {
    display: inline-block;
    vertical-align: middle;
  }
  .news-page .news-3 .box .left .share ul li {
    margin-left: 12px;
    font-size: 16px;
    opacity: .6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: auto;
  }
  .news-page .news-3 .box .left .share ul li:hover {
    opacity: 1;
    color: var(--color);
  }
  .news-page .news-3 .box .right {
    width: 35%;
  }
  .news-page .news-3 .box .right h3.title {
    padding: 30px 5%;
    background: var(--color);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
  }
  .news-page .news-3 .box .right .list {
    padding: 0 5%;
    background: #fff;
  }
  .news-page .news-3 .box .right .list ul li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
  }
  .news-page .news-3 .box .right .list ul li:last-child {
    border-bottom: none;
  }
  .news-page .news-3 .box .right .list ul li .content {
    width: 80%;
    vertical-align: middle;
    padding-right: 5%;
  }
  .news-page .news-3 .box .right .list ul li .content h4 {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-page .news-3 .box .right .list ul li .content time {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    margin-top: 12px;
    font-style: italic;
  }
  .news-page .news-3 .box .right .list ul li .content time img {
    margin-right: 8px;
    max-width: 16px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    position: relative;
    top: -2px;
  }
  .news-page .news-3 .box .right .list ul li .img {
    width: 20%;
    vertical-align: middle;
  }
  .news-page .news-3 .box .right .list ul li .img a.img-box {
    height: 70px;
    display: block;
    background-size: cover;
    background-position: center center;
  }
  .newdet-page .news-4 {
    display: block;
    padding: 0 15px;
    margin-top: 50px;
  }
  .newdet-page .news-4.bg {
    background: #f7f7f7;
  }
  .newdet-page .news-4 span.h3 {
    display: block;
    text-align: center;
    overflow: hidden;
    margin-bottom: 1em;
  }
  .newdet-page .news-4 span.h3 em {
    position: relative;
    padding: 0 20px;
    display: inline-block;
  }
  .newdet-page .news-4 span.h3 em:after,
  .newdet-page .news-4 span.h3 em:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    background: var(--color);
    width: 1000%;
  }
  .newdet-page .news-4 span.h3 em:after {
    left: 100%;
  }
  .newdet-page .news-4 span.h3 em:before {
    right: 100%;
  }
  .newdet-page .news-4 .playBox {
    height: 350px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: 15px;
  }
  .newdet-page .news-4 .playBox .play {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    cursor: pointer;
    cursor: hand;
  }
  .newdet-page .news-4 .playBox .play img {
    display: block;
    margin: 0 auto 5px;
  }
  .newdet-page .news-4 .content {
    font-size: 16px;
  }
  .newdet-page .news-4 .content table tbody {
    table-layout: fixed;
  }
  .newdet-page .news-4 .content table tr td {
    border: 1px solid #ddd;
    white-space: normal!important;
    word-break: initial;
  }
  .newdet-page .news-4 .content table tr:nth-child(even) {
    background: #f9f9f9;
  }
  .newdet-page .news-4 .form ul {
    margin: -25px;
  }
  .newdet-page .news-4 .form ul li {
    padding: 25px;
  }
  .newdet-page .news-4 .form ul li input,
  .newdet-page .news-4 .form ul li textarea {
    width: 100%;
    line-height: 44px;
    height: 44px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    background: 0 0;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .newdet-page .news-4 .form ul li input::-webkit-input-placeholder,
  .newdet-page .news-4 .form ul li textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .newdet-page .news-4 .form ul li input:-moz-placeholder,
  .newdet-page .news-4 .form ul li textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .newdet-page .news-4 .form ul li input::-moz-placeholder,
  .newdet-page .news-4 .form ul li textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .newdet-page .news-4 .form ul li input:-ms-input-placeholder,
  .newdet-page .news-4 .form ul li textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .newdet-page .news-4 .form ul li input::-webkit-input-placeholder, .newdet-page .news-4 .form ul li textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .newdet-page .news-4 .form ul li input:-moz-placeholder, .newdet-page .news-4 .form ul li textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .newdet-page .news-4 .form ul li input::-moz-placeholder, .newdet-page .news-4 .form ul li textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .newdet-page .news-4 .form ul li input:-ms-input-placeholder, .newdet-page .news-4 .form ul li textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .newdet-page .news-4 .form ul li input::placeholder,
  .newdet-page .news-4 .form ul li textarea::placeholder {
    color: rgba(0, 0, 0, 0.7);
  }
  .newdet-page .news-4 .form ul li input:focus,
  .newdet-page .news-4 .form ul li textarea:focus {
    border-color: var(--color);
  }
  .newdet-page .news-4 .form ul li.w-75 {
    width: 75%;
  }
  .newdet-page .news-4 .form ul li.wid-100 {
    width: 100%;
    text-align: center;
  }
  .newdet-page .news-4 .form ul li button {
    display: inline-block;
    margin: 0 auto;
    line-height: 65px;
    height: 65px;
    padding: 0 60px;
    background: var(--color);
    color: #fff;
    font-size: 22px;
    border: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
  .newdet-page .news-4 .form ul li button img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
  .newdet-page .news-4 .form ul li button:hover {
    background: #000;
  }
  .newdet-page .news-4 .list ul {
    margin: -10px;
  }
  .newdet-page .news-4 .list ul li {
    padding: 10px;
  }
  .newdet-page .news-4 .list ul li a.img {
    display: block;
    height: 280px;
    background-size: cover;
    background-position: center center;
    border: 1px solid #e0e0e0;
    border-bottom: none;
  }
  .newdet-page .news-4 .list ul li h6 {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #ededed;
  }
  .strategy-page .strategy-1 {
    padding: 100px 0;
    position: relative;
  }
  .strategy-page .strategy-1:after {
    content: '';
    width: 100%;
    height: 110%;
    position: absolute;
    left: 0;
    top: 15%;
    z-index: -1;
    background-image: url("../images/strategy-1-bg.jpg");
    background-size: contain;
    background-position: center left 26%;
    background-repeat: no-repeat;
  }
  .strategy-page .strategy-1 span.h2 {
    max-width: 45%;
  }
  .strategy-page .strategy-1 .content {
    width: 40%;
    display: block;
    margin-left: auto;
  }
  .strategy-page .strategy-1 .content a.more {
    margin-top: 2em;
  }
  .strategy-page .strategy-2 {
    padding: 150px 0;
  }
  .strategy-page .strategy-2 span.h3 {
    margin-bottom: 2em;
  }
  .strategy-page .strategy-2 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .strategy-page .strategy-2 .box .left {
    width: 20%;
  }
  .strategy-page .strategy-2 .box .left .num {
    font-size: 300px;
    font-weight: bold;
    line-height: 0.65;
  }
  .strategy-page .strategy-2 .box .right {
    width: 80%;
  }
  .strategy-page .strategy-2 .box .right ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .strategy-page .strategy-2 .box .right ul li {
    font-size: 30px;
    font-weight: bold;
    display: block;
    padding: .7em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .strategy-page .strategy-2 .box .right ul li i.fa {
    color: var(--color);
    font-size: .8em;
    margin-right: .5em;
  }
  .strategy-page .strategy-3 {
    overflow: hidden;
    padding-bottom: 100px;
  }
  .strategy-page .strategy-3 span.h3 {
    max-width: 45%;
  }
  .strategy-page .strategy-3 span.big {
    font-size: clamp(30px, 26vw, 330px);
    font-weight: bold;
    line-height: .8;
    display: block;
    margin-bottom: .2em;
    text-align: center;
  }
  .strategy-page .strategy-3 .slide:nth-child(odd) span.big {
    color: var(--color);
  }
  .strategy-page .strategy-3 .slide {
    margin-top: 100px;
  }
  .strategy-page .strategy-3 .slide:first-child {
    margin-top: 0;
  }
  .strategy-page .strategy-3 .content {
    width: 40%;
    margin-left: auto;
    display: block;
  }
  .strategy-page .strategy-3 .content dl {
    font-size: 20px;
    font-weight: bold;
    margin-top: 2em;
  }
  .strategy-page .strategy-3 .content dl dd {
    margin-bottom: .5em;
  }
  .strategy-page .strategy-3 .content dl i.fa {
    color: var(--color);
  }
  .strategy-page .strategy-4 {
    padding: 150px 0;
    border-left: 10px solid white;
    border-right: 10px solid white;
    background-image: url("../images/strategy-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
  }
  .strategy-page .strategy-4:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .strategy-page .strategy-4 span.h3 {
    margin-bottom: 1em;
  }
  .strategy-page .strategy-4 a.more {
    border-color: white;
    color: white;
  }
  .strategy-page .strategy-4 a.more:hover {
    background-color: white;
    color: var(--color);
  }
  .strategy-page .strategy-5 {
    text-align: center;
    padding: 150px 0;
  }
  .strategy-page .strategy-5 span.h3 {
    margin-bottom: 1em;
  }
  .contact-page .contact-1 {
    padding: 150px 0;
  }
  .contact-page .contact-1 .left {
    padding-right: 10%;
  }
  .contact-page .contact-1 .left span.h6 {
    font-size: 36px;
    font-weight: bold;
    margin: 1.5em 0;
    display: block;
  }
  .contact-page .contact-1 .left span.h6:after {
    content: '';
    width: 2em;
    height: 3px;
    background-color: var(--color);
    display: block;
    margin-top: .3em;
  }
  .contact-page .contact-1 .left .text {
    font-style: italic;
  }
  .contact-page .contact-1 .left .text p {
    margin-top: 1em;
  }
  .contact-page .contact-1 .left .text p:first-child {
    margin-top: 0;
  }
  .contact-page .contact-1 .left .text p strong {
    font-weight: bold;
    text-decoration: underline;
    font-style: normal;
  }
  .contact-page .contact-1 .right {
    padding-left: 5%;
  }
  .contact-page .contact-1 .right .form ul {
    margin: -10px 0;
  }
  .contact-page .contact-1 .right .form ul li {
    padding: 10px 0;
    font-weight: normal;
  }
  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid black;
    font-size: 18px;
    padding: .8em;
    line-height: 1.2;
  }
  .contact-page .contact-1 .right .form ul li textarea {
    height: 140px;
  }
  .contact-page .contact-1 .right .form ul li span.h6 {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: .5em;
  }
  .contact-page .contact-1 .right .form ul li input[type="file"] {
    display: none;
  }
  .contact-page .contact-1 .right .form ul li label {
    font-size: 15px;
    padding: 2em;
    background-color: #fcfcfc;
    border: 1px dashed #ccc;
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    border-radius: .3em;
  }
  .contact-page .contact-1 .right .form ul li label i.fa {
    display: block;
    font-size: 2em;
    margin-bottom: .5em;
  }
  .contact-page .contact-1 .right .form ul li label em {
    display: block;
    font-style: italic;
  }
  .contact-page .contact-1 .right .form ul li p {
    font-size: 16px;
    color: #aaa;
    display: block;
    margin-top: .5em;
  }
  @media screen and (max-width: 1450px) {
    .who-page .who-1 ul li.column{
      width: 100%
    }
    .contact-page .contact-1,
    .strategy-page .strategy-2,
    .strategy-page .strategy-4,
    .strategy-page .strategy-5,
    .manufacuring-page .manufacuring-1,
    .who-page .who-2,
    .manufacuring-page .manufacuring-2,
    .technology-page .technology-1 {
      padding: 100px 0;
    }
    .mbx,
    .inner-page span.tag,
    .inner-page .text,
    .contact-page .contact-1 .right .form ul li span.h6,
    .newdet-page .news-4 .list ul li h6 {
      font-size: 18px;
    }
    .inner-page span.h2 {
      font-size: 48px;
    }
    .contact-page .contact-1 .left span.h6 {
      font-size: 24px;
    }
    .contact-page .contact-1 .right .form ul li input,
    .contact-page .contact-1 .right .form ul li textarea {
      font-size: 16px;
    }
    .contact-page .contact-1 .right .form ul li {
      padding: 5px 0;
    }
    .contact-page .contact-1 .right .form ul {
      margin: -5px 0;
    }
    .contact-page .contact-1 .right .form ul li textarea {
      height: 120px;
    }
    .contact-page .contact-1 .right .form ul li label {
      padding: 1em;
    }
    .strategy-page .strategy-1 {
      padding: 70px 0;
    }
    .inner-page a.more {
      font-size: 14px;
    }
    .inner-page span.h3 {
      font-size: 32px;
    }
    .strategy-page .strategy-2 .box .left .num {
      font-size: 240px;
    }
    .strategy-page .strategy-2 .box .right ul li {
      font-size: 24px;
    }
    .strategy-page .strategy-3 span.big {
      font-size: clamp(30px, 20vw, 200px);
    }
    .strategy-page .strategy-3 .content dl {
      font-size: 18px;
      margin-top: 1em;
    }
    .strategy-page .strategy-3 .content dl dd {
      margin-bottom: .3em;
    }
    .news-page .news-1 ul li i {
      height: 80px;
      line-height: 80px;
    }
    .news-page .news-1 ul li i img {
      max-height: 100%;
    }
    .news-page .news-3 .box .right h3.title {
      font-size: 24px;
      padding: 1em 5%;
    }
    .news-page .news-3 .box .right .list ul li {
      padding: 10px 0;
    }
    .newdet-page .news-4 .list ul li a.img {
      height: 240px;
    }
    .news-page .news-3 .box {
      padding: 50px 0;
    }
    .news-page .news-2 .list ul li .left .img {
      height: 260px;
    }
    .news-page .news-2 .list ul li .right time {
      font-size: 14px;
    }
    .news-page .news-2 .list ul li .right h3 {
      margin: 10px 0;
    }
    .who-page .who-1 {
      padding-top: 100px;
    }
    .who-page .who-2 .left dl {
      font-size: 32px;
    }
    .who-page .who-2 .right .slide .img img:last-child {
      margin-top: 10%;
    }
    .injection-page .injection-3,
    .manufacuring-page .manufacuring-3,
    .technology-page .technology-2,
    .overmolding-page .overmolding-1,
    .injection-page .injection-2 {
      padding-bottom: 100px;
    }
    .technology-page .technology-2 .list ul li .box {
      height: 360px;
    }
    .manufacuring-page .manufacuring-3 .list ul li span.num {
      font-size: 48px;
    }
    .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
      font-size: 28px;
    }
    .manufacuring-page .manufacuring-2 .list ul li .flex {
      font-size: 20px;
      padding: 30px 0;
    }
    .manufacuring-page .manufacuring-2 .list ul li {
      padding: 0 30px;
    }
    .manufacuring-page .manufacuring-2 .list ul {
      margin: 0 -30px;
    }
    .manufacuring-page .manufacuring-2 .list {
      padding: 20px 0;
    }
  }
  @media screen and (max-width: 1250px) {
    .mbx {
      margin-top: 60px;
    }
    .manufacuring-page .manufacuring-1 .left .btn a.more {
      margin-right: .5em;
    }
    .manufacuring-page .manufacuring-1 .left {
      width: 46%;
    }
    .inner-page span.h2,
    .manufacuring-page .manufacuring-2 .left span.h2 {
      font-size: 38px;
    }
    .inner-page span.h3 {
      font-size: 28px;
    }
    .mbx,
    .inner-page span.tag,
    .inner-page .text,
    .contact-page .contact-1 .right .form ul li span.h6,
    .newdet-page .news-4 .list ul li h6 {
      font-size: 16px;
    }
    .manufacuring-page .manufacuring-1 .left .btn {
      margin-top: 20px;
    }
    .contact-page .contact-1,
    .strategy-page .strategy-2,
    .strategy-page .strategy-4,
    .strategy-page .strategy-5,
    .manufacuring-page .manufacuring-1,
    .who-page .who-2,
    .manufacuring-page .manufacuring-2,
    .technology-page .technology-1 {
      padding: 60px 0;
    }
    .manufacuring-page .manufacuring-3 .list ul li .img img {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    .manufacuring-page .manufacuring-3 .list ul li .img {
      padding-left: 0;
      top: 0;
      margin-bottom: 0;
    }
    .manufacuring-page .manufacuring-3 .list ul li {
      padding: 30px 0;
    }
    .injection-page .injection-2 .list {
      margin-top: 30px;
    }
    .injection-page .injection-3,
    .manufacuring-page .manufacuring-3,
    .technology-page .technology-2,
    .overmolding-page .overmolding-1,
    .injection-page .injection-2 {
      padding-bottom: 60px;
    }
    .technology-page .technology-2 .list ul li .box {
      height: 300px;
    }
    .inner-page span.h2,
    .manufacuring-page .manufacuring-2 .left span.h2 {
      font-size: 28px;
    }
    .who-page .who-2 .left dl {
      font-size: 28px;
    }
    .news-page .news-2 {
      padding: 50px 0;
    }
    .news-page .news-1 {
      padding: 10px 0;
    }
    .news-page .news-1 ul li i {
      height: 60px;
      line-height: 60px;
    }
    .news-page .news-2 .list ul li .right h3 {
      font-size: 16px;
      margin: 5px 0;
    }
    .news-page .news-3 .box .left {
      width: 100%;
      padding: 0 15px;
    }
    .news-page .news-3 .box .right {
      display: none;
    }
    .news-page .news-3 .box .left h1 {
      font-size: 24px;
    }
    .news-page .news-3 .box .left time {
      margin: 15px 0 10px;
    }
    .newdet-page .news-4 .list ul li a.img {
      height: 200px;
    }
    .newdet-page .news-4 .list ul li h6 {
      padding: 10px;
    }
    .news-page .news-3 {
      padding-bottom: 50px;
    }
    .strategy-page .strategy-1 {
      padding: 50px 0;
    }
    .strategy-page .strategy-2 .box .left .num {
      font-size: 180px;
    }
    .strategy-page .strategy-2 .box .right ul li {
      font-size: 20px;
    }
    .strategy-page .strategy-3 span.big {
      font-size: clamp(30px, 18vw, 160px);
    }
    .contact-page .contact-1 .left span.h6 {
      font-size: 24px;
    }
    .contact-page .contact-1 .right .form ul li input,
    .contact-page .contact-1 .right .form ul li textarea {
      padding: .5em;
    }
  }
  @media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left {
      padding-right: 5%;
    }
    .contact-page .contact-1 .left span.h6 {
      font-size: 20px;
      margin: 1em 0;
    }
    .contact-page .contact-1 .right .form ul li label {
      padding: .5em;
    }
    .contact-page .contact-1 .right .form ul li p {
      font-size: 14px;
    }
    .strategy-page .strategy-3 span.big {
      display: none;
    }
    .strategy-page .strategy-3 .content {
      width: 100%;
      margin-top: 20px;
    }
    .strategy-page .strategy-3 span.h3 {
      max-width: none;
    }
    .strategy-page .strategy-3 .slide {
      margin-top: 40px;
    }
    .inner-page span.h3 {
      font-size: 24px;
    }
    .strategy-page .strategy-2 .box .left .num {
      font-size: 140px;
    }
    .inner-page .m-page {
      margin-top: 30px;
    }
    .manufacuring-page .manufacuring-1 .left {
      width: 100%;
    }
    .manufacuring-page .manufacuring-1 .mask {
      display: none;
    }
    .manufacuring-page .manufacuring-1 {
      padding-top: 20px;
      padding-bottom: 0;
    }
    .who-page .who-1 {
      padding-top: 60px;
    }
    .who-page .who-1 ul li p {
      font-size: 16px;
    }
    .who-page .who-2 .left dl {
      font-size: 24px;
    }
    .who-page .who-2 .left {
      width: 30%;
    }
    .who-page .who-2 .right {
      width: 70%;
    }
    .injection-page .injection-1 .left {
      width: 100%;
      padding-left: 0;
    }
    .injection-page .injection-1 .mask {
      display: none;
    }
    .injection-page .injection-1 {
      padding: 50px 0;
    }
    .manufacuring-page .manufacuring-2 .left {
      width: 100%;
    }
    .technology-page .technology-1 .left {
      max-width: none;
    }
    .technology-page .technology-2 .list ul li .box .content span.h6 {
      font-size: 20px;
    }
    .mbx,
    .inner-page span.tag,
    .inner-page .text,
    .contact-page .contact-1 .right .form ul li span.h6,
    .newdet-page .news-4 .list ul li h6 {
      font-size: 14px;
    }
    .manufacuring-page .manufacuring-3 .list ul li .content a.link {
      font-size: 16px;
    }
    .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
      font-size: 24px;
    }
  }
  @media screen and (max-width: 700px) {
    .news-page .news-2 .list ul li{
      width: 100%;
      margin-bottom: 25px;
    }
    .news-page .news-2 .list ul li:nth-child(2n){
      margin-left: 0;
    }

    .inner-page span.h2,
    .manufacuring-page .manufacuring-2 .left span.h2 {
      font-size: 15px;
    }
    .manufacuring-page .manufacuring-2 .list ul li {
      width: 100%;
    }
    .manufacuring-page .manufacuring-2 .list:after {
      display: none;
    }
    .manufacuring-page .manufacuring-2 .list ul li .flex {
      font-size: 18px;
      padding: 20px 0;
    }
    .manufacuring-page .manufacuring-3 .list ul li .img {
      display: none;
    }
    .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
      font-size: 20px;
    }
    .manufacuring-page .manufacuring-3 .list ul li span.num {
      font-size: 36px;
    }
    .injection-page .injection-1 .left .btn {
      margin-top: 20px;
    }
    .technology-page .technology-2 .list ul li {
      width: 100%;
    }
    .technology-page .technology-2 .list ul li .box {
      height: 240px;
    }
    .manufacuring-page .manufacuring-2 .box .content {
      width: 100%;
      padding-left: 0;
    }
    .manufacuring-page .manufacuring-2 .box .img {
      width: 100%;
      height: 200px;
      margin-bottom: 20px;
    }
    .manufacuring-page .manufacuring-2 .box {
      display: block;
    }
    .who-page .who-2 .left {
      display: none;
    }
    .who-page .who-2 .right {
      width: 100%;
    }
    .who-page .who-1 ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .who-page .who-1 ul li {
      padding: 10px;
      width: 33.33% !important;
    }
    .news-page .news-2 .list ul li .right {
      width: 100%;
      padding: 15px;
    }
    .news-page .news-2 .list ul li .left {
      width: 100%;
    }
    .news-page .news-2 .list ul li .left .img {
      height: 200px;
    }
    .strategy-page .strategy-1 .content {
      width: 100%;
    }
    .strategy-page .strategy-1 span.h2 {
      max-width: none;
    }
    .strategy-page .strategy-3 {
      padding-bottom: 60px;
    }
    .contact-page .contact-1 .left {
      width: 100%;
      padding-right: 0;
    }
    .contact-page .contact-1 .right {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
    }
    .contact-page .contact-1 .left span.h6 {
      font-size: 18px;
      margin: .5em 0;
    }
  }
  .partner-page .partner-1 {
    padding: 100px 0;
  }
  .partner-page .partner-1 .partner-content{
    font-size: 20px;
  }
  .partner-page .partner-1 .list {
    margin-top: 40px;
  }
  .partner-page .partner-1 .list ul {
    margin: -5px;
  }
  .partner-page .partner-1 .list ul li {
    padding: 5px;
  }
  .partner-page .partner-1 .list ul li a {
    display: block;
    border: 1px solid #eee;
    text-align: center;
  }
  .partner-page .strategy-3 span.big {
    text-indent: -2em;
  }
  .partner-page .strategy-3 span.big br {
    margin-left: 2em;
  }
  .partner-page .strategy-3 .imgBox {
    width: 530px;
    max-width: 100%;
    display: block;
    margin: 28%;
    margin-top: 40px;
    color: white;
    background-color: black;
  }
  .partner-page .strategy-3 .imgBox a.img {
    padding-right: 20%;
    position: relative;
    display: block;
  }
  .partner-page .strategy-3 .imgBox a.img em {
    position: absolute;
    font-size: 35px;
    top: 10%;
    right: 8%;
    transform: rotate(-45deg);
  }
  .partner-page .strategy-3 .imgBox .text {
    padding: 2em;
  }
  #contact {
    position: fixed;
    right: 0;
    top: 50%;
    background-color: var(--color);
    color: white;
    line-height: 1.2;
    padding: 1.1em 3em;
    /*writing-mode: vertical-rl;*/
    font-size: 20px;
    font-weight: bold;
    transform: translateX(100%);
    transition: .5s;
    z-index: 20;
  }
  #contact.active {
    transform: translateX(0);
  }
  
  .our-product {
    background-color: #f3f3f3;
    padding: 70px 0 120px;
    overflow: hidden;
  }
  /*.our-product .ui.container {
    max-width: 1330px;
  }*/
  .our-product .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.5em;
  }
  .our-product .list .left{
    width: 30%;
    padding: 48px;
    background-image: url('../images/init1-1.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    height: 387px;
  }
  .our-product .list .left h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 70px;
  }
  .our-product .list .left ul li{
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: 700;
    margin-top: -5px;
  
  }
  .our-product .list .left ul li:hover{
    color: var(--color);
  }
  .our-product .list .left ul{
    margin-bottom: 30px;
  }
  .our-product .list .left .more{
    font-size: 18px;
    padding: 8px 30px;
    background-color: var(--color);
  }
  .our-product .list .right{
    width: 70%;
    padding-left: 20px;
  }
  .our-product .list ul {
    margin: -10px;
  }
  .our-product .list ul .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: white;
    z-index: 10;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border: none;
  }
  .our-product .list ul .slick-prev{
    left: -50px;
  }
  .our-product .list ul .slick-prev::after{
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 20px;
  }
  .our-product .list ul .slick-next{
    right: -50px;
  }
  .our-product .list ul .slick-next::after{
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
  }
  .our-product .list ul li {
    padding: 10px;
  }
  .our-product .list ul li .txt-center {
    background-color: #FFFFFF;
  }
  .our-product .list ul li h4 {
    border-top: 1px solid #f3f3f3;
    min-height: 103px;
  }
  
  @media screen and (max-width: 700px) {
    .our-product .list .left{
      display: none;
    }
    .our-product .list .right{
      width: 100%;
    }
    .our-product .list .right .slick-arrow{
      display: none !important;
    }
  }
  @media screen and (max-width: 1450px) {
    .technology-page .technology-1 .left .text {
      margin: 2em 0;
    }
  }
  @media screen and (max-width: 1000px) {
    #banner .content a.more,#banner .content .left p {
      display: none;
    }
    #index-body .init-06 .list {
      padding: 0;
      margin-left: 0;
    }
    #index-body .init-06 .list ul li span.h6,.who-page .who-1 ul li .flex span.h6 {
      font-size: 20px;
    }
    #index-body .init-06 .list ul li p,.who-page .who-1 ul li .flex p {
      font-size: 14px;
    }
    #index-body .init-02 {
      display: none;
    }
    .partner-page .strategy-3 .imgBox {
      max-width: 100%;
      margin: 0;
    }
  }
  @media screen and (max-width: 700px) {
    #index-body .init-06.product .box .left {
      width: 100%;
      padding-right: 0;
      padding: 15px 0;
    }
    #index-body .init-06.product .box .right {
      width: 100%;
      height: 240px;
    }
    #contact {
      display: none;
    }
    #index-body .init-04 .box .right .slide {
      width: 100%;
    }
    #index-body .init-04 .box .right {
      display: block;
    }
    .who-page .who-1 ul {
      margin: -10px;
    }
    .who-page .who-1 ul li {
      width: 100% !important;
    }
    .partner-page .partner-1 {
      padding: 70px 0;
    }
    .who-page .who-1 ul li .flex i{
      max-width: 150px;
    }
  }