@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: "x-sisong";
    src: url(../css/SOURCEHANSERIFCN-MEDIUM.OTF);
    font-weight: normal;
    font-style: normal;
}

.wrap {
    margin: 0px auto 0px auto;
    width: 94%
}

.bsbg {
    max-width: 1300px;
    background: #fff;
    width: 95%;
    margin: 25px auto;
}

.conbox {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.section1 {
    background: url(../images/banner.png) no-repeat center top;
    background-size: cover;
    padding-bottom: 80px;
}

/*top*/

.top {
    width: 100%;
    background: #88000c;
    text-align: right;
    padding: 11px 0;
}

.top a,
.top i {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    height: 21px;
    line-height: 17px;
    cursor: pointer;
}

.top a:last-child {
    padding-right: 25px;
    position: relative;
}

.top a:last-child:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.searchbtn {
    float: right;
    display: block;
    width: 36px;
    height: 36px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    line-height: 36px;
    background: rgba(255, 255, 255, .2);
    text-align: center;
    margin-left: 15px;
    margin-top: 50px;
    position: relative;
    z-index: 9;
}

.searchbtn img {
    vertical-align: middle;
    cursor: pointer;
}

.searhbox01 {
    height: 60px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px;
    width: 355px;
    border-radius: 5px;
    position: absolute;
    top: 95px;
    right: 0;
    z-index: 50;
    display: none;
}

.searhbox01 .text {
    width: calc(100% - 65px);
    background: #fff;
    padding: 0 10px;
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.searhbox01 .btn {
    width: 45px;
    height: 42px;
    float: right;
    cursor: pointer;
}

.searhbox01 .btn svg {
    vertical-align: middle;
}

.header {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 99;

}

.head {
    /* width: 1560px; */
    z-index: 99;
    /* margin: 0 auto; */
    /* max-width: 95%; */
    position: relative;
}

.head .eng {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-left: 16px;
    font-size: 18px;
    margin-top: 50px;
}

.logo {
    float: left;
    transition: .3s;
    width: 480px;
    padding: 35px 0;
}

.logo a {
    display: inline-block;
}

.logo i {
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #fff;
    vertical-align: middle;
    margin: 0 20px;
    color: #fff;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
}

.logo span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    /* padding-left: 15px; */
    /* margin-top: 10px; */
}

.headr {
    float: right;
    padding-top: 12px;
}

.headr .ce {
    float: right;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    line-height: 40px;
    vertical-align: middle;
    background: url(../images/cnicon.png) no-repeat left center;
    padding-left: 35px;
    font-size: 16px;
    color: #333;
}

.headr .ce a {
    color: #fff;
}

.head-links a.kdhome {
    background: url(../images/home.png) left center no-repeat;
}

.search {
    width: 275px;
    float: right;
    border: 1px solid #fff;
    position: relative;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -o-border-radius: 19px;
    overflow: hidden;
}

.search .ss {
    width: calc(100% - 65px);
    height: 37px;
    padding-left: 10px;
    line-height: 37px;
    background: transparent;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
}

.search .ssbtn {
    width: 50px;
    height: 37px;
    background: url(../images/ssbtn.png) no-repeat center center;
    vertical-align: middle;
    cursor: pointer;
}


/*导航*/

.nav {
    position: relative;
    float: right;
    width: calc(100% - 660px);
}

li.yiji_nav {
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
}

a.yiji_nav {
    position: relative;
    display: block;
    padding: 0 20px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    float: left;
    margin-left: 0px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

li.yiji_nav:hover .yiji_nav {
    font-weight: bold;
    color: #FF981D;
}

li.yiji_nav .yiji_nav::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 3px;
    background: #FF981D;
    bottom: 45px;
    display: none;
}

li.yiji_nav:hover .yiji_nav::after {
    display: block;
}

.select_box li.yiji_nav,
.select_box .more_ul li a,
.select_box a.yiji_nav {
    height: auto !important;
    padding: 7px 10px;
    line-height: 30px !important;
    font-size: 15px;
}

.select_box li.yiji_nav {
    padding: 0;
}

.select_box li.yiji_nav a:hover {
    background: rgb(255 152 29);
    border-bottom: 0;
}

li.erji_nav:hover a.erji_nav,
a.erji_nav:hover {
    color: #fff;
    background: rgb(255 152 29);
}

.more_ul li.yiji_nav:hover:before,
.more_ul li.yiji_nav:hover:after {
    display: none;
}


/* 这是控制菜单显示与隐藏的重点 */

a.yiji_nav:hover ul.erji_nav,
li.yiji_nav:hover ul.erji_nav {
    visibility: visible;
}

a.erji_nav {
    display: block;
    text-align: center;
    line-height: 26px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

#menu {
    width: calc(100% - 45px);
    float: left;
}

#menu.on>ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#menu ul {
    width: 100%;
}

ul.erji_nav {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999
}

li.erji_nav {
    position: relative;
    /* 这里把第二级菜单项设成相对定位，以使得它包含的三级菜单相对它自己定位 */
    left: 0px;
    top: 0px;
}

.more_ul {
    width: 200px;
    height: auto;
    position: absolute !important;
    position: absolute;
    z-index: 999;
    top: 40px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.more_ul li {
    width: 100%;
}

.more_ul li a.yiji_nav {
    display: block;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    color: #fff;
}

.more_ul li a.yiji_nav::after {
    display: none !important;
}

.more_ul li a.yiji_nav:hover {
    background: rgb(255 152 29);
    color: #fff;
}

.select_box {
    position: absolute;
    right: 0;
    top: 39%;
    /* transform: translateY(-42%); */
    width: 36px;
    height: 36px;
    text-align: center;
    float: right;
    /* margin-top: 50px; */
}

.select_box i {
    display: block;
    line-height: 70px;
    width: 80px;
    float: left;
    color: #3156a3;
    font-size: 18px;
}

.select_box span {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    float: left;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    display: block;
    background: rgba(255, 255, 255, .2);
    font-size: 18px;
}

.select_box span img {
    display: inline-block;
    text-align: center;
    /* width: 27px; */
    vertical-align: middle;
}


/*手机导航*/

.mob {
    display: none;
}

.nav-icon {
    width: 42px;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 35px;
    display: none;
    border-radius: 5px;
}

.nav-icon img {
    vertical-align: middle;
}

#navbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    display: none;
    z-index: 999
}

.navlist {
    position: fixed;
    right: -1024px;
    top: 0;
    background: #274DB6;
    width: 80%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: -5px 0 13px rgba(0, 0, 0, .43);
}

.mob_link {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
}

.mob_link .link_l {
    float: left;
    line-height: 30px;
}

.mob_link .link_l a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.mob_link .link_l a.kdhome {
    background: url(../images/home.png) left center no-repeat;
}

.mob_link .closebtn {
    float: right;
    cursor: pointer
}

.mob_list {}

.js_mob {
    padding: 10px 12px;
    /* background: #8c0d0d; */
}

.search-input {
    border: 1px solid #fff;
    height: 35px;
}

.search-input:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.search-input input {
    width: calc(100% - 62px);
    float: left;
    background: none;
    outline: none;
    border: 0;
    padding-left: 20px;
    line-height: 32px;
    color: #fff;
}

.search-input button {
    width: 40px;
    height: 33px;
    float: right;
    background: none;
    outline: none;
    border: 0
}

.search-input button img {
    width: 18px;
}

.mob_list li {
    line-height: 50px;
    font-size: 16px;
    text-indent: 20px;
    position: relative;
    cursor: pointer;
    border-bottom: #fff;
}

.search-input input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.search-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.search-input input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.mob_list li a {
    color: #fff;
    width: 85%;
    display: block
}

.mob_list li i {
    display: block;
    width: 17px;
    height: 17px;
    z-index: 122;
    position: absolute;
    right: 10px;
    top: 17px;
    background: url(../images/jtx.png) center center no-repeat;
    background-size: 17px
}

.mob_list li i.icon {
    background: url(../images/jts.png) center center no-repeat;
    background-size: 17px
}

.mob_list li .ejnav {
    display: none
}

.mob_list li .ejnav li {
    width: 100%;
    border: 0;
    line-height: 45px;
    font-size: 14px;
    background: #375cc5;

}

.mob_list li .ejnav li:last-child {
    border-bottom: 0;
}

.mob_list li .ejnav li a {
    width: 100%;
}

.open {
    right: 0
}

.banner {
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
}

.banner .slick-dots li {
    width: 20px;
    height: 5px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots li.slick-active {
    background: #274DB6;
    width: 30px;
}

.banner .slick-slide img {
    width: 100%;
}


/*个人信息*/

.part01 {
    background: url(../images/profilebg.png) no-repeat right top;
    padding-bottom: 40px;
    position: relative;
}

.part01:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 364px;
    height: 482px;
    background: url(../images/bwpng.png) no-repeat;
}

.introbox {
    position: relative;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    margin-top: 60px;
    padding-bottom: 55px;
    /* overflow: hidden; */
    background: url(../images/s1-bg.png) no-repeat right bottom;
    border-radius: 100px 0 100px 0;
    background-size: auto 100%;
    display: flex;
}

.introbox::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    bottom: 55px;
    width: 200px;
    background: rgba(255, 255, 255, .1);
    border-radius: 93px 0 0 0;
}

.introbox::after {
    content: "";
    position: absolute;
    left: -44px;
    top: 0;
    bottom: 75px;
    width: 200px;
    background: rgba(255, 255, 255, .1);
    border-radius: 95px 0 0 0;
}

.introbox .esse {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #98be97;
    margin-top: 50px;
}

.tit_in.tit {
    padding-left: 30px;
    margin-top: 26px;
    font-size: 20px;
    color: #274DB6;
    width: 50%;
    background: url(../images/tit-icon1.png) no-repeat left center;
}

.tit_in.tit a {
    font-size: 14px;
    color: #0A58A6;
    padding-right: 15px;
    background: url(../images/s1-more.png) no-repeat right center;
}

.tit_in.tit a:hover {
    color: #FF981D;
}

.name {
    display: flex;
    padding-top: 45px;
    /* margin-top: 50px; */
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #274DB6;
}

.name h1 {
    font-size: 30px;
    display: block;
    font-weight: bold;
    position: relative;
    z-index: 5;
    color: #274DB6;
    /* padding-left: 30px; */
    text-align: left;
}

.name h1 span {
    display: inline-block;
    margin-left: 14px;
    font-weight: normal;
    padding: 0 15px;
    font-size: 14px;
    color: #274DB6;
    line-height: 24px;
    border: 0.5px solid #BECFFF;
    background: #EAEFFF;
    border-radius: 14px;
}

.name p {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}

.name .zan {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: #274DB6;
    background: url(../images/zan.png) no-repeat left center;
    cursor: pointer;
}
.name .zan span{
    display: inline-block;
    width: 18px;
}

.name .zan::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    width: 40px;
    height: 3px;
    background: #274DB6;
}

.name h1 svg,
.name span svg {
    margin-right: 10px;
    vertical-align: middle;
}

.contact {
    position: relative;
    margin-top: 15px;
}

.contact h1 {
    font-size: 20px;
    border-left: 3px solid #a5262b;
    padding-left: 10px;
    color: #333;
    margin-bottom: 8px;
}

.contact .xx_lx {
    display: block;
}

.contact p {
    margin: 6px 0;
    font-size: 16px;
    color: #333;
    opacity: .79;
}

.contact p b {
    font-weight: normal;
}

.contact span {
    display: inline-block;
    width: 32.333%;
    text-align: center;
    background: url(../images/xline.png) no-repeat right center;
}

.contact span b {
    display: inline-block;
    width: 25px;
    height: 27px;
    vertical-align: middle;
    margin-right: 10px;
}

.contact span:last-child {
    background: none;
}

.introbox .photobox {
    text-align: center;
    width: 380px;
    position: relative;
    z-index: 5;
    float: left;
    margin-right: 90px;
    border-radius: 90px 0 0 0;
    overflow: hidden;
}

.introbox .photobox span {
    padding-top: 138%;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 6;
}

.introbox .photobox .intro-tp {
    position: relative;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    /* padding: 30px; */
    padding-top: 0;
}

.art-jj {
    margin-top: 80px;
}

.art-jj .tit_in {
    position: relative;
    background: url(../images/tit-icon2.png) no-repeat left 6px;
}

.art-jj .tit_in::after {
    content: "";
    position: absolute;
    left: 118px;
    width: auto;
    right: 0;
    /* width: 100%; */
    top: auto;
    bottom: 5px;
    height: 7px;
    background: url(../images/tit-bg.png) no-repeat right center;
    background-size: 100% auto;
}



.teacherimg {
    width: 198px;
    height: 252px;
    margin: 0 auto;
    background: #98be97;
    position: absolute;
    right: -22px;
    top: 30px;
}

.teacherimg span {
    width: 198px;
    height: 252px;
    line-height: 250px;
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
}

.introbox .photobox img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s;
}


/*首页个人简介*/

.brief {
    position: relative;
    float: right;
    width: calc(100% - 470px);
    padding-right: 90px;
}

.brief .present {
    font-size: 15px;
    line-height: 30px;
    color: #222;
    width: 85%;
}

.brief .present h1 {
    font-size: 24px;
    color: #991019;
    background: url(../images/xline.png) repeat-x left bottom;
    height: 60px;
    line-height: 60px;
}

.brief .present p {
    line-height: 26px;
    margin-top: 15px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brief .present.ny {
    width: 100%;
}

.brief .data {
    font-size: 0;
}

.rwxx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brief .data ul {

    width: 48%;
}

.brief .data ul.dz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brief .data ul.dz li {
    width: 46%;
    display: flex;
    align-items: center;
/*    cursor: pointer;*/
}

.brief .data ul.dz li .icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 0.5px solid #BECFFF;
    background: #EAEFFF;
    border-radius: 50%;
}

.brief .data ul.dz li .icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 42px;
}

.brief .data ul.dz li:hover .icon {
    border: 0.5px solid #FFDDBE;
    background: #FFF6EA;
}

.brief .data ul.dz li .icon img.s1-tb-other {
    display: none;
}

.brief .data ul.dz li:hover .icon img.s1-tb {
    display: none;
}

.brief .data ul.dz li:hover .icon img.s1-tb-other {
    display: inline-block;
}

.brief .data ul.dz li .txt {
    flex: 1;
    min-width: 0;
    padding-left: 12px;
}

.brief .data ul.dz li .txt p {
    font-size: 16px;

    line-height: 25px;

    color: #666666;
}

.brief .data ul.dz li:hover .txt p {
    color: #FF981D;
}

.tit_in {

    position: relative;

    /* background: #fbf3f4; */

    /* line-height: 60px; */

    padding-left: 46px;

    z-index: 6;
}

.tit_in h2 {
    display: inline-block;
    font-size: 32px;
    color: #000;
    /* background: #fff; */
}

.tit_in h2 p {
    padding-top: 10px;
}

.tit_in span {
    display: block;
    font-size: 12px;
    color: #999999;
    line-height: 1;
    text-transform: uppercase;
    /* background: #fff; */
    font-family: "x-sisong";
}

.tit_in .more {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    line-height: 28px;
    background: #fff;
    border-radius: 5px;
}

.tit_in .more a {
    display: block;
    position: static;
}

.tit_in a {
    position: absolute;
    right: 35px;
    top: 0;
    font-size: 16px;
    color: #a42227;
    font-weight: normal;
    text-transform: uppercase;
}


.brief .data p {
    line-height: 36px;
}

.brief .data ul {
    /* padding-top: 15px; */
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #e5e5e5; */
}

.brief .data li {
    width: 100%;
    /* float: left; */
    font-size: 16px;
    margin: 18px 0;
    color: #3D3D3D;
}

.brief .more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    color: #4b9a7b;
    font-size: 36px;
    width: 0;
    height: 0;
    border-right: 75px solid #f5a624;
    border-top: 75px solid transparent;
}

.brief .more a {
    font-size: 16px;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    bottom: 16px;
    right: -77px;
    color: #fff;
}

.s_bif {
    margin-top: 0;
}


/*教育经历*/

.edu {
    width: 48.5%;
}

.edu .tit {

    position: relative;
    font-size: 24px;
    color: #ffffff;
    padding-left: 50px;
    line-height: 60px;
    z-index: 6;
}

.edu .tit::after {
    content: "";
    position: absolute;
    width: 210px;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/tit-jy-bg.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
}

.edu.fl {
    margin-top: 50px;
}

.edu .tit a,
.part_tit a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #a5262b;
    font-weight: normal;
}

.edu .tit a:hover {
    font-weight: bold;
}


/*内容区*/

.contain {
    width: calc(100% - 380px);
    float: right;
    padding: 0px;
}

.itembox {}

.part_tit {
    /* background: #fbf3f4 url(../images/xxbg_red.png) repeat-x left bottom; */
    position: relative;
    padding-left: 50px;
    line-height: 60px;
    z-index: 6;
    /* margin: -25px -60px 0 -60px; */
}

.part_tit::after {
    content: "";
    position: absolute;
    width: 210px;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../images/tit-jy-bg.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
}

.part_tit h1 {
    font-size: 24px;
    color: #ffffff;
}

.account-nr::-webkit-scrollbar {
    width: 3px;
    height: 10px
}

.account-nr::-webkit-scrollbar-track {
    background: #EDEDED;

}

.account-nr::-webkit-scrollbar-thumb {
    background: #274DB6;

}


.bkbox {
    border: 1px solid #dbe5ee;
    padding: 25px;
    margin-top: 25px;
    border-radius: 10px;
}

.account {
    margin-top: 40px;
    border: 1px solid #C8C8C8;
    padding: 25px 30px;

}

.account-nr {
    max-height: 300px;
    overflow-y: auto;
}

.account p {
    font-size: 16px;
    color: #3D3D3D;
    /* text-indent: 2em; */
    line-height: 26px;
    margin-bottom: 20px;
}

.leftbox {
    float: left;
    width: calc(100% - 400px);
    padding-right: 30px;
    margin-top: -40px;
}


/*首页论文成果*/
.section2 {
    padding-top: 80px;
    background: url(../images/sect2-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    overflow: hidden;
}

.research .edu.fl .tit_in {
    position: relative;
    background: url(../images/tit-icon3.png) no-repeat left 6px;
}

.research .edu.fl .tit_in::after {
    content: "";
    position: absolute;
    left: 118px;
    width: auto;
    right: 0;
    /* width: 100%; */
    top: auto;
    bottom: 5px;
    height: 7px;
    background: url(../images/tit-bg.png) no-repeat right center;
    background-size: 100% auto;
}

.research .edu.fl .tit_in .more {
    top: 20px;
    background: #274DB6;
}

.research .edu.fl .tit_in .more:hover {
    background: #FF981D;
}

.research .edu.fl .tit_in .more a {
    color: #fff;
}

.research .edu.fl ul li {
    position: relative;
    margin-top: 24px;
    padding: 8px;
    background: #274DB6;
    border-radius: 0px 25px 0px 25px;
    transition: all .6s;
}

.research .edu.fl ul li:hover {
    background: #FF981D;
}

.research .edu.fl ul li a {

    display: block;
    margin-left: 30px;
    background: #fff;
    border-radius: 0 25px 0 0;
    padding: 15px 55px;
}

.research .edu.fl ul li a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #274DB6;
    background: #F7FCFF url(../images/experice.png) no-repeat center center;
}

.research .edu.fl ul li:hover a span {
    border: 1px solid #FF981D;
    background: #FFF7EE url(../images/exper-icon.png) no-repeat center center;
}

.research .edu.fl ul li a p {
    font-size: 20px;
    color: #3D3D3D;
    line-height: 30px;
}

.research .edu.fl ul li:hover a p {
    color: #FF981D;
}

.research .edu.fr {
    position: relative;
    padding-left: 40px;
    padding-top: 45px;
    padding-bottom: 70px;
}

.research .edu.fr .experice {
    padding-left: 40px;
}

.research .experice {
    position: relative;
    z-index: 6;
}

.research .edu.fr::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: url(../images/s3-r-bg.png) no-repeat left center;
    border-radius: 50px 0 0 0;
    background-size: cover;
}

.research .edu.fr .tit_in {
    background: url(../images/tit-icon4.png) no-repeat left center;
}

.research .edu.fr .tit_in h2 {
    color: #fff;
}

.research .edu.fr .tit_in::after {
    content: "";
    position: absolute;
    left: 118px;
    width: auto;
    right: 0;
    /* width: 100%; */
    top: auto;
    bottom: 5px;
    height: 7px;
    background: url(../images/tit-bg1.png) no-repeat right center;
    background-size: 100% auto;
}

.research .edu.fr .tit_in .more {
    top: 20px;
    background: #fff;
}

.research .edu.fr .tit_in .more:hover {
    background: #FF981D;

}

.research .edu.fr .tit_in .more:hover a {
    color: #fff;
}

.research .edu.fr .tit_in .more a {
    font-size: 14px;
    color: #274DB6;
}

.research .edu.fr .tit_in p span {
    color: #FFFFFF;
    opacity: .4;
}

.research .edu.fr ul li {
    position: relative;
    margin-top: 30px;
}

.research .edu.fr ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 77px;
    height: 4px;
    background: #274DB6;
    transition: all .6s;
}

.research .edu.fr ul li:hover::after {
    background: #FF981D;
    right: 0;
    width: 100%;
}

.research .edu.fr ul li a {
    display: block;
    background: #fff;
    padding: 20px 0;
    padding-left: 74px;
    padding-right: 50px;
    min-height: 100px;
}

.research .edu.fr ul li a span {
    position: absolute;
    width: 54px;
    height: 54px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/research-bg.png) no-repeat center center;
}

.research .edu.fr ul li:hover a span {
    background: url(../images/research-bg-other.png) no-repeat center center;
}

.research .edu.fr ul li a p {
    margin-left: 15px;
    padding: 12px 10px;
    border-left: 1px solid #666666;
    font-size: 20px;
    color: #666666;
    line-height: 30px;
}

.kybox {
    background: #f8f8f8;
    padding-bottom: 50px;
}

.slideBox {

    position: relative;
    margin: 80px 0;
    background: #fff;
    border-radius: 35px 35px 0 0;
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.1);
}

.slideBox .hd {
    /* background: url(../images/xxbg_red.png) repeat-x left bottom; */
    text-align: center;
}

.slideBox .hd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.slideBox .hd::-webkit-scrollbar {
    display: none
}

.slideBox .hd li {
    justify-content: center;
    display: flex;
    width: 33%;
    background: #E8EFFF;
    font-size: 32px;
    text-align: center;
    color: #7A86A1;
    line-height: 70px;
    cursor: pointer;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.slideBox .hd li .icon {
    width: 35px;
    margin-right: 5px;
}

.slideBox .hd li .icon img.slide-tb-other {
    display: none;
}

.slideBox .hd li.on .icon img.slide-tb-other {
    display: block;
}

.slideBox .hd li.on .icon img.slide-tb {
    display: none;
}

.slideBox .hd li.on {
    font-weight: bold;
    background: #FF981D;
    /* border-bottom: 5px solid #a42227; */
}

.slideBox .hd li .txt {

    text-align: left;
    font-size: 32px;
    color: #7A86A1;
}

.slideBox .hd li.on .txt {
    color: #FFFFFF;
    font-weight: normal;
}

.slideBox .hd li.on .txt span {
    color: #FFFFFF;
}

.slideBox .hd li .txt span {
    font-size: 12px;
    color: #7A86A1;
    font-family: "x-sisong";
    opacity: .4;
    text-transform: uppercase;
    padding-left: 5px;
}

.slideBox .bd {
    margin-top: 50px;
    border-radius: 10px;
    padding-bottom: 40px;
}


/*获奖信息*/

.honor li {
    background: url(../images/bg-item.png) no-repeat left 7px;
    padding-left: 20px;
    margin-bottom: 25px;
}

.honor li:last-child {
    margin-bottom: 0;
}


/*工作经历*/

.work li {
    display: table;
    border-spacing: 15px;
}

.work li span {
    display: table-cell;
    width: 208px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f5f5f5;
    color: #1c65aa;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.work li p {
    display: table-cell;
    font-size: 16px;
    color: #3c3d3d;
    vertical-align: middle;
}


/*论文成果*/

.kydata {
    padding-top: 1px;
}

.kydata li {
    position: relative;
    padding-left: 80px;
    padding-right: 70px;
    min-height: 43px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    transition: all .6s;
}

.kydata li::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/s6-qq.png) no-repeat center center;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.kydata li:hover::after {
    background: url(../images/s6-qq-other.png) no-repeat center center;
}

.kydata li::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #274DB6;
    top: 50%;
    left: 0;
}

.kydata li:hover::before {
    background: #FF981D;
}

.kydata li a {
    display: flex;
    border: 0.5px solid #274DB6;
    padding: 40px 30px;
    background: #F5F8FF url(../images/s6-txt-bg.png) no-repeat right bottom;
    border-radius: 0 0 30px 0;
    flex-wrap: wrap;
    transition: all .6s;
}

.kydata li:hover a {
    border: 0.5px solid #FF981D;
    background: #FFF7EE url(../images/s6-txt-bg-other.png) no-repeat right bottom;
}

.kydata li a span {
    width: 142px;
    height: 31px;
    /* padding: 0 10px; */
    line-height: 31px;
    text-align: center;
    border-radius: 22px;
    background: #274DB6;
    border: 1px solid #9DC9FF;
    font-size: 16px;
    color: #fff;
    transition: all .6s;
}

.kydata li:hover a span {
    background: #FF981D;
    border: 1px solid #FFD29D;
}

.kydata li a p {
    flex: 1;
    min-width: 0;
    margin-left: 35px;
    font-size: 16px;
    color: #274DB6;
    line-height: 30px;
    transition: all .6s;
}

.kydata li:hover a p {
    color: #FF981D;
}



.kydata .details {
    font-size: 16px;
    color: #999;
    border: 1px solid #999999;
    /* background: #274DB6; */
    display: block;
    margin: 0 auto;
    line-height: 42px;
    margin-top: 40px;
    width: 200px;
    text-align: center;
    opacity: 1;
}

.kydata .details a {
    display: block;
    /* color: #fff; */
    font-weight: normal;
    color: #999;
}

.kydata .details a:hover {
    background: #274DB6;
    color: #fff;
}

.kydata .details:hover {
    font-weight: bold;
    opacity: 0.8;
}


/*研究方向*/

.direct {
    margin-top: 30px;
}

.direct li {
    background: url(../images/sjxico.png) no-repeat left 5px;
    padding-left: 20px;
    margin-bottom: 20px;
}




/*研究方向*/

.directionbox {
    width: 100%;
    padding: 60px 0;
    background: #f8f8f8;
}

.yjbg {
    width: 100%;
    overflow: hidden;
}

.yjbg img {
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.yjbg img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.yj_item {
    margin-top: -80px;
    text-align: right;
}

.yj_item .sub_c {
    display: inline-block;
    width: 45%;
    padding: 40px 30px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    position: relative;
    background: url(../images/cgbg.png) no-repeat calc(100% - 60px) calc(100% - 30px) #fff;
    background-size: 95px;
    text-align: left;
}

.yj_item .sub_c h1 {
    font-size: 48px;
    color: #9d1519;
    font-weight: bold;
    margin-bottom: 20px;
}

.yj_item .sub_c p {
    font-size: 18px;
    color: #555;
}


/*团队成员*/
.teamleader {
    padding-top: 60px;
    background: url(../images/team-bg.png) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.teamleader .tit_in {
    background: url(../images/tit-icon6.png) no-repeat left 8px;
}

.teamleader .tit_in h2 {
    color: #fff;
}

.teamleader .tit_in span {
    color: rgba(255, 255, 255, .4);
}

.teamleader .tit_in::after {
    content: "";
    position: absolute;
    left: 100px;
    width: auto;
    right: 0;
    /* width: 100%; */
    top: auto;
    bottom: 5px;
    height: 7px;
    background: url(../images/tit-bg1.png) no-repeat right center;
    background-size: 100% auto;
}

.teamleader .tit_in .more {
    top: 15px;
}

.teamleader .tit_in .more a {
    font-size: 14px;
    color: #274DB6;
    font-weight: bold;
}

.teambox {
    position: relative;
    clear: both;
    background: #382e2f;
    padding: 80px 0;
}

.teambox .teamtit {
    text-align: center;
    background: url(../images/teamtitbg.png) no-repeat center 0;
    height: 316px;
    width: 88px;
    line-height: 30px;
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    position: absolute;
    left: 25px;
    top: 0;
    writing-mode: vertical-lr;
    padding: 50px 30px;
    letter-spacing: 8px;
    min-height: 316px;
}

.namebox {
    position: relative;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.member {
    position: relative;
    padding: 60px 0 60px 30px;
}

.member ul {
    position: relative;
    z-index: 9;
}

.member::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #F1F6FF;
}


.member .slick-prev {
    position: absolute;
    left: auto;
    right: 125px;
    top: -92px;
    transform: none;
    transform: none;
    /* margin-top: -40px; */
    width: 60px;
    height: 60px;
    background: url(../images/prevbtn.png);
    cursor: pointer;
    opacity: 0.9;
}

.member .slick-next {
    position: absolute;
    right: 30px;
    top: -90px;
    transform: none;
    /* margin-top: -40px; */
    width: 60px;
    height: 60px;
    background: url(../images/nextbtn.png);
    cursor: pointer;
    opacity: 0.9;
}

.member .slick-prev:hover,
.member .slick-next:hover {
    opacity: 1;
}

.member p {
    font-size: 16px;
    margin-bottom: 15px;
}

.teambox .more {
    text-align: center;
    margin-top: 25px;
}

.teambox .more a {
    float: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 30px;
    border-radius: 30px;
    color: #fff;
}

.teambox .more a:hover {
    background: #88000c;
    color: #fff;
    border: 1px solid #88000c;
}

.member .slick-slide {
    /* float: left; */
    /* margin: 0 20px; */
    margin-left: 30px;
    text-align: center;
}

.member li a {
    position: relative;
    display: block;
}

.member li a .txt {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 100%;
    height: 0;
    overflow: hidden;
    padding: 10px 20px;
    background: rgba(39, 77, 182, .85);
    transition: all .6s;
}

.member li:hover a .txt {
    top: 0;
    height: 100%;
}

.member li a .txt h2 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member li a .txt h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 27px;
    height: 3px;
    background: #fff;
}

.member li .picture {
    padding-top: 138%;
    position: relative;
    overflow: hidden;
}

.member li .picture img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
/*    width: 100%;
    height: 100%;*/
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s;
}

.member li p {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    height: 100px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.member li .more {
    text-align: right;
}

.member li .more span {
    padding-right: 40px;
    padding-bottom: 10px;
    background: url(../images/s6-more.png) no-repeat right bottom;
    font-size: 14px;
    color: #fff;
}

.team_intro {
    display: block;
    margin-bottom: 50px;
    width: 100%;
}

.team_intro dl {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 10px; */
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 45px;
}

.team_intro dt {
    width: 80px;
    line-height: 25px;
    position: relative;
    font-size: 16px;
    display: inline-block;
    position: relative;
    /* font-weight: bold; */
    color: #fff;
    /* padding-left: 50px; */
    /* line-height: 40px; */
    /* height: 40px; */
    z-index: 6;
    /* margin-bottom: 15px; */
}



.team_intro dt a {
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 28px;
    font-size: 14px;
    color: #a42227;
    font-weight: normal;
    background: url(../images/moreicon.png) no-repeat left center;
    padding-left: 40px;
}

.team_intro dd {

    flex: 1;
    min-width: 0;

    font-size: 16px;
    color: #fff;
    line-height: 25px;
    width: auto;
}


/*footer*/

.footer {
    width: 100%;
    color: #fff;
    position: relative;
    background: #292929;
}

.foot {
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.bq {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

.bq h1 {
    font-size: 24px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-left: 4px solid #fff;
    padding-left: 10px;
    position: relative;
}

.bq p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin-top: 10px;
    text-align: left;
}

.visit {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.visit li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.visit li:last-child {
    border-right: 0;
}

.visit li p {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    font-weight: 100;
}

.ft-link {
    float: right;
}

.ft-link ul li:first-child {
    margin-top: 0;
}

.ft-link ul li {
    margin-top: 25px;
}

.ft-link ul li a {
    display: block;
    padding: 0 50px;
    line-height: 45px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
}

.ft-top {
    line-height: 30px
}

.ft-top p,
.ft-top a {
    font-size: 16px;
    color: #FFFFFF;

}

.ft-top p span,
.ft-top p a {
    padding: 0 10px;
}

.ft-top p a,
.ft-top p img {
    display: inline-block;
    vertical-align: middle;

}

.ft-down {
    line-height: 32px;
    /* border-top: 1px solid rgba(255, 255, 255, .2); */
}

.ft-down p {
    text-align: center;
}

.ft-down p>span {
    display: inline-block;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin: 0 8px;
}

.ft-down p span img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.tutor {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 40px;
    vertical-align: middle;
}

.tutor a {
    display: inline-block;
    height: 40px;
    position: relative;
    top: 0;
    text-align: center;
    line-height: 40px;
    color: #222;
    font-size: 16px;
    padding: 0 25px;
    color: #fff;
    margin: 0px 20px;
    background: #274DB6;
    width: 210px;
    height: 42px;
    line-height: 42px;
    border-radius: 25px;
    transition: all .6s;
}

.tutor a:hover {
    top: -5px;
}

.tutor a:nth-child(2) {
    background: #FF981D;
}

.tutor a span {
    padding-right: 13px;
    background: url(../images/lead-tb.png) no-repeat right center;
}



.copy {
    width: 100%;
    border-top: 1px solid #a1b9cf;
    text-align: center;
    padding: 10px;
    line-height: 26px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

.whitebg {
    background: #fff;
    margin-top: -150px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.introbox.whitebg .photobox {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*研究方向页面*/

.list_R dt {
    font-size: 18px;
    line-height: 30px;
    background: url(../images/bg-item02.png) no-repeat left 12px;
    padding-left: 13px;
    padding: 8px 0 8px 25px;
    color: #fff;
    margin-top: 10px;
}

.list_R dt a {
    color: #333;
}

.list_R dt:hover a {
    color: #274DB6;
}

.list_R dd {
    line-height: 28px;
    font-size: 16px;
    padding: 10px 15px 10px 10px;
    border-bottom: 1px dashed #e5e5e5;
    background: url(../images/linkicon.png) no-repeat 10px 15px;
    padding-left: 35px;
}

.list_R dd:hover a {
    color: #274DB6;
}


/*团队成员页面*/

.pd-m {
    padding: 25px 0
}

.team_c {
    margin-top: 15px;
}

.team_c dl {}

.team_c dt {
    font-size: 16px;
    display: block;
    padding: 10px;
    position: relative;
    font-weight: bold;
    color: #274DB6;
    float: left;
}

.team_c dd {
    overflow: hidden;
    zoom: 1;
    line-height: 30px;
    padding-top: 10px;
}

.team_member {}

.team_member li {
    width: 16%;
    margin: 20px 2%;
    padding: 5px;
    float: left;
    text-align: center;
    background: #fff;
}

.team_member li a {
    display: block;
}

.team_member li .picture {
    padding-top: 120%;
    position: relative;
    overflow: hidden;
    background: #c1cff3;
}

.team_member li .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s;
}

.team_member li p {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*分页*/

.page {
    text-align: center;
    margin: 40px auto 0 auto;
    box-sizing: border-box
}

.page * {
    line-height: 26px
}

.page button {
    margin: 5px 3px;
    min-width: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    cursor: pointer;
    outline: 0;
    text-align: center
}

.page button:hover {
    background: #8c000b;
    color: #fff
}

.page .btn_dis {
    cursor: default;
    opacity: .7;
    background: #eee;
    color: #5e5e5e
}

.page .btn_dis:hover {
    background: #eee;
    color: #5e5e5e
}

.page .current_page {
    background: #013e74;
    color: #fff
}

.page .input_page_num {
    width: 30px;
    height: 26px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    outline: 0
}

.page .page_total,
.page .page_text {
    color: #2b2b2b;
    font-size: 13px
}



/*分页*/

.pages table{width:auto !important; margin-top:20px;}
 tbody{
     border: none;
    background-color: #fff;
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #1a4f9b !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #1a4f9b !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #1a4f9b !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #1a4f9b !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#1a4f9b, EndColorStr=#1a4f9b)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1a4f9b), to(#1a4f9b))!important;
    background: -moz-linear-gradient( top,#1a4f9b,#1a4f9b)!important;
    background: -ms-linear-gradient(top,#1a4f9b 0%,#1a4f9b 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}


.ydpage{
    line-height:36px;
    height:36px;
    background:#1a4f9b;
    color:#fff;
    text-align:center;
    margin-top:20px;
    border-radius:10px;   
}


/*综合页面*/

.partbox {
    background: #fff;
    margin-top: 30px;
    padding: 30px 60px;
}

.nobg {
    background: transparent;
}

.location {
    position: relative;
    line-height: 60px;
    background: url(../images/xxbg_red.png) repeat-x left bottom;
}

.location h1 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #274DB6;
    position: relative;
}

.location span {
    float: right;
    color: #999;
    padding-right: 35px;
}

.compage {
    padding: 0px;
}

.flow {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 30px;
}

.flow:last-child {
    border-bottom: 0;
}

.column_tit {
    line-height: 30px;
    padding: 10px 0;
    position: relative;
}

.column_tit:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.column_tit .tmt {
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 44px;
    background: #274DB6;
    height: 44px;
    padding: 0 30px 0 40px;
}

.column_tit a {
    position: absolute;
    right: 0;
    top: 15px;
    line-height: 28px;
    font-size: 14px;
    color: #274DB6;
    font-weight: normal;

}

.column_tit a:hover {
    font-weight: bold;
}

.column_tit h1 {
    padding: 5px 20px;
    background: #991019;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.compage a.morebtn {
    margin-top: 0;
    float: right;
    padding-left: 50px;
    background: url(../images/morebg.png) no-repeat left 20px;
    font-size: 16px;
    color: #991019;
    height: 50px;
    line-height: 50px;
}

.compage a.morebtn:hover {}

.flow .pl,
.tplist {
    line-height: 28px;
}

.flow .pl table{
	 border-collapse: collapse;
}
.flow .pl  table td{
	border:1px solid #5a5a5a;
	padding: 0 10px;
	line-height:28px;
}


.zhlist {}

.zhlist li {
    padding: 15px 0 15px 37px;
    font-size: 16px;
    line-height: 36px;
    background: url(../images/bg-item02.png) no-repeat 10px 19px;
    border-bottom: 1px solid #e5e5e5;
}

.zhlist li:last-child {
    border-bottom: 0;
}

.zhlist li:hover a {
    color: #274DB6;
}

.tplist {}

.tplist li {
    width: calc(25% - 3%);
    margin: 10px 1.5%;
    float: left;
    vertical-align: top;
}

.tplist li a {
    display: block;
}

.tplist li a img {
    display: block;
}

.tplist li a .pic_p {
    display: block;
    background: #f5f5f5;
    padding-top: 66.7%;
    position: relative;
    overflow: hidden;
}

.tplist li a .pic_p img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s;
}

.tplist li p {
    text-align: center;
    line-height: 45px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    color: #333;
    padding: 0 5px;
}


/*教师图片页面*/

.particular {
    float: left;
    width: 20%;
}

.particular li {
    padding: 20px 10px;
    background: #fff9f0;
    -moz-box-shadow: 0px 1px 5px #cfcfcf;
    -webkit-box-shadow: 0px 1px 5px #cfcfcf;
    box-shadow: 0px 1px 5px #cfcfcf;
    margin-bottom: 15px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 0em;
    -webkit-border-bottom-right-radius: 0em;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 0em;
    -moz-border-radius-bottomright: 0em;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-bottom-left-radius: 10px;
    cursor: pointer
}

.particular li.on {
    background: url(../images/tabbg.png) no-repeat right bottom #8f000b;
    color: #fff;
}

.particular li.on a {
    color: #fff;
}

.piclist {
    width: 77%;
    float: left;
    margin-left: 20px;
}

.piclist li {
    width: 30%;
    margin: 0 0 20px 2.8%;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e5e5e5
}

.piclist li span {
    display: table;
    width: 100%;
    height: 170px;
}

.piclist li span a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.piclist li span a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.piclist li p {
    text-align: center;
    line-height: 28px;
}


/*内容页*/

.content h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 10px;
}

.content .Subtitle {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.content .Subtitle .time {
    display: inline-block;
    color: #888;
    margin: 0 10px;
    font-size: 14px;
}

.content .Subtitle .click {
    display: inline-block;
    color: #888;
    margin: 0 10px;
    font-size: 14px;
}

.content .subs {
    margin: 25px 0;
    line-height: 28px;
}

.content .subs p img {
 /*   max-width: 90%;*/
    margin: 0 auto;
}


.content .subs table{
	 border-collapse: collapse;
}
.content .subs  table td{
	border:1px solid #5a5a5a;
	padding: 0 10px;
	line-height:28px;
}



.enclosure {}

.enclosure h3 {
    font-size: 16px;
    display: inline-block;
    padding: 10px 35px 10px 20px;
    position: relative;
    background: #e8f0f9;
    border: 1px solid #0682d6;
    border-right: 0;
    font-weight: bold;
    color: #013e74;
}

.enclosure h3:after {
    content: "";
    width: 37px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: -1px;
    background: url(../images/btsj.png) no-repeat;
    background-size: 100% 102%;
}

.enclosure .wzlist {
    padding-left: 20px;
}

.enclosure .wzlist li {
    background: url(../images/bg-item02.png) no-repeat left 6px;
    line-height: 28px;
    padding: 5px 0 5px 20px;
}

.enclosure .imglist {
    margin-top: 10px;
}

.enclosure .imglist li {
    width: calc(25% - 3%);
    padding: 5px;
    height: 200px;
    vertical-align: top;
    margin: 10px 1.5% 10px 1.5%;
    border: 1px solid #0166c0;
    float: left;
}

.enclosure .imglist li span {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.enclosure .imglist li span img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.flip {
    margin-top: 10px;
}


.flip li {
    margin: 10px 0;
    line-height: 28px;
}

.flip li span {
    float: left;
    padding-right: 10px;
    color: #274DB6;
    padding: 0 15px;
    font-weight: bold
}

.flip li a {
    display: block;
    overflow: hidden;
    zoom: 1;
    /* padding-left: 15px; */
    /* padding-top: 5px; */
}


.flip li:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}


/*结构化内容页*/

.structure {
    margin: 20px 0;
}

.structure dl {
    display: table;
    width: 100%;
    border-spacing: 5px;
}

.structure dl:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both
}

.structure dl dt {
    display: table-cell;
    width: 15%;
    text-align: right;
    line-height: 28px;
    padding: 10px;
    background: #ebf1ff;
    color: #274DB6;
    vertical-align: middle;
    margin-right: 20px;
}

.structure dl dd {
    display: table-cell;
    line-height: 28px;
    padding: 10px 15px;
    vertical-align: middle;
    background: #f6f6f6;
}


/*标题列表页*/

.yd_list {
    display: none;
}

.titlist li {
    line-height: 28px;
    padding: 10px 0 10px 20px;
    background: url(../images/gdjt.png) no-repeat left 19px;
    background-size: 5px;
    border-bottom: 1px dashed #a3a3a3
}

@media only screen and (max-width:1400px) {
    .introbox .photobox {

        margin-right: 40px;
    }

    .brief {
        width: calc(100% - 240px);
    }

    .name {
        padding-top: 15px;
    }
}

@media only screen and (max-width:1200px) {
    .foot {
        text-align: center;
    }

    .brief {
        padding-right: 25px;
    }

    .visit {
        display: block;
        width: 100%;
        text-align: center;
    }

    .bq {
        display: block;
        width: 100%;
    }

    .bq p {
        text-align: center;
    }

    .ft-link {
        float: none;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:1024px) {
    .introbox {
        margin-top: 0;
    }

    .logo {
        width: auto;
    }

    .logo span {
        font-size: 30px;
    }

    .logo i {
        height: 50px;
    }

    .searchbtn {
        display: none;
    }

    .searhbox01,
    .head .eng {
        display: none;
    }

    .head {
        padding: 15px 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /* background: #eee; */
    }

    .top i.searchbtn {
        display: none !important;
    }

    .nav,
    .headr .ce {
        display: none
    }

    .mob {
        display: block
    }

    .nav-icon {
        margin-left: auto;
        display: block;
    }

    #menu {
        width: 0;
    }

    .more_ul {
        width: 220px;
        right: 0;
        left: auto
    }

    ul.erji_nav {
        position: relative;
        left: auto;
        top: auto;
        display: none
    }

    .select_box .more_ul li a {
        background: #991019
    }

    a.yiji_nav {
        text-align: left;
        width: 85%;
        float: left;
        text-indent: 10px;
    }

    .namebox:after {
        display: none;
    }



    .basic {
        float: none;
        width: calc(100% - 50px);
        margin-left: auto;
        margin-right: auto;
    }

    .leftbox {
        float: none;
        padding-right: 0;
        width: 100%;
        margin-top: 80px;
    }

    .part {
        background: url(../images/partbg.jpg) no-repeat center top;
        margin-top: 40px;
        padding-bottom: 42px;
        padding-top: 30px;
        background-size: cover;
    }

    .location span {
        display: none;
    }

    .yj_item .sub_c {
        width: 60%;
    }

    .yd_list {
        display: block;
    }

    .pc_list {
        display: none;
    }

    .zhlist li {
        font-size: 16px;
    }

    .location h1 {
        font-size: 22px;
    }

    .contain {
        float: none;
        width: 100%;
    }

    .tutor {
        top: 0
    }

    .enclosure .imglist li {
        width: 23%;
        height: 150px;
    }

    .structure dl dt {
        width: 25%;
    }

    .footer {
        position: relative;
    }

    .location {
        margin-top: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .slideBox {
        margin: 40px 0;
    }

    .slideBox .hd li .txt {
        font-size: 22px;
    }

    .kydata li {
        padding-right: 20px;
    }

    .kydata li a {
        padding: 20px 15px;
    }

    .name {
        margin-top: 15px;
    }

    .introbox {
        padding: 0 15px 30px 15px;
    }

    .introbox .photobox {
        float: none;
        width: 280px;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0;
    }

    .introbox {
        display: block;
    }

    .brief {
        width: 100%;
        margin: 0 auto;
        width: auto;
        float: none;
    }

    .brief .data li {
        width: auto;
        float: none;
        margin: 15px 0;
        line-height: 26px;
    }

    .contact p {
        width: auto;
        float: none;
    }

    .edu {
        float: none !important;
        width: auto;
        margin-bottom: 15px;
    }

    .member li {
        width: 33.333%;
        margin-bottom: 0;
    }

    .visit,
    .bq,
    .tutor {
        width: 100%;
        text-align: center;
        display: block;
    }

    .bq {
        margin-top: 20px;
    }

    .bq p {
        text-align: center;
    }

    .research {
        float: none !important;
        width: auto;
    }

    .team {
        height: 540px;
    }

    .tit {
        font-size: 16px;
    }

    .nrwz a {
        margin-top: 0
    }

    .menlist li span {
        height: 189px;
    }

    .teacher_pic {
        margin-right: 20px;
    }

    .teacher_int {
        width: 97%;
        float: none;
        margin-left: 0
    }

    .tplist li {
        width: calc(33.333% - 3%);
    }

    .tplist li span {
        height: 90px;
    }

    .piclist li {
        width: 29.8%
    }

    .piclist li span {
        height: 120px;
    }

    .team_member li {
        width: 21%;
    }
}

@media only screen and (max-width:768px) {
    .content h2 {
        font-size: 20px;
    }

    .teamleader .tit_in .more {
        top: 5px;
    }
.research .edu.fr .tit_in .more {
    top: 10px;
}

.research .edu.fl .tit_in .more {
    top: 10px;
}

    .introbox {
        background: #fff url(../images/s1-bg.png) no-repeat right bottom;
        border-radius: 20px 0 0;
    }

    .partbox {
        margin-top: 0;
    }

    .location {
        margin-top: 10px;
    }

    .partbox {
        padding: 0;
    }

    .art-jj {
        margin-top: 30px;
    }

    .introbox::before {
        display: none;
    }

    .introbox::after {
        display: none;
    }

    .name h1 {
        font-size: 22px;
    }

    .name .zan::after {
        bottom: -19px;
    }

    .brief .data ul {
        width: 100%;
    }

    .tit_in.tit {
        width: 100%;
    }

    .logo {
        width: 85%;
        text-align: left;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
    }

    .logo span {
        font-size: 18px;
    }

    .logo a {
        width: 50%;
        margin-right: auto;
    }

    .logo i {
        height: 35px;
        margin: 0;
        margin-right: auto;
    }

    .logo img {
        width: 100%;
    }

    .logo span {
        margin-right: auto;
    }


    .brief {
        float: none;
        width: 100%;
        padding-top: 1px;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .name {}

    .perbox {
        height: auto;
        min-height: 590px;
        padding-bottom: 80px;
    }

    .perbox ul {
        height: auto;
    }

    .bq {
        float: none;
        width: auto;
        text-align: left;
    }

    .visit {
        text-align: center;
        float: none;
        width: auto;
        margin-top: 10px;
    }

    .tutor a {
        margin-top: 10px;
    }

    .team_member li {
        width: 29.333%;
    }

    .structure dl dt,
    .structure dl dd,
    .structure dl {
        display: block;
        width: auto;
        text-align: left;
        margin-top: 10px;
        margin-right: 0;
    }

    .member li {
        width: 50%;
        margin-bottom: 0;
    }

    .tit_in {
        padding-left: 35px;
    }

    .tit_in h2 {
        font-size: 22px;
    }

    .section2 {
        padding-top: 30px;
    }

    .edu.fl {
        margin-top: 0;
    }

    .research .edu.fr .experice {
        padding-left: 0;
    }

    .research .edu.fr ul li a {
        padding-right: 20px;
    }

    .slideBox .hd li {
        width: 100%;
    }

    .kydata li a {
        display: block;
    }

    .kydata li a span {
        display: block;
    }

    .kydata li a p {
        width: 100%;
        flex: none;
        margin-left: 0;
    }

    .team_intro dl {
        padding-left: 0;
    }

    .team_intro dl {
        margin-top: 15px;
    }

    .member {
        padding: 60px 15px 15px;
        margin-bottom: 0;
    }

    .member li a .txt {
        position: static;
        height: 100%;
    }

    .member::after {
        bottom: -15px;
    }

    .member li p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .member li a .txt {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:640px) {
    .part_tit h1 {
        font-size: 22px;
    }

    .part_tit {
        margin: -20px -20px 0 -20px;
    }

    .bkbox {
        padding: 15px;
    }

    .work li {
        border-spacing: 0;
        margin-bottom: 15px;
    }

    .slideBox .hd {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .slideBox .hd li {
        font-size: 18px;
        margin: 0 3%;
    }

    .slideBox .hd li.on {
        font-size: 22px;
    }



    .experice li span {
        display: inline-block;
    }

    .experice li p {
        display: block;
    }

    .work li span {
        display: block;
    }

    .work li p {
        display: block;
        font-size: 16px;
        margin-top: 10px;
    }

    .visit li,
    .bq h1 {
        font-size: 19px;
    }

    .visit li p {
        font-size: 14px;
    }

    .yj_item {
        text-align: center;
    }

    .yj_item .sub_c {
        width: 90%;
        margin: 0 auto;
        padding: 20px;
    }

    .yj_item .sub_c h1 {
        font-size: 36px;
    }

    .team_intro h1 {
        width: 70%;
        height: 50px;
        line-height: 50px;
        display: block;
    }

    .team_intro p {
        display: block;
        width: auto;
        padding-left: 0;
        margin-top: 10px;
    }

    .team_c dt {
        display: inline-block;
        float: none;
        padding: 10px 0;
    }
    .team_c dd{
        padding:0;
    }

    .team_member li {
        width: 46%;
    }

    .tplist li {
        width: calc(50% - 3%);
    }

    .relist li {
        width: auto;
        float: none !important;
    }



    .member .slick-next,
    .member .slick-prev {
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }







    .itembox {
        margin-top: 15px;
    }

    .edu .tit {
        padding-left: 15px;
        line-height: 45px;
        font-size: 20px;
    }

    .edu .tit::after {
        width: 140px;
    }

    .edu .tit a,
    .part_tit a {
        right: 10px;
        font-size: 14px;
    }

    .part_tit {
        line-height: 45px;
        padding-left: 15px;
    }

    .part_tit h1 {
        font-size: 20px;
    }

    .part_tit::after {
        width: 140px;
    }

    .member {
        padding: 15px;
        margin-top: 15px;
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    .member li p {
        font-size: 14px;
    }


}

@media only screen and (max-width:500px) {
    .ft-link {
        width: 90%;
    }

    .ft-down p {
        line-height: 30px;
    }
}

@media only screen and (max-width:480px) {
    .name h1 span {
        padding: 0 10px;
        margin-left: 5px;
    }

    .tit_in.tit {
        margin-top: 15px;
        font-size: 18px;
    }

    .brief .data ul.dz li {
        width: 100%;
    }

    .tutor {
        margin-top: 15px;
    }

    .section1 {
        padding-bottom: 20px;
    }

    .account {
        margin-top: 15px;
        padding: 15px;
    }

    .itembox {
        padding: 0;
        padding-top: 15px;
    }

    .section2 {
        padding-top: 10px;
    }

    .research .edu.fl ul li {
        margin-top: 10px;
    }

    .research .edu.fl .tit_in .more {
        top: 5px;
    }

    .research .edu.fl ul li a {
        padding: 15px 35px;
        padding-right: 15px;
    }

    .research .edu.fl ul li a p {
        font-size: 16px;
    }

    .research .edu.fr::after {
        background: #3557b6 url(../images/s3-r-bg.png) no-repeat left center;
    }

    .research .edu.fr {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .research .edu.fr ul li {
        margin-top: 15px;
    }

    .research .edu.fr ul li a {
        padding: 10px 0;
        padding-left: 74px;
    }

    .research .edu.fr ul li a p {
        font-size: 16px;
        padding: 10px;
    }

    .slideBox {
        margin: 20px 0;
        border-radius: 0;
    }

    .slideBox .hd ul {
        border-radius: 0;
    }

    .slideBox .bd {
        margin-top: 15px;
    }

    .kydata li::after,
    .kydata li:hover::after {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
    }

    .kydata li::after {
        left: -10px;
    }

    .kydata .details {
        margin-top: 15px;
    }

    .member .slick-next,
    .member .slick-prev {
        top: -30px
    }

    .team_intro {
        margin-bottom: 30px;
    }

    .member .slick-slide {
        margin-left: 0;
    }

    .member li p {
        text-align: left;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        height: 25px
    }

    .kydata li::before {
        width: 29px;
    }

    .slideBox .hd li .txt {
        font-size: 16px;
    }

    .team_member li {
        margin: 5px 2%;
    }
}

@media only screen and (max-width:414px) {
    .namebox {
        font-size: 32px;
    }

    .intro .name {
        font-size: 24px;
        line-height: 46px;
        padding-left: 103px;
        width: 100%;
        background-size: 100%;
    }

    .visit li {
        padding: 0 10px;
        font-size: 20px;
    }

    .visit li p {
        font-size: 15px;
    }

    .teambox .teamtit {
        background-size: 75%;
        min-height: auto;
        height: auto;
        letter-spacing: 0px;
        top: -19px;
        padding: 72px 30px;
    }

    .brief .data li,
    .kydata li,
    .yj_item .sub_c p,
    .team_intro p {
        font-size: 14px;
    }

    .kydata li {
        margin-bottom: 10px;
        padding-left: 29px;
    }

    .team_intro dd {
        padding-left: 0;
        font-size: 14px;
    }



    .part {
        margin-top: -160px;
        padding-top: 169px;
    }

    .itembox .title span {
        font-size: 16px;
        margin-left: 0;
    }

    .perbox {
        margin-top: -65px;
    }

    .zhlist li {
        font-size: 14px;
    }

    .perbox li p {
        white-space: break-spaces;
        overflow: initial;
    }

    .member {
        float: none;
        clear: both;
        width: auto;
    }

    .through .experice li span {
        font-size: 19px;
    }

    .member li:nth-child(even) {
        margin-right: 0;
    }

    .member li {
        width: calc(50% - 8px);
    }

    .tplist li a span {
        height: 130px;
        line-height: 129px;
    }
}

@media only screen and (max-width:380px) {
    .introbox.whitebg .brief {
        padding: 0 10px;
    }

    .part_tit {
        margin: -10px -10px 0 -10px;
    }

    .name h1 {
        font-size: 22px;
    }



    .brief .data li {
        margin: 10px 0;
    }

    .relist {
        padding: 15px 10px;
    }



}

@media only screen and (max-width:320px) {
    .part01:after {
        display: none;
    }

    .name h1:after {
        display: none;
    }

    .tutor a {
        width: 90%;
        font-size: 14px;
    }
}