@charset "UTF-8";


::placeholder {
  color: #E6E6E8; }

:root {
  --blue: #007007;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40; }

::selection,
::-moz-selection,
::-webkit-selection {
  background: #1f1f1f;
  color: #fff; }

html,
body {
  width: 100%;
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  /* Required, global font size */ }

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  margin: 0;
  padding: 0; }

/* 初始化 */
body, div, span, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, span,
aside, details, figcaption, figure, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PingFang HK", "Helvetica Neue", Helvetica, "Microsoft YaHei", STXihei, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  color: #212121;
  background-color: #ffffff; }

:active, :focus {
  outline: none !important; }

p,
pre,
table,
blockquote {
  margin-bottom: 1.421875rem; }

select {
  max-width: 100%; }

ul, li {
  list-style-type: none; }

blockquote {
  background: #fff;
  border: 1px solid #F8F8F8;
  border-left: 5px solid #EC5E79;
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem; }
  blockquote::before {
    color: #EC5E79;
    content: open-quote;
    font-size: 5.25rem;
    line-height: 0.1;
    margin-right: 0.21875rem;
    vertical-align: -2.055rem;
    font-family: sans-serif;
    content: "\201C";
    /*Unicode for Left Double Quote*/ }

strong {
  font-weight: 600; }

hr {
  margin: 1.421875rem 0;
  border-color: #F4F4F4; }
  hr.black {
    border-color: rgba(255, 255, 255, 0.1); }

a img {
  border: none; }

img {
  max-width: 100%; }

iframe {
  border: none !important; }

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%; }
  table.table-normal th,
  .table-normal table th {
    text-align: left; }
  table.table-normal td,
  table.table-normal th,
  .table-normal table td,
  .table-normal table th {
    border: 1px solid black;
    padding: 0.6875rem; }

/* ======================================================
   <!-- Typography -->
/* ====================================================== */
/*
 * 1. General
 * 2. Hyperlink
 * 3. Heading (h1,h2,h3,h4,h5,h6)
 * 4. Text Effect
 * 5. Table & List Effect by Default
 * 6. Drop Cap
*/
/*
 ---------------------------
 1. General
 ---------------------------
 */
a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  transition: all 0.3s ease; }

/*
 ---------------------------
 2. Hyperlink
 ---------------------------
 */
a {
  color: #474747; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none; }
  a.link {
    text-decoration: underline;
    color: #EC5E79; }
    a.link:hover {
      color: #E8588C; }

/*
 ---------------------------
 3. Heading (h1,h2,h3,h4,h5,h6)
 ---------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #212121;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  /*Ligatures and contextual forms are ways of combining glyphs to produce more harmonized forms.*/
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding: 0 0 0.546875rem;
  word-wrap: break-word; }

h1 {
  font-size: 3.375rem;
  line-height: 1.14285714286; }

h2 {
  font-size: 22.375rem;
  line-height: 1.2; }

h3 {
  font-size: 1.75rem;
  line-height: 1.25; }

h4 {
  font-size: 1.25rem;
  line-height: 1.33333333333; }

h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600; }

h6 {
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 600; }

.h1 {
  font-size: 3.375rem !important;
  line-height: 1.14285714286 !important; }

.h2 {
  font-size: 22.375rem !important;
  line-height: 1.2 !important; }

.h3 {
  font-size: 1.75rem !important;
  line-height: 1.25 !important; }

.h4 {
  font-size: 1.25rem !important;
  line-height: 1.33333333333 !important; }

.h5 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important; }

.h6 {
  font-size: 0.75rem !important;
  line-height: 2 !important;
  font-weight: 600 !important; }

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important; }

@media all and (max-width: 768px) {
  h1 {
    font-size: 2.41071rem;
    line-height: 1.15555556; }
  h2 {
    font-size: 15.6625rem;
    line-height: 1.421875; }
  h3 {
    font-size: 1.25rem;
    line-height: 1.625; }
  .h1 {
    font-size: 2.41071rem !important;
    line-height: 1.15555556 !important; }
  .h2 {
    font-size: 15.6625rem !important;
    line-height: 1.421875 !important; }
  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.625 !important; } }

@media all and (max-width: 480px) {
  h1 {
    font-size: 1.20536rem;
    line-height: 1.38461538462; }
  h2 {
    font-size: 13.425rem;
    line-height: 1.28571428571; }
  h3 {
    font-size: 1.25rem;
    line-height: 1.5; }
  .h1 {
    font-size: 1.20536rem !important;
    line-height: 1.38461538462 !important; }
  .h2 {
    font-size: 13.425rem !important;
    line-height: 1.28571428571 !important; }
  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important; } }

/*
 ---------------------------
 4. Text Effect
 ---------------------------
 */
.font-normal {
  font-family: "PingFang HK", "Helvetica Neue", Helvetica, "Microsoft YaHei", STXihei, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-weight: 400 !important; }

.font-uppercase {
  text-transform: uppercase !important; }

.font-bold {
  font-weight: 800 !important; }

.font-italic {
  font-style: italic !important; }

.font-no-italic {
  font-style: normal !important; }

.font-underline {
  text-decoration: underline !important; }

.font-primary-color {
  color: #EC5E79 !important; }

.font-sub-color {
  color: #AEAEAE !important; }

.font-white {
  color: white; }
  .font-white p,
  .font-white h1,
  .font-white h2,
  .font-white h3,
  .font-white h4,
  .font-white h5,
  .font-white h6,
  .font-white .h1,
  .font-white .h2,
  .font-white .h3,
  .font-white .h4,
  .font-white .h5,
  .font-white .h6 {
    color: white; }

/*
 ---------------------------
 5. Table & List Effect by Default
 ---------------------------
 */
/* Compatible with  Uix Shortcodes (WordPress Plugin) */
.list-normal a:not(.uix-sc-btn),
.table-normal a:not(.uix-sc-btn) {
  color: #EC5E79; }

.list-normal a:not(.uix-sc-btn):not(.button):hover,
.table-normal a:not(.uix-sc-btn):not(.button):hover {
  color: #E8588C;
  text-decoration: underline; }

.list-normal a:not(.uix-sc-btn):hover img,
.table-normal a:not(.uix-sc-btn):hover img {
  text-decoration: none; }

/*
 ---------------------------
 6. Drop Cap
 ---------------------------
 */
.dropcap::first-letter,
.dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: -2px; }

/* ======================================================
   <!-- Spacing -->
/* ====================================================== */
section,
.section {
  position: relative; }

section,
.section {
  padding: 6.5625rem 0; }

section.space-sm,
.section.space-sm {
  padding: 4.8125rem 0; }

section.space-lg,
.section.space-lg {
  padding: 11.375rem 0; }

section.space-none,
.section.space-none {
  padding: 0 !important; }

section.space-none-top,
.section.space-none-top {
  padding-top: 0 !important; }

section.space-none-bottom,
.section.space-none-bottom {
  padding-bottom: 0 !important; }

section.site-google-map,
.section.site-google-map {
  padding-top: 0 !important; }

@media all and (max-width: 768px) {
  section,
  .section {
    padding: 4.26563rem 0; }
  section.space-sm,
  .section.space-sm {
    padding: 2.625rem 0; }
  section.space-lg,
  .section.space-lg {
    padding: 4.26563rem 0; }
  section.space-none,
  .section.space-none {
    padding: 0; }
  section.space-none-top,
  .section.space-none-top {
    padding-top: 0; }
  section.space-none-bottom,
  .section.space-none-bottom {
    padding-bottom: 0; }
  section.site-google-map,
  .section.site-google-map {
    padding-top: 0; } }

html {
  overflow-x: hidden; }

.pure:before,
.pure:after {
  content: " ";
  display: table; }

@font-face {
  font-family: 'iconfont';
  /* project id 677444 */
  src: url("//at.alicdn.com/t/font_677444_e72zemx2wzo.eot");
  src: url("//at.alicdn.com/t/font_677444_e72zemx2wzo.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_677444_e72zemx2wzo.woff") format("woff"), url("//at.alicdn.com/t/font_677444_e72zemx2wzo.ttf") format("truetype"), url("//at.alicdn.com/t/font_677444_e72zemx2wzo.svg#iconfont") format("svg"); }

.pure:after {
  clear: both; }

body {
  height: auto;
  overflow-x: hidden;
  padding-top: 80px; }

.ind_body {
  padding-top: 0; }

html {
  font-size: 100px; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

@media screen and (max-width: 800px) {
  html {
    font-size: 90px; } }

@media screen and (max-width: 600px) {
  html {
    font-size: 80px; } }

a {
  text-decoration: none; }

.scroll-animate.animated ,.scroll-animate .animated {
  visibility: hidden;
}
{
  visibility: hidden;
}

.newiconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ind_body .header_box {
  top: 31px;
  background-color: transparent; }

.ind_body .header_box.on {
  top: 0;
  background-color: #1b1b1b; }

.header_box {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  height: 80px;
  background-color: #1b1b1b; }

.vision_box {
  width: 83.33%;
  margin: 0 auto;
  text-align: center;
}

.logo_box {
  height: 30px;
  margin-top: 25px;
  display: block; }
  .logo_box img {
    height: 100%;
    display: block; }

.pub_language {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  background-color: rgba(255, 255, 255, 0.14);
  cursor: pointer;
  margin-top: 20px;
  margin-left: 30px;
  cursor: pointer;
  position: relative; }
  .pub_language span {
    position: absolute;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
    transition: opacity .5s ease; }

.pub_language .lan_en {
  opacity: 1; }

.pub_language .lan_cn {
  opacity: 0; }

.pub_language.on .lan_cn {
  opacity: 1; }

.pub_language.on .lan_en {
  opacity: 0; }

.pub_language a:first-child{
  position: relative;
  z-index: -1;
}
.search_box {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 20px;
  transition: width .5s ease;
  width: 40px; }
  .search_box .btn_search {
    position: relative;
    float: right;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 22px;
    z-index: 1; }
  .search_box .text_search_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    opacity: 0;
    transition: opacity .2s ease-out;
    pointer-events: none; }
    .search_box .text_search_box input {
      background-color: transparent;
      padding-left: 10px;
      width: 210px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      display: block;
      color: white; }

.search_box.on {
  width: 250px; }
  .search_box.on .text_search_box {
    opacity: 1;
    transition: opacity .2s ease-out .3s;
    pointer-events: auto; }

.nav-box {
  float: right;
  position: relative;
  color: #fff;
  margin-top: 20px;
  margin-left: 30px;
  z-index: 1;
}

.btn_nav {
  font-size: 0;
  text-align: left;
  cursor: pointer; }
  .btn_nav > span {
    display: inline-block;
    vertical-align: middle;
    font-size: .16rem;
    transition: all .5s ease; }

.icon_box {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("../image/nav_icon_k.png");
  margin-right: 20px; }

.nav_box_case a {
  color: #036eb8;
  position: relative;
  cursor: pointer;}

.nav_box_case a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  width: 0;
  transition: width .5s ease;
  background-color: #fff; }

.nav_box_case > ul > li > a > i {
  display: none; }

.nav_box_case > ul > li > ul {
  display: none;
  padding: 15px 0;
  font-weight: 400;
  font-size: .14rem; }
.nav_box_case ul ul li a{
  position: relative;
  padding-left: 0;
  padding-top: .08rem;
  padding-bottom: .08rem;
  padding-right: .1rem;
  line-height: 1.5;
  word-break: keep-all;
}
.nav_box_case ul ul li a i{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav_box_case {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 100px;
  line-height: 2.25; }

.nav_box_case ul ul a i {
  font-size: 12px;
  margin-right: 10px; }

@media all and (min-width: 1025px){
  .nav_box_case{
    width: 120px;
    left: 40px;
    display: none;
    /*padding: 15px 0;*/
    /*padding-left: 20px;*/
    position: absolute;
    /*max-height: 0;*/
    top: 50px;
    /*padding-top: 1px;*/

  }
  /*.nav_box_case.go{*/
    /*max-height:99999px;*/
    /*transition-timing-function: cubic-bezier(.5,0,1,0);*/
    /*transition-delay: 0s;*/
    /*transition: all .5s ease;*/

  /*}*/
  .nav_box_case> ul{
    padding: 0;
    position: relative;
    background-color: #4e616f;
    margin-top: 10px;
  }
  .nav_box_case> ul>li{
    padding-left: 20px;
  }
  .nav_box_case> ul>li:first-child{
    padding-top: 15px;
  }
  .nav_box_case> ul>li:last-child{
    padding-bottom: 15px;
  }
  .downIn{
    pointer-events: all;
    /*display: block;*/
  }
  .fadeOutDown{
    pointer-events: none;
  }
  .nav_box_case> ul::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 45px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4e616f;
  }  .nav_box_case a{
    display: block;
    color: rgba(255,255,255,.65);
    transition: all .5s ease;
  text-align: left;
  }
  .nav_box_case a:hover{
    color: rgba(255,255,255,1);
  }
  /*.nav_box_case > ul > li > ul{*/
    /*padding: 0;*/
    /*display: block;*/
    /*max-height: 0;*/
    /*overflow: hidden;*/
    /*transition: all .5s ease;*/
  /*}*/
  /*.nav_box_case > ul >li.on ul{*/
    /*max-height:99999px;*/
    /*transition-timing-function: ease;*/
    /*transition-delay: 0.5s;*/
    /*!*padding: 15px 0;*!*/
  /*}*/
  .bra_hint_box .ind_ban_hint_box:hover .ind_ban_hint_name{
    color: rgba(255,255,255,1);
  }
}
.bra_hint_box .ind_ban_hint_box .ind_ban_hint_name{
  color: rgba(255,255,255,.5);
  transition: all .5s ease;
}




/*.ind_body footer {*/
  /*background-color: #141414; }*/

footer {
  background-color: #141414; }
  footer .foot_nav_box_case {
    padding-top: 1rem;
    padding-bottom: .5rem; }
  footer .foot_nav_box_case > ul > li > a {
    color: rgba(255,255,255,.7);
    font-size: .14rem;
    font-weight: 700;
    line-height: 3.5625; }
  footer .foot_nav_box_case > ul ul a {
    color: rgba(255, 255, 255, .2);
    font-size: .12rem;
    line-height: 2.5714; }
    footer .foot_nav_box_case > ul ul a:hover {
      color: #fff;
    }
  footer .foot_case {
    width: 83.33%;
    margin: 0 auto;
  }
  .foot_box .foot_case{
    width: 100%;
  }
  footer .foot_nav_box_case > ul > li {
    float: left;
    width: 16.666%;
    padding-left: 50px; }

.foot_box {
  font-size: .14rem;
  border-top: 1px solid #a1a1a1;
  padding: 35px 0;
  width: 83.33%;
  margin: 0 auto;
}
  .foot_box .foot_case {
    text-align: center; }

.sha_box {
  float: left;
  line-height: 30px;
  text-align: center; }

.copyRight_box {
  float: right;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px; }

.friendship_box {
  text-align: center;
  line-height: 30px;
  display: initial; }
  .friendship_box a {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 15px;
    transition: all .5s ease; }
    .friendship_box a:hover {
      color: #fff; }

#bsBox, #bsWXBox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  #bsBox *, #bsWXBox * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.sha_box .bshare-custom {
  line-height: 30px !important; }
  .sha_box .bshare-custom a {
    background-image: none !important;
    padding: 0;
    margin: 0 10px;
    font-size: 22px;
    height: 30px;
    color: #a1a1a1;
    transition: color .5s ease;
    position: relative; }
    .sha_box .bshare-custom a i {
      vertical-align: middle; }
    .sha_box .bshare-custom a:hover {
      color: #056ab0;
      text-decoration: none;
      opacity: 1; }
      .sha_box .bshare-custom a:hover .code_box {
        opacity: 1;
        transform: translateY(0); }

.sha_box .code_box {
  background-color: #fff;
  box-shadow: 0 0 73px rgba(31, 33, 41, 0.21);
  width: 88px;
  height: 88px;
  border-radius: 3px;
  padding: 3px;
  position: absolute;
  left: 50%;
  margin-left: -44px;
  bottom: 120%;
  transition: all .5s ease;
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none; }
  .sha_box .code_box::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #fff; }
  .sha_box .code_box img {
    display: block;
    width: 100%; }

.ind_banner_box {
  position: relative; }

.ind_ban_hint_box {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  line-height: 1;
  font-size: .14rem;
  text-align: center; }
  .ind_ban_hint_box i {
    font-size: .32rem; }
  .ind_ban_hint_box .ind_ban_hint_cion {
    animation: hintA 2s ease infinite;
    color: rgba(255, 255, 255, 1); }
  .ind_ban_hint_box .ind_ban_hint_name {
    color: rgba(255, 255, 255, 1);
    font-family: 'Light'; }

@keyframes hintA {
  0% {
    opacity: .5;
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.banner_box {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .banner_box > img {
    width: 100%;
    display: block;
    transition: all 2s ease-out;
    transform: scale(1.1); }

  .pub_pro_img_box img{
    display: block;
    width: 100%;
  }
.pub_pro_img_box .pub_pro_img_m{
    display: none;
  }
.ind_banner_box .active .banner_box > img {
  transform: scale(1); }

.ind_banner_box .active .banner_box .hint_plan_box {
  animation-name: fadeInUp;
  animation-delay: .3s; }

.ind_banner_box .active .banner_box .pro_name_en {
  animation-name: fadeInUp;
  animation-delay: .5s; }

.ind_banner_box .active .banner_box .pro_name_cn {
  animation-name: fadeInDownSmall;
  animation-delay: .7s; }

.ind_banner_box .active .banner_box .ban_more {
  animation-name: fadeInDownSmall;
  animation-delay: .9s; }

.ind_banner_box .active .banner_box .hint_plan_box span::after {
  left: 100%;
  transform: translateX(0); }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }
  .swiper-container-fade .swiper-slide.active{
    pointer-events: auto;
  }

.ind_body .banner_text_box {
  top: 43%;
  transform: translateX(-50%); }


.banner_text_box {
  position: absolute;
  width: 73.4375%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding-left: 11.875%; }

.hint_plan_box {
  font-family: 'Light';
  color: #fff;
  font-size: .16rem;
  line-height: 1; }
  .hint_plan_box span {
    display: inline-block;
    vertical-align: middle;
    width: 242px;
    height: 2px;
    overflow: hidden;
    position: relative;
    margin-right: .38rem; }
    .hint_plan_box span::before {
      content: '';
      background-color: rgba(255, 255, 255, 0.4);
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      z-index: 1; }
    .hint_plan_box span::after {
      content: '';
      position: absolute;
      left: 0;
      transform: translateX(-100%);
      transition: all 4s ease;
      background-color: #fff;
      height: 2px;
      bottom: 0;
      width: 11%;
      z-index: 0; }

.atcive .hint_plan_box span::after {
  left: 100%;
  transform: translateX(0); }

.pro_name_en {
  font-family: 'Light';
  font-size: .3rem;
  line-height: 1.8;
  margin-top: .4rem;
  margin-left: 20%; }

.pro_name_cn {
  font-size: .4rem;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-left: 20%; }

/*.ban_more {*/
  /*font-size: .16rem;*/
  /*position: relative;*/
  /*line-height: 1.5;*/
  /*color: #fff;*/
  /*display: inline-block;*/
  /*margin-left: 30%; }*/

.ban_more {
  font-size: .16rem;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 25vh;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
}

  .ban_more::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    z-index: 1; }

.banner_box .banner_m {
  display: none; }

.ind_banner_box .swiper-container-horizontal > .swiper-pagination-bullets, .ind_banner_box .swiper-pagination-custom, .ind_banner_box .swiper-pagination-fraction {
  bottom: 60%;
  left: 25.15625%;
  width: 242px; }

.ind_banner_box .swiper-pagination {
  font-size: 0; }
  .ind_banner_box .swiper-pagination > span {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    background-color: transparent;
    margin: 0 !important;
    height: auto;
    font-size: .14rem;
    color: #fff;
    opacity: 0.4; }
  .ind_banner_box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1; }

.ind_banner_box .swiper-button-next, .ind_banner_box .swiper-button-prev {
  background-image: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  transition: all .5s ease;
  color: white;
  right: auto;
  left: 38.75%;
  top: auto;
  margin: 0;
  bottom: 65%;
  border: 1px solid;
  border-color: transparent; }
  .ind_banner_box .swiper-button-next:hover, .ind_banner_box .swiper-button-prev:hover {
    border-color: #fff; }
  .ind_banner_box .swiper-button-next i, .ind_banner_box .swiper-button-prev i {
    font-size: .12rem; }

.ind_banner_box .swiper-button-prev {
  bottom: calc(65% + 54px); }


.ind_pro_box {
  width: 100%;
  background-color: black;
  position: relative;
  /*padding-bottom: 34.5%;*/
  padding-bottom: 26%;
  color: #fff; }
  .ind_pro_box > div {
    width: 33.33%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    padding-left: 4.427%;
    padding-top: 4.9479%;
    transition: all .5s ease;
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
  }


@media all and (min-width: 769px){
  .ind_pro_box:hover > div {
    opacity: .4; }

  .ind_pro_box > div:hover {
    width: 66.66%;
    opacity: 1;
    z-index: 5; }
  .ind_pro_box > div:hover .bg_name {
    opacity: 1; }
  .ind_pro_box > div:hover .pro_img_box {
    right: 30px;
    bottom: 30px; }
  .ind_pro_box > div:hover .pro_txt1 {
    opacity: 0; }
  .ind_pro_box > div:hover .pro_txt2 {
    opacity: 1; }
}

  .ind_pro_box .pro_txt1 {
    opacity: 1;
    pointer-events: none;
    transition: all .5s ease; }
  .ind_pro_box .pro_img_box {
    position: absolute;
    right: -12%;
    bottom: -13%;
    width: 21.5vw;
    /*width: 28.66vw;*/
    transition: all .5s ease; }
  .ind_pro_box .bg_name {
    position: absolute;
    left: -2%;
    bottom: -5%;
    line-height: 0.8;
    font-size: 3.72rem;
    font-family: 'Bold';
    color: rgba(255, 255, 255, 0.03);
    opacity: 0;
    transition: opacity .5s ease; }
  .ind_pro_box .pro_con1 {
    left: 0; }
  .ind_pro_box .pro_con2 {
    left: 33.33%; }
  .ind_pro_box .pro_con3 {
    right: 0; }

.pro_bot_name_en {
  line-height: 1.4;
  font-size: 0.24rem;
    color: rgba(255,255,255,.15);
  font-weight: 700;
}

.pro_bot_name_cn {
  font-size: .3rem;
  line-height: 1.5;
  font-weight: 700;
}

.pro_more_box {
  height: 46px;
  width: 46px;
  position: relative;
  border-radius: 100%;
  background-size: .18rem;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  color: #2c2c2c;
  z-index: 1;
  display: block;
  font-size: .2rem;
  transition: opacity .5s ease;
  margin-top: .3rem;
}
.ind_pro_box > div:hover .pro_more_box{
  opacity: 0;
}
.ind_pro_box > div:hover .fadeInLeft{
  -webkit-animation-name:none;
  animation-name:none;
}
  .pro_more_box::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 0;
    animation: dotsS 3s ease-in-out infinite; }

@keyframes dotsS {
  0% {
    width: 80px;
    height: 80px; }
  50% {
    height: 46px;
    width: 46px; }
  100% {
    width: 80px;
    height: 80px; } }

.pro_bot_reason {
  font-size: 0.18rem;
  color: rgba(254, 254, 254, 0.5);
  line-height: 1.2;
  font-weight: 700;
}

.pro_con_info {
  margin-top: .3rem;
  font-size: .14rem;
  color: #fff;
  line-height: 1.8;
  width: calc(66.66vw / 2); }

.pro_btn_box {
  font-size: 0;
  line-height: 3.428;
  margin-top: .25rem; }

.pro_btn_box > a {
  display: inline-block;
  margin-right: .2rem;
  font-size: .14rem;
  color: #fff;
  border-radius: 25px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  transition: all .5s ease;
  padding: 0 .45rem;
  cursor: pointer; }
  .pro_btn_box > a:hover {
    background-color: #df2d32;
    border-color: #df2d32; }

.pro_txt2 {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .5s ease; }

.vid_box_case {
  width: 100%;
  position: relative; }
  .vid_box_case .vid_box {
    position: relative; }
    .vid_box_case .vid_box .vid_face {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .vid_box_case video {
    width: 100%; }

  .vid_box_case .vid_tex_case {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.333%;
    color: #fff;
    z-index: 1; }
    .vid_box_case .vid_tex_case .vid_tex_en {
      font-family: 'Light';
      line-height: 1.8;
      font-size: .18rem;
      position: relative;
      display: inline-block; }
      .vid_box_case .vid_tex_case .vid_tex_en::after {
        content: '';
        position: absolute;
        display: block;
        left: 110%;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #fff; }
    .vid_box_case .vid_tex_case .vid_tex_cn {
      font-size: .48rem;
      line-height: 1.5;
      /*margin-bottom: .5rem;*/
    }
  .vid_box_case .btn_vid {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    position: relative;
    text-align: center;
    color: #fff;
    cursor: pointer; }
    .vid_box_case .btn_vid > img {
      display: block;
      width: 100%;
      animation: rotate0 2s ease infinite; }
    .vid_box_case .btn_vid > i {
      position: absolute;
      left: 0;
      top: 0;
      font-size: .30rem;
      width: 100%; }

@keyframes rotate0 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.tab_con_case {
  width: 100%;
  overflow: hidden; }

.tab_nav_box {
  font-size: 0; }
  .tab_nav_box > div {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    position: relative;
    background-color: #2b2b29;
    transition: all .5s ease;
    overflow: hidden;
    cursor: pointer; }
    .tab_nav_box > div::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0;
      background-color: #036eb8;
      transition: all .5s ease; }
    .tab_nav_box > div:hover::after, .tab_nav_box > div.on::after {
      width: 100%; }
    .tab_nav_box > div:hover i, .tab_nav_box > div.on i {
      bottom: -35px; }
    .tab_nav_box > div i {
      font-size: 3rem;
      line-height: 1;
      color: rgba(255, 255, 255, 0.09);
      position: absolute;
      z-index: 2;
      right: -50px;
      bottom: 100%;
      transition: all .5s ease; }
    .tab_nav_box > div > span {
      position: relative;
      z-index: 3;
      display: block;
      padding: .25rem 0 .25rem  18.75%; }

.tab_title_cn {
  font-size: .17rem;
  line-height: 1.5;
  font-weight: 700;
}

.tab_title_en {
  font-size: .14rem;
  line-height: 1.5;
  color: rgba(255,255,255,.2);
}

.tab_con_box > div {
  display: none; }

.tab_con_box > div:first-child {
  display: block; }

.tab_con {
  position: relative;
  background-color: #e6e6e6; }
  .tab_con > div {
    width: 50%; }

.tba_tex_con {
  float: left;
  padding-left: 8.3333%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.tab_title {
  position: relative;
  font-size: .36rem;
  line-height: 2.361;
  color: #262626;
  font-weight: 700;
}

.tab_info {
  font-size: .13rem;
  letter-spacing: .5px;
  line-height: 24px;
  padding-right: 20%;
  color: #a9a9a9;
  height: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: .45rem;
  margin-bottom: .7rem; }

.tab_more {
  display: block;
  color: #036eb8;
  font-weight: 700;
  font-size: .17rem;
  line-height: 1.5; }
  .tab_more span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: #036eb8;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    margin-left: .2rem;
    border-radius: 50%;
    font-weight: 400;
  }

.tab_img_box {
  float: right; }
  .tab_img_box img {
    width: 100%;
    display: block; }

.tab_m {
  display: none; }

.sec_nav_box {
  font-size: 0;
  text-align: center;
  display: inline-block;
}
  .sec_nav_box > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 80px;
    cursor: pointer;
    color: #999999;
    padding: 0 .65rem;
    font-size: .16rem;
    transition: color .5s ease;
  }
    .sec_nav_box > a:hover {
      color: #fff; }
  .sec_nav_box > a.on {
    color: #fff; }

.pub_shadow {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.17); }

.pro_tex_title {
  font-size: .48rem;
  line-height: 1.2;
  font-weight: 700; }

.pro_tex_hin {
  font-size: .3rem;
  line-height: 1.5;
  margin-bottom: .2rem; }

.pro_tex_info {
  line-height: 1.875;
  font-size: .16rem;
  width: 40.5%; }

.pro_more {
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: .2rem;
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  margin-top: .5rem;
  color: #fff;
  opacity: .8;
  transition: all .5s ease; }
  .pro_more:hover {
    color: #fff;
    opacity: 1; }

.pro_banner_box .banner_text_box {
  padding-left: 0; }

.pro_banner_box .active .pro_tex_title {
  animation-name: fadeInUp; }

.pro_banner_box .active .pro_tex_hin {
  animation-name: fadeInDownSmall;
  animation-delay: .3s; }

.pro_banner_box .active .pro_tex_info {
  animation-name: fadeInDownSmall;
  animation-delay: .5s; }

.pro_banner_box .active .pro_more {
  animation-name: fadeInLeft;
  animation-delay: .7s; }

.pro_banner_box .active .banner_box > img {
  transform: scale(1); }

.pro_banner_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px; }

.pro_banner_box .swiper-pagination-bullet {
  height: 2px;
  background-color: #fff;
  width: 32px;
  transition: width .5s ease;
  border-radius: 0; }

.pro_banner_box .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 46px; }

.pro_con_box > div {
  width: 83.33%;
  margin: 0 auto;
  padding: .78rem 0.6rem 1.7rem 0.6rem;
  text-align: center;
  font-size: 0; }

.pub_title {
  display: inline-block;
  vertical-align: middle;
  font-size: .36rem;
  font-weight: 700;
  position: relative;
  color: #1b1b1b;
  line-height: 1.944444; }
  .pub_title::before {
    content: '';
    display: block;
    width: 4em;
    height: 1px;
    background-color: #efefef;
    position: absolute;
    left: 50%;
    margin-left: -2em;
    top: -1px; }
  .pub_title::after {
    content: '';
    display: block;
    width: 0.8em;
    height: 2px;
    background-color: #036eb8;
    position: absolute;
    left: 50%;
    margin-left: -2em;
    top: -1px; }

.pro_con_case {
  font-size: 0; }
  .pro_con_case  a {
    /*width: 25%;*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-top: 0rem;
    transition: all .5s ease;
  }
    .pro_con_case  a > img {
      width: 64.86%;
      display: block;
      position: relative;
      z-index: 1;
      margin: auto;
      transition: all .5s ease;
      animation-fill-mode: none; }

.cat_con_box{
  background-color: #f0f3f5;
  position: relative;
  text-align: center;
  margin-top: -.23rem;

}
.cat_con_box::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  background-color: #f0f3f5;
}
.cat_con_case{
  background-color: #fff;
  padding-bottom: .2rem;
  padding-top: 1px;
  transition: all .5s ease;
  box-shadow: 0 3px  4px -1px rgba(31,58,77,.1);
}
.cat_img_box{
  display: block;
  margin: 0 auto;
  width: 46.666%;
  margin-top: .6rem;
  transition: all .5s ease;
}
.cat_name_xh{
  font-weight: 700;
  font-size: .18rem;
  line-height: 1;
  margin-top: .6rem;
  transition: all .5s ease;
  color: rgba(0,0,0,.3);
}
.cat_name{
  color: #262626;
  line-height: 1.5;
  margin-top: .05rem;
  margin-bottom: .25rem;
  font-size: .16rem;
  transition: all .5s ease;
}
.cat_btn_box{
  overflow: hidden;
  margin: .3rem auto 0 auto;
  width: 63.888%;
  opacity: 0;
  transition:all .5s ease;
  position: absolute;
  bottom: .2rem;
  left: 50%;
  transform: translate(-50%,100%);

}
.cat_btn_box a{
  display: block;
  float: left;
  width: 46%;
  margin-right: 8%;
  border-radius: 100px;
  background-color: #f2f2f2;
  cursor: pointer;
  margin-top: 0;
  color: #2c2c2c;
  line-height: 2.43;
  padding: 0;
  opacity: 1;
  height: auto;
}
.cat_btn_box a:nth-child(2n){
  margin-right: 0;
}
.cat_con .swiper-container{
  overflow: visible;
}
.cat_con{
  overflow: hidden;
  padding-bottom: .66rem;
  padding-top: .66rem;
}
.cat_con .swiper-pagination{
  width: 100%;
  bottom: .3rem;

}
.cat_con .swiper-pagination span{
  height: 2px;
  width: .3rem;
  margin: 0 .07rem;
  background-color: #000;
  opacity: .35;
  transition: all .5s ease;
}
.cat_con .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #df2d32;
  width: .46rem;
}
.cat_con_box > div,.cat_con_box{
  display: none;
}
.cat_list_box{
  padding-bottom: .8rem;
}
.cat_list_box.on{
  padding-bottom: 0;
}
.cat_list_box .swiper-slide{
  transition: opacity .5s ease;
}
.cat_list_box .swiper-slide a{cursor: move;}
.cat_list_box.on .swiper-slide{
  opacity: .2;
}
.cat_list_box.on .swiper-slide.on{
  opacity: 1;
}
.cat_list_box.on .swiper-slide.on a > img {
  transform: scale(1.2);
}
.cat_list_box.on .swiper-slide.on .pro_con_name {
  font-size: .27rem;
  font-weight: 700;
  color: #df2d32;
}
.cat_list_box.on .swiper-slide.on .btn_more_sty {
  opacity: 1;
}
.btn_more_sty.on{
  background-color: #b8c4cc;
  color: #fff;
}
@media all and (min-width:1025px){
  .cat_btn_box a:hover span{
    color: #fff;
  }
  .cat_con_case:hover{
    box-shadow: 0 30px 38px -5px rgba(16,28,37,.2);
  }
  .cat_con_case:hover .cat_btn_box{
    opacity: 1;
    transform: translate(-50%,0);
  }
  .cat_con_case:hover .cat_name{
  color: #df2d32;
    font-weight: 700;
    font-size: .17rem;
    margin-bottom: .7rem;
  }
  .cat_con_case:hover .cat_name_xh{
    font-weight: 700;
    font-size: .22rem;
    color: #cdd6dc;
    margin-top: .3rem;
  }
  .cat_con_case:hover .cat_img_box{
    margin-top: .4rem;
  }
  /*.cat_list_box .swiper-container:hover .swiper-slide{*/
    /*opacity: .2;*/
  /*}*/
  /*.cat_list_box .swiper-container .swiper-slide:hover{*/
    /*opacity: 1;*/
  /*}*/
}
.rep_body .pro_con_box > div{
  padding-bottom: 0;
  padding-top: 0;
}




.model_bg {
  font-family: 'Bold';
  color: #f8f8f8;
  font-size: 1.78rem;
  position: absolute;
  line-height: .85;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.pro_con_name {
  font-size: .24rem;
  color: #afafaf;
  line-height: 45px;
  height: 45px;
  margin-top: .6rem;
  transition: all .5s ease; }
  .pro_con_name i {
    font-size: .3rem;
    font-family: 'Bold'; }

.btn_more_sty {
  margin-top: .45rem;
  display: inline-block;
  background-color: #1b1b1b;
  border-radius: 25px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #f8f8f8;
  font-size: .14rem;
  padding: 0 .2rem;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  transition: opacity .5s ease; }
  .btn_more_sty::after {
    content: '';
    position: absolute;
    left: -10%;
    top: -50%;
    width: 0;
    height: 200%;
    background-color: #036eb8;
    transform: rotate(15deg);
    transition: all .5s ease; }
  .btn_more_sty:hover::after {
    width: 120%;
    transform: rotate(15deg); }
  .btn_more_sty > span {
    position: relative;
    z-index: 1; }
    .btn_more_sty > span i {
      margin-right: .1rem; }

/*.pro_con_case {*/
  /*margin-top: 1.2rem; }*/
  .pro_con_case:hover > a {
    opacity: .4; }

.pro_hot_reco_box {
  position: relative;
  width: 50%;
  float: left;
  height: 960px;
  overflow: hidden; }
  .pro_hot_reco_box > img {
    height: 100%;
    max-width: none; }
  .pro_hot_reco_box > div {
    position: absolute;
    color: #fff;
    top: 14%;
    left: 26.5625%; }

.pro_con_list_right {
  float: left;
  width: 50%;
  height: 960px; }

.pro_con_list_box {
  padding: .6rem 7.7%; }
  .pro_con_list_box .pro_con_list {
    width: 100%;
    margin-bottom: .8rem;
    position: relative;
    background-color: #eeeeee;
    padding-left: 58%;
    padding-right: 62px;
    padding-top: .6rem;
    padding-bottom: .7rem;
      min-height: 150px;
  }

.pro_con_img {
  position: absolute;
  width: 31.875%;
  left: 14.375%;
  bottom: -.4rem; }

.pro_con_title {
  font-size: .24rem;
  line-height: 1.5;
  margin-right: 20%;
  color: #1b1b1b;
  display: block; }

.pro_model {
  font-size: 0.24rem;
  margin-top: .2rem;
  line-height: 1;
  color: #a0a0a0;
  font-family: 'Book'; }

.pro_btns_box {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 62px; }
  .pro_btns_box > a {
    display: block;
    width: 62px;
    height: 50%;
    color: #fff;
    position: relative; }
    .pro_btns_box > a > span {
      position: absolute;
      width: auto;
      font-size: 14px;
      line-height: 1.1;
      display: block;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

.pro_con_more {
  background-color: #a0a0a0; }

.pro_buy {
  background-color: #535353; }

.pro_con_list:hover .pro_con_title {
  color: #df2d32; }

.pro_btns_box a:hover {
  background-color: #df2d32; }

.pub_banner_box {
  position: relative;
  overflow: hidden;
}
.bra_alone{
  background-color: #1b1b1b;
  padding: .4rem 15px .7rem 15px;
  text-align: center;
}
.bra_ban_en span{
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: .32rem;

}

  .pub_banner_box > img {
    width: 100%;
    display: block;
    transform: scale(1.1);
    transition: all 3s ease; }

.pub_banner_box.on > img {
  transform: scale(1); }

.pub_banner_tex {
  position: absolute;
  left: 10%;
  top: 40%;
  transform: translateY(-50%);
  color: #fff; }

.pub_banner_en {
  font-size: .80rem;
  line-height: 1;
  margin-bottom: .6rem;
  font-family: 'Light'; }

.pub_banner_info {
  font-size: .3rem;
  line-height: 1.5;
  width: 400px; }

.src1_box .det_text_box {
  text-align: center;
  width: 47%;
  margin: auto;
  padding-top: .6rem; }
  .src1_box .det_text_box .det_title {
    color: #1b1b1b; }
  .src1_box .det_text_box .det_info {
    color: #666666; }

.src1_box > img {
  width: 98%;
  margin: 1rem auto 0 auto;
  display: block; }

.det_title {
  font-size: .4rem;
  line-height: 1.8; }

.det_info {
  font-size: .18rem;
  line-height: 1.666;
  margin-top: .3rem; }

.src2_box {
  position: relative; }
  .src2_box > img {
    display: block;
    width: 100%; }
  .src2_box .det_text_box {
    color: #fff;
    position: absolute;
    right: 11.7%;
    top: 40%;
    transform: translateY(-50%);
    width: 34.635%; }

.src3_box {
  position: relative; }
  .src3_box > img {
    display: block;
    width: 100%; }
  .src3_box .det_text_box {
    position: absolute;
    left: 13%;
    top: 44%;
    transform: translateY(-50%);
    width: 35%; }
    .src3_box .det_text_box .det_title {
      color: #1b1b1b; }
    .src3_box .det_text_box .det_info {
      color: #666666; }

.src4_box {
  position: relative; }
  .src4_box > img {
    display: block;
    width: 100%; }
  .src4_box .det_text_box {
    color: #fff;
    position: absolute;
    right: 11.7%;
    top: 30%;
    transform: translateY(-50%);
    width: 34.635%; }

.src5_box {
  position: relative; }
  .src5_box > img {
    display: block;
    width: 100%; }
  .src5_box .det_text_box {
    position: absolute;
    left: 13%;
    top: 48%;
    transform: translateY(-50%);
    width: 35%; }
    .src5_box .det_text_box .det_title {
      color: #1b1b1b; }
    .src5_box .det_text_box .det_info {
      color: #666666; }

.src6_box {
  padding: 1.3rem 12% 1.2rem 12%; }
  .src6_box .det_text_box {
    float: right;
    width: 44%; }
    .src6_box .det_text_box .det_title {
      color: #1b1b1b; }
    .src6_box .det_text_box .det_info {
      color: #666666; }

.det_pro_img {
  width: 48.2%;
  text-align: center;
  float: left; }

.det_imgs_box {
  width: 100%; }
  .det_imgs_box > img {
    width: 100%;
    display: none; }
  .det_imgs_box > img:first-child {
    display: block; }

.det_img_tab {
  height: 40px;
  font-size: 0;
}
  .det_img_tab > div {
    display: inline-block;
    vertical-align: middle;
    font-size: .16rem;
    max-width: 125px;
      width: 33.33%;
    text-align: center;
    line-height: 40px;
    cursor: pointer; }
    .det_img_tab > div > span {
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #191919;
      position: relative;
      margin-right: .3rem; }
      .det_img_tab > div > span > span {
        display: inline-block;
        vertical-align: middle;
        width: 38px;
        height: 38px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -19px;
        margin-top: -19px;
        border: 1px solid transparent;
        border-radius: 50%; }
  .det_img_tab > div.on {
    cursor: auto; }
    .det_img_tab > div.on > span {
      background-color: #b83842; }

.det_pro_referral {
  margin-top: .8rem;
  margin-bottom: 1.2rem;
  width: 70%; }
  .det_pro_referral > div {
    font-size: 0; }
    .det_pro_referral > div > span {
      font-size: .16rem;
      display: inline-block;
      vertical-align: middle;
      line-height: 3.125;
      width: 71%;
      color: #000; }
    .det_pro_referral > div > span:first-child {
      width: 29%; }
    .det_pro_referral > div > span:nth-child(2) {
      border-bottom: 1px solid #ccd1d9;
      font-family: 'Light'; }

.det_buy_way {
    font-size: 0;
  line-height: 1.5;
  color: #000000;
}
.det_buy_way > span{
    display: inline-block;
    vertical-align: top;
    font-size: .14rem;
}
.det_buy_way > div{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    /*width: calc(100% - 98px);*/
}
.det_buy_way > div > span{
    display: inline-block;
    vertical-align: top;
    font-size: .14rem;
}
  .det_buy_way a {
    color: #df2d32; }

.pub_banner_title_cn {
  font-size: .4rem;
  font-weight: bold;
  line-height: 1; }

.pub_banner_title_en {
  font-size: .18rem;
  font-family: 'Light';
  line-height: 1;
  margin-bottom: .2rem; }

.btn_down {
  position: relative; }
  .btn_down i {
    font-size: .3rem;
    animation: down0 2s ease infinite;
    position: absolute;
    left: 50%; }

@keyframes down0 {
  0% {
    transform: translate(-50%, -15%); }
  100% {
    transform: translate(-50%, 15%); } }

.ser_cen_box {
  font-size: 0;
  text-align: center;
  margin-top: 40px; }
  .ser_cen_box > div {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-right: 4.6%;
    padding-left: 4.6%; }
.ser_cen_box > div:hover .ser_icon_box{
  background-color: #046eb6;
  color: #fff;
}
.ser_icon_box span{
  transition: all .5s ease;
}
.ser_cen_box > div:hover .ser_icon_box span{
  color: #fff;
}
.ser_cen_box > div:hover .ser_achieve{
  color: #046eb6;
}
.ser_cen_box > div:nth-child(2) {
  margin: 0 5%; }

.ser_icon_box {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #f8f8f8;
  display: block;
  height: 1.1rem;
  width: 1.1rem;
  line-height: 1.1rem;
  color: #1b1b1b;
  font-size: 0.54rem;
  margin: 0 auto .3rem auto;
  transition: all .5s ease;
  border: 1px #036eb8 dashed;
  position: relative;
}

.ser_achieve {
  font-size: 0.24rem;
  color: #1b1b1b;
  line-height: 1.8;
  margin-bottom: 5px;
  transition: all .5s ease;
}

.ser_info {
  line-height: 1.875;
  font-size: .16rem;
  color: #666666; }

.w_1410 > div {
  padding-left: .95rem;
  padding-right: .95rem;
  padding-bottom: 1rem; }

.ser_src2 {
  margin-top: 1rem;
  padding-top: .8rem;
  padding-bottom: 1rem;
  position: relative; }
  .ser_src2::after {
    content: '';
    display: block;
    width: 137%;
    position: absolute;
    left: -18.5%;
    top: 0;
    z-index: 0;
    height: 100%;
    background: url("../image/ser_src2_bg.png") no-repeat center;
    background-size: cover; }
  .ser_src2 .time_title_case::before {
    content: '';
    display: block;
    background-color: #458cbd;
    height: 1px;
    width: 100%;
    position: absolute;
    right: 50%;
    bottom: 0; }

.ser_src2_z {
  position: relative;
  z-index: 1; }

.title_w .pub_title {
  color: #fff; }
  .title_w .pub_title::before {
    background-color: rgba(255, 255, 255, 0.1); }
  .title_w .pub_title::after {
    background-color: #fff; }

.ser_step_box {
  font-size: 0;
  text-align: center;
  margin-top: 40px; }
  .ser_step_box > div {
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    margin: 0 4.2%;
    width: 21.2765%;
    padding: 3.54% 2.1%; }
  .ser_step_box > span {
    display: inline-block;
    vertical-align: middle;
    width: 4.96%; }
    .ser_step_box > span > img {
      width: 100%;
      display: block; }

.ser_step_title {
  font-size: .24rem;
  line-height: 1.5;
  color: #1b1b1b; }

.ser_step_info {
  font-size: .14rem;
  line-height: .252rem;
  color: #666666;
  min-height: .756rem; }

.ser_step_num {
  position: relative;
  font-family: 'Bold';
  margin-top: .1rem; }
  .ser_step_num::after {
    content: attr(data-sty);
    position: relative;
    display: inline-block;
    font-size: .6rem;
    line-height: 1;
    color: #f8f8f8; }
  .ser_step_num > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    display: block;
    font-size: .24rem;
    line-height: .6rem;
    color: #df2d32; }

.message_box {
  width: 88.51%;
  margin: 40px auto 0 auto; }

.form_line_box {
  margin-bottom: .26rem; }
  .form_line_box input, .form_line_box textarea, .form_line_box .file_src {
    width: 100%;
    display: block;
    border-radius: 4px;
    background-color: #eeeeee;
    padding: .2rem;
    line-height: .34rem;
    font-size: .16rem;
    color: #999999;
    font-family: 'Arial';
  }
  .form_line_box textarea {
    resize: none;
    height: 1.35rem; }
.form_row2{
  position: relative;
}
.form_row2 > input, .form_row2 > .file_box {
  float: left;
  width: calc((100% - .3rem) / 2);
  margin-right: .3rem; }

.form_row2 > input:nth-child(2n), .form_row2 > .file_box:nth-child(2n) {
  margin-right: 0; }

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

textarea:-moz-placeholder, input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

textarea::-moz-placeholder, input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

.file_box .file_src {
  position: relative;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.file_box .file_src::before {
  content: attr(data-lable);
  display: inline-block;
  margin-right: 10px;
  color: #999;
  line-height: .34rem;
  font-size: .16rem; }
.file_box .file_src::after {
  content: attr(data-hint);
  display: inline-block;
  color: #999;
  line-height: .34rem;
  font-size: .16rem; }

.file_box .file_src.hasF::after{
  display: none;
}
.file_box > input {
  display: none; }
.layui-layer-hui.lay_suss{
  background-color: rgba(3,110,184,1);
}
.sib_box {
  position: relative;
  text-align: right;
  margin-top: .4rem; }
  .sib_box button {
    border-radius: 4px;
    background-color: #1b1b1b;
    color: #fff;
    text-align: center;
    line-height: 3.5;
    width: 2.5rem;
    font-size: .16rem;
    cursor: pointer; }

.gui_con .ser_cen_box > div {
  position: relative; }
  .gui_con .ser_cen_box > div::after {
    content: '';
    display: block;
    position: absolute;
    top: .55rem;
    left: calc(50% + .55rem + .3rem);
    height: 1px;
    width: calc(100% - 1.1rem - .6rem + 15.36%);
    background-color: #eeeeee; }

.gui_con .ser_cen_box > div:last-child::after {
  display: none; }

.gui_con .ser_icon_box {
  text-align: center;
  line-height: 1rem; }
  .gui_con .ser_icon_box span {
    font-size: .21rem;
    font-weight: 700;
    line-height: .6rem;
    vertical-align: middle;
    color: #1b1b1b;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

.gul_info {
  color: #fff;
  font-size: .16rem;
  line-height: 1.875;
  width: 65%;
  margin: 10px auto 0 auto; }

.gui_con .ser_src2::after {
  min-height: 35%;
  height: 5.66rem; }

.gul_form_box {
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  margin-top: .4rem;
  padding: 4.255% 4.255%  4.255% 6.028%; }

.gul_left {
  text-align: left;
  float: left;
  width: 31%;
  padding-right: 10px; }
  .gul_left > div {
    margin-bottom: .5rem; }
  .gul_left > div:last-child {
    margin-bottom: 0; }

.gul_title {
  font-size: .24rem;
  line-height: 2;
  color: #1b1b1b; }

.gui_time {
  font-size: .18rem;
  line-height: 2.77;
  color: #df2d32; }

.btn_succeed{background-color:#036eb8!important; }

.gui_condition {
  font-size: .18rem;
  line-height: 2.77;
  color: #666666; }

.gul_right {
  float: right;
  width: 69%; }
  .gul_right .message_box {
    margin: 0;
    width: 100%; }

.file_icon {
  position: relative; }
  .file_icon > i {
    font-size: .26rem;
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #cccccc;
    z-index: 1;
    background-color: #eee;
  }
  .file_icon > div {
    padding-right: .46rem !important; }

.dow_sha_box {
  margin: 40px auto 0 auto;
  width: 49.29%;
  font-size: 0;
  position: relative; }
  .dow_sha_box   i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: .62rem;
    width: 8.6%;
    text-align: center;
    font-size: .2rem;
    color: #b3b3b3; }
  .dow_sha_box input {
    display: inline-block;
    vertical-align: middle;
    background-color: #eeeeee;
    line-height: .62rem;
    border-radius: 4px 0 0 4px;
    width: 82.16%;
    padding-right: 10px;
    padding-left: 8.6%;
    color: #999999;
    font-size: .16rem; }
  .dow_sha_box span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: .16rem;
    line-height: .62rem;
    border-radius: 0 4px 4px 0;
    width: 17.84%;
    background-color: #036eb8; }
.dow_sha_box span button{
  border: none;
  background-color: transparent;
  color: #fff;
  line-height: .62rem;
  width: 100%;
  cursor: pointer;
}
.down_con {
  text-align: left;
  margin: 60px auto 0 auto;
  width: 80.85%;
  border-top: 1px solid #e1e4e9;
  padding-bottom: .5rem; }
  .down_con > a {
    display: block;
    position: relative;
    border-bottom: 1px solid #e1e4e9;
    padding: .38rem 0;
    padding-left: 11.84%;
    padding-right: 7.9%;
    font-size: .16rem;
    line-height: .4rem;
    color: #666666;
    transition: all .5s ease; }
    .down_con > a:hover {
      color: #df2d32; }
      .down_con > a:hover .down_type {
        color: #df2d32; }
      .down_con > a:hover .down_icon {
        color: #fff;
        border-color: #df2d32;
        background-color: #df2d32; }

.down_type {
  width: 11.84%;
  font-size: .3rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s ease;
  color: #747474; }

.down_icon {
  color: #747474;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(7.9% - 40px);
  display: block;
  border: 1px solid #efefef;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  font-size: .2rem;
  transition: all .5s ease; }

.sha_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 999; }

.sha_sty {
  display: none;
  z-index: 1000;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  width: 30%;
  top: 25%;
  left: 35%;
  padding: .2rem  3%;
  color: #1b1b1b; }

.btn_close {
  position: absolute;
  right: -.5rem;
  top: -.5rem;
  cursor: pointer;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #fff;
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  font-size: .16rem;
  text-align: center;
  transform: rotate(-45deg); }

.sha_title {
  font-size: .36rem;
  line-height: 2.5;
  text-align: center;
  margin-bottom: .15rem; }

.sha_inp_box {
  margin-bottom: .08rem;
  font-size: .16rem; }
  .sha_inp_box > label {
    line-height: 3;
    color: #666666; }
  .sha_inp_box > input {
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 0.1rem;
    line-height: .4rem;
    background-color: #eeeeee; }

.sha_btn {
  display: block;
  border-radius: .3rem;
  background-color: #036eb8;
  font-size: .16rem;
  text-align: center;
  line-height: .6rem;
  color: #ffff;
  cursor: pointer;
  margin-top: .4rem; }

.sha_hint_box {
  line-height: 3;
  color: #999999;
  font-size: .14rem;
  text-align: center;
  margin-bottom: .55rem; }
  .sha_hint_box a {
    color: #036eb8; }

.btn_res {
  margin-bottom: .4rem; }

.sha_con {
  position: relative;
  z-index: 2; }

.sha_bg_box {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 52%;
  padding-bottom: 20%;
  border-radius: 0 8px 0 0; }
  .sha_bg_box img {
    width: 200%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-35%);
    max-width: none; }

.pub_banner_m, .pro_img_m {
  display: none !important; }

.pro_det_con_box img {
  display: block;
  width: 100%; }

.pro_det2 {
  color: #14191c; }
  .pro_det2 .pub_banner_en > div {
    display: inline-block;
    vertical-align: middle; }
  .pro_det2 .pub_banner_en > span {
    font-size: .6rem;
    margin-left: .2rem;
    display: inline-block;
    vertical-align: middle; }
  .pro_det2 .pub_banner_info {
    border: 1px solid #bebab7;
    width: auto;
    padding: .1rem .4rem;
    display: inline-block; }

.det_imgs2_box {
  padding: 0 6.85%;
  margin-top: -.3rem;
  margin-bottom: .65rem; }
  .det_imgs2_box > div {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 0; }
    .det_imgs2_box > div > img {
      display: inline-block;
      width: 100%;
      max-width: 347px; }
  .det_imgs2_box > div:first-child {
    padding-left: 10%; }
  .det_imgs2_box > div:last-child {
    padding-right: 10%; }

.det_text2_box {
  margin: 0 6.85%;
  border: 1px solid #e4e4e4; }
  .det_text2_box > div:nth-child(odd) {
    background-color: #eeeeee; }
  .det_text2_box > div > div {
    width: 50%;
    float: left;
    font-size: .18rem;
    line-height: 1.6666;
    padding: .1rem 0;
    border-right: 1px solid #dcdcdc; }
    .det_text2_box > div > div:nth-child(2) {
      border-right: none; }
    .det_text2_box > div > div > span {
      float: left; }
    .det_text2_box > div > div > span:first-child {
      width: 42%;
      padding-left: 15%; }
    .det_text2_box > div > div > span:nth-child(2) {
      width: 58%;
      padding-left: 10%; }

.pro_det3_body .det_imgs_box {
  padding: 15%; }

.pro_det_merit_box {
  padding: .85rem 12% .7rem;
  background-color: #f8f8f8; }
  .pro_det_merit_box > div {
    margin-bottom: .3rem;
    margin-right: .3rem;
    width: calc((100% - .3rem) / 2);
    float: left;
    background-color: #fff;
    position: relative;
    height: 1.75rem;
    padding: .6rem 3.25% 0;
    padding-left: calc(3.25% + 100px);
    border-radius: 2px; }
    .pro_det_merit_box > div:nth-child(2n) {
      margin-right: 0; }

.mer_num {
  height: .8rem;
  width: .8rem;
  text-align: center;
  line-height: .8rem;
  font-size: .26rem;
  position: absolute;
  left: 6.5%;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #2a2a2a;
  color: #2a2a2a; }

.mer_name {
  font-size: .18rem;
  color: #026fb2;
  line-height: 1.8; }

.mer_part {
  font-size: .14rem;
  line-height: 1.5; }

.hir_con {
  background: url("../image/hir_con_bg.png") no-repeat center top, #fff;
  background-size: 100%; }

.hir_con_box {
  margin: 0 25px;
  margin-top: 40px;
  border-radius: 4px;
  background-color: #fff; }
  .hir_con_box .tab_nav_box {
    width: 50%;
    margin: 0 auto; }
    .hir_con_box .tab_nav_box > div.on, .hir_con_box .tab_nav_box > div:hover {
      color: #fff; }
.hir_body .hir_con_box .tab_nav_box > div:hover  .tab_title_cn,.hir_body .hir_con_box .tab_nav_box > div.on .tab_title_cn{
  color: #fff;
}
.hir_body .hir_con_box .tab_nav_box > div.on{
  cursor: auto;
}


.hir_con_box .tab_nav_box > div {
      width: 50%;
      background-color: #eeeeee;
      border-radius: 4px;
      color: #999999; }
      .hir_con_box .tab_nav_box > div i {
        right: -90px; }
      .hir_con_box .tab_nav_box > div > span {
        padding-left: 0; }
      .hir_body .hir_con_box .tab_nav_box > div > span
      {
        padding: 0;
      }
.hir_body .hir_con_box .tab_nav_box > div > span div{
  display: block;
  padding: .25rem 0;
  color: #999999;
  transition: all .5s ease;
}




.hir_con_box .tab_title_cn {
    font-size: .2rem; }
  .hir_con_box .tab_con_box {
    margin: .6rem 7% 0;
    border-top: 1px solid #eee; }
.hir_con_box .tab_con_box .tab_con > div{
  width: 100%;
}
    .hir_con_box .tab_con_box .tab_con > div > div {
      width: 100%;
      border-bottom: 1px solid #eeeeee; }

.hir_con_box .tab_con_box .tab_con > .new_page_box > div{
  width: auto;
  border-bottom: none;
}


    .hir_con_box .tab_con_box .tab_con > div > div.on {
      border-color: transparent; }
      .hir_con_box .tab_con_box .tab_con > div > div.on .hir_type {
        color: #df2d32; }
      .hir_con_box .tab_con_box .tab_con > div > div.on .hir_req_box {
        max-height: 9999px;
        transition-timing-function: cubic-bezier(0.5, 0, 1, 0); }
      .hir_con_box .tab_con_box .tab_con > div > div.on .hir_icon {
        transform: translateY(-50%) rotate(180deg); }
  .hir_con_box .tab_con {
    background-color: transparent;
    text-align: left; }

.hir_tit_box {
  margin-left: 3.67%;
  margin-right: 2.57%;
  padding: .15rem 0;
  line-height: 1.8;
  position: relative;
    padding-right: .5rem;
    cursor: pointer;
}

.hir_title {
  font-size: .2rem;
  font-weight: 700;
  color: #1b1b1b; }

.hir_type {
  font-size: .16rem;
  color: #666666;
  margin-top: .05rem; }
  .hir_type > span {
    margin-right: .5rem; }
    .hir_type > span:last-child {
      margin-right: 0; }

.hir_req_box {
  max-height: 0;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f8f8f8;
  transition: all .5s ease; }
  .hir_req_box > div {
    padding: .4rem 4.04% .3rem; }

.hir_require {
  margin-bottom: .3rem;
  line-height: 2.287; }

.hir_name {
  font-size: .18rem;
  color: #1b1b1b; }

.hir_info {
  font-size: .16rem;
  color: #777777; }

.btn_hir {
  color: #fff;
  background-color: #046eb6;
  margin-top: .15rem;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden; }
  .btn_hir > div {
    cursor: pointer;
    text-align: center;
    padding: .16rem .5rem;
    font-size: .18rem; }

.hir_icon {
  font-size: .18rem;
  color: #999999;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s ease; }

.load_box {
  height: 30px;
  width: 100px;
  background-color: #000; }

.load_box {
  cursor: pointer;
  border-radius: 100%;
  width: .5rem !important;
  height: .5rem;
  color: #fff;
  line-height: .5rem;
  margin: .6rem auto;
  text-align: center;
  background-color: #f2f2f2;
  position: relative; }
  .load_box i {
    font-size: .3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .load_box i.on {
      animation: dots1 infinite ease 2s; }

@keyframes dots1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(359deg); } }

.con_con_box {
  margin-top: 40px; }
  .con_con_box .tab_title_cn {
    font-size: .2rem; }
  .con_con_box .tab_nav_box > div {
    width: 21.276%;
    margin-right: .2rem;
    border-radius: 4px;
    background-color: #eeeeee;
    color: #999999;
    height: 80px;
    position: relative;
  }
    .con_con_box .tab_nav_box > div.on, .con_con_box .tab_nav_box > div:hover {
      color: #fff; }
    .con_con_box .tab_nav_box > div > span {
      padding-left: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      width: 100%;
      padding-right: 5px;
      padding-left: 5px;
    }
    .con_con_box .tab_nav_box > div i {
      right: -100px; }
  .con_con_box .tab_con_box {
    text-align: left;
    margin-top: .8rem;
    position: relative;
    height: 430px;
  }
    .con_con_box .tab_con_box .con_text {
      float: right;
      width: 50%;
      padding-left: 6.38%;
      /*padding-top: 4.255%; */
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
      .con_con_box .tab_con_box .con_text > div {
        margin-bottom: .3rem;
        line-height: 1.8; }
.con_con_box .tab_con_box .con_text > div:last-child{
  margin-bottom: 0;
}
        .con_con_box .tab_con_box .con_text > div > div:first-child {
          font-size: .2rem;
          font-weight: bold;
          color: rgba(17,111,182,1);
        }
        .con_con_box .tab_con_box .con_text > div > div:nth-child(2) {
          font-size: .18rem;
          color: #121212; }

.anchorBL, .BMap_cpyCtrl.BMap_noprint.anchorBL {
  display: none; }

.map_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 4.3rem;
  display: block !important; }
  .map_box > div {
    height: 100%;
    width: 100%; }

.map_box > img{
  display: none;
}
.map_img_box > img{
  display: block;
  width: 100%;
}
.map_img_box > #dituContent{
  display: none;
}
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap; }

.iw_poi_content {
  font: 12px arial,sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word; }

.bar_con {
  background: url("../image/bra_src1_bg.png") no-repeat center top, #fff;
  background-size: 100%; }

.bra_ad {
  margin-top: 40px;
  font-size: .18rem;
  line-height: 1.8;
  margin-bottom: .2rem; }

.bar_info {
  color: #666666;
  font-size: .16rem;
  line-height: 2.25; }

.bra_src2 {
  background: url("../image/bra_src2_bg.png") no-repeat center top, #fff;
  background-size: cover; }
  .bra_src2 > div {
    text-align: left; }

.bra_src2_left {
  float: left;
  width: 45%;
  padding-left: 2.836%; }
  .bra_src2_left > div {
    margin-bottom: .3rem; }

.bra_en {
  font-size: .14rem;
  color: #999999;
  font-family: 'Light';
  line-height: 2; }

.bra_cn {
  line-height: 3;
  font-size: .3rem;
  color: #1b1b1b;
  font-weight: 700;
}

.bra_str_con {
  line-height: 2;
  font-size: .14rem;
  color: #666666; }
  .bra_str_con p {
    margin-bottom: .2rem; }
    .bra_str_con p:last-child {
      margin-bottom: 0; }

.bra_src2_right {
  float: right;
  width: 50%; }
  .bra_src2_right > div {
    float: right; }
    .bra_src2_right > div img {
      display: block; }
    .bra_src2_right > div:first-child {
      width: 53.9%;
      margin-left: 4.2%; }
      .bra_src2_right > div:first-child .bra_src2_img2 {
        width: 100%;
        margin-bottom: 7.8%; }
      .bra_src2_right > div:first-child .bra_src2_img3 {
        width: 80%; }
    .bra_src2_right > div:nth-child(2) {
      width: 36.879%; }
      .bra_src2_right > div:nth-child(2) img {
        width: 100%; }

.bra_src3_left {
  float: left;
  width: 50%; }
  .bra_src3_left img {
    width: 100%;
    display: block; }

.bra_src3_right {
  float: right;
  width: 46.45%;
  position: relative; }
  .bra_src3_right .bra_src3_sty {
    position: absolute;
    left: 0;
    top: .5rem;
    width: 47.48%; }
  .bra_src3_right .bra_src3_con {
    position: relative;
    z-index: 2;
    text-align: left;
    padding-left: 20%;
    margin-top: 20%; }

.bra_src3_ad {
  font-size: .24rem;
  color: #121212;
  line-height: 1.5;
  margin-top: .1rem; }

.bra_src3_ad2 {
  font-size: .14rem;
  color: #666666;
  line-height: 1.5;
  margin-top: .1rem; }

.bra_img_case > div {
  float: left;
  width: 20%;
  height: 6rem;
  overflow: hidden;
  position: relative;
  transition: all .5s ease; }
  .bra_img_case > div:hover {
    margin-top: -.4rem;
    height: 6.4rem; }
    .bra_img_case > div:hover .bra_img_box .bra_img_sha {
      background: -moz-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 75%, rgba(3, 110, 184, 0) 100%);
      background: -o-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 51%, rgba(3, 110, 184, 0) 100%);
      background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #036eb8), color-stop(0.25, rgba(3, 110, 184, 0.8)), color-stop(0.51, rgba(3, 110, 184, 0.4)), color-stop(1, rgba(3, 110, 184, 0)));
      background: -webkit-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 75%, rgba(3, 110, 184, 0) 100%);
      opacity: 0.6; }
    .bra_img_case > div:hover .bra_info {
      display: block; }
    .bra_img_case > div:hover .bra_img_name::after {
      width: 70%; }
  .bra_img_case > div .bra_img_box {
    position: relative;
    width: 100%;
    height: 100%; }
    .bra_img_case > div .bra_img_box img {
      display: block;
      height: 100%;
      max-width: none;
      position: relative;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      transition: all .5s ease; }
    .bra_img_case > div .bra_img_box .bra_img_sha {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.4;
      background: #000;
      transition: all .5s ease; }

.bar_img_tex {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding-bottom: .5rem; }

.bar_img_intro {
  font-size: .48rem;
  line-height: 1;
  font-family: 'Bold'; }

.bra_img_name {
  display: inline-block;
  font-size: .16rem;
  line-height: 2;
  position: relative; }
  .bra_img_name::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 15%;
    bottom: 0;
    transition: all .5s ease; }

.bra_info {
  font-size: .16rem;
  line-height: 1.5625;
  width: 80%;
  margin: .1rem auto 0;
  display: none;
  margin-top: .15rem; }

.uix-controls__select {
  position: relative;
  width: 100%; }

.uix-controls__select.js-uix-new {
  text-align: left;
  /* Required */ }

.uix-controls__select.is-fullwidth {
  width: 100%; }

.uix-controls__select-wrapper {
  position: relative;
  user-select: none;
  float: left;
  width: 19.35%;
  margin-right: 2.5%;
  margin-bottom: 2.5%; }

.lnv_form form > div:nth-child(4) {
  margin-right: 0 !important; }

.uix-controls__select-wrapper.is-fullwidth {
  width: 100%; }

.uix-controls__select-wrapper.is-fullwidth .uix-controls__select-trigger {
  width: 100% !important; }

.uix-controls__select-wrapper:not(.uix-controls--line).disabled {
  /* Mask used to prohibit selection */ }

.uix-controls__select-wrapper:not(.uix-controls--line).disabled::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  top: 0;
  left: 0;
  z-index: 2;
  user-select: none; }

.uix-controls__select-wrapper:not(.uix-controls--line).disabled .uix-controls__select-trigger {
  border-color: #E1E1E1 !important;
  background: #EDEDED !important; }

.uix-controls__select-wrapper.uix-controls--line.disabled {
  opacity: .7;
  /* Mask used to prohibit selection */ }

.uix-controls__select-wrapper.uix-controls--line.disabled::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  top: 0;
  left: 0;
  z-index: 2;
  user-select: none; }

.uix-controls__select-wrapper select {
  display: none; }

.uix-controls__select-wrapper .uix-controls__select-trigger {
  /* @include control-label-text(); */
  width: 100%;
  display: block;
  border-radius: 4px;
  background-color: #eee;
  padding: .2rem;
  line-height: .34rem;
  font-size: .16rem;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.uix-controls__select-wrapper .uix-controls__select-trigger.active {
  color: #888; }

.uix-controls__select-wrapper .uix-controls__select-trigger:focus {
  outline: none;
  border-color: #212121; }

.uix-controls__select-wrapper .uix-controls__select-trigger::after {
  /* @include select-arrow( -.875rem, 1rem ); */
  border: 1px solid #9b9b9b;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  width: .1rem;
  height: .1rem;
  pointer-events: none;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  right: .2rem;
  top: 50%;
  z-index: 1;
  transition: all .5s ease; }

.uix-controls__select-wrapper .is-pill .uix-controls__select-trigger {
  border-radius: 50px; }

.uix-controls__select-wrapper .uix-controls--line .uix-controls__select-trigger {
  border-radius: 0;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important; }

.uix-controls__select-wrapper .uix-controls--line .uix-controls__bar {
  position: absolute;
  height: 2px;
  left: 0;
  width: 100%;
  bottom: calc( 1.09375rem + 0.5px);
  transform: translateX(2px); }

.uix-controls__select-wrapper .uix-controls--line .uix-controls__bar::before, .uix-controls__select-wrapper .uix-controls--line .uix-controls__bar::after {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  background: #212121;
  transition: all 0.3s ease; }

.uix-controls__select-wrapper .uix-controls--line .uix-controls__bar::before {
  left: 51%; }

.uix-controls__select-wrapper .uix-controls--line .uix-controls__bar::after {
  right: 49%; }

.uix-controls__select-wrapper .uix-controls__select-label {
  display: inline-block;
  margin-left: .3rem;
  margin-right: .3rem;
  /* @include control-label-text(); */
  font-weight: 500;
  color: #999; }

.uix-controls__select-wrapper .uix-controls__select__option-container {
  position: absolute;
  z-index: 2;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 1px solid #dce4e8;
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px); }

.uix-controls__select-wrapper .uix-controls__select__option-container > div {
  overflow-y: auto;
  max-height: 200px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.uix-controls__select-wrapper .uix-controls__select__option-container::before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #dce4e8;
  border-left: 1px solid #dce4e8;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease; }

.uix-controls__select-wrapper .uix-controls__select--top {
  /* Shown from above */ }

.uix-controls__select-wrapper .uix-controls__select--top .uix-controls__select__option-container {
  top: 100%;
  bottom: 100%;
  margin-bottom: 15px; }

.uix-controls__select-wrapper .uix-controls__select--top .uix-controls__select__option-container::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-bottom: 1px solid #dce4e8;
  border-left: 1px solid transparent;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  z-index: 1;
  display: none; }

.uix-controls__select-wrapper .uix-controls__select--top .uix-controls__select__option-container::before {
  display: none; }

.uix-controls__select-wrapper .uix-controls__select__option {
  position: relative;
  display: block;
  padding: .2rem;
  border-bottom: 1px solid #dce4e8;
  color: #888;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease; }

.uix-controls__select-wrapper .uix-controls__select__option:first-of-type {
  border-radius: 2px 2px 0 0; }

.uix-controls__select-wrapper .uix-controls__select__option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 2px 2px; }

.uix-controls__select-wrapper .uix-controls__select__option:hover, .uix-controls__select-wrapper .uix-controls__multi-sel > span.uix-controls__select__option.active:not(.uix-controls__bar), .uix-controls__select-wrapper .uix-controls__select__option.active {
  background: #f9f9f9; }

.uix-controls__select-wrapper .uix-controls__select {
  position: relative;
  display: inline-block;
  z-index: 1; }

.uix-controls__select-wrapper .uix-controls__select.is-opened .uix-controls__select-trigger::after {
  transform: rotate(-225deg); }

.uix-controls__select-wrapper .uix-controls__select.is-opened .uix-controls__select__option-container {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0); }

.uix-controls__select-wrapper .uix-controls__select.is-opened .uix-controls__bar::before, .uix-controls__select-wrapper .uix-controls__select.is-opened .uix-controls__bar::after {
  width: 50%; }

.uix-controls__select-wrapper .uix-controls__select.is-transparent .uix-controls__select-trigger {
  background: none;
  border-color: rgba(255, 255, 255, 0.1); }

.not_pro .pro_con_box > div {
  font-size: .16rem; }

.lnv_form_box {
  margin-top: 40px;
  box-shadow: 10px 0 57px rgba(31, 32, 34, 0.13);
  position: relative;
  padding-left: 10.638%; }
  .lnv_form_box .lnv_title {
    height: 100%;
    width: 10.638%;
    background: url("../image/lvr_t_bg.png") no-repeat top center, #046eb6;
    font-size: .3rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0; }
    .lnv_form_box .lnv_title > span {
      text-transform: uppercase;
      font-family: 'Bold';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(-90deg); }
  .lnv_form_box .lnv_form {
    padding: 4.7% 3.9%;
    position: relative;
    background-color: #fff;
  }
    .lnv_form_box .lnv_form .form_line_box {
      float: left;
      margin-right: 2.5%;
      margin-bottom: 3.5%; }
    .lnv_form_box .lnv_form .lnv_input_1, .lnv_form_box .lnv_form .lnv_input_2 {
      width: 26.85%;
    }
    .lnv_form_box .lnv_form .lnv_input_3, .lnv_form_box .lnv_form .lnv_input_4 {
      width: 17.3%; }
    .lnv_form_box .lnv_form .lnv_input_4 {
      margin-right: 0; }
    .lnv_form_box .lnv_form .lnv_input_5 {
      width: 75.7%;
      margin-bottom: 0; }
    .lnv_form_box .lnv_form .btn_sub {
      display: block;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: #1b1b1b;
      padding: .2rem;
      line-height: .34rem;
      font-size: .16rem;
      color: #fff;
      text-align: center;
      float: left;
      width: 21.8%; }

.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29, 56, 75, 0.17);
  margin-bottom: 50px; }

.btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }

.btn_img_prev:hover, .btn_img_next:hover {
  color: #df2d32; }

.btn_img_prev i, .btn_img_next i {
  font-size: 18px; }

.btn_img_prev {
  left: 0; }

.btn_img_next {
  right: 0; }

.view_box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative; }

.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease; }

.showreel_box .list_u_img_box > a {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease; }

.showreel_box .list_u_img_box > a.on {
  font-size: 24px;
  color: #df2d32;
  position: relative;
  cursor: auto; }

.showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -.5em;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #df2d32;
  transition: all .5s ease; }

.showreel_box .list_u_img_box > a:hover {
  color: #df2d32; }

.showreel_box .list_u_img_box > a.on::after, .showreel_box .list_u_img_box > a:hover::after {
  width: 1em; }

.showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }

.disab {
  pointer-events: none;
  opacity: 0.3 !important;
  cursor: auto !important;
}

.dev_con {
  position: relative; }

.dev_con .tea_case {
  position: relative;
  z-index: 1; }

.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0; }

.tab_time_bottom .showreel_box .list_u_img_box > a {
  width: 100px;
  font-size: 16px;
  color: #979ba0;
  transition: all .5s ease; }

.tab_time_bottom .showreel_box .list_u_img_box > a.on, .tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 16px;
  color: #df2d32; }

.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #df2d32;
  transition: all .5s ease; }

.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after, .tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em; }

.btn_style {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, 0.17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, 0.17);
  box-shadow: 0 0 27px rgba(29, 56, 75, 0.17);
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background-color: #df2d32;
  opacity: 0.65;
  transition: opacity .5s ease;
}
.btn_style:hover{
  opacity: 1;
}
.btn_img_next {
  left: 0px; }

.btn_img_next {
  right: 0px;
  left: auto; }

.dev_tex_box > div {
  display: none;
  width: 100%;
  float: right;
  line-height: 1.78;
  font-size: .14rem;
  color: #ffffff;
  padding-bottom: .5rem;
  min-height: 96px;
  text-align: left;
  padding-left: 38%; }

.time_title_case {
  position: relative;
  margin-top: 1.15rem;
  margin-bottom: 1.15rem; }
  .time_title_case::after {
    content: '';
    display: block;
    background-color: #458cbd;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0; }

.at_time {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-size: 300px;
  line-height: 0.8;
  background: linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.time_sha {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #f6f9fb 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, #f6f9fb 100%);
  background: -o-linear-gradient(left, #f6f9fb 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, #f6f9fb 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #f6f9fb), color-stop(0.1, rgba(246, 249, 251, 0)), color-stop(0.9, rgba(246, 249, 251, 0)), color-stop(1, #f6f9fb));
  background: -webkit-linear-gradient(left, #f6f9fb 0%, rgba(246, 249, 251, 0) 10%, rgba(246, 249, 251, 0) 90%, #f6f9fb 100%); }

.time_line_case {
  margin: 0 auto;
  width: 83.33333%;
  margin-top: .5rem; }

.time_line_box {
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease; }

.time_line_box > div {
  float: left;
  position: relative;
  width: 11.458vw;
  height: 1px;
  font-size: 20px;
  line-height: 1;
  background-color: #458cbd; }

.btn_time {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  cursor: pointer; }

.btn_time > span {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  bottom: -.4rem;
  z-index: 2;
  transition: all .5s ease;
  color: #fff;
  font-family: 'Light'; }

.time_line_box > div.on .btn_time > span {
  bottom: -.7rem;
  font-size: .24rem;
  font-family: 'Bold'; }

.btn_time:hover::after {
  display: block; }

.titie_box_bg {
  width: .8rem;
  height: .8rem;
  text-align: center;
  line-height: .8rem;
  color: #046eb6;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0);
  transition: all .5s ease;
  background-color: #fff;
  border-radius: 100%; }
  .titie_box_bg i {
    font-size: .5rem;
    vertical-align: middle; }

.titie_box_bg #title_bg_down {
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0; }

.time_line_box .on .btn_time .titie_box_bg {
  transform: translate(-50%, -50%) scale(1); }

.time_line_box .on .btn_time .titie_box_bg > #title_bg_down {
  animation: alpha 2.25s linear infinite forwards; }

@keyframes alpha {
  0% {
    transform: rotate(0); }
  25% { }
  50% {
    border-radius: 50%; }
  75% { }
  100% {
    transform: rotate(360deg); } }

.lnv_jm_box {
  /*margin-top: 40px;*/
  font-size: 0;
  background-color: #fff; }
  .lnv_jm_box > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: calc(((100% - 12.6%) / 4) - 1px);
    margin-right: 4.2%;
    position: relative;
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.19);
    padding: 15px 2.55%;
    margin-top: .8rem;
  }
    .lnv_jm_box > div:nth-child(4n) {
      margin-right: 0; }
    .lnv_jm_box > div:hover .lnv_jm_icon {
      background-color: #046eb6;
      color: #fff; }
    .lnv_jm_box > div:hover .lnv_jm_title {
      color: #046eb6; }

.lnv_jm_icon {
  position: absolute;
  width: .84rem;
  height: .84rem;
  line-height: .84rem;
  text-align: center;
  background-color: #f8f8f8;
  color: #666666;
  font-size: .4rem;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all .5s ease; }

.lnv_jm_title {
  font-weight: 700;
  font-size: .18rem;
  color: #1b1b1b;
  line-height: 2;
  margin-top: .45rem;
  transition: all .5s ease; }

.lnv_jm_info {
  font-size: .14rem;
  color: #666666;
  line-height: 1.71;
  min-height: 1.25rem; }

.lnv_condition_box {
  background-color: #f8f8f8; }
  .lnv_condition_box > div {
    float: left;
    width: 50%; }

.lnv_con_img {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .lnv_con_img img {
    height: 100%;
    max-width: none;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block; }

.lnv_con_text {
  padding: .8rem 10px 1.2rem 5.7%;
  text-align: left; }
  .lnv_con_text .pub_title {
    text-align: left; }

.lnv_con_tex_box {
  margin-top: 40px; }
  .lnv_con_tex_box > div {
    font-size: .16rem;
    padding: 10px 0;
    line-height: 22px;
    position: relative;
    margin: .3rem 0;
    color: #666666;
    padding-left: 80px; }
    .lnv_con_tex_box > div::before {
      content: attr(data-num);
      display: block;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      width: 42px;
      height: 42px;
      text-align: center;
      line-height: 42px;
      background-color: #1b1b1b;
      font-weight: 700;
      font-family: 'Bold';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -21px;
      z-index: 1;
      color: #fff; }
    .lnv_con_tex_box > div::after {
      content: '';
      display: block;
      height: 150%;
      width: 1px;
      background-color: #b5b5b5;
      position: absolute;
      left: 21px;
      top: 50%; }
    .lnv_con_tex_box > div:last-child::after {
      display: none; }

.lnv_flow_box {
  background: url("../image/lnv_lj_bg.png") no-repeat center top, #fff; }

.lnv_flow_img_box {
  margin-top: 40px; }
  .lnv_flow_img_box img {
    display: block;
    margin: 0 auto; }

.lnv_banner_img {
  width: 100%;
  display: block; }

.lnv_banner_box {
  position: relative;
  background-color: #f7f7f7;

}
.lnv_banner_box .swiper-container{
  width: 83.33%;
  margin: 0 auto;
}

  .lnv_banner_box .pub_title {
    display: block;
    text-align: center;
    margin: .25rem auto .3rem auto;
    color: #272727;
  }
.lnv_banner_box .pub_title::before,.lnv_banner_box .pub_title::after{
  display: none;
}
.lnv_banner_box .swiper-pagination {
    color: #df2d32;
    text-align: center;
    font-family: 'Book';
    display: block;
    left: 0;
    bottom: 0;
    font-size: .24rem;
    line-height: 1;
  position: relative;
  margin-top: .9rem;
  padding-bottom: .6rem;

}
    .lnv_banner_box .swiper-pagination span {
      display: inline-block; }
    .lnv_banner_box .swiper-pagination .on {
      font-size: .48rem;
      position: relative;
      transform: translate(40%, -100%);
      font-family: 'Bold'; }
    .lnv_banner_box .swiper-pagination .lnv_pag_sty {
      position: relative;
      transform: translate(40%, -80%) rotate(22deg); }

.str_src1_box {
  background-color: #fff;
}

.str_con_case {
  margin-top: 40px; }

.str_left_box {
  width: 45%;
  padding-left: 6%;
  float: left;
  color: #666666;
  position: relative; }
  .str_left_box p {
    text-align: left;
    font-size: .14rem;
    line-height: 1.5714;
    position: relative;
    left: 0;
    top: 50px;
    margin-bottom: 0; }
.str_left_box p span{
  text-indent: 2em;
}
.str_right_box {
  float: right;
  width: 47.517%;
  padding-right: 4.61%;
  font-size: 0;
  text-align: left; }
  .str_right_box > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 1px solid #eeeeee;
    border-right: none;
    background-color: #fff;
    padding-bottom: 27.6%;
    width: 33.33%;
    text-align: center; }
    .str_right_box > div:last-child {
      border-right: 1px solid #eeeeee;
      width: 66.66%;
    }
    .str_right_box > div img {
      width: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }
  .str_right_box .str_run_box {
    position: absolute;
    font-family: 'Bold';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #df2d32;
    width: 100%; }

.str_num {
  font-size: .46rem;
  line-height: 1.1; }

.str_num_name {
  font-size: .16rem;
  line-height: 1.8;
  color: #1b1b1b; }

.str_src2_box {
  margin-top: 40px;
  margin-bottom: .5rem;
  position: relative; }
  .str_src2_box > img {
    display: block;
    width: 44.61%;
    margin: auto; }
  .str_src2_box .str_src2_sty {
    width: 8.936%;
    position: absolute; }
    .str_src2_box .str_src2_sty:hover .str_scr2_title {
      color: #df2d32;
      line-height: 2.5; }
      .str_src2_box .str_src2_sty:hover .str_scr2_title::before {
        width: calc(100% + 3em); }
      .str_src2_box .str_src2_sty:hover .str_scr2_title::after {
        width: 1.5em; }
    .str_src2_box .str_src2_sty:hover .str_scr2_info {
      display: block; }
    .str_src2_box .str_src2_sty > img {
      width: 100%;
      display: block; }
    .str_src2_box .str_src2_sty > div {
      position: absolute;
      top: .25rem;
      min-width: 290%;
      text-align: left; }

.str_scr2_title {
  display: inline-block;
  font-size: .2rem;
  line-height: 1.5;
  color: #1b1b1b;
  position: relative;
  transition: all .5s ease; }
  .str_scr2_title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #e6f0f8;
    transition: all .5s ease; }
  .str_scr2_title::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #df2d32;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease; }

.str_scr2_info {
  display: none;
  font-size: .14rem;
  line-height: 1.714;
  color: #666666;
  margin-top: .15rem; }

.str_src2_img_1 {
  top: 12.7186%;
  right: 27.5886%; }
  .str_src2_img_1 > div {
    left: 123.81%; }

.str_src2_img_2 {
  top: 62.275%;
  right: 25.5886%; }
  .str_src2_img_2 > div {
    left: 123.81%; }

.str_src2_img_3 {
  top: 92.305%;
  right: 44.5%; }
  .str_src2_img_3 > div {
    top: 0.55rem !important;
    left: 98.81% !important; }

.str_src2_img_4 {
  top: 62.275%;
  left: 25.5886%; }
  .str_src2_img_4 > div {
    text-align: right !important;
    right: 123.81%; }
  .str_src2_img_4 .str_scr2_title::before {
    left: auto;
    right: 0; }
  .str_src2_img_4 .str_scr2_title::after {
    left: auto;
    right: 0; }

.str_src2_img_5 {
  top: 12.7186%;
  left: 27.5886%; }
  .str_src2_img_5 > div {
    text-align: right !important;
    right: 123.81%; }
  .str_src2_img_5 .str_scr2_title::before {
    left: auto;
    right: 0; }
  .str_src2_img_5 .str_scr2_title::after {
    left: auto;
    right: 0; }

.str_scr3_case {
  background: url("../image/str_010.png") no-repeat center;
  background-size: cover; }

.ser_src3_box {
  margin-top: 40px;
  font-size: 0; }
  .ser_src3_box > a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: calc((100% - 4.254%) / 3);
    margin-bottom: 4.254%;
    position: relative;
    margin-right: 2.127%;
    text-align: left;
    /*padding-bottom: 12%;*/
    min-height: 335px;
  }
    .ser_src3_box > a:nth-child(3n){
      margin-right: 0; }
.ser_src3_box > a:nth-child(3n + 1){
  clear: left;
}

.ser_src3_box > a > div {
      padding: 11%;
      color: #fff;
      font-size: .24rem;
      line-height: 1.3; }
    .ser_src3_box > a > img {
      width: 51.11%;
      display: block;
      position: absolute;
      right: -6.6666%;
      bottom: 0; }

.ser_src3_box > a:nth-child(3n - 2) {
  background-color: #1f64b1; }

.ser_src3_box > a:nth-child(3n - 1) {
  background-color: #2176d3; }

.ser_src3_box > a:nth-child(3n) {
  background-color: #154b87; }

.str_sty {
  display: block;
  height: 1px;
  position: relative;
  width: 29.55%;
  background-color: rgba(255, 255, 255, 0.1); }
  .str_sty::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 2px;
    width: .2rem;
    background-color: #fff; }

.ser_src3_num {
  font-size: .6rem;
  line-height: 1;
  color: #fff;
  font-family: 'Bold';
  position: absolute;
  bottom: -.2rem;
  left: 13%; }

.str_aptitude_case {
  margin-top: 40px;
  padding: 0 10.7%; }
  .str_aptitude_case .dev_tex_box > div {
    float: none;
    padding: 0;
    min-height: 266px; }
  .str_aptitude_case .btn_img_next:hover, .str_aptitude_case .btn_img_prev:hover {
    color: #fff;
    background-color: #df2d32; }
  .str_aptitude_case .btn_time {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .str_aptitude_case .btn_time > span {
      padding: 0 16.6666%;
      color: #666666;
      font-family: 'Book';
      position: relative;
      margin: 0;
      bottom: 0;
      left: 0;
      font-size: .18rem; }
  .str_aptitude_case .time_line_box > div.on .btn_time > span {
    bottom: auto;
    font-size: .18rem;
    font-family: 'Book';
    color: #df2d32; }
  .str_aptitude_case .time_title_case::after {
    display: none;
    background-color: #eeeeee; }
  .str_aptitude_case .time_line_box > div {
    background-color: transparent;
    margin-top: .2rem;
    width: auto;
    padding: 0 .2rem; }
  .str_aptitude_case .time_title_case {
    margin-top: .6rem;
    margin-bottom: 0; }
    .str_aptitude_case .time_title_case::after {
      content: '';
      display: block;
      height: 1px;
      width: calc(100% - 40px);
      left: 20px;
      top: 50%;
      position: absolute;
      background-color: #eeeeee; }
  .str_aptitude_case .time_line_case {
    overflow: hidden;
    height: .4rem;
    margin-top: 0; }

.str_apt_left {
  width: 56.818%;
  position: relative;
  float: left;
  padding-left: 6.4%; }

.str_apt_time {
  font-size: .43rem;
  color: #df2d32;
  line-height: 1.86;
  position: relative;
  font-family: 'Bold';
  z-index: 1; }
  .str_apt_time::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1em;
    height: 1px;
    background-color: #df2d32; }

.str_apt_bg {
  font-family: 'Bold';
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-size: 2.66rem;
  color: #f8f8f8; }

.str_apt_box {
  font-size: .16rem;
  line-height: .2rem;
  color: #666666;
  margin-top: .2rem; }
  .str_apt_box > div.on {
    font-size: .21rem;
    color: #1b1b1b;
    cursor: auto; }
  .str_apt_box > div {
    cursor: pointer;
    padding: .1rem 0;
    position: relative;
    transition: all .5s ease;
    padding-left: .2rem; }
    .str_apt_box > div::before {
      content: '·';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      color: #666666; }

.str_apt_right {
  float: right;
  width: 43.182%;
  padding-left: .3rem; }
  .str_apt_right > div {
    display: none; }
    .str_apt_right > div:first-child {
      display: block; }
  .str_apt_right img {
    display: block; }

.str_banner_box {
  margin-top: 40px;
  position: relative; }
  .str_banner_box .swiper-pagination-bullet-active {
    background-color: #df2d32; }
  .str_banner_box .swiper-button-prev {
    left: -24px; }
  .str_banner_box .swiper-button-next {
    right: -24px; }

.malT_-100 {
  margin-top: -1rem !important; }

  .com_con_case > div {
    text-align: center;
    margin-top: .4rem;
  }
    .com_con_case  p {
      display: block;
      font-size: .14rem;
      color: #666666;
      line-height: 200%;
      margin-bottom: 0;
    }


  .com_con_case .com_resource_box {
    margin-top: .4rem; }
    .com_con_case .com_resource_box > div {
      width: calc((100% - 60px) / 7);
      float: left;
      margin-right: 10px;
      text-align: center;
      color: #df2d32;
      background-color: #fafbfc;
      padding-top: .6rem;
      padding-bottom: .1rem;
      transition: all .5s ease;
      position: relative;
      top: 0;
    }
.com_con_case .com_resource_box > div:last-child{
  margin-right: 0;
}
      .com_con_case .com_resource_box > div > div:first-child i {
        font-size: .4rem;
        line-height: 1; }

.com_num {
  font-size: 0;
  line-height: .6rem;
  height: .6rem;
  margin-top: .2rem;
  font-family: 'Bold'; }
.com_resource_box > div:nth-child(1) .com_num span,.com_resource_box > div:nth-child(3) .com_num span{
  font-size: .37rem;
}
.com_resource_box > div:nth-child:nth-child(7) .com_num{
  font-size: .384rem;
}
.abo_icon_name{
  font-size: .17rem;
  line-height: 1.5;
  color: #ced3d6;
  font-weight: 700;
  transition: all .5s ease;
  height: 50px;
}
.com_num > span{
  display: inline-block;
  font-size: .34rem;

}
.com_num i {
  display: inline-block;
    font-size: .18rem !important;
    line-height: 1;
    font-style: inherit;
  font-weight: 700;
  }
  .com_num .num_more {
    display: inline-block;
    vertical-align: top; }

.com_img_case > div:hover {
  margin-top: -.3rem;
  margin-bottom: -.3rem;
  height: 6.6rem; }
  .com_img_case > div:hover .bra_img_box .bra_img_sha {
    opacity: 0.6;
  }
.com_img_case > div:hover .bra_img_box .abo_img_name {
  transform: translate(-50% ,0);
  bottom: .5rem;
  font-size: .32rem;
}
.com_img_case > div:hover .bra_img_box .abo_img_name span:before,
.com_img_case > div:hover .bra_img_box .abo_img_name span:after{
  width: 10px;
}

.com_aptitude_case {
  position: relative;
  margin-top: 40px; }

.com_aptitude_bg {
  font-size: 2.4rem;
  font-family: 'Bold';
  line-height: 1;
  color: rgba(102, 102, 102, 0.06);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.com_aptitude_title {
  font-size: .3rem;
  line-height: 1.1;
  color: #212120;
  position: absolute;
  left: 8.5106%;
  top: 0;
  z-index: 2;
  font-family: 'Bold';
  text-transform: uppercase;
  background-color: #fff; }

.com_aptitude_case .btn_img_prev {
  left: 11.702%; }

.com_aptitude_case .btn_img_next {
  right: auto;
  left: calc(11.702% + 55px); }

.com_aptitude_case .btn_style {
  box-shadow: none;
  color: #fff;
  background-color: #df2d32;
  opacity: .65;
}

  .com_aptitude_case .btn_style:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, 0.17);
    -moz-box-shadow: 0 0 27px rgba(29, 56, 75, 0.17);
    box-shadow: 0 0 27px rgba(29, 56, 75, 0.17); }

.com_aptitude_case .time_line_box > div {
  width: 17.1875vw; }

.com_aptitude_case .btn_time > span {
  color: #212120;
  font-size: .16rem;
  top: 0;
  bottom: auto;
  padding-top: .6rem;
  padding-bottom: 0;
  display: block;
  line-height: 1.5;
  width: 13.75vw;
  text-align: left;
  margin-left: -6px; }

.com_aptitude_case .time_line_box > div.on .btn_time > span {
  bottom: auto;
  font-size: .16rem;
  font-family: 'Light'; }

.com_aptitude_case .time_title_case {
  margin: 0 auto; }

.com_aptitude_case .time_line_box > div:nth-child(odd) .btn_time > span {
  top: auto;
  bottom: 0;
  padding-top: 0;
  padding-bottom: .6rem; }

.com_aptitude_case .time_title_case::after {
  background-color: #eeeeee;
  width: 100vw;
  left: 0;
  top: 50%; }

.com_aptitude_case .time_line_box > div {
  background-color: #eeeeee; }

.com_aptitude_case .com_aptitude_case .btn_time > span {
  display: block; }

.com_aptitude_case .btn_time {
  top: -5px;
  left: -5px;
  background-color: #1b1b1b; }
  .com_aptitude_case .btn_time:hover {
    background-color: #df2d32; }
    .com_aptitude_case .btn_time:hover::after {
      display: block; }
  .com_aptitude_case .btn_time::after {
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background-color: rgba(5, 105, 184, 0.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: dot1 2s infinite ease;
    -webkit-animation: dot1 2s infinite ease; }

.com_aptitude_case .time_line_case {
  margin-top: 0;
  overflow: hidden;
  margin-left: 18%;
  min-height: 226px;
  position: relative;
  width: 100%; }

.com_aptitude_case .time_line_box {
  top: 50%;
  position: absolute; }

@keyframes dot1 {
  0% {
    width: 12px;
    height: 12px; }
  50% {
    width: 36px;
    height: 36px; }
  100% {
    width: 12px;
    height: 12px; } }

.str_aptitude_case .btn_style i, .com_aptitude_case .btn_style i {
  font-size: .35rem; }

.new_hot_case > div {
  width: 100%;
  padding: 0;
}

.new_hot_box {
  /*margin-top: 40px;*/
  background-color: #f8f8f8; }

.new_hot_img_box {
  width: 50%;
  float: left;
  padding: .6rem;
  padding-left: 15.333%;
}
  .new_hot_img_box img {
    width: 100%;
    display: block; }

.new_hot_text_box {
  text-align: left;
  width: 50%;
  padding: 5.46875% 15.333% 0 4.9%;
  float: left; }

.new_bot_time {
  font-size: .14rem;
  color: #666666;
  line-height: 2;
  font-family: 'Light'; }

.new_bot_title {
  font-size: .24rem;
  line-height: 1.5;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: .2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.new_bot_into {
  font-size: .14rem;
  line-height: 1.8;
  color: #666666;
  height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.new_bot_btn {
  display: inline-block;
  border-radius: .5rem;
  font-size: .14rem;
  line-height: 4.2857;
  text-align: center;
  color: #fff;
  background-color: #df2d32;
  padding: 0 .75rem;
  margin-top: .1rem; }

.new_list_box {
  margin-top: .75rem; }
  .new_list_box > a {
    display: block;
    color: #999999;
    line-height: .28rem;
    transition: all  .5s ease; }
    .new_list_box > a:hover {
      background-color: #df2d32;
      color: #fff; }
      .new_list_box > a:hover > div {
        border-color: transparent; }
      .new_list_box > a:hover .new_list_title {
        color: #fff; }
      .new_list_box > a:hover .new_icon_box i {
        border-color: transparent;
        background-color: #fff;
        color: #df2d32; }
    .new_list_box > a > div {
      padding: .2rem 0;
      width: 73.4375%;
      margin: 0 auto;
      border-bottom: 1px solid #e5e5e5;
      font-size: 0; }
      .new_list_box > a > div > div {
        display: inline-block;
        vertical-align: middle; }

.new_list_time {
  font-size: .16rem;
  width: 12.7659%;
  border-right: 1px solid #d2d2d2;
  text-align: center; }

.new_list_title {
  font-size: .18rem;
  width: 50%;
  color: #1b1b1b;
  padding: 0 10px 0 4.61%; }

.new_list_img {
  width: 18.2978%; }
  .new_list_img > img {
    display: block;
    width: 100%; }

.new_icon_box {
  width: 18.9363%;
  font-size: .16rem;
  text-align: right; }
  .new_icon_box i {
    border: 1px solid #999999;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11.32%;
    width: .34rem;
    height: .34rem;
    text-align: center;
    line-height: .34rem;
    border-radius: 100%; }

.new_list_case {
  padding-bottom: 1.5rem; }

.new_page_box {
  margin-top: .7rem;
  text-align: center;
  font-size: 0;
  color: #999999;
  padding-top: 0 !important;
}
  .new_page_box > a {
    display: inline-block;
    vertical-align: middle;
    font-size: .16rem;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    transition: all .5s ease;
    margin: 0 .1rem;
  }
    .new_page_box > a:hover {
      border-color: transparent;
      background-color: #df2d32;
      color: #fff; }
  .new_page_box > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 .15rem; }
    .new_page_box > div > a {
      font-family: 'Light';
      display: inline-block;
      margin: 0 .15rem;
      font-size: .16rem;
      color: #999999; }
    .new_page_box > div > a.on {
      color: #1b1b1b;
      cursor: auto;
      pointer-events: none; }

.new_det_title {
  width: 83.3333%;
  line-height: 1.5;
  font-size: .24rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: .2rem;
  color: #df2d32; }

.new_det_time {
  font-size: .14rem;
  color: #999999;
  text-align: center; }

.new_det_title_con {
  margin: 0 auto;
  margin-top: .7rem;
  border-top: 1px solid #eeeeee;
  padding-top: .6rem;
  text-align: left;
  width: 76.923%; }
  .new_det_title_con p {
    font-size: .16rem;
    color: #999999;
    line-height: 1.75;
    /*text-indent: 2em;*/
    margin: 0; }
  .new_det_title_con img {
    display: block;
    width: 90% !important;
      height: auto !important;
    margin: 0.2rem auto;
    /*margin-bottom: .5rem;*/
  }
.new_det_title_con section{padding-top: 0;padding-bottom: 20px;}

.btn_down {
  cursor: pointer; }

.btn_gob_box {
  margin-top: .5rem;
  text-align: center; }
  .btn_gob_box a {
    font-size: .16rem;
    color: #999999;
    cursor: pointer; }
    .btn_gob_box a:hover {
      color: #df2d32; }
    .btn_gob_box a i {
      vertical-align: middle;
      font-size: .2rem;
      margin-right: .1rem; }

.tweets_box {
  margin-top: .5rem;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee; }
  .tweets_box > a {
    text-align: left;
    width: 50%;
    display: block;
    float: left;
    border-right: 1px solid #eee;
    padding: .1rem .2rem;
    font-size: 0;  }
.tweets_box > a > img{
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
.tweets_box > a > div{
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  padding-left: .1rem;
}

    .tweets_box > a:last-child {
      border-right: transparent; }
    .tweets_box > a:hover > div {
      color: #df2d32; }
    .tweets_box > a:hover .twe_hint {
      color: #df2d32; }
    .tweets_box > a .twe_hint {
      font-size: .14rem;
      line-height: 1.5;
      color: #999; }
    .tweets_box > a > div > div {
      font-size: .16rem;
      line-height: 1.8;
      color: #000;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

/*资质荣誉*/
.sha_case {
  position: relative; }
  .sha_case .sha_tra {
    left: 19%; }

.hon_con {
  margin-top: 40px; }

.hon_tab_nav_box {
  float: left;
  width: 15%;
  height: 4.15rem;
  overflow: hidden;
  position: relative;
  margin-top: -.35rem; }
  .hon_tab_nav_box::before {
    content: "";
    position: absolute;
    z-index: 5;
    height: 20%;
    width: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0)); }
  .hon_tab_nav_box::after {
    content: "";
    position: absolute;
    z-index: 5;
    height: 20%;
    width: 100%;
    pointer-events: none;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0)); }

.tab_nav_carrier {
  position: relative;
  transform: translateY(0);
  transition: all .5s ease; }

.tab_nav_carrier > div {
  max-width: 130px;
  color: #d5dae0;
  transition: all .5s ease-out;
  cursor: pointer; }

.tab_nav_carrier > div:last-child {
  padding-bottom: 0; }

.hon_tab_num {
  font-size: .3rem;
  line-height: 2.5;
  text-align: right;
  position: relative;
  font-family: 'Book'; }

.hon_tab_num::after {
  content: '';
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #df2d32;
  right: 0;
  bottom: 0;
  transition: all .5s ease-out; }

.tab_nav_carrier > div.on {
  padding-bottom: .3rem; }

.tab_nav_carrier > div.on .hon_tab_num {
  font-family: 'Bold';
  font-size: .34rem; }

.tab_nav_carrier > div.on, .tab_nav_carrier > div:hover {
  color: #df2d32; }

.tab_nav_carrier > div.on .hon_tab_num, .tab_nav_carrier > div:hover .hon_tab_num {
  color: #df2d32; }

.tab_nav_carrier > div.on .hon_tab_num::after {
  width: 100%; }

.hon_con_case {
  float: right;
  width: 83.33%;
  position: relative;
  margin-top: .35rem; }

.hon_con_case > div {
  display: none;
  position: relative; }

.hon_con_case > div:first-child {
  display: block; }

.hon_con_box .swiper-slide {
  transform: scale(0.8);
  transition: all .5s ease; }

.hon_con_box .active.swiper-slide {
  transform: scale(1); }

.hon_con_box {
  float: left;
  width: 62%;
  padding-left: 20%;
  overflow: hidden;
  position: relative;
  margin-top: 8px; }

.hon_con_box .swiper-container {
  overflow: initial;
  padding-bottom: 100px; }

.sha_tra {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: -2px;
  pointer-events: none; }
  .sha_tra img {
    display: block;
    height: 100%; }

.hon_con_box .swiper-slide {
  opacity: 0.9;
  transition: all .5s ease-in; }

.hon_con_box .swiper-slide.active {
  opacity: 1; }

.hon_con_box .swiper-slide > div {
  width: 100%;
  position: relative; }

.hon_con_box .swiper-slide > div > img {
  display: block;
  width: 100%; }

.hon_name {
  text-align: center;
  margin-top: .45rem;
  color: #000;
  font-size: .18rem;
  line-height: 1.5;
  opacity: 0;
  transition: all .5s ease-in;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%; }

.hon_con_box .swiper-slide.active .hon_name {
  opacity: 1; }

.hon_name_box {
  width: calc(29.23% + 50px);
  float: right;
  padding: 25px 0;
  position: absolute;
  right: 0;
  top: 0; }

.hon_name_text {
  font-size: .16rem;
  line-height: 30px;
  padding: 15px 0;
  text-align: center;
  opacity: .5;
  color: rgba(27, 27, 27, 0.5);
  transition: all .5s ease-in;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.hon_name_box .active-nav .hon_name_text {
  font-size: .18rem;
  font-weight: 700;
  background-color: white;
  box-shadow: 0 0 46px rgba(29, 56, 75, 0.17);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #df2d32;
  opacity: 1;
}

.hon_name_box .swiper-container {
  height: 370px;
  padding: 25px 25px 15px 25px;
  overflow: hidden; }

.hon_name_box .swiper-slide {
  cursor: pointer; }

.hon_name_box .swiper-button-prev, .hon_name_box .swiper-button-next {
  background-image: none;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #000; }

.hon_name_box .swiper-button-prev {
  top: 0;
  left: 0; }

.hon_name_box .swiper-button-next {
  top: auto;
  right: 0;
  bottom: 0; }

.inn_con_box .com_con_case > .com_src1_left_box {
  width: 50%;
  float: left;
}

.inn_con_box .com_con_case > .com_src1_right_box {
  width: 43.26%;
  float: right;
  margin-top: .45rem;
}
.inn_con_box .com_con_case .com_resource_box > div{
  color: #1b1b1b;
  width: 25%;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}
.inn_con_box .com_con_case{
  margin-top: .4rem;
}
.inn_con_box .com_num {
  line-height: 2;
  margin-top: .1rem;
  font-family: 'Bold';
  height: auto;
}
.inn_con_box .com_num span{
  font-size: .14rem !important;
}
.inn_con_box .com_num i{
  font-size: .14rem !important;
  font-style: italic;
}
.inn_con_box .com_con_case > div{
  margin-top: 0;
  text-align: left;
}
.inn_con_box .com_src1_left_box {
  padding-left: 3.19%; }
  .inn_con_box .com_src1_left_box img {
    display: block; }

.inn_con_box .com_src1_right_box {
  margin-top: .45rem; }
  .inn_con_box .com_src1_right_box p {
    max-width: 520px; }

.inn_con_box .com_con_case .com_resource_box > div {
  text-transform: uppercase;
  position: relative;
  z-index: 1; }

.inn_con_box .com_con_case .com_resource_box > div:nth-child(2) {
  margin: 0 8%; }

.inn_con_box .com_con_case .com_resource_box {
  position: relative; }

.inn_con_bg {
  position: absolute !important;
  top: 0;
  left: 0;
  font-size:1.5rem;
  color: rgba(102, 102, 102, 0.06) !important;
  font-family: 'Bold';
  line-height: .35; }

.inn_src2_case {
  background: url("../image/inn_src2_bg.png") no-repeat center top, #fefefe;
  position: relative; }
  .inn_src2_case > div {
    width: 1410px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative; }

.inn_src2_box {
  margin-top: 40px;
  position: relative;
  height: 650px; }
  .inn_src2_box svg {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .5s ease; }
  .inn_src2_box .inn_step {
    position: absolute; }
    .inn_src2_box .inn_step:hover .inn_title {
      font-size: .2rem;
      font-weight: 700;
      color: #df2d32; }
      .inn_src2_box .inn_step:hover .inn_title::before {
        width: calc(100% + 1.5rem);
        border-bottom: 1px #cde2f1 solid;
        top: 100%; }
      .inn_src2_box .inn_step:hover .inn_title::after {
        width: .55rem;
        height: .55rem;
        color: white;
        font-family: 'Bold';
        background-color: #df2d32;
        top: 100%; }
      .inn_src2_box .inn_step:hover .inn_title > span {
        border-bottom: 1px #cde2f1 solid;
        top: 100%; }
    .inn_src2_box .inn_step:hover svg {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      filter: gray;
      transform: scale(1.1); }
    .inn_src2_box .inn_step:hover .inn_into {
      display: block; }
    .inn_src2_box .inn_step:hover .inn_ste_text {
      transform: translateY(-30px); }

.inn_step1:hover .inn_ste_text .inn_title::before, .inn_step5:hover .inn_ste_text .inn_title::before, .inn_step6:hover .inn_ste_text .inn_title::before {
  left: -1rem; }

.inn_step1:hover .inn_ste_text .inn_title::after, .inn_step5:hover .inn_ste_text .inn_title::after, .inn_step6:hover .inn_ste_text .inn_title::after {
  left: calc(100% + .35rem); }

.inn_step2:hover .inn_ste_text .inn_title::before, .inn_step3:hover .inn_ste_text .inn_title::before, .inn_step4:hover .inn_ste_text .inn_title::before, .inn_step7:hover .inn_ste_text .inn_title::before {
  right: -1rem; }

.inn_step2:hover .inn_ste_text .inn_title::after, .inn_step3:hover .inn_ste_text .inn_title::after, .inn_step4:hover .inn_ste_text .inn_title::after, .inn_step7:hover .inn_ste_text .inn_title::after {
  right: calc(100% + .35rem); }

.inn_step {
  transition: all .5s ease;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none; }
  .inn_step:hover {
    z-index: 1; }

.inn_step1 {
  top: 60px;
  left: 725px; }
  .inn_step1:hover {
    transform: translate(9px, -11px); }
  .inn_step1 .inn_ste_text {
    top: -10%;
    left: 166%; }
    .inn_step1 .inn_ste_text .inn_title::before {
      left: -1rem; }
    .inn_step1 .inn_ste_text .inn_title::after {
      left: -.35rem; }

.inn_step2 {
  top: 60px;
  left: 539px; }
  .inn_step2:hover {
    transform: translate(-10px, -13px); }
  .inn_step2 .inn_ste_text {
    top: -38%;
    right: 129%;
    text-align: right;
  }
.inn_step2 .inn_ste_text .inn_title{
  text-align: right;
}

.inn_step2 .inn_ste_text .inn_title::before {
      right: -1rem; }
    .inn_step2 .inn_ste_text .inn_title::after {
      right: -.35rem; }

.inn_step3 {
  top: 114px;
  left: 490px; }
  .inn_step3:hover {
    transform: translate(-11px, -1px); }
  .inn_step3 .inn_ste_text {
    top: 29%;
    right: 143%;
    text-align: right;
  }
.inn_step3 .inn_ste_text .inn_title{
  text-align: right;
}

.inn_step3 .inn_ste_text .inn_title::before {
      right: -1rem; }
    .inn_step3 .inn_ste_text .inn_title::after {
      right: -.35rem; }

.inn_step4 {
  top: 248px;
  left: 551px; }
  .inn_step4:hover {
    transform: translate(-15px, 16px); }
  .inn_step4 .inn_ste_text {
    top: 62%;
    right: 136%;
    text-align: right;
  }
.inn_step4 .inn_ste_text .inn_title{
  text-align: right;
}

.inn_step4 .inn_ste_text .inn_title::before {
      right: -1rem; }
    .inn_step4 .inn_ste_text .inn_title::after {
      right: -.35rem; }

.inn_step5 {
  top: 277px;
  left: 757px; }
  .inn_step5:hover {
    transform: translate(11px, -7px); }
  .inn_step5 .inn_ste_text {
    top: 13%;
    left: 150%; }
    .inn_step5 .inn_ste_text .inn_title::before {
      left: -1rem; }
    .inn_step5 .inn_ste_text .inn_title::after {
      left: -.35rem; }

.inn_step6 {
  top: 448px;
  left: 644px; }
  .inn_step6:hover {
    transform: translate(6px, 10px); }
  .inn_step6 .inn_ste_text {
    top: 80%;
    left: 114%; }
    .inn_step6 .inn_ste_text .inn_title::before {
      left: -1rem; }
    .inn_step6 .inn_ste_text .inn_title::after {
      left: -.35rem; }

.inn_step7 {
  top: 414px;
  left: 460px; }
  .inn_step7:hover {
    transform: translate(-14px, 10px); }
  .inn_step7 .inn_ste_text {
    top: 87%;
    right: 126%;
    text-align: right;
  }
.inn_step7 .inn_ste_text .inn_title{
    text-align: right;
  }
    .inn_step7 .inn_ste_text .inn_title::before {
      right: -1rem; }
    .inn_step7 .inn_ste_text .inn_title::after {
      right: -.35rem; }

.inn_ste_text {
  position: absolute;
  text-align: left;
  width: 340px; }

.inn_title {
  font-size: .16rem;
  color: #666666;
  line-height: .35rem;
  padding: .2rem 0;
  transition: all .5s ease;
  position: relative; }
  .inn_title::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: .65rem;
    border-bottom: 1px #d2d2d2 dashed;
    transition: all .5s ease; }
  .inn_title::after {
    content: attr(data-num);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: .3rem;
    text-align: center;
    background-color: #d2d2d2;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    line-height: .55rem;
    transition: all .5s ease;
    color: rgba(255, 255, 255, 0); }
  .inn_title > span {
    height: 1px;
    border-bottom: 1px #d2d2d2 dashed;
    display: block;
    position: absolute;
    top: 50%;
    transition: all .5s ease; }

.inn_step1 .inn_title > span {
  width: 1rem;
  transform: rotate(-215deg); }

.inn_step2 .inn_title > span {
  width: .5rem;
  transform: rotate(-129deg); }

.inn_step3 .inn_title > span {
  width: .3rem;
  transform: rotate(-180deg); }

.inn_step3 .inn_title > span {
  width: .3rem;
  transform: rotate(-180deg); }

.inn_step4 .inn_title > span {
  width: .6rem;
  transform: rotate(135deg); }

.inn_step5 .inn_title > span {
  width: .3rem;
  transform: rotate(135deg); }

.inn_step6 .inn_title > span {
  width: .7rem;
  transform: rotate(-135deg); }

.inn_step7 .inn_title > span {
  width: .9rem;
  transform: rotate(135deg); }

.inn_step1 .inn_title > span, .inn_step5 .inn_title > span, .inn_step6 .inn_title > span {
  left: -1rem;
  transform-origin: 0 100%; }

.inn_step2 .inn_title > span, .inn_step3 .inn_title > span, .inn_step4 .inn_title > span, .inn_step7 .inn_title > span {
  right: -1rem;
  transform-origin: 100% 0; }

.inn_into {
  display: none;
  color: #df2d32;
  font-size: .12rem;
  line-height: 1.7857;
  margin-top: .15rem; }

.inn_src2_box_m {
  display: none; }

#consult_spa,.consult_spa{
  font-size: .13rem;
  color: #ff0000;
  text-align: right;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: calc(100% + .1rem);
  display: block;
  width: 90%;
}
 #login_form #consult_spa{
  position: relative;
  top: 0;
  left: 0;
  margin-top: .1rem;
  width: 100%;
 }
.lnv_form_box .lnv_form #consult_spa{
  right: 3.9%;
  top: auto;
  bottom: .1rem;
}
.form_hint{
  font-size: .13rem;
  color: #ff0000;
  text-align: right;
  line-height: 1.2;
  right: 0;
  margin-top: .05rem;
  float: right;}
/*搜索结果页*/
.sea_hint_box{
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: .26rem;
  background-color: #f7f7f7;
  position: relative;
}

.sea_pro_img{
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}
.sea_pro_title{
  padding-left: .5rem;
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;

}
.sea_pro_name{
  font-size: .18rem;
  color: #1b1b1b;
  line-height: .28rem;
  transition: color .5s ease;
}
.sea_pro_xh{
  font-size: .16rem;
  color: #a0a0a0;
  font-family: 'Book';
  transition: color .5s ease;
}
.new_list_box > a:hover .sea_pro_name{
  color: #fff;
}
.new_list_box > a:hover .sea_pro_xh{
  color: #fff;
}
.sea_tba{
  padding: .6rem 13.28125% 0;
  font-size: 0;
  border-bottom: 1px solid #e5e5e5;
}
.sea_tba span{
  display: inline-block;
  vertical-align: middle;
  font-size: .18rem;
  color: #474747;
  margin-right: .4rem;
  line-height: 1.8;
}
.sea_tba span a{
  cursor: pointer;
  pointer-events: auto;
}
.sea_tba span.on{
  font-size: .24rem;
}
.sea_tba span.on a{
  color: #036eb8;
  cursor: auto;
  pointer-events: none;
}
.sea_con > div{
  display: none;
}
.sea_con > div:first-child{
  display: block;
}
.sea_pro_case{
  padding: .2rem 0;
  width: 73.4375%;
  margin: 0 auto;
  font-size: 0;
}
.sea_pro_case > a{
  display: inline-block;
  vertical-align: top;
  width: calc((100% - .8rem) / 3 - 1px);
  margin-right: .4rem;
  padding: .2rem 0;
  transition: margin-top .5s ease;
}
.sea_pro_case > a:nth-child(3n){
  margin-right: 0;
}
.sea_pro_case > a:hover{
  margin-top: -10px;
}
.sea_pro_case > a:hover .sea_pro_name{
 color: #036eb8;
}
.sea_pro_con .sea_img_box{
  background-color: #f4f4f4;
  height: 158px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: .15rem;
  transition: all .5s ease;
}
.sea_pro_case > a:hover .sea_img_box{
  box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.sea_pro_con .sea_img_box img{
  max-width: 100%;
  max-height: 138px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sea_pro_con .sea_pro_title{
  display: block;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 1601px) {
  .hon_tab_nav_box {
    padding-left: 6%; }
}
.btn_cha{
  display: none;
}
.search_box .btn_cha button{
  border: none;
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 22px;


}
.search_box.on .btn_cha{
  display: block;
}
.search_box.on .btn_case{
  display: none;
}
.bra_img_case_m,.bra_img_case_c_m{
    display: none;
}

.uix-controls__select-trigger,.uix-controls__select__option{
    cursor: pointer;
}
.mapSha{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}
#xzMap{
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;

}
#xzMap> div{
    height: .4rem;
    line-height: .4rem;
    cursor: pointer;
    color: #444444;
    text-align: center;
    font-size: .16rem;
    border-bottom: 1px solid #ccc;
}
#xzMap> div:last-child{
    border-bottom: none;
}

.new_det_title_con p video{
    width: 100%;
    display: block;
}
.vid_height{
  opacity: 0;
  width: 100%;
  background-color: #000;
  /*display: none;*/
}
.shade_bg{
  background-color: rgba(0,0,0,.6);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
}
.shade_close{
  position: absolute;
  font-size: .3rem;
  cursor: pointer;
  right: -.5rem;
  top: -.5rem;
  color: #fff;
  transform: rotate(45deg);
}
.shade_con{
  z-index: 31;
  position: fixed;
  background-color: #fff;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius:  .1rem;
  padding: .2rem .3rem .6rem .3rem;
  display: none;
}
.shade_title{
  color: #414141;
  font-size: .26rem;
  line-height: 2;
  margin-bottom: .2rem;
}
.shade_btn{
  text-align: right;
  font-size: 0;
}
.shade_btn a{
  padding: .2rem .3rem;
  line-height: 1;
  color: #fff;
  background-color: #1b1b1b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: .16rem;
}
.shade_con .form_line_box_2{
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
}
.shade_con .form_class_tanchuang .form_line_box_2:nth-child(2n){
  margin-right: 0;
}
.shade_con .consult_spa {
  right: .3rem;
}
.shade_con .form_class_tanchuang{
  position: relative;
  font-size: 0;
}
.pro_more.btn_down{
  display: none;
}
.pro_con_box.pro_xq{
  background-color: #046eb6;
}
.pro_banner_box .pro_more{
  display: none;
}
.nav_box_case .search_box{
  display: none;
}
.pro_con_case a{
  cursor: pointer;
}
.pub_pro_img_box img{
  visibility: hidden;
}
.sec_nav_box{
  position: relative;
}
.nav_img_box{
  background-color: #0d0d0d;
  transition: all .5s ease;
  text-align: center;
  position: absolute;
  top: 79px;
  left: calc( 50% + 20px);
  transform: translateX(-50%);
  width: 100vw;
  opacity: 0;
  pointer-events: none;

}
.nav_img_box.on{
  opacity: 1;
  pointer-events: all;
}
.sec_nav_box > a.onI{
  color: #fff;
}
.nav_img_case{
  font-size: 0;
  transform: translateX(-20px);
}
.nav_img_case > a{
  display: inline-block;
  vertical-align: middle;
  padding-top: .4rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  opacity: 0.35;
  transition: all .5s ease;
}
.nav_img_case > a.on{
  opacity: 1;
  transform: scale(1.15);
}
.nav_img_case > a img{
  width: 1.1rem;
  display: block;
}
.abo_img_name{
  color: #fff;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%,50%);
  font-size: .26rem;
  font-weight: 700;
  line-height: 1;
  transition: all .5s ease;
  width: 100%;
  text-align: center;
}
.abo_img_name span{
  position: relative;

}
.abo_img_name span::after,.abo_img_name span::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  width: 0;
  background-color: #fff;
  transition: all .5s ease;
}
.abo_img_name span::before{
  margin-right: 3px;
}
.abo_img_name span::after{
  margin-left: 3px;
}
.abo_wh_case{
  margin-top: .35rem;
}
.abo_wh_box{
  float: left;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  transition: all .5s ease;
}
.abo_wh_box1{
    width: calc((100% - 40px) / 3);
}
.abo_wh_box2{
  width: calc((100% - 20px) / 2);
  margin-top: 20px;
}
.abo_wh_box img{
  display: block;
  width: 100%;
}
.abo_wh_case > div:nth-child(3),.abo_wh_case > div:nth-child(5){
  margin-right: 0;
}
.abo_wh_sha{
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  transition: all .5s ease;
}
.abo_info_box{
  background-color: #fff;
  padding: .3rem 10px .23rem 10px;
  font-size: .14rem;
  line-height: 1.8;
  color: #b1b1b1;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all .5s ease;
  transform: translateY(100%);
}
.abo_img_tex_box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: .6rem;
  color: #fff;
}
.abo_img_tex_box span{
  display: block;
  transition: all .5s ease;
}
.abo_img_tex{
  font-size: .32rem;
  font-weight: 700;
  position: relative;
  text-shadow: 0px 4px 15px rgba(51, 51, 51, 0.35);
}
.abo_img_tex::after{
  content: '';
  display: block;
  height: 1px;
  width: 1em;
  background-color: #fff;
  left: 50%;
  bottom: 0;
  margin-left: -0.5em;
  position: absolute;
  transition: all .5s ease;
}
.abo_img_tex_en{
  font-size: .22rem;
  font-weight: 700;
}
.abo_wh_top > div{
  padding-top: 0;

}
@media all and (min-width: 768px){

  .abo_wh_box:hover{
    box-shadow: 0 36px 70px -5px rgba(31,33,40,.32);
  }
  .abo_wh_box:hover .abo_wh_sha{
    opacity: 0;
  }
  .abo_wh_box:hover .abo_img_tex_en{
    opacity: 0;
  }
  .abo_wh_box:hover .abo_img_tex{
    transform: translateY(-50%);
  }
  .abo_wh_box:hover .abo_img_tex::after{
    opacity: 0;
  }
  .abo_wh_box:hover .abo_info_box{
    transform: translateY(0);
  }
  .com_run_box:hover{
    background-color: #fff !important;
    box-shadow: 14px 22px 50px -5px rgba(59,59,59,.15);
    top: -15px !important;
  }
  .com_run_box:hover .abo_icon_name{
    color: #df2d32;
  }
  .btn_go_bottom:hover{
    transform: scale(1.2);
  }
  .pro_con_case  a:hover {
    opacity: 1 !important;
  }
  .pro_con_case  a:hover > img {
    transform: scale(1.2); }
  .pro_con_case  a:hover .pro_con_name {
    font-size: .27rem;
    font-weight: 700;
    color: #df2d32;
  }
  .pro_con_case  a:hover .pro_con_name i {
    font-size: .34rem; }
  .pro_con_case  a:hover .btn_more_sty {
    opacity: 1; }

}
.com_run_box svg * {
  fill: none;
  stroke: currentColor;
}
.com_run_box svg{
  width: .55rem;
  margin: 0 auto;
}
.com_run_box path,.com_run_box line,.com_run_box ellipse{
  stroke-width:6;
}
.com_con_case  >.com_src1_right_box{
  margin-top: .55rem;
}
.bra_hint_box{
  background-color: #1b1b1b;
  overflow: hidden;
  position: relative;
}
.bra_hint_box_en{
  line-height: 0.75;
  font-size: 2rem;
  color: rgba(255,255,255,.02);
  text-transform: uppercase;
  text-align: center;
  transform: translateY(-66%);
  font-weight: 700;
}
.ind_banner_box .swiper-slide > a{
  display: block;
}
.abo_wh_top_m{
  display: none;
}
.tab_title_cn br{
  display: none;
}
.btn_go_bottom{
  position: fixed;
  width: 80px;
  right: 3%;
  bottom: 5%;
  cursor: pointer;
  z-index: 11;
  transition: all .5s ease;
}
.btn_go_bottom img{
  display: block;
  width: 100%;
}
.pro_banner_box .swiper-pagination{
  display: none;
}
.lnv_banner_img_box{
    background-color: #f7f7f7;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    font-size: 0;
    position: relative;
    margin: 0 auto;
}
.lnv_banner_img_box > img{
    display: block;
    max-width: 80%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    transition: all 2s ease;
}
.lnv_banner_box .swiper-slide.active .lnv_banner_img_box > img{
    transform: translate(-50%,-50%) scale(1);
}
.bra_body .ind_ban_hint_box{
  cursor: pointer;
}
.abo_com_info_box .com_src1_left_box{
  width: 50%;
  float: left;
  text-align: justify;
  padding-right: 20px;
}
.abo_com_info_box .com_src1_right_box{
  width: 50%;
  float: right;
  text-align: justify;
  padding-left: 20px;

}
/*视频弹窗*/
.sha_vid_box{
  display: none;
  background-color: rgba(0,0,0,.8);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1111;
}
.sha_vid_box video{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.btn_video_close{
  font-size: .4rem;
  text-align: center;
  color: #fff;
  width: .6rem;
  height: .6rem;
  line-height: .6rem;
  transform: rotate(45deg);
  background-color: rgba(0,0,0,.5);
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media all and (max-width: 1600px) {
  .det_pro_referral {
    margin-top: .6rem;
    margin-bottom: 1rem; }
  .src6_box .det_text_box {
    margin-top: -.5rem; }
  .bra_src2_right {
    margin-top: .8rem; }
  .bra_src3_ad {
    font-size: .2rem; }
  .bra_img_case > div {
    height: 5rem; }
    .bra_img_case > div:hover {
      height: 5.4rem; }
  .str_left_box p {
    top: 30px; }
  .str_scr2_title {
    font-size: .18rem; }
  .com_img_case > div:hover {
    height: 5.2rem; }
  .new_hot_text_box {
    padding-right: 8.333%; }
  .inn_con_box .com_src1_left_box {
    padding-left: 0; }
  .inn_con_bg {
    font-size: 1.3rem; }
  .shade_con .form_line_box{
    margin-bottom: .15rem;
  }
  .shade_title {
    font-size: .18rem;
    margin-bottom: .15rem;
  }

  .shade_con .form_line_box input, .shade_con .form_line_box textarea, .shade_con .form_line_box .file_src {
    padding: .15rem;
  }

}

@media all and (max-width: 1440px) {
  .inn_src2_case > div {
    left: 50%;
    transform: translateX(-50%); }
  .sec_nav_box > a{
    font-size: .14rem;
  }
  .inn_ste_text {
    width: 290px;
  }
  .shade_con {
    padding: .2rem .3rem .4rem .3rem;
  }
  .hon_con_box {
    padding-left: 12%;
  }
  .hon_name_box {
    width: 45%;
    right: -10%;
  }
  .hon_name_box .active-nav .hon_name_text {
    font-size: .16rem;
  }
}

@media all and (max-width: 1366px) {
  .pro_name_en {
    font-size: .25rem; }
  .pro_name_cn {
    font-size: .3rem; }
  .vid_box_case .vid_tex_case .vid_tex_en {
    font-size: .16rem; }
  .vid_box_case .vid_tex_case .vid_tex_cn {
    font-size: .3rem; }
  .tab_info {
    margin-top: .25rem;
    margin-bottom: .35rem; }
  .tab_title {
    font-size: .28rem; }
  .model_bg {
    font-size: 1.5rem;
    line-height: .9; }
  .pro_con_list_box .pro_con_list {
    padding: .3rem 62px .35rem 50%; }
  .pro_con_img {
    width: 35%;
    left: 8%; }
  .pro_con_title {
    margin-right: 10%; }
  .pro_con_list_right, .pro_hot_reco_box {
    height: 680px; }
  .pro_con_title, .pro_model {
    font-size: .2rem; }
  .src6_box .det_text_box {
    margin-top: -.7rem; }
  .det_pro_referral {
    margin-top: .3rem;
    margin-bottom: .5rem; }
  .ser_cen_box > div {
    width: 33.33%;
    padding-right: 2.5%;
    padding-left: 2.5%; }
  .ser_cen_box > div:nth-child(2) {
    margin: 0; }
  .ser_step_box > div {
    margin: 0 2%;
    width: 24.5%; }
  .gui_con .ser_cen_box > div::after {
    width: calc(100% - 1.1rem - .6rem); }
  .gui_condition, .gui_time {
    font-size: .16rem; }
  .pub_banner_en {
    font-size: .6rem; }
  .pro_det2 .pub_banner_en > span {
    font-size: .4rem; }
  .pub_banner_info {
    font-size: .24rem; }
  .bar_info br {
    display: none; }
  .bra_src2_left > div {
    margin-bottom: 0; }
  .bra_str_con {
    font-size: .13rem; }
  .bra_src2_right {
    margin-top: 1.2rem; }
  .bra_src3_ad {
    font-size: .18rem;
    color: #121212; }
  .bra_cn {
    line-height: 2.5; }
  .bra_img_case > div {
    height: 4.4rem; }
    .bra_img_case > div:hover {
      height: 4.8rem; }
  .str_num {
    font-size: .32rem; }
  .str_num_name {
    font-size: .14rem; }
  .str_left_box p {
    top: 0; }
  .str_right_box {
    margin-top: 30px; }
  .str_scr2_title {
    font-size: .17rem; }
  .str_src2_box .str_src2_sty > div {
    top: .18rem;
    min-width: 330%;
  }
  .ser_src3_box > a > div {
    font-size: .2rem; }
    .ser_src3_box > a > div br {
      display: none; }
  .str_apt_box > div.on {
    font-size: .18rem; }
  .str_apt_box > div {
    font-size: .16rem; }
  .com_img_case > div:hover {
    height: 4.6rem; }
  .new_hot_text_box {
    padding-top: 3%; }
  .hon_name_text {
    font-size: .14rem; }
  .hon_name_box .active-nav .hon_name_text {
    font-size: .15rem;
    box-shadow: 0 0 20px rgba(29, 56, 75, 0.17); }
  .hon_name_box .swiper-container {
    padding-left: 10px;
    padding-right: 10px; }
  .hon_name_box .swiper-container {
    height: 300px; }
  .inn_con_box .com_con_case  .com_src1_right_box {
    margin-top: 0;
  }
  .inn_con_bg {
    font-size: 1rem; }
  .com_con_case .com_resource_box {
    margin-top: .2rem; }
  .inn_src2_box .inn_step:hover .inn_title {
    font-size: .17rem;
    font-weight: 700;
    color: #df2d32; }
  .inn_ste_text {
    font-size: .17rem; }
  .inn_ste_text {
    width: 250px; }
  .inn_src2_box .inn_step:hover .inn_title::before {
    width: calc(100% + 1.3rem); }
  .inn_step2:hover .inn_ste_text .inn_title::after, .inn_step3:hover .inn_ste_text .inn_title::after, .inn_step4:hover .inn_ste_text .inn_title::after, .inn_step7:hover .inn_ste_text .inn_title::after {
    right: calc(100% + .2rem); }
  .inn_src2_box .inn_step:hover .inn_title::after {
    width: 0.4rem;
    height: 0.4rem; }
  .inn_title::after {
    font-size: .22rem;
    height: 8px;
    width: 8px;
    line-height: .4rem; }
  .shade_close {
    right: -.3rem;
    top: -.3rem;
  }
  .sec_nav_box > a{
    padding: 0 .3rem;
  }
  .nav_img_case > a{
    padding-left: .2rem;
    padding-right: .2rem;
  }
}

@media all and (max-width: 1280px) {
  .bra_str_con {
    font-size: .12rem; }
}

@media all and (max-width: 1024px) {
  .sha_m {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.74); }
  .on.btn_nav .icon_box {
    background-image: url("../image/nav_icon_g.png");
    transform: rotate(360deg); }
  .logo_box {
    position: relative; }
  .nav-box {
    position: initial; }
  .nav_box_case a {
    color: #fff; }
  .btn_nav {
    position: relative;
    z-index: 3; }
  .btn_nav > span:last-child {
    display: none; }
  .nav_box_case {
    width: 57.33vw;
    height: 100vh;
    background-color: #111111;
    top: 0;
    left: 100%;
    padding-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
    transition: all .5s ease;
    z-index: 2; }
  .on.btn_nav + .nav_box_case {
    transform: translateX(-100%); }
  .banner_box .banner_pc {
    display: none; }
  .banner_box .banner_m {
    display: block; }
  .tab_info {
    height: 84px;
    -webkit-line-clamp: 3;
    margin-top: 0;
    margin-bottom: .25rem; }
  .nav_box_case ul ul a i {
    color: #111111; }
  .nav_box_case ul ul a {
    color: rgba(255, 255, 255, 0.5); }
  .nav_box_case > ul > li > a {
    display: block;
    position: relative;
    line-height: 4;
    font-size: .2rem;
  }
  .nav_box_case ul ul li a {
    display: block;
    font-size: .17rem;
    padding-top: .15rem;
    padding-bottom: .15rem;
  }
  .nav_box_case > ul > li > a > i {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff; }
  .nav_box_case > ul > li > a > .on {
    display: none; }
  .nav_box_case > ul > li > a.on > .on {
    display: block; }
  .nav_box_case > ul > li > a.on > i {
    display: none; }
  .ind_body .header_box {
    top: 0;
    background-color: #1b1b1b; }
  .sec_nav_box {
    display: none; }
  .pro_con_case > a {
    width: 50%; }
  .pro_hot_reco_box {
    width: 100%;
    float: none;
    height: auto; }
    .pro_hot_reco_box > img {
      width: 100%;
      height: auto;
      display: block; }
    .pro_hot_reco_box > div {
      left: 8.333%; }
  .pro_con_list_right {
    width: 100%; }
  .pro_con_list_box .pro_con_list {
    padding: .6rem 62px .7rem 50%;
    margin-bottom: 1.2rem; }
  .det_pro_referral {
    width: 100%; }
  .w_1410 > div {
    padding-left: 15px;
    padding-right: 15px; }
  .sha_sty {
    width: 50%;
    left: 25%; }
  .pub_banner_m, .pro_img_m {
    display: block !important; }
  .pub_banner_pc, .pro_img_pc {
    display: none !important; }
  .det_imgs2_box > div:first-child {
    padding-left: 0; }
  .det_imgs2_box > div:last-child {
    padding-right: 0; }
  .bra_src3_right .bra_src3_sty {
    left: -.3rem; }
  .bra_src3_right .bra_src3_con {
    padding-left: 11%; }
  .str_right_box {
    margin-top: 50px; }
  .str_src2_box .str_src2_sty > div {
    min-width: 300%; }
  .str_aptitude_case {
    padding: 0; }
  .str_apt_right {
    margin-top: .5rem; }
  .new_hot_img_box {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
  }
  .new_hot_text_box {
    width: 100%;
    padding: 30px; }
  .sha_case .sha_tra {
    left: 20%; }
  .swip_tab2 .pro_con_box > div {
    width: 100%; }
  .inn_con_box .com_con_case > .com_src1_left_box {
    margin-top: .3rem; }
  .inn_src2_box_pc {
    transform: scale(0.8) translateY(-10%);
    height: 580px; }
  .pub_pro_img_box .pub_pro_img_m{
    display: block;
  }
  .pub_pro_img_box .pub_pro_img_pc{
    /*display: none;*/
  }
    .pro_con_case > a {
        opacity: 1 !important;
        margin-top: .6rem;
    }

    .pro_con_case > a > img {
        transform: scale(1.2);
    }
    .pro_con_case > a .pro_con_name {
        font-weight: 700;
    }
    .pro_con_case > a .btn_more_sty {
        opacity: 1;
    }
    .swiper_scroll .pro_con_case{
        margin-top: 0;
    }
    .pro_more{
        display: none;
    }
  .inn_src2_box_m .inn_step{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
  }
  .ind_body .banner_text_box{
    display: none;
  }
  .ind_banner_box .swiper-container-horizontal > .swiper-pagination-bullets, .ind_banner_box .swiper-pagination-custom, .ind_banner_box .swiper-pagination-fraction{
    text-align: center;
    left: 0;
    width: 100%;
    bottom: 80px;
  }
  .ind_banner_box .swiper-pagination > span{
    font-weight: 700;
    font-size: .2rem;
    width: 15%;
  }
  .ind_ban_hint_name{
    display: none;
  }
  .ind_banner_box .swiper-button-next, .ind_banner_box .swiper-button-prev{
    display: none;
  }
    .mapSha{
        cursor: pointer;
    }
  .ser_src3_box > a{
    min-height: 220px;
  }
  .vid_box_case .vid_box .vid_face{
    width: 100%;
    height: auto;
    display: block;
      z-index:1;
  }
  .vid_box_case video{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%,-50%);
  }
  .vid_height{
    display: block;
  }
  .vid_tex_en,.vid_tex_cn{
    display: none;
  }
  .vid_box_case .vid_tex_case{
    top: 50%;
    transform: translateY(-50%);
  }
  .vid_box_case{
    background-color: #000;
  }
    .ind_pro_box .pro_img_box{
        display: none;
    }
  .shade_con {
    width: 80%;
  }
  .shade_bg{
    cursor: pointer;
  }
  .cat_con_case,.pro_con_case a{
    padding-left: 10px;
    padding-right: 10px;
  }
  .cat_btn_box{
    width: 100%;
    opacity: 1;
    transform: translate(-50%,0);
    position: relative;
    bottom: 0;
  }
  .cat_img_box{
    margin-top: .3rem;
    width: 80%;
  }
  .cat_name_xh{
    margin-top: .3rem;
  }
  .cat_name{
    margin-bottom: .15rem;
  }
  .cat_btn_box a{
    height: auto;
  }
  .pro_con_case a .btn_more_sty {
    opacity: 1;
  }
  .cat_list_box{
    padding-bottom: 1rem;
  }
  .pro_con_case a > img{
    width: 80%;
  }
  .abo_img_name{
    font-size: .18rem;
    padding: 0 10px;
  }
  .com_img_case > div:hover .bra_img_box .abo_img_name {
    font-size: .22rem;
  }
  .abo_img_tex_box{
    line-height: .3rem;
  }
  .abo_img_tex{
    font-size: .22rem;
  }
  .abo_img_tex_en{
    font-size: .18rem;
  }
  .abo_info_box{
    padding-top: .1rem;
    padding-bottom: .08rem;
  }


  .com_con_case .com_resource_box > div:nth-child(1) ,
  .com_con_case .com_resource_box > div:nth-child(2) ,
  .com_con_case .com_resource_box > div:nth-child(3) ,
  .com_con_case .com_resource_box > div:nth-child(4) {
    width: calc((100% - 30px) / 4);
  }
  .com_con_case .com_resource_box > div:nth-child(4){
    margin-right: 0;
  }
  .com_con_case .com_resource_box > div:nth-child(5) ,
  .com_con_case .com_resource_box > div:nth-child(6) ,
  .com_con_case .com_resource_box > div:nth-child(7) {
    width: calc((100% - 20px) / 3);
    margin-top: 10px;
  }
  .nav_box_case{
    text-align: left;
  }
  .bra_hint_box{
    display: none;
  }
    .lnv_banner_img_box{
        height: 30vh;
    }
    .lnv_banner_img_box > img{
        max-width: 100%;
    }
}

@media all and (max-width: 768px) {
  body {
    padding-top: 60px; }
  .vision_box {
    width: 100%;
    padding: 0 15px; }
  .header_box, .ind_body .header_box {
    height: 60px; }
  .banner_text_box {
    width: 100%;
    padding-right: 10px; }
  /*.ind_banner_box .swiper-container-horizontal > .swiper-pagination-bullets, .ind_banner_box .swiper-pagination-custom, .ind_banner_box .swiper-pagination-fraction {*/
    /*left: 11.875%; }*/
  .icon_box, .pub_language, .search_box {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px; }
  .icon_box {
    margin-top: 0; }
  .nav-box {
    margin-top: 15px; }
  .search_box .btn_search {
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .search_box .text_search_box input {
    height: 30px;
    line-height: 30px; }
  .logo_box {
    margin-top: 18px;
    height: 21px; }


  footer .foot_case {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0; }
  footer .foot_nav_box_case {
    padding-top: .5rem;
    padding-bottom: .25rem; }
  footer .foot_nav_box_case > ul > li {
    padding-left: 0;
    text-align: center; }
  .ind_pro_box {
    padding-bottom:205.8%;
    pointer-events: none; }
    .ind_pro_box > div {
      width: 100%;
      position: absolute;
      left: 0;
      height: 33.33%;
      padding: 0; }
    .ind_pro_box .pro_con1 {
      top: 0; }
    .ind_pro_box .pro_con2 {
      top: 33.33%;
      left: 0; }
    .ind_pro_box .pro_con3 {
      top: 66.66%;
      right: auto;
      left: 0; }
    .ind_pro_box .pro_img_box {
      width: auto;
      transform: translateX(0);
      right: 15px;
      bottom: 10%;
      height: 70%;
    }
    .ind_pro_box .pro_txt1 {
      text-align: left;
      margin-top: .3rem;
      position: relative;
      z-index: 3;
      padding-left: 15px;
    }
      .ind_pro_box .pro_txt1 .pro_more_box {
        display: none; }
    .ind_pro_box .pro_txt2 {
      width: 100%;
      opacity: 1;
      position: relative;
      top: 0; }
      .ind_pro_box .pro_txt2 .pro_bot_reason, .ind_pro_box .pro_txt2 .pro_bot_name_cn, .ind_pro_box .pro_txt2 .pro_con_info {
        display: none; }
      .ind_pro_box .pro_txt2 .pro_btn_box {
        display: block;
        text-align: left;
        pointer-events: auto;
        padding-left: 15px;
      }
  .tab_m {
    display: block; }
  .tab_pc {
    display: none; }
  .tab_nav_box > div i {
    right: -100px; }
  .tab_nav_box > div > span {
    padding-left: 0;
    text-align: center; }
  .tab_con > div {
    width: 100%; }
  .tab_img_box {
    float: none; }
  .tba_tex_con {
    transform: translateY(0);
    float: none;
    position: relative;
    padding: .2rem 30px;
    top: 0;
    text-align: center; }
  .tab_info {
    height: auto;
    overflow: visible;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    padding-right: 0;
    text-align: center;
  }
  .new_bot_btn{
    border-radius: 30px;
    padding: .1rem .25rem;
    line-height: 1.5;
  }

  .tab_more {
    display: inline-block;
    border-radius: 30px;
    background-color: #df2d32;
    padding: .1rem .25rem;
    color: #fff; }
    .tab_more > span {
      display: none; }
  .vid_box_case .vid_tex_case {
    text-align: center;
    width: 100%;
    left: 0;
      z-index:2;
  }
  .vid_box_case .vid_tex_case .vid_tex_en::after {
    display: none; }
  .vid_box_case .btn_vid {
    margin: auto; }
  .pro_banner_box .banner_text_box {
    padding-left: 30px; }
  .pro_tex_title {
    font-size: .3rem; }
  .pro_tex_hin {
    font-size: .18rem; }
  .pro_tex_info {
    font-size: .14rem;
    width: 60%; }
  .pro_con_box > div {
    width: 100%;
    padding: .6rem 30px; }
  .pro_con_case {
    margin-top: .6rem; }
  .pub_title {
    font-size: .3rem; }
  .pub_banner_en {
    font-size: .36rem;
    margin-bottom: .3rem; }
  .pub_banner_info {
    font-size: .16rem;
    width: 40vw; }
  .src1_box .det_text_box {
    width: 100%;
    padding: .6rem 15px 0 15px; }
  .det_pro_img {
    float: none;
    margin: auto; }
  .src6_box .det_text_box {
    float: none;
    margin-top: .3rem;
    width: 100%; }
  .pub_banner_title_en {
    margin-bottom: .1rem;
    font-size: .16rem; }
  .pub_banner_title_cn {
    font-size: .24rem; }
  .pro_more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: .24rem; }
  .det_imgs2_box {
    padding: 0; }
  .det_imgs2_box > div {
    padding: 0 5%; }
  .det_text2_box {
    margin: 0; }
  .det_text2_box > div > div > span:first-child {
    width: 33%;
    padding-left: 10px; }
  .det_text2_box > div > div > span:nth-child(2) {
    width: 67%;
    padding-left: 10px; }
  .pro_det3_body .det_imgs_box {
    padding: 0; }
  .pro_det_merit_box > div {
    margin-bottom: .15rem;
    margin-right: .15rem;
    width: calc((100% - .15rem)/ 2);
    height: 1.75rem;
    padding: .6rem 3.25% 0;
    padding-top: .4rem;
    padding-left: calc(3.25% + 50px); }
  .mer_num {
    height: .4rem;
    width: .4rem;
    line-height: .4rem;
    font-size: .18rem; }
  .map_box,.con_con_box .tab_con_box {
    height: 3.8rem;
  }
  .bra_src2_left {
    float: none;
    width: 100%; }
  .bra_src2_right {
    width: 100%;
    float: none;
    margin-top: .2rem; }
  .bra_str_con {
    font-size: .14rem; }
  .bra_src3_right .bra_src3_con {
    margin-top: 17%; }
  .bra_img_case > div {
    height: 3.4rem; }
    .bra_img_case > div:hover {
      height: 3.8rem; }
  .dev_tex_box > div {
    padding-left: 30%; }
  .str_num_name {
    font-size: .12rem; }
  .ser_src3_box > a > div {
    font-size: .18rem; }
  .com_img_case > div:hover {
    height: 3.6rem; }
  .malT_-100 {
    margin-top: -0.5rem !important; }
  .new_list_box {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px; }
  .new_list_case {
    padding-bottom: .6rem; }
  .new_list_box > a > div {
    width: 100%; }
  .new_page_box {
    margin-top: .35rem; }
  .sha_case .sha_tra {
    left: 18%; }
  .hon_name_box .swiper-button-next, .hon_name_box .swiper-button-prev {
    display: none; }
  .hon_con_box {
    width: 100%;
    float: none; }
  .hon_name_box {
    float: none;
    position: absolute;
    width: 80%;
    top: 0;
    left: 20%;
    opacity: 0; }
  .hon_name_box .swiper-container {
    height: auto;
    overflow: initial;
    padding: 0; }
  .hon_name_text {
    line-height: 1.8;
    padding: .1rem; }
  .inn_src2_box_pc {
    transform: scale(0.6) translateY(-30%);
    height: 420px; }
  .ind_pro_box > div:hover {
    width: 100%; }
  .ind_pro_box > div:hover .pro_txt1 {
    opacity: 1; }
  .sea_pro_case{
    width: 100%;
  }
  .sea_tba{
    padding: .4rem 30px 0 30px;
  }
    .swiper_scroll .pro_con_case{
        margin-top: 0;
    }

  .det_imgs_box > img {
    width: 60%;
    margin: 0 auto;
  }
  .time_title_case {
    margin-top: .8rem;
  }
  .dev_tex_box > div{
    padding-bottom: 0;
  }
  .pro_btn_box > a{
    clear: left;
    float: left;
    margin-top: .15rem;
  }
  .pro_btn_box > a:first-child{
    margin-top: 0;
  }
}

@media all and (max-width: 640px) {
  .str_apt_right {
    margin-top: .25rem;
  }
  .ban_more {
    margin-left: -26px;
  }
  .banner_text_box {
    padding-left: 10px; }
  /*.ind_banner_box .swiper-container-horizontal > .swiper-pagination-bullets, .ind_banner_box .swiper-pagination-custom, .ind_banner_box .swiper-pagination-fraction {*/
    /*left: 10px;*/
    /*width: 40%;*/
    /*bottom: 48%; }*/
  .hint_plan_box span {
    width: 40%; }
  .ind_banner_box .swiper-button-next, .ind_banner_box .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: 52%; }
  .ind_banner_box .swiper-button-prev {
    bottom: calc(52% + 40px); }
  .pro_name_en {
    margin-top: .1rem;
    font-size: .18rem; }
  .pro_name_cn {
    margin-bottom: .25rem;
    font-size: .2rem; }
  .btn_nav > span {
    display: block;
    margin: 0 auto; }
  .nav-box, .pub_language {
    margin-left: 10px; }
  .search_box {
    display: none; }
  .foot_nav_case {
    display: none; }
  .sha_box {
    float: none; }
  .copyRight_box {
    float: none;
    text-align: center; }
  .btn_nav > span:last-child {
    font-size: .12rem;
    line-height: 2.5; }
  .pro_bot_name_en {
    font-size: .18rem; }
  .pro_bot_name_cn {
    font-size: .26rem; }
  .ind_pro_box .pro_txt2 .pro_btn_box {
    margin-top: .25rem;
    line-height: 2.5; }
  .pro_btn_box > a {
    padding: 0 .25rem; }
  .vid_box_case .vid_tex_case .vid_tex_cn {
    margin-bottom: .25rem; }
  .vid_box_case .btn_vid {
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .ind_body .banner_text_box {
    top: 52%; }
  .pro_tex_title {
    font-size: .25rem; }
  .pro_tex_info {
    font-size: .12rem;
    width: 100%; }
  .pro_more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: .16rem;
    margin-top: .1rem; }
  .pro_banner_box .banner_text_box {
    padding-left: 15px;
    padding-right: 15px; }
  .pro_tex_hin {
    margin-bottom: .1rem; }
  .pro_con_box > div {
    padding: .3rem 15px .25rem 15px;
  }
 .pro_con_box > .new_page_box{
    padding-bottom: .25rem;
  }
  .pub_title {
    font-size: .25rem; }
  .pro_con_name {
    font-size: .18rem; }
    .pro_con_name i {
      font-size: .22rem; }
  .pro_con_list_box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro_con_list_box .pro_con_list {
    padding: .35rem 62px .4rem 50%;
    margin-bottom: .6rem;
  }
  .pro_con_list_right, .pro_hot_reco_box {
    height: auto;
  }
  .pro_con_list_box .pro_con_list:last-child{
    margin-bottom: 0;
  }
  .pro_con_img{
    bottom: 50%;
    transform: translateY(50%);
  }
  .pro_con_img.fadeInUpSmall {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .pro_btns_box > a > span {
    font-size: 12px; }
  .pub_banner_en {
    margin-bottom: .2rem; }
  .det_pro_img {
    width: 100%; }
  .det_title {
    font-size: .22rem;
    line-height: 1.5; }
  .det_info {
    font-size: 0.16rem;
    margin-top: .15rem; }
  .src2_box .det_text_box {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    right: 0;
    top: 0;
    transform: translateY(0); }
    .src2_box .det_text_box .det_title {
      color: #1b1b1b; }
    .src2_box .det_text_box .det_info {
      color: #666; }
  .src3_box .det_text_box {
    left: 0;
    position: relative;
    width: 100%;
    padding: 20px 15px;
    top: 0;
    transform: translateY(0); }
  .src4_box .det_text_box {
    position: relative;
    width: 100%;
    padding: 20px 15px;
    right: 0;
    top: 0;
    transform: translateY(0); }
    .src4_box .det_text_box .det_title {
      color: #1b1b1b; }
    .src4_box .det_text_box .det_info {
      color: #666; }
  .src1_box > img {
    margin-top: .5rem; }
  .src5_box .det_text_box {
    left: 15px;
    width: 40%; }
  .ser_cen_box > div {
    width: 100%;
    padding: .2rem 15px;
    font-size: 0;
    margin-bottom: 15px;
    background-color: rgba(244, 244, 248, 1);
  }
  .ser_cen_box > div:nth-child(2) {
    margin-bottom: 15px; }
  .ser_icon_box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
      display: none;
  }
  .ser_con_tex_box {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /*width: calc(100% - 1.1rem - 10px);*/
  }
  .ser_cen_box {
    margin-top: 20px;
      padding: .2rem 0 0 0 ;
  }
  .ser_step_box {
    margin-top: 20px;
  }

    .ser_achieve {
        font-size: 0.22rem;
        color: #df2d32;
        font-weight: 700;
    }
    .ser_info {
        font-size: 0.20rem;
        color: #666666;
    }
    .ser_step_box > div {
      display: block;
      margin: 0;
      width: 100%;
      padding: 3.54% 2.1%;
        margin-top: 15px;
    }
    .ser_step_box > span {
      display: inline-block;
      vertical-align: middle;
      width: 20%;
      margin: 15px 0;
        display: none;
    }
      .ser_step_box > span > img {
        width: 100%;
        display: block;
      }
  .ser_step_info {
    margin-top: .1rem;
    min-height: auto;
  }
  .message_box {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .form_row2 > input, .form_row2 > .file_box {
    width: 100%;
    margin-bottom: .26rem; }
  .form_row2 > input:nth-child(2n), .form_row2 > .file_box:nth-child(2n){
    margin-bottom: 0; }
  .gui_con .ser_cen_box > div::after {
    width: 1px;
    height: 15px;
    top: 100%;
    left: 0.55rem;
    display: none;
  }
  .gul_info {
    width: 100%;
      text-align: justify;
  }
  .gul_form_box {
    padding: 4.255%; }
  .gul_left {
    float: none;
    width: 100%;
    margin-bottom: 15px; }
  .gul_right {
    float: none;
    width: 100%; }
  .dow_sha_box {
    width: 100%;
    margin-top: 20px; }
  .down_con {
    margin-top: 30px;
    width: 100%;
    padding-bottom: 0;
  }
  .down_con > a {
    padding-right: .4rem;
    line-height: .3rem; }
  .down_icon {
    right: 0;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .16rem; }
  .sha_sty {
    width: 80%;
    left: 10%; }
  .btn_close {
    right: -.2rem;
    top: -.2rem;
    z-index: 2; }
  .sha_title {
    font-size: .28rem;
    line-height: 1.8;
    margin-bottom: .05rem; }
  .pro_det2 .pub_banner_en > span {
    margin-left: 0; }
  .pro_det2 .pub_banner_info {
    padding: .1rem .2rem; }
  .pub_banner_tex {
    left: 5%; }
  .pro_det2_body .src6_box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: .35rem;
    padding-bottom: .3rem; }
  .det_imgs2_box {
    margin-top: 0;
    margin-bottom: .25rem; }
  .det_text2_box > div > div {
    width: 100%;
    float: none; }
  .det_text2_box > div > div {
    border-right: none; }
  .det_text2_box > div > div:nth-child(1) {
    background-color: #eee; }
  .det_text2_box > div:nth-child(odd) {
    background-color: transparent; }
  .pro_det_merit_box {
    padding: .35rem 15px .3rem; }
  .pro_det_merit_box > div {
    width: 100%;
    height: auto;
    padding-bottom: .4rem; }
  .mer_num {
    left: 4%; }
  .hir_con_box {
    margin-right: 0;
    margin-left: 0; }
  .hir_con_box .tab_nav_box {
    width: 90%; }
  .hir_con_box .tab_con_box {
    margin-left: 10px;
    margin-right: 10px; }
  .hir_type > span {
    margin-right: 0; }
  .load_box {
    margin-top: .25rem;
    margin-bottom: .25rem; }
  .hir_con_box {
    margin-top: 20px; }
  .load_box {
    width: .35rem !important;
    height: .35rem;
    line-height: .35rem; }
    .load_box i {
      font-size: .2rem; }
  .con_con_box {
    margin-top: 20px; }
  .con_con_box .tab_nav_box > div {
    width: 32%;
    margin-right: 2%; }
    .con_con_box .tab_nav_box > div:last-child {
      margin-right: 0; }
  .con_con_box .tab_con_box {
    margin-top: .4rem; }
  .map_box {
    width: 100%;
  margin-top: .3rem;
  }
   .con_con_box .tab_con_box{
    height: auto;
  }
  .con_con_box .tab_con_box .con_text {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .bra_ad {
    margin-bottom: .1rem;
    margin-top: 20px; }
  .bra_src3_left {
    float: none;
    width: 100%; }
  .bra_src3_right {
    float: none;
    width: 100%;
    margin-bottom: .3rem; }
  .bra_img_case > div {
    /*pointer-events: none;*/
    float: none;
    width: 100%;
    height: auto;
    padding: 0 60px;
    transition: all .5s ease;
      margin-bottom: 0;
      margin-top: 0;


  }
   .com_img_case > div:hover{
        height: auto;
     margin: 0;
    }

  .bra_img_case > div.on .bra_img_box .bra_img_sha{
    background: -moz-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 75%, rgba(3, 110, 184, 0) 100%);
    background: -o-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 51%, rgba(3, 110, 184, 0) 100%);
    background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #036eb8), color-stop(0.25, rgba(3, 110, 184, 0.8)), color-stop(0.51, rgba(3, 110, 184, 0.4)), color-stop(1, rgba(3, 110, 184, 0)));
    background: -webkit-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 75%, rgba(3, 110, 184, 0) 100%);
    opacity: 0.6;
  }
  .com_img_case > div .bra_img_box .abo_img_name {
    transform: translate(-50% ,0);
    bottom: .5rem;
    font-size: .22rem;
  }
  .com_img_case > div .bra_img_box .abo_img_name span:before, .com_img_case > div .bra_img_box .abo_img_name span:after{
    width: 10px;
  }
  .bra_img_case > div .bra_img_box {
    height: auto; }
    .bra_img_case > div .bra_img_box img {
      width: 100%;
      height: auto; }
  .bra_img_case > div.on  .bra_info {
    display: block; }
  .bra_img_case > div.on .bra_img_name::after {
    width: 70%;
  }
  .pub_banner_title_cn {
    font-size: .2rem; }
  .lnv_form_box .lnv_form .lnv_input_1, .lnv_form_box .lnv_form .lnv_input_2 {
    width: 100%;
    margin-right: 0; }
  .uix-controls__select-wrapper {
    width: 100%;
    margin-right: 0; }
  .lnv_form_box .lnv_form .lnv_input_5 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.5%; }
  .lnv_form_box .lnv_form .btn_sub {
    width: 100%; }
  .lnv_form form > div:nth-child(3) {
    z-index: 2; }
  .time_line_box > div {
    width: 20vw; }
  .dev_tex_box > div {
    padding-left: 0;
    text-align: center; }
  .lnv_jm_box > div {
    width: 100%; }
  .lnv_condition_box > div {
    width: 100%;
    float: none;
    text-align: center;
  }
  .lnv_con_img {
    height: auto;
  }
    .lnv_con_img img {
      width: 100%;
      height: auto; }
  .lnv_con_text {
    padding: .35rem 10px .6rem 5.7%; }
  .lnv_con_tex_box {
    margin-top: 20px;
    text-align: left;
  }
  .lnv_con_tex_box > div {
    margin: .15rem 0;
    padding-left: 55px; }
  .lnv_banner_box .swiper-pagination {
    font-size: .12rem;
    margin-top: .4rem;
    padding-bottom: .25rem;
  }


  .lnv_banner_box .swiper-pagination .on {
    font-size: .24rem;
  }
  .str_con_case {
    margin-top: 20px; }
  .str_left_box {
    width: 100%;
    padding-left: 0; }
  .str_right_box {
    margin-top: 20px;
    width: 100%;
    padding-right: 0; }
  .str_num {
    font-size: .35rem; }
  .str_src2_box > img {
    display: none; }
  .str_src2_box {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 15%;
  }
    .str_src2_box .str_src2_sty {
      width: 100%;
      position: relative;
      left: 0;
      right: 0;
      margin-bottom: .2rem;
      padding-left: calc(25% + .15rem); }
      .str_src2_box .str_src2_sty > img {
        width: 25%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff; }
      .str_src2_box .str_src2_sty > div {
        position: relative;
        left: 0 !important;
        right: auto;
        min-width: auto;
        top: 0 !important;
        text-align: left !important; }
  .str_scr2_info {
    display: block; }
  .str_scr2_title {
    color: #df2d32;
    line-height: 2.5; }
  .str_scr2_title::after {
    width: 1.5em; }
  .str_scr2_title::before {
    width: calc(100% + 3em); }
  .str_src2_img_4 .str_scr2_title::after, .str_src2_img_4 .str_scr2_title::before {
    left: 0;
    right: auto; }
  .str_src2_img_5 .str_scr2_title::after, .str_src2_img_5 .str_scr2_title::before {
    left: 0;
    right: auto; }
  .ser_src3_box {
    margin-top: 20px; }
  .ser_src3_box .str_sty,.ser_src3_box .ser_src3_num,.ser_src3_box > a > img {
    display: none;
  }
  .ser_src3_box > a{
    padding-bottom: 0;
  }
  .str_apt_left, .str_apt_right {
    float: none;
    padding-left: 0;
    width: 100%;
    text-align: left; }
  .str_apt_bg {
    right: 0;
    left: auto; }
  .str_aptitude_case {
    margin-top: 20px; }
  .str_banner_box {
      margin: auto;
    margin-top: 20px;
      width: 70%;
  }
  .com_img_case > div.on .bra_img_box .bra_img_sha {
    opacity: 0.6;
  }
  .com_con_case {
    margin-top: 20px; }
  .com_src1_right_box {
    margin-top: calc(.14rem * 1.5714); }
  .malT_-100 {
    margin-top: 0rem !important; }
  .new_hot_box {
    margin-top: 20px; }
  .new_hot_text_box {
    padding-left: 15px;
    padding-right: 15px; }
  .new_icon_box span {
    display: none; }
  .new_list_box {
    padding-left: 15px;
    padding-right: 15px; }
  .new_list_title {
    padding: 0 10px; }
  .new_icon_box {
    width: .4rem; }
    .new_icon_box i {
      margin-left: 0; }
  .new_list_img {
    width: calc(18.2978% + (18.9363% )); }
  .new_det_title_con {
    margin-top: .3rem;
    padding-top: .3rem;
    width: 100%; }
  .new_det_title {
    width: 100%; }
  .new_det_title_con p {
    padding-bottom: .3rem; }
  .new_det_title_con img {
    margin-bottom: .3rem; }
  .hon_tab_num {
    font-size: .18rem; }
  .tab_nav_carrier > div.on .hon_tab_num {
    font-size: .22rem; }
  .hon_tab_num::after {
    height: 3px; }
  .tab_nav_carrier > div.on {
    padding-bottom: .1rem; }
  .hon_name {
    margin-top: .15rem; }
  .inn_con_box .com_con_case > .com_src1_left_box {
    margin-top: 0;
    width: 100%; }
  .inn_con_box .com_con_case > .com_src1_right_box {
    width: 100%;
    margin-top: .2rem; }
  .inn_src2_box_pc {
    opacity: 0;
    pointer-events: none;
    height: 0; }
  .inn_src2_case > div {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    left: 0;
    transform: translateX(0); }
  .inn_src2_box_m {
    display: block;
    height: auto; }
    .inn_src2_box_m .inn_step {
      top: 0;
      left: 0;
      right: auto;
      position: relative;
      margin-bottom: .4rem; }
  .inn_src2_box_m .inn_step:last-child{
    margin-bottom: 0;
  }
  .inn_step{
    position: relative;
  }
  .inn_m_img {
    width: 25%;
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .inn_ste_text {
    float: left;
    width: 100%;
    padding-left: 30%;
    margin-left: 0;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    text-align: left !important; }
  .inn_src2_box .inn_step:hover .inn_title {
    font-size: .17rem;
    line-height: 1.5;
    font-weight: 700;
    color: #df2d32; }
  .inn_title {
    font-size: .17rem;
    line-height: 1.5;
    padding: .05rem 0;
    font-weight: 700;
    color: #df2d32; }
  .inn_title::before {
    display: none;
    top: 100%;
    width: 100% !important;
    left: 0 !important;
    border-bottom: 1px solid #c8ddec; }
  .inn_ste_text > div {
    padding-right: 0;
    margin-top: 0;
    text-align: justify;
  }
  .inn_title::after {
    left: auto !important;
    /*right: 0 !important;*/
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .18rem;
    top: auto;
    color: white;
    background-color: #df2d32;
    font-family: 'Bold';
    display: inline-block;
    position: relative;
    transform: translateY(0);

  }
  .inn_src2_box .inn_step:hover .inn_title::after {
    width: .3rem;
    height: .3rem; }
  .btn_det {
    border-radius: .3rem;
    font-size: .14rem;
    line-height: 2;
    color: #fff;
    background-color: #df2d32;
    padding: 0 .3rem;
    cursor: pointer;
    display: inline-block;
    margin-top: .15rem;
    pointer-events: all; }
  .inn_src2_box .inn_step:hover .inn_ste_text {
    transform: translateY(0); }
  .inn_into_m {
    /*display: none;*/
    color: #808080;
    font-size: .14rem;
    line-height: 1.7857;
    margin-top: .15rem;
  }
  .inn_src2_box {
    margin-top: 20px; }
  .str_banner_box .swiper-button-prev {
    left: -30px; }
  .str_banner_box .swiper-button-next {
    right: -30px; }
  .btn_gob_box {
    margin-top: .25rem; }
  .tweets_box {
    margin-top: .25rem; }
  .hon_tab_nav_box {
    margin-top: 0;
    height: 2.8rem; }
  .hon_con_case {
    margin-top: .175rem; }
  .hon_con {
    margin-top: 20px; }
  .lnv_form_box .lnv_form{
    padding-bottom: .25rem;
  }




  .tweets_box > a{
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid  #eee;
  }
  .tweets_box > a:last-child{
    border-bottom: none;
  }
  .map_box{
    position: relative;
  }

  .com_aptitude_case .time_line_box > div{
    width: 50vw;
  }
  .com_aptitude_case .btn_time > span{
    width: 45vw;
  }
  .sea_pro_case > a{
    width: calc((100% - 15px) / 2 - 1px);
    margin-right: 15px;
  }
  .sea_pro_case > a:nth-child(3n){
    margin-right: 15px;
  }

  .sea_pro_case > a:nth-child(2n){
    margin-right: 0;
  }
  .sea_tba{
    padding: .3rem 15px 0 15px;
  }
  .nav_box_case > ul > li > a {
    line-height: 3;
  }
  .friendship_box a{
    display: inline-block;
  }
  .pub_banner_box{
    overflow: hidden;
    position: relative;
  }
  .bra_alone{
    padding-top: .25rem;
    padding-bottom: .3rem;
  }
  .bra_ban_en{
    font-size: .76rem;
  }
  #bsBox, #bsWXBox {
    width: 90% !important;
    margin-left: 0 !important;
    transform: translateX(-50%);
  }
  .bsTop{
    width: 100% !important;
  }
  .bShareFrame{
    width: 100% !important;
  }
  #txtEditor{
    width: 100%!important;
  }
  .charGry.char14{
    width: 100%!important;
  }
  .com_aptitude_case .btn_img_prev{
    left: 0;
  }
    .com_aptitude_title {
        left: 0;
      position: relative;
      text-align: center;
    }
  .com_aptitude_case .btn_img_next{
    left: 55px;
  }
  .com_aptitude_case .time_line_case{
    margin-left: 55px;
  }

    .pro_con_name{
        margin-top: .2rem;
      line-height: 25px;
      overflow : hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    .btn_more_sty {
        margin-top: .15rem;
    }

    .gui_con .ser_src2::after {
        height: 100%;
    }

    .sib_box button{
        width: 100%;
    }
    .ser_step_num{
        display: none;
    }
    .ser_form_box{
        background-color: #036eb8;
    }
    .ser_form_box .pub_title{
        color: #fff;
    }
    .ser_form_box .pub_title::after {
        background-color: #fff;
    }
    .ser_form_box .pub_title::before {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .bra_img_case_m,.bra_img_case_c_m{
        display: block;
    }
    .bra_img_case_pc,.bra_img_case_c_pc{
        display: none;
    }
    .bra_img_case_m  .active .bra_img_sha{
        opacity: 0.6 !important;
    }
    .bra_img_case > div .active .bra_img_box .bra_img_sha {
        background: -moz-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 75%, rgba(3, 110, 184, 0) 100%);
        background: -o-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 51%, rgba(3, 110, 184, 0) 100%);
        background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #036eb8), color-stop(0.25, rgba(3, 110, 184, 0.8)), color-stop(0.51, rgba(3, 110, 184, 0.4)), color-stop(1, rgba(3, 110, 184, 0)));
        background: -webkit-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 75%, rgba(3, 110, 184, 0) 100%);
        opacity: 0.6; }
    .bra_img_case_c_m > div:hover{
        height: auto;
        margin-top: 0;
    }
    .bra_img_case_c_m > div .active .bra_img_name::after {
        width: 70%;
    }
    .bra_img_case_c_m > div .active .bra_info {
        display: block;
    }
    .bra_info{
        font-size: 12px;
        width: 90%;
    }
    .bra_img_case_c_m .swiper-pagination-bullet{
        width: 15%;
        text-align: center;
        font-size: .2rem;
        font-family: 'Bold';
        line-height: 30px;
        background: none;
        height: auto;
    }
    .bra_img_case_c_m .swiper-pagination-bullet-active{
        background-color: transparent;
        color: #036eb8;
    }

    .bra_img_case_c_m .swiper-pagination{
        margin-bottom: .4rem;
        margin-top: .2rem !important;
    }
    .str_apt_box > div.on{
        color: #036eb8;
    }
    .tab_m {
         display: none;
    }
  .ser_src3_box > a > div {
    min-height: 100px;
  }
  .ser_src3_box > a{
    min-height:auto;
  }

  .src6_box{
    padding-top: .6rem;
    padding-bottom: .6rem;
  }
  .ind_pro_box .pro_img_box {
    bottom: 5%;
  }
  .gui_body .ser_info{
    font-size: .14rem;
  }
  .lnv_jm_info{
    min-height: auto;
    margin-top: .15rem;
    padding: 0 .1rem;
  }
  .shade_con .form_line_box_2{
    width: 100%;
    margin-right: 0;
  }
  .shade_btn a{
    display: block;
    text-align: center;
  }
  .lnv_banner_box .pub_title{
    margin-top: .05rem;
    margin-bottom: .1rem;
  }
  .nav_box_case .search_box{
    display: block;
    width: 100%;
  }
  .search_box .text_search_box{
    width: 100%;
  }
  .search_box .text_search_box input{
    width: calc(100% - 30px);
  }
  .search_box .btn_cha button{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .abo_wh_box{
    margin-right: 0;
    margin-bottom: .15rem;
  }
  .abo_wh_case .abo_wh_box:last-child{
    margin-bottom: 0;
  }
  .abo_wh_top_pc{
    display: none;
  }
  .abo_wh_top_m{
    display: block;
  }
  .abo_info_box br{
    display: none;
  }
  .abo_img_tex_en{
    opacity: 0;
  }
  .abo_img_tex::after{
    opacity: 0;
  }
.abo_wh_box1{
  width: 90%;
  margin-left: 5%;
}
  .abo_wh_box2{
    width: 90%;
    margin-top: 0;
    margin-left: 5%;
  }
  .abo_info_box{
    transform: translateY(0);
  }
  .abo_wh_box {
    box-shadow: 0 36px 70px -5px rgba(31,33,40,.32);
  }
  .abo_wh_sha{
    background-color: rgba(0,0,0,0.2);
  }


  .com_con_case .com_resource_box > div:nth-child(1) ,
  .com_con_case .com_resource_box > div:nth-child(2) ,
  .com_con_case .com_resource_box > div:nth-child(3) ,
  .com_con_case .com_resource_box > div:nth-child(4) ,
  .com_con_case .com_resource_box > div:nth-child(5) ,
  .com_con_case .com_resource_box > div:nth-child(6) {
    width: calc((100% - 20px) / 3);
    margin-top: 0;
    margin-bottom: 10px;
  }
  .com_con_case .com_resource_box > div:nth-child(4){
    margin-right: 10px;
  }
  .com_con_case .com_resource_box > div:nth-child(3n){
    margin-right: 0;
  }
  .com_con_case .com_resource_box > div:nth-child(7) {
    width: 100%;
    margin-top: 0;
  }
  .com_con_case .com_resource_box > div{
    padding-top: .3rem;
    padding-bottom: .2rem;
  }
  .com_num{
    margin-top: 0;
  }
  .abo_icon_name{
    height: auto;
  }
  .com_num > span{
    font-size: .26rem;
  }
  .com_resource_box > div:nth-child(1) .com_num span, .com_resource_box > div:nth-child(3) .com_num span{
    font-size: .27rem;
  }
  .ind_ban_hint_box{
    bottom: 30px;
  }
  .inn_con_box .com_con_case .com_resource_box > div {
    width: 25% !important;
    margin-right: 0 ;
  }
  .inn_con_box .com_con_case .com_resource_box > div:nth-child(2){
    margin: 0 8%;
  }
  .foot_box{
    border-top: none;
  }
  .tab_info{
    font-size: .16rem;
  }
  .new_hot_text_box{
    padding: 15px;
  }
  .new_bot_into{
    overflow: visible;
    height: auto;
    display: block;
  }
  .sha_case{
    min-height: calc(100vh - 60px - 220px);
  }
  .btn_img_prev:hover, .btn_img_next:hover{
    color: #fff;
  }
  .lnv_jm_box > div{
    pointer-events: none;
  }
  .tab_title_cn br{
    display: block;
  }
  .btn_go_bottom{
    top: 400px;
    width: 50px;
    right: 10px;
  }
  .bra_src3_right .bra_src3_con{
    padding-left: 0;
  }
  .bra_src3_right .bra_src3_sty{
    left: 26.26%;
  }
  .bra_en,.bra_cn,.bra_src3_ad,.bra_src3_ad2{
    text-align: center;
  }
  .new_icon_box{
    display: none !important;
  }
  .cat_list_box.on .swiper-slide.on .pro_con_name{
    font-size: .2rem;
  }
  .com_con_case > div:first-child{
    margin-top: 0;
  }
  .com_con_case p,.bra_str_con p,.str_left_box p span{
    font-size: .16rem;
  }
  .cat_list_box{
    padding-bottom: .5rem;
  }
    .foot_box{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    footer .foot_case{
        padding: 0;
    }
    .friendship_box a{
        margin: 0 3px;
    }
    .bra_alone{
        background-color: #fff;
    }
  .bra_ban_en span{
    color: #1b1b1b;
  }
    .lnv_banner_box{
        padding-top: .3rem;
    }
  .abo_com_info_box .com_src1_left_box{
    width: 100%;
    padding-right: 0;
  }
  .abo_com_info_box .com_src1_right_box{
    width: 100%;
    padding-left: 0;
  }

}

@media all and (max-width: 375px) {
  .pro_tex_info {
    line-height: 1.5; }
  .pro_con_title, .pro_model {
    font-size: .18rem; }
  .pub_banner_en {
    font-size: .26rem;
    margin-bottom: .1rem; }
  .pub_banner_info {
    font-size: .14rem; }
  .src6_box {
    padding-right: 15px;
    padding-left: 15px; }
  .hir_con_box .tab_title_cn, .con_con_box .tab_title_cn {
    font-size: .18rem; }
  .inn_m_img {
    width: 30%; }
  .inn_ste_text {
    padding-left: 33%;
  }
  .nav_box_case ul ul li a {
    line-height:2.5;
    font-size: .16rem;
  }
  .nav_box_case > ul > li > a {
    line-height: 2.8;
    font-size: .18rem;
  }

}

@media all and (max-width: 360px) {
  .ind_pro_box .pro_txt1 {
    margin-top: .35rem; }
  .tab_title_en {
    font-size: 12px; }
  .pro_tex_hin {
    margin-bottom: 0; }
  .model_bg {
    font-size: 1.2rem; }
  .pro_con_case > a {
    padding-top: .5rem; }
  .pro_con_name {
    margin-top: .3rem; }
  .btn_more_sty {
    margin-top: .2rem;
    font-size: 12px; }
  .det_info {
    font-size: 12px;
    margin-top: 0; }
  .det_title {
    font-size: .2rem; }
  .det_pro_referral > div > span {
    font-size: .14rem; }
  .pub_banner_tex {
    top: 50%; }
  .hir_con_box .tab_title_cn, .con_con_box .tab_title_cn {
    font-size: .16rem; }
  .lnv_banner_box .swiper-pagination .on {
    font-size: .18rem; }
    .bra_info{
        width: 95%;
    }
    .bra_img_case > div {
        padding: 0 30px;
    }
  .str_src2_box {
    padding: 0 10%;
  }
  .ser_src3_box > a > div {
    min-height: 110px;
  }
}
