@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Bold.eot');
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), 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-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-size: 62.5%;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.container {
  width: 1550px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}
#header img {
  width: auto;
}
#header .nav.scrollNav {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .nav-box .h-logo {
  padding: 5.5px 0;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .nav-box .menu-box .menu > li {
  margin: 0 25px;
  padding: 41px 0;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  position: relative;
  -webkit-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
  line-height: 2;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 500;
  z-index: 11;
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #CDB077;
}
#header .nav .nav-box .menu-box .menu > li > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 8px;
  background: url(../images/bann1.png) no-repeat center;
  opacity: 0;
  z-index: -1;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #CDB077;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 100%;
  left: 0;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 #CDB077;
  display: none \9;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  line-height: 30px;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li ul.sub-menu {
  left: 100%;
  top: 0;
  position: absolute;
  width: 240px;
  display: none;
  opacity: 1;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li a {
  display: block;
  background-color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 500;
  color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li a::before {
  display: none !important;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li a:hover {
  background: #222;
  color: white;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li:hover .sub-menu {
  display: block;
}
#header .nav .nav-box .menu-box .menu li:nth-child(3) ul.sub-menu {
  width: 240px;
}
#header .nav .nav-box .menu-box .menu li:nth-child(2) > a,
#header .nav .nav-box .menu-box .menu li:nth-child(3) > a,
#header .nav .nav-box .menu-box .menu li:nth-child(4) > a {
  padding-right: 27px;
}
#header .nav .nav-box .menu-box .menu li:nth-child(2) > a::before,
#header .nav .nav-box .menu-box .menu li:nth-child(3) > a::before,
#header .nav .nav-box .menu-box .menu li:nth-child(4) > a::before {
  opacity: 1;
  z-index: 11;
}
#header .nav .nav-box .menu-box .menu li:hover .sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .nav-box .menu-box .btnForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#header .nav .nav-box .menu-box .btnForm p {
  width: 17px;
  height: 18px;
  /*background: url(../images/btnp.png) no-repeat center;*/
}
#header .nav .nav-box .menu-box .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 91px;
}
#header .nav .nav-box .menu-box .language .lac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F0F3F7;
  border-radius: 16px;
  padding: 7px 21px;
}
#header .nav .nav-box .menu-box .language .lac span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/lang.png) no-repeat center;
}
#header .nav .nav-box .menu-box .language .lac p {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 6px;
}
#header .nav .nav-box .menu-box .language .lac i {
  font-size: 16px;
  color: #000;
}
#header .nav .nav-box .menu-box .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 #CDB077;
  display: none \9;
}
#header .nav .nav-box .menu-box .language ul.sub-menu li {
  position: relative;
  display: block;
  line-height: 22px;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .nav-box .menu-box .language ul.sub-menu li a {
  display: block;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  background-color: #FFFFFF;
  padding: 8px 15px;
  color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav .nav-box .menu-box .language ul.sub-menu li a:hover {
  background: #222;
  color: white;
}
#header .nav .nav-box .menu-box .language:hover .sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .nav-box .menu-box .h-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  width: 26px;
  background: url(../images/icon-search-black.png) no-repeat center;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: #fff;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px !important;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li ul.sub-menu li {
  padding-left: 10px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #2eae36;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
}
#mobile .menu-content .mob-search form input[type=submit] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #2eae36;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#mobile.white .menu-content {
  background: #fff;
  color: #000;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: #000;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid #000;
}
#mobile.white .menu-content .mob-search form input[type=submit] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  position: relative;
  margin-top: 114px;
  z-index: 11;
}
#banner .swiper-slide {
  position: relative;
  height: 43.54vw;
}
#banner .swiper-slide .container {
  width: 100% !important;
  padding: 0;
}
#banner .swiper-slide .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .swiper-slide .content-box .content .text {
  text-align: center;
  padding: 62px 0;
  border-top: 1px solid rgba(255 255 255 / 22%);
  border-bottom: 1px solid rgba(255 255 255 / 22%);
}
#banner .swiper-slide .content-box .content .text p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  text-transform: uppercase;
}
#banner .swiper-slide .content-box .content .text .tit {
  font-size: 72px;
  font-family: PlayfairDisplay;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  margin: 26px 0 17px;
}
#banner .swiper-slide .content-box .content .text .btn a {
  display: inline-block;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  padding: 20px 40px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
#banner .swiper-slide .content-box .content .text .btn a:hover {
  background: #CDB077;
  border: 1px solid #CDB077;
}
#banner .swiper-slide-active .content-box .content {
  display: block;
  -webkit-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 43px;
  height: 315px;
  background: #FFFFFF;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banner .swiper-button-prev p,
#banner .swiper-button-next p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
#banner .swiper-button-prev {
  left: 0;
}
#banner .swiper-button-next {
  right: 0;
}
#banner .swiper-button-prev:hover p,
#banner .swiper-button-next:hover p {
  text-decoration: line-through;
}
#banner .swiper-pagination {
  bottom: 30px;
}
#banner .swiper-pagination span {
  width: 23px;
  height: 23px;
  background: url(../images/pagination.png) no-repeat;
  margin: 0 25px;
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/pagination-h.png) no-repeat;
}
#banner img {
  width: auto;
}
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.btna {
  display: inline-block;
  padding: 3px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: 3;
  color: #000;
  text-transform: capitalize;
  font-family: 'Poppins';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btna:hover {
  border: 1px solid #CDB077;
  color: #fff;
}
.btna:hover .border-holder:after {
  width: 100%;
}
.btna:hover .border-holder {
  border: 1px solid #CDB077;
}
.btna:hover .border-holder .top-border,
.btna:hover .border-holder .bottom-border {
  width: 100%;
}
.btna:hover .border-holder .right-border,
.btna:hover .border-holder .left-border {
  height: 100%;
}
.btna .m-text {
  display: inline-block;
  padding: 15.5px 48px;
}
.btna .border-holder {
  position: absolute;
  display: block;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: 1px solid #666666;
}
.btna .border-holder:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #CDB077;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: -1;
}
.btna .border-holder span {
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.71, 0.29, 0.18, 0.97);
  transition: 0.3s cubic-bezier(0.71, 0.29, 0.18, 0.97);
  background: #CDB077;
}
.btna .border-holder .top-border,
.btna .border-holder .bottom-border {
  width: 0;
  height: 1px;
}
.btna .border-holder .right-border,
.btna .border-holder .left-border {
  width: 1px;
  height: 0;
}
.btna .border-holder .top-border {
  top: 0;
  right: 0;
}
.btna .border-holder .right-border {
  top: 0;
  right: 0;
}
.btna .border-holder .bottom-border {
  left: 0;
  bottom: 0;
}
.btna .border-holder .left-border {
  left: 0;
  bottom: 0;
}
#index-body .title {
  text-align: center;
}
#index-body .title .img {
  width: 101px;
  height: 51px;
  background: url(../images/tit.png) no-repeat center;
  margin: 0 auto;
}
#index-body .title span {
  display: inline-block;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 300;
  color: #000000;
  line-height: 1.8;
  text-transform: uppercase;
  margin: 36px 0 15px;
}
#index-body .title .tit {
  font-size: 48px;
  font-family: PlayfairDisplay;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
}
#index-body .init-1 {
  position: relative;
  z-index: 11;
  padding-top: 104px;
}
#index-body .init-1 .title span {
  margin: 18px 0 12px;
}
#index-body .init-1 .title .img {
  width: 125px;
  height: 64px;
  background: url(../images/init11.png) no-repeat center;
}
#index-body .init-1 .cona {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  color: #999999;
  line-height: 2;
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 24px;
  text-align: center;
}
#index-body .init-1 .cona h1 {
  display: inline;
}
#index-body .init-1 .btn {
  margin-top: 48px;
  text-align: center;
}
#index-body .init-1 .img1 {
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  width: 82.2%;
  height: 704px;
}
#index-body .init-1 .img1 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 106px;
  height: 106px;
  border-radius: 50%;
}
#index-body .init-1 .img1 .play::before,
#index-body .init-1 .img1 .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.52);
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .init-1 .img1 .play::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#index-body .init-1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 135px;
  width: 100%;
  height: 427px;
  background: #CDB077;
  z-index: -1;
}
#index-body .init-2 {
  padding: 120px 0 100px;
}
#index-body .init-2 .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-2 .top ul li .acc {
  text-align: center;
}
#index-body .init-2 .top ul li .tit {
  font-size: 80px;
  font-family: Myriad Pro;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
#index-body .init-2 .top ul li .tit:hover {
  color: #CDB077;
}
#index-body .init-2 .top ul li p {
  font-size: 18px;
  font-family: Myriad Pro;
  font-weight: 400;
  color: #999999;
  line-height: 1.8;
  margin-top: 27px;
}
#index-body .init-3 {
  background: #EEEEEE;
  padding: 80px 0 145px;
}
#index-body .init-3 .top {
  margin-top: 76px;
}
#index-body .init-3 .top ul li {
  position: relative;
  margin-bottom: 140px;
}
#index-body .init-3 .top ul li .acc {
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  height: 175px;
}
#index-body .init-3 .top ul li .box .left {
  position: relative;
  padding-right: 10%;
  vertical-align: middle;
  text-align: center;
}
#index-body .init-3 .top ul li .box .left .img {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  margin: 0 auto;
}
#index-body .init-3 .top ul li .box .left .tit {
  font-size: 48px;
  font-family: PlayfairDisplay;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  margin: 30px 0 20px;
}
#index-body .init-3 .top ul li .box .left .tit:hover {
  color: #CDB077;
}
#index-body .init-3 .top ul li .box .left .cona {
  font-size: 18px;
  font-family: Poppins;
  font-weight: 300;
  color: #999999;
  line-height: 2;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#index-body .init-3 .top ul li .box .left .btn {
  margin-top: 40px;
}
#index-body .init-3 .top ul li .box .right {
  margin-top: 20px;
  vertical-align: middle;
}
#index-body .init-3 .top ul li .box .right .img {
  width: 100%;
  height: 758px;
}
#index-body .init-3 .top ul li:nth-child(even) .acc {
  left: unset;
  right: 0;
}
#index-body .init-3 .top ul li:nth-child(even) .left {
  position: relative;
  left: 50%;
  padding-right: 0;
  padding-left: 10%;
}
#index-body .init-3 .top ul li:nth-child(even) .right {
  position: relative;
  left: -50%;
}
#index-body .init-3 .top ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-4 {
  position: relative;
  padding: 125px 0 170px;
}
#index-body .init-4 .acc {
  position: absolute;
  right: 0;
  top: 50px;
  width: 205px;
  height: 175px;
}
#index-body .init-4 .list {
  margin-top: 100px;
}
#index-body .init-4 .list ul li .box {
  text-align: center;
}
#index-body .init-4 .list ul li .box .img {
  width: 100%;
  height: 269px;
}
#index-body .init-4 .list ul li .box .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#index-body .init-4 .list ul li .box .tit {
  font-size: 24px;
  font-family: PlayfairDisplay;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
  margin-top: 30px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#index-body .init-4 .list ul li .box .tit:hover {
  color: #CDB077;
}
#index-body .init-5 {
  position: relative;
}
#index-body .init-5 .container {
  width: 100% !important;
  padding: 0;
  padding-bottom: 90px;
}
#index-body .init-5 .top ul li .box {
  height: 765px;
}
#index-body .init-5 .top ul li .box .con {
  padding-top: 14%;
  margin-left: 10.4%;
}
#index-body .init-5 .top ul li .box .con .tit4 {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  text-transform: uppercase;
}
#index-body .init-5 .top ul li .box .con .tit {
  font-size: 48px;
  font-family: PlayfairDisplay;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  margin: 14px 0;
}
#index-body .init-5 .top ul li .box .con span {
  display: inline-block;
  width: 300px;
  height: 1px;
  background: #F6F5EF;
  opacity: 0.62;
}
#index-body .init-5 .top ul li .box .con .cona {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  margin-top: 18px;
  max-width: 830px;
}
#index-body .init-5 .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 71.6%;
  background: #EFEFEF;
}
#index-body .init-5 .bottom ul .slick-track {
  margin-right: auto;
  margin-left: 0;
}
#index-body .init-5 .bottom ul li .box {
  position: relative;
  width: 192px;
  height: 185px;
  background: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 13;
  cursor: pointer;
}
#index-body .init-5 .bottom ul li .box span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 124px;
  font-family: Myriad Pro;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  opacity: 0.51;
  z-index: 1;
  font-style: italic;
}
#index-body .init-5 .bottom ul li .box .img {
  position: relative;
  z-index: 10;
  text-align: center;
}
#index-body .init-5 .bottom ul li .box .img img {
  margin: 0 auto;
}
#index-body .init-5 .bottom ul li .box .img .tit4 {
  font-size: 18px;
  font-family: PlayfairDisplay;
  font-weight: bold;
  color: #000000;
  line-height: 1.8;
  margin-top: 12px;
}
#index-body .init-5 .bottom ul li.active .box {
  background: #CDB077;
}
#index-body .init-5 .bottom ul li.active .box span {
  opacity: 0.12;
}
#index-body .init-5 .bottom ul li.active .box .img img {
  filter: grayscale(100%) brightness(200%);
}
#index-body .init-5 .bottom ul li.active .box .img .tit4 {
  color: #ffffff;
}
#index-body .init-6 {
  position: relative;
  padding: 103px 0 157px;
}
#index-body .init-6 .acc {
  position: absolute;
  left: 52px;
  top: -20px;
  width: 205px;
  height: 175px;
}
#index-body .init-6 .list {
  margin-top: 95px;
}
#index-body .init-6 .list ul li .box .time p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 2;
}
#index-body .init-6 .list ul li .box .tit {
  font-size: 24px;
  font-family: PlayfairDisplay;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin: 16px 0 30px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#index-body .init-6 .list ul li .box .tit:hover {
  color: #CDB077;
}
#index-body .init-6 .list ul li .box .cona {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  color: #333333;
  line-height: 2;
}
#index-body .init-6 .list ul li .box .btn {
  margin-top: 48px;
}
#index-body .init-6 .list ul li .box .btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  padding-bottom: 9px;
}
#index-body .init-6 .list ul li .box .btn a:hover {
  color: #CDB077;
}
#index-body .init-6 .list ul li .box .btn a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #CDB077;
  width: 100%;
}
#footer {
  position: relative;
  background: #222222;
}
#footer .container {
  width: 100% !important;
  padding: 0;
}
#footer .top .acc .left {
  width: 61%;
  padding-left: 10.45%;
}
#footer .top .acc .left .f-logo {
  margin-top: 29px;
}
#footer .top .acc .right {
  width: 39%;
  padding-left: 130px;
}
#footer .top .acc .right .four {
  background: #1F1F1F;
  padding: 27px 57px 50px;
}
#footer .top .acc .right .four h4 {
  font-size: 24px;
  font-family: PlayfairDisplay;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  padding-bottom: 40px;
}
#footer .top .acc .right .four ul li {
  margin-bottom: 30px;
}
#footer .top .acc .right .four ul li p {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  max-width: 400px;
}
#footer .top .acc .right .four ul li p span {
  position: absolute;
  left: 0;
  top: 4px;
}
#footer .top .acc .right .four ul li:last-child {
  margin-bottom: 0;
}
#footer .top .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 74px 0 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
#footer .top .topBox h4 {
  font-size: 24px;
  font-family: PlayfairDisplay;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.8;
  padding-bottom: 36px;
}
#footer .top .topBox .content ul li {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Poppins';
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 2;
}
#footer .top .topBox .content ul li:hover {
  color: #CDB077;
}
#footer .top .topBox .content ul li:last-child {
  margin-bottom: 0;
}
#footer .top .topBox .three {
  width: 383px;
}
#footer .top .topBox .three ul li {
  position: relative;
}
#footer .top .topBox .three ul li input[type=text] {
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  background: transparent;
}
#footer .top .topBox .three ul li input[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../images/icon-search-white.png) no-repeat center;
  border: none;
}
#footer .top .topBox .three ul li ::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(255, 255, 255, 0.64);
}
#footer .top .topBox .three ul li :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.64);
}
#footer .top .topBox .three ul li ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.64);
}
#footer .top .topBox .three ul li :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.64);
}
#footer .top .icon {
  padding: 32px 0 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .top .icon .tit {
  font-size: 32px;
  font-family: Myriad Pro;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  text-transform: uppercase;
}
#footer .top .icon .ass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .top .icon .ass a {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  margin-left: 20px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
#footer .top .icon .ass a:hover {
  color: #CDB077;
}
#footer .top .Stick {
  position: absolute;
}
#footer .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
#footer .footer-bottom .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer-bottom .bottom-box p {
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Poppins';
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0.5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-bottom .bottom-box p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-bottom .bottom-box p img {
  display: inline-block;
  max-height: 30px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 25px;
  z-index: 10000;
}
.right_nav_list ul li {
  border-radius: 6px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  position: relative;
  background-color: #CDB077;
  color: #fff;
  border: 1px solid #fff;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right_nav_list ul li .more_cont {
  font-size: 25px;
  margin-top: 0;
}
.right_nav_list ul li .more_cont i {
  position: relative;
  z-index: 2;
}
.right_nav_list ul li .more_cont:before {
  background-color: #fff;
}
.right_nav_list ul li .more_cont:hover {
  color: #CDB077;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
.more_cont:before {
  background-color: #fff;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont:hover:before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#Pop_UpsBtn {
  display: none !important;
}
#pups_from form ul li input[type="submit"] {
  background: #CDB077 !important;
}
#pups_from i.close:hover {
  background: #CDB077 !important;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'Poppins';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #0071e3;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 1550px) {
  .container {
    width: 1320px!important;
  }
  #header .nav .nav-box .menu-box .language {
    margin-left: 30px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 15px;
  }
  #banner .swiper-slide .content-box .content .text .tit {
    font-size: 48px;
  }
  #index-body .init-2 .top ul li .tit {
    font-size: 52px;
  }
  #index-body .init-3 .top ul li .box .left .tit {
    font-size: 36px;
  }
  #footer .top .acc .left {
    padding-left: 15px;
  }
  #footer .top .acc .right {
    padding-left: 30px;
  }
  #banner .swiper-button-prev,
  #banner .swiper-button-next {
    height: 291px;
  }
}
@media screen and (max-width: 1320px) {
  .container {
    width: 1100px!important;
  }
  #header .nav .nav-box .menu-box .h-search {
    margin-left: 20px;
    margin-right: 20px;
  }
  #banner .swiper-slide .content-box .content .text .tit {
    font-size: 36px;
    margin: 15px 0;
  }
  #banner .swiper-slide .content-box .content .text .btn a {
    padding: 12px 20px;
  }
  #banner .swiper-button-prev,
  #banner .swiper-button-next {
    height: 250px;
  }
  #index-body .init-1 {
    padding-top: 80px;
  }
  #index-body .init-2 {
    padding: 80px 0;
  }
  #index-body .title .tit {
    font-size: 42px;
  }
  #index-body .init-2 .top ul li .tit {
    font-size: 42px;
  }
  #index-body .init-3 .top ul li .box .left {
    padding-right: 3%;
  }
  #index-body .init-3 .top ul li:nth-child(even) .left {
    padding-left: 3%;
  }
  #index-body .init-3 .top ul li {
    margin-bottom: 100px;
  }
  #footer .top .topBox .two {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  .container {
    width: 972px!important;
  }
  #index-body .title .tit {
    font-size: 36px;
  }
  #footer .top .acc .right .four {
    padding-left: 30px;
    padding-right: 30px;
  }
  #index-body .init-5 .top ul li .box .con .tit {
    font-size: 42px;
  }
}
@media screen and (max-width: 972px) {
  .container {
    width: 100%!important;
  }
  #index-body .init-1 .img1 {
    width: 100%;
  }
  #index-body .init-5 .top ul li .box .con .tit {
    font-size: 36px;
  }
  #index-body .init-1 {
    padding-top: 60px;
  }
  #index-body .init-3 .top ul li .box .left {
    width: 100%;
    padding: 0!important;
    left: 0!important;
  }
  #index-body .init-3 .top ul li .box .right {
    width: 100%;
    padding: 0!important;
    left: 0!important;
  }
  #index-body .init-5 .bottom {
    width: 100%;
  }
  #index-body .init-5 .top ul li .box .con {
    margin-left: 15px;
  }
  #footer .top .topBox .one {
    display: none;
  }
  #footer .top .acc .left {
    padding-left: 0;
    width: 100%;
  }
  #footer .top .acc .right {
    width: 100%;
    padding-left: 0;
  }
  #footer .container {
    padding: 0 15px;
  }
  #footer .top .acc .right .four {
    background: transparent;
    padding: 0;
    padding-bottom: 30px;
  }
  #footer .top .acc .right .img {
    display: none;
  }
  #footer .top .topBox {
    width: 100%;
    padding: 40px 0;
  }
  #footer .top .topBox .three {
    width: 100%;
  }
  #footer .top .acc .right .four ul li p {
    max-width: 100%;
  }
  #footer .top .icon {
    padding: 30px 0;
  }
  #footer .top .acc .right .four h4 {
    padding-bottom: 25px;
  }
  #index-body .init-4,
  #index-body .init-6 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner .swiper-button-prev,
  #banner .swiper-button-next {
    display: none;
  }
  #banner .swiper-slide .content-box .content .text {
    padding: 0;
    border: none;
  }
  #banner .swiper-slide .content-box .content .text .tit {
    font-size: 24px;
    line-height: 1.8;
  }
  #banner .swiper-slide .content-box .content .text .btn a {
    font-size: 14px;
  }
  #index-body .title .tit {
    font-size: 32px;
    line-height: 1.5;
  }
  #index-body .init-1 .btn {
    margin-top: 30px;
  }
  #index-body .init-1::after {
    display: none;
  }
  #index-body .init-1 .img1 {
    display: none;
  }
  #index-body .init-2 .top ul li .tit {
    font-size: 32px;
  }
  #index-body .init-2 .top ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-2 .top ul li {
    width: 50%;
    margin: 15px 0;
  }
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-4,
  #index-body .init-6 {
    padding: 50px 0;
  }
  #index-body .init-3 .top ul li .box .left .tit {
    font-size: 32px;
  }
  #index-body .init-3 {
    display: none;
  }
  #index-body .title span {
    margin: 15px 0;
  }
  #index-body .init-4 .list {
    margin-top: 40px;
  }
  #index-body .init-5 {
    display: none;
  }
  #index-body .init-4,
  #index-body .init-6 {
    padding-top: 0;
  }
  #index-body .init-6 .acc,
  #index-body .init-4 .acc {
    display: none;
  }
  #index-body .init-6 .list {
    margin-top: 30px;
  }
  #index-body .init-6 .list ul li .box .tit {
    margin: 15px 0;
  }
}
@media screen and (max-width: 450px) {
  #banner .swiper-slide .content-box .content .text p {
    display: none;
  }
  #index-body .title .tit {
    font-size: 24px;
    line-height: 1.8;
  }
  #index-body .init-2 .top ul li p {
    margin-top: 15px;
  }
  #index-body .init-2 .top ul li {
    width: 100%;
  }
  #index-body .init-4 .list ul li .box .tit,
  #index-body .init-6 .list ul li .box .tit {
    font-size: 20px;
  }
  #footer .top .icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top .icon .ass {
    margin-top: 20px;
  }
  #footer .top .icon .ass a {
    margin-left: 0;
    margin-right: 20px;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.seoPublic .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  font-family: 'PlayfairDisplay';
  margin-bottom: 25px;
}
.seoPublic > div {
  padding: 60px 0;
}
.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}
.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seoPublic .Auxil-about .box .left {
  width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-height: 400px;
  overflow: auto;
}
.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
  display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'PlayfairDisplay';
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: #CDB077;
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  line-height: 2;
  margin-top: 0.5em;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: #CDB077;
  color: #CDB077;
}
.seoPublic .Auxil-form .form ul {
  margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 2;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: #CDB077;
}
.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: #CDB077;
  color: whitesmoke;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}
.seoPublic .seoIndustry .text,
.hahatext{
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.seoPublic .text a {
  color: #CDB077;
}
.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 2;
  padding: 20px 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  background: #CDB077;
  color: white;
}
.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: #CDB077;
}
.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #CDB077;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #CDB077;
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: #CDB077;
}
@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
   .hahatext,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }
  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .seoIndustry.Auxil-industry{
    display: none!important;
  }
  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: #CDB077;
    border-radius: 5px;
    color: white;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }
  #cp-Nav .nav > ul {
    display: none;
  }
  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }
  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }
  .seoPublic .Auxil-about .box {
    display: block;
  }
  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
  }
  .seoPublic > div {
    padding: 30px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}


.inner-banner {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 230px;
}
.inner-banner h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: PlayfairDisplay;
  line-height: 2;
}
.inner-banner .mbx {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}
.about-page h2.tit {
  font-size: 48px;
  line-height: 1.6;
  font-weight: 700;
  text-transform: uppercase;
  font-family: PlayfairDisplay;
}
.about-page .line {
  width: 67px;
  height: 4px;
  background-color: #CDB077;
  margin-top: 10px;
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
  padding-left: 60px;
}
.about-page .about-1 .left .img {
  position: relative;
  display: inline-block;
}
.about-page .about-1 .left .img::before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: 50px;
  right: 55px;
  left: -60px;
  border: 2px solid #e5e5e5;
  z-index: -1;
}
.about-page .about-1 .left .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .left .img .play::after,
.about-page .about-1 .left .img .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .left .img .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 80px;
}
.about-page .about-1 .right h3 {
  font-size: 36px;
  font-family: Poppins;
  text-transform: uppercase;
  font-style: italic;
  font-family: PlayfairDisplay;
  line-height: 2;
}
.about-page .about-1 .right .text {
  font-size: 20px;
  margin-top: 40px;
  line-height: 2;
}
.about-page .about-2 {
  padding: 130px 0 90px;
}
.about-page .about-2 .left {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-2 .left h3 {
  font-size: 20px;
  font-family: Poppins;
  text-transform: uppercase;
  font-style: italic;
  line-height: 2;
}
.about-page .about-2 .left .text {
  font-size: 20px;
  margin-top: 30px;
  line-height: 2;
}
.about-page .about-2 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 50px;
}
.about-page .about-3 {
  background-color: #CDB077;
  padding: 70px 0;
}
.about-page .about-3 h6 {
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
}
.about-page .about-3 h2 {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  font-family: PlayfairDisplay;
  margin-top: 20px;
}
.about-page .about-3 .box {
  margin-top: 40px;
}
.about-page .about-3 .box ul {
  margin: -25px;
}
.about-page .about-3 .box ul li {
  width: 25%;
  padding: 25px;
}
.about-page .about-3 .box ul li i {
  min-height: 90px;
  line-height: 90px;
  display: inline-block;
}
.about-page .about-3 .box ul li i img {
  vertical-align: middle;
  transition: .5s ease;
}
.about-page .about-3 .box ul li:hover i img{
  transform: rotateY(180deg);
}
.about-page .about-3 .box ul li .tit {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
.about-page .about-3 .box ul li p {
  font-size: 17px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 2;
}
.about-page .about-4 {
  padding: 70px 0 150px;
}
.about-page .about-4 h2::after {
  content: "";
  width: 240px;
  height: 6px;
  background-color: #CDB077;
  display: block;
  margin-left: 100px;
}
.about-page .about-4 .box {
  margin-top: 45px;
}
.about-page .about-4 .box ul {
  margin: -6px;
}
.about-page .about-4 .box ul li {
  padding: 6px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1400px) {
  .about-page h2.tit {
    font-size: 35px;
  }
  .about-page .about-1 .right h3 {
    font-size: 24px;
  }
  .about-page .about-1 .right .text {
    font-size: 18px;
  }
  .about-page .about-2 .left .text {
    font-size: 18px;
    line-height: unset;
  }
  .about-page .about-3 h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .text {
    font-size: 16px;
  }
  .about-page .about-2 .right {
    padding-left: 30px;
  }
  .about-page .about-2 .left h3 {
    font-size: 18px;
  }
  .about-page .about-2 .left .text {
    font-size: 16px;
  }
  .about-page .about-3 .box ul {
    margin: -10px;
  }
  .about-page .about-3 .box ul li {
    padding: 10px;
  }
  .about-page .about-3 .box ul li .tit {
    font-size: 18px;
    margin-top: 20px;
  }
  .about-page .about-3 .box ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    padding-top: 40px;
  }
  .about-page .about-1 .left {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-2 {
    padding: 90px 0;
  }
  .about-page .about-3 h2 {
    font-size: 40px;
    margin-top: 0;
  }
  .about-page .about-3 .box ul li {
    width: 50%;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  
  .fubos, .fubo,
  .tongclyj {
    display: none !important;
  }
  .prodet-page .init-3 .init-3-bottom > ul > li table tbody {
    min-width:initial;
  }
}
@media screen and (max-width: 700px) {
  .about-page h2.tit {
    font-size: 24px;
    line-height: 1.8;
  }
  .about-page .about-1 .right h3 {
    font-size: 18px;
  }
  .about-page .about-1 .right .text {
    font-size: 14px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-2 .left h3 {
    font-size: 16px;
  }
  .about-page .about-2 .left .text {
    font-size: 14px;
  }
  .about-page .about-3 h6 {
    font-size: 16px;
  }
  .about-page .about-3 h2 {
    font-size: 30px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-4 h2::after {
    display: none;
  }
  .newdet-page .newdet-1 .box h3,
  .newdet-page .newdet-1 .box h1.Auxil-h1 {
    font-size: 18px;
  }
  .about-page .about-3 .box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .right .text {
    margin-top: 20px;
    font-size: 14px;
  }
  .about-page .about-2 .left .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
  .faq-page .init-2 ul.faq li h2 {
    font-size: 18px;
    line-height: 2;
  }
  .about-page .about-1 .right h3 {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-2 .left h3 {
    font-size: 14px;
  }
  
  .about-page .about-3 h6 {
    font-size: 14px;
  }
  .about-page .about-3 h2 {
    font-size: 24px;
  }
  .about-page .about-4 .box {
    margin-top: 20px;
  }
}
.contact-page {
  background-color: #fafafa;
}
.contact-page .contact-1 {
  padding-top: 120px;
}
.contact-page .contact-1 .left {
  width: 35%;
}
.contact-page .contact-1 .left .content {
  background: url() no-repeat center;
  background-size: cover;
  padding: 110px 40px;
  color: #fff;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.contact-page .contact-1 .left .content::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact-page .contact-1 .left .content ul {
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 .left .content ul li {
  line-height: 50px;
}
.contact-page .contact-1 .left .content ul li span {
  font-size: 20px;
  font-weight: 500;
  width: 18%;
}
.contact-page .contact-1 .left .content ul li p {
  font-size: 18px;
  font-family: "Poppins";
  width: 82%;
}
.contact-page .contact-1 .left .content ul li:not(:last-child) {
  margin-bottom: 30px;
}
.contact-page .contact-1 .left .content .social-links {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 130px;
}
.contact-page .contact-1 .left .content .social-links a {
  font-size: 20px;
}
.contact-page .contact-1 .left .content .social-links a:not(:last-child) {
  margin-right: 60px;
}
.contact-page .contact-1 .right {
  width: 65%;
  padding-right: 55px;
}
.contact-page .contact-1 .right .form {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.contact-page .contact-1 .right .form h2 {
  font-size: 28px;
  line-height: 1.8;
  font-weight: 700;
  font-family: PlayfairDisplay;
}
.contact-page .contact-1 .right .form p {
  font-size: 14px;
  font-family: Poppins;
  font-weight: 200;
  color: #838383;
  margin-bottom: 15px;
  line-height: 2;
}
.contact-page .contact-1 .right .form ul {
  margin: -25px;
}
.contact-page .contact-1 .right .form ul li {
  padding: 25px;
}
.contact-page .contact-1 .right .form label {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-family: PlayfairDisplay;
}
.contact-page .contact-1 .right .form input,
.contact-page .contact-1 .right .form textarea {
  width: 100%;
  border: 1px solid #dedede;
  padding: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .right .form textarea {
  height: 130px;
}
.contact-page .contact-1 .right .form button {
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 700;
  background-color: #CDB077;
  color: #fff;
  border: none;
  padding: 15px 60px;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
@media screen and (max-width: 1630px) {
  .contact-page .contact-1 .left {
    width: 40%;
  }
  .contact-page .contact-1 .right {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .left .content ul li span {
    width: 100%;
  }
  .contact-page .contact-1 .left .content ul li p {
    width: 100%;
  }
  .contact-page .contact-1 .left .content ul li {
    line-height: 2;
  }
  .contact-page .contact-1 .left .content .social-links {
    margin-top: 95px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 {
    padding-top: 0;
  }
  .contact-page .contact-2 {
    padding: 90px 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left .content {
    padding: 60px 15px;
  }
  .contact-page .contact-1 .left .content ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact-page .contact-1 .left .content .social-links {
    margin-top: 60px;
  }
  .contact-page .contact-1 .right .form {
    padding: 40px 15px;
  }
  .contact-page .contact-1 .right .form ul {
    margin: 0 -25px;
  }
  .contact-page .contact-1 .right .form ul li {
    padding: 0 25px;
  }
  .contact-page .contact-1 .right .form label {
    font-size: 16px;
  }
  .contact-page .contact-1 .right .form button {
    font-size: 18px;
  }
  .contact-page .contact-1 .left .content ul li span {
    font-size: 16px;
  }
  .contact-page .contact-1 .left .content ul li p {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-1 .right .form h2 {
    font-size: 20px;
  }
  .contact-page .contact-1 .right .form label {
    font-size: 14px;
  }
  .contact-page .contact-1 .right .form input,
  .contact-page .contact-1 .right .form textarea {
    padding: 10px;
  }
  .contact-page .contact-1 .right .form button {
    font-size: 14px;
    padding: 10px 30px;
  }
}
h2.cat-name {
  font-size: 48px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 50px;
  font-family: PlayfairDisplay;
}
h1.cat-name.fub {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: PlayfairDisplay;
}
.oox {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.loo {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  
}
.fubos {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
}
.poo {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
}
.doo {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
}
.doo {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.news-page {
  padding: 70px 0 140px;
}
.news-page .news-list ul {
  margin: -20px -25px;
}
.news-page .news-list ul li {
  padding: 20px 25px;
}
.news-page .news-list ul li .img {
  position: relative;
}
.news-page .news-list ul li .img > img {
  width: 100%;
  height: 400px;
}
.news-page .news-list ul li .img .cat {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #CDB077;
  color: #fff;
  padding: 10px;
  font-family: Poppins;
  font-size: 14px;
}
.news-page .news-list ul li .content {
  padding: 15px;
}
.news-page .news-list ul li .content h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: PlayfairDisplay;
  line-height: 1.8;
}
.news-page .news-list ul li .content .date {
  font-size: 14px;
  line-height: 2;
  font-family: Poppins;
  font-weight: 400;
  color: #d1d1d1;
  margin-top: 10px;
}
.news-page .news-list ul li .content p {
  font-size: 16px;
  font-family: Poppins;
  margin-top: 15px;
  line-height: 2;
}
.sidebar-box .sidebar-left {
  width: 70%;
  padding-right: 50px;
}
.sidebar-box .sidebar-right {
  width: 30%;
}
.sidebar-box .sidebar-right .tit {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  font-family: PlayfairDisplay;
}
.sidebar-box .sidebar-right .sidebar-search {
  position: relative;
  margin-bottom: 70px;
}
.sidebar-box .sidebar-right .sidebar-search input {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border: 1px solid #e7e7e7;
  padding: 0 80px 0 20px;
  font-size: 18px;
}
.sidebar-box .sidebar-right .sidebar-search button {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
}
.sidebar-box .sidebar-right .sidebar-search button img {
  vertical-align: middle;
}
.sidebar-box .sidebar-right .sidebar-nav {
  padding: 30px 0;
  border: 1px solid #e7e7e7;
  margin-bottom: 70px;
}
.sidebar-box .sidebar-right .sidebar-nav .tit {
  padding: 0 40px;
  margin-bottom: 20px;
  font-family: PlayfairDisplay;
}
.sidebar-box .sidebar-right .sidebar-nav ul li {
  font-size: 20px;
  color: #9d9d9d;
}
.sidebar-box .sidebar-right .sidebar-nav ul li a {
  display: block;
  padding: 20px 40px;
}
.sidebar-box .sidebar-right .sidebar-nav ul li:hover {
  background-color: #e4c16a;
}
.sidebar-box .sidebar-right .sidebar-app {
  padding: 30px 40px;
  border: 1px solid #e7e7e7;
  margin-bottom: 65px;
}
.sidebar-box .sidebar-right .sidebar-app .tit {
  margin-bottom: 30px;
}
.sidebar-box .sidebar-right .sidebar-app ul {
  margin: -19px -17px;
}
.sidebar-box .sidebar-right .sidebar-app ul li {
  padding: 19px 17px;
}
.sidebar-box .sidebar-right .sidebar-app ul li a {
  display: block;
  position: relative;
}
.sidebar-box .sidebar-right .sidebar-app ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.sidebar-box .sidebar-right .sidebar-app ul li a .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  font-style: italic;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.sidebar-box .sidebar-right .sidebar-app ul li a:hover::before {
  opacity: 1;
}
.sidebar-box .sidebar-right .sidebar-app ul li a:hover .name {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
}
.sidebar-box .sidebar-right .sidebar-info {
  padding: 40px 15px;
  border: 1px solid #e7e7e7;
}
.sidebar-box .sidebar-right .sidebar-info ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-box .sidebar-right .sidebar-info ul li span {
  font-size: 16px;
  font-weight: 700;
  width: 20%;
}
.sidebar-box .sidebar-right .sidebar-info ul li p {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  width: 80%;
  text-align: right;
  line-height: 2;
}
.sidebar-box .sidebar-right .sidebar-info .social-links {
  text-align: center;
  margin-top: 45px;
}
.sidebar-box .sidebar-right .sidebar-info .social-links a {
  font-size: 16px;
  color: #666666;
}
.sidebar-box .sidebar-right .sidebar-info .social-links a:not(:last-child) {
  margin-right: 20px;
}
.left.column.pic {
    width: 350px!important;
}
.text.desc {
    font-size: 20px !important;
}
@media screen and (max-width: 1400px) {
  .sidebar-box .sidebar-right .sidebar-app ul {
    margin: -10px;
  }
  .sidebar-box .sidebar-right .sidebar-app ul li {
    padding: 10px;
  }
  .sidebar-box .sidebar-right .sidebar-nav .tit {
    padding: 0 15px;
  }
  .sidebar-box .sidebar-right .sidebar-nav ul li a {
    padding: 15px;
  }
  .sidebar-box .sidebar-right .sidebar-app {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar-box .sidebar-right .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sidebar-box .sidebar-right .sidebar-nav ul li {
    font-size: 16px;
  }
  .sidebar-box .sidebar-right .sidebar-info ul li span {
    width: 25%;
    font-size: 14px;
  }
  .sidebar-box .sidebar-right .sidebar-info ul li p {
    width: 75%;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 40px 0;
  }
  h2.cat-name {
    display: none;
  }
  .sidebar-box .sidebar-right {
    display: none;
  }
  .sidebar-box .sidebar-left {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-list ul {
    margin: -10px;
  }
  .news-page .news-list ul li {
    padding: 10px;
    width: 100%!important
  }
  .news-page .news-list ul li .content h3 {
    font-size: 18px;
  }
  .news-page .news-list ul li .content p {
    font-size: 14px;
  }
  .product-page .product-list ul li {
    width: 100%!important
  }
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -15px;
}
.product-page .product-list ul li {
  padding: 15px;
}
.product-page .product-list ul li .img img {
  width: 100%;
}
.product-page .product-list ul li h3 {
  font-size: 20px;
  font-family: Poppins;
  font-weight: 400;
  padding: 30px 0;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding: 50px 0;
  }
  .product-page .product-list ul li h3 {
    font-size: 20px;
    padding: 10px 0;
  }
  .inner-banner h2 {
    font-size: 20px;
  }
  .inner-banner {
   height: auto;
    padding: 20% 0;
  }
}




.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
  color: white;
  background: #ce862b;
}





/* 产品详情 */
.prodet-page {
/*   background: #f8f6f5; */
}
.inner-page .grid-box.two>.column.sidebar {
    width: 25%; padding-top:60px;
}
.inner-page .grid-box.two>.column.page-right-bar {
    width: 75%;
    padding: 15px;
}
.inner-page .sidebar .side-top {

  border: 1px solid #fff;

}

.inner-page .sidebar .side-top .side-tit {

  display: block;

  color: #303030;

  padding: 0 0 15px 20px;

  font-size: 22px;font-weight: 800;



  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

   text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu {
	background:#F8F6F9;

}

.inner-page .sidebar .side-top .side-menu li a {

  position: relative;

  display: block;

  font-size: 14px;

  padding-right: 20px;

  white-space: nowrap;

  text-overflow: ellipsis;

  transition: 0.4s ease;

  -webkit-transition: 0.4s ease;

  -moz-transition: 0.4s ease;

  -ms-transition: 0.4s ease;

  -o-transition: 0.4s ease;

  overflow: hidden;

  height: 65px;

  line-height: 65px;

  text-indent: 34px;

  color: #555;
  background-color: #CDB077;

font-weight: 600;
  text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu li {

  position: relative;

}

.inner-page .sidebar .side-top .side-menu li i {

position: absolute;

    right: 10px;

    top: 22px;

    font-size: 14px;

    color: #fff;

}
.inner-page .sidebar .side-top .side-menu li:hover>a,

.inner-page .sidebar .side-top .side-menu li a:hover,

.inner-page .sidebar .side-top .side-menu li a.active {

	font-size:16px;
  background-color: black;

  color: #fff;

  text-indent: 45px;

  background-position: 20px center;

}
.inner-page .sidebar .side-top .side-menu li ul li a{
	    color: #b3b3b3;background-color:#F8F6F9;
}
.inner-page .sidebar .side-top .side-menu ul li:hover>a,

.inner-page .sidebar .side-top .side-menu li ul a:hover,

.inner-page .sidebar .side-top .side-menu ul li a.active{
	background-color:#F8F6F9;color:#CDB077;
}



.inner-page .sidebar .side-top .side-menu li>ul {

  padding-left: 20px;

  display: none;

}



.prodet-page .init-2 {
  padding: 70px 0 60px;
}
.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #CDB077;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 40%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  
  vertical-align: top;
	position:relative;
}
.prodet-page .init-2 .prodet-img span.bg{
	    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;
}
.prodet-page .init-2 .prodet-img:hover span.bg {
  /*background:url(../images/back-1.jpg) no-repeat center;
	background-size:100% 100%;*/
}
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
	filter: drop-shadow(30px 20px 8px rgba(0,0,0,0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.prodet-page .init-2 .prodet-title {
  width: 60%;
  display: inline-block;
  vertical-align: top;
	padding-left:5%;
}
.prodet-page .init-2 .prodet-title h1 {
  font-size: 24px;
  line-height: 2;
  color: #454444;
  padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #999999;
  line-height: 2;
  padding: 15px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin:20px 0;
  height: 245px;
  padding-right: 10px;
  overflow: auto
}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height: 2;
  font-family: Poppins;
  font-size: 14px;
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #CDB077;
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  background: #CDB077;
  color: white;
  border-color: #CDB077;
}
.prodet-page .init-3 .init-3-bottom > ul > li {
  padding: 25px 10px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom img{
	display:block;
	margin:0 auto;
}
.prodet-page .init-3 .init-3-bottom > ul > li {
  display: none;
  font-size: 18px;
  line-height: 2;
}
.prodet-page .init-3 .init-3-bottom > ul > li table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  
}
.prodet-page .init-3 .init-3-bottom > ul > li table tr:nth-child(odd) {
  background: #dedede;
}
.prodet-page .init-3 .init-3-bottom > ul > li table tr td {
  border: none;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 2;
  color: #666666;font-family: Poppins;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  border-bottom: 2px solid #CDB077;
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  line-height: 1.8;
  color: white;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #CDB077;
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;position:relative;
}

.prodet-page .init-4 ul li a {
  display: block; position:relative;
}
.prodet-page .init-4 ul li a span.bg{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;
}
.prodet-page .init-4 ul li a:hover span.bg {
  /*background:url(../images/back-1.jpg) no-repeat center;
	background-size:100% 100%;*/
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a span img {
  margin: auto;
	filter: drop-shadow(30px 20px 8px rgba(0,0,0,0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.prodet-page .init-4 ul li h3 {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  padding-top: 15px;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #CDB077;
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #CDB077;
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}


@media screen and (max-width: 1200px) {
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }

  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .grid-box.two>.column.sidebar{
    display: none;
  }
  .inner-page .grid-box.two>.column.page-right-bar{
    padding: 0;
    width: 100%;
  }
  .newdet-page .newdet-1 .box .share a.back {
    display: inline-block!important;
    float: unset!important;
    margin-top: 20px!important;
   
  }
  .newdet-page .newdet-1 .box .share ul {width: 100%;}
}


@media screen and (max-width: 700px) {
  .prodet-page .init-2 .prodet-title .content {
    font-size: 14px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }
  

  	.prodet-page .init-2 {
    padding: 30px 0;
}
	.prodet-page .init-2 .prodet-img {
    width: 100%;
    margin: 0;
}
	.prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
}
	.prodet-page .init-2 {
    padding: 40px 0;
}
}



/* 图片展示 */
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
  margin: -15px -10px;
}
.picture-page .init-2 ul.picture li {


  padding: 15px 10px;
}
.picture-page .init-2 ul.picture li a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: #c58a41;
}
.picture-page .init-3 {
  padding: 40px 0;
}



/* faq */
.faq-page{
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #dedcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  line-height: 1.8;
  color: #222;
/*   padding-bottom: 20px; */
}
.faq-page .init-2 ul.faq li div{
  font-family: Poppins;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
  line-height: 2;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #c58a41;
}



.newdet-page .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
  line-height: 2;
  font-size: 14px;
}
.newdet-page .m-link a {
  font-size: 14px;
  color: #666;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  color: #da251c;
  text-decoration: underline;
}
.newdet-page .newdet-1 {
  padding: 100px 0 40px;
	background: #f8f8f8;
}
.newdet-page .newdet-1 .box h3,
.newdet-page .newdet-1 .box h1 {
  font-size: 24px;
  line-height: 1.8;
  color: black;
  font-family: PlayfairDisplay;
}
.newdet-page .newdet-1 .box .content {
  display: block;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-1 .box .content h3{
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  color:#cdb077;
}
.newdet-page .newdet-1 .box .content h4{
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color:#cdb077;
}
.newdet-page .newdet-1 .box .content h5{
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  color:#cdb077;
}
.newdet-page .newdet-1 .box .content strong{
  font-weight: bold;
}
.newdet-page .newdet-1 .box .share ul {
  display: inline-block;
}
.newdet-page .newdet-1 .box .share ul li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  color: black;
  font-size: 16px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .box .share ul li:hover {
  color: white;
  background: #CDB077;
}
.newdet-page .newdet-1 .box .share a.back {
  float: right;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .box .share a.back i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.newdet-page .newdet-1 .box .share a.back:hover {
  color: white;
  background: #CDB077;
}


.thumb-gallery{
  margin-top: 20px;
}
.thumb-gallery ul{
  margin: -10px;
}
.thumb-gallery ul li{
  padding: 10px;
}
.thumb-gallery .slick-track{
  margin-left: 0;
}




.prodet-page .form ul {
  margin: -5px;
}
.prodet-page .form ul li {
  padding: 5px;
}
.prodet-page .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.prodet-page .form ul li input::-webkit-input-placeholder,
.prodet-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.prodet-page .form ul li input:-moz-placeholder,
.prodet-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.prodet-page .form ul li input::-moz-placeholder,
.prodet-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.prodet-page .form ul li input:-ms-input-placeholder,
.prodet-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.prodet-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.prodet-page .form ul li input[type="submit"] {
  background: #CDB077;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  text-transform: uppercase;
}
.prodet-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.date{
  font-size: 16px;
    line-height: 2;
    padding-top: 10px;
}


.tongclyj {
  width: 570px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right_nav_list{position:fixed;bottom:200px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-moz-transform:rotate3d(1,0,0,-90deg);-ms-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-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,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-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}
#seo_form_cont 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)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-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);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}