@charset "UTF-8";
@font-face {
  font-family: 'HelveticaNeueLTPro-ThEx';
  src: url("../fonts/HelveticaNeueLTPro-ThEx.otf"); }
@font-face {
  font-family: 'Bebasss';
  src: url("../fonts/BEBAS.ttf"); }
main {
  max-width: 1200px;
  margin: 0 auto; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

.main_page {
  position: relative;
  z-index: 20;
  background: #fff;
  width: 100%;
  height: auto; }

.inner_page_shadow {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }

.no_data {
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 24px;
  color: #095ab6; }

.inner_des_title {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }
  .inner_des_title .w1 {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 22px;
    color: #444; }
  .inner_des_title .w2 {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 13px;
    color: #c1c1c1; }

.inner_case_content img {
  max-width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  display: block !important;
  margin: 0 auto; }
.inner_case_content table {
  width: 100%; }
  .inner_case_content table td {
    border: 1px solid #ccc; }

.case_fieldset {
  border: 1px solid #ccc;
  width: 96%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  margin-left: 2%;
  padding: 10px; }
  .case_fieldset legend {
    margin-left: 8px;
    padding-left: 5px;
    padding-right: 5px; }

.inner_page {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 50px;
  background: #f4f4f4;
  position: relative;
  height: auto;
  z-index: 20;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3); }
  .inner_page .inner_page_left {
    width: 280px;
    float: left; }
    .inner_page .inner_page_left .sidebar {
      width: 100%;
      height: auto; }
      .inner_page .inner_page_left .sidebar .sidebar_top {
        width: 100%;
        height: auto;
        background: #fff;
        border-radius: 4px; }
        .inner_page .inner_page_left .sidebar .sidebar_top p {
          width: 90%;
          margin-left: 5%;
          height: auto;
          line-height: 56px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 22px;
          color: #095ab6;
          border-bottom: 1px solid #ccc; }
        .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li {
          width: 90%;
          margin-left: 5%;
          height: auto;
          padding-top: 15px;
          padding-bottom: 15px;
          border-bottom: 1px dashed #ccc; }
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a {
            width: 100%;
            height: 100%;
            display: block;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #444;
            position: relative;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition-timing-function: ease;
            -moz-transition-timing-function: ease;
            /* Firefox 4 */
            -webkit-transition-timing-function: ease;
            /* Safari 和 Chrome */
            -o-transition-timing-function: ease;
            /* Opera */ }
            .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:before {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              left: 0;
              width: 0px;
              height: 1px;
              background: #095ab6;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */ }
            .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:hover {
              padding-left: 20px;
              color: #095ab6; }
              .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:hover:before {
                width: 15px; }
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li:last-child {
            border-bottom: 0; }
      .inner_page .inner_page_left .sidebar .sidebar_contact {
        width: 100%;
        height: auto;
        background: #fff;
        border-radius: 4px;
        margin-top: 5px;
        padding-bottom: 15px;
        overflow: hidden; }
        .inner_page .inner_page_left .sidebar .sidebar_contact fieldset {
          border: 1px solid #ccc;
          width: 90%;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          margin-left: 5%; }
          .inner_page .inner_page_left .sidebar .sidebar_contact fieldset legend {
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 20px;
            color: #095ab6;
            margin-left: 10px; }
        .inner_page .inner_page_left .sidebar .sidebar_contact p {
          width: 90%;
          margin-left: 5%;
          height: 56px;
          line-height: 56px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 22px;
          color: #095ab6;
          border-bottom: 1px solid #ccc; }
        .inner_page .inner_page_left .sidebar .sidebar_contact .slide_us {
          width: 90%;
          margin-left: 5%;
          line-height: 30px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #303030; }
          .inner_page .inner_page_left .sidebar .sidebar_contact .slide_us span {
            color: #FE0404; }
  .inner_page .inner_page_right {
    width: 900px;
    float: right; }
    .inner_page .inner_page_right .right_page_top {
      border-radius: 4px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      padding: 15px;
      background: #fff; }
      .inner_page .inner_page_right .right_page_top .inner_catname {
        text-align: center; }
        .inner_page .inner_page_right .right_page_top .inner_catname .inner_catname_c {
          color: #095ab6;
          font-size: 28px;
          margin-right: 5px; }
        .inner_page .inner_page_right .right_page_top .inner_catname .inner_catname_e {
          font-size: 14px;
          color: #fff;
          background: #095ab6;
          border-radius: 2px;
          padding-left: 5px;
          padding-right: 5px; }
      .inner_page .inner_page_right .right_page_top .location {
        font-size: 14px;
        color: #939393;
        line-height: 30px;
        margin-top: 5px; }
        .inner_page .inner_page_right .right_page_top .location a {
          color: rgba(0, 0, 0, 0.7); }
        .inner_page .inner_page_right .right_page_top .location a:last-child {
          color: #095ab6; }
        .inner_page .inner_page_right .right_page_top .location a:hover {
          color: #095ab6; }
    .inner_page .inner_page_right .right_page_bottom {
      padding: 15px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      border-radius: 4px;
      margin-top: 5px;
      background: #fff; }

.newslist {
  margin-top: 10px; }
  .newslist:after {
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
    width: 0;
    height: 0; }
  .newslist li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    height: 150px; }
    .newslist li:hover .time span:last-child:after {
      width: 30px; }
    .newslist li:hover .time span:last-child {
      color: #095ab6; }
    .newslist li:hover .name:after {
      width: 100%; }
    .newslist li:hover .name {
      color: #095ab6;
      transform: translateX(10px);
      -ms-transform: translateX(10px);
      -moz-transform: translateX(10px);
      -webkit-transform: translateX(10px);
      -o-transform: translateX(10px); }
    .newslist li .time {
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      transition-delay: 0.2s;
      height: 30px;
      line-height: 30px;
      margin-bottom: 10px;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.9);
      font-family: HelveticaNeueLTPro-ThEx; }
      .newslist li .time span:last-child {
        margin-left: 50px;
        color: rgba(0, 0, 0, 0.7);
        position: relative;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        transition-delay: 0.1s; }
        .newslist li .time span:last-child:before {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          content: '';
          width: 30px;
          height: 1px;
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          left: -40px;
          top: 49%; }
        .newslist li .time span:last-child:after {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          content: '';
          width: 0px;
          height: 1px;
          background: #095ab6;
          position: absolute;
          left: -40px;
          top: 49%; }
    .newslist li .name {
      height: 20px;
      line-height: 20px;
      padding-bottom: 15px;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.8);
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative; }
      .newslist li .name:after {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0%;
        height: 1px;
        background: #095ab6;
        left: 0;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .newslist li .name:before {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.1);
        left: 0; }
    .newslist li .desc {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.6);
      margin-top: 15px;
      line-height: 26px;
      transition-delay: 0.1s;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }

.inner_news_title {
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 24px;
  color: #333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.inner_news_status {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 12px;
  color: #333;
  margin-top: 20px;
  background: url("../Image/news_bottom.jpg") no-repeat bottom;
  padding-bottom: 10px; }
  .inner_news_status span {
    padding-left: 5px;
    padding-right: 5px; }
    .inner_news_status span i {
      margin-right: 3px; }
  .inner_news_status .inner_news_status_back {
    display: inline-block;
    float: right; }

.inner_news_content p {
  background: none !important;
  font-size: 16px !important;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
  line-height: 26px !important; }
  .inner_news_content p span {
    font-size: 16px !important;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important; }
.inner_news_content span {
  font-size: 16px !important;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important; }
.inner_news_content img {
  max-width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  display: block !important;
  margin: 0 auto; }

.inner_case_img p img {
  display: block;
  max-width: 600px;
  max-height: 400px;
  margin: 0 auto; }

.inner_jobs_detail {
  cursor: pointer; }
  .inner_jobs_detail i {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #666; }

.inner_jobs_request {
  display: none;
  height: 400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding: 10px; }
  .inner_jobs_request p {
    background: none !important;
    font-size: 16px !important;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
    line-height: 26px !important; }
    .inner_jobs_request p span {
      font-size: 16px !important;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important; }
  .inner_jobs_request span {
    font-size: 16px !important;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important; }
  .inner_jobs_request img {
    max-width: 100% !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    display: block !important;
    margin: 0 auto; }

.pro_style_jobs .layui-table th {
  background: #095ab6;
  color: #fff; }

.pro_style_1 {
  width: 100%; }
  .pro_style_1:after {
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
    width: 0;
    height: 0; }
  .pro_style_1 li {
    width: 32.5%;
    height: auto;
    margin-right: 1.25%;
    float: left;
    margin-bottom: 15px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .pro_style_1 li:hover {
      -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1); }
      .pro_style_1 li:hover .word .w1 {
        padding-left: 15px; }
      .pro_style_1 li:hover .word .w2 {
        opacity: 1;
        right: 15px; }
      .pro_style_1 li:hover .pic img {
        transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -o-transform: scale(1.15); }
      .pro_style_1 li:hover .pic:before {
        opacity: 1; }
      .pro_style_1 li:hover .pic:after {
        width: 85%;
        height: 85%;
        opacity: 1; }
    .pro_style_1 li .pic {
      width: 100%;
      height: 200px;
      overflow: hidden;
      position: relative; }
      .pro_style_1 li .pic img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .pro_style_1 li .pic:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 3;
        opacity: 0;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .pro_style_1 li .pic:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 99%;
        height: 99%;
        border: 1px solid #fff;
        z-index: 4;
        background: none;
        opacity: 0;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
    .pro_style_1 li .word {
      width: 100%;
      height: 50px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      background: #fff;
      position: relative; }
      .pro_style_1 li .word .w1 {
        width: 80%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 50px;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 15px;
        color: #333;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .pro_style_1 li .word .w2 {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0px;
        opacity: 0;
        text-align: center;
        line-height: 30px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2); }
        .pro_style_1 li .word .w2 i {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #666; }
    .pro_style_1 li:nth-child(3n) {
      margin-right: 0; }

.pro_style_2 {
  width: 100%; }
  .pro_style_2:after {
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
    width: 0;
    height: 0; }
  .pro_style_2 li {
    width: 32.5%;
    height: auto;
    margin-right: 1.25%;
    float: left;
    margin-bottom: 15px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .pro_style_2 li:hover {
      -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1); }
      .pro_style_2 li:hover .word .w1 {
        padding-left: 15px; }
      .pro_style_2 li:hover .word .w2 {
        opacity: 1;
        right: 15px; }
      .pro_style_2 li:hover .pic .mask {
        left: 15%;
        opacity: 1; }
      .pro_style_2 li:hover .pic img {
        transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -o-transform: scale(1.15); }
      .pro_style_2 li:hover .pic:before {
        opacity: 1;
        top: 0; }
    .pro_style_2 li .pic {
      width: 100%;
      height: 250px;
      overflow: hidden;
      position: relative; }
      .pro_style_2 li .pic .mask {
        width: 70%;
        height: 100%;
        z-index: 5;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 18px;
        color: #fff;
        font-weight: lighter;
        position: absolute;
        left: -70%;
        top: 0;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        opacity: 0;
        line-height: 250px; }
        .pro_style_2 li .pic .mask:before {
          content: '';
          width: 20%;
          height: 1px;
          background: #fff;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          left: -24%; }
      .pro_style_2 li .pic img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .pro_style_2 li .pic:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 3;
        opacity: 0;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        top: 100%; }
    .pro_style_2 li .word {
      width: 100%;
      height: 50px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      background: #fff;
      position: relative; }
      .pro_style_2 li .word .w1 {
        width: 80%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 50px;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 15px;
        color: #333;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .pro_style_2 li .word .w2 {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0px;
        opacity: 0;
        text-align: center;
        line-height: 30px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2); }
        .pro_style_2 li .word .w2 i {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #666; }
    .pro_style_2 li:nth-child(3n) {
      margin-right: 0; }

.page {
  text-align: center; }
  .page span {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #888; }
  .page a {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #888;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #888;
    background: white;
    text-align: center;
    line-height: 24px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    border-radius: 3px; }
    .page a:hover {
      border: 1px solid #095ab6;
      color: #095ab6;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4); }
      .page a:hover span {
        color: #095ab6; }
  .page .current {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: white;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #888;
    background: #095ab6;
    text-align: center;
    line-height: 24px;
    border-radius: 3px; }

.inner_map {
  width: 100%;
  height: 460px;
  overflow: hidden;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }

.inner_contact_details p:nth-child(1) {
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 28px;
  color: #333;
  font-weight: lighter; }
.inner_contact_details p:nth-child(2) {
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: lighter; }
.inner_contact_details .inner_contact_data {
  line-height: 24px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 15px;
  color: #333; }

.prev_next {
  zoom: 1;
  padding-top: 15px;
  padding-bottom: 5px; }
  .prev_next:after {
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
    width: 0;
    height: 0; }
  .prev_next li {
    width: 50%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .prev_next li .layui-icon {
      padding-left: 5px;
      padding-right: 5px;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #333;
      transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      line-height: 40px; }
    .prev_next li:first-child {
      float: left;
      text-align: left; }
      .prev_next li:first-child a {
        float: right;
        margin-right: 10%; }
    .prev_next li:last-child {
      float: right;
      text-align: right; }
      .prev_next li:last-child a {
        margin-left: 10%;
        float: left; }
    .prev_next li a {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #333;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      width: 80%;
      display: inline-block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: 40px;
      line-height: 40px; }
    .prev_next li:first-child:hover .layui-icon {
      padding-left: 15px; }
    .prev_next li:first-child:hover a {
      transform: translateX(-8px);
      -ms-transform: translateX(-8px);
      -moz-transform: translateX(-8px);
      -webkit-transform: translateX(-8px);
      -o-transform: translateX(-8px); }
    .prev_next li:last-child:hover .layui-icon {
      padding-right: 15px; }
    .prev_next li:last-child:hover a {
      transform: translateX(8px);
      -ms-transform: translateX(8px);
      -moz-transform: translateX(8px);
      -webkit-transform: translateX(8px);
      -o-transform: translateX(8px); }
    .prev_next li:hover {
      background: rgba(0, 0, 0, 0.9); }
      .prev_next li:hover a {
        color: #fff; }
      .prev_next li:hover .layui-icon {
        color: #fff; }

.inner_form .layui-btn {
  background-color: #095ab6; }
.inner_form .layui-btn-primary {
  background-color: white; }
  .inner_form .layui-btn-primary:hover {
    border-color: #095ab6; }

/*# sourceMappingURL=sidebar.css.map */
