﻿
.head {
  height: 70px;
  position: absolute;
  top: 0;
  z-index: 100001;
  width: 100%;
  background: rgba(55, 61, 65, 0.1);
  transition: background 0.3s cubic-bezier(0, 0, 0.2, 1) 0.15s;
  min-width: 1200px; }
  .head:hover {
    background-color: #1a1a1a; }
  .head h1 {
    display: inline-block;
    margin-top: 5px;
    float: left; }
    .head h1 img {
      display: block; }
  .head .nav_r ul li {
    float: left; }
    .head .nav_r ul li a {
      display: block;
      font-size: 16px;
      color: #e9e9e9;
      line-height: 70px;
      margin-bottom: -1px;
      text-align: center;
      padding: 0 20px; }
      .head .nav_r ul li a:hover {
        background-color: #ed9113; }
  .head nav > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .head nav > ul > li {
      float: left;
      position: relative; }
      .head nav > ul > li:nth-child(3) .sub_nav .nav_group .nav_right ul > li {
        width: 675px; }
      .head nav > ul > li:after {
        content: "";
        display: block;
        width: 0;
        height: 4px;
        border-radius: 4px;
        background-color: #ed9113;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 50%;
        transform: translateX(-50%);
        transition: all 0.2s; }
      .head nav > ul > li:hover {
        /* a {
           color: #ed9113;
         }*/ }
        .head nav > ul > li:hover:after {
          width: 60%; }
      .head nav > ul > li > a {
        display: block;
        font-size: 16px;
        color: #ffffff;
        line-height: 70px;
        padding: 0 20px;
        margin-bottom: -1px; }
        .head nav > ul > li > a:hover {
          color: #ed9113;
          text-decoration: none; }
      .head nav > ul > li .sub_nav.nav_style2 {
        left: -12px; }
        .head nav > ul > li .sub_nav.nav_style2 .nav_a_wp {
          margin-right: -10px; }
        .head nav > ul > li .sub_nav.nav_style2 .nav_group .nav_right {
          margin-left: 0; }
          .head nav > ul > li .sub_nav.nav_style2 .nav_group .nav_right ul > li {
            width: 300px; }
            .head nav > ul > li .sub_nav.nav_style2 .nav_group .nav_right ul > li .list {
              width: 100%; }
      .head nav > ul > li .sub_nav.nav_style3 {
        left: -12px;
        width: 690px; }
        .head nav > ul > li .sub_nav.nav_style3 .nav_a_wp {
          margin-right: -10px; }
        .head nav > ul > li .sub_nav.nav_style3 .nav_group {
          padding-top: 0; }
          .head nav > ul > li .sub_nav.nav_style3 .nav_group .nav_right {
            margin-left: 0;
            min-height: auto;
            padding-top: 0; }
            .head nav > ul > li .sub_nav.nav_style3 .nav_group .nav_right ul > li {
              width: 150px; }
              .head nav > ul > li .sub_nav.nav_style3 .nav_group .nav_right ul > li .list {
                width: 100%; }
                .head nav > ul > li .sub_nav.nav_style3 .nav_group .nav_right ul > li .list .item {
                  margin-bottom: 0; }
                  .head nav > ul > li .sub_nav.nav_style3 .nav_group .nav_right ul > li .list .item h3 {
                    margin-bottom: 0; }
                    .head nav > ul > li .sub_nav.nav_style3 .nav_group .nav_right ul > li .list .item h3 a {
                      font-size: 14px; }
      .head nav > ul > li .sub_nav {
        position: absolute;
        background-color: #1a1a1a;
        height: auto;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        z-index: 1001;
        top: 70px; }
      .head nav > ul > li .product_nav {
        left: -96px; }
        .head nav > ul > li .product_nav .nav_group .nav_left {
          border-right: 1px solid #353535;
          min-height: 100%;
          width: 220px;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #05091e;
          padding-top: 15px; }
          .head nav > ul > li .product_nav .nav_group .nav_left .list .item:hover, .head nav > ul > li .product_nav .nav_group .nav_left .list .item.active {
            background-color: #1b213b; }
            .head nav > ul > li .product_nav .nav_group .nav_left .list .item:hover a, .head nav > ul > li .product_nav .nav_group .nav_left .list .item.active a {
              color: #ed9113;
              padding-left: 30px;
              transition: padding-left 0.2s; }
              .head nav > ul > li .product_nav .nav_group .nav_left .list .item:hover a:after, .head nav > ul > li .product_nav .nav_group .nav_left .list .item.active a:after {
                background-position-x: -27px; }
          .head nav > ul > li .product_nav .nav_group .nav_left .list .item a {
            line-height: 36px;
            font-size: 14px;
            color: #9c9c9c;
            padding: 0 25px;
            display: block; }
            .head nav > ul > li .product_nav .nav_group .nav_left .list .item a:after {
              content: "";
              display: block;
              height: 11px;
              width: 16px;
              background: url("../image/nav_iocn.png") no-repeat top left;
              float: right;
              margin-top: 13px;
              background-position: 27px -19px; }
            .head nav > ul > li .product_nav .nav_group .nav_left .list .item a.all_product:after {
              background-position: 0 0; }
            .head nav > ul > li .product_nav .nav_group .nav_left .list .item a:hover:after {
              background-position-x: -27px; }
        .head nav > ul > li .product_nav .nav_group .nav_right {
          margin-left: 220px;
          min-height: 455px;
          padding-right: 20px; }
          .head nav > ul > li .product_nav .nav_group .nav_right > ul > li {
            display: none;
            font-size: 0;
            width: 915px; }
            .head nav > ul > li .product_nav .nav_group .nav_right > ul > li.active {
              display: inline-block; }
            .head nav > ul > li .product_nav .nav_group .nav_right > ul > li.single {
              width: 457.5px; }
              .head nav > ul > li .product_nav .nav_group .nav_right > ul > li.single .list {
                width: 100%; }
            .head nav > ul > li .product_nav .nav_group .nav_right > ul > li.all_product_content {
              width: 670px;
              padding-top: 10px; }
              .head nav > ul > li .product_nav .nav_group .nav_right > ul > li.all_product_content .list {
                display: block;
                width: 170px;
                float: left;
                padding: 30px;
                padding-top: 0;
                padding-right: 0;
                margin: 0 26px; }
                .head nav > ul > li .product_nav .nav_group .nav_right > ul > li.all_product_content .list:last-child {
                  margin-right: 0; }
              .head nav > ul > li .product_nav .nav_group .nav_right > ul > li.all_product_content .list .item {
                padding: 0;
                width: auto;
                border-top: 1px solid #3b3b4c; }
                .head nav > ul > li .product_nav .nav_group .nav_right > ul > li.all_product_content .list .item:first-child {
                  border-top: none; }
                .head nav > ul > li .product_nav .nav_group .nav_right > ul > li.all_product_content .list .item ul {
                  padding-right: 30px; }
            .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list {
              overflow: hidden;
              margin-bottom: 35px;
              display: inline-block;
              width: 50%;
              font-size: 0;
              vertical-align: top; }
              .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item {
                padding-left: 30px;
                display: inline-block;
                float: left;
                margin-bottom: 20px;
                width: 100%; }
                .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item h3 {
                  margin-bottom: 10px;
                  margin-top: 10px; }
                  .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item h3.hot a {
                    position: relative; }
                  .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item h3.hot:after {
                    position: absolute;
                    content: "";
                    width: 33px;
                    height: 14px;
                    display: inline-block;
                    background: url("../image/nav_iocn.png") no-repeat 0 -42px; }
                  .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item h3 a {
                    font-size: 16px;
                    color: #fefefe;
                    line-height: 1.5; }
                    .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item h3 a:hover {
                      color: #ed9113; }
                .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item li a {
                  font-size: 14px;
                  color: #9c9c9c;
                  line-height: 26px; }
                  .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item li a:hover {
                    color: #ed9113; }
                .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item p {
                  font-size: 14px;
                  color: #9c9c9c;
                  line-height: 1.5; }
                .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item .nav_a_wp .item_a:last-child {
                  margin-right: 0; }
                .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item .item_a {
                  display: inline-block;
                  width: 130px;
                  height: 34px;
                  border: 1px solid #4e4e4e;
                  text-align: center;
                  font-size: 14px;
                  color: #9c9c9c;
                  line-height: 32px;
                  margin-right: 10px;
                  margin-top: 10px;
                  margin-bottom: 10px; }
                  .head nav > ul > li .product_nav .nav_group .nav_right > ul > li > .list > .item .item_a:hover {
                    background-color: #ed9113;
                    color: #ffffff;
                    border-color: #ed9113; }
      .head nav > ul > li .solution_nav {
        background: #101019;
        height: auto;
        padding: 20px 20px 20px 0;
        margin-left: -14px; }
        .head nav > ul > li .solution_nav .item {
          float: none;
          margin-bottom: 0;
          padding: 5px;
          line-height: 17px;
          padding-left: 20px;
          margin: 0 0 0 20px;
          height: auto;
          width: 170px; }
          .head nav > ul > li .solution_nav .item a {
            font-size: 14px;
            color: #fff;
            line-height: 20px;
            opacity: 1;
            display: block;
            height: 100%; }
            .head nav > ul > li .solution_nav .item a:hover {
              color: #ed9113; }
  .head nav .sub_nav {
    background-color: #1a1a1a; }
    .head nav .sub_nav .row {
      padding: 20px 0;
      font-size: 0; }
    .head nav .sub_nav .item {
      padding-left: 26px;
      padding-right: 26px;
      display: inline-block;
      vertical-align: top;
      height: 290px;
      position: relative; }
      .head nav .sub_nav .item:last-child:after {
        border-right: 0;
        display: none; }
      .head nav .sub_nav .item:after {
        content: "";
        display: block;
        width: 1px;
        background-color: rgba(143, 143, 143, 0.2);
        height: 170px;
        position: absolute;
        top: 44px;
        right: 0; }
      .head nav .sub_nav .item h4 {
        font-size: 16px;
        color: #e5e5e5;
        line-height: 2;
        margin-bottom: 10px; }
      .head nav .sub_nav .item .wrap a {
        display: block;
        font-size: 15px;
        color: #8c8c8c;
        line-height: 1.5;
        margin-top: 10px; }
        .head nav .sub_nav .item .wrap a:hover {
          color: #ec6941;
          text-decoration: none; }
        .head nav .sub_nav .item .wrap a:first-child {
          margin-top: 0; }
    .head nav .sub_nav .bdCould .item {
      height: auto;
      padding: 0; }
      .head nav .sub_nav .bdCould .item .wrap {
        padding-bottom: 10px; }
        .head nav .sub_nav .bdCould .item .wrap > div {
          border-right: 1px solid rgba(143, 143, 143, 0.2); }
          .head nav .sub_nav .bdCould .item .wrap > div:last-child {
            border-right: none; }

.cec {
  color: #ec6941; }

.sub-title {
  font-size: 18px;
  color: #333333;
  line-height: 2;
  font-weight: bold; }
  .sub-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 18px;
    background-color: #ed9113;
    margin-right: 5px; }

.index_title {
  height: 148px;
  padding-top: 30px; }
  .index_title.white h3 {
    color: #fbfbfb; }
  .index_title.white p {
    color: #e5e5e5; }
  .index_title h3 {
    font-size: 30px;
    color: #2e303f;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center; }
  .index_title p {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 1.5;
    text-align: center; }

.img_wp {
  overflow: hidden;
  /* &:hover{
     img{
       trans
     }
   }*/ }
  .img_wp img {
    width: 100%;
    display: block; }

.footer {
  background-color: #28292b; }
  .footer .list_icon {
    background-color: #1b1e23;
    height: 100px;
    font-size: 0; }
    .footer .list_icon .item {
      width: 33%;
      display: inline-block;
      padding-top: 20px; }
      .footer .list_icon .item span {
        display: block;
        width: 60px;
        height: 60px;
        background: url("../image/footer_icon.png") no-repeat 0 0;
        margin-right: 13px;
        float: left;
        border: 1px solid #fefefe;
        border-radius: 60px; }
      .footer .list_icon .item:nth-child(1) span {
        background-position: 12px 11px; }
      .footer .list_icon .item:nth-child(2) span {
        background-position: -56px 12px; }
      .footer .list_icon .item:nth-child(3) span {
        background-position: -123px 11px; }
      .footer .list_icon .item h5 {
        font-size: 18px;
        color: #ffffff;
        line-height: 32px; }
      .footer .list_icon .item p {
        font-size: 14px;
        line-height: 2;
        color: #b5b4b4; }
  .footer .footer_group {
    padding-top: 45px;
    padding-bottom: 40px;
    font-size: 0; }
    .footer .footer_group .list {
      display: inline-block;
      vertical-align: top; }
      .footer .footer_group .list.about {
        width: 173px; }
      .footer .footer_group .list.help {
        width: 197px; }
      .footer .footer_group .list.credential {
        width: 276px; }
      .footer .footer_group .list.contact {
        width: 256px; }
      .footer .footer_group .list.ma_wp {
        width: 295px;
        padding-left: 26px;
        font-size: 0;
        padding-top: 45px;
        /* &:after {
           content: "";
           display: inline-block;
           height: 100%;
           width: 0;
           vertical-align: middle;
         }*/ }
        .footer .footer_group .list.ma_wp .ma {
          width: 88px;
          height: 125px;
          display: inline-block;
          margin-left: 25px;
          vertical-align: middle; }
          .footer .footer_group .list.ma_wp .ma img {
            width: 88px;
            height: 88px; }
          .footer .footer_group .list.ma_wp .ma p {
            font-size: 14px;
            color: #9a9a9a;
            line-height: 37px;
            text-align: center; }
      .footer .footer_group .list h3 {
        margin-bottom: 10px; }
        .footer .footer_group .list h3 a {
          font-size: 16px;
          color: #e3e3e3;
          line-height: 1.5;
          margin-bottom: 10px; }
          .footer .footer_group .list h3 a:hover {
            text-decoration: underline; }
      .footer .footer_group .list .item a {
        font-size: 14px;
        color: #9a9a9a;
        line-height: 30px; }
        .footer .footer_group .list .item a:hover {
          text-decoration: underline;
          color: #0084e9; }
  .footer .footer_product {
    padding: 10px 0;
    border-bottom: 1px solid #49494a; }
    .footer .footer_product p {
      display: inline-block;
      font-size: 14px;
      color: #9a9a9a;
      line-height: 2; }
      .footer .footer_product p a {
        font-size: 14px;
        color: #9a9a9a;
        line-height: 2;
        margin-left: 40px; }
        .footer .footer_product p a:hover {
          text-decoration: underline;
          color: #0b81de; }
    .footer .footer_product div a {
      font-size: 14px;
      color: #9a9a9a;
      line-height: 2;
      margin-left: 40px; }
      .footer .footer_product div a:hover {
        text-decoration: underline; }
  .footer .footer_blogroll {
    padding: 10px 0;
    border-bottom: 1px solid #49494a; }
    .footer .footer_blogroll p {
      float: left;
      font-size: 14px;
      color: #9a9a9a;
      line-height: 2; }
    .footer .footer_blogroll .wp {
      margin-left: 64px; }
      .footer .footer_blogroll .wp a {
        font-size: 14px;
        color: #9a9a9a;
        line-height: 2;
        margin-left: 40px; }
        .footer .footer_blogroll .wp a:hover {
          text-decoration: underline;
          color: #0b81de; }
  .footer .footer_copyright {
    padding: 15px 0; }
    .footer .footer_copyright p {
      font-size: 14px;
      color: #828181;
      line-height: 30px;
      text-align: center;
      text-transform: uppercase; }

.fixed_bar {
  position: fixed;
  right: 15px;
  top: 50%;
  margin-top: -225px;
  z-index: 1000; }
  .fixed_bar ul li {
    width: 44px;
    height: 44px;
    margin-bottom: 4px;
    background-color: #108cee;
    position: relative;
    transition: all 0.3s; }
    .fixed_bar ul li:hover {
      background: rgba(16, 140, 238, 0.8); }
    .fixed_bar ul li span {
      display: block;
      width: 100%;
      height: 100%;
      background: url("../image/fixed_icon.png") no-repeat 0 0;
      cursor: pointer;
      transition: all 0.3s; }
    .fixed_bar ul li:nth-child(1) span {
      background-position: 10px 7px; }
    .fixed_bar ul li.qq .wp {
      width: 179px; }
      .fixed_bar ul li.qq .wp .list .item {
        height: 40px;
        padding: 0 5px; }
        .fixed_bar ul li.qq .wp .list .item:last-child a {
          border-bottom: none; }
        .fixed_bar ul li.qq .wp .list .item a {
          line-height: 40px;
          display: block;
          text-align: right;
          font-size: 14px;
          color: #191919;
          border-bottom: 1px dashed #dcdcdc; }
          .fixed_bar ul li.qq .wp .list .item a:after {
            content: "";
            width: 23px;
            height: 23px;
            display: inline-block;
            margin-right: 23px;
            margin-left: 13px;
            background: url("../image/qq.png") no-repeat center;
            vertical-align: middle;
            animation: rubberBand 1.3s infinite; }
    .fixed_bar ul li.kefu .icon {
      background: url("../image/kefu.png") no-repeat center; }
    .fixed_bar ul li.kefu .wp {
      width: 210px; }
      .fixed_bar ul li.kefu .wp .list {
        text-align: left;
        padding: 0 5px; }
        .fixed_bar ul li.kefu .wp .list .item {
          height: 71px;
          border-bottom: 1px dashed #bfbfbf;
          position: relative; }
          .fixed_bar ul li.kefu .wp .list .item .PVertical {
            height: 100%; }
          .fixed_bar ul li.kefu .wp .list .item:last-child {
            border-bottom: none; }
          .fixed_bar ul li.kefu .wp .list .item:hover .kefu_icon {
            background-position-y: -41px; }
          .fixed_bar ul li.kefu .wp .list .item:hover .PVertical p {
            color: #108cee; }
          .fixed_bar ul li.kefu .wp .list .item:nth-child(2) .kefu_icon {
            background-position-x: -66px; }
          .fixed_bar ul li.kefu .wp .list .item:nth-child(3) .kefu_icon {
            background-position-x: -128px; }
          .fixed_bar ul li.kefu .wp .list .item:nth-child(4) .kefu_icon {
            background-position-x: -184px; }
          .fixed_bar ul li.kefu .wp .list .item:nth-child(5) .kefu_icon {
            background-position-x: -247px; }
          .fixed_bar ul li.kefu .wp .list .item .kefu_icon {
            display: inline-block;
            width: 36px;
            height: 36px;
            background: url("../image/slide_icon.png") no-repeat;
            margin-right: 5px;
            margin-left: 15px;
            vertical-align: middle; }
          .fixed_bar ul li.kefu .wp .list .item .PVertical p {
            font-size: 16px;
            color: #040923;
            line-height: 22px; }
        .fixed_bar ul li.kefu .wp .list p {
          font-size: 14px;
          color: #191919;
          line-height: 1.5;
          margin: 5px 0; }
        .fixed_bar ul li.kefu .wp .list .kefu_a {
          display: inline-block;
          width: 80px;
          height: 28px;
          background-color: #07103f;
          color: #ffffff;
          line-height: 28px;
          text-align: center;
          font-size: 14px;
          border-radius: 4px;
          transition: all 0.2s; }
          .fixed_bar ul li.kefu .wp .list .kefu_a:hover {
            opacity: 0.8; }
    .fixed_bar ul li .sub_wp {
      position: absolute;
      right: 88px;
      opacity: 1;
      display: none;
      top: 0;
      padding-right: 12px; }
      .fixed_bar ul li .sub_wp .wp {
        border: 1px solid #bfbfbf;
        position: relative;
        background-color: #fff;
        border-top: 13px solid #108cee;
        border-bottom: 4px solid #108cee; }
        .fixed_bar ul li .sub_wp .wp h3 {
          font-size: 14px;
          color: #ffffff;
          font-weight: bold;
          line-height: 32px;
          text-align: center;
          background-color: #07103f; }
        .fixed_bar ul li .sub_wp .wp:before, .fixed_bar ul li .sub_wp .wp:after {
          border: solid transparent;
          content: ' ';
          height: 0;
          position: absolute;
          width: 0;
          /*border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 8px solid #07103f;*/
          top: 10px;
          left: 100%; }
        .fixed_bar ul li .sub_wp .wp:before {
          border-width: 9px;
          border-left-color: #bfbfbf; }
        .fixed_bar ul li .sub_wp .wp:after {
          border-width: 8px;
          border-left-color: #ffffff;
          top: 11px; }
    .fixed_bar ul li.phone .icon {
      background-position: -32px 7px; }
    .fixed_bar ul li.phone .wp {
      width: 202px; }
      .fixed_bar ul li.phone .wp .phone_wp {
        padding: 10px 0; }
        .fixed_bar ul li.phone .wp .phone_wp i {
          display: block;
          float: left;
          width: 29px;
          height: 29px;
          background: url("../image/phone1.png") no-repeat center;
          margin-left: 18px;
          margin-right: 6px;
          margin-top: 7px; }
        .fixed_bar ul li.phone .wp .phone_wp h4 {
          font-size: 14px;
          color: #191919;
          line-height: 1.5; }
        .fixed_bar ul li.phone .wp .phone_wp p {
          font-size: 18px;
          color: #191919;
          line-height: 1.5; }
    .fixed_bar ul li.ma .icon {
      background-position: -77px 7px; }
    .fixed_bar ul li.ma .wp {
      width: 105px; }
      .fixed_bar ul li.ma .wp .ma_wp {
        width: 76px;
        margin-left: 15px;
        padding-top: 16px;
        display: inline-block; }
        .fixed_bar ul li.ma .wp .ma_wp img {
          width: 76px;
          height: 76px; }
        .fixed_bar ul li.ma .wp .ma_wp p {
          font-size: 16px;
          color: #040923;
          line-height: 1.5;
          margin-top: 8px;
          text-align: center;
          margin-bottom: 8px; }
      .fixed_bar ul li.ma .wp img {
        width: 100%; }
    .fixed_bar ul li.announcement .sub_wp {
      transform: translateY(-50%); }
    .fixed_bar ul li.announcement .icon {
      background-position: -120px 7px; }
    .fixed_bar ul li.announcement .wp h3 {
      background-color: #ffffff;
      font-size: 16px;
      margin: 10px;
      color: #000000;
      border-bottom: 1px dashed #aaaaaa;
      padding-bottom: 13px;
      text-indent: -20px; }
      .fixed_bar ul li.announcement .wp h3:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 28px;
        background: url("../image/boradcast.png") no-repeat center;
        margin-right: 10px; }
    .fixed_bar ul li.announcement .wp .announcement_wp {
      width: 340px;
      padding: 12px 20px;
      padding-top: 0; }
      .fixed_bar ul li.announcement .wp .announcement_wp .item a {
        display: block;
        line-height: 30px;
        font-size: 14px;
        color: #191919;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .fixed_bar ul li.announcement .wp .announcement_wp .item a:hover {
          text-decoration: underline; }
    .fixed_bar ul li.announcement .wp .more {
      width: 120px;
      height: 32px;
      display: block;
      margin: 0 auto 18px;
      text-align: center;
      background-color: #108cee;
      color: #ffffff;
      line-height: 30px;
      font-size: 12px;
      border-radius: 3px;
      transition: all 0.3s; }
      .fixed_bar ul li.announcement .wp .more:hover {
        background-color: #ffae17; }
    .fixed_bar ul li.announcement .wp:before {
      top: 50%;
      margin-top: 10px; }
    .fixed_bar ul li.announcement .wp:after {
      top: 50%;
      margin-top: 11px; }
    .fixed_bar ul li.totop .icon {
      background-position: -162px 6px; }

.information {
  padding-top: 30px;
  padding-bottom: 40px;
  /* .swiper-container {
     height: 490px;
     .news_wp {
       padding-top: 47px;
       font-size: 0;
       .item {
         width: 550px;
         height: 140px;
         margin-bottom: 70px;
         display: inline-block;
         &:nth-child(2n+1) {
           margin-right: 100px;
         }
         .img_wp {
           width: 200px;
           height: 140px;
           float: left;
           margin-right: 15px;
         }
         h4 {
           font-size: 16px;
           color: #000000;
           line-height: 40px;
           white-space: nowrap;
           overflow: hidden;
           text-overflow: ellipsis;
         }
         p {
           font-size: 14px;
           color: #585858;
           line-height: 20px;
           height: 60px;
           overflow: hidden;
         }
         span {
           display: block;
           font-size: 14px;
           color: #585858;
           line-height: 1.5;
           margin-top: 10px;
         }
       }
     }
   }*/ }
  .information h3 {
    font-size: 30px;
    color: #2e303f;
    text-align: center; }
  .information .news_wp {
    overflow: hidden; }
    .information .news_wp .news_left {
      margin-right: 80px;
      float: left;
      width: 430px; }
      .information .news_wp .news_left .img_wp {
        width: 430px;
        height: 234px;
        position: relative;
        overflow: hidden; }
        .information .news_wp .news_left .img_wp:hover img {
          transform: scale(1.1); }
        .information .news_wp .news_left .img_wp img {
          display: block;
          width: 100%;
          transition: all 0.2s; }
        .information .news_wp .news_left .img_wp p {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          font-size: 16px;
          color: #ffffff;
          line-height: 40px;
          padding-left: 10px;
          background: rgba(0, 0, 0, 0.5);
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .information .news_wp .news_left .img_wp p:hover {
            text-decoration: underline; }
      .information .news_wp .news_left .des {
        margin-top: 15px;
        position: relative;
        height: 55px; }
        .information .news_wp .news_left .des p {
          font-size: 14px;
          color: #2f2f2f;
          line-height: 24px; }
        .information .news_wp .news_left .des span {
          display: block;
          font-size: 12px;
          color: #8b8b8b;
          right: 2px;
          bottom: 11px;
          position: absolute; }
    .information .news_wp .news_right_list .news_item {
      overflow: hidden;
      margin-bottom: 40px; }
      .information .news_wp .news_right_list .news_item:hover .date span {
        background-color: #108cee;
        border-bottom: #0b81de; }
      .information .news_wp .news_right_list .news_item:hover .date p {
        background-color: #1296ff; }
      .information .news_wp .news_right_list .news_item .date {
        float: left;
        width: 80px;
        height: 66px;
        margin-right: 15px;
        background-color: #1296ff; }
        .information .news_wp .news_right_list .news_item .date span {
          display: block;
          width: 100%;
          height: 42px;
          border-bottom: 1px solid #3b3b3b;
          font-size: 30px;
          color: #ffffff;
          line-height: 42px;
          text-align: center;
          background-color: #474747;
          transition: all 0.2s; }
        .information .news_wp .news_right_list .news_item .date p {
          height: 24px;
          font-size: 14px;
          color: #ffffff;
          line-height: 24px;
          text-align: center;
          background-color: #585858;
          transition: all 0.2s; }
      .information .news_wp .news_right_list .news_item h4 {
        margin-top: -2px;
        margin-left: 95px; }
        .information .news_wp .news_right_list .news_item h4 a {
          display: block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 16px;
          color: #000000;
          line-height: 26px; }
          .information .news_wp .news_right_list .news_item h4 a:hover {
            text-decoration: underline; }
      .information .news_wp .news_right_list .news_item p {
        font-size: 14px;
        color: #6c6c6c;
        line-height: 24px;
        height: 48px;
        overflow: hidden; }
  .information .news_wp_index .news_item_wp {
    width: 362px;
    margin-right: 52px;
    height: 400px;
    display: inline-block;
    vertical-align: top; }
    .information .news_wp_index .news_item_wp:last-child {
      margin-right: 0; }
    .information .news_wp_index .news_item_wp h3 {
      font-size: 22px;
      color: #2e303f;
      line-height: 38px;
      border-bottom: 1px solid #707070;
      text-align: left; }
      .information .news_wp_index .news_item_wp h3 span {
        font-size: 16px;
        color: #bebebe; }
      .information .news_wp_index .news_item_wp h3 a {
        float: right;
        font-size: 14px;
        color: #000;
        line-height: 38px; }
        .information .news_wp_index .news_item_wp h3 a:hover {
          text-decoration: underline; }
    .information .news_wp_index .news_item_wp > img {
      width: 360px;
      height: 120px;
      margin: 15px 0; }
    .information .news_wp_index .news_item_wp .news_item {
      border-bottom: 1px dashed #d2d2d2;
      /*  &:last-child{
          border-bottom: none;
        }*/ }
      .information .news_wp_index .news_item_wp .news_item a {
        display: block;
        font-size: 14px;
        color: #828383;
        line-height: 40px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .information .news_wp_index .news_item_wp .news_item a:before {
          content: "";
          display: inline-block;
          width: 4px;
          height: 4px;
          background-color: #838383;
          vertical-align: middle;
          margin-right: 5px; }
        .information .news_wp_index .news_item_wp .news_item a:hover {
          text-decoration: underline; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #aaa9a9;
  border-radius: 0;
  opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ed9113; }

.nav_list {
  width: 100%;
  background-color: #f2f2f2;
  height: 72px;
  border-bottom: 1px solid #e4e4e4; }
  .nav_list .item {
    width: 20%;
    float: left; }
    .nav_list .item.active a {
      background-color: #e5e5e5; }
    .nav_list .item a {
      display: block;
      font-size: 16px;
      color: #424242;
      line-height: 72px;
      text-align: center;
      transition: all 0.3s; }
      .nav_list .item a:hover {
        background-color: #e5e5e5; }

[class*="animated"] {
  opacity: 0;
  animation-fill-mode: both; }

.title1 h3 {
  font-size: 24px;
  color: #303030;
  line-height: 1.5;
  margin: 30px 0; }
  .title1 h3:before {
    content: "";
    display: block;
    float: left;
    width: 4px;
    height: 26px;
    background-color: #ff8a00;
    margin-right: 7px;
    margin-top: 5px; }

.table_wp.table1 table tr:hover {
  background-color: #f8f8f8; }
.table_wp.table1 table tr td, .table_wp.table1 table tr th {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  margin-left: -1px; }
  .table_wp.table1 table tr td.cff8a00, .table_wp.table1 table tr th.cff8a00 {
    color: #ff8a00;
    font-weight: bold; }
.table_wp.table1 table tr:first-child {
  background-color: #3a75fd; }
  .table_wp.table1 table tr:first-child th {
    color: #ffffff; }
.table_wp table tr:hover {
  background-color: #f8f8f8; }
.table_wp table tr td, .table_wp table tr th {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  margin-left: -1px; }
  .table_wp table tr td.cff8a00, .table_wp table tr th.cff8a00 {
    color: #ff8a00;
    font-weight: bold; }
.table_wp table tr:first-child {
  background-color: #f3f3f3; }
.table_wp .asking {
  width: 96px;
  height: 38px;
  display: inline-block;
  background-color: #ff8a00;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.2s; }
  .table_wp .asking:hover {
    background-color: #ffa600; }

.detail_title h3 {
  font-size: 30px;
  color: #303030;
  line-height: 54px;
  border-bottom: 1px solid #dcdcdc; }

.pb100 {
  padding-bottom: 100px; }

.paging ul {
  font-size: 0;
  text-align: center;
  padding: 50px 0; }
  .paging ul li {
    display: inline-block; }
    .paging ul li.forbidden a {
      cursor: not-allowed;
      color: #e2e2e2; }
      .paging ul li.forbidden a:hover {
        background-color: #fff;
        border-color: #e2e2e2;
        color: #e2e2e2; }
    .paging ul li.active a {
      background-color: #1e9fff;
      color: #ffffff;
      border-color: #1e9fff; }
    .paging ul li.dot a:hover {
      background-color: #fff;
      border-color: #e2e2e2;
      color: #000; }
    .paging ul li a {
      display: inline-block;
      font-size: 14px;
      padding: 0 15px;
      line-height: 28px;
      border: 1px solid #e2e2e2;
      transition: all 0.2s;
      color: #000000;
      margin-left: -1px; }
      .paging ul li a:hover {
        background-color: #1e9fff;
        color: #ffffff;
        border-color: #1e9fff; }

.news {
  padding-bottom: 70px; }
  .news .news-item {
    padding: 20px; }
    .news .news-item .img-wrap {
      height: 150px;
      overflow: hidden; }
    .news .news-item .list .item {
      border-bottom: 1px dotted #dcdbdc;
      padding: 5px 0; }
      .news .news-item .list .item span {
        line-height: 39px; }
      .news .news-item .list .item a {
        display: block;
        font-size: 14px;
        color: #333333;
        line-height: 39px;
        margin-right: 83px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden; }
        .news .news-item .list .item a:before {
          content: "";
          width: 6px;
          height: 6px;
          display: inline-block;
          background-color: #ed9113;
          vertical-align: middle;
          border-radius: 8px;
          margin-right: 8px; }
        .news .news-item .list .item a:hover {
          text-decoration: underline; }

.breadcrumb p {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.5; }
  .breadcrumb p a:hover {
    color: #0084e9; }

@keyframes myslideUp {
  0% {
    transform: translateY(0px);
    opacity: 1; }
  20% {
    transform: translateY(-322px);
    opacity: 0; }
  40% {
    transform: translateY(274px);
    opacity: 0; }
  70% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
.new {
  position: relative; }
  .new:after {
    content: "新";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: super;
    background-color: #ff7e00;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-left: 3px; }

.hot {
  position: relative; }
  .hot:after {
    content: "热";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: super;
    background-color: #ff7e00;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-left: 3px; }

.link_cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.bcf5 {
  background-color: #f5f5f5; }

.ecllipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.sub-ban {
  height: 565px;
  background-position: center;
  background-repeat: no-repeat; }

.my-btn.my-btn-outline {
  width: 100px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  border-radius: 30px; }

.cblue {
  color: #3a75fd; }

.fz40 {
  font-size: 40px; }

.btn-danger {
  background-color: #ec6941;
  border-color: #ec6941; }

.pb50 {
  padding-bottom: 50px; }

.corg {
  color: #eb6100; }

.fz40 {
  font-size: 40px; }

.btn-primary {
  background-color: #3a75fd;
  border-color: #3a75fd; }

/*# sourceMappingURL=common.css.map */
