body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, PingFangSC-Regular, "Microsoft YaHei", '微软雅黑', sans-serif;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 100px;
  border: none;
  background: #f1f1f1;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  z-index: 1000;
  position: relative;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}
nav.navbar.bootsnav ul.nav {
  float: right;
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li {
  margin-right: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 100px;
  color: #010101;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  position: relative;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  color: #efdf00 !important;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: bold;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  background: transparent;
  padding-top: 0;
  width: 100%;
  padding-bottom: 10px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu:after {
  content: '';
  position: absolute;
  background: url("../images/img-45.png") no-repeat;
  width: 19px;
  height: 16px;
  left: 30px;
  top: 0;
  display: none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont {
  background-color: #f1f1f1;
  padding: 30px;
  min-width: 520px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-a {
  width: 210px;
  float: left;
  padding-top: 15px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-a a {
  display: block;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-a a:hover {
  text-decoration: underline;
  color: #efdf00;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-a a:last-child {
  margin-bottom: 0;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-a a:after {
  content: "\f105";
  position: absolute;
  top: 0;
  line-height: 40px;
  right: 0;
  font-family: FontAwesome;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-img {
  width: 230px;
  float: right;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-img img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 10px;
  line-height: 24px;
  background-color: #f1f1f1;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #efdf00;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu.menu-about > li .down-cont {
    margin-left: -360px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont {
    margin-left: -180px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    border-radius: 0;
    margin-top: 37px;
    margin-bottom: 36px;
    margin-right: 20px;
    background: #f1f1f1;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #efdf00;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 0;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li > a,
  nav.navbar.bootsnav ul.nav > li a {
    padding: 8px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    border-bottom: 1px solid #efdf00 !important;
    display: block;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li a:after,
  nav.navbar.bootsnav ul.nav > li > a:before,
  nav.navbar.bootsnav ul.nav > li a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 5px 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li > a:hover:after,
  nav.navbar.bootsnav ul.nav li > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:hover:after,
  nav.navbar.bootsnav ul.nav li.active > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:after,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont {
    background-color: #fff;
    padding: 20px;
    min-width: auto;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-a {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-img {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li .down-cont .cont-img img {
    margin-left: 0;
    margin-right: 0;
  }
}
/*footer*/
.footer {
  background: url("../images/footer-bg.png") no-repeat bottom center;
  background-size: cover;
  color: #fff;
}
.footer .footer-info {
  padding-top: 45px;
  padding-bottom: 45px;
}
.footer .footer-info .info-groups {
  margin-bottom: 30px;
}
.footer .footer-info .info-groups .box-title {
  display: block;
  line-height: 28px;
  height: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
.footer .footer-info .info-groups .box-cont a {
  display: block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}
.footer .footer-info .info-groups .box-cont a:hover {
  text-decoration: underline;
  color: #efdf00;
}
.footer .footer-info .info-txt {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 60px;
  padding-right: 40px;
  min-height: 210px;
}
.footer .footer-info .info-txt .info-about {
  line-height: 28px;
}
.footer .footer-info .info-txt .info-about .logo-s {
  margin-bottom: 25px;
}
.footer .footer-info .info-txt .info-about .logo-s img {
  display: block;
}
.footer .footer-info .info-txt .share-s {
  position: absolute;
  right: 0;
  top: 20px;
  width: 26px;
}
.footer .footer-info .info-txt .share-s a {
  display: block;
  margin-bottom: 16px;
}
.footer .footer-info .info-txt .share-s a img {
  display: block;
  width: 26px;
  height: 26px;
}
.footer .footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  line-height: 24px;
}
/*index-banner*/
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 4.2s linear;
  transition: all 4.2s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index-banner .banner-box .box-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-30%);
  background: rgba(0, 0, 0, 0.65);
  padding: 30px 60px 30px 260px;
  opacity: 0;
  transition: all 3s;
}
.index-banner .banner-box .box-title a {
  display: block;
  color: #fff;
}
.index-banner .banner-box .box-title .title-s {
  margin-bottom: 20px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-banner .banner-box .box-title .title-more {
  width: 260px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #d4c600;
  border-radius: 5px;
}
.index-banner .slick-slide.slick-current .banner-box {
  position: relative;
}
.index-banner .slick-slide.slick-current .banner-box .box-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.index-banner .slick-slide.slick-current .banner-box .box-title {
  transform: translateY(-50%);
  opacity: 1;
}
/*public-title*/
.public-title {
  position: relative;
  line-height: 1;
  color: #666666;
  margin-bottom: 30px;
  text-shadow: 5px 5px 2px rgba(102, 102, 102, 0.4);
  display: inline-block;
  padding-right: 16px;
  z-index: 1;
}
.public-title:after,
.public-title:before {
  content: '';
  position: absolute;
  z-index: -1;
}
.index-box {
  padding-top: 100px;
  padding-bottom: 100px;
}
.index-box-01 .public-title:before {
  left: 0;
  top: 0;
  background: url("../images/title-01.png") no-repeat;
  width: 20px;
  height: 27px;
}
.index-box-01 .public-title:after {
  background: url("../images/title-02.png") no-repeat;
  width: 27px;
  height: 27px;
  right: 0;
  bottom: -10px;
}
.index-box-01 .product-groups {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.index-box-01 .product-groups .product-option {
  position: absolute;
  right: 0;
  height: 50px;
  margin-top: -80px;
  width: 140px;
}
.index-box-01 .product-groups .product-option .slick-arrow {
  width: 50px;
  height: 50px;
}
.index-box-01 .product-groups .product-option .slick-arrow:before {
  display: none;
}
.index-box-01 .product-groups .product-option .slick-arrow.slick-prev {
  background: url("../images/img-29.png") no-repeat;
  background-size: contain;
  left: 0;
}
.index-box-01 .product-groups .product-option .slick-arrow.slick-prev:hover {
  background: url("../images/img-52.png") no-repeat;
  background-size: contain;
}
.index-box-01 .product-groups .product-option .slick-arrow.slick-next {
  background: url("../images/img-51.png") no-repeat;
  right: 0;
}
.index-box-01 .product-groups .product-option .slick-arrow.slick-next:hover {
  background: url("../images/img-30.png") no-repeat;
  background-size: contain;
}
.index-box-01 .box-s {
  background: url("../images/img-28.png") no-repeat left top;
  background-size: 75% 100%;
  height: 350px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.index-box-01 .box-s .box-info {
  width: 55%;
  padding: 80px 15px 0 55px;
}
.index-box-01 .box-s .box-info .box-title {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.index-box-01 .box-s .box-info .box-txt {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #666666;
  margin-bottom: 20px;
}
.index-box-01 .box-s .box-info .box-more {
  display: block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  background-color: #ffffff;
  border-left: 4px solid #efdf00;
  color: #efdf00;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.index-box-01 .box-s .box-info .box-more:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #efdf00;
  z-index: -1;
  transition: all 0.5s;
}
.index-box-01 .box-s .box-img {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
}
.index-box-01 .box-s .box-img img {
  display: block;
  transition: all 0.5s;
  max-height: 350px;
  margin-left: auto;
  margin-right: 0;
}
.index-box-01 .box-s:hover .box-info .box-more {
  color: #fff;
}
.index-box-01 .box-s:hover .box-info .box-more:after {
  width: 100%;
}
.index-box-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-02 {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.index-box-02:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 130px;
  background: url("../images/img-33.png") no-repeat bottom center;
  background-size: cover;
  z-index: -1;
}
.index-box-02 .public-title:before {
  left: 0;
  bottom: -3px;
  background: url("../images/title-01.png") no-repeat;
  width: 20px;
  height: 27px;
}
.index-box-02 .public-title:after {
  background: url("../images/title-03.png") no-repeat;
  width: 27px;
  height: 27px;
  right: 0;
  top: -10px;
}
.index-box-02 .main-cont {
  border: solid 1px #ffffff;
  position: relative;
}
.index-box-02 .main-cont .box-s {
  float: left;
  width: 20%;
  border-right: 1px solid #fff;
  overflow: hidden;
  position: relative;
  transition: width 0.5s;
}
.index-box-02 .main-cont .box-s:nth-child(5){
  position: absolute;
  right:0;
  top:0;
}
.index-box-02 .main-cont .box-s img {
  display: block;
  height: 600px;
  max-width: 200%;
}
.index-box-02 .main-cont .box-s .box-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.index-box-02 .main-cont .box-s .box-mc .title-s,
.index-box-02 .main-cont .box-s .box-mc .more-s {
  position: absolute;
  line-height: 24px;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
}
.index-box-02 .main-cont .box-s .box-mc .title-s:after,
.index-box-02 .main-cont .box-s .box-mc .more-s:after {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 50%;
}
.index-box-02 .main-cont .box-s .box-mc .title-s {
  top: 30px;
  left: 25px;
  padding-top: 12px;
}
.index-box-02 .main-cont .box-s .box-mc .title-s:after {
  top: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin-left: -10px;
}
.index-box-02 .main-cont .box-s .box-mc .more-s {
  right: 25px;
  bottom: 35px;
}
.index-box-02 .main-cont .box-s .box-mc .more-s:after {
  width: 1px;
  height: 50px;
  top: -60px;
  margin-left: -1px;
}
.index-box-02 .main-cont .box-s .box-mc .show-title {
  position: absolute;
  top: 50%;
  background: url("../images/img-42.png") no-repeat bottom center;
  padding: 0 15px 100px;
  text-align: center;
  transform: translateY(-30%);
  color: #000;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.index-box-02 .main-cont .box-s.active .box-mc {
  background-color: rgba(239, 223, 4, 0.8);
}
.index-box-02 .main-cont .box-s.active .box-mc .title-s,
.index-box-02 .main-cont .box-s.active .box-mc .more-s {
  display: none;
}
.index-box-02 .main-cont .box-s.active .box-mc .show-title {
  transform: translateY(-50%);
  opacity: 1;
}
.index-box-03 .public-title:before {
  left: 3px;
  bottom: 5px;
  background: url("../images/title-04.png") no-repeat;
  width: 20px;
  height: 20px;
}
.index-box-03 .public-title:after {
  background: url("../images/title-05.png") no-repeat;
  width: 10px;
  height: 20px;
  right: 0;
  bottom: 5px;
}
.index-box-03 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index-box-03 .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.index-box-03 .box-s {
  margin-bottom: 25px;
}
.index-box-03 .box-s .box-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.index-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-box-03 .box-s .box-title {
  display: block;
  color: #000000;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-style: italic;
}
.index-box-03 .box-s .box-txt {
  line-height: 30px;
  color: #000000;
  height: 60px;
  overflow: hidden;
  margin-bottom: 25px;
  padding-right: 20px;
}
.index-box-03 .box-s .box-more {
  display: block;
  background: url("../images/img-25.png") no-repeat;
  width: 42px;
  height: 13px;
}
.index-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-03 .box-s:hover .box-title {
  text-decoration: underline;
}
.index-box-04 {
  position: relative;
}
.index-box-04 .row {
  position: relative;
  z-index: 9;
}
.index-box-04 .box-bg-01,
.index-box-04 .box-bg-02 {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top  center;
  background-size: cover;
}
.index-box-04 .box-bg-01 {
  top: 0;
  right: 50%;
  left: 0;
  bottom: 0;
}
.index-box-04 .box-bg-02 {
  right: 0;
  left: 48%;
  top: 40px;
  bottom: 40px;
}
.index-box-04 .box-info {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 80px;
}
.index-box-04 .box-info .box-title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  line-height: 1.2;
}
.index-box-04 .box-info .box-txt {
  line-height: 30px;
  color: #000000;
  margin-bottom: 25px;
}
.index-box-04 .box-info .box-more {
  display: block;
  color: #000000;
  width: 124px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: solid 1px #000000;
}
.index-box-04 .box-img {
  display: none;
}
.index-box-04 .box-img img {
  display: block;
  width: 100%;
}
/*other-banner*/
.other-banner {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}
.other-banner .container {
  text-align: left;
}
.other-banner .banner-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.other-banner .banner-a {
  display: block;
  width: 144px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #efdf00;
  border-radius: 5px;
  color: #000000;
  margin-top: 25px;
}
/*page-main*/
.page-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*page*/
.pages {
  text-align: center;
  padding-top: 40px;
}
.pages ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #666666;
  color: #666666;
  margin-left: 8px;
  margin-right: 8px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  border: solid 1px #efdf04;
  color: #efdf04;
}
.pages span {
  border: solid 1px #efdf04;
  color: #efdf04;
}
/* about-us  */
.about-us .row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.about-us .row .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.about-us .box-img {
  position: relative;
  z-index: 1;
  padding-right: 50px;
  padding-bottom: 50px;
}
.about-us .box-img img {
  display: block;
  width: 100%;
  border: solid 10px #efdf00;
}
.about-us .box-img:after {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 50px;
  border: solid 10px #efdf00;
  z-index: -1;
}
.about-us .box-info {
  color: #666666;
}
.about-us .box-info .info-title {
  position: relative;
  margin-bottom: 25px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.4;
}
.about-us .box-info .info-title:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #eeeeee;
  position: absolute;
  line-height: 0;
  bottom: 0;
  left: 0;
}
.about-us .box-info .info-txt {
  line-height: 30px;
}
@media (min-width: 1200px) {
  .about-us .box-img-w {
    width: 38%;
  }
  .about-us .box-info-w {
    width: 62%;
  }
}
/* contacts-us */
.contacts-us .info-top {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contacts-us .info-top .row {
  margin-left: 0;
  margin-right: 0;
}
.contacts-us .info-top .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.contacts-us .info-top .box-map {
  height: 440px;
}
.contacts-us .info-top .box-map img {
  height: 100%;
  width: 100%;
}
.contacts-us .info-top .box-info {
  background: url("../images/img-03.png") no-repeat right 0 bottom 5px #efdf00;
  margin-top: 80px;
  height: 360px;
}
.contacts-us .info-top .box-info .middle-cont {
  width: 100%;
}
.contacts-us .info-top .box-info .box-cont {
  padding: 30px 20px 30px 60px;
}
.contacts-us .info-top .box-info .box-s {
  padding-left: 45px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 50px;
  position: relative;
}
.contacts-us .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.contacts-us .info-top .box-info .box-s .icon-s {
  position: absolute;
  left: 0;
  top: 0;
}
.contacts-us .info-form {
  background: url("../images/img-04.png") no-repeat bottom center;
  padding-bottom: 60px;
}
.contacts-us .info-form .form-main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
.contacts-us .info-form .form-title {
  color: #666;
  margin-bottom: 50px;
  text-align: center;
}
.contacts-us .info-form .form-group {
  margin-bottom: 30px;
}
.contacts-us .info-form label {
  font-weight: normal;
}
.contacts-us .info-form .tip {
  color: #f00;
  margin-right: 3px;
}
.contacts-us .info-form .form-inp {
  background-color: #fafafa;
}
.contacts-us .info-form .form-btn {
  background-color: #efdf00;
  color: #000;
}
/* news-list */
.news-list .box-s {
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-list .box-s .box-img {
  overflow: hidden;
}
.news-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.news-list .box-s .box-info {
  padding-top: 15px;
  color: #666666;
}
.news-list .box-s .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  color: #666666;
  margin-bottom: 10px;
}
.news-list .box-s .box-info .box-txt,
.news-list .box-s .box-info .box-more {
  line-height: 30px;
  color: #666666;
}
.news-list .box-s .box-info .box-txt {
  height: 90px;
  overflow: hidden;
  margin-bottom: 5px;
}
.news-list .box-s .box-info .box-more {
  display: inline-block;
  background: url("../images/img-09.png") no-repeat right 0 bottom 5px;
  padding-right: 35px;
}
.news-list .box-s:hover {
  background-color: #eeeeee;
}
.news-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.news-list .box-s:hover .box-info .box-title {
  color: #000000;
}
/* new-details */
.new-details {
  color: #666666;
}
.new-details .m-title {
  text-align: center;
  margin-bottom: 50px;
}
.new-details .m-title .title-s {
  border-bottom: 1px solid #666666;
  padding-bottom: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.new-details .m-title .title-other {
  margin-top: 20px;
}
.new-details .main-cont {
  line-height: 30px;
}
/* products-list */
.products-list .product-groups {
  margin-bottom: 30px;
}
.products-list .product-groups .row {
  margin-left: -2%;
  margin-right: -2%;
}
.products-list .product-groups .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.products-list .box-s {
  background: url("../images/img-13.png") repeat-x bottom center;
  padding: 0 25px 20px;
  margin-bottom: 25px;
}
.products-list .box-s .box-img {
  overflow: hidden;
}
.products-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
}
.products-list .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.products-list .box-s .box-txt {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #666;
  margin-bottom: 15px;
}
.products-list .box-s .box-more {
  display: block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #efdf00;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
.products-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.products-list .product-info {
  margin-bottom: 30px;
}
.products-list .product-info:last-child {
  margin-bottom: 0;
}
.products-list .product-info .box-title {
  margin-bottom: 15px;
  color: #000;
}
.products-list .product-info .box-txt {
  line-height: 24px;
  color: #666;
}
/*product-details*/
.product-details .product-top {
  margin-bottom: 50px;
}
.product-details .product-img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.product-details .product-img .box-img {
  border: solid 1px #eeeeee;
}
.product-details .product-img .box-img img {
  display: block;
  width: 100%;
}
.product-details .product-img .slider-for {
  margin-bottom: 35px;
}
.product-details .product-img .slider-nav .box-img {
  margin-left: 10px;
  margin-right: 10px;
}
.product-details .product-img .slider-nav .slick-current .box-img {
  border: solid 1px #efdf00;
}
.product-details .product-info {
  color: #666666;
  line-height: 30px;
}
.product-details .product-info .info-title {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 40px;
}
.product-details .product-info .info-tip {
  /*position: relative;*/
  padding-bottom: 25px;
  margin-bottom: 25px;
}
/*.product-details .product-info .info-tip:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #eeeeee;
}*/
.product-details .product-info .info-txt {
  margin-bottom: 25px;
}
.product-details .product-info .info-more {
  display: block;
  max-width: 298px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  background-color: #efdf00;
}
.product-details .product-tabs .tabs-title {
  background-color: #eeeeee;
  margin-bottom: 50px;
}
.product-details .product-tabs .tabs-title a {
  display: block;
  float: left;
  height: 80px;
  line-height: 80px;
  width: 260px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #000000;
}
.product-details .product-tabs .tabs-title a:hover,
.product-details .product-tabs .tabs-title a.active {
  background-color: #efdf00;
}
.product-details .product-tabs .tabs-cont {
  line-height: 24px;
  color: #666666;
}
.product-details .product-tabs .tabs-cont > div {
  display: none;
}
.product-details .tabs-table img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* dealer-groups */
.dealer-groups {
  padding-top: 6%;
  padding-bottom: 6%;
  line-height: 30px;
  color: #666666;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dealer-groups .box-title {
  margin-bottom: 35px;
  font-weight: bold;
}
/* file-download */
.file-download .box-s {
  box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.15);
  background-color: #fbfbfb;
  margin-bottom: 20px;
}
.file-download .box-s .box-img {
  overflow: hidden;
}
.file-download .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.file-download .box-s .box-info {
  display: flex;
  justify-content: space-between;
  height: 104px;
  padding: 15px 20px;
  align-items: center;
}
.file-download .box-s .box-info .title-center {
  max-height: 60px;
  overflow: hidden;
  display: block;
  flex: 1;
}
.file-download .box-s .box-info .a-down {
  background: url("../images/icon-08.png") no-repeat;
  width: 26px;
  height: 20px;
  margin-left: 20px;
}
.file-download .box-s:hover .box-img img {
  transform: scale(1.1);
}
.file-download .box-s:hover .box-info .a-down {
  background: url("../images/icon-09.png") no-repeat;
}
/* application-list */
.application-list .list-info {
  color: #000000;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.application-list .info-groups .row {
  margin-left: -13px;
  margin-right: -13px;
}
.application-list .info-groups .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.application-list .box-s {
  margin-bottom: 30px;
}
.application-list .box-s .box-img {
  overflow: hidden;
}
.application-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.application-list .box-s .box-info {
  padding: 25px;
  background-color: #f5f5f5;
}
.application-list .box-s .box-info .title-s {
  display: block;
  height: 36px;
  line-height: 36px;
  font-style: italic;
  color: #666;
  margin-bottom: 15px;
}
.application-list .box-s .box-info .more-s {
  display: block;
  background: url("../images/img-25.png") no-repeat;
  width: 42px;
  height: 13px;
}
.application-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.application-list .box-s:hover .box-info {
  background-color: #efdf00;
}
.application-list .box-s:hover .box-info .title-s {
  color: #000000;
}
/* application-details */
.application-details .details-top {
  margin-bottom: 35px;
}
.application-details .details-top .box-img img {
  display: block;
  width: 100%;
}
.application-details .details-top .box-info {
  padding: 20px 8% 0;
  color: #666666;
}
.application-details .details-top .box-info .box-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.application-details .details-top .box-info .box-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #eeeeee;
}
.application-details .details-top .box-info .box-txt a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
}
.application-details .details-top .box-info .box-txt a:hover {
  text-decoration: underline;
  color: #efdf00;
}
.application-details .details-info {
  line-height: 30px;
  color: #666666;
}
/*弹窗*/
.up-mc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.up-box {
  display: none;
  width: 680px;
  height: 470px;
  background-color: #ffffff;
  border-radius: 5px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -235px 0 0 -340px;
  z-index: 9999;
  padding: 30px 40px;
}
.up-box .box-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.up-box .box-title {
  text-align: center;
  color: #666666;
  font-weight: bold;
  margin-bottom: 20px;
}
.up-box .form-group {
  margin-bottom: 25px;
}
.up-box .box-inp {
  background-color: #fafafa;
}
.up-box .box-text {
  height: 170px;
}
.up-box .box-btn {
  background-color: #efdf00;
  color: #000;
  width: 102px;
  height: 36px;
}
.up-box label {
  font-weight: normal;
  margin-bottom: 10px;
}
.up-box label span {
  color: #f00;
}
/*# sourceMappingURL=style.css.map */

.collapse{
  padding-right: 50px;
}

.language{
  position: absolute;
  right:0;
  top:0;
  line-height:30px;
  top:50%;
  margin-top: -15px;
  -webkit-transform:scale(0.6);
  transform:scale(0.6);
  z-index:2;
}
.language a:nth-child(1){
  position: absolute;
  width:43px;
  height:29px;
  background: url(../images/huangkuang.png) no-repeat center center;
  padding-right: 5px;
  text-align: center;
  color:#fff;
  font-size:20px;
  top:-5px;
  left:-25px;
}
.language a:nth-child(2){
  width:43px;
  height:29px;
  display: block;
  background: url(../images/heikuang.png) no-repeat center center;
  padding-left: 5px;
  text-align: center;
  color:#6d6d6d;
  font-size:20px;
}

.footer_link {
  padding: 35px 0 0;
}
.footer_link .name {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 106px;
  line-height: 86px;
}
.footer_link .cont {
  margin-left: 106px;
}
.footer_link .cont .item a {
  height: 86px;
  /*border: solid 1px #aaaaaa;*/
  display: block;
  line-height: 84px;
  text-align: center;
}
.footer_link .cont .item a img {
  display: inline-block;
  vertical-align: middle;
  max-width: 95%;
  max-height: 80px;
  position: relative;
  top: -1px;
  width: auto!important;
  height: auto!important;
}
