﻿/*此文件写网站剩余样式*/
body {
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1254px;
  }
}
header {
  padding-top: 20px;
  background: url(../image/tbgxEn-bg10.png) no-repeat center center;
  background-size: cover;
}
header .header-logo {
  width: 483px;
}
header .header-logo img {
  width: 100%;
}
header .header-logo img:nth-child(2) {
  display: none;
}
header .head-right {
  margin-top: 16px;
}
header .head-right li {
  float: left;
}
header .head-right li a {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
header .head-right li a:hover {
  text-decoration: underline;
}
.search-trgger {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333333;
  background: url(../image/tbgxEn-icon1.png) no-repeat center center;
  background-size: 14px 14px;
  cursor: pointer;
}
.main-search {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: #2B2D32;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.main-search.is-visible {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
.main-search.search-form-visible,
.main-search.is-visible {
  opacity: 1;
  visibility: visible;
}
.main-search.search-form-visible .search-close,
.main-search.is-visible .search-close {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.main-search .text-replace {
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.main-search .search-logo {
  position: absolute;
  left: 30px;
  top: 47%;
  width: 10%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-search .search-logo img {
  display: block;
  width: 100%;
}
.main-search .search-close {
  display: inline-block;
  position: absolute;
  right: 4%;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.main-search .search-close::before,
.main-search .search-close::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
.main-search .search-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.main-search .search-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.main-search .search-cont {
  padding: 35px 80px 35px 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 10% 0 15%;
}
.main-search .search-cont .search-inp {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  background-color: transparent;
  display: block;
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.main-search .search-cont input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.main-search .search-cont .search-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: url(../image/tbgxEn-icon3.png) no-repeat center center rgba(255, 255, 255, 0.3);
  background-size: 18px 19px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/*nav*/
nav.navbar.bootsnav {
  margin-top: 16px;
  min-height: 46px;
  background: #323232;
  border: none;
  box-shadow: none;
  z-index: 99;
  position: relative;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin-right: 75px;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  padding: 10px 0 !important;
  margin: 0;
  text-transform: uppercase;
}
nav.navbar.bootsnav ul.nav > li > a::before {
  position: absolute;
  content: '';
  left: 5px;
  right: 5px;
  bottom: 2px;
  height: 2px;
  background: #FFF;
  opacity: 0;
  transition: all 0.5s;
}
nav.navbar.bootsnav ul.nav > li > a::after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 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: none;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover::before,
nav.navbar.bootsnav ul.nav > li > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a:hover::before,
nav.navbar.bootsnav ul.nav > li.active > a:focus::before,
nav.navbar.bootsnav ul.nav > li.active > a::before,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a::before {
  opacity: 1;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  min-width: 200px;
  width: 200px;
  background: #FFFFFF;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1px 9px 0 #EEEEEE;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  color: #333333;
  margin: 0;
  padding: 7px 0 7px 0;
  line-height: 24px;
  background: none;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #B30000;
  border-bottom: 1px solid #B30000;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul {
  top: 5px;
  border-top: none;
  min-width: 130%;
  margin-top: 0;
  left: 100%;
  transform: translateX(0);
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul > li > a {
  font-weight: 400;
  text-align: center;
  font-size: 14.0006px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #2B2D32;
  margin-top: 0;
}
.index-box1 .container {
  position: relative;
}
.index-box1 .banner-page {
  width: auto;
  left: auto;
  right: 0;
  bottom: 44px;
  z-index: 1;
}
.index-box1 .banner-page .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  border-radius: 7px;
  opacity: 0.75;
  margin: 0 4px;
}
.index-box1 .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 55px;
  opacity: 1;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.banner-box {
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-box img {
  width: 100%;
  height: 100%;
}
.banner-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 256px;
  background: url(../image/tbgxEn-bg1.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: 1;
}
.index-title {
  font-weight: bold;
  font-size: 36px;
  color: #151515;
  line-height: 36px;
  padding-bottom: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.index-title::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #CE93D8;
  border-radius: 2px;
}
.index-title a {
  color: #151515;
}
.index-title a:hover {
  color: #CE93D8;
}
.index-box2 {
  background: url(../image/tbgxEn-bg2.png) no-repeat center top;
  background-size: cover;
  padding: 80px 0 40px;
}
.col-tbgx-7 {
  width: 56.775%;
}
.col-tbgx-5 {
  width: 43.225%;
}
.kyjz-img .swiper-slide-active .kyjz-img-box {
  opacity: 1;
}
.kyjz-img-box {
  display: block;
  opacity: 0;
  transition: all 0.5s;
}
.kyjz-img-box .img-box {
  width: 100%;
  height: 462px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.kyjz-img-box .img-box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.kyjz-img-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.kyjz-img-box .info {
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 22px;
  border-left: 1px solid rgba(0, 0, 0, 0.45);
  position: relative;
}
.kyjz-img-box .info::before {
  position: absolute;
  content: '';
  left: -1px;
  top: 0;
  height: 95px;
  border-left: 1px solid #D42B2E;
}
.kyjz-img-box .date {
  margin-bottom: 50px;
}
.kyjz-img-box .date div {
  font-size: 16px;
  color: #B30000;
  line-height: 1;
}
.kyjz-img-box .date div:first-child {
  font-size: 24px;
  margin-bottom: 10px;
}
.kyjz-img-box .title {
  font-weight: bold;
  font-size: 18px;
  color: #151515;
  line-height: 28px;
  height: 56px;
  margin-bottom: 5px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kyjz-img-box .desc {
  font-size: 15px;
  color: #888888;
  line-height: 24px;
  height: 72px;
  margin-bottom: 24px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.kyjz-img-box .more {
  width: 27px;
  -webkit-animation-name: moveright 1.5s infinite linear;
  animation: moveright 1.5s infinite linear;
}
.kyjz-img-box .more img {
  display: block;
  width: 100%;
}
.kyjz-img-box:hover .img-box::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.kyjz-img-box:hover .title {
  color: #B30000;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes moveright {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 20px;
  }
}
@keyframes moveright {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 20px;
  }
}
.kyjz-txt {
  overflow: visible;
}
.kyjz-txt .swiper-wrapper {
  flex-flow: column;
}
.kyjz-txt .swiper-slide {
  height: 100% !important;
}
.kyjz-txt .swiper-slide:last-child .kyjz-info {
  margin-bottom: 0;
}
.kyjz-txt .swiper-slide:hover .kyjz-info,
.kyjz-txt .swiper-slide.swiper-slide-thumb-active .kyjz-info {
  background: #CE93D8;
}
.kyjz-txt .swiper-slide:hover .kyjz-info::before,
.kyjz-txt .swiper-slide.swiper-slide-thumb-active .kyjz-info::before {
  opacity: 1;
}
.kyjz-txt .swiper-slide:hover .kyjz-info .title,
.kyjz-txt .swiper-slide.swiper-slide-thumb-active .kyjz-info .title,
.kyjz-txt .swiper-slide:hover .kyjz-info .date,
.kyjz-txt .swiper-slide.swiper-slide-thumb-active .kyjz-info .date {
  color: #fff;
}
.kyjz-txt .swiper-slide:hover .kyjz-info::before,
.kyjz-txt .swiper-slide.swiper-slide-thumb-active .kyjz-info::before {
  background: url(../image/tbgxEn-icon8.png) no-repeat center center;
}
.kyjz-info {
  display: block;
  background: #F1F1F1;
  padding: 20px 20px 21px 20px;
  border-radius: 6px;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.kyjz-info::before {
  position: absolute;
  content: '';
  bottom: 27px;
  right: 20px;
  width: 27px;
  height: 6px;
  background: url(../image/tbgxEn-icon2.png) no-repeat center center;
  background-size: 100% 100% !important;
  transition: all 0.5s;
}
.kyjz-info .title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  height: 48px;
  margin-bottom: 10px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kyjz-info .date {
  font-size: 14px;
  color: #666666;
  line-height: 1;
}
.more-btn {
  display: block;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #666666;
  margin: 30px auto 0;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 38px;
  text-align: center;
}
.more-btn img {
  width: 20px;
  margin-top: -3px;
  margin-left: 10px;
  display: inline-block;
}
.more-btn img:nth-child(2) {
  display: none;
}
.more-btn:hover {
  color: #FFFFFF;
  border: 1px solid #CE93D8;
  background: #CE93D8;
}
.more-btn:hover img:nth-child(1) {
  display: none;
}
.more-btn:hover img:nth-child(2) {
  display: inline-block;
}
.index-box3 {
  background: url(../image/tbgxEn-bg5.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.index-box3 .index-title {
  color: #FFFFFF;
}
.index-box3 .index-title::before {
  background: #FFF;
  left: 50%;
}
.index-box3 .more-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.index-box3 .more-btn:hover {
  border: 1px solid #CE93D8;
}
.index-box3 .more-btn:hover img:nth-child(1) {
  display: inline-block;
}
.index-box3 .more-btn:hover img:nth-child(2) {
  display: none;
}
.areas li {
  float: left;
  width: 260px;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-right: 18px;
  overflow: hidden;
  transition: all 0.5s;
}
.areas li:nth-child(2) .title{
  color: #FFF;
}

.areas li:last-child {
  margin-right: 0;
}
.areas li.active {
  width: calc(100% - 36px - 520px);
}
.areas li.active > a::before {
  display: none;
}
.areas li > a {
  display: block;
  width: 100%;
  height: 420px;
  border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.areas li > a::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.2);
  z-index: 2;
}
.areas li img {
  display: none;
  width: 100%;
}
.areas li .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  padding: 0 10px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  height: 30px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  z-index: 1;
}
.index-box4 {
  background: url(../image/tbgxEn-bg9.png) no-repeat center bottom;
  background-size: cover;
  padding: 60px 0 80px;
}
.index-box5 {
  padding-bottom: 60px;
}
.index-tab-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.index-tab-title li {
  width: 398px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50px;
  border: 1px solid #DDDDDD;
  font-size: 18px;
  color: #666666;
  line-height: 42px;
  text-align: center;
  padding: 0 15px;
  margin-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
}
.index-tab-title li:last-child {
  margin-right: 0;
}
.index-tab-title li.active {
  border: 1px solid #CE93D8;
  color: #ffffff;
  font-weight: bold;
  background: #CE93D8;
}
.index-tab-cont > div {
  display: none;
}
.index-tab-cont > div:first-child {
  display: block;
}
.index-tab-cont > div:first-child .products-cont > li:nth-child(2).active .blfl-group ul li {
  width: 33%;
}
.index-tab-cont > div:first-child .products-cont > li:nth-child(2).active .blfl-group ul li a {
  min-width: auto;
}
.index-tab-cont > div:nth-child(2) .products-cont > li.active .blfl-group ul li {
  width: 33%;
}
.index-tab-cont > div:nth-child(2) .products-cont > li.active .blfl-group ul li a {
  min-width: auto;
}
.index-tab-cont > div:nth-child(3) .products-cont > li:nth-child(2).active .blfl-group ul li {
  width: 50%;
}
.index-tab-cont > div:nth-child(3) .products-cont > li:nth-child(2).active .blfl-group ul li a {
  min-width: auto;
}
.products-cont > li {
  float: left;
  width: 280px;
  height: 510px;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.products-cont > li:last-child {
  margin-right: 0px;
}
.products-cont > li.active {
  width: calc(100% - 300px);
}
.products-cont > li.active .products-img::after {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.products-cont > li.active .products-info {
  display: block;
  padding: 32px 30px 40px 30px;
}
.products-cont > li.active .title {
  margin-bottom: 19px;
}
.products-cont > li.active .title .icon-box {
  float: left;
  width: 22px;
  margin: 1px 16px 0 0;
}
.products-cont > li.active .title .icon-box img:nth-child(1) {
  display: none;
}
.products-cont > li.active .title .icon-box img:nth-child(2) {
  display: block;
  width: 100%;
}
.products-cont > li.active .title p {
  float: left;
  margin-bottom: 0px;
  text-align: left;
  line-height: 26px;
}
.products-cont > li.active .title a {
  float: right;
  margin: 9px 0 0;
}
.products-cont > li.active .desc {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  display: block;
  height: 48px;
  margin-bottom: 18px;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products-cont > li.active .blfl-group {
  display: block;
  margin-bottom: 4px;
}
.products-cont > li.active .blfl-group:last-child {
  margin-bottom: 0;
}
.products-cont > li.active .blfl-group p {
  padding-left: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  background: url(../image/tbgxEn-icon10.png) no-repeat left center;
  margin-bottom: 16px;
}
.products-cont > li.active .blfl-group ul li {
  float: left;
  margin-bottom: 10px;
}
.products-cont > li.active .blfl-group ul li a {
  display: block;
  min-width: 130px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  padding: 0 5px;
  margin-right: 10px;
}
.products-cont > li.active .blfl-group ul li a:hover {
  background: #CE93D8;
  border: 1px solid #CE93D8;
}
.products-cont .products-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.products-cont .products-img::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 434px;
  background: url(../image/tbgxEn-bg7.png) no-repeat center bottom;
  background-size: 100% auto !important;
  z-index: 2;
  border-radius: 0 0 10px 10px;
  transition: all 0.5s;
}
.products-cont .products-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-cont .title .icon-box {
  width: 38px;
  margin: 0 auto 35px;
}
.products-cont .title .icon-box img:nth-child(1) {
  display: block;
  width: 100%;
}
.products-cont .title .icon-box img:nth-child(2) {
  display: none;
}
.products-cont .title p {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.products-cont .title a {
  display: block;
  width: 27px;
  height: 6px;
  margin: 0 auto;
  background: url(../image/tbgxEn-icon8.png) no-repeat center center;
  background-size: 100% 100%;
}
.products-cont .desc {
  display: none;
}
.products-cont .blfl-group {
  display: none;
}
.photo-list > li {
  float: left;
  width: 16.66666%;
}
.photo-list > li a {
  display: block;
  height: 209px;
  border: 1px solid transparent;
  overflow: hidden;
  padding: 8px;
  border-radius: 100%;
  transition: all 0.5s;
}
.photo-list > li a img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.photo-list > li a:hover {
  border: 1px solid rgba(206, 147, 216, 0.6);
}
.footer {
  background: #2B2D32;
  padding: 42px 0;
  text-align: center;
}
.footer a,
.footer span {
  display: inline-block;
}
.footer .foot-link {
  margin-bottom: 17px;
}
.footer .foot-link span {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.footer .foot-link a {
  color: #787878;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  margin-left: 40px;
}
.footer .foot-link a::before {
  position: absolute;
  content: '';
  left: -20px;
  top: 8px;
  width: 1px;
  height: 10px;
  background: #787878;
}
.footer .foot-link a:hover {
  color: #FFFFFF;
}
.footer .info span,
.footer .info a {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}
.footer .info a:hover {
  color: #FFFFFF;
}
.pgbanner {
  height: 297px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ny-header .navbar.navbar-default {
  float: none;
}
.breadcrumb {
  margin-bottom: 0;
}
.panel-heading a:before {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../image/tbgxEn-icon11.png) no-repeat center center;
}
.panel-heading a.collapsed:before {
  content: "";
  background: url(../image/tbgxEn-icon12.png) no-repeat center center;
}
.new-graphics li .boxstyle .txtinfo h4 a {
  text-align: center;
}
.boxstyle1 {
  width: 397px;
  margin: 0 auto;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #6f6f6f;
	z-index: 1005;
	display: none;
}
.scrollToTop i {
	line-height: 50px;
	font-size: 24px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.scrollToTop i {
		line-height: 40px;
		font-size: 20px;
	}
}
