@charset "utf-8";
html {
         -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.searhbox01 {
    position: absolute;
    right: 0px;
    top: 40px;
    height: 60px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px;
    width: 355px;
    border-radius: 5px;
    z-index: 99;
    display: none;
}

.searhbox01 .text {
    width: calc(100% - 45px);
    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/lFsTFeBs9X3e.woff);
    font-weight: normal;
    font-style: normal;
}

.section1 {
    position: relative;
    background: url(../images/s1-bg.png) no-repeat center top/cover;
    padding-bottom: 80px;
    overflow: hidden;

}



.header {
    position: relative;
    background: url(../images/head_bg.png) no-repeat center top/cover;
    z-index: 10;
}

.head {
    display: flex;
    align-items: center;
    position: relative;
    padding: 36px 0;
}

.logo {
    display: flex;
    align-items: center;
    float: left;
    font-size: 0;
    width: 490px;
}

.logo a {
    display: inline-block;
}

.logo i {
    width: 1px;
    height: 49px;
    margin: 0 15px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.logo span {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
    font-size: 33px;
    text-align: center;
    font-family: "sisong";
}

.logo em {
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}

.link-top {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    display: flex;
    align-items: center;
}

.link-top a {
    font-size: 18px;
    color: #fff;
    font-weight: normal;

}

.link-top .en {

    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

.link-top a img {
    display: inline-block;
    vertical-align: middle;
}

.head-r {
    position: relative;
    display: flex;
    align-items: center;
    float: right;
    justify-content: flex-end;
    width: calc(100% - 510px);
}

.link-top span {
    width: 1px;
    height: 20px;
    background: rgba(216, 216, 216, 0.36);
    margin: 0 15px;
    font-size: 0;
}

.nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shao-nav {
    /* float: left; */
    /* width: calc(100% - 40px); */
}

.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: 22px;
    line-height: 60px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    padding: 0 23px;
}

.shao-nav>ul>li.on a,
.shao-nav>ul>li.active a {
    font-weight: bold;
}

.shao-nav>ul>li.on>div {
    border-top: 3px solid #88090a;
}

.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 #88090a;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.shao-nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;

    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: #c81011;
    color: #fff;
}

.more-nav {
    width: 28px;
    height: 28px;
}

.more-nav span {
    display: block;

    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: 51px;
    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: #c81011;
}

.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: #1753F2;
}

.duo-nav>li>div>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.duo-nav>li:hover>div {
    display: block;
}


/* 人物信息 */
.introbox {
    position: relative;
    padding-top: 60px;
    z-index: 9;
}

.introbox::before {
    content: "";
    position: absolute;
    top: 32%;
    right: -19%;
    width: 1000px;
    height: 750px;
    background: url(../images/sjbg.png) no-repeat center center/cover;
}

.photobox {
    position: relative;
    float: right;
    width: 409px;
    padding: 0 16px;

    z-index: 9;
}

.photobox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    bottom: 45px;
    width: 16px;
    background: #FFC27B;
}

.photobox::after {
    content: "";
    position: absolute;
    right: 0;
    top: 45px;
    bottom: 45px;
    width: 16px;
    background: #BB1010;
}

.photobox .pic {
    padding-bottom: 124.81%;
}

.pic {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.pic .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important;
    transition: all .6s;
}

.pic:hover .img {
    transform: scale(1.1);
    transform-origin: center center;
}



.name h1 {
    display: inline-block;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    background: url(../images/name-bg.png) no-repeat center bottom/100% auto;
}

.name p {
    display: inline-block;

}

.xgjj {
    position: relative;
    float: left;
    width: calc(100% - 409px);

}

.xgjj:After {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 62px;
    bottom: 0;
    background: linear-gradient(180deg, rgb(255 243 226) 0%, rgba(212, 224, 255, 0) 100%);
    border-radius: 5px 0 0 5px;
}

.xgjj .name {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 6;
}

.xgjj .name h1 {}

.xgjj .name p {
    margin-right: 55px;
    min-width: 0;
}



.xgjj .name p i {
    padding-left: 35px;
    background: url(../images/zam-icon.png) no-repeat left center;
    font-size: 36px;
    color: #DC1515;
    font-weight: bold;
    cursor: pointer;
}

.tutor {
    position: relative;
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    z-index: 6;
}


.tutor a {
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    line-height: 52px;
    color: #1753F2;
    background: rgba(212, 224, 255, 0.5216);
    margin-right: 35px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .6s;
}

.tutor a:hover {

    background: #1753F2;
    color: #fff;
}

.account {
    position: relative;
    padding: 45px 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 4;
}

.account .wz {
    position: absolute;
    left: 0;
    top: -20px;
}

.account .wz span {
    display: block;
    font-size: 200px;

    font-weight: bold;
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.account h2 {

    display: flex;
    align-items: center;
    font-size: 20px;
    color: #1753F2;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.account h2 img {
    padding-right: 5px;
}

.account p {
    position: relative;
    width: 47%;
    padding: 15px 5px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    z-index: 9;
}

.section4 .more {
    margin-top: 30px;
}

.more {

    transition: all .6s;
}

.more a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #32A1E4;
    background: url(../images/more.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all .6s;
}

.more a:hover {
    width: 180px;
}



.footer {

padding: 20px 0;

background: #BB1010;

line-height: 56px;
}

.foot p {
    text-align: center;
}

.foot p>span {
    display: inline-block;
    padding: 0 5px;
    font-size: 20px;
    color: #fff;
}

/*手机导航*/

.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 {
    display: block;
    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: #BB1010;
    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: #BB1010;
}

.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 rgb(235 235 235 / 20%);
}

.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: 40px;
    height: 25px;
    z-index: 122;
    position: absolute;
    right: 10px;
    top: 14px;
    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: #BB1010;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.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 (min-width:1920px) {}

@media only screen and (max-width:1700px) {
    .head {
        max-width: 100%;
        padding: 20px;
    }

    .link-top {
        position: static;
        transform: none;
    }
}



@media only screen and (max-width:1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }



}

@media only screen and (max-width:1200px) {
    .photobox {
        width: 290px;
    }

    .xgjj {
        width: calc(100% - 290px);
    }
}

@media only screen and (max-width:1024px) {

    .nav-icon {
        display: flex;
        align-items: center;
        margin-left: auto;

    }

    .mob {
        display: block;
    }

    .head-r {
        display: none;
    }

    .introbox {
        margin-top: 30px;
    }

    .xgjj {
        width: 100%;
    }

    .introbox::before {
        display: none;
    }

    .account .wz span {
        font-size: 150px;
    }

    .photobox {
        float: none;
        margin: 0 auto;
    }

    .ft-m {
        width: 100%;
        order: -1;
    }



    .ft-l {
        width: 100%;
        margin-top: 15px;
    }

    .ft-r p {
        width: 100%;
        padding-bottom: 0;
    }

    .ft-d .wp {
        margin-top: 0;
        padding-bottom: 20px;
    }

    .xgjj .name p {
        margin-right: 0;
    }

}



@media only screen and (max-width:768px) {
    .xgjj {
        padding: 20px;
    }

    .account {
        padding: 0;
    }

    .introbox {
        padding-top: 0;
    }

    .account .wz span {
        font-size: 40px;
    }

    .account .wz {
        top: 50px;
    }

    .xgjj .name p i {
        font-size: 16px;
        background-size: 16px auto;
        padding-left: 20px;
    }

    .tutor {
        margin-top: 0;
    }

    .section1 {
        padding-bottom: 20px;
    }

    .account p {
        width: 100%;
        line-height: 26px;
        font-size: 16px;
        padding: 7px 5px;
    }

    .tutor a {
        font-size: 16px;
        padding: 0 20px;
        line-height: 30px;
        margin-right: 20px;
    }

    .xgjj:After {
        top: 60px;
    }

    .logo span {
        font-size: 18px;
    }

    .logo img {
        height: 30px;
    }

    .logo em {
        font-size: 12px;
    }

    .logo {
        width: 370px;
    }

    .name h1 {
        font-size: 22px;
    }

    .xgjj .name p span {
        font-size: 14px;
    }

    .logo i {
        margin: 0 5px;
        height: 25px;
    }

    .head {
        padding: 10px 15px;
    }

    .footer {
        line-height: 32px;
    }

    .foot p>span {
        font-size: 16px;
    }

    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    .logo {
        width: 280px;
        margin-top: 0;
    }

    .logo span {
        font-size: 15px;
    }

    .logo img {
        height: 28px;
    }

    .nav-icon img {}
}