/*--------------layout---------------------*/
html,
body {
  height: 100%;
  width: 100%;
}
body {
  overflow-x: hidden;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.am-container {
  max-width: 1054px;
}
.main-color {
  color: #fb4748;
}
.main-bgcolor {
  color: #fb4748;
}
img {
  max-width: 100%;
}
.full-main {
  min-height: 100%;
  margin-bottom: -156px;
  padding-top: 97px;
}
.full-main:after {
  content: '';
  display: block;
  height: 156px;
}
/*---------------index------------------*/
#index {
  height: 96px;
}
.lanpai-title {
  font-size: 48px;
  color: white;
  letter-spacing: 2px;
}
.lanpai-subtitle {
  font-size: 32px;
  color: white;
  letter-spacing: 2px;
  margin-top: 12px;
}
.qrcode {
  width: 100px;
  height: 100px;
}
.index-header {
  background-color: #fdfdfd;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #ececec;
}
.index-header h1 {
  margin: 0;
}
.index-header h1 a {
  display: block;
  height: 96px;
  background: url(../images/index/lanpai-logo.png) no-repeat left center;
  background-size: 210px 60px;
}
.index-header ul {
  float: right;
}
.index-header ul li {
  float: left;
  margin-left: 50px;
}
.index-header ul a {
  color: #333;
  font-size: 2rem;
  width: 108px;
  height: 96px;
  line-height: 96px;
  display: block;
  text-align: center;
}
.index-header ul a.active {
  border-bottom: 4px solid #fb4748;
  color: #fb4748;
}
.index-main {
  height: 696px;
  background: url(../images/index/index-big.jpg) no-repeat left center;
  background-size: cover;
}
.index-main .am-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.index-main .index-sceond {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-main .index-code {
  border-radius: 2px;
}
.index-main .left {
  flex: 1;
  text-align: center;
}
.index-main .index-download {
  margin-left: 45px;
  display: flex;
  flex-direction: column;
}
.index-main .index-download .am-btn {
  padding: 0;
  width: 220px;
  text-align: left;
  height: 60px;
  line-height: 1;
  color: white;
  font-size: 3rem;
  padding-left: 82px;
  background: #fb4748 no-repeat 30px 6px;
  border-radius: 4px;
  outline: none;
  border: none;
}
.index-main .index-download .am-btn:hover {
  background-color: #f44647;
}
.index-main .index-download .am-btn:active {
  background-color: #ef4445;
}
.index-main .index-download .am-btn.ios-btn {
  background-image: url(../images/index/index-ios.png);
}
.index-main .index-download .am-btn.android-btn {
  margin-top: 60px;
  background-image: url(../images/index/index-android.png);
}
.index-main .index-phone {
  background: url(../images/index/index-phone.png) no-repeat top center;
  background-size: cover;
  width: 405px;
  height: 649px;
  position: relative;
  opacity: 0;
}
.index-main .index-phone .index-slider {
  position: absolute;
  top: 73px;
  left: 55px;
  width: 287px;
  height: 502px;
  margin: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.index-display {
  background-color: #f4f5ed;
}
.index-display ul {
  display: flex;
  padding-top: 8px;
}
.index-display li {
  flex: 1;
  margin-left: 8px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  padding: 15px;
}
.index-display li:first-of-type {
  margin-left: 0;
}
.index-display h1 {
  margin: 40px 0 0 0;
  color: #333;
  font-size: 3rem;
  font-weight: lighter;
}
.index-display p {
  margin: 26px 0 0 0;
  font-size: 1.8rem;
  color: #666;
  text-align: center;
}
.index-intro {
  padding: 80px 0;
}
.index-intro .second {
  position: relative;
  margin-top: 25px;
}
.index-intro .second .body {
  width: 240px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #ccc;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  font-size: 3rem;
  text-align: center;
  color: black;
  background-color: #f4f5ed;
}
.index-intro .second .line {
  position: absolute;
  width: 612px;
  border-top: 1px solid #ccc;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.index-intro .main-txt {
  margin-top: 56px;
  font-size: 24px;
  color: #444;
}
.index-intro .imgs {
  margin-top: 30px;
}
.index-intro .imgs .row {
  display: flex;
}
.index-intro .imgs .img {
  flex: 1;
  margin-left: 8px;
  margin-top: 8px;
  background: no-repeat center center;
  background-size: cover;
}
.index-intro .imgs .img:first-of-type {
  margin-left: 0;
}
.index-intro .imgs .img:before {
  content: '';
  display: block;
  padding-top: 105%;
}
.index-intro.news {
  background-color: #f4f5ed;
}
.index-intro.about {
  padding-bottom: 198px;
}
.index-intro.about .second .body {
  background: white;
}
.index-intro.about .main {
  font-size: 2.4rem;
  color: #666;
  margin-top: 58px;
  padding-right: 470px;
  background: url(../images/index/index-about1.png) no-repeat right center;
}
.index-intro.about p {
  margin: 0;
}
.index-intro.about p:last-of-type {
  margin-top: 18px;
}
.index-footer {
  background-color: #691e1c;
  font-size: 0;
}
.index-footer .am-container {
  height: 156px;
  display: flex;
  align-items: center;
}
.index-footer .left {
  flex: 1;
}
.index-footer .left p {
  margin-bottom: 15px;
}
.index-footer .left p:last-of-type {
  margin-bottom: 0;
}
.index-footer .left a {
  font-size: 1.6rem;
  color: white;
}
.index-footer .right {
  width: 200px;
  text-align: center;
}
.index-footer .right p {
  color: white;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  #index {
    height: 50px;
  }
  .index-main {
    height: 100%;
    margin-top: -50px;
  }
  .index-main .am-container {
    padding-top: 50px;
  }
  .index-main .left {
    width: 100%;
  }
  .index-main .index-sceond {
    margin-top: 55px;
  }
  .index-main .index-download {
    margin: 0 auto;
    flex-direction: row;
    width: 100%;
    white-space: nowrap;
  }
  .index-main .index-download .am-btn {
    flex: 1;
    width: 108%;
    font-size: 1.8rem;
    height: 44px;
    text-align: center;
    background: #fb4748 no-repeat 14% 4px;
    background-size: auto 70%;
    padding-left: 5%;
  }
  .index-main .index-download .am-btn.android-btn {
    margin: 0 0 0 20px;
  }
  .index-header h1 a {
    height: 50px;
    background-size: auto 80%;
  }
  .index-display ul {
    display: block;
    padding-top: 0;
  }
  .index-display ul h1 {
    font-size: 2.5rem;
    margin-top: 20px;
  }
  .index-display ul img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .index-display ul p {
    padding: 0 1rem;
    font-size: 1.7rem;
    margin-top: 22px;
  }
  .index-display ul li {
    height: auto;
    padding-bottom: 50px;
    margin-left: 0;
    width: 100%;
  }
  .index-display ul li:first-of-type {
    padding-top: 25px;
  }
  .index-intro {
    width: 100%;
    overflow-x: hidden;
    padding-top: 60px;
  }
  .index-intro .title img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .index-intro .second {
    margin-top: 15px;
  }
  .index-intro .second .body {
    height: 36px;
    line-height: 34px;
    font-size: 2.4rem;
  }
  .index-intro .main-txt {
    font-size: 1.8rem;
    margin-top: 26px;
  }
  .index-intro .imgs .row {
    display: block;
  }
  .index-intro .imgs .img {
    margin-left: 0;
    margin-top: 10px;
  }
  .index-intro.about {
    padding-bottom: 100px;
  }
  .index-intro.about .main {
    padding: 0 1rem;
    background: none;
    font-size: 1.8rem;
    margin-top: 38px;
  }
  .mini-footer .am-container {
    display: block;
    height: auto;
    padding-bottom: 10px;
  }
  .mini-footer .left {
    padding-top: 20px;
  }
  .mini-footer .left p:last-of-type {
    margin: 0;
  }
  .mini-footer .right {
    margin: 0 auto;
    margin-top: 12px;
  }
}
/*----------------news---------------------*/
.news-main {
  padding-top: 97px;
}
.news-main .am-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-body {
  padding-top: 50px;
}
.news-nav {
  width: 300px;
}
.news-nav li.title {
  font-size: 2.4rem;
  margin: 0 0 2.2rem 0;
  color: #333;
}
.news-nav li {
  margin-top: 1.2rem;
  color: #666;
}
.news-nav li a {
  color: #333;
}
.news-nav li a:hover,
.news-nav li a.active {
  color: #fb4748;
}
.news-arts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2rem;
}
.news-arts .header {
  font-size: 2.6rem;
  margin-bottom: -12px;
}
.news-arts .art-list li {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.news-arts .art-list li .img {
  float: left;
  width: 200px;
  height: 150px;
  background: no-repeat center center;
  background-size: cover;
}
.news-arts .art-list li .img img {
  opacity: 0;
}
.news-arts .art-list li .right {
  padding-left: 236px;
}
.news-arts .art-list li .title {
  font-size: 2.6rem;
  line-height: 3.12rem;
  max-height: 6.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-arts .art-list li .date {
  color: #666;
  margin-top: 7px;
}
.news-arts .art-list li .content {
  margin-top: 5px;
  font-size: 1.7rem;
  line-height: 2.38rem;
  max-height: 4.76rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-arts .art-list li .title:hover {
  color: #fb4748;
}
.news-arts .am-pagination {
  text-align: right;
  margin: 40px 0 60px 0;
}
.news-arts .am-pagination a {
  border: none;
  color: #777;
}
.news-arts .am-pagination li.am-active a {
  color: white;
}
.bread {
  padding-top: 1.5rem;
}
.bread a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #333;
}
.bread a.active {
  color: #888;
}
.bread .gt {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  font-size: 1.8rem;
}
/*------------------art------------------*/
.page {
  width: 686px;
  float: left;
  padding-bottom: 5rem;
}
.page .title {
  text-align: center;
  font-size: 2.8rem;
  margin-top: 4rem;
  color: black;
}
.page .content {
  margin-top: 3rem;
  font-size: 1.7rem;
}
.side {
  float: right;
  padding-top: 118px;
  padding-bottom: 5rem;
}
.side .ecode-wrap {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 30px 40px;
}
.side .txt {
  text-align: center;
  color: #777;
  font-size: 1.8rem;
  margin-top: 5px;
}
.side .wxcode {
  margin-top: 2.5rem;
}
.side .hots {
  margin-top: 4rem;
}
.side .hots .title {
  font-size: 2.2rem;
  margin-bottom: 2.8rem;
  color: black;
}
.side .hots a {
  display: block;
  color: #333;
  margin-top: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side .hots a:hover {
  color: #fb4748;
}
.declaration {
  font-size: 16px !important;
  width: auto !important;
  color: red !important;
}
.m-left-20 {
  margin-left: 20px !important;
}
.m-left-0 {
  margin-left: 0 !important;
}
.company-name {
  display:block;
  margin-bottom: 10px;
}
.contract-us {
  margin-left: 0px;
}
.contract-num {
  margin-left: 12px;
}
.cope {
  margin-left: 20px;
}
.qq {
  margin-left: 50px;
  padding-top: 3px;
  display: inline-block;
}
.h5-page {
  display: flex;
  justify-content: center;
  background-color: #eaeaea;
}
