body {
    font-family: "微软雅黑";
    font-size: 14px;
    overflow-x: hidden;
}


* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
    display: block !important;
}

em {
    font-style: normal;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.blank10 {
    width: 100%;
    height: 10px;
}

.blank20 {
    width: 100%;
    height: 20px;
}

.blank30 {
    width: 100%;
    height: 30px;
}

.blank50 {
    width: 100%;
    height: 50px;
}

.blank70 {
    width: 100%;
    height: 70px;
}

.blank100 {
    width: 100%;
    height: 100px;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.position-a {
    position: absolute;
}

.position-r {
    position: relative;
}

.content {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.content-info {
    width: 1280px;
    margin: auto;
    position: relative;
    overflow: unset;
}


/*header*/

.header {
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 99;
    background: rgba(255,255,255,.8);
}

.header2 {
    display: none;
}

.header-top {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #C2E5C3;
    padding: 0 3%;
}

.header-top p {
    float: left;
    color: #333;
}

.header-top-r {
    width: 400px;
    float: right;
    color: #fff;
}

.header-top .heard-txt {
    line-height: 40px;
    float: right;
    margin-bottom: 0;
}

.header-top .heard-txt a {
    color: #333;
}

.header-top .heard-txt a img {
    margin-top: -2px;
    margin-right: 5px;
}
.header-top .heard-txt a:hover{
    color: #106D9C;
}


/* search */

.sb-search {
    position: absolute;
    width: 0%;
    min-width: 45px;
    height: 45px;
    float: right;
    right: 3%;
    top: 57px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #3C9C40;
    border-radius: 10px;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 260px;
    height: 45px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    text-indent: 15px;
    background: transparent;
}

.sb-search-input::-webkit-input-placeholder {
    color: #fff;
}

.sb-search-input:-moz-placeholder {
    color: #fff;
}

.sb-search-input::-moz-placeholder {
    color: #fff;
}

.sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-icon-search,
.sb-search-submit {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.sb-search-submit {
    background: url('../images/header_search.png') no-repeat center;
    background-size: 25px 22px;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: url('../images/header_search.png') no-repeat center;
    background-size: 25px 22px;
    z-index: 90;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 260px;
}


/* .sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: url('../images/header_search.png') no-repeat center;
    background-size: 36px 36px;
    color: #fff;
    z-index: 11;
} */

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


/* search-end */

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.header-m{
    padding: 0 3%;
    width: 100%;
}
.logo {
    height: 69px;
    float: left;
    margin-top: 5px;
}

.header-right {
    margin-top: 18px;
    float: left;
    margin-left: 6%;
    width: 60%;
}


.contact-icon {
    float: left;
}

.contact-list {
    margin-left: 10px;
}

.contact-list img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    object-fit: none;
}

.header-top .content {
    overflow: unset;
}

.contact-list .header-coder {
    width: 150px;
    height: 150px;
    display: none;
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 99px;
    border-radius: 0;
}

.header-contact {
    position: relative;
}

.contact-list:hover .header-coder {
    display: block;
}

.header-main {
    width: 100%;
    margin: auto;
}

.menu {
    overflow: unset;
    display: table;
    width: 100%;
}

.menu-ul {
    display: table;
    margin: auto;
    width: 100%;
}

.menu-li {
    width: 9%;
    height: 44px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
    margin-right: 1%;
    border-radius: 0;
}

.menu-li a {
    color: #333;
    text-transform: uppercase;
    display: block;
    height: 44px;
    line-height: 44px;
    border-radius: 10px !important;
}

.menu-li:last-of-type a {
    border: 0;
}

.menu-li a em {
    font-size: 12px;
}

.menu-li a:hover {
    color: #db261f;
}

.menu-li:hover .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.submenu-nav {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
    border-radius: 10px;
}

.menu-li:hover {
    background: #3C9C40;
    border-radius: 10px !important;
}

.menu-li:hover a {
    color: #fff;
}

.menu-li:hover .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.menu-li.active .menu-link {
    opacity: 1;
    filter: alpha(opacity=100);
}

.menu-li.active a {
    color: #fff;
    background: #3C9C40;
    border-radius: 0;
}

.submenu-nav {
    display: none;
    width: 210px;
    height: auto;
    position: relative;
    left: 0;
    z-index: 999;
    border-radius: 0;
    overflow: hidden;
    border-radius: 10px !important;
}

.submenu-li {
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.submenu-li a {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    height: 46px;
    line-height: 23px;
    color: #666 !important;
    border-right: 0;
    text-indent: 22px;
    background: #fff !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 0px !important;
}

.submenu-li:hover a {
    color: #fff !important;
    text-indent: 28px;
    background: #3C9C40 !important;
}


/*
.submenu-nav-line {
    width: 100%;
    height: 3px;
    background: #02903D;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}*/

.submenu-li:last-child {
    border: 0;
}

.menu-li:hover .submenu-nav {
    display: block;
    animation: fadeInUp1 .5s both alternate;
    -webkit-animation: fadeInUp1 .5s both alternate;
}

@-webkit-keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.menu-img {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 72px;
    height: 26px;
}

.header-a {
    margin-right: 15px;
}

.header-a a {
    color: #fff;
    line-height: 44px;
    margin-right: 10px;
}


/*header_end*/


/* banner */

.banner {
    width: 100%;
    height: 70vh;
    position: relative;
    top: 0px;
    z-index: 9;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}

.banner-txt {
    width: 50%;
    padding: 35px 25px;
    background: #231F7D;
    color: #fff;
    position: absolute;
    bottom: -60px;
    right: 9%;
}

.banner-txt h5 {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner-txt p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.material-icons {
    font-size: 44px;
}
.swiper-pagination.banner-pagination{
    left: 0;
    right: 0;
    bottom: 80px;
    width: auto;
}
.swiper-pagination.banner-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet {
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.swiper-pagination-bullet-active {
    background: #F2B38F;
    border-radius: 50%;
}

.header_search::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}

.header_search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.header_search:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}

.swiper-button-next2 {
    background: url('../images/banner-right.png') no-repeat center;
    right: 3%;
    width: 65px;
    height: 65px;
}

.swiper-button-prev2 {
    background: url('../images/banner-left.png') no-repeat center;
    left: 3%;
    width: 65px;
    height: 65px;
}


/* banner-end */


/* footer */

.footer {
    width: 100%;
    background: #98CC5F;
    padding-top: 15px;
    overflow: hidden;
}

.footer-top {
    width: 100%;
    border-bottom: 1px solid #CCD6EE;
}


.footer-logo {
    height: 83px;
    margin: auto;
    margin-bottom: 15px;
    float: left;
}
.footer-top  .heard-txt{
    float: right;
    font-size: 24px;
    color: #333;
    margin-top: 25px;
}
.footer-top  .heard-txt a{
    color: #333;
    margin:0 15px;
}
.footer-top  .heard-txt a:hover{
    color: #333;
}
.footer-m{
    margin-top: 50px;
    position: relative;padding-bottom: 115px;
}
.footer-m-left{
    float: left;
    width: 368px;
}
.footer-m-right{
    float: right;
    width: 70%;
    margin-top: 18px;
}
.footer-m-left p{
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-bottom: 20px;
    float: left;
}
.footer-m-left p a{
    color: #CCD6EE;
}

.footer-m-left p a:hover{
    color: #BFA253;
}
.footer-m-right .footer-menu h5{
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}
.footer-m-right .footer-menu p{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    margin-bottom: 20px;
}
.footer-menu{
    float: left;
    margin-left: 11%;
}
.footer-menu p a{
    color: #CCD6EE;
}
.footer-menu ul li a{
    font-size: 16px;
    color: #666;
    line-height: 35px;
    margin-bottom: 20px;
}
.footer-menu ul li a:hover{
    color: #333;
}
.footer-b{
    width: 100%;
    border-top: 1px solid #C4E6C7;
    height: 50px;
}
.footer-b p{
    color: #333;
    font-size: 16px;
    float: left;
    line-height: 50px;
}
.footer-b p a{
    color: #333;
}
.footer-control {

    float: right;

    width: 240px;
    margin-top: 8px;

}
.footer-icon{
    float: left;
    margin-top: 15px;
}
.footer-icon ul li{
    float: left;
    margin-right: 35px;
    position: relative;
}
.qr-code{
    width: 100px;
    height: 100px;
    display: none;
    position:absolute;
    top: 35px;
    left: -32px;
    z-index: 999;
}
.footer-icon ul li:hover .qr-code{
    display: block;
}
.footer-qr{
    float: right;
    width: 150px;
    height: 150px;
}



/* footer-end */


/* header_mb */

.header2 {
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0;
    padding: 0 15px;
    margin: auto;
    z-index: 11;
}

.header2 h3 {
    margin: auto;
    height: 40px;
    text-align: left;
    margin-top: 12px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.header2 h3 img {
    display: block;
    max-width: 75%;
    max-height: 100%;
    ;
}

.header2 .left_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    left: 5px;
}

.header2 .right_btn {
    position: absolute;
    top: 8px;
    width: 44px;
    height: 44px;
    /*padding: 3%;*/
    text-align: center;
    right: 5px;
    z-index: 9;
}

.header2 .right_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header2 .left_btn img {
    width: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -76%;
    width: 76%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    padding-top: 60px;
}

.mask2 {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.box-bg {
    width: 100%;
    height: 1000px;
    background: url('../images/bg4.jpg') no-repeat center;
}

.close-btn {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.close-btn img {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.menu-logo {
    display: table;
    margin: auto;
    width: 84%;
}

.menu-list {
    width: 80%;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 20px;
}

.menu-list ul li {
    list-style: none;
    line-height: 5vh;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.menu-list ul li a {
    display: block;
    color: #333;
    text-align: center;
}

.compy-txt {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

.calendar-img {
    width: 22px;
    margin-top: -4px;
    margin-right: 6px;
}

.header_search_box {
    position: relative;
    height: 38px;
    margin: auto;
    display: table;
    width: 83%;
    margin-top: 20px;
}

.header_search {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    text-indent: 40px;
    border-radius: 30px;
    outline: none;
}

.header_search_img {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 15px;
    height: 14px;
}


/* header_mb-end */


/*index*/
.notice{
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    position: relative;
    margin: auto;
    margin-top: -60px;
    padding: 20px 0;
    z-index: 9;
    border-radius: 20px;
}
.notice ul li{
    float: left;
    width: 33.3%;
    padding: 0 40px;
    border-right: 1px solid #ddd;
}
.notice ul li:last-of-type{
    border-right: 0;
}
.notice ul li a h5{
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.notice ul li p{
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.notice ul li a:hover{
    color: #5A92AD;
}
.row{
    position: relative;
    padding-top: 50px;
}
.row-bg1{
    overflow: hidden;
    padding-bottom: 80px;
}
.col{
    overflow: hidden;
    margin-bottom:30px;
}
.col1{
    width: 100%;
    margin: auto;
    width: 1280px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.col1 .col-left{
    width: 55%;
    height: 510px;
    float: left;
    padding: 33px 50px;
    padding-right: 94px;
    background: url('../images/col-l-bg.png') no-repeat bottom,#fff;
    border-radius: 20px;
}
.col1 .col-left h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.col1 .col-left h5{
    font-size: 20px;
    color: #D2D2D2;
    margin-top: 10px;
    margin-bottom: 15px;
}
.col1 .col-left .link{
    width: 50%;
    height: 2px;
    background: #3C9C40;
    margin-bottom: 10px;
    display: inline-block;
}
.col1 .col-left p{
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px;
    height: 232px;
    overflow: hidden;
}
.more-btn{
    width: 150px;
    height: 44px;
    background: #1A5D73;
    text-align: center;
    line-height: 44px;
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #fff;
    border-radius: 5px;
}
.more-btn img{
    margin-left: 10px;
    margin-top: -2px;
}
.more-btn:hover{
    background: #3C9C40;
    color: #fff;
}
.col-right{
    width: 50%;
    height: 400px;
    object-fit: cover;
    position: absolute;
    right: 0;
    z-index: 9;
    border-radius: 20px;
    margin-top: 35px;
}
.title{
    float: left;
}
.title h5{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.title p{
    font-size: 18px;
}
.title p em{
    font-weight: bold;
}
.info-more-btn{
    display: block;
    width: 150px;
    height: 44px;
    background: #1A5D73;
    text-align: center;
    line-height: 44px;
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
.info-more-btn img{
    margin-left: 10px;
    margin-top: -2px;
}
.info-more-btn:hover{
    background: #3C9C40;
    color: #fff;
}
.row .info-more-btn{
    float: right;
}
.row-bg2{
    background: url('../images/col2-bg.png') no-repeat center;
    padding-bottom: 80px;
}
.row4-swiper{
    overflow: hidden;
    padding-bottom: 50px;
}
.row3-img{
    overflow: hidden;
}
.row3-txt{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.swiper-pagination.row4-pagination {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
}

.row4-pagination .swiper-pagination-bullet{
    margin: 0 3px;
}
.swiper-pagination.banner-pagination{
    left: 0;
    right: 0;
    bottom: 90px;
    width: auto;
}
.swiper-pagination.banner-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet {
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 6px !important;
    height: 6px !important;
    vertical-align: middle;
    
}

.swiper-pagination-bullet-active {
    background: transparent;
    background: #1A5D73;
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
}
.row4-slide{
    position: relative;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}
.row4-slide h5{
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    z-index: 99;
    position: absolute;
    bottom: 28%;
}
.row4-slide p{
    width: 100%;
    padding: 0 30px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    z-index: 99;
    position: absolute;
    bottom: 5%;
}
.mask-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.row4-slide .col2-right-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.row4-slide .link{
    width: 50px;
    height: 2px;
    float: left;
    background: #fff;
    margin: 10px auto;
    transition: 0.3s;
    position: absolute;
    bottom: 21%;
    z-index: 9;
    left: 30px;
}
.news-lg{
    width: 495px;
    height: 345px;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.news-lg h5{
    width: 100%;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    z-index: 99;
    position: absolute;
    bottom: 15%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-lg p{
    width: 100%;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    z-index: 99;
    position: absolute;
    bottom: 15px; 
}
.news-lg .col-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-ms{
    width: 480px;
    height: 345px;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 22px;
}
.news-ms-li{
    width: 100%;
    height: 160px;
    margin-bottom: 24px;
    background: #F9F9F7;
    border-radius: 10px;
    overflow: hidden;
}
.news-ms-img{
    width: 207px;
    height: 100%;
    float: left;
    object-fit: cover;
}
.news-ms-r{
    float: left;
    width: 273px;
    padding: 20px;
}
.news-ms-r h5{
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.news-ms-r p{
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 20px;
    color: #ccc;
}
.news-sx-li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    padding-top: 16px;
}
.news-sx-li:first-of-type{
    padding-top: 0;
}
.news-sx-li:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}
.news-sx{
    width: 261px;
    height: 345px;
    float: left;
    position: relative;
    overflow: hidden;
    background: #F9F9F7;
    border-radius: 10px;
    padding: 20px;
}
.news-sx-li h5{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news-sx-li p{
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 5px;
    color: #ccc;
}
.news-ms-li a:hover h5{
    color: #3C9C40;
}
.news-sx-li:hover h5{
    color: #3C9C40;
}
.idx-team-box{ width: 1100px; margin: 50px auto 0; }

.idx-team-box .swiper-container{width:100%;height:300px;margin-left:auto;margin-right:auto}

.idx-team-box  .swiper-slide{background-size:cover;background-position:center;}

.idx-team-box .gallery-thumbs-img{

    width: 157px;
    height: 190px;
    border-radius: 10px; 

}

.idx-team-box  .gallery-top{height: 524px;width:100%;}

.idx-team-box  .gallery-top .swiper-slide{ overflow: hidden; width: 100%; padding: 0 140px; }

.idx-team-box  .gallery-top .swiper-slide i{ overflow: hidden; width: 424px; height: 523px; FONT-WEIGHT: 500; float: left;}

.idx-team-box  .gallery-top .swiper-slide i img{ overflow: hidden; width: 100%; height: 100%; object-fit: cover;border-radius: 20px; }

.idx-team-box  .gallery-top .team-info{ overflow: hidden; width: calc(100% - 424px); height: 426px; float: left;  padding-left: 80px;padding-top: 115px;}

.team-info-box{ overflow: hidden; transition: height 0.5s; -webkit-transition: height 0.5s; -moz-transition: height 0.5s; }

.team-info .name{position:relative;  margin-bottom: 10px; font-size: 32px;color: #333; font-weight: bold;  display: block; white-space:nowrap; text-overflow:ellipsis;}

.team-info .name span{ font-size: 14px; color: #fff; font-weight: normal; }

.team-info .name a{ margin: 3px auto; display: none; float: right; font-size: 14px; color: #fff; font-weight: normal; padding: 0 15px; border: 1px solid #fff; }

.team-info .title2{ overflow: hidden;  padding-bottom: 10px;  margin-bottom: 10px; font-size: 16px; color: #999; font-weight: normal; display: block; white-space:nowrap; text-overflow:ellipsis; }

.team-info .detail{overflow: hidden; height: 90px; font-size: 18px; color: #666; font-weight: normal; line-height: 30px; }

.team-info .more-btn{ float: left;  margin-top: 65px;}

.idx-team-box .gallery-thumbs{ height: 288px;box-sizing:border-box; margin-top: 80px;margin-bottom: 80px;padding: 0 0px;padding-bottom: 26px;}

.idx-team-box .swiper-pagination-bullet{

    width:25%;

    height: 234px;

    background: rgba(0, 0, 0, .3);

}

.idx-team-box  .gallery-thumbs .gallery-thumbs-img{width:25%;height:100%;/* opacity:.4; */}

.idx-team-box  .gallery-thumbs .gallery-thumbs-img.swiper-slide-thumb-active{opacity:1}

.idx-team-box .swiper-button-prev{top:inherit!important; left:0; bottom: 100px;  width:65px;height:65px;background:url(../images/col-l-icon.png) no-repeat;background-position:0 0;background-size:100%}

.idx-team-box .swiper-button-next{top:inherit!important;  right:0; bottom: 100px; width:65px;height:65px;background:url(../images/col-r-icon.png) no-repeat;background-size:100%}

.team-info .admore-btn{ overflow: hidden; margin: 10px auto; padding: 3px 10px; float: left; display: none; font-size: 14px;  border: 1px solid #fff; background: #fff; color: #333; }

.idx-team-box .gallery-thumbs .gallery-thumbs-img.swiper-slide-thumb-active{

    box-shadow: 0 10px 20px #999;

}

.mask3{

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    background: rgba(0,0,0,0.5);

    z-index: 9;

    border-radius: 10px;

}
.idx-team-box .gallery-thumbs .gallery-thumbs-img.swiper-slide-thumb-active .mask3{

    background: rgba(0,0,0,0);

}
.col4-swiper-btn{

    width: 1280px;

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

    bottom: 7%;

}
.team-info .info-more-btn{
    float: left;
    margin-top: 15px;
    width: 100px;
    background: #98CC5F;
    color: #333;
}
.team-info .info-more-btn:hover{
    background: #3C9C40;
    color: #fff;
}
.swiper-container2{

    width: 1280px;

    margin: auto;

    overflow: hidden;

    position: relative;

}

.swiper2-img{

    width: 55%;

    height: 459px;

    object-fit: cover;

    float: right;
    border-radius: 0 20px 20px 20px;

}

.swiper2-txt{

    width: 45%;

    height: 340px;

    background: #F8F9F9;

    padding: 40px 45px;

    float: left;
    border-radius: 20px 0 0 20px;

}

.swiper2-txt h5{

    font-size: 24px;
    font-weight: bold;

}
.swiper2-txt h5 img{
    margin-left: 10px;
}

.swiper2-txt span{

    font-size: 30px;

    font-weight: normal;

}

.swiper2-txt p{

    width: 100%;

    height: 150px;

    line-height: 30px;

    overflow: hidden;

    font-size: 14px;

    margin-top: 30px;

    color: #666;

}
.swiper-pagination2{

    width: 13%;
    height: 83px;
    position: absolute;
    bottom: 6%;
    left: 0px;
    right: 36rem;
    margin: auto;
    z-index: 99;

}

.swiper-button-next2 {

    background: url('../images/col-r-icon.png') no-repeat center;

    right: 15px;

    width: 65px;

    height: 65px;

    top: 50%;
    position: absolute;

}



.swiper-button-prev2 {

    background: url('../images/col-l-icon.png') no-repeat center;

    left: 15px;

    width: 65px;

    height: 65px;

    top: 50%;
    position: absolute;

}
.swiper-button-next2.swiper-button-disabled, .swiper-button-prev2.swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.pro-more{
    display: block;
    margin-top: 30px;
    color: #106D9C;
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.pro-more img{
    margin-left: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.pro-more:hover{
    text-indent: 20px;
}
.pro-more:hover img{
    margin-left: 20px;
}
.row-bg5{
    padding-bottom: 80px;
}
.row-bg4{
    background: url('../images/col4-bg.png') no-repeat bottom;
}






/*index_end*/


/*info_Public*/
.banner-info{
    width: 100%;
    position: relative;
    height: 700px;
    margin-bottom: 80px;
    object-fit: cover;
}
.nav-title{
    border-left: 7px solid #3C9C40;
    text-indent: 15px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}

.nav-left {
    width: 200px;
    float: left;
}
.nav-left ul li a {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 15px;
    border-radius: 10px;
    display: block;
    color: #666;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.nav-left ul li:last-of-type a {
    border-bottom: 0;
}

.nav-left ul li a:hover {
    background: #3C9C40;
    color: #fff;
}

.nav-left ul li a.active {
    background: #3C9C40;
    color: #fff;
}

.main-right {
    width: 1012px;
    float: right;
}

.page-nav{
    float: right;
    overflow: hidden;
    margin-bottom: 35px;
}
.page-nav ul li{
    display: inline-block;
    height: 37px;
    line-height: 35px;
    margin-left: 10px;
}
.page-nav ul li a{
    display: block;
    padding: 0 15px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #f2f2f2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.page-nav ul li a.active{
    background: #3C9C40;
    color: #fff;
}
.page-nav ul li a:hover{
    background: #3C9C40;
    color: #fff;
}
/*info_Public end*/

/* 翻页 */
.page {
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.page ul li {
    width: 34px !important;
    height: 34px !important;
    text-align: center;
    line-height: 34px !important;
    float: left !important;
    margin: 0 7px !important;
    border: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

.page ul li a {
    color: #333;
    background: transparent;
    border: 1px solid #3C9C40;
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    border-radius: 5px;
}

.page ul li a:hover {
    color: #fff;
    background: #3C9C40;
    border: 1px solid #3C9C40;
}

.page ul li.active {
    color: #fff !important;
    background: #3C9C40;
    float: left !important;
    border-radius: 5px;
}
/* 翻页 end */

/* info-page */
.about-row1{
    overflow: hidden;
}
.about-row1 .float-left{
    width: 484px;
}
.about-row1 .float-right{
    width: 750px;
}
.about-row1 h3{
    border-left: 7px solid #3C9C40;
    text-indent: 15px;
    font-size: 28px;
    font-weight: bold;
}
.about-row1 img{
    width: 484px;
}
.about-row1 h5{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 28px;
}
.about-row1 p{
    width: 484px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.about-row2{
    margin-top: 80px;
    margin-bottom: 100px;
    padding: 0 160px;
}
.about-row-h3{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.about-row-h3 em{
    display: inline-block;
    width: 40px;
    height: 7px;
    background: #3C9C40;
    margin-bottom: 28px;
    margin-top: 15px;
}
.about-row-h5{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    width: 600px;
    margin: auto;
    margin-bottom: 70px;
}
.about-row2-1{
    overflow: hidden;
}
.about-row2-1 .float-left{
    width: 390px;
}
.about-row2-1 .float-right{
    width: 433px;
}
.about-row2-1 h5{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    margin-left: 50px;
}
.about-row2-1 p{
    font-size: 16px;
    line-height: 30px;
    width: 272px;
    color: #666;
    margin-left: 50px;
}
.about-row2-1 .float-left div{
    margin-bottom: 50px;
}
.about-row2-1 .float-right .info-more-btn{
    margin-left: 50px;
    margin-top: 50px;
}
.about-bg{
    width: 100%;
    height:490px;
    background: url('../images/xy-img-bg.png') no-repeat bottom;
}
.about-row3{
    overflow: hidden;
}
.about-row3 ul{
    margin: auto;
    text-align: center;
    display: table;
}
.about-row3 ul li{
    margin: 0 70px;
    display: inline-block;
}
.about-row3 ul li h5{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.about-row4{
    margin: 80px auto;
}
.about-row4 .float-right{
    margin-bottom: 45px;
}
.about-row4-txt{
    width: 400px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 60px;
}
.about-row5{
    margin-bottom: 100px;
    padding: 0 88px;
}
.about-row5 .float-left p{
    width: 400px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 160px;
}
.about-row6 .info-more-btn{
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.teacher-list{
    overflow: hidden;
    width: 100%;
}

.teacher-list ul li{
    width: 314px;
    float: left;
    margin-right: 35px;
    padding-bottom: 73px;
    height: 618px;
    margin-bottom: 30px;
}

.teacher-list ul li:nth-of-type(3n){
    margin-right: 0px;
}

.teacher-list img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.tch-txt{
    width: 90%;
    background: #fff;
    padding: 20px;
    margin: auto;
    margin-top: -50px;
    z-index: 9;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 20px;
}

.teacher-list ul li a:hover .tch-txt{
    box-shadow: 0 10px 20px #ccc;
}

.tch-txt h5{
    font-size: 22px;
    color: #333;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}

.tch-txt em{
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.tch-txt p{
    font-size: 16px;
    color: #666;
    margin-top: 0;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.team-btn{
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #1A5D73;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    display: inline-block;
}

.foster{

    overflow: hidden;
    margin-bottom: 80px;

}

.foster ul li{

    overflow: hidden;

    position: relative;

    width: 100%;

    margin-bottom: 50px;
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 20px;
}

.foster-img{

    width: 386px;

    height: 224px;

    position: relative;

    float: left;
    border-radius: 10px;

}

.foster-img img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    position: relative;
    border-radius: 10px;

}
.foster-txt em{
    color: #999;
    margin: 10px 0;
    display: inline-block;
}

.foster-img span{

    display: inline-block;

    width: 80px;

    height: 34px;

    line-height: 34px;

    text-align: center;

    background-color: #022E95;

    color: #fff;

    position: absolute;

    left: 0;

    top: 20px;

    z-index: 9;

}

.foster-txt{

    float: right;

    width: 540px;
    margin-top: 20px;

}

.foster-txt h5{

    font-size: 24px;

    font-weight: bold;

    color: #333;

    height: 30px;

    width: 100%;

    line-height: 30px;

    margin: 0;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-top: 5px;

}

.foster-txt p{

    font-size: 14px;

    color: #666;

    height: 40px;

    width: 100%;

    line-height: 20px;

    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;

}

.team-btn:hover{
    color: #fff;
}

.info-main{
    margin-bottom: 50px;
    overflow: hidden;
}
.news-info-top{

    width: 100%;

    text-align: left;

    margin-top: 30px;

    border-bottom: 1px dashed #ddd;

    padding-bottom: 30px;

    margin-bottom: 30px;

}

.news-info-top h3{

    margin-bottom: 15px;

}

.news-info-top em{

    color: #999;

}
.news-info-img{
    width: 350px;
    height: 233px;
    overflow: hidden;
    position: relative;
    float: left;
}
.news-info-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    object-fit: cover;
}
.news-info-txt{
    width: 775px;
    height: auto;
    float: right;
}
.news-info-txt h5{
    font-size: 24px;
    margin: 0;
    margin-top: 25px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-info-txt p{
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.news-info-txt span{
    font-size: 18px;
    color: #999;
}
.news-list ul li a:hover .news-info-img img{
    transform: scale(1.1);
}
.news-list ul li a:hover .news-info-txt h5{
    color: #106D9C;
}

.info-txt p{

    font-size: 16px;

    line-height: 30px;

    margin:15px auto;

}

.info-txt p img{

    max-width: 100%;

}

.news-info-bottom{

    font-size: 14px;

    color: #666;

    padding-top: 15px;

    border-top: 1px dashed #ddd;

    margin-top: 30px;
    float: left;
    width: 100%;

}

.news-info-bottom a{

    width: 40%;

    height: 30px;

    line-height: 30px;

    overflow: hidden;

    white-space:nowrap;

    text-overflow:ellipsis;

}

.news-info-bottom a:hover{

    color: #106D9C;

}

.news-info-bottom a:nth-of-type(1){

    float: left;

}

.news-info-bottom a:nth-of-type(2){

    float: right;

    text-align: right;

}

.teacher-info{
    overflow:hidden;
    margin-bottom: 60px;
    padding: 0 100px;
}
.teacher-img{
    width: 314px;
    height: 403px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 40px;
}
.teacher-info-right{
    width: 816px;
}
.teacher-info-name{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.teacher-info-key{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.teacher-info-right .info-title{
    font-size: 20px;
    font-weight: normal;
    color: #333;
    border-left: 8px solid #3C9C40;
    text-indent: 10px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.teacher-info-right p{

    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;

}
.activity-list{
    width: 100%;
    overflow: hidden;
}
.activity-list ul li{
    width: 314px;
    float: left;
    margin-bottom: 50px;
    margin-right: 35px;
}
.activity-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.activity-list ul li a{
    display: block;
}
.activity-list ul li img{
    width: 100%;
    height: 202px;
    border-radius: 20px;
    object-fit: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.act-txt{
    padding: 0 10px;
}
.act-txt p{
    font-size: 14px;
    color: #999;
    margin: 10px auto;
} 
.act-txt h5{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
} 
.activity-list ul li a:hover h5{
    color: #3C9C40;
}
.activity-list ul li a:hover img{
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}

.news-list2 ul li{
    padding: 30px 40px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.news-list2 ul li:first-child{
    padding-top: 0;
}
.news-data{
    overflow: hidden;
    text-align: center;
    float: left;
    margin-top: 0;
}
.news-data h5{
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5px;
}
.news-data p{
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}
.news-txt{
    overflow: hidden;
    float: right;
    width: 835px;
}
.news-txt h5{
    font-size: 20px;
    line-height: 25px;
    height: 25px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-txt p{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #999;
}
.news-list2 ul li a:hover .news-data{
    color: #3C9C40;
}
.news-list2 ul li a:hover h5{
    color: #3C9C40;
}
.exchange .foster .foster-txt{
    width: 800px;
}
.coop-title{
    width:auto;
    display: table;
    margin: auto;
    margin-bottom: 50px;
}
.coop-col{
    margin-bottom: 50px;
    overflow: hidden;
}
.coop-img{
    object-fit: cover;
    border-radius: 10px;
}
.coop-h5{
    display: flex;
    margin-top: 15px;
    margin-left: 15px;
}
.coop-h5 img{
    margin-right: 10px;
    height: 16px;
    margin-top: 3px;
}
.coop-h5 h5{
    font-size: 20px;
    font-weight: bold;
}
.coop-left{
    width: 630px;
    float: left;
}
.coop-right{
    width: 630px;
    float: right;
}
.wqq-img{
    padding: 0 5%;
    width: auto;
    width: 100%;
}
.cir-txt{
    width: 840px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 30px auto;
}
.cir-row{
    overflow: hidden;
    margin-bottom: 50px;
}
.cir-row .info-more-btn{
    margin: auto;
}
.cir-row2{
    margin: 80px auto;
}
.cir-row2 .float-left{
    width: 342px;
    margin-top: 50px;
}
.cir-row2 .float-right{
    width: 895px;
}
.cir-txt2{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 30px auto;
}
.wqq-img2{
    display: table;
    margin: auto;
}
.cir-row3{
    margin-bottom: 50px;
}
.cir-col3{
    margin: 50px auto;
    overflow: hidden;
}
.cir-col3 .float-left{
    width: 670px;
}
.cir-col3 .float-right{
}
.cir-col3-1{
    width: 597px;
}
.cir-row3 .info-more-btn{
    display: table;
    margin: auto;
}
.cir-list .activity-list ul li{
    width: 397px;
}
.cir-list .activity-list ul li img{
    height: 255px;
    margin-bottom: 15px;
}
.search{
    padding: 0 124px;
}
.search .title-info{
    color: #3C9C40;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.search .title-info-p{
    color: #C2E5C3;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}




/* info-page end */


@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }
    .content {
        width: 100%;
        padding: 0 15px;
    }
    .header {
        display: none;
    }
    .header2 {
        display: block;
    }
    .banner {
        width: 100%;
        height: 25vh;
        margin: 0;
    }
    .swiper-button-next2{
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .swiper-button-prev2{
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .swiper-pagination.banner-pagination{
        display: none;
    }
    .tools {
        width: 36px;
        height: auto;
    }
    .tools ul li {
        margin: 5px 0;
    }
    .tools-icon {
        width: 36px;
        height: 36px;
    }
    .tools-qrcode {
        width: 125px;
        height: 36px;
        line-height: 36px;
        right: 36px;
    }
    .footer {
        height: auto;
    }
    .footer-logo {
        width: 70%;
        height: auto;
        margin-bottom: 30px;
    }
    .footer-bottom p {
        float: unset;
        margin-top: 0;
    }
    .footer-right {
        float: unset;
        display: table;
        margin: auto;
        margin-top: 30px;
    }
    .footer-m{
        margin-top: 20px;
    }
    .footer-m-right{
        width: 100%;
        margin-top: 30px;
    }
    .footer-menu{
        margin-left: 0;
        margin-right: 10%;
        margin-bottom: 30px;
    }
    .footer-m-right .footer-menu h5{
        font-size: 16px;
    }
    .footer-menu ul li a{
        font-size: 14px;
        line-height: 25px;
    }
    .footer-b p{
        font-size: 12px;
        line-height: 25px;
    }
    .banner-info{
        height: 20vh;
        margin-bottom: 15px;
    }
    .footer {
        margin-top: 0;
    }
    .footer-right a {
        margin: 0 15px;
    }
    .notice{
        width: 93%;
        margin-top: -20px;
        padding:5px;
        border-radius: 5px;
    }
    .notice ul li{
        padding: 0 10px;
    }
    .notice ul li a h5{
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        white-space: unset;
        text-overflow: unset;
    }
    .notice ul li p{
        margin-top: 5px;
    }
    .col1{
        width: 100%;
    }
    .col1 .col-left{
        width: 100%;
        height: 430px;
        padding: 15px 20px;
        padding-right: 20px;
        margin-top: 0px;
        border-radius: 5px;
    }
    .col-right{
        width: 100%;
        height: 230px;
        position: relative;
        border-radius: 5px;
        margin-top: 15px;
    }
    .row-bg1{
        padding-bottom: 30px;

    }
    .row{
        padding-top: 30px;
    }
    .col1 .col-left h3{
        font-size: 24px;
    }
    .col1 .col-left h5{
        font-size: 16px;
    }
    .title h5{
        font-size: 24px;
    }
    .title p{
        font-size: 16px;
    }
    .info-more-btn{
        margin-top: 8px;
        width: 110px;
    }
    .row-bg2{
        padding-bottom: 30px;
    }
    .LookPicture .Look_before{
        left: 0px;
    }
    .LookPicture .Look_next{
        right: -10px;
    }
    .LookPicture .Look_before:hover{
        left: 0px;
    }
    .LookPicture .Look_next:hover{
        right: -10px;
    }
    .news-lg{
        width: 100%;
        height: 245px;
        border-radius: 5px;
    }
    .news-ms{
        width: 100%;
        margin:15px 0;
        height: auto;
        margin-bottom: 0;
    }
    .news-ms-li{
        height: 130px;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .news-ms-img{
        width: 150px;
    }
    .news-ms-r {
        width: 230px;
        padding: 10px;
    }
    .news-ms-r p {
        margin-top: 8px;
    }
    .news-sx {
        width: 100%;
        height: auto;
        border-radius: 5px;
        padding: 20px;
    }
    .idx-team-box{

        width: 90%;

        margin: 0 5%;

        margin-top: 30px;

    }

    .idx-team-box .gallery-top .swiper-slide{

        padding: 0;

    }

    .idx-team-box .gallery-top .swiper-slide i{

        width: 100%;

        height: 418px;

    }

    .col4-swiper-btn{

        width: 100%;

        bottom: 1%;

    }

    .idx-team-box .swiper-button-prev{

        width: 26px;

        height: 26px;

        left: 1%;


    }

    .idx-team-box .swiper-button-next{

        width: 26px;

        height: 26px;

        right: 1%;


    }

    .idx-team-box .gallery-top{

        height: auto;

    }

    .idx-team-box .gallery-thumbs{

        height: 150px;

        margin-top: 30px;

        margin-bottom: 50px;

    }

    .idx-team-box .gallery-top .team-info{

        width: 100%;

        height: auto;

        padding: 0 15px;

        margin-top: 10px;

        margin-bottom: 25px;

    }
    .team-info .name{
        font-size: 20px;
    }

    .team-info .title2{

        padding-bottom: 0;

    }

    .team-info .detail{

        height: 60px;

    }

    .team-info .more-btn{

        margin-top: 15px;

    }
    
    .swiper-container2{
        width: 100%;
    }
    .swiper2-img{
        width: 100%;
        height: 230px;
        border-radius: 5px 5px 0px 0px;
    }
    .swiper2-txt{
        width: 100%;
        padding: 20px;
        height: auto;
        border-radius: 0 0 5px 5px;
    }
    .swiper2-txt h5{
        font-size: 20px;
    }
    .swiper2-txt p{
        margin-top: 15px;
    }
    .swiper-pagination2{
        bottom: unset;
        top: 10%;
        width: 100%;
    }
    .footer-qr{
        float: left;
        margin: 15px 0;
    }
    .about-row1 h3 {
        text-indent: 10px;
        font-size: 24px;
    }
    .about-row1 img{
        width: 100%;
    }
    .about-row1 .float-left{
        width: 100%;
    }
    .about-row1 .float-right{
        width: 100%;
        margin-top: 15px;
    }
    .about-row2{
        margin-top: 30px;
        padding: 0;
    }
    .about-row-h5{
        width: 100%;
        margin-bottom: 15px;
    }
    .about-row2-1 .float-left img{
        width: 98%;
    }
    .about-row2-1 .float-right{
        width: 100%;
    }
    .about-row2-1 .float-right img{
        width: 100%;
    }
    .about-row3 ul li{
        margin: 0 10px;
    }
    .about-row3 ul li h5 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 0px;
    }
    .about-bg {
        width: 100%;
        height: 320px;
        background: url(../images/xy-img-bg.png) no-repeat bottom;
        background-size: 100% auto;
    }
    .about-row4 .float-right{
        width: 100%;
        margin-bottom: 15px;
    }
    .about-row4{
        margin: 30px auto;
        margin-bottom: 0;
    }
    .about-row4 .float-left{
        width: 100%;
    }
    .about-row4-txt{
        margin-top: 15px;
    }
    .about-row5 .float-left p{
        margin-top: 0px;
        width: 100%;
    }
    .about-row5 .float-right{
        width: 100%;
        margin-top: 15px;
    }
    .about-row5{
        margin-bottom: 30px;
    }
    .about-row6 .xy-img8{
        width: 100%;
    }
    .nav-left {
        width: 100%;
    }
    .nav-left ul {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 10px;
    }
    .nav-left ul li {
        display: inline-block;
        float: unset;
    }
    .page-nav{
        float:left;
    }
    .main-right{
        width: 100%;
    }
    .teacher-list ul li{
        width: 48%;
        padding-bottom: 0;
        margin-right: 0;
        height: auto;
    }
    .teacher-list img{
        border-radius: 5px;
        height: 240px;
    }
    .tch-txt{
        padding: 15px;
        border-radius: 5px;
    }
    .teacher-list ul li:nth-of-type(2n) {
        float:right;
    }
    .teacher-list ul li:nth-of-type(3n) {
        margin-right: unset;
    }
    .foster ul li{
        border-radius: 5px;
        padding: 10px
    }
    .foster-img{
        width: 100%;
        border-radius: 10px;
    }
    .foster-img img{
        border-radius: 5px;
    }
    .foster-txt{
        width: 100%;
        margin-top: 10px;
    }
    .foster-txt h5{
        font-size: 20px;
    }
    .activity-list ul li{
        width: 48%;
        padding-bottom: 0;
        margin-right: 0;
        height: auto;
    }
    .activity-list ul li img{
        border-radius: 5px;
        height: 130px;
    }
    .activity-list ul li:nth-of-type(2n) {
        float:right;
    }
    .activity-list ul li:nth-of-type(3n) {
        margin-right: unset;
    }
    
    .news-list2 ul li {
        padding: 0;
        height: 120px;
    }
    .news-list2 ul li a {
        padding: 15px 0;
        display: block;
    }
    .news-date {
        width: 66px;
    }
    .news-txt {
        width: calc(100% - 80px);
    }
    .news-txt h5 {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .nav-title{
        margin-bottom: 20px;
    }
    .coop-title{
        width: 100%;
    }
    .wqq-img{
        width: 100%;
    }
    .cir-txt{
        width: 100%;
    }
    .cir-row2{
        margin: 30px auto;
    }
    .cir-row2 .float-left{
        width: 100%;
    }
    .cir-row2 .float-right{
        width: 100%;
        margin-top: 30px;
    }
    .cir-col3 .float-left{
        width: 100%;
    }
    .exchange .foster .foster-txt{
        width: 100%;
    }
    .coop-col{
        margin-bottom: 30px;
    }
    .coop-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .coop-right{
        width: 100%;
    }
    .coop-img{
        width: 100%;
    }
    .coop-img2{
        width: 100%;
    }
    .coop-img3{
        width: 100%;
    }
    .teacher-info{
        padding: 0;
    }
    .teacher-info-right{
        width: 100%;
    }

    /* 25-05-14 */
    .about-row3 ul li{
        width: 18%;
        display: inline-table;
    }
    .about-row3 ul li img{
        width: 68%;
    }
    .about-row3 ul li h5{
        height: 50px;
        font-size: 14px;
    }
    .cir-col3-1{
        width: 100%;
        margin-top: 15px;
    }
    .cir-col3-1 .wqq-img4{
        width: 48%;
        float: left;
    }
    .wqq-img5{
        width: 48%;
        float: right;
    }
}

@media screen and (max-width:1600px) {
    .menu-li{
        font-size: 13px;
    }
    .header-right{
        width: 68%;
    }
}