@charset "utf-8";
html {
         -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


@font-face {
    font-family: 'sisong';
    src: url("../style/SOURCEHANSERIFCN-BOLD.OTF");

}
.nav-r {
    position: fixed;
    right: 0;
    top: 215px;
    width: 65px;
    text-align: center;
    padding: 30px 0;
    background: url(../images/nav-r-bg.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 999;
}

.nav-r ul li a {
    display: block;
    padding: 15px 0;
    font-size: 20px;
    color: #fff;
}

.nav-r .searhbox01 {
    position: absolute;
    right: 65px;
    top: 26px;
    height: 60px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px;
    width: 355px;
    border-radius: 5px;
    z-index: 3;
    display: none;
}

.searhbox01 {
    /* margin-top: 10px; */
    display: inline-block;
    border: 1px solid #81a7d0;
}

.searhbox01 .text {
    width: 162px;
    background: transparent;
    padding: 0 10px;
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
}
.searhbox01 input::placeholder{color:#fff;}
.searhbox01 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
    margin-top: 5px;
    cursor: pointer;
}

.searhbox01 .btn {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

.section1 {
    position: relative;
}

.header {
    position: relative;
    background: #034EA1;
    z-index: 99;
}

.head {
    padding: 20px 0;
    /*max-width: 1720px;*/
    margin: 0 auto;
    /* padding-top: 20px; */
}

.logo {
    float: left;
    margin-top: 10px;
    width: 420px;
}

.logo a {
    display: inline-block;
}

.logo i {
    width: 1px;
    height: 40px;
    margin: 0 15px;
    background: rgba(255,255,255,.3);
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 65px;
}

.logo span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 29px;
    text-align: center;
    vertical-align: middle;
font-family: "sisong";
}

.head-r {
    float: right;
    width: calc(100% - 440px);
}

.banner {
    position: relative;
    height: 675px;
}

.banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 84%;
    background: url(../images/banner-tc.png) no-repeat left center;
    background-size: 100% 100%;
}

.nav {
    display: flex;
    justify-content: flex-end;
    /* float: left; */
    /* width: 540px; */
    position: relative;
    margin-top: 10px;
}

.head-link {
    /* float: right; */
}

.hl-t {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.hl-t a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.hl-t a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.hl-t span {
    display: inline-block;
    padding: 0 10px;
    margin-top: 8px;
    vertical-align: middle;
    font-size: 0;
    color: #D8D8D8;
    /* opacity: .3; */
}

.shao-nav {
    width: calc(100% - 40px);
}
.shao-nav>ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.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: 35px;
    color: #fff;
    text-align: center;
    margin: 0px 20px;
    position: relative;
    transition: all 0.3s;
}

.shao-nav>ul>li>a span {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 15px;
    height: 15px;
    background: url(../images/jt.png) no-repeat center center;
}

.shao-nav>ul>li.on a {
    font-weight: bold;
}

.shao-nav>ul>li.on>div {
    border-top: 3px solid #034EA1;
}

.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: 50%;
    width: 120px;
    margin-left: -60px;
    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: #034EA1;
    color: #fff;
}

.more-nav {
    position: relative;
    width: 40px;
    right: 8px;
    bottom: -20px;
}

.more-nav>span {
    position: absolute;
    top: -11px;
    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: 35px;
    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: #317dd0;
}

.duo-nav>li>a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.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: #317dd0;
}

.duo-nav>li>div>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.duo-nav>li:hover>div {
    display: block;
}


/* 人物信息 */

.rwxx {
    padding-top: 30px;
    padding-bottom: 20px;
    background: #F4F4F4;
}

.introbox {
    position: relative;
}

.introbox .ewm {
    position: absolute;
    right: 0;
    top: 0;
    width: 96px;
    height: 96px;
}

.introbox .ewm img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.photobox {
    position: relative;
    float: left;
    width: 224px;
}

.photobox span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 165px;
}

.photobox span img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.photobox .name {
    text-align: center;
}

.photobox .name h1 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #1c1c1c;
    font-family: "sisong";
}

.photobox .name .like {
    display: inline-block;
    width: 90px;
    height: 30px;
    border: 1px solid #cecece;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    background: #fff;
}

.photobox .name .like i {
    padding-left: 25px;
    font-size: 16px;
    color: #533702;
    background: url(../images/hot.png) no-repeat left center;
}

.photobox .name p {
    margin-top: 20px;
    font-size: 16px;
    color: #4c4c4c;
}

.xgjj {
    position: relative;
    float: right;
    width: calc(100% - 360px);
    padding-right: 110px;
}

.part_tit .name h1 p {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 32px;
    color: #034EA1;
    vertical-align: bottom;
}

.part_tit .name h1 span {
    font-weight: normal;
    padding-left: 40px;
    font-size: 20px;
    color: #333333;
}

.tutor {
    position: absolute;
    right: 0;
    bottom: 0;
}

.tutor a {
    display: block;
    width: 96px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #0D58AB;
    font-size: 14px;
    color: #0D58AB;
    margin-bottom: 12px;
}

.tutor a:hover {
    background: #0D58AB;
    color: #fff;
}

.more {
    width: 137px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #a2292c;
    margin-top: 45px;
    text-align: center;
    transition: all .3s;
}

.more a {
    position: relative;
    left: 0;
    padding-right: 38px;
    font-size: 14px;
    color: #a2292d;
    background: url(../images/more.png) no-repeat right center;
    transition: all .3s;
}

.more a:hover {
    left: 5px;
}

.footer {
    background: #034EA1;
    padding: 25px 0;
    text-align: center
}

.foot {
    overflow: hidden;
}

.foot p {
    font-size: 16px;
    color: #fff;
}

.foot p>span {
    padding: 0 20px;
    display: inline-block;
    line-height: 28px;
}


/*手机导航*/

.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: #034EA1;
    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: #034EA1;
}

.search-input {
    border: 1px solid #d5e0ec;
    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 #034EA1;
}

.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: #0d58ab;
    border-bottom: 1px solid #034EA1;
}

.mob_list li .ejnav li:last-child {
    border-bottom: 0;
}

.mob_list li .ejnav li a {
    width: 100%;
}

.open {
    right: 0
}

.xx_lx {
    font-size: 0;
    margin-top: 15px;
}

.xx_lx p {
    display: inline-block;
    width: 50%;
    padding: 11px 0;
    line-height: 26px;
    font-size: 16px;
    color: #555;
    float: left;
    /*  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.xx_lx p span {
    position: relative;
    display: inline-block;
}

.xx_lx p span img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    width: 18px;
    height: auto;
}

@media only screen and (max-width:1720px) {
    .head {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:1450px) {
    .logo {
        margin-top: 15px;
    }
    .logo img {
        height: 50px;
    }
    .logo span {
        font-size: 20px;
    }
}

@media only screen and (max-width:1320px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .introbox .ewm {
        right: 15px;
    }
    .shao-nav>ul>li>a {
        /* margin: 0 5px; */
    }
    .nav {
      
    }
    .logo i {
        margin: 0 5px;
    }
    .searhbox01 .text {
        width: 175px;
    }
    .logo img {
        /* height: 40px; */
    }
    .logo span {
        /* font-size: 18px; */
    }
    .xgjj {
        width: calc(100% - 250px);
    }
}

@media only screen and (max-width:1024px) {
    .logo {
        margin-top: 0;
    }
    .head {
        padding: 10px;
    }
    .nav-icon {
        margin-left: auto;
        display: block;
        margin-top: 5px;
    }
    #nav {
        display: none;
    }
    .head-r {
        display: none;
    }
    .mob {
        display: block;
    }
    .banner {
        height: auto;
    }
    .banner img {
        position: static;
    }
    .nav-r {
        display: none;
    }
}

@media only screen and (max-width:1000px) {
    .rwxx {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .xx_lx p {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .xx_lx {
        margin-top: 15px;
    }
}

@media only screen and (max-width:720px) {
    .logo {
        width: auto;
    }
    .logo img {
        /* height: 30px; */
    }
    .logo i {
        margin: 0 5px;
    }
    .logo span {
        /* font-size: 12px; */
    }
    .head {
        padding: 15px 10px;
    }
    .introbox .ewm {
        position: absolute;
        bottom: -10px;
        top: auto;
        left: 15px;
        right: auto;
        margin: 10px auto;
        overflow: hidden;
    }
    .part_tit .name h1 p {
        font-size: 26px;
    }
    .part_tit .name h1 span {
        padding-left: 15px;
    }
    .tutor {
        bottom: 15px;
    }
    .tutor a {
        display: inline-block;
        margin: 5px;
    }

   .xgjj {
        padding-right: 0;
    }
    .introbox {
        padding-bottom: 110px;
    }
    .photobox {
        width: 90px;
        margin-top: 15px;
    }
    .xgjj {
        width: calc(100% - 110px)
    }
    .part_tit .name h1 p {
        font-size: 20px;
    }
    .part_tit .name h1 span {
        font-size: 14px;
    }
    .xx_lx p {
        font-size: 12px;
        line-height: 1.2;
        padding: 2px 0;
        float: none;
    }
    .xx_lx p span img {
        padding-right: 5px;
        height: 10px;
    }
    .xx_lx {
        margin-top: 5px;
    }



}