#top{
    transition: 0.5s;	
}

#top.fix{
	position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
}

.top-1 {
    background: #008cdb;
    color: #fff;
    height: 36px;
}

.top-1-tel {
    line-height: 36px;
}

.top-1-lang {
    line-height: 36px;
}

.toplang {
    color: #fff;
}

.toplang:hover {
    color: #fff;
}

.toplang i {
    margin-right: 5px;
}

.top-logo img {
    height: 55px;
}

.navbar-btn {
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}

.search-btn {
    margin-top: 1rem;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #008cdb;
    color: #ffffff;
    line-height: 11px;
    padding: 6px;
    font-size: 0.75rem;
}

.search-btn:hover {
    background: #0098e5;
    color: #ffffff;
}

.search-btn:focus:not(:focus-visible) {
    box-shadow: none;
}

.navbar-header .navbar {
    padding: 0;
}

.navbar-header .navbar .navbar-collapse {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.navbar-header .nav-link {
    padding: 0.8rem 0.8rem!important;
    /* letter-spacing: 3.33px; */
    font-size: 0.875rem;
    color: #333333!important;
}

.navbar-header .nav-item {
    position: static;
}

.navbar-header .nav-item .nav-link:hover,
.navbar-header .nav-item.show .nav-link {
    background: #008cdb!important;
    color: #ffffff!important;
}

.navbar-header .dropdown-toggle::after {
    display: none;
}

.navbar-header .nav-item .nav-link.cur {
    color: #008cdb!important;
    font-weight: bold;
}
.navbar-header .nav-item.show .nav-link.cur {
    color: #ffffff!important;
    font-weight: bold;
}

.navbar-header .nav-item .dropdown-menu {
    background: #008cdb;
    border-radius: 0;
    padding: .625rem 0 .9375rem 0;
    border: none;
    margin-top: 0;
}

.navbar-header .nav-item .dropdown-menu .dropdown-item {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-align: left !important;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 0.875rem;
	padding-left: .9375rem ;
	padding-right: .9375rem ;
}

.navbar-header .nav-item .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none !important;
}

.navbar-header .nav-item .dropdown-menu .dropdown-item:hover {
    background: #00a3ff;
}

.navbar-header .nav-item .dropdown-width {
    /* width: 100%; */
    /* left: 0;*/
}

.navbar-header .nav-item .dropdown-width {
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
	min-width: 400px;
	padding-right: 15px;
    padding-left: 15px;
}

.dropdown-width a {
    color: #ffffff;
}
.dropdown-width a:hover {
    opacity: 0.7;
}

.dropdown-width-name {
    font-size: 1.3rem;
}

.dropdown-width-ul {
    padding-left: 0;
    list-style: none;
    margin-top: 1rem;
}

.dropdown-width-ul li {
    margin: 3px 0;
    font-size: 0.875rem;
	
}

.dropdown-width .dropdown-width-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.dropdown-width .dropdown-width-item:hover {
    background: #00a3ff;
}

.search-box {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 100%;
    left: 0;
    background: rgba(254, 254, 254, 0.70);
    padding-top: 4em;
    padding-bottom: 4em;
}

.search-form {
    position: relative;
}

.search-form .subutton {
    float: left;
    margin-top: -2px;
    position: absolute;
    background: none;
    border: 0;
    font-size: 1.2rem;
    font-weight: normal;
}

.search-form .textc {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #5D616A;
    background: none;
    padding-left: 40px;
    padding-bottom: 8px;
    outline: none!important;
    background: none!important;
}

.search-form .textc:hover {
    outline: none!important;
    background: none!important;
}

.searchc {
    position: absolute;
    margin-top: 0px;
    right: 0;
    cursor: pointer;
    font-size: 1.2rem;
}

#banner {
    position: relative;
}

.banner-img .img-ban {
    height: 760px;
    width: 100%;
    object-fit: cover;
}

.ban-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.ban-con:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 89, 179, 0.16);
}

.ban-con .container {
    z-index: 1;
}

.ban-con .ban-title {
    font-size: 2.6rem;
    font-weight: bold;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.ban-con .ban-jj {
    font-size: 1.1rem;
    margin-top: 10px;
    line-height: 1.8rem;
    max-width: 680px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.ban-con .ban-p {
    font-size: 3.75rem;
    font-weight: bold;
    margin-top: 10px;
    line-height: 5.5rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.ban-con .ban-btn {
    margin-top: 3rem;
}

.ban-con .ban-btn a {
    padding: 13px 21px;
}

.btn-more a {
    background: #171717;
    border-radius: 8px;
    color: #fff;
    padding: 10px 18px;
    text-transform: uppercase;
    transition: 0.3s;
    opacity: 0.8;
    font-size: 0.875rem;
}

.btn-more-yellow a {
    background: #ffc000;
}

.btn-more a:hover {
    opacity: 1;
}
.video-icon-con{
	position: absolute;
    right: 15%;
    bottom: 15%;
}
.video-icon-con .video-icon {
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 88px; */
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 25px;
    padding: 11px 25px;
    color: #ffffff;
    -moz-transition: 0.5s ease;
    /* Firefox 4 */
    -webkit-transition: 0.5s ease;
    /* Safari å’Œ Chrome */
    -o-transition: 0.5s ease;
}

.video-icon-con .video-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(../images/video-icon.png) no-repeat;
    background-size: cover;
    webkit-animation: video-rotate 5s linear infinite;
    animation: video-rotate 5s linear infinite;
}


.video-icon-con .video-icon:hover {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -moz-transform: scale(1.1, 1.1);
    /* Firefox */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari and Chrome */
    -o-transform: scale(1.1, 1.1);
    /* Opera */
}

@-webkit-keyframes video-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes video-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.videos {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}

.videos-con {
    border: 1px solid #080808;
    position: fixed;
    width: 100%;
    height: 100%;
}

.videos-con video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.vclose {
    position: absolute;
    right: 5%;
    top: 5%;
    border-radius: 100%;
    cursor: pointer;
}
.banner-page {
    position: absolute;
    width: 100%;
    bottom: 50px;
    z-index: 999;
}

.banner-page ul {
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}

.banner-page ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 0;
    margin: 15px;
}

.banner-page ul li .fa {
    cursor: pointer;
}

.banner-page ul li .dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    margin-top: 0.3rem;
    cursor: pointer;
}

.banner-page ul li.active {
    transform: scale(2);
    color: #008cdb;
}

.banner-page ul li.active .dot {
    background: #008cdb;
}

#index-about-adv {
    margin-top: -3.2em;
    position: relative;
    z-index: 10;
}

.about-adv-swiper .swiper-slide{opacity:0 !important;}
.about-adv-swiper .swiper-slide-active{opacity:1 !important;}

.about-advname-list {
    margin-left: unset!important;
    margin-right: unset!important;
    margin-bottom: 15px;
}

.about-advname-item {
    display: flex;
    margin: 0;
    padding: 11px;
    text-align: center;
    padding: 45px 10px;
    background: #FFFFFF;
    border-radius: 0 !important;
    cursor: pointer;
    outline: none;
    border: 0;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.about-advname-list>.about-advname-item:nth-child(1) {
    background: url(../images/bg_zf.png);
    border-radius: 12px 0 0 0 !important;
}

.about-advname-list>.about-advname-item:nth-child(1):hover {
    background: url(../images/bg_zf_2.png);
}

.about-advname-list>.about-advname-item:nth-child(2) {
    background: url(../images/bg_qy.png);
}

.about-advname-list>.about-advname-item:nth-child(2):hover {
    background: url(../images/bg_qy_2.png);
}

.about-advname-list>.about-advname-item:nth-child(3) {
    background: url(../images/bg_xx.png);
}

.about-advname-list>.about-advname-item:nth-child(3):hover {
    background: url(../images/bg_xx_2.png);
}

.about-advname-list>.about-advname-item:nth-child(4) {
    background: url(../images/bg_xs.png);
    border-radius: 0 12px 0 0 !important;
}

.about-advname-list>.about-advname-item:nth-child(4):hover {
    background: url(../images/bg_xs_2.png);
}

.about-advname-item .about-icon {
    display: inline-flex;
    height: 34px;
    width: 34px;
    margin-right: 15px;
}

.about-adv-item-r {
    background: #008cdb;
}

.about-advname-item h4 {
    color: #212529;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 2.4rem;
    margin-bottom: 0;
}

.img-adv {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.adv-p {
    color: #ffffff;
    padding: 4rem 2rem;
}

.adv-p .adv-p-title {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.adv-p .adv-p-subtitle {
    color: #ffffff;
    letter-spacing: 0;
}

.adv-p .adv-p-con {
    margin-top: 1rem;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 0.875rem;
}

.adv-p .adv-btn {
    margin-top: 2rem;
}

.swiper-page {
    bottom: 0!important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.swiper-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: .2;
}

.swiper-page .swiper-pagination-bullet-active {
    opacity: 1;
    background: #008cdb;
}

.about-adv-pagination {
    display: none;
    position: relative;
}

#index-about {
    background: url(../images/index-about-bg.jpg) center center no-repeat;
    background-size: cover;
}

.index-about-con {
    padding: 4em 0 9em;
}

.index-about-img {
    text-align: center;
}

.index-about-img .img-index-about {
    max-width: 520px;
    width: 100%;
}

.index-about-p {
    color: #ffffff;
}

.index-about-title {
    font-size: 2rem;
    color: #111111;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.index-about-p .index-about-p-con {
    color: #333333;
    line-height: 1.6rem;
    font-size: 0.875rem;
}

#index-about-xm {
    background: linear-gradient(0deg, #0060b7, #008cdb 80%);
}

.xm-cols {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.xm-cols:last-child {
    border: none;
}

.xm-item {
    color: #ffffff;
    height: 100%;
    padding: 5rem 2rem;
    transition: 0.5s;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.xm-item .xm-item-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0060b7, #008cdb 80%);
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    transition: 0.5s;
}

.xm-item:hover .xm-item-icons {
    top: -100%;
}

.xm-item-icon-name {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.xm-item a {
    display: block;
    color: #ffffff;
}

.xm-item:hover {
    background: #0a76d8;
    background-size: cover;
    background-position: center center;
}

.xm-item-1:hover {
    background-image: url(../images/xm-item-1.jpg);
}

.xm-item-2:hover {
    background-image: url(../images/xm-item-2.jpg);
}

.xm-item-3:hover {
    background-image: url(../images/xm-item-3.jpg);
}
.xm-item-4:hover {
    background-image: url(../images/xm-item-4.jpg);
}

.xm-item .xm-item-title {
    font-size: 1.42rem;
    color: #ffffff;
}

.xm-item .xm-item-title::after {
    background: #fff;
    height: 1px;
    width: 100px;
    clear: both;
    display: block;
    content: " ";
    clear: both;
    margin-top: 15px;
    margin-bottom: 30px;
}

.xm-item .xm-item-con {
    color: #ffffff;
    font-size: 0.875rem;
}

.xm-item .xm-item-list {
    margin-top: 2rem;
}

.xm-item .xm-item-list ul {
    padding-left: 0;
}

.xm-item .xm-item-list ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 10px 5px 0;
}

.xm-item .xm-item-list ul li a {
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #fff;
    padding: 5px 18px;
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 0.875rem;
}

.xm-item .xm-item-list ul li a:hover {
    background: #008cdb;
    border-color: #008cdb;
}

#index-about-cj{
	margin-top:1.5rem;
}

.about-cj-item {
	display: block;
    background: #0060b7;
    color: #ffffff;
    text-align: center;
    padding: 30px 15px;
    font-size: 1.5rem;
    font-weight: bolder;
}
.about-cj-item:hover{
	background: #008cdb;
	color: #ffffff;
}

#index-news {
    padding-top: 4em;
    padding-bottom: 4em;
}

.index-news-title-con {
    font-size: 2rem;
    color: #111111;
    letter-spacing: 0;
    margin-bottom: 3px;
    font-weight: bold;
}

.index-news-title-con hr {
    border-bottom: 1px solid #959595;
    width: calc(100% - 200px);
    float: right;
    margin-top: 1.8rem;
}

.index-news-title-con .index-news-more {
    color: #0060b7;
    margin-left: 15px;
}

.index-news-subtitle a {
    font-size: 0.75rem;
    color: #C0A062;
}

.index-news-con {
    margin-top: 2rem;
}

.news-hot-item-first {
    position: relative;
}

.news-hot-item-first a {
    display: block;
    position: relative;
    padding-left: 160px;
}

.news-hot-item-first .news-con {
    align-items: center;
    bottom: 0;
    padding: 30px 20px;
    background: #f3f3f3;
    border-radius: 0 0 10px 0;
}

.news-hot-item-first .news-time {
    position: absolute;
    left: 0;
    width: 160px;
    bottom: 0;
    top: 40px;
    color: #fff;
    background: url(../images/news-time-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.news-hot-item-first .news-time .news-time-con {
    color: #ffffff;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-hot-item-first .news-time .news-time-con .m {
    color: #ffffff;
    padding: 0 6px;
    font-size: 2rem;
    line-height: 2rem;
}

.news-hot-item-first .news-time .news-time-con .d {
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
}

.news-hot-item-first .news-con .news-name {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 1.2rem;
}

.news-hot-item-first .news-con .news-jj {
    width: 100%;
    color: #727272;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 0.75rem;
    margin-top: 10px;
}

.news-hot-item-first a .news-img {
    overflow: hidden;
}

.news-hot-item-first a .news-img img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.news-hot-item-first a:hover .news-img img {
    transform: scale(1.1);
}

.news-hot-item {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.news-hot-item:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #0060b7;
    transition: 0.5s;
}

.news-hot-item:hover:after {
    width: 100%;
}

.news-hot-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-hot-item a .news-time {
    width: 110px;
    float: left;
    color: #959595;
    font-weight: normal;
    text-align: right;
}

.news-hot-item .news-time .m {
    color: #ffffff;
    background: #008cdb;
    padding: 0 6px;
}

.news-hot-item .news-time .d {
    color: #333333;
    font-size: 2.6rem;
    line-height: 2.8rem;
    font-style: italic;
}

.news-hot-item a .news-img {
    float: left;
    width: 25%;
}

.news-hot-item a .news-img img {
    height: 100px;
    width: 150px;
    object-fit: cover;
}

.news-hot-item a .news-right {
    float: right;
    width: calc(100% - 135px);
    padding-left: 15px;
    color: #333333;
}

.news-hot-item a .news-name {
    width: 100%;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-size: 1rem;
}

.news-hot-item a .news-jj {
    width: 100%;
    color: #727272;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.75rem;
    margin-top: 5px;
}

#index-faq {
    background: url(../images/bg_zixun.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5em 0 7rem;
    min-height: 600px;
    position: relative;
}

.index-faq-title {
    font-size: 2rem;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 1rem;
    font-weight: bold;
}

.index-faq-title h3 {
    font-size: 1.857rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 3.33px;
    line-height: 30px;
    margin-top: 1rem;
}

.index-faq-p {
    font-size: 0.875rem;
    color: #ffffff;
    letter-spacing: 1.2px;
    line-height: 24px;
}

.index-faq-btn {
    float: left;
    margin-top: 3rem;
    margin-right: 1rem;
}

.sx-item {
    background: #0060b7;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.sx-item:hover .sx-item-icons {
    top: -100%
}

.sx-item:hover {
    background: #0a76d8;
    background-size: cover;
    background-position: center center;
}

.sx-item-1:hover {
    background: url(../images/sx-item-1.jpg);
}

.sx-item .sx-item-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0060b7;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2rem;
    color: #ffffff;
    transition: 0.5s;
}

.sx-item .sx-item-icons .sx-item-icon-name {
    font-size: 1.6rem;
    margin-left: 2rem;
}

.sx-item-hover {
    padding: 3rem 2rem;
}

.sx-item-hover .sx-item-list ul {
    margin-bottom: 0;
}

.sx-item-hover .sx-item-list ul li {
    list-style: disc;
    float: left;
    color: #ffffff;
    margin-right: 3rem;
}

.sx-item-hover .sx-item-list ul li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
}

.sx-item-hover .sx-item-list ul li a:hover {
    font-weight: bold;
}

.sx-item-2:hover .sx-item-icons {
    top: 0;
}

.sx-item-2 a {
    color: #FFFFFF;
}

.sx-item-2 .sx-item-icons {
    background: url(../images/sx-item-2.jpg);
}


/*
#index-partner {
    position: absolute;
    bottom: 0;
    width: 100%;
}
*/

.index-partner-con {
    position: relative;
    background: #0060b7;
}


/*
.index-partner-con:before {
    background: #0060b7;
    content: "";
    top: 0;
    bottom: 0;
    right: 50%;
    left: 0;
    display: block;
    position: absolute;
}
 */

.index-partner-conner {
    background: #0060b7;
    padding-top: 15px;
    padding-bottom: 15px;
}

.school-item {
    background: #0060b7;
    overflow: hidden;
    height: 100%;
}

.school-item a {
    opacity: 0.8;
    display: flex;
    transform: scale(1);
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    height: 100%;
    flex-direction: column;
}

.school-more a {
    font-size: 1.8rem;
    opacity: 1;
    line-height: 3rem;
    background: url(../images/school-bg.jpg);
}

.school-more a span {
    font-size: 1rem;
}

.school-more a span i {
    margin-left: 3px;
}

.school-item a:hover {
    opacity: 1;
    transform: scale(1.2);
}

#foot {
    background: url(../images/foot-bg.jpg) no-repeat center center #005bb3;
    background-size: cover;
    color: #fff;
}

#foot a {
    color: #fff;
    font-size: 0.875rem;
}

#foot a:hover {
    text-decoration: underline;
}

.foot-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.foot-item-title {
    font-size: 1.125rem;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
}

.foot-conact-p {
    font-size: 0.75rem;
}

.foot-search {
    margin-top: 2rem;
}

.foot-search .input-group {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}

.foot-search .form-search {
    font-size: 0.875rem;
    height: 34px;
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    color: rgb(199, 199, 199);
}

.foot-search .input-group-btn {
    z-index: 9999;
}

.foot-search .input-group-btn button {
    background: #fff;
    border: 0;
    border: 0;
    border-radius: 0;
    height: 34px;
    line-height: 1rem;
}

.foot-search .input-group-btn i.fa {
    color: #01021F;
}

.foot-search .form-search::-webkit-input-placeholder {
    color: #ccc;
}

.foot-nav .foot-item-con ul {
    padding-left: 0;
}

.foot-nav .foot-item-con ul li {
    list-style: none;
}

.foot-nav .foot-item-con ul li a {
    padding: 4px 0px;
    letter-spacing: 2px;
}

.foot-contact {
    display: none;
}

.foot-bottom {
    position: relative;
}

.foot-bottom:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    display: block;
    content: "";
    background: #0060b7;
}

.foot-bottom-con {
    display: flex;
    font-size: 0.875rem;
    align-items: center;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    background: #0060b7;
    z-index: 1;
    position: relative;
}

.foot-bottom-con a {
    color: #337ab7;
}

.foot-bottom-con a:hover {
    color: #23527c;
    text-decoration: underline;
}

.foot-logo-icon {
    height: 63px;
}

.foot-ewm {
    width: 60px;
    position: absolute;
    right: 15px;
}

#banner-image .banner-img .img-ban {
    max-height: 500px;
    height: 100%;
}

#banner-image .ban-img-title {
    position: absolute;
    bottom: 16%;
    width: 100%;
    color: #fff;
}

#banner-image .ban-img-title .ban-img-title-p {
    font-size: 3.75rem;
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.50);
    font-weight: bold;
}

#nav-breadcrumb {
    font-size: 0.875rem;
    padding: 2rem 0;
}

#nav-breadcrumb .breadcrumb {
    margin-bottom: 0;
}

#nav-breadcrumb .breadcrumb a:hover {
    color: #008cdb;
}

#nav-breadcrumb .breadcrumb li.active {
    color: #000;
}

#contain {
    margin-top: 1rem;
    margin-bottom: 6rem;
    position: relative;
}

.container-title h2 {
    letter-spacing: 1.2px;
    font-family: inherit;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
}

.about-p {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.about-p p {
    margin-bottom: 10px;
}

.container-nav-con {
    background: #E9EDF2;
    padding: 20px 0;
	margin-bottom:1rem;
}
a.container-nav-con{
	display:block;
	padding: 15px 0;
}
a.container-nav-con .container-nav-title h2{
	margin-bottom:0;
}
a.container-nav-con:hover,a.container-nav-con.active{
    background: #008cdb;
    color: #fff;
}
.container-nav-title h2 {
    font-size: 1.125rem;
    padding: 0 15px;
}
.container-nav-title h2 a:hover {}
.container-nav-ul li a {
    padding: 0;
    color: #5C5C5C;
    letter-spacing: 2px;
    border-bottom: 1px solid #C4C6D2;
    padding-bottom: 7px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.875rem;
}

.container-nav-ul li a:focus,
.container-nav-ul li a:hover {
    text-decoration: none;
    background-color: #008cdb;
    color: #ffffff;
}

.container-nav-ul li a.active {
    background: #008cdb;
    color: #fff;
}

#foot-img {
    height: 140px;
    background: url(../images/bg-bottom.png) top center no-repeat;
    background-size: cover;
}

.school-list {
    margin-left: -15px;
    margin-right: -15px;
}

.school-items {
    float: left;
    padding: 15px;
    width: 33.3%;
}

.qy-items {
    float: left;
    padding: 15px;
    width: 25%;
}

.news-con-title {
    margin-bottom: 15px;
}

.news-serise {
    margin-bottom: 2rem;
}

.news-serise ul {
    padding-left: 0;
    text-align: center;
}

.news-serise ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.news-serise ul li a {
    display: block;
    padding: 10px 50px;
    background: #eeeeee;
    border-radius: 5px;
}

.news-serise ul li a:hover,
.news-serise ul li a.cur {
    background: #008cdb;
    color: #ffffff;
}

.news-item a:hover .news-title {
    color: #111111;
    text-decoration: underline;
}

.news-item .news-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.news-item .news-time {
    font-size: 0.75rem;
    margin-bottom: 5px;
    color: #959595;
    margin-top: 5px;
}

.news-item .news-title {
    font-size: 1rem;
    margin-bottom: 5px;
	width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-item .news-jj {
    font-size: 0.875rem;
    color: #5C5C5C;
}

.news-item .news-more {
    font-size: 0.875rem;
    color: #008cdb;
    margin-top: 1rem;
}

#banner-image .banner-img .news-view-img-ban {
    max-height: 260px;
}

.news-view-con {
    padding-top: 3rem;
}

.news-view-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.news-view-time {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    color: #959595;
    letter-spacing: 0;
}
.news-view-more{ margin-top:2rem; border-top:1px solid #eeeeee; padding-top:1rem; display:flex; justify-content: space-between;align-items: center;}
.news-view-more-con{ font-weight:bolder; color:#111111; font-size:14px; line-height:30px;}
.news-view-more-con a{ font-weight:normal;}
.news-view-more-con a:hover{ color:#008cdb;}
.news-view-back {
    margin-top: 5em;
    text-align: right;
}

.news-view-back a {
    font-size: 1.125rem;
    color: #008cdb;
    letter-spacing: 0;
    border: 0;
}

.faq-item {
    margin-bottom: 2.5rem;
}

.faq-item .faq-q {
    background-image: url(../images/icon-faq-q.jpg);
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 25px;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 15px;
    line-height: 30px;
}

.faq-item .faq-a {
    background-image: url(../images/icon-faq-a.jpg);
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    background-size: 20px;
    color: #191919;
    font-size: 0.875rem;
}

.faq-ban {
    margin-top: 6rem;
}

.faq-ban img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.faq-yey {
    margin-top: 6rem;
}

.kecheng-intro-img {
    text-align: center;
    ;
}

.kecheng-item .kecheng-name {
    font-size: 1.125rem;
    font-weight: bolder;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
}

.kecheng-img img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.kecheng-list {
    margin-top: 2rem;
}

.kecheng-ban {
    margin-top: 6rem;
}

.kecheng-ban img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.kecheng-tese {
    margin-top: 5rem;
}

.careerbtn {
    display: block;
    background: #c0a062;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 18px 15px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 2rem;
}

.specialblue {
    background: #008cdb;
    font-size: 17px;
    color: #ffffff;
    padding: 30px;
    border-radius: 5px;
    margin-top: 3em;
    text-align: center;
    font-weight: bolder;
}

.jobs-item {
    margin-bottom: 1rem;
}

.jobs-item a {
    color: #111111;
}

.jobs-item a:hover h4 {
    color: #008cdb;
}

.jobs-item a h4 {
    border-bottom: 1px solid rgb(0, 0, 0);
    max-width: 100%;
    line-height: 2;
    display: inline-block;
}

.jobsbtn {
    display: block;
    background: #c0a062;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 18px 15px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 2rem;
    max-width: 260px;
    margin-top: 6rem;
}

.team-item {
    background: #f4f5f7;
    border-radius: 20px;
    padding: 20px 10px;
    position: relative;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.team-item-img {
    /*margin-top: -10px;*/
    position: relative;
    z-index: 1;
	display: flex;
    align-items: center;
}

.team-item-img-con {
    border-radius: 20px;
    overflow: hidden;
}

team-item-con {
    position: relative;
    z-index: 1;
}

.team-item-name {
    font-size: 1.5rem;
    font-weight: bolder;
}

.team-item-zw {
    font-size: 1.2rem;
    font-weight: bolder;
}

.team-item-con {
    padding: 20px;
}

.team-item-p {
    margin-top: 1rem;
}

.kecheng-ts-item {
    margin-bottom: 3rem;
}

.teacher-item {
    position: relative;
}

.schoolitem-posi .schoolitem-img img {
    width: 100%;
}

.schoolitem-posi {
    max-width: 300px;
    margin: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 1s;
    transition: opacity 0.3s, -webkit-transform 1s;
    -o-transition: opacity 0.3s, -o-transform 1s;
    -moz-transition: transform 1s, opacity 0.3s, -moz-transform 1s;
    transition: transform 1s, opacity 0.3s;
    transition: transform 1s, opacity 0.3s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
    background: #fff;
}

.teacher-item:hover .schoolitem-posi {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
}

.teacher-item-name {
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: bolder;
}

.teacher-item-zw {
    font-size: 1rem;
    margin-top: 0.2rem;
    color: #AEB3BD;
}

.schoolitem-otslide {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10.40724% 6.81818%;
    border: 2px solid #cccccc;
    background: #fff;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 1s;
    transition: opacity 0.3s, -webkit-transform 1s;
    -o-transition: opacity 0.3s, -o-transform 1s;
    -moz-transition: transform 1s, opacity 0.3s, -moz-transform 1s;
    transition: transform 1s, opacity 0.3s;
    transition: transform 1s, opacity 0.3s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
    opacity: 0;
}

.teacher-item:hover .schoolitem-otslide {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.schoolitem-otdes {
    line-height: 30px;
    font-size: 16px;
    margin-top: 1rem;
}

.teacher-item .schoolitem-otdes {
    max-height: 79%;
}

.schoolitem-otdes {
    width: 100%;
    max-height: 88%;
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
    overflow-y: auto;
}

.schoolitem-otdes::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #cccccc;
}

.schoolitem-otdes::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background-color: #fff;
}

.partner-item {
    margin-bottom: 6rem;
}

.partner-name {
    margin-top: 12px;
    font-weight: bolder;
    font-size: 1.125rem;
}

.contact-maps {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 3rem;
}

#mapContact {
    width: 100%;
    height: 360px;
}

.zc-list .zc-item:nth-child(odd) {
    background: #eeeeee;
}

.zc-item {
    padding: 20px;
}

.zc-item a:hover {
    color: #008cdb;
}

.job-title {
    margin: 0;
    background: #008cdb;
    color: #ffffff;
    padding: 10px 15px;
}

.job-title .td {
    text-align: center;
    font-size: 16px;
}

.job-con .td {
    text-align: center;
    font-size: 14px;
}

.job-con .td1 {
    text-align: center;
}

.container-jobs .panel-group {
    padding: 0;
}

.container-jobs .panel {
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    background: none;
    box-shadow: none;
}

.container-jobs .panel:last-child {
    border-bottom: auto;
}

.container-jobs .panel-group>.panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.container-jobs .panel-group .panel {
    border-radius: 0;
}

.container-jobs .panel-group .panel+.panel {
    margin-top: 0px;
}

.container-jobs .panel-heading {
    border-radius: 0;
    border: none;
    color: #333333;
    padding: 0;
}

.container-jobs .panel-title {
    margin-bottom: 0;
}

.container-jobs .panel-title a {
    display: block;
    color: #333333;
    padding: 15px;
    position: relative;
    font-weight: 400;
}

.container-jobs .panel-title a:hover,
.container-jobs .panel-title a:active,
.container-jobs .panel-title a:visited,
.container-jobs .panel-title a:focus {
    text-decoration: none;
}

.container-jobs .panel-title a:hover .job-con .td4,
.container-jobs .panel-title .accordion-button:not(.collapsed) .job-con .td4,
.container-jobs .panel-title a:visited .job-con .td4,
.container-jobs panel-title a:focus .job-con .td4 {
    color: #008cdb;
}

.container-jobs .panel-body {
    background: #fafafa;
}

.container-jobs {
    border-radius: 0;
}

.container-jobs .accordion-item:nth-of-type(even) .accordion-button {
    background-color: #eeeeee;
}

.container-jobs .accordion-button:not(.collapsed) {
    background: none;
}

.container-jd {
    margin-top: 3rem;
    border-top: 1px solid #eeeeee;
    padding-top: 3rem;
}

.container-jd .accordion-item {
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.container-jd .panel-title {
    margin-bottom: 0;
}

.container-jd .panel-title .accordion-button {
    padding: 1.25rem 1.25rem;
    background: #008cdb;
    color: #ffffff;
}

.container-jd .panel-title .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.container-jd .panel-title .accordion-button.collapsed {
    background: #ffffff;
    color: #333333;
}

.container-jd .panel-title .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.container-jd .panel-title .accordion-button:hover {
    background: #008cdb;
    color: #ffffff;
}

.container-jd .panel-title .accordion-button:hover::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.join-row {
    margin-top: 2rem;
}

.join-item {
    background: #ffffff;
    box-shadow: 0 0 30px 0 #eeeeee;
    padding: 6rem 15px;
    text-align: center;
	height: 100%;
}

.join-item .join-icon {
    margin-bottom: 2rem;
    display: block;
}

.join-item:hover {
    box-shadow: 0 0 30px 0 #cccccc;
}

.join-item:hover .join-icon img {
    transition: all .6s;
}

.join-item:hover .join-icon img {
    transform: scale(1.2);
}

.history-item-a .history-item-img img {
    transition: all .6s;
}

.history-item-a:hover .history-item-img img {
    transform: scale(1.05);
}

.history-item-a:hover .history-item-time {
    box-shadow: 0 0 20px 0 #008cdb;
}

.history-item-a:hover {
    color: #333;
}

.history-item {
    margin-top: 3rem;
}

.history-item .row {
    position: relative;
    padding-bottom: 2rem;
}

.history-item .row:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    border-left: 1px solid #eeeeee;
}

.history-item-time {
    width: 100px;
    height: 100px;
    background: #008bd2;
    color: #ffffff;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: bolder;
    padding: 23px 16px;
    text-align: center;
    line-height: 1.8rem;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    z-index: 2;
}

.history-item-time span {
    font-size: 1.2rem;
    font-weight: normal;
}

.history-item-p {
    line-height: 1.4rem;
    padding-bottom: 2rem;
}

.history-item-img {
    padding-bottom: 2rem;
}

.row-1 .history-item-p {
    padding-right: 100px;
}

.row-1 .history-item-img {
    padding-left: 100px;
}

.row-2 .history-item-p {
    padding-left: 100px;
}

.row-2 .history-item-img {
    padding-right: 100px;
}

.history-item-p-con {
    position: relative;
}

.jd-con{
	width:100%;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
	.navbar-header .nav-link {
    padding: 0.4rem 0.4rem!important;
	}
    .ban-con .ban-title {
        font-size: 1.6rem;
    }
    .ban-con .ban-p {
        font-size: 3rem;
        line-height: 3.2rem;
    }
    #banner-image .ban-img-title .ban-img-title-p {
        font-size: 3rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-header .navbar .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 1;
        margin-top: 0;
        background: rgba(254, 254, 254, 0.70);
        z-index: 999;
    }
    .search-btn {
        margin-top: 0;
    }
    .ban-con .ban-title {
        font-size: 1.5rem;
    }
    .ban-con .ban-p {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
    .about-advname-list {
        display: none;
    }
    .about-adv-pagination {
        display: block;
    }
    .index-about-p {
        text-align: center;
        margin-top: 1.5rem;
    }
    .xm-cols {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .xm-item a {
        padding: 1rem 1rem;
    }
    .xm-item .xm-item-icons {
        top: -100%;
    }
    .index-news-right {
        margin-top: 1rem;
    }
    .foot-item {
        margin-top: 2rem;
    }
    .contianer-nav {
        margin-top: 2rem;
    }
    .team-item-con {
        padding-right: 0;
    }
    .schoolitem-posi {
        margin-left: 0;
    }
    .schoolitem-otslide {
        display: block;
        opacity: 1;
        position: relative;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0);
        padding: 0;
        border: none;
        height: 150px;
    }
    .teacher-item:hover .schoolitem-posi {
        -webkit-transform: unset;
        -moz-transform: unset;
        transform: unset;
        opacity: 1;
    }
    .schoolitem-otslide .teacher-item-name,
    .schoolitem-otslide .teacher-item-zw {
        display: none;
    }
    .history-item-img,
    .history-item-p {
        padding-right: 80px!important;
        padding-left: 0!important;
    }
    .history-item-time {
        width: 60px;
        height: 60px;
        font-size: 1rem;
        right: 0;
        left: auto;
        margin-left: -30px;
        padding: 16px 10px;
        line-height: 0.8rem;
    }
    .history-item .row:after {
        right: 30px;
        left: auto;
    }
	.history-item-time span {
		font-size: 0.6rem;
		font-weight: normal;
	}
	
}

@media (max-width: 767.98px) {
    .ban-con .ban-title {
        font-size: 1.28rem;
    }
    .ban-con .ban-p {
        font-size: 1.71rem;
        line-height: 2rem;
    }
    .foot-nav {
        display: none;
    }
    .foot-contact {
        display: block;
    }
    .foot-bottom-con .foot-ewm {
        display: none;
    }
    #banner-image .ban-img-title .ban-img-title-p {
        font-size: 1.71rem;
    }
    .news-hot-item-first .news-time .news-time-con .m {
        line-height: 5rem;
    }
}

@media (max-width: 575.98px) {
    .top-logo img {
        height: 65px;
    }
    .school-items {
        width: 50%;
    }
    .qy-items {
        width: 50%;
    }
}