@charset "UTF-8";
html, body, div, span, strong, small, em, img, address, object, iframe, var, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hr, fieldset, form, input, button, select, textarea, label, legend, blockquote, p, pre, table, caption, tbody, thead, tfoot, tr, td, th, sup, sub, del, ins, cite, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

html, body {
  font: 12px/22px Avenir,Arial,"Hiragino Sans GB","\5FAE\8F6F\96C5\9ED1","\5b8b\4f53",sans-serif;
  background-color: #FFF;
  background-image: url(about:blank);
  background-attachment: fixed;
  color: #222; }

li {
  list-style: none; }

a {
  background: transparent;
  text-decoration: none;
  color: inherit; }

a:active, a:hover {
  text-decoration: none;
  outline: 0; }

a:focus {
  text-decoration: none;
  outline: 0;
  hide-focus: expression(this.hideFocus=true); }

a:visited {
  text-decoration: none;
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font: inherit; }

b, strong {
  font-weight: 700; }

img, fieldset, legend {
  border: 0; }

img:-moz-broken {
  -moz-force-broken-image-icon: 1; }

dfn {
  font-style: italic; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

small {
  font-size: 80%; }

em, small, var, i, cite {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  outline: 0; }

button, input, optgroup, select {
  vertical-align: middle; }

button, select {
  text-transform: none; }

input {
  line-height: normal; }

button {
  overflow: visible; }

textarea {
  resize: none; }

input, textarea {
  border-radius: 0;
  -webkit-appearance: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C7C7C7; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C7C7C7;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C7C7C7; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

img {
  vertical-align: top; }

html {
  background: #FFF;
  width: 100%; }

body {
  margin: 10px; }
  @media (max-width: 750px) {
    body {
      margin: 0; } }
  @media screen and (max-height: 700px) and (min-width: 700px) {
    body {
      margin: 0; } }

/* 清浮动 */
.clear {
  zoom: 1; }

.clear:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden; }

.lf {
  float: left; }

.rt {
  float: right; }

/*1920容器*/
.section-outer {
  max-width: 1920px;
  min-width: 1310px;
  margin: 0 auto; }

/*1210容器*/
.container {
  width: 100%; }

/* header*/
.header {
  position: fixed;
  top: 0;
  left: 10px;
  right: 10px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  height: 60px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 80;
  color: #fefefe; }
  .header .icon_Logo_OBB {
    animation: myfirst2 .5s ease 0 1;
    -moz-animation: myfirst2 .5s ease 0 1;
    -webkit-animation: myfirst2 .5s ease 0 1;
    -o-animation: myfirst2 .5s ease 0 1;
    font-size: 58px; }
    .header .icon_Logo_OBB::before {
      color: #FFF; }
  .header .icon_Phone {
    font-size: 18px;
    cursor: pointer; }
    .header .icon_Phone::before {
      color: #FFF; }
  .header .menu {
    cursor: pointer;
    font-weight: bold; }
    .header .menu span {
      margin-left: 16px;
      letter-spacing: 2px;
      font-size: 16px; }
  .header .icon_Menu {
    font-size: 16px;
    font-weight: bold; }
    .header .icon_Menu::before {
      color: #FFF; }
  .header .iphone {
    cursor: pointer; }
    .header .iphone span {
      margin-left: 16px;
      letter-spacing: 2px;
      font-size: 16px; }
  .header.header_top {
    border-bottom: 1px solid #f4f4f4;
    background-color: rgba(255, 255, 254, 0.95);
    backdrop-filter: blur(3px);
    animation: mymove .5s;
    -webkit-animation: mymove .5s;
    padding-top: 0; }
    .header.header_top .icon_Logo_OBB {
      animation: mymove2 .5s;
      font-size: 34px; }
    .header.header_top .iphone, .header.header_top .icon_Phone:before, .header.header_top .menu, .header.header_top .icon_Menu:before, .header.header_top .icon_Logo_OBB:before {
      color: #001c4b; }
    .header.header_top.header_product {
      animation: mymove3 .5s;
      -webkit-animation: mymove3 .5s;
      padding-top: 0; }
      .header.header_top.header_product .icon_Logo_OBB {
        animation: none; }
    @media (max-width: 750px) {
      .header.header_top {
        left: 0;
        right: 0;
        top: 0;
        height: 40px;
        animation: none; }
        .header.header_top .icon_Logo_OBB {
          animation: none;
          font-size: 28px; } }
  .header.header_brand {
    border-bottom: 1px solid #f4f4f4;
    background-color: #FFF;
    padding-top: 0px; }
    .header.header_brand .icon_Logo_OBB {
      font-size: 34px; }
    .header.header_brand .iphone, .header.header_brand .icon_Phone:before, .header.header_brand .menu, .header.header_brand .icon_Menu:before, .header.header_brand .icon_Logo_OBB:before {
      color: #001c4b; }
  .header.header_about {
    border-bottom: 1px solid #f4f4f4;
    background-color: #FFF;
    padding-top: 0px; }
    .header.header_about .icon_Logo_OBB {
      font-size: 34px; }
    .header.header_about .iphone, .header.header_about .icon_Phone:before, .header.header_about .menu, .header.header_about .icon_Menu:before, .header.header_about .icon_Logo_OBB:before {
      color: #001c4b; }
    @media (max-width: 750px) {
      .header.header_about {
        top: 0; } }
  .header.header_contact {
    border-bottom: 1px solid #f4f4f4;
    background-color: #FFF;
    padding-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .header.header_contact .iphone, .header.header_contact .icon_Phone:before, .header.header_contact .menu, .header.header_contact .icon_Menu:before, .header.header_contact .icon_Logo_OBB:before {
      color: #001c4b; }
    @media (max-width: 750px) {
      .header.header_contact {
        top: 0; } }
  .header.header_product {
    padding-top: 5px; }
    .header.header_product .icon_Logo_OBB {
      font-size: 34px; }
    .header.header_product .iphone, .header.header_product .icon_Phone:before, .header.header_product .icon_Logo_OBB:before {
      color: #001c4b; }
  @media (max-width: 1026px) {
    .header.header_product .tel, .header.header_product .icon_Logo_OBB {
      display: none; } }
  @media (max-width: 750px) {
    .header {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 0;
      left: 0;
      right: 0;
      top: 10px;
      align-items: flex-end;
      height: 40px; }
      .header .icon_Logo_OBB {
        font-size: 28px; }
      .header .text, .header .tel {
        display: none; }
      .header.header_product {
        padding-top: 0; }
        .header.header_product .icon_Logo_OBB {
          font-size: 28px; }
        .header.header_product .iphone, .header.header_product .icon_Phone:before, .header.header_product .icon_Logo_OBB:before {
          color: #FFF; } }

@keyframes mymove {
  0% {
    padding-top: 30px; }
  100% {
    padding-top: 0; } }
@-moz-keyframes mymove {
  0% {
    padding-top: 30px; }
  100% {
    padding-top: 0; } }
@-webkit-keyframes mymove {
  0% {
    padding-top: 30px; }
  100% {
    padding-top: 0; } }
@-o-keyframes mymove {
  0% {
    font-size: 56px; }
  100% {
    font-size: 34px; } }
@keyframes mymove2 {
  0% {
    font-size: 56px; }
  100% {
    font-size: 34px; } }
@-moz-keyframes mymove2 {
  0% {
    font-size: 56px; }
  100% {
    font-size: 34px; } }
@-webkit-keyframes mymove2 {
  0% {
    font-size: 56px; }
  100% {
    font-size: 34px; } }
@-o-keyframes mymove2 {
  0% {
    font-size: 56px; }
  100% {
    font-size: 34px; } }
@keyframes mymove3 {
  0% {
    padding-top: 5px; }
  100% {
    padding-top: 0; } }
@-moz-keyframes mymove3 {
  0% {
    padding-top: 5px; }
  100% {
    padding-top: 0; } }
@-webkit-keyframes mymove3 {
  0% {
    padding-top: 5px; }
  100% {
    padding-top: 0; } }
@-o-keyframes mymove3 {
  0% {
    padding-top: 5px; }
  100% {
    padding-top: 0; } }
.dian {
  width: 6px;
  height: 6px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  background-color: #c8a86b; }

.header_menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  transform: translate(-100%);
  transition: all .3s ease;
  overflow: hidden;
  outline: 0; }
  .header_menu .box {
    width: 470px;
    height: 100%;
    overflow: auto;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0; }
  .header_menu .dian {
    margin: 0 10px; }
  .header_menu .icon_close {
    position: absolute;
    left: 50px;
    top: 40px;
    font-size: 20px;
    cursor: pointer; }
  .header_menu dl {
    margin: 0 50px 30px 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8a86b;
    font-weight: bold; }
    .header_menu dl:last-child {
      border-bottom: 0; }
    .header_menu dl dt, .header_menu dl dt a {
      display: flex;
      align-items: center;
      font-size: 16px;
      color: #747d8a;
      letter-spacing: 2px; }
      .header_menu dl dt:hover .link, .header_menu dl dt a:hover .link {
        color: #c8a86b; }
    .header_menu dl dt {
      display: block; }
    .header_menu dl dd {
      font-size: 18px;
      letter-spacing: 3px;
      padding-top: 30px; }
      .header_menu dl dd li {
        margin-bottom: 14px; }
        .header_menu dl dd li:last-child {
          margin-bottom: 0; }
      .header_menu dl dd a {
        display: block;
        color: #001c4b;
        display: flex;
        justify-content: space-between;
        border-radius: 6px; }
        .header_menu dl dd a:hover .link {
          color: #c8a86b; }
        .header_menu dl dd a:hover .icon_Right {
          display: block; }
      .header_menu dl dd .en {
        font-size: 14px; }
    .header_menu dl.product a {
      line-height: 60px;
      background-color: #f4f4f4;
      padding: 0 30px 0 20px;
      position: relative; }
      .header_menu dl.product a:hover .en {
        font-weight: bold; }
    .header_menu dl.product .icon_Right {
      position: absolute;
      right: 10px;
      top: 24px;
      font-size: 12px;
      display: none; }
      .header_menu dl.product .icon_Right:before {
        color: #c8a86b; }
    .header_menu dl.product .en {
      font-weight: normal; }
    .header_menu dl.home {
      margin-top: 100px; }
    .header_menu dl .en {
      letter-spacing: 1px; }
  .header_menu.is-open {
    transform: translate(0); }
  @media (max-width: 750px) {
    .header_menu .box {
      width: 100%;
      height: 100%;
      overflow: scroll; }
    .header_menu .icon_close {
      left: 20px;
      top: 15px;
      font-size: 12px; }
    .header_menu dl {
      margin: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #c8a86b; }
      .header_menu dl.home {
        margin-top: 55px; }
      .header_menu dl dt {
        font-size: 12px; }
      .header_menu dl dd {
        padding-top: 20px;
        font-size: 14px; }
        .header_menu dl dd li {
          margin-bottom: 8px; }
      .header_menu dl.product a {
        line-height: 40px;
        padding: 0 10px; } }

.lock_bg {
  z-index: 99;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease; }

.lock .lock_bg {
  opacity: 1; }

/*footer*/
.footer {
  width: 100%;
  height: 530px;
  border-top: 6px solid #c8a86b;
  background: #011D4B url(../../static/images/home/Footer.png) no-repeat center top;
  /*pad*/
  /*m*/ }
  .footer .box {
    max-width: 1200px;
    padding: 120px 30px 0 30px;
    margin: 0 auto;
    position: relative; }
  .footer dl {
    margin-bottom: 60px; }
  .footer dt {
    font-size: 20px;
    color: #c8a86b;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    .footer dt .dian {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      line-height: 0;
      background-color: #c8a86b;
      margin: 0 10px; }
    .footer dt .cn {
      letter-spacing: 2px;
      font-weight: bold; }
    .footer dt a:hover {
      color: #CCC; }
  .footer dd {
    font-size: 16px;
    letter-spacing: 2px;
    display: flex;
    align-items: center; }
    .footer dd a {
      color: #747d87; }
      .footer dd a:hover {
        color: #FFF; }
    .footer dd .line {
      width: 1px;
      line-height: 0;
      height: 10px;
      background-color: #747d87;
      margin: 0 30px; }
  .footer .logo {
    position: absolute;
    right: 0;
    top: 340px; }
  .footer .icon_Logo_OBB {
    font-size: 80px; }
    .footer .icon_Logo_OBB:before {
      color: #FFF; }
  @media (max-width: 1350px) {
    .footer .logo {
      right: 20px; } }
  @media (max-width: 1000px) {
    .footer {
      height: auto; }
      .footer .logo {
        position: relative;
        text-align: center;
        top: 0;
        right: 0;
        padding: 40px 0;
        border-top: 1px solid rgba(116, 125, 135, 0.2); } }
  @media (max-width: 750px) {
    .footer {
      height: auto;
      border-top: 3px solid #c8a86b;
      background: #011D4B url(../../static/images/home/Footer-m.jpg) no-repeat center top; }
      .footer .box {
        padding: 80px 45px 0 45px; }
      .footer .logo {
        position: relative;
        text-align: center;
        top: 0;
        right: 0;
        padding: 40px 0;
        border-top: 1px solid rgba(116, 125, 135, 0.2); }
      .footer .icon_Logo_OBB {
        font-size: 37px; }
      .footer dl {
        margin-bottom: 50px; }
      .footer dt {
        font-size: 14px;
        justify-content: center;
        margin-bottom: 10px; }
        .footer dt .dian {
          width: 4px;
          height: 4px; }
      .footer dd {
        font-size: 12px;
        letter-spacing: 2px;
        display: block;
        text-align: center;
        font-weight: bold;
        line-height: 26px;
        /*flex-wrap: wrap;
        white-space: nowrap;
        justify-content: center;*/ }
        .footer dd a {
          display: inline-block;
          white-space: nowrap; }
        .footer dd .line {
          display: inline-block;
          margin: 0 15px;
          width: 1px; }
        .footer dd .dute {
          display: none; } }

.footer-map .img {
  width: 100%;
  height: auto; }
.footer-map .box {
  background-color: #001c4b; }
.footer-map .main {
  margin-top: 0; }
.footer-map .content {
  display: flex;
  justify-content: space-between;
  padding: 35px 30px; }
.footer-map dl {
  display: flex; }
.footer-map dt {
  width: 100px;
  margin-right: 30px; }
  .footer-map dt img {
    width: 100%;
    height: auto; }
.footer-map dd {
  color: #fefefe; }
  .footer-map dd .icon_Wechat, .footer-map dd .icon_Weibo {
    font-size: 24px; }
  .footer-map dd .name {
    display: flex;
    align-items: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 20px 0 10px 0; }
    .footer-map dd .name .dian {
      width: 5px;
      height: 5px;
      line-height: 0;
      background-color: #c8a86b;
      margin: 0 10px; }
  .footer-map dd .desc {
    font-size: 16px;
    color: #747d8a;
    letter-spacing: 2px; }
@media (max-width: 812px) {
  .footer-map .img {
    content: url(../images/home/Map-m.jpg); }
  .footer-map .content {
    display: block;
    padding-bottom: 40px; }
  .footer-map dl {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(116, 125, 135, 0.2); }
    .footer-map dl:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .footer-map dt {
    width: 90px;
    margin-right: 20px; }
  .footer-map dd .icon_Wechat, .footer-map dd .icon_Weibo {
    font-size: 20px; }
  .footer-map dd .name {
    display: block;
    font-size: 14px;
    margin: 0; }
    .footer-map dd .name span {
      display: block;
      width: 100%; }
      .footer-map dd .name span.dian {
        float: left;
        margin: 9px 8px 0 2px; }
  .footer-map dd .desc {
    font-size: 12px; } }

/*右下角浮层*/
.general_float {
  position: fixed;
  /*height: 230px;*/
  /*width: 60px;*/
  bottom: 0;
  right: 0px;
  z-index: 50;
  /*m*/ }
  .general_float .kefu {
    width: 50px;
    height: 50px;
    background-color: #c8a86b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    position: fixed;
    z-index: 50;
    bottom: 173px;
    right: 40px; }
    .general_float .kefu a {
      display: block;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .general_float .icon_Chat {
    font-size: 22px; }
    .general_float .icon_Chat:before {
      color: #FFF; }
  .general_float .j_backTop {
    display: none; }
  .general_float .backTop {
    width: 50px;
    height: 50px;
    background-color: rgba(116, 125, 135, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    z-index: 50;
    bottom: 100px;
    right: 40px; }
  .general_float .icon_Top {
    font-size: 14px; }
    .general_float .icon_Top:before {
      color: #CCC; }
  @media (max-width: 750px) {
    .general_float .kefu, .general_float .backTop {
      width: 30px;
      height: 30px;
      right: 20px; }
    .general_float .kefu {
      bottom: 90px; }
    .general_float .backTop {
      bottom: 60px; }
    .general_float .icon_Chat {
      font-size: 14px; }
    .general_float .icon_Top {
      font-size: 12px; } }

@keyframes myfirst {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes myfirst2 {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/*# sourceMappingURL=common.css.map */
