@charset "UTF-8";
/* layout */
.container {
  width: 100%;
}
.wrapper {
  width: 1106px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .wrapper {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    width: auto;
    margin-left: 2.22222rem;
    margin-right: 2.22222rem;
  }
}
/*fonts*/
@font-face {
  font-family: 'corpfont';
  src: url('/Assets/CNBG/v2/fonts/corpfont.ttf') format('truetype');
}
/* module */
.module {
  margin: 50px 0;
}
.module-title {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: normal;
}
.module-desc {
  font-size: 14px;
  margin-bottom: 40px;
}
.module-desc p {
  width: 88%;
  font-size: 18px;
}
.module-desc .view {
  margin-top: 28px;
}
.module-desc .view a {
  font-size: 16px;
}
.module-desc .view a i {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_04.png') no-repeat;
  overflow: hidden;
}
.module-desc .view a:hover {
  color: #282828;
}
.module-desc .view a:hover i {
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.banner-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
.banner-text p {
  color: white;
  font-size: 42px;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .module {
    margin: 4.44444rem 0;
  }
  .module-title {
    font-size: 2.22222rem;
  }
  .module-desc {
    font-size: 1.03704rem;
    margin-bottom: 2.96296rem;
  }
  .module-desc p {
    width: 100%;
    font-size: 1.03704rem;
  }
  .module-desc .view {
    margin-top: 2.07407rem;
  }
  .module-desc .view a {
    font-size: 1.18519rem;
  }
  .module-desc .view a i {
    width: 20px;
    height: 15px;
    margin-top: -2px;
    margin-left: 12px;
    vertical-align: middle;
    text-indent: -9999em;
    overflow: hidden;
  }
  .module-desc .view a:hover {
    color: #282828;
  }
  .module-desc .view a:hover i {
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  .banner-text {
    padding-top: 7.40741rem;
    padding-bottom: 3.7037rem;
  }
  .banner-text p {
    font-size: 2.22222rem;
  }
}
/* solution-module */
.solution-module {
  margin: 68px 0;
}
.solution-module-title h2 {
  font-size: 38px;
}
.solution-module-title p {
  font-size: 18px;
  margin: 20px 0;
  width: 83%;
}
.solution-items {
  margin: 0 -20px;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.solution-items > div {
  margin-top: 20px;
}
.solution-item {
  margin: 0px 20px 0 20px;
  border: 1px solid #f0f6f6;
  height: 100%;
}
.solution-item .item {
  height: 100%;
  background: white;
  position: relative;
}
.solution-item .item a {
  padding: 30px;
  display: block;
  height: 100%;
}
.solution-item .item a:hover {
  color: #282828;
}
.solution-item .item .img {
  height: 192px;
}
.solution-item .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 192px;
}
.solution-item .item h5 {
  font-size: 22px;
  line-height: 34px;
  color: #15b0e8;
}
.solution-item .item h5:hover {
  color: #1190be;
}
.solution-item .item .intro {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 80px;
  border-top: 1px solid #ebebeb;
  line-height: 28px;
}
.solution-item .item .intro p {
  margin-top: 30px;
}
.solution-item .item .intro p:first-child {
  margin-top: 0;
}
.solution-item .item .view {
  position: absolute;
  bottom: 30px;
}
.solution-item .item .view span i {
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_04.png') no-repeat;
  overflow: hidden;
}
.solution-item .item .view span:hover {
  color: #282828;
}
.solution-item .item .view span:hover i {
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media (max-width: 750px) {
  .solution-module {
    margin: 3.7037rem 0;
  }
  .solution-module-title h2 {
    font-size: 1.77778rem;
  }
  .solution-module-title p {
    font-size: 1.03704rem;
    margin: 1.48148rem 0;
  }
  .solution-items {
    display: block;
  }
  .solution-item .item a {
    padding: 1.48148rem;
  }
  .solution-item .item h5 {
    font-size: 1.18519rem;
    line-height: 1.4;
  }
  .solution-item .item .intro {
    margin-top: 1.48148rem;
    padding-top: 1.48148rem;
    padding-bottom: 3.7037rem;
  }
}
/* topbar */
.topbar {
  width: 100%;
  height: auto;
}
.topbar-fixed {
  margin-bottom: 68px;
}
.topbar .topnav {
  height: 28px;
  font-size: 12px;
  background-color: #222;
}
.topbar .topnav a,
.topbar .topnav a:hover {
  color: #fff;
}
.topbar .topnav .website {
  float: left;
  color: #fff;
  line-height: 28px;
}
.topbar .topnav .website:hover {
  color: #fff;
}
.topbar .topnav .website .icon-arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_01.png') no-repeat center;
  overflow: hidden;
}
.topbar .topnav .user {
  float: right;
  height: 20px;
  padding: 4px 0;
  line-height: 20px;
}
.topbar .topnav .user li {
  float: left;
  padding: 0 12px;
  border-right: 1px solid #949494;
}
.topbar .topnav .user li i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -3px;
  margin-right: 6px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
.topbar .topnav .user li i.icon-lang {
  background-image: url('https://carrier.huawei.com/Assets/CNBG/v2/img/icon_lang.png');
}
.topbar .topnav .user li i.icon-lock {
  background-image: url('https://carrier.huawei.com/Assets/CNBG/v2/img/icon_lock.png');
}
.topbar .topnav .user li.last {
  border-right: none;
}
.topbar .topmenu {
  display: none;
}
@media (max-width: 750px) {
  .topbar {
    display: none;
  }
}
/* header */
.header {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header .head {
  height: 68px;
}
.header .logo {
  float: left;
  padding-top: 18px;
}
.header .nav {
  float: left;
  margin-left: 20px;
}
.header .nav ul {
  height: 50px;
  margin-top: 18px;
}
.header .nav ul li {
  float: left;
  padding: 0 13px;
}
.header .nav ul li a {
  display: block;
  height: 44px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: 2px solid transparent;
}
.header .nav ul li a:hover {
  color: #e22835;
  border-color: #cb3034;
}
.header .search {
  position: relative;
  float: right;
  margin-top: 18px;
  padding-bottom: 10px;
}
.header .search .btn-search {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.header .search .btn-search .icon-search {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin: 4px;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/icon_search_01.png') no-repeat;
}
.header .search .btn-search .icon-search:hover {
  background-position: left bottom;
}
.header .search .search-bar {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1001;
  width: 350px;
  height: 36px;
  padding: 20px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}
.header .search .search-bar .search-keyword {
  float: left;
  width: 290px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #cbcbcb;
  border-right: none;
  background: none;
}
.header .search .search-bar .search-button {
  float: left;
  width: 39px;
  height: 36px;
  text-indent: -9999em;
  border: none;
  background: #fe0301 url('https://carrier.huawei.com/Assets/CNBG/v2/img/icon_search_02.png') no-repeat;
}
.header .search .search-bar .search-button:hover {
  background-color: #404040;
  background-position: right top;
}
.header .search .search-bar .icon-arrow {
  position: absolute;
  top: -14px;
  right: 6px;
  width: 28px;
  height: 14px;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/icon_search_arrow.png') no-repeat;
  overflow: hidden;
}
.header .menu {
  display: none;
}
.header-m {
  display: none;
}
.search-bar-m {
  display: none;
}
@media (max-width: 750px) {
  .header {
    display: none;
  }
  .header-m {
    display: block;
  }
  .header-m .head {
    height: 2.96296rem;
    padding: 0.66667rem 1.11111rem;
    /*box-shadow:0px 2px 8px rgba(0,0,0,0.1);*/
    border-bottom: 1px solid #e5e5e5;
  }
  .header-m .head .logo {
    float: left;
    margin-top: 0.22222rem;
  }
  .header-m .button {
    float: right;
  }
  .header-m .button li {
    position: relative;
    float: left;
    padding-right: 0.74074rem;
    margin-right: 0.66667rem;
  }
  .header-m .button li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 35px;
    margin-top: -1.25926rem;
    border-right: 1px solid #d4d4d4;
  }
  .header-m .button li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .header-m .button li:last-child:after {
    display: none;
  }
  .header-m .button li span {
    display: block;
  }
  .header-m .button li span i {
    display: block;
    width: 2.96296rem;
    height: 2.96296rem;
  }
  .header-m .button li span .icon-search {
    background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/icon_search_03.png') no-repeat center;
  }
  .header-m .button li span .icon-menu {
    background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/icon_menu.png') no-repeat center;
  }
  .search-bar-m {
    display: none;
    height: 2.66667rem;
    padding: 1.48148rem;
  }
  .search-bar-m form {
    position: relative;
  }
  .search-bar-m .search-keyword {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 2.66667rem;
    padding: 0 0.74074rem;
    border: 1px solid #ccc;
    background: none;
  }
  .search-bar-m .search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.88889rem;
    height: 2.66667rem;
    text-indent: -9999em;
    border: none;
    background: #fe0301 url('https://carrier.huawei.com/Assets/CNBG/v2/img/icon_search_02.png') no-repeat;
  }
  .search-bar-m .search-button:hover {
    background-color: #404040;
    background-position: right top;
  }
  .search-bar-m .icon-arrow {
    position: absolute;
    top: -1.03704rem;
    right: 0.44444rem;
    width: 2.07407rem;
    height: 1.03704rem;
    background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/icon_search_arrow.png') no-repeat;
    overflow: hidden;
  }
}
/*banner*/
.hw-banner {
  height: 536px;
  overflow: hidden;
  position: relative;
}
.hw-banner.slick-slider {
  margin-bottom: 0;
}
.hw-banner .slick-list {
  height: 100%;
}
.hw-banner .slick-list .slick-track {
  height: 100%;
}
.hw-banner .slick-list .slick-track .item {
  height: 100%;
}
.hw-banner .slick-list .slick-track .item .focus {
  height: 100%;
}
.hw-banner .slick-dots {
  bottom: 45px;
  line-height: 10px;
  font-size: 0;
}
.hw-banner .slick-dots li {
  bottom: 0;
  width: auto;
  height: auto;
  margin: 0 7px;
}
.hw-banner .slick-dots li.slick-active button {
  background: #fff;
}
.hw-banner .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.hw-banner .slick-dots li button::before {
  width: 10px;
  height: 10px;
  line-height: 9px;
  display: none;
}
@media (max-width: 750px) {
  .hw-banner {
    height: 460px;
  }
  .hw-banner .slick-dots {
    bottom: 30px;
  }
}
/* focus */
.focus {
  height: 536px;
  text-align: center;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.focus .wrapper {
  height: 100%;
}
.focus .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2%;
}
.focus .flex .title {
  padding-top: 0;
}
.focus .title {
  padding-top: 15%;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: 0;
}
.focus .intro {
  line-height: 26px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
.focus .button {
  margin-top: 30px;
  font-size: 0;
}
.focus .social {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: normal;
}
.focus .social .wrapper {
  height: auto;
}
.focus .social .text a {
  padding: 5px 10px;
  display: inline-block;
}
.focus .social .text a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.focus .social .text a.icon-weixin {
  position: relative;
}
.focus .social .text a.icon-weixin .wechat-code {
  position: absolute;
  padding: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 40px;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.focus .social .text a.icon-weixin .wechat-code img {
  max-width: 81px;
}
.focus .social .text a.icon-weixin:hover .wechat-code {
  -moz-opacity: 1;
  opacity: 1;
}
.focus.no-button .title {
  padding-top: 150px;
}
.focus.no-button .intro {
  font-size: 18px;
  width: 833px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
}
.focus.product {
  height: 450px;
  color: white;
  margin-bottom: 0;
}
.focus.product .box {
  overflow: hidden;
}
.focus.product .box .img {
  float: left;
  padding-top: 32px;
  margin-right: 38px;
  width: 520px;
  text-align: right;
}
.focus.product .box .img img {
  max-height: 100%;
}
.focus.product .box .text {
  float: left;
  width: 448px;
  text-align: left;
  padding-top: 105px;
}
.focus.product .box .text h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.focus.product .box .text p {
  font-size: 16px;
  line-height: 28px;
}
.focus.single-title {
  height: 300px;
}
.focus.single-title .title {
  font-size: 48px;
}
.focus.focus-text-left .wrapper {
  text-align: left;
}
.focus.focus-text-left .wrapper h2 {
  text-align: left;
  padding-top: 90px;
  width: 650px;
}
.focus.focus-text-left .wrapper .intro {
  text-align: left;
  margin-left: 0;
  font-size: 18px;
  line-height: 28px;
  width: 650px;
}
.focus.focus-text-left .wrapper .button {
  width: 650px;
}
.focus.focus-text-left .wrapper .button a.hw-btn:first-child {
  margin-left: 0;
}
.focus.focus-text-left .social .text {
  text-align: left;
}
.focus.focus-text-right .wrapper {
  text-align: left;
  overflow: hidden;
}
.focus.focus-text-right .wrapper h2 {
  text-align: left;
  padding-top: 90px;
  width: 650px;
  float: right;
}
.focus.focus-text-right .wrapper .intro {
  text-align: left;
  margin-left: 0;
  font-size: 18px;
  line-height: 28px;
  width: 650px;
  float: right;
}
.focus.focus-text-right .wrapper .button {
  width: 650px;
  float: right;
}
.focus.focus-text-right .wrapper .button a.hw-btn:first-child {
  margin-left: 0;
}
.focus.focus-text-right .social .wrapper {
  overflow: inherit;
}
.focus.focus-text-right .social .wrapper .text {
  text-align: right;
}


.focus-new .focus-text-left.wrapper {
  text-align: left;
}
.focus-new .focus-text-left.wrapper h2 {
  text-align: left;
  padding-top: 90px;
  width: 650px;
}
.focus-new .focus-text-left.wrapper .intro {
  text-align: left;
  margin-left: 0;
  font-size: 18px;
  line-height: 28px;
  width: 650px;
}
.focus-new .focus-text-left.wrapper .button {
  width: 650px;
}
.focus-new .focus-text-left.wrapper .button a.hw-btn:first-child {
  margin-left: 0;
}
.focus-new .focus-text-left.wrapper .social .text {
  text-align: left;
}

.focus-new .focus-text-right.wrapper {
  text-align: left;
  overflow: hidden;
}
.focus-new .focus-text-right.wrapper h2 {
  text-align: left;
  padding-top: 90px;
  width: 650px;
  float: right;
}
.focus-new .focus-text-right.wrapper .intro {
  text-align: left;
  margin-left: 0;
  font-size: 18px;
  line-height: 28px;
  width: 650px;
  float: right;
}
.focus-new .focus-text-right.wrapper .button {
  width: 650px;
  float: right;
}
.focus-new .focus-text-right.wrapper .button a.hw-btn:first-child {
  margin-left: 0;
}

@media (max-width: 750px) {
  .focus.single-title .title {
    font-size: 48px;
    padding-top: 122px;
  }
}
/* focus style */
.focus-light {
  background-color: #fff;
}
.focus-dark {
  color: #fff;
  background-color: #010e1e;
}
.focus-dark .title,
.focus-dark .intro {
  color: #fff;
}
@media (max-width: 1200px) {
  .focus .title {
    font-size: 55px;
  }
}
@media (max-width: 960px) {
  .focus .title {
    font-size: 50px;
  }
}
@media (max-width: 750px) {
  .focus {
    height: auto;
    padding-bottom: 2.96296rem;
  }
  .focus .social {
    display: none;
  }
  .focus .title {
    margin: 0 1.48148rem;
    padding-top: 5.18519rem;
    font-size: 2.22222rem;
    line-height: 2.66667rem;
  }
  .focus .intro {
    margin-top: 2.07407rem;
    width: 100%;
    font-size: 1.18519rem;
    line-height: 1.92593rem;
  }
  .focus .intro br {
    display: none;
  }
  .focus .button {
    margin-top: 1.85185rem;
    padding-left: 5.77778rem;
    text-align: left;
  }
  .focus .button a {
    margin: 0.37037rem 0;
  }
  .focus .center-model {
    text-align: center;
    padding-left: 0;
  }
  .focus.no-button .title {
    padding-top: 5.18519rem;
  }
  .focus.no-button .intro {
    width: auto;
  }
  .focus.product {
    height: auto;
  }
  .focus.product .box .img {
    float: none;
    padding-top: 2.37037rem;
    margin-right: 0;
    width: 100%;
    text-align: center;
    height: 20.74074rem;
  }
  .focus.product .box .text {
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 1.48148rem;
  }
  .focus.product .box .text h2 {
    font-size: 1.92593rem;
    margin-bottom: 1.11111rem;
  }
  .focus.product .box .text p {
    font-size: 1.03704rem;
    line-height: 1.77778rem;
  }
  .focus.focus-text-left .wrapper h2 {
    padding-top: 4.44444rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .focus.focus-text-left .wrapper .intro {
    margin-left: 0;
    width: auto;
  }
  .focus.focus-text-left .wrapper .button {
    width: auto;
    padding-left: 0;
    max-width: 60%;
  }
  .focus.focus-text-right .wrapper {
    text-align: left;
  }
  .focus.focus-text-right .wrapper h2 {
    padding-top: 4.44444rem;
    width: auto;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
  .focus.focus-text-right .wrapper .intro {
    text-align: left;
    margin-left: 0;
    width: auto;
    float: right;
  }
  .focus.focus-text-right .wrapper .button {
    width: auto;
    float: right;
  }
  .focus.focus-text-right .wrapper .button a.hw-btn:first-child {
    margin-left: 0;
  }

  .focus-new .focus-text-left.wrapper h2 {
    padding-top: 4.44444rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .focus-new .focus-text-left.wrapper .intro {
    margin-left: 0;
    width: auto;
  }
  .focus-new .focus-text-left.wrapper .button {
    width: auto;
    padding-left: 0;
    max-width: 60%;
  }
  .focus-new .focus-text-right.wrapper{
    text-align: left;
  }
  .focus-new .focus-text-right.wrapper h2 {
    padding-top: 4.44444rem;
    width: auto;
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
  .focus-new .focus-text-right.wrapper .intro {
    text-align: left;
    margin-left: 0;
    width: auto;
    float: right;
  }
  .focus-new .focus-text-right.wrapper .button {
    width: auto;
    float: right;
  }
  .focus-new .focus-text-right.wrapper .button a.hw-btn:first-child {
    margin-left: 0;
  }
}
/* navbar */
#navbars {
  height: 70px;
}
.navbars {
  padding: 5px 0;
  font-size: 0;
  text-align: center;
  background-color: #282828;
}
.navbars .navbar-menu .select {
  display: none;
}
.navbars .navbar-menu .item a {
  display: inline-block;
  height: 40px;
  margin: 10px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  vertical-align: middle;
  border: 1px solid #fff;
}
.navbars .navbar-menu .item a:hover,
.navbars .navbar-menu .item a.active {
  border-color: #f66f6a;
  color: #f66f6a;
}
.navbars.navbar-fixed {
  width: 100%;
  position: fixed;
  top: 68px;
  z-index: 100;
  padding: 0;
}
.navbars-mobile {
  text-align: left;
  padding: 1.33333rem 0;
}
.navbars-mobile .navbar-menu {
  position: relative;
  height: 2.96296rem;
}
.navbars-mobile .navbar-menu .select {
  display: block;
  position: relative;
  height: 2.96296rem;
  padding: 0 1.48148rem;
  font-size: 1.18519rem;
  color: #fff;
  line-height: 2.96296rem;
  border: 1px solid #fff;
}
.navbars-mobile .navbar-menu .select:after {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  position: absolute;
  right: 0.88889rem;
  top: 0.88889rem;
  width: 0.74074rem;
  height: 0.74074rem;
  border-right: 0.14815rem solid #fff;
  border-bottom: 0.14815rem solid #fff;
}
.navbars-mobile .navbar-menu .select.active {
  color: #f66f6a;
}
.navbars-mobile .navbar-menu .selected {
  border-color: #808080;
  background-color: #808080;
}
.navbars-mobile .navbar-menu .selected:after {
  top: 1.18519rem;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.navbars-mobile .navbar-menu .item {
  display: none;
  position: absolute;
  top: 2.96296rem;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #808080;
}
.navbars-mobile .navbar-menu .item a {
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid #999;
  height: 3.33333rem;
  line-height: 3.33333rem;
  padding: 0 1.48148rem;
  font-size: 1.18519rem;
}
.navbars-mobile .navbar-menu .item a:hover {
  border-color: #999;
}
.navbars-mobile.navbar-fixed {
  position: fixed;
  top: 67px;
  z-index: 100;
  padding: 1.33333rem 0;
}
.navbars-light {
  background-color: white;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.navbars-light .navbar-menu .item a {
  color: #282828;
  border-color: #282828;
}
@media (max-width: 750px) {
  /*fix nav*/
  #hw1_masthead_wrap .lg-container {
    overflow: hidden;
  }
  #navbars {
    height: 5.92593rem;
  }
  .navbars {
    text-align: left;
    padding: 1.33333rem 0;
  }
  .navbars .navbar-menu {
    position: relative;
    height: 2.96296rem;
  }
  .navbars .navbar-menu .select {
    display: block;
    position: relative;
    height: 2.96296rem;
    padding: 0 1.48148rem;
    font-size: 1.18519rem;
    color: #fff;
    line-height: 2.96296rem;
    border: 1px solid #fff;
  }
  .navbars .navbar-menu .select:after {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: '';
    position: absolute;
    right: 0.88889rem;
    top: 0.88889rem;
    width: 0.74074rem;
    height: 0.74074rem;
    border-right: 0.14815rem solid #fff;
    border-bottom: 0.14815rem solid #fff;
  }
  .navbars .navbar-menu .select.active {
    color: #f66f6a;
  }
  .navbars .navbar-menu .selected {
    border-color: #808080;
    background-color: #808080;
  }
  .navbars .navbar-menu .selected:after {
    top: 1.18519rem;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .navbars .navbar-menu .item {
    display: none;
    position: absolute;
    top: 2.96296rem;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #808080;
  }
  .navbars .navbar-menu .item a {
    display: block;
    margin: 0;
    border: none;
    border-top: 1px solid #999;
    height: 3.33333rem;
    line-height: 3.33333rem;
    padding: 0 1.48148rem;
    font-size: 1.18519rem;
  }
  .navbars .navbar-menu .item a:hover {
    border-color: #999;
  }
  .navbars.navbar-fixed {
    position: fixed;
    top: 57px;
    z-index: 100;
    padding: 1.33333rem 0;
  }
  .navbars-light .navbar-menu .select {
    color: #808080;
    border-color: #808080;
  }
  .navbars-light .navbar-menu .select:after {
    border-right-color: #808080;
    border-bottom-color: #808080;
  }
  .navbars-light .navbar-menu .select.selected {
    color: #808080;
    border-color: #808080;
    color: white;
  }
  .navbars-light .navbar-menu .select.selected:after {
    border-right-color: white;
    border-bottom-color: white;
  }
  .navbars-light .navbar-menu .item a {
    color: white;
  }
}
/* superiority */
.superiority {
  width: 100%;
  overflow: hidden;
}
.superiority .module-title {
  margin-bottom: 60px;
}
.superiority ul {
  margin: -25px -18px 0;
  text-align: center;
}
.superiority ul li {
  display: inline-block;
  width: 24.5%;
  margin: 25px 0;
  vertical-align: top;
}
.superiority ul.item-col-3 li {
  width: 33%;
}
.superiority ul li .item {
  padding: 0 18px;
  text-align: center;
}
.superiority ul li .icon {
  height: 108px;
}
.superiority ul li .title {
  margin-top: 28px;
  font-size: 22px;
  font-weight: normal;
  line-height: 34px;
}
.superiority ul li .intro {
  margin-top: 18px;
  font-size: 14px;
}
.super-s2 {
  overflow: hidden;
}
.super-s2 dl {
  overflow: hidden;
  margin-bottom: 40px;
}
.super-s2 dl dt {
  float: left;
  width: 23%;
}
.super-s2 dl dt img {
  max-width: 95%;
}
.super-s2 dl dd {
  width: 74%;
  float: left;
}
.super-s2 dl dd h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #000;
}
.super-s2 dl dd p {
  font-size: 16px;
  line-height: 26px;
}
.super-s3 {
  margin: 0;
}
.super-s3 .item-col-12:last-child dl {
  margin-bottom: 0;
}
.super-s3 dl {
  overflow: hidden;
  margin-bottom: 100px;
}
.super-s3 dl a {
  display: block;
  color: #282828;
}
.super-s3 dl h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.super-s3 dl p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  padding-left: 50px;
}
.super-s3 dl dt {
  float: left;
  width: 50%;
}
.super-s3 dl dt img {
  width: 100%;
}
.super-s3 dl dt:first-child h3,
.super-s3 dl dt:first-child p {
  padding-right: 0;
}
.super-s3 dl dd {
  float: left;
  width: 50%;
}
.super-s3 dl dd:first-child h3,
.super-s3 dl dd:first-child p {
  padding-right: 50px;
  padding-left: 0;
}
.super-s4 {
  background: #ebf7f7;
  padding: 90px 0;
}
.super-s4 .wrapper h3 {
  font-size: 28px;
  color: #282828;
  text-align: center;
  margin-bottom: 35px;
}
.super-s4 .wrapper .img {
  overflow: hidden;
}
.super-s4 .wrapper .img.bg-white {
  background: white;
}
.super-s4 .wrapper .img img {
  max-width: 100%;
}
@media (max-width: 960px) {
  .superiority ul {
    margin: -25px -18px;
  }
  .superiority ul li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 750px) {
  .superiority ul {
    margin: 0;
  }
  .superiority ul li {
    float: none;
    width: 100%;
    margin: 3.33333rem 0 0;
  }
  .superiority ul.item-col-3 li {
    width: 100%;
  }
  .superiority ul li:first-child {
    margin-top: 0;
  }
  .superiority ul li .item {
    padding: 0;
  }
  .super-s2 {
    margin: 0;
  }
  .super-s2 dl {
    margin-bottom: 2.96296rem;
  }
  .super-s2 dl dt {
    float: none;
    width: 100%;
    text-align: center;
  }
  .super-s2 dl dt img {
    max-width: 95%;
  }
  .super-s2 dl dd {
    float: none;
    width: 100%;
    text-align: center;
  }
  .super-s2 dl dd h3 {
    margin-bottom: 0;
    margin-top: 28px;
  }
  .super-s2 dl dd p {
    margin-top: 18px;
  }
  .super-s3 .item-col-12:nth-child(2n) dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
  }
  .super-s3 dl {
    margin-bottom: 30px;
  }
  .super-s3 dl img {
    margin-bottom: 30px;
  }
  .super-s3 dl h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .super-s3 dl p {
    padding-left: 0;
    padding-right: 0;
  }
  .super-s3 dl dt {
    float: none;
    width: 100%;
  }
  .super-s3 dl dd {
    float: none;
    width: 100%;
  }
  .super-s3 dl dd:first-child h3,
  .super-s3 dl dd:first-child p {
    padding-right: 0;
    padding-left: 0;
  }
  .super-s4 {
    padding: 3.7037rem 0;
  }
  .super-s4 .wrapper h3 {
    font-size: 1.62963rem;
    margin-bottom: 2.59259rem;
  }
  .super-s4 .wrapper .img {
    overflow: hidden;
  }
  .super-s4 .wrapper .img.bg-white {
    background: white;
  }
  .super-s4 .wrapper .img img {
    max-width: 100%;
  }
}
/* 电信软件 */
.survey {
  background-color: #ebf7f7;
}
.survey .inner {
  margin: 0 8.5%;
  padding: 58px 0 50px;
  text-align: center;
}
.survey .inner h2 {
  font-size: 28px;
  font-weight: normal;
}
.survey .inner p {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .survey .inner {
    margin: 0 5%;
  }
}
@media (max-width: 750px) {
  .survey .inner {
    margin: 0;
    padding: 3.7037rem 0;
  }
  .survey .inner a {
    margin-top: 2.96296rem;
  }
}
/* 解决方案/产品分类 */
.solution {
  overflow: hidden;
}
.solution .items {
  padding: 0 20px;
  padding-bottom: 40px;
  position: relative;
}
.solution .items a {
  color: #15b0e8;
  font-size: 16px;
}
.solution .items a:hover {
  color: #1190be;
}
.solution .items h3 {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: normal;
  color: #000;
}
.solution .items h3 a {
  color: #000;
  font-size: 22px;
}
.solution .items h3 a:after {
  content: ' ';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/Assets/CNBG/v2/img/link_blue.png) no-repeat center bottom;
  background-size: 80% auto;
  margin-left: 10px;
}
.solution .items h3 a.nolink:after {
  display: none;
}
.solution .items h3 a:hover {
  color: #1db3e9;
}
.solution .items h3.link {
  padding-bottom: 26px;
  border-bottom: 1px solid #ebebeb;
}
.solution .items h3.bt {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.solution .items p {
  margin-top: 25px;
  font-size: 14px;
}
.solution .items ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.solution .items ul li a span:after {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_02.png') no-repeat center;
}
.solution .items ul li a:hover span:after {
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
}
.solution .items .clear {
  float: left;
  width: 100%;
}
.solution .items .view {
  position: absolute;
  bottom: 0;
}
.solution .items .view a {
  font-size: 16px;
  color: #282828;
}
.solution .items .view a i {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_04.png') no-repeat;
  overflow: hidden;
}
.solution .items .view a:hover {
  color: #282828;
}
.solution .items .view a:hover i {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.solution.hasbtn {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solution.hasbtn .items {
  height: 100%;
}
/*手风琴样式的服务解决方案*/
.solution.solution-accordion {
  overflow: initial;
  overflow: visible;
  position: relative;
  margin: 0 -10px;
}
.solution.solution-accordion .item-locator {
  position: relative;
}
.solution.solution-accordion .item-locator.auto-height {
  height: 700px;
}
.solution.solution-accordion .items {
  /*width: 573px;*/
  padding: 0 10px;
  padding-bottom: 20px;
}
.solution.solution-accordion .items .items-title {
  display: none;
}
.solution.solution-accordion .items .item-box {
  width: 100%;
  color: #fff;
  position: relative;
  height: 310px;
}
.solution.solution-accordion .items .item-box .item-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solution.solution-accordion .items .item-box .item-pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution.solution-accordion .items .item-box .item-text {
  padding: 30px 50px;
}
.solution.solution-accordion .items .item-box .item-text h3 {
  color: #fff;
}
.solution.solution-accordion .items .item-box .item-text .hidden-text {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.solution.solution-accordion .items .item-box .item-text .bottom ul {
  margin-left: 15px;
}
.solution.solution-accordion .items .item-box .item-text .bottom ul li {
  border-bottom: none;
  color: #fff;
  padding: 5px 0;
  list-style-image: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_right_white.png');
}
.solution.solution-accordion .items .item-box .item-text .bottom ul li a {
  color: inherit;
  text-decoration: underline;
}
.solution.solution-accordion .items .item-box .item-text .bottom ul li:hover {
  color: #f66f6a;
  list-style-image: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_right_red.png');
}
.solution.solution-accordion .items .item-box .item-text .bottom .more {
  margin-top: 15px;
}
.solution.solution-accordion .items .item-box .item-text .bottom .more a {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.solution.solution-accordion .items .item-box .item-text .bottom .more:hover a {
  color: #f66f6a;
  border: 1px solid #f66f6a;
}
.solution.solution-accordion .items-independent {
  width: 543px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
}
.solution.solution-accordion .items-independent.case {
  z-index: 3;
}
.solution.solution-accordion .items-independent.case .item-box .item-pic img {
  display: none;
}
.solution.solution-accordion .items-independent.case .item-box .item-pic img.open {
  display: block;
}
.solution.solution-accordion .items-independent.case .item-box .item-text .hidden-text.no-sub {
  max-height: 100%;
  -webkit-line-clamp: 17;
}
.solution.solution-accordion .items-independent.case .item-box .item-text .hidden-text.no-sub + .bottom {
  display: block;
}
.solution.solution-accordion .items-independent .items-title {
  display: none;
}
.solution.solution-accordion .items-independent .item-box {
  width: 100%;
  color: #fff;
  position: relative;
  height: 310px;
}
.solution.solution-accordion .items-independent .item-box:hover {
  height: 640px;
  /*width: 533px;*/
}
.solution.solution-accordion .items-independent .item-box:hover .item-pic {
  height: 100%;
}
.solution.solution-accordion .items-independent .item-box:hover .item-text {
  height: auto !important;
}
.solution.solution-accordion .items-independent .item-box:hover .item-text .hidden-text {
  opacity: 1;
  filter: alpha(opacity=100);
  position: static;
  margin-bottom: 50px;
}
.solution.solution-accordion .items-independent .item-box .item-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solution.solution-accordion .items-independent .item-box .item-pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution.solution-accordion .items-independent .item-box .item-pic img.open {
  display: none;
}
.solution.solution-accordion .items-independent .item-box .item-text {
  padding: 30px 50px;
}
.solution.solution-accordion .items-independent .item-box .item-text h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
.solution.solution-accordion .items-independent .item-box .item-text .hidden-text {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.solution.solution-accordion .items-independent .item-box .item-text .hidden-text.no-sub {
  opacity: 1;
  position: relative;
  max-height: 186px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.solution.solution-accordion .items-independent .item-box .item-text .hidden-text.no-sub + .bottom {
  display: none;
}
.solution.solution-accordion .items-independent .item-box .item-text .bottom {
  position: absolute;
  left: 50px;
  bottom: 40px;
}
.solution.solution-accordion .items-independent .item-box .item-text .bottom ul {
  margin-left: 15px;
  margin-right: 65px;
}
.solution.solution-accordion .items-independent .item-box .item-text .bottom ul li {
  border-bottom: none;
  color: #fff;
  padding: 5px 0;
  list-style-image: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_right_white.png');
}
.solution.solution-accordion .items-independent .item-box .item-text .bottom ul li a {
  color: inherit;
  text-decoration: underline;
}
.solution.solution-accordion .items-independent .item-box .item-text .bottom ul li:hover {
  color: #f66f6a;
  list-style-image: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_right_red.png');
}
.solution.solution-accordion .items-independent .item-box .item-text .bottom .more {
  margin-top: 15px;
}
.solution.solution-accordion .items-independent .item-box .item-text .bottom .more a {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.solution.solution-accordion .items-independent .item-box .item-text .bottom .more:hover a {
  color: #f66f6a;
  border: 1px solid #f66f6a;
}
.rel-news {
  overflow: hidden;
}
.rel-news .items {
  margin-bottom: 40px;
  padding: 0 20px;
}
.rel-news .items a {
  font-size: 16px;
}
.rel-news .items a:hover {
  color: #282828;
}
.rel-news .items h3 {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: normal;
  color: #000;
}
.rel-news .items h3.link {
  padding-bottom: 26px;
  border-bottom: 1px solid #ebebeb;
}
.rel-news .items h3.bt {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.rel-news .items ul li {
  padding-top: 15px;
  padding-left: 15px;
  background: url(/Assets/CNBG/v2/img/icon-dot.png) no-repeat 2px 26px;
}
@media (max-width: 750px) {
  .solution .items {
    display: block;
    margin-bottom: 2.96296rem;
  }
  .solution .items a {
    font-size: 1.18519rem;
  }
  .solution .items-2col .item,
  .solution .items-3col .item,
  .solution .items-4col .item {
    width: 100%;
  }
  .solution.hasbtn {
    display: block;
  }
  /*手风琴样式的服务解决方案*/
  .solution.solution-accordion .items {
    margin-bottom: 0;
    padding-bottom: 0;
    width: auto;
  }
  .solution.solution-accordion .items .items-title {
    display: block;
    background: #707070;
    margin-bottom: 20px;
  }
  .solution.solution-accordion .items .items-title h3 {
    padding: 20px;
    color: #fff;
    position: relative;
  }
  .solution.solution-accordion .items .items-title h3 span {
    margin-right: 20px;
    display: inline-block;
  }
  .solution.solution-accordion .items .items-title h3:after {
    -webkit-transition: transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .solution.solution-accordion .items .items-title.open h3:after {
    margin-top: -4px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .solution.solution-accordion .items .item-box {
    color: #282828;
    position: static;
    padding-bottom: 40px;
    margin-bottom: 2.96296rem;
    height: auto;
  }
  .solution.solution-accordion .items .item-box:hover .item-text .hidden-text {
    position: static;
    margin-bottom: 0;
  }
  .solution.solution-accordion .items .item-box .item-pic {
    position: static;
  }
  .solution.solution-accordion .items .item-box .item-pic img {
    height: auto;
  }
  .solution.solution-accordion .items .item-box .item-text {
    padding: 0;
  }
  .solution.solution-accordion .items .item-box .item-text h3 {
    display: none;
  }
  .solution.solution-accordion .items .item-box .item-text .hidden-text {
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    padding: 20px 0;
  }
  .solution.solution-accordion .items .item-box .item-text .bottom ul {
    margin-left: 15px;
  }
  .solution.solution-accordion .items .item-box .item-text .bottom ul li {
    color: #f66f6a;
    list-style-image: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_right_red.png');
  }
  .solution.solution-accordion .items .item-box .item-text .bottom .more a {
    color: #f66f6a;
    border: 1px solid #f66f6a;
  }
  .solution.solution-accordion .items-independent {
    display: none;
  }
  .solution.solution-accordion .item-col-6:last-child .items-title {
    margin-bottom: 4.96296rem;
  }
  .solution.solution-accordion .item-col-6:last-child .items-title.open {
    margin-bottom: 20px;
  }
  .rel-news .items {
    display: block;
    margin-bottom: 2.96296rem;
  }
  .rel-news .items a {
    font-size: 1.11111rem;
  }
  .rel-news .items-2col .item,
  .rel-news .items-3col .item,
  .rel-news .items-4col .item {
    width: 100%;
  }
  .rel-news .items ul li {
    padding-left: 0.74074rem;
    background: url(/Assets/CNBG/v2/img/icon-dot.png) no-repeat 0px 26px;
  }
}
/* 产品 */
.product {
  margin-bottom: 70px;
  margin-top: 70px;
}
.product-title {
  font-size: 38px;
  font-weight: normal;
}
.product-list {
  margin-top: 30px;
}
.product-list li .item {
  vertical-align: middle;
  min-height: 280px;
  margin: 0 70px;
  padding: 10px 0;
  color: #fff;
}
.product-list li .item .fl {
  float: left;
}
.product-list li .item .fr {
  float: right;
}
.product-list li .item .pic {
  width: 470px;
  text-align: center;
}
.product-list li .item .pic img {
  max-width: 100%;
}
.product-list li .item .intro {
  width: 450px;
  padding: 74px 0;
}
.product-list li .item .intro h3 {
  font-size: 28px;
  font-weight: normal;
}
.product-list li .item .intro p {
  margin-top: 15px;
}
.product-list li .item .intro p a,
.product-list li .item .intro p a:hover {
  color: #fff;
}
.product-list li .item .intro p a i {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_03.png') no-repeat;
  overflow: hidden;
}
.product-list li .item .intro p a:hover i {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 1200px) {
  .product-list li .item .pic {
    width: 42%;
  }
  .product-list li .item .intro {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .product-list li .item {
    margin: 0;
    padding: 50px 0;
  }
  .product-list li .item .fl,
  .product-list li .item .fr {
    float: none;
  }
  .product-list li .item .pic {
    width: 100%;
  }
  .product-list li .item .intro {
    width: auto;
    padding: 30px 10% 0;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .product {
    margin-bottom: 3.7037rem;
    margin-top: 3.7037rem;
  }
  .product-title {
    font-size: 2.22222rem;
    font-weight: normal;
  }
  .product-list li .item .intro {
    padding: 2.22222rem 0 0;
    text-align: left;
  }
}
/* 行业洞察 */
.news {
  width: 100%;
  overflow: hidden;
}
.news ul {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -20px 0;
}
.news ul li {
  position: relative;
  width: 33.33%;
  margin-top: 40px;
  padding-bottom: 51px;
  vertical-align: top\0;
  display: inline-block\0;
  float: none\0;
  font-size: 0px\0;
  width: 33%\0;
}
.news ul.no-more-btn li {
  padding-bottom: 25px;
}
.news ul li .item {
  padding: 0 20px;
}
.news ul li .pic {
  position: relative;
  width: 100%;
  height: 192px;
}
.news ul li .pic a {
  width: 100%;
  height: 100%;
  cursor: default;
}
.news ul li .pic a:link {
  cursor: pointer;
}
.news ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news ul li .pic .mask {
  opacity: 0.3;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.news ul li .pic .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  margin-top: -41px;
  margin-left: -41px;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/play.png') no-repeat center;
}
.news ul li .info {
  margin-top: 25px;
}
.news ul li .info .products-sub {
  margin-top: 10px;
}
.news ul li .info .products-sub .items {
  padding: 0;
  margin-bottom: 0;
}
.news ul li .info .products-sub .items ul {
  margin: 0;
}
.news ul li .info .products-sub .items ul li {
  width: 100%;
  padding-bottom: 10px;
  margin-top: 0;
}
.news ul li .title {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  overflow: hidden;
}
.news ul li .title a {
  cursor: default;
}
.news ul li .title a:hover {
  color: #282828;
}
.news ul li .title a:hover:link {
  color: #15b0e8;
}
.news ul li .title a:link {
  cursor: pointer;
}
.news ul li .intro {
  margin-top: 15px;
  overflow: hidden;
  font-size: 14px;
}
.news ul li .tag {
  margin-top: 15px;
  font-size: 0;
}
.news ul li .tag a {
  display: inline-block;
  margin-top: 11px;
  margin-right: 10px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #808080;
}
.news ul li .tag a:hover {
  color: #282828;
  border-color: #f66f6a;
}
.news ul li .desc {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}
.news ul li .desc a {
  color: #404040;
}
.news ul li .view {
  position: absolute;
  bottom: 0;
}
.news ul li .view a {
  font-size: 16px;
}
.news ul li .view a i {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_04.png') no-repeat;
  overflow: hidden;
}
.news ul li .view a:hover {
  color: #282828;
}
.news ul li .view a:hover i {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.news-2col ul li {
  width: 50%;
  width: 49.5% \0;
}
.news-3col ul li {
  width: 33.33%;
  width: 33%\0;
}
.news-4col ul li {
  width: 25%;
  width: 24.5% \0;
}
.news-4col ul li .pic {
  height: 138px;
}
@media (max-width: 750px) {
  .news ul {
    margin: 0;
  }
  .news ul li .pic {
    height: 12.51852rem;
  }
  .news ul li {
    position: static;
    width: 100%;
    padding-bottom: 0;
  }
  .news ul li:first-child {
    margin-top: 0;
  }
  .news ul li .item {
    padding: 0;
  }
  .news ul li .title {
    font-size: 1.62963rem;
    line-height: 2.51852rem;
  }
  .news ul li .intro {
    font-size: 1.18519rem;
  }
  .news ul li .desc {
    margin-top: 2.22222rem;
    margin-bottom: 2.96296rem;
    font-size: 1.03704rem;
    line-height: 1.77778rem;
  }
  .news ul li .tag {
    margin-top: 1.85185rem;
  }
  .news ul li .tag a {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .news ul li .view {
    position: static;
    bottom: auto;
    margin-top: 1.85185rem;
  }
  .news ul li .view a {
    font-size: 1.18519rem;
  }
  .news-2col ul li {
    width: 100%;
  }
  .news-3col ul li {
    width: 100%;
  }
  .news-4col ul li {
    width: 100%;
  }
}
/* slide */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 1px solid #404040;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.7);
}
.swiper-button-prev,
.swiper-button-next {
  top: 175px;
  width: 72px;
  height: 100px;
  margin-top: 0;
  background-size: auto;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev {
  left: 0;
  background-image: url('https://carrier.huawei.com/Assets/CNBG/v2/img/slide_prev.png');
}
.swiper-button-next {
  right: 0;
  background-image: url('https://carrier.huawei.com/Assets/CNBG/v2/img/slide_next.png');
}
.slide {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
}
.slide .swiper-slide {
  width: 100%;
}
.slide .item {
  position: relative;
  /*width:962px;*/
  width: 86.98%;
  height: 450px;
  margin: 0 auto;
}
.slide .item .pic {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  /*width:470px;*/
  width: 48.85%;
  height: 450px;
  background-color: #ccdfdf;
  overflow: hidden;
}
.slide .item .pic a {
  display: block;
  height: 100%;
}
.slide .item .pic .has-video {
  position: relative;
}
.slide .item .pic .has-video:before {
  content: ' ';
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  background-image: url(/Assets/CNBG/v2/img/icon-play-hover.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 2;
  background-size: 100% auto;
}
.slide .item .pic .has-video:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.slide .item .pic .has-video:hover:before {
  background-position: left bottom;
}
.slide .item .pic img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 470px;
  height: 450px;
  margin-left: -235px;
}
.slide .item .info {
  border-radius: 5px 0 0 5px;
  float: left;
  width: 100%;
  height: 385px;
  margin-top: 32px;
  background-color: #ebf7f7;
  overflow: hidden;
}
.slide .item .info .inner {
  /*width:362px;*/
  width: 46%;
  /*padding-left:80px;*/
  padding-left: 8.3%;
}
.slide .item .info .type {
  margin-top: 60px;
  font-size: 14px;
  color: #808080;
}
.slide .item .info .title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}
.slide .item .info .title a {
  font-size: 18px;
  color: #282828;
}
.slide .item .info .intro {
  height: auto;
  margin-top: 15px;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
}
.slide .item .info .tag {
  max-height: 102px;
  margin-top: 8px;
  font-size: 0;
  overflow: hidden;
}
.slide .item .info .tag a {
  display: inline-block;
  margin-top: 11px;
  margin-right: 10px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #808080;
}
.slide .item .info .tag a:hover {
  color: #282828;
  border-color: #f66f6a;
}
.slide .item .info .view {
  margin-top: 20px;
}
.slide .item .info .view a i {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/arrow_04.png') no-repeat;
  overflow: hidden;
}
.slide .item .info .view a:hover {
  color: #282828;
}
.slide .item .info .view a:hover i {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.slide .slick-dots {
  bottom: -45px;
  line-height: 9px;
  font-size: 0;
}
.slide .slick-dots li {
  bottom: 0;
  width: auto;
  height: auto;
  margin: 0 7px;
}
.slide .slick-dots li.slick-active button {
  background: #404040;
}
.slide .slick-dots li button {
  padding: 0;
  width: 9px;
  height: 9px;
  border: 1px solid #333;
  border-radius: 50%;
  overflow: hidden;
}
.slide .slick-dots li button::before {
  width: 9px;
  height: 9px;
  line-height: 9px;
  display: none;
}
.caseslide .item .info .title {
  min-height: 34px;
  overflow: hidden;
}
.caseslide .item .info .intro {
  height: 52px;
}
@media (max-width: 750px) {
  .swiper-pagination {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 5.25926rem;
    width: 3.7037rem;
    height: 3.7037rem;
  }
  .slide {
    padding-bottom: 0;
  }
  .slide .item {
    width: 100%;
    height: auto;
  }
  .slide .item .pic {
    right: auto;
    left: 50%;
    width: 14.96296rem;
    height: 14.22222rem;
    margin-left: -7.48148rem;
  }
  .slide .item .pic .has-video:before {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .slide .item .pic img {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .slide .item .info {
    border-radius: 0.37037rem;
    height: auto;
    margin-top: 7.11111rem;
  }
  .slide .item .info .inner {
    width: auto;
    padding: 5.55556rem 1.48148rem 1.48148rem;
  }
  .slide .item .info .tag {
    max-height: none;
    margin-top: 0.88889rem;
  }
  .slide .item .info .tag a {
    display: block;
    margin-right: 0;
  }
  .slide .item .info .view {
    margin-top: 2.96296rem;
  }
  .slide .slick-dots {
    display: none !important;
  }
  .caseslide .item .info .title {
    height: auto;
    text-overflow: inherit;
    white-space: inherit;
    overflow: visible;
  }
  .caseslide .item .info .intro {
    height: auto;
    font-size: 1.03704rem;
  }
  .slide .item .info .title {
    font-size: 1.62963rem;
  }
  .slide .item .info .intro {
    font-size: 1.18519rem;
  }
}
/* 相关资源 */
.resource {
  margin: 75px 0;
  /*padding: 75px 0;
  background: #73cedc url("/Assets/CNBG/v2/img/module_bg.jpg") no-repeat center bottom;*/
}
.resource .module-title {
  color: #282828;
}
.resource-list {
  width: 100%;
  overflow: hidden;
}
.resource-list ul {
  margin: -10px -10px 0;
}
.resource-list ul li {
  float: left;
  width: 33.33%;
}
.resource-list.items-2col ul li {
  width: 50%;
}
.resource-list ul li .item {
  display: block;
  height: 128px;
  margin: 10px 10px;
  padding: 0 25px;
  color: #282828;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
}
.resource-list ul li .item:hover {
  color: #1190be;
}
.resource-list ul li .item p {
  margin-top: 25px;
  font-size: 14px;
  color: #808080;
}
.resource-list ul li .item h5 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
@media (max-width: 960px) {
  .resource-list ul li {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .resource {
    padding: 3.33333rem 0 4.44444rem;
  }
  .resource .module-title {
    margin-bottom: 2.22222rem;
  }
  .resource-list ul {
    margin: 0;
  }
  .resource-list ul li {
    width: 100%;
    margin-top: 1.62963rem;
  }
  .resource-list.items-2col ul li {
    width: 100%;
  }
  .resource-list ul li:first-child {
    margin-top: 0;
  }
  .resource-list ul li .item {
    margin: 0;
    padding: 0 1.48148rem;
  }
}
/* 专家团队 */
.team-1 {
  width: 100%;
  overflow: hidden;
}
.team-1 ul {
  margin: -11px -11px;
}
.team-1 ul li {
  float: left;
  width: 25%;
}
.team-1 ul li .item {
  position: relative;
  margin: 11px;
  background-color: #ebf7f7;
}
.team-1 ul li .item .pic {
  width: 100%;
  /*height:280px;*/
  height: 107.7%;
  overflow: hidden;
}
.team-1 ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.team-1 ul li .item .intro {
  position: absolute;
  top: 0;
  left: 0;
  /*width:110px;*/
  width: 46%;
  padding-top: 18px;
  padding-left: 20px;
}
.team-1 ul li .item .intro span {
  display: block;
  font-size: 12px;
  color: #808080;
}
.team-1 ul li .item .intro h5 {
  min-height: 42px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}
.team-1 ul li .item .intro p {
  margin-top: 5px;
  font-size: 14px;
}
.team-2 {
  width: 100%;
  overflow: hidden;
}
.team-2 ul {
  margin: -11px -11px 0;
}
.team-2 ul li {
  float: left;
  width: 25%;
}
.team-2 ul li .item {
  margin: 11px;
}
.team-2 ul li .item .pic {
  width: 100%;
  height: 195px;
  overflow: hidden;
}
.team-2 ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.team-2 ul li .item .intro {
  height: 150px;
  padding: 0 10px;
  text-align: center;
  background-color: #ebf7f7;
}
.team-2 ul li .item .intro h5 {
  padding-top: 37px;
  font-size: 22px;
  font-weight: normal;
}
.team-2 ul li .item .intro p {
  margin-top: 7px;
}
.team-2 ul li .item .intro span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #808080;
}
@media (max-width: 960px) {
  .team-1 ul li {
    width: 50%;
  }
  .team-2 ul li .item .pic {
    height: 259px;
  }
  .team-1 ul li .item .intro {
    width: 40%;
    padding-top: 30px;
    padding-left: 30px;
  }
  .team-1 ul li .item .intro h5 {
    font-size: 22px;
  }
  .team-1 ul li .item .intro p {
    font-size: 16px;
  }
  .team-1 ul li .item .intro br {
    display: none;
  }
  .team-2 ul li {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .team-1 ul {
    margin: 0;
  }
  .team-1 ul li {
    width: 100%;
    margin-top: 1.48148rem;
  }
  .team-1 ul li:first-child {
    margin-top: 0;
  }
  .team-1 ul li .item {
    margin: 0;
  }
  .team-1 ul li .item .intro {
    padding-top: 1.85185rem;
    padding-left: 1.85185rem;
  }
  .team-1 ul li .item .intro h5 {
    font-size: 1.48148rem;
    line-height: 1.92593rem;
  }
  .team-2 ul {
    margin: 0;
  }
  .team-2 ul li {
    width: 100%;
    margin-top: 1.48148rem;
  }
  .team-2 ul li:first-child {
    margin-top: 0;
  }
  .team-2 ul li .item {
    margin: 0;
  }
  .team-2 ul li .item .intro {
    height: auto;
    padding: 2.74074rem 0 3.33333rem;
  }
  .team-2 ul li .item .intro h5 {
    padding-top: 0;
  }
}
.social-mobile {
  margin-top: 0;
}
.social-mobile > .wrapper {
  position: relative;
}
.social-mobile .social {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  background-color: #272727;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.social-mobile .social .wrapper {
  margin: 0;
}
.social-mobile .social .wrapper a {
  display: block;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
}
.social-mobile .social .wrapper a:last-child {
  border-bottom: none;
}
.social-mobile .social .wrapper a span {
  vertical-align: middle;
  margin-left: 5px;
}
.social-mobile .share-btn {
  font-size: 18px;
}
.social-mobile .share-btn a {
  background-color: #565656;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
}
.social-mobile .share-btn a[aria-expanded='true'] {
  background-color: #272727;
}
.social-mobile .share-btn a span {
  vertical-align: middle;
  margin-left: 5px;
}
@media (min-width: 751px) {
  .social-mobile {
    display: none;
  }
}
/* footer */
.footer {
  width: 100%;
  padding: 40px 0 25px;
  color: #fff;
  background-color: #272727;
}
.footer a,
.footer a:hover {
  color: #fff;
}
.footer .fl {
  float: left;
  width: 68%;
  margin-right: 30px;
}
.footer .fr {
  float: left !important;
  min-width: 20%;
}
.footer .fr .info {
  padding-left: 0px;
}
.footer .wrapper {
  position: relative;
}
.footer-info {
  padding: 0 10px;
}
.footer-info .fl li {
  float: left;
  /*width:170px;*/
  width: 25%;
}
.footer-info .fl li.home {
  display: none;
}
.footer-info .fl li h4 {
  font-size: 18px;
  line-height: 25px;
}
.footer-info .fl li ul {
  margin-top: 12px;
}
.footer-info .fl li ul li {
  float: none;
  width: auto;
  height: 33px;
  line-height: 33px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer-info .fr .title {
  font-size: 16px;
  line-height: 25px;
}
.footer-info .fr .social {
  height: 32px;
  margin-top: 30px;
}
.footer-info .fr .social a {
  margin-right: 10px;
}
.footer-info .fr .social img {
  width: 32px;
  height: 32px;
}
.footer-info .fr .qrcode {
  padding-top: 10px;
}
.footer-info .fr .qrcode img {
  width: 81px;
  height: 81px;
  margin-bottom: 10px;
}
.copyright {
  margin-top: 35px;
  padding: 0 10px;
  font-size: 14px;
}
.copyright .fr span {
  margin: 0 7px;
}
.gototop {
  position: absolute;
  top: -90px;
  right: -80px;
}
.gototop a {
  display: block;
  width: 45px;
  height: 45px;
  text-indent: -9999em;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/gototop.png') no-repeat center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .footer-info {
    padding: 0;
  }
  .copyright {
    padding: 0;
  }
  .gototop {
    display: none;
    right: 0;
  }
}
@media (max-width: 960px) {
  .footer .fl {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .footer .fr {
    float: none;
    width: 100%;
  }
  .footer .fr .info {
    padding-left: 0;
    text-align: center;
  }
  .footer-info .fr {
    margin-top: 40px;
  }
  .footer-info .fr .title {
    text-align: left;
  }
  .footer-info .fr .social {
    text-align: center;
  }
  .footer-info .fr .qrcode {
    display: none;
  }
  .copyright .fl {
    /* display: none; */
    text-align: center;
  }
}
@media (max-width: 750px) {
  .footer .fl {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .footer .fr {
    float: none;
    width: 100%;
  }
  .footer .fr .info {
    padding-left: 0;
    text-align: left;
  }
  .footer-info .fl li {
    width: 100%;
    /*margin-bottom: torem(15px);*/
  }
  .footer-info .fl li h4 {
    padding-bottom: 0.74074rem;
    padding-top: 0.74074rem;
    font-size: 1.18519rem;
    font-weight: 500;
    line-height: 1.92593rem;
    /*border-bottom: 1px solid #535353;*/
  }
  .footer-info .fl li ul {
    margin-top: 0;
    padding-bottom: 1.11111rem;
    overflow: hidden;
  }
  .footer-info .fl li ul li {
    height: 1.92593rem;
    margin-bottom: 0;
    font-size: 0.88889rem;
    line-height: 1.92593rem;
    float: left;
    width: 50%;
  }
  .footer-info .fl li ul li a {
    color: #dcdddd;
    white-space: nowrap;
  }
  .footer-info .fl li.home {
    display: block;
  }
  .footer-info .fl li.home h4 {
    position: relative;
    border-bottom: none;
  }
  .footer-info .fl li.home h4 .icon-home {
    position: absolute;
    top: 0.2963rem;
    left: -1.77778rem;
    width: 1.48148rem;
    height: 1.48148rem;
    background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/home.png') no-repeat center;
    display: none;
  }
  .footer-info .fr {
    margin-top: 2.96296rem;
  }
  .footer-info .fr .title {
    font-weight: normal;
    text-align: left;
    font-size: 1.18519rem;
  }
  .footer-info .fr .social {
    text-align: left;
  }
  .footer-info .fr .social a {
    margin-right: 1.48148rem;
  }
  .footer-info .fr .qrcode {
    display: none;
  }
  .copyright .fl {
    display: block;
    text-align: left;
  }
}
/* toolbar */
.toolbar {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 100;
  width: 50px;
}
.toolbar a {
  display: block;
  margin-bottom: 1px;
  width: 50px;
  height: 50px;
  background-color: #333333;
  color: white;
  -webkit-transition: none;
  transition: none;
}
.toolbar a i {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333333;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toolbar a i span {
  color: white;
  font-size: 16px;
  white-space: nowrap;
  float: left;
  display: block;
  line-height: 50px;
  padding-right: 20px;
  margin-left: 50px;
  background: #333;
  font-style: normal;
}
.toolbar a .icon-msg {
  background-image: url(/Assets/CNBG/v2/img/icon-toolbar-01.png);
}
.toolbar a .icon-email {
  background-image: url(/Assets/CNBG/v2/img/icon-toolbar-02.png);
}
.toolbar a .icon-service {
  background-image: url(/Assets/CNBG/v2/img/icon-toolbar-03.png);
}
.toolbar a .icon-phone {
  background-image: url(/Assets/CNBG/v2/img/icon-toolbar-04.png);
}
.toolbar a.top {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.toolbar a.top-fixed {
  opacity: 1;
}
@media (max-width: 750px) {
  .toolbar {
    display: none;
  }
}
/* article_content */
.article_content {
  overflow: hidden;
}
.article_content .content {
  float: left;
  width: 686px;
}
.article_content .content .title {
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: bold;
}
.article_content .content .time {
  font-size: 16px;
  padding: 20px 0;
}
.article_content .content .share {
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  margin-top: 25px;
}
.article_content .content .share .share-box {
  padding-top: 14px;
  position: relative;
  font-size: 0;
}
.article_content .content .share .share-box .share-list {
  line-height: 1;
}
.article_content .content .share .share-box a {
  background: url(/Assets/CNBG/v2/img/icon-share.png) no-repeat !important;
  margin-left: 10px;
  -webkit-transition: none;
  transition: none;
}
.article_content .content .share .share-box a.share-item-email {
  background-position: 0 0 !important;
}
.article_content .content .share .share-box a.share-item-facebook {
  background-position: -34px 0 !important;
}
.article_content .content .share .share-box a.share-item-twitter {
  background-position: -68px 0 !important;
}
.article_content .content .share .share-box a.share-item-linkedin {
  background-position: -102px 0 !important;
}
.article_content .content .share .share-box a.share-item-googleplus {
  background-position: -136px 0 !important;
}
.article_content .content .share .share-box a.share-item-weibo {
  background-position: -170px 0 !important;
}
.article_content .content .share .share-box a.share-item-weixin {
  background-position: -204px 0 !important;
}
.article_content .content .share .share-box a.share-item-print {
  background: url(/Assets/CNBG/v2/img/icon-print.png) no-repeat !important;
  position: absolute;
  right: 10px;
}
.article_content .content .share .share-box a:hover {
  background-position-y: bottom !important;
}
.article_content .content .sub-title {
  font-size: 22px;
  padding: 30px 0;
  color: #000000;
}
.article_content .content .abstract {
  margin-top: 20px;
}
.article_content .content .abstract .article {
  padding-bottom: 45px;
}
.article_content .content .abstract .article .table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e1ebee;
}
.article_content .content .abstract .article .table tbody tr th {
  width: 136px;
  vertical-align: middle;
  font-size: 18px;
  padding: 18px;
  text-align: center;
}
.article_content .content .abstract .article .table tbody tr td {
  vertical-align: middle;
  padding: 18px;
  font-size: 16px;
  line-height: 24px;
}
.article_content .content .abstract .article .table-striped > tbody > tr th,
.article_content .content .abstract .article .table-striped > tbody > tr td {
  border: 0;
}
.article_content .content .abstract .article .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #edf3f5;
}
.article_content .content .abstract .article .table-striped > tbody > tr:nth-of-type(odd) th {
  background-color: #e1ebee;
  border-right: 2px solid white;
}
.article_content .content .abstract .article p {
  margin-top: 35px;
  font-size: 16px;
}
.article_content .content .abstract .article p a {
  color: #15b0e8;
}
.article_content .content .abstract .article .video-player {
  width: 100%;
}
.article_content .content .abstract .keywords {
  border-top: 1px solid #ebebeb;
  padding-bottom: 30px;
}
.article_content .content .abstract .keywords h4 {
  font-size: 16px;
  padding-top: 35px;
  color: #808080;
}
.article_content .content .abstract .keywords .tags {
  overflow: hidden;
}
.article_content .content .abstract .keywords .tags a {
  display: block;
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #808080;
  padding: 0 20px;
  margin-right: 20px;
  margin-top: 20px;
}
.article_content .content .abstract .keywords .tags a:hover,
.article_content .content .abstract .keywords .tags a.active {
  color: #282828;
  border-color: #f66f6a;
}
.article_content .widget {
  float: right;
  width: 353px;
}
.article_content .widget > .item-row {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .article_content .content {
    width: 100%;
    float: none;
  }
  .article_content .widget {
    width: 100%;
    float: none;
  }
}
@media (max-width: 750px) {
  .article_content .content {
    float: none;
    width: 100%;
  }
  .article_content .content .title {
    font-size: 1.77778rem;
    padding-bottom: 0.74074rem;
  }
  .article_content .content .time {
    font-size: 1.18519rem;
    padding: 0.88889rem 0;
  }
  .article_content .content .share {
    display: none;
  }
  .article_content .content .abstract {
    margin-top: 0;
  }
  .article_content .content .abstract .article {
    padding-bottom: 3.33333rem;
  }
  .article_content .content .abstract .article .table {
    margin-bottom: 0.74074rem;
    border: 1px solid #e1ebee;
  }
  .article_content .content .abstract .article .table tbody tr th {
    width: 7.25926rem;
  }
  .article_content .content .abstract .article p {
    margin-top: 35px;
    font-size: 16px;
  }
  .article_content .content .abstract .article img {
    max-width: 100%;
  }
  .article_content .widget {
    float: none;
    width: 100%;
    margin-top: 3.7037rem;
  }
  .article_content .widget > .item-row {
    margin-bottom: 1.48148rem;
  }
}
/* 技术规格表格 */
.table-spec {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e1ebee;
}
.table-spec tbody tr th {
  width: 223px;
  vertical-align: middle;
  font-size: 18px;
  padding: 14px 18px;
  text-align: center;
}
.table-spec tbody tr td {
  vertical-align: middle;
  padding: 14px 36px;
  font-size: 14px;
  line-height: 26px;
}
.table-spec tbody tr td strong {
  font-size: 16px;
  word-break: break-all;
}
.table-spec tbody tr td ul {
  padding: 20px 0;
}
.table-spec tbody tr td ul li {
  padding-left: 15px;
  background: url(/Assets/CNBG/v2/img/icon-dot.png) no-repeat 0px 10px;
}
.table-spec > tbody > tr th,
.table-spec > tbody > tr td {
  border: 0;
  word-break: break-all;
}
.table-spec > tbody > tr:nth-of-type(odd) {
  background-color: #edf3f5;
}
.table-spec > tbody > tr:nth-of-type(odd) th {
  background-color: #e1ebee;
  border-right: 2px solid white;
}
.table-spec > tbody > tr:nth-of-type(odd) td {
  border-right: 2px solid white;
}
.table-spec > tbody > tr:nth-of-type(odd) td:last-child {
  border-right: 0;
}
@media (max-width: 750px) {
  .table-spec tbody tr th {
    padding: 0.37037rem 0.74074rem;
    width: 18%;
  }
  .table-spec tbody tr td {
    padding: 0.37037rem 0.74074rem;
  }
}
/* 新闻列表 */
.news-list {
  margin-top: 90px;
  margin-bottom: 50px;
}
.news-list .filter {
  float: left;
  width: 355px;
}
.news-list .list {
  float: right;
  width: 635px;
}
.news-list .list ul.nlist li {
  height: 240px;
  background: #f4fdfd;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-list .list ul.nlist li a {
  display: block;
  color: #282828;
}
.news-list .list ul.nlist li dl {
  overflow: hidden;
}
.news-list .list ul.nlist li dl dt {
  float: left;
  width: 370px;
  padding: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.news-list .list ul.nlist li dl dt strong {
  font-size: 22px;
  /*word-break: break-all;*/
  line-height: 32px;
}
.news-list .list ul.nlist li dl dt span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  font-weight: normal;
}
.news-list .list ul.nlist li dl dd {
  float: left;
  width: 264px;
  text-align: right;
}
.screen {
  margin-bottom: 40px;
}
.screen .mob-filters-head {
  display: none;
}
.screen .apply {
  display: none;
}
.screen .results-input {
  margin-top: 30px;
}
.screen .title {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0;
}
.screen .title h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 20px;
}
.screen .title a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-family: 'AkkuratPro-Regular', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #f66f6a;
  float: right;
}
.screen .filter-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}
.screen .filter-wrap > div {
  position: relative;
}
.screen .filter-wrap > div .input-search {
  margin-bottom: 20px;
  padding-right: 40px;
}
.screen .filter-wrap ul li {
  margin-bottom: 15px;
}
.screen .filter-wrap ul li .check-box {
  width: 26px;
  height: 26px;
  display: inline-block;
  float: left;
  margin-top: 0;
  background: url(/Assets/CNBG/v2/img/check_blue.png) no-repeat left top;
}
.screen .filter-wrap ul li > div {
  border-radius: 3px;
}
.screen .filter-wrap ul li > label {
  display: inline-block;
  float: right;
  width: 88%;
  font-weight: normal;
  cursor: pointer;
  margin-top: 1px;
  /*&:hover {font-family:@font-family-akkuratpro-bold;}*/
}
.screen .filter-wrap ul li > label.icheckbox_square-blue {
  background-image: url(/Assets/CNBG/v2/img/icheck/blue.png);
}
.screen .filter-wrap ul li > label a {
  float: left;
  color: #222222;
  font-size: 18px;
}
.screen .filter-wrap ul li > label a:hover,
.screen .filter-wrap ul li > label a.active {
  font-weight: bold;
}
.screen .filter-wrap ul li > label em {
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  display: inline-block;
  font-size: 20px;
}
.screen .filter-wrap ul li > label span {
  float: right;
  color: #555;
  font-size: 14px;
  margin-top: 5px;
}
.filter-mob-btn {
  display: none;
}
@media (max-width: 1200px) {
  .news-list {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1050px) {
  .news-list .wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  .news-list {
    margin-top: 2.96296rem;
    margin-bottom: 2.22222rem;
  }
  .news-list .wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
  .news-list .filter {
    float: none;
    width: 100%;
  }
  .news-list .list {
    float: none;
    width: 100%;
  }
  .news-list .list ul.nlist li {
    height: 9.77778rem;
    margin-bottom: 20px;
  }
  .news-list .list ul.nlist li a {
    height: 100%;
  }
  .news-list .list ul.nlist li dl {
    height: 100%;
  }
  .news-list .list ul.nlist li dl dt {
    width: 60%;
    padding: 1.11111rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news-list .list ul.nlist li dl dt strong {
    font-size: 1.33333rem;
    line-height: 1.77778rem;
    display: block;
    height: 5.33333rem;
    overflow: hidden;
  }
  .news-list .list ul.nlist li dl dt span {
    font-size: 1.18519rem;
    margin-top: 0.74074rem;
  }
  .news-list .list ul.nlist li dl dd {
    height: 100%;
    width: 40%;
  }
  .news-list .list ul.nlist li dl dd img {
    height: 100%;
  }
  .screen {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: white;
    width: 100%;
    left: 0;
  }
  .screen.visible {
    display: block;
  }
  .screen.visible .mob-filters-head {
    display: block;
    width: 100%;
    height: 5.18519rem;
    line-height: 5.18519rem;
    font-size: 1.77778rem;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
  }
  .screen.visible .mob-filters-head .colse {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: #222222;
    top: 2px;
  }
  .screen.visible .mob-filters-head .colse .hwic_cross:before {
    content: '\e90c';
  }
  .screen.visible .title {
    margin: 0 2.22222rem;
  }
  .screen.visible .title h3 {
    font-size: 1.33333rem;
  }
  .screen.visible .title a {
    font-size: 1.33333rem;
  }
  .screen.visible .js-icheck-list {
    padding: 0 2.22222rem;
  }
  .screen.visible .js-icheck-list ul li > label em {
    font-size: 18px;
  }
  .screen.visible .js-icheck-list .icheckbox_square-blue,
  .screen.visible .js-icheck-list .iradio_square-blue {
    margin-top: 0;
  }
  .screen.visible .apply {
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background: #f66f6a;
    text-align: center;
    display: block;
    margin: 0 2.22rem 40px 2.22rem;
  }
  .screen.visible .apply a {
    color: #fff;
    display: block;
  }
  .filter-mob-btn {
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 1.18519rem;
    width: 100%;
    text-align: center;
    margin-bottom: 2.96296rem;
    padding: 7px 30px;
  }
  .filter-mob-btn a {
    color: #282828;
  }
}
/*分页*/
.hw-pagination {
  padding: 40px 0;
  overflow: hidden;
}
.hw-pagination .left {
  float: left;
}
.hw-pagination .left span {
  margin: 0 3px;
}
.hw-pagination .left select {
  padding: 5px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
.hw-pagination .right {
  float: right;
}
.hw-pagination .right ul {
  overflow: hidden;
}
.hw-pagination .right ul li {
  display: inline-block;
  margin: 0 3px;
}
.hw-pagination .right ul li.prev {
  margin-right: 10px;
}
.hw-pagination .right ul li.next {
  margin-left: 10px;
}
.hw-pagination .right ul li input {
  text-align: center;
  width: 70px;
  padding: 2px 0;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
.hw-pagination .right ul li a em.hwic_left {
  font-size: 35px;
  vertical-align: middle;
  font-weight: 100;
  margin-right: -5px;
}
.hw-pagination .right ul li a em.hwic_left:before {
  content: '\e915';
}
.hw-pagination .right ul li a em.hwic_right {
  font-size: 35px;
  vertical-align: middle;
  font-weight: 100;
  margin-left: -5px;
}
@media (max-width: 750px) {
  .hw-pagination {
    padding: 40px 0;
  }
  .hw-pagination .left {
    display: none;
  }
  .hw-pagination .right {
    float: none;
    text-align: left;
  }
  .hw-pagination .right ul li {
    margin: 0 3px;
  }
  .hw-pagination .right ul li.prev {
    margin-right: 5px;
  }
  .hw-pagination .right ul li.next {
    margin-left: 5px;
  }
  .hw-pagination .right ul li input {
    width: 4.44444rem;
    padding: 2px 0;
  }
  .hw-pagination .right ul li a em.hwic_left {
    font-size: 2.22222rem;
    margin-right: -3px;
  }
  .hw-pagination .right ul li a em.hwic_left:before {
    content: '\e915';
  }
  .hw-pagination .right ul li a em.hwic_right {
    font-size: 2.22222rem;
  }
}
/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline !important;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px !important;
  height: 22px;
  background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/check_blue.png') no-repeat;
  border: none;
  cursor: pointer;
  float: none !important;
  margin-top: 6px;
}
.icheckbox_square-blue {
  background-position: 0 0;
}
.icheckbox_square-blue.hover {
  background-position: -24px 0;
}
.icheckbox_square-blue.checked {
  background-position: -48px 0;
}
.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-blue {
  background-position: -120px 0;
}
.iradio_square-blue.hover {
  background-position: -144px 0;
}
.iradio_square-blue.checked {
  background-position: -168px 0;
}
.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}
/* page-indexv2 */
.page-indexv2 .wrap {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .page-indexv2 .wrap {
    width: 1300px;
  }
}
@media (max-width: 750px) {
  .page-indexv2 .wrap {
    width: 100%;
  }
}
.page-indexv2 .banner {
  margin-bottom: 0 !important;
}
.page-indexv2 .banner .swiper-slide {
  height: 720px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  outline: none;
  overflow: hidden;
}
.page-indexv2 .banner .swiper-slide .box {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: none !important;
}
.page-indexv2 .banner .swiper-slide .box .text {
  height: 100%;
  margin-top: 166px;
}
.page-indexv2 .banner .swiper-slide .box .text.s_center {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-indexv2 .banner .swiper-slide .box .text.s_right {
  float: right;
  width: 570px;
  margin-right: 115px;
}
.page-indexv2 .banner .swiper-slide .box .text.s_left {
  width: 570px;
  margin-left: 135px;
}
.page-indexv2 .banner .swiper-slide .box .text h2 {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 26px;
}
.page-indexv2 .banner .swiper-slide .box .text p {
  font-size: 18px;
  line-height: 28px;
}
.page-indexv2 .banner .swiper-slide .box .text .buttons {
  /*display: inline-block;
            margin-top: 50px;
            padding: 0px 38px;
            border: 2px solid white;
            font-size: 16px;
            color: white;
            line-height: 41px;
            height: 45px;
            box-sizing: border-box;
            background:rgba(0, 0, 0, 0.10);
            color: #f66f6a;
            border: 2px solid #f66f6a;
            &:hover{
            }*/
  margin-top: 40px;
}
.page-indexv2 .banner .swiper-slide .box .text .buttons .hw-btn {
  height: 50px;
  line-height: 46px;
  border-width: 2px;
  padding: 0 28px;
  margin: 10px 6px;
}
.page-indexv2 .banner .swiper-slide .box .text .buttons .hw-btn:first-child {
  margin-left: 0;
}
.page-indexv2 .banner .swiper-slide .box .text .buttons .hw-btn.btn-normal {
  padding: 0 38px;
  background: rgba(0, 0, 0, 0.1);
}
.page-indexv2 .banner .swiper-slide .box .text .buttons .hw-btn.btn-normal:hover {
  background: #f66f6a;
  color: white;
}
.page-indexv2 .banner .swiper-slide.banner-dark .text {
  color: white;
}
.page-indexv2 .banner .slick-arrow {
  z-index: 9;
  width: 40px;
  height: 40px;
  display: none !important;
}
.page-indexv2 .banner .slick-arrow.slick-prev {
  left: 50px;
}
.page-indexv2 .banner .slick-arrow.slick-prev:before {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(/Assets/CNBG/v2/img/arrow-left-s4.png) no-repeat center;
  background-size: contain;
  content: '';
}
.page-indexv2 .banner .slick-arrow.slick-next {
  right: 50px;
}
.page-indexv2 .banner .slick-arrow.slick-next:before {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(/Assets/CNBG/v2/img/arrow-left-s3.png) no-repeat center;
  background-size: contain;
  content: '';
}
.page-indexv2 .banner .slick-dots {
  bottom: 80px;
}
.page-indexv2 .banner .slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #595757;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 7px;
  background: #fff;
}
.page-indexv2 .banner .slick-dots li button {
  display: none;
}
.page-indexv2 .banner .slick-dots li.slick-active {
  background: #595757;
  border-color: #fff;
}
@media (max-width: 1680px) {
  .page-indexv2 .banner .swiper-slide {
    height: 626px;
  }
  .page-indexv2 .banner .swiper-slide .box .text {
    margin-top: 144px;
  }
  .page-indexv2 .banner .swiper-slide .box .text h2 {
    font-size: 48px;
  }
  .page-indexv2 .banner .slick-dots {
    bottom: 60px;
  }
}
@media (max-width: 1440px) {
  .page-indexv2 .banner .swiper-slide {
    height: 550px;
  }
  .page-indexv2 .banner .swiper-slide .box .text {
    margin-top: 124px;
  }
  .page-indexv2 .banner .swiper-slide .box .text h2 {
    font-size: 42px;
  }
  .page-indexv2 .banner .slick-dots {
    bottom: 60px;
  }
}
@media (max-width: 1370px) {
  .page-indexv2 .banner .swiper-slide {
    height: 512px;
  }
  .page-indexv2 .banner .swiper-slide .box {
    width: 1300px;
  }
  .page-indexv2 .banner .swiper-slide .box .text {
    margin-top: 116px;
  }
  .page-indexv2 .banner .swiper-slide .box .text h2 {
    font-size: 40px;
  }
  .page-indexv2 .banner .swiper-slide .box .text p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-indexv2 .banner .slick-dots {
    bottom: 56px;
  }
}
@media (max-width: 1300px) {
  .page-indexv2 .banner .swiper-slide .box {
    width: 100%;
  }
}
.page-indexv2 .banner:hover .slick-arrow {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .page-indexv2 .banner .swiper-slide {
    height: 37.03704rem;
  }
  .page-indexv2 .banner .swiper-slide .box {
    width: 100%;
    height: 100%;
  }
  .page-indexv2 .banner .swiper-slide .box .text {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    padding: 0 2.22222rem;
    padding-top: 7.40741rem;
  }
  .page-indexv2 .banner .swiper-slide .box .text.s_center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page-indexv2 .banner .swiper-slide .box .text.s_right {
    float: right;
    width: 100%;
    margin-right: 0;
  }
  .page-indexv2 .banner .swiper-slide .box .text.s_left {
    width: 100%;
    margin-left: 0;
  }
  .page-indexv2 .banner .swiper-slide .box .text h2 {
    font-size: 2.22222rem;
    margin-bottom: 1.18519rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .page-indexv2 .banner .swiper-slide .box .text p {
    font-size: 1.03704rem;
    line-height: 1.77778rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: none;
  }
  .page-indexv2 .banner .swiper-slide .box .text .buttons {
    /*margin-top: torem(50px);
              padding: 0px torem(38px);
              font-size: torem(16px);
              line-height: torem(43px);
              height: torem(45px);*/
    margin-top: 2.96296rem;
  }
  .page-indexv2 .banner .swiper-slide .box .text .buttons .hw-btn {
    height: 2.96296rem;
    line-height: 2.66667rem;
    padding: 0 2.07407rem;
    margin: 0.37037rem 0rem;
    margin-left: 0;
  }
  .page-indexv2 .banner .swiper-slide .box .text .buttons .hw-btn:first-child {
    margin-left: 0;
  }
  .page-indexv2 .banner .swiper-slide .box .text .buttons .hw-btn.btn-normal {
    padding: 0 2.81481rem;
  }
  .page-indexv2 .banner .slick-dots {
    bottom: 1.48148rem;
  }
  .page-indexv2 .banner .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 7px;
  }
  .page-indexv2 .banner:hover .slick-arrow {
    display: none !important;
  }
}
.page-indexv2 .accordion {
  margin-top: 110px;
  margin-bottom: 120px;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
  width: 100%;
}
.page-indexv2 .accordion .wrap {
  position: relative;
  height: 640px;
}
.page-indexv2 .accordion .wrap .bg {
  width: 1400px;
  height: 640px;
  background: #081a3c;
  top: 40px;
  left: 40px;
  position: absolute;
}
.page-indexv2 .accordion .wrap ul {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
}
.page-indexv2 .accordion .wrap ul li {
  float: none;
  position: absolute;
  width: 450px;
  height: 100%;
  background: #081a3c;
  margin-left: 0;
  padding-top: 210px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  cursor: pointer;
  padding-left: 130px;
}
.page-indexv2 .accordion .wrap ul li.long {
  padding-left: 70px;
}
.page-indexv2 .accordion .wrap ul li.long .button {
  margin-left: 90px;
}
.page-indexv2 .accordion .wrap ul li:before {
  content: ' ';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 25, 98, 0.35);
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-indexv2 .accordion .wrap ul li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: rgba(246, 111, 106, 0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-indexv2 .accordion .wrap ul li:first-child {
  margin-left: 0;
}
.page-indexv2 .accordion .wrap ul li:nth-child(2) {
  left: 475px;
}
.page-indexv2 .accordion .wrap ul li:nth-child(3) {
  left: 950px;
}
.page-indexv2 .accordion .wrap ul li i {
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(/Assets/CNBG/v2/img/index/btn-close.png) no-repeat center;
  right: 40px;
  top: 40px;
  display: none;
  z-index: 1;
}
.page-indexv2 .accordion .wrap ul li dl {
  margin-bottom: 30px;
}
.page-indexv2 .accordion .wrap ul li dl dt {
  float: left;
  color: white;
  line-height: 1.1;
}
.page-indexv2 .accordion .wrap ul li dl dt span {
  font-size: 90px;
  font-weight: normal;
}
.page-indexv2 .accordion .wrap ul li dl dt span.block {
  display: block;
}
.page-indexv2 .accordion .wrap ul li dl dt span.block + em {
  margin-left: 0;
}
.page-indexv2 .accordion .wrap ul li dl dt em {
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  margin-left: 15px;
}
.page-indexv2 .accordion .wrap ul li dl dt.s2 {
  margin-top: -20px;
}
.page-indexv2 .accordion .wrap ul li dl dt.s2 span {
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}
.page-indexv2 .accordion .wrap ul li dl dt.s2 em {
  font-size: 70px;
  margin-left: 0;
  display: block;
}
.page-indexv2 .accordion .wrap ul li dl dd {
  display: none;
  float: right;
  padding-right: 145px;
  position: relative;
  width: 635px;
}
.page-indexv2 .accordion .wrap ul li dl dd:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  color: white;
  background: white;
  right: 145px;
  top: -40px;
  display: none;
}
.page-indexv2 .accordion .wrap ul li dl dd p {
  font-size: 16px;
  text-align: right;
  color: white;
  line-height: 32px;
  opacity: 0.8;
}
.page-indexv2 .accordion .wrap ul li .button {
  height: 50px;
  line-height: 48px;
  border: 1px solid #f66f6a;
  padding: 0 30px;
  color: #f66f6a;
  font-size: 16px;
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.page-indexv2 .accordion .wrap ul li.active {
  width: 100%;
  margin-left: 0;
  z-index: 9;
  left: 0;
}
.page-indexv2 .accordion .wrap ul li.active i {
  display: block;
  opacity: 1;
}
.page-indexv2 .accordion .wrap ul li.active dl dd {
  display: block;
}
.page-indexv2 .accordion .wrap ul li.active .button {
  float: right;
  margin-right: 145px;
  margin-top: 22px;
  color: white;
  background: #f66f6a;
  border-color: #f66f6a;
  display: inline-block;
}
.page-indexv2 .accordion .wrap ul li:hover:before {
  background: rgba(0, 25, 98, 0.6);
}
.page-indexv2 .accordion .wrap ul li:hover:after {
  opacity: 1;
}
.page-indexv2 .accordion.accordion-en .wrap ul li dl dt.s2 em {
  font-size: 60px;
}
@media (max-width: 1370px) {
  .page-indexv2 .accordion {
    margin-top: 77px;
    margin-bottom: 84px;
  }
  .page-indexv2 .accordion .wrap .bg {
    width: 1300px;
  }
  .page-indexv2 .accordion .wrap ul li {
    width: 416px;
  }
  .page-indexv2 .accordion .wrap ul li:nth-child(2) {
    left: 441px;
  }
  .page-indexv2 .accordion .wrap ul li:nth-child(3) {
    left: 882px;
  }
  .page-indexv2 .accordion .wrap ul li.active {
    width: 100%;
    margin-left: 0;
    z-index: 9;
    left: 0;
  }
}
@media (max-width: 750px) {
  .page-indexv2 .accordion {
    margin-top: 2.22222rem;
    margin-bottom: 2.22222rem;
  }
  .page-indexv2 .accordion .wrap {
    height: auto;
  }
  .page-indexv2 .accordion .wrap .bg {
    display: none;
  }
  .page-indexv2 .accordion .wrap ul {
    margin-bottom: 0;
  }
  .page-indexv2 .accordion .wrap ul li {
    width: 100%;
    margin-left: 0;
    padding-top: 7.40741rem;
    float: left;
    height: 38rem;
    text-align: left;
    position: relative;
    left: 0 !important;
    -webkit-transition: none;
    transition: none;
    padding-left: 2.96296rem;
    padding-right: 2.96296rem;
  }
  .page-indexv2 .accordion .wrap ul li.long {
    padding-left: 2.96296rem;
  }
  .page-indexv2 .accordion .wrap ul li i {
    display: none;
  }
  .page-indexv2 .accordion .wrap ul li dl {
    margin-bottom: 2.96296rem;
  }
  .page-indexv2 .accordion .wrap ul li dl dt {
    float: none;
    margin-bottom: 1.85185rem;
  }
  .page-indexv2 .accordion .wrap ul li dl dt span {
    font-size: 6.66667rem;
  }
  .page-indexv2 .accordion .wrap ul li dl dt em {
    font-size: 2.07407rem;
    margin-left: 1.11111rem;
  }
  .page-indexv2 .accordion .wrap ul li dl dt.s2 {
    margin-top: 0;
    text-align: left;
    padding-left: 0;
  }
  .page-indexv2 .accordion .wrap ul li dl dt.s2 span {
    font-size: 2.07407rem;
    margin-bottom: 0.74074rem;
  }
  .page-indexv2 .accordion .wrap ul li dl dt.s2 em {
    font-size: 5.18519rem;
  }
  .page-indexv2 .accordion .wrap ul li dl dd {
    float: none;
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .page-indexv2 .accordion .wrap ul li dl dd p {
    text-align: left;
    font-size: 1.18519rem;
    line-height: 2.37037rem;
  }
  .page-indexv2 .accordion .wrap ul li dl dd p + p {
    display: none;
  }
  .page-indexv2 .accordion .wrap ul li dl dd:after {
    display: none;
  }
  .page-indexv2 .accordion .wrap ul li .button {
    height: 3.7037rem;
    line-height: 3.55556rem;
    padding: 0 2.22222rem;
    font-size: 1.18519rem;
    margin-left: 0;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
  }
  .page-indexv2 .accordion .wrap ul li.active {
    width: 100%;
  }
  .page-indexv2 .accordion .wrap ul li.active i {
    display: none;
  }
  .page-indexv2 .accordion .wrap ul li.active dl dd {
    display: -webkit-box;
  }
  .page-indexv2 .accordion .wrap ul li.active .button {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
  .page-indexv2 .accordion .wrap ul li:hover:after {
    display: none !important;
  }
  .page-indexv2 .accordion .wrap ul .slick-dots {
    position: absolute;
    bottom: 1.48148rem;
    height: 28px;
    font-size: 0;
  }
  .page-indexv2 .accordion .wrap ul .slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    float: none;
    padding-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 0;
    margin: 0 7px;
    background: none;
  }
  .page-indexv2 .accordion .wrap ul .slick-dots li.slick-active {
    background: white;
  }
  .page-indexv2 .accordion .wrap ul .slick-dots li:before {
    display: none;
  }
  .page-indexv2 .accordion .wrap ul .slick-dots li:after {
    display: none;
  }
  .page-indexv2 .accordion .wrap ul .slick-dots li button {
    display: none;
  }
  .page-indexv2 .accordion.accordion-en .wrap ul li dl dt.s2 em {
    font-size: 3.7037rem;
  }
}
.page-indexv2 .slick-video {
  height: 600px;
  overflow: hidden;
  margin-bottom: 0;
}
.page-indexv2 .slick-video .slick-list {
  height: 100%;
}
.page-indexv2 .slick-video .slick-list .slick-track {
  height: 100%;
}
.page-indexv2 .slick-video .slick-arrow {
  z-index: 9;
  width: 40px;
  height: 40px;
}
.page-indexv2 .slick-video .slick-arrow.slick-prev {
  left: 50px;
}
.page-indexv2 .slick-video .slick-arrow.slick-prev:before {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(/Assets/CNBG/v2/img/arrow-left-s4.png) no-repeat center;
  background-size: contain;
  content: '';
}
.page-indexv2 .slick-video .slick-arrow.slick-next {
  right: 50px;
}
.page-indexv2 .slick-video .slick-arrow.slick-next:before {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(/Assets/CNBG/v2/img/arrow-left-s3.png) no-repeat center;
  background-size: contain;
  content: '';
}
.page-indexv2 .slick-video .slick-dots {
  bottom: 45px;
}
.page-indexv2 .slick-video .slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0 10px;
}
.page-indexv2 .slick-video .slick-dots li.slick-active {
  background: #ffffff;
}
.page-indexv2 .slick-video .slick-dots li button {
  display: none;
}
.page-indexv2 .video {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.page-indexv2 .video:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-indexv2 .video:hover .wrap {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.page-indexv2 .video .wrap {
  padding-top: 150px;
  text-align: center;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.page-indexv2 .video .wrap h2 {
  width: 780px;
  margin: 0 auto;
  font-size: 48px;
  color: white;
  line-height: 58px;
  margin-bottom: 30px;
}
.page-indexv2 .video .wrap p {
  width: 780px;
  margin: 0 auto;
  font-size: 18px;
  color: white;
  line-height: 30px;
  margin-bottom: 30px;
}
.page-indexv2 .video .wrap .buttons .hw-btn {
  margin: 5px;
}
.page-indexv2 .video .wrap .buttons .hw-btn.btn-normal {
  padding: 0 28px;
  background: transparent;
}
.page-indexv2 .video .wrap .buttons .hw-btn.btn-normal:hover {
  background: #f66f6a;
  color: white;
}
@media (max-width: 1300px) {
  .page-indexv2 .video .wrap {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .page-indexv2 .slick-video {
    height: 37.03704rem;
  }
  .page-indexv2 .slick-video .slick-arrow {
    display: none !important;
  }
  .page-indexv2 .slick-video .slick-dots {
    bottom: 1.85185rem;
  }
  .page-indexv2 .slick-video .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .page-indexv2 .video {
    -webkit-transition: none;
    transition: none;
  }
  .page-indexv2 .video:hover {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .page-indexv2 .video:hover .wrap {
    -webkit-transition: none;
    transition: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .page-indexv2 .video .wrap {
    padding-top: 6.66667rem;
  }
  .page-indexv2 .video .wrap h2 {
    width: 23.7037rem;
    font-size: 2.22222rem;
    line-height: 2.96296rem;
    margin-bottom: 1.48148rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  .page-indexv2 .video .wrap p {
    width: 100%;
    width: 23.7037rem;
    margin: 0 auto;
    margin-bottom: 1.85185rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: none;
  }
}
.page-indexv2 .solution {
  padding: 100px 0;
  background: #f3f4fa;
}
.page-indexv2 .solution .wrap {
  width: 1108px;
  margin: 0 auto;
}
.page-indexv2 .solution .wrap .title h2 {
  font-size: 38px;
  line-height: 48px;
  line-height: 1.1;
  padding-bottom: 25px;
}
.page-indexv2 .solution .wrap .title p {
  font-size: 18px;
}
.page-indexv2 .solution .wrap .advantage {
  padding: 60px 0 0px 0;
}
.page-indexv2 .solution .wrap .advantage ul {
  overflow: hidden;
}
.page-indexv2 .solution .wrap .advantage ul li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  padding: 12px 0;
}
.page-indexv2 .solution .wrap .advantage ul li a {
  color: #282828;
}
.page-indexv2 .solution .wrap .advantage ul li i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-indexv2 .solution .wrap .advantage ul li i.icon-01 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-01.png);
}
.page-indexv2 .solution .wrap .advantage ul li i.icon-02 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-02.png);
}
.page-indexv2 .solution .wrap .advantage ul li i.icon-03 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-03.png);
}
.page-indexv2 .solution .wrap .advantage ul li i.icon-04 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-04.png);
}
.page-indexv2 .solution .wrap .advantage ul li p {
  font-size: 18px;
}
.page-indexv2 .solution .wrap .advantage ul li:first-child:after {
  display: none;
}
.page-indexv2 .solution .wrap .advantage ul li:after {
  content: ' ';
  display: block;
  background: #e0e0e0;
  height: 100%;
  width: 1px;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page-indexv2 .solution .wrap .advantage dl {
  margin-top: 68px;
  margin-bottom: 0;
}
.page-indexv2 .solution .wrap .advantage dl dd {
  float: left;
  width: 260px;
  height: 70px;
  line-height: 70px;
  background: white;
  margin-left: 22px;
  margin-bottom: 22px;
  -webkit-box-shadow: #ecedf3 0px 1px 0px 1px;
  box-shadow: #ecedf3 0px 1px 0px 1px;
}
.page-indexv2 .solution .wrap .advantage dl dd:first-child {
  margin-left: 0;
}
.page-indexv2 .solution .wrap .advantage dl dd:nth-child(4n + 1) {
  margin-left: 0;
}
.page-indexv2 .solution .wrap .advantage dl dd a {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #282828;
}
.page-indexv2 .solution .wrap .advantage dl dd a i {
  display: inline-block;
  width: 47px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 10px;
}
.page-indexv2 .solution .wrap .advantage dl dd a i.icon-01 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-1.png);
}
.page-indexv2 .solution .wrap .advantage dl dd a i.icon-02 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-2.png);
}
.page-indexv2 .solution .wrap .advantage dl dd a i.icon-03 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-3.png);
}
.page-indexv2 .solution .wrap .advantage dl dd a i.icon-04 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-4.png);
}
.page-indexv2 .solution .wrap .advantage dl dd a i.icon-05 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-5.png);
}
.page-indexv2 .solution .wrap .advantage dl dd a i.icon-06 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-6.png);
}
.page-indexv2 .solution .wrap .advantage dl dd a i.icon-07 {
  background-image: url(/Assets/CNBG/v2/img/index/icon-7.png);
}
.page-indexv2 .solution .wrap .advantage dl dd:hover {
  background: #15b0e8;
}
.page-indexv2 .solution .wrap .advantage dl dd:hover a {
  color: white;
}
.page-indexv2 .solution .wrap .advantage dl dd:hover a i {
  background-position: center bottom;
}
@media (max-width: 750px) {
  .page-indexv2 .solution {
    padding: 5.92593rem 1.48148rem;
  }
  .page-indexv2 .solution .wrap {
    width: 100%;
  }
  .page-indexv2 .solution .wrap .title {
    padding: 0 20px;
  }
  .page-indexv2 .solution .wrap .title h2 {
    font-size: 2.81481rem;
    line-height: 3.55556rem;
    padding-bottom: 1.85185rem;
  }
  .page-indexv2 .solution .wrap .title p {
    font-size: 1.33333rem;
  }
  .page-indexv2 .solution .wrap .advantage {
    padding: 4.44444rem 0 0px 0;
  }
  .page-indexv2 .solution .wrap .advantage ul li {
    float: left;
    width: 50%;
    padding: 0.88889rem 0;
  }
  .page-indexv2 .solution .wrap .advantage ul li i {
    width: 5.92593rem;
    height: 5.92593rem;
  }
  .page-indexv2 .solution .wrap .advantage ul li p {
    font-size: 1.33333rem;
  }
  .page-indexv2 .solution .wrap .advantage ul li:after {
    display: none;
  }
  .page-indexv2 .solution .wrap .advantage dl {
    margin-top: 68px;
    margin-bottom: 0;
  }
  .page-indexv2 .solution .wrap .advantage dl dd {
    width: 100%;
    height: 5.18519rem;
    line-height: 5.18519rem;
    margin-left: 0;
    margin-bottom: 1.11111rem;
  }
  .page-indexv2 .solution .wrap .advantage dl dd a {
    font-size: 1.33333rem;
    text-align: left;
    padding-left: 40%;
  }
  .page-indexv2 .solution .wrap .advantage dl dd a i {
    width: 3.48148rem;
    height: 2.96296rem;
    margin-right: 1.48148rem;
    margin-left: -4.96296rem;
  }
}
.page-indexv2 .case {
  height: 860px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-indexv2 .case:before {
  content: ' ';
  width: 30%;
  height: 100%;
  background: #081a3c;
  position: absolute;
  left: 0;
  top: 0;
}
.page-indexv2 .case .wrap {
  height: 100%;
  background: url(/Assets/CNBG/v2/img/index/case-bg.png) no-repeat -260px center;
  padding-top: 90px;
}
.page-indexv2 .case .wrap .arrow {
  width: 147px;
  float: left;
  padding-top: 177px;
}
.page-indexv2 .case .wrap .arrow a {
  display: block;
  width: 51px;
  height: 51px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid white;
  border-radius: 50%;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: none;
  transition: none;
  background-size: cover;
  margin-bottom: 13px;
  margin-left: 62px;
}
.page-indexv2 .case .wrap .arrow a.arrow-left {
  background-image: url(/Assets/CNBG/v2/img/index/arrow-left.png);
}
.page-indexv2 .case .wrap .arrow a.arrow-right {
  background-image: url(/Assets/CNBG/v2/img/index/arrow-right.png);
}
.page-indexv2 .case .wrap .arrow a.opacity {
  opacity: 0;
  cursor: default;
}
.page-indexv2 .case .wrap .arrow a:hover {
  background-position: center bottom;
  background-color: white;
}
.page-indexv2 .case .wrap .list {
  float: left;
  width: 1253px;
}
.page-indexv2 .case .wrap .list .slick {
  overflow: hidden;
}
.page-indexv2 .case .wrap .list .title {
  font-size: 38px;
  color: white;
  line-height: 48px;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
.page-indexv2 .case .wrap .list .items {
  position: relative;
  height: 550px;
  overflow-y: hidden;
}
.page-indexv2 .case .wrap .list .items .item {
  width: 450px;
  height: 500px;
  margin-bottom: 50px;
  background: white;
  float: left;
  margin-right: 40px;
  -webkit-box-shadow: rgba(8, 26, 60, 0.5) 0px 15px 40px -10px;
  box-shadow: rgba(8, 26, 60, 0.5) 0px 15px 40px -10px;
  position: relative;
}
.page-indexv2 .case .wrap .list .items .item a {
  display: block;
  height: 100%;
}
.page-indexv2 .case .wrap .list .items .item a .img {
  overflow: hidden;
}
.page-indexv2 .case .wrap .list .items .item a .img img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.page-indexv2 .case .wrap .list .items .item a .img img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page-indexv2 .case .wrap .list .items .item a p {
  padding: 30px 40px;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 22px;
  line-height: 34px;
  color: #282828;
}
.page-indexv2 .case .wrap .list .items .item a span.link {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #282828;
  font-size: 16px;
}
.page-indexv2 .case .wrap .list .items .item a span.link:after {
  content: '';
  width: 8px;
  height: 14px;
  background: url(/Assets/CNBG/v2/img/index/arrow-more.png) no-repeat center top;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -3px;
}
.page-indexv2 .case .wrap .list .items .item a span.link:hover {
  color: #c8010b;
}
.page-indexv2 .case .wrap .list .items .item a span.link:hover:after {
  background-position: center bottom;
}
.page-indexv2 .case .wrap .more {
  float: left;
  position: relative;
}
.page-indexv2 .case .wrap .more .button {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 38px;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  color: #f66f6a;
  border-color: #f66f6a;
}
.page-indexv2 .case .wrap .more .button:hover {
  background: #f66f6a;
  color: white;
}
@media (max-width: 1440px) {
  .page-indexv2 .case .wrap .list .items .item {
    width: 390px;
  }
}
@media (max-width: 1370px) {
  .page-indexv2 .case .wrap .arrow {
    width: 97px;
  }
  .page-indexv2 .case .wrap .arrow a {
    margin-left: 12px;
  }
  .page-indexv2 .case .wrap .list {
    width: 1203px;
  }
  .page-indexv2 .case .wrap .list .items .item {
    width: 380px;
  }
}
@media (max-width: 750px) {
  .page-indexv2 .case {
    height: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #081a3c;
  }
  .page-indexv2 .case:before {
    display: none;
  }
  .page-indexv2 .case .wrap {
    height: 100%;
    padding-top: 5.92593rem;
    padding-bottom: 5.92593rem;
    background: none;
  }
  .page-indexv2 .case .wrap .arrow {
    display: none;
  }
  .page-indexv2 .case .wrap .list {
    float: none;
    width: 100%;
  }
  .page-indexv2 .case .wrap .list .slick {
    overflow: hidden;
  }
  .page-indexv2 .case .wrap .list .title {
    font-size: 2.81481rem;
    line-height: 3.55556rem;
    margin-bottom: 2.96296rem;
    padding-left: 2.96296rem;
  }
  .page-indexv2 .case .wrap .list .items {
    position: relative;
    height: 35.92593rem;
    overflow-y: hidden;
    margin-bottom: 0;
  }
  .page-indexv2 .case .wrap .list .items .item {
    height: 35.92593rem;
    margin-bottom: 0;
    float: left;
    margin-right: 0;
  }
  .page-indexv2 .case .wrap .list .items .item a .img img {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .page-indexv2 .case .wrap .list .items .item a .img img:hover {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .page-indexv2 .case .wrap .list .items .item a p {
    padding: 2.22222rem 2.96296rem;
    padding-bottom: 0;
    font-size: 1.62963rem;
    line-height: 2.51852rem;
  }
  .page-indexv2 .case .wrap .list .items .item a span.link {
    left: 2.96296rem;
    bottom: 5.18519rem;
    font-size: 1.18519rem;
  }
  .page-indexv2 .case .wrap .list .items .item a span.link:after {
    width: 8px;
    height: 14px;
    margin-left: 10px;
    margin-top: -3px;
  }
  .page-indexv2 .case .wrap .list .items .slick-dots {
    background: #081a3c;
    bottom: 0;
    font-size: 0;
    padding-top: 30px;
  }
  .page-indexv2 .case .wrap .list .items .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-indexv2 .case .wrap .list .items .slick-dots li.slick-active {
    background: white;
  }
  .page-indexv2 .case .wrap .list .items .slick-dots li button {
    display: none;
  }
  .page-indexv2 .case .wrap .more {
    float: none;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 2.96296rem;
  }
  .page-indexv2 .case .wrap .more .button {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding: 0 38px;
    border: 1px solid white;
    color: white;
    font-size: 16px;
  }
}
.page-indexv2 .review {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}
.page-indexv2 .review .wrap {
  height: 100%;
  overflow: hidden;
}
.page-indexv2 .review dl {
  padding-top: 155px;
  position: relative;
  margin-left: 147px;
}
.page-indexv2 .review dl .button {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  padding: 0 38px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  color: #f66f6a;
  border-color: #f66f6a;
}
.page-indexv2 .review dl .button:hover {
  background: #f66f6a;
  color: white;
}
.page-indexv2 .review dl dt {
  font-weight: normal;
  max-width: 394px;
}
.page-indexv2 .review dl dt span {
  display: block;
  font-size: 22px;
  color: white;
  margin-bottom: 40px;
}
.page-indexv2 .review dl dt strong {
  font-size: 38px;
  line-height: 48px;
  color: white;
  margin-bottom: 20px;
  display: block;
  font-weight: normal;
}
.page-indexv2 .review dl dd ul li {
  position: absolute;
}
.page-indexv2 .review dl dd ul li.box-1 {
  width: 400px;
  padding-bottom: 38px;
  background: #15b0e8;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 38px;
  top: 263px;
  left: 410px;
  z-index: 2;
}
.page-indexv2 .review dl dd ul li.box-1 .title {
  position: relative;
}
.page-indexv2 .review dl dd ul li.box-1 .title h2 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.1;
}
.page-indexv2 .review dl dd ul li.box-1 .title h3 {
  font-size: 24px;
  color: white;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.1;
}
.page-indexv2 .review dl dd ul li.box-1 .title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: white;
  bottom: 0;
  left: 0;
}
.page-indexv2 .review dl dd ul li.box-1 p {
  font-size: 16px;
  line-height: 26px;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.page-indexv2 .review dl dd ul li.box-2 {
  left: 500px;
  top: 60px;
}
.page-indexv2 .review dl dd ul li.box-2 a {
  cursor: default;
}
.page-indexv2 .review dl dd ul li.box-3 {
  left: 890px;
  top: 140px;
}
.page-indexv2 .review dl dd ul li.box-3 a {
  cursor: default;
}
.page-indexv2 .review dl dd ul li.box-4 {
  left: 760px;
  top: 394px;
}
.page-indexv2 .review dl dd ul li.box-4 a {
  cursor: default;
}
.page-indexv2 .review dl dd .button {
  display: none;
}
@media (max-width: 1370px) {
  .page-indexv2 .review dl {
    margin-left: 97px;
  }
  .page-indexv2 .review dl dd ul li {
    margin-left: -50px;
  }
}
@media (max-width: 750px) {
  .page-indexv2 .review {
    height: auto;
    padding: 0 1.48148rem;
    padding-bottom: 5.92593rem;
  }
  .page-indexv2 .review dl {
    padding-top: 6.66667rem;
    margin-left: 0;
  }
  .page-indexv2 .review dl dt {
    font-weight: normal;
  }
  .page-indexv2 .review dl dt strong {
    font-size: 2.22222rem;
    line-height: 2.96296rem;
    color: white;
    margin-bottom: 1.11111rem;
    display: block;
    font-weight: normal;
  }
  .page-indexv2 .review dl dt span {
    font-size: 1.48148rem;
    margin-bottom: 2.22222rem;
  }
  .page-indexv2 .review dl dt .button {
    display: none;
  }
  .page-indexv2 .review dl dd ul li {
    position: static;
    margin-bottom: 1.48148rem;
    margin-left: 0;
  }
  .page-indexv2 .review dl dd ul li img {
    max-width: 100%;
  }
  .page-indexv2 .review dl dd ul li.box-1 {
    width: 100%;
    height: auto;
    padding-left: 1.48148rem;
    padding-right: 1.48148rem;
    padding-top: 2.59259rem;
    padding-bottom: 2.59259rem;
  }
  .page-indexv2 .review dl dd ul li.box-1 .title h2 {
    font-size: 1.62963rem;
    padding-bottom: 0.74074rem;
  }
  .page-indexv2 .review dl dd ul li.box-1 .title h3 {
    font-size: 1.62963rem;
    padding-bottom: 1.11111rem;
  }
  .page-indexv2 .review dl dd ul li.box-1 .title:after {
    width: 4.44444rem;
  }
  .page-indexv2 .review dl dd ul li.box-1 p {
    font-size: 1.18519rem;
    line-height: 1.92593rem;
    -webkit-line-clamp: 100;
  }
  .page-indexv2 .review dl dd ul li.box-2 {
    display: none;
  }
  .page-indexv2 .review dl dd ul li.box-2 img {
    width: 100%;
  }
  .page-indexv2 .review dl dd ul li.box-3 {
    display: none;
  }
  .page-indexv2 .review dl dd ul li.box-3 img {
    width: 100%;
  }
  .page-indexv2 .review dl dd ul li.box-4 {
    display: none;
  }
  .page-indexv2 .review dl dd ul li.box-4 img {
    width: 100%;
  }
  .page-indexv2 .review dl dd .button {
    display: inline-block;
    margin-top: 30px;
  }
}
.page-indexv2 .footer-v2 {
  background: #282828;
  width: 100%;
  overflow: hidden;
}
.page-indexv2 .footer-v2 .wrap {
  width: 1106px;
  margin: 0 auto;
  padding: 50px 0 40px 0;
}
.page-indexv2 .footer-v2 .wrap .links {
  float: left;
  width: 790px;
}
.page-indexv2 .footer-v2 .wrap .links h2 {
  display: none;
}
.page-indexv2 .footer-v2 .wrap .links ul {
  width: 100%;
}
.page-indexv2 .footer-v2 .wrap .links ul li {
  float: left;
  width: 25%;
}
.page-indexv2 .footer-v2 .wrap .links ul li h4 {
  font-size: 18px;
  color: white;
  font-weight: normal;
  line-height: 60px;
}
.page-indexv2 .footer-v2 .wrap .links ul li ul li {
  float: none;
  width: 100%;
}
.page-indexv2 .footer-v2 .wrap .links ul li ul li a {
  font-size: 14px;
  color: #808080;
  line-height: 28px;
}
.page-indexv2 .footer-v2 .wrap .links ul li ul li a:hover {
  color: white;
}
.page-indexv2 .footer-v2 .wrap .share {
  float: left;
  margin-top: 0;
}
.page-indexv2 .footer-v2 .wrap .share h4 {
  font-size: 18px;
  color: white;
  font-weight: normal;
  line-height: 60px;
}
.page-indexv2 .footer-v2 .wrap .share ul {
  padding-top: 5px;
}
.page-indexv2 .footer-v2 .wrap .share ul li {
  float: left;
  margin-right: 30px;
  width: 21px;
  height: 21px;
}
.page-indexv2 .footer-v2 .wrap .share ul li a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page-indexv2 .footer-v2 .wrap .share ul li a.icon-in {
  background-image: url(/Assets/CNBG/v2/img/index/icon-in.png);
}
.page-indexv2 .footer-v2 .wrap .share ul li a.icon-facebook {
  background-image: url(/Assets/CNBG/v2/img/index/icon-facebook.png);
}
.page-indexv2 .footer-v2 .wrap .share ul li a.icon-weixin {
  background-image: url(/Assets/CNBG/v2/img/index/icon-weixin.png);
}
.page-indexv2 .footer-v2 .wrap .share ul li a.icon-youtube {
  background-image: url(/Assets/CNBG/v2/img/index/icon-youtube.png);
}
.page-indexv2 .footer-v2 .wrap .share ul li a.icon-twitter {
  background-image: url(/Assets/CNBG/v2/img/index/icon-twitter.png);
}
.page-indexv2 .footer-v2 .copyright {
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #5c5c5c;
  color: #808080;
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  padding: 0;
}
.page-indexv2 .footer-v2 .copyright span {
  margin-left: 13px;
}
.page-indexv2 .footer-v2 .copyright span:first-child {
  margin-left: 0;
}
.page-indexv2 .footer-v2 .copyright a {
  color: #808080;
  margin-left: 13px;
}
.page-indexv2 .footer-v2 .copyright a:first-child {
  margin-left: 0;
}
.page-indexv2 .footer-v2 .copyright a:hover {
  color: white;
}
@media (max-width: 640px) {
  .page-indexv2 .footer-v2 .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 2.96296rem 0 0rem 0;
  }
  .page-indexv2 .footer-v2 .wrap .links {
    float: none;
    width: 100%;
    padding: 0 2.22222rem;
  }
  .page-indexv2 .footer-v2 .wrap .links h2 {
    color: white;
    font-size: 1.33333rem;
    line-height: 3.33333rem;
    font-weight: bold;
    border-bottom: 1px solid #535353;
    position: relative;
    display: block;
  }
  .page-indexv2 .footer-v2 .wrap .links h2:before {
    content: '';
    width: 1.25926rem;
    height: 1.11111rem;
    background: url('https://carrier.huawei.com/Assets/CNBG/v2/img/home.png') no-repeat center;
    display: inline-block;
    position: absolute;
    left: -1.62963rem;
    top: 50%;
    margin-top: -0.51852rem;
  }
  .page-indexv2 .footer-v2 .wrap .links ul {
    width: 100%;
  }
  .page-indexv2 .footer-v2 .wrap .links ul li {
    float: none;
    width: 100%;
  }
  .page-indexv2 .footer-v2 .wrap .links ul li h4 {
    font-size: 1.33333rem;
    line-height: 3.33333rem;
    border-bottom: 1px solid #535353;
    font-weight: bold;
  }
  .page-indexv2 .footer-v2 .wrap .links ul li ul {
    padding-top: 0.37037rem;
  }
  .page-indexv2 .footer-v2 .wrap .links ul li ul li {
    float: none;
    width: 100%;
  }
  .page-indexv2 .footer-v2 .wrap .links ul li ul li a {
    font-size: 1.03704rem;
    line-height: 2.37037rem;
    font-weight: bold;
    color: white;
  }
  .page-indexv2 .footer-v2 .wrap .share {
    float: none;
    margin-top: 0;
    padding: 0 0.88889rem;
    padding-top: 2.22222rem;
  }
  .page-indexv2 .footer-v2 .wrap .share h4 {
    font-size: 1.03704rem;
    font-weight: bold;
    line-height: 3.33333rem;
  }
  .page-indexv2 .footer-v2 .wrap .share ul {
    padding-top: 5px;
    text-align: center;
  }
  .page-indexv2 .footer-v2 .wrap .share ul li {
    float: none;
    display: inline-block;
    margin: 0 0.37037rem;
    width: 2.22222rem;
    height: 2.22222rem;
  }
  .page-indexv2 .footer-v2 .wrap .share ul li a {
    display: block;
    height: 100%;
  }
  .page-indexv2 .footer-v2 .copyright {
    height: 4.44444rem;
    line-height: 4.44444rem;
    border-top: 0;
    font-size: 1.03704rem;
  }
  .page-indexv2 .footer-v2 .copyright span {
    display: none;
  }
  .page-indexv2 .footer-v2 .copyright a {
    color: white;
    margin-left: 0;
    margin-right: 6px;
  }
  .page-indexv2 .footer-v2 .copyright a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    background: white;
    width: 1px;
    font-size: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  .page-indexv2 .footer-v2 .copyright a:last-child:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  #hw1_masthead:before {
    content: '';
    display: block;
    height: 96px !important;
  }
  #hw1_masthead #top-fixed-placeholder {
    display: none;
  }
}
/*文字环绕图片*/
.text-around {
  width: 1106px;
  margin: 0 auto;
}
.text-around h4 {
  font-size: 38px;
  line-height: 1.1;
  color: #231815;
}
.text-around .text-main {
  padding-top: 40px;
  overflow: hidden;
}
.text-around .text-main .right {
  float: right;
  margin-left: 60px;
  margin-bottom: 36px;
  width: 543px;
  height: 310px;
}
.text-around .text-main .right img {
  width: 100%;
}
.text-around .text-main .left {
  float: left;
  margin-right: 60px;
  margin-bottom: 36px;
  width: 543px;
  height: 310px;
}
.text-around .text-main .left img {
  width: 100%;
}
.text-around .text-main .text p {
  font-size: 16px;
  line-height: 28px;
  color: #231815;
  padding-bottom: 18px;
}
.text-around .text-main .text p span {
  display: block;
  padding-left: 18px;
  background-image: url(/Assets/CNBG/v2/img/icon-dow.png);
  background-repeat: no-repeat;
  background-position: left 12px;
  background-size: 6px;
}
.text-around .text-main .text .conceal {
  display: none;
}
.text-around .text-main .text .conceal.active {
  display: block;
}
.text-around .text-main .learn-more {
  padding-top: 24px;
}
.text-around .text-main .learn-more.active .unfold {
  display: none;
}
.text-around .text-main .learn-more.active .pack-up {
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
  color: #c7000b;
  padding-right: 17px;
  background-image: url(/Assets/CNBG/v2/img/icon-more-arrows2.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 11px 7px;
  cursor: pointer;
}
.text-around .text-main .learn-more .unfold {
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
  color: #c7000b;
  padding-right: 17px;
  background-image: url(/Assets/CNBG/v2/img/icon-more-arrows.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px 11px;
  cursor: pointer;
}
.text-around .text-main .learn-more .pack-up {
  display: none;
}
@media only screen and (max-width: 750px) {
  .text-around {
    width: auto;
    margin: 0 auto;
    padding: 0 1.7037rem;
  }
  .text-around h4 {
    font-size: 1.92593rem;
    line-height: 1.1;
    color: #231815;
  }
  .text-around .text-main {
    padding-top: 1.77778rem;
    overflow: hidden;
  }
  .text-around .text-main .right {
    float: none;
    margin-left: 0;
    margin-bottom: 1.33333rem;
    width: auto;
    height: 13.33333rem;
  }
  .text-around .text-main .right img {
    width: 100%;
  }
  .text-around .text-main .left {
    float: none;
    margin-right: 0;
    margin-bottom: 1.33333rem;
    width: auto;
    height: 13.33333rem;
  }
  .text-around .text-main .left img {
    width: 100%;
  }
  .text-around .text-main .text p {
    font-size: 1.03704rem;
    line-height: 1.62963rem;
    color: #231815;
    padding-bottom: 1.33333rem;
  }
  .text-around .text-main .text p span {
    display: block;
    padding-left: 2.51852rem;
    background-image: url(/Assets/CNBG/v2/img/icon-dow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.59259rem;
  }
  .text-around .text-main .text .conceal {
    display: none;
  }
  .text-around .text-main .text .conceal.active {
    display: block;
  }
  .text-around .text-main .text .conceal.active p {
    padding-top: 1.62963rem;
  }
  .text-around .text-main .learn-more {
    padding-top: 0;
  }
  .text-around .text-main .learn-more.active {
    padding-top: 1.62963rem;
  }
  .text-around .text-main .learn-more.active .unfold {
    display: none;
  }
  .text-around .text-main .learn-more.active .pack-up {
    display: inline-block;
    font-size: 1.03704rem;
    line-height: 1.1;
    color: #c7000b;
    padding-right: 1.33333rem;
    background-image: url(/Assets/CNBG/v2/img/icon-more-arrows2.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.81481rem 0.51852rem;
    cursor: pointer;
  }
  .text-around .text-main .learn-more .unfold {
    display: inline-block;
    font-size: 1.03704rem;
    line-height: 1.1;
    color: #c7000b;
    padding-right: 1.33333rem;
    background-image: url(/Assets/CNBG/v2/img/icon-more-arrows.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.51852rem 0.81481rem;
    cursor: pointer;
  }
  .text-around .text-main .learn-more .pack-up {
    display: none;
  }
}
/*最新应用案例*/
.newest-case.main {
  padding-top: 90px;
}
.newest-case.main .newest-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.newest-case.main .newest-wrapper .title {
  font-size: 38px;
  line-height: 1.1;
  color: #282828;
  padding-bottom: 60px;
}
.newest-case.main .newest-case-list {
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  .newest-case.main {
    padding-top: 3.25926rem;
    padding: 3.25926rem 1.7037rem 0 1.7037rem;
  }
  .newest-case.main .newest-wrapper {
    width: auto;
  }
  .newest-case.main .newest-wrapper .title {
    font-size: 1.62963rem;
    line-height: 1.1;
    color: #282828;
    padding-bottom: 2.07407rem;
  }
  .newest-case.main .newest-case-list {
    padding-bottom: 3.25926rem;
  }
}
.newest-case-list {
  position: relative;
}
.newest-case-list .items-wrapper.swiper-wrapper {
  display: block;
}
.newest-case-list .item-case {
  width: 32.16%;
  height: 242px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
.newest-case-list .item-case:hover {
  background-size: 105%;
}
.newest-case-list .item-case a {
  display: block;
  width: 100%;
  height: 100%;
}
.newest-case-list .item-case:nth-child(3n) {
  margin-right: 0;
}
.newest-case-list .item-case .last-tag {
  padding: 20px 0 0 30px;
}
.newest-case-list .item-case .last-tag span {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
.newest-case-list .item-case p {
  width: 338px;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  position: absolute;
  bottom: 26px;
  left: 30px;
}
@media (max-width: 750px) {
  .newest-case-list .items-wrapper.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding-bottom: 5.18519rem;
  }
  .newest-case-list .swiper-dow {
    display: block;
    width: 100%;
    bottom: 2.37037rem !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .newest-case-list .swiper-dow .swiper-pagination-bullet {
    width: 0.74074rem;
    height: 0.74074rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    margin-right: 0.88889rem;
    background: #fff;
    border: 1px solid #b3b3b3;
    opacity: 1;
  }
  .newest-case-list .swiper-dow .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: none;
    width: 0.74074rem;
    height: 0.74074rem;
    background: #9fa0a0;
  }
  .newest-case-list .item-case {
    width: 100%;
    height: 14.59259rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-right: 0;
    margin-bottom: 1.18519rem;
    float: none;
  }
  .newest-case-list .item-case:nth-child(3n) {
    margin-right: 0;
  }
  .newest-case-list .item-case .last-tag {
    padding: 1.18519rem 0 0 1.77778rem;
  }
  .newest-case-list .item-case .last-tag span {
    font-size: 0.88889rem;
    color: #fff;
    line-height: 1.33333rem;
    padding: 0 0.59259rem;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.22222rem;
  }
  .newest-case-list .item-case p {
    width: 20.74074rem;
    font-size: 1.33333rem;
    color: #fff;
    line-height: 1.62963rem;
    position: absolute;
    bottom: 1.62963rem;
    left: 1.77778rem;
  }
}
/*千行百业*/
.adhibition.main .newest-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.adhibition.main .banner {
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.adhibition.main .banner .banner-main {
  width: 840px;
  margin: 0 auto;
  text-align: center;
  padding-top: 140px;
}
.adhibition.main .banner .banner-main h1 {
  font-size: 52px;
  color: #231815;
  line-height: 1.1;
}
.adhibition.main .banner .banner-main p {
  font-size: 18px;
  color: #595757;
  line-height: 26px;
  padding-top: 26px;
}
.adhibition.main .banner .banner-main .banner-btn {
  padding-top: 44px;
}
.adhibition.main .banner .banner-main .banner-btn a {
  display: inline-block;
  background: #f66f6a;
  padding: 0 20px;
}
.adhibition.main .banner .banner-main .banner-btn a span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  padding-left: 38px;
  background-image: url(/Assets/CNBG/v2/img/adhibition-icon-01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px;
}
.adhibition.main .title {
  padding-bottom: 48px;
}
.adhibition.main .title h2 {
  font-size: 38px;
  color: #282828;
  line-height: 1.1;
}
.adhibition.main .title .learn-more a {
  display: inline-block;
  font-size: 22px;
  color: #282828;
  line-height: 1.1;
  padding-right: 18px;
  background-image: url(/Assets/CNBG/v2/img/adhibition-icon-02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px 11px;
}
.adhibition.main .news {
  padding-top: 90px;
  padding-bottom: 100px;
}
.adhibition.main .news .news-main .left {
  width: 470px;
  height: 614px;
  border-radius: 10px;
  background-color: #dde6ed;
  position: relative;
}
.adhibition.main .news .news-main .left .top {
  width: 100%;
}
.adhibition.main .news .news-main .left .top img {
  width: 100%;
}
.adhibition.main .news .news-main .left .bottom {
  padding: 40px 46px 0 46px;
}
.adhibition.main .news .news-main .left .bottom .time {
  color: #595757;
  line-height: 1.1;
  font-size: 0;
}
.adhibition.main .news .news-main .left .bottom .time span {
  font-size: 16px;
  border-right: 1px solid #595757;
  padding: 0 6px;
}
.adhibition.main .news .news-main .left .bottom .time span:first-child {
  padding-left: 0;
}
.adhibition.main .news .news-main .left .bottom .time span:last-child {
  padding-right: 0;
  border-right: none;
}
.adhibition.main .news .news-main .left .bottom p {
  font-size: 22px;
  color: #231815;
  line-height: 32px;
  padding-top: 26px;
}
.adhibition.main .news .news-main .left .bottom p a {
  position: static;
  color: #231815;
}
.adhibition.main .news .news-main .left .bottom a {
  position: absolute;
  left: 46px;
  bottom: 40px;
}
.adhibition.main .news .news-main .left .bottom a:hover .learn-more span {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.adhibition.main .news .news-main .left .bottom a .learn-more {
  display: inline-block;
  font-size: 16px;
  color: #282828;
  line-height: 1.1;
  height: 18px;
}
.adhibition.main .news .news-main .left .bottom a .learn-more span {
  display: inline-block;
  height: 15px;
  width: 20px;
  line-height: 1.1;
  background-image: url(/Assets/CNBG/v2/img/adhibition-icon-03.png);
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  margin-top: -2px;
  margin-left: 6px;
  vertical-align: middle;
  text-indent: -9999rem;
  overflow: hidden;
}
.adhibition.main .news .news-main .right {
  width: 606px;
  padding-right: 60px;
}
.adhibition.main .news .news-main .right .item {
  text-align: left;
  padding-bottom: 56px;
}
.adhibition.main .news .news-main .right .item:last-child {
  /*padding-bottom: 0;*/
}
.adhibition.main .news .news-main .right .item .time {
  color: #595757;
  line-height: 1.1;
  font-size: 0;
}
.adhibition.main .news .news-main .right .item .time span {
  font-size: 14px;
  border-right: 1px solid #595757;
  padding: 0 6px;
}
.adhibition.main .news .news-main .right .item .time span:first-child {
  padding-left: 0;
}
.adhibition.main .news .news-main .right .item .time span:last-child {
  padding-right: 0;
  border-right: none;
}
.adhibition.main .news .news-main .right .item p {
  font-size: 18px;
  color: #231815;
  line-height: 28px;
  padding-top: 5px;
}
.adhibition.main .news .news-main .right .item p a {
  color: #231815;
}
.adhibition.main .news .news-main .right .load-more {
  display: none;
}
.adhibition.main .news .news-main .right .btn {
  display: none;
}
@media (max-width: 750px) {
  .adhibition.main .newest-wrapper {
    max-width: none;
    padding: 0 1.7037rem;
  }
  .adhibition.main .banner {
    height: 22.37037rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .adhibition.main .banner .banner-main {
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 3.7037rem;
  }
  .adhibition.main .banner .banner-main h1 {
    font-size: 2.22222rem;
    color: #231815;
    line-height: 1.1;
  }
  .adhibition.main .banner .banner-main p {
    font-size: 1.03704rem;
    color: #595757;
    line-height: 1.5;
    padding-top: 1.48148rem;
  }
  .adhibition.main .banner .banner-main .banner-btn {
    padding-top: 1.62963rem;
  }
  .adhibition.main .banner .banner-main .banner-btn a {
    display: inline-block;
    background: #f66f6a;
    padding: 0 1.33333rem;
    border-radius: 0.2963rem;
  }
  .adhibition.main .banner .banner-main .banner-btn a span {
    display: inline-block;
    font-size: 1.03704rem;
    color: #fff;
    line-height: 2.96296rem;
    padding-left: 1.77778rem;
    background-image: url(/Assets/CNBG/v2/img/adhibition-icon-01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.55556rem;
  }
  .adhibition.main .title {
    padding-bottom: 1.62963rem;
  }
  .adhibition.main .title h2 {
    font-size: 1.62963rem;
    color: #282828;
    line-height: 1.1;
    float: left;
  }
  .adhibition.main .title .learn-more a {
    display: inline-block;
    font-size: 1.03704rem;
    color: #282828;
    line-height: 1.1;
    padding-right: 0.74074rem;
    background-image: url(/Assets/CNBG/v2/img/adhibition-icon-02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.2963rem 0.51852rem;
  }
  .adhibition.main .news {
    padding-top: 3.11111rem;
    padding-bottom: 0;
  }
  .adhibition.main .news .news-main .left {
    width: auto;
    height: 26.2963rem;
    border-radius: 0.74074rem;
    background-color: #dde6ed;
    position: relative;
  }
  .adhibition.main .news .news-main .left .top {
    width: 100%;
  }
  .adhibition.main .news .news-main .left .top img {
    width: 100%;
  }
  .adhibition.main .news .news-main .left .bottom {
    padding: 2.07407rem 2.37037rem 0 2.37037rem;
  }
  .adhibition.main .news .news-main .left .bottom .time {
    color: #595757;
    line-height: 1.1;
    font-size: 0;
  }
  .adhibition.main .news .news-main .left .bottom .time span {
    font-size: 1.03704rem;
    border-right: 1px solid #595757;
    padding: 0 0.44444rem;
  }
  .adhibition.main .news .news-main .left .bottom .time span:first-child {
    padding-left: 0;
  }
  .adhibition.main .news .news-main .left .bottom .time span:last-child {
    padding-right: 0;
    border-right: none;
  }
  .adhibition.main .news .news-main .left .bottom p {
    font-size: 1.33333rem;
    color: #231815;
    line-height: 1.62963rem;
    padding-top: 0.66667rem;
  }
  .adhibition.main .news .news-main .left .bottom a {
    position: absolute;
    left: 2.37037rem;
    bottom: 2.37037rem;
  }
  .adhibition.main .news .news-main .left .bottom a .learn-more {
    display: inline-block;
    font-size: 1.03704rem;
    color: #282828;
    line-height: 1.1;
    height: auto;
  }
  .adhibition.main .news .news-main .left .bottom a .learn-more span {
    display: inline-block;
    height: 0.74074rem;
    width: 1.03704rem;
    line-height: 1.1;
    background-image: url(/Assets/CNBG/v2/img/adhibition-icon-03.png);
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-top: -0.14815rem;
    margin-left: 0.44444rem;
    vertical-align: middle;
    text-indent: -9999rem;
    overflow: hidden;
  }
  .adhibition.main .news .news-main .right {
    width: auto;
    padding-top: 1.92593rem;
    padding-right: 0;
  }
  .adhibition.main .news .news-main .right .item {
    text-align: left;
    padding-bottom: 1.48148rem;
  }
  .adhibition.main .news .news-main .right .item.conceal {
    display: none;
  }
  .adhibition.main .news .news-main .right .item:last-child {
    /*padding-bottom: 0;*/
  }
  .adhibition.main .news .news-main .right .item .time {
    color: #595757;
    line-height: 1.1;
    font-size: 0;
  }
  .adhibition.main .news .news-main .right .item .time span {
    font-size: 0.88889rem;
    border-right: 1px solid #595757;
    padding: 0 0.37037rem;
  }
  .adhibition.main .news .news-main .right .item .time span:first-child {
    padding-left: 0;
  }
  .adhibition.main .news .news-main .right .item .time span:last-child {
    padding-right: 0;
    border-right: none;
  }
  .adhibition.main .news .news-main .right .item p {
    font-size: 1.18519rem;
    color: #231815;
    line-height: 1.48148rem;
    padding-top: 0.59259rem;
  }
  .adhibition.main .news .news-main .right .load-more {
    display: block;
    padding: 0.88889rem 0 3.40741rem 0;
    text-align: center;
  }
  .adhibition.main .news .news-main .right .load-more a {
    display: inline-block;
    border: 1px solid #979290;
    border-radius: 0.37037rem;
    font-size: 1.03704rem;
    color: #231815;
    line-height: 2.66667rem;
    padding: 0 2.96296rem;
  }
}
.adhibition.main .new-case {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .adhibition.main .new-case {
    padding-top: 3.25926rem;
    padding-bottom: 0;
  }
}
.adhibition.main .text-load {
  padding: 100px 0;
}
.adhibition.main .text-load .text-list .left {
  width: 48.33%;
}
.adhibition.main .text-load .text-list .left .item {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0;
}
.adhibition.main .text-load .text-list .left .item .item-main {
  width: 91.38%;
  font-size: 16px;
  line-height: 22px;
  color: #595757;
}
.adhibition.main .text-load .text-list .left .item .item-main a {
  color: #595757;
}
.adhibition.main .text-load .text-list .left .item .swiper-arrows {
  width: 8px;
  height: 12px;
  background-image: url(/Assets/CNBG/v2/img/adhibition-icon-28.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
  margin-top: 6px;
}
.adhibition.main .text-load .load-more {
  display: none;
}
@media (max-width: 750px) {
  .adhibition.main .text-load {
    padding: 3.11111rem 0 4rem 0;
  }
  .adhibition.main .text-load .text-list .left {
    width: 100%;
  }
  .adhibition.main .text-load .text-list .left .item {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 1.03704rem 0;
  }
  .adhibition.main .text-load .text-list .left .item .item-main {
    width: 93.7%;
    font-size: 1.03704rem;
    line-height: 1.33333rem;
    color: #595757;
    float: left;
  }
  .adhibition.main .text-load .text-list .left .item .swiper-arrows {
    width: 0.2963rem;
    height: 0.59259rem;
    background-image: url(/Assets/CNBG/v2/img/adhibition-icon-28.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.2963rem 0.59259rem;
    margin-top: 0.44444rem;
    float: right;
  }
  .adhibition.main .text-load .load-more {
    display: block;
    padding: 2.07407rem 0 0 0;
    text-align: center;
  }
  .adhibition.main .text-load .load-more a {
    display: inline-block;
    border: 1px solid #979290;
    border-radius: 0.37037rem;
    font-size: 1.03704rem;
    color: #231815;
    line-height: 2.66667rem;
    padding: 0 2.96296rem;
  }
}
.adhibition.main .newest-case-list {
  padding-bottom: 0;
  overflow: hidden;
}
/*classify-case*/
.classify-case {
  background: #dde6ed;
  padding: 100px 0;
}
.classify-case .classify-list {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  font-size: 0;
}
.classify-case .classify-list .item {
  float: left;
  display: block;
  height: 110px;
  width: 285px;
  background: #fff;
  border-radius: 5px;
  margin: 0 20px 20px 0;
}
.classify-case .classify-list .item:nth-child(4n) {
  margin-right: 0;
}
.classify-case .classify-list .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.classify-case .classify-list .item a span {
  display: inline-block;
  font-size: 16px;
  color: #595757;
  line-height: 1.1;
  padding-top: 52px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 42px 40px;
  margin-top: 20px;
}
.classify-case .classify-list .load-more {
  display: none;
}
.classify-case .classify-list .item-change {
  width: 285px;
  /*float: left;*/
  margin: 0 20px 20px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
}
.classify-case .classify-list .item-change:nth-child(4n) {
  margin-right: 0;
}
.classify-case .classify-list .item-change .top-pic {
  width: 100%;
  height: 112px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.classify-case .classify-list .item-change .top-pic a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.classify-case .classify-list .item-change .top-pic a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-left: 38px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px 26px;
}
.classify-case .classify-list .item-change .bottom-news-link {
  padding: 17px 20px 23px 20px;
}
.classify-case .classify-list .item-change .bottom-news-link .link-list .item-link {
  padding-right: 10px 0 6px 0;
}
.classify-case .classify-list .item-change .bottom-news-link .link-list .item-link a {
  display: block;
  background-image: url(/Assets/CNBG/v2/img/red-arrows.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  color: #666666;
  margin-bottom: 5px;
}
.classify-case .classify-list .item-change .bottom-news-link .link-list .item-link a:hover {
  color: #000000;
}
.classify-case .classify-list .item-change .bottom-news-link .link-list .item-link a p {
  padding-left: 26px;
  font-size: 16px;
  line-height: 22px;
}
.classify-case .classify-list .item-change .bottom-news-link .link-more {
  margin-top: 30px;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}
.classify-case .classify-list .item-change .bottom-news-link .link-more a {
  display: inline-block;
  text-align: center;
  margin-top: 9px;
}
.classify-case .classify-list .item-change .bottom-news-link .link-more a span {
  font-size: 16px;
  color: #282828;
  line-height: 1.1;
  padding-right: 18px;
  background-image: url(/Assets/CNBG/v2/img/black-arrows.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px 11px;
}
@media (max-width: 750px) {
  .classify-case {
    background: #dde6ed;
    padding: 2.51852rem 0 2.96296rem 0;
  }
  .classify-case .classify-list .item {
    display: block;
    height: 4.14815rem;
    width: 100%;
    background: #fff;
    border-radius: 0.37037rem;
    margin: 0 0 0.44444rem 0;
  }
  .classify-case .classify-list .item.conceal {
    display: none;
  }
  .classify-case .classify-list .item:nth-child(4n) {
    margin-right: 0;
  }
  .classify-case .classify-list .item a {
    display: block;
    width: auto;
    height: 100%;
    padding-left: 2.37037rem;
    text-align: left;
  }
  .classify-case .classify-list .item a span {
    display: inline-block;
    font-size: 1.03704rem;
    color: #595757;
    line-height: 4.14815rem;
    padding-top: 0;
    padding-left: 2.51852rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.55556rem 1.48148rem;
    margin-top: 0;
  }
  .classify-case .classify-list .load-more {
    display: block;
    padding: 0.88889rem 0 0rem 0;
    text-align: center;
    float: left;
    width: 100%;
  }
  .classify-case .classify-list .load-more a {
    display: inline-block;
    border: 1px solid #979290;
    border-radius: 0.37037rem;
    font-size: 1.03704rem;
    color: #231815;
    line-height: 2.66667rem;
    padding: 0 2.96296rem;
  }
  .classify-case .classify-list .load-more a {
    background: white;
  }
  .classify-case .classify-list .item-change {
    width: 100%;
    float: left;
    margin: 0 0 2.14815rem 0;
    border-bottom-left-radius: 0.37037rem;
    border-bottom-right-radius: toerem(5px);
    background: #fff;
  }
  .classify-case .classify-list .item-change.conceal {
    display: none;
  }
  .classify-case .classify-list .item-change .top-pic {
    width: 100%;
    height: 9.18519rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .classify-case .classify-list .item-change .top-pic a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .classify-case .classify-list .item-change .top-pic a span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.18519rem;
    color: #fff;
    line-height: 2rem;
    padding-left: 2.81481rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2rem 2rem;
  }
  .classify-case .classify-list .item-change .bottom-news-link {
    padding: 1.85185rem 1.33333rem 1.7037rem 1.18519rem;
  }
  .classify-case .classify-list .item-change .bottom-news-link .link-list .item-link {
    padding: 0 0 1.18519rem 0;
  }
  .classify-case .classify-list .item-change .bottom-news-link .link-list .item-link a {
    display: block;
    background-image: url(/Assets/CNBG/v2/img/red-arrows.png);
    background-position: left 0.44444rem;
    background-repeat: no-repeat;
    background-size: 1.18519rem 0.88889rem;
    color: #666666;
  }
  .classify-case .classify-list .item-change .bottom-news-link .link-list .item-link a:hover {
    color: #000000;
  }
  .classify-case .classify-list .item-change .bottom-news-link .link-list .item-link a p {
    padding-left: 1.92593rem;
    font-size: 1.18519rem;
    line-height: 1.62963rem;
  }
  .classify-case .classify-list .item-change .bottom-news-link .link-more {
    margin-top: 1.48148rem;
    border-top: 1px solid #e8e8e8;
    text-align: center;
  }
  .classify-case .classify-list .item-change .bottom-news-link .link-more a {
    display: inline-block;
    text-align: center;
    margin-top: 1.11111rem;
  }
  .classify-case .classify-list .item-change .bottom-news-link .link-more a span {
    font-size: 1.03704rem;
    color: #231815;
    line-height: 1.1;
    padding-right: 1.48148rem;
    background-image: url(/Assets/CNBG/v2/img/black-arrows.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 0.51852rem 0.88889rem;
  }
}
/*video-collection*/
.video-collection {
  background-color: #f9f9f9;
  padding: 100px 0 108px 0;
}
.video-collection .box {
  width: 1340px;
  margin: 0 auto;
  position: relative;
}
.video-collection .box .swiper-dow {
  display: none;
}
.video-collection .box .swiper-arrows {
  position: inherit;
  display: block;
}
.video-collection .box .swiper-arrows .swiper-button-next {
  width: 20px;
  height: 36px;
  background-image: url(/Assets/CNBG/v2/img/adhibition-arrows-02_.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 144px;
  right: 0;
  outline: none;
}
.video-collection .box .swiper-arrows .swiper-button-next.swiper-button-disabled {
  background-image: url(/Assets/CNBG/v2/img/adhibition-arrows-02.png);
  opacity: 1;
}
.video-collection .box .swiper-arrows .swiper-button-prev {
  width: 20px;
  height: 36px;
  background-image: url(/Assets/CNBG/v2/img/adhibition-arrows-01_.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 144px;
  left: 0;
  outline: none;
}
.video-collection .box .swiper-arrows .swiper-button-prev.swiper-button-disabled {
  background-image: url(/Assets/CNBG/v2/img/adhibition-arrows-01.png);
  opacity: 1;
}
.video-collection .video-swiper {
  width: 1200px;
  height: 360px;
  position: relative;
}
.video-collection .video-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.video-collection .video-swiper .swiper-wrapper .swiper-slide .swiper-main {
  width: 284px;
  height: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 auto;
}
.video-collection .video-swiper .swiper-wrapper .swiper-slide .swiper-main .top {
  width: 100%;
  height: 160px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-collection .video-swiper .swiper-wrapper .swiper-slide .swiper-main .top span {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(/Assets/CNBG/v2/img/adhibition-icon-play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-collection .video-swiper .swiper-wrapper .swiper-slide .swiper-main .bottom {
  font-size: 22px;
  color: #282828;
  line-height: 34px;
  padding: 34px 30px 0 30px;
}
@media (max-width: 750px) {
  .video-collection {
    background-color: #f9f9f9;
    padding: 3.25926rem 0 0 0;
  }
  .video-collection .box {
    width: auto;
    position: relative;
    padding: 0 1.92593rem 5.18519rem 1.92593rem;
  }
  .video-collection .box .swiper-arrows {
    display: none;
  }
  .video-collection .box .swiper-dow {
    display: block;
    width: 100%;
    bottom: 2.37037rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .video-collection .box .swiper-dow .swiper-pagination-bullet {
    width: 0.74074rem;
    height: 0.74074rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    margin-right: 0.88889rem;
    background: #fff;
    border: 1px solid #b3b3b3;
    opacity: 1;
  }
  .video-collection .box .swiper-dow .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: none;
    width: 0.74074rem;
    height: 0.74074rem;
    background: #9fa0a0;
  }
  .video-collection .video-swiper {
    width: 100%;
    height: 21.92593rem;
    position: relative;
  }
  .video-collection .video-swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .video-collection .video-swiper .swiper-wrapper .swiper-slide .swiper-main {
    width: 100%;
    height: 100%;
    border-radius: 0.37037rem;
    background-color: #ffffff;
    margin: 0 auto;
  }
  .video-collection .video-swiper .swiper-wrapper .swiper-slide .swiper-main .top {
    width: 100%;
    height: 12.59259rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .video-collection .video-swiper .swiper-wrapper .swiper-slide .swiper-main .top span {
    display: block;
    width: 4.44444rem;
    height: 4.44444rem;
    background-image: url(/Assets/CNBG/v2/img/adhibition-icon-play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .video-collection .video-swiper .swiper-wrapper .swiper-slide .swiper-main .bottom {
    font-size: 1.18519rem;
    color: #282828;
    line-height: 1.48148rem;
    padding: 1.33333rem 1.77778rem 0 1.77778rem;
  }
}
/*页面面包屑按钮*/
.publice-crumbs-text.bg-f3fdfe {
  background: #f3fdfe;
}
.publice-crumbs-text.w1170 .box-crumbs {
  max-width: 1170px;
}
.publice-crumbs-text.w1440 .box-crumbs {
  max-width: 1440px;
}
.publice-crumbs-text .box-crumbs {
  text-align: left;
  max-width: 1106px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}
.publice-crumbs-text .box-crumbs a {
  display: inline-block;
  text-align: left;
  color: #333333;
  font-size: 12px;
  vertical-align: middle;
  float: left;
  line-height: 1.2;
}
.publice-crumbs-text .box-crumbs a:hover {
  text-decoration: underline;
}
.publice-crumbs-text .box-crumbs a:after {
  line-height: 1.1;
  padding-right: 16px;
  background: url(/Assets/CNBG/v2/img/crumbs-icon-arrows.png) no-repeat right center;
  background-size: 6px 9px;
  margin-right: 10px;
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
}
.publice-crumbs-text .box-crumbs a:last-child:after {
  background: none;
}
.publice-crumbs-text.height-25 .box-crumbs {
  padding: 6px 0;
}
@media (max-width: 992px) {
  .publice-crumbs-text {
    display: none;
  }
}
.lowest-width {
  max-width: 1106px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  width: 100% !important;
}
/*新导航pc端*/
@media (max-width: 1023px) {
  #hw1_masthead_wrap {
    padding-bottom: 0;
  }
}
.header-nav:before {
  padding-top: 96px;
  content: '';
  display: block;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc {
  background: #fff;
  height: 67px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  z-index: 100;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-logo {
  float: left;
  width: 127px;
  padding-top: 19px;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-logo a {
  display: block;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-logo a img {
  width: 100%;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-nav {
  margin-left: 66px;
  float: left;
  overflow: hidden;
  padding-top: 26px;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-nav .nav-item {
  padding: 0 30px;
  float: left;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-nav .nav-item:first-child a:after {
  display: none;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-nav .nav-item a {
  display: block;
  font-size: 16px;
  color: #282828;
  line-height: 1.1;
  position: relative;
  height: 40px;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-nav .nav-item a:after {
  content: '';
  width: 10px;
  height: 6px;
  background-image: url(/Assets/CNBG/v2/img/new-header-nav/hwl-nav-arrows.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -19px;
  top: 6px;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-nav .nav-item a.active {
  color: #c7000d;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-nav .nav-item a.active:after {
  background-image: url(/Assets/CNBG/v2/img/new-header-nav/hwl-nav-arrows_.png);
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-nav .nav-item a:hover {
  color: #c7000d;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-nav .nav-item a:hover:after {
  content: '';
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -19px;
  top: 6px;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-search {
  padding-top: 24px;
  float: right;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-search a {
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-nav #hw1_masthead_wrap .hwp-header-pc .hwp-header-search a.active {
  background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-close.png);
}
.header-nav #hw1_masthead_wrap .hot-popup-menu {
  display: none;
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active {
  display: block;
  background: #fafafa;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active .popup-menu-list {
  padding: 39px 0 50px;
  overflow: hidden;
  min-width: 1106px;
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active .popup-menu-list .hot-menu-item {
  float: left;
  width: 333px;
  height: 187px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 26px;
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active .popup-menu-list .hot-menu-item.menu-item-undertint a .item-shade {
  color: #000000;
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active .popup-menu-list .hot-menu-item.menu-item-undertint a:hover {
  background: rgba(89, 87, 87, 0);
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active .popup-menu-list .hot-menu-item:first-child {
  margin-left: 0;
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active .popup-menu-list .hot-menu-item:last-child {
  margin-right: 0;
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active .popup-menu-list .hot-menu-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active .popup-menu-list .hot-menu-item a .item-shade {
  font-size: 22px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  padding-top: 78px;
}
.header-nav #hw1_masthead_wrap .hot-popup-menu.active .popup-menu-list .hot-menu-item a:hover {
  background: rgba(89, 87, 87, 0.3);
}
.header-nav #hw1_masthead_wrap .search-popup-tier {
  display: none;
}
.header-nav #hw1_masthead_wrap .search-popup-tier.active {
  display: block;
  height: 100vh;
  background: rgba(128, 128, 128, 0.7);
  position: fixed;
  top: 94px;
  left: 0;
  right: 0;
  z-index: 2;
}
.header-nav #hw1_masthead_wrap .search-popup-tier.active .search-popup-menu {
  background: #f8f8f8;
  width: 100%;
  padding: 20px 0;
}
.header-nav #hw1_masthead_wrap .search-popup-tier.active .search-popup-menu .search-menu-main {
  overflow: hidden;
}
.header-nav #hw1_masthead_wrap .search-popup-tier.active .search-popup-menu .search-menu-main .search-input {
  width: 882px;
  background: #fff;
  border: 1px solid #dcdddd;
  float: right;
  border-radius: 5px;
  position: relative;
}
.header-nav #hw1_masthead_wrap .search-popup-tier.active .search-popup-menu .search-menu-main .search-input .input {
  border: none;
  width: 100%;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 16px;
  color: #231815;
  line-height: 38px;
  height: 38px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.header-nav #hw1_masthead_wrap .search-popup-tier.active .search-popup-menu .search-menu-main .search-input .input::-webkit-input-placeholder {
  color: #808080;
}
.header-nav #hw1_masthead_wrap .search-popup-tier.active .search-popup-menu .search-menu-main .search-input .btn-search {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 16px;
  border: 0;
  background-color: white;
}
.header-nav #hw1_masthead_wrap.hw1_skinny .search-popup-tier {
  top: 68px;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu {
  display: none;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active {
  display: block;
  width: 100%;
  background: #fafafa url(/Assets/CNBG/v2/img/new-header-nav/bg-nav-split.jpg) repeat-y center;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  background-size: 100% auto;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left {
  width: 61.844%;
  float: left;
  background: #fafafa;
  padding-bottom: 44px;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left .settle-case {
  padding: 36px 0 24px 0;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left .settle-case h2 {
  font-size: 20px;
  line-height: 1.1;
  color: #000000;
  font-weight: bold;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left .settle-case h2 a {
  display: inline-block;
  padding: 0 16px 0 9px;
  font-size: 16px;
  line-height: 1.1;
  color: #c60919;
  background-image: url(/Assets/CNBG/v2/img/new-header-nav/hwl-arrows-red.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 75%;
  font-weight: normal;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left .settle-case .menu-classify {
  width: 100%;
  font-size: 0;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left .settle-case .menu-classify.col-2 {
  width: 66.66%;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left .settle-case .menu-classify.col-2 span {
  width: 50%;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left .settle-case .menu-classify span {
  display: inline-block;
  width: 33.33%;
  padding-top: 24px;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left .settle-case .menu-classify span a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
  color: #000000;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .left .settle-case .menu-classify span a:hover {
  color: #c5081a;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .right {
  width: 38.116%;
  float: right;
  background: #f0f0f0;
  padding: 39px 0 46px 0;
  overflow: hidden;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .right .exhibition-model {
  width: 333px;
  float: right;
  text-align: left;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .right .exhibition-model .exhibition-picture {
  width: 100%;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .right .exhibition-model .exhibition-picture img {
  width: 100%;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .right .exhibition-model a {
  font-size: 18px;
  color: #c7000d;
  line-height: 1.1;
  display: inline-block;
  padding-right: 24px;
  background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px;
  margin-top: 30px;
}
.header-nav #hw1_masthead_wrap .solution-popup-menu.active .solution-menu-main .right .exhibition-model p {
  padding-top: 10px;
  font-size: 12px;
  color: #595757;
  line-height: 20px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu {
  display: none;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active {
  display: block;
  width: 100%;
  background: #fafafa url(/Assets/CNBG/v2/img/new-header-nav/bg-nav-split.jpg) repeat-y center;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  background-size: 100% auto;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .left {
  width: 61.844%;
  float: left;
  background: #fafafa;
  padding: 16px 0 50px 0;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .left .lable-classify-row {
  width: 100%;
  overflow: hidden;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .left .lable-classify-row .row-item {
  float: left;
  width: 33.33%;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .left .lable-classify-row .row-item span {
  display: block;
  padding-top: 22px;
  font-size: 0;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .left .lable-classify-row .row-item span a {
  font-size: 16px;
  color: #000000;
  line-height: 1.1;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .left .technical-search {
  margin-top: 20px;
  width: 320px;
  border: 1px solid #9fa0a0;
  border-radius: 5px;
  position: relative;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .left .technical-search .input {
  width: 100%;
  padding: 0 30px 0 10px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #231815;
  line-height: 38px;
  height: 38px;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .left .technical-search .input::-webkit-input-placeholder {
  color: #9fa0a0;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .left .technical-search .btn-search {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  background-color: white;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .right {
  width: 38.116%;
  float: right;
  background: #f0f0f0;
  padding: 39px 0 28px 0;
  overflow: hidden;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .right .exhibition-model {
  width: 333px;
  float: right;
  text-align: left;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .right .exhibition-model .exhibition-picture {
  width: 100%;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .right .exhibition-model .exhibition-picture img {
  width: 100%;
}
.header-nav #hw1_masthead_wrap .technical-popup-menu.active .technical-menu-main .right .exhibition-model p {
  width: 100%;
  height: 96px;
  padding-top: 30px;
  font-size: 14px;
  color: #595757;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.hw_menu_section {
  -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-top: -105% \9;
  position: absolute;
  width: 100%;
  z-index: 90;
}
.hw_menu_section.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-top: 0\9;
  background-color: #f1f1f1;
  z-index: 91;
  display: block;
}
.hwl-mob-header {
  display: none;
}
@media (max-width: 750px) {
  .header-nav {
    display: none;
  }
  .hwl-mob-header {
    display: block;
    height: 4.14815rem;
    /*box-shadow: 0px torem(2px) torem(8px) rgba(0,0,0,0.1);*/
  }
  .hwl-mob-header .hwl-mob-nav {
    height: 4.14815rem;
    background: #fff;
    padding: 1.11111rem 1.7037rem;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .hwl-mob-header .hwl-mob-nav .mob-nav-logo {
    float: left;
    width: 7.7037rem;
    height: 100%;
  }
  .hwl-mob-header .hwl-mob-nav .mob-nav-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hwl-mob-header .hwl-mob-nav .mob-nav-logo a img {
    height: 100%;
    vertical-align: initial;
  }
  .hwl-mob-header .hwl-mob-nav .menu-btn {
    float: right;
    font-size: 0;
    overflow: hidden;
  }
  .hwl-mob-header .hwl-mob-nav .menu-btn .mob-nav-search {
    display: inline-block;
    position: relative;
    float: left;
    width: 1.48148rem;
  }
  .hwl-mob-header .hwl-mob-nav .menu-btn .mob-nav-search.active a {
    width: 1.11111rem;
    height: 1.11111rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-close_.png);
    background-size: 1.11111rem;
  }
  .hwl-mob-header .hwl-mob-nav .menu-btn .mob-nav-search a {
    display: inline-block;
    width: 1.48148rem;
    height: 1.48148rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-search_.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.48148rem;
    margin-top: 0.2963rem;
  }
  .hwl-mob-header .hwl-mob-nav .menu-btn i {
    display: inline-block;
    width: 1px;
    height: 1.7037rem;
    background: #cccdcd;
    float: left;
    margin: 0.14815rem 0.51852rem 0 0.66667rem;
  }
  .hwl-mob-header .hwl-mob-nav .menu-btn .mob-nav-menu {
    display: inline-block;
    float: right;
    width: 1.48148rem;
  }
  .hwl-mob-header .hwl-mob-nav .menu-btn .mob-nav-menu.active a {
    width: 1.11111rem;
    height: 1.11111rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-close_.png);
    background-size: 1.11111rem;
  }
  .hwl-mob-header .hwl-mob-nav .menu-btn .mob-nav-menu a {
    display: inline-block;
    width: 1.40741rem;
    height: 1.03704rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/mob-nav-menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.40741rem 1.03704rem;
    margin: 0.44444rem 0 0.51852rem 0;
  }
  .hwl-mob-header .search-column {
    display: none;
  }
  .hwl-mob-header .search-column.active {
    display: block;
    padding: 1.18519rem 1.7037rem;
    background: #f8f8f8;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 4.14815rem;
  }
  .hwl-mob-header .search-column.active .search-column-warp {
    height: 2.81481rem;
    border: 1px solid #efefef;
    border-radius: 0.37037rem;
    position: relative;
  }
  .hwl-mob-header .search-column.active .search-column-warp input.input {
    border: none;
    background: #fff;
    border-radius: 0.37037rem;
    line-height: 2.66667rem;
    font-size: 1.03704rem;
    color: #231815;
    width: 100%;
    padding: 0 2.22222rem 0 0.81481rem;
  }
  .hwl-mob-header .search-column.active .search-column-warp input.input::-webkit-input-placeholder {
    color: #808080;
  }
  .hwl-mob-header .search-column.active .search-column-warp input.submit {
    display: inline-block;
    width: 1.48148rem;
    height: 1.48148rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.59259rem;
    right: 0.74074rem;
    border: 0;
    background-color: white;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu {
    display: none;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active {
    display: block;
    position: fixed;
    z-index: 888;
    top: 4.14815rem;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list {
    background: #fff;
    padding-bottom: 7.03704rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .title span {
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/mob-nav-menu-icon3.png);
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .item-list {
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .item-list .second-level-menu-search {
    padding: 0 1.7037rem;
    margin: 1.48148rem 0 0 0;
    position: relative;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .item-list .second-level-menu-search input {
    width: 100%;
    padding: 0 2.14815rem 0 0.81481rem;
    font-size: 1.03704rem;
    line-height: 2.81481rem;
    color: #595757;
    border: 1px solid #cbcccc;
    border-radius: 0.37037rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .item-list .second-level-menu-search span {
    display: block;
    width: 1.33333rem;
    height: 1.33333rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/header-nav-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.33333rem;
    position: absolute;
    top: 0.74074rem;
    right: 2.51852rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .item-list .second-level-menu h2 {
    padding: 1.11111rem 1.7037rem;
    background: #eaeaea;
    font-size: 1.03704rem;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 1.92593rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .item-list .second-level-menu a {
    display: block;
    padding: 0 1.7037rem 1.62963rem 1.7037rem;
    font-size: 1.03704rem;
    line-height: 1.1;
    color: #595757;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .item-list .second-level-menu a:first-child {
    padding-top: 1.18519rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .item-list .second-level-menu a.view-all {
    color: #c8010b;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item.active .item-list .second-level-menu a.view-all span {
    display: inline-block;
    width: 0.37037rem;
    height: 0.81481rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/hwl-arrows-red.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.37037rem;
    margin-left: 0.88889rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item .title {
    overflow: hidden;
    padding: 1.11111rem 1.7037rem;
    border-bottom: 1px solid #ebebeb;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item .title.mob-nav-home p {
    color: #c7000b;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item .title.mob-nav-home span {
    margin-top: 0;
    width: 1.11111rem;
    height: 1.03704rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/mob-nav-home.png);
    background-size: 1.11111rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item .title.industry-focus span {
    margin-top: 0;
    width: 0.96296rem;
    height: 0.96296rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/mob-nav-menu-icon1.png);
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item .title p {
    float: left;
    font-size: 1.03704rem;
    line-height: 1.1;
    color: #282828;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item .title span {
    margin-top: 0.2963rem;
    float: right;
    display: block;
    width: 0.96296rem;
    height: 0.59259rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/mob-nav-menu-icon2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.96296rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .hwl-menu-list .menu-item .item-list {
    display: none;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu {
    display: none;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu.active {
    display: block;
    position: fixed;
    top: 4.14815rem;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
    z-index: 889;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu.active .operator-mob-nav-list .operator-mob-nav-item {
    padding: 1.03704rem 1.7037rem;
    border-bottom: 1px solid #dadada;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu.active .operator-mob-nav-list .operator-mob-nav-item:first-child a .text-left h2 {
    color: #282828;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu.active .operator-mob-nav-list .operator-mob-nav-item a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu.active .operator-mob-nav-list .operator-mob-nav-item a .text-left {
    float: left;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu.active .operator-mob-nav-list .operator-mob-nav-item a .text-left h2 {
    font-size: 1.03704rem;
    line-height: 1.1;
    color: #c7000b;
    font-weight: 600;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu.active .operator-mob-nav-list .operator-mob-nav-item a .text-left p {
    font-size: 1.03704rem;
    line-height: 1.48148rem;
    color: #282828;
    padding-top: 0.88889rem;
    width: 22.22222rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu.active .operator-mob-nav-list .operator-mob-nav-item a .right {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .operator-popup-menu.active .operator-mob-nav-list .operator-mob-nav-item a .right span {
    display: inline-block;
    width: 0.59259rem;
    height: 1.03704rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/hwl-arrows-red.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.59259rem 1.03704rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .function-box-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222222;
    padding: 0 1.7037rem;
    height: 2.88889rem;
    border-top: 1px solid #a7a7a7;
    z-index: 890;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .function-box-btn .function-box-btn-wap {
    padding-top: 0.96296rem;
    overflow: hidden;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .function-box-btn .function-box-btn-wap a {
    float: left;
    font-size: 1.03704rem;
    color: #fff;
    line-height: 1.1;
    padding-right: 1.03704rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/mob-nav-bottom-icon1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.59259rem 0.2963rem;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .function-box-btn .function-box-btn-wap a.active {
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/mob-nav-bottom-icon3.png);
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .function-box-btn .function-box-btn-wap a:last-child {
    float: right;
    padding-right: 0;
    background: none;
  }
  .hwl-mob-header .hwl-mob-nav-all-menu.active .function-box-btn .function-box-btn-wap a:last-child span {
    padding-left: 1.18519rem;
    background-image: url(/Assets/CNBG/v2/img/new-header-nav/mob-nav-bottom-icon2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.88889rem;
  }
}
/*new-footer-nav*/
.hwl-mobile-footer {
  background: #272727;
}
.hwl-mobile-footer .mobile-footer-warp {
  padding: 3.11111rem 1.7037rem 3.7037rem 1.7037rem;
}
.hwl-mobile-footer .mobile-footer-warp h2 {
  font-size: 1.33333rem;
  color: #ffffff;
  line-height: 1.1;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item {
  padding-top: 2.22222rem;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item h3 {
  font-size: 1.33333rem;
  color: #ffffff;
  line-height: 1.1;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .footer-nav-btn {
  padding-top: 0.59259rem;
  font-size: 0;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .footer-nav-btn a {
  display: inline-block;
  width: 50%;
  font-size: 0.88889rem;
  color: #dcdddd;
  line-height: 1.48148rem;
  padding-top: 0.74074rem;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .footer-nav-btn a:nth-child(2n) span {
  padding-left: 2.96296rem;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .account-link {
  padding-top: 2.14815rem;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .account-link a {
  display: inline-block;
  width: 2.2963rem;
  margin-right: 2.66667rem;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .account-link a:last-child {
  margin-right: 0;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .account-link a img {
  width: 100%;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .footer-bottom-link {
  padding-top: 1.77778rem;
  font-size: 0;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .footer-bottom-link a {
  display: inline-block;
  font-size: 0.88889rem;
  color: #dcdddd;
  line-height: 1.48148rem;
  padding: 0 0.66667rem;
  position: relative;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .footer-bottom-link a:after {
  content: '';
  width: 1px;
  height: 1.11111rem;
  background: #babbbb;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .footer-bottom-link a:first-child {
  padding-left: 0;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .footer-bottom-link a:last-child {
  padding-right: 0;
}
.hwl-mobile-footer .mobile-footer-warp .footer-nav-item .footer-bottom-link a:last-child:after {
  display: none;
}
.disabled {
  pointer-events: none;
  cursor: default !important;
  color: #282828 !important;
}
.disabled:hover {
  pointer-events: none;
  cursor: default !important;
  color: #282828 !important;
}
/*2020*/
.banner_hw {
  background-size: cover;
  height: 680px;
}
.banner_hw .banner-hwtext {
  line-height: normal;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banner_hw .banner-hwtext video {
  /*backface-visibility: hidden;
    height: 100%;
    transform: translate3d(0,0,0);
    transform-style: preserve-3d;
    width: 100%;
    object-fit: cover;*/
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: -1;
  top: 0;
}
.banner_hw .banner-hwtext .video-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.1);
}
.banner_hw .banner-hwtext .banner-fir {
  color: #fff;
  font-size: 92px;
  font-weight: bold;
  padding-top: 100px;
}
.banner_hw .banner-hwtext .banner-secd {
  color: #fff;
  font-size: 51px;
  font-weight: bold;
  padding-top: 0;
}
.banner_hw .banner-hwtext .banner-secd span {
  color: #fff;
  font-size: 51px;
  font-weight: bold;
  padding-top: 0;
  display: inline-block;
  background: rgba(198, 19, 29, 0.5);
  padding: 20px;
  margin-right: 20px;
}
.banner_hw .banner-hwtext p {
  color: #fff;
  font-size: 32px;
  padding-top: 60px;
}
/*.banner_hw img {
    width: 100%;

}*/
.banner_hw .banner_wb {
  margin-left: -180px;
  margin-top: 150px;
}
.w1106 {
  width: 1106px;
  margin: 0 auto;
}
.jc_playback {
  background: #f3f8ff;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  overflow: hidden;
}
.jc_playback .palyback_list {
  background: #fff;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.jc_playback .palyback_list .no-data {
  text-align: center;
  padding-bottom: 30px;
}
.jc_playback .palyback_list ul li {
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  padding-bottom: 20px;
}
.jc_playback .palyback_list ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.jc_playback .palyback_list ul li .list_photo {
  float: left;
  width: 448px;
  height: 260px;
}
.jc_playback .palyback_list ul li .list_text {
  float: left;
  margin-left: 30px;
  width: 510px;
}
.jc_playback .palyback_list ul li .list_text .list_text_tit {
  margin-top: 15px;
  font-size: 30px;
  line-height: normal;
}
.jc_playback .palyback_list ul li .list_text .list_text_tit a:hover {
  color: #333;
}
.jc_playback .palyback_list ul li .list_text p {
  margin-top: 20px;
  color: #999999;
}
.jc_playback .palyback_list ul li .list_text a.jchg_btn {
  display: block;
  width: 124px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c7000b;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 40px;
}
.page-indexv2 .load_more {
  padding-top: 20px;
  padding-bottom: 80px;
}
.page-indexv2 .load_more a {
  display: block;
  border: 1px solid #272727;
  width: 118px;
  height: 34px;
  line-height: 34px;
  color: #333;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.playback_titbox .playback_titbox-h1 {
  font-size: 32px;
  padding-left: 15px;
  background: url(/Assets/CNBG/v2/img/2020/st_l.png) no-repeat left center;
  margin-bottom: 20px;
}
.playback_cpsr {
  overflow: hidden;
  margin-bottom: 20px;
}
.playback_cpsr .product_jchf {
  float: left;
}
.playback_cpsr .product_jchf select {
  font-size: 14px;
  width: 190px;
  height: 32px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 32px;
  background: url(/Assets/CNBG/v2/img/2020/bjt_ico.png) no-repeat 160px center;
  padding-left: 10px;
  border: 1px solid #bbb;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.playback_cpsr .product_jchf select::-ms-expand {
  display: none;
}
.playback_cpsr .product_search {
  float: right;
  border: 1px solid #bbb;
  width: 258px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.playback_cpsr .product_search .input {
  border: 0;
  background: none;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  padding-right: 25px;
  font-size: 14px;
  width: 100%;
  float: left;
}
.playback_cpsr .product_search .input::-ms-clear {
  display: none;
}
.playback_cpsr .product_search .btn-search {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/Assets/CNBG/v2/img/2020/fdj_ico.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 6px;
  border: 0;
}
.r-notice {
  padding-top: 60px;
  overflow: hidden;
}
.r-notice .r-notice-tit {
  overflow: hidden;
  margin-bottom: 20px;
}
.r-notice .r-notice-tit .r-notice-tit-h1 {
  font-size: 32px;
  padding-left: 15px;
  background: url(/Assets/CNBG/v2/img/2020/st_l.png) no-repeat left center;
  display: block;
  float: left;
}
.r-notice .r-notice-tit .r-notice-tit-h2 {
  font-size: 24px;
  padding-left: 30px;
  background: url(/Assets/CNBG/v2/img/2020/time_ico.png) no-repeat left center;
  display: block;
  float: right;
  margin-top: 10px;
}
.ygbox_swiper {
  margin-bottom: 80px;
  position: relative;
}
.ygbox_swiper .time_sjz {
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 44px;
}
.ygbox_swiper .swiper-container {
  position: relative;
  width: 1128px;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 355px !important;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_time {
  /*width:354px !important;*/
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_img {
  width: 354px;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_time h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-left: 20px;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_time > div {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #595757;
  border: 5px solid #e2e2e2;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: 33px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide:hover .notice_time h3 a {
  color: #e8382f;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_img {
  position: relative;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_img img {
  box-shadow: 3px 0px 10px rgba(145, 163, 179, 0.6);
  -moz-box-shadow: 3px 0px 10px rgba(145, 163, 179, 0.6);
  -webkit-box-shadow: 3px 0px 10px rgba(145, 163, 179, 0.6);
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_img i {
  display: none;
  width: 19px;
  height: 12px;
  background: url(/Assets/CNBG/v2/img/2020/tpjt-ico.png) no-repeat;
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_img:hover i {
  display: block;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_tit {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_tit a:hover {
  color: #333;
}
.ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_yyzb a.yyzb_btn {
  background: #fff;
  border: 1px solid #30b5c5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 24px;
  width: 76px;
  line-height: 24px;
  color: #30b5c5;
  display: block;
  text-align: center;
  font-size: 14px;
}
.ygbox_swiper .swiper-button-next,
.ygbox_swiper .swiper-button-prev {
  top: 130px;
  width: 23px;
  height: 45px;
  margin-top: 0;
  background-size: auto;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  outline: none;
}
.ygbox_swiper .swiper-button-next.swiper-button-disabled,
.ygbox_swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  display: none;
}
.ygbox_swiper .swiper-button-prev {
  left: 50%;
  background: url(/Assets/CNBG/v2/img/2020/jtl_xz.png) no-repeat;
  margin-left: -600px;
}
.ygbox_swiper .swiper-button-next {
  right: 50%;
  background: url(/Assets/CNBG/v2/img/2020/jtr_xz.png) no-repeat;
  margin-right: -600px;
}
.ygbox_swiper .swiper-button-prev:hover {
  left: 50%;
  background: url(/Assets/CNBG/v2/img/2020/jtl_xz_.png) no-repeat;
  margin-left: -600px;
}
.ygbox_swiper .swiper-button-next:hover {
  right: 50%;
  background: url(/Assets/CNBG/v2/img/2020/jtr_xz_.png) no-repeat;
  margin-right: -600px;
}
@media (max-width: 1106px) {
  .w1106 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .jc_playback .palyback_list ul li .list_text {
    width: 485px;
  }
}
@media (max-width: 992px) {
  .banner_hw {
    height: 14.81481rem;
  }
  .banner_hw .banner_wb {
    margin-left: 0.74074rem;
    margin-top: 2.96296rem;
  }
  .banner_hw .banner_wb img {
    width: 80%;
  }
  .banner_hw .banner-hwtext video {
    width: 100%;
    height: 100%;
  }
  .banner_hw .banner-hwtext .video-box {
    /*padding-left: torem(40px);*/
  }
  .banner_hw .banner-hwtext .banner-fir {
    font-size: 2.22222rem;
    padding-top: 2.22222rem;
  }
  .banner_hw .banner-hwtext .banner-secd {
    color: #fff;
    font-size: 1.48148rem;
    font-weight: bold;
    padding-top: 0.74074rem;
  }
  .banner_hw .banner-hwtext .banner-secd span {
    padding: 0.74074rem;
    margin-right: 1.48148rem;
    font-size: 1.48148rem;
  }
  .banner_hw .banner-hwtext p {
    color: #fff;
    font-size: 32px;
    padding-top: 60px;
    display: none;
  }
  .w1106 {
    width: 100%;
  }
  .r-notice {
    padding-top: 2.22222rem;
    padding-left: 0.74074rem;
    padding-right: 0.74074rem;
  }
  .r-notice .r-notice-tit {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .r-notice .r-notice-tit .r-notice-tit-h1 {
    font-size: 1.62963rem;
    padding-left: 0.74074rem;
    background: url(/Assets/CNBG/v2/img/2020/st_l.png) no-repeat left center;
    display: block;
    float: left;
  }
  .r-notice .r-notice-tit .r-notice-tit-h2 {
    display: none;
  }
  .jc_playback {
    padding-top: 2.22222rem;
    padding-left: 0.74074rem;
    padding-right: 0.74074rem;
  }
  .jc_playback .palyback_list {
    padding: 1.62963rem;
    padding-bottom: 0;
  }
  .jc_playback .palyback_list ul li {
    padding-bottom: 1.48148rem;
  }
  .jc_playback .palyback_list ul li .list_photo {
    float: none;
    width: 100%;
    height: 100%;
  }
  .jc_playback .palyback_list ul li .list_text {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .jc_playback .palyback_list ul li .list_text .list_text_tit {
    margin-top: 1.11111rem;
    font-size: 1.48148rem;
  }
  .jc_playback .palyback_list ul li .list_text p {
    margin-top: 1.11111rem;
    font-size: 1.03704rem;
  }
  .jc_playback .palyback_list ul li .list_text a.jchg_btn {
    width: 8.14815rem;
    height: 2.59259rem;
    line-height: 2.59259rem;
    border-radius: 0.37037rem;
    -moz-border-radius: 0.37037rem;
    -webkit-border-radius: 0.37037rem;
    margin-top: 1.11111rem;
    font-size: 1.03704rem;
  }
  .load_more a {
    display: block;
    border: 1px solid #272727;
    width: 8.74074rem;
    height: 2.51852rem;
    line-height: 2.51852rem;
    color: #333;
    margin: 0 auto;
    text-align: center;
    margin-top: 1.62963rem;
    background: #fff;
    margin-bottom: 2.96296rem;
    font-size: 1.03704rem;
  }
  .playback_titbox .playback_titbox-h1 {
    font-size: 1.62963rem;
    padding-left: 0.74074rem;
    background: url(/Assets/CNBG/v2/img/2020/st_l.png) no-repeat left center;
    margin-bottom: 1.48148rem;
  }
  .playback_cpsr {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .playback_cpsr .product_jchf {
    float: left;
    width: 100%;
    margin-bottom: 1.48148rem;
  }
  .playback_cpsr .product_jchf select {
    font-size: 1.03704rem;
    width: 100%;
    height: 2.37037rem;
    border-radius: 0.37037rem;
    -moz-border-radius: 0.37037rem;
    -webkit-border-radius: 0.37037rem;
    line-height: 2.37037rem;
    background: url(/Assets/CNBG/v2/img/2020/bjt_ico.png) no-repeat 97.5% center;
    padding-left: 0.74074rem;
    border: 1px solid #bbb;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .playback_cpsr .product_search {
    float: right;
    border: 1px solid #bbb;
    width: 100%;
    height: 2.22222rem;
    line-height: 2.22222rem;
    border-radius: 0.37037rem;
    -moz-border-radius: 0.37037rem;
    -webkit-border-radius: 0.37037rem;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .playback_cpsr .product_search .input {
    border: 0;
    background: none;
    height: 2.22222rem;
    line-height: 2.22222rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.74074rem;
    padding-right: 1.85185rem;
    font-size: 1.03704rem;
    width: 100%;
    float: left;
  }
  .playback_cpsr .product_search .btn-search {
    display: inline-block;
    width: 1.11111rem;
    height: 1.11111rem;
    background-image: url(/Assets/CNBG/v2/img/2020/fdj_ico.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    position: absolute;
    right: 0.59259rem;
    top: 0.44444rem;
    border: 0;
  }
  .jc_playback .palyback_list ul li .list_photo img {
    width: 100%;
  }
  .jc_playback .palyback_list .no-data {
    font-size: 1.03704rem;
    padding-bottom: 1.62963rem;
  }
}
@media (max-width: 992px) {
  .ygbox_swiper .swiper-container {
    width: 100%;
  }
  .ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0;
    padding-right: 1.48148rem;
  }
  .ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_yyzb a.yyzb_btn {
    font-size: 1.03704rem;
    height: 1.77778rem;
    width: 5.62963rem;
  }
  .ygbox_swiper {
    margin-bottom: 2.22222rem;
  }
  .ygbox_swiper .swiper-button-prev {
    display: none;
  }
  .ygbox_swiper .swiper-button-next {
    display: none;
  }
  .page-indexv2 .load_more {
    padding-top: 0rem;
    padding-bottom: 2.44444rem;
  }
  .ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide {
    width: 20rem !important;
  }
  .ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_img {
    width: 100% !important;
  }
  .ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_img img {
    max-width: 100%;
  }
  .ygbox_swiper .time_sjz {
    height: 1px;
    top: 3.25926rem;
  }
  .ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_time h3 {
    font-size: 1.18519rem;
    margin-left: 0.59259rem;
  }
  .ygbox_swiper .swiper-container .swiper-wrapper .swiper-slide .notice_time .time_yuan {
    height: 0.74074rem;
    width: 0.74074rem;
    border: 0.37037rem solid #e2e2e2;
    margin-left: 0.74074rem;
    margin-top: 0.88889rem;
    margin-bottom: 1.48148rem;
  }
}


.focus-new{
  position: relative;
  height: auto;
}
.focus-new .swiper-slide{
  position: relative;
}
.focus-new .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.focus-new .slide .wrapper{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50% , -50%);
  height: auto;
}
.focus-new .social{
  z-index: 10;

}
.focus-new .swiper-button-next{
  right:10%;
  background: none;
}
.focus-new .swiper-button-prev{
  left:10%;
  background: none;
}
.focus-new .slide{
  padding-bottom:0
}
.focus-new .swiper-button-prev,
.focus-new .swiper-button-next{
  width: 60px;
  height: 60px;
}
.focus-new .swiper-button-prev:after{
  content: "\e650";
}
.focus-new .swiper-button-next:after{
  content: "\e64f";
}
.focus-new .swiper-button-prev:after,
.focus-new .swiper-button-next:after{
  font-family: 'iconfont' !important;
  font-size: 40px;
  color: #c7000b;
  display: block;
}
.focus-new .title{
  padding-top: 0px;
}
.focus-new .slick-dots{
  bottom: 45px;
}
.focus-new .slick-dots li{
  height: 10px;
  width:10px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  opacity: .2;
}
.focus-new .slick-dots li.slick-active{
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
@media(max-width:1367px){
  .focus-new .swiper-button-next{
    right:50px;
  }
  .focus-new .swiper-button-prev{
    left:50px;
  }
}
@media(max-width:1200px){
  .focus-new .wrapper{
    width: 100%;
    margin: 0 auto;
  }
  .focus-new .title{
    padding-top: 30px;
  }
}
@media(max-width:991px){
  .focus-new{
    padding-bottom: 0;
    height: auto;
  }
  .focus-new .wrapper{
    width: 100%;
    margin: 0;
    padding: 0 2.2222rem;
  }
}
@media(max-width:767px){
  .focus-new .swiper-button-prev,
  .focus-new .swiper-button-next{
    display: none !important;
  }
  .focus-new .slick-dots{
    display: block !important;
    bottom:10px;
  }
}
.dots-none .slick-dots{
  display: none !important;
}
.red-line{
  position: relative;
  padding-bottom: 20px;
  line-height: 1;
}
.red-line::before{
  content: '';
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #c7000b;
    width: 80px;
}
@media(max-width:767px){
  .red-line{
    text-align: center;
  }
  .red-line::before{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.gray-bg{
  background: #f5f5f5;
  padding:30px 0;
}
.module .wrapper{
  position: relative;
}
.module .wrapper .view-all{
  position: absolute;
  top:12px;
  right:0;
}
.module .wrapper .view-all em{
  font-size: 1.8rem;
  color: #c7000b;
  line-height: .9;
  margin-left: 10px;
}
.module .wrapper .view-all{
  display: flex;
}
@media(max-width:767px){
  .module .wrapper .view-all{
    position: static;
    justify-content: center;
    margin-top: 20px;
  }
}
.list-search{
  position: absolute;
  top:12px;
  right:0;
}
.list-search input{
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 39px;
  padding-left: 10px;
  font-size: 0.875em;
  padding-right: 70px;
  border-radius: 5px;
}
.list-search .searchbtn{
  position: absolute;
  top: 5px;
  right: 10px;
  color: #555;
}
.list-search .searchbtn:hover{
  color: #333;
}
.list-search h4{
  display: none;
  text-align: left;
}
.news{
  min-height: 100px;
}
@media (max-width:767px){
  .list-search{
    position: static;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  .list-search >div{
    position: relative;
    flex: 1 1 auto;
  }
  .list-search h4{
    display: inline-block;
    min-width: 45px;
    margin-right: 10px;
    line-height: 39px;
  }
  .list-search .searchbtn{
    top:6px
  }
  
}