pre{
  white-space:pre-wrap;
  white-space:-moz-pre-wrap;
  white-space:-pre-wrap;
  white-space:-o-pre-wrap;
  word-wrap:break-word;
  margin:0;
  font-family: "Microsoft YaHei";
  text-align:justify;
  text-justify:inter-ideograph;
  }
  

body {
  overflow-x: hidden;
}
.header {
  position: relative;
  z-index: 110;
}
.header .w1280 {
  position: relative;
}
.header .logo {
  padding: 20px 0;
  display: inline-block;
}
.header .menuIcon {
  display: none;
}
.header .topImg {
  width: 435px;
  height: 100%;
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.header .topImg video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .header .topImg {
    display: none;
  }
  .header .logo {
    width: 55%;
  }
  .header #open_menu {
    z-index: 100;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header #open_menu i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 90%;
    height: 3px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #b23236;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 90%;
    height: 3px;
    background-color: #b23236;
    border-radius: 4px;
  }
  .header #open_menu::before {
    top: 5px;
  }
  .header #open_menu::after {
    bottom: 5px;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on::before,
  .header #open_menu.open_menu_on::after {
    background-color: #fff;
  }
  .header #open_menu.open_menu_on:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
  }
  .header #open_menu.open_menu_on:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto;
    top: 15px;
  }
}
.navTop {
  background-image: -moz-linear-gradient(-90deg, #e46c62, #b33236 100%, transparent);
  background-image: -webkit-linear-gradient(-90deg, #e46c62, #b33236 100%, transparent);
  background-image: -ms-linear-gradient(-90deg, #e46c62, #b33236 100%, transparent);
  background-image: linear-gradient(-90deg, #e46c62, #b33236 100%, transparent);
}
.navTop li {
  position: relative;
  float: left;
  width: 12.5%;
  font-size: 18px;
}
.navTop li > a {
  color: #fff;
  position: relative;
  display: block;
  line-height: 50px;
  text-align: center;font-family: "Microsoft YaHei Light";font-weight: bold;letter-spacing: 1px;
}
.navTop li > a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.navTop li.aon a {
  background-color: rgba(255, 255, 255, 0.12);
}
.navTop li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  right: auto;
  bottom: auto;
  width: 150px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  display: none;
}
.navTop li .sub a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 28px;
}
.navTop li .sub a:hover {
  color: #e46c62;
  font-weight: bold;
}
@media (max-width: 768px) {
  .navTop {
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
  }
  .navTop.navTop_show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .navTop.navTop_show ul {
    padding-top: 70px;
    position: relative;
    height: 100%;
    width: 250px;
    float: right;
    background-color: #b33236;
  }
  .navTop.navTop_show ul li {
    width: 100%;
    float: none;
  }
  .navTop.navTop_show ul li > a {
    color: #fff;
  }
}
.layer {
  position: fixed;
  left: 0;
  top: 0;
  height: calc(100% - 30px);
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.5);
}
.sidebar{position: fixed; bottom: 20%; right: 40px; z-index: 102;}
.sidebar li{width: 50px; height: 50px; border-radius: 50%; margin-bottom: 10px; cursor: pointer; transition: all .3s; position: relative;}
.sidebar .search{background: url(../image/search_icon01.png)no-repeat center #e46c62;}
.sidebar .search-text{width: 200px; height: 50px; line-height: 50px; border: none; color: #fff; background-color: #e46c62; border-radius: 50px; position: absolute; top: 0; left: 0; transform: translateX(-150px); padding: 0 0px 0 15px; display: none;}
.sidebar #TopBtn{width: 50px; height: 50px; border-radius: 50%; background: url(../image/search_icon01.png)no-repeat center #e46c62; position: absolute; top: 0; right: 0; display: none;}
.sidebar .search-text::placeholder{color: #fff;}
.sidebar .search-text::-moz-placeholder{color: #fff;}
.sidebar .weixin{background: url(../image/weixin_icon.png)no-repeat center #e46c62;}
.sidebar .toTop{background: url(../image/top_icon.png)no-repeat center #fff; border: 1px solid #e5e5e5;}
.sidebar .qrcode{position: absolute; top: 50%; left: 0; transform: translate(-110%, -50%); min-width: 120px; background-color: #e46c62; padding: 10px; display: none;}
.sidebar .qrcode::before{content: ''; width: 0; border: 10px solid transparent; border-left: 10px solid #e46c62; position: absolute; right: 0; top: 50%; transform: translate(100%, -50%);}
@media(max-width: 1024px){
  .sidebar{right: 3%;}
}
@media(max-width: 640px){
  .sidebar .search-text{transform: translateX(-160px);}
  .sidebar #TopBtn,
  .sidebar li{width: 40px; height: 40px;}
  .sidebar .search-text{height: 40px; line-height: 40px;}
}

.Hbanner {
  position: relative;
}
.Hbanner li {
  position: relative;
}
.Hbanner li .pcBan {
  display: inline-block;
}
.Hbanner li .wapBan {
  display: none;
}
.Hbanner .slick-dots {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 100;
}
.Hbanner .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.Hbanner .slick-dots li button {
  display: none;
}
.Hbanner .slick-dots li.slick-active {
  background-color: #b33236;
  border-color: #b33236;
}
@media (max-width: 1024px) {
  .Hbanner li .pcBan {
    display: none;
  }
  .Hbanner li .wapBan {
    display: inline-block;
  }
}
.HiconList {
  padding: 40px 0;
}
.HiconList li {
  float: left;
  width: 20%;
  text-align: center;
  background-color: #ebe5e5;
  transition: all 0.5s;
}
.HiconList li:hover {
  background-color: #fff0ef;
}
.HiconList li:hover img {
  transform: rotateY(180deg);
}
.HiconList li a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  color: #333333;
}
.HiconList li:nth-child(2) {
  background-color: #ffcac7;
}
.HiconList li:nth-child(2):hover {
  background-color: #f48989;
}
.HiconList li:nth-child(3) {
  background-color: #ffffff;
}
.HiconList li:nth-child(3):hover {
  background-color: #e0dad9;
}
.HiconList li:nth-child(4) {
  background-color: #ffc6c9;
}
.HiconList li:nth-child(4):hover {
  background-color: #ffdfdd;
}
.HiconList li:nth-child(5) {
  background-color: #e0dad9;
}
.HiconList li:nth-child(5):hover {
  background-color: #fff;
}
.HiconList li:nth-child(6) {
  background-color: #f8a7a7;
}
.HiconList li:nth-child(6):hover {
  background-color: #fff;
}
.HiconList li:nth-child(7) {
  background-color: #fff0ef;
}
.HiconList li:nth-child(7):hover {
  background-color: #fff;
}
.HiconList li:nth-child(8) {
  background-color: #f48989;
}
.HiconList li:nth-child(8):hover {
  background-color: #ffdfdd;
}
.HiconList li:nth-child(9) {
  background-color: #f2eeee;
}
.HiconList li:nth-child(9):hover {
  background-color: #fff;
}
.HiconList li:nth-child(10) {
  background-color: #ffdfdd;
}
.HiconList li:nth-child(10):hover {
  background-color: #f8a7a7;
}
.HiconList figure {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  position: relative;
}
.HiconList figure::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: -moz-linear-gradient(180deg, #792b25, transparent, transparent);
  background-image: -webkit-linear-gradient(180deg, #792b25, transparent, transparent);
  background-image: -ms-linear-gradient(180deg, #792b25, transparent, transparent);
  background-image: linear-gradient(180deg, #792b25, transparent, transparent);
  opacity: 0.07;
  border-radius: 100%;
}
.HiconList figure img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .HiconList li a {
    font-size: 16px;
    padding: 15px 0;
  }
  .HiconList figure {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 640px) {
  .HiconList li a {
    font-size: 12px;
    padding: 15px 0;
  }
  .HiconList figure {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .HiconList figure img {
    max-width: 70%;
    max-height: 70%;
  }
}
.Htit {
  padding: 40px 0 30px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.Htit::after {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 48px;
  height: 4px;
  background-color: #e46c62;
}
.Htit .cn {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.Htit .en {
  position: absolute;
  left: 110%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #e46c62;
  font-family: 'Gotham-M';
}
.Htit.noBorder {
  border-bottom: none;
}
.Htit.noBorder::after {
  display: none;
}
@media (max-width: 768px) {
  .Htit {
    padding: 30px 0 20px;
  }
  .Htit .cn {
    font-size: 20px;
  }
}
.p30 {
  padding-top: 30px;
}
.p22 {
  padding-top: 22px;
}
.Hmore {
  padding-right: 25px;
  background: url(../image/more.png) no-repeat right center;
  font-size: 14px;
  color: #bbbbbb;
}
.Hbox .Hmore {
  position: absolute;
  left: auto;
  top: 54%;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Hbox .fl {
  width: 56.25%;
}
.Hbox .fr {
  width: 40%;
}
@media (max-width: 768px) {
  .Hbox .fl,
  .Hbox .fr {
    width: 100%;
  }
  .Hbox .fl {
    margin-bottom: 3%;
  }
}
.more_line {
  position: relative;
  padding-left: 13px;
  line-height: 38px;
}
.more_line::before {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #b23236;
}
.Hnews {
  background-color: #fbf5f5;
  padding-bottom: 60px;
}
.Hnews dl {
  overflow: hidden;
}
.Hnews dl dt {
  width: 48.89%;
  float: left;
  overflow: hidden;
}
.Hnews dl dd {
  width: 49%;
  float: right;
  margin-top: -8px;
}
.Hnews dl dd a {
  padding-left: 27px;
  position: relative;
  transition: all 0.5s;
  color: #666666;
  line-height: 38px;
  display: block;
}
.Hnews dl dd a::before,
.Hnews dl dd a::after {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Hnews dl dd a::before {
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #b23236;
  left: 15px;
}
.Hnews dl dd a::after {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #fff;
  left: -10px;
  opacity: 0;
  transition: all 0.5s;
}
.Hnews dl dd .slick-current a,
.Hnews dl dd a:hover {
  background-color: #ffffff;
  color: #e46c62;
}
.Hnews dl dd a:hover::after {
  opacity: 1;
}
@media (max-width: 640px) {
  .Hnews dl dt,
  .Hnews dl dd {
    width: 100%;
    float: none;
  }
  .Hnews dl dt {
    margin-bottom: 5%;
  }
}
.Hnews .piclist {
  position: relative;
}
.Hnews .piclist figure {
  padding-top: 73.868%;
  transition: all 0.5s;
}
.Hnews .piclist a:hover figure {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.Hnews .piclist .slick-dots {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 110;
}
.Hnews .piclist .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.Hnews .piclist .slick-dots li button {
  display: none;
}
.Hnews .piclist .slick-dots li.slick-active {
  background-color: #fff;
}
.titlist a {
  color: #666666;
}
.titlist a:hover,
.titlist a:hover time {
  color: #e46c62;
}
.titlist time {
  float: right;
  color: #aaaaaa;
  font-size: 14px;
  margin-left: 2%;
}
.titlist .black {
  position: relative;
  padding-left: 13px;
  line-height: 60px;
  border-bottom: 1px solid #ececec;
}
.titlist .black::before {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000000;
}
.titlist .black time {
  color: #999999;
  font-size: 16px;
}
.titlist .black:hover::before {
  background-color: #e46c62;
}
@media (max-width: 640px) {
  .titlist .black time {
    font-size: 14px;
  }
}
.otherIcon li {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 4%;
}
.otherIcon li:nth-child(2n) {
  margin-right: 0;
}
.otherIcon a {
  padding: 7.127% 14%;
  color: #555555;
  font-size: 18px;
}
.otherIcon .icon {
  width: 45px;
  height: 45px;
  text-align: center;
}
.otherIcon .icon img {
  max-height: 100%;
}
.otherIcon .tit {
  padding-left: 15%;
}
@media (max-width: 640px) {
  .otherIcon a {
    font-size: 16px;
  }
  .otherIcon .icon {
    width: 40px;
    height: 40px;
  }
  .otherIcon .tit {
    padding-left: 10%;
  }
}
.Hother {
  padding-bottom: 20px;
}
.Hother .more_line {
  line-height: 40px;
}
.footer {
  background-color: #fbf5f5;
  padding-top: 35px;
  position: relative;
  overflow: hidden;
  z-index: 101;
}
.footer::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #b53a3e;
  z-index: 1;
}
.footer > .w1280 {
  position: relative;
  z-index: 10;
}
.footer > .w1280::before {
  position: absolute;
  content: '';
  left: auto;
  right: -100px;
  top: auto;
  bottom: 0;
  width: 620px;
  height: 448px;
  background: url(../image/foot_bg.png) no-repeat center;
  z-index: 2;
}
.footer > .w1280 * {
  position: relative;
  z-index: 10;
}
.footer .flink {
  position: relative;
  z-index: 15;
}
.footer .flink dl {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.footer .flink dl:last-child {
  margin-right: 0;
}
.footer .flink dl dt {
  font-size: 18px;
  color: #666666;
  margin-bottom: 15px;
}
.footer .flink dl dd {
  position: relative;
  background: url(../image/select.gif) no-repeat 95% center #fff;
  line-height: 50px;
  padding: 0 20px;
}
.footer .flink dl ul {
  position: absolute;
  left: 0;
  top: 100%;
  right: auto;
  bottom: auto;
  display: none;
  background-color: #fff;
  z-index: 100;
  padding: 10px 20px;
  line-height: 34px;
  width: 100%;
  font-size: 14px;
  max-height: 250px;
  overflow-y: scroll;
}
.footer .flink dl ul a {
  color: #666;
}
.footer .bottom {
  margin-top: 40px;
  padding-top: 55px;
  border-top: 1px solid #dddddd;
}
.footer .bottom .w1280 {
  position: relative;
  z-index: 10;
}
.footer .bottom .item {
  float: left;
  width: 38%;
}
.footer .bottom .item dt {
  color: #333333;
}
.footer .bottom .item dt::after {
  content: '';
  display: block;
  width: 63px;
  height: 2px;
  background-color: #b23236;
  margin: 8px 0 35px;
}
.footer .bottom .item dd {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}
.footer .bottom .ewm {
  float: right;
  width: 250px;
  font-size: 14px;
  color: #666666;
  margin-right: 0;
}
.footer .bottom .ewm figure {
  float: left;
  width: 44%;
  margin-right: 12%;
  text-align: center;
}
.footer .bottom .ewm figure:last-child {
  margin-right: 0;
}
.footer .bottom .ewm figure p {
  margin-top: 5px;
}
.footer .bottom .tel {
  margin-top: 50px;
}
.footer .bottom .tel .name {
  width: 110px;
  vertical-align: top;
  padding-top: 5px;
}
.footer .bottom .tel pre {
  font-family: 'Poppins-sb';
  font-style: oblique;
  vertical-align: top;
  font-size: 22px;
  color: #333333;
}
.footer .Copyright {
  padding: 25px 0 24px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
.footer .Copyright a {
  color: #fff;
}
.footer .Copyright .share {
  float: right;
}
.footer .Copyright .share a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-left: 15px;
  height: 30px;
  background: url(../image/foot_wx.png) no-repeat center;
}
.footer .Copyright .share .sina {
  background-image: url(../image/foot_sina.png);
}
.footer .Copyright .share .qq {
  background-image: url(../image/foot_qq.png);
}
.footer .Copyright .share figure {
  position: absolute;
  left: 50%;
  top: auot;
  right: auto;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.5s;
  width: 100px;
  background-color: #fff;
  display: none;
}
@media (max-width: 1024px) {
  .footer .bottom .item {
    width: 30%;
    margin-right: 3%;
  }
}
@media (max-width: 768px) {
  .footer::after {
    height: 130px;
  }
  .footer .flink dl dt {
    font-size: 16px;
  }
  .footer .bottom .item {
    width: 47%;
  }
  .footer .bottom .ewm {
    margin: 3% auto 0;
    float: none;
  }
  .footer .Copyright {
    text-align: center;
  }
  .footer .Copyright .share {
    float: none;
  }
}
@media (max-width: 640px) {
  .footer .flink dl {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer .flink dl dt {
    font-size: 16px;
  }
  .footer .bottom {
    display: none;
  }
  .footer .Copyright {
    font-size: 12px;
    line-height: 22px;
  }
}
.mainContent {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .mainContent {
    padding: 40px 0;
  }
}
.flmenu {
  width: 18%;
}
.flmenu .Htit {
  padding: 24.5px;
  background-color: #b23236;
}
.flmenu .Htit .cn {
  color: #fff;
}
.flmenu .Htit .en {
  color: #e46c62;
}
.flmenu .Menu .li_A {
  border-bottom: 1px solid #ececec;
}
.flmenu .Menu .li_A ul {
  display: none;
}
.flmenu .Menu .li_A ul a{line-height: 50px;}
.flmenu .Menu .li_A ul a span{padding:0 15px;font-size: 16px;}
.flmenu .Menu a {
  display: block;
  width: 100%;
  padding: 0 24.5px;
  line-height: 60px;
  font-size: 18px;
  transition: all 0.5s;
}
.flmenu .Menu a span {
  padding-right: 15px;
  transition: all 0.5s;
  background-position: right center;
  background-repeat: no-repeat;
}
.flmenu .Menu a:hover {
  background-color: #ececec;
  color: #b23236;
}
.flmenu .Menu a:hover span {
  background-image: url(../image/more2.png);
}
.flmenu .Menu .on a {
  background-color: #ececec;
  color: #b23236;
}
.flmenu .Menu .on a span {
  background-image: url(../image/more2.png);
}
.flmenu .Menu .select > a {
  color: #b23236;
}
.flmenu.fixed .nav-fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  width: auto;
  transition: all 0.5s;
}
.mainContent.re{ position: relative;}
.flmenu.fixed_foot .nav-fixed{ top: auto; bottom: 0; position: absolute;}
@media (max-width: 1024px) {
  .flmenu {
    width: 100%;
    float: none;
    height: auto!important;
  }
  .flmenu.fixed .nav-fixed {
    position: relative;
  }
  .flmenu .Htit {
    display: none;
  }
  .flmenu .Menu a {
    line-height: 40px;
    font-size: 16px;
  }
}
.frCon {
  width: 77.344%;
}
@media (max-width: 1024px) {
  .frCon {
    width: 100%;
    float: none;
    padding-top: 6%;
  }
  .frCon .location {
    display: none;
  }
}
.location {
  border-bottom: 1px solid #ececec;
  line-height: 80px;
  position: relative;
  margin-bottom: 30px;
}
.location em {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 25px;
  background: url(../image/home.png) no-repeat left center;
  line-height: 24px;
  font-style: normal;
  color: #999999;
  font-size: 14px;
}
.location em a {
  color: #666666;
}
.location em i {
  display: inline-block;
  font-family: '宋体';
  color: #666666;
  font-style: normal;
  margin: 0 10px;
}
.location .current {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.location .current::after {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: auto;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #b23236;
}
@media (max-width: 1024px) {
  .location {
    line-height: 48px;
  }
  .location .current {
    display: none;
  }
  .location em {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.ExpertList {
  padding: 30px 0 10px;
  line-height: 39px;
}
.ExpertList dl {
  margin-bottom: 5%;
}
.ExpertList dl:last-child {
  margin-bottom: 0;
}
.ExpertList dt {
  text-align: center;
  width: 19%;
  background-color: #b23236;
  color: #fff;
  margin-bottom: 30px;
}
.ExpertList dd a {
  float: left;
  width: 19%;
  margin-right: 1.2%;
  border: 1px solid #ececec;
  padding-left: 35px;
  position: relative;
  margin-bottom: 1.2%;
}


.ExpertList dd a::before {
  content: '>';
  font-family: '宋体';
  position: absolute;
  left: 10px;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #aaaaaa;
  font-weight: bold;
}
.ExpertList dd a:hover {
  border-color: #b23236;
  color: #b23236;
}
.ExpertList dd a:hover::before {
  color: #b23236;
}
@media (min-width: 641px) {
  .ExpertList dd a:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
	.ExpertList dd a{ width: 49%;}
    .ExpertList dd a:nth-child(2n) {margin-right: 0;}
}
.nyTit {
  font-size: 20px;
  color: #b23236;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .nyTit {
    font-size: 18px;
  }
}
.ExpertInfo .box {
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.ExpertInfo .article {
  line-height: 30px;
}
.ExpertInfo .box2 .list ul {
  width: 50%;
  float: left;
}
.ExpertInfo .box2 .list li {
  margin-bottom: 5px;
}
.ExpertInfo .box2 .list .ytable_cell {
  vertical-align: top;
}
.ExpertInfo .box2 .list .name {
  width: 100px;
  text-align: right;
  color: #999999;
}
.ExpertInfo .box3 {
  border-bottom: none;
  padding-bottom: 0;
}
.ExpertInfo .box3 li {
  margin-bottom: 40px;
}
.ExpertInfo .box3 .tit {
  border-bottom: 1px dashed #7d7d7d;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.Doctorintro .ytable_cell {
  vertical-align: top;
}
.Doctorintro .pic {
  width: 150px;
}
.Doctorintro .pic img {
  width: 100%;
}
.Doctorintro .txt {
  padding-left: 4%;
}
.Doctorintro .tit {
  color: #333;
}
.Doctorintro .tit p {
  margin-bottom: 5px;
}
.Doctorintro .tit p span {
  /* width: 40%; */
  display: inline-block;
  vertical-align: top;
}
.Doctorintro .info {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.BtnMore {
  width: 132px;
  line-height: 45px;
  border: 1px solid #dddddd;
  text-align: center;
  color: #999999;
  display: block;
  margin: 6% auto 0;
  transition: all 0.5s;
}
.BtnMore i {
  display: inline-block;
  width: 18px;
  height: 12px;
  position: relative;
  margin-left: 5px;
}
.BtnMore i::before,
.BtnMore i::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #999999;
  top: 50%;
}
.BtnMore i::before {
  left: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.BtnMore i::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.BtnMore:hover {
  color: #fff;
  background-color: #b23236;
  border-color: #b23236;
}
.BtnMore:hover i::before,
.BtnMore:hover i::after {
  background-color: #fff;
}
.Doctor_screen {
  position: relative;
  padding-left: 290px;
}
.Doctor_screen .p{position:absolute;left: 0;top: 100%;margin-top: 20px;}
.Doctor_screen .down {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 280px;
  line-height: 50px;
}
.Doctor_screen .down .tit {
  background-color: #b23236;
  color: #fff;
  padding: 0 40px 0 27px;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
}
.Doctor_screen .down .tit::after {
  position: absolute;
  content: '';
  left: auto;
  right: 30px;
  top: 50%;
  bottom: auto;
  width: 0;
  height: 0;
  margin-top: 3px;
  border: 6px solid transparent;
  border-top-color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Doctor_screen .down .ul {
  position: absolute;
  left: 0;
  top: 100%;
  right: auto;
  bottom: auto;
  width: 100%;
  display: none;
  z-index: 101;
  background: #fff;
  padding: 0 20px;
}
.Doctor_screen .search {
  position: relative;
  padding-right: 100px;
  line-height: 50px;
}
.Doctor_screen .search .btn {
  padding: 0;
  width: 100px;
  position: absolute;
  content: '';
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  text-align: center;
  color: #fff;
  background-color: #b23236;
}
.Doctor_screen .search .btn::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../image/search_icon.png);
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.Doctor_screen .search .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ececec;
  padding: 0 3%;
}
.Doctor_list{background: #fff;z-index: 99;position: relative;}
.Doctor_list .list{ padding: 3% 0;line-height: 30px;}
.Doctor_list .sub{ padding: 3% 2%; }
.Doctor_list .sub:nth-child(odd){ background: #fbfbfb; border-top: solid 1px #ececec; border-bottom: solid 1px #ececec}
.Doctor_list ul{ padding-left: 145px; min-height:50px}
.Doctor_list li { float: left; width: 25%; padding: 10px 15px; }
.Doctor_list h2,
.Doctor_list h3,
.Doctor_list h4{ padding: 0; margin: 0; font-weight: normal}
.Doctor_list h2{ font-size: 18px; background: #ffefef; width: 180px; line-height: 40px; text-align: center;}
.Doctor_list h3{ font-size: 16px; padding-top: 10px; position: absolute}
.Doctor_list h3:before{ content: ''; display: inline-block; margin-right: 10px; width: 10px; height: 10px; border-left: solid 1px #333;border-top: solid 1px #333; transform: rotate(135deg)}
.Doctor_list h4{ font-size: 16px;}
.Doctor_list p{ color: #999}
.Doctor_list li:hover{ box-shadow: 0 0 0 1px #b13336; }
.Doctor_list li:hover h4{ color: #b13336;}
@media(max-width:640px){
.Doctor_list .list{line-height:20px;}
.Doctor_list h2{ font-size: 16px;}
.Doctor_list h3{ font-size: 15px; position: relative; padding-bottom: 10px;}
.Doctor_list h4{ font-size: 15px;}
.Doctor_list ul{ padding-left: 0; min-height: inherit}
.Doctor_list li{ width: auto}
}


.DoctorBox .nyTit {
  font-size: 24px;
  margin-bottom: 20px;
}
.DoctorBox .Doctorintro .pic {
  width: 175px;
}
.DoctorBox .Doctorintro p {
  margin-bottom: 15px;
}
.DoctorBox .article {
  line-height: 30px;
  color: #333333;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #ececec;
}
.VisitInfor {
  padding-bottom: 5%;
}
.VisitInfor .tit {
  font-size: 18px;
  color: #333333;
}
.VisitInfor .table table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 14px;
}
.VisitInfor .table table td {
  border: 1px solid #ececec;
  padding: 3px;
}
.VisitInfor .table .firstRow {
  background-color: #fff9f9;
}
.VisitInfor .table .firstRow td {
  color: #c5acac;
}
.VisitInfor .table .firstRow td:first-child {
  color: #333333;
}
.VisitInfor .table .time {
  color: #999999;
}
.VisitInfor .table .list {
  font-size: 16px;
  color: #333;
}
.VisitInfor .table .list td {
  padding: 10px;
}
.VisitInfor .table .time td:nth-child(2n) {
  background-color: #f7f7f7;
}
.VisitInfor .table .list td {
  background-color: #f7f7f7;
}
.VisitInfor .table .list td.name,
.VisitInfor .table .list td:nth-child(2n) {
  background-color: #fff;
}
.VisitInfor p {
  color: #b23236;
  margin: 15px 0;
}
.IsTopList dt {
  margin-bottom: 20px;
}
.IsTopList dt .pic {
  width: 230px;
}
.IsTopList dt figure {
  padding-top: 65.22%;
}
.IsTopList dt .txt {
  padding-left: 5%;
}
.IsTopList dt time {
  color: #888888;
}
.IsTopList dt .tit {
  font-size: 20px;
  margin: 2% 0;
}
.IsTopList dt .Intro {
  line-height: 30px;
  color: #888888;
}
.IsTopList dd {
  border-bottom: 1px solid #ececec;
}
.IsTopList dd a {
  line-height: 38px;
  padding-left: 25px;
  position: relative;
}
.IsTopList dd a::before {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #b23236;
  border-radius: 100%;
}
.IsTopList dd a time {
  float: right;
  margin-left: 10px;
  color: #999999;
}
@media (max-width: 768px) {
  .IsTopList dt .tit {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .IsTopList dt .ytable_cell {
    display: block;
  }
  .IsTopList dt .pic {
    width: 100%;
    margin-bottom: 10px;
  }
  .IsTopList dt .txt {
    padding-left: 0;
  }
  .IsTopList dt .tit {
    font-size: 16px;
  }
  .IsTopList dd a {
    padding-left: 15px;
  }
  .IsTopList dd a time {
    font-size: 12px;
  }
  .DoctorBox .Doctorintro .pic{ width: 130px;}
  .VisitInfor .table .list td{ padding: 0; font-size: 14px;}
}
.hotNews .tit {
  text-align: center;
  background-color: #b23236;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
  font-size: 16px;
  margin: 40px 0 20px;
  position: relative;
}
.hotNews .tit::after {
  position: absolute;
  content: '';
  left: 50%;
  right: auto;
  top: 100%;
  bottom: auto;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #b23236;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hotNews li {
  margin-bottom: 15px;
}
.hotNews li:nth-child(-n+3) .num {
  background-color: #b23236;
}
.hotNews li a {
  font-size: 14px;
}
.hotNews li .num {
  float: left;
  font-size: 10px;
  padding: 1px 2px;
  background-color: #b4b4b4;
  margin-right: 10px;
  color: #fff;
}
@media (max-width: 1024px) {
  .hotNews {
    display: none;
  }
}
.qr_code {
  display: table;
  table-layout: fixed;
  width: 265px;
  margin: 3% auto;
}
.qr_code #code {
  width: 140px;
  display: table-cell;
  vertical-align: middle;
}
.qr_code #code canvas {
  max-width: 100%;
  max-height: 100%;
}
.qr_code span {
  display: table-cell;
  padding-left: 20px;
  color: #b23236;
  vertical-align: middle;
}
.newsInfo .newsTit {
  margin: 60px 0 30px;
  text-align: center;
}
.newsInfo .newsTit .tit {
  font-size: 22px;
  color: #333333;
}
.newsInfo .newsTit p {
  padding: 20px 0 15px;
  border-bottom: 1px solid #ececec;
  color: #999999;
}
.newsInfo .article {
  line-height: 30px;
  margin-bottom: 5%;
    font-family: "Microsoft YaHei","Arial" !important;
}
.newsInfo .article p,.newsInfo .article p span {font-family: "Microsoft YaHei","Arial" !important;}
.newsInfo .article h1 {margin-top:20px}
.newsInfo .article img {
  height: auto!important;
}
.newsInfo .tit_f18 {
  font-size: 18px;
  color: #333333;
  margin: 10px 0;
}
.newsInfo .down {
  padding-top: 20px;
  border-top: 1px solid #ececec;
}
.newsInfo .down a {
  color: #b23236;
  padding-left: 28px;
  background: url(../image/down_icon2.png) no-repeat left center;
  font-size: 18px;
}
.Hospitalnews li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.Hospitalnews .pic,
.Hospitalnews .txt {
  vertical-align: top;
}
.Hospitalnews .pic {
  width: 230px;
  overflow: hidden;
}
.Hospitalnews .pic figure {
  padding-top: 65.22%;
  transition: all 0.5s;
}
.Hospitalnews .txt {
  padding-left: 5%;
}
.Hospitalnews .info {
  position: relative;
  padding-right: 126px;
}
.Hospitalnews time {
  color: #999999;
  font-size: 12px;
  position: absolute;
  left: auto;
  top: 50%;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-family: arial;
}
.Hospitalnews time span {
  font-size: 38px;
  font-weight: bold;
  display: block;
}
.Hospitalnews .tit {
  font-size: 20px;
  margin: 2% 0 3%;
}
.Hospitalnews .Intro {
  line-height: 30px;
  color: #888888;
}
.Hospitalnews a:hover figure {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.Hospitalnews a:hover time {
  color: #e46c62;
}
@media (max-width: 768px) {
  .Hospitalnews .pic {
    width: 180px;
  }
  .Hospitalnews .info {
    padding-right: 80px;
  }
}
@media (max-width: 640px) {
  .Hospitalnews .ytable_cell {
    display: block;
  }
  .Hospitalnews .pic {
    width: 100%;
    margin-bottom: 10px;
  }
  .Hospitalnews .txt {
    padding-left: 0;
  }
  .Hospitalnews .info {
    padding-right: 60px;
  }
  .Hospitalnews time span {
    font-size: 30px;
  }
  .Hospitalnews .tit {
    font-size: 16px;
  }
  .Hospitalnews .Intro {
    line-height: 26px;
  }
}
.HospitalnewsInfo .location {
  border-bottom: none;
  line-height: 55px;
  margin-bottom: 10px;
}
.HospitalnewsInfo .location em {
  position: static;
}
.HospitalnewsInfo .fl {
  width: 71.876%;
  padding-bottom: 6%;
}
.HospitalnewsInfo .newsTit {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.HospitalnewsInfo .newsTit h2 {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
}
.HospitalnewsInfo .newsTit time {
  display: block;
  font-size: 14px;
  color: #999999;
  margin: 3% 0;
}
.HospitalnewsInfo .article {
  line-height: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.HospitalnewsInfo .article img {
  height: auto!important;
}
.HospitalnewsInfo .pn_page {
  padding-right: 160px;
  position: relative;
}
.HospitalnewsInfo .pn_page .back {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 140px;
  text-align: center;
  color: #b23236;
  border: 1px solid #b23236;
  line-height: 50px;
  transition: all 0.5s;
}
.HospitalnewsInfo .pn_page .back:hover {
  color: #fff;
  background-color: #b23236;
}
.HospitalnewsInfo .pn_page span {
  margin: 12px 0;
  color: #333333;
}
.HospitalnewsInfo .pn_page span a {
  color: #666666;
}
.HospitalnewsInfo .pn_page span a:hover {
  color: #e46c62;
}
.HospitalnewsInfo .fr {
  width: 23.438%;
}
.HospitalnewsInfo .fr .title {
  font-size: 20px;
  color: #e46c62;
  margin-bottom: 25px;
}
.HospitalnewsInfo .fr li {
  margin-bottom: 30px;
}
.HospitalnewsInfo .fr .pic {
  width: 120px;
  overflow: hidden;
}
.HospitalnewsInfo .fr .pic figure {
  padding-top: 66.67%;
  transition: all 0.5s;
}
.HospitalnewsInfo .fr .txt {
  padding-left: 6%;
  vertical-align: top;
}
.HospitalnewsInfo .fr .tit {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  margin-bottom: 7px;
}
.HospitalnewsInfo .fr time {
  color: #aaaaaa;
  font-size: 14px;
}
.HospitalnewsInfo .fr a:hover figure {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .HospitalnewsInfo .fl,
  .HospitalnewsInfo .fr {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .HospitalnewsInfo .newsTit h2 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .HospitalnewsInfo .pn_page {
    padding-right: 0;
  }
  .HospitalnewsInfo .pn_page .back {
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    width: 100px;
    text-align: center;
    color: #b23236;
    border: 1px solid #b23236;
    line-height: 40px;
    transition: all 0.5s;
    margin: 0 auto;
  }
  .HospitalnewsInfo .fr .tit {
    font-size: 16px;
  }
}
.newsList2 dl {
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.newsList2 dt,
.newsList2 dd {
  padding: 0 30px;
}
.newsList2 dt {
  line-height: 50px;
  position: relative;
  padding-right: 45px;
  cursor: pointer;
}
.newsList2 dt::after {
  position: absolute;
  content: '';
  left: auto;
  right: 30px;
  top: 55%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #4a4a4a;
}
.newsList2 dt:hover,
.newsList2 .select {
  background-color: #b23236;
  color: #fff;
}
.newsList2 dt:hover::after,
.newsList2 .select::after {
  border-bottom-color: #fff;
  border-top-color: transparent;
  top: 45%;
}
.newsList2 dd {
  display: none;
}
.newsList2 li a {
  line-height: 58px;
  position: relative;
  border-bottom: 1px solid #ececec;
}
.newsList2 li a time {
  float: right;
  margin-left: 10px;
  color: #999999;
}
.newsList2 li:last-child a {
  border-bottom: none;
}
@media (max-width: 640px) {
  .newsList2 dt,
  .newsList2 dd {
    padding: 0 15px;
  }
  .newsList2 li time {
    font-size: 12px;
  }
}
.downList li a {
  line-height: 58px;
  position: relative;
  border-bottom: 1px solid #ececec;
}
.downList li a .icon {
  float: right;
  margin-left: 10px;
  padding-left: 22px;
  background: url(../image/down_icon.jpg) no-repeat left center;
  color: #b23236;
}
.downList li a time {
  float: left;
  margin-right: 6%;
  color: #999999;
}
.downList li a:hover time {
  color: #e46c62;
}
@media (max-width: 640px) {
  .downList li a time {
    margin-right: 10px;
    font-size: 12px;
  }
}
.newsList_tit li {
  border-bottom: 1px solid #ececec;
  padding: 25px 0;
}
.newsList_tit li a {
  position: relative;
  display: block;
  padding-right: 60px;
}
.newsList_tit li a:hover .icon {
  background-color: #b23236;
  color: #fff;
}
.newsList_tit li .icon {
  width: 26px;
  line-height: 26px;
  background-color: #fbf5f5;
  color: #b23236;
  text-align: center;
  font-family: 'SimSun';
  position: absolute;
  left: auto;
  top: 50%;
  right: 20px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  font-style: normal;
  transition: all 0.5s;
}
.newsList_tit li .tit {
  margin-bottom: 5px;
}
.newsList_tit li time {
  color: #999999;
}
.BiddingList li {
  margin-bottom: 20px;
}
.BiddingList a {
  padding: 27px 0;
  border: 1px solid #ececec;
  position: relative;
  transition: all 0.5s;
}
.BiddingList .ytable_cell {
  vertical-align: top;
}
.BiddingList .txt {
  padding-right: 90px;
}
.BiddingList time {
  width: 145px;
  text-align: center;
  font-weight: bold;
  color: #b23236;
}
.BiddingList .Intro {
  color: #aaaaaa;
  margin-top: 10px;
}
.BiddingList .icon {
  font-family: 'SimSun';
  position: absolute;
  left: auto;
  top: 50%;
  right: 45px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  transition: all 0.5s;
  color: #b23236;
  font-weight: bold;
  opacity: 0;
}
.BiddingList a:hover {
  border-color: #b23236;
  color: #b23236;
}
.BiddingList a:hover .icon {
  opacity: 1;
}
@media (max-width: 640px) {
  .BiddingList a {
    padding: 10px;
  }
  .BiddingList .ytable_cell {
    display: block;
  }
  .BiddingList time {
    text-align: left;
    margin-bottom: 5px;
  }
  .BiddingList .txt {
    padding-right: 60px;
  }
}
.MedicalSpecialty {
  line-height: 30px;
}
.MedicalSpecialty .box .Tit {
  font-size: 30px;
  color: #333333;
  margin: 10px 0 20px;
}
@media(min-width:1024px){
.MedicalSpecialty .box .fl{float:left;}
.MedicalSpecialty .box .fr{float:right;}    
}

.MedicalSpecialty .featurescon{}
.MedicalSpecialty .featurescon p{margin:12px 0;}
.MedicalSpecialty .featurescon .img0{width:30%;float:left;margin-right:5%;}
.MedicalSpecialty .featurescon .img1{width:30%;float:right;margin-left:5%;}
.MedicalSpecialty .featurescon .img2{width:90%;margin:10px auto;}
.MedicalSpecialty .featurescon .img2 dl dd{text-align: center;width:49%;display: inline-block;}
.MedicalSpecialty .featurescon .img2 dl dd img{border: 10px solid #fff;box-shadow: 0 0 25px rgba(0,0,0,0.1);}
.MedicalSpecialty .featurescon .img3{width:100%;margin:10px auto;text-align: center;}
.MedicalSpecialty .featurescon .img4{width:100%;margin:10px auto;text-align: center;}
.MedicalSpecialty .featurescon .img4 img{border: 10px solid #fff;box-shadow: 0 0 25px rgba(0,0,0,0.1);}
.MedicalSpecialty .featurescon2{}
.MedicalSpecialty .featurescon2 .item{margin-bottom:2%;}
.MedicalSpecialty .featurescon2 .item2 .pic{margin-left:3%;}
.MedicalSpecialty .featurescon2 .item5 .pic{margin-right:3%;}
.MedicalSpecialty .featurescon2 .tit{font-size:22px;color:#b23236;font-weight: bold;padding:15px 0 5px;}
.MedicalSpecialty .featurescon2 p{margin:12px 0;}
.MedicalSpecialty .featurescon2 .fr{width:48.5%;}
.MedicalSpecialty .featurescon2 .fl{width:48.5%;}
.MedicalSpecialty .box2 {
  padding: 30px 0;
  margin-top: 40px;
  border-top: 4px solid #eeeeee;
}
.MedicalSpecialty .box2 .item {
  width: 50%;
  float: left;
  padding-right: 5%;
}
.MedicalSpecialty .box4 {
  padding: 5% 0;
}
.MedicalSpecialty .table td {
  padding: 10px 10px;
}
.MedicalSpecialty .table > table {
  table-layout: fixed;
  width: 100%;
}
.MedicalSpecialty .table > table .top {
  background-color: #ececec;
  color: #333;
}
.MedicalSpecialty .table > table .top td {
  text-align: center!important;
  border: 1px solid #fff;
}
.MedicalSpecialty .table > table > tbody > tr > td {
  width: 18%;
  text-align: center;
  border: 1px solid #eeeeee;
}
.MedicalSpecialty .table > table > tbody > tr > td:nth-child(2) {
  width: 46%;
  text-align: left;
  padding: 0;
}
.MedicalSpecialty .table table table td {
  border-bottom: 1px solid #eeeeee;
}
.MedicalSpecialty .table table table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .MedicalSpecialty .box .Tit {
    font-size: 24px;
    margin: 20px 0;
  }
  .MedicalSpecialty .featurescon .img0{width:100%;float:none;margin-left:0;text-align: center;}
  .MedicalSpecialty .featurescon .img1{width:100%;float:none;margin-left:0;text-align: center;}
  .MedicalSpecialty .featurescon .img2{width:100%;}
  .MedicalSpecialty .featurescon2 .fr{width:100%;margin-bottom:2%;}
  .MedicalSpecialty .featurescon2 .fl{width:100%;margin-bottom:2%;}
  .MedicalSpecialty .box2 .item {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .MedicalSpecialty .table {
    overflow: auto;
  }
  .MedicalSpecialty .table > table {
    width: 768px;
    table-layout: fixed;
  }
}
.table_20211104 .table {
  width: 100%;
  color: #333;
}
.table_20211104 .table td {
  border: 1px solid #e0e0e0;
  padding: 10px 0;
  text-align: center;
}
.table_20211104 .table .top {
  background-color: #f9f5f5;
}
.Organization .flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around;
}
.Organization .item {
  position: relative;
  margin-bottom: 50px;
}
.Organization .item::before {
  position: absolute;
  content: '';
  left: 50%;
  right: auto;
  top: auto;
  bottom: 100%;
  width: 1px;
  height: 20px;
  background-color: #ececec;
}
.Organization .item_1,
.Organization .item_3 {
  width: 180px;
  line-height: 46px;
  font-size: 18px;
  color: #333333;
  background-color: #fff0ef;
  text-align: center;
}
.Organization .item_1 {
  background-color: #b23236;
  color: #fff;
}
.Organization .item_1::before {
  bottom: auto;
  top: 100%;
  height: 30px;
}
.Organization .ul_1::before {
  display: none;
}
.Organization .item_3::after {
  position: absolute;
  content: '';
  left: 50%;
  right: auto;
  top: 100%;
  bottom: auto;
  width: 1px;
  height: 30px;
  background-color: #ececec;
  opacity: 0;
}
.Organization .item_3.aon {
  background-color: #b23236;
  color: #fff;
}
.Organization .item_3.aon::after {
  opacity: 1;
}
.Organization .list {
  position: relative;
  margin: 0 auto;
  justify-content: space-between;
}
.Organization .list .line {
  position: absolute;
  left: 50%;
  top: -20px;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: #ececec;
  width: calc(100% - 180px);
}
.Organization .Category_2 {
  position: relative;
  padding-bottom: 400px;
}
.Organization .Category_2 .line {
  width: calc(100% - 46px);
}
.Organization .Category_2 .item::after {
  position: absolute;
  content: '';
  left: 50%;
  right: auto;
  top: 100%;
  bottom: auto;
  width: 1px;
  height: 30px;
  background-color: #ececec;
  opacity: 0;
}
.Organization .Category_2 .item.aon {
  border-color: #b23236;
  color: #b23236;
}
.Organization .Category_2 .item.aon::before {
  background-color: #b23236;
}
.Organization .Category_2 .item.aon::after {
  opacity: 1;
  background-color: #b23236;
}
.Organization .Category_2 .item.aon .Category_3_list::before,
.Organization .Category_2 .item.aon .Category_3_list .line,
.Organization .Category_2 .item.aon .Category_3_list .line::before {
  background-color: #b23236;
}
.Organization .Category_2 .item.aon .Category_3_list .item {
  border-color: #b23236;
}
.Organization .Category_2 .item.aon .Category_3_list .item::after,
.Organization .Category_2 .item.aon .Category_3_list .item::before {
  background-color: #b23236;
}
.Organization .noLine::after {
  display: none;
}
.Organization .tabList {
  display: none;
}
.Organization .tabList .item {
  width: 46px;
  text-align: center;
  height: 180px;
  border: 1px solid #ececec;
  padding: 10px 0;
  position: relative;
}
.Organization .tabList .item span {
  display: inline-block;
  writing-mode: tb;
  vertical-align: top;
}
.Organization .Category_2_item:nth-child(-n+4)::after {
  height: 15px;
}
.Organization .Category_2_item:nth-child(-n+4) .Category_3_list {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.Organization .Category_2_item:nth-child(-n+4) .Category_3_list::before {
  position: absolute;
  content: '';
  left: 23px;
  right: auto;
  top: -35px;
  bottom: auto;
  height: 1px;
  background-color: #ececec;
  width: calc(50% - 23px);
}
.Organization .Category_2_item:nth-last-of-type(3)::after,
.Organization .Category_2_item:nth-last-of-type(2)::after,
.Organization .Category_2_item:last-child::after {
  height: 15px;
}
.Organization .Category_2_item:nth-last-of-type(3) .Category_3_list,
.Organization .Category_2_item:nth-last-of-type(2) .Category_3_list,
.Organization .Category_2_item:last-child .Category_3_list {
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  left: auto;
}
.Organization .Category_2_item:nth-last-of-type(3) .Category_3_list::before,
.Organization .Category_2_item:nth-last-of-type(2) .Category_3_list::before,
.Organization .Category_2_item:last-child .Category_3_list::before {
  position: absolute;
  content: '';
  left: auto;
  right: 23px;
  top: -35px;
  bottom: auto;
  height: 1px;
  background-color: #ececec;
  width: calc(50% - 23px);
}
.Organization .Category_3_list {
  position: absolute;
  left: 50%;
  top: 100%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  justify-content: space-between;
  top: calc(100% + 50px);
  display: none;
}
.Organization .Category_3_list .line::before {
  position: absolute;
  content: '';
  left: 50%;
  right: auto;
  top: auto;
  bottom: 100%;
  height: 15px;
  width: 1px;
  background-color: #ececec;
}
.Organization .Category_3_list .item {
  margin-left: 10px;
}
.Organization .Category_3_list .item:nth-child(2) {
  margin-left: 0;
}
.Organization .Category_3_list .item::after {
  display: none;
}
.Organization .Category_3_list.on {
  display: flex;
}
.Organization .Category_4_list {
  position: absolute;
  left: 50%;
  top: 100%;
  right: auto;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  justify-content: space-between;
  top: calc(100% + 36px);
  display: none;
}
.Organization .Category_3_list .item.aon .Category_4_list{
  display: flex;
}
@media (max-width: 768px) {
  .Organization .con {
    display: flex;
    align-items: center;
  }
  .Organization .con .item_1 {
    width: auto;
    padding: 10px 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .Organization .con .item_1 span {
    writing-mode: tb;
  }
  .Organization .con .item_1::before {
    left: 100%;
    top: 50%;
    width: 60px;
    height: 1px;
  }
  .Organization .con .item_3 {
    padding-right: 15px;
  }
  .Organization .con .item_3 span {
    writing-mode: initial;
    height: auto;
  }
  .Organization .con > .list {
    display: block;
    width: 180px;
  }
  .Organization .con > .list .line {
    left: -20px;
    top: 50%;
    height: calc(100% - 46px);
    width: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Organization .con > .list .item_3 {
    margin-bottom: 25px;
  }
  .Organization .con > .list .item_3:last-child {
    margin-bottom: 0;
  }
  .Organization .con > .list .item_3::after {
    left: 100%;
    top: 50%;
    width: 40px;
    height: 1px;
  }
  .Organization .con .Category_2 {
    padding-bottom: 0;
    display: block;
  }
  .Organization .con .Category_2 .item::after {
    left: 100%;
    top: 50%;
    width: 30px;
    height: 1px;
  }
  .Organization .con .Category_2 .line {
    left: -20px;
    top: 50%;
    height: calc(100% - 46px);
    width: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Organization .con .listCon {
    width:68%;
    padding-left: 20px;
  }
  .Organization .con .Category_3_list {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 126%;
  }
  .Organization .con .Category_3_list.on {
    display: block;
  }
  .Organization .con .Category_3_list .line {
    height: calc(100% - 70px);
    top: 53%;
  }
  .Organization .con .Category_3_list .item {
    margin: 5px 0;
  }
.Organization .Category_3_list .item.aon .Category_4_list{ display: block;left:180%; top: 0}
.Organization .Category_3_list .item.aon .Category_4_list .item{ display: block}
.Organization .Category_3_list .item.aon .Category_4_list .line:after{ content: ''; position: absolute; display: block; left:-19px; top: -10px; width:40px; height: 1px; background: #b23236}
  .Organization .con .Category_2_item:nth-child(-n+4)::after {
    height: 1px;
    width: 22px;
  }
  .Organization .con .Category_2_item:nth-child(-n+4) .Category_3_list {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 126%;
    right: auto;
    top: -6px;
  }
  .Organization .con .Category_2_item:nth-child(-n+4) .Category_3_list .line {
    top: 52%;
  }
  .Organization .con .Category_2_item:nth-child(-n+4) .Category_3_list::before {
    position: absolute;
    content: '';
    left: 23px;
    right: auto;
    top: -35px;
    bottom: auto;
    height: 1px;
    background-color: #ececec;
    width: calc(50% - 23px);
  }
  .Organization .con .Category_2_item:nth-last-of-type(3)::after,
  .Organization .con .Category_2_item:nth-last-of-type(2)::after,
  .Organization .con .Category_2_item:last-child::after {
    height: 1px;
    width: 22px;
  }
  .Organization .con .Category_2_item:nth-last-of-type(3) .Category_3_list,
  .Organization .con .Category_2_item:nth-last-of-type(2) .Category_3_list,
  .Organization .con .Category_2_item:last-child .Category_3_list {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 126%;
    right: auto;
    top: auto;
    bottom: -6px;
  }
  .Organization .con .Category_2_item:nth-last-of-type(3) .Category_3_list .line,
  .Organization .con .Category_2_item:nth-last-of-type(2) .Category_3_list .line,
  .Organization .con .Category_2_item:last-child .Category_3_list .line {
    top: 52%;
  }
  .Organization .con .Category_2_item:nth-last-of-type(3) .Category_3_list::before,
  .Organization .con .Category_2_item:nth-last-of-type(2) .Category_3_list::before,
  .Organization .con .Category_2_item:last-child .Category_3_list::before {
    position: absolute;
    content: '';
    left: auto;
    right: 23px;
    top: -35px;
    bottom: auto;
    height: 1px;
    background-color: #ececec;
    width: calc(50% - 23px);
  }
  .Organization .item::before {
    left: auto;
    right: 100%;
    top: 50%;
    width: 20px;
    height: 1px;
  }
  .Organization .tabList .item {
    width: 140px;
    text-align: left;
    height: 46px;
    line-height: 46px;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .Organization .tabList .item span {
    display: inline-block;
    writing-mode: initial;
    line-height: 20px;
    vertical-align: middle;
  }
}
@media (max-width: 640px) {
  .Organization {
    overflow: auto;
  }
  .Organization .con {
    width: 750px;
  }
  .Organization .con > .list {
    width: 150px;
  }
  .Organization .item_1,
  .Organization .item_3 {
    font-size: 16px;
  }
  .Organization .item_3 {
    width: 100%;
  }
}
.About_box {
  text-align: justify;
  line-height: 30px;
}
.About_box .nyTit {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding-top: 20px;
}
.About_box .about_tit {
  font-size: 22px;
  color: #b23236;
  font-weight: bold;
  padding: 15px 0 20px;
}
.About_box1 .fl {
  width: 48.2%;
}
.About_box1 .fr {
  width: 48.5%;
}
@media (max-width: 640px) {
  .About_box1 .fl,
  .About_box1 .fr {
    width: 100%;
    float: none;
  }
}
.history {
  position: relative;
}
.history::before {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}
.history li.slick-slide {
  width: 135px;
  height: 300px;
}
.history li.slick-slide .box {
  padding-top: 150px;
  height: 100%;
}
.history li.slick-slide .ytable {
  height: 100%;
  padding-top: 22px;
  position: relative;
}
.history li.slick-slide .ytable_cell {
  vertical-align: top;
}
.history li.slick-slide i {
  width: 12px;
  height: 12px;
  background-color: #b23236;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -6px;
  right: auto;
  bottom: auto;
}
.history li.slick-slide time {
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
}
.history li.slick-slide time b {
  font-size: 24px;
}
.history li.slick-slide pre {
  font-size: 14px;
  line-height: 22px;
}
.history li.slick-slide:nth-child(2n) i {
  top: auto;
  bottom: -7px;
}
.history li.slick-slide:nth-child(2n) .box {
  padding-top: 0;
  padding-bottom: 150px;
}
.history li.slick-slide:nth-child(2n) .ytable {
  padding-top: 0;
  padding-bottom: 22px;
}
.history li.slick-slide:nth-child(2n) .ytable_cell {
  vertical-align: bottom;
}
.About_box3 {
  margin: 3% 0 5%;
}
.About_box3 .about_num {
  margin: 20px 0;
}
.About_box3 .about_num li {
  width: 13.4%;
  float: left;
  text-align: center;
  border: 1px solid #ededed;
  margin-right: 1%;
  padding: 10px 0 15px;
  margin-bottom: 3%;
}
.About_box3 .about_num li:last-child {
  margin-right: 0;
}
.About_box3 .about_num .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 10px auto;
}
.About_box3 .about_num .num {
  color: #333333;
}
.About_box3 .about_num .num b {
  font-size: 30px;
}
.About_box3 .about_num .num span {
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 640px) {
  .About_box3 .about_num ul {
    text-align: center;
  }
  .About_box3 .about_num li {
    width: 23%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5% 1%;
  }
  .About_box3 .about_num li b {
    font-size: 18px;
  }
}
.About_box4 .item {
  margin-bottom: 5%;
}
.About_box4 .item1 .pic {
  margin-right: 3%;
}
.About_box4 .item2 .pic {
  margin-left: 3%;
  margin-bottom: 5%;
}
.Single {
  min-height: 300px;
}
.Single img {
  height: auto!important;
}



.whjs .content{margin-bottom:30px;}
.whjs .content .about_tit{font-size: 22px;color: #b23236;font-weight: bold;padding: 20px 0;border-bottom: 1px dotted #ccc;margin-bottom: 40px;}
.whjs .content .txt{text-align: center;line-height: 30px;margin: 10px 0;}
.whjs .content .item{/* width:25%; *//* float:left; */text-align:center;position: relative;margin-bottom: 5%;}
.whjs .content .item .word{/* float:left; */width:20%;width: 200px;}

.whjs .content .hover{/* float:left; */width: 80%;/* position: absolute; *//* left: 70%; *//* top: 50%; *//* transform: translateY(-50%); */border: 1px solid #f5f5f5;padding: 4%;/* display: none; *//* width: 300px; */z-index: 200;background: #fff;border-radius: 10px;text-align: left;font-size: 14px;color: #333;position: relative;line-height: 25px;}
.whjs .content .hover::before{ content: ''; position: absolute; right: 100%; border: 12px solid transparent; border-right-color:#ececec; top: 50%; transform: translateY(-50%);}
.whjs .content .item:nth-child(4n) .hover{/* left: auto; *//* right: 70%; */}
.whjs .content .item:nth-child(4n) .hover::before{/* border-right-color:transparent; *//* border-left-color:#b23236; *//* left: 100%; *//* right: auto; */}
.whjs .content .item.on .hover{ display: block;}
.ytable-cell {display: table-cell;vertical-align: middle;}



.Single p{ line-height: 30px; margin:10px 0; }
.complaint p{ line-height: 30px; margin:10px 0; }



.pic_list01{ margin-top: 3%;  }
.pic_list01 .tab{ text-align:center; margin-bottom: 30px;  }
.pic_list01 .tab span{ display: inline-block;margin:0; cursor: pointer; line-height: 40px; padding: 0 30px;}
.pic_list01 .tab span.on{ background: #b23236; color: #fff }

.pic_list01 .item li{ width:31.2%; margin-right:3%;margin-bottom:3%; float: left; cursor: pointer; }
.pic_list01 .item li:nth-child(3n){ margin-right:0}
.pic_list01 .item li .pic{ padding-bottom: 70%; position:relative; }
.pic_list01 .item li .pic .hover{ display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);
padding: 34% 0 0 ;text-align: center; color: #fff; font-size:16px; opacity: 0; transition: 0.5s}
.pic_list01 .item li:hover .pic .hover{ opacity: 1 }

.pic_list01 .item li .text{ padding: 20px; background: #fbf5f5}
.pic_list01 .item li .text h1{ font-size: 16px; font-weight: normal; height: 50px; line-height: 26px; color: #444 }

@media (max-width: 640px) {
.pic_list01 .item li{ width:100%; margin:0 0 20px 0;}
.whjs .content .hover{/* width: 200px; */}
.whjs .content .item:nth-child(3) .hover{/* left: auto; *//* right: 70%; */}
.whjs .content .item:nth-child(3) .hover::before{ border-right-color:transparent; border-left-color:#b23236; left: 100%; right: auto;}
}


.fancybox-nav{ width:80px !important;}




  .Floatbox { max-width: 500px;  }
.Floatbox .con{ width: 100%;padding: 50px;  }
.Floatbox .pic{ width: 100%; margin-top:20px }
.Floatbox .text{ width: 100% }
.Floatbox .text .cn{font-size: 22px; margin-bottom:15px; color: #222}
.Floatbox .text .info{ overflow:auto;}
.Floatbox .text pre{ font-size: 16px; line-height: 28px;}
@media(max-width:768px){
  .Floatbox .con{ padding:30px;  }
.Floatbox .pic{margin-bottom: 15px;}
.Floatbox .pic,
.Floatbox .text{ width: 100%; float: left }
}


.registered .nyTit {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding-top: 20px;
}
.registered .about_tit {
  font-size: 22px;
  color: #b23236;
  font-weight: bold;
  padding: 15px 0 20px;
}
.registered .registered_tit{
    font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 15px 0 20px;
}
.registered .p{color:#b23236; }

.Process .nyTit {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding-top: 20px;
}
.Process .about_tit {
  font-size: 22px;
  color: #b23236;
  font-weight: bold;
  padding: 15px 0 20px;
}
.Process .Process_tit{
    font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 15px 0 20px;
}






.ldbz dl{border-bottom: 1px solid #ebebeb;}
.ldbz dl dt{width: 30%;line-height: 100px;font-weight: bold;color: #b23236;position: relative;font-size: 18px;}
.ldbz dl dt span{width:65%;display: inline-block;}
.ldbz dl dt::before{content: '';position: absolute;width: 1px;height: 50%;right: 20px;top: 50%;transform: translateY(-50%);background: #ebebeb}
.ldbz dl dd{padding-left: 3%}
.ldbz .ytable{ display:table; width:100%;table-layout:fixed;}
.ldbz .ytable-cell{ display:table-cell; vertical-align:middle;}


@media(max-width:768px){
  .ldbz dl dt{font-size:14px;width:50%;}
  .ldbz dl dt::before{display: none;}
  .ldbz dl dt span{width:72%;}
  .ldbz dl dd{line-height: 24px;}
}

/*
 .RighInfo002275 为demo编号
 */
.RighInfo002275 .p,.RighInfo002275 .h2,{}
.RighInfo002275{padding: 3% 0}
.RighInfo002275 .text{margin-bottom: 30px}

.RighInfo002275 .text .tit{font-size:30px;color:#333;font-weight: bold;padding-top:20px;margin-bottom:24px;}
.RighInfo002275 .text .p{font-size: 16px;color:#666;line-height: 30px; margin: 18px 0; padding: 0;}
.RighInfo002275 .text .p span{color:#333;font-weight: bold;}
.RighInfo002275 .text .p img{margin-right:5px;}
.RighInfo002275 .map{width: 100%;height: 260px;margin-bottom:2%; display: none;}
.RighInfo002275 .map #map{height: 100%;}
.RighInfo002275 .map img{max-width: none !important;}
.RighInfo002275 .map .dh{position: absolute; width:100%;height: 100%;left:0;top:0;z-index: 10;display: none;}
@media screen and (min-width: 768px) {
  .RighInfo002275 .text{}
  .RighInfo002275 .map{height: 260px;}
}

@media screen and (min-width: 1024px) {
  .RighInfo002275 .auto{}
  .RighInfo002275 .map{height: 320px;}
  .RighInfo002275 .text .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
  .RighInfo002275{padding: 0px 0 20px}
  .RighInfo002275 .text .title{margin-bottom: 75px}
  .RighInfo002275 .map{width: 100%;height: 430px;}
  .RighInfo002275 .text{}
}
@media(max-width:768px){
  .RighInfo002275 .map .dh{display: block;}
}
.codeImg{ text-align: center;font-size: 20px; margin-top: 5%;}
.codeImg p{ margin: 0;color: #b23236;}
.codeImg .img{ display: block; margin: 0.5% auto; width: 240px;}



/*
 .Floor000881 为demo编号
 */
.Floor000881{padding:5%;background:#f6f6f6;}

/*slick Basic*/
.Floor000881 .slick-slider { position:relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.Floor000881 .slick-list { position: relative; z-index: 1;display: block; overflow: hidden;}
.Floor000881 .slick-list:focus {outline: none}
.Floor000881 .slick-list.dragging {cursor: pointer;cursor: hand;}
.Floor000881 .slick-slider .slick-track, 
.Floor000881 .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.Floor000881 .slick-track {position: relative; top: 0; left: 0; display: block;}
.Floor000881 .slick-track:before, 
.Floor000881 .slick-track:after{display: table; content: '';}
.Floor000881 .slick-track:after{ clear: both;}
.Floor000881 .slick-loading .slick-track { visibility: hidden;}
.Floor000881 .slick-slide{ display: none; float: left;min-height: 1px;}
[dir = 'rtl'] .slick-slide {float: right;}
.Floor000881 .slick-slide .slick-loading img { display: none;}
.Floor000881 .slick-slide .dragging img { pointer-events: none;}
.Floor000881 .slick-initialized .slick-slide { display: block;}
.Floor000881 .slick-loading .slick-slide { visibility: hidden;}
.Floor000881 .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.Floor000881 .slick-arrow .slick-hidden { display: none;}
/*slick Basic End*/

.Floor000881 .list_scroll li{ width: 25%; float: left; padding: 0 1%; margin-bottom: 2%;}

.Floor000881 .list_scroll li a{display: block;}
.Floor000881 .list_scroll li .Ispic{padding-bottom:70%;background-size:contain;}
.Floor000881 .list_scroll li p{text-align:center; margin:0; line-height:36px; border-top:0;color:#666;}
.Floor000881 .list_scroll li a:hover{ }
.Floor000881 .list_scroll li a:hover p{ }

.Floor000881 .slick-arrow{ position:absolute; width:50px; height:50px; top:50%; margin-top:-11px; overflow:hidden;font-size: 0; cursor: pointer;z-index:10; border: 0;background: rgba(255,255,255,0.9);background: url(../image/Floor000881_left.png) center center rgba(255,255,255,0.9);padding: 0; }

.Floor000881 .slick-prev{ left:0px;}
.Floor000881 .slick-next{right:0px;background: url(../image/Floor000881_right.png) center center rgba(255,255,255,0.9);}
@media(min-width:1293px){
.Floor000881 .list_scroll .slider{margin: 0 -16px;}
}
@media(max-width:1292px){
.Floor000881 .slick-prev{ left:0;}
.Floor000881 .slick-next{ right:0;}
}
@media(min-width:769px){.Floor000881 .list_scroll li:nth-child(4n+1){ clear: both;}}
@media(max-width:768px){
.Floor000881{ padding:20px 0;}
.Floor000881 .list_scroll .slider{padding: 0 26px;}
.Floor000881 .list_scroll li a{margin: 0 5px;}
.Floor000881 .slick-arrow{width:40px;height: 40px;}
.Floor000881 .list_scroll li{ width: 50%; margin-bottom: 5%;}
.Floor000881 .list_scroll li:nth-child(2n+1){ clear: both;}
}



/* search */
.search .tit{width: calc(100% - 100px); display: inline-block;}
.search .time{display: inline-block;}
.search a{border: none; padding: 20px 27px; display: block; border: 1px solid #e5e5e5; transition: all .3s;}
.search a:hover{border-color: #e46c62;}

.xxgk .pic.fr {margin-left: 3%;margin-bottom: 5%;}
.xxgk .pic.fl {margin-right: 3%;}
.flmenu  .Menu{overflow: auto; max-height: 65vh;}