﻿@charset "utf-8";

/* CSS Document */

* {
    font-family: "微软雅黑", Arial;
}

a:hover {
    text-decoration: none;
}

a {
    color: #333333;
}

.width1200 {
    width: 1180px;
    margin: 0 auto;
}

.text-16 {
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-20 {
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-22 {
    font-size: 22px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-26 {
    font-size: 26px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-28 {
    font-size: 28px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-40 {
    font-size: 40px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-42 {
    font-size: 42px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-50 {
    font-size: 50px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-60 {
    font-size: 60px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-white {
    color: white;
}

.text-blue {
    color: #26448A;
}

.alert {
    margin-bottom: 0;
}

.topbox {
    border: solid 1px #f0f0f0;
}

.topbox h5 {
    line-height: 80px;
    margin: 0;
}

.topbox h5 img {
    margin-right: 10px;
}

.topbox h5 a {
    color: #737373;
}

#tx.text-tx {
    position: fixed;
    top: auto;
    margin-bottom: 2px;
    width: 100%;
    z-index: 99999999999999999999999999999999999;
}


/*============================================================海报=================================================================*/

#swiper1 {
    max-width: 1900px;
    margin: 0 auto;
}

#swiper1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.00);
    border: solid 2px rgba(255, 255, 255, 0.60);
    opacity: 1;
}

#swiper1 .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1.00);
}

#swiper1 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 8.5%;
}

#swiper1 .swiper-slide {
    max-width: 1920px;
    height: 780px;
    background-position: center center;
}

#swiper1 .swiper-button-prev {
    background-image: url(../images/banner/pre.png);
    left: 0;
}

#swiper1 .swiper-button-next {
    background-image: url(../images/banner/next.png);
    right: 0;
}

#swiper1 .swiper-button-prev,
#swiper1 .swiper-button-next {
    width: 44px;
    height: 88px;
    background-size: 100%;
    margin-top: -44px;
}


/*==========================================================盒子1=================================================================*/

.ibox1 {
    margin-top: 30px;
}

.imgBox {
    height: 280px;
    padding: 0 0;
    position: relative;
}

.banner {
    background-color: #e6e6e6;
    width: 100%;
}

.banner dl {
    height: 280px;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

.btns {
    overflow: hidden;
    position: absolute;
    width: 100px;
    text-align: right;
    right: 87px;
    bottom: 0;
    z-index: 9999;
    height: 32px;
    line-height: 32px;
}

.btns span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.60);
}

.btns .currentBtn {
    background-color: rgba(53, 96, 220, 1.00);
}

.ibox1-l {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 72px;
    width: 100%
}

.ibox1-l-title {
    background-color: rgba(0, 0, 0, 0.80);
    width: 100%;
}

.ibox1-l-title .title1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 32px;
    width: 70%;
    padding-left: 15px;
}

.ibox1-l-title a {
    color: white;
    line-height: 32px;
    display: block;
}

.ibox1-l-title a:hover {
    text-decoration: none;
}

.change-home {
    position: relative;
}

.imgBox .aLeft,
.imgBox .aRight {
    display: block;
    width: 24px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
    background-size: 100% 100%;
}

.aLeft {
    background-image: url(../images/Left.png);
    left: 5%;
}

.aRight {
    background-image: url(../images/Right.png);
    right: 5%;
}


/*================================================导航================================================*/

header {
    margin-bottom: -80px;
    position: relative;
    z-index: 999;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav>li>a {
    line-height: 80px;
    font-size: 16px;
    color: white;
    padding: 0 40px;
}

.navbar-nav>li:hover .dropdown-menu {
    display: block;
}

.navbar-nav>li:last-child a {
    padding-right: 0;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: white;
    background-color: rgba(255, 255, 255, 0)
}

.nav-in .navbar-nav>li>a,
.nav-in .navbar-nav>li>a:hover {
    color: #333;
}

.ibox1-r-title li {
    list-style: none;
    width: 84px;
    height: 36px;
    float: left;
    text-align: center;
}

.ibox1-r-title {
    padding-left: 0;
}

.ibox1-r-title li a {
    line-height: 36px;
    display: inline-block;
    width: 84px;
    font-weight: bold;
    color: #333;
}

.ibox1-r-title li {
    height: 42px;
}

.ibox1-r-title li.active a {
    text-decoration: none;
    background-color: #e95447;
    color: white;
}

.ibox1-r-title li.active {
    background: url(../images/ibox1/jiantou.png) no-repeat center bottom;
}

.tab-pane {
    padding-left: 0;
    margin-bottom: 0;
}

.tab-pane li {
    list-style: none;
    line-height: 42px;
    border-bottom: solid 1px #dfe0e3;
}

.tab-pane li:last-child {
    border-bottom: none;
}

.tab-pane li a {
    color: #333333;
}

.tab-pane li a {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 42px;
}

.tab-pane li a:hover {
    text-decoration: underline;
}

.tab-pane li a span {
    margin-right: 20px;
}

.tab-pane h5 {
    padding-right: 30px;
}

.ibox2 {
    margin-top: 40px;
}

.ibox3 {
    margin-top: 60px;
}

.ibox3-l {
    width: 35%;
    float: left;
    padding-top: 100px;
}

.ibox3-l .text-16 img {
    margin-right: 8px;
}

.ibox3-l .text-16 {
    padding-left: 45px;
}

.ibox3-l-decs {
    padding-left: 75px;
    line-height: 24px;
    margin-top: 40px;
}

.ibox3-l-data {
    padding-left: 70px;
    padding-top: 20px;
}

.ibox3-l-1,
.ibox3-l-2,
.ibox3-l-3,
.ibox3-l-4 {
    float: left;
}

.ibox3-l-1 {
    width: 160px;
}

.ibox3-l-2 {
    width: 190px;
}

.ibox3-l-3 {
    width: 220px;
}

.ibox3-l-4 {
    width: 180px;
}

.ibox3-l-1 h5,
.ibox3-l-2 h5,
.ibox3-l-3 h5,
.ibox3-l-4 h5 {
    padding-left: 0;
    margin-top: 0px;
}

.ibox3-l-1 .text-42,
.ibox3-l-2 .text-42,
.ibox3-l-3 .text-42 {
    margin-bottom: 0;
}

.ibox3-r {
    width: 65%;
    float: left;
    position: relative;
}

.ibox3-r-1 {
    background-repeat: no-repeat;
    width: 775px;
    height: 570px;
    float: right;
    padding-left: 200px;
    padding-top: 115px;
}

.ibox3-r-2 {
    width: 255px;
    height: 330px;
    background: url(../images/ibox3/bg-1.png) no-repeat;
    position: absolute;
    top: 145px;
    padding-top: 194px;
    padding-left: 24px;
}

.ibox3-r-1 .text-60 {
    color: white;
    font-size: 40px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.main {
    width: 1386px;
    margin: 60px auto;
}

.picon {
    clear: both;
    height: 174px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.picon ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 174px;
    width: 1690px;
    padding: 0;
    margin: 0;
}

.picon li {
    float: left;
    height: 174px;
    width: 231px;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}


/*====================================================底部============================================================*/

.footer {
    height: 88px;
    width: 100%;
    border-top: solid 6px #26448a;
}

.footer h6 {
    float: left;
    line-height: 26px;
    padding-top: 21px;
    margin-right: 12px;
}

.footer h6 a {
    padding: 0 10px 0 0;
}

.footer2 {
    float: left;
}

.footer2 .btn-f {
    width: 190px;
    margin-right: 4px;
    background-color: white;
    border: solid 1px #000000;
    text-align: left;
    border-radius: 0;
    background: url(../images/footer-s.jpg) no-repeat 150px center;
}

.footer2 {
    margin-top: 26px;
}

.footer2 .dropup {
    float: left;
}


/*===================================================================简介===========================================================================*/

.bannerin {
    max-width: 1920px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) inset;
}

.nav-sm {
    background-color: #f9f9f9;
}

.nav-sm1 {
    height: 70px;
    color: #999999;
}

.nav-sm1 img,
.nav-sm1 h5,
.nav-sm1 h6 {
    display: inline-block;
    line-height: 70px;
    margin: 0;
    margin-right: 4px;
}

.nav-sm2 a {
    color: #444444;
    line-height: 70px;
    padding: 0 15px;
    display: inline-block;
}

.nav-sm2 a:hover,
.nav-sm2 .active {
    border-bottom: solid 3px #26448a;
}

.nav-sm .col-xs-2,
.nav-sm .col-xs-2 {
    padding: 0;
}

.intro-box {
    background: url(../images/intro/intro-bg.jpg) no-repeat center top;
    margin-top: 50px;
    margin-bottom: 90px;
}

.introbox1 {
    padding-top: 180px;
}

.introbox1 h2 {
    margin: 0;
    font-weight: bold;
}

.introbox2 {
    margin-left: 240px;
    padding-top: 40px;
    width: 440px;
}

.introbox2 .text-16 {
    line-height: 30px;
}

.introbox3 {
    margin-top: 80px;
}

.introbox3 .data {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 50px;
}

.introbox3 .data:last-child {
    margin-right: 0;
}

.introbox3 .data .text-16,
.introbox3 .data h5 {
    display: inline-block;
    margin: 0;
}

.backtop {
    margin-top: 30px;
}

.backtop img {
    margin-left: 10px;
}

.backtop a {
    color: #999999;
}


/*===================================================================荣誉===========================================================================*/

.honorbox {
    height: auto;
}


/*===================================================================荣誉===========================================================================*/

.zuzhibox {
    background: url(../images/zuzhi/bg.jpg) no-repeat center bottom;
    padding-bottom: 80px;
    padding-top: 40px;
}


/*===================================================================内控===========================================================================*/

.neikong-box {
    margin-top: 20px;
}

.neikong {
    width: 100%;
    height: 430px;
    margin-bottom: 32px;
    border: solid 1px #f1f1f1;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.neikong-img {
    width: 100%;
    height: 200px;
    background: no-repeat center center;
    background-size: 100% auto;
}

.neikong-text {
    padding: 24px 35px 0 35px;
}

.neikong-text h5:first-child {
    height: auto;
}

.neikong-text h5 {
    line-height: 20px;
    max-height: 60px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.neikong-text h4 {
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.neikong:hover {
    margin-top: -5px;
    margin-bottom: 37px;
    box-shadow: 0 4px 8px #ddd;
}

.pagination li a {
    margin: 0 5px;
}

.nk-line {
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: solid 1px #e5e5e5;
}

.neikong-box {
    margin-bottom: 30px;
}

.nk-body {
    padding-top: 30px;
    padding-bottom: 60px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-top: none;
    padding: 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.nk-body img {
    display: inline-block;
    max-width: 100%;
}

.nk-body p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.nk-1 {
    line-height: 26px;
    padding-bottom: 2px;
    padding-top: 10px;
    color: #666666;
}

.xmbox {
    margin-top: 40px;
    background-color: #f3f3f3;
}

.xmbox1 {
    width: 62.5%;
    height: 380px;
    background: no-repeat center center;
}

.xmbox2 {
    width: 37.5%;
    padding: 80px 55px 0 55px;
}

.xmbox:nth-child(odd) .xmbox1,
.xmbox:nth-child(odd) .xmbox2 {
    float: left;
}

.xmbox:nth-child(even) .xmbox1,
.xmbox:nth-child(even) .xmbox2 {
    float: right;
}

.xmbox2 h5 {
    line-height: 26px;
    color: #666666;
}

.xmbox2 h2 {
    color: #333333;
    margin-bottom: 20px;
}

.xiangmu {
    margin-bottom: 30px;
}

.contact-l {
    width: 33.5%;
    float: left;
}

.contact-r {
    width: 66.5%;
    float: left;
    padding-left: 80px;
}

.contact-l .text-26 {
    font-weight: bold;
    margin-top: 20px;
}

.contact-l h4 {
    color: #666666;
    padding-bottom: 20px;
    line-height: 26px;
    border-bottom: solid 1px #e5e5e5;
}

.contactbox {
    margin-bottom: 80px;
    margin-top: 30px;
}

.show-img {
    width: 50%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.show-text {
    width: 50%;
    float: left;
}

.show-text1 {
    padding-left: 80px;
    padding-top: 20px;
}

.show-text1 h2 {
    margin-top: 0;
}

.xiangmu-in {
    margin-top: 60px;
    margin-bottom: 60px;
}

.xiangmu-bottom {
    background-color: #f9f9f9;
    padding-bottom: 70px;
    padding-top: 60px;
    max-width: 1920px;
    margin: 0 auto;
}

.xiangmu-bottom p {
    line-height: 36px;
    text-indent: 2em;
}

.change-left {
    width: 800px;
    float: left;
}

.change-right {
    width: 400px;
    float: left;
}

.change-left dl {
    width: 800px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
}

.change-right dl {
    width: 115px;
    height: 82px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    float: left;
    margin-left: 18px;
    cursor: pointer;
}

.change-right dl dd {
    width: 100%;
    height: 82px;
    background-color: rgba(0, 0, 0, 0.4);
}

.change-right2 div {
    width: 66px;
    height: 60px;
    background-color: #c1c1c1;
    margin-left: 18px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.change-right2 div:hover {
    background-color: #484848;
}

.changeimg {
    margin-top: 40px;
}

.topimg {
    margin-bottom: 70px;
}

.nk-video {
    margin-bottom: 70px;
}

.nk-video-1 {
    width: 470px;
    float: left;
}

.nk-video-2 {
    width: 680px;
    float: left;
    margin-left: 30px;
    background-color: #f2f2f2;
    height: 270px;
    padding-left: 30px;
}

.nk-video-2-t {
    font-weight: bold;
    padding-top: 24px;
}

.nk-video-2-p {
    color: #666666;
    line-height: 24px;
}

.nk-video-num {
    margin-top: 20px;
}

.nk-video-num a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #aeaeae;
    float: left;
    color: white;
    margin-right: 5px;
    margin-bottom: 5px;
}

.nk-video-num a.active {
    background-color: #26448a;
}

.login {
    padding: 60px 0;
}

.loginbox {
    width: 582px;
    height: 281px;
    background: url(../images/login/jion.jpg) no-repeat center center;
    margin: 0 auto;
}

.indexnews1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    text-decoration: none;
}

.download {
    width: 100%;
    margin-bottom: 12px;
    border: solid 1px #f1f1f1;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.download-text {
    padding: 0 15px;
}

.download-text h5 {
    line-height: 20px;
    color: #666666;
}

.download-text h4 {
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.download:hover {
    margin-top: -5px;
    margin-bottom: 17px;
    box-shadow: 0 4px 8px #ddd;
}

.otherbox {
    padding: 40px 0;
}

.otherbox img {
    margin: 0 auto;
    margin-bottom: 20px;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.otherbox img:hover {
    box-shadow: 0 2px 8px #ddd;
}

.othernav dl {
    height: 52px;
    line-height: 52px;
    margin: 0;
}

.othernav dl a {
    display: block;
    padding-left: 15px;
}

.othernav dl a:hover,
.othernav dl a.active {
    background-color: #26448a;
    color: white;
}

.othertext h3 {
    margin-bottom: 20px;
    text-align: center;
}

.othertext p {
    line-height: 26px;
    color: #666666;
}

.othernav {
    width: 15%;
    float: left;
    margin-right: 5%;
}

.othertext {
    width: 80%;
    float: left;
}

.xiashu-new img {
    margin: 0 auto;
}

.xiashu-text {
    padding: 15px;
}

.xiashu-text h5 {
    line-height: 20px;
    color: #666666;
}

.xiashu-text h4 {
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.xiashu-new:hover {
    margin-top: -5px;
    margin-bottom: 37px;
    box-shadow: 0 4px 8px #ddd;
}

.xiashu-new {
    margin-bottom: 32px;
    border: solid 1px #f1f1f1;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.search input {
    height: 28px;
    width: 160px;
    padding-left: 10px;
    border: solid 1px #dddddd;
    color: #999999;
}

.search button {
    background-color: white;
    border: none;
}

.search {
    padding-top: 24px;
}

.search span {
    color: #999999;
}

.search-in {
    margin-bottom: 60px;
    height: 42px;
}

.search-in input {
    height: 42px;
    width: 420px;
    border-radius: 4px;
    padding-left: 10px;
    border: solid 1px #dddddd;
    color: #999999;
}

.search-in button {
    background-color: white;
    border: none;
    height: 42px;
}

.search-in span {
    font-size: 24px;
    line-height: 36px;
    color: #999999;
    top: 5px;
    margin-left: 20px;
}

.erwei {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 9999999999999999;
    border: solid 1px #dddddd;
    display: none;
}

.erwei-show {
    cursor: pointer;
}

.topbox .erwei-show:hover .erwei {
    display: block;
}

.hide1400 {
    display: none;
}

.neikong-text h5 p {
    line-height: 20px;
    text-indent: 0;
}

.hide1200 {
    display: none;
}

.honorbox2 h5 {
    line-height: 26px;
    font-size: 18px;
}

.btn-download .radio-inline {
    margin-right: 40px;
}

.btn-download {
    margin-bottom: 30px;
}


.videoFix{
	position: fixed;
	z-index: 9999999999999999999999999999;
	right: 1%;
	top:20%;
	background-color: rgba(255,255,255,0.80);
	text-align: center;
	padding:15px;
	border-radius: 8px;
    box-shadow: 0 2px 3px #cccccc,0 -2px 3px #cccccc;
}

.videoFix img{
    width: 160px;
}

table p {
    margin: 0;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 15px !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.neikong-box .page_btn {
    text-align: right;
    margin-bottom: 5px;
    padding-right: 200px;
}

.neikong-box .page_btn .page_item {
    display: inline-block;
    padding: 0 15px
}

.neikong-box .page_btn .page_item span {
    font-size: 20px
}

.fixed_news {
    /* position: fixed;
    left: 15px;
    top: 20%;
    width: 240px;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0 0 15px 0;
    background-color: white;
    /* border-radius: 4px; */
}

.fixed_news .title {
    font-size: 18px;
    padding-left: 15px;
    line-height: 3;
}

.fixed_news li {
    line-height: 24px;
    padding: 0 15px;
}

.fixed_news li a {
    max-height: 48px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fixed_news li.active {
    background-color: #999;
}

.fixed_news li:hover {
    background-color: #999;
}

.fixed_news li span {
    display: inline-block;
}

.fixed_video {
    position: fixed;
    right: 15px;
    top: 20%;
    width: 240px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    list-style: none;
    background-color: white;
    border-radius: 4px;
    padding: 15px;
}

.fixed_video .video {
    position: relative;
}

.fixed_video .video img {
    width: 100%;
    height: 120px;
}

.fixed_video .video .m-video {
    position: absolute;
    height: 120px;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    font-size: 36px;
    text-align: center;
    line-height: 120px;
}