@font-face {
  font-family: 'JosefinSans-Regular';
  src: url(../fonts/JosefinSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url(../fonts/NunitoSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Regular';
  src: url(../fonts/NunitoSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'NunitoSans-SemiBold';
  src: url(../fonts/NunitoSans-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url(../fonts/PlayfairDisplay-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype');
}
*::-webkit-scrollbar-thumb {
  background-color: #8d633e;
}

#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from 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);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #2f1d13;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #2f1d13;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #2f1d13;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #2f1d13;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #564942;
}
body {
  font-family: 'NunitoSans-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
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;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  line-height: 28px;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  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: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
      line-height: 28px;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #8d633e;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  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: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
      line-height: 28px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #8d633e;
}
#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: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.f_16 {
  font-size: 16px;
}
.f_18 {
  font-size: 18px;
}
.f_19 {
  font-size: 19px;
}
.f_20 {
  font-size: 20px;
}
.f_22 {
  font-size: 22px;
}
.f_26 {
  font-size: 26px;
}
.f_28 {
  font-size: 28px;
}
.f_30 {
  font-size: 30px;
}
.f_42 {
  font-size: 42px;
}
.f_48 {
  font-size: 48px;
}
.f_52 {
  font-size: 52px;
}
.more_cont {
  background-color: #020202;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: #020202 solid 1px;
  font-family: 'Montserrat-Bold';
  font-size: 15px;
}
.more_cont span {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: scale(0) skewY(-180deg);
  -ms-transform: scale(0) skewY(-180deg);
  -moz-transform: scale(0) skewY(-180deg);
  -webkit-transform: scale(0) skewY(-180deg);
  -o-transform: scale(0) skewY(-180deg);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
.more_cont:hover {
  color: #4d2e12;
}
.more_cont:hover::before {
  transform: scale(1) skew(0);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #232323;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  background-color: rgba(255, 255, 255, 0);
  background-color: #fff;
}
#header.active {
  background-color: #fff;
  border-color: #ccc;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
}
#header > .nav > .menu {
  padding: 0;
  width: 100%;
}
#header > .nav > .menu .h-top {
  color: #fff;
  background-color: #1d1d1d;
}
#header > .nav > .menu .h-top .cont {
  margin: auto;
  padding: 8px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1770px;
  max-width: 100%;
  font-family: 'JosefinSans-Regular';
}
#header > .nav > .menu .h-top .cont .share {
  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;
}
#header > .nav > .menu .h-top .cont .share .list {
  border: #525252 solid 1px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  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;
  color: #fff;
  font-size: 14px;
  margin-left: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .h-top .cont .share .list:first-child {
  margin-left: 0;
}
#header > .nav > .menu .h-top .cont .share .list:hover {
  border-color: #fff;
}
#header > .nav > .menu .h-top .cont .des {
  margin-top: 3px;
  font-size: 15px;
}
#header > .nav > .menu .h-top .cont .right {
  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;
  font-size: 15px;
}
#header > .nav > .menu .h-top .cont .right .list {
  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;
}
#header > .nav > .menu .h-top .cont .right .list img {
  margin-right: 8px;
  width: 20px;
}
#header > .nav > .menu .h-top .cont .right .list span {
  margin-top: 3px;
}
#header > .nav > .menu .h-top .cont .right .list:last-child {
  margin-left: 30px;
}
#header > .nav > .menu .menu-box {
  width: 1770px;
  max-width: 100%;
  padding: 40px 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
#header > .nav > .menu .menu-box .logo {
  width: 190px;
}
#header > .nav > .menu .menu-box .logo img {
  margin: auto;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container {
  margin-left: 50px;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  margin-left: 50px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover>.sub-menu {
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item>.sub-menu .menu-item{
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item>.sub-menu .menu-item .sub-menu{
  left: 150%;
  top: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item>.sub-menu .menu-item:hover .sub-menu{
    transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a {
  color: #4d2e12;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  font-family: 'NunitoSans-Bold';
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #000;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  box-shadow: 0 0 5px 0 #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -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;
  border-bottom: 3px solid #4d2e12;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #fff;
  padding: 10px;
  color: #000;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .right {
  margin-left: auto;
  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;
  height: 100%;
}
#header > .nav > .menu .menu-box .right .search {
  margin-left: 40px;
  width: 28px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: uppercase;
  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;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont > img {
  width: 28px;
}
#header > .nav > .menu .menu-box .right .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  box-shadow: 0 0 5px 0 #ccc;
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -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;
  border-bottom: 3px solid #4d2e12;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a img {
  width: 20%;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#banner {
  margin-top: 44px;
  position: relative;
}
#banner .container {
  position: relative;
  width: 100%;
  padding: 0;
}
#banner .container .swiper-wrapper .swiper-slide {
  position: relative;
}
#banner .container .swiper-wrapper .swiper-slide > img {
  width: 100%;
}
#banner .container .swiper-wrapper .swiper-slide .cont {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banner .container .swiper-wrapper .swiper-slide .cont > div {
  width: 1770px;
  max-width: 100%;
  color: #fff;
  padding-left: 50px;
}
#banner .container .swiper-wrapper .swiper-slide .cont > div .title {
  line-height: 1.4;
  width: 660px;
  font-family: 'PlayfairDisplay-Bold';
  color: #212121;
}
#banner .container .swiper-wrapper .swiper-slide .cont > div .des {
  margin-top: 25px;
  color: #4e4e4e;
  font-family: 'NunitoSans-Bold';
  width: 700px;
  font-size: 16px;
  line-height: 28px;
}
#banner .container .swiper-wrapper .swiper-slide .cont > div .more_cont {
  margin-top: 30px;
  padding: 8px 20px;
}
#banner .prev,
#banner .next {
  width: 300px;
  position: absolute;
  right: 80px;
  z-index: 2;
  bottom: 45px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 90px;
}
#banner .prev > img,
#banner .next > img {
  width: 150px;
  height: 100%;
}
#banner .prev .sub_banner_img,
#banner .next .sub_banner_img {
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  width: 150px;
  height: 100%;
}
#banner .prev .right,
#banner .next .right {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  height: 100%;
  background-color: #1a1a1a;
  font-size: 14px;
  font-family: 'JosefinSans-Regular';
  font-weight: bold;
}
#banner .prev .right .top,
#banner .next .right .top {
  margin-top: 20px;
  color: #767676;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .prev .right .top i,
#banner .next .right .top i {
  margin-left: 45px;
  font-size: 20px;
}
#banner .prev .right .bottom,
#banner .next .right .bottom {
  margin-left: 30px;
  margin-top: 6px;
  color: #fff;
}
#banner .prev:hover .right .top,
#banner .next:hover .right .top {
  color: #fff;
}
#banner .prev {
  left: 70px;
}
#banner .prev .right {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
#banner .prev .right .top i {
  margin-left: 0;
}
#banner .prev .right .top span {
  margin-left: 8px;
}
#banner .prev .right .bottom {
  margin-left: 23px;
}
#index-body img,
#index-body a {
  display: block;
}
#index-body .container {
  width: 1770px;
  max-width: 100%;
  padding: 0;
}
#index-body .init-1 {
  margin-top: 6vw;
}
#index-body .init-1 .container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .container .left {
  width: 48%;
}
#index-body .init-1 .container .left img {
  width: 75%;
  margin-left: auto;
}
#index-body .init-1 .container .right {
  width: 43%;
  padding-right: 80px;
}
#index-body .init-1 .container .right .subline div {
  width: 40px;
  margin-top: 3px;
  height: 1px;
  background-color: #520606;
}
#index-body .init-1 .container .right .tip_title {
  margin-top: 20px;
  font-family: 'PlayfairDisplay-Bold';
  color: #2f1d13;
}
#index-body .init-1 .container .right .title {
  width: 95%;
  margin-top: 10px;
  color: #2f1d13;
  line-height: 1.4;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-1 .container .right .des {
  font-family: 'NunitoSans-Regular';
  color: #4e4e4e;
  margin-bottom: 20px;
  margin-top: 15px;
      line-height: 28px;
}
h1.tongjinh1 {
    display: inline;
}
#index-body .init-1 .container .right .des_2 {
  color: #2f1d13;
  font-family: 'NunitoSans-Bold';
      line-height: 28px;
}
#index-body .init-1 .container .right .more_cont {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 50px;
}
#index-body .init-2 {
  margin-top: 6vw;
}
#index-body .init-2 .container .tip_title {
  color: #8d633e;
  font-family: 'NunitoSans-Bold';
  text-align: center;
}
#index-body .init-2 .container .title {
  color: #4d2e12;
  text-align: center;
  margin-top: 10px;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-2 .container .swiper {
  margin-top: 30px;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img {
  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;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .name {
  text-align: center;
  color: #383838;
  margin-top: 30px;
  font-family: 'NunitoSans-Bold';
  text-transform: uppercase;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .name:hover {
  color: #4d2e12;
}
#index-body .init-3 {
  margin-top: 6vw;
}
#index-body .init-3 .container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 150px;
}
#index-body .init-3 .container .list {
  text-align: center;
  width: 30%;
}
#index-body .init-3 .container .list .img {
  margin: auto;
  width: 110px;
  height: 110px;
  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;
  position: relative;
}
#index-body .init-3 .container .list .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .list .img img:nth-child(2) {
  z-index: 2;
  opacity: 0;
}
#index-body .init-3 .container .list .img img:last-child {
  position: relative;
  width: 50px;
  height: auto;
  z-index: 3;
  transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
}
#index-body .init-3 .container .list .title {
  color: #2f1d13;
  margin-top: 35px;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-3 .container .list .des {
  color: #848484;
  margin-top: 30px;
  line-height: 30px;
}
#index-body .init-3 .container .list .more {
  margin-top: 20px;
  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;
  transform: translate(-50px);
  -ms-transform: translate(-50px);
  -moz-transform: translate(-50px);
  -webkit-transform: translate(-50px);
  -o-transform: translate(-50px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .list .more span:first-child {
  opacity: 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;
}
#index-body .init-3 .container .list .more span:nth-child(2) {
  margin-left: 10px;
  line-height: 1;
  font-size: 20px;
  margin-top: 3px;
}
#index-body .init-3 .container .list .more:hover {
  color: #8d633e;
}
#index-body .init-3 .container .list:hover .img img:first-child {
  opacity: 0;
}
#index-body .init-3 .container .list:hover .img img:nth-child(2) {
  opacity: 1;
}
#index-body .init-3 .container .list:hover .img img:last-child {
  -webkit-filter: brightness(15);
  filter: brightness(15);
}
#index-body .init-3 .container .list:hover .more {
  transform: translate(0);
  -ms-transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
}
#index-body .init-3 .container .list:hover .more span {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  opacity: 1;
}
#index-body .init-4 {
  margin-top: 5vw;
}
#index-body .init-4 .container {
  text-align: center;
}
#index-body .init-4 .container .tip_title {
  color: #8d633e;
  font-family: 'NunitoSans-Bold';
}
#index-body .init-4 .container .title {
  font-family: 'PlayfairDisplay-Bold';
  margin-top: 20px;
  color: #4d2e12;
}
#index-body .init-4 .container .swiper {
  margin-top: 30px;
}
#index-body .init-4 .container .swiper:last-child{
  margin-top: 5vw;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
  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;
  height: 510px;
}
#index-body .init-5 {
  margin-top: 6.5vw;
}
#index-body .init-5 .container .subimg {
  width: 30px;
  margin: auto;
}
#index-body .init-5 .container .swiper {
  text-align: center;
  width: 1050px;
  max-width: 100%;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide {
  font-family: 'PlayfairDisplay-Regular';
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
  margin-top: 40px;
  line-height: 1.6;
  color: #2f1d13;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .name {
  margin-top: 30px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 20px;
  color: #9f9f9f;
  font-family: 'NunitoSans-Regular';
}
#index-body .init-5 .container .mySwiper2 {
  margin-top: 35px;
  width: 340px;
}
#index-body .init-5 .container .mySwiper2 .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#index-body .init-5 .container .mySwiper2 .swiper-slide {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  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;
}
#index-body .init-5 .container .mySwiper2 .swiper-slide-next,
#index-body .init-5 .container .mySwiper2 .swiper-slide-prev {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
}
#index-body .init-6 {
  background-color: #f6f3ef;
  margin-top: 4.5vw;
}
#index-body .init-6 .container {
  padding: 3vw 0;
  padding-bottom: 6vw;
}
#index-body .init-6 .container .subline div {
  width: 40px;
  height: 1px;
  background-color: #520606;
  margin: auto;
  margin-top: 3px;
}
#index-body .init-6 .container .tip_title {
  color: #2f1d13;
  font-family: 'PlayfairDisplay-Regular';
  text-transform: uppercase;
  text-align: center;
  margin-top: 35px;
}
#index-body .init-6 .container .tip_title2 {
  font-family: 'PlayfairDisplay-Bold';
  color: #2f1d13;
  text-align: center;
  margin-top: 15px;
}
#index-body .init-6 .container .swiper {
  width: 1350px;
  margin-top: 50px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  background-color: #fff;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #8d633e;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .subline {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2f1d13;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .time {
  padding: 30px 20px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
p.xinwenner {
    line-height: 28px;
    font-size: 14px;
    padding: 0 15px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .time .cat_name {
  color: #2f1d13;
  text-transform: uppercase;
  font-family: 'NunitoSans-Bold';
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .time .subdiv {
  width: 4px;
  height: 3px;
  background-color: #8d8c8c;
  margin-left: 15px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .time .time_s {
  color: #8d8c8c;
  font-family: 'NunitoSans-Regular';
  margin-left: 12px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title {
  padding: 0 20px;
  margin-top: 15px;
  font-family: 'PlayfairDisplay-Regular';
      line-height: 40px;
}
.tjindus {
    font-size: 16px;
    line-height: 30px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  margin-top: 20px;
  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;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .more_c {
  padding: 20px;
  font-family: 'NunitoSans-SemiBold';
  color: #2f1d13;
  overflow: hidden;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .more_c .more {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .more_c .more p,
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .more_c .more span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  -moz-transform: translateX(-90px);
  -webkit-transform: translateX(-90px);
  -o-transform: translateX(-90px);
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .more_c .more span {
  margin-top: 5px;
  font-size: 20px;
  margin-left: 10px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide:hover .subline {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide:hover .more_c .more p,
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide:hover .more_c .more span {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#index-body .init-7 {
  margin: 6vw 0;
}
#index-body .init-7 .container {
  padding: 0 1.5vw;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide {
  border: #ebeaea solid 2px;
  padding: 20px;
  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;
  height: 120px;
}
#index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  width: auto;
}
#index-body .init-8 {
  background-image: url(../images/index_19.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#index-body .init-8 .container {
  padding: 3vw 12vw;
  padding-bottom: 4.5vw;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
#index-body .init-8 .container .left {
  width: 520px;
}
#index-body .init-8 .container .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Montserrat-Bold';
}
#index-body .init-8 .container .left .top span {
  width: 65px;
  height: 2px;
  background-color: #fff;
  margin-right: 20px;
}
#index-body .init-8 .container .left .bottom {
  margin-top: 25px;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .init-8 .container .more {
  padding: 20px 60px;
  background-color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-family: 'PlayfairDisplay-Bold';
  color: #0f0f0f;
}
#index-body .init-8 .container .more::before {
  background-color: #2f1d13;
}
#index-body .init-8 .container .more:hover {
  color: #fff;
}
#index-body .init-9 {
  width: 100%;
  height: 10px;
  background-color: #c1b1a8;
}
#footer {
  background-color: #f6f3f1;
}
#footer .container {
  width: 1770px;
  max-width: 100%;
  padding: 4vw 12vw;
}
#footer .container a,
#footer .container img {
  display: block;
}
#footer .container .f-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .container .f-top .list_cont {
  width: 22%;
}
#footer .container .f-top .list_cont .logo {
  width: 200px;
  padding-bottom: 20px;
  border-bottom: #a57355 solid 1px;
}
#footer .container .f-top .list_cont .logo img {
  width: 100%;
}
#footer .container .f-top .list_cont .cont {
  margin-top: 40px;
  color: #333333;
  line-height: 30px;
  font-family: 'Montserrat-Light';
  font-weight: bold;
}
#footer .container .f-top .list_cont .first {
  width: 180px;
  padding-top: 5px;
  padding-bottom: 15px;
  color: #333333;
  font-family: 'PlayfairDisplay-Bold';
  border-bottom: #a57355 solid 1px;
  margin-bottom: 40px;
}
#footer .container .f-top .list_cont .list_2 {
  color: #555555;
  font-family: 'NunitoSans-SemiBold';
  margin-top: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
      line-height: 30px;
}
#footer .container .f-top .list_cont .list_2:hover {
  color: #a57355;
}
#footer .container .f-top .list_cont .list_2:first-child {
  margin-top: 0;
}
#footer .container .f-top .list_cont .list_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'NunitoSans-SemiBold';
  color: #555555;
  margin-top: 20px;
}
#footer .container .f-top .list_cont .list_3 img {
  margin-top: 6px;
}
#footer .container .f-top .list_cont .list_3 span {
  margin-left: 15px;
      line-height: 28px;
}
#footer .container .f-top .list_cont:nth-child(2) {
  width: 15%;
}
#footer .container .f-top .list_cont:nth-child(3) {
  width: 16%;
}
#footer .container .f-top .list_cont:nth-child(4) {
  width: 29%;
}
#footer .container .copyright {
  margin-top: 60px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'NunitoSans-SemiBold';
  font-size: 14px;
  color: #6a6a6a;
  line-height: 28px;
}
#footer .container .copyright a {
  margin-left: 10px;
}
#footer .container .copyright a:nth-child(2) {
  margin-left: 2vw;
}
#footer .container .copyright a img {
  height: 14px;
}
.go_top {
  display: block;
  position: fixed;
  z-index: 30;
  right: 170px;
  bottom: 65px;
  cursor: pointer;
}
.go_top div {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border: 1px solid #f6f3f1;
  color: #434343;
  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;
  font-size: 30px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.go_top div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background-color: #434343;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.go_top div i {
  position: relative;
  z-index: 2;
}
.go_top div:hover {
  color: #fff;
}
.go_top div:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  border-radius: 0;
}
@media (max-width: 1770px) {
  #index-body .container {
    padding: 0 20px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
    height: 28vw;
  }
  #index-body .init-8{
    background-size: auto 100%;
  }
  .go_top {
    right: 9vw;
    bottom: 3vw;
  }
  
  
}
@media (max-width: 1500px) {
  .f_28 {
    font-size: 20px;
  }
  .f_30 {
    font-size: 22px;
  }
  .f_42 {
    font-size: 28px;
  }
  .f_48 {
    font-size: 30px;
  }
  .f_52 {
    font-size: 30px;
  }
  
  #header > .nav > .menu .menu-box .logo {
    width: 100px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 2.5vw;
  }
  #index-body .container {
    padding: 0 20px;
  }
  #index-body .init-3 .container {
    padding: 0 20px;
  }
  #index-body .init-6 .container {
    padding: 3vw  10px;
  }
  #index-body .init-6 .container .swiper {
    width: 100%;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title{
    min-height: 60px;
  }
  #index-body .init-8 {
    background-size: auto 100%;
  }
  #footer .container {
    padding: 4vw 20px;
  }
}
@media (max-width: 1024px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
    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;
  }
  #banner .prev,
  #banner .next {
    margin-top: 20px;
    position: relative;
    left: 0;
    top: 0;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
    height: 46vw;
  }
  #index-body .init-8 .container .more {
    padding: 10px 30px;
  }
  .go_top {
    right: 20px;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  #banner .container .swiper-wrapper .swiper-slide .cont > div {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .title {
    width: 100%;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .des {
    width: 100%;
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .left img {
    margin: auto;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  #index-body .init-1 .container .right .title {
    width: 100%;
  }
  #index-body .init-1 .container .right .subline div {
    margin: auto;
    margin-top: 3px;
  }
  #index-body .init-3 .container .list .des {
    margin-top: 10px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
    height: 69vw;
  }
  #index-body .init-8 .container {
    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;
    text-align: center;
  }
  #index-body .init-8 .container .left {
    width: 100%;
  }
  #index-body .init-8 .container .left .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-8 .container .left .bottom {
    margin-top: 10px;
  }
  #index-body .init-8 .container .more {
    margin-top: 20px;
  }
  #footer .container .f-top .list_cont:nth-child(2),
  #footer .container .f-top .list_cont:nth-child(3) {
    display: none;
  }
  #footer .container .f-top .list_cont {
    width: 100%;
  }
  #footer .container .f-top .list_cont:nth-child(4) {
    width: 100%;
    margin-top: 20px;
  }
  #footer .container .f-top .list_cont .logo {
    margin: auto;
  }
  #footer .container .f-top .list_cont .first {
    margin: auto;
    text-align: center;
  }
  #footer .container .copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3vw;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .f_18 {
    font-size: 14px;
  }
  .f_19 {
    font-size: 14px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_28 {
    font-size: 16px;
    line-height: 2;
  }
  .f_30 {
    font-size: 18px;
  }
  .f_42 {
    font-size: 20px;
  }
  .f_48 {
    font-size: 20px;
  }
  .f_52 {
    font-size: 16px;
  }
  #index-body .container {
    padding: 0 10px;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div {
    padding: 0 10px;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .des {
    display: none;
  }
  #banner .container .swiper-wrapper .swiper-slide .cont > div .more_cont {
    margin-top: 20px;
    font-size: 14px;
    padding: 4px 16px;
  }
  #index-body .init-1 .container .right .des {
    line-height: 2;
    margin: 10px 0;
  }
  #index-body .init-1 .container .right .more_cont {
    padding: 6px 40px;
    margin-top: 10px;
  }
  #index-body .init-2 .container .swiper .swiper-wrapper .swiper-slide .name {
    margin-top: 10px;
  }
  #index-body .init-3 .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-3 .container .list {
    margin-top: 20px;
    width: 100%;
  }
  #index-body .init-3 .container .list:first-child {
    margin-top: 0;
  }
  #index-body .init-3 .container .list .img {
    width: 80px;
    height: 80px;
  }
  #index-body .init-3 .container .list .img img:last-child {
    height: 35px;
    width: 35px;
  }
  #index-body .init-3 .container .list .title {
    margin-top: 10px;
  }
  #index-body .init-3 .container .list .more {
    margin-top: 10px;
    transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
  }
  #index-body .init-3 .container .list .more span:first-child {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    opacity: 1;
  }
  #index-body .init-4 .container .title {
    margin-top: 10px;
  }
  #index-body .init-4 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
    height: 145vw;
  }
  #index-body .init-5 .container .mySwiper2 {
    width: 90%;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
    margin-top: 20px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
    margin-top: 10px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .name {
    margin-top: 10px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 10px;
  }
  #index-body .init-5 .container .mySwiper2 {
    margin-top: 10px;
  }
  #index-body .init-5 .container .mySwiper2 .img {
    height: 80px;
    width: 80px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 10px;
    min-height: inherit;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    margin-top: 10px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .more_c .more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .more_c .more p,
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .more_c .more span {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
  }
  #index-body .init-7 .container .swiper .swiper-wrapper .swiper-slide {
    height: 25vw;
  }
  #index-body .init-8 .container .left .top p {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .init-8 .container .left .top span {
    margin-right: 0;
    margin-top: 10px;
    width: 50px;
  }
  #index-body .init-8 .container .more {
    padding: 5px 20px;
  }
  #footer .container {
    padding: 4vw 10px;
  }
  #footer .container .f-top .list_cont .logo {
    width: 150px;
    padding-bottom: 10px;
  }
  #footer .container .f-top .list_cont .cont {
    text-align: center;
    margin-top: 20px;
        display: none;
  }
  #footer .container .copyright a.foottj, .tjindus {
    display: none !important;
}
  #footer .container .f-top .list_cont .first {
    padding-bottom: 10px;
    width: 120px;
  }
  #footer .container .f-top .list_cont .list_3 img {
    margin-top: 3px;
  }
  #Pop_UpsBtn{
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    line-height: 40px !important;
    bottom: 20% !important;
  }
  .go_top {
    bottom: 80px;
  }
  .go_top div {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .amap-info{
    max-width: 260px;
  }
  .button-group{
    z-index: 110;
  }
}









































.container {
  width: 1380px;
}

.images-box {
  overflow: hidden;
  position: relative;
}

.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}

.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}

.scroll-box {
  overflow: hidden;
  position: relative;
}

.scroll-box ul {
  width: 9999px;
}

.scroll-box ul li {
  float: left;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui.container {
  padding: 0 15px;
  position: relative;
}

.ui.container>.item {
  padding-left: 0;
  padding-right: 0;
}

.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}

.ui.header:first-child {
  margin-top: 0;
}

.ui.header {
  margin: 0;
  font-weight: 500;
}

.item {
  border-left: none !important;
  border-right: none !important;
}

.item:before,
.item:after {
  display: none !important;
}

svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: white;
}

svg text {
  fill: white;
}

svg:hover {
  fill: white;
}

svg g.en {
  display: block;
}

svg g.cn {
  display: none;
}

@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }

}

@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }

}

@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
}

@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }

  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .i-num {
    display: none;
  }
}


#n_p_pge{
  margin: 20px 0;
  font-size: 16px;
}
#n_p_pge a{
  display: block;
  margin-top: 10px;
  transition: all .5s;
}
#n_p_pge a:hover{
  color: #fdbb53;
}
.inner-banner {
  margin-top: 155px;
  padding: 60px 0;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
}

.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 1);
}

.inner-banner h3,
.inner-banner .producth1 {
  font-size: 28px;
  font-family: 'PlayfairDisplay-Bold';
  text-transform: capitalize;
  line-height: 1;
}

.inner-banner .mbx {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  text-transform: capitalize;
      line-height: 28px;
}

.inner-banner .mbx a:hover {
  text-decoration: underline;
}

.about2-page h3 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

.about2-page .line {
  display: block;
  width: 120px;
  height: 1px;
  background: #adadad;
  margin: 0 auto;
  position: relative;
}

.about2-page .line:after {
  content: '';
  height: 3px;
  width: 40px;
  background: #c6a973;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -1px;
}

.about2-page .text {
  display: block;
  font-size: 16px;
  color: #6b6b84;
  line-height: 28px;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;

}

.about2-page .about-1 {
  padding: 110px 0;
}

.about2-page .about-1 .box {
  position: relative;
}

.about2-page .about-1 .box .left {
  width: 50%;
  vertical-align: middle;
}

.about2-page .about-1 .box .left i.tit,
.about2-page .about-1 .box2 .right i.tit {
  font-size: 18px;
  color: #c6a973;
  text-transform: uppercase;

  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.about2-page .about-1 .box .left h2,
.about2-page .about-1 .box .left h1,
.about2-page .about-1 .box2 .right h2 {
  font-size: 54px;
  color: #333;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about2-page .about-1 .box .left .text {
  text-align: left;
}

.about2-page .about-1 .box .left .list {
  margin: 30px 0;

}

.about2-page .about-1 .box .left .list ul li {
  font-size: 16px;
  color: #6b6b84;
  line-height: 1.8;
  padding-bottom: 5px;
}

.about2-page .about-1 .box .left .list ul li i {
  color: #c6a973;
  margin-right: 10px;
}

.about2-page .about-1 .box .left .list ul li:last-child {
  padding-bottom: 0;
}

.about2-page .about-1 .box .left a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  background: #c6a973;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about2-page .about-1 .box .left a.more:hover {
  background: #111;
}

.about2-page .about-1 .box .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
  /*padding-right: 9%;*/
}

.about2-page .about-1 .box .right:after {
  content: '';
  width: 15%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #c6a973;
  left: 52%;
  top: 0;
}

.about2-page .about-1 .box .right:before {
  content: '';
  width: 16%;
  height: 100%;
  border: 5px solid #c6a973;
  position: absolute;
  top: 0;
  right: 0;
}

.about2-page .about-1 .box .right .img {
  padding-left: 20%;
  position: relative;
}

.about2-page .about-1 .box .right .img h6 {
  font-size: 28px;
  color: white;

  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  position: absolute;
  left: 6%;
  top: 22%;
  transform-origin: left top;
}

.about2-page .about-1 .box2 {
  margin-top: 50px;
}

.about2-page .about-1 .box2 .left {
  width: 50%;
  padding-right: 10%;
  vertical-align: middle;
}

.about2-page .about-1 .box2 .right {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.about2-page .about-1 .box2 .right .text {
  text-align: left;
}

.about2-page .about-2 {
  padding: 150px 0;
  text-align: center;
  background: url("/tongjinsilk/2022/04/15/147.jpg") center center no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.about2-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.about2-page .about-2 .play {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: white;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about2-page .about-2 .play:after,
.about2-page .about-2 .play:before {
  content: '';
  background: inherit;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
  opacity: .2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about2-page .about-2 .play:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.about2-page .about-2 .play:hover:after,
.about2-page .about-2 .play:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.about2-page .about-3 {
  padding: 100px 0;
}

.about2-page .about-3 .box {
  padding-top: 50px;
}

.about2-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
}

.about2-page .about-3 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about2-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #c6a973;
}

.about2-page .about-3 .box ul li .box2 h4 {
  font-size: 20px;

  text-transform: capitalize;
  margin: 20px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about2-page .about-3 .box ul li .box2 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about2-page .about-3 .box ul li .box2:hover:after {
  background-color: #c6a973;
}

.about2-page .about-3 .box ul li .box2:hover i,
.about2-page .about-3 .box ul li .box2:hover h4,
.about2-page .about-3 .box ul li .box2:hover p {
  color: white;
}

.about2-page .about-4 {
  padding-top: 110px;
  background: url("/tongjinsilk/2022/04/15/img_8019.jpg") center top no-repeat;
  position: relative;
  z-index: 1;
}

.about2-page .about-4:after {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: white;
  z-index: -1;
}

.about2-page .about-4 h3 {
  color: white;
}

.about2-page .about-4 .line {
  background: white;
}

.about2-page .about-4 .text {
  color: white;
}

.about2-page .about-4 .box {
  padding-top: 50px;
}

.about2-page .about-4 .box ul {
  margin: 0 -15px;
}

.about2-page .about-4 .box ul li {
  padding: 0 15px 80px;
}

.about2-page .about-4 .box ul li .box2 {
  display: block;
  position: relative;
  z-index: 1;
}

.about2-page .about-4 .box ul li .box2 .img-box {
  display: block;
}

.about2-page .about-4 .box ul li .box2 .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about2-page .about-4 .box ul li .box2 .text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #c6a973;
  text-align: left;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about2-page .about-4 .box ul li .box2 .text h4 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  padding: 0 15px;

}

.about2-page .about-4 .box ul li .box2 .text h4 small {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;

}

.about2-page .about-4 .box ul li .box2:hover .img-box img {
  left: -10%;
}

.about2-page .about-4 .box ul li .box2:hover .text {
  top: 80px;
  width: 90%;
}

.about2-page .about-5 {
  padding: 110px 0;
}

.about2-page .about-5 .box {
  padding-top: 50px;
}

.about2-page .about-5 .box ul {
  margin: -15px;
}

.about2-page .about-5 .box ul li {
  padding: 15px;
}

.about2-page .about-5 .box ul li .box2 {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.about2-page .about-5 .box ul li .box2 a.img-box {
  display: block;
}

.about2-page .about-5 .box ul li .box2 h5 {
  font-size: 20px;
  color: black;

  line-height: 1.6;
  padding: 25px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about2-page .about-5 .box ul li .box2 h5:hover {
  color: #c6a973;
}

.contact2-page .contact-1 .box {
  position: relative;
  /*top: 100px;*/
  margin: 50px 0;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background: white;
  overflow: hidden;
  padding: 50px 40px;
}
.contact2-page .contact-2{
  position: relative;
  z-index: 2;
}

.contact2-page .contact-1 .box h3 {
  font-size: 34px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
}

.contact2-page .contact-1 .box .left {
  padding-right: 40px;
  width: 30%;
}

.contact2-page .contact-1 .box .left .list ul li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.contact2-page .contact-1 .box .left .list ul li:last-child {
  border-bottom: none;
}

.contact2-page .contact-1 .box .left .list ul li .box2 {
  padding-left: 65px;
  position: relative;
}

.contact2-page .contact-1 .box .left .list ul li .box2 i {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 32px;
}

.contact2-page .contact-1 .box .left .list ul li .box2 h5 {
  font-size: 20px;
  color: #333;

  margin-bottom: 10px;
}

.contact2-page .contact-1 .box .left .list ul li .box2 p {
  font-size: 18px;
  color: #333;

}

.contact2-page .contact-1 .box .right {
  padding-left: 40px;
  width: 70%;
  position: relative;
}

.contact2-page .contact-1 .box .right:after {
  content: '';
  width: 1px;
  height: 200%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #eee;
}

.contact2-page .contact-1 .box .right .form ul {
  margin: -15px;
}

.contact2-page .contact-1 .box .right .form ul li {
  padding: 15px;
  position: relative;
}

.contact2-page .contact-1 .box .right .form ul li input,
.contact2-page .contact-1 .box .right .form ul li textarea {
  padding: 15px 0;
  border: none;
  background: transparent;
  font-size: 15px;

  border-bottom: 1px solid #eee;
  width: 100%;
  -webkit-transition: 0.5s border-bottom-color;
  -moz-transition: 0.5s border-bottom-color;
  -ms-transition: 0.5s border-bottom-color;
  -o-transition: 0.5s border-bottom-color;
  transition: 0.5s border-bottom-color;
  padding-right: 15px;
}

.contact2-page .contact-1 .box .right .form ul li input:focus,
.contact2-page .contact-1 .box .right .form ul li textarea:focus {
  border-color: #c6a973;
}

.contact2-page .contact-1 .box .right .form ul li i {
  position: absolute;
  right: 15px;
  bottom: 33px;
  color: #666;
}

.contact2-page .contact-1 .box .right .form ul li.wid-100 {
  width: 100%;
}

.contact2-page .contact-1 .box .right .form ul li textarea {
  height: 160px;
  resize: vertical;
}

.contact2-page .contact-1 .box .right .form ul li input[type="submit"] {
  border-bottom: none;
  width: 200px;
  background: #c6a973;
  color: white;

  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contact2-page .contact-1 .box .right .form ul li input[type="submit"]:hover {
  background: #111;
}

.contact2-page .contact-2 img {
  width: auto;
  max-width: none;
}

.contact2-page .contact-2 .info-middle img {
  max-width: 100%;
}

@media screen and (max-width: 1500px) {
  .contact2-page .contact-1 .box {
    /*top: 50px;*/
  }

  .contact2-page .contact-1 .box h3 {
    font-size: 30px;
  }

  .contact2-page .contact-1 .box .left .list ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .contact2-page .contact-1 .box .left .list ul li:last-child {
    margin-bottom: 0;
  }

  .contact2-page .contact-1 .box .left .list ul li .box2 p {
    font-size: 16px;
  }

  .contact2-page .contact-1 .box .right .form ul li input,
  .contact2-page .contact-1 .box .right .form ul li textarea {
    padding: 10px 15px 10px 0;
  }

  .contact2-page .contact-1 .box .right .form ul li textarea {
    height: 120px;
  }

  .about2-page .about-1 .left h2 {
    font-size: 46px;
  }

  .about2-page h3 {
    font-size: 34px;
  }

  .about2-page .about-3 .box ul li .box2 h4 {
    font-size: 18px;
  }

  .about2-page .about-3 .box ul li .box2 p {
    font-size: 16px;
  }

  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 20px;
  }

  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 360px;
    padding-top: 160px;
  }

  .inner-banner h3,
  .inner-banner .producth1 {
    font-size: 34px;
  }

  .inner-banner .mbx {
    font-size: 14px;
    margin-top: 10px;
  }

  .about2-page .about-1 {
    padding: 50px 0;
  }

  .about2-page .about-1 .left h2 {
    font-size: 32px;
  }

  .about2-page .about-1 .left i.tit {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 14px;
    line-height: 1.6;
  }

  .about2-page .about-1 .left a.more {
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    padding: 0 20px;
  }

  .about2-page .about-1 .right .img h6 {
    top: 12%;
  }

  .about2-page .about-2 {
    padding: 100px 0;
  }

  .about2-page .about-3 {
    padding: 50px 0;
  }

  .about2-page h3 {
    font-size: 28px;
  }

  .about2-page .about-3 .box ul li .box2 p {
    height: 66px;
  }

  .about2-page .about-5 {
    padding: 60px 0;
  }

  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 16px;
    padding: 15px 10px;
  }

  .contact2-page .contact-1 .box h3 {
    font-size: 28px;
  }

  .contact2-page .contact-1 .box .left .list ul li .box2 h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .contact2-page .contact-1 .box .left .list ul li .box2 i {
    font-size: 28px;
  }

  .contact2-page .contact-1 .box .left .list ul li .box2 {
    padding-left: 50px;
  }

  .contact2-page .contact-1 .box .left .list ul li .box2 p {
    font-size: 14px;
    line-height: 28px;
  }

  .contact2-page .contact-1 .box .right .form ul li input[type="submit"] {
    margin-top: 0;
  }

  #mapContainer {
    height: 340px !important;
  }
}

@media screen and (max-width: 1024px) {
  .inner-banner{
    margin-top: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .contact2-page .contact-1 .box .left {
    width: 100%;
    padding-right: 0;
  }

  .contact2-page .contact-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .contact2-page .contact-1 .box .right:after {
    display: none;
  }

  .contact2-page .contact-1 .box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .contact2-page .contact-1 .box .left .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .about2-page .about-1 .right {
    display: none;
  }

  .about2-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .about2-page .about-1 .left h2 {
    font-size: 28px;
    margin-bottom: 0;
  }

  .about2-page .about-1 .left .list {
    margin: 10px 0 20px;
  }

  .about2-page .about-1 .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }


  .about2-page .about-3 .box ul li {
    width: 50%;
  }

  .about2-page .about-3 .box ul li .box2 {
    padding: 15px;
  }

  .about2-page .about-4 .box ul li .box2 .text h4 {
    font-size: 18px;
    bottom: 10px;
  }

  .about2-page .about-4 .box ul li .box2 .text h4 small {
    font-size: 14px;
  }

  .about2-page .about-4 .box ul li .box2:hover .text {
    top: 60px;
  }

  .about2-page .about-4 .box ul li {
    padding-bottom: 60px;
  }

  .about2-page .about-1 .box .left h2,
  .about2-page .about-1 .box .left h1,
  .about2-page .about-1 .box2 .right h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }

  .product-page .side-right .bottom .block ul li {
    width: 100%;
  }

  .about2-page .about-4 {
    display: none;
  }

  .about2-page .about-5 {
    background: #f8f8f8;
  }

  .about2-page .about-5 .box ul li .box2 {
    background: white;
  }

  .about2-page h3 {
    font-size: 24px;
  }

  .about2-page .about-1 .left h2 {
    font-size: 26px;
  }

  .contact2-page .contact-1 .box {
    padding: 30px 20px;
  }

  .about2-page .about-1 .box .left {
    width: 100%;
  }

  .about2-page .about-1 .box .left h2,
  .about2-page .about-1 .box .left h1,
  .about2-page .about-1 .box2 .right h2 {
    font-size: 30px;
  }

  .about2-page .about-1 .box2,
  #banner li .content .bg {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #mapContainer {
    height: 300px !important;
  }

  .about2-page .about-3 .box ul li {
    width: 100%;
  }

  .about2-page .about-5 .box ul li .box2 h5 {
    font-size: 13px;
    padding: 10px;
  }

  .about2-page .about-5 .box ul li {
    padding: 5px;
  }

  .about2-page .about-5 .box ul {
    margin: -5px;
  }

  .about2-page .about-5 .box {
    padding-top: 20px;
  }

  .about2-page .text,
  .about2-page .about-1 .left .list ul li,
  .about2-page .about-3 .box ul li .box2 p {
    font-size: 14px;
    line-height: 28px;
  }

  .about2-page .about-5 {
    padding: 40px 0;
  }

  .about2-page .about-3 .box ul li .box2 i {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
  }

  .about2-page .about-3 .box ul li .box2 h4 {
    margin: 10px 0;
    line-height: 1;
  }

  .about2-page .about-3 .box ul li .box2 p {
    height: auto;
    display: block;
  }

  
  .inner-banner .producth1 {
    font-size: 26px;
    display: none;
  }
  .inner-banner h3{
    font-size: 18px;
    
  }
  h1.tongjingcath1 {
   font-size: 20px !important;
}
}

/*.inner-banner {*/
/*  height: 500px;*/
/*background-size: cover;*/
/*  background-attachment: fixed;*/
/*  background-position: center top;*/
/*}*/
.inner-page {
  overflow: hidden;
}

.inner-page .sideBox .side-left {
  width: 23%;
  padding-right: 40px;
}

.inner-page .sideBox .side-left h2 {
  display: block;
  font-size: 36px;

  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 80px;
}

.inner-page .sideBox .side-left .box ul li a {
  display: block;
  padding: 5px 35px 5px 15px;
  background: #f5eadd;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

.inner-page .sideBox .side-left .box ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}

.inner-page .sideBox .side-left .box ul li ul {
  display: block;
}

.inner-page .sideBox .side-left .box ul li ul li a {
  background: #f7f3ef;
  font-weight: normal;
}

.inner-page .sideBox .side-left .box ul li ul li li a {
  background: #F9F9F9;
}

.inner-page .sideBox .side-left .info {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.inner-page .sideBox .side-left .info h5 {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.inner-page .sideBox .side-right {
  width: 77%;
}

.inner-page .m-page {
  text-align: right;
}

.inner-page .catproductintro {
  font-size: 16px;
  color: #101010;
  line-height: 26px;
  margin-top: 60px;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #444;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}

.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}

.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover {
  background: #c6a973;
  color: white;
}

.contact-btn {
  padding: 50px 0 25px;
  text-align: center;
  background: #c6a973;
}

.contact-btn p {
  display: block;
  font-size: 18px;
  color: white;
}

.contact-btn a.more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  background: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contact-btn a.more i {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin-right: 7px;
}

.contact-btn a.more i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.contact-btn a.more:hover {
  -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}

.about-page .about-1 {
  padding: 180px 0 100px;
}

.about-page .about-1 .box .left {
  padding-right: 5%;
}

.about-page .about-1 .box .left h3 {
  display: block;
  font-size: 35px;

  color: #222;
  line-height: 53px;
}

.about-page .about-1 .box .left h3 em {
  color: #c6a973;
}

.about-page .about-1 .box .left .text {
  margin-top: 40px;
  font-size: 16px;
  color: #737373;
  line-height: 2;
}

.about-page .about-1 .box .left .text p {
  padding-top: 50px;
}

.about-page .about-1 .box .left .text p:first-child {
  padding-top: 0;
}

.about-page .about-1 .list {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding-top: 180px;
}

.about-page .about-1 .list ul li .box {
  padding-left: 80px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.about-page .about-1 .list ul li .box i {
  position: absolute;
  left: 0;
  top: 0;
}

.about-page .about-1 .list ul li .box h4 {
  display: block;
  font-size: 18px;

  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.about-page .about-1 .list ul li .box h4 em {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}

.about-page .about-1 .list ul li .box p {
  display: block;
  font-size: 16px;
  color: #666;
}

.about-page .about-1 .list ul li .box:hover {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}

.about-page .about-2 {
  height: 600px;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.about-page .about-2 .play {
  position: absolute;
  top: 50%;
  left: 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%);
  cursor: pointer;
  cursor: hand;
  text-align: center;

  font-size: 16px;
  text-transform: capitalize;
  color: white;
}

.about-page .about-2 .play img {
  display: block;
  margin: 0 auto 15px;
}

.about-page .about-3 {
  padding-top: 150px;
}

.about-page .about-3 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}

.about-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  text-transform: none;
  font-weight: normal;
}

.about-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}

.about-page .about-3 .box ul li {
  padding-bottom: 20px;
}

.about-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}

.about-page .about-3 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
}

.about-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}

.about-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.about-page .about-3 .box ul li.active h4 {
  background-color: #c6a973;
  color: white;
  background-image: url("../images/icon-lt2.png");
}

.about-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}

.about-page .about-4 {
  padding: 80px 0 100px;
}

.about-page .about-4 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;

  line-height: 1;
}

.about-page .about-4 .box {
  padding-top: 100px;
}

.about-page .about-4 .box ul {
  margin: -10px -20px;
}

.about-page .about-4 .box ul li {
  padding: 10px 20px;
  text-align: center;
}

.about-page .about-4 .box ul li i {
  display: inline-block;
  max-width: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.about-page .about-4 .box ul li span {
  display: block;
  overflow: hidden;
}

.about-page .about-4 .box ul li h4 {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0 15px;
  white-space: nowrap;
}

.about-page .about-4 .box ul li .text {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}

.contact-page {
  padding: 100px 0;
}

.contact-page .contact-1 .top i {
  font-size: 12px;
  color: black;
  opacity: .4;
  margin-bottom: 20px;
  display: block;
}

.contact-page .contact-1 .top h2 {
  font-size: 60px;
  color: black;
  font-weight: 500;
  line-height: 60px;
}

.contact-page .contact-1 .top .content {
  padding: 40px 0 50px;
  font-size: 18px;
  line-height: 28px;
  color: black;
  opacity: .4;
}

.contact-page .contact-1 .bottom h3,
#form {
  font-size: 30px;
  color: black;
}

.contact-page .contact-1 .bottom .left {
  padding-right: 5%;
  width: 70%;
}

.contact-page .contact-1 .bottom .left .list {
  padding-top: 50px;
}

.contact-page .contact-1 .bottom .left .list ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: rgba(48, 48, 54, 0.9);
}

.contact-page .contact-1 .bottom .left .list ul li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-1 .bottom .left .list ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-page .contact-1 .bottom .left .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}

.contact-page .contact-1 .bottom .left .share {
  padding-top: 70px;
}

.contact-page .contact-1 .bottom .left .share h3 {
  display: block;
  font-size: 30px;
  color: #303036;
  margin-bottom: 20px;
}

.contact-page .contact-1 .bottom .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #707070;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .bottom .left .share ul li:hover {
  background: #c6a973;
}

.contact-page .contact-1 .bottom .right {
  width: 30%;
}

#form {
  margin-top: 20px;
}

#form ul li {
  padding-bottom: 14px;
}

#form ul li:last-child {
  padding-bottom: 0;
}

#form ul li input,
#form ul li textarea {
  width: 100%;
  line-height: 26px;
  padding: 7px 12px;
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#form ul li input::-webkit-input-placeholder,
#form ul li textarea::-webkit-input-placeholder {
  color: #686868;
}

#form ul li input:-moz-placeholder,
#form ul li textarea:-moz-placeholder {
  color: #686868;
}

#form ul li input::-moz-placeholder,
#form ul li textarea::-moz-placeholder {
  color: #686868;
}

#form ul li input:-ms-input-placeholder,
#form ul li textarea:-ms-input-placeholder {
  color: #686868;
}

#form ul li input:focus,
#form ul li textarea:focus {
  border-color: #c6a973;
}

#form ul li textarea {
  height: 200px;
  resize: vertical;
}

#form ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}

#form ul li span input {
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
}

#form ul li span label {
  font-size: 16px;
  color: #686868;
  margin-left: 10px;
  opacity: .7;
}

#form ul li input[type="submit"] {
  width: 180px;
  background: #c6a973;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}

#form ul li input[type="submit"]:hover {
  background: #333;
}

.product-page {
  padding: 150px 0 60px;
}

.product-page .side-right .top {
  display: block;
  text-align: right;
  margin-bottom: 80px;
}

.product-page .side-right .top .form {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  width: 100%;
  position: relative;
}

.product-page .side-right .top .form:before {
  /*content: '';*/
  height: 16px;
  width: 1px;
  background: #747474;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-page .side-right .top .form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding-left: 14px;
  padding-right: 40px;
  font-size: 16px;
  color: black;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: none;
}

.product-page .side-right .top .form input::-webkit-input-placeholder {
  color: #747474;
  font-style: italic;
}

.product-page .side-right .top .form input:-moz-placeholder {
  color: #747474;
  font-style: italic;
}

.product-page .side-right .top .form input::-moz-placeholder {
  color: #747474;
  font-style: italic;
}

.product-page .side-right .top .form input:-ms-input-placeholder {
  color: #747474;
  font-style: italic;
}

.product-page .side-right .top .form input:focus {
  border-color: #c6a973;
}

.product-page .side-right .top .form input[type="submit"] {
  width: 36px;
  border-bottom: none;
  background: url("../images/icon-search2.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.product-page .side-right .top .show {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 100px;
  margin-right: 20px;
}

.product-page .side-right .top .show span {
  line-height: 36px;
  height: 36px;
  padding: 0 26px;
  border: 1px solid #747a84;
  display: inline-block;
  font-size: 14px;
  color: #444;
  border-radius: 18px;
}

.product-page .side-right .top .show ul {
  position: absolute;
  border: 1px solid #eee;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
  background: white;
  display: none;
}

.product-page .side-right .top .show ul li {
  padding: 7px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.product-page .side-right .top .show ul li:last-child {
  border-bottom: none;
}

.product-page .side-right .top .show ul li:hover {
  color: #c6a973;
}

.product-page .side-right .top .show:hover ul {
  display: block;
}

.product-page .side-right .top .listBox {
  display: inline-block;
  vertical-align: middle;
}

.product-page .side-right .top .listBox span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}

.product-page .side-right .top .listBox span.list {
  margin-left: 20px;
}

.product-page .side-right .bottom .block ul {
  margin: -30px -10px;
}

.product-page .side-right .bottom .block ul li {
  padding: 30px 10px;
}

.product-page .side-right .bottom .block ul li a.img-box {
  display: block;
}
.product-page .side-right .bottom .block ul li .des{
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 28px;
}
.product-page .side-right .bottom .block ul li .des:hover{
  color: #c6a973;
}
.product-page .side-right .bottom .block ul li h4 {
  font-weight: bold;
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #101010;
  text-align: center;
  line-height: 30px;
}
h1.tongjingcath1 {
    font-size: 30px;
    margin-bottom: 5px;
}
.tjindesc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}
.product-page .side-right .bottom .block ul li h4 a:hover{
color: #c6a973;
}



.product-page .side-right .bottom .list {
  display: none;
}

.product-page .side-right .bottom .list ul li {
  margin-bottom: 20px;
}

.product-page .side-right .bottom .list ul li:last-child {
  margin-bottom: 0;
}

.product-page .side-right .bottom .list ul li .img {
  width: 30%;
  vertical-align: middle;
}

.product-page .side-right .bottom .list ul li .img a {
  display: block;
}

.product-page .side-right .bottom .list ul li .text {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}

.product-page .side-right .bottom .list ul li .text h4 {
  font-size: 24px;
}

.product-page .side-right .bottom .list ul li .text .content {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}

.product-page .side-right .bottom .list ul li .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #c6a973;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.product-page .side-right .bottom .list ul li .text a.more:hover {
  background: #222;
}

.prodet-page {
  padding: 60px 0 50px;
}

.prodet-page .prodet-1 .img {
  width: 50%;
  padding-right: 30px;
}

.prodet-page .prodet-1 .img img {
  width: 100%;
}

.prodet-page .prodet-1 .img a {
  display: block;
  position: relative;
  border: 1px solid #eee;
}

.prodet-page .prodet-1 .img .play {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #c6a973;
  color: white;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}

.prodet-page .prodet-1 .text {
  width: 50%;
  vertical-align: top;
  padding-top: 5%;
}

.prodet-page .prodet-1 .text h3,
.prodet-page .prodet-1 .text h1 {
  font-size: 29px;
  font-weight: bold;
}

.prodet-page .prodet-1 .text .content {
  margin: 25px 0 65px;
  font-size: 16px;
  line-height: 30px;
}

.prodet-page .prodet-1 .text .content ul li,
.prodet-page .prodet-2 ul li {
  padding-left: 20px;
  /*margin-bottom: 10px;*/
  font-size: 16px;
  color: rgba(16, 16, 16, 0.67);
  position: relative;
}

.prodet-page .prodet-1 .text .content ul li:last-child,
.prodet-page .prodet-2 ul li:last-child {
  margin-bottom: 0;
}

.prodet-page .prodet-1 .text .content ul li:after,
.prodet-page .prodet-2 ul li:after {
  content: '';
  border: 4px solid #c6a973;
  position: absolute;
  top: 9px;
  left: 0;
}

.prodet-page .prodet-1 .text a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 27px;
  font-size: 18px;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .text a.more.active,
.prodet-page .prodet-1 .text a.more:hover {
  background: #c6a973;
  color: white;
  border-color: #c6a973;
}

.prodet-page .prodet-1 .text a.more.active:hover {
  background: #111;
  color: white;
  border-color: #111;
}

.prodet-page .prodet-1 .text .gallery {
  margin-top: 75px;
}

.prodet-page .prodet-1 .text .gallery ul .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .text .gallery ul {
  margin: -5px;
}

.prodet-page .prodet-1 .text .gallery ul .slick-arrow {
  width: 20px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 12px;
  border: none;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  outline: none;
}

.prodet-page .prodet-1 .text .gallery ul .slick-arrow.slick-prev {
  background-image: url('../images/banner-btn-l.png');
  left: 0;
}

.prodet-page .prodet-1 .text .gallery ul .slick-arrow.slick-next {
  background-image: url('../images/banner-btn-r.png');
  right: 0;
}

.prodet-page .prodet-1 .text .gallery ul li {
  padding: 5px;
}

.prodet-page .prodet-1 .text .gallery ul li a {
  display: block;
}

.prodet-page .prodet-2 {
  padding: 100px 0 60px;
}

.prodet-page .singleintro {
  font-size: 16px;
  color: rgba(16, 16, 16, .67);
  line-height: 26px;
  margin-bottom: 60px;
}

.prodet-page .prodet-2 h2 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.prodet-page .prodet-2 .content {
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 28px;
}

.prodet-page .prodet-2 .content strong {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px;
}

.prodet-page .prodet-2 .content .table table{
  border: none;
}
.prodet-page .prodet-2 .content .table table td {
  width: 50% !important;
  border-top: 1px solid #666666;
  /*padding: 0 !important;*/
}

.prodet-page .prodet-2 .content .table table td img {
  max-height: 300px;
}

.prodet-page .prodet-2 .content .table table tr:nth-child(even) img {
  display: block;
  margin: 0 auto;
}

.prodet-page .prodet-3 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}

.news-page {
  padding: 50px 0 110px;
}

.news-page .top {
  display: block;
}

.news-page .top ul li {
  display: inline-block;
}

.news-page .top ul li a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 42px;
  font-size: 18px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page .top ul li a:hover,
.news-page .top ul li a.active {
  background: #c6a973;
  color: white;
}

.news-page .bottom {
  padding-top: 60px;
}

.news-page .bottom ul {
  margin: -30px -12px;
}

.news-page .bottom ul li {
  padding: 30px 12px;
}

.news-page .bottom ul li a.img-box {
  display: block;
}

.news-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}

.news-page .bottom ul li .content h4 {
  font-size: 18px;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
    line-height: 32px;
  height: auto;
}

.news-page .bottom ul li .content h4:hover {
  color: #c6a973;
}

.news-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}

.newdet-page {
  padding: 50px 0;
}

.newdet-page h3,.newdet-page h1 {
  font-size: 26px;
  color: black;
  text-transform: capitalize;
  font-weight: bold;
}

.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  color: black;
  opacity: .6;
}

.newdet-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.newdet-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}

.newdet-page .share h4 {
  font-size: 14px;
  color: black;
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .share ul {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet-page .share ul li:hover {
  color: #c6a973;
}

.news-about-page h3.tit {
  font-size: 30px;
  color: #303036;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.news-about-page h3.tit small {
  display: block;
  font-size: 16px;
  line-height: normal;
  margin-top: 15px;
  opacity: .55;
}

#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}

#msg2 .box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}

#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}

#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}

#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #c6a973;
}

#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all, height 0s;
  -moz-transition: .5s all, height 0s;
  -ms-transition: .5s all, height 0s;
  -o-transition: .5s all, height 0s;
  transition: .5s all, height 0s;
}

#msg2 .box form ul li input[type="submit"] {
  background: #c6a973;
  color: white;
}

#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}

#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.factory-page {
  display: block;
}

.factory-page .factory-1 {
  background: #f4f7fd;
  text-align: center;
  padding: 50px 0 170px;
  margin-bottom: -100px;
}

.factory-page .factory-1 i {
  display: block;
  font-size: 16px;
  color: #242424;
}

.factory-page .factory-1 h2 {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #181818;
  line-height: 1;
  text-transform: capitalize;
}

.factory-page .factory-1 h2 i {
  display: block;
  font-size: 16px;
  color: #242424;
  margin-bottom: 10px;
}

.factory-page .factory-1 h2 small {
  display: block;
  font-size: 36px;
  color: #007dc4;
  margin-top: 10px;
}

.factory-page .factory-1 .box {
  display: block;
  margin-top: 80px;
}

.factory-page .factory-1 .box ul {
  margin: 0 -40px;
}

.factory-page .factory-1 .box ul li {
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.factory-page .factory-1 .box ul li:after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 90px;
  background: url("../images/icon-line.png");
  left: 50%;
  z-index: -1;
}

.factory-page .factory-1 .box ul li:last-child:after {
  display: none;
}

.factory-page .factory-1 .box ul li span {
  display: block;
}

.factory-page .factory-1 .box ul li span img {
  display: block;
  margin: 0 auto;
}

.factory-page .factory-1 .box ul li p {
  display: block;
  margin-top: 45px;
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
}

.factory-page .factory-2 {
  margin-top: 60px;
}

.factory-page .factory-2 ul {
  margin: -40px 0;
}

.factory-page .factory-2 ul li {
  padding: 40px 0;
}

.factory-page .factory-2 ul li .img {
  vertical-align: middle;
  position: relative;
  left: 0;
}

.factory-page .factory-2 ul li .img ul li a {
  display: block;
}

.factory-page .factory-2 ul li .img ul li a img {
  width: 100%;
}

.factory-page .factory-2 ul li .text {
  vertical-align: middle;
  padding-left: 6%;
  position: relative;
  left: 0;
}

.factory-page .factory-2 ul li .text i {
  display: block;
  font-size: 16px;
  color: #242424;
}

.factory-page .factory-2 ul li .text h3 {
  display: block;
  font-size: 48px;
  color: #242424;
  line-height: 1;
  font-weight: bold;
  margin: 20px 0;
}

.factory-page .factory-2 ul li .text h3 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  height: 36px;
  padding: 0 25px;
  border-radius: 5px;
  margin-left: 15px;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  color: black;
  font-size: 16px;
  white-space: nowrap;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.factory-page .factory-2 ul li .text h3 span i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  color: inherit;
}

.factory-page .factory-2 ul li .text h3 span:hover {
  background: #0d95e8;
  color: white;
}

.factory-page .factory-2 ul li .text .content {
  display: block;
  font-size: 18px;
  color: #727272;
  line-height: 2;
}

.factory-page .factory-2 ul li .text .content em {
  color: #0d95e8;
  margin-bottom: 10px;
  display: block;
}

.factory-page .factory-2 ul li .text .btn {
  display: block;
  margin-top: 35px;
}

.factory-page .factory-2 ul li .text .btn div {
  width: 35px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}

.factory-page .factory-2 ul li .text .btn div.prev {
  background-image: url("../images/icon-about-btn-l.png");
}

.factory-page .factory-2 ul li .text .btn div.prev:hover {
  background-image: url("../images/icon-about-btn-l2.png");
}

.factory-page .factory-2 ul li .text .btn div.next {
  background-image: url("../images/icon-about-btn-r.png");
  margin-left: 50px;
  margin-top: 12px;
}

.factory-page .factory-2 ul li .text .btn div.next:hover {
  background-image: url("../images/icon-about-btn-r2.png");
}

.factory-page .factory-2 ul li:nth-child(even) .img {
  left: 50%;
}

.factory-page .factory-2 ul li:nth-child(even) .text {
  left: -50%;
  padding-right: 6%;
  padding-left: 0;
}

.factory-page .factory-3 {
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.factory-page .factory-3:after {
  /*content: '';*/
  width: 100%;
  height: 50%;
  background: #0d95e8;
  z-index: -1;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}

.factory-page .factory-3 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #242424;
}

.factory-page .factory-3 .box {
  display: block;
  padding-top: 60px;
}

.factory-page .factory-3 .box ul {
  margin: -12px;
}

.factory-page .factory-3 .box ul li {
  padding: 12px;
}

.factory-page .factory-3 .box ul li .box2 {
  display: block;
  padding: 50px 20px 70px;
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.factory-page .factory-3 .box ul li .box2 span {
  display: block;
}

.factory-page .factory-3 .box ul li .box2 span img {
  margin: 0 auto;
}

.factory-page .factory-3 .box ul li .box2 .text {
  margin-top: 15px;
  font-size: 16px;
  color: #242424;
  line-height: 28px;
  height: 168px;
}

.factory-page .factory-3 .box ul li .box2 .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0d95e8;
}

.factory-page .factory-3 .box ul li .box2:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  border-color: #0d95e8;
}

.factory-page .factory-3 .tit {
  padding: 70px 0 40px;
}

.factory-page .factory-3 .tit h3 {
  display: inline-block;
  width: 70%;
  font-size: 45px;
  font-weight: bold;
  color: #333;
  line-height: 68px;
}

.factory-page .factory-3 .tit a.more {
  float: right;
  display: inline-block;
  line-height: 76px;
  height: 76px;
  padding: 0 60px;
  font-size: 24px;
  color: white;
  background: #0d95e8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 20px;
}

.factory-page .factory-3 .tit a.more:hover {
  background: #222;
}

#menu-news {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#menu-news.active {
  left: 0;
}

#menu-news .left {
  width: 20%;
  height: 100%;
  background: url("/wbdjx/2021/04/20/wbd.jpg") center center;
  background-size: cover;
  position: relative;
  vertical-align: middle;
}

#menu-news .left .box {
  position: absolute;
  width: 100%;
  bottom: 5%;
  padding: 0 5%;
  text-align: center;
  color: white;
}

#menu-news .left .box h6 {
  font-size: 16px;
  line-height: 1;
}

#menu-news .left .box h3 {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-top: 20px;
}

#menu-news .left .box h3 i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}

#menu-news .left .box h3 small {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

#menu-news .left .box a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid white;
  border-radius: 30px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  margin-top: 60px;
  max-width: 80%;
}

#menu-news .left .box a.more:hover {
  background: #c6a973;
}

#menu-news .left .box .yuy {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}

#menu-news .left .box .yuy ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 3px;
}

#menu-news .left .box .yuy ul li img {
  display: inline-block;
  vertical-align: middle;
  max-width: 24px;
  margin-right: 5px;
}

#menu-news .center {
  width: 55%;
  padding: 0 5%;
  vertical-align: middle;
  max-height: 80%;
}

#menu-news .center .list {
  overflow: auto;
  max-height: 100%;
  display: block;
}

#menu-news .center .list li {
  font-size: 34px;
  line-height: 1;
  padding-bottom: 60px;
}

#menu-news .center .list li ul {
  margin-top: 10px;
}

#menu-news .center .list li ul li {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#menu-news .center .list li ul li:hover {
  color: #c6a973;
}

#menu-news .right {
  width: 25%;
  height: 100%;
}

#menu-news .right ul {
  height: 100%;
}

#menu-news .right ul li {
  height: 33.33%;
  overflow: hidden;
  position: relative;
}

#menu-news .right ul li a {
  display: block;
}

#menu-news .right ul li a h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  color: white;
  font-size: 18px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#menu-news .right ul li a:hover h5 {
  background: #c6a973;
}

@media screen and (max-width: 1600px) {
  .news-page .top ul li a {
    line-height: 38px;
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
  }

  .news-page .bottom {
    padding-top: 40px;
  }

  .news-page {
    padding: 50px 0;
  }

  .news-page .bottom ul li {
    padding: 5px;
  }

  .news-page .bottom ul {
    margin: -5px;
  }

  .news-page .bottom ul li .content {
    padding: 10px;
  }

  .prodet-page {
    padding: 80px 0;
  }

  .prodet-page .prodet-1 .text .gallery {
    margin-top: 30px;
  }

  .prodet-page .prodet-1 .text .content {
    margin: 10px 0 20px;
  }

  .prodet-page .prodet-1 .text a.more {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0 23px;
  }

  .prodet-page .prodet-1 .text h3,
  .prodet-page .prodet-1 .text h1 {
    font-size: 25px;
  }

  .prodet-page .prodet-1 .text .content ul li {
    font-size: 14px;
  }

  .product-page .side-right .top,
  .inner-page .sideBox .side-left h2 {
    margin-bottom: 30px;
  }

  .inner-page .sideBox .side-left h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .inner-page .sideBox .side-left .box ul li a {
    font-size: 14px;
  }

  .prodet-page .prodet-2 {
    padding: 50px 0;
  }

  .product-page {
    padding: 20px 0;
  }

  .product-page .side-right .bottom .block ul li {
    padding: 10px;
  }

  .product-page .side-right .bottom .block ul {
    margin: -10px;
  }

  .product-page .side-right .bottom .list ul li .text h4 {
    font-size: 22px;
  }

  .product-page .side-right .bottom .list ul li .text a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 20px;
  }

  .contact-page {
    padding: 60px 0;
  }

  .contact-page .contact-1 .top h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .contact-page .contact-1 .top .content {
    font-size: 16px;
    padding: 30px 0;
  }

  .contact-page .contact-1 .bottom h3,
  #form,
  .contact-page .contact-1 .bottom .left .share h3 {
    font-size: 24px;
  }

  .contact-page .contact-1 .bottom .left .share ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }

  .about-page .about-1 {
    padding: 60px 0;
  }

  .about-page .about-1 .box .left h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .about-page .about-1 .box .left .text {
    margin-top: 20px;
    line-height: 1.8;
  }

  .about-page .about-1 .box .left .text p {
    padding-top: 20px;
  }

  .about-page .about-1 .list {
    padding-top: 60px;
  }

  .about-page .about-1 .list ul li .box h4 em {
    font-size: 28px;
  }

  .about-page .about-2 {
    height: 400px;
  }

  .about-page .about-3 {
    padding-top: 80px;
  }

  .about-page .about-4 .box {
    padding-top: 60px;
  }

  .about-page .about-4 .box ul li h4 {
    font-size: 20px;
    margin: 15px 0;
  }

  .about-page .about-4 .box ul li .text {
    font-size: 15px;
    line-height: 1.6;
  }

  .about-page .about-4 {
    padding: 60px 0;
  }

  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3 {
    font-size: 40px;
  }

  .factory-page .factory-3 .tit h3 {
    line-height: 1.4;
  }

  .factory-page .factory-1 h2 small {
    font-size: 28px;
  }

  .factory-page .factory-1 .box ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }

  .factory-page .factory-1 .box ul li {
    padding: 0 20px;
  }

  .factory-page .factory-1 .box ul {
    margin: 0 -20px;
  }

  .factory-page .factory-2 ul li .text h3 {
    font-size: 32px;
  }

  .factory-page .factory-2 ul li .text .content {
    font-size: 16px;
    line-height: 1.6;
  }

  .factory-page .factory-2 ul li .text .btn {
    margin-top: 20px;
  }

  .factory-page .factory-3 .box {
    padding-top: 40px;
  }

  .factory-page .factory-3 .box ul li .box2 .text {
    font-size: 14px;
    line-height: 1.8;
  }

  .factory-page .factory-3 .box ul li .box2 span img {
    max-height: 70px;
  }

  .factory-page .factory-3 .tit a.more {
    line-height: 54px;
    height: 54px;
  }

  .factory-page .factory-1 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-4 .box ul li h4 {
    font-size: 18px;
    word-break: break-word;
    white-space: normal;
  }

  .about-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-1 .box .right {
    display: none;
  }

  .about-page .about-2 .play img {
    max-width: 60px;
  }

  .about-page .about-3 .box ul li h4 {
    padding: 10px 50px;
    background-position: center left 15px;
  }

  .about-page .about-3 .box ul li h4:after {
    top: 10px;
  }

  #form ul li span label {
    font-size: 14px;
  }

  .contact-page .contact-1 .bottom .left {
    width: 60%;
  }

  .contact-page .contact-1 .bottom .right {
    width: 40%;
  }

  .contact-page .contact-1 .bottom .left .list ul li {
    font-size: 16px;
  }

  .contact-page .contact-1 .top h2 {
    font-size: 36px;
  }

  .inner-page .sideBox .side-left {
    width: 30%;
  }

  .inner-page .sideBox .side-right {
    width: 70%;
  }

  .product-page .side-right .bottom .list ul li .text .content {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.6;
  }

  .product-page .side-right .top .show {
    margin: 0 20px;
  }

  .prodet-page .prodet-1 .text a.more {
    font-size: 13px;
  }

  .prodet-page .prodet-1 .text h3,
  .prodet-page .prodet-1 .text h1 {
    font-size: 22px;
  }

  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-3 h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  
   .prodet-page .prodet-1 .text{
    margin-top: 20px;
  }
  .news-page .bottom ul li .content h4 {
    font-size: 15px;
  }

  .inner-page .catproductintro,
  .prodet-page .singleintro,
  .wbbs {
    display: none !important;
  }

  .news-page .top ul li a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
  }

  .inner-page .sideBox .side-left {
    display: none;
  }

  .inner-page .sideBox .side-right {
    width: 100%;
  }

  #form ul li span input {
    width: 20px;
    height: 20px;
  }

  #form ul li span {
    margin-right: 20px;
  }

  #form ul li input[type="submit"] {
    font-size: 16px;
  }

  .about-page .about-4 .box ul li {
    width: 50%;
  }

  .about-page .about-3 .box ul li .text,
  .about-page .about-3 .box ul li h4 {
    font-size: 14px;
  }

  .about-page .about-4 .box ul li i {
    max-width: 200px;
  }

  .about-page .about-2 {
    height: 300px;
  }

  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 10px;
  }

  .about-page .about-1 .list ul {
    margin: -10px;
  }

  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3 {
    font-size: 32px;
  }

  .factory-page .factory-1 .box ul li:after {
    display: none;
  }

  .factory-page .factory-1 .box ul li span img {
    max-width: 100px;
  }

  .factory-page .factory-1 .box ul li {
    width: 50%;
    padding: 15px;
  }

  .factory-page .factory-1 .box ul {
    margin: -15px;
  }

  .public-contact h4,
  .factory-page .factory-1 h2 small {
    font-size: 24px;
  }

  .factory-page .factory-2 ul li .text {
    width: 100%;
    padding: 20px 0;
    left: 0 !important;
  }

  .factory-page .factory-2 ul li .img {
    width: 100%;
    left: 0 !important;
  }

  .factory-page .factory-2 ul li {
    padding: 20px 0;
  }

  .factory-page .factory-2 ul {
    margin: -20px 0;
  }

  .factory-page .factory-3 {
    padding: 60px 0;
  }

  .factory-page .factory-3 .box ul li {
    width: 100%;
  }

  .factory-page .factory-3 .box ul li .box2 .text {
    height: auto;
  }

  .factory-page .factory-3 .box ul li .box2 {
    padding: 25px 15px;
  }

  .factory-page .factory-3 .tit {
    text-align: center;
  }

  .factory-page .factory-3 .tit h3 {
    width: 100%;
  }

  .factory-page .factory-3 .tit a.more {
    float: none;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .list ul li .box h4 em {
    font-size: 24px;
  }

  .about-page .about-1 .list ul li .box h4 {
    margin-bottom: 5px;
  }

  .contact-page .contact-1 .bottom .left {
    width: 100%;
    padding-right: 0;
  }

  .contact-page .contact-1 .bottom .right {
    width: 100%;
    padding-top: 30px;
  }

  .contact-page .contact-1 .top h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .product-page .side-right .bottom .list ul li .text {
    width: 50%;
  }

  .product-page .side-right .bottom .list ul li .img {
    width: 50%;
  }

  .prodet-page .prodet-1 .img {
    width: 100%;
    padding-right: 0;
  }

  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-top: 30px;
  }

  .factory-page .factory-1 h2,
  .factory-page .factory-3 h2,
  .factory-page .factory-3 .tit h3 {
    font-size: 26px;
  }

  .prodet-page .prodet-2 .content .table table td {
    display: block;
    width: 100% !important;
  }

  .prodet-page .prodet-2 .content .table table tr:nth-child(even) {
    background: #eee !important;
  }
}

@media screen and (max-width: 500px) {
  .product-page .side-right .top .form {
    max-width: 100%;
  }



  .product-page .side-right .top .show,
  .product-page .side-right .top .listBox {
    display: none;
  }

  .about-page .about-4 .box ul li {
    width: 100%;
  }

  .about-page .about-1 .list ul li .box {
    padding-left: 40px;
  }

  .about-page .about-1 .list ul li .box i {
    max-width: 35px;
  }

  .about-page .about-1 .list {
    text-align: center;
  }

  .about-page .about-1 .box .left h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .inner-banner {
    height: 200px;
  }

  .factory-page .factory-1 h2 small {
    font-size: 20px;
  }

  .factory-page .factory-1 .box {
    margin-top: 40px;
  }

  .factory-page .factory-1 .box ul li p {
    font-size: 14px;
  }

  .factory-page .factory-2 ul li .text h3 {
    font-size: 28px;
  }

  .factory-page .factory-3 .tit a.more {
    font-size: 20px;
    line-height: 44px;
    height: 44px;
  }
}

.product-page .side-right .bottom .block ul li img,
.prodet-page .prodet-1 .img img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.prodet-page #form {
  margin-top: 40px;
}

.prodet-page #form form {
  margin-top: 20px;
}

.prodet-page #form i.fa {
  display: none;
}

.prodet-page #form ul {
  margin: -10px;
}

.prodet-page #form ul li {
  padding: 10px;
}

.prodet-page #form ul li.wid-100 {
  width: 100%;
}

.prodet-page #form ul li textarea {
  height: 120px;
}

.solution-page {
  padding: 170px 0 140px;
}

.solution-page h2 {
  text-align: center;
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
}

.solution-page .ui>img {
  padding: 100px 0 60px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.solution-page .text {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 100px;
}

.solution-page h6 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 50px;
  display: block;
}

.solution-page .list {
  padding: 0 5%;
}

.solution-page .list ul {
  margin: -25px;
}

.solution-page .list ul li {
  padding: 25px;
}

.solution-page .list ul li a {
  display: block;
  position: relative;
  text-align: center;
}

.solution-page .list ul li a img {
  display: block;
  margin: 0 auto;
}

.solution-page .list ul li a .play {
  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%);
  cursor: pointer;
  cursor: hand;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-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);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 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%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}

.play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.play:after,
.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;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}

.play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}