@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: break-word;
}

li {
    list-style: none;
}
video{
    max-width:100%;
    height:auto;
}

.list-paddingleft-2{
padding-left:25px;
}
a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}
img{max-width:100%;}
input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}


.clearfix{zoom:1}
.clearfix:after,.clearfix after{visibility:hidden; display:block; content:""; clear:both}


.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.pic:hover img {
/*    transform: scale(1.2); */
}

.wp {
    max-width: 1500px;
    margin: 0 auto;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 20px 50px;
    transition: all .7s;
}

.head.on {
    position: fixed;
}

.head.on::before {
    bottom: 0;
}

.head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    transition: all 0.5s;
}

.head-top {
    position: relative;
}

.logo {
    float: left;
}

.logo a {
    display: inline-block;
}

.logo i {
    width: 1px;
    height: 48px;
    margin: 0 25px;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, .2);
}

body.on .logo i {
    background: #9fbce1;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
}

.logo span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    font-size: 30px;
}

body.on .logo span stop[offset="0%"] {
    stop-color: #2a53ad;
}

body.on .logo span stop[offset="100%"] {
    stop-color: #5537a8;
}

.link-top {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.link-top a {
    display: inline-block;
    margin-left: 30px;
    font-size: 22px;
    color: #111;
}

.head-r {
    position: relative;
    float: right;
    width: calc(100% - 740px);
    padding-right: 55px;
}

.nav {
    position: relative;
}

.shao-nav {
    float: left;
    width: calc(100% - 40px);
}

.shao-nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
}

.shao-nav>ul>li>a {
    position: relative;
/*    width: 80px;*/
    display: block;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    transition: all 0.3s;
    margin: 0 30px;
    text-align: justify;
    text-align-last: justify;
}

body.on .shao-nav>ul>li>a {
    color: #333333;
}

body.on .shao-nav>ul>li.active>a {
    color: #354cac;
}

body.on .shao-nav>ul>li:hover>a {
    color: #354cac;
    font-weight: normal;
}

.shao-nav>ul>li.on a {
    font-weight: bold;
}

.shao-nav>ul>li.on>div {
    border-top: 3px solid #fff;
}

.shao-nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: -20px;
    height: 2px;
    background: #fff;
    transition: all .3s;
}

body.on .shao-nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: -20px;
    height: 2px;
    background-image: #4144aa;
    background-image: linear-gradient(to right, #5736a8, #2a54ad);
    background-image: -webkit-linear-gradient(to right, #5736a8, #2a54ad);
    transition: all .3s;
}

.shao-nav>ul>li:hover>a::before {
    left: 0;
    right: 0;
}

body.on .shao-nav>ul>li:hover>a::before {
    left: 0;
    right: 0;
}

.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;
}

body.on .shao-nav>ul>li.on>a::after {
    border-bottom: 5px solid #224a9f;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.shao-nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    background: #fff;
    z-index: 99;
    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: #224a9f;
    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;
}

body.on .more-nav span {
    background: url(../images/menu-other.png) no-repeat center center;
}

.more-nav .duo-nav {
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 98;
    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: #224a9f;
}

.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: #224a9f;
}

.duo-nav>li>div>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.duo-nav>li:hover>div {
    display: block;
}

.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;
    background: #3870b4;
}

.searhbox01 .btn svg {
    vertical-align: middle;
}

.section {
    position: relative;
    overflow: hidden;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    padding: 15px 0;
}

.foot p {
    line-height: 30px;
    font-size: 14px;
    color: #a7b8dc;
    text-align: center;
}


/* 个人信息 */

.introbox {
    width: 80%;
    margin: 0 auto;
}

.introbox .photobox {
    text-align: center;
}

.introbox .photobox .tpp {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 10px;
    background: rgba(255, 255, 255, .1);
    vertical-align: middle;
}

.introbox .photobox .tpp::after {
    content: "";
    position: absolute;
    left: -15px;
    right: -40px;
    top: -10px;
    bottom: -15px;
    background: url(../images/tpp-zq.png) no-repeat center center;
}

.introbox .photobox .tpp .pic {
    padding-top: 100%;
    border-radius: 50%;
    z-index: 9;
}

.introbox .photobox .name {
    display: inline-block;
    vertical-align: middle;
    padding-left: 70px;
    text-align: left;
}

.name h1 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
}
.name h1 span {
    font-size: 18px;
}
.name p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 40px;
}

.name p a{
    position: relative;
    right: 0;
    display: inline-block;
    padding-left: 25px;
    background: url(../images/name-more.png) no-repeat left center;
    margin-right: 35px;
    font-size: 18px;
    color: #fff;
    transition: all .3s;
}



.name .like i {
    padding-left: 35px;
    font-size: 22px;
    color: #fff;
    background: url(../images/hot.png) no-repeat left center;
    background-size: 23px auto;
    cursor: pointer;
}

.brief {
    margin-top: 55px;
    padding-bottom: 50px;
    border-bottom: 1px dashed rgba(255, 255, 255, .22);
}

.brief .data {
    padding: 0 50px;
}

.brief .data li {
    width: 33.333%;
    padding-left: 30px;
    background: url(../images/list.png) no-repeat left top 6px;
    float: left;
    font-size: 16px;
    margin: 6px 0;
    color: #fff;
}

.account {
    margin-top: 20px;
}

.account p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 90px;
}

.account .more {
    position: relative;
    float: right;
    right: 0;
    transition: all .3s;
}

.account .more a {
    display: block;
    line-height: 50px;
    padding-right: 26px;
    background: url(../images/js-more.png) no-repeat right center;
    font-size: 15px;
    color: #fff;
}

.account .more:hover {
    right: 5px;
}


/*手机导航*/

.mob {
    display: none;
}

.nav-icon {
    width: 42px;
    height: 40px;
    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: #3043a4;
    width: 80%;
    height: 100%;
    z-index: 999999;
    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: #3043a4;
}

.search-input {
    border: 1px solid #576acb;
    height: 35px;
}

.search-input:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.search-input input {
    width: calc(100% - 40px);
    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 #455bca;
}

.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: #3248b7;
    border-bottom: 1px solid #5063c4;
}

.mob_list li .ejnav li:last-child {
    border-bottom: 0;
}

.mob_list li .ejnav li a {
    width: 100%;
}

.open {
    right: 0
}

@media screen and (max-height:850px) {
    .brief {
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:1500px) {
    .wp {
        max-width: 95%;
    }
}

@media screen and (max-width:1200px) {
    .head-r {
        width: calc(100% - 650px);
    }
}

@media screen and (max-width:1024px) {
    .introbox {
        width: 100%;
    }
    .section {
        padding: 15px 0;
    }
    .nav-icon {
        margin-left: auto;
        display: block;
    }
    #nav {
        display: none;
    }
    .head-r {
        display: none;
    }
    .mob {
        display: block;
    }
    .head {
        position: relative;
        padding: 15px;
        background-image: #4144aa;
        background-image: linear-gradient(to right, #323ca0, #237dc8);
        background-image: -webkit-linear-gradient(to right, #323ca0, #237dc8);
    }
    .footer {
        position: static;
    }
}

@media screen and (max-width:1000px) {
    .brief .data {
        padding: 0;
    }
}

@media screen and (max-width:730px) {
    .logo img {
        height: 35px;
    }
    .logo i {
        height: 25px;
        margin: 0 5px;
    }
    .logo span svg {
        width: 120px;
    }
    .logo span {
        line-height: 1;
    }
    .logo span svg text {
        font-size: 18px;
        transform: translateY(-5px);
    }
    .nav-icon {
        line-height: 55px;
    }
    .introbox .photobox .tpp {
        width: 135px;
        height: 135px;
    }
    .introbox .photobox .tpp::after {
        left: -5px;
        right: -18px;
        bottom: -10px;
        background-size: 88% 100%;
    }
    .introbox .photobox .name {
        padding-left: 20px;
    }
    .name h1 {
        font-size: 22px;
        padding-top:20px;
    }
    .name h1  span{
        font-size: 16px;
    }
    
    .name p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .name p a{
        font-size: 16px;

    }
    .name .like i {
        font-size: 16px;
    }
    .brief .data li {
        float: none;
        width: 100%;
        min-width: 50%;
    }
}

@media screen and (max-width:370px) {
    .logo img {
        height: 25px;
    }
    .logo span svg text {
        font-size: 14px;
        transform: translateY(-10px);
    }
}