﻿@import "iconfont.css";
.wrap {
  width: 83vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto
}
@media (max-width:1360px) {
  .wrap {
    width: 92%;
  }
}
@media (max-width:460px) {
  .wrap {
    width: 94%;	font-size:14px;
  }
  .intention .right, .intention .left {
    width: 100% !important
  }
}
.ver > * {
  display: inline-block;
  vertical-align: middle
}
.table-cell {
  display: table;
  width: 100%
}
.table-cell > * {
  display: table-cell;
  vertical-align: middle
}
.row-pv0 {
  margin-left: 0;
  margin-right: 0
}
.row-pv0 > * {
  padding-left: 0;
  padding-right: 0
}
.mv0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}
.pv0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}
.pt0 {
  padding-top: 0px !important
}
.pb0 {
  padding-bottom: 0px !important
}
.mb0 {
  margin-bottom: 0 !important
}
.mt0 {
  margin-top: 0 !important
}
.bggray {
  background: #f2f2f3
}
.bgf {
  background: #fff
}
.c {
  color: #f08300
}
.bgc {
  background-color: #f08300
}
.cf {
  color: #fff
}
.c-red {
  color: #000
}
.bg-red {
  background: #000
}
.hv:hover {
  color: #f08300
}
.hvf:hover {
  color: #fff
}
.hvbg0:hover {
  background: #000;
  color: #fff
}
.bghover {
  transition: .6s
}
.bghover:Hover {
  background-color: #f08300;
  color: #fff
}
.l {
  border: 1px solid #f2f2f3
}
.lb {
  border-bottom: 1px solid #f2f2f3
}
.lt {
  border-top: 1px solid #f2f2f3
}
.cover-box {
  position: relative;
  display: block;
  overflow: hidden
}
.cover-box .coverimg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform .6s ease 0s
}
.cover-box .coverimg.contain {
  background-size: contain
}
.cover-box ._bg {
  width: 100%;
  visibility: hidden;
  display: block
}
.cover-box .icon-bofang1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  font-size: .4rem;
  color: #fff;
  transition: .6s
}
@media (min-width:993px) {
  .cover-box:hover .cover-tip {
    opacity: 1;
    filter: alpha(opacity=1)
  }
  .cover-box:hover .coverimg {
    transform: scale(1.05, 1.05)
  }
  .cover-box:hover .icon-bofang1 {
    font-size: .6rem
  }
}
.cover-tip {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s ease 0s;
  z-index: 55
}
.cover-tip .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60)
}
.cover-tip .bgbox.blue {
  background-color: rgba(0, 161, 230, 0.8)
}
.cover-tip .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff
}
.cover-tip .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff
}
.cover-tip .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all .6s ease 0s
}
.cover-tip .linet {
  top: 0
}
.cover-tip .lineb {
  bottom: 0
}
.cover-tip:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: .6;
  filter: alpha(opacity=60)
}
.iconfont {
  font-size: inherit
}
.cover-box ._bg {
  width: 100%
}
.pb0 {
  padding-bottom: 0 !important
}
.pl0 {
  padding-left: 0 !important
}
.pt0 {
  padding-top: 0 !important
}
.c {
  color: #f08300
}
.cItem:not(.active) {
  display: none
}
.medium {
  font-family: medium
}
.bsBox {
  box-sizing: content-box
}
.bsBox > * {
  box-sizing: content-box
}
.pagination {
  text-align: center;
  display: block
}
.pagination li {
  margin: 0 2px
}
@media (max-width:480px) {
  .pagination li {
    margin: 0 2px
  }
  .pagination li > * {
    padding: 5px 12px !important
  }
}
.pagination .active > a, .pagination .active > span, .pagination .active > a:hover, .pagination .active > span:hover, .pagination .active > a:focus, .pagination .active > span:focus {
  color: #fff;
  background-color: #f08300
}
.pagination li > a, .pagination li > span {
  float: none;
  display: inline-block;
  cursor: pointer;
  color: #333;
  border: 0;
  padding: 6px 12px;
  border: 1px solid #f3f3f3
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f08300
}
.fadeIntop {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(30px)
}
.fadeIntop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all .3s ease 0s
}
#totop {
  width: 50px;
  height: 50px;
  background: url("../image/top.png") no-repeat center center;
  background-color: #a8a8a8;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 5555;
  cursor: pointer;
  border-radius: 50%;
  transition: .6s;
  opacity: 0;
  transform: translateY(20px)
}
@media (max-width:640px) {
  #totop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-size: 20px
  }
}
@media (min-width:768px) {
  #totop:hover {
    background-color: #f08300
  }
}
#totop.show {
  transform: translateY(0);
  opacity: 1
}
main {
  overflow: hidden
}
main.gap {
  margin-top: 80px
}
@media (max-width:1360px) {
  main.gap {
    margin-top: 1rem
  }
}
@media (max-width:640px) {
  main.gap {
    margin-top: 1.3rem
  }
}
@media (max-width:1199px) {
  main {
    margin-top: .8rem
  }
}
@media (max-width:640px) {
  main {
    margin-top: 1.3rem
  }
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99
}
.header.fixed {
  background: #fff
}
.header.fixed .logo { color:#000000
}
@media (min-width:1200px) {
  .header.fixed .head_wrap {
    height: .8rem
  }
  .header.fixed .header_nav {
    width: 45%
  }
}
.header.fixed .header_nac .nac_v span {
  color: #333
}
.header.fixed .header_nac .nac_v .ac {
  color: #f08300
}
.header.fixed .header_btn .contact .nac_v span {
  color: #fff
}
header:hover {
  background: #fff
}
header:hover .logo { color:#4C4C4C
}
@media (min-width:1200px) {
  header:hover .head_wrap {
    height: .8rem
  }
  header:hover .header_nav {
    width: 45%
  }
}
header:hover .header_nac .nac_v span {
  color: #333
}
header:hover .header_nac .nac_v .ac {
  color: #f08300
}
header:hover .header_btn .contact .nac_v span {
  color: #fff
}
@media (min-width:641px) {
  header:hover:not(.fixed) .head_wrap {
    height: 1rem
  }
}
header {
  font-family: syRegular;
  background: transparent;
  transition: .6s
}
header .logo {
  width: 2.5rem;
  height: 100%;
  display: block;
  transition: .6s; font-size:40px; color: #FFFFFF; padding-top:20px
}
@media (max-width:640px) {
  header .logo {
    width: 4.5rem;
    background-size: 100% auto; font-size:30px;  color: #000000; padding-top:10px
  }
}
header.fixed {
  background: #fff
}
header.fixed .logo { color:#000000; padding-top:10px
}
@media (min-width:1200px) {
  header.fixed .head_wrap {
    height: .8rem
  }
  header.fixed .header_nav {
    width: 45%
  }
}
header.fixed .header_nac .nac_v span {
  color: #333
}
header.fixed .header_nac .nac_v .ac {
  color: #f08300
}
header.fixed .header_btn .contact .nac_v span {
  color: #fff
}
@media (max-width:1199px) {
  header {
    background: #fff
  }

  header .header_nac .nac_v span {
    color: #333
  }
  header .header_nac .nac_v .ac {
    color: #f08300
  }
  header .header_btn .contact .nac_v span {
    color: #fff
  }
}
@media (max-width:1199px) and (min-width:1200px) {
  header .head_wrap {
    height: .8rem
  }
  header .header_nav {
    width: 45%
  }
}
.head_wrap {
  width: 83vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  height: 1.3rem;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: .6s
}
@media (max-width:1360px) {
  .head_wrap {
    width: 92%
  }
}
@media (max-width:460px) {
  .head_wrap {
    width: 94%
  }
}
@media (min-width:768px) {
  .head_wrap {
    height: 1rem
  }
}
.header_nav {
  width: 50%;
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  transition: .6s
}
@media (min-width:1200px) {
  .header_nav {
    min-width: 580px
  }
}
.header_nav .inner {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.header_nav .nav_li:hover .pc-menu-drop, .header_nav .nav_li.open .pc-menu-drop {
  opacity: 1;
  height: auto;
  top: 80px;
  border-top: 1px solid #f5f5f5;
  z-index: 55
}
.header_nav .nav_li {
  height: 80px;
  display: flex;
  align-items: center
}
/* .header_nav .nav_li:nth-child(2) {
  display: none;
} */
.header_nav .nav_li.active .nac_v, .header_nav .nav_li:hover .nac_v {
  transform: translateY(-100%)
}
.pc-menu-drop {
  position: fixed;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 100vw;
  top: 80px;
  z-index: -1;
  transition: .3s;
  opacity: 0;
  height: 0;
  overflow: hidden;
  background: #fff
}
.pc-menu-drop .drop-inner-wrap {
  position: relative;
  z-index: 55;
  width: 83vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto
}
@media (max-width:1360px) {
  .pc-menu-drop .drop-inner-wrap {
    width: 92%
  }
}
@media (max-width:460px) {
  .pc-menu-drop .drop-inner-wrap {
    width: 94%
  }
}
.pc-menu-drop::before {
  content: '';
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  background: #f2f2f3;
  right: 50%;
  top: 0;
  z-index: 1
}
.pc-menu-drop .drop-inner {
  position: relative;
  z-index: 55;
  background: #fff;
  display: table;
  width: 100%
}
.pc-menu-drop .drop-inner > * {
  display: table-cell;
  vertical-align: middle
}
.pc-menu-drop .drop-inner > * {
  vertical-align: top
}
.pc-menu-drop .titbox {
  width: 4rem;
  background: #f2f2f3
}
.pc-menu-drop .titbox-inner {
  margin-right: 60px;
  background: #8e8e8e;
  color: #fff;
  text-align: center;
  padding: 58px 20px;
  margin: 50px 60px 50px 0
}
.pc-menu-drop .titbox-inner h5 {
  font-size: 30px;
  margin-bottom: 10px
}
.pc-menu-drop .titbox-inner a {
  color: #fff;
  display: block;
  transition: .6s
}
.pc-menu-drop .titbox-inner a:hover {
  transform: translateY(-3px)
}
.pc-menu-drop .titbox-inner .desc {
  font-size: 16px;
  line-height: 1.6
}
.pc-menu-drop .drop-menu .item {
  width: 33.33%;
  float: left;
  padding-bottom: 62px;
  padding-left: 86px;
  line-height: 1.6
}
.pc-menu-drop .drop-menu .item:nth-child(3n+1) {
  clear: both
}
.pc-menu-drop .drop-menu .tit {
  font-size: 18px
}
.pc-menu-drop .drop-menu .gray {
  font-size: 16px;
  color: #999;
  margin-bottom: 16px
}
.pc-menu-drop .drop-menu .more {
  width: 126px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 2em;
  border: 1px solid #666;
  display: inline-block;
  transition: .6s
}
.pc-menu-drop .drop-menu .more:hover {
  background-color: #f08300;
  color: #fff;
  border-color: #f08300;
  transform: translateX(-5px)
}
.pc-menu-drop .drop-menu-inner {
  padding-top: 66px;
  padding-bottom: 40px
}
.header_nac {
  height: 30px;
  text-align: center;
  font-size: 18px;
  display: block;
  overflow: hidden;
  line-height: 30px
}
.header_nac .nac_v {
  height: inherit;
  -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  -o-transition: all .6s cubic-bezier(.4, 0, .2, 1);
  transition: all .6s cubic-bezier(.4, 0, .2, 1)
}
.header_nac .nac_v span {
  display: block;
  color: #fff
}
.header_nac .nac_v .ac {
  color: #f08300
}
.header_btn {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex !important;
  display: flex !important;
  display: -webkit-box !important;
  display: box !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  box-align: center !important;
  -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important
}
.header_btn .offer {
  margin-right: 34px;
  color: #fff
}
.header_btn .offer:hover {
  color: #f08300
}
.header_btn .contact {
  background-color: #f08300;
  color: #fff;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
}
.header_btn .contact .ac {
  color: #fff
}
@media (max-width:992px) {
  .header_btn .contact {
    height: 34px;
    width: 72px
  }
  .header_btn .contact span {
    height: 34px;
    line-height: 34px
  }
}
.m-menus {
  width: 100%;
  max-width: 640px;
  height: 100vh;
  position: fixed;
  top: 1.3rem;
  right: -100%;
  background: #202121;
  overflow: hidden;
  line-height: 40px;
  font-size: 15px;
  z-index: -999;
  padding-top: 2%;
  color: #fff
}
@media (min-width:768px) {
  .m-menus {
    top: 1rem
  }
}
.m-menus .inner {
  height: calc((100vh - 1rem));
  padding-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto
}
.m-menus a {
  color: #fff
}
.m-menus.active {
  z-index: 999;
  transition: .6s;
  right: 0
}
.m-menus .item {
  cursor: pointer;
  transition: .3s;
  position: relative;
  text-align: center
}
.m-menus .item .tit {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center
}
.m-menus .item .tit .link {
  display: block;
  min-width: 70vw
}
.m-menus .item > a, .m-menus .tit {
  display: block;
  line-height: 50px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 16px;
  text-align: left !important
}
.m-menus .tit {
  position: relative;
  padding: 0 2% 0 6%
}
.m-menus .tit .iconfont {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  width: 1rem;
  text-align: center
}
.m-menus .xs-menu {
  display: none;
  text-align: left;
  margin: .1rem 0 .3rem 4%;
  padding-left: 3%
}
.m-menus .xs-menu dd {
  line-height: 36px
}
.m-menus .active .tit, .m-menus .open .tit {
  color: #f08300
}
.m-menus .active .iconfont::before, .m-menus .open .iconfont::before {
  content: "\e7e1"
}
.m-menus .active .xs-menu, .m-menus .open .xs-menu {
  padding-bottom: 10px
}
.menu_btn {
  width: 50px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
  transform-origin: center center;
  position: relative;
  display: block
}
.menu_btn i {
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #f08300;
  left: 12px;
  display: block;
  transition: all .4s ease-in-out
}
.menu_btn i:nth-of-type(1) {
  top: 20px
}
.menu_btn i:nth-of-type(2) {
  top: 30px
}
.menu_btn i:nth-of-type(3) {
  top: 40px;
  width: 14px
}
.menu_btn.active i:nth-of-type(1) {
  transform: rotate(225deg) translate(-7px, -7px)
}
.menu_btn.active i:nth-of-type(3) {
  opacity: 0
}
.menu_btn.active i:nth-of-type(2) {
  transform: rotate(-225deg) translate(0, 0)
}
.menu_btn:hover i:nth-of-type(3) {
  width: 14px
}
.foot-report {
  background: url("http://www.sz-yxkj.cn/static/yxkj/images/report_bg.png") no-repeat center center;
  background-size: cover;
  padding: .6rem 0
}
@media (min-width:768px) {
  .foot-report ul {
    display: flex
  }
  .foot-report li {
    flex: 2;
    margin-right: .1rem
  }
  .foot-report .submitbox {
    flex: 1
  }
}
.foot-report .submitbox {
  margin-right: 0
}
.foot-report .submitbox .submit {
  background: #333;
  color: #fff;
  display: block;
  width: 100%
}
@media (max-width:768px) {
  .foot-report {
    padding: .5rem 2vw
  }
  .foot-report li {
    margin-bottom: 10px
  }
}
.foot-report input, .foot-report select, .foot-report .submit {
  background: #fff;
  height: .6rem;
  font-size: .2rem;
  border: 0;
  padding-left: .2rem;
  border-radius: 0
}
@media (max-width:1200px) {
  .foot-report input, .foot-report select, .foot-report .submit {
    font-size: 16px
  }
}
@media (max-width:768px) {
  .foot-report input, .foot-report select, .foot-report .submit {
    height: 44px
  }
}
.foot-report .layui-form-select dl {
  top: 100%;
  margin-top: 2px
}
.layui-form-select dl dd.layui-this {
  background-color: #f08300
}
.vmore {
  font-size: 30px;
  display: inline-block;
  position: relative;
  color: #fff
}
.vmore i {
  font-size: 80%;
  padding-left: 3px
}
.vmore::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: .09rem;
  background-color: #f08300;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all .5s cubic-bezier(.24, .77, .25, 1)
}
.vmore span {
  position: relative;
  z-index: 2
}
.vmore:hover::after {
  content: '';
  display: block;
  position: absolute;
  height: 50%
}
@media (max-width:640px) {
  .vmore {
    font-size: 18px
  }
}
.bggray {
  background: #f2f2f3
}
.fxc {
  display: -webkit-flex !important;
  display: flex !important;
  display: -webkit-box !important;
  display: box !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  box-align: center !important;
  -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important
}
.vhd {
  font-size: .36rem;
  font-size: 26px
}
.vhd em {
  color: #f08300;
  padding: 0 5px
}
.vhd .en {
  color: #999;
  text-transform: uppercase
}
@media (max-width:480px) {
  .vhd h2 {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    align-items: flex-end
  }
  .vhd h2 > * {
    line-height: 1
  }
  .vhd em {
    padding: 0 2px 0 0
  }
  .vhd .en {
    font-size: 18px
  }
}
.crumbs_box {
  padding: .3rem 0;
  color: #999;
  font-size: 16px
}
.crumbs_box a {
  color: #999
}
.crumbs_box a:hover {
  color: #f08300
}
.crumbs_box em {
  color: #f08300
}
.crumbs_box .icon-r {
  font-size: 12px;
  padding: 0 1px;
  display: inline-block
}
@media (min-width:640px) {
  .crumbs_box.fixed {
    position: relative;
    margin-top: -0.7rem;
    z-index: 55;
    padding: 0
  }
}
@media (max-width:600px) {
  .crumbs_box {
    /* display: none !important */
  }
}
.crumbs_box.bggray {
  height: 50px;
  line-height: 50px;
  padding: 0;
  background-color: #e5e5e5
}
.special_top {
  position: relative;
  overflow: visible
}
.special_top .crumbs_box {
  background-color: #e6e6e6;
  padding: 0;
  line-height: 80px;
  height: 80px
}
@media (max-width:992px) {
  .special_top .crumbs_box {
    height: 1rem;
    line-height: 1rem
  }
}
.special_top .datas {
  background: url("http://www.sz-yxkj.cn/static/yxkj/images/pd.png") no-repeat center center;
  background-size: cover;
  color: #fff;
  width: 60vw;
  position: absolute;
  top: -0.8rem;
  right: 0;
  bottom: 0
}
.special_top .data_inner {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
  font-size: 18px;
  height: 1.6rem
}
.special_top .data_inner .item {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.special_top .data_inner b {
  font-family: medium
}
.special_top .data_inner .val {
  display: block;
  font-size: .6rem
}
.special_top .content {
  position: relative;
  width: 83vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  z-index: 55;
  padding: 1.24rem 0 1.6rem;
  background: #fff;
  overflow: hidden
}
@media (max-width:1360px) {
  .special_top .content {
    width: 92%
  }
}
@media (max-width:460px) {
  .special_top .content {
    width: 94%
  }
}
@media (min-width:1199px) {
  .special_top .content .rightbox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%
  }
  .special_top .content .rightbox.s2 {
    top: auto;
    bottom: 0;
    transform: translateY(0)
  }
  .special_top .content .leftbox {
    width: 52%
  }
}
@media (max-width:480px) {
  .special_top .content {
    padding: .7rem 0 .6rem
  }
}
@media (max-width:1199px) {
  .special_top .leftbox {
    padding-right: 6vw;
    margin-bottom: .7rem
  }
  .special_top .rightbox {
    text-align: center
  }
  .special_top .rightbox .img {
    max-width: 600px
  }
}
@media (max-width:1199px) and (max-width:992px) {
  .special_top .leftbox {
    padding-right: 0
  }
}
@media (min-width:1200px) {
  .special_top .rightbox {
    overflow: hidden
  }
  .special_top .rightbox .img {
    position: relative;
    right: -15%;
    display: block
  }
}
.special_top .hd {
  padding-bottom: .5rem;
  position: relative
}
.special_top .hd::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #f08300;
  width: 25px;
  height: .05rem;
  left: 0;
  bottom: .3rem;
  transition: .6s
}
.special_top .hd h2 {
  font-size: .36rem;
  margin-bottom: .04rem
}
.special_top .hd .desc {
  color: #999;
  font-size: 18px
}
.special_top .hd:hover::after {
  width: 50px
}
.special_top .bd {
  font-size: 16px;
  color: #666;
  line-height: 1.8
}
.special_top .bd * + * {
  margin-top: 1em
}
.special_top .bd h6 {
  font-size: 24px;
  color: #f08300
}
@media (max-width:992px) {
  .special_top .hd h2 {
    font-size: 30px
  }
  .special_top .data_inner {
    color: #f08300
  }
  .special_top .rightbox {
    margin-top: .5rem
  }
}
@media (max-width:768px) {
  .special_top .hd h2 {
    font-size: 24px
  }
  .special_top .data_inner {
    font-size: 14px
  }
  .special_top .leftbox h6 {
    font-size: 20px
  }
  .special_top .rightbox .img {
    max-width: 80%
  }
}
.banner_box {
  height: 5.2rem;
  position: relative;
  overflow: hidden
}
.banner_box .mouse_wrap {
  bottom: 20%
}
.banner_box.h760 {
  height: 7.6rem;
  max-height: 100vh
}
@media (max-width:992px) {
  .banner_box.h760 {
    height: 5.2rem
  }
}
.banner_box.h670 {
  height: 6.6rem;
  max-height: 100vh
}
@media (max-width:992px) {
  .banner_box.h670 {
    height: 5.2rem
  }
}
.banner_box.h838 {
  height: 8.38rem;
  max-height: 100vh
}
@media (max-width:992px) {
  .banner_box.h838 {
    height: 5.2rem
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
.banner_box .inner {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  color: #fff;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  width: 83vw
}
@media (max-width:1360px) {
  .banner_box .inner {
    width: 92%
  }
}
@media (max-width:460px) {
  .banner_box .inner {
    width: 94%
  }
}
@media (min-width:1201px) {
  .banner_box .inner {
    padding-top: .4rem
  }
}
.banner_box .vhd {
  font-size: .48rem;
  margin-bottom: .1rem
}
.banner_box .vhd .en {
  color: #fff
}
.banner_box .desc {
  font-size: .24rem
}
.banner_box .desc em {
  color: #f08300
}
.banner_box .inner.case {
  margin-top: -80px
}
.banner_box .inner.case .vhd {
  font-size: .72rem
}
.banner_box .inner.case .desc {
  font-size: 16px
}
.banner_box .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}
.banner_box .bg:not(.default) {
  transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
  transform: scale(1.2)
}
.banner_box .bg.animated {
  transform: scale(1)
}
@media (max-width:992px) {
  .banner_box h5 {
    font-size: 26px
  }
  .banner_box .desc {
    font-size: 18px
  }
  .banner_box .zxbtn {
    padding: 5px 20px
  }
}
.banner_box .disign {
  color: #f08300;
  display: inline-block;
  border: .04rem solid #f08300;
  padding: .3rem
}
.banner_box .disign h2 {
  font-size: .6rem;
  line-height: 1.2;
  padding-bottom: .8rem;
  position: relative;
  font-weight: bold
}
.banner_box .disign h2::after {
  content: '';
  display: block;
  position: absolute;
  width: 22px;
  height: 5px;
  background-color: #f08300;
  bottom: .4rem
}
.banner_box .disign .en {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold
}
@media (max-width:992px) {
  .banner_box .disign .en {
    font-size: 16px
  }
}
@media (max-width:480px) {
  .banner_box .disign .en {
    font-size: 14px
  }
}
.banner_box .disign.gray {
  border-color: #fff
}
.banner_box .disign.gray > * {
  color: #fff
}
.banner_box .disign.gray h2::after {
  background: #fff
}
.banner_box .disign.gray .en {
  transform-origin: 0 center
}
@keyframes downico {
  0% {
    opacity: .5
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: .5
  }
}
.mouse_wrap {
  width: 83vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  z-index: 55;
  cursor: pointer
}
@media (max-width:1360px) {
  .mouse_wrap {
    width: 92%
  }
}
@media (max-width:460px) {
  .mouse_wrap {
    width: 94%
  }
}
.mouse_wrap .mouse {
  color: #999;
  font-size: 12px;
  padding-top: 54px;
  background: url("http://www.sz-yxkj.cn/static/yxkj/images/mouse.png") no-repeat center top;
  background-size: contain;
  background-size: 26px;
  position: relative;
  animation: downico 2s ease-out infinite
}
.mouse_wrap .mouse:hover {
  color: #fff
}
.mouse_wrap .mouse.cf {
  color: #fff
}
.index_banner {
  width: 100%;
  height: calc((100vh - 1rem));
  position: relative;
  color: #fff
}
@media (max-width:1200px) {
  .index_banner {
    height: 8rem
  }
}
@media (max-width:640px) {}
.index_banner .mouse_wrap {
  bottom: .3rem
}
.index_banner .mouse_wrap .mouse {
  color: #fff
}
.index_banner .vmore {
  color: #fff
}
.index_banner .tool {
  position: absolute;
  left: 30%;
  right: 0;
  bottom: 0;
  height: .8rem;
  background: rgba(255, 255, 255, 0.9);
  z-index: 55
}
.index_banner .pnext_wrap {
  width: 1.6rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 55
}
.index_banner .pnext_wrap .pnext {
  width: .8rem;
  height: .8rem;
  line-height: 8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: .34rem;
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer
}
.index_banner .pnext_wrap .prev {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ic_l.png")
}
.index_banner .pnext_wrap .prev:hover {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ic_l_on.png")
}
.index_banner .pnext_wrap .next {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ic_r.png")
}
.index_banner .pnext_wrap .next:hover {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ic_r_on.png")
}
.index_banner .swiper-pagination {
  padding-left: .4rem;
  text-align: left;
  width: 50%
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #e6e6e6;
  height: .2rem;
  width: .2rem;
  background: transparent;
  background: #fff;
  border-radius: 0 !important;
  margin: 0 .07rem;
  position: relative;
  transition: .6s
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #f08300;
  background-color: #f08300
}
.index_banner li {
  position: relative;
  overflow: hidden
}
.index_banner li .img {
  display: block
}
.index_banner li .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index_banner .content {
  width: 83vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  z-index: 55;
  color: #fff
}
@media (max-width:1360px) {
  .index_banner .content {
    width: 92%
  }
}
@media (max-width:460px) {
  .index_banner .content {
    width: 94%
  }
}
.index_banner .tag {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: all 1s cubic-bezier(.24, .77, .25, 1);
  transition-delay: .1s;
  line-height: 1.2
}
.index_banner .tag em {
  color: #f08300;
  padding: 0 4px;
  display: inline-block
}
.index_banner .desc {
  font-size: .54rem;
  transition: all 1s cubic-bezier(.24, .77, .25, 1);
  transition-delay: .2s;
  margin: 30px 0 40px;
  line-height: 1.2
}
@media (max-width:1360px) {
  .index_banner .swiper-pagination {
    bottom: .2rem
  }
}
@media (max-width:640px) {
  .index_banner .tag {
    font-size: 20px
  }
  .index_banner .desc {
    font-size: 26px;
    margin: .5rem 0
  }
}
.index_banner .ani011 {
  opacity: 1;
  filter: alpha(opacity=0);
  transform: translate(0, 1rem);
  transition-duration: .8s;
  transition-property: all;
  transition-timing-function: ease-out
}
.index_banner .ani012 {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -20vh);
  transition-duration: .8s;
  transition-property: all;
  transition-timing-function: ease-out
}
.index_banner .swiper-slide-active .bg {
  transform: scale(1)
}
.index_banner .swiper-slide-active .ani011, .index_banner .swiper-slide-active .ani012 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0)
}
.index_banner .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .2rem
}
@media (min-width:1920px) {
  .index_banner li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }
  .index_banner li .img {
    visibility: hidden
  }
}
@media (max-width:1919px) and (min-width:993px) {
  .index_banner li {
    background: none !important
  }
}
@media (max-width:992px) {
  .index_banner .swiper-pagination {
    bottom: 10px
  }
  .index_banner li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }
  .index_banner li .img {
    visibility: hidden
  }
}
.index_case {
  background: #252525;
  padding-bottom: 1rem;
  padding-top: .5rem;
  position: relative
}
.index_background {
  background-color: #fff !important;
  padding-top: 1rem;
}
.tp_background {
  background-color: #f7f7f7 !important;
  padding-top: 1rem;
}
.index_background .hd {
  color: #000;
  text-align: center;
  padding-bottom: 0.5rem
}
.index_background .hd .desc {
  font-size: .24rem
}
.index_background .hd h2 {
  font-size: .48rem;
  margin-bottom: .1rem;
  margin-top: 0.3rem;
}
.index_background .case_list {
  padding-top: 0.5rem;
}
.index_bg {
  background-color: #fff !important;
}
.index_bg .hd {
  color: #000 !important;
}
.index_bg .hd h2 {
  font-size: .38rem !important;
}
.index_case::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1.4rem;
  background-color: #e88d20;
  left: 0;
  top: 0
}
@media (max-width:1199px) {
  .index_case::before {
    height: 10px
  }
}
.index_case .wrap {
  position: relative;
  z-index: 5
}
@media (min-width:1200px) {
  .index_case .txtbox {
    width: 33.3%;
    position: absolute;
    left: 0;
    top: 0
  }
  .index_case .txtbox .inner {
    padding-right: .2rem
  }
  .index_case .txtbox::after {
    content: '';
    display: block;
    position: absolute;
    top: -0.5rem;
    bottom: 0;
    right: .2rem;
    background-color: #fff;
    z-index: 1;
    width: 50vw
  }
  .index_case .txtbox ._bg {
    visibility: hidden
  }
  .index_case .txtbox .info {
    visibility: hidden
  }
  .index_case .txtbox .content {
    right: .2rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    padding: .2rem .2rem 0 0
  }
}
@media (min-width:1200px) and (max-width:1200px) {
  .index_case .txtbox .inner {
    padding-right: .1rem
  }
  .index_case .txtbox::after {
    right: .1rem
  }
}
.index_case .txtbox .txt {
  font-size: 24px;
  line-height: 1.5;
  margin: .2rem auto .3rem;
  max-width: 700px
}
.index_case .txtbox .txt em {
  color: #f08300
}
.index_case .txtbox .vmore {
  color: #333;
  font-size: 24px
}
@media (max-width:1360px) {
  .index_case .txtbox .vmore, .index_case .txtbox .txt {
    font-size: 20px
  }
}
@media (max-width:1199px) {
  .index_case .txtbox {
    background: none !important;
    color: #fff
  }
  .index_case .txtbox ._bg {
    display: none
  }
  .index_case .txtbox .content {
    padding-right: .5rem
  }
  .index_case .txtbox .vmore, .index_case .txtbox .txt {
    font-size: 20px
  }
  .index_case .txtbox .content {
    padding: .5rem 0 !important;
    overflow: hidden
  }
  .index_case .txtbox .vhd {
    text-align: center
  }
  .index_case .txtbox .txt {
    font-size: 18px;
    margin: .4rem auto
  }
  .index_case .txtbox .vmore {
    float: right
  }
  .index_case .txtbox .vmore span {
    font-size: 18px;
    color: #fff
  }
}
.nobg {
  background: none !important
}
.case_item .info {
  padding: .2rem .26rem .24rem
}
.case_item .info .tit {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  height: 69px;
  line-height: 23px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* -webkit-line-clamp: 1 */
}
.case_item .info .title-2 {
  font-size: 24px;
  margin-bottom: 15px;
  height: 23px;
  line-height: 23px;
}
.case_item .info .tag {
  font-size: 16px;
  color: #666
}
@media (max-width:991px) {
  .case_item .info .tag {
    line-height: 20px
  }
}
@media (max-width:1200px) {
  .case_item .info .tit {
    font-size: 20px
  }
}
@media (max-width:640px) {
  .case_item .info {
    padding: .2rem .2rem .24rem
  }
  .case_item .info .tit {
    font-size: 20px
  }
  .case_item .info .tag {
    font-size: 14px
  }
  .index_background .hd .desc{
	  font-size:0.3rem;
	  margin-top:0.4rem;
  }
}
@media (max-width:479px) {
  .case_item .info .tit {
    font-size: 17px
  }
  .case_item .info .tag {
    font-size: 12px
  }
}
.case_list {
  margin-left: -0.2rem !important;
  margin-right: -0.2rem !important;
  padding-bottom: .4rem
}
.case_list > * {
  padding-left: .2rem !important;
  padding-right: .2rem !important
}
.case_list li {
  margin-bottom: .4rem
}
@media (max-width:1680px) {
  .case_list {
    margin-left: -0.15rem !important;
    margin-right: -0.15rem !important
  }
  .case_list > * {
    padding-left: .15rem !important;
    padding-right: .15rem !important
  }
  .case_list li {
    margin-bottom: .3rem
  }
}
@media (max-width:1200px) {
  .case_list {
    margin-left: -0.1rem !important;
    margin-right: -0.1rem !important
  }
  .case_list > * {
    padding-left: .1rem !important;
    padding-right: .1rem !important
  }
  .case_list li {
    margin-bottom: .2rem
  }
}
.case_list .inner {
  background: #fff
}
@media (max-width:600px) {
  .case_list._index {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .case_list._index li {
    width: 100%;
    margin-bottom: .3rem
  }
}
.more_wrap {
  padding-top: 0.3rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex !important;
  display: flex !important;
  display: -webkit-box !important;
  display: box !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  box-align: center !important;
  -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important
}
.more_wrap a {
  background-color: #f08300;
  display: inline-block;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  padding: 0 26px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex !important;
  display: flex !important;
  display: -webkit-box !important;
  display: box !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  box-align: center !important;
  -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  transition: .6s
}
.more_wrap a:hover {
  background-color: #f08300;
  border-color: #f08300
}
.more_wrap a .arr {
  width: 30px;
  height: 30px;
  display: block;
  background: url("../image/arrow2.png") no-repeat center center;
  background-size: contain;
  margin-left: 12px
}
@media (max-width:640px) {
  .more_wrap a {
    height: 42px;
    line-height: 42px;
    padding: 0 20px
  }
  .more_wrap a .arr {
    height: 30px;
    margin-left: 6px
  }
}
.more_wrap.red a {
  color: #f08300;
  border-color: #f08300
}
.more_wrap.red a .arr {
  background-image: url("../image/arrow2.png");
  transition: .6s
}
.more_wrap.red a:hover {
  background-color: #f08300;
  color: #fff
}
.more_wrap.red a:hover .arr {
  background-image: url("../image/arrow2.png")
}
.index_nav {
  padding: .8rem 0 1rem;
  background: #fff;
  overflow: hidden;
  z-index: 55;
  position: relative
}
.index_nav::before, .index_nav::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 1s;
  transition-delay: .05s;
  width: 46%
}
@media (max-width:1920px) {}
.index_nav::before {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/pd_p.png");
  left: -10vw;
  background-position: right center
}
.index_nav::after {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/pd_d.png");
  right: -10vw;
  background-position: left center
}
@media (max-width:1480px) {
  .index_nav::before {
    background-size: contain
  }
  .index_nav::after {
    background-size: contain
  }
}
@media (min-width:992px) {
  .index_nav.show::before {
    left: 0;
    opacity: .8
  }
  .index_nav.show::after {
    right: 0;
    opacity: .8
  }
}
.index_nav .pinner {
  position: relative;
  z-index: 5
}
@media (max-width:1920px) {
  .index_nav {
    background-size: 102% auto
  }
}
@media (max-width:992px) {
  .index_nav {
    background-size: 0
  }
}
.index_nav .myCanvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 55
}
.index_nav .hd {
  text-align: center;
  margin-bottom: .3rem
}
.index_nav .hd h2 {
  font-size: .48rem;
  margin-bottom: .1rem
}
.index_nav .hd h2 em {
  font-size: .72rem;
  color: #f08300;
  position: relative;
  top: .04rem
}
.index_nav .hd .desc {
  font-size: 24px
}
@media (min-width:769px) {
  .index_nav li {
    width: 20%;
    position: relative;
    float: left;
    font-size: 18px
  }
  .index_nav li .icons {
    display: block;
    margin: 0 auto 6px;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    box-pack: center
  }
  .index_nav li .icons ._bg {
    visibility: hidden
  }
  .index_nav li .icons .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    box-pack: center
  }
  .index_nav li .icons .icon {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto
  }
  .index_nav li .cover {
    position: absolute;
    left: 0%;
    top: 0%;
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: ease-in .3s;
    background: url("http://www.sz-yxkj.cn/static/yxkj/images/brand_bg.png") no-repeat center center;
    background-size: cover;
    padding: .3rem
  }
  .index_nav li .cover .tit {
    font-size: .24rem;
    margin-bottom: 14px;
    color: #fff;
    display: block;
    transition: .6s;
    transform: translateY(20px)
  }
  .index_nav li .cover .txt {
    font-size: 14px;
    line-height: 1.8;
    transition: .6s;
    transform: translateY(30px);
    transition-delay: .05s
  }
  .index_nav li.ac .cover, .index_nav li:hover .cover {
    opacity: 1;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.2)
  }
  .index_nav li.ac .cover .tit, .index_nav li:hover .cover .tit {
    transition: .6s;
    display: inline-block;
    position: relative
  }
  .index_nav li.ac .cover .tit::after, .index_nav li:hover .cover .tit::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px
  }
  .index_nav li.ac .cover .tit:hover, .index_nav li:hover .cover .tit:hover {
    transform: translateX(5px)
  }
  .index_nav li.ac .cover .tit, .index_nav li:hover .cover .tit, .index_nav li.ac .cover .txt, .index_nav li:hover .cover .txt {
    transform: translateY(0)
  }
}
@media (min-width:769px) and (max-width:1300px) {
  .index_nav li .cover .txt {
    line-height: 1.6
  }
}
@media (min-width:769px) and (max-width:1199px) {
  .index_nav li .cover {
    padding: .2rem
  }
  .index_nav li .cover .tit {
    margin-bottom: 6px
  }
  .index_nav li .cover .txt {
    line-height: 1.5
  }
}
@media (min-width:769px) and (max-width:992px) {
  .index_nav li .cover {
    padding: .4rem
  }
  .index_nav li .cover .tit {
    font-size: .24rem;
    margin-bottom: 14px
  }
  .index_nav li .cover .txt {
    font-size: 14px
  }
}
@media (min-width:769px) and (max-width:1360px) {
  .index_nav li {
    width: 25%
  }
}
@media (min-width:769px) and (max-width:1200px) {
  .index_nav li .cover .tit {
    font-size: 20px
  }
}
@media (min-width:769px) and (max-width:992px) {
  .index_nav li {
    width: 33.33%
  }
}
@media (max-width:768px) {
  .index_nav .hd {
    width: 83vw;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto
  }
  .index_nav .hd .desc {
    font-size: 18px
  }
  .index_nav .list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
  }
  .index_nav .list::after {
    display: none
  }
  .index_nav li {
    width: 32%;
    float: none;
    border: 1px solid #f2f2f3;
    padding: .2rem .2rem .3rem;
    margin-bottom: .4rem;
    margin-right: 2%
  }
  .index_nav li:nth-child(3n) {
    margin-right: 0
  }
  .index_nav li ._bg {
    display: none
  }
  .index_nav li .icons {
    text-align: center
  }
  .index_nav li .icons .tit {
    font-size: 22px
  }
  .index_nav li .cover {
    display: none
  }
  .index_nav li .cover .tit {
    font-size: 18px;
    text-align: center;
    margin-bottom: .1rem
  }
  .index_nav li .cover .txt {
    font-size: 16px
  }
}
@media (max-width:768px) and (max-width:1360px) {
  .index_nav .hd {
    width: 92%
  }
}
@media (max-width:768px) and (max-width:460px) {
  .index_nav .hd {
    width: 94%
  }
}
@media (max-width:640px) {
  .index_nav .tit {
    font-size: 16px !important
  }
}
@media (max-width:480px) {
  .index_nav li {
    padding-left: 0;
    padding-right: 0
  }
  .index_nav li .icons .icon {
    width: 60px;
    height: 60px
  }
  .index_nav .tit {
    font-size: 14px !important
  }
}
@media (max-width:460px) {
  .index_nav .list {
    justify-content: space-between
  }
  .index_nav li {
    width: 48%;
    margin-right: 0
  }
}
@-webkit-keyframes move {
  0% {
    background-position: 0
  }
  50% {
    background-position: 50px 0
  }
  100% {
    background-position: 0px 0
  }
}
.index_service {
  background-color: #000;
  overflow: visible;
  padding: .8rem 0 0;
  position: relative;
  z-index: 5
}
.index_service iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130%;
  width: 100%
}
@media (max-width:992px) {
  .index_service iframe {
    height: 150%
  }
}
@media (max-width:768px) {
  .index_service iframe {
    height: 180%
  }
}
.index_service .wrap {
  position: relative;
  z-index: 55
}
.index_service .hd {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem
}
.index_service .hd h2 {
  font-size: .48rem;
  margin-bottom: .1rem;
  margin-top: 0.3rem;
}
.index_service .hd h2 em {
  font-size: .72rem;
  color: #f08300
}
@media (max-width:992px) {
  .index_service .hd {
    margin-bottom: 0
  }
}
.index_service .hd .desc {
  font-size: .24rem
}
@media (max-width:1680px) {
  .index_service .hd .desc br {
    display: none
  }
}
@media (max-width:992px) {
  .index_service .hd .desc {
    font-size: 18px
  }
}
@media (max-width:768px) {
  .index_service .hd .desc {
    font-size: 16px
  }
}
.index_service .bd {
  padding: .5rem 0 .5rem;
  background: #fff;
  position: relative;
  top: .6rem;
  box-shadow: 0 .2rem .2rem rgba(0, 0, 0, 0.1)
}
@media (max-width:768px) {}
.index_service li + li {
  border-left: 1px solid #f2f2f3
}
.index_service .titbox {
  text-align: center;
  position: relative;
  margin-bottom: .3rem;
  margin-top: .3rem;
}
.index_service .titbox .en {
  font-size: .48rem;
  text-transform: uppercase;
  opacity: .1;
  line-height: .9rem
}
.index_service .titbox .tit {
  font-size: .36rem;
  color: #f08300;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  height: .8rem;
  line-height: .8rem;
}
.index_service .info {
  padding-left: .9rem;
  padding-top: 0.5rem;
  font-size: 16px;
  color: #666;
  line-height: 40px
}
.index_service .info p {
  position: relative;
  padding-left: 26px
}
.index_service .info p::before {
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background-color: #f08300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0
}
@media (max-width:1680px) {
  .index_service .titbox {
    margin-bottom: .2rem
  }
  .index_service .titbox .en {
    font-size: .4rem
  }
  .index_service .titbox .tit {
    font-size: 20px
  }
  .index_service .info {
    padding-left: .5rem
  }
}
@media (max-width:1200px) {
  .index_service .info {
    padding-left: .4rem
  }
  .index_service .info p {
    padding-left: .2rem
  }
}
@media (max-width:992px) {
  .index_service li:nth-child(3) {
    border-left: 0
  }
  .index_service li:nth-child(3), .index_service li:nth-child(4) {
    position: relative;
    margin-top: .8rem
  }
  .index_service li:nth-child(3)::before, .index_service li:nth-child(4)::before {
    content: '';
    display: block;
    width: 80%;
    border-top: 1px solid #f2f2f3;
    top: -0.4rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
  }
}
@media (max-width:640px) {
  .index_service .titbox .tit {
    height: .9rem;
    line-height: .9rem;
    font-size: 14px
  }
  .index_service .info {
    font-size: 14px;
    line-height: 34px
  }
  .index_service .info p {
    padding-left: .3rem
  }
}
.index_point {
  background: #f2f2f3;
  padding: 1.8rem 0 1rem;
  position: relative;
  z-index: 1
}
.index_point11 {padding: 1rem 0 1rem;}
@media (max-width:640px) {
  .index_point {
    padding-top: 1.6rem;
  }
}
@media (max-width:640px) and (max-width:480px) {
  .index_point {
    padding-top: 2rem;
  }
}
.index_point .vhd {
  margin-bottom: .46rem
}
@media (min-width:641px) {
  .index_point .vhd {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}
@media (max-width:640px) {
  .index_point .vhd {
    text-align: center
  }
}
.index_point nav {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  font-size: 18px;
  color: #666
}
@media (max-width:640px) {
  .index_point nav {
    margin: .4rem 0 .6rem;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex !important;
    display: flex !important;
    display: -webkit-box !important;
    display: box !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    box-align: center !important;
    -webkit-box-pack: center !important;
    box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }
}
.index_point nav .item {
  cursor: pointer;
  position: relative
}
.index_point nav .item span {
  position: relative;
  z-index: 5
}
.index_point nav .item + .item {
  margin-left: .6rem
}
.index_point nav .active {
  font-family: thin
}
.index_point nav .active::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: .08rem;
  background-color: #f08300;
  left: 0;
  bottom: 0
}
.index_point .row {
  margin-left: -0.09rem !important;
  margin-right: -0.09rem !important;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch
}
.index_point .row > * {
  padding-left: .09rem !important;
  padding-right: .09rem !important
}
.index_point .row li {
  margin-bottom: .36rem
}
.index_point .row .inner {
  background: #fff;
  padding: 30px 26px 56px;
  transition: .6s;
  height: 100%;
  position: relative
}
.index_point .row .inner::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: .07rem;
  background-color: #f08300;
  left: 0;
  top: 0;
  transition: ease-in .2s
}
.index_point .row .inner:hover {
  box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.1)
}
.index_point .row .inner:hover::before {
  width: 100%
}
.index_point .row .inner:hover .title {
  color: #f08300
}
.index_point .row .inner:hover .arr {
  background-image: url("../image/arrow.png")
}
.index_point .row .inner .arr {
  width: 25px;
  height: 25px;
  background: url("../image/arrow.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: .3rem;
  bottom: 15px;
  display: inline-block;
}
.index_point .row .inner .title {
  font-size: 20px;
  display: block;
  line-height: 30px
}
@media (min-width:640px) {
  .index_point .row .inner .title {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 60px
  }
}
.index_point .row .inner .data {
  color: #999;
  margin: 5px 0 14px
}
.index_point .row .inner .data a {
  color: #999;
  display: inline-block;
  margin-left: 5px
}
.index_point .row .inner .data a:hover {
  color: #f08300
}
.index_point .row .inner .desc {
  color: #999;
  line-height: 22px;
  height: 44px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2
}
@media (max-width:640px) {
  .index_point .row .inner {
    padding: 20px 16px 60px;
    height: auto !important;
  }
}
.index_brand {
  padding: .8rem 0 .8rem;
  border-top: 3px solid #f08300;
  background: #fff
}
@media (min-width:1200px) {
  .index_brand .wrap {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}
@media (max-width:1199px) {
  .index_brand {
    text-align: center
  }
  .index_brand .leftbox {
    margin-bottom: 1rem
  }
  .index_brand .leftbox .btns {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex !important;
    display: flex !important;
    display: -webkit-box !important;
    display: box !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    box-align: center !important;
    -webkit-box-pack: center !important;
    box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }
}
.index_brand .leftbox .tit {
  font-size: 20px;
  color: #666
}
.index_brand .leftbox .info {
  margin: .24rem 0 .5rem
}
.index_brand .leftbox h5 {
  font-size: .36rem;
  margin-bottom: .06rem
}
.index_brand .leftbox h5 .tel {
  color: #f08300
}
.index_brand .leftbox h5 em {
  font-size: 18px;
  color: #f08300;
  display: inline-block;
  position: relative;
  top: -2px
}
@media (max-width:414px) {
  .index_brand .leftbox h5 .start {
    display: block
  }
}
.index_brand .leftbox .desc {
  font-size: 18px
}
.index_brand .leftbox .desc span {
  color: #f08300
}
.index_brand .leftbox .btns {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center
}
.index_brand .leftbox .btns a + a {
  margin-left: .2rem
}
.index_brand .leftbox .btns a {
  width: 2.1rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  background-color: #f08300;
  color: #fff;
  display: block;
  font-size: 20px
}
.index_brand .leftbox .btns a i {
  margin-right: .1rem
}
.index_brand .leftbox .btns .contact {
  background-color: #ababab
}
.index_brand .leftbox .btns .contact:hover {
  background-color: #f08300
}
@media (max-width:768px) {
  .index_brand .leftbox {
    text-align: left
  }
  .index_brand .leftbox .btns a {
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px
  }
}
@media (max-width:640px) {
  .index_brand .leftbox .tit {
    font-size: 16px
  }
  .index_brand .leftbox h5 {
    font-size: 28px;
    line-height: 1.3
  }
  .index_brand .leftbox .desc {
    font-size: 14px
  }
}
.index_brand .rightbox {
  text-align: center;
  font-size: 16px
}
@media (min-width:481px) {
  .index_brand .rightbox {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex !important;
    display: flex !important;
    display: -webkit-box !important;
    display: box !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    box-align: center !important;
    -webkit-box-pack: center !important;
    box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }
}
.index_brand .rightbox .item {
  border: 1px solid #f2f2f3;
  padding: 15px 15px 20px
}
.index_brand .rightbox .item + .item {
  margin-left: .4rem
}
.index_brand .rightbox img {
  display: block;
  margin: 0 auto .2rem;
  width: 1.6rem;
  height: 1.6rem
}
@media (max-width:768px) {
  .index_brand .rightbox img {
    width: 3rem;
    height: 3rem
  }
}
@media (max-width:480px) {
  .index_brand .rightbox {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto
  }
  .index_brand .rightbox img {
    width: 2.7rem;
    height: 2.7rem
  }
  .index_brand .rightbox .item {
    padding: .2rem .14rem .3rem
  }
  .index_brand .rightbox .item + .item {
    margin-left: 0
  }
}
.index_brand .rightbox .tit {
  color: #666
}
.index_brand .rightbox .desc {
  color: #f08300
}
.footer {
  background: #000;
  color: #fff;
  text-align: center
}
.footer .content {
  padding: .95rem 0 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.footer .content a {
  color: #fff
}
.footer .content a:hover {
  color: #f08300
}
.footer .content img {
  width: .8rem;
  height: .8rem
}
.footer .content h6 {
  font-size: .24rem;
  margin-top: .2rem;
  margin-bottom: .04rem
}
.footer .content p {
  font-size: 16px
}
@media (max-width:992px) {
  .footer .content {
    padding-bottom: .6rem
  }
  .footer .content li {
    margin-bottom: 1rem
  }
  .footer .content li h6 {
    font-size: 18px
  }
  .footer .content li p {
    font-size: 14px
  }
}
@media (max-width:480px) {
  .footer .content img {
    width: 50px;
    height: 50px
  }
  .footer .content h6 {
    margin-top: .1rem
  }
}
.footer .copy_txt {
  font-size: 12px;
  padding: .34rem 0 .34rem;
  line-height: 1.8;
  color: #999
}
.footer .copy_txt a {
  color: #999
}
.footer .copy_txt a:hover {
  color: #fff
}
.footer .copy_txt a, .footer .copy_txt span {
  display: inline-block;
  padding: 0 3px
}
.case_nav {
  font-size: 26px;
  margin-bottom: .5rem
}
@media (min-width:768px) {
  .case_nav {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex !important;
    display: flex !important;
    display: -webkit-box !important;
    display: box !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    box-align: center !important;
    -webkit-box-pack: center !important;
    box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important
  }
}
.case_nav .item {
  display: block;
  padding: 0 .4rem;
  position: relative;
  cursor: pointer
}
.case_nav .item a {
  display: block;
  padding-bottom: .04rem
}
.case_nav .item + .item::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #999;
  border-radius: 50%
}
.case_nav .active a {
  color: #f08300;
  position: relative;
  border-bottom: 3px solid #f08300
}
@media (max-width:992px) {
  .case_nav {
    font-size: 24px
  }
}
@media (max-width:767px) {
  .case_nav {
    font-size: 22px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
  .case_nav .item {
    padding: 0;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: center
  }
  .case_nav .item a {
    display: inline-block
  }
}
@media (max-width:768px) {
  .case_nav {
    font-size: 20px;
    padding: .2rem 0 .1rem
  }
  .case_nav .item::before {
    display: none
  }
}
@media (max-width:460px) {
  .case_nav {
    font-size: 17px
  }
}
@media (min-width:1920px) {
  .special_nav {
    width: 100vw;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
  }
}
.special_nav .row {
  margin-left: 0 !important;
  margin-right: 0 !important
}
.special_nav .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important
}
@media (max-width:768px) {
  .special_nav .cover-box ._bg {
    height: 2.4rem
  }
}
.special_nav li {
  text-align: center;
  position: relative
}
.special_nav li::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 6px;
  background-color: #f08300;
  transition: .6s;
  left: 0;
  bottom: 0;
  z-index: 5
}
@media (min-width:993px) {
  .special_nav li:hover::after {
    width: 100%
  }
  .special_nav li:hover .cover2 dd, .special_nav li:hover .cover2 dt {
    transform: translateY(-0.5rem)
  }
}
.special_nav .cover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  color: #fff;
  width: 90%;
  font-size: 24px
}
.special_nav .cover h5 {
  font-size: 3vw
}
@media (min-width:1920px) {
  .special_nav .cover h5 {
    font-size: 60px
  }
}
@media (min-width:993px) {
  .special_nav .cover h5 br {
    display: none
  }
}
@media (max-width:768px) {
  .special_nav .cover h5 {
    font-size: 1rem
  }
}
.special_nav .cover .desc {
  margin: 5px 0 .3rem
}
.special_nav .cover .qq {
  width: 2.1rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  font-size: 20px;
  color: #f08300
}
@media (max-width:1360px) {
  .special_nav .cover {
    font-size: 20px
  }
}
@media (max-width:992px) {
  .special_nav .cover h5 {
    font-size: .46rem
  }
  .special_nav .cover .desc {
    font-size: 16px
  }
}
.special_nav .cover2 {
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: .6rem;
  color: #fff;
  max-width: 480px;
  transition: .6s
}
.special_nav .cover2 dt {
  font-size: .36rem;
  font-weight: normal;
  position: relative;
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  margin-bottom: .2rem;
  transition: .6s
}
.special_nav .cover2 dd {
  line-height: 24px;
  transition: .6s;
  transition-delay: .1s
}
@media (max-width:768px) {
  .special_nav .cover2 dd {
    display: none
  }
}
.vh2 {
  font-size: .36rem;
  margin-bottom: .4rem;
  text-align: center
}
@media (max-width:992px) {
  .vh2 {
    font-size: 32px
  }
}
@media (max-width:768px) {
  .vh2 {
    font-size: 28px
  }
}
@media (max-width:640px) {
  .vh2 {
    font-size: 24px
  }
}
@media (max-width:480px) {
  .vh2 {
    font-size: 22px
  }
}
.service_box {
  background-color: #e88d20;
  text-align: center;
  color: #fff;
  padding: .76rem 0 .9rem
}
.service_box .vh2 {
  margin-bottom: .8rem
}
@media (min-width:641px) {
  .service_box ul {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}
@media (max-width:640px) {
  .service_box ul {
    display: flex;
    flex-wrap: wrap
  }
  .col_sub {
    margin-top: 1rem;
  }
  .subject a, .subject span {
    padding: 9px 9px !IMPORTANT;
  }
}
.service_box li {
  font-size: 18px;
  position: relative
}
@media (min-width:641px) {
  .service_box li {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
  }
  .service_box li::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: .02rem dotted #fff;
    left: 0;
    top: .44rem
  }
}
@media (max-width:768px) {
  .service_box li {
    font-size: 16px
  }
}
@media (max-width:640px) {
  .service_box li {
    width: 25vw;
    margin-bottom: .6rem
  }
}
@media (max-width:480px) {
  .service_box li {
    font-size: 14px
  }
}
.service_box .ic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto .24rem;
  position: relative;
  z-index: 5;
  width: .88rem;
  height: .88rem;
  border: .04rem solid #fff;
  background-color: #f08300;
  border-radius: 50%;
  background-size: .5rem
}
.service_box .ic.ic1 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/zt_1.png")
}
.service_box .ic.ic2 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/zt_2.png")
}
.service_box .ic.ic3 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/zt_3.png")
}
.service_box .ic.ic4 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/zt_4.png")
}
.service_box .ic.ic5 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/zt_5.png")
}
.service_box .ic.ic6 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/zt_6.png")
}
.service_box .ic.ic7 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/zt_7.png")
}
section {
  overflow: hidden
}
.case_box {
  padding-top: .8rem;
  background: #f2f2f3
}
@media (max-width:480px) {
  .case_box {
    padding-top: .4rem
  }
}
.ux_box {
  background: url("http://www.sz-yxkj.cn/static/yxkj/images/website_bg.jpg") no-repeat center center;
  background-size: cover
}
.ux_box .wrap {
  padding-top: .8rem;
  position: relative
}
@media (min-width:640px) {
  .ux_box .wrap {
    max-height: 7.6rem
  }
  .ux_box .wrap .img {
    width: 50%
  }
  .ux_box .wrap .info {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%
  }
}
.ux_box .vhd {
  font-size: .6rem;
  margin-bottom: .2rem
}
.ux_box .info {
  color: #fff;
  text-align: center
}
.ux_box .desc {
  font-size: 16px;
  line-height: 1.875;
  width: 90%;
  margin: 0 auto
}
@media (max-width:768px) {
  .ux_box .vhd {
    font-size: .5rem
  }
  .ux_box .desc {
    font-size: 14px;
    width: 100%;
    padding-left: 15%
  }
  .ux_box .desc br {
    display: none
  }
}
@media (max-width:640px) {
  .ux_box .vhd {
    font-size: 24px
  }
}
@media (max-width:639px) {
  .ux_box .info {
    margin-bottom: .6rem
  }
  .ux_box .desc {
    padding-left: 0
  }
  .ux_box .desc br {
    display: block
  }
}
@media (min-width:360px) {
  .ux_box .desc {
    font-size: 13px
  }
}
.ux_box_txt {
  width: 83vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: .7rem 0 1.2rem;
  font-size: .48rem;
  text-align: center;
  line-height: 1.5
}
@media (max-width:1360px) {
  .ux_box_txt {
    width: 92%
  }
}
@media (max-width:460px) {
  .ux_box_txt {
    width: 94%
  }
}
@media (max-width:640px) {
  .ux_box_txt {
    font-size: .36rem
  }
}
@media (max-width:414px) {
  .ux_box_txt {
    font-size: .3rem
  }
}
@media (max-width:360px) {
  .ux_box_txt br {
    display: none
  }
}
.ux_list {
  background: #f2f2f3;
  padding: .4rem 0
}
@media (min-width:481px) {
  .ux_list li {
    padding: .4rem 0
  }
  .ux_list li:nth-child(2n) .info {
    float: right
  }
  .ux_list .info, .ux_list .img {
    width: 50%;
    padding: 0 5%;
    float: left
  }
}
@media (min-width:481px) and (max-width:640px) {
  .ux_list .info, .ux_list .img {
    padding: 0 1%
  }
}
@media (max-width:480px) {
  .ux_list li {
    margin-bottom: .3rem
  }
}
.ux_list .info {
  padding-top: .7rem
}
.ux_list .info h2 {
  font-size: 30px;
  margin-bottom: .2rem
}
.ux_list .info .desc {
  font-size: 16px;
  line-height: 1.8
}
@media (max-width:992px) {
  .ux_list .info {
    padding-top: .2rem
  }
  .ux_list .info h2 {
    font-size: 26px
  }
}
@media (max-width:768px) {
  .ux_list .info {
    padding-top: .2rem
  }
  .ux_list .info h2 {
    font-size: 24px;
    margin-bottom: .1rem
  }
}
@media (max-width:640px) {
  .ux_list .info {
    padding-top: .2rem
  }
  .ux_list .info h2 {
    font-size: 22px
  }
  .ux_list .info .desc {
    font-size: 14px
  }
}
@media (max-width:480px) {
  .ux_list .info {
    margin-bottom: .2rem
  }
}
.case_desc {
  background: #fff
}
.case_desc .wrap {
  position: relative
}
.case_desc .wrap .link {
  font-size: 24px;
  padding-left: 46px;
  background: url("http://www.sz-yxkj.cn/static/yxkj/images/link.png") no-repeat 0 center;
  background-size: 28px
}
@media (max-width:600px) {
  .case_desc .wrap .link {
    padding-left: 38px
  }
}
@media (min-width:769px) {
  .case_desc .wrap {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box
  }
  .case_desc .wrap .link {
    position: absolute;
    left: 0;
    bottom: .5rem
  }
  .case_desc .wrap .leftbox {
    width: 40%;
    max-width: 500px
  }
  .case_desc .wrap .leftbox .inner {
    padding-right: 8%;
    padding-top: .9rem
  }
  .case_desc .wrap .rightbox {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
  }
  .case_desc .wrap .crumbs_box, .case_desc .wrap .return {
    position: absolute;
    left: 0;
    top: -78px;
    right: 0;
    height: 80px;
    position: relative
  }
  .case_desc .wrap .crumbs_box::before, .case_desc .wrap .return::before {
    content: '';
    display: block;
    position: absolute;
    width: 80vw;
    height: 100%
  }
  .case_desc .wrap .crumbs_box::before {
    background: rgba(255, 255, 255, 0.9);
    right: 0;
    top: 0
  }
  .case_desc .wrap .crumbs_box_inner {
    position: relative;
    z-index: 5
  }
  .case_desc .wrap .return {
    padding-left: 44px
  }
  .case_desc .wrap .return::before {
    background: rgba(255, 0, 0, 0.9);
    left: 0;
    top: 0
  }
  .case_desc .wrap .return a {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    z-index: 5;
    color: #fff;
    line-height: 80px;
    font-size: 16px;
    background: url("http://www.sz-yxkj.cn/static/yxkj/images/list.png") no-repeat 0 center;
    background-size: 15px
  }
}
.case_desc .leftbox {
  position: relative
}
@media (max-width:600px) {
  .case_desc .leftbox {
    padding-top: .4rem
  }
}
.case_desc .leftbox h2 {
  text-align: left;
  margin-bottom: .3rem
}
.case_desc .leftbox .desc {
  font-size: 16px;
  line-height: 1.75
}
.case_desc .rightbox {
  background: #f2f2f3;
  position: relative
}
.case_desc .rightbox .inner {
  padding: .3rem 0 1.5rem
}
@media (min-width:769px) {
  .case_desc .rightbox::before {
    content: '';
    display: block;
    position: absolute;
    width: 80vw;
    left: 50vw;
    top: 0;
    height: 100%;
    background: #f2f2f3
  }
}
.case_desc .viewbox {
  background: url("http://www.sz-yxkj.cn/static/yxkj/images/view.png") no-repeat center center;
  background-size: contain;
  width: 9.02rem;
  height: 4.72rem;
  position: relative;
  margin: 0 auto
}
.case_desc .viewbox img {
  width: 5.17rem;
  height: 3.23rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  margin: 0 auto;
  margin-top: .3rem
}
@media (max-width:1280px) {
  .case_desc .viewbox {
    width: 9.02rem;
    height: 4.3rem
  }
  .case_desc .viewbox img {
    width: 4.8rem;
    height: 3rem
  }
}
@media (max-width:768px) {
  .case_desc .wrap .desc {
    margin-bottom: .3rem
  }
  .case_desc .wrap .link {
    font-size: 20px
  }
  .case_desc .rightbox {
    margin-top: .4rem
  }
  .case_desc .rightbox .inner {
    padding: .3rem 0 1rem
  }
}
@media (max-width:480px) {
  .case_desc .rightbox .viewbox {
    position: relative;
    left: 50%;
    transform: translateX(-50%)
  }
}
.case_show {
  padding: 1rem 0 1.6rem;
  background: #fff;
  text-align: center
}
@media (max-width:600px) {
  .case_show {
    padding-bottom: .4rem
  }
}
.case_show .imgbox {
  background-color: #252525;
  border-radius: .1rem;
  max-width: 1593.6;
  margin: 0 auto;
  padding: .16rem
}
.case_show .imgbox img {
  display: block;
  width: 100%;
  height: auto !important
}
@media (max-width:480px) {
  .case_show .imgbox {
    width: 90%
  }
}
.case_swiper {
  padding-bottom: 1rem
}
.case_swiper .swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  border: 1px solid #ccc;
  border-radius: 0;
  opacity: 1;
  background: none
}
.case_swiper .swiper-pagination-bullet-active {
  background-color: #f08300;
  border-color: #f08300
}
.case_swiper_box + .index_point {
  padding-top: 1.1rem
}
.case_swiper_box {
  padding-top: .8rem;
  background: #f2f2f3
}
@media (min-width:769px) {
  .case_swiper_box .bd {
    position: relative;
    margin-left: -0.18rem;
    margin-right: -0.18rem
  }
  .case_swiper_box .bd li {
    width: 33.33%
  }
  .case_swiper_box .bd .swiper-slide-inner {
    padding-left: .18rem;
    padding-right: .18rem
  }
}
@media (max-width:768px) {
  .case_swiper_box .bd {
    margin-left: -0.1rem;
    margin-right: -0.1rem
  }
  .case_swiper_box .bd li {
    width: 50%
  }
  .case_swiper_box .bd .swiper-slide-inner {
    padding-left: .1rem;
    padding-right: .1rem
  }
}
.news_topper .wrap_inner {
  padding: .56rem 0 .34rem
}
@media (min-width:769px) {
  .news_topper .wrap_inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box
  }
  .news_topper .wrap_inner > * {
    height: 400px
  }
  .news_topper .wrap_inner .centerbox {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 32%;
    padding: 0 .2rem
  }
  .news_topper .wrap_inner .leftbox {
    width: 41%
  }
  .news_topper .wrap_inner .leftbox .img {
    height: 400px
  }
}
.news_topper .crumbs_box {
  padding: 0 0 20px
}
.news_topper .rightbox {
  background-color: #ba96b6;
  width: 27%;
  display: flex
}
.news_topper .rightbox img {
  margin: auto
}
.news_topper .leftbox {
  position: relative
}
.news_topper .leftbox .tit {
  position: absolute;
  left: .2rem;
  bottom: .24rem;
  right: .2rem;
  z-index: 5;
  font-size: .24rem;
  color: #fff
}
@media (max-width:992px) {
  .news_topper .leftbox .tit {
    font-size: 20px
  }
}
@media (max-width:640px) {
  .news_topper .leftbox .tit {
    font-size: 18px
  }
}
.news_topper .centerbox .lg {
  display: none !important
}
.news_topper .centerbox .xs {
  display: block !important;
  height: 190px
}
@media (max-width:768px) {
  .news_topper .centerbox .xs {
    display: none !important
  }
  .news_topper .centerbox .lg {
    display: block !important
  }
}
@media (max-width:1360px) {
  .news_topper .rightbox {
    display: none !important
  }
  .news_topper .leftbox, .news_topper .centerbox {
    width: 50%
  }
}
@media (max-width:992px) {
  .news_topper .centerbox {
    padding-right: 0 !important
  }
}
@media (max-width:768px) {
  .news_topper .leftbox, .news_topper .centerbox {
    width: 100%
  }
  .news_topper .centerbox {
    display: flex;
    align-items: stretch
  }
}
.news_top_item {
  background: #fff
}
@media (min-width:993px) {
  .news_top_item .img {
    height: 190px
  }
}
@media (min-width:769px) {
  .news_top_item {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center
  }
  .news_top_item .img {
    width: 40%
  }
  .news_top_item .content {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .2rem .16rem
  }
  .news_top_item + .news_top_item {
    margin-top: 20px
  }
}
.news_top_item .tit, .news_top_item .desc {
  display: block;
  line-height: 24px;
  height: 48px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2
}
.news_top_item .tit {
  font-size: 16px
}
.news_top_item .desc {
  color: #999
}
.news_top_item .time {
  color: #999;
  margin: 7px 0 5px
}
@media (max-width:768px) {
  .news_top_item {
    margin-top: .2rem;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
  }
  .news_top_item + .news_top_item {
    margin-left: .2rem
  }
  .news_top_item .content {
    padding: .2rem .2rem .3rem
  }
}
@media (max-width:768px) and (min-width:580px) {
  .news_top_item .tit {
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
  }
}
@media (min-width:1200px) {
  .col_body {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    margin-top: 1rem;
  }
}
.col_body_news::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  left: 0;
  top: 0
}
.news_item {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  margin-bottom: 20px;
  position: relative
}
.news_item .arr {
  position: absolute
}
@media (min-width:1920px) {
  .news_item .arr {
    width: 29px;
    height: 8px;
    background: url("http://www.sz-yxkj.cn/static/yxkj/images/arr.png") no-repeat center center;
    background-size: contain;
    right: .3rem;
    bottom: 20px
  }
  .news_item .arr:hover {
    background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/arr_on.png")
  }
}
.news_item .content {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.news_item .tit {
  font-size: 20px;
  display: block
}
.news_item .time {
  color: #999;
  margin: 8px 0 10px
}
.news_item .desc {
  color: #999;
  line-height: 24px;
  height: 48px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2
}
@media (min-width:1200px) {
  .news_sub_nav {
    width: 200px
  }
  .news_sub_nav .hd {
    display: none
  }
}
@media (max-width:1199px) {
  .news_sub_nav {
    margin-bottom: .4rem;
    position: relative;
    margin-top: .5rem
  }
  .news_sub_nav .hd {
    position: relative;
    line-height: 60px;
    font-size: 22px;
    border-bottom: 1px solid #f08300
  }
  .news_sub_nav .hd i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px
  }
  .news_sub_nav .hd.open i::before {
    content: "\e7e1"
  }
  .news_sub_nav .bd {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    padding: .5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 55
  }
  .news_sub_nav ul {
    display: flex;
    flex-wrap: wrap
  }
  .news_sub_nav ul li {
    width: 33.33%
  }
}
@media (max-width:1199px) and (max-width:480px) {
  .news_sub_nav ul li {
    width: 50%;
    font-size: 16px
  }
  .news_sub_nav ul li a::before {
    transform: scale(.7) translateY(-50%)
  }
}
.news_sub_nav li {
  font-size: 18px;
  margin-bottom: .4rem
}
.news_sub_nav a {
  color: #666;
  padding-left: .2rem;
  display: block;
  position: relative
}
.news_sub_nav a::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #e5e5e5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  left: 0;
  margin-left: -4px
}
.news_sub_nav a:hover {
  color: #f08300
}
.news_sub_nav a:hover::before {
  background-color: #f08300
}
.news_sub_nav .active {
  font-size: 18px
}
.news_sub_nav .active a {
  color: #f08300;
  font-weight: bold
}
.news_sub_nav .active a::before {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 4px solid #f08300;
  margin-left: -6px
}
.col_main {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
@media (min-width:1200px) {
  .col_main {
    padding: 0 20px
  }
}
.col_main_news {
  position: relative
}
.col_main_news .hd {
  font-size: 30px;
  margin-bottom: .3rem
}
.col_body .hybt {
  border-left: 2px solid #f08300;
  padding-left: 15px;
}
.news_list.space {
  margin-bottom: .6rem
}
.news_list.space .news_item {
  padding: .18rem;
  border: 1px solid #f2f2f3
}
.news_list.space .news_item::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #f08300;
  left: 0;
  top: -1px;
  transition: .6s
}
.news_list.space .news_item .img {
  width: 30%;
  max-width: 256px;
  margin-right: .2rem
}
@media (min-width:1200px) {
  .news_list.space .news_item .tit {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
  }
}
@media (max-width:1200px) {
  .news_list.space .news_item .img {
    width: 38%
  }
}
@media (min-width:1200px) {
  .news_list.space .news_item {
    transition: .6s
  }
  .news_list.space .news_item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
  }
  .news_list.space .news_item:hover .tit {
    font-weight: bold
  }
  .news_list.space .news_item:hover::before {
    width: 100%
  }
}
@media (max-width:480px) {
  .news_list.space .news_item {
    padding: .4rem 0;
    border-width: 0 0 1px 0;
    margin-bottom: 0;
    display: flex !important;
    align-items: stretch
  }
  .news_list.space .news_item .img {
    width: 40%
  }
  .news_list.space .news_item .content {
    flex: 1
  }
  .news_list.space .news_item .tit {
    font-size: 18px;
    line-height: 23px;
    height: 46px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2
  }
  .news_list.space .news_item .time {
    margin: 4px 0 4px
  }
  .news_list.space .news_item .desc {
    line-height: 20px;
    height: 40px
  }
}
@media (min-width:1200px) {
  .col_sub {
    width: 27%;
    padding-left: 20px
  }
}
.hv-scale {
  display: block
}
.hv-scale img {
  display: block;
  width: 100%;
  transition: .6s
}
@media (min-width:1200px) {
  .hv-scale:hover img {
    transform: scale(1.05)
  }
}
.sub_box {
  margin-bottom: .4rem;
  display: inline-block;
}
.sub_news_box .news_item {
  border: 0;
  padding: 0
}
.sub_news_box .news_item .img {
  width: 30%;
  margin-right: .1rem
}
.sub_news_box .news_item .tit {
  font-size: 16px
}
.sub_news_box .news_item .time {
  margin: 4px 0 0
}
@media (max-width:1024px) and (min-width:481px) {
  .sub_news_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .sub_news_box ul li {
    width: 48%
  }
}
@media (max-width:480px) {
  .sub_news_box li .img {
    margin-right: .2rem !important
  }
}
.sub_adv_box img {
  width: 100%
}
.sub_adv_box a + a {
  margin-top: .2rem;
  display: block
}
@media (max-width:1024px) and (min-width:481px) {
  .sub_adv_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .sub_adv_box a {
    width: 49%;
    margin: 0 0 .2rem 0 !important
  }
}
.sub_hd {
  font-size: 24px;
}
@media (max-width:480px) {
  .sub_hd {
    font-size: 22px
  }
}
.sub_tags_box .sub_hd {
  padding-left: .2rem
}
.sub_tags_box .bd {
  padding: .1rem .08rem .26rem .26rem
}
.sub_tags_box .bd a {
  display: inline-block;
  background: #fff;
  border-radius: 2em;
  padding: 0 .18rem;
  height: 38px;
  line-height: 38px;
  margin: 0 8px 10px 0;
  vertical-align: middle;
  transition: .6s;
  color: #666
}
.sub_tags_box .bd a:hover {
  background-color: #f08300;
  color: #fff
}
.sub_case_box .sub_hd {
  position: relative
}
.sub_case_box .pagin {
  position: absolute;
  right: 0;
  left: auto;
  text-align: right;
  line-height: 60px;
  margin: 0;
  bottom: 0;
  color: #f08300;
  font-family: medium;
  font-size: 20px
}
.sub_case_swiper .img {
  position: relative
}
.sub_case_swiper .img .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center
}
@media (max-width:992px) and (min-width:481px) {
  .sub_case_swiper li {
    width: 50%;
    padding: .1rem
  }
}
.article_content {
  min-height: 500px;
  padding-bottom: .5rem
}
.arc-pnext {
  background: #f2f2f3;
  padding: 15px 20px
}
.arc-pnext .prev, .arc-pnext .next {
  display: block;
  min-width: 0;
  /*   -webkit-box-flex: 1;

  -webkit-flex-grow: 1;

  -ms-flex-positive: 1; */
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}
.arc-pnext .prev .tit, .arc-pnext .next .tit {
  color: #999
}
.arc-pnext .next {
  text-align: right
}
.arc-pnext .return {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border: 1px solid #f08300;
  margin: 0 .5rem;
  color: #f08300;
  display: inline-block
}
.arc-pnext .return:hover {
  background-color: #f08300;
  color: #fff
}
@media (min-width:768px) {
  .arc-pnext {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
}
@media (max-width:767px) {
  .arc-pnext .return {
    display: none
  }
  .arc-pnext .next {
    text-align: left;
    margin-top: .2rem
  }
}
.case-arc-pnext {
  width: 83vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  background: none !important
}
@media (max-width:1360px) {
  .case-arc-pnext {
    width: 92%
  }
}
@media (max-width:460px) {
  .case-arc-pnext {
    width: 94%
  }
}
@media (min-width:640px) {
  .case-arc-pnext {
    margin-bottom: 1rem
  }
}
.arc-tags {
  padding: .4rem 0 .5rem;
  font-size: 16px;
  color: #999;
  line-height: 1.8
}
.arc-tags .tit {
  color: #333
}
.arc-tags a {
  color: #999
}
.arc-tags a:hover {
  color: #f08300
}
.arc-tags .tags a {
  display: inline-block;
  margin-right: 10px
}
.article_box {
  margin-bottom: .5rem;
  text-align: center;
}
.article_box h1 {
  font-size: .3rem;
  font-weight: bold;
  margin-bottom: .2rem;
  text-align: center;
}
@media (max-width:768px) {
  .article_box h1 {
    font-size: 24px
  }
}
@media (max-width:480px) {
  .article_box h1 {
    font-size: 22px;
    margin-top: 0.4rem;
  }
}
.article_box .bd {
  font-size: 16px;
  color: #666;
  line-height: 1.8
}
.article_box .bd p {
  margin-bottom: 1em
}
.article_box .bd img {
  max-width: 750px;
  display: block;
  margin-left: auto;
  margin-right: auto
}
@media (max-width:750px) {
  .article_box .bd img {
    width: 100%;
    height: auto;
  }
}
.article_data {
  position: absolute;
  left: 0;
  top: 0;
  width: 146px;
  border-right: 1px solid #e5e5e5;
  bottom: 0;
  text-align: center
}
.article_data > * {
  margin-bottom: .38rem
}
.article_data .date span {
  font-size: .3rem;
  display: block
}
.article_data .type {
  color: #f08300
}
.article_data .type h5 {
  margin-bottom: 5px
}
.article_data .type .info a {
  display: inline-block;
  border-radius: 2em;
  color: #fff;
  height: 24px;
  line-height: 24px;
  background-color: #f08300;
  padding: 0 8px;
  transition: .6s;
  margin: 0 2px 2px
}
.article_data .type .info a:hover {
  background: #000
}
.article_data .share .tit {
  color: #999;
  margin-bottom: 10px
}
.article_data .share a {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 4px;
  color: #666;
  cursor: pointer
}
.article_data .share a:hover {
  color: #07c160
}
@media (min-width:992px) {
  .article_main {
    padding-left: 180px;
    position: relative
  }
}
@media (max-width:1200px) {
  .article_main {
    margin: .5rem 0 1rem
  }
}
@media (max-width:991px) {
  .article_main .data {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    color: #666;
    margin-bottom: 20px
  }
  .article_main .data .type {
    color: #f08300;
    margin-left: 10px;
    display: inline-block
  }
}
.about_special h2 {
  background: url("http://www.sz-yxkj.cn/static/yxkj/images/ztbg.png") no-repeat center center;
  width: 140px;
  height: 50px;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  text-align: center
}
@media (max-width:768px) {
  .about_special h2 {
    transform-origin: 0 center;
    transform: scale(.9)
  }
}
@media (max-width:480px) {
  .about_special h2 {
    transform: scale(.8)
  }
}
.special_item {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  position: relative;
  padding: .3rem 0
}
.special_item + .special_item {
  border-top: 1px solid #e5e5e5
}
.special_item .img {
  width: 25%;
  margin-right: .3rem
}
.special_item .content {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.special_item .tit {
  font-size: .24rem;
  display: block
}
.special_item .desc {
  color: #999;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin: .2rem 0
}
.special_item .more {
  color: #999;
  display: inline-block;
  background-color: #eeeeee;
  border-radius: 2em;
  height: 38px;
  line-height: 38px;
  padding: 0 26px;
  transition: .6s
}
.special_item .more:hover {
  background-color: #f08300;
  color: #fff
}
@media (max-width:1200px) {
  .special_item .tit {
    font-size: 20px
  }
}
@media (max-width:640px) {
  .special_item .img {
    min-width: 130px
  }
  .special_item .desc {
    line-height: 22px;
    height: 44px
  }
  .special_item .more {
    height: 34px;
    line-height: 34px;
    padding: 0 20px
  }
}
@media (max-width:480px) {
  .special_item {
    padding: 20px 0
  }
  .special_item .more {
    height: 32px;
    line-height: 32px;
    padding: 0 14px
  }
}
.example_box {
  padding: .9rem 0 1.5rem;
  text-align: center
}
.example_box h2 {
  font-size: .48rem;
  margin-bottom: .3rem
}
.example_box h2 em {
  color: #f08300
}
.example_box .txt {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: .9rem
}
.example_box .txt p {
  margin-bottom: 1em
}
.example_box .datas {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  margin: 0 5%
}
@media (min-width:1200px) {
  .example_box .datas {
    margin: 0 10%
  }
}
.example_box .datas li {
  padding: 0 46px;
  background: url("http://www.sz-yxkj.cn/static/yxkj/images/ms_1.png") no-repeat 0 center, url("http://www.sz-yxkj.cn/static/yxkj/images/ms_2.png") no-repeat right center;
  background-size: 25px
}
.example_box .datas .val {
  font-size: 30px
}
.example_box .datas .val b {
  font-size: 48px;
  font-family: medium;
  font-weight: normal
}
@media (min-width:992px) {
  .example_box .bd {
    width: 80%;
    margin: 0 auto;
    max-width: 1100px
  }
}
@media (max-width:640px) {
  .example_box .datas {
    margin: 0 10px
  }
  .example_box .datas li {
    padding: 0 36px
  }
}
@media (max-width:480px) {
  .example_box .txt {
    font-size: 15px
  }
  .example_box .datas {
    margin: 0 10px
  }
  .example_box .datas li {
    padding: 0;
    background: none
  }
}
.business_box {
  position: relative
}
.business_box img {
  width: 100%
}
.business_box .txt {
  font-size: .48rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  text-align: center;
  width: 88%;
  color: #fff;
  line-height: 1.8
}
@media (min-width:481px) {
  .business_box .txt br {
    display: none
  }
}
.advantage_box {
  padding: .8rem 0 1.3rem
}
.advantage_box .vhd {
  text-align: center;
  margin-bottom: .8rem
}
@media (max-width:640px) {
  .advantage_box .vhd {
    margin-bottom: .4rem
  }
}
@media (min-width:769px) {
  .advantage_box ol {
    display: flex;
    text-align: center;
    align-items: center
  }
  .advantage_box li {
    flex: 1;
    position: relative
  }
  .advantage_box li + li {
    margin-left: -0.2rem
  }
  .advantage_box ._bg {
    visibility: hidden
  }
  .advantage_box .inner {
    position: relative
  }
  .advantage_box .info {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #b70100;
    z-index: 55;
    color: #fff;
    padding: 50% 10% 0
  }
  .advantage_box .info::before, .advantage_box .info::after {
    content: '';
    position: absolute;
    top: 50%
  }
  .advantage_box .info::before {
    right: 0;
    height: 1px;
    background: #fff;
    left: 0
  }
  .advantage_box .info::after {
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(45deg);
    margin-top: -4px
  }
  .advantage_box .info .tit {
    font-size: 24px;
    position: relative;
    margin-top: -50px;
    margin-bottom: 36px
  }
  .advantage_box .info .txt {
    font-size: 16px;
    margin: 0 5px
  }
  .advantage_box li:nth-child(1) .info::before {
    left: 50%
  }
  .advantage_box li:nth-child(6) .info::before {
    right: 50%
  }
  .advantage_box li:nth-child(2) .info, .advantage_box li:nth-child(4) .info {
    background-color: #17181a
  }
  .advantage_box li:nth-child(3) .info, .advantage_box li:nth-child(6) .info {
    background-color: #f80010
  }
  .advantage_box li:nth-child(3) {
    flex: 1.15
  }
  .advantage_box li:nth-child(5) {
    flex: 1.3
  }
}
@media (min-width:769px) and (max-width:992px) {
  .advantage_box .info .tit {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -40px
  }
  .advantage_box .info .txt {
    font-size: 13px
  }
}
@media (max-width:768px) {
  .advantage_box ._bg {
    display: none
  }
  .advantage_box ol {
    display: flex;
    flex-wrap: wrap
  }
  .advantage_box li {
    width: 33.3%;
    margin-bottom: .3rem;
    text-align: center;
    align-items: stretch;
    border: 1px solid #eee;
    position: relative;
    margin: 0 0 -1px -1px;
    padding: .6rem .2rem
  }
  .advantage_box li .tit {
    font-size: 20px;
    margin-bottom: 10px;
    color: #f08300
  }
  .advantage_box li .txt {
    font-size: 16px
  }
}
@media (max-width:768px) and (max-width:480px) {
  .advantage_box li {
    width: 50%;
    padding: .4rem .2rem
  }
  .advantage_box li .tit {
    font-size: 18px;
    margin-bottom: 6px
  }
  .advantage_box li .txt {
    font-size: 14px
  }
}
.expert_box {
  padding: .7rem 0 1.3rem;
  background: #f2f2f3
}
.expert_box .vhd {
  margin-bottom: .4rem
}
.expert_box .bd {
  background: #fff
}
@media (min-width:641px) {
  .expert_box .bd {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
  .expert_box .bd .img {
    width: 60%
  }
  .expert_box .bd .txt {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 5% .6rem
  }
}
.expert_box .bd h5 {
  font-size: .3rem;
  margin-bottom: 10px;
  text-transform: uppercase
}
.expert_box .bd .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.8
}
@media (max-width:768px) {
  .expert_box .bd .img {
    width: 55%
  }
}
@media (max-width:640px) {
  .expert_box .bd {
    position: relative
  }
  .expert_box .bd .img {
    width: 100%
  }
  .expert_box .bd .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    width: 88%;
    color: #fff;
    padding: 0
  }
  .expert_box .bd .txt h5 {
    font-size: 22px
  }
  .expert_box .bd .txt .desc {
    color: #fff
  }
}
@media (max-width:480px) {
  .expert_box .bd .txt .desc {
    font-size: 14px
  }
}
.design_box ul {
  display: flex;
  flex-wrap: wrap
}
.design_box li {
  position: relative
}
@media (min-width:769px) {
  .design_box li {
    width: 50%;
    display: flex
  }
  .design_box li > * {
    flex: 1;
    overflow: hidden
  }
  .design_box li:nth-child(3) .img, .design_box li:nth-child(4) .img {
    order: -1
  }
}
.design_box li:hover dl dt {
  color: #f08300
}
.design_box dl {
  text-align: center;
  padding: .5rem 0 0
}
.design_box dl dd {
  padding: 0 5%
}
.design_box dl dt {
  font-size: .3rem;
  margin-bottom: .2rem
}
.design_box dl dd {
  font-size: 16px;
  color: #666;
  line-height: 1.8
}
@media (max-width:1280px) {
  .design_box dl dt {
    font-size: 20px;
    margin-bottom: 10px
  }
  .design_box dl dd {
    font-size: 15px
  }
}
@media (max-width:1024px) {
  .design_box dl dt {
    font-size: 20px;
    margin-bottom: 10px
  }
  .design_box dl dd {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 .1rem
  }
}
.design_box .img {
  position: relative
}
.design_box .img::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid transparent
}
@media (min-width:769px) {
  .design_box li:nth-child(1) .img::before {
    border-right-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    right: -1px
  }
  .design_box li:nth-child(2) .img::before {
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: -1px
  }
  .design_box li:nth-child(3) .img::before {
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: -1px
  }
  .design_box li:nth-child(4) .img::before {
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: -1px
  }
}
@media (max-width:768px) and (min-width:481px) {
  .design_box li {
    display: flex
  }
  .design_box li > * {
    width: 50%
  }
  .design_box li:nth-child(2n) .img {
    order: -1
  }
  .design_box li:nth-child(2n+1) .img::before {
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: -1px
  }
  .design_box li:nth-child(2n) .img::before {
    border-right-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    right: -1px
  }
  .design_box dl {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    box-pack: center;
    padding-top: 0
  }
  .design_box dl dt {
    font-size: 20px
  }
  .design_box dl dd {
    padding: 0 5%;
    font-size: 16px;
    line-height: 1.78
  }
}
@media (max-width:480px) {
  .design_box li {
    margin-bottom: .2rem;
    width: 83vw;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto
  }
  .design_box li .img {
    order: -1;
    margin-top: .2rem;
    position: relative
  }
  .design_box li .img::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: -1px
  }
  .design_box li dd {
    font-size: 16px;
    text-align: left;
    line-height: 1.6
  }
}
@media (max-width:480px) and (max-width:1360px) {
  .design_box li {
    width: 92%
  }
}
@media (max-width:480px) and (max-width:460px) {
  .design_box li {
    width: 94%
  }
}
.question_box {
  padding: .9rem 0 1.3rem
}
.question_box li {
  border-bottom: 1px solid #cfcfcf
}
.question_box .item_hd {
  position: relative;
  font-size: 20px;
  padding: 18px .6rem 18px 0;
  cursor: pointer;
  line-height: 1.5
}
.question_box .item_hd:hover {
  color: #f08300
}
.question_box .item_hd em {
  color: #f08300;
  display: inline-block;
  width: .6rem;
  text-align: center
}
.question_box .item_hd i {
  color: #f08300;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 18px
}
.question_box .item_hd.open i::before {
  content: "\e645"
}
.question_box .item_bd {
  padding: .2rem .6rem .5rem;
  background: #fff;
  color: #666;
  line-height: 1.76;
  display: none;
  position: relative;
  margin-top: -5px
}
@media (max-width:640px) {
  .question_box .item_hd i {
    font-size: 16px
  }
}
@media (max-width:480px) {
  .question_box .item_hd {
    font-size: 18px
  }
  .question_box .item_hd i {
    font-size: 16px;
    line-height: 24px
  }
}
.case_adv {
  padding: .9rem 0 1.1rem;
  text-align: center
}
.case_adv .vh2 {
  margin-bottom: .84rem
}
@media (max-width:480px) {
  .case_adv .vh2 {
    margin-bottom: .4rem
  }
}
.case_adv .row {
  margin-left: -0.15rem !important;
  margin-right: -0.15rem !important
}
.case_adv .row > * {
  padding-left: .15rem !important;
  padding-right: .15rem !important
}
.case_adv .ic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  background-color: #333333;
  background-size: .5rem
}
.case_adv .ic.ic1 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/case_1.png")
}
.case_adv .ic.ic2 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/case_2.png")
}
.case_adv .ic.ic3 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/case_3.png")
}
.case_adv .ic.ic4 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/case_4.png")
}
.case_adv .tit {
  font-size: .24rem;
  margin: .2rem 0 .16rem
}
.case_adv .info {
  font-size: 16px;
  line-height: 1.8;
  color: #666
}
.case_adv .inner:hover .ic {
  background-color: #f08300
}
.case_adv .inner:hover .tit {
  color: #f08300
}
@media (max-width:1200px) {
  .case_adv .tit {
    font-size: 20px
  }
}
@media (max-width:768px) {
  .case_adv li {
    margin-bottom: .5rem
  }
  .case_adv li:nth-child(2n+1) {
    clear: both
  }
}
@media (max-width:600px) {
  .case_adv .row {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
  .case_adv li {
    width: 100%;
    border: 1px solid #f2f2f3;
    padding: .5rem 0;
    margin-bottom: .2rem
  }
  .case_adv .inner {
    padding: 0 4%
  }
  .case_adv .info {
    font-size: 15px;
    line-height: 1.6
  }
}
.ys_box {
  padding: .9rem 0 1.1rem
}
.ys_box .vh2 {
  margin-bottom: .84rem
}
@media (max-width:480px) {
  .ys_box .vh2 {
    margin-bottom: .4rem
  }
}
.ys_box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}
.ys_box .list li {
  width: calc((50% - .12rem));
  margin-bottom: .24rem;
  background: #fff;
  position: relative;
  padding: .3rem
}
.ys_box .list li:hover {
  background: linear-gradient(180deg, #c71010, #e52222);
  color: #fff
}
.ys_box .list li:hover .info {
  color: #fff
}
.ys_box .list li:hover .ic.ic1 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ys_1_on.png")
}
.ys_box .list li:hover .ic.ic2 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ys_2_on.png")
}
.ys_box .list li:hover .ic.ic3 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ys_3_on.png")
}
.ys_box .list li:hover .ic.ic4 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ys_4_on.png")
}
.ys_box .ic {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: .64rem;
  height: .64rem;
  display: block;
  margin: 0 auto
}
.ys_box .ic.ic1 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ys_1.png")
}
.ys_box .ic.ic2 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ys_2.png")
}
.ys_box .ic.ic3 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ys_3.png")
}
.ys_box .ic.ic4 {
  background-image: url("http://www.sz-yxkj.cn/static/yxkj/images/ys_4.png")
}
@media (min-width:641px) {
  .ys_box .ic {
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%)
  }
}
.ys_box .tit {
  font-size: .24rem;
  margin-bottom: .14rem
}
.ys_box .info {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-right: 1.6rem
}
@media (max-width:1200px) {
  .ys_box .tit {
    font-size: 20px
  }
}
@media (max-width:640px) {
  .ys_box .ic {
    margin-bottom: .2rem;
    width: .8rem;
    height: .8rem
  }
  .ys_box .tit {
    text-align: center
  }
  .ys_box .info {
    margin-right: 0
  }
}
@media (max-width:480px) {
  .ys_box .list li {
    width: 49%
  }
  .ys_box .list .inner {
    padding: .3rem .2rem .4rem
  }
  .ys_box .info {
    font-size: 14px;
    line-height: 1.6
  }
}
.hy_box {
  padding: .8rem 0 1rem
}
.hy_box .row {
  margin-left: -0.08rem !important;
  margin-right: -0.08rem !important
}
.hy_box .row > * {
  padding-left: .08rem !important;
  padding-right: .08rem !important
}
.hy_box li {
  width: 16.66%;
  float: left;
  margin-bottom: .16rem;
  text-align: center
}
@media (max-width:1200px) {
  .hy_box li {
    width: 20%
  }
}
@media (max-width:992px) {
  .hy_box li .cover {
    display: none
  }
}
@media (min-width:1200px) {
  .hy_box li:hover .inner {
    border-color: #f08300
  }
  .hy_box li:hover .cover {
    display: block
  }
}
.hy_box .inner {
  border: 1px solid #f2f2f3;
  padding: .2rem .2rem .3rem;
  position: relative
}
.hy_box .cover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  display: none;
  width: 90%;
  background: #fff
}
.hy_box .cover .tit {
  font-size: 18px;
  margin-bottom: .16rem;
  line-height: 1.6
}
.hy_box .cover .tit em {
  color: #f08300
}
.hy_box .cover .link {
  background-color: #f08300;
  color: #fff;
  width: 126px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: .6s;
  font-size: 16px
}
.hy_box .cover .link:hover {
  background-color: #333
}
.hy_box .ic {
  width: .8rem;
  height: .8rem
}
.hy_box h6 {
  font-size: 18px;
  margin-top: .06rem
}
@media (max-width:480px) {
  .hy_box li {
    width: 33.3%;
    padding: 0 .1rem 0
  }
  .hy_box li .inner {
    border: 0
  }
  .hy_box h6 {
    font-size: 15px
  }
}
.special_list {
  background-color: #848484
}
.special_list .wrap {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  color: #fff
}
.special_list nav {
  background-color: #777777;
  width: 300px;
  font-size: 18px;
  padding: .7rem 0
}
.special_list nav p {
  padding-left: .56rem;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
  border-left: 4px solid transparent;
  margin-bottom: 10px
}
.special_list nav .active {
  background-color: #3b3b3b;
  border-left: 4px solid #f08300;
  font-weight: bold
}
.special_list .content {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.special_list .content h5 {
  font-size: .36rem
}
.special_list .content .txt {
  margin: .24rem 0 .5rem;
  font-size: 16px;
  line-height: 1.8
}
.special_list .content .btns {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  margin-bottom: 1.5rem
}
.special_list .content .btns a {
  width: 210px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex !important;
  display: flex !important;
  display: -webkit-box !important;
  display: box !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  box-align: center !important;
  -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  margin-right: .1rem;
  display: block;
  font-size: 20px;
  border: 1px solid #fff
}
.special_list .content .btns a:hover {
  background-color: #f08300;
  color: #fff;
  border-color: #f08300
}
.special_list .content .btns .qq {
  background: #fff;
  color: #f08300
}
.special_list .content .btns .qq i {
  margin-right: 4px;
  display: block
}
.special_list .content .btns .more {
  color: #fff
}
.special_list .casebox h6 {
  font-size: 24px;
  margin-bottom: .3rem
}
.special_list .casebox .imgs img {
  margin-right: .1rem;
  margin-bottom: .1rem
}
@media (max-width:1200px) {
  .special_list nav {
    width: 240px
  }
  .special_list .content {
    padding-left: 5%;
    padding-right: 2%
  }
}
@media (max-width:992px) {
  .special_list .content {
    padding-right: 0
  }
  .special_list .imgs img {
    height: .7rem
  }
}
@media (max-width:768px) {
  .special_list nav p {
    height: 66px;
    line-height: 66px
  }
}
@media (max-width:640px) {
  .special_list .xsbox a {
    color: #fff;
    display: block
  }
  .special_list .xsbox .row {
    margin-left: -0.1rem !important;
    margin-right: -0.1rem !important
  }
  .special_list .xsbox .row > * {
    padding-left: .1rem !important;
    padding-right: .1rem !important
  }
  .special_list .xsbox li {
    margin-bottom: .2rem
  }
  .special_list .inner {
    padding: .3rem;
    border: 1px solid #f2f2f3
  }
  .special_list:nth-child(2n+1) {
    clear: both
  }
  .special_list h5 {
    font-size: 20px
  }
  .special_list .txt {
    font-size: 14px;
    margin: .1rem 0 0
  }
}
@media (max-width:640px) and (max-width:480px) {
  .special_list li {
    width: 100%
  }
}
.special_menu {
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}
.special_menu .wrap {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  color: #fff
}
.special_menu nav {
  background-color: rgba(119, 119, 119, 0.9);
  width: 300px;
  font-size: 18px;
  padding: 1.05rem 0
}
.special_menu nav p {
  padding-left: .56rem;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
  border-left: 4px solid transparent;
  margin-bottom: 10px
}
.special_menu nav .active {
  background-color: #3b3b3b;
  border-left: 4px solid #f08300;
  font-weight: bold
}
.special_menu .content {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: .8rem 0 .8rem 12%
}
@media (max-width:1680px) {
  .special_menu .content {
    padding-left: 6%
  }
}
.special_menu .content h5 {
  font-size: .36rem
}
.special_menu .content .txt {
  margin: .24rem 0 .5rem;
  font-size: 16px;
  line-height: 1.8
}
.special_menu .content .btns {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  margin-bottom: 1.5rem
}
.special_menu .content .btns a {
  width: 210px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex !important;
  display: flex !important;
  display: -webkit-box !important;
  display: box !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  box-align: center !important;
  -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  margin-right: .1rem;
  display: block;
  font-size: 20px;
  border: 1px solid #fff
}
.special_menu .content .btns a:hover {
  background-color: #f08300;
  color: #fff;
  border-color: #f08300
}
@media (max-width:992px) {
  .special_menu .content .btns a {
    width: 170px;
    height: 50px
  }
}
.special_menu .content .btns .qq {
  background: #fff;
  color: #f08300
}
.special_menu .content .btns .qq i {
  margin-right: 4px;
  display: block
}
.special_menu .content .btns .more {
  color: #fff
}
.special_menu .casebox h6 {
  font-size: 24px;
  margin-bottom: .3rem
}
.special_menu .casebox .imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}
.special_menu .casebox .imgs a {
  display: block;
  margin-right: .3rem;
  margin-bottom: .2rem
}
@media (max-width:1200px) {
  .special_menu nav {
    width: 240px
  }
  .special_menu .content {
    padding-left: 5%;
    padding-right: 2%
  }
}
@media (max-width:992px) {
  .special_menu .content {
    padding-right: 0
  }
  .special_menu .imgs img {
    height: .7rem
  }
}
@media (max-width:768px) {
  .special_menu nav p {
    height: 66px;
    line-height: 66px
  }
}
@media (max-width:640px) {
  .special_menu {
    padding: 1rem 0
  }
  .special_menu .xsbox a {
    color: #fff;
    display: block
  }
  .special_menu .xsbox .row {
    margin-left: -0.1rem !important;
    margin-right: -0.1rem !important
  }
  .special_menu .xsbox .row > * {
    padding-left: .1rem !important;
    padding-right: .1rem !important
  }
  .special_menu .xsbox li {
    margin-bottom: .2rem
  }
  .special_menu .inner {
    padding: .3rem;
    border: 1px solid rgba(255, 255, 255, 0.3)
  }
  .special_menu:nth-child(2n+1) {
    clear: both
  }
  .special_menu h5 {
    font-size: 20px
  }
  .special_menu .txt {
    font-size: 14px;
    margin: .1rem 0 0
  }
}
@media (max-width:640px) and (max-width:480px) {
  .special_menu li {
    width: 100%
  }
}
.contact-topper {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}
@media (max-width:1680px) {
  .contact-topper {
    height: 8rem
  }
}
@media (max-width:480px) {}
.dot_wrap {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 71.4583%;
  top: 41%
}
.dot_wrap p {
  width: 150px;
  position: absolute;
  left: 50%;
  text-align: center;
  margin-left: -75px;
  font-size: 26px;
  color: #fff;
  top: 40px
}
@media (max-width:480px) {
  .dot_wrap p {
    top: .6rem;
    font-size: 20px
  }
}
.dot_wrap .dot {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  background: #C60712;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  margin-left: -7.5px;
  margin-top: -7.5px
}
.dot_wrap .pulse {
  position: absolute;
  width: 74px;
  height: 74px;
  left: 50%;
  top: 50%;
  background: rgba(198, 7, 18, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn 2s ease-out;
  -moz-animation: warn 2s ease-out;
  animation: warn 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 1px 1px 30px red;
  margin-left: -37px;
  margin-top: -37px
}
.dot_wrap .pulse1 {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  background: rgba(198, 7, 18, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn1 2s ease-out;
  -moz-animation: warn1 2s ease-out;
  animation: warn1 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 1px 1px 30px red;
  margin-left: -60px;
  margin-top: -60px
}
@keyframes warn1 {
  0% {
    transform: scale(.3);
    -webkit-transform: scale(.3);
    opacity: 0
  }
  25% {
    transform: scale(.3);
    -webkit-transform: scale(.3);
    opacity: .1
  }
  50% {
    transform: scale(.3);
    -webkit-transform: scale(.3);
    opacity: .3
  }
  75% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
    opacity: .5
  }
  100% {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: 0
  }
}
@-webkit-keyframes warn {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0
  }
  25% {
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: .1
  }
  50% {
    transform: scale(.1);
    -webkit-transform: scale(.1);
    opacity: .3
  }
  75% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
    opacity: .5
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0
  }
}
.map-box {
  background: #fff;
  position: relative;
  margin-top: -58px;
  z-index: 55;
  margin-bottom: .5rem
}
.map-box .tit_wrap img {
  max-width: 417px
}
.map_list {
  padding: .2rem 5%
}
@media (min-width:768px) {
  .map_list {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
  .map_list li {
    width: 30%
  }
  .map_list .titbox br {
    display: block
  }
  .map_list .company {
    width: 40%
  }
  .map_list .codebox {
    text-align: right
  }
}
.map_list li {
  padding: 20px 0;
  text-align: center
}
.map_list .titbox {
  font-size: 30px
}
.map_list .titbox br {
  display: none
}
.map_list .titbox b {
  color: #f08300;
  font-size: 24px;
  display: block
}
.map_list .company {
  text-align: center
}
.map_list .company b {
  font-size: 24px
}
.map_list .company .addr {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6
}
.map_list .codebox .code {
  width: 92px;
  margin-bottom: 6px
}
.join_list {
  margin-left: -0.15rem !important;
  margin-right: -0.15rem !important;
  padding-bottom: 80px
}
.join_list > * {
  padding-left: .15rem !important;
  padding-right: .15rem !important
}
.join_list li {
  margin-bottom: 2%
}
.join_list li .inner {
  border: 1px solid #DCDCDC;
  padding: 30px;
  background: transparent;
  cursor: pointer;
  transition: transform .6s ease 0s
}
.join_list li p + p {
  margin-top: 5px
}
.join_list li:nth-child(2n) {
  margin-right: 0
}
.join_list .inner:hover {
  background: #E8ECF1
}
.join_list .inner:hover .tit {
  color: #f08300
}
.join_list .tit {
  color: #333;
  font-size: 20px;
  transition: transform .6s ease .2s
}
.tit_wrap {
  text-align: center;
  padding: .4rem
}
.tit_wrap .line {
  width: 4px;
  height: 20px;
  background: #C60712;
  position: relative;
  margin-bottom: 160px;
  margin: 45px auto
}
.tit_wrap .line02 {
  width: 20px;
  height: 4px
}
.tit_wrap img {
  width: 70%;
  max-width: 313px
}
.ban_wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex !important;
  display: flex !important;
  display: -webkit-box !important;
  display: box !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  box-align: center !important;
  -webkit-box-pack: center !important;
  box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  height: 100vh
}
@media (max-width:1680px) {
  .ban_wrap {
    height: 8rem
  }
}
.wel-banner-bg {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  background-position: center !important;
  background-size: cover !important;
  transition: all 7.6s cubic-bezier(.04, .79, 1, 1) !important;
  box-sizing: border-box
}
.active .wel-banner-bg {
  transform: scale(1)
}
.about_num_list {
  width: 83%;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 55
}
@media (max-width:640px) {
  .about_num_list {
    width: 92%
  }
}
.about_num_list li {
  width: 28%;
  text-align: center
}
.about_num_list .num_tit {
  font-size: 16px;
  margin: 0
}
.about_num_list .num {
  font-size: .4rem
}
.about_num_list .num span {
  font-size: 1.2rem;
  line-height: 1.4
}
@media (max-width:480px) {
  .about_num_list .num span {
    font-size: 1rem
  }
}
.about_num_list .en {
  color: #999
}
.network-box {
  position: relative;
  margin-top: -58px;
  z-index: 5;
  background: #fff;
  margin-bottom: .5rem
}
.network-box .bd {
  text-align: center;
  padding: .2rem 10% .5rem;
  font-size: 16px
}
.network-box .bd p {
  margin-bottom: .5em;
  line-height: 1.76
}
@media (max-width:640px) {
  .network-box .bd {
    padding: 0 5% .5rem
  }
}
main.gray {
  background: #f8f8f8
}
.about_img img {
  width: 100%;
  transform: translateZ(0);
  transition: transform .3s ease 0s
}
.about_img .up-graybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s ease 0s
}
.about_img .i-wrap .up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60)
}
.about_img:hover img {
  transform: scale(1.05, 1.05);
  transition: transform .6s ease 0s
}
.about_img:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1)
}
.about_img:hover .up-graybox .line03 {
  width: 52px;
  margin-left: 0
}
.about_list_wrap {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: .5rem auto 1rem;
  justify-content: space-between
}
.about_list_wrap li {
  position: relative;
  overflow: hidden;
  margin-bottom: 2%
}
.about_list_wrap .img.img60 {
  width: 54.5%
}
.about_list_wrap .img.img38 {
  width: 43%
}
.up-graybox {
  z-index: 3
}
.up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  filter: alpha(opacity=60)
}
.up-graybox b {
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4
}
@media (max-width:640px) {
  .up-graybox b {
    font-size: 24px
  }
}
.up-graybox .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all .6s ease 0s
}
.up-graybox .line03 {
  position: relative;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  left: 0;
  transition: .45s cubic-bezier(.52, .01, .16, 1);
  content: "";
  background: #fff;
  top: 20%;
  height: 1px;
  width: 100px
}
.about_img .up-graybox .stit {
  text-align: left;
  top: auto;
  bottom: 20px;
  padding: 0 3%;
  width: 94%;
  line-height: 1.8;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -15px;
  color: #fff
}
.about-box {
  background: #000;
  background: linear-gradient(180deg, #f8f8f8, #fff)
}
.v-pagination span {
  height: .2rem;
  width: .2rem;
  border-radius: 0;
  background: #fff;
  border: 1px solid #f08300
}
.v-pagination .swiper-pagination-bullet-active {
  background-color: #f08300
}
@media (max-width:480px) {
  .v-pagination span {
    width: 14px;
    height: 14px
  }
}
.index_point .vSwiper {
  padding-bottom: 30px
}
.about-team {
  text-align: center
}
.about-team .about_per {
  margin-left: auto;
  margin-right: auto;
  width: 100vw
}
.privacy_box {
  position: fixed;
  width: 58%;
  max-width: 800px;
  min-height: 135px;
  font-size: 16px;
  right: 27px;
  bottom: 146px;
  padding: 30px;
  z-index: 5556;
  background-color: #fff;
  transition: .6s;
  border: 1px solid #f2f2f3;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
@media (max-width:991px) {
  .privacy_box {
    display: none !important
  }
}
.privacy_box .row {
  margin-left: -0.4rem !important;
  margin-right: -0.4rem !important
}
.privacy_box .row > * {
  padding-left: .4rem !important;
  padding-right: .4rem !important
}
.privacy_box .icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 14px
}
.privacy_box .icon-close:hover {
  color: #f08300
}
.privacy_box .cookie-btns {
  text-align: center;
  line-height: 38px;
  padding-top: 30px
}
.privacy_box .cookie-btns .cookie-ok-link {
  display: block;
  background-color: #2D2D2D;
  border-color: #2D2D2D;
  color: #ffffff;
  height: 38px;
  width: 100%
}
.privacy_box .cookie-btns a {
  display: block;
  font-size: 16px
}
.privacy_box .cookie-btns .cookie-ok-link:hover {
  background-color: #f08300
}
.privacy_box .cookie-btns .cookie-set-link {
  margin-top: 10px;
  color: #000;
  text-decoration: underline
}
.privacy_box .cookie-btns .cookie-set-link:hover {
  text-decoration: none
}
.privacy_box .content h3 {
  font-size: 20px;
  margin-bottom: 10px
}
.privacy_box p {
  font-size: 15px;
  line-height: 1.76
}
.privacy_box p a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px
}
.privacy_box p a:hover {
  text-decoration: none
}
@media (max-width:991px) {
  .privacy_content {
    display: none !important
  }
}
.privacy_content .cover {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 555;
  bottom: 0;
  left: 0
}
.privacy_content .content {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  right: 0;
  background-color: #fff;
  max-width: 480px;
  min-width: 480px;
  height: 100%;
  transition: .6s;
  -webkit-box-shadow: 0 2px 10px -3px #999;
  -moz-box-shadow: 0 2px 10px -3px #999;
  box-shadow: 0 2px 10px -3px #999;
  transform: translateX(100%)
}
.privacy_content.open .content {
  transform: translateX(0)
}
.privacy_content .head {
  border-bottom: 1px solid #f2f2f3;
  padding: 0 30px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.privacy_content .head .logo {
  height: 60px
}
.privacy_content .head .privacyClose {
  display: block;
  cursor: pointer
}
.privacy_content .head .privacyClose:hover {
  color: #f08300
}
.privacy_content .inner {
  padding: 10px 30px;
  font-size: 15px;
  overflow-y: auto;
  height: calc((100vh - 140px))
}
.privacy_content .inner::-webkit-scrollbar {
  width: 5px;
  height: 5px
}
.privacy_content .inner::-webkit-scrollbar-thumb {
  background-color: #f08300
}
.privacy_content .inner::-webkit-scrollbar-track {
  background: #c8c8c8
}
.privacy_content .inner a {
  text-decoration: underline
}
.privacy_content .inner a:hover {
  text-decoration: none
}
.privacy_content .inner h3 {
  font-size: 20px;
  font-family: "arial";
  margin-bottom: 10px;
  font-weight: bold
}
.privacy_content .box {
  margin-bottom: 20px
}
.privacy_content .item {
  border: 1px solid #ddd;
  margin-top: -1px
}
.privacy_content .item .title {
  height: 50px;
  padding: 0 16px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer
}
.privacy_content .item .title h4 {
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}
.privacy_content .item .title h4 .iconfont {
  font-size: 12px;
  display: block;
  margin-right: 5px;
  width: 20px;
  text-align: center
}
.privacy_content .item .title .ot-always-active {
  cursor: pointer;
  color: #f08300
}
.privacy_content .item .title.open h4 .iconfont::before {
  content: "\e645"
}
.privacy_content .item .title.open .info {
  display: block
}
.privacy_content .item .info {
  display: none;
  padding: 10px 20px;
  line-height: 1.5;
  font-size: 15px;
  background-color: #EAE8E4
}
.privacy_content .switch {
  position: relative;
  width: 45px;
  height: 24px;
  border-radius: 2em;
  border: 1px solid #ddd;
  background-color: #f2f1f1;
  transition: .6s
}
.privacy_content .switch .tag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #7d7d7d;
  position: absolute;
  left: 1px;
  top: 1px;
  transition: .6s
}
.privacy_content .switch.active {
  background-color: #f08300;
  border-color: #f08300
}
.privacy_content .switch.active .tag {
  left: 22px;
  background: #fff
}
.privacy_content .ft-btn {
  padding: 20px 30px;
  text-align: center;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  border-top: 1px solid #ddd
}
.privacy_content .ft-btn .sure {
  width: 210px;
  line-height: 38px;
  background: #2D2D2D;
  display: block;
  color: #fff;
  cursor: pointer;
  text-decoration: none
}
.privacy_content .ft-btn .sure:hover {
  background-color: #f08300
}
.privacy_main {
  width: 83vw;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 0
}
@media (max-width:1360px) {
  .privacy_main {
    width: 92%
  }
}
@media (max-width:460px) {
  .privacy_main {
    width: 94%
  }
}
.privacy_main h2 {
  font-size: .4rem;
  text-align: center;
  margin-bottom: .3rem
}
@media (max-width:480px) {
  .privacy_main h2 {
    font-size: 24px
  }
}
.privacy_main .content {
  font-size: 16px;
  line-height: 1.8
}
.privacy_main .content p {
  margin-bottom: 1em
}
.privacy_main .content table {
  width: 100%
}
.privacy_main .content table td {
  border: 1px solid #ccc;
  padding: 5px
}
.privacy_main .content table td p {
  margin-bottom: 0 !important
}
@media (max-width:640px) {
  .privacy_main .content table td {
    font-size: 14px;
    text-indent: 0 !important;
    line-height: 1.5
  }
}
.privacy_m_cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 555;
  background: rgba(0, 0, 0, 0.6)
}
@media (min-width:992px) {
  .privacy_m_cover {
    display: none !important
  }
}
.privacy_m {
  position: fixed;
  max-width: 600px;
  width: 94vw;
  min-height: 135px;
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: .8rem .3rem .4rem;
  bottom: .3rem;
  z-index: 5556;
  background-color: #fff;
  transition: .6s;
  border: 1px solid #f2f2f3;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}
@media (min-width:992px) {
  .privacy_m {
    display: none !important
  }
}
.privacy_m .icon-close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  font-size: 14px
}
.privacy_m .icon-close:hover {
  color: #f08300
}
.privacy_m .more {
  margin-top: 5px
}
.privacy_m .cookie-ok-link {
  display: block;
  border: 1px solid #2D2D2D;
  height: 38px;
  border-radius: 4px;
  width: 100%;
  margin-top: 20px
}
.privacy_m h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: .3rem
}
.privacy_m p {
  font-size: 15px;
  line-height: 1.76
}
.privacy_m p a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px
}
.privacy_m p a:hover {
  text-decoration: none
}
/*.index_banner .desc{font-size: .54rem;margin: 20px 0}*/
.icon_bt {
  margin-top: 0.3rem;
}
.business_list_xh ul li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.business_list_xh ul li span {
  display: block;
  height: 90px;
}
.business_list_xh ul li b {
  display: block;
  height: 30px;
  font-weight: normal;
}
.ny_yewy_1 {
  background: url(../image/web1.png) no-repeat center 30px;
  background-size: 50px;
}
.ny_yewy_2 {
  background: url(../image/click.png) no-repeat center 30px;
  background-size: 50px;
}
.ny_yewy_3 {
  background: url(../image/phone.png) no-repeat center 30px;
  background-size: 50px;
}
.ny_yewy_4 {
  background: url(../image/cart.png) no-repeat center 30px;
  background-size: 50px;
}
.ny_yewy_5 {
  background: url(../image/terminal.png) no-repeat center 30px;
  background-size: 50px;
}
.ny_yewy_6 {
  background: url(../image/weixin.png) no-repeat center 30px;
  background-size: 50px;
}
.business_list_xh ul li:hover .ny_yewy_1 {
  background: url(../image/web11.gif) no-repeat center 30px;
  background-size: 50px;
}
.business_list_xh ul li:hover .ny_yewy_2 {
  background: url(../image/icon-click.gif) no-repeat center 30px;
  background-size: 50px;
}
.business_list_xh ul li:hover .ny_yewy_3 {
  background: url(../image/icon-phone.gif) no-repeat center 30px;
  background-size: 50px;
}
.business_list_xh ul li:hover .ny_yewy_4 {
  background: url(../image/icon-cart.gif) no-repeat center 30px;
  background-size: 50px;
}
.business_list_xh ul li:hover .ny_yewy_5 {
  background: url(../image/icon-terminal.gif) no-repeat center 30px;
  background-size: 50px;
}
.business_list_xh ul li:hover .ny_yewy_6 {
  background: url(../image/weixin.gif) no-repeat center 30px;
  background-size: 50px;
}
.subject span.in {
  padding: 9px 15px;
  border: 1px solid #e4eaec;
  background: #e88d20;
  color: #fff;
}
.subject span.current {
  padding: 9px 15px;
  border: 1px solid #e4eaec;
  background: #e88d20;
  color: #ccd5db;
}
.subject {
  clear: both;
  text-align: center;
  margin-bottom: 0.5rem;
}
.subject a, .subject span {
  padding: 9px 15px;
  border: 1px solid #e4eaec;
  background: transparent;
  color: #ccd5db;
}
.subject a:hover {
  background: #e88d20;
  background: ;
  color: #ffffff
}
.subject .num {
  border-right: none;
}
.intention {
  margin-top: 1.5rem;
  padding: 0px 0 80px 0;
}
.intention .title {
  line-height: 40px;
  font-size: 36px;
  color: #000000;
}
.intention .right, .intention .left {
  float: left;
  width: 49%;
  margin-top: 0;
}
.intention .right {
  float: right;
}
.intention .inpu {
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  background: #fff;
  padding: 10px 0px;
  margin-bottom: 20px;
}
.intention .inpu textarea, .intention .inpu input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  border: none;
  outline: none;
  padding: 0 20px;
  box-sizing: border-box;
  background: none;
}
.intention .inpu textarea {
  height: 223px;
  resize: none;
  line-height: 24px;
  padding: 10px 20px;
}
.intention .btn {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 70px;
  text-align: center;
}
.intention .btn a, .intention .btn button, .intention .btn input {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0;
  background: #f08300;
  -webkit-appearance: none;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.intention .btn a, .intention .btn button, .intention .btn input:hover {
  background: #f08300;
}
.dtit {
  margin-bottom: 0.5rem;
}
.dtit span {
  font-size: 36px;
  color: #161616;
  display: block;
}
.dtit p {
  font-size: 15px;
  color: #888;
  margin-top: 15px;
}
.fyc {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center
}
.bq_bk .after li {
  width: 50%;
  padding: 9px 6px;
  margin-bottom: 6px;
  text-align: center;
}
.bq_bk .after li a {
  border: 1px solid #f08300;
  padding: 0.1rem 0.2rem;
  border-radius: 30px;
}
.bq_bk ul li b {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.operation {
  width: 100%;
  overflow: hidden;
}
.module {
  width: 100%;
  float: left;
  background: #fff;
  padding: 90px 0px;
  margin-top: 42px;
  position: relative;
}
.module_l {
  width: 406px;
  float: left;
  margin-left: 9%;
}
.module_l > span {
  font-size: 32px;
  color: #222222;
  font-weight: bold;
}
.module_l > span i {
  display: block;
  font-size: 18px;
  color: #8e8e8e;
  padding-left: 30px;
  position: relative;
  font-style: normal;
}
.module_l > span i:before {
  content: '';
  width: 16px;
  height: 3px;
  background: #8e8e8e;
  position: absolute;
  left: 0px;
  top: 10px;
}
.module_l > p {
  color: #666666;
  margin-top: 90px;
  line-height: 24px;
}
.module_l > ul {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.module_l > ul li {
  float: left;
  width: 33.3%;
  margin-top: 20px;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.module_l > ul li p {
  width: 70px;
  height: 70px;
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  text-align: center;
  line-height: 70px;
  display: list-item;
}
.module_l > ul li p img {
  vertical-align: middle;
}
.module_l > ul li span {
  display: block;
  color: #666666;
  margin-top: 18px;
}
.module_l > ul li span em {
  font-style: normal;
}
.module_R {
  right: 9%;
  top: 50%;
  width: 43.2%;
  transform: translateY(-50%);
  position: absolute;
}
.ser2 {
  height: 747px;
  background: url(../image/serpic6.jpg);
  padding: 0px;
  position: relative;
  z-index: 1;
}
.ser2:after {
  content: url(../image/serpic8.png);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
.ser2 .module_R {
  right: auto;
  left: 15.6%;
  width: 37.4%;
}
.ser2 .module_l {
  float: right;
  margin: 132px 9% 0px 0px;
}
.ser2 .module_l > span, .ser2 .module_l > span i, .ser2 .module_l > p {
  color: #fff;
}
.ser2 .module_l > span i:before {
  background: #fff;
}
.ser2 .module_l > a:after {
  background: url(http://www.sz-yxkj.cn/static/yxkj/images/sico025.png) no-repeat center;
}
.ser2 .module_l > ul li span {
  color: #fff;
}
.ser2 .module_l > ul li p {
  border-color: #fff;
}
@media screen and (max-width:1200px) {
  .operation_1 {
    width: 100% !IMPORTANT;
    padding: 0px;
  }
}
@media screen and (max-width:768px) {
  .module_l {
    width: 80% !important;
    margin: 0px 10% !important;
  }
  .module_R {
    position: static;
    width: 80% !important;
    float: left;
    transform: translateY(0);
    padding: 0px 10%;
    margin-top: 60px;
  }
  .module_l > p {
    margin-top: 46px;
  }
}
@media screen and (max-width:568px) {
  .module_l > span, .webC_l > span, .mobB_R > span, .desB_l > strong {
    font-size: 26px;
    font-weight: normal;
  }
  .module_l > span i, .webC_l > span i, .mobB_R > span i, .desB_l > strong i {
    font-size: 12px;
  }
  .module_l > span i:before, .webC_l > span i:before, .mobB_R > span i:before, .desB_l > strong i:before {
    top: 7px;
  }
  .module_l > p {
    margin-top: 22px;
    font-size: 16px;
  }
  .module {
    padding: 40px 0px;
    margin-top: 0px;
  }
  .module:first-child {
    margin-top: 0px;
  }
  .module_l > a {
    margin-top: 30px;
    border: none;
  }
  .module_R {
    margin-top: 32px;
  }
  .module_l > ul {
    margin-top: 3px;
  }
  .ser4 .module_l > ul li, .ser5 .module_l > ul li {
    width: 23.5%;
  }
  .ser1 .module_l > ul li:nth-child(5) {
    display: none;
  }
  .module_l > ul li {
    text-align: center;
    margin-top: 33px;
  }
  .module_l > ul li span {
    font-size: 14px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left !important;
  }
  .module_l > ul li span em {
    display: none;
  }
  .module_l > span i:before, .mobB_R > span i:before, .desB_l > strong i:before, .webC_l > span i:before {
    height: 1px;
    top: 8px;
  }
  .module_l {
    width: 90% !important;
    margin: 0px 5% !important;
  }
  .module_l > a:after {
    animation: downico 1.5s ease-out infinite;
  }
  @keyframes downico {
    0% {
      left: 0;
      opacity: 1;
    }
    35% {
      left: 50%;
      opacity: 0;
    }
    65% {
      left: -50%;
      opacity: 0;
    }
    100% {
      left: 0;
      opacity: 1;
    }
  }
  .module_R {
    margin-top: 32px;
  }
  .module_R {
    padding: 0px 5% !important;
    width: 90% !important;
  }
  .module_l > ul li p img {
    height: 30px;
  }
}
@media screen and (max-width:1440px){
   .operation{width:1200px;}
}
.flink a{ font-size:16px; margin-right:8px; line-height:28px}
.flink{}