@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;
  display: block;
  *zoom: 1; }
  main:before, main:after {
    content: " ";
    display: table; }
  main:after {
    clear: both; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

.nui-scroll {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.nui-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/*正常情况下滑块的样式*/
.nui-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.nui-scroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在滑块上时滑块的样式*/
.nui-scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*正常时候的主干部分*/
.nui-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: white; }

/*鼠标悬浮在滚动条上的主干部分*/
.nui-scroll::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.01); }

.nui-scroll2 {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.nui-scroll2::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

/*正常情况下滑块的样式*/
.nui-scroll2::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.nui-scroll2:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在滑块上时滑块的样式*/
.nui-scroll2::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*正常时候的主干部分*/
.nui-scroll2::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: white; }

/*鼠标悬浮在滚动条上的主干部分*/
.nui-scroll2::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.01); }

@-webkit-keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05); } }
@keyframes imgScale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  to {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05); } }
.need_dot .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  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: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2); }
  .need_dot .swiper-pagination .swiper-pagination-bullet:hover:after {
    transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2); }
  .need_dot .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    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 */ }
.need_dot .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #fff; }
  .need_dot .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 0;
    height: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0); }

.main_page {
  position: relative;
  z-index: 20;
  background: #fff;
  width: 100%;
  height: auto; }

.needCover {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%; }

.needContain {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%; }

.needSwiperButton .swiper-button-prev:hover {
  transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -o-transform: translateX(-5px); }
.needSwiperButton .swiper-button-next:hover {
  transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px); }
.needSwiperButton .swiper-button-disabled {
  pointer-events: auto !important; }
.needSwiperButton .swiper-button-white {
  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 */
  border-radius: 5px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }

.imgScale {
  animation: imgScale 5s ease-in-out infinite alternate;
  -webkit-animation: imgScale 5s ease-in-out infinite alternate;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */ }

#thySideStyle {
  background: #07ba70; }
  #thySideStyle .father .b1 {
    color: #fff; }
  #thySideStyle .father .b2 {
    border-color: #fff;
    transform: translateX(6px);
    -ms-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -o-transform: translateX(6px); }
    #thySideStyle .father .b2 i {
      color: #fff; }

.float_nav {
  position: fixed;
  right: 0;
  bottom: 80px;
  width: 42px;
  height: auto;
  z-index: 999; }
  .float_nav a {
    display: block;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 40px;
    background: #fff;
    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 */ }
    .float_nav a:last-child {
      opacity: 0; }
    .float_nav a:hover {
      background: #1a4a8b; }
      .float_nav a:hover i {
        color: #fff; }
    .float_nav a i {
      color: #999;
      font-size: 20px; }

.float_nav_on {
  transform: translateX(100px);
  -ms-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px); }

.float_contact_on {
  right: 0 !important; }

.float_contact {
  width: 260px;
  height: auto;
  position: fixed;
  right: -310px;
  z-index: 1000;
  bottom: 80px;
  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: 0 5px 9px rgba(4, 0, 0, 0.17);
  -moz-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  background: #fff; }
  .float_contact .p1 {
    line-height: 16px;
    padding: 20px;
    background: #1a4a8b;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px; }
    .float_contact .p1 i {
      display: block;
      float: right;
      font-size: 20px;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      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 */
      cursor: pointer; }
      .float_contact .p1 i:hover {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg); }
  .float_contact .p2 {
    padding: 12px 20px;
    height: 20px;
    line-height: 20px;
    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 */
    background: rgba(0, 0, 0, 0.05); }
    .float_contact .p2:hover {
      background: #333; }
      .float_contact .p2:hover a i {
        color: #fff; }
      .float_contact .p2:hover a div {
        color: #fff; }
    .float_contact .p2 a {
      width: 100%;
      height: 100%;
      display: block; }
    .float_contact .p2 i {
      display: block;
      float: left;
      font-size: 20px;
      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 */ }
    .float_contact .p2 div {
      height: 20px;
      line-height: 20px;
      float: left;
      font-family: HelveticaNeueLTPro-ThEx;
      margin-left: 10px;
      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 */ }
  .float_contact .p3 {
    color: #333;
    padding: 12px 20px; }
    .float_contact .p3 div {
      text-align: center;
      margin-top: 4px;
      line-height: 24px; }
      .float_contact .p3 div span {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 13px;
        color: #333; }

.header_nav_on {
  position: fixed !important;
  top: 0 !important;
  z-index: 888 !important;
  height: 50px !important;
  line-height: 50px !important; }
  .header_nav_on main {
    width: 100% !important;
    max-width: 100% !important; }
    .header_nav_on main li a {
      line-height: 50px !important; }

.mobile_header {
  display: none; }
  .mobile_header .mobile_to_index {
    height: 40px;
    position: fixed;
    top: 0;
    right: 2%;
    z-index: 889;
    max-width: 70%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .mobile_header .mobile_to_index a {
      line-height: 40px;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 16px;
      color: #fff; }
      .mobile_header .mobile_to_index a img {
        opacity: 0.8;
        height: 30px;
        margin-top: 5px; }
  .mobile_header .mobile_nav_sea {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px; }
    .mobile_header .mobile_nav_sea i {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 24px;
      color: #b7b7b7; }
    .mobile_header .mobile_nav_sea:hover i {
      color: #1a4a8b; }
  .mobile_header .mobile_nav {
    border-bottom: 1px solid #ccc;
    height: 40px;
    background: #fff;
    background: url("../Image/s1_bac.jpg") no-repeat center;
    background-size: cover;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 888;
    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 */ }
    .mobile_header .mobile_nav i {
      font-size: 20px;
      line-height: 40px;
      padding-left: 20px;
      color: #fff;
      opacity: 0.8; }
    .mobile_header .mobile_nav .mobile_add {
      height: 40px;
      position: absolute;
      left: 70px;
      z-index: 10;
      top: 0; }
      .mobile_header .mobile_nav .mobile_add i {
        font-size: 18px;
        color: #fff;
        padding-left: 0;
        line-height: 30px !important; }
      .mobile_header .mobile_nav .mobile_add .mobile_i {
        float: left;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        margin-top: 5px;
        margin-right: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/ }
  .mobile_header .mobile_nav_on {
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px); }
  .mobile_header .mobile_nav_main_on {
    transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    -moz-transform: translateX(-160px);
    -webkit-transform: translateX(-160px);
    -o-transform: translateX(-160px);
    -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); }
  .mobile_header .mobile_nav_main {
    width: 160px;
    background: #FAFAFA;
    height: 100%;
    position: fixed;
    left: auto !important;
    right: -160px;
    top: 0;
    z-index: 99999;
    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 */ }
    .mobile_header .mobile_nav_main p {
      height: 60px; }
    .mobile_header .mobile_nav_main li {
      height: auto;
      width: 100%;
      border-top: 1px solid #EBEBEB; }
      .mobile_header .mobile_nav_main li:last-child {
        border-bottom: 1px solid #EBEBEB; }
      .mobile_header .mobile_nav_main li .li_son {
        width: 100%;
        background: #FAFAFA; }
        .mobile_header .mobile_nav_main li .li_son a {
          width: 100%;
          height: 100%;
          display: block;
          font-size: 13px;
          position: relative;
          color: #999;
          height: 60px; }
          .mobile_header .mobile_nav_main li .li_son a:after {
            content: '';
            position: absolute;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            width: 20px;
            height: 1px;
            left: 0;
            background: #1a4a8b; }
          .mobile_header .mobile_nav_main li .li_son a span {
            display: inline-block;
            width: 116px;
            float: right;
            padding-top: 23px; }
      .mobile_header .mobile_nav_main li .main_a {
        width: 100%;
        height: 100%;
        display: block;
        color: #333;
        line-height: 60px;
        font-size: 13px;
        position: relative; }
        .mobile_header .mobile_nav_main li .main_a .layui-icon {
          margin-top: 20px;
          margin-right: 20px;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          float: right;
          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 */ }
        .mobile_header .mobile_nav_main li .main_a .layui-icon_on {
          transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg); }
        .mobile_header .mobile_nav_main li .main_a span {
          padding-left: 25px; }

#thy-sea .layui-input {
  width: 80%;
  float: left;
  height: 40px;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 14px;
  color: #333; }
#thy-sea .layui-btn {
  width: 20%;
  float: left;
  padding: 0;
  height: 40px;
  background: #1a4a8b;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 14px;
  color: #fff; }

a:active {
  color: #1a4a8b; }

header {
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  header .header_top {
    width: 100%;
    background: #fff;
    height: 45px;
    border-bottom: 1px solid #d2d2d2;
    *zoom: 1; }
    header .header_top:before, header .header_top:after {
      content: " ";
      display: table; }
    header .header_top:after {
      clear: both; }
    header .header_top .a1 {
      float: left;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #787878;
      height: 45px;
      line-height: 45px; }
      header .header_top .a1 span {
        color: #1a4a8b; }
    header .header_top .a2 {
      height: 45px;
      line-height: 45px;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 15px;
      color: #787878;
      float: right;
      font-weight: lighter; }
      header .header_top .a2 a {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 15px;
        color: #787878;
        font-weight: lighter;
        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 */ }
        header .header_top .a2 a:hover {
          color: #1a4a8b; }
    header .header_top .a3 {
      float: right;
      height: 45px;
      line-height: 45px;
      margin-left: 45px; }
      header .header_top .a3 a {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 15px;
        color: #717171;
        font-weight: lighter;
        line-height: 45px;
        margin-left: 5px;
        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 */ }
        header .header_top .a3 a:hover {
          color: #1a4a8b; }
  header .header_mid {
    width: 100%;
    height: 160px;
    background: #fff;
    overflow: hidden; }
    header .header_mid .a1 {
      width: 100%;
      height: 148px;
      *zoom: 1; }
      header .header_mid .a1:before, header .header_mid .a1:after {
        content: " ";
        display: table; }
      header .header_mid .a1:after {
        clear: both; }
      header .header_mid .a1 .b1 {
        height: 100%;
        line-height: 148px;
        float: left; }
      header .header_mid .a1 .b2 {
        float: right;
        height: 100%; }
        header .header_mid .a1 .b2 .c1 {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #9a9a9a;
          padding-top: 38px; }
        header .header_mid .a1 .b2 .c2 {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 40px;
          color: #3b3b3b;
          font-weight: bold;
          font-family: Bebasss; }
      header .header_mid .a1 .b3 {
        float: right;
        height: 100%;
        line-height: 148px;
        margin-right: 15px; }
  header .header_nav {
    width: 100%;
    height: 75px;
    line-height: 75px;
    position: relative;
    margin-bottom: -45px;
    z-index: 5;
    overflow: hidden;
    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 */ }
    header .header_nav main {
      background: #1a4a8b;
      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 */ }
    header .header_nav li {
      width: 12.5%;
      float: left;
      height: 100%; }
      header .header_nav li a {
        width: 100%;
        height: 100%;
        display: block;
        line-height: 75px;
        text-align: center;
        color: rgba(0, 0, 0, 0.7);
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: lighter;
        height: 100%;
        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 */ }
        header .header_nav li a:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          right: -5px;
          width: 10px;
          height: 1px;
          background: #a0bbde; }
      header .header_nav li:last-child a:before {
        display: none; }

.search {
  height: 70px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 70px;
  background: #1a4a8b; }
  .search div:first-child {
    width: 800px;
    float: left;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #fff; }
    .search div:first-child a {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #c8dafe; }
      .search div:first-child a:first-child {
        margin-left: 10px;
        margin-right: 25px; }
  .search div:last-child {
    width: 315px;
    height: 36px;
    float: right; }
    .search div:last-child form {
      width: 100%;
      height: 100%;
      margin-top: 17px; }
      .search div:last-child form input {
        width: 240px;
        height: 36px;
        background: #ebebeb;
        float: left;
        padding-left: 28px;
        box-sizing: border-box; }
      .search div:last-child form button {
        float: right;
        width: 75px;
        height: 36px;
        background: #1a4a8b;
        text-align: center;
        line-height: 36px;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        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 */ }
        .search div:last-child form button:hover {
          transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          -moz-transform: translateY(-3px);
          -webkit-transform: translateY(-3px);
          -o-transform: translateY(-3px);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.sidebar_left {
  margin-bottom: 5px; }
  .sidebar_left .top {
    width: 100%;
    height: 100px;
    background: url("../Image/s1_bac.jpg") no-repeat center;
    margin-bottom: 4px; }
    .sidebar_left .top .a1 {
      float: left;
      *zoom: 1;
      margin-left: 36px; }
      .sidebar_left .top .a1:before, .sidebar_left .top .a1:after {
        content: " ";
        display: table; }
      .sidebar_left .top .a1:after {
        clear: both; }
      .sidebar_left .top .a1 .b1 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        padding-top: 20px; }
      .sidebar_left .top .a1 .b2 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: lighter;
        text-transform: capitalize; }
  .sidebar_left .bottom {
    background: #fff; }
    .sidebar_left .bottom li {
      width: 100%;
      margin-bottom: 4px;
      background: #ececec;
      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 */ }
      .sidebar_left .bottom li a {
        width: 100%;
        height: 100%;
        display: block; }
      .sidebar_left .bottom li:hover {
        background: #07ba70; }
        .sidebar_left .bottom li:hover .father .b1 {
          color: #fff; }
        .sidebar_left .bottom li:hover .father .b2 {
          border-color: #fff;
          transform: translateX(6px);
          -ms-transform: translateX(6px);
          -moz-transform: translateX(6px);
          -webkit-transform: translateX(6px);
          -o-transform: translateX(6px); }
          .sidebar_left .bottom li:hover .father .b2 i {
            color: #fff; }
      .sidebar_left .bottom li .father {
        width: 100%;
        display: block;
        height: 56px;
        *zoom: 1; }
        .sidebar_left .bottom li .father:before, .sidebar_left .bottom li .father:after {
          content: " ";
          display: table; }
        .sidebar_left .bottom li .father:after {
          clear: both; }
        .sidebar_left .bottom li .father .b1 {
          max-width: 180px;
          float: left;
          height: 56px;
          margin-left: 18px;
          line-height: 56px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #5d5d5d;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          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 */ }
        .sidebar_left .bottom li .father .b2 {
          width: 20px;
          height: 20px;
          border: 1px solid #1a4a8b;
          border-radius: 50%;
          float: right;
          margin-right: 15px;
          text-align: center;
          line-height: 18px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          margin-top: 18px;
          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 */
          cursor: pointer; }
          .sidebar_left .bottom li .father .b2 i {
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 12px;
            color: #1a4a8b;
            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 */ }

.news_inner_list {
  *zoom: 1;
  width: 100%; }
  .news_inner_list:before, .news_inner_list:after {
    content: " ";
    display: table; }
  .news_inner_list:after {
    clear: both; }
  .news_inner_list li {
    width: 33%;
    margin-right: 0.5%;
    float: left;
    margin-bottom: 15px; }
    .news_inner_list li:nth-child(3n) {
      margin-right: 0; }
    .news_inner_list li:hover .pic img {
      transform: scale(1.1);
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .news_inner_list li:hover .word {
      background-position: 100% 0; }
      .news_inner_list li:hover .word .time .b1 {
        color: #fff; }
      .news_inner_list li:hover .word .time .b2 {
        color: #fff; }
      .news_inner_list li:hover .word .desc .b1 {
        color: #fff; }
      .news_inner_list li:hover .word .desc .b2 {
        color: #fff; }
    .news_inner_list li a {
      width: 100%;
      height: 100%;
      display: block; }
    .news_inner_list li .pic {
      width: 100%;
      height: 190px;
      overflow: hidden; }
      .news_inner_list li .pic img {
        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 */ }
    .news_inner_list li .word {
      width: 100%;
      height: 94px;
      margin-top: 4px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#41d598), to(#50b7de));
      background: -webkit-linear-gradient(left, #fff 50%, #41d598 50%, #50b7de);
      background: -o-linear-gradient(left, #fff 50%, #41d598 50%, #50b7de);
      background: linear-gradient(to right, #fff 50%, #41d598 50%, #50b7de);
      background-size: 200%;
      *zoom: 1;
      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 */ }
      .news_inner_list li .word:before, .news_inner_list li .word:after {
        content: " ";
        display: table; }
      .news_inner_list li .word:after {
        clear: both; }
      .news_inner_list li .word .time {
        width: 26%;
        float: left;
        height: 100%; }
        .news_inner_list li .word .time .b1 {
          text-align: center;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 18px;
          color: #07ba70;
          font-family: Bebasss;
          padding-top: 18px;
          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 */ }
        .news_inner_list li .word .time .b2 {
          text-align: center;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #a4a4a4;
          font-family: Bebasss;
          padding-top: 6px;
          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 */ }
      .news_inner_list li .word .desc {
        width: 63%;
        float: left; }
        .news_inner_list li .word .desc .b1 {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #626262;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-top: 20px;
          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 */ }
        .news_inner_list li .word .desc .b2 {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 12px;
          color: #a4a4a4;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-top: 10px;
          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 */ }

.s1 {
  width: 100%;
  height: auto;
  padding-top: 60px;
  background-size: cover;
  padding-bottom: 70px;
  *zoom: 1; }
  .s1:before, .s1:after {
    content: " ";
    display: table; }
  .s1:after {
    clear: both; }
  .s1 .s1_top {
    width: 100%;
    height: 119px;
    background: url("../Image/s1_bac.jpg") no-repeat center; }
    .s1 .s1_top .a1 {
      float: left;
      *zoom: 1;
      margin-left: 36px; }
      .s1 .s1_top .a1:before, .s1 .s1_top .a1:after {
        content: " ";
        display: table; }
      .s1 .s1_top .a1:after {
        clear: both; }
      .s1 .s1_top .a1 .b1 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        padding-top: 30px; }
      .s1 .s1_top .a1 .b2 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: lighter; }
    .s1 .s1_top .a2 {
      float: right;
      margin-right: 40px; }
      .s1 .s1_top .a2 form {
        width: 256px;
        height: 40px;
        border-radius: 50px;
        background: #fff;
        margin-top: 37px;
        overflow: hidden;
        *zoom: 1; }
        .s1 .s1_top .a2 form:before, .s1 .s1_top .a2 form:after {
          content: " ";
          display: table; }
        .s1 .s1_top .a2 form:after {
          clear: both; }
        .s1 .s1_top .a2 form input::-webkit-input-placeholder {
          font-size: 16px;
          color: #5d5d5d; }
        .s1 .s1_top .a2 form input:-moz-placeholder {
          font-size: 16px;
          color: #5d5d5d; }
        .s1 .s1_top .a2 form input::-moz-placeholder {
          font-size: 16px;
          color: #5d5d5d; }
        .s1 .s1_top .a2 form input:-ms-input-placeholder {
          font-size: 16px;
          color: #5d5d5d; }
        .s1 .s1_top .a2 form input {
          float: left;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-left: 20px;
          height: 40px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #5d5d5d;
          width: 80%; }
        .s1 .s1_top .a2 form button {
          width: 20%;
          text-align: center;
          background: none;
          line-height: 40px;
          cursor: pointer; }
@-webkit-keyframes arrow {
  0% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0; }
  80% {
    transform: translateY(15px);
    -ms-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    -ms-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0; } }
@keyframes arrow {
  0% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 0; }
  80% {
    transform: translateY(15px);
    -ms-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    -ms-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0; } }
  .s1 .add_icon {
    width: 24.5%;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    z-index: 5;
    height: 40px;
    animation: arrow 2.5s infinite;
    -webkit-animation: arrow 2.5s infinite; }
    .s1 .add_icon i {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 36px;
      color: #1a4a8b; }
  @media screen and (max-width: 767px) {
    .s1 .add_icon {
      display: none; } }
  .s1 .left {
    width: 24.5%;
    float: left;
    height: 440px;
    overflow-y: auto;
    position: relative; }
    .s1 .left .bottom2 {
      display: none; }
    .s1 .left .bottom {
      background: #fff; }
      .s1 .left .bottom li {
        width: 100%;
        margin-bottom: 4px;
        background: #ececec;
        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 */ }
        .s1 .left .bottom li a {
          width: 100%;
          height: 100%;
          display: block; }
        .s1 .left .bottom li:hover {
          background: #07ba70; }
          .s1 .left .bottom li:hover .father .b1 {
            color: #fff; }
          .s1 .left .bottom li:hover .father .b2 {
            border-color: #fff;
            transform: translateX(6px);
            -ms-transform: translateX(6px);
            -moz-transform: translateX(6px);
            -webkit-transform: translateX(6px);
            -o-transform: translateX(6px); }
            .s1 .left .bottom li:hover .father .b2 i {
              color: #fff; }
        .s1 .left .bottom li .father {
          width: 100%;
          display: block;
          height: 70px;
          *zoom: 1; }
          .s1 .left .bottom li .father:before, .s1 .left .bottom li .father:after {
            content: " ";
            display: table; }
          .s1 .left .bottom li .father:after {
            clear: both; }
          .s1 .left .bottom li .father .b1 {
            max-width: 180px;
            float: left;
            height: 70px;
            margin-left: 18px;
            line-height: 70px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #5d5d5d;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            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 */ }
          .s1 .left .bottom li .father .b2 {
            width: 20px;
            height: 20px;
            border: 1px solid #1a4a8b;
            border-radius: 50%;
            float: right;
            margin-right: 15px;
            text-align: center;
            line-height: 18px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            margin-top: 26px;
            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 */
            cursor: pointer; }
            .s1 .left .bottom li .father .b2 i {
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 12px;
              color: #1a4a8b;
              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 */ }
  .s1 .right {
    width: 70%;
    float: right;
    margin-right: 2%; }
    .s1 .right .bottom {
      width: 100%;
      padding-top: 20px;
      height: auto; }
      .s1 .right .bottom .swiper-slide {
        height: 205px;
        position: relative; }
        .s1 .right .bottom .swiper-slide a {
          width: 100%;
          height: 100%;
          display: block; }
        .s1 .right .bottom .swiper-slide:hover .pic img {
          transform: scale(1.1);
          -ms-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -o-transform: scale(1.1); }
        .s1 .right .bottom .swiper-slide:hover .word {
          background: #07ba70;
          height: 50px; }
        .s1 .right .bottom .swiper-slide .pic {
          width: 100%;
          height: 170px;
          overflow: hidden;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          background: #fff;
          position: absolute;
          top: 0;
          z-index: 2; }
          .s1 .right .bottom .swiper-slide .pic .pro_logo {
            width: 30%;
            position: absolute;
            top: 5px;
            left: 5px; }
          .s1 .right .bottom .swiper-slide .pic img {
            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 */ }
        .s1 .right .bottom .swiper-slide .word {
          width: 100%;
          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 */
          margin-top: 5px;
          background: #1a4a8b;
          position: absolute;
          bottom: 0;
          z-index: 4; }
          .s1 .right .bottom .swiper-slide .word .span {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            left: 0;
            z-index: 4;
            line-height: 30px;
            text-align: center;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #fff;
            height: 30px;
            width: 100%;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap; }

.s2 {
  background: url("../Image/s2_bac_0.jpg") no-repeat center;
  width: 100%;
  height: 604px;
  position: relative;
  background-size: cover; }
  .s2 .s2_bac {
    background: url("../Image/s2_bac.jpg") no-repeat center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.2;
    position: absolute;
    top: 0;
    z-index: 2; }
  .s2 .s2_main {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%; }
    .s2 .s2_main main .left {
      width: 50%;
      float: left;
      padding-top: 90px; }
      .s2 .s2_main main .left .a1 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 30px;
        color: #fff;
        font-weight: bold; }
      .s2 .s2_main main .left .a2 {
        margin-top: 15px;
        width: 118px;
        height: 1px;
        background: #fff; }
      .s2 .s2_main main .left .a3 {
        width: 118px;
        margin-top: 3px;
        height: 4px;
        background: #fff; }
      .s2 .s2_main main .left .a4 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #fff;
        font-weight: lighter;
        line-height: 30px;
        padding-top: 30px;
        width: 92.5%; }
      .s2 .s2_main main .left .a5 {
        margin-top: 30px;
        width: 180px;
        height: 40px;
        background: #fff;
        border-radius: 50px; }
        .s2 .s2_main main .left .a5:hover a {
          color: #1a4a8b; }
          .s2 .s2_main main .left .a5:hover a i {
            color: #1a4a8b; }
        .s2 .s2_main main .left .a5 a {
          width: 100%;
          height: 100%;
          display: block;
          text-align: center;
          line-height: 40px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #07ba70;
          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 */ }
          .s2 .s2_main main .left .a5 a i {
            margin-right: 5px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #07ba70;
            font-weight: bold;
            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 */ }
    .s2 .s2_main main .right {
      width: 50%;
      float: left;
      position: relative; }
      .s2 .s2_main main .right .a1 {
        margin-top: 84px;
        width: 96.6%;
        float: right;
        height: 400px;
        border-radius: 5px;
        border: 3px solid #fff;
        position: relative;
        z-index: 4;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/ }
        .s2 .s2_main main .right .a1 embed {
          width: 100%;
          height: 100%;
          display: block; }
      .s2 .s2_main main .right .a2 {
        position: absolute;
        top: 134px;
        z-index: 2;
        right: -20px;
        width: 93%;
        height: 370px;
        border: 1px solid #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/ }

.s3 {
  width: 100%;
  background: url("../Image/s3_bac.jpg") no-repeat top #fff;
  padding-top: 75px;
  padding-bottom: 70px; }
  .s3 .a1 {
    height: 46px;
    line-height: 46px;
    position: relative;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 36px;
    color: #fff;
    position: relative;
    margin-bottom: 15px; }
    .s3 .a1 .b1 {
      width: 25%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: 0;
      background: url("../Image/s3_s1.png") no-repeat center;
      background-size: contain; }
    .s3 .a1 .b2 {
      width: 25%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 0;
      background: url("../Image/s3_s2.png") no-repeat center;
      background-size: contain; }
  .s3 .a2 {
    margin: 0 auto;
    width: 118px;
    height: 1px;
    background: #fff; }
  .s3 .a3 {
    width: 118px;
    margin: 0 auto;
    height: 4px;
    background: #fff;
    position: relative;
    top: 3px; }
  .s3 .a4 {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 50px; }
  .s3 .a5 {
    width: 100%;
    *zoom: 1; }
    .s3 .a5:before, .s3 .a5:after {
      content: " ";
      display: table; }
    .s3 .a5:after {
      clear: both; }
    .s3 .a5 li {
      width: 33.33%;
      height: 225px;
      float: left; }
    .s3 .a5 .word {
      background: #f7f7f7;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      border: 1px solid #dedede; }
      .s3 .a5 .word .b1 {
        width: 100%;
        text-align: center;
        padding-top: 18px; }
      .s3 .a5 .word .b2 {
        text-align: center;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 20px;
        color: #6f6f6f;
        font-weight: bold;
        margin-top: 10px; }
      .s3 .a5 .word .b3 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #6f6f6f;
        line-height: 24px;
        font-weight: lighter;
        padding-top: 16px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        padding-left: 4%;
        padding-right: 4%; }

.s4 {
  width: 100%;
  background: url("../Image/s4_bac.png") no-repeat top #fff;
  padding-top: 54px; }
  .s4 .a1 {
    height: 46px;
    line-height: 46px;
    position: relative;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 36px;
    color: #1a4a8b;
    position: relative;
    margin-bottom: 15px; }
    .s4 .a1 span {
      color: #07ba70; }
    .s4 .a1 .b1 {
      width: 25%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: 0;
      background: url("../Image/s4_s1.png") no-repeat center;
      background-size: contain; }
    .s4 .a1 .b2 {
      width: 25%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 0;
      background: url("../Image/s4_s2.png") no-repeat center;
      background-size: contain; }
  .s4 .a2 {
    margin: 0 auto;
    width: 118px;
    height: 1px;
    background: #a5a5a5; }
  .s4 .a3 {
    width: 118px;
    margin: 0 auto;
    height: 4px;
    background: #a5a5a5;
    position: relative;
    top: 3px; }
  .s4 .a4 {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 18px;
    color: #a5a5a5;
    font-weight: lighter;
    text-align: center;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 50px; }
  .s4 .a5 {
    width: 100%;
    height: auto;
    padding-bottom: 80px; }
    .s4 .a5 .slide1 a .word {
      background: #1e55a0; }
    .s4 .a5 .slide2 a .word {
      background: #2261b6; }
    .s4 .a5 .slide3 a .word {
      background: #266ccb; }
    .s4 .a5 .slide4 a .word {
      background: #3279d9; }
    .s4 .a5 .slide5 a .word {
      background: #4887dd; }
    .s4 .a5 .slide6 a .word {
      background: #5d95e1; }
    .s4 .a5 .swiper-slide:hover a .pic img {
      transform: scale(1.1);
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .s4 .a5 .swiper-slide:hover a .word {
      background: #07ba70; }
    .s4 .a5 .swiper-slide a {
      width: 100%;
      height: 100%;
      display: block; }
    .s4 .a5 .swiper-slide .pic {
      width: 100%;
      height: 265px;
      overflow: hidden; }
      .s4 .a5 .swiper-slide .pic img {
        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 */ }
    .s4 .a5 .swiper-slide .word {
      width: 100%;
      background: #1a4a8b;
      text-align: center;
      height: 40px;
      line-height: 40px;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #fff;
      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 */ }

.s5 {
  padding-top: 90px;
  position: relative;
  padding-bottom: 95px; }
  .s5 .bac_l {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url("../Image/s5_l.jpg") no-repeat center;
    z-index: 1; }
  .s5 .bac_r {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../Image/s5_r.jpg") no-repeat center;
    z-index: 2; }
  .s5 main {
    position: relative;
    z-index: 5; }
    .s5 main .a1 {
      height: 46px;
      line-height: 46px;
      position: relative;
      text-align: center;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 36px;
      color: #07ba70;
      position: relative;
      margin-bottom: 15px; }
      .s5 main .a1 span {
        color: #1a4a8b; }
      .s5 main .a1 .b1 {
        width: 25%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0;
        background: url("../Image/s3_s1.png") no-repeat center;
        background-size: contain; }
      .s5 main .a1 .b2 {
        width: 25%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0;
        background: url("../Image/s3_s2.png") no-repeat center;
        background-size: contain; }
    .s5 main .a2 {
      margin: 0 auto;
      width: 118px;
      height: 1px;
      background: #fff; }
    .s5 main .a3 {
      width: 118px;
      margin: 0 auto;
      height: 4px;
      background: #fff;
      position: relative;
      top: 3px; }
    .s5 main .a4 {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 18px;
      color: #fff;
      font-weight: lighter;
      text-align: center;
      width: 100%;
      margin-top: 24px;
      margin-bottom: 30px; }
    .s5 main .a5 {
      width: 260px;
      height: 34px;
      margin: 0 auto;
      *zoom: 1;
      padding-bottom: 27px; }
      .s5 main .a5:before, .s5 main .a5:after {
        content: " ";
        display: table; }
      .s5 main .a5:after {
        clear: both; }
      .s5 main .a5 .b1 {
        width: 42%;
        float: left;
        height: 34px;
        background: #07ba70;
        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 */ }
        .s5 main .a5 .b1:hover {
          -webkit-box-shadow: 0 0 6px 2px #1a4a8b inset;
          -moz-box-shadow: 0 0 6px 2px #1a4a8b inset;
          box-shadow: 0 0 6px 2px #1a4a8b inset; }
        .s5 main .a5 .b1 a {
          width: 100%;
          height: 100%;
          display: block;
          text-align: center;
          line-height: 34px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff; }
      .s5 main .a5 .b2 {
        float: right;
        background: #1a4a8b; }
        .s5 main .a5 .b2:hover {
          -webkit-box-shadow: 0 0 6px 2px #07ba70 inset;
          -moz-box-shadow: 0 0 6px 2px #07ba70 inset;
          box-shadow: 0 0 6px 2px #07ba70 inset; }
    .s5 main .a6 .swiper-slide:hover .pic img {
      transform: scale(1.1);
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .s5 main .a6 .swiper-slide:hover .word {
      background-position: 100% 0; }
      .s5 main .a6 .swiper-slide:hover .word .time .b1 {
        color: #fff; }
      .s5 main .a6 .swiper-slide:hover .word .time .b2 {
        color: #fff; }
      .s5 main .a6 .swiper-slide:hover .word .desc .b1 {
        color: #fff; }
      .s5 main .a6 .swiper-slide:hover .word .desc .b2 {
        color: #fff; }
    .s5 main .a6 .swiper-slide a {
      width: 100%;
      height: 100%;
      display: block; }
    .s5 main .a6 .swiper-slide .pic {
      width: 100%;
      height: 190px;
      overflow: hidden; }
      .s5 main .a6 .swiper-slide .pic img {
        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 */ }
    .s5 main .a6 .swiper-slide .word {
      width: 100%;
      height: 94px;
      margin-top: 4px;
      background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#41d598), to(#50b7de));
      background: -webkit-linear-gradient(left, #fff 50%, #41d598 50%, #50b7de);
      background: -o-linear-gradient(left, #fff 50%, #41d598 50%, #50b7de);
      background: linear-gradient(to right, #fff 50%, #41d598 50%, #50b7de);
      background-size: 200%;
      *zoom: 1;
      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 */ }
      .s5 main .a6 .swiper-slide .word:before, .s5 main .a6 .swiper-slide .word:after {
        content: " ";
        display: table; }
      .s5 main .a6 .swiper-slide .word:after {
        clear: both; }
      .s5 main .a6 .swiper-slide .word .time {
        width: 26%;
        float: left;
        height: 100%; }
        .s5 main .a6 .swiper-slide .word .time .b1 {
          text-align: center;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 18px;
          color: #07ba70;
          font-family: Bebasss;
          padding-top: 18px;
          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 */ }
        .s5 main .a6 .swiper-slide .word .time .b2 {
          text-align: center;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #a4a4a4;
          font-family: Bebasss;
          padding-top: 6px;
          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 */ }
      .s5 main .a6 .swiper-slide .word .desc {
        width: 63%;
        float: left; }
        .s5 main .a6 .swiper-slide .word .desc .b1 {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #626262;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-top: 20px;
          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 */ }
        .s5 main .a6 .swiper-slide .word .desc .b2 {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 12px;
          color: #a4a4a4;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-top: 10px;
          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 */ }

.s6 {
  padding-top: 50px;
  padding-bottom: 50px; }
  .s6 .s6_main {
    width: 100%;
    height: 155px; }
    .s6 .s6_main .left {
      width: 16.6%;
      float: left;
      background: #f8f8f8;
      height: 155px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      border: 1px solid #dedede; }
      .s6 .s6_main .left .a1 {
        width: 38.5%;
        float: left;
        text-align: center;
        line-height: 155px; }
      .s6 .s6_main .left .a2 {
        width: 61.5%;
        float: left; }
        .s6 .s6_main .left .a2 .b1 {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 18px;
          color: #111;
          padding-top: 52px; }
        .s6 .s6_main .left .a2 .b2 {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 12px;
          color: #07ba70;
          padding-top: 5px; }
    .s6 .s6_main .right {
      width: 83.2%;
      float: right;
      height: 155px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      border: 1px solid #dedede;
      border-left: none;
      padding-top: 0px;
      padding-left: 0%;
      padding-right: 0%; }
      .s6 .s6_main .right .a1 {
        width: 100%;
        height: 77px;
        border-bottom: 1px dashed #dbdbdb;
        *zoom: 1; }
        .s6 .s6_main .right .a1:before, .s6 .s6_main .right .a1:after {
          content: " ";
          display: table; }
        .s6 .s6_main .right .a1:after {
          clear: both; }
        .s6 .s6_main .right .a1:last-child {
          border-bottom: none; }
        .s6 .s6_main .right .a1 .b1 {
          width: 20%;
          float: left;
          text-align: center;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #1a4a8b;
          height: 100%;
          display: flex;
          align-items: left;
          justify-content: space-around;
          flex-direction: column; }
        .s6 .s6_main .right .a1 .b2 {
          width: 80%;
          float: left; }
        .s6 .s6_main .right .a1 a {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #858585;
          padding-left: 20px;
          padding-right: 20px;
          line-height: 77px;
          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 */ }
          .s6 .s6_main .right .a1 a:hover {
            color: #1a4a8b; }
          .s6 .s6_main .right .a1 a img {
            margin-right: 8px; }

footer {
  height: auto;
  background: url("../Image/footer_bac.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 20;
  width: 100%;
  padding-top: 70px; }
  footer .footer_t {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #6b8ebb;
    *zoom: 1; }
    footer .footer_t:before, footer .footer_t:after {
      content: " ";
      display: table; }
    footer .footer_t:after {
      clear: both; }
    footer .footer_t .left {
      width: 33.33%;
      float: left; }
      footer .footer_t .left .a1 {
        width: 100%; }
      footer .footer_t .left .a2 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 24px;
        color: #fff;
        font-weight: lighter;
        padding-top: 10px; }
      footer .footer_t .left .a3 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 12px;
        color: #fff;
        font-weight: lighter;
        padding-top: 5px;
        letter-spacing: 1.3px; }
      footer .footer_t .left .a4 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 12px;
        color: #fff;
        font-weight: lighter;
        padding-top: 5px;
        letter-spacing: 3.5px;
        margin-bottom: 40px; }
      footer .footer_t .left .a5 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: lighter;
        margin-bottom: 15px; }
      footer .footer_t .left .a6 {
        height: 48px;
        *zoom: 1;
        -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
        -moz-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
        width: 320px; }
        footer .footer_t .left .a6:before, footer .footer_t .left .a6:after {
          content: " ";
          display: table; }
        footer .footer_t .left .a6:after {
          clear: both; }
        footer .footer_t .left .a6 a .b1 {
          width: 60px;
          text-align: center;
          line-height: 48px;
          float: left;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          border: 1px solid #6689b5;
          height: 48px; }
        footer .footer_t .left .a6 a .b2 {
          width: 260px;
          float: left;
          height: 48px;
          line-height: 48px;
          text-align: center;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 26px;
          color: #fff;
          font-family: Bebasss;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          border: 1px solid #6689b5;
          border-left: none; }
    footer .footer_t .mid {
      width: 33.33%;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      padding-top: 24px;
      position: relative; }
      footer .footer_t .mid .a1 {
        margin: 0 auto;
        width: 150px;
        height: 150px;
        padding: 8px;
        border: 1px solid #6689b5;
        -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
        -moz-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.3);
        border-radius: 5px; }
        footer .footer_t .mid .a1 img {
          width: 100%; }
      footer .footer_t .mid .a2 {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: lighter;
        width: 100%;
        text-align: center;
        padding-top: 20px; }
      footer .footer_t .mid .a3 {
        width: 40px;
        height: 1px;
        border-bottom: 1px solid #fff;
        padding-top: 20px;
        margin: 0 auto; }
      footer .footer_t .mid .a4 {
        position: absolute;
        right: 0;
        top: 70px;
        width: 1px;
        background: #949494;
        height: 140px; }
    footer .footer_t .right {
      width: 30%;
      float: right; }
      footer .footer_t .right .a1 {
        width: 100%;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #fff;
        font-weight: lighter; }
      footer .footer_t .right .a2 {
        width: 100%;
        padding-top: 20px; }
        footer .footer_t .right .a2 .b1 {
          width: 100%;
          *zoom: 1; }
          footer .footer_t .right .a2 .b1:before, footer .footer_t .right .a2 .b1:after {
            content: " ";
            display: table; }
          footer .footer_t .right .a2 .b1:after {
            clear: both; }
          footer .footer_t .right .a2 .b1 input::-webkit-input-placeholder {
            font-size: 14px;
            color: #fff; }
          footer .footer_t .right .a2 .b1 input:-moz-placeholder {
            font-size: 14px;
            color: #fff; }
          footer .footer_t .right .a2 .b1 input::-moz-placeholder {
            font-size: 14px;
            color: #fff; }
          footer .footer_t .right .a2 .b1 input:-ms-input-placeholder {
            font-size: 14px;
            color: #fff; }
          footer .footer_t .right .a2 .b1 input {
            width: 48%;
            float: left;
            height: 40px;
            margin-right: 4%;
            background: rgba(57, 93, 140, 0.6);
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            padding-left: 14px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #fff;
            font-weight: lighter;
            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 */ }
            footer .footer_t .right .a2 .b1 input:focus {
              background: #395d8c; }
            footer .footer_t .right .a2 .b1 input:last-child {
              margin-right: 0; }
        footer .footer_t .right .a2 .b2 {
          width: 100%;
          margin-top: 11px; }
          footer .footer_t .right .a2 .b2 input::-webkit-input-placeholder {
            font-size: 14px;
            color: #fff; }
          footer .footer_t .right .a2 .b2 input:-moz-placeholder {
            font-size: 14px;
            color: #fff; }
          footer .footer_t .right .a2 .b2 input::-moz-placeholder {
            font-size: 14px;
            color: #fff; }
          footer .footer_t .right .a2 .b2 input:-ms-input-placeholder {
            font-size: 14px;
            color: #fff; }
          footer .footer_t .right .a2 .b2 input {
            width: 100%;
            height: 40px;
            background: rgba(57, 93, 140, 0.6);
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            padding-left: 14px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #fff;
            font-weight: lighter;
            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 */ }
            footer .footer_t .right .a2 .b2 input:focus {
              background: #395d8c; }
        footer .footer_t .right .a2 textarea::-webkit-input-placeholder {
          font-size: 14px;
          color: #fff; }
        footer .footer_t .right .a2 textarea:-moz-placeholder {
          font-size: 14px;
          color: #fff; }
        footer .footer_t .right .a2 textarea::-moz-placeholder {
          font-size: 14px;
          color: #fff; }
        footer .footer_t .right .a2 textarea:-ms-input-placeholder {
          font-size: 14px;
          color: #fff; }
        footer .footer_t .right .a2 textarea {
          margin-top: 11px;
          padding-top: 11px;
          width: 100%;
          height: 100px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff;
          background: rgba(57, 93, 140, 0.6);
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-left: 14px;
          font-weight: lighter;
          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 */ }
          footer .footer_t .right .a2 textarea:focus {
            background: #395d8c; }
        footer .footer_t .right .a2 button {
          background: rgba(57, 93, 140, 0.6);
          width: 100%;
          margin-top: 11px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          cursor: pointer;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff;
          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 */ }
          footer .footer_t .right .a2 button:hover {
            background: #395d8c; }
  footer .footer_b {
    height: 55px;
    line-height: 55px;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #fff;
    overflow: hidden; }
    footer .footer_b li {
      height: 100%; }
      footer .footer_b li a {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #fff; }

.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 {
  font-size: 15px !important;
  color: #333 !important;
  line-height: 26px !important; }
  .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 p {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 26px !important;
    word-break: break-all !important; }
    .inner_case_content p strong {
      font-size: 17px !important;
      display: inline-block;
      padding-top: 15px;
      padding-bottom: 5px; }
  .inner_case_content table {
    width: 100% !important; }
    .inner_case_content table td {
      border: 1px solid #fff !important; }

.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; }

.no_data {
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 36px;
  color: #1a4a8b;
  font-weight: lighter;
  text-align: center;
  line-height: 120px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

#inner_swiper {
  width: 80%;
  height: 500px;
  margin-left: 10%; }
  #inner_swiper .pic {
    width: 100%;
    height: 100%;
    overflow: hidden; }

.corporate_swiper {
  padding-top: 20px; }

.inner_culture_content .a1 {
  margin-bottom: 15px;
  *zoom: 1; }
  .inner_culture_content .a1:before, .inner_culture_content .a1:after {
    content: " ";
    display: table; }
  .inner_culture_content .a1:after {
    clear: both; }
  .inner_culture_content .a1 .b1 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #1a4a8b;
    text-align: center;
    float: left;
    position: relative;
    z-index: 8; }
    .inner_culture_content .a1 .b1 .c1 {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 27px;
      color: #fff;
      font-weight: bold;
      padding-top: 15px; }
    .inner_culture_content .a1 .b1 .c2 {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 12px;
      color: #fff;
      font-weight: lighter; }
  .inner_culture_content .a1 .b2 {
    float: left;
    height: 40px;
    background: #1a4a8b;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    position: relative;
    padding-left: 40px;
    z-index: 4;
    margin-left: -40px;
    padding-right: 40px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }

.inner_history_content .a1 {
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: lighter;
  line-height: 30px;
  text-indent: 20px; }

.inner_video_content {
  width: 100%; }
  .inner_video_content embed {
    width: 100%;
    height: 500px; }

.inner_small_title {
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  padding-top: 30px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 8px; }
  .inner_small_title span {
    color: #1a4a8b; }

.inner_page {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #fff;
  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_bac {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    filter: blur(5px);
    display: none; }
  .inner_page #second_inner_page_bac {
    filter: blur(1px); }
  .inner_page .inner_page_left {
    width: 280px;
    float: left;
    position: relative;
    z-index: 8; }
    .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: #1a4a8b;
          border-bottom: 1px solid #ccc; }
        .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li {
          width: 80%;
          margin-left: 5%;
          height: auto;
          padding-top: 15px;
          padding-bottom: 15px;
          border-bottom: 1px solid #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: #1a4a8b;
              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: #1a4a8b; }
              .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: #ececec;
        padding-bottom: 15px;
        overflow: hidden; }
        .inner_page .inner_page_left .sidebar .sidebar_contact .top {
          width: 100%;
          height: 100px;
          background: url("../Image/s1_bac.jpg") no-repeat center;
          background-size: cover;
          margin-bottom: 4px; }
          .inner_page .inner_page_left .sidebar .sidebar_contact .top .a1 {
            float: left;
            *zoom: 1;
            margin-left: 36px; }
            .inner_page .inner_page_left .sidebar .sidebar_contact .top .a1:before, .inner_page .inner_page_left .sidebar .sidebar_contact .top .a1:after {
              content: " ";
              display: table; }
            .inner_page .inner_page_left .sidebar .sidebar_contact .top .a1:after {
              clear: both; }
            .inner_page .inner_page_left .sidebar .sidebar_contact .top .a1 .b1 {
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 30px;
              color: #fff;
              font-weight: bold;
              padding-top: 20px; }
            .inner_page .inner_page_left .sidebar .sidebar_contact .top .a1 .b2 {
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 16px;
              color: #fff;
              font-weight: lighter;
              text-transform: capitalize; }
        .inner_page .inner_page_left .sidebar .sidebar_contact fieldset {
          border: 1px solid #1a4a8b;
          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: #1a4a8b;
            margin-left: 10px;
            padding-left: 4px;
            padding-right: 4px;
            font-weight: lighter; }
        .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: #1a4a8b;
          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: #5d5d5d; }
          .inner_page .inner_page_left .sidebar .sidebar_contact .slide_us span {
            color: #FE0404; }
  .inner_page .inner_page_right {
    width: 900px;
    float: right;
    position: relative;
    z-index: 8; }
    .inner_page .inner_page_right .right_page_top {
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      padding: 13px;
      background: url("../Image/s1_bac.jpg") no-repeat center;
      background-size: cover; }
      .inner_page .inner_page_right .right_page_top .inner_catname {
        text-align: left; }
        .inner_page .inner_page_right .right_page_top .inner_catname .inner_catname_c {
          color: #fff;
          font-size: 28px;
          margin-right: 5px;
          font-weight: lighter;
          padding-bottom: 4px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.6);
          display: inline-block; }
        .inner_page .inner_page_right .right_page_top .inner_catname .inner_catname_e {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff;
          font-weight: lighter;
          color: #fff;
          padding-top: 4px;
          display: block;
          text-transform: capitalize; }
      .inner_page .inner_page_right .right_page_top .location {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        text-align: right;
        font-weight: lighter; }
        .inner_page .inner_page_right .right_page_top .location span {
          color: #fff !important;
          font-weight: lighter;
          font-size: 14px !important; }
        .inner_page .inner_page_right .right_page_top .location a {
          color: #fff;
          font-weight: lighter; }
        .inner_page .inner_page_right .right_page_top .location a:last-child {
          color: #07ba70; }
        .inner_page .inner_page_right .right_page_top .location a:hover {
          color: #07ba70; }
    .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;
      *zoom: 1; }
      .inner_page .inner_page_right .right_page_bottom:before, .inner_page .inner_page_right .right_page_bottom:after {
        content: " ";
        display: table; }
      .inner_page .inner_page_right .right_page_bottom:after {
        clear: both; }

.newslist {
  margin-top: 10px; }
  .newslist:after {
    *zoom: 1; }
    .newslist:after:before, .newslist:after:after {
      content: " ";
      display: table; }
    .newslist:after:after {
      clear: both; }
  .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: #1a4a8b; }
    .newslist li:hover .name:after {
      width: 100%; }
    .newslist li:hover .name {
      color: #1a4a8b;
      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: #1a4a8b;
          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: #1a4a8b;
        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: 28px !important; }
  .inner_news_content p span {
    font-size: 16px !important;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important; }
.inner_news_content table {
  width: 100% !important; }
  .inner_news_content table td {
    border: 1px solid #666; }
.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 {
  position: relative; }
  .inner_case_img p .pro_logo {
    position: absolute;
    max-width: 30%;
    top: 5px;
    left: 5px; }
  .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 table {
    width: 100% !important; }
    .inner_jobs_request table td {
      border: 1px solid #ccc !important;
      text-align: center;
      padding: 5px; }
  .inner_jobs_request p {
    background: none !important;
    font-size: 15px !important;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
    line-height: 26px !important; }
    .inner_jobs_request p span {
      font-size: 15px !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: #1a4a8b;
  color: #fff; }

.pro_style_1 {
  width: 100%; }
  .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 */
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
    .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 .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 .pro_logo {
        width: 30%;
        position: absolute;
        top: 5px;
        left: 5px; }
      .pro_style_1 li .pic img {
        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: 100%;
        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 */
        text-align: center; }
      .pro_style_1 li .word .w2 {
        display: none;
        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 {
    *zoom: 1; }
    .pro_style_2:after:before, .pro_style_2:after:after {
      content: " ";
      display: table; }
    .pro_style_2:after:after {
      clear: both; }
  .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 */
    cursor: pointer; }
    .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 {
        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;
  width: 100%;
  *zoom: 1; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }
  .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 #1a4a8b;
      color: #1a4a8b;
      -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: #1a4a8b; }
  .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: #1a4a8b;
    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 {
    *zoom: 1; }
    .prev_next:after:before, .prev_next:after:after {
      content: " ";
      display: table; }
    .prev_next:after:after {
      clear: both; }
  .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: #1a4a8b; }
.inner_form .layui-btn-primary {
  background-color: white; }
  .inner_form .layui-btn-primary:hover {
    border-color: #1a4a8b; }

/*# sourceMappingURL=index.css.map */
