body {
  font-size: 18px;
  color: #646464;
  font-family: "Segoe UI", "Arial Narrow", Arial;
  min-height: 988px;
  line-height: 1.15;
}

.container,
.container-fluid {
  padding: 0;
}

a {
  color: #646464;
  text-decoration: none;
}

a:hover {
  color: #646464;
  text-decoration: none;
}

.color_f4 {
  color: #f4f4f4;
}

.color_fa {
  color: #fa6551;
}

.color_64 {
  color: #646464;
}

.background_f4 {
  background-color: #f4f4f4;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 136px;
}

.nav a {
  color: #1d2124;
  font-size: 22px;
  text-decoration: none;
}

.nav a:hover {
  padding-bottom: 2px;
  border-bottom: 2px #1d2124 solid;
}

.nav .logo img {
  width: 234px;
}

.nav .search {
  position: relative;
}

.nav .search a:hover {
  text-decoration: none;
  border-bottom: 0;
}

.nav .search .search_form {
  position: absolute;
  display: none;
  z-index: 10;
  right: -21px;
  top: 1px;
}

.nav .search .search_form .search_input {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  border: 1px #d2d2d2 solid;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #eeeeee;
}

.nav .search .search_form .search_input input {
  border: 0;
  background: transparent;
  outline: none;
}

.location {
  width: 100%;
  box-shadow: 0 4px 5px -1px #e1e1e1;
  margin-bottom: 50px;
}

.located {
  color: #646464;
  height: 64px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.located a {
  color: #646464;
}

.located > div {
  font-size: 18px;
  padding-left: 12px;
}

.located:first-child {
  padding-left: 0;
}

.content .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 40px;
}

.footer {
  font-size: 13px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 30px;
}

.banner {
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 40px;
}

.products {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.products .menu {
  background-color: #646464;
  color: #ffffff;
  width: 380px;
  padding: 40px 20px;
}

.products .menu .title {
  font-size: 28px;
  margin-bottom: 40px;
}

.products .menu .submenu {
  font-size: 12px;
  padding: 5px 0px;
  border-bottom: 1px solid #ffffff;
}

.products .menu .submenu .text {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.products .menu .submenu .subtext {
  line-height: 24px;
  padding-left: 12px;
}

.products .menu .submenu .subtext a,
.products .menu .submenu .text a {
  color: #ffffff;
}

.products .menu .submenu .subtext .sActive,
.products .menu .submenu .subtext a:hover,
.products .menu .submenu .text .sActive,
.products .menu .submenu .text a:hover {
  color: #fa6551;
}

.products .menu .submenu .text-arrow {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  background: url("/img/arrow-bottom.png") no-repeat right;
}

.products .menu .submenu .active {
  color: #fa6551;
  background: url("/img/arrow-top.png") no-repeat right;
}

.products .menu .submenu .sActive {
  color: #fa6551;
}

.products .menu .submenu .hide {
  display: none;
}

.products .menu .submenu .show {
  display: block;
}

.products .right {
  width: 716px;
}

.products .right .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

.products .right .list .box {
  width: 340px;
  box-shadow: 0 4px 5px 1px #e1e1e1;
  padding: 50px 25px;
  margin-bottom: 40px;
  text-align: center;
}

.products .right .list .img {
  width: 100%;
  height: 290px;
  line-height: 290px;
}

.products .right .list .box .more {
  width: 148px;
  height: 28px;
  border: 1px #494949 solid;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  border-radius: 28px;
  margin: 0 auto;
  margin-top: 10px;
}

.product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.product .left {
  width: 580px;
}

.product .right {
  width: 510px;
}

.product .detail .title {
  font-size: 22px;
  font-weight: bold;
}

.index_carousel {
  height: 521px;
  text-align: center;
}

.index_product_more {
  padding-top: 90px;
  padding-bottom: 70px;
}

.index_product {
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 28px;
}

.index_read_more {
  margin: 0 auto;
  width: 178px;
  height: 36px;
  background-color: #fa6551;
  border-radius: 36px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
}

.index_catalog {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.index_catalog .box {
  width: 272px;
  background: #f9f9f9;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 35px;
}

.index_catalog .box .title {
  color: #494949;
  font-size: 22px;
  margin-bottom: 12px;
  height: 52px;
}

.index_catalog .box .desc {
  color: #494949;
  font-size: 13px;
  margin-bottom: 8px;
}

.index_catalog .box .img {
  width: 272px;
  height: 272px;
  line-height: 272px;
  padding: 10px;
}

.index_catalog .box .more {
  width: 148px;
  height: 28px;
  border: 1px #494949 solid;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  border-radius: 28px;
  margin: 0 auto;
  margin-top: 10px;
}

.s-kh-mid3 {
  display: flex;
  align-content: space-between;
}

.p-pg-tab {
  line-height: 30px;
  border-bottom: 1px #d6d6d6 solid;
  border-left: 1px #d6d6d6 solid;
  margin-top: 15px;
}
.p-pg-tab tr {
  border-left: 1px #d6d6d6 solid;
}
.p-pg-tab td {
  border-top: 1px #d6d6d6 solid;
  border-right: 1px #d6d6d6 solid;
}
.p-pg-t1 {
  color: #bd8d04;
  font-size: 12px;
  text-align: center;
}
.p-pg-t2 {
  color: #333;
  font-size: 12px;
  text-align: center;
}

.fair-table {
  width: 100%;
  line-height: 30px;
  border-bottom: 1px #d6d6d6 solid;
  border-right: 1px #d6d6d6 solid;
  margin-bottom: 20px;
}
.fair-table tr {
  border-right: 1px #d6d6d6 solid;
}
.fair-table td {
  border-left: 1px #d6d6d6 solid;
  border-top: 1px #d6d6d6 solid;
}
.fa-t1 {
  color: #bd8d04;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-left: 20px;
}
.fa-t2 {
  color: #333;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  background-color: #eeeeee;
}
.fa-t3 {
  color: #666;
  font-size: 12px;
  text-align: center;
}
.fa-t4 {
  color: #bd8d04;
  font-size: 12px;
  text-align: center;
}
