@font-face {
  font-family: 'Rajdhani-Bold';
  src: url(../fonts/Rajdhani-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani-SemiBold';
  src: url(../fonts/Rajdhani-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani-Medium';
  src: url(../fonts/Rajdhani-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Rajdhani-Regular';
  src: url(../fonts/Rajdhani-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}




@font-face {
  font-family: 'HF';
  src: url('../fonts/Rajdhani-Bold.ttf');
}

.phone_side{
  display: none;
}
body {
  font-family: "HF";
  max-width: 1920px;
  font-weight: normal;
  word-break: break-word;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1600px;
}
#index-body .init-1 .slide .left .img .text .play {
  font-size: 16px;
  color: white;
  letter-spacing: 10px;
  margin-top: 10px;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .slide .left .img .text .play:hover {
  text-decoration: underline;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #9e8657;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #9e8657;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #9e8657;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #9e8657;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #9e8657 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #9e8657;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  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;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #9e8657;
}
#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);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
}
#banner .box li {
  position: relative;
}
#banner .box li .content {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .box li .content .left {
  width: 55%;
}
#banner .box li .content .left h2 {
  font-size: 70px;
  color: #9e8657;
  font-weight: bold;
  line-height: 1.1;
}
#banner .box li .content .left h2 em {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
#banner .box li .content .left h2 em:after {
  content: '';
  width: 100%;
  height: 28px;
  background: #e4d1a1;
  z-index: -1;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
#banner .box li .content .left p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #9e8657;
  line-height: 1.6;
  margin: 30px 0 60px;
}
#banner .box li .content .left dl {
  margin: -10px;
  max-width: 90%;
}
#banner .box li .content .left dl dd {
  padding: 10px;
}
#banner .box li .content .left dl dd a {
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
#banner .dots {
  padding: 0 2%;
  bottom: 25px;
  position: absolute;
  width: 100%;
}
#banner .dots .share {
  display: inline-block;
  vertical-align: middle;
}
#banner .dots .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ff7300;
  border-radius: 100%;
  font-size: 18px;
  color: #ff7300;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .dots .share ul li a {
  display: block;
}
#banner .dots .share ul li:hover {
  background: #ff7300;
  color: white;
}
#banner .dots .page {
  float: right;
  font-size: 23px;
  color: #9f8657;
  line-height: 1;
  margin-top: 10px;
}
#banner .dots .page i {
  font-size: 30px;
  margin-right: 5px;
}
#banner .dots .page:before {
  content: '';
  width: 120px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #ff7300;
  margin-right: 10px;
}
@-webkit-keyframes bh {
  from {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  to {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@-moz-keyframes bh {
  from {
    filter: grayscale(1);
  }
  to {
    filter: grayscale(0);
  }
}
@keyframes bh {
  from {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  to {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
#index-body .init-1 {
  padding: 170px 0;
}
#index-body .init-1 .slide {
  margin-bottom: 130px;
  position: relative;
  overflow: hidden;
}
#index-body .init-1 .slide:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6%;
  left: 0;
  z-index: -1;
  background: url("../images/init-1-bg.jpg") center right -60px no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-animation: bh 5s linear infinite alternate;
  -moz-animation: bh 5s linear infinite alternate;
  animation: bh 5s linear infinite alternate;
}
#index-body .init-1 .slide .left {
  width: 49%;
  vertical-align: middle;
  position: relative;
}
#index-body .init-1 .slide .left .img {
  position: relative;
}
#index-body .init-1 .slide .left .img img {
  width: 100%;
}
#index-body .init-1 .slide .left .img .text {
  padding-right: 17%;
  padding-left: 2%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  width: 100%;
}
#index-body .init-1 .slide .left .img .text h2 {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
}
#index-body .init-1 .slide .left .img .text h6 {
  display: block;
  font-weight: 300;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 36px;
  text-transform: uppercase;
  margin-top: 15px;
}
#index-body .init-1 .slide .right {
  width: 59%;
  margin-left: -8%;
  vertical-align: middle;
  position: relative;
}
#index-body .init-1 .slide .right .nav-list {
  padding-left: 18%;
  padding-right: 2%;
  text-align: center;
}
#index-body .init-1 .slide .right .nav-list ul li {
  font-size: 18px;
  color: #727272;
  margin: 5px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body .init-1 .slide .right .nav-list ul li:hover {
  text-decoration: underline;
}
#index-body .init-1 .slide .right .pro-list {
  padding: 40px 0 60px 60px;
  background: white;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
#index-body .init-1 .slide .right .pro-list:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 99%;
  top: 0;
  background: inherit;
  z-index: -1;
}
#index-body .init-1 .slide .right .pro-list ul {
  margin: -10px;
}
#index-body .init-1 .slide .right .pro-list ul li {
  padding: 10px;
  text-align: center;
}
#index-body .init-1 .slide .right .pro-list ul li h6 {
  display: block;
  font-weight: bold;
  color: #727272;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#index-body .init-1 .slide:nth-child(even):after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-1 .slide:nth-child(even) .left {
  left: 51%;
}
#index-body .init-1 .slide:nth-child(even) .left .img .text {
  padding-left: 17%;
  padding-right: 2%;
}
#index-body .init-1 .slide:nth-child(even) .right {
  left: -49%;
  margin-left: 0;
  margin-right: -8%;
}
#index-body .init-1 .slide:nth-child(even) .right .nav-list {
  padding-left: 2%;
  padding-right: 18%;
}
#index-body .init-1 .slide:nth-child(even) .right .pro-list {
  padding-right: 60px;
  padding-left: 0;
}
#index-body .init-1 .slide:nth-child(even) .right .pro-list:after {
  right: 99%;
  left: auto;
}
#index-body .init-1 .slide:last-child {
  margin-bottom: 0;
}
#index-body .init-2 {
  padding: 140px 0 120px;
  text-align: center;
  background: url("../images/init-2-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-2 i.tag {
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: white;
}
#index-body .init-2 h3 {
  display: block;
  font-size: 66px;
  color: #c7b17b;
  line-height: 1;
  text-transform: uppercase;
  margin: 40px 0 20px;
  font-weight: bold;
}
#index-body .init-2 .text {
  display: block;
  font-size: 14px;
  color: #d4d4d4;
  line-height: 1.4;
  font-weight: normal;
  max-width: 760px;
  margin: 0 auto;
}
#index-body .init-2 .play {
  display: inline-block;
  margin-top: 70px;
  font-size: 14px;
  color: #f8f8f8;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .play .btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  border: 4px solid #ff7300;
  background: white;
  position: relative;
}
#index-body .init-2 .play .btn i {
  border-left: 16px solid #1b1b1b;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-3 {
  padding: 160px 0;
}
#index-body .init-3 .left {
  width: 43%;
  vertical-align: bottom;
}
#index-body .init-3 .left i.tag {
  display: block;
  font-size: 18px;
  color: #131313;
  font-weight: 300;
}
#index-body .init-3 .left i.tag:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #959595;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -3px;
}
#index-body .init-3 .left h2 {
  display: block;
  font-size: 92px;
  color: #ff7300;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 15px;
}
#index-body .init-3 .left .text {
  margin: 55px 0 130px;
  font-size: 14px;
  color: #303030;
  line-height: 1.6;
}
#index-body .init-3 .left a.more {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #aaa;
  border-radius: 28px;
  font-size: 16px;
  color: #303030;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .left a.more:hover {
  color: white;
  background: #303030;
}
#index-body .init-3 .right {
  width: 57%;
  padding-left: 5%;
  vertical-align: bottom;
  margin-bottom: 100px;
}
#index-body .init-3 .right ul {
  margin: -15px;
}
#index-body .init-3 .right ul li {
  padding: 15px;
}
#index-body .init-3 .right ul li .box {
  height: 280px;
  line-height: 280px;
  padding: 0 20px;
  background: #f8f8f8;
  text-align: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .right ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index-body .init-3 .right ul li .box .text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#index-body .init-3 .right ul li .box .text i {
  display: block;
}
#index-body .init-3 .right ul li .box .text h3 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #131313;
  line-height: 1;
  margin: 15px 0 5px;
}
#index-body .init-3 .right ul li .box .text p {
  display: block;
  font-size: 16px;
  color: #131313;
  line-height: 1.6;
}
#index-body .init-3 .right ul li:nth-child(2) .box,
#index-body .init-3 .right ul li:nth-child(3) .box {
  background: #ff7300;
}
#index-body .init-3 .right ul li:nth-child(even) .box {
  top: 100px;
}
#index-body .init-4 {
  padding: 220px 0 80px;
  background: #f8f8f8;
  overflow: hidden;
}
#index-body .init-4 h2 {
  display: block;
  font-size: 92px;
  font-weight: bold;
  color: #ff7300;
  line-height: 1;
}
#index-body .init-4 .dots {
  float: right;
  margin-top: -20px;
}
#index-body .init-4 .dots ul li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .dots ul li button {
  display: none;
}
#index-body .init-4 .dots ul li:hover,
#index-body .init-4 .dots ul li.slick-active {
  background: #ff7300;
}
#index-body .init-4 .list {
  padding: 140px 0 100px;
  padding-right: 34%;
  margin-right: -14%;
  padding-left: 40px;
  margin-left: -40px;
  overflow: hidden;
}
#index-body .init-4 .list .slick-list {
  overflow: unset;
}
#index-body .init-4 .list ul {
  margin: 0 -12px;
}
#index-body .init-4 .list ul li {
  padding: 0 12px;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li:hover {
  top: -50px;
}
#index-body .init-4 .list ul li .box {
  display: block;
  -o-box-shadow: 0 3px 43px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 3px 43px rgba(0, 0, 0, 0.09);
  box-shadow: 0 3px 43px rgba(0, 0, 0, 0.09);
  background: white;
  padding: 75px 50px 35px;
}
#index-body .init-4 .list ul li .box p {
  display: block;
  font-size: 18px;
  color: #939393;
  line-height: 1.6;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 84px;
}
#index-body .init-4 .list ul li .box .bottom {
  margin-top: 50px;
  position: relative;
}
#index-body .init-4 .list ul li .box .bottom .img {
  width: 50%;
}
#index-body .init-4 .list ul li .box .bottom .img a {
  width: 130px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 40%;
}
#index-body .init-4 .list ul li .box .bottom .img a img {
  width: 100%;
}
#index-body .init-4 .list ul li .box .bottom .text {
  width: 50%;
}
#index-body .init-4 .list ul li .box .bottom .text h6 {
  font-size: 28px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li .box .bottom .text h6:hover {
  color: #ff7300;
}
#index-body .init-4 .list ul li .box .bottom .text time {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #bfbfbf;
}
#index-body .init-4 .list ul li .box .bottom .text time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
#index-body .init-4 .list ul li .box .bottom .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  height: 26px;
  padding: 0 15px;
  border: 1px solid #b1b1b1;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 15px;
  border-radius: 13px;
}
#index-body .init-4 .list ul li .box .bottom .text a.more:hover {
  color: white;
  background: #111;
}
#index-body .init-4 .list ul .slick-slide {
  position: relative;
  left: -80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul .slick-slide.slick-current {
  left: 0;
}
#index-body .init-4 .list ul .slick-slide.slick-current ~ div {
  left: 0;
}
#index-body .init-4 a.more {
  line-height: 60px;
  height: 60px;
  padding: 0 35px;
  border: 1px solid #aaa;
  border-radius: 29px;
  font-size: 16px;
  color: #303030;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body .init-4 a.more:hover {
  color: white;
  background: #303030;
}
#index-body .init-5 {
  padding: 190px 0 110px;
  background: url("../images/init-5-bg.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-5 .left {
  padding-right: 5%;
}
#index-body .init-5 .left h2 {
  font-size: 92px;
  font-weight: bold;
  color: black;
  line-height: 1;
}
#index-body .init-5 .left .text {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin: 40px 0 20px;
}
#index-body .init-5 .left a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  background: black;
  font-size: 18px;
  color: #fffeff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .left a.more:hover {
  background: white;
  color: black;
}
#index-body .init-5 .left h6 {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.78);
  margin: 50px 0 20px;
}
#index-body .init-5 .left .info ul li {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  color: black;
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
  min-width: 250px;
  width: auto;
}
#index-body .init-5 .left .info ul li i {
  position: absolute;
  left: 0;
  top: -15%;
}
#index-body .init-5 .left .info ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-5 .right {
  padding-left: 5%;
}
#index-body .init-5 .right ul {
  margin: -10px -13px;
}
#index-body .init-5 .right ul li {
  padding: 10px 13px;
}
#index-body .init-5 .right ul li label {
  display: block;
  font-size: 24px;
  color: black;
  margin-bottom: 5px;
  line-height: 1;
}
#index-body .init-5 .right ul li input,
#index-body .init-5 .right ul li textarea,
#index-body .init-5 .right ul li button {
  width: 100%;
  line-height: 24px;
  padding: 25px 15px;
  border: 1px solid #292929;
  background: none;
  font-size: 18px;
}
#index-body .init-5 .right ul li textarea {
  height: 130px;
}
#index-body .init-5 .right ul li.wid-100 {
  width: 100%;
}
#index-body .init-5 .right ul li button {
  margin-top: 50px;
  width: 47%;
  float: right;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  border-radius: 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .right ul li button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
}
#index-body .init-5 .right ul li button:hover {
  background: white;
}

@media screen and (max-width: 1700px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.container{
  width: 100%;
  }
  
  #banner .dots {
    bottom: 10px;
  }
  #banner .box li .content .left h2 {
    font-size: 70px;
  }
  #banner .box li .content .left p {
    margin: 20px 0 40px;
  }
  #index-body .init-1 {
    padding: 100px 0;
  }
  #index-body .init-1 .slide .right .nav-list ul li {
    font-size: 16px;
  }
  #index-body .init-1 .slide .left .img .text h2 {
    font-size: 50px;
  }
  #index-body .init-1 .slide .left .img .text h6 {
    font-size: 34px;
    letter-spacing: 20px;
  }
  #index-body .init-1 .slide .right .pro-list {
    padding: 20px 0 20px 20px;
  }
  #index-body .init-1 .slide:nth-child(even) .right .pro-list {
    padding-right: 20px;
  }
  #index-body .init-1 .slide {
    margin-bottom: 80px;
  }
  #index-body .init-2 h3 {
    font-size: 48px;
  }
  #index-body .init-2 .play {
    margin-top: 50px;
  }
  #index-body .init-2 .play .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .init-2 {
    padding: 70px 0;
  }
  #index-body .init-3 {
    padding: 80px 0;
  }
  #index-body .init-3 .left h2,
  #index-body .init-4 h2,
  #index-body .init-5 .left h2 {
    font-size: 70px;
  }
  #index-body .init-3 .left .text {
    margin: 40px 0 80px;
  }
  #index-body .init-3 .left a.more,
  #index-body .init-4 a.more {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-3 .right ul li .box .text h3 {
    font-size: 24px;
  }
  #index-body .init-3 .right ul li .box .text p {
    font-size: 14px;
  }
  #index-body .init-3 .right ul li .box .text i img {
    max-height: 80px;
  }
  #index-body .init-3 .right ul li:nth-child(even) .box {
    top: 50px;
  }
  #index-body .init-3 .right {
    margin-bottom: 50px;
  }
  #index-body .init-3 .right ul li .box {
    line-height: 240px;
    height: 240px;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-4 .list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #index-body .init-4 .list ul li .box {
    padding: 30px;
  }
  #index-body .init-4 .list ul li .box .bottom .text h6 {
    font-size: 24px;
  }
  #index-body .init-4 .list ul li .box .bottom .img a {
    top: 30%;
  }
  #index-body .init-4 .list ul li .box p {
    font-size: 16px;
    height: 75px;
  }
  #index-body .init-4 .list ul li .box .bottom {
    margin-top: 30px;
  }
  #index-body .init-5 {
    padding: 80px 0;
  }
  #index-body .init-5 .left a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
  #index-body .init-5 .right ul li label {
    font-size: 20px;
  }
  #index-body .init-5 .right ul li input,
  #index-body .init-5 .right ul li textarea,
  #index-body .init-5 .right ul li button {
    padding: 15px;
  }
  #index-body .init-5 .left .info ul li {
    font-size: 16px;
  }
  
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
  
  #banner .box li .content .left h2,
  #index-body .init-3 .left h2,
  #index-body .init-4 h2,
  #index-body .init-5 .left h2 {
    font-size: 58px;
  }
  #banner .dots .share ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  #banner .dots .page {
    font-size: 18px;
  }
  #banner .dots .page i {
    font-size: 24px;
  }
  #index-body .init-1 .slide .right .pro-list ul li h6 {
    font-size: 14px;
  }
  #index-body .init-4 .list ul li .box .bottom .text time {
    font-size: 14px;
  }
  #index-body .init-4 .list ul li .box .bottom .text a.more {
    margin-left: 5px;
  }
  #index-body .init-4 .list ul li .box .bottom .text {
    width: 60%;
  }
  #index-body .init-4 .list ul li .box .bottom .img {
    width: 40%;
  }
  #index-body .init-4 .list ul li .box .bottom .img a {
    max-width: 100%;
  }
  #index-body .init-4 .list {
    padding-top: 50px;
  }
  #index-body .init-5 .left .text {
    font-size: 16px;
    margin-top: 20px;
  }
  #index-body .init-5 .left h6 {
    margin: 30px 0 10px;
  }
  #index-body .init-5 .right ul li button {
    margin-top: 20px;
  }
 
 
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  
  #banner .box li .content .left dl {
    display: none;
  }
  #banner .box li .content .left p {
    margin-bottom: 0;
  }
  #banner .box li .content {
    top: 55%;
  }
  #index-body .init-1 .slide .right .nav-list ul li {
    font-size: 14px;
  }
  #index-body .init-1 .slide .left .img .text h2 {
    font-size: 40px;
  }
  #index-body .init-1 .slide .left .img .text h6 {
    font-size: 28px;
  }
  #index-body .init-1 .slide:after {
    background-size: 100% auto;
  }
  #index-body .init-2 h3 {
    font-size: 40px;
  }
  #banner .box li .content .left h2,
  #index-body .init-3 .left h2,
  #index-body .init-4 h2,
  #index-body .init-5 .left h2 {
    font-size: 48px;
  }
  #index-body .init-3 .right ul li .box .text h3 {
    font-size: 20px;
  }
  #index-body .init-3 .right ul li .box .text p {
    font-size: 13px;
  }
  #index-body .init-3 .right ul li .box {
    height: 260px;
    line-height: 260px;
  }
  #index-body .init-4 .list ul li .box .bottom .img a {
    width: 35%;
  }
  #index-body .init-4 .list ul li .box .bottom .text h6 {
    font-size: 20px;
  }
  #index-body .init-4 .list ul li .box .bottom .text time {
    font-size: 12px;
  }
  #index-body .init-4 .list ul li .box {
    padding: 15px;
  }
  #index-body .init-4 .list ul li .box .bottom .text a.more {
    padding: 0 10px;
  }
  #index-body .init-5 .left .info ul li {
    font-size: 14px;
  }
  #index-body .init-5 .right ul li input,
  #index-body .init-5 .right ul li textarea,
  #index-body .init-5 .right ul li button {
    font-size: 16px;
  }
  #index-body .init-5 .right ul li button img {
    max-width: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }

  #mobile {
    display: block;
  }
  #banner .dots .share {
    display: none;
  }
  #banner .box li .content {
    top: 50%;
  }
  #banner .box li .content .left h2,
  #index-body .init-3 .left h2,
  #index-body .init-4 h2,
  #index-body .init-5 .left h2 {
    font-size: 40px;
  }
  #banner .box li .content .left h2 em:after {
    height: 16px;
  }
  #index-body .init-1 {
    padding: 60px 0;
  }
  #index-body .init-1 .slide .left .img .text h2 {
    font-size: 30px;
  }
  #index-body .init-1 .slide .left .img .text h6 {
    font-size: 20px;
    letter-spacing: 15px;
  }
  #index-body .init-1 .slide .right .nav-list {
    display: none;
  }
  #index-body .init-1 .slide .right .pro-list {
    margin-top: 0;
  }
  #index-body .init-1 .slide {
    margin-bottom: 50px;
  }
  #index-body .init-3 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #index-body .init-3 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .left h2 br {
    display: none;
  }
  #index-body .init-3 .left .text {
    margin: 20px 0 30px;
  }
  #index-body .init-3 .right ul li:nth-child(even) .box {
    top: 0;
  }
  #index-body .init-3 .right {
    margin-bottom: 0;
  }
  #index-body .init-4 .list {
    padding-right: 5%;
    margin-right: -5%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #index-body .init-4 .list ul li .box .bottom .img {
    display: none;
  }
  #index-body .init-4 .list ul li .box .bottom .text {
    width: 100%;
  }
  #index-body .init-4 .list ul li .box p {
    font-size: 14px;
    height: 66px;
  }
  #index-body .init-4 .list ul li .box .bottom .text h6 {
    font-size: 18px;
  }
  #index-body .init-4 .list ul li .box .bottom {
    margin-top: 15px;
  }
  #index-body .init-5 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-5 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  #index-body .init-5 {
    padding: 50px 0;
  }
  
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .box li .content .left h2,
  #index-body .init-3 .left h2,
  #index-body .init-4 h2,
  #index-body .init-5 .left h2 {
    font-size: 32px;
  }
  #banner .box li .content .left p {
    font-size: 14px;
    margin-top: 10px;
  }
  #banner .dots .page:before {
    width: 60px;
  }
  #index-body .init-1 .slide .left {
    width: 100%;
    left: 0 !important;
  }
  #index-body .init-1 .slide .right {
    width: 100%;
    padding: 0 !important;
    margin: 0;
    left: 0 !important;
  }
  #index-body .init-1 .slide .right .pro-list {
    padding: 20px 0 0 !important;
  }
  #index-body .init-1 .slide .left .img .text {
    padding: 0 2% !important;
  }
  #index-body .init-1 .slide .left .img .text h2 {
    font-size: 50px;
  }
  #index-body .init-1 .slide .left .img .text h6 {
    font-size: 36px;
  }
  #index-body .init-2 h3 {
    font-size: 30px;
    margin: 20px 0 10px;
  }
  #index-body .init-5 .left .info ul li i {
    top: -7px;
  }
  #index-body .init-5 .left h6 {
    margin-bottom: 20px;
  }
  #index-body .init-5 .right ul li input,
  #index-body .init-5 .right ul li textarea,
  #index-body .init-5 .right ul li button {
    padding: 10px;
  }
  
  #index-body .init-5 .right ul li label {
    font-size: 18px;
  }
  #index-body .init-4 .dots {
    display: none;
  }
  #index-body .init-3 {
    padding: 40px 0;
  }
  #index-body .init-3 .right ul li {
    padding: 10px;
  }
  #index-body .init-3 .right ul {
    margin: -10px;
  }
  #index-body .init-1 .slide .right .pro-list:after {
    display: none;
  }
  #index-body .init-1 .slide .right .pro-list {
    background: none;
  }
  
}
@media screen and (max-width: 500px) {
  #banner .box li .content .left p {
    display: none;
  }
  #banner .box li .content .left h2 {
    font-size: 26px;
  }
  #banner .box li .content .left h2 em:after {
    height: 10px;
  }
  #index-body .init-1 .slide .left .img .text h2 {
    font-size: 40px;
  }
  #index-body .init-1 .slide .left .img .text h6 {
    font-size: 28px;
  }
  #index-body .init-2 h3 {
    font-size: 28px;
  }
  #index-body .init-2 .play .btn {
    margin-left: 15px;
  }
  #index-body .init-2 .play {
    margin-top: 30px;
  }
  #index-body .init-2 {
    padding: 50px 0;
  }
  #index-body .init-3 .right ul li .box {
    line-height: normal;
    height: auto;
    padding: 20px;
  }
  #index-body .init-5 .right ul li button {
    width: 100%;
    margin-top: 5px;
  }
  #index-body .init-5 .right ul li label {
    font-size: 16px;
  }
  #index-body .init-5 .left .info ul li i {
    max-width: 26px;
    top: -3px;
  }
  #index-body .init-5 .left .info ul li {
    padding-left: 34px;
  }
  #banner .box li .content .left h2,
  #index-body .init-3 .left h2,
  #index-body .init-4 h2,
  #index-body .init-5 .left h2 {
    font-size: 28px;
  }
  #index-body .init-1 .slide .left .img .text h2 {
    font-size: 32px;
  }
  #index-body .init-1 .slide .left .img .text h6 {
    font-size: 22px;
  }
  
}
.inner-banner {
  height: 630px;
  padding-top: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.inner-banner h2 {
  display: block;
  line-height: 1;
  font-size: 94px;
  color: white;
  font-weight: bold;
  text-align: center;
}
.inner-banner .mbx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .mbx .box {
  line-height: 60px;
  padding: 0 25px;
  background: white;
  font-size: 24px;
  font-weight: bold;
  color: #564f3c;
  display: inline-block;
}
.inner-banner .mbx .box a:first-child:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../images/icon-home.png") center center no-repeat;
  margin-top: -5px;
}
.inner-banner .mbx .box span {
  color: #ff7300;
}
.inner-banner .ui.container,
.inner-page .ui.container {
  max-width: 1230px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.inner-page .m-page {
  margin-top: 70px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  line-height: 27px;
  height: 27px;
  border-bottom: 3px solid #c1c1c1;
  font-size: 14px;
  color: black;
  padding: 0 10px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-color: #ff7300;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #ff7300;
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #ff7300;
  border-color: #ff7300;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.about-page i.tag {
  display: block;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 28px;
}
.about-page i.tag:before,
.about-page i.tag:after {
  content: '';
  width: 105px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #959595;
  margin: 0 10px;
  margin-top: -4px;
}
.about-page h2 {
  font-size: 57px;
  color: #ff8521;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.about-page .text {
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.4;
  max-width: 480px;
  display: block;
  margin: 15px auto 0;
  text-align: center;
  font-weight: bold;
}
.about-page .about-1 {
  padding: 130px 0 120px;
}
.about-page .about-1 .left {
  width: 51%;
  vertical-align: middle;
}
.about-page .about-1 .left .img {
  position: relative;
}
.about-page .about-1 .left .img .play {
  position: absolute;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .img .play span {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: white;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .img .play span i {
  border-left: 12px solid #7d7a59;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  display: block;
}
.about-page .about-1 .left .img .play span:after,
.about-page .about-1 .left .img .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: inherit;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .left .img .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .left .img .play h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-left: 15px;
}
.about-page .about-1 .right {
  width: 49%;
  vertical-align: middle;
  padding-left: 4%;
}
.about-page .about-1 .right i.tag {
  margin-bottom: 0;
}
.about-page .about-1 .right i.tag:before {
  display: none;
}
.about-page .about-1 .right h3 {
  font-weight: bold;
  font-size: 33px;
  color: #ff8521;
  line-height: 1.2;
  margin: 15px 0 20px;
}
.about-page .about-1 .right .content {
  display: block;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
}
.about-page .about-2 {
  padding: 130px 0;
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 60%;
  height: 100%;
  background: #232323;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 56px;
  background: url("/ryseals/2021/11/15/about-2-bg-3.jpg") center right no-repeat;
  background-size: 49% auto;
  z-index: -2;
}
.about-page .about-2 i.tag {
  color: white;
}
.about-page .about-2 i.tag:before {
  display: none;
}
.about-page .about-2 .list {
  margin-top: 70px;
}
.about-page .about-2 .list ul li {
  background-position: center center;
  background-size: cover;
  border-right: 1px solid #f4f4f4;
  height: 410px;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
  opacity: 1;
}
.about-page .about-2 .list ul li i {
  width: 66px;
  height: 66px;
  display: block;
  background: url("../images/icon-2-1.png") center center no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li i.ie2 {
  background-image: url('../images/icon-2-2.png');
}
.about-page .about-2 .list ul li i.ie3 {
  background-image: url('../images/icon-2-3.png');
}
.about-page .about-2 .list ul li i.ie4 {
  background-image: url('../images/icon-2-4.png');
}
.about-page .about-2 .list ul li h4 {
  display: block;
  margin: 25px 0;
  font-size: 24px;
  font-weight: bold;
  color: #131313;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li p {
  display: block;
  font-size: 16px;
  color: #777;
  line-height: 1.6;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li:last-child {
  border-right: none;
}
.about-page .about-2 .list ul li:hover:after {
  opacity: 0;
}
.about-page .about-2 .list ul li:hover i {
  background-image: url("../images/icon-2-1-2.png");
}
.about-page .about-2 .list ul li:hover i.ie2 {
  background-image: url("../images/icon-2-2-2.png");
}
.about-page .about-2 .list ul li:hover i.ie3 {
  background-image: url("../images/icon-2-3-2.png");
}
.about-page .about-2 .list ul li:hover i.ie4 {
  background-image: url("../images/icon-2-4-2.png");
}
.about-page .about-2 .list ul li:hover h4,
.about-page .about-2 .list ul li:hover p {
  color: white;
}
.about-page .about-3 {
  padding: 160px 0 100px;
  text-align: center;
}
.about-page .about-3 .list {
  margin-top: 60px;
}
.about-page .about-3 .list ul {
  margin: -12px;
}
.about-page .about-3 .list ul li {
  padding: 12px;
}
.about-page .about-3 .list ul li span {
  width: 166px;
  height: 166px;
  line-height: 166px;
  border-radius: 100%;
  border: 1px #434343 dashed;
  display: block;
  position: relative;
  margin: 0 auto;
}
.about-page .about-3 .list ul li span img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 .list ul li span i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: white;
  border: 1px #434343 dashed;
  font-size: 30px;
  font-weight: bold;
  color: #5f5f5f;
  position: absolute;
  top: 7px;
  right: 0;
  border-radius: 100%;
}
.about-page .about-3 .list ul li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #564f3c;
  margin: 24px 0 12px;
  line-height: 1;
}
.about-page .about-3 .list ul li p {
  display: block;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.4;
  font-weight: bold;
}
.about-page .about-4 {
  padding: 150px 0 130px;
  text-align: center;
  background: #f8f8f8;
}
.about-page .about-4 ul {
  margin: -10px;
}
.about-page .about-4 ul li {
  padding: 10px;
  position: relative;
}
.about-page .about-4 ul li:after {
  content: '';
  height: 70px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #bfbfbf;
}
.about-page .about-4 ul li:last-child:after {
  display: none;
}
.about-page .about-4 ul li h4 {
  display: block;
  font-size: 74px;
  color: #ff8521;
  line-height: .8;
  font-weight: bold;
}
.about-page .about-4 ul li h4 sub,
.about-page .about-4 ul li h4 span {
  font-size: 30px;
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
}
.about-page .about-4 ul li p {
  font-size: 24px;
  color: #564f3c;
  line-height: 1;
  margin-top: 15px;
  font-weight: bold;
}
.about-page .about-5 {
  padding: 90px 0 120px;
  text-align: center;
}
.about-page .about-5 .text {
  max-width: none;
}
.about-page .about-5 .img {
  padding-top: 60px;
  margin: 0 -5%;
}
.about-page .about-5 .img img{
  width: 100%;
}
.history-page {
  padding: 360px 0 80px;
  background: url("../images/history-bg.jpg") center center;
  background-size: cover;
  overflow: hidden;
}
.history-page .list {
  position: relative;
  z-index: 1;
}
.history-page .list:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #b5b5b5;
  position: absolute;
  top: 87px;
  left: 0;
  z-index: -1;
}
.history-page .list .slick-list {
  overflow: unset;
}
.history-page .list ul {
  margin: -15px 0;
}
.history-page .list ul li {
  padding: 15px;
  text-align: center;
}
.history-page .list ul li h3 {
  display: block;
  font-size: 53px;
  color: #2f2f2f;
  font-style: italic;
  line-height: .8;
  padding-bottom: 30px;
  font-weight: 300;
  position: relative;
}
.history-page .list ul li h3:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -6px;
  -o-box-shadow: 0 0 1px 1px #979797;
  -webkit-box-shadow: 0 0 1px 1px #979797;
  box-shadow: 0 0 1px 1px #979797;
  border: 2px solid white;
  background: black;
}
.history-page .list ul li .text {
  padding-top: 30px;
  display: block;
  font-weight: bold;
  color: #444;
  line-height: 1.4;
  font-size: 16px;
  position: relative;
}
.history-page .list ul .slick-slide:nth-child(even) li h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding-bottom: 0;
  padding-top: 30px;
}
.history-page .list ul .slick-slide:nth-child(even) li h3:after {
  top: -6px;
}
.history-page .list ul .slick-slide:nth-child(even) li .text {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-top: 0;
  padding-bottom: 30px;
}
.history-page .btn {
  margin-top: 130px;
  text-align: center;
}
.history-page .btn a {
  display: inline-block;
  vertical-align: middle;
  background: #dcdcdc;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  height: 60px;
  padding: 0 40px;
  margin: 0 -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.history-page .btn a.prev {
  background: #ff8521;
}
.honor-page {
  padding: 130px 0 160px;
  text-align: center;
  overflow: hidden;
}
.honor-page .list {
  margin-top: 70px;
  position: relative;
}
.honor-page .list ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.honor-page .list ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: 90%;
}
.honor-page .list ul .slick-slide + div.slick-active li {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  left: 45%;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 2;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active li {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  left: -45%;
  z-index: 1;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active + div.slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -90%;
}
.honor-page .list ul:last-child {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 78%;
  z-index: -1;
}
.honor-page .list ul:last-child:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(65%, white), color-stop(100%, rgba(255, 255, 255, 0.8)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, white 65%, rgba(255, 255, 255, 0.8) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, white 65%, rgba(255, 255, 255, 0.8) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, white), to(rgba(255, 255, 255, 0.8)));
  background: -moz-linear-gradient(top, white 65%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to bottom, white 65%, rgba(255, 255, 255, 0.8) 100%);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='rgba(255,255,255,.8)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='rgba(255,255,255,.8)', GradientType=0);
  /* 兼容IE5~IE9 */
  left: 0;
  top: 0;
}
.honor-page .list ul:last-child .slick-arrow {
  display: none !important;
}
.honor-page .list ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  background-size: 12px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .list ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 0;
}
.honor-page .list ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 0;
}
.honor-page .list ul .slick-arrow:hover {
  background-color: #ff8521;
}
.quality-page {
  padding: 150px 0;
}
.quality-page i.tag:before {
  display: none;
}
.quality-page h2 {
  position: relative;
  margin-bottom: 40px;
}
.quality-page h2 span {
  display: block;
}
.quality-page h2 em {
  color: black;
  display: inline-block;
  clear: both;
  border-bottom: 5px solid #ff8521;
  padding-bottom: 5px;
}
.quality-page h2:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.quality-page .text {
  font-size: 18px;
  line-height: 1.8;
  max-width: none;
  text-align: left;
}
.quality-page .quality-1 .list {
  margin-top: 70px;
}
.quality-page .quality-1 .list ul li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
.quality-page .quality-1 .list ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: white;
  background: #ff8521;
  font-weight: bold;
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.quality-page .quality-1 .list ul li h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #ff8521;
  line-height: 1.8;
}
.quality-page .quality-1 .list ul li .text {
  font-size: 16px;
}
.quality-page .quality-1 .list ul li .text img {
  margin: 20px 0;
}
.quality-page .quality-1 .list ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-2 {
  padding-top: 160px;
}
.quality-page .quality-2 .list ul {
  margin: -15px;
}
.quality-page .quality-2 .list ul li {
  padding: 15px;
}
.quality-page .quality-2 .list ul li .box {
  display: block;
  -o-box-shadow: 0 0 35px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 35px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 35px rgba(25, 25, 25, 0.11);
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality-page .quality-2 .list ul li .box a.img-box {
  display: block;
}
.quality-page .quality-2 .list ul li .box a.img-box img {
  display: block;
  width: 100%;
}
.quality-page .quality-2 .list ul li .box h5 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.quality-page .quality-2 .list ul li .box:hover {
  color: white;
  background: #ff8521;
}
.process-page {
  padding: 0;
}
.process-page .process-1 {
  padding: 110px 0;
}
.process-page .process-1.bg {
  background: #f1f1f1;
}
.process-page .process-1 h2:before {
  content: attr(data-num);
  font-size: 188px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(190, 169, 115, 0.38);
  text-stroke: 1px rgba(190, 169, 115, 0.38);
  opacity: .42;
  line-height: .8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
}
.process-page .process-1 h2 i {
  color: #ff8521;
}
.process-page .process-1 a.moreBnt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  background: #ff8521;
  color: white;
  font-size: 18px;
  float: right;
  display: block;
  margin-top: -100px;
  z-index: 2;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.process-page .process-1 a.moreBnt:hover {
  background: black;
}
.process-page .process-1 .list {
  margin-top: 40px;
}
.process-page .process-1 .list ul {
  margin: -5px;
}
.process-page .process-1 .list ul li {
  padding: 5px;
}
.process-page .process-1 .list ul li a {
  display: block;
}
.process-page .process-1 .list ul li a img {
  width: 100%;
}
.process-page .process-2 {
  padding: 150px 0;
}
.process-page .process-2 h3 {
  display: block;
  font-size: 92px;
  font-weight: bold;
  color: #ff8521;
  line-height: 1;
}
.process-page .process-2 .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.process-page .process-2 .box {
  position: relative;
  padding: 0 15px;
  text-align: center;
  line-height: 260px;
  height: 260px;
}
.process-page .process-2 .box h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 29px;
  font-weight: bold;
  color: #3d3d3c;
  line-height: 1;
}
.process-page .process-2 .box h5 em {
  display: block;
  color: #ff7300;
  font-size: 24px;
  margin-top: 5px;
}
.process-page .process-2 .box:after,
.process-page .process-2 .box:before {
  content: '';
  position: absolute;
}
.process-page .process-2 .box:after {
  border-top: 1px solid #ff7300;
  border-bottom: 1px solid #ff7300;
  width: 106%;
  height: 100%;
  left: -3%;
  top: 0;
}
.process-page .process-2 .box:before {
  border-left: 1px solid #ff7300;
  border-right: 1px solid #ff7300;
  width: 100%;
  height: 106%;
  left: 0;
  top: -3%;
}
.process-page .process-2 .list ul {
  margin: -17px;
}
.process-page .process-2 .list ul li {
  padding: 17px;
}
.process-page .process-2 .list ul li:nth-child(1) {
  width: 66.666%;
}
.product-page {
  padding: 100px 0 160px;
}
.product-page .sidebarBox .left {
  width: 30%;
  padding-right: 30px;
}
.product-page .sidebarBox .left .box {
  padding: 35px 20px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.product-page .sidebarBox .left .box:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .left .box h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.product-page .sidebarBox .left .box h4:after {
  content: '';
  width: 72px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  background: #ff7300;
}
.product-page .sidebarBox .left .box .list {
  padding-top: 20px;
}
.product-page .sidebarBox .left .box .list ul li {
  background: white;
}
.product-page .sidebarBox .left .box .list ul li>ul{
  display: none;
}
.product-page .sidebarBox .left .box .list ul li a {
  display: block;
  padding: 15px;
  padding-right: 25px;
  background: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  position: relative;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .left .box .list ul li a i {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s opacity;
  -moz-transition: .5s opacity;
  transition: .5s opacity;
}
.product-page .sidebarBox .left .box .list ul li a i:after {
  content: '+';
}
.product-page .sidebarBox .left .box .list ul li a:hover {
  color: white;
  background: #ff7300;
  text-align: left;
}
.product-page .sidebarBox .left .box .list ul li a:hover i {
  opacity: 1;
}
.product-page .sidebarBox .left .box .info {
  margin-top: 20px;
}
.product-page .sidebarBox .left .box .info ul li {
  margin-bottom: 17px;
}
.product-page .sidebarBox .left .box .info ul li a {
  padding: 15px 10px 15px 55px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  display: block;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
}
.product-page .sidebarBox .left .box .info ul li a i {
  position: absolute;
  left: 12px;
  top: 8px;
  max-width: 34px;
}
.product-page .sidebarBox .left .box .info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .right {
  width: 70%;
}
.product-page .sidebarBox .right .list ul {
  margin: -6px;
}
.product-page .sidebarBox .right .list ul li {
  padding: 6px;
}
.product-page .sidebarBox .right .list ul li a.img-box {
  display: block;
}
.product-page .sidebarBox .right .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
  /* 兼容IE5~IE9 */
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .right .list ul li a.img-box img {
  width: 100%;
}
.product-page .sidebarBox .right .list ul li a.img-box i.fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff7300;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.product-page .sidebarBox .right .list ul li a.img-box h6 {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  line-height: 1;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  width: 100%;
}
.product-page .sidebarBox .right .list ul li a.img-box h6 small {
  display: block;
  font-size: 12px;
  color: #c0ac79;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-page .sidebarBox .right .list ul li a.img-box:hover:after {
  opacity: 1;
}
.product-page .sidebarBox .right .list ul li a.img-box:hover i.fa,
.product-page .sidebarBox .right .list ul li a.img-box:hover h6 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.prodet-page {
  padding: 140px 0 100px;
}
.prodet-page .prodet-1 .left {
  width: 40%;
}
.prodet-page .prodet-1 .left .bigImg {
  display: block;
}
.prodet-page .prodet-1 .left .bigImg img {
  width: 100%;
}
.prodet-page .prodet-1 .left .bigImg a {
  display: block;
  position: relative;
}
.prodet-page .prodet-1 .left .bigImg a:after {
  content: "\f07d";
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  text-align: center;
  background: #444;
  color: white;
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-family: "FontAwesome";
  font-size: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .left .small {
  margin-top: 17px;
  padding: 0 10%;
}
.prodet-page .prodet-1 .left .small ul {
  margin: 0 -3px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 0 3px;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
}
.prodet-page .prodet-1 .left .small ul li a img {
  width: 100%;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  border: none;
  background: none;
  position: absolute;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  color: #777;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev {
  left: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next {
  right: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:hover:after {
  color: #ff7300;
}
.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 4%;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  font-size: 14px;
  font-family: "Arial";
  color: #4e4e4e;
  line-height: 1.4;
}
.prodet-page .prodet-1 .right .content strong {
  font-weight: bold;
  color: black;
}
.prodet-page .prodet-1 .right .content em {
  color: black;
}
.prodet-page .prodet-1 .right .btn {
  display: block;
  margin: 45px 0 20px;
  padding: 35px 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 10px;
  padding: 0 25px;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #ff7300;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .share h5 {
  display: inline-block;
  vertical-align: middle;
  font-family: "Arial";
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 13px;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #ff7300;
}
.prodet-page .prodet-2 {
  padding: 40px 0 90px;
}
.prodet-page .prodet-2 .nav-list {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .nav-list ul li {
  margin: 0 18px;
  font-size: 15px;
  font-family: "Arial";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  position: relative;
}
.prodet-page .prodet-2 .nav-list ul li:after {
  content: '';
  width: 0;
  height: 2px;
  background: #ff7300;
  position: absolute;
  bottom: -17px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .nav-list ul li:hover,
.prodet-page .prodet-2 .nav-list ul li.active {
  color: black;
  font-weight: bold;
}
.prodet-page .prodet-2 .nav-list ul li:hover:after,
.prodet-page .prodet-2 .nav-list ul li.active:after {
  width: 100%;
}
.prodet-page .prodet-2 .det-content {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .det-content table {
  margin: 0;
}

.prodet-page .prodet-2 .det-content table td {
  padding: 10px;
  border-color: #9c9c9c;
}
.prodet-page .prodet-3 h3 {
  display: block;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.prodet-page .prodet-3 h3:after {
  content: '';
  width: 58px;
  height: 2px;
  display: block;
  margin: 7px auto 0;
  background: #ff7300;
}
.prodet-page .prodet-3 .list {
  margin-top: 26px;
}
.prodet-page .prodet-3 .list ul {
  margin: -13px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 13px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.prodet-page .prodet-3 .list ul li h6 {
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  color: #1b1b1b;
  font-family: "Arial";
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .list ul li:hover h6 {
  color: #ff7300;
}
.contact-page .contact-1 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #ff7300;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #ff7300;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-weight: bold;
  font-size: 22px;
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 80px;
}
.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.gallery-page {
  padding: 120px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li:hover h5 {
  color: #ff7300;
}
.news-page {
  padding: 100px 0;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 15px;
  border: 1px solid #eee;
  font-family: "Arial";
}
.news-page .list ul li .content h4 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
.news-page .list ul li .content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
  color: white;
  background: #ff7300;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.service-page {
  margin-bottom: 170px;
}
.service-page .list {
  padding: 60px 0 100px;
}
.service-page .list ul {
  margin: 0 -50px;
}
.service-page .list ul li {
  padding: 0 50px;
  text-align: center;
  position: relative;
}
.service-page .list ul li:after {
  content: '==>';
  font-size: 28px;
  color: #ff7300;
  font-weight: bold;
  position: absolute;
  top: 65px;
  left: 100%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap;
letter-spacing: 5px;
line-height: 1;
}
.service-page .list ul li:last-child:after {
  display: none;
}
.service-page .list ul li h6 {
  font-size: 28px;
  color: #ff7300;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: bold;
  word-break: initial;
}
.service-page .qr-list ul {
  margin: -10px;
}
.service-page .qr-list ul li {
  padding: 10px;
}
.service-page .qr-list ul li .box {
  padding: 45px 25px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.service-page .qr-list ul li .box .img {
  width: 40%;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text {
  width: 60%;
  padding-left: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text h3 {
  font-size: 42px;
  color: #131313;
  margin-bottom: 10px;
  line-height: 1;
}
.service-page .qr-list ul li .box .text p {
  font-size: 18px;
  color: #131313;
  line-height: 1.6;
}
.service-page .qr-list ul li .box .text p em {
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .newdet-page,
  .news-page,
  .gallery-page,
  .faq-page,
  .product-page,
  .honor-page {
    padding: 60px 0;
  }
  .inner-banner {
    height: 400px;
    padding-top: 180px;
  }
  .inner-banner h2,
  .process-page .process-2 h3 {
    font-size: 60px;
  }
  .inner-banner .mbx .box {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 14px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 14px;
    margin: 2px 5px;
  }
  .prodet-page .prodet-2 {
    padding: 40px 0;
  }
  .product-page .sidebarBox .left .box h4 {
    font-size: 20px;
  }
  .product-page .sidebarBox .left .box .list ul li a {
    font-size: 16px;
  }
  .product-page .sidebarBox .left .box .info ul li a {
    font-size: 14px;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .about-page h2 {
    font-size: 48px;
  }
  .quality-page .text {
    font-size: 16px;
  }
  .process-page .process-1,
  .process-page .process-2,
  .quality-page,
  .about-page .about-1 {
    padding: 80px 0;
  }
  .process-page .process-2 .box h5 {
    font-size: 24px;
  }
  .process-page .process-2 .box h5 em {
    font-size: 36px;
  }
  .quality-page .quality-2 {
    padding-top: 100px;
  }
  .quality-page .quality-2 .list ul li .box h5 {
    font-size: 28px;
  }
  .history-page .list ul li h3 {
    font-size: 46px;
  }
  .history-page {
    padding-top: 300px;
    font-size: 14px;
  }
  .history-page .btn a {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .about-page .about-1 .left .img .play h6 {
    font-size: 20px;
  }
  .about-page .about-1 .right h3 {
    font-size: 26px;
  }
  .about-page .about-1 .right .content {
    max-height: 400px;
    overflow: auto;
  }
  .about-page .about-2 {
    padding: 80px 0;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
  .about-page .about-2 .list ul li {
    padding-top: 40px;
    height: 360px;
  }
  .about-page .about-2 .list ul li h4 {
    font-size: 20px;
    margin: 10px 0;
  }
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-2:after {
    background-size: 70% auto;
  }
  .about-page .about-3 {
    padding: 120px 0 60px;
  }
  .about-page .about-3 .list ul li span {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .about-page .about-3 .list ul li span img {
    max-height: 40px;
    max-width: 40px;
  }
  .about-page .about-3 .list ul li span i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .about-page .about-3 .list ul li h4 {
    font-size: 20px;
  }
  .about-page .about-3 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-page .about-4 ul li h4 {
    font-size: 54px;
  }
  .about-page .about-4 ul li p {
    font-size: 20px;
  }
  .about-page .about-5 .img {
    margin: 0;
  }
  .about-page .about-5 {
    padding: 70px 0;
  }
  .process-page {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    height: 240px;
    overflow: hidden;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-1 .right .content {
    overflow: unset;
  }
  .about-page h2 {
    font-size: 40px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    height: 240px;
  }
  .about-page .about-3 .list ul li,
  .about-page .about-4 ul li {
    width: 50% !important;
  }
  .about-page .about-4 ul li:nth-child(2):after {
    display: none;
  }
  .history-page .list ul li .text {
    font-size: 14px;
  }
  .history-page .list ul li h3 {
    font-size: 40px;
  }
  .history-page .list:after {
    top: 76px;
  }
  .history-page .btn {
    margin-top: 70px;
  }
  .quality-page .quality-2 .list ul li .box h5 {
    font-size: 20px;
  }
  .process-page .process-1 h2:before {
    font-size: 150px;
  }
  .process-page {
    padding: 0;
  }
  .inner-banner h2,
  .process-page .process-2 h3 {
    font-size: 42px;
  }
  .process-page .process-2 .box h5 {
    font-size: 20px;
  }
  .process-page .process-2 .box h5 em {
    font-size: 28px;
  }
  .product-page .sidebarBox .left {
    display: none;
  }
  .product-page .sidebarBox .right {
    width: 100%;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-banner {
    height: 320px;
    padding-top: 140PX;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 12px;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin: 15px 0;
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    font-size: 14px;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    margin-top: 20px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .map {
    margin-top: 50px;
  }
  .faq-page ul li h4 {
    font-size: 18px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
  .gallery-page .list ul li h5 {
    font-size: 16px;
  }
  .news-page .list ul li .content h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content p {
    font-size: 13px;
    margin: 10px 0;
  }
  .news-page .list ul li .content a.more {
    font-size: 12px;
    padding: 0 15px;
  }
  .about-page .about-1 .right .content {
    max-height: none;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    position: static;
    color: black;
        -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    margin-top: 15px;
  }
}
@media screen and (max-width: 700px) {
  .phone_side{
    padding: 5px;
    background: #e6e6e6;
    display: block;
  }
  .inner-banner .mbx {
    display: none;
  }
  .inner-banner {
    height: 260px;
    padding-top: 100px;
  }
  .inner-banner h2,
  .process-page .process-2 h3 {
    font-size: 34px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 24px;
  }
  .about-page h2 {
    font-size: 32px;
  }
  .process-page .process-1 h2:before {
    font-size: 120px;
  }
  .process-page .process-2 .list ul li:nth-child(1) {
    width: 100%;
  }
  .process-page .process-2 .box {
    height: 200px;
    line-height: 200px;
  }
  .quality-page .quality-1 .list ul li h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  .quality-page .quality-2 .list ul li .box h5 {
    font-size: 18px;
    padding: 10px;
  }
  .quality-page .quality-2 .list ul li {
    padding: 5px;
  }
  .quality-page .quality-2 .list ul {
    margin: -5px;
  }
  .about-page .about-2,
  .about-page .about-3 {
    display: none;
  }
  .about-page .about-4 ul li h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 200px;
    padding-top: 80px;
  }
  .process-page .process-1,
  .process-page .process-2,
  .quality-page,
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .right h3 {
    font-size: 22px;
  }
  .about-page .about-4 ul li h4 {
    font-size: 28px;
  }
  .about-page .about-4 ul li p {
    font-size: 16px;
  }
  .about-page i.tag:before,
  .about-page i.tag:after {
    width: 20px;
  }
  .about-page h2 {
    font-size: 28px;
  }
  .about-page .about-5 .img {
    padding-top: 40px;
  }
  .history-page {
    padding-top: 200px;
  }
  .history-page .btn a {
    padding: 0 20px;
  }
  .honor-page .list ul .slick-slide li {
    left: 0 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .honor-page .list {
    margin-top: 40px;
  }
  .process-page .process-1 a.moreBnt {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right .btn a {
    margin: 2px;
    padding: 0 5px;
  }
  .prodet-page .prodet-2 .nav-list {
    display: none;
  }
  .prodet-page .prodet-2 .det-content .slide {
    display: block !important;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .det-content .slide:last-child {
    margin-bottom: 0;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}
