* {
  margin: 0;
  padding: 0;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  text-decoration: none;
}

ul li {
  list-style: none;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.box .head {
  width: 100%;
  background: url(../img/head.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.45rem;
  padding-bottom: 0.6rem;
}

.box .head .fontImg {
  width: 4.79rem;
  display: block;
  margin: 0 auto;
}

.box .head .title {
  width: 4.3rem;
  height: 0.2rem;
  background: url(../img/title.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  margin-top: 0.15rem;
  animation: flipInX 1s both;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.box .head .headFont {
  width: 7rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 0.4rem;
}

.box .head .headFont .circleImg {
  width: 1.9rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation: iconImg 1s both;
}

@keyframes iconImg {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.box .head .headFont .headShadow {
  width: 5.95rem;
  background: #f8f2ee;
  padding: 0.05rem;
  float: right;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}

.box .head .headFont .headShadow .headBox {
  background: #f9f3ef;
}

.box .head .headFont .headShadow .headBox .headTitle {
  width: 4.4rem;
  height: 0.5rem;
  background: #a31f2c;
  color: #fff;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.5rem;
  position: relative;
  left: -0.05rem;
}

.box .head .headFont .headShadow .headBox p {
  width: 4.55rem;
  padding-left: 1.15rem;
  text-align: justify;
  font-size: 0.24rem;
  color: #4f250d;
  text-indent: 0.45rem;
  line-height: 0.4rem;
  padding-bottom: 0.3rem;
}

.box .head .headFont .headShadow .headBox p a {
  float: right;
  margin-top: 0.15rem;
}

.box .head .headFont .headShadow .headBox p a img {
  width: 0.28rem;
}

.box .head .keyword {
  width: 6.95rem;
  height: 2.6rem;
  margin: 0 auto;
  position: relative;
  margin-top: 0.6rem;
}

.box .head .keyword .keyword1 {
  width: 1.65rem;
  background: rgba(172, 34, 50, 0.8);
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
  z-index: 3;
}

.box .head .keyword .keyword1 .keywordImg {
  width: 1.3rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}

.box .head .keyword .keyword1 .keywordFont1 {
  width: 0.54rem;
  display: block;
  margin: 0 auto;
  margin-left: 0.2rem;
}

.box .head .keyword .keyword2 {
  width: 2rem;
  background: rgba(226, 76, 56, 0.8);
  padding-top: 0.45rem;
  padding-bottom: 0.4rem;
  position: absolute;
  top: 0;
  left: 1.35rem;
  z-index: 2;
}

.box .head .keyword .keyword2 .keywordFont2 {
  width: 0.5rem;
  display: block;
  margin-left: 0.5rem;
  margin-bottom: 0.15rem;
}

.box .head .keyword .keyword2 .keywordImg1 {
  width: 1.3rem;
  display: block;
  margin-left: 0.5rem;
}

.box .head .keyword .keyword3 {
  width: 3.2rem;
  background: rgba(226, 105, 37, 0.8);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  position: absolute;
  left: 2.45rem;
  top: 0.15rem;
  z-index: 1;
}

.box .head .keyword .keyword3 .keywordImg2 {
  width: 1.3rem;
  display: block;
  margin-left: 1.15rem;
  margin-bottom: 0.2rem;
}

.box .head .keyword .keyword3 .keywordFont3 {
  width: 0.53rem;
  display: block;
  margin-left: 1.15rem;
}

.box .head .keyword .keyword4 {
  width: 1.85rem;
  background: rgba(120, 22, 27, 0.8);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.box .head .keyword .keyword4 .keywordFont4 {
  width: 0.56rem;
  display: block;
  margin-left: 0.3rem;
  margin-bottom: 0.15rem;
}

.box .head .keyword .keyword4 .keywordImg3 {
  width: 1.3rem;
  display: block;
  margin-left: 0.3rem;
}

.box .conent {
  width: 100%;
  background: url(../img/conent.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.8rem;
}

.box .conent .titleNav {
  width: 6.9rem;
  font-size: 0.2rem;
  margin: 0 auto;
  padding-bottom: 0.2rem;
}

.box .conent .titleNav .active {
  opacity: 1;
}

.box .conent .titleNav span {
  font-size: 0.2rem;
  color: #4f250d;
  opacity: 0.8;
}

.box .conent .titleLine {
  width: 5.6rem;
  margin: 0 auto;
  position: relative;
  height: 1px;
  background: #ae9176;
}

.box .conent .titleLine .circle {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../img/circle1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -0.1rem;
}

.box .conent .titleLine .circleActive {
  background-position-y: -0.19rem;
}

.box .conent .titleLine .circle1 {
  left: -0.2rem;
}

.box .conent .titleLine .circle2 {
  left: 1.75rem;
}

.box .conent .titleLine .circle3 {
  left: 3.7rem;
}

.box .conent .titleLine .circle4 {
  right: -0.2rem;
}

.box .conent .titleBox {
  width: 6.9rem;
  margin: 0 auto;
  margin-top: 0.4rem;
}

.box .conent .titleBox .titleBoxTxet {
  width: 3.8rem;
  float: right;
  margin-right: 0.3rem;
  margin-top: 0.45rem;
}

.box .conent .titleBox .titleBoxTxet .titleBoxTxetHead {
  font-size: 0.24rem;
  color: #4f250d;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.box .conent .titleBox .titleBoxTxet .titleBoxTxetCont {
  font-size: 0.24rem;
  color: #6e4112;
  text-align: justify;
  line-height: 0.35rem;
}

.box .conent .titleBox .titleBoxTxet .titleBoxTxetCont a {
  float: right;
  margin-top: 0.1rem;
}

.box .conent .titleBox .titleBoxTxet .titleBoxTxetCont a img {
  width: 0.28rem;
}

.box .conent .titleBox .titleBoxTxet .titleBoxTxetCont span {
  color: #c8161d;
}

.box .conent .titleBox .titleBoxLine {
  display: none;
}

.box .conent .titleBox .titleBoxActive {
  display: block;
}

.box .conent .titleBox .titleBoxLine1 {
  width: 6.9rem;
  height: 1.92rem;
  background: url(../img/block.jpg) no-repeat;
  background-size: 100% 100%;
}

.box .conent .titleBox .titleBoxLine2 {
  width: 6.9rem;
  height: 1.92rem;
  background: url(../img/block1.jpg) no-repeat;
  background-size: 100% 100%;
}

.box .conent .titleBox .titleBoxLine3 {
  width: 6.9rem;
  height: 1.92rem;
  background: url(../img/block2.jpg) no-repeat;
  background-size: 100% 100%;
}

.box .conent .titleBox .titleBoxLine4 {
  width: 6.9rem;
  height: 1.92rem;
  background: url(../img/block3.jpg) no-repeat;
  background-size: 100% 100%;
}

.box .conent .videoBox {
  width: 6.9rem;
  margin: 0 auto;
  background: #f8f1ec;
  margin-top: 0.6rem;
  padding-bottom: 0.3rem;
}

.box .conent .videoBox h3 {
  text-align: center;
  font-size: 0.24rem;
  color: #4f250d;
  padding: 0.25rem 0;
}

.box .conent .videoBox .video {
  width: 6.3rem;
  height: 2.4rem;
  margin: 0 auto;
  background: #000;
}

.box .conent .videoBox .video video {
  width: 6.3rem;
  height: 2.4rem;
  position: absolute;
  z-index: 1;
  object-fit: fill;
}

.box .conent .videoBox .video .videoImg {
  width: 6.3rem;
  height: 2.4rem;
  position: absolute;
  z-index: 2;
}

.box .titleBlock {
  width: 2.95rem;
  height: 0.6rem;
  background: #a31f2c;
  font-size: 0.24rem;
  color: #fff;
  font-style: italic;
  text-align: center;
  line-height: 0.6rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}

.box .titleBlock span {
  font-size: 0.36rem;
}

.box .imgBlock {
  width: 6.3rem;
  background: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.35rem;
  margin: 0 auto;
  margin-bottom: 0.7rem;
}

.box .imgBlock p {
  width: 5.5rem;
  text-align: justify;
  font-size: 0.2rem;
  color: #4f250d;
  margin: 0 auto;
  padding-top: 0.2rem;
}

.box .imgBlock .personage_block {
  width: 3.6rem;
}

.box .imgBlock .personage_block .personageImg {
  display: block;
  width: 3.2rem;
  margin: 0 auto;
}

.box .imgBlock .personage_block p {
  font-size: 0.22rem;
  color: #4f250d;
  text-align: justify;
  width: 3.2rem;
  margin: 0 auto;
}

.box .yzPage {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/yzbj.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.7rem;
}

.box .yzPage .yzBox {
  width: 6.9rem;
  padding: 0.1rem;
  background: rgba(249, 243, 239, 0.5);
  margin: 0 auto;
}

.box .yzPage .yzBox .yzBlock {
  background: #f9f3ef;
  padding-top: 0.5rem;
}

.box .sxPage {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/sxbj.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.7rem;
}

.box .dkfpPage {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/dkfpbj.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 2rem;
}

.box .dkfpPage .dkfpTitle {
  width: 6rem;
  height: 0.6rem;
  background: #a31f2c;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  font-size: 0.3rem;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}

.box .dkfpPage .dkfpLine {
  width: 6.3rem;
  margin: 0 auto;
}

.box .dkfpPage .dkfpLine li {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding: 0.4rem 0;
}

.box .dkfpPage .dkfpLine li .dkfpLineL {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/data.png) no-repeat;
  background-size: 100% 100%;
}

.box .dkfpPage .dkfpLine li .dkfpLineL .dkfpMonth {
  font-size: 0.42rem;
  color: #fff;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
}

.box .dkfpPage .dkfpLine li .dkfpLineL .dkfpDay {
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
}

.box .dkfpPage .dkfpLine li .dkfpLineR {
  width: 4.6rem;
}

.box .dkfpPage .dkfpLine li .dkfpLineR p {
  font-size: 0.2rem;
  color: #4f250d;
  text-align: justify;
  padding-bottom: 0.2rem;
  overflow: hidden;
}

.box .dkfpPage .dkfpLine li .dkfpLineR p span {
  width: 0.2rem;
  display: block;
  float: left;
}

.box .dkfpPage .dkfpLine li .dkfpLineR p i {
  font-style: normal;
  width: 4.4rem;
  display: block;
  float: left;
}

.box .jdbfPage {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/jdbfbj.jpg) no-repeat;
  background-size: cover;
  padding-top: 2rem;
}

.box .jdbfPage .jdbfNav {
  width: 6.15rem;
  font-size: 0.3rem;
  margin: 0 auto;
  padding-bottom: 0.2rem;
}

.box .jdbfPage .jdbfNav span {
  width: 2rem;
  height: 0.6rem;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #666666;
  display: inline-block;
}

.box .jdbfPage .jdbfNav .jdbfActive {
  color: #fff;
  background: #a31f2c;
}

.box .jdbfPage .jdbfCont {
  width: 6.3rem;
  margin-left: 0.5rem;
}

.box .jdbfPage .jdbfCont .jdbfLIne {
  display: none;
}

.box .jdbfPage .jdbfCont .jdbfLIne li {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding: 0.4rem 0;
}

.box .jdbfPage .jdbfCont .jdbfLIne li .jdbfLIneL {
  width: 2.4rem;
  display: block;
}

.box .jdbfPage .jdbfCont .jdbfLIne li .jdbfLIneR {
  width: 3.5rem;
}

.box .jdbfPage .jdbfCont .jdbfLIne li .jdbfLIneR p {
  text-align: justify;
  font-size: 0.2rem;
  color: #4f250d;
  padding-bottom: 0.1rem;
  overflow: hidden;
}

.box .jdbfPage .jdbfCont .jdbfLIne li .jdbfLIneR p span {
  width: 0.2rem;
  display: block;
}

.box .jdbfPage .jdbfCont .jdbfLIne li .jdbfLIneR p i {
  width: 3.3rem;
  font-style: normal;
  display: block;
}

.box .jdbfPage .jdbfCont .jdbfShow {
  display: block;
}

.box .yqfpPage {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/yqfpbj.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 2rem;
}

.box .yqfpPage .yqfpBox {
  width: 6.3rem;
  margin: 0 auto;
}

.box .yqfpPage .yqfpBox .yqfpTitle {
  font-size: 0.24rem;
  color: #a31f2c;
}

.box .yqfpPage .yqfpBox .yqfpLine {
  width: 100%;
  height: 1px;
  background: #ededed;
  margin-top: 0.2rem;
}

.box .yqfpPage .yqfpBox .yqfpLine .yqfpLines {
  width: 3.4rem;
  height: 1px;
  background: #a31f2c;
}

.box .yqfpPage .yqfpBox .yqfpFont {
  font-size: 0.2rem;
  color: #4F250D;
  text-align: justify;
  line-height: 0.4rem;
  text-indent: 0.4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
}

.box .yqfpPage .yqfpBox .yqfpFont a {
  float: right;
  margin-top: 0.2rem;
}

.box .yqfpPage .yqfpBox .yqfpFont a img {
  width: 0.28rem;
}

.box .yqfpPage .yqfpBox .yqfpFontBox {
  font-size: 0.2rem;
  color: #4f250d;
  padding-bottom: 0.5rem;
}

.box .yqfpPage .yqfpBox .yqfpFontBox p {
  text-align: center;
}

.box .yqfpPage .yqfpBox .yqfpFontBox p span {
  margin-right: 0.45rem;
}

.box .yqfpPage .yqfpBox .yqfpFontBox p span i {
  font-style: normal;
  font-size: 0.36rem;
  font-weight: bold;
}

.box .yqfpPage .yqfpBox .yqfpFontBox p span:last-child {
  margin-right: 0;
}

.box .yqfpPage .yqfpBox .yqfpImg {
  padding-bottom: 0.5rem;
}

.box .yqfpPage .yqfpBox .yqfpImg img {
  width: 3rem;
  display: inline-block;
  margin-right: 0.3rem;
}

.box .yqfpPage .yqfpBox .yqfpImg img:last-child {
  margin-right: 0;
}

.box .sxPage {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/sxbj.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.7rem;
}

.box .hdPage {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/hdbj.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.7rem;
}

.box .hdPage .hdBox {
  position: relative;
}

.box .hdPage .hdBox .lineImg {
  width: 0.14rem;
  position: absolute;
  left: 3.4rem;
  top: 1rem;
  height: 14rem;
}

.box .hdPage .hdTitle {
  width: 5rem;
  height: 0.5rem;
  margin: 0 auto;
  background: #a31f2c;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  position: relative;
  z-index: 2;
}

.box .hdPage .hdGo {
  width: 1.35rem;
  font-size: 0.24rem;
  color: #c8161d;
  margin: 0 auto;
  padding-top: 0.55rem;
  display: block;
}

.box .hdPage .hdGo img {
  width: 0.26rem;
}

.box .hdPage .hdMore {
  width: 5rem;
  height: 0.64rem;
  background: url(../img/hdtitle.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.24rem;
  margin: 0 auto;
}

.box .hdPage .hdBlock {
  width: 6.3rem;
  margin: 0 auto;
  padding: 0.5rem 0;
  overflow: hidden;
}

.box .hdPage .hdBlock .hdBlockL {
  width: 2.85rem;
}

.box .hdPage .hdBlock .hdBlockL img {
  width: 2.85rem;
  display: block;
}

.box .hdPage .hdBlock .hdBlockL p {
  font-size: 0.2rem;
  color: #4F250D;
  text-align: justify;
  line-height: 0.3rem;
  padding-top: 0.15rem;
}

.box .hdPage .hdBlock .hdBlockR {
  width: 2.85rem;
}

.box .hdPage .hdBlock .hdBlockR p {
  font-size: 0.2rem;
  color: #4F250D;
  text-align: justify;
  line-height: 0.3rem;
  padding-bottom: 0.3rem;
  text-indent: 0.4rem;
}

.box .hdPage .hdBlock .hdBlockR p a {
  float: right;
  margin-top: 0.2rem;
}

.box .hdPage .hdBlock .hdBlockR p a img {
  width: 0.28rem;
}

.box .zyPage {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/zybj.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.7rem;
}

.box .zyPage .zyLine {
  width: 6.3rem;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  margin-bottom: 0.6rem;
}

.box .zyPage .zyLine .zyTitle {
  color: #a31f2c;
  font-size: 0.24rem;
  text-align: center;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
}

.box .zyPage .zyLine .zyimg3 {
  width: 5.25rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

.box .zyPage .zyLine .zyLineL {
  width: 3.15rem;
  display: block;
}

.box .zyPage .zyLine .zyLineR {
  width: 3.15rem;
  background: #fff;
}

.box .zyPage .zyLine .zyLineR h4 {
  width: 2.5rem;
  color: #a31f2c;
  font-size: 0.24rem;
  padding-top: 0.5rem;
  padding-left: 0.35rem;
}

.box .zyPage .zyLine .zyLineR p {
  width: 2.5rem;
  text-align: justify;
  font-size: 0.2rem;
  color: #4f250d;
  padding-left: 0.35rem;
  padding-top: 0.3rem;
  text-indent: 0.4rem;
}

.box .zyPage .zyLine .zyLineR p a {
  float: right;
  margin-top: 0.1rem;
}

.box .zyPage .zyLine .zyLineR p a img {
  width: 0.28rem;
}

.box .fpdsjPage {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/fpdsjbj.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 2rem;
}

.box .fpdsjPage .fpdsjBox {
  width: 6.9rem;
  margin: 0 auto;
}

.box .fpdsjPage .fpdsjBox .fpdsjLine li {
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.box .fpdsjPage .fpdsjBox .fpdsjLine li img {
  width: 3.34rem;
  display: block;
}

.box .fpdsjPage .fpdsjBox .fpdsjLine li img:nth-child(1) {
  margin-right: 0.22rem;
}

.box .detailsPage {
  width: 7.5rem;
  background: url(../img/detailsbj.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.35rem;
  padding-bottom: 0.5rem;
}

.box .detailsPage .detailsShadow {
  width: 6.8rem;
  background: #f9f3ef;
  margin: 0 auto;
  padding: 0.15rem;
}

.box .detailsPage .detailsShadow .detailsBox {
  width: 100%;
  background: #fff;
}

.box .detailsPage .detailsShadow .detailsBox .detailsNav {
  border-bottom: 1px solid #ededed;
  padding: 0.4rem 0;
  width: 6.4rem;
  margin: 0 auto;
  overflow: hidden;
}

.box .detailsPage .detailsShadow .detailsBox .detailsNav .detailsNavL {
  float: left;
  font-size: 0.3rem;
  color: #a31f2c;
  position: relative;
  padding-left: 0.25rem;
}

.box .detailsPage .detailsShadow .detailsBox .detailsNav .detailsNavL:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.4rem;
  left: 0;
  background: #a31f2c;
}

.box .detailsPage .detailsShadow .detailsBox .detailsNav .detailsNavR {
  font-size: 0.2rem;
  color: #a31f2c;
  float: right;
  margin-top: 0.1rem;
}

.box .detailsPage .detailsShadow .detailsBox .detailsFont {
  width: 6.4rem;
  margin: 0 auto;
  padding-top: 0.4rem;
}

.box .detailsPage .detailsShadow .detailsBox .detailsFont .detailsFontHeadline {
  font-size: 0.3rem;
  color: #a31f2c;
  text-align: center;
  padding-bottom: 0.4rem;
}

.box .detailsPage .detailsShadow .detailsBox .detailsFont .detailsFontBox {
  width: 6.2rem;
  margin: 0 auto;
  font-size: 0.2rem;
  color: #4f250d;
}

.box .detailsPage .detailsShadow .detailsBox .detailsFont .detailsFontBox .gsryImg {
  display: block;
  margin: 0 auto;
  width: 6.11rem;
  padding-bottom: 0.55rem;
}

.box .detailsPage .detailsShadow .detailsBox .detailsFont .detailsFontBox .detailsFontImg img {
  display: inline-block;
  width: 3rem;
  margin-right: 0.2rem;
}

.box .detailsPage .detailsShadow .detailsBox .detailsFont .detailsFontBox .detailsFontImg img:last-child {
  margin-right: 0;
}

.box .detailsPage .detailsShadow .detailsBox .detailsFont .detailsFontBox p {
  text-indent: 0.45rem;
  text-align: justify;
  padding-bottom: 0.4rem;
  line-height: 0.4rem;
}
.footer {
	padding: 0.4rem 0rem 0rem 0rem;
	background: #f2f3f5;
	width: 100%;
}

.footer .footer_top {
	font-size: 0.26rem;
	color: #333333;
	text-align: center;
	padding-bottom: 0.35rem;
	margin: 0 0.3rem 0rem 0.3rem;
}

.footer .footer_font {
	font-size: 0.26rem;
	color: #333333;
	text-align: center;
}
.footer .footer_font a{
	color: #333333;
}
.header {
	width: 100%;
	padding: 0.35rem 0;
	
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.header .headerFont {
	font-size: 0.36rem;
	text-align: center;
	font-weight: bold;
}

.header .menu_btn {
	width: 0.42rem;
	margin-top: 0.1rem;
	display: block;
	position: absolute;
	margin-left: 0.3rem;
}

.header .logo {
	display: block;
	width: 3.19rem;
	margin: 0 auto;
}

.header .goback {
	width: 0.22rem;
	display: block;
	position:absolute;
	left: 0.4rem;
	top: 0.4rem;
}

.header .homeGo {
	width: 0.48rem;
	display: block;
	margin-top: -0.5rem;
	margin-right: 0.3rem;
}

.header .head_menu {
	position: absolute;
	width: 2.55rem;
	padding-left: 0.3rem;
	padding-right: 0.35rem;
	z-index: 10;
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
	top: 1.1rem;
	left: 0.3rem;
	display: none;
	cursor:pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

.header .head_menu .head_menu_list li {
	overflow: hidden;
	font-size: 0.32rem;
	padding: .25rem 0;
	border-bottom: 1px solid #dedede;
}

.header .head_menu .head_menu_list li a {
	display: block;
}

.header .head_menu .head_menu_list li .rightIcon {
	width: 0.15rem;
}

.header .head_menu .head_menu_list li:last-child {
	border-bottom: 0;
}

.header .head_menu .triangle {
	width: 0.37rem;
	display: block;
	position: absolute;
	top: -0.18rem;
	left: -0.04rem;
	z-index: 12;
}