﻿body {
  line-height: 1.5;
}

.tab {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(22, 33, 52, 0.9);
  transition: all 0.5s;
  z-index: 10;
}

.tab .w1600 {
  display: flex;
  justify-content: space-evenly;
  height: 80px;
  align-items: center;
}

.tab .w1600 div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1;
  height: 80px;
}

.tab .w1600 .on {
  background: #e9010e;
}

.tab .w1600 div:hover {
  background: #e9010e;
}

.tab .w1600 div:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #ebc8a7
}

.tab .w1600 div:last-child:after {
  display: none;
}

.tab .w1600 a {
  color: #ebc8a7;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.tab .w1600 a.on {
  color: #ce0021;
}

#fullpage svg {
  margin: 0 !important;
}

#fullpage .section {
  /*overflow: hidden;*/
}

#fullpage .page1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#fullpage .page1 .banner {
  width: 100%;
  height: 100%;
  position: relative;
}

#fullpage .page1 .banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fullpage .page1 .txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ebc8a7;
  width: 100%;
}

#fullpage .page1 .txt p {
  display: flex;
  align-items: center;
  padding-left: 10%;
  position: relative;
  line-height: 1;
  padding-bottom: 14px;
  font-family: 'SourceHanSerifCN-Bold';
}

#fullpage .page1 .txt p img {
  width: auto;
  margin-left: 5%;
}

#fullpage .page1 .txt p::after {
  content: '';
  display: block;
  width: 27%;
  height: 1px;
  background: #ce0021;
  position: absolute;
  left: 0;
  bottom: 0px;
}

#fullpage .page1 .txt p::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ce0021;
  position: absolute;
  left: 27%;
  bottom: -2px;
}

#fullpage .page1 .txt span {
  display: block;
  padding-left: 10%;
  font-family: 'Arial';
}

#fullpage .page1 .txt i {
  display: block;
  padding-left: 10%;
  font-style: normal;
  margin-top: 1.5%;
  font-family: 'regular';
}

#fullpage .page2 {
  /*background: url('/repository/portal-local/ngc202304190001/cms/image/253391e7-4acb-4228-bc8a-f6c138e2f4da.jpg?d=1689045538379') no-repeat center center;*/
  background: url(../image/3f1645fa-2f13-46b8-b848-4b61d60a05ee.jpg) no-repeat center center;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

#fullpage .page2 .itembox {
  height: 100%;
}

#fullpage .page2 .bc_box {
  padding: 20px 0;
}

#fullpage .page2 .w1600 {
  overflow: initial;
}

#fullpage .page2 .bc {
  display: flex;
  align-items: center;
  width: 100%;
}

#fullpage .page2 .bc svg {
  margin-right: 15px !important;
  width: 15px;
  height: 15px;
}

#fullpage .page2 .bc a {
  display: flex;
  align-items: center;
  margin-left: 3px;
  color: #666;
}

#fullpage .page2 .bc a svg {
  margin-left: 3px !important;
  margin-right: 0px !important;
}

#fullpage .page2 .bc a.on {
  color: #ce0021;
}

#fullpage .page2 .tit {
  width: 300px;
  margin: 3% auto 2%;
}

#fullpage .page2 .tit p {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'SourceHanSerifCN-Bold';
  color: #333;
}

#fullpage .page2 .tit p img {
  width: auto;
  margin-left: 42px;
}

#fullpage .page2 .tit .line {
  width: 100%;
  height: 2px;
  background: rgba(187, 39, 43, 1);
  position: relative;
  margin: 5px auto;
}

#fullpage .page2 .tit .line::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(187, 39, 43, 1);
  position: absolute;
  left: 0%;
  bottom: -2px;
}

#fullpage .page2 .tit .line::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(187, 39, 43, 1);
  position: absolute;
  right: 0%;
  bottom: -2px;
}

#fullpage .page2 .tit span {
  display: block;
  text-align: center;
  color: #333;
  font-family: 'Arial';
}

#fullpage .page2 .item {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background: white;
  justify-content: space-between;
}

#fullpage .page2 .item .txt {
  width: 37%;
}

#fullpage .page2 .item .txt .title {
  font-family: 'SourceHanSerifCN-Bold';
  color: #23232c;
  margin-bottom: 30px;
}

#fullpage .page2 .item .txt .title img {
  max-width: 100%;
  width: auto;
}

#fullpage .page2 .item .txt .line {
  width: 100%;
  position: relative;
  height: 1px;
  background: #d2d2d2;
  margin: 15px 0;
}

#fullpage .page2 .item .txt .line::after {
  content: '';
  display: block;
  width: 35%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.5s;
  background-color: #ce0021;
}

#fullpage .page2 .item .txt .des img {
  width: 34px;
  margin-right: 15px;
  margin-top: -5px;
}

#fullpage .page2 .item .txt .des div {
  display: flex;
  align-items: flex-start;
  color: #7c5f4d;
  font-family: 'regular';
  margin-bottom: 15px;
  line-height: 1.6;
}

#fullpage .page2 .item .txt .qr {
  display: flex;
  margin-top: 7%;
}

#fullpage .page2 .item .txt .qr div {
  width: 14.73%;
}

#fullpage .page2 .item .txt .qr .qr3,
#fullpage .page2 .item .txt .qr .qr4 {
  margin-left: 3%;
}


#fullpage .page2 .item .map {
  width: 57%;
}

#fullpage .page2 .item .map img {
  width: auto;
  transition: all 0s;
  display: inline;
}

#fullpage .page3 {
  border-top: 6px solid #d7000f;
  height: auto !important;
  position: relative;

}

#fullpage .page3 img {
  width: auto;
}

#fullpage .page3 .w1600 {
  position: relative;
  z-index: 2;
  padding: 60px 0 30px;
}

#fullpage .page3 .fp-tableCell {
  height: auto !important;
  display: block !important;
}

#fullpage .page3 .bg {
  background: url(../image/dea5cdb0-c424-4898-98a6-610461310cb5.jpg) no-repeat top left;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#fullpage .page3 .share {
  display: flex;
  margin: 40px 0 50px;
}

#fullpage .page3 .share>a {
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  background: #d6000f;
  border-radius: 50%;
}

#fullpage .page3 .share>a:nth-child(2) {
  margin: 0 30px;
}

#fullpage .page3 .share>a:hover {
  transition: 0.5s;
  background: #d6000f;
}

#fullpage .page3 .share>a:first-child {
  background: #28c445;
}

#fullpage .page3 .share>a:last-child {
  background: #fa9d3b;
}

#fullpage .page3 .foot_contact div {
  display: flex;
  align-items: center;
  color: white;
  margin-bottom: 8px;
}

#fullpage .page3 .foot_contact div img {
  margin-right: 10px;
  width: 16px;
}

#fullpage .page3 .colum_two a {
  transition: 0.5s;
  color: #80858f;
}

#fullpage .page3 .colum_two a:hover {
  transition: 0.5s;
  color: #c29f82;
}

#fullpage .page3 .colum_two div {
  margin-bottom: 15px;
}

#fullpage .page3 .foot_nav_tit {
  color: #c29f82;
}

#fullpage .page3 .foot_nav_tit::after {
  display: block;
  margin: 20px 0;
  content: "";
  width: 30px;
  height: 2px;
  background: #d6000f;
}

#fullpage .page3 .foot_top {
  display: flex;
  justify-content: space-between;
}

#fullpage .page3 .foot_top>div:first-child {
  width: 20.5%;
}

#fullpage .page3 .foot_nav {
  display: flex;
  width: 70%;
  justify-content: space-between;
}

#fullpage .page3 .foot_btm {
  display: flex;
  justify-content: space-between;
  color: #80858f;
  margin-top: 7.2%;
}

#fullpage .page3 .friends_lk {
  display: flex;
  align-items: center;
}

#fullpage .page3 .friends_lk>div {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 10px;
  line-height: 1;
}

#fullpage .page3 .friends_lk a {
  line-height: 1;
}

#fullpage .page3 .friends_lk>div:first-child {
  padding-left: 0;
}

#fullpage .page3 .friends_lk>div:last-child {
  border-right: none;
}

/* 125% */
/* 150 */
/*# sourceMappingURL=./ContactUs.css.map */


@media screen and (max-width:1600px) {
  #fullpage {
    height: 600px;
  }

  #fullpage .page1 .banner img {
    object-fit: cover;
    height: 100%;
  }

  #fullpage .page2 .item {
    margin-top: 2%;
  }
}

@media screen and (max-width:1200px) {
  #fullpage .page3 .foot_nav {
    display: none;
  }

  #fullpage .page3 .foot_top {
    justify-content: center;
  }

  #fullpage .page3 .foot_top>div:first-child {
    width: auto;
  }

  #fullpage .page3 .share {
    justify-content: center;
    margin: 25px 0 25px;
  }
}

@media screen and (max-width:1024px) {}

/* 手机端 */

@media screen and (max-width:768px) {
  #fullpage .page2 .item .txt {
    width: 100%;
    padding-right: 0;
  }

  #fullpage .page2 .item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  #fullpage .page2 .item .map {
    width: 100%;

  }

  #fullpage .page3 .foot_btm {
    display: block;
    text-align: center;
  }

  #fullpage .page3 .friends_lk {
    justify-content: center;
    margin-bottom: 10px;
  }

  #fullpage .page3 .share {
    margin: 25px 0 25px;
    justify-content: center;
  }

  .tab .w1600 {
    height: 40px;
  }

  #fullpage .page2 .tit p img {
    margin-left: 20px;
    width: 28px;
  }

  #fullpage .page2 .tit {
    width: 100%;
    margin: 20px 0;
  }

  #fullpage .page2 .tit .line {
    width: 164px;
    margin: 6px auto 4px;
  }
}