@charset "utf-8";

@font-face {
    font-family: "sisong";
    src: url(../style/SOURCEHANSERIFCN-MEDIUM.OTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ssong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "tit";
    src: url(../style/fut.ttf);
    font-weight: normal;
    font-style: normal;
}

body,
input,
select,
textarea {
    font-family: "pingfang";
    font-size: 16px;
}

.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;
    transform: translate(-50%, -50%);
}

.pic:hover img {
    /* transform: scale(1.2); */
}

.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: #057AB4;
}

.searhbox01 .btn svg {
    vertical-align: middle;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.head {
    padding: 25px 0;
    max-width: 1600px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 585px;
}

.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;
}

.logo span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.link-top {
    position: relative;
    text-align: right;
}

.link-top span {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
}

.link-top a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.link-top a.links_a {
    padding-left:15px;
}

.link-top a img {
    display: inline-block;
    vertical-align: middle;
}

.head-r {
    float: right;
    width: calc(100% - 700px);
}

.nav {
    position: relative;
    margin-top: 15px;
}

.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;
    display: block;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-left: 60px;
    transition: all 0.3s;
}

.shao-nav>ul>li.on>div {
    border-top: 3px solid #057AB4;
}

.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 #057AB4;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.shao-nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 65%;
    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;
}

.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: #057AB4;
    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: #057AB4;
}

.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: #057AB4;
}

.duo-nav>li>div>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.duo-nav>li:hover>div {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
}


/* 人物信息 */

.introbox {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: -450px;
    background: url(../images/sect1.png) no-repeat center top;
    background-size: cover;
    padding: 68px 85px 80px 85px;
    z-index: 6;
}

.photobox {
    float: left;
    width: 246px;
    padding: 5px;
}

.photobox .tpp {
    border: 5px solid #1479AB;
    border-image: linear-gradient(142deg, #1479AB 0%, #1479AB 0%, #7EC4BC 104%) 5;
    border-image: -webkit-linear-gradient(142deg, #1479AB 0%, #1479AB 0%, #7EC4BC 104%) 5;
}

.photobox .tpp .pic {
    padding-top: 128.8%;
}

.name {
    text-align: center;
}

.name h1 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #1479AB;
    font-family: "sisong";
}

.name .like i {
    display: inline-block;
    padding-left: 35px;
    background: url(../images/hot.png) no-repeat left center;
    font-size: 22px;
    color: #3D3D3D;
    font-family: "ssong";
}

.name p {
    font-size: 18px;
    color: #0973A9;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.name p a{
    color: #0973A9;
}

.name p span {
    display: inline-block;
    padding-right: 100px;
}

.brief {
    overflow: hidden;
    position: relative;
    padding-left: 60px;
}

.data {
    position: relative;
    font-size: 0;
}

.brief .data ul {
    font-size: 0;
}

.brief .data li {
    /* float: left; */
    margin: 8px 0;
    width: 50%;
    font-size: 18px;
    display: inline-flex;
    color: #3D3D3D;
}

.brief .data li:nth-child(2n-1) {
    padding-right: 15px;
}

.tutor a:hover {
    text-decoration: underline;
    right: 5px;
}

.footer {
    position: relative;
    margin-top: -30px;
    background: url(../images/footer.png) no-repeat center top;
    background-size: cover;
    z-index: 6;
}

.foot {
    padding-top: 60px;
    padding-bottom: 25px;
    overflow: hidden;
}

.ft-l {
    float: left;
    font-size: 0;
}

.ft-l p span {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .3);
    margin-right: 15px;
}

.ft-l p span img {
    display: inline-block;
    vertical-align: middle;
}

.ft-l p {
    line-height: 36px;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
}

.ft-r {
    float: right;
    text-align: center;
}

.ft-r p {
    line-height: 34px;
    font-size: 18px;
    color: #fff;
}

.ft-down {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.ft-down p {
    text-align: center;
    line-height: 34px;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
}

.ft-down p span {
    display: inline-block;
    margin: 0 9px;
}


/*手机导航*/

.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: #057AB4;
    width: 90%;
    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;
    padding-right: 5px;
}

.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: #057AB4;
}

.search-input {
    border: 1px solid #0a85c2;
    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 {
    font-size: 16px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #057AB4;
}

.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;
    padding: 10px 20px;
    line-height: 30px;
}

.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: #057AB4;
    border-bottom: 1px solid #0a85c2;
}

.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:1755px) {
    .introbox {
        margin-top: -400px;
    }
}

@media only screen and (max-width:1600px) {
    .header {
        padding: 0 15px;
    }
    .introbox {
        margin-top: -335px;
    }
}

@media only screen and (max-width:1400px) {
    .introbox {
        margin-top: -260px;
    }
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:1200px) {
    .introbox {
        margin-top: -220px;
    }
    .brief .data li:nth-child(2n-1) {
        padding-right: 0;
    }
}

@media only screen and (max-width:1024px) {
    .head {
  /*      padding: 10px 0;*/
    }
    .introbox {
        padding: 15px;
        padding-bottom: 30px;
    }
    .brief {
        padding-left: 20px;
    }
    .nav-icon {
        margin-left: auto;
        display: block;
        margin-top: 10px;
    }
    #nav {
        display: none;
    }
    .head-r {
        display: none;
    }
    .mob {
        display: block;
    }
}

@media only screen and (max-width:1000px) {
    .introbox {
        margin-top: -135px;
    }
    .brief .data li {
        margin: 5px 0;
        width: 100%;
        display: block;
    }
    .brief .data li:last-child{
        margin-bottom:30px;
    }
    .name p span {
        padding-right: 30px;
    }
    .ft-l {
        float: none;
        width: 100%;
    }
    .ft-r {
        float: none;
    }
}

@media only screen and (max-width:700px) {
    .introbox {
        margin-top: -65px;
        padding-bottom: 80px;
    }
    .logo span {
        font-size: 16px;
    }
    .logo img {
        height: 50px;
    }
    .logo i {
        margin: 0 5px;
        height: 25px;
    }
    .logo {
        width: auto;
    }
    .photobox {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .name h1 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .name p {
        font-size: 16px;
    }
    .brief .data li {
        font-size: 16px;
    }
    .name p span {
        padding-right: 5px;
    }
    .foot {
        padding-top: 15px;
    }
    .ft-l p {
        font-size: 16px;
        line-height: 25px;
    }
    .ft-down p {
        line-height: 20px;
    }
}

@media only screen and (max-width:440px) {
    .header {
        padding: 0 5px;
    }
    .introbox{
        margin-top: -50px;
    }
    .head{
        padding: 18px 0;
    }
    .logo img {
        height: 45px;
    }
}


@media only screen and (max-width:400px) {
    .logo img {
        height: 35px;
    }
    .logo span {
        font-size: 14px;
    }
    .head{
        padding: 13px 0;
    }

    .mob_link .link_l a {
    	font-size:14px;
    }
}



@media only screen and (max-width:375px) {
    .logo img {
        height: 33px;
    }
    .head{
        padding: 10px 0;
    }
}

@media only screen and (max-width:340px) {
    .logo img {
        height: 40px;
    }
    .logo span {
        font-size: 12px;
    }
}
