.font2 {
  font-family: Arial, "sans-serif";
}

.btn {
  border-radius: 0;
}

.btn-primary,
.btn-danger {
  display: inline-block;
  font-size: 18px;
  padding: 10px 80px;
  border-radius: 50px;
  background-color: #7b0000;
  position: relative;
  margin-top: 20px;
  color: #fff;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  overflow: hidden;
  border: 0;
  line-height: 1.5;
  z-index: 1;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (max-width: 1400px) {
  .btn-primary,
  .btn-danger {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .btn-primary,
  .btn-danger {
    padding: 8px 50px 8px 60px;
    margin-top: 15px;
    font-size: 16px;
  }
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ad0101;
}
.btn-primary:hover::after, .btn-primary:focus::after, .btn-primary:not(:disabled):not(.disabled).active::after, .btn-primary:not(:disabled):not(.disabled):active::after,
.btn-danger:hover::after,
.btn-danger:focus::after,
.btn-danger:not(:disabled):not(.disabled).active::after,
.btn-danger:not(:disabled):not(.disabled):active::after {
  background-color: #ad0101;
}

.btn-danger::after {
  background-color: #e64545;
}
.btn-danger:hover::after {
  background-color: #e42d2d;
}

.nav-tabs {
  border-bottom: 0;
}

.list-group-item {
  border: none;
  background-color: transparent;
}
.list-group-item.active {
  color: #ad0101;
  background-color: transparent;
}

.show991 {
  display: none !important;
}

h2 {
  margin: 0;
}
h2::before, h2::after {
  background-color: #000000;
  -webkit-box-shadow: 0px 3px 0px 0px;
          box-shadow: 0px 3px 0px 0px;
  margin-top: -1px;
}

.zone3 .pic {
  background-position: center right;
}

.product_item_row {
  position: relative;
}
.product_item_row:nth-child(even) .product_item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product_item_row:nth-child(even) .product_num {
  left: auto;
  right: 100%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.product_item_row .product_num {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 100%;
  background-color: #ad0101;
  color: #ffffff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  line-height: 94px;
  z-index: 99;
}
.product_item_row:nth-child(odd) {
  background-image: url(../images/bg.png);
  background-attachment: fixed;
}
.product_item_row:nth-child(odd) .pic {
  padding: 0 60px 0 0;
}
.product_item_row:nth-child(odd) .pic::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #7b0000 transparent transparent transparent;
  z-index: 1;
}
.product_item_row:nth-child(odd) .text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #7b0000 transparent;
}
.product_item_row:nth-child(even) .pic {
  padding: 0 0 0 60px;
}
.product_item_row:nth-child(even) .pic::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #7b0000 transparent;
}
.product_item_row:nth-child(even) .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #7b0000 transparent transparent transparent;
}

.product_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 60px 0;
}
.product_item .box {
  width: 50%;
}
.product_item .pic {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: #d9d9d9;
  background-repeat: no-repeat;
}
.product_item .pic img {
  opacity: 0;
}
.product_item .pic .pro_full_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product_item .text {
  line-height: 1.5;
  padding: 60px 0;
  position: relative;
  border: 4px double #ccc;
  background-color: #fff;
}
.product_item .text .text_content {
  padding: 0 60px;
}
.product_item .text .text_content h3 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.product_item .text .text_content h4 {
  color: #999999;
  margin-bottom: 15px;
}
.product_item .text .text_content ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 36px;
}
.product_item .text .text_content ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url(../images/list.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#ab p {
  color: #000000;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}

.about {
  background: url(../images/ab-bg.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .about {
    background-image: url(../images/ab-bg_s.png);
    background-position: bottom center;
  }
}
.about h2 {
  display: block;
  color: #ad0101;
  font-style: italic;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.05em;
  border-bottom: 2px solid #ad0101;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .about h2 {
    font-size: 48px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .about h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.about h2::before, .about h2::after {
  content: none;
}
.about h3 {
  color: #efe515;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .about h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .about h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.about h4 {
  color: #f8f8f8;
  font-size: 24px;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .about h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about h4 {
    font-size: 18px;
    line-height: 1.3em;
  }
}
.about .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
}
@media (max-width: 991px) {
  .about .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about .wrap {
    gap: 20px 0;
  }
}
.about .ab-txt--1 {
  width: 40%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .about .ab-txt--1 {
    width: 100%;
  }
}
.about .ab-txt--1 * {
  width: min(498px, 100%);
}
@media (max-width: 991px) {
  .about .ab-txt--1 * {
    margin-left: auto;
    margin-right: auto;
  }
}
.about .ab-txt--2 {
  width: 60%;
  color: #000;
  font-size: 17px;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .about .ab-txt--2 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about .ab-txt--2 ul {
    width: min(498px, 100%);
    margin: 0 auto;
  }
}
.about .ab-txt--2 ul li {
  padding-left: 15px;
  position: relative;
}
.about .ab-txt--2 ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 9px;
  left: 2px;
}
.about .ab-txt--2 ul li + li {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .about .ab-txt--2 ul li + li {
    margin-top: 10px;
  }
}
.about .ab-txt--2 ul li > table > tbody > tr > td:nth-child(2) {
  padding-left: 5px;
}
@media (max-width: 480px) {
  .about .ab-txt--2 ul li > table > tbody > tr > td:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .about .ab-txt--2 ul li > table > tbody > tr,
  .about .ab-txt--2 ul li > table > tbody > tr > td {
    display: block;
  }
}

.zone7 .into .into_item {
  width: 50%;
  float: left;
  padding: 5px 2px;
}

#contactus h2 {
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  #contactus h2 {
    margin-bottom: 15px;
  }
}
#contactus h2 span {
  color: #000;
}

.contactus {
  background: url(../images/contact-bg.png) top left;
  background-color: #EEEEEE;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .contactus {
    padding-top: max(8vw, 60px);
    padding-bottom: max(8vw, 60px);
  }
}
.contactus .wrap {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.contactus .form-group {
  font-size: 22px;
}
@media (max-width: 991px) {
  .contactus .form-group {
    font-size: 20px;
  }
}
.contactus .form-group + .form-group {
  margin-top: 26px;
}
@media (max-width: 991px) {
  .contactus .form-group + .form-group {
    margin-top: 22px;
  }
}
.contactus .form-control {
  font-size: 19px;
  padding: 10px;
  border-radius: 0;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .contactus .form-control {
    font-size: 17px;
  }
}

.contact-from {
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .contact-from {
    padding: 20px;
  }
}

.footer .info {
  padding: 0 20px;
}
.footer .info ul {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer .info ul {
    margin-bottom: 8px;
  }
}
.footer .info > ul > li {
  display: inline-block;
}
@media (max-width: 767px) {
  .footer .info > ul > li {
    display: block;
  }
}
.footer .info > ul > li + li {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .info > ul > li + li {
    padding-left: 0;
    margin-left: 0;
    margin-top: 8px;
  }
}
.footer .info > ul > li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .footer .info > ul > li + li::before {
    content: none;
  }
}
.footer .info p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer .info p {
    margin-bottom: 8px;
  }
}

#gotop {
  position: fixed;
  right: 0;
  bottom: 9%;
  width: 80px;
  color: #7b0000;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
}
@media (max-width: 580px) {
  #gotop {
    width: 46px;
    font-size: 15px;
    bottom: 10px;
  }
}
#gotop:hover {
  color: #ad0101;
  margin-bottom: 20px;
}
#gotop:before {
  content: "";
  width: 0;
  height: 0;
  border: solid #7b0000;
  border-width: 0 2px 2px 0;
  display: block;
  padding: 12px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: 0 auto 10px;
  margin-bottom: -2px;
}
@media (max-width: 580px) {
  #gotop:before {
    padding: 10px;
  }
}

@media (max-width: 1700px) {
  .product_item {
    width: calc(100% - 60px);
    margin: auto;
  }
  .product_item .text .text_content h3 {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .product_item_row .product_num {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 44px;
  }
  .product_item_row:nth-child(odd) .pic {
    padding: 0 20px 0 0;
  }
  .product_item_row:nth-child(even) .pic {
    padding: 0 0 0 20px;
  }
  .product_item .text {
    padding: 20px 0;
  }
  .product_item .text .text_content {
    padding: 35px;
  }
  .product_item .text .text_content h4 {
    margin-bottom: 16px;
    font-size: 17px;
  }
  .product_item .text .text_content ul {
    font-size: 17px;
  }
  .product_item .text .text_content ul li {
    margin-bottom: 6px;
    padding-left: 30px;
  }
  .product_item .text .text_content ul li:before {
    content: "";
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 991px) {
  .show991 {
    display: block !important;
  }
  .hide991 {
    display: none !important;
  }
  .product_item_row .product_item .pic {
    height: auto !important;
    padding-bottom: 0 !important;
    background-image: none !important;
    background-color: transparent;
    overflow: visible;
  }
  .product_item_row .product_item .pic img {
    opacity: 1;
  }
  .product_item_row .product_num {
    top: 100%;
    left: 50%;
  }
  .product_item_row:nth-child(odd) .pic {
    padding-right: 0;
  }
  .product_item_row:nth-child(even) .pic {
    padding-left: 0;
  }
  .product_item_row:nth-child(even) .product_num {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .product_item_row:nth-child(even) .text::before {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #7b0000 transparent;
  }
  .product_item_row:nth-child(even) .pic::before {
    top: 0;
    left: 0;
    border-width: 40px 40px 0 0;
    border-color: #7b0000 transparent transparent transparent;
  }
  .product_item_row .product_item {
    display: block;
  }
  .product_item_row .product_item .box {
    width: 100%;
  }
  .product_item_row .product_item .text .text_content {
    padding: 16px 30px;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
  .product_item_row .product_item .text .text_content h3 {
    font-size: 28px;
  }
  .zone7 .into .into_item {
    width: 100%;
    float: none;
  }
  h2::before {
    left: calc(50% - 270px);
  }
  h2::after {
    right: calc(50% - 270px);
  }
}
@media (max-width: 860px) {
  .logo {
    margin-bottom: 12px;
  }
  .footer .ft_logo img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .product_item_row .product_item .text .text_content h3 {
    font-size: 24px;
  }
  h2::before,
  h2::after {
    width: 100px;
  }
  h2::before {
    left: calc(50% - 220px);
  }
  h2::after {
    right: calc(50% - 220px);
  }
}
@media (max-width: 580px) {
  #hd .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 7px;
  }
  h2::before {
    left: calc(50% - 210px);
  }
  h2::after {
    right: calc(50% - 210px);
  }
}
@media (max-width: 480px) {
  .product_item_row .product_item .pic {
    margin-bottom: 6px;
  }
  .product_item_row .product_num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
  }
  .product_item_row .product_item .text .text_content {
    padding: 0 20px;
  }
  .product_item .text .text_content h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .product_item .text .text_content ul {
    font-size: 16px;
  }
  .product_item .text .text_content ul li {
    padding-left: 24px;
  }
  .product_item .text .text_content ul li:before {
    content: "";
    width: 16px;
    height: 16px;
  }
  .product_item_row:nth-child(odd) .text::before {
    border-width: 0 0 20px 20px;
  }
  .product_item_row:nth-child(odd) .pic::before {
    border-width: 20px 20px 0 0;
  }
  .product_item_row:nth-child(even) .pic::before {
    border-width: 20px 20px 0 0;
  }
  .product_item_row:nth-child(even) .text::before {
    border-width: 0 0 20px 20px;
  }
}
.ft_smo {
  text-align: center;
  margin-bottom: 30px;
}
.ft_smo a {
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #676d70;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
.ft_smo a:hover {
  background-color: #ad0101;
}
.ft_smo > ul {
  display: inline-block;
}
.ft_smo > ul > li {
  display: inline-block;
  vertical-align: top;
}
.ft_smo > ul > li + li {
  margin-left: 7px;
}

.video {
  padding: 50px 0;
  background-image: url(../images/bg.png);
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .video {
    background-attachment: unset;
    background-size: cover;
    background-position-x: 58%;
  }
}
@media (max-width: 767px) {
  .video {
    padding-top: 30px;
  }
}
.video h2 {
  margin-bottom: 20px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.oem_item_row {
  background: url(../images/SP601.jpg) right top no-repeat, url(../images/SP203.jpg) left bottom no-repeat;
  background-size: 25%;
  position: relative;
}
@media (max-width: 767px) {
  .oem_item_row {
    background-position: right top, right bottom 40%;
    background-size: 25%, 40%;
  }
}
.oem_item_row:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.oem_item {
  max-width: 1500px;
  margin: 0 auto;
  padding: 60px 30px 0 30px;
  line-height: 1.5;
  font-size: 17px;
}
@media (max-width: 767px) {
  .oem_item {
    padding: 40px 30px 0 30px;
  }
}
.oem_item h2 {
  margin-bottom: 24px;
}
.oem_item h2:before, .oem_item h2:after {
  display: none;
}
@media (max-width: 1200px) {
  .oem_item h2 {
    margin-bottom: 15px;
  }
}
.oem_item h3 {
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .oem_item h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .oem_item h3 {
    font-size: 20px;
  }
}
.oem_item .oem-inner-wrap {
  width: 85%;
}
@media (max-width: 1200px) {
  .oem_item .oem-inner-wrap {
    width: 100%;
  }
}
.oem_item .advantage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 24px;
  margin: 24px 0 80px 0;
}
@media (max-width: 1200px) {
  .oem_item .advantage-list {
    margin: 24px 0 60px 0;
  }
}
@media (max-width: 991px) {
  .oem_item .advantage-list {
    gap: 10px;
    margin: 24px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .oem_item .advantage-list {
    display: block;
    margin: 24px 0 30px 0;
  }
}
.oem_item .advantage-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1f1f1;
  padding: 5px 28px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .oem_item .advantage-list li {
    display: block;
    font-size: 18px;
    padding: 15px 28px;
  }
}
@media (max-width: 767px) {
  .oem_item .advantage-list li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
}
.oem_item .advantage-list .advantage-list-icon {
  font-size: 45px;
}
.oem_item .advantage-list .advantage-list-icon img {
  width: 45px;
  height: 45px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .oem_item .advantage-list .advantage-list-icon {
    font-size: 32px;
  }
  .oem_item .advantage-list .advantage-list-icon img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .oem_item .advantage-list .advantage-list-icon img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .oem_item .advantage-list .advantage-list-icon img {
    margin-top: 10px;
  }
}
.oem_item .advantage-list .advantage-list-txt {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .oem_item .advantage-list .advantage-list-txt {
    font-size: 18px;
  }
}
.oem_item .capability-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .oem_item .capability-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
  }
}
.oem_item .capability-list .capability-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .oem_item .capability-list .capability-list-item {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .oem_item .capability-list .capability-list-item {
    width: 100%;
    padding: 0;
  }
}
.oem_item .capability-list .capability-list-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #7b0000;
}
@media (max-width: 767px) {
  .oem_item .capability-list .capability-list-title {
    margin-bottom: 8px;
  }
}
.oem_item .capability-list .capability-list-text ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 15px;
}
.oem_item .capability-list .capability-list-text ul li + li {
  margin-top: 5px;
}

.exhibition-zone {
  padding: 60px 0;
  background: url(../images/contact-bg.png) top left;
  background-color: #EEEEEE;
}

.exhibition-list {
  max-width: 562px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .exhibition-list {
    font-size: 17px;
  }
}
.exhibition-list > li + li {
  margin-top: 10px;
}