body {

    font-family: "微软雅黑";

    font-size: 16px;

    overflow-x: hidden;

}



* {

    list-style: none;

    margin: 0;

    padding: 0;

    text-decoration: none;

    outline: none;

}



ul,

li {

    margin: 0;

    padding: 0;

}



a {

    color: #333;

    text-decoration: none;

}



ul,

li {

    margin: 0;

    padding: 0;

}



a:link {

    text-decoration: none;

}



a:visited {

    text-decoration: none;

}



h1,

h2,

h3,

h4,

p {

    margin: 0;

    padding: 0;

    

}



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-full {

    width: 100%;

    margin: auto;

    position: relative;

    overflow: unset;

}



.content-info {

    width: 1280px;

    margin: auto;

    position: relative;

    overflow: unset;

}

.bg{
    background: url('../images/bg.png') no-repeat bottom;
    
    padding-bottom: 60px;
}
.index-bg{

    background: #fff;

}

/*header*/

.header {
    width: 100%;
    height: auto;
}

.header2 {
    display: none;
}

.header-top {
    height: 138px;
    overflow: unset;
    background: #fff;
}

.header-top p {
    line-height: 22px;
    float: left;
    height: 44px;
    color: #fff;
}

.header-top .phone-num {
    float: right;
    margin-top: 26px;
}

.phone-num span {
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.phone-icon {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.header-top-right {
    float: right;
    line-height: 44px;
    color: #fff;
    margin-top: 45px;
}

.get_home {
    display: inline-block;
    color: #fff;
    border-bottom: 2px solid #6AB3A7;
    height: 44px;
    float: left;
}

.get_home span {
    margin-left: 10px;
}

.header-icon1 {
    width: 95px;
    height: 30px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #6AB3A7;
    font-style: normal;
}

.header-icon1 img {
    margin: auto;
    margin-bottom: 5px;
}

.header-coder {
    width: 190px;
    height: 208px;
    display: none;
    position: absolute;
    z-index: 9;
    right: -74px;
    top: 64px;
}

.header-contact {
    position: relative;
}

.header-wechat:hover .header-coder {
    display: block;
}

.header-wechat {
    width: 44px;
    height: 44px;
    background: #6AB3A7;
    float: left;
}

.header-menu {
    height: 52px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.header-wechat .header-icon1 {
    width: 44px;
    height: 44px;
    background: #6AB3A7;
}

.logo {
    float: left;
    height: 80px;
    margin-top: 25px;
}

.search {
    width: 284px;
    height: 44px;
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 50px;
}

.search input {
    width: 100%;
    height: 44px;
    background: #F5F7FF;
    outline-style: none;
    border: 0;
    text-indent: 15px;
    color: #999;
}

.search .search-btn {
    width: 60px;
    height: 44px;
    background: url('../images/search_icon.png') no-repeat center;
    outline-style: none;
    position: absolute;
    right: -1px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 0;
}

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

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

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

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

.menu {
    overflow: unset;
    display: table;
}

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

.menu-li {
    width: 11%;
    height: 38px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
    line-height: 38px;
    margin: 7px auto;
}

.menu-link {
    width: 9px;
    height: 5px;
    background: url('../images/menu_icon.png') no-repeat center;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: auto;
}

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

.menu-li a {
    color: #333;
    text-transform: uppercase;
    display: block;
    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);
}

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

.menu-li:hover {
    background: #002196;
    border-radius: 50px;
}

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

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

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

.menu-li.active a {
    color: #fff;
    background: #002196;
    border-radius: 50px;
}

.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: 35px;
    background: #fff !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border-radius: 0 !important;
    font-weight: bold;
}

.submenu-li:hover a {
    color: #fff !important;
    text-indent: 50px;
    background: #002196 !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;

    overflow: hidden;

}

.banner-img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    text-align: center;

}

.material-icons{

    font-size: 44px;

}

.row1 .swiper-container{

    width: 727px;

    float: right;

}

.banner-pagination{

    height: 22px;

    text-align: center;


    line-height: 22px;

    position: absolute;

    left: 10% !important;

    width: auto !important;
    border-radius: 50px;

    bottom:88px !important;

    z-index: 9;
}

.banner .swiper-pagination-bullet{

    background: #fff;

    opacity: 1;

    filter: alpha(opacity=100);

    border-radius: 50%;

    width: 14px;
    height: 14px;

}

.banner .swiper-pagination-bullet-active{

    background: #002FA7;

}

.swiper-button-next2{

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

    right: 0px;

    width: 57px;

    height: 82px;

    top: 50%;
}

.swiper-button-prev2{

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

    left: 0px;

    width: 57px;

    height: 82px;

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

}   

/* banner-end */

.notice{
    width: 660px;
    height: 72px;
    position: absolute !important;
    z-index: 99;
    bottom: 88px;
    right: 10%;
    background: #fff;
    border-left: 6px solid #002196;
    border-radius: 0 10px 10px 0 ;
}
.notice-main{
    width: 568px;
    height: 72px;
    overflow: hidden;
    margin-left: 15px;
    float: left;
}
.notice-txt{
    width:78%;
    float: left;
    height: 72px;
}
.notice-date{
    width: 20%;
    float: right;
    text-align: right;
    font-size: 20px;
    height: 72px;
    line-height: 72px;
    color: #999;
}
.notice-txt h5{
    width: 100%;
    font-size: 20px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    line-height: 72px;
    margin: 0;
}
.notice-txt p{
    font-size: 16px;
    color: #999;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.item{
    overflow: hidden;
    height: 100%;
}

.scrollbox{ overflow: hidden; margin: 0 auto;position: relative; }

.news-widget{ overflow: hidden; float: right; position: absolute; top:3px; right:0; padding: 18px 7px;z-index: 99}

.news-widget a{ overflow: hidden; background: url("../images/iconfont-arrows2.png") no-repeat; width: 18px; height: 18px;  display: block;}

.news-widget a.btn-up{ background-position: 1px 5px;}

.news-widget a.btn-next{ background-position: 1px -17px;}




/* footer */
.footer{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: url('../images/footer.png') no-repeat center;
    background-size: auto 100%;
}
.footer-logo-list{
    width: 100%;
    margin: auto;
    padding-top: 45px;
    padding-bottom: 20px;
    display: table;
    border-bottom: 1px solid #ABCEFF;
    text-align: center;
}
.footer-logo-list .footer-logo{
    width: 349px;
    display: inline-block;
    margin: 0 30px;
}
.footer-contact{
    width: 668px;
    margin: 20px auto;
}
.footer-h5{
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.footer-contact p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.footer-contact p a{
    color: #619581;
}
.footer-contact p a:hover{
    color: #fff;
}
.footer-icon{
    float: left;
    margin-top: 15px;
}
.footer-icon ul li{
    float: left;
    margin-right: 15px;
    position: relative;
}
.qr-code{
    width: 100px;
    height: 100px;
    display: none;
    position:absolute;
    top: 35px;
    left: -32px;
    z-index: 999;
}
.footer-icon ul li:hover .qr-code{
    display: block;
}
.footer-menu{
    width: auto;
    float: right;
}
.footer-menu-li{
    float: left;
    margin-right: 70px;
}
.footer-menu-li h5{
    font-size: 20px;
    color: #C9A063;
    margin-bottom: 15px;
}
.footer-menu2-ul li{
    margin-bottom: 13px;
}
.footer-menu2-ul li a{
    color: #619581;
    font-size: 16px;
}
.footer-bottom{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #002196;
}
.footer-txt{
    line-height: 50px;
    font-size: 14px;
    color: #fff;
}
.footer-bottom p{
    float: left;
}
.footer-bottom p a{
    color: #619581;
}
.footer-menu2-ul li a:hover{
    color: #fff;
}

.footer-control {

    float: right;

    width: 200px;

    margin-top: 8px;

}

.footer-logo-list .footer-logo.footer-img{
    width: 100px;
    border-radius: 10px;
}

/* footer-end */

/* top-nav */

.top-nav{  width: 40px;  position: fixed;  right:30px;  bottom:10%; z-index: 99; }
.top-nav a{  display: block; width: 40px;  height: 40px;  border-bottom: none; position: relative;background: #002196;border-radius: 50%;margin-bottom: 15px;}
.top-nav a:last-child{ }
.top-nav .qq-btn{  background: url("../images/tool-icon.png")  no-repeat 50% ;  }
.top-nav .qq-btn:hover{  background: url("../images/footer-icon.png")  no-repeat 50% ;  }
.top-nav .wx-btn{  background:#002196 url("../images/footer-icon3.png") no-repeat 50% ; background-size: 20px;  }
.top-nav .wx-btn:hover{  background:#002196 url("../images/footer-icon3.png") no-repeat 50% ;  background-size: 20px;  }
.top-nav .wb-btn{  background: url("../images/tool-icon3.png")  no-repeat 50% ;  }
.top-nav .wb-btn:hover{  background: url("../images/footer-icon3.png")  no-repeat 50% ;  }
.top-nav .mes-btn{  background: url("../images/tool-icon4.png")  no-repeat 50% ;  }
.top-nav .mes-btn:hover{  background: url("../images/footer-icon4.png")  no-repeat 50% ;  }
.top-nav .top-btn{  background:#002196 url("../images/footer-icon5.png") no-repeat 50% ;  background-size: 20px;  }
.top-nav .top-btn:hover{  background:#002196 url("../images/footer-icon5.png")  no-repeat 50% ;  background-size: 20px;  }
.wx-img{ overflow: hidden; width: 120px; height: 120px;  position: absolute; top:0; right:50px;  margin: auto;  display: none;}
.wx-img img{ display: block; width: 100%; height: 100%; }
.wx-btn:hover .wx-img{ display: block; }
.mes-txt-i{
    display: none;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background-color: #00664C;
    color: #fff;
    position: absolute;
    left: -110px;
    text-align: center;
    border-radius: 5px;
}
.mes-btn:hover .mes-txt-i{
     display: block;

}
/* top-nav-end */


/* header_mb */

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

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

.header2 h3 img {
    display: block;
    max-width: 83%;
    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;
    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: #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*/
.col{
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
}
.title{
    float: left;
    margin-top: 10px;
}
.title span{
    display: inline-block;
    width: 6px;
    height: 26px;
    background: #002196;
    float: left;
    
}
.title h5{
    font-size: 24px;
    color: #333;
    float: left;
    margin: 0;
    margin-left: 10px;
}
.row-about{
    border-radius: 15px;
    background: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    height: 400px;
    margin-bottom: 70px;
}
.col-left{
    width: 50%;
    float: left;
    padding: 25px 50px;
    position: relative;
}
.col-right{
    width: 50%;
    float: right;
}
#video{
    width: 100%;
    object-fit: cover;
}
.col-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.col-title span{
    color: #ccc;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
.col-txt{
    font-size: 16px;
    line-height: 35px;
    color: #666;
    max-height: 312px;
}
.more-btn{
    position: relative;
    z-index: 99;
}
.more-btn img{
    width: 56px;
}
.row-about .more-btn{
    position: absolute;
    right: 40px;
    top: 30px;
}
.bg2{
    position: relative;
}
.col2-left{
    float: left;
    width: 54%;
}
.col2-left .col-title{
    color: #fff;
    margin-left: 50px;
    margin-top: 50px;
}
.row2{
    position: relative;

}
.row2-bg{
    width: 43%;
    float: left;
    position: absolute;
    left: 0;
    height: 750px;
}
.row2-bg2{
    width: 90%;
    float: left;
    position: absolute;
    right: 0;
    bottom: -140px;
}
.news-mid{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}
.nav-tabs li a{
    border-radius: 10px;
    border: 0;
    color: #333;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background: #002196;
    color: #fff;
}
.nav-tabs{
    border: 0;
}
.row-tabs{
    margin-bottom: 55px;
}
.news-big{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.news-big a{
    display: block;
}
.news-mid-title{
    width: 80%;
    position: absolute;
    bottom: 30px;
    padding-left: 3%;
    z-index: 10;
}
.news-mid-title h5{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #fff;
}
.news-mid-title p{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #fff;
}
.news-mid .news-big img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news-big a:hover img{
    transform: scale(1.1);
}
.news-mid-mask{
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0,0,0,1) , rgba(0,0,0,0));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.news-mid-pagination{
    position: absolute;
    right: 15px;
    bottom: 45px !important;
    z-index: 99;
    left: unset !important;
    width: auto !important;
}
.news-mid-pagination .swiper-pagination-bullet{
    background: #6E88C4;
}
.news-mid-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.col2-right{
    width: 36%;
    float: right;
    position: absolute;
    right: 0;
    margin-top: 70px;
}
.row-nav{
    width: auto;
    float: right;
    overflow: hidden;
    margin-right: 20px;
}
.row-nav ul li{
    float: left;
    width: 115px;
    height: 46px;
    line-height: 44px;
    margin-left: 20px;
    text-align: center;
}
.row-nav ul li a{
    display: block;
    border: 1px solid #ddd;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.row-nav ul li a:hover{
    background: #00664C;
    border: 1px solid #00664C;
    color: #fff;
}
.col{
    margin-bottom: 30px;
    margin-top: 30px;
}
.col-news{
    overflow: hidden;
    position: relative;
}
.col-news ul li{
    width: 280px;
    height: auto;
    float: left;
    margin-left: 30px;
    margin-bottom: 60px;
}
.col-news ul li a:hover .col-news-img img{
    transform: scale(1.1);
}
.col-news ul li a:hover h5{
    color: #00664C;
}
.col-news-img{
    width: 100%;
    height: 171px;
    overflow: hidden;
    position: relative;
}
.col-news-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.col-news ul li h5{
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 16px 0 8px 0;
}
.col-news ul li p{
    font-size: 16px;
    width: 100%;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    display: none;
}
.col-news ul li em{
    color: #999;
}
.col-news ul li:nth-of-type(1){
    width: 660px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.col-news ul li:nth-of-type(1) .col-news-img{
    width: 100%;
    height: 381px;
}
.col-news ul li:nth-of-type(1) a p{
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
}
.col-news ul li:nth-of-type(1) a h5{
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin-bottom: 20px;
    margin-top: 30px;
}

.col-team a{
    /*width: 265px;
    height: 370px;*/
    width: 300px;
    height: 430px;
    border-radius: 10px 48px 10px 48px;
    background: transparent;
    display: inline-block;
    padding: 0 20px;
}
.col-team-img{
    margin-top: -25px;
    /*width: 227px;
    height: 340px;*/
    width: 270px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.col-team-txt h5{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px;
}
.col-team-txt h5 span{
    font-size: 18px;
    font-weight: normal;
    color: #ccc;
    margin-left: 5px;
}
.col-team-txt p{
    font-size: 16px;
    color: #666;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.bg3{
    margin-top: 140px;
    height: 662px;
}
.row3-bg{
    width: 90%;
    position: absolute;
    right: 0;
}
.row3{
    padding: 50px;
}
.row3 .col-title{
    color: #fff;
    float: left;
}
.row3 .more-btn{
    float: right;
}
.col-team-list{
    width: 85%;
    right: 0;
    position: relative;
    float: right;
    overflow: hidden;
    padding-top: 30px;
}
.team-pagination{
    width: 100%;
    display: table;
    margin: auto;
    text-align: center;
    margin-top: 15px;
}
.swiper-pagination-bullet{
    background: #fff;
    margin: 0 2px;
}
.row4{
    margin-top: 170px;
}
.col4{
    width: 48%;
    height: 280px;
    float: left;
    position: relative;
}
.row4 .col4:last-of-type{
    float: right;
}
.col4 .col4-img{
    width: 100%;
    object-fit: cover;
}
.col4-h5{
    position: absolute;
    bottom: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    left: 30px;
}
.more-btn3 {
    position: absolute;
    bottom: 35px;
    right: 30px;
    width: 65px;
    height: 35px;
    background: #fff;
    border-radius: 10px;
}
.col4-more{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bg5{
    background: url('../images/bg5.png') no-repeat top center;
    padding-top: 50px;
    margin-top: 50px;
}
.row5 .col-title{
    color: #fff;
}
.bg5 .col-p{
    width: 35%;
    color: #fff;
    margin-bottom: 50px;
}
.photo-list{
    position: relative;
    overflow: hidden;
    margin-top: -154px;
}
.photo-list ul li{
    overflow: hidden;
    position: relative;
    float: left;
}
.photo-list ul li:nth-of-type(1) {
    width: 246px;
    height: 246px;
    margin-top: 369px;
}
.photo-list ul li:nth-of-type(2) {
    width: 361px;
    height: 361px;
    margin-top: 254px;
}
.photo-list ul li:nth-of-type(3) {
    width: 673px;
    height: 615px;
}
.photo-list ul li:nth-of-type(4) {
    width: 360px;
    height: 247px;
    margin-left: 246px;
}
.photo-list ul li:nth-of-type(5) {
    width: 360px;
    height: 360px;
}
.photo-list ul li:nth-of-type(6) {
    width: 246px;
    height: 246px;
}
.photo-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news-mid-mask {
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.photo-list ul li h5 {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    z-index: 12;
    position: absolute;
    bottom: 9px;
    left: 0;
    padding: 0 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}





.bg2{
    padding-bottom: 60px;
}
.col-l{
    width: 899px;
    float: left;
}
.col-r{
    width: 330px;
    float: right;
}
.col-forum{
    overflow: hidden;
    position: relative;
}
.col-forum ul li{
    float: left;
    width: 282px;
    height: 206px;
    margin-bottom: 30px;
    margin-left: 30px;
}
.col-forum ul li:nth-of-type(1){
    width: 586px;
    height: 289px;
    margin-left: 0px;
}
.col-forum ul li:nth-of-type(3){
    width: 283px;
    height: 289px;
}
.col-forum ul li:nth-of-type(4){
    margin-left: 0;
    margin-top: -236px;
}
.col-forum ul li:nth-of-type(5){
    margin-left: 304px;
    margin-top: -236px;
    height: 206px;
}
.col-forum-img{
    position: relative;
    width: 100%;
    height: 100%;
}
.col-forum-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.col-forum-img .mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.col-forum-txt{
    position: absolute;
    width: 100%;
    padding: 0 30px;
    bottom: 15px;
    z-index: 99;
}
.col-forum-txt h5{
    width: 100%;
    font-size: 18px;
    color: #fff;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    float: left;
    margin: 0;
}
.col-forum-txt .link{
    width: 80px;
    height: 1px;
    background: #C9A063;
    margin: 10px auto;
    float: left;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.col-forum-txt p{
    width: 100%;
    font-size: 16px;
    color: #D8D8D8;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    float: left;
}
.col-forum ul li a:hover .col-forum-img .mask{
    background: rgba(0, 0, 0, .8);
}
.col-forum ul li a:hover .col-forum-img .col-forum-txt .link{
    width: 200px;
}
.col-tkink{
    overflow: hidden;
    height: 450px;
}
.col-tkink .more-btn{
    position: absolute;
    bottom: 0;
}
.col-tkink-line{
    width: 30px;
    height: 1px;
    background: #ddd;
    margin-top: 20px;
}
.col-tkink ul li{
    padding: 16px 0;
    overflow: hidden;
}
.col-tkink ul li:last-of-type a .col-tkink-line{
    background: transparent;
}
.col-tkink ul li:first-of-type{
    padding-top: 0;
}
.col-tkink ul li:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}
.col-tkink ul li h5{
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 7px;
    overflow: hidden;
}
.col-tkink ul li p{
    font-size: 16px;
    color: #999;
    overflow: hidden;
}
.col-tkink .more-btn{
    float: left;
    margin-top: 25px;
}
.col-videos{
    overflow: hidden;
    margin-bottom: 60px;
}
.col-videos ul li{
    width: 298px;
    height: 218px;
    float: left;
    margin-left: 29px;
    margin-top: 30px;
    overflow: hidden;
}
.col-videos-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.col-videos ul li a .col-videos-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    object-fit: cover;
}
.col-videos-img .mask{
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    z-index: 9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.col-videos ul li .col-videos-img h5{
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    color: #fff;
    padding: 0 25px;
    position: absolute;
    bottom: 20px;
    overflow: hidden;
    z-index: 99;
    margin: 0;
}
.video-icon{
    width: 58px;
    height: 58px;
    background: url('../images/video_icon2.png') no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 99;
    top: -35px;
}
.col-videos ul li:nth-of-type(1){
    width: 625px;
    height: 383px;
    margin-left: 0;
    margin-top: 0;
}
.col-videos ul li:nth-of-type(2){
    width: 625px;
    height: 383px;
    margin-top: 0;
}
.col-videos ul li:nth-of-type(1) .video-icon{
    width: 106px;
    height: 106px;
    background: url('../images/video_icon.png') no-repeat center;
}
.col-videos ul li:nth-of-type(2) .video-icon{
    width: 106px;
    height: 106px;
    background: url('../images/video_icon.png') no-repeat center;
}
.col-videos ul li:nth-of-type(1) .col-videos-img h5{
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.col-videos ul li:nth-of-type(2) .col-videos-img h5{
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.col-videos ul li:nth-of-type(3){
    margin-left: 0;
}
.col-videos ul li a:hover .col-videos-img .mask{
    height: 218px;
}
.col-videos ul li a:hover .col-videos-img img{
    transform: scale(1.1);
}
.col-publish{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1280px;
    margin-bottom: 60px;
}
.col-publish .publish-img{
    width: 100%;
    height: auto;
    min-height: 316px;
    object-fit: cover;
}
.publish-txt{
    width: 100%;
    padding: 15px 15px;
    background: #fff;
}
.publish-txt h5{
    margin: 0;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.publish-txt p{
    margin: 0;
    color: #999;
}
.publish-button-next{
    width: 57px;
    height: 82px;
    background: url('../images/col-icon-r.png') no-repeat;
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 9;
}
.publish-button-prev{
    width: 57px;
    height: 82px;
    background: url('../images/col-icon-l.png') no-repeat;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 9;
}
.col-publish .swiper-slide a:hover .publish-txt h5{
    color: #00664C;
}
.col-welfare{
    margin-bottom: 60px;
}
.col-welfare-img{
    height: 193px;
    position: relative;
    overflow: hidden;
}
.col-welfare-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.welfare-txt{
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}
.welfare-txt h5{
    margin:0;
    font-size: 18px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.welfare-txt p{
    margin:0;
    font-size: 16px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color: #999;
    margin-top: 8px;
}
.col-welfare .swiper-slide a:hover .welfare-txt h5{
    color: #00664C;
}
.welfare-button{
    position: absolute;
    width: 1440px;
    height: 82px;
    margin: 0 auto;
    top: 35%;
    left: 0;
    right: 0;
    z-index: 9;
}
.welfare-button-next{
    width: 57px;
    height: 82px;
    background: url('../images/col2-icon-r.png') no-repeat;
    position: absolute;
    right: 0;
}
.welfare-button-prev{
    width: 57px;
    height: 82px;
    background: url('../images/col2-icon-l.png') no-repeat;
    position: absolute;
    left: 0;
}
.col-cool{
    overflow: hidden;
}
.col-cool ul li{
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
    width: 244px;
    height: 118px;
    border: 1px solid #ddd;
}
.col-cool ul li:nth-of-type(5n){
    margin-right: 0;
}
.cool-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*index-end*/



/* info-pages */
.banner-info{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-info-col{
    margin-top: 88px;
}
.about-info-img{
    width: 583px;
    height: 445px;
    float: left;
    object-fit: cover;
}
.about-info-r{
    width: 609px;
    float: right;
}
.about-info-r p{
    color:#666;
    line-height: 35px;
    margin-top: 35px;
    margin-bottom: 40px;
    float: left;
}
.info-more-btn{
    display: block;
    width: 115px;
    height: 46px;
    line-height: 44px;
    color: #333;
    text-align: center;
    border: 1px solid #ddd;
    float: left;
}
.about-info-col2{
    margin-top: 88px;
    padding-top: 40px;
    background: url('../images/about-info-col2.png') no-repeat center top;
}
.about-info-col2 .info-more-btn{
    float: right;
    border: 0;
    background: #00664C;
    color: #fff;
}
.about-info-col2-txt{
    width: 787px;
    padding: 70px 40px;
    background: #fff;
    float: left;
}
.about-info-col2-txt h3{
    font-size: 30px;
    margin-bottom: 10px;
}
.about-info-col2-txt p{
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 35px;
    color: #666;
}
.about-info-col2-txt h5{
    font-size: 16px;
    margin-bottom: 25px;
    border-left: 6px solid #00664C;
    text-indent: 10px;
}
.about-info-col2-img{
    width: 429px;
    height: 550px;
    float: right;
    object-fit: cover;
}
.about-info-col3{
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: ;
}
.about-info-col3 ul li{
    width: 619px;
    height: 252px;
    float: right;
    object-fit: cover;
    position: relative;
    margin-top: 35px;
}

.about-info-col3 ul li:first-of-type{
    width: 627px;
    height: 537px;
    float: left;
    margin-top: 0;
}
.about-info-col3 ul li:nth-of-type(2){
    margin-top: 60px;
}
.about-info-col3 ul li img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about-info-col3-txt{
    width: 80%;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}
.about-info-col3-txt a{
    display: block;
    color: #fff;
}
.about-info-col3-txt h5{
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.about-info-col3-txt span{
    margin: auto;
    width: 30px;
    height: 3px;
    background: #C9A063;
    margin-top: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.about-info-col3 ul li:hover .about-info-col3-txt span{
    width: 88px;
}
.loc-txt{
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}
.nav-info{
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
}
.nav-info ul li{
    width: auto;
    float: left;
}
.nav-info ul li a{
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
    background: #002196;
    text-align: center;
    color: #fff; 
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.nav-info ul li.active a{
    height: 72px;
    line-height: 72px;
    background: #00145c;
    margin-top: -20px;
}
.nav-info ul li:hover a{
    color: #fff;
    height: 72px;
    line-height: 72px;
    background: #00145c;
    margin-top: -20px;
}
.row-info{
    overflow: hidden;
    margin-top: 30px;
}
.about-info-img2{
    max-width: 100%;
    margin: auto;
    display: table;
}
.about-info p{
    margin: 25px auto;
    color: #666;
    line-height: 35px;
}
.news-hot-row{
    margin-top: 80px;
    overflow: hidden;
}
.news-hot-row .info-more-btn{
    float: right;
}
.news-hot{
    overflow: hidden;
    margin-top: 35px;
}
.news-hot ul li{
    width: 279px;
    float: left;
    overflow: hidden;
    margin-right: 54px;
}
.news-hot ul li:last-of-type{
    margin-right: 0;
}
.news-hot-img{
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.news-hot-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    object-fit: cover;
}
.news-hot h5{
    width: 100%;
    height: 50px;
    margin: 15px 0;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}
.news-hot p{
    color:#999;
}
.news-hot ul li:hover .news-hot-img img{
    transform: scale(1.1);
}
.news-hot ul li:hover h5{
    color: #00664C;
}
.about-info2{
    padding: 127px 190px;
    background: #FFFAF5;
}
.about-info2 h3{
    font-size: 32px;
    text-align: center;
}
.about-info2 h5{
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.about-info2 p{
    line-height: 40px;
    color: #666;
}
.about-info2 p strong{
    color: #333;
    margin-right: 10px;
}
.leader-top{
    overflow: hidden;
    margin-bottom: 0px;
}
.leader{
    overflow: hidden;
    float: left;
    margin: auto;
    display: table;
    text-align: center;
    
}
.leader img{
    width: 255px;
    height: 337px;
    object-fit: cover;
    border-radius: 15px;
    text-align: center;
    display: table;
    margin: auto;
    margin-bottom: 25px;
}
.leader h5{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-align: center;
    font-weight: bold;
}
.leader p{
    width: 80%;
    height: 50px;
    line-height: 25px;
    color: #666;
    text-align: center;
    margin: auto;
    overflow: hidden;
}
.leader-mes{
    width: 938px;
    padding: 0 40px;
    float: right;
}
.about-info3.zy-list .leader-mes{
    width: 100%;
    padding-bottom: 40px;
}
.leader-mes h5{
    font-size: 16px;
    margin-bottom: 25px;
    border-left: 6px solid #002196;
    text-indent: 10px;
}
.leader-mes p{
    margin-top: 25px;
    color: #666;
    line-height: 35px;
}
/*.leader-list li{*/
/*    width: 30%;*/
/*    float: left;*/
/*    margin-right: 5%;*/
/*    margin-bottom: 65px;*/
/*    height: 400px;*/
/*}*/
/*.leader-list li:nth-of-type(3n){*/
/*    margin-right: 0;*/
/*}*/
/*.leader-img{*/
/*    width: 294px;*/
/*    height: auto;*/
/*    float: left;*/
/*    margin-right: 70px;*/
/*}*/
.leader-info{
    margin-top: 80px;
}
.leader-info-r{
    width: 854px;
    height: auto;
    float: left;
}
.leader-info-r h3{
    font-size: 38px;
}
.leader-info-r h5{
    font-size: 20px;
    color: #C69769;
    margin-bottom: 50px;
}
.leader-info-r p{
    font-size: 16px;
    color: #666;
    line-height: 35px;
    margin-bottom: 30px;
}




.about5-info{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 75px;
}
.about5-link{
    width: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.about5-list{
    position: relative;
    z-index: 9;
    width: 100%;
}
.about5-list ul li{
    width: 495px;
    height: auto;
    border: 1px solid #C9A063;
    padding: 20px;
    text-align: right;
    float: left;
    position: relative;
    margin-top: 99px;
}
.about-txt h5{
    font-size: 32px;
    font-weight: bold;
    color: #C9A063;
}
.about-txt p{
    line-height: 35px;
    width: 100%;
    height: auto;
    line-height: 52px;
    border-bottom: 1px dashed #ddd;
}
.about-txt p:last-of-type{
    border-bottom: 0;
}
.about5-link2{
    width: 65px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 494px;
    top: 48px;
}
.about-focus{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 554px;
    top: 39px;
}
.about5-list ul li:first-of-type{
    margin-top: 0;
}
.about5-list ul li:nth-of-type(2n){
    text-align: left;
    float: right;
}
.about5-list ul li:nth-of-type(2n) .about5-link2{
    left: -66px;
    top: 48px;
}
.about5-list ul li:nth-of-type(2n) .about-focus{
    left: -81px;
    top: 39px;
}
.news-info{
    margin-top: 80px;
    margin-bottom: 60px;
}
.news-banner{
    overflow: hidden;
}
.news-banner-img{
    width: 788px;
    height: 470px; 
    overflow: hidden;
    float: left;
    position: relative;
}
.news-banner-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.news-banner 
.news-banner-txt{
    width: 583px;
    height: 280px;
    padding: 44px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
}
.news-banner-txt h5{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 16px;
}
.news-banner-txt p{
    width: 100%;
    height: 90px;
    line-height: 30px;
    color: #666;
    margin: 25px auto;
    overflow: hidden;
}
.news-banner-txt span{
    color: #999;
    display: inline-block;
}
.news-banner-button{
    width: 1440px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
}
.news-info2{
    width: 100%;
    padding: 60px 0;
    background: #FFFBF6;
}
.news-info-col .info-more-btn{
    float: right;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.info-more-btn:hover{
    background: #00664C;
    color: #fff;
}
.news-info2 .news-info-col{
    width: 48%;
    float: left;
}
.news-info2 .news-info-col:nth-of-type(2){
    float: right;
}
.news-info-list li a{
    display: block;
    width: 100%;
    height: 52px;
    border-bottom: 1px dashed #ddd;
}
.news-info-list li:last-of-type a{
    border-bottom: 0;
}
.news-info-list li a:hover h5{
    color: #00664C;
}
.news-info-list li a h5{
    width: 75%;
    float: left;
    margin: 0;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-info-list li a p{
    width: 20%;
    float: right;
    text-align: right;
    color: #999;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-info3 .info-more-btn{
    float: right;
}
.news-list{
    overflow: hidden;
    margin-top: 80px;
}
.news-list ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.news-list.notice-list ul li .news-info-txt{
    width: 100%;
}
.news-info-img{
    width: 350px;
    height: 215px;
    overflow: hidden;
    position: relative;
    float: left;
}
.news-info-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    object-fit: cover;
}
.news-info-txt{
    width: 900px;
    height: auto;
    float: right;
}
.news-info-txt h5{
    font-size: 24px;
    margin: 0;
    margin-top: 25px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-info-txt p{
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.news-info-txt span{
    font-size: 18px;
    color: #999;
}
.news-list ul li a:hover .news-info-img img{
    transform: scale(1.1);
}
.news-list ul li a:hover .news-info-txt h5{
    color: #002196;
}


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

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

.news-details-top em {
    color: #999;
}


.news-details-col p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px auto;
}

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

.news-details-bottom {
    font-size: 14px;
    color: #666;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-details-bottom a {
    width: 40%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-details-bottom a:hover {
    color: #00664C;
}

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

.news-details-bottom a:nth-of-type(2) {
    float: right;
    text-align: right;
}
.think-col{
    overflow: hidden;
    margin-top: 80px;
}
.think-col-img{
    width: 1002px;
    height: 461px;
    object-fit: cover;
    float: left;
}
.think-col-txt{
    float: right;
    width: 587px;
    height: 407px;
    background-color: #fff;
    padding: 60px 40px;
    margin-top: -255px;
}
.think-col-txt p{
    float: left;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 35px;
    color: #666;
}
.think-col2{
    margin-top: 70px;
}
.think-h5{
    float: left;
    font-size: 20px;
    margin-top: 50px;
    line-height: 35px;
}
.think-col2 .think-col-img{
    width: 587px;
    height: 648px;
    float: right;
}
.think-col2 .think-col-txt{
    float: left;
    width: 623px;
    padding: 0;
    background-color: transparent;
    margin: 0;
    margin-top: 50px;
}
.think-col3 {
    margin-top: 80px;
}
.think-col3 .info-more-btn{
    float: right;
}
.think-col3 .col-forum ul li{
    width: 406px;
    height: 296px;
}
.think-col3 .col-forum ul li:nth-of-type(1){
    width: 842px;
    height: 415px;
}
.think-col3 .col-forum ul li:nth-of-type(3){
    width: 407px;
    height: 415px;
}
.think-col3 .col-forum ul li:nth-of-type(4){
    margin-left: 0;
    margin-top: -327px;
}
.think-col3 .col-forum ul li:nth-of-type(5){
    margin-left: 436px;
    margin-top: -327px;
}
.think-col4{
    background-color: #FCF8F1;
    padding: 60px 0;
    margin-top: 60px;
}
.think-col4 .info-more-btn{
    float: right;
}


.think-col5{
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: ;
}
.think-col5 ul li{
    width: 619px;
    height: 252px;
    float: left;
    object-fit: cover;
    position: relative;
    margin-top: 35px;
}
.think-col5 ul li:nth-of-type(2n){
    float: right;
}
.think-col5 ul li img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.about-info-col3-txt{
    width: 80%;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}
.about-info-col3-txt a{
    display: block;
    color: #fff;
}
.about-info-col3-txt h5{
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.about-info-col3-txt span{
    margin: auto;
    width: 30px;
    height: 3px;
    background: #C9A063;
    margin-top: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.think-col5 ul li:hover .about-info-col3-txt span{
    width: 88px;
}
.think1-col{
    margin-top: 80px;
    position: relative;
}
.think1-col-img{
    position: relative;
    width: 100%;
}
.think1-txt{
    width: 90%;
    height: 650px;
    margin: 0 5%;
    padding: 40px;
    background-color: #fff;
    top: -40px;
    position: relative;
}
.think1-txt p{
    width: 100%;
    float: left;
    margin: 35px 0;
    line-height: 35px;
    color: #666;
}
.think1-txt-l{
    width: 470px;
    overflow: hidden;
}
.think1-txt-r{
    width: 640px;
    height: 460px;
    position: absolute;
    right: -64px;
    overflow: hidden;
    top: 90px;
}
.think1-txt-t{
    width: 100%;
    float: left;
    margin-top: 80px;
    overflow: hidden;
}
.think1-txt-t .title{
    width: 100%;
    margin-bottom: 40px;
}
.think1-txt-t h3{
    font-size: 20px;
    margin: 0;
    float: left;
}
.think1-txt-t p{
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 40px;
    float: left;
}
.think1-txt-t em{
    width: 100%;
    text-align: right;
    margin-top: 80px;
    float: left;
}
.think-banner{
    width: 100%;
    height: 413px;
    overflow: hidden;
}

.think1-pagination{

    height: 22px;

    text-align: center;

    margin: auto;

    line-height: 22px;

    position: absolute;

    left: 0;

    right: 0;

    border-radius: 50px;

    bottom:10px !important;

    z-index: 999;
}

.think1-txt-r .swiper-pagination-bullet{

    background: #f2f2f2;

    opacity: 1;

    filter: alpha(opacity=100);

    border-radius: 50%;

    width: 14px;
    height: 14px;
    margin: 0 3px;

}

.think1-txt-r .swiper-pagination-bullet-active{

    background: #C9A063;

}
.think2-col{
    margin-top: 80px;
}
.article-list{
    overflow: hidden;
    margin-top: 80px;
}
.article-list ul{
    overflow: hidden;
}
.article-list ul li{
    width: 406px;
    padding: 15px 15px 35px 15px;
    background-color: #fff;
    position: relative;
    margin-right: 30px;
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 30px;
}
.article-img{
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.article-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.article-list ul li h5{

    font-size: 20px;
    margin: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.article-list ul li p{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
}
.article-list ul li em{
    font-size: 16px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    color: #999;
}
.article-list ul li:hover .article-img img{
    transform: scale(1.1);
}
.article-list ul li a:hover h5{
    color: #002196;
}
.article-list ul li:nth-of-type(3n){
    margin-right: 0;
}

.jpb2 .article-img{
    height: 300px;
}
.news-list .col-news-list h5 span {
    float: left;
    width: 80%;
}

.news-list .col-news-list h5 em {
    float: right;
    width: 8%;
    text-align: right;
}

.col-news-list h5 i {
    width: 1%;
    height: 35px;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-right: 1%;
}

.col-news-list h5 i img {
    width: 5px;
    height: 9px;
    margin-top: -3px;
}

.col-news-list h5 {
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 20px;
}

.col-news-list:last-of-type h5 {
    border-bottom: 0;
}

.col-news-list h5 span {
    width: 75%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.col-news-list h5 span:hover {
    color: #002196;
}

.col-news-list h5 em {
    width: 22%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: right;
    color: #ccc;
    text-align: right;
}
.download-btn {
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    background: #002196;
    float: right;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

.download-btn:hover {
    color: #fff;
    background: #F12E2E;
}

.download-btn:focus {
    color: #fff;
}

.maps{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}
.maps-a{
    display: block;
    width: 160px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background-color: #046EFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    z-index: 9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    
}
.maps-a:hover{
    color: #fff;
    background: #001337;
    box-shadow: 0 10px 20px #00347B;
}
.maps-img{
    width: 100%;
}
.cont-left{
    font-size: 16px;
    line-height: 30px;
}
.cont-left h5{
    font-size: 24px;
    font-weight: bold;
}

.welfare{
    overflow: hidden;
}
.welfare-col{
    overflow: hidden;
    margin: 120px 0;
}
.welfare-col .welfare-img{
    float: left;
    width: 630px;
    height: 416px;
    object-fit: cover;
}
.welfare-col .welfare-col-r{
    float: right;
    margin-top: 30px;
    width: 600px;
}
.title-l{
    margin: 25px 0;
    float: left;
    width: 100%;
}
.title-l span{
    width: 90px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -7px;
}
.title-l h5{
    font-size: 24px;
    height: 25px;
    line-height: 25px;
    display: inline-block;

}
.welfare-col-r p{
    margin: 25px 0;
    width: 100%;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    float: left;
}
.welfare .welfare-col:nth-of-type(2n) .welfare-img{
    float: right;
}
.welfare .welfare-col:nth-of-type(2n) .welfare-col-r{
    float: left;
}
.open-info{
    margin-top: 80px;
}
.open-col{
    width: 606px;
    padding: 40px;
    background-color: #FCF8F1;
    float: left;
    margin-bottom: 50px;
}
.open-info .open-col:nth-of-type(2n) {
    float: right;
}
.open-col .info-more-btn{
    float: right;
}
.open-img{
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.open-img ul{
    overflow: hidden;
}
.open-img ul li{
    float: left;
    position: relative;
    width: 254px;
    height: 359px;
    margin-right: 18px;
    background-color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.open-img ul li:last-of-type{
    margin-right: 0;
}
.open-img ul li img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.open-img ul li h5{
    position: absolute;
    top: 44%;
    width: 75%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.open-img ul li:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}
.open-txt{
    overflow: hidden;
}
.open-txt ul li{
    width: 100%;
    overflow: hidden;
    float: left;
    height: 52px;
    border-bottom: 1px dashed #ddd;
}
.open-txt ul li a{
    display: block;
    width: 100%;
    height: 52px;
}
.open-txt ul li a h5{
    width: 70%;
    height: 52px;
    line-height: 52px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 16px;
}
.open-txt ul li a p{
    width: 25%;
    height: 52px;
    line-height: 52px;
    float: right;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: 16px;
}
.open-txt ul li a:hover h5{
    color: #00664C;
}
.open-list{
    margin-top: 80px;
}
.open-list .open-img ul li{
    width: 406px;
    height: 575px;
    margin-right: 30px;
    margin-bottom: 60px;
}
.open-list .open-img ul li:nth-of-type(3n){
    margin-right: 0;
}
.open-list .open-img ul li h5{
    font-size: 28px;
}

.forum{
    overflow: hidden;
    position: relative;
}
.forum ul li{
    float: left;
    width: 406px;
    height: 289px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.forum ul li:nth-of-type(3n){
    margin-right: 0;
}
.forum ul li a:hover .col-forum-img .mask{
    background: rgba(0, 0, 0, .8);
}
.forum ul li a:hover .col-forum-img .col-forum-txt .link{
    width: 200px;
}
.videos{
    overflow: hidden;
    margin-bottom: 60px;
}
.videos ul{
    overflow: hidden;
}
.videos ul li{
    float: left;
    width: 406px;
    height: 260px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.videos ul li:nth-of-type(3n){
    margin-right: 0;
}
.videos ul li a .col-videos-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    object-fit: cover;
}
.videos ul li .col-videos-img h5{
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    color: #fff;
    padding: 0 25px;
    position: absolute;
    bottom: 20px;
    overflow: hidden;
    z-index: 99;
    margin: 0;
}
.publish ul{
    overflow: hidden;
}
.publish ul li{
    width: 406px;
    height: auto;
    overflow: hidden;
    float: left;
    border: 1px solid #ddd;
    margin-right: 30px;
    margin-bottom: 30px;
}
.publish ul li:nth-of-type(3n){
    margin-right: 0;
}
.publish ul li .publish-img{
    width: 100%;
    height: 555px;
    object-fit: cover;
}
.publish-txt{
    width: 100%;
    padding: 15px 15px;
    background: #fff;
}
.publish-txt h5{
    margin: 0;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.publish-txt p{
    margin: 0;
    color: #999;
}
.col-input{
    margin-bottom: 20px;
    width: 300px;
    height: 52px;
    line-height: 52px;
}
.message .col-textarea{
    width: 80%;
    margin-bottom: 20px;
}
.col-input2{
    margin-bottom: 20px;
    width: 100%;
    height: 52px;
    line-height: 52px;
}
.col-code-img{
    margin-bottom: 20px;
    width: 100%;
    height: 52px;
    cursor:pointer;
}
.message-btn{
    width: 300px;
    height: 52px;
    display: block;
    text-align: center;
    line-height: 52px;
    background: #00664C;
    color: #fff;
    margin-top: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.message-btn:hover{
    background: #C69769;
    color: #fff;
}



/* info-pages-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 #00664C;
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

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

.page ul li.active {
    color: #fff !important;
    background: #002196;
    float: left !important;
}
.col-cool ul{
    overflow: hidden;
}

.news-details .bdsharebuttonbox .bds_more{
    background: transparent;
}
.news-details .bdsharebuttonbox img {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
}
.bdsharebuttonbox a{
    position: absolute;
    right: 29px;
    top: 70px;
    text-indent: 4px;
}

.leader-top{
    padding: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.leader {
    overflow: hidden;
    float: left;
    margin: auto;
    display: table;
    text-align: center;
    
}
/* .leader-mes {*/
/*    width: 100%;*/
/*    border: 0;*/
/*    padding: 0;*/
/*    float: right;*/
/*    margin-top: 0;*/
/*} */
.leader-top{
    background: url('../images/city.png') no-repeat center bottom;
    background-size: 100%;
}
.leader-mes h5{
    font-size: 20px;
}
.jiyu-icon{
    margin-bottom: 30px;
}
.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:nth-of-type(3n){
    margin-right: 0;
}
.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 img{
    border-radius:0px;
    overflow: hidden;
    object-fit: cover;
    width: 405px;
    height: 280px;
}
#floatdivids{
    position: absolute;
    z-index: 999;
}
#ClickRemoveFlo{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
    background-color: #1373EB;
    cursor: pointer;
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
}
#floatdivids a{
    color: #fff;
    font-size: 24px;
    border-radius: 3px;
    display: inline-block;
}



/*2024.5.11修改*/
.teacher {
    overflow: hidden;
    padding-top: 50px;
}

.teacher li {
    width: 580px;
    height: 292px;
    position: relative;
    float: left;
    margin-left: 30px;
    padding: 35px;
    padding-left: 240px;
    background: #f2f2f2;
    margin-bottom: 80px;
}

.teacher li:nth-of-type(2n) {
    float: right;
}

.teacher-img {
    width: 224px;
    height: 297px;
    position: absolute;
    left: -30px;
    top: -30px;
    object-fit: cover;
    border-radius: 15px;
}

.teacher li h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.teacher li h5 {
    font-size: 18px;
    margin-bottom: 15px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}

.teacher li p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}

.teacher li .more-btn {
    width: 106px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    color: #fff;
    background: #002196;
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.teacher li .more-btn:hover {
    background: #00145c;
}

.check-more {
    width: 100%;
    height: 52px;
    border: 1px solid #ddd;
    line-height: 52px;
    font-size: 16px;
    color: #333;
    text-align: center;
    display: block;
    background: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.check-more:hover {
    background: #f2f2f2;
    color: #333;
}

@media screen and (max-width:1440px) {
    .news-banner-button{
        width: 1300px;
    }
    .welfare-button{
        width: 1300px;
    }
    
    .row3-bg{
        height: 695px;
        width: 96%;
    }


}

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


.content{
    width: 100%;
    padding: 0 15px;
}    
.header {
    display: none;
}
.header2 {
    display: block;
}
.banner{
    height: 30vh;
    margin-bottom: 34px;
}
.swiper-button-next2{
    width: 27px;
    height: 52px;
    background-size: 27px 52px;
    top: 60%;
}
.swiper-button-prev2{
    width: 27px;
    height: 52px;
    background-size: 27px 52px;
    top: 60%;
}
.banner-pagination{
    bottom: 45px !important;
    left: 4% !important;
}
.notice{
    width: 70%;
    margin: auto;
    height: 40px;
    padding: 0;
    top: 77%;
    right: 13px;
}
.notice-icon{
    height: 52px;
    width: 5px;
}
.notice-img{
    margin-top: 8px;
    margin-left: 10px;
    height: 35px;
}
.notice-main{
    width: 84%;
    height: 40px;
    margin-left: 10px;
}
.notice-txt{
    height: 52px;
    width:65%;
}

.notice-txt h5{
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0;
}
.notice-date{
    font-size: 12px;
    width: 30%;
    height: 40px;
    line-height: 40px;
    margin: 0;
}
.notice-txt p{
    display: none;
}
.news-widget{
    top: -12px;
    right: -5px;
}
.row{
    width: 100%;
    padding: 0 15px;
}
.title{
    margin-top: 6px;
}
.title h5{
    font-size: 18px;
    font-weight: bold;
}
.title span{
    height: 20px
}
.row-nav ul li{
    width: 70px;
    height: 35px;
    line-height: 33px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
}
.col-news ul li:nth-of-type(1){
    width: 100%;
    margin-bottom: 30px;
}
.col-news ul li:nth-of-type(1) .col-news-img{
    height: 210px;
}
.col-news ul li:nth-of-type(1) a h5{
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 18px;
}
.col-news ul li:nth-of-type(1) a p{
    margin-bottom: 10px;
    font-size: 14px;
    height: 50px;
    line-height: 25px;
}
.col-news ul li p{
}
.col-news ul li{
    width: 48%;
    margin-left: 0;
    margin-bottom: 30px;
    float: left;
}
.col-news ul li:nth-child(2n){
    float: right;
}
.col-news-img{
    height: 110px;
}
.col-l{
    width: 100%;
}
.col-forum ul li{
    width: 48%;
    margin: 0;
    margin-left: 0;
    margin-bottom: 15px;
    float: left;
    height: 150px;
}
.col-forum ul li:nth-of-type(1){
    width: 100%;
    height: 210px;
    float: left;
}
.col-forum ul li:nth-of-type(3){
    width: 48%;
    float: right;
    height: 150px;
}
.col-forum ul li:nth-of-type(4){
    margin-top: 0;
}
.col-forum ul li:nth-of-type(5){
    margin: 0;
    float: right;
    height: 150px;
}
.col-forum-txt{
    padding: 0 15px;
}
.col-forum-txt h5{
    font-size: 16px;
}
.col-forum-txt .link{
    margin: 5px auto;
}
.col-forum-txt p{
    font-size: 14px;
}
.col-r{
    width: 100%;
}
.col-videos ul li{
    margin-left: 0;
    width: 48%;
    height: 150px;
    float: left;
    margin-top: 15px;
}
.col-videos ul li:nth-of-type(1){
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
}
.col-videos ul li:nth-of-type(2){
    width: 100%;
    height: 210px;
}
.col-videos ul li .col-videos-img h5{
    padding: 0 15px;
    bottom: 10px;
}
.col-videos ul li:nth-of-type(1) .col-videos-img h5{
    font-size: 16px;
}
.col-videos ul li:nth-of-type(2) .col-videos-img h5{
    font-size: 16px;
}
.col-videos ul li:nth-of-type(1) .video-icon{
    width: 68px;
    height: 68px;
    background-size: 100%;
}
.col-videos ul li:nth-of-type(2) .video-icon{
    width: 68px;
    height: 68px;
    background-size: 100%;
}
.col-videos ul li:nth-of-type(4){
    float: right;
}
.col-videos ul li:nth-of-type(6){
    float: right;
}
.col-videos{
    margin-bottom:20px;
}
.publish-button-prev{
    z-index: 9;
    width: 27px;
    height: 52px;
    background-size: 100%;
}
.publish-button-next{
    z-index: 9;
    width: 27px;
    height: 52px;
    background-size: 100%;
}
.col-publish{
    margin-bottom: 0;
}
.welfare-button{
    width: 100%;
    z-index: 9;
    top: 45%;
}
.welfare-button-prev{
    width: 27px;
    height: 52px;
    background: url(../images/col-icon-l.png) no-repeat;
    background-size: 100%;
}
.welfare-button-next{
    width: 27px;
    height: 52px;
    background: url(../images/col-icon-r.png) no-repeat;
    background-size: 100%;
}
.col-cool ul li{
    width: 48%;
    height: 68px;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
}
.col-cool ul li:nth-of-type(2n){
    float: right;
}
.col-welfare-img{
    height: 130px;
}
.welfare-txt{
    padding: 10px;
}
.welfare-txt h5{
    font-size: 16px;
}

.footer{
    background-size: auto 100%;
}
.footer-logo{
    width: 85%;
    margin-top: 35px;
    margin-bottom: 35px;
}
.footer-main{
    width: 100%;
    padding: 0 15px;
}
.footer-contact{
    width: 100%;
    margin-bottom: 40px;
}
.footer-menu{
    display: none;
}
.footer-bottom .content{
    width: 100%;
    padding: 0 15px;
}
.footer-bottom{
    line-height: 20px;
}
.footer-bottom p{
    margin-top: 4px;
}
.footer-txt{
    line-height: 20px;
}
.top-nav{
    right: 5px;
}

.banner-info{
    margin-top: 60px;
    height: 18vh;
}
.about-info-col{
    margin-top: 30px;
    width: 100%;
}
.info-more-btn{
    width: 70px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
}
.row-nav{
    display: none;
}
.about-info-img{
    width: 100%;
    height: 160px;
}
.about-info-r{
    width: 100%;
    margin-top: 15px;
}
.about-info-r p{
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about-info-col2{
    margin-top: 30px;
    padding-top: 0;
}
.about-content-full{
    display: flex;
    flex-wrap: wrap;
}
.about-content-full .about-info-col2-txt{
    order:2;
}
.about-content-full .about-info-col2-img{
    order: 1;
}
.about-info-col2-img{
    width: 100%;
}
.about-info-col2-txt{
    width: 100%;
    padding: 15px 0;
}
.about-info-col2-txt p{
    margin-bottom: 15px;
}
.about-info-col2-txt h5{
    margin-bottom: 15px;
}
.about-info-col3 ul li{
    width: 48%;
    height: 150px;
    float: left;
}
.about-info-col3 ul li:first-of-type{
    width: 100%;
    height: 200px;
}
.about-info-col3 ul li:nth-of-type(2){
    margin-top: 15px;
}
.about-info-col3 ul li:nth-of-type(3){
    float: right;
    margin-top: 15px;
}
.loc-txt{
    width: 100%;
}
.nav-info{
    width: 100%;
    margin-top: 0;
    padding: 0;
}
.nav-info ul{
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}
.nav-info ul li{
    display: inline-block;
    float: unset;
}
.nav-info ul li a{
    padding: 0 10px;
    font-size: 14px;
    line-height: 44px;
    height: 46px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
}
.nav-info ul li.active a{
    line-height: 44px;
    height: 46px;
    margin-top: 0;
    color: #fff;
    border: 1px solid #C69769;
}
.row-info{
    margin-top: 30px;
}
.news-hot-row{
    margin-top: 30px;
    padding: 0;
}
.news-hot ul li{
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
}
.about-info2{
    width: 100%;
    padding: 30px 15px;

}
.about-info2 h3{
    font-size: 20px;
}
.about-info2 h5{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
/*.leader-mes{*/
/*    width: 100%;*/
/*    padding: 20px;*/
/*    margin-top: 20px;*/
/*}*/
/*.leader-list ul{*/
/*    overflow: hidden;*/
/*}*/
/*.leader-list li{*/
/*    width: 48%;*/
/*    height: 300px;*/
/*    margin-right: 0;*/
/*    margin-bottom: 40px;*/
/*}*/
/*.leader img{*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
/*.leader-list li:nth-of-type(2n){*/
/*    float: right;*/
/*}*/
/*.about-info3 content{*/
/*    padding: 0;*/
/*}*/
/*.leader img{*/
/*    margin-bottom: 10px;*/
/*    margin-top: 20px;*/
/*}*/
/*.leader p{*/
/*    line-height: 30px;*/
/*    color: #999;*/
/*}*/

.about5-link{
    left: 15px;
    right: unset;
}
.about5-info{
    padding: 0;
    padding-left: 50px;
}
.about5-list ul li{
    width: 100%;
    text-align: left;
    margin-top: 35px;
}
.about-txt h5{
    font-size: 24px;
}
.about-txt p{
    line-height: 25px;
    padding: 10px 0;
}
.about5-link2{
    width: 35px;
    left: -36px;
    top: 41px;
}
.about-focus{
    left: -46px;
    top: 32px;
}
.about5-list ul li:nth-of-type(2n) .about5-link2{
    left: -36px;
    top: 41px;
}
.about5-list ul li:nth-of-type(2n) .about-focus{
    left: -46px;
    top: 32px;
}
.news-banner{
    overflow: unset;
    height: 390px;
}
.news-info{
    margin-top: 30px;
    margin-bottom: 30px;
}
.news-banner-img{
    width: 100%;
    height: 210px;
}
.news-banner .news-banner-txt{
    width: 90%;
    height: 205px;
    padding: 15px;
    left: 0;
    top: 168px;
}
.news-banner-txt p{
    margin: 10px auto;
}
.news-banner-button{
    width: 100%;
    top: 65%;
}
.news-info2{
    padding: 30px 0;
}
.news-info2 .news-info-col{
    width: 100%;
    margin-bottom: 30px;
}
.col{
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-info-list li a h5{
    width: 70%;
}
.news-info-list li a p{
    width: 25%;
}
.news-list{
    margin-top: 30px;
}
.news-info-img{
    width: 100%;
}
.news-info-txt{
    width:100%;
}
.news-info-txt h5{
    font-size: 18px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    white-space:unset;
    text-overflow:unset;
    margin-top: 15px;
}
.news-info-txt p{
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-list ul li{
    margin-bottom: 30px;
}
.think-col{
    margin-top: 30px;
}
.think-col2{
    margin-top: 30px;
}
.think-col3{
    margin-top: 30px;
}
.think-col4{
    margin-top: 30px;
    padding: 30px 0;
}
.think-col-img{
    width: 100%;
    height: auto;
}
.think-col-txt{
    padding: 20px 15px;
    margin-top: 0;
    width: 100%;
    height: auto;
}
.think-col-txt p{
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 30px;
}
.think-col2 .think-col-img{
    width: 100%;
    height: auto;
}
.think-col2 .think-col-txt{
    margin-top: 30px;
    width: 100%;
}
.think-h5{
    margin-top: 20px;
    line-height: 35px;
    margin-bottom: 0;
}
.think-col3 .col-forum ul li:nth-of-type(1){
    width: 100%;
    height: 210px;
    float: left;
}
.think-col3 .col-forum ul li{
    width: 48%;
    margin: 0;
    margin-left: 0;
    margin-bottom: 15px;
    float: left;
    height: 150px;
}
.think-col3 .col-forum ul li:nth-of-type(3){
    width: 48%;
    float: right;
    height: 150px;
}
.think-col3 .col-forum ul li:nth-of-type(4){
    margin-top: 0;
}
.think-col3 .col-forum ul li:nth-of-type(5){
    margin: 0;
    float: right;
    height: 150px;
}
.think-col5 ul li{
    width: 100%;
    height: 150px;
    margin-top: 15px;
}
.think1-col{
    margin-top: 30px;
}
.think1-txt{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 0;
    top: 0;
}
.think1-txt-l{
    width: 100%;
}
.think1-txt p{
    margin: 15px 0;
}
.think1-txt-r{
    width: 100%;
    height: 242px;
    position: relative;
    right: 0;
    overflow: hidden;
    top: 15px;
}
.think-banner{
    height: 210px;
}
.think1-pagination{
    bottom: 0px !important;
}
.think1-txt-t{
    margin-top: 30px
}
.leader-info{
    margin-top: 30px;
}
.leader-img{
    margin-right: 0;
    width: 50%;
}
.leader-info-r{
    width: 100%;
    margin-top: 30px;
}
.leader-info-r h3{
    font-size: 28px;
}
.leader-info-r h5{
    margin-bottom: 20px;
}
.article-list{
    margin-top: 30px;
}
.article-list ul li{
    width: 100%;
}
.news-details-top h3{
    font-size: 18px;
    line-height: 30px;
}
.welfare-col{
    margin-top: 30px;
    margin-bottom: 30px;
}
.welfare-col .welfare-img{
    width: 100%;
    height: 240px;
}
.welfare-col .welfare-col-r{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
.title-l{
    margin-bottom: 0;
}
.title-l span{
    width: 45px;
}
.title-l h5{
    font-size: 18px;
}
.welfare-col-r p{
    margin-top: 10px;
    margin-bottom: 25px;
}
.welfare-col .welfare-col-r{
    margin-top: 15px;
}
.open-info{
    margin-top: 30px;
}
.open-col{
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
}
.open-img ul li{
    width: 48%;
    height: 215px;
    margin-right: 0;
}
.open-img ul li:last-of-type{
    margin-right: 0;
    float: right;
}
.open-img ul li h5{
    font-size: 14px;
    line-height: 20px;
}
.open-img{
    padding-bottom: 10px;
}
.open-txt ul li a h5{
    width: 65%;
}
.open-txt ul li a p{
    width: 30%;
}
.open-list{
    margin-top: 30px;
}
.open-list .open-img ul li{
    width: 48%;
    height: 235px;
    margin-right: 0;
    float: left;
    margin-bottom: 30px;
}
.open-list .open-img ul li h5{
    font-size: 16px;
}
.open-list .open-img ul li:nth-of-type(2n){
    float: right;
}
.forum ul li{
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
}
.videos{
    margin-bottom: 0;
}
.videos ul li{
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
}
.publish ul li{
    width: 100%;
}
.publish ul li .publish-img{
    height: 490px;
}
.col-input{
    width: 100%;
}
.message .col-textarea{
    width: 100%;
}
.message .col-xs-3{
    width: 55%;
    padding: 0;
}
.message .col-xs-2{
    width: 40%;
}
.message-btn{
    width: 100%;
}
.col-cool{
    margin-top: 30px;
}
.leader-top{
    padding: 0;
    padding-bottom: 40px;
}
.leader{
    width: 53%;
}
.leader-mes{
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ddd;
}
.col-left{
    width: 100%;
    padding: 0;
}
.row-about .more-btn{
    right: 0;
    top: 18px;
}
.more-btn img{
    width: 40px;
}
.row-about{
    margin-bottom: 30px; 
}
.col-right{
    width: 100%;
    padding: 0;
}
.col-txt{
    overflow:hidden;
    margin-bottom: 30px;
}
.row{
    height: 654px;
}
.row2-bg{
    width: 86%;
}
.col2-left .col-title{
    margin: 0;
}
.col2-left{
    width: 100%;
}
.col2-right{
    width: 100%;
    position: relative;
}
.news-big{
    height: 245px;
}
.row2-bg2{
    bottom: 15px;
}
.bg3{
    margin-top: 0px;
    height: auto;
}
.row3 .col-title{
    margin-left: 45px;
}
.row3 .more-btn{
    margin-top: 15px;
}
.col4{
    width: 100%;
    height: 168px;
}
.bg5{
    padding-top: 20px;
    margin-top: 30px;
}
.bg5 .col-p{
    width: 100%;
}
.photo-list{
    margin-top: 30px;
}
.photo-list ul li:nth-of-type(1){
    width: 50%;
    height: 180px;
    margin: 0;
}
.photo-list ul li:nth-of-type(2){
    width: 50%;
    height: 180px;
    margin: 0;
}
.photo-list ul li:nth-of-type(3){
    width: 50%;
    height: 180px;
    margin: 0;
}
.photo-list ul li:nth-of-type(4){
    width: 50%;
    height: 180px;
    margin: 0;
}
.photo-list ul li:nth-of-type(5){
    width: 50%;
    height: 180px;
    margin: 0;
}
.photo-list ul li:nth-of-type(6){
    width: 50%;
    height: 180px;
    margin: 0;
}
.footer-logo-list .footer-logo{
    width: 70%;
    margin: 15px auto;
}
.footer-bottom{
    height: 70px;
}
.campus2-photos-list ul li{
    width: 100%;
}
.campus2-photos-list ul li img{
    width: 100%;
    height: 210px;
}

.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%;
}
.bg{
    padding-bottom: 30px;
}
.nav-tabs>li{
    width: 25%;
    font-size: 14px;
}
.col-tkink{
    height: auto;
}


    .teacher {
        padding: 0 15px;
        padding-top: 0;
    }
    .teacher li {
        height: auto;
        width: 100%;
        margin-left: 0;
        padding: 15px;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .teacher-img {
        width: 30%;
        height: 150px;
        margin-left: 15px;
        position: unset;
    }
    .teacher li h3 {
        font-size: 24px;
    }
    .teacher li h5 {
        height: 25px;
    }
    .teacher-txt {
        width: 60%;
        float: right;
    }
    .think2-col{
        margin-top: 30px;
    }


}    

