.wrap {
    margin: 0px auto;
    width: 94%;
}

.bsbg {
    max-width: 1400px;
    background: rgb(255, 255, 255);
    width: 95%;
    margin: 25px auto;
}

.conbox {
    margin: 0px auto;
    position: relative;
    z-index: 3;
    color: rgb(245, 245, 245);
}

.top {
    width: 100%;
    text-align: right;
    padding: 11px 0px;
}

.top a, .top i {
    color: rgb(255, 255, 255);
    padding: 0px 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: 0px;
    top: 3px;
    width: 0px;
    height: 0px;
    border-left: 8px solid rgb(255, 255, 255);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.searchbtn {
    float: right;
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(19, 84, 172, 0.48);
    border-radius: 100%;
    line-height: 70px;
    text-align: center;
}

.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: 0px;
    z-index: 3;
    display: none;
}

.searhbox01 .text {
    width: calc(100% - 65px);
    background: rgb(255, 255, 255);
    padding: 0px 10px;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.searhbox01 .btn {
    width: 45px;
    height: 45px;
    float: right;
    cursor: pointer;
}

.searhbox01 .btn svg {
    vertical-align: middle;
}

.header {
    width: 100%;
    margin: 0px auto;
    background: rgb(255, 255, 255);
}

.headtop {
    text-align: right;
    background-image: linear-gradient(rgb(19, 84, 172), rgb(19, 84, 172)), linear-gradient(rgb(142, 12, 24), rgb(142, 12, 24));
    background-blend-mode: normal, normal;
    padding-right: 100px;
}

.headtop div>ul {
    font-size: 0px;
}

.headtop div>ul>li {
    display: inline-block;
    position: relative;
}

.headtop a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 0.68;
    margin: 0px;
    padding: 0px 20px;
    display: block;
    text-align: center;
}
/*
.headtop div>ul>li:first-child>a::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: rgb(255, 255, 255);
}

.headtop div>ul>li:nth-child(2)>a::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background: url("../images/sanj.png") center top no-repeat;
}
*/
.headtop div>ul>li:hover>a {
    opacity: 1;
}

.headtop div>ul>li ul li:hover>a {
    opacity: 1;
}

.headtop div>ul>li:nth-child(2):hover ul {
    display: block;
}

.head {
    z-index: 99;
    margin: 0px auto;
    max-width: 1700px;
    position: relative;
    padding: 22px 8px;
}

.head .eng {
    display: block;
    float: right;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: rgb(255, 255, 255);
    color: rgb(165, 38, 43);
    text-align: center;
    line-height: 48px;
    margin-left: 17px;
    font-size: 18px;
    margin-top: 17px;
}

.logo {
    float: left;
    transition: all 0.3s ease 0s;
    width: 520px;
}

.logo a {
    display: block;
}

.logo i {
    width: 1px;
    height: 20px;
    margin: 0px 15px;
    background: rgb(255, 255, 255);
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
}

.logo span {
    display: inline-block;
    line-height: 36px;
    color: rgb(51, 51, 51);
    font-size: 38px;
    text-align: center;
    vertical-align: middle;
}

.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;
    padding-left: 35px;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.headr .ce a {
    color: rgb(255, 255, 255);
}

.head-links a.kdhome {
    background: url("../images/home.png") left center no-repeat;
}

.search {
    width: 275px;
    float: right;
    border: 1px solid rgb(255, 255, 255);
    position: relative;
    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: rgb(255, 255, 255);
    font-size: 15px;
}

.search .ssbtn {
    width: 50px;
    height: 37px;
    background: url("../images/ssbtn.png") center center no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.nav {
    float: right;
    width: calc(100% - 610px);
    padding-right: 48px;
}

li.yiji_nav {
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
}

li.yiji_nav .jt {
    display: inline-block;
    width: 20px;
    height: 65px;
    line-height: 65px;
    background: url("../images/xljt.png") center center no-repeat;
    vertical-align: middle;
}

a.yiji_nav {
    display: block;
    padding: 0px 28px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    float: left;
    color: rgb(51, 51, 51);
    font-size: 20px;
    text-decoration: none;
}

.select_box li.yiji_nav, .select_box .more_ul li a, .select_box a.yiji_nav {
    padding: 7px 10px;
    font-size: 15px;
    height: auto !important;
    line-height: 30px !important;
}

.select_box li.yiji_nav {
    padding: 0px;
}

.select_box li.yiji_nav a:hover {
    background: rgba(245, 166, 35, 0.8);
    border-bottom: 0px;
}

li.erji_nav:hover a.erji_nav, a.erji_nav:hover {
    color: rgb(255, 255, 255);
    background: rgba(245, 166, 35, 0.8);
}

#menu ul li.erji_nav:hover::after {
    content: none;
}

.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: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 16px;
}

#menu {
    width: calc(100% - 33px);
    float: left;
}

#menu ul {
    width: 100%;
}

#menu ul li {
    position: relative;
}

#menu ul li::after {
    width: 60px;
    height: 30px;
    border-bottom: 4px solid rgb(19, 84, 172);
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

#menu ul li:hover::after {
    display: block;
}

#menu ul li:hover .yiji_nav {
    color: rgb(19, 84, 172);
}

ul.erji_nav {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 95px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    width: 100% !important;
}

li.erji_nav {
    position: relative;
    left: 0px;
    top: 0px;
}

.more_ul {
    width: 200px;
    height: auto;
    z-index: 999;
    top: 95px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute !important;
}

.more_ul li {
    width: 100%;
}

.more_ul li a.yiji_nav {
    display: block;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.more_ul li a.yiji_nav:hover {
    background: rgba(245, 166, 35, 0.8);
    color: rgb(255, 255, 255);
}

.select_box {
    position: relative;
    text-align: center;
    float: right;
    padding-top: 23px;
}

.select_box i {
    display: block;
    line-height: 70px;
    width: 80px;
    float: left;
    color: rgb(49, 86, 163);
    font-size: 18px;
}

.select_box span {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
}

.select_box span img {}

.mob {
    display: none;
}

.nav-icon {
    width: 42px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    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: 0px;
    top: 0px;
    display: none;
    z-index: 999;
}

.navlist {
    position: fixed;
    right: -1024px;
    top: 0px;
    background: rgb(23, 97, 176);
    width: 80%;
    height: 100%;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.43) -5px 0px 13px;
}

.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: rgb(255, 255, 255);
}

.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-color: rgb(19, 84, 172);
}

.search-input {
    border: 1px solid rgb(255 255 255 / 75%);
    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: 0px;
    padding-left: 20px;
    line-height: 32px;
    color: rgb(255, 255, 255);
}

.search-input button {
    width: 40px;
    height: 33px;
    float: right;
    background: none;
    outline: none;
    border: 0px;
}

.search-input button img {
    width: 18px;
}

.mob_list li {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgb(26, 66, 139);
}

.search-input input::-webkit-input-placeholder {
    color: rgb(255, 255, 255);
}

.mob_list li a {
    color: rgb(255, 255, 255);
    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 / 17px no-repeat;
}

.mob_list li i.icon {
    transform: rotate(180deg);
}

.mob_list li .ejnav {
    display: none;
    margin-top: 10px;
}

.mob_list li .ejnav li {
    width: 100%;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    font-size: 14px;
    padding: 10px 20px;
    background: rgb(19 84 172);
    border-bottom-style: solid;
    border-bottom-color: rgb(15 73 151);
}

.mob_list li .ejnav li:last-child {
    border-bottom: 0px;
}

.mob_list li .ejnav li a {
    width: 100%;
}

.open {
    right: 0px;
}

.banner {
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner::after {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 352px;
    background: url("../images/bannerbg.png") center bottom / 100% no-repeat;
    z-index: 1;
}

.banner img {
    width: 100%;
}

.banner .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.banner .slick-dots li {
    width: 20px;
    height: 5px;
    background: rgb(255, 255, 255);
    display: inline-block;
    margin: 0px 5px;
}

.banner .slick-slide img {
    width: 100%;
}

.part01 {
    background: url("../images/profilebg.png") right top no-repeat;
    padding-bottom: 40px;
    position: relative;
}

.part01::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 364px;
    height: 482px;
    background: url("../images/bwpng.png") no-repeat;
}

.introbox::-webkit-scrollbar {
    display: none;
}

.introbox .esse {
    position: relative;
    padding-top: 20px;
    border-top: 1px solid rgb(152, 190, 151);
    margin-top: 50px;
}

.name {
    line-height: 40px;
    margin-top: 28px;
    font-size: 0px;
    text-align: left;
}

.name h1 {
    font-size: 28px;
    display: block;
    font-weight: bold;
    position: relative;
    z-index: 5;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 36px;
}

.name h1 i.likes {
    float: right;
    background: url("../images/heart.png") left center no-repeat;
    padding-left: 27px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.name p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-top: 11px;
    display: inline-block;
    line-height: 24px;
}
.name p span{
    display: inline-block;
    padding-right:10px
}

.name h1 svg, .name span svg {
    margin-right: 10px;
    vertical-align: middle;
}

.contact {
    position: relative;
    margin-top: 35px;
}

.contact .xx_lx {
    display: block;
}

.contact p {
    margin: 3px 1%;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 0.79;
    line-height: 30px;
    width:48%;
    float:left;
}

.contact p b {
    font-weight: normal;
}

.contact>span {
    display: inline-block;
    width: 32.333%;
    text-align: center;
    background: url("../images/xline.png") right center no-repeat;
}

.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: 241px;
    position: relative;
    z-index: 5;
    float: left;
}

.introbox .photobox div:first-child {
    padding: 0px 0px 28px;
    background: url("../images/teacher-shadow.png") center bottom no-repeat;
}

.introbox .photobox div:first-child span {
    padding-top: 104%;
    position: relative;
    overflow: hidden;
    display: block;
}

.teacherimg {
    width: 198px;
    height: 252px;
    margin: 0px auto;
    background: rgb(152, 190, 151);
    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: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease 0s;
}

.brief {
    position: relative;
    float: right;
    width: calc(100% - 315px);
}

.brief .present {
    font-size: 15px;
    line-height: 30px;
    color: rgb(34, 34, 34);
    width: 85%;
}

.brief .present h1 {
    font-size: 24px;
    color: rgb(153, 16, 25);
    background: url("../images/xline.png") left bottom repeat-x;
    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%;
}

.tit_in {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 30px;
}

.tit_in a {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.brief .data p {
    line-height: 36px;
}


.brief .more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    color: rgb(75, 154, 123);
    font-size: 36px;
    width: 0px;
    height: 0px;
    border-right: 75px solid rgb(245, 166, 36);
    border-top: 75px solid transparent;
}

.brief .more a {
    font-size: 16px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 16px;
    right: -77px;
    color: rgb(255, 255, 255);
}

.s_bif {
    margin-top: 0px;
}

.edu {
    width: 45%;
}

.edu .tit a, .part_tit a {
    position: absolute;
    right: 0px;
    top: 5px;
    line-height: 28px;
    font-size: 14px;
    color: rgb(164, 34, 39);
    font-weight: normal;
    background: url("../images/moreicon.png") left center no-repeat;
    padding-left: 40px;
}

.edu .tit a:hover {
    font-weight: bold;
}

.experice li h2 {
    background: url("../images/dataico.png") left 6px no-repeat;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

.experice li span {
    display: table-cell;
    vertical-align: top;
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    min-width: 252px;
    padding-right: 44px;
}

.experice li span em {
    display: inline-block;
    background: rgb(104, 182, 151);
    margin-left: 20px;
    padding: 0px 10px;
    position: relative;
}

.experice li span em::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 0px;
    border-right: 15px solid rgb(104, 182, 151);
    border-bottom: 40px solid transparent;
}

.experice li p {
    font-size: 20px;
    color: rgb(60, 61, 61);
    display: table-cell;
    line-height: 29px;
    height: 29px;
    overflow: hidden;
    vertical-align: middle;
}

.contain {
    width: calc(100% - 380px);
    float: right;
    padding: 0px;
}

.jyjl {
    background-image: linear-gradient(rgb(248, 248, 248), rgb(248, 248, 248)), linear-gradient(rgb(31, 89, 146), rgb(31, 89, 146));
    background-blend-mode: normal, normal;
    padding: 60px 0px 57px;
}

.lunwBox {
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.lunwBox .lunwBoxl {
    width: 50%;
    float: left;
    position: absolute;
    right: 50%;
    top: 0px;
    bottom: 0px;
    background: url("../images/sebg.png") center center / cover no-repeat;
}

.lunwBox .lunwBoxr .slideBox {
    max-width: 700px;
}

.lunwBox .lunwBoxr {
    overflow: hidden;
    background-color: rgb(16, 83, 148);
    margin-left: 50%;
}

.lunwBoxr .slidelx .kydata li a {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: rgb(255, 255, 255);
    display: block;
}

.lunwBox .lunwBoxr .slideBox .we {
    padding: 57px 0px 0px;
    margin-left: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}

.lunwBox .lunwBoxr .slideBox .we ul {
    font-size: 0px;
    padding-bottom: 18px;
    position: relative;
}

.lunwBox .lunwBoxr .slideBox .we ul li {
    display: inline-block;
    width: 50%;
    position: relative;
    padding-left: 24px;
}

.lunwBox .lunwBoxr .slideBox .xd {
    position: absolute;
    top: 70px;
    right: 10px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

.lunwBox .lunwBoxr .slideBox .xd a {
    color: rgb(255, 255, 255);
}

.lunwBox .lunwBoxr .slideBox .we ul li a {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    display: block;
}

.itembox {
    padding: 42px 100px 35px;
    background-color: rgb(241, 245, 249);
    box-shadow: rgba(10, 11, 24, 0.07) 0px 2px 10px 0px;
    max-width: 1400px;
    margin: 60px auto 0px;
}

.part_tit h1 {
    font-size: 32px;
    color: rgb(51, 51, 51);
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}

.account a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(23, 97, 176);
    display: block;
    margin: 20px auto 0px;
    line-height: 48px;
    width: 180px;
    text-align: center;
    opacity: 1;
}

.account a:hover {
    opacity: 0.8;
}

.bkbox {
    border: 1px solid rgb(219, 229, 238);
    padding: 25px;
    margin-top: 25px;
    border-radius: 10px;
}

.slideBox {
    position: relative;
    padding: 0px 0px 40px;
}

.conbox .slidelw {
    max-width: 1400px;
    margin: 0px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(10, 11, 24, 0.14) 0px 5px 20px 0px;
}

.conbox .slideBox .hd {
    font-size: 0px;
}

.conbox .slideBox .hd::-webkit-scrollbar {
    display: none;
}

.conbox .slideBox .rd li {
    background-color: rgb(237, 237, 237);
    color: rgb(102, 102, 102);
    text-align: center;
}

.conbox .slidelw .hd li {
    font-size: 26px;
    line-height: 80px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 33.22%;
}

.conbox .slidelw .hd li:nth-child(2) {
    margin: 0px 2px;
}

.slidelw .conbox .slideBox .hd li:nth-child(-n+2) {
    margin-right: 2px;
}

.conbox .slideBox .rd li.on {
    background-color: rgb(19, 84, 172);
    color: rgb(255, 255, 255);
}

.conbox .slideBox .bd {
    border-radius: 10px;
    margin-top: 45px;
    padding-right: 30px;
}

.honor li {
    background: url("../images/bg-item.png") left 7px no-repeat;
    padding-left: 20px;
    margin-bottom: 25px;
}

.honor li:last-child {
    margin-bottom: 0px;
}

.work li {
    display: table;
    border-spacing: 15px;
}

.work li span {
    display: table-cell;
    width: 208px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: rgb(245, 245, 245);
    color: rgb(28, 101, 170);
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.work li p {
    display: table-cell;
    font-size: 16px;
    color: rgb(60, 61, 61);
    vertical-align: middle;
}

.sd .kydata li {
    margin-bottom: 30px;
}

.kydata li:nth-child(4)::after {
    display: none;
}

.kydata li a:hover {
    color: rgb(23, 97, 176);
}

.kydata .details {
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: block;
    margin: 0px auto;
    line-height: 46px;
    text-align: center;
    opacity: 1;
    width: 186px;
    border: 1px solid rgb(229, 229, 229);
}

.kydata .details a {
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    display: block;
}

.kydata .details:hover {
    font-weight: bold;
    opacity: 0.8;
}

.direct {
    margin-top: 30px;
}

.direct li {
    background: url("../images/sjxico.png") left 5px no-repeat;
    padding-left: 20px;
    margin-bottom: 20px;
}

.direct li:last-child {
    margin-bottom: 0px;
}

.directionbox {
    width: 100%;
    padding: 60px 0px;
    background: rgb(248, 248, 248);
}

.yjbg {
    width: 100%;
    overflow: hidden;
}

.yjbg img {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.yjbg img:hover {
    transform: scale(1.05);
}

.yj_item {
    margin-top: -80px;
    text-align: right;
}

.yj_item .sub_c {
    display: inline-block;
    width: 45%;
    padding: 40px 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
    position: relative;
    background: url("../images/cgbg.png") calc(100% - 60px) calc(100% - 30px) / 95px no-repeat rgb(255, 255, 255);
    text-align: left;
}

.yj_item .sub_c h1 {
    font-size: 48px;
    color: rgb(157, 21, 25);
    font-weight: bold;
    margin-bottom: 20px;
}

.yj_item .sub_c p {
    font-size: 18px;
    color: rgb(85, 85, 85);
}

.teambox {
    position: relative;
    clear: both;
    background: rgb(56, 46, 47);
    padding: 80px 0px;
}

.teambox .teamtit {
    text-align: center;
    background: url("../images/teamtitbg.png") center 0px no-repeat;
    height: 316px;
    width: 88px;
    line-height: 30px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
    position: absolute;
    left: 25px;
    top: 0px;
    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: rgb(255, 255, 255);
}

.member {
    margin-top: 29px;
    padding-bottom: 20px;
    margin-bottom: 18px;
  /*  border-bottom: 1px solid rgba(16, 83, 148, 0.2); */
}

.member .slick-list {
    width: calc(100% - 120px);
    margin: 0px auto;
}

.member .slick-prev {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -40px;
    width: 60px;
    height: 60px;
    background: url("../images/prevbtn.png");
    cursor: pointer;
    opacity: 0.9;
}

.member .slick-next {
    position: absolute;
    right: -10px;
    top: 50%;
    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;
}

.teambox .more {
    text-align: center;
    margin-top: 25px;
}

.teambox .more a {
    float: none;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    padding: 0px 30px;
    border-radius: 30px;
    color: rgb(255, 255, 255);
}

.teambox .more a:hover {
    background: rgb(136, 0, 12);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(136, 0, 12);
}

.member .slick-slide {
    float: left;
    margin: 0px 20px;
    text-align: center;
}

.member li a {
    display: block;
}

.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%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
}

.member li p {
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 20px;
    margin-top: 15px;
    line-height: 36px;
}

.team_intro {
   /* display: table;*/
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(16, 83, 148, 0.2);
}

.team_intro div {
    font-size: 24px;
    line-height: 36px;
    color: rgb(51, 51, 51);
    margin-bottom: 17px;
    font-weight: 600;
}

.team_intro dl {
    display: block;
}

.team_intro dt {
    font-size: 16px;
    display: block;
    position: relative;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 44px;
    background: url("../images/blue-back.png") left center no-repeat;
    height: 44px;
    width: 160px;
    margin-bottom: 20px;
}

.team_intro dd {
    overflow: hidden;
    zoom: 1;
    line-height: 36px;
    text-indent: 2em;
    font-size: 16px;
}

.footer::before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    top: -220px;
    left: 0px;
    width: 100%;
    height: 220px;
    background: url("../images/botom-back.png") left top no-repeat;
}

.footb div {
    padding: 17px 0px 14px;
    text-align: center;
}

.footb span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    opacity: 0.48;
    padding: 0px 8px;
}

.footb img {
    vertical-align: middle;
}

.visit ul {
    font-size: 0px;
}

.visit li {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: bold;
}

.visit li:last-child {
    border-right: 0px;
}

.visit li p {
    font-size: 16px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-weight: 100;
}

.tutor a {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 0px 25px;
    color: rgb(255, 255, 255);
    margin: 0px 40px;
    background: rgb(16, 83, 148);
    width: 180px;
    height: 48px;
    line-height: 48px;
    border-radius: 25px;
}

.tutor a:hover {
    opacity: 0.9;
}

.copy {
    width: 100%;
    border-top: 1px solid rgb(161, 185, 207);
    text-align: center;
    padding: 10px;
    line-height: 26px;
    margin-top: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.whitebg {
    background: rgb(255, 255, 255);
    margin-top: -150px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}

.introbox.whitebg .photobox {
    box-shadow: none;
}

.list_R dt {
    font-size: 18px;
    line-height: 30px;
    padding: 8px 0px 8px 25px;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    /* background: url(../images/linkicon.png) no-repeat 10px 15px; */
    background: url(../images/bg-item02.png) no-repeat left 12px;
}

.list_R dt a {
    color: rgb(51, 51, 51);
}

.list_R dt:hover a {
    color: rgb(23, 97, 176);
}

.list_R dd {
    line-height: 28px;
    font-size: 16px;
    padding: 10px 15px 10px 35px;
    border-bottom: 1px dashed rgb(229, 229, 229);
    background: url("../images/linkicon.png") 10px 15px no-repeat;
    background: url(../images/linkicon.png) no-repeat 10px 15px;
}

.list_R dd:hover a {
    color: rgb(23, 97, 176);
}

.pd-m {
    padding: 25px 0px;
}

.team_c {
    margin-top: 15px;
}

.team_c dl {}

.team_c dt {
    font-size: 16px;
    display: block;
    padding: 10px;
    position: relative;
    font-weight: bold;
    color: rgb(14, 83, 180);
    float: left;
}

.team_c dd {
    overflow: hidden;
    zoom: 1;
    line-height: 30px;
    padding-top: 5px;
}

.team_member {}

.team_member li {
    width: 16%;
    margin: 20px 2%;
    padding: 5px;
    float: left;
    text-align: center;
    background: rgb(255, 255, 255);
}

.team_member li a {
    display: block;
}

.team_member li .picture {
    padding-top: 140%;
    position: relative;
    overflow: hidden;
    background: #e3eaf7;
}

.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 ease 0s;
}

.team_member li p {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

/*åˆ†é¡µ*/




.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 #333 !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: rgb(255, 255, 255);
    padding: 30px 60px;
    max-width: 1440px;
   margin:auto;
}

.nobg {
    background: transparent;
}

.location h1 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}

.location span {
    float: right;
    color: rgb(153, 153, 153);
    padding-right: 35px;
}

.compage {
    padding: 0px;
}

.flow {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-top: 30px;
}

.flow:last-child {
    border-bottom: 0px;
}

.column_tit {
    line-height: 30px;
    padding: 10px 0px;
    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: rgb(255, 255, 255);
    text-align: center;
    line-height: 44px;
    background: rgb(23, 97, 176);
    padding: 0px 30px;
}

.column_tit a {
    position: absolute;
    right: 0px;
    top: 18px;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    background: url("../images/moreicon.png") left center no-repeat;
    padding-left: 40px;
}

.column_tit a:hover {
    font-weight: bold;
}

.column_tit h1 {
    padding: 5px 20px;
    background: rgb(153, 16, 25);
    color: rgb(255, 255, 255);
    font-size: 18px;
    position: relative;
}

.compage a.morebtn {
    margin-top: 0px;
    float: right;
    padding-left: 50px;
    background: url("../images/morebg.png") left 20px no-repeat;
    font-size: 16px;
    color: rgb(153, 16, 25);
    height: 50px;
    line-height: 50px;
}

.compage a.morebtn:hover {}

.flow .pl, .tplist {
    line-height: 28px;
}

.zhlist {}

.zhlist li {
    padding: 15px 0px 15px 37px;
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid rgb(229, 229, 229);
    background: url("../images/bg-item02.png") 10px 19px no-repeat;
}

.zhlist li a {
    display: block;
}

.zhlist li:last-child {
    border-bottom: 0px;
}

.zhlist li:hover a {
    color: rgb(23, 97, 176);
}

.tplist {}

.tplist li {
    width: calc(22%);
    margin: 10px 1.5%;
    float: left;
    vertical-align: top;
}

.tplist li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tplist li a .pic_p {
    display: block;
    background: rgb(245, 245, 245);
    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 ease 0s;
}

.tplist li p {
    text-align: center;
    line-height: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(51, 51, 51);
    padding: 0px 5px;
}

.particular {
    float: left;
    width: 20%;
}

.particular li {
    padding: 20px 10px;
    background: rgb(255, 249, 240);
    box-shadow: rgb(207, 207, 207) 0px 1px 5px;
    margin-bottom: 15px;
    border-radius: 10px 0em 0em 10px;
    cursor: pointer;
}

.particular li.on {
    background: url("../images/tabbg.png") right bottom no-repeat rgb(143, 0, 11);
    color: rgb(255, 255, 255);
}

.particular li.on a {
    color: rgb(255, 255, 255);
}

.piclist {
    width: 77%;
    float: left;
    margin-left: 20px;
}

.piclist li {
    width: 30%;
    margin: 0px 0px 20px 2.8%;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgb(229, 229, 229);
}

.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 0px;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.content .Subtitle .time {
    display: inline-block;
    color: rgb(136, 136, 136);
    margin: 0px 10px;
    font-size: 14px;
}

.content .Subtitle .click {
    display: inline-block;
    color: rgb(136, 136, 136);
    margin: 0px 10px;
    font-size: 14px;
}

.content .subs {
    margin: 25px 0px;
    line-height: 28px;
}

.content .subs p img {
    max-width: 90%;
    margin: 0px auto;
}

.enclosure {}

.enclosure h3 {
    font-size: 16px;
    display: inline-block;
    padding: 10px 35px 10px 20px;
    position: relative;
    background: rgb(232, 240, 249);
    border-width: 1px 0px 1px 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(6, 130, 214);
    border-bottom-color: rgb(6, 130, 214);
    border-left-color: rgb(6, 130, 214);
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    font-weight: bold;
    color: rgb(1, 62, 116);
}

.enclosure h3::after {
    content: "";
    width: 37px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: -1px;
    background: url("../images/btsj.png") 0% 0% / 100% 102% no-repeat;
}

.enclosure .wzlist {
    padding-left: 20px;
}

.enclosure .wzlist li {
    line-height: 28px;
    padding: 5px 0px 5px 25px;
    background: url(../images/bg-item02.png) no-repeat left 6px;
}

.enclosure .imglist {
    margin-top: 10px;
}

.enclosure .imglist li {
    width: calc(22%);
    padding: 5px;
    height: 200px;
    vertical-align: top;
    margin: 10px 1.5%;
    border: 1px solid rgb(1, 102, 192);
    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 0px;
    line-height:24px;
}

.flip li span {
    float: left;
    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 0px;
}

.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: rgba(39, 63, 165, 0.2);
    color: rgb(16, 83, 148);
    vertical-align: middle;
    margin-right: 20px;
}

.structure dl dd {
    display: table-cell;
    line-height: 28px;
    padding: 10px 15px;
    vertical-align: middle;
    background: rgb(246, 246, 246);
}

.yd_list {
    display: none;
}

.titlist li {
    line-height: 28px;
    padding: 10px 0px 10px 20px;
    background: url("../images/gdjt.png") left 19px / 5px no-repeat;
    border-bottom: 1px dashed rgb(163, 163, 163);
}

.edu {
    width: 45%;
}

.edu .tit a, .part_tit a {
    position: absolute;
    right: 0px;
    top: 5px;
    line-height: 28px;
    font-size: 14px;
    color: rgb(164, 34, 39);
    font-weight: normal;
    background: url("../images/moreicon.png") left center no-repeat;
    padding-left: 40px;
}

.edu .tit a:hover {
    font-weight: bold;
}

.experice {
    margin-top: 30px;
    margin-left: 85px;
    border-left: 2px solid #e5e5e5;
    padding-left: 0 !important;
}

.experice li {
    background: url("../images/iconlist.png") 0px 0px no-repeat;
    padding-left: 40px;
    display: table;
}

.pic {
    padding-top: 67.5%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s;
}

.headtop div>ul>li ul {
    position: absolute;
    right: 0px;
    bottom: -601%;
    z-index: 10000;
    display: none;
    background-image: linear-gradient(rgb(94, 142, 207), rgb(19, 84, 172)), linear-gradient(rgb(142, 12, 24), rgb(142, 12, 24));
    background-blend-mode: normal, normal;
}

.introbox {
    transition: all 0.5s ease 0s;
    position: relative;
    padding: 46px 56px 32px 80px;
    background-color: rgb(23, 97, 176);
    max-width: 1400px;
    margin: -100px auto 0px;
}

.contact h1 {
    font-size: 20px;
    font-weight: bold;
    border-left: 3px solid rgb(255, 255, 255);
    padding-left: 10px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    line-height: 30px;
}

.brief .data li {
    width: 50%;
    float: left;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 36px;
}



.experice li h2 {
    background: url("../images/dataico.png") left 6px no-repeat;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

.experice li span em {
    display: inline-block;
    background: rgb(104, 182, 151);
    margin-left: 20px;
    padding: 0px 10px;
    position: relative;
}

.experice li span em::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 0px;
    border-right: 15px solid rgb(104, 182, 151);
    border-bottom: 40px solid transparent;
}

.experice li p {
    font-size: 20px;
    color: rgb(60, 61, 61);
    display: table-cell;
    line-height: 29px;
    height: 29px;
    overflow: hidden;
    vertical-align: middle;
}

.lunwBoxr .kydata {
    padding-top: 1px;
    padding-left: 62px;
}

.lunwBox .lunwBoxr .slideBox .we ul .on::before {
    content: "";
}

.lunwBox .lunwBoxr .slideBox .we ul>a {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
}

.lunwBox .lunwBoxr .slideBox .we ul li::before {
    content: none;
    position: absolute;
    left: 70px;
    bottom: -35px;
    width: 32px;
    height: 15px;
    background: url("../images/dasanj.png") center top no-repeat;
}

.account {
    margin-top: 20px;
}

.account p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-indent: 2em;
    line-height: 30px;
}

.leftbox {
    float: left;
    width: calc(100% - 400px);
    padding-right: 30px;
    margin-top: -40px;
}

.kybox {
    background: rgb(248, 248, 248);
    padding-bottom: 50px;
}

.kydata {
    padding-top: 1px;
    padding-left: 70px;
}

.kydata li {
    background: url("../images/iconcg.png") left 1px no-repeat;
    padding-left: 54px;
    margin-bottom: 30px;
}

.sd kydata li {
    margin-bottom: 30px;
}

.tb .kydata li {}

.kydata li:nth-child(4) {}

.slidelw .kydata li {
    background: none;
    padding-left: 54px;
    margin-bottom: 60px;
    position: relative;
    line-height: 29px;
}

.slidelw .kydata li a {
    display: block;
}

.slidelw .kydata li::before {
    background: url("../images/back.png");
    width: 29px;
    height: 29px;
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
}
/*
.slidelw .kydata li::after {
    background-color: rgb(229, 229, 229);
    width: 2px;
    height: 88px;
    content: "";
    position: absolute;
    left: 14.5px;
    top: 29px;
}
*/

.footer {
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgb(12, 82, 158);
    position: relative;
    padding-top: 55px;
}

.foot {
    display: table;
    width: 100%;
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bq {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 77px;
}

.bq h1 {
    font-size: 24px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-left: 4px solid rgb(255, 255, 255);
    padding-left: 10px;
    position: relative;
}

.bq p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 32px;
}

.bq p span:first-child {
    margin-right: 35px;
}

.visit {
    width: 33.5%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.tutor {
    clear: both;
    text-align: center;
    margin-top: 40px;
    vertical-align: middle;
}

.experice li h2 {
    background: url("../images/dataico.png") left 6px no-repeat;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

.experice li span em {
    display: inline-block;
    background: rgb(104, 182, 151);
    margin-left: 20px;
    padding: 0px 10px;
    position: relative;
}

.experice li span em::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 0px;
    border-right: 15px solid rgb(104, 182, 151);
    border-bottom: 40px solid transparent;
}

.location {
    margin-top: 20px;
    background: url("../images/xxbg_red.png") left bottom repeat-x;
    line-height: 60px;
}

@media only screen and (max-width: 1400px) {
    .lunwBox .lunwBoxr .slideBox {
        max-width: 600px;
    }

    .lunwBox .lunwBoxr .slideBox .we ul li {
        display: inline-block;
        width: 45%;
        position: relative;
        padding-left: 24px;
    }

    .headtop {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .logo span {
        font-size: 30px;
    }

    #menu ul {
        width: 100%;
    }

    .conbox .slideBox .hd li:nth-child(2) {
        margin-right: 0.4px;
    }

    .lunwBox .lunwBoxl {
        width: 100%;
        float: none;
        margin-bottom: 60px;
    }

    .lunwBox .lunwBoxr .slideBox {
        /* padding-right: 5.5%; */
        margin-right: 60px;
        background-color: rgb(16, 83, 148);
    }


    .logo span {
        font-size: 30px;
    }

    .bq {
        width: 29%;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }



    #menu ul {
        width: 100%;
    }

    .conbox .slideBox .hd li:nth-child(2) {
        margin-right: 0px;
    }

    .lunwBox .lunwBoxl {
        width: 100%;
        float: none;
        margin-bottom: 60px;
        display: none;
    }

    .lunwBox .lunwBoxr {
        display: block;
        margin-left: 0px;
        width: auto;
    }

    .lunwBox .lunwBoxr .slideBox {
        background-color: rgb(16, 83, 148);
        max-width: 100%;
    }

    .slidelw .kydata li::after {
        height: 92.5px;
    }

    .brief .data li {
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {


    .headtop{display:none;}

    .lunwBox .lunwBoxr .slideBox .xd {
        top: 62px;
    }

    .kydata {
        padding-left: 35px; margin-left:50px;
    }

    .slidelw .kydata li {
        background: none;
        padding-left: 25px;
        margin-bottom: 40px;
        position: relative;
    }

    .slidelw .kydata li {
        padding-left: 25px;
        margin-bottom: 20px;
    }

    .brief .data li {
        width: 100%;
    }

    .enclosure .imglist li {
        width: 23%;
        height: 150px;
    }

    .structure dl dt {
        width: 25%;
    }

    .slidelw .kydata li {
        padding-left: 25px;
        margin-bottom: 20px;
    }

    .conbox .slideBox .hd li:nth-child(2) {
        margin-right: 0.35px;
    }

    .conbox .slidelw .hd li {
        width: 33.1%;
    }

    .conbox .slideBox .hd li {
        font-size: 22px;
        margin: 0px 0.7px;
    }

    .experice li p {
        font-size: 18px;
    }

    .slidelw .kydata li::after {
        height: 0px;
    }

    .logo {
        width: auto;
    }

    .logo i {
        height: 50px;
    }

    .searchbtn {
        display: none;
    }

    .searhbox01, .head .eng {
        display: none;
    }

    .head {
        padding: 15px 10px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .top i.searchbtn {
        display: none !important;
    }

    .nav, .headr .ce {
        display: none
    }

    .mob {
        display: block;
    }

    .nav-icon {
        margin-left: auto;
        display: block;
    }

    #menu {
        width: 0px;
    }

    .more_ul {
        width: 220px;
        right: 0px;
        left: auto;
    }

    ul.erji_nav {
        position: relative;
        left: auto;
        top: auto;
        display: none;
    }

    .select_box .more_ul li a {
        background: rgb(153, 16, 25);
    }

    a.yiji_nav {
        text-align: left;
        width: 85%;
        float: left;
        text-indent: 10px;
    }

    li.yiji_nav .jt {
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        z-index: 122;
        position: absolute;
        right: 10px;
        top: 11px;
        background: url("../images/jtx.png") center center / 0.15rem no-repeat;
    }

    .namebox::after {
        display: none;
    }

    .introbox {
        margin-top: -205px;
        width: 100%;
    }

    .basic {
        float: none;
        width: calc(100% - 50px);
        margin-left: auto;
        margin-right: auto;
    }

    .leftbox {
        float: none;
        padding-right: 0px;
        width: 100%;
        margin-top: 80px;
    }

    .part {
        background: url("../images/partbg.jpg") center top / cover no-repeat;
        margin-top: 40px;
        padding-bottom: 42px;
        padding-top: 30px;
    }

    .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: 0px;
    }

    .enclosure .imglist li {
        width: 23%;
        height: 150px;
    }

    .structure dl dt {
        width: 25%;
    }

    .location {
        margin-top: 0;
    }
}

@media only screen and (max-width: 959px) {
    .slideBox {
        padding: 0px 0px 25px;
    }

    .kydata .details {
        line-height: 35px;
    }

    .conbox .slideBox .bd {
        padding-right: 30px;
    }

    .conbox .slideBox .hd li {
        font-size: 22px;
        margin: 0px 0.5px;
    }

    .introbox .photobox {
        float: none;
        margin: 0px auto;
    }

    .brief {
        margin: 0px auto;
        width: auto;
        float: none;
    }

    .contact p {
        width: auto;
        float: none;
    }

    .edu {
        width: auto;
        float: none !important;
    }

    .member li {
        width: 33.333%;
        margin-top: 15px;
    }

    .bq {
        margin-top: 20px;
    }

    .research {
        width: auto;
        float: none !important;
    }

    .team {
        height: 540px;
    }

    .tit {
        font-size: 16px;
    }

    .nrwz a {
        margin-top: 0px;
    }

    .menlist li span {
        height: 189px;
    }

    .teacher_pic {
        margin-right: 20px;
    }

    .teacher_int {
        width: 97%;
        float: none;
        margin-left: 0px;
    }

    .tplist li {
        width: calc(30.333%);
    }

    .tplist li span {
        height: 90px;
    }

    .piclist li {
        width: 29.8%;
    }

    .piclist li span {
        height: 120px;
    }

    .team_member li {
        width: 21%;
    }

    .conbox .slideBox .hd li:nth-child(-n+2) {
        margin-right: 0px;
    }

    .introbox .photobox {
        float: none;
        margin: 0px auto;
    }

    .brief {
        margin: 0px auto;
        width: auto;
        float: none;
    }

    .brief .data li {
        float: none;
        margin: 15px 0px;
        line-height: 26px;
    }

    .contact p {
        width: auto;
        float: none;
    }

    .edu {
        width: auto;
        float: none !important;
    }

    .member li {
        width: 33.333%;
        margin-top: 15px;
    }

    .visit, .bq, .tutor {
        width: 100%;
        text-align: center;
        display: block;
    }

    .bq {
        margin-top: 20px;
    }

    .bq p {
        text-align: left;
        padding-left: 8%;
    }

    .research {
        width: auto;
        float: none !important;
    }

    .team {
        height: 540px;
    }

    .tit {
        font-size: 16px;
    }

    .nrwz a {
        margin-top: 0px;
    }

    .menlist li span {
        height: 189px;
    }

    .teacher_pic {
        margin-right: 20px;
    }

    .teacher_int {
        width: 97%;
        float: none;
        margin-left: 0px;
    }

    .tplist li {
        width: calc(30.333%);
    }

    .tplist li span {
        height: 90px;
    }

    .piclist li {
        width: 29.8%;
    }

    .piclist li span {
        height: 120px;
    }

    .team_member li {
        width: 21%;
    }

    .footer {
        padding-top: 30px;
    }

    .foot {
        display: table;
        width: 100%;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media only screen and (max-width: 768px) {
    .experice li span {
        display: table-cell;
        vertical-align: top;
        color: rgb(51, 51, 51);
        font-size: 25px;
        font-style: italic;
        font-weight: bold;
        min-width: 205px;
        padding-right: 7px;
    }

    .logo {
        width: 85%;
        text-align: left;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0px;
    }

    .conbox .slidelw .hd li {
        font-size: 26px;
        line-height: 80px;
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 33%;
        margin: 0px 1px;
    }

    .logo span {
        font-size: 18px;
    }

    .logo a {
        margin-right: auto;
    }

    .logo i {
        height: 35px;
        margin: 0px auto 0px 0px;
    }

    .logo img {
        width: 100%;
    }

    .logo span {
        margin-right: auto;
    }

    .introbox {
        margin-top: -20px;
        padding: 20px 30px;
    }

    .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: 0px;
    }

    .member li {
        width: 50%;
        margin-bottom: 15px;
    }

    .logo {
        width: 85%;
        text-align: left;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0px;
    }

    .logo span {
        font-size: 18px;
    }

    .logo a {
        margin-right: auto;
    }

    .logo i {
        height: 35px;
        margin: 0px auto 0px 0px;
    }

    .logo img {
        width: 100%;
    }

    .logo span {
        margin-right: auto;
    }

 
    .brief {
        float: none;
        width: 100%;
        padding-top: 1px;
        padding-bottom: 15px;
    }

    .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: 0px;
    }

    .member li {
        width: 50%;
        margin-bottom: 15px;
    }

    .kydata li {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 640px) {
    .lunwBox .lunwBoxr .slideBox .we {
        padding: 0px;
        margin-left: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    }

    .itembox {
        margin: 30px auto 0px;
    }

    .jyjl {
        padding: 30px 0px;
    }

    .bq p span:first-child {
        margin-right: 20px;
    }

    .tit_in {
        font-size: 20px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        position: relative;
        padding-bottom: 8px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        line-height: 30px;
    }

    .brief .data li {
        font-size: 16px;
    }

    .bq p {
        padding-left: 8%;
        padding-right: 8%;
    }

    .lunwBox .lunwBoxr .slideBox .xd {
        position: absolute;
        top: 23px;
        right: 20px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: rgb(255, 255, 255);
    }

    .kydata {
        padding-top: 0px;
        padding-left: 0px;  margin-left:25px;
    }

    .lunwBox .lunwBoxr .slideBox .we ul li a {
        font-size: 25px;
    }

    .lunwBoxr .slidelx .kydata li a {
        font-size: 16px;
    }

    .kydata li:last-child {
        margin-bottom: 0px;
    }

    .conbox .slideBox .bd {
        border-radius: 10px;
        margin-top: 20px;
    }

    .part_tit h1 {
        font-size: 22px;
    }

    .bkbox {
        padding: 15px;
    }

    .work li {
        border-spacing: 0px;
        margin-bottom: 15px;
    }

    .slideBox .hd li {
        font-size: 18px;
        margin: 0px 1%;
    }

    .conbox .slideBox .hd li {
        width: 32.22%;
        font-size: 22px;
    }

    .slideBox .hd li.on {
        font-size: 22px;
    }

    .itembox, .slideBox, .partbox {
        padding: 20px;
    }

    .lunwBox .lunwBoxr .slideBox {
        margin-right: 0;
    }

    .experice li span {
        display: inline-block;
        font-size: 22px;
    }

    .experice li p {
        display: block;
        font-size: 16px; height:auto;
    }

    .work li span {
        display: block;
    }

    .lunwBoxr .kydata {
        padding-top: 1px;
        padding-left: 0px;
    }

    .lunwBox .lunwBoxr .slideBox .we ul li a {
        font-size: 22px;
    }

    .lunwBox .lunwBoxr .slideBox .we ul li::before {
        width: 27px;
        height: 10px;
        left: 50px;
        bottom: -17px;
    }

    .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: 0px 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: 0px;
        margin-top: 10px;
    }

    .team_c dt {
        display: inline-block;
        float: none;
    }

    .team_member li {
        width: 46%;
    }

    .tplist li {
        width: calc(47%);
    }

    .relist li {
        width: auto;
        float: none !important;
    }

    .member .slick-list {
        width: calc(100% - 60px);
    }

    .member .slick-next, .member .slick-prev {
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
    }

    .head {
        z-index: 99;
        margin: 0px;
        position: relative;
        padding: 22px 0px;
    }

    .lunwBox .lunwBoxr .slideBox .we ul {
        padding-bottom: 5px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 414px) {
    .experice li span {
        display: inline-block;
        font-size: 18px;
    }

    .conbox .slideBox .bd {
        padding-right: 0px;
    }

    .conbox .slideBox .hd li {
        font-size: 20px;
    }

    .slideBox .hd li.on {
        font-size: 20px;
    }

    .tit_in {
        font-size: 20px;
    }

    .brief {
        padding-bottom: 5px;
    }

    .contact p {
        font-size: 14px;
        line-height: 25px;
    }

    .namebox {
        font-size: 32px;
    }

    .experice li p {
        display: block;
        font-size: 14px;
    }

    .lunwBoxr .slidelx .kydata li a {
        font-size: 14px;
    }

    .bq p {
        font-size: 14px;
        color: rgb(255, 255, 255);
        line-height: 25px;
    }

    .intro .name {
        font-size: 24px;
        line-height: 46px;
        padding-left: 103px;
        width: 100%;
        background-size: 100%;
    }

    .visit li {
        padding: 0px 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;
    }

    .team_intro dd {
        padding-left: 0px;
        font-size: 14px;
    }

    .itembox, .slideBox {
        padding: 20px;
    }

    .part {
        margin-top: -160px;
        padding-top: 169px;
    }

    .itembox .title span {
        font-size: 16px;
        margin-left: 0px;
    }

    .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(2n) {
        margin-right: 0px;
    }

    .member li {
        width: calc(50% - 8px);
    }

    .tplist li a span {
        height: 130px;
        line-height: 129px;
    }

    .namebox {
        font-size: 32px;
    }

    .intro .name {
        font-size: 24px;
        line-height: 46px;
        padding-left: 103px;
        width: 100%;
        background-size: 100%;
    }

    .visit li {
        padding: 0px 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;
    }

    .kydata li {
        margin-bottom: 10px;
        padding-left: 41px;
    }

    .team_intro dd {
        padding-left: 0px;
        font-size: 14px;
    }

    .itembox, .slideBox {
        padding: 20px;
    }

    .part {
        margin-top: -160px;
        padding-top: 169px;
    }

    .itembox .title span {
        font-size: 16px;
        margin-left: 0px;
    }

    .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(2n) {
        margin-right: 0px;
    }

    .member li {
        width: calc(50% - 8px);
    }

    .tplist li a span {
        height: 130px;
        line-height: 129px;
    }

    .kydata li:nth-child(4) {}
}

@media only screen and (max-width: 380px) {
    .introbox.whitebg .brief {
        padding: 0px 10px;
    }

    .name h1 {
        font-size: 22px;
    }

   

    .brief .data li {
        margin: 10px 0px;
    }

    .relist {
        padding: 15px 10px;
    }

    .introbox {
        margin-top: -15px;
        padding: 10px;
    }

    .itembox, .slideBox, .partbox {
        padding: 10px;
    }

    .conbox .slideBox .hd li {
        width: 32.5%;
        font-size: 18px;
    }

    .tit_in {
        font-size: 18px;
    }

    .contact h1 {
        font-size: 18px;
    }

    .lunwBox .lunwBoxr .slideBox .we ul li a {
        font-size: 18px;
    }

    .footb div {
        padding: 17px 20px 14px;
        text-align: center;
    }

    .lunwBox .lunwBoxr .slideBox .xd {
        top: 13px;
    }
}

@media only screen and (max-width: 320px) {
    .part01::after {
        display: none;
    }

    .name h1::after {
        display: none;
    }

    .tutor a {
        width: 90%;
        font-size: 14px;
    }
}