@charset "UTF-8";
@font-face {
  font-family: 'thyFont1';
  src: url("../fonts/HelveticaNeueLTPro-ThEx.otf"); }
@font-face {
  font-family: 'thyFont2';
  src: url("../fonts/BEBAS.ttf"); }
@font-face {
  font-family: 'thyFont3';
  src: url("../fonts/Questrial-Regular.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%; }

/*样式重置*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: normal;
  font-weight: normal; }

ins {
  text-decoration: none; }

li {
  list-style: none; }

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  border: 0;
  padding: 0;
  margin: 0;
  *font-size: 100%;
  line-height: 1.2; }

a img, img {
  -ms-interpolation-mode: bicubic; }

sub, sup {
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

pre {
  white-space: pre-wrap; }

textarea {
  resize: none;
  overflow: auto; }

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  outline: 0; }

button, input {
  outline: 0; }

input[type=password]::-ms-reveal {
  display: none; }

input::-ms-clear {
  display: none; }

input:-ms-input-placeholder {
  color: #999; }

/*样式重置*/
a:active {
  color: #007ab7; }

a:visited {
  color: #007ab7; }

/*动画区域*/
@-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); } }
@-webkit-keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tadass {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/*类名*/
.needDot .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 */
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2); }
  .needDot .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); }
  .needDot .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 */ }
.needDot .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #fff; }
  .needDot .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); }

.needDotSmall .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  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 */ }
  .needDotSmall .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); }
  .needDotSmall .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    width: 5px;
    height: 5px;
    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 */ }
.needDotSmall .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #fff; }
  .needDotSmall .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%; }

.needImgScale {
  animation: imgScale 5s ease-in-out infinite alternate;
  -webkit-animation: imgScale 5s ease-in-out infinite alternate; }

.needTada {
  animation: tadass 1s linear infinite;
  -webkit-animation: tadass 1s linear infinite; }

.needMarquee {
  white-space: nowrap; }

.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: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-size: 15px 25px; }

.needScroll {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.needScroll::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/*正常情况下滑块的样式*/
.needScroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.needScroll: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); }

/*鼠标悬浮在滑块上时滑块的样式*/
.needScroll::-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); }

/*正常时候的主干部分*/
.needScroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: white; }

/*鼠标悬浮在滚动条上的主干部分*/
.needScroll::-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); }

.needScrollSmall {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.needScrollSmall::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

/*正常情况下滑块的样式*/
.needScrollSmall::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1); }

/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.needScrollSmall: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); }

/*鼠标悬浮在滑块上时滑块的样式*/
.needScrollSmall::-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); }

/*正常时候的主干部分*/
.needScrollSmall::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: white; }

/*鼠标悬浮在滚动条上的主干部分*/
.needScrollSmall::-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); }

.layuiLayer {
  background: none !important; }
  .layuiLayer .layui-layer-title {
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-bottom: none; }
  .layuiLayer .layui-layer-setwin {
    top: 7px; }
    .layuiLayer .layui-layer-setwin .layui-layer-close1 {
      background-color: #fff;
      background-position: 2px -39px;
      border-radius: 3px; }

.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: #007ab7; }
      .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: 190px;
  height: auto;
  position: fixed;
  right: -190px;
  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 */
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  background: #fff; }
  .float_contact .p1 {
    line-height: 16px;
    padding: 20px;
    background: #007ab7;
    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: thyFont3;
      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; }
      .float_contact .p3 div span {
        font-size: 14px;
        font-family: thyFont3; }

/*头部*/
#thyNavStyle a {
  color: #05acff; }

.pc_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .pc_header .header_top {
    height: 140px;
    *zoom: 1;
    overflow: hidden; }
    .pc_header .header_top:before, .pc_header .header_top:after {
      content: " ";
      display: table; }
    .pc_header .header_top:after {
      clear: both; }
    .pc_header .header_top .header_logo {
      width: 57%;
      float: left;
      line-height: 140px; }
      .pc_header .header_top .header_logo img {
        max-width: 100%; }
    .pc_header .header_top .header_sea {
      width: 37.5%;
      float: right; }
      .pc_header .header_top .header_sea form {
        width: 100%;
        height: 42px;
        border: 1px solid #bfbfbf;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        margin-top: 49px;
        position: relative; }
        .pc_header .header_top .header_sea form input::-webkit-input-placeholder {
          font-size: 16px;
          color: #919191; }
        .pc_header .header_top .header_sea form input:-moz-placeholder {
          font-size: 16px;
          color: #919191; }
        .pc_header .header_top .header_sea form input::-moz-placeholder {
          font-size: 16px;
          color: #919191; }
        .pc_header .header_top .header_sea form input:-ms-input-placeholder {
          font-size: 16px;
          color: #919191; }
        .pc_header .header_top .header_sea form input {
          width: 100%;
          float: left;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-right: 54px;
          height: 40px;
          padding-left: 20px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #353535; }
        .pc_header .header_top .header_sea form button {
          width: 54px;
          height: 40px;
          position: absolute;
          text-align: center;
          line-height: 40px;
          right: 0;
          top: 0;
          background: none;
          cursor: pointer;
          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 */ }
          .pc_header .header_top .header_sea form button:hover {
            transform: scale(0.9);
            -ms-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            -o-transform: scale(0.9); }
  .pc_header .header_mid {
    width: 100%;
    height: 77px;
    background: url("../Image/h_bac.png") no-repeat center;
    *zoom: 1; }
    .pc_header .header_mid:before, .pc_header .header_mid:after {
      content: " ";
      display: table; }
    .pc_header .header_mid:after {
      clear: both; }
    .pc_header .header_mid .header_nav {
      width: 74%;
      height: 77px;
      *zoom: 1;
      float: left; }
      .pc_header .header_mid .header_nav:before, .pc_header .header_mid .header_nav:after {
        content: " ";
        display: table; }
      .pc_header .header_mid .header_nav:after {
        clear: both; }
      .pc_header .header_mid .header_nav li {
        width: 16.66%;
        float: left;
        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 */
        position: relative; }
        .pc_header .header_mid .header_nav li:last-child:after {
          display: none; }
        .pc_header .header_mid .header_nav li:after {
          content: '';
          width: 1px;
          height: 5px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          right: 0;
          background: #5e5e5e; }
        .pc_header .header_mid .header_nav li a {
          width: 100%;
          height: 100%;
          display: block;
          line-height: 77px;
          text-align: center;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          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 */ }
          .pc_header .header_mid .header_nav li a:hover {
            color: #05acff; }
    .pc_header .header_mid .header_tel {
      height: 60px;
      float: right;
      padding-top: 13px; }
      .pc_header .header_mid .header_tel .a1 {
        float: left;
        height: 60px;
        line-height: 60px; }
      .pc_header .header_mid .header_tel .a2 {
        float: left;
        height: 60px;
        margin-left: 10px; }
        .pc_header .header_mid .header_tel .a2 .b1 {
          height: 15px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 15px;
          color: #fff;
          line-height: 15px;
          padding-top: 7px; }
        .pc_header .header_mid .header_tel .a2 .b2 {
          height: 30px;
          line-height: 30px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 26px;
          color: #fff;
          font-family: thyFont2; }

/*自适应手机端头部*/
.mobile_header {
  display: none;
  height: 40px;
  position: fixed;
  top: 0;
  z-index: 555; }
  .mobile_header .mobile_to_index {
    height: 40px;
    position: fixed;
    top: 0;
    right: 2%;
    z-index: 889;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .mobile_header .mobile_to_index a {
      line-height: 40px;
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 24px;
      color: #b7b7b7; }
    .mobile_header .mobile_nav_sea:hover i {
      color: #007ab7; }
  .mobile_header .mobile_nav {
    border-bottom: 1px solid #ccc;
    height: 40px;
    background: -webkit-linear-gradient(120deg, #007ab7, #003651);
    background: -o-linear-gradient(120deg, #007ab7, #003651);
    background: -moz-linear-gradient(120deg, #007ab7, #003651);
    background: linear-gradient(120deg, #007ab7, #003651);
    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 #mobileStyle {
    background: #F1F1F1; }
    .mobile_header #mobileStyle .main_a {
      color: #3d3d3d; }
      .mobile_header #mobileStyle .main_a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0;
        width: 3px;
        height: 10px;
        background: #007ab7; }
  .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);
    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; }
          .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: #007ab7; }
          .mobile_header .mobile_nav_main li .li_son a span {
            display: inline-block;
            width: 116px;
            float: right;
            padding-top: 10px;
            padding-bottom: 10px; }
      .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 input {
  width: 80%;
  float: left;
  height: 40px;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding-left: 10px; }
#thy-sea button {
  width: 20%;
  float: left;
  padding: 0;
  height: 40px;
  background: #007ab7;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 14px;
  color: #fff; }

.search {
  height: 70px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 70px;
  background: #007ab7; }
  .search div:first-child {
    width: 800px;
    float: left;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #fff; }
    .search div:first-child a {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: #007ab7;
        text-align: center;
        line-height: 36px;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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); }

.all_title .t1 {
  width: 100%;
  text-align: center;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 36px;
  color: #222;
  font-weight: bold; }
  .all_title .t1 span {
    color: #007ab7; }
.all_title .t2 {
  width: 100%;
  line-height: 40px;
  position: relative;
  text-align: center; }
  .all_title .t2:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #c7c7c7;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0; }
  .all_title .t2 span {
    position: relative;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 18px;
    color: #222;
    letter-spacing: 1px;
    font-weight: lighter;
    z-index: 5;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px; }
.all_title .t3 {
  width: 100%; }
  .all_title .t3 a {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 22px;
    background: #fde624;
    text-align: center;
    line-height: 22px;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: lighter; }

.pro_class {
  width: 100%;
  *zoom: 1;
  padding-bottom: 30px; }
  .pro_class:before, .pro_class:after {
    content: " ";
    display: table; }
  .pro_class:after {
    clear: both; }
  .pro_class .a1 {
    width: 16.6%;
    float: left;
    background: -webkit-linear-gradient(120deg, #007ab7, #003651);
    background: -o-linear-gradient(120deg, #007ab7, #003651);
    background: -moz-linear-gradient(120deg, #007ab7, #003651);
    background: linear-gradient(120deg, #007ab7, #003651);
    height: 100%;
    position: relative; }
    .pro_class .a1 .b {
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      height: 62px; }
      .pro_class .a1 .b .b1 {
        width: 100%;
        text-align: center;
        line-height: 40px;
        height: 40px; }
      .pro_class .a1 .b .b2 {
        width: 100%;
        text-align: center;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #fff;
        height: 22px;
        line-height: 22px; }
  .pro_class .a2 {
    float: left;
    width: 83%;
    margin-left: 0.4%;
    *zoom: 1; }
    .pro_class .a2:before, .pro_class .a2:after {
      content: " ";
      display: table; }
    .pro_class .a2:after {
      clear: both; }
    .pro_class .a2 li {
      width: 19%;
      height: 40px;
      float: left;
      margin-right: 1.25%;
      background: #fff;
      margin-bottom: 10px; }
      .pro_class .a2 li:nth-child(5n) {
        margin-right: 0; }
      .pro_class .a2 li a {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        line-height: 40px;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 16px;
        color: #232323;
        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_class .a2 li a:hover {
          background: #007ab7;
          color: #fff; }

.s1 {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc; }
  .s1 .t1 {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 38px;
    color: #202020;
    font-weight: bold;
    text-align: center; }
  .s1 .t2 {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #8f8f8f;
    text-align: center;
    margin-top: 15px; }
  .s1 .s1_main {
    padding-top: 50px; }
    .s1 .s1_main:after {
      *zoom: 1; }
      .s1 .s1_main:after:before, .s1 .s1_main:after:after {
        content: " ";
        display: table; }
      .s1 .s1_main:after:after {
        clear: both; }
    .s1 .s1_main .left {
      width: 26.9%;
      height: 662px;
      float: left;
      background: url("../Image/s1_l.jpg") no-repeat center;
      background-size: cover;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
    .s1 .s1_main .right {
      width: 71%;
      float: right; }
      .s1 .s1_main .right li {
        float: left;
        width: 49.4%;
        margin-right: 1.2%;
        margin-bottom: 14px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }
        .s1 .s1_main .right li:nth-child(2n) {
          margin-right: 0; }
        .s1 .s1_main .right 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); }
        .s1 .s1_main .right li:hover .pic:before {
          opacity: 1; }
        .s1 .s1_main .right li:hover .pic:after {
          width: 85%;
          height: 85%;
          opacity: 1; }
        .s1 .s1_main .right li:hover .word .w1 {
          color: #007ab7;
          transform: translateX(6px);
          -ms-transform: translateX(6px);
          -moz-transform: translateX(6px);
          -webkit-transform: translateX(6px);
          -o-transform: translateX(6px); }
        .s1 .s1_main .right li .pic {
          width: 100%;
          height: 256px;
          overflow: hidden;
          position: relative; }
          .s1 .s1_main .right 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 */ }
          .s1 .s1_main .right 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 */ }
          .s1 .s1_main .right 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 */ }
        .s1 .s1_main .right li .word {
          width: 100%;
          height: 68px;
          background: #fff; }
          .s1 .s1_main .right li .word .w1 {
            width: 155px;
            height: 100%;
            line-height: 68px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #212121;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            margin-left: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            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: left; }
          .s1 .s1_main .right li .word .w2 {
            width: 68px;
            height: 68px;
            background: #007ab7;
            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 */ }
            .s1 .s1_main .right li .word .w2:hover {
              transform: scale(0.85);
              -ms-transform: scale(0.85);
              -moz-transform: scale(0.85);
              -webkit-transform: scale(0.85);
              -o-transform: scale(0.85); }
            .s1 .s1_main .right li .word .w2 a {
              width: 100%;
              height: 100%;
              display: block;
              text-align: center;
              line-height: 68px; }
              .s1 .s1_main .right li .word .w2 a i {
                font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
                font-size: 30px;
                color: #fff; }
          .s1 .s1_main .right li .word .w3 {
            width: 68px;
            height: 68px;
            background: #efefef;
            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 */ }
            .s1 .s1_main .right li .word .w3:hover {
              transform: scale(0.85);
              -ms-transform: scale(0.85);
              -moz-transform: scale(0.85);
              -webkit-transform: scale(0.85);
              -o-transform: scale(0.85); }
            .s1 .s1_main .right li .word .w3 a {
              width: 100%;
              height: 100%;
              display: block;
              text-align: center;
              line-height: 68px; }
              .s1 .s1_main .right li .word .w3 a i {
                font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
                font-size: 30px;
                color: #000; }

.s2 {
  padding-top: 50px;
  padding-bottom: 70px; }
  .s2 .s2_main {
    border-top: 3px solid #007ab7;
    margin-top: 50px; }
    .s2 .s2_main .top {
      width: 100%;
      height: auto;
      *zoom: 1;
      position: relative; }
      .s2 .s2_main .top:before, .s2 .s2_main .top:after {
        content: " ";
        display: table; }
      .s2 .s2_main .top:after {
        clear: both; }
      .s2 .s2_main .top .right {
        height: 240px;
        width: 40%;
        background: url("../Image/s2_right.jpg") no-repeat right;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2; }
      .s2 .s2_main .top .marginR0 {
        margin-right: 0 !important; }
      .s2 .s2_main .top .a1 {
        float: left;
        width: 21.5%;
        height: auto;
        padding-top: 45px;
        margin-right: 16.6%;
        background: #fff;
        position: relative;
        z-index: 5; }
        .s2 .s2_main .top .a1:last-child {
          margin-right: 0; }
        .s2 .s2_main .top .a1 .b1 {
          width: 100%;
          height: 40px;
          line-height: 40px;
          text-align: left; }
          .s2 .s2_main .top .a1 .b1 img {
            max-height: 100%; }
        .s2 .s2_main .top .a1 .b2 {
          height: 60px;
          line-height: 60px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 28px;
          color: #242424;
          border-bottom: 1px solid #d8d8d8; }
        .s2 .s2_main .top .a1 .b3 {
          padding-top: 8px;
          width: 100%;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #989898;
          line-height: 26px;
          height: 90px; }
      .s2 .s2_main .top .a2 {
        float: right;
        height: 240px;
        width: 34.5%;
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        padding-left: 50px;
        z-index: 5; }
        .s2 .s2_main .top .a2 .b1 {
          width: 100%;
          height: 60px;
          padding-top: 30px;
          *zoom: 1; }
          .s2 .s2_main .top .a2 .b1:before, .s2 .s2_main .top .a2 .b1:after {
            content: " ";
            display: table; }
          .s2 .s2_main .top .a2 .b1:after {
            clear: both; }
          .s2 .s2_main .top .a2 .b1 .c1 {
            height: 100%;
            float: left;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 48px;
            color: #fff;
            font-family: thyFont3, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif; }
            .s2 .s2_main .top .a2 .b1 .c1 span {
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 16px;
              color: #fff;
              font-weight: bold; }
          .s2 .s2_main .top .a2 .b1 .c2 {
            float: right;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 19px;
            color: rgba(255, 255, 255, 0.3);
            font-weight: lighter; }
        .s2 .s2_main .top .a2 .b2 {
          width: 100%;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.8);
          font-weight: lighter;
          line-height: 30px;
          height: 90px; }

.s3 {
  position: relative; }
  .s3 .basal {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00476b;
    z-index: 1; }
  .s3 .bac {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../Image/s3_bac.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.1;
    z-index: 3; }
  .s3 .s3_main {
    position: relative;
    z-index: 5;
    padding-top: 60px; }
    .s3 .s3_main .a1 {
      width: 100%;
      text-align: center; }
    .s3 .s3_main .a2 {
      width: 100%;
      height: 40px;
      padding-top: 20px;
      text-align: center; }
      .s3 .s3_main .a2 .b1 {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 18px;
        color: #fff;
        padding-left: 50px;
        padding-right: 50px;
        border-radius: 30px;
        background: #007ab7; }
    .s3 .s3_main .a3 {
      padding-top: 60px;
      padding-bottom: 60px; }
      .s3 .s3_main .a3 .swiper-slide {
        height: 260px;
        overflow: hidden; }
        .s3 .s3_main .a3 .swiper-slide:hover a .word {
          opacity: 1; }
          .s3 .s3_main .a3 .swiper-slide:hover a .word .b1 {
            transform: translateY(0);
            -ms-transform: translateY(0);
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0); }
        .s3 .s3_main .a3 .swiper-slide a {
          width: 100%;
          height: 100%;
          display: block;
          position: relative; }
        .s3 .s3_main .a3 .swiper-slide .pic {
          height: 100%;
          overflow: hidden; }
        .s3 .s3_main .a3 .swiper-slide .word {
          display: table;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.6);
          position: absolute;
          top: 0;
          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 */
          opacity: 0; }
          .s3 .s3_main .a3 .swiper-slide .word .b1 {
            padding: 10%;
            display: table-cell;
            transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            -moz-transform: translateY(-20px);
            -webkit-transform: translateY(-20px);
            -o-transform: translateY(-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 */ }
            .s3 .s3_main .a3 .swiper-slide .word .b1 .c1 {
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 17px;
              color: #fff;
              font-weight: lighter;
              vertical-align: middle;
              display: inline-block; }
            .s3 .s3_main .a3 .swiper-slide .word .b1 .c2 {
              width: 100%;
              height: 1px;
              background: #fff;
              display: inline-block; }

.s4 {
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 70px; }
  .s4 .s4_main {
    padding-top: 50px; }
    .s4 .s4_main:after {
      *zoom: 1; }
      .s4 .s4_main:after:before, .s4 .s4_main:after:after {
        content: " ";
        display: table; }
      .s4 .s4_main:after:after {
        clear: both; }
    .s4 .s4_main .left {
      width: 60.8%;
      float: left;
      background: #fff; }
      .s4 .s4_main .left .p1 {
        width: 100%;
        height: 68px;
        background: #e7e7e7;
        position: relative; }
        .s4 .s4_main .left .p1 .w1 {
          width: 50%;
          height: 100%;
          position: absolute;
          left: 50%;
          background: #007ab7;
          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 */ }
          .s4 .s4_main .left .p1 .w1 a {
            width: 100%;
            height: 100%;
            display: block;
            text-align: center;
            line-height: 68px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #fff; }
      .s4 .s4_main .left .p2 {
        padding: 30px 3.4% 0px 3.4%;
        position: relative;
        *zoom: 1; }
        .s4 .s4_main .left .p2:before, .s4 .s4_main .left .p2:after {
          content: " ";
          display: table; }
        .s4 .s4_main .left .p2:after {
          clear: both; }
        .s4 .s4_main .left .p2 .pic {
          width: 41%;
          height: 185px;
          float: left;
          overflow: hidden; }
        .s4 .s4_main .left .p2 .word {
          width: 49.5%;
          float: left;
          margin-left: 2.7%; }
          .s4 .s4_main .left .p2 .word .w1 {
            width: 100%;
            height: 18px;
            line-height: 18px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #2c2c2c;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-bottom: 16px;
            border-bottom: 1px solid #e3e3e3; }
          .s4 .s4_main .left .p2 .word .w2 {
            line-height: 26px;
            padding-top: 16px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #8d8d8d; }
          .s4 .s4_main .left .p2 .word .w3 {
            width: 130px;
            height: 38px;
            background: #007ab7;
            line-height: 38px;
            text-align: center;
            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: 43px; }
            .s4 .s4_main .left .p2 .word .w3:hover {
              box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2); }
            .s4 .s4_main .left .p2 .word .w3 a {
              width: 100%;
              height: 100%;
              display: block;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 14px;
              color: #fff; }
      .s4 .s4_main .left .p3 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 20px;
        *zoom: 1; }
        .s4 .s4_main .left .p3:before, .s4 .s4_main .left .p3:after {
          content: " ";
          display: table; }
        .s4 .s4_main .left .p3:after {
          clear: both; }
        .s4 .s4_main .left .p3 li {
          width: 47%;
          float: left;
          height: 24px;
          line-height: 24px;
          margin-right: 6%;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-left: 12px;
          position: relative;
          margin-bottom: 10px; }
          .s4 .s4_main .left .p3 li a {
            width: 100%;
            height: 100%;
            display: block;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #323232;
            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;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .s4 .s4_main .left .p3 li:hover a {
            color: #007ab7;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
          .s4 .s4_main .left .p3 li:hover:after {
            background: #007ab7;
            width: 8px; }
          .s4 .s4_main .left .p3 li:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            left: 0;
            width: 4px;
            height: 4px;
            background: #c3c3c3;
            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 */
            transition-timing-function: linear;
            -webkit-transition-timing-function: linear; }
          .s4 .s4_main .left .p3 li:nth-child(2n) {
            margin-right: 0; }
    .s4 .s4_main .right {
      width: 37%;
      float: right;
      background: #fff; }
      .s4 .s4_main .right .p1 {
        width: 100%;
        height: 68px;
        line-height: 68px; }
        .s4 .s4_main .right .p1 .w1 {
          float: left;
          height: 100%;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #2b2b2b;
          font-weight: bold;
          padding-left: 30px; }
        .s4 .s4_main .right .p1 .w2 {
          float: right;
          padding-right: 30px; }
          .s4 .s4_main .right .p1 .w2 a {
            width: 100%;
            height: 100%;
            display: block;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #2b2b2b;
            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 */ }
            .s4 .s4_main .right .p1 .w2 a:hover {
              color: #007ab7;
              transform: translateX(6px);
              -ms-transform: translateX(6px);
              -moz-transform: translateX(6px);
              -webkit-transform: translateX(6px);
              -o-transform: translateX(6px); }
      .s4 .s4_main .right .p2 {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        padding-left: 30px;
        padding-right: 30px; }
        .s4 .s4_main .right .p2 li {
          width: 338px;
          background: #efefef;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-top: 20px;
          padding-bottom: 20px;
          padding-right: 27px;
          padding-left: 70px;
          float: right;
          position: relative;
          margin-bottom: 25px; }
          .s4 .s4_main .right .p2 li:nth-child(2) {
            padding-right: 70px;
            padding-left: 27px;
            float: left; }
            .s4 .s4_main .right .p2 li:nth-child(2) .w2 {
              background: #007ab7;
              left: auto;
              right: -42px; }
          .s4 .s4_main .right .p2 li .w1 {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #2b2b2b;
            line-height: 26px; }
          .s4 .s4_main .right .p2 li .w2 {
            width: 84px;
            height: 84px;
            border-radius: 50%;
            background: #1752AC;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            left: -42px;
            text-align: center;
            line-height: 84px; }
            .s4 .s4_main .right .p2 li .w2 i {
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 40px;
              color: #fff; }

.pc_footer {
  height: auto;
  background: url("../Image/f_bac.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 20;
  width: 100%;
  padding-top: 70px; }
  .pc_footer .footer_t {
    width: 100%; }
    .pc_footer .footer_t .left {
      width: 50%;
      float: left; }
      .pc_footer .footer_t .left .a1 {
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 50px;
        color: #05acff;
        font-weight: lighter; }
      .pc_footer .footer_t .left .a2 {
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.4);
        font-weight: lighter;
        margin-top: 10px; }
      .pc_footer .footer_t .left .a3 {
        padding-top: 50px;
        height: 40px;
        line-height: 40px;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 28px;
        color: #fff;
        font-family: thyFont3;
        padding-bottom: 20px;
        display: inline-block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .pc_footer .footer_t .left .a4 {
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.3);
        line-height: 46px;
        margin-top: 20px; }
      .pc_footer .footer_t .left .a5 {
        width: 100%;
        padding-top: 20px; }
        .pc_footer .footer_t .left .a5 .b1 {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 40px;
          color: #373335;
          margin-right: 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 */ }
          .pc_footer .footer_t .left .a5 .b1:hover {
            color: #fff; }
    .pc_footer .footer_t .right {
      width: 45%;
      float: right; }
      .pc_footer .footer_t .right .layui-form {
        width: 100%; }
        .pc_footer .footer_t .right .layui-form .layui-input {
          width: 100%;
          height: 50px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-left: 10px;
          border: 1px solid rgba(255, 255, 255, 0.3);
          background: none;
          border-radius: 3px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff; }
          .pc_footer .footer_t .right .layui-form .layui-input:focus {
            border-color: #fff; }
        .pc_footer .footer_t .right .layui-form .layui-textarea {
          width: 100%;
          height: 160px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-left: 10px;
          border: 1px solid rgba(255, 255, 255, 0.3);
          background: none;
          border-radius: 3px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff; }
          .pc_footer .footer_t .right .layui-form .layui-textarea:focus {
            border-color: #fff; }
        .pc_footer .footer_t .right .layui-form .layui-form-item .layui-btn {
          background: #007ab7; }
  .pc_footer .footer_b {
    padding-top: 15px;
    height: 55px;
    line-height: 55px; }
    .pc_footer .footer_b li {
      *zoom: 1; }
      .pc_footer .footer_b li:before, .pc_footer .footer_b li:after {
        content: " ";
        display: table; }
      .pc_footer .footer_b li:after {
        clear: both; }
      .pc_footer .footer_b li .a1 {
        float: left;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #fff; }
        .pc_footer .footer_b li .a1 a {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff;
          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 */ }
          .pc_footer .footer_b li .a1 a:hover {
            color: #007ab7; }
      .pc_footer .footer_b li .a2 {
        float: right; }
        .pc_footer .footer_b li .a2 a {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff;
          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 */ }
          .pc_footer .footer_b li .a2 a:hover {
            color: #007ab7; }

.location {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: right;
  font-weight: lighter;
  height: 40px;
  padding-top: 220px;
  background: #007ab7;
  width: 100%; }
  .location span {
    color: #fff !important;
    font-size: 14px !important;
    padding: 0 2px 0 2px; }
  .location a {
    color: #fff; }
  .location a:last-child {
    color: #ece8e8; }
  .location a:hover {
    color: #ece8e8; }

.small_banner {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  position: relative; }
  .small_banner .inner_title {
    position: relative;
    z-index: 5;
    padding-top: 60px; }
    .small_banner .inner_title .t1 {
      color: #fff;
      font-family: thyFont3;
      letter-spacing: 1px;
      text-transform: capitalize; }
    .small_banner .inner_title .t2 {
      color: #fff;
      font-weight: lighter; }
      .small_banner .inner_title .t2:after {
        display: none; }
  .small_banner .mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }

.news {
  padding-bottom: 50px; }
  .news .to_slide_on {
    background: #007ab7 !important;
    color: #fff !important; }
  .news .bottom {
    width: 100%; }
    .news .bottom .swiper-slide {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .news .bottom .swiper-slide .news_li {
        width: 32.5%;
        overflow: hidden; }
        .news .bottom .swiper-slide .news_li:hover a .news_mask {
          opacity: 1;
          top: 0; }
        .news .bottom .swiper-slide .news_li:hover a .news_bac {
          opacity: 1; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w1 .time1 {
          color: #fff; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w1 .time2 {
          color: #fff; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w2 {
          color: #fff; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w3 {
          color: #ccc; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w4 {
          width: 0; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w5:after {
          left: 0; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w5:before {
          right: 8%;
          opacity: 1; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w5 .div1 {
          color: #fff; }
        .news .bottom .swiper-slide .news_li:hover a .news_main .w5 .div2 {
          color: #fff;
          opacity: 0; }
        .news .bottom .swiper-slide .news_li a {
          width: 100%;
          height: 100%;
          display: block;
          position: relative; }
        .news .bottom .swiper-slide .news_li .news_bac {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          width: 100%;
          height: 100%;
          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 */ }
        .news .bottom .swiper-slide .news_li .news_mask {
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 2;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.7);
          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 */
          transition-delay: 0.3s; }
        .news .bottom .swiper-slide .news_li .news_main {
          position: relative;
          z-index: 5; }
          .news .bottom .swiper-slide .news_li .news_main .w1 {
            width: 84%;
            margin-left: 8%;
            padding-top: 30px; }
            .news .bottom .swiper-slide .news_li .news_main .w1 .time1 {
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 30px;
              color: #202020;
              font-weight: lighter;
              margin-right: 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 */ }
            .news .bottom .swiper-slide .news_li .news_main .w1 .time2 {
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 16px;
              color: #202020;
              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 */ }
          .news .bottom .swiper-slide .news_li .news_main .w2 {
            width: 84%;
            margin-left: 8%;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 20px;
            color: #202020;
            font-weight: lighter;
            margin-top: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 28px;
            line-height: 28px;
            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 .bottom .swiper-slide .news_li .news_main .w3 {
            margin-top: 18px;
            height: 50px;
            width: 84%;
            margin-left: 8%;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #8e8e8e;
            font-weight: lighter;
            line-height: 26px;
            padding-bottom: 50px;
            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; }
          .news .bottom .swiper-slide .news_li .news_main .w4 {
            width: 84%;
            margin-left: 8%;
            height: 1px;
            background: #cdcdcd;
            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 .bottom .swiper-slide .news_li .news_main .w5 {
            width: 84%;
            padding-left: 8%;
            padding-right: 8%;
            height: 65px;
            position: relative; }
            .news .bottom .swiper-slide .news_li .news_main .w5:after {
              content: '';
              width: 100%;
              height: 100%;
              background: #A79496;
              position: absolute;
              top: 0;
              left: -100%;
              transition: 0.8s;
              -moz-transition: 0.8s;
              -webkit-transition: 0.8s;
              -o-transition: 0.8s;
              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.5s; }
            .news .bottom .swiper-slide .news_li .news_main .w5:before {
              content: '';
              width: 35px;
              height: 35px;
              background: url("../Image/news_r.png") no-repeat center;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              right: -8%;
              opacity: 0;
              transition: 0.8s;
              -moz-transition: 0.8s;
              -webkit-transition: 0.8s;
              -o-transition: 0.8s;
              transition-timing-function: ease;
              -moz-transition-timing-function: ease;
              /* Firefox 4 */
              -webkit-transition-timing-function: ease;
              /* Safari 和 Chrome */
              -o-transition-timing-function: ease;
              /* Opera */
              z-index: 5; }
            .news .bottom .swiper-slide .news_li .news_main .w5 .div1 {
              float: left;
              height: 100%;
              line-height: 65px;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 16px;
              color: #202020;
              font-weight: lighter;
              position: relative;
              z-index: 5;
              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 .bottom .swiper-slide .news_li .news_main .w5 .div2 {
              float: right;
              line-height: 65px;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 16px;
              color: #202020;
              position: relative;
              z-index: 5;
              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 .bottom .swiper-slide .news_li:nth-child(odd) {
        background: #ececec; }
  .news .all_button button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    border: 2px solid #e7e7e7; }
    .news .all_button button a {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 16px;
      color: #fff;
      background: #007ab7;
      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 .all_button button a:hover {
        background: #005884; }

@media screen and (max-width: 767px) {
  .news {
    padding-top: 40px;
    padding-bottom: 40px; }
    .news main {
      padding-left: 15px;
      padding-right: 15px; }
      .news main .top {
        margin-bottom: 20px; }
        .news main .top li {
          margin-right: 0; }
      .news main .bottom .swiper-slide .news_li {
        width: 100%;
        padding-top: 0; }
        .news main .bottom .swiper-slide .news_li .news_main .w1 {
          padding-top: 10px; }
          .news main .bottom .swiper-slide .news_li .news_main .w1 .time1 {
            font-size: 18px; }
          .news main .bottom .swiper-slide .news_li .news_main .w1 .time2 {
            font-size: 16px; }
        .news main .bottom .swiper-slide .news_li .news_main .w2 {
          font-size: 16px;
          margin-top: 5px; }
        .news main .bottom .swiper-slide .news_li .news_main .w3 {
          margin-top: 5px;
          padding-bottom: 10px; }
        .news main .bottom .swiper-slide .news_li .news_main .w5 {
          display: none; }
    .news .all_button {
      padding-top: 30px; } }
#viewer_honor {
  *zoom: 1; }
  #viewer_honor:before, #viewer_honor:after {
    content: " ";
    display: table; }
  #viewer_honor:after {
    clear: both; }
  #viewer_honor .honor_li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    padding: 5px;
    cursor: pointer; }
    #viewer_honor .honor_li:hover .honor_li_main .word {
      background: rgba(0, 0, 0, 0.9); }
    #viewer_honor .honor_li .honor_li_main {
      width: 100%;
      height: 100%;
      position: relative;
      background: #fff;
      border-radius: 4px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      padding: 1%;
      overflow: hidden; }
      #viewer_honor .honor_li .honor_li_main .pic {
        width: 100%; }
      #viewer_honor .honor_li .honor_li_main .word {
        height: 30px;
        line-height: 30px;
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 15px;
        color: #fff;
        text-align: center;
        bottom: 0px;
        left: 0px;
        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 */ }

@media screen and (max-width: 992px) {
  #viewer_honor .honor_li {
    width: 33.33%; } }
@media screen and (max-width: 767px) {
  #viewer_honor .honor_li {
    width: 50%; } }
.sea_span {
  width: 100%;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 10px; }
  .sea_span span {
    color: #05acff;
    font-weight: bold; }

.inner_des_title {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }
  .inner_des_title .w1 {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 22px;
    color: #444; }
  .inner_des_title .w2 {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 13px;
    color: #c1c1c1; }

.inner_case_content img {
  max-width: 100% !important;
  display: block !important;
  margin: 0 auto; }
.inner_case_content table {
  width: 100%; }
  .inner_case_content table td {
    border: 1px solid #ccc !important;
    padding: 10px !important; }
.inner_case_content strong {
  font-size: 16px !important; }

.case_fieldset {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px; }
  .case_fieldset legend {
    margin-left: 8px;
    padding-left: 5px;
    padding-right: 5px; }

.no_data {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 36px;
  color: #007ab7;
  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: 400px;
  margin-left: 10%; }
  #inner_swiper .pic {
    width: 100%;
    height: 100%;
    overflow: hidden; }

.inner_page {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
  height: auto;
  z-index: 20;
  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;
          border-radius: 4px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 22px;
          color: #fff;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          padding-left: 15px;
          border-bottom: 1px solid #ccc;
          background: -webkit-linear-gradient(120deg, #007ab7, #003651);
          background: -o-linear-gradient(120deg, #007ab7, #003651);
          background: -moz-linear-gradient(120deg, #007ab7, #003651);
          background: linear-gradient(120deg, #007ab7, #003651); }
        .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: #007ab7;
              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: #007ab7; }
              .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li a:hover:before {
                width: 15px; }
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li:last-child {
            border-bottom: 0; }
      .inner_page .inner_page_left .sidebar .sidebar_contact {
        width: 100%;
        height: auto;
        background: #fff;
        border-radius: 4px;
        margin-top: 5px;
        padding-bottom: 15px;
        overflow: hidden; }
        .inner_page .inner_page_left .sidebar .sidebar_contact fieldset {
          border: 1px solid #ccc;
          width: 90%;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          margin-left: 5%; }
          .inner_page .inner_page_left .sidebar .sidebar_contact fieldset legend {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 20px;
            color: #007ab7;
            margin-left: 10px; }
        .inner_page .inner_page_left .sidebar .sidebar_contact p {
          width: 90%;
          margin-left: 5%;
          height: 56px;
          line-height: 56px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 22px;
          color: #fff;
          border-bottom: 1px solid #ccc;
          padding-left: 15px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          background: -webkit-linear-gradient(120deg, #007ab7, #003651);
          background: -o-linear-gradient(120deg, #007ab7, #003651);
          background: -moz-linear-gradient(120deg, #007ab7, #003651);
          background: linear-gradient(120deg, #007ab7, #003651);
          border-radius: 4px; }
        .inner_page .inner_page_left .sidebar .sidebar_contact .slide_us {
          width: 90%;
          margin-left: 5%;
          line-height: 30px;
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #303030; }
          .inner_page .inner_page_left .sidebar .sidebar_contact .slide_us span {
            color: #FE0404; }
      .inner_page .inner_page_left .sidebar .sidebar_product {
        width: 100%;
        height: 250px; }
        .inner_page .inner_page_left .sidebar .sidebar_product .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); }
        .inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a {
          position: relative;
          width: 100%;
          height: 100%;
          display: block;
          height: 220px; }
          .inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a .pic {
            width: 100%;
            height: 220px;
            overflow: hidden; }
            .inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a .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 */ }
          .inner_page .inner_page_left .sidebar .sidebar_product .swiper-slide a .word {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #fff;
            background: rgba(0, 0, 0, 0.7);
            text-align: center;
            position: absolute;
            bottom: 0; }
  .inner_page .inner_page_right {
    width: 900px;
    float: right;
    position: relative;
    z-index: 8; }
    .inner_page .inner_page_right .right_page_top {
      border-radius: 4px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      padding: 15px;
      background: -webkit-linear-gradient(120deg, #007ab7, #003651);
      background: -o-linear-gradient(120deg, #007ab7, #003651);
      background: -moz-linear-gradient(120deg, #007ab7, #003651);
      background: linear-gradient(120deg, #007ab7, #003651); }
      .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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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_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; }
      .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top {
        *zoom: 1; }
        .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top:before, .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top:after {
          content: " ";
          display: table; }
        .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top:after {
          clear: both; }
        .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum {
          width: 50%;
          float: left; }
          .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop {
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px; }
            .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop .swiper-slide {
              cursor: pointer; }
              .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryTop .swiper-slide .pic {
                width: 100%;
                height: 300px; }
          .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryThumbs {
            padding-top: 10px; }
            .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryThumbs .swiper-slide {
              opacity: 0.2;
              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_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryThumbs .swiper-slide .pic {
                width: 100%;
                height: 85px; }
            .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top #innerAlbum .innerGalleryThumbs .swiper-slide-thumb-active {
              opacity: 1; }
        .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails {
          width: 46%;
          float: right; }
          .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a1 {
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 23px;
            color: #007ab7;
            padding-bottom: 10px;
            border-bottom: 1px dotted #ccc;
            margin-bottom: 10px; }
          .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a2 {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 15px;
            color: #333;
            padding-top: 5px;
            line-height: 24px;
            padding-bottom: 5px; }
            .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a2 span {
              color: #007ab7; }
          .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a3 {
            border-top: 1px dotted #ccc;
            padding-top: 15px; }
            .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a3 i {
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 26px;
              color: #007ab7;
              display: inline-block;
              margin-right: 15px; }
            .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a3 span {
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 26px;
              color: #007ab7;
              font-family: thyFont2; }
          .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a4 {
            width: 100%;
            padding-top: 20px; }
            .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a4 .b1 {
              width: 200px;
              height: 40px; }
              .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a4 .b1 a {
                width: 100%;
                height: 100%;
                display: block;
                border-radius: 2px;
                background: #007ab7;
                line-height: 40px;
                text-align: center;
                font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
                font-size: 15px;
                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 */ }
                .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a4 .b1 a:hover {
                  box-shadow: 0 0 13px 1px rgba(255, 255, 255, 0.7) inset; }
          .inner_page .inner_page_right .right_page_bottom .right_page_bottom_top .innerDetails .a5 {
            padding-top: 20px; }
      .inner_page .inner_page_right .right_page_bottom .other_product {
        padding-top: 20px;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: 1px solid #007ab7; }
        .inner_page .inner_page_right .right_page_bottom .other_product .a1 {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 22px;
          color: #007ab7; }
        .inner_page .inner_page_right .right_page_bottom .other_product .a2 {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 13px;
          color: #888;
          text-transform: capitalize; }
      .inner_page .inner_page_right .right_page_bottom .other_product_list li {
        width: 100%;
        height: 150px;
        position: relative; }
        .inner_page .inner_page_right .right_page_bottom .other_product_list li a {
          width: 100%;
          height: 100%;
          display: block; }
        .inner_page .inner_page_right .right_page_bottom .other_product_list li:hover .pic {
          border-color: #007ab7; }
          .inner_page .inner_page_right .right_page_bottom .other_product_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); }
        .inner_page .inner_page_right .right_page_bottom .other_product_list li:hover .word {
          height: 40px; }
        .inner_page .inner_page_right .right_page_bottom .other_product_list li .pic {
          width: 100%;
          height: 150px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/
          border: 1px solid #c1c1c1;
          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; }
          .inner_page .inner_page_right .right_page_bottom .other_product_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 */ }
        .inner_page .inner_page_right .right_page_bottom .other_product_list li .word {
          width: 100%;
          height: 30px;
          background: rgba(0, 0, 0, 0.7);
          position: absolute;
          bottom: 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 */ }
          .inner_page .inner_page_right .right_page_bottom .other_product_list li .word .a1 {
            width: 100%;
            height: 30px;
            line-height: 30px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #fff;
            text-align: center; }
      .inner_page .inner_page_right .right_page_bottom .other_case_list {
        width: 100%; }
        .inner_page .inner_page_right .right_page_bottom .other_case_list li {
          height: 210px;
          position: relative;
          overflow: hidden; }
          .inner_page .inner_page_right .right_page_bottom .other_case_list li a {
            width: 100%;
            height: 100%;
            display: block; }
          .inner_page .inner_page_right .right_page_bottom .other_case_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); }
          .inner_page .inner_page_right .right_page_bottom .other_case_list li:hover .word {
            bottom: 0;
            opacity: 1; }
          .inner_page .inner_page_right .right_page_bottom .other_case_list li .pic {
            height: 100%;
            width: 100%;
            overflow: hidden; }
            .inner_page .inner_page_right .right_page_bottom .other_case_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 */ }
          .inner_page .inner_page_right .right_page_bottom .other_case_list li .word {
            width: 100%;
            height: 40px;
            position: absolute;
            bottom: -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 */
            background: rgba(0, 0, 0, 0.6);
            z-index: 2;
            opacity: 0; }
            .inner_page .inner_page_right .right_page_bottom .other_case_list li .word .a1 {
              width: 100%;
              height: 40px;
              line-height: 40px;
              text-align: center;
              font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 14px;
              color: #fff; }
      .inner_page .inner_page_right .right_page_bottom .product_links {
        width: 100%;
        *zoom: 1; }
        .inner_page .inner_page_right .right_page_bottom .product_links:before, .inner_page .inner_page_right .right_page_bottom .product_links:after {
          content: " ";
          display: table; }
        .inner_page .inner_page_right .right_page_bottom .product_links:after {
          clear: both; }
        .inner_page .inner_page_right .right_page_bottom .product_links .left {
          width: 48%;
          float: left; }
          .inner_page .inner_page_right .right_page_bottom .product_links .left .inner_form .layui-input-block {
            margin-left: 0;
            width: 100%; }
          .inner_page .inner_page_right .right_page_bottom .product_links .left .inner_form .layui-input:focus {
            border-color: #007ab7 !important; }
          .inner_page .inner_page_right .right_page_bottom .product_links .left .inner_form .layui-textarea:focus {
            border-color: #007ab7 !important; }
        .inner_page .inner_page_right .right_page_bottom .product_links .right {
          width: 48%;
          float: right; }
          .inner_page .inner_page_right .right_page_bottom .product_links .right .inner_company_name {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 18px;
            color: #333; }
          .inner_page .inner_page_right .right_page_bottom .product_links .right .inner_company_name_en {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 12px;
            color: #666;
            text-transform: capitalize;
            margin-bottom: 8px; }
          .inner_page .inner_page_right .right_page_bottom .product_links .right .inner_contact_data {
            font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 14px;
            color: #333;
            margin-bottom: 2px; }
          .inner_page .inner_page_right .right_page_bottom .product_links .right .inner_map {
            width: 100%;
            height: 300px; }
            .inner_page .inner_page_right .right_page_bottom .product_links .right .inner_map #inner_map {
              width: 100%;
              height: 100%; }
              .inner_page .inner_page_right .right_page_bottom .product_links .right .inner_map #inner_map .anchorBL {
                display: none; }

.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: #007ab7; }
    .newslist li:hover .name:after {
      width: 100%; }
    .newslist li:hover .name {
      color: #007ab7;
      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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.9);
      font-family: thyFont3; }
      .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: #007ab7;
          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;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative; }
      .newslist li .name:after {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 0%;
        height: 1px;
        background: #007ab7;
        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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
      text-overflow: ellipsis;
      white-space: nowrap; }

.inner_news_title {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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_main {
  max-width: 1400px; }

.inner_pro_cat {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 10px; }
  .inner_pro_cat a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #d2d2d2;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
    margin-right: 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 */ }
    .inner_pro_cat a:hover {
      background: #007ab7;
      color: #fff; }

.inner_news_content p {
  background: none !important;
  font-size: 16px !important;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
  line-height: 26px !important; }
  .inner_news_content p span {
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important; }
.inner_news_content span {
  font-size: 16px !important;
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important; }
.inner_news_content img {
  max-width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  display: block !important;
  margin: 0 auto; }

.inner_case_img p img {
  display: block;
  max-width: 600px;
  max-height: 400px;
  margin: 0 auto; }

.inner_jobs_detail {
  cursor: pointer; }
  .inner_jobs_detail i {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #666; }

.inner_jobs_request {
  display: none;
  height: 400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding: 10px; }
  .inner_jobs_request p {
    background: none !important;
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important;
    line-height: 26px !important; }
    .inner_jobs_request p span {
      font-size: 16px !important;
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif !important; }
  .inner_jobs_request span {
    font-size: 16px !important;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: #007ab7;
  color: #fff; }

.pro_style_1 {
  width: 100%;
  *zoom: 1; }
  .pro_style_1:before, .pro_style_1:after {
    content: " ";
    display: table; }
  .pro_style_1:after {
    clear: both; }
  .pro_style_1 li {
    width: 310px;
    height: auto;
    margin-right: 43px;
    float: left;
    margin-bottom: 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 */
    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: 310px;
      overflow: hidden;
      position: relative; }
      .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: #ccc;
      position: relative; }
      .pro_style_1 li .word .w1 {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 50px;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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 */
        margin-left: 15px; }
      .pro_style_1 li .word .w2 {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 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 */
        background: #007ab7;
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
        opacity: 1;
        right: 15px; }
        .pro_style_1 li .word .w2 i {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #fff; }
    .pro_style_1 li:nth-child(4n) {
      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 */
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1); }
    .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: 350px;
      overflow: hidden;
      position: relative; }
      .pro_style_2 li .pic .mask {
        width: 70%;
        height: 100%;
        z-index: 5;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: 350px; }
        .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%;
        line-height: 50px;
        font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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 */
        margin-left: 15px; }
      .pro_style_2 li .word .w2 {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 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 */
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
        opacity: 1;
        right: 15px; }
        .pro_style_2 li .word .w2 i {
          font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #666; }
    .pro_style_2 li:nth-child(3n) {
      margin-right: 0; }

.page {
  text-align: center; }
  .page span {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #888; }
  .page a {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #888;
    display: inline-block;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    background: white;
    text-align: center;
    line-height: 24px;
    border-radius: 3px; }
    .page a:hover {
      color: #007ab7;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4) inset; }
      .page a:hover span {
        color: #007ab7; }
  .page .current {
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: white;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #007ab7;
    text-align: center;
    line-height: 24px;
    border-radius: 3px; }

.inner_map {
  width: 100%;
  height: 460px;
  overflow: hidden;
  margin-top: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }

.inner_contact_details p:nth-child(1) {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 28px;
  color: #333;
  font-weight: lighter; }
.inner_contact_details p:nth-child(2) {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
    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: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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; }
    .prev_next li:last-child {
      float: right;
      text-align: right; }
      .prev_next li:last-child a {
        float: left; }
    .prev_next li a {
      font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "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;
      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: #007ab7; }
.inner_form .layui-btn-primary {
  background-color: white; }
  .inner_form .layui-btn-primary:hover {
    border-color: #007ab7; }

/*# sourceMappingURL=index.css.map */
