@charset "utf-8";

/* base */

@font-face {
  font-family: trends;
  src: url(../fonts/trends.ttf);
}

@font-face {
  font-family: go;
  src: url(../fonts/Gotham-Book.ttf);
}

@font-face {
  font-family: go;
  font-weight: bold;
  src: url(../fonts/Gotham-Bold.ttf);
}

@font-face {
  font-family: tmb;
  src: url(../fonts/TrebuchetMSBold.ttf);
}

@font-face {
  font-family: roboto;
  font-weight: bold;
  src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: Akr;
  src: url(../fonts/Akrobat-Black.ttf);
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* font-size: calc(100vw / 7.5); */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.oh {
  overflow: hidden;
}

html.oh2 {
  overflow: hidden;
}

.rules{

-moz-user-select: none;

-webkit-user-select: none;

-ms-user-select: none;

-khtml-user-select: none;

user-select: none;

}
body {
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  padding: 0 45px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -moz-outline-style: none;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b,
strong {
  font-weight: bold;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto!important;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}


dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.visible-xs {
  display: none !important;
}

.container::after,
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

.container {
  margin: auto;
  min-height: 1px;
  width: 100%;
  max-width: 1600px;
}
.common_box {
  max-width: 1600px;
  margin: auto;
  min-height: 1px;
  width: 100%;
  background: #fff;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 24px;
}

.o_fit video,
.o_fit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

[dis-select] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dis-drag] {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}


@media (max-width: 1920px) {
  .point-area:nth-child(1)
  {
      left: 88%;
      top: 8%;
  }

   .point-area:nth-child(2)
  {
      left: 63%;
      top: 50%;
  }

   .point-area:nth-child(3)
  {
      left: 65%;
      top: 54%;
  }

   .point-area:nth-child(4)
  {
      left: 82%;
      top: 54%;
  }
   .point-area:nth-child(5)
  {
      left: 78%;
      top: 54%;
  }
   .point-area:nth-child(6)
  {
      left: 48%;
      top: 60%;
  }
   .point-area:nth-child(7)
  {
      left: 82%;
      top: 60%;
  }
   .point-area:nth-child(8)
  {
      left: 62%;
      top: 62%;
  }
   .point-area:nth-child(9)
  {
      left: 80%;
      top: 66%;
  }
   .point-area:nth-child(10)
  {
      left: 85%;
      top: 72%;
  }
   .point-area:nth-child(11)
  {
      left: 61%;
      top: 45%;
  }
   .point-area:nth-child(12)
  {
      left: 69%;
      top: 76%;
  }
}


@media (max-width: 1700px) {
  .point-area:nth-child(1)
  {
      left: 88%;
      top: 8%;
  }

   .point-area:nth-child(2)
  {
      left: 63%;
      top: 50%;
  }

   .point-area:nth-child(3)
  {
      left: 65%;
      top: 54%;
  }

   .point-area:nth-child(4)
  {
      left: 82%;
      top: 54%;
  }
   .point-area:nth-child(5)
  {
      left: 78%;
      top: 54%;
  }
   .point-area:nth-child(6)
  {
      left: 48%;
      top: 60%;
  }
   .point-area:nth-child(7)
  {
      left: 82%;
      top: 60%;
  }
   .point-area:nth-child(8)
  {
      left: 62%;
      top: 62%;
  }
   .point-area:nth-child(9)
  {
      left: 80%;
      top: 66%;
  }
   .point-area:nth-child(10)
  {
      left: 85%;
      top: 72%;
  }
   .point-area:nth-child(11)
  {
      left: 61%;
      top: 45%;
  }
   .point-area:nth-child(12)
  {
      left: 69%;
      top: 76%;
  }
}

@media (max-width: 1600px) {
  .point-area:nth-child(1)
  {
      left: 88%;
      top: 8%;
  }

   .point-area:nth-child(2)
  {
      left: 63%;
      top: 50%;
  }

   .point-area:nth-child(3)
  {
      left: 65%;
      top: 54%;
  }

   .point-area:nth-child(4)
  {
      left: 81%;
      top: 53%;
  }
   .point-area:nth-child(5)
  {
      left: 76%;
      top: 53%;
  }
   .point-area:nth-child(6)
  {
      left: 48%;
      top: 60%;
  }
   .point-area:nth-child(7)
  {
      left: 82%;
      top: 60%;
  }
   .point-area:nth-child(8)
  {
      left: 62%;
      top: 62%;
  }
   .point-area:nth-child(9)
  {
    left: 79%;
    top: 64%;
  }

   .point-area:nth-child(10)
  {
    left: 84%;
    top: 72%;
  }

   .point-area:nth-child(11)
  {
      left: 61%;
      top: 45%;
  }
   .point-area:nth-child(12)
  {
      left: 69%;
      top: 76%;
  }
}

@media (max-width: 1560px) {
  .point-area:nth-child(1)
  {
      left: 88%;
      top: 8%;
  }

   .point-area:nth-child(2)
  {
      left: 63%;
      top: 50%;
  }

   .point-area:nth-child(3)
  {
      left: 65%;
      top: 54%;
  }

   .point-area:nth-child(4)
  {
      left: 81%;
      top: 53%;
  }
   .point-area:nth-child(5)
  {
      left: 76%;
      top: 53%;
  }
   .point-area:nth-child(6)
  {
      left: 48%;
      top: 60%;
  }
   .point-area:nth-child(7)
  {
      left: 82%;
      top: 60%;
  }
   .point-area:nth-child(8)
  {
      left: 62%;
      top: 62%;
  }
   .point-area:nth-child(9)
  {
    left: 79%;
    top: 64%;
  }
   .point-area:nth-child(10)
  {
      left: 84%;
      top: 72%;
  }
   .point-area:nth-child(11)
  {
      left: 61%;
      top: 45%;
  }
   .point-area:nth-child(12)
  {
      left: 69%;
      top: 76%;
  }
}

@media (max-width: 1400px) {
  .point-area:nth-child(1)
  {
      left: 88%;
      top: 8%;
  }

   .point-area:nth-child(2)
  {
      left: 63%;
      top: 50%;
  }

   .point-area:nth-child(3)
  {
      left: 65%;
      top: 54%;
  }

   .point-area:nth-child(4)
  {
      left: 81%;
      top: 53%;
  }
   .point-area:nth-child(5)
  {
      left: 76%;
      top: 53%;
  }
   .point-area:nth-child(6)
  {
      left: 48%;
      top: 60%;
  }
   .point-area:nth-child(7)
  {
      left: 82%;
      top: 60%;
  }
   .point-area:nth-child(8)
  {
      left: 62%;
      top: 62%;
  }
   .point-area:nth-child(9)
  {
    left: 79%;
    top: 64%;
  }
   .point-area:nth-child(10)
  {
      left: 85%;
      top: 72%;
  }
   .point-area:nth-child(11)
  {
      left: 61%;
      top: 45%;
  }
   .point-area:nth-child(12)
  {
      left: 69%;
      top: 76%;
  }
}


@media (max-width: 1360px) {
  .point-area:nth-child(1)
  {
      left: 86%;
      top: 8%;
  }

  .point-area:nth-child(2)
  {
      left: 61%;
      top: 50%;
  }

  .point-area:nth-child(3)
  {
      left: 63%;
      top: 54%;
  }

 .point-area:nth-child(4)
  {
      left: 80%;
      top: 54%;
  }
   .point-area:nth-child(5)
  {
      left: 76%;
      top: 54%;
  }
   .point-area:nth-child(6)
  {
      left: 46%;
      top: 60%;
  }
   .point-area:nth-child(7)
  {
      left: 80%;
      top: 60%;
  }
   .point-area:nth-child(8)
  {
      left: 60%;
      top: 62%;
  }
   .point-area:nth-child(9)
  {
      left: 78%;
      top: 66%;
  }

   .point-area:nth-child(10)
  {
      left: 85%;
      top: 72%;
  }
   .point-area:nth-child(11)
  {
      left: 59%;
      top: 45%;
  }
  .point-area:nth-child(12)
  {
      left: 67%;
      top: 72%;
  }


}



@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}

/* base */

/* scrollbar */
@media (min-width: 1025px) {
  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 6px
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  ::selection {
    background: #ccc;
    color: #fff;
  }
  
}

/* scrollbar */

/* animation */
/*
  animation: jump_down 1.8s infinite ease-in-out;
	-moz-animation: jump_down 1.8s infinite ease-in-out;
	-webkit-animation: jump_down 1.8s infinite ease-in-out;
  -o-animation: jump_down 1.8s infinite ease-in-out;
*/
.l_en {
  font-size: 12px;
  position: absolute;
  top: 360px;
  left: -30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
  font-family: go;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1)
  }
}
@-moz-keyframes ripple {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1)
  }
}
@-o-keyframes ripple {
  0% {
    opacity: 0;
    -o-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1)
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes movable-underline-animation {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }

  50% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }

  51% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@-o-keyframes movable-underline-animation {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }

  50% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }

  51% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@-moz-keyframes movable-underline-animation {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }

  50% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }

  51% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

@-webkit-keyframes movable-underline-animation {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }

  50% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }

  51% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
/* jump_down */
@keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-moz-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-webkit-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-o-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

/* jump_down */

/* animation */

/* page */
/*
  <div class="pagination">
    <div class="page_pc hidden-xs clearfix">
      <a href="javascript:;">上一页</a>
      <a href="javascript:;" class="page_num act">1</a>
      <a href="javascript:;" class="page_num">2</a>
      <a href="javascript:;" class="page_num">3</a>
      <a href="javascript:;">下一页</a>
      <em>共10页</em>
    </div>
    <a href="javascript:;" class="page_sj visible-xs">加载更多</a>
  </div>
*/
.pagination {
  margin: 40px auto;
}
.page_pc {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

.page_pc a {
  color: #333;
  margin: 2px;
  padding: 10px 15px;
  text-decoration: none;
  background: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.page_pc a:hover,
.page_pc a.act {
  background: #da1c30;
  color: #fff;
}

.page_pc em {
  font-style: normal;
  font-size: 12px;
  color: #666;
}

.page_sj {
  width: 100px;
  height: 32px;
  background: #da1c30;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 32px;
  display: none;
  text-align: center;
}

/* page */

/* common */
.md {
  position: relative;
  top: -105px;
}
.commonP {
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: center;
  width: 100%;
}
.commonP .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.commonP .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ba3315;
  width: 20px;
}

.common_tit {
}
.common_tit h3 {
  font-size: 30px;
  color: #d03c1b;
}
.common_tit h5 {
  margin-top: 26px;
  font-size: 14px;
  color: #4d4d4d;
}
.common_tit.w * {
  color: #fff;
}

.common_btn {
  display: block;
  overflow: hidden;
  position: relative;
  width: 230px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: go;
}
.common_btn::before {
  content: attr(data-text);
  z-index: 10;
  position: absolute;
  left: 0;
  color: #333;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.common_btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transform: translateX(100%) skew(0deg);
  -webkit-transform: translateX(100%) skew(0deg);
  -moz-transform: translateX(100%) skew(0deg);
  -ms-transform: translateX(100%) skew(0deg);
  -o-transform: translateX(100%) skew(0deg);
}
.common_btn:hover::before {
  opacity: 1;
}
.common_btn:hover::after {
  opacity: 1;
  transform: translateX(10%) skew(-20deg);
  -webkit-transform: translateX(10%) skew(-20deg);
  -moz-transform: translateX(10%) skew(-20deg);
  -ms-transform: translateX(10%) skew(-20deg);
  -o-transform: translateX(10%) skew(-20deg);
}
.common_btn span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1;
  display: block;
  opacity: 1;
}
.common_btn:hover span {
  opacity: 0;
}

.common_btn2 a,
.common_btn2 span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: go;
  font-size: 12px;
  color: #d03c1b;
  padding-bottom: 10px;
}
.common_btn2 a::before,
.common_btn2 span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d03c1b;
}
.common_btn2 a:hover::before,
a:hover .common_btn2 span::before {
  animation: movable-underline-animation 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: movable-underline-animation 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: movable-underline-animation 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: movable-underline-animation 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.common_btn2.common_btn3 a {
  font-family: roboto;
  font-size: 16px;
  color: #999999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.common_btn2.common_btn3 a:hover {
  color: #d03c1b;
}
.common_btn2.common_btn3 a::before {
  background: #f0f0f0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.common_btn2.common_btn3 a:hover::before {
  background: #d03c1b;
}


.point-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.94%;
  padding-top: 5.94%;
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  cursor: pointer;
}
.point-area .point-name {
  position: absolute;
  top: 20px;
  left: 40px;
  width: 60px;
  text-align: left;
}
.point-area .point-name2 {
  display: none;
  position: absolute;
  top: 4px;
  right: 100%;
  height: 50px;
  background-color: #d03c1b;
  border-radius: 4px;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  z-index: 9;
  color: #ffffff;
  word-break: keep-all;
  white-space: nowrap;
  padding: 0 10px;
}
/*.point-area:hover .point-name2 {
  visibility: visible;
  opacity: 1;
}*/
.point-area .point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: transparent;
}
.point-area .point.point-dot {
  z-index: 1;
  background-color: #d03c1b;
}
.point-area .point.point-10,
.point-area .point.point-40,
.point-area .point.point-80,
.point-area .point.point-shadow {
  width: 100%;
  height: 100%;
}
.point-area .point-10:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #d03c1b;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
.point-area .point-40:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #d03c1b;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 900ms infinite;
  -moz-animation: ripple 4500ms ease-out 900ms infinite;
  -o-animation: ripple 4500ms ease-out 900ms infinite;
  animation: ripple 4500ms ease-out 900ms infinite;
}
.point-area .point-80:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #d03c1b;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
  -moz-animation: ripple 4500ms ease-out 1800ms infinite;
  -o-animation: ripple 4500ms ease-out 1800ms infinite;
  animation: ripple 4500ms ease-out 1800ms infinite;
}
.point-area .point-shadow:after {
  -webkit-box-shadow: inset 0 0 5em rgba(211, 77, 47, 0.16);
  -moz-box-shadow: inset 0 0 5em rgba(211, 77, 47, 0.16);
  box-shadow: inset 0 0 5em rgba(211, 77, 47, 0.16);
}

#video_model {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#video_model .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#video_model .video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 94%;
  max-width: 960px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background: #252525;
}
#video_model .video .close {
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  z-index: 99999;
  cursor: pointer;
}
#video_model .video_inner {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
#video_model .video_inner video {
  display: block;
  width: 100%;
  outline: none;
}
#video_model .video_inner .video_inner_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#video_model .video_inner .video_inner_mask img {
  cursor: pointer;
}
#video_model .video .text {
  padding: 16px 10px 30px;
}
#video_model .video .text h6 {
  font-size: 16px;
  color: #fff;
}
#video_model .video .text p {
  font-size: 12px;
  margin-top: 12px;
  color: #666;
}

/*
<!-- video_model -->
<div id="video_model">
  <div class="mask"></div>
  <div class="video">
    <div class="close"><img src="images/close.png" alt=""></div>
    <div class="video_inner"><video autoplay="" src="" controls></video></div>
    <div class="text">
      <h6></h6>
      <p></p>
    </div>
  </div>
</div>
<!-- video_model -->
*/

/* common */

/* header */
.headerSJ {
  display: none;
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  height: 110px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 45px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header h1 {
  width: 216px;
}
.header.fixed {
  height: 90px;
}
.header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_nav li {
  font-size: 18px;
  color: #333;
  margin-right: 85px;
  position: relative;
}
.header_nav li a {
  height: 110px;
  line-height: 110px;
  display: block;
}
.header.fixed .header_nav li a {
  height: 90px;
  line-height: 90px;
}
.header_nav li::after {
  content: '';
  position: absolute;
  background: #d13c1c;
  width: 0;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_nav li:hover::after,
.header_nav li.active::after {
  width: 100%;
}
.header_nav li.lan {
  margin-right: 0;
}
.header_nav li.lan::after {
  display: none;
}
.header_nav li.lan a {
  display: block;
  width: 43px;
  height: 43px!important;
  background-color: #d03c1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 43px!important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_nav li.lan a:hover {
  background: #590000;
}
.header .second_nav {
  height: 60px;
  background: #f5f5f5;
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  line-height: 60px;
  display: none;
  font-size: 0;
  text-align: center;
}
.header.fixed .second_nav {
  top: 90px;
}
.header .second_nav a {
  display: inline-block;
  font-size: 16px;
  height: 60px!important;
  line-height: 60px!important;
  padding: 0 20px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .second_nav a:hover {
  background: #d03c1b;
  color: #fff;
}
/* header */

/* menu */

/* menu */

/* banner */
.banner {
  position: relative;
  width: calc(100% + 80px);
  left: -40px;
}
.banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 40px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.banner .text_inner {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}
.banner .text_inner .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner .text_inner .img img:nth-child(1) {
  width: 11%;
  margin-left: 4%;
}
.banner .text_inner img {
  width: 40%;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.banner .text_inner .common_btn {
  margin-top: 56px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -ms-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.banner .swiper-slide-active img,
.banner .swiper-slide-active .common_btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.bannerP {
  position: absolute;
  right: 110px;
  bottom: 160px;
  -webkit-transform: rotateZ(-90deg) translateX(100%);
  -moz-transform: rotateZ(-90deg) translateX(100%);
  -ms-transform: rotateZ(-90deg) translateX(100%);
  -o-transform: rotateZ(-90deg) translateX(100%);
  transform: rotateZ(-90deg) translateX(100%);
  z-index: 9;
  color: #fff;
  transform-origin: right bottom;
  font-family: go;
  font-size: 14px;
}
.bannerP em {
  font-style: normal;
  opacity: 0.6;
}
/* banner */

/* index */
.wrapper {
  overflow: hidden;
  background: #eee;
  padding: 110px 40px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wrapper.filter {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.ind_sec {
  margin: 100px 0;
  position: relative;
}

.ind_sec::before {
  content: attr(data-right);
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
  -webkit-transform: rotate(-90deg) translateX(50%);
  color: #666;
  font-family: go;
  right: calc(97.5%);
  transform-origin: right bottom;
  width: 500px;
  text-align: center;
}
.ind_sec1 {
  margin-top: 90px;
  position: relative;
  z-index: 3;
}
.ind_sec1::before {
  top: calc(50% - 160px);
}
.ind1_l {
  width: 55.3125%;
  float: left;
  background: #fff;
  padding: 60px;
  margin-top: -180px;
}
.ind1_l ul {
  width: 100%;
  max-width: 680px;
}
.ind1_l ul li {
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
}
.ind1_l ul li:nth-child(1) {
  border: 0;
}
.ind1_l ul li a .ind1_l_t {
  padding-right: 10%;
  margin-top: 16px;
}
.ind1_l ul li a .ind1_l_t h3 {
  font-size: 18px;
  color: #4d4d4d;
}
.ind1_l ul li a .ind1_l_t h5 {
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.ind1_l ul li a .ind1_l_b {
  padding-top: 16px;
  padding-right: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind1_l ul li a .ind1_l_b img {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_l ul li a:hover .ind1_l_b img {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.ind1_l ul li a .ind1_l_b .time h4 {
  font-family: go;
  font-size: 34px;
  font-weight: bold;
  color: #808080;
}
.ind1_l ul li a .ind1_l_b .time h6 {
  font-family: go;
  font-size: 14px;
  color: #808080;
  margin-top: 8px;
}
.ind1_l .common_btn2 {
  text-align: right;
  margin-top: 20px;
  max-width: 680px;
  width: 100%;
}
.ind1_r {
  width: 44.6875%;
  float: left;
}
.ind1_r .text {
  background: #ba3315;
  padding: 32px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind1_r .common_tit {
  width: 220px;
}
.ind1_r .ind1_r_text {
  display: block;
  width: calc(100% - 220px);
}
.ind1_r .ind1_r_text h4 {
  font-size: 18px;
  color: #fff;
}
.ind1_r .ind1_r_text p {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
  margin-top: 12px;
}
.ind1_r .ind1_r_text h6 {
  font-family: go;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  margin-top: 12px;
}
.ind1_r .ind1_r_text .common_btn2 {
  text-align: right;
}
.ind1_r .ind1_r_text .common_btn2 span {
  color: #fff;
}
.ind1_r .ind1_r_text .common_btn2 span:before {
  background: #fff;
}
.ind_sec2 .common_box {
  padding-top: 100px;
}
.ind_sec2 .common_tit {
  text-align: center;
  margin-bottom: 36px;
}
.ind_sec2 .l_en {
  left: -190px;
}
.ind2_list {
  padding: 0px 178px 150px;
}
.ind2_list li {
  width: calc((100% - 104px) / 3);
  margin-right: 52px;
  float: left;
  margin-top: 80px;
}
.ind2_list li:nth-child(-n + 3) {
  margin-top: 0;
}
.ind2_list li:nth-child(3n) {
  margin-right: 0;
}
.ind2_list li:nth-child(3n + 1) {
  clear: both;
}
.ind2_list li a {
  overflow: hidden;
  display: block;
  background: #fff;
  border: solid 1px #ebebeb;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind2_list li a .text {
  padding: 60px 28px 32px;
}
.ind2_list li a .text h3 {
  font-size: 28px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind2_list li a .text h6 {
  font-size: 14px;
  margin-top: 24px;
  color: #808080;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind2_list li a:hover {
  background-color: #e13b16;
  border-color: #e13b16;
}
.ind2_list li a:hover .text * {
  color: #fff;
}
.ind2_list li a:hover::after {
  height: 10px;
}
.ind2_list li a .img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind2_list li a:hover .img {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.ind2_list li a .j {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.ind2_list li a .j::before,
.ind2_list li a .j::after {
  content: '';
  width: 44px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ind2_list li a .j::after {
  width: 2px;
  height: 44px;
}
.ind2_list li a:hover .j {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ind_sec1::before {
  top: calc(50% + 180px);
}
.ind_sec3_t {
  height: 295px;
  margin: 0 -40px;
  background: #ba3315 url(../images/ind3_bg.png) center no-repeat;
}
.ind_sec3 .common_box {
  margin-top: -120px;
  height: 650px;
  padding: 80px 100px;
}
.ind_sec3 .common_tit {
  text-align: center;
}
.ind3_list {
  margin-top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind3_list li .img {
  width: 90px;
  height: 90px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}
.ind3_list li .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: dotted 2px #dcdcdc;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind3_list li:hover .img::after {
  width: 230px;
  height: 230px;
  left: -70px;
  top: -60px;
}
.ind3_list li p {
  font-size: 18px;
  color: #6f6f6f;
  text-align: center;
  margin-top: 16px;
}
.ind_sec4 .l_en {
  left: -50px;
}
.ind_sec4_t {
  height: 160px;
  width: 100%;
  background: url(../images/ind4_bg.png) left center no-repeat;
}
.ind_sec4 .common_tit {
  text-align: center;
  margin-bottom: 36px;
}
.ind_sec4 .common_box {
  padding: 80px 60px;
  margin-top: -50px;
}
.ind4S {
  position: relative;
  padding: 0 100px;
}
.ind4S ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind4S li {
  width: calc((100% - 200px) / 3)
}
.ind4S .item {
  background: transparent;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  padding-bottom: 42px;
}
.ind4S .item:hover {
  background: #d03c1b;
}
.ind4S .item .img_outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
  border: solid 2px #f4f4f4;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.ind4S .item:hover .img_outer {
  border-color: #d03c1b;
}
.ind4S .img {
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
}
.ind4S .img img {
  display: block;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;

}
.ind4S .img img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.ind4S .item:hover .img img {
  opacity: 0;
}
.ind4S .item:hover .img img:nth-child(2) {
  opacity: 1
}
.ind4S h6 {
  font-size: 18px;
  color: #6f6f6f;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  margin-top: 24px;
}
.ind4S .item:hover h6 {
  color: #fff;
}
.ind4S .common_btn2 {
  text-align: center;
  margin-top: 20px;
}
.ind4S .item:hover common_btn2 {
  color: #fff;
}
.ind4S .item .common_btn2 a,
.ind4S .item .common_btn2 span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.ind4S .item:hover .common_btn2 a,
.ind4S .item:hover .common_btn2 span {
  color: #fff;
}
.ind4S .item .common_btn2 a::before,
.ind4S .item .common_btn2 span::before {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.ind4S .item:hover .common_btn2 a::before,
.ind4S .item:hover .common_btn2 span::before {
  background: #fff;
}
.ind4S .ind4btn {
  width: 60px;
  height: 40px;
  border: solid 1px #d13c1c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 42%;
  z-index: 9;
  cursor: pointer;
}
.ind4S .ind4btn.prev {
  left: 0;
}
.ind4S .ind4btn.prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ind4S .ind4btn.next {
  right: 0;
}
.ind4S .ind4btn .ind4btn_img {
  position: relative;
}
.ind4S .ind4btn .ind4btn_img img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind4S .ind4btn .ind4btn_img img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.ind4S .ind4btn:hover {
  width: 90px;
  background: #d13c1c;
}
.ind4S .ind4btn:hover .ind4btn_img img {
  opacity: 0;
}
.ind4S .ind4btn:hover .ind4btn_img img:nth-child(2) {
  opacity: 1;
}
.ind_sec5 .common_box .common_btn,
.ind_sec4 .common_box .common_btn {
  line-height: 75px;
  color: #d13c1c;
  max-width: 540px;
  width: 100%;
  height: 75px;
  border: solid 2px #d13c1c;
  margin: 60px auto 0;
}
.ind_sec5 .common_box .common_btn::before,
.ind_sec4 .common_box .common_btn::before {
  color: #fff;
}
.ind_sec5 .common_box .common_btn::after,
.ind_sec4 .common_box .common_btn::after {
  background: #d13c1c;
}
.ind_sec5 {
}
.ind_sec5 .common_box {
  padding: 80px 178px;
}
.ind_sec5 .common_box .common_tit {
  text-align: center;
}
.ind5_list {
  margin-top: 32px;
}
.ind5_list li {
  width: calc((100% - 104px) / 3);
  margin-right: 52px;
  float: left;
}
.ind5_list li:last-child {
  margin-right: 0;
}
.ind5_list li {
}
.ind5_list li .img {
  position: relative;
}
.ind5_list li .img > img {
}
.ind5_list li .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind5_list li:hover .img .mask {
  opacity: 1;
}
.ind5_list li .img .mask h6 {
  font-family: tmb;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 14.4px;
  color: #e8431e;
}
.ind5_list li .img .mask p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-top: 12px;
  text-align: center;
  width: 90%;margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ind5_list li .img .mask img {
  margin: 20px auto 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind5_list li:hover .img .mask img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ind5_list li .text {
  margin-top: 32px;
}
.ind5_list li .text h4 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #4d4d4d;
  height: 56px;
  line-height: 28px;
}

.ind5_list li .text .common_btn2 {
  margin-top: 28px;
  text-align: center;
}
.ind_sec6_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind6_l {
  background: #222;
  width: calc(40% + 72px);
  position: relative;
  z-index: 3;
  padding: 80px 65px;
}
.ind6_l_t {

}
.ind6_l_t .common_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ind6_l_t .common_tit h5 {
  opacity: 0.4;
  margin-top: 0;
  margin-left: 16px;
}
.ind6_l_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 42px -15px 0;
}
.ind6_l_b p {
  font-size: 14px;
  color: #fff;
  margin-top: 18px;
  text-align: center;
}
.ind6_l_cir {
  position: relative;
}
.ind6_l_cir canvas {
  width: 100%;
}
.ind6_l_cir p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: trends;
  font-size: 44px;
  color: #fff;
  margin-top: 0;
}
.ind6_l_cir canvas {
  display: block;
}
.ind6_r {
  background: #fff;
  width: 60%;
  margin-left: -72px;
  padding-left: 72px;
}
.ind6_r_t {
  padding: 50px 35px;
}
.ind6_r_t .common_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ind6_r_t .common_tit h3 {
  color: #4d4d4d;
}
.ind6_r_t .common_tit h5 {
  margin-top: 0;
  margin-left: 22px;
  color: #808080;
}
.ind6S {
  padding: 0 65px;
  position: relative;
  margin-top: 40px;
}
.ind6S_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 36px;
  z-index: 9;
  cursor: pointer;
}
.ind6S_btn.prev {
  left: 45px;
}
.ind6S_btn.prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ind6S_btn.next {
  right: 45px;
}
.ind6S .inner {
  background: #fff;
}
.ind6S .inner_t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ind6S .inner_t .img {
}
.ind6S .inner_t .img img {
}
.ind6S .inner_t .text {
  font-size: 16px;
  color: #4d4d4d;
  margin-left: 24px;
}
.ind6S .inner_t .text span {
  font-size: 14px;
  color: #999;
  margin-left: 15px;
}
.ind6S .inner_b {
  padding-left: 80px;
  margin-top: 10px;
}
.ind6S .inner_b p {
  font-size: 14px;
  color: #808080;
}
.ind6S .inner_b ul {
  font-size: 0;
  margin-top: 16px;
}
.ind6S .inner_b ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.ind6S .inner_b ul li img {
}
.ind6_r_b {
  position: relative;
  padding: 36px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
}
.ind6_r_b .common_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ind6_r_b .common_tit h5 {
  margin-top: 0;
  margin-left: 20px;
}
.ind6_r_b_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ind6_r_b_nav p {
  padding-left: 25px;
  background: url(../images/hot.png) center left no-repeat;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #fff;
}
.ind6_r_b_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ind6_r_b_nav ul li {
  width: 110px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-left: 30px;
  font-size: 14px;
  letter-spacing: 0.7px;
}
.ind6_r_b_nav ul li a {
  display: block;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind6_r_b_nav ul li.more a,
.ind6_r_b_nav ul li a:hover {
  background: #ba3315;
  border-color: #ba3315;
}

.ind_sec7 .l_en {
  top: 100px;
}
.ind_sec7::before {
  top: 0%;
}
.ind7_inner {
  width: 90%;
  margin: auto;
  background: #ba3315;
  padding: 50px 0;
}
.ind7_inner p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.ind7S {
  padding: 0 100px;
  position: relative;
  margin-top: 16px;
}
.ind7S .ind7_btn {
  width: 18px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 9;
}
.ind7S .ind7_btn.prev {
  left: 40px;
}
.ind7S .ind7_btn.prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ind7S .ind7_btn.next {
  right: 40px;
}
.ind7_inner .common_btn {
  line-height: 75px;
  max-width: 540px;
  width: 100%;
  height: 75px;
  border: solid 2px #fff;
  margin: 42px auto 0;
  font-family: go;
  font-weight: bold;
}
.ind_sec8 {}
.ind_sec8_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  position: relative;
  padding: 60px 100px;
}
.ind_sec8_inner::after {
  display: none;
}
.ind8l {
  width: 50%;
  padding-right: 60px;
}
.ind8l .inner {
  position: relative;
  display: block;
  background: #fff;
}
.ind8l .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ind8r {
  width: 50%;
}
.ind8r .common_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ind8r .common_tit h5 {
  margin-top: 0;
  margin-left: 20px;
}
.ind8r_text .text_outer {
  position: relative;
  margin-top: 42px;
  height: 88px;
}
.ind8r_text .text_outer .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.ind8r_text .text_outer .text:first-child {
  display: block;
}
.ind8r_text h4 {
  font-size: 18px;
  color: #808080;
}
.ind8r_text h5 {
  font-size: 14px;
  color: #808080;
  margin-top: 16px;
}
.ind8r_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 36px;
}
.ind8r_img li {
  width: calc((100% - 36px) / 4);
  cursor: pointer;
  position: relative;
  margin-right: 12px;
}
.ind8r_img li:last-child {
  margin-right: 0;
}
.ind8r_img li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.ind8r_img li.active::after {
  opacity: 0;
}
.ind8_m {
  background: #fff;
  text-align: center;
  padding: 0 0 60px 0;
}
.ind_sec8 {}
.ind_sec8 {}
/* index */

/* team */
.team_sec1 {
  margin: 80px auto;
  position: relative;
}
.team_sec1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 360px;
  left: -30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
  font-family: go;
}
.team_sec1 .common_box {
  padding: 80px 180px;
}
.team1_t .inp {
  float: left;
  width: calc(100% - 275px);
  position: relative;
}
.team1_t .inp input {
  width: 100%;
  display: block;
  height: 60px;
  background-color: #f7f7f7;
  border: solid 1px #e5e5e5;
  font-size: 16px;
  color: #333;
  padding-left: 54px;
}
.team1_t .inp input::placeholder {
  font-size: 16px;
  color: #b3b3b3;
}
.team1_t .inp img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}
.team1_t a {
  width: 240px;
  height: 60px;
  line-height: 60px;
  background-color: #e13b16;
  float: right;
  font-size: 16px;
  letter-spacing: 12.8px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.team1_t a::before,
.team1_t a::after {
  content: '';
  width: 220px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team1_t a::before {
  top: 4px;
}
.team1_t a::after {
  bottom: 4px;
}
.team1_t a:hover::before {
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
}
.team1_t a:hover::after {
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  transform: translateX(-110%);
}
.team1_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}
.team1_b_inner {
  width: 250px;
  cursor: pointer;
}
.team1_b_inner .tit {
  width: 100%;
  line-height: 70px;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.team1_b_inner .tit::before {
  content: '';
  background: #d03c1b;
  height: 1px;
  width: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team1_b_inner.active .tit::before,
.team1_b_inner:hover .tit::before {
  width: 100%;
}
.team1_b_inner .tit span {
  font-size: 22px;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team1_b_inner.active .tit span,
.team1_b_inner:hover .tit span {
  color: #d03c1b;
}
.team1_b_inner .tit span::before,
.team1_b_inner .tit span::after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #999;
  display: block;
  margin-right: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team1_b_inner.active .tit span::before,
.team1_b_inner.active .tit span::after,
.team1_b_inner:hover .tit span::before,
.team1_b_inner:hover .tit span::after {
  background-color: #d03c1b;
}
.team1_b_inner .tit span::after {
  margin-right: 0;
  margin-left: 15px;
}
.team1_b_inner ul {
  margin-top: 30px;
}
.team1_b_inner ul li a {
  display: block;
  padding: 80px 16% 54px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team1_b_inner ul li a:hover {
  background-color: #f7f7f7;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.team1_b_inner ul li a .img img {
}
.team1_b_inner ul li a .text {
  font-size: 16px;
  text-align: center;
  color: #999;
  margin-top: 60px;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.team1_b_inner ul li a .text::before {
  content: '';
  background: #e13b16;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.team1_b_inner ul li a:hover .text::before {
  animation: movable-underline-animation 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: movable-underline-animation 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation: movable-underline-animation 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: movable-underline-animation 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.team1_b_inner ul li a .text span {
  margin-left: 12px;
  font-size: 24px;
  color: #4d4d4d;
}
.team1_coni {
  display: none;
}
.team1_coni:first-child {
  display: block;
}
.indu_list li {
  padding: 40px 0;
  border-bottom: 1px solid #f0f0f0;
}
.indu_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.indu_list li a .img {
  border: solid 2px #d03c1b;
  width: calc(50% - 20px);
  overflow: hidden;
}
.indu_list li a .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.indu_list li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.indu_list li a .text {
  width: calc(50% - 20px);
  padding: 40px 0;
}
.indu_list li:nth-child(2n) a .text {
  order: -1;
}
.indu_list li a .text_t {
}
.indu_list li a .text_t span {
  font-family: Akr;
  font-size: 60px;
  color: #f0f0f0;
  float: left;
  line-height: 54px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.indu_list li a:hover .text_t span {
  color: #d03c1b;
}
.indu_list li a .text_t i {
  float: left;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: #333;
  margin-left: 20px;
}
.indu_list li a .text_t i::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #d03c1b;
  margin-top: 16px;
  display: block;
}
.indu_list li a p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 28px;
}

.team_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team_detail_l {
  padding-right: 80px;
  text-align: left;
  width: calc(100% - 250px);
}
.team_detail_l h1 {
  font-size: 30px;
  color: #4d4d4d;
}
.team_detail_l h5 {
  margin-top: 42px;
  font-size: 20px;
  color: #4d4d4d;
}
.team_detail_l p {
  font-size: 16px;
  line-height: 32px;
  color: #999;
  margin-top: 24px;
}
.team_detail_l ul {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.team_detail_l ul li {
  border-radius: 6px;
  border: solid 1px #dbdbdb;
  overflow: hidden;
  margin-right: 10px;
}
.team_detail_r {
  width: 250px;
}
.team_detail_r .text {
  font-size: 16px;
  text-align: center;
  color: #999;
  margin-top: 28px;
}
.team_detail_r .text span {
  margin-left: 12px;
  font-size: 24px;
  color: #4d4d4d;
}
.team_detail2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.team_detail2 ul li {
  margin-right: 44px;
}
.team_detail2 ul li:last-child {
  margin-right: 0px;
}
.team_detail2 ul li .text {
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-top: 16px;
}
.team_detail2 ul li .text span {
  display: block;
  font-size: 16px;
  color: #4d4d4d;
}
.new1.new1_team .l_en {
  top: 240px;
  font-family: go;
}
/* team */

/* case */
.case_sec {
  margin: 80px 0;
  position: relative;
}
.banner .txt.case_txt {
  margin-top: -50px;
}
.banner .txt.case_txt .tt {
  margin-bottom: 0;
}
.case_sec1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 40px;
  left: -30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
  font-family: go;
}
.case_sec1 .common_box {
  padding: 100px 200px;
}
.case_sec1 .common_box > p {
  text-align: right;
  font-family: Arial;
  font-size: 14px;
  color: #4d4d4d;
}
.case_sec1 .common_box > h3 {
  font-size: 30px;
  color: #d03c1b;
  margin-top: 54px;
}
.case_sec1 .common_box > h3::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #d03c1b;
  display: block;
  margin-top: 16px;
}
.case_sec1 ul {
  margin: 40px auto 0;
  max-width: 1120px;
}
.case_sec1 ul li {
  position: relative;
}
.case_sec1 ul li .img {
  position: relative;
  z-index: 3;
  width: 50%;
}
.case_sec1 ul li:nth-child(2n + 1) .img {
  position: relative;
  z-index: 3;
  left: 50%;
}
.case_sec1 ul li .text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  left: -40px;
  height: 240px;
  border: solid 1px #e5e5e5;
  padding-left: calc(54% + 20px);
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case_sec1 ul li .text h4 {
  font-size: 24px;
  color: #333;
}
.case_sec1 ul li .text h4 span {
  margin-left: 18px;
  font-size: 14px;
  color: #b3b3b3;
}
.case_sec1 ul li .text p {
  font-size: 14px;
  line-height: 32px;
  height: 96px;
  color: #808080;
  margin-top: 32px;
}
.case_sec1 ul li .text::before,
.case_sec1 ul li .text::after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 60%;
}
.case_sec1 ul li .text::after {
  top: auto;
  bottom: 0;
  left: 0;
}
.case_sec1 ul li:nth-child(2n + 1) .text::before {
  left: 0;
}
.case_sec1 ul li:nth-child(2n + 1) .text::after {
  left: auto;
  right: 0;
}
.case_sec1 ul li:nth-child(2n + 1) .text {
  right: -40px;
  left: auto;
  padding-left: 20px;
  padding-right: calc(54% + 20px);
}
.case_sec1 ul li .zm {
  position: absolute;
  font-family: roboto;
  font-size: 320px;
  line-height: 220px;
  font-weight: bold;
  color: #f5f5f5;
  bottom: 0;
  right: -100px;
}
.case_sec1 ul li:nth-child(2n + 1) .zm {
  left: -100px;
  line-height: 280px;
  right: auto;
  top: 0;
  bottom: auto;
}
.case_sec1 .page {
  margin-top: 80px;
}
.case_info {
  margin: 100px 0;
}
.case_info .common_box {
  padding: 100px 100px;
}
.case_info .l_en {
  font-size: 12px;
  position: absolute;
  top: 360px;
  left: -30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
  font-family: go;
}
.case_info .tt {
  color: #d03c1b;
  text-align: center;
}

.case_info .en {
  margin: 30px 0 80px;
  color: #4c4c4c;
  text-align: center;
}
.case_info ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.case_info ul li {
  margin-top: 60px;
  position: relative;
}
.case_info ul li h5 {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  /*line-height: 28px;*/
  color: #dbdbdb;
}
.case_info ul li h5 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.case_info ul li h5 span::before,
.case_info ul li h5 span::after {
  content: '';
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  width: 26px;
  height: 3px;
  background-color: #dbdbdb;
  margin-right: 10px;
}
.case_info ul li h5 span::after {
  margin-left: 10px;
}
.case_info .page {
  margin-top: 80px;
}
.case_sec2 {

}
.case2_inner {
  display: block;
  width: 50%;
  float: left;
  background: #ba3315;
  text-align: center;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.case2_inner .tt {
  font-size: 34px;
  color: #fff;
}
.case2_inner .en {
  margin-top: 12px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}
.case2_inner p {
  font-size: 14px;
  color: #fff;
  margin-top: 48px;
}
.case2_inner h6 {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.case2_inner h6::before {
  content: '';
  width: 0%;
  height: 1px;
  background-color: #fff;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.case2_inner:hover h6::before {
  width: 50%;
}
.case2_inner h6 img {
  width: 11px;
}
.case2_inner.case2_r {
  background: #fff;
}
.case2_inner.case2_r .tt,
.case2_inner.case2_r .en {
  color: #333;
}
.case2_inner.case2_r p {
  color: #808080;
}
.case2_inner.case2_r h6::before {
  background: #ddd;
}
.case_model {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case_model .mask {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.case_model .inner {
  position: relative;
  z-index: 3;
  width: 400px;
  max-width: 94%;
  height: 500px;
  background-color: #fff;
  border-radius: 3px;
  padding-top: 60px;
}
.case_model .inner .close {
  width: 24px;
  height: 24px;
  background-color: #d03c1b;
  border-radius: 12px;
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}
.case_model .inner .close::before,
.case_model .inner .close::after {
  content: '';
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.case_model .inner .close::after {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.case_model .inner .back {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.case_model .inner .ewm {
  width: 239px;
  margin: auto;
}
.case_model .inner p {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.case_model .inp {
  position: relative;
  width: 280px;
  margin: 24px auto;
}
.case_model .inp img {
  position: absolute;
  left: 0;
  top: 0;
}
.case_model .inp input {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: solid 1px #aaabab;
}
.case_model .btn {
  display: block;
  width: 280px;
  height: 50px;
  margin: auto;
  line-height: 50px;
  background-color: #d03c1b;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.voice_sec {
  margin: 80px auto;
}
.voice_sec1 {
  position: relative;
}
.voice_sec1 .abox {
  padding-bottom: 150px;
}
.voice_sec1 .tt {
  color: #d03c1b;
  text-align: center;
}
.voice_sec1 .en {
  margin: 30px 0 50px;
  text-align: center;
  color: #4c4c4c;
}
.voice_sec1 .btn {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 10.8px;
  color: #ffffff;
  width: 360px;
  height: 80px;
  line-height: 80px;
  background-color: #d03c1b;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  position: absolute;
  z-index: 10;
  right: 180px;
  bottom: -50px;
  text-align: center;
}
.ul_outer {
  position: relative;
}
.ul_outer ul {
  min-height: 550px;
}
.voice_sec1 .txt {
  background: #f0f0f0;
  padding: 60px;
}
.voice_sec1 .txt li {
  height: 86px;
  line-height: 86px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  color: #333;
}
.voice_sec1 .txt li:last-child {
  border: 0;
}
.voice_sec1 .txt li span {
  width: 250px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}
.voice_sec1 .txt li span em {
  margin-right: 3px;
}
.voice_sec1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 60px;
}
.voice_sec1 .img li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 86px;
  line-height: 86px;
}
.voice_sec1 .img li .inner {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 14px;
  cursor: pointer;
}
.voice_sec1 .img li .inner img {
  display: block;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.voice_sec1 .img li .inner img:nth-child(1),
.voice_sec1 .img li .inner.active img:nth-child(2),
.voice_sec1 .img li .inner.unactive img:nth-child(3) {
  opacity: 1;
}
.voice_sec1 .img li .inner img:nth-child(2),
.voice_sec1 .img li .inner img:nth-child(3),
.voice_sec1 .img li .inner.active img:nth-child(1),
.voice_sec1 .img li .inner.active img:nth-child(3),
.voice_sec1 .img li .inner.unactive img:nth-child(1),
.voice_sec1 .img li .inner.unactive img:nth-child(2) {
  opacity: 0;
}
.voice_sec1 .bg,
.voice_sec1 .bg li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.voice_sec1 .bg li .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.voice_sec1 .bg li .item.active {
  opacity: 1;
}
.voice_sec1 .bg li .item .text {
  bottom: 80px;
  left: 60px;
  position: absolute;
  max-width: 550px;
  width: 100%;
}
.voice_sec1 .bg li .item .text h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  opacity: 1;
}
.voice_sec1 .bg li .item .text h6 {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  margin-top: 42px;
}
.voice_sec1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 280px;
  left: -30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
  font-family: go;
}
.voice_sec2 .abox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.voice2_inner {
  width: calc(50% - 30px);
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
}
.voice2_inner .video {
  position: relative;
}
.voice2_inner .play {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.voice2_inner p {
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.voice2_inner p::before,
.voice2_inner p::after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #dbdbdb;
  margin: 0 20px;
}
.voice_sec3.new2 .abox .ul1 li .lbox .biao {
  background: url(../images/xgtj_ico_r.png) center left no-repeat;
}
/* case */

/* service */
.service_all {
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.service_all_l {
  width: calc(800% / 19.2);
  float: left;
  background: #dee4e6;
  height: 100vh;
  padding: 80px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service_all_l .text {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}
.service_all_r {
  width: calc(1120% / 19.2);
  float: left;
  height: 100vh;
}
.service_all_r a {
  display: block;
  width: 50%;
  height: calc(100vh / 3);
  float: left;
  position: relative;
  overflow: hidden;
}
.service_all_r a .img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service_all_r a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service_all_r a h5 {
  position: absolute;
  left: 40px;
  top: 40px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #d03c1b;
}
.service_all_r a h6 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 28px;
  color: #ffffff;
}
.service_all_r a h6::after {
  content: '';
  display: block;
  margin-top: 20px;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.8;
}
.service_all_r a .plus {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service_all_r a:hover .plus {
  width: 50px;
}
.banner .txt .tbox p {
  width: 100%;
  max-width: 1200px;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  margin-top: -20px;
}
.service1 {
  margin: 80px 0;
}
.service1 .abox {
  padding-left: 200px;
  padding-right: 200px;
}
.service1_1 {
  margin-bottom: -60px;
  position: relative;
}
.service1_1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 50px;
  left: -30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
  font-family: go;
}
.service1_1 .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.service1_1 .nav li {
  font-size: 16px;
  color: #333333;
  margin-right: 50px;
}
.service4.service1_1 .nav li {
  margin-right: 30px;
}
.service1_1 .nav li:last-child {
  margin-right: 0;
}
.service4.service1_1 .nav li:last-child {
  margin-right: 30px;
}
.service1_1 .nav li.active {
  color: #d03c1b;
}
.service1_1 .nav li a::after,
.service1_1 .nav li a::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #d03c1b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service1_1 .nav li a {
  display: block;
  position: relative;
  line-height: 80px;
  height: 80px;
}
.service1_1 .nav li a:hover::after,
.service1_1 .nav li.active a::after {
  width: 20px;
}
.service1_2_t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service1_2_t h3 {
  font-size: 30px;
  line-height: 28px;
  color: #d03c1b;
}
.service1_2_t h3::after {
  content: '';
  margin-left: 40px;
  width: 100px;
  height: 1px;
  background-color: #bdbdbd;
  display: inline-block;
  vertical-align: middle;
}
.service1_2_t p {
  font-size: 16px;
  line-height: 36px;
  color: #4d4d4d;
  width: 50%;
}
.service1_2_b {
  margin-top: 100px;
}
.service1_2_b ul {
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service1_2_b ul::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: solid 2px #414141;
  margin-left: calc(10% + 395.5px);
}
.service1_2_b ul li {
  cursor: pointer;
}
.service1_2_b ul li .img {
  width: 400px;
  float: left;
  overflow: hidden;
}
.service1_2_b ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service1_2_b ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service1_2_b ul li .tip {
  height: 270px;
  width: 20%;
  position: relative;
  float: left;
}
.service1_2_b ul li .tip span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service1_2_b ul li .tip::before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #414141;
  display: block;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 3;
}
.service1_2_b ul li:hover .tip::before {
  width: 18px;
  height: 9px;
  background-color: #d03c1b;
  -webkit-transform: translateX(4.5px);
  -moz-transform: translateX(4.5px);
  -ms-transform: translateX(4.5px);
  -o-transform: translateX(4.5px);
  transform: translateX(4.5px);
}
.service1_2_b ul li .tip::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #414141;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.service1_2_b ul li .text {
  height: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(80% - 400px);
}
.service1_2_b ul li .text h4 {
  font-size: 12px;
  line-height: 36px;
  color: #8f8f8f;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service1_2_b ul li .text h3 {
  font-size: 22px;
  line-height: 36px;
  color: #121212;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service1_2_b ul li .text h6 {
  font-size: 16px;
  line-height: 36px;
  color: #4d4d4d;
}
.service1_2_b ul li:hover .text h4,
.service1_2_b ul li:hover .text h3,
.service1_2_b ul li:hover .tip span {
  color: #d03c1b;
}
.service1_2_b_btn {
  margin-left: calc(10% + 395.5px);
  font-size: 0;
  letter-spacing: 0;
  margin-top: 10px;
}
.service1_2_b_btn a {
  display: inline-block;
  margin-right: 10px;
}
.service1_2_b_btn a.active img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.service1_3_t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service1_3_t h3 {
  font-size: 30px;
  line-height: 28px;
  color: #d03c1b;
}
.service1_3S {
  padding-right: 180px;
  position: relative;
  margin-top: 54px;
}
.service1_3S .swiper-slide {}
.service1_3S .swiper-slide .img {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.service1_3S .swiper-slide .img::before {
  content: '';
  position: absolute;
  background: #f5f5f5;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
}
.service1_3S .swiper-slide .img img {
  position: relative;
  z-index: 3;
}
.service1_3S .swiper-slide .text {
  padding: 30px 20px;
  background: #fff;
}
.service1_3S .swiper-slide .text h4 {
  font-size: 24px;
  line-height: 36px;
  color: #d03c1b;
}
.service1_3S .swiper-slide .text h6 {
  margin-top: 42px;
  font-size: 16px;
  line-height: 36px;
  color: #4d4d4d;
}
.service1_3S_r {
  width: 95px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.service1_3S_r .line {
  width: 1px;
  height: 480px;
  background-color: #dbdbdb;
  float: left;
}
.service1_3S_r .line span {
  display: block;
  width: 4px;
  height: 60px;
  background-color: #d03c1b;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service1_3S_r ul {
  float: right;
}
.service1_3S_r ul li {
  font-size: 16px;
  line-height: 24px;
  padding: 18px 0;
  color: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service1_3S_r ul li.active {
  color: #d03c1b;
}
.service1_4_list {
  margin-top: 54px;
}
.service1_4_list li {
  width: calc((100% - 20px) / 3);
  float: left;
  margin-right: 10px;
  margin-top: 40px;
}
.service1_4_list li:nth-child(3n) {
  margin-right: 0;
}
.service1_4_list li:nth-child(3n + 1) {
  clear: both;
}
.service1_4_list li:nth-child(-n + 3) {
  margin-top: 0;
}
.service1_4_list li a {
  background: url(../images/service1_bg.png) center bottom / cover no-repeat;
  display: block;
  margin: auto;
  padding: 0px 14px 10px;
}
.service1_4_list li a .img {
  overflow: hidden;
}
.service1_4_list li a .img img {
  height: auto!important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service1_4_list li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service1_4_list li a .text {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 12px;
}
.service1_4_list li a .text h6 {
  position: absolute;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.service1_4_list li a .text h6::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #999999;
  display: block;
  margin: 12px auto 0;
  position: absolute;
  left: 0;
  right: 0;
}

.about_sec2_inner .swiper-slide .inner {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about_sec2_inner .swiper-slide.swiper-slide-active .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  padding: 5px;
}
.service1_5S {
  margin-top: 54px;
}
.roundabout_box img {
  width: 100%
}
.roundabout_box {
  margin: auto;
  position: relative;
  width: 75%;
}
.roundabout-holder {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.roundabout-moveable-item a {
  display: block;
  position: relative;
}

.roundabout-moveable-item.roundabout-in-focus .img {
  border-radius: 6px;
  overflow: hidden;
}
.roundabout-in-focus {
  cursor: auto;
  border-radius: 6px;
}

.roundabout-moveable-item p {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 36px;
}
.roundabout-moveable-item.roundabout-in-focus p {
  opacity: 1;
}

.roundabout-in-focus a {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 801px;
  perspective: 801px;
  -webkit-perspective-origin: center center;
  perspective-origin: center center;
}
.roundabout-in-focus .img {
  height: 100%;
  width: 100%;
  background: #fff;
}

.roundabout-in-focus .img:not(.in) {
  -webkit-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);
  -moz-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);
  -ms-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);
  -o-transition: all 0.4s cubic-bezier(.7, 0, .2, 1);
  transition: all 0.4s cubic-bezier(.7, 0, .2, 1);
}

.service1_5_b {
  position: relative;
  margin-top: 80px;
}
.service1_5_b::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  width: 100%;
  left: 0;
  background: #dbdbdb;
}
.service1_5_b .inner {
  width: 57px;
  height: 57px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border: solid 1px #f7f7f7;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service1_5_b .inner > div {
  width: 6px;
  height: 10px;
  position: relative;
  cursor: pointer;
}
.service1_5_b .inner > div img {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.service1_5_b .inner > div.prev {
  margin-right: 8px;
}
.service1_5_b .inner > div.prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.service1_5_b .inner > div img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.service1_5_b .inner > div:hover img {
  opacity: 0;
}
.service1_5_b .inner > div:hover img:nth-child(2) {
  opacity: 1;
}

.service1_6 .abox {
  padding-bottom: 120px;
}
.service1_6_list {
  margin-top: 54px;
}
.service1_6_list li {
  margin-right: 40px;
  width: calc(50% - 20px);
  float: left;
}
.service1_6_list li:nth-child(2n) {
  margin-right: 0;
}
.service1_6_list li a {
  display: block;
  border: 4px solid transparent;
}
.service1_6_list li a:hover {
  border-color: #d03c1b;
}
.service1_6_list li a .img {
  overflow: hidden;
}
.service1_6_list li a .img img {
  max-width: none;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
}
.service1_6_list li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service1_6_list li a .text {}
.service1_6_list li a .text h6 {
  margin-top: 36px;
  font-size: 14px;
  color: #b3b3b3;
}
.service1_6_list li a .text h4 {
  font-size: 20px;
  color: #333333;
  margin-top: 16px;
}
.service1_6_list li a .text p {
  margin-top: 64px;
  font-size: 16px;
  color: #555555;
}
.service1_6_list li a .text .common_btn2 {
  margin-top: 42px;
}
.service1_6_b {
  background: #f0f0f0;
  position: relative;
  border-top: 1px solid #e5e5e5;
  margin-top: 90px;
}
.service1_6_b::after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  bottom: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.service1_6_b .ind6_r_t {
  padding: 60px 80px;
  max-width: 960px;
}
.service1_6_b .inner {
  background: #f0f0f0;
}
.service1_6_b .btn {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 10.8px;
  color: #ffffff;
  width: 360px;
  height: 80px;
  line-height: 80px;
  background-color: #d03c1b;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  position: absolute;
  z-index: 10;
  right: 180px;
  bottom: -50px;
  text-align: center;
}
.service2 {
  margin: 80px auto;
}
.service2_1 {
  position: relative;
}
.service2_1 .abox {
  padding: 20px 40px;
}
.service2_1 .l_en {
  font-size: 12px;
  position: absolute;
  top: 50px;
  left: -30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: #666;
  font-family: go;
}
.service2_1_t ul {
  font-size: 0;
  letter-spacing: 0;
  float: left;
  width: calc(100% - 500px);
  position: relative;
}

.service2_1_t ul::after {
  content: '';
  height: 1px;
  background: #dbdbdb;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service2_1_t ul li {
  display: inline-block;
  position: relative;
  margin-right: 50px;
  font-size: 16px;
  color: #333333;
  height: 48px;
  cursor: pointer;
}
.service2_1_t ul li:last-child {
  margin-right: 0;
}
.service2_1_t ul li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 4px;
  background-color: #e8350d;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service2_1_t ul li.active {
  color: #e8350d;
}
.service2_1_t ul li.active::after {
  width: 100%;
}
.service2_1_t .img {
  float: right;
  margin-right: 20px;
}
.service2_1_b .swiper-slide .inner {
  background: #fff;
  padding-right: 10%;
  padding-top: 36px;
}
.service2_1_b .swiper-slide .inner h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.service2_1_b .swiper-slide .inner h4::after {
  content: '';
  width: 20px;
  height: 4px;
  background-color: #555555;
  margin: 16px 0 36px;
  display: block;
}
.service2_1_b .swiper-slide .inner h6 {
  font-size: 16px;
  line-height: 32px;
  color: #555555;
}
.service2_1_b .text {
  width: calc(100% - 500px);
  float: left;
}
.service2_1_b .text .swiper-slide {
  background: #fff;
}
.service2_1_b .img {
  width: 500px;
  float: left;
}
.service2_2 .abox {
  padding-top: 0;
  padding-bottom: 0;
}
.service2_2 .img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 792px;
  position: relative;
}
.service2_2 .img a {
  position: absolute;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service2_2 .img a:hover {
  color: #d03c1b;
}
.service2_2 .img a:nth-of-type(1) {
  width: 27%;
  height: 6%;
  left: 13%;
  top: 28%;
}
.service2_2 .img a:nth-of-type(2) {
  width: 26%;
  height: 6%;
  left: 8%;
  top: 46.5%;
}
.service2_2 .img a:nth-of-type(3) {
  width: 31%;
  height: 6%;
  left: 11.3%;
  top: 67%;
}
.service2_2 .img a:nth-of-type(4) {
  width: 34%;
  height: 6%;
  left: 56%;
  top: 14.8%;
  justify-content: flex-end;
}
.service2_2 .img a:nth-of-type(5) {
  width: 28%;
  height: 6%;
  left: 70%;
  top: 26%;
  justify-content: flex-end;
}
.service2_2 .img a:nth-of-type(6) {
  width: 31%;
  height: 6%;
  left: 76%;
  top: 37.5%;
  justify-content: flex-end;
}
.service2_2 .img a:nth-of-type(7) {
  width: 27.5%;
  height: 6%;
  left: -1.5%;
  top: 16%;
  justify-content: flex-end;
}
.service2_2 .img a:nth-of-type(8) {
  width: 31%;
  height: 6%;
  left: -16%;
  top: 37%;
  justify-content: flex-end;
}
.service2_2 .img a:nth-of-type(9) {
  width: 27.5%;
  height: 6%;
  left: -10.5%;
  top: 58%;
  justify-content: flex-end;
}
.service2_2 .img a:nth-of-type(10) {
  width: 31%;
  height: 6%;
  left: 82%;
  top: 64.5%;
  justify-content: flex-end;
}
.service2_2 .img a:nth-of-type(11) {
  width: 27.5%;
  height: 6%;
  left: 67.5%;
  top: 78.5%;
  justify-content: flex-end;
}
.service2_2 .img a:nth-of-type(12) {
  width: 27.5%;
  height: 6%;
  left: 82.5%;
  top: 53%;
  justify-content: flex-end;
}
#model_ser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#model_ser .close {
  position: absolute;
  cursor: pointer;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 20px;
}
#model_ser .close::before,
#model_ser .close::after {
  content: '';
  width: 24px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotateZ(45deg);
}
#model_ser .close::after {
  content: '';
  transform: rotateZ(-45deg);
}
#model_ser .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#model_ser .inner {
  position: relative;
  z-index: 9;
  width: 94%;
  background: #fff;
  max-width: 800px;
  max-height: 80vh;
  padding: 60px 40px 40px;
  border-radius: 10px;
}
#model_ser .inner p {
  font-size: 16px;
  line-height: 28px;
}
.service3 {
  margin: 80px auto;
}
.service3_1 {
  margin-bottom: -60px;
}
.service3_2 .service2_1_t ul {
  width: 100%;
  float: none;
}
.service3_2 .service2_1_t ul::after {
  width: 100%;
  background: #e5e5e5;
}
.service3_2 .service2_1_t ul li {
  margin-right: 150px;
}
.service3_2tS {
  margin-top: 54px;
}
.service3_2tS .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.service3_2tS .service1_5_b {
  margin-top: 50px;
}
.service3_2tS .service1_5_b .inner {
  justify-content: center;
}
.service3_2tS .inner:last-child {
  margin-bottom: 0;
}
.service3_2tS .inner .img {
  width: 300px;
}
.service3_2tS .inner .img img {}
.service3_2tS .inner .text {
  width: calc(100% - 360px);
}
.service3_2tS .inner .text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
.service3_2tS .inner .text h4::after {
  content: '';
  margin: 20px 0;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #bdbdbd;
}
.service3_2tS .inner .text h6 {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.service3_2 .tit {
  font-size: 30px;
  color: #d03c1b;
  margin-bottom: 36px;
}
.service3_2 .tit2 {
  margin-top: 100px;
}
.service3_2bS {
  display: none;
  margin-top: 60px;
}
.service3_2bS .service1_5_b {
  margin-top: 50px;
}
.service3_2bS1 {
  display: block;
}
.service3_2bS .swiper-slide {
  padding: 0 1px 130px;
}
.service3_2bS .swiper-slide .inner {
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  padding-left: 40px;
  padding-top: 40px;
  width: 100%;
  position: relative;
  display: block;
}
.service3_2bS .swiper-slide .inner .t {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.service3_2bS .swiper-slide .inner .t h4 {
  font-size: 24px;
  line-height: 28px;
  color: #4c4c4c;
}
.service3_2bS .swiper-slide .inner .t h6 {
  margin-top: 16px;
  font-family: roboto;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.service3_2bS .swiper-slide .inner .b {
  padding-top: 32px;
}
.service3_2bS .swiper-slide .inner .b p {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  height: 72px;
}
.service3_2bS .swiper-slide .inner .b img {
  max-width: inherit;
  width: 100%;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.service3_2bS .swiper-slide .inner .common_btn2 {
  position: absolute;
  bottom: -130px;
}
.service4 {
  margin: 80px 0;
}
.service4 .abox_2 {
  padding: 0;
}
.service4_outer.abox {
  margin: 80px auto;
  padding: 0;
  background: #fff;
}
.service4_1 {
  margin-bottom: -60px;
}
.service4_2 {

}
.service4_2 .img {
  position: relative;
  width: 33.75%;
  margin-right: 5%;
  float: left;
}
.service4_2 .img::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #e8350d;
  right: -40px;
  bottom: -40px;
}
.service4_2 .text {
  padding-right: 12.5%;
  padding-top: 5%;
  width: 61.25%;
  float: left;
}
.service4_outer {}
.service4_outer .tit {
  font-size: 30px;
  color: #d03c1b;
}
.service4_outer .tit img {
  margin: 32px 0 0 56px;
  display: block;
}
.service4_2 .text p {
  margin-left: 30%;
  width: 70%;
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
}
.service4_2 .text .scroll .inner {
  float: right;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  position: relative;
  margin-top: 32px;
}
.service4_2 .text .scroll .inner img {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.service4_2 .text .scroll .inner img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.service4_2 .text .scroll .inner:hover img {
  opacity: 0;
}
.service4_2 .text .scroll .inner:hover img:nth-child(2) {
  opacity: 1;
}
.service4_2 .text ul {
  width: 560px;
  position: relative;
}
.service4_2 .text ul .img1,
.service4_2 .text ul .img2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 29%;
}
.service4_2 .text ul .img2 {
  right: 29%;
  left: auto;
}
.service4_2 .text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #555555;
  cursor: pointer;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  border: solid 1px #999999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 100px;
  float: left;
  padding: 0 18px;
  text-align: center;
  margin-top: 50px;
}
.service4_2 .text ul li:nth-child(3n) {
  margin-right: 0;
}
.service4_2 .text ul li:nth-child(-n + 3) {
  margin-top: 0;
}
.service4_2 .text ul li:hover {
  box-shadow: 0px 4px 10px rgba(232, 53, 13, 0.06);
  border: solid 1px #e8350d;
  color: #e8350d;
}
.service4_3 {
  margin: 100px auto;
  padding: 0 220px;
}
.service4_3S {
  margin-top: 72px;
  position: relative;
}
.service4_3S .swiper-slide {
  position: relative;
}
.service4_3S .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.service4_6t {
  position: relative;
}
.service4_6t::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.service4_3S .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 80px;
  max-width: 800px;
}
.service4_3S_box {
  height: 320px;
  width: 240px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  -webkit-transform: translate(40px, -40px);
  -moz-transform: translate(40px, -40px);
  -ms-transform: translate(40px, -40px);
  -o-transform: translate(40px, -40px);
  transform: translate(40px, -40px);
}
.service4_3S_box_t {
  height: 220px;
  background: #e8350d;
}
.service4_3S_box_t h6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: roboto;
  font-size: 12px;
  line-height: 50px;
  letter-spacing: 0.7px;
  color: #e6d7d3;
  height: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service4_3S_box_t h4 {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  position: relative;

}
.service4_3S_box_t h4 span {
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service4_3S_box_t h4 span.active {
  visibility: visible;
  opacity: 1;
}
.service4_3S_box_b {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}
.service4_3S_box_b a {
  position: relative;
}
.service4_3S_box_b a.prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.service4_3S_box_b a img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service4_3S_box_b a img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.service4_3S_box_b a:hover img {
  opacity: 0;
}
.service4_3S_box_b a:hover img:nth-child(2) {
  opacity: 1;
}
.service4_3S .text p::before {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.8;
  margin-bottom: 28px;
}
.service4_3S .text p {
  font-size: 14px;
  line-height: 32px;
  color: #ffffff;
}
.service4_3 .tit {
  text-align: center;
}
.service4_3S_b {}
.service4_3S_b .line {
  position: relative;
  margin-top: 40px;
}
.service4_3S_b .line::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #dbdbdb;
  height: 1px;
  width: 100%;
}
.service4_3S_b .line .start {
  font-family: roboto;
  font-size: 16px;
  color: #4c4c4c;
  position: absolute;
  line-height: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -75px;
}
.service4_3S_b .line .end {
  font-family: roboto;
  font-size: 16px;
  color: #4c4c4c;
  position: absolute;
  line-height: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -75px;
}
.service4_3S_b .line .block {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: 10%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service4_3S_b ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service4_3S_b ul li {
  width: 20%;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  color: #4c4c4c;
}
.service4_3S_b ul li span {
  display: block;
  padding-top: 40px;
  position: relative;
  margin-bottom: 16px;
}
.service4_3S_b ul li span::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #dbdbdb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.service4_3S_b ul li span::after {
  content: '';
  height: 40px;
  width: 1px;
  background: #dbdbdb;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service4_3S_b ul li.active span::after {
  height: 20px;
}
.service4_4 {
  margin: 120px 0;
}
.service4_4 .tit img {
  margin-left: 138px;
}
.service4_4 .text {
  padding-left: 200px;
  width: 50%;
  float: left;
  padding-right: 36px;
}
.service4_4 .text p {
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
  margin-top: 32px;
}
.service4_4 .img {
  width: 50%;
  float: left;
  position: relative;
}
.service4_4 .img::after {
  content: '';
  width: 90px;
  height: 90px;
  background-color: #e8350d;
  position: absolute;
  right: 170px;
  bottom: -45px;
  z-index: 9;
}
.service4_4 ul {
  margin-top: 32px;
}
.service4_4 ul li {
  width: 100%;
  height: 86px;
  background-color: #ffffff;
  box-shadow: 0px 2px 30px rgba(180, 163, 159, 0.2);
  margin-bottom: 20px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service4_4 ul li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.service4_4 ul li h4 span {
  font-size: 0;
}
.service4_4 ul li h4 span::before {
  content: '';
  margin-left: 20px;
  width: 40px;
  height: 1px;
  background-color: #999999;
  display: inline-block;
  vertical-align: middle;
}
.service4_4 ul li h4 span:after {
  content: '';
  margin-left: 4px;
  width: 10px;
  height: 1px;
  background-color: #999999;
  display: inline-block;
  vertical-align: middle;
}
.service4_4 ul li h6 {
  font-size: 14px;
  color: #555555;
  margin-top: 6px;
  width: 100%;
}
.service4_5 {
  margin: 100px 0;
}
.service4_5t {}
.service4_5tl {
  float: left;
  width: 75%;
}
.service4_5tr {
  float: right;
  padding-right: 9.375%;
  max-width: 25%;
}
.service4_5bl {
  width: 40%;
  float: left;
  padding-left: 12.5%;
}
.service4_5br {
  width: 60%;
  padding-right: 12.5%;
  float: left;
}
.service4_5bl img {
  width: 72%;
  margin: -30% auto 0;
  display: block;
}
.service4_5br {
  padding-top: 50px;
}
.service4_5br h6 {
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
  margin-top: 12px;
}
.service4_5br ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
}
.service4_5br ul li {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(232, 53, 13, 0.06);
  border: solid 1px #e8350d;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e8350d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0 16px;
  text-align: center;
  cursor: pointer;
}
.service4_5br ul li:hover {
  background: #e8350d;
  color: #fff;
}
.service4_5br .text {
  padding: 32px 85px;
  font-size: 16px;
  line-height: 24px;
  color: #4c4c4c;
  position: relative;
  margin-top: 36px;
}
.service4_5br .text img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.service4_5br .text img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.service4_5br .text .text_inner p {
  display: none;
}
.service4_6 {
  margin: 100px 0;
  padding: 0 50px;
}
.service4_6t {
  position: relative;
}
.service4_6t .text {
  position: absolute;
  bottom: 60px;
  left: 48px;
  z-index: 9;
  width: 600px;
}
.service4_6t .text h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 36px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.service4_6t .text h3 .text_r {
  font-size: 0;
  letter-spacing: 0;
}
.service4_6t .text h3 .text_r > div {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-left: 20px;
}
.service4_6t .text h3 .text_r > div img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service4_6t .text h3 .text_r > div img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.service4_6t .text h3 .text_r > div.prev {}
.service4_6t .text h3 .text_r > div.prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.service4_6t .text h3 .text_r > div.next {}
.service4_6t .text h3 .text_r > div:hover img {
  opacity: 0;
}
.service4_6t .text h3 .text_r > div:hover img:nth-child(2) {
  opacity: 1;
}
.service4_6t .text ul {
  font-size: 0;
  letter-spacing: 0;
  padding: 24px 0;
}
.service4_6t .text ul li {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
}
.service4_6t .text ul li::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.6;
  margin: 0 20px;
  display: inline-block;
}
.service4_6t .text ul li:last-child::after {
  display: none;
}
.service4_6t .text ul li a {}
.service4_6t img.dot {
  position: absolute;
  bottom: -62.5px;
  left: 523px;
  width: 125px;
}
.service4_6t .text_box {
  position: absolute;
  z-index: 9;
  right: 15.625%;
  bottom: -50px;
  width: 100px;
  height: 100px;
  background: #e8350d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service4_6t .text_box h4 {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  display: none;
}
.service4_6t .text_box h6 {
  font-size: 16px;
  line-height: 36px;
  color: #f0e8e6;
  font-family: roboto;
  display: none;
}
.service4_6t .text_box img {
  margin-top: 16px;
  display: none;
}
.service4_6b .text {
  background: #fff;
  text-align: center;
}
.service4_6b .text .tit {
  margin-left: 0%;
}
.service4_6b .text .tit img {
  margin-left: 80px;
  margin-bottom: 60px;
}
.service4_6b .text p {
  width: 100%;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  margin-top: 72px;
}
.service4_7 {
  margin: 100px 0;
  background: #d03c1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service4_7l {
  width: 50%;
  padding-left: 12.5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.service4_7l .tit {
  color: #ffffff;
}
.service4_7l .tit img {
  margin-top: 24px;
  padding-left: 98px;
}
.service4_7lb {}
.service4_7lbl {
  width: 27%;
  float: left;
}
.service4_7lbl ul {}
.service4_7lbl ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service4_7lbl ul li.active {
  opacity: 1;
}
.service4_7lbl ul li h4 {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.service4_7lbl ul li h6 {
  font-family: roboto;
  margin-top: 8px;
  font-size: 14px;
  line-height: 28px;
  color: #f6e1df;
}
.service4_7lbr {
  width: 54%;
  float: right;
  margin-right: 36px;
}
.service4_7lbr > div {
  display: none;
}
.service4_7lbr > div.service4_7lbr1 {
  display: block;
}
.service4_7lbr .inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 20px 0 20px 60px;
}
.service4_7lbr .inner span {
  font-family: roboto;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 20px;
  line-height: 28px
}
.service4_7lbr .inner h4 {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}
.service4_7lbr .inner h6 {
  font-family: roboto;
  color: #db8572;
  margin-top: 8px;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service4_7lbr .P {
  margin-top: 28px;
}
.service4_7lbr .P span {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin-right: 24px;
}
.service4_7lbr .inner h6 img {
  margin-left: 22px;
  opacity: 0.3;
}
.service4_7r {
  width: 50%;
}
.service4_7r img {}
.service4_8 {
  margin: 100px 0;
  padding: 0 200px;
}
.service4_8 .tit {
  text-align: center;
}
.service4_8 .tit img {
  margin: 24px auto 0;
}
.service4_8 ul li {
  position: relative;
  width: 460px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 0px 100px 100px 0px;
  border: solid 1px #e5e5e5;
  float: left;
  width: calc(50% - 40px);
  margin-right: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  padding-left: 250px;
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
  margin-top: 60px;
}
.service4_8 ul li:nth-child(2n) {
  margin-right: 0;
}
.service4_8 ul li span {
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px
  rgba(0, 0, 0, 0.06);
  border: solid 1px #e5e5e5;
  position: absolute;
  left: -1px;
  top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #4c4c4c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.service4_9 {
  margin: 100px 0;
  padding: 0 100px;
}
.service4_9b {
  margin-top: 120px;
  padding-left: 150px;
  padding-right: 50px;
}
.service4_9b .tit {
}
.service4_9b ul {
  width: 100%;
  margin-top: 60px;
}
.service4_9b ul li {
  float: left;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.service4_9b ul li:last-child {
  margin-right: 0;
}
.service4_9b ul li h4 {
  font-size: 16px;
  line-height: 28px;
  color: #4c4c4c;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.service4_9b ul li .common_btn3 {
  margin-top: 28px;
}

.service6_outer.abox {
  padding: 100px 200px;
}
.service5_2 {
}
.service5_2 .img {
  position: relative;
}
.service5_2 .img img.bg {}
.service5_2 .img img.dot {
  position: absolute;
  right: 200px;
  width: 95px;
  bottom: -47.5px;
}
.service5_2 .tit {
  margin-top: 54px;
}
.service5_2 .text {
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service5_2 .text_l {
  width: 66%;
}
.service5_2 .text_l .tit {}
.service5_2 .text_l p {
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
}
.service5_2 .text_r {
}
.service5_3 {
  margin: 100px 0;
}
.service5_3 .img {
  position: relative;
}
.service5_3 .img::before {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #e8350d;
  position: absolute;
  right: -50px;
  top: 20px;
}
.service5_3 .img {
  width: 50%;
  float: left;
}
.service5_3 .text {
  width: 50%;
  padding-left: 80px;
  float: left;
}
.service5_3 .text .t {}
.service5_3 .text .t img {
  float: right;
}
.service5_3 .text .t img:nth-child(1) {
  width: 95px;
  margin-left: 80px;
}
.service5_3 .text .t img:nth-child(2) {
  margin-top: 60px;
}
.service5_3 .tit {}
.service5_3 ul {
  margin: 50px 0;
}
.service5_3 ul li {
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(180, 163, 159, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: solid 1px transparent;
  text-align: center;
  padding: 0 10px;
}
.service5_3 ul li:hover {
  border: solid 1px #e8350d;
}
.service5_3 ul li:nth-child(-n + 2) {
  margin-top: 0;
}
.service5_3 ul li:nth-child(2n) {
  margin-right: 0;
}
.service5_3 ul li:nth-child(2n + 1) {
  clear: both;
}
.service5_3 p {
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
}
.service5_4 {}
.service5_4tl {
  float: left;
}
.service5_4tl img {
  width: 95px;
}
.service5_4tr {
  width: 82%;
  float: right;
  position: relative;
}

.service5_4tr::after {
  content: '';
  width: 60px;
  height: 60px;
  background-color: #e8350d;
  position: absolute;
  bottom: 60px;
  left: -50px;
}
.service5_4b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 54px;
}
.service5_4b .tit {}
.service5_4b p {
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
  width: 66%;
}
.service6 .tit {
  font-size: 30px;
  color: #d03c1b;
}
.service6_2t .img {
  margin-top: 42px;
  position: relative;
}
.service6_2t .text {
  margin-top: -80px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service6_2t .text_inner {
  background: #fff;
  padding: 80px 11.7% 80px 0;
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
  position: relative;
  width: 83.3%;
}
.service6_2t .text_inner img {
  position: absolute;
  top: 40px;
  right: 60px;
}
.service6_2t .text_r {
  margin-bottom: 80px;
}
.service6_2t .img .dot {
  position: absolute;
  right: 20px;
  width: 95px;
  top: -47.5px;
}
.service6_2 {}
.service6_2S.service1_4_list li {
  margin: 0!important;
  float: none;
}
.service6_2S .service1_5_b {
  margin-top: 32px;
}
.service6_2b {
  margin-top: 80px;
}
.service6_2btl {
  width: 67%;
  padding-right: 80px;
  float: left;
}
.service6_2btl .tit img {
  margin-top: 24px;
  display: block;
}
.service6_2btl p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
}
.service6_2btl .common_btn3 {
  margin-top: 24px;
}
.service6_2btr {
  width: 33%;
  float: left;
  position: relative;
}
.service6_2btr::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #e8350d;
  bottom: 60px;
  left: -50px;
}
.service6_2btr .dot {
  position: absolute;
  width: 95px;
  right: -47.5px;
  top: -47.5px;
}
.service6_2b .service1_4_list {
  margin-top: 80px;
}
.service6_3 {}
.service6_3t {
  position: relative;
}
.service6_3t .dot {
  position: absolute;
  right: 0;
  top: 0;
}
.service6_3t .common_btn3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.service6_3t .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 42px 0 72px;
}
.service6_3t .img {
  width: 50%;
  padding-right: 20px;
}
.service6_3t .text {
  width: 50%;
  padding-left: 50px;
}
.service6_3t .text img {
  display: block;
}
.service6_3t .text p {
  margin-top: 36px;
  font-size: 16px;
  line-height: 36px;
  color: #4c4c4c;
}
.service6_3 .service2_1_t ul {
  width: 100%;
}
.service6_3 .service2_1_t ul li {
  width: 33.3%;
  text-align: center;
  margin: 0;
}
.service6_3 .service2_1_t ul li::after {
  left: 0;
  right: 0;
  margin: auto;
}
.service6_3 .service2_1_t ul::after {
  width: 100%;
}
.service6_3S > div {
  display: none;
}
.service6_3S > div.service6_3S1 {
  display: block;
}
.service6_3S .service1_4_list li {
  margin: 0!important;
  float: none;
}
.service6_2S .P,
.service6_3S .P {
  position: static;
  margin-top: 10px;
}
.service6_2S  .swiper-pagination-bullet,
.service6_3S  .swiper-pagination-bullet {
  background: #eee;
}
/* service */

/* footer */
.footer {
  background: #fff;
  padding-top: 72px;
}
.footer_inner {
  max-width: 1600px;
  margin: auto;
  width: 100%;
}
.footer_t .footer_logo {
  float: left;
}
.footer_t .footer_nav {
  float: right;
  padding-right: 160px;
}
.footer_t .footer_nav li {
  margin-right: 115px;
  display: inline-block;
  vertical-align: top;
  width: 74px;
}
.footer_t .footer_nav li:last-child {
  margin-right: 0;
}
.footer_t .footer_nav li h3 {
  font-size: 16px;
  color: #737373;
  font-weight: bold;
  margin-bottom: 16px;
  word-break: keep-all;
}
.footer_t .footer_nav li h6 {
  font-size: 14px;
  color: #999;
  word-break: keep-all;
  line-height: 32px;
}
.footer_t .footer_nav li h6 a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_t .footer_nav li h6 a:hover {
  color: #d03c1b;
}
.footer_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
}
.footer_b .footer_l {
}
.footer_b .footer_l .footer_ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_b .footer_l .footer_ico li {
  position: relative;
  margin-right: 12px;
}
.footer_b .footer_l .footer_ico li:last-child {
  margin-right: 0;
}
.footer_b .footer_l .footer_ico li a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d2d2d2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_b .footer_l .footer_ico li a:hover {
  background: #6a0f0d;
}
.footer_b .footer_l .footer_ico li a + .ewm {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 120px;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_b .footer_l .footer_ico a:hover + .ewm {
  opacity: 1;
  visibility: visible;
}
.footer_b .footer_l p {
  color: #999;
  font-size: 14px;
  margin-top: 18px;
}
.footer_b .footer_l p a {
  margin: 0 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_b .footer_l p a:hover {
  color: #d03c1b;
}
.footer_b .footer_l p a:first-child {
  margin-left: 0;
}
.footer_b .footer_l p a:last-child {
  margin-right: 0;
}
.footer_b .footer_r {
}
.footer_b .footer_r p {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 20px;
}
.footer_b .footer_r p span {
  margin-left: 20px;
}
/* footer */


/* loading */
#loading {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.loading {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 120px;
}
.loading .logo {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 216px;
}
.loading .enter {
  position: absolute;
  right: 50px;
  top: 60px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  background-color: #d22b06;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  font-family: Arial;
  font-size: 14px;
  color: #eee;
}
.loading .enter img {
  margin-left: 14px;
  width: 6px;
}
/* carf */
.loading.loading-carf {
  background: url(../images/loading-carf.jpg) center / cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loading.loading-carf .img {
  position: relative;
}
.loading.loading-carf .img img {
  max-height: calc(100vh - 120px);
  display: block;
  margin: auto;
}
.loading.loading-carf .img  .img-top {
	position: absolute;
	right: -18%;
	bottom: 3%;
	width: 57.36%;
}
.loading.loading-carf .map{
  position:relative;
  left:-50px;
}
.loading.loading-carf .img h3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  font-size: 34px;
  font-weight: bold;
  color: #d03c1b;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loading.loading-carf .img h3::before,
.loading.loading-carf .img h3::after {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #d03c1b;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0 20px;
}
.loading.loading-carf .dot_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* carf */

/* case */
.loading.loading-case {
  background: url(../images/loading-case.jpg) center / cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loading-case-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px;
  width: 100%;
}
.loading-case-list li {
  width: calc((100% - 150px) / 6);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
}

.loading-case-list li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.loading-case-list li:hover .mask {
  visibility: visible;
  opacity: 1;
}
.loading-case-list li .mask > span {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 10px;
  height: 6px;
}
.loading-case-list li .mask > span::before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #d22b06;
  top: 0;
  left: 0;
  position: absolute;
}
.loading-case-list li .mask > span::after {
  content: '';
  display: block;
  width: 2px;
  height: 6px;
  background-color: #d22b06;
  top: 0;
  left: 0;
  position: absolute;
}
.loading-case-list li .mask > span:nth-of-type(2) {
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
}
.loading-case-list li .mask > span:nth-of-type(2)::before,
.loading-case-list li .mask > span:nth-of-type(2)::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.loading-case-list li .mask > p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 28.8px;
  color: #d22b06;
}
.loading-case-list li .mask > p em {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-style: normal;
}
.loading-case-list li .mask > p span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.loading-case-list li .mask > p span::before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: #d22b06;
}
.loading-case-list li .mask > p span::after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background-color: #d22b06;
  margin: 10px 0 20px;
}
.loading-case-list li .mask > p span:nth-of-type(2)::before {
  height: 60px;
  margin: -8.8px 0 10px;
}
.loading-case-list li .mask > p span:nth-of-type(2)::after {
  height: 10px;
  margin: 0;
}
/* case */

/* info */
.loading.loading-info {
  background: url(../images/loading-info.jpg) center / cover;
  padding-top: 0;
}
.loading-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.86);
  padding-top: 120px;
}
.loading-info-list li {
  width: 25%;
  /* height: calc(100vh - 120px); */
  height: 382px;
  
  border-right: 1px solid #fff;
  display: -webkit-box;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.loading-info-list li:last-child {
  border: 0;
}
.loading-info-list li h4 {
  font-size: 30px;
  font-weight: bold;
  color: #444444;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}
.loading-info-list li h4 span {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.demo1 {
  width: 300px;
  height: 300px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.demo1 img {
  max-width: 300px;
}

.demo1 .dlt {
  width: 50%;
  height: 0%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.demo1 .dlt img {
  display: block;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.demo1 p {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #f03208;
}
.demo1 p span {
  font-size: 48px;
}

.demo1 .drt {
  width: 50%;
  height: 0%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.demo1 .drt img {
  display: block;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
}

.demo1.act .dlt {
  height: 100%;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.demo1.act .drt {
  height: 100%;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

/* info */


/* video_list */
.video_list_outer {
  margin: 60px auto;
  padding: 120px 200px;
}
.video_list .tit {
  font-size: 30px;
  color: #d13c1c;
}
.video_list ul li {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  margin-right: 48px;
  width: calc(50% - 24px);
  float: left;
}
.video_list ul li:nth-child(2n) {
  margin-right: 0;
}
.video_list ul li:nth-child(2n + 1) {
  clear: both;
}
.video_list ul li .img {
  position: relative;
}
.video_list ul li .img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video_list ul li .img .player {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.video_list ul li .img .player::after {
  content: '';
  border: 10px solid transparent;
  border-right: 0;
  border-left: 16px solid #fff;
  height: 0;
  width: 0;
  margin-left: 8px;
}
.video_list ul li .img .player:hover {
  background: rgba(209, 60, 28, 0.5);
  border-color: #d13c1c;
}
.video_list ul li .text {
  padding: 24px 30px;
}
.video_list ul li .text h4 {
  font-size: 18px;
  line-height: 24px;
  color: #d13c1c;
  position: relative;
  padding-right: 128px;
  padding-bottom: 16px;
}
.video_list ul li .text h4 span {
  font-size: 12px;
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
}
.video_list ul li .text h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}
.video_list ul li .text h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #d13c1c;
}
.video_list ul li .text .des {
  height: 56px;
  overflow: auto;
  margin-top: 10px;
}
.video_list ul li .text h5 {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  opacity: 0.8;
}
/* video_list */

#fixed {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
}
#fixed ul {}
#fixed ul li {
  position: relative;
}
#fixed ul li:nth-child(-n + 2) {
  border-bottom: 1px solid #f5f5f5;
}
#fixed ul li:last-child {
  margin-top: 20px;
}

#fixed ul li a {
  display: block;
  width: 45px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  position: relative;
  z-index: 3;
}

#fixed ul li .tel {
  position: absolute;
  right: 60px;
  width: 160px;
  background: #fff;
  top: 0;
  height: 60px;
  bottom: 0;
  margin: auto;
  line-height: 60px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(216px);
  -moz-transform: translateX(216px);
  -ms-transform: translateX(216px);
  -o-transform: translateX(216px);
  transform: translateX(216px);
}

#fixed ul li .tel a {
  font-family: Arial;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  height: auto;
}
#fixed ul li a:hover + .tel {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


#fixed ul li a + .ewm {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 60px;
  width: 128px;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  height: 160px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#fixed ul li a + .tel::after,
#fixed ul li a + .ewm::after {
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -10px;
}
#fixed ul li a + .ewm p {
  color: #757575;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
}
#fixed ul li a:hover + .ewm {
  opacity: 1;
  visibility: visible;
}

#fixed ul li a .img {
  width: 28px;
  height: 28px;
  position: relative;
}
#fixed ul li a .img img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#fixed ul li a .img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#fixed ul li a:hover .img img {
  opacity: 0;
}
#fixed ul li a:hover .img img:nth-child(2) {
  opacity: 1;
}
#fixed ul li a p {
  text-align: center;
  color: #757575;
  font-size: 14px;
  margin-top: 6px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#fixed ul li a:hover p {
  color: #d03c1b;
}


/* loading */

@media (max-width: 1700px) {
  .team1_b_inner .tit span {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .header_nav li {
    margin-right: 50px;
  }

  .ind1_r .common_tit {
    width: 160px;
  }
  .ind1_r .ind1_r_text {
    width: calc(100% - 160px);
  }
  .ind2_list {
    padding: 0px 100px 150px;
  }
  .ind_sec5 .common_box {
    padding: 80px 100px;
  }
  .ind6_r_b_nav ul li {
    width: auto;
  }
  .ind6_r_b_nav ul li a {
    padding: 0 10px;
  }
  .ind6_l_inner > div {
    width: 150px!important;
  }
  .ind6_l_cir p {
    font-size: 34px;
  }
  .service_all_r a h5 {
    left: 30px;
    top: 30px;
  }
  .service_all_r a h6 {
    left: 30px;
    bottom: 30px;
    font-size: 24px;
  }
  .service1 .abox {
    padding-left: 100px;
    padding-right: 100px;
  }
  .service2_1_t ul li {
    margin-right: 30px;
  }
  .service4_4 .text {
    padding-left: 100px;
  }
  .service4_6t .text {
    width: 500px;
  }
  .service4_6t .text_box {
    right: 6%;
  }
  .service4_7l {
    padding-left: 100px;
  }
  .service4_8 {
    padding: 0 100px;
  }
  .service4_9b {
    padding-left: 100px;
    padding-right: 0px;
  }
  .service6_outer.abox {
    padding: 100px 100px;
  }
  .video_list_outer {
    padding: 100px 100px;
  }

  .service4.service1_1 .nav li {
    margin-right: 16px;
  }
  .footer_t .footer_nav li {
    margin-right: 86px;
  }
}
@media (max-width: 1560px) {
  .ind3_list li:hover .img::after {
    width: 180px;
    height: 180px;
    left: -45px;
    top: -35px;
  }
  .footer_t .footer_logo {
    width: 120px;
  }
  .case_sec1 .common_box {
    padding: 100px 100px;
  }
  .case_sec1 ul li .text {
    width: 100%;
  }
  .service4_3 {
    padding: 0 100px;
  }
}
@media (max-width: 1440px) {

  .ind6_r_b_nav ul li {
    margin-left: 20px;
  }
  .ind6_l {
    padding: 40px 25px;
  }
  .footer_t .footer_nav {
    padding-right: 0;
  }
  #fixed ul li .tel {
    height: 48px;
    line-height: 48px;
  }
  .team_detail_l {
    width: calc(100% - 220px);
  }
  .team_detail_r {
    width: 220px;
  }
  .service2_1_b .swiper-slide .inner {
    padding-top: 16px;
  }
  .service4_7lbl {
    width: 35%;
  }
  .service4_7lbl ul li {
    padding: 10px 0;
  }
  .service4_7lbr .inner {
    padding: 10px 0 10px 40px;
  }
  .service4_7lbr .inner span {
    top: 12px;
  }
  .service4_8 ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
    height: 160px;
    padding-left: 180px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 28px;
  }
  .service4_8 ul li span {
    width: 160px;
    height: 160px;
  }
  .loading-info-list li h4 {
    font-size: 24px;
  }
  .demo1 {
    width: 240px;
    height: 240px;
  }

  .demo1 img {
    max-width: 240px;
  }

  .demo1 .dlt {
    width: 50%;
  }

  .demo1 .dlt img {
    height: 240px;
  }
  .demo1 p {
    font-size: 18px;
  }
  .demo1 p span {
    font-size: 36px;
  }

  .demo1 .drt {
    width: 50%;
  }

  .demo1 .drt img {
    height: 240px;
  }
  .service4.service1_1 .nav li {
    font-size: 14px;
  }



}
@media (max-width: 1366px) {
  
  .header {
    height: 90px;
  }
  .header .header_nav li a {
    height: 90px;
    line-height: 90px;
  }
  .header .second_nav {
    top: 90px;
  }

  .header.fixed {
    height: 70px;
  }
  .header.fixed .header_nav li a {
    height: 70px;
    line-height: 70px;
  }
  .header.fixed .second_nav {
    top: 70px;
  }

  .header_nav li {
    margin-right: 36px;
    font-size: 16px;
  }

  .wrapper {
    padding: 90px 40px 0;
  }

  .common_btn {
    width: 180px;
    height: 54px;
    line-height: 54px;
    font-size: 15px;
  }
  .ind3_list li:hover .img::after {
    width: 160px;
    height: 160px;
    left: -35px;
    top: -25px;
  }
  .ind6_r_b_nav ul li a {
    font-size: 13px;
  }
  .service2_1_t ul li {
    font-size: 15px;
    margin-right: 20px;
  }
  .service4_3S .text {
    padding-right: 120px;
  }
  .ind3_list li p {
    font-size: 16px;
    margin-top: 8px;
  }
  .ind5_list li .img .mask p {
    font-size: 16px;
    line-height: 24px;
  }

  .point-area:nth-child(1)
  {
      left: 86%;
      top: 8%;
  }

  .point-area:nth-child(2)
  {
      left: 61%;
      top: 50%;
  }

  .point-area:nth-child(3)
  {
      left: 63%;
      top: 54%;
  }

 .point-area:nth-child(4)
  {
      left: 80%;
      top: 52%;
  }
   .point-area:nth-child(5)
  {
      left: 74%;
      top: 52%;
  }
   .point-area:nth-child(6)
  {
      left: 46%;
      top: 60%;
  }
   .point-area:nth-child(7)
  {
      left: 80%;
      top: 60%;
  }
   .point-area:nth-child(8)
  {
      left: 60%;
      top: 62%;
  }
   .point-area:nth-child(9)
  {
      left: 78%;
      top: 66%;
  }


   .point-area:nth-child(10)
  {
    left: 85%;
    top: 73%;
  }

   .point-area:nth-child(11)
  {
      left: 59%;
      top: 45%;
  }
  .point-area:nth-child(12)
  {
      left: 67%;
      top: 72%;
  }


}
@media (max-width: 1280px) {
  .point-area:nth-child(1)
  {
      left: 86%;
      top: 8%;
  }

  .point-area:nth-child(2)
  {
      left: 61%;
      top: 50%;
  }

  .point-area:nth-child(3)
  {
      left: 63%;
      top: 54%;
  }

 .point-area:nth-child(4)
  {
      left: 80%;
      top: 52%;
  }
   .point-area:nth-child(5)
  {
      left: 74%;
      top: 52%;
  }
   .point-area:nth-child(6)
  {
      left: 46%;
      top: 60%;
  }
   .point-area:nth-child(7)
  {
      left: 80%;
      top: 60%;
  }
   .point-area:nth-child(8)
  {
      left: 60%;
      top: 62%;
  }
   .point-area:nth-child(9)
  {
      left: 78%;
      top: 66%;
  }


   .point-area:nth-child(10)
  {
      left: 85%;
      top: 72%;
  }
   .point-area:nth-child(11)
  {
      left: 59%;
      top: 45%;
  }
  .point-area:nth-child(12)
  {
      left: 67%;
      top: 72%;
  }

}
@media (max-width: 1024px) {
  .point-area:nth-child(1)
  {
      left: 86%;
      top: 8%;
  }

  .point-area:nth-child(2)
  {
      left: 61%;
      top: 50%;
  }

  .point-area:nth-child(3)
  {
      left: 63%;
      top: 54%;
  }

 .point-area:nth-child(4)
  {
      left: 80%;
      top: 52%;
  }
   .point-area:nth-child(5)
  {
      left: 74%;
      top: 52%;
  }
   .point-area:nth-child(6)
  {
      left: 46%;
      top: 60%;
  }
   .point-area:nth-child(7)
  {
      left: 80%;
      top: 60%;
  }

   .point-area:nth-child(8)
  {
      left: 60%;
      top: 62%;
  }
   .point-area:nth-child(9)
  {
      left: 78%;
      top: 66%;
  }

   .point-area:nth-child(10)
  {
      left: 84%;
      top: 71%;
  }
   .point-area:nth-child(11)
  {
      left: 59%;
      top: 45%;
  }
  .point-area:nth-child(12)
  {
      left: 67%;
      top: 72%;
  }

  body {
    padding: 0;
  }
  .l_en {
    display: none!important;
  }
  .header {
    display: none;
  }

  .headerSJ {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
  }

  .headerSJ .headerSC {
    padding: 0px 12px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .headerSJ .logo img {
    height: 44px;
	  width: 46%;
  }


  .headerSJ .navbar {
    position: relative;
    padding: 7px 10px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
    outline: none;
  }

  .headerSJ .navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
  }

  .headerSJ .navbar .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .headerSJ .navwrap {
    position: fixed;
    top: 0px;
    left: -80%;
    width: 80%;
    height: 100%;
    z-index: 1100;
    background-color: #000;
    opacity: 0;
    cursor: pointer;
  }

  .headerSJ .navwrap .nav {
    padding: 10px 5% 0px 5%;
  }

  .headerSJ .navwrap .nav li {
    line-height: 42px;
    border-bottom: 1px solid #232530;
    padding: 0px 5%;
  }

  .headerSJ .navwrap .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
  }

  .headerSJ .navbg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    display: none;
    cursor: pointer;
  }

  .headerSJ .navbg .closeSJ {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .headerSJ .navwrap .nav .SJbod {
    display: none;
  }

  .headerSJ .navwrap .nav .SJbod dd a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .headerSJ .navwrap .nav .plus a {
    background: url(../images/plus.png) right center no-repeat;
  }

  .headerSJ .navwrap .nav .minus a {
    background: url(../images/minus.jpg) right center no-repeat;
  }

  .headerSJ .navwrap .nav .lan .SJtit a {
    display: inline-block;
  }

  .headerSJ .navwrap .nav .lan .SJtit span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0px 5px;
  }

  .wrapper {
    padding-top: 60px;
  }
  .page .page1 {
    display: none;
  }
  .page .page2 {
    display: block;
  }
  .common_tit h3 {
    font-size: 24px;
  }
  .ind1_l {
    padding: 40px;
  }
  .ind1_r .text {
    padding: 20px 40px;
  }
  .ind1_r .common_tit {
    width: 120px;
  }
  .ind1_r .ind1_r_text {
    width: calc(100% - 120px);
  }
  .ind_sec {
    margin: 80px 0;
  }
  .ind_sec2 .common_box {
    padding-top: 80px;
  }
  .ind2_list {
    padding: 0px 40px 80px;
  }
  .ind2_list li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-top: 20px;
  }
  .ind2_list li a .text {
    padding: 40px 20px 20px;
  }
  .ind2_list li a .text h3 {
    font-size: 22px;
  }
  .ind_sec3 .common_box {
    height: auto;
    padding: 80px 40px;
  }
  .ind3_list {
    margin-top: 80px;
  }
  .ind_sec4_t {
    background: url(../images/ind4_bg.png) center / contain no-repeat;
  }
  .ind_sec4 .common_box {
    padding: 80px 40px;
  }
  .ind_sec5 .common_box {
    padding: 80px 40px;
  }
  .ind5_list li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .ind_sec6_inner {
    flex-direction: column;
  }
  .ind6_l {
    width: 100%;
    padding: 80px 40px;
  }
  .ind6_l_b {
    justify-content: space-around;
  }
  .ind6_l_inner > div {
    width: 180px!important;
  }
  .ind6_r {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .ind7_inner {
    width: 100%;
  }
  .footer {
    padding: 20px 3% 0;
  }
  .footer_nav {
    display: none;
  }

  .footer_t .footer_logo {
    width: 64px;
    margin: auto;
    float: none;
  }

  .footer_b {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .footer_b .footer_l .footer_ico {
    align-items: center;
    justify-content: center;
  }
  .footer_b .footer_r {
    margin-top: 10px;
    text-align: center;
  }
  .service1_1 .nav li {
    font-size: 15px;
    margin-right: 20px;
  }
  .service1 .abox {
    padding-left: 40px;
    padding-right: 40px;
  }
  .roundabout_box {
    width: 60%;
  }
  .service2_1_t ul {
    width: auto;
    min-width: 50%;
  }
  .service2_1_b .text {
    width: 50%;
  }
  .service2_1_b .img {
    width: 50%;
  }
  .service3_2 .service2_1_t ul li {
    margin-right: 80px;
  }
  .service4_2 .text {
    padding-right: 40px;
    padding-top: 40px;
  }
  .service4_2 .text .scroll .inner {
    margin: 20px 0;
  }
  .service4_3 {
    padding: 0 40px;
  }
  .service4_3S .text {
    padding: 40px 220px 40px 40px;
  }
  .service4_3S_b .line .start {
    left: -25px;
  }
  .service4_3S_b .line .end {
    right: -25px;
  }
  .service4_4 .text {
    padding-left: 40px;
  }
  .service4_5tr {
    padding-right: 40px;
  }
  .service4_5bl {
    padding-left: 40px;
  }
  .service4_5br {
    padding-right: 40px;
  }
  .service1_1 .nav_outer {
    width: 100%;
    overflow: auto;
  }
  .service1_1 .nav_outer .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
  }
  .service1_1 .nav_outer .nav.w6 {
    min-width: 560px;
  }
  .service1_1 .nav_outer .nav.w12 {
    min-width: 1200px;
  }
  .service4_3,
  .service4_4,
  .service4_5,
  .service4_6,
  .service4_7 {
    margin: 80px 0;
  }
  .service4_6b .text .tit img {
    margin-bottom: 20px;
  }
  .service4_6b .text p {
    width: 100%;
  }
  .service4_7l {
    padding-left: 40px;
  }
  .service4_7lbl ul li {
    padding: 6px 0;
  }
  .service4_7lbr .inner {
    padding: 6px 0 6px 40px;
  }
  .service4_7lbr .inner span {
    top: 8px;
  }
  .service4_7lbr .inner h6 {
    margin-top: 0;
  }
  .service4_7lbl ul li h6 {
    margin-top: 0;
  }
  .service4_8 {
    padding: 0 40px;
    margin: 80px 0;
  }
  .service4_8 ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
    height: 160px;
    padding-left: 180px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 28px;
  }
  .service4_9 {
    margin: 80px 0;
    padding: 0 40px;
  }
  .service6_outer.abox {
    padding: 80px 40px;
  }
  .service1_4_list li a {
    background: url(../images/service1_bg.png) center bottom / contain no-repeat;
    padding: 0px 11px 10px;
  }
  .service1_4_list li a .text {
    height: 75px;
    padding-bottom: 0px;
  }
  .voice2_inner p {
    font-size: 15px;
  }
  .voice2_inner p::before,
  .voice2_inner p::after {
    width: 32px;
    margin: 0 10px;
  }
  .loading-info-list li h4 {
    font-size: 20px;
  }
  .loading-info-list li h4 span {
    font-size: 14px;
  }
  .demo1 {
    width: 200px;
    height: 200px;
  }

  .demo1 img {
    max-width: 200px;
  }
  .demo1 .dlt img {
    height: 200px;
  }
  .demo1 p {
    font-size: 16px;
  }
  .demo1 p span {
    font-size: 32px;
  }

  .demo1 .drt img {
    height: 200px;
  }
  .case_info {
    margin: 80px 0;
  }
  .case_info .common_box {
    padding: 80px 40px;
  }
  .case_info ul li {
    margin-top: 40px;
  }
  .team1_b_inner {
    margin-right: 20px;
  }
  .team1_b_inner .tit span {
    font-size: 15px;
  }
  .team1_b_inner ul li a {
    padding: 40px 8% 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .video_list_outer {
    padding: 80px 40px;
  }
  .indu_list li a {
    align-items: center;
  }
  .indu_list li a .text {
    width: calc(50% - 20px);
    padding: 0;
  }
}

@media (max-width: 768px) {
  html.oh {
    overflow: inherit;
  }
  .top {
    display: none!important;
  }
  .common_btn {
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }
  .banner .text_inner {
    width: 94%;
  }
  .banner .text_inner img {
    width: 100%;
    max-width: 320px;
  }
  .banner .text_inner .common_btn {
    margin-top: 24px;
  }
  .wrapper {
    padding: 60px 0px 0;
  }
  .ind_sec {
    margin: 40px 0;
  }
  .ind_sec1 .container {
    padding: 0;
  }
  .ind1_l {
    padding: 40px 3%;
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .ind1_r {
    float: none;
    width: 100%;
  }
  .ind1_l ul li a .ind1_l_b {
    padding-right: 0%;
  }
  .ind1_r .text {
    padding: 20px 3%;
  }
  .ind_sec2 .common_box {
    padding-top: 40px;
  }
  .ind2_list {
    padding: 0;
  }
  .ind2_list li {
    width: 100%;
    margin: 0;
  }

  .ind_sec3 .common_box {
    margin-top: 0px;
    padding: 40px 3%;
  }
  .ind3_list {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
  }
  .ind3_list li {
    width: 33.3%;
    margin-top: 20px;
    display: inline-block;
  }
  .ind_sec4 .common_box {
    padding: 40px 3%;
    margin-top: 0px;
  }
  .ind4S {
    padding: 0px;
  }
  .ind4S .ind4btn {
    display: none;
  }
  .ind4P {
    position: static;
    margin-top: 10px;
  }
  .ind4P .swiper-pagination-bullet {
    background: #ccc;
  }
  .ind_sec5 .common_box .common_btn,
  .ind_sec4 .common_box .common_btn {
    line-height: 48px;
    height: 48px;
    margin: 20px auto 0;
  }
  .ind_sec5 .common_box {
    padding: 40px 3%;
  }
  .ind5_list li {
    width: 100%;
    margin: 0;
  }
  .ind5_list_mP {
    position: static;
    margin-top: 10px;
  }
  .ind5_list_mP .swiper-pagination-bullet {
    background: #ccc;
  }
  .ind6_l {
    width: 100%;
    padding: 40px 3%;
  }
  .ind6_l_b {
    flex-direction: column;
  }
  .ind_sec6_inner {
    padding: 0;
  }
  .ind6_r_t {
    padding: 40px 3%;
  }
  .ind6S {
    padding: 0;
    margin-top: 20px;
  }
  .ind6S_btn {
    display: none;
  }
  .ind6P {
    position: static;
    margin-top: 10px;
  }
  .ind6P .swiper-pagination-bullet {
    background: #ccc;
  }
  .ind6_r_b {
    padding: 40px 3%;
    flex-direction: column;
  }
  .ind6_r_b_nav {
    position: static;
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }
  .ind6_r_b_nav ul {
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 0;
    width: 100%;
  }
  .ind6_r_b_nav ul li {
    display: inline-block;
    margin: 1%;
  }
  .ind7_outer {
    padding: 0;
  }
  .ind7_inner {
    padding: 40px 3%;
  }
  .ind7_inner p {
    font-size: 16px;
    line-height: 28px;
  }
  .ind7S {
    padding: 0px;
  }
  .ind7_btn {
    display: none;
  }
  .ind7P {
    position: static;
    margin-top: 10px;
  }
  .ind7P .swiper-pagination-bullet {
    opacity: .3;
    background: #fff;
  }
  .ind7P .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
  .ind7_inner .common_btn {
    line-height: 48px;
    height: 48px;
    margin: 20px auto 0;
  }
  #loading {
    display: none!important;
  }
  .service1 {
    margin: 40px 0;
  }
  .service1_1 {
    margin-bottom: -20px!important;
  }
  .service1 .abox {
    padding-left: 3%;
    padding-right: 3%;
  }
  .service1_1 .nav li {
    font-size: 14px;
    margin-right: 10px;
  }
  .service1_2_t {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .service1_2_t h3 {
    text-align: center;
    font-size: 24px;
  }
  .service1_2_t h3::after {
    display: none;
  }
  .service1_2_t p {
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .service1_2_b {
    margin-top: 40px;
  }
  .service1_2_b ul {
    max-height: inherit!important;
  }
  .service1_2_b ul li {
    margin-bottom: 20px;
  }
  .service1_2_b ul li:last-child {
    margin-bottom: 0px;
  }
  .service1_2_b ul li .img {
    width: 100%;
    float: none;
  }
  .service1_2_b ul li .tip {
    height: auto;
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 8px;
  }
  .service1_2_b ul li .tip span {
    position: static;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  .service1_2_b ul li .tip::before,
  .service1_2_b ul li .tip::after {
    display: none;
  }
  .service1_2_b ul li .text {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .service1_2_b ul li .text h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .service1_2_b ul li .text h6 {
    font-size: 15px;
    line-height: 26px;
  }
  .service1_2_b_btn {
    display: none;
  }
  .service1_3_t h3 {
    font-size: 24px;
  }
  .service1_3S {
    padding-right: 0px;
    margin-top: 40px;
  }
  .service1_3S_r {
    display: none;
  }
  .service1_3S .swiper-slide .text h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .service1_3S .swiper-slide .text h6 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 32px;
  }
  .service1_4_list {
    margin-top: 40px;
  }
  .service1_4_list li {
    width: 50%;
    margin-right: 0;
    margin-top: 10px;
  }
  .service1_4_list li:nth-child(-n + 3) {
    margin-top: 10px;
  }
  .service1_4_list li:nth-child(-n + 2) {
    margin-top: 0px;
  }
  .service1_4_list li:nth-child(3n + 1) {
    clear: none;
  }
  .service1_4_list li:nth-child(2n + 1) {
    clear: both;
  }
  .service1_4_list li a {
    padding: 0px 6px 10px;
  }
  .service1_4_list li a .text {
    height: 42px;
  }
  .service1_4_list li a .text h6 {
    font-size: 14px;
  }
  .service1_4_list li a .text h6::after {
    margin-top: 6px;
  }
  .service1_5S {
    height: auto!important;
  }
  .service1_5P {
    position: static;
    margin-top: 10px;
  }
  .service1_5P .swiper-pagination-bullet {
    background: #ccc;
  }
  .service1_5S p {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
    color: #333;
  }
  .service1_6_list {
    margin-top: 40px;
  }
  .service1_6_list li {
    margin-right: 0px;
    width: 100%;
    float: none;
  }
  .service1_6_list li:nth-child(2) {
    margin-top: 20px;
  }
  .service1_6_list li a .text p {
    margin-top: 20px;
    font-size: 15px;
    color: #555555;
  }
  .service1_6_b {
    margin-top: 40px;
  }
  .service1_6_b .ind6_r_t {
    padding: 40px 3%;
  }
  .service1_6_b .btn {
    font-size: 16px;
    letter-spacing: 2px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 10;
    right: 0px;
    left: 0;
    margin: auto;
    bottom: -80px;
  }
  .service2 {
    margin: 40px auto;
  }
  .service2_1_t {
    overflow: auto;
    width: 100%;
  }
  .service2_1_t .img {
    display: none;
  }
  .service2_1 .abox {
    padding: 20px 3%;
  }
  .service2 .service2_1_t ul {
    width: auto;
    overflow: auto;
    white-space: nowrap;
    word-break: keep-all;
  }
  .service2 .service2_1_t ul li {
    display: inline-block;
  }
  .service2_1_t ul::after {
    width: 100%;
  }
  .service2_1_t ul li {
    height: 40px;
    font-size: 13px;
    margin-right: 16px;
  }
  .service2_1_b .text {
    width: 100%;
  }
  .service2_1_b .img {
    width: 100%;
  }
  .service2_1_b .swiper-slide .inner {
    padding-right: 0;
  }
  .service2_1_b .swiper-slide .inner h4::after {
    margin: 12px 0 24px;
  }
  .service2_1_b .swiper-slide .inner h6 {
    font-size: 15px;
    line-height: 28px;
  }
  .service3 {
    margin: 40px auto;
  }
  .service3_2 .tit2 {
    margin-top: 40px;
  }
  .service3_2 .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .service3_2tS .inner {
    flex-direction: column;
  }
  .service3_2tS .service1_5_b .inner {
    flex-direction: row;
  }
  .service3_2tS .inner .img {
    width: 100%;
  }
  .service3_2tS .inner .img img {
    max-width: inherit;
    width: 100%;
  }
  .service3_2tS .inner .text {
    width: 100%;
    margin-top: 10px;
  }
  .service3_2bS .P,
  .service3_2tS .P {
    position: static;
    margin-top: 10px;
  }
  .service3_2bS .swiper-pagination-bullet,
  .service3_2tS .swiper-pagination-bullet {
    background: #ccc;
  }
  .service3_2 .service2_1_t {
    width: 100%;
    overflow: auto;
  }
  .service3_2 .service2_1_t ul {
    width: 520px;
  }
  .service3_2 .service2_1_t ul li {
    margin-right: 20px;
  }
  .service3_2bS {
    margin-top: 40px;
  }
  .service3_2bS .swiper-slide .inner {
    padding-left: 20px;
    padding-top: 20px;
    display: block;
  }
  .service3_2bS .swiper-slide .inner .t h4 {
    font-size: 20px;
  }
  .service3_2bS .swiper-slide .inner .b p {
    font-size: 15px;
    line-height: 28px;
    height: 56px;
  }
  .service4_outer.abox {
    margin: 40px auto;
  }
  .service4 {
    margin: 40px 0;
  }
  .service4_2 .img {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .service4_2 .img::after {
    display: none;
  }
  .service4_2 .text {
    padding: 20px 3%;
    width: 100%;
    float: none;
  }
  .service4_outer .tit {
    font-size: 24px;
  }
  .service4_2 .text p {
    margin-left: 0%;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
  }
  .service4_2 .text ul {
    width: 320px;
    margin: auto;
  }
  .service4_2 .text ul li {
    font-size: 14px;
    line-height: 22px;
    width: 80px;
    height: 80px;
    margin-right: 40px;
    padding: 0 10px;
    margin-top: 40px;
  }
  .service4_2 .text ul .img1,
  .service4_2 .text ul .img2 {
    width: 15px;
  }
  .service4_3,
  .service4_4,
  .service4_5,
  .service4_6,
  .service4_7 {
    margin: 40px 0;
  }
  .service4_3 {
    padding: 0px;
  }
  .service4_3S {
    margin-top: 40px;
  }
  .service4_3S .text {
    padding: 20px 3%;
    position: static;
  }
  .service4_3S .swiper-slide img {
    display: none;
  }
  .service4_3S_box {
    height: auto;
    width: 100%;
    border-radius: 0px;
    position: static;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .service4_3S_box h6 {
    display: none;
  }
  .service4_3S_box_t {
    height: 72px;
  }
  .service4_3S_box h4 span {
    font-size: 18px;
  }
  .service4_4 {
    padding: 0 3%;
  }
  .service4_4 .text {
    padding: 0px;
    width: 100%;
    float: none;
  }
  .service4_4 .img {
    width: 100%;
    float: none;
  }
  .service4_4 .img::after {
    display: none;
  }
  .service4_5tr {
    display: none;
  }
  .service4_5bl {
    display: none;
  }
  .service4_5tl{
    float: none;
    width: 100%;
  }
  .service4_5br {
    width: 100%;
    padding: 0 3%;
    float: none;
    margin-top: 20px;
  }
  .service4_5br .text {
    padding: 20px 3%;
    font-size: 15px;
  }
  .service4_5br .text img {
    display: none;
  }
  .service4_6 {
    padding: 0px;
  }
  .service4_6t .text {
    position: static;
    width: 100%;
    padding: 0 3%;
  }
  .service4_6t .text h3 {
    font-size: 24px;
    color: #333;
  }
  .service4_6t .text ul li {
    color: #333;

  }
  .service4_6t .text_box {
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
  }
  .service4_6t .text_box h4 {
    font-size: 16px;
    padding: 10px;
  }
  .service4_6t .text_box h6,
  .service4_6t .text_box img {
    display: none;
  }
  .service4_6b .text {
    padding: 20px 3%;
  }
  .service4_6b .text .tit {
    margin-left: 0;
  }
  .service4_6b .text p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 28px;
  }
  .service4_7 {
    flex-direction: column;
  }
  .service4_7l {
    width: 100%;
    padding: 20px 3%;
  }
  .service4_7lbl {
    width: 50%;
  }
  .service4_7lbr {
    width: 50%;
    float: right;
    margin-right: 0px;
  }
  .service4_7r {
    width: 100%;
  }
  .service4_8 {
    padding: 0 3%;
    margin: 40px 0;
  }
  .service4_8 ul li {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
    line-height: 20px;
  }
  .service4_9 {
    margin: 40px 0;
    padding: 0;
  }
  .service4_9b {
    margin-top: 40px;
    padding: 0 3%;
  }
  .service4_9b ul {
    margin-top: 20px;
  }
  .service6_outer.abox {
    padding: 40px 3%;
  }
  .service5_2 .text {
    flex-direction: column;
    margin-top: 20px;
  }
  .service5_2 .text_l {
    width: 100%;
  }
  .service5_2 .text_r {
    width: 100%;
    margin-top: 20px;
  }
  .service5_3 {
    margin: 40px 0;
  }
  .service5_3 .img::before {
    display: none;
  }
  .service5_3 .text .t {
    display: none;
  }
  .service5_3 .img {
    width: 100%;
    float: none;
  }
  .service5_3 .text {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
  .service5_3 ul {
    margin: 20px 0;
  }
  .service5_3 ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 10px;
  }
  .service5_3 p{
    font-size: 15px;
    line-height: 28px;
  }
  .service5_4tl {
    display: none;
  }
  .service5_4tr {
    width: 100%;
  }
  .service5_4tr::after {
    display: none;
  }
  .service5_4b {
    margin-top: 40px;
    flex-direction: column;
  }
  .service5_4b p {
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }
  .service2_1_b .img {
    margin-top: 20px;
  }
  .service6 .tit {
    font-size: 24px;
  }
  .service6_2t .text {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .service6_2t .text_inner {
    padding: 80px 3% 20px;
    font-size: 15px;
    line-height: 28px;
    width: 100%;
  }
  .service6_2t .text_r {
    margin-bottom: 0;
  }
  .service6_2btl {
    width: 100%;
    padding-right: 0px;
    float: none;
  }
  .service6_2btl .tit img {
    margin-top: 24px;
    display: block;
  }
  .service6_2btl p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 28px;
  }
  .service6_2btl .common_btn3 {
    margin-top: 24px;
  }
  .service6_2btr {
    width: 100%;
    float: none;
  }
  .service6_2btr::after {
    display: none;
  }
  .service6_3t {
    padding-bottom: 20px;
  }
  .service6_3t .inner {
    margin: 40px 0;
    flex-direction: column;
  }
  .service6_3t .img {
    width: 100%;
    padding-right: 0px;
  }
  .service6_3t .text {
    width: 100%;
    padding-left: 0px;
  }
  .service6_3b {
    margin-top: 20px;
  }
  .case_sec1 ul li .zm {
    display: none;
  }
  .case_sec1 .common_box {
    padding: 40px 3%;
  }
  .case_sec1 .common_box > p {
    display: none;
  }
  .case_sec1 .common_box > h3 {
    font-size: 24px;
    margin-top: 0;
  }
  .case_sec1 ul li .img,
  .case_sec1 ul li:nth-child(2n + 1) .img  {
    width: 100%;
    position: static;
  }
  .case_sec1 ul li .text,
  .case_sec1 ul li:nth-child(2n + 1) .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border: 0;
  }
  .case_sec1 ul li .text::before, .case_sec1 ul li .text::after {
    display: none;
  }
  .case_sec1 ul li .text h4 {
    font-size: 20px;
  }
  .case_sec1 ul li .text p {
    line-height: 28px;
    height: 84px;
    margin-top: 20px;
  }
  .case_sec {
    margin: 40px 0;
  }
  .case2_inner {
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    height: auto;
  }
  .case2_inner .tt {
    font-size: 22px;
  }
  .case2_inner p {
    margin-top: 20px;
  }
  .case2_inner h6 {
    margin-top: 20px;
  }
  .voice_sec {
    margin: 40px auto;
  }
  .voice2_inner {
    width: 100%;
    margin-bottom: 10px;
  }
  .voice_sec1 .abox {
    padding-bottom: 40px;
  }
  .voice_sec1 .en {
    margin-bottom: 20px;
  }
  .case_info {
    margin: 40px 0;
  }
  .case_info .common_box {
    padding: 40px 3%;
  }
  .team_sec1 {
    margin: 40px auto;
  }
  .team1_t .inp {
    float: none;
    width: 100%;
  }
  .team1_t a {
    width: 100%;
    height: 52px;
    line-height: 52px;
    float: none;
    font-size: 15px;
    letter-spacing: 2.8px;
    margin-top: 10px;
    display: block;
  }
  .team1_b {
    margin-top: 40px;
    flex-direction: column;
  }
  .team1_b_inner {
    margin-right: 0px;
    width: 100%;
    margin-top: 10px;
  }
  .team1_b_inner:first-child {
    margin-top: 0;
  }
  .ind_sec8_inner {
    padding: 40px 3%;
    flex-direction: column;
  }
  .ind8l {
    width: 100%;
    padding-right: 0px;
    margin-top: 20px;
  }
  .ind8r {
    width: 100%;
    order: -1;
  }
  .ind8r_img {
    display: none;
  }
  .video_list_outer {
    padding: 40px 3%;
  }
  .video_list ul li {
    margin-top: 20px;
    margin-right: 0px;
    width: 100%;
    float: none;
  }
  #video_model .video .close {
    right: 0px;
    top: -50px;
  }
  #fixed {
    display: none;
  }
  .indu_list li a {
    flex-direction: column;
  }
  .indu_list li a .img {
    width: 100%;
    order: -1!important;
  }
  .indu_list li a .text {
    width: 100%;
    margin-top: 20px;
  }
  .indu_list li a p {
    margin-top: 12px;
  }
  .service4_6t::before {
    background: transparent;
  }
  .service2_2 .img {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
  .service2_2 .img a {
    font-size: 12px;
  }
  .team_detail {
    display: block;
  }
  .team_detail_l {
    width: 100%;
    padding-right: 0;
  }
  .team_detail_r {
    width: 100%;
  }
  .team_detail2 ul {
    display: block;
  }
  .team_detail2 ul li {
    margin-right: 0px;
    margin-top: 20px;
    width: 100%;
  }

}

