@charset "utf-8";
/* CSS Document */
body,html{overflow-x: hidden;}
b{ font-weight: normal; }
.w1200{ width: 1200px; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 750px){
    a,a:hover,a span,a:hover span,.campus-swiper .swiper-button-next:hover, .campus-swiper .swiper-container-rtl .swiper-button-prev:hover,.campus-swiper .swiper-button-prev:hover, .campus-swiper .swiper-container-rtl .swiper-button-next:hover{
        -webkit-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }
}
.check-browser {
    position: fixed;
    z-index: 55555;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000 url(../image/bg.png);
}
.check-browser .msg-container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}
.check-browser .msg-container .msg {
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}


.pic-show,.pic-show img{
    overflow: hidden;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.pic-show:hover img{
    transform: scale(1.1);transition: 0.4s;
}
.news-index-list .pic-show,.news-index-list .pic-show img{
    overflow: hidden;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition:all 1s linear;
}
.news-index-list .pic-show:hover img{
    transform: scale(1.1);
}
.header{
    position: relative;
}
.banner img{
    width: 100%;
    display: block;
}
.kNav{
    padding-top: 3px;
    width: 100%;
    height: 145px;
    background: url(../images/head-bg.png) repeat-x center top;
    position: fixed;
    left: 0;
    top: -145px;
    z-index: 22222;
    display: flex;
    justify-content: space-between;
}
.kNav.cur{
    top: 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition:all 0.5s linear;
}
.kNav-detail.kNav{
    transition: none;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    top: 0;
}
.kNav::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: url(../images/top_color_line@2x.png) repeat-x center center/auto 3px;
}
.kNav-detail{
    background: #fff;
    height: 130px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.05);
}
.kNav-detail .nav > li.on > a{
    color: #fff;
}
.kNav .kLogo{
    width: 284px;
    margin: 41px 0 0 60px;
}
.kNav .kLogo img{
    width: 284px;
    height: 54px;
    display: block;
}
.nav-top{
    display: flex;
    color: #fff;
    margin-top: 15px;
    height: 22px;
    position: relative;
    justify-content: flex-end;
    width: 100%;
}
.nav-top ul{
    display: flex;
    margin-right: 37px;
}
.nav-top ul li{
    padding: 0 15px;
    position: relative;
    line-height: 22px;
    
}
.nav-top ul li:after{
    content: '';
    display: block;
     width: 1px;
     height: 10px;
     position: absolute;
     top: 6px;
     right: 0;
     background:rgba(255,255,255,.3);
}
.nav-top ul li:last-child:after{
    display: none;
}
.nav-top ul li a{
    color: #fff;
    font-size: 12px;
    opacity: .8;
}
.nav-top ul li a:hover{
    opacity: .6;
}
.kNav-detail .nav-top ul li a{
    color:rgba(0, 0, 0);
    opacity: .8;
}
.kNav-detail .nav-top ul li a:hover{
    color:rgba(0, 0, 0, 1); 
    opacity: 1;
}
.kNav-detail .language a{
color: #000;
background: url(../images/sna@2x.png) no-repeat right center/7px auto;
}
.kNav-detail .search .btn input{
    background: url(../images/search_icon_black@2x.png) no-repeat center center/20px auto;
}
.kNav-detail .search{
    border: 1px solid #fff;
}
.kNav-detail .search.hov{
    border: 1px solid #f9f9f9;
}
.kNav-detail .nav-top ul li:after{
    background:rgba(0, 0, 0, 0.3);
}
.kNav-detail .nav > li > a{
    color: #000;
}
.kNav-detail .nav > li > a:hover{
    color: #fff;
}
.nav-list{
    margin-right: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 120px;
}
.nav-main ul{
    display: flex;
}
.nav-main ul li{
    position: relative;
    margin-left: 40px;
    height: 88px;
}
.nav-main ul li a.first{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 88px;
}
.nav-main ul li a.first:hover,.nav-main ul li:hover a.first{
    color: #F3C517;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.nav-main ul li a.first.is{
    position: relative;
}
.nav-main ul li a.first.is::after{
    position: absolute;
    right: -18px;
    top: 9px;
    width: 8px;
    height: 5px;
    content: "";
    display: block;
    background: url(../images/down@2x.png) no-repeat center center/8px auto;
}
.nav-main ul .child{
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: 70px;
    background: #fff;
    width: 140px;
    margin-left: -70px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
    border-top: #387D39 solid 3px;
    padding: 20px 0;
}
.nav-main ul .child a{
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.nav-main ul .child a:hover{
    background: #FBFAF6;
    color:#387D39;
}
.banner .swiper {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100vh;
  }

.banner .swiper-slide img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    max-height: 100%;
  }
.banner .tips{
    position:absolute;
    width: 100%;
    text-align: center;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding-bottom: 80px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 4%, rgba(0,0,0,0.50) 100%);
}
.banner .tips a{
    color: #fff;
    font-size: 24px;
    line-height: 60px;
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #EAE4D1;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background: #387D39;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0 5px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner  .swiper-pagination-custom,.banner  .swiper-pagination-fraction
{
    bottom: 40px;
}
.whole-h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
    background: url(../images/home_title_bg1@2x.png) no-repeat left 45px/auto 64px;
}
.whole-h2 a{
    display: inline-block;
}
.whole-h2 .title{
    position: relative;
    padding-bottom: 9px;
}
.whole-h2 .title::after{
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #387D39;
    bottom: 0;
    left: 0;
}
.whole-h2 .title em{
    height: 20px;
    line-height: 20px;
    opacity: 0.4;
    font-family: Arial-BoldMT;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    font-style: normal;
    display: block;
}
.whole-h2 .title span{
    height: 35px;
    font-family: PingFangSC-Semibold;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    line-height: 35px;
    display: block;
}
.whole-h2 .more{
    width: 60px;
height: 20px;
background: #EAE4D1;
position: relative;
line-height: 20px;
color: #387D39;
font-size: 12px;
text-align: center;
}
.whole-h2 .more:hover{
    color: #EAE4D1;
    background: #387D39;
}
.whole-h2 .more::before{
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    left: -20px;
    top: 0;
    background: url(../images/more_icon@2x.png) no-repeat center center/20px auto;
}
.news-index{
    background:url(../images/news_bg@2x.png) no-repeat #fff;
    height: 670px;
    background-size: cover;
    padding-top: 140px;
}
.news-index-list{
    height: 460px;
    display: flex!important;
    justify-content: space-between;
    background: #fff;
}
.news-index-list.moblie{
    display: none!important;
}
.news-detail-list{
    background: #fff;
    margin-top: 20px;
}
.news-index-list .left{
    width: 680px;
    overflow: hidden;
}
.news-detail-list .left{
    width: 630px;
}
.news-index-list .left img{
    width: 690px;
    height: 460px;
    display: inline-block;
}
.news-index-list .right{
    width: 460px;
    margin-top: -1px;
}
.news-detail-list .right{
    width: 410px;
    padding-right: 20px;
}
.news-index-list .right .tips{
    height: 92px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #eae7e0;
}
.news-index-list .right .tips:last-child{
    border-bottom: none;
}
.news-index-list .right .tips a{
    display: block;
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    width: 420px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 10px;
}
.news-detail-list .right .tips a{
    width: 380px;
}
.news-index-list .right .tips.hov a{
    padding-left: 32px;
    position: relative;
    color: #387D39;
}
.news-index-list .right .tips a::before{
    position: absolute;
    width: 2px;
    height: 40px;
    content: "";
    display: block;
    left: 0;
    top: 8px;
    background-color: #387D39;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.news-index-list .right .tips.hov a::before{
    opacity: 1;
}
.news-detail-list .left p a{
    width: 100%;
    height: 460px;
    display: block;
    position: relative;
}
.news-detail-list .left p a::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(179deg, rgba(0,0,0,0.00) 69%, rgba(0,0,0,0.60) 100%);
    z-index: 2;
    left: 0;
    bottom: 0;
}
.news-detail-list .left p img{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.news-detail-list .left p span{
    width: 80px;
    height: 24px;
    background: #387D39;
    position: relative;
    z-index: 5;
    display: block;
    margin: 327px 0 0 40px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    float: left;   
}
.news-detail-list .left p b{
    width: 100%;
    padding: 10px 40px 5px;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    float: left;
}
.news-detail-list .left p em{
    width: 100%;
    padding: 0 40px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    opacity: .6;
    position: relative;
    z-index: 5;
    float: left;
}
.news-index-list-a{
    position: relative;
}
.going .news-index-list-a{
    -webkit-animation:mDirecT 1.2s ease-in-out forwards;-moz-animation:mDirecT 1.2s ease-in-out forwards;-ms-animation:mDirecT 1.2s ease-in-out forwards;-o-animation:mDirecT 1.2s ease-in-out forwards;animation:mDirecT 1.2s ease-in-out forwards;
}
.news-index-list-a::before{
    position:absolute;
    content: "";
    display: block;
    width: 120px;
height: 100px;
background: #387D39;
left: -10px;
top:-10px;
z-index: 1;

}
.news-index-list-a::after{
    position:absolute;
    content: "";
    display: block;
    width: 120px;
height: 100px;
background: #387D39;
right: -10px;
bottom:-10px;
z-index: 1;

}
.news-index-list-a .left,.news-index-list-a .right{
    position: relative;
    z-index: 2;
    background: #fff;
}
.news-index-list-a .right{
    padding-right: 20px;
    background: url(../images/news_logo_rbg@2x.png) no-repeat 300px 320px/120px auto #fff;
}
.news-index-list-a .right a{
    position: relative;
}
.news-index-list-a .right span{
    position: absolute;
    right: 10px;
    bottom:10px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
}
.news-index-list-a .right a:hover span,.news-index-list-a .right .tips:hover a span{
    color: #387D39;
}
.news-index-list-a .right .tips{
    position: relative;
}
.news-index-list-a .right .tips:hover::before{
    background: url(../images/person_bg2.png) repeat center center/43px auto;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    opacity: .1;
}
.news-index-list-a .left p a{
    width: 100%;
    height: 460px;
    display: block;
    position: relative;
}
.news-index-list-a .left p a::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(179deg, rgba(0,0,0,0.00) 69%, rgba(0,0,0,0.60) 100%);
    z-index: 2;
    left: 0;
    bottom: 0;
}
.news-index-list-a .left p img{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.news-index-list-a .left p span{
    width: 80px;
    height: 24px;
    background: #387D39;
    position: relative;
    z-index: 5;
    display: block;
    margin: 327px 0 0 40px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    float: left;   
}
.news-index-list-a .left p b{
    width: 100%;
    padding: 10px 40px 5px;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    float: left;
}
.news-index-list-a .left p em{
    width: 100%;
    padding: 0 40px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    opacity: .6;
    position: relative;
    z-index: 5;
    float: left;
}
/* .news-index-list .right .tips-box{
    width: 490px;
    margin-left: 20px;
    position: relative;
}
.news-index-list .right .tips{
    position: relative;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eae7e0;
    height: 80px;
    overflow: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.news-index-list .right .hov .tips{
    height: 140px;
}
.news-index-list .right .tips a{
    display: block;
}
.news-index-list .right .tips a span{
    line-height: 60px;
    font-size: 18px;
    height: 50px;
    overflow: hidden;
    display: block;
}
.news-index-list .right .tips a,.news-index-list .right .tips a:hover{
    
}
.news-index-list .right .tips-box::before{
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: #387D39;
    left: -20px;
    top: 0;
    opacity: 0;
}
.news-index-list .right .tips-box.hov::before{
    opacity: 1;
}
.news-index-list .right .hov .tips a span{
    color: #387D39;
}
.news-index-list .right .tips p
{
    height: 56px;
    opacity: 0.5;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0;
}
.news-index-list .right .hov .tips p{
    opacity: .5;
} */
.notice-index{
    padding-bottom: 40px;
    background: url(../images/notice_logo_bg@2x.png) no-repeat center 90px/300px auto rgba(234,228,209,.2);
}
.notice-index-top{
    height: 120px;
    padding: 15px 20px 0;
    box-sizing: border-box;
    position: relative;
}
.going.notice-index-top{
    -webkit-animation:mDirecL 1.2s ease-in-out forwards;-moz-animation:mDirecL 1.2s ease-in-out forwards;-ms-animation:mDirecL 1.2s ease-in-out forwards;-o-animation:mDirecL 1.2s ease-in-out forwards;animation:mDirecL 1.2s ease-in-out forwards;
}
.notice-index-top::before{
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 120px;
    left: 0;
    top: 0;
    background: #387D39;
}
.notice-index-top a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.notice-index-top a:hover{
    padding-left: 10px;
    color: #387D39;
}
.notice-index-top p{
    height: 52px;
    opacity: 0.5;
    font-size: 12px;
    color: #000000;
    line-height: 22px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.notice-index-top span{
    position: absolute;
    right: 20px;
    top:20px;
    height: 20px;
opacity: 0.5;
font-weight: 400;
font-size: 14px;
line-height: 20px;
display: inline-block;
}

.notice-index-banner img{
    display: block;
}
.notice-index-list{
    display: flex;
    margin-top: 20px;
}
.going.notice-index-list{
    -webkit-animation:mDirecR 1.2s ease-in-out forwards;-moz-animation:mDirecR 1.2s ease-in-out forwards;-ms-animation:mDirecR 1.2s ease-in-out forwards;-o-animation:mDirecR 1.2s ease-in-out forwards;animation:mDirecR 1.2s ease-in-out forwards;
}
.notice-index-list a{
    width: 400px;
    height: 90px;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
}
.notice-index-list a span{
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    height: 56px;
    line-height: 28px;
    margin-top: 5px;
    width: 350px;

}
.notice-index-list a:hover span{
    margin-left: 10px;
}
.notice-index-list a em{
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #000;
    opacity: .5;
    text-align: right;
    margin-top: 4px;
    
}
.notice-index-list a:hover{
    background: rgba(234,228,209,0.50);
}
.notice-index-list a:hover span{
    color: #387D39;
}
.notice-index-list a:hover em{
    color: #387D39;
}
.notice-index-list a:nth-child(2){
    position: relative;
}
.notice-index-list a:nth-child(2)::before{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background: #e5e5e5;
    left: 0;
    top: 0;
}
.notice-index-list a:nth-child(2)::after{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background: #e5e5e5;
    right: 0;
    top: 0;
}


.notice-index-banner{
    margin-top: 40px;
}
.research-index{
    background: url(../images/research_bg2@2x.jpg) no-repeat;
    background-size: cover;
    height: 740px;
    position: relative;
}
.research-index::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background:rgba(56,125,57,0.80);
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .8;
}
.research-index .w1200{
    position: relative;
    z-index: 2;
}
.research-index .whole-h2{
    background: url(../images/home_title_bg2@2x.png) no-repeat left 45px/auto 64px;
}
.research-index .whole-h2 .title em{
    color: #EAE4D1;
    opacity: .5;
}
.research-index .whole-h2 .title span{
    color: #FFFDF5;
}
.research-index .whole-h2 .title::after{
    background: #FFFDF5;
}
.research-index-list{
    display: flex;
    flex-wrap: wrap;
    /* opacity: 0; */
}
/* .going .research-index-list{
    -webkit-animation:mDirecT 1.2s ease-in-out forwards;-moz-animation:mDirecT 1.2s ease-in-out forwards;-ms-animation:mDirecT 1.2s ease-in-out forwards;-o-animation:mDirecT 1.2s ease-in-out forwards;animation:mDirecT 1.2s ease-in-out forwards;
} */
.research-index-list dl{
    width: 270px;
    height: 265px;
    overflow: hidden;
    margin:0 40px 20px 0;
    display: block;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.research-index-list dl:hover{
    position: relative;
    margin-top: -10px;
}
.research-index-list dl:nth-child(4n){
    margin-right: 0;
}
.research-index-list dl dt{
    width: 270px;
    height: 180px;
    overflow: hidden;
}
.research-index-list dl dt img{
    width: 270px;
    height: 180px;
}
.research-index-list dl dd{
    
}
.research-index-list dl dd{
    height: 85px;
    overflow: hidden;
    padding: 8px 10px;
    box-sizing: border-box;
    background: rgba(234,228,209,0.80);
    display: block;
    
}
.research-index-list dl dd a span{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 40px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.research-index-list dl dd a p{
    font-size: 12px;
    color:rgba(0, 0, 0, 0.6);
    margin-top: 8px;
    font-weight: 600;
    text-align: right;
}
.research-index-list dl:hover dd{
    background:url(../images/person_logo_rbg2@2x.png) no-repeat center center/60px auto #387D39;
}
.research-index-list dl:hover dd a span{
    color: #fff;
}
.research-index-list dl:hover dd a p{
    color:#fff;
    opacity: .6;
}
.campus-index .whole-h2 .title em{
    color: #000;
    opacity: .4;
}
.campus-index .whole-h2 .title span{
    color: #000;
}
.campus-index{
    background: url(../images/campus_bg@2x.jpg) no-repeat;
    background-size: cover;
    height: 595px;
    position: relative;
}
.campus-index::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(234,228,209,0.20);
    left: 0;
    top: 0;
    z-index: 1;
}
.campus-index .w1200{
    position: relative;
    z-index: 2;
}
.person-index{
    position: relative;
    height: 810px;
}
.person-index .w1200{
    position: relative;
    z-index: 10;
}
.person-index::before{
    position:absolute;
    content: "";
    display: block;
    height: 350px;
    background: #387D39;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.person-index::after{
    position:absolute;
    content: "";
    display: block;
    height: 350px;
    background:url(../images/person_bg.png) repeat;
    opacity: .05;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-size: 43px 43px;
}
.person-icon1{
    position:absolute;
    left: 50%;
    margin-left: -342px;
    top: 54px;
    width: 87px;
    height: 67px;
    background: url(../images/person_title@2x.png) no-repeat center center/87px auto;
    z-index: 2;
}
.person-icon2{
    position:absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 171px;
    background: url(../images/person_icon_1@2x.png) no-repeat center center/80px auto;
    z-index: 3;
}
.person-icon4{
    position:absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 26px;
    width: 120px;
    height: 120px;
    background: url(../images/person_logo_rbg2@2x.png) no-repeat center center/120px auto;
    z-index: 3;
}
.person-icon3{
    position:absolute;
    right: 0;
    bottom: 0;
    width: 86px;
    height: 86px;
    background: url(../images/person_icon_2@2x.png) no-repeat center center/86px auto;
    z-index: 3;
}
.person-icon5{
    position:absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background:url(../images/bg6.png) repeat center center/43px auto;
    opacity: .03;
    z-index: 2;
}
.person-index-con{
    position: relative;
    /* opacity: 0; */
}
/* .going .person-index-con
{
    -webkit-animation:mDirecT 1.2s ease-in-out forwards;-moz-animation:mDirecT 1.2s ease-in-out forwards;-ms-animation:mDirecT 1.2s ease-in-out forwards;-o-animation:mDirecT 1.2s ease-in-out forwards;animation:mDirecT 1.2s ease-in-out forwards;   
} */
.person-tab a{
    height: 28px;
    opacity: 0.5;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-left: 50px;
    position:relative;
    padding-bottom: 6px;
}
.person-tab a::after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #387D39;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.person-tab a.hov::after
{
    width: 40px;
}
.person-tab a.hov{
    opacity: 1;
    font-weight: bold;
}
.person-index-list div{
    display: flex;
    height: 500px;
    align-items: flex-end;
}
.person-index-list dl{
    position: relative;
    width: 250px;
    height: 400px;
    overflow: hidden;
}
.person-index-list dl:nth-child(2){
 margin: 0 10px;
 width: 680px;
 height: 500px;
}
.person-index-list dl dt img{
    width: 100%;
    height: 100%;
    display: block;
}
.person-index-list dl dd{
    position: absolute;
    width: 100%;
    height: 58px;
    padding: 0 10px 10px;
    line-height: 20px;
    overflow: hidden;
    left: 0;
    box-sizing: border-box;
    bottom: 0px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 100%);
}
.person-index-list dl dd a{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}
.person-index-list dl:nth-child(2) dd{
    height: 50px;
    line-height: 30px;
    text-align: center;
    padding: 0 40px 20px;
    overflow: hidden;
}
.person-index-list dl:nth-child(2) dd a{
    font-size: 18px;
}
.person-index-list p{
    text-align: center;
    margin-top: 40px;
}
.person-index-list p a{
    width: 200px;
height: 60px;
background: rgba(234,228,209,0.90);
text-align: center;
line-height: 60px;
color: #000;
font-size: 16px;
font-weight: 600;
display: inline-block;
border-radius: 4px;
}
.person-index-list p a:hover{
    color:#387D39;
    margin-top: -10px;
}
.video-index .whole-h2{
    position: relative;
}
.video-index .whole-h2::before{
    position: absolute;
    content: "";
    display: block;
    width: 600px;
    height: 5px;
    background: url(../images/video_color_line@2x.png) no-repeat center center/600px auto;
    left: 50%;
    margin-left: -300px;
    top: 80px;
}
.video-index-con{
    display: flex;
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
/* .going .video-index-con
{
    -webkit-animation:mDirecT 1.2s ease-in-out forwards;-moz-animation:mDirecT 1.2s ease-in-out forwards;-ms-animation:mDirecT 1.2s ease-in-out forwards;-o-animation:mDirecT 1.2s ease-in-out forwards;animation:mDirecT 1.2s ease-in-out forwards;   
} */
.video-index-con .left{
    width:680px;
    height: 570px;
    overflow: hidden;
    background: #000;
    position: relative;
    /* opacity: 0; */
}
/* .going .video-index-con .left
{
    -webkit-animation:mDirecL 1.2s ease-in-out forwards;-moz-animation:mDirecL 1.2s ease-in-out forwards;-ms-animation:mDirecL 1.2s ease-in-out forwards;-o-animation:mDirecL 1.2s ease-in-out forwards;animation:mDirecL 1.2s ease-in-out forwards;   
} */
.video-index-con .left::before{
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/video_play_btn@2x.png) no-repeat center center/100px auto;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.video-index-con .left img{
    opacity: .4;
}
.video-index-con .right{
    width: 760px;
    height: 570px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    /* opacity: 0; */
}
/* .going .video-index-con .right
{
    -webkit-animation:mDirecR 1.2s ease-in-out forwards;-moz-animation:mDirecR 1.2s ease-in-out forwards;-ms-animation:mDirecR 1.2s ease-in-out forwards;-o-animation:mDirecR 1.2s ease-in-out forwards;animation:mDirecR 1.2s ease-in-out forwards;   
} */
.video-index-con .right p{
    width: 380px;
    height: 285px;
    overflow: hidden;
}
.video-index-con img{
    display: block;
    max-width:100%;
    max-height:100%;
}
.person-index .whole-h2.pc{
    display: flex;
}
.person-index .whole-h2.moblie{
    display: none;
}
@media (min-width: 1000px) and (max-width: 1441px) {
    .video-index-con{
        width: 100%;
    }
    .video-index-con .left{
        width: 47%;
    }
    .video-index-con .right{
        width: 53%;
    }
    .video-index-con img{
        height: 101%;
    }
    .video-index-con .right p{
        width: 50%;
    }
}
.media-index{
    height: 1110px;
    background: url(../images/media_bg@2x.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.media-index::before
{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(234,228,209,.4);
    left: 0;
    top: 0;
}
.media-index .w1200{
    position: relative;
    z-index: 10;
}
.media-index-con{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
/* .going .media-index-con
{
    -webkit-animation:mDirecT 1.2s ease-in-out forwards;-moz-animation:mDirecT 1.2s ease-in-out forwards;-ms-animation:mDirecT 1.2s ease-in-out forwards;-o-animation:mDirecT 1.2s ease-in-out forwards;animation:mDirecT 1.2s ease-in-out forwards;   
} */
.media-index-con .left,.media-index-con .right{
    width: 600px;
    height: 450px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.media-index-con .t1,.media-index-con .t3,.media-index-con .t1 dt,.media-index-con .t3 dt,.media-index-con .t2,.media-index-con .t1 img,.media-index-con .t3 img{
    width: 300px;
    height: 225px;
    display: block;
    overflow: hidden;
}
.media-index-con .t1 img,.media-index-con .t3 img{
    display: block;
    width: 100%;
    height: 100%;
}
.media-index-con .t4,.media-index-con .t4 img{
    width: 600px;
    height: 450px;
    overflow: hidden;
    display: block;
}
.media-index-con .t2{
    background: url(../images/media_logo_bg@2x.png) no-repeat center center/120px auto rgba(56,125,57,.2);
}
.media-index-con dl{
    position:relative;
}
.media-index-con dl dt a{
    display: block;
}
.media-index-con dl dd{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
}
.media-index-con dl dd a{
    color: #fff;
    display: block;
}
.media-index-con dl dd a em
{
    font-style: normal;
    height: 20px;
    opacity: 0.8;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 20px;
    display: block;
}
.media-index-con dl dd a span{
    height: 44px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:7px 0 18px;
}
.media-index-con dl dd a p
{
    height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 24px;
    display: flex;
}
.media-index-con .t1 .sina,.media-index-con .t4 .sina{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/sina_icon_small@2x.png) no-repeat center center/24px auto;
    margin-right: 10px;
}
.media-index-con .t1 .weixin,.media-index-con .t4 .weixin{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/wechat_icon_small@2x.png) no-repeat center center/24px auto;
    margin-right: 10px;
}
.media-index-con .t3 .sina{
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url(../images/sina_icon_big@2x.png) no-repeat center center/44px auto;
    margin-right: 10px;
}
.media-index-con .t3 .weixin{
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url(../images/wechat_icon_big@2x.png) no-repeat center center/44px auto;
    margin-right: 10px;
}
.media-index-con .t3 .bsite{
    width: 44px;
    height: 44px;
    display: inline-block;
    background: url(../images/bilibili_icon_big@2x.png) no-repeat center center/44px auto;
    margin-right: 10px;
}
.media-index-con dl.t3 dd{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media-index-con dl.t3 dd a{
    text-align: center;
}
.media-index-con dl.t3 dd a span
{
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    margin: 9px 0 0 0;
}
.media-index-con dl dt{
    position: relative;
}
.media-index-con dl.color1 dt::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(243,197,23,0.50);
    z-index: 3;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.media-index-con dl.color1:hover dt::before{
    top:100%;
    opacity: 0;
}
.media-index-con dl.color2 dt::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(56,125,57,0.50);
    z-index: 3;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.media-index-con dl.color2:hover dt::before{
    top:100%;
    opacity: 0;
}
.media-index-con dl.color3 dt::before{
    
}
.media-index-con dl.color4 dt::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(243,197,23,0.90);
    z-index: 3;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.media-index-con dl.color4:hover dt::before{
    top:100%;
    opacity: 0;
}
.media-index-con dl.color5 dt::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.40);
    z-index: 3;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.media-index-con dl.color5:hover dt::before{
    opacity: 0;
}
.media-index-con dl.color6 dt::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.40);
    z-index: 3;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.media-index-con dl.color6:hover dt::before{
    opacity: 0;
}
.media-index-con dl.color7 dt::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(56,125,57,0.90);
    z-index: 3;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.media-index-con dl.color7:hover dt::before{
    top:-100%;
    opacity: 0;
}
.media-index-con dl.color8 dt::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(111,194,231,0.90);
    z-index: 3;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.media-index-con dl.color8:hover dt::before{
    top:100%;
    opacity: 0;
}
.media-index-con dl.color9 dt::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(243,197,23,0.50);
    z-index: 3;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.media-index-con dl.color9:hover dt::before{
    left:-100%;
    opacity: 0;
}
.media-index-con dl.color10 dt::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(56,125,57,0.50);
    z-index: 3;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.media-index-con dl.color10:hover dt::before{
    left:100%;
    opacity: 0;
}
/* .media-index-con dl.color1{
    transform:translate(80px,80px);
    opacity:0;
    transition:all 1s ease-out 0s;
}
.media-index-con dl.color1.going{
    transform:none;
    opacity:1;
}
.media-index-con dl.color2{
    transform:translate(80px,80px);
    opacity:0;
    transition:all 1s ease-out 0.2s;
}
.media-index-con dl.color2.going {
    transform:none;
    opacity:1;
}
.media-index-con dl.color3{
    transform:translate(80px,80px);
    opacity:0;
    transition:all 1s ease-out 0.1s;
}
.media-index-con dl.color3.going {
    transform:none;
    opacity:1;
}
.media-index-con dl.color4{
    transform:translate(80px,80px);
    opacity:0;
    transition:all 1s ease-out 0.2s;
}
.media-index-con dl.color4.going {
    transform:none;
    opacity:1;
}
.media-index-con dl.color5{
    transform:translate(80px,100px);
    opacity:0;
    transition:all 1s ease-out 0s;
} */
.media-index-con dl.color5.going {
    transform:none;
    opacity:1;
}
.special-index-con{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* opacity: 0; */
}
/* .going .special-index-con
{
    -webkit-animation:mDirecT 1.2s ease-in-out forwards;-moz-animation:mDirecT 1.2s ease-in-out forwards;-ms-animation:mDirecT 1.2s ease-in-out forwards;-o-animation:mDirecT 1.2s ease-in-out forwards;animation:mDirecT 1.2s ease-in-out forwards;   
} */
.special-index-con dl{
    width: 300px;
    position: relative;
}
.special-index-con dl dt,.special-index-con dl dt img{
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: block;
}
.special-index-con dl img{
    display: block;
}
.special-index-con dl dd{
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special-index-con dl dd a{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
}
.special-index-con dl:hover dd{
    height: 200px;
}
.special-index-con dl:nth-child(1) dd{
    background: rgba(111,194,231,0.80);
}.special-index-con dl:nth-child(2) dd{
    background: rgba(149,54,36,0.80);
}.special-index-con dl:nth-child(3) dd{
    background: rgba(56,125,57,0.80);
}.special-index-con dl:nth-child(4) dd{
    background: rgba(243,197,23,0.80);
}.special-index-con dl:nth-child(5) dd{
    background: rgba(190,138,67,0.80);
}.special-index-con dl:nth-child(6) dd{
    background: rgba(230,132,179,0.80);
}.special-index-con dl:nth-child(7) dd{
    background: rgba(46,68,129,0.80);
}.special-index-con dl:nth-child(8) dd{
    background: rgba(208,196,158,0.80);
}
.footer{
    padding-bottom: 3px;
    background: url(../images/top_color_line@2x.png) repeat-x center bottom/auto 3px #fff;
    border-top: 1px solid rgba(234,228,209,.5);
}
.footer-topbg{
    background: url(../images/bot_link_bg@2x.png) no-repeat right top/500px auto;
}
.Links{
    background: url(../images/bot_link_bg@2x.png) no-repeat right top/500px auto;
    padding-bottom: 32px;
}
.footer-topbg .Links{
    background: none;
}
.Links h2 a,.Links h2
{
    height: 48px;
font-family: PingFangSC-Semibold;
font-size: 26px;
color: #000000;
font-weight: 600;
line-height: 48px;
}
.Links ul{
    width: 570px;
    display: flex;
    flex-wrap: wrap;
}
.Links ul li{
    height: 50px;
line-height: 50px;
border-bottom: 1px solid #f5f3e8;
width: 150px;
margin-right: 40px;
}
.Links ul li a{
    font-size: 14px;
    font-weight: 400;
}
.footer-body{
    height: 300px;
    background: url(../images/bot_bg@2x.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.footer-body::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #387D39;
    z-index: 2;
}
.footer-body .w1200{
    position: relative;
    z-index: 3;
}
.ewm{
    position: absolute;
    display: flex;
    right: 20px;
    top: -55px;
}
.ewm div{
    width: 120px;
    height: 152px;
    margin-right: 20px;
    text-align: center;
}
.ewm div img{
    width: 120px;
    height: 120px;
    display: block;
}
.ewm div p{
    margin-top: 10px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.location{
    width: 100%;
    display: flex;
    height: 65px;
    line-height: 65px;
    border-top: 1px solid rgba(255,255,255,.2);
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    opacity: .8;
}
.location a{
    color: #fff; font-size: 16px;
}
.foot-logo{
    padding: 49px 0 39px 0;
    height: 142px;
    display: flex;
}
.foot-logo a{
    display: inline-block;
}
.foot-logo a img{
    width: 200px;
    height: 142px;
    display: block;
}
.foot-logo ul{
    margin:12px 0 0 79px;
}
.foot-logo ul li{
    display: flex;
    line-height: 30px;
}
.foot-logo ul li span,.foot-logo ul li b{
    display: inline-block;
}
.foot-logo ul li span{
    width: 100px;
    opacity: 0.5;
    font-size: 14px;
    color: #FFFFFF;
    text-align: right;
    font-weight: 400;
}
.foot-logo ul li b{
font-size: 14px;
color: #FFFFFF;
font-weight: 400;
opacity: .8;
}

.foot-logo ul li span a{
    width: 100px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: right;
    font-weight: 400;
}
.foot-logo ul li span a:hover{
    color: #fe7000;
}
.go-top{
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/back_top@2x.png) no-repeat center center/50px auto;
    position: fixed;
    right: 20px;
    bottom: 320px;
    opacity: 0;
    transition:all 0.6s;-webkit-transition:all 0.6s;
	z-index:11111;
}
.go-top.going{
    opacity: 1;
}
.campus-swiper{
    position: relative;
}
/* .going .campus-swiper{
    -webkit-animation:mDirecT 1.2s ease-in-out forwards;-moz-animation:mDirecT 1.2s ease-in-out forwards;-ms-animation:mDirecT 1.2s ease-in-out forwards;-o-animation:mDirecT 1.2s ease-in-out forwards;animation:mDirecT 1.2s ease-in-out forwards;   
} */
.campus-swiper .swiper-slide{
    width: 320px;
}
.campus-swiper dl{
    overflow: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.campus-swiper dl:hover{
    margin-top: -10px;
}
.campus-swiper dl dt{
    width: 320px;
    height: 240px;
    overflow: hidden;
}
.campus-swiper dl dt img{
    width: 320px;
    height: 240px;
    display: block;
}
.campus-swiper dl dd{
    height: 58px;
font-size: 16px;
text-align: center;
color: #000000;
line-height: 24px;
font-weight: 400;
padding:10px;
box-sizing: border-box;
text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.campus-swiper .swiper-button-next,.campus-swiper .swiper-button-prev{
    width: 40px;
    height: 40px;
    top: 100%;
    margin-top: 30px;
}
.campus-swiper .swiper-button-next:hover,.campus-swiper .swiper-button-prev:hover{
    opacity: .8;
}
.campus-swiper .swiper-button-prev,.campus-swiper  .swiper-container-rtl .swiper-button-next{
    left: 50%;
    margin-left: -50px;
    background: url(../images/left_arrow@2x.png) no-repeat center center/40px auto;
}
.campus-swiper .swiper-button-next,.campus-swiper .swiper-container-rtl .swiper-button-prev{
    right: 50%;
    margin-right: -50px;
    background: url(../images/right_arrow@2x.png) no-repeat center center/40px auto; 
}
.language a{
    display: flex;
    padding-right: 10px;
    color: #fff;
    margin-right: 33px;
    background: url(../images/lan@2x.png) no-repeat right center/7px auto;
}
.language a i{
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/china@2x.png) no-repeat center center/16px auto;
    margin:1px 7px 0 0;
}
.language a span{
    font-size: 12px;
    font-weight: 400;
    opacity: .8;
}
.search{
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: -6px;
    display: flex;
    padding: 5px 3px 5px 0;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 2px;
}
.search.hov{
    background: #fff;
}
.search .input{
    width:0;
}
.search .input input{
    border: none;
    background: none;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
}
.search .btn{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.search .btn input{
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/search_icon@2x.png) no-repeat center center/20px auto;
}
.search.hov .btn input{
    background: url(../images/search@2x.png) no-repeat center center/20px auto;
}
.f9f9f9{
    background: #f9f9f9;
}

.k-column-banner{
    position: relative;
    height: 800px;
    z-index: 2;
}
.k-column-banner-intro{
    background: url(../images/top_bg_1@2x.jpg) no-repeat center center;
    background-size: cover;
}
.k-column-banner-leader{
    background: url(../images/top_bg_2@2x.jpg) no-repeat center center;
    background-size: cover; 
}
.k-column-banner-timeline{
    background: url(../images/top_bg_3@2x.jpg) no-repeat center center;
    background-size: cover; 
}
.k-column-banner-faculty{
    background: url(../images/top_bg_4@2x.jpg) no-repeat center center;
    background-size: cover; 
}
.k-column-banner-faculty{
    background: url(../images/top_bg_5@2x.jpg) no-repeat center center;
    background-size: cover; 
}
.k-column-banner-academic{
    background: url(../images/top_bg_6@2x.jpg) no-repeat center center;
    background-size: cover; 
}
.k-column-banner-past{
    background: url(../images/top_bg_8@2x.jpg) no-repeat center center;
    background-size: cover; 
}
.k-column-banner-overview{
    background: url(../images/gkbanner.jpg) no-repeat center center;
    background-size: cover;
    height: 520px;
    position: relative;
}

.k-column-banner::after{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
height: 100%;
background: url(../images/top_bg_mask.png) repeat-x bottom center/10px 800px;
}
.k-column-banner-overview::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.20);
}
.k-gail{
    width: 520px;
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -260px;
    z-index: 4;
    opacity: 0;
}
.going .k-gail{
    -webkit-animation:mDirecT 1.2s ease-in-out forwards;-moz-animation:mDirecT 1.2s ease-in-out forwards;-ms-animation:mDirecT 1.2s ease-in-out forwards;-o-animation:mDirecT 1.2s ease-in-out forwards;animation:mDirecT 1.2s ease-in-out forwards; 
}
.k-gail h2{
    font-size: 30px;
color: #FFFFFF;
text-align: center;
line-height: 28px;
font-weight: 600;
margin-bottom: 38px;
text-align: center;
width: 100%;
}
.k-gail p{
    font-size: 16px;
color: #FFFFFF;
line-height: 28px;
font-weight: 600;
}
.k-column-bg{
    background: url(../images/dege_bg@2x.png) no-repeat left bottom/800px auto;
    padding-bottom: 40px;
}
.k-column{
    width: 1200px;
    position: relative;
    z-index: 881;
    display: flex;
    margin: -420px auto 0;
    min-height: 1240px;
    justify-content: right;
    padding-left: 320px;
    box-sizing: border-box;
}
.k-column-left{
    width: 300000px;
    right: 900px;
    top:0;
    position: absolute;
}
.k-column-title{
    width: 100%;
    height: 120px;
    background: rgba(56,125,57,.9);
    border-radius: 0px 4px 0px 0px;
    line-height: 120px;
    font-size: 30px;
    font-weight: bold;
    padding-right: 90px;
    box-sizing: border-box;
    color: #fff;
    text-align: right;
    position: relative;
}
.k-column-title::before{
    position: absolute;
    right: 30px;
    bottom: 0;
    background:url(../images/bg_silhouette@2x.png) no-repeat right top/300px auto;
    width: 300px;
    height: 98px;
    content: "";
    display: block;
}
.k-column-nav{
    width: 100%;
    height: 920px;
    background: #F8F6F1;
    display: flex;
    justify-content: flex-end;
}
.k-column-nav ul{
    width: 300px;
    height: 800px;
    padding-top: 20px;
    box-sizing: border-box;
    background: url(../images/left_menu_bg@2x.png) no-repeat center center/300px auto;
}
.k-column-nav ul li a{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 40px;
    color: #000;
    font-size: 16px;
    justify-content: flex-end;
}
.k-column-nav ul li a.hov{
    background: url(../images/menu_hover_bg@2x.png) no-repeat center center/300px auto;
    color: #fff;
    font-weight: 600;
}
.k-column-nav ul li a.hov:hover{
    padding-right: 40px;
    color: #fff;
}
.k-column-nav ul li a:hover{
    padding-right: 30px;
    color: #387D39;
}




.k-column-right{
    width: 880px;
}
.k-column-contitle{
    height: 120px;
    width: 100%;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px 4px 0px 0px;
    margin-top: 120px;
    position: relative;
    z-index: 2;
    background: url(../images/title_bg@2x.png) no-repeat center center/100% auto #fff;
}
.k-column-contitle h3{
    padding-top: 28px;
    font-size: 30px;
    font-weight: bold;
}
.k-column-contitle h3 span{
    color: #387D39;
    opacity: .3;
    margin-left: 20px;
    display: inline-block;
}
.k-column-contitle div{
    display: flex;
    line-height: 20px;
    align-items: center;
}
.k-column-contitle div,.k-column-contitle a{
    color:rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: bold;
}
.k-column-contitle div em{
    margin: 5px;
}
.k-column-contitle div span{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.k-column-content{
    min-height: 800px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 32px 40px 48px;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
}
.k-column-content-20{
    padding-left: 20px;
    padding-right: 20px;
}
.k-intro{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 32px;
    font-weight: 400;
    background: url(../images/intro_pattern@2x.png) no-repeat center 80%/500px auto;
}
.k-intro p{
    margin-bottom: 30px;
}
.k-intro-pic{
    display: flex;
    margin-bottom: 30px;
}
.k-intro-pic img{
    width: 280px;
    display: block;
    margin-top: 5px;
}
.k-intro-pic div:nth-child(2){
    margin: 0 5px;
}
.k-intro-pic div:nth-child(2) img{
    width: 230px;
}
.k-intro-show{
    background:url(../images/intro_video_bg@2x.png) no-repeat right bottom/920px auto rgba(234,228,209,.2);
    padding: 30px 0 40px;
}
.k-intro-show .w1200{
    display: flex;
}
.k-intro-show-box{
    width: 600px;
    display: flex;
    flex-wrap: wrap;
}
.k-intro-show-box1{
    height: 450px;
    position: relative;
    margin-top: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.k-intro-show-box1 a{
    position: relative;
    display: block;
}
.k-intro-show-box1 a::before{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.40);
    position: absolute;left: 0;
    top: 0;
    z-index: 2;
    content: '';
    display: block;
}
.k-intro-show-box1 a::after{
    position:absolute;
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background:url(../images/video_play_btn@2x.png) no-repeat center center/100px auto;
}
.k-intro-show-box1 span{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
}
.k-intro-show-box div{
    display: flex;
    margin-left: 10px;
    width: 290px;
    height: 220px;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}
.k-intro-show-box img{
    width: 100%;
    display: block;
}
.k-leader-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.k-leader-box{
    width: 410px;
    height: 380px;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 10px 0 50px;
}
.k-leader-box h3{
    width: 330px;
    height: 248px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-leader-box h3 img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.k-leader-box div{
    width: 410px;
    height: 210px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background:url(../images/leader_list_bg.png) no-repeat bottom center/410px auto;
    padding: 98px 30px 0 40px;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.k-leader-box:hover div{
    background:url(../images/leader_list_hover.png) no-repeat bottom center/410px auto;
}
.k-leader-box div h4{
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
.k-leader-box div h4 span{
    font-size: 30px;
    color: #387D39;
    font-weight: 600;
}
.k-leader-box:hover div h4 span{
    color: #fff;
}
.k-leader-box div h4 em{
    font-size: 18px;
color: #000000;
font-weight: 600;
opacity: .8;
margin-left: 23px;
font-style: normal;
}
.k-leader-box:hover div h4 em{
    color: #fff;
}
.k-leader-box div p
{
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    font-weight: 400;
    opacity: .6;
    height: 56px;
    overflow: hidden;
    margin-top: 14px;
}
.k-leader-box:hover div p{
    color: #fff;
}
.k-leader-box div h6
{
    font-size: 16px;
    color: rgba(0,0,0,0.50);
    font-weight: 600;
    margin: 35px 0 0 101px;
}
.k-leader-box:hover div h6{
    color: #EAE4D1;
}
.k-leader-cw{
    width: 100%;
    height: 485px;
    background: url(../images/dwcw_bg@2x.png) no-repeat 591px bottom/239px auto  rgba(234,228,209,0.25);
    border-radius: 4px;
    margin-top: -20px;
    overflow: hidden;
    position: relative;
    padding:15px 0 0  55px;
    box-sizing: border-box;
}
.k-leader-cw::before{
    width: 30px;
    height: 485px;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top:0;
    background: url(../images/dwcw_left_repeat.png) repeat-y center center/30px auto;
}
.k-leader-cw h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.k-leader-cw table{
    font-size: 18px;
    line-height: 30px;
    border-collapse: collapse;
}
.k-leader-cw table tr td{
    border: 1px solid #ddd;
    padding: 5px 0 5px 12px;
}
.k-leader-cw table tr th{
    border: 1px solid #ddd;
    padding: 5px 0 5px 12px;
}
.dwcw-div {
    display:inline-block;
    margin-right:20px;
}
.k-leader-cw p{
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
}
.k-leader-cw p span{
    display: inline-block;
    margin-right: 15px;
}
.k-leader-tab{
    margin-top: 18px;
    position: relative;
    height: 50px;
    text-align: center;
}
.k-leader-tab::before{
    content: "";
    display: block;
    position:absolute;
    left: 0;
    top: 24.5px;
    width: 100%;
    height: 1px;
    background: #EAE4D1;
}
.k-leader-tab a{
    display: inline-block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2;
    margin: 0 25px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}
.k-leader-tab a::before{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #EAE4D1;
    left: 0;
    top: 20px;
}
.k-leader-tab a::after{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #EAE4D1;
    right: 0;
    top: 20px;
}
.k-leader-tab a.hov{
    background: url(../images/leader_tab_hover@2x.png) no-repeat center center/130px auto #fff;
    color: #387D39;
    opacity: 1;
}
.k-timeline-tab{
    display: flex;
    justify-content: space-between;
}
.k-timeline-tab a{
    display:flex;
    width: 135px;
    height: 140px;
    align-items: flex-end;
}
.k-timeline-tab a p{
    width: 100%;
    height: 120px;
    background: url(../images/timeline_tab_bg@2x.png) no-repeat right bottom/40px auto #EAE4D1;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.k-timeline-tab a:hover p,.k-timeline-tab a.hov p
{
    color: #fff;
    background: url(../images/timeline_tab_hover@2x.png) no-repeat right bottom/40px auto rgba(0, 0, 0, 0);
}
.k-timeline-tab a:nth-child(1):hover,.k-timeline-tab a:nth-child(1).hov{
    background-color: #953624;
}
.k-timeline-tab a:nth-child(2):hover,.k-timeline-tab a:nth-child(2).hov{
    background-color: #BE8A43;
}
.k-timeline-tab a:nth-child(3):hover,.k-timeline-tab a:nth-child(3).hov{
    background-color: #E684B3;
}
.k-timeline-tab a:nth-child(4):hover,.k-timeline-tab a:nth-child(4).hov{
    background-color: #F3C517;
}
.k-timeline-tab a:nth-child(5):hover,.k-timeline-tab a:nth-child(5).hov{
    background-color: #2E4481;
}
.k-timeline-tab a:nth-child(6):hover,.k-timeline-tab a:nth-child(6).hov{
    background-color: #6FC2E7;
}
.k-timeline-show{
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.k-timeline-show a img{
    display: flex;
    width: 379px;
    height: 229px;
}
.k-timeline-box{
    position: relative;
}
.k-timeline-box::before{
    position: absolute;
    left: 8.5px;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    border-left: 1px dashed #953624;
}
.k-timeline-box a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 40px 20px 0 0;
    box-sizing: border-box;
}
.k-timeline-box a div{
    width: 100%;
    border-bottom: 1px dashed #953624;
    margin-left: 10px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
    align-items: center;
}
.k-timeline-box a span{
    width: 140px;
    height: 50px;
    display: block;
    margin-left: -3px;
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    background-color: #EAE4D1;
    color: #953624;
}
.k-timeline-box a span::before{
    content: "";
    display: block;
    position: absolute;
    left: -23px;
    top: 16px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: #953624;
}
.k-timeline-box a p{
    width: 610px;
    line-height: 28px;
font-weight: 400;
font-size: 16px;
}
.k-timeline-box a:hover span{
    background-color: #953624;
    color: #fff;
}
.k-timeline-box a:last-child div{
    border-bottom: none;
    padding-bottom: 40px;
}
.k-faculty{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 8px;
}
.k-faculty a{
    display: block;
    width: 410px;
    height: 150px;
    box-sizing: border-box;
    padding: 33px 10px 36px 20px;
    border-bottom: 1px solid #EAE4D1;
    position: relative;
}
.k-faculty a:hover::before{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 85px;
    height: 85px;
    background:url(../images/f_list_bg@2x.png) no-repeat right 0px/85px auto;
}
.k-faculty a:hover{
    border-width: 4px;
    background:rgba(234,228,209,0.20);
    color: #387D39;
}
.k-faculty a img{
 width: 40px;
 height: 40px;
 display: block;   
}
.k-faculty a p{
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
    position: relative;
}
.k-faculty a p::after{
    position: absolute;
    right: 0;
    top: 1px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/faculty_arrow@2x.png) no-repeat center center/24px auto;
}
.k-staff{
    margin-top: -32px;
}
.k-staff-title{
    margin: 40px 0 20px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: #953624;
    position: relative;
    font-size: 28px;
    font-weight: 600;
}
.k-staff-title2{
    background-color: #BE8A43;
}
.k-staff-title3{
    background-color: #6FC2E7;
}
.k-staff-title::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:url(../images/bg6.png) repeat center center/43px auto;
    opacity: .1;
}
.k-staff-box{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.k-staff-box a{
    width: 266px;
    height: 140px;
    position: relative;
    margin-top: 20px;
    margin-right: 21px;
    background: rgba(234,228,209,.3);
}
.k-staff-box span{
    display: flex;
    width: 266px;
    height: 140px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding: 33px;
    box-sizing: border-box;
    position: relative;
}
.k-staff-box a:nth-child(3n){
    margin-right: 0;
}
.k-staff-box a:hover span{
    color: #fff;
}
.k-staff-box a span::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg6.png) repeat center center/43px auto;
    opacity: .05;
}
.k-staff-box a:hover::before{
    position: absolute;
    content: "";
    display: block;
    width: 246px;
    height: 120px;
    border:2px dotted rgba(255,255,255, 0.2);
    left:10px;
    top: 10px;
    box-sizing: border-box;
}
.k-staff-box a:hover::after{
    content: "";
    display: block;
    width: 53px;
    height: 68px;
    background:url(../images/t_s_list_hover_bg@2x.png) no-repeat center center/53px auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.k-staff-box1 a:hover{
    background-color: #953624;
}
.k-staff-box2 a:hover{
    background-color:#BE8A43;
}
.k-staff-box3 a:hover{
    background-color: #6FC2E7;
}
.k-academic{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.k-academic a{
    display: block;
    width: 260px;
    height: 422px;
    overflow: hidden;
    margin-bottom: 38px;
    margin-right: 30px;
}
.k-academic a:nth-child(3n){
    margin-right: 0;
}
.k-academic a span{
    width: 260px;
    height: 380px;
    display: flex;
    border:1px solid rgba(234,228,209,1);
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
.k-academic a span img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.k-academic a p{
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 20px;
}
.k-past{
    margin-top: -32px;
}
.k-past-title{
    margin: 50px 0 40px;
    line-height: 22px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.k-past-title span{
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.k-past-title span::before{
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: 2px;
    height: 10px;
    background: #387D39;
    top: 6px;
}
.k-past-title span::after{
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    width: 2px;
    height: 10px;
    background: #387D39;
    top: 6px;
}
.k-past-li a{
    display: block;
    height: 80px;
    line-height: 80px;
    border-bottom:1px solid rgba(234,228,209,.6);
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
.k-past-li a:hover{
    padding-left: 47px;
    color: #fff;
    background:rgba(56,125,57,1);
}
.k-past-li a:hover::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg6.png) repeat center center/43px auto;
    opacity: .1;
}
.k-past-li a:hover::after{
    position: absolute;
    right: 20px;
    top: 28px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/faculty_arrow@2x.png) no-repeat center center/24px auto;
}
.k-detail-banner{
    position: relative;
    height: 600px;
    z-index: 2;
}
.k-past-detail-banner{
    background: url(../images/top_bg_9@2x.jpg) no-repeat center center;
    background-size: cover;
}
.k-faculty-detail-banner{
    background: url(../images/top_bg_7@2x.jpg) no-repeat center center;
    background-size: cover;
}
.k-news-detail-banner{
    background:#f9f9f9;
    height: 165px;
}
.k-detail-banner::after{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.k-news-detail-banner::after{
    opacity: 0;
}
.k-location{
    position: absolute;
    right: 60px;
    top: 150px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    z-index: 4;
    text-align: right;
}
.k-location a{
    color: #fff;
    margin: 0 5px;
}
.k-news-detail-banner .k-location{
    color:rgba(0, 0, 0, 0.3);
}
.k-news-detail-banner .k-location a{
    color:rgba(0, 0, 0, 0.3); 
}
.k-news-detail-banner .k-location a:last-child{
    color: rgba(0, 0, 0, 1);
}
.w1080{
    width: 1080px;
    margin: 0 auto;
}
.k-detail-title{
    position: relative;
    top: -80px;
height: 80px;
background: #387D39;
border-radius: 4px 4px 0px 0px;
position: relative;
z-index: 3;
font-size: 28px;
font-weight: 600;
text-align: center;
line-height: 80px;
color: #fff;
}
.k-detail-title::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    top:0;
    background: url(../images/bg6.png) repeat center center/43px auto;
    opacity: .03;
}
.k-detail-title p{
    width: 100%;
    height: 100%;
    position: relative;
}
.k-detail-title p::before{
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 12.5px;
    width: 50px;
    height: 55px;
    background: url(../images/page_3_topicon@2x.png) no-repeat center center/50px auto;
}
.k-detail-title p::after{
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 12.5px;
    width: 50px;
    height: 55px;
    transform: scaleX(-1);
-ms-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1); 
    background: url(../images/page_3_topicon@2x.png) no-repeat center center/50px auto;
}
.k-detail-box{
    background: #fff;
    padding:40px 45px;
    box-sizing: border-box;
    margin-top: -80px;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 40px;
}
.k-detail-con{
    background: #f9f9f9;
}
.k-detail-box-past ul{
    display: flex;
}
.k-detail-box-past ul li:nth-child(1){
    width: 372px;
}
.k-detail-box-past ul li:nth-child(2){
    width: 264px;
}
.k-detail-box-past ul.title{
    background: rgba(234,228,209,.5);
    height: 60px;
    line-height: 60px;
    color: rgba(0,0,0,.8);
    font-size: 14px;
    font-weight: 400;
}
.k-detail-box-past ul li:first-child{
    padding-left: 28px;
    box-sizing: border-box;
}
.k-detail-box-past ul.con{
    border-bottom: 1px solid rgba(234,228,209,1);
}
.k-detail-box-past ul.con li{
    padding: 26px 0;
}
.k-detail-box-past ul.con li:first-child{
    font-size: 20px;
    color: #387D39;
    font-weight: 600;
    padding-left: 58px;
    position: relative;
    line-height: 28px;
}
.k-detail-box-past ul.con li:first-child::before{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    left: 30px;
    top: 30px;
    background: #387D39;
}
.k-detail-box-past ul.con li:nth-child(2){
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    font-weight: 600;
}
.k-detail-box-past ul.con li:nth-child(3){
    font-size: 16px;
color: #000000;
line-height: 40px;
opacity: .5;
}
.k-detail-box-past ul:last-child{
    border: none;
}
.k-detail-box-faculty{
    display: flex;
    flex-wrap: wrap;
}
.k-detail-box-faculty .v_news_content{
    display: flex;
    flex-wrap: wrap;
}
.k-detail-box-faculty dl{
    width: 210px;
    height: 363px;
    overflow:hidden;
    margin-right: 50px;
}
.k-detail-box-faculty dl:nth-child(4n){
    margin-right: 0;
}
.k-detail-box-faculty dl dt{
    width: 210px;
    height: 280px;
    overflow: hidden;
}
.k-detail-box-faculty dl dt img{
    width: 210px;
    height: 280px;
}
.k-detail-box-faculty dl dd{
    text-align: center;
}
.k-detail-box-faculty dl dd span{
    display: block;
    line-height: 22px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.k-detail-box-faculty dl dd div{
    display: block;
    line-height: 22px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.k-detail-box-faculty dl dd p{
    line-height: 17px;
    margin-top: 4px;
    opacity: .5;
    font-weight: 400;
}
.k-news-con{
    padding-bottom: 40px;
}
.k-home{
    height: 150px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    background:rgba(234,228,209,.2);
    padding-left: 280px;
    box-sizing: border-box;
}
.k-home::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(../images/person_bg2.png) repeat center center/43px auto;
    opacity: .04;
}
.k-home span{
    width: 80px;
    height: 150px;
    background: url(../images/news_home_top@2x.png) no-repeat center center/260px auto;
    padding-left: 80px;
    padding-right: 100px;
    line-height: 46px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 0;
}
.k-home a{
    width: 770px;
    height: 150px;
    display: flex;
    align-items: center;
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    z-index: 3;
}
.k-home a:hover{
    color: #387D39;
    padding-left: 10px;
}
.k-hotspot{
    background: #fff;
    padding: 20px 0 40px;
    margin-top: 60px;
}
.k-hotspot h3{
    font-size: 30px;
    line-height: 42px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.k-hotspot h3::before{
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 30px;
    background: #387D39;
    content: "";
    display: block;
}
.k-hotspot-box{
    width: 100%;
    height: 200px;
    padding: 0 30px;
    box-sizing: border-box;
    display: block;
    position: relative;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background-color: #fff;
}
.k-hotspot-box:hover
{
    z-index: 10;
    box-shadow: inset 5px 0px 0px 0px rgba(56,125,57,1);box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.k-hotspot-box::before
{
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #387D39;
    content: "";
    display: block;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.k-hotspot-box:hover::before{
    opacity: 1;
    left: 0;
}
.k-hotspot-box dl{
    width:1020px;
    height: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.k-hotspot-box:hover dl{
    border-bottom: none;
}
.k-hotspot-box dl dt{
    width: 210px;
    position: relative;
}
.k-hotspot-box dl dt img{
    width: 210px;
    height: 140px;
    display: block;
}
.k-hotspot-box dl dt div{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -20px;
    bottom: -20px;
    background: url(../images/news_list_bg@2x.png) no-repeat center center/50px auto;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    flex-wrap: wrap;
    padding: 6px 0;
    box-sizing: border-box;
}
.k-hotspot-box dl dt div span{
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.k-hotspot-box dl dd{
    width: 750px;
}
.k-hotspot-box dl dd span{
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}
.k-hotspot-box:hover dl dd span{
    color: #387D39;
    padding-left: 10px;
}
.k-hotspot-box dl dd p{
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    opacity: .6;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    margin-top: 14px;
}
.k-page{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.k-page a{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 5px;
}
.k-page a.hov
{
    color: #fff;
    background: #387D39;
}
.k-page a.k-prev{
    transform: scaleX(-1);
-ms-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-webkit-transform: scaleX(-1); 
    background:url(../images/right@2x.png) no-repeat center center/36px auto;
}
.k-page a.k-next{ 
    background:url(../images/right@2x.png) no-repeat center center/36px auto;
}
.k-page a.k-next:hover,.k-page a.k-prev:hover{
    opacity: .7;
}
.k-page span{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 1px solid rgba(0,0,0,0);
    margin: 0 5px;
    opacity: .3;
}
.k-page input{
    display: inline-block;
    display: inline-block;
    width: 60px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.k-page a.k-more{
    border: 1px solid rgba(0, 0, 0, 0);
    opacity: .5;
}
.k-content .ffffff{
    background: url(../images/news_detail_bg@2x.png) no-repeat top center/100% auto #fff;
    min-height: 600px;
}
.k-content{
    margin-top: 40px;
    position: relative;
    padding-top: 5px;
}
.k-content::before{
    height: 5px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #387D39;
}
.k-bg-green{
    width: 400px;
height: 500px;
background: #387D39;
position: absolute;
left: 50%;
margin-left: 320px;
top: -20px;
}
.k-content-title{
    padding: 35px 30px 20px;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    line-height: 42px;
    position: relative;
}
.k-content-title::before
{
    position: absolute;
    left: 0;
    top: 41px;
    content: "";
    display: block;
    width: 5px;
height: 30px;
background: #BE8A43;
}
.k-content-tips{
    padding-left: 56px;
}
.k-content-tips em{
    font-size: 12px;
    font-style: normal;
    opacity: .5;
    font-weight: 400;
    line-height: 17px;
    display: block;
    position: relative;
}
.k-content-tips em::before{
    position: absolute;
    left: -28px;
    top: 0.5px;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/news_time_icon@2x.png) no-repeat center center/16px auto;
}
.k-content-tips p{
    font-size: 12px;
    font-style: normal;
    opacity: .5;
    font-weight: 400;
    line-height: 17px;
    display: block;
    margin-top: 10px;
}
.k-content-box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.k-content-box-left{
    width: 700px;
    margin-left: 30px;
    font-size: 16px;
color: #000000;
line-height: 28px;
font-weight: 400;
}
.k-content-box-left p{
    text-indent: 2em;
    margin:20px 0
}
.k-content-box-left img{
max-width: 100%!important;
    display: block;
    height: auto!important;
}
.k-content-box-right{
    width: 300px;
    margin-right: 30px;
}
.k-right-list{
    padding: 5px 0 20px;
    position: relative;
    background: rgba(234,228,209,0.2);
}
.k-right-list::before{
    background: #EAE4D1;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top:0;
}
.k-right-list h2{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    margin: 18px 0 22px;
}
.k-right-list h2::before{
    position: absolute;
    left: 10px;
    top: -2.5px;
    content: "";
    display: block;
    width: 5px;
    height: 30px;
    background: #387D39;
}
.k-right-list ul{
    padding: 20px;
    box-sizing: border-box;
}
.k-right-list ul li{
    height: 80px;
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid rgba(216,216,216,0.5);
}
.k-right-list ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.k-right-list ul li span{
    width: 46px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid rgba(56,125,57,1);
    display: inline-block;
    text-align: center;
    background: #fff;
}
.k-right-list ul li span b{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.k-right-list ul li span em{
    font-style: normal;
    position: relative;
    top: -2px;
}
.k-right-list ul li p{
    width: 205px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.k-right-list ul li a:hover p{
    color: #387D39;
}
.k-right-pic img{
    width: 100%;
    display: block;
    margin-top: 20px;
}
.k-con-page{
    padding: 20px 20px 50px;
    display: flex;
    justify-content: space-between;
}
.k-con-page-mb{
    display: none;
}
.k-con-page a{
    font-size: 14px;
    font-weight: 600;
    width: calc(50% - 10px);
    overflow: hidden;
    height: 20px;
}
.k-con-page a:hover{
    color: #387D39;
}
.k-con-page a:last-child{
    text-align: right;
}
.k-share{
    position: absolute;
    right: 50%;
    margin-right: 550px;
    top: 200px;
}
.k-share a{
    width: 50px;
    height: 50px;
    display: block;
}
.k-share a.k-share-wechat{
    background: url(../images/news_wechat_icon_big@2x.png) no-repeat center center/32px auto #387D39;
}
.k-share a.k-share-wechat:hover,.k-share a.k-share-weibo:hover,.k-share a.k-share-con:hover{
    background-size: 33px auto;
}
.k-share a.k-share-weibo{
    background: url(../images/news_sina_icon_big@2x.png) no-repeat center center/32px auto #E5850A;
}
.k-share a.k-share-con{
    background: url(../images/news_share_icon_big@2x.png) no-repeat center center/32px auto #6FC2E7;
}

.fix-top{padding-top:100vh;position:relative;transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-webkit-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-moz-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-ms-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;-o-transition:all .7s cubic-bezier(.5,0,.2,1) 0s;z-index:-1}
.fix-top.fixed{padding-top:0}
.fix-body{background:#fff;position:relative;z-index:5}
@-webkit-keyframes mDirecT{
0%{opacity:0;-webkit-transform:translate(0,100px);}
100%{opacity:1;-webkit-transform:translate(0,0);}
}
@-moz-keyframes mDirecT{
0%{opacity:0;-moz-transform:translate(0,100px);}
100%{opacity:1;-moz-transform:translate(0,0);}
}
@-ms-keyframes mDirecT{
0%{opacity:0;-ms-transform:translate(0,100px);}
100%{opacity:1;-ms-transform:translate(0,0);}
}
@-o-keyframes mDirecT{
0%{opacity:0;-o-transform:translate(0,100px);}
100%{opacity:1;-o-transform:translate(0,0);}
}
@keyframes mDirecT{
0%{opacity:0;transform:translate(0,100px);}
100%{opacity:1;transform:translate(0,0);}
}
@-webkit-keyframes mDirecL{
    0%{opacity:0;-webkit-transform:translate(-100px,0);}
    100%{opacity:1;-webkit-transform:translate(0,0);}
    }
    @-moz-keyframes mDirecL{
    0%{opacity:0;-moz-transform:translate(-100px,0);}
    100%{opacity:1;-moz-transform:translate(0,0);}
    }
    @-ms-keyframes mDirecL{
    0%{opacity:0;-ms-transform:translate(-100px,0);}
    100%{opacity:1;-ms-transform:translate(0,0);}
    }
    @-o-keyframes mDirecL{
    0%{opacity:0;-o-transform:translate(-100px,0);}
    100%{opacity:1;-o-transform:translate(0,0);}
    }
    @keyframes mDirecL{
    0%{opacity:0;transform:translate(-100px,0);}
    100%{opacity:1;transform:translate(0,0);}
    }
    @-webkit-keyframes mDirecR{
    0%{opacity:0;-webkit-transform:translate(100px,0);}
    100%{opacity:1;-webkit-transform:translate(0,0);}
    }
    @-moz-keyframes mDirecR{
    0%{opacity:0;-moz-transform:translate(100px,0);}
    100%{opacity:1;-moz-transform:translate(0,0);}
    }
    @-ms-keyframes mDirecR{
    0%{opacity:0;-ms-transform:translate(100px,0);}
    100%{opacity:1;-ms-transform:translate(0,0);}
    }
    @-o-keyframes mDirecR{
    0%{opacity:0;-o-transform:translate(100px,0);}
    100%{opacity:1;-o-transform:translate(0,0);}
    }
    @keyframes mDirecR{
    0%{opacity:0;transform:translate(100px,0);}
    100%{opacity:1;transform:translate(0,0);}
    }
.k-overview-box1{
    height: 650px;
    background: url(../images/jianj_intro_bg@2x.png) no-repeat center center;
    background-size: cover;
}
.overview-h2{
    line-height: 28px;
    padding: 28px 0 15px;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}
.overview-h2::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    background:#387D39;
    content: "";
    display: block;
}
.k-overview-box1 dl{
 margin-top: 59px;
 display: flex;
 justify-content: center;
}
.k-overview-box1 dl dt{
    width: 650px;
    height: 490px;
    position: relative;
}

.k-overview-box1 dl dt a:nth-child(1){
    width: 300px;
    height: 400px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}
.k-overview-box1 dl dt a:nth-child(2){
    width: 360px;
    height: 480px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 170px;
    border-radius: 4px;
    overflow: hidden;
    top: 0;
    z-index: 2;
    box-shadow: -10px 10px 30px 0 rgba(0,0,0,0.10);
}
.k-overview-box1 dl dt a img{
    overflow: hidden;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.k-overview-box1 dl dt a:hover img{
    transform: scale(1.1);transition: 0.4s;
}
.k-overview-box1 dl dt img{
    width: 100%;
    height: 100%;
    display: block;
}
.k-overview-box1 dl dd{
    width: 540px;
    position: relative;
}
.k-overview-box1 dl dd p{
font-size: 14px;
line-height: 26px;
font-weight: 400;
text-indent: 2em;
margin-top: 20px;
}
.k-overview-box1 dl dd a{
    width: 150px;
    padding-bottom: 15px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 16px;
    color: #387D39;
    font-weight: 600;
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../images/gaik_arrow@2x.png) no-repeat center bottom/100% auto;
}
.k-overview-box1 dl dd a:hover{
    left: 20px;
}
.k-overview-box2{
    padding: 40px 0;
    background: #fff;
}
.k-overview-box2 .w1080{
    display: flex;
}
.k-overview-box2-left{
    width: 580px;
    height: 440px;
    display: flex;
    flex-wrap: wrap;
}
.k-overview-box2-left dl{
    width: 290px;
    height: 220px;
    position: relative;
}
.k-overview-box2-left dl.t1,.k-overview-box2-left dl.t4{
    background:rgba(234,228,209,.5);
}
.k-overview-box2-left dl dt img{
    width: 100%;
    height: 100%;
    display: block;
}
.k-overview-box2-left dl dd{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.k-overview-box2-left dl.t1 dd img{
    width: 100px;
    height: 100px;
    display: block;
}
.k-overview-box2-left dl dd span{
    color: #387D39;
    font-weight: 600;
    font-size: 20px;
    padding-top: 32px;
    display: block;
    width: 100%;
}
.k-overview-box2-left dl dd  a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}
.k-overview-box2-left dl.t2 dd::before{
    background: rgba(46,68,129,0.80);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.k-overview-box2-left dl.t2:hover dd::before{
    top:-100%;
    opacity: 0;
}
.k-overview-box2-left dl.t3:hover dd::before{
    top:100%;
    opacity: 0;
}
.k-overview-box2-left dl.t2 dd span,.k-overview-box2-left dl.t3 dd span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.k-overview-box2-left dl.t3 dd::before{
    background: rgba(111,194,231,0.80);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.xiaoxun{
    width: 100px;
    height: 100px;
    display:block;
    background: url(../images/gaik_xiaoxun_icon@2x.png) no-repeat center 30px/60px auto;
}
.xiaofeng{
    width: 100px;
    height: 100px;
    display:block;
    background: url(../images/gaik_xiaof_icon@2x.png) no-repeat center 35px/60px auto;
}
.k-overview-box2-left dl.t4 dd div div{
    display: flex;
    justify-content: space-around;
    
}
.k-overview-box2-left dl.t2 dd:hover,.k-overview-box2-left dl.t3 dd:hover{
    background: none;
}
.k-overview-box2-left dl.t4 dd div p{
    width: 120px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid rgba(56,125,57,0.2);
    background:url(../images/gaik_play@2x.png) no-repeat 15px center/30px auto rgba(56,125,57,0.10);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:20px 0 20px 56px;
    margin: 0 5px;
} 
.k-overview-box2-left dl.t4 dd a div p:hover{
    border-width: 2px;
}
.k-overview-box2-left dl.t4 dd div p span,.k-overview-box2-left dl.t4 dd div p b{
    width: 100%;
    display: block;
    margin: 0;
    height: 16px;
    padding-top: 0;
    text-align: left;
}
.k-overview-box2-left dl.t4 dd div p span{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    
}
.k-overview-box2-left dl.t4 dd div p b{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    opacity: .5;
}
.k-overview-box2-right{
    width: 500px;
    height: 440px;
}
.k-overview-box2-right img{
    width: 500px;
    height: 440px;
    display: block;
}
.k-overview-box3{
    height: 580px;
    background: url(../images/tjziliao_bg@2x.jpg) no-repeat center center;
    background-size: cover;
}
.k-overview-box3 .w1080{
    display: flex;
    justify-content: space-around;
}
.k-overview-box3-left{
    position: relative;
    height: 580px;
    width: 400px;
}
.k-overview-box3-left .overview-h2{
    color: #fff;
    padding-top: 40px;
}
.k-overview-box3-left .overview-h2::before{
    background-color: #fff;
}
.k-overview-box3-left a{
    width: 150px;
    padding-bottom: 15px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 64px;
    font-size: 16px;
    color: #387D39;
    font-weight: 600;
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../images/gaik_arrow@2x.png) no-repeat center bottom/100% auto;
}
.k-overview-box3-left a:hover{
    left: 20px;
}
.k-overview-box3-right{
    width: 680px;
    height: 660px;
    padding: 165px 0;
    box-sizing: border-box;
    margin-top: -40px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.k-overview-box3-right::before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    background:url(../images/person_bg2.png) repeat center center;
    opacity: .03;
}
.k-overview-box3-right a{
    width: 226px;
    height: 160px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.k-overview-box3-right a span,.k-overview-box3-right a b{
    display: block;
    width: 100%;
}
.k-overview-box3-right a b{
font-size: 60px;
color: #000000;
text-align: center;
font-weight: 600;
line-height: 84px;
}
.k-overview-box3-right a span{
    opacity: 0.5;
font-size: 18px;
color: #000000;
text-align: center;
font-weight: 600;
line-height: 25px;
margin-top: 6px;
}
.k-overview-box3-right a:nth-child(4),.k-overview-box3-right a:nth-child(5){
    margin-top: 20px;
    width: 50%;
}
.k-overview-box3-right a:nth-child(2){
    position: relative;
}
.k-overview-box3-right a:nth-child(2)::before{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #000;
    opacity: .3;
    left: 0;
    top: 55px;
}
.k-overview-box3-right a:nth-child(2)::after{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #000;
    opacity: .3;
    right: 0;
    top: 55px;
}
.k-overview-box3-right a:nth-child(4)::after{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #000;
    opacity: .3;
    right: 0;
    top: 55px;
}
.k-overview-box3-right a:hover span{
    color: #387D39;
}
.k-overview-box3-right a:hover b{
    color: #387D39;
}
.k-overview-box4{
    padding:40px 0;
    background: #fff;
}
.k-overview-box4 .w1080{
    display: flex;
    justify-content: space-around;
}
.k-overview-box4-left{
    width: 400px;
    height: 650px;
}
.k-overview-box4-left img{
    width: 100%;
    height: 100%;
    display: block;
}
.k-overview-box4-right{
    width: 680px;
    height: 650px;
    background:#EAE4D1;
    position: relative;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding:55px 38px 0;
    box-sizing: border-box;
}
.k-overview-box4-right::before{
    width: 100%;
    height: 20px;
    background: #387D39;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
}
.k-overview-box4-right::after{
    width: 100%;
    height: 100%;
    background:url(../images/person_bg.png) repeat center center;
    position: absolute;
    opacity: .05;
    left: 0;
    top: 0;
    content: "";
    display: block;
}
.k-overview-box4-right a{
    display: block;
    width: 280px;
    height: 250px;
    background:url(../images/gaik_img_bg.png) no-repeat left bottom/86px auto #FFFFFF;
    border: 1px solid #EAE4D1;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
    position: relative;
    z-index: 2;
    margin: 10px;
    padding: 20px 49px;
    box-sizing: border-box;
}
.k-overview-box4-right a img{
    width: 60px;
    height: 60px;
    display: block;
}
.k-overview-box4-right a span{
    font-size: 30px;
color: #000000;
line-height: 28px;
font-weight: 600;
margin-top: 19px;
display: block;
position: relative;
padding-bottom: 15px;
}
.k-overview-box4-right a span::before
{
    width: 50px;
height: 5px;
background: #387D39;
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
}
.k-overview-box4-right a:hover span{
    margin-left: 10px;
}
.k-overview-box4-right p{
    width: 489px;
height: 160px;
background: url(../images/gaik_jianying_bg@2x.png) no-repeat center center/489px auto;
position: absolute;
right: 0;
bottom: 0;
}
.k-overview-box5{
    height: 530px;
    background: url(../images/dsj_bg@2x.jpg) no-repeat center;
    background-size: cover;
}
.k-overview-box5 .overview-h2{
    padding-top: 40px;
}
.k-overview-box5-con{
    display: flex;
    justify-content: space-between;
}
.k-overview-box5-left{
    width: 730px;
}
.k-overview-box5-left ul li{
    text-align: right;
    margin-top: 9px;
}
.k-overview-box5-left ul li a{
font-size: 20px;
color: #FFFFFF;
font-weight: 600;
height: 60px;
line-height: 60px;
display: inline-block;
padding-right: 20px;
box-sizing: border-box;
}
.k-overview-box5-left ul li:nth-child(1) a{
    background-color: #953624;
    width: 230px;
}
.k-overview-box5-left ul li:nth-child(2) a{
    background-color: #BE8A43;
    width: 330px;
}
.k-overview-box5-left ul li:nth-child(3) a{
    background-color: #387D39;
    width: 430px;
}
.k-overview-box5-left ul li:nth-child(4) a{
    background-color: #E684B3;
    width: 530px;
}
.k-overview-box5-left ul li:nth-child(5) a{
    background-color: #F3C517;
    width: 630px;
}
.k-overview-box5-left ul li:nth-child(6) a{
    background-color: #6FC2E7;
    width: 730px;
}
.k-overview-box5-right{
    width: 309px;
}
.k-overview-box5-right img{
    width: 100%;
    display: block;
    margin-bottom: 33px;
}
.k-overview-box5-left ul li a:hover{
    padding-right: 40px;
}
.k-shadow{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 222222;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-shadow .k-dialog{

    width: 900px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*otaek修改*/
.k-shadow-audio{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 222222;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-shadow-audio .k-dialog{
    width: 900px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.k-shadow-weixin{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 222222;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k-shadow-weixin .k-dialog-weixin{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.k-close-weixin{
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    background:#3D3D3D;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: -20px;
    top:-20px;
    z-index: 3;
    border-radius: 40px;
}
.weixinqrcode {
    cursor:pointer;
}
.k-dialog img,.k-dialog video,k-dialog audio{
    width: 900px;
    height: 600px;
    position: relative;
    z-index:1;
}
.k-dialog .k-close{
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    background:#3D3D3D;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: -20px;
    top:-20px;
    z-index: 3;
    border-radius: 40px;
}
/*otaek修改*/
.k-dialog .k-close-audio{
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    background:#3D3D3D;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: -20px;
    top:-20px;
    z-index: 3;
    border-radius: 40px;
}

.vrhd{
    overflow: hidden;
}
.video-index-con a{
    cursor: pointer;
}
.k-video-list ul,.k-pic-list ul{
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}
.k-video-list a,.k-pic-list a{
    cursor: pointer;
    display: block;
    position: relative;
}
.k-video-list a::before{
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/video_play_btn@2x.png) no-repeat center center/100px auto;
    left: 110px;
    top: 84px;
    z-index: 2;
}
.k-video-list a::after{
    position: absolute;
    content: "";
    display: block;
    width: 320px;
    height: 268px;
    background:rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    z-index: 1;
}
.k-video-list li img{
    width: 320px;
    height: 268px;
    display: block;
}
.k-video-list li{
    margin-right: 15px;
}
.k-video-list li:nth-child(3n){
    margin-right: 0;
}
.k-pic-list li{
    margin-right: 10px;
}.k-pic-list li:nth-child(4n){
    margin-right: 0;
}
.k-pic-list li img{
    width: 240px;
    height: 180px;
    display: block;
    margin-top: 20px;
}
.k-video-list li span{
    display: block;
    padding: 10px 0 20px;
    font-size: 14px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
}






.pc{
    display: block;
}
.moblie{
    display: none;
}
@media screen and (max-width: 750px) {
    .pc{
        display: none;
   }
    .moblie{
        display: block;
   }
    .w1080{
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.533rem;
   }
    .w1200{
        width: 100%;
   }
    .kNav{
        display: none;
   }
    .k-column-banner-overview{
        height: 5.333rem;
        background: url(../images/moblie/list/gaikuang_top@2x.jpg) no-repeat center center;
        background-size: cover;
   }
    .k-gail{
        width: 7.52rem;
        bottom: 0.267rem;
        margin-left: -3.76rem;
        opacity: 1;
   }
    .k-gail h2{
        font-size: 0.427rem;
        line-height: 0.747rem;
        margin-bottom: 0.267rem;
   }
    .k-gail p{
        font-size: 0.32rem;
        line-height: 0.427rem;
        opacity: .8;
        font-weight: 400;
   }
    .going .k-gail{
        -webkit-animation:none;
        -moz-animation:none;
        -ms-animation:none;
        -o-animation:none;
        animation:none;
   }
    .k-overview-box1{
        height: auto;
        min-height: 16rem;
        background: url(../images/moblie/list/jianj_intro_bg@2x.png) no-repeat center center;
        background-size: cover;
   }
    .overview-h2{
        line-height: 0.587rem;
        font-size: 0.427rem;
        text-align: center;
        padding: 0.533rem 0 0.133rem;
   }
    .overview-h2::before{
        width: 0.533rem;
        height: 0.053rem;
        left: 50%;
        bottom: 0;
        margin-left: -0.267rem;
   }
    .k-overview-box1 dl{
        margin-top: 0.533rem;
        height: 5.867rem;
        width: 100%;
        display: block;
   }
    .k-overview-box1 dl dt{
        width: 100%;
        height: 100%;
   }
    .k-overview-box1 dl dt a:nth-child(1),.k-overview-box1 dl dt a:nth-child(2){
        width: 4.4rem;
        height: 5.867rem;
        top: 0;
        border-radius: 0.053rem;
   }
    .k-overview-box1 dl dt a:nth-child(2){
        right: 0;
        top: 0;
        left: auto;
        box-shadow: none;
   }
    .k-overview-box1 dl dd{
        width: 100%;
        margin-top: 0.267rem;
   }
    .k-overview-box1 dl dd p{
        font-size: 0.32rem;
        line-height: 0.48rem;
        margin-top: 0.4rem;
   }
    .k-overview-box1 dl dd a{
        position: relative;
        bottom: 0;
        background: url(../images/moblie/list/gaik_arrow@2x.png) no-repeat left bottom/1.92rem auto;
        padding-left: 0;
        width: 1.92rem;
        text-align: center;
        padding-bottom: 0.24rem;
        font-size: 0.32rem;
        margin: 0.533rem auto 0;
   }
    .k-overview-box2{
        padding: 0.533rem 0;
   }
    .k-overview-box2 .w1080{
        display: block;
   }
    .k-overview-box2-left{
        width: 100%;
        height: 6.933rem;
        justify-content: space-between;
   }
    .k-overview-box2-left dl{
        width: 4.4rem;
        height: 3.333rem;
        margin-bottom: 0.133rem;
   }
    .k-overview-box2-right{
        width: 100%;
        height: auto;
   }
    .k-overview-box2-right img{
        width: 100%;
        height: auto;
   }
    .k-overview-box2-left dl.t1 dd img{
        width: 1.6rem;
        height: 1.6rem;
   }
    .k-overview-box2-left dl dd span{
        font-size: 0.32rem;
        padding-top: 0.4rem;
   }
    .xiaoxun{
        width: 1.067rem;
        height: 1.067rem;
        background: url(../images/moblie/list/gaik_xiaoxun_icon@2x.png) no-repeat center center/1.067rem auto;
   }
    .xiaofeng{
        width: 1.067rem;
        height: 1.067rem;
        background: url(../images/moblie/list/gaik_xiaof_icon@2x.png) no-repeat center center/1.067rem auto;
   }
    .k-overview-box2-left dl.t2 dd span, .k-overview-box2-left dl.t3 dd span{
        font-size: 0.32rem;
   }
    .k-overview-box2-left dl.t2 dd p,.k-overview-box2-left dl.t3 dd p{
        margin-top: 0.533rem;
   }
    .k-overview-box2-left dl.t4 dd div div{
        display: block;
   }
    .k-overview-box2-left dl.t4 dd div p{
        height: 1.067rem;
        padding: 0 0 0 1.067rem;
        margin: 0.133rem 0 0 0;
        background: url(../images/moblie/list/gaik_play@2x.png) no-repeat 0.293rem center/0.533rem auto;
   }
    .k-overview-box2-left dl.t4 dd div p span{
        font-size: 0.32rem;
   }
    .k-overview-box2-left dl.t4 dd div p b{
        font-size: 0.32rem;
        opacity: .5;
        margin-top: -0.08rem;
   }
    .k-overview-box2-left dl.t4 dd span {
        padding-top: 0.053rem;
   }
    .k-overview-box3 .w1080{
        display: block;
        position: relative;
   }
    .k-overview-box3{
        height: 9.867rem;
        background: url(../images/moblie/list/tjziliao_bg@2x.jpg) no-repeat center center;
        background-size: cover;
   }
    .k-overview-box3-left{
        width: 100%;
        height: 9.867rem;
   }
    .k-overview-box3-left .overview-h2 {
        padding: 0.533rem 0 0.133rem;
        color: #000;
   }
    .k-overview-box3-left .overview-h2::before{
        background: #387D39;
   }
    .k-overview-box3-left a{
        position: absolute;
        bottom: 0.453rem;
        background: url(../images/moblie/list/gaik_arrow@2x.png) no-repeat left bottom/1.92rem auto;
        padding-left: 0;
        width: 1.92rem;
        text-align: center;
        padding-bottom: 0.24rem;
        font-size: 0.32rem;
        margin: 0.533rem 0 0 -0.96rem;
        left: 50%;
   }
    .k-overview-box3-right{
        width: 8.933rem;
        height: 6.667rem;
        position: absolute;
        top: 1.653rem;
        left: 0.533rem;
        z-index: 3;
        padding: 0.533rem 0;
        margin-top: 0;
   }
    .k-overview-box3-right a{
        width: 2.667rem;
        height: 2.667rem;
        padding: 0.533rem 0;
        box-sizing: border-box;
   }
    .k-overview-box3-right a b{
        font-size: 0.587rem;
        line-height: 0.8rem;
   }
    .k-overview-box3-right a span{
        line-height: 0.373rem;
        font-size: 0.32rem;
        margin-top: 0.293rem;
   }
    .k-overview-box3-right a:nth-child(2)::before{
        height: 0.667rem;
        top: 0.987rem;
   }
    .k-overview-box3-right a:nth-child(2)::after,.k-overview-box3-right a:nth-child(4)::after{
        height: 0.667rem;
        top: 0.987rem;
   }
    .k-overview-box3-right a:nth-child(4), .k-overview-box3-right a:nth-child(5){
        margin-top: 0.267rem;
   }
    .k-overview-box3-left a:hover{
        left: 50%;
   }
    .k-overview-box4{
        padding: 0;
   }
    .k-overview-box4-left{
        display: none;
   }
    .k-overview-box4-right{
        width: 100%;
        height: 16.533rem;
        padding:1.6rem 0.533rem 1.333rem;
        box-sizing: border-box;
   }
    .k-overview-box4 .w1080{
        padding: 0;
   }
    .k-overview-box4-right a{
        width: 4.4rem;
        height: 6.667rem;
        margin:0;
        padding:0;
        text-align: center;
   }
    .k-overview-box4-right a img{
        width: 1.333rem;
        height: 1.333rem;
        display: inline-block;
        margin:0.8rem auto 0.64rem;
   }
    .k-overview-box4-right a span{
        font-size: 0.427rem;
        line-height: 0.747rem;
        margin-top: 0;
        padding-bottom: 0.187rem;
   }
    .k-overview-box4-right a span::before{
        height: 0.053rem;
        width: 0.8rem;
        left: 50%;
        margin-left: -0.4rem;
   }
    .k-overview-box5{
        height: 18.133rem;
        background: url(../images/moblie/list/dsj_bg@2x.jpg) no-repeat center;
        background-size: cover;
   }
    .k-overview-box5 .overview-h2{
        padding-top: 0.48rem;
   }
    .k-overview-box5 .w1080{
        padding: 0 0.8rem;
   }
    .k-overview-box5-con{
        display: block;
        position: relative;
   }
    .k-overview-box5-left{
        width: 100%;
        padding-top: 5.867rem;
   }
    .k-overview-box5-left a{
        padding-right: 0;
        text-align: center;
   }
    .k-overview-box5-left ul li:nth-child(1) a, .k-overview-box5-left ul li:nth-child(2) a, .k-overview-box5-left ul li:nth-child(3) a, .k-overview-box5-left ul li:nth-child(4) a, .k-overview-box5-left ul li:nth-child(5) a, .k-overview-box5-left ul li:nth-child(6) a{
        width: 100%;
   }
    .k-overview-box5-right{
        width: 100%;
        position: absolute;
        top: 0.533rem;
        left: 0;
        padding:0;
        box-sizing: border-box;
   }
    .k-overview-box5-right a:nth-child(2){
        display: none;
   }
    .k-overview-box5-left ul li{
        margin-top: 0.133rem;
        display: flex;
   }
    .k-intro-show{
        padding: 0.533rem;
   }
    .k-intro-show-box1{
        margin-top: 0;
        width: 100%;
        height: 6.667rem;
   }
    .k-intro-show .w1200{
        display: block;
   }
    .k-intro-show-box1 a::after{
        width: 2.133rem;
        height: 2.133rem;
        background: url(../images/video_play_btn@2x.png) no-repeat center center/2.133rem auto;
        margin-top: -1.067rem;
        margin-left: -1.067rem;
   }
    .k-intro-show-box1 span{
        font-size: 0.32rem;
        bottom: 0.267rem;
        left: 0;
        width: 100%;
        text-align: center;
        display: block;
   }
    .k-intro-show-box{
        width: 100%;
        justify-content: space-between;
   }
    .k-intro-show-box div{
        margin-left: 0;
        margin-top: 0.133rem;
        width: 4.4rem;
        height: 3.333rem;
        border-radius: 0.107rem;
   }
    .footer-topbg{
        background: url(../images/bot_link_bg@2x.png) no-repeat right bottom/9.013rem auto;
   }
    .Links h2 a, .Links h2{
        font-size: 0.427rem;
        height: 0.747rem;
        line-height: 0.747rem;
   }
    .footer-topbg .Links{
        padding: 0 0.533rem;
        box-sizing: border-box;
   }
    .Links ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding:0.267rem 0 2.08rem;
   }
    .Links ul li{
        width: 4.267rem;
        height: 1.067rem;
        line-height: 1.067rem;
        margin-right: 0;
        display: flex;
   }
    .Links ul li a{
        font-size: 0.32rem;
   }
    .ewm{
        top: -1.333rem;
   }
    .ewm div{
        width: 2.667rem;
        height: 3.28rem;
        margin: 0 0.133rem;
   }
    .ewm div img{
        width: 2.667rem;
        height: 2.667rem;
   }
    .ewm div p{
        margin-top: 0.133rem;
        line-height: 0.453rem;
        font-size: 0.32rem;
   }
    .footer-body{
        height: auto;
   }
    .foot-logo{
        display: block;
        height: auto;
        padding: 3.067rem 0 0.613rem;
        text-align: center;
   }
    .foot-logo a img{
        width: 3.733rem;
        height: auto;
   }
    .foot-logo ul{
        width: 6.667rem;
        margin: 0.853rem auto 0;
   }
    .foot-logo ul li{
        line-height: 0.587rem;
        height: 0.587rem;
   }
    .foot-logo ul li span{
        font-size: 0.32rem;
   }
    .foot-logo ul li b{
        font-size: 0.32rem;
   }
    .location{
        width: calc(100% - 1.067rem);
        margin: 0 auto;
        display: block;
        height: auto;
        line-height: 0.64rem;
        padding: 0.4rem 0;
        font-size: 0.32rem;
        text-align: center;
   }
    .mb-nav{
        position: fixed;
        top: 0.053rem;
        left: 0;
        width: 100%;
        z-index: 2000;
        height: 2.133rem;
        display: flex;
        justify-content: space-between;
        background-image: linear-gradient(180deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.17) 83%, rgba(0,0,0,0.00) 100%);
   }
    .mb-nav::before{
        position: absolute;
        width: 100%;
        height: 0.053rem;
        content: "";
        display: block;
        left: 0;
        top: -0.053rem;
        background:url(../images/top_color_line@2x.png) repeat-x center top/auto 0.053rem;
   }
    .mb-nav img{
        position: absolute;
        left: 0.533rem;
        top:0.533rem;
        width: 4.48rem;
        display: block;
   }
    .mb-nav-button{
        width: 0.853rem;
        height: 0.853rem;
        position: absolute;
        right: 0.533rem;
        top:0.533rem;
        background: url(../images/moblie/m_menu_icon@2x.png) no-repeat center center/0.853rem auto;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
   }
    .navShow .mb-nav-button{
        background: url(../images/moblie/m_menu_close@2x.png) no-repeat center center/0.853rem auto;
   }
    .mb-nav-box{
        display: none;
   }
    .navShow .mb-nav-box{
        display: block;
        height: 100%;
        position: fixed;
        background: #387D39;
        width: 100%;
        top: 0rem;
        left: 0rem;
        z-index: 1999;
        overflow-y: auto;
   }
    .navShow .mb-nav-box::before{
        background:url(../images/bg6.png) repeat center center/1.147rem auto;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height:100%;
        content: "";
        display: block;
        opacity: .02;
   }
    .navShow .mb-nav-box-con{
        padding: 2.213rem 0.533rem 0.907rem;
   }
    .mb-tip-nav{
        display: flex;
        justify-content: space-between;
   }
    .mb-tip-nav ul{
        display: flex;
        align-items: center;
   }
    .mb-tip-nav ul li{
        padding-right: 0.267rem;
        margin-right: 0.267rem;
        position: relative;
        line-height: 0.427rem;
        display: flex;
   }
    .mb-tip-nav ul li::after{
        width: 0.027rem;
        height: 0.267rem;
        position: absolute;
        right: 0;
        top: 0.08rem;
        content: "";
        display: block;
        background:#fff;
        opacity: .9;
   }
    .mb-tip-nav ul li:last-child:after{
        display: none;
        margin-right: 0;
   }
    .mb-tip-nav ul li a{
        font-size: 0.32rem;
        color: #fff;
        opacity: .9;
   }
    .mb-lan a{
        font-size: 0.32rem;
        display: block;
        line-height: 0.533rem;
        color: #fff;
        opacity: .9;
        padding-right: 0.347rem;
        background: url(../images/moblie/san@2x.png) no-repeat right center/0.16rem auto;
   }
    .mb-nav-list ul li{
        position: relative;
   }
    .mb-nav-list ul li > a{
        width: 100%;
        height: 1.333rem;
        line-height: 1.333rem;
        border-bottom: 1px solid rgba(255,255,255,.1);
        display: block;
        color: #fff;
        font-size: 0.373rem;
   }
    .mb-nav-list ul li > span{
        width: 0.533rem;
        height: 1.333rem;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/moblie/nav@2x.png) no-repeat center center/0.16rem auto;
   }
    .mb-nav-list ul li > span.hov{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
   }
    .mb-nav-list ul li > dl{
        width: 100%;
        height: auto;
        background: rgba(255,255,255,0.10);
        border-radius: 0.107rem;
        padding: 0.267rem 0.533rem;
        box-sizing: border-box;
        display: none;
   }
    .mb-nav-list ul li > dl dd a{
        width: 100%;
        height: 0.853rem;
        line-height: 0.853rem;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.1);
        font-size: 0.32rem;
        font-weight: 600;
        color: #fff;
   }
    .mb-nav-list ul li > dl dd a.hov{
        color: #F3C517;
   }
    .noScroll{
        overflow: hidden;
   }
    .mb-search{
        width: 8.4rem;
        height: 1.173rem;
        background: #fff;
        margin: 0.533rem auto 0;
        display: flex;
        justify-content: space-between;
   }
    .mb-search input{
        width: calc(100% - 1.173rem);
        height: 1.173rem;
        line-height: 1.173rem;
        padding: 0 0.267rem;
        box-sizing: border-box;
        border: none;
        background: #fff;
        font-size: 0.32rem;
   }
    .mb-search button{
        width: 1.173rem;
        height: 1.173rem;
        background: url(../images/search@2x.png) no-repeat center center/0.4rem auto;
        border: none;
   }
    .k-column-banner{
        height: 6.667rem;
   }
    .k-column-banner-intro{
        background: url(../images/moblie/list/top_bg_1@2x.jpg) no-repeat center center;
        background-size: cover;
   }
    .k-column-banner::after{
        background: rgba(0,0,0,0.10);
        background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 57%, rgba(249,249,249,0.85) 87%, #F9F9F9 100%);
   }
    .k-column-banner-overview::after{
        display: none;
   }
    .k-column{
        width: 100%;
        margin: 0 auto;
        min-height: auto;
        padding-left: 0;
        display: block;
        padding: 0 0.533rem;
        box-sizing: border-box;
   }
    .k-column-left{
        display: none;
   }
    .k-column-right{
        width: 100%;
   }
    .k-column-contitle{
        margin-top: -2.4rem;
        padding: 0 0.267rem;
        height: 1.333rem;
        background:url(../images/moblie/list/title_bg@2x.png) no-repeat center center/100% auto #fff;
        box-shadow: 0rem 0.267rem 0.533rem 0rem rgba(0,0,0,0.1);
   }
    .k-column-contitle h3{
        font-size: 0.427rem;
        padding-top: 0;
   }
    .k-column-contitle h3 span{
        font-size: 0.32rem;
        margin-left: 0.267rem;
   }
    .k-column-contitle h3 span.pc{
        display: none;
   }
    .k-column-contitle div, .k-column-contitle a{
        font-size: 0.32rem;
   }
    .k-column-contitle div em{
        margin: 0 0.027rem;
   }
    .k-column-content{
        min-height: 8rem;
        padding: 0.533rem 0.267rem;
        box-sizing: border-box;
        background: url(../images/moblie/list/dege_bg@2x.png) no-repeat center bottom/100% auto #fff;
   }
    .k-intro{
        font-size: 0.32rem;
        line-height: 0.587rem;
        background:none;
   }
    .k-intro p{
        margin-bottom: 0.267rem;
        text-indent: 2em;
   }
    .k-intro-pic img{
        width: 2.933rem;
        margin-top: 0.053rem;
   }
    .k-intro-pic div:nth-child(2) img{
        width: 2.4rem;
   }
    .k-intro-pic div:nth-child(2){
        margin: 0 0.053rem;
   }
    .k-intro-pic{
        margin-bottom: 0.267rem;
   }
    .k-column-bg{
        padding-bottom: 0.267rem;
   }
    .k-column-banner-leader{
        background: url(../images/moblie/list/top_bg_2@2x.jpg) no-repeat center;
        background-size: cover;
   }
    .k-leader-tab a{
        width: 2.133rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.373rem;
        margin: 0 0.32rem;
   }
    .k-leader-tab{
        margin-top: 0.133rem;
        height: 0.8rem;
        display: flex;
        justify-content: center;
   }
    .k-leader-tab::before{
        top: 0.373rem;
   }
    .k-leader-tab a::before{
        height: 0.267rem;
        top: 0.267rem;
   }
    .k-leader-tab a::after{
        height: 0.267rem;
        top: 0.267rem;
   }
    .k-leader-box{
        margin: 0 0 0.267rem 0;
        width: 100%;
        height: 9.867rem;
   }
    .k-leader-con{
        padding-top: 0.533rem;
   }
    .k-leader-box h3{
        width: 100%;
        height: 6.293rem;
   }
    .k-leader-box div{
        padding: 0.267rem;
        width: 100%;
        height: 3.573rem;
        background: url(../images/moblie/list/leader_list_bg@2x.png) no-repeat center top/100% auto;
   }
    .k-leader-box div h4{
        height: 0.533rem;
        line-height: 0.533rem;
        display: flex;
   }
    .k-leader-box div h4 span{
        font-size: 0.373rem;
   }
    .k-leader-box div h4 em{
        font-size: 0.32rem;
        margin-left: 0.267rem;
   }
    .k-leader-box div p{
        line-height: 0.533rem;
        font-size: 0.32rem;
        margin-top: 0.133rem;
        height: 1.067rem;
   }
    .k-leader-box div h6{
        font-size: 0.32rem;
        margin: 0.533rem 0 0 2.4rem;
   }
    .mb-timeline-tab{
        width: 8.4rem;
        overflow: hidden;
        height: 1.6rem;
   }
    .k-timeline-tab{
        width: 100%;
        overflow-x: auto;
   }
    .k-timeline-tab a{
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0.133rem;
   }
    .k-timeline-tab a p{
        line-height: 0.373rem;
        font-size: 0.32rem;
   }
    .k-timeline-tab a p,.k-timeline-tab a:hover p, .k-timeline-tab a.hov p{
        width: 1.6rem;
        height: 1.6rem;
        background-image: none;
   }
    .k-timeline-show{
        padding: 0.267rem 0 0;
        display: block;
   }
    .k-timeline-show a img{
        width: 100%;
        height: auto;
        margin-top: 0.267rem;
   }
    .k-timeline-box::before,.k-timeline-box a span::before{
        display: none;
   }
    .k-timeline-box a{
        padding: 0.267rem 0 0;
   }
    .k-timeline-box a div{
        margin-left: 0;
        display: block;
        padding-bottom: 0.267rem;
   }
    .k-timeline-box a span{
        width: 2.133rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.32rem;
        font-weight: 600;
        margin-left: 0;
   }
    .k-timeline-box a p{
        width: 100%;
        line-height: 0.587rem;
        font-size: 0.32rem;
        margin-top: 0.213rem;
   }
    .k-timeline-box{
        padding-top: 0.267rem;
   }
    .k-timeline-box a:last-child div{
        border-bottom:1px dashed #953624;
        padding-bottom: 0.267rem;
   }
    .k-faculty{
        margin-top: 0;
        justify-content: space-between;
   }
    .k-faculty a{
        width: 4.133rem;
        height: 1.6rem;
        padding: 0;
        align-items: center;
        display: flex;
        line-height: 1.6rem;
        border-bottom: 1px solid rgba(234, 228, 209, .3);
   }
    .k-faculty a img{
        width: 0.747rem;
        height: 0.747rem;
        margin-left: 0.32rem;
   }
    .k-faculty a p{
        font-size: 0.32rem;
        line-height: auto;
        margin-left: 0.32rem;
        margin-top: 0;
   }
    .k-faculty a p::after{
        display: none;
   }
    .k-faculty a:hover::before{
        display: none;
   }
    .k-faculty a:hover{
        border-width: 0.053rem;
        background:rgba(234,228,209,0.20);
        color: #387D39;
   }
    .k-staff-title{
        margin: 0;
        width: 100%;
        height: 1.067rem;
        line-height: 1.067rem;
        font-size: 0.427rem;
   }
    .k-staff-title::before{
        background: url(../images/bg6.png) repeat center center/0.667rem auto;
   }
    .k-staff{
        margin-top: 0;
   }
    .k-staff-box{
        justify-content: space-between;
        margin-bottom: 0.533rem;
   }
    .k-staff-box a{
        width: 4.133rem;
        height: 1.6rem;
        margin-top: 0.267rem;
        margin-right: 0;
   }
    .k-staff-box span{
        width: 4.133rem;
        height: 1.6rem;
        font-size: 0.32rem;
        line-height: 0.453rem;
        padding: 0.4rem;
   }
    .k-staff-box a span::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg6.png) repeat center center/0.667rem auto;
        opacity: .05;
   }
    .k-staff-box a:hover::before{
        position: absolute;
        content: "";
        display: block;
        width: 3.867rem;
        height: 1.333rem;
        border:1px dotted rgba(255,255,255, 0.2);
        left:0.133rem;
        top: 0.133rem;
        box-sizing: border-box;
   }
    .k-staff-box a:hover::after{
        content: "";
        display: block;
        width: 0.72rem;
        height: 0.907rem;
        background:url(../images/t_s_list_hover_bg@2x.png) no-repeat center center/0.72rem auto;
        position: absolute;
        right: 0.133rem;
        bottom: 0.133rem;
   }
    .k-detail-banner{
        height: 5.333rem;
   }
    .k-faculty-detail-banner{
        background: url(../images/moblie/list/top_bg_7@2x.jpg) no-repeat center center;
        background-size: cover;
   }
    .k-location{
        width: 100%;
        right: 0;
        top: 3.36rem;
        text-align: center;
        font-size: 0.32rem;
   }
    .k-detail-title{
        height: 1.333rem;
        line-height: 1.333rem;
        top: -1.333rem;
        font-size: 0.427rem;
   }
    .k-detail-title::before{
        background: url(../images/bg6.png) repeat center center/0.667rem auto;
   }
    .k-detail-title p::before{
        width: 0.8rem;
        height: 0.88rem;
        top: 0.213rem;
        left: 0.267rem;
        background: url(../images/moblie/list/page_3_topicon@2x.png) no-repeat center center/0.8rem auto;
   }
    .k-detail-title p::after{
        width: 0.8rem;
        height: 0.88rem;
        top: 0.213rem;
        right: 0.267rem;
        background: url(../images/moblie/list/page_3_topicon@2x.png) no-repeat center center/0.8rem auto;
   }
    .k-detail-box{
        padding:0 0.533rem 0.533rem;
        margin-top: -1.333rem;
   }
    .k-detail-box-faculty{
        justify-content: space-between;
   }
    .k-detail-box-faculty dl{
        width: 3.6rem;
        height: 5.893rem;
        margin-right: 0;
        margin-top: 0.533rem;
   }
    .k-detail-box-faculty dl dt{
        width: 3.6rem;
        height: 4.8rem;
   }
    .k-detail-box-faculty dl dt img{
        width: 100%;
        height: 100%;
   }
    .k-detail-box-faculty dl dd span{
        font-size: 0.32rem;
        line-height: 0.453rem;
        margin-top: 0.16rem;
   }
    .k-detail-box-faculty dl dd p{
        line-height: 0.373rem;
        font-size: 0.32rem;
        margin-top: 0.107rem;
   }
    .k-academic{
        justify-content: space-between;
   }
    .k-academic a{
        width: 3.867rem;
        height: 6.267rem;
        margin-right: 0;
        margin-bottom: 0.533rem;
   }
    .k-academic a span{
        width: 3.867rem;
        height: 5.653rem;
        padding: 0.133rem;
        background-color: #fff;
   }
    .k-academic a p{
        font-size: 0.32rem;
        line-height: 0.453rem;
        margin-top: 0.16rem;
   }
    .k-column-banner-past{
        background: url(../images/moblie/list/top_bg_8@2x.jpg) no-repeat center;
        background-size: cover;
   }
    .k-past-title{
        font-size: 0.32rem;
        margin: 0.533rem 0;
        line-height: 0.453rem;
        overflow: hidden;
   }
    .k-past{
        margin-top: -0.533rem;
   }
    .k-past-title span{
        padding:0 0.267rem;
        height: 0.453rem;
        line-height: 0.453rem;
   }
    .k-past-title span::before,.k-past-title span::after{
        top: 0.08rem;
   }
    .k-past-li a{
        height: 1.333rem;
        line-height: 1.333rem;
        padding-left: 0.533rem;
        font-size: 0.32rem;
        border-bottom: 1px solid rgba(234,228,209,.6);
   }
    .k-past-li a:first-child{
        border-top: 1px solid rgba(234,228,209,.6);
   }
    .k-past-li a:hover{
        padding-left: 0.8rem;
        color: #fff;
        background:rgba(56,125,57,1);
   }
    .k-past-li a:hover::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg6.png) repeat center center/0.667rem auto;
        opacity: .1;
   }
    .k-past-li a:hover::after{
        position: absolute;
        right: 0.32rem;
        top: 0.507rem;
        content: "";
        display: block;
        width: 0.32rem;
        height: 0.32rem;
        background: url(../images/faculty_arrow@2x.png) no-repeat center center/0.32rem auto;
   }
    .k-detail-box-past ul li:nth-child(1){
        width: 2.613rem;
   }
    .k-detail-box-past ul li:first-child{
        padding-left: 0.267rem;
   }
    .k-detail-box-past ul.title{
        height: 1.067rem;
        line-height: 1.067rem;
        font-size: 0.32rem;
   }
    .k-detail-box-past{
        padding-top: 0.533rem;
   }
    .k-detail-box-past ul li:nth-child(2),.k-detail-box-past ul li:nth-child(3){
        width: 2.56rem;
   }
    .k-detail-box-past ul li:nth-child(3) p{
        width: 2.56rem;
        overflow: hidden;
        text-align: left;
        height: 0.8rem;
        overflow: hidden;
   }
    .k-detail-box-past ul.con li:first-child{
        padding-left: 0.267rem;
        line-height: 0.8rem;
        font-size: 0.32rem;
   }
    .k-detail-box-past ul.con li:first-child::before{
        width: 0.027rem;
        height: 0.267rem;
        top: 0.507rem;
        left: 0;
   }
    .k-detail-box-past ul.con li{
        padding: 0.267rem 0;
   }
    .k-detail-box-past ul.con li:nth-child(2),.k-detail-box-past ul.con li:nth-child(3){
        line-height: 0.8rem;
        font-size: 0.32rem;
   }
    .k-news-detail-banner{
        height: 2.507rem;
   }
    .k-news-detail-banner .k-location{
        top: 2.027rem;
        text-align: right;
        padding:0 0.533rem;
        box-sizing: border-box;
   }
    .k-home{
        height: 1.6rem;
        margin-top: 0.267rem;
        padding-left: 2.133rem;
   }
    .k-home span{
        width: 2.133rem;
        height: 1.867rem;
        box-sizing: border-box;
        padding: 0 0 0 0.48rem;
        top: -0.267rem;
        font-size: 0.427rem;
        line-height: 0.48rem;
        background: url(../images/moblie/list/news_home_top@2x.png) no-repeat center top/2.133rem auto;
   }
    .k-home::before{
        background: url(../images/person_bg2.png) repeat center center/0.667rem auto;
   }
    .k-home a{
        width: 6.533rem;
        font-size: 0.427rem;
        line-height: 0.587rem;
        height: 1.6rem;
   }
    .news-index-list{
        display: block;
   }
    .news-detail-list .left{
        width: 100%;
   }
    .news-index-list.pc{
        display: none!important;
   }
    .news-index-list.moblie{
        display: block!important;
        background: none;
        height: auto;
   }
    .news-detail-list .left p a{
        height: 6rem;
   }
    .news-index-list .left img{
        width: 100%;
        height: 6rem;
   }
    .news-detail-list .left p span{
        width: 1.6rem;
        height: 0.587rem;
        line-height: 0.587rem;
        margin: 4.027rem 0 0 0.533rem;
        font-size: 0.32rem;
   }
    .news-detail-list .left p em{
        display: none;
   }
    .news-detail-list .left p b{
        font-size: 0.373rem;
        line-height: 0.533rem;
        height: 1.067rem;
        padding: 0.107rem 0.533rem 0 ;
   }
    .news-detail-list .right{
        width: 100%;
        margin-top: 0.267rem;
        background:url(../images/moblie/list/news_logo_rbg@2x.png) no-repeat 5.333rem 2.667rem/3.2rem auto #fff;
        height: 6.667rem;
        padding-right: 0;
        border-bottom: 2px solid #387D39;
   }
    .news-index-list .right .tips{
        height: 1.6rem;
        position: relative;
   }
    .news-detail-list .right .tips a{
        width: 100%;
        line-height: 0.453rem;
        font-size: 0.32rem;
        height: 0.907rem;
        box-sizing: border-box;
        padding: 0 0.267rem;
   }
    .news-detail-list .right .tips a span{
        font-size: 0.32rem;
        position: absolute;
        right: 0.267rem;
        bottom: -0.213rem;
        font-size: 0.32rem;
        opacity: .6;
   }
    .news-index-list .right .tips a::before{
        position: absolute;
        width: 0.027rem;
        height: 0.533rem;
        content: "";
        display: block;
        left: 0;
        top: 0.107rem;
        background-color: #387D39;
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
   }
    .k-hotspot{
        margin-top: 0.533rem;
        padding: 0.267rem 0 0.587rem;
   }
    .k-hotspot h3{
        font-size: 0.427rem;
        height: 0.587rem;
        line-height: 0.587rem;
        padding-left: 0.4rem;
        margin-bottom: 0.267rem;
   }
    .k-hotspot h3::before {
        position: absolute;
        left: 0;
        top: 0.027rem;
        width: 0.133rem;
        height: 0.533rem;
   }
    .k-hotspot-box{
        padding: 0 0.133rem;
        height: 2.133rem;
   }
    .k-hotspot-box dl{
        width: 100%;
        height: 2.133rem;
        padding: 0.267rem 0.133rem;
        box-sizing: border-box;
   }
    .k-hotspot-box dl dt{
        width: 2.4rem;
   }
    .k-hotspot-box dl dt img{
        width: 2.4rem;
        height: 1.6rem;
   }
    .k-hotspot-box dl dt div{
        width: 1.067rem;
        height: 0.8rem;
        left: -0.133rem;
        bottom: -0.133rem;
        line-height: 0.373rem;
        font-size: 0.32rem;
        padding: 0;
   }
    .k-hotspot-box dl dt div span{
        font-size: 0.32rem;
        line-height: 0.373rem;
   }
    .k-hotspot-box dl dd{
        width: 5.733rem;
   }
    .k-hotspot-box dl dd span{
        line-height: 0.533rem;
        height: 1.067rem;
        font-size: 0.32rem;
        margin-top: 0;
   }
    .k-hotspot-box dl dd p{
        display: none;
   }
    .k-page{
        margin-top: 0.8rem;
   }
    .k-page a{
        width: 0.693rem;
        height: 0.693rem;
        line-height: 0.693rem;
        font-size: 0.32rem;
        margin: 0 0.053rem;
   }
    .k-page span,.k-page input{
        display: none;
   }
    .k-page a.k-next,.k-page a.k-prev{
        background-size: 0.48rem auto;
   }
    .k-news-con{
        padding-bottom: 0.533rem;
   }
    .k-content{
        margin-top: 0.267rem;
        padding-top: 0.053rem;
   }
    .k-bg-green{
        width: 4rem;
        height: 5.333rem;
        top: 0;
        margin-left: 0;
        left: auto;
        right: 0;
   }
    .k-content::before{
        height: 0.053rem;
        width:calc(100% - 1.067rem);
        left: 0.533rem;
        top: 0.053rem;
   }
    .k-content .ffffff{
        background: url(../images/moblie/list/news_detail_bg@2x.png) no-repeat top center/100% auto #fff;
   }
    .k-content-box{
        display: block;
   }
    .k-content-title{
        font-size: 0.427rem;
        padding: 0.453rem 0.267rem 0.267rem;
        line-height: 0.587rem;
   }
    .k-content-title::before{
        width: 0.053rem;
        height: 0.533rem;
        top:0.48rem;
   }
    .k-content-tips{
        padding-left: 0.907rem;
   }
    .k-content-tips em{
        line-height: 0.373rem;
   }
    .k-content-tips em::before{
        width: 0.373rem;
        height: 0.373rem;
        left: -0.64rem;
        top: 0;
        background: url(../images/moblie/list/news_time_icon@2x.png) no-repeat center center/0.373rem auto;
   }
    .k-content-tips p{
        line-height: 0.373rem;
        margin-top: 0.133rem;
   }
    .k-content-box{
        padding-bottom: 0;
        margin-bottom: 0.533rem;
   }
    .k-content-box-left{
        width: 100%;
        margin-left: 0;
        font-size: 0.32rem;
        line-height: 0.587rem;
        padding: 0.267rem;
        box-sizing: border-box;
   }
    .k-content-box-left p{
        margin: 0.267rem 0;
   }
    .k-content-box-right{
        width: 100%;
        margin-right: 0;
        margin-top: 0.267rem;
        position: relative;
   }
    .k-content-box-right::before{
        width: 100%;
        height: 0.267rem;
        content: "";
        display: block;
        background: #f9f9f9;
        position: absolute;
        left: 0;
        top: -0.267rem;
   }
    .k-con-page{
        display: none;
   }
    .k-con-page-mb{
        display: block;
        border-top: 0.5px solid rgba(234,228,209,.5);
        margin-top: 0.267rem;
        line-height: 0.64rem;
        padding: 0.267rem 0 0;
        text-align: center;
        font-size: 0.32rem;
        font-weight: 600;
   }
    .k-con-page-mb a{
        height: 0.64rem;
        overflow: hidden;
   }
    .k-right-list{
        padding: 0.507rem 0 0.267rem;
   }
    .k-right-list h2{
        font-size: 0.427rem;
        margin: 0 0 0.267rem;
        line-height: 0.533rem;
        padding-left: 0.667rem;
   }
    .k-right-list::before{
        display: none;
   }
    .k-right-list h2::before{
        width: 0.133rem;
        height: 0.533rem;
        top: 0;
   }
    .k-right-list ul{
        padding: 0 0.267rem;
   }
    .k-right-list ul li{
        height: 1.6rem;
        padding: 0.373rem 0;
   }
    .k-right-list ul li span{
        width: 1.2rem;
        height: 0.853rem;
        line-height: 0.427rem;
        display: inline-grid;
   }
    .k-right-list ul li span b{
        font-size: 0.32rem;
        line-height: 0.373rem;
        position: relative;
        top: 0.053rem;
       /* top: -0.08rem;
        */
   }
    .k-right-list ul li span em{
        font-size: 0.32rem;
       /* top: -0.24rem;
        */
   }
    .k-right-list ul li p{
        height: 0.853rem;
        line-height: 0.427rem;
        font-size: 0.32rem;
        width: 6.933rem;
        padding-right: 0.133rem;
        box-sizing: border-box;
   }
    .k-right-pic img{
        margin-top: 0;
   }
    .k-right-pic{
        padding: 0.267rem 0 0;
        background: #f9f9f9;
   }
    .k-share{
        right: auto;
        margin-right: 0;
        left: 0;
        top: 5.28rem;
        position: fixed;
        z-index: 1000;
   }
    .k-share a{
        width: 0.64rem;
        height: 0.64rem;
        background-size: 0.427rem auto!important;
   }
    .go-top{
        width: 0.8rem;
        height: 0.8rem;
        background-size: 0.8rem auto;
   }
    .slide_img{
        height: auto;
   }
    .Banner .flexslider .slides img{
        height: auto;
        width: 100%;
   }
    .fix-top{
        padding-top: 0;
   }
    .header{
        position: relative!important;
   }
    .news-index{
        padding-top: 0;
   }
    .fix-body .w1200{
        padding: 0 0.533rem;
        box-sizing: border-box;
   }
    .whole-h2{
        padding: 0.56rem 0;
        background: url(../images/moblie/home_title_bg1@2x.png) no-repeat left center/auto 1.28rem;
   }
    .whole-h2 .title{
        padding-bottom: 0.16rem;
   }
    .whole-h2 .title::after{
        height: 0.107rem;
        width: 0.8rem;
   }
    .whole-h2 .title em{
        font-size: 0.32rem;
        height: 0.373rem;
        line-height: 0.373rem;
   }
    .whole-h2 .title span{
        height: 0.747rem;
        line-height: 0.747rem;
        font-size: 0.533rem;
   }
    .whole-h2 .more::before{
        width: 0.427rem;
        height: 0.427rem;
        left: -0.427rem;
        background: url(../images/moblie/more_icon@2x.png) no-repeat center center/0.427rem auto;
   }
    .whole-h2 .more{
        width: 1.2rem;
        height: 0.427rem;
        line-height: 0.427rem;
        position: relative;
        top: 0.053rem;
   }
    .news-index{
        height: 16rem;
        background: url(../images/moblie/news_bg@2x.png) no-repeat center;
        background-size: cover;
   }
    .notice-index{
        padding-bottom: 0.533rem;
        background: rgba(234,228,209,.2);
   }
    .notice-index-banner{
        margin-top: 0.533rem;
   }
    .notice-index-banner img{
        width: 100%;
   }
    .notice-index-list{
        display: block;
   }
    .notice-index-list a{
        width: 100%;
        height: 1.6rem;
        background: #fff;
        margin-top: 0.267rem;
        padding: 0.267rem;
        position: relative;
   }
    .notice-index-list a:nth-child(2)::before,.notice-index-list a:nth-child(2)::after{
        display: none;
   }
    .notice-index-list a span{
        font-size: 0.373rem;
        height: 1.067rem;
        line-height: 0.533rem;
        margin-top: 0;
        width: 100%;
   }
    .notice-index-list a em{
        position: absolute;
        bottom: 0.133rem;
        right: 0.267rem;
        font-size: 0.32rem;
   }
    .notice-index-top{
        height: 1.867rem;
        padding: 0.133rem 0.267rem 0.24rem;
        overflow: hidden;
   }
    .notice-index-top::before{
        height: 1.867rem;
        width: 0.053rem;
   }
    .notice-index-top a{
        font-size: 0.373rem;
        height: 0.533rem;
        line-height: 0.533rem;
        padding-right: 0;
   }
    .notice-index-top p{
        height: 0.853rem;
        line-height: 0.427rem;
        font-size: 0.32rem;
        margin-top: 0.107rem;
   }
    .notice-index-top span{
        font-size: 0.32rem;
        right: 0;
        top: 1.2rem;
        display: none;
   }
    .research-index .whole-h2{
        background: url(../images/moblie/home_title_bg1@2x.png) no-repeat left center/auto 1.28rem;
   }
    .research-index-list dl:nth-child(5), .research-index-list dl:nth-child(6), .research-index-list dl:nth-child(7), .research-index-list dl:nth-child(8){
        display: none;
   }
    .research-index{
        height: 11.733rem;
        background: url(../images/moblie/research_bg@2x.jpg) no-repeat center;
        background-size: cover;
   }
    .research-index-list dl{
        width: 4.267rem;
        height: 4.133rem;
        margin: 0 0 0.4rem 0;
   }
    .research-index-list{
        justify-content: space-between;
   }
    .research-index-list dl dt{
        width: 100%;
        height: 2.933rem;
   }
    .research-index-list dl dt img{
        width: 100%;
        height: 100%;
   }
    .research-index-list dl dd{
        height: 1.2rem;
        padding: 0.133rem 0.267rem;
   }
    .research-index-list dl dd a span{
        height: 0.907rem;
        line-height: 0.453rem;
        font-size: 0.32rem;
   }
    .research-index-list dl dd a p{
        display: none;
   }
    .campus-index{
        height: 12.8rem;
        background: url(../images/moblie/campus_bg@2x.jpg) no-repeat center;
        background-size: cover;
   }
    .campus-swiper .swiper-slide{
        width: 7.467rem;
   }
    .campus-swiper dl dt img,.campus-swiper dl dt{
        width: 7.467rem;
        height: 5.6rem;
   }
    .campus-swiper dl dd{
        height: 1.813rem;
        padding: 0.267rem;
        box-sizing: border-box;
        font-size: 0.427rem;
        line-height: 0.64rem;
   }
    .campus-swiper{
        padding-top: 0.267rem;
   }
    .campus-swiper .swiper-button-next, .campus-swiper .swiper-button-prev{
        width: 1.067rem;
        height: 1.067rem;
        margin-top: 0.8rem;
   }
    .campus-swiper .swiper-button-prev, .campus-swiper .swiper-container-rtl .swiper-button-next{
        left: 50%;
        margin-left: -1.333rem;
        background: url(../images/left_arrow@2x.png) no-repeat center center/1.067rem auto;
   }
    .campus-swiper .swiper-button-next, .campus-swiper .swiper-container-rtl .swiper-button-prev {
        right: 50%;
        margin-right: -1.333rem;
        background: url(../images/right_arrow@2x.png) no-repeat center center/1.067rem auto;
   }
    .person-index .whole-h2.pc{
        display: none;
   }
    .person-index .whole-h2.moblie{
        display: flex;
   }
    .person-index{
        height: 21.2rem;
   }
    .person-index-list dl{
        width: 4.267rem;
        height: 6.667rem;
   }
    .person-index-list div{
        display: block;
        position: relative;
        margin-top: 0.533rem;
        height: 13.733rem;
   }
    .person-tab{
        display: flex;
        justify-content: center;
        margin-top: 0.267rem;
   }
    .person-tab a{
        height: 1.067rem;
        font-size: 0.373rem;
        box-sizing: border-box;
        padding:0.213rem 0 0.347rem;
        line-height: 0.507rem;
        -webkit-transition: none;
        transition: none;
        margin: 0 0.533rem;
   }
    .person-tab a::after{
        -webkit-transition: none;
        transition: none;
   }
    .person-tab a.hov::after{
        width: 0.533rem;
        height: 0.053rem;
        left: 50%;
        margin-left: -0.267rem;
        bottom: 0.187rem;
   }
    .person-tab a.hov{
        background: url(../images/moblie/person_logo_rbg@2x.png) no-repeat center center/1.067rem auto;
        -webkit-transition:none;
        transition:none;
   }
    .person-index::before{
        height: 13.867rem;
   }
    .person-index::after{
        height: 13.867rem;
        background: url(../images/bg6.png) repeat center center/1.333rem auto;
        opacity: .02;
   }
    .person-icon2,.person-icon1,.person-icon3,.person-icon5{
        display: none;
   }
    .person-index-list dl:nth-child(1){
        top: 7.067rem;
        position: absolute;
        left: 0;
   }
    .person-index-list dl:nth-child(3){
        top: 7.067rem;
        position: absolute;
        right: 0;
   }
    .person-index-list dl:nth-child(2){
        top: 0;
        margin: 0;
        position: absolute;
        right: 0;
        width: 100%;
        height: auto;
   }
    .person-index-list dl dd{
        height: 1.44rem;
        box-sizing: border-box;
        display: flex;
        padding: 0.267rem;
        line-height: 0.453rem;
   }
    .person-index-list dl dd a{
        font-size: 0.32rem;
        height: 0.907rem;
        display: block;
        overflow: hidden;
   }
    .person-index-list dl:nth-child(2) dd{
        height: 1.6rem;
        line-height: 0.533rem;
        padding: 0.267rem;
   }
    .person-index-list dl:nth-child(2) dd a{
        font-size: 0.373rem;
        height: 1.067rem;
   }
    .person-index-list p{
        margin-top: 1.067rem;
        display: flex;
        justify-content: center;
   }
    .person-index-list p a{
        width: 2.667rem;
        height: 1.067rem;
        line-height: 1.067rem;
        font-size: 0.32rem;
   }
    .person-icon4{
        width: 2.133rem;
        height: 2.133rem;
        background: url(../images/moblie/person_logo_rbg2@2x.png) no-repeat center center/2.133rem auto;
        margin-left: -1.067rem;
        bottom: 0.587rem;
   }
    .video-index .whole-h2::before{
        display: none;
   }
    .video-index-con{
        width: 100%;
        padding: 0 0.533rem;
        display: block;
        box-sizing: border-box;
   }
    .video-index-con .left{
        width: 100%;
        height: auto;
   }
    .video-index-con .left::before{
        width: 2.667rem;
        height: 2.667rem;
        background: url(../images/video_play_btn@2x.png) no-repeat center center/2.667rem auto;
        margin-top: -1.333rem;
        margin-left: -1.333rem;
   }
    .video-index-con .right{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
   }
    .video-index-con img{
        width: 100%;
   }
    .video-index-con .left img{
        opacity: .6;
   }
    .video-index-con .right p{
        width: 4.4rem;
        height: auto;
        margin-top: 0.133rem;
   }
    .video-index{
        padding-bottom: 0.533rem;
   }
    .media-index{
        height: 13.067rem;
        background: url(../images/moblie/media_bg@2x.jpg) no-repeat center center;
        background-size: cover;
   }
    .media-index-con .color2,.media-index-con .color3,.media-index-con .color4,.media-index-con .color6,.media-index-con .color7,.media-index-con .color9,.media-index-con .color10{
        display: none;
   }
    .media-index-con .left, .media-index-con .right{
        width: 100%;
        height: auto;
        display: block;
   }
    .media-index-con{
        display: block;
        position: relative;
   }
    .media-index-con .t1, .media-index-con .t3, .media-index-con .t1 dt, .media-index-con .t3 dt, .media-index-con .t2, .media-index-con .t1 img, .media-index-con .t3 img{
        width: 4.4rem;
        height: auto;
   }
    .media-index-con .t4, .media-index-con .t4 img{
        width: 100%;
        height: auto;
   }
    .media-index-con .color5{
        margin-top:0.133rem;
   }
    .media-index-con .color8{
        position: absolute;
        right: 0;
        top: 0;
   }
    .media-index-con .t3 .bsite{
        width: 0.853rem;
        height: 0.853rem;
        display: inline-block;
        background: url(../images/bilibili_icon_big@2x.png) no-repeat center center/0.853rem auto;
        margin-right: 0;
   }
    .media-index-con dl.t3 dd a span{
        font-size: 0.373rem;
        height: 0.533rem;
        line-height: 0.533rem;
        margin: 0.133rem 0 0 0;
        display: block;
        width: 100%;
   }
    .media-index-con dl dd{
        padding: 0.267rem;
   }
    .media-index-con .color8 dd{
        padding: 1.067rem 0.533rem;
   }
    .media-index-con .color8 dd a{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
   }
    .media-index-con dl dd a em{
        font-size: 0.32rem;
        height: 0.373rem;
        line-height: 0.373rem;
   }
    .media-index-con dl.color1 dd a span{
        font-size: 0.32rem;
        margin: 0.107rem 0 0.293rem;
        line-height: 0.453rem;
        height: auto;
        max-height: 0.907rem;
   }
    .media-index-con dl.color1 dd a p,.media-index-con dl.color5 dd a p{
        height: 0.427rem;
        line-height: 0.427rem;
        font-size: 0.32rem;
   }
    .media-index-con .t1 .sina{
        margin-right: 0.107rem;
        width: 0.427rem;
        height: 0.427rem;
        background: url(../images/moblie/sina_icon_small@2x.png) no-repeat center center/0.427rem auto;
   }
    .media-index-con dl.color5 dd a span{
        height: 0.907rem;
        line-height: 0.453rem;
        font-size: 0.373rem;
        margin: 0.107rem 0 0.293rem;
   }
    .media-index-con .t4 .weixin{
        margin-right: 0.107rem;
        width: 0.427rem;
        height: 0.427rem;
        background: url(../images/moblie/wechat_icon_small@2x.png) no-repeat center center/0.427rem auto;
   }
    .slide_bg{
        padding-bottom: 1.013rem;
        font-size: 0.373rem;
        line-height: 0.533rem;
   }
    .Banner .flex-control-nav{
        bottom: 0.267rem;
        display: flex;
        justify-content: center;
   }
    .flex-control-nav li{
        margin:0 0.133rem;
   }
    .flex-control-paging li a{
        width: 0.213rem;
        height: 0.213rem;
        border-radius: 0.213rem;
   }
    .special-index-con{
        display: block;
   }
    .special-index-con dl{
        width: 100%;
        height: 1.333rem;
        margin-top: 0.133rem;
   }
    .special-index-con dl dt, .special-index-con dl dt img{
        width: 100%;
        height: auto;
   }
    .special-index-con dl dd{
        width:100%;
        height: 1.333rem;
        line-height: 1.333rem;
        padding: 0 0.267rem;
   }
    .special-index-con dl dd a{
        font-size: 0.373rem;
   }
    .special-index-con dl:nth-child(1) dd{
        background: rgba(111,194,231,1);
   }
    .special-index-con dl:nth-child(2) dd{
        background: rgba(149,54,36,1);
   }
    .special-index-con dl:nth-child(3) dd{
        background: rgba(62, 88, 62,1);
   }
    .special-index-con dl:nth-child(4) dd{
        background: rgba(243,197,23,1);
   }
    .special-index-con dl:nth-child(5) dd{
        background: rgba(190,138,67,1);
   }
    .special-index-con dl:nth-child(6) dd{
        background: rgba(230,132,179,1);
   }
    .special-index-con dl:nth-child(7) dd{
        background: rgba(46,68,129,1);
   }
    .special-index-con dl:nth-child(8) dd{
        background: rgba(208,196,158,1);
   }
    .special-index-con dl dt{
        display: none;
   }
    .special-index-con dl:nth-child(1) dt{
        display: block;
   }
    .special-index-con dl:nth-child(1){
        height: auto;
   }
   .k-leader-cw{
        height: 2.667rem;
        background: url(../images/dwcw_bg@2x.png) no-repeat 3.387rem bottom/4.747rem auto rgba(234,228,209,0.25);
        border-radius: 0.107rem;
        margin-top: 0;
        padding:0.24rem 0 0 0.933rem;
    }
    .k-leader-cw::before{
        width: 0.533rem;
        height: 2.667rem;
        background: url(../images/dwcw_left@2x.png) no-repeat center center/0.533rem auto;
    }
    .k-leader-cw h4{
        font-size: 0.427rem;
        line-height: 0.587rem;
        font-weight: 600;
    }
    .k-leader-cw p{
        font-size: 0.32rem;
        line-height: 0.587rem;
        margin-top: 0.213rem;
    }
    .k-leader-cw p span{
        margin-right: 0.4rem;
    }
    .k-shadow .k-dialog{
        width: calc(100% - 1.067rem);
        height: calc(100% - 2.667rem);
   }
    .k-dialog img, .k-dialog video {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
   }
    .k-dialog .k-close{
        width: 1.067rem;
        height: 1.067rem;
        line-height: 1.067rem;
        font-size: 0.373rem;
        border-radius: 1.067rem;
        right: -0.267rem;
        top: 0;
   }
/*otaek修改*/
    .k-dialog .k-close-audio{
        width: 1.067rem;
        height: 1.067rem;
        line-height: 1.067rem;
        font-size: 0.373rem;
        border-radius: 1.067rem;
        right: -0.267rem;
        top: 0;
   }

    .k-video-list ul, .k-pic-list ul{
        padding-top: 0.533rem;
   }
    .k-leader-tab{
        margin-top: 0;
   }
    .k-detail-box{
        padding-top: 0.267rem;
   }
    .k-pic-list li{
        margin-right: 0.259rem;
        width: calc(50% - 0.133rem);
        margin-top: 0.267rem;
   }
    .k-video-list a, .k-pic-list a {
        display: flex;
   }
    .k-pic-list li:nth-child(2n){
        margin-right: 0;
   }
    .k-pic-list li img{
        width: 100%;
        height: auto;
        margin-top: 0;
        display: inline-block;
   }
    .k-video-list li{
        margin-right: 0.259rem;
        width: calc(50% - 0.133rem);
   }
    .k-video-list li a{
        display: block;
   }
    .k-video-list li:nth-child(3n){
        margin-right: 0.259rem;
   }
    .k-video-list li:nth-child(2n){
        margin-right: 0!important;
   }
    .k-video-list li img{
        width: 100%;
        height: auto;
        margin-top: 0;
   }
    .k-video-list a::before{
        width: 1.333rem;
        height: 1.333rem;
        left: 50%;
        margin-left: -0.667rem;
        top: 50%;
        margin-top: -1.12rem;
        background: url(../images/video_play_btn@2x.png) no-repeat center center/1.333rem auto;
   }
    .k-video-list a::after{
        display: none;
   }
    .k-video-list li span{
        padding: 0.133rem 0 0.267rem;
        font-size: 0.32rem;
        height: 0.533rem;
        line-height: 0.533rem;
    } 
}