.bss_headerCover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51,51,51,0.9);
  z-index: 70;
}
#bss_logo {
  float: left;
  height: 75px;
  line-height: 75px;
}
#bss_logo img {
  width: 118px;
  height: auto;
}
.bss_headerBox:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.bss_headerBox {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0 15px;
  height: 40px;
  background: #E4E9EC;
  zoom: 1;
  margin-top: 1px;

}

.bss_NavPc ul li {
  margin-right: 16px;
  display: inline-block;
}

.bss_NavPc ul li a {
  height: 40px;
  font-size: 14px;
  color: #1F1F1F;
  line-height: 40px;
}

.bss_NavPc ul li:hover a {
  color: #b60c14;
}

.bss_NavPc ul li:hover,.bss_NavPc ul .navP_active {
  border-bottom: 2px solid #CA0C16;
  position: relative;
}

.bss_NavPc ul li:hover:after,.bss_NavPc ul .navP_active:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -4px;
  left: 50%;
  bottom: 0;
  border-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #CA0C16;
  border-left-color: transparent;
  border-width: 4px;

}

.search_bar {
  float: right;
  margin: 4px 0 4px 0;
  width: 100%;
  height: 30px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: #fff;
}

.search_bar .input_search {
  font-size: 14px;
  color: #ccc;
  display: block;
  float: left;
  width: 122px;
  padding: 4px 0 4px 7px;
  border: 0;
  height: 26px;
  border-radius: 10px;
  background: 0 0;
  background-color: #fff;
}

.search_bar .input_search:focus {
  outline: none;
}

.search_bar span i {
  font-size: 14px;
  color: #e0e0e0;
}

.search_bar .btn-search {
  margin-top: 3px;
  background-color: rgba(0, 0, 0, 0);
  color: #ccc;
  padding: 0 2px;
  font-size: 14px;
  display: block;
  text-align: center;
  width: 26px;
  height: 22px;
  float: right;
  line-height: 22px;
}




.bss_search {
  overflow: hidden;
  background: #fff;
  margin: 4px 0 4px 0;
  border-radius: 2px;
}
.bss_search input,
.bss_search span {
  float: left;
  outline: none;
}
.bss_search input {
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  background: none;
  border: none;
  color: #999;
  font-size: 14px;
}
.bss_search span {
  cursor: pointer;
  height: 26px;
  line-height: 26px;
}
.bss_search span i {
  font-size: 14px;
  color: #e0e0e0;
}
.bss_search span:hover i {
  color: #ca0c16;
}
.bss_headerR {
  float: right;
}
.bss_headerR .bss_myAct {
  height: 75px;
  width: 65px;
  line-height: 75px;
  position: relative;
}
.bss_headerR .bss_myAct a {
  display: none;
  width: 65px;
  float: left;
  font-size: 16px;
  color: #333;
}
.bss_headerR .bss_myAct .bss_myActCur {
  position: absolute;
  left: 0;
  border-bottom: 2px solid #e53935;
}
.bss_headerR .bss_myAct .bss_myActCur:hover {
  color: #e53935;
}
.bss_headerR .bss_myAct .line {
  display: none;
  float: left;
  font-size: 16px;
  color: #9a9a9a;
  margin: 0 12px;
}
.bss_headerR .bss_myAct .navIcon {
  float: left;
  font-size: 34px;
  color: #e53935;
  cursor: pointer;
}
.bss_headerR .bss_NavMobile {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10002;
}
.bss_headerR .bss_NavM_login {
  margin: 0 auto;
  padding-top: 100px;
  width: 72%;
}
.bss_headerR .bss_NavM_login a {
  display: block;
  width: 100%;
  height: 50px;
  background: #fbfbfb;
  border-radius: 2px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #e53935;
}
.bss_headerR .bss_NavMobBox.row {
  top: 20px;
  margin: 0;
  padding: 0 15px;
}
.bss_headerR .bss_NavMobBox.row .col-xs-6 {
  padding: 30px 0 0;
}
.bss_headerR .bss_NavMobBox.row li {
  text-align: center;
}
.bss_headerR .bss_NavMobBox.row li .navM_list {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.bss_headerR .bss_NavMobBox.row li a {
  display: table-cell;
  width: 108px;
  height: 108px;
  background: #e53935;
  border: 2px solid #e53935;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}
.bss_headerR .bss_NavMobBox.row li a i {
  font-size: 40px;
}
.bss_headerR .bss_NavMobBox.row .navM_active a {
  background: #2d2d2d;
}
.bss_headerR .bss_NavMobBox.row .navM_active a i {
  color: #e53935;
}
.hdBox_positionM_show {
  animation: boxShadowM_show 5s 0s linear;
  -moz-animation: boxShadowM_show 5s 0s linear;
  -webkit-animation: boxShadowM_show 5s 0s linear;
  -o-animation: boxShadowM_show 5s 0s linear;
}
.hdBox_positionM_hide {
  animation: boxShadowM_hide 5s 0s linear;
  -moz-animation: boxShadowM_hide 5s 0s linear;
  -webkit-animation: boxShadowM_hide 5s 0s linear;
  -o-animation: boxShadowM_hide 5s 0s linear;
}
/* 导航动画 开始——移动端 */
@-moz-keyframes boxShadowM_show {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-webkit-keyframes boxShadowM_show {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-o-keyframes boxShadowM_show {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-moz-keyframes boxShadowM_hide {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-webkit-keyframes boxShadowM_hide {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-o-keyframes boxShadowM_hide {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@media (min-width: 465px) and (max-width: 639px) {
  .bss_headerR .bss_NavMobBox.row .col-xs-6 {
    width: 33.33333333%;
  }
}
@media (min-width: 640px) and (max-width: 749px) {
  .bss_headerR .bss_NavMobBox.row {
    padding: 0 31px;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 {
    width: 33.33333333%;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 .navM_list {
    width: 138px;
    height: 138px;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 .navM_list a {
    width: 136px;
    height: 136px;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 .navM_list a span {
    font-size: 18px;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 .navM_list a i {
    font-size: 40px;
  }
}
@media (min-width: 750px) and (max-width: 768px) {
  .bss_headerR .bss_NavMobBox.row {
    padding: 0 49px;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 {
    width: 33.33333333%;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 .navM_list {
    width: 150px;
    height: 150px;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 .navM_list a {
    width: 148px;
    height: 148px;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 .navM_list a span {
    font-size: 18px;
  }
  .bss_headerR .bss_NavMobBox.row .col-xs-6 .navM_list a i {
    font-size: 35px;
  }
}
@media (min-width: 935px) {

  .bss_NavPc {
    float: left;
  }

  .bss_headerBox {
    height: 40px;
  }

  #bss_logo img {
    width: 118px;
  }

  .bss_headerR .bss_myAct {
    height: 75px;
    line-height: 75px;
  }

  .bss_headerR .bss_myAct a {
    display: inline-block;
    font-size: 16px;
  }

  .bss_headerR .bss_myAct .line,
  .bss_headerR .bss_myAct .navIcon {
    display: none;
  }

  .bss_NavMobile {
    display: none;
  }

  .search_bar {
    float: right;
    margin: 6px 0 6px 0;
    width: 160px;
    height: 28px;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: #fff;
  }

  .search_bar .input_search {
    font-size: 14px;
    color: #ccc;
    display: block;
    float: left;
    width: 122px;
    padding: 4px 0 4px 7px;
    border: 0;
    height: 26px;
    border-radius: 10px;
    background: 0 0;
    background-color: #fff;
  }

  .search_bar .input_search:focus {
    outline: none;
  }

  .search_bar span i {
    font-size: 14px;
    color: #e0e0e0;
  }

  .search_bar .btn-search {
    margin-top: 3px;
    background-color: rgba(0, 0, 0, 0);
    color: #ccc;
    padding: 0 2px;
    font-size: 14px;
    display: block;
    text-align: center;
    width: 26px;
    height: 22px;
    float: right;
    line-height: 22px;
  }

  .bss_search {
    float: right;
    margin: 6px 0 0 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  .bss_search input {
    height: 26px;
    width: 136px;
    padding: 0 8px;
    line-height: 25px;
    font-size: 14px;
  }

  .bss_search span {
    padding-right: 8px;
    height: 26px;
    line-height: 26px;

  }

  .bss_NavPc {
    display: inline-block;
  }
  .bss_NavPc,
  .bss_NavPc *,
  .bss_search {
    display: inline-block;
    width: auto;
  }


}
@media (min-width: 1140px) {
  .bss_headerBox {
    padding: 0;
  }
  .bss_headerBox .bss_header {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .bss_NavPc ul li.my_event{
    float: right;
    margin-right: 0;
    padding-left: 13px;
  }

  .bss_NavPc ul li.my_event a{ color: #4A90E2;}



  .bss_headerBox {
    height: 80px;
    margin-top: 52px;
  }
  #bss_logo {
    width: 18.4375%;
    height: 60px;
    line-height: 60px;
    min-width: 80px;
    max-width: 118px;
  }
  #bss_logo img {
    width: 100%;
  }
  .bss_search {
    width: 100%;
    margin: 4px 0 4px 0;
    text-align: left;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .bss_search input {
    width: 93%;
    padding: 0 0 0 8px;
  }
  .bss_search span {
    float: right;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 8px;
  }
  .bss_headerR .bss_myAct {
    height: 60px;
    line-height: 60px;
  }
  .bss_headerR .bss_myAct .navIcon {
    float: right;
    font-size: 26px;
  }
  .pub_fo{display: none}
}
@media (max-width: 640px) {
  .bss_headerBox {
    box-shadow: none;
  }
}
@-moz-keyframes boxShadowM_show {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-webkit-keyframes boxShadowM_show {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-o-keyframes boxShadowM_show {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@keyframes boxShadowM_show {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-moz-keyframes boxShadowM_hide {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-webkit-keyframes boxShadowM_hide {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@-o-keyframes boxShadowM_hide {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
@keyframes boxShadowM_hide {
  from {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
  to {
    box-shadow: #e4e8e9 -1px 2px 3px;
  }
}
