﻿@charset "UTF-8";
/*******/
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("/fonts/SourceHanSansCN-Light.ttf") format("truetype"), url("/fonts/SourceHanSansCN-Light.eot") format("eot"), url("/fonts/SourceHanSansCN-Light.woff") format("woff"), url("/fonts/SourceHanSansCN-Light.woff2") format("woff2"), url("/fonts/SourceHanSansCN-Light.svg#SourceHanSansCN-Light") format("svg");
}
.HanSans-L {
  font-family: "SourceHanSansCN-Light";
}

html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1241px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #1e2631;
  font-family: "微软雅黑", "Microsoft YaHei";
  position: relative;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.2rem;
    font-family: "华文细黑", "Microsoft YaHei";
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 37, 56, 0.5);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
  box-shadow: none;
}

.box-sizing_unset,::after,::before {
    box-sizing: unset;
}
div:focus,
span:focus,
i:focus {
  outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

table {
  border: solid 1px #e3e3e3;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e3e3e3;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.row:before, .row:after {
  display: none;
}

.global-inner {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1200px) {
  .global-inner {
    width: 95%;
  }
}
@media (max-width: 991.98px) {
  .lg-inner,
  .global-inner,
  .sm-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.4rem;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.margin-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
.text-center {
  text-align: center;
}

/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #adadad;
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.7);
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 0;
  position: absolute;
  top: -80px;
  right: 0;
  margin: 0;
  cursor: pointer;
  background: url("../images/close2.png") no-repeat center center;
  background-size: 22px;
  z-index: 1030;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
  animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 72px;
  height: 72px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  border-radius: 100%;
  z-index: 50;
  opacity: .5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 44px;
  height: 44px;
  display: block;
  background: url("../images/video-play.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.modal-video video {
  object-fit: fill;
}
@media screen and (max-width: 991.98px) {
  .modal-video video {
    object-fit: contain;
  }
}

/**** 表单 ***/
.form-group {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}
.form-group.has-error .form-control {
  border-color: #ff0000 !important;
}
.form-group.has-error .help-block {
  padding-left: 20px;
  position: relative;
  background: url("../images/icon-warn.png") no-repeat left top;
  background-size: 16px;
  font-size: 1em;
  line-height: 16px;
  color: red;
  margin: 9px 0 0;
}
.form-group.has-error input[type="radio"],
.form-group.has-error input[type="checkbox"] {
  border-color: #ff0000 !important;
}

.control-label {
  display: block;
  font-size: 1em;
  line-height: 16px;
  color: #666;
  margin-bottom: 12px;
  padding-left: 12px;
  position: relative;
}
.control-label .must {
  color: #ff6788;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.form-control {
  width: 100%;
  height: 40px;
  display: block;
  background: #fff;
  border: solid 1px #bababa;
  border-radius: 3px;
  padding: 0 1em;
  font-size: 1em;
  line-height: 38px;
  color: #333;
}
.form-control:focus {
  border-color: #3a9bec;
  outline: none;
  box-shadow: none;
}
.form-control[disabled], .form-control[readonly] {
  background: #f7f9fc;
  border-color: #bababa !important;
}

textarea.form-control {
  height: 80px;
  padding: 9px 1em;
  line-height: 20px;
}

select.form-control {
  color: #888;
}
select.form-control.is-val {
  color: #333;
}

.form-group-cell {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.form-group-cell .tips {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #666;
}
.form-group-cell .row {
  margin: 0 -5px;
}
.form-group-cell .row li {
  padding: 0 5px;
}

.form-group-bd {
  padding-left: 12px;
}
.form-group-bd .row {
  margin: 0 -5px;
}
.form-group-bd .row li {
  padding: 0 5px;
}

.form-horizontal .control-label {
  float: left;
  width: 94px;
  padding: 12px 1em 0 12px;
  margin-bottom: 0;
}
.form-horizontal .control-label .must {
  top: 12px;
}

.form-btnbox {
  overflow: hidden;
  margin: 40px 0 0;
  padding-left: 12px;
}
.form-btnbox .frm-btn:last-child {
  margin: 0;
}

@media screen and (max-width: 767.98px) {
  .form-group {
    display: block;
    margin-bottom: 0.4rem;
  }

  .form-horizontal .control-label {
    float: none;
    width: 100% !important;
    max-width: none;
    padding: 0 0 0 12px;
    margin-bottom: 10px;
  }
  .form-horizontal .control-label .must {
    top: 0;
  }

  .form-group-cell,
  .form-group-bd {
    display: block;
    padding: 0;
  }
  .form-group-cell .row li,
  .form-group-bd .row li {
    margin: 0 0 0.3rem;
  }
  .form-group-cell .row li:last-child,
  .form-group-bd .row li:last-child {
    margin-bottom: 0;
  }
}
/*** 头部 ***/
.header {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: transparent;
  font-size: 16px;
  line-height: 40px;
  color: #383838;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .row {
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.head-place {
  height: 80px;
  display: none;
}

.head-logo {
  width: 120px;
  height: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  float: left;
  position: relative;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 30px;
}
.head-logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.head-logo .logo2, .head-logo .logo3 {
  display: none;
}
.head-logo.web img {
  width: 120px;
}
.head-logo.app img {
  height: 30px;
}

.head-fr {
  height: 100%;
  position: relative;
  float: right;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.btn-nav_open {
  width: 1.28rem;
  height: 100%;
  display: block;
  background: url("../images/head-menu.png") no-repeat right 0.4rem center;
  background-size: 0.48rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
}

.btn-nav_close {
  width: 1.28rem;
  height: 100%;
  display: none;
  background: url("../images/close_b.png") no-repeat right 0.4rem center;
  background-size: 0.36rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
}

.head-login {
  margin-right: 30px;
  float: left;
  padding: 0 32px;
  height: 40px;
  display: block;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  font-size: 1em;
  border: solid 1px #666;
  overflow: hidden;
  position: relative;
}
.head-login:after {
  content: '';
  background: #ff6633;
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  margin: -150px 0 0 -150px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.head-login span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .head-login:hover {
    color: #fff;
    border-color: #ff6633;
  }
  .head-login:hover:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.head-apply {
  float: left;
}
@media screen and (min-width: 1000px) {
  .head-apply:hover {
    color: #ff6633;
  }
}

.head-navlist {
  float: left;
  margin-left: 30px;
}
.head-navlist > li {
  float: left;
  padding: 0 60px 0 0;
  position: relative;
}
.head-navlist > li.active .navlv1 {
  color: #ff6633;
}
.head-navlist > li.active.has-subnav .arrow {
  display: block;
}
.head-navlist > li.current .navlv1:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #383838;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.head-navlist .navlv1 {
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 20px 0;
}
.head-navlist .navlv1 .arrow {
  display: none;
  border-style: solid;
  border-width: 7px;
  border-color: transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 7px;
  margin-left: -7px;
}
.head-navlist .subnav-box {
  display: none;
  padding: 24px 0 20px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -60px;
  top: 73px;
  z-index: 210;
  border-radius: 4px;
  white-space: nowrap;
}
.head-navlist .subnav-box .row {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.head-navlist .subnav-box .subitem {
  min-width: 270px;
  position: relative;
}
.head-navlist .subnav-box .subitem:last-child .lv3list {
  border-right: none;
}
.head-navlist .subnav-box .lv2 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 10px;
  padding: 0 30px;
}
.head-navlist .subnav-box .lv3list {
  padding: 10px 30px 23px;
  border-right: solid 1px #dfe1e6;
}
.head-navlist .subnav-box .lv3list li {
  margin-bottom: 32px;
}
.head-navlist .subnav-box .lv3list li:last-child {
  margin-bottom: 0;
}
.head-navlist .subnav-box .lv3list li:hover .lv3 {
  color: #ff6633;
}
.head-navlist .subnav-box .lv3 {
  overflow: hidden;
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 7px;
  color: #1e2631;
  font-weight: 600;
}
.head-navlist .subnav-box .lv3 img {
  width: 24px;
  float: left;
  margin-right: 8px;
}
.head-navlist .subnav-box .doc {
  font-size: 12px;
  line-height: 24px;
  color: #9297a1;
}

.modal-navbox {
  background-color: #fff;
}
.modal-navbox .modal-dialog {
  width: 100%;
  padding: 1.1rem 0.4rem 1.46rem;
  transform: translate(none) !important;
  -webkit-transform: translate(none) !important;
}

.modal-navlist {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.modal-navlist > li {
  border-bottom: solid 1px #dfe1e6;
}
.modal-navlist > li.has-subnav .handle {
  display: block;
}
.modal-navlist > li.active .handle span {
  background-image: url("../images/arrow-up3.png");
}
.modal-navlist a {
  display: inline-block;
  vertical-align: top;
  min-width: 50%;
}
.modal-navlist .navlv1 {
  width: 100%;
  height: 1.29rem;
  overflow: hidden;
  position: relative;
  font-size: 0.3rem;
  line-height: 1.29rem;
  color: #333;
}
.modal-navlist .handle {
  width: 30%;
  height: 100%;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.modal-navlist .handle span {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  background: url("../images/arrow-down3.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modal-navlist .subnav-box {
  display: none;
  padding: 0 0 0.62rem .4rem;
}
.modal-navlist .subnav-box .row {
  display: block;
}
.modal-navlist .subnav-box .subitem {
  margin-bottom: .42rem;
}
.modal-navlist .subnav-box .subitem:last-child {
  margin-bottom: 0;
}
.modal-navlist .lv2 {
  font-size: .26rem;
  line-height: 0.64rem;
  color: #9297a1;
}
.modal-navlist .lv3list {
  margin-top: .3rem;
}
.modal-navlist .lv3list li {
  padding-left: .8rem;
  position: relative;
  margin-bottom: .4rem;
}
.modal-navlist .lv3list li:last-child {
  margin-bottom: 0;
}
.modal-navlist .lv3list li.is-null .lv3 {
  line-height: .6rem;
}
.modal-navlist .lv3list li.is-null .lv3 img {
  top: 0;
}
.modal-navlist .lv3 {
  font-size: .3rem;
  line-height: .56rem;
  color: #1e2631;
  font-weight: bold;
}
.modal-navlist .lv3 img {
  width: 0.6rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.modal-navlist .doc {
  font-size: .26rem;
  line-height: .4rem;
  color: #9297a1;
}

body.head-white .header {
  color: #fff;
}
body.head-white .head-logo .logo1 {
  display: none;
}
body.head-white .head-logo .logo2 {
  display: block;
}
body.head-white .head-logo .logo3 {
  display: none;
}
body.head-white .head-login {
  border-color: #fff;
}
body.head-white .head-login:after {
  background-color: #fff;
}
body.head-white .head-login:hover {
  color: #383838;
}
body.head-white .head-navlist > li.current .navlv1:before {
  background: #fff;
}
body.logo-black .head-logo .logo1 {
  display: none;
}
body.logo-black .head-logo .logo2 {
  display: none;
}
body.logo-black .head-logo .logo3 {
  display: block;
}
body.head-fixed .header {
  background: #fff;
  color: #383838;
  -webkit-box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.05);
}
body.head-fixed .head-logo .logo1 {
  display: block;
}
body.head-fixed .head-logo .logo2 {
  display: none;
}
body.head-fixed .head-logo .logo3 {
  display: none;
}
body.head-fixed .head-login {
  border-color: #383838;
}
body.head-fixed .head-login:after {
  background-color: #ff6633;
}
body.head-fixed .head-login:hover {
  color: #fff;
  border-color: #ff6633;
}
body.head-fixed .head-navlist > li.current .navlv1:before {
  background: #383838;
}
body.open-nav .header {
  z-index: 2000;
}
body.open-nav .btn-nav_close {
  display: block;
}
body.open-nav .btn-nav_open {
  display: none;
}

@media screen and (max-width: 1200px) {
  .head-logo {
    margin-right: 15px;
  }

  .head-navlist {
    margin-left: 15px;
  }
  .head-navlist > li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .header {
    height: 1.1rem;
    background: #fff;
  }

  .head-place {
    height: 1.1rem;
    display: block;
  }

  .head-logo {
    /*width: 1.8rem;*/
    width: 5rem;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .head-logo .logo1 {
    display: block !important;
  }
  .head-logo .logo2, .head-logo .logo3 {
    display: none !important;
  }
}
/*** main-box ***/
.main-box {
  width: 100%;
  min-height: 500px;
  position: relative;
  z-index: 10;
}

/**** footer ****/
.footer {
  width: 100%;
  background: #1e2631;
  position: relative;
  z-index: 20;
  padding: 50px 0 25px;
  color: #9297a1;
}
.footer a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.footer a[href]:hover {
  color: #fff;
}

.foot-navlist {
  width: 56%;
  max-width: 660px;
  margin-bottom: -28px;
  overflow: hidden;
  float: left;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.foot-navlist .navitem {
  width: 33.333%;
  float: left;
  margin-bottom: 28px;
}
.foot-navlist dt {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.foot-navlist dd {
  font-size: 14px;
  line-height: 32px;
}

.foot-fr {
  float: right;
  text-align: right;
}
.foot-fr .row1 {
  overflow: hidden;
}

.foot-tel {
  float: left;
  white-space: nowrap;
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
  color: #f65f16;
  font-family: "Arial";
  position: relative;  
  text-align: center;
  padding-right: 15px;
  margin-right: 20px;
}
.foot-tel:after {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: #d1d3d8;
  right: 0;
  top: 10px;
  position: absolute;
}
.foot-tel .icon {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 25px;
  border-radius: 100%;
  background: rgba(242, 243, 247, 0.15);
  position: relative;
}
.foot-tel .icon img {
  width: 30px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.foot-wx {
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  margin-right: 10px;
}
.foot-wx img {
  width: 120px;
  display: block;
  margin: 0 auto 20px;
  padding: 5px;
  background: #fff;
}

.foot-bot {
  font-size: 14px;
  line-height: 34px;
  margin-top: 24px;
}

.foot-menu {
  width: 100%;
  height: 1rem;
  display: block;
  background: #191919;
  font-size: 0.3rem;
  line-height: 1rem;
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
}
.foot-menu .menu {
  width: 50%;
  display: block;
  float: left;
  padding: 0 0.58rem;
}
.foot-menu .menu img {
  width: .5rem;
  margin: -3px .15rem 0 0;
}
.foot-menu .yy {
  text-align: right;
}
.foot-menu .tel {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border-radius: 100%;
  background: #ff6633;
  position: absolute;
  left: 50%;
  bottom: .2rem;
  z-index: 210;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.foot-menu .tel img {
  width: .6rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .foot-tel {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer {
    padding: 1rem 0 1.8rem;
  }

  .foot-fr {
    float: none;
    width: 100%;
    text-align: center;
  }

  .foot-wx {
    width: 2rem;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    font-size: .24rem;
    line-height: .3rem;
    margin-top: 10px;
  }
  .foot-wx img {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: .1rem;
    margin-bottom: .28rem;
  }

  .foot-bot {
    font-size: .24rem;
    line-height: .48rem;
    padding-top: .48rem;
    margin-top: .56rem;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }

  .foot-copy {
    margin-bottom: .18rem;
  }

  .foot-beian {
    margin-bottom: .14rem;
  }
}
/*** 按钮 ***/
.btn {
  width: 130px;
  height: 40px;
  display: block;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  border: solid 1px #666;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.btn:after {
  content: '';
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  margin: -150px 0 0 -150px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn span {
  display: block;
  position: relative;
  z-index: 5;
}
.btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-defalut {
  border-color: #666;
  color: #383838;
}
.btn.btn-defalut:after {
  background: #666;
}
.btn.btn-borg {
  border-color: #ff6633;
  background: #ff6633;
  color: #fff;
}
.btn.btn-borg:after {
  background: #fff;
}
.btn.btn-org {
  border-color: #ff6633;
  color: #ff6633;
}
.btn.btn-org:after {
  background: #ff6633;
}
@media screen and (min-width: 1000px) {
  .btn:hover {
    box-shadow: none;
  }
  .btn:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  .btn.btn-defalut:hover {
    color: #fff;
  }
  .btn.btn-borg:hover {
    color: #ff6633 !important;
  }
  .btn.btn-org:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .btn {
    width: 2.5rem;
    height: .7rem;
    font-size: .28rem;
    line-height: .68rem;
    border-radius: .35rem;
  }
}

/*** 轮播翻页 ***/
.gswip-page {
  text-align: center;
  line-height: 4px;
  z-index: 20;
}
.gswip-page .bullet {
  width: 40px;
  height: 4px;
  display: inline-block;
  vertical-align: top;
  background: #ff6633;
  margin: 0 5px;
  opacity: .5;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  border-radius: 2px;
  cursor: pointer;
}
.gswip-page .bullet.active {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .gswip-page .bullet {
    width: .8rem;
    margin: 0 0.1rem;
  }
}

/******/
.is-antd.fadeToUp {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: all 1s;
  -webkit-transition: all 1s;
}
.is-antd.fadeToIn {
  opacity: 0;
}
.is-antd.animated.fadeToUp {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.is-antd.animated.fadeToIn {
  opacity: 1;
}

/*** banner ***/
.home-banswip {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 30;
}
.home-banswip .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  z-index: 10;
}
.home-banswip .image {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  z-index: 10;
}
.home-banswip .imgs {
  /*width: 1920px;*/
  width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.home-banswip .slide-body {
  width: 100%;
  position: absolute;
  left: 0;
  top: 31.85%;
  z-index: 20;
}
.home-banswip .slide-tit {
  width: 11em;
  color: #333;
  font-weight: bold;
}
.home-banswip .slide-word {
  color: #666;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}
.home-banswip .btn-yu {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}
.home-banswip .swiper-slide.is-active .slide-tit, .home-banswip .swiper-slide.is-active .slide-word, .home-banswip .swiper-slide.is-active .btn-yu {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.home-banswip .gswip-page {
  position: absolute;
  left: 0;
}
.home-banswip.web {
  /*height: 500px;*/
  height: 600px;
}
.home-banswip.web .slide-tit {
  font-size: 50px;
  line-height: 1.25em;
  height: 2.5em;
  pointer-events: none;
}
.home-banswip.web .slide-word {
  width: 50%;
  font-size: 20px;
  line-height: 1.3em;
  color: #666;
  margin-top: .5em;
  height: 1.3em;
  pointer-events: none;
}
.home-banswip.web .slide-word img {
  display: block;
  max-width: 100%;
}
.home-banswip.web .btn-yu {
  width: 260px;
  height: 60px;
  line-height: 58px;
  border-radius: 30px;
  font-size: 18px;
  margin-top: 3.1em;
}
.home-banswip.web .gswip-page {
  bottom: 30px;
}
.home-banswip.app {
  height: 6.9rem;
}
.home-banswip.app .gswip-page {
  bottom: .3rem;
}
.home-banswip.app .slide-imgs {
  background-position: center top;
}
.home-banswip.app .slide-body {
  height: 100%;
  text-align: center;
  top: 0;
  padding-top: 0.65rem;
}
.home-banswip.app .slide-tit {
  width: 100%;
  font-size: .56rem;
  line-height: .85rem;
}
.home-banswip.app .slide-word {
  display: none;
}
.home-banswip.app .btn-yu {
  width: 3rem;
  height: .8rem;
  line-height: .78rem;
  font-size: .28rem;
  border-radius: 3px;
  margin: 0 0 0 -1.5rem;
  position: absolute;
  left: 50%;
  bottom: .9rem;
}

@media screen and (max-width: 1200px) {
  .home-banswip.web {
    height: 35em;
  }
  .home-banswip.web .image {
    display: block;
  }
  .home-banswip.web .imgs {
    display: none;
  }
}
/******/
.inside-banbox {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.inside-banbox .imgsbox {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inside-banbox .imgs {
  width: 1920px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.inside-banbox .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.inside-banbox .box {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 10;
}
.inside-banbox .t1{
  font-weight:  bold;
}
.inside-banbox .t2 span{
  color: #ff973d;
}
.inside-banbox.web {
  height: 550px;
}
.inside-banbox.web .box {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.inside-banbox.web .image {
  display: none;
}
.inside-banbox.web .t1 {
  /* font-size: 24px;
  font-size: 1.2em;
  line-height: 1.25em;
  margin-bottom: 0.625em; */
  font-size: 46px;
  font-size: 2.3em;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 27px;
}
.inside-banbox.web .t2 {
  /* font-size: 50px;
  font-size: 2.5em;
  line-height: 1.2em; */
  font-size: 18px;
  line-height: 30px;
}
.inside-banbox.app {
  /* height: 6.9rem; */
}
.inside-banbox.app .image {
  background-position: center top;
}
.inside-banbox.app .imgs2{
  width: 100%;
  max-width: 100%;
  display: block;
}
.inside-banbox.app .box {
  top: 0;
  padding-top: .65rem;
  text-align: center;
}
.inside-banbox.app .t1 {
  font-size: .5rem;
  line-height: .6rem;
  margin-bottom: .25rem;
}
.inside-banbox.app .t2 {
  font-size: .28rem;
  line-height: .48rem;
}

@media screen and (max-width: 1200px) {
  .inside-banbox.web {
    height: 25em;
  }
  .inside-banbox.web .imgs {
    display: none;
  }
  .inside-banbox.web .image {
    display: block;
  }
}


/* top area */

.top-area {
  background: #c70e0e;
}

.top-menu ul li {
  display: inline-block;
}

.top-menu ul li a {
  color: #fff;
  float: left;
  margin: 15px 14px 0 0;
}

.top-menu ul li a i {
  padding-right: 6px;
}

.top-area p {
  color: #fff;
  font-weight: 500;
  line-height: 58px;
}

.header-social ul li {
  display: inline-block;
}

.header-social img{
  width: 26px;
}

.header-social ul li a {
  font-size: 16px;
  color: #fff;
  padding: 14px 15px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-social ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header-social ul li a:hover:before,
.header-social ul li afocus:before,
.header-social ul li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-social ul li a:hover {
  color: #fff;
}

/* logo area */

.logo-area {
  /*padding: 35px 0;*/
  padding: 10px 0;
}

.logo-area .header-info-box {
  position: relative;
  float: right;
  margin-left: 60px;
  margin-top: 15px;
  padding: 0 0 0 62px;
}

.logo-area .header-info-box .header-info-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: #c70e0e;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 3px 50% 50%;
  -moz-border-radius: 3px 50% 50%;
  border-radius: 3px 50% 50%;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.logo-area .header-info-box:hover .header-info-icon {
  -webkit-border-radius: 50% 3px 50% 50%;
  -moz-border-radius: 50% 3px 50% 50%;
  border-radius: 50% 3px 50% 50%;
}

.logo-area .header-info-box h5 {
  margin: 0;
  line-height: normal;
}

/*menu area style*/

.mainmenu-area {
  background: #c70e0e;
}

a.header-search {
    color: #fff;
    font-size: 20px;
    background: #333;
    display: inline-block;
    height: 74px;
    width: 74px;
    line-height: 74px;
    text-align: center;
}

/*search modal*/

.header-search-modal.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.header-search-modal .modal-dialog {
  margin: 275px auto;
}

.header-search-modal .modal-content {
  background-color: transparent;
}

.header-search-modal .form-control-lg {
  height: calc(2.5em + 2rem + 2px);
  border-radius: 50px;
}

.header-search-modal .header-search-btn {
  background: #c70e0e;
  color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  padding: 0;
  position: absolute;
  left: -40px;
  top: -30px;
}

.header-search-modal .header-search-btn:hover, 
.header-search-modal .header-search-btn:focus, 
.header-search-modal .header-search-btn:active {
  box-shadow: none;
  color: #fff;
}

.header-search-modal .close {
  float: none;
  font-size: 80px;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 200px;
}

.header-search-modal button.close:active, 
.header-search-modal button.close:active, 
.header-search-modal button.close:focus {
  box-shadow: none;
  outline: 0;
}


/* main menu style */

.mainmenu-area .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  /*padding: 22px;*/
  position: relative;
  padding: 12px 20px;
}

.mainmenu-area .navbar {
  padding: 0;
}

.mainmenu-area .navbar-nav .active.nav-link {
  position: relative;
}

.mainmenu-area .navbar-nav li.active {
  position: relative;
}

.mainmenu-area .navbar-nav li.active:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #333;
}

.mainmenu-area ul.navbar-nav li a {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mainmenu-area ul.navbar-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mainmenu-area ul.navbar-nav li a:hover:before,
.mainmenu-area ul.navbar-nav li a:focus:before,
.mainmenu-area ul.navbar-nav li a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.mainmenu-area .navbar-nav .dropdown .nav-link:after {
  /*content: "\eac8";*/
  /*font-family: IcoFont;*/
  font-weight: 900;
  position: absolute;
  top: auto;
  right: 4px;
  font-size: 14px;
  padding-left: 10px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
}

.mainmenu-area .navbar-nav .dropdown .nav-link:hover:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}


/* dropdown menu */

 .mainmenu-area .navbar .dropdown .dropdown-menu {
  display: block;
  min-width: 235px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  top: 62px;
  border-radius: 0;
  background-color: transparent;
  border: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

 .mainmenu-area .navbar .dropdown .dropdown-menu li>a {
  display: block;
  color: #fff;
  padding: 11px 0 11px 22px;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #c70e0e;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

 .mainmenu-area .navbar .dropdown .dropdown-menu li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

 .mainmenu-area .navbar .dropdown .dropdown-menu li>a:hover:before,
 .mainmenu-area .navbar .dropdown .dropdown-menu li>a:focus:before,
 .mainmenu-area .navbar .dropdown .dropdown-menu li>a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

 .mainmenu-area .navbar .dropdown .dropdown-menu li>a:after {
  font-weight: 900;
  font-size: 14px;
  padding: 3px 0 0 0;
  position: absolute;
  /*content: "\eaca";*/
  /*font-family: IcoFont;*/
  top: auto;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
}

 .mainmenu-area .navbar .dropdown .dropdown-menu li>a:hover:after {
  opacity: 1;
  visibility: visible;
  padding-left: 7px;
}

 .mainmenu-area .navbar .dropdown .dropdown-menu li:not(:last-child)>a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

 .mainmenu-area .navbar .dropdown:hover>.dropdown-menu {
  opacity: 1;
  top: 62px;
  visibility: visible;
}

 .mainmenu-area .navbar .dropdown-menu .dropdown>.dropdown-menu {
  left: 300%;
  margin-top: -1px;
  min-width: 170px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  display: block;
}

 .mainmenu-area .navbar .dropdown-menu .dropdown:hover>.dropdown-menu {
  visibility: visible;
  opacity: 1;
  left: 100.5%;
}


/*menu animation style*/

.mainmenu-area {
  width: 100%;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.mainmenu-area.menu-animation {
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  -op-animation-duration: 800ms;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}


/* mobile menu css */

.mean-container .mean-bar {
  background: #c70e0e;
}

.mainmenu-area.mean-container .mean-nav ul.navbar-nav li a {
  border-bottom: none;
}

.mainmenu-area.mean-container .mean-nav ul.navbar-nav li a:after {
  content: none;
}

.mainmenu-area.mean-container ul.navbar-nav li a:before {
  background: transparent;
}

/*# sourceMappingURL=module.css.map */

.nav-left {
  width: 230px;
  height: 64px;
  line-height: 70px;
  /*background: #2faaff;*/
  background: #ff6633;
  font-size: 18px;
  color: #fefefe;
  padding-left: 30px;
  margin-right: 20px;
  position: relative;
  z-index: 9999;
}
.nav-left img.nav-left-img {
  display: block;
  width: 20px;
  height: 15px;
  margin: 28px 20px 0 0;
  cursor: pointer;
}
.nav-left:hover .nav-down{
  display: block;
}
.nav-down {
  display: none;
  position: absolute;
  left: 0;
  top: 64px;
  width: 230px;
  height: 420px;
  line-height: 1;
  background-color: #1e2030;
  background: rgba(30,32,48,.8);
  filter: alpha(opacity=80);
  z-index: 99;
  box-sizing: border-box;
  padding: 10px 0;
}
.nav-down li.nav-down-item {
  width: 230px;
  height: 80px;
  position: relative;
}
.nav-down li a.nav-down-a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 20px 0 15px 56px;
  position: relative;
}
.nav-down li a.nav-down-a span {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 30px;
}
.nav-down-item:hover {
  background: #373947;
}
.nav-down-item:hover .ni-box {
  display: block;
}
.ni-box {
  width: 546px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 230px;
  padding: 0 40px 23px 30px;
  box-sizing: border-box;
  display: none;
}
.ni-box1:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -6px;
  top: 38px;
  border-right: 6px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.ni-box2:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -6px;
  top: 38px;
  border-right: 6px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.ni-box3:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -6px;
  top: 38px;
  border-right: 6px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.ni-box4:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -6px;
  top: 38px;
  border-right: 6px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.ni-box5:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -6px;
  top: 38px;
  border-right: 6px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.ni-box5 {
  padding-bottom: 28px;
}
.ni-box h2 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  border-left: 2px solid #8a8a8a;
  padding-left: 17px;
  margin: 30px 0 23px;
}
.ni-box-down {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.ni-box-down li {
  width: 170px;
  height: 14px;
  margin-bottom: 17px;
}
.ni-box-down li.last {
  width: 136px;
}
.ni-box-down li a {
  display: block;
  font-size: 14px;
  color: #666;
  border-left: 1px solid #e5e5e5;
  padding-left: 10px;
}
.ni-box-down li a:hover {
  color: #2ba0ea;
  border-color: #2ba0ea;
}
.nav-down-item1 span {
  background: url(../images/icon_yi.png) no-repeat;
}
.nav-down-item2 span {
  background: url(../images/icon_er.png) no-repeat;
}
.nav-down-item3 span {
  background: url(../images/icon_san.png) no-repeat;
}
.nav-down-item4 span {
  background: url(../images/icon_si.png) no-repeat;
}
.nav-down-item5 span {
  background: url(../images/icon_wu.png) no-repeat;
}
.nav-down li p {
  font-size: 14px;
  color: #999;
  padding-left: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 75%;
}
.nav-down li .nav-arrow {
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 23px;
  right: 20px;
}
.nav-right li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding: 10px 27px 0 0;
}
.nav-right li a:hover {
  color: #2ba0ea;
}
.nav-right .nav1 a {
  color: #28a7e1!important;
}