a{
  cursor:pointer;
}
.container {
  overflow: hidden;
}
.header {
  width: 100%;
  border-bottom: 1px solid #F8F8F8;
  position: relative;
  z-index: 999;
  background: #fff;
}
.header .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.header .inner .logo-box {
  float: left;
  height: 60px;
}
.header .inner .logo-box img {
  display: block;
  height: 100%;
  width: auto;
}
.header .inner .nav-btn {
  cursor: pointer;
  width: 50px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/navicon.png) no-repeat center;
  background-size: 45px 55px;
}
.header .inner .smt {
  font-size: 18px;
  color: #60C042;
  float: right;
  height: 92px;
  line-height: 92px;
  display: none;
}
.nav-bar {
  max-width: 1200px;
  position: fixed;
  right: -280px;
  top: 0;
  z-index: 99;
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
  width: 280px;
  height: 100%;
  padding-top: 60px;
}
.nav-bar .list > li {
  position: relative;
  line-height: 40px;
  text-align: center;
}
.nav-bar .list > li > a {
  font-size: 16px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-bottom: 3px solid #fff;
}
.nav-bar .list > li .drop-down {
  display: none;
  z-index: 2;
  background: #F7F7F7;
  padding: 0 10px;
}
.nav-bar .list > li .drop-down li {
  line-height: 50px;
}
.nav-bar .list > li .drop-down li a {
  font-size: 14px;
  white-space: nowrap;
}
.nav-bar .list > li .drop-down li a:hover {
  color: #60C042;
}
.nav-bar .list .active > a {
  border-bottom: 3px solid #60C042;
}
.nav-bar .language {
  text-align: center;
  line-height: 60px;
  color: #D9D9D9;
}
.nav-bar .language a {
  color: #D9D9D9;
}
.nav-bar .language .active {
  color: #60C042;
}
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .swiper-container1 {
  height: 400px;
}
.index-banner .swiper-container1 .swiper-slide {
  position: relative;
}
.index-banner .swiper-container1 .swiper-slide .inner {
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.index-banner .swiper-container1 .swiper-slide .inner .box {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.index-banner .swiper-container1 .swiper-slide .inner .box h3 {
  font-size: 20px;
  color: #FFFFFF;
}
.index-banner .swiper-container1 .swiper-slide .inner .box .smt {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.index-banner .swiper-container1 .swiper-slide .inner .box .more {
  margin-top: 20px;
  font-size: 14px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #DEDEDE;
  border-radius: 23px;
  color: #fff;
}
.index-banner .btn-box {
  display: none;
  max-width: 1700px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  z-index: 1;
}
.index-banner .btn-box .swiper-prve1,
.index-banner .btn-box .swiper-next1 {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin-top: -40px;
}
.index-banner .btn-box .swiper-prve1 {
  left: 10px;
  background: url(../images/banner_left_btn_03.png);
}
.index-banner .btn-box .swiper-next1 {
  right: 10px;
  background: url(../images/banner_right_btn_03.png);
}
.index-banner .pagination1 {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 1;
}
.index-banner .pagination1 .swiper-pagination-switch {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  opacity: .3;
  margin: 0 10px;
}
.index-banner .pagination1 .swiper-active-switch {
  opacity: 1;
}
@media (min-width: 768px) {
  .index-banner .pagination1 .swiper-pagination-switch {
    width: 50px;
    height: 5px;
    margin: 0 15px;
  }
  .index-banner .pagination1 {
    bottom: 30px;
  }
  .nav-bar .list > li {
    height: 60px;
    line-height: 60px;
  }
  .nav-bar .list > li .drop-down {
    position: absolute;
    left: 0;
    top: 100%;
  }
  .nav-bar .language {
    float: right;
  }
  .nav-bar .list {
    float: left;
  }
  .nav-bar .list > li {
    float: left;
    padding-right: 40px;
  }
  .nav-bar {
    width: 100%;
    position: static;
    right: 0;
    top: 0;
    height: auto;
    padding-top: 0px;
    background: none;
  }
  .header .inner .nav-btn {
    display: none;
  }
  .index-banner .swiper-container1 {
    height: 700px;
  }
  .index-banner .swiper-container1 .swiper-slide .inner .box {
    left: 100px;
  }
  .header .inner .logo-box {
    height: 92px;
  }
  .index-banner .btn-box {
    display: block;
  }
  .nav-bar .list > li {
    padding-right: 25px;
  }
  .header .inner .smt {
    display: block;
    font-size: 16px;
  }
  .index-banner .swiper-container1 .swiper-slide .inner .box h3 {
    font-size: 30px;
  }
  .index-banner .swiper-container1 .swiper-slide .inner .box .smt {
    font-size: 20px;
    margin-top: 50px;
  }
  .index-banner .swiper-container1 .swiper-slide .inner .box .more {
    font-size: 14px;
    margin-top: 50px;
    height: 36px;
    line-height: 36px;
  }
}
@media (min-width: 1220px) {
  .nav-bar .list > li {
    padding-right: 40px;
  }
  .header .inner .smt {
    font-size: 18px;
  }
  .index-banner .swiper-container1 .swiper-slide .inner .box h3 {
    font-size: 40px;
  }
  .index-banner .swiper-container1 .swiper-slide .inner .box .smt {
    font-size: 30px;
    margin-top: 50px;
  }
  .index-banner .swiper-container1 .swiper-slide .inner .box .more {
    font-size: 16px;
    margin-top: 50px;
    height: 46px;
    line-height: 46px;
  }
  .header .inner {
    padding: 0;
  }
  .nav-bar {
    padding: 0;
  }
}
.index-title {
  text-align: center;
}
.index-title h3 {
  font-size: 22px;
  font-weight: normal;
}
.index-title .smt {
  margin-top: 5px;
  font-size: 16px;
  color: #E5E5E5;
}
.index-product {
  padding: 50px 0px;
}
.index-product .product-category {
  max-width: 1250px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 50px;
  box-sizing: border-box;
}
.index-product .product-category ul {
  max-width: 1200px;
  box-sizing: border-box;
  background: #F7F7F7;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 10px;
}
.index-product .product-category ul li {
  display: inline-block;
  font-size: 16px;
  color: #808080;
  margin-right: 60px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.index-product .product-category ul .active {
  color: #60C042;
  padding-left: 10px;
  position: relative;
}
.index-product .product-category ul .active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #60C042;
}
.index-product .product-category ul .active a {
  color: #60C042;
}
.index-product .product-list {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}
.index-product .product-list .item-outer {
  float: left;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 50px;
}
.index-product .product-list .item-outer .item-inner .img-box {
  overflow: hidden;
  position: relative;
}
.index-product .product-list .item-outer .item-inner .img-box img {
  width: 100%;
  display: block;
}
.index-product .product-list .item-outer .item-inner .img-box h3 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  transition: bottom .2s linear;
  z-index: 2;
}
.index-product .product-list .item-outer .item-inner .img-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: top linear .3s;
}
.index-product .product-list .item-outer .item-inner .img-box .mask a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
  line-height: 32px;
  padding: 0 10px;
  color: #fff;
}
.index-product .product-list .item-outer .item-inner:hover .img-box h3 {
  bottom: -70px;
}
.index-product .product-list .item-outer .item-inner:hover .img-box .mask {
  top: 0;
}
@media (min-width: 480px) {
  .index-product .product-list .item-outer {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .index-product .product-list .item-outer .item-inner .img-box h3 {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 900px) {
  .index-product .product-list .item-outer {
    width: 33.333333%;
  }
}
@media (min-width: 1250px) {
  .index-product .product-list .item-outer .item-inner .img-box h3 {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
  .index-product .product-category {
    padding: 0 25px;
  }
  .index-product .product-list .item-outer {
    padding: 0 25px;
  }
}
.bottom-more {
  text-align: center;
  margin-top: 50px;
}
.bottom-more a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  padding-right: 40px;
  border-radius: 18px;
}
.bottom-more a:hover {
  opacity: .8;
}
.index-case {
  padding: 50px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.index-case .title {
  text-align: center;
}
.index-case .title h3 {
  font-size: 22px;
  color: #fff;
}
.index-case .title .smt {
  color: #7E8082;
  font-size: 16px;
  margin-top: 10px;
  padding: 0 10px;
}
.index-case .case-categroy {
  max-width: 1200px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 10px;
}
.index-case .case-categroy ul {
  background: rgba(255, 255, 255, 0.1);
}
.index-case .case-categroy ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
}
.index-case .case-categroy ul li a {
  color: #fff;
}
.index-case .case-categroy ul .active {
  background: #60C042;
}
.index-case .case-smt {
  max-width: 1200px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  min-height: 320px;
  padding: 0 10px;
}
.index-case .case-smt .img-box img {
  display: block;
  max-width: 100%;
}
.index-case .case-smt .text-box {
  margin-top: 20px;
}
.index-case .case-smt .text-box h3 {
  font-size: 20px;
  color: #60C042;
}
.index-case .case-smt .text-box .smt {
  margin-top: 30px;
  font-size: 16px;
  color: #727476;
  height: 30px;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .index-case {
    padding: 75px 0;
  }
  .index-case .case-smt .text-box {
    margin-top: 0;
  }
  .index-case .case-smt .text-box {
    padding-left: 50px;
  }
  .index-case .case-smt {
    padding: 0 10px;
    padding-left: 410px;
  }
  .index-case .case-smt .img-box {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .index-case .case-categroy ul li {
    float: left;
    width: 12.5%;
    line-height: 50px;
  }
}
@media (min-width: 1220px) {
  .index-case .case-categroy {
    padding: 0;
  }
  .index-case .case-smt {
    padding: 0;
    padding-left: 410px;
  }
  .index-case .case-smt .img-box {
    left: 0;
  }
}
.index-online {
  max-width: 1200px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px;
}
.index-online .online-inner {
  min-height: 320px;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
.index-online .online-inner .img-box img {
  display: block;
  max-width: 100%;
}
.index-online .online-inner .img-box .inner {
  position: relative;
  display: inline-block;
}
.index-online .online-inner .img-box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.index-online .online-inner .img-box .mask .icon {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/video_btn.png) no-repeat center;
}
.index-online .online-inner .text-box {
  margin-top: 20px;
}
.index-online .online-inner .text-box h3 {
  font-size: 20px;
  color: #4D4D4D;
}
.index-online .online-inner .text-box .smt {
  margin-top: 40px;
  font-size: 16px;
  color: #B3B3B3;
  line-height: 40px;
  height: 120px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .index-online .online-inner .text-box {
    padding-left: 50px;
  }
  .index-online .online-inner {
    padding-left: 410px;
  }
  .index-online .online-inner .img-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1220px) {
  .index-online {
    padding: 50px 0px;
  }
}
.benefit-outer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}
.benefit-outer .benefit-inner {
  max-width: 1200px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 1250px;
  margin-top: 40px;
  overflow: hidden;
}
.benefit-outer .benefit-inner .swiper-container2 .swiper-slide .swiper-slide-outer {
  box-sizing: border-box;
  padding: 0 25px;
}
.benefit-outer .benefit-inner .swiper-container2 .swiper-slide .swiper-slide-outer .swiper-slide-inner {
  margin-top: 20px;
}
.benefit-outer .benefit-inner .swiper-container2 .swiper-slide .swiper-slide-outer .swiper-slide-inner h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.benefit-outer .benefit-inner .swiper-container2 .swiper-slide .swiper-slide-outer .swiper-slide-inner .smt {
  margin-top: 20px;
  font-size: 16px;
  color: #B3B3B3;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
}
.benefit-outer .benefit-inner .btn-box {
  margin-top: 80px;
  text-align: center;
}
.benefit-outer .benefit-inner .btn-box .btn-inner {
  display: inline-block;
  position: relative;
  height: 21px;
  padding: 0 40px;
}
.benefit-outer .benefit-inner .btn-box .btn-inner .pagination2 {
  margin-top: 10px;
}
.benefit-outer .benefit-inner .btn-box .btn-inner .pagination2 .swiper-pagination-switch {
  border-radius: 0;
  background: #505050;
  width: 30px;
  height: 1px;
  margin: 0;
  opacity: 1;
}
.benefit-outer .benefit-inner .btn-box .btn-inner .pagination2 .swiper-active-switch {
  background: #60C042;
  height: 3px;
  position: relative;
  top: 1px;
}
.benefit-outer .benefit-inner .btn-box .btn-inner .swiper-prve2,
.benefit-outer .benefit-inner .btn-box .btn-inner .swiper-next2 {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 21px;
  height: 21px;
  width: 20px;
  cursor: pointer;
}
.benefit-outer .benefit-inner .btn-box .btn-inner .swiper-prve2 {
  left: 0;
  background: url(../images/arrow_white_left_03.png) no-repeat center;
}
.benefit-outer .benefit-inner .btn-box .btn-inner .swiper-next2 {
  right: 0;
  background: url(../images/arrow_white_right_03.png) no-repeat center;
}
@media (min-width: 768px) {
  .benefit-outer {
    padding: 80px 0;
  }
  .benefit-outer .benefit-inner {
    margin-top: 70px;
  }
  .benefit-outer .benefit-inner .swiper-container2 .swiper-slide .swiper-slide-outer .swiper-slide-inner {
    margin-top: 0;
  }
  .benefit-outer .benefit-inner .swiper-container2 .swiper-slide .swiper-slide-outer .swiper-slide-inner .smt {
    margin-top: 40px;
  }
  .benefit-outer .benefit-inner .swiper-container2 .swiper-slide .swiper-slide-outer {
    width: 33.333333%;
    float: left;
    padding: 0 10px;
  }
}
@media (min-width: 1250px) {
  .benefit-outer .benefit-inner .swiper-container2 .swiper-slide .swiper-slide-outer {
    padding: 0 25px;
  }
}
.process {
  padding: 50px 0;
}
.process .process-inner {
  max-width: 1200px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  max-width: 1220px;
}
.process .process-inner .item {
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 50px;
}
.process .process-inner .item .item-inner .one-img img {
  width: 100%;
  display: block;
}
.process .process-inner .item .item-inner .two-img .img-box {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.process .process-inner .item .item-inner .two-img .img-box:first-child {
  padding-right: 5px;
}
.process .process-inner .item .item-inner .two-img .img-box:first-child + div {
  padding-left: 5px;
}
.process .process-inner .item .item-inner .two-img .img-box img {
  width: 100%;
  display: block;
}
.process .process-inner .item:nth-child(2n-1) .item-inner .two-img {
  margin-top: 10px;
}
.process .process-inner .item:nth-child(2n-2) .item-inner .two-img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .process .process-inner .item:nth-child(2n-1) .item-inner .two-img {
    margin-top: 20px;
  }
  .process .process-inner .item:nth-child(2n-2) .item-inner .two-img {
    margin-bottom: 20px;
  }
  .process .process-inner .item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1220px) {
  .process .process-inner .item .item-inner .two-img .img-box:first-child {
    padding-right: 10px;
  }
  .process .process-inner .item .item-inner .two-img .img-box:first-child + div {
    padding-left: 10px;
  }
}
.index-recent {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid #E6E6E6;
}
.index-recent .index-recent-inner {
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 30px;
}
.index-recent .index-recent-inner .item {
  padding: 0 10px;
  box-sizing: border-box;
}
.index-recent .index-recent-inner .item ul li {
  text-align: center;
  margin-top: 30px;
}
.index-recent .index-recent-inner .item ul li:hover {
  opacity: .7;
}
.index-recent .index-recent-inner .item ul li .time {
  color: #B8C7CC;
  font-size: 16px;
}
.index-recent .index-recent-inner .item ul li h3 {
  margin-top: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .index-recent .index-recent-inner .item ul li {
    text-align: left;
  }
  .index-recent .index-recent-inner .item {
    float: left;
    width: 33.333333%;
  }
}
@media (min-width: 1240px) {
  .index-recent .index-recent-inner .item {
    padding: 0 20px;
  }
}

.footer_link {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
}
.footer_link .index-title {
      max-width: 1240px;
  margin: 0 auto;
    text-align: left;
}
.footer_link .index-title h3{
    text-align: left;
    font-size: 16px;
}
.footer_link .footer_item {
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 10px;
}
.footer_link .footer_item a{color: #787878;margin-right: 10px;}

.footer {
  width: 100%;
}
.footer .footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.footer .footer-inner .item .one {
  width: 25%;
  float: left;
}
.footer .footer-inner .item .one li {
  margin-top: 25px;
}
.footer .footer-inner .item .one li a {
  color: #333333;
  font-size: 14px;
}
.footer .footer-inner .item .one li a:hover {
  color: #60C042;
}
.footer .footer-inner .item .one li:first-child a {
  color: #333;
}
.footer .footer-inner .item .one li:first-child a:hover {
  color: #60C042;
}
.footer .footer-inner .item .info-list .lis {
  margin-top: 25px;
  color: #333333;
  font-size: 14px;
}
.footer .bottom-box {
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 10px 0;
}
.footer .bottom-box p {
  text-align: center;
  font-size: 12px;
  color: #B2B2B2;
  line-height: 24px;
}
.footer .bottom-box p a {
  font-size: 12px;
  color: #B2B2B2;
}
.share {
  margin-top: 25px;
}
.share .title {
  color: #B3B3B3;
  font-size: 14px;
}
.share .share-list {
  margin-top: 10px;
}
.share .share-list a {
  margin-right: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding-left: 0;
}
.share .share-list .wechat {
  background: url(../images/share_bk1_03.png) no-repeat 0 0;
}
.share .share-list .wechat:hover {
  background: url(../images/share_bk2_03.png) no-repeat 0 0;
}
.share .share-list .qqz {
  background: url(../images/share_bk1_03.png) no-repeat -51px 0;
}
.share .share-list .qqz:hover {
  background: url(../images/share_bk2_03.png) no-repeat -51px 0;
}
.share .share-list .fb {
  background: url(../images/share_bk1_03.png) no-repeat -103px 0;
}
.share .share-list .fb:hover {
  background: url(../images/share_bk2_03.png) no-repeat -103px 0;
}
.share .share-list .wb {
  background: url(../images/share_bk1_03.png) no-repeat -154px 0;
}
.share .share-list .wb:hover {
  background: url(../images/share_bk2_03.png) no-repeat -154px 0;
}
@media (min-width: 768px) {
  .footer .bottom-box {
    padding: 20px 0;
  }
  .footer .bottom-box p {
    font-size: 14px;
    line-height: 28px;
  }
  .footer .bottom-box p a {
    font-size: 14px;
    line-height: 28px;
  }
  .footer .bottom-box .footer-logo {
    height: 120px;
  }
  .footer .footer-inner .item .info-list {
    padding: 0 40px;
  }
  .footer .footer-inner .item {
    float: left;
    width: 33.333333%;
  }
}
@media (min-width: 1220px) {
  .footer .footer-inner {
    padding: 0;
    padding-bottom: 30px;
  }
}
.case-banner {
  height: 400px;
}
.case-banner .inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.case-banner .inner h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  left: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
}
@media (min-width: 768px) {
  .case-banner .inner h3 {
    font-size: 40px;
  }
}
.case-outer {
  background: #F7F7F7;
  overflow: hidden;
  padding-bottom: 40px;
  max-width: 1920px;
  margin: 0 auto;
}
.case-outer .case-inner {
  max-width: 1200px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  min-height: 500px;
}
.case-outer .case-inner .left .left-inner {
  background: #fff;
}
.case-outer .case-inner .left .title {
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  border-bottom: 1px solid #E6E6E6;
}
.case-outer .case-inner .left .list {
  padding-left: 10px;
}
.case-outer .case-inner .left .list li {
  border-bottom: 1px solid #F5F5F5;
}
.case-outer .case-inner .left .list li a {
  display: block;
  padding-right: 30px;
  line-height: 40px;
  position: relative;
  font-size: 16px;
}
.case-outer .case-inner .left .list li a:hover {
  color: #60C042;
}
.case-outer .case-inner .left .list li a .iconfont {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.case-outer .case-inner .left .list li .active {
  color: #60C042;
}
.case-outer .case-inner .right {
  background: #fff;
}
.case-outer .case-inner .right .list .item {
  padding: 15px 10px;
  position: relative;
  border-bottom: 1px solid #F5F5F5;
}
.case-outer .case-inner .right .list .item .img-box img {
  display: block;
  width: 100%;
}
.case-outer .case-inner .right .list .item h3 {
  font-size: 16px;
  margin-top: 20px;
}
.case-outer .case-inner .right .list .item .smt {
  margin-top: 15px;
  height: 84px;
  overflow: hidden;
  font-size: 14px;
  color: #B2B2B2;
  line-height: 28px;
}
.case-outer .case-inner .right .list .item .item-footer {
  margin-top: 20px;
}
.case-outer .case-inner .right .list .item .item-footer .time {
  float: left;
  font-size: 14px;
  color: #BFBFBF;
}
.case-outer .case-inner .right .list .item .item-footer .author {
  color: #BFBFBF;
  float: left;
  font-size: 14px;
  margin-left: 30px;
}
.case-outer .case-inner .right .list .item .item-footer .author span {
  color: #60C042;
}
@media (min-width: 640px) {
  .case-outer .case-inner.right .list .item {
    padding: 15px;
  }
  .case-outer .case-inner .right .list .item {
    padding-right: 270px;
  }
  .case-outer .case-inner .right .list .item .img-box {
    width: 240px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .case-outer .case-inner .right .list .item h3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .case-outer .case-inner .left .title {
    text-align: left;
  }
  .case-outer .case-inner .left .list li a {
    line-height: 50px;
  }
  .case-outer .case-inner .left .list li:last-child {
    border-bottom: 0;
  }
  .case-outer .case-inner .left {
    width: 23%;
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
  }
  .case-outer .case-inner .right {
    float: right;
    width: 77%;
  }
}
.page-outer {
  padding: 30px 0;
  text-align: center;
}
.page-outer .page-inner {
  display: inline-block;
}
.page-outer .page-inner a,
.page-outer .page-inner span,
.page-outer .page-inner i {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}
.page-outer .page-inner .first,
.page-outer .page-inner .last {
  color: #D0D0D0;
}
.page-outer .page-inner .first i,
.page-outer .page-inner .last i {
  font-size: 30px;
}
.page-outer .page-inner .active {
  color: #60C042;
}
.left-line-title {
  padding: 20px 10px;
}
.left-line-title .inner {
  border-left: 2px solid #60C042;
  padding-left: 10px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}
.case-details-outer {
  background: #F7F7F7;
  overflow: hidden;
  padding-bottom: 30px;
}
.case-details-outer .case-details-inner {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  box-sizing: border-box;
  position: relative;
}
.case-details-outer .case-details-inner .left {
  background: #fff;
}
.case-details-outer .case-details-inner .left .details-header {
  padding: 0 10px;
}
.case-details-outer .case-details-inner .left .details-header .header-inner {
  border-top: #E6E6E6 1px dashed;
}
.case-details-outer .case-details-inner .left .details-header h3 {
  font-size: 24px;
  margin-top: 20px;
}
.case-details-outer .case-details-inner .left .details-header .source {
  margin-top: 20px;
}
.case-details-outer .case-details-inner .left .details-header .source .time .item {
  display: inline-block;
  font-size: 14px;
  color: #BFBFBF;
  margin-left: 30px;
}
.case-details-outer .case-details-inner .left .details-header .source .time .item:first-child {
  margin-left: 0;
}
.case-details-outer .case-details-inner .left .details-header .source .time .item:last-child {
  display: block;
  margin-left: 0;
  margin-top: 15px;
}
.case-details-outer .case-details-inner .left .details-header .source .time .item span {
  color: #333;
}
.case-details-outer .case-details-inner .left .details-header .source .click-num {
  font-size: 14px;
  color: #BFBFBF;
  margin-top: 10px;
}
.case-details-outer .case-details-inner .left .deatils-cont {
  padding: 20px 10px;
}
.case-details-outer .case-details-inner .left .deatils-cont img {
  display: block;
  width: 100%;
}
.case-details-outer .case-details-inner .right .right-inner {
  background: #fff;
}
.case-details-outer .case-details-inner .right .right-inner .item {
  padding-bottom: 10px;
}
.case-details-outer .case-details-inner .right .right-inner .item .left-line-title {
  border-bottom: 1px solid #e5e5e5;
}
.case-details-outer .case-details-inner .right .right-inner .item .list {
  padding: 0 10px;
}
.case-details-outer .case-details-inner .right .right-inner .item .list li {
  margin-top: 10px;
}
.case-details-outer .case-details-inner .right .right-inner .item .list li a {
  line-height: 30px;
  display: block;
  font-size: 16px;
}
.case-details-outer .case-details-inner .right .right-inner .item .list li a:hover {
  color: #60C042;
}
@media (min-width: 768px) {
  .case-details-outer .case-details-inner .left .details-header .source {
    margin-top: 30px;
  }
  .case-details-outer .case-details-inner .right .right-inner .item .list {
    padding: 0 20px;
  }
  .case-details-outer .case-details-inner .left .details-header {
    padding: 0px 20px;
  }
  .left-line-title {
    padding: 20px;
  }
  .case-details-outer .case-details-inner .left .deatils-cont {
    padding: 20px;
  }
  .case-details-outer .case-details-inner .left .details-header .source .time .item:last-child {
    display: inline-block;
    margin-left: 30px;
  }
  .case-details-outer .case-details-inner .left .details-header .source .click-num {
    margin-top: 0;
  }
  .case-details-outer .case-details-inner .left .details-header .source .time {
    float: left;
  }
  .case-details-outer .case-details-inner .left .details-header .source .click-num {
    float: right;
  }
}
@media (min-width: 900px) {
  .case-details-outer .case-details-inner {
    padding-right: 320px;
  }
  .case-details-outer .case-details-inner .right {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding-left: 20px;
    width: 320px;
  }
}
.solution {
  padding-top: 50px;
  background: #F7F7F7;
  max-width: 1920px;
  margin: 0 auto;
}
.solution .solution-inner {
  max-width: 1290px;
  margin: 0 auto;
}
.solution .solution-inner .item {
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 40px;
}
.solution .solution-inner .item .inner .img-box {
  position: relative;
}
.solution .solution-inner .item .inner .img-box:hover .mask {
  display: block;
}
.solution .solution-inner .item .inner .img-box img {
  display: block;
  width: 100%;
}
.solution .solution-inner .item .inner .img-box .mask {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.solution .solution-inner .item .inner .img-box .mask a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
  line-height: 32px;
  padding: 0 10px;
  color: #fff;
}
.solution .solution-inner .item .inner h3 {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .solution .solution-inner .item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .solution .solution-inner .item {
    width: 33.333333%;
  }
}
@media (min-width: 1220px) {
  .solution .solution-inner .item {
    padding: 0 45px;
  }
}
.product-center {
  padding: 0;
  padding-top: 50px;
}
.crumbs-outer {
  background: #F5F5F5;
  padding: 0 10px;
  max-width: 1920px;
  margin: 0 auto;
}
.crumbs-outer .crumbs-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 14px;
  color: #BFBFBF;
}
.crumbs-outer .crumbs-inner a {
  color: #BFBFBF;
}
@media (min-width: 1220px) {
  .crumbs-outer {
    padding: 0;
  }
}
.product-details {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.product-details .details-header {
  margin-top: 20px;
  position: relative;
  min-height: 500px;
  padding: 0 10px;
}
.product-details .details-header .show-img {
  max-width: 400px;
}
.product-details .details-header .show-img .img-true {
  position: relative;
}
.product-details .details-header .show-img .img-true img {
  display: block;
  width: 100%;
}
.product-details .details-header .show-img .img-true .iconfont {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 28px;
  opacity: .3;
  cursor: pointer;
}
.product-details .details-header .min-img {
  padding: 0 25px;
  margin-top: 20px;
  position: relative;
}
.product-details .details-header .min-img .img-list {
  height: 64px;
  overflow: hidden;
}
.product-details .details-header .min-img .img-list .swiper-container3 .swiper-slide {
  box-sizing: border-box;
  padding: 0 3px;
}
.product-details .details-header .min-img .img-list .swiper-container3 .swiper-slide .img-box {
  border: 1px solid #F7F7F7;
  cursor: pointer;
}
.product-details .details-header .min-img .img-list .swiper-container3 .swiper-slide .img-box img {
  display: block;
  width: 100%;
}
.product-details .details-header .min-img .img-list .swiper-container3 .swiper-slide .active {
  border: 1px solid #60C042;
}
.product-details .details-header .min-img .swiper-prve3,
.product-details .details-header .min-img .swiper-next3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #D9D9D9;
  cursor: pointer;
}
.product-details .details-header .min-img .swiper-prve3 {
  left: 0;
}
.product-details .details-header .min-img .swiper-next3 {
  right: 0;
}
.product-details .details-header .header-info {
  margin-top: 30px;
}
.product-details .details-header .header-info h3 {
  font-size: 20px;
}
.product-details .details-header .header-info .click {
  font-size: 16px;
  margin-top: 10px;
}
.product-details .details-header .header-info .sku-list {
  min-height: 164px;
}
.product-details .details-header .header-info .sku-list .item {
  margin-top: 20px;
  font-size: 16px;
  color: #999999;
  width: 100%;
  float: left;
}
.product-details .details-header .header-info .protection {
  margin-top: 40px;
}
.product-details .details-header .header-info .protection .title {
  font-size: 16px;
  color: #60C042;
}
.product-details .details-header .header-info .protection .list li {
  font-size: 16px;
  color: #999999;
  float: left;
  padding-left: 12px;
  position: relative;
  margin-right: 40px;
  margin-top: 20px;
}
.product-details .details-header .header-info .protection .list li:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #4D4D4D;
}
.product-details .details-header .header-info .header-info-footer {
  margin-top: 30px;
}
.product-details .details-header .header-info .header-info-footer .btn-box .btn {
  float: left;
  width: 110px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
.product-details .details-header .header-info .header-info-footer .btn-box .btn1 {
  background: #5284D6;
}
.product-details .details-header .header-info .header-info-footer .btn-box .btn2 {
  background: #E61717;
  margin-left: 40px;
}
.product-details .details-header .header-info .header-info-footer .share {
  position: relative;
  padding-left: 70px;
  margin-top: 10px;
}
.product-details .details-header .header-info .header-info-footer .share .tt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 40px;
  color: #808080;
}
.product-details .details-header .header-info .header-info-footer .share .share-list {
  margin-top: 0;
}
.product-details .details-content {
  padding: 0 10px;
}
.product-details .details-content .content-tab {
  border-bottom: 1px solid #F5F5F5;
}
.product-details .details-content .content-tab .item {
  float: left;
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
  margin-right: 15px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.product-details .details-content .content-tab .active {
  color: #333;
  font-weight: bold;
}
.product-details .details-content .content-tab .active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #4D4D4D;
}
.product-details .details-content .content-box {
  margin-top: 20px;
  padding-bottom: 20px;
}
.product-details .details-content .content-box .content-inner {
  display: none;
}
.product-details .details-content .content-box .content-inner .news-details img {
  display: block;
  width: 100%;
}
.product-details .details-content .content-box .shows {
  display: block;
}
.img-bbshow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}
.img-bbshow img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
}
@media (min-width: 440px) {
  .product-details .details-header .min-img .swiper-prve3,
  .product-details .details-header .min-img .swiper-next3 {
    font-size: 36px;
  }
  .product-details .details-header .min-img {
    padding: 0 40px;
  }
  .product-details .details-header .min-img .img-list .swiper-container3 .swiper-slide {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .product-details .details-content .content-tab .item {
    font-size: 18px;
    padding: 15px 0;
    margin-right: 40px;
  }
  .product-details .details-header .header-info .sku-list .item {
    width: 50%;
  }
  .product-details .details-header .header-info h3 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .product-details .details-header {
    padding-left: 430px;
  }
  .product-details .details-header .show-img {
    width: 400px;
    position: absolute;
    left: 10px;
    top: 0;
  }
}
@media (min-width: 980px) {
  .product-details .details-header .header-info .header-info-footer .btn-box {
    float: left;
  }
  .product-details .details-header .header-info .header-info-footer .share {
    float: left;
    margin-left: 20px;
    margin-top: 0;
  }
}
@media (min-width: 1220px) {
  .product-details .details-content {
    padding: 0;
  }
  .product-details .details-header .show-img {
    left: 0;
  }
  .product-details .details-header {
    padding: 0;
    padding-left: 430px;
  }
}
.recommend-outer {
  max-width: 1920px;
  margin: 0 auto;
  background: #F5F5F5;
  padding-bottom: 30px;
  overflow: hidden;
  border-top: 1px solid #E6E6E6;
}
.recommend-outer .recommend-inner {
  max-width: 1250px;
  margin: 0 auto;
}
.recommend-outer .recommend-inner .recommend-item {
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 30px;
}
.recommend-outer .recommend-inner .recommend-item .left-line-title .inner {
  border-left: 3px solid #60C042;
  font-weight: bold;
  color: #4D4D4D;
}
.recommend-outer .recommend-inner .recommend-item .item-inner {
  background: #fff;
}
.recommend-outer .recommend-inner .recommend-item .item-inner .list {
  padding: 0 10px;
}
.recommend-outer .recommend-inner .recommend-item .item-inner .list li a {
  display: block;
  line-height: 40px;
  font-size: 16px;
}
.recommend-outer .recommend-inner .recommend-item .item-inner .list li a:hover {
  color: #60C042;
}
@media (min-width: 768px) {
  .recommend-outer .recommend-inner .recommend-item .item-inner .list {
    padding: 20px;
  }
  .recommend-outer .recommend-inner .recommend-item {
    float: left;
    width: 33.333333%;
  }
}
@media (min-width: 1250px) {
  .recommend-outer .recommend-inner .recommend-item {
    padding: 0 25px;
  }
}
.mag-tous {
  max-width: 1920px;
  margin: 0 auto;
  background: #F5F5F5;
}
.mag-tous .mag-tous-inner {
  background: #fff;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 0 auto;
}
.mag-tous .mag-tous-inner h3 {
  font-size: 16px;
  color: #60C042;
}
.mag-tous .mag-tous-inner .ipt-list .ipt-box {
  float: left;
  margin-top: 20px;
}
.mag-tous .mag-tous-inner .ipt-list .ipt-box input {
  width: 260px;
  box-sizing: border-box;
  padding: 0 10px;
  padding-left: 50px;
  line-height: 38px;
  border: 1px solid #F4F4F4;
  background: #FCFCFC;
  margin-right: 15px;
}
.mag-tous .mag-tous-inner .text-more {
  margin-top: 20px;
}
.mag-tous .mag-tous-inner .text-more textarea {
  border: 1px solid #F4F4F4;
  background: #FCFCFC;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  line-height: 26px;
}
.mag-tous .mag-tous-inner .sub-box {
  margin-top: 20px;
}
.mag-tous .mag-tous-inner .sub-box button {
  font-size: 14px;
  color: #fff;
  background: #60C042;
  line-height: 30px;
  border: 0;
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}
.mag-tous .mag-tous-inner .sub-box span {
  font-size: 14px;
  color: #CCCCCC;
  line-height: 30px;
  display: block;
}
@media (min-width: 768px) {
  .mag-tous .mag-tous-inner .sub-box span {
    margin-left: 10px;
    display: inline-block;
  }
}
@media (min-width: 1220px) {
  .mag-tous .mag-tous-inner {
    padding: 20px;
  }
}
.company-profile .content {
  padding: 0px 10px;
  padding-bottom: 20px;
}
.company-profile .content .p1 {
  font-size: 16px;
  color: #808080;
  margin-top: 20px;
  line-height: 30px;
}
.company-profile .content .hh3 {
  font-size: 16px;
  color: #60C042;
  margin-top: 20px;
}
.company-profile .content .p2 {
  font-size: 16px;
  color: #808080;
  margin-top: 10px;
  line-height: 30px;
}
.company-profile .content .imgbox-one {
  margin-top: 20px;
}
.company-profile .content .imgbox-one img {
  display: block;
  width: 100%;
}
.company-profile .content .imgbox-two {
  margin-top: 20px;
}
.company-profile .content .imgbox-two .img-box {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.company-profile .content .imgbox-two .img-box img {
  display: block;
  width: 100%;
}
.company-profile .content .imgbox-two .img-box:first-child {
  padding-right: 5px;
}
.company-profile .content .imgbox-two .img-box:first-child + div {
  padding-left: 5px;
}
@media (min-width: 768px) {
  .company-profile .content .imgbox-two .img-box:first-child {
    padding-right: 10px;
  }
  .company-profile .content .imgbox-two .img-box:first-child + div {
    padding-left: 10px;
  }
  .company-profile .content {
    padding: 0px 20px;
    padding-bottom: 20px;
  }
}
.honor-outer .honor-list {
  margin-top: 20px;
}
.honor-outer .honor-list .item {
  width: 100%;
  float: left;
  padding: 0 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.honor-outer .honor-list .item .item-inner .img-box {
  border: 1px solid #E6E6E6;
}
.honor-outer .honor-list .item .item-inner .img-box img {
  display: block;
  width: 100%;
}
.honor-outer .honor-list .item .item-inner h3 {
  color: #999999;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .honor-outer .honor-list .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .honor-outer .honor-list .item {
    padding: 0 25px;
    width: 33.333333%;
  }
}
.product-category {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  padding: 0 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}
.product-category .inner {
  max-width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 0px;
}
.contact-us {
  text-align: left;
}
.contact-us h3 {
  font-size: 24px;
  color: #4D4D4D;
}
.contact-us .info-list .item {
  font-size: 16px;
  color: #666666;
  box-sizing: border-box;
  padding-left: 50px;
  margin-top: 30px;
  line-height: 40px;
}
.contact-us .info-list .tel {
  background: url(../images/tel_bkbkbk_03.png) no-repeat left center;
}
.contact-us .info-list .email {
  background: url(../images/email_bkbkbk_03.png) no-repeat left center;
}
.contact-us .info-list .address {
  background: url(../images/address_bkbkbk_03.png) no-repeat left center;
}
.contact-us .info-list .qq {
  background: url(../images/qqqq_bkbkbk_03.png) no-repeat left center;
}
.contact-us .map {
  margin-top: 40px;
}
.contact-us .map #l-map {
  width: 100%;
  height: 500px;
}
.contact-us .traffic {
  margin-top: 20px;
}
.contact-us .traffic .title {
  font-size: 24px;
  color: #4D4D4D;
}
.contact-us .traffic .list {
  font-size: 16px;
}
.contact-us .traffic .list .item {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
.contact-us .traffic .list .item span {
  color: #999999;
}
@media (min-width: 768px) {
  .contact-us .info-list .item {
    padding-left: 60px;
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .product-category {
    margin-top: 0;
    padding-bottom: 0px;
  }
  .product-banner .inner h3 {
    margin-top: -20px;
  }
  .product-category .inner {
    padding: 30px 0;
  }
  .product-category .inner .list-outer .list-inner li {
    margin: 0 40px;
    margin-top: 30px;
  }
  .product-banner .inner h3 {
    font-size: 30px;
  }
}
