@charset "UTF-8";
/* css样式清零及常用类 */
/*CSS Reset*/
/*"微软雅黑","\5FAE\8F6F\96C5\9ED1","Microsoft YaHei"
"黑体","\9ED1\4F53"
"新宋体","\65B0\5B8B\4F53"
"宋体","\5B8B\4F53"
"幼圆"    ,"YouYuan","\5E7C\5706"
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, "hiragino sans GB", arial, "Microsoft YaHei", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
hr,
p,
pre,
span,
strong,
form,
iframe,
label,
button,
input,
textarea,
table,
tr,
th,
td,
fieldset,
i {
  margin: 0;
  padding: 0;
  text-align: left;
}

dl,
dd,
ol,
ul,
li {
  list-style: none;
  list-style-type: none;
}

i {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

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

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus,
input,
button,
textarea,
select,
optgroup,
option,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
optgroup:focus,
option:focus,
label,
label:focus {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: none;
  -webkit-appearance: none;
}

img {
  border: 0;
  vertical-align: middle;
}

a img,
img {
  -ms-interpolation-mode: bicubic;
}

a,
a:link,
a:visited {
  cursor: pointer;
}

a.ie6:hover {
  zoom: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  overflow-y: auto;
}

hr {
  height: 0;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

header,
footer,
section,
aside,
article,
main,
nav,
menu,
details,
summary,
address,
hgroup,
figure,
figcaption,
legend {
  display: block;
  margin: 0;
  padding: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

time {
  display: inline;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

/*通用属性*/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}

/*解决ie6/7下面的浮动塌陷问题*/
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: " ";
}

/*display:table;解决其他下面的浮动塌陷问题,line-height是将添加的内容高度设为0；*/
.clearfix:after {
  clear: both;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #CCC !important;
  background-color: #fff !important;
  background: #fff !important;
}

html,
body {
  min-height: 100vh;
}

.higeshi-navbar_ocupation {
  height: 70px;
}

.higeshi-navbar_wrapper {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #d8d8d8;
  z-index: 100;
}
.higeshi-navbar_wrapper #logo {
  display: block;
  height: 42px;
  float: left;
  margin-top: 14px;
}
.higeshi-navbar_wrapper .hegeshi-navbar {
  width: 1200px;
  margin: 0 auto;
}
.higeshi-navbar_wrapper .nav-slogen {
  height: 36px;
  float: left;
  margin: 18px 0 0 5px;
}
.higeshi-navbar_wrapper .logo {
  float: left;
}
.higeshi-navbar_wrapper #nav {
  float: left;
}
.higeshi-navbar_wrapper #nav ul li {
  float: left;
  font-size: 16px;
  padding: 0 15px;
  margin-left: 56px;
}
.higeshi-navbar_wrapper #nav ul li a {
  color: #1A1A1A;
  height: 70px;
  display: block;
  width: 100%;
  line-height: 70px;
  text-align: center;
}
.higeshi-navbar_wrapper #nav ul li a:hover {
  color: #FF7C7C;
}
.higeshi-navbar_wrapper #nav ul li.current-menu-item a {
  color: #FF4F4F;
}
.higeshi-navbar_wrapper .head_search {
  float: right;
  margin-top: 14px;
}
.higeshi-navbar_wrapper .head_search .text-center {
  width: 200px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}
.higeshi-navbar_wrapper .head_search .text-input {
  width: 158px;
  height: 40px;
  font-size: 14px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
}
.higeshi-navbar_wrapper .head_search .iconfont {
  font-size: 18px;
  background: transparent;
  color: #666666;
  cursor: pointer;
}
.higeshi-navbar_wrapper .head_search .iconfont:hover {
  color: #FF4F4F;
}

/*history-container*/
.history-container .page-header {
  margin-top: 0;
  padding-top: 0;
  border-color: #e0e0e0;
}

.history-container .page-header h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 32px;
  line-height: normal;
}

.history-container {
  padding-bottom: 15px;
  width: 1200px;
  margin: 0 auto;
}

.history-container .history-lists li {
  overflow: visible;
  position: relative;
  padding: 15px 0;
}

.history-container .history-lists li:not(:first-child) {
  margin-top: 15px;
}

.history-container .history-lists li .media-left {
  padding-right: 100px;
  min-width: 205px;
  padding-left: 40px;
  position: relative;
}

/*.history-container .history-lists li .media-left:before {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    right: 50px;
    top: 0;
    bottom: -15px;
    background: $themeColor;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}*/
.history-container .history-lists li:last-child .media-left:before {
  bottom: 0;
}

.history-container .history-lists li .media-left:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 10px;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  position: absolute;
  right: 50px;
  top: 20px;
  background: #FF4F4F;
}

.history-container .history-lists li h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
  position: relative;
  top: -5px;
}

.history-container .history-lists li h3 small {
  display: block;
}

.history-container .history-lists li .media-body {
  overflow: visible;
}

.history-container .history-lists li .well {
  position: relative;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*.history-container .history-lists li .well:before {
    position: absolute;
    display: block;
    z-index: 10;
    content: '';
    left: 0;
    top: 50%;
    background: #fff;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
}*/
/*history-container*/
/* index style  */
.banner-wrapper {
  background: url(https://cdn-business-static.aunbox.cn/www_luping_com/images/banner_bj.jpg) no-repeat center center;
  background-size: cover;
  height: 480px;
  min-width: 1200px;
}
.banner-wrapper .goods-title {
  font-size: 38px;
  color: #1a1a1a;
  text-align: center;
  display: block;
  padding-top: 115px;
}
.banner-wrapper .goods-slogen {
  font-size: 20px;
  color: #1a1a1a;
  padding-top: 20px;
  text-align: center;
}
.banner-wrapper .goods-slogen .dot {
  display: inline-block;
}
.banner-wrapper .sub-slogen {
  font-size: 20px;
  color: #4D4D4D;
  text-align: center;
  line-height: 30px;
  width: 720px;
  margin: 14px auto 0;
}

.main-content {
  width: 1200px;
  margin: 0 auto;
  line-height: 1;
}

.content-topic {
  font-size: 28px;
  color: #1A1A1A;
  text-align: center;
  padding: 60px 0;
}

.goods-feature_wrapper {
  padding-bottom: 60px;
}
.goods-feature_wrapper .main-content {
  width: 1200px;
}
.goods-feature_wrapper .feature-lists {
  overflow: hidden;
}
.goods-feature_wrapper .feature-lists .feature-item {
  width: 280px;
  float: left;
  margin-left: 180px;
}
.goods-feature_wrapper .feature-lists .feature-item.first-item {
  margin-left: 0;
}
.goods-feature_wrapper .feature-lists .feature-item.scond-row {
  margin-top: 80px;
}
.goods-feature_wrapper .feature-lists .feature-item img {
  width: 147.7px;
  display: block;
  margin: 0 auto;
}
.goods-feature_wrapper .feature-lists .feature-item p {
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  margin: 30px 0 22px;
}
.goods-feature_wrapper .feature-lists .feature-item span {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.goods-function_wrapper {
  background: #F9F9F9;
  padding-bottom: 80px;
}
.goods-function_wrapper .main-content .content-topic {
  padding-bottom: 60px;
}
.goods-function_wrapper .function-lists {
  overflow: hidden;
}
.goods-function_wrapper .function-lists li {
  width: 300px;
  height: 210px;
  background: #fff;
  float: left;
}
.goods-function_wrapper .function-lists li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0 36px;
}
.goods-function_wrapper .function-lists li.border-right {
  border-right: 1px solid #D8D8D8;
}
.goods-function_wrapper .function-lists li.border-bottom {
  border-bottom: 1px solid #D8D8D8;
}
.goods-function_wrapper .function-lists li:hover {
  background: #FF4F4F;
  color: #fff;
}
.goods-function_wrapper .function-lists li:hover .function-pic .fill {
  display: block;
}
.goods-function_wrapper .function-lists li:hover .function-pic .pale {
  display: none;
}
.goods-function_wrapper .function-lists li:hover .function-text {
  color: #fff;
}
.goods-function_wrapper .function-lists li .function-text {
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  margin-top: 31px;
}
.goods-function_wrapper .function-lists li .function-pic {
  width: 88px;
  height: 86px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.goods-function_wrapper .function-lists li .function-pic .fill {
  display: none;
}
.goods-function_wrapper .function-lists li .function-pic .pale {
  display: block;
}
.goods-function_wrapper .function-lists li .function-pic img {
  width: 100%;
  height: 100%;
}

.goods-course_wrapper .main-content {
  padding-bottom: 80px;
  width: 1070px;
}
.goods-course_wrapper .content-topic {
  padding-bottom: 60px;
}
.goods-course_wrapper .gif-container {
  width: 500px;
  margin-left: 135px;
}
.goods-course_wrapper .steps-wrapper {
  float: left;
  padding: 10px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.goods-course_wrapper .steps-wrapper .ball {
  background: #D8D8D8;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  z-index: 3;
  cursor: pointer;
}
.goods-course_wrapper .steps-wrapper .ball::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  opacity: 0.18;
  position: absolute;
  top: -5px;
  left: -5px;
  cursor: pointer;
}
.goods-course_wrapper .steps-wrapper .ball.active {
  background: #FF5550;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.goods-course_wrapper .steps-wrapper .ball.selected::after {
  background: #FF5550;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.goods-course_wrapper .steps-wrapper .line {
  height: 106px;
  width: 1px;
  background: #D8D8D8;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.goods-course_wrapper .steps-wrapper .line.active .line-core {
  top: 0px;
}
.goods-course_wrapper .steps-wrapper .line .line-core {
  position: absolute;
  background: #FF4F4F;
  width: 1px;
  height: 100%;
  left: 0;
  z-index: 1;
  top: -106px;
}
.goods-course_wrapper .stepbar_wrapper {
  height: 250px;
  position: absolute;
}
.goods-course_wrapper .stepbar_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background: #D8D8D8;
  width: 1px;
  height: 240px;
  top: 10px;
  left: 4px;
  z-index: 1;
}
.goods-course_wrapper .stepbar_wrapper .step-line {
  display: block;
  position: absolute;
  width: 1px;
  height: 240px;
  top: 10px;
  left: 4px;
  background: #FF4F4F;
  z-index: 2;
}
.goods-course_wrapper .text-steps {
  float: left;
}
.goods-course_wrapper .text-steps .steps-li {
  width: 400px;
  cursor: pointer;
}
.goods-course_wrapper .text-steps .steps-li p {
  font-size: 18px;
  color: #1A1A1A;
  font-weight: 500;
}
.goods-course_wrapper .text-steps .steps-li div {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
}
.goods-course_wrapper .text-steps .steps-li.selected p {
  color: #FF4F4F;
}

.goods-news_wrapper {
  background: #F9F9F9;
  padding-bottom: 100px;
}
.goods-news_wrapper .news-blcok {
  width: 585px;
  height: 291px;
  background: #fff;
  float: left;
  padding: 18px 14px;
}
.goods-news_wrapper .news-blcok.last-block {
  float: right;
}
.goods-news_wrapper .news-blcok .block-title {
  font-size: 16px;
  color: #1A1A1A;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
}
.goods-news_wrapper .news-blcok .block-title .article-more {
  float: right;
}

.recommend-content_wrapper {
  background: #F9F9F9;
  padding-bottom: 80px;
}
.recommend-content_wrapper .recommend-content {
  width: 585px;
  height: 291px;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 18px 16px;
  float: left;
  border: 1px solid #eee;
}
.recommend-content_wrapper .recommend-content .item-title {
  font-size: 18px;
  color: #1A1A1A;
  line-height: 16px;
  border-bottom: 1px solid #D8D8D8;
  display: block;
  padding-bottom: 10px;
}
.recommend-content_wrapper .recommend-content .item-title .iconfont {
  font-size: 20px;
  color: #666;
  float: right;
  cursor: pointer;
}
.recommend-content_wrapper .recommend-content .item-title .iconfont:hover {
  color: #FF4F4F;
}
.recommend-content_wrapper .right-box {
  width: 348px;
  float: right;
  margin-top: 16px;
}
.recommend-content_wrapper .right-box li {
  position: relative;
  padding-left: 14px;
}
.recommend-content_wrapper .right-box li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  line-height: 1;
  color: #666666;
  font-size: 14px;
}
.recommend-content_wrapper .right-box li a:hover {
  color: #FF4F4F;
}
.recommend-content_wrapper .right-box li a:hover span {
  background: #FF4F4F;
}
.recommend-content_wrapper .right-box li.margin-style {
  margin-top: 36px;
}
.recommend-content_wrapper .right-box li span {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #D8D8D8;
  margin-top: 0px;
  margin-right: 6px;
  position: absolute;
  left: 0;
  margin-top: -2px;
  top: 50%;
}
.recommend-content_wrapper .left-box {
  margin-top: 16px;
  width: 186px;
  float: left;
}
.recommend-content_wrapper .left-box li {
  margin-bottom: 16px;
}
.recommend-content_wrapper .left-box .left_in_img_box {
  position: relative;
  width: 186px;
  height: 100px;
  overflow: hidden;
}
.recommend-content_wrapper .left-box .left_in_img_box img {
  width: 186px;
  height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recommend-content_wrapper .left-box .left_in_img_box img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.recommend-content_wrapper .left-box .left_in_img_box p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 186px;
  padding: 0 6px 5px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.footer-banner {
  height: 162px;
  background: url(https://cdn-business-static.aunbox.cn/www_luping_com/images/download_bg.jpg) no-repeat center center;
  background-size: cover;
  line-height: 1;
}
.footer-banner p {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 26px;
}
.footer-banner .theme-button:hover {
  color: #FF4F4F;
}

.theme-button {
  display: block;
  width: 180px;
  height: 58px;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #FF4F4F;
  line-height: 58px;
  text-align: center;
  margin: 22px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.theme-button:hover {
  top: -0.2rem;
  color: #FF7C7C;
}

.theme-button_fill__hover {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.theme-button_fill__hover:hover {
  background: #FF7C7C !important;
  color: #FFFFFF !important;
}

.theme-button_fill {
  background-color: #FF4F4F;
  color: #fff;
}
.theme-button_fill:hover {
  background: #FF7C7C !important;
  color: #FFFFFF !important;
}
.theme-button_fill.banner-button {
  font-size: 18px;
}
.theme-button_fill.banner-button:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

/* index style  */
.footer-content_wrapper {
  background: #27364E;
  color: #D1D1D9;
}
.footer-content_wrapper .footer-links_wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
  overflow: hidden;
  width: 100%;
}
.footer-content_wrapper .links-column {
  float: left;
}
.footer-content_wrapper .links-column.secod-column {
  margin: 0 200px 0 175px;
}
.footer-content_wrapper .links-column li {
  padding-bottom: 20px;
}
.footer-content_wrapper .links-column li a {
  color: #D1D1D9;
  font-size: 14px;
}
.footer-content_wrapper .links-column li a:hover {
  color: #fff;
}
.footer-content_wrapper .links-column li a.qqkf-button {
  display: block;
  width: 68px;
  height: 24px;
  background: #FF4F4F;
  border-radius: 2px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.footer-content_wrapper .links-column li a.qqkf-button:hover {
  background: #FF7C7C;
}
.footer-content_wrapper .links-column li.column-header {
  color: #FF4F4F;
  font-size: 14px;
  padding-bottom: 28px;
}
.footer-content_wrapper .footer_list {
  float: right;
}
.footer-content_wrapper .footer_list .list-item {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  text-align: center;
  float: left;
  margin-top: 35px;
}
.footer-content_wrapper .footer_list .list-item span {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}
.footer-content_wrapper .footer_list .list-item.center-margin {
  margin-right: 48px;
}
.footer-content_wrapper .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-content_wrapper .index_firends_link {
  width: 1200px;
  margin: 0 auto;
  padding: 26px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
}
.footer-content_wrapper .index_firends_link .button_up {
  margin-left: 8px;
}
.footer-content_wrapper .index_firends_link label {
  float: left;
  font-size: 14px;
  color: #8A8F98;
  letter-spacing: 0;
  line-height: 14px;
}
.footer-content_wrapper .index_firends_link li {
  float: left;
  font-size: 14px;
  color: #8A8F98;
  letter-spacing: 0;
  line-height: 14px;
  margin-right: 19px;
}
.footer-content_wrapper .index_firends_link li a {
  color: #8A8F98;
}
.footer-content_wrapper .index_firends_link li a:hover {
  color: #fff;
}
.footer-content_wrapper .index_footer-copyright {
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 22px;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box {
  position: relative;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box .index_safe_copy {
  position: absolute;
  right: 15px;
  top: 15px;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box p {
  font-size: 14px;
  color: #1a1a1a;
  padding-bottom: 3px;
  color: #8A8F98;
  text-align: center;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box p.color-ddd {
  font-size: 14px;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box p a {
  color: #8A8F98;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-content_wrapper .index_footer-copyright .footer_copy_box p a:hover {
  color: #fff !important;
}

.location {
  width: 1200px;
  margin: 0 auto;
  line-height: normal;
  border-radius: 0;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  padding: 15px 0;
}

.location a {
  color: #1a1a1a;
}

.location a.active {
  color: #999;
}

.location span {
  color: #6D6C7D;
}

.notfound-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.notfound-wrapper .theme-button:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.notfound-wrapper .notfound-ico {
  width: 360px;
  display: block;
  margin: 112px auto 0;
}
.notfound-wrapper .iconfont {
  margin-right: 10px;
}
.notfound-wrapper .tips {
  font-size: 14px;
  color: #999999;
  margin-top: 40px;
  text-align: center;
}

.go-back_top {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #D1D1D9;
  border-radius: 100px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  display: none;
}
.go-back_top .iconfont {
  line-height: 1;
  font-size: 12px;
  color: #9593A2;
}
.go-back_top:hover .iconfont {
  color: #FF4F4F;
}

.fixed_box {
  background: #FFFFFF;
  border: 1px solid #D1D1D9;
  border-radius: 4px;
  width: 80px;
  position: fixed;
  top: 36%;
  right: 10px;
  text-align: center;
  padding-top: 2px;
  z-index: 999;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fixed_box p {
  position: relative;
  width: auto;
  margin: 0 auto;
  color: #9593A2;
  cursor: pointer;
  text-align: center;
}

.fixed_box p .icon-wrapper {
  display: block;
  text-align: center;
  height: 20px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fixed_box p .icon-text {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-top: 9px;
}

.fixed_box p i {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
}

.fixed_box p:nth-child(4) a {
  text-decoration: none;
}

.fixed_box p span {
  font-size: 14px;
}

.fixed_box p a {
  color: #666;
  display: block;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 14px;
  margin-top: 14px;
}

.fixed_box p a:hover .icon-text {
  color: #FF4F4F;
}

.fixed_box p a:hover span {
  color: #666;
}

.fixed_box p a span.fixed_erweima {
  font-size: 14px;
  width: 30px;
  position: absolute;
  right: 150px;
  top: -75px;
  display: none;
  width: 131px;
}

.fixed_box p.weixin_p a:hover span.fixed_erweima {
  display: block;
}

.fixed_box p a:hover i {
  color: #FF4F4F;
}

.fixed_box .fixed_tel {
  position: absolute;
  right: 85px;
  top: 6px;
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 4px;
  display: none;
  font-size: 14px;
  width: 140px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  border: 1px solid #D1D1D9;
}

.fixed_box .fixed_tel img {
  position: absolute;
  right: -9px;
  color: #354255;
  top: -1px;
}

.fixed_box p.kefu_p .span_show {
  display: none;
}

.fixed_box p.kefu_p:hover .span_show {
  display: inline-block;
  font-size: 14px;
}

.fixed_box p.kefu_p:hover .span_hide {
  display: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track-piece {
  background-color: #E0E0E0;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #676869;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #676869;
  -webkit-border-radius: 6px;
}

.pic-list {
  display: block;
  cursor: pointer;
}
.pic-list .pic-item:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6958), to(#FF4F4F));
  background-image: linear-gradient(-180deg, #FF6958 0%, #FF4F4F 100%);
  -webkit-box-shadow: 0 8px 18px 0 rgba(255, 79, 79, 0.3);
  box-shadow: 0 8px 18px 0 rgba(255, 79, 79, 0.3);
}
.pic-list .pic-item:hover p {
  color: white;
}
.pic-list .pic-item:nth-child(7n+7) {
  margin-right: 0px;
}
.pic-list .pic-item {
  float: left;
  width: 160px;
  height: 160px;
  padding-top: 50px;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 13px;
  margin-bottom: 13px;
}
.pic-list .pic-item p {
  color: #FF4F4F;
  text-align: center;
}
.pic-list .pic-item .iconfont {
  font-size: 36px;
}
.pic-list .pic-item .fn-name {
  margin-top: 30px;
  font-size: 16px;
  line-height: 16px;
  color: black;
}

.luping_header .nav_mobile_item {
  color: #fff;
  position: relative;
}
.luping_header .nav_mobile_item::after {
  content: "";
  display: block;
  height: 45px;
  margin-top: -5px;
}
.luping_header .nav_mobile_item:hover .nav_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.luping_header .nav_mobile_item .nav_mobile {
  display: none;
  position: absolute;
  bottom: -77px;
  left: 50%;
  margin-left: -72px;
  width: 144px;
  height: 77px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.luping_header .nav_mobile_item .nav_mobile > a {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-family: ArialMT;
  color: white;
  background: rgba(0, 0, 0, 0.18);
  border: 2px solid;
  -o-border-image: linear-gradient(133deg, #00e4ff, #509ff5) 2 2;
     border-image: linear-gradient(133deg, #00e4ff, #509ff5) 2 2;
}
.luping_header .nav_mobile_item .nav_mobile > a:last-child {
  border-top: 0;
}
.luping_header .nav_mobile_item .nav_mobile > a:hover {
  color: #00FFE9;
}

.activity_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10000;
}
.activity_fixed .activity_bg {
  background: url("https://cdn-business-static.aunbox.cn/www_luping_com/static/images/year_activity/banner_1@2x.png") center no-repeat;
  background-size: cover;
  width: 840px;
  height: 260px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.activity_fixed .activity_bg > img {
  width: 300px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  -webkit-animation: activityBtn 1s linear infinite alternate;
  animation: activityBtn 1s linear infinite alternate;
}
.activity_fixed .close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -25px;
  right: 125px;
}

@-webkit-keyframes activityBtn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes activityBtn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.lp_yc {
  position: relative;
  margin-right: 25px;
}
.lp_yc img {
  position: absolute;
  top: 24px;
  right: -13px;
  width: 32px;
  height: 16px;
}