﻿
@font-face {
  font-family: 'thyFont1';
  src: url(""); }
@font-face {
  font-family: 'thyFont2';
  src: url("../font/BEBAS.ttf"); }
@font-face {
  font-family: 'thyFont3';
  src: url("../font/Questrial-Regular.ttf"); }
*{
  box-sizing:border-box;
}
a{
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
main {
  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%; }

.pic {
  overflow: hidden; }
  .pic img {
    background: url("../image/loading.gif") no-repeat center; }

.header_banner {
  background: url("../image/loading.gif") no-repeat center; }

  .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*样式重置*/
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;
  width: 100%!important;
  border-collapse: collapse;
  border-spacing: 0; }
table td{
  border:1px solid #333!important;
}
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; }

/*样式重置*/
/*自写组件部分*/

/*动画区域*/
@-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); } }
@-webkit-keyframes preloadSlide {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  50% {
    opacity: 0.3;
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -o-transform: scale(1.8); }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); } }
@keyframes preloadSlide {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1); }
  50% {
    opacity: 0.3;
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -o-transform: scale(1.8); }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(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 */
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  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: top;
  object-position: top;
  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);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-size: 15px 25px; }

.needSwiperButtonBanner .swiper-button-prev:hover {
  transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -o-transform: translateX(-5px); }
.needSwiperButtonBanner .swiper-button-next:hover {
  transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px); }
.needSwiperButtonBanner .swiper-button-disabled {
  pointer-events: auto !important; }
.needSwiperButtonBanner .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;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  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: #cf111b; }
      .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 */
  -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  background: #fff; }
  .float_contact .p1 {
    line-height: 16px;
    padding: 20px;
    background: #cf111b;
    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: 0 20px;
    height: 45px;
    line-height: 45px;
    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: 45px;
      line-height: 45px;
      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; }

/*头部*/
.pc_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .pc_header .header_top {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #fff;
    position: relative;
    *zoom: 1; }
    .pc_header .header_top:before, .pc_header .header_top:after {
      content: " ";
      display: table; }
    .pc_header .header_top:after {
      clear: both; }
    .pc_header .header_top:after {
      content: '';
      position: absolute;
      bottom: -9px;
      width: 100%;
      height: 9px;
      background: rgba(0, 154, 68, 0.6);
      left: 0; }
    .pc_header .header_top .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: #636363;
      font-weight: lighter;
      line-height: 34px; }
    .pc_header .header_top .a2 {
      float: right;
      line-height: 34px;
      margin-right: 30px; }
      .pc_header .header_top .a2 .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: 14px;
        color: #636363;
        font-weight: lighter; }
      .pc_header .header_top .a2 .b2 {
        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: #cf111b;
        font-family: thyFont2, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif; }
    .pc_header .header_top .a3 {
      float: right;
      position: relative;
      z-index: 15;
      height: 34px;
      width: 52px; }

.header_mid {
  width: 248px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8); }
  .header_mid .header_logo {
    text-align: center;
    height: 116px;
    line-height: 116px;
    background: #fff;
    width: 100%; }
  .header_mid .header_logo2 {
    width: 100%;
    height: 116px;
    line-height: 116px;
    background: #cf111b;
    text-align: center; }
  .header_mid .header_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 15px; }
    .header_mid .header_nav li {
      width: 100%;
      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 */ }
      .header_mid .header_nav li:hover {
        background: rgba(0, 154, 68, 0.7); }
        .header_mid .header_nav li:hover a {
          color: #fff; }
      .header_mid .header_nav li a {
        width: 100%;
        height: 100%;
        display: block;
        line-height: 46px;
        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: #4b4b4b;
        height: 46px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
  .header_mid .header_sea {
    width: 100%;
    height: 38px;
    padding-top: 15px;
    padding-bottom: 30px; }
    .header_mid .header_sea form {
      width: 90%;
      margin-left: 5%;
      background: #fff;
      height: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      border: 1px solid #cecece;
      overflow: hidden; }
      .header_mid .header_sea form input {
        width: 80%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        padding-left: 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: 14px;
        color: #4b4b4b;
        height: 100%;
        line-height: 36px;
        float: left; }
      .header_mid .header_sea form button {
        width: 20%;
        height: 100%;
        background: none;
        float: right;
        text-align: center;
        line-height: 36px; }

/*响应式头部*/
.mobile_header {
  display: none;
  width: 100%;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888; }
  .mobile_header .mobile_to_index {
    height: 40px;
    position: fixed;
    top: 0;
    right: 2%;
    z-index: 10;
    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: #333; }
      .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: #cf111b; }
  .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: #cf111b; }
  .mobile_header .mobile_nav_main_on {
    transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    -moz-transform: translateX(-160px);
    -webkit-transform: translateX(-160px);
    -o-transform: translateX(-160px);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
  .mobile_header .mobile_nav_main {
    width: 160px;
    background: white;
    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: #cf111b; }
          .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; }
  .mobile_header .header_menu_on .a1 {
    transform: translateY(5px);
    transition: 0.3s 0s !important; }
    .mobile_header .header_menu_on .a1 .b1 {
      transform: rotate(45deg);
      transition: 0.3s 0.2s !important; }
  .mobile_header .header_menu_on .a2 {
    transform: translateY(-5px);
    transition: 0.3s 0s !important; }
    .mobile_header .header_menu_on .a2 .b1 {
      transform: rotate(-45deg);
      transition: 0.3s 0.2s !important; }
  .mobile_header .header_menu {
    position: absolute;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    top: 0px;
    left: 2%;
    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 .header_menu .a {
      width: 27px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 1px;
      position: absolute; }
      .mobile_header .header_menu .a .b1 {
        width: 100%;
        height: 1px;
        transition: 0.3s 0s;
        background: rgba(0, 0, 0, 0.5); }
    .mobile_header .header_menu .a1 {
      top: 14px;
      transition: 0.3s 0.2s; }
    .mobile_header .header_menu .a2 {
      top: 24px;
      transition: 0.3s 0.2s; }

/*响应式底部*/
.mobile_footer {
  height: auto;
  display: none; }
  .mobile_footer .a1 a {
    margin-right: 5px; }
    .mobile_footer .a1 a i {
      font-size: 28px;
      color: #afafaf; }
  .mobile_footer .a1 .to_top i {
    color: #fff;
    background: #afafaf;
    border-radius: 50%; }
  .mobile_footer .a2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mobile_footer .footer_add {
    height: 40px; }
  .mobile_footer .footer_nav {
    height: 40px;
    width: 100%;
    background: -webkit-linear-gradient(-120deg, #cf111b, #003417);
    background: -o-linear-gradient(-120deg, #cf111b, #003417);
    background: -moz-linear-gradient(-120deg, #cf111b, #003417);
    background: linear-gradient(-120deg, #cf111b, #003417);
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ccc;
    z-index: 9999; }
    .mobile_footer .footer_nav main {
      *zoom: 1; }
      .mobile_footer .footer_nav main:before, .mobile_footer .footer_nav main:after {
        content: " ";
        display: table; }
      .mobile_footer .footer_nav main:after {
        clear: both; }
      .mobile_footer .footer_nav main li {
        text-align: center;
        width: 20%;
        float: left; }
        .mobile_footer .footer_nav main li .b1 {
          height: 23px;
          line-height: 23px; }
          .mobile_footer .footer_nav main li .b1 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: 17px;
            color: #333; }
        .mobile_footer .footer_nav main li .b2 {
          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: #333;
          height: 17px;
          line-height: 17px; }

#mobileStyle2 .b1 i {
  color: #A79496;
  font-weight: bold; }
#mobileStyle2 .b2 {
  color: #A79496;
  font-weight: bold; }

/*搜索栏*/
#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: #cf111b;
  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: #cf111b; }
  .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: #cf111b;
        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); }

.s1 {
  width: 100%;
  padding-top: 70px;
  background-size: cover; }
  .s1 .a1 {
    width: 100%;
    text-align: center;
    padding-bottom: 35px; }
  .s1 .a2 {
    overflow: hidden;
    padding-bottom: 40px; }
    .s1 .a2 .li_all {
      background: #cf111b; }
      .s1 .a2 .li_all a {
        color: #fff; }
    .s1 .a2 li {
      float: left;
      border: 1px solid #e5e5e5;
      padding: 0 20px;
      background: #fff;
      margin-right: 10px;
      position: relative;
      overflow: hidden; }
      .s1 .a2 li:after {
        content: '';
        background: rgba(0, 0, 0, 0.6);
        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 */
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: -100%;
        top: 0; }
      .s1 .a2 li:hover:after {
        left: 0;
        opacity: 1; }
      .s1 .a2 li a {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        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: 16px;
        color: #5c5c5c;
        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 */ }
        .s1 .a2 li a:hover {
          color: #fff; }
  .s1 .a3 {
    width: 100%;
    position: relative;
    background: url("../image/s1_pic2.jpg") no-repeat center;
    background-size: contain; }
    .s1 .a3 li {
      width: 386px;
      float: left;
      margin-right: 20px;
      height: 290px;
      margin-bottom: 40px; }
      .s1 .a3 li:nth-child(3n) {
        margin-right: 0; }
      .s1 .a3 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); }
      .s1 .a3 li:hover .pic .title {
        background: rgba(0, 0, 0, 0.75); }
      .s1 .a3 li .pic {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        .s1 .a3 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 .a3 li .pic .title {
          width: 100%;
          text-align: center;
          line-height: 50px;
          height: 50px;
          position: absolute;
          left: 0;
          bottom: 0;
          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;
          background: rgba(0, 0, 0, 0.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 */ }

.s2 {
  padding-top: 40px;
  width: 100%;
  background-size: cover;
  padding-bottom: 80px; }
  .s2 .a1 {
    width: 100%;
    text-align: center;
    padding-bottom: 40px; }
  .s2 .a2 {
    width: 100%;
    *zoom: 1;
    padding-bottom: 45px; }
    .s2 .a2:before, .s2 .a2:after {
      content: " ";
      display: table; }
    .s2 .a2:after {
      clear: both; }
    .s2 .a2 li {
      width: 272px;
      float: left;
      margin-right: 37.33px;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }
      .s2 .a2 li:last-child {
        margin-right: 0; }
      .s2 .a2 li:hover {
        -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }
        .s2 .a2 li:hover .b1:before {
          background: #cf111b;
          width: 90px; }
        .s2 .a2 li:hover .b1 .c3 {
          transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          -moz-transform: translateY(-5px);
          -webkit-transform: translateY(-5px);
          -o-transform: translateY(-5px);
          background: #cf111b; }
      .s2 .a2 li .b1 {
        background: #eeeeee;
        position: relative;
        height: auto;
        height: 150px; }
        .s2 .a2 li .b1:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 0;
          width: 46px;
          height: 4px;
          background: #212d3a;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
        .s2 .a2 li .b1 .c1 {
          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: 20px;
          color: #484848;
          padding-top: 35px; }
        .s2 .a2 li .b1 .c2 {
          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: 12px;
          color: #999;
          font-weight: lighter;
          padding-top: 4px;
          text-transform: uppercase;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }
        .s2 .a2 li .b1 .c3 {
          width: 116px;
          height: 116px;
          border-radius: 50%;
          background: #212d3a;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -58px;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */
          text-align: center;
          line-height: 116px; }
          .s2 .a2 li .b1 .c3:before {
            content: '';
            width: 90%;
            height: 90%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 50%; }
      .s2 .a2 li .b2 {
        height: 207px;
        width: 100%;
        background: #fff; }
        .s2 .a2 li .b2 .c1 {
          padding-top: 90px;
          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: #7b7b7b;
          line-height: 24px;
          width: 80%;
          margin-left: 10%; }
  .s2 .a3 {
    width: 425px;
    margin: 0 auto;
    overflow: hidden; }
    .s2 .a3 .b1 {
      float: left;
      width: 190px;
      height: 50px;
      background: #fff;
      border: 1px solid #e5e5e5; }
      .s2 .a3 .b1:hover a {
        background: #cf111b;
        color: #fff; }
      .s2 .a3 .b1 a {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        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: 16px;
        color: #666;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
    .s2 .a3 .left {
      float: left; }
    .s2 .a3 .right {
      float: right; }

.s3 {
  width: 100%;
  overflow: hidden; }
  .s3 .left {
    float: left;
    width: 50%;
    height: 624px;
    background-size: cover;
    position: relative;
    z-index: 5; }
    .s3 .left img {
      top: 85px;
      right: -85px;
      position: absolute;
      z-index: 5; }
  .s3 .right {
    float: right;
    width: 50%;
    height: 624px;
    background-size: cover; }
    .s3 .right .a1 {
      padding-top: 85px;
      float: left;
      width: 467px;
      margin-left: 130px; }
      .s3 .right .a1 .b2 {
        padding-top: 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: 18px;
        color: #fff;
        padding-top: 12px;
        padding-bottom: 18px;
        font-weight: lighter; }
      .s3 .right .a1 .b3 {
        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: #87919a;
        line-height: 26px;
        font-weight: lighter; }
      .s3 .right .a1 .b4 {
        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;
        padding-top: 50px; }
      .s3 .right .a1 .b5 {
        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: 34px;
        color: #cf111b;
        font-family: thyFont2, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        padding-top: 10px;
        padding-bottom: 20px; }
      .s3 .right .a1 .b6 {
        width: 24px;
        height: 1px;
        background: rgba(255, 255, 255, 0.6); }

.s4 {
  padding-top: 80px;
  background: #f5f5f5;
  padding-bottom: 80px; }
  .s4 .left {
    width: 866px;
    float: left; }
    .s4 .left li {
      width: 100%;
      height: 270px;
      overflow: hidden;
      background: #fff;
      margin-bottom: 12px; }
      .s4 .left li:hover .pic {
        transform: scale(0.95);
        -ms-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95); }
        .s4 .left 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); }
      .s4 .left li:hover .word .a1 {
        color: #cf111b; }
      .s4 .left li:hover .word .a4 {
        transform: translateX(6px);
        -ms-transform: translateX(6px);
        -moz-transform: translateX(6px);
        -webkit-transform: translateX(6px);
        -o-transform: translateX(6px); }
      .s4 .left li .pic {
        width: 384px;
        height: 100%;
        overflow: hidden;
        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 */ }
        .s4 .left 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 */ }
      .s4 .left li .word {
        width: 394px;
        margin-left: 40px;
        float: left; }
        .s4 .left li .word .a1 {
          width: 100%;
          padding-top: 28px;
          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: 16px;
          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 */ }
        .s4 .left li .word .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: 14px;
          color: #999;
          padding-top: 8px;
          padding-bottom: 18px; }
        .s4 .left li .word .a3 {
          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: #919191;
          line-height: 24px;
          height: 72px; }
        .s4 .left li .word .a4 {
          padding-top: 35px;
          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 .right {
    float: right;
    width: 304px;
    height: 552px;
    background-size: contain;
    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 .right:hover {
      transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -webkit-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
    .s4 .right a {
      width: 100%;
      height: 100%;
      display: block; }

.pc_footer {
  height: auto;
  background-size: cover;
  position: relative;
  z-index: 20;
  width: 100%;
  padding-top: 55px; }
  .pc_footer .footer_t {
    width: 100%;
    overflow: hidden; }
    .pc_footer .footer_t .left {
      width: 50%;
      float: left; }
      .pc_footer .footer_t .left .a1 {
        width: 100%;
        padding-bottom: 30px; }
      .pc_footer .footer_t .left .a2 {
        overflow: hidden; }
        .pc_footer .footer_t .left .a2 .b1 {
          width: 50%;
          float: left; }
          .pc_footer .footer_t .left .a2 .b1 .c1 {
            width: 100%;
            line-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: #cf111b;
            font-family: thyFont2, "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif; }
            .pc_footer .footer_t .left .a2 .b1 .c1 img {
              margin-right: 10px; }
          .pc_footer .footer_t .left .a2 .b1 .c2 {
            width: 100%;
            padding-top: 17px;
            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: #6a727b; }
        .pc_footer .footer_t .left .a2 .b2 {
          float: left;
          width: 50%; }
          .pc_footer .footer_t .left .a2 .b2 .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: 14px;
            color: #6a727b;
            width: 100%;
            padding-bottom: 10px; }
    .pc_footer .footer_t .right {
      float: right;
      width: 50%;
      padding-top: 27px; }
      .pc_footer .footer_t .right li {
        float: right;
        width: 104px;
        text-align: center;
        margin-left: 20px; }
        .pc_footer .footer_t .right li img {
          width: 104px;
          margin-bottom: 6px; }
        .pc_footer .footer_t .right li 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: #6a727b;
          font-weight: lighter; }
  .pc_footer .footer_b {
    height: 50px;
    line-height: 50px; }
    .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: #6a727b; }
        .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: #6a727b;
          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: #cf111b; }
      .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: #6a727b;
          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: #cf111b; }

.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;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  display: block !important;
  margin: 0 auto; }

.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: #cf111b;
  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; }

.location_wrapper {
  position: relative;
  margin-top: -45px;
  z-index: 50; }
  .location_wrapper .location {
    float: right;
    width: 79%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: left;
    font-weight: lighter;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    padding: 0 15px 0 15px; }
    .location_wrapper .location span {
      color: #fff !important;
      font-weight: lighter;
      font-size: 14px !important;
      padding: 0 2px 0 2px; }
    .location_wrapper .location a {
      color: #fff;
      font-weight: lighter; }
    .location_wrapper .location a:last-child {
      color: #ff2f3a; font-weight: 700;}
    .location_wrapper .location a:hover {
      color: #ff2f3a; }

.inner_page {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
  height: auto;
  z-index: 20; }
  .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 .sideber_title {
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        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,#cf111b, #820009);
        background: -o-linear-gradient(-120deg, #cf111b, #820009);
        background: -moz-linear-gradient(-120deg, #cf111b, #820009);
        background: linear-gradient(-120deg, #cf111b, #820009);
        position: relative; }
        .inner_page .inner_page_left .sidebar .sideber_title span {
          font-size: 14px;
          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;
          text-transform: uppercase; }
        .inner_page .inner_page_left .sidebar .sideber_title .a1 {
          width: 70px;
          height: 70px;
          background: url("../image/logo_s.png") no-repeat center;
          background-size: contain;
          position: absolute;
          right: 10px;
          top: 10px; }
        .inner_page .inner_page_left .sidebar .sideber_title .a2 {
          width: 25px;
          background: rgba(255, 255, 255, 0.5);
          height: 25px;
          position: absolute;
          right: 5px;
          top: 5px;
          display: none;
          z-index: 2;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          /* Firefox */
          -webkit-box-sizing: border-box;
          /* Safari*/ }
      .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 .sidebar_li {
          background: #fff;
          width: 100%;
          height: auto;
          border-bottom: 1px solid #ccc;
          position: relative;
          overflow: hidden; }
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .slide_toggle_on .slide_toggle_s {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -o-transform: rotate(180deg); }
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .slide_toggle {
            position: absolute;
            width: 31px;
            height: 31px;
            top: 9px;
            background: #666;
            right: 5px;
            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 */
            cursor: pointer; }
            .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .slide_toggle:hover {
              background: #cf111b; }
              .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .slide_toggle:hover .slide_toggle_s {
                transform: scale(0.8);
                -ms-transform: scale(0.8);
                -moz-transform: scale(0.8);
                -webkit-transform: scale(0.8);
                -o-transform: scale(0.8); }
            .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .slide_toggle .slide_toggle_s {
              width: 23px;
              height: 23px;
              margin-left: 4px;
              margin-top: 4px;
              border-radius: 50%;
              background: #fff;
              text-align: center;
              line-height: 24px;
              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 .slide_toggle .slide_toggle_s 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_page .inner_page_left .sidebar .sidebar_top .sidebar_li .fa {
            width: 100%;
            height: 50px;
            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;
            -webkit-transition-timing-function: ease;
            -o-transition-timing-function: ease;
          }
.inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .fa:hover{
  background: #cf111b;
}
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .pro_son {
            display: block; }
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .son_a {
            width: 100%;
            height: 40px;
            line-height: 40px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* Firefox */
            -webkit-box-sizing: border-box;
            /* Safari*/
            padding-left: 25px;
            display: block;
            border-top: 1px solid #E0E0E0;
            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.65);
            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 */ }
            .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .son_a:hover {
              color: #cf111b; }
          .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .fa_a {
            width: 200px;
            height: 50px;
            line-height: 50px;
            display: block;
            padding-left: 5%;
            padding-right: 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: 14px;
            color: rgba(0, 0, 0, 0.75);
            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 .fa_a:before {
              content: '';
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto 0;
              left: 0;
              width: 0px;
              height: 1px;
              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 */ }
            .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .fa_a:hover {
              padding-left: 20px;
              color: #fff; }
              .inner_page .inner_page_left .sidebar .sidebar_top .sidebar_li .fa_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: -webkit-linear-gradient(-120deg, #cf111b, #820009);
        background: -o-linear-gradient(-120deg, #cf111b, #820009);
        background: -moz-linear-gradient(-120deg, #cf111b, #820009);
        background: linear-gradient(-120deg, #cf111b, #820009);
        border-radius: 4px;
        margin-top: 5px;
        padding-bottom: 15px; }
        .inner_page .inner_page_left .sidebar .sidebar_contact .slide_us {
          width: 90%;
          margin-left: 5%;
          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: 15px;
          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; }
      .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%;
      display: none;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      padding: 15px;
      background: -webkit-linear-gradient(-120deg, #cf111b, #003417);
      background: -o-linear-gradient(-120deg, #cf111b, #003417);
      background: -moz-linear-gradient(-120deg, #cf111b, #003417);
      background: linear-gradient(-120deg, #cf111b, #003417); }
      .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 {
          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;
          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;
          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; }
    .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: #cf111b;
            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: #cf111b; }
          .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: #cf111b;
              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: #cf111b;
              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: #cf111b;
                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 {
                  -webkit-box-shadow: 0 0 13px 1px rgba(255, 255, 255, 0.7) inset;
                  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 #cf111b; }
        .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: #cf111b; }
        .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: 180px;
        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: #cf111b; }
          .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: 180px;
          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: #cf111b !important; }
          .inner_page .inner_page_right .right_page_bottom .product_links .left .inner_form .layui-textarea:focus {
            border-color: #cf111b !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; }

.cat_content strong {
  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: #333;
 /* color: #cf111b;*/
  font-weight: bold; }
.cat_content p {
  line-height: 26px;
  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: #555; }

.needSy {
  position: relative; }
  .needSy .sy {
    max-width: 70%;
    max-height: 70px;
    background: url("../image/sy.png") no-repeat center;
    background-size: contain;
    opacity: 0.35;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    }

.pro84 .zb, .pro85 .zb, .pro86 .zb, .pro87 .zb, .pro88 .zb, .pro89 .zb, .pro90 .zb {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-size: contain;
  z-index: 5; }

.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;
     }
    .newslist li:hover .time span:last-child:after {
      width: 30px; }
    .newslist li:hover .time span:last-child {
      color: #cf111b; }
    .newslist li:hover .name:after {
      width: 100%; }
    .newslist li:hover .name {
      color: #cf111b;
      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: #cf111b;
          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: #cf111b;
        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;
      }

.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_news_status .inner_news_status_back a:hover{
      color:#cf111b;
    }

.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;
  display: block !important;
  margin: 5px auto!important; }

.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: #cf111b;
  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: 32.5%;
    height: auto;
    margin-right: 1.25%;
    float: left;
    margin-bottom: 15px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    .pro_style_1 li:hover {
      -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
      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: 260px;
      overflow: hidden;
      position: relative;
      border: 1px solid #eee;
    }
      .pro_style_1 li .pic img {
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .pro_style_1 li .pic:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 3;
        opacity: 0;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .pro_style_1 li .pic:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 99%;
        height: 99%;
        border: 1px solid #fff;
        z-index: 4;
        background: none;
        opacity: 0;
        transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
    .pro_style_1 li .word {
      width: 100%;
      height: 50px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      background: #fff;
      position: relative; }
      .pro_style_1 li .word .w1 {
        width: 100%;
        overflow: hidden;
        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: 16px;
        color: #333;
        font-weight: 700;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /* Firefox */
        -webkit-box-sizing: border-box;
        /* Safari*/
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        text-align: center; }
      .pro_style_1 li .word .w2 {
        display: none; }
    .pro_style_1 li:nth-child(3n) {
      margin-right: 0; }

.pro_style_2 {
  width: 100%; }
  .pro_style_2:after {
    *zoom: 1; }
    .pro_style_2:after:before, .pro_style_2:after:after {
      content: " ";
      display: table; }
    .pro_style_2:after:after {
      clear: both; }
  .pro_style_2 li {
    width: 32.5%;
    height: auto;
    margin-right: 1.25%;
    float: left;
    margin-bottom: 15px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    cursor: url("../image/viewer.png"), default; }
    .pro_style_2 li:hover {
      -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1); }
      .pro_style_2 li:hover .word .w1 {
        padding-left: 15px; }
      .pro_style_2 li:hover .word .w2 {
        opacity: 1;
        right: 15px; }
      .pro_style_2 li:hover .pic .mask {
        left: 15%;
        opacity: 1; }
      .pro_style_2 li:hover .pic img {
        transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -o-transform: scale(1.15); }
      .pro_style_2 li:hover .pic:before {
        opacity: 1;
        top: 0; }
    .pro_style_2 li .pic {
      width: 100%;
      height: 250px;
      overflow: hidden;
      position: relative; }
      .pro_style_2 li .pic .mask {
        width: 70%;
        height: 100%;
        z-index: 5;
        font-family: "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: 250px; }
        .pro_style_2 li .pic .mask:before {
          content: '';
          width: 20%;
          height: 1px;
          background: #fff;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          left: -24%; }
      .pro_style_2 li .pic img {
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
      .pro_style_2 li .pic:before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 3;
        opacity: 0;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        top: 100%; }
    .pro_style_2 li .word {
      width: 100%;
      height: 50px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      /* Firefox */
      -webkit-box-sizing: border-box;
      /* Safari*/
      background: #fff;
      position: relative; }
      .pro_style_2 li .word .w1 {
        width: 80%;
        overflow: hidden;
        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 */ }
      .pro_style_2 li .word .w2 {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 0px;
        opacity: 0;
        text-align: center;
        line-height: 30px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */
        -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2); }
        .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; }

.pro_style_honor {
  width: 100%; }
  .pro_style_honor:after {
    *zoom: 1; }
    .pro_style_honor:after:before, .pro_style_honor:after:after {
      content: " ";
      display: table; }
    .pro_style_honor:after:after {
      clear: both; }
  .pro_style_honor li {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    padding: 5px;
    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: url("../image/viewer.png"), default;
    overflow: hidden;
    border-radius: 4px; }
    .pro_style_honor li:hover {
      -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.25); }
    .pro_style_honor li img {
      width: 100%;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */ }

.page {
  text-align: center;
  padding-top: 20px; }
  .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;
    padding-left: 6px;
    padding-right: 6px;
    height: 24px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    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: #cf111b;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4) inset;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4) inset; }
      .page a:hover span {
        color: #cf111b; }
  .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: #cf111b;
    text-align: center;
    line-height: 24px;
    border-radius: 3px; }

.inner_map {
  width: 100%;
  height: 460px;
  overflow: hidden; }

.inner_contact_details {
  display: inline-block;
  float: right;
  position: relative;
  margin-top: -50px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari*/
  padding: 25px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .inner_contact_details p {
    line-height: 24px;
    color: #666;
    font-size: 13px;
    display: inline-block; }
  .inner_contact_details .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: 22px;
    color: #333;
    font-weight: bold; }
  .inner_contact_details .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: 14px;
    color: #333; }
  .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); 
      color:#fff;
    }
      .prev_next li:hover a {
        color: #fff; }
        .prev_next li:hover:first-child{
          color:#fff;
        }
      .prev_next li:hover .layui-icon {
        color: #fff; }

.inner_form .message_on .b1 i {
  color: #cf111b !important; }
.inner_form .message_on .b1:before {
  background: #cf111b !important; }
.inner_form .message_on input {
  border-color: #cf111b !important; }
.inner_form .message_on textarea {
  border-color: #cf111b !important; }

.inner_form .a1 {
  width: 100%;
  height: auto;
  position: relative; }

  .inner_form .a1 .b1 {
    width: 60px;
    height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 44px;
    z-index: 60; }
    .inner_form .a1 .b1:before {
      content: '';
      width: 1px;
      height: 20px;
      background: #e5e5e5;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 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 */ }
    .inner_form .a1 .b1 i {
      font-size: 20px;
      color: #666;
      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_form .a1 input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
    font-weight: "normal"; }
  .inner_form .a1 input:-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-weight: "normal"; }
  .inner_form .a1 input::-moz-placeholder {
    font-size: 14px;
    color: #999;
    font-weight: "normal"; }
  .inner_form .a1 input:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
    font-weight: "normal"; }
  .inner_form .a1 input {
    width: 100%;
    border-color: #656b6f;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari*/
    padding-right: 60px;
    padding-left: 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 */ }
  .inner_form .a1 textarea {
    border-color: #999; }
  .inner_form .a1 button {
    background: #cf111b;
    line-height: 50px;
    width:100%;
    height: 50px;
    padding:0;
  }
  .inner_form .a1 .layui-btn-primary {
    background: #fff; }
    .inner_form .a1 .layui-btn-primary:hover {
      border-color: #cf111b; }
.inner_form .v-code {
  width: 40%;
  *zoom: 1; }
  .inner_form .v-code .b1 {
    right: 32%; }
  .inner_form .v-code:before, .inner_form .v-code:after {
    content: " ";
    display: table; }
  .inner_form .v-code:after {
    clear: both; }
  .inner_form .v-code input {
    width: 68%;
    float: left; }
  .inner_form .v-code img {
    width: 30%;
    float: right; }

/*# sourceMappingURL=index.css.map */

/*toubu*/
.toubu{
  height: 30px;
  border-bottom: 1px solid #d0d0d0;
}
.toubu .t-left{
  float: left;
  line-height: 35px;
  font-size: 14px;
  color:#666;
}
.toubu .t-right{
  float: right;
  position: relative;
}
.toubu .t-right.wx a{
  display: block;
  float: left;
  position: relative;
}
.toubu .t-right.wx a.weixin{
  position: relative;
  z-index: 3;
  padding:0 25px;
  background: #cf111b;
  color:#fff;
}
.toubu .t-right.wx .mobile{
  float: left;
  width:97px;
  line-height: 30px;
  padding-left: 57px;
  border-left:1px solid #d0d0d0;
  border-right:1px solid #d0d0d0;
  background: url("../image/china.png") no-repeat left 14px center;
  position: relative;
  cursor: pointer;
}
.toubu .t-right.wx .en{
  background: url("../image/am.png") no-repeat left 14px center;
}
.toubu .t-right.wx .mobile i{
  display: block;
  position: absolute;
  width:8px;
  height: 4px;
  background: url("../image/sanjiao.png") no-repeat center;
  right: 17px;
  top: 14px;
}
.toubu .t-right.wx .mobile .langbox{
  display: block;
  position: absolute;
  width:100%;
  top:30px;
  left:0;
  z-index: 10000;
  display: none;
}
.toubu .t-right.wx .mobile .langbox a{
  display: block;
  font-size:14px;
  text-align:center;
  line-height: 30px;
  float: none;
  border: 1px solid #d0d0d0;
  background: #cf111b;
  color:#fff;
}
.toubu .t-right.wx .mobile .langbox a:hover{

}
.t-right-fir{
  display: inline-block;
  font-size: 12px;
  color:#8e8e8e;
  line-height: 30px;
  position: relative;
}
.t-right-fir:nth-child(2){
  margin:0 18px;
}
.t-right-fir:nth-child(2):after{
  display: block;
  content:"";
  position: absolute;
  width:2px;
  height: 10px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left:-11px;
}
.t-right-sec{
  display: inline-block;
  line-height: 30px;
  margin-right: 25px;
  font-size: 14px;
  color:#666;
  position: relative;
}
.t-right-sec span{
  color:#cf111b;
  font-weight: 700;
}
.t-right-sec:nth-child(1){
}
.t-right-sec:nth-child(1):after{
  display: block;
  content:"";
  position: absolute;
  right: -15px;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width:2px;
  height: 15px;
  background: #fff;
}
.t-right-sec:nth-child(2){
  background: url(../image/t2.png) no-repeat center left;
}



.t-right-sec.weixin:hover{

}
.t-right .tel{
  line-height: 40px;
  font-size: 22px;
  color:#fff;
  padding-left: 28px;
  background: url(../image/tel.png) no-repeat center left;
  margin-left: 26px;
}
.sousuo{
  float: right;
}
.search {
  width: 220px;
  height: 29px;
  text-indent: 8px;
  outline: none;
  border:none;
  background: #fff;
  color:#9d9d9d;
  float: left;
  box-shadow: none;
}
.sousuotijiao {
  width: 40px;
  height: 30px;
  background: url("../image/f-sou.png") no-repeat center;
  cursor: pointer;
  outline: none;
  float: right;
  border-right: 1px solid #d0d0d0;
}
.sousuo ::-webkit-input-placeholder { /* WebKit browsers */
  color:#9d9d9d;
  font-size:14px;
}
.sousuo :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:#9d9d9d;
  font-size:14px;
}
.sousuo ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:#9d9d9d;
  font-size:14px;
}
.sousuo :-ms-input-placeholder { /* Internet Explorer 10+ */
  color:#9d9d9d;
  font-size:14px;
}


.nav{
  position: fixed;
  width:100%;
  height: 140px;
  top:0;
  left:0;
  z-index: 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;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
z-index: 1000;
  background: #fff;
}
.nav .logo 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;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}

.nav.fixed{
  box-shadow: 0 0 10px #000;
}

.nav .logo{
  float: left;
  margin-top: 12px;
}
.nav .nav-list{
  float: right;
  position:relative;
}
.nav .nav-list ul li{
  float: left;
  width:116px;
  position: relative;
}
.nav .nav-list ul li .erji{
  position: absolute;
  top:110px;
  left:50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width:135%;
  display: none;
  box-shadow: 0px 0px 10px #000;
}
.nav .nav-list ul li .erji a{
  display: block;
  text-align:center;
  font-size:16px;
    font-weight: 700;
  line-height: 40px;
  background: #fff;
  border-bottom: 1px solid #cf111b;
  letter-spacing: 1px;
}
.nav .nav-list ul li .erji a:hover{
  color:#fff;
  background: #cf111b;
}
.nav .nav-list ul li a{
  display: block;
  position: relative;
}

.nav .nav-list ul li a span{
  display: block;
  text-align: center;
  line-height: 110px;
  font-size: 16px;
  color:#3b3b3b;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.nav .nav-list ul li a i{
  position: absolute;
  width:4px;
  height: 4px;
  background: #fff;
  left: 22px;
  top: 33px;
  z-index: 3;
}
.nav .nav-list ul li a em{
  position: absolute;
  display: block;
  width:0;
  height: 3px;
  background: #cf111b;
  bottom: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;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.nav .nav-list ul li:hover a em{
  width:100%;
}
.nav .nav-list ul li:hover span{

}
.nav .nav-list .erjibox{
  position: absolute;
  width:100%;
  top:70px;
  left:0;
  background: rgba(0,0,0,0.8);
  display: none;
}
.nav .nav-list .erjibox .erji-list{
  float: left;
  width:135px;
  height: 375px;
  border-right:1px solid #726e70;
}
.nav .nav-list .erjibox .erji-list a{
  display: block;
  color:#c2c2c2;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.nav .nav-list .erjibox .erji-list a:hover{
  color:#fff;
}
#thyNavStyle em{
  width:100%;
}
#thyNavStyle span{

}
.titlebox .fir{
  font-size: 36px;
  color:#373737;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
}
.titlebox .sec{
  font-size: 16px;
  color:#3b3b3b;
  text-align: center;
  margin:10px 0 35px 0;

}
.titlebox .thr {
  width:860px;
  text-align:center;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  margin:0 auto 30px auto;
}


/*product*/
.pro{
  padding-top:40px;
  background: #fbfbfb;
}
.pro-lunbo{
  position: relative;
  margin-bottom: 30px;
}
.swiper-container-pro .swiper-slide a{
  display: block;
  width:100%;
  height: 100%;
}
.swiper-container-pro .swiper-slide a .imgbox{
  width:100%;
  border:1px solid #d9333d;
  transition: all 300ms ease-in-out;
  -webkit-transform: all 300ms ease-in-out;
}
.swiper-container-pro .swiper-slide:hover a .imgbox{
  border:1px solid #d9333d;
}
.swiper-container-pro .swiper-slide a .imgbox .pic{
  width:100%;
  height: 240px;
  position: relative;
}
.swiper-container-pro .swiper-slide a .imgbox .pic img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.swiper-container-pro .swiper-slide a .imgbox p{
  width:280px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  background: #d9333d;
  margin:0 auto;
  transition: all 300ms ease-in-out;
  -webkit-transform: all 300ms ease-in-out;
  margin-bottom: 15px;
}
.swiper-container-pro .swiper-slide:hover a .imgbox p{
  background: #d9333d;
  color:#fff;
}
.swiper-button-next-pro{
  width:39px;
  height: 77px;
  transition: all 300ms ease-in-out;
  -webkit-transform: all 300ms ease-in-out;
  right:-65px;
  top:43%;
}
.swiper-button-next-pro:hover{
}
.swiper-button-prev-pro{
  width:39px;
  height: 77px;
  transition: all 300ms ease-in-out;
  -webkit-transform: all 300ms ease-in-out;
  left:-65px;
  top:43%;
}
.swiper-button-prev-pro:hover{
}
.pro-left{
  float: left;
  width:280px;
}
.pro-left-bottom{
  width:100%;
}
.p-l-inner{
  background: url("../image/tbox.jpg") no-repeat center;
  height: 136px;
  margin-top: 10px;
  padding: 59px 0 0 78px;
}
.p-l-inner p:first-child{
  font-size: 18px;
  color:#fff;
}
.p-l-inner p:nth-child(2){
  font-size: 24px;
  color:#fff;
  font-weight: 700;
}
.p-l-inner a{
  display: block;
  width:110px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  background: #d32727;
  border:1px solid #d32727;
  margin-top: 15px;

}
.p-l-inner a:hover{
  background: #252525;
  webkit-box-shadow: 0 0 18px 5px #d32727 inset;
  -moz-box-shadow: 0 0 18px 5px #d32727 inset;
  box-shadow: 0 0 18px 5px #d32727 inset;
}
.pro-left ul li{
  margin-bottom: 10px;
}
.pro-left ul li:last-child{
  margin-bottom: 0;
}
.pro-left ul li{
  background: #fff;
}
.pro-left ul li a{
  font-weight: 700;
  display: block;
  line-height: 70px;
  font-size: 16px;
  color:#393939;
  padding-left: 97px;
  border:1px solid #e0dcdc;
}
.pro-left ul li:nth-child(1) a{
  background: #fff url(../image/t1.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(2) a{
  background: #fff url(../image/t2.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(3) a{
  background: #fff url(../image/t3.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(4) a{
  background: #fff url(../image/t4.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(5) a{
  background: #fff url(../image/t5.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(6) a{
  background: #fff url(../image/t6.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(7) a{
  background: #fff url(../image/t7.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(1):hover a{
  color:#fff;
  background:#d32727 url(../image/t11.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(2):hover a{
  color:#fff;
  background:#d32727 url(../image/t22.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(3):hover a{
  color:#fff;
  background:#d32727 url(../image/t33.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(4):hover a{
  color:#fff;
  background:#d32727 url(../image/t44.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(5):hover a{
  color:#fff;
  background:#d32727 url(../image/t55.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(6):hover a{
  color:#fff;
  background:#d32727 url(../image/t66.png) no-repeat left 28px center;
}
.pro-left ul li:nth-child(7):hover a{
  color:#fff;
  background:#d32727 url(../image/t77.png) no-repeat left 28px center;
}
.pro-right{
  float: right;
  width:877px;
}
.pro-right-top{
  width:100%;
  border:1px solid #e7e3e1;
  padding-right:30px;
}
.pro-right-top p{
  width:150px;
  background: #cf111b;
  text-align:center;
  float: left;
  line-height: 50px;
  font-size: 20px;
  color:#fff;

}
.pro-right-top p span{
  display: inline-block;
  margin-left: 8px;
  font-weight: 500;
  color:#9f9f9f;
}
.pro-right-top a{
  display: block;
  float: right;
  line-height: 50px;
  font-size: 14px;
  color:#494949;
}
.pro-right ul{
  margin-top: 25px;
}
.pro-right ul li{
  float: left;
  width:280px;
  margin-right:18px;
}
.pro-right ul li:nth-child(3n){
  margin-right:0;
}
.pro-right ul li:nth-child(-n+6){
  margin-bottom:30px;
}
.pro-right ul li a{
  display: block;
  position: relative;
}
.pro-right ul li a .pic{
  width:100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  border:1px solid #e0dcdc;
  background: #fff;
  transition: all 300ms ease-in-out;
  -webkit-transform: all 300ms ease-in-out;
  border:1px solid #e0dcdc;
}
.pro-right ul li:hover a .pic{
  border:1px solid #cf111b;
}
.pro-right ul li a .pic .pro-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro-title{
  width:100%;
  line-height: 55px;
  background: #fff;
  color:#3e3e3e;
  font-size: 18px;
  text-align: center;
  transition: all 300ms ease-in-out;
  -webkit-transform: all 300ms ease-in-out;
  border:1px solid #e0dcdc;
  border-top: none;
}

.pro-right ul li:hover .pro-title{
  border:1px solid #cf111b;
  border-top: none;
}
.pro-a{
  display: block;
  width:165px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  margin:0 auto;
  margin-top: 50px;
  background: #252525;
}
.pro-a:hover{
  webkit-box-shadow: 0 0 18px 5px #d32727 inset;
  -moz-box-shadow: 0 0 18px 5px #d32727 inset;
  box-shadow: 0 0 18px 5px #d32727 inset;
}

.about{
  padding:50px 0;
}
.about .about-inner{
  background:url("../image/aboutbg.png") no-repeat center;
  height: 478px;
  padding-top: 97px;
}
.about .a-right{
  float: right;
  width:360px;
  margin-right: 65px;
}
.about .a-right .fir{
  font-size:24px;
  color:#3f3f3f;
}
.about .a-right .con{
  font-size:14px;
  color:#747474;
  line-height: 28px;
  margin-top: 30px;
}
.about .a-right a {
  margin-top: 8px;
  float: right;
  display: block;
  font-size:14px;
  color:#cf111b;
  background: url("../image/about-a.png") no-repeat right 26px center;
  width:145px;
  line-height: 40px;
  border:1px solid #cf111b;
  border-radius: 50px;
  padding-left: 26px;
}
.about .a-right a:hover{
  box-shadow: 0px 0px 8px #cf111b;
}
.anli{
  padding:50px 0;
  background: url("../image/anlibg.jpg") no-repeat center / cover;
}
.anli .anli-left{
  float: left;
  width:230px;
  margin-right: 20px;
}
.anli .anli-left a{
  display: block;
  line-height: 100px;
  background: #eee url("../image/anli111.png") no-repeat center right 30px;
  font-size:16px;
  color:#303030;
  text-align:center;
}
.anli .anli-left a:nth-child(-n+4){
  margin-bottom: 4px;
}
.anli .anli-left a:hover{
  background: #cf111b url("../image/anli1.png") no-repeat center right 30px;
  color:#fff;
  text-align: inherit;
  padding-left: 35px;
}
.anli .anli-left a.active{
  background: #cf111b url("../image/anli1.png") no-repeat center right 30px;
  color:#fff;
  text-align: inherit;
  padding-left: 35px;
}
.anli .anli-center{
  width: 670px;
  height: 515px;
  float: left;
  margin-right: 20px;
}
.anli .anli-center a{
  display: block;
  width:100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.anli .anli-center a img{
  width:100%;
  height: 100%;
  object-fit: cover;
   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 */
}
.anli .anli-center:hover a img{
  transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
}
.anli .anli-center a .text{
  position: absolute;
  width:100%;
  left:0;
  bottom:0;
  background: rgba(0,0,0,0.6);
  padding:15px 40px;
}
.anli .anli-center a .text .title{
  font-size: 16px;
  color:#fff;
  font-weight: 700;
}
.anli .anli-center a .text .con{
  font-size: 14px;
  color:#fff;
  line-height: 23px;
}
.anli .anli-center a .text .con span{
  color:#cf111b;
  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 */
}
.anli .anli-center a .text .con span:hover{
  font-weight: 700;
  text-decoration: underline;
}
.anli .anli-right{
  float: right;
  width:260px;
}
.anli .anli-right a{
  display: block;
  width:100%;
  height: 167px;
  position: relative;
  overflow: hidden;
}
.anli .anli-right a:nth-child(-n+2){
  margin-bottom: 7px;
}
.anli .anli-right a .title{
  position: absolute;
  left:0;
  bottom:0;
  background: rgba(0,0,0,0.6);
  line-height: 35px;
  font-size: 16px;
  width:100%;
  text-align: center;
  color:#fff;

}
.anli .anli-right a img{
  width:100%;
  height: 100%;
  object-fit: cover;
  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 */
}
.anli .anli-right a:hover img{
  transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
}
.anli-qie-box .anli-qie-inner{
  display: none;
}
.anli-qie-box .anli-qie-inner.active{
  display: block;
}

.youshi{
  padding-top:50px;
}
.adv-type{
  border:1px solid #e0dcdc;
}
.adv-type li{
  float: left;
  width:299px;
  line-height: 90px;
  font-size: 20px;
  color:#6a6a6a;
  padding-left: 112px;
  object-fit: cover;
  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;
}
.adv-type li:nth-child(1){
  background: url(../image/a1.png) no-repeat left 67px center;
}
.adv-type li:nth-child(2){
  background: url(../image/a2.png) no-repeat left 67px center;
}
.adv-type li:nth-child(3){
  background: url(../image/a3.png) no-repeat left 67px center;
}
.adv-type li:nth-child(4){
  background: url(../image/a4.png) no-repeat left 67px center;
}
.adv-type li:nth-child(1):hover{
  color:#fff;
  background:#cf111b url(../image/a11.png) no-repeat left 60px center;
}
.adv-type li:nth-child(2):hover{
  color:#fff;
  background:#cf111b url(../image/a22.png) no-repeat left 60px center;
}
.adv-type li:nth-child(3):hover{
  color:#fff;
  background:#cf111b url(../image/a33.png) no-repeat left 60px center;
}
.adv-type li:nth-child(4):hover{
  color:#fff;
  background:#cf111b url(../image/a44.png) no-repeat left 60px center;
}

.adv-type li:nth-child(1).active{
  color:#fff;
  background:#cf111b url(../image/a11.png) no-repeat left 60px center;
}
.adv-type li:nth-child(2).active{
  color:#fff;
  background:#cf111b url(../image/a22.png) no-repeat left 60px center;
}
.adv-type li:nth-child(3).active{
  color:#fff;
  background:#cf111b url(../image/a33.png) no-repeat left 60px center;
}
.adv-type li:nth-child(4).active{
  color:#fff;
  background:#cf111b url(../image/a44.png) no-repeat left 60px center;
}
.advbox{
  height: 640px;
  position: relative;
}
.advbox .swiper-container-adv{
  width: 100%;
  height: 100%;
}
.advbox .swiper-wrapper{
  width: 100%;
  height: 100%;
}
.advbox .swiper-container-adv .swiper-slide{
  width: 100%;
  height: 100%;
}
.advbox .swiper-container-adv .swiper-slide .imgbox{
  width: 100%;
  height: 100%;
}
.advbox main{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 640px;
  z-index: 1;
}
.advbox .advbox-list{
  position: absolute;
  width:480px;
  height: 640px;
  background: url(../image/adv-list.png) no-repeat center;
  left:0;
  top:0;
  padding:80px;
  display: none;
}
.advbox .advbox-list.active{
  display: block;
}
.advbox .advbox-list .fir{
  font-size:28px;
  color:#cf111b;
  font-weight: 700;
  margin-top: 48px;
}
.advbox .advbox-list .sec{
  font-size:14px;
  color:#848484;
  text-transform: uppercase;
  margin-top: 18px;
}
.advbox .advbox-list .thr{
  font-size:16px;
  color:#474747;
  padding-left: 30px;
  background: url(../image/a5.png) no-repeat left center;
}
.advbox .advbox-list .thr.a{
  margin-top: 50px;
}
.advbox .advbox-list .thr.b{
  margin-top: 30px;
}
.advbox .advbox-list a{
  display: block;
  width:170px;
  line-height: 45px;
  border-radius: 20px;
  border:1px solid #cf111b;
  text-align: center;
  font-size: 16px;
  color:#cf111b;
  font-weight: 700;
  margin-top: 60px;
}
.advbox .advbox-list a:hover{
  box-shadow: 0px 0px 10px #cf111b;
}
.news{
  padding:50px 0;
  background: #f4f4f4;
}
.news .news-left{
  float: left;
  width:580px;
  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 .news-left .imgbox{
  width:100%;
  height: 400px;
  position: relative;
}
.news .news-left .imgbox .title{
  position: absolute;
  width:100%;
  text-align:center;
  left:0;
  bottom:0;
  line-height: 70px;
  font-size:20px;
  color:#fff;
  font-weight: 700;
}
.news .news-left .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.news .news-left .text{
  background: #fff;
  padding:24px 47px;
}
.news .news-left .text .type{
  float: left;
  width:68px;
  line-height: 20px;
  background:#f5cfd1;
  font-size: 12px;
  color:#cf111b;
  border:1px solid #cf111b;
  text-align: center;
  border-radius: 4px;
}
.news .news-left .text .time{
  float: left;
  line-height: 20px;
  margin-left: 30px;
  font-size: 12px;
  color:#6a6a6a;
}
.news .news-left .text .con{
  font-size: 14px;
  color:#393939;
  line-height: 20px;
  margin:15px 0;
}
.news .news-left .text .des{
  font-size: 14px;
  color:#cf111b;
}
.news .news-left:hover{
  box-shadow: 0 8px 20px #ccc;
}
.news .news-right{
  float: right;
  width:590px;
}
.news .news-right .news-list{
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
}
.news .news-right .news-list:hover{
  box-shadow: 0 8px 20px #ccc;
}
.news .news-right .news-list:nth-child(-n+2){
  margin-bottom: 44px;
}
.news .news-right .imgbox{
  float: left;
  width:233px;
  height: 157px;
}
.news .news-right .imgbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.news .news-right .text{
  float: left;
  width:357px;
  height: 157px;
  padding:20px 28px;
  background:#fff;
}
.news .news-right .text .timebox{
  margin:10px 0;
}
.news .news-right .text .title{
  font-size:18px;
  font-weight: 700;
  color:#393939;
}
.news .news-right .text .type{
  float: left;
  width:68px;
  line-height: 20px;
  background:#f5cfd1;
  font-size: 12px;
  color:#cf111b;
  border:1px solid #cf111b;
  text-align: center;
  border-radius: 4px;
}
.news .news-right .text .time{
  float: left;
  line-height: 20px;
  margin-left: 30px;
  font-size: 12px;
  color:#6a6a6a;
}
.news .news-right .text .con{
  font-size: 14px;
  color:#6f6f6f;
  line-height: 20px;
}
.news .news-right .text .des{
  font-size: 14px;
  color:#cf111b;
  float: right;
}
.f-daohang ul li{
  float: left;
  width:200px;
}
.f-daohang ul li a{
  display: block;
  line-height: 75px;
  text-align:center;
  font-size:14px;
  color:#434343;
}
.f-daohang ul li a:hover{
  text-shadow:0px 0px 6px #cf111b;
  color:#cf111b;
}
.footer{
  background: #242628;
  padding:60px 0;
}
.footer .f-left{
  width:415px;
  float: left;

}
.footer .titlefir{
  font-size:20px;
  color:#fff;
}
.footer .titlesec{
  width:45px;
  height: 1px;
  background: #fff;
  margin:20px 0;
}
.footer .conbox{
  margin-top: 30px;
}
.footer .conbox p{
  font-size:14px;
  color:#cdcdcd;
  line-height: 22px;
}
.footer .f-right{
  float: left;
  width:530px;
  height: 310px;
  border-left:1px solid #656b6f;
  border-right:1px solid #656b6f;
  padding:0 47px;
}
.footer .shouyeliuyan .a1 .b1{
  left:0;
}
.footer .shouyeliuyan .a1 .b1:before{
  right:0;
  height: 100%;
  left:60px;
  background: #707070;
}
.footer .shouyeliuyan .a1 input{
  background:none;
  border:1px solid #707070;
  text-indent: 65px;
}
.footer .shouyeliuyan .a1 textarea{
  width:100%;
  background:none;
  border:1px solid #656b6f;
  height: 100px;
}
.footer .f-er{
  float: right;
  width:255px;
  padding-left: 50px;
}
.footer .f-er .erbox{
  width:200px;
  height: 200px;
  padding:15px;
  border:1px solid #656b6f;
}
.footer .f-er .erbox img{
  width:100%;
}

.last{
  width:100%;
  background: #393b3d;
  line-height: 40px;
}
.last-left{
  float: left;
}
.last-left img{
  max-height: 85px;
  max-width: 85px;
}
.last-center{
  float: left;
}
.last-center ul{
  margin-top: 10px;
}
.last-center ul li{
  float:left;
  padding:5px 20px;

}
.last-center ul li a{
  display: block;
  color:#9c9c9c;
  font:14px 'Microsoft YaHei';
}
.last-center p{
  font:14px 'Microsoft YaHei';
  color:#9c9c9c;
  line-height: 40px;
}
.last-center p a{
  font:14px 'Microsoft YaHei';
  color:#9c9c9c;
  line-height: 40px;
  padding-right: 10px;
}
.last-right{
  position: inherit;
  float: right;
}
.last-right a{
  font:14px 'Microsoft YaHei';
  color:#9c9c9c;
  line-height: 40px;
}
.news-sidebar{
  display: none;
}
.xueyuan-sidebar{
  display: none;
}
.kecheng-sidebar{
  display: none;
}
.zuoping-sidebar{
  display: none;
}
.innerbox{
  width:80%;
  margin:0 auto;
}
.innerbox #innerAlbum .innerGalleryThumbs {
    padding-top: 10px;
}
.innerbox #innerAlbum .innerGalleryTop {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.innerbox #innerAlbum .innerGalleryThumbs .swiper-slide .pic {
    width: 100%;
    height: 85px;
}
.innerbox #innerAlbum .innerGalleryTop .swiper-slide .pic {
    width: 100%;
    height: 500px;
}
.quyu .quyu-list{
  float: left;
  width:370px;
}
.quyu .quyu-list .cu{
  font-weight: 700;
  color:#cf111b;
  font-size:16px;
}
.quyu .q1 p{
  font-size:15px;
  line-height: 24px;
  color:#333;
}
.quyu .q1{
  margin-top: 20px;
}
.formbox .inner_form .i1{
  clear: inherit;
  float: left;
  width: 200px;
}
.formbox .inner_form .a1 .b1{
  height: 50px;
}
.hezuo li{
  border:1px solid #eee;
  height: 414px;
}
.hezuo li .pic{
  width:100%;
  height: 200px;
  border:none;
}
.hezuo li .pic:after{
  display: none;
}
.hezuo li .pic:before{
  display: none;
}
.hezuo li:hover .pic img{
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.hezuo li .text{
  padding:10px;
}
.hezuo li .text .w1{
  font-size:18px;
  color:#666;
}
.hezuo li:hover .text .w1{
  color:#cf111b;
}
.hezuo li .text .w2{
  font-size: 14px;
  line-height: 24px;
  color: grey;
  word-break: normal;
  word-wrap: break-word;
  margin-top: 10px;
}
.case-side{
  display: none;
}
.company-side{
  display: none;
}
.product-side{
  display: none;
}
.lianxi-side{
  display: none;
}
.newslist-left{
  float: left;
  width:265px;
  height: 175px;
}
.newslist-right{
  float: right;
  width:580px;
}
.banner-samllbox{
  width:100%;
  height: 350px;
}
.banner-samll{
  width:100%;
  height: 100%;
}
.banner-samll.contact-banner{
  background: url("../image/bg1.jpg") no-repeat center / cover;
}
.contact-show{
  display: block;!important;
}
.banner-samll.project-banner{
   background: url("../image/bg2.jpg") no-repeat center / cover;
 }
.banner-samll.product-banner{
  background: url("../image/bg3.jpg") no-repeat center / cover;
}
.news-side{
  display: none;
}

.fazhan-li li{
  background: url("../image/jiantou.png") no-repeat center bottom 50px;
}
.fazhan-li li:hover{
  background: url("../image/jiantou1.png") no-repeat center bottom 50px;
}
.fazhan-li li .text .w2{
  margin-top: 0;
  height: 120px;
}
.fazhan-li li .text .w1{
  margin-top: 26px;
}