@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; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  color: #fff;
  transition: 0.5s;
  z-index: 1000;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .header {
      height: 60px; } }
  .header a {
    color: #fff; }
  .header .logo {
    display: block;
    height: 72px;
    float: left;
    width: 320px;
    background: url(../images/logo-white.png) 0 center no-repeat;
    background-size: auto 45px; }
    @media screen and (max-width: 768px) {
      .header .logo {
        height: 60px;
        float: left;
        width: 300px;
        background: url(../images/logo-white.png) 0 center no-repeat;
        background-size: auto 40px; } }
  .header .nav > ul > li {
    height: 58px; }
  .header .nav {
    margin-left: 30px;
    padding-top: 15px;
    float: left; }
    .header .nav ul {
      float: left;
      transition: 1s; }
      .header .nav ul li {
        float: left;
        position: relative;
        width: 112px;
        text-align: center; }
        .header .nav ul li a {
          display: block;
          line-height: 42px;
          font-size: 15px; }
        .header .nav ul li ul {
          display: none;
          width: 100%; }
        .header .nav ul li:hover .subnav {
          line-height: 42px;
          height: 340px;
          padding-bottom: 20px;
          padding-top: 10px;
          box-sizing: border-box;
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
        .header .nav ul li .subnav {
          transition: 0.5s;
          height: 0;
          overflow: hidden;
          position: fixed;
          background: #fff;
          left: 0;
          width: 100%;
          top: 72px;
          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 {
              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 {
              display: block;
              line-height: 20px;
              padding: 10px 0;
              font-size: 14px; }
              .header .nav ul li .subnav dl dd a:hover {
                color: #248EE6;
                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: #333;
            overflow: hidden;
            transform: rotate(-45deg); } }
  .header .link_company {
    float: right;
    line-height: 72px;
    font-size: 15px; }
    .header .link_company:hover {
      color: #248EE6; }
    @media screen and (max-width: 768px) {
      .header .link_company {
        display: none; } }
  .header.hide {
    top: -72px; }
    .header.hide .nav ul li .subnav {
      top: 0; }
  .header.header_white, .header:hover {
    background: #fff;
    color: #4A4A4A;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 768px) {
      .header.header_white .nav_btn, .header:hover .nav_btn {
        border-top: 1px solid #333;
        border-bottom: 1px solid #333; }
        .header.header_white .nav_btn:after, .header:hover .nav_btn:after {
          background-color: #333; } }
    .header.header_white .logo, .header:hover .logo {
      background: url(../images/logo.png) 0 center no-repeat;
      background-size: auto 45px; }
      @media screen and (max-width: 768px) {
        .header.header_white .logo, .header:hover .logo {
          background: url(../images/logo.png) 0 center no-repeat;
          background-size: auto 40px; } }
    .header.header_white a, .header:hover a {
      color: #4A4A4A; }
    .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 #ED3F44;
        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: 50px;
      left: -30px;
      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:hover, .header:hover .nav ul li ul li a:hover {
          background: #eee;
          color: #248EE6; }
          .header.header_white .nav ul li ul li a:hover:hover, .header:hover .nav ul li ul li a:hover:hover {
            color: #248EE6; }

.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: #ffffff;
      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_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_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(36, 142, 230, 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: 50px;
    position: relative;
    font-size: 24px; }
    .index_col h2 i {
      background: #ED3F44;
      border-radius: 4px;
      height: 5px;
      width: 28px;
      overflow: hidden;
      display: inline-block;
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -14px;
      top: 30px; }
  @media screen and (max-width: 768px) {
    .index_col h2 {
      padding-top: 20px;
      font-size: 20px; }
      .index_col h2 i {
        top: 0px; } }

.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: #248EE6; }

#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: 60px; }
  @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: 40px 0; }
    .footer .footer_nav:after {
      content: "";
      display: block;
      clear: both;
      overflow: hidden;
      height: 0; }
    .footer .footer_nav dl {
      float: left;
      width: 25%; }
      .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;
        margin: 0; }
        .footer .footer_nav dl dd a {
          color: #777;
          line-height: 30px;
          margin-bottom: 5px;
          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: #248EE6; }
        .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 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_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 .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; } }

.sub_banner {
  margin-top: 72px;
  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_partner.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_case {
    background: url(../images/banner_case.jpg) center no-repeat;
    background-size: cover; }
  .sub_banner.banner_solution {
    background: url(../images/solution/jjfa.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: #ED3F44; }
  @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; }

.aboutus h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 15px 0;
  line-height: 30px;
  margin-bottom: 40px; }
.aboutus p {
  font-size: 16px;
  margin: 15px 0;
  font-weight: 300; }
.aboutus .aboutus_col01 {
  padding: 50px 0;
  position: relative; }
  .aboutus .aboutus_col01 .aboutus_info {
    padding: 0 100px; }
    @media screen and (max-width: 768px) {
      .aboutus .aboutus_col01 .aboutus_info {
        padding: 0 0px; } }
.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: #248EE6; }
          .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: #248EE6; }

.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: #248EE6; }
    .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; }
  .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: #248EE6; }
  .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 #248EE6;
        text-decoration: none; }
        .news_content_right .r-label div a:hover {
          text-decoration: none;
          background-color: #248EE6;
          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: #248EE6;
  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: #248EE6; }

.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: #248EE6; }

.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: #248EE6; }

.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: #248EE6; }

.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: #248EE6; }

.fenxiang {
  padding: 10px 0; }
  .fenxiang .bdsharebuttonbox {
    text-align: center; }
    .fenxiang .bdsharebuttonbox a {
      float: none !important;
      display: inline-block; }

.text_c {
  text-align: center; }

.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 #248EE6;
  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: #248EE6; }
  @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: #ED3F44;
        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(36, 142, 230, 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 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: 28px;
    line-height: 40px;
    margin: 20px 0;
    text-align: center;
    margin-bottom: 30px; }
  .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: #248EE6; }

.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: #248EE6; }

.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: #248EE6; }

.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: #248EE6; }
      .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/yms.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: #248EE6;
        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: #248EE6;
        border: 2px solid rgba(36, 142, 230, 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: #248EE6;
        border: 2px solid rgba(36, 142, 230, 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(36, 142, 230, 0.1); }
  .vslist.vslist2 table tr.title td + td {
    background: #248EE6; }

.more_btn {
  text-align: center;
  margin: 20px 0; }
  .more_btn a {
    display: inline-block;
    color: #248EE6;
    padding: 0 30px;
    line-height: 40px;
    border: 1px solid #248EE6;
    border-radius: 40px; }
    .more_btn a:hover {
      background-color: #248EE6;
      color: #fff; }

.solution_content_col {
  border: 0;
  background-color: #f9fafe; }

.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; } }

.vslist_con {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 40px;
  text-align: center; }
  .vslist_con:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%; }
  .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); }
    .vslist_con .vs_mid span {
      display: block;
      margin: 10px 0;
      background-color: #eee;
      line-height: 25px;
      padding: 10px;
      position: relative; }
      .vslist_con .vs_mid span:before {
        display: block;
        position: absolute;
        left: -20px;
        top: 10px;
        content: '\e6b3';
        font-family: "iconfont" !important;
        color: #ddd; }
      .vslist_con .vs_mid span:after {
        display: block;
        position: absolute;
        right: -20px;
        top: 10px;
        content: '\e6b4';
        font-family: "iconfont" !important;
        color: #ddd; }
    .vslist_con .vs_mid h3 {
      font-size: 20px;
      line-height: 50px;
      font-weight: 600;
      color: #ED3F44; }
  .vslist_con .vs_left, .vslist_con .vs_right {
    width: 35%;
    float: left; }
    .vslist_con .vs_left h3, .vslist_con .vs_right h3 {
      font-size: 20px;
      line-height: 50px;
      font-weight: 600;
      padding-top: 10px; }
  .vslist_con ul {
    padding: 10px 0; }
    .vslist_con ul li {
      margin: 10px 0;
      line-height: 25px; }
      .vslist_con ul li span {
        background-color: #eee;
        display: block;
        padding: 10px; }
  .vslist_con .vs_left h3 {
    color: #248EE6; }
  .vslist_con .vs_left ul li span {
    background-color: rgba(36, 142, 230, 0.1); }
  .vslist_con .vs_right h3 {
    color: #3dbe77; }
  .vslist_con .vs_right ul li span {
    background-color: rgba(61, 190, 119, 0.1); }
  @media screen and (max-width: 768px) {
    .vslist_con {
      padding: 20px 10px; }
      .vslist_con .vs_mid {
        padding: 20px 10px; }
        .vslist_con .vs_mid span {
          height: 115px !important;
          font-size: 14px; }
          .vslist_con .vs_mid span:before, .vslist_con .vs_mid span:after {
            display: none; }
      .vslist_con .vs_left h3, .vslist_con .vs_right h3 {
        font-size: 18px;
        line-height: 25px;
        height: 50px; }
      .vslist_con .vs_left ul li span, .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: #248EE6;
      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; }

.content_jiazhi {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 60px 80px; }
  .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; }
    .content_jiazhi ul li:hover {
      transform: scale(1.05); }
    .content_jiazhi ul li + li {
      margin-top: 20px; }
    .content_jiazhi ul li .number {
      background-color: #248EE6;
      color: #fff;
      font-size: 24px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      position: absolute;
      left: 30px;
      top: 30px; }
    .content_jiazhi ul li h3 {
      color: #248EE6;
      line-height: 30px; }
    .content_jiazhi ul li .text {
      color: #888;
      line-height: 30px; }
    .content_jiazhi ul li:nth-child(2) .number {
      background: rgba(36, 142, 230, 0.85); }
    .content_jiazhi ul li:nth-child(3) .number {
      background: rgba(36, 142, 230, 0.7); }
    .content_jiazhi ul li:nth-child(4) .number {
      background: rgba(36, 142, 230, 0.55); }
  @media screen and (max-width: 768px) {
    .content_jiazhi {
      padding: 60px 20px; }
      .content_jiazhi ul li {
        padding: 20px;
        padding-left: 85px; }
        .content_jiazhi ul li .number {
          left: 20px;
          top: 20px;
          width: 50px;
          height: 50px;
          line-height: 50px; }
        .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(36, 142, 230, 0.2);
      color: #248EE6;
      text-align: center;
      line-height: 80px;
      width: 80px;
      display: inline-block;
      font-size: 48px;
      border-radius: 80px; }
    .content_info_jiazhilist li h3 {
      color: #248EE6;
      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(36, 142, 230, 0.8) 0%, #248EE6 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: #248EE6; }
    .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 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: #248EE6;
    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: #248EE6;
      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: #248EE6;
    line-height: 80px;
    border: 2px solid rgba(36, 142, 230, 0.2);
    display: inline-block;
    border-radius: 80px;
    width: 80px; }
  .content_info_list2 li h3 {
    color: #248EE6;
    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: #f9fafe;
      position: absolute;
      left: -500px;
      z-index: 1; }
    .solution_content_col #four_flash .flashBg:after {
      content: "";
      display: block;
      height: 220px;
      width: 500px;
      background-color: #f9fafe;
      position: absolute;
      right: -500px;
      z-index: 1; }
    .solution_content_col #four_flash .flashBg ul.mobile li {
      border: 0;
      width: 255px; }
      .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; }
        .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: 260px;
      width: 500px;
      background-color: #fff;
      position: absolute;
      left: -500px;
      z-index: 1; }
    #four_flash2 .flashBg2:after {
      content: "";
      display: block;
      height: 260px;
      width: 500px;
      background-color: #fff;
      position: absolute;
      right: -500px;
      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 #248EE6;
      background: none;
      color: #248EE6; }
      .page-hero .Button .btn a:hover {
        background: #248EE6;
        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: #248EE6; }
      .sidebar ul li a i {
        font-size: 20px;
        color: #fff; }
      .sidebar ul li a:hover {
        background: #0d6194; }
      .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:hover .weixin-box {
      display: block; }
    .sidebar ul li:hover .phone-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: #248EE6;
      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: #248EE6; }

.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(3) {
    margin-right: 0; }
  .news_list li a {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    min-height: 446px;
    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: 24px  !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: #248EE6; }
  @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;
        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: #248EE6;
          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 #248EE6; }
      @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: 1px solid #248EE6;
        border-radius: 40px;
        cursor: pointer; }

.fun-list ul:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0; }
.fun-list ul li {
  float: left;
  width: 32.333%;
  box-sizing: border-box;
  padding: 20px;
  background: #f7f7f7;
  margin: 0.5%;
  height: 160px; }
  @media screen and (max-width: 768px) {
    .fun-list ul li {
      width: 100% !important;
      height: auto !important; } }
  .fun-list ul li .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  .fun-list ul li .text {
    font-size: 14px; }

.fun-list2 ul:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0; }
.fun-list2 ul li {
  float: left;
  width: 49%;
  box-sizing: border-box;
  padding: 20px;
  background: #f7f7f7;
  margin: 0.5%;
  height: 260px; }
  @media screen and (max-width: 768px) {
    .fun-list2 ul li {
      width: 100% !important;
      height: auto !important; } }
  .fun-list2 ul li .num {
    font-size: 24px;
    font-family: 'DIN Next LT Pro';
    text-align: center;
    margin-bottom: 5px; }
    .fun-list2 ul li .num span {
      display: inline-block;
      background-color: #248EE6;
      color: #fff;
      width: 40px;
      line-height: 40px;
      border-radius: 40px; }
  .fun-list2 ul li .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
    .fun-list2 ul li .tit p {
      margin: 10px 0; }
  .fun-list2 ul li .text {
    font-size: 14px; }

.scen {
  position: relative;
  padding-left: 320px;
  min-height: 300px; }
  .scen .left-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    padding-right: 10px;
    box-sizing: border-box;
    min-height: 400px; }
    .scen .left-nav a {
      display: block;
      padding: 20px 10px;
      line-height: 30px;
      cursor: pointer;
      background: #f7f7f7;
      margin-bottom: 2px;
      box-sizing: border-box; }
      .scen .left-nav a:hover {
        background: rgba(36, 142, 230, 0.2); }
      .scen .left-nav a.selected {
        background: #248EE6;
        color: #fff; }
  .scen .right-con .con {
    display: none; }
  .scen .right-con .selected {
    display: block; }
  @media screen and (max-width: 768px) {
    .scen {
      padding-left: 0; }
      .scen .left-nav {
        position: relative;
        width: auto;
        padding: 0;
        min-height: 100px;
        margin-bottom: 20px; }
        .scen .left-nav:after {
          content: "";
          display: block;
          clear: both;
          overflow: hidden;
          height: 0; }
        .scen .left-nav a {
          width: 33.333%;
          float: left;
          height: 120px; }
      .scen .right-con .con img {
        max-width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
