@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("../fonts/corpfont.ttf") format("truetype"); }

/* module */
.module {
  margin: 80px 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 {
        transition: transform 0.5s ease;
        transform: translateX(0);
        display: inline-block;
        width: 20px;
        height: 15px;
        margin-top: -2px;
        margin-left: 12px;
        vertical-align: middle;
        text-indent: -9999em;
        background: url("../5g/images/arrow_04.png") no-repeat;
        overflow: hidden; }
      .module-desc .view a:hover {
        color: #282828; }
        .module-desc .view a:hover i {
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
@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 {
            -moz-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -o-transform: translateX(10px);
            -webkit-transform: translateX(10px);
            transform: translateX(10px); } }
/* 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: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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 {
        -moz-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        -webkit-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-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("../5g/images/arrow_04.png") no-repeat;
        overflow: hidden; }
      .solution-item .item .view span:hover {
        color: #282828; }
        .solution-item .item .view span:hover i {
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-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("../5g/images/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("../5g/images/icon_lang.png"); }

.topbar .topnav .user li i.icon-lock {
  background-image: url("../5g/images/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%;
  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("../5g/images/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("../5g/images/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("../5g/images/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("../5g/images/icon_search_03.png") no-repeat center; }
  .header-m .button li span .icon-menu {
    background: url("../5g/images/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 {
    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("../5g/images/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("../5g/images/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 */
.focus1 {
  height: 536px;
  text-align: center;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.focus1 .wrapper {
  height: 100%; }

.focus1 .title {
  padding-top: 112px;
  font-size: 60px;
  line-height: 1.4;
  font-weight: bold; }

.focus1 .intro {
  margin-top: 15px;
  line-height: 26px;
  width: 66%;
  margin: 0 auto;
  margin-top: 10px; }

.focus1 .button {
  margin-top: 30px;
  font-size: 0; }

.focus1.no-button .title {
  padding-top: 150px; }

.focus1.no-button .intro {
  font-size: 18px;
  width: 833px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px; }

.focus1.product {
  height: 450px;
  color: white;
  margin-bottom: 0; }
  .focus1.product .box {
    overflow: hidden; }
    .focus1.product .box .img {
      float: left;
      padding-top: 32px;
      margin-right: 38px;
      width: 520px;
      text-align: right; }
      .focus1.product .box .img img {
        max-height: 100%; }
    .focus1.product .box .text {
      float: left;
      width: 448px;
      text-align: left;
      padding-top: 105px; }
      .focus1.product .box .text h2 {
        font-size: 28px;
        margin-bottom: 15px; }
      .focus1.product .box .text p {
        font-size: 16px;
        line-height: 28px; }

.focus1.single-title {
  height: 300px; }
  .focus1.single-title .title {
    font-size: 48px; }

@media (max-width: 750px) {
  .focus1.single-title .title {
    font-size: 48px;
    padding-top: 122px; } }

/* focus style */
.focus-light {
  background-color: #fff; }

.focus-dark {
  color: #fff;
  background-color: #010e1e; }

@media (max-width: 1200px) {
  .focus1 .title {
    font-size: 55px; } }

@media (max-width: 960px) {
  .focus1 .title {
    font-size: 50px; } }

@media (max-width: 750px) {
  .focus1 {
    height: auto;
    padding-bottom: 2.96296rem; }
  .focus1 .title {
    margin: 0 1.48148rem;
    padding-top: 5.18519rem;
    font-size: 2.22222rem;
    line-height: 2.66667rem; }
  .focus1 .intro {
    margin-top: 2.07407rem;
    width: 100%; }
  .focus1 .intro br {
    display: none; }
  .focus1 .button {
    margin-top: 1.85185rem;
    padding-left: 5.77778rem;
    text-align: left; }
  .focus1 .button a {
    margin: 0.37037rem 0; }
  .focus1 .center-model {
    text-align: center;
    padding-left: 0; }
  .focus1.no-button .title {
    padding-top: 5.18519rem; }
  .focus1.no-button .intro {
    width: auto; }
  .focus1.product {
    height: auto; }
    .focus1.product .box .img {
      float: none;
      padding-top: 2.37037rem;
      margin-right: 0;
      width: 100%;
      text-align: center;
      height: 20.74074rem; }
    .focus1.product .box .text {
      float: none;
      width: 100%;
      text-align: left;
      padding-top: 1.48148rem; }
      .focus1.product .box .text h2 {
        font-size: 1.92593rem;
        margin-bottom: 1.11111rem; }
      .focus1.product .box .text p {
        font-size: 1.03704rem;
        line-height: 1.77778rem; } }


/* 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-light {
  background-color: white;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -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 {
    transition: transform 0.5s ease;
    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;
    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 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: 16px; }

@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 li:first-child {
    margin-top: 0; }
  .superiority ul li .item {
    padding: 0; } }

/* 电信软件 */
.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(../5g/images/link_blue.png) no-repeat center bottom;
  background-size: 80% auto;
  margin-left: 10px; }
.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: 16px; }

.solution .items ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb; }

.solution .items ul li a span:after {
  transition: transform 0.5s ease;
  transform: translateX(0);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url("../5g/images/arrow_02.png") no-repeat center; }

.solution .items ul li a:hover span:after {
  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 {
  transition: transform 0.5s ease;
  transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url("../5g/images/arrow_04.png") no-repeat;
  overflow: hidden; }
.solution .items .view a:hover {
  color: #282828; }
.solution .items .view a:hover i {
  transform: translateX(10px); }
.solution.hasbtn {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
.solution.hasbtn .items {
  height: 100%; }
.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(../5g/images/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; }
  .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(../5g/images/icon-dot.png) no-repeat 0px 26px; } }

/* 产品 */
.product {
  margin-bottom: 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 {
  transition: transform 0.5s ease;
  transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url("../5g/images/arrow_03.png") no-repeat;
  overflow: hidden; }

.product-list li .item .intro p a:hover i {
  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; }
  .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: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-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 img {
  display: block;
  width: 100%;
  height: 100%; }

.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("../5g/images/play.png") no-repeat center; }

.news ul li .info {
  margin-top: 25px; }

.news ul li .title {
  font-size: 22px;
  font-weight: normal;
  line-height: 34px;
  overflow: hidden; }

.news ul li .intro {
  margin-top: 15px;
  overflow: hidden;
  font-size: 16px; }

.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 {
  transition: transform 0.5s ease;
  transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url("../5g/images/arrow_04.png") no-repeat;
  overflow: hidden; }

.news ul li .view a:hover {
  color: #282828; }

.news ul li .view a:hover i {
  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; }

.news-case ul li .title {
  font-size: 18px;
  line-height: 28px; }

@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%; }
  .news-case ul li .title {
    font-size: 1.33333rem;
    line-height: 2.07407rem; } }

/* 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("../5g/images/slide_prev.png"); }

.swiper-button-next {
  right: 0;
  background-image: url("../5g/images/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(../5g/images/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: 3.3%; }

.slide .item .info .type {
  margin-top: 60px;
  font-size: 14px;
  color: #808080; }

.slide .item .info .title {
  margin-top: 8px;
  font-size: 22px;
  font-weight: normal;
  line-height: 34px; }

.slide .item .info .title a {
  font-size: 22px;
  color: #282828; }
.slide .item .info .intro {
  height: auto;
  margin-top: 15px;
  line-height: 26px;
  overflow: hidden;
  font-size: 16px; }

.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 {
  transition: transform 0.5s ease;
  transform: translateX(0);
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: -2px;
  margin-left: 12px;
  vertical-align: middle;
  text-indent: -9999em;
  background: url("../5g/images/arrow_04.png") no-repeat;
  overflow: hidden; }

.slide .item .info .view a:hover {
  color: #282828; }

.slide .item .info .view a:hover i {
  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: 50px 0;
  padding: 75px 0;
  background: #73cedc url("../5g/images/module_bg.jpg") no-repeat center bottom; }

.resource .module-title {
  color: #fff; }

.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: #15b0e8;
  border: 1px solid #ebebeb;
  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; } }

/* 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: -85px;
  right: -45px; }

.gototop a {
  display: block;
  width: 45px;
  height: 45px;
  text-indent: -9999em;
  background: url("../5g/images/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; } }

@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: center; }
  .footer-info .fl li {
    width: 100%;
    margin-bottom: 1.11111rem; }
  .footer-info .fl li h4 {
    margin-bottom: 0.37037rem;
    padding-bottom: 0.37037rem;
    font-size: 1.33333rem;
    font-weight: normal;
    line-height: 2.07407rem;
    border-bottom: 1px solid #535353; }
  .footer-info .fl li ul {
    margin-top: 0.74074rem; }
  .footer-info .fl li ul li {
    height: 1.92593rem;
    margin-bottom: 0;
    font-size: 0.88889rem;
    line-height: 1.92593rem; }
  .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("../5g/images/home.png") no-repeat center; }
  .footer-info .fr {
    margin-top: 2.96296rem; }
  .footer-info .fr .title {
    font-weight: normal;
    text-align: left; }
  .footer-info .fr .social {
    text-align: center; }
  .footer-info .fr .qrcode {
    display: none; }
  .copyright .fl {
    display: none; } }

/* 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;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

.toolbar a i {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333333;
  background-repeat: no-repeat;

  background-position: center;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -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(../5g/images/icon-toolbar-01.png); }

.toolbar a .icon-email {
  background-image: url(../5g/images/icon-toolbar-02.png); }

.toolbar a .icon-service {
  background-image: url(../5g/images/icon-toolbar-03.png); }

.toolbar a .icon-phone {
  background-image: url(../5g/images/icon-toolbar-04.png); }

.toolbar a.top {
  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: 32px 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(../5g/images/icon-share.png) no-repeat !important;
          margin-left: 10px;
          -moz-transition: none;
          -o-transition: none;
          -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(../5g/images/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 {
  width: 100%;
  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(../5g/images/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;
          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(../5g/images/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(../5g/images/check_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;
            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;
    /*padding:0 2.22222rem;*/ }
    .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 {
        display: block;
        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: 7.000000000000001px 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("../5g/images/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; }
  
  
/* item-row */
.item-row{font-size:0;margin:0 -20px;margin-bottom:-40px}
.item-col-1,.item-col-2,.item-col-3,.item-col-4,.item-col-5,.item-col-6,.item-col-7,.item-col-8,.item-col-9,.item-col-10,.item-col-11,.item-col-12{font-size:16px}
@media screen and (min-width: 751px){
  .item-row{margin-bottom: -2.96296rem;}
  .item-col-1,.item-col-2,.item-col-3,.item-col-4,.item-col-5,.item-col-6,.item-col-7,.item-col-8,.item-col-9,.item-col-10,.item-col-11,.item-col-12{display:inline-block;vertical-align:top;}
  .item-row .item-col-1{width: 8.33333333%}
  .item-row .item-col-2{width: 16.66666667%}
  .item-row .item-col-3{width: 25%}
  .item-row .item-col-4{width: 33.33333333%}
  .item-row .item-col-5{width: 41.66666667%}
  .item-row .item-col-6{width: 50%}
  .item-row .item-col-7{width: 58.33333333%}
  .item-row .item-col-8{width: 66.66666667%}
  .item-row .item-col-9{width: 75%}
  .item-row .item-col-10{width: 83.33333333%}
  .item-row .item-col-11{width: 91.66666667%}
  .item-row .item-col-12{width: 100%}
}


/* banner-item */
.banner-item{height:540px;background-repeat:no-repeat;background-position:center;background-size:cover}
.banner-item a{display:block;height:100%;}
.banner-item a .wrapper{height:100%}
.banner-item a .text{width:515px;padding-top:120px;position:relative;color:#282828;}
.banner-item a .text h1{font-size:38px}
.banner-item a .text p{margin-top:30px;line-height:1.8;font-size:16px}
.banner-item a .text.f-r{float:right;text-align:right}
.banner-item a .text.f-r h1{padding-left:115px;}
.banner-item a .text.f-c{float:none;text-align:center;margin:0 auto}
.banner-item a .text.f-c h1{padding-left:0;}
.banner-item a .text .view{margin-top:40px}
.banner-item a .text .view i{transition:transform 0.5s ease; transform:translateX(0); display:inline-block; width:20px; height:15px; margin-top:-2px; margin-left:12px; vertical-align:middle; text-indent:-9999rem; background:url("../images/arrow_04.png") no-repeat; overflow:hidden; }
.banner-item a:hover .text .view i { transform:translateX(10px); }
.banner-item.dark .text{color:white}
.banner-item.dark a .text .view i{background:url("../5g/images/arrow_03.png") no-repeat;}

.hw-btn {
	display: inline-block;
	height: 45px;
	margin: 10px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	line-height: 43px;
	background-color: #f66f6a;
	box-sizing: border-box;
	border: 1px solid #f66f6a;
}
.hw-btn i.icon-play {
	background-image: url(../5g/images/play.png);
}
.hw-btn i {
	display: inline-block;
	width: 43px;
	height: 100%;
	margin-left: -10px;
	margin-right: 2px;
	border-radius: 50%;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/Assets/CNBG/v2/img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/Assets/CNBG/v2/fonts/slick.eot');
    src: url('/Assets/CNBG/v2/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/Assets/CNBG/v2/fonts/slick.woff') format('woff'), url('/Assets/CNBG/v2/fonts/slick.ttf') format('truetype'), url('/Assets/CNBG/v2/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* overlay */
.overlay{position: absolute;position:fixed;top: 0;left: 0;width: 100%;height:100%;z-index: 1100;background-color: #555;opacity: 0.6;}
.fbox-wrap{width:585px;position:absolute;position:fixed;background:white;top:18%;left:50%;z-index:1101;margin-left:-292.5px;}
.fbox-wrap .content{padding:50px 30px 20px 30px}
.fbox-wrap .content h1{font-weight:normal;font-size:22px;color:#282828;}
.fbox-wrap .btn-close{position: absolute;width: 17px;height: 17px;background: url(/Assets/CNBG/v2/img/icon_pupup_close.png) no-repeat center;top: 15px;right: 15px;}
.fbox-wrap.weixin-qrcode{width:292px;margin-left:-146px}
.fbox-wrap.weixin-qrcode .content{padding-left:10px;padding-right:10px;padding-top:20px;padding-bottom:0}
.fbox-wrap.weixin-qrcode .content #feedback-form{display:none}
.fbox-wrap.weixin-qrcode .content table{display:block;margin:0 auto;width:100%!important;margin-top:20px}

.fbox-video{width:980px;height:550px;position:fixed;left:50%;top:50%;z-index:1101;margin-left:-490px;margin-top:-275px;background:black}
.fbox-video #mediaplayer{width:100%;height:100%;}
.fbox-video #video-btn-group{position:absolute;text-align:center;width:100%;left:0;height:45px;margin-top:10px}
.fbox-video #video-btn-group a{display:inline-block;line-height:45px;height:45px;background-color:#222;border-radius: 45px;color:white;padding:0 12px;}
.fbox-video #video-btn-group a i{display:block;width:100%;height:100%;background-position:center;background-repeat:no-repeat;opacity:0.8}
.fbox-video #video-btn-group a i.video-download{width:60px;background-image:url(/Assets/CNBG/v2/img/icon-download.png);background-size:auto 40%}
.fbox-video #video-btn-group a:hover i{opacity:1}
.fbox-video .close_video{display:none}
@media (max-width:750px) {
  .fbox-video{width:100%;height:210px;position:fixed;left:0%;top:50%;z-index:1101;margin-left:0;margin-top:-105px;background:black}
  .fbox-video #mediaplayer{width:100%;height:100%;}
  .fbox-video #video-btn-group{height:35px;margin-top:8px}
  .fbox-video #video-btn-group a{line-height:35px;height:35px;border-radius: 35px;padding:0 10px;}
  .fbox-video #video-btn-group a i.video-download{width:40px;background-image:url(/Assets/CNBG/v2/img/icon-download.png);background-size:auto 40%}
  .fbox-video .close_video{display:block;position:absolute;width:30px;height:30px;background:url(/Assets/CNBG/v2/img/vd_close.png) no-repeat center;z-index:999;right:0;top:-30px;}
  .overlay{opacity: 0.8;}
}