a.company-info-link {
    position: absolute;
    bottom: -140px;
    left: 35%;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: bold;
    background-image: linear-gradient(0deg, #000 50%, #545454 50%);
    border-radius: 50px;
}
a.company-info-link:hover{
    color: #fff;
}
body {
  font-family: 'MicrosoftYaHei';
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #010101;
}
ul {
  margin: 0;
  padding: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a:hover {
  color: #010101;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: #333;
  margin: 0;
}
h3 {
  font-size: 1.2rem;
}
p {
  margin: 0;
}
img {
  width: auto;
  max-width: 100%;
}
.product_detail .small {
  max-width: 100%;
  width: auto;
  max-height: 240px;
  width: initial;
  height: initial;
}
.product_detail .img {
  width: initial;
  height: initial;
}
.banner {
  height: 650px;
}
.friend-link p,
.friend-link a {
  font-size: 14px;
  color: #fff;
}
.friend-link a {
  padding-left: 15px;
}
.search {
  position: relative;
  margin-right: 30px;
}
.search input {
  outline: none;
}
.search input#s_btn {
  position: absolute;
  height: 18px;
  width: 18px;
  cursor: pointer;
  background: url(../images/search.png ) no-repeat;
  border: none;
  top: 50%;
  margin-top: -9px;
  right: 30px;
}
.search input#keyword {
  background: #f1f1f1;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 150px 14px 20px;
  border: none;
  border-radius: 100px;
}
.container {
  max-width: 1200px;
  padding: 0;
}
header {
  text-transform: uppercase;
}
header .header-wel-wrap {
  background: #eee;
  padding: 10px 0;
}
header .header-wel-wrap .header-wel .one {
  font-size: 12px;
  color: #747474;
}
header .header-wel-wrap .header-wel .two {
  letter-spacing: 1.5px;
}
header .header-wel-wrap .header-wel .two p {
  font-size: 14px;
  color: #747473;
}
header .header-wel-wrap .header-wel .two p:nth-child(1)::before {
  content: url(../images/header_w1.png);
  position: relative;
  top: 2px;
  left: -5px;
}
header .header-wel-wrap .header-wel .two p:nth-child(2)::before {
  content: url(../images/header_w2.png);
  position: relative;
  top: 2px;
  left: -5px;
}
header .header-top {
  padding: 15px 0;
  align-items: center;
}
header .header-top .logo-info {
  align-items: center;
}
header .header-top .logo-info .media {
  align-items: center;
}
header .header-top .logo-info .media-body p {
  line-height: 1.2;
  color: #f0260b;
  font-size: 19px;
}
header .header-navbar {
  background: #cb3526;
}
header .header-navbar .nav {
  background: #cb3526;
  justify-content: space-evenly;
  align-items: center;
}
header .header-navbar .nav li {
  position: relative;
  padding: 20px 45px;
  background: url(../images/li_bg.png) no-repeat;
  background-position: center;
}
header .header-navbar .nav li a {
  color: #fff;
  font-size: 15px;
}
section {
  padding: 60px 0;
}
section .title h2 {
  text-align: center;
  font-size: 32px;
  color: #000;
  position: relative;
}
section .title h2::after {
  content: url(../images/title_a.jpg);
  position: absolute;
  left: 50%;
  margin-left: -51px;
  bottom: -25px;
}
section .content {
  margin-top: 60px;
}
section.one .content {
  background: url(../images/one_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 530px;
  position: relative;
}
section.one .content .company-info {
  position: absolute;
  max-width: 680px;
  right: 17%;
  top: 13%;
}
section.one .content .company-info h3 {
  margin-bottom: 35px;
  font-size: 24px;
  text-align: center;
  color: #010101;
}
section.one .content .company-info p {
  text-indent: 40px;
  font-size: 15px;
  color: #010101;
  line-height: 32px;
}
section.two {
  padding: 0;
}
section.two .content .one {
  max-width: 215px;
  min-width: 215px;
}
section.two .content .one a {
  padding: 3px 0;
  display: inline-block;
}
section.two .content .one li.first-list > p {
  background: #cb3526;
  margin-bottom: 10px;
  padding: 3px 20px;
}
section.two .content .one li.first-list > p > a::before {
  content: url(../images/li_f.png);
  padding-right: 10px;
}
section.two .content .one li.first-list,
section.two .content .one li.first-list a {
  color: #fff;
  font-size: 15px;
}
section.two .content .one li.first-list .two-list-wrap li.two-list {
  background: #cb3526;
  padding: 3px 20px;
  margin-bottom: 10px;
}
section.two .content .one li.first-list .two-list-wrap li.two-list p > a::before {
  content: url(../images/li_t.png);
  padding-right: 10px;
}
section.two .content .two {
  max-width: 940px;
}
section.two .content .two .product-content-wrap {
  flex-wrap: wrap;
}
section.two .content .two .product-content-wrap .single-product {
  width: 210px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}
section.two .content .two .product-content-wrap .single-product > a {
  padding-top: 5px;
}
section.two .content .two .product-content-wrap .single-product > div {
  width: 100%;
  height: 4px;
  background: #fffc00;
}
.single-rec-news img {
    border: 2px solid #fdf405;
}
section.two .content .two .product-content-wrap .single-product > h3 {
  width: 198px;
  background: #cb3526;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px 0;
}
section.two .content .two .product-content-wrap .single-product > h3 a {
  color: #fff;
  font-size: 15px;
}
section.three .content {
  padding: 30px 0;
  background: url(../images/three_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
section.three .content .one {
  width: 540px;
}
section.three .content .one .single-rec-news {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  padding-bottom: 50px;
}
section.three .content .one .single-rec-news h3 {
  margin-top: 35px;
  margin-bottom: 10px;
}
section.three .content .one .single-rec-news h3 a {
  font-size: 16px;
  color: #f0260b;
}
section.three .content .one .single-rec-news p {
  text-indent: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #000;
}
section.three .content .two {
  width: 620px;
}
section.three .content .two .news-list-wrap:not(:last-child) {
  margin-bottom: 30px;
}
section.three .content .two .news-list-wrap .date {
  padding: 15px 0;
  min-width: 100px;
  background: #c52111;
}
section.three .content .two .news-list-wrap .date p {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
section.three .content .two .news-list-wrap .news-n {
  background: #fff;
  padding: 10px 25px;
}
section.three .content .two .news-list-wrap .news-n h3 a {
  font-size: 15px;
  color: #f0260b;
}
section.three .content .two .news-list-wrap .news-n p {
  font-size: 13px;
  color: #000;
  line-height: 30px;
}
section.four .content {
  margin-top: 80px;
}
section.four .one {
  border: 20px solid #e3e3e2;
  width: 680px;
  padding: 20px;
}
section.four .one p {
  text-indent: 30px;
  font-size: 15px;
  line-height: 30px;
  color: #000;
}
section.four .two {
  position: relative;
}
section.four .two .img-left div {
  margin-left: 100px;
  display: inline-block;
  transform: rotate(45deg);
  overflow: hidden;
}
section.four .two .img-left div:first-child {
  position: relative;
  top: 15px;
  left: -45px;
}
section.four .two .img-left div:last-child {
  position: relative;
  top: 220px;
  right: 288px;
}
section.four .two .img-left div img {
  max-height: 140px;
  width: auto;
  height: auto;
  transform: rotate(-45deg) scale(1.42);
}
section.four .two .img-right {
  position: absolute;
  top: 50%;
  margin-top: -140px;
  margin-left: 100px;
  right: 10px;
  display: inline-block;
  transform: rotate(45deg);
  overflow: hidden;
}
section.four .two .img-right img {
  width: auto;
  height: auto;
  max-height: 280px;
  transform: rotate(-45deg) scale(1.42);
}
footer {
  padding: 40px 0 40px;
  background-color: #0b0b0b;
}
footer .one .footer-nav p a {
  font-size: 15px;
  color: #a3a3a3;
  padding-right: 20px;
}
footer .one .other-link {
  position: relative;
  top: -10px;
}
footer .one .other-link p a {
  padding-left: 5px;
}
footer .two {
  margin-top: 30px;
  align-items: flex-end;
}
footer .two .contact-info div {
  position: relative;
  width: 285px;
  height: 80px;
  border: 1px solid #a3a3a3;
  margin-right: 70px;
  padding: 20px;
  padding-left: 60px;
}
footer .two .contact-info div p {
  font-size: 14px;
  color: #a3a3a3;
}
footer .two .contact-info div:nth-child(1)::before {
  content: url(../images/lin_1.jpg);
  position: absolute;
  bottom: -20px;
  left: 15px;
}
footer .two .contact-info div:nth-child(2)::before {
  content: url(../images/lin_2.jpg);
  position: absolute;
  bottom: -20px;
  left: 15px;
}
footer .two .contact-info div:nth-child(3)::before {
  content: url(../images/lin_3.jpg);
  position: absolute;
  bottom: -20px;
  left: 15px;
}
footer .com-copyright {
  margin-top: 30px;
  text-align: center;
}
footer .com-copyright,
footer .com-copyright p,
footer .com-copyright a {
  font-size: 14px;
  color: #a3a3a3;
}
@media (max-width: 1367px) {
  section.one .content .company-info {
    right: 8%;
  }
}
.slideTxtBox .hd {
  align-items: center;
}
.left .box h3,
.sitemp {
  background: #cb3526;
}
.swiper-container {
  width: 430px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/s_r.png);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/s_l.png);
}
.swiper-button-next,
.swiper-button-prev {
  height: 34px;
  width: 34px;
  top: 90%;
}
.swiper-button-next {
  right: 15px;
  left: initial;
}
.swiper-button-prev {
  left: initial;
  right: 55px;
}
.num {
  display: none;
}
.lb,
.rb {
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
}
.lb {
  left: 19%;
}
.rb {
  right: 19%;
}
.product_list .col-4 {
  margin-bottom: 2rem;
}
.product_list .col-4 h3 {
  padding-top: 10px;
  font-size: 14px;
}
.product_list .col-4 > a {
  border: 1px solid #ddd;
  display: block;
}
.relate h4,h3.tag,.product_list li h3 a{
    font-size: 14px;
}
