﻿/* reset */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
html,
body {
  font-size: 100px;
  font-size: calc(100vw / 1920);
}

@media only screen and (max-width: 1024px) {
  html,
  body {
    font-size: calc(100vw / 1024);
  }
}

@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(100vw / 768);
  }
}

html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  min-height: 100%;
}
body {
  _height: 100%;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
  *zoom: 1;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
iframe,
frame,
fieldset,
img {
  border: 0 none;
}
img {
  vertical-align: top;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}
input,
textarea,
button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type="radio"] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  resize: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
th {
  font-weight: normal;
}
em,
cite,
address,
i {
  font-style: normal;
}
/*sup { vertical-align: text-top }
sub { vertical-align: text-bottom }*/
body,
input,
select,
button,
textarea {
  font-size: 14px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Microsoft YaHei",
    "Noto Sans SC",
    Roboto,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}
body {
  line-height: 1.5;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a {
  blr: expression(this.onFocus=this.blur());
}
a * {
  *cursor: pointer;
}
:focus {
  outline: none;
}
.edit_con_original {
  line-height: 2;
  padding: 0 0;
  color: #333;
}
.edit_con_original ul {
  margin: inherit;
  padding: inherit;
  padding-left: 2em;
}
.edit_con_original ul li {
  list-style-type: disc;
  margin: auto;
}
.edit_con_original ol {
  margin: inherit;
  padding: inherit;
}
.edit_con_original ol li {
  list-style-type: decimal;
  margin: auto;
}
.edit_con_original h1 {
  font-size: 2em;
  font-weight: bold;
}
.edit_con_original h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.edit_con_original h3 {
  font-size: 1.17em;
  font-weight: bold;
}
.edit_con_original h4 {
  font-size: 1em;
  font-weight: bold;
}
.edit_con_original h5 {
  font-size: 0.83em;
  font-weight: bold;
}
.edit_con_original h6 {
  font-size: 0.67em;
  font-weight: bold;
}
.edit_con_original em {
  font-style: italic;
}
.edit_con_original cite {
  font-style: italic;
}
.edit_con_original address {
  font-style: italic;
}
.edit_con_original i {
  font-style: italic;
}
.edit_con_original table {
  border-collapse: separate;
  border-spacing: 2px;
}
.edit_con_original img {
  max-width: 100%;
  height: auto;
}
.edit_con_original video {
  max-width: 100%;
  display: block;
  margin: auto;
}

/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
  content: "";
  display: table;
}
.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
  content: "";
  display: table;
  clear: both;
}
.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
  *zoom: 1;
}

.clear,
.cl {
  display: block !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.err_position {
  width: 100%;
  height: auto;
  background: url(../images/errors.png) center no-repeat;
}

/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/* 阿里图标 */
[class*="icon"] {
  font-family: "iconfont";
}

.video_button2 {
  pointer-events: none;
  cursor: default;
}
.video_button2 .video_bf {
  display: none;
}

/*图片经过*/
.tran_scale {
  overflow: hidden;
  display: block;
}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
  -webkit-transition:
    opacity 0.4s ease-in,
    -webkit-transform 0.6s linear;
  transition:
    opacity 0.4s ease-in,
    transform 0.6s linear;
}
.tran_scale:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

/*两端对齐*/
.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
}
/*上下居中*/
.v-m-c {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}

/*左右居中*/
.l-m-c {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
}

/*绝对居中*/
.a-m-c {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.animate {
  transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
.animate_slowx {
  transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
.animate_fast {
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}
.animate_slow {
  transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}
.animate_normal {
  transition: 0.5s all linear;
}

.m_color .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background: #ccc;
}
.m_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #ab0500;
}
.m_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.m_color
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag:hover
  .mCSB_dragger_bar {
  background: #ab0500;
}

.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

body,
a {
  color: #000;
}
input,
button,
textarea {
  border: none;
  outline: none;
  background: none;
}

.wrap {
  width: 1680rem;
  max-width: 90%;
  margin: auto;
}

/* title */
.index_title {
  margin-bottom: 60rem;
}
.index_title h4 {
  display: flex;
  align-items: center;
  line-height: 1em;
  margin-bottom: 30rem;
}
.index_title h4 i {
  width: 77rem;
  height: 1rem;
  background: #000;
  margin-left: 15rem;
}
.index_title h3 {
  line-height: 1.2em;
}
.index_title p {
  margin-top: 60rem;
}
/* title */
/* 更多 */
.index_more2 {
  padding-top: 80rem;
}
.index_more2 a {
  display: flex;
  align-items: center;
  line-height: 1em;
}
.index_more2 span {
  text-decoration: underline;
}
.index_more2 i {
  position: relative;
  left: 10rem;
  top: 1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.index_more {
  line-height: 1em;
  padding-top: 45rem;
}
.index_more3 {
  padding-top: 30rem;
}
.index_more3 a {
  width: 148rem;
  display: flex;
  align-items: center;
  padding-left: 45rem;

  height: 50rem;
  line-height: 50rem;
  background: #3f3f3f;
  color: #fff;
  border-radius: 5rem;
  position: relative;
  overflow: hidden;
}
.index_more3 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #9b1f24;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.index_more3 span,
.index_more3 i {
  position: relative;
  z-index: 5;
}
.index_more3 i {
  line-height: 1em;
  position: relative;
  margin-left: 18rem;
  top: 1rem;
}

@media only screen and (max-width: 1024px) {
  .index_title {
    margin-bottom: 50rem;
  }
  .index_title h4 {
    margin-bottom: 20rem;
  }
  .index_more {
    padding-top: 30rem;
  }
  .index_more2 {
    padding-top: 30rem;
  }
  .index_more3 a {
    width: 130rem;
    height: 40rem;
    line-height: 40rem;
    padding-left: 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .index_title {
    margin-bottom: 30px;
  }

  .index_title h4 {
    margin-bottom: 10px;
  }

  .index_more {
    padding-top: 20px;
  }

  .index_more2 {
    padding-top: 20px;
  }

  .index_more3 a {
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .index_more2 a:hover i {
    left: 5rem;
  }
  .index_more3 a:hover {
    color: #fff !important;
  }
  .index_more3 a:hover::before {
    width: 100%;
  }
}
/* 更多 */

.jie {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line16_30 {
  line-height: 1.9em;
}
.line20_30 {
  line-height: 1.5em;
}
.line24_36 {
  line-height: 1.5em;
}
.line36_46 {
  line-height: 1.3em;
  max-height: 2.6em;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ratio-img,
.ratio-img img {
  width: 100%;
}
.bold {
  font-weight: bold;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1024px) {
  .wrap {
    max-width: 94%;
  }
  .line30,
  .line32 {
    line-height: 24px;
  }
}

.video_appbox {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.video_appbox.show {
  visibility: visible;
  opacity: 1;
}

.video_appbox video {
  width: 100%;
  height: 100%;
}

.video_appbox .video_t {
  z-index: 2;
  background: #000;
  width: 1000px;
  max-width: 94%;
  height: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

.video_appbox.show .video_t {
  visibility: visible;
  opacity: 1;
}

.video_appbox .maskbg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video_close {
  position: absolute;
  top: calc(20% - 30px);
  right: calc(50% - 500px);
  cursor: pointer;
  z-index: 99999;
}

.video_close i {
  color: #fff;
}

.no_videolink_button{cursor: default;}

@media only screen and (max-width: 1023px) {
  .video_close {
    right: 3%;
  }
}

@media only screen and (max-width: 767px) {
  .video_close {
    font-size: 26px;
    top: calc(20% - 50px);
    font-weight: bold;
  }
}




.weixin {
  position: fixed;
  width: 300px;
  z-index: 100000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 1px 1px 10px #666;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.weixin .c {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/x.png) center center no-repeat;
  overflow: hidden;
  text-indent: 100px;
  right: 0;
  top: 0;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.weixin h2 {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
  font-weight: normal;
}
.weixin .img {
  padding: 10px 20px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.weixin .img img {
  width: 200px;
  height: 200px;
}
.weixin p {
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .weixin {
    width: 70%;
  }
}

/* nav */
.header > .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0 35rem;
  padding-left: 120rem;
}

.header,
.header_height {
  height: 110rem;
  line-height: 110rem;
}

.header_height {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.header .index_logo {
  width: 280rem;
  height: 42rem;
  margin-top: 46rem;
  float: left;
}

.header .index_logo a {
  display: block;
  height: 100%;
}

.header .index_logo img {
  width: 100%;
  height: 100%;
}

.nav {
  float: right;
}

.nav li {
  float: left;
  position: relative;
}

.nav li > a {
  padding: 0 30rem;
  color: #fff;
  display: block;
  position: relative;
}

.header .return_a,
.nav_phone_btn {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.header.c-head-move {
  top: -136rem;
}

@media only screen and (min-width: 1025px) {
  .header .index_logo {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .scrollHeader .header {
    background: rgba(0, 0, 0, 0.8);
  }

  .scrollHeader .header .index_logo {
    margin-top: 20rem;
  }
  .scrollHeader .header,
  .scrollHeader .header_height {
    height: 82rem;
    line-height: 82rem;
  }
}

/*搜索*/
.header_search {
  height: 100%;
  text-align: center;
  position: relative;
  float: right;
}

.header_search span {
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}

.header_search span i {
  display: block;
  font-size: 20rem;
}

.header_search.cur span {
  opacity: 0.7;
}

.header_search.cur .headersearch_box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.headersearch_box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  z-index: 91;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.headersearch_box input,
.headersearch_box button {
  height: 50px;
  line-height: 50px;
}

.headersearch_box input {
  float: left;
  width: calc(100% - 50px);
  box-sizing: border-box;
  padding: 0 10px;
}

.headersearch_box button {
  float: right;
  width: 50px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

/*下拉*/
.nav > ul > li > span {
  display: none;
  cursor: pointer;
}

/*导航下拉*/
.navlist {
  display: none;
  /* visibility: hidden;
  opacity: 0; */
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;

  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  /* transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transform: translateY(-0.2rem);
  -moz-transform: translateY(-0.2rem);
  -o-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem); */
  box-shadow: 0 14px 14px 2px rgba(0, 15, 79, 0.1);
}

.navlist::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 400%;
  height: 100%;
  left: -100vw;
  top: 0;
  z-index: -1;
}

.navlist dl {
  padding: 40rem 0;
}

.navlist dl dd {
  line-height: 44rem;
  text-align: center;
}

.navlist dl dd a {
  color: #000;
  display: block;
  padding: 0.3rem 0.5rem;
}
.nav .nav_business {
  position: static;
}
.nav_business .navlist {
  margin-left: -58vw;
  padding: 0.3rem 0 0.7rem 0;
  margin: 0;
  right: 0;
  left: auto;
}

.nav_business .navlist dl {
  justify-content: flex-start;
  padding: 70rem 0%;
  padding-left: 410rem;
}

.nav_business .navlist dd a i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12rem;
  font-weight: bold;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.nav_business .navlist dd a {
  position: relative;
  margin: 0 35rem;
  line-height: 50rem;
  padding-left: 25rem;
}

.nav_business .navlist dd {
  width: 33.33%;
  text-align: left;
  float: left;
}

/* 导航鼠标经过 */
.nav_blank,
.scrollHeader .nav_blank {
  background: #fff;
}
.nav_blank .nav li > a,
.scrollHeader .nav_blank .nav li > a {
  color: #000;
}
.nav_blank .language dt a,
.nav_blank .header_search span {
  color: #000;
}
.nav li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  opacity: 0;
  height: 4rem;
  background: #9b1f24;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.nav li.cur > a::after {
  left: 30rem;
  width: calc(100% - 60rem);
  opacity: 1;
}

/* 导航鼠标经过 */

@media only screen and (min-width: 1025px) {
  .nav > ul > li.cur {
    z-index: 5;
  }

  /* .nav > ul > li.cur .navlist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  } */

  .nav_business .navlist dd a:hover::before {
    width: 100%;
  }

  /* .nav_business .navlist dd a:hover i {
    left: 0;
    visibility: visible;
    opacity: 1;
  } */
  .nav_business .navlist dd a:hover i {
    left: 5rem;
  }
}

@media only screen and (min-width: 1025px) {
  .bg_hover {
    display: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 495px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-animation: a_bg_hover_show 0.2s ease-out both;
    -webkit-transform-origin: 50% 0%;
  }

  .submenu_show .bg_hover {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .nav > ul > li:after {
    display: none;
  }
  .nav_business .navlist dl {
    padding: 0;
    height: 80vh;
    overflow-y: auto;
  }
  .nav_business .navlist {
    right: -100%;
  }
}

/*搜索*/
@media only screen and (max-width: 1024px) {
  .header {
    background: #000;
  }

  .scrollHeader .header {
    background: rgba(0, 0, 0, 0.8);
  }

  .header,
  .header_height {
    height: 50px;
    line-height: 50px;
  }

  .header_height {
    display: block;
  }

  .header .index_logo {
    margin-top: 12px;
    width: 170px;
    height: 25.5px;
  }

  .phone_search {
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .header_right {
    position: relative;
    margin-top: 14px;
  }

  .header_search {
    margin: 0;
    width: 40px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .header_search span {
    position: static;
  }

  .phone_search.cur {
    opacity: 0.6;
  }

  .header_search.cur {
    visibility: visible;
    opacity: 1;
  }

  .headersearch_box {
    top: 50px;
  }

  .headersearch_box {
    width: 94%;
    right: 3%;
  }

  .headersearch_box input,
  .headersearch_box button {
    height: 40px;
    line-height: 40px;
  }

  .nav > ul > li > a span {
    height: auto;
    line-height: 40px;
    padding: 0;
  }

  .nav > ul > li > span {
    display: block;
  }

  .menu {
    display: none;
  }

  .header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  /*.header,.height_height{height: 60px;display: block;}*/
  .nav {
    margin-right: 0;
    height: 100%;
  }

  /*手机按钮*/
  .nav .icon-you,
  .header .return_a {
    display: block;
  }

  .header .return_a a {
    display: block;
  }

  .nav li > a i {
    display: none;
  }

  .nav li.cur .navlist {
    right: 0;
  }

  .nav_phone_btn {
    display: block;
    float: right;
  }

  .nav_phone_btn span,
  .nav_phone_btn em {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .nav_phone_btn {
    float: right;
    position: relative;
    width: 60px;
    cursor: pointer;
  }

  .nav_phone_btn span i {
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
    margin-top: 8px;
  }

  .nav_phone_btn span i:first-child {
    margin-top: 0;
  }

  .nav_phone_btn em {
    color: #fff;
    font-size: 20px;
    visibility: hidden;
    opacity: 0;
  }

  .visible_nav span {
    visibility: hidden;
    opacity: 0;
  }

  .visible_nav em {
    visibility: visible;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
  }

  .nav_phone_btn span i {
    width: 20px;
  }

  .nav_phone_btn span i {
    margin-top: 6px;
  }

  .header > .wrap {
    padding: 0 10px;
  }

  .nav_phone_btn {
    width: 30px;
    height: 28px;
    margin-left: 10px;
    margin-top: 12px;
  }

  .nav {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: #000;
    height: calc(100% - 50px);
    z-index: 999;
  }

  .nav,
  .nav > ul > li {
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: initial;
  }

  .nav > ul > li > a {
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
  }

  .nav {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .navbody .nav {
    right: 0;
    padding-left: 0;
  }

  .nav > ul > li {
    position: static;
    width: 100%;
    text-align: left;
  }

  .nav li {
    float: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    display: table;
    width: 100%;
    position: static;
    line-height: 40px;
  }

  .nav li a {
    color: #fff;
  }

  .nav li > a {
    line-height: 40px;
    width: calc(100% - 90px);
    float: left;
  }

  .nav li > span,
  .header .return_a {
    display: block;
    color: #fff;
  }

  .nav li > span {
    width: 50px;
    text-align: center;
    float: right;
    line-height: 40px;
    font-size: 14px;
  }

  .navlist {
    visibility: visible;
    opacity: 1;
    background: none;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    line-height: inherit;
    width: 100%;
    display: block;
    clear: both;
    left: auto;
    top: 0;
    margin-left: 0 !important;
    right: -200%;
    background: #000;
    border-top: 0;
    box-sizing: border-box;
    z-index: 4;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .nav > ul > li.on .navlist {
    right: 0;
  }

  .navlist .wrap {
    width: 100%;
    max-width: 100%;
  }

  .navlist dl {
    padding: 0;
  }

  .navlist dl dd {
    margin-bottom: 0;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
    box-sizing: border-box;
  }

  .navlist dl {
    line-height: 40px;
  }

  .navlist dl dd {
    width: 100%;
    text-align: left;
    display: block;
  }

  .navlist dl dd a {
    color: #fff;
    padding: 0;
  }

  .navlist dl dd a:after {
    display: none;
  }

  .nav li.on > a {
    color: #fff !important;
  }

  .navlist .nav_p p {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navlist .nav_p p a {
    padding: 0 20px;
  }

  .navlist .nav_p p {
    height: 40px;
    line-height: 40px;
  }

  .nav > ul > li > a,
  .navlist {
    font-size: 14px !important;
  }

  .navlist .nav_p {
    padding: 0;
  }

  .header_right a {
    width: 90px;
  }

  .height_height {
    display: block;
  }

  .header_top,
  .height_height {
    height: 54px;
  }

  .return_a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
  }

  .return_a i {
    margin-right: 3px;
  }

  .navlist::before {
    display: none;
  }

  .nav > ul,
  .navlist {
    padding-top: 20px;
  }

  .nav_business .navlist dd {
    width: 100%;
    float: none;
  }

  .nav_business .navlist dd a {
    margin: 0;
    padding: 0;
    line-height: 40px;
  }
}

.language {
  float: right;
  margin: 0 50rem;
}
.language dt a {
  color: #fff;
}
.language dl {
  position: relative;
}

.language dd {
  position: absolute;
  top: 80%;
  left: -30%;
  width: 160%;
  text-align: center;
  background: #fff;
  padding: 10rem 0;
  border-radius: 0.1rem;
  display: none;
}

.language dd p {
  line-height: inherit;
}

.language dd p a {
  display: block;
  padding: 5rem 0;
  line-height: 1.2em;
}

.language dt {
  color: #fff;
  cursor: pointer;

  position: relative;
}

.language dt i {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.language dl.cur dt i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .language {
    margin: 0;
    margin-top: 10px;
    margin-right: 10px;
    /* width: 55px; */
  }

  .language dt {
    height: 30px;
    line-height: 30px;
  }

  .language dd {
    top: 40px;
  }

  .language dd p a {
    padding: 10px 0;
  }

  .header_search span i {
    font-size: 18px;
  }

  .language dt i {
    right: 6px;
    font-size: 16px;
  }
}

/* nav */

/* footer */
.footer {
  background: #000;
  padding: 75rem 0 120rem 0;
}
.footer,
.footer a {
  color: #fff;
}
.foot_top {
  padding-bottom: 100rem;
  margin-bottom: 30rem;
  border-bottom: 1px solid #fff;
}
.foot_logo {
  float: left;
  width: 280rem;
  height: 42rem;
}
.foot_logo img {
  width: 100%;
  height: 100%;
}
.foot_nav {
  float: right;
}
.foot_nav li {
  margin-left: 60rem;
  float: left;
}
.foot_nav li:first-child {
  margin: 0;
}

.foot_share a {
  float: left;
  padding-left: 30rem;
  margin-left: 30rem;
  position: relative;
}

.foot_share a::after {
  content: "";
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
}

.foot_share a:first-child {
  margin: 0;
  padding: 0;
}

.foot_share a:first-child:after {
  display: none;
}
.foot_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.foot_bottom .foot_p01 {
  margin-bottom: 20rem;
}
.foot_bottom .foot_p02 .bah {
  margin: 0 10rem;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 50rem 0;
  }
  .foot_top {
    padding-bottom: 50rem;
  }
  .foot_logo {
    width: 170px;
    height: 25.5px;
  }
  .foot_nav li {
    margin-left: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .foot_logo {
    margin-bottom: 15px;
  }
  .foot_nav li {
    margin: 0;
    width: 33.33%;
    line-height: 30px;
  }
  .foot_top {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .foot_bottom .foot_le {
    margin-bottom: 10px;
  }
  .foot_share {
    font-size: 20px;
  }
  .foot_bottom .foot_p02 {
    line-height: 24px;
  }
  .foot_bottom .foot_p02 .bah,
  .foot_bottom .foot_p02 span {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .language dt a:hover {
    color: #fff !important;
    opacity: 0.9;
  }

  a:hover {
    color: #9b1f24 !important;
  }
}

/* sitebaner */
:root {
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease1: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease2: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  --picEase: cubic-bezier(0.76, 0, 0.24, 1);
}

.site_banner > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2.5s var(--ease);
  transition: -webkit-transform 2.5s var(--ease);
  transition: transform 2.5s var(--ease);
  transition:
    transform 2.5s var(--ease),
    -webkit-transform 2.5s var(--ease);
}

.site_banner.go > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.site_banner {
  position: relative;
  overflow: hidden;
}
.site_text {
  position: absolute;
  left: 0;
  top: 220rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
.site_text h3 {
  line-height: 1em;
  margin-bottom: 20rem;
}
@media only screen and (max-width: 1024px) {
  .site_text {
    top: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .site_banner {
    height: 250px;
  }
  .site_text {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .site_banner > img {
    display: none;
  }
}

/*page*/
.pageout {
  text-align: center;
  clear: both;
}

.page a,
.page .txtnum input,
.page button.go {
  border-radius: 6rem;
}

.page {
  *display: inline;
  *zoom: 1;
  padding-top: 60rem;
  display: flex;
  justify-content: center;
}

.page {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

.page,
.page a {
  color: #242424;
}

.page span {
  float: left;
}

.total {
  float: left;
  color: #6d6d6d;

  margin-left: 30rem;
}

.total b {
  color: #242424;
}

.page span.pages_num {
  margin-right: 10px;
}

.page span.pages_num em {
  color: #115ea2;
}

.page a {
  float: left;
  margin: 0 3rem;

  box-sizing: border-box;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

.page .dian {
  float: left;
  margin: 0 10rem;
}

.page a.on {
  background: #9b1f24;
  color: #fff;
  border: 1px solid #9b1f24;
}

.page a.prev,
.page a.next {
  color: #555555;
  font-size: 0.14rem;
  font-weight: bold;
}

.page a.no {
  opacity: 0.4;
}

.page a.no:hover {
  cursor: default;
  color: #555555 !important;
}

.page a.prev {
  background: url(../images/page_prev.png) center center no-repeat;
  text-indent: -10000px;
  margin-right: 8rem;
}

.page a.next {
  background: url(../images/page_next.png) center center no-repeat;
  text-indent: -10000px;
}

.page a.first {
  text-indent: -10000px;
  margin-left: 0rem;
  margin-right: 11rem;
  background: url(../images/page_first.png) no-repeat center center;
}

.page a.last {
  text-indent: -10000px;
  background: url(../images/page_last.png) no-repeat center center;
  margin-left: 11rem;
  margin-right: 0rem;
}

.page a.next {
  margin-left: 8rem;
}

.page button.go {
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  background: #9b1f24;
  color: #fff;
  margin-left: 5rem;
  float: left;
}

.page button.go:hover {
  color: #fff !important;
}

.page a.on:hover {
  color: #fff !important;
}

.page .txtnum {
  margin-left: 38rem;
}

.page .txtnum input {
  text-align: center;
  box-sizing: border-box;
  background: none;
  border: 1px solid #d2d2d2;
  margin: 0 3px;
}

.page {
  line-height: 40rem;
}

.page .txtnum {
  height: 40rem;
}

.page .txtnum,
.page button.go {
  display: none;
}

.page a,
.page button.go {
  width: 40rem;
  height: 40rem;
}

.page .txtnum input {
  height: 40rem;
  line-height: 40rem;
  width: 40rem;
  margin: 0;
  color: #555555;
  margin: 0 5rem;
}

@media only screen and (max-width: 1024px) {
  .page .txtnum {
    margin-left: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .page {
    padding-top: 20px;
  }

  .page a {
    display: none;
    font-weight: normal;
  }

  .page a.prev,
  .page a.next,
  .page a.first,
  .page a.last {
    display: block;
    display: inline-block;
  }

  .page a.on {
    display: inline-block;
  }

  .page {
    line-height: 32px;
  }

  .page .txtnum {
    height: 32px;
  }

  .page a,
  .page button.go {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .page .txtnum input {
    height: 32px;
    line-height: 32px;
    width: 36px;
    margin: 0 5px;
  }

  .page a.prev,
  .page a.next {
    font-size: 12px;
  }

  .page a {
    margin: 0 1px;
  }

  .page a.next {
    margin-left: 5px;
  }

  .page a.prev {
    margin-right: 5px;
  }

  .page .dian {
    display: none;
  }

  .page .txtnum,
  .page button.go {
    display: block;
  }

  .page a.first,
  .page a.last {
    display: none;
  }

  .page .txtnum {
    margin-left: 15px;
  }

  .total {
    margin-left: 10px;
  }

  .page button.go {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 360px) {
  .page a,
  .page button.go {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .page .txtnum {
    margin-left: 10px;
  }

  .total {
    margin-left: 5px;
  }

  .page button.go {
    margin-left: 5px;
  }

  .page .txtnum input {
    margin: 0 4px;
  }
}

@media only screen and (min-width: 1025px) {
  .page button.go {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }

  .page button.go:hover {
    opacity: 0.8;
  }
}

* {
  box-sizing: border-box;
}
/*公共筛选*/
.team_choice {
  position: relative;
  z-index: 99;
}
.team_select ul {
  margin: 0 -5rem;
}
.team_select li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.team_select li dl {
  margin: 0 5rem;
}
.team_select .pub_select {
  position: relative;
}
.team_choice dt,
.team_choice input,
.team_choice button {
  height: 50rem;
  line-height: 50rem;

  border-radius: 5rem;
  background: #ffff;
}
.team_select dt {
  position: relative;
  padding: 0 20rem;
  padding-right: 35rem;
  cursor: pointer;
  overflow: hidden;
}
.team_select dt p,
.team_select dt b {
  font-weight: normal;
  float: left;
  max-width: calc(100% - 35rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team_select dt i {
  height: 100%;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 15rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.team_select dd {
  z-index: 99;
  position: absolute;
  max-height: 320rem;
  overflow: hidden;
  background: #fff;
  width: 100%;
  left: 0px;
  top: 100%;
  display: none;
  border: 1px solid #eee;
  border-top: 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 20rem;
  padding-bottom: 45rem;
  overflow-y: auto;
}
.team_select dd a {
  display: block;
  line-height: 24rem;
  white-space: normal;
  padding: 12rem 0;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 20rem;
  position: relative;
}
.team_select dd a i {
  float: left;
  width: 10rem;
  height: 10rem;
  border: 1px solid #000;
  margin-right: 10rem;
  position: absolute;
  left: 0;
  top: 19rem;
}
.allbox a {
  position: relative;
}
.allbox .em_01,
.allbox .em_02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.allbox .em_02 {
  display: none;
}
.allbox.on .em_01 {
  display: none;
}
.allbox.on .em_02 {
  display: block;
}
.allbox_p a.on i {
  background: #ff8200;
  border-color: #ff8200;
}
.allbox.on a i {
  background: #ff8200;
  border-color: #ff8200;
}
.allbox_p.on a i {
  background: #ff8200;
  border-color: #ff8200;
}

.team_select dt.on_o i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*样式调整*/
.team_name {
  float: left;
  width: 44%;
  float: left;
}
.team_name input {
  width: 100%;
  padding: 0 18rem;
}
.team_search {
  width: 56%;
  float: right;
  padding-left: 10rem;
}

.team_select {
  width: calc(100% - 156rem);
  float: left;
}

.team_search button {
  width: 136rem;
  float: right;
  background: #9b1f24;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

@media only screen and (min-width: 1025px) {
  .team_search button:hover {
    opacity: 0.9;
  }
}
@media only screen and (max-width: 1024px) {
  .team_choice dt,
  .team_choice input,
  .team_choice button {
    height: 40rem;
    line-height: 40rem;
  }
  .team_name,
  .team_search {
    float: none;
    width: 100%;
    padding: 0;
  }
  .team_name {
    margin-bottom: 10rem;
  }
  .team_search button {
    width: 100rem;
  }
  .team_select {
    width: calc(100% - 110rem);
  }
  .team_name input {
    padding: 0 10rem;
  }
  .team_select dt {
    padding-left: 10rem;
  }
  .team_select dt i {
    right: 10rem;
  }
  .team_select dd {
    padding: 20rem 10rem;
    padding-bottom: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .team_choice dt,
  .team_choice input,
  .team_choice button {
    height: 40px;
    line-height: 40px;
  }
  .team_name {
    margin-bottom: 10px;
  }

  .team_select,
  .team_search button {
    width: 100%;
    float: none;
  }
  .team_name input {
    padding: 0 10px;
  }
  .team_select dt {
    padding-left: 10px;
  }
  .team_select dt i {
    right: 10px;
    font-size: 12px;
  }
  .team_select li dl,
  .team_select ul {
    margin: 0;
  }
  .team_select dd {
    padding: 20px 10px;
    padding-bottom: 30px;
    max-height: 240px;
  }
  .team_select li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .team_select dd a {
    padding: 10px 0;
    padding-left: 20px;
    line-height: 24px;
  }
  .team_select dd a i {
    width: 10px;
    height: 10px;
    top: 17px;
  }
}
/*公共筛选

/* 按钮 */

.index_btn {
  display: none;
}

.index_btn > div {
  width: 48rem;
  height: 48rem;
  margin-top: -24rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50%;

  z-index: 999;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}

.index_btn > div i {
  z-index: 9;
}

.index_btn .swiper-button-disabled{opacity: 1 !important;background: #dfdfdf;
    color: #919191;}
.index_btn .swiper-button-prev {
  left: 10rem;
}

.index_btn .swiper-button-next {
  right: 10rem;
}

:root {
  --ease2: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.mask {
  position: absolute;
  width: 100%;
  border-radius: 50%;
  height: 102%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-102%);
  -ms-transform: translateX(-102%);
  transform: translate(-102%);
  -webkit-transition: -webkit-transform 0.8s var(--ease2);
  transition: -webkit-transform 0.8s var(--ease2);
  transition: transform 0.8s var(--ease2);
  transition:
    transform 0.8s var(--ease2),
    -webkit-transform 0.8s var(--ease2);
  z-index: 1;
  background-color: #9b1f24;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .index_btn > div:hover {
    color: #fff;
  }

  .index_btn > div:hover > .mask {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translate(0) !important;
  }
}

@media only screen and (max-width: 767px) {
  .index_btn > div {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}

/* 按钮 */
.list-empty{padding: 10rem 0 !important}

/*办公下拉修改*/

.nav .nav_office {
  position: relative;
}
.nav_office .wrap {
  margin: 0;
}
.office_nav {
  display: flex;
  padding: 60rem 0;
  padding-bottom: 80rem;
  padding-left: 30rem;
}

.nav_office .navlist dl {
  padding: 0;
}
.nav_office .navlist dd {
  width: 100%;
  float: none;
}
.nav_office .navlist dd a {
  margin: 0;
}
.nav_office .navlist {
  left: 0;
}
.office_nav_iteam {
  margin-right: 150rem;
}
.office_nav_iteam:last-child {
  margin-right: 0;
}
.office_h3 {
  line-height: 1em;
  margin-bottom: 20rem;
}
@media only screen and (max-width: 1024px) {
  .office_nav {
    display: block;
  }
  .nav_office .navlist {
    left: auto;
  }
  .nav .nav_office {
    position: static;
  }
  .office_nav {
    padding: 0;
  }
  .office_h3 {
    color: #fff;
    padding: 0 20px;
    padding-top: 30px;
  }
  .office_nav_iteam {
    margin: 0;
  }
  .nav_office .navlist dl {
    height: auto;
  }
  .nav_office .navlist dd a {
    margin-left: 1em;
  }
}