@font-face {
  font-family: efont;
  src: url(../font/league.ttf);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

a {
  text-decoration: none;
  border: none;
  -webkit-tap-highlight-color: #2e4e40;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  color: #2e4e40;
  cursor: pointer;
}

a:hover {
  color: #FE931f #3B9555 #59c3ff #F9243D !important;
}

ul, dl, dt, dd, ul li {
  list-style: none;
}

button, select, label, textarea, span {
  border: none;
  -webkit-tap-highlight-color: #2e4e40;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

input, textarea {
  font-size: 14px;
}

img {
  border: 0;
}

em {
  font-style: normal;
}

::-moz-placeholder {
  font-size: 12px;
}

::-webkit-input-placeholder {
  font-size: 12px;
}

body, html {
  height: 100%;
  font-family: "Microsoft Yahei","微软雅黑";
  background: #f8f8f8;
  min-width: 1200px;
}

.header-box {
  width: 100%;
  clear: both;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
  background: #666;
}

.header-box.header-box {
  border-bottom: solid 1px #ededed;
  background: #ffffff;
  position: relative;
}

.header-box .header {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.header-box .header a.logo {
  float: left;
  height: 60px;
  width: 200px;
  padding-top: 5px;
  text-align: left;
}

.header-box .header a.logo img {
  height: 32px;
  width: auto;
  padding-top: 10px;
}

.header-box .header div.menu {
  width: 1000px;
  height: 60px;
  float: right;
  text-align: right;
  padding-left: 100px;
}

.header-box .header div.menu div.menu-list {
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-left: 10px;
  font-size: 14px;
  overflow: hidden;
}

.header-box .header div.menu div.menu-list i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.header-box .header div.menu div.menu-list a {
  font-size: 16px;
}

.header-box .header div.menu div.menu-list div.sd-menu {
  position: relative;
  width: 100%;
  background: white;
  text-align: center;
  top: -5px;
  padding: 10px 10px 5px 10px;
  border-bottom: solid 1px #ededed;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-box .header div.menu div.menu-list div.sd-menu:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  position: absolute;
  top: -18px;
  left: 60px;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #ffffff;
  border-left: solid 10px transparent;
}

.header-box .header div.menu div.menu-list div.sd-menu a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.header-box .header div.menu div.menu-list div.sd-menu a:hover {
  background: #ededed;
}

.header-box .header div.menu div.menu-list:hover {
  overflow: visible;
}

.header-box .header div.menu div.menu-list:hover div.sd-menu {
  opacity: 1;
}

.focus {
  height: 500px;
  overflow: hidden;
  margin-bottom: 0px;
  width: 1200px;
  border-radius: 10px;
  background: #ccc;
}

.focus .swiper-wrapper {
  height: 700px;
  overflow: hidden;
  background: #333;
}

.focus .swiper-wrapper .swiper-slide {
  height: 700px;
  overflow: hidden;
  position: relative;
}

.focus .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 1200px;
  height: 500px;
  top: 0;
  left: -600px;
  margin-left: 50%;
}

.focus .swiper-button-next, .focus .swiper-button-prev {
  color: #fff !important;
  width: 50px !important;
}

.focus .swiper-button-next:after, .focus .swiper-button-prev:after {
  font-size: 30px;
}

.focus .swiper-pagination-bullet {
  background: #ffffff;
}

.focus.index-focus {
  height: 800px;
}

.focus.index-focus .swiper-wrapper {
  height: 800px;
}

.focus.index-focus .swiper-wrapper .swiper-slide {
  height: 800px;
}

.focus.index-focus .swiper-wrapper .swiper-slide img {
  height: 800px;
}

.focus2 {
  height: 500px;
  overflow: hidden;
  margin-bottom: 0px;
  width: 1200px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.focus2 .swiper-wrapper {
  height: 500px;
  overflow: hidden;
}

.focus2 .swiper-wrapper .swiper-slide {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.focus2 .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 1200px;
  height: 500px;
  top: 0;
  left: -600px;
  margin-left: 50%;
}

.focus2 .swiper-button-next, .focus2 .swiper-button-prev {
  color: #fff !important;
  width: 50px !important;
}

.focus2 .swiper-button-next:after, .focus2 .swiper-button-prev:after {
  font-size: 30px;
}

.focus2 .swiper-pagination-bullet {
  background: #ffffff;
}

.focus-list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.focus-list span {
  margin: 0 5px;
  height: 14px;
  width: 14px;
  background: #548e75;
}

.focus-small {
  height: 240px;
  overflow: hidden;
  margin-bottom: 0px;
  width: 1200px;
  border-radius: 10px;
  clear: both;
  margin-bottom: 30px;
}

.focus-small .swiper-wrapper {
  height: 240px;
  overflow: hidden;
}

.focus-small .swiper-wrapper .swiper-slide {
  height: 240px;
  overflow: hidden;
  position: relative;
}

.focus-small .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 1200px;
  height: 240px;
  top: 0;
  left: -600px;
  margin-left: 50%;
}

.focus-small .swiper-button-next, .focus-small .swiper-button-prev {
  color: #fff !important;
  width: 50px !important;
}

.focus-small .swiper-button-next:after, .focus-small .swiper-button-prev:after {
  font-size: 30px;
}

.focus-small .swiper-pagination-bullet {
  background: #ffffff;
}

.focus-products {
  height: 240px;
  overflow: hidden;
  width: 1200px;
  border-radius: 10px;
  clear: both;
  margin-bottom: 0px;
}

.focus-products .swiper-wrapper {
  height: 240px;
  overflow: hidden;
}

.focus-products .swiper-wrapper .swiper-slide {
  height: 240px;
  overflow: hidden;
  position: relative;
}

.focus-products .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 1200px;
  height: 240px;
  top: 0;
  left: -600px;
  margin-left: 50%;
}

.focus-products .swiper-button-next, .focus-products .swiper-button-prev {
  color: #fff !important;
  width: 50px !important;
}

.focus-products .swiper-button-next:after, .focus-products .swiper-button-prev:after {
  font-size: 30px;
}

.focus-products .swiper-pagination-bullet {
  background: #ffffff;
}

.focus-products-list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.focus-products-list span {
  margin: 0 5px;
  height: 14px;
  width: 14px;
  background: #548e75;
}

.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 5px;
}

.btn.btn-main {
  background: #2e4e40;
  color: #ffffff;
}

.btn.btn-main:hover {
  background: #416e5a;
}

.index-newpics {
  width: 1200px;
  margin: 0 auto 30px;
  height: 700px;
  background: #666;
  border-radius: 10px;
  overflow: hidden;
}

.index-newpics .imglist {
  height: 350px;
  width: 600px;
  float: left;
  background: #999;
}

.index-newpics .imglist img {
  width: 600px;
  height: 350px;
}

.index-video {
  width: 1200px;
  margin: 0 auto 50px;
  background: #fff;
  height: 540px;
  background: #2e4e40;
  border-radius: 10px;
  overflow: hidden;
}

.index-video .video-text {
  width: 400px;
  height: 540px;
  padding: 70px 50px 0 70px;
  float: left;
  position: relative;
}

.index-video .video-text p {
  color: #fff;
  line-height: 2rem;
}

.index-video .video-text .video-logo {
  width: 280px;
  position: absolute;
  bottom: 70px;
}

.index-video .video-box {
  float: right;
  height: 540px;
  width: 800px;
  padding-top: 70px;
}

.index-video .video-box .videoplayer {
  width: 720px;
  height: 405px;
}

.footer-box {
  width: 100%;
  background: #2e4e40;
  font-size: 12px;
  text-align: center;
  clear: both;
}

.footer {
  width: 1200px;
  height: 270px;
  padding-top: 40px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background: url(../image/logo-white.png) no-repeat 1050px 50px;
  background-size: 150px auto;
}

.footer .links {
  width: 100%;
  height: 50px;
  text-align: left;
}

.footer .links .wechat, .footer .links .tmall {
  width: 200px;
  height: 50px;
  float: left;
  margin-right: 5px;
  position: relative;
  padding-left: 65px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .links .wechat img, .footer .links .tmall img {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.footer .links .wechat .wechat-code, .footer .links .tmall .wechat-code {
  width: 140px;
  height: 140px;
  background: #fff;
  border: solid 1px #f8f8f8;
  position: absolute;
  top: 60px;
  left: 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .links .wechat .wechat-code img, .footer .links .tmall .wechat-code img {
  height: 140px;
  width: 140px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.footer .links .wechat:hover .wechat-code, .footer .links .tmall:hover .wechat-code {
  display: block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .address {
  padding-top: 20px;
  color: #999;
  font-size: 14px;
  text-align: left;
}

.footer .address p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #548e75;
}

.footer .footer-link {
  padding-top: 20px;
  text-align: left;
}

.footer .footer-link a {
  margin-right: 20px;
  font-size: 12px;
  color: #548e75;
}

.footer .footer-link a:hover {
  color: #ffffff;
}

.footer .footer-logo {
  width: 150px;
  position: absolute;
  top: 50px;
  right: 0;
}

.culture-box {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.culture-box .culture {
  width: 1200px;
  height: 660px;
  overflow: hidden;
  margin: 0 auto;
  background: #2e4e40;
  padding: 30px 50px 10px;
  border-radius: 10px;
}

.culture-box .culture .title {
  padding-bottom: 30px;
  color: #ffffff;
}

.culture-box .culture .title h3 {
  font-weight: bold;
  font-size: 28px;
}

.culture-box .culture .left {
  width: 450px;
  height: 550px;
  float: left;
}

.culture-box .culture .left .logo {
  background: #253e33;
  height: 275px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.culture-box .culture .left .products {
  background: #253e33;
  height: 240px;
  overflow: hidden;
  border-radius: 5px;
}

.culture-box .culture .right {
  width: 635px;
  height: 530px;
  float: right;
  background: #253e33;
  overflow: hidden;
  border-radius: 5px;
}

.products-box {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.products-box .products {
  width: 1200px;
  margin: 0 auto;
  background: url(../image/JQRQ1nGzIylojf2nkQzilxOF68XKmLjj.png) no-repeat right top;
  padding: 80px 50px 40px;
  position: relative;
  height: 650px;
  border-radius: 10px;
  overflow: hidden;
}

.products-box .products .title {
  padding-bottom: 20px;
  color: #2e4e40;
  display: none;
}

.products-box .products .title h3 {
  font-weight: bold;
  font-size: 28px;
}

.products-box .hot-products {
  width: 1100px;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.products-box .hot-products .swiper-slide {
  height: 310px;
  padding: 15px;
}

.products-box .hot-products .swiper-slide a.pimg {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}

.products-box .hot-products .swiper-slide a.pimg img {
  width: 100%;
  height: auto;
}

.products-box .hot-products .swiper-slide a.pimg div.tips {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 100px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 0;
  overflow: hidden;
}

.products-box .hot-products .swiper-slide a.pimg div.tips p {
  background: #F9243D;
  width: 50%;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  margin-left: 25%;
  border-radius: 5px;
}

.products-box .hot-products .swiper-slide a.pimg:hover div.tips {
  opacity: 1;
  height: 245px;
}

.products-box .hot-products .swiper-slide a.pname {
  font-size: 14px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.products-box .hot-products-list {
  text-align: center;
  width: 1100px;
  line-height: 30px;
  position: relative;
  margin-bottom: 20px;
}

.products-box .hot-products-list span {
  margin: 0 5px;
  background: #548e75;
}

.products-box .swiper-button-next {
  right: 10px;
  top: 43%;
  height: 60px;
  width: 40px;
  text-align: center;
}

.products-box .swiper-button-prev {
  left: 10px;
  top: 43%;
  height: 60px;
  width: 40px;
  text-align: center;
}

.products-box .swiper-button-next:after, .products-box .swiper-button-prev:after {
  font-size: 30px;
  color: #2e4e40;
}

.products-box .btn-box {
  clear: both;
  text-align: center;
}

.text {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff url(../image/textbg.png) repeat-y 0 0;
  background-size: 260px 1px;
  min-height: 400px;
  border-radius: 15px;
  margin-bottom: 50px;
  position: relative;
  padding: 30px;
}

.text .text-menu {
  width: 200px;
  background: #2e4e40;
  padding: 20px 20px 10px;
  border-radius: 10px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.text .text-menu a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 3px;
}

.text .text-menu a:hover, .text .text-menu a.active {
  background: #416e5a;
}

.text .text-info {
  min-height: 500px;
  margin-left: 270px;
}

.text .text-info .text-box {
  padding: 24px 10px 50px 0;
  border-bottom: solid 1px #2e4e40;
  position: relative;
}

.text .text-info .text-box:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
}

.text .text-info h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #2e4e40;
  height: 24px;
  line-height: 24px;
  border-left: solid 10px #2e4e40;
  padding-left: 20px;
}

.text .text-info h3 span {
  font-family: efont;
  font-size: 30px;
  position: absolute;
  top: -10px;
  right: 0px;
  padding-left: 10px;
  float: left;
  background: #ffffff;
}

.text .text-info p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 10px;
}

.text .text-info p img {
  width: 100%;
  border-radius: 5px;
  margin: 10px 0;
}

.contact {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  min-height: 430px;
  border-radius: 15px;
  margin-bottom: 50px;
  position: relative;
  padding: 30px;
}

.contact .map {
  width: 500px;
  position: absolute;
}

.contact .map img {
  width: 500px;
}

.contact .contact-box {
  border-bottom: solid 1px #2e4e40;
  position: relative;
  margin-left: 550px;
}

.contact .contact-box:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
}

.contact .contact-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #2e4e40;
  height: 24px;
  line-height: 24px;
  border-left: solid 10px #2e4e40;
  padding-left: 20px;
  margin-bottom: 40px;
}

.contact .contact-box h3 span {
  font-family: efont;
  font-size: 30px;
  position: absolute;
  top: -10px;
  right: 0px;
  padding-left: 10px;
  float: left;
  background: #ffffff;
}

.contact .contact-box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2e4e40;
}

.contact .contact-box p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 10px;
}

.contact .contact-box p img {
  width: 100%;
  border-radius: 5px;
  margin: 10px 0;
}

.news {
  width: 1240px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  padding-left: 3px;
}

.news:after {
  content: "";
  clear: both;
  display: block;
}

.news h2 {
  text-align: center;
  font-size: 32px;
  width: 100%;
  margin-bottom: 10px;
  color: #2e4e40;
  padding-top: 20px;
}

.news .news-list {
  width: 278px;
  float: left;
  padding: 15px;
  background: #ffffff;
  margin: 15px;
  border-radius: 5px;
  border: solid 1px #ededed;
}

.news .news-list a {
  display: block;
  overflow: hidden;
}

.news .news-list a.news-img {
  margin-bottom: 5px;
  width: 245px;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
  display: inline-block;
}

.news .news-list a.news-text {
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 245px;
}

.news .news-list img {
  width: 100%;
  text-algin: center;
}

.news .news-list p {
  font-size: 12px;
  padding-top: 10px;
  border-top: solid 1px #ededed;
  color: #999;
}

.newsinfo {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff url(../image/textbg.png) repeat-y right 0;
  background-size: 280px 1px;
  min-height: 430px;
  margin-bottom: 50px;
  position: relative;
}

.newsinfo:after {
  content: "";
  clear: both;
  display: block;
}

.newsinfo .news-right-list {
  float: left;
  width: 280px;
  min-height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px 20px;
}

.newsinfo .news-right-list .news-list {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.newsinfo .news-right-list .news-list a.news-img {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin-bottom: 5px;
}

.newsinfo .news-right-list .news-list a.news-img img {
  width: 100%;
}

.newsinfo .news-right-list .news-list a.news-text {
  font-size: 14px;
}

.newsinfo .news-right-list .news-list p {
  font-size: 12px;
}

.newsinfo .news-info-text {
  padding: 50px;
  margin-right: 280px;
  position: relative;
}

.newsinfo .news-info-text:after {
  content: "";
  clear: both;
  display: block;
}

.newsinfo .news-info-text .newstime {
  margin-bottom: 20px;
  height: 30px;
  font-size: 12px;
  border-bottom: solid 1px #ededed;
  line-height: 20px;
  position: absolute;
  height: 30px;
  padding: 0 20px;
  background: #2e4e40;
  top: 0;
  line-height: 30px;
  color: #ffffff;
  border-radius: 0 0 5px 5px;
}

.newsinfo .news-info-text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #2e4e40;
  line-height: 30px;
  border-left: solid 10px #2e4e40;
  padding-left: 20px;
  margin-bottom: 30px;
}

.newsinfo .news-info-text h3 span.tag {
  font-family: efont;
  font-size: 30px;
  position: absolute;
  top: -10px;
  right: 0px;
  padding-left: 10px;
  float: left;
  background: #ffffff;
}

.newsinfo .news-info-text h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2e4e40;
}

.newsinfo .news-info-text p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 10px;
}

.newsinfo .news-info-text p img {
  width: 100%;
  border-radius: 5px;
  margin: 10px 0;
  float: left;
}

.products-nav {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  background: #2e4e40;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.products-nav a {
  font-size: 14px;
  color: #8dbba7;
  line-height: 60px;
  float: left;
  height: 60px;
  width: 140px;
  position: relative;
  text-align: center;
  border-bottom: solid 4px transparent;
  border-right: solid 1px #375e4d;
  border-left: solid 1px #253e33;
}

.products-nav a:first-child {
  border-left: 0 !important;
}

.products-nav a:last-child {
  border-right: 0 !important;
}

.products-nav a:after {
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  top: 60px;
  left: 65px;
  border-top: solid 8px #2e4e40;
  border-right: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
  display: none;
}

.products-nav a.active {
  border-bottom: solid 4px #2e4e40;
  color: #ffffff;
}

.products-nav a.active:after {
  display: block;
}

.products-nav a i {
  margin-right: 5px;
  font-size: 18px;
}

.products-list-box {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 50px;
  position: relative;
  padding: 20px;
}

.products-list-box:after {
  content: "";
  clear: both;
  display: block;
}

.products-list-box .product-list {
  width: 260px;
  height: 300px;
  float: left;
  margin: 15px;
}

.products-list-box .product-list a.pimg {
  width: 260px;
  height: 260px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.products-list-box .product-list a.pimg img {
  width: 260px;
  height: 260px;
}

.products-list-box .product-list a.pname {
  font-size: 14px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}

.products-show-box {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  min-height: 300px;
}

.products-show-box:after {
  content: "";
  clear: both;
  display: block;
}

.products-show-box .products-show-info {
  float: left;
  width: 1000px;
  background: #ffffff;
}

.products-show-box .products-show-info .products-main-info {
  height: 460px;
  width: 460px;
  padding: 30px;
  float: left;
}

.products-show-box .products-show-info .products-main-info .gallery-top {
  width: 390px;
  height: 390px;
  float: left;
}

.products-show-box .products-show-info .products-main-info .gallery-top .swiper-slide {
  height: 390px;
  width: 390px;
}

.products-show-box .products-show-info .products-main-info .gallery-top .swiper-slide img {
  height: 390px;
  width: 390px;
}

.products-show-box .products-show-info .products-main-info .gallery-thumbs {
  float: right;
  height: 400px;
  width: 80px;
  padding: 0;
  display: none;
}

.products-show-box .products-show-info .products-main-info .gallery-thumbs .swiper-wrapper {
  height: 400px;
  width: 100px;
  display: block;
}

.products-show-box .products-show-info .products-main-info .gallery-thumbs .swiper-wrapper .swiper-slide {
  height: 70px;
  margin-bottom: 10px;
  width: 70px !important;
  clear: both;
  overflow: hidden;
}

.products-show-box .products-show-info .products-main-info .gallery-thumbs .swiper-wrapper .swiper-slide img {
  height: 70px;
  width: 70px;
}

.products-show-box .products-main-text {
  width: 500px;
  height: 460px;
  float: right;
  padding: 120px 30px 30px 0;
}

.products-show-box .products-main-text h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.products-show-box .products-main-text h4 {
  font-size: 16px;
  font-weight: bold;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  padding: 10px 0;
  margin-bottom: 40px;
}

.products-show-box .products-main-text p a {
  display: block;
  width: 200px;
  height: 40px;
  background: #F9243D;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.products-show-box .products-info-text {
  width: 100%;
  clear: both;
  min-height: 500px;
  padding: 30px;
  border-top: solid 10px #f8f8f8;
}

.products-show-box .products-info-text img {
  width: 100%;
  clear: both;
  float: left;
}

.products-show-box .products-show-like {
  float: right;
  width: 200px;
  background: #2e4e40;
  padding: 20px 30px 0 30px;
}

.products-show-box .products-show-like .products-show-like-logo {
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.3;
}

.products-show-box .products-show-like .product-list {
  width: 100%;
  margin-bottom: 20px;
}

.products-show-box .products-show-like .product-list .pimg {
  margin-bottom: 5px;
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.products-show-box .products-show-like .product-list img {
  width: 140px;
  height: 140px;
}

.products-show-box .products-show-like .product-list .pname {
  color: #ffffff;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.pagelist-box {
  margin-bottom: 50px;
  text-align: center;
}

.pagelist-box .pagelist a {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: #999;
  border-radius: 4px;
  color: #ffffff;
  line-height: 36px;
  font-size: 14px;
}

.pagelist-box .pagelist a.active {
  background: #2e4e40;
  color: #ffffff;
}

.gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}