body {
  font-family: FZXiDengXian-Z06S;
}
#pagePc {
  background: #F6F2EF url('../img/bg.png') 50%;
}
#pagePc .borderBefore:before {
  content: '';
  width: 4px;
  height: 20px;
  background-color: #9D2932;
  position: absolute;
  top: 8px;
  left: 0;
}
#pagePc .pageContent {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
}
#pagePc .bgwhite {
  background-color: #fff;
}
#pagePc .contFont {
  font-size: 14px;
  font-family: DengXian;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  opacity: 0.8;
}
#pagePc .titleFont {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}
#pagePc .pageTop {
  padding: 30px 30px 0px;
}
#pagePc .searchBox {
  width: 300px;
  height: 56px;
  background-color: #F6F2EF;
  border-radius: 28px;
  line-height: 56px;
}
#pagePc .searchBox input {
  font-size: 24px;
  padding-left: 20px;
  width: 210px;
}
#pagePc .searchBox span {
  font-size: 24px;
  color: #000000;
  opacity: 0.3;
}
#pagePc .logoimg {
  width: 246px;
  height: 70px;
}
#pagePc .logoText {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding-left: 24px;
}
#pagePc .logoText p {
  padding-top: 15px;
}
#pagePc .topNav {
  padding: 0px 0 0px 12px;
  line-height: 18px;
}
#pagePc .topNav li {
  float: left;
  width: 75px;
  margin: 0 6px;
  padding: 24px 0;
  text-align: center;
  position: relative;
}
#pagePc .topNav li .navDrift {
  display: none;
  position: absolute;
  bottom: -50px;
  left: 0;
  background: #A88462;
  color: #fff;
  line-height: 60px;
  width: max-content;
  z-index: 2;
}
#pagePc .topNav li .navDrift.shows {
  display: block;
}
#pagePc .topNav li .navDrift a {
  float: left;
  font-size: 18px;
  color: #FFFFFF;
  width: auto;
  padding: 0 20px;
}
#pagePc .topNav li .navDrift a:hover {
  background: #9D2932;
}
#pagePc .topNav li:hover > a {
  position: relative;
  color: #A88462;
}
#pagePc .topNav li:hover > a::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 0;
  height: 10px;
  width: 60px;
  background-color: #A88462;
}
#pagePc .topNav a {
  display: inline-block;
  width: 60px;
  cursor: pointer;
}
#pagePc .topNav a.active {
  position: relative;
  color: #A88462;
}
#pagePc .topNav a.active::after {
  position: absolute;
  content: "";
  bottom: -29px;
  left: 0;
  height: 10px;
  width: 60px;
  background-color: #A88462;
}
#pagePc .pageBannerCont {
  height: 460px;
  margin: 40px 0;
  overflow: hidden;
}
#pagePc .pageBannerCont .pageBanner {
  width: 840px;
  height: 100%;
}
#pagePc .pageBannerCont .pageBanner li {
  width: 840px;
  height: 460px;
}
#pagePc .pageBannerCont .pageBanner img {
  width: 100%;
  height: 100%;
}
#pagePc .pageBannerCont .pageBannerMont {
  width: 340px;
  height: 460px;
  position: relative;
  overflow-y: clip;
}
#pagePc .pageBannerCont .pageBannerMont .arrow-top {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 20px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: #F6F2EF;
}
#pagePc .pageBannerCont .pageBannerMont .arrow-top.active {
  background-color: #fff;
  color: #A88462;
}
#pagePc .pageBannerCont .pageBannerMont .arrow-top.active::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -2px;
  height: 20px;
  width: 4px;
  background-color: #A88462;
}
#pagePc .pageBannerCont .pageBannerMont .arrow-down {
  position: absolute;
  bottom: 0;
  height: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  width: 100%;
  background: #F6F2EF;
}
#pagePc .pageBannerCont .pageBannerMont .arrow-down.active {
  background-color: #fff;
  color: #A88462;
}
#pagePc .pageBannerCont .pageBannerMont .arrow-down.active::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -2px;
  height: 20px;
  width: 4px;
  background-color: #A88462;
}
#pagePc .pageBannerCont .pageBannerMont ul {
  height: 420px;
  position: absolute;
  top: 20px;
  width: 100%;
}
#pagePc .pageBannerCont .pageBannerMont ul li {
  height: 140px;
  background: #F6F2EF;
  padding: 12px 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(168, 132, 98, 0.2);
}
#pagePc .pageBannerCont .pageBannerMont ul li.active {
  background: #FFFFFF;
  position: relative;
}
#pagePc .pageBannerCont .pageBannerMont ul li.active::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -2px;
  height: 140px;
  width: 4px;
  background-color: #A88462;
}
.listTitle#pagePc .pageBannerCont .pageBannerMont.active {
  font-weight: bold;
}
#pagePc .substanceOne {
  width: 370px;
  background-color: #fff;
  margin-right: 20px;
}
#pagePc .SubstanceTwo {
  width: 450px;
  background-color: #fff;
  margin-bottom: 20px;
}
#pagePc .SubstanceThree {
  width: 340px;
  background-color: #fff;
  margin-left: 20px;
}
#pagePc .substanceTitle {
  font-size: 30px;
  font-weight: bold;
  color: #A88462;
  line-height: 36px;
  position: relative;
  margin: 12px 6px 45px;
  padding: 0 12px;
  background-color: #fff;
}
#pagePc .substanceTitle > .more {
  font-size: 18px;
  color: #494166;
  font-weight: normal;
}
#pagePc .substanceTitle > .more i {
  color: #A88462;
}
#pagePc .SubstanceImg {
  width: 340px;
}
#pagePc .SubstanceImg img {
  width: 340px;
  height: 180px;
}
#pagePc .SubstanceImgMore {
  width: 340px;
  padding-top: 1px;
  background-color: #fff;
}
#pagePc .substance {
  padding: 0 0px 10px;
}
#pagePc .substance li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}
#pagePc .substance li a {
  display: block;
  width: 100%;
  padding: 0px 0 0px  20px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#pagePc .substance li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
#pagePc .pageContImg {
  height: 122px;
  margin-bottom: 20px;
}
#pagePc .pageContImg img {
  width: 100%;
  height: 100%;
}
#pagePc .aboutImg img {
  width: 170px;
  height: 140px;
  margin-right: 10px;
}
#pagePc .aboutImg ul {
  width: 240px;
}
#pagePc .listTitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
#pagePc .listDes {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 16px;
  opacity: 0.6;
  text-indent: 26px;
}
#pagePc .listTip {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  opacity: 0.6;
  margin-top: 12px;
}
#pagePc .SubstanceTitle {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 8px;
}
#pagePc .SubstanceDes {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  opacity: 0.8;
}
#pagePc .bothcont {
  width: 840px;
}
#pagePc .Substancebcont {
  width: 340px;
  margin-left: 20px;
}
#pagePc .Substancebcont .SubstanceImg {
  background: #fff;
}
#pagePc .Substancebanner {
  width: 340px;
  height: 190px;
  margin-bottom: 20px;
}
#pagePc .Substancebanner img {
  width: 100%;
  height: 100%;
}
#pagePc .Swiper {
  height: 190px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
#pagePc .Swiper .contbanner {
  width: 100%;
  height: 168px;
  margin: 0px auto;
}
#pagePc .Swiper .contbanner .banner_list {
  height: 100%;
  width: 100%;
}
#pagePc .Swiper .contbanner .banner_list li {
  height: 100%;
  position: relative;
  width: 100%;
}
#pagePc .Swiper .contbanner .banner_list li p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
}
#pagePc .Swiper .contbanner img {
  width: 100%;
  height: 100%;
}
#pagePc .Swiper .contbanner-pagination {
  text-align: center;
  width: 100%;
}
#pagePc .contbanner-pagination .swiper-pagination-bullet {
  margin: 0 2px;
}
#pagePc .tableNav {
  background: #fff;
}
#pagePc .tableNav .substanceTitle {
  color: rgba(73, 65, 102, 0.6);
  cursor: pointer;
}
#pagePc .tableNav .substanceTitle::before {
  background-color: rgba(73, 65, 102, 0.6);
}
#pagePc .tableNav .substanceTitle.active {
  color: #A88462;
}
#pagePc .tableNav .substanceTitle.active::before {
  background-color: #9D2932;
}
#pagePc .Navbox2 {
  display: none;
}
#pagePc .pageFooter {
  height: 193px;
  background: #A88462;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-top: 150px;
}
#pagePc .pageFooter p {
  padding: 10px 0;
}
#pagePc .atlasBox .SubstanceImgMore {
  width: 100%;
}
#pagePc .atlasBox .substanceTitle {
  margin-bottom: 0;
}
#pagePc .atlasBox ul li {
  width: 360px;
  margin: 20px;
}
#pagePc .atlasBox ul li img {
  width: 360px;
  height: 204px;
}
#pagePc .atlasBox ul li p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  width: 100%;
  overflow: hidden;
}
#pagePc .bthlinks {
  width: 840px;
  margin: 20px 0;
  background: #fff;
  padding: 0 22px 22px;
  box-sizing: border-box;
}
#pagePc .bthlinks a {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  margin-bottom: 10px;
}
#pagePc .ourLink {
  width: 340px;
  background: #fff;
  margin: 20px 0;
  padding-left: 20px;
  box-sizing: border-box;
}
#pagePc .ourLink li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 35px;
}
#pagePc .secondCont {
  margin-top: 40px;
}
#pagePc .secondCont .secondList {
  width: 900px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
#pagePc .secondCont .secondList li {
  border-bottom: 1px solid #A88462;
  padding: 20px 0;
}
#pagePc .secondCont .secondList li .listTitle {
  font-size: 24px;
  color: #000;
}
#pagePc .secondCont .secondList li .listDes {
  width: 580px;
  font-size: 18px;
  line-height: 24px;
  text-indent: 0;
}
#pagePc .secondCont .secondList li .listTip {
  margin-top: 40px;
}
#pagePc .secondCont .aboutImg img {
  width: 220px;
  margin-right: 30px;
}
#pagePc .secondLeft {
  width: 280px;
}
#pagePc .secondLeft img {
  width: 100%;
  height: 156px;
}
#pagePc .secondLeft .tableNav {
  margin-top: 20px;
}
#pagePc .secondLeftLIst {
  width: 100%;
  background-color: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
#pagePc .secondLeftLIst li {
  width: 100%;
  color: #000000;
  line-height: 36px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#pagePc .secondLeftLIst li span {
  padding-right: 10px;
}
#pagePc .bred {
  color: #9D2932;
  font-size: 18px;
}
#pagePc .centreNav {
  background: #fff;
  margin-bottom: 20px;
}
#pagePc .articleCont {
  box-sizing: border-box;
}
#pagePc .articleCont .articleft {
  width: 900px;
}
#pagePc .articleCont .articRight .SubstanceImgMore {
  width: 280px;
}



#pagePc .articleCont .articlemont {
  background: #fff;
  padding: 20px 100px;
  box-sizing: border-box;
}
#pagePc .articleCont .article {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  padding: 40px 0;
}
#pagePc .articleCont .article p{
 text-indent: 2em;
}

#pagePc .articleCont .article img {
  width: 100%;
}
#pagePc .weChatBox {
  width: 700px;
  padding: 10px 100px 20px;
  background: #fff;
  margin: 10px 0;
}
#pagePc .articleList {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  width: 700px;
  padding: 10px 100px 20px;
  background: #fff;
  margin: 10px 0;
}
#pagePc .articleList li {
  padding: 10px;
  border-bottom: 1px solid #A88462;
}
#pagePc .articleList li:nth-last-child(1) {
  border: 0;
}
#pagePc .guesslike {
  width: 700px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 39px;
  background: #fff;
  padding: 20px 100px;
  margin: 10px 0;
}
#pagePc .guesslike h2 {
  font-size: 20px;
  font-weight: bold;
  color: #177CB0;
  line-height: 36px;
  margin-bottom: 20px;
}
#pagePc .breadcrumb {
  margin-top: 40px;
  margin-bottom: 20px;
}
#pagePc .breadcrumb a {
  font-size: 18px;
  font-weight: 400;
  color: #A88462;
  margin-bottom: 20px;
}
#pagePc .articleTitle {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  margin: 20px 0;
}
#pagePc .belongTo {
  color: #000000;
  line-height: 24px;
  opacity: 0.6;
  padding: 4px 0;
  border-top: 1px solid #A88462;
  border-bottom: 1px solid #A88462;
  box-sizing: border-box;
}
#pagePc .shareTool {
  margin-top: 9px;
  display: flex;
  align-items: flex-end;
}
#pagePc .shareTool img {
  cursor: pointer;
  margin-left: 17px;
}
#pagePc .shareTool span {
  color: #A88462;
  font-size: 12px;
  margin-left: 17px;
}
#pagePc .floatbelongTo {
  width: 1200px;
  height: 58px;
  border: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
#pagePc .floatbelongTo .belongTo {
  width: 900px;
  background: #DED1C4;
  opacity: 1;
  height: 58px;
  padding: 5px 100px 20px 20px;
  border: 0;
}
#pagePc .floatbelongTo .belongTo .fl {
  padding-top: 10px;
}
#pagePc .picturebox {
  background: #fff;
  padding: 50px 0;
  position: relative;
}
#pagePc .picturebox .articleTitle {
  margin-left: 90px;
  margin-right: 90px;
}
#pagePc .picturebox .belongTo {
  margin-left: 90px;
  margin-right: 90px;
  margin-bottom: 20px;
}
#pagePc .pictureSwiper {
  position: relative;
}
#pagePc .pictureSwiper .swiper-button-prev {
  top: 40%;
  width: 48px;
  height: 48px;
  background: #D9B612;
  border-radius: 50%;
  left: 10px;
}
#pagePc .pictureSwiper .swiper-button-next {
  top: 40%;
  width: 48px;
  height: 48px;
  background: #D9B612;
  border-radius: 50%;
  right: 10px;
}
#pagePc .pictureText {
  padding: 26px 100px 66px;
  background: #A88462;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 10px;
}
#pagePc .pictureSwiper .swiper-button-next:after,
#pagePc .swiper-rtl .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
}
#pagePc .pictureSwiper .swiper-button-prev:after,
#pagePc .swiper-rtl .swiper-button-next:after {
  font-size: 18px;
  color: #fff;
}
#pagePc .swiper-container {
  width: 1000px;
  height: 560px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#pagePc .swiper-slide {
  background-size: cover;
  background-position: center;
}
#pagePc .gallery-top {
  margin-bottom: 10px;
}
#pagePc .gallery-thumbsbox {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 90px;
  background: #E6DCD3;
  height: auto;
}
#pagePc .gallery-thumbs {
  width: 960px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
}
#pagePc .gallery-thumbs .swiper-wrapper {
  margin: 0 5px;
}
#pagePc .gallery-thumbs .swiper-slide {
  width: 140px !important;
  height: 100px;
  opacity: 0.4;
}
#pagePc .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 6px solid #D9B612;
}
#pagePc .pictureguesslike {
  background: #fff;
  margin-top: 20px;
  padding: 10px 0 40px;
}
#pagePc .pictureguesslike ul {
  display: flex;
}
#pagePc .pictureguesslike ul li {
  position: relative;
  margin: 0 10px;
}
#pagePc .pictureguesslike ul li img {
  width: 275px;
  height: 168px;
}
#pagePc .pictureguesslike ul li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #000000;
  opacity: 0.5;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
#pageinfo li{ width:auto;float:left; border:none; margin:0px 5px;  border-bottom:none !important }
#pageNum {height:50px; border-bottom: 1px solid #A88462;}