.sidebar {
    margin-top: 30px;
}

.sidebar-item {
    display: block;
    color: black;
    padding: 10px 0px 10px 15px;
    margin: 5px 0px;
    border-bottom: solid rgb(199, 199, 199) 1px;
}

.sidebar-active {
    background: #3399FF;
    color: white;
    border-bottom: solid rgb(199, 199, 199) 0px;
    /* Firefox4.0+ 、 Google chrome 10.0+ 、 Oprea10.5+ and IE9 */
    /* 投影方式 X轴偏移量 Y轴偏移量 阴影模糊半径 阴影扩展半径 阴影颜色 */
    box-shadow: 0px 0px 6px 0px #3399FF;
    /* Firefox4.0- */
    -moz-box-shadow: 0px 0px 6px 0px #3399FF;
    /* Safari and Google chrome10.0- */
    -webkit-box-shadow: 0px 0px 6px 0px #3399FF;
}

.sidebar a:hover {
    text-decoration: none;
    border-left: 10px solid #3399FF;
    color: black;
}

.navbar-custom {
    height: 50px;
    border-bottom: 0px solid rgb(230, 230, 230);
    color: black;
    background: #f9f9f9;
    border-top: 0px;
    border-radius: 0px;
    /* Firefox4.0+ 、 Google chrome 10.0+ 、 Oprea10.5+ and IE9 */
    /* 投影方式 X轴偏移量 Y轴偏移量 阴影模糊半径 阴影扩展半径 阴影颜色 */
    /* box-shadow: 0px 0px 10px 1px rgb(145, 145, 145); */
    /* Firefox4.0- */
    /* -moz-box-shadow:  0px 0px 10px 1px rgb(145, 145, 145); */
    /* Safari and Google chrome10.0- */
    /* -webkit-box-shadow:  0px 0px 10px 1px rgb(145, 145, 145); */
}

.navbar-custom li a:hover {
    background: initial;
    color: #1a6eff;
}

.navbar-custom li {
    height: 50px;
}

/* .explain a {
    font-size: 26px;
} */

.navbar {
    margin-bottom: 0px;
}

.img-div {
    text-align: center;
    width: 100%;
    /* Firefox4.0+ 、 Google chrome 10.0+ 、 Oprea10.5+ and IE9 */
    /* 投影方式 X轴偏移量 Y轴偏移量 阴影模糊半径 阴影扩展半径 阴影颜色 */
    /* box-shadow: 0 -4px 7px 0 rgba(151, 151, 151, 0.568) inset; */
}

.header-img {
    min-width: 1024px;
    /* max-width: 1600px; */
    width: 100%;
    z-index: -1;
    position: relative;
}

.news-title {
    border-bottom: 2px solid rgb(153, 153, 153);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.news-item {
    padding-left: 10px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b6b6b6;
}

.navbar-custom a {
    color: black;
}

.current_page {
    background: #1a6eff;
}

.current_page a {
    color: #fff;
}

.current_page a:hover {
    color: white !important;
}

.buzhou-imgs img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.yanshi-video video {
    width: 100%;
    padding: 15px;
}

.yanshi-content h3 {
    border-left: 10px solid #3399FF;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

h2 {
    text-align: center;
    padding: 20px 0px;
    border-bottom: solid #eeeeee 1px;
}

.flexslider {
    border: 0px;
}

.flex-control-nav {
    bottom: 20px;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(255, 255, 255, 0.0);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8);
    -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, 0.3);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
    /* background: rgba(255, 255, 255, 0.3); */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0) !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url("../images/arrow.png");
    background-size: 40px 40px;
    transform: rotate(180deg);
    margin-left: 20px;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 25px;
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    content: "";
}

.flex-direction-nav a.flex-next:before {
    content: '';
}

.flex-direction-nav a.flex-next {
    transform: rotate(0deg);
    margin-right: 20px;
}

.yanshi-title{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #1a6eff;
    text-shadow: 2px 2px 5px #98aff571;
    text-align: center;
    border-bottom: 1px solid rgb(211, 211, 211);
}

.yanshi-img-with-title {
    width: 300px;
}

.yanshi-img-with-title div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 300px;
    color: white;
    z-index: 10;
    margin-top: -40px;
    padding-left: 12px;
    padding-top: 9px;
    font-size: 14px;
}

.yanshi-video-btn {
    margin-top: 30px;
    width: 300px;
    height: 50px;
    padding: 5px 10px;
    background: #3399FF;
    color: white;
    /* text-shadow: 1px 1px #666; */
    text-align: center;
    font-size: 25px;
    transition: all 0.2s;
    border: 0px;
}

.yanshi-video-btn:hover {
    box-shadow: 0px 0px 10px 0px #3399FF;
    transition: all 0.2s;
    cursor: pointer;
}


.yanshi-imgs {
    margin-bottom: 30px;
}

.yanshi-imgs img {
    padding-bottom: 30px;
    padding-right: 10px;
}

.dianxing {
    width: 100%;
    height: 50px;
    background: #1a6eff;
    color: white;
    font-size: 24px;
    border-radius: 50px;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 5px;
    text-align: center;
}