@charset "utf-8";
/* CSS Document */
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font: normal 14px "Microsoft YaHei";
    -webkit-text-size-adjust: 100%
}

body {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #454545;
    background: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    /*控制内容的可选择性*/
    /*-webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;*/
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input[type='text']::-webkit-input-placeholder { /* WebKit browsers */
    color: #afbcc1;
    font-size: 16px;
}

input[type='text']::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #afbcc1;
    font-size: 16px;
}

input[type='text']:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #afbcc1;
    font-size: 16px;
}

@media (max-width: 640px) {
    input[type='text']::-webkit-input-placeholder { /* WebKit browsers */
        color: #afbcc1;
        font-size: 14px;
    }

    input[type='text']::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #afbcc1;
        font-size: 14px;
    }

    input[type='text']:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #afbcc1;
        font-size: 14px;
    }
}

ul, li, form, dl, dt, dd, div, ol, figure, aside, menu, nav, .mp h2, .mp h3, .mp p {
    padding: 0;
    margin: 0;
}

.ul, .ul li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table td {
    border-collapse: collapse;
    font-size: 14px;
}

select, input, textarea {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

a {
    color: #333333;
    text-decoration: none;
    /* 去掉链接触摸高亮 */
    /*noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}

a:hover {
    color: #004e98;
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    /*white-space: -pre-wrap;*/
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Microsoft YaHei";
    text-align: justify;
    text-justify: inter-ideograph;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.clearfix {
    *zoom: 1;
}

/*IE/7/6*/
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot1,
.dot2,
.dot3,
.dot4 {
    display: -webkit-box;
    /*display: box;*/
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.dot1 {
    -webkit-line-clamp: 1;
}

.dot2 {
    -webkit-line-clamp: 2;
}

.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}

.ytable {
    display: table;
    width: 100%;
}

.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}


/*  */
.auto_1280 {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

.bg_cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ytable {
    table-layout: fixed;
}

.f32 {
    font-size: 32px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f30 {
    font-size: 26px;
}

.f36 {
    font-size: 36px;
}

/* img{width: auto;} */
@media (max-width: 1200px) {
    .f18 {
        font-size: 16px;
    }

    .f24 {
        font-size: 22px;
    }

    .f26 {
        font-size: 24px;
    }

    .f32 {
        font-size: 28px;
    }

    .f36 {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    .f14 {
        font-size: 10px;
    }

    .f18 {
        font-size: 14px;
    }

    .f20 {
        font-size: 18px;
    }

    .f24 {
        font-size: 20px;
    }

    .f32 {
        font-size: 26px;
    }

    .f16 {
        font-size: 15px;
    }

    .f18 {
        font-size: 17px;
    }

    .f36 {
        font-size: 28px;
    }

    .f26 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .f20 {
        font-size: 16px;
    }

    .f24 {
        font-size: 18px;
    }

    .f30 {
        font-size: 20px;
    }

    .f32 {
        font-size: 22px;
    }

    .f16 {
        font-size: 12px;
    }

    .f18 {
        font-size: 14px;
    }

    .f36 {
        font-size: 24px;
    }

    .f26 {
        font-size: 20px;
    }
}

.auto {
    width: 96%;
    max-width: 1280px;
    margin: auto;
    position: relative
}

.header {
    height: auto;
    position: relative;
    margin: auto;
    background: url('../images/top_bg.jpg') no-repeat top center #F4FCFE;
    background-size: contain;
    z-index: 200;
}

.header .top {
    padding: 0 0.1%;
    max-width: 1280px;
    margin: 0 auto;
}

.header .header_menu_button {
    float: right;
    width: 35px;
    height: 30px;
    margin: 0 0 4% 0;
    text-align: center;
    position: relative;
    background-color: #3f8ece;
    display: none;
}

.header .header_menu_button:hover {
    cursor: pointer;
}

.header .header_menu_button .line {
    width: 27px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 4px;
}

.header .header_menu_button .line::before {
    content: '';
    width: 27px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.header .header_menu_button .line::after {
    content: '';
    width: 27px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 16px;
    left: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.header .is_active .line {
    height: 0;

}

.header .is_active .line::before {
    content: '';
    width: 27px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .is_active .line::after {
    content: '';
    width: 27px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .links {
    height: 60px;
    padding: 0 2%;
    background-color: #3f8ece;
    box-shadow: 0px 12px 8px -12px #000;
    width: 100%;
}

.header .info {
    text-align: end;
    width: 100%;
}

.header .info span {
    color: #6d869a;
    padding-left: 25px;
    margin-left: 50px;
    line-height: 30px;
}

.header .info .phone {
    background: url('../images/top_phone.png') no-repeat left center;
}

.header .info .home {
    background: url('../images/top_home.png') no-repeat left center;
}

.header .logo_know {
    width: 45%;
    float: left;
    padding-top: 1%;
}

.header .search_user {
    width: 55%;
    float: right;
    padding-top: 1%;
}

.header .logo_box {
    background: url('../images/logo.png') no-repeat left center;
    width: 330px;
    padding-top: 13%;
    float: left;
    position: relative;
}

.header .line {
    width: 1px;
    height: 38px;
    background: #b0bbbf;
    position: absolute;
    right: -4.2%;
    top: 25%;
}

.header .knowledge {
    color: #231815;
    padding: 0 0 0 5%;
    display: block;
    float: left;
    line-height: 70px;
}

.header .search_box {
    width: 58.59%;
    float: left;
    height: 46px;
    border: 3px solid #F3F8FB;
    border-radius: 40px;
    position: relative;
    background: #fff;
    margin: 1.8% 0 2.4% 11%;
}

.header .search_box input {
    width: 86.666%;
    height: 40px;
    border-radius: 40px;
    border: none;
    padding-left: 20px;
}

.header .search_box a {
    width: 13.333%;
    height: 40px;
    border-radius: 40px;
    background: url('../images/top_search.png') no-repeat center #3f8ece;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.header .user_box {
    float: right;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    padding-top: 1.8%;
    position: relative;
}

.header .user_box .signed,
.header .user_box .user {
    float: right;
    color: #abb1b6;
    white-space: nowrap;
    max-width: 110px;
    overflow: hidden;
}

.header .user_box .signed img {
    width: 40px;
    height: 40px;
}

.header .user_box .join {
    float: right;
    color: #abb1b6;
    margin-left: 30px;
}

.header .user_box .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.header .user_box .signed .icon {
    margin: 0 auto;
}

.header .user_box .user .icon {
    background: url('../images/top_member.png') no-repeat center #3f8ece;
    margin: 0 auto;
}

.header .user_box .join .icon {
    background: url('../images/top_user.png') no-repeat center #3f8ece;
    margin: 0 auto;
}

/* .header .links{position: absolute; bottom: 0;} */
.header .links ul {
    max-width: 1280px;
    margin: 0 auto;
}

.header .links ul li {
    float: left;
    line-height: 60px;
    text-align: center;
    width: 12.5%;
}

.header .links ul li a {
    color: #fff;
    font-size: 18px;
}

.header .operate_box {
    width: 140px;
    height: 160px;
    padding: 10px 20px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: -250%;
    box-shadow: 0 -3px 15px 0.5px rgb(165, 165, 165);
    display: none;
    z-index: 100;
    transition: all 0.2s ease-in-out;
}

.header .operate_box .triangle {
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    top: -18px;
    left: 80%;
}

.header .operate_box .circle {
    width: 18px;
    height: 18px;
    background-color: #E60012;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 14%;
    top: 10%;
    font-size: 16px;
    line-height: normal;
    z-index: 5;
}

.header .operate_box a {
    display: block;
    line-height: 50px;
    color: #999;
    font-size: 16px;
}

.header .operate_box .collect {
    position: relative;
    border-bottom: 1px solid #E9E9E9;
    background: url('../images/top_collect.png') no-repeat left center;
    padding-left: 13px;
}

.header .operate_box .username {
    position: relative;
    border-bottom: 1px solid #E9E9E9;
    background: url('../images/name.png') no-repeat left center;
    padding-left: 13px;
}

.header .operate_box .history {
    background: url('../images/eyes_icon.png') no-repeat left center;
    padding-left: 13px;
    border-bottom: 1px solid #E9E9E9;
}

.header .operate_box .memo {
    background: url('../images/top_history.png') no-repeat left center;
    padding-left: 13px;
}

.header .operate_box .out {
    background: url('../images/pw.png') no-repeat left center;
    padding-left: 13px;
}

.header .side_links {
    width: 200px;
    position: fixed;
    height: 100vh;
    background-color: #3f8ece;
    z-index: 10;
    top: 0;
    box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    transform: translateX(-220px);
}

/* .header .side_links ul{padding-top: 5%;} */
.header .side_links ul li {
    line-height: 50px;
    text-align: start;
    border-bottom: 1px solid #0578d6;
    padding-left: 15%;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.header .side_links ul li:hover {
    background-color: #0578d6;
}

.header .side_links ul li a {
    color: #fff;
    padding-right: 10px;
    font-size: 18px;
    display: block;
    transform: translateX(50px);
    transition: all 0.4s;
    opacity: 0;
}

#check {
    display: none;
}

#check:checked ~ .side_links {
    transform: translateX(0);
}

#check:checked ~ .side_links ul li a {
    opacity: 1;
    transform: translateX(0);
}

#check:checked ~ .side_links ul li:nth-child(1) a {
    transition-delay: 0.08s;
}

#check:checked ~ .side_links ul li:nth-child(2) a {
    transition-delay: 0.16s;
}

#check:checked ~ .side_links ul li:nth-child(3) a {
    transition-delay: 0.24s;
}

#check:checked ~ .side_links ul li:nth-child(4) a {
    transition-delay: 0.32s;
}

#check:checked ~ .side_links ul li:nth-child(5) a {
    transition-delay: 0.40s;
}

#check:checked ~ .side_links ul li:nth-child(6) a {
    transition-delay: 0.48s;
}

#check:checked ~ .side_links ul li:nth-child(7) a {
    transition-delay: 0.56s;
}

#check:checked ~ .side_links ul li:nth-child(8) a {
    transition-delay: 0.64s;
}

@media (max-width: 1200px) {
    .header .logo_know {
        width: 100%;
        padding-top: 0;
    }

    .header .search_user {
        width: 100%;
        padding-top: 0;
    }

    .header .logo_box {
        padding-top: 8%;
    }

    /* .header{height: 234px;} */
    .header .search_box {
        margin: 0 0 2.4% 0;
        width: 35.15%;
    }

    .header .user_box {
        padding-top: 0;
        margin: 0 0 2.4% 0;
    }

    .header .line {
        top: 5%;
    }

    .header .knowledge {
        padding: 0.8% 0 0 3.5%;
    }

    .header .search_box input {
        width: 80%;
    }

    .header .search_box a {
        width: 20%;
    }
}

@media (max-width: 1024px) {
    .header .links ul li a {
        font-size: 16px;
    }
}

@media (max-width: 960px) {
    .header .logo_box {
        padding-top: 8%;
        width: 280px;
        background-size: contain;
    }

    .header .knowledge {
        padding: 0% 0 0 3.5%;
        font-size: 26px;
    }

    .header .search_box {
        width: 50%;
    }

    .header .header_menu_button {
        display: block;
    }

    .header .links {
        display: none;
    }

    .header {
        height: auto;
    }


}

@media (max-width: 768px) {
    .header .logo_box {
        width: 250px;
    }

    .header .search_box {
        width: 60%;
    }

    .header .logo_know {
        padding: 3% 0 2% 0;
    }

    .header .info span {
        margin-left: 5%;
        font-size: 14px;
    }

    .header .user_box .join {
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .header .logo_box {

        width: 55%;
    }

    .header .knowledge {
        font-size: 16px;
        line-height: 28px;
    }

    .header .line {
        height: 25px;
    }

    /* .header .search_box{width: 220px;} */
    .header .info .phone,
    .header .info .home {
        font-size: 12px;
        padding-left: 12px;
        background-size: 10px;
        display: none;
    }

    .header .user_box {
        font-size: 12px;

    }

    .header .top {
        padding: 2% 2% 2% 2%;
    }
}

@media (max-width: 320px) {
    .header .info span {
        margin-left: 0;
    }

    .header .knowledge {
        font-size: 16px;
        padding: 0% 0 0 5%;
        line-height: 35px;
    }

    .header .line {
        height: 18px;
    }
}


/* .location_menu{height: 60px; background: #fbfbfb; white-space: nowrap;}
.location_menu .location{width: 96%; max-width: 1280px; margin: 0 auto; line-height: 60px; color: #999; background: url('../images/location_home.png') no-repeat .5% center; padding-left: 25px; font-size: 14px;}
.location_menu .location a{color: #999; font-size: 14px; padding: 0 5px;}
.location_menu .location span{padding-left: 5px;}
@media(max-width: 640px){
	.location_menu{padding: 0 2%;}
} */

.bottom {
    height: auto;
    padding: 1.8% 0.1%;
    background: url('../images/bottom_bg.jpg') no-repeat top center #dbe8ef;
    position: relative;
    background-size: contain;
}

.bottom .inner {
    max-width: 1280px;
    margin: 0 auto;
}

.bottom .to_top {
    width: 60px;
    height: 60px;
    background: url('../images/to_top.png') no-repeat center #0765b1;
    border-radius: 50%;
    position: fixed;
    top: 76%;
    right: 6%;
    transform: translate(0, -50%);
    z-index: 100;
    display: none;
    transition: all 0.2s ease-in-out;
}

.bottom .logo_box {
    background: url('../images/logo02.png') no-repeat left center;
    width: 250px;
    padding-top: 7%;
    float: left;
    position: relative;
}

.bottom .line {
    width: 1px;
    height: 30px;
    background: #b0bbbf;
    position: absolute;
    right: -4.2%;
    top: 32%;
}

.bottom .knowledge {
    color: #231815;
    padding: 1% 0 0 2.2%;
    display: block;
    float: left;
    line-height: 60px;
}

.bottom .link_box {
    float: right;
    max-width: 340px;
    width: 100%;
    padding-top: 2%;
    position: relative;
}

.bottom .link_box .member_service01 {
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 160px;
    border: 1px solid #c5cfd4;
    background-color: #fff;
    z-index: 100;
    display: none;
}

.bottom .link_box .friendly_link01 {
    position: absolute;
    bottom: 38px;
    right: 0;
    width: 160px;
    border: 1px solid #c5cfd4;
    background-color: #fff;
    z-index: 100;
    display: none;
}

.bottom .link_box ul li {
    line-height: 28px;
    font-size: 14px;
    color: #81898d;
}

.bottom .link_box ul li a {
    color: #81898d;
    display: block;
    padding: 5px 20px;
}

.bottom .link_box ul li a:hover {
    background: #eaf7fe
}

.bottom .link {
    width: 160px;
    line-height: 38px;
    font-size: 14px;
    color: #81898d;
    padding: 0 20px;
    border: 1px solid #c5cfd4;
    display: block;
    background: url('../images/link_icon.png') no-repeat 130px center #fff;
}

.bottom .link_list {
    float: left;
    position: relative
}

.bottom .link_list:nth-child(2) {
    margin-left: 20px;
}

.bottom .bottom_bottom {
    border-top: 1px solid #cddde5;
    padding: 1% 0;
}

.bottom .bottom_bottom span {
    color: #888d90;
}

.bottom .bottom_bottom .qrcode {
    width: 110px;
    height: 110px;
    position: absolute;
    right: -70%;
    top: -450%;
    z-index: 100;
    background-color: #fff;
    padding: 5px;
    display: none;
}

.bottom .bottom_bottom .qrcode02 {
    right: 0%;
}

.bottom .bottom_bottom .qrcode canvas {
    width: 100px;
    height: 100px;
}

.bottom .bottom_bottom .show {
    display: block;
}

.bottom .bottom_bottom .icon {
    width: 30%;
    float: right;
}

.bottom .bottom_bottom .icon li {
    float: right;
    padding-left: 2%;
    position: relative;
}

.bottom .bottom_bottom .icon li i {
    width: 1px;
    height: 15px;
    background-color: #c1ccd1;
    position: absolute;
    left: 25%;
    top: 20%;
}

.bottom .bottom_bottom .social-share .social-share-icon {
    width: 36px;
    height: 15px;
    line-height: 15px;
    color: #8F989D;
    border: none;
    transition: all 0.2s ease-in-out;
}

.bottom .bottom_bottom .social-share .social-share-icon::before {
    position: absolute;
    right: 0;
}

.bottom .bottom_bottom .social-share .social-share-icon:hover {
    background-color: #dbe8ef;
}

.bottom .bottom_bottom .social-share .icon-wechat:hover {
    color: #07C145;
}

.bottom .bottom_bottom .social-share .icon-weibo:hover {
    color: #EB192D;
}

.bottom .bottom_bottom .social-share .icon-bilibili::before {
    content: url('../images/bilibili_icon.png');
}

.bottom .bottom_bottom .social-share .icon-bilibili:hover::before {
    content: url('../images/bilibili_icon01.png');
}

@media (max-width: 1200px) {
    .bottom .logo_box {
        width: 55%;
        background-size: contain;
    }

    .bottom .knowledge {
        font-size: 22px;
    }

    /* .bottom .bottom_bottom{margin-top: 9%;} */
}

@media (max-width: 1024px) {
    .bottom .link_box {
        width: 100%;
    }

    .bottom .bottom_bottom .icon {
        width: 100%;
    }

    .bottom .bottom_bottom .erweima {
        width: 100%;
    }

    .bottom .bottom_bottom {
        margin-top: 3%;
    }
}

@media (max-width: 768px) {
    .bottom .to_top {
        width: 50px;
        height: 50px;
    }

    .bottom .knowledge {
        font-size: 16px;
        padding: 0 0 0 4%;
        line-height: 25px;
    }

    .bottom .line {
        height: 25px;
        top: 5%;
    }
}

@media (max-width: 640px) {


    .bottom {
        padding: 5%;
    }

    .bottom .link_box {
        float: none;
        clear: both
    }

    .bottom .link_list {
        width: 48%;
    }

    .bottom .link_list:nth-child(2) {
        margin-left: 4%
    }

    .bottom .bottom_bottom .share-ls li:first-child span::before, .bottom .bottom_bottom .share-ls li:first-child .img {
        right: 0;
        transform: translateX(0);
        left: auto;
    }

    .bottom .link_box .member_service01,
    .bottom .link_box .friendly_link01 {
        width: 100%
    }

    .bottom .link {
        width: 100%
    }
}

@media (max-width: 320px) {
    .bottom .logo_box {
        width: 150px;
        padding-top: 10%;
    }

    .bottom .knowledge {
        font-size: 18px;
        line-height: 35px;
    }

    .bottom .link {
        background: url('../images/link_icon.png') no-repeat 110px center #fff;
        padding: 0 10px;
    }

    .bottom .link_box ul li {
        padding: 0 5px;
    }
}

/* 四圆角标签 */
.label02 {
    position: absolute;
    border-radius: 4px;
    z-index: 50;
}

/* 单圆角标签 */
.label01 {
    position: relative;
    border-bottom-right-radius: 8px;
    z-index: 50;
}

/* 导航按钮 */
.nav_box {
    float: right;
    line-height: 60px;
    color: #999;
    position: relative;
}

.nav_box .prev {
    background: url('../images/prev.png') no-repeat center;
    display: inline-block;
    height: 17px;
    width: 9px;
    transform: translate(-100%, -50%);
    position: absolute;
    left: 0;
    top: 50%;
}

.nav_box .next {
    background: url('../images/next.png') no-repeat center;
    display: inline-block;
    height: 17px;
    width: 10px;
    transform: translate(100%, -50%);
    position: absolute;
    right: 0;
    top: 50%;
}

.nav_box .current {
    font-size: 18px;
    color: #a9a9a9;
    padding: 0 10px;
}

.nav_box .total {
    font-size: 26px;
    color: #3f8ece;
    font-weight: bold;
    padding: 0 10px;
}

.slick-arrow {
    border: none;
    position: initial;
}

.slick-arrow:before {
    content: none;
}

.draggable {
    margin-right: 0;
}

/* 板块头部 */
.title_box {
    border-bottom: 1px solid #f0f0f0;
}

.title_box .title {
    line-height: 62px;
    border-bottom: 2px solid #3f8ece;
    display: inline-block;
}

.title_box .more {
    display: block;
    float: right;
    color: #999;
    background: url('../images/more_icon.png') no-repeat right center;
    padding-right: 20px;
    line-height: 65px;
}

@media (max-width: 320px) {
    .nav_box {
        margin-right: 5%;
    }
}

/* 首页 */
.home_page_banner {
    position: relative;
    height: 510px;
    overflow: hidden
}

.home_page_banner .inner {
    width: 96%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

.home_page_banner .outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.home_page_banner .banner_bg {
    width: 100%;
    height: 100%;
    display: none;
}

.home_page_banner .banner_bg .blur {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 110%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
}

.home_page_banner .banner_bg .blur:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.home_page_banner .outer a {
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
}

.home_page_banner .outer .inner {
    height: 100%;
    overflow: hidden;
}

.home_page_banner .outer .slick-list {
    height: 100%;
    padding: 0;
}

.home_page_banner .outer .slick-track {
    height: 100%;
}

.home_page_banner .outer a {
    width: 73.595%
}

.home_page_banner .outer a img {
    display: none
}

.home_page_banner .outer a img:hover {
    transform: none;
}

.home_page_banner .info {
    position: relative;
    z-index: 10;
    /*增加*/
    left: 942px;
}

.home_page_banner .info .ul {
    /*right换成left*/
    float: left;
    width: 26.405%;
}

.home_page_banner .info .ul li {
    height: 90px;
    padding: 20px 40px;
    transition: all 0.2s ease-in-out;
    position: relative;
    border: none !important
}

.home_page_banner .info .ul li .title {
    color: #fff;
    line-height: 1.5;
}

.home_page_banner .info .ul li span {
    color: #fff;
    line-height: 1.5;
}

.home_page_banner .info .ul li .txt {
    display: none;
    color: #b8d7f0;
}

.home_page_banner .info .ul li:nth-child(odd) {
    background: linear-gradient(90deg, #16609b 0%, #11629e 100%);
}

.home_page_banner .info li:nth-child(even) {
    background: linear-gradient(90deg, #1266a9 0%, #137cc9 100%);
}

.home_page_banner .info .ul li.slick-current {
    height: 149px;
    padding: 35px 40px;
    background: linear-gradient(90deg, #05467b 0%, #4f99d5 100%);
}

.home_page_banner .info .slick-list {
    overflow: visible
}

.home_page_banner .info .slick-current .triangle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: rgb(0, 49, 105);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-20px, -50%);
}

.home_page_banner .info ul .slick-current .txt {
    display: block
}

@media (max-width: 1200px) {
    .home_page_banner .info li {
        height: 70px;
        padding: 12px 40px;
    }

    .home_page_banner .info .slick-current {
        height: 120px;
        padding: 25px 40px;
    }
}

@media (max-width: 640px) {
    .home_page_banner {
        height: auto
    }

    .home_page_banner .outer {
        height: 100%;
        position: relative
    }

    .home_page_banner {
        padding: 0%;
    }

    .home_page_banner .bg_pic {
        position: initial;
    }

    .home_page_banner .outer a {
        width: 100%;
        background: none !important
    }

    .home_page_banner .outer a img {
        display: block
    }

    .home_page_banner .info {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 100
    }

    .home_page_banner .info {
        width: 100%;
        float: none;
        text-align: center
    }

    .home_page_banner .info .ul {
        width: 100%
    }

    .home_page_banner .info li {
        float: none;
        width: 10px !important;
        height: 10px !important;
        margin: 0 5px;
        padding: 0 !important;
        display: inline-block;
        border-radius: 100px;
        background: #fff !important
    }

    .home_page_banner .info li a {
        display: none
    }

    .home_page_banner .info .slick-current {
        background: #ff0000 !important
    }

    .home_page_banner .info li .triangle {
        display: none
    }

    .link_box {
        display: none
    }

}

.first_part {
    padding: 5% 0 0 0;
}

.first_part .left {
    width: 56%;
    float: left;
    display: grid;
    grid-template-columns: 65.5% 30.5%;
    justify-content: space-between;
}

.first_part .left .small {
    display: grid;
    grid-template-rows: 46% 46%;
    align-content: space-between;
}

.first_part .left a {
    display: block;
}

.first_part .big,
.first_part .above,
.first_part .below {
    position: relative;
    overflow: hidden;
}

.first_part .big img:hover,
.first_part .above img:hover,
.first_part .below img:hover {
    transform: scale(1.1);
}

.first_part .above span,
.first_part .below span {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
}

.first_part .below .video {
    background-color: #449AE0;
    color: #fff;
    text-align: center;
    width: 44px;
    line-height: 26px;
    font-size: 14px;
    left: 15px;
    top: 15px;
}

.first_part .right {
    width: 44%;
    float: left;
    padding-left: 30px;
}

.first_part .right ul li {
    border-top: 1px dotted #999;
    padding: 5% 0;
}

.first_part .right ul li:first-child {
    border: none;
    padding: 0 0 3% 0;
}

.first_part .right ul li .date {
    background: url('../images/date_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
    float: right;
}

.first_part .right ul li .title {
    padding-left: 0px;
    color: #333;
    line-height: normal;
}

@media (max-width: 1200px) {
    .first_part .left {
        width: 100%;
    }

    .first_part .right {
        width: 100%;
        padding-left: 0;
    }

    .first_part .right ul {
        padding-top: 8%;
    }
}

@media (max-width: 480px) {
    .home_page_banner .banner_bg .blur {
        display: none;
    }

    .first_part .left {
        display: block;
    }

    .first_part .left .small {
        grid-template-columns: 48% 48%;
        justify-content: space-between;
        padding-top: 3%;
        grid-template-rows: auto;
    }
}

@media (max-width: 320px) {
    .first_part .left .small {
        display: block;
    }

    .first_part .below {
        padding-top: 3%;
    }
}

.coming_soon {
    padding: 5% 0 0 0;
}

.coming_soon .item_head {
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    padding: 30px 0 30px 0;
    position: relative;
}

.coming_soon .item_head .date {
    color: #333;
    display: block;
}

.coming_soon .item_head .txt {
    color: #999;
    display: inline-block;
    padding-bottom: 30px;
}

.coming_soon .item_head .dot {
    width: 14px;
    height: 14px;
    background: #449ae0;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.coming_soon .item:hover .item_head .txt {
    border-bottom: 3px solid #f19614;
    padding-bottom: 27px;
}

.coming_soon .item:hover .item_head .dot {
    width: 33px;
    height: 33px;
    background: url('../images/first_dot.png') no-repeat center #FDEACA;
    transition: all 0.5s ease-in-out;
}

.coming_soon .item_body {
    position: relative;
    padding: 40px 15px 0 15px;
}

.coming_soon .item_body .pic {
    width: 100%;
    padding-top: 131.31%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.coming_soon .item_body .pic:hover {
    background-size: 110%;
}

.coming_soon .item_body .book {
    width: 110px;
    line-height: 40px;
    background: url('../images/book_icon.png') no-repeat 65px center #357CC7;
    padding: 0 25px;
    right: 20px;
    bottom: 20px;
    color: #fff;
}

.coming_soon .item_body .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    line-height: 34px;
    background: url('../images/play_icon.png') no-repeat 20px center #ffa019;
    color: #fff;
    padding-left: 40px;
}

.coming_soon .item_body .info_box {
    position: relative;
}

.coming_soon .item_body .profile {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #999;
    position: absolute;
    top: 25px;
    left: 0;
}

.coming_soon .item_body .profile img {
    border-radius: 50%;
}

.coming_soon .item_body .profile img:hover {
    transform: none;
}

.coming_soon .item_body .name {
    color: #333;
    padding: 15px 0 15px 70px;
    display: inline-block;
}

.coming_soon .item_body .info {
    color: #999;
    padding-left: 70px;
}

.coming_soon .slick-dots {
    display: none !important
}

@media (max-width: 1200px) {
    .coming_soon .item_body .book {
        width: 90px;
        background: url('../images/book_icon.png') no-repeat 55px center #357CC7;
        padding: 0;
        padding-left: 15px;
    }

    .coming_soon .item_body .play {
        width: 70px;
        background: url('../images/play_icon.png') no-repeat 10px center #ffa019;
        padding: 0;
        padding-left: 25px;
    }
}

@media (max-width: 1024px) {
    .coming_soon .item_body .profile {
        width: 48px;
        height: 48px;
        top: 20px;
    }
}

@media (max-width: 640px) {
    .coming_soon .item_body {
        padding: 40px 5px 0 5px;
    }
}

.new_energy {
    padding: 5% 0 0 0;
}

.new_energy .contain_box {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 48.8% 48.8%;
    justify-content: space-between;
}

.new_energy .left .pic {
    position: relative;
    overflow: hidden;
}

.new_energy .left .pic a {
    display: block;
    padding-top: 55.9%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.new_energy .left .pic a:hover {
    background-size: 110%;
}

.new_energy .left .pic .hot {
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    line-height: 34px;
    background-color: #ffa019;
    color: #fff;
    text-align: center;
}

.new_energy .left ul li {
    height: 90px;
    background: #f9f9f9;
    padding-left: 50px;
}

.new_energy .left ul li a {
    border-left: 1px solid #e5e5e5;
    position: relative;
    height: 100%;
    display: block;
    padding: 10px 30px;
}

.new_energy .left ul li a::before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: url('../images/play_icon.png') no-repeat center;
    background-size: 40%;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateX(-50%);
    transition: all 0.15s ease-in-out;
}

.new_energy .left ul li:hover,
.new_energy .left ul li.slick-current {
    background-color: #fff;
    border-left: 4px solid #ffa526;
    padding-left: 46px;
}

.new_energy .left ul li:hover a::before,
.new_energy .left ul li.slick-current a::before {
    width: 18px;
    height: 18px;
    border: 1px solid #ffa019;
    padding: 3px;
    background: url('../images/play_icon01.png') no-repeat center #fff;
    top: 30%;
}

.new_energy .left ul li a .txt {
    display: block;
}

.new_energy .left ul li a .date {
    background: url('../images/date_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
    display: inline-block;
    vertical-align: top;
}

.new_energy .left ul li a .view {
    display: block;
    float: right;
    background: url('../images/view_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
}

.new_energy .right ul {
    /*display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-template-rows: 48% 48%;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;*/
}

.new_energy .right ul li {
    width: 50%;
    padding: 0 1%;
    margin: 1.5% 0;
    float: left;
}

.new_energy .right ul li a {
    display: block;
}

.new_energy .right ul li .pic {
    position: relative;
    overflow: hidden;
   
}

.new_energy .right ul li .pic img:hover {
    transform: scale(1.1);
}

.new_energy .right ul li .new {
    background-color: #47dfdd;
    color: #fff;
    text-align: center;
    width: 44px;
    line-height: 26px;
    font-size: 14px;
    left: 15px;
    top: 15px;
    position: absolute;
}

.new_energy .right ul li .name {
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.65+54,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 54%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 54%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 54%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

.new_energy .right ul li .name span {
    color: #fff;
    font-size: 18px;
    background: url('../images/top_user.png') no-repeat 5px center;
    padding-left: 25px;
    padding-right: 15px;
}

.new_energy .right ul li .time {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}

.new_energy .right ul li .txt {
    color: #333;
    margin: 5% 0;
    line-height: normal;
    min-height: 48px;
}

.new_energy .right ul li .date {
    background: url('../images/date_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
    display: inline-block;
    vertical-align: top;
}

.new_energy .right ul li .view {
    display: block;
    float: right;
    background: url('../images/view_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
}

@media (max-width: 1200px) {
    .new_energy .right ul li .name span {
        font-size: 12px;
        background-size: 20%;
    }

}

@media (max-width: 1024px) {
    .new_energy .contain_box {
        display: block;
    }

    .new_energy .right ul li {
        margin-bottom: 5%;
    }

    .new_energy .right ul li .txt {
        margin: 2%;
    }

    .new_energy .right {
        padding-top: 3%;
    }
}

@media (max-width: 640px) {
    .new_energy .right ul li .txt {
        min-height: 40px;
    }
}

@media (max-width: 480px) {
    .new_energy .right ul li .new {
        left: 10px;
        top: 10px;
    }
}

@media (max-width: 320px) {
    .new_energy .right ul {
        display: block;
    }

    .new_energy .right ul li {
        padding-bottom: 3%;
    }

    .new_energy .left ul li {
        padding-left: 30px;
        height: 70px;
    }

    .new_energy .left ul li:hover {
        padding-left: 26px;
    }

    .new_energy .left ul li a {
        padding: 10px 20px;
    }
}

.industry_report {
    padding: 5% 0 0 0;
}

.industry_report ul {
    margin: 0 -1%;
}

.industry_report ul li {
    width: 25%;
    padding: 0 1%;
    margin: 1.5% 0;
    float: left;
}

.industry_report ul li .pic {
    position: relative;
    border: 1px solid #ebebeb;
    width: 100%;
    padding-top: 56%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.industry_report ul li .pic:hover {
    background-size: 110%;
}

.industry_report ul li .new {
    background-color: #357CC7;
    color: #fff;
    text-align: center;
    width: 44px;
    line-height: 26px;
    font-size: 14px;
    left: 15px;
    top: 15px;
    position: absolute;
}

.industry_report ul li .txt {
    color: #333;
    margin: 5% 0;
    line-height: 24px;
    min-height: 24px;
}

.industry_report ul li .firm {
    color: #999;
    background: url('../images/location_home.png') no-repeat left center;
    padding-left: 20px;
}

.industry_report ul li .date {
    background: url('../images/date_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
    display: inline-block;
    vertical-align: top;
}

.industry_report ul li .view {
    display: block;
    float: right;
    background: url('../images/eyes_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
}

@media (max-width: 1200px) {
    .industry_report ul li {
        width: 33.3333%;
    }
}

@media (max-width: 768px) {
    .industry_report ul li {
        width: 50%;
    }


}

@media (max-width: 480px) {
    .industry_report ul li {
        width: 50%;
    }

    .industry_report ul li .txt {
        margin: 5% 0 0 0;
    }
}


.industry_criterion {
    padding: 5% 0 0 0;
}

.industry_criterion ul {
    margin: 0 -1%;
}

.industry_criterion ul li {
    width: 25%;
    padding: 0 1%;
    margin: 1.5% 0;
    float: left;
}

.industry_criterion ul li .pic {
    position: relative;
    border: 1px solid #ebebeb;
    width: 100%;
    padding-top: 140%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.industry_criterion ul li .pic:hover {
    background-size: 110%;
}

.industry_criterion ul li .new {
    background-color: #357CC7;
    color: #fff;
    text-align: center;
    width: 44px;
    line-height: 26px;
    font-size: 14px;
    left: 15px;
    top: 15px;
    position: absolute;
}

.industry_criterion ul li .txt {
    color: #333;
    margin: 5% 0;
    line-height: 22px;
    min-height: 22px;
}

.industry_criterion ul li .firm {
    color: #999;
    background: url('../images/location_home.png') no-repeat left center;
    padding-left: 20px;
}

.industry_criterion ul li .date {
    background: url('../images/date_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
    display: inline-block;
    vertical-align: top;
}

.industry_criterion ul li .view {
    display: block;
    float: right;
    background: url('../images/eyes_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
}

@media (max-width: 1200px) {
    .industry_criterion ul li {
        width: 33.3333%;
    }
}

@media (max-width: 768px) {
    .industry_criterion ul li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .industry_criterion ul li {
        width: 50%;
    }

    .industry_criterion ul li .txt {
        margin: 5% 0 0 0;
    }
}


.wonderful_speech {
    padding: 5% 0 0 0;
}

.wonderful_speech ul {
    margin: 0 -1%;
}

.wonderful_speech ul li {
    width: 25%;
    padding: 0 1%;
    margin: 2% 0;
    float: left;
}

.wonderful_speech ul li .pic {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: relative;
    background-size: 100%;
    background-position: center;
    width: 100%;
    padding-top: 56%;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.wonderful_speech ul li .pic:hover {
    background-size: 110%;
}

.wonderful_speech ul li .content {
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    padding: 2% 5% 5% 5%;
    position: relative;
}

.wonderful_speech ul li .new {
    background-color: #449ae0;
    color: #fff;
    text-align: center;
    width: 44px;
    line-height: 26px;
    font-size: 14px;
    left: 15px;
    top: 15px;
    position: absolute;
}

.wonderful_speech ul li .txt {
    color: #333;
    margin: 10% 0 8% 0;
    line-height: normal;
    min-height: 48px;
}

.wonderful_speech ul li .profile {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    padding: 2px;
    display: block;
    position: absolute;
    top: -15%;
    left: 5%;
}

.wonderful_speech ul li .profile img {
    border-radius: 50%;
}

.wonderful_speech ul li .profile img:hover {
    transform: none;
}

.wonderful_speech ul li .name {
    padding-left: 28%;
}

.wonderful_speech ul li .date {
    background: url('../images/date_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
    display: inline-block;
    vertical-align: top;
}

.wonderful_speech ul li .view {
    display: block;
    float: right;
    background: url('../images/eyes_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
}

@media (max-width: 1200px) {
    .wonderful_speech ul li .name {
        padding-left: 35%;
    }

    .wonderful_speech ul li {
        width: 33.3333%;
    }
}

@media (max-width: 960px) {
    .wonderful_speech ul li .profile {
        width: 52px;
        height: 52px;
    }

    .wonderful_speech ul li .txt {
        min-height: 38px;
    }
	.home_page_banner .outer a{
		width:100%;
	}
	.header .top{
		padding:2%;
	}
	.bottom {
		padding: 5%;
	}
	.home_page_banner .banner_bg .blur {
        display: none;
    }
	.home_page_banner {
        height: auto
    }

    .home_page_banner .outer {
        height: 100%;
        position: relative
    }

    .home_page_banner {
        padding: 0%;
    }

    .home_page_banner .bg_pic {
        position: initial;
    }

    .home_page_banner .outer a {
        width: 100%;
        background: none !important
    }

    .home_page_banner .outer a img {
        display: block
    }

    .home_page_banner .info {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 100
    }

    .home_page_banner .info {
        width: 100%;
        float: none;
        text-align: center
    }

    .home_page_banner .info .ul {
        width: 100%
    }

    .home_page_banner .info li {
        float: none;
        width: 10px !important;
        height: 10px !important;
        margin: 0 5px;
        padding: 0 !important;
        display: inline-block;
        border-radius: 100px;
        background: #fff !important
    }

    .home_page_banner .info li a {
        display: none
    }

    .home_page_banner .info .slick-current {
        background: #ff0000 !important
    }

    .home_page_banner .info li .triangle {
        display: none
    }
}

@media (max-width: 768px) {
    .wonderful_speech ul li {
        width: 50%;
    }

    .wonderful_speech ul li .date {
        margin-top: 5px;
    }

    .wonderful_speech ul li .view {
        margin-top: 5px;
    }

    .industry_criterion ul li .date {
        margin-top: 5px;
    }

    .industry_criterion ul li .view {
        margin-top: 5px;
    }

    .industry_report ul li .date {
        margin-top: 5px;
    }

    .industry_report ul li .view {
        margin-top: 5px;
    }

    .metting-list li .tag {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .wonderful_speech ul li {
        width: 50%;
    }

    .wonderful_speech ul li .name {
        padding-left: 60px;
    }

    .wonderful_speech ul li .txt {
        margin: 5% 0 0 0;
    }
}

.brand_conference {
    padding: 5% 0 0 0;
    position: relative;
}

.brand_conference .content_box {
    padding-top: 3%;
}

.brand_conference .content_box .item {
    padding: 0 .3%;
}

.brand_conference .content_box .content {
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
    padding: 5% 9%;
    position: relative;
}

.brand_conference .content_box .pic {
    position: relative;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 61.6161%;
    transition: all 0.2s ease-in-out;
}

.brand_conference .content_box .pic:hover {
    background-size: 110%;
}

.brand_conference .content_box .new {
    background-color: #449ae0;
    color: #fff;
    text-align: center;
    width: 44px;
    line-height: 26px;
    font-size: 14px;
    left: 15px;
    top: 15px;
    position: absolute;
}

.brand_conference .content_box .txt {
    color: #333;
    /*margin: 15% 0 8% 0;*/
    line-height: normal;
    min-height: 46px;
}

.brand_conference .content_box .date {
    background: url('../images/date_icon.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
}

.brand_conference .content_box .addr {
    display: block;
    float: right;
    background: url('../images/address.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
}

.brand_conference .content_box .view {
    display: block;
    float: right;
    background: url('../images/address.png') no-repeat left center;
    padding-left: 20px;
    color: #999;
}

.brand_conference .slick-list {
    overflow: visible;
}

.brand_conference .item {
    opacity: 0.2;
}

.brand_conference .slick-active {
    opacity: 1;
}

.brand_conference .slick-dots {
    bottom: -13%;
    position: absolute;
}

.brand_conference .nav_box02 {
    position: absolute;
    left: 50%;
    transform: translateY(-10px);
    z-index: 100;
    bottom: -10%;
}

.brand_conference .nav_box02 .prev {
    background: url('../images/prev01.png') no-repeat center;
    width: 13px;
    height: 23px;
    padding-right: 250px;
}

.brand_conference .nav_box02 .next {
    background: url('../images/next01.png') no-repeat center;
    width: 13px;
    height: 23px;
    padding-left: 250px;
}

@media (max-width: 960px) {
    .brand_conference .slick-dots li button {
        width: 14px;
        height: 14px;
    }

    .brand_conference .nav_box02 .prev {
        width: 9px;
        height: 18px;
    }

    .brand_conference .nav_box02 .next {
        width: 9px;
        height: 18px;
    }

    .brand_conference {
        margin-bottom: 7%;
    }
}

@media (max-width: 640px) {
    .brand_conference .content_box .txt {
        min-height: 44px;
    }

    .brand_conference {
        margin-bottom: 10%;
    }
}

@media (max-width: 480px) {
    .brand_conference .nav_box02 .prev {
        padding-right: 100px;
    }

    .brand_conference .nav_box02 .next {
        padding-left: 100px;
    }
}

.periodical {
    padding: 5% 0;
}

.periodical .content_box {
    margin: 2% -1% 0 0;
}

.periodical .content_box .item {
    margin-right: 1%;
    /*padding: 1.5% 1.5%;*/
    float: left;
    border: 1px solid #e5e5e5;
}

.periodical .content_box .pic {
    float: left;
    width: 40.8%;
    height: 80%;
    overflow: hidden;
}

.periodical .content_box .pic img {
    transition: all 0.2s ease-in-out;
}

.periodical .content_box .pic img:hover {
    transform: scale(1.1);
}

.periodical .content_box .detail {
    float: left;
    width: 59%;
    padding: 2% 10%;
}

.periodical .content_box .detail .info {
    padding: 3% 0 10% 0;
    border-bottom: 1px solid #e5e5e5;
}

.periodical .content_box .detail .info span {
    color: #999;
}

.periodical .content_box .detail .txt {
    padding-top: 10%;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}

.periodical .slick-dots {
    display: none !important
}

@media (max-width: 1200px) {
    .periodical .content_box .pic {
        width: 100%;
    }

    .periodical .content_box .detail {
        width: 100%;
        padding: 2% 10%;
    }

}

@media (max-width: 768px) {
    .periodical .content_box .detail {
        width: 100%;
        padding: 2%;
    }

    .metting-list li .name span {
        font-size: 12px;

    }
}

@media (max-width: 480px) {
    .periodical {
        padding: 5% 0 10% 0;
    }

    .periodical .content_box .detail .info {
        padding: 3% 0;
    }

    .periodical .content_box .detail .txt {
        padding-top: 3%;
    }

    .periodical .content_box .item {
        margin-right: 0.4%;
    }
}


.location_menu {
    background-color: #fbfbfb;
    line-height: 30px;
}

.location_menu .location {
    border-bottom: 1px solid #f4f4f4;
    background: url(../images/home.png) 4px center no-repeat;
    font-size: 14px;
    color: rgb(153, 153, 153);
    padding: 1.09375% 2%;
    padding-left: 25px;
}

.location_menu .location font {
    font-family: '宋体';
    color: rgb(153, 153, 153);
    font-size: 12px;
    margin: 0 10px;
}

.location_menu .location a {
    font-size: 14px;
    color: rgb(153, 153, 153);
}

.location_menu .location a:hover {
    color: #3f8ece;
}

.location_menu .location span:last-of-type {
    color: #666666;
}

.metting .title {
    text-align: center;
    padding-top: 5.78125%;
    padding-bottom: 0.46875%;
    /*border-bottom: 1px solid #f4f4f4;*/
}

.metting .title h1 {
    color: rgb(51, 51, 51);
    margin: 0;
    line-height: 1.594;
    font-weight: normal;
    margin-bottom: 1.09375%;
}

.metting .title .time {
    font-size: 0;
}

.metting .title .time span {
    display: inline-block;
    padding-left: 22px;
    margin: 0 22px;
    background-position: left center;
    background-repeat: no-repeat;
    color: rgb(153, 153, 153);
}

.metting .title .time span:first-of-type {
    background-image: url(../images/date.png);
}

.metting .title .time span:last-of-type {
    background-image: url(../images/address.png);
}

.metting .content {
    padding: 2.0% 0 2.4375%;
    max-width: 1050px;
    margin: 0 auto;
    color: rgb(51, 51, 51);
    line-height: 1.875;
}

.metting .content .img {
    text-align: center;
    margin-bottom: 1.9%;
}

.metting .content p {
    margin: 0;
}


.screen .search-box {
    margin: 2.4375% 0;
    position: relative;
    padding-right: 120px;
}

.screen .search-box input {
    line-height: 44px;
    height: 44px;
    vertical-align: top;
    color: rgb(153, 153, 153);
    font-size: 16px;
}

.screen .search-box input[type="text"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 55px;
    position: relative;
}

.screen .search-box input::placeholder {
    color: rgb(153, 153, 153);
}

.screen .search-box i {
    width: 40px;
    height: 17px;
    background: url(../images/search_grey.png) 12px center no-repeat;
    border-right: 1px solid #dbdbdb;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.screen .search-box input[type="button"] {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background-color: #3f8ece;
    color: #fff;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 3px;
    cursor: pointer;
}

.screen .search-box input[type="button"]:hover {
    background-color: #3f8ece;
    color: #fff;
}

.screen {
    margin-bottom: 3.125%;
}

.screen .screen-box table {
    width: 100%;
}

.screen .screen-box table td {
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.screen .screen-box table tr:nth-of-type(2n) {
    background-color: #fafafa;
}

.screen .screen-box table .label {
    text-align: center;
    vertical-align: top;
    width: 133px;
    line-height: 35px;
}

.screen .screen-box table .list {
    font-size: 0;
}

.screen .screen-box table a {
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
}

.screen .screen-box table a span {
    color: #3f8ece;
}

.screen .screen-box table a.all {
    color: #3f8ece;
}

.screen .screen-box table a.active {
    background-color: #3f8ece;
    color: #fff;
}

.screen .screen-box table a.active span {
    color: #fff;
}

.screen .screen-box table .has-sub {
    position: relative;
    padding-right: 80px;
}

.screen .screen-box table .has-sub .more {
    position: absolute;
    right: 25px;
    line-height: 60px;
    top: 0;
    font-size: 16px;
    color: #3f8ece;
    padding-right: 16px;
    cursor: pointer;
}

.screen .screen-box table .has-sub .more::after {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: '宋体';
    transition: all .3s;
    transform: rotateZ(90deg);
}

.screen .screen-box table .has-sub .more.on::after {
    transform: rotateZ(-90deg);
}

.screen .screen-box table .has-sub .sub-list {
    padding: 25px 0 0;
    display: none;
}

@media (max-width: 1024px) {
    .screen .screen-box table a {
        font-size: 15px;
        line-height: 30px;
    }

    .screen .screen-box table .label {
        width: 100px;
        font-size: 15px;
    }

    .screen .screen-box table .has-sub .more {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .screen .screen-box table a {
        font-size: 14px;
    }

    .screen .screen-box table .has-sub .more {
        font-size: 14px;
    }

    .screen .screen-box table a {
        padding: 0 10px;
        margin-right: 5px;
    }

    .screen .screen-box table .label {
        font-size: 14px;
        width: 80px;
        padding: 10px 5px;
    }

    .screen .screen-box table td {
        padding: 10px 5px;
    }

    .screen .screen-box table .has-sub .more {
        right: 10px;
    }

    .screen .screen-box table .has-sub {
        padding-right: 54px;
    }
}


.list_sum {
    color: rgb(51, 51, 51);
    line-height: 1.667;
    padding: 0.9375% 0;
}

.list_sum span {
    color: #ff8226;
}


.metting-list ul {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.metting-list li {
    width: 23.28125%;
    margin-bottom: 2.734375%;
    margin-right: 2.2916%;
    float: left;
}

.metting-list li:nth-of-type(4n) {
    margin-right: 0;
}

.metting-list li:nth-of-type(4n+1) {
    clear: left;
}

.metting-list li .pic {
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb;
}

.metting-list li .pic figure {
    padding-top: 55.93%;
    transition: all .3s;
}

.metting-list li .pic .time {
    font-family: "Arial";
    color: rgb(255, 255, 255);
    line-height: 1;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .502);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 5px;
}

.metting-list li:hover .pic figure {
    transform: scale(1.1);
}

.metting-list li .txt {
    padding: 10px 8px;
}

.metting-list li .txt .name {
    color: rgb(153, 153, 153);
    line-height: 1.333;
    padding-left: 20px;
    background: url(../images/name.png) left center no-repeat;
    margin-bottom: 5px;
}

.metting-list li .txt .source {
    color: rgb(153, 153, 153);
    line-height: 1.333;
    margin-bottom: 5px;
}

.metting-list li .txt h3 {
    color: rgb(51, 51, 51);
    line-height: 1.333;
    margin: 0;
    font-family: "Source Han Sans CN";
    margin-bottom: 6px;
    height: 2.666em;
}

.metting-list li .txt .date {
    font-family: "Arial";
    color: rgb(153, 153, 153);
    line-height: 1.5;
}

.metting-list li .txt .date span {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.metting-list li .txt .date span.left {
    float: left;
    background-image: url(../images/date.png);
}

.metting-list li .txt .date span.right {
    float: right;
    background-image: url(../images/play.png);
}

.metting-list li .txt .date span.views {
    float: right;
    background-image: url(../images/eye.png);
}

.metting-list li .txt .datelist {
    font-family: "Arial";
    color: rgb(153, 153, 153);
    line-height: 1.5;
}

.metting-list li .txt .datelist span {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.metting-list li .txt .datelist span.left {
    float: left;
    background-image: url(../images/date.png);
}

.metting-list li .txt .datelist span.right {
    float: right;
    background-image: url(../images/address.png);
}

.metting-list li .txt .company {
    color: rgb(153, 153, 153);
    line-height: 1.5;
    padding-left: 20px;
    background: url(../images/home.png) left center no-repeat;
    margin-bottom: 10px;
}

.metting-list li .tag {
    /*font-size: 14px;*/
    color: rgb(255, 255, 255);
    z-index: 5;
    border-radius: 4px;
    padding: 6px 9px;
    line-height: 1;
    position: absolute;
    left: 4.41%;
    top: 7.27%;
    background-color: #449ae0;
}

.metting-list li.hf .tag {
    background-color: rgb(25, 222, 173);
}

.metting-list li.yg .tag {
    background-color: #ffb30f;
}

.metting-list li.sp .tag {
    background-color: #449ae0;
}

.metting-list li.ppt .tag {
    background-color: #449ae0;
}

.metting-list li .name {
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.65+54,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 54%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 54%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 54%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

.metting-list li .name span {
    color: #fff;
    background: url(../images/top_user.png) no-repeat 5px center;
    padding-left: 25px;
    padding-right: 15px;
    background-size: 15px 15px;
}

.metting-list li.ppt .date span.right {
    background-image: url(../images/eye.png);
}

@media (max-width: 1024px) {
    .metting-list li {
        width: 32%;
        margin-right: 2%;
    }

    .metting-list li:nth-of-type(4n) {
        margin-right: 2%;
    }

    .metting-list li:nth-of-type(3n) {
        margin-right: 0;
    }

    .metting-list li:nth-of-type(4n+1) {
        clear: none;
    }

    .metting-list li:nth-of-type(3n+1) {
        clear: left;
    }

}

@media (max-width: 640px) {
    .metting-list li {
        width: 49%;
        margin-right: 2%;
    }

    .metting-list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .metting-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .metting-list li:nth-of-type(3n+1) {
        clear: none;
    }

    .metting-list li:nth-of-type(2n+1) {
        clear: left;
    }
}

.Pages {
    text-align: center;
    font-size: 0;
    padding-top: 4.6875%;
    padding-bottom: 4.6875%;
}

.Pages .a_end, .Pages .a_first, .Pages .p_count, .Pages .p_cur, .Pages .p_jump, .Pages .p_total {
    display: none
}

.Pages span {
    padding: 0 3px;
    display: inline-block;
    vertical-align: top
}

.Pages a {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #e6e6e6;
    transition: all .3s;
}

.Pages .p_page em {
    font-style: normal;
    font-family: 'Roboto';
    display: inline-block;
}

.Pages .p_page em a {
    padding: 0 10px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.Pages .p_page em a.a_cur {
    color: #fff;
    background-color: #449ae0;
    border-color: #449ae0
}

.Pages .a_prev, .Pages .a_next {
    position: relative;
    border: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/prev.png);
}

.Pages .a_next {
    transform: rotateY(180deg);
}

.Pages a:hover {
    color: #fff !important;
    background-color: #449ae0;
    border-color: #449ae0
}

.Pages a:hover::before {
    color: #fff;
}

.Pages .a_prev:hover, .Pages .a_next:hover {
    background-image: url(../images/prev-page-a.png);
}

@media (max-width: 768px) {
    .Pages a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 3px;
    }

    .Pages .p_page .num a {

    }

    .Pages .p_page .num a.a_cur {
        display: inline-block;
    }

    .Pages .a_prev {
        margin-right: 10px;
    }

    .Pages .a_next {
        margin-left: 10px;
    }
}


.journal .top {
    padding-top: 3.91%;
    padding-bottom: 3.125%;
}

.journal .top .img-box {
    width: 27.34%;
    float: left;
}

.journal .top .img-box .img {
    max-width: 300px;
    padding: 8px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.journal .top .info {
    width: 27.34%;
    float: left;
    padding-top: 9px;
    padding-bottom: 5%;
}

.journal .top .info .box {
    padding-left: 12.86%;
    padding-right: 11.43%;
    border-right: 1px solid #eaeaea;
}

.journal .top .info .title {
    line-height: 1;
    margin-bottom: 6.44%;
}

.journal .top .info ul li {
    line-height: 2.5;
    padding-left: 80px;
    position: relative;
    color: rgb(51, 51, 51);
}

.journal .top .info ul li span {
    color: rgb(153, 153, 153);
    line-height: 2.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}

.journal .top .txt {
    width: 45.32%;
    padding-left: 6.25%;
    float: left;
    color: rgb(153, 153, 153);
    line-height: 1.875;
    padding-top: 5.1%;
    padding-right: 6.375%;
    padding-bottom: 5%;
}

@media (max-width: 1024px) {
    .journal .top .info {
        width: 34.34%;
    }

    .journal .top .txt {
        width: 38.32%;
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (max-width: 768px) {
    .journal .top .img-box {
        width: 30%;
    }

    .journal .top .info {
        width: 70%;
    }

    .journal .top .txt {
        width: 100%;
    }
}

.journal-list UL {
    padding-bottom: 1.5625%;
    border-bottom: 1px solid #f0f0f0;
}

.journal-list li {
    width: 13.69%;
    margin-right: 3.5125%;
    text-align: center;
    float: left;
    margin-bottom: 1.8%;
}

.journal-list li:nth-of-type(6n) {
    margin-right: 0;
}

.journal-list li .pic {
    overflow: hidden;
}

.journal-list li figure {
    padding-top: 131.81%;
    transition: all .3s;
}

.journal-list li .txt {
    color: rgb(102, 102, 102);
    line-height: 2.833;
}

.journal-list li:hover figure {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .journal-list li {
        width: 23%;
        margin-right: 2%;
    }

    .journal-list li:nth-of-type(5n) {
        margin-right: 2%;
    }

    .journal-list li:nth-of-type(4n) {
        margin-right: 0%;
    }
}

@media (max-width: 768px) {
    .journal-list li {
        width: 32%;
        margin-right: 2%;
    }

    .journal-list li:nth-of-type(4n) {
        margin-right: 2%;
    }

    .journal-list li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .journal-list li {
        width: 49%;
        margin-right: 2%;
    }

    .journal-list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .journal-list li:nth-of-type(2n) {
        margin-right: 0;
    }
}

.detail .title {
    padding-left: 2px;
    padding-bottom: 1.17%;
    padding-top: 3.9%;
}

.detail .title h1 {
    color: rgb(51, 51, 51);
    line-height: 30px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 2.0%;
}

.detail .title h1 .tag {
    color: rgb(255, 255, 255);
    line-height: 30px;
    border-radius: 4px;
    background-color: rgb(63, 142, 206);
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-right: 20px;
}

.detail .title .time span {
    font-family: "Arial";
    color: #999;
    line-height: 1.5;
    display: inline-block;
    padding-left: 22px;
    margin-right: 3.9%;
    background-position: left center;
    background-repeat: no-repeat;
}

.detail .title .time span:first-of-type {
    background-image: url(../images/play.png);
}


.detail .title .time span:last-of-type {
    background-image: url(../images/date.png);
}


.detail .left {
    width: 63.4375%;
    float: left
}

.detail .box1 {
    padding-bottom: 3.0%;
}

.detail .box1 .left .video {
    position: relative;
    padding-top: 63.18%;
}

.detail .box1 .left .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail .right {
    width: 34.375%;
    float: right;
    margin-bottom: 3.7%;
}

.detail .right-title {
    color: #60a7e0;
    font-weight: normal;
    margin: 0;
    line-height: 60px;
    border-bottom: 1px solid #f0f0f0;
}

.detail .reco .right-title {
    padding: 0 6.36%;
}

.detail .reco {
    background-color: #f4f4f4;
}

.detail .reco li {
    padding: 4.54% 6.36% 6.82%;
    border-top: 1px solid #ffffff;
    transition: all .3s;
}

.detail .reco li:hover {
    background-color: #fafafa;
}

.detail .reco li h3 {
    color: rgb(51, 51, 51);
    line-height: 1.5;
    font-weight: normal;
    margin: 0;
    margin-bottom: 5%;
}

.detail .reco li div div {
    color: #999;
    font-size: 14px;
    line-height: 1;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.detail .reco li .name {
    float: left;
    background-image: url(../images/name.png);
}

.detail .reco li .hits {
    float: right;
    background-image: url(../images/play.png);
}


.function {
    padding: 3% 10px 0 4px;
}

.function span {
    float: left;
    line-height: 30px;
    padding-left: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 5.01%;
    cursor: pointer;
}

.function span.jinzhi {
    float: right;
    margin-right: 0;
    padding-left: 20px;
    font-size: 14px;
    color: rgb(153, 153, 153);
    cursor: auto;
}

.function span.warning {
    float: right;
    margin-right: 0;
    padding-left: 20px;
    font-size: 14px;
    color: rgb(153, 153, 153);
    cursor: auto;
}

.function span.dz {
    background-image: url(../images/zan.png);
}

.function span.sc {
    background-image: url(../images/shoucang.png);
}

.function span.zf {
    background-image: url(../images/zhuanfa.png);
}

.function span.bj {
    background-image: url(../images/biji.png);
}

.function span.jinzhi {
    background-image: url(../images/jinzhi.png);
}

.function span.warning {
    background-image: url(../images/warning.png);
}

.function span.active {
    color: #3f8ece;
}

.function span.dz.active {
    background-image: url(../images/zan-a.png);
}

.function span.sc.active {
    background-image: url(../images/shoucang-a.png);
}

.function span.zf.active {
    background-image: url(../images/zhuanfa-a.png);
}

.function span.bj.active {
    background-image: url(../images/biji-a.png);
}

@media (max-width: 1024px) {
    .function span {
        font-size: 14px;
        line-height: 20px;
        background-size: contain;
        margin-right: 2%;
    }
}

@media (max-width: 768px) {
    .detail .left {
        width: 100%;
    }

    .detail .right {
        width: 100%;
    }

    .function span {
        padding-left: 25px;
    }

    .function span.jinzhi {
        /*margin-top: 5px;*/
        padding-left: 25px;
    }

    .function span.warning {
        /*margin-top: 5px;*/
        padding-left: 25px;
    }

    .function {
        padding: 3% 10px 0 4px;
    }
}

.detail .tags {
    font-size: 0;
    padding-top: 3.7%;
    padding-bottom: 3.7%;
}

.detail .tags span {
    display: inline-block;
    line-height: 30px;
    border-radius: 15px;
    background-color: #f4f4f4;
    text-align: center;
    padding: 0 1.85%;
    font-size: 14px;
    margin-right: 1.85%;
    color: rgb(153, 153, 153);
}

.detail .tags span.blue {
    color: rgb(63, 142, 206);
}


.detail .speech li {
    padding-top: 6.82%;
}

.detail .speech .pic {
    width: 48.75%;
    overflow: hidden;
    border: 1px solid #ebebeb;
    float: left;
    position: relative;
}

.detail .speech .pic figure {
    transition: all .3s;
    padding-top: 60.1%;
}

.detail .speech li .tag {
    font-size: 14px;
    color: rgb(255, 255, 255);
    z-index: 5;
    border-radius: 4px;
    padding: 6px 9px;
    line-height: 1;
    position: absolute;
    left: 4.41%;
    top: 7.27%;
    background-color: #449ae0;
}

.detail .speech li.hf .tag {
    background-color: rgb(25, 222, 173);
}

.detail .speech li.yg .tag {
    background-color: #ffb30f;
}

.detail .speech li.sp .tag {
    background-color: #449ae0;
}

.detail .speech li.ppt .tag {
    background-color: #449ae0;
}

.detail .speech .txt {
    width: 51.25%;
    float: left;
    padding-left: 4.54%;
    padding-top: 2.73%;
}

.detail .speech .txt h3 {
    margin: 0;
    color: rgb(51, 51, 51);
    line-height: 1.333;
    font-weight: normal;
    margin-bottom: 12.19%;
    height: 2.666em;
}

.detail .speech .txt div {
    font-family: "Arial";
    color: rgb(153, 153, 153);
    line-height: 1;
}

.detail .speech .txt div span {
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.detail .speech .txt div span.time {
    float: left;
    background-image: url(../images/date.png);
}

.detail .speech .txt div span.hits {
    float: right;
    background-image: url(../images/eye.png);
}

.detail .speech .txt div span.views {
    float: right;
    background-image: url(../images/view_icon.png);
}

.detail .box2 .title2 {

    color: #60a7e0;
    font-weight: normal;
    margin: 0;
    line-height: 60px;
    border-bottom: 1px solid #f0f0f0;
}


.detail .box2 .download a {
    display: block;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(51, 51, 51);
    padding-left: 32px;
    background: url(../images/ppt.png) left center no-repeat;
    transition: 0.2s ease-in-out;
}

.detail .box2 .download a:hover {
    color: #449ae0;
}

.detail .box2 .speech {
    padding-top: 30px;
}

.detail .box2 .top {
    padding-top: 30px;
    margin-bottom: 2.0%;
}

.detail .box2 .teacher {
    padding: 3.69% 2.46%;
}

.detail .box2 .teacher .pic {
    width: 80px;
}

.detail .box2 .teacher .pic img {
    /*max-height: 80px;*/
    margin: 0 auto;
    display: block;
    /*border-radius: 50%;*/
    /*width: 80px;*/
    object-fit: cover;
}

.detail .box2 .teacher .info {
    padding-left: 2.46%;
}

.detail .box2 .teacher .info p {
    margin: 0;
    color: #666;
    padding-left: 55px;
    position: relative;
}

.detail .box2 .teacher .info span {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
}

.detail .box2 .teacher .intro {
    color: rgb(51, 51, 51);
    line-height: 1.5;
    margin-top: 3.2%;
}

.detail .box2 .teacher .intro p {
    margin: 0;
    margin-bottom: 1.85%;
    /*padding-left: 34px;*/
    position: relative;
}

.detail .box2 .teacher .intro span {
    position: absolute;
    left: 0;
    top: 0;
}

.detail .nav {
    border-bottom: 1px solid #f0f0f0;
}

.detail .nav li {
    float: left;
    margin-right: 6.16%;
    color: rgb(102, 102, 102);
    position: relative;
    line-height: 60px;
    cursor: pointer;
}

.detail .nav li::after {
    content: '';
    width: 0;
    height: 3px;
    /*background-color: #60a7e0;*/
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.detail .nav li.active {
    color: #60a7e0;
}

.detail .nav li.active::after {
    width: 100%;
}

.detail .box2 .content .txt-box {
    color: rgb(51, 51, 51);
    line-height: 2;
    padding-top: 3.69%;
}

.detail .box2 .content .txt-box p {
    margin: 0;
    padding-left: 2.46%;
}

.detail .comment .top-input {
    padding-top: 4.93%;
}

.detail .comment .Hpicture {
    float: left;
    width: 10.84%;
    padding-right: 10px;
}

.detail .comment .Hpicture .img {
    max-width: 55px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
}

.detail .comment .Hpicture .img figure {
    padding-top: 100%;
}

.detail .comment .item {
    padding-top: 3.69%;
}

.detail .comment .comBox {
    border-bottom: 1px solid #f0f0f0;
    width: 89.16%;
    float: left;
    padding-bottom: 14px;
}

.detail .comment .top-input {
    padding-top: 4.93%;
}

.detail .comment .input-box {
    padding-bottom: 4.93%;
    padding-right: 86px;
    position: relative;
}

.detail .comment .input-box textarea {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    line-height: 1.5;
    padding: 5px 18px;
    min-height: 70px;
    display: block;
}

.detail .comment .input-box button {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    background-color: rgb(97, 167, 224);
    color: #fff;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.detail .comment .input-box button:hover {
    background-color: rgba(97, 167, 224, .8);
}


.detail .comment .comBox .username {
    color: rgb(102, 102, 102);
    line-height: 25px;
    vertical-align: middle;
}

.detail .comment .comBox .username .comTag {
    display: inline-block;
    line-height: 20px;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: -3px;
    border-radius: 3px;
    background-color: #60b3f6;
    padding: 0 7px;
    color: #fff;
    font-size: 14px;
    margin-left: 6px;
}

.detail .comment .comBox .username .comTag.yk {
    background-color: #68d1da;
}

.detail .comment .comBox .intro {
    color: rgb(102, 102, 102);
    line-height: 1.875;
    padding-top: 10px;
    text-align: justify;
    margin-bottom: 7px;
}

.detail .comment .comBox .username .comTag {
    font-size: 12px;
}

.detail .comment .comBox .main .function2 {
    margin-bottom: 42px;
}

.detail .comment .comBox .function2 a {
    margin-right: 10px;
    font-size: 14px;
    font-family: "Arial";
    color: rgb(153, 153, 153);
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.detail .comment .comBox .function2 a.zan {
    padding-left: 20px;
    background: url(../images/zan2.png) left center no-repeat;
    margin-left: 8.3%;
    min-width: 36px;
    height: 20px;
}

.detail .comment .comBox .function2 a.cai {
    padding-left: 20px;
    background: url(../images/cai.png) left center no-repeat;
    margin-left: 2.8%;
    margin-right: 2.8%;
    min-width: 36px;
    height: 20px;
}

.detail .comment .comBox .function2 a.zan.active {
    background: url(../images/zan2-a.png) left center no-repeat;
}

.detail .comment .comBox .function2 a.cai.active {
    background: url(../images/cai-a.png) left center no-repeat;
}

.detail .comment .comBox .function2 a.active {
    color: #60b3f6;
}

.detail .comment .comBox .reply .Hpicture-small {
    width: 35px;
    float: left;
}

.detail .comment .comBox .reply .Hpicture-small figure {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
}

.detail .comment .comBox .reply .reply-info {
    float: left;
    width: calc(100% - 35px);
}

.detail .comment .comBox .reply dd {
    margin-bottom: 27px;
}

.detail .comment .comBox .reply dd:nth-of-type(n+4) {
    display: none;
}

.detail .comment .comBox .sum {
    color: rgb(102, 102, 102);
    line-height: 20px;
    padding-top: 13px;
}

.detail .comment .comBox .sum a {
    color: #60b3f6;
}

.detail .Pages {
    clear: both;
    padding-left: 10.84%;
    padding-top: 7.4%;
    padding-bottom: 7.4%;
}

@media (max-width: 768px) {
    .detail .comment .comBox .username span:last-of-type {
        width: 100%;
        display: inline-block;
    }

    .detail .comment .comBox .function2 span {
        width: 100%;
        display: block;
    }

    .location_menu .location {
        display: none;
    }

    .detail .title h1 .tag {
        display: none;
    }

    .change_box {
        display: none;
    }

    .detail.wonderful .box3 .right {
        margin-top: 5%;
    }

    .detail .comment .comBox .function2 span a:first-of-type {
        margin-left: 0;
    }

    .detail .comment .comBox .username .comTag {
        width: auto !important;
    }
}


.wonderful.detail .title h1 {
    margin-bottom: 1.5625%;
}

.detail.wonderful .title .tags {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.detail.wonderful .title .tags span {
    padding: 0 1.33%;
    margin-right: 1.17%;
}

.detail.wonderful .left {
    width: 62.5%;
}

.detail.wonderful .box3 {
    padding-bottom: 3.125%;
}

.detail.wonderful .box3 .intro .pic {
    width: 61.25%;
    float: left;
    border: 1px solid #ebebeb;
}

.detail.wonderful .box3 .intro .pic figure {
    padding-top: 56.53%;
}

.detail.wonderful .box3 .intro .txt {
    width: 32.5%;
    float: right;
}

.detail.wonderful .box3 .intro .txt dd {
    color: #666666;
    padding-left: 47px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 7.7%;
}

.detail.wonderful .box3 .intro .txt dd label {
    color: rgb(153, 153, 153);
    position: absolute;
    left: 0;
    top: 0;
}

.detail.wonderful .box3 .intro .btn-box {
    padding-top: 10.77%;
}

.detail.wonderful .box3 .intro .btn-box a {
    float: left;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #f0f0f0;
    position: relative;
    color: rgb(60, 135, 196);
}

.detail.wonderful .box3 .intro .btn-box a::before {
    content: '';
    width: 24px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background-position: left center;
    background-repeat: no-repeat;
}

.detail.wonderful .box3 .intro .btn-box a:first-of-type {
    width: 50%;
    max-width: 128px;
}

.detail.wonderful .box3 .intro .btn-box a:last-of-type {
    width: 40%;
    max-width: 100px;
    float: right;
    margin-right: 3.84%;
}

.detail.wonderful .box3 .intro .btn-box a:first-of-type::before {
    background-image: url(../images/read.png);
}

.detail.wonderful .box3 .intro .btn-box a:last-of-type::before {
    background-image: url(../images/shoucang2.png);
}

.detail.wonderful .box3 .intro .btn-box a.shoucang.active {
    color: rgb(60, 135, 196);
}

.detail.wonderful .box3 .intro .btn-box a.shoucang.active::before {
    background-image: url(../images/shoucang-a.png);
}


.detail.wonderful .box3 .abstract h3 {
    color: rgb(51, 51, 51);
    line-height: 1;
    margin: 0;
    padding: 2.5% 0 0.75%;
}

.detail.wonderful .box3 .abstract .des {
    color: rgb(102, 102, 102);
    line-height: 1.714;
}

.detail.wonderful .box3 .author {
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #f0f0f0;
    padding: 7.17% 4.54%;
}

.detail.wonderful .box3 .author h3 {
    color: rgb(22, 35, 40);
    margin: 0;
    margin-bottom: 3.64%;
    line-height: 1;
    font-weight: normal;
}

.detail.wonderful .box3 .author p {
    line-height: 1.333;
    color: #666;
    margin: 0;
    margin-bottom: 1.36%;
}

.detail.wonderful .box3 .author .pic {
    margin-bottom: 7.95%;
}

.detail.wonderful .box3 .author .pic img {
    max-height: 100px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    width: 100px;
    object-fit: cover
}

@media (max-width: 1024px) {
    .detail.wonderful .box3 .intro .btn-box {
        font-size: 14px;
    }

    .detail.wonderful .box3 .left {
        width: 100%;
    }

    .detail.wonderful .box3 .right {
        width: 100%;
        margin-bottom: 2%;
    }
}

@media (max-width: 768px) {
    .detail.wonderful .left {
        width: 100%;
    }

    .detail.wonderful .right {
        width: 100%;
        padding-top: 2%;
    }
}

@media (max-width: 640px) {
    .detail.wonderful .box3 .intro .pic {
        width: 100%;
        margin-bottom: 2%;
    }

    .detail.wonderful .box3 .intro .txt {
        width: 100%;
    }

    .detail.wonderful .box3 .intro .txt dd {
        margin-bottom: 2%;
    }

    .detail.wonderful .box3 .intro .btn-box {
        padding-top: 3%;
    }

    .detail.wonderful .box3 .intro .btn-box a:last-of-type {
        float: right;
        margin-left: 2%;
    }

    .detail.wonderful .box3 .intro .btn-box a {
        float: right;
    }
}


.detail.wonderful .box4 .video .list {
    padding-top: 3.75%;
    padding-bottom: 2.5%;
}

.detail.wonderful .box4 .video .list li {
    margin-bottom: 2.5%;
}

.detail.wonderful .box4 .video .pic {
    overflow: hidden;
}

.detail.wonderful .box4 .video .pic figure {
    height: 100%;
    padding-top: 56%;
    transition: all .3s;
}

.detail.wonderful .box4 .video .txt {
    padding: 2% 3.75%;
    background-color: #f9f9f9;
}

.detail.wonderful .box4 .video .txt .name {
    padding-left: 22px;
    line-height: 1;
    color: rgb(153, 153, 153);
    background: url(../images/name.png) left center no-repeat;
    margin-bottom: 4.7%;
}

.detail.wonderful .box4 .video .txt .des {
    color: rgb(51, 51, 51);
    line-height: 1.667;
    text-align: justify;
    margin-bottom: 8.82%;
}

.detail.wonderful .box4 .video .txt .time div {
    font-family: "Arial";
    color: rgb(153, 153, 153);
    line-height: 1;
    padding-left: 20px;
}

.detail.wonderful .box4 .video .txt .time .date {
    float: left;
    background: url(../images/date.png) left center no-repeat;
}

.detail.wonderful .box4 .video .txt .time .hits {
    float: right;
    background: url(../images/play.png) left center no-repeat;
}


.detail.wonderful .box4 {
    padding-bottom: 3.125%
}

.detail.wonderful .recent .list li {
    padding-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e0e0e0;
    position: relative;
    padding-right: 130px;
}

.detail.wonderful .recent .username {
    color: rgb(102, 102, 102);
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.detail.wonderful .recent .username .comTag {
    display: inline-block;
    line-height: 20px;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: -3px;
    border-radius: 3px;
    background-color: #60b3f6;
    padding: 0 7px;
    color: #fff;
    font-size: 14px;
    margin-left: 6px;
}

.detail.wonderful .recent .username .comTag.yk {
    background-color: #68d1da;
}

.detail.wonderful .recent .username .comTag {
    font-size: 12px;
}

.detail.wonderful .recent .intro {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 1;
}

.detail.wonderful .recent .userpic {
    width: 40px;
    padding: 5px;
}

.detail.wonderful .recent .userpic figure {
    padding-top: 100%;
    border-radius: 50%;
}

.detail.wonderful .recent .txt {
    padding-left: 2.5%;
}

.detail.wonderful .recent .time {
    position: absolute;
    right: 2%;
    bottom: 12px;
    line-height: 1;
    color: rgb(153, 153, 153);
    font-size: 14px;
}

.detail.wonderful .reco-speech ul {
    padding-top: 5.91%;
}

.detail.wonderful .reco-speech li {
    padding: 0 2.27%;
}

.detail.wonderful .reco-speech li a {
    display: block;
}

.detail.wonderful .reco-speech li span {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #ade07b;
    color: #fff;
    font-family: "Arial";
    float: left;
    text-align: center;
    line-height: 30px;
}

.detail.wonderful .reco-speech li.ora1 span {
    background-color: rgb(246, 91, 91);
}

.detail.wonderful .reco-speech li.ora2 span {
    background-color: #fb826a;
}

.detail.wonderful .reco-speech li.ora3 span {
    background-color: #fba46a;
}

.detail.wonderful .reco-speech li.ora4 span {
    background-color: #fbd06a;
}

.detail.wonderful .reco-speech li div {
    float: left;
    width: calc(100% - 30px);
    padding-left: 3.81%;
    color: rgb(51, 51, 51);
    line-height: 1.333;
    height: 1.333em;
}

.detail.wonderful .reco-speech li:nth-of-type(odd) {
    padding-top: 4.55%;
    padding-bottom: 5%;
    border-bottom: 1px solid #ededed;
}

.detail.wonderful .reco-speech li:nth-of-type(even) {
    padding-top: 3.86%;
    padding-bottom: 3.18%;
    background-color: #f8f8f8;
}

.detail.wonderful .metting-list {
    padding-top: 2.34%;
}

.detail.wonderful .metting-list .Pages {
    padding-left: 0;
    padding-top: 4.6875%;
}

@media (max-width: 768px) {
    .detail.wonderful .reco-speech ul {
        padding-top: 1%;
    }

    .detail.wonderful .reco-speech li {
        padding: 0 2%;
    }

    .detail.wonderful .reco-speech li:nth-of-type(odd) {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .detail.wonderful .reco-speech li:nth-of-type(even) {
        padding-top: 1.5%;
        padding-bottom: 1.5%;
    }
}

.login .auto_1280 {
    text-align: right;
}

.login .auto_1280 {
    padding: 8% 0;
}

.login .login-box .nav {
    width: 100%;
    max-width: 500px;
    height: 50px;
    margin: 0 0.1% 0 auto;
}

.login .login-box .nav a {
    width: 50%;
    background: rgb(63, 142, 206);
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    line-height: 50px;
    transition: all 0.2s ease-in-out;
}

.login .login-box .nav .active {
    background: #fff;
    color: #000;
}

.login .login-box form {
    width: 100%;
    max-width: 500px;
    float: right;
    border: 1px solid #e4e4e4;
    margin-right: 0.1%;
    text-align: center;
    background-color: #fff;
    padding: 4% 6% 5%;
    border-top: none;
}

.login .login-box form h1 {
    margin: 0;
    color: rgb(51, 51, 51);
    line-height: 1;
    margin-bottom: 10.87%;
}

.login .login-box .acount {
    display: none;
    transition: all 0.2s ease-in-out;
}

.login .login-box .show {
    display: block;
}

.login .login-box form .input-box {
    margin-bottom: 5.43%;
}

.login .login-box form .input-box.submit {
    margin-bottom: 2.72%;
}

.login .login-box form .input-box input[type="text"],
.login .login-box form .input-box input[type="password"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: rgb(194, 194, 194);
    padding-left: 48px;
    border: 1px solid #e2e3e4;
    border-radius: 2px;
    background-position: 13px center;
    background-repeat: no-repeat;
}

.input-box > i {
    color: #d1d1d1;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 14px 2px 4px 14px;
    width: 16px;
    height: 16px;
    font-size: 22px;
    text-align: center;
}

/*.login .login-box form .input-box input.username {*/
/*    background-image: url(../images/name2.png);*/
/*}*/

/*.login .login-box form .input-box input.phone {*/
/*    background-image: url(../images/phone02.png);*/
/*}*/

/*.login .login-box form .input-box input.password {*/
/*    background-image: url(../images/pw.png);*/
/*}*/

/*.login .login-box form .input-box input.code {*/
/*    background-image: url(../images/pw.png);*/
/*    width: 50%;*/
/*}*/

.login .login-box form .input-box input::placeholder {
    font-size: 18px;
    color: rgb(194, 194, 194);
}

.login .login-box form .input-box input[type="button"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    border: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 2.72%;
    background-color: #3f8fd0;
    cursor: pointer;
}

.login .login-box form .input-box input.code_btn {
    width: 50%;
    line-height: 48px;
    height: 48px;
    margin-top: 0;
}

.login .login-box form .input-box .submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    border: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 2.72%;
    background-color: #3f8fd0;
    cursor: pointer;
    display: block;
}

.login .login-box form .forget label {
    float: left;
    display: block;
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 18px;
    cursor: pointer;
}

.login .login-box form .forget label input {
    width: 18px;
    height: 18px;
    border: 1px solid rgb(153, 153, 153);
    vertical-align: top;
    outline: none;
    margin: 0;
}

.login .login-box form .forget .loss-pw {
    font-size: 16px;
    line-height: 18px;
    color: rgb(63, 142, 206);
    float: right;
}

@media (max-width: 1024px) {
    .login .login-box form {
        float: none;
        margin: 0 auto;
    }

    .login .login-box .nav {
        margin: 0 auto;
    }
}


.editor-box .editormd {
    height: 620px !important;
}

.editor-box .handle-box {
    height: 30px;
    background-color: #ececec;
    position: relative;
}

.editor-box .handle-box .hide {
    width: 15px;
    height: 15px;
    border: 1px solid #e0e0e0;
    position: absolute;
    right: 42px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    cursor: pointer;
}

.editor-box .handle-box .hide::before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #e0e0e0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.editor-box .handle-box .close {
    width: 15px;
    height: 15px;
    border: 1px solid #e0e0e0;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    cursor: pointer;
}

.editor-box .handle-box .close::before,
.editor-box .handle-box .close::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.editor-box .handle-box .close::before {
    transform: rotateZ(45deg);
}

.editor-box .handle-box .close::after {
    transform: rotateZ(-45deg);
}

.editor-box .handle-box .save {
    width: 16px;
    height: 15px;
    background: url(../images/save.png) center center no-repeat;
    position: absolute;
    right: 15px;
    top: 45px;
    z-index: 50;
    cursor: pointer;
}

.editormd-menu > li {
    padding: 8px 1px !important;
}

.editormd-toolbar-container, .markdown-body .octicon {
    background-color: #f4f4f4 !important;
    padding: 0 !important;
}

.editormd-dropdown-menu > li > a:hover, .editormd-menu > li > a {
    border: 0 !important;
}

.editormd-toolbar {
    border: 0 !important;
}

.editormd {
    border: 10px solid #f4f4f4 !important;
    border-top: 0 !important;;
}

.editormd .CodeMirror pre {
    min-height: 1em;
}


/*.bottom .bottom_bottom .erweima {*/
/*    width: 30%;*/
/*    float: right;*/
/*}*/

/*.bottom .bottom_bottom .erweima li {*/
/*    float: right;*/
/*    padding-left: 2%;*/
/*    position: relative;*/
/*}*/
/*.bottom .bottom_bottom .erweima li i {*/
/*    width: 1px;*/
/*    height: 15px;*/
/*    background-color: #c1ccd1;*/
/*    position: absolute;*/
/*    left: 25%;*/
/*    top: 20%;*/
/*}*/

.link_list:hover .friendly_link01 {
    display: block;
}

.link_list:hover .member_service01 {
    display: block;
}

.bottom_bottom .share-ls {
    width: 30%;
    float: right;
}

.bottom_bottom .share-ls li {
    float: right;
    padding-left: 2%;
    position: relative;
}

.bottom .bottom_bottom .share-ls li i {
    width: 1px;
    height: 15px;
    background-color: #c1ccd1;
    position: absolute;
    /*left: 25%;*/
    top: 20%;
}

.bottom .bottom_bottom .share-item {
    /*position: relative;*/
    text-decoration: none;
    margin: 4px;
    display: inline-block;
}


.bottom_bottom .share-ls li:first-child {
    margin-left: 0;
}

.bottom_bottom .share-ls li a {
    display: block;
    height: 20px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.bottom_bottom .share-ls li .share-wx {
    background-image: url("../images/share-wx.png");
}

.bottom_bottom .share-ls li .share-wb {
    background-image: url("../images/share-wb.png");
}

.bottom_bottom .share-ls li .share-dy {
    background-image: url("../images/share-dy.png");
}

.bottom_bottom .share-ls li .share-sp {
    background-image: url("../images/share-sp.png");
}

.bottom_bottom .share-ls li .share-bz {
    background-image: url("../images/share-bz.png");
}

.bottom_bottom .share-ls li .share-tt {
    background-image: url("../images/share-tt.png");
}

.bottom_bottom .share-ls li .share-wx:hover {
    background-image: url("../images/share-wx2.png");
}

.bottom_bottom .share-ls li .share-wb:hover {
    background-image: url("../images/share-wb2.png");
}

.bottom_bottom .share-ls li .share-dy:hover {
    background-image: url("../images/share-dy2.png");
}

.bottom_bottom .share-ls li .share-bz:hover {
    background-image: url("../images/share-bz2.png");
}

.bottom_bottom .share-ls li .share-tt:hover {
    background-image: url("../images/share-tt2.png");
}

.bottom_bottom .share-ls li {
    /*position: relative;*/
}

.bottom_bottom .share-ls .img {
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    padding: 10px;
    border: 1px solid #EEEEEE;
    width: 150px;
    height: 150px;
    top: -165px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.bottom_bottom .share-ls .img span {
    position: relative;
    display: block;
}


.bottom_bottom .share-ls .img span::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
}


