@font-face {
  font-family: 'Poppins';
  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-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  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-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  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-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.eot') format('eot'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
strong{
  font-weight: 600 !important;
}
/*body {
  font-family: 'Poppins';
  font-weight: 400;
}*/
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.ui.container1 {
  padding: 0 15px;
  position: relative;
  max-width: 1530px;
  margin: auto;
  width: 100%;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1628px;
  margin: auto;
  width: 100%;
}
.more {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 19px 58px;
  color: #000;
  background-image: -webkit-gradient(linear, left top, right top, from(#4fa1d2), color-stop(0%, #7a8fb9), color-stop(0%, #a47da0), color-stop(0%, #caab9c), color-stop(0%, #efd897), color-stop(50%, #f8ecc4), to(#efd897)), -webkit-gradient(linear, left top, left bottom, from(#e8e9eb), to(#e8e9eb));
  background-image: -webkit-linear-gradient(left, #4fa1d2 0%, #7a8fb9 0%, #a47da0 0%, #caab9c 0%, #efd897 0%, #f8ecc4 50%, #efd897 100%), -webkit-linear-gradient(#e8e9eb, #e8e9eb);
  background-image: -moz-linear-gradient(left, #4fa1d2 0%, #7a8fb9 0%, #a47da0 0%, #caab9c 0%, #efd897 0%, #f8ecc4 50%, #efd897 100%), -moz-linear-gradient(#e8e9eb, #e8e9eb);
  background-image: linear-gradient(90deg, #4fa1d2 0%, #7a8fb9 0%, #a47da0 0%, #caab9c 0%, #efd897 0%, #f8ecc4 50%, #efd897 100%), linear-gradient(#e8e9eb, #e8e9eb);
  background-blend-mode: normal,
    normal;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  width: 100%;
}
.more.black{
  background: #000;
  color: #fff;
}
.more.black::after{
  background-image: -webkit-gradient(linear, left top, right top, from(#4fa1d2), color-stop(0%, #7a8fb9), color-stop(0%, #a47da0), color-stop(0%, #caab9c), color-stop(0%, #efd897), color-stop(50%, #f8ecc4), to(#efd897)), -webkit-gradient(linear, left top, left bottom, from(#e8e9eb), to(#e8e9eb));
  background-image: -webkit-linear-gradient(left, #4fa1d2 0%, #7a8fb9 0%, #a47da0 0%, #caab9c 0%, #efd897 0%, #f8ecc4 50%, #efd897 100%), -webkit-linear-gradient(#e8e9eb, #e8e9eb);
  background-image: -moz-linear-gradient(left, #4fa1d2 0%, #7a8fb9 0%, #a47da0 0%, #caab9c 0%, #efd897 0%, #f8ecc4 50%, #efd897 100%), -moz-linear-gradient(#e8e9eb, #e8e9eb);
  background-image: linear-gradient(90deg, #4fa1d2 0%, #7a8fb9 0%, #a47da0 0%, #caab9c 0%, #efd897 0%, #f8ecc4 50%, #efd897 100%), linear-gradient(#e8e9eb, #e8e9eb);
  background-blend-mode: normal,
    normal;
}
.more.black:hover{
  color: #000;
}
.more.white:hover {
  color: #fff;
}
.more.white:hover::after {
  background: #000;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
#header .h-top {
  text-align: center;
}
#header .h-top .logo img{
  filter: invert(1);
}
#header .h-top .logo span {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}
#header .nav {
  position: relative;
  padding: 33px 0;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  display: none;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  filter: invert(1);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto 0 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  line-height: 1;
  margin-right: 108px;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #dfaa34;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #dfaa34;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#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 {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  position: relative;
  color: #000;
  margin-left: 62px;
}
#header .nav .ui.menu .h-search span {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  line-height: 1;
  margin-right: 30px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
  filter: invert(1);
}
#header .nav .ui.menu .h-language {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
#header .nav .ui.menu .h-language span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  color: #000;
  text-transform: uppercase;
}
#header .nav .ui.menu .h-language span i {
  display: inline-block;
  margin: -3px 0 0 22px;
}
#header .nav .ui.menu .h-language .i1 {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 13px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #dfaa34;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
#header.inner {
  position: relative;
  background: #fff;
}
#header.active {
  position: fixed;
}
#header.active::after {
  width: 100%;
}
#header.active::before {
  opacity: 1;
}
#header.active .nav {
  padding: 10px 0;
}
.font-60 {
  font-size: 60px;
  line-height: 1.2;
}
.font-48 {
  font-size: 48px;
  line-height: 1.2;
}
.font-40 {
  line-height: 1.3;
}
.font-30 {
  line-height: 1.4;
}
.font-24 {
  line-height: 1.5;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
}
#banner ul li .text .box {
  color: #000;
  max-width: 560px;
  margin: 0 0 0 auto;
}
#banner ul li .text .box .title {
  font-size: 90px;
  line-height: 1;
  font-weight: 500;
  margin-top: 5px;
}
#banner ul li .text .box .more {
  margin-top: 47px;
}
#banner .qh {
  position: absolute;
  bottom: 98px;
  left: 0;
  width: 100%;
}
#banner .qh .ig {
  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;
  max-width: 560px;
  margin: 0 0 0 auto;
  /*color: #fff;*/
}
#banner .qh .ig .arrow {
  padding-left: 10px;
}
#banner .qh .ig .arrow a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 56px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .qh .ig .arrow a:last-child {
  margin-right: 0;
}
#banner .qh .ig .arrow a:hover {
  color: #dfaa34;
}
#banner .qh .ig .dots {
  margin-left: 66px;
}
#banner .qh .ig .dots li {
  width: 30px;
  height: 1px;
  background: #000;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .qh .ig .dots li button {
  display: none;
}
#banner .qh .ig .dots li.slick-active {
  background: #dfaa34;
}
#index-body .title {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: capitalize;
}
#index-body .init-1 {
  background-color: #e4dfe5;
  padding: 33px 0 27px 24px;
  position: relative;
}
#index-body .init-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../images/init-line.png) no-repeat center;
}
#index-body .init-1 .box {
  background-color: #efefef;
  padding: 43px 0 54px;
}
#index-body .init-1 .box .ig {
  max-width: 1278px;
  margin: 0 auto;
  padding: 0 15px;
}
#index-body .init-1 .box .ig ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-1 .box .ig ul li {
  text-align: center;
}
#index-body .init-1 .box .ig ul li .img-box {
  line-height: 50px;
}
#index-body .init-1 .box .ig ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  filter: invert(1);
}
#index-body .init-1 .box .ig ul li .tit {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 226px;
  margin: 13px auto 0;
}
#index-body .init-1 .box .ig ul li .tit:hover {
  color: #000;
}
#index-body .init-2 {
  padding-top: 5.1123%;
}
#index-body .init-2 .top .left {
  width: 40.488%;
  vertical-align: middle;
  padding-right: 26px;
}
#index-body .init-2 .top .left ul {
  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;
  width: 86%;
  margin: -60px 0 -69px;
}
#index-body .init-2 .top .left ul li {
  display: inline-block;
  padding-bottom: 69px;
}
#index-body .init-2 .top .left ul li .num {
  font-size: 100px;
  line-height: 1;
  font-weight: 600;
  color: #030303;
}
#index-body .init-2 .top .left ul li p {
  font-size: 20px;
  line-height: 1.4;
  color: #1e1e1e;
}
#index-body .init-2 .top .right {
  width: 59.512%;
  vertical-align: middle;
  position: relative;
}
#index-body .init-2 .top .right .play {
  position: absolute;
  top: 39%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
#index-body .init-2 .top .right .play i {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .top .right .play i::before,
#index-body .init-2 .top .right .play i::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
#index-body .init-2 .top .right .play i::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .init-2 .top .right .play span {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 30px;
}
#index-body .init-2 .bottom {
  background: #efefef;
  margin-top: 90px;
  color: #000;
  padding: 3.9% 0 3.8%;
}
#index-body .init-2 .bottom .left {
  width: 30.225%;
}
#index-body .init-2 .bottom .left .more {
  margin-top: 24px;
  background: #000;
  color: #fff;
}
#index-body .init-2 .bottom .right {
  font-size: 18px;
  line-height: 1.8;
  width: 69.775%;
}
#index-body .init-2 .bottom .right h1 {
  display: inline;
}
#index-body .init-3 {
  padding-top: 4.591%;
}
#index-body .init-3 .header {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 0 15px 0 11px;
}
#index-body .init-3 .header i {
  margin-top: 5px;
}
#index-body .init-3 .header i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .wz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #030303;
  line-height: 1.8;
  text-transform: uppercase;
  margin-top: 7px;
}
#index-body .init-3 .content {
  margin-top: 45px;
  position: relative;
}
#index-body .init-3 .content ul{
  overflow: hidden;
  margin-left: -1%;
}
#index-body .init-3 .content ul li{
  padding-left: 1%;
}
#index-body .init-3 .content ul li .img {
  width: 65.1%;
}
#index-body .init-3 .content ul li .text {
  width: 34.9%;
  text-align: right;
  padding: 4.256% 0 0 7.7%;
}
#index-body .init-3 .content ul li .text span {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
}
#index-body .init-3 .content ul li .text .tit {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .content ul li .text .tit:hover {
  color: #dfaa34;
}
#index-body .init-3 .content ul li .text .con {
  font-size: 18px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 74px;
}
#index-body .init-3 .content .qh {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
#index-body .init-3 .content .qh i {
  display: block;
  width: 1px;
  height: 154px;
  background-color: #000000;
  margin: 0 25px 0 auto;
}
#index-body .init-3 .content .qh a {
  display: inline-block;
  margin-top: 93px;
  font-size: 16px;
  line-height: 1.8;
  color: #030303;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .content .qh a.prev {
  margin-right: 63px;
}
#index-body .init-3 .content .qh a.prev:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
#index-body .init-3 .content .qh a.next:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .init-4 {
  padding-top: 6%;
}
#index-body .init-4 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .init-4 .header .category {
  width: 68%;
}
#index-body .init-4 .header .category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;*/
  justify-content: flex-end;
  margin-right: -40px;
}
#index-body .init-4 .header .category ul li{
  padding-right: 40px;
}
#index-body .init-4 .header .category ul li a {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding: 11px 0 9px;
}
#index-body .init-4 .header .category ul li a::before,
#index-body .init-4 .header .category ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .header .category ul li a::before {
  top: 0;
}
#index-body .init-4 .header .category ul li a::after {
  bottom: 0;
  left: initial;
  right: 0;
}
#index-body .init-4 .header .category ul li:nth-child(3) a {
  max-width: 223px;
}
#index-body .init-4 .header .category ul li:hover a::before,
#index-body .init-4 .header .category ul li.active a::before,
#index-body .init-4 .header .category ul li:hover a::after,
#index-body .init-4 .header .category ul li.active a::after {
  width: 100%;
}
#index-body .init-4 .content {
  margin-top: 48px;
}
#index-body .init-4 .content .left {
  width: 49.311%;
  vertical-align: middle;
}
#index-body .init-4 .content .left .text {
  max-width: 470px;
}
#index-body .init-4 .content .left .text span {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}
#index-body .init-4 .content .left .text .tit {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .content .left .text .tit:hover {
  color: #dfaa34;
}
#index-body .init-4 .content .left .text .con {
  font-size: 18px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 46px;
}
#index-body .init-4 .content .left .text .more {
  margin-top: 87px;
}
/*#index-body .init-4 .content .left .text .more::after {
  background: #dfaa34;
}
#index-body .init-4 .content .left .text .more:hover {
  color: #000;
}*/
#index-body .init-4 .content .left .text .img {
  margin-top: 26px;
}
#index-body .init-4 .content .right {
  width: 50.689%;
  vertical-align: middle;
}
#index-body .init-5 {
  padding-top: 7.6167%;
}
#index-body .init-5 ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 46px;
  width: 100%;
  text-align: center;
}
#index-body .init-5 ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 35px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .init-5 ul.slick-dots li button {
  display: none;
}
#index-body .init-5 ul.slick-dots li.slick-active {
  background-color: #dfaa34;
}
#index-body .init-6 {
  padding: 4.017% 0 4.8515%;
  position: relative;
  z-index: 1;
}
#index-body .init-6 .header {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-6 .header .title {
  font-size: 66px;
}
#index-body .init-6 .content {
  padding-top: 9%;
}
#index-body .init-6 .content ul {
  margin-right: -90px;
}
#index-body .init-6 .content ul li {
  padding-right: 90px;
}
#index-body .init-6 .content ul li .ig {
  border-top: 3px solid #373737;
  position: relative;
  padding-top: 11px;
}
#index-body .init-6 .content ul li .ig time {
  font-size: 19px;
  color: #1d1d1d;
  line-height: 1.7;
}
#index-body .init-6 .content ul li .ig .tit {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 31px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .content ul li .ig .con {
  font-size: 19px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .content ul li .ig .link {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 66px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 15px;
}
#index-body .init-6 .content ul li .ig .link img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-6 .content ul li .ig::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  height: 3px;
  background: #dfaa34;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .content ul li .ig:hover .tit {
  color: #dfaa34;
}
#index-body .init-6 .content ul li .ig:hover .link {
  background: #f2dea3;
}
#index-body .init-6 .content ul li .ig:hover .link img {
  -webkit-filter: invert(1) brightness(100);
  filter: invert(1) brightness(100);
}
#index-body .init-6 .content ul li .ig:hover::after {
  width: 100%;
}
#index-body .init-6::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: 22%;
  right: 7.5%;
  font-size: 250px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 239, 239, 0.7)), to(rgba(246, 246, 246, 0)));
  background: -webkit-linear-gradient(top, rgba(239, 239, 239, 0.7), rgba(246, 246, 246, 0));
  background: -moz-linear-gradient(top, rgba(239, 239, 239, 0.7), rgba(246, 246, 246, 0));
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0.7), rgba(246, 246, 246, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#footer {
  position: relative;
  padding-top: 75px;
  background-color: #af9e8b;
  /*color: #fff;*/
}
#footer .f-header .left {
  vertical-align: middle;
  width: 37%;
}
#footer .f-header .left img {
  display: inline-block;
  vertical-align: middle;
  filter: invert(1);
}
#footer .f-header .left span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 11px;
}
#footer .f-header .right {
  width: 63%;
  vertical-align: middle;
}
#footer .f-header .right ul {
  margin-right: -5px;
}
#footer .f-header .right ul li {
  padding: 5px;
  width: 27.072%;
}
#footer .f-header .right ul li input[type="text"] {
  width: 100%;
  height: 56px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 19px;
  color: rgba(0, 0, 0, 0.3);
  padding: 0 23px;
}
#footer .f-header .right ul li input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#footer .f-header .right ul li input[type="text"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#footer .f-header .right ul li input[type="text"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#footer .f-header .right ul li input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#footer .f-header .right ul li input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#footer .f-header .right ul li input[type="submit"] {
  width: 100%;
  height: 56px;
  font-size: 19px;
  line-height: 56px;
  text-align: center;
  color: #030303;
  font-weight: 600;
  border: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#4fa1d2), color-stop(0%, #7a8fb9), color-stop(0%, #a47da0), color-stop(0%, #caab9c), color-stop(0%, #efd897), color-stop(50%, #f8ecc4), to(#efd897)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #4fa1d2 0%, #7a8fb9 0%, #a47da0 0%, #caab9c 0%, #efd897 0%, #f8ecc4 50%, #efd897 100%), -webkit-linear-gradient(#ffffff, #ffffff);
  background-image: -moz-linear-gradient(left, #4fa1d2 0%, #7a8fb9 0%, #a47da0 0%, #caab9c 0%, #efd897 0%, #f8ecc4 50%, #efd897 100%), -moz-linear-gradient(#ffffff, #ffffff);
  background-image: linear-gradient(90deg, #4fa1d2 0%, #7a8fb9 0%, #a47da0 0%, #caab9c 0%, #efd897 0%, #f8ecc4 50%, #efd897 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
              normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-header .right ul li input[type="submit"]:hover {
  background: #000;
  color: #fff;
}
#footer .f-header .right ul li:last-child {
  width: 18.784%;
}
#footer .f-content {
  margin-top: 99px;
}
#footer .f-content .tit {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.7;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  color: rgba(0, 0, 0, 0.3);
}
#footer .f-content ul li:hover a {
  color: #000;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content #ewm {
  width: 169px;
  border: 6px solid #fff;
}
#footer .f-content .f-code {
  width: 22.9%;
}
#footer .f-content .f-link {
  width: 20%;
}
#footer .f-content .f-product {
  width: 23%;
}
#footer .f-content .f-contact {
  width: 34.1%;
  padding-left: 3.1%;
}
#footer .f-copy {
  background: url(../images/f-line.png) no-repeat center top;
  margin-top: 40px;
  padding: 50px 0;
}
#footer .f-copy .ui.container1 {
  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;
}
#footer .f-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.3);
  width: 69%;
}
#footer .f-copy .share a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #7d7d7d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share a:last-child {
  margin-right: 0;
}
#footer .f-copy .share a:hover {
  background: #7d7d7d;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -2px;
  fill: rgba(0, 0, 0, 0.3);
}
#footer .f-copy svg text {
  fill: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1680px) {
  .ui.container1 {
    max-width: 1360px;
  }
  .ui.container {
    max-width: 1420px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 80px;
  }
  #banner ul li .text .box .title {
    font-size: 70px;
  }
  #banner .qh {
    bottom: 60px;
  }
  #index-body .init-2 .top .left ul {
    width: 92%;
  }
  #index-body .init-3 .content ul li .text .tit,
  #index-body .init-4 .content .left .text .tit {
    font-size: 42px;
  }
  #index-body .init-3 .content ul li .text .con {
    margin-top: 40px;
  }
  #index-body .init-3 .content .qh a {
    margin-top: 40px;
  }
  #index-body .init-4 .content .left .text .con {
    margin-top: 30px;
  }
  #index-body .init-4 .content .left .text .more {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container1 {
    max-width: 1180px;
  }
  .ui.container {
    max-width: 1240px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 60px;
  }
  .font-24 {
    font-size: 22px;
  }
  #banner ul li .text .box .title {
    font-size: 62px;
  }
  #banner .qh {
    bottom: 36px;
  }
  #banner ul li .text .box{
    max-width: 490px;
  }
  #index-body .init-2 .top .left ul li .num {
    font-size: 70px;
  }
  #index-body .init-3 .content ul li .text .con {
    margin-top: 40px;
  }
  #index-body .init-3 .content ul li .text {
    padding: 4% 0 0 5%;
  }
  #index-body .init-3 .content .qh i {
    height: 100px;
  }
  #index-body .init-3 .content .qh a {
    margin-top: 20px;
  }
  #index-body .init-6 .content ul {
    margin-right: -40px;
  }
  #index-body .init-6 .content ul li {
    padding-right: 40px;
  }
  #index-body .init-6 .content ul li .ig .tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container1 {
    max-width: 1040px;
  }
  .ui.container {
    max-width: 1080px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #header .nav {
    padding: 20px 0;
  }
  #banner ul li .text .box {
        max-width: 420px;
    }
  #banner ul li .text .box .title {
    font-size: 56px;
  }
  #index-body .init-2 .top .left ul {
    width: 100%;
  }
  #index-body .init-2 .top .left ul li .num {
    font-size: 60px;
  }
  #index-body .title {
    font-size: 42px;
  }
  #index-body .init-3 .content ul li .text .tit,
  #index-body .init-4 .content .left .text .tit {
    font-size: 40px;
  }
  #index-body .init-6::after {
    font-size: 180px;
    right: 5%;
  }
  #index-body .init-6 .header .title {
    font-size: 60px;
  }
  #index-body .init-6 .content ul li .ig .tit {
    font-size: 27px;
  }
  #index-body .init-6 .content ul li .ig .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li,
  #header .nav .ui.menu .h-language span,
  #header .nav .ui.menu .h-search span {
    font-size: 16px;
  }
  #index-body .init-2 .top .left ul li .num {
    font-size: 50px;
  }
  #index-body .init-3 .content ul li .text {
    padding: 3% 0 0 2%;
  }
  #index-body .init-3 .content ul li .text .tit,
  #index-body .init-4 .content .left .text .tit {
    font-size: 36px;
  }
  #index-body .init-4 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .header .category {
    margin-top: 20px;
    width: 100%;
  }
  #footer .f-header .left span {
    font-size: 26px;
  }
  #footer .f-content .tit {
    font-size: 26px;
  }
  #footer .f-content ul li {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header.active .nav {
    padding: 0;
  }
  #banner {
    padding-top: 60px;
  }
  #banner ul li .text .box{
    color: #fff;
  }
  #banner ul li .text {
    top: 15%;
  }
  #banner ul li .text .box span{
    -webkit-text-stroke: 1px #000;
  }
  #banner ul li .text .box .title {
    font-size: 42px;
    -webkit-text-stroke: 1px #000;
  }
  #banner ul li .text .box .more {
    margin-top: 20px;
  }
  #banner .qh {
    bottom: 10px;
  }
  .font-24 {
    font-size: 20px;
  }
  #index-body .init-1 .box .ig ul li .tit {
    font-size: 16px;
  }
  #index-body .init-2 .top .left ul {
    margin: 0 0 -30px 0;
  }
  #index-body .init-2 .top .left ul li {
    padding-bottom: 30px;
  }
  #index-body .init-2 .top .left ul li .num {
    font-size: 40px;
  }
  #index-body .init-2 .top .left ul li p {
    font-size: 18px;
  }
  #index-body .init-2 .top .right .play {
    top: 26%;
  }
  #index-body .init-2 .top .right .play span {
    font-size: 20px;
    margin-top: 20px;
  }
  #index-body .init-2 .bottom {
    margin-top: 60px;
  }
  #index-body .init-2 .bottom .left {
    width: 100%;
  }
  #index-body .init-2 .bottom .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .content ul li .img {
    width: 100%;
  }
  #index-body .init-3 .content ul li .text {
    width: 100%;
    padding: 3% 0 0 0;
  }
  #index-body .init-3 .content .qh {
    position: inherit;
  }
  #index-body .init-3 .content .qh i {
    display: none;
  }
  #index-body .init-3 .content ul li .text span,
  #index-body .init-4 .content .left .text span {
    font-size: 22px;
  }
  #index-body .init-3 .content ul li .text .con,
  #index-body .init-4 .content .left .text .con {
    margin-top: 20px;
  }
  #index-body .init-4 .header .category ul li a {
    font-size: 17px;
  }
  #index-body .init-4 .content .left .text .img {
    display: none;
  }
  #index-body .init-4 .content .left .text .more {
    margin-top: 30px;
  }
  #index-body .init-5 ul.slick-dots {
    bottom: 16px;
  }
  #index-body .init-6 .header .title {
    font-size: 50px;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .f-header .left {
    width: 100%;
  }
  #footer .f-header .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-header .right ul li {
    width: 50%;
  }
  #footer .f-header .right ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-header .right ul li:last-child {
    width: 30%;
  }
  #footer .f-content {
    margin-top: 40px;
  }
  #footer .f-content .f-link,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-code {
    width: 30%;
  }
  #footer .f-content .f-contact {
    width: 70%;
  }
  #footer .f-copy {
    padding: 20px 0;
  }
  #footer .f-copy .ui.container1 {
    display: block;
  }
  #footer .f-copy .ui.container1 p {
    width: 100%;
    text-align: center;
  }
  #footer .f-copy .ui.container1 .share {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 10%;
  }
  #banner ul li .text .box .title {
    font-size: 36px;
  }
  #banner .qh .ig .arrow a {
    margin-right: 30px;
  }
  #banner .qh .ig .dots {
    margin-left: 40px;
  }
  .font-24 {
    font-size: 18px;
  }
  .more {
    padding: 12px 24px;
  }
  #index-body .init-1 .box .ig ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -5px 0;
  }
  #index-body .init-1 .box .ig ul li {
    width: 33.3333%;
    padding: 5px 0;
  }
  #index-body .init-2 .top .left ul li .num {
    font-size: 32px;
  }
  #index-body .init-2 .top .left ul li p {
    font-size: 16px;
  }
  #index-body .init-2 .top .right .play i {
    width: 20%;
  }
  #index-body .init-2 .top .right .play span {
    font-size: 18px;
    margin-top: 10px;
  }
  #index-body .title {
    font-size: 36px;
  }
  #index-body .init-2 .bottom .right {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .init-3 .content ul li .text span,
  #index-body .init-4 .content .left .text span {
    font-size: 20px;
  }
  #index-body .init-3 .content ul li .text .tit,
  #index-body .init-4 .content .left .text .tit {
    font-size: 32px;
  }
  #index-body .init-4 .header .category ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .init-4 .header .category ul li {
    width: 33.3333%;
  }
  #index-body .init-4 .header .category ul li a {
    font-size: 16px;
  }
  #index-body .init-4 .header .category ul li:nth-child(3) a {
    max-width: 100%;
  }
  #index-body .init-4 .content .left {
    width: 100%;
  }
  #index-body .init-4 .content .right {
    width: 100%;
    display: none;
  }
  #index-body .init-6 .header .title {
    font-size: 36px;
    margin-top: 5px;
  }
  #index-body .init-6 .content ul {
    margin-right: -20px;
  }
  #index-body .init-6 .content ul li {
    padding-right: 20px;
  }
  #index-body .init-6 .content ul li .ig time {
    font-size: 16px;
  }
  #index-body .init-6 .content ul li .ig .tit {
    margin-top: 20px;
    font-size: 24px;
  }
  #index-body .init-6 .content ul li .ig .con {
    font-size: 16px;
  }
  #index-body .init-6 .content ul li .ig .link {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .init-6::after {
    font-size: 140px;
    right: 0;
  }
  #footer .f-header .right ul li input[type="text"] {
    font-size: 16px;
    padding: 0 15px;
  }
  #footer .f-content #ewm {
    width: 130px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-copy {
    padding: 10px 0;
    margin-top: 20px;
  }
  #footer .f-copy p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li > img {
    min-height: 260px;
  }
  #banner ul li .text {
    top: 5%;
  }
  #banner ul li .text .box span {
    font-size: 15px;
  }
  #banner ul li .text .box .title {
    font-size: 30px;
    line-height: 1.3;
  }
  #banner ul li .text .box .more {
    margin-top: 10px;
  }
  #index-body .init-1 .box {
    padding: 20px 0;
  }
  #index-body .init-1 .box .ig ul li {
    width: 50%;
  }
  #index-body .init-2 .top .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-2 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-2 .bottom {
    margin-top: 30px;
  }
  #index-body .init-3 .content ul li .text span,
  #index-body .init-4 .content .left .text span {
    font-size: 16px;
  }
  #index-body .init-3 .content ul li .text .tit,
  #index-body .init-4 .content .left .text .tit {
    font-size: 28px;
    line-height: 1.8;
  }
  #index-body .init-3 .content ul li .text .con,
  #index-body .init-4 .content .left .text .con {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .init-4 .header .category {
    display: none;
  }
  #index-body .title {
    font-size: 32px;
  }
  #index-body .init-4 .content {
    margin-top: 20px;
  }
  #index-body .init-6 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-6 .header .more {
    margin-top: 20px;
  }
  #index-body .init-6 .content ul li .ig .tit {
    margin-top: 10px;
  }
  #index-body .init-6::after {
    display: none;
  }
  #footer .f-header .left span {
    font-size: 24px;
    padding-left: 8px;
  }
  #footer .f-header .right ul li {
    width: 100%;
  }
  #footer .f-header .right ul li:last-child {
    width: 40%;
  }
  #footer .f-content {
    margin-top: 20px;
  }
  #footer .f-content .f-code {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 100%;
    padding-left: 0;
  }
}
.mbx {
  background: url(../images/headerline.png) no-repeat center top;
  font-size: 16px;
  line-height: 1.8;
  padding-top: 20px;
}
.prodet-page .prodet-1 {
  padding-top: 57px;
}
.prodet-page .prodet-1 .left {
  width: 43.805%;
}
.prodet-page .prodet-1 .left .gallery {
  margin-top: 25px;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin-right: -31px;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding-right: 31px;
}
.prodet-page .prodet-1 .right {
  width: 56.195%;
  padding: 16px 0 0 6.696%;
}
.prodet-page .prodet-1 .right .tag {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-1 .right .tag span {
  font-size: 20px;
  line-height: 1.4;
}
.prodet-page .prodet-1 .right .tag .m-link {
  color: #9c9c9c;
}
.prodet-page .prodet-1 .right .tag .m-link a{
  display: inline-block;
}
.prodet-page .prodet-1 .right .tag .m-link .iconfont {
  font-size: 20px;
  margin-right: 6px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .tag .m-link .iconfont.iconfont-previewleft,
.prodet-page .prodet-1 .right .tag .m-link .iconfont.iconfont-previewright {
  cursor: pointer;
}
.prodet-page .prodet-1 .right .tag .m-link .iconfont.iconfont-previewleft:hover,
.prodet-page .prodet-1 .right .tag .m-link .iconfont.iconfont-previewright:hover {
  color: #dfaa34;
}
.prodet-page .prodet-1 .right .tag .m-link .iconfont.iconfont-previewleft:hover {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  color: #dfaa34;
}
.prodet-page .prodet-1 .right .tag .m-link .iconfont.iconfont-previewright:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  color: #dfaa34;
}
.prodet-page .prodet-1 .right .tag .m-link .iconfont:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  width: 90%;
  margin-top: 8px;
}
.prodet-page .prodet-1 .right .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #909090;
  margin-top: 26px;
}
.prodet-page .prodet-1 .right .content {
  margin-top: 30px;
}
.prodet-page .prodet-1 .right .content span.span {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}
.prodet-page .prodet-1 .right .content .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 8px;
}
.prodet-page .prodet-1 .right .content .con table tr:nth-child(even) {
  background: transparent;
}
.prodet-page .prodet-1 .right .content .con table td {
  padding: 10px 30px;
  border-color: #c6c6c6;
}
.prodet-page .prodet-1 .right .content .con table td:nth-child(1) {
  background: #fafafa;
  width: 33% !important;
}
.prodet-page .prodet-1 .right .more {
  display: block;
  padding: 23px 0 22px;
  text-align: center;
  margin-top: 45px;
}
.prodet-page .prodet-2 {
  margin-top: 60px;
}
.prodet-page .prodet-2 .tit {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 21px;
  position: relative;
}
.prodet-page .prodet-2 .tit::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 21.778%;
  height: 3px;
  background: #000;
}
.prodet-page .prodet-2 .con {
  font-size: 18px;
  line-height: 1.7;
  padding-top: 38px;
}
.prodet-page .prodet-3 {
  margin-top: 58px;
}
.prodet-page .prodet-4 .bt {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  padding: 52px 0 50px;
}
.prodet-page .prodet-5 {
  text-align: center;
  padding: 65px 25px 0;
}
.prodet-page .prodet-5 ul {
  margin-right: -35px;
}
.prodet-page .prodet-5 ul li {
  padding-right: 35px;
}
.prodet-page .prodet-5 ul li p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 69px;
}
.prodet-page .prodet-5 ul li img {
  width: 100%;
  display: inline-block;
}
.prodet-page .prodet-6 {
  padding-top: 76px;
}
.prodet-page .prodet-6 .tit {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}
.prodet-page .prodet-6 .tit::after {
  content: '';
  display: block;
  width: 21.778%;
  height: 3px;
  background: #000;
  margin-top: 14px;
}
.prodet-page .prodet-6 .box {
  background: rgba(231, 231, 231, 0.4);
  padding: 112px 0 103px;
}
.prodet-page .prodet-6 .box .ui.container {
  max-width: 1230px;
}
.prodet-page .prodet-6 .box .left {
  padding-left: 1.2%;
  vertical-align: middle;
}
.prodet-page .prodet-6 .box .right {
  padding-left: 13%;
  border-left: 1px solid #000;
  vertical-align: middle;
}
.prodet-page .prodet-6 .box .right .title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
}
.prodet-page .prodet-6 .box .right .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 6px;
}
.prodet-page .prodet-6 .box .right .more {
  margin-top: 64px;
  padding: 20px 56px 19px;
}
.prodet-page .prodet-7 {
  background: url(../images/prodet-10.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: 100% 100%;
  padding: 10.2767% 0 13.563%;
  text-align: center;
  color: #fff;
}
.prodet-page .prodet-7 .ui.container {
  max-width: 620px;
}
.prodet-page .prodet-7 .title {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
}
.prodet-page .prodet-7 .more {
  margin-top: 23px;
  padding: 19px 48px 19px 49px;
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .right {
    padding: 16px 0 0 3%;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 32px;
  }
  .prodet-page .prodet-1 .right .content .con table td {
    padding: 15px 20px;
  }
  .prodet-page .prodet-1 .right .content .con table tbody {
    min-width: 640px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right h1 {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .content .con table td {
    padding: 5px 10px;
  }
  .prodet-page .prodet-1 .right .content .con {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .content .con table tbody {
    min-width: 530px;
  }
  .prodet-page .prodet-4 .bt {
    font-size: 32px;
    padding: 42px 0 40px;
  }
  .prodet-page .prodet-6 .box .right {
    padding-left: 7%;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page .prodet-5 ul li p {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .prodet-page .prodet-6 .box .left {
    padding-right: 4%;
  }
  .prodet-page .prodet-6 .box .right {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 16px 0 0 0;
  }
  .prodet-page .prodet-4 .bt {
    font-size: 28px;
    padding: 32px 0 30px;
  }
  .prodet-page .prodet-5 {
    padding: 40px 15px 0;
  }
  .prodet-page .prodet-5 ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-5 ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-5 ul li p {
    font-size: 20px;
    min-height: 52px;
  }
  .prodet-page .prodet-6 .box {
    padding: 60px 0;
  }
  .prodet-page .prodet-6 .box .left {
    width: 40%;
  }
  .prodet-page .prodet-6 .box .right {
    width: 60%;
  }
  .prodet-page .prodet-6 .box .right .title {
    font-size: 50px;
  }
  .prodet-page .prodet-6 .box .right .more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 {
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .right .line {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .more {
    margin-top: 20px;
  }
  .prodet-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .tit {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .prodet-page .prodet-2 .con {
    font-size: 16px;
    padding-top: 20px;
  }
  .prodet-page .prodet-3 {
    margin-top: 20px;
  }
  .prodet-page .prodet-4 .bt {
    font-size: 24px;
    padding: 12px 0 10px;
  }
  .prodet-page .prodet-5 ul li p {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-6 {
    padding-top: 30px;
  }
  .prodet-page .prodet-6 .tit {
    font-size: 30px;
  }
  .prodet-page .prodet-6 .box {
    padding: 30px 0;
  }
  .prodet-page .prodet-6 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-6 .box .right {
    width: 100%;
    padding: 20px 0 0 0;
    border-left: 0;
    text-align: center;
  }
  .prodet-page .prodet-6 .box .right .title {
    font-size: 40px;
  }
  .prodet-page .prodet-6 .box .right .more {
    margin-top: 10px;
  }
  .prodet-page .prodet-7 .title {
    font-size: 36px;
  }
  .prodet-page .prodet-7 .more {
    padding: 10px 20px;
  }
  .prodet-page .prodet-7 {
    padding: 10% 0;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
    line-height: 1.8;
  }
  .prodet-page .prodet-1 .right .tag {
    display: block;
  }
  .prodet-page .prodet-1 .right .more {
    padding: 14px 0;
  }
  .prodet-page .prodet-2 .tit {
    font-size: 28px;
  }
  .prodet-page .prodet-2 .con {
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .prodet-4 .bt {
    font-size: 20px;
    line-height: 1.8;
  }
  .prodet-page .prodet-6 .box .right .title {
    font-size: 36px;
  }
  .prodet-page .prodet-6 .box .right .more {
    padding: 10px 20px;
  }
  .prodet-page .prodet-7 .title {
    font-size: 30px;
    line-height: 1.3;
  }
}
.about-page h2.title {
  font-size: 48px;
  font-weight: 600;
  /*font-style: italic;*/
  line-height: 1.5;
  /*padding-bottom: 40px;*/
}
.about-page .about-1 {
  padding-top: 100px;
  padding-bottom: 85px;
}
.about-page .about-1 .left {
  width: 30%;
}
.about-page .about-1 .left ul {
  margin-top: 30px;
}
.about-page .about-1 .left ul li {
  margin-bottom: 30px;
}
.about-page .about-1 .left ul li h2 {
  font-size: 64px;
  font-weight: 600;
  font-style: italic;
}
.about-page .about-1 .left ul li h2 span {
  font-size: 24px;
  vertical-align: top;
  margin-left: 7px;
}
.about-page .about-1 .left ul li p {
  font-size: 16px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  margin-top: -25px;
  line-height: 2;
}
.about-page .about-1 .left ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background: black;
}
.about-page .about-1 .right {
  width: 70%;
  line-height: 2;
  font-weight: 300;
  font-size: 20px;
  padding-left: 105px;
}
.about-page .about-1 .right p {
  font-size: 20px;
  margin-bottom: 40px;
}
.about-page .about-1 .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .top {
  position: relative;
}
.about-page .about-2 .top .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-2 .top .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-2 .top .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-2 .bottom {
  background: #bebebe;
  padding: 36px 0;
}
.about-page .about-2 .bottom .ui.container {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-2 .bottom .ui.container .left {
  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;
}
.about-page .about-2 .bottom .ui.container .left h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: white;
  margin-left: 30px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.about-page .about-2 .bottom .ui.container .right {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 174px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .bottom .ui.container .right:hover {
  background: black;
  color: white;
}
.about-page .about-3 {
  padding-top: 170px;
  padding-bottom: 88px;
}
.about-page .about-3 .left {
  padding-right: 108px;
}
.about-page .about-3 .left .content {
  margin-top: 30px;
}
.about-page .about-3 .left .content p {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 45px;
}
.about-page .about-3 .right ul li {
  margin-bottom: 50px;
}
.about-page .about-3 .right ul li h4 {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 img {
  margin-right: 15px;
}
.about-page .about-3 .right ul li h4 .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: #dfaa34;
  border: 1px solid #dfaa34;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 110px;
  height: 3px;
  background: #dfaa34;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
}
.about-page .about-3 .right ul li .content {
  display: none;
}
.about-page .about-3 .right ul li .content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 41px 0 22px;
}
.about-page .about-3 .right ul li.active .fa {
  background: #dfaa34;
  color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.about-page .about-4 {
  background: url(/huabeiscent/2024/08/03/fac2-1.jpg) no-repeat center;
  color: white;
  padding: 140px 0 115px;
  margin-top: 100px;
}
.about-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
}
.about-page .about-4 .tab li {
  margin-right: 40px;
  line-height: 2;
}
.about-page .about-4 .tab li a {
  position: relative;
}
.about-page .about-4 .tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #dfaa34;
}
.about-page .about-4 .tab li:last-child {
  margin-right: 0;
}
.about-page .about-4 .tab li.active a::after,
.about-page .about-4 .tab li:hover a::after {
  width: 100%;
}
.about-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 520px;
  min-height: 210px;
}
.about-page .about-4 .content .box p {
  margin-bottom: 30px;
}
.about-page .about-4 .content .more {
  /*width: 125px;
  height: 60px;
  font-size: 18px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  color: black;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 60px;*/
  margin-top: 10px;
}
/*.about-page .about-4 .content .more::before,
.about-page .about-4 .content .more::after {
  content: none;
}*/
/*.about-page .about-4 .content .more:hover {
  background: #dfaa34;
  color: white;
}*/
.about-page .about-5 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.prodet-page .about-page .about-5 {
  padding-top: 80px;
}
.about-page .about-5 p {
  font-weight: 300;
  line-height: 2;
  max-width: 880px;
  margin: 17px auto 50px;
}
.about-page .about-5 ul {
  margin: -18px;
}
.about-page .about-5 ul li {
  padding: 18px;
}
.about-page .about-5 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  border: none;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.about-page .about-5 ul .slick-arrow button {
  display: none;
}
.about-page .about-5 ul .slick-prev {
  left: -60px;
}
.about-page .about-5 ul .slick-prev::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-5 ul .slick-next {
  right: -60px;
}
.about-page .about-5 ul .slick-next::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-6 {
  background: url(../images/history-bg.png) no-repeat center;
  background-position: center bottom;
  padding: 85px 0 340px;
  overflow: hidden;
}
.about-page .about-6 ul {
  margin-right: -40px;
}
.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.about-page .about-6 ul li h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 2;
}
.about-page .about-6 ul li .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  min-height: 80px;
}
.about-page .about-6 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}
.about-page .about-6 .slick-list {
  padding: 60px 0;
}
.m-page {
  text-align: center;
  margin-top: 60px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover,
.m-page span {
  background: #dfaa34;
  color: white;
}
.contact-page {
  padding-top: 80px;
}
.contact-page .title {
  font-size: 50px;
  font-weight: 600;
  font-style: italic;
  line-height: 2;
}
.contact-page .contact-1 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form input {
  width: 46%;
  font-size: 20px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid black;
  height: 63px;
  margin-bottom: 30px;
}
.contact-page .contact-1 form p {
  width: 100%;
  font-size: 20px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 20px;
  padding: 25px 20px;
}
.contact-page .contact-1 form input[type="submit"] {
  /*background: #dfaa34;
  color: white;*/
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  /*width: 186px;
  height: 57px;*/
  margin-top: 45px;
  /*-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;*/
}
.contact-page .contact-1 form input[type="submit"]:hover {
  background: black;
  color: #fff;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 60px;
}
.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}
.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}
.contact-page .contact-2 .left .content h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 13px;
}
.contact-page .contact-2 .left .content ul {
  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;
}
.contact-page .contact-2 .left .content ul li {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  width: 33%;
  margin-bottom: 16px;
}
.contact-page .contact-2 .left .content ul li.add {
  width: 75%;
}
.contact-page .contact-2 .right {
  width: 45%;
}
.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}
.product-page {
  overflow: hidden;
}
.product-page ul.list-box li.cat-one {
  padding: 120px 0 120px;
}
.product-page ul.list-box li.cat-one .ui.container {
  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;
}
.product-page ul.list-box li.cat-one h2 {
  font-size: 34px;
  font-weight: 700;
  /*font-style: italic;*/
  line-height: 1.4;
}
.product-page ul.list-box li.cat-one .content {
  font-size: 18px;
  line-height: 2;
  padding-left: 90px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 50px;
  padding-right: 40px;
  max-height: 430px;
  overflow: auto;
}
.product-page ul.list-box li.cat-one .content::-webkit-scrollbar-track{
  background: transparent;
}
.product-page ul.list-box li.cat-one .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 70px;
  height: 1px;
  background-color: #8c8c8c;
  /*display: none;*/
}
.product-page ul.list-box li.cat-one .more{
  margin-left: 85px;
}
.product-page ul.list-box li.cat-one h2 {
  font-size: 36px;
  font-weight: 600;
  /*font-style: italic;*/
  line-height: 1.8;
}
.product-page ul.list-box li.cat-one .text{
  width: 45%;
}
.product-page ul.list-box li.cat-one .img{
  width: 55%;
  padding-left: 180px;
}
.product-page ul.list-box li.cat-one .img .wrap {
  margin: 30px -10px 0;
  /*padding: 0 5px;*/
  /*border-right: 1px solid #d9d9d9;*/
}
.product-page ul.list-box li.cat-one .img .wrap .slick-list {
  padding: 0 2px;
}
.product-page ul.list-box li.cat-one .img .wrap .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  background: white;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.product-page ul.list-box li.cat-one .img .wrap .slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-page ul.list-box li.cat-one .img .wrap .slick-prev::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 26px;
}
.product-page ul.list-box li.cat-one .img .wrap .slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.product-page ul.list-box li.cat-one .img .wrap .slick-next::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 26px;
}
.product-page ul.list-box li.cat-one .img .wrap .column {
  /*border: 1px solid #d9d9d9;*/
  text-align: center;
  padding: 0 10px;
  /*padding: 20px 3px;*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-right: 1px;
}
.product-page ul.list-box li.cat-one .img .wrap .column .box {
  border: 1px solid #d9d9d9;
  margin: 0 -1px;
}
.product-page ul.list-box li.cat-one .img .wrap .column .img-box {
  z-index: 5;
}
.product-page ul.list-box li.cat-one .img .wrap .column h5 {
  font-size: 15px;
  line-height: 2;
  margin-top: 10px;
  z-index: 5;
  position: relative;
  min-height: 72px;
}
.product-page ul.list-box li.cat-one .img .wrap .column::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 3px solid #dfaa34;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.product-page ul.list-box li.cat-one .img .wrap .column:hover {
  border-color: transparent;
}
.product-page ul.list-box li.cat-one .img .wrap .column:hover::after {
  opacity: 1;
  z-index: 1;
}
.product-page ul.list-box li.cat-one:nth-child(2n) {
  background-color: #f8f8f8;
}
.product-page ul.list-box li.cat-one:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 180px 0 0;
}
.product-page ul.list-box li.cat-one:nth-child(2n) .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 60px 0 0px;
}
/*.product-page ul.list-box li.cat-one:nth-child(2n) .text .content {
  padding-right: 0;
}*/
@media screen and (max-width: 1600px) {
  .about-page .about-1 .left ul li h2 {
    font-size: 64px;
  }
  .about-page .about-5 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page h2.title {
    font-size: 34px;
  }
  .about-page .about-1 .right {
    font-size: 18px;
    padding-left: 35px;
  }
  .about-page .about-1 .right p {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .about-page .about-1 .left ul li h2 {
    font-size: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 32px;
  }
  .about-page .about-6 ul {
    margin-right: -50px;
  }
  .about-page .about-6 ul li {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-3 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .product-page ul.list-box li.cat-one h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left ul {
    display: none;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 27px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
  .about-page .about-3 .left .content p {
    margin-bottom: 25px;
  }
  .about-page .about-4 .content .box {
    max-width: 100%;
  }
  .product-page ul.list-box li.cat-one .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page ul.list-box li.cat-one .text {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .product-page ul.list-box li.cat-one .img {
    width: 100%;
  }
  .product-page ul.list-box li.cat-one:nth-child(2n) .text {
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-page h2.title {
    font-size: 28px;
  }
  .about-page .about-2 .top .play {
    width: 80px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 22px;
    margin-left: 15px;
  }
  .about-page .about-2 .bottom .ui.container a.right {
    height: 45px;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-3 .left .content {
    margin-top: 15px;
  }
  .about-page .about-5 {
    padding: 30px 0;
  }
  .product-page ul.list-box li.cat-one h1 {
    font-size: 30px;
  }
  .contact-page .title {
    font-size: 34px;
  }
  .contact-page .contact-2 .left .content ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left .content ul li.add {
    width: 100%;
  }
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 {
    padding: 30px 0;
  }
  .contact-page .contact-2 .left .content .box:first-child{
    margin-bottom: 0;
  }
  .about-page .about-3{
    padding: 30px 0;
  }
  .m-page{
    margin-top: 30px;
  }
  .product-page ul.list-box li.cat-one{
    padding: 30px 0;
  }
    .product-page ul.list-box li.cat-one .img .wrap .slick-prev {
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0,-50%);
}
  .product-page ul.list-box li.cat-one .img .wrap .slick-next {
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0,-50%);
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1{
    padding: 30px 0;
  }
  .about-page .about-1 .right{
    margin-top: 10px;
  }
  .about-page .about-3 .left {
    padding-right: 0;
  }
  .about-page .about-3 .left .content p,
  .about-page .about-1 .right p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .right {
    max-height: 390px;
    overflow: auto;
  }
  .about-page .about-4 .content .box,
  .about-page .about-6 ul li .text,
  .about-page .about-5 p,
  .about-page .about-3 .right ul li .content .text {
    line-height: 2;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 18px;
  }
  .about-page .about-4 .tab {
    display: block;
    margin: 10px 0;
  }
  .about-page .about-2 .bottom .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .bottom .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 {
    padding: 30px 0 20px;
  }
  .about-page .about-4 .content .box p{
    margin-bottom: 10px;
  }
  .about-page .about-4 .content .more{
    margin-top: 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .about-page h2.title {
    font-size: 20px;
    line-height: 2;
  }
  .about-page .about-6 {
    padding-top: 10px;
  }
  .product-page ul.list-box li.cat-one {
    padding: 30px 0;
  }
  .product-page ul.list-box li.cat-one .img{
    margin-bottom: 20px;
  }
  .product-page ul.list-box li.cat-one h1 {
    font-size: 22px;
    line-height: 2;
    position: absolute;
    left: 20px;
    top: -45px;
  }
  .product-page ul.list-box li.cat-one h2 {
    font-size: 20px;
  }
  .product-page ul.list-box li.cat-one .content {
    padding-left: 50px;
  }
  .product-page ul.list-box li.cat-one .content:after {
    width: 35px;
  }
  .contact-page .title,
  .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input {
    font-size: 18px;
  }
  .contact-page .contact-2 .left {
    padding-right: 0;
  }
  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
  .about-page .about-2 .bottom .ui.container .right {
    display: none;
  }
  .product-page ul.list-box li.cat-one .img .wrap .column .img-box {
    min-height: auto;
  }
  .product-page ul.list-box li.cat-one .content {
    line-height: 2;
    /*text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;*/
  }
  .product-page ul.list-box li.cat-one .img .wrap .column h5 {
    font-size: 14px;
    line-height: 2;
    min-height: 168px;
  }
  .product-page ul.list-box li.cat-one .text {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 150px;
    /*-webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;*/
    /*position: relative;*/
    margin-bottom: 20px;
  }
  .product-page ul.list-box li.cat-one .text .more_btn {
    display: block;
  }
  .product-page ul.list-box li.cat-one .text.active {
    height: auto;
  }
  .product-page ul.list-box li.cat-one .text .more_btn::after {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
  }
  .product-page ul.list-box li.cat-one .text .more_btn.active::after {
    content: "-";
  }
  .about-page h2.title {
    padding-bottom: 0;
  }
  .product-page ul.list-box li.cat-one .content {
    padding-right: 0;
  }
  .about-page .about-2 .bottom {
    padding: 16px 0 5px;
  }
}
.gallery-page .gallery-1 {
  padding: 50px 0 40px;
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
  /*border-radius: 15px;*/
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
}
.gallery-page .gallery-1 .list ul li a.img-box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover::after {
  opacity: 1;
}
.product-page1 .product-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.product-page1 .product-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.product-page1 .product-1 .ui.container .left {
  position: relative;
  padding-left: 230px;
  z-index: 0;
  height: 650px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-page1 .product-1 .ui.container .left .title {
  color: #000;
  position: absolute;
  left: -100px;
  top: 78px;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.product-page1 .product-1 .ui.container .left .imgs {
  background: #fff;
  max-width: 510px;
  width: 100%;
}
.product-page1 .product-1 .ui.container .left .imgs ul li img {
  width: 100%;
}
.product-page1 .product-1 .ui.container .right {
  padding-left: 0px;
}
.product-page1 .product-1 .ui.container .right ul li .title{
  font-weight: 600;
}
.product-page1 .product-1 .ui.container .right ul li p {
  max-height: 150px;
  overflow-y: scroll;
  /*margin-bottom: 15px;
  margin-top: 15px;*/
}
.product-page1 .product-1 .ui.container .bottom {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page1 .product-1 .btn {
  position: absolute;
  width: 40px;
  bottom: 30%;
  margin-top: -40px;
  border: 1px solid #aaa;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
  font-size: 28px;
  height: 80px;
  line-height: 80px;
  z-index: 99;
  text-align: center;
  cursor: pointer;
}
.product-page1 .product-1 span.btn.slick-prev {
  left: 140px;
}
.product-page1 .product-1 span.btn.slick-next {
  right: 140px;
}
.product-page1 .product-1 span.btn:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #aaa;
}
.product-page1 .product-1 .ui.container .bottom ul {
  margin: 0 -15px;
  width: 50%;
}
.product-page1 .product-1 .ui.container .bottom ul.small1 {
  width: 16%;
}
.product-page1 .product-1 .ui.container .bottom ul li {
  padding: 0 15px;
  text-align: center;
}
.product-page1 .product-1 .ui.container .bottom ul li img {
  width: 100%;
}
.product-page1 .product-1 .ui.container .bottom ul li .tit {
  margin-top: 15px;
  padding: 0 20px;
}
.product-2{
  padding-bottom: 60px;
}
.product-2 .title{
  font-weight: 600;
}
.product-2 ul {
  margin: 0 -20px;
}
.product-2 ul li {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 30px;
}
.product-2 ul li .item:hover .img-box .hoverbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
.product-2 ul li .item .img-box {
  /*padding: 50px 0;*/
  position: relative;
}
.product-2 ul li .item .img-box .hoverbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: -100%;
  left: 0;
}
.product-2 ul li .item .pname {
  margin-top: 20px;
  line-height: 1.8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-2 ul li .item .pname:hover {
  color: #000;
}
@media screen and (max-width: 1400px) {
  .product-page1 .product-1 .ui.container .left {
    position: relative;
    padding-left: 150px;
  }
  .product-page1 .product-1 .ui.container .left .title {
    left: -40px;
    top: 20px;
  }
  .product-2 ul {
    margin: 0 -40px;
  }
  .product-2 ul li {
    padding: 0 40px;
  }
  .product-page1 .product-1 .btn {
    display: none!important;
  }
}
@media screen and (max-width: 1000px) {
  .product-page1 .product-1 .ui.container .bottom {
    display: none;
  }
  .product-page1 .product-1 .ui.container .left {
    display: none;
  }
  .product-page1 .product-1 .ui.container .right {
    padding-left: 20px;
    width: 100%!important;
  }
}
@media screen and (max-width: 700px) {
  .product-page1 .product-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-2 ul li {
    margin-bottom: 20px;
  }
}
.news-page .news-1 {
  padding: 50px 0 40px;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  /*color: #301500;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: #111;
  color: white;
  /*border-radius: 6px;*/
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: -30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 13px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 260px;
  position: relative;
  background-size: cover;
  display: block;
  background-position: center center;
}
.news-page .news-1 .list ul li .box time {
  /*margin-top: 30px;*/
  /*font-weight: 500;*/
  font-size: 18px;
  line-height: 32px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 25px;
  /*color: #301500;*/
  line-height:1.8;
  min-height: 3em;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: #111;
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 32px;
  /*color: #a0a0a0;*/
  min-height: 5em;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #111;
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  /*margin-top: -0.2em;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  left: 10px;
}
.newdet-page {
  padding-bottom: 50px;
}
.newdet-page .newdet-1 {
  padding: 40px 0 0px;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 44px;
  /*color: #301500;*/
  font-weight: 600;
  line-height: 1.4;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 36px;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding: 0 0 40px 0;
  text-align: left;
  /*border-top: 1px #301500 dotted;*/
  border-bottom: 1px #000 dotted;
  font-size: 18px;
  line-height: 32px;
}
.m-link {
  font-size: 18px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
  line-height: 32px;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a:hover {
  color: #111;
}
.newdet-page .newdet-1 .share {
  float: right;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {
  font-size: 20px;
  /*color: #301500;*/
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share a:hover {
  color: #111;
}
.newdet-page .newdet-2 {
  padding-bottom: 42.5px;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
@media screen and (max-width: 1700px) {
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
  }
  .newdet-page .newdet-1 time {
    font-size: 18px;
  }
  .m-link {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }
  .newdet-page .newdet-1 {
    padding: 70px 0;
  }
  .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  /*.news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }*/
  .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .list ul li,
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .m-link {
    font-size: 16px;
    max-width: none;
  }
  .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: left;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-left: 0;
  }
  .news-page .news-1 .list ul li,
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
    line-height: 44px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-1 .list ul li .box h6{
    min-height: auto;
  }
  .news-page .news-1 .list ul li .box p{
    font-size: 16px;
    line-height: 1.8;
    min-height: auto;
  }
  .news-page .news-1 .list ul li .box a.link{
    font-size: 16px;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #dfaa34;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #dfaa34;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #dfaa34;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}

.font-50 {
  font-size: 50px;
}
@media screen and (max-width: 1800px) {
  .font-50 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1600px) {
  .font-50 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
   .font-50 {
    font-size: 28px;
  }
}

.faq-page .box {
  padding: 7% 0 7%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: #dfaa34;
  font-size: 19px;
  line-height: 1.7;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 38%;
  margin-top: 3px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 5px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Etelka';
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  /*max-width: 1103px;*/
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #dfaa34;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 380px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.font-45 {
  font-size: 45px;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
   .font-45 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 50px;
  }
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 40px;
  }
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .font-60 {
    font-size: 30px;
    line-height: 1.3;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
    line-height: 2;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}

p.huabeiha {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1000px){
  a.beihua {
    display: none !important;
  }
  p.huabeiha {
    white-space: normal;
 }
}

.seoPublic .text a {
    color: #666;
}

#header .h-info{
  position: absolute;
  top:15px;
  right: 15px;
  text-align: right;
  font-size: 16px;
}
.float_inq{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9;
	width: 50px;
	background: #0d468b;
}
.float_inq .item{
    display: block;
	width: 100%;
	height: 50px;
	padding: 10px;
	box-sizing: border;
	margin-bottom: 1px;
}
.float_inq .item:last-child{
    
}
.float_inq .item img{
	display: block;
	max-width: 100%;
}
.hyude{
  font-size: 24px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
    .section-lg {
        padding-top: 103px;
    }
}
.range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bg-white {
    background-color: #fff;
}
@media (min-width: 1200px) {
    html:not(.lt-ie10) .text-lg-left {
        text-align: left;
    }
}
.shell-fluid {
    margin-right: auto;
    margin-left: auto;
}
html .range-30 {
    position: relative;
    transform: translateY(-30px);
    margin-bottom: -30px;
    pointer-events: none;
}
@media (min-width: 1200px) {
    .range>.cell-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}
.range>[class*=cell] {
    flex: 0 0 auto;
}
html .range-30>* {
    margin-top: 30px;
    pointer-events: auto;
}
html .range-30>*:before {
    content: '';
    display: table;
    width: 0;
}
.heading-decorative {
    text-transform: capitalize;
    font-size: 38px;
    font-weight: bold;
    color: #000;
}
@media (min-width: 992px) {
    .heading-1 {
        line-height: 1.33333;
        font-size: 30px;
    }
}
.subtitle {
    color: #9da2ab;
    font-size: 18px;
}
.subtitle {
    position: relative;
    z-index: 1;
    font-style: italic;
}
@media (min-width: 1200px) {
    .range>.cell-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
}
.text-gray {
    color: #9da2ab;
}
@media (min-width: 1200px) {
    .range>.cell-lg-4 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding-right: 20px;
    }
}

.index-item.index-item-2 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
}
@media (min-width: 992px) {
    .heading-4 {
        line-height: 1.44444;
    }
}
.heading-4 {
    font-style: italic;
    letter-spacing: .025em;
}
@media (min-width: 992px) {
    .index-item-2 .index-counter {
        font-size: 36px;
        line-height: 1;
    }
}

.index-item-2 .index-counter {
    font-weight: 400;
}
.index-item .index-counter {
    display: inline-block;
    padding-right: 6px;
}


/*.number-counter .index-counter:before {
    content: counter(counter, decimal-leading-zero) ".";
    counter-increment: counter;
}*/
.index-item+.text-main-offer {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8em;
}
.text-main-offer {
    color: #05285e;
}
@media screen and (max-width: 1440px) {
  .range> .cell-sm-12::nth-child(1){
    width: 40%;
  }
  .range> .cell-sm-12::nth-child(2){
    width: 60%;
  }
  .range>[class*=cell]{
    flex: auto;
  }
  .cell-sm-4.cell-lg-4{
    width: 50% !important; 
    max-width: 50%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .range> .cell-sm-12::nth-child(1){
    width: 100%;
  }
  .range> .cell-sm-12::nth-child(2){
    width: 100%;
  }
  .cell-sm-4.cell-lg-4{
    width: 100% !important; 
    padding: 0 5px;
    max-width: 100%;
  }
}
.m-link.pb-70.Auxil-through {
padding-top: 20px;
    margin-left: 145px;
}
.hhhhh {
    font-size: 14px;
    line-height: 2;
}
.text.Industryknowledge {
    max-height: 500px;
    overflow-y: auto;
}
@media screen and (max-width: 700px){
.Auxil-industry {
    display: block!Important;
}
}
