@charset "UTF-8";
/***************** 布局 ******************/
.less-center-img {
  font-size: 0;
  text-align: center;
}
.less-center-img img {
  vertical-align: middle;
}
.less-center-img:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}
/******************************************** 网站样式开始 **********************************************/
/***************** 全局 ******************/
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei UI Light', "微软雅黑", arial, helvetica, clean, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  word-wrap: break-word;
  line-height: 1.15;
  color: #333;
  background-color: #fff;
  overflow-x: hidden;
}
code, kbd, pre, samp{
  font-family: 'Microsoft YaHei UI Light', "微软雅黑", arial, helvetica, clean, sans-serif;
}
input,
select,
textarea {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
ul,
li,
ol,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
a:link {
  text-decoration: none;
}
.com-p {
  line-height: 1.6;
  font-size: 1rem;
}
.com-p p {
  margin: 0;
  padding: 0;
}
/***************** 网页样式 ******************/
/* 首页 右侧菜单栏 */
#menu {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu li {
  display: block;
  width: 14px;
  text-align: center;
}
#menu li.active a {
  width: 14px;
  height: 14px;
  background-color: #333;
  margin: 20px 0;
}
#menu li.active a.black .tit{
  color:#000;
}
#menu li.active a:before {
  -webkit-transform: scale(1, 0.5);
          transform: scale(1, 0.5);
}
#menu li.active a .tit {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
#menu li a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin: 8px 0;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#menu li a:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #f6ae45;
  -webkit-transform: scale(0, 0.5);
          transform: scale(0, 0.5);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#menu li a .tit {
  position: absolute;
  right: 100%;
  bottom: 100%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  white-space: nowrap;
  margin-right: 6px;
  font-size: 0.95rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #f6ae45;
}
/* 头部导航 */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
#header .header--top {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
#header .header--top.blue {
  background-color: #00183f;
}
#header .header--top.black .logo a img {
  display: none;
}
#header .header--top.black .logo a img.blc-logo {
  display: block;
}
#header .header--top.black .nav .nav-btn {
  background-color: #000;
}
#header .header--top.black .nav .nav-list a:hover {
  color: #000;
}
#header .header--top.black2 .logo a img {
  display: none;
}
#header .header--top.black2 .nav .nav-btn {
  background-color: #000;
}
#header .header--top.black2 .nav .nav-list a {
  color: #000;
}
#header .header--top.black2 .nav .nav-list a:hover {
  color: #f6ae45;
}
#header .header--top .logo {
  max-width: 250px;
}
#header .header--top .logo a {
  display: block;
}
#header .header--top .logo a img {
  height: 50px;
}
#header .header--top .logo a img.blc-logo {
  display: none;
}
#header .header--top .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
#header .header--top .nav.active .nav-btn {
  display: none;
}
#header .header--top .nav.active .nav-list {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
#header .header--top .nav .nav-btn {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: #f6ae45 url('../images/ic-menu.png') no-repeat center center;
  background-size: 27px auto;
  cursor: pointer;
}
#header .header--top .nav .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  padding-right: 60px;
}
#header .header--top .nav .nav-list.active {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#header .header--top .nav .nav-list a {
  height: 100px;
  color: #fff;
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#header .header--top .nav .nav-list a:hover {
  color: #f6ae45;
}
/* 内容区 main */
#main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow:hidden;
}
/* 手机端导航 */
#hamburger {
  display: none;
}
#hamburger.show .nav-close {
  opacity: 1;
  visibility: visible;
}
#hamburger.show .nav-mask {
  opacity: 1;
  visibility: visible;
}
#hamburger.show .nav-list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#hamburger .nav-btn {
  z-index: 999;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7) url('../images/ic-menu-mb.png') no-repeat center center;
  background-size: auto 19px;
  border-radius: 3px;
}
#hamburger .nav-close {
  z-index: 1001;
  position: fixed;
  left: 230px;
  top: 15px;
  width: 28px;
  height: 28px;
  background: url('../images/ic-close.png') no-repeat center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#hamburger .nav-list {
  z-index: 1001;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 220px;
  background-color: #fff;
  padding: 30px 0;
  -webkit-transform: translateX(-220px);
          transform: translateX(-220px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#hamburger .nav-list .nav-logo {
  height: 25px;
  width: auto;
  margin-left: 25px;
  display: block;
  margin-bottom: 20px;
}
#hamburger .nav-list .nav-logo img {
  width: auto;
  height: 100%;
}
#hamburger .nav-list .nav-item {
  display: block;
  padding-left: 25px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #666;
  font-size: 18px;
  color: #333;
}
#hamburger .nav-list .nav-item:active,
#hamburger .nav-list .nav-item.active {
  background-color: #25459f;
  color: #fff;
}
#hamburger .nav-mask {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
/* swiper1 */
#swiper1 {
  width: 100%;
  height: 100%;
  position: relative;
}
#swiper1 .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#swiper1 .swiper-container .swiper-slide {
  width: 100%;
}
#swiper1 .swiper-item {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
#swiper1 .swiper1-btn {
  z-index: 99;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#swiper1 .swiper1-btn .prev,
#swiper1 .swiper1-btn .next {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #333333;
  position: relative;
  font-family: '宋体';
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
#swiper1 .swiper1-btn .prev:hover,
#swiper1 .swiper1-btn .next:hover {
  background-color: #f6ae45;
}
.index--about,
.index--case,
.index--sol,
.index--news,
.index--partner,
.index--contact {
  width: 100%;
  height: 100%;
}
.index--about .row,
.index--case .row,
.index--sol .row,
.index--news .row,
.index--partner .row,
.index--contact .row {
  height: inherit;
}
/* 首页 关于我们 */
.index--about {
  background: no-repeat center center;
  background-size: cover;
}
.index--about .about-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.index--about .about-left .about-intro {
  width: 80%;
  max-width: 800px;
  min-width: 600px;
  padding-left: 30px;
}
.index--about .about-left .about-intro .about-zh {
  font-size: 2.4rem;
  color: #000;
}
.index--about .about-left .about-intro .about-en {
  font-size: 2rem;
  color: #fff;
  margin: 20px 0 70px 0;
}
.index--about .about-left .about-intro .about-infos {
  line-height: 1.6;
  font-size: 1.2rem;
  color: #333;
}
.index--about .about-left .about-intro .about-link {
  cursor: pointer;
  margin-top: 100px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
  position: relative;
  padding-right: 40px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.index--about .about-left .about-intro .about-link:before {
  content: '>';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url('../images/about-link.png') no-repeat;
}
.index--about .about-left .about-intro .about-link:hover {
  background: #f6ae45;
}
.index--about .about-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.index--about .about-right .about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-right: 100px;
}
.index--about .about-right .about-list .about-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  background-color: #fff;
  position: relative;
  margin: 20px;
}
.index--about .about-right .about-list .about-item:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.index--about .about-right .about-list .about-item:hover .inner .icon {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.index--about .about-right .about-list .about-item .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.index--about .about-right .about-list .about-item .inner:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px 20px 0 0;
  width: 22px;
  height: 22px;
  background: url('../images/ic-add.png') no-repeat;
}
.index--about .about-right .about-list .about-item .inner .fixed {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.index--about .about-right .about-list .about-item .inner .icon {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.index--about .about-right .about-list .about-item .inner .word .zh {
  font-size: 1.4rem;
  margin-top: 30px;
  color: #fff;
}
.index--about .about-right .about-list .about-item .inner .word .en {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #fff;
}
.index--about .about-right .about-list .about-item:nth-child(1) .inner {
  background-color: #31a5d0;
}
.index--about .about-right .about-list .about-item:nth-child(2) .inner {
  background-color: #817057;
}
.index--about .about-right .about-list .about-item:nth-child(3) .inner {
  background-color: #faead1;
}
.index--about .about-right .about-list .about-item:nth-child(3) .inner:before {
  background-image: url('../images/ic-add-blue.png');
}
.index--about .about-right .about-list .about-item:nth-child(3) .inner .fixed .word .zh,
.index--about .about-right .about-list .about-item:nth-child(3) .inner .fixed .word .en {
  color: #02a8fd;
}
.index--about .about-right .about-list .about-item:nth-child(4) .inner {
  background-color: #a8bd0b;
}
/* 首页 案例 */
.index--case .case-item {
  width: 100%;
  height: 100%;
}
.index--case .case-item:hover .case-bg:before {
  background-color: rgba(0, 0, 0, 0);
}
.index--case .case-item:hover .case-info .zh,
.index--case .case-item:hover .case-info .en {
  display: none;
}
.index--case .case-item:hover .case-info .more {
  opacity: 0;
  visibility: hidden;
}
.index--case .case-item:hover .case-info .more.hov {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, -60px, 0);
          transform: translate3d(0, -60px, 0);
  background-color: #f6ae45;
  color: #fff;
}
.index--case .case-item:hover .case-line span:nth-child(1),
.index--case .case-item:hover .case-line span:nth-child(3) {
  width: 90%;
}
.index--case .case-item:hover .case-line span:nth-child(2),
.index--case .case-item:hover .case-line span:nth-child(4) {
  height: 90%;
}
.index--case .case-item .case-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.index--case .case-item .case-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.index--case .case-item .case-info {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 350px;
}
.index--case .case-item .case-info .zh {
  color: #f6ae45;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.index--case .case-item .case-info .en {
  color: #fff;
  font-size: 1.8rem;
}
.index--case .case-item .case-info .more {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f6ae45;
  color: #f6ae45;
  border-radius: 20px;
  text-align: center;
  margin: 100px auto 0;
}
.index--case .case-item .case-info .more.hov {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.index--case .case-item .case-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index--case .case-item .case-line span {
  background: #000;
  position: absolute;
  display: block;
  z-index: 3;
  -webkit-transition: 0.3s 0.1s all;
  transition: 0.3s 0.1s all;
}
.index--case .case-item .case-line span:nth-child(1) {
  top: 5%;
  left: 5%;
  width: 0%;
  height: 1px;
}
.index--case .case-item .case-line span:nth-child(2) {
  top: 5%;
  right: 5%;
  height: 0%;
  width: 1px;
}
.index--case .case-item .case-line span:nth-child(3) {
  bottom: 5%;
  left: 5%;
  width: 0%;
  height: 1px;
}
.index--case .case-item .case-line span:nth-child(4) {
  bottom: 5%;
  left: 5%;
  width: 1px;
  height: 0%;
}
/* swiper2 */
#swiper2 {
  width: 100%;
  height: 100%;
}
#swiper2 .swiper-container {
  width: 100%;
  height: 100%;
}
#swiper2 .swiper-container .swiper-pagination {
  display: none;
}
/* index--sol */
.index--sol {
  background-color: #f6ae45;
  overflow: hidden;
}
.index--sol .sol-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.index--sol .sol-left .sol-intro {
  position: relative;
  height: 100%;
  background: url('../images/sol-bg.png') no-repeat right bottom;
  background-size: 50% auto;
  padding: 0 20px;
}
.index--sol .sol-left .sol-intro:before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  top: 0;
  width: 200%;
  height: 50%;
  background-color: #011942;
  -webkit-transform: translateX(-25%) skewY(-10deg);
          transform: translateX(-25%) skewY(-10deg);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.index--sol .sol-left .sol-intro:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 200px;
  top: 0;
  width: 200%;
  height: 25%;
  background-color: #011942;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.index--sol .sol-left .sol-intro .sol-item {
  height: inherit;
  display: none;
}
.index--sol .sol-left .sol-intro .sol-item.active {
  display: block;
}
.index--sol .sol-left .sol-intro .sol-item .intro-top {
  height: 50%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.index--sol .sol-left .sol-intro .sol-item .intro-top .intro-inner {
  max-height: 100%;
  overflow-y: auto;
  margin-bottom: 30px;
}
.index--sol .sol-left .sol-intro .sol-item .intro-top .intro-inner .en {
  font-size: 1.2rem;
  color: #9fc0ee;
  margin-bottom: 10px;
}
.index--sol .sol-left .sol-intro .sol-item .intro-top .intro-inner .zh {
  color: #fff;
  font-size: 2rem;
}
.index--sol .sol-left .sol-intro .sol-item .intro-top .intro-inner .pain {
  margin-top: 70px;
}
.index--sol .sol-left .sol-intro .sol-item .intro-top .intro-inner .pain .tit {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 25px;
}
.index--sol .sol-left .sol-intro .sol-item .intro-top .intro-inner .pain .info {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.6;
}
.index--sol .sol-left .sol-intro .sol-item .intro-bottom {
  height: 50%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index--sol .sol-left .sol-intro .sol-item .intro-bottom .intro-inner .tit {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 30px;
}
.index--sol .sol-left .sol-intro .sol-item .intro-bottom .intro-inner .info {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.6;
}
.index--sol .sol-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
.index--sol .sol-right .sol-item {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
#swiper3 {
  width: 100%;
  height: 100%;
}
#swiper3 .swiper-container {
  width: 100%;
  height: 100%;
}
#swiper3 .custom-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#swiper3 .custom-pagination .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  height: 150px;
  background-color: rgba(1, 25, 66, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  cursor: pointer;
  text-align: center;
}
#swiper3 .custom-pagination .item.active {
  background-color: #f6ae45;
  color: #333;
  height: 200px;
}
#swiper3 .custom-pagination .item.active .arrow {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#swiper3 .custom-pagination .item:not(.active):hover {
  background-color: #011942;
}
#swiper3 .custom-pagination .item:not(:last-child) {
  border-right: 1px solid #011942;
}
#swiper3 .custom-pagination .item .zh {
  font-size: 2rem;
}
#swiper3 .custom-pagination .item .en {
  font-size: 1.3rem;
  margin-top: 5px;
}
#swiper3 .custom-pagination .item .arrow {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -11px;
  width: 21px;
  height: 18px;
  background: url('../images/sol-curr.png') no-repeat center center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
/* 首页 新闻 */
.index--news {
  background: no-repeat center center;
  background-size: cover;
}
.index--news .news-list {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index--news .news-list .news-item {
  width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  background-color: transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.index--news .news-list .news-item:hover {
  background-color: #f6ae45;
}
.index--news .news-list .news-item:hover .inner .img {
  margin-top: 0;
  opacity: 1;
}
.index--news .news-list .news-item:hover .inner .date {
  color: #fff;
}
.index--news .news-list .news-item:hover .inner .tit,
.index--news .news-list .news-item:hover .inner .info {
  color: #fff;
}
.index--news .news-list .news-item .inner {
  width: 100%;
}
.index--news .news-list .news-item .inner .img {
  width: 100%;
  padding-bottom: 66.66%;
  background: no-repeat center center;
  background-size: cover;
  margin-bottom: 50px;
  margin-top: -100%;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.index--news .news-list .news-item .inner .date {
  font-size: 1rem;
  color: #f6ae45;
  margin-bottom: 20px;
}
.index--news .news-list .news-item .inner .date .big {
  font-size: 2rem;
  font-weight: bold;
}
.index--news .news-list .news-item .inner .tit {
  margin-bottom: 40px;
  font-size: 1.2rem;
  color: #f6ae45;
  line-height: 1.6;
}
.index--news .news-list .news-item .inner .info {
  line-height: 1.6;
  font-size: 1rem;
  color: #fff;
}
.index--news .news-list .news-item .inner .tit-mobi {
  display: none;
}
/* 客户见证 */
.index--partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index--partner .partner-wrap {
  max-width: 100%;
}
.index--partner .partner-wrap .part-head {
  text-align: center;
  padding: 100px 0 30px;
}
.index--partner .partner-wrap .part-head .tit {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
}
.index--partner .partner-wrap .part-head .tit .red {
  color: red;
}
.index--partner .partner-wrap .part-head .en {
  font-size: 1.2rem;
  color: #fff;
}
.index--partner .partner-wrap .part-list {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.index--partner .partner-wrap .part-list .part-item {
  float: left;
  width: 115px;
  height: 115px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin-top: 40px;
}
.index--partner .partner-wrap .part-list .part-item:not(:nth-child(6n)) {
  margin-right: 80px;
}
.index--partner .partner-wrap .part-list .part-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index--partner .partner-wrap #swiper4 {
  display: none;
}
.index--partner .partner-wrap #swiper4 .part-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  margin: 10px auto;
  display: block;
}
.index--partner .partner-wrap .part-foot {
  font-size: 1rem;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin-top: 100px;
}
.index--contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index--contact .contact-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: inherit;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.index--contact .contact-right {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
  width: 100%;
}
.index--contact .contact-right .contact-wrap {
  margin-top: -50px;
  width: 500px;
}
.index--contact .contact-right .contact-wrap .logo {
  height: 55px;
  width: auto;
  margin-bottom: 80px;
}
.index--contact .contact-right .contact-wrap .intro .tit {
  color: #000;
  font-size: 2rem;
  margin-bottom: 30px;
}
.index--contact .contact-right .contact-wrap .intro .info {
  margin-bottom: 50px;
  line-height: 2;
}
.index--contact .contact-right .contact-wrap .intro .code {
  width: 170px;
}
.index--contact .contact-right .contact-wrap .intro .code img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.index--contact .contact-right .contact-wrap .intro .code div {
  font-size: 1rem;
  color: #999;
}
.index--contact .contact-right .copyright {
  position: absolute;
  left: 80px;
  bottom: 30px;
  width: 100%;
  color: #999;
  font-size: 1rem;
}
/* 内页 关于我们 */
.com-banner {
  height: 500px;
  background: no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.com-banner .inner {
  text-align: center;
}
.com-banner .inner .tit {
  font-size: 2.4rem;
  color: #fff;
}
.com-banner .inner .sub {
  font-size: 2rem;
  color: #fff;
  margin-top: 20px;
}
.com-sub-nav {
  background-color: #f6ae45;
}
.com-sub-nav .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96px;
}
.com-sub-nav .tit {
  font-size: 1.5rem;
  color: #001940;
}
.com-sub-nav .nav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.com-sub-nav .nav .nav-item {
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  background-color: transparent;
  color: #001940;
  margin: 0 5px;
  border-radius: 14px;
  font-size: 1rem;
}
.com-sub-nav .nav .nav-item:hover {
  color: #fff;
}
.com-sub-nav .nav .nav-item.active {
  background-color: #011942;
  color: #fff;
}
.com-editor {
  line-height: 1.6;
  font-size: 1rem;
}
.com-editor ul,
.com-editor ul li {
  list-style: disc;
}
.com-editor ol,
.com-editor ol li {
  list-style: decimal;
}
.com-editor img {
  max-width: 100%;
}
.sub--about {
  padding: 60px 0;
}
.sub--about .honor-slide .honor-item {
  padding: 10px 10px 80px;
}
.sub--about .honor-slide .honor-item .honor-img {
  width: 100%;
  padding-bottom: 75%;
  background: no-repeat center center;
  background-size: contain;
}
.sub--about .honor-slide .honor-item .honor-tit {
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  padding-top: 25px;
}
.sub--about .honor-slide-mobi {
  display: none;
}
.sub--about .honor-slide-mobi .honor-item {
  margin-bottom: 20px;
}
.sub--about .honor-slide-mobi .honor-item .honor-img {
  width: 100%;
  padding-bottom: 75%;
  background: no-repeat center center;
  background-size: contain;
}
.sub--about .honor-slide-mobi .honor-item .honor-tit {
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  padding-top: 25px;
}
#swiper6 {
  position: relative;
  display: block;
}
#swiper6 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: #ddd;
}
#swiper6 .swiper-pagination-bullet-active {
  background-color: #011942;
}
#swiper6 .swiper6-prev,
#swiper6 .swiper6-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-family: '宋体';
  font-size: 2rem;
  padding-left: 12px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  margin-top: -70px;
  cursor: pointer;
}
#swiper6 .swiper6-prev:hover,
#swiper6 .swiper6-next:hover {
  background-color: #011942;
  color: #fff;
}
#swiper6 .swiper6-prev {
  left: -50px;
}
#swiper6 .swiper6-next {
  right: -50px;
}
#swiper7 {
  margin-top: 50px;
  position: relative;
}
#swiper7 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: #ddd;
}
#swiper7 .swiper-pagination-bullet-active {
  background-color: #011942;
}
#swiper7 .swiper7-prev,
#swiper7 .swiper7-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-family: '宋体';
  font-size: 2rem;
  padding-left: 12px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  margin-top: -70px;
  cursor: pointer;
}
#swiper7 .swiper7-prev:hover,
#swiper7 .swiper7-next:hover {
  background-color: #011942;
  color: #fff;
}
#swiper7 .swiper7-prev {
  left: -50px;
}
#swiper7 .swiper7-next {
  right: -50px;
}
#footer {
  background-color: #444444;
}
.footer-pc {
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-pc .foot-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.footer-pc .foot-center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  color: #aaaaaa;
  font-size: 13px;
}
.footer-pc .foot-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-pc .foot-right .code {
  width: 100px;
  text-align: center;
}
.footer-pc .foot-right .code img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.footer-pc .foot-right .code .tit {
  font-size: 0.9rem;
  color: #aaaaaa;
}
.footer-mb {
  display: none;
}
.footer-mb .contact-wrap {
  text-align: center;
  position: relative;
  height: inherit;
  width: 100%;
  padding: 30px 15px 30px;
  display: block;
}
.footer-mb .contact-wrap .logo {
  height: 23px;
  margin-bottom: 25px;
}
.footer-mb .contact-wrap .intro .tit {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-mb .contact-wrap .intro .info {
  margin-bottom: 20px;
  line-height: 2;
}
.footer-mb .contact-wrap .intro .code {
  margin: 0 auto;
  width: 85px;
}
.footer-mb .contact-wrap .intro .code img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.footer-mb .contact-wrap .intro .code div {
  font-size: 1rem;
  color: #999;
}
.footer-mb .contact-wrap .copyright {
  margin-top: 20px;
  width: 100%;
  color: #999;
  font-size: 1rem;
  line-height: 1.5;
}
/* 产品中心 */
.com-pages {
  text-align: center;
  display: block;
  margin-top: 40px;
}
.com-pages a,
.com-pages span {
  display: inline-block;
  vertical-align: top;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  color: #666;
  margin: 0 5px;
  padding: 0 5px;
}
.com-pages a {
  border: 1px solid #ddd;
}
.com-pages a:hover {
  background-color: #f6ae45;
  border-color: #f6ae45;
  color: #fff;
}
.com-pages span {
  background-color: #f6ae45;
  border-color: #f6ae45;
  color: #fff;
}
.com-pages-mobi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 45px;
}
.com-pages-mobi .prev,
.com-pages-mobi .next {
  font-size: 15px;
  width: 110px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 18px;
}
.com-pages-mobi .prev:active,
.com-pages-mobi .next:active,
.com-pages-mobi .prev:hover,
.com-pages-mobi .next:hover {
  background-color: #f6ae45;
  color: #333;
}
.com-ad-block {
  height: 120px;
  width: 100%;
}
.com-ad-block img {
  width: 100%;
  height: 100%;
}
.sub--product {
  padding: 60px 0;
}
.sub--product .product-list .pro-item {
  margin-top: 50px;
}
.sub--product .product-list .pro-item:hover .pro-inner {
  background-color: #eee;
}
.sub--product .product-list .pro-item:hover .pro-inner .pro-info .link {
  background-color: #f6ae45;
  color: #011942;
}
.sub--product .product-list .pro-item .pro-inner {
  padding: 10px;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  border: 1px solid #e5e5e5;
}
.sub--product .product-list .pro-item .pro-inner .pro-img {
  background: no-repeat center center;
  background-size: cover;
}
.sub--product .product-list .pro-item .pro-inner .pro-img:before {
  content: '';
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.sub--product .product-list .pro-item .pro-inner .pro-info .tit {
  margin: 30px 0;
  font-size: 1.3rem;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sub--product .product-list .pro-item .pro-inner .pro-info .link {
  font-size: 1rem;
  color: #fff;
  background-color: #011942;
  width: 90px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  margin: 0 auto 15px;
}
.sub--product .product-detail {
  height: 100%;
}
.sub--product .product-detail .detail-info {
  padding-left: 20px;
  position: relative;
  height: 100%;
}
.sub--product .product-detail .detail-info .tit {
  font-size: 2rem;
  color: #666;
  padding: 10px 0 20px;
  border-bottom: 1px solid #E5E5E5;
  line-height: 1.5;
}
.sub--product .product-detail .detail-info .info .tt {
  margin: 25px 0;
  font-size: 1rem;
}
.sub--product .product-detail .detail-info .info .if {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
}
.sub--product .product-detail .detail-info .com-share {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.sub--product .product-detail .detail-page {
  margin: 40px 0;
  background-color: #eee;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub--product .product-detail .detail-page .page a {
  margin-left: 10px;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  display: inline-block;
  width: 100px;
  padding: 8px 0;
  text-align: center;
}
.sub--product .product-detail .detail-page .page a:hover {
  background-color: #f6ae45;
}
.sub--product .product-detail .detail-intro {
  margin-bottom: 40px;
}
.sub--product .product-detail .detail-intro .intro-tit {
  font-size: 14px;
  margin: 20px 0;
  color: #333;
}
.sub--product .product-detail .detail-intro .com-editor {
  padding: 0 15px;
}
.sub--product .product-detail .case-big-img {
  width: 100%;
  padding-bottom: 66.66%;
  background: no-repeat center center;
  background-size: cover;
}
#swiper5 {
  width: 320px;
  margin: 0 auto;
  position: relative;
}
#swiper5 .swiper5-item {
  width: 100%;
  padding-bottom: 125%;
  background: no-repeat center center;
  background-size: cover;
}
#swiper5 .swiper5-next,
#swiper5 .swiper5-prev {
  position: absolute;
  top: 0;
  height: 100%;
  background: #eee no-repeat center center;
  width: 100px;
  cursor: pointer;
}
#swiper5 .swiper5-next:hover,
#swiper5 .swiper5-prev:hover {
  background-color: #f6ae45;
}
#swiper5 .swiper5-prev {
  left: -110px;
  background-image: url('../images/arrow-left.png');
}
#swiper5 .swiper5-next {
  right: -110px;
  background-image: url('../images/arrow-right.png');
}
/* 案例中心 */
.sub--product .case-list .case-item {
  margin-top: 50px;
}
.sub--product .case-list .case-item:hover .case-inner {
  background-color: #f6ae45;
}
.sub--product .case-list .case-item:hover .case-inner .case-info .link {
  background-color: #f6ae45;
  color: #011942;
}
.sub--product .case-list .case-item .case-inner {
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  border: 1px solid #e5e5e5;
}
.sub--product .case-list .case-item .case-inner .case-img {
  background: no-repeat center center;
  background-size: cover;
}
.sub--product .case-list .case-item .case-inner .case-img:before {
  content: '';
  width: 100%;
  padding-bottom: 66.66%;
  display: block;
}
.sub--product .case-list .case-item .case-inner .case-info .tit {
  padding: 30px 0;
  font-size: 1.3rem;
  color: #000;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sub--product .case-list .case-item .case-inner .case-info .link {
  font-size: 1rem;
  color: #fff;
  background-color: #011942;
  width: 90px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  margin: 0 auto 15px;
}
.sub--news {
  padding: 60px 0;
}
.sub--news .com-news-list .news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  background-color: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sub--news .com-news-list .news-item:hover {
  background-color: #f5f5f5;
}
.sub--news .com-news-list .news-item:hover .news-info .title {
  color: #011942;
}
.sub--news .com-news-list .news-item:hover .news-info .more {
  background-color: #f6ae45;
  color: #011942;
}
.sub--news .com-news-list .news-item .news-img {
  width: 300px;
  height: 200px;
  background: no-repeat center center;
  background-size: cover;
  max-width: 300px;
}
.sub--news .com-news-list .news-item .news-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 25px;
}
.sub--news .com-news-list .news-item .news-info .title {
  font-size: 1.2rem;
  color: #333;
}
.sub--news .com-news-list .news-item .news-info .date {
  font-size: 1rem;
  color: #666;
  margin: 10px 0 20px 0;
}
.sub--news .com-news-list .news-item .news-info .info {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}
.sub--news .com-news-list .news-item .news-info .more {
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #999;
  font-size: 0.9rem;
  background-color: #ddd;
  border-radius: 14px;
  margin-top: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sub--news .news-detail .detail-head {
  text-align: center;
}
.sub--news .news-detail .detail-head .title {
  font-size: 1.6rem;
  color: #011942;
  line-height: 1.5;
}
.sub--news .news-detail .detail-head .sub {
  font-size: 1rem;
  color: #666;
  margin-top: 30px;
}
.sub--news .news-detail .detail-head .sub span {
  margin: 0 10px;
}
.sub--news .news-detail .detail-info {
  padding: 60px 0;
}
.sub--news .news-detail .detail-page {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.sub--news .news-detail .detail-page a {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sub--news .news-detail .detail-page a .blue {
  color: #25459f;
}
.sub--news .news-detail .detail-page a:nth-child(1) {
  margin-bottom: 15px;
}
.sub--news .news-detail .detail-page a:hover .blue {
  color: #f6ae45;
}
/* 推荐阅读 */
.com-intro-news .news-tit {
  font-size: 1.6rem;
  color: #011942;
  margin: 40px 0;
}
.com-intro-news .news-item {
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #fff;
  display: block;
  margin-bottom: 10px;
}
.com-intro-news .news-item:hover {
  background-color: #f6ae45;
}
.com-intro-news .news-item:hover .news-info .title {
  color: #fff;
}
.com-intro-news .news-item:hover .news-info .date {
  color: #fff;
}
.com-intro-news .news-item:hover .news-info .info {
  color: #fff;
}
.com-intro-news .news-item .news-img {
  width: 100%;
  padding-bottom: 56.25%;
  background: no-repeat center center;
  background-size: cover;
}
.com-intro-news .news-item .news-info {
  padding: 30px 15px;
}
.com-intro-news .news-item .news-info .title {
  font-size: 1.3rem;
  color: #333;
  line-height: 1.5;
}
.com-intro-news .news-item .news-info .date {
  font-size: 1rem;
  color: #666;
  margin: 15px 0 30px 0;
}
.com-intro-news .news-item .news-info .info {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}
/* 联系我们 */
.sub--contact {
  padding: 60px 0;
}
.sub--contact .contact-info {
  padding: 50px 0 60px;
}
.sub--contact .contact-info .title {
  font-size: 1.4rem;
  color: #333;
}
.sub--contact .contact-info .info {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 25px;
}
.sub--contact .contact-map {
  margin-top: 100px;
  width: 100%;
  height: 500px;
  background-color: #eee;
}
#pageTop {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 99999;
}
#pageTop a {
  display: block;
  width: 66px;
  height: 66px;
  background-color: #333;
  margin-top: 5px;
  color: #fff;
  text-align: center;
  padding-top: 44px;
  position: relative;
  font-size: 0.9rem;
  white-space: nowrap;
}
#pageTop a:hover {
  background-color: #f6ae45;
}
#pageTop a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 66px;
  height: 40px;
  background: no-repeat center center;
}
#pageTop a.qq:before {
  background-image: url('../images/ic-msg.png');
}
#pageTop a.tel:before {
  background-image: url('../images/ic-call.png');
}
#pageTop a.wx:before {
  background-image: url('../images/ic-wx.png');
}
#pageTop a.totop:before {
  background-image: url('../images/ic-totop.png');
}
#wxbg {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#wxbg .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#wxbg img {
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
}
#wxbg .tit {
  font-size: 2rem;
  color: #fff;
}

#tellx {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#tellx .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#tellx img {
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
}
#tellx .tit {
  font-size: 2rem;
  color: #fff;
}

[data-lazyloadimg]{
  position:relative;
}
[data-lazyloadimg]:after{
  content:'';
  background-color:#eee;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:1;
  visibility:visible;
  transition:.3s .8s all;
  -webkit-transition:.3s .8s all;
  -moz-transition:.3s .8s all;
}
[data-lazyloadimg].load:after{
  opacity:0;
  visibility:hidden;
}

.header--top .nav .nav-en{
  display:none;
  position:absolute;
  right:0;
  top:0;
  width:60px;
  height:100%;
  white-space: nowrap;
  color:#fff;
}
.header--top .nav .nav-en a{
  color:inherit;
  display:inline-flex;
  align-items:center;
  height:100%;
}
.header--top .nav .nav-en a:hover{
  color:#f6ae45;
}
.header--top .nav.active .nav-en{
  display:block;
}
#hamburger .nav-list .nav-en{
  margin-left:15px;
}
.header--top.black2 .nav .nav-en{
  color:#000;
}
.header--top.black .nav .nav-en a:hover{
  color:#000;
}
#hamburger .nav-list .nav-en .nav-lang{
  display:inline-block;
  vertical-align:middle;
  padding:15px 8px;
  color:#333;
  font-size:1.1rem;
}
#hamburger .nav-list .nav-en .nav-lang:active{
  color:#f6ae45;
}
