html,body {height: 100%;}
body {
    width: 100%;
    min-width: 1200px;
    font: 14px/1.5 "Microsoft YaHei","Helvetica Neue","Hiragino Sans GB",arial,helvetica,sans-serif;
    color: #333333;
    background-color: #EAEEF5;
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ff580e;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ff580e;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 240, 100, 30;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 88, 14;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #F0641E;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #F0840C;
  --bs-link-color-rgb: 240, 132, 12;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

[data-bs-theme=dark] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ff580e;
  --bs-danger-text: #ea868f;
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #f0641e;
  --bs-link-hover-color: #F0840C;
  --bs-link-color-rgb: 240, 100, 30;
  --bs-link-hover-color-rgb: 68, 84, 117;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}
.form-control {
    border-radius: 4px;
}
.btn {
    --bs-btn-border-radius: 4px;
}
.btn-lg, .btn-group-lg > .btn {
    --bs-btn-border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    --bs-btn-border-radius: 2px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f0641e;
    --bs-btn-border-color: #f0641e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #F0840C;
    --bs-btn-hover-border-color: #F0840C;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #F0840C;
    --bs-btn-active-border-color: #F0840C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f0641e;
    --bs-btn-disabled-border-color: #f0641e;
}
.btn-outline-primary {
  --bs-btn-color: #f0641e;
  --bs-btn-border-color: #f0641e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f0641e;
  --bs-btn-hover-border-color: #f0641e;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f0641e;
  --bs-btn-active-border-color: #f0641e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f0641e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f0641e;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff580e;
  --bs-btn-border-color: #ff580e;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FF793E;
  --bs-btn-hover-border-color: #FF793E;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FF793E;
  --bs-btn-active-border-color: #FF793E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff580e;
  --bs-btn-disabled-border-color: #ff580e;
}
.btn-outline-warning {
  --bs-btn-color: #ff580e;
  --bs-btn-border-color: #ff580e;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff580e;
  --bs-btn-hover-border-color: #ff580e;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff580e;
  --bs-btn-active-border-color: #ff580e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff580e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff580e;
  --bs-gradient: none;
}
.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #f0641e;
}
/*----------------------------------------------
loading
------------------------------------------------*/
#loading { background-color: #ffffff; height: 100%; width: 100%; position: fixed; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { width: 100%; height: 100%; position: relative; }
.loading-center { width: 100%; height: 71px; position: relative; margin: 30px 0;}
.sk-chase {
  width: 71px;
  height: 71px;
  margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #f0641e;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes sk-chase {
  100% { transform: rotate(360deg); }
}
@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  } 100%, 0% {
    transform: scale(1.0);
  }
}

/*header*/
.header{min-width: 1200px;background: #fff;position: relative;border-bottom: 2px solid #f0641e;}
.header .top{height: 37px;background: #F6F6F6;line-height: 37px;}
.header .top a{color: #878787;}
.header .top a:hover{color: #333;}
.header .top_left{height: 100%;float: left;}
.header .top_left .welcome{color: #808080;float: left;position: relative;line-height: 37px;}
.header .top_left .welcome font{color:#f0641e;}
.header .top_left .member_entry{float: left;margin-left: 10px;line-height: 37px;}
.header .top_left .member_entry a{height: 12px;border-left: 1px solid #E1E1E1;padding: 0 10px;display: inline-block;line-height: 12px;}
.header .top_left .login_entry{color: #FF570D !important;}
.header .top_left .register_entry{border-right: 1px solid #E1E1E1;}
.header .top_right{float: right;height: 37px;}
.header .top_right .contact {
    float: left;
    color: #5B5B5B;
    height: 100%;
    padding: 0 0 0 20px;
    font-weight: bold;
}
.header .nav-pills .nav-link {
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    transition: all 0.2s;
}
.header .nav-pills .nav-link:hover {
  color: #FF570D !important;
  transform: scale(1.2);
}
.header .nav-pills .active:hover {
  color: #fff !important;
  transform: none;
}

.pagination {
    width: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .pagination li span, .pagination li a {
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 3px;
    text-decoration: none;
    font-size: 14px;
    color: #999;
    background-color: #ffffff;
}
.pagination li.active span,.pagination li.active a {
    color: #fff;
    background-color: #f0641e;
    border-color: #f0641e;
}

.menuleft {
  min-width: 200px;
  height: 100%;
  font-size: 15px;
}
.menuleft .nav-link {
  color: #666;
}
.menuleft .children {
  text-indent: 1.4em;
  font-size: 14px;
}
.menuleft .children .active {
  background-color: transparent;
  color: var(--bs-primary-text);
  font-weight: bold;
}

.ofc {object-fit: cover;}
.fs-7 {font-size: 12px;}


#msg {
  width: 100%;
  height: auto;
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

.min-h-100 {
  min-height: 100% !important;
}

#kefu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 9998;
  width: 28px;
  height: 100vh;
}
#kefu_list {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 43px;
  z-index: 9999;
}

.msg-modal-content {
  width: 830px;
  background: #fff;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -415px;
  z-index: 100;
  opacity: 1;
  transition: all 1s;
  overflow: hidden;
}

.msg-modal-content .form-left {
  width: 610px;
  position: relative;
  padding-bottom: 80px;
  box-shadow: -3px 0 10px #cdcdcd;
}

.msg-modal-content .form-left .tit {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px dashed #eff3f6;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.msg-modal-content .form-left .tit .title {
  font-size: 24px;
  color: #333;
  padding-right: 10px;
}

.msg-modal-content .form-left .tit .title::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 25px;
  background: #4abf9f;
  left: 18px;
  top: 25px;
}

.msg-modal-content .form-left .tit .subtitle {
  font-size: 17px;
  color: #666;
}

.msg-modal-content .form-left form {
  margin: 30px 0 0 35px;
}

.msg-modal-content .form-left form .Linput {
  height: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  font-size: 16px;
}

.msg-modal-content .form-left form .Linput label {
  width: 80px;
  color: #444;
  display: inline-block;
  letter-spacing: 2px;
}

.msg-modal-content .form-left form .Linput input {
  width: 395px;
  height: 40px;
  border: 1px solid #dedede;
  padding-left: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}

.msg-modal-content .form-left form .Linput span {
  position: absolute;
  color: red;
  margin: 3px 0 0 -10px;
}

.msg-modal-content .form-left form .mobile .safe-text {
  font-size: 12px;
  position: absolute;
  color: #1bd3a1;
  margin: 31px 0 0 -377px;
}

.msg-modal-content .form-left form .mobile .safe-text::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 17px;
  background: url(../img/pc/msg_modal_safe.png) top center no-repeat;
  margin: 12px 0 0 -18px;
}

.msg-modal-content .form-left button {
  border: 0;
  background: url(../img/pc/msg_modal_sub.png) no-repeat;
  width: 394px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  position: absolute;
  font-size: 18px;
  margin-left: 120px;
  cursor: pointer;
}

.msg-modal-content .form-left, .msg-modal-content .form-right {
  float: left;
}

.msg-modal-content .form-right {
  width: 215px;
  font-size: 14px;
  color: #b3b3b3;
  padding-left: 15px;
  padding-top: 80px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.msg-modal-content .form-right .close {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/pc/msg_modal_close.png) no-repeat;
  margin: -60px 0 0 178px;
  cursor: pointer;
}

.msg-modal-content .form-right .tit {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  font-weight: 600;
}

/*底部样式开始*/
.new_footer {
  width: 100%;
  background: #1F1F24;
  z-index: 2;
  position: relative;
  padding-bottom: 57px;
}

.new_footer .footer_top {
  /*max-width:1424px;*/
  width: 1200px !important;
  min-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-bottom: 1px solid #313036;
}

.new_footer .footer_bottom {
  /*max-width:1424px;*/
  width: 1200px !important;
  min-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 10px 0;
  position: relative;
  z-index: 9;
}

.new_footer .footer_bottom:before, .new_footer .footer_bottom:after {
  content: "";
  display: block;
  clear: both;
}

.new_footer .footer_top .foot_nav {
  overflow: hidden;
}

.new_footer .footer_top_left dl {
  float: left;
  width: 117px;
  padding-left: 40px;
  border-left: 1px solid #2C2C30;
  box-sizing: content-box;
}

.new_footer .footer_top_left {
  padding: 50px 0 30px 0;
  float: left;
  /* width: 750px; */
}

.new_footer .footer_top_left dl dt {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.new_footer .footer_top_left dl dd {
  font-size: 14px;
  margin-top: 15px;
}

.new_footer .footer_top_left dl dd a {
  color: #6D6D6D;
  display: block;
  line-height: 30px;
  font-size: 13px;
}

.new_footer .footer_top_left dl dd a:hover {
  color: #B5B5B5;
}

.new_footer .footer_top_left dl:first-child {
  padding-left: 0;
  border: none;
}

.new_footer .aptitude {
  margin: 0 auto;
  width: 1200px !important;
  position: relative;
  z-index: 8;
}

.new_footer .aptitude li {
  float: left;
  margin-right: 10px;
}

.new_footer .aptitude li>a>img {
  width: 102px;
  height: 35px;
}

.new_footer .footer_top_right {
  float: right;
  width: 375px;
  padding-left: 60px;
  height: 206px;
  margin-top: 50px;
  position: relative;
  box-sizing: content-box;
}

.footer_map_img {
  position: absolute;
  width: 400px;
  height: 206px;
  background: url('../images/address_footer/footer_map.png') no-repeat center center;
  right: 0;
  bottom: -70px;
  display: none;
}

.footer_top_right::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 156px;
  top: 0;
  left: 0;
  background: #2C2C30;
}

.new_footer .footer_top_right dt {
  font-size: 16px;
  color: #B6B6B6;
  line-height: 16px;
  padding-bottom: 18px;
  position: relative;
}

.new_footer .footer_top_right dt::after {
  display: block;
  content: "";
  width: 11px;
  height: 3px;
  background: url(../../mark/3.0/images/css_sprites.png) no-repeat -157px -108px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.new_footer .footer_top_right dd {
  line-height: 20px;
  font-size: 12px;
  color: #787878;
  padding-top: 8px;
}

.new_footer .footer_bottom_left {
  float: left;
  width: 950px;
}

.new_footer .footer_hot {
  font-size: 14px;
  color: #B5B5B5;
  overflow: hidden;
  padding-bottom: 15px;
}

.new_footer .footer_hot a {
  color: #B5B5B5;
  padding: 0 13px 0 12px;
  display: inline-block;
}

.new_footer .footer_hot a:hover {
  color: #fff;
}

.new_footer .footer_hot font {
  vertical-align: top;
  display: inline-block
}

.new_footer .footer_hot a {
  float: left;
}

.new_footer .footer_bottom_left_nav {
  font-size: 14px;
  color: #B5B5B5;
  overflow: hidden;
  padding-bottom: 5px;
}

.new_footer .footer_bottom_left_nav .ri_div {
  width: 880px;
  display: inline-block;
}

.new_footer .footer_bottom_left_nav a {
  font-size: 12px;
  font-weight: 400;
  color: #5D5D5E;
  line-height: 22px;
  position: relative;
  display: inline-block;
  padding: 0 6px;
}

.new_footer .footer_bottom_left_nav a::after {
  display: none;
  content: "";
  width: 1px;
  height: 8px;
  background: url(../../mark/3.0/images/css_sprites.png) no-repeat -193px -80px;
  position: absolute;
  top: 7px;
  right: 0;
}

.new_footer .footer_bottom_left_nav a:hover {
  color: #fff;
}

.new_footer .footer_bottom_left_nav font {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #CACACA;
  line-height: 20px;
}

.new_footer .footer_bottom_left_nav a {
  float: left;
}

.new_footer .footer_bottom_left_nav a:last-child::after {
  display: none;
}

.new_footer .footer_bottom .copyright {
  font-family: arial;
  color: #747474;
  line-height: 24px;
  padding: 24px 0 12px 0;
  margin-top: 30px;
  font-size: 12px;
  border-top: 1px solid #313036;
}

.new_footer .footer_bottom .copyright a {
  font-size: 12px;
  text-decoration: underline;
  color: #747474;
}

.new_footer .footer_bottom .copyright a:hover {
  color: #ffffff !important;
}

.new_footer .footer_bottom .copyright a:hover span {
  color: #ffffff !important;
}

.copyright_text {
  margin-right: 20px;
}

.new_footer .footer_bottom_right {
  float: right;
}

.new_footer .footer_bottom .linkbox {
  width: 250px;
  height: 40px;
  background: #29292F;
}

.new_footer .footer_bottom .linkbox dd {
  float: left;
  line-height: 40px;
  font-size: 14px;
  color: #8A8A8A;
  padding: 0 10px;
  width: 185px;
}

.new_footer .footer_bottom .linkbox dt {
  width: 45px;
  height: 40px;
  float: right;
  background-color: #36363C;
  cursor: pointer;
  position: relative;
}

.new_footer .footer_bottom .linkbox dt::after {
  display: block;
  content: "";
  width: 12px;
  height: 7px;
  background: url(../../mark/3.0/images/css_sprites.png) no-repeat -100px -115px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.new_footer .footer_bottom .links {
  height: 0;
  position: relative;
  display: none;
}

.new_footer .footer_bottom .links .linkboxli {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #29292F;
  border-bottom: 1px solid #333;
  max-height: 316px;
  overflow-x: hidden;
  overflow-y: auto
}

.new_footer .footer_bottom .links .linkboxli a {
  line-height: 35px;
  color: #888;
  display: block;
  width: 205px;
  text-indent: 10px;
}

.new_footer .footer_bottom .links .linkboxli a:hover {
  color: #ccc;
}

.new_footer .footer_bottom .linkbox:hover .links {
  display: block;
}

.new_footer .footer_bottom .linkbox:hover dt::after {
  background: url(../../mark/3.0/images/css_sprites.png) no-repeat -88px -115px;
}

.new_footer .footer_bottom .apply_link {
  text-align: right;
  line-height: 23px;
}

.new_footer .footer_bottom .apply_link a {
  color: #747474;
  padding-left: 10px;
  font-size: 12px;
  position: relative;
}

.new_footer .footer_bottom .apply_link a::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url(../../mark/3.0/images/css_sprites.png) no-repeat -35px -129px;
  position: absolute;
  top: 5px;
  left: 0;
}

.new_footer .footer_bottom .apply_link a:hover {
  color: #EEE;
}


/* 版权信息整改样式 */
.footer_ewm_box {
  margin-top: 30px;
}

.footer_ewm_box .footer_ewm_imgs {
  position: relative;
  float: left;
}

.footer_ewm_box .footer_ewm_imgs>img {
  width: 38px;
  height: 38px;
  margin-right: 9px;
}

.footer_ewm_box .footer_ewm_imgs .icon_imgH {
  display: none;
}

.footer_ewm_box .footer_ewm_imgs .ewm_show_box {
  display: none;
  width: 112px;
  height: 112px;
}

.footer_ewm_box .footer_ewm_imgs .ewm_show_box {
  position: absolute;
  left: -38px;
  bottom: 42px;
}

.footer_ewm_box .footer_ewm_imgs .ewm_show_box .ewm_img {
  width:100%;
  height: 100%;
}

.footer_ewm_box .footer_ewm_imgs .ewm_show_box.width215 {
  width: 215px;
  left: -89px;
}

.footer_ewm_box .footer_ewm_imgs:hover .ewm_show_box {
  display: block;
}

.footer_ewm_box .footer_ewm_imgs:hover .icon_img {
  display: none;
}

.footer_ewm_box .footer_ewm_imgs:hover .icon_imgH {
  display: block;
}

/*底部样式结束*/



