@charset "utf-8";
a:hover{color: #a42616;}
.three_logo{
    position: absolute;
    width: 100%;
    top: 50px;
}
.three_logo>a{
    width: 1200px;
    margin: 0 auto;
    display: block;
}
body {
  min-width: 1280px;
}
.w {
  width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
}
.margin20 {
  margin-bottom: 35px;
  /* margin-top: 34px; */
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bodyBox {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.zt_fd_banner {
  width: 100%;
}
.zt_fd_banner_img {
  width: 100%;
  display: block;
  height: auto;
}
.jdbn-nav {
  background: #c82f27;
  height: 100px;
  display: none;
}
.jdbn-nav .w {
  height: 100%;
  display: none;
}
.jdbn-nav .w ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
}
.jdbn-nav .w ul li {
  position: relative;
  height: 100%;
  width: 20%;
  text-align: center;
  float:left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jdbn-nav .w ul li a {
  color: #fff;
  font-size: 24px;
  font-family: 微软雅黑;
  text-decoration: none;
  display: inline-block;
  padding: 0 0;
  line-height: 45px;
  /* justify-content: space-between; */
  /* align-items: center; */
}
.jdbn-nav .w ul li a.active {
  color: #FFE2A2;
  padding-bottom: 10px;
  border-bottom: 3px solid #FFE2A2;
}
.jdbn-nav .w ul li a:hover {
  color: #ffeeb1;
  border-bottom: 1px solid #ffeeb1;
  position: relative;
  top: 1px;
}
.jdbn-nav .w ul li .selectedNav {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 70px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.jdbn-nav .w ul li .selectedNav .selectedItem {
  height: 58px;
  width: 100%;
  line-height: 58px;
}
.jdbn-nav .w ul li .selectedNav .selectedItem a {
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: #A42616;
  color: #ffffff;
  font-size: 20px;
}
.jdbn-nav .w ul li .selectedNav .selectedItem a:hover {
  color: #FFE2A2;
}
.titBox {
  position: relative;
  width: 100%;
  /* margin-top: 18px; */
}
.titBox.marginb35 {
  margin-bottom: 35px;
}
.titBox img {
  width: 100%;
  display: block;
}
.titBox .more {
  position: absolute;
  right: -14px;
  bottom: 0;
  margin-bottom: 15px;
  color: #ad3425;
  font-size: 16px;
}
.titBox .moreobb{
    top: 70px;
    margin-bottom: 30px;
    display: inline-block;
    height: 30px;
    clear: both;
    /* right: -14px; */
}
.floorOne .clearfix {
  /* height: 350px; */
  margin: 20px 0 0 0;
}
.moreobb_list{
    position: relative;
    top: 20px;
    /* margin-bottom: 62px; */
}
.floorOne .swiperBox {
  width: 52%;
  height: 100%;
  overflow: hidden;
}
.floorOne .swiperBox .swiper-container {
  width: 100%;
  height: 100%;
}
.floorOne .swiperBox .swiper-container .sideBox {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.floorOne .swiperBox .swiper-container .sideBox .imgBox {
  width: 100%;
  height: 348px;
  overflow: hidden;
  background: #cd0a1b;
}
.floorOne .swiperBox .swiper-container .sideBox .imgBox img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* left: -12px; */
  min-height: 348px;
}
.floorOne .swiperBox .swiper-container .sideBox .titBox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  background-color: rgb(0 0 0 / 53%)!important;
  padding-left: 15px;
  box-sizing: border-box;
  background: #323030;
}
.floorOne .swiperBox .swiper-container .sideBox .titBox p {
  height: 100%;
  width: 70%;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
}
.floorOne .swiperBox .swiper-container .swiper-pagination-bullets {
  width: 20%;
  left: 75%;
  bottom: 0;
  height: 44px;
  line-height: 44px;
}
.floorOne .swiperBox .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}
.floorOne .swiperBox .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.8;
}
.moreobb_list .rightText{
    margin-bottom: 50px!important;
}
.floorOne .rightText {
  width: 100%;
  overflow: hidden;
  /* border-top: 1px dashed #ccc; */
  margin-bottom: 30px;
}
.floorOne .rightText ul li {
  height: 48px;
  border-bottom: 1px dashed #ccc;
  padding-left: 17px;
  background-position: 0px 25px;
  position: relative;
  background: url(../img/doci.png) no-repeat left center;
  background-size: 0.5%;
}
.first-list .rightText ul li{
    background-size: 1%;
}
.floorOne .rightText ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  text-decoration: none;
}
.floorOne .rightText ul li a span{
    color: #888;
    font-size: 14px;
}
.floorFour .tips {
  margin-bottom: 30px;
}
.floorFive .learnContent {
  position: relative;
  height: 360px;
  width: 100%;
  overflow: hidden;
}
.floorFive .learnContent .swiper-containerTwe {
  width: 90%;
  height: 100%;
  overflow: hidden;
}
.conver {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.swiper-slide-active .conver {
    display: none;
}
.floorFive .learnContent .swiper-containerTwe .swiper-slide {
  background-size: 100% 100%;
  opacity: 0.4;
  transition: 300ms;
  transform: scale(0.8);
  height: 90%;
width:640px;
}
.floorFive .learnContent .swiper-containerTwe .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.floorFive .learnContent .swiper-containerTwe .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.floorFive .learnContent .swiper-containerTwe .swiper-slide p {
  text-align: center;
  color: #636363;
  font-size: 16px;
  line-height: 36px;
}
.floorFive .learnContent .swiper-containerTwe .swiper-button-prev {
  left: 0px;
  width: 45px;
  height: 45px;
  background: url(../../img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/item-img.png',sizingMethod='scale');
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/item-img.png',sizingMethod='scale');
}
.floorFive .learnContent .swiper-containerTwe .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
.floorFive .learnContent .swiper-containerTwe .swiper-button-next {
  right: 0px;
  width: 45px;
  height: 45px;
  background: url(../../img/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/item-img.png',sizingMethod='scale');
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/item-img.png',sizingMethod='scale');
}
.floorFive .learnContent .swiper-containerTwe .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/item-img.png',sizingMethod='scale');
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/item-img.png',sizingMethod='scale');
}
/*
@media (max-width: 1920px) {
  .w {
    width: 100%;
  }
  .floorOne {

    .swiperBox {
      width: 100%;
    }
    .rightText {
      width: 100%;
    }
  }
  .dsdsj .right-panel {
    background: url(../../img/riliBg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin-right: 0;
    .conn {
      width: 100%;
    }
  }
}
*/


.floorFour{
    display: none;
}
.floorFive{
    width: 1200px;
}



/**footer**/
.footer{
    width:100%;
}
.link{
    width:100%;
    background: #8b0106;
    border-bottom: none!important;
    position: relative;
    top: 2px;
}
.friendship{
    width:1080px;
    border-bottom: 1px solid #d5a2a4;
}
.friendship a{
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    width: 101px;
    line-height: 72px;
    float: left;
    /* letter-spacing: 3px; */
}
.friendship a img{
    position: absolute;
    left:0;
    top:-11px;
    width:97px;
    z-index: 9999;
}
.select{
    overflow: hidden;
    margin-left:97px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select select{
    width: 170px;
    height: 37px;
    border:1px solid #898989;
    margin-left:40px;
    margin-top: 5px;
    background: #ffffff;
    color: #444;
    border-radius: 5px;
    padding-left: 8px;
    background: #fff url(../img/down_black.png) no-repeat right center;
    background-size: 5%;
    background-position: 154.91px 15px;
}
.select select option{
    /* border-radius: 46px; */
}
.address{
    overflow: hidden;
    width: 100%;
    background: #8b0106;
    padding: 20px 0;
}
.add-bg{
    overflow: hidden;
    width:1080px;
    margin: 0 auto;
}
.add-bg p{
    display: block;
    overflow: hidden;
    text-align:center;
    line-height: 26px;
    position: relative;
}
.add-bg p b{
    display: inline-block;
    position: absolute;
    top:57%;
    right:35%;
    width:33px;
}
.add-bg p i{
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    top:57%;
    right:30%;
    width:45px;
}
.add-bg p span{
    display: inline-block;
    overflow: hidden;
    margin:0 10px;
}
.add-bg p span a{
    display: block;
    text-align:center;
    color:#fff;
    font-size:14px;
    line-height: 25px;
    letter-spacing:2px;
}

/*first-list*/
.first-list{
    margin-bottom: 60px;
    margin-top: 20px;
}
.first-list .rightText{
    width: 45%;
}
.location-title{
    line-height: 45px;
}
.location-title i{
    font-size: 14px;
    line-height: 65px;
}
.location-title a {
    float: left;
    display: inline-block;
    color: #111!important;
    font-size: 14px;
    margin: 10px 2px;
}
.dayin a{color:#111!important;border: 1px solid #ddd;border-radius: 5px;padding: 3px 10px;margin: 9px 0;display: inline-block;}

.location{
    margin: 30px auto!important;
    min-height: 300px;
}