@charset "utf-8";


@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

.section1 {position: relative;
    background: url(../images/sect1-bg.png) no-repeat left top;
    background-size: 100% 100%;z-index: 9;
}

.header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.head {
    padding: 30px 90px;
}

.logo {
    float: left;
}

.logo a {
    display: inline-block;
}

.logo i {
    width: 1px;
    height: 24px;
    margin: 0 15px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
}

.logo span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    font-family: "sisong";
}

.head-r {
    float: right;
    font-size: 0;margin-top: 15px;
}

.head-r a {
    width: 36px;
    height: 36px;
        /* text-align-last: center;*/
    line-height: 36px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 5px;
    /* padding-right: 40px; */
    text-transform: capitalize;
    margin-left: 30px;padding-left: 10px;
}

.head-r a:hover {
    text-decoration: underline;
}

.searhbox01 {
    display: inline-block;
    height: 36px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .4);
    width: 270px;
    border-radius: 5px;
    top: 95px;
    right: 0;
    z-index: 3;
    vertical-align: middle;
    background: transparent;
}

.searhbox01 .text {
    width: calc(100% - 75px);
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background: transparent;
    color: #fff;
    padding: 0 15px;
}

.searhbox01 .text::placeholder {
    font-size: 14px;
    color: #fff;
   
}

.searhbox01 .btn {
    width: 45px;
    height: 38px;
    float: right;
    cursor: pointer;
    background: transparent;
}

.searhbox01 .btn svg {
    vertical-align: middle;
}
/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 12px;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: relative;
    right: 0;
    top: 0;
}
.banner {
    width: 86.8%;
}

.banner img {
    display: block;
    width: 100%;
}

#nav {
    width: 84%;
    text-align: center;
    margin: 0 auto;
    
}

.nav {
    position: relative;
    max-width: 100%;
    padding: 0 90px;
    border-top: 1px solid rgba(255,255,255,.2);
}



.shao-nav {
    float: left;
    width: calc(100% - 40px);
}

.shao-nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
}

.shao-nav>ul>li:first-child {
    margin-left: 0;
}

.shao-nav>ul>li>a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    padding: 0 37px;
    position: relative;
    transition: all 0.3s;
}

.shao-nav>ul>li.on>div {
    border-top: 3px solid #b5181d;
}

.shao-nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.shao-nav>ul>li.on>a::after {
    border-bottom: 5px solid #fff;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.shao-nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.shao-nav>ul>li>div>ul {
    overflow: hidden;
}

.shao-nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    transition: .3s;
    color: #333;
}

.shao-nav>ul>li>div>ul>li a:hover {
    background: #df2128;
    color: #fff;
}

.more-nav {
    position: relative;
    width: 40px;
    float: right;
}

.more-nav span {
    position: absolute;
    top: 20px;
    right: 0;
    width: 30px;
    height: 23px;
    background: url(../images/menu.png) no-repeat center center;
cursor: pointer;
}

.more-nav .duo-nav {
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 999;
    top: 60px;
    right: 0px;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: none;
}

.duo-nav>li {
    position: relative;
    line-height: 40px;
    text-align: center;
}

.duo-nav>li:hover {
    background-color: #d70f18;
}

.duo-nav>li>a {
    font-size: 16px;
    color: #fff;
}

.duo-nav>li>div {
    position: absolute;
    top: 0;
    width: 200px;
    right: 200px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: none;
}

.duo-nav>li>div>ul>li:hover {
    background-color: #d7232a;
}

.duo-nav>li>div>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.duo-nav>li:hover>div {
    display: block;
}


/* 人物信息 */
.introbox{display: flex;justify-content: space-between;padding-top: 50px;padding-bottom: 140px;}
.photobox {
    display: flex;
    align-items: flex-end;
    position: relative;
    float: right;
    width: 400px;
    z-index: 99;
    /* padding-right: 70px; */
    /* margin-right: 20px; */
    z-index: 9;
}

.photobox span {
    position: relative;
    display: block;
    padding-right: 17px;
    padding-bottom: 17px;
    margin-right: 30px;
}
.photobox span .pic{padding-top: 0;}
.photobox ul{position:relative;z-index:9;}
.photobox ul li {margin: 10px 0;position: relative;}
.photobox ul li span{position: relative;display: block;padding: 0;width: 50px;height: 50px;background: linear-gradient(180deg, rgba(29, 42, 124, 0.6) 0%, rgba(35, 51, 146, 0.6) 100%);border-radius: 50%;line-height: 50px;margin-right: 0;text-align: center;cursor: pointer;}
.photobox ul li span img{width: auto;height: auto;display:inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
.photobox ul li:hover span{background: #4A45AB;}
.photobox ul li p{display: none; position: absolute;right: 100%; top:50%;transform: translateY(-50%); padding: 10px 5px;font-size: 16px;color: #333;border-radius: 5px;width: 300px;background: #fff;}
.photobox ul li:hover p{display: block;}
.photobox>span img{position: relative;display: block;width: 100%;border-radius: 30px;z-index: 9;}
.photobox>span::after{content: "";position: absolute;right: 0;bottom: 0;left: 15px;top:15px;background: #F98745;border-radius: 30px;}
.likes {
    position: relative;
    text-align: center;
}

.likes .hot {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.likes .hot::after {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50%;
    background: #eb6100;
}

.likes .hot img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 9;
}

.likes span {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    color: #533702;
    font-family: "Adobe Devanagari";
    z-index: 99;
    margin-top: 20px;
}

.xgjj {
    float: left;
    width: calc(100% - 400px);
    padding-right: 100px;
}
.xgjj  .part_tit{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.xgjj .part_tit a{line-height: 25px; padding-right:40px;font-size:16px;color:#fff;text-transform:capitalize;background: url(../images/more.png) no-repeat right center;transition: all .6s;}
.xgjj .part_tit a:hover{letter-spacing: 1px;}
.part_tit .name {
    float: left;
}


.part_tit .name h1 {
    /* display: inline-block; */
    /* padding-bottom: 5px; */
    /* border-bottom: 1px solid rgba(255, 255, 255, .34); */
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    /* font-family: "sisong"; */
    /* vertical-align: bottom; */
}





.xgjj .tutor a {
    position: relative;
    display: inline-block;
    padding: 0 38px;
    border: 1px solid #e75745;
    line-height: 64px;
    margin-right: 40px;
    border-radius: 33px;
    font-size: 16px;
    color: #fff;
    transition: all .3s;
    margin-bottom:10px;
}

.xgjj .tutor a:hover {
    background: #f98745;color: #fff;
}

.account {
  margin: 40px 0;
}

.account p {
    line-height: 36px;
    font-size: 18px;
    color: #ffd6d1;
    /*    max-height: 180px;
    overflow-y: auto;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.account p a {
    font-size: 16px;
    color: #fff;
    opacity: .75;
}

.account p:hover a {
    opacity: 1!important;
}

.footer {
  padding: 15px 0;
  line-height: 28px;
  background: #BB1010;
}
.footer p{text-align: center;}
.footer p>span{font-size: 18px;color: #fff;display: inline-block;margin: 0 15px;}
.footer p span a{font-size: 18px;color: #fff;}
/*手机导航*/

.mob {
    display: none;
}

.nav-icon {
    width: 42px;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 35px;
    display: none;
    border-radius: 5px;
}

.nav-icon img {
    vertical-align: middle;
}

#navbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    display: none;
    z-index: 999
}

.navlist {
    position: fixed;
    right: -1024px;
    top: 0;
    background: #0746a1;
    width: 80%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: -5px 0 13px rgba(0, 0, 0, .43);
}

.mob_link {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
}

.mob_link .link_l {
    float: left;
    line-height: 30px;
}

.mob_link .link_l a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.mob_link .link_l a.kdhome {
    background: url(../images/home.png) left center no-repeat;
}

.mob_link .closebtn {
    float: right;
    cursor: pointer
}

.mob_list {}

.js_mob {
    padding: 10px 12px;
    background: #0746a1;
}

.search-input {
    border: 1px solid #4277c4;
    height: 35px;
}

.search-input:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.search-input input {
    width: calc(100% - 62px);
    float: left;
    background: none;
    outline: none;
    border: 0;
    padding-left: 20px;
    line-height: 32px;
    color: #fff;
}

.search-input button {
    width: 40px;
    height: 33px;
    float: right;
    background: none;
    outline: none;
    border: 0
}

.search-input button img {
    width: 18px;
}

.mob_list li {
    line-height: 50px;
    font-size: 16px;
    text-indent: 20px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #1855ad;
}

.search-input input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.search-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.search-input input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.mob_list li a {
    color: #fff;
    width: 85%;
    display: block
}

.mob_list li i {
    display: block;
    width: 17px;
    height: 17px;
    z-index: 122;
    position: absolute;
    right: 10px;
    top: 17px;
    background: url(../images/jtx.png) center center no-repeat;
    background-size: 17px
}

.mob_list li i.icon {
    background: url(../images/jts.png) center center no-repeat;
    background-size: 17px
}

.mob_list li .ejnav {
    display: none
}

.mob_list li .ejnav li {
    width: 100%;
    border: 0;
    line-height: 45px;
    font-size: 14px;
    background: #084398;
    border-bottom: 1px solid #0746a1;
}

.mob_list li .ejnav li:last-child {
    border-bottom: 0;
}

.mob_list li .ejnav li a {
    width: 100%;
}

.open {
    right: 0
}

@media only screen and (max-width:1400px) {
    .head{padding: 30px 15px;}
    .wp{padding-left: 15px;padding-right: 15px;}
    .xgjj .tutor a{margin-right: 20px;line-height: 45px;}
   
}

@media only screen and (max-width:1200px) {
  
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    #nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .top {
        z-index: 9999;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #BB1010;
        z-index: 999;
        padding: 10px;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: inline-block;
    }
    .m-logo img {
        max-height: 40px;
     
        vertical-align: middle;
    }
    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #5357C5;
    }
    .m-logo span {
        display: inline-block;
        font-size: 16px;padding-left: 15px;
        color: #fff;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #5357C5;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #BB1010;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
}

@media only screen and (max-width:1000px) {.introbox{display: block;}
    .xgjj{float: none;width: 100%;padding-right: 0;}
    .photobox{float: none;margin: 0 auto;margin-top: 15px;} 
   
}

@media only screen and (max-width:700px){
    .m-logo span{padding-left: 0;margin-top: 5px;padding-left: 5px;}
    .wap-menu{top:8px}
    .part_tit .name h1{font-size: 24px;}
    .account{margin: 15px 0;}
    .account p{line-height: 26px;font-size: 16px;}
    .xgjj .tutor a{padding: 0 15px; font-size: 18px;}
    .section1{    background: #990e0e;}
    .introbox{padding-bottom: 15px;}  .photobox{width: 260px;}
    .photobox ul li p{width: 220px;}
   
}