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


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

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

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

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

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

em {
    font-style: normal;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

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

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

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

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

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

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

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

.position-a {
    position: absolute;
}

.position-r {
    position: relative;
}

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

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


/*header*/

.header {
    width: 100%;
    height: 362px;
    position: absolute;
    z-index: 99;
    background: linear-gradient(#011744, rgba(30,58,116,0));
}

.header2 {
    display: none;
}

/* search */

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

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 195px;
    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: 195px;
    border-bottom: 1px solid #D9B762;
}


/* .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: 138px;
    float: left;
    margin-top: 60px;
}

.header-right {
    margin-top: 100px;
    float: right;
    margin-right: 280px;
    width: 900px;
}


.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 {
    float: left;
    width: 780px;
}

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

.menu-li {
    width: 100px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
    margin-right: 10px;
    border-radius: 50px;
    border: 1px solid transparent;
}

.menu-li a {
    color: #fff;
    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: #D9B762;
}

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

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

.menu-li:hover {
    border: 1px solid #D9B762;
    border-radius: 50px;
}

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

.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 {
    border: 1px solid #D9B762;
    border-radius: 50px;
}
.menu-li.active a {
    color: #D9B762;
}

.submenu-nav {
    display: none;
    width: 210px;
    height: auto;
    position: relative;
    left: 0;
    z-index: 999;
    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: #C69769 !important;
    text-indent: 28px;
    background: #273B7A !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;
}
.yy-btn{
    width: 100px;
    height: 44px;
    line-height: 44px;
    color: #D9B762;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
    margin-left: 2%;
    border-radius: 50px;
    padding: 0 15px;
    float: right;
    border: 1px solid #D9B762;
}
.yy-btn:hover{
    background: #D9B762;
    color: #273B7A;
}


/*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: 30px;
    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/col-right.png') no-repeat center;
    right: 0px;
    width: 54px;
    height: 78px;
}

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


/* banner-end */


/* footer */
.footer{
    overflow: hidden;
    background: #273B7A;
}
.footer-t{
    height: 312px;
    padding-top: 80px;
}
.ft-l{
    float: left;
    width: 390px;
}
.ft-logo{
    height: 77px;
}
.ft-l p{
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}
.ft-r{
    float: right;
}
.qr-c{
    float: right;
    margin-left: 45px;
}
.qr-c:first-of-type{
    display: none;
}
.qr-c-img{
    width: 165px;
    margin-bottom: 15px;
}
.qr-c p{
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.footer-b{
    height: 64px;
    background: #D9B762;
    line-height: 64px;
}
.footer-b p{
    float: left;
}
.footer-control{
    float: right;
    width: 240px;
    margin-top: 14px;
}
.top-nav{  width: 40px;  position: fixed;  right:10px;  bottom:20%; background: #273B7A; z-index: 99;  border-radius: 5px; overflow: hidden;}
.top-nav a{  display: block; width: 40px;  height: 40px;border-bottom: none; position: relative; border-radius: 10px; overflow: hidden;}
.top-nav .top-btn{  background: url("../images/top_icon.png")  no-repeat 50% ;  }
.top-nav .top-btn:hover{  background: url("../images/top_icon.png")  no-repeat 50% ;  }
/* footer-end */


/* header_mb */

.header2 {
    width: 100%;
    height: 60px;
    background: #273B7A;
    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: 40%;
}

.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*/
.row{
    position: relative;
    padding-top: 50px;
}
.row-h5{
    text-align: center;
    font-size: 30px;
    color: #273B7A;
    font-weight: bold;
    margin-bottom: 50px;
}
.row-h5 span{
    text-align: center;
    font-size: 18px;
    color: #999;
    font-weight: normal;
}
.swiper-container2{
    position: relative;
}



.swiper-button-next3 {
    background: url('../images/col-right.png') no-repeat center;
    right: 0px;
    width: 54px;
    height: 78px;
    top: 30%;
}

.swiper-button-prev3 {
    background: url('../images/col-left.png') no-repeat center;
    left: 0px;
    width: 54px;
    height: 78px;
    top: 30%;
}
.swiper2-img{
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.swiper-container2{
    width: 150%;
    margin: auto;
    overflow: hidden;
    margin-left: -25%;
    height: 600px;
}
.swiper-button2{
    width: 930px;
    margin: auto;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.swiper-slide.swiper-slide-active .swiper2-img{
    box-shadow: 0 36px 53px rgba(0, 0, 0, .3);
}
.mun{
    position: absolute;
    bottom: 150px;
    right: 10px;
    z-index: 9;
}
.swiper2-h5{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
.swiper2-p{
    font-size: 18px;
    color: #999;
    text-align: center;
}
.row2{
    position: relative;
}
.row-title{
    position: unset;
}
.row2 .row-h5{
    float: left;
    text-align: left;
}
.row-line{
    width: 70%;
    height: 16px;
    background:  linear-gradient(to right, #FCEECB , #E1BC61);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
}
.row2-list{
    height: 773px;
    background: url('../images/row2-img.png') no-repeat center;
    padding: 136px 116px;
}
.row2-list ul li{
    width: 317px;
    height: 236px;
    border: 3px solid #D9B762;
    border-radius: 20px;
    padding: 28px 50px;
    text-align: center;
    float: left;
    margin-right: 48px;
    margin-bottom: 48px;
    color: #fff;
}
.row2-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.row2-icon{
    height: 64px;
}
.row2-list ul li h5{
    font-size: 24px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 15px;
}
.row2-list ul li p{
    font-size: 16px;
    line-height: 22px;
    color: #E1E1E1;
}
.row3{
    height: 1070px;
    padding: 80px 0;
    background: url('../images/row3-bg.png') no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    position: relative;
}

.idx-team-box{ width: 1100px; margin: 100px 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;
    border-radius: 10px;}

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

    width: 157px;height: 190px; 

}

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

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

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

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

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

.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: 36px;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;margin-top: 65px; font-size: 20px; color: #666; font-weight: normal; display: block; white-space:nowrap; text-overflow:ellipsis; }

.team-info .detail{overflow: hidden; height: 90px; font-size: 16px; color: #999; font-weight: normal; line-height: 30px;margin-bottom: 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: 125px;  width:54px;height:78px;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: 125px; width:54px;height:78px;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);

}
.pro-more{
    display: block;
}
.pro-more img{
    margin-right: 10px;
    margin-top: -2px;
}
.row3 .row-line{
    background: linear-gradient(to right, #E1BC61, #FCEECB);
    right: unset;
    left: 0;
    top: 360px;
    width: 85%;
}
.row4{
    position: relative;
    padding-bottom: 87px;
}
.row4 .row-h5{
    float: left;
    text-align: left;
}
.row4-bg{
    width: 80%;
    height: 552px;
    background: #273B7A;
    border-radius: 0 20px 126px 0;
    position: absolute;
    top: 116px;
}
.row4-mian{
    position: relative;
    z-index: 9;
    margin-top: 86px;
}
.row4-txt{
    float: left;
    width: 600px;
    padding-top: 65px;
}
.row4-txt h5{
    font-size: 24px;
    font-weight: bold;
    color: #D9B762;
}
.row4-txt p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    height: 112px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}
.row4-txt .pro-more{
    color: #fff;
}
.row4-right{
    float: right;
    width: 625px;
    height: 380px;
    border-radius: 12px;
    background: #000;
    object-fit: contain;
}
.row5{
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
}
.row5-list{
    overflow: hidden;
}
.row5-list ul li{
    width: 580px;
    float: right;
    margin-bottom: 22px;
}
.row5-list ul li:first-of-type{
    width: 625px;
    float: left;
}
.row5-news-img{
    width: 625px;
    height: 355px;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 34px;
}
.row5-news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row5-list ul li:hover .row5-news-img img{
    transform: scale(1.1);
}
.row5-list ul li:hover h5{
    color: #273B7A;
}
.row5-news-txt{
    overflow: hidden;
}
.row5-news-txt h5{
    font-size: 24px;
    color: #333;
    height: 78px;
    line-height: 43px;
    overflow: hidden;
}
.row5-news-txt p{
    font-size: 18px;
    color: #999;
    margin-top: 26px;
    margin-bottom: 22px;
}
.row5-news-txt em{
    display: inline-block;
    width: 48px;
    height: 1px;
    background: #ddd;
}



/*index_end*/


/*info_Public*/
.banner-info{
    position: relative;
    height: 550px;
}
.banner-info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-info h5{
    position: absolute;
    top: unset;
    bottom: 70px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 280px;
    height: 93px;
}
.banner-info h5 span{
    font-size: 24px;
    font-weight: normal;
}
.nav-info{
    width: auto;
    height: 66px;
    background: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 9;
    margin-top: -35px;
    display: table;
    padding: 0 80px;
    padding-top: 17px;
}
.nav-info ul li{
    width: 150px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-right: 1px solid #ddd;
}
.nav-info ul li:last-of-type{
    border-right: 0;
}
.nav-info ul li a{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.nav-info ul li a:hover{
    color: #B72829;
}
.nav-info ul li.active a{
    color: #B72829;
}
.loc{
    width: 100%;
    background: url('../images/loc-img.png') no-repeat center center;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 30px;
}
.loc a{
    color: #999;
}
.about-bg{
    background: url('../images/about-img2.png') no-repeat;
    background-size: 90%;
    background-position-x: center;
    background-position-y: 200px;
}
.main{
    padding-top: 50px;
}
/*info_Public end*/

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

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

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

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

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

/* info-page */
.ab-col{
    overflow: hidden;
    padding: 0 95px;
    margin: auto;
}
.ab-col img{
    width: 590px;
    height: 360px;
    float: left;
}
.ab-col .ab-col-r{
    float: right;
    width: 450px;
}
.ab-col .ab-col-r h5{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 100px;
}
.ab-col .ab-col-r p{
    font-size: 18px;
    line-height: 33px;
}
.ab-col-img{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 100px;
    margin: auto;
    margin-top: 65px;
    display: table;
    width: 1280px;
}
.ab-col-p{
    font-size: 24px;
    color: #333;
    text-align: center;
    width: 542px;
    line-height: 42px;
    font-weight: bold;
    margin: auto;
    margin-top: 78px;
    margin-bottom: 45px;
}
.ab-col2{
    overflow: hidden;
    padding: 48px;
}
.ab-col2 ul li{
    width: 329px;
    height: 338px;
    margin-right: 63px;
    border-radius: 10px;
    overflow: hidden;
    background: url('../images/about-img3.png') no-repeat center;
    float: left;
    padding: 0 35px;
    padding-top: 195px;
}
.ab-col2 ul li:nth-of-type(2){
    background: url('../images/about-img4.png') no-repeat center;
}
.ab-col2 ul li:nth-of-type(3){
    background: url('../images/about-img5.png') no-repeat center;
    margin-right: 0;
}
.ab-col2 ul li p{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 12px;
}
.ab-col3{
    background: url('../images/about-img6.png') no-repeat top;
    padding: 0 84px;
    padding-top: 270px;
    margin-top: 80px;
    margin-bottom: 130px;
}
.ab-col3-txt{
    background: #fff;
    border-radius: 10px;
    padding: 40px 190px;
}
.ab-col3-txt h3{
    font-size: 34px;
    font-weight: bold;
    color: #273B7A;
    text-align: center;
}
.ab-col3-txt h5{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 35px;
    line-height: 42px;
}
.ab-col3-txt p{
    font-size: 18px;
    color: #333;
    line-height: 33px;
}
.campus2-photos-list {
    overflow: hidden;
    margin-bottom: 100px;
}
.campus2-photos-list ul li {
    width: 405px;
    height: auto;
    float: left;
    margin-right: 32px;
    margin-bottom: 35px;
}
.campus2-photos-list ul li img{
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    width: 405px;
    height: 280px;
}
.campus2-photos-list ul li h5 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 30px;
    width: 100%;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.campus2-photos-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.teacher-list{
    padding-bottom: 50px;
}
.teacher-list ul{

    overflow: hidden;

}

.teacher-list li{

    padding: 0;

    float: left;

    width: 46%;

    margin-bottom: 90px;

}

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

    float: right;

}

.teacher-list img{

    width: 190px;

    height: 247px;

    object-fit: cover;

    float: left;

    background: #f2f2f2;

    border-radius: 6px;

}

.teacher-list .t-txt{

    width:356px;

    float: right;
    overflow: hidden;
    margin-top: 22px;

}

.teacher-list h5{

    font-size: 24px;

    font-weight: bold;

    color: #333;

    height: 25px;

    overflow: hidden;

    white-space:nowrap;

    text-overflow:ellipsis;

    line-height: 25px;

}

.teacher-list em{
    font-size: 16px;

    color: #666;

    height: 25px;

    height: 50px;

    overflow: hidden;

    line-height: 25px;
    margin: 10px 0;
    display: inline-block;

}

.teacher-list p{

    color: #999;

    height: 50px;

    overflow: hidden;

    line-height: 25px;

}

.teacher-list .row3-btn{

    float: left;

}

.team-main{

    width: 100%;

    overflow: hidden;

}

.t-more-btn{

    float: left;

    width: 130px;

    height: 38px;

    background: #273B7A;

    color: #fff;

    text-align: center;

    line-height: 38px;

    margin-top: 15px;

    border-radius: 30px;

}

.t-more-btn:hover{

    color: #273B7A;

    background: #D9B762;

}
.pro-col{
    margin-bottom: 100px;
    overflow: hidden;
}
.pro-title{
    display: table;
    margin: auto;
    margin-bottom: 50px;
}
.pro-col-r img{
    width: 532px;
    height: 397px;
    border-radius: 10px;
    float: left;
}
.pro-col-r{
    width: 683px;
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 33px;
    margin-top: 60px;
}
.pro-title{
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
@font-face
{
font-family: myFirstFont;
src: url('../font/DisneyEnglish-Bold.otf'),
}
.pro-title span{
    font-size: 44px;
    color: #333;
    font-family: "myFirstFont";
}
.pro-col2{
    background: url('../images/bg.png') no-repeat center left;
    overflow: hidden;
    padding-bottom: 150px;
}
.pro-col2-list{
    overflow: hidden;
    width: 878px;
    float: right;
}
.pro-col2-list ul li{
    width: 100%;
    display: flex;
}
.pro-col2-list ul li:last-of-type p{
    border-bottom: 0;
}
.pro-col2-list ul li img{
    height: 46px;
    margin-top: 22px;
    margin-right: 16px;
}
.pro-col2-list ul li p{
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
    width: 93%;
    font-size: 20px;
    line-height: 35px;
    color: #333;
}
.pro-form h3{
    width: 100%;
    height: 70px;
    color: #fff;
    background: #273B7A;
    line-height: 70px;
    font-weight: bold;
    font-size: 24px;
    padding: 0 25px;
}
.pro-form{
    border: 1px solid #ddd;
    border-bottom: 0;
    margin-bottom: 50px;
}
.pro-form-w{
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
    display: flex;
    border-bottom: 1px solid #ddd;
}
.pro-form div h5{
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 25px;
}
.pro-form-w h5{
    border-right: 1px solid #ddd;
}
.pro-form-w h5:nth-of-type(1){
    width: 400px;
}
.pro-form-w h5:nth-of-type(2){
    width: 320px;
    text-align: center;
}
.pro-form-w h5:nth-of-type(3){
    width: 668px;
    border-right: 0;
}
.pro-form-w2{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    border-bottom: 1px solid #ddd;
}
.pro-form-w2 h5:nth-of-type(1){
    width: 400px;
    border-right: 1px solid #ddd;
}
.pro-form-w2 p{
    padding: 0 25px;
    color: #999;
    font-size: 15px;
    border-right: 1px solid #ddd;
}
.pro-form-w2 p:nth-of-type(1){
    width: 320px;
    text-align: center;
}
.pro-form-w2 p:nth-of-type(2){
    width: 668px;
    border-right: 0;
}

.pro-form-w3{
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
    display: flex;
    border-bottom: 1px solid #ddd;
}
.pro-form-w3 h5:nth-of-type(1){
    width: 248px;
}
.pro-form-w3 h5:nth-of-type(2){
    width: 282px;
}
.pro-form-w3 h5:nth-of-type(3){
    width: 550px;
}
.pro-form-w3 h5:nth-of-type(4){
    width: 257px;
    border-right: 0;
}
.pro-form-w3 h5{
    border-right: 1px solid #ddd;
}

.pro-form-w4{
    width: 100%;
    height: 190px;
    line-height: 25px;
    display: flex;
    border-bottom: 1px solid #ddd;
}
.pro-form-w4 p{
    padding: 0 25px;
    padding-top: 12px;
    color: #999;
    font-size: 15px;
    border-right: 1px solid #ddd;
}
.pro-form-w4 h5:nth-of-type(1){
    width: 248px;
    border-right: 1px solid #ddd;
    line-height: 50px;
}
.pro-form-w4 p:nth-of-type(1){
    width: 282px;
    border-right: 1px solid #ddd;
}
.pro-form-w4 p:nth-of-type(2){
    width: 550px;
    border-right: 1px solid #ddd;
}
.pro-form-w4 p:nth-of-type(3){
    width: 257px;
    border-right: 0;
}
.pro-col-r h5{
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
    color: #333;
}
.pro2 .pro-col-r{
    margin-top: 25px;
}
.pro2-hr{
    width: 1280px;
    background: #ddd;
    margin:80px auto;
}
.pro2-title{
    overflow: hidden;
    position: relative;
}
.pro-more-btn{
    position: absolute;
    right: 0;
    top: 5px;
}
.pro-more-btn img{
    margin-left: 10px;
}
.campus3-video-list{
    overflow: hidden;
    margin-bottom: 100px;
}
.campus3-video-list ul li {
    width: 405px;
    height: 288px;
    float: left;
    margin-right: 32px;
    margin-bottom: 35px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.campus3-video-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.video-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.video-icon{
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
}
.mask{
    width: 100%;
    height: 65%;
    background: linear-gradient(rgba(0,0,0,0), #000);
    position: absolute;
    z-index: 19;
    bottom: 0;
}
.campus3-video-list ul li a h5{
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    z-index: 20;
    bottom: 25px;
}
.th-col .pro-title{
    text-align: center;
    margin: auto;
    display: table;
    margin-top: 50px;
    margin-bottom: 40px;
}
.th-col p{
    width: 1020px;
    margin: auto;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.th-col2-g{
    margin: auto;
    overflow: hidden;
    margin-bottom: 130px;
}
.th-col2-g div{
    width: 683px;
    float: left;
    padding: 26px 0;
}
.th-col2-g p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.th-col2-img{
    float: right;
    width: 532px;
    height: 397px;
    border-radius: 20px;
    object-fit: cover;
}
.th-col2-g .pro-title{
    margin-bottom: 20px;
}
.th-col2-g:nth-of-type(2n) div{
    float: right;
}
.th-col2-g:nth-of-type(2n) .th-col2-img{
    float: left;
}
.th-col3{
    background: url('../images/th-img12.png') no-repeat center top;
    padding-top: 90px;
    width: 100%;
}
.th-col3 .pro-title{
    text-align: center;
    margin: auto;
    display: table;
    margin-bottom: 40px;
}
.th-col3-li{
    overflow: hidden;
    margin-bottom: 100px;
}
.th-col3-li ul li {
    width: 302px;
    height: 425px;
    margin-right: 24px;
    border-radius: 10px;
    overflow: hidden;
    background: url(../images/th-img4.png) no-repeat center;
    float: left;
    padding: 0 35px;
    padding-top: 175px;
}
.th-col3-li ul li:nth-of-type(2) {
    background: url(../images/th-img5.png) no-repeat center;
}
.th-col3-li ul li:nth-of-type(3) {
    background: url(../images/th-img6.png) no-repeat center;
}
.th-col3-li ul li:nth-of-type(4) {
    background: url(../images/th-img7.png) no-repeat center;
}
.th-col3-li ul li:nth-of-type(4){
    margin-right: 0;
}
.th-col3-li ul li h5 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 12px;
}
.th-col3-li ul li p {
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    line-height: 30px;
}
.th-col5-g{
    background: url('../images/bg2.png') no-repeat center bottom;
    padding-top: 0;
    padding-bottom: 150px;
}
.th-col5{
    overflow: hidden;
}
.th-col5 ul li {
    width: 700px;
    float: left;
}
.th-col5 ul li h5{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-top: 48px;
}
.th-col5 ul li h5 img{
    height: 46px;
    margin-top: 0;
    margin-right: 16px;
}
.th-col5 ul li p{
    font-size: 16px;
    color: #666;
    padding-bottom: 48px;
    border-bottom: 1px dashed #ddd;
    margin-left: 80px;
    line-height: 30px;
}
.th-col5 ul li:last-of-type p{
    border-bottom: 0;
}
.pro-title2{
    text-align: center;
    margin: auto;
    display: table;
    margin-bottom: 80px;
}
.stu-act-img{
    width: 532px;
    height: 356px;
    float: left;
    border-radius: 10px;
    object-fit: cover;
}
.act-r{
    width: 683px;
    float: right;
    margin-top: 38px;
}
.act-r h5{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.act-r p:nth-of-type(1){
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}
.act-r p:nth-of-type(2){
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-bottom: 35px;
    line-height: 30px;
}
.act-btn{
    width: 130px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 50px;
    background: #273B7A;
    position: relative;
}
.act-r .act-btn p{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.act-qec{
    display: none;
    width: 165px;
    height: 165px;
    position: absolute;
    right: 100px;
    top: -10px;
    right: -190px;
    top: -57px;
}
.act-r .act-btn:hover p{
    color: #273B7A;
}
.act-btn:hover{
    background: #D9B762;
}
.act-btn:hover .act-qec{
    display: block;
}
.col2-act-li ul li{
    margin-bottom: 70px;
}
.col2-act-li ul li img{
    border-radius: 10px;
}
.pro2-col3{
    width: 1280px;
    margin:auto;
}

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

.news-list{

    overflow: hidden;

    position: relative;

    margin-top: 30px;

    margin-bottom: 50px;

}


.news2-li{
    overflow: hidden;
    position: relative;
}
.news2-li ul{
    overflow: hidden;
}
.news2-li ul li{
    padding: 30px 40px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.news2-l{
    overflow: hidden;
    text-align: center;
    float: left;
    margin-top: 15px;
}
.news2-l p{
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}
.news2-r{
    overflow: hidden;
    float: right;
    width: 735px;
}
.news2-r h5{
    font-size: 20px;
    line-height: 25px;
    height: 25px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news2-r p{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #999;
}

.news2-l{

    float: left;

    width: 10%;

    margin-top: 5px;

}

.news2-l h5{

    font-size: 44px;

    font-weight: bold;

    margin: 0;

    color: #333;

    margin-bottom: 10px;

}

.news2-l p{

    font-size: 16px;

    margin: 0;

    color: #999;

}

.news2-r{

    float: right;

    width: 88%;

}

.news2-r h5{

    font-size: 24px;


    margin: 0;

    color: #333;

    height: 30px;

    line-height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-bottom: 15px;

}

.news2-r p{

    font-size: 16px;

    margin: 0;

    color: #999;

    height: 50px;

    line-height: 25px;

    overflow: hidden;

}

.news2-li ul li a:hover .news2-r h5{
    color: #273B7A;
}

.news-info-top {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}

.news-info-top h3 {
    margin-bottom: 15px;
}

.news-info-top em {
    color: #999;
}
.news-info p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px auto;
}

.news-info p img {
    max-width: 100%;
    margin: auto;
}

.news-info-bottom {
    font-size: 14px;
    color: #666;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 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: #273B7A;
}

.news-info-bottom a:nth-of-type(1) {
    float: left;
}

.news-info-bottom a:nth-of-type(2) {
    float: right;
    text-align: right;
}
.news-info-txt{
    padding:30px 0;
}
.news-info-txt p{
    margin-bottom: 15px;
}
.news-info-txt img{
    max-width: 100%;
}
.news-info-txt p iframe{
    width: 100%;
    height: 720px !important;
    object-fit: cover;
    background: #000;
}
.cont{
    overflow: hidden;
    padding: 0 120px;
    padding-bottom: 100px;
}
.cont-img{
    width: 666px;
    height: 446px;
    border-radius: 10px;
    object-fit: cover;
    float: left;
}
.cont-r{
    width: 308px;
    float: right;
}
.cont-r h5{
    font-size: 24px;
    color: #333;
    margin-top: 30px;
}
.cont-r p{
    font-size: 16px;
    color: #666;
    margin-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    line-height: 30px;
}
.cont-r img{
    width: 165px;
    height: 165px;
    border-radius: 10px;
    margin-top: 30px;
}
.th-info{
    overflow: hidden;
    padding: 0 147px;
}
.t-info-top{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.t-info-top p{
    overflow: unset;
    height: auto;
}
.t-img {
    width: 243px;
    height: 313px;
    object-fit: cover;
    float: left;
    border-radius: 10px;
}
.th-txt {
    width: 630px;
    float: right;
}
.th-txt p {
    line-height: 27px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    margin-top: 15px;
}
.th-txt h5 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
}
.th-txt P:last-of-type {
    font-size: 16px;
    color: #666;
    margin: 15px 0;
    display: inline-block;
}
.th-info-top p {
    overflow: unset;
    height: auto;
}
.about3-title {
    padding-left: 10px;
    border-left: 9px solid #273B7A;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    color: #273B7A;
    height: 33px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.res-bg{
    background: url('../images/res-bg.png') no-repeat center;
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
}
.res-form{
    position: absolute;
    width: 588px;
    height: auto;
    bottom: 0;
    left: 3%;
    background: #fff;
    padding: 50px 50px;
    border-radius: 50px 50px 0 0;
    z-index: 99;
}
.res-h5{
    font-size: 24px;
    font-weight: bold;
    color: #273B7A;
    margin-bottom: 25px;
}
.res-h5 img{
    margin-left: 10px;
    margin-top: -2px;
}
.res-col{
    width: 100%;
    border-bottom: 1px dashed #ddd;
    padding: 25px 0;
    display: flex;
    position: relative;
}
.res-col h5{
    font-size: 18px;
    color: #333;
    width: 125px;
    text-align: right;
    line-height: 20px;
}
.res-col .res-input{
    font-size: 16px;
    color: #333;
    width: 363px;
    border: 0;
    line-height: 20px;
    text-indent: 15px;
}
.res-icon{
    position: absolute;
    right: 0;
    top: 26px;
}
.mes-code{
    position: absolute;
    right: 0;
    top: 2px;
    width: 140px;
    height: 66px;
    object-fit: cover;
}
.res-col-p{
    font-size: 16px;
    color: #999;
    margin: 25px 0;
    line-height: 25px;
}
.res-btn{
    width: 100%;
    height: 56px;
    background: #273B7A;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 56px;
    color: #fff;
}
.res-btn:hover{
    background: #C69769;
    color: #273B7A;
}
.res-btn:focus{
    color: #fff;
}






/* info-page end */
@media screen and (max-width:1440px) {
    .menu {
        float: left;
        width: 687px;
    }
    .yy-btn{
        width: 100px;
    }
    .header-right{
        width: 804px;
        margin-right: 228px;
    }
    .menu-li{
        width: 88px;
    }
    .res-form{
        width: 450px;
        padding: 30px;
        border-radius: 30px 30px 0 0;
    }
    .res-col{
        padding: 18px 0;
    }
    .res-h5{
        margin-bottom: 10px;
    }
    .res-col h5{
        font-size: 16px;
    }
    .res-col .res-input{
        font-size: 14px;
    }
    .mes-code{
        top: 6px;
        width: 140px;
        height: 50px;

    }
    .res-col-p{
        margin: 15px 0;
    }
    .mun{
        bottom: 282px;
        height: 98px;
    }

@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: 20vh;
        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{
        bottom: 10px;
    }

    .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;
        height: 46px;
    }
    .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;
        line-height: 44px;
        height: 46px;
    }
    .nav-info ul li a{
        padding: 0 10px;
        font-size: 14px;
        line-height: 44px;
        height: 46px;
    }
    .nav-info ul li.active a{
        line-height: 44px;
        height: 46px;
        margin-top: 0;
    }
    .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;
    }
        
    .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;

    }
    .yy-btn-mb{
        width: 100px;
        height: 44px;
        line-height: 44px;
        color: #D9B762;
        text-align: center;
        font-size: 16px;
        position: relative;
        margin-left: 2%;
        border-radius: 50px;
        padding: 0 15px;
        border: 1px solid #D9B762;
        margin: auto;
        display: table;
        margin-top: 25px;
    }
    .row{
        padding-top: 25px;
    }
    .row-h5{
        font-size: 24px;
        margin-bottom: 25px;
    }
    .row-h5 span{
        font-size: 16px;
    }
    .swiper-container2{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: 400px;
    }
    .swiper-button2{
        width: 100%;
    }
    .swiper-button-prev3{
        top: 26%;
    }
    .swiper-button-next3{
        top: 26%;
    }
    .swiper2-h5{
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .mun {
        bottom: 138px;
        height: 70px;
    }
    .row-line {
        width: 65%;
        height: 10px;
        top: 10px;
    }
    .row2-list{
        width: 90%;
        margin: 0 5%;
        padding: 40px 15px;
        height: 700px;
        border-radius: 20px;
    }
    .row2-list ul li{
        width: 48%;
        height: 189px;
        border: 2px solid #D9B762;
        padding: 15px;
        margin-right: 0;
        margin-bottom: 25px;
        color: #fff;
    }
    .row2-icon{
        height: 40px;
    }
    .row2-list ul li h5 {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 10px;
    }
    .row2-list ul li:nth-of-type(2n){
        float: right;
    }
    .row3{
        padding: 30px 0;
        height: 938px;
    }
    .team-info .title2 {
        padding-bottom: 0;
        margin-top: 15px;
        white-space: unset;
        text-overflow: unset;
        overflow: unset;
    }
    .idx-team-box .swiper-button-prev{
        height: 36px;
    }
    .idx-team-box .gallery-top .swiper-slide i {
        width: 60%;
        height: 310px;
    }
    .row3 .row-line{
        display: none;
    }
    .idx-team-box .swiper-button-next{
        height: 36px;
    }
    .row4-bg {
        width: 100%;
        height: 552px;
        top: 80px;
        border-radius:0;
    }
    .row4-mian{
        margin-top: 35px;
    }
    .row4-txt{
        width: 100%;
        padding-top: 0;
    }
    .row4-right{
        width: 100%;
        height: 233px;
        margin-top: 25px;
    }
    .row4 {
        padding-bottom: 50px;
    }
    .row5-list ul li:first-of-type{
        width: 100%;
    }
    .row5-news-img{
        width: 100%;
        height: 230px;
        margin-bottom: 10px; 
    }
    .row5-news-txt h5 {
        font-size: 24px;
        color: #333;
        height: 78px;
        line-height: 43px;
        overflow: hidden;
    }
    .row5-news-txt h5 {
        font-size: 18px;
        height: 52px;
        line-height: 28px;
    }
    .row5-news-txt p {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .row5-list ul li{
        width: 100%;
    }
    .ft-l{
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .ft-r {
        float: unset;
        width: 80%;
        margin: 25px 10%;
        overflow: hidden;
        display: inline-block;
    }
    .ft-logo {
        height: 60px;
    }
    .ft-l p {
        height: auto;
        overflow: hidden;
        line-height: 25px;
        font-size: 14px;
        margin-top: 16px;
    }
    .footer-t{
        height: auto;
    }
    .qr-c{
        width: 48%;
        margin: 0;
        float: left;
    }
    .qr-c:nth-of-type(2){
        float: left;
    }
    .qr-c-img{
        width: 100%;
    }
    .footer-b{
        line-height: 22px;
        padding-top: 10px;
    }
    .banner-info img{
        width: 100%;
    }
    .banner-info h5{
        bottom: 25px;
        font-size: 26px;
    }
    .nav-info{
        width: 90%;
        margin: auto;
        margin-top: -50px;
    }
    .loc{
        font-size: 14px;
    }
    .main{
        padding-top: 15px
    }
    .ab-col img{
        width: 100%;
        height: 234px;
    }
    .ab-col .ab-col-r {
        width: 100%;
    }
    .ab-col .ab-col-r h5 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .ab-col .ab-col-r p {
        font-size: 16px;
        line-height: 25px;
    }
    .ab-col-img {
        padding: 15px 20px;
        margin-top: 20px;
        width: 92%;
    }
    .ab-col-p {
        font-size: 18px;
        color: #333;
        text-align: center;
        width: 92%;
        line-height: 30px;
        font-weight: bold;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ab-col2 ul li {
        width: 100%;
        height: 360px;
        margin-right: 63px;
        border-radius: 10px;
        padding: 0 60px;
        padding-top: 200px;
    }
    .ab-col3{
        margin-top: 25px;
        margin-bottom: 130px;
        background-size: 100% auto;
    }
    .ab-col3-txt {
        background: #fff;
        border-radius: 10px;
        padding: 20px 30px;
        margin-top: 80px;
    }
    .ab-col3-txt h3 {
        font-size: 24px;
    }
    .ab-col3-txt h5 {
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 15px;
        line-height: 26px;
    }
    .campus2-photos-list{
        margin-bottom: 0px;
    }
    .campus2-photos-list ul li {
        width: 46%;
        float: left;
        margin: 0;
        margin-bottom: 5px;
    }
    .campus2-photos-list ul li img {
        width: 100%;
        height: 110px;
        border-radius: 8px;
    }
    .campus2-photos-list ul li h5 {
        margin-top: 5px;
        font-size: 14px;
    }
    .campus2-photos-list ul li:nth-of-type(2n){
        float: right;
    }
    .teacher-list li{
        width: 100%;
    }
    .teacher-list img {
        width: 40%;
        height: 210px;
    }
    .teacher-list .th-txt {
        width: 53%;
        margin-top: 0px;
    }
    .t-txt h5 {
        font-size: 24px;
        margin-top: 15px;
    }
    .teacher-list em{
        font-size: 16px;
        margin: 5px 0;
    }
    .t-txt P:last-of-type{
        font-size: 14px;
        margin: 0px 0;
    }
    .t-more-btn{
        margin-top: 5px;
    }
    .teacher-list li{
        margin-bottom: 30px;
    }
    .banner-info h5 span {
        font-size: 16px;
    }
    .pro-title{
        margin-bottom: 30px;
        font-size: 24px;
    }
    .pro-col{
        margin-bottom: 30px;
    }
    .pro-col img{
        width: 100%;
    }
    .pro-col-r{
        margin-top: 20px;
    }
    .pro-title span {
        font-size: 26px;
    }
    .pro-col2-list{
        width: 100%;
    }
    .pro-col2-list ul li p {
        padding: 7px 0;
        width: 92%;
        font-size: 16px;
        line-height: 30px;
    }
    .pro-col2-list ul li img {
        height: 40px;
        margin-top: 5px;
        margin-right: 11px;
    }
    .pro-col2{
        padding-bottom: 30px;
    }
    .pro-col3{
        padding-top: 30px;
    }
    .pro-form{
        padding: 0;
    }
    .pro-form h3 {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .pro-form div h5 {
        font-size: 13px;
        padding: 15px 9px;
        line-height: 25px;
    }
    .pro-form-w2{
        height: auto;
        line-height: 25px;
    }
    .pro-form-w2 p{
        padding: 10px;
        font-size: 12px;
    }
    .pro-form-w2 h5:nth-of-type(1){
        height: auto !important;
        line-height: 25px !important;
    }
    .pro-form-w2 p:nth-of-type(1){
        height: auto !important;
        line-height: 25px !important;
    }
    .pro-form-w2 p:nth-of-type(2){
        height: auto !important;
        line-height: 25px !important;
    }
    .pro-form-w2{
        height: auto !important;
    }
    .pro-form-w4{
        height: auto !important;
    }
    .pro-form-w4 p{
        padding: 15px 9px;
        font-size: 12px;
    }
    .pro-form-w4 h5:nth-of-type(1) {
        height: auto !important;
        line-height: 25px !important;
    }
    .pro-form-w4 p:nth-of-type(1){
        height: auto !important;
        line-height: 25px !important;
    }
    .pro-form-w4 p:nth-of-type(2) {
        height: auto !important;
        line-height: 25px !important;
    }
    .pro-form-w4 p:nth-of-type(3) {
        height: auto !important;
        line-height: 25px !important;
    }
    .pro2 img{
        width: 100%;
    }
    .pro-col-r{
        width: 100%;
    }
    .pro-col-r h5{
        font-size: 20px;
        line-height: 30px;
    }
    .pro2-hr{
        margin: 30px auto;
    }
    .pro-more-btn {
        right: 5%;
        top: 10px;
    }
    .campus2-photos-list ul li:last-of-type{
        display: none;
    }
    .campus2-photos-list{
        margin-bottom: 20px;
    }
    .campus3-video-list ul li{
        width: 100%;
        height: 230px;
        margin-bottom: 20px;
    }
    .th-img{
        width: 100%;
    }
    .th-col .pro-title {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .th-col p{
        width: 100%;
    }
    .th-col2-g div{
        width: 100%;
    }
    .th-col2-img {
        width: 100%;
        height: auto;
    }
    .th-col2-g {
        margin-bottom: 10px;
    }
    .th-col3{
        background-size: 100% auto;
        margin-top: 30px;
    }
    .th-col3-li ul li {
        width: 100%;
        height: 455px;
        margin-right: 0;
        padding: 0 69px;
        padding-top: 175px;
    }
    .th-col3-li {
        margin-bottom: 10px;
    }
    .th-col2-g {
        margin-bottom: 33px;
    }
    .th-col5 ul li{
        width: 100%;
    }
    .th-col5 ul li h5 {
        font-size: 20px;
        padding-top: 20px;
    }
    .th-col5 ul li p {
        font-size: 16px;
        padding-bottom: 15px;
        margin-left: 0px;
        line-height: 30px;
    }
    .th-col5-g{
        padding-bottom: 50px;
    }
    .stu-act-img{
        width: 100%;
        height: 230px;
    }
    .act-r{
        width: 100%;
        margin-top: 15px;
    }
    .act-r h5 {
        font-size: 20px;
    }
    .act-r p:nth-of-type(1) {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .act-r p:nth-of-type(2) {
        margin-bottom: 15px;
    }
    .col2-act-li ul li img{
        width: 100%;
    }
    .col2-act-li ul li {
        margin-bottom: 30px;
        overflow: hidden;
    }
    .news-img{
        width: 100%;
    }
    .news-r{
        width: 100%;
    }
    .news-r h5{
        font-size: 20px;
        margin-top: 15px;
    }
    .news-r p {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .news-list ul li{
        margin-bottom: 0px;
    }
    .news2-li ul li {
        padding: 25px 0;
    }
    .news2-r {
        width: calc(100% - 80px);
    }
    .news2-r h5 {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .news2-l{
        width: auto;
        margin-top: 0;
    }
    .cont-img{
        width: 100%;
        height: 230px;
    }
    .cont-r{
        width: 100%;
        margin-bottom: 50px;
    }
    .res-form {
        width: 94%;
    }
    .res-bg{
        background-size: cover;
    }
    .res-col h5{
        font-size: 16px;
        width: 136px;
    }
    .mes-code {
        top: 17px;
        width: 88px;
        height: 40px;
    }
    .res-form{
        padding: 24px 15px;
        border-radius: 20px 20px 0 0;
        z-index: 9;
    }
    
    
}


    
}