.scale-box {
  overflow: hidden;
}
.scale-box img {
  width: 100%;
  height: 100%;
}
.scale-box img:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2);
}
.border-bottom:after {
  content: "";
  width: 76px;
  height: 10px;
  display: block;
  border-bottom: 2px solid #333;
}
.container {
  position: relative;
}
.button {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #2E7CFB;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.button-white {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.button:hover {
  color: #fff;
  background-color: #2769d6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.gray-box {
  background: #f3f3f4;
}
.tab-nav li {
  display: inline-block;
}
.tab-nav li:hover {
  cursor: pointer;
  color: #4d8ef7;
}
.tab-nav .active {
  color: #2E7CFB;
}
.tab-card {
  display: none;
}
.tab-card.active {
  display: block;
}
.header {
  height: 80px;
  line-height: 80px;
  background-color: #fff;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.logo {
  width: 115px;
}
.header-list {
  float: right;
}
.header-list ul {
  float: left;
}
.header-list ul li {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  padding-left: 30px;
}
.header-list ul li a.active {
  padding-bottom: 5px;
  border-bottom: 2px solid #2E7CFB;
  color: #2E7CFB;
}
.change-lang {
  padding-top: 10px;
  padding-left: 70px;
  height: 80px;
  float: left;
  line-height: 30px;
}
.change-lang a {
  color: #999999;
}
.change-lang a.active {
  color: #333;
}
#carousel-home img {
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
#carousel-home .item h2 {
  font-size: 32px;
  color: #fff;
  padding: 33px 0px;
  text-align: left;
}
#carousel-home .item p {
  font-size: 20px;
  color: #fff;
  text-align: left;
}
#carousel-home .carousel-caption {
  top: 20%;
}
#carousel-home .home-banner2 .carousel-caption {
  left: 60%;
  right: 0;
}
.swiper-pagination {
  bottom: 20px;
  left: 0px;
  right: 0px;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #aaa;
  opacity: 1;
  border: 0;
  border-radius: 10px;
  margin: 0px 5px;
  position: relative;
}
.swiper-pagination-bullet-before {
  background-color: #fff !important;
}
.swiper-pagination-bullet span {
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  width: 0px;
  height: 4px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 1;
  transition: all linear 0s;
  -webkit-transition: all linear 0s;
}
.swiper-pagination-bullet-active {
  background-color: #ccc;
}
.swiper-loading span {
  width: 30px !important;
  transition: all 5s;
  -webkit-transition: all 5s;
}
#carousel-home .carousel-indicators li {
  background-color: #eee;
}
.carousel-indicators li {
  width: 30px;
  height: 4px;
  background-color: #FFFFFF;
  opacity: .4;
  border: 0;
  position: relative;
}
.carousel-indicators .active {
  width: 30px;
  height: 4px;
  background-color: #FFFFFF;
  opacity: .4;
  margin: 1px;
}
.carousel-indicators li:before {
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  width: 0px;
  height: 4px;
  border-radius: 10px;
  opacity: 0.8;
  background-color: #FFFFFF;
  transition: width 2s;
  -webkit-transition: width 2s;
}
.carousel-indicators li.active:before {
  width: 30px;
}
.introduce-contain {
  padding: 60px 0px;
}
.introduce-contain .scale-box {
  width: 730px;
}
.introduce-card {
  background-color: #fff;
  padding-top: 62px;
  padding-left: 59px;
  width: 495px;
  height: 324px;
  position: absolute;
  bottom: 120px;
  right: 0px;
}
.introduce-card h2 {
  color: #333333;
  font-size: 32px;
}
.introduce-card p {
  color: #666;
  padding: 20px 0px;
  font-size: 14px;
}
.introduce-card a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #2E7CFB;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
}
.home-product-menu {
  text-align: right;
}
.home-product-menu li {
  font-size: 16px;
  margin: 0px 20px;
}
.home-product-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-product-list .scale-box {
  text-align: center;
  overflow: auto;
  padding: 30px;
}
.home-product-list .scale-box img {
  width: 80%;
  height: auto;
}
.home-product-list .scale-box img:hover {
  transform: scale(1.3, 1.3);
}
.home-culture-contain {
  height: 406px;
  margin-bottom: 120px;
}
.home-culture-card {
  padding: 38px 0px;
  width: 614px;
  height: 410px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.home-culture-card h2 {
  color: #333333;
  font-size: 32px;
}
.home-culture-card p {
  color: #666;
  padding: 20px 0px;
  font-size: 14px;
}
.home-culture-card a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #2E7CFB;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
}
.home-culture-img {
  position: absolute;
  right: 0px;
}
.small-line {
  padding: 0px 10px;
  display: none;
}
.home-culture-content {
  background-color: #fff;
  padding: 40px 0px;
  height: 260px;
}
.home-culture-content ul li {
  padding: 14px 0px;
}
.home-culture-content h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  transition: none;
}
.home-culture-content h3.active {
  color: #2E7CFB;
}
.home-culture-content h3.active .small-line {
  display: inline-block;
}
.home-culture-info {
  padding-top: 10px;
  padding-right: 50px;
}
.home-culture-info h3 {
  font-weight: bold;
}
.home-culture-info-1 {
  display: block;
}
.home-culture-info-2 {
  display: none;
}
.home-culture-info-3 {
  display: none;
}
.home-footer {
  background-image: url(../img/home/home-footer.png);
  height: 564px;
  background-size: cover;
  padding-top: 111px;
  color: #fff;
  position: relative;
}
.home-footer .border-bottom:after {
  border-color: #fff;
}
.home-footer .footer-line {
  border-bottom-color: #fff;
}
.home-footer-content {
  padding-top: 90px;
  padding-left: 150px;
  width: 900px;
  margin: auto;
}
.home-footer-content ul {
  width: 50%;
  float: left;
}
.home-footer-content li {
  margin-bottom: 33px;
}
.home-footer-content span {
  padding-right: 30px;
}
.footer-line {
  width: 135px;
  border-bottom: solid 2px #999;
}
.home-footer-share {
  width: 45%;
  background-color: #2E7CFB;
  height: 96px;
  line-height: 96px;
  padding-left: 100px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.home-qrcode {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 20px;
  transition: all ease-in-out 0.4s;
}
.home-show-qrcode:hover .home-qrcode {
  display: inline-block;
}
.home-copy-link {
  padding-left: 80px;
}
.copyright {
  background-color: #060606;
  color: #666;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.copyright .container {
  border-top: 1px dashed #666;
}
.footer {
  color: #999;
  background-image: url(../img/banner-footer.png);
  height: 226px;
  padding-top: 40px;
}
.footer-content li {
  margin-bottom: 25px;
}
.footer-content span {
  padding-right: 30px;
}
.footer-share {
  padding-top: 80px;
  position: relative;
}
.copy-link {
  padding-left: 50px;
}
.qrcode {
  display: none;
  position: absolute;
  bottom: 50px;
  left: -65px;
}
.show-qrcode:hover .qrcode {
  display: inline-block;
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.banner-info {
  display: table;
  position: absolute;
  height: 400px;
  top: 0;
  width: 100%;
}
.banner-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.banner-content h2 {
  font-size: 30px;
  font-weight: 400;
}
.banner-content p {
  padding-top: 27px;
  font-size: 24px;
  color: #fff;
}
.culture-banner-content {
  text-align: left;
  padding-left: 100px;
}
.culture-tab .tab-nav {
  height: 80px;
  line-height: 80px;
  background-color: #F2F3F4;
  font-size: 16px;
  text-align: center;
}
.culture-tab .tab-nav li {
  padding: 0px 35px;
}
.culture-tab .container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #BCBCBC;
}
.culture-card {
  width: 880px;
  margin: 0 auto;
  padding: 40px 0px;
}
.culture-card img {
  padding-top: 40px;
}
.culture-card p {
  color: #666;
}
.culture-title {
  padding-bottom: 20px;
  font-weight: bold;
}
.about-title {
  font-size: 28px;
  text-align: center;
  padding: 80px 0px;
}
.about-title span {
  position: relative;
}
.about-title span:before {
  width: 40px;
  height: 3px;
  background-color: #2E7CFB;
  position: absolute;
  top: 15px;
  left: -60px;
  content: "";
}
.about-title span:after {
  width: 40px;
  height: 3px;
  background-color: #2E7CFB;
  position: absolute;
  top: 15px;
  right: -60px;
  content: "";
}
.about-company-info {
  width: 880px;
  font-size: 16px !important;
  text-align: left;
  margin: 0 auto;
  color: #666;
}
.about-founder p {
  color: #666;
}
.about-founder-name {
  padding-top: 80px;
  text-align: right;
}
.member-card {
  height: 500px;
  background-color: #fff;
  box-shadow: 2px 4px 19px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 60px;
  position: relative;
}
.member-card .button {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  color: #2E7CFB;
}
.member-card .button:hover {
  color: #4d8ef7;
}
.member-title {
  font-size: 18px;
  padding: 40px 0px 26px;
  text-align: center;
  font-weight: bold;
}
.member-info {
  padding: 0px 50px 60px;
  text-align: left;
}
.honor-card {
  width: 270px;
  font-size: 28px;
  text-align: left;
  display: inline-block;
}
.honor-info {
  padding: 20px 0px 120px;
}
.crumbs a {
  color: #999;
}
.style-info {
  text-align: center;
  padding: 20px 0px 40px;
}
.about-contact {
  text-align: center;
}
.about-contact span {
  display: inline-block;
  padding: 0px 30px 40px;
}
.xianhe-contact {
  width: 660px;
  margin: 0 auto;
  text-align: left;
}
.xianhe-contact a {
  color: #666;
}
#wp {
  min-height: 700px;
}
.product-list {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.product-list li {
  font-size: 15px;
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: top;
  padding-bottom: 50px;
}
.product-list .scale-box {
  margin: 0 auto;
  padding: 30px;
}
.product-list .scale-box img {
  width: 80%;
  height: auto;
}
.product-list .scale-box img:hover {
  transform: scale(1.3, 1.3);
}
.product-tab {
  padding: 120px 0px 30px;
  text-align: center;
}
.product-tab li {
  display: inline-block;
  width: 130px;
  text-align: center;
}
.product-tab a {
  position: relative;
}
.product-tab a.active {
  color: #2E7CFB;
}
.product-tab a.active:after {
  content: "";
  display: block;
  width: 37px;
  height: 2px;
  background-color: #2E7CFB;
  margin: auto;
}
.product-name {
  height: 40px;
  line-height: 20px;
}
.page {
  padding: 0px 0px  80px;
  text-align: center;
}
.page a {
  padding: 0px 20px;
}
.page a.active {
  color: #2E7CFB;
}
.page a.disable {
  color: #C0C4CC;
  cursor: auto;
}
