    /* 清除浮动 */
    
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    
    .clearfix {
        zoom: 1;
    }
    
    .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 980px;
        max-width: 1212px;
        margin: 0 auto;
    }
    
    html,
    body {
        height: 100%;
        overflow: inherit;
    }
    
    .top_magin {
        height: 60px;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        color: #fff;
        font-family: "微软雅黑";
        font-weight: bold;
        background: linear-gradient(to left, #7b4397, #2196f3);
    }
    
    .logo {
        height: 40px;
        min-width: 200px;
        width: 12%;
    }
    
    .title {
        font-size: 25px;
        float: left;
    }
    
    .information {
        float: right;
        margin-right: 20px;
        position: relative;
    }
    
    .top_magin .col-xs-6 span {
        color: #fcdf17;
    }
    
    .user_name {
        float: left;
        line-height: 30px;
        color: #fff;
        font-size: 13px;
        margin-left: 10px;
    }
    
    .infor_float {
        z-index: 999;
        cursor: pointer;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100px;
        background-color: #fff;
        /* border: 1px solid #ccc; */
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    
    .Change_password {
        padding: 5px 10px;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        line-height: 26px;
        border-bottom: #DDDDDD 1px solid;
    }
    
    .Change_password>img {
        width: 18px;
        height: 15px;
        float: left;
        margin-top: 5px;
    }
    
    .Change_password:hover {
        background: #DDDDDD;
    }
    
    .word {
        color: #000;
        float: right;
    }
    
    .Log_out {
        padding: 5px 10px;
        box-sizing: border-box;
        cursor: pointer;
        width: 100%;
        height: 40px;
        line-height: 26px;
    }
    
    .Log_out>img {
        width: 18px;
        height: 15px;
        float: left;
        margin-top: 5px;
        margin-left: 2px;
    }
    
    .Log_out:hover {
        background: #DDDDDD;
    }
    
    .top_gound {
        background-color: #11285c
    }
    
    .input_img {
        border-style: none;
        width: 180px;
        height: 30px;
        background-color: #f4f6f9;
        border-radius: 20px;
        padding-left: 12px;
        padding-right: 10px;
        background: #f4f6f9;
        font-size: 13px;
        font-family: '微软雅黑'
    }
    
    @media(min-width:500px) {
        .top_magin {
            font-size: 25px;
        }
    }
    /* @media(min-width:900px) {
	.top_magin {
		font-size: 37px;
	}
} */
    
    .container-fluid .top_magin a {
        border: none;
    }
    
    .top_image {
        height: 200px;
    }
    
    @media(min-width:500px) {
        .top_image {
            height: 300px;
        }
    }
    
    @media(min-width:900px) {
        .top_image {
            height: 400px;
        }
    }
    
    .carousel-inner .item img {
        width: 100%;
        height: 400px;
    }
    
    .carousel .heights {
        height: 200px;
    }
    
    @media(min-width:500px) {
        .carousel .heights {
            height: 300px;
        }
    }
    
    @media(min-width:900px) {
        .carousel .heights {
            height: 400px;
        }
    }
    
    .big {
        margin: auto;
        text-align: center;
        min-width: 220px;
        min-height: 170px;
        width: 60%;
        height: 100%;
        background-color: #ffffff;
        background-size: cover;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44);
        overflow: hidden;
        color: white;
        transition: all 0.5s;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .big:hover {
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
        transform: scale(1.05);
    }
    
    .English_title {
        color: #231815;
        font-family: '微软雅黑';
        font-weight: bold;
        font-size: 12px;
    }
    
    .footer_menu_list li a {
        color: #928b85;
        font-weight: normal;
    }
    
    .footer_menu_list li a:hover {
        color: #FFFFFF;
    }
    
    .row .center-block h4 {
        color: #231815;
        font-family: '微软雅黑';
        font-weight: bold;
        font-size: 17px;
    }
    
    .imgbig {
        margin: auto;
    }
    
    .Chinese_title {
        display: block;
        /*设置为块级元素会独占一行形成上下居中的效果*/
        position: relative;
        /*定位横线（当横线的父元素）*/
        color: #231815;
        /*居中文字的颜色*/
        text-align: center;
        font-family: 'AdobeHeitiStd-Regular';
        font-size: 7px;
    }
    
    .Chinese_title:before,
    .Chinese_title:after {
        content: '';
        position: absolute;
        /*定位背景横线的位置*/
        top: 50%;
        background: #0aa5ff;
        /*背景横线颜色*/
        width: 25%;
        /*单侧横线的长度*/
        height: 1px;
    }
    
    .Chinese_title:before {
        left: 7%;
        /*调整背景横线的左右距离*/
    }
    
    .Chinese_title:after {
        right: 7%;
    }
    
    .btn {
        width: 100px;
        height: 30px;
        background-color: #ffffff;
        border-radius: 4px;
        border: solid 1px #0aa5ff;
        margin-top: 10px;
        text-align: center;
        color: #231815;
    }
    
    .pre_styles {
        background-color: #f4f6f9;
        overflow-y: scroll;
        height: 80px;
        list-style: none;
    }
    
    .icon_img {
        background-color: #f4f6f9;
        width: 170px;
        height: 80px;
        text-align: center;
        border-radius: 0px 6px 6px 0px;
    }
    
    .icon_img span {
        width: 80px;
        background-color: #287fc7;
        float: left;
        text-align: center;
        line-height: 80px;
        border-radius: 6px 0px 0px 6px;
    }
    
    .icon_img span img {
        display: inline-block;
        vertical-align: middle;
    }
    
    .read_num {
        cursor: pointer;
        text-decoration: underline;
        color: #11285c;
        font-family: 微软雅黑;
        font-weight: bold;
        font-size: 18px;
    }
    
    .icon_img li {
        display: inline-block;
        vertical-align: middle;
        margin-top: 10%;
    }
    
    .btn:hover {
        font-family: AdobeHeitiStd-Regular;
        background: #0aa5ff;
        color: white;
    }
    
    .col-or {
        color: aliceblue;
        font-family: 'MicrosoftYaHei-Bold';
    }