@charset "UTF-8";
.titleRedBg {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background: #CC0303;
}

.titleBox {
  margin-bottom: 3%;
}

.titleBox .titleRedBg {
  margin: 0;
}

@media screen and (max-width: 850px) {
  .titleRedBg {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.title {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  color: #CC0303;
  font-weight: 700;
}

.about {
  color: #666666;
}

.pic {
  line-height: 0;
}

.detail .box1 {
  margin-bottom: 5%;
}

.detail .box1 .sub {
  color: #666666;
  background: #f3f3f3;
  padding: 1% 30px;
}

.detail .box1 .contentBox {
  position: relative;
  max-width: 950px;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

.detail .box1 .contentBox .notice {
  padding: 0;
  margin: 0;
  color: #CC0303;
  display: inline-block;
}

.detail .box1 .contentBox span {
  color: #3db7e4;
}

/*************************************************************/
.iso .box2 {
  margin-bottom: 5%;
}

.iso .box2 .contentBox {
  position: relative;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iso .box2 .pic {
  width: 47%;
  line-height: 0;
}

.iso .box2 .txt {
  width: 53%;
}

.iso .box2 .txt ul {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.iso .box2 .txt ul li {
  color: #393939;
  font-weight: 600;
  padding: 1.5% 0;
}

.iso .box2 .txt ul:before {
  content: '';
  position: absolute;
  background: #f3f3f3;
  top: 0;
  left: 0;
  right: -200%;
  bottom: 0;
  display: block;
  z-index: -1;
}

.iso .box3 {
  margin-bottom: 5%;
}

.iso .box3 .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iso .box3 .pic {
  line-height: 0;
  border: 1px solid #cccccc;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.iso .box3 .txt {
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.iso .box3 .txt .con {
  max-width: 500px;
  padding-top: 1%;
  padding-bottom: 3%;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

.iso .box3 .txt .sub {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  line-height: 0;
  padding: 10px 0;
  margin: auto 0 0 0;
}

@media screen and (max-width: 600px) {
  .iso .box3 .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .iso .box3 .pic {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    margin: 0 0 20px 0;
  }
}

.profile .box2 {
  margin-bottom: 5%;
}

.profile .box3 {
  position: relative;
  padding-top: 5%;
  margin-bottom: 5%;
}

.profile .box3 .pic1 {
  width: 47%;
  line-height: 0;
}

.profile .box3 .pic2 {
  width: 55%;
  line-height: 0;
  position: absolute;
  bottom: 50px;
  right: 0;
}

.profile .box3 {
  line-height: 0;
}

/*************************************************************/
.history .box1 {
  padding: 0;
}

.history .box1 strong {
  color: #393939;
  font-weight: 700;
}

.history .box1 .contentBox {
  max-width: none;
}

.history .box1 .contentBox .item:last-child {
  padding-bottom: 5%;
}

.history .box1 .contentBox + .contentBox {
  padding-top: 0;
  padding-bottom: 0;
}

.history .box1 .contentBox.gray {
  background: #f3f3f3;
}

.history .item {
  padding: 2% 0 2% 25px;
  border-left: #CC0303 1px solid;
}

.history .item .year {
  font-weight: 700;
  color: #CC0303;
  line-height: 1.4;
  position: relative;
}

.history .item .year:before {
  content: '';
  position: absolute;
  background: #fff;
  border: #CC0303 2px solid;
  width: 9px;
  height: 9px;
  display: block;
  left: -30px;
  top: calc(50% - 5px);
}

.history .item .con span {
  font-weight: 600;
}

.history .item .con ul {
  text-indent: -20px;
  padding: 0 20px;
}

.history .item .con ul li {
  line-height: 1.4;
}

.history .item .con ul li + li {
  margin: 15px 0 0 0;
}

.history .item .con ul li:before {
  content: '●';
  margin: 0 10px 0 0;
  color: #3db7e4;
}

.history .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*************************************************************/
.Design .contentBox {
  max-width: 950px;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

.Design .box1 {
  padding-bottom: 0;
}

.Design .box1 .contentBox {
  max-width: 950px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.Design .titleRedBg {
  width: 100%;
}

.Design .box2 {
  max-width: 1455px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-bottom: 5%;
}

.Design .box2 .pic {
  padding: 0 10px;
}

.Design .box3 {
  padding-bottom: 5%;
}

/*************************************************************/
.Plastic .box1 .contentBox {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Plastic .box1 .box {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Plastic .box1 .box .pic {
  line-height: 0;
}

.Plastic .box1 .box .con {
  color: #393939;
  font-weight: bold;
  padding: 10px 0;
}

.Plastic .box2 {
  padding-bottom: 5%;
}

.Plastic .box3 .contentBox {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
}

.Plastic .box3 .contentBox:before {
  content: '';
  position: absolute;
  background: #f3f3f3;
  top: 0;
  left: 0;
  right: -200%;
  bottom: 0;
  display: block;
  z-index: -1;
}

.Plastic .box3 .picBox {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3%;
}

.Plastic .box3 .picBox .pic {
  margin: 0 5px;
  position: relative;
  counter-increment: pic;
}

.Plastic .box3 .picBox .pic:before {
  content: counter(pic);
  color: #fff;
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 44px;
  height: 44px;
  left: 0;
  bottom: 0;
  background: #CC0303;
  font-size: 28px;
  z-index: 2;
  line-height: 44px;
}

.Plastic .box3 ol {
  margin: 0;
  list-style: none;
  counter-reset: li;
}

.Plastic .box3 ol li {
  color: #333333;
  counter-increment: li;
  font-weight: 600;
  padding: 10px 0;
}

.Plastic .box3 ol li:before {
  content: counter(li);
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .Plastic .box1 .contentBox {
    margin: 0;
  }
  .Plastic .box3 .contentBox {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .Plastic .box3 .contentBox:before {
    content: '';
    position: absolute;
    background: #f3f3f3;
    top: 0;
    left: 0;
    right: -200%;
    bottom: 0;
    display: block;
    z-index: -1;
  }
  .Plastic .box3 .picBox .pic:before {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 600px) {
  .Plastic .box1 .contentBox {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Plastic .box1 .contentBox .box + .box {
    padding: 20px 10px 0;
  }
  .Plastic .box1 .contentBox .pic {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/*************************************************************/
.Tooling .box2 ul,
.Quality .box2 ul {
  width: 100%;
  max-width: 1100px;
}

.Tooling .box2 ul li,
.Quality .box2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 5% 0;
}

.Tooling .box2 ul li:nth-child(even) .pic,
.Quality .box2 ul li:nth-child(even) .pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.Tooling .box2 ul li:nth-child(even) .info,
.Quality .box2 ul li:nth-child(even) .info {
  background: none;
}

.Tooling .box2 .pic,
.Quality .box2 .pic {
  width: 30%;
  min-width: 300px;
}

.Tooling .box2 .info,
.Quality .box2 .info {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 2;
      flex-shrink: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #f3f3f3;
  background: -webkit-gradient(linear, left top, right top, from(#f3f3f3), to(white));
  background: linear-gradient(to right, #f3f3f3 0%, white 100%);
}

.Tooling .box2 .info .title,
.Quality .box2 .info .title {
  padding: 0;
  margin: 0;
}

.Tooling .box2 .info .title + .con,
.Quality .box2 .info .title + .con {
  margin: 1% 0 0 0;
}

.Tooling .box2 .info .con,
.Quality .box2 .info .con {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Tooling .box2 .info .con:before,
.Quality .box2 .info .con:before {
  content: 'Precision: ';
  color: #393939;
  font-weight: 600;
}

.Tooling .box2 .info .con:before {
  content: 'Extra Work Precision: ';
}

@media screen and (max-width: 550px) {
  .Tooling .box2 ul,
  .Quality .box2 ul {
    padding: 0 10px;
  }
  .Tooling .box2 ul li,
  .Quality .box2 ul li {
    max-width: 365px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 30px;
  }
  .Tooling .box2 ul .pic,
  .Quality .box2 ul .pic {
    width: 100%;
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    margin: 0 0 15px 0;
  }
  .Tooling .box2 ul .info,
  .Quality .box2 ul .info {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    background: none !important;
  }
}
