@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;
}

.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.png) no-repeat right top;
    background-size: auto 100%;
}

.header {
    position: relative;
}

.head {
    padding: 25px 0;
    max-width: 1620px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 500px;
}

.logo a {
    display: inline-block;
}

.logo i {
    width: 1px;
    height: 24px;
    margin: 0 7px;
    background: #0c8f32;
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 270px;
}

.logo span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    color: #000;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    font-family: "sisong";
}

.link-top {
    position: relative;
    text-align: right;
}

.link-top a {
    display: inline-block;
    margin-left: 30px;
    font-size: 22px;
    color: #111;
}

.head-r {
    float: right;
    width: calc(100% - 670px);
}

.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: 18px;
    line-height: 60px;
    color: #111111;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    margin-left: 80px;
}

.shao-nav>ul>li.on a {
    font-weight: bold;
}

.shao-nav>ul>li.on>div {
    border-top: 3px solid #0c8f32;
}

.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 #0c8f32;
}


/* .nav>ul>li.active>a {
    border-color: #f0a402;
} */

.shao-nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 115px;
    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: #0c8f32;
    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: #0c8f32;
}

.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: #0c8f32;
}

.duo-nav>li>div>ul>li>a {
    font-size: 14px;
    color: #fff;
}

.duo-nav>li:hover>div {
    display: block;
}


/* 人物信息 */

.photobox {
    position: relative;
    float: right;
    margin-right: 100px;
    padding: 20px;
    box-sizing: border-box;
}

.photobox::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/photo-bg.png) no-repeat center center;
    background-size: 90% 100%;
    transform: translateX(35px);
}

.photobox span {
    display: block;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #c9c1c1;
    background: #fff;
}

.photobox span img {
    display: block;
    width: 100%;
    height: 100%;
}

.name h1 {
    display: inline-block;
    font-size: 34px;
    color: #111111;
}

.name p {
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    color: #0c8f32;
}

.xgjj {
    position: relative;
    float: left;
    width: 50%;
    margin-top: 100px;
}

.tutor {
    position: absolute;
    right: 0;
    top: 15px;
}

.tutor a {
    display: inline-block;
    font-size: 18px;
    color: #0c8f32;
    margin-left: 50px;
    transition: all .3s;
}

.tutor a:hover {
    text-decoration: underline;
    right: 5px;
}

.account {
    margin-top: 30px;
}

.account p {
    line-height: 32px;
    font-size: 16px;
    color: #111;
    text-indent: 2em;
    max-height: 288px;
    /* overflow-y: auto; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.more {
    width: 136px;
    height: 49px;
    line-height: 49px;
    background: url(../images/more-bg.png) no-repeat center center;
    background-size: cover;
    margin-top: 70px;
    text-align: center;
    transition: all .3s;
}

.more a {
    display: inline-block;
    position: relative;
    left: 0;
    padding-right: 45px;
    font-size: 16px;
    line-height: 49px;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    background: url(../images/more.png) no-repeat right center;
    transition: all .3s;
}

.more a:hover {
    left: 5px;
}

.box1,
.box2,
.box3 {
    position: relative;
    width: 490px;
    height: 425px;
    overflow: hidden;
    border-radius: 180px;
    z-index: 99;
}

.box1 {
    transform: rotate(120deg);
    margin-left: 10px;
}

.box2 {
    transform: rotate(-60deg);
}

.box3 {
    transform: rotate(-60deg);
}
.box3 .imged{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}


.box3 img {
    width: 100%;
    height: 100%;
    /* max-width: 100%; */
    /* max-height: 100%; */
    object-fit: cover;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}

.footer {
    padding-top: 55px;
    padding-bottom: 30px;
    background: #f6f6f6 url(../images/footer-bg.jpg) no-repeat right bottom;
}

.foot {
    overflow: hidden;
}

.ft-l {
    float: left;
    font-size: 0;
}

.ft-l .logo span {
    font-size: 30px;
    color: #000;
}

.ft-l p {
    display: inline-block;
    min-width: 50%;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.ft-m {
    float: left;
    margin-left: 12%;
}

.ft-m p {
    line-height: 32px;
    font-size: 16px;
    color: #111;
}

.ft-m p img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.ft-r {
    float: right;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    margin-right: 100px;
}

.ft-r p {
    line-height: 34px;
    font-size: 16px;
    color: #111;
}

.ft-r img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
}


/*手机导航*/

.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: #086423;
    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: #086423;
}

.search-input {
    border: 1px solid #1a7334;
    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 #11702d;
}

.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: #135e29;
    border-bottom: 1px solid #246f3a;
}

.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:1620px) {
    .head {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:1400px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .photobox {
        margin-right: 30px;
    }
    .head-r {
        width: calc(100% - 435px);
    }
    .xgjj {
        width: 40%;
        margin-top: 0;
    }
    .name p {
        padding-left: 5px;
    }
}

@media only screen and (max-width:1200px) {
    .ft-m {
        margin-left: 0;
    }
    .ft-l .logo {
        width: auto;
        margin-right: 15px;
    }
    .ft-r {
        margin-right: 0;
    }
}

@media only screen and (max-width:1024px) {
    .nav-icon {
        margin-left: auto;
        display: block;
        margin-top: 5px;
    }
    #nav {
        display: none;
    }
    .head-r {
        display: none;
    }
    .mob {
        display: block;
    }
    .section1 {
        background-size: 54% auto;
    }
    .tutor a{
        margin-left:15px;
    }
    .section5::after {
        display: none;
    }
    
    
}

@media only screen and (max-width:1000px) {
    .box1,
    .box2,
    .box3 {
        width: 320px;
        height: 265px;
    }
    .xgjj {
        width: 45%;
    }
    .tutor a {
        margin-left: 5px;
        font-size: 14px;
    }
    .section1 {
        padding-bottom: 15px;
    }
    .more {
        margin-top: 15px;
    }
    .ft-l {
        float: none;
        width: 100%;
        text-align: center;
    }
    .ft-l .logo {
        float: none;
        margin: 0;
    }
    .ft-l .logo span {
        font-size: 20px;
    }
    .ft-m {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .ft-r {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:760px) {
    .section1 {
        background-size: 60% auto;
    }
    .photobox {
        float: none;
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .logo {
        width: auto;
    }
    .logo img {
        height: 45px;
    }
    .logo span {
       /* display: none;*/
       font-size: 20px;
    }
    .box1,
    .box2,
    .box3 {
        width: 270px;
        height: 210px;
    }
    .xgjj {
        width: 100%;
    }
    .account p {
        height: auto;
        font-size: 15px;
    }
    .name h1 {
        font-size: 26px;
    }
    .account {
        margin-top: 15px;
    }
    .head {
        padding: 15px;
    }
    .photobox::after {
        background-size: 75% auto;
        transform: translateX(20px);
    }
    .footer {
        padding: 15px 0;
    }
}

@media only screen and (max-width:500px) {
    .section1 {
        background-size: 80% auto;
    }

    .head {
        padding: 10px;
    }
    .tutor{
        top: 45px;
        /* left: 0; */
    }
    .account{
        margin-top: 35px;
    }
}

@media only screen and (max-width:320px) {
     .photobox {
        width: 280px;
    }

    .box1,
    .box2,
    .box3 {
        width: 210px;
        height: 160px;
    }

}