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;
}

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

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
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 #A2B5E3;
    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;
    margin-left: 10px;
}

.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: #106D9C;
}

.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: 52px;
    float: left;
    margin-top: 16px;
}

.header-right {
    margin-top: 18px;
    float: left;
    margin-left: 4%;
    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: 11%;
    height: 44px;
    text-align: center;
    font-size: 14px;
    float: left;
    position: relative;
    margin-right: 0;
    border-radius: 0;
}

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

.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;
}

.menu-li:hover {
    background: #106D9C;
}

.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: #106D9C;
    border-radius: 0;
}

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

.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;
}

.submenu-li:hover a {
    color: #fff !important;
    text-indent: 28px;
    background: #106D9C !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: 100%;
    position: relative;
    top: 0px;
    z-index: 9;
}

.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: 0px;
    width: 65px;
    height: 65px;
}

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


/* banner-end */


/* footer */

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

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


.footer-logo {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    float: left;
}
.footer-top  .heard-txt{
    float: right;
    font-size: 24px;
    color: #CCD6EE;
    margin-top: 25px;
}
.footer-top  .heard-txt a{
    color: #CCD6EE;
    margin:0 15px;
}
.footer-top  .heard-txt a:hover{
    color: #BFA253;
}
.footer-m{
    margin-top: 50px;
    position: relative;padding-bottom: 115px;
}
.footer-m-left{
    float: left;
    width: 368px;
}
.footer-m-right{
    float: right;
    width: 70%;
}
.footer-m-left p{
    width: 100%;
    font-size: 20px;
    color: #CCD6EE;
    line-height: 35px;
    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: #fff;
    margin-bottom: 15px;
}
.footer-m-right .footer-menu p{
    font-size: 16px;
    color: #CCD6EE;
    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: #CCD6EE;
    line-height: 35px;
    margin-bottom: 20px;
}
.footer-menu ul li a:hover{
    color: #BFA253;
}
.footer-b{
    width: 100%;
    border-top: 1px solid #6A99C2;
    height: 50px;
}
.footer-b p{
    color: #CCD6EE;
    font-size: 16px;
    float: left;
    line-height: 50px;
}
.footer-b p a{
    color: #CCD6EE;
}
.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-end */


/* header_mb */

.header2 {
    width: 100%;
    height: 60px;
    background: #106D9C;
    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: 20px;
}


/* header_mb-end */


/*index*/
.notice{
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
    position: relative;
    margin: auto;
    margin-top: -60px;
    padding: 30px 0;
    z-index: 9;
}
.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: 60px;
    overflow: hidden;
    display: block;
}
.notice ul li p{
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.notice ul li a:hover{
    color: #5A92AD;
}
.title{
    float: left;
    margin-top: 10px;
}
.title h5{
    font-size: 24px;
}
.title p{
    font-size: 36px;
}
.title p em{
    font-weight: bold;
}
.row-nav ul li{
    width: 70px;
    height: 35px;
    line-height: 33px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
}
.row-bg1{
    background: url('../images/bg1.png') no-repeat bottom;
    margin-top: -106px;
    padding-top: 106px;
}
.col{
    overflow: hidden;
}
.col{
    margin-top: 50px;
    margin-bottom:30px;
}
.col-news{
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.col-news ul li{
    width: 280px;
    height: auto;
    float: left;
    margin-left: 30px;
    margin-bottom: 34px;
}
.col-news ul li a:hover .col-news-img img{
    transform: scale(1.1);
}
.col-news ul li a:hover h5{
    color: #5A92AD;
}
.col-news-img{
    width: 100%;
    height: 171px;
    overflow: hidden;
    position: relative;
}
.col-news-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.col-news ul li h5{
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 16px 0 8px 0;
}
.col-news ul li p{
    font-size: 16px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    display: none !important;
}
.col-news ul li em{
    color: #999;
}
.col-news ul li:nth-of-type(1){
    width: 660px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.col-news ul li:nth-of-type(1) p{
    display: block !important;
}
.col-news ul li:nth-of-type(1) .col-news-img{
    width: 100%;
    height: 381px;
}
.col-news ul li:nth-of-type(1) a p{
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 28px;
}
.col-news ul li:nth-of-type(1) a h5{
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin-bottom: 20px;
    margin-top: 30px;
}
.info-more-btn{
    display: block;
    width: 200px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: left;
    margin-top: 20px;
    background-image: linear-gradient(to right, #106D9C , #96B7BB);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.info-more-btn img{
    margin-left: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.info-more-btn:hover{
    color: #fff;
    text-indent: 20px;
}
.info-more-btn:hover img{
    margin-left: 20px;
}
.row .info-more-btn{
    float: right;
}
.row-bg2{
    background: url('../images/bg2.png') no-repeat bottom;
    padding-bottom: 80px;
}
.row-bg2 .title p,.row-bg2 .title h5{
    color: #fff;
}
.row-bg2 .info-more-btn{
    background: #fff;
    color: #527791;
}
.swiper-container2{

    width: 1280px;

    margin: auto;

    overflow: hidden;

    position: relative;

}

.swiper2-img{

    width: 55%;

    height: 459px;

    object-fit: cover;

    float: right;

}

.swiper2-txt{

    width: 45%;

    height: 380px;

    background: #fff;

    padding: 40px 45px;

    float: left;

}

.swiper2-txt h5{

    font-size: 36px;

}
.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: 16px;

    margin-top: 30px;

    color: #666;

}
.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;
}

.swiper-container2 a:hover .swiper2-txt h5{

    color: #333;

}

.swiper-container2 a:hover .swiper2-txt span{

    color: #333;

}

.swiper-container2 a:hover .swiper2-txt p{

    color: #666;

}

.swiper-pagination2{

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

}

.swiper-button-next2 {

    background: url('../images/banner-right.png') no-repeat center;

    right: 15px;

    width: 65px;

    height: 65px;

    top: 50%;
    position: absolute;

}



.swiper-button-prev2 {

    background: url('../images/banner-left.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;
}
.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; 

}

.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;}

.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-left.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-right.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; }

.col4-swiper-btn{

    width: 1280px;

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

    bottom: 7%;

}

.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);

}
.row-bg3{
    background: url('../images/bg3.png') no-repeat center;
}
.row-bg4 .info-more-btn{
    background: #fff;
    color: #527791;
}
.row-bg4{
    background: url('../images/bg4.png') no-repeat center;
    padding-bottom: 80px;
}
.row-bg4 .title p, .row-bg4 .title h5{
    color: #fff;
}

.col-forum{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.col-forum ul li{
    float: left;
    width: 302px;
    height: 302px;
    margin-bottom: 23px;
    margin-right: 23px;
}
.col-forum ul li:nth-of-type(3){
    width: 629px;
    height: 302px;
    margin-right: 0px;
}
.col-forum ul li:nth-of-type(4){
    width: 629px;
    height: 302px;
}
.col-forum ul li:nth-of-type(6){
    margin-right: 0;
}
.col-forum-img{
    position: relative;
    width: 100%;
    height: 100%;
}
.col-forum-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.col-forum-img .mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.col-forum-txt{
    position: absolute;
    width: 100%;
    padding: 0 30px;
    bottom: 15px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.col-forum-txt h5{
    width: 100%;
    font-size: 18px;
    color: #fff;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    float: left;
    margin: 0;
}
.col-forum-txt .link{
    width: 80px;
    height: 1px;
    background: #C9A063;
    margin: 10px auto;
    float: left;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.col-forum-txt p{
    width: 100%;
    font-size: 16px;
    color: #D8D8D8;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    float: left;
}
.col-forum ul li a:hover .col-forum-txt{
    opacity: 1;
}
.col-forum ul li a:hover .col-forum-img .mask{
    background: rgba(0, 0, 0, .8);
}
.col-forum ul li a:hover .col-forum-img .col-forum-txt .link{
    width: 200px;
}
.row-bg5{
    padding-bottom: 80px;
}
.col-cool{
    overflow: hidden;
}
.col-cool ul li{
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
    width: 244px;
    height: 118px;
    border: 1px solid #ddd;
}
.col-cool ul li:nth-of-type(5n){
    margin-right: 0;
}
.cool-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*index_end*/


/*info_Public*/
.info-bg{
    background: #F6FBFE;
}
.banner-info {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.row-info{
    background: #fff;
    border-top: 10px solid #106D9C;
    overflow: hidden;
    margin-top: -120px;
    padding: 0 60px;
    margin-bottom: 60px;
}
.title-info{
    margin-top: 50px;
    color: #106D9C;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
.title-info-p{
    color: #A1CADE;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}
.loc{
    width: 100%;
    line-height: 50px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #999;
    
}
.nav-info{
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
}
.nav-info ul {
    display: table;
    text-align: center;
    margin: auto;
}
.nav-info ul li{
    width: 160px;
    height: 52px;
    line-height: 52px;
    margin: 0 15px;
    float: left;
}
.nav-info ul li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;

}
.nav-info ul li.active a{
    background-image: linear-gradient(to right, #106D9C , #96B7BB);
    color: #fff;
    border: 1px solid transparent;
}
.nav-info ul li:hover a{
    background-image: linear-gradient(to right, #106D9C , #96B7BB);
    color: #fff;
    border: 1px solid transparent;
}




/*翻页*/

.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;
    float: left !important;
    margin: 0 7px !important;
    border: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

.page ul li a {
    color: #333;
    background: #efeff4;
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

.page ul li a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #106D9C , #96B7BB);
}

.page ul li.active {
    color: #fff;
    background-image: linear-gradient(to right, #106D9C , #96B7BB);
}


/*info_Public_end*/


.about{
    overflow: hidden;
    padding: 60px;
    padding-top: 0;
}
.about p{
    font-size: 16px;
    color: #666;
    line-height: 35px;
    margin: 15px 0;
}
.about-img{
    max-width: 100%;
}
.about h3{
    font-size: 24px;
    color: #333;
    line-height: 35px;
    font-weight: bold;
}
.about h5{
    font-size: 20px;
    color: #333;
    line-height: 35px;
}

.foster{

    overflow: hidden;

}

.foster ul li{

    overflow: hidden;

    position: relative;

    width: 100%;

    margin-bottom: 50px;

}

.foster-img{

    width: 456px;

    height: 315px;

    position: relative;

    float: left;

}

.foster-img img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    position: relative;

}

.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: 654px;
    margin-top: 20px;

}

.foster-txt h5{

    font-size: 26px;

    font-weight: bold;

    color: #333;

    height: 30px;

    width: 100%;

    line-height: 30px;

    margin: 0;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-top: 15px;

}

.foster-txt p{

    font-size: 16px;

    color: #666;

    height: 120px;

    width: 100%;

    line-height: 30px;

    overflow: hidden;

    margin-top: 15px;

    margin-bottom: 20px;

}

.foster-btn{

    width: 124px;

    height: 44px;

    line-height: 44px;

    font-size: 16px;

    color: #333;

    display: block;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}
.foster-btn img{
    margin-right: 10px;
    width: 44px;
    height: 44px;
    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;
}

.foster-btn:hover img{
    transform：rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.about3-list{

    margin:30px auto;

    overflow: hidden;

}

.about3-list ul li{

    width: 48%;

    height: 435px;

    float: left;

    position: relative;

    margin-bottom: 30px;

}

.about3-list ul li a h5{

    display: block;

    color:#333;

}

.about3-list ul li:nth-of-type(2n){

    float: right;

}

.about3-img{

    width: 100%;

    height: 374px;

    object-fit: cover;

}

.about3-txt{

    overflow: hidden;

    padding: 15px;

    background: #fff;

    border-bottom: 2px;

    margin-left: 15px;

    width: 90%;

    position: relative;
    margin: auto;

    margin-top: -30px;

    border-bottom: 4px solid #106D9C;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.about3-txt h5{

    font-size: 18px;

    font-weight: bold;

    margin: 0;

    height: 20px;

    line-height: 20px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-bottom: 15px;

}

.about3-list ul li:hover .about3-txt{

    margin-top: -50px;

    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);

}

.news-list{
    overflow: hidden;
}
.news-list ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.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;
}

.news-list{

    overflow: hidden;

    position: relative;

    margin-top: 30px;

    margin-bottom: 50px;

}

.news-list2 ul li{

    width: 100%;

    padding: 0 30px;

    overflow: hidden;

    height: 157px;

    border-left: 5px solid transparent;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.news-list2 ul li:hover .news-txt h5{

    color: #106D9C;

}

.news-list2 ul li a{

    display: block;

    width: 100%;

    height: 100%;

    border-bottom: 1px dashed #ddd;

    padding: 30px 0;

}

.news-date{

    float: left;

    width: 10%;

    margin-top: 5px;

}

.news-date h5{

    font-size: 44px;

    font-weight: bold;

    margin: 0;

    color: #106D9C;

    margin-bottom: 10px;

}

.news-date p{

    font-size: 16px;

    margin: 0;

    color: #999;

}

.news-txt{

    float: right;

    width: 88%;

}

.news-txt h5{

    font-size: 24px;

    font-weight: bold;

    margin: 0;

    color: #333;

    height: 30px;

    line-height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-bottom: 15px;

}

.news-txt p{

    font-size: 16px;

    margin: 0;

    color: #999;

    height: 50px;

    line-height: 25px;

    overflow: hidden;

}
.teacher-list{

    overflow: hidden;

}

.teacher-list ul li{

    width: 310px;

    float: left;

    margin-right: 115px;

    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: 420px;

    object-fit: cover;

}

.tch-txt{

    width: 90%;

    background: #fff;

    padding: 20px 15px;

    margin: auto;

    margin-top: -30px;

    z-index: 99;

    position: relative;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.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;

}

.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: 75px;

    line-height: 25px;

    overflow: hidden;

}
.contact{
    overflow: hidden;
    margin-bottom: 50px;
}
.contact img{
    width: 545px;
    float: left;
}
.contact-right{
    width: 586px;
    float: right;
    margin-top: 30px;
}
.contact-right h5{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact-right p{
    font-size: 16px;
    line-height: 40px;
    color: #666;
}
.news-info-top{

    width: 100%;

    text-align: center;

    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;

}

.main-info .plan-example th{

    border-bottom-width:1px;

    background: #e8f2fc;

}

.info-txt p{

    font-size: 16px;

    line-height: 26px;

    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;

}
.info-main{
    margin-bottom: 50px;
    overflow: hidden;
}
.about3-info{
    overflow: hidden;
    margin-bottom: 50px;
}
.about3-info-top{
    overflow: hidden;
    margin-bottom: 50px;
}
.about3-info-top img{
    width: 456px;
    height: 315px;
    float: left;
}
.about3-info-top-right{
    width: 672px;
    float: right;
    margin-top: 40px;
}
.about3-info-top-right h5{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.about3-info-top-right p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


.about3-info-m{
    overflow: hidden;
}

.about3-info-m .info-title{
    font-size: 24px;
    font-weight: normal;
    color: #106D9C;
    border-left: 8px solid #106D9C;
    text-indent: 10px;

}

.about3-info-m p{

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

}
.teacher-info{
    overflow:hidden;
    margin-bottom: 60px;
}
.teacher-img{
    width: 309px;
    height: 380px;
    object-fit: cover;
    float: left;
}
.teacher-info-right{
    width: 816px;
    float: right;
}
.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: #106D9C;
    border-left: 8px solid #106D9C;
    text-indent: 10px;
}
.teacher-info-right p{

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

}

.col-cool{
    overflow: hidden;
}
.row-info .col-cool ul li{
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 220px;
    height: 98px;
    border: 1px solid #ddd;
}
.row-info .col-cool ul li:nth-of-type(5n){
    margin-right: 0;
}
.cool-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-info{
    margin-bottom: 30px;
}
.nav-info-lite{
    width: auto;
    height: auto;
    margin:30px auto;
    overflow: hidden;
}
.nav-info-lite ul{
    display: table;
    margin: auto;
    background: #f2f2f2;
    padding:10px;
}
.nav-info-lite ul li{
    width: auto;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 30px;
}
.nav-info-lite ul li a{
    display: block;
    padding: 0 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.nav-info-lite ul li a:hover{
    background: #106D9C;
    color: #fff;
}
.nav-info-lite ul li a.active{
    background: #106D9C;
    color: #fff;
}

.team-btn{
    width: 150px;
    height: 36px;
    line-height: 36px;
    background: #106D9C;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    margin:auto;
}
.teacher-list ul li{
    height: 630px;
}
.qrcode{
    overflow: hidden;
    margin-top: 15px;
}
.qrcode .contact-qrcode{
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 15px;
}


/*2024-06-14 new*/
.col1{
    width: 100%;
    margin: auto;
    margin-top: 77px;
    width: 1280px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.col1 .col-left{
    width: 50%;
    height: 510px;
    float: left;
    padding: 33px 50px;
    background: url('../images/col-img2.png') no-repeat bottom,#fff;
}
.col1 .col-left h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.col1 .col-left h5{
    font-size: 20px;
    color: #D4B98E;
    margin-top: 10px;
    margin-bottom: 15px;
}
.col1 .col-left .link{
    width: 50%;
    height: 6px;
    background: #046EFF;
    margin-bottom: 10px;
    display: inline-block;
}
.col1 .col-left p{
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 30px;
    height: 232px;
    overflow: hidden;
}

.col-right{
    width: 50%;
    height: 510px;
    object-fit: contain;
    float: right;
    background: #000;
}
/*2024-06-14 new-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;
    }
    .notice{
        width: 93%;
        margin-top: -20px;
        padding:0;
        padding-bottom: 10px;
    }
    .notice ul li{
        padding: 0 10px;
    }
    .notice ul li a h5{
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .notice ul li p{
        margin-top: 5px;
    }
    .main1 {
        width: 100%;
        margin-top: 25px;
    }
    .row1 .main1 .news-big {
        height: auto;
    }
    .news-big.news-big2 img {
        height: 210px;
    }
    .news-big.news-big2 h5 {
        font-size: 14px;
        height: 52px;
        line-height: 52px;
    }
    .news-big.news-big2 h5 span {
        height: 52px;
        line-height: 52px;
        width: 70%;
    }
    .news-big.news-big2 h5 span:last-of-type {
        height: 52px;
        line-height: 52px;
        width: 25%;
    }
    .row-ul li .row2-img {
        width: 88px;
        height: 68px;
    }
    .row-ul li .row2-right {
        width: 70%;
    }
    .row-ul li .row2-right p {
        display: none !important;
    }
    .row-zmg {
        overflow: hidden;
        height: auto;
    }
    .row-zmg .left {
        width: 100%;
    }
    .row-zmg .right {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }
    .row-zmg .right .zmg-li {
        padding: 0;
        margin-right: 44px;
        background: unset;
    }
    .row-zmg .right .zmg-li:last-of-type {
        padding: 0;
        margin-right: 0;
    }
    .row-zmg .right .zmg-li h5 {
        font-size: 14px;
    }
    .swiper-container-horizontal .swiper-pagination3 {
        left: 0;
        right: 0;
        top: unset;
        bottom: 0px;
        margin: auto;
    }
    .swiper-container3 {
        padding-bottom: 30px;
    }
    .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: 100%;
        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: 15%;
        margin-bottom: 30px;
    }
    .footer-b p{
        font-size: 12px;
        line-height: 25px;
    }
    .banner-info{
        height: 16vh;
    }
    .row-info{
        margin-top: 0;
        background: #fff;
    }
    .title-info{
        font-size: 24px;
        margin-top: 15px;
    }
    .loc{
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }
    .nav-info{
        width: 100%;
        margin-top: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    .nav-info ul{
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        display: block;
    }
    .nav-info ul li{
        display: inline-block;
        margin: 0 3px;
        width: auto;
        float: unset;
    }
    .nav-info ul li a{
        padding: 0 10px;
        font-size: 14px;
        line-height: 44px;
        height: 46px;
        background-color: #fff;
        border: 1px solid #ddd;
        color: #333;
    }
    .nav-info ul li.active a{
        line-height: 44px;
        height: 46px;
        margin-top: 0;
        color: #fff;
        border: 1px solid #C69769;
    }
    .about{
        padding: 30px 0;
    }
    .about h3{
        font-size: 20px;
    }
    .about h5{
        font-size: 18px;
    }
    .news-info-top h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .course-right h5 {
        border-bottom: 0;
    }
    .col-info {
        margin-top: 15px;
    }
    .main-right .course-list p {
        height: 50px;
        margin-top: 0;
    }
    .main-bg {
        margin-top: 0;
    }
    .footer {
        margin-top: 0;
    }
    .footer-right a {
        margin: 0 15px;
    }
    .about2-li p {
        padding: 15px;
    }
    .team-list .team-img {
        width: 88px;
        height: 108px;
        position: absolute;
    }
    .team-list li {
        width: 100%;
        position: relative;
        overflow: hidden;
        height: auto;
    }
    .team-list h5 {
        margin: 0;
    }
    .team-list p {
        height: 50px;
        line-height: 25px;
    }
    .team-list .team-right {
        padding-left: 100px;
        width: 100%;
        height: auto;
    }
    .team-info .team-photo {
        width: 100%;
        min-height: 300px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .team-info-right {
        width: 100%;
    }
    .course-list li {
        overflow: hidden;
        position: relative;
        padding: 0;
    }
    .course-list .pro-img {
        width: 140px;
        height: 100px;
        position: absolute;
    }
    .course-list .course-right {
        width: 100%;
        padding-left: 155px;
        margin-top: 0;
        position: relative;
    }
    .course-right h5 {
        font-size: 16px;
        margin: 0;
        padding-bottom: 0;
    }
    .course-right em {
        margin-bottom: 0;
    }
    .course-right p {
        padding-top: 0px;
        height: auto;
    }
    .course-list li {
        margin-bottom: 30px;
    }
    .course-main img {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
    .course-right {
        width: 100%;
        margin-top: 10px;
    }
    .course-main .course-right p {
        margin-top: 15px;
        height: auto;
    }
    .info-txt .course-main {
        margin-bottom: 0;
    }
    .col-info {
        padding: 15px;
    }
    .news-list .col-news-list h5 span {
        width: 70%;
    }
    .news-list .col-news-list h5 em {
        width: 23%;
    }
    .col-news-list h5 i {
        width: 0%;
    }
    .contact-left {
        width: 100%;
        margin: 0;
    }
    .contact-right {
        width: 100%;
    }
    .row3-btn {
        margin-top: 0px;
    }
    .col{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .title p{
        font-size: 14px;
    }
    .title h5{
        font-size: 18px;
    }
    .info-more-btn{
        width: 115px;
        height: 36px;
        line-height: 36px;
    }
        
    .col-news ul li:nth-of-type(1){
        width: 100%;
        margin-bottom: 30px;
    }
    .col-news ul li:nth-of-type(1) .col-news-img{
        height: 210px;
    }
    .col-news ul li:nth-of-type(1) a h5{
        margin-bottom: 10px;
        margin-top: 15px;
        font-size: 18px;
    }
    .col-news ul li:nth-of-type(1) a p{
        margin-bottom: 10px;
        font-size: 14px;
        height: 50px;
        line-height: 25px;
    }
    .col-news ul li p{
    }
    .col-news ul li{
        width: 48%;
        margin-left: 0;
        margin-bottom: 30px;
        float: left;
    }
    .col-news ul li:nth-child(2n){
        float: right;
    }
    .col-news-img{
        height: 110px;
    }
    .swiper-container2{
        width: 100%;
    }
    .swiper2-img{
        width: 100%;
        height: 230px;
    }
    .swiper2-txt{
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .swiper2-txt h5{
        font-size: 20px;
    }
    .swiper2-txt p{
        margin-top: 15px;
    }
    .swiper-pagination2{
        bottom: unset;
        top: 10%;
        width: 100%;
    }
    
    .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: 0;


    }

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

        width: 26px;

        height: 26px;

        right: 0;


    }

    .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;

    }

    .photo-list{

        width: 90%;

        margin: 0 5%;

        margin-top: 30px;

    }

    .photo-list .photo-g{

        width: 100%;

        height: 210px;

        margin-bottom: 15px;

    }

    .photo-list .photo-g:nth-of-type(1){

        width: 100%;

        height: 330px;

    }

    .col-forum ul li{
        width: 48%;
        margin: 0;
        margin-left: 0;
        margin-bottom: 15px;
        float: left;
        height: 150px;
    }
    .col-forum ul li:nth-of-type(1){
        width: 100%;
        height: 150px;
        float: left;
    }
    .col-forum ul li:nth-of-type(3){
        width: 48%;
        float: right;
        height: 150px;
    }
    .col-forum ul li:nth-of-type(4){
        margin-top: 0;
        height: 150px;
    }
    .col-forum ul li:nth-of-type(5){
        margin: 0;
        float: right;
        height: 150px;
    }
    .col-forum-txt{
        padding: 0 15px;
    }
    .col-forum-txt h5{
        font-size: 16px;
    }
    .col-forum-txt .link{
        margin: 5px auto;
    }
    .col-forum-txt p{
        font-size: 14px;
    }
    .row-bg4{
        padding-bottom: 50px;
    }
    .col-cool ul li{
        width: 48%;
        height: 68px;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .col-cool ul li:nth-of-type(2n){
        float: right;
    }
    .row-bg5{
        padding-bottom: 50px;
    }
    .foster-img {
        width: 100%;
        height: 210px;
    }
    .foster-txt {
        width: 100%;
    }
    .foster-txt h5 {
        font-size: 20px;
    }
    .foster-txt p {
        font-size: 16px;
    }
    .foster-btn img{
        width: 40px;
        height: 40px;
    }
    .about3-info-top img{
        width: 100%;
        height: auto;
    }
    .about3-info-top-right{
        width: 100%;
        margin-top: 15px;
    }
    .about3-info-top{
        margin-bottom: 15px;
    }
    .about3-info-top-right h5{
        font-size: 20px;
    }
    .about3-info-m .info-title{
        font-size: 20px;
    }
    .about3-list ul li{
        width: 100%;
        height: auto;
    }
    .about3-img{
        width: 100%;
        height: 215px;
    }
    .news-info-top{
        margin-top: 0;
    }
    .news-list2 ul li {
        padding: 0;
        height: 120px;
    }
    .news-list2 ul li a {
        padding: 15px 0;
    }
    .news-date {
        width: 66px;
    }
    .news-txt {
        width: calc(100% - 80px);
    }
    .news-txt h5 {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .teacher-list{
        padding: 0 30px;
    }
    .teacher-list ul li {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-bottom: 0;

    }
    .teacher-list img {
        width: 100%;
        height: 370px;
    }
    .teacher-img{
        width: 70%;
        margin: auto;
        float: unset;
        display: table;
    }
    .teacher-info-right{
        width: 100%;
    }
    .teacher-info-name{
        text-align: center;
    }
    .teacher-info-right p{
        /*text-align: center;*/
    }
    .teacher-info-right p:first-of-type{
        text-align: center;
    }
    .news-list ul li{
        margin-bottom: 30px;
    }
    .news-info-img {
        width: 100%;
    }
    .news-info-txt {
        width: 100%;
    }
    .news-info-txt h5 {
        font-size: 18px;
        height: 50px;
        line-height: 25px;
        overflow: hidden;
        white-space: unset;
        text-overflow: unset;
        margin-top: 15px;
    }
    .news-info-txt p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .contact img{
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    .col-forum ul li a:hover .col-forum-img .col-forum-txt .link{
        width: 60%;
    }

    .col-cool ul li{
        width: 48%;
        height: 68px;
        float: left;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .col-cool ul li:nth-of-type(2n){
        float: right;
    }
    .col-cool{
        margin-top: 30px;
    }
    
    .nav-info-lite{
        width: 100%;
        float: left;
        margin-top: 0;
    }
    .nav-info-lite ul{
        padding: 0;
        background: transparent;
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        display: flex;
    }
    .nav-info-lite ul li{
        display: inline-block;
        float: unset;
        margin:0 5px;
        background: #f2f2f2;
    }
    .nav-info{
        margin-bottom: 10px;
    }
    
    
    /*2024-06-14 mb-new*/
    
    .col-bg{
        width: 100%;
        top: 28px;
    }
    .col1{
        margin-top: 25px;
        max-width: 92%;
    }
    .col1 .col-left{
        top: 30px;
        width: 100%;
        height: 350px;
        padding: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
        top: 160px;
        margin: auto;
    }
    .col-right{
        width: 100%;
        height: 230px;
    }
    .col1 .col-left p{
        height: 90px;
    }
    .col1 .col-left h3{
        font-size: 30px;
    }
    .col1 .col-left h5{
        font-size: 24px;
    }
    .col1 .col-left p{
        line-height: 30px;
        height: 90px;
        margin-bottom: 20px;
    }
    /*2024-06-14 mb-new-end*/

}

@media screen and (max-width:1380px) {}