html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
div,
header,
footer,
body,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
option,
optgroup,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft yahei";
}
ul,
ol {
  list-style: none;
}
body {
  font-family: "Microsoft yahei", "Helvetica", "Tahoma, Arial", "sans-serif";
  background: #f5f6f7;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  border: none;
}
option {
  height: auto;
  min-height: auto;
}
em,
b,
i,
sub,
sup {
  font-style: normal;
  font-weight: normal;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
}
table,
th,
td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.bss_wrap {
  top: 0;
  width: 100%;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 60px;
}
.pubPadding {
  padding: 0 15px;
  width: 100%;
}
.btn-lg {
  padding: 9px 16px;
  border-radius: 0;
}
.btn-sm,
.btn-xs {
  font-size: 14px;
}
.btn-xs {
  padding: 3px 10px;
  color: #6595cb;
  background: #f9f9f9;
}
.btn-xs:hover,
.btn-xs:focus,
.btn-xs:active,
.btn-xs.active {
  background-color: #efefef;
  border-color: #adadad;
  color: #6595cb;
}
.btn-xxs {
  padding: 0px 5px;
  color: #6595cb;
  line-height: 1.3;
  background: #f9f9f9;
}
.btn-xxs:hover,
.btn-xxs:focus,
.btn-xxs:active,
.btn-xxs.active {
  background-color: #efefef;
  border-color: #adadad;
  color: #6595cb;
}
.btn-danger {
  color: #fff;
  background-color: #e53935;
  border-color: #e53935;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d52f2b;
  border-color: #d52f2b;
}
.btn-white {
  color: #838383;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #838383;
  background-color: #fff;
  border-color: #fff;
}
.form-control {
  border-radius: 2px;
  box-shadow: inset 0 0 0 rgba(0,0,0,0);
  border-color: #e7e7e7;
}
.bss_comTit1 {
  padding: 22px 0 27px;
  margin-bottom: 10px;
  background: #fff url("../../images/meeting/tit1_line.jpg") no-repeat center 56px;
  text-align: center;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.bss_comTit3 {
  padding-bottom: 18px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.footerM {
  padding: 18px 0;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.bss_whitebg {
  background: #fff;
  margin: 0 15px;
  padding-top: 80px;
}
@media (min-width: 1140px) {
  .pubPadding {
    padding: 0;
    width: 1140px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .footerM {
    display: none;
  }
}
@media (min-width: 963px) {
  .bss_wrap {
    padding-top: 20px;
  }
}
@media (min-width: 1140px) {
  .bss_whitebg {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media (min-width: 641px) {
  .bss_wrap {
    top: 0px;
    padding-bottom: 20px;
  }
  .bss_whitebg {
    padding-top: 20px;
  }
}
@media (min-width: 600px) {
  .pubPadding {
    padding: 0;
    margin: 0 auto;
  }
}
/* 返回顶部 开始 */
.scroollCover {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.scrolltop_bar {
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 9998;
}
.scrolltop_bar li {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background: #e53935;
  text-align: center;
}
.scrolltop_bar li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
}
.scrolltop_bar li a i {
  font-size: 20px;
}
.scrolltop_bar .scrollTop_btn {
  display: none;
}
.scrolltop_bar .scrollTop_btn {
  line-height: 38px;
  cursor: pointer;
}
.scrolltop_bar .bss_erweima {
  cursor: pointer;
  line-height: 42px;
}
.scrolltop_bar .bss_erweima a i {
  font-size: 30px;
}
.scrolltop_bar .bss_erweima .erweima_box {
  width: 154px;
  padding-right: 8px;
  position: absolute;
  left: -163px;
  top: 0;
  display: none;
/*animation erweima_hide 3s
      -moz-animation erweima_hide 3s */
/* Firefox */
/*
      -webkit-animation erweima_hide 3s */
/* Safari and Chrome */
/*
      -o-animation erweima_hide 3s */
/* Opera */
}
.scrolltop_bar .bss_erweima .erweima_box span {
  position: absolute;
  right: -1px;
  top: 12px;
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("../../images/meeting/erweima_arrow.png") no-repeat center;
}
.scrolltop_bar .bss_erweima .erweima_box .erweima_com {
  padding: 10px 5px;
  background: #fff;
  border: 1px solid #d7e1e4;
  text-align: center;
}
.scrolltop_bar .bss_erweima .erweima_box .erweima_com img {
  width: 100%;
  max-width: 94px;
}
.scrolltop_bar .bss_erweima .erweima_box .erweima_com p {
  border-top: 1px solid #d7e1e4;
  margin-top: 10px;
  padding-top: 10px;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  text-align: left;
}
.scrolltop_bar .bss_erweima .erweima_boxShow {
  display: block;
  animation: erweima_show 1s;
  -moz-animation: erweima_show 1s /* Firefox */;
  -webkit-animation: erweima_show 1s /* Safari and Chrome */;
  -o-animation: erweima_show 1s /* Opera */;
}
.scrolltop_bar .bss_erweima .erweima_boxHide {
  display: none;
  animation: erweima_hide 1s 3s;
  -moz-animation: erweima_hide 1s 3s /* Firefox */;
  -webkit-animation: erweima_hide 1s 3s /* Safari and Chrome */;
  -o-animation: erweima_hide 1s 3s /* Opera */;
}
@-moz-keyframes erweima_hide {
  0% {
    dispaly: block;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes erweima_hide {
  0% {
    dispaly: block;
  }
  100% {
    display: none;
  }
}
@-o-keyframes erweima_hide {
  0% {
    dispaly: block;
  }
  100% {
    display: none;
  }
}
@-moz-keyframes erweima_show {
  0% {
    dispaly: none;
  }
  100% {
    dispaly: block;
  }
}
@-webkit-keyframes erweima_show {
  0% {
    dispaly: none;
  }
  100% {
    dispaly: block;
  }
}
@-o-keyframes erweima_show {
  0% {
    dispaly: none;
  }
  100% {
    dispaly: block;
  }
}
@media (min-width: 769px) {
  .scrolltop_bar {
    right: 30px;
    bottom: 140px;
  }
}
@-moz-keyframes erweima_hide {
  0% {
    dispaly: block;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes erweima_hide {
  0% {
    dispaly: block;
  }
  100% {
    display: none;
  }
}
@-o-keyframes erweima_hide {
  0% {
    dispaly: block;
  }
  100% {
    display: none;
  }
}
@keyframes erweima_hide {
  0% {
    dispaly: block;
  }
  100% {
    display: none;
  }
}
@-moz-keyframes erweima_show {
  0% {
    dispaly: none;
  }
  100% {
    dispaly: block;
  }
}
@-webkit-keyframes erweima_show {
  0% {
    dispaly: none;
  }
  100% {
    dispaly: block;
  }
}
@-o-keyframes erweima_show {
  0% {
    dispaly: none;
  }
  100% {
    dispaly: block;
  }
}
@keyframes erweima_show {
  0% {
    dispaly: none;
  }
  100% {
    dispaly: block;
  }
}
/* 返回顶部 结束 */
