@font-face{
  font-family: SiyuanBlack;
  src: url('../fonts/思源黑体.ttf');
}

body {
  margin: 0;
  font-family: SiyuanBlack,Helvetica, Arial, "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  /* background-color: #2783c1; */
  /* background-image: linear-gradient(to right, #7dc5e4 , #003592); */
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small,
.h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small,
h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small,
.h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small,
.h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small,
.h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%
}

h1, .h1 {
  font-size: 28px
}

h2, .h2 {
  font-size: 24px
}

h3, .h3 {
  font-size: 21px
}

h4, .h4 {
  font-size: 18px
}

h5, .h5 {
  font-size: 14px
}

h6, .h6 {
  font-size: 12px
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

.head{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  z-index:999;
  background:#fff;
  border-bottom: 0.5px dotted #f7f7f7;
  display: flex;
  line-height: 5rem;
  padding: 0 7%;
  margin:0 auto;
}

.anchor{
  margin-top: -102px;
  padding-top: 102px;
}

.navbar-sub-category {
  margin-top: -15px;
  margin-bottom: -15px;
  border-bottom: 1px dotted #fcfcfc;
}

.navbar-sub-category>a{
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Glyphicons Halflings';
}
.navbar-sub-category>a:hover{
  color: rgb(255, 196, 129);
  text-decoration: none;
}

.navbar-hover{
  list-style: none;
  display: none;
  position: fixed;
  background: white;
  cursor: pointer;
  padding: 0;  
}

.navbar-hover>li{
  padding: .3rem 1rem;
  border-left: 2px solid #fff;
  line-height: 3rem;
  white-space: nowrap;
}

.navbar-hover>li:hover{
  border-left: 2px solid #fbe05a;
  background: #f6f6f6;
}

.panelex{
  border: none;
  padding: 10px;
  /* background-color: #d0e0f1e3; */
  background-color:#ffffffe3;
  border-radius: 0;
  /* background-image: linear-gradient(to right, #7dc5e4 , #2783c1);  */
}

.panel-less {
  border-color: #ddd
}

.panel-less > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.list-group.list-group-less {
  margin: 10px;
}

.list-group.list-group-less > .list-group-item {
  border: 1px dashed #ddd;
  border-width: 1px 0;
}

.clear-bottom-margin {
  margin-bottom: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.content p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.7;
}

.content img,
.content iframe,
.content embed {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.content table > tbody > tr > td, .content table > tbody > tr > th, .content table > tfoot > tr > td, .content table > tfoot > tr > th,
.content table > thead > tr > td, .content table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.content table > caption + thead > tr:first-child > td, .content table > caption + thead > tr:first-child > th,
.content table > colgroup + thead > tr:first-child > td, .content table > colgroup + thead > tr:first-child > th,
.content table > thead:first-child > tr:first-child > td, .content table > thead:first-child > tr:first-child > th {
  border-top: 0
}

.content table > tbody + tbody {
  border-top: 2px solid #ddd
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
}

.navbar-blue {
  /* background-color: #2a82ec; */
  border: none;
  border-radius: 0;
  flex: 1;
}

.navbar-blue .navbar-header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.navbar-blue .navbar-header .navbar-toggle:focus,
.navbar-blue .navbar-header .navbar-toggle:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9
}

.navbar-blue .navbar-toggle .icon-bar {
  background-color: #2a82ec;
}

.navbar-blue .navbar-collapse > ul{
  width: 100%;
  display: flex;
}
.navbar-blue .navbar-nav > li{
  flex: 1;
}

.navbar-blue .navbar-nav > li > a {
  color: #3c3c3c;
  /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
  font-size: 1.8rem;
  /* font-family: 'Glyphicons Halflings'; */
  border-bottom: 2px solid #fff;
  letter-spacing: 2px;
  line-height: 5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.navbar-blue .navbar-nav > li > a:focus,
.navbar-blue .navbar-nav > li > a:hover {
  /* background-color: #f3f3f3; */
  background-color: unset;
  border-bottom: 2px solid #fbe05a;
}

.navbar-blue .navbar-nav > .active > a,
.navbar-blue .navbar-nav > .active > a:focus,
.navbar-blue .navbar-nav > .active > a:hover {
  /* background-color: #f3f3f3; */
  /* border-top: 2px solid #ad2429; */
}

.navbar-blue .navbar-collapse,
.navbar-blue .navbar-header {
  margin-left: -15px;
  margin-right: -15px;
}

.brand {
  display: block;
  padding: 20px 15px;
}

.carousel { width: 75%; }

.carousel-caption a,
.carousel-caption a:hover {
  color: #fff;
}

.error-content {
  margin: 200px auto;
  text-align: center;
  color: #777;
}

.mediaex{ padding:1rem;cursor: pointer;color: #100e11;}
.mediaex:hover{
  background: white;
}

.bliss{
  cursor: pointer;
  margin: 3rem;
  box-shadow: 15px 15px 1px #fbe05a;
  border: 1px solid #ebebeb;
  font-size: 19.69px;
  color: #818181;
  padding: 0.5rem 3rem;
  display: inline-block;
  white-space: nowrap;
}

.bliss:hover{
  color: #ff3e3e;
}

.modal-dialog-ex{ top: 50%;transform: translateY(-50%)!important;width: 800px;}

.modal-title-ex { font-size:2.5rem; }

.modal-content-ex { border-radius: 0; }

.modal-body-ex{font-family: emoji;font-size: 1.8rem;letter-spacing: 2px;line-height: 3rem;max-height: 700px;overflow: scroll;text-align: justify;}