@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;
}

@font-face {
    font-family: 'FZJiangYiTiS';
    src: url('../fonts/KingnamBobo-Bold.woff2') format('woff2'),
        url('../fonts/KingnamBobo-Bold.woff') format('woff'),
        url('../fonts/KingnamBobo-Bold.svg#KingnamBobo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FZWeiBei-S03S';
    src: url('../fonts/KingnamBobo-Bold.woff2') format('woff2'),
        url('../fonts/KingnamBobo-Bold.woff') format('woff'),
        url('../fonts/KingnamBobo-Bold.svg#KingnamBobo-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



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);
  padding:40px 0;
}

.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: 40px;
  height: 140px;
} */

.logo {
  position: absolute;
  z-index: 900;
  width: 100%;
}

.page_back {
  position: absolute;
  z-index: 900;
  top: 60px;
  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 #e99891;
}

.footer li {
  width: calc(100% / 3);
  border-right: 4px solid #e99891;
  background-color: #ab4e47;
  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;*/
  background:url(../images/common/hover_bg.png) center no-repeat;
  background-size: 100% 100%;
}

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

.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;
  border-radius: 60px 0 0 0;
  transition: all .3s;
  padding:10px 0 0 ;
  opacity: 0;
  visibility: hidden;
}

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

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

.footer li dl dd a {
  display: block;
  border: 3px solid #FFE9AE;
  border-radius: 10px;
  display: flex;
  align-items: center;
  background:url(../images/common/sub_nav_bg.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
}

.footer li dl dd a b {
  width: 60px;
  height: 60px;
  /*border-right: 3px solid #dab43b;*/
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  left: -20px;
  top:-10px;

}

.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 b.ico_6 {
  background-image: url(../images/common/nav_ico_6.png);
}

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

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

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

.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);
  overflow: auto;
  background-size: cover;
}

.map_conent .img_out {
  position: relative;
}

.map_conent .map {
  display: block;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

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

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

.details__body {
  padding: 50px;
}

.details__body .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  padding-right:35px;
}

/*.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% - 100px);
  padding-right: 80px;
  padding-left: 30px;
  padding-right: 100px;
  font-size: 26px;
  line-height: 1.3;
  color: #a2312f;
  font-weight: 700;
  background:url(../images/index/title_bg.png ) center no-repeat;
  width: 480px;
  height: 130px;
  background-size: cover;
  display: flex;
  align-items: center;
}

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

.details__body .con{
  padding:0 40px;
}

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

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

.info_con {
  margin-top: 50px;
  padding:0 40px;
}

.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: #ab4e47;
  font-weight: 700;
}

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

.qr_con {
  text-align: center;
}

.qr_con span {
  display: inline-block;
  background-color: #dda7a6;
  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 {
  line-height: 1.1;
}

.nav3_pop__body h3.title span img {
  display: inline-block;
  max-height: 70%;
  max-width: 98%;
}

.nav3_pop__body h3.title .logo {
  position: static;
  margin-left: 20px;
  transform: translateY(-10px);
  height: 90px;
  width: auto;
}

.nav3_pop__body .return_con {
  height: 150px;
  overflow: hidden;
  padding: 30px 30px 0;
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav3_pop__body .return_con.right_id{
  justify-content: flex-end;
}

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

.nav3_pop__body .return_con a img{
  vertical-align: middle;
  display: inline-block;
}

.nav3_pop__body .return_con a p {
  color: #ab4e47;
  font-size: 24px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  line-height: 1.3;
}

.nav3_pop__body .return_con .goto_map {
  
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 700;
  color: #e1bc40;
  background-color: #a2312f;
  text-decoration: none;
  order:-1;
}

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

.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: 250px;
  height: 240px;
  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:#fcf6f5;
  padding: 30px 40px;
  overflow: auto;
  overflow-x: hidden;
  z-index: 100;
}

.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: 196px;
  width: 42px;
  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;
}

.index_mask img{
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.index_mask .more_btn{
  position: absolute;
  top:17%;
  left:50%;
  margin-left:-115px;
  /* background-color:green; */
  text-indent: -9999em;
  width: 230px;
  height: 50px;
}

.index_mask .close_btn{
  position: absolute;
  top:17%;
  right:30px;
  font-size: 30px;
  color:#fff;
  font-weight: 700;
}

.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: -12px;
}

.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: 30px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}


.pop_con .img_out_ww {
  /*border: 3px solid #e9c23c;*/
  border-radius: 20px;
  overflow: hidden;
  height:160px;
  box-shadow:2px 2px 5px rgb(0 0 0);
}

.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:34.5%;
  right:20px;
  z-index: 10;
  /* transform: scaleX(-1); */
  width: 200px;
  z-index: 8000 !important;
}

.yyfs09__body{
  /*border:2px solid #751a1b;*/
  border-radius: 20px;
  position: relative;
  padding:60px 40px;
  margin:60px 40px 50px;
  background-color: #ffe4e3;
}
.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:-38px;
  left:0px;
}
.yyfs09__body .title img{
  height: 65px;
}

.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:#ab4e47;
  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:10px;
  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;
}

.mp3_txt_con{
  display: none;
  position: fixed;
  bottom: 220px;
  left: 50%;
  margin-left: -380px;
  width: 700px;
  height: 300px;
  background:url(../images/mp3_bg.png) center no-repeat;
  background-size: 100% 100%;
  z-index: 9995;
  overflow: hidden;
}
.mp3_txt_con .con{
  width: 510px;
  height: 220px;
  padding:20px;
  margin: 58px 0 0 125px;
  overflow: auto;
  overflow-x: hidden;
  color:#333;
  font-size: 24px;
  text-align: justify;
}


.bg_2025{
  background:url(../images/2025/bg_202505.jpg) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.bg_2025.details_2025 .list_2025__body .tit {

  width: 85%;

  display: block;
  margin:20px auto;
}

.bg_2025.details_2025 .tit{
  margin-bottom: 10px;
}

.list_2025__body .tit{
  width: 95%;
  margin:30px auto;
  display: block;
}

.list_2025__body .list_in__body{
  margin:40px 20px 40px;
  background-color:rgba(255,136,71,.75);
  box-shadow: 0 0 5px 5px rgba(255,136,71,.2);
  border-radius: 10px;
  padding:30px 0 0 0;
  height: calc(100vh - 400px);
  overflow: auto;
  overflow-x: hidden;
}

.time_line_2025{
  background:url(../images/2025/line_202505.jpg) 252px top repeat-y;
}

.time_line_2025 li{
  
  margin-bottom: 25px;
}

.time_line_2025 li a{
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.time_line_2025 li h3{
  font-size: 20px;
  color:#fff;
  line-height: 1.1;
  padding-top:12px;
  width: 230px;
  text-align: right;
}
.time_line_2025 li i{
  position: absolute;
  width: 32px;
  height: 51px;
  background:url(../images/2025/ico_202505.png) center no-repeat;
  background-size: cover;
  top:0px;
  left:240px;
}
.time_line_2025 .txt_con{
  /* padding-top:10px; */
  width: calc(100% - 230px);
  padding-left: 60px;
}
.time_line_2025 .txt_con h4{
  background:url(../images/2025/h4_bg.png) center no-repeat;
  background-size: cover;
  line-height: 1.2;
  color:#9c1218;
  text-align: left;
  padding:10px;
}
.time_line_2025 .txt_con h4 span{
  font-size: 24px;
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}
.time_line_2025 .txt_con h4 code{
  font-size: 22px;
  display: block;
  font-weight: normal;
}

.time_line_2025 .txt_con .time_bar p{
  text-align: left;
  padding-bottom: 10px;
  color:#fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.details_2025{
  background:url(../images/2025/d_bg_202505.jpg) center no-repeat;
  background-size: cover;
}

.details_2025_page__body{
  margin-top: 20px;
/*  background:url(../images/2025/details_bg.png) center no-repeat;*/
/*  background-size: 100% 100%;*/
  height: calc(100vh - 360px);
  padding:10px 30px 30px;
  overflow: hidden;
}

.details_2025_page__body .d_tit{
  width:90%;
  margin:0 auto 20px;
  display: block;
}

.details_2025_page__body .d_line{
  display: block;
  width: 100%;
  margin:10px 0 20px;
  display: none;
}
.details_2025_page__body .bt{
  display: block;
  height: 55px;
  margin:0 auto 10px;
  position: relative;
  z-index: 10;
}

.details_2025_page__body .info__con{
  /* overflow: auto;
  overflow-x: hidden;
  height: 180px; */
  margin-bottom: 20px;
  background:url(../images/2025/txt_bg.png) center no-repeat;
  background-size: 100% 100%;
  margin-top:-42px;
  position: relative;
  z-index: 3;
  padding:50px 20px 30px;

}

.details_2025_page__body .info__con.new_con{
   background:url(../images/2025/new_bg.png) center no-repeat;
  background-size: 100% 100%;
  padding:60px 40px ;
}
.details_2025_page__body .info__con.new_con p , .details_2025_page__body .info__con.new_con div{
  color:#fff;
  font-weight: 700;
  font-size: 26px;
}

.details_2025_page__body .info__con.s_2{
  /* height: 95px; */
}

.details_2025_page__body .info__con p , .details_2025_page__body .info__con div{
  color:#980707;
  font-size: 28px;
  text-indent: 2em;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: justify;
}
.details_2025_page__body .info__con.s_2 p{
  color:#980707;
  font-weight: 700;
  text-align: center;
  text-indent: 0;
  width: 450px;
  margin:0 auto;
}

.details_2025_page__body .in_con{
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.add_line_2025{
  padding:0 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.add_line_2025 span{
  font-size: 30px;
  font-weight: 700;
  color:#fff;
  display: inline-block;
  margin-left: -50px;
}
.add_line_2025 a{
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 30px;
  top:-10px;
  font-weight: 700;
}
.add_line_2025 a img{
  height: 70px;
}

.pop_con .btn_con .pop_btn_1{
  display: inline-block;
  width: 59px;
  height: 84px;
  background:url(../images/new/id14_ico_1.png) center no-repeat;
  background-size: cover;
}
.pop_con .btn_con .pop_btn_2{
  display: inline-block;
  width: 69px;
  height: 84px;
  background:url(../images/new/id14_ico_2.png) center no-repeat;
  background-size: 100% 100%;
}
.pop_con .btn_con .pop_btn_3{
  display: inline-block;
  width: 59px;
  height: 84px;
  background:url(../images/new/id14_ico_3.png) center no-repeat;
  background-size: 100% 100%;
}



#pop_14 .pop_con{
  border:4px solid #eac2c1;
}
#pop_14 .pop_con h3{
  color:#ab4e47;
  border-bottom: 1ox dotted #eac2c1;
}



#pop_15 .pop_con{
  border:4px solid #be8bc1;
}
#pop_15 .pop_con h3{
  color:#be8bc1;
  border-bottom: 1ox dotted #be8bc1;
}
#pop_15 .pop_con .btn_con .pop_btn_1{
  background-image:url(../images/new/id15_ico_1.png);
}
#pop_15 .pop_con .btn_con .pop_btn_2{
  background-image:url(../images/new/id15_ico_2.png);
}
#pop_15 .pop_con .btn_con .pop_btn_3{
  background-image:url(../images/new/id15_ico_3.png);
}


#pop_16 .pop_con{
  border:4px solid #d26a67;
}
#pop_16 .pop_con h3{
  color:#d26a67;
  border-bottom: 1ox dotted #d26a67;
}
#pop_16 .pop_con .btn_con .pop_btn_1{
  background-image:url(../images/new/id16_ico_1.png);
}
#pop_16 .pop_con .btn_con .pop_btn_2{
  background-image:url(../images/new/id16_ico_2.png);
}
#pop_16 .pop_con .btn_con .pop_btn_3{
  background-image:url(../images/new/id16_ico_3.png);
}

#pop_17 .pop_con{
  border:4px solid #b34871;
}
#pop_17 .pop_con h3{
  color:#b34871;
  border-bottom: 1ox dotted #b34871;
}
#pop_17 .pop_con .btn_con .pop_btn_1{
  background-image:url(../images/new/id17_ico_1.png);
}
#pop_17 .pop_con .btn_con .pop_btn_2{
  background-image:url(../images/new/id17_ico_2.png);
}
#pop_17 .pop_con .btn_con .pop_btn_3{
  background-image:url(../images/new/id17_ico_3.png);
}


#pop_18 .pop_con{
  border:4px solid #7dbc88;
}
#pop_18 .pop_con h3{
  color:#7dbc88;
  border-bottom: 1ox dotted #7dbc88;
}
#pop_18 .pop_con .btn_con .pop_btn_1{
  background-image:url(../images/new/id18_ico_1.png);
}
#pop_18 .pop_con .btn_con .pop_btn_2{
  background-image:url(../images/new/id18_ico_2.png);
}
#pop_18 .pop_con .btn_con .pop_btn_3{
  background-image:url(../images/new/id18_ico_3.png);
}


.id32_btn_list{
  position:absolute;
  top:5%;
  left:1850px;
  z-index: 10;
}
.id32_btn_list li{
  
  margin-bottom: 20px;
  position: relative;

}
.id32_btn_list li a{
  font-size: 32px;
  color:#fff;
  font-weight: 700;
  color:#fff;
  border-radius: 2em;
  border:1px solid #fff;
  box-shadow: 0 0 10px 5px rgba(100,100,100,.3);
  display: inline-block;
  padding:5px 20px 5px 15px;
  white-space: nowrap;
  background-color:#fff;
  font-family: "FZJiangYiTiS";
}

.id32_btn_list img{
  display: block;
  width: 80%;
  margin:0 auto 20px;
}


.id32_btn_mask{
  position: absolute;
  top:0;
  left: -370px;
  background-color:red;
  border-radius: 20px;
  padding:20px;
  border:1px solid #ffdcdc;
  background: linear-gradient(#fffefe, #ef9292);
  width: 350px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.id32_btn_mask.show{
  opacity: 1;
  visibility: visible;
}

.id_32_title{
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  color:#f2a5a5;
  border-bottom: 1px dotted #ef9292;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "FZJiangYiTiS";
}

.id32_btn_con h4 {
  margin-bottom: 10px;
}
.id32_btn_con h4 span{
  display: inline-block;
  color:#fff;
  font-size: 18px;
  background:linear-gradient(to right, #fbc03d, #e66b2e);
  border-radius: 2em;
  padding:5px 5px 5px 10px;
  width: 90px;
  text-align: center;
}
.id32_line{
  margin-bottom: 20px;
}
.id32_line p{
  color:#333;
  font-size: 20px;
  line-height: 1.5;
  font-family: "FZWeiBei-S03S";
}

.play_mp3_btn{
  display: inline-block;
  margin:10px auto 0;
  width: 69px;
  height: 84px;
  background:url(../images/new/id14_ico_2.png) center no-repeat;
  background-size: 100% 100%;
}

.mp3_play_new{
  padding:5px;
  background: #fff;
  border-radius: 50%;
  display: block;
  width: 120px;
  height: 120px;
  margin:0 auto;
  text-align: center;
  overflow: hidden;
}


























