@charset "utf-8";

.pic {
    position: relative;
    background-size: contain !important;
    padding-bottom: 75%;
    background-position: center center !important;
    background-repeat: no-repeat !important;!i;!;
}


.pic img {
    display: none;
}

.searhbox01 {
    position: absolute;
    right: 0px;
    top: 30px;
    height: 60px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px;
    width: 355px;
    border-radius: 5px;
    z-index: 3;
    display: none;
}

.searhbox01 .text {
    width: calc(100% - 65px);
    background: #fff;
    padding: 0 10px;
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.searhbox01 .btn {
    width: 45px;
    height: 42px;
    float: right;
    cursor: pointer;
}

.searhbox01 .btn svg {
    vertical-align: middle;
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

.section1 {
    position: relative;
    overflow: hidden;
}

.section1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 39%;
    background: linear-gradient(136deg, #483B96 0%, #6F5DDA 95%);
}

.header {
    position: relative;
    z-index: 6;
}

.head {
    padding: 25px 0 15px;
}

.logo {
    float: left;
    width: 470px;
    margin-top: 25px;
}

.logo a {
    display: inline-block;
}

.logo i {
    width: 1px;
    height: 47px;
    margin: 0 20px;
    background: #D8D8D8;
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
}

.logo span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    /* font-family: "sisong"; */
}

.link-top {
    position: relative;
    text-align: right;
}

.link-top a {
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
    color: #373737;
    border-left: 1px solid #373737;
    padding-left: 20px;
    line-height: 1;
    vertical-align: middle;
}

.link-top a:first-child {
    border-left: none;
}

.head-r {
    float: right;
    width: calc(100% - 480px);
    padding-left: 5%;
}

.nav {
    position: relative;
    margin-top: 19px;
}

.shao-nav {
    float: left;
    width: calc(100% - 40px);
    padding-left: 40px;
    padding-right: 20px;
}

.shao-nav.on>ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.shao-nav.on>ul.clearfix::after {
    display: none;
}

.shao-nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
}

.shao-nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 20px;
    /* line-height: 60px; */
    color: #4A4A4A;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    margin-left: 40px;
}

.shao-nav>ul>li.on>a,
.shao-nav>ul>li.active>a {
    /* font-weight: bold; */
    color: #5e4ebc;
}

.shao-nav>ul>li.on>div ul {
    border-top: 3px solid #6453c6;
}

.shao-nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -21px;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.shao-nav>ul>li.on>a::after,
.shao-nav>ul>li.active>a::after {
    border-bottom: 5px solid #5c4db9;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.shao-nav>ul>li>div {
    position: absolute;
    top: 100%;
    padding-top: 20px;
    left: 125px;
    width: 150px;
    margin-left: -75px;
    /* 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;
    background: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .2); */
    border: 1px solid #eee;
}

.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: #6252c4;
    color: #fff;
}

.more-nav {
    position: relative;
    width: 40px;
    float: right;
}

.more-nav span {
    position: absolute;
    top: 0px;
    right: 0;
    width: 28px;
    height: 28px;
    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: #5244a8;
}

.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: #5042a5;
}

.duo-nav>li>div>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.duo-nav>li:hover>div {
    display: block;
}


/* 人物信息 */
.introbox {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 85px;
}

.introbox::after {
    content: "";
    position: absolute;
    left: 170px;
    width: calc(100% + (100vw - 1400px)/2);
    /* right: 0; */
    top: 0;
    height: 100%;
    background: #fff url(../images/s1-bg.png) no-repeat center right;
    background-size: cover;
    border-radius: 180px 0 0 0;
}

.photobox {
    position: relative;
    float: left;
    margin-right: 40px;
    margin-top: 15px;
    width: 420px;
    box-sizing: border-box;
    border-radius: 50%;
    /* overflow: hidden; */
    z-index: 9;
}

.photobox::after {
    content: "";
    position: absolute;
    width: 450px;
    top: -15px;
    left: -17px;
    height: 450px;
    background: url(../images/s1-xqq.png) no-repeat center center;
    background-size: 100% 100%;
    animation: xz 20s linear 0s infinite;
}

@keyframes xz {
    0% {
        transform: rotate(0);
    }


    100% {
        transform: rotate(360deg);
    }
}

.photobox::before {
    content: "";
    position: absolute;
    width: 87px;
    height: 87px;
    bottom: 0px;
    right: 10px;
    border: 10px solid #FF8F1F;
    border-radius: 50%;
}

.introbox::before {
    content: "";
    position: absolute;
    width: 628px;
    height: 628px;
    background: url(../images/s1-l-qq.png) no-repeat center center;
    top: 0;
    left: -115px;
}

.photobox .pic {
    padding-bottom: 100%;
    border-radius: 50%;
    z-index: 6;
}



.name h1 {
    display: inline-block;
    font-size: 34px;
    color: #111111;
}

.name p {
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    color: #0c8f32;
}

.xgjj {
    position: relative;
    float: right;
    width: calc(100% - 460px);
    /* margin-top: 100px; */
    z-index: 9;
    padding-right: 60px;
}

.xgjj .name {
    position: relative;
    display: flex;
    align-items: center;
}

.xgjj .name::after {
    content: "";
    position: absolute;
    background: url(../images/s1-xx-tit.png) no-repeat center center;
    width: 328px;
    height: 65px;
    top: 120%;
    right: 74%;
}

.xgjj .name h1 {
    font-size: 30px;
    color: #483B96;
    font-weight: bold;
}

.xgjj .name p {
    margin-left: 175px;
    padding-left: 35px;
    font-size: 22px;
    color: #3D3D3D;
    font-weight: bold;
    background: url(../images/aixin.png) no-repeat left center;
    cursor: pointer;
}

.tutor {
    position: absolute;
    right: 40px;
    bottom: 0;
    /* top: 15px; */
}

.tutor a {
    display: inline-block;
    font-size: 18px;
    color: #414141;
    line-height: 38px;
    padding: 0 20px;
    margin-left: 50px;
    border: 1px solid #493C98;
    border-radius: 30px;
    transition: all .3s;
}

.tutor a:hover {
    background: #493C98;
    color: #fff;
}


.account {
    margin-top: 50px;
}

.account p {
    line-height: 30px;
    padding: 5px 0;
    font-size: 18px;
    color: #3D3D3D;
    /* text-indent: 2em; */
    /* height: 288px; */
    /* overflow-y: auto; */
}

.account p span {
    display: inline-block;
    color: #483B96;
    margin-right: 60px;
}

.more {
    display: inline-block;
    /* width: 136px; */
    /* height: 49px; */
    line-height: 30px;

    margin-top: 26px;
    text-align: center;
    transition: all .3s;
}

.more a {
    display: inline-block;
    position: relative;
    left: 0;
    padding-right: 40px;
    font-size: 18px;
    /* line-height: 49px; */
    color: #483B96;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/more.png) no-repeat right center;
    transition: all .3s;
}

.more a:hover {
    left: 5px;
}

.more a span {
    padding-left: 35px;
    background: url(../images/more-xx.png) no-repeat left center;
}


.footer {
    /* padding-top: 55px; */
    /* padding-bottom: 30px; */
    background: url(../images/foot-bg.jpg) no-repeat right bottom;
    background-size: cover;
}

.foot {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0;
    align-items: center;
    overflow: hidden;
}

.ft-l {
    float: left;
    font-size: 0;
}

.ft-l .logo span {
    font-size: 26px;
    color: #fff;
}

.ft-l p {
    display: inline-block;
    min-width: 50%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.ft-m {
    float: right;
    /* margin-left: 12%; */
}

.ft-m p {
    display: flex;
    /* flex-wrap: wrap; */
    line-height: 32px;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
}

.ft-m p span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    width: 36px;
    height: 36px;
    text-align: center;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, .3);
    border-radius: 50%;
}

.ft-m p img {
    display: inline-block;
    vertical-align: middle;
    /* padding-right: 10px; */
}

.fd-bq {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 10px 0;
    text-align: center;
    line-height: 36px;
}

.fd-bq a, .fd-bq p>span {
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 30px;
}

/*手机导航*/

.mob {
    display: none;
}

.nav-icon {
    width: 42px;
    height: 40px;
    border: 1px solid transparent;
    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: #352c6e;
    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: #352c6e;
}

.search-input {
    border: 1px solid #ffffff;
    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 rgba(255, 255, 255, .2);
}

.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: #352c6e;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.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:1620px) {
    .head {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }

    .photobox {
        margin-right: 30px;
    }

    .section1::after {
        width: 47%;
    }

    .xgjj {
        padding-right: 15px;
    }

    .tutor {
        position: static;
    }

    .tutor a {
        margin-right: 15px;
        margin-left: 0;
        margin-top: 10px;
    }

    .xgjj .name::after {
        right: 65%;
    }


}

@media only screen and (max-width:1200px) {
    .ft-m {
        margin-left: 0;
    }

    .ft-l .logo {
        width: auto;
        margin-right: 15px;
    }

    .ft-r {
        margin-right: 0;
    }

    .logo {
        margin: 0;
    }

    .photobox {
        width: 330px;
    }

    .xgjj {
        width: calc(100% - 360px);
    }

    .photobox::after {
        width: 350px;
        height: 350px;
        top: -15px;
    }

    .introbox::before {
        width: 500px;
        height: 500px;
        background-size: 100% 100%;
        left: -75px;
    }

    .ft-l {
        float: none;
        width: 100%;
    }

    .ft-l .logo {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
    }




}

@media only screen and (max-width:1024px) {
    .nav-icon {
        margin-left: auto;
        display: block;
        margin-top: 10px;
    }

    .section1::after {
        width: 100%;
        height: 110px;
    }

    .introbox::before {
        display: none;
    }

    .introbox {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .nav-icon {
        background: #fff;
        padding: 10px 5px;
    }

    .nav-icon img {
        display: block;
        width: 100%;
    }

    .home1 {
        padding-top: 60px;
    }

    .xgjj {
        width: 100%;
        padding-right: 0;
    }

    .head {
        padding-top: 15px;
    }

    .photobox {
        float: none;
        margin: 0 auto;
    }

    .introbox::after {
        display: none;
    }

    #nav {
        display: none;
    }

    .head-r {
        display: none;
    }

    .mob {
        display: block;
    }

    .xgjj .name {
        margin-top: 20px;
    }

    .xgjj .name::after {
        display: none;
    }

    .xgjj .name p {
        margin-left: 15px;
    }

    .account {
        margin-top: 15px;
    }
}



@media only screen and (max-width:768px) {
    .logo {
        float: none;
        width: 80%;
    }

    .logo img {
        height: 50px;
    }

    .logo span {
        font-size: 16px;
    }

    .logo i {
        margin: 0 5px;
        height: 24px;
    }

    .nav-icon {
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .nav-icon img {
        position: absolute;
        max-width: 80%;
    }

    .section1::after {
        height: 80px;
    }

    .photobox {
        width: 250px;
    }

    .xgjj .name h1 {
        font-size: 20px;
    }

    .account p span {
        display: block;
    }

    .account p {
        line-height: 22px;
        font-size: 16px;
    }

    .tutor a {
        display: block;
        font-size: 16px;
    }

    .more {
        margin-top: 15px;
    }

    .foot {
        padding: 15px;
    }

    .ft-l .logo span {
        font-size: 20px;
    }

    .fd-bq {
        line-height: 20px;

    }

    .fd-bq span,
    .fd-bq a {
        padding: 10px 0;
    }

    .ft-m p {
        font-size: 14px;
    }
}


@media only screen and (max-width:420px) {
    .logo img {
        height: 37px;
    }
}
@media only screen and (max-width:390px) {
    .logo img {
        height: 31px;
    }
    .logo span {
        font-size: 14px;
    }
}

@media only screen and (min-width:1921px) {
    .section1::after {
        width: 45%;
    }
}