@charset "UTF-8";
/**
 * Theme Variables
 * 集中管理主题色、字体、尺寸等变量
 */
/* =========================================================
   Contact Page Styles (page-contact.php)
   ========================================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.nav-aboutUs {
  position: relative;
}
.nav-aboutUs a {
  color: #1890FF !important;
}
.nav-aboutUs a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 1px;
  background: #1890FF;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: widths 1s 1 alternate;
  -webkit-animation: widths 1s 1 alternate;
}

@keyframes widths {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes widths {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.container-content_wrapper {
  background: #fff;
  padding-top: 84px;
}
.container-content_wrapper .location_wrapper {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #373D40;
}
.container-content_wrapper .location_wrapper a {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.container-content_wrapper .location_wrapper a.active {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.container-content_wrapper .location_wrapper .ie7-before {
  color: #fff;
}
.container-content_wrapper .location_wrapper .location {
  margin: 0;
  padding: 15px 0 0;
}
.container-content_wrapper .contact_banner {
  min-height: 380px;
  padding-bottom: 1px;
  background: url("https://cdn-business-static.aunbox.cn/www_luping_com/static/images/contact_banner_bg.jpg") no-repeat center center;
  background-size: cover;
  min-width: 1200px;
  position: relative;
}
.container-content_wrapper .contact_banner .sub-title {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
  margin-bottom: 12px;
}
.container-content_wrapper .contact_banner .contact-page_title {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  padding-top: 50px;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.container-content_wrapper .contact_banner .contact-page_title::after {
  content: "";
  display: block;
  opacity: 0.88;
  width: 60px;
  height: 4px;
  filter: Alpha(opacity=88);
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.container-content_wrapper .sub-navbar_wrapper {
  height: 70px;
  border-bottom: 1px solid #D9D9D9;
}
.container-content_wrapper .sub-navbar_wrapper.fixed_bar {
  position: fixed;
  width: 100%;
  top: 70px;
  z-index: 100;
  background: #fff;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.container-content_wrapper .sub-navbar_wrapper .sub-navbar {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container-content_wrapper .sub-navbar_wrapper .sub-navbar .sub_line {
  position: absolute;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #1890FF;
  content: "";
  left: 0;
  display: block;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.container-content_wrapper .sub-navbar_wrapper .sub-navbar li {
  line-height: 70px;
}
.container-content_wrapper .sub-navbar_wrapper .sub-navbar li.scope-style {
  padding: 0 290px;
  position: relative;
}
.container-content_wrapper .sub-navbar_wrapper .sub-navbar li a {
  display: block;
  font-size: 18px;
  color: #363D40;
  line-height: 70px;
}
.container-content_wrapper .sub-navbar_wrapper .sub-navbar li a:hover {
  color: #1890FF;
}
.container-content_wrapper .sub-navbar_wrapper .sub-navbar li a.active {
  color: #1890FF;
}
.container-content_wrapper .sub-navbar_wrapper .sub-nav-flex {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.container-content_wrapper .contact_container {
  width: 1200px;
  margin: 0 auto;
}
.container-content_wrapper .contact_container .container_title {
  font-size: 30px;
  color: #373D40;
  text-align: center;
  line-height: 30px;
  padding-top: 81px;
  padding-bottom: 46px;
}
.container-content_wrapper .contact_container .contact_lists {
  margin: 50px auto;
}
.container-content_wrapper .contact_container .contact_lists::after {
  content: "";
  display: block;
  clear: both;
}
.container-content_wrapper .contact_container .contact_lists li {
  margin-left: 41px;
  float: left;
  border: 1px solid #CCCCCC;
  width: 269px;
  height: 315px;
  background: #fff;
}
.container-content_wrapper .contact_container .contact_lists li.list-item1 {
  margin-left: 0;
}
.container-content_wrapper .contact_container .contact_lists li.list-item1 .item-pic img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.container-content_wrapper .contact_container .contact_lists li.list-item1 .item-title {
  margin-bottom: 10px;
}
.container-content_wrapper .contact_container .contact_lists li.list-item2 .item-pic img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.container-content_wrapper .contact_container .contact_lists li.list-item2 .item-title {
  margin-top: 19px;
}
.container-content_wrapper .contact_container .contact_lists li.list-item3 .item-pic img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.container-content_wrapper .contact_container .contact_lists li.list-item3 .item-title {
  padding-top: 20px;
  margin-top: 0;
}
.container-content_wrapper .contact_container .contact_lists li.list-item3 .item-content a {
  color: #666;
}
.container-content_wrapper .contact_container .contact_lists li.list-item4 {
  border-right: 1px solid #CCCCCC;
}
.container-content_wrapper .contact_container .contact_lists li.list-item4 .item-pic img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.container-content_wrapper .contact_container .contact_lists li.list-item4 .item-title {
  margin-top: 20px;
}
.container-content_wrapper .contact_container .contact_lists li .content {
  width: 100%;
  height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-content_wrapper .contact_container .contact_lists li .item-title {
  font-size: 20px;
  color: #373D40;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 18px;
}
.container-content_wrapper .contact_container .contact_lists li:hover {
  border: none;
}
.container-content_wrapper .contact_container .contact_lists li:hover .item-title {
  color: #1C89F0;
}
.container-content_wrapper .contact_container .contact_lists li:hover .content {
  background: #FFFFFF;
  box-shadow: 0px 8px 30px 0px #000001, 0px 2px 16px 0px rgba(148, 148, 148, 0.3);
  border: 1px solid #22CEFF;
  -webkit-box-shadow: 0px 8px 30px 0px #000001, 0px 2px 16px 0px rgba(148, 148, 148, 0.3);
}
.container-content_wrapper .contact_container .contact_lists li:hover .item-content {
  color: #1C89F0;
}
.container-content_wrapper .contact_container .contact_lists li:hover .item-content a {
  color: #1C89F0;
}
.container-content_wrapper .contact_container .item-content {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  margin-bottom: 8px;
}
.container-content_wrapper .contact_container .item-content a {
  color: #1890FF;
}
.container-content_wrapper .contact_container .item-content a:hover {
  text-decoration: underline;
}
.container-content_wrapper .contact_container .item-content #launchBtn {
  width: 97px !important;
  height: 24px !important;
}

.resolving_container {
  padding-bottom: 80px;
  background: #f7f8fa;
}
.resolving_container .container_title {
  padding: 79px 0 38px;
  font-size: 28px;
  color: #1a1a1a;
  text-align: center;
}
.resolving_container .coommon_question .article-list {
  float: left;
  margin-right: 25px;
  width: 525px;
  height: 247px;
  padding: 16px 0 28px 16px;
  background: white;
}
.resolving_container .coommon_question .article-list .left {
  float: left;
  padding-top: 8px;
}
.resolving_container .coommon_question .article-list .left img {
  width: 202px;
}
.resolving_container .coommon_question .article-list .right {
  float: right;
  width: 287px;
}
.resolving_container .coommon_question .article-list .right h3 {
  line-height: 52px;
  color: #1A1A1A;
  font-size: 18px;
  border-bottom: 1px solid #DBDBDB;
  padding-left: 25px;
}
.resolving_container .coommon_question .article-list .right ul li {
  padding-left: 25px;
  margin-top: 20px;
}
.resolving_container .coommon_question .article-list .right ul li a {
  font-size: 14px;
  color: #1A1A1A;
  position: relative;
}
.resolving_container .coommon_question .article-list .right ul li a:hover {
  color: #666666;
}
.resolving_container .coommon_question .article-list .right ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 5px;
  background: #DBDBDB;
}
.resolving_container .coommon_question .arcticle-more {
  float: left;
  width: 100px;
  height: 247px;
  background: #1890FF;
  color: white;
  font-size: 22px;
  line-height: 40px;
  padding: 80px 30px;
  text-align: center;
}
.resolving_container .coommon_question .arcticle-more:hover {
  background: #69C0FF;
  color: #FFFFFF;
}

.about_container {
  padding-bottom: 80px;
}
.about_container .container_title {
  font-size: 30px;
  color: #373D40;
  text-align: center;
  line-height: 30px;
  padding-top: 79px;
  padding-bottom: 42px;
}
.about_container .about-content {
  width: 1078px;
  height: 294px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 7px 0px #C7D2DD;
  box-shadow: 0px 0px 7px 0px #C7D2DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_container .map-wrapper {
  width: 390px;
  height: 252px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
}
.about_container .map-wrapper #map {
  width: 390px;
  height: 252px;
}
.about_container .introduction {
  float: left;
  width: 530px;
  padding-top: 32px;
  padding-bottom: 18px;
  padding-right: 44px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 36px;
}
.about_container .introduction p {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.about_container .introduction p.address-wrapper {
  color: #373D40;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
}
.about_container .introduction p.address-wrapper img {
  float: left;
  width: 17px;
  height: 17px;
  margin-top: -1px;
}
.about_container .introduction .intro-content {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 29px;
  margin-top: 20px;
}

.luping_header {
  background: #000001;
}

.new_year_popup1 {
  color: #FF0300;
}

/* ---- 响应式适配 ---- */
@media (max-width: 1200px) {
  .container-content_wrapper {
    padding-top: 60px;
  }
  .container-content_wrapper .contact-box {
    flex-direction: column;
    padding: 20px 15px;
  }
  .container-content_wrapper .contact-box .map-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .container-content_wrapper .contact-box .map-box #map {
    width: 100%;
    height: 220px;
  }
  .container-content_wrapper .contact-box .introduction {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .container-content_wrapper {
    padding-top: 50px;
  }
  .container-content_wrapper .location_wrapper {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    font-size: 12px;
  }
  .container-content_wrapper .location_wrapper a, .container-content_wrapper .location_wrapper a.active {
    font-size: 12px;
  }
  .container-content_wrapper .contact-box .map-box #map {
    height: 180px;
  }
  .container-content_wrapper .contact-box .introduction {
    padding: 10px 12px;
  }
  .container-content_wrapper .contact-box .introduction p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .container-content_wrapper .contact-box .introduction p.address-wrapper {
    font-size: 13px;
    margin-top: 10px;
  }
  .container-content_wrapper .contact-box .introduction .intro-content {
    font-size: 13px;
    line-height: 24px;
  }
}
