body {

    font-family: "微软雅黑";

    font-size: 14px;

    overflow-x: hidden;

}



.index-bg {

    background: #FBFCFF;

}



* {

    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:focus{

    color: #fff;

}



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;

}



.content-info {

    width: 1280px;

    margin: auto;

    position: relative;

    overflow: hidden;

    min-height: 700px;

}





/*header*/



.header {

    width: 100%;

    height: 120px;

    background: #fff;

    position: relative;

}



.header2 {

    display: none;

}



.header-top {

    height: 45px;

    line-height: 45px;

    border-bottom: 1px solid #3631B7;

}









/* search */



.sb-search {

    position: absolute;

    width: 0%;

    min-width: 44px;

    height: 44px;

    float: right;

    right: 100px;

    overflow: hidden;

    -webkit-transition: width 0.3s;

    -moz-transition: width 0.3s;

    transition: width 0.3s;

    -webkit-backface-visibility: hidden;

    border-radius: 50px;

    border: 1px solid #1639A5;

    border-radius: 4px;

    z-index: 99;

}



.sb-search-input {

    position: absolute;

    top: 0;

    right: 0;

    border: none;

    outline: none;

    width: 260px;

    height: 44px;

    margin: 0;

    z-index: 10;

    font-family: inherit;

    font-size: 14px;

    color: #333;

    text-indent: 15px;

    background: #fff;

}



.sb-search-input::-webkit-input-placeholder {

    color: #999;

}



.sb-search-input:-moz-placeholder {

    color: #999;

}



.sb-search-input::-moz-placeholder {

    color: #999;

}



.sb-search-input:-ms-input-placeholder {

    color: #999;

}



.sb-icon-search,

.sb-search-submit {

    width: 44px;

    height: 44px;

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

    /* 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: #333;

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

    background-size: 17px 17px;

    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;

}

.home-links{

    float: right;

    width: 88px;

    height: 44px;

    background: #1553A8;

    text-align: center;

    line-height: 44px;

    font-size: 14px;

    color: #fff;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

border-radius: 4px;}

.home-links img{

    width: 20px;

    height: 20px;

    margin-right: 5px;

    margin-top: -2px;

}

.home-links:hover{

    color: #fff;

    background: #D4B98E;

}



.logo {

    float: left;

    margin-top: 21px;

}

.logo-s{

    float: left;

    margin-top: 50px;

    margin-left: 50px;

}



.header-right {

    margin-top: 36px;

    float: right;

    position: relative;
}



.contact-icon {

    float: left;

}



.header-main {

    width: auto;

    margin: auto;

    padding: 0 5%;

    height: 120px;

    background: url('../images/header-bg.png') no-repeat left;

}



/* 导航 */

.menu {

    float: right;

margin-right: 100px;}



.menu-ul {

    display: table;

    margin: auto;

    width: 100%;

}



.menu-li {

    width: 90px;

    height: 44px;

    text-align: center;

    font-size: 16px;

    float: left;

    position: relative;

}



.menu-li a {

    color: #333;

    text-transform: uppercase;

    display: block;

    height: 44px;

    line-height: 44px;

font-weight: bold;}



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

    width: 20px;

    height: 4px;

    border-radius: 30px;

    background-color: #CEAB59;

    position: absolute;

    z-index: 99;

    top: 40px;

    left: 39%;

}

.menu-li.active .menu-link{

    opacity: 1;

    filter: alpha(opacity=100);

    width: 20px;

    height: 4px;

    border-radius: 30px;

    background-color: #CEAB59;

    position: absolute;

    z-index: 99;

    top: 40px;

    left: 39%;

}



.submenu-nav {

    display: none;

    width: 100%;

    height: auto;

    position: relative;

    z-index: 999;

}



.menu-li:hover {

    border-bottom: 0;

}



.menu-li:hover a {

    color: #333;

}



.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: #333;

    border-bottom: 0;

}



.submenu-nav {

    display: none;

    width: 210px;

    height: auto;

    position: relative;

    left: 0;

    z-index: 999;

}



.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: 0 !important;

}



.submenu-li:hover a {

    color: #fff !important;

    text-indent: 28px;

    background: #1553A8 !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;

}



.banner-img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    text-align: center;

}



.material-icons {

    font-size: 44px;

}



.swiper-pagination-bullet {

    background: #fff;

    /* border-radius: 50%; */

    opacity: 1;

    filter: alpha(opacity=100);

    width: 15px;

    height: 15px;

}

.banner .swiper-pagination-bullet-active{

    width: 34px;

    border-radius: 30px;

    background: #CEAB59;

}





/* banner-end */





/* footer */



.footer {

    width: 100%;

    background: url('../images/footer-bg.png') no-repeat center top;

}



.footer-t{

    width: 1280px;

    height: 328px;

    margin: auto;

    padding-top: 30px;

}

.footer-logo-list{

    display: table;

    margin: auto;

    padding: 30px 0;

}

.footer-logo-list img{

    margin: 0 15px;

    width: 216px;

    height: 78px;
    border-radius: 10px;

}

.footer-logo-l{

    width: 25%;

    float: left;

}

.footer-txt{

    padding: 0 13%;

    border-top: 1px solid #6774FF;

    padding-top: 44px;

}

.footer-txt p{

    float: right;

    line-height: 38px;

    font-size: 16px;

    color: #fff;

    width: 68%;

}

.footer-b {

    height: 60px;

    background: #001337;

    line-height: 60px;

}

.footer-menu-li ul li a:hover{

    color: #D4B98E;

}



.footer-b p {

    float: left;

    color: #596E94;

}



.footer-b p a {

    color: #596E94;

}



.footer-control {

    float: right;

    width: 272px;

    margin-top: 14px;

}



/* footer-end */



/* tools */

.tools{

    position:fixed;

    right: 1%;

    z-index: 99;

    bottom: 10%;

}

.tools-g{

    width: 55px;

    height: 55px;

    background: #1639A5;

    border-radius: 3px;

    padding: 5px;

    margin-bottom: 15px;

    position: relative;

}

.tools-g a{

    display: block;

    text-align: center;

    color: #fff;

}

.tools-g a h5{

    font-size: 18px;

    font-weight: bold;

    line-height: 22px;

    margin: 0;

}

.tools-img{

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

}

.footer-qrcode{

    position: absolute;

    right: 70px;

    bottom: 0;

    border-radius: 10px;

    width: 150px;

    height: 150px;

    display: none;

    border: 1px solid #ddd;

}

.tools-g a:hover .footer-qrcode {

    display: block;

}

/* tools-end */



/* header_mb */



.header2 {

    width: 100%;

    height: 60px;

    background:#fff;



    position: fixed;

    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: #134C99;

    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;

    height: 62px;

}



.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: #fff;

    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*/

.col1{

    overflow: hidden;

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

    padding-bottom: 90px;

}

.title{

    width: 1129px;

    height: auto;

    background: url('../images/title-bg.png') no-repeat center;

    margin: auto;

    text-align: center;

    overflow: hidden;

    background-position-y: 30px;

    margin-top: 70px;

}

.title h5{

    font-size: 32px;

    font-weight: bold;

}

.title p{

    font-size: 20px;

    text-transform:uppercase;

    height: 34px;

    padding: 0 10px;

    background: #2476FE;

    color: #CEAB59;

    margin: auto;

    line-height: 34px;

}

.col1 .title p{

    width: 100px;

}

.col1-list{

    width: 1600px;

    padding: 0 94px;

    margin: auto;

    margin-top: 50px;

    margin-bottom: 50px;

    overflow: hidden;

}

.col1-list ul li{

    float: left;

    width: 450px;

    margin-right: 30px;

}

.col1-list ul li:nth-of-type(3){

    margin-right: 0;

}

.col-txt{

    padding: 0 15px;

    width: 100%;

}

.col1-img{

    width: 100%;

    height: 238px;

    object-fit: cover;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.col1-list ul li h5{

    width: 100%;

    height: 30px;

    line-height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-size: 18px;

    font-weight: bold;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.col1-list ul li p{

    width: 100%;

    height: 60px;

    line-height: 30px;

    overflow: hidden;

    font-size: 16px;

    color: #999;

}

.col1-list ul li em{

    width: 100%;

    display: inline-block;

    margin-top: 10px;

}

.col1-list ul li a:hover .col1-img{

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

}

.col1-list ul li a:hover h5{

    color: #1756FF;

}

.more-btn{

    width: auto;

    height: 44px;

    font-size: 18px;

    margin: auto;

    display: table;

    text-align: center;

    color: #1756FF;

}

.more-btn .more-icon{

    margin-right: 10px;

}

.more-btn:hover {

    color: #1756FF;

}



.col2{

    overflow: hidden;

    background: url('../images/col2-bg.png') no-repeat center top;

    padding-bottom: 30px;

}

.col2 .title h5{

    color: #fff;

}

.col2 .title p{

    width: 130px;

}

.col2-main{

    width: 1400px;

    margin: auto;

    overflow: hidden;

    margin-top: 52px;

}

.col2-left{

    width: 585px;

    float: left;

    margin-top: 0;

}

.col2-right{

    width: 815px;
    height: 490px;
    float: right;
    margin-top: 92px;

}

.col2-g{

    position: relative;

    width: 100%;

    height: 291px;

    float: left;

    padding: 50px 30px;

}

.col2-g:nth-of-type(2){

    width: 50%;

    float: left;

}

.col2-g:nth-of-type(3){

    width: 50%;

    float: right;

}

.col2-icon-g{

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    text-align: center;

    display: table;

    z-index: 9;

}

.col2-icon-g h5{

    font-size: 24px;

    font-weight: bold;

    color: #fff;

    margin-top: 15px;

}

.col2-img{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}
.col2-icon{
    height: 88px;
}

.col2-t{

    position: relative;

    z-index: 9;

    width: 100%;

    overflow: hidden;

}

.col2-t h5{

    font-size: 24px;

    color: #fff;

    font-weight: bold;

    float: left;

}

.more-btn2{

    font-size: 18px;

    color: #fff;

    float: right;

    margin-top: 0;

    line-height: 44px;

}

.more-btn2 img{

    margin-right: 10px;

}

.more-btn2:hover{

    color: #fff;

}

.col2-g p{

    position: relative;

    z-index: 9;

    color: #fff;

    font-size: 16px;

    line-height: 30px;

    overflow: hidden;

    margin-top: 35px;
    height: 120px;

}

#video{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.col3 .title p{

    width: 260px;

}

.col3 .title{

    margin-bottom: 50px;

}

.col3 {

    width: 1600px;

    margin: auto;

    position: relative;

    

}

.swiper-container2{

    width: 1280px;

    margin: auto;

    border-radius: 10px;

    overflow: hidden;

    position: relative;

}

.swiper2-img{

    width: 55%;

    height: 459px;

    object-fit: cover;

    float: left;

}

.swiper2-txt{

    width: 45%;

    height: 459px;

    background: #fff;

    padding: 60px 45px;

    float: right;

}

.swiper2-txt h5{

    font-size: 36px;

    font-weight: bold;

}

.swiper2-txt span{

    font-size: 30px;

    font-weight: normal;

}

.swiper2-txt p{

    width: 100%;

    height: 150px;

    line-height: 30px;

    overflow: hidden;

    font-size: 18px;

    margin-top: 50px;

    color: #666;

}

.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: 92%;

    height: 83px;

    position: absolute;

    top: 43%;

    left: 0;

    right: 0;

    margin: auto;

}

.swiper-button-next2 {

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

    right: 15px;

    width: 55px;

    height: 83px;

    top: 50%;
    position: absolute;

}



.swiper-button-prev2 {

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

    left: 15px;

    width: 55px;

    height: 83px;

    top: 50%;
    position: absolute;

}
.swiper-button-next2.swiper-button-disabled, .swiper-button-prev2.swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.col3 .more-btn{

    margin-top: 50px;

}

.col4{

    overflow: hidden;

    position: relative;

    background: url('../images/col4-bg.png') no-repeat center bottom;

}

.col4 .title p{

    width: 235px;

}

.idx-team-box{ width: 1200px; 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: 15px;}

.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: #1639A5; 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: #CEAB59; 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 20px;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:55px;height:83px;background:url(../images/left2.png) no-repeat;background-position:0 0;background-size:100%}

.idx-team-box .swiper-button-next{top:inherit!important;  right:0; bottom: 100px; width:55px;height:83px;background:url(../images/right2.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: 1440px;

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

}





.col5{

    overflow: hidden;

    position: relative;

    background: url('../images/col5-bg.png') no-repeat center bottom;

}

.col5 .title p{

    width: 175px;

}

.photo-list{

    width: 1600px;

    margin: auto;

    margin: 50px auto;

    overflow: hidden;

}

.photo-list .photo-g{

    float: left;

    width: 431px;

    height: 335px;

    position: relative;

}

.photo-g .mask{

    width: 100%;

    height: 100%;

    background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));

    position: absolute;

    bottom: 0;

    z-index: 9;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

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

    width: 738px;

    height: 670px;

}

.photo-g img{

    width: 100%;

    height: 100%;

    position: absolute;

    bottom: 0;

    object-fit: cover;

}

.photo-txt{

    width: 100%;

    overflow: hidden;

    position: absolute;

    z-index: 99;

    bottom: 15px;

    padding: 0 20px;

}

.photo-txt h5{

    width: 100%;

    height: 30px;

    line-height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-size: 20px;

    font-weight: bold;

    color: #fff;

    margin: 0;

    margin-bottom: 5px;

}

.photo-txt p{

    width: 100%;

    height: 20px;

    line-height: 20px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-size: 18px;

    color: #fff;

}

.photo-list a:hover .mask{

    background:transparent;

}

.col5 .more-btn{

    margin: 50px auto;

}



/*index_end*/





/*info_Public*/



.banner-info {

    width: 100%;

    height: auto;

    object-fit: cover;

}

.main{

    width: 1280px;

    margin: auto;

    margin-top: -66px;

    background: #fff;

    min-height: 700px;

    position: relative;

    z-index: 9;

    margin-bottom: 50px;

    border-top: 7px solid #2452AC;

    padding: 35px;

    overflow: hidden;

}

.nav-left{

    width: 240px;

    overflow: hidden;

    float: left;

}

.info-title{

    overflow: hidden;

    margin-bottom: 44px;

}

.info-title h5{

    font-size: 28px;

    color: #1639A5;

    font-weight: bold;

    margin-top: 0;

}

.info-title p{

    font-size: 13px;

    color: #CEAB59;

    font-weight: normal;

    text-transform:uppercase;

}

.mian-right{

    width: 900px;

    float: right;

}

.nav-list{

    overflow: hidden;

    width: 100%;

}

.nav-list ul li{

    width: 100%;

    height: 60px;

    font-size: 16px;

    font-weight: normal;

    line-height: 60px;

}

.nav-list ul li a{

    color: #1639A5;

    display: block;

    padding: 0 30px;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.nav-list ul li a.active{

    color: #fff;

    background: #1639A5;

}

.nav-list ul li a:hover{

    color: #fff;

    background: #1639A5;

}

.main-title{

    width: 100%;

    height: 50px;

    border-bottom: 1px solid #ddd;

}

.main-title h5{

    font-size: 24px;

    font-weight: bold;

    color: #333;

    line-height: 50px;

    float: left;

    margin: 0;

}

.main-title p{

    font-size: 14px;

    color: #ccc;

    line-height: 50px;

    float: right;

    text-align: right;

}

.info-nav {

    width: 100%;

    overflow: hidden;

}

.info-nav ul li{

    width: 130px;

    height: 50px;

    line-height: 50px;

    color: #022E95;

    float: left;

    margin: 30px 0;

    margin-right: 30px;

}

.info-nav ul li a{

    display: block;

    width: 100%;

    height: 100%;

    color: #022E95;

    font-size: 18px;

    background: #FBFCFF;

    text-align: center;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.info-nav ul li a.active{

    background: #022E95;

    color: #fff;

}

.info-nav ul li a:hover{

    background: #022E95;

    color: #fff;

}



/*翻页*/



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

    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: #1553A8;

}



.page ul li.active {

    color: #fff;

    background: #1553A8;

}



/*info_Public_end*/









/* info */



.about-txt{

    

    margin-top: 60px;

    margin-bottom: 30px;

}

.about-txt p{

    width: 100%;

    font-size: 16px;

    color: #666;

    line-height: 30px;

}

.about-txt2 p:nth-of-type(1){

    font-size: 16px;

    color: #666;

    line-height: 30px;

    width: 86%;

    margin:30px auto;

}

.about-txt2 p:nth-of-type(2){

    font-size: 16px;

    color: #666;

    line-height: 30px;

    width: 95%;

    padding:30px;

    background: #fff;

    margin: auto;

    margin-top: -30px;

    position: relative;

    margin-bottom: 44px;

}



.teacher-list{

    overflow: hidden;

}

.teacher-list ul li{

    width: 280px;

    float: left;

    margin-right: 30px;

    padding-bottom: 73px;

    height: 520px;

    margin-bottom: 30px;

}

.teacher-list ul li:nth-of-type(3n){

    margin-right: 0px;

}

.teacher-list img{

    width: 280px;

    height: 344px;

    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: #022E95;

    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: #CEAB59;

    display: inline-block;

}

.tch-txt p{

    font-size: 16px;

    color: #666;

    margin-top: 0;

    height: 75px;

    line-height: 25px;

    overflow: hidden;

}

.about3-list{

    margin:30px auto;

    overflow: hidden;

}

.about3-list ul li{

    width: 48%;

    height: 375px;

    float: left;

    position: relative;

    margin-bottom: 30px;

}

.about3-list ul li a h5{

    display: block;

    color:#1639A5;

}

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

    float: right;

}

.about3-img{

    width: 100%;

    height: 290px;

    object-fit: cover;

}

.about3-txt{

    overflow: hidden;

    padding: 15px;

    background: #fff;

    border-bottom: 2px;

    margin-left: 15px;

    width: 315px;

    position: relative;

    margin-top: -30px;

    border-bottom: 2px solid #1639A5;

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

    position: relative;

    margin-top: 30px;

    margin-bottom: 50px;

}

.news-list 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-list ul li:hover {

    border-left: 5px solid #1639A5;

}

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

    color: #1639A5;

}

.news-list 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: #1639A5;

    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;

}

.news-list2{

    overflow: hidden;

    position: relative;

    padding-top: 70px;

}

.news-list2 ul li{

    width: 100%;

    height: 187px;

    background: #FBFCFF;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

    margin-bottom: 50px;

}

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

    color: #1639A5;

}

.news2-img{

    width: 251px;

    height: 185px;

    object-fit: cover;

    margin-top: -30px;

    position: relative;

    float: left;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.news-list2 ul li a:hover .news2-img{

    margin-top: -20px;

}

.news2-txt{

    width: calc(100% - 300px);

    float: right;

    margin-right: 30px;

    /* padding-top: 25px; */

}

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

}

.news2-txt p{

    font-size: 16px;

    margin: 0;

    color: #999;

    height: 50px;

    line-height: 25px;

    overflow: hidden;

    margin: 15px 0;

}

.news2-txt em{

    display: inline-block;

    font-size: 16px;

    margin: 0;

    color: #999;

    line-height: 25px;

    overflow: hidden;

}

.news-list3{

    overflow: hidden;

    position: relative;

    padding-top: 50px;

}

.news-list3 ul li{

    width: 100%;

    height: 144px;

    background: #FBFCFF;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

    margin-bottom: 35px;

    padding: 30px;

    border-left: 5px solid transparent;

}

.news3-txt{

    width: 85%;

    float: right;

}

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

}

.about3-btn{

    display: block;

    margin-top: 15px;

    width: 150px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    color: #fff;

    background: #022E95;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.about3-btn img{

    margin-top: -2px;

    margin-right: 5px;

}

.about3-btn:hover{

    color: #fff;

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

}

.foster{

    overflow: hidden;

}

.foster ul li{

    overflow: hidden;

    position: relative;

    width: 100%;

    margin-bottom: 35px;

}

.foster-img{

    width: 296px;

    height: 205px;

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

}

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

}

.foster-txt p{

    font-size: 18px;

    color: #666;

    height: 60px;

    width: 100%;

    line-height: 30px;

    overflow: hidden;

    margin-top: 15px;

    margin-bottom: 20px;

}

.foster-btn{

    width: 124px;

    height: 42px;

    line-height: 42px;

    border: 1px solid #1639A5;

    font-size: 16px;

    color: #1639A5;

    text-align: center;

    display: block;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.foster-btn:hover{

    border: 1px solid #1639A5;

    background: #1639A5;

    color: #fff;

}

.cool-list{

    overflow: hidden;

    margin-top: 30px;

}

.cool-list ul li{

    width: 280px;

    height: 119px;

    float: left;

    margin-right: 30px;

    margin-bottom: 30px;

    border: 1px solid #ddd;

    border-radius: 10px;

    overflow: hidden;

}

.cool-list ul li:nth-of-type(3n){

    margin-right: 0;

}

.cool-list ul li img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.recruit-list li .about3-img{

    height: 210px;

}

.recruit-list ul li{

    height: 270px;

}

.recruit-big{

    margin-top: 50px;

    height: 480px;

    margin-bottom: 60px;

}

.recruit-big .about3-img{

    height: 423px;

}

.recruit-big .about3-txt h5{

    color: #1639A5;

}

.recruit-btn{

    width: 124px;

    height: 42px;

    line-height: 42px;

    border: 1px solid #1639A5;

    font-size: 16px;

    color: #1639A5;

    text-align: center;

    display: block;

    position: absolute;

    right: 20px;

    top: 0;

    bottom: 0;

    margin: auto;

    -webkit-transition: .3s;

    -moz-transition: .3s;

    transition: .3s;

}

.recruit-big .about3-txt{

    width: 60%;

}

.recruit-big:hover .about3-txt .recruit-btn{

    background: #1639A5;

    color: #fff;

}

.recruit-big:hover .about3-txt{

    margin-top: -50px;

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

    color: #1639A5;

}

.info-title{

    font-size: 24px;

    font-weight: normal;

    color: #1639A5;

    border-left: 8px solid #1639A5;

    text-indent: 10px;

}

.about2-main{

    width: 100%;

    overflow: hidden;

    margin-top: 50px;

    display: flex;

}

.about2-img{

    width: 207px;

    height: 254px;

    margin-right: 30px;

    object-fit: cover;

}

.about2-txt h3{

    font-size: 32px;

    font-weight: bold;

}

.about2-txt span{

    font-size: 16px;

    color: #CEAB59;

    margin:30px 0;

    margin-top: 10px;

    display: inline-block;

}

.about2-txt .info-title{

    font-size: 24px;

    margin-bottom: 30px;

}

.about2-txt p{

    font-size: 18px;

    line-height: 35px;

    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;

}

.news-info-txt p{

    font-size: 16px;

    line-height: 26px;

    margin:15px auto;

}

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

}

.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: #0066cc;

}

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

    float: left;

}

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

    float: right;

    text-align: right;

}

.foster-info{

    margin-top: 50px;

}

.foster-info h3{

    margin: 44px 0;

    font-size: 28px;

    font-weight: bold;

}

.foster-info .info-title{

    margin-bottom: 20px;

}

.foster-info p{

    font-size: 16px;

    line-height: 26px;

    margin-bottom: 30px;

}

.foster-info h3 span{

    width: 80px;

    height: 34px;

    line-height: 34px;

    text-align: center;

    background-color: #022E95;

    color: #fff;

    font-size: 18px;

    display: inline-block;

    font-weight: normal;

    position: relative;

    top: -2px;

}

.foster-info img{

    width: 100%;

}







/* info_end */

.video-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 9;
}
.modal-open{
    padding-right: 0 !important;
}
#videos .modal-dialog{
    width: 76%;
}
#videos .modal-body{
    width: 100%;
    height: 80vh;
    background: #000;
    padding:0;
}
.modal-backdrop{
    z-index: 10;
}
#zhoasheng_video{
    width: 100%;
}



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

    .header-main{

        padding: 0 2%;

    }

    .search-header{

        width: 160px;

    }

    .swiper-container2{

        width: 1000px;

    }

    .col2-main{

        width: 1280px;

    }

    .col2-left{

        width: 518px;

    }

    .col2-right{

        width: 762px;

    }

    .col2-g p{

        margin-top: 30px;

    }

    .photo-list{

        width: 1280px;

    }

    .photo-list .photo-g{

        width: 340px;

        height: 280px;

    }

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

        width: 600px;

        height: 560px;

    }
    .col3{
        width: 1280px;
    }
    .col4-swiper-btn{
        width: 1350px;
    }
    .col1-list{
        width: 1280px;
        padding: 0;
    }
    .col1-list ul li{
        width: 406px;
    }
    .col2-main{
        width: 1280px;
    }
    .col2-left{
        width: 517px;
    }
    .col2-g{
        height: 248px;
        padding: 38px 30px;
    }
    .col2-right{
        width: 763px;
        height: 450px;
        margin-top: 46px;
    }
    .col2-t{
        margin-bottom: 15px;
    }

}



@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: 22vh;

        margin: 0;

    }

    .title{

        width: 94%;

        margin: 0 2%;

        margin-top: 15px;

        background-size: 150%;

        background-position-y: 20px;

    }

    .title h5{

        font-size: 20px;

    }

    .title p{

        font-size: 16px;

        height: 25px;

        line-height: 25px;

    }

    .col1{

        padding-bottom: 50px;

    }

    .col1 .title p{

        width: 70px;

    }

    .col1-list{

        width: 100%;

        padding: 0 5%;

        margin-top: 30px;

        margin-bottom: 10px;

    }

    .col1-list ul li{

        width: 100%;

        margin-bottom: 30px;

    }

    .col1-img{

        height: 210px;

    }

    .col2 .title{

        margin-top: 30px;

    }

    .col2-main{

        width: 90%;

        margin: 0 5%;

        margin-top: 52px;

    }

    .col2-left{

        width: 100%;

        margin-top: 0;

    }

    .col2-g{

        padding: 25px;

    }

    .col2-g p{

        margin-top: 15px;

    }

    .col2-g:nth-of-type(2){

        height: 180px;

    }

    .col2-g:nth-of-type(3){

        height: 180px;

    }

    .col2-icon{

        height: 80px;

    }

    .col2-icon-g h5{

        font-size: 20px;

    }

    .col2-right{

        width: 100%;

        height: 220px;

    }

    .col3{

        width: 100%;

        height: auto;

        margin-bottom: 60px;

    }

    .swiper-container2{

        width: 90%;

        margin: 0 5%;

    }

    .swiper2-img{

        width: 100%;

        height: 210px;

    }

    .swiper2-txt{

        width: 100%;

        padding: 20px;

        height: auto;

    }

    .swiper2-txt h5{

        font-size: 24px;

    }

    .swiper2-txt span{

        font-size: 24px;

    }

    .swiper2-txt p{

        margin-top: 10px;

    }

    .swiper-pagination2{

        top: 27%;

        height: 70px;
        width: 98%;
        z-index: 999;

    }

    .swiper-button-prev2{

        width: 26px;

        height: 55px;

        left: 0;

        border-radius: 5px;

    }

    .swiper-button-next2{

        width: 26px;

        height: 55px;

        right: 0;

        border-radius: 5px;

    }

    .col3 .more-btn{

        margin-top: 30px;

    }

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

        left: 0;

        border-radius: 5px;

    }

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

        width: 26px;

        height: 55px;

        right: 0;

        border-radius: 5px;

    }

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

    }

    .col5 .more-btn{

        margin-top: 30px;

    }

    .footer-logo-list img{

        width: 48%;

        height: 58px;

        margin: 0;

        margin-bottom: 10px;

    }

    .footer-logo-list img:nth-of-type(2n){

        float: right;

    }



    .footer{

        width: 100%;

        background-size: cover;

    }

    .footer-t{

        width: 100%;

        height: auto;

        padding: 0 30px;

        overflow: hidden;

    }

    .footer-txt{

        padding: 0;

        padding-top: 30px;

    }

    .footer-logo-l{

        width: auto;

        height: auto;

        float: unset;

    }

    .footer-txt p{

        width: 100%;

        line-height: 25px;

        margin: 15px 0;

        font-size: 14px;

        margin-top: 25px;

    }

    .footer-t-m{

        width: 100%;

        margin: auto;

        margin-top: 0;

        margin-bottom: 15px;

        float: unset;

    }

    .footer-menu{

        width: 100%;

        float: unset;

        margin-top: 0;

        padding: 15px 0;

        border-top: 1px solid #596E94;

    }

    .footer-menu-li{

        width: 27%;

        margin-left: 0;

    }

    .footer-menu-li h5{

        text-align: left;

    }

    .footer-menu-li ul li a{

        text-align: left;

    }

    .footer-b{

        height: 110px;

    }

    .footer-b p{

        font-size: 12px;

        line-height: 20px;

        margin-top: 10px;

        overflow: hidden;

    }

    .footer-control{

        width: 100%;

        margin-top: 14px;

    }

    .main{

        width: 90%;

        margin: 0 5%;

        margin-top: -30px;

        padding: 15px;

        margin-bottom: 30px;

    }

    .nav-info{

        width: 100%;

        margin-top: -35px;

        padding-bottom: 20px;

        position: relative;

        background-size: cover;

    }

    .nav-info .title{

        height: 60px;

        padding-left: 15px;

        padding-top: 10px;

        text-align: center;

    }

    .nav-info .title h5{

        font-size: 18px;

        margin-bottom: 5px;

    }

    .nav-info .title p{

        font-size: 12px;

    }

    .nav-info ul li{

        width: 50%;

        height: 44px;

        float: left;

    }

    .nav-info ul li a{

        height: 44px;

        font-size: 16px;

        padding-left: 15px;

        line-height: 44px;

        text-align: center;

    }

    .info-title{

        width: 100%;

    }

    .info-title h5{

        font-size: 20px;

    }

    .info-title p{

        font-size: 14px;

    }

    .col-info-left{

        width: 100%;

    }

    .col-info-left img{

        width: 85%;

        height: 390px;

    }

    .col-info-left .img-bg{

        width: 90%;

        height: 400px;

    }

    .col-info-right{

        width: 100%;

        margin-top: 70px;

    }

    .about-name{

        margin-bottom: 50px;

    }

    .about-name h5{

        margin-top: 50px;

    }

    .info-rihgt{

        width: 100%;

    }

    .about3-title{

        margin-top: 0;

        font-size: 20px;

    }

    .about3-p{

        line-height: 30px;

        margin: 10px 0;

        margin-bottom: 30px;

    }

    .about3-col2{

        margin-top: 30px;

        margin-bottom: 0;

    }

    .col3-img{

        max-width: 100%;

        margin-bottom: 30px;

    }

    .info-main-nav ul li{

        width: 25%;

        margin-right: 0;

    }

    .info-main-nav ul li a{

        border-right: 0;

        font-size: 14px;

    }

    .info-main-nav ul li:nth-of-type(4) a{

        border-right: 1px solid #ddd;

    }

    .t-img{

        width: 130px;

        height: 170px; 

    }

    .t-txt{

        width: calc(100% - 150px);

    }

    .t-txt h5 {

        font-size: 24px;

        margin-top: 0px;

    }

    .t-txt em{

        font-size: 16px;

        color: #666;

        margin: 0;

    }

    .t-more-btn{

        margin-top: 5px;

    }

    .fc-list ul li img{

        height: 140px;

    }

    .fc-list ul li{

        width: 48%;

        height: 160px;

    }

    .fc-list ul li h5{

        font-size: 14px;

    }

    .news-list ul li{

        padding:25px 0;

    }

    .news-txt{

        width: calc(100% - 80px);

    }

    .news-txt h5{

        font-size: 16px;

        margin-bottom: 3px;

    }

    .news-img{

        width: 160px;

        height: 140px;

    }

    .news-list2 ul li{

        padding: 5px 15px;

        height: 150px;

    }

    .news-list2 .news-txt{

        width: calc(100% - 160px);

    }

    .teach-title{

        height: 52px;

        width: 92%;

        line-height: 52px;

        font-size: 18px;

        background-size: 100% auto;

    }

    .cont-left h5{

        font-size: 20px;

        font-weight: bold;

        margin-bottom: 15px;

    }

    .maps-img {

        width: 100%;

        height: 400px;

        object-fit: cover;

    }









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

    }

    .banner-info {

        height: auto;

    }

    .info-sidebar .title {

        height: 60px;

        font-size: 24px;

        padding-top: 7px;

    }

    .hot-link .title2 {

        margin-top: 15px;

    }

    .hot-link-main {

        padding: 15px;

    }

    .info-main {

        width: 100%;

        margin-top: 15px;

    }

    .info-main {

        margin-top: 0;

    }

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

        width: 30%;

        height: 30px;

        line-height: 30px;

        font-size: 16px;

    }

    .nav-list ul li a{

        padding: 0;

        text-align: center;

    }

    .mian-right {

        width: 100%;

        padding-bottom: 30px;

    }

    .about-txt{

        display: block;

    }

    .about-txt img{

        margin:auto;

        display: table;

        text-align: center;

        margin-bottom: 20px;

    }

    .about-txt2 img{

        width: 100%;

    }

    .about-txt p{

        width: 100%;

    }

    .about-txt2 p:nth-of-type(2){

        width: 100%;

        padding: 20px 15px;

        margin-top: 0px;

        margin-bottom: 0px;

    }

    .info-nav ul li{

        width: 30%;

        margin-right: 10px;

    }

    .info-nav ul li:nth-of-type(3){

        margin-right: 0;

    }

    .teacher-list ul li{

        width: 100%;

        margin-right: 0;

    }

    .teacher-list img{

        width: 100%;

        height: 370px;

    }

    .about3-list ul li{

        width: 100%;

        height: 284px;

    }

    .news2-img{

        width: 110px;

        height: 110px;

        margin-top: 10px;

    }

    .news-list2{

        padding-top: 25px;

    }

    .news-list2 ul li a:hover .news2-img{

        margin-top: -5px;

    }

    .news2-txt{

        width: calc(100% - 125px);

        float: left;

        margin-right: unset;

        padding-top: 5px;

        margin-left: 15px;

    }

    .about3-img{

        height: 220px;

    }

    .about3-txt{

        width: 80%;

    }

    .news-list ul li{

        padding: 0;

        height: 120px;

    }

    .news-list ul li a{

        padding: 15px 0;

    }

    .news-list2 ul li{

        height: 138px;

        margin-bottom: 15px;

    }

    .news2-txt h5{

        font-size: 16px;

    }

    .news2-txt p{

        font-size: 15px;

        margin: 3px 0;

    }

    .page{

        margin-bottom: 15px;

    }

    .news-list3{

        padding-top: 25px;

    }

    .news-list3 ul li{

        padding: 15px;

        height: 125px;

        margin-bottom: 20px;

    }

    .news3-txt{

        width: 72%;

    }

    .news3-txt h5{

        font-size: 16px;

    }

    .news-date{

        width: 66px;

    }

    .target-txt {

        display: none !important;

    }

    .nav-title {

        text-align: center;

        padding-left: 0;

    }

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

    }

    .news-info-top h3 {

        font-size: 20px;

        line-height: 25px;

    }

    .course-right h5 {

        border-bottom: 0;

    }

    .col-info {

        margin-top: 15px;

    }

    .foster-img{

        width: 100%;

    }

    .foster-txt{

        width: 100%;

    }

    .foster-txt h5{

        font-size: 20px;

    }

    .foster-txt p{

        font-size: 16px;

    }

    .cool-list ul li{

        width: 48%;

        height: 68px;

        float: left;

        margin: 0;

        margin-bottom: 15px;

    }

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

        float: right;

    }

    .foster-info h3{

        font-size: 20px;

    }

    .foster-info h3 span{

        width: 45px;

        float: left;

        margin-right: 5px;

        font-size: 16px;

    }

    .info-title{

        font-size: 20px;

        text-indent: 10px;

    }

    .recruit-big{

        width: 100%;

        height: 210px;

        margin-top: 30px;

        margin-bottom: 0;

    }

    .recruit-big .about3-img{

        height: 150px;

    }

    .recruit-big .about3-txt{

        width: 90%;

    }

    .recruit-btn{

        width: 68px;

        font-size: 14px;

    }

    .recruit-list li .about3-img {

        height: 150px;

    }

    .recruit-list ul li{

        height: 210px;

    }

    .photo-txt h5{

        font-size: 24px;

        font-weight: normal;

    }
    /*2024.10.17 修改*/
    .about2-main{
        display: unset;
    }
    .about2-img{
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .footer-logo-list a:nth-of-type(2) img{
        margin-left: 10px;
    }

}



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