@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background: #fff;
  height: 100%;
  position: relative; }
  body * {
    font-family: "Open Sans", Arial, sans-serif; }

a {
  color: #0b8feb;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover, a:active, a:focus {
    color: #0b8feb;
    outline: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0; }

::-webkit-selection {
  color: #fff;
  background: #0b8feb; }

::-moz-selection {
  color: #fff;
  background: #0b8feb; }

::selection {
  color: #fff;
  background: #0b8feb; }

.wrap {
  width: 100%;
  overflow-x: hidden; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn.btn-md {
    padding: 10px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #0b8feb;
  color: #fff;
  border: 2px solid #0b8feb; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #1b9bf4 !important;
    border-color: #1b9bf4 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #0b8feb;
    border: 2px solid #0b8feb; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #0b8feb;
      color: #fff; }

* {
  margin: 0;
  padding: 0; }

ol, ul, li {
  list-style: none; }

a {
  text-decoration: none;
  transition: 0.3s; }

.text_c {
  text-align: center; }

.container {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  box-sizing: border-box; }
  .container:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%;
      padding: 0 20px;
      margin: 0; } }
  .container .news_content_text h1, .container .news_content_text h2, .container .news_content_text h3, .container .news_content_text h4, .container .news_content_text h5, .container .news_content_text h6,
  .container .editor_content h1,
  .container .editor_content h2,
  .container .editor_content h3,
  .container .editor_content h4,
  .container .editor_content h5,
  .container .editor_content h6 {
    font-weight: bold; }
  .container .news_content_text img,
  .container .editor_content img {
    max-width: 100%;
    height: auto !important; }
  .container .news_content_text ol, .container .news_content_text ul, .container .news_content_text li,
  .container .editor_content ol,
  .container .editor_content ul,
  .container .editor_content li {
    list-style: inherit; }

@media screen and (max-width: 768px) {
  .content {
    width: auto; } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  color: #fff;
  transition: 0.5s;
  z-index: 1000;
  box-sizing: border-box;
  background: #0b1340; }
  @media screen and (max-width: 768px) {
    .header {
      height: 60px; } }
  .header a {
    color: #fff; }
  .header .logo {
    display: block;
    height: 80px;
    float: left;
    width: 160px;
    background: url(../images/aifab-logo-white.png) 0 center no-repeat;
    background-size: auto 42px; }
    @media screen and (max-width: 768px) {
      .header .logo {
        height: 60px;
        float: left;
        width: 300px;
        background: url(../images/aifab-logo-white.png) 0 center no-repeat;
        background-size: auto 35px; } }
  .header .nav > ul > li {
    height: 58px; }
  .header .nav {
    margin-left: 30px;
    padding: 15px 0;
    float: right; }
    .header .nav > ul > li > a > span {
      font-weight: bold; }
    .header .nav ul {
      float: left;
      transition: 1s; }
      .header .nav ul li {
        float: left;
        position: relative;
        width: auto;
        padding: 0 30px;
        text-align: center;
        box-sizing: border-box; }
        .header .nav ul li a {
          display: block;
          line-height: 50px;
          font-size: 17px; }
        .header .nav ul li ul {
          display: none;
          width: 100%; }
          .header .nav ul li ul li {
            padding: 0; }
        .header .nav ul li:hover .subnav {
          line-height: 42px;
          padding-bottom: 20px;
          height: auto;
          padding-top: 10px;
          box-sizing: border-box;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
          @media screen and (max-width: 768px) {
            .header .nav ul li:hover .subnav {
              height: 0; } }
        .header .nav ul li .subnav {
          transition: 0.5s;
          height: 0;
          overflow: hidden;
          position: fixed;
          background: #fff;
          left: 0;
          width: 100%;
          top: 80px;
          text-align: left; }
          .header .nav ul li .subnav dl {
            float: left;
            width: 20%;
            padding-right: 20px;
            box-sizing: border-box; }
            .header .nav ul li .subnav dl dt a {
              color: #4A4A4A;
              font-size: 18px;
              border-bottom: 1px solid #eee;
              line-height: 50px;
              margin-bottom: 10px;
              font-weight: bold; }
            .header .nav ul li .subnav dl dd:after {
              content: "";
              display: block;
              clear: both;
              overflow: hidden;
              height: 0;
              width: 100%; }
            .header .nav ul li .subnav dl dd .list {
              float: left;
              width: 33%;
              box-sizing: border-box;
              padding-right: 20px; }
              .header .nav ul li .subnav dl dd .list .list-tit {
                line-height: 20px;
                font-weight: bold;
                font-size: 16px; }
            .header .nav ul li .subnav dl dd a {
              color: #4A4A4A;
              display: block;
              line-height: 20px;
              padding: 10px 0;
              font-size: 14px; }
              .header .nav ul li .subnav dl dd a:hover {
                color: #152584;
                text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .header .nav {
        display: none;
        width: 100%;
        box-sizing: border-box;
        float: none;
        position: absolute;
        left: 0;
        top: 60px;
        margin-left: 0;
        overflow: hidden;
        background-color: #fff;
        display: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee; }
        .header .nav ul {
          float: none;
          width: 100%; }
          .header .nav ul li {
            float: none;
            width: 100%; }
            .header .nav ul li a {
              color: #4A4A4A; }
        .header .nav.show {
          display: block; } }
  .header .nav_btn {
    display: none; }
    @media screen and (max-width: 768px) {
      .header .nav_btn {
        display: block;
        width: 18px;
        height: 16px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        right: 20px;
        top: 22px; }
        .header .nav_btn:after {
          content: '';
          display: block;
          height: 1px;
          width: 100%;
          position: absolute;
          left: 0;
          top: 8px;
          background: #fff;
          overflow: hidden; }
        .header .nav_btn.cur {
          border: 0 !important; }
          .header .nav_btn.cur:after {
            transform: rotate(45deg); }
          .header .nav_btn.cur:before {
            content: '';
            display: block;
            height: 1px;
            width: 100%;
            position: absolute;
            left: 0;
            top: 8px;
            background: #fff;
            overflow: hidden;
            transform: rotate(-45deg); } }
  .header .link_company {
    float: right;
    line-height: 72px;
    font-size: 15px; }
    .header .link_company:hover {
      color: #152584; }
    @media screen and (max-width: 768px) {
      .header .link_company {
        display: none; } }
  .header.hide {
    top: -80px; }
    .header.hide .nav ul li .subnav {
      top: 0; }
  .header.header_white .nav ul li:hover, .header:hover .nav ul li:hover {
    transition: 1s; }
    .header.header_white .nav ul li:hover ul, .header:hover .nav ul li:hover ul {
      display: block;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 768px) {
        .header.header_white .nav ul li:hover ul, .header:hover .nav ul li:hover ul {
          display: none; } }
    .header.header_white .nav ul li:hover a span, .header:hover .nav ul li:hover a span {
      border-bottom: 3px solid #d5010f;
      display: inline-block; }
  .header.header_white .nav ul li ul, .header:hover .nav ul li ul {
    background: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    padding: 10px 0;
    top: 60px;
    left: -20px;
    width: 172px; }
    .header.header_white .nav ul li ul li, .header:hover .nav ul li ul li {
      float: none;
      text-align: center;
      width: 100%; }
      .header.header_white .nav ul li ul li a, .header:hover .nav ul li ul li a {
        color: #4A4A4A; }
        .header.header_white .nav ul li ul li a:hover, .header:hover .nav ul li ul li a:hover {
          background: #eee;
          color: #152584; }
          .header.header_white .nav ul li ul li a:hover:hover, .header:hover .nav ul li ul li a:hover:hover {
            color: #152584; }
  .header .from_btn {
    display: block;
    float: right;
    margin-top: 22px; }
    .header .from_btn a {
      background: #152584;
      color: #fff;
      display: block;
      padding: 0 15px;
      font-size: 15px;
      border-radius: 30px;
      float: left;
      margin-left: 10px;
      line-height: 36px; }
    @media screen and (max-width: 768px) {
      .header .from_btn {
        position: absolute;
        right: 62px;
        margin-top: 10px; }
        .header .from_btn a {
          line-height: 40px; } }

.index_video {
  overflow: hidden;
  position: relative;
  height: 680px; }
  .index_video video {
    width: 100%; }
  .index_video .txt {
    position: absolute;
    font-size: 42px;
    text-align: left;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -90px;
    line-height: 90px;
    color: #fff; }
    .index_video .txt h1 {
      font-size: 56px;
      color: #fff;
      font-weight: 600; }
  @media screen and (max-width: 768px) {
    .index_video .txt {
      width: 100%;
      left: 0;
      margin-left: 0 !important;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 24px;
      line-height: 50px; }
      .index_video .txt h1 {
        font-size: 36px;
        margin: 10px 0; } }

.index_banner ul li a {
  display: block;
  height: 700px;
  text-align: center;
  color: #4a4a4a;
  box-sizing: border-box; }
  .index_banner ul li a.index_banner01 {
    background: url(../images/banner01.jpg) center;
    background-size: cover;
    padding-top: 280px; }
    .index_banner ul li a.index_banner01 h3 {
      font-size: 36px;
      font-weight: 200;
      margin-bottom: 20px; }
    .index_banner ul li a.index_banner01 h2 {
      font-size: 62px;
      font-weight: bold;
      margin-bottom: 20px; }
    .index_banner ul li a.index_banner01 h4 {
      font-size: 28px;
      font-weight: 200;
      margin-bottom: 20px; }
    .index_banner ul li a.index_banner01 h3, .index_banner ul li a.index_banner01 h2, .index_banner ul li a.index_banner01 h4 {
      color: #fff;
      line-height: 60px; }
@media screen and (max-width: 1280px) {
  .index_banner {
    height: 600px; }
    .index_banner ul li a {
      height: 600px; }
      .index_banner ul li a.index_banner01 {
        padding-top: 220px; } }
@media screen and (max-width: 768px) {
  .index_banner {
    height: 500px; }
    .index_banner ul li a {
      height: 500px; }
      .index_banner ul li a.index_banner01 {
        padding: 20px;
        padding-top: 190px; }
        .index_banner ul li a.index_banner01 h3 {
          font-size: 20px;
          margin-bottom: 10px; }
        .index_banner ul li a.index_banner01 h2 {
          font-size: 32px;
          margin-bottom: 10px; }
        .index_banner ul li a.index_banner01 h4 {
          font-size: 16px; }
        .index_banner ul li a.index_banner01 h3, .index_banner ul li a.index_banner01 h2, .index_banner ul li a.index_banner01 h4 {
          line-height: 42px; } }

.index_chanpin {
  padding: 60px 0; }
  .index_chanpin:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .index_chanpin li {
    float: left;
    width: 23.5%;
    background: #f7f7f7;
    height: 300px;
    position: relative; }
    .index_chanpin li + li {
      margin-left: 2%; }
    .index_chanpin li a {
      display: block;
      text-align: left;
      position: absolute;
      width: 100%;
      height: 100%;
      line-height: 300px;
      text-align: center;
      color: #fff;
      font-size: 22px;
      background: rgba(21, 37, 132, 0.3); }
    .index_chanpin li.pro_01 {
      background: url(../images/pro_01.jpg) center;
      background-size: cover; }
    .index_chanpin li.pro_02 {
      background: url(../images/pro_02.jpg) center;
      background-size: cover; }
    .index_chanpin li.pro_03 {
      background: url(../images/pro_03.jpg) center;
      background-size: cover; }
    .index_chanpin li.pro_04 {
      background: url(../images/pro_04.jpg) center;
      background-size: cover; }
    .index_chanpin li:hover {
      transform: scale(1.1);
      transition: all 0.3s; }
      .index_chanpin li:hover a {
        background: rgba(21, 37, 132, 0.6); }

.index_descript {
  padding: 100px 0; }
  .index_descript h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 50px; }
    .index_descript h1 b {
      font-weight: bold; }
  @media screen and (max-width: 768px) {
    .index_descript {
      padding: 50px 20px; }
      .index_descript h1 {
        font-size: 18px;
        line-height: 40px; }
        .index_descript h1 br {
          display: none; } }

.index_intro {
  padding: 100px 0 80px 0; }
  .index_intro .pic {
    width: 500px;
    min-height: 360px;
    line-height: 360px;
    background: url(../images/js.jpg) center;
    background-size: cover;
    float: left;
    text-align: center; }
  .index_intro .text {
    float: left;
    margin-left: 50px;
    width: 650px;
    text-align: left;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8em; }
    .index_intro .text .intro {
      margin: 10px 0;
      text-indent: 2em;
      color: #000; }
    .index_intro .text h3 {
      font-size: 18px;
      font-weight: bold;
      margin: 10px 0; }
    .index_intro .text .pro a {
      display: inline-block;
      margin-right: 6px;
      padding: 0 10px;
      background: rgba(21, 37, 132, 0.1);
      margin-bottom: 8px;
      font-size: 14px;
      color: #152584; }
    .index_intro .text .btn {
      background: #152584;
      color: #fff;
      text-align: center;
      padding: 0 40px;
      border-radius: 40px;
      line-height: 40px;
      display: inline-block;
      margin: 20px 0; }
    .index_intro .text b {
      font-weight: bold; }
  @media screen and (max-width: 768px) {
    .index_intro {
      padding: 50px 0px; }
      .index_intro .pic {
        width: 100%;
        float: none;
        min-height: 220px;
        line-height: 220px; }
      .index_intro .text {
        float: none;
        padding-left: 0;
        margin-left: 0;
        font-size: 18px;
        line-height: 40px;
        width: 100%; }
        .index_intro .text .pro a {
          line-height: 20px;
          padding: 5px 10px; }
        .index_intro .text br {
          display: none; } }

.index_num {
  margin-bottom: 80px; }
  .index_num .index_num_col:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .index_num .index_num_col dl {
    text-align: center;
    float: left;
    width: 24.25%;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    background: rgba(21, 37, 132, 0.1); }
    .index_num .index_num_col dl dt {
      font-size: 32px;
      font-weight: bold;
      color: #152584; }
    .index_num .index_num_col dl + dl {
      margin-left: 1%; }
  @media screen and (max-width: 768px) {
    .index_num .index_num_col dl {
      width: calc(50% - 5px); }
      .index_num .index_num_col dl + dl {
        margin-left: 0;
        margin-bottom: 10px; }
      .index_num .index_num_col dl:nth-child(2n) {
        margin-left: 10px; } }

.index_col .col_tit {
  clear: both; }
  .index_col .col_tit h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px; }
  .index_col .col_tit p {
    font-size: 14px;
    text-align: center;
    margin: 0 20px; }
.index_col .col_con {
  margin-top: 40px; }
  .index_col .col_con:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
.index_col .pro_nav {
  width: 260px;
  float: left; }
  .index_col .pro_nav a {
    background-color: #eee;
    line-height: 70px;
    margin-bottom: 1px;
    font-size: 18px;
    display: block;
    padding: 0 20px;
    color: #000;
    cursor: pointer; }
    .index_col .pro_nav a.current {
      line-height: 100px;
      background: #152584;
      color: #fff; }
.index_col .pro_con {
  float: left;
  width: 900px;
  margin-left: 40px; }
  .index_col .pro_con img {
    width: 100%;
    max-width: 900px;
    height: 400px; }
@media screen and (max-width: 768px) {
  .index_col .pro_nav {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    .index_col .pro_nav:after {
      content: "";
      display: block;
      clear: both;
      overflow: hidden;
      height: 0;
      width: 100%; }
    .index_col .pro_nav a {
      width: 20%;
      float: left;
      padding: 20px 10px;
      text-align: center;
      box-sizing: border-box;
      line-height: 30px; }
      .index_col .pro_nav a.current {
        line-height: 30px;
        padding: 20px 10px; }
  .index_col .pro_con {
    float: none;
    width: 100%;
    margin-left: 0; }
    .index_col .pro_con img {
      width: 100%; }
    .index_col .pro_con .slideshow {
      width: 100%; }
      .index_col .pro_con .slideshow .slide {
        width: 100%;
        height: 280px; }
        .index_col .pro_con .slideshow .slide .name {
          font-size: 18px; } }

.slideshow {
  position: relative;
  width: 900px;
  /* 根据需要设置宽度 */
  overflow: hidden; }

.slideshow .slides-container {
  display: flex;
  transition: transform 0.5s ease; }

.slideshow .slide {
  flex-shrink: 0;
  width: 900px;
  /* 幻灯片项的宽度 */
  height: 480px;
  /* 或者设置固定高度 */
  overflow: hidden;
  position: relative; }
  .slideshow .slide .name {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    padding: 20px 30px;
    background: linear-gradient(to right, #152584, rgba(21, 37, 132, 0)); }

.slideshow .slide img {
  width: 100%;
  height: auto;
  display: block; }

/* 隐藏左右切换按钮，直到需要它们时 */
.slideshow .prev,
.slideshow .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 2em;
  color: white;
  /* 根据需要设置颜色 */
  cursor: pointer;
  z-index: 10;
  display: none;
  /* 初始隐藏 */ }
  .slideshow .prev i,
  .slideshow .next i {
    font-size: 32px; }

.slideshow .prev {
  left: 10px; }

.slideshow .next {
  right: 10px; }

/* 显示左右切换按钮 */
.slideshow:hover .prev,
.slideshow:hover .next {
  display: block; }

.flash {
  width: 100%;
  height: 400px;
  position: relative; }

.flash .play {
  width: 900px;
  height: 400px;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px; }

.flash .play li {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }

.flash .play li img {
  float: left; }

.button {
  position: absolute;
  bottom: 10px;
  left: 0;
  list-style: none;
  width: 100%;
  text-align: center; }

.button li {
  margin: 0 5px;
  display: inline-block; }

.button li div {
  width: 12px;
  height: 12px;
  background: #DDDDDD;
  border-radius: 6px;
  cursor: pointer; }

.slideshow .prev {
  width: 40px;
  height: 63px;
  position: absolute;
  top: 165px;
  left: 10px;
  z-index: 1000; }

.slideshow .next {
  width: 40px;
  height: 63px;
  position: absolute;
  top: 165px;
  right: 10px;
  z-index: 1000; }

.slideShow {
  position: relative;
  margin: 0 auto;
  height: 400px;
  width: 900px;
  overflow: hidden; }

.slideShow ul {
  position: relative;
  width: 5000px; }

.slideShow ul li {
  float: left;
  width: 900px; }

.slideShow .nav {
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  line-height: 18px; }

.slideShow .nav span {
  -webkit-user-select: none;
  user-select: none;
  float: left;
  cursor: pointer;
  border-radius: 9px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: rgba(0, 0, 0, 0.7);
  margin-left: 2px;
  color: #fff;
  opacity: 0.5; }

.slideShow .nav span.active {
  opacity: 1; }

.index_js {
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .index_js {
      padding-bottom: 70px; } }
  .index_js .container ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
    height: 252px;
    overflow: hidden; }
    .index_js .container ul li a {
      display: block;
      height: 252px;
      color: #fff;
      text-align: center;
      box-sizing: border-box;
      padding-top: 98px;
      position: relative;
      z-index: 1; }
      .index_js .container ul li a.js01 {
        background: url(../images/js01.jpg) center;
        background-size: 100% auto; }
      .index_js .container ul li a.js02 {
        background: url(../images/js02.jpg) center;
        background-size: 100%  auto; }
      .index_js .container ul li a.js03 {
        background: url(../images/js03.jpg) center;
        background-size: 100% auto; }
      .index_js .container ul li a span {
        font-size: 28px;
        line-height: 50px;
        position: relative;
        z-index: 2; }
    .index_js .container ul li:hover a {
      transform: scale(1.1);
      transition: all 0.3s; }
    .index_js .container ul li:hover a:after {
      background: rgba(21, 37, 132, 0.6);
      display: block;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      left: 0;
      top: 0; }
    .index_js .container ul li.last {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .index_js .container ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 180px; }
        .index_js .container ul li a {
          height: 180px;
          padding-top: 68px; } }

.index_col {
  border-top: 1px  solid #eee;
  padding: 60px 0; }
  .index_col h2 {
    text-align: center;
    padding-top: 20px;
    position: relative;
    font-size: 24px; }
  @media screen and (max-width: 768px) {
    .index_col h2 {
      padding-top: 20px;
      font-size: 20px; }
      .index_col h2 i {
        top: 0px; } }

.index_core {
  margin: 40px 0; }
  .index_core:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .index_core a {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
    cursor: pointer; }
    .index_core a:hover {
      box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
    .index_core a i {
      display: inline-block;
      line-height: 90px;
      width: 90px;
      font-size: 42px;
      border-radius: 90px;
      background: rgba(21, 37, 132, 0.1);
      color: #152584; }
    .index_core a span {
      display: block; }
      .index_core a span.tit {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 60px;
        margin-top: 20px; }
      .index_core a span.text {
        font-size: 14px;
        color: #333;
        line-height: 1.8em; }
  @media screen and (max-width: 768px) {
    .index_core a {
      width: 100%; } }

.index_custom {
  margin: 40px 0; }
  .index_custom li {
    float: left;
    box-sizing: border-box;
    width: 200px;
    height: 100px;
    border: 1px solid #eee;
    overflow: hidden;
    margin: 20px; }
    .index_custom li img {
      width: 100%;
      display: block; }
  @media screen and (max-width: 768px) {
    .index_custom li {
      width: calc(50% - 10px);
      height: auto;
      margin: 0;
      margin-bottom: 20px; }
      .index_custom li:nth-child(2n) {
        margin-left: 20px; } }

.index_adv_3 {
  margin: 50px 0;
  height: 521px;
  background: url(../images/adv-3.png) no-repeat center;
  background-size: 100% auto; }
  @media screen and (max-width: 768px) {
    .index_adv_3 {
      height: 220px; } }

.index_adv {
  position: relative;
  margin: 50px 0; }
  .index_adv .mid {
    width: 360px;
    height: 360px;
    background: url(../images/adv.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    top: 68px; }
  .index_adv .adv_list:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .index_adv .adv_list dl {
    border: 1px solid #ddd;
    padding: 30px 40px;
    padding-right: 200px;
    box-sizing: border-box;
    margin: 1%;
    width: 48%;
    height: 220px;
    float: left; }
    .index_adv .adv_list dl dt {
      font-size: 22px;
      line-height: 40px;
      font-weight: bold;
      color: #152584;
      line-height: 50px; }
    .index_adv .adv_list dl dd ul li {
      list-style: disc inside;
      margin: 2px 0; }
    .index_adv .adv_list dl:nth-child(2n) {
      padding-left: 200px;
      padding-right: 40px; }

.index_fangan {
  padding: 30px 0;
  margin-top: 20px; }
  .index_fangan:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0; }
  .index_fangan li {
    float: left;
    width: 590px;
    height: 252px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }
    .index_fangan li:nth-child(even) {
      margin-left: 20px; }
    .index_fangan li img {
      width: 100%;
      display: block;
      transition: all 0.3s; }
    .index_fangan li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      box-sizing: border-box;
      overflow: hidden;
      color: #fff;
      padding: 20px 30px;
      padding-top: 200px;
      background-color: rgba(0, 0, 0, 0.2); }
      .index_fangan li a h3 {
        font-size: 20px;
        color: #fff;
        line-height: 40px; }
        .index_fangan li a h3 i {
          color: #fff;
          float: right;
          font-size: 28px;
          opacity: 0;
          margin-right: 30px;
          transition: 0.5s; }
      .index_fangan li a p {
        font-size: 14px;
        line-height: 30px;
        display: none;
        font-weight: 300; }
    .index_fangan li:hover img {
      transform: scale(1.1); }
    .index_fangan li:hover a {
      padding-top: 170px;
      transition: 0.5s; }
      .index_fangan li:hover a p {
        display: block; }
      .index_fangan li:hover a h3 i {
        opacity: 1;
        margin-right: 0px; }
    @media screen and (max-width: 768px) {
      .index_fangan li {
        width: 100%;
        margin-bottom: 10px;
        height: 152px; }
        .index_fangan li img {
          width: auto; }
        .index_fangan li:nth-child(even) {
          margin-left: 0px; }
        .index_fangan li a {
          padding-top: 100px; } }

.index_customer {
  height: 140px;
  overflow: hidden; }

.index_customer {
  text-align: center;
  padding: 50px 0;
  font-size: 0; }
  .index_customer ul {
    height: 140px;
    position: relative; }
    .index_customer ul li a {
      display: inline-block;
      display: inline-block;
      width: 188px;
      padding: 5px;
      border: 1px solid #ddd;
      margin: 10px; }
      .index_customer ul li a img {
        width: 90%; }
      .index_customer ul li a:hover img {
        transform: scale(1.1);
        transition: all 0.3s; }
  .index_customer .main_image {
    overflow: hidden; }

.index_customer_state {
  font-size: 0;
  text-align: center; }

.index_customer_state a {
  margin: 5px;
  width: 20px;
  height: 4px;
  background: #ddd;
  overflow: hidden;
  display: inline-block;
  margin-top: 30px;
  border-radius: 5px; }

.index_customer_state a.on {
  background: #152584; }

#four_flash {
  position: relative;
  width: 100%;
  padding: 80px 50px 50px 50px;
  box-sizing: border-box; }

#four_flash .flashBg {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

#four_flash .flashBg ul.mobile {
  width: 2000%;
  height: 100px;
  position: absolute;
  top: 15px;
  left: 0; }

#four_flash .flashBg ul.mobile li {
  float: left;
  width: 200px;
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #eee;
  box-sizing: border-box; }

#four_flash .flashBg ul.mobile li img {
  width: 90%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s; }

#four_flash .flashBg ul.mobile li:hover img {
  transform: scale(1.1);
  transition: all 0.3s; }

#four_flash .but_left, #four_flash .but_right {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 122px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%; }
  #four_flash .but_left i, #four_flash .but_right i {
    font-size: 24px; }
  #four_flash .but_left:hover, #four_flash .but_right:hover {
    background-color: #eee; }

#four_flash .but_left {
  left: 0px;
  transform: rotate(180deg); }

#four_flash .but_right {
  right: 0px; }

#four_flash2 {
  position: relative;
  width: 100%;
  padding: 80px 50px 50px 50px;
  box-sizing: border-box; }

#four_flash2 .flashBg2 {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

#four_flash2 .flashBg2 ul.mobile {
  width: 2000%;
  height: 100px;
  position: absolute;
  top: 15px;
  left: 0; }

#four_flash2 .flashBg2 ul.mobile li {
  float: left;
  width: 200px;
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #eee;
  box-sizing: border-box; }

#four_flash .flashBg2 ul.mobile li img {
  width: 90%;
  display: block;
  margin: 0 auto;
  transition: all 0.3s; }

#four_flash2 .flashBg2 ul.mobile li:hover img {
  transform: scale(1.1);
  transition: all 0.3s; }

#four_flash2 .but_left, #four_flash2 .but_right {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 122px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%; }
  #four_flash2 .but_left i, #four_flash2 .but_right i {
    font-size: 24px; }
  #four_flash2 .but_left:hover, #four_flash2 .but_right:hover {
    background-color: #eee; }

#four_flash2 .but_left {
  left: 0px;
  transform: rotate(180deg); }

#four_flash2 .but_right {
  right: 0px; }

.footer {
  border-top: 1px solid #eee;
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    .footer {
      padding-top: 30px; } }
  .footer .footer_logo {
    text-align: center;
    padding: 10px 0;
    padding-left: 20px; }
    .footer .footer_logo img {
      width: 380px; }
    @media screen and (max-width: 768px) {
      .footer .footer_logo {
        padding: 10px 0; }
        .footer .footer_logo img {
          width: 100%; } }
  .footer .footer_nav {
    margin: 20px 0; }
    .footer .footer_nav:after {
      content: "";
      display: block;
      clear: both;
      overflow: hidden;
      height: 0; }
    .footer .footer_nav dl {
      float: left;
      width: 23%; }
      .footer .footer_nav dl:nth-child(4) {
        width: 31%; }
      .footer .footer_nav dl dt {
        line-height: 30px;
        font-size: 18px;
        margin: 20px 0;
        color: #333; }
        .footer .footer_nav dl dt i {
          display: none; }
      .footer .footer_nav dl dd {
        color: #777;
        line-height: 24px;
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 5px;
        margin: 0; }
        .footer .footer_nav dl dd a {
          color: #777;
          display: inline-block; }
          .footer .footer_nav dl dd a img {
            width: 28px;
            height: 28px;
            vertical-align: middle;
            margin-right: 5px; }
          .footer .footer_nav dl dd a:hover {
            color: #152584; }
        .footer .footer_nav dl dd.weixin {
          padding: 10px 0;
          float: left; }
          .footer .footer_nav dl dd.weixin img {
            width: 100px;
            border: 1px solid #fafafa;
            margin-left: 2px; }
            @media screen and (max-width: 768px) {
              .footer .footer_nav dl dd.weixin img {
                width: 80px; } }
          .footer .footer_nav dl dd.weixin span {
            display: block;
            text-align: center; }
      .footer .footer_nav dl.footer_nav_partner dd {
        padding-right: 100px; }
      @media screen and (max-width: 768px) {
        .footer .footer_nav dl {
          width: 100%;
          padding: 0 10px;
          box-sizing: border-box; }
          .footer .footer_nav dl:nth-child(4) {
            width: 100%; }
          .footer .footer_nav dl dt {
            position: relative;
            margin: 14px 0;
            font-size: 16px; }
            .footer .footer_nav dl dt i {
              display: block;
              position: absolute;
              right: 0px;
              top: 0px; }
            .footer .footer_nav dl dt.cur i {
              transform: rotate(180deg); }
          .footer .footer_nav dl dd {
            display: none;
            font-size: 14px;
            line-height: 36px; }
          .footer .footer_nav dl.cur dd {
            display: block; }
          .footer .footer_nav dl.cur dt i {
            transform: rotate(180deg); } }
  .footer .footer_bottom {
    font-size: 12px;
    border-top: 1px solid #eee;
    padding: 20px 0;
    background: #fafafa;
    color: #888; }
    .footer .footer_bottom:after {
      content: "";
      display: block;
      clear: both;
      overflow: hidden;
      height: 0; }
    .footer .footer_bottom .copyright {
      float: left;
      line-height: 30px; }
      .footer .footer_bottom .copyright a {
        color: #888; }
    .footer .footer_bottom .beian {
      float: right; }
      .footer .footer_bottom .beian a {
        display: inline-block;
        padding-left: 25px;
        position: relative; }
        .footer .footer_bottom .beian a img {
          position: absolute;
          left: 0;
          top: 0; }
    .footer .footer_bottom .footer_bottom_right {
      float: right; }
      .footer .footer_bottom .footer_bottom_right a {
        float: left;
        line-height: 30px;
        padding: 0 10px;
        color: #888; }
        .footer .footer_bottom .footer_bottom_right a i {
          font-size: 26px; }
    @media screen and (max-width: 768px) {
      .footer .footer_bottom {
        text-align: center; }
        .footer .footer_bottom .copyright {
          float: none; }
        .footer .footer_bottom .footer_bottom_right {
          float: none; }
          .footer .footer_bottom .footer_bottom_right a {
            float: none;
            vertical-align: middle; }
        .footer .footer_bottom .beian {
          float: none;
          text-align: center; } }

.sub_banner {
  margin-top: 80px;
  background: #eee;
  height: 420px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .sub_banner {
      margin-top: 60px; } }
  .sub_banner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .sub_banner.banner_about {
    background: url(../images/banner_about.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_partner {
    background: url(../images/banner_hz.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_case {
    background: url(../images/fangan.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution {
    background: url(../images/solution/banner-jjfa.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_mva {
    background: url(../images/solution/ban-MVA.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_adc {
    background: url(../images/solution/ban-adc.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_iSQM {
    background: url(../images/solution/ban-iSQM.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_QMS {
    background: url(../images/solution/ban-QMS.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_e-Tape {
    background: url(../images/solution/ban-e-Tape.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_TM {
    background: url(../images/solution/ban-TM.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_OP {
    background: url(../images/solution/ban-OP.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_OR {
    background: url(../images/solution/ban-OR.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_MDM {
    background: url(../images/solution/ban-MDM.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_DCC {
    background: url(../images/solution/ban-DCC.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_BPM {
    background: url(../images/solution/ban-BPM.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution_BDYAP {
    background: url(../images/solution/ban-BDYAP.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner .content {
    padding-top: 160px;
    font-size: 38px;
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center; }

.subPage_nav {
  border-bottom: 1px solid #eee;
  background: #fff;
  text-align: center;
  height: 60px; }
  .subPage_nav .container.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 60px;
    z-index: 100;
    border-bottom: 1px solid #eee;
    background: #fff; }
  .subPage_nav a {
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    margin: 0 50px;
    position: relative; }
    .subPage_nav a.cur:after {
      content: "";
      display: block;
      border-radius: 4px;
      height: 2px;
      overflow: hidden;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #d5010f; }
  @media screen and (max-width: 768px) {
    .subPage_nav {
      height: 50px; }
      .subPage_nav .container.fixed {
        height: 50px; }
      .subPage_nav a {
        font-size: 12px;
        margin: 0 10px;
        max-width: 80px;
        line-height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all; } }

.text_c {
  text-align: center;
  text-indent: 0; }

.aboutus {
  margin-top: 90px; }
  .aboutus .aboutus_tit {
    margin: 15px 0; }
    .aboutus .aboutus_tit h2 {
      font-size: 36px;
      line-height: 50px;
      font-weight: bold; }
    .aboutus .aboutus_tit p {
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.5); }
  .aboutus .aboutus_col01 {
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid #eee; }
    .aboutus .aboutus_col01:after {
      content: "";
      display: block;
      clear: both;
      overflow: hidden;
      height: 0;
      width: 100%; }
    .aboutus .aboutus_col01 .aboutus_info {
      width: 650px;
      float: left;
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .aboutus .aboutus_col01 .aboutus_info {
          padding: 0 0px;
          width: 100%;
          float: none; } }
    .aboutus .aboutus_col01 .aboutus_r {
      float: left;
      width: 510px;
      margin-left: 40px; }
      .aboutus .aboutus_col01 .aboutus_r img {
        max-width: 100%; }
      @media screen and (max-width: 768px) {
        .aboutus .aboutus_col01 .aboutus_r {
          width: 100%;
          box-sizing: border-box;
          margin-left: 0px;
          float: none; } }
    .aboutus .aboutus_col01 .index_num_col {
      margin-top: 20px; }
      .aboutus .aboutus_col01 .index_num_col:after {
        content: "";
        display: block;
        clear: both;
        overflow: hidden;
        height: 0;
        width: 100%; }
      .aboutus .aboutus_col01 .index_num_col dl {
        text-align: center;
        float: left;
        width: 24.25%;
        text-align: center;
        padding: 20px 0;
        box-sizing: border-box;
        background: rgba(21, 37, 132, 0.1); }
        .aboutus .aboutus_col01 .index_num_col dl dt {
          font-size: 32px;
          font-weight: bold;
          color: #152584; }
        .aboutus .aboutus_col01 .index_num_col dl + dl {
          margin-left: 1%; }
    @media screen and (max-width: 768px) {
      .aboutus .aboutus_col01 .index_num_col dl {
        width: calc(50% - 5px); }
        .aboutus .aboutus_col01 .index_num_col dl + dl {
          margin-left: 0;
          margin-bottom: 10px; }
        .aboutus .aboutus_col01 .index_num_col dl:nth-child(2n) {
          margin-left: 10px; } }
  .aboutus .aboutus_col02 {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
    background: #f7f7f7; }
  .aboutus .aboutus_col03 {
    padding: 50px 0;
    border-bottom: 1px solid #eee; }
    .aboutus .aboutus_col03 .team_l {
      float: left;
      width: 660px; }
      .aboutus .aboutus_col03 .team_l img {
        width: 100%; }
    .aboutus .aboutus_col03 .team_r {
      width: 500px;
      float: left;
      margin-left: 40px; }
    @media screen and (max-width: 768px) {
      .aboutus .aboutus_col03 .team_l {
        width: 100%;
        float: none; }
      .aboutus .aboutus_col03 .team_r {
        float: none;
        margin-left: 0;
        width: 100%; } }
  .aboutus .aboutus_col04 {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
    background: #f7f7f7; }
    .aboutus .aboutus_col04 .culture {
      position: relative; }
      .aboutus .aboutus_col04 .culture .culture_tab {
        position: absolute;
        right: 0;
        top: -60px; }
        .aboutus .aboutus_col04 .culture .culture_tab a {
          display: inline-block;
          line-height: 36px;
          padding: 0 30px;
          color: #333;
          border-radius: 40px;
          margin-left: 10px;
          text-align: center;
          min-width: 60px;
          cursor: pointer; }
          .aboutus .aboutus_col04 .culture .culture_tab a.current {
            background: #152584;
            color: #fff; }
      .aboutus .aboutus_col04 .culture .culture_content {
        position: relative; }
        .aboutus .aboutus_col04 .culture .culture_content .box {
          position: absolute;
          right: 0;
          top: 20px;
          width: 460px;
          height: 360px;
          background: #fff;
          box-sizing: border-box;
          padding: 30px 40px;
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
          .aboutus .aboutus_col04 .culture .culture_content .box .tit h2 {
            font-size: 24px;
            font-weight: bold; }
          .aboutus .aboutus_col04 .culture .culture_content .box .tit p {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.3);
            margin: 0; }
          .aboutus .aboutus_col04 .culture .culture_content .box .tit:after {
            content: "";
            display: block;
            border-bottom: 2px solid #000;
            width: 60px;
            height: 0;
            overflow: hidden;
            margin: 20px 0; }
          .aboutus .aboutus_col04 .culture .culture_content .box .text {
            margin-top: 30px;
            font-size: 18px;
            font-weight: bold;
            color: #152584; }
        .aboutus .aboutus_col04 .culture .culture_content .pic {
          width: 980px;
          height: 400px; }
    @media screen and (max-width: 768px) {
      .aboutus .aboutus_col04 {
        padding: 50px 0;
        border-bottom: 1px solid #eee;
        background: #f7f7f7; }
        .aboutus .aboutus_col04 .culture {
          position: relative; }
          .aboutus .aboutus_col04 .culture .culture_tab {
            position: relative;
            right: auto;
            top: 0; }
            .aboutus .aboutus_col04 .culture .culture_tab a {
              display: inline-block;
              line-height: 36px;
              padding: 0 20px;
              color: #333;
              border-radius: 40px;
              margin-left: 0px;
              text-align: center;
              min-width: 60px;
              cursor: pointer; }
              .aboutus .aboutus_col04 .culture .culture_tab a.current {
                background: #152584;
                color: #fff; }
          .aboutus .aboutus_col04 .culture .culture_content {
            position: relative;
            margin-top: 20px; }
            .aboutus .aboutus_col04 .culture .culture_content .box {
              position: absolute;
              left: 10px;
              right: auto;
              top: 20px;
              width: 70%;
              height: auto;
              background: #fff;
              box-sizing: border-box;
              padding: 20px 30px;
              box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
              .aboutus .aboutus_col04 .culture .culture_content .box .tit h2 {
                font-size: 24px;
                font-weight: bold; }
              .aboutus .aboutus_col04 .culture .culture_content .box .tit p {
                font-size: 16px;
                color: rgba(0, 0, 0, 0.3);
                margin: 0; }
              .aboutus .aboutus_col04 .culture .culture_content .box .tit:after {
                content: "";
                display: block;
                border-bottom: 2px solid #000;
                width: 60px;
                height: 0;
                overflow: hidden;
                margin: 20px 0; }
              .aboutus .aboutus_col04 .culture .culture_content .box .text {
                margin-top: 30px;
                font-size: 18px;
                font-weight: bold;
                color: #152584; }
            .aboutus .aboutus_col04 .culture .culture_content .pic {
              width: 100%;
              height: 400px; } }
  .aboutus .aboutus_contact {
    padding: 50px 0;
    border-bottom: 1px solid #eee; }
    .aboutus .aboutus_contact .map_pig {
      float: left;
      width: 760px; }
      .aboutus .aboutus_contact .map_pig img {
        width: 100%; }
    .aboutus .aboutus_contact .map_list {
      width: 400px;
      float: left;
      margin-left: 40px; }
      .aboutus .aboutus_contact .map_list dl {
        margin: 10px 0;
        margin-bottom: 25px; }
        .aboutus .aboutus_contact .map_list dl dt {
          font-size: 24px;
          border-bottom: 1px solid #ddd;
          line-height: 50px;
          margin-bottom: 20px;
          color: #152584;
          font-weight: bold; }
        .aboutus .aboutus_contact .map_list dl dd {
          line-height: 20px; }
    @media screen and (max-width: 768px) {
      .aboutus .aboutus_contact .map_pig {
        float: none;
        width: 100%; }
      .aboutus .aboutus_contact .map_list {
        width: 100%;
        float: none;
        margin-left: 0; } }
  .aboutus .aboutus_team {
    padding: 50px 0;
    border-top: 1px solid #eee;
    position: relative; }
    .aboutus .aboutus_team h2 {
      font-size: 24px;
      color: #333;
      text-align: center;
      margin: 15px 0;
      line-height: 30px;
      margin-bottom: 40px; }
    .aboutus .aboutus_team img {
      max-width: 100%; }
  .aboutus .aboutus_lcb {
    position: relative; }
    .aboutus .aboutus_lcb .menu {
      height: 360px;
      background: url(../images/banner_lcb.jpg) center no-repeat;
      background-size: cover;
      text-align: center;
      box-sizing: border-box;
      padding-top: 80px; }
      .aboutus .aboutus_lcb .menu h2 {
        font-size: 24px;
        color: #fff;
        line-height: 30px; }
      .aboutus .aboutus_lcb .menu .year_col {
        width: 632px;
        margin: 0 auto;
        margin-top: 100px; }
        .aboutus .aboutus_lcb .menu .year_col:after {
          content: "";
          display: block;
          clear: both;
          overflow: hidden;
          height: 0; }
        .aboutus .aboutus_lcb .menu .year_col .dot {
          width: 22px;
          height: 22px;
          background: rgba(255, 255, 255, 0.5);
          float: left;
          border-radius: 50%;
          position: relative;
          cursor: pointer; }
          .aboutus .aboutus_lcb .menu .year_col .dot .title {
            position: absolute;
            width: 120px;
            text-align: center;
            left: -50px;
            top: -40px;
            color: #fff; }
        .aboutus .aboutus_lcb .menu .year_col li {
          float: left; }
          .aboutus .aboutus_lcb .menu .year_col li.cur .dot:after {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            background: #fff;
            border-radius: 50%;
            margin: 2px; }
        .aboutus .aboutus_lcb .menu .year_col .line {
          float: left;
          height: 2px;
          width: 100px;
          margin-top: 9px;
          background: rgba(255, 255, 255, 0.5); }
        @media screen and (max-width: 768px) {
          .aboutus .aboutus_lcb .menu .year_col {
            width: 350px; }
            .aboutus .aboutus_lcb .menu .year_col li .dot .title {
              width: auto;
              width: 40px;
              left: -8px; }
            .aboutus .aboutus_lcb .menu .year_col li .line {
              width: 40px; } }
    .aboutus .aboutus_lcb .time_line_w {
      height: 400px;
      overflow: hidden; }
    .aboutus .aboutus_lcb .time_line {
      padding: 40px 10px;
      min-height: 560px;
      box-sizing: border-box;
      word-wrap: break-word;
      word-break: normal;
      overflow-X: scroll; }
      .aboutus .aboutus_lcb .time_line .time_line_con {
        width: 3640px;
        position: relative; }
        .aboutus .aboutus_lcb .time_line .time_line_con:after {
          content: "";
          display: block;
          clear: both;
          overflow: hidden;
          height: 0; }
      .aboutus .aboutus_lcb .time_line:after {
        content: "";
        display: block;
        clear: both;
        overflow: hidden;
        height: 0; }
      .aboutus .aboutus_lcb .time_line dl {
        float: left;
        width: 300px;
        margin-left: 20px; }
        .aboutus .aboutus_lcb .time_line dl dt {
          font-size: 28px;
          border-bottom: 1px solid #eee;
          line-height: 70px;
          font-family: "Arial";
          margin-bottom: 20px;
          font-weight: 600;
          font-style: italic; }
        .aboutus .aboutus_lcb .time_line dl dd {
          margin: 10px 0;
          line-height: 24px;
          font-size: 14px; }
          .aboutus .aboutus_lcb .time_line dl dd a {
            color: #333;
            font-weight: 400;
            position: relative;
            padding-left: 36px;
            line-height: 24px;
            display: block; }
            .aboutus .aboutus_lcb .time_line dl dd a:hover {
              color: #152584; }
            .aboutus .aboutus_lcb .time_line dl dd a .time {
              margin-right: 0;
              color: #888;
              width: 36px;
              display: inline-block;
              position: absolute;
              left: 0;
              top: 0; }
            .aboutus .aboutus_lcb .time_line dl dd a .pic {
              margin: 10px 0; }
              .aboutus .aboutus_lcb .time_line dl dd a .pic img {
                width: 120px;
                border: 1px solid #eee;
                margin-right: 10px; }

.aboutus_yj {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
  position: relative; }
  .aboutus_yj h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 15px 0;
    line-height: 30px;
    margin-bottom: 40px;
    float: left;
    width: 550px;
    padding-top: 100px; }
  .aboutus_yj .aboutus_yj_con {
    float: left;
    width: 549px;
    border-left: 1px solid #eee; }
    .aboutus_yj .aboutus_yj_con dl {
      padding-left: 80px;
      margin: 15px 0;
      margin-bottom: 30px; }
      .aboutus_yj .aboutus_yj_con dl dt {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0; }
      .aboutus_yj .aboutus_yj_con dl dd {
        font-size: 14px;
        color: #888; }
  @media screen and (max-width: 768px) {
    .aboutus_yj h2 {
      width: 100%;
      text-align: center;
      padding-top: 0px; }
    .aboutus_yj .aboutus_yj_con {
      border: 0;
      width: 100%; }
      .aboutus_yj .aboutus_yj_con dl {
        padding-left: 0; } }

#a, #b, #c, #d {
  position: absolute;
  top: -60px;
  height: 0; }

.banner_news {
  background: url(../images/banner_news.jpg) center no-repeat;
  background-size: cover; }

.news_wrap .news_col {
  padding: 50px 0;
  position: relative; }
  .news_wrap .news_col h2 {
    font-size: 28px;
    font-weight: normal;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 10px; }
    .news_wrap .news_col h2 .more {
      float: right;
      font-size: 14px;
      font-weight: normal;
      font-style: normal; }
  @media screen and (max-width: 768px) {
    .news_wrap .news_col {
      padding: 30px 0; }
      .news_wrap .news_col h2 {
        font-size: 20px;
        line-height: 30px;
        font-style: normal; }
        .news_wrap .news_col h2 .more {
          font-size: 12px; } }

.crumbs {
  color: #ddd;
  font-size: 14px;
  padding: 20px 0;
  line-height: 30px;
  border-bottom: 1px solid #eee; }
  .crumbs a {
    margin: 0 5px;
    color: #888; }
    .crumbs a:hover {
      color: #152584; }

.news_sub_list li {
  margin: 30px 0; }
  .news_sub_list li a {
    padding: 0;
    padding-left: 224px;
    position: relative;
    display: block;
    min-height: 136px; }
    .news_sub_list li a .pic {
      position: absolute;
      width: 204px;
      height: 136px;
      overflow: hidden;
      left: 0;
      top: 0; }
      .news_sub_list li a .pic img {
        width: 100%; }
    .news_sub_list li a .title {
      font-weight: 600;
      font-size: 20px;
      color: #333;
      margin: 10px 0; }
    .news_sub_list li a p {
      font-size: 14px;
      margin: 10px 0;
      color: #888; }
    .news_sub_list li a .date {
      font-size: 12px;
      color: #aaa; }
    .news_sub_list li a:hover .title {
      color: #152584; }
    .news_sub_list li a:hover .pic img {
      transform: scale(1.05);
      transition: all 0.3s; }
.news_sub_list .see_more {
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center; }
  .news_sub_list .see_more a {
    display: inline-block; }
@media screen and (max-width: 768px) {
  .news_sub_list li {
    margin: 0;
    margin-bottom: 20px; }
    .news_sub_list li a {
      padding: 0;
      padding-left: 130px;
      min-height: 80px; }
      .news_sub_list li a .pic {
        width: 120px;
        height: 80px;
        overflow: hidden; }
      .news_sub_list li a .title {
        font-size: 16px;
        font-weight: 400;
        margin: 0; }
      .news_sub_list li a p {
        display: none; }
        .news_sub_list li a p.date {
          display: block; } }

.text-center {
  text-align: center; }

.news_content {
  width: 880px;
  float: left;
  min-height: 400px; }
  .news_content h2 {
    font-size: 24px;
    margin: 20px 0; }
  .news_content h1 {
    font-size: 40px;
    margin: 20px 0; }
  .news_content h4 {
    font-weight: 300;
    font-size: 12px;
    color: #888; }
    .news_content h4 a {
      margin-right: 10px; }
  .news_content .news_content_text {
    margin: 15px 0;
    font-size: 15px; }
    .news_content .news_content_text p {
      margin: 15px 0; }
    .news_content .news_content_text img {
      max-width: 100%; }
  @media screen and (max-width: 768px) {
    .news_content {
      width: 100%; }
      .news_content h2 {
        font-size: 24px; } }

.crumbs_news {
  margin-top: 72px; }

.news_content_right {
  float: right;
  width: 290px;
  margin: 20px 0; }
  .news_content_right .title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 40px;
    border-bottom: 1px solid #ddd; }
  .news_content_right .q-articles {
    padding: 10px 15px;
    background-color: #f7f7f7; }
    .news_content_right .q-articles ul {
      list-style: outside disc;
      padding-left: 22px; }
      .news_content_right .q-articles ul li {
        margin: 8px 0;
        list-style: outside disc; }
        .news_content_right .q-articles ul li a {
          font-size: 14px;
          color: #888; }
          .news_content_right .q-articles ul li a:hover {
            color: #152584; }
  .news_content_right .r-label {
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #f7f7f7; }
    .news_content_right .r-label div {
      margin-top: 20px; }
      .news_content_right .r-label div a {
        border-radius: 20px;
        line-height: 28px;
        padding: 0 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 12px;
        border: 1px solid #152584;
        text-decoration: none; }
        .news_content_right .r-label div a:hover {
          text-decoration: none;
          background-color: #152584;
          color: #fff; }
  @media screen and (max-width: 768px) {
    .news_content_right {
      position: relative;
      top: 0;
      width: 100%; } }

.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px; }
  @media screen and (max-width: 768px) {
    .content {
      box-sizing: border-box;
      width: 100%; } }

@media screen and (max-width: 768px) {
  .flipster {
    display: none !important; } }

.content:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  overflow: hidden;
  height: 0;
  line-height: 0; }

.page-hero {
  padding: 30px 0;
  text-align: center; }

.page-hero h1 {
  font-size: 40px;
  line-height: 80px;
  margin-top: 40px;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .page-hero h1 {
      font-size: 24px;
      line-height: 40px; } }

.page-hero p {
  line-height: 2em;
  margin: 10px 0;
  color: #666;
  font-size: 16px; }

.page-hero .btn {
  text-align: center;
  margin-top: 26px; }

.page-hero .btn a {
  display: inline-block;
  margin: 0 18px;
  line-height: 40px;
  width: 132px;
  color: #fff;
  font-size: 16px;
  background: #152584;
  box-shadow: 0 0 10px #e7e7e7; }

.page-hero .btn a:hover {
  box-shadow: 0 0 10px #aaa; }

.case_classify {
  padding: 10px 0; }

.case_classify:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%; }

.case_classify a {
  display: inline-block;
  text-align: center;
  width: 100px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  border-radius: 4px;
  margin-right: 10px;
  float: left;
  margin-bottom: 15px; }

.case_classify a.selected {
  color: #152584; }

.case_list {
  padding-bottom: 30px;
  padding-top: 0;
  overflow: hidden; }

.case_list:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  overflow: hidden;
  height: 0; }

.case_list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .case_list li {
      width: 50%; } }

.case_list li a {
  text-align: center;
  display: block;
  text-align: center;
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px #e7e7e7; }

.case_list li a img {
  width: 90%;
  box-sizing: border-box;
  padding: 10px; }

.case_list li a span {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: 20px;
  margin: 10px 0; }

.case_list li a:hover {
  box-shadow: 0 0 10px #ccc; }
  .case_list li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s; }

@keyframes mycaselist {
  from {
    top: 0;
    box-shadow: 0 0 10px #e7e7e7; }
  to {
    top: -5px;
    box-shadow: 0 0 10px #ccc; } }
.case_list li a:hover span {
  color: #152584; }

.case_list_wrap {
  background: #fff;
  margin-bottom: -30px; }

.case_list:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%; }
@media screen and (max-width: 768px) {
  .case_list.content {
    padding: 0;
    padding-bottom: 50px; }
    .case_list.content li a {
      padding: 0; }
      .case_list.content li a img {
        width: 100%; }
      .case_list.content li a span {
        font-size: 14px;
        margin-top: 0; } }

.case_details2 {
  margin: 0;
  min-height: 500px;
  padding-right: 0px;
  position: relative; }

.case_details2 .company_info {
  padding-bottom: 30px; }

.case_details2 .company_info h1 {
  font-size: 36px;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 15px 0;
  font-weight: 400;
  text-align: center; }

.case_details2 .company_info h2 {
  font-size: 24px;
  line-height: 2em;
  margin: 10px 0;
  font-weight: 300; }

.case_details2 .company_info p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.7em;
  color: #333;
  text-indent: 2em;
  text-align: justify; }

.case_details2 .customer_msg {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee; }

.case_details2 .customer_msg span {
  display: block;
  margin: 10px 0; }

.case_details2 .customer_msg .customer_talk {
  font-size: 18px;
  line-height: 1.7em;
  color: #333;
  border-radius: 4px;
  padding: 20px;
  position: relative; }

.case_details2 .customer_msg .customer_name {
  font-size: 14px;
  text-align: center;
  color: #152584; }

.case_details2 .customer_msg .customer_position {
  font-size: 14px;
  text-align: center;
  color: #888; }

.case_details2 .customer_msg .customer_talk p {
  margin: 10px;
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px; }

.case_details2 .customer_msg .customer_talk p b {
  font-size: 48px;
  line-height: 30px;
  height: 30px;
  vertical-align: bottom;
  color: #152584; }

.case_details2 .right_info {
  border: 2px solid #eee;
  border-left: 0;
  border-right: 0;
  box-sizing: border-box;
  padding: 30px 20px; }

.case_details2 .right_info:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0;
  overflow: hidden;
  height: 0;
  line-height: 0; }

.case_details2 .right_info .customer_logo {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 40%;
  float: left; }

.case_details2 .right_info .customer_logo img {
  width: 50%;
  border: 5px solid #eee;
  margin-top: 10px; }

.case_details2 .right_info .customer_intro {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding-right: 200px; }

.case_details2 .right_info .customer_intro dl {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.7em;
  float: left;
  width: 50%;
  color: #888;
  font-size: 14px; }

.case_details2 .right_info .customer_intro dl dd {
  color: #333;
  font-size: 16px; }

.case_details2 .right_info .customer_intro dl dd a {
  color: #152584; }

.fenxiang {
  padding: 10px 0; }
  .fenxiang .bdsharebuttonbox {
    text-align: center; }
    .fenxiang .bdsharebuttonbox a {
      float: none !important;
      display: inline-block; }

.text_c {
  text-align: center;
  text-indent: 0; }
  .text_c img {
    max-width: 100%; }

.company_video {
  text-align: center;
  padding: 30px 0; }

.company_video iframe {
  width: 800px;
  height: 480px; }

.customer_results {
  margin-bottom: 30px;
  padding: 10px 0;
  padding-right: 400px;
  position: relative; }

.customer_results dl {
  padding-left: 50px;
  border-left: 2px solid #152584;
  margin-bottom: 40px; }

.customer_results dl dt {
  font-size: 24px;
  margin: 10px 0;
  color: #333; }

.customer_results dl dd {
  font-size: 14px;
  color: #888;
  margin: 10px 0;
  line-height: 1.7em; }

.customer_results_pic {
  position: absolute;
  right: 0;
  top: 30px;
  width: 360px; }

.customer_results_pic img {
  margin-bottom: 10px;
  max-width: 100%; }

.customer_results_tit {
  text-align: center;
  padding: 10px 0;
  margin-top: 30px;
  font-size: 32px;
  font-weight: 300; }

.customer_results_text p {
  margin: 10px 0;
  font-size: 16px;
  text-indent: 2em;
  line-height: 1.7em; }

.partner .partner_lx {
  padding: 80px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .partner .partner_lx {
      padding: 30px 0; } }
  .partner .partner_lx:after {
    display: block;
    content: "";
    clear: both;
    font-size: 0;
    overflow: hidden;
    height: 0;
    line-height: 0; }
  .partner .partner_lx li {
    float: left;
    text-align: left;
    width: 50%;
    padding-left: 300px;
    box-sizing: border-box;
    position: relative;
    min-height: 100px; }
    .partner .partner_lx li .pic {
      position: absolute;
      left: 160px;
      top: 0;
      width: 120px;
      height: 120px;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      border-radius: 50%;
      text-align: center; }
      .partner .partner_lx li .pic img {
        width: 100%; }
    .partner .partner_lx li .title {
      font-weight: 600;
      font-size: 24px;
      margin-top: 20px; }
    .partner .partner_lx li .text {
      font-size: 14px;
      color: #888; }
    @media screen and (max-width: 768px) {
      .partner .partner_lx li {
        width: 100%;
        padding-left: 120px;
        margin-bottom: 20px;
        min-height: 100px; }
        .partner .partner_lx li .pic {
          left: 0;
          width: 100px;
          height: 100px; }
        .partner .partner_lx li .title {
          margin-top: 10px; } }

.partner_import {
  border-top: 1px solid #eee;
  padding: 100px 0; }
  .partner_import h2 {
    font-size: 24px;
    line-height: 40px;
    text-align: center; }
  .partner_import ul {
    margin: 50px 0; }
    .partner_import ul:after {
      display: block;
      content: "";
      clear: both;
      font-size: 0;
      overflow: hidden;
      height: 0;
      line-height: 0; }
    .partner_import ul li {
      float: left;
      width: 33.3333333333%;
      padding: 20px;
      box-sizing: border-box; }
      .partner_import ul li .name {
        display: block;
        border: 1px solid #eee;
        padding: 20px;
        font-size: 18px;
        line-height: 30px;
        position: relative;
        min-height: 60px;
        line-height: 60px;
        padding-left: 100px;
        color: #333; }
        .partner_import ul li .name i {
          display: block;
          position: absolute;
          left: 10px;
          top: 10px; }
          .partner_import ul li .name i img {
            width: 80px;
            height: 80px;
            display: block; }
        .partner_import ul li .name:hover {
          background: #fafafa;
          color: #152584; }
  @media screen and (max-width: 768px) {
    .partner_import {
      padding: 50px 0; }
      .partner_import ul {
        margin: 30px 0; }
        .partner_import ul li {
          width: 100%;
          padding: 0;
          margin-bottom: 10px; } }

.border_t {
  border-top: 1px solid #eee; }

.solution {
  background: #fafafa;
  overflow: hidden; }
  .solution .solution_col {
    position: relative;
    padding: 50px 0; }
    .solution .solution_col h2 {
      font-size: 28px;
      font-weight: normal;
      line-height: 40px;
      margin: 40px 0;
      text-align: center;
      position: relative;
      padding-top: 10px; }
      .solution .solution_col h2:after {
        position: absolute;
        left: 50%;
        top: -10px;
        content: '';
        display: block;
        width: 20px;
        height: 4px;
        overflow: hidden;
        margin-left: -10px;
        background: #d5010f;
        border-radius: 4px; }
    @media screen and (max-width: 768px) {
      .solution .solution_col {
        padding: 30px 0; }
        .solution .solution_col h2 {
          font-size: 20px; }
          .solution .solution_col h2:after {
            top: 0; } }
    .solution .solution_col ul:after {
      display: block;
      content: "";
      clear: both;
      font-size: 0;
      overflow: hidden;
      height: 0;
      line-height: 0; }
    .solution .solution_col ul li {
      float: left;
      width: 32%;
      margin-bottom: 22px;
      margin-right: 2%; }
      .solution .solution_col ul li:nth-child(1) {
        margin-right: 2%; }
      .solution .solution_col ul li:nth-child(3n) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .solution .solution_col ul li {
          width: 100%;
          margin-right: 0;
          margin: 0 0 10px 0; } }
      .solution .solution_col ul li a {
        display: block;
        transition: 0.3s;
        border: 1px  solid #eee;
        background: #fff;
        position: relative; }
        .solution .solution_col ul li a:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.4);
          transition: 0.3s; }
        .solution .solution_col ul li a .pic {
          height: 220px;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .solution .solution_col ul li a .pic {
              height: 180px; } }
        .solution .solution_col ul li a img {
          width: 100%;
          transition: 0.3s; }
        .solution .solution_col ul li a .title {
          position: absolute;
          width: 100%;
          box-sizing: border-box;
          z-index: 2;
          left: 0px;
          bottom: 0px;
          font-weight: 400;
          line-height: 40px;
          font-size: 18px;
          color: #333;
          color: #fff;
          padding: 10px 15px;
          transition: 0.3s;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          word-break: break-all;
          padding-right: 30px; }
          .solution .solution_col ul li a .title i {
            font-size: 24px;
            position: absolute;
            right: 35px;
            top: 10px;
            opacity: 0;
            transition: 0.3s; }
        .solution .solution_col ul li a p {
          font-size: 14px;
          color: #888;
          margin: 10px 0; }
        .solution .solution_col ul li a .date {
          font-size: 12px;
          color: #aaa; }
        .solution .solution_col ul li a:hover {
          transition: all 0.3s; }
          .solution .solution_col ul li a:hover .pic img {
            transition: all 0.3s;
            transform: scale(1.08); }
          .solution .solution_col ul li a:hover:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(21, 37, 132, 0.2);
            z-index: 1;
            transition: all 0.3s; }
          .solution .solution_col ul li a:hover .title i {
            opacity: 1;
            display: block;
            right: 15px; }

.solution_wrap .container {
  padding: 20px 0; }
.solution_wrap h1 {
  font-size: 48px;
  margin-top: 40px;
  line-height: 80px;
  text-align: center;
  font-weight: 600; }
.solution_wrap .solution_content_col {
  padding-top: 30px;
  padding-bottom: 40px; }
  .solution_wrap .solution_content_col h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600; }
  .solution_wrap .solution_content_col .content_box {
    text-align: center;
    padding: 20px 0; }
    .solution_wrap .solution_content_col .content_box img {
      max-width: 900px; }
    .solution_wrap .solution_content_col .content_box p {
      font-size: 16px;
      margin: 20px 0; }
@media screen and (max-width: 768px) {
  .solution_wrap h1 {
    font-size: 24px;
    line-height: 40px; }
  .solution_wrap .solution_content_col {
    padding: 20px 0; }
    .solution_wrap .solution_content_col h2 {
      font-size: 20px;
      margin: 10px 0; }
    .solution_wrap .solution_content_col .content_box img {
      max-width: 100%; }
    .solution_wrap .solution_content_col .content_box p {
      font-size: 14px; } }

.page_content {
  padding: 30px 0; }

.page_content .content .content_article {
  width: 880px;
  min-height: 900px; }

.page_content h1 {
  font-size: 28px;
  line-height: 60px;
  padding: 30px 0 10px 0;
  font-weight: 400; }

.page_content .text_c {
  text-indent: 0;
  text-align: center; }

.page_content .fcenter {
  font-size: 14px;
  color: #aaa;
  text-align: center;
  margin: 20px 0;
  margin-bottom: 40px; }

.page_content .fcenter a {
  color: inherit; }

.page_content p {
  color: #888;
  margin: 20px 0;
  text-indent: 2em;
  line-height: 1.8em; }

.page_content p img {
  max-width: 500px; }

.page_content .upanddown div {
  margin: 10px 0; }

.page_content .upanddown div a {
  color: #152584; }

.page_content .article_right {
  position: absolute;
  right: 0;
  top: 20px;
  width: 280px;
  border-left: 1px solid #eee;
  padding-left: 20px; }

.page_content .article_right .title {
  font-size: 18px;
  line-height: 2em; }

.page_content .article_right .nivo ul {
  list-style: outside disc;
  padding-left: 22px; }

.page_content .article_right .nivo ul li {
  margin: 15px 0;
  list-style: outside disc; }

.page_content .article_right .nivo ul li a {
  font-size: 14px;
  color: #888; }

.page_content .article_right .nivo ul li a:hover {
  color: #152584; }

.page_content .article_right .label {
  margin-top: 20px; }

.page_content .article_right .label .label-content {
  margin: 10px 0; }

.page_content .article_right .label .label-content a {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 20px;
  line-height: 30px; }

.page_content .article_right .label .label-content a:hover {
  background-color: #eee;
  color: #152584; }

.sitemap_wrap h2 {
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  margin: 20px 0; }
.sitemap_wrap .sitemap_content {
  margin: 30px 0; }
  .sitemap_wrap .sitemap_content > ul {
    border: 1px solid #eee;
    padding: 0; }
    .sitemap_wrap .sitemap_content > ul > li {
      margin-bottom: 10px; }
      .sitemap_wrap .sitemap_content > ul > li a {
        padding: 0 15px;
        color: #152584; }
      .sitemap_wrap .sitemap_content > ul > li > a {
        background-color: #f7f7f7;
        display: block;
        line-height: 50px; }
      .sitemap_wrap .sitemap_content > ul > li ul {
        padding-top: 10px; }
        .sitemap_wrap .sitemap_content > ul > li ul li a {
          line-height: 40px;
          padding-left: 48px; }

.huojiang {
  margin-top: 40px; }
  .huojiang:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .huojiang li {
    float: left;
    width: 25%;
    line-height: 30px;
    font-size: 16px;
    color: #0b8feb; }
    .huojiang li a {
      display: block;
      text-align: center; }
      .huojiang li a img {
        height: 120px; }
      .huojiang li a span {
        display: block;
        margin-top: 20px; }

@media screen and (max-width: 700px) {
  .huojiang li {
    width: 100%;
    margin-bottom: 30px; } }
.sub_banner.banner_solution_jjfa {
  background: url(../images/solution/jjfa.jpg) center no-repeat;
  background-size: cover;
  height: 360px; }
  .sub_banner.banner_solution_jjfa .content {
    padding-top: 140px; }

.sub_banner.banner_solution_yms {
  background: url(../images/solution/ban-dms.jpg) center no-repeat;
  background-size: cover; }

.solution_col_con {
  position: relative; }
  .solution_col_con .solution_col_con_nav {
    float: left;
    width: 200px; }
    .solution_col_con .solution_col_con_nav a {
      display: block;
      color: #333;
      line-height: 30px;
      padding: 10px;
      border: 1px solid #eee;
      margin-bottom: -1px; }
      .solution_col_con .solution_col_con_nav a:hover {
        background-color: #f7f7f7; }
      .solution_col_con .solution_col_con_nav a.active {
        background-color: #152584;
        color: #fff; }
  .solution_col_con .solution_col_con_right {
    padding-left: 230px; }
    .solution_col_con .solution_col_con_right ul li a .pic {
      height: 200px; }

.youshi-list {
  padding: 0 80px; }
  .youshi-list:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .youshi-list dl {
    width: 34%;
    float: left;
    text-align: center;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 10px 30px; }
    .youshi-list dl + dl {
      width: 33%; }
    .youshi-list dl dt {
      margin-bottom: 20px; }
      .youshi-list dl dt i {
        font-size: 60px;
        color: #152584;
        border: 2px solid rgba(21, 37, 132, 0.2);
        border-radius: 100px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        display: inline-block; }
    .youshi-list dl dd h3 {
      font-weight: bold; }

.youshi-list2 {
  padding: 0 80px; }
  .youshi-list2:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .youshi-list2 dl {
    width: 34%;
    float: left;
    text-align: center;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 10px 30px; }
    .youshi-list2 dl + dl {
      width: 33%; }
    .youshi-list2 dl dt {
      margin-bottom: 20px; }
      .youshi-list2 dl dt i {
        font-size: 60px;
        color: #152584;
        border: 2px solid rgba(21, 37, 132, 0.2);
        border-radius: 100px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        display: inline-block; }
    .youshi-list2 dl dd h3 {
      font-weight: bold; }

.customer-list {
  padding: 40px 0;
  text-align: center; }
  .customer-list a {
    display: inline-block;
    margin: 0 10px; }
    .customer-list a img {
      width: 180px;
      border: 1px solid #eee; }
  @media screen and (max-width: 768px) {
    .customer-list a {
      margin: 10px; }
      .customer-list a img {
        width: 120px; } }

.vslist {
  margin: 50px 0; }
  .vslist table {
    width: 100%;
    border-collapse: collapse; }
    .vslist table tr th {
      border: 1px solid #ddd;
      padding: 10px;
      font-weight: 600;
      width: 20%; }
    .vslist table tr td {
      width: 40%;
      border: 1px solid #ddd;
      padding: 10px;
      background-color: #f7f7f7; }
      .vslist table tr td + td {
        background-color: rgba(61, 190, 119, 0.1); }
    .vslist table tr.title td {
      background-color: #888;
      color: #fff;
      text-align: center;
      font-size: 18px; }
    .vslist table tr.title td + td {
      background-color: #3dbe77; }
  .vslist.vslist2 table tr td + td {
    background-color: rgba(21, 37, 132, 0.1); }
  .vslist.vslist2 table tr.title td + td {
    background: #152584; }

.more_btn {
  text-align: center;
  margin: 20px 0; }
  .more_btn a {
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
    background-color: #152584;
    color: #fff;
    border-radius: 40px; }
    .more_btn a:hover {
      background-color: #152584;
      color: #fff; }

.solution_content_col {
  border: 0; }

.content_intro {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 40px; }
  .content_intro:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .content_intro p {
    text-indent: 2em; }
  .content_intro .left_word {
    float: left;
    width: 62%; }
  .content_intro .right_img {
    float: right;
    width: 36%;
    text-align: right; }
    .content_intro .right_img img {
      width: 100%; }
  @media screen and (max-width: 768px) {
    .content_intro {
      padding: 20px; }
      .content_intro .left_word, .content_intro .right_img {
        width: 100%; } }

.content_info {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 40px; }
  .content_info img {
    max-width: 100%;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .content_info img {
        width: 100% !important; } }
  .content_info p {
    text-indent: 2em; }
    .content_info p.text_c {
      text-indent: 0; }
  @media screen and (max-width: 768px) {
    .content_info {
      padding: 20px; } }

.container .vslist_con {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: center; }
  .container .vslist_con:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .container .vslist_con .vs_mid {
    float: left;
    width: 30%;
    padding: 20px 40px;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
    .container .vslist_con .vs_mid span {
      display: block;
      margin: 10px 0;
      background-color: #eee;
      line-height: 25px;
      padding: 10px;
      position: relative;
      font-weight: bold; }
      .container .vslist_con .vs_mid span:before {
        display: block;
        position: absolute;
        left: -20px;
        top: 10px;
        content: '\e6b3';
        font-family: "iconfont" !important;
        color: #ddd; }
      .container .vslist_con .vs_mid span:after {
        display: block;
        position: absolute;
        right: -20px;
        top: 10px;
        content: '\e6b4';
        font-family: "iconfont" !important;
        color: #ddd; }
    .container .vslist_con .vs_mid h3 {
      font-size: 20px;
      line-height: 50px;
      font-weight: 600;
      color: #d5010f; }
  .container .vslist_con .vs_left, .container .vslist_con .vs_right {
    width: 35%;
    float: left; }
    .container .vslist_con .vs_left h3, .container .vslist_con .vs_right h3 {
      font-size: 20px;
      line-height: 50px;
      font-weight: 600;
      padding-top: 10px; }
  .container .vslist_con ul {
    padding: 10px 0; }
    .container .vslist_con ul li {
      margin: 10px 0;
      line-height: 25px;
      list-style: none; }
      .container .vslist_con ul li span {
        background-color: #eee;
        display: block;
        padding: 10px; }
  .container .vslist_con .vs_left h3 {
    color: #152584; }
  .container .vslist_con .vs_left ul li span {
    background-color: rgba(21, 37, 132, 0.1);
    word-wrap: break-word; }
  .container .vslist_con .vs_right h3 {
    color: #3dbe77; }
  .container .vslist_con .vs_right ul li span {
    background-color: rgba(61, 190, 119, 0.1); }
  @media screen and (max-width: 768px) {
    .container .vslist_con {
      padding: 20px 10px; }
      .container .vslist_con .vs_mid {
        padding: 20px 10px; }
        .container .vslist_con .vs_mid span {
          height: 115px !important;
          font-size: 14px; }
          .container .vslist_con .vs_mid span:before, .container .vslist_con .vs_mid span:after {
            display: none; }
      .container .vslist_con .vs_left h3, .container .vslist_con .vs_right h3 {
        font-size: 18px;
        line-height: 25px;
        height: 50px; }
      .container .vslist_con .vs_left ul li span, .container .vslist_con .vs_right ul li span {
        height: 115px !important;
        text-align: left;
        font-size: 14px;
        line-height: 20px; } }

.content_info_bg {
  background: url(../images/solution/VirtualMetrology/VM-3.jpg) center;
  background-size: cover;
  position: relative;
  padding: 80px; }
  .content_info_bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.3); }
  .content_info_bg .content_info_box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    position: relative;
    z-index: 2; }
    .content_info_bg .content_info_box .icondui {
      color: #152584;
      font-size: 18px; }
  @media screen and (max-width: 768px) {
    .content_info_bg {
      padding: 20px; }
      .content_info_bg .content_info_box {
        padding: 20px; } }

.content_info .huojiang {
  text-align: center; }
  .content_info .huojiang li {
    min-height: 10px; }
    .content_info .huojiang li img {
      border: 1px solid #ddd; }

.zoomify {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.zoomify.zoomed {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1501;
  background: #fff;
  border: 2px solid #fff;
  box-sizing: border-box; }

.zoomify-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0; }

.zoomify-shadow.zoomed {
  opacity: 1;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.container .content_jiazhi {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 60px 80px; }
  .container .content_jiazhi ul li {
    position: relative;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    padding-left: 110px;
    transition: 0.5s;
    list-style: none; }
    .container .content_jiazhi ul li:hover {
      transform: scale(1.05); }
    .container .content_jiazhi ul li + li {
      margin-top: 20px; }
    .container .content_jiazhi ul li .number {
      background-color: #152584;
      color: #fff;
      font-size: 24px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      position: absolute;
      left: 30px;
      top: 30px; }
    .container .content_jiazhi ul li h3 {
      color: #152584;
      line-height: 30px; }
    .container .content_jiazhi ul li .text {
      color: #888;
      line-height: 30px; }
    .container .content_jiazhi ul li:nth-child(2) .number {
      background: rgba(21, 37, 132, 0.85); }
    .container .content_jiazhi ul li:nth-child(3) .number {
      background: rgba(21, 37, 132, 0.7); }
    .container .content_jiazhi ul li:nth-child(4) .number {
      background: rgba(21, 37, 132, 0.55); }
  @media screen and (max-width: 768px) {
    .container .content_jiazhi {
      padding: 60px 20px; }
      .container .content_jiazhi ul li {
        padding: 20px;
        padding-left: 85px; }
        .container .content_jiazhi ul li .number {
          left: 20px;
          top: 20px;
          width: 50px;
          height: 50px;
          line-height: 50px; }
        .container .content_jiazhi ul li .text {
          margin-top: 10px;
          font-size: 14px;
          line-height: 20px; } }

.content_info_jiazhilist {
  margin: 20px; }
  .content_info_jiazhilist:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .content_info_jiazhilist li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center; }
    .content_info_jiazhilist li i {
      border: 2px solid rgba(21, 37, 132, 0.2);
      color: #152584;
      text-align: center;
      line-height: 80px;
      width: 80px;
      display: inline-block;
      font-size: 48px;
      border-radius: 80px; }
    .content_info_jiazhilist li h3 {
      color: #152584;
      font-size: 18px;
      margin: 20px 0; }
  @media screen and (max-width: 768px) {
    .content_info_jiazhilist {
      margin: 20px 10px; }
      .content_info_jiazhilist li {
        width: 50%;
        margin-bottom: 20px; }
        .content_info_jiazhilist li h3 {
          font-size: 16px; } }

.content_youshi ul:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  width: 100%; }
.content_youshi ul li {
  float: left;
  width: 49%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }
  .content_youshi ul li .top {
    background: linear-gradient(180deg, rgba(21, 37, 132, 0.8) 0%, #152584 100%);
    color: #fff;
    padding: 20px; }
  .content_youshi ul li + li {
    margin-left: 2%; }
    .content_youshi ul li + li .top {
      background: linear-gradient(180deg, rgba(61, 190, 119, 0.8) 0%, #3dbe77 100%); }
  .content_youshi ul li .icon {
    text-align: center; }
    .content_youshi ul li .icon i {
      font-size: 60px;
      line-height: 70px; }
  .content_youshi ul li h3 {
    text-align: center;
    color: #fff; }
  .content_youshi ul li .next {
    padding: 30px; }
    .content_youshi ul li .next dl dt {
      line-height: 40px;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 10px; }
      .content_youshi ul li .next dl dt .icondui {
        font-weight: normal;
        font-size: 20px;
        color: #152584; }
    .content_youshi ul li .next dl dd {
      margin-bottom: 10px;
      font-size: 15px;
      color: #888; }
  .content_youshi ul li + li .next dl dt .icondui {
    color: #3dbe77; }
@media screen and (max-width: 768px) {
  .content_youshi ul {
    margin: 0 20px; }
    .content_youshi ul li {
      width: 100%;
      margin-bottom: 20px; }
      .content_youshi ul li + li {
        margin: 0; } }

.content_youshi2 ul li {
  height: 350px;
  width: 23.5%; }
  .content_youshi2 ul li:nth-child(3) .top {
    background: linear-gradient(180deg, rgba(237, 158, 46, 0.8) 0%, #ed9e2e 100%); }
  .content_youshi2 ul li:nth-child(3) .next dl dt .icondui {
    color: #ed9e2e; }
  .content_youshi2 ul li:nth-child(4) .top {
    background: linear-gradient(180deg, rgba(223, 87, 87, 0.8) 0%, #df5757 100%); }
  .content_youshi2 ul li:nth-child(4) .next dl dt .icondui {
    color: #df5757; }
  @media screen and (max-width: 768px) {
    .content_youshi2 ul li {
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
      .content_youshi2 ul li + li {
        margin-bottom: 20px; } }

.sub_banner.banner_solution_jjfa2 {
  background: url(../images/solution/jjfa2.jpg) center no-repeat;
  background-size: cover; }

.content_info_nobg img {
  max-width: 100%; }

.content_intro_tit {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600; }

.content_intro_list {
  margin-bottom: 20px; }
  .content_intro_list:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .content_intro_list li {
    position: relative;
    min-height: 60px;
    color: #152584;
    margin: 10px 0;
    background: #f7f7f7;
    padding: 10px;
    padding-left: 60px;
    line-height: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 49%;
    float: left;
    box-sizing: border-box; }
    .content_intro_list li:nth-child(2n) {
      margin-left: 2%; }
    .content_intro_list li .icon {
      position: absolute;
      left: 10px;
      top: 10px;
      background: #152584;
      color: #fFf;
      width: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 18px;
      font-family: Arial; }
  @media screen and (max-width: 768px) {
    .content_intro_list li {
      width: 100%;
      float: none; }
      .content_intro_list li:nth-child(2n) {
        margin-left: 0; } }

.content_info_list2:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  width: 100%; }
.content_info_list2 li {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  float: left;
  text-align: center; }
  .content_info_list2 li i {
    font-size: 42px;
    color: #152584;
    line-height: 80px;
    border: 2px solid rgba(21, 37, 132, 0.2);
    display: inline-block;
    border-radius: 80px;
    width: 80px; }
  .content_info_list2 li h3 {
    color: #152584;
    line-height: 50px;
    font-size: 20px; }
@media screen and (max-width: 768px) {
  .content_info_list2 li {
    padding: 20px 10px;
    width: 100%; }
    .content_info_list2 li p {
      text-indent: 0; } }

.solution_content_col #four_flash {
  padding: 50px; }
  .solution_content_col #four_flash .flashBg {
    height: 210px;
    overflow: visible; }
    .solution_content_col #four_flash .flashBg:before {
      content: "";
      display: block;
      height: 220px;
      width: 500px;
      background-color: #fff;
      position: absolute;
      left: -500px;
      z-index: 1; }
    .solution_content_col #four_flash .flashBg:after {
      content: "";
      display: block;
      height: 220px;
      width: 500px;
      background-color: #fff;
      position: absolute;
      right: -500px;
      z-index: 1; }
    .solution_content_col #four_flash .flashBg ul.mobile li {
      border: 0;
      width: 255px;
      list-style: none; }
      .solution_content_col #four_flash .flashBg ul.mobile li a {
        display: block;
        text-align: center; }
        .solution_content_col #four_flash .flashBg ul.mobile li a img {
          display: inline-block;
          width: auto;
          height: 120px !important; }
        .solution_content_col #four_flash .flashBg ul.mobile li a span {
          display: block;
          margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .solution_content_col #four_flash .flashBg {
        overflow: auto; } }

#four_flash2 {
  padding: 50px; }
  #four_flash2 .flashBg2 {
    height: 210px;
    overflow: visible; }
    #four_flash2 .flashBg2:before {
      content: "";
      display: block;
      height: 280px;
      width: 2000px;
      background-color: #fff;
      position: absolute;
      left: -2000px;
      z-index: 1; }
    #four_flash2 .flashBg2:after {
      content: "";
      display: block;
      height: 280px;
      width: 2000px;
      background-color: #fff;
      position: absolute;
      right: -2000px;
      z-index: 1; }
    #four_flash2 .flashBg2 ul.mobile li {
      border: 0;
      width: 255px; }
      #four_flash2 .flashBg2 ul.mobile li a {
        display: block;
        text-align: center; }
        #four_flash2 .flashBg2 ul.mobile li a img {
          display: inline-block;
          width: auto;
          height: 120px; }
        #four_flash2 .flashBg2 ul.mobile li a span {
          display: block;
          margin-top: 10px; }
    @media screen and (max-width: 768px) {
      #four_flash2 .flashBg2 {
        overflow: auto; } }

.page-hero .Button {
  padding-bottom: 20px; }
  .page-hero .Button .btn {
    margin-bottom: 0; }
    .page-hero .Button .btn a {
      font-size: 12px;
      line-height: 34px;
      padding: 0 20px;
      width: auto;
      border-radius: 40px;
      border: 1px solid #152584;
      background: none;
      color: #152584; }
      .page-hero .Button .btn a:hover {
        background: #152584;
        color: #fff;
        box-shadow: none; }
.page-hero h3 {
  padding: 0 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px; }
.page-hero .links {
  padding: 0 20px;
  margin-bottom: 20px; }
  .page-hero .links:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .page-hero .links span, .page-hero .links a {
    font-size: 12px;
    line-height: 22px;
    display: block;
    float: left;
    width: 50%; }
  .page-hero .links span {
    color: #666; }
  .page-hero .links a:hover {
    text-decoration: underline; }

.links {
  padding-bottom: 10px; }

.links a {
  font-size: 12px;
  line-height: 20px;
  margin: 0 5px;
  color: #888; }

.pageer {
  margin-bottom: 20px; }

.pageer li {
  display: inline-block;
  margin: 0 5px;
  line-height: 20px;
  font-size: 14px; }

.pageer li select {
  height: 28px;
  padding: 0 2px;
  border: 1px solid #ddd;
  border-radius: 4px; }

.sidebar {
  position: fixed;
  right: 5px;
  top: 50%;
  margin-top: -75px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .sidebar {
      display: none; } }
  .sidebar ul li {
    margin-bottom: 1px;
    position: relative; }
    .sidebar ul li a {
      padding: 12px;
      line-height: 24px;
      width: 24px;
      text-align: center;
      display: block;
      background: #152584; }
      .sidebar ul li a i {
        font-size: 20px;
        color: #fff; }
      .sidebar ul li a:hover {
        background: #0d1857; }
      .sidebar ul li a.hide {
        display: none; }
    .sidebar ul li .weixin-box {
      position: absolute;
      right: 48px;
      top: -34px;
      width: 120px;
      height: 120px;
      border: 1px solid #ddd;
      display: none;
      background: #fff; }
      .sidebar ul li .weixin-box img {
        width: 100%;
        display: block; }
    .sidebar ul li .phone-box {
      font-size: 18px;
      position: absolute;
      right: 48px;
      top: -0px;
      line-height: 48px;
      width: 120px;
      padding: 0 10px;
      border: 1px solid #ddd;
      background: #fff;
      display: none; }
    .sidebar ul li .weixin-box {
      position: absolute;
      right: 48px;
      top: -101px;
      width: 200px;
      height: auto;
      padding: 0;
      border: 1px solid #ddd;
      background: #fff;
      display: none; }
      .sidebar ul li .weixin-box img {
        height: auto;
        display: block; }
    .sidebar ul li:hover .weixin-box {
      display: block; }
    .sidebar ul li:hover .phone-box, .sidebar ul li:hover .weixin-box {
      display: block; }

.link_company {
  display: none; }

.index_news {
  position: relative; }
  @media screen and (max-width: 768px) {
    .index_news .news_list {
      margin-top: 20px; } }
  .index_news:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .index_news .q-articles {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 10px;
    background-color: #f7f7f7;
    width: 380px;
    box-sizing: border-box;
    padding-top: 50px; }
    @media screen and (max-width: 768px) {
      .index_news .q-articles {
        position: relative;
        width: 100%;
        margin-bottom: 20px; } }
    .index_news .q-articles .title {
      font-size: 16px;
      margin-bottom: 0;
      line-height: 30px;
      position: absolute;
      top: 10px;
      left: 0;
      background: #152584;
      color: #fff;
      padding: 0 15px;
      padding-right: 25px;
      clip-path: polygon(100% 0, 90% 100%, 0 100%, 0 0); }
    .index_news .q-articles ul {
      overflow: auto;
      height: 388px;
      box-sizing: border-box;
      list-style: outside disc;
      padding-left: 22px; }
      .index_news .q-articles ul li {
        margin: 8px 0;
        list-style: outside disc; }
        .index_news .q-articles ul li a {
          font-size: 14px;
          color: #888; }
          .index_news .q-articles ul li a:hover {
            color: #152584; }

.news_list:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0; }
.news_list li {
  float: left;
  width: 32%;
  margin: 22px 0;
  margin-right: 2%; }
  .news_list li:nth-child(3n) {
    margin-right: 0; }
  .news_list li a {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    height: 380px;
    overflow: hidden;
    background: #f7f7f7; }
    .news_list li a .pic {
      height: 220px;
      overflow: hidden; }
    .news_list li a img {
      width: 100%; }
    .news_list li a .title {
      font-weight: 600;
      font-size: 20px;
      color: #333;
      margin: 10px 0; }
    .news_list li a p {
      font-size: 14px;
      color: #888;
      margin: 10px 0;
      height: 46px;
      overflow: hidden; }
    .news_list li a .date {
      font-size: 12px;
      clip-path: polygon(100% 0, 90% 100%, 0 100%, 0 0);
      background: #666;
      display: inline-block;
      padding-left: 10px;
      padding-right: 20px;
      color: #fff;
      line-height: 22px !important;
      height: auto; }
    .news_list li a:hover {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .news_list li a:hover .title {
        color: #152584; }
  @media screen and (max-width: 768px) {
    .news_list li {
      width: 100%;
      margin-right: 0;
      margin: 0;
      margin-bottom: 10px; }
      .news_list li a {
        padding: 10px;
        padding-left: 140px;
        height: auto;
        min-height: 80px;
        position: relative; }
        .news_list li a .pic {
          width: 110px;
          height: auto;
          position: absolute;
          left: 10px;
          top: 10px;
          height: 80px;
          overflow: hidden; }
        .news_list li a .title {
          font-size: 16px;
          font-weight: normal;
          margin: 0; }
        .news_list li a p {
          font-size: 12px;
          display: none;
          margin: 0; }
          .news_list li a p.date {
            display: inline-block;
            line-height: 20px !important; } }

.news_page_new {
  padding-top: 80px; }
  .news_page_new .news_page_new_left {
    float: left;
    width: 880px; }
    @media screen and (max-width: 768px) {
      .news_page_new .news_page_new_left {
        width: 100%; } }
    .news_page_new .news_page_new_left .ad_news {
      height: 280px;
      width: 100%;
      background: #eee;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .news_page_new .news_page_new_left .ad_news {
          height: 140px; } }
    .news_page_new .news_page_new_left .tabs {
      line-height: 40px;
      border-bottom: 1px solid #eee;
      margin: 10px 0; }
      .news_page_new .news_page_new_left .tabs a {
        font-size: 14px;
        color: #888;
        display: inline-block;
        padding: 0 20px;
        cursor: pointer; }
        .news_page_new .news_page_new_left .tabs a.cur {
          color: #152584;
          position: relative; }
          .news_page_new .news_page_new_left .tabs a.cur:after {
            display: block;
            content: "";
            width: 100%;
            position: absolute;
            left: 0;
            height: 0;
            bottom: 0;
            border-bottom: 2px solid #152584; }
      @media screen and (max-width: 768px) {
        .news_page_new .news_page_new_left .tabs a {
          padding: 0 10px; } }

.banner_news {
  height: 0; }
  .banner_news .container .content {
    padding-top: 0; }

.liuyan {
  display: block;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  width: 700px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  height: 520px;
  margin-left: -350px;
  margin-top: -260px;
  background: #fff;
  border-radius: 4px; }
  .liuyan .liuyan-tit {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    padding: 0 20px; }
    .liuyan .liuyan-tit .close-btn {
      float: right;
      color: #aaa;
      cursor: pointer; }
      .liuyan .liuyan-tit .close-btn i {
        font-size: 24px; }
  .liuyan .cont {
    padding: 10px 30px;
    margin-left: 7px; }
    .liuyan .cont .form-group {
      position: relative;
      margin-bottom: 5px;
      float: left;
      width: 50%;
      box-sizing: border-box;
      padding-right: 14px; }
      .liuyan .cont .form-group label {
        display: block;
        line-height: 30px;
        font-size: 14px; }
      .liuyan .cont .form-group .form-control {
        border: 1px solid #ddd;
        width: 100%;
        box-sizing: border-box;
        border-radius: 4px;
        display: block; }
      .liuyan .cont .form-group input {
        height: 38px;
        padding: 0 10px; }
      .liuyan .cont .form-group textarea {
        padding: 10px;
        height: 120px; }
      .liuyan .cont .form-group .btn {
        margin: 0 auto;
        display: block;
        margin-top: 15px;
        background: #0b8feb;
        color: #fff;
        padding: 0 30px;
        line-height: 40px;
        border: 0;
        border-radius: 40px;
        cursor: pointer; }
  @media screen and (max-width: 768px) {
    .liuyan {
      position: absolute;
      left: 0;
      top: 0%;
      width: 100%;
      height: 100%;
      margin-left: 0;
      margin-top: 0;
      border-radius: 0; }
      .liuyan .cont .form-group {
        width: 100%; }
        .liuyan .cont .form-group .btn {
          box-sizing: border-box;
          width: 100%; } }

.prolist2 {
  margin: 20px 0; }
  .prolist2:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .prolist2 dl {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 20px;
    position: relative; }
    .prolist2 dl dt {
      display: block;
      position: absolute;
      left: 00px;
      top: 0; }
      .prolist2 dl dt .mun {
        display: inline-block;
        width: 80px;
        line-height: 60px;
        background-color: #152584;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        text-align: center; }
    .prolist2 dl dd {
      display: block; }
      .prolist2 dl dd h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 5px;
        margin-bottom: 20px; }
      .prolist2 dl dd ul li {
        list-style: inside disc;
        margin: 10px 0; }
  @media screen and (max-width: 768px) {
    .prolist2 dl {
      width: 100%;
      padding-left: 80px; }
      .prolist2 dl dt .mun {
        width: 60px; } }

.sub_banner:after {
  display: none; }

.banner_solution_model .m_text {
  padding-top: 145px; }
  .banner_solution_model .m_text h1 {
    font-size: 38px;
    font-weight: 600; }
.banner_solution_model .m_img img {
  width: 290px;
  position: absolute;
  right: 0;
  top: 90px; }
@media screen and (max-width: 768px) {
  .banner_solution_model {
    height: 560px; }
    .banner_solution_model .m_text {
      padding-top: 65px; }
    .banner_solution_model .m_img img {
      position: relative;
      top: 20px;
      left: 50%;
      margin-left: -145px; } }

.solution_wrap .m_col {
  padding-bottom: 20px; }
  .solution_wrap .m_col h1 {
    font-size: 32px;
    margin: 60px 0;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px; }

.m_col_text {
  text-align: center;
  font-size: 14px;
  margin: 40px 0;
  margin-top: -40px;
  padding: 0 20px; }

.m_col1_img {
  margin: 40px 0; }

.m_col1_img img {
  width: 100%; }

.m_col2 {
  margin: 40px 0;
  padding-bottom: 20px; }
  .m_col2 dl {
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 30px;
    padding: 45px;
    box-sizing: border-box;
    width: 380px;
    height: 430px; }
    .m_col2 dl dt {
      text-align: center; }
      .m_col2 dl dt img {
        width: 200px;
        height: 200px; }
    .m_col2 dl dd h2 {
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      margin: 15px 0; }
    .m_col2 dl dd p {
      font-size: 14px; }
  @media screen and (max-width: 768px) {
    .m_col2 dl {
      width: 100%;
      margin-right: 0; } }

.m_col2 dl:nth-child(3) {
  margin-right: 0; }

.Related-products a {
  font-size: 14px;
  display: inline-block;
  margin: 10px;
  border: 1px solid #eee;
  padding: 5px 10px;
  line-height: 20px; }

#danmu-container {
  position: relative;
  width: 100%;
  height: 300px; }

.danmu {
  position: absolute;
  white-space: nowrap;
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  user-select: none; }

.danmu a {
  color: inherit;
  text-decoration: none; }

.danmu a:hover {
  text-decoration: underline; }

/* 在HTML中定义但初始隐藏的弹幕内容 */
#danmu-source {
  display: none; }

.content_w {
  margin: 60px 0; }
  .content_w .Q_list3:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .content_w .Q_list3 li {
    width: 32%;
    padding: 20px 30px;
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 290px; }
    .content_w .Q_list3 li .mun {
      font-size: 32px;
      color: #152584;
      line-height: 50px;
      font-weight: 600;
      font-family: 'DIN';
      margin: 10px 0; }
    .content_w .Q_list3 li .tit {
      font-weight: 600;
      font-size: 22px;
      margin-top: 10px; }
    .content_w .Q_list3 li .text {
      font-size: 16px;
      margin-top: 10px; }
    .content_w .Q_list3 li:nth-child(3n) {
      margin-right: 0; }
  @media screen and (max-width: 768px) {
    .content_w .Q_list3 li {
      width: 94%;
      margin: 10px 3%; } }

.m_app_scen {
  padding-right: 660px;
  position: relative; }
  .m_app_scen .scen_con .scen_con_text {
    font-size: 20px;
    font-weight: 550; }
    .m_app_scen .scen_con .scen_con_text b {
      font-weight: bold;
      color: #152584;
      font-size: 28px; }
  .m_app_scen .scen_con .scen_con_list:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .m_app_scen .scen_con .scen_con_list li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 10px 40px; }
    .m_app_scen .scen_con .scen_con_list li .data {
      font-size: 18px; }
      .m_app_scen .scen_con .scen_con_list li .data span {
        font-size: 36px;
        font-weight: bold;
        color: #152584; }
      .m_app_scen .scen_con .scen_con_list li .data i {
        font-size: 20px;
        color: #d5010f; }
    .m_app_scen .scen_con .scen_con_list li .tit {
      font-size: 18px;
      font-weight: 600; }
    .m_app_scen .scen_con .scen_con_list li .text {
      font-size: 14px;
      margin: 10px 0; }
  .m_app_scen .scen_img {
    position: absolute;
    right: 0;
    top: 0; }
    .m_app_scen .scen_img img {
      width: 566px; }
  @media screen and (max-width: 768px) {
    .m_app_scen {
      padding: 0 10px; }
      .m_app_scen .scen_con_list li {
        padding: 10px 0; }
      .m_app_scen .scen_img {
        position: relative; }
        .m_app_scen .scen_img img {
          width: 100%; } }

/*# sourceMappingURL=style.css.map */
