@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: 'PSB';
  src: url('../fonts/Poppins-SemiBold.eot') format('eot'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'RB';
  src: url('../fonts/Roboto-Bold.eot') format('eot'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'RR';
  src: url('../fonts/Roboto-Regular.eot') format('eot'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
/*@font-face {
  font-family: 'SS';
  src: url('../fonts/SimSun.eot') format('eot'),url('../fonts/SimSun.woff') format('woff'), url('../fonts/SimSun.ttf') format('truetype');
}
@font-face {
  font-family: 'MY';
  src: url('../fonts/MicrosoftYaHei.eot') format('eot'), url('../fonts/MicrosoftYaHei.woff') format('woff'), url('../fonts/MicrosoftYaHei.ttf') format('truetype');
}*/
/*@font-face {
  font-family: 'SS';
  src: url('../fonts/SimSun.eot') format('eot'), url('../fonts/SimSun.woff2') format('woff2'), url('../fonts/SimSun.woff') format('woff'), url('../fonts/SimSun.ttf') format('truetype');
}*/
/*@font-face {
  font-family: 'MY';
  src: url('../fonts/MicrosoftYaHei.eot') format('eot'), url('../fonts/MicrosoftYaHei.woff2') format('woff2'), url('../fonts/MicrosoftYaHei.woff') format('woff'), url('../fonts/MicrosoftYaHei.ttf') format('truetype');
}*/
@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: 'AR';
  src: url('../fonts/AdobeHeitiStd-Regular-Alphabetic.eot?#iefix') format('eot'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff') format('woff'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.ttf') format('truetype');
}
body {
  font-family: 'PR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1780px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 3.9rem 0 4.65rem;
}
#header .nav .ui.menu {
  position: initial;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin: 0 auto 0 7.6rem;
  vertical-align: middle;
  color: #fff;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .logo span {
  display: block;
  text-align: center;
  font-family: 'SS';
}
#header .nav .ui.menu .logo .s1 {
  font-size: 14px;
  line-height: 1;
  margin-top: 1rem;
}
#header .nav .ui.menu .logo .s2 {
  font-size: 12px;
  line-height: 1;
  margin-top: 0.55rem;
}
#header .nav .ui.menu .logo .s2::before,
#header .nav .ui.menu .logo .s2::after {
  content: '';
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .s2::before {
  margin-right: 1.15rem;
}
#header .nav .ui.menu .logo .s2::after {
  margin-left: 0.55rem;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-top: -16px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  margin: 0 2.5rem 0 0;
  font-size: 16px;
  color: #f2f6ff;
  font-family: 'RB';
  z-index: 100;
  float: left;
  -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:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 10px;
}
#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 #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  font-weight: 400;
  -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 a {
  display: block;
}
#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: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 .a1{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'RB';
  padding-right: 1rem;
  margin-top: -13px;
}
#header .nav .ui.menu .language {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-top: -15px;
  font-family: 'MY';
}
#header .nav .ui.menu .language .i1 {
  filter: brightness(100);
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
#header .nav .ui.menu .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%;
  right: 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 #000;
  display: none \9;
}
#header .nav .ui.menu .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px 0 5px;
  line-height: 40px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul.sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .language ul.sub-menu li a img {
  vertical-align: middle;
  display: inline-block;
  height: 20px;
}
#header .nav .ui.menu .language ul.sub-menu li:hover {
  background: #222;
}
#header .nav .ui.menu .language ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .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 .ui.menu .share {
  display: inline-block;
  vertical-align: middle;
  margin: -15px 0 0 0.95rem;
}
#header .nav .ui.menu .share ul li {
  display: inline-block;
  margin-right: 8px;
}
#header .nav .ui.menu .share ul li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin: -12px 1rem 0 0;
  color: #fff;
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#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: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  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: #000;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  right: 5%;
  bottom: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #f2612f;
}
#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 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;
  font-size: 13px;
  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;
}
#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;
}
#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;
}
#canvas {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
.distortion-hover {
  position: relative;
}
.distortion-hover canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li .img > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner ul li .text {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  color: #fff;
}
#banner ul li .text h3 {
  font-size: 2.3rem;
  line-height: 1.1;
  padding-left: 5.3rem;
  font-weight: bold;
}
#banner ul li .text p {
  font-size: 16px;
  font-family: 'RR';
  line-height: 1;
  margin-top: 1rem;
  padding-left: 5.3rem;
}
#banner ul li .text .more {
  font-size: 18px;
  font-weight: 400;
  background-color: #237ac9;
  border: 1px solid #237ac9;
  width: 14.2%;
  text-align: center;
  margin-top: 98px;
  padding: 17px 0 16px 0;
  transition: 1s;
}
#banner ul li .text .more a {
  display: block;
}
#banner ul li .text .more:hover {
  color: #237ac9;
  background-color: #fff;
}
#index-body .service .header {
  background-color: #eeeeee;
  padding: 0.85rem 0 1.4rem;
}
#index-body .service .header .ui.container {
  max-width: 1720px;
  width: 100%;
}
#index-body .service .header li .img {
  height: 42px;
  display: inline-block;
  vertical-align: middle;
}
#index-body .service .header li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #333131;
  line-height: 1.8;
  padding-left: 0.75rem;
}
#index-body .service .header li:nth-child(2) {
  text-align: center;
}
#index-body .service .header li:nth-child(3) {
  text-align: right;
}
#index-body .product .content {
  margin-top: 4.3rem;
}
#index-body .product .content ul {
  margin-right: -18.5%;
}
#index-body .product .content ul .slick-slide {
  margin-right: 6.85rem;
}
#index-body .product .content ul .slick-slide:nth-child(even) li .img {
  padding-top: 3.55rem;
}
#index-body .product .content ul .slick-slide:nth-child(even) li .text {
  margin-top: 3.25rem;
}
#index-body .product .content li {
  display: block;
}
#index-body .product .content li .img {
  padding-top: 4.85rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}
#index-body .product .content li .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 67.4%;
  background-color: #e3e2e2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .text {
  text-align: center;
  margin-top: 2.4rem;
}
#index-body .product .content li .text span {
  font-size: 18px;
  font-family: 'PSB';
  line-height: 1.3;
  color: #605e5e;
}
#index-body .product .content li .text h3 {
  font-size: 16px;
  font-family: 'RR';
  color: #363636;
  line-height: 1.4;
  width: 80%;
  margin: 5px auto 0;
}
#index-body .product .content li:hover .img::after {
  height: 80%;
}
#index-body .product .arrow {
  margin-top: 15px;
  text-align: right;
  padding-right: 3.55rem;
}
#index-body .product .arrow .al,
#index-body .product .arrow .ar {
  display: inline-block;
}
#index-body .product .arrow .al {
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .arrow .al:hover {
  transform: translateX(-10px);
}
#index-body .product .arrow .ar {
  margin-left: 1.55rem;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .arrow .ar:hover {
  transform: translateX(10px);
}
#index-body .show {
  padding: 2.6rem 0 1.1rem;
}
#index-body .show h3 {
  font-size: 1.7rem;
  color: #282828;
  font-family: 'PSB';
  line-height: 1;
}
#index-body .show h3 img {
  border: 2px solid #262626;
  padding: 10px 16px 10px 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.95rem;
}
#index-body .show h3 span {
  display: inline-block;
  width: 49px;
  height: 49px;
  border: 2px solid;
  position: relative;
  margin-left: 0.95rem;
  vertical-align: middle;
}
#index-body .show h3 span::before,
#index-body .show h3 span::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 60%;
  margin-left: -1px;
  transform-origin: 1px;
  background: #2f3344;
  transition: transform 1.5s cubic-bezier(0.35, 0, 0, 1.01);
}
#index-body .show h3 span::before {
  width: 14px;
  transform: rotate(-135deg);
}
#index-body .show h3 span::after {
  width: 14px;
  transform: rotate(-225deg);
}
#index-body .show h3 span:hover::before,
#index-body .show h3 span:hover::after {
  left: 50%;
  top: 60%;
}
#index-body .show h3 span:hover::before {
  transform: rotate(320deg);
}
#index-body .show h3 span:hover::after {
  transform: rotate(-140deg);
}
#index-body .show li {
  position: relative;
}
#index-body .show .left {
  width: 53.8%;
  position: relative;
  z-index: 1;
}
#index-body .show .left h3 {
  padding-left: 1.6rem;
}
#index-body .show .left .img {
  margin-top: 1.1rem;
}
#index-body .show .right {
  width: 48.1%;
  margin-left: -2%;
  padding-top: 4.5rem;
}
#index-body .show .right h3 {
  margin: 0.85rem 9px 0 0;
  text-align: right;
}
#index-body .info {
  padding: 5rem 0 5.85rem;
}
#index-body .info .left {
  width: 44.85%;
  padding-top: 2.55rem;
}
#index-body .info .left h3 {
  font-size: 2.25rem;
  font-family: 'PSB';
  line-height: 1;
  color: #262626;
}
#index-body .info .left p {
  font-size: 18px;
  font-family: 'PSB';
  color: #262626;
  line-height: 1.6;
  width: 70%;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
#index-body .info .left form {
  width: 58.23%;
  margin-top: 1rem;
  position: relative;
}
#index-body .info .left form input[type="text"],#index-body .info .left form textarea {
  width: 100%;
  padding: 13px 0 13px 5px;
  font-size: 15px;
  color: rgba(38, 38, 38, 0.58);
  border: none;
  border-bottom: 2px solid #262626;
  margin-bottom: 1rem;
}
#index-body .info .left form textarea{
  margin-bottom: 0;
  padding-right: 2rem;
}
#index-body .info .left form input[type="image"] {
  position: absolute;
  right: 0;
  bottom: 17px;
}
/*#index-body .info .left form .i1 {
  margin-top: 1rem;
}*/
#index-body .info .right {
  background: url("../images/nb.jpg") no-repeat;
  padding: 2.9rem 0 4rem 4.4rem;
  width: 55.15%;
  background-size: cover;
}
#index-body .info .right h3 {
  font-size: 2.8rem;
  font-family: 'PSB';
  line-height: 1;
  color: rgba(38, 38, 38, 0.94);
}
#index-body .info .right .text {
  padding-top: 2.4rem;
  width: 64%;
  color: #262626;
}
#index-body .info .right .text h4 {
  font-size: 23px;
  font-family: 'PM';
  line-height: 1.3;
}
#index-body .info .right .text time {
  font-size: 16px;
  line-height: 1;
  margin-top: 0.6rem;
  display: block;
}
#index-body .info .right .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.2rem;
}
#index-body .info .right .text span {
  display: block;
  margin-top: 2rem;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .info .right .text span i {
  width: 41px;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 2px solid #262626;
  margin-right: 0.9rem;
}
#index-body .info .right .text span i::before,
#index-body .info .right .text span i::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 60%;
  margin-left: -1px;
  transform-origin: 1px;
  background: #2f3344;
  transition: transform 1.5s cubic-bezier(0.35, 0, 0, 1.01);
}
#index-body .info .right .text span i::before {
  width: 14px;
  transform: rotate(-135deg);
}
#index-body .info .right .text span i::after {
  width: 14px;
  transform: rotate(-225deg);
}
#index-body .info .right .text span:hover {
  text-decoration: underline;
}
#index-body .info .right .text span:hover i::before,
#index-body .info .right .text span:hover i::after {
  left: 50%;
  top: 60%;
}
#index-body .info .right .text span:hover i::before {
  transform: rotate(320deg);
}
#index-body .info .right .text span:hover i::after {
  transform: rotate(-140deg);
}
#footer .footer-info {
  border-top: 6px solid #000;
  padding: 2.3rem 0 0 0;
}
#footer .footer-info h3 {
  padding: 1.6rem 0 0 7px;
  font-size: 23px;
  font-family: 'PSB';
  line-height: 1;
  color: #9c9c9c;
  text-transform: uppercase;
}
#footer .footer-info ul {
  margin-top: 1.25rem;
}
#footer .footer-info ul li {
  font-size: 16px;
  line-height: 2;
  color: rgba(148, 145, 145, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-info ul li:hover {
  color: #262626;
}
#footer .footer-info .f-ab {
  width: 26%;
}
#footer .footer-info .f-ab p {
  font-size: 16px;
  color: #363636;
  line-height: 1.5;
  font-family: 'RR';
  margin-top: 0.9rem;
}
#footer .footer-info .f-ab .share {
  margin: 2.75rem auto 0;
  width: 52%;
}
#footer .footer-info .f-ab .share li {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 16px;
  color: #000;
}
#footer .footer-info .f-ab .share li:last-child {
  margin-right: 0;
}
#footer .footer-info .f-nav {
  width: 10%;
  margin-left: 10%;
}
#footer .footer-info .f-nav ul li {
  text-transform: uppercase;
}
#footer .footer-info .f-product {
  width: 20%;
  padding-left: 2%;
}
#footer .footer-info .f-contact {
  width: 24%;
  padding-left: 2%;
}
#footer .footer-info .f-contact li .img {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: solid 1px #aaaaaa;
  text-align: center;
  line-height: 18px;
  display: inline-block;
}
#footer .footer-info .f-contact li .img img {
  vertical-align: middle;
}
#footer .footer-info .f-contact li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 8px;
}
#footer .footer-info .code{
  width: 10%;
  text-align: right;
  padding-top: 1.6rem;
}
#footer .footer-copy {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  margin-top: 4rem;
}
#footer .footer-copy .footer-copy-info {
  padding: 1.1rem 0 1.45rem 0;
  border-top: 2px solid rgba(232, 232, 232, 0.57);
}
#footer .footer-copy .footer-copy-info-left {
  font-size: 14px;
  color: rgba(40, 39, 39, 0.77);
  line-height: 1.7;
  font-weight: bold;
  font-family: 'AR';
}
#footer .footer-copy .footer-copy-info-left img {
  display: inline-block;
  margin-left: 12px;
  width: 7%;
  vertical-align: middle;
}
#footer .footer-copy .footer-copy-info-left svg {
  vertical-align: bottom;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: rgba(40, 39, 39, 0.77);
}
#footer .footer-copy .footer-copy-info-left svg text {
  fill: rgba(40, 39, 39, 0.77);
}
#footer .footer-copy .footer-copy-info-left svg:hover {
  fill: #262626;
}
.inquiry {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  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: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -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: #000;
  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: #da281c;
}
.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: 1680px) {
  #index-body .info .right .text {
    width: 80%;
  }
  #footer .footer-info {
    padding: 2.3rem 0 0 0;
  }
  /*#footer .footer-info .f-nav {
    margin-left: 24%;
  }*/
  #footer .footer-info .f-product {
    padding-left: 0;
  }
  /*#footer .footer-info .f-contact {
    width: 27%;
  }*/

}
@media screen and (max-width: 1440px) {
  #header .nav {
    padding: 0 2rem 0 3rem;
  }
  #header .nav .ui.menu .logo {
    margin: 0 auto;
  }
  #index-body .info .left p {
    width: 82%;
  }
  #index-body .info .left form {
    width: 72%;
  }
  #index-body .info .right .text {
    width: 100%;
  }
  /*#footer .footer-info .f-nav {
    margin-left: 18%;
    width: 13%;
  }*/
  #footer .footer-info .f-product {
    width: 20%;
  }
  #footer .footer-copy .footer-copy-info-left img{
    width: 10%;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .product .content ul .slick-slide {
    margin-right: 3rem;
  }
  #index-body .info .left p {
    width: 90%;
  }
  #index-body .info .right .text h4 {
    font-size: 20px;
  }
  #index-body .info .right {
    padding: 2.9rem 0 4rem 2rem;
  }
  #footer .footer-info .f-nav {
    margin-left: 2%;
  }
  #footer .footer-info .f-contact {
    width: 31%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav {
    padding: 0 1rem 0 1rem;
  }
  #index-body .info .left form {
    width: 80%;
  }
  #footer .footer-info .f-ab {
    width: 26%;
  }
  #footer .footer-info .f-nav {
    margin-left: 3%;
  }
  #footer .footer-info .f-product {
    width: 18%;
  }
  #footer .footer-info .f-contact {
    width: 33%;
  }
  #footer .footer-info ul li{
    font-size: 14px;
  }
  #footer .footer-copy .footer-copy-info-left img {
    width: 12%;
}
}
@media screen and (max-width: 992px) {
  #header .nav .ui.menu .logo span {
    display: none;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu .share {
    display: none;
  }
  #banner ul li .text h3,
  #banner ul li .text p {
    padding-left: 1rem;
  }
  #index-body .service .header li .img {
    display: block;
  }
  #index-body .service .header li:nth-child(1) .img {
    margin-left: 5rem;
  }
  #index-body .show h3 span {
    width: 35px;
    height: 35px;
  }
  #footer .footer-info .f-nav,
  #footer .footer-info .f-product {
    display: none;
  }
  #footer .footer-info .f-ab,
  #footer .footer-info .f-contact {
    width: 50%;
  }
  #footer .footer-info .code{
    display: none;
  }
  #footer .footer-copy .footer-copy-info-left img {
    width: 18%;
}
}
@media screen and (max-width: 700px) {
  #header .nav .ui.menu .logo img {
    width: 70%;
    margin: 0 auto;
  }
  #index-body .product .header li {
    text-align: center;
    margin-bottom: 10px;
  }
  #index-body .product .header li:last-child {
    margin-bottom: 0;
  }
  #index-body .service .header li:nth-child(1) .img {
    margin-left: 0;
  }
  #index-body .service .header li {
    text-align: center;
  }
  #index-body .service .header li:nth-child(3) {
    text-align: center;
  }
  #banner ul li .text h3,
  #banner ul li .text p {
    padding-left: 0;
  }
  #banner ul li .text h3 {
    font-size: 2rem;
  }
  #banner ul li .text {
    top: 35%;
  }
  #index-body .product .content ul {
    margin-right: 0;
  }
  #index-body .product .content ul .slick-slide {
    margin-right: 0;
  }
  #index-body .show .left,
  #index-body .show .right {
    width: 100%;
  }
  #index-body .info .left {
    display: none;
  }
  #index-body .info .right {
    width: 100%;
  }
  #footer .footer-info .f-ab,
  #footer .footer-info .f-contact {
    width: 100%;
  }
  #footer .footer-info .f-ab .share {
    display: none;
  }
  #footer .footer-copy .footer-copy-info-left img {
    width: 40%;
}
}
@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;
  }
}
.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat fixed;
  height: 658px;
  padding-top: 329px;
  color: #fff;
  text-align: center;
}
.inner-banner h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.inner-banner .mbx {
  font-size: 16px;
  color: #f6f1f1;
  line-height: 1.7;
}
.pn-page {
  padding: 4.5rem 0 9.8rem;
}
.pn-page .ui.container {
  max-width: 1564px;
  width: 100%;
}
.pn-page li {
  position: relative;
  height: 100%;
  padding-bottom: 8.9rem;
}
.pn-page li h3 {
  text-align: center;
  font-size: 3.05rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.pn-page li .box {
  margin-top: 3.3rem;
}
.pn-page li .box .text {
  width: 50%;
  padding-right: 10px;
}
.pn-page li .box .text .list .l1 {
  padding-right: 10px;
  margin-bottom: 1rem;
}
.pn-page li .box .text .list .l1 .imgs {
  background-color: #f1f1f1;
  text-align: center;
  padding: 3.5rem 2.75rem 3.25rem;
}
.pn-page li .box .text .list .l1 .imgs img{
  width: 70%;
}
.pn-page li .box .text .list .l1 .info {
  padding-top: 0.55rem;
}
.pn-page li .box .text .list .l1 .info h3 {
  font-size: 16px;
  color: #201f1f;
  text-align: left;
  line-height: 1.3;
}
.pn-page li .box .text .list .l1 .info p {
  font-size: 14px;
  color: rgba(32, 31, 31, 0.62);
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pn-page li .box .img {
  width: 50%;
}
.pn-page li:nth-child(even) .box .text {
  float: right;
  padding-left: 10px;
}
.pn-page li:nth-child(even) .box .text .list .l1 {
  padding-right: 0;
  padding-left: 10px;
}
.pn-page li:nth-child(even) .box .img {
  float: left;
}
@media screen and (max-width: 768px) {
  .inner-banner {
    height: 400px;
    padding-top: 200px;
  }
  .pn-page li .box .text {
    width: 100%;
    padding-right: 0;
  }
  .pn-page li .box .img {
    width: 100%;
  }
}
.product-page {
  padding: 4rem 0 5.7rem;
}
.product-page .ui.container {
  max-width: 1523px;
  width: 100%;
}
.product-page .box .sidebar-fl {
  width: 21%;
}
.product-page .box .sidebar-fl .pro-sidevar h2 {
  color: #000000;
  font-size: 30px;
  text-transform: capitalize;
  font-family: 'RB';
}
.product-page .box .sidebar-fl #inner-nav {
  margin-top: 2rem;
}
.product-page .box .sidebar-fl #inner-nav h3 {
  font-size: 20px;
  font-family: 'RB';
  line-height: 1;
}
.product-page .box .sidebar-fl #inner-nav h3 i {
  float: right;
}
.product-page .box .sidebar-fl #inner-nav ul {
  margin-top: 1rem;
}
.product-page .box .sidebar-fl #inner-nav ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.product-page .box .sidebar-fl #inner-nav ul li ul li i{
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}
.product-page .box .sidebar-fl #inner-nav ul li ul li a{
  display: inline-block;
  vertical-align: middle;
}
/*.product-page .box .sidebar-fl #inner-nav ul li ul{
margin-top: 4px;
}
.product-page .box .sidebar-fl #inner-nav ul li ul li{
  margin-bottom: 0;
  background-color: #f1f1f1;
  padding: 0.5rem 1rem;
}*/
.product-page .box .sidebar-fl #inner-nav .mores {
  display: block;
  margin-top: 1.5rem;
  font-size: 20px;
}
.product-page .box .sidebar-fl #inner-nav .mores i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.product-page .box .sidebar-fl #inner-nav .fenlei {
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
.product-page .box .sidebar-fl #inner-nav .type {
  margin-top: 2rem;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
.product-page .box .sidebar-fr {
  width: 79%;
  padding-left: 4.75rem;
}
.product-page .box .sidebar-fr .header h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.product-page .box .sidebar-fr .header p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 10px;
  width: 90%;
}
.product-page .box .sidebar-fr .content {
  margin-top: 2rem;
}
.product-page .box .sidebar-fr .content li {
  padding-right: 1.4rem;
  margin-bottom: 1.2rem;
}
.product-page .box .sidebar-fr .content li .img {
  background-color: #f1f1f1;
  text-align: center;
  padding: 3.65rem 0 3.3rem;
  position: relative;
}
.product-page .box .sidebar-fr .content li .img img{
  width: 70%;
  margin-left: -30%;
}
.product-page .box .sidebar-fr .content li .img img.active{
  margin-left: auto;
}
.product-page .box .sidebar-fr .content li .img .icons{
  position: absolute;
  right: 0;
  top: 50%;
  /*width: 100px;*/
}
.product-page .box .sidebar-fr .content li .img .icons img{
  width: 100px;
}
.product-page .box .sidebar-fr .content li .text {
  padding-top: 0.7rem;
}
.product-page .box .sidebar-fr .content li .text h4 {
  font-size: 16px;
  color: #201f1f;
  line-height: 1.3;
  font-weight: bold;

}
.product-page .box .sidebar-fr .content li .text p {
  font-size: 14px;
  color: rgba(32, 31, 31, 0.62);
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 993px) {
  .product-page .box .sidebar-fl {
    display: none;
  }
  .product-page .box .sidebar-fr {
    width: 100%;
    padding-left: 0;
  }
}
.prodet-page {
  padding: 6.6rem 0 4.25rem;
}
.prodet-page .mbxs{
  padding: 1rem 0;
  font-size: 16px;
}
.prodet-page .ui.container {
  max-width: 1730px;
  width: 100%;
}
.prodet-page .prodet-1{
  position: relative;
  width: 100%;
}
.prodet-page .prodet-1 .img {
  background-color: #f1f1f1;
  text-align: center;
  padding: 8.1rem 9.25rem 6.85rem 8.25rem;
  width: 52.7%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img img {
  width: 80%;
}
.prodet-page .prodet-1 .img ul .slick-dots {
  position: absolute;
  left: -17%;
  bottom: -17%;
}
.prodet-page .prodet-1 .img ul .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #fcf9f9;
  border: solid 7px #caccce;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.8rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .img ul .slick-dots li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .img ul .slick-dots li button {
  display: none;
}
.prodet-page .prodet-1 .img ul .slick-dots li:nth-child(1) {
  background-color: #560a87;
}
.prodet-page .prodet-1 .img ul .slick-dots li:nth-child(1).slick-active {
  background-color: #560a87;
}
.prodet-page .prodet-1 .img ul .slick-dots li:nth-child(2) {
  background-color: #1a5309;
}
.prodet-page .prodet-1 .img ul .slick-dots li:nth-child(2).slick-active {
  background-color: #1a5309;
}
.prodet-page .prodet-1 .img ul .slick-dots li:nth-child(3) {
  background-color: #000;
}
.prodet-page .prodet-1 .img ul .slick-dots li:nth-child(3).slick-active {
  background-color: #000;
}
.prodet-page .prodet-1 .text {
  padding: 3.2rem 4.45rem 4rem 3.3rem;
  width: 47.3%;
  background-color: #fbfbfb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 24px;
  font-family: 'PM';
  line-height: 1.7;
  width: 70%;
}
.prodet-page .prodet-1 .text .line {
  width: 100%;
  height: 1px;
  background: rgba(239, 239, 239, 0.6);
  margin-top: 1.25rem;
  margin-left: -0.65rem;
}
.prodet-page .prodet-1 .text .scroll-img {
  padding-top: 1.55rem;
}
.prodet-page .prodet-1 .text h3 {
  font-size: 20px;
  font-family: 'PM';
  line-height: 1;
  text-transform: uppercase;
  margin-top: 20px;
}
.prodet-page .prodet-1 .text .scroll-img ul {
  margin-top: 1.3rem;
  margin-right: -0.6rem;
}
.prodet-page .prodet-1 .text .scroll-img .swiper{
  margin-top: 1.3rem;
  overflow: hidden;
}
.prodet-page .prodet-1 .text .scroll-img .swiper-slide{
  background: #f1f1f1;
  border: solid 1px #d2d2d2;
  /*padding: 1.6rem 1.4rem 1.8rem 0.85rem;*/
  text-align: center;
}
.prodet-page .prodet-1 .text .scroll-img ul .slick-slide {
  margin-right: 0.6rem;
}
.prodet-page .prodet-1 .text .scroll-img ul li {
  background-color: #f1f1f1;
  border: solid 1px #d2d2d2;
  padding: 1.6rem 1.4rem 1.8rem 0.85rem;
  text-align: center;
}
.prodet-page .prodet-1 .text .line1 {
  margin-top: 2.15rem;
}
.prodet-page .prodet-1 .text .info {
  padding: 1.35rem 0 0 0;
}
.prodet-page .prodet-1 .text .info h3 {
  font-size: 16px;
  font-family: 'PM';
  line-height: 1;
  margin-bottom: 1.65rem;
}
.prodet-page .prodet-1 .text .info table td,
.prodet-page .prodet-1 .text .info table th {
  font-size: 16px;
  border-bottom: 1px solid #68696b;
  border-left: none;
  border-top: none;
  border-right: none;
}
.prodet-page .prodet-1 .text .info span {
  font-size: 14px;
  color: #444242;
}
.prodet-page .prodet-1 .text .info p {
  font-size: 16px;
  color: #898989;
  font-family: 'PR';
  line-height: 1.4;
  margin-top: 1rem;
  padding-right: 5rem;
}
.prodet-page .prodet-1 .text .more {
  display: block;
  margin: 2.85rem 0 0 1.7rem;
  width: 70%;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  height: 67px;
  line-height: 67px;
  border-radius: 90px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  border: 1px solid #000;
}
.prodet-page .prodet-1 .text .more:hover {
  background-color: #fff;
  color: #000;
}
.prodet-page .prodet-1 .text .share {
  text-align: center;
  margin: 1.1rem auto 0 17%;
  width: 50%;
}
.prodet-page .prodet-1 .text .share li {
  display: inline-block;
  margin-right: 1rem;
}
.prodet-page .prodet-2 {
  margin-top: 4.25rem;
}
.prodet-page .prodet-2 h3 {
  text-align: center;
  font-size: 3.25rem;
  line-height: 1;
}
.prodet-page .prodet-2 .content {
  margin-top: 2.2rem;
}
.prodet-page .prodet-2 .content ul {
  margin-right: -0.65rem;
}
.prodet-page .prodet-2 .content ul .slick-slide {
  margin-right: 0.65rem;
}
.prodet-page .prodet-2 .content li .img {
  background-color: #f1f1f1;
  text-align: center;
  padding: 4.25rem 3.3rem 3.95rem 2.6rem;
}
.prodet-page .prodet-2 .content li .text {
  padding-top: 0.75rem;
}
.prodet-page .prodet-2 .content li .text h4 {
  font-size: 16px;
  color: #201f1f;
  line-height: 1.4;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .content li .text p {
  font-size: 14px;
  color: rgba(32, 31, 31, 0.62);
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.prodet-page .prodet-3 {
  margin-top: 2.5rem;
}
.prodet-page .prodet-3 .box {
  position: relative;
}
.prodet-page .prodet-3 .box .text {
  position: absolute;
  top: 25%;
  left: 32%;
  width: 31.71%;
  background: #fff;
  padding: 2.8rem 3rem;
  text-align: center;
}
.prodet-page .prodet-3 .box .text h3 {
  font-size: 18px;
  font-family: 'RB';
  line-height: 1.2;
}
.prodet-page .prodet-3 .box .text p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0.8rem;
}
.prodet-page .prodet-3 .box .text .more {
  display: block;
  margin: 1rem auto 0;
  width: 116px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'RB';
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-3 .box .text .more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box .text .more:hover {
  color: #fff;
}
.prodet-page .prodet-3 .box .text .more:hover::after {
  width: 100%;
}

.prodet-page .link{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #eee dashed;
}
.prodet-page .link a {
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-3 .box .text {
    width: 40%;
    top: 15%;
  }
}
@media screen and (max-width: 1020px) {
  .prodet-page .prodet-3 .box .text {
    width: 60%;
    top: 10%;
    left: 20%;
  }
  .prodet-page .prodet-1 .text h1 {
    width: 100%;
  }
}
@media screen and (max-width: 993px) {
  .prodet-page .prodet-3 {
    display: none;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .img ul .slick-dots {
    left: -38%;
    bottom: -35%;
  }
  .prodet-page .prodet-1 .img ul .slick-dots li {
    width: 30px;
    height: 30px;
  }
  .prodet-page .prodet-1 .text {
    padding: 3.2rem 1rem 4rem 1rem;
  }
  .prodet-page .prodet-1 .text .info p {
    padding-right: 0;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 20px;
  }
}
.about-page {
  padding: 0 0 6.7rem;
}
.about-page .ui.container {
  max-width: 1340px;
  width: 100%;
}
.about-page .about-1 {
  background-color: #fcfafa;
  padding: 5.3rem 0 3.9rem;
}
.about-page .about-1 .content h3 {
  text-align: center;
  font-size: 1.8rem;
  font-family: 'RB';
  line-height: 1;
  margin-bottom: 2rem;
}
.about-page .about-1 .content p {
  font-size: 16px;
  color: #494848;
  line-height: 1.7;
}
.about-page .about-1 .show {
  margin-top: 2.35rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about-page .about-1 .show .card {
  width: 33.3%;
  background-color: #fff;
  padding: 1.5rem;
}
.about-page .about-1 .show .card h3 {
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 15px;
}
.about-page .about-1 .show .card p {
  margin: 0 0 15px;
  font-size: 15px;
  color: #555c63;
  letter-spacing: 0.2px;
  line-height: 1.7;
}
.about-page .about-1 .show .card a {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-1 .show .data {
  width: 64%;
  margin-left: 2.6%;
  background-color: #413f3f;
  padding: 1.5rem;
}
.about-page .about-1 .show .data .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-page .about-1 .show .data .row .column {
  padding: 20px 15px;
  position: relative;
}
.about-page .about-1 .show .data .row .column::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 15px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.21);
}
.about-page .about-1 .show .data .row .column .title img {
  display: inline-block;
  margin-top: -5px;
}
.about-page .about-1 .show .data .row .column .title h3 {
  display: contents;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-top: 0.5rem;
  padding-left: 0.6rem;
}
.about-page .about-1 .show .data .row .column .title h3 sub {
  margin-left: 5px;
}
.about-page .about-1 .show .data .row .column p {
  font-size: 17px;
  line-height: 1.4;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.about-page .about-1 .show .data .row .column:last-child p {
  width: 85%;
}
.about-page .about-1 .show .data .row .column:last-child::before {
  display: none;
}
.about-page .about-2 {
  position: relative;
      height: 750px;
    overflow: hidden;
    background: #000;
 
}
.about-page .about-2 .pv-video{position: absolute;
  top: -37%;
  left: 0;
  width: 100%;
  text-align: center;opacity:0.8;filter:alpha(opacity=80);}

.about-page .about-2 .play span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  font-family: 'RB';
  line-height: 1;
  color: #fff;
}
.about-page .about-2 .play .plays {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.8rem;
}
.about-page .about-3 {
  background-color: #f7f5f5;
  padding: 4.5rem 0 3.8rem;
}
.about-page .about-3 h3 {
  font-size: 1.8rem;
  font-family: 'RB';
  line-height: 1;
}
.about-page .about-3 .header .right{
  text-align: right;
  font-size: 18px;
  line-height: 1;
}
.about-page .about-3 .header .right a{
-webkit-transition: .5s;
          -moz-transition: .5s;
          -ms-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
}

.about-page .about-3 .header .right a:hover{
  color: #c03437;
}
.about-page .about-3 .content {
  margin-top: 2.6rem;
}
.about-page .about-3 .content ul{
  margin-right: -1rem;
}
.about-page .about-3 .content ul .slick-slide{
  margin-right: 1rem;
}
.about-page .about-4 {
  padding-top: 4.95rem;
}
.about-page .about-4 .header {
  text-align: center;
}
.about-page .about-4 .header h3 {
  font-size: 1.8rem;
  font-family: 'RB';
  line-height: 1;
}
.about-page .about-4 .header p {
  font-size: 14px;
  font-family: 'PR';
  color: #818080;
  line-height: 1.6;
  margin-top: 1.95rem;
}
.about-page .about-4 .content {
  margin-top: 2.6rem;
}
.about-page .about-4 .content .left {
  width: 68%;
}
.about-page .about-4 .content .left img {
  filter: grayscale(100%);
}
.about-page .about-4 .content .right {
  width: 32%;
  padding: 4.4rem 0 0 3.15rem;
}
.about-page .about-4 .content .right li {
  margin-bottom: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .about-page .about-2 .pv-video{
    top: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1080px) {
  .about-page .about-1 .show .data .row .column:last-child p {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .about-page .about-1 .show {
    display: block;
  }
  .about-page .about-1 .show .card {
    width: 100%;
  }
  .about-page .about-1 .show .data {
    width: 100%;
    margin: 1rem 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .show {
    display: none;
  }
  .about-page .about-2 {
    display: none;
  }
  .about-page .about-4 .content .left {
    width: 100%;
  }
  .about-page .about-4 .content .right {
    display: none;
  }
  .about-page .about-3 .content ul .slick-slide{
    margin-right: 0;
  }
  .about-page .about-3 .content ul{
    margin-right: 0;
  }
}

.about-page .about-2 .grid-box .column {
  text-align: center;
}
.about-page .about-2 .grid-box .column h2 {
  font-size: 48px;
  color:#c03437;
  font-weight: 700;
}
.about-page .about-2 .grid-box .column h2 a {
  position: relative;
}
.about-page .about-2 .grid-box .column p {
  font-size: 16px;
}

.factory-page {
  background: #fff;
}
.factory-page .factory-part {
  padding: 50px 0;
}
.factory-page .factory-part .tit {
  text-align: center;
}
.factory-page .factory-part .tit h2 {
  color: #2a2a2a;
  font-size: 44px;
  font-weight: bold;
}
.factory-page .factory-part .tit p {
  color: #666;
}
.factory-page .factory-part .factory-part-list {
  margin-top: 20px;
}
.factory-page .factory-part .factory-part-list ul li {
  padding: 0 2px;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text h2 {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 18px;
}
.factory-page .factory-part .factory-part-list ul li .img-box .text p {
  color: #666;
  line-height: 30px;
  list-style-type: disc;
  list-style-position: inside;
}

.contact-page{
  padding: 0;
}
.contact-page .contact-1 {
  background-color: #f2f2f2;
  padding: 5.35rem 0 3.85rem;
}
.contact-page .contact-1 li {
  text-align: center;
}
.contact-page .contact-1 li .text {
  padding: 1.65rem 1.8rem 0;
}
.contact-page .contact-1 li .text h3 {
  font-size: 16px;
  color: #c03437;
  font-family: 'RB';
  line-height: 1.7;
}
.contact-page .contact-1 li .text p {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'RR';
  margin-top: 1.4rem;
}
.contact-page .more {
    margin: 0 auto;
    display: block;
    width: 158px;
    height: 52px;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #000;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.init-contact1 {
  padding: 118px 0 60px;
}
.init-contact1 .column {
  width: 60%;
}
.init-contact1 .column:nth-child(1) {
  padding-right: 8%;
}
.init-contact1 .column:nth-child(1) form {
  margin-top: 40px;
}
.init-contact1 .column:nth-child(1) form ul li {
  margin-bottom: 10px;
}
.init-contact1 .column:nth-child(1) form ul li input,
.init-contact1 .column:nth-child(1) form ul li textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #666666;
  outline: none;
  padding: 20px;
  padding-left: 0;
  font-size: 18px;
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input ::-webkit-input-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea ::-webkit-input-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input :-moz-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea :-moz-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input ::-moz-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea ::-moz-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input :-ms-input-placeholder,
.init-contact1 .column:nth-child(1) form ul li textarea :-ms-input-placeholder {
  color: #666666;
}
.init-contact1 .column:nth-child(1) form ul li input[type="submit"] {
  color: #fff;
  background: #c03437;
  border: none;
  width: 180px;
  text-align: center;
  padding: 12px 20px;
  margin-top: 30px;
}
.init-contact1 .column h2 {
  padding: 20px 0;
 
  font-size: 40px;
  font-weight: bold;
}
.init-contact1 .column p {
  font-size: 18px;
  color: #666666;
  margin: 10px 0;
}
.contact-page .init-contact1 .column:nth-child(2) {
  width: 50%;
  padding-left: 2%;
}
.contact-page .init-contact1 .column:nth-child(2) h2 {

  font-size: 40px;
   font-weight: bold;
}

.contact-page .init-contact1 .column:nth-child(2) .text .map {
  margin: 20px 0 40px;
  border: 1px solid #ccc;
  min-height: 300px;
}
.contact-page .init-contact1 .column:nth-child(2) .text p {
 
  color: #333333;
}
.contact-page .init-contact1 .column:nth-child(2) .text p .fa{
  font-size: 20px;
  margin-right: 5px;
  color: #c03437;
}
.contact-page .init-faq {
  padding: 80px 0 115px;
  background: #f7f7f7;
}
.contact-page .init-faq h2 {
  color: #333333;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase; font-weight: bold;
}

.contact-page .init-faq .faq-list {
  margin-top: 80px;
  padding: 0 8%;
}
.contact-page .init-faq .faq-list ul li {
  border-bottom: 1px solid #000000;
  padding: 15px 0;
  margin: 15px 0;
}
.contact-page .init-faq .faq-list ul li h4 {
  color: #333333;
  font-size: 18px;
  position: relative;
  padding-right: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.contact-page .init-faq .faq-list ul li h4 .fa {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 30px;
}
.contact-page .init-faq .faq-list ul li p {
  line-height: 30px;
  font-size: 16px;
  display: none;
}

.inner-page .m-page{
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #444;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #000;
  color: white;
}

.inner-page .container {
    width: 82%;
}

.design-page {
  padding: 0;
}
.design-page .init-1 {
  background: #F3F4F6;
  padding: 50px 0;
}
.design-page .init-1 h2 {
  
  line-height: 58px;
  margin-bottom: 6px;
  font-size: 48px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-1 p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-1 #carousel {
  padding: 50px 10%;
}
.design-page .init-1 .ft {
  padding-top: 60px;
}
.design-page .init-1 .btn a {
  display: block;
  width: 350px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #fff !important;
  background: #017bc5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.design-page .init-1 ul li img {
  width: 100%;
}
.design-page .init-1 ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: 20%;
  z-index: 0;
  background: #e3e4e6;
  padding: 0 10%;
}
.design-page .init-1 ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.design-page .init-1 ul .slick-slide.slick-current + div li {
  left: -25%;
}
.design-page .init-2 {
  padding: 120px 0;
  background-color: #e9ebec;
}
.design-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.design-page .init-2 .grid-box .column:nth-child(1) {
  padding-right: 5%;
}
.design-page .init-2 .grid-box .column:nth-child(1) h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-2 .grid-box .column:nth-child(1) h2 {
 
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.design-page .init-2 .grid-box .column:nth-child(1) p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
}
.design-page .tit {
  text-align: center;
}
.design-page .tit h3 {
  
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.design-page .tit p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-3 {
  background: #F3F4F6;
  padding: 100px 0;
}
.design-page .init-3 .init-3-list {
  padding-top: 60px;
  padding-left: 12%;
}
.design-page .init-3 .init-3-list ul li{
  padding: 0 20px;
  padding-top: 80px;
}

.design-page .init-3 .init-3-list ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
}
.design-page .init-3 .init-3-list ul li .item .pic {
  position: relative;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.design-page .init-3 .init-3-list ul li .item .text {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-bottom: 50px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 30px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #162c35;
  font-family: 'Alternate';
  font-weight: 700;
  font-style: normal;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main p{
  color: #777!important;
}
.design-page .init-4 {
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #F3F4F6), color-stop(0%, #e9ebec));
  background: -webkit-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: -o-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: linear-gradient(180deg, #F3F4F6 47%, #e9ebec 0%);
}
.design-page .init-5 {
  padding: 40px 0 80px;
  text-align: center;
  background: #e9ebec;
}
.design-page .init-5 p {
  max-width: 760px;
  margin: 0 auto 52px;
}
.design-page .init-5 .section-link {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #017bc5 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service2-page{
  padding: 0;
}
.service2-page .container {
  padding: 0 10%;
}
.service2-page .container .tit-name h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  margin-bottom: 30px;
}
.service2-page .container .tit-name p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
  margin-bottom: 10px;
}
.service2-page .container .section-link {
  margin-top: 30px;
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #dbae78 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service2-page .init-2 {
  padding: 80px 0;
  background: url(../images/p06-s03-bg.jpg) no-repeat center;
  background-size: cover;
}
.service2-page .init-2 .grid-box {
  background: #fff;
}
.service2-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.service2-page .init-2 .grid-box .column:nth-child(2) {
  padding: 0 5%;
}
.service2-page .init-1,
.service2-page .init-3 {
  padding: 80px 0 120px;
  background-color: #F3F4F6;
}
.service2-page .init-1 .column,
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-1 .column:nth-child(2),
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 5%;
}
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-3 .column:nth-child(1) {
  padding-right: 5%;
}
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 0;
}
.service2-page .init-4 {
  padding: 40px 0;
  background-color: #F3F4F6;
}
.service2-page .init-4 .tit-name {
  text-align: center;
}
.service2-page .init-4 .grid-box {
  margin-top: 30px;
}
.service2-page .init-4 .grid-box .column {
  padding: 0 8px;
}
.service2-page .init-4 .grid-box p{
  padding-top: 1.5rem;
  font-size: 18px;
  line-height: 1.2;
}
.gallery-page .grid-box.four>.column{
  padding: 20px;
}
.gallery-page .grid-box.four>.column .text{
  padding: 20px 0;
  background: #f6f6f6;
  position: relative;
  z-index: 2;
}
.gallery-page .grid-box.four>.column .text h2{
  text-align: center;
}
.gallery-page .box img{
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .about-page .about-2 .grid-box .column h2 {
    font-size: 30px;
  }
   .contact-page .init-contact1 .column p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .factory-page .factory-part .tit h2 {
    font-size: 25px;
  }
   .contact-page .init-contact1 .column h2 {
    font-size: 24px;
  }
  .contact-page .init-faq h2 {
    font-size: 30px;
  }
  .contact-page .init-faq .faq-list {
    margin-top: 30px;
    padding: 0;
  }
   .contact-page .init-contact1 {
    padding: 30px 0;
  }
  .contact-page .init-contact1 .column:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .init-contact1 .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .about-page .grid-box.four > .column {
    width: 50%;
  }
  .about-page .about-2 .grid-box .column h2 {
    font-size: 20px;
  }
  .service2-page .init-2 .grid-box .column {
    width: 100%;
    padding-right: 0;
  }
  .service2-page .container .tit-name h2 {
    font-size: 20px;
  }
  .contact-page .init-contact1 .column:nth-child(2) .text {
    margin-left: 0;
  }
  .contact-page .init-faq h2 {
    font-size: 20px;
  }
  .contact-page .init-faq .faq-list ul li h4 {
    font-size: 16px;
  }
  .inner-page .m-page a, .inner-page .m-page span{
    margin-bottom: 2px;
  }
  .service2-page .container .tit-name h2{
    line-height: 1.5;
  }
  .service2-page .init-1, .service2-page .init-3{
    padding: 30px 0;
  }
  .design-page .init-2 .grid-box .column:nth-child(1) h3{
    font-size: 20px;
  }
  .design-page .init-2 .grid-box .column{
    width: 100%;
  }
  .design-page .init-2{
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .init-contact1 .column:nth-child(1) form ul li input,
  .contact-page .init-contact1 .column:nth-child(1) form ul li textarea {
    font-size: 14px;
  }
  .contact-page .init-faq {
    padding: 30px 0 50px;
  }
  .contact-page .init-contact1 .column:nth-child(2) h2 {
    font-size: 20px;
  }
}

.news-page {
  padding: 55px 0 80px;
  background: #f8f8f8;
}
.news-page .nav {
  text-align: center;
  letter-spacing: -5px;
}
.news-page .nav ul li {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  color: #2f2f2f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  letter-spacing: 0;
}
.news-page .nav ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.news-page .nav ul li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news-page .nav ul li:hover{
  background: #70a6ef;
  color: white;
}
.news-page .nav ul li.active {
  background: #2f80ee;
  color: white;
}
.news-page .box {
  padding: 60px 0 70px;
  overflow: hidden;
}
.news-page .box ul {
  margin-right: -20px;
}
.news-page .box ul li {
  padding: 65px 25px;
  background: #fff;
  margin-right: 20px;
  margin-top: 20px;
  width: calc(25% - 20px);
}
.news-page.honor-page .box ul li{
  padding:15px;
}
.news-page.honor-page .box ul li h4{
  height: auto;
  margin-bottom: 0;
}
.news-page .box ul li a.img-box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.news-page .box ul li a.img-box img {
  display: block;
  width: 100%;
}
.news-page .box ul li time {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #c03437;
  line-height: 1;
  margin: 15px 0;
}
.news-page .box ul li a.more{color: #c03437; margin-top: 30px;}
.news-page .box ul li h4 {
  display: block;
  font-size: 18px;
  color: #1c1c1c;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 58px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-bottom: 30px;
}
.news-page .box ul li h4:hover {
  color: #2f80ee;
}
.news-page .box ul li p {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  
  height: 62px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-top: 30px;
}

.newdet-page {
  background: #f5f8ff;
  padding: 10rem 0;
}
.newdet-page .box {
  background: white;
  padding: 25px;
}
.newdet-page .box h4 {
  font-size: 24px;
  color: #333;
  font-family: "roboto-bold";
  text-align: center;
}
.newdet-page .box time {
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  margin: 15px 0;
}
.newdet-page .box .content {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
}
.newdet-page .box .content table,
.newdet-page .box .content table td {
  border: none;
}
.newdet-page .box .link {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #eee dashed;
}
.newdet-page .box .link a {
  display: block;
  font-size: 14px;
}
.newdet-page .box .link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1600px) {
  .news-page .box ul li {
    padding: 15px;
  }
  .news-page .box ul {
    margin: -15px;
  }
}

@media screen and (max-width: 1400px) {
.news-page .box {
    padding: 30px 0;
  }
  .news-page .box ul li p {
    display: none;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .box ul li h4 {
    font-size: 16px;
  }
  .news-page .nav ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .news-page .box ul li h4 {
    font-size: 14px;
    line-height: 28px;
  }
  .news-page .box ul li {
    padding: 5px;
  }
  .news-page .box ul {
    margin: -5px;
  }
  .news-page .box ul li{
    width: calc(33.333% - 20px);
    padding: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .box ul li{
    width: calc(50% - 20px);
  }
  .news-page .nav ul li{
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .news-page .nav ul li{
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
  .news-page .nav {
    display: none;
  }
  .news-page .box {
    padding-top: 0;
  }
  .news-page .box ul li {
    width: calc(100% - 10px);
  }
}