@charset "utf-8";

.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;
}
html{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a  {    background-color: transparent;}

.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;
    padding-bottom: 170px;
    background: url(../images/sect1-bg.jpg) no-repeat left top;
    background-size: cover;
}

.section1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/ban-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.header {
    position: relative;
    z-index: 10;
}

.head {
    position: relative;
}

.logo {
    float: left;
    width: 200px;
    text-align: center;
    background: #fff;
    font-size: 0;
    padding: 10px;
    border-bottom: 5px solid #65C01A;
}

.logo a {
    display: inline-block;
}

.logo i {
    width: 1px;
    height: 24px;
    margin: 0 7px;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.logo span {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    color: #0E3CAB;
    font-size: 16px;
    text-align: center;


}

.link-top {
    position: absolute;
    left: 100%;
    display: flex;
    top: 30px;
    align-items: center;
    text-align: right;
    margin-left: 15px;
}

.link-top a {
    /* display: inline-block; */
    /* margin-left: 30px; */
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
}

.link-top a img {
    display: inline-block;
    vertical-align: middle;max-width: none;
}

.head-r {
    float: right;
    width: calc(100% - 230px);
}

.nav {
    position: relative;
    margin-top: 15px;
}

.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: 20px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    padding: 0 20px;
}

.shao-nav>ul>li.on a {
    font-weight: bold;
}

.shao-nav>ul>li.on>div {
    border-top: 3px solid #0c3ead;
}

.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 #0c3ead;
}


/* .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: #0c3ead;
    color: #fff;
}

.more-nav {
    position: relative;
    width: 40px;
    float: right;
}

.more-nav span {
    position: absolute;
    top: 15px;
    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: #0c3ead;
}

.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: #0c3ead;
}

.duo-nav>li>div>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.duo-nav>li:hover>div {
    display: block;
}


/* 人物信息 */
.introbox {
    position: relative;
    margin-top: 80px;
    z-index: 9;
}

.photobox {
    position: relative;
    float: right;
    width: 377px;
    /* margin-right: 100px; */
    /* padding: 20px; */
    box-sizing: border-box;
}

.photobox .pic {
    padding-bottom: 126.79%;
}

.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: 56px;
    color: #fff;
}

.name p {
    display: inline-block;

}

.xgjj {
    position: relative;
    float: left;
    width: calc(100% - 450px);

}

.xgjj .name {
    display: flex;

    flex-wrap: wrap;
}

.xgjj .name h1 {}

.xgjj .name p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    flex: 1;
    margin-left: 15px;
    min-width: 0;
}

.xgjj .name p span {
    padding-left: 5px;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.8);
}

.xgjj .name p i {
    padding-left: 25px;
    background: url(../images/zam-icon.png) no-repeat left center;
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.tutor {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    /* position: absolute; */
    right: 0;
    top: 15px;
}

.tutor a {
    display: inline-block;
    padding: 0 23px;
    font-size: 24px;
    line-height: 65px;
    color: #fff;
    border: 1px solid #FFFFFF;
    /* margin-left: 50px; */
    transition: all .3s;
}

.tutor a:hover {
    border: 1px solid rgba(101, 192, 26, 0.8);
    background: rgba(101, 192, 26, 0.8);
}

.account {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.account p {
    width: 50%;
    padding: 0 5px;
    line-height: 32px;
    font-size: 24px;
    color: #fff;
    /* text-indent: 2em; */
    margin: 10px 0;
    /* height: 288px; */
    box-sizing: border-box;
    /* overflow-y: auto; */
}

.more {
    margin-top: 10px;
    display: block;
    text-align: right;
    transition: all .6s;
}

.more a {
    display: inline-block;
    position: relative;
    right: 0;
    padding-left: 85px;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    background: url(../images/more.png) no-repeat left center;
    transition: all .6s;
}

.more a:hover {
    letter-spacing: 2px;
}



.footer {
    margin-top: 80px;
    padding: 35px 0;
    border-top: 2px solid #758ECA;
    z-index: 12;
}

.foot {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft-l {
    /* float: left; */
    font-size: 0;
}



.ft-l p {
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}


.ft-r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft-r ul li {
    margin-left: 30px;
}

.ft-r ul li span {
    line-height: 30px;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
}

/*手机导航*/

.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: #0E3CAB;
    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: #0E3CAB;
}

.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: 13px;
    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: #0e3cab;
    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) {
    .section1 {
        background-size: cover;
    }
}

@media only screen and (max-width:1670px) {
    .head-r {
        padding-right: 100px;
    }

    .link-top {
        left: auto;
        right: 0;
    }


}



@media only screen and (max-width:1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }

    .photobox {
        width: 260px;
    }

    .xgjj {
        width: calc(100% - 280px);
    }

    .name h1 {
        font-size: 36px;
    }
}


@media only screen and (max-width:1366px) {

    .link-top {
        left: auto;
        right: 8px;
    }


}

@media only screen and (max-width:1200px) {
    .tutor a {
        font-size: 20px
    }

    .ft-l {
        width: 100%;
    }

    .ft-r {
        width: 100%;
        margin-top: 20px;
    }

    .ft-r ul li {
        margin-left: 0;
    }
}

@media only screen and (max-width:1024px) {
    .head-r {
        display: none;
    }

    .section1 {
        padding-bottom: 115px;
    }

    .nav-icon {
        display: block;
        margin-left: auto;
        padding-top: 35px;
    }

    .mob {
        display: block;
    }

    .photobox {
        width: 150px;
    }

    .xgjj {
        width: calc(100% - 180px);
    }

    .name h1 {
        font-size: 24px;
    }

    .xgjj .name p {
        padding-bottom: 10px;
    }

    .xgjj .name p span {
        font-size: 18px;
    }

    .xgjj .name p i {
        font-size: 16px;
    }

    .introbox {
        margin-top: 30px;
    }

    .account {
        margin-top: 15px;
    }

    .account p {
        font-size: 18px;
        line-height: 20px;
    }

    .more a {
        font-size: 16px;
    }

    .tutor {
        margin-top: 20px;
    }

    .tutor a {
        line-height: 45px;
        padding: 0 15px;
        font-size: 16px;
    }
}



@media only screen and (max-width:740px) {
    .xgjj {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .ft-r ul li {
        padding-right: 15px;
    }

    .photobox {
        float: none;
        margin: 0 auto;
    }

    .account p {
        width: 100%;
        margin: 5px 0;
    }

    .tutor a {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .section1::after {
        background: none;
    }

    .section1 {
        padding-bottom: 20px;
    }

    .ft-l p {
        font-size: 16px;
    }

    .ft-r ul li span {
        font-size: 16px;
    }

    .footer {
        margin-top: 30px;
    }
}

@media only screen and (max-width:500px) {}