.nav li .lv2 {position: absolute;top: 140%;right: auto;bottom: auto;left: 50%;z-index: 1;width: auto;min-width: 5rem;padding: .15rem .1rem .5rem;font-size: 0;background:  rgba(255, 255, 255, 0.9);-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;visibility: hidden;opacity: 0;white-space: nowrap;transform: translateX(-50%);}
.nav li .lv2 dd {display: inline-block;vertical-align: top;width: 200px;padding: 0 20px;}
.nav li .lv2 .fl, .nav li .lv2 .fr {width: 100%;text-align: center;}
.nav li .lv2 h4 {margin: 0 0 15px;font-size: 18px;line-height: 60px;font-family: Microsoft YaHei;color: #333;font-weight: 700;border-bottom: 1px solid #004bb5;text-align: center;}
.nav li .lv2 h4 a {vertical-align: top;width: 100%;font-size: 18px;line-height: 60px;font-family: Microsoft YaHei;color: #333;font-weight: 700;}
.nav li .lv2 a {padding: 0;font-family: Microsoft YaHei;font-size: 16px;color: #333;text-align: center;line-height: 40px;font-weight: 400;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.nav li .lv2 a:hover {color: #0048b2;}
.nav li:hover .lv2 { top: 100%; visibility: visible; opacity: 1;}
@media screen and (max-width: 1024px) {
.nav li .lv2 {display: none;width: 100%;min-width: auto;padding: 0 0 20px;background: none;opacity: 1 !important;visibility: visible !important;position: static;-webkit-transition: none !important;-moz-transition: none !important;-o-transition: none !important;transition: none !important;white-space: initial;transform: inherit;}
.nav li .lv2 dd {width: 100%;padding: 0 0px 0px;text-align: left;}
.nav li .lv2 .fl, .nav li .lv2 .fr { width:50%;}
.nav li .lv2 h4, .nav li .lv2 h4 a {font-size: 16px;line-height: 36px;}
.nav li .lv2 a { display: inline-block;}
}




* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bebas.eot');
    src: url('../fonts/Bebas.eot?#iefix') format('embedded-opentype'), url('../fonts/Bebas.woff2') format('woff2'), url('../fonts/Bebas.woff') format('woff'), url('../fonts/Bebas.svg#Bebas') format('svg');
}

li {
    list-style: none;
}




html,
body {
    width: 100%;
    margin: 0 auto;
}




.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}




*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}




body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #004db7;
}



.di_in {
    display: inline-block;
}

.di_no,
.dp-none {
    display: none;
}

.di_bl {
    display: block;
}


.v_middle {
    vertical-align: middle;
}


.te_c {
    text-align: center;
}


.p_r {
    position: relative;
}


.bgfff {
    background: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img {
    transition: all .3s;
}

.container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1400px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header {
    width: 100%;
    background: url(../images/bg.png)no-repeat center bottom;
    background-size: cover;
    z-index: 1000;
    z-index: 999;
}

.header .logo {
    height: 136px;
}

.header .logo img {
    height: 80px;
}
.m_link_top{display:none;}
.header .link_top{
    text-align:right;
    padding:0 10px;
    margin-bottom:10px;
}
.header .link_top a{
     font-size:16px;
}

.header .link_top a:hover{
    color:#2c59be;
}

.header .search {
    background-color: #FFF;
    width: 384px;
    height: 44px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border: 1px #D9D9D9 solid;
    overflow: hidden;
}

.header .search input[type='text'] {
    width: 100%;
    padding: 0 15px;
}

.header .search input[type='submit'] {
    background: url(../images/search.svg)no-repeat center;
    width: 60px;
    background-size: 20px;
}

.m-btn {
    position: absolute;
    right: 15px;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/m-btn.svg)no-repeat center;
    background-size: 100%;
    display: none;
}

.mark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.mark.on {
    z-index: 100;
    opacity: .8;
}

.m-search {
    display: none;
    margin-bottom: 20px;
}

.m-search>div {
    display: flex;
}

.m-search input[type='text'] {
    height: 34px;
    border: 1px #D6D6D6 solid;
    width: 100%;
    padding: 0 15px;
}

.m-search input[type='submit'] {
    background-color: #2C59BE;
    color: #FFF;
    font-size: 14px;
    padding: 0 15px;
    border: 0;
}

.nav {
    width: 100%;
    height: 53px;
    background: url(../images/navbg.png)no-repeat center;
    background-size: auto 100%;
    z-index: 99;
}

.nav>ul>li>a {
    font-size: 20px;
    color: #FFF;
    line-height: 53px;
}

.nav .subnav {
    position: absolute;
    left: 50%;
    min-width: 140px;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 9;
    padding: 10px 20px;
    display: none;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.nav .subnav a {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-align:center;
}

.copyright {
    background-color: #646464;
    font-size: 14px;
    color: #FFF;
    line-height: 2;
    padding: 35px 0;
}

.copyright a {
    color: #FFF;
    margin: 0 5px;
}

.copyright .an {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.copyright .an img {
    height: 43px;
}

.footer {
    padding: 40px 0;
}

.footer .item {
    padding-right: 130px;
    margin-right: 130px;
    border-right: 1px #D8D8D8 solid;
}

.footer .item:last-child {
    margin-right: 0;
    width: 540px;
}

.footer .item .title {
    font-weight: bold;
}

.footer .text,
.footer .item .link {
    font-size: 14px;
    margin-top: 15px;
}

.footer .item .link a {
    margin-right: 35px;
}

.footer .item .link a:last-child {
    margin-right: 0;
}

.footer .erwma-con {
    width: 300px;
    font-size: 14px;
    display:flex;
}
.footer .erwma-con>div{
    flex:1;
    margin: 0 26px;
}

.footer .erwma-con .erwma {
    height: 105px;
    overflow: hidden;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

@media (max-width:1366px) {
    .footer .item {
        margin-right: 90px;
        padding-right: 90px;
    }
}

@media (min-width:1025px) {
    .nav>ul>li:hover .subnav {
        display: block;
    }
}

@media (max-width:1199px) {
.fdpc{display:none;}
    .m-btn,
    .m-search {
        display: block;
    }
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .nav .tit::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 18px;
        width: 8px;
        height: 8px;
        border-right: 2px #ccc solid;
        border-bottom: 2px #ccc solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .m-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .header .logo {
        height: 90px;
    }
    .header .logo img {
        height: 50px;
    }
    .header .search,
    .copyright .an,
    .footer,
    .header .link_top {
        display: none;
    }
.m_link_top{
    display:block;
    text-align:right;
    padding:0 10px;
    margin-bottom:10px;
}
.m_link_top a{
     font-size:16px;
}

.m_link_top a:hover{
    color:#2c59be;
}
    .nav {
        float: none;
        position: fixed;
        width: 50%;
        height: calc(100% - 90px);
        z-index: 1000;
        background: #FFF;
        right: -80%;
        top: 70px;
        padding: 20px;
        overflow-y: auto;
    }
    .nav>ul>li {
        width: 100%;
    }
    .nav>ul>li>a {
        font-size: 16px;
        color: #000;
    }
    .nav .subnav {
        position: inherit;
        left: auto;
        box-shadow: none;
        width: 100%;
        transform: translateX(0);
    }
    .nav .subnav a{
        text-align:left;
    }
}

@media (max-width:767px) {
    body {
        font-size: 14px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .logo {
        height: 70px;
    }
    .header .logo img {
        height: 30px;
    }
    .nav {
        width: 70%;
        height: calc(100% - 70px);
    }
    .nav .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.page {
    margin: 60px 0;
}

.page a {
    border: 1px #c4c4c4 solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 13px;
    line-height: 36px;
    height: 36px;
    margin: 0 5px;
}

.page .prev,
.page .next {
    height: 36px;
    width: 36px;
}

.page .prev::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-bottom: 1px #303c49 solid;
    border-left: 1px #303c49 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.page .next::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px #303c49 solid;
    border-right: 1px #303c49 solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.page a.on {
    background-color: #2C59BE;
    border-color: #2C59BE;
    color: #FFF;
}

.crumb {
    border-bottom: 2px #f6f6f6 solid;
    line-height: 50px;
    height: 50px;
}

.crumb a {
    /* margin-right: 15px; */
    /* padding-right: 20px; */
    margin: 0 10px;
}

.crumb a:first-child {
    margin-left: 0;
}

.crumb a::before {
    /*content: '';*/
    width: 6px;
    height: 6px;
    border-bottom: 2px #74737c solid;
    border-right: 2px #74737c solid;
    position: absolute;
    right: 0;
    top: 44%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.crumb span {
    color: #2C59BE;
}

.pub-banner {
    overflow: hidden;
}

.text-list {
    margin-top: 30px;
}

.text-list li {
    padding: 30px;
    border-bottom: 1px #f6f6f6 solid;
    z-index: 2;
}

.text-list li .date {
    width: 90px;
    height: 90px;
    border: 1px #2C59BE solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 30px;
    color: #2C59BE;
}

.text-list li .date span {
    font-weight: bold;
    font-size: 24px;
}

.text-list li .tit {
    font-size: 18px;
}

.text-list li .text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}

.text-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
    background-color: #2C59BE;
}

.image-list {
    margin-top: 30px;
}

.image-list li {
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
}

.image-list li:nth-of-type(3n) {
    margin-right: 0;
}

.image-list li .pic {
    overflow: hidden;
    height: 240px;
}

.image-list li .date {
    color: #666;
    margin-top: 15px;
}

.image-list li .tit {
    font-size: 18px;
    margin-top: 5px;
}

.image-list li .text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
}

.news-details {
    margin-top: 40px;
}

.news-details h1 {
    font-size: 24px;
    line-height: 2;
}

.news-details .info {
    font-size: 14px;
    line-height: 2;
    border-bottom: 1px #f6f6f6 solid;
    color: #666;
    margin-top: 15px;
    padding-bottom: 15px;
}

.news-details .info>span {
    margin-right: 15px;
}

.news-details .body {
    padding: 30px;
    line-height: 2;
    padding-bottom: 50px;
    border-bottom: 1px #f6f6f6 solid;
}

.news-details .body p {
    margin-top: 6px;
    text-indent: 2em;
    font-size: 16px!important;
    background: none!important;
    font-family: 'Microsoft YaHei', arial, sans-serif!important;
    line-height: 30px!important;
}
.news-details .body span{
    font-size: 16px!important;
    background: none!important;
    font-family: 'Microsoft YaHei', arial, sans-serif!important;
}
.news-details .body img {
    max-width: 100%;
    margin: 0 auto;
    /* margin-top: 40px; */
    /* display: block; */
    height: auto!important;
}

.news-details .body table{
    margin:0 auto;
    max-width:100%;
}
.news-details .body table td{
    padding:5px 10px;
    box-sizing:border-box;
}
.news-details .body table p{
    text-indent:0px;
    margin-top:0px;
    
}
.news-details .prev-next {
    margin-top: 40px;
    line-height: 2;
}

.teacher-list {
    margin-top: 20px;
}

.teacher-list li {
    width: 49%;
    margin-right: 2%;
    margin-top: 40px;
    overflow: hidden;
}

.teacher-list li:nth-child(even) {
    margin-right: 0;
}

.teacher-list li .pic {
    width: 200px;
    height: 240px;
    margin-right: 30px;
}

.teacher-list li .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 15px;
}

.teacher-list li .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #2C59BE;
}

.teacher-list li .text {
    font-size: 14px;
    margin-top: 20px;
    color: #666;
}

.teacher-list li .text span {
    font-weight: bold;
}

.teacher-deatils {
    margin-top: 50px;
}

.teacher-deatils .info-con .pic {
    width: 320px;
    height: 400px;
    overflow: hidden;
    margin-right: 40px;
}

.teacher-deatils .info-con .name {
    font-size: 36px;
    line-height: 2;
    padding-bottom: 10px;
}

.teacher-deatils .info-con .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #2C59BE;
}

.teacher-deatils .info-con .text {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
}

.teacher-deatils .info-con .text span {
    font-weight: bold;
}

.teacher-deatils .body h2 {
    font-size: 24px;
    line-height: 2;
    border-bottom: 1px #f6f6f6 solid;
    padding-bottom: 10px;
    margin-top: 30px;
}

.teacher-deatils .body h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #2C59BE;
}

.teacher-deatils .body .text {
    font-size: 18px;
    line-height: 2;
    margin-top: 30px;
}

@media (min-width:1025px) {
    .text-list li:hover,
    .text-list li:hover .tit {
        color: #FFF;
    }
    .text-list li:hover .tit {
        font-weight: bold;
    }
    .text-list li:hover::before {
        width: 100%;
    }
    .text-list li:hover .date {
        border-color: #FFF;
        color: #FFF;
    }
    .image-list li:hover .pic img,
    .teacher-list li:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .pub-banner img {
        height: 300px;
    }
    .image-list li .tit,
    .teacher-deatils .info-con .text,
    .teacher-deatils .body .text {
        font-size: 16px;
    }
    .news-details {
        padding-bottom: 40px;
    }
    .news-details h1,
    .teacher-list li .name,
    .teacher-deatils .body h2 {
        font-size: 20px;
    }
    .teacher-deatils .info-con .name {
        font-size: 24px;
    }
}

@media (max-width:950px) {
    .text-list li {
        padding-left: 0;
        padding-right: 0;
    }
    .image-list li .pic {
        height: 180px;
    }
}

@media (max-width:767px) {
    .text-list li .date {
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
    .text-list li .date span,
    .teacher-deatils .info-con .name {
        font-size: 20px;
    }
.flex-nr{
    flex:auto;
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
}

    .pub-banner img {
        height: 260px;
    }
    .image-list li {
        width: 49%;
    }
    .image-list li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .image-list li:nth-child(even) {
        margin-right: 0;
    }
    .news-details h1,
    .teacher-list li .name {
        font-size: 18px;
    }
    .news-details .body {
        padding: 0;
        padding-bottom: 40px;
    }
    .teacher-deatils .info-con .pic {
        width: 260px;
        margin-right: 20px;
        height: 350px;
    }
}

@media (max-width:480px) {
    .pub-banner img {
        height: 220px;
    }
    .text-list li {
        padding: 20px 0;
    }
    .text-list li .tit,
    .image-list li .tit {
        font-size: 15px;
    }
    .text-list li .text {
        margin-top: 5px;
        font-size: 12px;
    }
    .text-list li .date {
        font-size: 12px;
        width: 60px;
        height: 60px;
        margin-top: 10px;
    }
    .text-list li .date span,
    .teacher-deatils .info-con .name {
        font-size: 18px;
    }
    .page,
    .image-list li .text,
    .image-list li .date {
        font-size: 12px;
    }
    .page a {
        padding: 0 10px;
        margin-top: 5px!important;
    }
    .image-list li,
    .teacher-list li,
    .teacher-deatils .info-con .pic {
        width: 100%;
        margin-right: 0;
    }
    .image-list li .date,
    .image-list li .text {
        margin-top: 5px;
    }
    .image-list li .tit {
        margin-top: 0;
    }
    .news-details,
    .teacher-list li,
    .news-details .body p,
    .news-details .body img {
        /* margin-top: 20px; */
    }
    .teacher-list li .pic {
        width: 140px;
        height: 180px;
        margin-right: 20px;
    }
    .teacher-list li .name {
        padding-bottom: 10px;
    }
    .teacher-list li .text {
        margin-top: 10px;
        line-height: 1.8;
    }
    .teacher-deatils,
    .teacher-deatils .info-con .text-content {
        margin-top: 30px;
    }
    .teacher-deatils .info-con .text,
    .teacher-deatils .body .text {
        font-size: 14px;
    }
    .teacher-deatils .body h2 {
        font-size: 16px;
    }
    .teacher-deatils .body .text {
        margin-top: 20px;
    }
}

.banner .swiper-pagination {
    bottom: 45px;
}

.banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    opacity: 1;
    background-color: #FFF;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin: 0 20px !important;
}

.banner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    background-color: #FFF;
    width: 56px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: -1;
}

.banner .swiper-pagination-bullet-active {
    background: none;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    left: -15px;
    bottom: -12px;
    z-index: 1;
    width: 45px;
    height: 75px;
    background: url(../images/on.png)no-repeat center bottom;
}

.search-con {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    width: 940px;
    padding: 25px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
}

.search-con .tabs span {
    height: 38px;
    line-height: 38px;
    width: 140px;
    font-size: 20px;
    cursor: pointer;
}

.search-con .tabs span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 60%;
    background-color: #333;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.search-con .tabs span:last-child::after {
    display: none;
}

.search-con .tabs span.on {
    background-color: #2C59BE;
    color: #FFF;
}

.search-con .con {
    margin-top: 25px;
}

.search-con .con .input {
    border: 1px solid #BCBCBC;
    background-color: #FFF;
}

.search-con .con input[type='text'] {
    width: 100%;
    padding: 0 20px;
    height: 50px;
}

.search-con .con input[type='submit'] {
    background: #2C59BE url(../images/search1.svg)no-repeat center;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-size: 18px;
    margin-right: 10px;
}

.Radio {
    margin-top: 20px;
}

.Radio input {
    display: none
}

.Radio label {
    padding: 0 16px 0 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}

.Radio label:before {
    box-sizing: border-box;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0 8px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.1S;
}

.Radio label:hover:before {
    border-color: #2C59BE;
}

.Radio input:checked+label:before {
    border: 5px solid #2C59BE;
}

@media (max-width:1199px) {
    .banner .swiper-slide {
        overflow: hidden;
    }
    .banner img {
        height: 500px;
    }
    .search-con {
        padding: 20px;
        width: 80%;
    }
    .search-con .tabs span {
        font-size: 18px;
    }
}

@media (max-width:950px) {
    .search-con .con input[type='text'] {
        height: 40px;
    }
    .search-con .tabs span {
        font-size: 16px;
        width: 100px;
    }
    .banner img {
        height: 400px;
    }
}

@media (max-width:480px) {
    .search-con {
        padding: 15px;
        width: 90%;
    }
    .search-con .tabs span {
        font-size: 14px;
        width: 90px;
    }
}

@keyframes spin {
    from {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }
    to {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }
}

.home-menu {
    width: 100%;
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    height: 261px;
}

.home-menu .container {
    height: 100%;
}

.home-menu .item {
    margin-right: 85px;
    margin-bottom: 40px;
}

.home-menu .item:last-child {
    margin-right: 0;
}

.home-menu .item .icon {
    width: 96px;
    height: 96px;
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.home-menu .item .text {
    font-size: 20px;
    margin-top: 15px;
    color: #FFF;
}

.home-menu .item:nth-child(1) .icon {
    background-image: url(../images/m1.svg);
}

.home-menu .item:nth-child(2) .icon {
    background-image: url(../images/m2.svg);
}

.home-menu .item:nth-child(3) .icon {
    background-image: url(../images/m3.svg);
}

.home-menu .item:nth-child(4) .icon {
    background-image: url(../images/m4.svg);
}

.home-menu .item:nth-child(5) .icon {
    background-image: url(../images/m5.svg);
}

.home-menu .item:nth-child(6) .icon {
    background-image: url(../images/m6.svg);
}

@media (min-width:1025px) {
    .home-menu .item:hover .icon {
        background-color: #FF9D04;
        animation-name: spin;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    }
    .home-menu .item:hover .icon::before {
        content: '';
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 1px #FF9D04 dashed;
    }
    .home-menu .item:hover .text {
        color: #FF9D04;
    }
    .home-menu .item:nth-child(1):hover .icon {
        background-image: url(../images/m1-on.svg);
    }
    .home-menu .item:nth-child(2):hover .icon {
        background-image: url(../images/m2-on.svg);
    }
    .home-menu .item:nth-child(3):hover .icon {
        background-image: url(../images/m3-on.svg);
    }
    .home-menu .item:nth-child(4):hover .icon {
        background-image: url(../images/m4-on.svg);
    }
    .home-menu .item:nth-child(5):hover .icon {
        background-image: url(../images/m5-on.svg);
    }
    .home-menu .item:nth-child(6):hover .icon {
        background-image: url(../images/m6-on.svg);
    }
}

@media (max-width:1199px) {
    .home-menu .item .text {
        font-size: 16px;
    }
    .home-menu .item {
        margin-right: 60px;
    }
}

@media (max-width:950px) {
    .home-menu .item {
        margin-right: 0px;
        width: 16.66%;
    }
    .home-menu .item .icon {
        width: 88px;
        height: 88px;
    }
}

@media (max-width:767px) {
    body,
    .home-menu .item .text {
        font-size: 14px;
    }
    .home-menu {
        height: auto;
        padding: 50px 0;
    }
    .home-menu .item {
        width: 33.333%;
        margin-bottom: 20px;
    }
    .home-menu .item .text {
        margin-top: 5px;
    }
}

.title-con {
    margin-top: 60px;
}

.title-con .title {
    padding-left: 110px;
    background-position: left center;
    background-repeat: no-repeat;
    height: 80px;
    background-size: 95px;
}

.title-con .cn {
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    margin-top: 5px;
    line-height: 1;
}

.title-con .cn span {
    color: #2C59BE;
}

.title-con .en {
    font-size: 12px;
    color: #8D8D8D;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    line-height: 1.4;
    margin-top: 5px;
    padding-left: 25px;
    font-style: italic;
}

.title-con .en::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: #8D8D8D;
}

.title-con .more {
    position: absolute;
    right: 0;
    top: 25px;
    background: url(../images/more.svg)no-repeat center;
    background-size: 100%;
    width: 56px;
    height: 32px;
    display: none;
}

.home-news {
    width: 100%;
    height: 1260px;
    background: url(../images/bg2.jpg)no-repeat center bottom;
    z-index: 1;
}

.home-news .title-con .title {
    background-image: url(../images/t-icon1.svg);
}

.home-news .title-con .line {
    height: 1px;
    border-top: 1px dashed #2C59BE;
    margin-left: 30px;
    margin-right: 30px;
}

.home-news .title-con .submenu span {
    width: 160px;
    height: 46px;
    border: 1px #2C59BE solid;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    font-size: 24px;
    color: #2C59BE;
    margin-right: 20px;
    cursor: pointer;
}

.home-news .title-con .submenu span:last-child {
    margin-right: 0;
}

.home-news .title-con .submenu span.yes {
    background-color: #2C59BE;
    color: #FFF;
}

.home-news .title-con .submenu span.yes .more {
    display: block;
}

.home-news .title-con {
    padding-right: 140px;
}

.home-news .on {
    display: block;
}

.home-news .content {
    margin-top: 40px;
}

.home-news .left-con {
    width: 68%;
    margin-right: 2%;
    background-color: #FFF;
}

.home-news .left-con::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #2458CD;
}

.home-news .list {
    background-color: #FFF;
    box-shadow: 3px 6px 8px 0px rgba(51, 72, 179, 0.2);
    padding: 20px 30px;
}

.home-news .list li {
    border-bottom: 1px dashed #D8D8D8;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.home-news .list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.home-news .list li .date {
    color: #FF8E04;
    font-size: 14px;
    font-family: Javanese Text;
}

.home-news .list li .tit {
    font-size: 18px;
    font-weight: bold;
}

.home-news .list li .text {
    color: #3D3D3D;
    line-height: 1.7;
    margin-top: 10px;
}

.home-news .list li .click {
    margin-top: 10px;
    font-size: 14px;
}

.home-news .list li .click span {
    padding-left: 25px;
    background: url(../images/click.svg)no-repeat left center;
    background-size: 19px;
    color: #666666;
}

.home-news .list li .click a {
    width: 48px;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: 100%;
}

.home-news .swiper-container {
    /* height: 610px; */
}

.home-news .swiper-pagination {
    bottom: 210px;
}

.home-news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    margin: 0 20px !important;
    position: relative;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.home-news .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    right: -30px;
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    top: 50%;
}

.home-news .swiper-pagination-bullet:last-child:after {
    display: none;
}

.home-news .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    width: 14px;
    height: 14px;
}

.home-news .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #FFF;
}

.home-news .focus .swiper-slide .img-box {
    /* padding-bottom: 180px; */
    max-height: 610px;
    overflow: hidden;
}

.home-news .item {
    padding: 20px 30px 20px 50px;
}

.home-news .item .tit {
    font-size: 20px;
    font-weight: bold;
}

.home-news .item .text {
    color: #3D3D3D;
    line-height: 1.5;
    margin-top: 10px;
}

.home-news .item .click {
    margin-top: 10px;
    border-top: 1px solid #D8D8D8;
    padding-top: 10px;
}

.home-news .item .date {
    color: #FF8E04;
    font-size: 18px;
    font-family: Javanese Text;
}

.home-news .item .click span {
    padding-left: 25px;
    background: url(../images/click.svg)no-repeat left center;
    background-size: 19px;
    color: #666666;
}

.home-news .ggao .list {
    margin-right: 30px;
}

.home-news .ggao .list:last-child {
    margin-right: 0;
}

@media (min-width:1025px) {
    .home-news .list li:hover .date,
    .home-news .list li:hover .tit,
    .home-news .list li:hover .text,
    .home-news .list li:hover .click span {
        color: #2C59BE;
    }
    .home-news .list li:hover .click span {
        background-image: url(../images/click-on.svg);
    }
    .home-news .list li:hover .click a {
        background-image: url(../images/arrow-on.svg);
    }
    .home-news .focus .swiper-slide:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .title-con .cn {
        font-size: 32px;
    }
    .title-con .more {
        width: 50px;
    }
    .home-news .list li .text,
    .home-news .item .text,
    .home-news .item .date,
    .home-news .item .click span {
        font-size: 14px;
    }
    .title-con .title {
        background-size: 80px;
        padding-left: 90px;
    }
    .home-news .title-con {
        padding-right: 80px;
    }
    .home-news .title-con .submenu span {
        font-size: 20px;
        width: 140px;
        height: 34px;
    }
    .home-news .ggao .list:last-child {
        display: none;
    }
}

@media (max-width:950px) {
    .title-con .cn {
        font-size: 24px;
    }
    .title-con .more {
        width: 30px;
    }
    .home-news {
        height: auto;
        padding-bottom: 140px;
    }
    .home-news .title-con {
        flex-flow: column;
        padding-right: 0;
    }
    .home-news .title-con .title,
    .home-news .title-con .submenu {
        width: 100%;
    }
    .home-news .title-con .submenu {
        margin-top: 30px;
        justify-content: center;
    }
    .home-news .title-con .line {
        display: none;
    }
    .home-news .content {
        flex-flow: column;
    }
    .home-news .left-con {
        width: 100%;
        margin-right: 0;
    }
    .home-news .item {
        padding: 20px 30px;
    }
    .home-news .ggao .list {
        margin-right: 0;
    }
    .home-news .ggao .list:nth-child(2) {
        display: none;
    }
}

@media (max-width:767px) {
    .home-news .title-con {
        margin-top: 10px;
    }
    .home-news .title-con .submenu span {
        font-size: 16px;
        width: 32%;
        margin-right: 2%;
    }
    .home-news .swiper-container {
        /* height: 500px; */
    }
    .home-news .focus .swiper-slide .img-box {
        max-height: 500px;
    }
    .home-news .swiper-pagination {
        bottom: 200px;
    }
}

@media (max-width:480px) {
    .home-news .content {
        margin-top: 20px;
    }
    .home-news .swiper-container {
        /* height: 320px; */
    }
    .home-news .focus .swiper-slide .img-box {
        max-height: 320px;
    }
    .home-news .swiper-pagination {
        bottom: 185px;
    }
    .home-news .item,
    .home-news .list {
        padding: 15px;
    }
    .home-news .item .tit,
    .home-news .list li .tit {
        font-size: 16px;
    }
}

.home-resources {
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    background-color: #FFF;
    margin-top: -30px;
    z-index: 2;
    overflow: hidden;
    background: url(../images/bg4.jpg)no-repeat center;
    background-size: cover;
    padding-bottom: 140px;
}

.home-resources .title-con {
    width: 100%;
    height: 80px;
}

.home-resources .title-con .title {
    background-image: url(../images/t-icon2.svg);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.home-resources .title-con .title a:hover{
    color:inherit;
}
.home-resources .content {
    margin-top: 20px;
}

.home-resources .item {
    width: 31%;
    height: 544px;
    margin-top: 30px;
    padding: 70px 20px 0 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.home-resources .item:nth-child(1) {
    background-image: url(../images/tbg1.png);
}

.home-resources .item:nth-child(2) {
    background-image: url(../images/tbg2.png);
}

.home-resources .item:nth-child(3) {
    background-image: url(../images/tbg3.png);
}

.home-resources .item .title {
    padding-bottom: 20px;
    z-index: 2;
}

.home-resources .item .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: rgba(88, 249, 255, 0.8);
}

.home-resources .item:nth-child(2) .title::after {
    background: #FFE389;
}

.home-resources .item:nth-child(3) .title::after {
    background: #80FF99;
}

.home-resources .item .title .en {
    font-size: 32px;
    font-family: 'Bebas';
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    opacity: .6;
}

.home-resources .item .title .cn {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    margin-top: -15px;
}

.home-resources .item .text {
    margin-top: 40px;
    z-index: 2;
}

.home-resources .item .text a {
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    color: #FFF;
    opacity: .6;
}

.home-resources .item .text span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    margin-right: 15px;
}

.home-resources .item:nth-child(1) .text a:hover {
    opacity: 1;
    background: linear-gradient(270deg, #58F9FF 0%, rgba(88, 249, 255, 0) 74%);
    color: #58F9FF;
}

.home-resources .item:nth-child(2) .text a:hover {
    opacity: 1;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 74%);
    color: #FFF;
}

.home-resources .item:nth-child(3) .text a:hover {
    opacity: 1;
    background: linear-gradient(270deg, #0AC77E 0%, rgba(10, 199, 126, 0) 74%);
    color: #80FF99;
}

@media (max-width:1280px) {
    .home-resources .item {
        height: 500px;
    }
}

@media (max-width:1199px) {
    .home-resources .title-con .title {
        position: inherit;
        left: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .home-resources .content {
        margin-top: 0;
    }
    .home-resources .item {
        height: 480px;
        width: 32%;
    }
}

@media (max-width:950px) {
    .home-resources .item {
        padding-top: 50px;
    }
    .home-resources .item .title .en {
        font-size: 24px;
    }
    .home-resources .item .title .cn {
        font-size: 20px;
    }
}

@media (max-width:600px) {
    .home-resources {
        padding-bottom: 100px;
    }
    .home-resources .title-con {
        margin-top: 20px;
    }
    .home-resources .content {
        flex-flow: column;
    }
    .home-resources .item {
        width: 100%;
    }
}

.home-book {
    background: url(../images/bg3.png)no-repeat center bottom;
    z-index: 3;
    overflow: hidden;
    margin-top: -50px;
    padding-bottom: 70px;
}

.home-book .title-con {
    width: 100%;
    height: 80px;
}

.home-book .title-con .title {
    background-image: url(../images/t-icon3.svg);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color: #FFF;
}
.home-book .title-con .xstb a{
    color: #FFF;
}
.home-book .title-con .title .en {
    color: #FFF;
    opacity: .6;
}

.home-book .title-con .title .en::before {
    background-color: #FFF;
}

.home-book .title-con .more {
    background-image: url(../images/more1.svg);
}

.home-book ul {
    margin-top: 40px;
}

.home-book li {
    width: 20%;
    padding: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.home-book li:last-child {
    margin-right: 0;
}

.home-book li .pic {
    overflow: hidden;
    height: 245px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.home-book li .pic img {
    width: 100%;
}

.home-book li .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    color: #FFF;
}

.home-book li .text {
    color: #FFF;
    opacity: .6;
    margin-top: 5px;
}

.home-book li .click {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px rgba(255, 255, 255, .6) solid;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.home-book li .click>span {
    background: url(../images/click1.svg)no-repeat left center;
    padding-left: 25px;
}

.home-book li .click a {
    background: url(../images/arrow1.svg)no-repeat center;
    width: 18px;
    height: 20px;
    background-size: 100%;
}

@media (min-width:1025px) {
    .home-book li:hover {
        background-color: #FFF;
    }
    .home-book li:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-book li:hover .name {
        color: #2458CD;
    }
    .home-book li:hover .text {
        opacity: 1;
        color: #333;
    }
    .home-book li:hover .click {
        border-color: #2357AC;
        color: #2357AC;
    }
    .home-book li:hover .click>span {
        background-image: url(../images/click-on.svg);
    }
    .home-book li:hover .click a {
        background-image: url(../images/arrow1-on.svg);
    }
}

@media (max-width:1199px) {
    .home-book .title-con .title {
        position: inherit;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .home-book li {
        padding: 10px;
    }
    .home-book li .pic {
        height: 180px;
    }
    .home-book li .name {
        font-size: 16px;
    }
    .home-book li .text {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .home-book {
        background-size: 450%;
    }
    .home-book li {
        padding: 20px 50px;
        width: 50%;
    }
    .home-book li:last-child {
        display: none;
    }
    .home-book li .pic {
        height: 280px;
    }
}

@media (max-width:767px) {
    .home-book {
        background-size: 1000%;
    }
    .home-book li {
        padding: 20px 30px;
        width: 50%;
    }
    .home-book li .pic {
        height: 240px;
    }
}

@media (max-width:480px) {
    .home-book .title-con {
        margin-top: 30px;
    }
    .home-book ul {
        margin-top: 0;
    }
    .home-book li {
        padding: 20px 10px;
    }
    .home-book li .pic {
        height: 180px;
    }
}

.ren {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 5%;
    background: url(../images/ren.png)no-repeat center;
    background-size: 100%;
    width: 80px;
    height: 135px;
    cursor: pointer;
}

.sidebar {
    width: 280px;
    margin-top: 30px;
    margin-right: 50px;
    background-color: #f6f6f6;
}

.sidebar .title {
    width: 100%;
    height: 80px;
    background-color: #2458CD;
    color: #FFF;
    padding: 0 20px;
    font-size: 32px;
    font-weight: 600;
}

.sidebar ul {
    padding: 0 20px;
}

.sidebar li {
    border-bottom: 1px #ccc solid;
}

.sidebar .tit {
    height: 60px;
    line-height: 60px;
    font-weight: 550;
}

.sidebar .tit::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25px;
    width: 8px;
    height: 8px;
    border-right: 2px #ccc solid;
    border-bottom: 2px #ccc solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.sidebar .sub-menu {
    display: none;
    padding-left: 20px;
    padding-bottom: 10px;
    border-top: 1px #ccc solid;
}

.sidebar .sub-menu a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.sidebar .open .tit {
    color: #2458CD;
    /* border-bottom: 1px #ccc solid; */
}
.sidebar .open .tit a{
    color: #2458CD;
}
.sidebar .open .tit::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@media (max-width:1199px) {
    .sidebar {
        width: 220px;
        margin-right: 20px;
    }
    .sidebar .title {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .sidebar {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
}

.pic-fixed {
    position: fixed;
    left: 0;
    top: 40%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 10;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.pic-fixed .pic {
    width: 300px;
    height: 180px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pic-fixed .btn {
    width: 30px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    cursor: pointer;
}

.pic-fixed .btn::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px #FFF solid;
    border-top: 2px #FFF solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 40%;
    left: 40%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pic-fixed .off {
    opacity: 0;
    width: 0;
}

.pic-fixed .btn.close::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    left: 25%;
}

@media (max-width:1199px) {
    .pic-fixed {
        display: none;
    }
}

.list-txt {
    margin-top: 60px;
}

.list-txt li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #f6f6f6 solid;
    padding-left: 20px;
}

.list-txt li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #2458CD;
}

.list-txt li .tit {
    min-width: 0;
}

.list-txt li .date {
    color: #666;
}

@media (max-width:1199px) {
    .list-txt{
        min-height: 150px;
    }
}
@media (max-width:768px) {
    .list-txt{
        min-height: 300px;
    }
}

@media (max-width:767px) {
    .list-txt {
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .list-txt{
        min-height: 150px;
    }
}

.jigou {
    margin-top: 60px;
}

.jigou .title {
    background-color: #dee3ec;
    color: #2357AC;
    font-size: 24px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    border-top: 4px #2357AC solid;
    margin-top: 30px;
}
.jigou .title a{
    color: #2357AC;
}

.jigou li {
    width: 23.5%;
    margin-right: 2%;
    background-color: #dee3ec;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
}

.jigou li:nth-of-type(4n) {
    margin-right: 0;
}

@media (max-width:767px) {
    .jigou .title {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }
    .jigou li {
        width: 32%;
    }
    .jigou li:nth-of-type(4n) {
        margin-right: 2%;
    }
    .jigou li:nth-of-type(3n) {
        margin-right: 0;
    }
}



.home-resources .item .title svg {
    width: 100%;
    height: 32px;
    font-size: 32px;
    font-family: 'Bebas';
    text-transform: uppercase;
    opacity: .6;
}
.home-resources .item .title .cn {
    margin-top: -30px;
}

@media (max-width: 950px) {
    .home-resources .item .title svg {
        font-size: 24px;
        height: 24px;
    }
    .home-resources .item .title .cn {
        margin-top: -25px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home-resources .item .title svg {
        opacity: 1;
    }
}



.totop{position:fixed;z-index:90;bottom: 200px;right: 0px;box-sizing:border-box;text-align:center;cursor:pointer;display: none;}
.totop img{width: 44px;user-select: none;}
@media (max-width:1024px){
.totop{right: 0px;bottom: 150px;}
.totop img{width: 30px;}
}