:root {
  --main-color: #915f33;
}
.top {
  width: 100%;
  /* margin: 0 auto; */
  text-align: center;
}
.top .top-nav {
  width: 100%;
  height: 63px;
  background-color: var(--main-color);
}
.top .top-nav .nav-list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .top-nav .nav-list li {
  width: 149px;
  height: 49px;
  margin: 0 25px;
}
.top .top-nav .nav-list li a {
  line-height: 49px;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
.top .top-nav .nav-list li.nav-active {
  background-image: url(../images/nav-bg.png);
}
.top .top-nav .nav-list li.nav-active a {
  font-weight: 700;
  color: var(--main-color);
}
@media (min-width: 1920px) {
  .top-banner {
    width: 1920px !important;
    margin: 0 auto;
  }
}
.index-xinxi {
  width: 100%;
  height: 475px;
  background-color: #fff;
}
.index-xinxi ul.xinxi-box {
  width: 1200px;
  height: 475px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-xinxi ul.xinxi-box li a {
  width: 210px;
  height: 280px;
  background-color: #f7f1ea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  border-radius: 15px;
}
.index-xinxi ul.xinxi-box li a .icon-bg {
  width: 106px;
  height: 106px;
  background-image: url(../images/index-bg1.png);
  text-align: center;
  line-height: 96px;
}
.index-xinxi ul.xinxi-box li a p {
  font-size: 24px;
  margin-top: 10px;
}
.index-xinxi ul.xinxi-box li:hover a {
  background-color: var(--main-color);
  box-shadow: 3px 1px 4px 3px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  transform: scale(1.1);
}
.index-xinxi ul.xinxi-box li:hover a p {
  color: #fff;
}
.index-kssz {
  width: 100%;
  height: 790px;
  background-color: #f7f1ea;
}
.index-kssz .kssz-box {
  width: 1200px;
  height: 720px;
  margin: 0 auto;
  padding-top: 70px;
}
.index-kssz .kssz-box h2 {
  width: 294px;
  height: 62px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 56px;
  font-size: 38px;
  color: var(--main-color);
}
.index-kssz .kssz-box h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/title-bg.png) no-repeat right center;
  background-size: 100% 100%;
}
.index-kssz .kssz-box h2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/title-bg.png) no-repeat left center;
  background-size: 100% 100%;
  transform: scaleX(-1);
}
.index-kssz .kssz-box .kslb-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.index-kssz .kssz-box .kslb-box .kslb-left {
  width: 520px;
  height: 327px;
}
.index-kssz .kssz-box .kslb-box .kslb-left .ks-img {
  position: relative;
}
.index-kssz .kssz-box .kslb-box .kslb-left .ks-img .ks-info {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.index-kssz .kssz-box .kslb-box .kslb-left .ks-img .ks-info h5 {
  font-size: 22px;
  color: #fff;
  text-indent: 15px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.index-kssz .kssz-box .kslb-box .kslb-left .ks-img .ks-info p {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.index-kssz .kssz-box .kslb-box .kslb-right {
  width: 620px;
  height: 327px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: unset;
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item {
  width: 202px;
  height: 63px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  opacity: 1;
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item a {
  display: block;
  line-height: 63px;
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item a img {
  margin-left: 15px;
  margin-right: 5px;
  margin-bottom: 7px;
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item a img:nth-child(1) {
  display: inline;
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item a img:nth-child(2) {
  display: none;
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item a span {
  font-size: 20px;
  font-weight: 500;
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item.ks-active {
  background-color: var(--main-color);
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item.ks-active a img:nth-child(1) {
  display: none;
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item.ks-active a img:nth-child(2) {
  display: inline;
}
.index-kssz .kssz-box .kslb-box .kslb-right .ks-item.ks-active a span {
  color: #fff;
}
.index-kssz .kssz-box .kssz-bottom {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.index-kssz .kssz-box .kssz-bottom li {
  margin: 0 6px;
  position: relative;
}
.index-kssz .kssz-box .kssz-bottom li h5 {
  font-size: 33px;
  position: absolute;
  top: 42px;
  left: 25px;
}
.index-kssz .kssz-box .kssz-bottom li span {
  font-size: 11px;
  position: absolute;
  top: 82px;
  left: 25px;
}
.index-yytd {
  width: 100%;
}
.index-yytd .yytd-box {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  margin-top: 86px;
}
.index-yytd .yytd-box h2 {
  width: 294px;
  height: 62px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 56px;
  font-size: 38px;
  color: var(--main-color);
}
.index-yytd .yytd-box h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/title-bg.png) no-repeat right center;
  background-size: 100% 100%;
}
.index-yytd .yytd-box h2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/title-bg.png) no-repeat left center;
  background-size: 100% 100%;
  transform: scaleX(-1);
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper {
  width: 1120px !important;
  position: relative;
  padding-top: 90px;
  margin-top: 50px;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item {
  width: 1120px !important;
  height: 380px;
  margin: 0 auto;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list {
  width: 1120px !important;
  height: 380px;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item {
  height: 380px;
  position: relative;
  cursor: pointer;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item .ysjs-box {
  width: 100%;
  height: 180px;
  transition: bottom 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -110px;
  color: #f7f1ea;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item .ysjs-box h5 {
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 28px;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item .ysjs-box h5 span {
  font-size: 20px;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item .ysjs-box h6 {
  text-align: center;
  font-size: 14px;
  position: relative;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item .ysjs-box h6::before {
  content: '';
  display: block;
  width: 73px;
  height: 1px;
  background-color: #f7f1ea;
  position: absolute;
  top: 50%;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item .ysjs-box h6::after {
  content: '';
  display: block;
  width: 73px;
  height: 1px;
  background-color: #f7f1ea;
  position: absolute;
  top: 50%;
  right: 0;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item .ysjs-box p {
  text-align: center;
  padding: 0 22px;
  font-size: 18px;
  margin-top: 10px;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item .ysjs-box a {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: underline;
  position: absolute;
  bottom: 5px;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-item .yytd-list .yytd-list-item:hover .ysjs-box {
  bottom: 0px;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-swiper-pagenation {
  position: absolute;
  top: 0px;
  z-index: 9;
  white-space: nowrap;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-swiper-pagenation li {
  display: inline-block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  border-right: 1px solid #000;
  cursor: pointer;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-swiper-pagenation li:nth-child(1) {
  border-left: 1px solid #000;
}
.index-yytd .yytd-box .yytdlb-box .yytd-swiper .yytd-swiper-pagenation li.yytd-page-active {
  font-weight: 700;
  color: var(--main-color);
}
.index-fzlc {
  width: 100%;
}
.index-fzlc .falc-box {
  height: 616px;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(../images/fzlc-bg.png) no-repeat center;
  position: relative;
}
.index-fzlc .falc-box .fzlc-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -667px;
}
.index-fzlc .falc-box .fzlc-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -541px;
  margin-top: -95px;
}
.bottom {
  width: 100%;
  height: 420px;
  background-color: var(--main-color);
}
.bottom .bottom-box {
  width: 1200px;
  height: 420px;
  margin: 0 auto;
}
.bottom .bottom-box .bottom-top {
  width: 1200px;
  height: 284px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom .bottom-box .bottom-top .bottom-top-left {
  width: 268px;
  margin-left: 10px;
  margin-top: -10px;
}
.bottom .bottom-box .bottom-top .bottom-top-left p {
  font-size: 18px;
  margin-top: 15px;
  color: #d6b598;
}
.bottom .bottom-box .bottom-top .bottom-top-cen p {
  font-size: 17px;
  color: #d6b598;
  line-height: 42px;
}
.bottom .bottom-box .bottom-top .bottom-top-cen p img {
  width: 18px;
  padding-bottom: 6px;
  margin-right: 2px;
}
.bottom .bottom-box .bottom-top .bottom-top-cen p span {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.bottom .bottom-box .bottom-top .bottom-top-cen p span a {
  color: #fff;
}
.bottom .bottom-box .bottom-top .bottom-top-cen p span i {
  font-size: 16px;
  font-weight: 400;
}
.bottom .bottom-box .bottom-top .bottom-top-cen p span strong {
  font-size: 16px;
  font-weight: 500;
}
.bottom .bottom-box .bottom-top .bottom-top-right {
  margin-right: 10px;
}
.bottom .bottom-box .bottom-top .bottom-top-right img {
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 36px;
}
.bottom .bottom-box .bottom-top .bottom-top-right p {
  text-align: center;
  margin-top: 8px;
  color: #d6b598;
  line-height: 20px;
}
.bottom .bottom-box .bottom-bot {
  text-align: center;
  margin-top: 40px;
}
.bottom .bottom-box .bottom-bot a {
  font-size: 14px;
  color: #d6b598;
  margin: 0 25px;
}
h2.yygk-title {
  width: 294px;
  height: 62px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  text-align: center;
  line-height: 58px;
  font-size: 38px;
  color: var(--main-color);
}
h2.yygk-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/title-bg.png) no-repeat right center;
  background-size: 100% 100%;
}
h2.yygk-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/title-bg.png) no-repeat left center;
  background-size: 100% 100%;
  transform: scaleX(-1);
}
h2.lylx-title {
  width: 294px;
  height: 62px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  text-align: center;
  line-height: 58px;
  font-size: 38px;
  color: var(--main-color);
}
h2.lylx-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/title-bg.png) no-repeat right center;
  background-size: 100% 100%;
}
h2.lylx-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/title-bg.png) no-repeat left center;
  background-size: 100% 100%;
  transform: scaleX(-1);
}
.yygk-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yygk-box .yygk-left {
  width: 720px;
  padding-left: 30px;
}
.yygk-box .yygk-left h3 {
  font-size: 35px;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 10px;
}
.yygk-box .yygk-left h3 i {
  font-size: 26px;
  margin: 5px;
}
.yygk-box .yygk-left h3 span {
  font-size: 22px;
}
.yygk-box .yygk-left p {
  font-size: 20px;
  text-indent: 2em;
  margin-top: 30px;
  line-height: 29px ;
  text-align: justify;
}
.yygk-box .yygk-right {
  width: 381px;
  height: 419px;
  padding-right: 30px;
}
.ppwh-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 45px;
}
.ppwh-box ul {
  width: 1130px;
  height: 380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ppwh-box ul li {
  width: 536px;
  height: 104px;
  border-radius: 9px;
  margin-bottom: 28px;
  border: 2px solid #f7f1ea;
  display: flex;
  align-items: center;
}
.ppwh-box ul li img {
  margin-left: 30px;
}
.ppwh-box ul li h4 {
  font-size: 30px;
  margin-left: 13px;
}
.ppwh-box ul li h4 span {
  font-size: 20px;
  font-weight: 400;
  display: block;
  color: #999999;
}
.ppwh-box ul li:nth-child(1),
.ppwh-box ul li:nth-child(4),
.ppwh-box ul li:nth-child(5) {
  background-color: #f7f1ea;
}
.ryzz {
  width: 100%;
  height: 650px;
  background-color: #f7f1ea;
  margin-top: 100px;
  margin-bottom: 80px;
  padding-top: 10px;
}
.ryzz .ryzz-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 54px;
  position: relative;
  text-align: center;
}
.ryzz .ryzz-box p {
  background: url(../images/yygk-img02.png) no-repeat center;
  margin-top: -50px;
  font-size: 18px;
  color: #696969;
}
.rxgy-box {
  width: 1200px;
  height: 411px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.rxgy-box .rxgy-left {
  margin-left: 10px;
}
.rxgy-box .rxgy-right {
  width: 550px;
  height: 411px;
  margin-right: 10px;
}
.rxgy-box .rxgy-right h5 {
  font-size: 10px;
  letter-spacing: 9px;
  margin-top: 70px;
  margin-left: 42px;
  line-height: 30px;
  color: #333333;
}
.rxgy-box .rxgy-right .rxgy-bgx {
  width: 500px;
  height: 9px;
  background: linear-gradient(to right, #f7f1ea, #fff);
  margin-left: 42px;
}
.rxgy-box .rxgy-right p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 38px;
  color: #333;
  text-indent: 42px;
  letter-spacing: 1px;
  text-align: justify;
}
.hzjg {
  margin-top: 86px;
  margin-bottom: 90px;
}
.hzjg h2.hzjg-title {
  width: 358px;
  height: 62px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  text-align: center;
  line-height: 58px;
  font-size: 38px;
  color: var(--main-color);
}
.hzjg h2.hzjg-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 227px;
  height: 100%;
  background: url(../images/title-bg02.png) no-repeat right center;
  background-size: 100% 100%;
}
.hzjg h2.hzjg-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 131px;
  height: 100%;
  background: url(../images/title-bg03.png) no-repeat left center;
  background-size: 100% 100%;
}
.hzjg .hzjg-box {
  margin-top: 40px;
  text-align: center;
}
.lylx-box {
  width: 1200px;
  height: 780px;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 100px;
}
.lylx-box .lylx {
  width: 1170px;
  height: 780px;
  background-color: #f7f1ea;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 6px 6px 6px #ded6cf;
  display: flex;
  justify-content: space-between;
}
.lylx-box .lylx .lylx-left {
  width: 616px;
  height: 742px;
  margin-top: 12px;
  margin-left: 18px;
  position: relative;
}
.lylx-box .lylx .lylx-left .lylx-ditu {
  width: 616px;
  height: 742px;
  border-radius: 10px;
}
.lylx-box .lylx .lylx-left .ditu-js {
  position: absolute;
  bottom: 0;
  width: 616px;
  height: 137px;
  background-color: rgba(145, 95, 51, 0.8);
  border-radius: 0 0 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lylx-box .lylx .lylx-left .ditu-js i {
  display: block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin: 0 10px;
}
.lylx-box .lylx .lylx-left .ditu-js .lylx-yyjs p {
  font-size: 20px;
  color: #fff;
}
.lylx-box .lylx .lylx-left .ditu-js .lylx-yyjs p a {
  color: #fff;
  font-weight: 700;
}
.lylx-box .lylx .lylx-right {
  width: 490px;
  margin-top: 30px;
  margin-right: 20px;
  position: relative;
}
.lylx-box .lylx .lylx-right .lylx-fs {
  display: flex;
  margin-bottom: 45px;
}
.lylx-box .lylx .lylx-right .lylx-fs li {
  border: 1px solid var(--main-color);
  margin-right: 20px;
  padding: 5px 25px;
  font-size: 22px;
  color: var(--main-color);
  border-radius: 7px;
  cursor: pointer;
}
.lylx-box .lylx .lylx-right .lylx-fs li.lylx-fs-active {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 700;
}
.lylx-box .lylx .lylx-right .lylx-js li {
  display: none;
}
.lylx-box .lylx .lylx-right .lylx-js li h5 {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #333333;
}
.lylx-box .lylx .lylx-right .lylx-js li h5 i {
  margin-right: 5px;
}
.lylx-box .lylx .lylx-right .lylx-js li p {
  padding-left: 35px;
  margin-top: 7px;
  margin-bottom: 20px;
}
.lylx-box .lylx .lylx-right .lylx-js li p strong {
  color: #ea1004c8;
  font-weight: 700;
}
.lylx-box .lylx .lylx-right .lylx-js li.lylx-js-active {
  display: block;
}
.lylx-box .lylx .lylx-right .lylx-zxzx {
  width: 300px;
  height: 66px;
  background-color: #c8190e;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 33px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 80px;
  right: 100px;
}
.lylx-box .lylx .lylx-right .lylx-zxzx img {
  margin-right: 10px;
}

.xf-box {
  width: 100px;
  height: 445px;
  border-radius: 15px;
  position: fixed;
  bottom: 150px;
  right: 100px;
  z-index: 99;
  background-image: url(/static/images/xf-bg.png);
  background-size: 100px 445px;
}
.xf-box ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.xf-box ul li {
  width: 80px;
  height: 80px;
  cursor: pointer;
  display: flex;
}
.xf-box ul li a {
  display: block;
  position: relative;
}
.xf-box ul li a img {
  display: block;
}
.xf-box ul li a img:nth-child(1) {
  display: block;
}
.xf-box ul li a img:nth-child(2) {
  display: none;
}
.xf-box ul li a img:nth-child(3) {
  display: none;
  position: absolute;
  left: -166px;
  top: -25px;
  max-width: none;
}
.xf-box ul li:hover a img:nth-child(1) {
  display: none;
}
.xf-box ul li:hover a img:nth-child(2) {
  display: block;
}
.xf-box ul li:hover a img:nth-child(3) {
  display: block;
}