@font-face {
  font-family: 'PM';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'TR';
  src: url('../fonts/TimesNewRomanPSMT.eot') format('eot'), url('../fonts/TimesNewRomanPSMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPSMT.woff') format('woff'), url('../fonts/TimesNewRomanPSMT.ttf') format('truetype');
}
@font-face {
  font-family: 'TRI';
  src: url('../fonts/TimesNewRomanPS-ItalicMT.eot') format('eot'), url('../fonts/TimesNewRomanPS-ItalicMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPS-ItalicMT.woff') format('woff'), url('../fonts/TimesNewRomanPS-ItalicMT.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'TRBI';
  src: url('../fonts/TimesNewRomanPS-BoldItalicMT.eot') format('eot'), url('../fonts/TimesNewRomanPS-BoldItalicMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPS-BoldItalicMT.woff') format('woff'), url('../fonts/TimesNewRomanPS-BoldItalicMT.ttf') format('truetype');
}
@font-face {
  font-family: 'TRB';
  src: url('../fonts/TimesNewRomanPS-BoldMT.eot') format('eot'), url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'), url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'), url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype');
}
@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'BA';
  src: url('../fonts/Balqis.eot') format('eot'), url('../fonts/Balqis.woff2') format('woff2'), url('../fonts/Balqis.woff') format('woff'), url('../fonts/Balqis.ttf') format('truetype');
}
body {
  font-family: 'PR';
  overflow-x: hidden;
  width: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1430px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#header.active{
  position: fixed;
}
#header .ui.container {
  max-width: 1650px;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 2.1rem 0;
  background: rgba(0, 0, 0, 0.7);
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 3.5rem 0 0;
  font-size: 18px;
  color: #fff;
  font-family: 'PM';
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a::before {
  width: 0.72222222em;
  right: 0.72222222em;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a::after {
  width: 1.44444444em;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before,
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  height: 2px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -5px;
  margin-left: 10px;
  width: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  position: absolute;
  right: 0;
  top: 52%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #962c25;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) ul.sub-menu {
  width: 240px
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  position: absolute;
  width: 240px;
  display: none;
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover .sub-menu {
  display: block;
}

#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-right: 1px solid rgba(102, 102, 102, 0.3);
  margin-left: 2.45rem;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 2.1rem;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-family: 'PM';
}
#header .nav .ui.menu .h-language img {
  margin-right: 0.65rem;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language i {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #962c25;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: #fff;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #042c71;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center #ffffff;
  left: 15px;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center #ffffff;
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  right: 7.5%;
  bottom: 50px;
  z-index: 3;
}
#banner ul.slick-dots li {
  width: 20px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  margin: 0 8px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li:last-child {
  margin: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  width: 46px;
  height: 6px;
  background-color: #962c25;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li ul li ul li{
  color: #666;
  font-size: 14px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  text-transform: capitalize;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .ui.container {
  max-width: 1650px;
  width: 100%;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  width: 100%;
  color: #fff;
  bottom: 70px;
  left: 0;
}
#banner ul li .text h2 {
  font-size: 3rem;
  font-weight: bold;
  font-family: 'TRI';
  line-height: 1.1;
  width: 54%;
}
#banner ul li .text p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'PM';
  margin-top: 1rem;
  width: 40%;
}
#index-body .more {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 220px;
  height: 61px;
  border-radius: 10px;
  text-align: center;
  line-height: 61px;
  font-size: 18px;
}
#index-body .more img {
  vertical-align: middle;
  margin-left: 1.2rem;
}
#index-body .more::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index-body .mores {
  font-size: 16px;
  color: #9f2224;
  text-decoration: underline;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .mores:hover {
  transform: translateX(5px);
}
#index-body h3.title {
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'TRI';
  color: #151515;
}
#index-body .about {
  padding: 4.4rem 0 6.25rem;
}
#index-body .about .a-header li {
  padding: 1.15rem 2rem 0 2rem;
  position: relative;
}
#index-body .about .a-header li .img {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
#index-body .about .a-header li:hover .img{
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
#index-body .about .a-header li .img::after {
  content: '';
  width: 71px;
  height: 60px;
  background-color: #962c25;
  position: absolute;
  z-index: -1;
  top: 1.35rem;
  left: 8px;
}
#index-body .about .a-header li .text {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding: 10px 0 0 1.25rem;
}
#index-body .about .a-header li .text h3 {
  font-size: 24px;
  color: #242729;
  line-height: 1;
  font-family: 'TR';
}
#index-body .about .a-header li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #242729;
  opacity: 0.6;
  margin-top: 1.1rem;
}
#index-body .about .a-header li::before,
#index-body .about .a-header li::after {
  content: '';
  width: 1px;
  height: 158px;
  background-color: #d7ccb6;
  position: absolute;
  top: 0;
}
#index-body .about .a-header li::before {
  left: 0;
  display: none;
}
#index-body .about .a-header li::after {
  right: 0;
}
#index-body .about .a-header li:nth-child(1)::before {
  display: block;
}
#index-body .about .a-content {
  margin-top: 5.15rem;
}
#index-body .about .a-content .text {
  width: 45%;
  padding: 1.65rem 2.6rem 0 0;
  position: relative;
  z-index: 1;
}
#index-body .about .a-content .text h1 {
  font-size: 2.4rem;
  line-height: 1;
  color: #151515;
  font-family: 'TRI';
}
#index-body .about .a-content .text .desc {
  font-size: 18px;
  line-height: 1.5;
  color: #151515;
  margin-top: 2.3rem;
}
#index-body .about .a-content .text .mores {
  margin-top: 2.7rem;
  display: block;
}
#index-body .about .a-content .text .partner {
  margin-top: 3rem;
}
#index-body .about .a-content .text .partner ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .about .a-content .text::after {
  content: 'About us';
  position: absolute;
  z-index: -1;
  top: -3rem;
  left: -35%;
  font-size: 9.8rem;
  font-family: 'TRBI';
  line-height: 1;
  color: #f4f2e6;
}
#index-body .about .a-content .img {
  width: 55%;
  position: relative;
  z-index: 1;
}
#index-body .about .a-content .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 23px;
  left: 20px;
  width: 97.7%;
  height: 100%;
  border: 1px solid #211c15;
}
#index-body .video {
  background: url(../images/video.jpg) no-repeat;
  background-size: cover;
  padding: 8.9rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#index-body .video h3 {
  font-size: 7.45rem;
  color: #151515;
  opacity: 0.1;
  line-height: 1;
  font-family: 'BA';
  position: absolute;
  top: -125%;
  left: 0;
  width: 100%;
  text-align: center;
}
#index-body .video .play {
  position: relative;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}
#index-body .video .play::before,
#index-body .video .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(150, 44, 37, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .video .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 37, 30, 0.2);
  z-index: -1;
}
#index-body .product {
  position: relative;
  padding: 3.55rem 0 6.6rem;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .content {
  margin-top: 4rem;
}
#index-body .product .content ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#index-body .product .content ul li {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
#index-body .product .content ul li h3 {
  position: absolute;
  /*bottom: 43px;*/
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #151515;
  font-family: 'TR';
  font-weight: bold;
  line-height: 1.5;
}
#index-body .product .content ul li .icon {
  position: absolute;
  top: 41%;
  left: 44%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  background: #962c25;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content ul li .icon img {
  vertical-align: middle;
}
#index-body .product .content ul li:nth-child(even) {
  background: #ccc;
}
#index-body .product .content ul li:last-child h3 {
  bottom: 45%;
}
#index-body .product .content ul li:last-child h3 i {
  padding: 3px 0 0 10px;
}
#index-body .product .content ul li:hover .icon {
  opacity: 1;
}
#index-body .product .more {
  background-color: #ffffff;
  border: solid 1px #042c71;
  margin: 2.9rem auto 0;
  color: #042c71;
}
#index-body .product .more:hover {
  color: #fff;
}
#index-body .product .more:hover img {
  filter: brightness(100);
}
#index-body .init-1 {
  background: url(../images/init1.jpg) no-repeat center center;
  padding: 7.45rem 0 6.85rem;
  overflow: hidden;
  background-size: cover;
}
#index-body .init-1 .left {
  width: 45%;
}
#index-body .init-1 .left p {
  font-size: 20px;
  line-height: 1.4;
  color: #120e0e;
  opacity: 0.6;
  margin-top: 2rem;
}
#index-body .init-1 .left .mores {
  display: block;
  margin-top: 1.6rem;
}
#index-body .application {
  padding-top: 8.35rem;
  position: relative;
  z-index: 1;
}
#index-body .application .left {
  width: 34%;
  padding: 1.85rem 6.75rem 0 0;
}
#index-body .application .left p {
  font-size: 18px;
  line-height: 1.5;
  color: #151515;
  margin-top: 2rem;
}
#index-body .application .left .mores {
  display: block;
  margin-top: 2rem;
}
#index-body .application .right {
  width: 81%;
  margin-right: -15%;
}
#index-body .application .right ul {
  margin: 0 -2.45rem 0 0;
}
#index-body .application .right ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#index-body .application .right ul .slick-list {
  padding-right: 280px !important;
}
#index-body .application .right ul li {
  position: relative;
  padding-right: 2.45rem;
}
#index-body .application .right ul li img {
  width: 100%;
}
#index-body .application .right ul li h3 {
  width: 110px;
  height: 35px;
  background-color: #ffffff;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #120e0e;
  position: absolute;
  top: 19px;
  left: 24px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#index-body .application .right ul li h3::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #962c25;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#index-body .application .right ul li h3:hover {
  color: #fff;
}
#index-body .application .right ul li h3:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index-body .application .right .list {
  margin-top: 2.4rem;
}
#index-body .application .right .list .arrow {
  display: inline-block;
  vertical-align: middle;
}
#index-body .application .right .list .arrow .al,
#index-body .application .right .list .arrow .ar {
  display: inline-block;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  border: solid 1px #120e0e;
  border-radius: 50%;
  text-align: center;
  line-height: 2.75rem;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .application .right .list .arrow .al:hover,
#index-body .application .right .list .arrow .ar:hover {
  background: #962c25;
  border-color: #962c25;
  color: #fff;
}
#index-body .application .right .list .arrow .al {
  margin-right: 1rem;
}
#index-body .application .right .list .line {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: #0e0a0a;
  width: 58.5%;
  margin-left: 3rem;
}
#index-body .application .right .list .nums {
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
  font-family: 'TRB';
  padding-left: 3.4rem;
}
#index-body .application .icon {
  position: absolute;
  left: 0;
  bottom: -21%;
  z-index: -1;
}
#index-body .news {
  padding: 3rem 0 4.55rem;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .content {
  margin-top: 3rem;
}
#index-body .news .content ul {
  margin-right: -0.95rem;
}
#index-body .news .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#index-body .news .content ul li {
  padding-right: 0.95rem;
}
#index-body .news .content ul li a {
  display: block;
}
#index-body .news .content ul li .img {
  position: relative;
}
#index-body .news .content ul li .img img {
  width: 100%;
}
#index-body .news .content ul li .img time {
  position: absolute;
  top: 35px;
  left: 33px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 7px 15px 0;
  font-size: 18px;
  font-family: 'TR';
  text-align: center;
}
#index-body .news .content ul li .img time span {
  display: block;
  border-bottom: 1px solid rgba(21, 21, 21, 0.56);
}
#index-body .news .content ul li .text {
  padding-top: 1.25rem;
}
#index-body .news .content ul li .text h3 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  font-family: 'PM';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .news .content ul li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 0.6rem;
}
#index-body .news .content ul li .text .mores {
  margin-top: 0.8rem;
}
#footer {
  position: relative;
  background: #0c0904;
}
#footer .contact {
  background: #932b28;
  padding: 4.25rem 0;
}
#footer .contact .left {
  color: #fff;
  vertical-align: middle;
}
#footer .contact .left h2 {
  font-size: 2.4rem;
  font-family: 'TRI';
  line-height: 1.2;
}
#footer .contact .right {
  vertical-align: middle;
}
#footer .contact .right form ul {
  margin: 0 -0.9rem -1.9rem 0;
}
#footer .contact .right form ul li {
  padding: 0 0.9rem 1.9rem 0;
}
#footer .contact .right form ul li input[type="text"],
#footer .contact .right form ul li textarea {
  background-color: #ffffff;
  border-radius: 27px;
  border: none;
  width: 100%;
  height: 55px;
  padding-left: 1.45rem;
  font-size: 18px;
  color: #868686;
}
#footer .contact .right form ul li input[type="text"]::placeholder,
#footer .contact .right form ul li textarea::placeholder {
  opacity: 0.5;
}
#footer .contact .right form ul li input[type="text"]::-webkit-input-placeholder,
#footer .contact .right form ul li textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
#footer .contact .right form ul li input[type="text"]:-ms-input-placeholder,
#footer .contact .right form ul li textarea:-ms-input-placeholder {
  opacity: 0.5;
}
#footer .contact .right form ul li input[type="text"]:-moz-placeholder,
#footer .contact .right form ul li textarea:-moz-placeholder {
  opacity: 0.5;
}
#footer .contact .right form ul li textarea {
  padding-top: 15px;
}
#footer .contact .right form ul li.wid-100 {
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #fafcef;
  text-decoration: underline;
}
#footer .box {
  padding-top: 3rem;
  color: rgba(255, 255, 255, 0.6);
}
#footer .box h3 {
  font-size: 20px;
  line-height: 1;
  font-family: 'TR';
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 1.15rem;
}
#footer .box ul {
  margin-top: 1.25rem;
}
#footer .box ul li {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'PL';
  margin-bottom: 1.1rem;
}
#footer .box ul li img {
  display: inline-block;
  vertical-align: middle;
}
#footer .box ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  padding-left: 1.1rem;
}
#footer .box ul li:last-child {
  margin-bottom: 0;
}
#footer .box .f-ab {
  width: 21%;
}
#footer .box .f-ab .form {
  margin-top: 2.95rem;
}
#footer .box .f-ab form {
  position: relative;
  width: 71.1%;
}
#footer .box .f-ab form input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#footer .box .f-ab form input[type="submit"] {
  width: 91px;
  height: 38px;
  background-color: #9f2224;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: 'TR';
  border-radius: 19px;
}
#footer .box .f-ab p {
  margin-top: 1.65rem;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'PL';
}
#footer .box .f-contact {
  position: relative;
  padding-left: 12%;
  width: 27%;
}
#footer .box .f-contact ul {
  margin-top: 1.15rem;
}
#footer .box .f-contact ul li {
  margin-bottom: 0.9rem;
}
#footer .box .f-contact h4 {
  color: #fff;
  font-size: 20px;
  font-family: 'TR';
  margin-bottom: 0.8rem;
  font-weight: normal;
}
#footer .box .f-nav {
  padding-left: 13%;
  width: 27%;
}
#footer .box .f-code {
  text-align: right;
}
#footer .box .f-code #ewm {
  margin: 1.4rem 0 0 auto;
  width: 118px;
  border: 5px solid #fff;
}
#footer .box .f-code .share {
  margin-top: 11px;
}
#footer .box .f-code .share dd {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  margin-right: 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .box .f-code .share dd:last-child {
  margin-right: 0;
}
#footer .box .f-code .share dd:hover {
  background: #962c25;
}
#footer .f-copy {
  text-align: center;
  margin-top: 2.7rem;
  font-size: 18px;
  width: 100%;
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.2);
  background-color: #1d1a15;
}
#footer .f-copy img {
  vertical-align: top;
  width: auto;
  max-height: 18px;
  margin-top: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  filter: brightness(0.3);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.2);
}
#footer .f-copy svg:hover {
  fill: #962c25;
}
.inquiry {
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #962c25;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #962c25;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1600px) {
  #index-body .about .a-content .text::after {
    left: -16%;
  }
  #index-body .application .right .list .nums {
    padding-left: 1.5rem;
  }
  #index-body .application .right ul .slick-list {
    padding-right: 360px !important;
  }
  #index-body .application .right .list .line {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  #banner ul li .text h2 {
    width: 56%;
  }
  #banner ul li .text p {
    width: 50%;
  }
  #index-body .about .a-header li .text {
    width: 78%;
  }
  #index-body .application .left {
    padding: 1.85rem 4.75rem 0 0;
  }
  #footer .box .f-ab form {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #banner ul li .text h2 {
    width: 60%;
  }
  #banner ul li .text p {
    width: 60%;
  }
  #index-body .about .a-header li {
    padding: 1.15rem 1rem 0 1rem;
  }
  #index-body .about .a-header li .text {
    width: 77%;
  }
  #index-body .about .a-content .text::after {
    left: -6%;
    font-size: 8.5rem;
  }
  #index-body .init-1 .left {
    width: 56%;
  }
  #index-body .application .left {
    padding: 1.85rem 2rem 0 0;
  }
  #index-body .application .right .list .line {
    margin-left: 1rem;
  }
  #index-body .application .right .list .nums {
    padding-left: 1rem;
  }
  #index-body .application .right ul .slick-list {
    padding-right: 300px !important;
  }
  #footer .box .f-contact {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2rem 0 0;
  }
  #banner ul li .text h2 {
    width: 66%;
  }
  #banner ul li .text p {
    width: 64%;
  }
  #index-body .about .a-header li .text {
    width: 74%;
  }
  #index-body .about .a-content .text::after {
    left: -3%;
    font-size: 7.5rem;
  }
  #footer .box .f-ab {
    width: 25%;
  }
  #footer .box .f-nav {
    width: 25%;
    padding-left: 10%;
  }
  #footer .box .f-contact {
    padding-left: 7%;
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav {
    background-color: #fff;
    padding: 0;
  }
  #banner ul li .text h2 {
    width: 76%;
  }
  #banner ul li .text p {
    width: 80%;
  }
  #index-body .about .a-header {
    display: none;
  }
  #index-body .about .a-content .text {
    width: 100%;
  }
  #index-body .about .a-content .img {
    display: none;
  }
  #index-body .product .content ul li h3 {
    bottom: 18px;
    font-size: 16px;
  }
  #index-body .init-1 .left {
    width: 70%;
  }
  #index-body .application .icon {
    display: none;
  }
  #index-body .application .left {
    width: 100%;
  }
  #index-body .application .right {
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
  }
  #index-body .application .right ul .slick-list {
    padding-right: 100px !important;
  }
  #footer .contact .left {
    width: 100%;
  }
  #footer .contact .right {
    width: 100%;
    margin-top: 2.5rem;
  }
  #footer .box .f-nav {
    display: none;
  }
  #footer .box .f-ab {
    width: 40%;
  }
  #footer .box .f-contact {
    width: 32%;
  }
  #footer .box .f-code {
    width: 28%;
  }
  .inquiry {
    bottom: 6rem;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    bottom: 40px;
  }
  #banner ul li .text h2 {
    width: 100%;
    font-size: 2.2rem;
  }
  #banner ul li .text p {
    width: 100%;
    font-size: 14px;
  }
  #index-body .about .a-content .text {
    padding: 0;
  }
  #index-body .about .a-content .text .desc {
    font-size: 15px;
  }
  #index-body .about .a-content .text .partner {
    display: none;
  }
  #index-body .video {
    display: none;
  }
  #index-body .product {
    display: none;
  }
  #index-body .init-1 .left {
    width: 100%;
  }
  #index-body .init-1 .left p {
    font-size: 16px;
  }
  #index-body .application .left {
    padding: 1.85rem 0rem 0 0;
  }
  #index-body .application .left p {
    font-size: 16px;
  }
  #index-body .application {
    display: none;
  }
  #index-body .application .right ul .slick-list {
    padding-right: 0 !important;
  }
  #footer .box .f-ab {
    width: 100%;
  }
  #footer .box .f-contact {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  #footer .box .f-code {
    display: none;
  }
  .inquiry {
    display: none;
  }
  #footer .f-copy {
    font-size: 15px;
  }
  #footer .box .f-ab form {
    width: 100%;
  }
}
.inner-banner {
  position: relative;
  height: 518px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.inner-banner .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .text h2 {
  font-size: 1.8rem;
  font-family: 'TRBI';
  line-height: 1;
  text-transform: uppercase;
}
.inner-banner .text .mbx {
  font-size: 14px;
  line-height: 1.7;
  font-family: 'TR';
  margin-top: 3.6rem;
}
.inner-page .more {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-align: center;
  line-height: 61px;
  font-size: 18px;
}
.inner-page .more img {
  vertical-align: middle;
  margin-left: 1.2rem;
}
.inner-page .more::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.inner-page .more:hover {
  color: #fff;
}
.inner-page .more:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.inner-page .m-page {
  margin-top: 3rem;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid rgba(24, 24, 24, 0.3);
  text-align: center;
  font-size: 18px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.inner-page .m-page a:hover {
  background: #9f2224;
  color: #fff;
  border-color: #9f2224;
}
.inner-page .m-page span.current {
  background: #9f2224;
  color: #fff;
  border-color: #9f2224;
}
.about-page h2.title {
  font-size: 2.4rem;
  line-height: 1;
  color: #962c25;
  font-family: 'TRBI';
}
.about-page .tab {
  position: sticky;
  z-index: 10;
  top: 122px;
  padding: 18px 0;
  background-color: #fcfcf7;
  border: solid 1px #dfddda;
  font-weight: 500;
  color: #a02224;
}
.about-page .tab .ui.container {
  max-width: 1230px;
  width: 100%;
}
.about-page .tab .list {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.about-page .tab .list a {
  font-size: 14px;
  font-family: 'PM';
}
.about-page .tab .list a::before {
  content: '';
  width: 13px;
  height: 13px;
  border: solid 1px #a02224;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-top: 3px;
}
.about-page .tab .list a.active::before {
  background: #a02224;
}
.about-page .tab ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.about-page .tab ul li a {
  font-size: 14px;
  font-family: 'PM';
}
.about-page .tab ul li a::before {
  content: '';
  width: 13px;
  height: 13px;
  border: solid 1px #a02224;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-top: 3px;
}
.about-page .tab ul li a.active a::before {
  background: #a02224;
}
.about-page .about-1 {
  padding: 9.2rem 0 5.35rem;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img {
  width: 44.33%;
}
.about-page .about-1 .text {
  padding: 1.2rem 0 0 4.4rem;
  width: 42%;
}
.about-page .about-1 .text span {
  font-size: 24px;
  font-family: 'TRBI';
  color: #962c25;
  line-height: 1;
}
.about-page .about-1 .text h3 {
  font-size: 2.1rem;
  color: #292929;
  font-family: 'TRBI';
  line-height: 1.4;
  margin-top: 0.7rem;
}
.about-page .about-1 .text .con {
  font-size: 18px;
  line-height: 1.5;
  color: #151515;
  margin-top: 2.5rem;
}
.about-page .about-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57%;
  background: #f4f2e6;
}
.about-page .about-2 {
  background: #f4f2e6;
  padding-bottom: 4.6rem;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .icon{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.about-page .about-2 li:nth-child(2) .text .desc{
  text-indent: 2em;
}
.about-page .about-2 li .text {
  padding: 4rem 2.65rem 0 0;
  width: 49%;
}
.about-page .about-2 li .text h3 {
  font-size: 2.1rem;
  color: #292929;
  line-height: 1.4;
  font-family: 'TRBI';
}
.about-page .about-2 li .text .desc {
  font-size: 18px;
  line-height: 1.5;
  color: #232323;
  margin-top: 2rem;
}
.about-page .about-2 li .img {
  width: 51%;
}
.about-page .about-2 li:nth-child(even) .img {
  float: left;
}
.about-page .about-2 li:nth-child(even) .text {
  float: right;
  padding: 4rem 0 0 5rem;
}
.about-page .about-histroy {
  padding: 5.3rem 0;
}
.about-page .about-histroy h2.title {
  text-align: center;
}
.about-page .about-histroy .histroy-list {
  position: relative;
  margin-top: 2.5rem;
}
.about-page .about-histroy .histroy-list::after {
  content: '';
  position: absolute;
  background: #9e9e9e;
  width: 100%;
  height: 1px;
  left: 0;
  top: 20px;
  z-index: -1;
}
.about-page .about-histroy .histroy-list ul li {
  padding: 0 20px;
  padding-top: 80px;
  position: relative;
}
.about-page .about-histroy .histroy-list ul li::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 48px;
  background: url(../images/accd.png) no-repeat center;
  left: 46px;
  top: 6px;
  z-index: 2;
}
.about-page .about-histroy .histroy-list ul li h3 {
  font-size: 1.8rem;
  color: #962c25;
  font-family: 'TRB';
  line-height: 1;
}
.about-page .about-histroy .histroy-list ul li p {
  font-size: 18px;
  line-height: 1.5;
  color: #292929;
  margin-top: 1rem;
}
.about-page .about-3 {
  padding: 2rem 0 2.7rem;
}
.about-page .about-3 .info {
  background-color: #f4f2e6;
  border-radius: 30px;
  text-align: center;
  padding: 3.15rem 5.55rem 4.85rem 6.35rem;
}
.about-page .about-3 .info .desc {
  margin-top: 3rem;
  font-size: 18px;
  line-height: 1.5;
  color: #292929;
}
.about-page .about-3 .shows {
  padding-top: 1.35rem;
}
.about-page .about-3 .shows ul {
  padding: 0 4.3rem 0 5.1rem;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.about-page .about-3 .shows ul li {
  display: inline-block;
}
.about-page .about-4 {
  padding: 5rem 0 7.7rem;
  overflow: hidden;
}
.about-page .about-4 .left {
  width: 22%;
  padding-top: 5.65rem;
}
.about-page .about-4 .left h2.title {
  line-height: 1.2;
}
.about-page .about-4 .left .arrow {
  margin-top: 10.25rem;
}
.about-page .about-4 .left .arrow .al,
.about-page .about-4 .left .arrow .ar {
  display: inline-block;
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 50%;
  text-align: center;
  border: solid 1px #120e0e;
  font-size: 1.4rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .left .arrow .al:hover,
.about-page .about-4 .left .arrow .ar:hover {
  background: #962c25;
  border-color: #962c25;
  color: #fff;
}
.about-page .about-4 .left .arrow .ar {
  margin-left: 1rem;
}
.about-page .about-4 .right {
  width: 98%;
  margin-right: -20%;
}
.about-page .about-4 .right ul .slick-list {
  padding-right: 490px !important;
}
.about-page .about-4 .right ul li {
  position: relative;
}
.about-page .about-4 .right ul li a {
  display: block;
}
.about-page .about-4 .right ul li h3 {
  position: absolute;
  top: 27px;
  left: 39px;
  width: 256px;
  height: 60px;
  background-color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
}
@media screen and (max-width: 1580px) {
  .about-page .about-1 .text {
    width: 55%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 2rem 0 0;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-4 .right ul .slick-list {
    padding-right: 400px !important;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 1.5rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .about-page .about-4 .right ul .slick-list {
    padding-right: 320px !important;
  }
   #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 1.5rem 0 0;
  }
  #header .nav .ui.menu .logo{
    width: 16%;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .text {
    padding: 1.2rem 0 0 2.4rem;
  }
  .about-page .about-4 .right ul .slick-list {
    padding-right: 0 !important;
  }
  .about-page .about-4 .right {
    width: 78%;
    margin-right: 0;
  }
   #header .nav .ui.menu .logo {
    width: 15%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1rem 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
   #header .nav .ui.menu .logo {
    width: auto;
  }
  .inner-banner {
    height: 400px;
  }
  .about-page .tab .list {
    display: block;
  }
  .about-page .tab .list a {
    width: 30%;
    display: inline-block;
  }
  .about-page .about-1 .img {
    width: 100%;
  }
  .about-page .about-1 .text {
    width: 100%;
  }
  .about-page .about-2 li .text {
    width: 100%;
  }
  .about-page .about-2 li .img {
    width: 100%;
    padding-top: 1.5rem;
  }
  .about-page .about-2 li:nth-child(even) .text {
    padding: 4rem 0 0 1rem;
  }
  .about-page .about-3 .info {
    padding: 3.15rem 3rem 4.85rem 3rem;
  }
  .about-page .about-3 .shows ul {
    padding: 0 2rem;
  }
  .about-page .about-2 .icon{
    display: none;
  }
  .about-page .tab{
    top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner .text .mbx {
    margin-top: 1.6rem;
  }
  .about-page .tab {
    display: none;
  }
  .about-page .about-1 .img {
    width: 100%;
  }
  .about-page .about-1 .text {
    width: 100%;
    padding: 1.5rem 15px 0 15px;
  }
  .about-page .about-1 .text .con {
    font-size: 14px;
  }
  .about-page .about-2 li .text {
    padding: 4rem 0 0 0;
  }
  .about-page .about-2 li .text .desc {
    font-size: 15px;
  }
  .about-page .about-histroy .histroy-list ul li p {
    font-size: 14px;
  }
  .about-page .about-3 {
    display: none;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-4 .left .arrow {
    margin-top: 2rem;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-top: 2rem;
  }
  .about-page .about-4 .right ul li h3 {
    top: 5px;
    left: 5px;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}
.application-page {
  padding: 5rem 0 5.35rem;
}
.application-page .app-1{
  margin-bottom: 3rem;
  text-align: center;
}
.application-page .app-1 h3{
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'TRI';
  margin-bottom: 1.5rem;
}
.application-page .ap-list li {
  margin-bottom: 10.2rem;
}
.application-page .ap-list li .img {
  width: 52.95%;
  vertical-align: middle;
}
.application-page .ap-list li .text {
  width: 47.05%;
  vertical-align: middle;
  padding-left: 1.5rem;
  font-size: 16px;
  line-height: 1.5;
  color: #120e0e;
}
.application-page .ap-list li .text h3 {
  font-size: 2.4rem;
  line-height: 1;
  color: #120e0e;
  font-family: 'TRI';
  margin-bottom: 2.45rem;
}
.application-page .ap-list li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #120e0e;
  margin-top: 2.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.application-page .ap-list li .text strong{
  font-weight: bold;
}
.application-page .ap-list li .text .more {
  width: 137px;
  height: 48px;
  background-color: #a02224;
  border-radius: 24px;
  line-height: 48px;
  color: #f4f2e6;
  font-size: 16px;
  margin-top: 2.1rem;
}
.application-page .ap-list li .text .products {
  margin-top: 2rem;
}
.application-page .ap-list li .text .products h4 {
  border-bottom: 1px solid #151515;
  font-size: 22px;
  font-family: 'TR';
  line-height: 1;
  padding-bottom: 0.85rem;
}
.application-page .ap-list li .text .products .content {
  margin-top: 0.9rem;
}
.application-page .ap-list li .text .products .content ul {
  margin-right: -11px;
}
.application-page .ap-list li .text .products .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.application-page .ap-list li .text .products .content ul .slick-slide {
  padding-right: 11px;
}
.application-page .ap-list li .text .products .content ul li {
  margin-bottom: 0;
}
.application-page .ap-list li .text .products .content ul li a.img-box {
  display: block;
  background: #f4f2e6;
  position: relative;
}
.application-page .ap-list li .text .products .content ul li a.img-box img {
  width: 100%;
}
.application-page .ap-list li .text .products .content ul li .icon {
  position: absolute;
  top: 46%;
  left: 43%;
  width: 32px;
  height: 32px;
  background-color: #9f2224;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .ap-list li .text .products .content ul li .icon img {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
}
.application-page .ap-list li .text .products .content ul li h5 {
  font-size: 14px;
  color: #151515;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.application-page .ap-list li .text .products .content ul li:hover .icon {
  opacity: 1;
}
.application-page .ap-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .application-page .ap-list li .text p {
    margin-top: 1rem;
  }
  .application-page .ap-list li .text .more {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text .products {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .ap-list li .img {
    width: 100%;
  }
  .application-page .ap-list li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .application-page .ap-list li .text .products h4 {
    font-size: 18px;
  }
}
.contact-page {
  padding: 6rem 0 6.85rem;
}
.contact-page .contact-1 {
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 .info {
  width: 48%;
}
.contact-page .contact-1 .info h3 {
  font-size: 6rem;
  color: #a02224;
  font-family: 'TRBI';
  line-height: 1;
}
.contact-page .contact-1 .info .list {
  padding: 0 2rem 0 8.25rem;
  margin-top: 1.3rem;
}
.contact-page .contact-1 .info .list p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(47, 30, 18, 0.6);
}
.contact-page .contact-1 .info .list ul {
  margin-top: 3rem;
}
.contact-page .contact-1 .info .list ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #292929;
  margin-bottom: 1.4rem;
}
.contact-page .contact-1 .info .list ul li i {
  display: inline-block;
  width: 22px;
  vertical-align: top;
}
.contact-page .contact-1 .info .list ul li span {
  display: inline-block;
  width: 90%;
  padding-left: 1rem;
}
.contact-page .contact-1 .info .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .info .list ul li:nth-child(2) i {
  margin-top: 5px;
}
.contact-page .contact-1 .info .list::after {
  content: '';
  width: 1px;
  height: 86px;
  background-color: #a02224;
  opacity: 0.4;
  display: block;
  margin-top: 2.5rem;
}
.contact-page .contact-1 .form {
  width: 52%;
  padding-left: 4rem;
  vertical-align: bottom;
  margin-bottom: 1.1rem;
}
.contact-page .contact-1 .form h3 {
  font-size: 1.75rem;
  color: #2f1e12;
  font-family: 'TR';
  line-height: 1;
}
.contact-page .contact-1 .form form {
  margin-top: 3.3rem;
}
.contact-page .contact-1 .form form input[type="text"],
.contact-page .contact-1 .form form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(41, 41, 41, 0.6);
  height: 36px;
  font-size: 18px;
  color: #868686;
  margin-bottom: 1.5rem;
}
.contact-page .contact-1 .form form input[type="text"]:focus,
.contact-page .contact-1 .form form textarea:focus {
  border-bottom-color: #a02224;
}
.contact-page .contact-1 .form form input[type="submit"] {
  width: 137px;
  height: 48px;
  background-color: #a02224;
  border-radius: 24px;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #f4f2e6;
  margin-top: 0.85rem;
}
.contact-page .contact-1 .icons {
  position: absolute;
  top: -8%;
  right: 0;
  z-index: -1;
}
.contact-page .contact-2 {
  margin-top: 5.6rem;
}
@media screen and (max-width: 1580px) {
  .contact-page .contact-1 .icons{
    width: 30%;
  }
}
@media screen and (max-width: 1120px) {
  .contact-page .contact-1 .info h3 {
    font-size: 5rem;
  }
  .contact-page .contact-1 .info .list {
    padding: 0 2rem 0 3.25rem;
  }
  .contact-page .contact-1 .icons{
    width: 32%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .icons {
    display: none;
  }
  .contact-page .contact-1 .info h3 {
    font-size: 4rem;
  }
  .contact-page .contact-1 .info .list {
    padding: 0 0rem 0 0.25rem;
  }
  .contact-page .contact-1 .form {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .info {
    width: 100%;
  }
  .contact-page .contact-1 .info .list::after {
    display: none;
  }
  .contact-page .contact-1 .form {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .contact-page .contact-1 .form h3 {
    font-size: 22px;
  }
  .contact-page .contact-1 .form form input[type="text"],
  .contact-page .contact-1 .form form textarea {
    font-size: 15px;
  }
}
.faq-page {
  padding: 6.75rem 0;
}
.faq-page .faq-1 .left {
  width: 26%;
}
.faq-page .faq-1 .left h4 {
  font-size: 2.1rem;
  font-family: 'TRI';
  line-height: 1;
}
.faq-page .faq-1 .left p {
  font-size: 1.2rem;
  font-family: 'PM';
  color: rgba(0, 0, 0, 0.67);
  margin-top: 0.65rem;
}
.faq-page .faq-1 .left .img {
  margin-top: 2.25rem;
}
.faq-page .faq-1 .right {
  width: 74%;
  padding-left: 4.5rem;
}
.faq-page .faq-1 .right ul li {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.faq-page .faq-1 .right ul li h4 {
  position: relative;
  padding: 10px 2.4rem;
  font-size: 20px;
  line-height: 1.4;
  font-family: 'PM';
}
.faq-page .faq-1 .right ul li h4::before {
  content: "\f067";
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 16px;
  font-family: 'fontAwesome';
}
.faq-page .faq-1 .right ul li h4::after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 5px;
  width: 33px;
  height: 33px;
  background-color: #962c25;
  border: solid 1px #962c25;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  font-family: 'fontAwesome';
  color: #fff;
}
.faq-page .faq-1 .right ul li .con {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'PM';
  color: rgba(0, 0, 0, 0.7);
  padding: 1.1rem 2.4rem;
  display: none;
}
.faq-page .faq-1 .right ul li.active h4::before {
  content: "\f068";
}
.faq-page .faq-1 .right ul li.active h4::after {
  content: "\f107";
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .left {
    display: none;
  }
  .faq-page .faq-1 .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .right ul li h4 {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .faq-1 .right ul li .con {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .right ul li h4 {
    font-size: 16px;
  }
  .faq-page .faq-1 .right ul li .con {
    font-size: 14px;
  }
}
.news-page {
  padding: 4.65rem 0;
}
.news-page .news-list ul {
  margin-right: -0.95rem;
  margin-bottom: -6.35rem;
}
.news-page .news-list ul li {
  padding-right: 0.95rem;
  margin-bottom: 6.35rem;
}
.news-page .news-list ul li a {
  display: block;
}
.news-page .news-list ul li .img {
  position: relative;
}
.news-page .news-list ul li .img img {
  width: 100%;
}
.news-page .news-list ul li .img time {
  position: absolute;
  top: 35px;
  left: 33px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 7px 15px 0;
  font-size: 18px;
  font-family: 'TR';
  text-align: center;
}
.news-page .news-list ul li .img time span {
  display: block;
  border-bottom: 1px solid rgba(21, 21, 21, 0.56);
}
.news-page .news-list ul li .text {
  padding-top: 1.25rem;
}
.news-page .news-list ul li .text h3 {
  font-size: 20px;
  line-height: 1;
  color: #333333;
  font-family: 'PM';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-page .news-list ul li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-list ul li .text .mores {
  margin-top: 0.8rem;
  font-size: 16px;
  color: #9f2224;
  text-decoration: underline;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .text .mores:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 1000px) {
  .news-page .news-list ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .news-page .news-list ul li .img time {
    top: 10px;
    left: 10px;
  }
  .news-page .news-list ul li .text h3 {
    font-size: 18px;
  }
  .news-page .news-list ul li .text p {
    font-size: 14px;
  }
  .news-page .news-list ul li .text .mores {
    font-size: 14px;
  }
}
.newdet-page {
  padding: 5.4rem 0 4.55rem;
}
.newdet-page .newdet-list h2 {
  font-size: 1.8rem;
  font-family: 'TR';
  line-height: 1.2;
  border-bottom: 1px solid #000;
  padding-bottom: 0.7rem;
  text-transform: uppercase;
}
.newdet-page .newdet-list time {
  display: block;
  margin-top: 1.6rem;
  font-size: 16px;
  color: #9f2224;
}
.newdet-page .newdet-list time img {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .newdet-list time span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.95rem;
}
.newdet-page .newdet-list .content {
  margin-top: 3rem;
  font-size: 18px;
  line-height: 1.7;
}
.newdet-page .newdet-list .share {
  text-align: right;
  margin-top: 8rem;
}
.newdet-page .newdet-list .share span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.newdet-page .newdet-list .share ul {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.95rem;
}
.newdet-page .newdet-list .share ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-list .share ul li:last-child {
  margin-right: 0;
}
.newdet-page .newdet-list .share ul li:hover {
  color: #a02224;
}
.newdet-page .m-link {
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 1.5rem;
  padding: 1.3rem 11px;
}
.newdet-page .m-link a span {
  font-size: 16px;
  font-family: 'PL';
  color: #151515;
  font-weight: bold;
}
.newdet-page .m-link a em {
  font-size: 18px;
  font-family: 'TR';
}
.newdet-page .m-link .next {
  text-align: right;
}
@media screen and (max-width: 700px) {
  .newdet-page .newdet-list .content {
    font-size: 14px;
  }
  .newdet-page .m-link .prev {
    width: 100%;
  }
  .newdet-page .m-link .next {
    width: 100%;
    text-align: left;
  }
  .newdet-page .m-link a em {
    font-size: 16px;
  }
  .newdet-page .m-link a span {
    font-size: 14px;
  }
}
.product-page {
  padding: 5.4rem 0 6.55rem;
}
.product-page .sidebox .sideleft {
  width: 75%;
}
.product-page .sidebox .sideleft .text h3 {
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'TRI';
}
.product-page .sidebox .sideleft .text .desc {
  font-size: 18px;
  line-height: 1.5;
  color: #181818;
  margin-top: 1.4rem;
}
.product-page .sidebox .sideleft .list {
  margin-top: 2.9rem;
}
.product-page .sidebox .sideleft .list ul {
  margin: 0 -0.9rem -6rem 0;
}
.product-page .sidebox .sideleft .list ul li {
  padding-right: 0.9rem;
  margin-bottom: 6rem;
}
.product-page .sidebox .sideleft .list ul li a {
  display: block;
}
.product-page .sidebox .sideleft .list ul li .img {
  background: #f4f2e6;
  position: relative;
  border: 1px solid #ccc;
}
.product-page .sidebox .sideleft .list ul li .img img {
  width: 100%;
}
.product-page .sidebox .sideleft .list ul li .img .icon {
  position: absolute;
  top: 45%;
  left: 43%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #9f2224;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.product-page .sidebox .sideleft .list ul li .title {
  text-align: center;
  padding-top: 0.9rem;
  font-size: 18px;
  font-weight: bold;
  color: #151515;
  line-height: 1.5;
}
.product-page .sidebox .sideleft .list ul li:hover .img .icon {
  opacity: 1;
}
.product-page .sidebox .sideleft .list dd p.ms{
  font-size: 18px;
  line-height: 1.5;
  color: #181818;
  margin-top: 1.6rem;
}
.product-page .sidebox .sideleft .list dd .con{
  margin-top: 4.15rem;
  font-size: 16px;
}
.product-page .sidebox .sideleft .product1-1{
  margin-top: 4.15rem;
}
.product-page .sidebox .sideleft .product1-1 .con{
  margin-top: 1.9rem;
}
.product-page .sidebox .sideleft .product1-1 .con ul{
  margin-right: -11px;
}
.product-page .sidebox .sideleft .product1-1 .con ul li{
  padding-right: 11px;
}
.product-page .sidebox .sideright {
  width: 25%;
  padding-left: 3.5%;
  position: sticky;
  top: 122px;
}
.product-page .sidebox .sideright form {
  position: relative;
  width: 100%;
}
.product-page .sidebox .sideright form input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 60px 0 15px;
  background: #eee;
  font-size: 16px;
  color: #333;
  border: none;
}
.product-page .sidebox .sideright form input::placeholder {
  color: #3f3e3e;
  opacity: 0.5;
}
.product-page .sidebox .sideright form input[type="submit"] {
  width: 21px;
  position: absolute;
  right: 16px;
  top: 0;
  padding: 0;
  background: url(../images/s-icon.png) center center no-repeat;
}
.product-page .sidebox .sideright h3 {
  font-size: 24px;
  color: #9f2224;
  line-height: 1;
  font-family: 'TR';
}
.product-page .sidebox .sideright h3::after {
  content: '';
  width: 55px;
  height: 1px;
  background-color: #9f2224;
  opacity: 0.8;
  display: block;
  margin-top: 12px;
}
.product-page .sidebox .sideright .category {
  padding-top: 3.8rem;
}
.product-page .sidebox .sideright .category .navList {
  padding: 1.2rem 0 0 1rem;
}
.product-page .sidebox .sideright .category .navList li {
  font-size: 16px;
  line-height: 1.6;
  color: #151515;
  margin-bottom: 1rem;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.product-page .sidebox .sideright .category .navList li i{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
}
.product-page .sidebox .sideright .category .navList li:hover,
.product-page .sidebox .sideright .category .navList li.active{
  color: #9f2224;
}
.product-page .sidebox .sideright .category .navList li:last-child {
  margin-bottom: 0;
}
.product-page .sidebox .sideright .category .navList li ul.children{
  padding: 1rem 0 0 10px;
  display: none;
}
.product-page .sidebox .sideright .category .navList li ul.children li{
  color: #666;
  padding-left: 26px;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.product-page .sidebox .sideright .category .navList li ul.children li::before{
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #666;
}
.product-page .sidebox .sideright .category .navList li ul.children li:hover,
.product-page .sidebox .sideright .category .navList li ul.children li.active{
   color: #9f2224;
}
.product-page .sidebox .sideright .category .navList li ul.children li:hover::before,
.product-page .sidebox .sideright .category .navList li ul.children li.active::before{
  background: #9f2224;
}

.product-page .sidebox .sideright .recommend {
  padding-top: 4.4rem;
}
.product-page .sidebox .sideright .recommend ul {
  margin-top: 2rem;
}
.product-page .sidebox .sideright .recommend ul li {
  margin-bottom: 2rem;
}
.product-page .sidebox .sideright .recommend ul li .img {
  vertical-align: middle;
  background: #f4f2e6;
  width: 37%;
}
.product-page .sidebox .sideright .recommend ul li .text {
  width: 63%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.6;
  color: #151515;
  padding-left: 0.85rem;
}
.product-page .sidebox .sideright .recommend ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .product-page .sidebox .sideright .recommend ul li .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .sidebox .sideleft {
    width: 100%;
  }
  .product-page .sidebox .sideright {
    display: none;
  }
  .product-page .sidebox .sideleft .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .sidebox .sideleft .list ul li {
    width: 100%;
  }
}
.prodet-page {
  padding: 5.3rem 0 4.8rem;
}
.prodet-page .prodet-1 .img {
  width: 58%;
}
.prodet-page .prodet-1 .img .imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .img .imgbox .small {
  width: 26.5%;
  padding-right: 1.5rem;
}
.prodet-page .prodet-1 .img .imgbox .small ul {
  margin-bottom: -1.05rem;
}
.prodet-page .prodet-1 .img .imgbox .small ul li {
  padding-bottom: 1.05rem;
}
.prodet-page .prodet-1 .img .imgbox .small ul li a {
  background: #f4f2e6;
  display: block;
}
.prodet-page .prodet-1 .img .imgbox .small ul li img {
  width: 100%;
  border: 1px solid #ccc
}
.prodet-page .prodet-1 .img .imgbox .big {
  width: 73.5%;
  /*background: #f4f2e6;*/
}
.prodet-page .prodet-1 .img .imgbox .big ul {
  margin: -2px
}
.prodet-page .prodet-1 .img .imgbox .big ul li {
  position: relative;
  padding: 2px
}
.prodet-page .prodet-1 .img .imgbox .big ul li img {
  width: 100%;
  border: 1px solid #ccc
}
.prodet-page .prodet-1 .img .imgbox .big ul li .icon {
  position: absolute;
  right: 25px;
  bottom: 17px;
  width: 60px;
  height: 60px;
  border: solid 1px rgba(21, 21, 21, 0.6);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.prodet-page .prodet-1 .img .imgbox .big ul li .icon img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border: none
}
.prodet-page .prodet-1 .img .imgbox .big .slick-arrow {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 63px;
  height: 38px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img .imgbox .big .slick-arrow:hover {
  background-color: #9f2224;
}
.prodet-page .prodet-1 .img .imgbox .big .slick-prev {
  background: url("../images/pl.png") no-repeat center center #ffffff;
  left: 0;
}
.prodet-page .prodet-1 .img .imgbox .big .slick-next {
  background: url("../images/pr.png") no-repeat center center #ffffff;
  right: 0;
}
.prodet-page .prodet-1 .img .info{
  background: #fff;
  margin-top: 1.5rem;
  padding-left: 26.5%;
}
.prodet-page .prodet-1 .img .info h4 {
  font-size: 18px;
  color: #151515;
  line-height: 1;
  font-weight: bold
}
.prodet-page .prodet-1 .img .info h1 {
  font-size: 1.8rem;
  color: #151515;
  font-weight: bold;
  line-height: 2;
}
.prodet-page .prodet-1 .img .info .con{
  font-size: 18px;
  line-height: 1.6;
  color: #151515;
  margin-top: 0rem;
}
.prodet-page .prodet-1 .img .info .con strong{
  font-weight: bold;
}
.prodet-page .prodet-1 .text {
  width: 42%;
  vertical-align: bottom;
  padding: 0 0 0 2.15rem;
}
.prodet-page .prodet-1 .text h4 {
  font-size: 18px;
  color: #151515;
  line-height: 1;
  font-weight: bold
}
.prodet-page .prodet-1 .text h1 {
  font-size: 1.8rem;
  color: #151515;
  font-weight: bold;
  line-height: 2;
}
.prodet-page .prodet-1 .text .con {
  font-size: 18px;
  line-height: 1.6;
  color: #151515;
  margin-top: 0rem;
}
.prodet-page .prodet-1 .text .con strong{
  font-weight: bold;
}
.prodet-page .prodet-1 .text .btn {
  margin-top: 4.35rem;
}
.prodet-page .prodet-1 .text .btn .more {
  display: inline-block;
  width: 137px;
  height: 48px;
  background-color: #a02224;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  color: #f4f2e6;
  font-size: 16px;
  margin-right: 1.55rem;
}
.prodet-page .prodet-1 .text .btn .more:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .text .share {
  margin-top: 5rem;
}
.prodet-page .prodet-1 .text .share span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .share ul {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.95rem;
}
.prodet-page .prodet-1 .text .share ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .share ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .text .share ul li:hover {
  color: #a02224;
}
.prodet-page .prodet-2 {
  padding-top: 6.9rem;
}
.prodet-page .prodet-2 .options ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.prodet-page .prodet-2 .options ul li {
  background-color: #f4f2e6;
  margin-right: 0.8rem;
  text-align: center;
  font-size: 18px;
  color: #020202;
  font-family: 'TR';
  line-height: 1.5;
  padding: 0.55rem 0;
}
.prodet-page .prodet-2 .options ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .options ul li.active {
  background-color: #2f1e12;
  color: #fff;
}
.prodet-page .prodet-2 .box {
  margin-top: 1.95rem;
}
.prodet-page .prodet-3 {
  padding-top: 8.5rem;
}
.prodet-page .prodet-3 h3 {
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'TR';
  border-bottom: 1px solid #151515;
  padding-bottom: 1.3rem;
}
.prodet-page .prodet-3 .content {
  margin-top: 2.2rem;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -1rem;
}
.prodet-page .prodet-3 .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 1rem;
}
.prodet-page .prodet-3 .content ul li .img {
  background: #f4f2e6;
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img img {
  width: 100%;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 43%;
  left: 43%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #9f2224;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.prodet-page .prodet-3 .content ul li h5 {
  font-size: 18px;
  color: #151515;
  line-height: 1.5;
  padding-top: 0.9rem;
  text-align: center;
  font-weight: bold;
}
.prodet-page .prodet-3 .content ul li:hover .img .icon {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-top: 2rem;
  }
  .prodet-page .prodet-2 .options ul {
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 31.8%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .img .imgbox .big ul li .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 10px;
    bottom: 10px;
  }
  .prodet-page .prodet-1 .text {
    padding: 2rem 0 0 0;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 47%;
  }
  .prodet-page .prodet-1 .img .info{
    padding-left: 0;
  }
}
.why-page {
  padding: 6.5rem 0;
}
.why-page h3 {
  font-size: 2.4rem;
  font-family: 'TRI';
  line-height: 1;
}
.why-page li {
  margin-bottom: 5rem;
}
.why-page .list {
  margin: 5.75rem -68px 0;
}
.why-page .list .item {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
.why-page .list .item .text {
  max-width: 710px;
  background-color: #f4f2e6;
  width: 87%;
  padding: 1.75rem 2rem 2.75rem;
  margin: -86px auto 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.why-page .list .item .text h4 {
  font-size: 24px;
  font-family: 'TRI';
  line-height: 1.2;
}
.why-page .list .item .text .desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  padding: 1.55rem 0 0 1.2rem;
}
.why-page .list .swiper-slide {
  padding-bottom: 5rem;
}
.why-page .list .swiper-slide-active .item {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.why-page .list .swiper-slide-active .item .text {
  opacity: 1;
}
.why-page .list .swiper-pagination {
  bottom: 0;
}
.why-page .list .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  margin-right: 0.9rem;
}
.why-page .list .swiper-pagination .swiper-pagination-bullet-active {
  background: #962c25;
}
.why-page .list .swiper-button-prev,
.why-page .list .swiper-button-next {
  width: 37px;
  height: 37px;
  background: #962c25;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-size: 18px;
  top: 34%;
}
.why-page .list .swiper-button-prev {
  left: 28.6%;
}
.why-page .list .swiper-button-next {
  right: 28.7%;
}
@media screen and (max-width: 1000px) {
  .why-page .list .swiper-slide-active .item .img img {
    width: 100%;
  }
  .why-page .list .item {
    transform: none;
  }
  .why-page .list .swiper-slide-active .item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  .why-page .list .item .text {
    max-width: 100%;
    width: 100%;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 700px) {
  .why-page .list .swiper-button-prev {
    left: 16%;
  }
  .why-page .list .swiper-button-next {
    right: 16%;
  }
}

.gallery-page {
  padding: 6rem 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li:hover h5 {
  color: #962c25;
}

.pageBox{
  margin-top: 7rem;
  text-align: center;
}
.pageBox span{
  display: inline-block;
  width: 32px;
	height: 31px;
  line-height: 31px;
	border: solid 1px rgba(24,24,24,0.3);
  font-size: 16px;
  text-align: center;
  color: #181818;
  font-family: 'PM';
}
 .pageNav {
   display: inline-block;
   vertical-align: top;
}
.pageNav a {
  display: inline-block;
  width: 32px;
	height: 31px;
  line-height: 31px;
	border: solid 1px rgba(24,24,24,0.3);
  font-size: 16px;
  text-align: center;
  color: #181818;
  font-family: 'PM';
  text-decoration: none;
}
.pageNav a.active, #pageNav a:hover {
   background: #9f2224;
   color: #fff;
}
.prev:hover,.next:hover{
  cursor: pointer;
   background: #9f2224;
   color: #fff;
}