@charset "UTF-8";
@font-face {
  font-family: "IBM-Regular";
  src: url("/lib/css/font/IBMPlexSans-Regular.ttf");
}
@font-face {
  font-family: "IBM-Medium";
  src: url("/lib/css/font/IBMPlexSans-Medium.ttf");
}
@font-face {
  font-family: "IBM-Bold";
  src: url("/lib/css/font/IBMPlexSans-Bold.ttf");
}
@font-face {
  font-family: "IBM-Italic";
  src: url("/lib/css/font/IBMPlexSans-Italic.ttf");
}
@font-face {
  font-family: "IBM-Medium-Italic";
  src: url("/lib/css/font/IBMPlexSans-MediumItalic.ttf");
}
@font-face {
  font-family: "Tit-Bold";
  src: url("/lib/css/font/TitilliumWeb-Bold.ttf");
}
@font-face {
  font-family: "Tit-Medium";
  src: url("/lib/css/font/TitilliumWeb-SemiBold.ttf");
}
@font-face {
  font-family: "Tit-Regular";
  src: url("/lib/css/font/TitilliumWeb-Regular.ttf");
}
@font-face {
  font-family: "Clarendon_Blk";
  src: url("/lib/css/font/Clarendon_Blk.ttf");
}
@-webkit-keyframes fadeOut {
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOut {
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes animate_shake {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.animate_shake {
  animation: animate_shake 2.5s infinite;
}

@keyframes animate_line-1 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-45px);
  }
  51% {
    transform: translateY(-45px);
  }
  51.1% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.animate_line-1 {
  animation: animate_line-1 2.5s infinite;
}

@keyframes animate_line-2 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-35px);
    display: none;
  }
  51% {
    transform: translateY(-35px);
  }
  51.1% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.animate_line-2 {
  animation: animate_line-2 2.5s infinite;
}

@keyframes animate_line-3 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(35px);
    display: none;
  }
  51% {
    transform: translateY(35px);
  }
  51.1% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.animate_line-3 {
  animation: animate_line-3 2.5s infinite;
}

@keyframes animate_line-4 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(45px);
    display: none;
  }
  51% {
    transform: translateY(45px);
  }
  51.1% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.animate_line-4 {
  animation: animate_line-4 2.5s infinite;
}

/* 水波纹 start */
@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.waters {
  position: relative;
  width: 100%;
  height: 100px;
  max-width: 250px;
  margin: auto;
  cursor: pointer;
}

.waters::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background: url(/lib/img/indexs/icon_video_play.svg) no-repeat center;
  cursor: pointer;
  z-index: 10;
}

/* .water1 {
  -webkit-animation: wateranimate 12s 9s ease-out infinite;
  animation: wateranimate 12s 9s ease-out infinite;
}			 */
.water2 {
  -webkit-animation: wateranimate 4s 2s linear infinite;
  animation: wateranimate 4s 2s linear infinite;
}

.water3 {
  -webkit-animation: wateranimate 4s 1s linear infinite;
  animation: wateranimate 4s 1s linear infinite;
}

.water4 {
  -webkit-animation: wateranimate 4s 0s linear infinite;
  animation: wateranimate 4s 0s linear infinite;
}

.water2,
.water3,
.water4 {
  padding: 20%;
  position: absolute;
  left: 30%;
  top: 0;
  box-shadow: 0 0 120px 30px #fff inset;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
}

/* 水波纹 end */
.c-title__h2 {
  font-family: "Tit-Bold";
  font-size: 52px;
  line-height: 1;
  color: #0F1115;
}
.c-title__h2__B {
  font-family: "IBM-Bold";
  font-size: 40px;
  line-height: 1;
}
.c-title__h3 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 880px;
  font-size: 28px;
  font-family: "IBM-Bold";
  line-height: 1;
}
.c-title__h4 {
  font-size: 20px;
  font-family: "IBM-Medium";
  line-height: 1;
}
.c-title__h3__T {
  font-size: 28px;
  font-family: "Tit-Medium";
  line-height: 1;
}
.c-product__item {
  max-width: 306px;
  height: 100%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 30px;
}
.c-product__item:hover {
  box-shadow: 5px 5px 20px rgba(0, 13, 34, 0.1);
}
.c-product__item:hover img {
  opacity: 0.5;
}
.c-product__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.c-product__item__img {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.c-product__item__img img {
  max-width: 246px;
  width: 100%;
}
.c-product__item__img i {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-product__item__img i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}
.c-product__item__desc {
  flex: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.c-product__item__desc__title {
  margin-bottom: 25px;
  position: relative;
}
.c-product__item__desc__title h4 {
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 3;
  overflow-wrap: break-word;
}
.c-product__item__desc__title__hank {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), white);
  display: none;
}
.c-product__item__desc p {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 1;
  overflow-wrap: break-word;
}
.c-product__item__btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
  display: none;
}
.c-product__item__btn a {
  width: 100%;
}
.c-btn__blue {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 48px;
  border-radius: 2px;
  background: #0F1115;
  color: #fff;
  width: 240px;
}
.c-btn__blue i {
  margin-left: 10px;
}
.c-btn__blue:hover {
  color: #fff;
}
.c-btn__green {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 48px;
  border-radius: 2px;
  background: #F72B08;
  color: #fff;
  width: 240px;
}
.c-btn__green:hover {
  color: #fff;
}
.c-btn__line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #0F1115;
}
.c-btn__line i {
  margin-left: 10px;
}
.c-btn__line i svg path {
  fill: #0F1115;
}
.c-btn__white {
  height: 56px;
  width: 240px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 2px;
  color: #0F1115;
}
.c-btn__white:hover {
  background: #0F1115;
  color: #fff;
}
.c-btn__white__1 {
  height: 48px;
  width: 200px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 2px;
  color: #0F1115;
}
.c-btn__white__1:hover {
  color: #0F1115;
}
.c-btn__white__2 {
  height: 48px;
  width: 240px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "IBM-Medium";
}
.c-btn__white__2:hover {
  color: #fff;
  background: #F72B08;
}
.c-btn__line__1 {
  height: 48px;
  width: 200px;
  border: 2px solid #fff;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 2px;
  color: #fff;
}
.c-btn__line__1 i {
  margin-right: 10px;
}
.c-btn__line__1:hover {
  color: #fff;
}
.c-btn__line__2 {
  height: 48px;
  width: 240px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 2px;
  padding: 0px 20px;
}
.c-btn__line__2 svg {
  stroke: #F72B08;
}
.c-btn__line__2:hover {
  color: #fff;
  background-color: #F72B08;
  border: 1px solid #F72B08;
}
.c-btn__line__2:hover svg {
  stroke: #fff;
}
.c-blog__item {
  max-width: 424px;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  border: 1px solid #e5e5e5;
  height: 100%;
}
.c-blog__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.c-blog__item:hover .c-blog__item__img:after {
  display: block;
}
.c-blog__item:hover .c-blog__item__img img {
  transform: scale(1.1);
}
.c-blog__item:hover .c-blog__item__desc .c-blog__item__desc__btn a {
  color: #F72B08;
}
.c-blog__item:hover .c-blog__item__desc .c-blog__item__desc__btn a:before {
  width: 100%;
}
.c-blog__item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
.c-blog__item__img:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.c-blog__item__img img {
  max-width: 100%;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  width: 424px;
  height: 239px;
  object-fit: cover;
}
.c-blog__item__desc {
  flex: auto;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
.c-blog__item__desc__title {
  margin-bottom: 30px;
}
.c-blog__item__desc__title h3 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.c-blog__item__desc__title p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 3;
  overflow-wrap: break-word;
}
.c-blog__item__desc__btn a {
  padding-bottom: 20px;
  display: inline-flex;
  width: 120px;
  font-family: "IBM-Medium";
  color: #0F1115;
  position: relative;
}
.c-blog__item__desc__btn a:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #e5e5e5;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.c-blog__item__desc__btn a:before {
  content: "";
  height: 2px;
  width: 30px;
  background: #F72B08;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
.c-form__wrap {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}
.c-form__inside {
  border: none;
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-50%);
  background: #fff;
  width: 850px;
  border: 1px solid #0F1115;
}
.c-form__title {
  color: #fff;
  background: #0F1115;
  font-size: 28px;
  font-family: "IBM-Medium";
  text-align: center;
  height: 56px;
  line-height: 56px;
}
.c-form__colse {
  position: absolute;
  top: -30px;
  right: 5px;
  cursor: pointer;
}
.c-form__colse svg {
  width: 24px;
  height: 24px;
}
.c-form__main {
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-form__main input {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  padding: 0px 15px;
  height: 48px;
}
.c-form__main textarea {
  height: 100%;
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
}
.c-form__main textarea::-webkit-input-placeholder,
.c-form__main input::-webkit-input-placeholder {
  color: #999;
}
.c-form__main textarea::-moz-placeholder,
.c-form__main input::-moz-placeholder {
  color: #999;
}
.c-form__main textarea::-moz-placeholder,
.c-form__main input:-moz-placeholder {
  color: #999;
}
.c-form__main textarea::-ms-input-placeholder,
.c-form__main input:-ms-input-placeholder {
  color: #999;
}
.c-form__main__name, .c-form__main__phone, .c-form__main__email, .c-form__main__message {
  margin-bottom: 20px;
}
.c-form__main__name, .c-form__main__email, .c-form__main__phone, .c-form__main__type {
  height: 48px;
  flex: 0 1 calc((100% - 20px)/2);
  margin-right: 20px;
}
.c-form__main__email, .c-form__main__type {
  margin-right: 0px;
}
.c-form__main__type {
  position: relative;
}
.c-form__main__type select {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  color: #999;
  padding-left: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.c-form__main__type select option:first-child {
  display: none;
}
.c-form__main__type i {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.c-form__main__message {
  background: #f9f9f9;
  height: 180px;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
.c-form__main__btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.c-form__main__btn input {
  background: #F72B08;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  width: 240px;
  height: 48px;
  font-family: "IBM-Bold";
  margin-left: auto;
  margin-right: auto;
}
.c-form__main__btn input + span {
  display: none;
}
.c-form__main__btn input:hover {
  background: #0F1115;
}
.c-form__main__btn div {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  color: #666;
  font-size: 14px;
}
.c-form__main__btn div span {
  color: #F72B08;
}
.c-breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.c-breadcrumb p {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.c-breadcrumb p svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.c-breadcrumb p a {
  margin-right: 5px;
  color: #666;
}
.c-breadcrumb p span {
  margin-left: 5px;
}
.c-breadcrumb p > span {
  margin-left: 0px;
}
.c-breadcrumb p > span > span {
  margin-left: 0px;
}
.c-breadcrumb p > span > span a {
  color: #0F1115;
}
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-pagination .page-numbers {
  width: 3.8rem;
  height: 3.8rem;
  color: #666;
  margin: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #e5e5e5;
}
.c-pagination .page-numbers:hover {
  background: #0F1115;
  color: #fff;
}
.c-pagination .current {
  background: #0F1115;
  color: #fff;
}
.c-pagination .next, .c-pagination .prev {
  width: auto;
  padding: 0 2rem;
}
.c_form__inside {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.c_form__inside input[type=text] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  padding: 0px 20px;
}
.c_form__inside input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.c_form__inside input[type=text]::-moz-placeholder {
  color: #999;
}
.c_form__inside input[type=text]:-moz-placeholder {
  color: #999;
}
.c_form__inside input[type=text]:-ms-input-placeholder {
  color: #999;
}
.c_form__inside input[type=email]::-webkit-input-placeholder {
  color: #999;
}
.c_form__inside input[type=email]::-moz-placeholder {
  color: #999;
}
.c_form__inside input[type=email]:-moz-placeholder {
  color: #999;
}
.c_form__inside input[type=email]:-ms-input-placeholder {
  color: #999;
}
.c_form__inside input[type=submit] {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  background: linear-gradient(to right, #ff6700 50%, #f72b08 100%);
  color: #fff;
  font-family: "IBM-Bold";
  cursor: pointer;
  border: none;
}
.c_form__inside input[type=submit] + span {
  display: none;
}
.c_form__inside input[type=submit]:hover {
  background: #F72B08;
}
.c_form__inside select {
  height: 56px;
  width: 100%;
  background: #f5f5f5;
  padding: 0px 20px;
  color: #999;
  -webkit-appearance: none;
  position: relative;
}
.c_form__inside textarea {
  height: 120px;
  background: #f5f5f5;
  width: 100%;
  border: none;
  color: #999;
  padding-left: 20px;
  padding-right: 20px;
}
.c_form__inside textarea::-webkit-input-placeholder {
  color: #999;
}
.c_form__inside textarea::-moz-placeholder {
  color: #999;
}
.c_form__inside textarea:-moz-placeholder {
  color: #999;
}
.c_form__inside textarea:-ms-input-placeholder {
  color: #999;
}
.c_form__title {
  flex: 0 1 100%;
  margin-bottom: 30px;
}
.c_form__title h3 {
  font-size: 28px;
  font-family: "IBM-Bold";
  text-align: center;
  line-height: 1;
}
.c_form__name {
  flex: 0 1 calc( 50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.c_form__email {
  flex: 0 1 calc( 50% - 5px);
  margin-bottom: 10px;
}
.c_form__phone {
  flex: 0 1 100%;
  margin-bottom: 10px;
}
.c_form__type {
  flex: 0 1 100%;
  margin-bottom: 10px;
  position: relative;
}
.c_form__type i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.c_form__type i svg path {
  fill: #999;
}
.c_form__message {
  flex: 0 1 100%;
  margin-bottom: 30px;
}
.c_form__btn {
  flex: 0 1 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.c_form__btn p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.c_form__btn p span bdi {
  color: #F72B08;
}

.common_step__inside {
  padding-top: 40px;
  background: url(/lib/img/index/img_quote.png) top center no-repeat no-repeat;
}
.common_step__inside h2 {
  line-height: 1.3;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.common_step__title {
  margin-bottom: 60px;
}
.common_step__main {
  margin-bottom: 40px;
  position: relative;
}
.common_step__main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/lib/img/index/line_bg.svg) center 5% no-repeat no-repeat;
  z-index: 2;
}
.common_step__main__back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background: #fff;
}
.common_step__main .row {
  position: relative;
  z-index: 3;
}
.common_step__main__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.common_step__main__item__i {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #e6ecf5;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.common_step__main__item__i:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.common_step__main__item__i:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #07419c;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.common_step__main__item__i i {
  position: relative;
  z-index: 4;
}
.common_step__main__item__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.common_step__main__item__desc h3 {
  margin-bottom: 24px;
}
.common_step__main__item__desc p {
  text-align: center;
}
.common_step__logo {
  margin-bottom: 80px;
}
.common_step__logo__container {
  overflow: visible;
}
.common_step__logo__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 15px 10px;
  margin-bottom: 40px;
  margin-top: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(5, 17, 24, 0.1);
}
.common_solution__wrap {
  padding-bottom: 120px;
  padding-top: 120px;
  background: #f6f8f9;
}
.common_solution__inside .row {
  margin-left: -20px;
  margin-right: -20px;
}
.common_solution__inside .row .col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.common_solution__title {
  margin-bottom: 50px;
}
.common_solution__title h2 {
  text-align: center;
}
.common_solution__item {
  background: #fff;
  height: 100%;
  padding: 60px 40px 40px 40px;
  max-width: 430px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.common_solution__item__desc {
  margin-bottom: 50px;
}
.common_solution__item__desc h4 {
  margin-bottom: 20px;
}
.common_solution__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.common_solution__btn a {
  width: 200px;
}

@-webkit-keyframes zoomIns {
  0% {
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIns {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
}
.zoomIns {
  -webkit-animation-name: zoomIns;
  animation-name: zoomIns;
}

@keyframes animate_line {
  0% {
    height: 0;
  }
  1% {
    height: 1%;
  }
  2% {
    height: 2%;
  }
  3% {
    height: 3%;
  }
  4% {
    height: 4%;
  }
  5% {
    height: 5%;
  }
  6% {
    height: 6%;
  }
  7% {
    height: 7%;
  }
  8% {
    height: 8%;
  }
  9% {
    height: 9%;
  }
  10% {
    height: 10%;
  }
  11% {
    height: 11%;
  }
  12% {
    height: 12%;
  }
  13% {
    height: 13%;
  }
  14% {
    height: 14%;
  }
  15% {
    height: 15%;
  }
  16% {
    height: 16%;
  }
  17% {
    height: 17%;
  }
  18% {
    height: 18%;
  }
  19% {
    height: 19%;
  }
  20% {
    height: 20%;
  }
  21% {
    height: 21%;
  }
  22% {
    height: 22%;
  }
  23% {
    height: 23%;
  }
  24% {
    height: 24%;
  }
  25% {
    height: 25%;
  }
  26% {
    height: 26%;
  }
  27% {
    height: 27%;
  }
  28% {
    height: 28%;
  }
  29% {
    height: 29%;
  }
  30% {
    height: 30%;
  }
  31% {
    height: 31%;
  }
  32% {
    height: 32%;
  }
  33% {
    height: 33%;
  }
  34% {
    height: 34%;
  }
  35% {
    height: 35%;
  }
  36% {
    height: 36%;
  }
  37% {
    height: 37%;
  }
  38% {
    height: 38%;
  }
  39% {
    height: 39%;
  }
  40% {
    height: 40%;
  }
  41% {
    height: 41%;
  }
  42% {
    height: 42%;
  }
  43% {
    height: 43%;
  }
  44% {
    height: 44%;
  }
  45% {
    height: 45%;
  }
  46% {
    height: 46%;
  }
  47% {
    height: 47%;
  }
  48% {
    height: 48%;
  }
  49% {
    height: 49%;
  }
  50% {
    height: 50%;
  }
  51% {
    height: 51%;
  }
  52% {
    height: 52%;
  }
  53% {
    height: 53%;
  }
  54% {
    height: 54%;
  }
  55% {
    height: 55%;
  }
  56% {
    height: 56%;
  }
  57% {
    height: 57%;
  }
  58% {
    height: 58%;
  }
  59% {
    height: 59%;
  }
  60% {
    height: 60%;
  }
  61% {
    height: 61%;
  }
  62% {
    height: 62%;
  }
  63% {
    height: 63%;
  }
  64% {
    height: 64%;
  }
  65% {
    height: 65%;
  }
  66% {
    height: 66%;
  }
  67% {
    height: 67%;
  }
  68% {
    height: 68%;
  }
  69% {
    height: 69%;
  }
  70% {
    height: 70%;
  }
  71% {
    height: 71%;
  }
  72% {
    height: 72%;
  }
  73% {
    height: 73%;
  }
  74% {
    height: 74%;
  }
  75% {
    height: 75%;
  }
  76% {
    height: 76%;
  }
  77% {
    height: 77%;
  }
  78% {
    height: 78%;
  }
  79% {
    height: 79%;
  }
  80% {
    height: 80%;
  }
  81% {
    height: 81%;
  }
  82% {
    height: 82%;
  }
  83% {
    height: 83%;
  }
  84% {
    height: 84%;
  }
  85% {
    height: 85%;
  }
  86% {
    height: 86%;
  }
  87% {
    height: 87%;
  }
  88% {
    height: 88%;
  }
  89% {
    height: 89%;
  }
  90% {
    height: 90%;
  }
  91% {
    height: 91%;
  }
  92% {
    height: 92%;
  }
  93% {
    height: 93%;
  }
  94% {
    height: 94%;
  }
  95% {
    height: 95%;
  }
  96% {
    height: 96%;
  }
  97% {
    height: 97%;
  }
  98% {
    height: 98%;
  }
  99% {
    height: 99%;
  }
  100% {
    height: 100%;
  }
}
.animate_line:after {
  animation: animate_line 5s infinite;
}

@keyframes animate_shak {
  0% {
    transform: translateX(0px);
  }
  49% {
    transform: translateX(20px);
  }
  50% {
    opacity: 0;
    transform: translateX(-20px);
  }
  51% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.animate_shak_hover {
  overflow: hidden;
}

.animate_shak:hover .animate_shak_hover svg {
  animation: animate_shak 0.5s;
}

.c-video {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}
.c-video.show {
  display: flex;
}
.c-video__container {
  width: 800px;
  position: relative;
}
.c-video__close {
  position: absolute;
  right: 0.6rem;
  top: -3rem;
  cursor: pointer;
}
.c-video .iframe-container {
  border: 1px solid #ccc;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-video .iframe-container iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.common-product__recommend {
  margin-bottom: 120px;
}
.common-product__title {
  margin-bottom: 60px;
}
.common-product__title p {
  color: #0F1115;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.common-product__title h2 {
  font-size: 64px;
  font-family: "IBM-Bold";
  color: #101010;
  text-align: center;
  line-height: 1;
}
header.web_header {
  position: relative;
  z-index: 1000;
}
header.web_header .header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
  box-shadow: 2px 2px 5px rgba(5, 17, 24, 0.1);
}
header.web_header .header .w {
  height: 100%;
}
header.web_header .header_inside {
  padding: 0px 84px;
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
}
header.web_header .header_main__message {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
header.web_header .header_main__message__icon {
  margin-right: 40px;
}
header.web_header .header_main__message__icon ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_main__message__icon ul li {
  margin-left: 20px;
}
header.web_header .header_main__message__icon ul li svg {
  width: 20px;
  height: 20px;
}
header.web_header .header_main__message span {
  height: 20px;
  width: 1px;
  background-color: #e5e5e5;
}
header.web_header .header_main__message__language {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_main__message__language i:first-child {
  margin-right: 10px;
}
header.web_header .header_main__message__language i:first-child svg {
  height: 24px;
  width: 24px;
}
header.web_header .header_main__message__language i:last-child svg {
  stroke: #999;
}
header.web_header .header_main__message__search form {
  position: relative;
}
header.web_header .header_main__message__search form i {
  position: absolute;
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  border-left: 1px solid #d5d5d5;
}
header.web_header .header_main__message__search__text {
  width: 360px;
  height: 48px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  padding: 0px 120px 0px 30px;
}
header.web_header .header_main__message__search__btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  border: none;
  background: transparent;
}
header.web_header .header_main__message__search__btn:focus {
  box-shadow: none;
}
header.web_header .header_main__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_main__nav > ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: -10px;
}
header.web_header .header_main__nav > ul > li {
  height: 100%;
  padding: 0px 30px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_main__nav > ul > li:last-child {
  padding-right: 0px;
}
header.web_header .header_main__nav > ul > li.current-menu-item > a:after {
  width: 100%;
}
header.web_header .header_main__nav > ul > li > a {
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #0F1115;
  position: relative;
  font-family: "IBM-Medium";
  color: #000d22;
}
header.web_header .header_main__nav > ul > li > a i {
  margin-left: 10px;
}
header.web_header .header_main__nav > ul > li > a i svg path {
  fill: #6a6a6a;
}
header.web_header .header_main__nav > ul > li > a:hover:after {
  width: 100%;
}
header.web_header .header_main__nav > ul > li > a:after {
  position: absolute;
  width: 0%;
  height: 6px;
  content: "";
  background: rgba(247, 43, 8, 0.3);
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
header.web_header .header_main__nav > ul > li > ul {
  box-shadow: 0px 0px 6px rgba(16, 16, 16, 0.1);
  padding: 14px 0px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  display: none;
}
header.web_header .header_main__nav > ul > li > ul > li {
  position: relative;
}
header.web_header .header_main__nav > ul > li > ul > li > a {
  padding: 10px 30px;
  line-height: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #666;
  min-width: 240px;
  max-width: 280px;
}
header.web_header .header_main__nav > ul > li > ul > li > a:hover {
  color: #0F1115;
  text-decoration: underline;
}
header.web_header .header_main__nav > ul > li > ul > li > svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
header.web_header .header_main__nav > ul > li .menu-item-has-children3 {
  box-shadow: 0px 0px 6px rgba(16, 16, 16, 0.1);
  padding: 14px 0px;
  background: #fff;
  position: absolute;
  left: 95%;
  top: 0%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
  display: none;
}
header.web_header .header_main__nav > ul > li .menu-item-has-children3 > li > a {
  padding: 10px 30px;
  line-height: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #666;
  min-width: 240px;
  max-width: 280px;
}
header.web_header .header_main__nav > ul > li .menu-item-has-children3 > li > a:hover {
  color: #0F1115;
  text-decoration: underline;
}
header.web_header .header_main__nav__search {
  margin-left: 0px;
}
header.web_header .header_main__nav__search__inside {
  position: relative;
}
header.web_header .header_main__nav__search__inside i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 100;
  width: 0px;
  height: 0px;
}
header.web_header .header_main__nav__search__inside i svg {
  width: 0px;
  height: 0px;
}
header.web_header .header_main__nav__search__inside input {
  position: absolute;
  width: 0px;
  left: 0px;
  top: -10px;
  border: 1px solid #eee;
  opacity: 0;
  height: 38px;
  line-height: 38px;
  text-indent: 20px;
  z-index: 99;
  font-size: 14px;
  color: #8c8c8c;
  outline: none;
}
header.web_header .header_message {
  background: #f0f3f4;
  position: relative;
}
header.web_header .header_message:after {
  content: "";
  width: 180px;
  position: absolute;
  height: 60px;
  top: 0px;
  right: 0px;
  background-color: #0F1115;
}
header.web_header .header_message__inside {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 60px;
  position: relative;
  z-index: 2;
}
header.web_header .header_message__icon ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_message__icon ul li {
  margin-right: 30px;
}
header.web_header .header_message__icon ul li:last-child {
  margin-right: 0px;
}
header.web_header .header_message__icon ul li svg {
  width: 20px;
  height: 20px;
}
header.web_header .header_message__main {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_message__main__message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_message__main__message a {
  color: #0F1115;
  font-family: "IBM-Medium";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 40px;
}
header.web_header .header_message__main__message a i {
  margin-right: 10px;
}
header.web_header .header_message__main__btn {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 66px;
}
header.web_header .header_message__main__btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
  font-family: "IBM-Bold";
}
header.web_header .header_message__main__btn a i:first-child {
  margin-right: 8px;
}
header.web_header .header_message__main__btn a i:last-child {
  margin-left: 10px;
}
header.web_header .header_message__main__btn__inside {
  padding-left: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  background-color: #0F1115;
}
header.web_header .header_message__main__btn__inside .animate_shak_hover {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_message__main__btn__inside:after {
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 60px solid rgba(0, 0, 0, 0);
  border-right: 28px solid rgba(0, 0, 0, 0);
  border-top: 60px solid #0F1115;
  border-left: 28px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateX(-28px);
  z-index: -1;
}
header.web_header .header_message__main__btn__inside:before {
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: 70px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-top: 70px solid #F72B08;
  border-left: 70px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateX(-68px);
  z-index: -2;
}
header.web_header .header_nav {
  position: relative;
  z-index: 2;
  box-shadow: 2px 2px 5px rgba(5, 17, 24, 0.1);
  background: #fff;
}
header.web_header .header_nav__inside {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0 165px;
}
header.web_header .header_nav__main {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_nav__main .no_pointer > a {
  cursor: not-allowed;
  pointer-events: none;
}
header.web_header .header_nav__main__lang {
  margin-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_nav__main__lang__search {
  margin-right: 30px;
}
header.web_header .header_nav__main__lang__search__inside {
  position: relative;
}
header.web_header .header_nav__main__lang__search__inside i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
header.web_header .header_nav__main__lang__search__inside input {
  position: absolute;
  width: 0px;
  left: 0px;
  top: -10px;
  border: 1px solid #eee;
  opacity: 0;
  height: 38px;
  line-height: 38px;
  text-indent: 20px;
  z-index: 99;
  font-size: 14px;
  color: #8c8c8c;
  outline: none;
}
header.web_header .header_nav__main__lang > span {
  height: 14px;
  width: 1px;
  background: #e5e5e5;
}
header.web_header .header_nav__main__lang__icon {
  margin-left: 30px;
  cursor: pointer;
}
header.web_header .header_nav__main__lang__icon__inside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header_nav__main__lang__icon__inside i:first-child {
  margin-right: 15px;
}
header.web_header .header_nav__main__lang__icon__inside i:last-child svg path {
  fill: #6a6a6a;
}
header.web_header .header__mobile__wrap {
  width: 100%;
}
header.web_header .header__mobile__wrap.fixed {
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
  box-shadow: 2px 2px 5px rgba(5, 17, 24, 0.1);
}
header.web_header .header__mobile__btn {
  height: 60px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__mobile__btn__btn {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  float: right;
  cursor: pointer;
  right: 0;
}
header.web_header .header__mobile__btn__btn span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #0F1115;
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
header.web_header .header__mobile__btn__btn.active span:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}
header.web_header .header__mobile__btn__btn.active span:nth-child(2) {
  opacity: 0;
}
header.web_header .header__mobile__btn__btn.active span:nth-child(3) {
  transform: translateY(-9.5px) rotate(45deg);
}
header.web_header .header__mobile__btn__logo img {
  height: 40px;
}
header.web_header .header__mobile__btn__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__mobile__btn__content__search {
  border-right: 1px solid #e5e5e5;
  padding-right: 15px;
}
header.web_header .header__mobile__btn__content__search__inside {
  position: relative;
}
header.web_header .header__mobile__btn__content__search__inside i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
header.web_header .header__mobile__btn__content__search__inside i svg {
  width: 20px;
  height: 20px;
}
header.web_header .header__mobile__btn__content__search__inside i svg path {
  fill: #0F1115;
}
header.web_header .header__mobile__btn__content__search__inside input {
  position: absolute;
  width: 0px;
  left: 0px;
  top: -10px;
  border: 1px solid #eee;
  opacity: 0;
  height: 38px;
  line-height: 38px;
  text-indent: 20px;
  z-index: 99;
  font-size: 14px;
  color: #8c8c8c;
  outline: none;
}
header.web_header .header__mobile__btn__content__lang {
  margin-right: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__mobile__btn__content__lang i:first-child {
  margin-right: 10px;
}
header.web_header .header__mobile__btn__content__lang i:first-child svg {
  height: 20px;
  width: 20px;
}
header.web_header .header__mobile__btn__content__lang i:last-child svg {
  stroke: #999;
}
header.web_header .header__mobile__nav {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
  top: 0px;
  left: 0px;
}
header.web_header .header__mobile__nav.active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
}
header.web_header .header__mobile__nav__inside {
  width: 40%;
  opacity: 0;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 500ms cubic-bezier(0.2, 0, 0, 1);
}
header.web_header .header__mobile__nav__inside.active {
  opacity: 1 !important;
  transform: translateX(0);
  overflow: auto;
}
header.web_header .header__mobile__nav__inside > ul {
  flex: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
header.web_header .header__mobile__nav__inside > ul > li {
  cursor: pointer;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0px 15px;
  box-sizing: border-box;
  position: relative;
}
header.web_header .header__mobile__nav__inside > ul > li.menu-item-has-children > a {
  width: auto;
}
header.web_header .header__mobile__nav__inside > ul > li.active > a {
  color: #0F1115;
}
header.web_header .header__mobile__nav__inside > ul > li.active i {
  transform: rotate(-90deg);
}
header.web_header .header__mobile__nav__inside > ul > li.active i svg path {
  fill: #0F1115;
}
header.web_header .header__mobile__nav__inside > ul > li > a {
  height: 46px;
  width: 100%;
  display: inline-block;
  line-height: 46px;
}
header.web_header .header__mobile__nav__inside > ul > li:hover i svg path {
  fill: #0F1115;
}
header.web_header .header__mobile__nav__inside > ul > li:hover > a {
  color: #0F1115;
}
header.web_header .header__mobile__nav__inside > ul > li > i {
  position: absolute;
  top: 15px;
  right: 15px;
}
header.web_header .header__mobile__nav__inside > ul > li > i svg path {
  fill: #4b4c4d;
}
header.web_header .header__mobile__nav__inside > ul > li > ul {
  display: none;
}
header.web_header .header__mobile__nav__inside > ul > li > ul > li > a {
  height: 40px;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
header.web_header .header__mobile__nav__logo {
  margin: 2rem;
}
header.web_header .header__mobile__nav__logo img {
  height: 32px;
}
header.web_header .header__mobile__nav__message {
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}
header.web_header .header__mobile__nav__message__phone {
  margin-bottom: 30px;
}
header.web_header .header__mobile__nav__message__phone a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
header.web_header .header__mobile__nav__message__phone a:last-child {
  margin-bottom: 0px;
}
header.web_header .header__mobile__nav__message__phone a i {
  margin-right: 10px;
}
header.web_header .header__mobile__nav__message__phone a i svg path {
  fill: #F72B08;
}
header.web_header .header__mobile__nav__message__icon ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
header.web_header .header__mobile__nav__message__icon ul li {
  margin-right: 10px;
}
header.web_header .header__mobile__nav__message__icon ul li svg {
  width: 18px;
  height: 18px;
}

main {
  margin-top: 140px;
}

main.web_index .index_banner__wrap h1 {
  font-size: 0;
  opacity: 0;
  width: 0px;
  height: 0px;
}
main.web_index .index_banner__next {
  width: 95px;
  height: 56px;
  right: 0px;
  background: rgba(15, 17, 21, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_banner__next:hover {
  background: #0F1115;
}
main.web_index .index_banner__next svg {
  width: 40px;
  height: 40px;
}
main.web_index .index_banner__next svg path {
  fill: #fff;
}
main.web_index .index_banner__next:after {
  display: none;
}
main.web_index .index_banner__prev {
  left: 0px;
  width: 95px;
  height: 56px;
  background: rgba(15, 17, 21, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_banner__prev:hover {
  background: #0F1115;
}
main.web_index .index_banner__prev:after {
  display: none;
}
main.web_index .index_banner__prev svg {
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}
main.web_index .index_banner__prev svg path {
  fill: #fff;
}
main.web_index .index_video__wrap {
  margin-top: -1px;
}
main.web_index .index_video__inside {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_video__desc {
  flex: 0 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 60px 40px;
}
main.web_index .index_video__desc__inside {
  max-width: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_video__desc__title {
  margin-top: 60px;
  margin-bottom: 60px;
}
main.web_index .index_video__desc__title h2 {
  line-height: 1.3;
  font-family: "Tit-Medium";
  text-align: center;
}
main.web_index .index_video__desc__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
main.web_index .index_video__desc__desc p {
  text-align: center;
}
main.web_index .index_video__desc__desc p:last-child {
  font-family: "IBM-Medium";
}
main.web_index .index_video__desc__list {
  width: 100%;
}
main.web_index .index_video__desc__list ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_video__desc__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
main.web_index .index_video__desc__list__item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main.web_index .index_video__desc__list__item__img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 13, 34, 0.1);
  margin-bottom: 20px;
}
main.web_index .index_video__desc__list__item__desc p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "IBM-Medium";
}
main.web_index .index_video__desc__list__item__desc p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #F72B08;
  margin-right: 10px;
  border-radius: 50%;
}
main.web_index .index_video__img {
  flex: 0 1 50%;
  background: url(/lib/img/indexs/img_video_bg.jpg) center center no-repeat no-repeat;
  background-size: cover;
  position: relative;
}
main.web_index .index_video__img > img {
  display: none;
}
main.web_index .index_video__img:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(15, 17, 21, 0.5);
}
main.web_index .index_video__img__inside {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_product__wrap {
  padding: 140px 0px 96px 0px;
  background: #f9f9f9;
}
main.web_index .index_product__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_product__desc__title {
  margin-bottom: 60px;
}
main.web_index .index_product__desc__desc {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_product__desc__desc p:first-child {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
main.web_index .index_product__desc__desc p:last-child {
  font-size: 20px;
  max-width: 680px;
  text-align: center;
}
main.web_index .index_product__main__nav {
  margin-bottom: 60px;
}
main.web_index .index_product__main__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_product__main__nav ul li {
  line-height: 1;
  margin-right: 80px;
  cursor: pointer;
  opacity: 0.5;
  font-family: "IBM-Medium";
  font-size: 20px;
  color: #0F1115;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
}
main.web_index .index_product__main__nav ul li:last-child {
  margin-right: 0px;
}
main.web_index .index_product__main__nav ul li.active {
  border-bottom: 2px solid #0F1115;
  color: #F72B08;
  opacity: 1;
}
main.web_index .index_product__main__nav ul li:hover {
  border-bottom: 2px solid #0F1115;
  color: #F72B08;
  opacity: 1;
}
main.web_index .index_product__main__nav__mobile {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
main.web_index .index_product__main__nav__mobile__inside {
  position: relative;
  margin-bottom: 30px;
}
main.web_index .index_product__main__nav__mobile__inside p {
  width: 100%;
  height: 36px;
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 13, 34, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px 15px;
  font-family: "IBM-Medium";
  font-size: 16px;
  cursor: pointer;
}
main.web_index .index_product__main__nav__mobile__inside p span {
  color: #0F1115;
}
main.web_index .index_product__main__nav__mobile__inside > ul {
  position: absolute;
  z-index: 200;
  width: 100%;
  top: 36px;
  left: 0px;
  box-shadow: 0px 0px 10px rgba(16, 16, 16, 0.1);
  padding: 14px 0px;
  background: #fff;
  display: none;
}
main.web_index .index_product__main__nav__mobile__inside > ul li {
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px 15px;
  font-family: "IBM-Medium";
  font-size: 14px;
  cursor: pointer;
}
main.web_index .index_product__main__item {
  display: none;
}
main.web_index .index_product__main__item.active {
  display: block;
}
main.web_index .index_product__main__item__container {
  padding: 20px;
  margin: -20px;
  padding-bottom: 84px;
  margin-bottom: 0px;
}
main.web_index .index_product__main__item__container .swiper-slide {
  height: auto;
}
main.web_index .index_product__main__item__content {
  height: 100%;
}
main.web_index .index_product__main__item__next {
  height: 24px;
  top: auto;
  bottom: 0px;
  left: 50%;
  transform: translateX(24px);
}
main.web_index .index_product__main__item__next:after {
  display: none;
}
main.web_index .index_product__main__item__prev {
  height: 24px;
  top: auto;
  bottom: 0px;
  left: 50%;
  transform: translateX(-44px);
}
main.web_index .index_product__main__item__prev:after {
  display: none;
}
main.web_index .index_product__main__item__pagination {
  bottom: 0px;
}
main.web_index .index_product__main__item__pagination span {
  background: rgba(15, 17, 21, 0.5);
  opacity: 1;
}
main.web_index .index_product__main__item__pagination span.swiper-pagination-bullet-active {
  background: #0F1115;
}
main.web_index .index_about__wrap {
  height: 560px;
  background: url(/lib/img/indexs/img_about_bg.jpg) center center no-repeat no-repeat;
  background-attachment: fixed;
  position: relative;
}
main.web_index .index_about__wrap:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main.web_index .index_about__wrap .w {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_about__inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_about__desc {
  flex: 0 1 656px;
}
main.web_index .index_about__desc__title {
  margin-bottom: 45px;
}
main.web_index .index_about__desc__title h2 {
  color: #fff;
}
main.web_index .index_about__desc__desc {
  color: #fff;
  margin-bottom: 70px;
}
main.web_index .index_about__number {
  flex: 0 1 500px;
  margin-left: 40px;
  margin-right: 40px;
}
main.web_index .index_about__number__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_about__number__item i svg {
  width: 32px;
  height: 32px;
}
main.web_index .index_about__number__item span:nth-of-type(1) {
  margin-bottom: 24px;
}
main.web_index .index_about__number__item span:nth-of-type(2) {
  margin-bottom: 18px;
  font-size: 40px;
  font-family: "IBM-Bold";
  color: #fff;
  line-height: 1;
}
main.web_index .index_about__number__item span:nth-of-type(2) bdi {
  font-size: 40px;
  font-family: "IBM-Bold";
  color: #fff;
  line-height: 1;
}
main.web_index .index_about__number__item span:nth-of-type(3) {
  font-family: "IBM-Medium";
  color: #fff;
}
main.web_index .index_about__number ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
main.web_index .index_about__number ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_about__number ul li:last-child {
  margin-left: 20px;
}
main.web_index .index_about__number ul li > div:first-child {
  margin-bottom: 60px;
}
main.web_index .index_project__wrap {
  padding: 120px 0px 130px 0px;
}
main.web_index .index_project__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_project__title {
  max-width: 875px;
  margin-bottom: 60px;
}
main.web_index .index_project__title h2 {
  text-align: center;
}
main.web_index .index_project__desc {
  max-width: 875px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 47.5px;
  position: relative;
}
main.web_index .index_project__desc p {
  text-align: center;
  margin-bottom: 30px;
}
main.web_index .index_project__desc p:last-child {
  margin-bottom: 0px;
  color: #666;
  font-size: 14px;
  font-family: "IBM-Italic";
}
main.web_index .index_project__desc:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -47.5px;
  width: 60px;
  height: 60px;
  background: url(/lib/img/indexs/icon_case_quote_left.svg) center center no-repeat no-repeat;
}
main.web_index .index_project__desc:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -15px;
  right: -47.5px;
  background: url(/lib/img/indexs/icon_case_quote_right.svg) center center no-repeat no-repeat;
}
main.web_index .index_project__main {
  margin-bottom: 60px;
  width: 100%;
}
main.web_index .index_project__main__inside {
  background: #fff;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 0px 50px rgba(0, 2, 45, 0.1);
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_project__main__list {
  flex: 0 1 477px;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_project__main__list ul {
  height: 100%;
  padding: 35px 40px 37px 40px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_project__main__list ul li {
  position: relative;
  height: 60px;
}
main.web_index .index_project__main__list ul li.active:after {
  display: block;
}
main.web_index .index_project__main__list ul li.active > a {
  opacity: 1;
}
main.web_index .index_project__main__list ul li:hover:after {
  display: block;
}
main.web_index .index_project__main__list ul li:hover > a {
  opacity: 1;
}
main.web_index .index_project__main__list ul li > a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  opacity: 0.7;
}
main.web_index .index_project__main__list ul li h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 1;
  overflow-wrap: break-word;
}
main.web_index .index_project__main__list ul li p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 1;
  overflow-wrap: break-word;
  line-height: 1;
}
main.web_index .index_project__main__list ul li:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 6px;
  top: 0px;
  left: -40px;
  background: #F72B08;
  display: none;
}
main.web_index .index_project__main__video {
  flex: 0 1 875px;
}
main.web_index .index_project__main__video__inside {
  position: relative;
}
main.web_index .index_project__main__video__inside:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
main.web_index .index_project__main__video__inside i {
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
main.web_index .index_project__btn {
  margin-bottom: 130px;
}
main.web_index .index_project__icon {
  margin-bottom: 0px;
  width: 100%;
}
main.web_index .index_project__icon ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_project__icon ul li {
  position: relative;
}
main.web_index .index_project__icon ul li:after {
  content: "1";
  line-height: 0.8;
  position: absolute;
  font-size: 150px;
  font-family: "Tit-Bold";
  color: #f1f1f1;
  top: -15px;
}
main.web_index .index_project__icon ul li:nth-of-type(1):after {
  right: 25px;
}
main.web_index .index_project__icon ul li:nth-of-type(3):after {
  content: "2";
  right: -40px;
}
main.web_index .index_project__icon ul li:nth-of-type(5):after {
  content: "3";
  right: -10px;
}
main.web_index .index_project__icon ul li:nth-of-type(7):after {
  content: "4";
  right: 10px;
}
main.web_index .index_project__icon ul li:nth-of-type(8) {
  display: none;
}
main.web_index .index_project__icon__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_project__icon__item__back {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_project__icon__item__back span {
  background: #e5e5e5;
  height: 120px;
  width: 1px;
}
main.web_index .index_project__icon__item__back:after {
  display: none;
}
main.web_index .index_project__icon__item i {
  margin-bottom: 40px;
}
main.web_index .index_project__icon__item h4 {
  margin-bottom: 12px;
}
main.web_index .index_project__icon__item p {
  color: #666;
}
main.web_index .index_blog__wrap {
  background: #f9f9f9;
  padding-top: 120px;
}
main.web_index .index_blog__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
main.web_index .index_blog__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 60px;
  border-bottom: 1px solid #e3e6e5;
}
main.web_index .index_blog__recommend {
  flex: 0 1 622px;
  margin-right: 40px;
  position: relative;
}
main.web_index .index_blog__recommend > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main.web_index .index_blog__recommend:hover .index_blog__recommend__img img {
  transform: scale(1.2);
}
main.web_index .index_blog__recommend:hover .index_blog__recommend__img:after {
  display: block;
}
main.web_index .index_blog__recommend__img {
  overflow: hidden;
  position: relative;
}
main.web_index .index_blog__recommend__img:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(15, 17, 21, 0.2);
  display: none;
}
main.web_index .index_blog__recommend__img img {
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  width: 100%;
}
main.web_index .index_blog__recommend__desc {
  background-image: linear-gradient(rgba(15, 17, 21, 0), rgba(15, 17, 21, 0.8));
  position: absolute;
  height: 120px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_blog__recommend__desc__inside {
  padding: 0px 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_blog__recommend__desc__inside h4 {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}
main.web_index .index_blog__recommend__desc__inside p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1;
}
main.web_index .index_blog__list {
  flex: 0 1 656px;
}
main.web_index .index_blog__list ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_blog__list ul li {
  margin-bottom: 30px;
}
main.web_index .index_blog__list ul li:last-child {
  margin-bottom: 0px;
}
main.web_index .index_blog__item {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 2, 45, 0.1);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_blog__item:hover .index_blog__item__img img {
  transform: scale(1.2);
}
main.web_index .index_blog__item:hover .index_blog__item__img:after {
  display: block;
}
main.web_index .index_blog__item__img {
  flex: 0 1 258px;
  overflow: hidden;
  position: relative;
}
main.web_index .index_blog__item__img:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(15, 17, 21, 0.2);
  display: none;
}
main.web_index .index_blog__item__img img {
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.web_index .index_blog__item__desc {
  flex: 0 1 398px;
  padding: 0px 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_blog__item__desc h4 {
  font-family: "IBM-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  margin-bottom: 20px;
}
main.web_index .index_blog__item__desc p {
  font-size: 14px;
  color: #666;
}
main.web_index .index_blog__item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main.web_index .index_blog__message {
  padding-top: 100px;
  border-top: 1px solid #fff;
  padding-bottom: 110px;
}
main.web_index .index_blog__message ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_index .index_blog__message ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_index .index_blog__message ul li > i {
  width: 156px;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #ebeff3;
  margin-bottom: 20px;
  border-radius: 50%;
}
main.web_index .index_blog__message ul li > i svg {
  width: 68px;
  height: 68px;
}
main.web_index .index_blog__message ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #0F1115;
  font-family: "IBM-Medium-Italic";
}
main.web_index .index_blog__message ul li a i {
  margin-left: 12px;
}
main.web_index .index_blog__message ul li a i svg path {
  fill: #0F1115;
}
main.web_index .index_choose__wrap {
  background: url(/lib/img/indexs/img_why_bg.jpg) center center no-repeat no-repeat;
  position: relative;
  background-size: cover;
}
main.web_index .index_choose__wrap:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(15, 17, 21, 0.85);
}
main.web_index .index_choose__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  z-index: 3;
}
main.web_index .index_choose__desc {
  flex: 0 1 610px;
  margin-right: 40px;
}
main.web_index .index_choose__desc__title {
  margin-bottom: 66px;
}
main.web_index .index_choose__desc__title h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
main.web_index .index_choose__desc__title p {
  color: rgba(255, 255, 255, 0.7);
}
main.web_index .index_choose__desc__list li {
  margin-bottom: 40px;
}
main.web_index .index_choose__desc__list li:last-child {
  margin-bottom: 0px;
}
main.web_index .index_choose__desc__list p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 20px;
  color: #fff;
  font-family: "IBM-Medium";
}
main.web_index .index_choose__desc__list p i {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  background: #F72B08;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  border-radius: 50%;
}
main.web_index .index_choose__desc__list p i:after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  background: rgba(247, 43, 8, 0.3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
main.web_index .index_choose__desc__list p span {
  color: #F72B08;
}
main.web_index .index_choose__form {
  margin-top: 40px;
  margin-bottom: 40px;
  flex: 0 1 580px;
  background: #fff;
  padding: 60px 40px 0px 40px;
}
main.web_index .index_choose__form__inside {
  height: 540px;
}

footer.web_footer .footer__wrap {
  background: #000210;
}
footer.web_footer .footer_main__inside {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 70px;
  padding-bottom: 88px;
}
footer.web_footer .footer_main__message {
  flex: 0 1 320px;
}
footer.web_footer .footer_main__message h4 {
  font-size: 18px;
  font-family: "IBM-Bold";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  color: #fff;
}
footer.web_footer .footer_main__message h4 i {
  margin-right: 10px;
}
footer.web_footer .footer_main__message h4 i svg {
  width: 24px;
  height: 24px;
}
footer.web_footer .footer_main__message__phone {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  color: #fff;
}
footer.web_footer .footer_main__message__phone a {
  color: #fff;
  padding-left: 34px;
  font-size: 14px;
}
footer.web_footer .footer_main__message__email {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  color: #fff;
}
footer.web_footer .footer_main__message__email a {
  color: #fff;
  padding-left: 34px;
  font-size: 14px;
}
footer.web_footer .footer_main__message__address {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer.web_footer .footer_main__message__address p {
  color: #fff;
  padding-left: 34px;
  font-size: 14px;
}
footer.web_footer .footer_main__nav {
  flex: 1 1 auto;
}
footer.web_footer .footer_main__nav h4 {
  margin-bottom: 34px;
  font-size: 18px;
  font-family: "IBM-Bold";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
}
footer.web_footer .footer_main__nav h4 i:first-child {
  margin-right: 10px;
}
footer.web_footer .footer_main__nav h4 i:first-child svg {
  width: 24px;
  height: 24px;
}
footer.web_footer .footer_main__nav h4 i:last-child {
  display: none;
}
footer.web_footer .footer_main__nav > ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_main__nav > ul > li > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
footer.web_footer .footer_main__nav > ul > li > ul li {
  margin-bottom: 10px;
  padding-left: 34px;
  line-height: 1;
}
footer.web_footer .footer_main__nav > ul > li > ul li:last-child {
  margin-bottom: 0px;
}
footer.web_footer .footer_main__nav > ul > li > ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: white;
  font-size: 14px;
}
footer.web_footer .footer_main__nav > ul > li > ul li a i {
  margin-left: 10px;
}
footer.web_footer .footer_main__nav > ul > li > ul li a:hover {
  color: #F72B08;
}
footer.web_footer .footer_main__nav > ul > li > ul li a:hover svg {
  stroke: #F72B08;
}
footer.web_footer .footer_main__product {
  flex: 0 1 308px;
  margin-left: 60px;
}
footer.web_footer .footer_main__product__title {
  margin-bottom: 34px;
}
footer.web_footer .footer_main__product__title h4 {
  font-size: 18px;
  font-family: "IBM-Bold";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #fff;
}
footer.web_footer .footer_main__product__title h4 i {
  margin-right: 10px;
}
footer.web_footer .footer_main__product__title h4 i svg {
  width: 24px;
  height: 24px;
}
footer.web_footer .footer_main__product__nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
footer.web_footer .footer_main__product__nav ul li {
  background: #fff;
  flex: 0 1 calc(( 100% - 20px) / 3);
  margin-right: 10px;
}
footer.web_footer .footer_main__product__nav ul li:nth-of-type(3n+3) {
  margin-right: 0px;
}
footer.web_footer .footer_main__product__nav ul li:nth-of-type(1) {
  margin-bottom: 10px;
}
footer.web_footer .footer_main__product__nav ul li:nth-of-type(2) {
  margin-bottom: 10px;
}
footer.web_footer .footer_main__product__nav ul li:nth-of-type(3) {
  margin-bottom: 10px;
}
footer.web_footer .footer_main__product__nav ul li a img {
  width: 100%;
}
footer.web_footer .footer_copy__inside {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_copy__copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_copy__copyright a {
  margin-right: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
footer.web_footer .footer_copy__copyright a:hover {
  color: white;
}
footer.web_footer .footer_copy__icon ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer.web_footer .footer_copy__icon ul li {
  margin-left: 20px;
}
footer.web_footer .footer_copy__icon ul li svg path {
  fill: rgba(255, 255, 255, 0.5);
}
footer.web_footer .footer_copy__icon ul li:hover svg path {
  fill: white;
}
footer.web_footer .footer_copy__icon a {
  margin-right: 20px;
}
footer.web_footer .footer_copy__icon a:last-child {
  margin-right: 0px;
}

main.web_work .work_breadcrumb__wrap {
  margin-top: 30px;
}
main.web_work .work_content__wrap {
  margin-top: 60px;
  margin-bottom: 120px;
}
main.web_work .work_content__inside {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
main.web_work .work_content__main {
  flex: 0 1 900px;
  margin-right: 60px;
}
main.web_work .work_content__main__header {
  margin-bottom: 40px;
}
main.web_work .work_content__main__header h1 {
  font-size: 40px;
  font-family: "IBM-Medium";
  margin-bottom: 30px;
}
main.web_work .work_content__main__content p {
  margin-top: 10px;
  margin-bottom: 10px;
}
main.web_work .work_content__main__content blockquote {
  position: relative;
  border-left: none;
  font-size: 18px;
  padding: 30px 0px 10px 60px;
  border-top: 1px solid #ccecde;
  color: #0F1115;
}
main.web_work .work_content__main__content blockquote > P {
  margin-top: 0px;
  margin-bottom: 0px;
}
main.web_work .work_content__main__content blockquote:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 40px;
  top: -20px;
  left: 0px;
  background: url(/lib/img/article/icon_quote.svg) center center no-repeat no-repeat;
  background-color: #fff;
}
main.web_work .work_content__main__content h2 {
  font-size: 36px;
  margin-top: 25px;
  margin-bottom: 25px;
}
main.web_work .work_content__main__content h3 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
}
main.web_work .work_content__main__content img {
  margin-top: 25px;
  margin-bottom: 25px;
}
main.web_work .work_content__main__content h4 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
main.web_work .work_content__main__content ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
  margin-top: 25px;
  margin-bottom: 25px;
}
main.web_work .work_content__main__content ul li {
  display: list-item;
  margin: 5px 0px;
}
main.web_work .work_content__main__content__product {
  padding: 60px 40px;
  background: #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_work .work_content__main__content__product__img {
  margin-bottom: 40px;
}
main.web_work .work_content__main__content__product__desc {
  margin-bottom: 40px;
  max-width: 650px;
}
main.web_work .work_content__main__content__product__desc h4 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0px;
}
main.web_work .work_content__main__content__product__desc p {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
main.web_work .work_content__main__content__product img {
  margin-top: 0px;
  margin-bottom: 0px;
}
main.web_work .work_content__main__footer {
  background: #fff;
  box-shadow: 5px 5px 20px rgba(25, 25, 25, 0.1);
  padding: 60px 40px;
}
main.web_work .work_content__main__footer__inside {
  position: relative;
  z-index: 2;
}
main.web_work .work_content__right {
  flex: 0 1 380px;
}
main.web_work .work_content__right__inside {
  position: sticky;
  top: 160px;
}
main.web_work .work_content__right__nav__header {
  margin-bottom: 40px;
}
main.web_work .work_content__right__nav__header h3 {
  font-size: 24px;
  font-family: "IBM-Medium";
}
main.web_work .work_content__right__nav__content ul li {
  background: #f5f5f5;
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 2px;
}
main.web_work .work_content__right__nav__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
main.web_work .work_content__right__nav__item__img {
  flex: 0 1 40%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
main.web_work .work_content__right__nav__item__desc {
  flex: 0 1 60%;
}
main.web_work .work_content__right__nav__item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 3;
  overflow-wrap: break-word;
}
main.web_work .work_content__right__nav__item__btn {
  margin-top: 10px;
}
main.web_work .work_content__right__nav__item__btn a {
  color: #F72B08;
  font-family: "IBM-Medium";
}
main.web_work .work_content__right__nav__item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

main.web_not-found .not-found__container {
  margin-top: 160px;
  margin-bottom: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.web_not-found .not-found__title {
  font-size: 150px;
  margin-bottom: 30px;
  line-height: 1;
}
main.web_not-found .not-found-sub__title {
  font-size: 32px;
  margin-bottom: 30px;
}
main.web_not-found .not-found__desc {
  margin-bottom: 30px;
}
main.web_not-found .not-found__btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.web_not-found .not-found__btns a {
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  background: #0F1115;
  color: #fff;
  margin: 0px;
}
main.web_not-found .not-found__btns a:first-child {
  margin-right: 30px;
}
main.web_not-found .not-found__btns a i {
  margin-right: 10px;
}

main.web_success .success__container {
  margin-bottom: 160px;
  margin-top: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.web_success .success__btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.web_success .success__btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  background: #0F1115;
  color: #fff;
  margin: 0px;
}
main.web_success .success__btns a:first-child {
  margin-right: 30px;
}
main.web_success .success__btns a i {
  margin-right: 10px;
}
main.web_success .success__title {
  font-size: 32px;
  margin-bottom: 30px;
}
main.web_success .success__icon {
  margin-bottom: 30px;
}
main.web_success .success__icon svg path {
  fill: #0F1115;
}

.fixed_icon {
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 1000;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.fixed_icon a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.fixed_icon .fixed_message {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0F1115;
  border: 0px;
  box-shadow: 0px 0px 6px rgba(16, 16, 16, 0.1);
}
.fixed_icon .fixed_gotop {
  width: 36px;
  height: 36px;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
}

main.web_case .case_breadcrumb__wrap {
  margin-top: 30px;
}
main.web_case .case_title__wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}
main.web_case .case_title__inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_case .case_title__main {
  flex: 0 1 420px;
  margin-right: 40px;
}
main.web_case .case_title__main h1 {
  padding-bottom: 60px;
  position: relative;
}
main.web_case .case_title__main h1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 120px;
  background: #F72B08;
}
main.web_case .case_title__desc {
  flex: 0 1 800px;
}
main.web_case .case_title__desc p {
  font-size: 20px;
}
main.web_case .case_list__wrap {
  margin-bottom: 10px;
}
main.web_case .case_list__inside .row {
  margin-left: -36px;
  margin-right: -36px;
}
main.web_case .case_list__inside .row .col-xs-12 {
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 70px;
}
main.web_case .case_list__item {
  position: relative;
  max-width: 640px;
}
main.web_case .case_list__item:hover .case_list__item__img:after {
  display: block;
}
main.web_case .case_list__item:hover .case_list__item__desc .case_list__item__desc__btn a {
  background: #F72B08;
  color: #fff;
  border: 1px solid #F72B08;
}
main.web_case .case_list__item:hover .case_list__item__desc .case_list__item__desc__btn a svg {
  stroke: #fff;
}
main.web_case .case_list__item__img {
  margin-bottom: 40px;
  position: relative;
}
main.web_case .case_list__item__img:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 54, 108, 0.5);
  display: none;
}
main.web_case .case_list__item__desc__title {
  margin-bottom: 36px;
}
main.web_case .case_list__item__desc__title h3 {
  margin-bottom: 30px;
}
main.web_case .case_list__item__desc__title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
}
main.web_case .case_list__item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main.web_case .case_list__pagination {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 70px;
  width: 100%;
}
main.web_case .case_footer__wrap {
  margin-bottom: 120px;
}
main.web_case .case_footer__inside {
  height: 300px;
  background: url(/lib/img/case/img_bg.jpg) center center no-repeat no-repeat;
  padding: 60px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_case .case_footer__inside__wrap {
  max-width: 1130px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_case .case_footer__title {
  flex: 0 1 700px;
  margin-right: 40px;
}
main.web_case .case_footer__title h2 {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 36px;
}
main.web_case .case_footer__title p {
  color: #fff;
}
main.web_case .case_footer__btn a i {
  margin-left: 10px;
}

main.web_case-detail .case-detail_breadcrumb__wrap {
  margin-top: 30px;
}
main.web_case-detail .case-detail_title__wrap {
  margin-top: 60px;
  margin-bottom: 120px;
}
main.web_case-detail .case-detail_title__main {
  margin-bottom: 40px;
}
main.web_case-detail .case-detail_title__main h1 {
  font-size: 28px;
  font-family: "IBM-Medium";
}
main.web_case-detail .case-detail_title__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_case-detail .case-detail_title__desc {
  flex: 0 1 660px;
}
main.web_case-detail .case-detail_title__desc p {
  font-size: 20px;
}
main.web_case-detail .case-detail_title__table {
  flex: 0 1 374px;
  margin-right: 60px;
}
main.web_case-detail .case-detail_title__table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 0px;
}
main.web_case-detail .case-detail_title__table tr td {
  border: 0px;
  padding: 5px 0px;
}
main.web_case-detail .case-detail_title__table tr td:first-child {
  flex: 0 1 114px;
  margin-right: 30px;
  font-family: "IBM-Medium";
  color: #0F1115;
}
main.web_case-detail .case-detail_title__table tr td:last-child {
  flex: 0 1 230px;
}
main.web_case-detail .case-detail_title__table tr td a {
  color: #F72B08;
}
main.web_case-detail .case-detail_main__wrap {
  margin-bottom: 160px;
}
main.web_case-detail .case-detail_main__inside {
  position: relative;
  margin-bottom: 40px;
}
main.web_case-detail .case-detail_main__container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
main.web_case-detail .case-detail_main__item {
  padding-bottom: 56.25%;
  position: relative;
}
main.web_case-detail .case-detail_main__item__video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main.web_case-detail .case-detail_main__item__video__inside {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_case-detail .case-detail_main__item__video__inside:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 54, 108, 0.7);
}
main.web_case-detail .case-detail_main__item__video__inside .waters {
  position: absolute;
}
main.web_case-detail .case-detail_main__item__video__ifream {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
main.web_case-detail .case-detail_main__item__video__ifream iframe {
  width: 100%;
  height: 100%;
}
main.web_case-detail .case-detail_main__item__img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
main.web_case-detail .case-detail_main__prev:after, main.web_case-detail .case-detail_main__next:after {
  display: none;
}
main.web_case-detail .case-detail_main__pagination {
  width: 100%;
  height: 10px;
  background: #e5e5e5;
  bottom: -40px;
}
main.web_case-detail .case-detail_main__pagination span {
  background: #0F1115;
}

main.web_product .product_breadcrumb__wrap {
  margin-top: 30px;
}
main.web_product .product_main__wrap {
  margin-top: 60px;
  background: url(/lib/img/product/img_bg.jpg) left bottom no-repeat no-repeat;
  padding-bottom: 120px;
}
main.web_product .product_main__title {
  margin-bottom: 90px;
}
main.web_product .product_main__title h1 {
  text-align: center;
}
main.web_product .product_main__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product .product_main__content__inside {
  max-width: 1048px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product .product_main__content__item {
  flex: 0 1 444px;
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 60px 54px;
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_product .product_main__content__item:hover .product_main__content__item__img img {
  transform: scale(1.1);
}
main.web_product .product_main__content__item:hover .product_main__content__item__desc__btn a {
  background: #F72B08;
}
main.web_product .product_main__content__item:first-child {
  margin-right: 40px;
}
main.web_product .product_main__content__item__img {
  width: 200px;
  height: 200px;
  margin-bottom: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 13, 34, 0.1);
}
main.web_product .product_main__content__item__img img {
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}
main.web_product .product_main__content__item__desc {
  flex: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_product .product_main__content__item__desc__main {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_product .product_main__content__item__desc__main h3 {
  margin-bottom: 30px;
}
main.web_product .product_main__content__item__desc__main p {
  text-align: center;
}
main.web_product .product_main__content__item__desc__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product .product_main__content__item__desc__btn a {
  width: 200px;
}
main.web_product .product_main__content__item > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

main.web_product-list .product-list_breadcrumb__wrap {
  margin-top: 30px;
}
main.web_product-list .product-list_title__wrap {
  margin-top: 60px;
}
main.web_product-list .product-list_title__title {
  margin-bottom: 40px;
}
main.web_product-list .product-list_title__title h1 {
  font-size: 40px;
  font-family: "IBM-Medium";
  color: #0F1115;
}
main.web_product-list .product-list_title__desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
main.web_product-list .product-list_title__desc__img {
  flex: 0 0 160px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 13, 34, 0.1);
  margin-right: 60px;
}
main.web_product-list .product-list_title__desc__desc {
  flex: 0 1 1130px;
}
main.web_product-list .product-list_title__desc__desc p {
  margin-bottom: 10px;
}
main.web_product-list .product-list_title__desc__desc p:last-child {
  margin-bottom: 0px;
}
main.web_product-list .product-list_faq__wrap {
  display: none;
}
main.web_product-list .product-list_faq__wrap.active {
  display: block;
}
main.web_product-list .product-list_faq__inside {
  margin-bottom: 40px;
}
main.web_product-list .product-list_faq__item {
  border: 1px solid #e5e5e5;
  border-top: 0px solid #e5e5e5;
}
main.web_product-list .product-list_faq__item .active + .product-list_faq__item__content {
  box-shadow: 0px 0px 30px rgba(0, 2, 45, 0.1);
}
main.web_product-list .product-list_faq__item:first-child {
  border-top: 1px solid #e5e5e5;
}
main.web_product-list .product-list_faq__item__title {
  height: 64px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product-list .product-list_faq__item__title p {
  padding-left: 30px;
  color: #00022d;
}
main.web_product-list .product-list_faq__item__title i {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background: #f6f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product-list .product-list_faq__item__title i svg {
  width: 28px;
  height: 28px;
  stroke: #999;
}
main.web_product-list .product-list_faq__item__title i svg:first-child {
  display: none;
}
main.web_product-list .product-list_faq__item__title.active {
  background: #333557;
}
main.web_product-list .product-list_faq__item__title.active p {
  color: #fff;
}
main.web_product-list .product-list_faq__item__title.active i {
  background: #F72B08;
}
main.web_product-list .product-list_faq__item__title.active i svg {
  stroke: #fff;
}
main.web_product-list .product-list_faq__item__title.active i svg:last-child {
  display: none;
}
main.web_product-list .product-list_faq__item__title.active i svg:first-child {
  display: block;
}
main.web_product-list .product-list_faq__item__content {
  display: none;
  padding: 50px;
}
main.web_product-list .product-list_faq__item__content p {
  margin-bottom: 30px;
}
main.web_product-list .product-list_faq__item__content ul {
  padding-left: 20px;
}
main.web_product-list .product-list_faq__item__content ul li {
  margin-bottom: 30px;
  position: relative;
}
main.web_product-list .product-list_faq__item__content ul li span {
  font-family: "IBM-Medium";
}
main.web_product-list .product-list_faq__item__content ul li:last-child {
  margin-bottom: 0px;
}
main.web_product-list .product-list_faq__item__content ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F72B08;
  position: absolute;
  top: 10px;
  left: -20px;
}
main.web_product-list .product-list_faq__footer p {
  padding-left: 30px;
  font-family: "IBM-Medium";
  color: #0F1115;
}
main.web_product-list .product-list_faq__footer p a {
  color: #F72B08;
  border-bottom: 3px solid #f1bdb3;
}
main.web_product-list .product-list_list__wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}
main.web_product-list .product-list_list__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
main.web_product-list .product-list_list__title__select {
  flex: 0 1 400px;
  margin-right: 40px;
}
main.web_product-list .product-list_list__title__select__inside {
  position: relative;
  height: 48px;
}
main.web_product-list .product-list_list__title__select__inside select {
  width: 100%;
  height: 100%;
  background: #F72B08;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px 30px;
  color: #fff;
  cursor: pointer;
}
main.web_product-list .product-list_list__title__select__inside select:hover {
  background: #1aab6b;
}
main.web_product-list .product-list_list__title__select__inside select option {
  background: #fff;
  color: #404040;
  height: 36px;
}
main.web_product-list .product-list_list__title__select__inside select option:first-child {
  display: none;
}
main.web_product-list .product-list_list__title__select__icon {
  position: absolute;
  top: 18px;
  right: 30px;
  pointer-events: none;
}
main.web_product-list .product-list_list__title__select > p {
  font-size: 24px;
  font-family: "IBM-Medium";
}
main.web_product-list .product-list_list__title__select > p span {
  font-size: 24px;
  font-family: "IBM-Medium";
}
main.web_product-list .product-list_list__title__search {
  flex: 0 1 308px;
}
main.web_product-list .product-list_list__title__search > form {
  height: 48px;
  position: relative;
}
main.web_product-list .product-list_list__title__search__input {
  width: 100%;
  height: 48px;
}
main.web_product-list .product-list_list__title__search__input input[type=text] {
  width: 100%;
  height: 100%;
  padding: 0px 58px 0px 30px;
  background: #f9f9f9;
  font-size: 14px;
}
main.web_product-list .product-list_list__title__search__input input::-webkit-input-placeholder,
main.web_product-list .product-list_list__title__search__input input:-ms-input-placeholder,
main.web_product-list .product-list_list__title__search__input input::-moz-placeholder {
  color: #999;
}
main.web_product-list .product-list_list__title__search__btn {
  height: 48px;
  width: 48px;
  position: absolute;
  top: 0px;
  right: 10px;
}
main.web_product-list .product-list_list__title__search__btn input[type=submit] {
  position: relative;
  z-index: 2;
  height: 48px;
  width: 48px;
  opacity: 0;
  background: transparent;
  cursor: pointer;
}
main.web_product-list .product-list_list__title__search__btn i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: Center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 1;
}
main.web_product-list .product-list_list__content .row {
  margin-left: -20px;
  margin-right: -20px;
}
main.web_product-list .product-list_list__content .row .col-xs-6 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
main.web_product-list .product-list_list__pagination {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}

main.web_product-detail .product-detail__header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #f9f9f9;
}
main.web_product-detail .product-detail__header__video {
  flex: 0 1 996px;
  height: auto;
  background: url(/lib/img/product-detail/img_video.jpg) center center no-repeat no-repeat;
  background-size: cover;
  position: relative;
}
main.web_product-detail .product-detail__header__video__inside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: rgba(15, 17, 21, 0.5);
}
main.web_product-detail .product-detail__header__video__inside i {
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
main.web_product-detail .product-detail__header__video__ifream {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
main.web_product-detail .product-detail__header__video__ifream iframe {
  width: 100%;
  height: 100%;
}
main.web_product-detail .product-detail__header__title {
  min-height: 560px;
  flex: 0 1 924px;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product-detail .product-detail__header__title__inside {
  max-width: 720px;
}
main.web_product-detail .product-detail__header__title__breadcrumb {
  margin-bottom: 30px;
}
main.web_product-detail .product-detail__header__title__main {
  margin-bottom: 50px;
}
main.web_product-detail .product-detail__header__title__main h1 {
  font-size: 36px;
  font-family: "IBM-Medium";
}
main.web_product-detail .product-detail__header__title__btn {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product-detail .product-detail__header__title__btn a:first-child {
  margin-right: 20px;
  background: linear-gradient(to right, #ff6700 50%, #f72b08 100%);
}
main.web_product-detail .product-detail__header__title__btn a:first-child i {
  margin-right: 10px;
}
main.web_product-detail .product-detail__header__title__share div {
  color: #666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product-detail .product-detail__header__title__share ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product-detail .product-detail__header__title__share ul li {
  margin-left: 20px;
}
main.web_product-detail .product-detail__header__title__share ul li svg {
  width: 20px;
  height: 20px;
}
main.web_product-detail .product-detail__content__wrap {
  padding-top: 120px;
  padding-bottom: 120px;
}
main.web_product-detail .product-detail__content__inside {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product-detail .product-detail__content__desc {
  flex: 0 1 660px;
  margin-right: 40px;
  padding-top: 20px;
}
main.web_product-detail .product-detail__content__desc p {
  line-height: 1.4;
  padding-bottom: 10px;
}
main.web_product-detail .product-detail__content__desc h3 {
  font-size: 20px;
  font-family: "IBM-Medium";
  margin-bottom: 20px;
  color: #F72B08;
}
main.web_product-detail .product-detail__content__desc img {
  margin-bottom: 30px;
}
main.web_product-detail .product-detail__content__desc ul li {
  list-style: none;
}
main.web_product-detail .product-detail__content__desc__table__inside {
  overflow-y: hidden;
  max-height: 500px;
  margin-bottom: 40px;
}
main.web_product-detail .product-detail__content__desc__table__inside.active {
  max-height: 100%;
}
main.web_product-detail .product-detail__content__desc__table__inside table {
  border: 0px;
  border-top: 2px solid #0F1115;
  border-bottom: 2px solid #0F1115;
}
main.web_product-detail .product-detail__content__desc__table__inside table tr {
  border: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e5e5e5;
}
main.web_product-detail .product-detail__content__desc__table__inside table tr:last-child {
  border-bottom: 0px;
}
main.web_product-detail .product-detail__content__desc__table__inside table tr td {
  padding: 0px;
  border: 0px;
}
main.web_product-detail .product-detail__content__desc__table__inside table tr td:first-child {
  flex: 0 1 240px;
  margin-right: 60px;
  font-family: "IBM-Medium";
  color: #404040;
}
main.web_product-detail .product-detail__content__desc__table__inside table tr td:last-child {
  flex: 0 1 360px;
  text-align: right;
  color: #666;
}
main.web_product-detail .product-detail__content__desc__table__inside table tr td ul li {
  line-height: 1.5;
}
main.web_product-detail .product-detail__content__desc__table__btn {
  margin-bottom: 40px;
}
main.web_product-detail .product-detail__content__desc__table__btn.active {
  display: none;
}
main.web_product-detail .product-detail__content__desc__table__btn.active1 a:first-child {
  display: none;
}
main.web_product-detail .product-detail__content__desc__table__btn.active1 a:last-child {
  display: flex;
}
main.web_product-detail .product-detail__content__desc__table__btn a {
  color: #F72B08;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product-detail .product-detail__content__desc__table__btn a i {
  margin-left: 10px;
}
main.web_product-detail .product-detail__content__desc__table__btn a i svg {
  stroke: #F72B08;
}
main.web_product-detail .product-detail__content__desc__table__btn a:last-child {
  display: none;
}
main.web_product-detail .product-detail__content__img {
  flex: 0 1 620px;
  max-width: 620px;
}
main.web_product-detail .product-detail__content__img__inside {
  position: sticky;
  top: 160px;
}
main.web_product-detail .product-detail__content__img__container {
  border: 1px solid #e5e5e5;
  box-shadow: 5px 5px 30px rgba(0, 2, 45, 0.05);
}
main.web_product-detail .product-detail__content__img__prev, main.web_product-detail .product-detail__content__img__next {
  width: 56px;
  height: 56px;
  background: #0F1115;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_product-detail .product-detail__content__img__prev:after, main.web_product-detail .product-detail__content__img__next:after {
  display: none;
}
main.web_product-detail .product-detail__content__img__prev svg, main.web_product-detail .product-detail__content__img__next svg {
  width: 28px;
  height: 28px;
}
main.web_product-detail .product-detail__content__img__prev {
  left: 0px;
}
main.web_product-detail .product-detail__content__img__next {
  right: 0px;
}
main.web_product-detail .product-detail__recommend__wrap {
  background: #f6f9f9;
  padding-bottom: 120px;
  padding-top: 120px;
}
main.web_product-detail .product-detail__recommend__title {
  margin-bottom: 50px;
}
main.web_product-detail .product-detail__recommend__title h2 {
  text-align: center;
}
main.web_product-detail .product-detail__recommend__content .row {
  margin-left: -20px;
  margin-right: -20px;
}
main.web_product-detail .product-detail__recommend__content .row .col-xs-6 {
  padding-left: 20px;
  padding-right: 20px;
}

main.web_blog .blog_title__wrap {
  padding: 100px 0px;
  background: #f9f9f9;
}
main.web_blog .blog_title__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_title__main {
  flex: 0 1 640px;
  margin-right: 40px;
}
main.web_blog .blog_title__main h1 {
  margin-bottom: 50px;
  line-height: 1.3;
  font-size: 36px;
  color: #0F1115;
  font-family: "Tit-Bold";
}
main.web_blog .blog_title__main h1 span {
  position: relative;
  color: #F72B08;
}
main.web_blog .blog_title__main h1 span bdi {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  display: inline-flex;
}
main.web_blog .blog_title__main h1 span:after {
  z-index: 0;
  content: "";
  width: 250px;
  height: 7px;
  background: #f5b5aa;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}
main.web_blog .blog_title__form {
  flex: 0 1 490px;
}
main.web_blog .blog_title__form__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  box-shadow: 2px 2px 5px rgba(0, 30, 7, 0.1);
}
main.web_blog .blog_title__form__name {
  position: relative;
  z-index: 3;
  flex: 0 1 310px;
}
main.web_blog .blog_title__form__name input[type=text] {
  width: 100%;
  height: 56px;
  padding: 0px 30px;
  border: none;
}
main.web_blog .blog_title__form__name input[type=text]:focus {
  border: none;
}
main.web_blog .blog_title__form__name input::-webkit-input-placeholder,
main.web_blog .blog_title__form__name input:-ms-input-placeholder,
main.web_blog .blog_title__form__name input::-moz-placeholder {
  color: #999;
}
main.web_blog .blog_title__form__btn {
  flex: 0 1 180px;
  position: relative;
}
main.web_blog .blog_title__form__btn input[type=submit] {
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: none;
  width: 100%;
  height: 56px;
  font-family: "IBM-Bold";
  color: #fff;
  background: #F72B08;
}
main.web_blog .blog_title__form__btn input[type=submit] + span {
  display: none;
}
main.web_blog .blog_title__form__btn__back {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 230px;
  transform: translate(-50%, -50%);
  z-index: 0;
}
main.web_blog .blog_title__form__btn__back__inside {
  width: 3px;
  height: 10px;
  background: #F72B08;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
main.web_blog .blog_title__form__btn__back__1, main.web_blog .blog_title__form__btn__back__2, main.web_blog .blog_title__form__btn__back__3, main.web_blog .blog_title__form__btn__back__4, main.web_blog .blog_title__form__btn__back__5, main.web_blog .blog_title__form__btn__back__6 {
  width: 3px;
  position: absolute;
  overflow: hidden;
}
main.web_blog .blog_title__form__btn__back__1, main.web_blog .blog_title__form__btn__back__3, main.web_blog .blog_title__form__btn__back__4, main.web_blog .blog_title__form__btn__back__6 {
  height: 45px;
}
main.web_blog .blog_title__form__btn__back__2, main.web_blog .blog_title__form__btn__back__5 {
  height: 30px;
  left: 50%;
}
main.web_blog .blog_title__form__btn__back__1, main.web_blog .blog_title__form__btn__back__2, main.web_blog .blog_title__form__btn__back__3 {
  top: 20px;
}
main.web_blog .blog_title__form__btn__back__2 {
  top: 25px;
}
main.web_blog .blog_title__form__btn__back__4, main.web_blog .blog_title__form__btn__back__5, main.web_blog .blog_title__form__btn__back__6 {
  bottom: 20px;
}
main.web_blog .blog_title__form__btn__back__4 .blog_title__form__btn__back__inside, main.web_blog .blog_title__form__btn__back__5 .blog_title__form__btn__back__inside, main.web_blog .blog_title__form__btn__back__6 .blog_title__form__btn__back__inside {
  top: 0px;
}
main.web_blog .blog_title__form__btn__back__5 {
  bottom: 25px;
}
main.web_blog .blog_title__form__btn__back__1, main.web_blog .blog_title__form__btn__back__4 {
  left: 30px;
}
main.web_blog .blog_title__form__btn__back__3, main.web_blog .blog_title__form__btn__back__6 {
  right: 30px;
}
main.web_blog .blog_title__form__btn__back__1 {
  transform: rotate(-30deg);
}
main.web_blog .blog_title__form__btn__back__1:hover .blog_title__form__btn__back__inside {
  transform: translateY(-45px);
}
main.web_blog .blog_title__form__btn__back__2 {
  transform: rotate(5deg);
}
main.web_blog .blog_title__form__btn__back__3 {
  transform: rotate(30deg);
}
main.web_blog .blog_title__form__btn__back__4 {
  transform: rotate(30deg);
}
main.web_blog .blog_title__form__btn__back__5 {
  transform: rotate(-5deg);
}
main.web_blog .blog_title__form__btn__back__6 {
  transform: rotate(-30deg);
}
main.web_blog .blog_list__wrap {
  padding-top: 80px;
  padding-bottom: 40px;
}
main.web_blog .blog_list__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
main.web_blog .blog_list__title__article {
  flex: 0 1 200px;
  margin-right: 40px;
}
main.web_blog .blog_list__title__article p {
  font-size: 24px;
  color: #0F1115;
}
main.web_blog .blog_list__title__article p span {
  color: #F72B08;
}
main.web_blog .blog_list__title__nav {
  flex: 0 1 auto;
}
main.web_blog .blog_list__title__nav__inside {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_list__title__nav__inside li {
  margin-left: 40px;
}
main.web_blog .blog_list__title__nav__inside li a {
  color: #666;
}
main.web_blog .blog_list__title__nav__inside li.active a {
  font-family: "IBM-Medium";
  color: #F72B08;
}
main.web_blog .blog_list__title__nav__mobile {
  width: 100%;
  max-width: 550px;
}
main.web_blog .blog_list__title__nav__mobile p {
  padding: 0px 20px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #F72B08;
  font-family: "IBM-Medium";
  color: #fff;
}
main.web_blog .blog_list__title__nav__mobile > div {
  background: #fff;
  display: none;
}
main.web_blog .blog_list__title__nav__mobile > div ul {
  padding: 0px 30px;
}
main.web_blog .blog_list__title__nav__mobile > div ul li {
  height: 40px;
  line-height: 40px;
}
main.web_blog .blog_list__title__nav__mobile > div ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_blog .blog_list__content .row {
  margin-left: -20px;
  margin-right: -20px;
}
main.web_blog .blog_list__content .row .col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
main.web_blog .blog_list__content__item {
  height: 100%;
}
main.web_blog .blog_list__content__pagination {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}

main.web_article .article_breadcrumb__wrap {
  margin-top: 30px;
}
main.web_article .article_content__wrap {
  margin-top: 60px;
  margin-bottom: 120px;
}
main.web_article .article_content__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
main.web_article .article_content__left {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 10px;
  left: -80px;
}
main.web_article .article_content__left li {
  margin-bottom: 10px;
}
main.web_article .article_content__left svg {
  width: 40px;
  height: 40px;
}
main.web_article .article_content__left ul {
  position: sticky;
  top: 160px;
}
main.web_article .article_content__main {
  flex: 0 1 900px;
  margin-right: 60px;
}
main.web_article .article_content__main__header {
  margin-bottom: 40px;
}
main.web_article .article_content__main__header h1 {
  font-size: 40px;
  font-family: "IBM-Medium";
  margin-bottom: 30px;
}
main.web_article .article_content__main__header__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #999;
}
main.web_article .article_content__main__header__date span:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 50%;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
main.web_article .article_content__main__header__date span a {
  color: #F72B08;
}
main.web_article .article_content__main__content p {
  margin-top: 15px;
  margin-bottom: 15px;
}
main.web_article .article_content__main__content blockquote.wp-block-quote {
  position: relative;
  border-left: none;
  font-size: 18px;
  padding: 30px 0px 10px 60px;
  border-top: 1px solid #ccecde;
  color: #0F1115;
}
main.web_article .article_content__main__content blockquote.wp-block-quote:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 40px;
  top: -20px;
  left: 0px;
  background: url(/lib/img/article/icon_quote.svg) center center no-repeat no-repeat;
  background-color: #fff;
}
main.web_article .article_content__main__content h2 {
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 15px;
}
main.web_article .article_content__main__content h3 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}
main.web_article .article_content__main__content h4 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
main.web_article .article_content__main__content ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
  margin-top: 15px;
  margin-bottom: 15px;
}
main.web_article .article_content__main__content ul li {
  display: list-item;
  margin: 5px 0px;
}
main.web_article .article_content__right {
  flex: 0 1 380px;
}
main.web_article .article_content__right__inside {
  position: sticky;
  top: 160px;
}
main.web_article .article_content__right__about__title {
  margin-bottom: 30px;
}
main.web_article .article_content__right__about__title h3 {
  font-size: 24px;
  font-family: "IBM-Medium";
}
main.web_article .article_content__right__about__content {
  margin-bottom: 60px;
}
main.web_article .article_content__right__about__content p a {
  position: relative;
  color: #F72B08;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: inline-flex;
}
main.web_article .article_content__right__about__content p a i {
  margin-left: 5px;
}
main.web_article .article_content__right__about__content p a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ccecde;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
main.web_article .article_content__right__nav__header {
  margin-bottom: 20px;
}
main.web_article .article_content__right__nav__header ul {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_article .article_content__right__nav__header ul li {
  flex: 0 1 110px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
main.web_article .article_content__right__nav__header ul li:not(:last-child) {
  margin-right: 20px;
}
main.web_article .article_content__right__nav__header ul li.active:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #F72B08;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translateY(50%);
}
main.web_article .article_content__right__nav__content ul:not(:first-child) {
  display: none;
}
main.web_article .article_content__right__nav__content ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
main.web_article .article_content__right__nav__content ul li a {
  padding: 20px 0px;
  display: inline-block;
  color: #0F1115;
  font-family: "IBM-Medium";
}
main.web_article .article_content__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_article .article_content__footer__inside {
  flex: 0 1 900px;
  margin-right: 60px;
}
main.web_article .article_content__footer__share {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
main.web_article .article_content__footer__share p {
  margin-bottom: 40px;
  font-family: "IBM-Bold";
  color: #0F1115;
}
main.web_article .article_content__footer__share p a {
  color: #F72B08;
}
main.web_article .article_content__footer__share ul {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_article .article_content__footer__share ul li {
  margin-right: 10px;
}
main.web_article .article_content__footer__share ul li svg {
  width: 40px;
  height: 40px;
}
main.web_article .article_content__footer__nav p {
  font-family: "IBM-Medium";
  color: #0F1115;
}
main.web_article .article_content__footer__nav p a {
  color: #F72B08;
}
main.web_article .article_content__footer__nav p:not(:last-child) {
  margin-bottom: 10px;
}
main.web_article .article_content__footer__back {
  flex: 0 1 380px;
}
main.web_article .article__recommend__wrap {
  background: #f6f9f9;
  padding-bottom: 120px;
  padding-top: 120px;
}
main.web_article .article__recommend__title {
  margin-bottom: 50px;
}
main.web_article .article__recommend__title h2 {
  text-align: center;
}
main.web_article .article__recommend__content .row {
  margin-left: -20px;
  margin-right: -20px;
}
main.web_article .article__recommend__content .row .col-xs-6 {
  padding-left: 20px;
  padding-right: 20px;
}

main.web_about {
  background: url(/lib/img/about/img_year_bg_2.png) top right no-repeat no-repeat;
}
main.web_about .about_breadcrumb__wrap {
  margin-top: 30px;
}
main.web_about .about_main__wrap {
  margin-top: 60px;
}
main.web_about .about_main__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
}
main.web_about .about_main__desc {
  flex: 0 1 750px;
  margin-right: 40px;
}
main.web_about .about_main__desc ul li {
  margin-bottom: 50px;
}
main.web_about .about_main__desc ul li:last-child {
  margin-bottom: 0px;
}
main.web_about .about_main__desc ul li h4 {
  font-family: "Tit-Bold";
  font-size: 24px;
  margin-bottom: 30px;
  color: #0F1115;
}
main.web_about .about_main__desc ul li p {
  margin-left: 30px;
}
main.web_about .about_main__img {
  flex: 0 0 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
main.web_about .about_main__img__inside {
  max-width: 320px;
  position: relative;
}
main.web_about .about_main__img__number {
  position: absolute;
  top: 24%;
  line-height: 1;
  color: #F72B08;
  font-size: 130px;
  font-family: "Clarendon_Blk";
  left: 50%;
  transform: translateX(-50%);
}
main.web_about .about_cert__wrap {
  padding-bottom: 100px;
  padding-top: 64px;
}
main.web_about .about_cert__inside {
  position: relative;
}
main.web_about .about_cert__container {
  max-width: 720px;
}
main.web_about .about_cert__prev {
  left: 120px;
}
main.web_about .about_cert__prev:after {
  display: none;
}
main.web_about .about_cert__next {
  right: 120px;
}
main.web_about .about_cert__next:after {
  display: none;
}
main.web_about .about_about__wrap {
  background: #f9f9f9 url(/lib/img/about/img_about_company_bg.png) 95.83% 100% no-repeat no-repeat;
  margin-bottom: 120px;
}
main.web_about .about_about__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 120px 0px;
}
main.web_about .about_about__video {
  flex: 0 1 850px;
  margin-right: 120px;
  position: relative;
}
main.web_about .about_about__video__inside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background: rgba(0, 2, 45, 0.5);
}
main.web_about .about_about__desc {
  flex: 0 1 950px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_about .about_about__desc__inside {
  flex: 0 1 660px;
  margin-right: 120px;
}
main.web_about .about_about__desc__inside p {
  margin-bottom: 30px;
}
main.web_about .about_about__desc__inside p:nth-of-type(2) {
  font-family: "IBM-Medium-Italic";
  color: #F72B08;
}
main.web_about .about_about__desc__inside a {
  margin-top: 60px;
}
main.web_about .about_quality__title {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
main.web_about .about_quality__title h2 {
  text-align: center;
  margin-bottom: 50px;
}
main.web_about .about_quality__title p {
  text-align: center;
}
main.web_about .about_quality__content {
  margin-bottom: 80px;
}
main.web_about .about_quality__content .row {
  margin-left: -20px;
  margin-right: -20px;
}
main.web_about .about_quality__content .row .col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
}
main.web_about .about_contact__wrap {
  background: url(/lib/img/about/img_contact_bg.jpg) left bottom no-repeat no-repeat;
  background-size: cover;
}
main.web_about .about_contact__inside {
  padding: 120px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_contact__title {
  max-width: 660px;
  margin-bottom: 60px;
}
main.web_about .about_contact__title h2 {
  font-size: 52px;
  font-family: "Tit-Regular";
  line-height: 1.2;
  margin-bottom: 40px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
main.web_about .about_contact__title h2 span {
  text-align: center;
}
main.web_about .about_contact__title h2 span:last-child {
  font-family: "Tit-Bold";
}
main.web_about .about_contact__title p {
  color: #fff;
  text-align: center;
}
main.web_contact .contact_breadcrumb__wrap {
  margin-top: 30px;
}
main.web_contact .contact_main__wrap {
  margin-top: 50px;
  background: url(/lib/img/contact/img_bg.png) bottom left no-repeat no-repeat;
}
main.web_contact .contact_main__inside {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_contact .contact_main__desc {
  margin-top: 10px;
  flex: 0 1 500px;
  margin-right: 60px;
}
main.web_contact .contact_main__desc__title {
  margin-bottom: 90px;
}
main.web_contact .contact_main__desc__main {
  margin-bottom: 100px;
}
main.web_contact .contact_main__desc__main p {
  font-size: 28px;
  margin-bottom: 40px;
  font-family: "IBM-Medium-Italic";
}
main.web_contact .contact_main__desc__main ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
main.web_contact .contact_main__desc__main ul li:last-child {
  margin-bottom: 0px;
}
main.web_contact .contact_main__desc__main ul li i {
  flex: 0 0 48px;
  margin-right: 20px;
}
main.web_contact .contact_main__desc__haccp {
  max-width: 440px;
  height: 100px;
  border-radius: 2px;
  background: linear-gradient(#5f6063 0%, #0F1115 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px 24px;
}
main.web_contact .contact_main__desc__haccp__img {
  flex: 0 1 122px;
  margin-right: 30;
  margin-top: -56px;
}
main.web_contact .contact_main__desc__haccp__desc {
  flex: 0 1 240px;
}
main.web_contact .contact_main__desc__haccp__desc h4 {
  font-size: 20px;
  font-family: "Tit-Bold";
  color: #fff;
  margin-bottom: 5px;
}
main.web_contact .contact_main__desc__haccp__desc p {
  line-height: 1.3;
  color: #FFF;
}
main.web_contact .contact_main__form {
  flex: 0 1 600px;
  position: relative;
  background: url(/lib/img/contact/img_pro.png) -20px -20px no-repeat no-repeat;
}
main.web_contact .contact_main__form:before {
  content: "";
  position: absolute;
  width: 281px;
  height: 343px;
  background: url(/lib/img/contact/contact_img.png) center center no-repeat no-repeat;
  left: -208px;
  top: 160px;
  z-index: -1;
}
main.web_contact .contact_main__form:after {
  content: "";
  position: absolute;
  border-radius: 2px;
  top: 20px;
  left: -8px;
  width: 8px;
  height: calc(100% - 40px);
  background: rgba(247, 43, 8, 0.8);
}
main.web_contact .contact_main__form__inside {
  border: 1px solid #e5e5e5;
  padding: 60px 50px;
  background: #fff;
}
main.web_contact .contact_main__form__title {
  margin-bottom: 42px;
}
main.web_contact .contact_main__form__title h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "IBM-Medium";
  text-align: center;
}
main.web_contact .contact_main__form__title p {
  font-size: 14px;
  color: #666;
  text-align: center;
}
main.web_contact .contact_main__form__title p span {
  color: #eb2222;
}
main.web_contact .contact_main__form__content form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
main.web_contact .contact_main__form__content form input[type=text] {
  width: 100%;
  height: 56px;
  background: #f5f5f5;
  padding: 0px 20px;
}
main.web_contact .contact_main__form__content form input[type=email] {
  width: 100%;
  height: 56px;
  background: #f5f5f5;
  padding: 0px 20px;
}
main.web_contact .contact_main__form__content form select {
  width: 100%;
  height: 56px;
  padding: 0px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  color: #999;
  background: url(/lib/img/contact/icon_arrow_down.svg) no-repeat scroll right center transparent;
  background-color: #f5f5f5;
  background-origin: content-box;
}
main.web_contact .contact_main__form__content form select option:first-child {
  display: none;
}
main.web_contact .contact_main__form__content form textarea {
  width: 100%;
  height: 140px;
  background: #f5f5f5;
}
main.web_contact .contact_main__form__content form input[type=submit] {
  width: 100%;
  height: 48px;
  background: linear-gradient(to right, #ff6700 50%, #f72b08 100%);
  font-family: "IBM-Bold";
  color: #fff;
}
main.web_contact .contact_main__form__content form input[type=submit]:hover {
  background: #F72B08;
}
main.web_contact .contact_main__form__content form textarea::-webkit-input-placeholder,
main.web_contact .contact_main__form__content form input::-webkit-input-placeholder {
  color: #999;
}
main.web_contact .contact_main__form__content form textarea::-moz-placeholder,
main.web_contact .contact_main__form__content form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
main.web_contact .contact_main__form__content form textarea:-moz-placeholder,
main.web_contact .contact_main__form__content form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
main.web_contact .contact_main__form__content form textarea:-ms-input-placeholder,
main.web_contact .contact_main__form__content form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
main.web_contact .contact_main__form__content__name, main.web_contact .contact_main__form__content__email {
  flex: 0 1 calc(50% - 10px);
  margin-bottom: 20px;
}
main.web_contact .contact_main__form__content__name {
  margin-right: 20px;
}
main.web_contact .contact_main__form__content__phone, main.web_contact .contact_main__form__content__select {
  flex: 0 1 100%;
  margin-bottom: 20px;
}
main.web_contact .contact_main__form__content__textarea {
  flex: 0 1 100%;
  margin-bottom: 54px;
}
main.web_contact .contact_main__form__content__btn {
  flex: 0 1 100%;
}
main.web_contact .contact_main__form__content__btn input {
  cursor: pointer;
}
main.web_contact .contact_main__form__content__btn div {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  color: #666;
  font-size: 14px;
}
main.web_contact .contact_main__form__content__btn div span {
  color: #F72B08;
}
main.web_contact .contact_map__wrap {
  margin-bottom: 120px;
}
main.web_contact .contact_map__inside {
  border: 1px solid #e5e5e5;
}
main.web_contact .contact_map__main {
  height: 298px;
}
main.web_contact .contact_map__main iframe {
  width: 100%;
  height: 100%;
}
main.web_contact .contact_map__footer {
  height: 120px;
  padding: 0px 120px;
}
main.web_contact .contact_map__footer ul {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_contact .contact_map__footer ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
main.web_contact .contact_map__footer ul li a i {
  margin-right: 30px;
}
main.web_contact .contact_map__footer ul li:nth-of-type(2), main.web_contact .contact_map__footer ul li:nth-of-type(4) {
  height: 42px;
  width: 1px;
  background: #e5e5e5;
}

@media (max-width: 1520px) {
  header.web_header .header_main__nav > ul > li {
    padding: 0px 20px;
  }

  main.web_article .article_content__left {
    left: -20px;
  }
  main.web_article .article_content__main {
    padding-left: 45px;
  }
}
@media (max-width: 1360px) {
  header.web_header .header_inside {
    padding: 0 45px;
  }
  header.web_header .header_main__nav > ul > li {
    padding: 0px 15px;
  }

  footer.web_footer .footer_main__nav__main {
    padding: 0px;
  }

  main.web_index .index_contact__inside {
    padding: 0px 60px 0px 30px;
  }

  main.web_about .about_about__video {
    margin-right: 60px;
  }
  main.web_about .about_about__desc__inside {
    margin-right: 45px;
  }
}
@media (max-width: 1289px) {
  header.web_header .header_main__nav > ul > li {
    padding: 0px 5px;
  }
}
@media (max-width: 1023px) {
  main {
    margin-top: 60px;
  }

  main.web_index .index_banner__next {
    width: 60px;
    height: 36px;
  }
  main.web_index .index_banner__next svg {
    width: 24px;
    height: 24px;
  }
  main.web_index .index_banner__prev {
    width: 60px;
    height: 36px;
  }
  main.web_index .index_banner__prev svg {
    width: 24px;
    height: 24px;
  }
  main.web_index .index_video__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_index .index_video__desc {
    flex: 0 1 auto;
    padding: 60px 30px;
    width: 100%;
    max-width: 520px;
  }
  main.web_index .index_video__desc__title {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  main.web_index .index_video__desc__desc {
    margin-bottom: 30px;
  }
  main.web_index .index_video__desc__list ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_index .index_video__desc__list ul li {
    margin: 0 10px;
  }
  main.web_index .index_video__desc__list__item__img {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
  }
  main.web_index .index_video__img {
    flex: 0 1 auto;
    position: relative;
    width: 100%;
    height: 200px;
  }
  main.web_index .index_video__img > img {
    display: block;
  }
  main.web_index .index_video__img__inside {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  main.web_index .index_video__img__inside .waters {
    width: 100%;
    height: 72px;
  }
  main.web_index .index_video__img__inside .waters::after {
    height: 72px;
    width: 72px;
    border-radius: 50%;
  }
  main.web_index .index_video__img__inside .waters .water2, main.web_index .index_video__img__inside .waters .water3, main.web_index .index_video__img__inside .waters .water4 {
    top: -14px;
    box-shadow: 0 0 100px 30px #fff inset;
  }
  main.web_index .index_product__wrap {
    padding: 60px 0px 60px 0px;
  }
  main.web_index .index_product__desc__title {
    margin-bottom: 20px;
  }
  main.web_index .index_product__desc__desc {
    margin-bottom: 40px;
  }
  main.web_index .index_product__desc__desc p:first-child {
    font-size: 18px;
    margin-bottom: 15px;
  }
  main.web_index .index_product__desc__desc p:last-child {
    font-size: 16px;
  }
  main.web_index .index_product__main__nav {
    margin-bottom: 40px;
  }
  main.web_index .index_product__main__nav ul li {
    margin-right: 30px;
    font-size: 16px;
  }
  main.web_index .index_product__main__nav ul li:last-child {
    margin-right: 0px;
  }
  main.web_index .index_product__main__item__container {
    padding-bottom: 46px;
  }
  main.web_index .index_product__main__item__next {
    height: 16px;
    transform: translateX(0px);
  }
  main.web_index .index_product__main__item__next svg {
    width: 16px;
    height: 16px;
  }
  main.web_index .index_product__main__item__prev {
    height: 16px;
    transform: translateX(-28px);
  }
  main.web_index .index_product__main__item__prev svg {
    width: 16px;
    height: 16px;
  }
  main.web_index .index_about__wrap {
    height: auto;
    padding: 60px 0px;
  }
  main.web_index .index_about__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_index .index_about__desc {
    flex: 0 1 auto;
    width: 100%;
    max-width: 520px;
    margin-bottom: 40px;
  }
  main.web_index .index_about__desc__title {
    margin-bottom: 30px;
  }
  main.web_index .index_about__desc__title h2 {
    text-align: center;
  }
  main.web_index .index_about__desc__desc {
    margin-bottom: 40px;
  }
  main.web_index .index_about__desc__desc p {
    text-align: center;
  }
  main.web_index .index_about__desc__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_index .index_about__number {
    margin-left: 0px;
    margin-right: 0px;
    flex: 0 1 auto;
    width: 100%;
    max-width: 520px;
  }
  main.web_index .index_about__number__item span:nth-of-type(1) {
    margin-bottom: 20px;
  }
  main.web_index .index_about__number__item span:nth-of-type(2) {
    margin-bottom: 10px;
    font-size: 24px;
  }
  main.web_index .index_about__number__item span:nth-of-type(2) bdi {
    font-size: 24px;
  }
  main.web_index .index_about__number ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  main.web_index .index_about__number ul li:last-child {
    margin-left: 0px;
  }
  main.web_index .index_about__number ul li > div:first-child {
    margin-bottom: 45px;
  }
  main.web_index .index_project__wrap {
    padding: 60px 0px 20px 0px;
  }
  main.web_index .index_project__title {
    margin-bottom: 30px;
  }
  main.web_index .index_project__desc {
    margin-bottom: 40px;
    padding: 0px;
  }
  main.web_index .index_project__desc p {
    margin-bottom: 10px;
  }
  main.web_index .index_project__desc p:last-child {
    margin-bottom: 0px;
  }
  main.web_index .index_project__desc:after {
    display: none;
  }
  main.web_index .index_project__desc:before {
    display: none;
  }
  main.web_index .index_project__main {
    margin-bottom: 40px;
  }
  main.web_index .index_project__main__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    border-radius: 20px;
  }
  main.web_index .index_project__main__list {
    flex: 0 1 auto;
    width: 100%;
  }
  main.web_index .index_project__main__list ul {
    padding: 40px 30px;
    width: 100%;
  }
  main.web_index .index_project__main__list ul li {
    margin-bottom: 30px;
    height: 40px;
  }
  main.web_index .index_project__main__list ul li > a {
    opacity: 1;
  }
  main.web_index .index_project__main__list ul li:last-child {
    margin-bottom: 0px;
  }
  main.web_index .index_project__main__list ul li:after {
    left: -30px;
    height: 40px;
  }
  main.web_index .index_project__main__video {
    flex: 0 1 auto;
    width: 100%;
  }
  main.web_index .index_project__main__video img {
    width: 100%;
  }
  main.web_index .index_project__main__video__inside i {
    width: 56px;
    height: 56px;
  }
  main.web_index .index_project__btn {
    margin-bottom: 40px;
  }
  main.web_index .index_project__icon ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  main.web_index .index_project__icon ul li {
    flex: 0 1 50%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_index .index_project__icon ul li:after {
    display: none;
  }
  main.web_index .index_project__icon__item__back {
    display: none !important;
  }
  main.web_index .index_project__icon__item i {
    margin-bottom: 20px;
  }
  main.web_index .index_project__icon__item i svg {
    width: 48px;
    height: 48px;
  }
  main.web_index .index_project__icon__item p {
    text-align: center;
    height: 42px;
  }
  main.web_index .index_project__inside {
    max-width: 520px;
    width: 100%;
  }
  main.web_index .index_blog__wrap {
    padding-top: 70px;
  }
  main.web_index .index_blog__title {
    margin-bottom: 40px;
    width: 100%;
    max-width: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_index .index_blog__main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  main.web_index .index_blog__recommend {
    flex: 0 1 auto;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 520px;
  }
  main.web_index .index_blog__recommend__desc {
    height: auto;
  }
  main.web_index .index_blog__recommend__desc__inside {
    padding: 30px 15px 20px 15px;
    margin-bottom: 0px;
  }
  main.web_index .index_blog__recommend__desc__inside h4 {
    margin-bottom: 10px;
  }
  main.web_index .index_blog__list {
    flex: 0 1 auto;
  }
  main.web_index .index_blog__list ul li {
    max-width: 520px;
    margin-bottom: 20px;
  }
  main.web_index .index_blog__list ul li:last-child {
    margin-bottom: 40px;
  }
  main.web_index .index_blog__list__btn {
    width: 100%;
    max-width: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_index .index_blog__item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_index .index_blog__item__desc {
    padding: 15px 15px;
  }
  main.web_index .index_blog__item__desc h4 {
    margin-bottom: 10px;
  }
  main.web_index .index_blog__message {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  main.web_index .index_blog__message ul {
    width: 100%;
    max-width: 520px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_index .index_blog__message ul li {
    flex: 1 1 calc((100% - 20px)/3);
  }
  main.web_index .index_blog__message ul li > i {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
  }
  main.web_index .index_blog__message ul li > i svg {
    width: 32px;
    height: 32px;
  }
  main.web_index .index_blog__message ul li a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_index .index_blog__message ul li a span {
    height: 42px;
  }
  main.web_index .index_blog__message ul li a > i {
    margin-top: 10px;
  }
  main.web_index .index_choose__wrap {
    background-size: cover;
    padding: 60px 0px;
  }
  main.web_index .index_choose__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_index .index_choose__desc {
    flex: 0 1 auto;
    width: 100%;
    max-width: 520px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  main.web_index .index_choose__desc__title {
    margin-bottom: 40px;
  }
  main.web_index .index_choose__desc__list li {
    margin-bottom: 20px;
  }
  main.web_index .index_choose__desc__list li:last-child {
    margin-bottom: 0px;
  }
  main.web_index .index_choose__desc__list p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 16px;
  }
  main.web_index .index_choose__desc__list p i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  main.web_index .index_choose__desc__list p i svg {
    width: 12px;
    height: 12px;
  }
  main.web_index .index_choose__desc__list p i:after {
    width: 24px;
    height: 24px;
  }
  main.web_index .index_choose__form {
    flex: 0 1 auto;
    max-width: 520px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 20px;
  }
  main.web_index .index_choose__form__inside {
    height: auto;
  }

  main.web_product .product_breadcrumb__wrap {
    margin-top: 20px;
  }
  main.web_product .product_main__wrap {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  main.web_product .product_main__title {
    margin-bottom: 40px;
  }
  main.web_product .product_main__content__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_product .product_main__content__item {
    max-width: 444px;
    padding: 40px 30px;
  }
  main.web_product .product_main__content__item__img {
    margin-bottom: 40px;
  }
  main.web_product .product_main__content__item__desc__main {
    margin-bottom: 30px;
  }
  main.web_product .product_main__content__item__desc__main h3 {
    margin-bottom: 20px;
  }
  main.web_product .product_main__content__item:first-child {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  main.web_product-list .product-list_title__wrap {
    margin-top: 40px;
  }
  main.web_product-list .product-list_title__title h1 {
    font-size: 20px;
    text-align: center;
  }
  main.web_product-list .product-list_title__desc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_product-list .product-list_title__desc__img {
    margin-right: 0px;
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
  main.web_product-list .product-list_title__desc__desc {
    flex: 0 1 auto;
  }
  main.web_product-list .product-list_title__desc__desc p {
    text-align: center;
  }
  main.web_product-list .product-list_faq__inside {
    margin-bottom: 30px;
  }
  main.web_product-list .product-list_faq__item__title p {
    padding: 0px 15px;
  }
  main.web_product-list .product-list_faq__item__content {
    padding: 40px 30px;
  }
  main.web_product-list .product-list_faq__footer p {
    text-align: center;
    padding-left: 0px;
  }
  main.web_product-list .product-list_list__wrap {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  main.web_product-list .product-list_list__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_product-list .product-list_list__title__select {
    flex: 0 1 auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 500px;
  }
  main.web_product-list .product-list_list__title__search {
    flex: 0 1 auto;
    width: 100%;
    max-width: 500px;
  }
  main.web_product-list .product-list_list__content .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  main.web_product-list .product-list_list__content .row .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  main.web_product-list .product-list_list__pagination {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  main.web_product-detail .product-detail__header__title {
    padding: 30px 15px 60px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_product-detail .product-detail__header__title__main {
    margin-bottom: 40px;
  }
  main.web_product-detail .product-detail__header__title__main h1 {
    font-size: 20px;
  }
  main.web_product-detail .product-detail__header__title__breadcrumb {
    margin-bottom: 40px;
  }
  main.web_product-detail .product-detail__header__title__btn {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_product-detail .product-detail__header__title__btn a {
    max-width: 500px;
    width: 100%;
  }
  main.web_product-detail .product-detail__header__title__btn a:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  main.web_product-detail .product-detail__header__video {
    margin-bottom: 40px;
  }
  main.web_product-detail .product-detail__header__video__inside .waters {
    width: 100%;
    height: 72px;
  }
  main.web_product-detail .product-detail__header__video__inside .waters::after {
    height: 72px;
    width: 72px;
    border-radius: 50%;
  }
  main.web_product-detail .product-detail__header__video__inside .waters .water2, main.web_product-detail .product-detail__header__video__inside .waters .water3, main.web_product-detail .product-detail__header__video__inside .waters .water4 {
    top: -14px;
    box-shadow: 0 0 100px 30px #fff inset;
  }
  main.web_product-detail .product-detail__content__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.web_product-detail .product-detail__content__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  main.web_product-detail .product-detail__content__img {
    flex: 0 1 auto;
    margin-bottom: 40px;
  }
  main.web_product-detail .product-detail__content__img__inside {
    position: static;
  }
  main.web_product-detail .product-detail__content__img__prev, main.web_product-detail .product-detail__content__img__next {
    width: 48px;
    height: 48px;
  }
  main.web_product-detail .product-detail__content__img__prev svg, main.web_product-detail .product-detail__content__img__next svg {
    width: 20px;
    height: 20px;
  }
  main.web_product-detail .product-detail__content__desc {
    flex: 0 1 auto;
    margin-right: 0px;
    padding-top: 0px;
  }
  main.web_product-detail .product-detail__content__desc p {
    margin-bottom: 20px;
  }
  main.web_product-detail .product-detail__content__desc h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  main.web_product-detail .product-detail__content__desc img {
    margin-bottom: 20px;
  }
  main.web_product-detail .product-detail__content__desc__table__inside {
    margin-bottom: 30px;
  }
  main.web_product-detail .product-detail__content__desc__table__inside table tr {
    padding-top: 20px;
    padding-bottom: 12px;
  }
  main.web_product-detail .product-detail__content__desc__table__inside table tr td:first-child {
    margin-right: 20px;
  }
  main.web_product-detail .product-detail__recommend__wrap {
    padding: 60px 0px 40px 0px;
  }
  main.web_product-detail .product-detail__recommend__title {
    margin-bottom: 40px;
  }
  main.web_product-detail .product-detail__recommend__content .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  main.web_product-detail .product-detail__recommend__content .row .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  main.web_case .case_title__wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  main.web_case .case_title__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_case .case_title__main {
    flex: 0 1 auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  main.web_case .case_title__main h1 {
    padding-bottom: 0px;
  }
  main.web_case .case_title__main h1:after {
    display: none;
  }
  main.web_case .case_title__desc {
    flex: 0 1 auto;
  }
  main.web_case .case_title__desc p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  main.web_case .case_title__desc p:last-child {
    margin-bottom: 0px;
  }
  main.web_case .case_list__wrap {
    margin-bottom: 20px;
  }
  main.web_case .case_list__inside .row .col-xs-12 {
    margin-bottom: 40px;
  }
  main.web_case .case_list__item__img {
    margin-bottom: 30px;
  }
  main.web_case .case_list__item__desc__title {
    margin-bottom: 40px;
  }
  main.web_case .case_list__item__desc__title h3 {
    margin-bottom: 20px;
  }
  main.web_case .case_list__pagination {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  main.web_case .case_footer__wrap {
    margin-bottom: 0px;
  }
  main.web_case .case_footer__wrap .w {
    padding: 0px;
  }
  main.web_case .case_footer__inside {
    background: url(/lib/img/case/img_bg_phone.png) center center no-repeat no-repeat;
    height: auto;
    padding: 40px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_case .case_footer__inside__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_case .case_footer__title {
    flex: 0 1 auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  main.web_case .case_footer__title p {
    text-align: center;
  }
  main.web_case .case_footer__title h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  main.web_work .work_content__wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  main.web_work .work_content__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_work .work_content__main {
    padding-left: 0px;
    margin-right: 0px;
  }
  main.web_work .work_content__main__header {
    margin-bottom: 40px;
  }
  main.web_work .work_content__main__header h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  main.web_work .work_content__main__content {
    flex: 0 1 100%;
  }
  main.web_work .work_content__main__content blockquote.wp-block-quote {
    font-size: 16px;
    margin-top: 30px;
    padding: 20px 0px 0px 40px;
  }
  main.web_work .work_content__main__content blockquote.wp-block-quote:after {
    width: 40px;
    height: 30px;
    top: -15px;
  }
  main.web_work .work_content__main__content img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_work .work_content__main__content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main.web_work .work_content__main__content h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_work .work_content__main__content h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_work .work_content__main__content h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main.web_work .work_content__main__content ul {
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_work .work_content__main__content__product {
    padding: 40px 20px;
  }
  main.web_work .work_content__main__content__product__img {
    margin-bottom: 30px;
  }
  main.web_work .work_content__main__content__product__desc {
    margin-bottom: 30px;
  }
  main.web_work .work_content__main__content__product__desc h4 {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  main.web_work .work_content__main__content__product__desc p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  main.web_work .work_content__main__content__product img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  main.web_work .work_content__main__footer {
    padding: 40px 20px;
  }
  main.web_work .work_content__right {
    margin-top: 40px;
  }
  main.web_work .work_content__right__nav__header {
    margin-bottom: 30px;
  }
  main.web_work .work_content__right__nav__header h3 {
    font-size: 18px;
  }
  main.web_work .work_content__right__nav__content ul li a {
    padding: 12px 0px;
  }

  main.web_case-detail .case-detail_title__wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  main.web_case-detail .case-detail_title__main {
    margin-bottom: 30px;
  }
  main.web_case-detail .case-detail_title__main h1 {
    font-size: 18px;
  }
  main.web_case-detail .case-detail_title__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_case-detail .case-detail_title__desc {
    flex: 0 1 auto;
  }
  main.web_case-detail .case-detail_title__desc p {
    font-size: 16px;
  }
  main.web_case-detail .case-detail_title__table {
    flex: 0 1 auto;
    max-width: 374px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  main.web_case-detail .case-detail_main__wrap {
    margin-bottom: 100px;
  }
  main.web_case-detail .case-detail_main__item__video__inside .waters {
    width: 100%;
    height: 72px;
  }
  main.web_case-detail .case-detail_main__item__video__inside .waters::after {
    height: 72px;
    width: 72px;
    border-radius: 50%;
  }
  main.web_case-detail .case-detail_main__item__video__inside .waters .water2, main.web_case-detail .case-detail_main__item__video__inside .waters .water3, main.web_case-detail .case-detail_main__item__video__inside .waters .water4 {
    top: -14px;
    box-shadow: 0 0 100px 30px #fff inset;
  }
  main.web_case-detail .case-detail_main__pagination {
    height: 8px;
  }

  main.web_about .about_main__wrap {
    margin-top: 40px;
  }
  main.web_about .about_main__inside {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  main.web_about .about_main__img {
    flex: 0 1 auto;
    margin-bottom: 40px;
  }
  main.web_about .about_main__desc {
    flex: 0 1 auto;
    margin-right: 0px;
  }
  main.web_about .about_main__desc ul li {
    margin-bottom: 40px;
  }
  main.web_about .about_main__desc ul li:last-child {
    margin-bottom: 0px;
  }
  main.web_about .about_main__desc ul li h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  main.web_about .about_main__desc ul li p {
    margin-left: 15px;
  }
  main.web_about .about_cert__wrap {
    padding-bottom: 80px;
    padding-top: 60px;
  }
  main.web_about .about_cert__prev {
    display: none;
  }
  main.web_about .about_cert__next {
    display: none;
  }
  main.web_about .about_cert__pagination {
    bottom: -40px;
    width: 100%;
  }
  main.web_about .about_cert__pagination span {
    background: #8e96b6;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
  }
  main.web_about .about_cert__pagination span.swiper-pagination-bullet-active {
    background: #F72B08;
  }
  main.web_about .about_about__wrap {
    margin-bottom: 60px;
    background-size: 94px 162px;
  }
  main.web_about .about_about__inside {
    padding: 60px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_about .about_about__video {
    max-width: 850px;
    flex: 0 1 auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  main.web_about .about_about__video__inside .waters {
    width: 100%;
    height: 72px;
  }
  main.web_about .about_about__video__inside .waters::after {
    height: 72px;
    width: 72px;
    border-radius: 50%;
  }
  main.web_about .about_about__video__inside .waters .water2, main.web_about .about_about__video__inside .waters .water3, main.web_about .about_about__video__inside .waters .water4 {
    top: -14px;
    box-shadow: 0 0 100px 30px #fff inset;
  }
  main.web_about .about_about__desc {
    flex: 0 1 auto;
  }
  main.web_about .about_about__desc__inside {
    margin-left: 15px;
    margin-right: 15px;
  }
  main.web_about .about_about__desc__inside p {
    margin-bottom: 20px;
  }
  main.web_about .about_about__desc__inside a {
    margin-top: 40px;
  }
  main.web_about .about_quality__title {
    margin-bottom: 40px;
  }
  main.web_about .about_quality__title h2 {
    margin-bottom: 20px;
  }
  main.web_about .about_quality__content {
    margin-bottom: 40px;
  }
  main.web_about .about_quality__content .col-xs-12 {
    margin-bottom: 30px;
  }
  main.web_about .about_quality__content .col-xs-12:last-child {
    margin-bottom: 0px;
  }
  main.web_about .about_quality__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  main.web_about .about_contact__wrap {
    background: url(/lib/img/about/img_contact_bg_phone.jpg) left bottom no-repeat no-repeat;
    background-size: cover;
  }
  main.web_about .about_contact__inside {
    padding: 60px 0px;
  }
  main.web_about .about_contact__title {
    margin-bottom: 40px;
  }
  main.web_about .about_contact__title h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main.web_contact .contact_main__wrap {
    margin-top: 40px;
  }
  main.web_contact .contact_main__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  main.web_contact .contact_main__desc {
    flex: 0 1 auto;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-right: 0px;
  }
  main.web_contact .contact_main__desc__title {
    margin-bottom: 40px;
  }
  main.web_contact .contact_main__desc__main {
    margin-bottom: 40px;
  }
  main.web_contact .contact_main__desc__main p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  main.web_contact .contact_main__desc__main ul li {
    margin-bottom: 30px;
  }
  main.web_contact .contact_main__desc__main ul li:last-child {
    margin-bottom: 0px;
  }
  main.web_contact .contact_main__desc__main ul li i {
    flex: 0 0 36px;
    margin-right: 15px;
  }
  main.web_contact .contact_main__desc__haccp__img {
    flex: 0 0 60px;
    margin-right: 20px;
    margin-top: 0px;
  }
  main.web_contact .contact_main__desc__haccp__desc {
    flex: 0 1 312px;
  }
  main.web_contact .contact_main__desc__haccp__desc h4 {
    font-size: 18px;
  }
  main.web_contact .contact_main__form {
    flex: 0 1 auto;
    max-width: 600px;
  }
  main.web_contact .contact_main__form:before {
    display: none;
  }
  main.web_contact .contact_main__form:after {
    display: none;
  }
  main.web_contact .contact_main__form__inside {
    padding: 40px 20px;
  }
  main.web_contact .contact_main__form__title {
    margin-bottom: 30px;
  }
  main.web_contact .contact_main__form__title h3 {
    font-size: 18px;
  }
  main.web_contact .contact_main__form__content form input[type=text] {
    height: 48px;
    padding: 0px 15px;
  }
  main.web_contact .contact_main__form__content form input[type=email] {
    height: 48px;
    padding: 0px 15px;
  }
  main.web_contact .contact_main__form__content form select {
    height: 48px;
    padding: 0px 15px;
  }
  main.web_contact .contact_main__form__content__name, main.web_contact .contact_main__form__content__email {
    flex: 0 1 calc(50% - 5px);
    margin-bottom: 10px;
  }
  main.web_contact .contact_main__form__content__name {
    margin-right: 10px;
  }
  main.web_contact .contact_main__form__content__phone, main.web_contact .contact_main__form__content__select {
    margin-bottom: 10px;
  }
  main.web_contact .contact_main__form__content__textarea {
    margin-bottom: 30px;
  }
  main.web_contact .contact_map__wrap {
    margin-bottom: 60px;
  }
  main.web_contact .contact_map__main {
    height: 200px;
  }
  main.web_contact .contact_map__footer {
    height: auto;
    padding: 40px 0px;
  }
  main.web_contact .contact_map__footer ul {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_contact .contact_map__footer ul li {
    margin-bottom: 10px;
  }
  main.web_contact .contact_map__footer ul li:last-child {
    margin-bottom: 0px;
  }
  main.web_contact .contact_map__footer ul li a i {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  main.web_contact .contact_map__footer ul li:nth-of-type(2), main.web_contact .contact_map__footer ul li:nth-of-type(4) {
    display: none;
  }

  main.web_blog .blog_title__wrap {
    padding: 60px 0px;
  }
  main.web_blog .blog_title__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_blog .blog_title__main {
    flex: 0 1 auto;
    max-width: 640px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  main.web_blog .blog_title__main h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.web_blog .blog_title__main h1 span:after {
    width: 140px;
    height: 5px;
    bottom: 5px;
  }
  main.web_blog .blog_title__form {
    flex: 0 1 auto;
    max-width: 490px;
  }
  main.web_blog .blog_title__form__name input[type=text] {
    height: 48px;
  }
  main.web_blog .blog_title__form__btn input[type=submit] {
    height: 48px;
  }
  main.web_blog .blog_list__wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  main.web_blog .blog_list__title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  main.web_blog .blog_list__title__article {
    flex: 0 1 auto;
    margin-right: 0px;
  }
  main.web_blog .blog_list__title__article p {
    font-size: 18px;
  }
  main.web_blog .blog_list__title__nav {
    width: 100%;
    margin-bottom: 40px;
  }

  main.web_article .article_content__wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  main.web_article .article_content__left {
    display: none;
  }
  main.web_article .article_content__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_article .article_content__main {
    padding-left: 0px;
    margin-right: 0px;
  }
  main.web_article .article_content__main__header {
    margin-bottom: 40px;
  }
  main.web_article .article_content__main__header h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.web_article .article_content__main__content {
    flex: 0 1 100%;
  }
  main.web_article .article_content__main__content blockquote.wp-block-quote {
    font-size: 16px;
    margin-top: 30px;
    padding: 20px 0px 0px 40px;
  }
  main.web_article .article_content__main__content blockquote.wp-block-quote:after {
    width: 40px;
    height: 30px;
    top: -15px;
  }
  main.web_article .article_content__main__content img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_article .article_content__main__content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main.web_article .article_content__main__content h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_article .article_content__main__content h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_article .article_content__main__content h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  main.web_article .article_content__main__content ul {
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main.web_article .article_content__right__about__title {
    margin-bottom: 20px;
  }
  main.web_article .article_content__right__about__title h3 {
    font-size: 18px;
  }
  main.web_article .article_content__right__about__content {
    margin-bottom: 40px;
  }
  main.web_article .article_content__right__nav__content ul li a {
    padding: 12px 0px;
  }
  main.web_article .article_content__footer__inside {
    flex: 0 1 auto;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  main.web_article .article_content__footer__share {
    margin-bottom: 30px;
  }
  main.web_article .article_content__footer__share p {
    margin-bottom: 30px;
  }
  main.web_article .article_content__footer__share ul {
    margin-bottom: 30px;
  }
  main.web_article .article_content__footer__share ul li svg {
    width: 24px;
    height: 24px;
  }
  main.web_article .article_content__footer__back {
    display: none;
  }
  main.web_article .article__recommend__wrap {
    padding: 60px 0px 40px 0px;
  }
  main.web_article .article__recommend__title {
    margin-bottom: 40px;
  }
  main.web_article .article__recommend__content .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  main.web_article .article__recommend__content .row .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .common_solution__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .common_solution__inside .row .col-xs-12 {
    margin-bottom: 40px;
  }
  .common_solution__title {
    margin-bottom: 40px;
  }
  .common_solution__item {
    padding: 40px 30px;
  }
  .common_solution__item__desc {
    margin-bottom: 30px;
  }

  .c-form__inside {
    width: calc( 100% - 30px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    top: 60px;
  }
  .c-form__title {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
  }
  .c-form__main__name, .c-form__main__email, .c-form__main__phone, .c-form__main__type {
    flex: 0 1 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .c-form__main__message {
    height: 120px;
  }
  .c-product__item {
    padding: 10px;
  }
  .c-product__item__img {
    margin-bottom: 20px;
  }
  .c-product__item__desc__title {
    margin-bottom: 15px;
  }
  .c-title__h2 {
    font-size: 24px;
  }
  .c-title__h2__B {
    font-size: 20px;
  }
  .c-title__h3 {
    font-size: 18px;
  }
  .c-title__h3__T {
    font-size: 18px;
  }
  .c-title__h4 {
    font-size: 16px;
  }
  .c-btn__green {
    height: 48px;
  }
  .c-btn__white {
    height: 48px;
  }
  .c-blog__wrap {
    margin-bottom: 30px;
  }
  .c-blog__desc {
    height: auto;
    padding: 40px 15px;
  }

  footer.web_footer .footer_main__inside {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 60px 0px 20px 0px;
    max-width: 520px;
    width: 100%;
  }
  footer.web_footer .footer_main__message {
    width: 100%;
    flex: 0 1 auto;
  }
  footer.web_footer .footer_main__message h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer.web_footer .footer_main__message h4 i svg {
    width: 16px;
    height: 16px;
  }
  footer.web_footer .footer_main__message__address {
    margin-bottom: 20px;
  }
  footer.web_footer .footer_main__message__address p {
    padding-left: 26px;
  }
  footer.web_footer .footer_main__message__phone {
    margin-bottom: 20px;
  }
  footer.web_footer .footer_main__message__phone a {
    padding-left: 26px;
  }
  footer.web_footer .footer_main__message__email {
    margin-bottom: 20px;
  }
  footer.web_footer .footer_main__message__email a {
    padding-left: 26px;
  }
  footer.web_footer .footer_main__nav {
    flex: 0 1 auto;
    width: 100%;
  }
  footer.web_footer .footer_main__nav h4 {
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  footer.web_footer .footer_main__nav h4 i:first-child svg {
    width: 16px;
    height: 16px;
  }
  footer.web_footer .footer_main__nav h4 i:last-child {
    display: block;
  }
  footer.web_footer .footer_main__nav h4 i:last-child svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
  }
  footer.web_footer .footer_main__nav > ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer.web_footer .footer_main__nav > ul > li {
    margin-bottom: 20px;
  }
  footer.web_footer .footer_main__nav > ul > li > ul {
    display: none;
  }
  footer.web_footer .footer_main__nav > ul > li > ul li {
    padding-left: 26px;
  }
  footer.web_footer .footer_main__product {
    flex: 0 1 auto;
    max-width: 520px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  footer.web_footer .footer_main__product__title {
    margin-bottom: 20px;
  }
  footer.web_footer .footer_main__product__title h4 {
    font-size: 16px;
  }
  footer.web_footer .footer_main__product__title h4 i svg {
    width: 16px;
    height: 16px;
  }
  footer.web_footer .footer_copy__inside {
    max-width: 520px;
    width: 100%;
    height: auto;
    padding: 40px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer.web_footer .footer_copy__copyright {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer.web_footer .footer_copy__copyright a {
    margin-right: 0px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: center;
  }
  footer.web_footer .footer_copy__copyright__link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  footer.web_footer .footer_copy__copyright__link a {
    margin-right: 15px;
  }
  footer.web_footer .footer_copy__copyright__link a:last-child {
    margin-right: 0px;
  }

  .fixed_icon {
    height: auto;
    right: 5px;
    bottom: 10px;
  }
  .fixed_icon .fixed_message {
    height: 48px;
    width: 48px;
  }
  .fixed_icon .fixed_message svg {
    width: 20px;
    height: 20px;
  }
  .fixed_icon .fixed_gotop {
    margin-top: 10px;
    width: 28px;
    height: 28px;
  }
  .fixed_icon .fixed_gotop svg {
    width: 16px;
    height: 16px;
  }

  .lg-backdrop.in {
    opacity: 0.8 !important;
  }

  main.web_not-found .not-found__container {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  main.web_not-found .not-found__title {
    font-size: 76px;
  }
  main.web_not-found .not-found-sub__title {
    font-size: 20px;
  }
  main.web_not-found .not-found__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_not-found .not-found__btns a {
    height: 48px;
  }
  main.web_not-found .not-found__btns a:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  main.web_success .success__container {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  main.web_success .success__icon svg {
    width: 96px;
    height: 96px;
  }
  main.web_success .success__title {
    font-size: 20px;
  }
  main.web_success .success__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main.web_success .success__btns a {
    height: 48px;
  }
  main.web_success .success__btns a:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-index__btn > a {
    height: 48px;
  }
  .c-pagination__num {
    margin: 0 5px;
  }
  .c-pagination__prev, .c-pagination__next {
    padding: 0 1rem;
  }
  .c-pagination__ellipsis {
    margin: 0px 5px;
  }
  .c-pagination__prev {
    margin-right: 10px;
  }
  .c-pagination__next {
    margin-left: 10px;
  }

  header.web_header .header__mobile__nav__inside {
    width: 70%;
  }
}/*# sourceMappingURL=index.min.css.map */