.banner {
  position: relative; }

.menutop {
  position: absolute;
  top: 0;
  z-index: 123;
  left: 50%;
  transform: translateX(-50%); }
  .menutop p {
    font-size: 18px;
    font-family: Poppins;
    line-height: 62px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  }
  .menutop i {
    display: inline-block;
    line-height: 17px;
    vertical-align: text-top;
    margin-right: 15px; }
  .menutop a {
    color: #fff;
    text-transform: uppercase;
    margin-right: 8px; }

.menucnt {
  top: 48.5%;
  color: #fff; }
  .menucnt b {
    width: 100px;
    height: 4px;
    background: white;
    display: block; }
  .menucnt h2 {
    font-size: 60px;
    font-family: Roboto Condensed;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 17px; }
  .menucnt p {
    width: 768px;
    line-height: 24px;
    border-bottom: none; }
  .menucnt ul > li {
    float: left;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    list-style-type: disc;
    line-height: 48px;
    margin: 30px 20px 0; }
    .menucnt ul > li a {
      color: #fff; }

.tishi {
  position: absolute;
  bottom: -35px;
  left: 8%;
  z-index: 123;
  width: 70px;
  height: 70px;
  background: #231815;
  text-align: center;
  line-height: 70px; }

.set1 {
  margin-top: 110px; }

.sertit {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  line-height: 48px; }

.serline {
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block;
  margin-top: 20px; }

.downbox {
  margin-top: 40px;
  font-size: 0;
  margin-bottom: 80px; }
  .downbox p {
    width: 21.8%;
    display: inline-block;
    vertical-align: top;
    margin-right: 51px;
    margin-bottom: 35px; }
    .downbox p a {
      position: relative;
      padding-left: 50px;
      font-size: 20px;
      font-family: Poppins;
      color: #666666;
      line-height: 30px;
      display: block; }
      .downbox p a i {
        position: absolute;
        left: 0;
        top: 2px;
        z-index: 123;
        width: 28px;
        height: 24px;
        display: block; }

.set2 {
  padding: 100px 0 116px;
  background-color: #F0F0F0;
  position: relative; }
  .set2 .sertit {
    margin-bottom: 20px; }

.faqbox div.faq_cnt:nth-child(5) .faqcnt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.faqbox div.faq_cnt:nth-last-child(1) .faqcnt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.faqcnt {
  font-size: 20px;
  font-family: Poppins;
  color: #666666;
  line-height: 32px;
  padding: 20px 70px 20px 10px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transition: all .4s; }
  .faqcnt i {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 123;
    transition: all .4s; }

.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #333;
  transition: all .4s; }
  .active i {
    transform: rotate(45deg);
    transition: all .4s; }

.faqcntbox {
  margin: 30px 0 40px 60px;
  display: none; }
  .faqcntbox p {
    font-size: 16px;
    font-family: Poppins;
    color: #999999;
    line-height: 24px; }

.faqmore {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  width: 164px;
  height: 91px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }
  .faqmore h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #666666;
    line-height: 37px;
    cursor: pointer; }

.assbox {
  margin-left: 50px;
  margin-top: 35px; }
  .assbox p {
    font-size: 16px;
    font-family: Poppins;
    color: #666666;
    line-height: 24px;
    margin-bottom: 25px; }
  .assbox a {
    display: block;
    width: 360px;
    height: 70px;
    background-color: #231815;
    color: #fff;
    line-height: 70px;
    font-size: 20px;
    font-family: Roboto Condensed;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 129px;
    text-align: center; }

.set3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.faboxb {
  display: none; }
  .faboxb .faqcnt {
    border-top: none; }

@media screen and (min-width: 1440px) and (max-width: 1630px) {
  .menucnt {
    top: 41.5%; }

  .btmcnt {
    width: 100%; }

  .downbox p {
    margin-right: 44px; } }
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .menucnt {
    top: 35.5%; }

  .downbox p {
    margin-right: 37px; } }
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .menucnt {
    top: 36.5%; }
    .menucnt h2 {
      font-size: 48px; }

  .menucnt ul > li {
    margin: 0px 20px 0; }

  .downbox p {
    width: 30.8%;
    margin-right: 24px; } }
@media screen and (min-width: 768px) and (max-width: 999px) {
  .menucnt {
    top: 31.5%; }
    .menucnt h2 {
      font-size: 36px;
      margin-top: 20px;
      margin-bottom: 10px; }
    .menucnt p {
      width: 93%; }

  .menucnt ul > li {
    margin: 0px 20px 0; }

  .downbox p {
    width: 44.5%;
    margin-right: 20px;
    margin-left: 20px; }

  .sertit {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    line-height: 40px; }

  .set1 {
    margin-top: 80px; }

  .set2 {
    padding: 80px 0 96px; }

  .assbox a {
    margin-bottom: 89px; } }
@media screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden; }

  .banner > img {
    height: 210px;
    object-fit: cover; }

  .menutop p {
    font-size: 16px;
    padding: 0 20px;
    line-height: 42px; }

  .menucnt {
    top: 39.5%; }
    .menucnt b {
      width: 60px;
      margin-bottom: 20px;
      margin-left: 20px; }
    .menucnt h2 {
      font-size: 24px;
      margin-top: 0px;
      margin-bottom: 10px;
      padding: 0 20px; }
    .menucnt p, .menucnt ul > li {
      display: none; }

  .tishi {
    bottom: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .tishi img {
      max-width: 22%; }

  .set1 {
    margin-top: 50px; }
    .set1 .container {
      padding: 0 20px; }

  .sertit {
    font-size: 22px;
    line-height: 24px; }

  .serline {
    margin-top: 10px; }

  .downbox {
    margin-top: 20px;
    margin-bottom: 30px; }
    .downbox p {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .downbox p a {
        padding-left: 40px;
        font-size: 16px;
        line-height: 20px; }
        .downbox p a i {
          width: 24px;
          top: 0; }

  .set2 {
    padding: 50px 0 66px; }
    .set2 .container {
      padding: 0 20px; }

  .faqcnt {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 50px 10px 10px; }
    .faqcnt i {
      width: 26px;
      height: 26px;
      right: 10px;
      top: 18px; }

  .faqcntbox {
    margin: 20px 0 30px 10px; }
    .faqcntbox i {
      font-size: 14px;
      line-height: 20px; }

  .faqmore {
    bottom: -36px;
    width: 96px;
    height: 62px; }
    .faqmore h2 {
      font-size: 16px;
      line-height: 22px; }

  .assbox {
    margin-left: 0;
    margin-top: 25px; }
    .assbox p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 15px; }
    .assbox a {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 60px; } }

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