* {
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
body {
  background: #f4e9cd;
  position: relative;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .pc {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  text-align: center;
}
.banner .phone {
  display: none;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.chapter {
  overflow: hidden;
}
.chapter .container {
  position: relative;
  width: auto;
}
.chapter .chapter-hd {
  text-align: center;
  margin-bottom: 20px;
}
.chapter .chapter-hd .tit-h3 {
  position: relative;
  padding: 25px 0;
  font-size: 42px;
  color: #333;
  font-style: italic;
  background: url('../images/tit-bg.png') center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  letter-spacing: 0.1em;
}
.chapter .chapter-hd .tit-h3 strong {
  font-size: 52px;
  font-weight: normal;
}
.chapter-tips {
  text-align: center;
  font-size: 16px;
  padding-top: 25px;
}
.container > .divtit {
  text-align: center;
  margin-bottom: 30px;
}
.container > .divtit .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 44px;
  font-weight: bold;
  color: #715029;
}
.container > .divtit .tit::after {
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  background: url(../images/titicon.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 20px;
}
.container > .divtit .tit::before {
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  background: url(../images/titicon.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 20px;
}
.container > .divtit .en {
  font-size: 18px;
  color: #958b71;
  margin-top: 5px;
}
.chapter-01 {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.chapter-01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.chapter-01 ul li {
  background: #cdaa70;
  width: 48%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chapter-01 ul li .divtit {
  height: 80px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.chapter-01 ul li .divtit .tit {
  font-size: 28px;
  color: #5e3f29;
  font-weight: bold;
  padding-left: 40px;
  margin-left: 20px;
}
.chapter-01 ul li .divtit span {
  font-size: 48px;
  opacity: 0.15;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  left: 150px;
}
.chapter-01 ul li .divps {
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.chapter-01 ul li .divps p {
  margin-bottom: 5px;
}
.chapter-01 ul li .divflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.chapter-01 ul li .divflex > div {
  margin-right: 20px;
}
.chapter-01 ul li .divflex > div span {
  font-size: 22px;
  color: #b69664;
  font-weight: bold;
}
.chapter-01 ul li .divflex > div .divps span {
  font-size: 22px;
  color: #b69664;
  font-weight: bold;
}
.chapter-01 ul .li1 .tit {
  background: url(../images/icon1.png) no-repeat left center;
}
.chapter-01 ul .li2 .tit {
  background: url(../images/icon2.png) no-repeat left center;
}
.chapter-01 ul .li3 .tit {
  background: url(../images/icon3.png) no-repeat left center;
}
.chapter-01 ul .li4 .tit {
  background: url(../images/icon4.png) no-repeat left center;
}
.chapter-01 ul .li5 .divflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.chapter-01 ul .li5 .divflex .divl,
.chapter-01 ul .li5 .divflex .divr {
  margin-right: 0;
}
.chapter-01 ul .li5 .divflex .divl img,
.chapter-01 ul .li5 .divflex .divr img {
  width: 100%;
}
.chapter-01 ul .li5 .divflex span {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  display: block;
  margin: 0 15px;
}
.chapter-01 ul .li5 .tit {
  background: url(../images/icon5.png) no-repeat left center;
}
.chapter-01 .li1 {
  width: 100%;
}
.swiper01 {
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 50px;
}
.swiper01 .swiper-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
.swiper01 .swiper-container .swiper-slide {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.swiper01 .swiper-container .swiper-slide img {
  width: 100%;
}
.swiper01 .swiper-container .swiper-slide p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #555555;
}
.swiper01 .swiper-container .swiper-slide .tit {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.swiper01 .swiper-next {
  display: block;
  width: 30px;
  height: 56px;
  background: url(../images/sw-l.png) no-repeat center;
  left: 30px;
  top: 50%;
  margin-top: -18px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.swiper01 .swiper-prev {
  display: block;
  width: 30px;
  height: 56px;
  background: url(../images/sw-r.png) no-repeat center;
  right: 30px;
  top: 50%;
  margin-top: -18px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.abtn {
  display: block;
  width: 280px;
  height: 42px;
  color: #fff;
  font-size: 20px;
  background-image: -webkit-linear-gradient(90deg, #dbb883 0%, #f1e6d5 0%, #cdb48c 0%, #cba66c 100%);
  background-image: -ms-linear-gradient(90deg, #dbb883 0%, #f1e6d5 0%, #cdb48c 0%, #cba66c 100%);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  margin: 0 auto;
}
.chapter-02 {
  background: url(../images/bg3.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.chapter-04 {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.chapter-04 .divtit .dp {
  font-size: 16px;
  color: #715029;
  padding-top: 10px;
}
.chapter-04 .divtit .dp span {
  color: #cb0303;
}
.chapter-04 .divFlex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-items: center;
  flex-wrap: wrap;
}
.chapter-04 .divFlex .divc {
  font-size: 34px;
  color: #c7000e;
  font-weight: bold;
}
.chapter-04 .divFlex .divl,
.chapter-04 .divFlex .divr {
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.chapter-04 .divFlex .divl .tit,
.chapter-04 .divFlex .divr .tit {
  height: 120px;
  background-image: -moz-linear-gradient(90deg, #f3e9cd 0%, #fbf8f0 100%);
  background-image: -webkit-linear-gradient(90deg, #f3e9cd 0%, #fbf8f0 100%);
  background-image: -ms-linear-gradient(90deg, #f3e9cd 0%, #fbf8f0 100%);
  font-size: 32px;
  color: #715029;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  text-align: center;
}
.chapter-04 .divFlex .divl .divimg,
.chapter-04 .divFlex .divr .divimg {
  margin-bottom: 20px;
}
.chapter-04 .divFlex .divl .divimg img,
.chapter-04 .divFlex .divr .divimg img {
  width: 100%;
}
.chapter-04 .divFlex .divl .divBox,
.chapter-04 .divFlex .divr .divBox {
  background: #fff;
  padding: 30px 60px;
  padding-bottom: 50px;
}
.chapter-04 .divFlex .divl .divBox .divp,
.chapter-04 .divFlex .divr .divBox .divp {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.chapter-04 .divFlex .divl .divBox .divp a,
.chapter-04 .divFlex .divr .divBox .divp a {
  color: #cb0303;
  text-decoration: underline;
}
.chapter-04 .divFlex .divl .divBox .diva,
.chapter-04 .divFlex .divr .divBox .diva {
  padding-top: 30px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.chapter-04 .divFlex .divl .divBox .diva a,
.chapter-04 .divFlex .divr .divBox .diva a {
  color: #000;
  border-bottom: 1px solid #000;
}
.chapter-04 .divFlex .divr .tit {
  font-size: 24px;
}
.chapter-04 .divFlex .divr .diva {
  padding-top: 15px !important;
}
.popDiv {
  position: fixed;
  top: 20%;
  z-index: 10;
  width: 1000px;
  margin-left: -500px;
  left: 50%;
  margin-top: 0px;
  display: none;
}
.popBox {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.popBox .tit {
  font-size: 20px;
  padding: 15px 30px;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f4f4;
}
.popBox .tit .close {
  background: url(../images/close.png) no-repeat center;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.popBox .divps {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  height: 300px;
  overflow-x: hidden;
}
.bgColor {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/kobg.png) repeat;
  z-index: 5;
  display: none;
}
.abtn.phone {
  display: none;
}
.chapter-01 ul li.li3 span {
  color: #9f7738;
  font-weight: bold;
}
.chapter-01 ul li.li3 .ps {
  color: #888;
}
.chapter-01 ul li.li4 .divps {
  display: flex
;
  justify-content: flex-start;
  align-items: center;
  align-content: space-around;
  flex-direction: row;
}
.chapter-01 ul li.li4 p {
  margin-right: 30px;
}
.chapter-01 ul li.li4 p span {
  font-weight: bold;
  color: #b69664;
  font-size: 20px;
}
@media screen and (max-width: 1450px) {
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
  .chapter .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .chapter {
    margin-top: 35px;
  }
  .chapter .container {
    padding: 0 5%;
    width: auto;
  }
  .chapter .chapter-hd {
    margin-bottom: 20px;
  }
  .chapter .chapter-hd .tit-h3 {
    padding: 20px 0;
    font-size: 32px;
  }
  .chapter .chapter-hd .tit-h3 strong {
    font-size: 42px;
  }
  .container > .divtit .tit {
    font-size: 26px;
  }
  .chapter-01 ul li {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .chapter-01 ul li .divps {
    height: auto !important;
  }
  .chapter-01 ul li .divflex > div {
    width: 100%;
  }
  .chapter-01 ul li .divflex > div img {
    width: 100%;
  }
  .swiper01 {
    padding: 20px;
  }
  .swiper01 .swiper-container {
    width: 100%;
  }
  .swiper01 .swiper-container .swiper-slide img {
    width: 100%;
  }
  .chapter-03 a {
    width: 100%;
  }
  .chapter-01 ul li .divflex > div {
    width: 100% !important;
  }
  .chapter-01 ul .li5 .divflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chapter-01 ul .li5 .divflex span {
    margin: 20px;
    font-size: 16px;
  }
  .chapter-01 ul li .divflex > div {
    font-size: 14px;
  }
  .swiper01 .swiper-container .swiper-slide p {
    font-size: 14px;
  }
  .swiper01 .swiper-container .swiper-slide img {
    width: 80%;
  }
  .swiper01 .swiper-next {
    left: 40px;
    z-index: 20;
    width: 27px;
    height: 27px;
    top: 60%;
  }
  .swiper01 .swiper-prev {
    right: 30px;
    z-index: 20;
    width: 27px;
    height: 27px;
    top: 60%;
  }
  .chapter-03 {
    background: #fff;
    padding-top: 20px;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .chapter-03 a {
    height: 52px;
    line-height: 52px;
    font-size: 22px;
  }
  body {
    padding-bottom: 0;
  }
  .chapter-01 {
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
    margin-top: -15px !important;
    padding-top: 30px;
    background: #f6ebcf;
  }
  .chapter-04 .divFlex .divl,
  .chapter-04 .divFlex .divr {
    width: 100%;
    margin-bottom: 20px;
  }
  .chapter-04 .divFlex .divl .tit,
  .chapter-04 .divFlex .divr .tit {
    font-size: 22px;
  }
  .chapter-04 .divFlex .divl .divBox,
  .chapter-04 .divFlex .divr .divBox {
    padding: 20px;
  }
  .chapter-04 .divtit .dp br {
    display: none;
  }
  .chapter-01,
  .chapter-04 {
    padding-bottom: 0;
  }
  .popDiv {
    width: 90%;
    left: 0;
    margin: 0 5%;
    top: 5%;
  }
  .chapter-04 .divFlex .divc {
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .abtn.pc {
    display: none;
  }
  .chapter-01 ul li.li4 .divps {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .chapter .chapter-hd .tit-h3 {
    padding: 15px 0;
    font-size: 24px;
  }
  .chapter .chapter-hd .tit-h3 strong {
    font-size: 32px;
  }
  .btn-link {
    font-size: 16px;
    width: 240px;
    height: 48px;
    line-height: 48px;
  }
  .box-introduce .introduce-text {
    padding: 30px 20px 35px;
  }
  .box-introduce .introduce-text p {
    font-size: 16px;
  }
  .chapter-text {
    line-height: 1.6;
  }
  .box-courtesy {
    padding: 6% 5% 5%;
  }
  .box-courtesy::before,
  .box-courtesy::after {
    background: #ddeef6;
  }
  .box-courtesy .courtesy-tit {
    font-size: 20px;
  }
  .box-courtesy .courtesy-num {
    font-size: 54px;
    margin-top: 5px;
  }
  .box-courtesy .courtesy-detail {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .box-courtesy .courtesy-date {
    font-size: 14px;
  }
  .box-courtesy .courtesy-group {
    margin-top: 3px;
    padding-left: 8px;
  }
  .box-courtesy .courtesy-group::before {
    height: 12px;
    width: 2px;
  }
  .box-courtesy .courtesy-data {
    width: 140px;
  }
  .box-courtesy .courtesy-data p {
    padding: 0 15px;
  }
  .box-table {
    padding: 5% 5% 8%;
  }
  .box-table th {
    font-size: 16px;
  }
  .box-table td {
    font-size: 14px;
  }
  .chapter-03 {
    padding-bottom: 10%;
  }
  .chapter-03 .chapter-text {
    padding: 8% 7%;
    font-size: 14px;
  }
  .chapter-03 .chapter-text p {
    margin-top: 10px;
  }
  .chapter-01 ul li .divtit span {
    font-size: 36px;
    right: -100px;
  }
  .chapter-01 ul .li5 .divflex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .chapter {
    margin-top: 30px;
  }
  .chapter .chapter-hd {
    margin-bottom: 15px;
  }
  .chapter .chapter-hd .tit-h3 {
    padding: 8px 0;
    font-size: 20px;
  }
  .chapter .chapter-hd .tit-h3 strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .box-courtesy::before,
  .box-courtesy::after {
    background: #ecf5fc;
  }
}
