/* ************** */
/* 网站基础css文件 */
/* ************** */

.bor{
    border: 1px solid red;
}

/* 覆盖bootstrap样式 */
body{
    font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
a{
    color:#555;
}
a:hover{
    color:#333;
    text-decoration: none;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #03afb7;
    border-color: #03afb7;
}
.page-link{
    color: gray;
}

/* 基础共用补充 */
.letter-space-1{
    letter-spacing: 1px;
}
.letter-space-2{
    letter-spacing: 2px;
}
.letter-space-4{
    letter-spacing: 4px;
}
/* 占位图 */
/* 示例：<svg class="bd-placeholder-img" width="80" height="60" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail"><title>Placeholder</title><rect width="100%" height="100%" fill="#55595c"></rect><text x="50%" y="50%" fill="#eceeef" dy=".3em">Thumbnail</text></svg> */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* 多余内容省略号处理-多行 */
.ellipsis-multiple {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 限制显示1行 */
.clamp-1 {
    -webkit-line-clamp: 1;
}
/* 限制显示2行 */
.clamp-2 {
    -webkit-line-clamp: 2;
}
/* 限制显示2行 */
@media (min-width: 540px){
    .clamp-md-2 {
        -webkit-line-clamp: 2;
        display: -webkit-box !important;
    }
}
/* 限制显示3行 */
@media (min-width: 540px){
    .clamp-md-3 {
        -webkit-line-clamp: 3;
        display: -webkit-box !important;
    }
}

/*                     */
/* nav-left|nav-center右侧三菜单 */
/*                     */
.nav__holder {
    line-height: 2;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nav-icon-toggle {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
}
.nav-icon-toggle:hover {
    outline: none;
  }
.nav-icon-toggle:focus {
outline: none;
}
.nav-icon-toggle:active {
outline: none;
}
.nav-icon-toggle__box {
    width: 18px;
    height: 20px;
    position: relative;
    display: block;
}
.nav-icon-toggle__inner{
	display: block;
    top: 50%;
    margin-top: -1px;
    margin-left: 3px;
    width: 15px;
}
.nav-icon-toggle__inner, .nav-icon-toggle__inner:before, .nav-icon-toggle__inner:after {
    height: 2px;
    background-color: #FFF;
    position: absolute;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.nav-icon-toggle__inner:before {
    top: -6px;
	width: 18px;
	content: "";
    display: block;
	margin-left: -3px;
}
.nav-icon-toggle__inner:after {
    bottom: -6px;
	width: 18px;
	content: "";
    display: block;
	margin-left: -3px;
}
.navbar-style{
	padding-top: 0;
	padding-bottom: 0;
}
.nav__menu > li > a{
    color: #333;
    font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
    padding: 0 16px;
    line-height: 68px;
}
.nav__menu > li{
	position: relative;
}
.nav__menu > li > a:hover {
    color: #03afb7;
}
.nav__menu > .nav-item{
	margin-right: 28px;
}
.nav__menu > li.active a:before, .nav__menu > li:hover a:before{
    width: 100%;
}
.nav__menu > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #03afb7;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* logo */
@media only screen and (max-width: 768px){
	.navbar-brand img{
		content:url(../img/logo_ymsj@3.png);
		height: 30px;
	}}


/*           */
/* nav-right */
/*           */
.nav__search-trigger{
	color: #333;
	font-size: 28px;
}
.nav__right a:hover, .nav__right a:focus {
    color: #03afb7;
}
.nav__search-box{
    width: 300px;
    right: 0;
    top: 100%;
    padding: 15px 20px;
    background-color: #f7f7f7;
    /* display: none; */
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 5px 5px;
}
.search-button{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	font-size: 18px;
}
.btn-color {
    background-color: #03afb7;
}
input, select, textarea {
    height: 46px;
    border: 1px solid #E3E4E8;
    background-color: #fff;
    width: 100%;
    padding: 0 12px;
    -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	border-radius: 5px;
}
input:focus, textarea:focus {
    border-color: #03afb7;
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* 左侧边栏 */
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper.toggled #sidebar_wrapper {
  width: 220px;
}

.sidebar-nav {
  list-style: none;
  margin-top: 4.2rem;
  width: 220px;
}
#sidebar_wrapper {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s ease;
  width: 0;
  z-index: 101;
}
/* 右侧边栏 */
#wrapper_r.toggled #sidebar_wrapper_r {
    width: 220px;
}
#sidebar_wrapper_r {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    height: 100%;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s ease;
    width: 0;
    z-index: 101;
}

/*-------------------------------*/
/*       按钮Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -3.5rem;
}
.hamburger_l {
    right: 0.5rem; 
}
.hamburger_r {
    left: 0.5rem; 
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    display: block;
    width: 100%;
    height: 2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.35s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #03afb7;
    margin-top: -2px;
  }
  .hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.35s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #03afb7;
    margin-top: -2px;
  }
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

/* 页脚 */

.website-link a{
    color: #fff;
    text-decoration: underline;
}

