@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  background-color: #333;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
@font-face {
  font-family: "fz-ly";
  src: url("fzzj-longytjw.woff2") format("woff2"), url("fzzj-longytjw.woff") format("woff"), url("fzzj-longytjw.ttf") format("truetype"), url("fzzj-longytjw.eot") format("embedded-opentype"), url("fzzj-longytjw.svg") format("svg");
}

.page_out {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  height: calc(100vh);
  overflow: hidden;
  background: url(../images/common/bg.jpg) right center no-repeat;
  background-size: auto 100%;
}

.page_out.details__body {
  overflow: auto;
  overflow-x: hidden;
  background: url(../images/index/details_bg.jpg) center no-repeat;
  background-size: cover;
  min-height: calc(100vh);
}

.page_out p.line {
  position: absolute;
  text-align: center;
  bottom: 11%;
  left: 0;
  right: 0;
  font-size: 24px;
  color: #666;
  z-index: 100;
}

.logo {
  position: absolute;
  z-index: 900;
  top: 25px;
  right: 15px;
  height: 120px;
}

.page_back {
  position: absolute;
  z-index: 900;
  top: 40px;
  left: 15px;
}

.page_back img {
  height: 100px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  padding-top: 10px;
  padding: 0;
  border-top: 8px solid #e1bc40;
}

.footer li {
  width: calc(100% / 3);
  border-right: 4px solid #e1bc40;
  background-color: #95312e;
  text-align: center;
  padding: 10px 0;
  transition: all .3s;
  position: relative;
  z-index: 2000;
}

.footer li:nth-child(3) {
  border-right: 0;
}

.footer li:hover, .footer li.active {
  background-color: #edcd95;
}

.footer li:hover span, .footer li.active span {
  color: #95312e;
}

.footer li:hover i.ico_1, .footer li.active i.ico_1 {
  background-image: url(../images/common/f_ico_1_a.png);
}

.footer li:hover i.ico_2, .footer li.active i.ico_2 {
  background-image: url(../images/common/f_ico_2_a.png);
}

.footer li:hover i.ico_3, .footer li.active i.ico_3 {
  background-image: url(../images/common/f_ico_3_a.png);
}

.footer li dl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 8px);
  background-color: #95312e;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.footer li dl.show {
  opacity: 1;
  visibility: visible;
}

.footer li dl dd {
  padding: 5px;
  border-bottom: 1px solid #d7a994;
}

.footer li dl dd a {
  display: block;
  border: 3px solid #dab43b;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.footer li dl dd a b {
  width: 50px;
  height: 50px;
  border-right: 3px solid #dab43b;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
}

.footer li dl dd a b.ico_1 {
  background-image: url(../images/common/nav_ico_1.png);
}

.footer li dl dd a b.ico_2 {
  background-image: url(../images/common/nav_ico_2.png);
}

.footer li dl dd a b.ico_3 {
  background-image: url(../images/common/nav_ico_3.png);
}

.footer li dl dd a b.ico_4 {
  background-image: url(../images/common/nav_ico_4.png);
}

.footer li dl dd a b.ico_5 {
  background-image: url(../images/common/nav_ico_5.png);
}

.footer li dl dd a span {
  text-align: center;
  width: calc(100% - 50px);
  color: #dab43b !important;
}

.footer a {
  display: block;
  text-decoration: none;
}

.footer span {
  font-size: 20px;
  color: #edcd95;
  text-align: center;
}

.footer i {
  width: 109px;
  height: 101px;
  display: block;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s;
}

.footer i.ico_1 {
  background-image: url(../images/common/f_ico_1.png);
}

.footer i.ico_2 {
  background-image: url(../images/common/f_ico_2.png);
}

.footer i.ico_3 {
  background-image: url(../images/common/f_ico_3.png);
}

.map_conent {
  /* height: calc(100% - 160px); */
  height: calc(100vh);
  overflow: auto;
  background-size: cover;
}

.map_conent .img_out {
  position: relative;
  height: 100%;
}

.map_conent .map {
  display: block;
  /* height: 100%; */
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 1;
}

.map_conent .title {
  display: block;
  z-index: 1000;
  position: absolute;
  top:40px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 95%;
}


.map_conent .map.show {
  opacity: 1;
  visibility: visible;
}

.map_conent .mask {
  position: absolute;
  width: 260px;
  height: 200px;
  background-color: rgba(100, 0, 0, 0.6);
  background: transparent;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.details__body {
  padding: 30px;
}

.details__body .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 25px solid #a2312f;
  margin-bottom: 30px;
  position: relative;
}

.details__body .tit::after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #e9c23c;
  width: 7px;
}

.details__body .tit span {
  width: calc(100% );
  padding-right: 80px;
  padding-left: 20px;
  font-size: 30px;
  line-height: 1.3;
  color: #a2312f;
  font-weight: 700;
}

.details__body .tit img {
  width: 100px;
}

.details__body .con img {
  height: auto !important;
  max-width: 100%;
  width: 100%;
}

.details__body .con p {
  font-size: 28px;
  line-height: 1.6;
  color: #570b10;
  text-indent: 48px;
  text-align: justify;
}

.info_con {
  margin-top: 50px;
}

.info_con li {
  display: flex;
  margin-bottom: 30px;
}

.info_con li i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 27px;
  height: 41px;
}

.info_con li i.ico_1 {
  background-image: url(../images/index/mark.png);
}

.info_con li i.ico_2 {
  background-image: url(../images/index/tel.png);
}

.info_con li i.ico_3 {
  background-image: url(../images/index/bz.png);
}

.info_con li p {
  width: calc(100% - 27px);
  padding: 0 20px;
  font-size: 24px;
  color: #a2312f;
  font-weight: 700;
}

.info_con li p a {
  color: #a2312f;
  text-decoration: none;
}

.qr_con {
  text-align: center;
}

.qr_con span {
  display: inline-block;
  background-color: #a2312f;
  padding: 15px;
  border-radius: 10px;
}

.qr_con span img {
  width: 200px;
  display: block;
}

.qr_con span p {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding-top: 10px;
}

.nav3_pop__body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background: url(../images/common/bg.jpg) center no-repeat;
  background-size: auto 100%;
}

.nav3_pop__body h3.title {
  position: relative;
  text-align: center;
  color: #9D322E;
  font-size: 66px;
  letter-spacing: 10px;
  font-weight: normal;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav3_pop__body h3.title span {
  width: 60%;
  line-height: 1.1;
}

.nav3_pop__body h3.title span img {
  display: block;
  max-height: 70%;
  max-width: 100%;
  margin: 0 auto 0 -5%;
}

.nav3_pop__body h3.title .logo {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  height: 90px;
}

.nav3_pop__body .return_con {
  height: 150px;
  overflow: hidden;
  padding: 30px 30px 0;
  text-align: right;
  position: relative;
}

.nav3_pop__body .return_con a {
  display: inline-block;
  text-align: center;
}

.nav3_pop__body .return_con a p {
  color: #e1bc40;
  font-size: 18px;
}

.nav3_pop__body .return_con .goto_map {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 700;
  color: #e1bc40;
  background-color: #a2312f;
  text-decoration: none;
}

.nav3_pop__body .txt_content {
  height: calc(100vh - 320px);
  overflow: hidden;
  position: relative;
}

.nav3_pop__body .map_con {
  overflow: auto;
  height: 100%;
}

.nav3_pop__body .map_con .map {
  display: block;
  height: 1500px;
}

.nav3_pop__body .map_con .map_out {
  position: relative;
}

.nav3_pop__body .map_con .mask {
  position: absolute;
  width: 140px;
  height: 150px;
  background-color: rgba(100, 0, 0, 0.6);
  background: transparent;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.nav3_pop__body .txt_con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 30px 40px;
  overflow: auto;
  overflow-x: hidden;
}

.nav3_pop__body .txt_con h3.tit {
  font-size: 30px;
  color: #a2312f;
  text-align: center;
  margin-bottom: 30px;
}

.nav3_pop__body .txt_con img {
  height: auto !important;
  max-width: 100%;
}

.nav3_pop__body .txt_con p {
  font-size: 28px;
  line-height: 1.6;
  color: #570b10;
  text-indent: 48px;
  text-align: justify;
}

.nav3_pop__body .txt_con h6 {
  font-size: 28px;
  line-height: 1.6;
  color: #570b10;
}

.nav3_pop__body .txt_con a {
  color: #570b10;
  text-align: none;
}

.nav3_pop__body .txt_con .close_con {
  text-align: center;
  margin-top: 40px;
}

.nav3_pop__body .txt_con .close_con a {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 700;
  color: #e1bc40;
  background-color: #a2312f;
  text-decoration: none;
}

.index_map__body {
  width: 100%;
  height: calc(100vh);
  overflow: auto;
  position: relative;
  z-index: 1;
}

.index_map__body .map {
  width: 100%;
}

.index_map__body .mask {
  position: absolute;
  height: 138px;
  width: 84px;
  background-color: rgba(100, 0, 0, 0.6);
  background: transparent;
  text-indent: -9999em;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.index_map__body p {
  position: absolute;
  text-align: center;
  bottom: 8%;
  left: 0;
  right: 0;
  font-size: 24px;
  color: #666;
}

.index_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9900;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  display: none;
}

.list_bg {
  background-color: #f8ebe2;
}

.list_out {
  padding: 40px 0;
}

.list_title {
  text-align: center;
  position: relative;
  padding: 20px 0 40px;
  border-bottom: 2px solid #a9403d;
}

.list_title span {
  font-size: 42px;
  color: #a9403d;
  font-weight: 700;
}

.list_title .back_btn {
  top: 10px;
  left: 50px;
  position: absolute;
  width: 78px;
  height: 78px;
  background: url(../images/index/r_btn.png) center no-repeat;
  background-size: cover;
}

.jiedao_list li {
  border-bottom: 2px solid #a9403d;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.jiedao_list li a {
  display: block;
  text-decoration: none;
}

.jiedao_list li h3 {
  color: #a9403d;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  padding-right: 20%;
}

.jiedao_list li .txt_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jiedao_list li .txt_line i {
  background: url(../images/index/line_mask.png) center no-repeat;
  width: 28px;
  height: 32px;
  background-size: cover;
}

.jiedao_list li .txt_line p {
  width: calc(100% - 38px);
  color: #4f5053;
  font-size: 24px;
  padding-right: 150px;
}

.jiedao_list li .icon_con {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.jiedao_list li .icon_con i {
  display: inline-block;
  width: 70px;
  height: 63px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-left: -25px;
}

.jiedao_list li .icon_con i.i_1 {
  background-image: url(../images/index/i_1.png);
}

.jiedao_list li .icon_con i.i_2 {
  background-image: url(../images/index/i_2.png);
}

.jiedao_list li .icon_con i.i_3 {
  background-image: url(../images/index/i_3.png);
}

.mask.show_in {
  z-index: 990;
}

.mask.show_in .pop_con {
  opacity: 1;
  visibility: visible;
}

.pop_con {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 50px)
  left: 0;
  margin-left: -30px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}


.pop_con .img_out_ww {
  border: 3px solid #e9c23c;
  border-radius: 30px;
  overflow: hidden;
  height:160px;
}

.pop_con .img_out_ww img {
  display: block;
  width: 100%;
  border: 1px solid #751a1b;
  object-fit: cover;
}

.pop_con h3 {
  text-align: center;
  line-height: 1.5;
  color: #751a1b;
  font-size: 20px;
  padding: 20px;
  border-bottom: 1px dotted #751a1b;
}

.pop_con .btn_con {
  text-align: center;
  padding: 25px 0 15px;
}

.pop_con .btn_con a {
  display: inline-block;
  margin: 0 12px;
}

.ren{
  position: fixed;
  bottom:5%;
  left:10%;
  z-index: 10;
  /* transform: scaleX(-1); */
  width: 450px;
  z-index: 8000 !important;
}

.yyfs09__body{
  border:2px solid #751a1b;
  border-radius: 20px;
  position: relative;
  padding:60px 40px;
  margin:60px 0 50px;
}
.yyfs09__body .title{
  background-color:#751a1b ;
  color:#fff;
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  color:#fcf3d4;
  border-radius: 10px;
  padding:10px 15px;
  top:-28px;
  left:40px;
}
.yyfs09__body .title i{
  padding-right: 10px;
}
.yyfs09__body ul li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.yyfs09__body ul li:last-child{
  margin-bottom: 0;
}
.yyfs09__body ul li i , .yyfs09__body ul li p{
  color:#751a1b;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.yyfs09__body ul li i{
  width: 35px;
}
.yyfs09__body ul li p{
  width: calc(100% - 35px);
}

#page_video{
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}


.img_out__body{
	width:100%;
	position: relative;
	overflow: hidden;
	z-index: 100;
}

.img_out__body .backgroud_img{
	width: 100%;
	position: relative;
	z-index: 5;
	height: 100%;
	display: block;
}

.img_out__body .in_img__con{
	position: absolute;
	top:220px;
	left:90px;
	z-index: 2;
	width: 580px;
	height: 930px;
	/* background-color:red; */
}
.img_out__body .in_img__con img{
	width: 100%;
	height: 100%;
  /* object-fit: cover; */
}

.img_out__body .upload_btn{
	border-radius: 6px;
	background-color:rgba(0,0,0,.4);
	padding:10px 30px;
	color:#fff;
	font-size:40px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50% , -50%);
	z-index:8;
	text-decoration: none;
	overflow: hidden;
  z-index: 100;
  font-weight: 700;
}

.img_out__body .upload_btn #fileElem{
	opacity: 0;
	transform: scale(100);
	position: absolute;
	top: 0;
	left: 0;
}

.getImg{
	background-color:yellow;
	font-size:30px;
}

.pop_img{
	width: 100%;
	position: absolute;
	z-index:9900;
	left:0;
	top:0;
	right:0;
  bottom: 0;
	display: none;
}

.details__body .con{
  position: relative;
  z-index: 1;
}

.details__body .con img{
  margin-bottom: 40px;
}
.details__body .con .photo_btn{
  height: 150px !important;
  width: auto;
  position: absolute;
  z-index: 2;
  left:-75px;
  top:-85px;
  transition: all .3s;
  margin-bottom: 0;
}
.details__body .con .photo_btn:hover{
  transform: scale(1.05);
}

.border_box{
  /* border:5px solid #a2312f; */
  /* margin-bottom: 10px; */
  position: relative;
  z-index: 10;
}

.return_btn{
  position: absolute;
  top:50px;
  left: 50px;
  z-index: 8900;
}

.border_box .info__con{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background-color:rgba(0,0,0,.7);
  color:#fff;
  font-size: 42px;
  z-index: 8000;
  padding:10px 30px;
  font-weight: 700;
  border-radius: 6px;
  display: none;
}

.photo_list{
  display: flex;
  justify-content:center;
  padding:50px 30px 30px;

}
.photo_list li{
  width: 17%;
  margin:0 40px;
  border:3px solid #a2312f;
  transition: all .3s;
}
.photo_list li.active{
  transform: rotate(-5deg) scale(1.1) translateY(-10px);
}
.photo_list li img{
  display: block;
  width: 100%;
  
}

.img_out__body .in_img__con.style2{
  top:233px;
  width: 590px;
  height: 940px;
}
.tit_line{
  text-align: center;
  font-size:28px;
  font-weight: 700;
  color:#a2312f;
  padding-bottom: 30px;
}

.photo_bg{
  background-color:#fbf8f3;
}

.fiximg{
  position: absolute;
  z-index:200;
}
.fiximg.s1{
  top:156px;
  right:20px;
}
.fiximg.s2{
  top:1200px;
  left:50%;
  transform: translateX(-50%);
}
.fiximg.s3{
  top:890px;
  right:0px;
}

.fiximg.s21{
  top:192px;
  right:56px;
}
.fiximg.s22{
  top:1227px;
  left:50%;
  transform: translateX(-50%);
}

.fiximg.s31{
  top:156px;
  left:40px;

}
.fiximg.s32{
  top:1180px;
  right:38px;
}

.index_news__body {
  position: relative;
  /* height: calc(100vh); */
}

.index_news__body .bg {
  display: block;
  width: 100%;
  /* height: 100%; */
}

.index_news__body .btn {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  height: 74px;
  width: 360px;
}

.index_news__body .to_page {
  left: 50%;
  transform: translateX(-50%);
  bottom: 289px;
}

.index_news__body .to_index {
  left: 50%;
  transform: translateX(-50%);
  bottom: 170px;
}


.news_details__con{
  border:3px solid #c20806;
  margin:30px 0 0 ;
  padding:30px;
  margin-bottom: 60px;
  min-height: calc(100% - 160px);
  background-color: #fff9ef;
}

.in_img__con{
  position: relative;
  width: 85%;
  margin:0 auto;
  
}
.details__body .in_img__con .photo_btn_new{
  position: absolute;
  bottom: -30px;
  right: -80px;
  width: auto ;
  height: 100px;
}

.dt_pop__con{
  background-color: rgba(0,0,0,.8);
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
.dt_pop__con .content{
  background-color:#fff;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50% , -50%);
  padding:30px 40px;
  width:85%;
  border: 4px solid #9D322E;
  background-color: #efe6d5;
  
}
.dt_pop__con .close_btn{
  background-color:#751a1b;
  color:#fff;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
  top:-20px;
  right: -20px;
}

.title_bar{
  text-align: center;
  margin-bottom: 30px;
}
.title_bar img{
  height: 50px;
}
.title_bar h3{
  font-size: 30px;
  line-height: 1.5;
  color:#ffeaa7;
  text-shadow:
    -1px -1px 0 #c20806,
    1px -1px 0 #c20806,
    -1px 1px 0 #c20806,
    1px 1px 0 #c20806; /* 文字描边 */
}

.wdtm{
  font-size: 28px;
  line-height: 1.2;
  color:#570b10;
  font-weight: 700;
  margin-bottom: 20px;
}

.da_list{}
.da_list li{
  margin-bottom: 15px;
  background-color:#fff;
  border-radius: 20px;
  border:2px solid #b78b34;
  position: relative;
  z-index: 1;
  padding:50px 20px 20px;
  font-size: 24px;
  line-height: 1.5;
  color:#570b10;
  font-weight: 700;
}
.da_list li.active{
  background-color: #ffeaa7;
}
.da_list li span{
  background:url(../images/index_new/ico_1.png) center no-repeat;
  background-size: cover;
  width: 100px;
  height: 70px;
  position: absolute;
  top:0px;
  left: -19px;
  line-height: 45px;
  color:#fff;
  font-weight: 700;
  padding-left: 55px;
}

.btn_con{
  text-align: center;
}
.btn_con img{
  height: 100px;
}
.ass_con{
  display: none;
  margin-top: 20px;
  background-color:#fff;
  border-radius: 20px;
  border:2px solid #b78b34;
  padding:60px 30px 30px;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  color:#570b10;
  font-weight: 700;
}

.ass_con  span{
  background-color:#b70808;
  padding:5px 10px;
  font-size: 20px;
  color:#fff;
  position: absolute;
  top:10px;
  left: 0;
  font-weight: 700;
  border-radius: 0 10px 10px 0;
}
.ass_con  span i{
  font-style: normal;
  
}

.dtsdtp{
  width: 270px;
  opacity: 0.7;
  &.show{
    opacity: 1;
  }
}