/* 通用样式 */

* {
    font-family: "微软雅黑";
}

header {
    height: 165px;
    position: relative;
}

body {
    min-width: 1200px;
	overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

img {
    border: none;
}

.center_block {
    width: 1204px;
    margin: 0 auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td {
    display: table-cell;
    vertical-align: inherit;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/* 202106改 */


/* 首页 */

.index {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background: #e0e0e0;
}

.home-edu {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    z-index: 99;
    position: relative;
}

.home-edu .home-title {
    margin: 50px 0 0 0;
}

.home-title {
    padding: 0;
    color: #333;
    text-align: center;
    display: block;
    overflow: hidden;
}

.home-title-l {
    float: left;
}

.home-title-r {
    width: 20%;
    float: left;
}

.home-title-txt {
    width: auto;
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}

.home-more {
    font-size: 14px;
    width: 60px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    display: block;
    overflow: hidden;
    color: #999;
    text-align: right;
}

.home-title-line {
    height: 3px;
    width: 100px;
    background: #ff8a23;
    margin: 0 auto 45px;
}

.home-team {
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.home-team-body {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}

.home-team-box {
    width: 225px;
    height: 300px;
    margin: 0 10px;
}

.home-team-box img {
    width: 225px;
    height: 300px;
    margin: 0;
    padding: 0;
}

.home-team-box div {
    width: 100%;
    margin: -306px 0 0;
    padding: 0;
    top: 136px;
    height: 170px;
    position: relative;
    line-height: 26px;
    color: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#00333333, endColorstr=#FF000000);
    background: -ms-linear-gradient(top, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.9));
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(top, rgba(51, 51, 51, 0), rgba(0, 0, 0, 0.9));
}

.home-team-box div:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#000269B8, endColorstr=#FF0269B8);
    background: -ms-linear-gradient(top, rgba(2, 105, 184, 0), rgba(2, 105, 184.9));
    background: -moz-linear-gradient(top, rgba(2, 105, 184, 0), rgba(2, 105, 184.9));
    background: -webkit-linear-gradient(top, rgba(2, 105, 184, 0), rgba(2, 105, 184.9));
    background: -o-linear-gradient(top, rgba(2, 105, 184, 0), rgba(2, 105, 184.9));
}

.home-team-box h5 {
    color: #333;
    margin: 0;
    padding: 122px 82px;
    font-size: 14px;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-team-box h5 b {
    color: #fff;
    font-size: 20px;
    margin: 0 0 0 0;
}

.home-team-box h6 {
    font-size: 14px;
    margin: 0;
    color: #999;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 20px 0 20px;
    height: 70px;
    overflow: hidden;
}

.panel-primary {
    border-color: white;
}

.bar li {
    position: relative;
    float: left;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2.66px;
    text-align: center;
    width: auto;
}

.slideBox1 ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.slideBox1 li {
    list-style: none;
    margin: 0;
    padding: 0
}

.slideBox1 .bd li a {
    display: block;
    font-size: 15px;
    color: #fff;
}

.slideBox1 .bd li a img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slideBox1 {
    position: relative;
    overflow: hidden;
    height: 475px;
}

.slideBox1 .bd li a span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    background: url(../images/lbbg.png);
    padding-left: 14px;
    padding-right: 86px;
    width: 100%;
    font-size: 16px;
}

.slideBox1 .hd {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    right: 50%;
}

.slideBox1 .hd ul li {
    height: 240px;
    list-style: none;
    float: left;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 50%;
    background: #f2f2f2;
    border: none;
    opacity: 0.5;
}

.slideBox1 .hd ul li.on {
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}

.index-summary {
    padding: 60px 0px;
}

.index-summary h2 {
    font-size: 24px;
    color: #15579b;
    font-weight: normal;
    margin: 20px 0px 30px 0px;
    padding: 0px;
}

.index-summary p {
    color: #333333;
    text-indent: 2em;
    color: #333333;
    line-height: 23px;
}

.index-summary .more {
    display: block;
    width: 100px;
    height: 30px;
    background: url(../images/ico.png) no-repeat -200px 0px;
    margin-top: 40px;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.index-summary .txt {
    padding-left: 15px;
    margin-right: 30px;
}

.index-summary .txt h2 {
    padding-top: 20px;
    margin-bottom: 20px;
}

.index-summary .picture {
    box-shadow: 0 0 5px #999999;
    display: block;
}

.bg-f2f2f2 {
    background: #f2f2f2 !important;
}

.news {
    overflow: hidden;
}

.news-tit {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}

.news-tit h2 {
    float: left;
    font-weight: 700;
    color: #222;
}

.news-tit .more {
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-top: 50px;
}

.news-left {
    float: left;
    width: 330px;
    margin-right: 15px;
    margin-top: 15px;
}

.news-left li {
    margin-top: 15px;
}

.news-left li>a {
    display: block;
    height: 75px;
    background-color: #efefef;
    overflow: hidden;
}

.news-left li>a .news-time {
    width: 80px;
    line-height: 80px;
    font-size: 20px;
    font-family: 'Arial';
    background-color: #e0e0e0;
    color: #333;
    float: left;
    transition: all 0.3s ease 0.1s;
    letter-spacing: 0.82px;
    text-align: center;
}

.news-left li>a p {
    height: 56px;
    line-height: 28px;
    padding: 0 15px 0 15px;
    margin: 10px 0;
    text-align: left;
    color: #333;
    overflow: hidden;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.news-left li:hover .news-time {
    color: #fff;
    background-color: #245daa;
}

.news-left li:hover p {
    color: #2c71ce;
}

.news-right {
    position: relative;
    float: left;
    width: 855px;
    height: 440px;
    margin-top: 30px;
}

.notice {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #f2f2f2;
}

.notice .container {
    width: 1200px;
    padding: 0;
}

.notice h2 {
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
    font-size: 26px;
}

.notice h2 a {
    color: #333;
}

.notice .col-md-4 {
    margin-bottom: 15px;
}

.notice .col-md-4>a {
    display: block;
    height: 80px;
    background-color: #fff;
    overflow: hidden;
}

.notice .col-md-4>a .date {
    width: 80px;
    line-height: 80px;
    font-size: 20px;
    font-family: 'Arial';
    background-color: #e0e0e0;
    color: #333;
    float: left;
    transition: all 0.3s ease 0.1s;
    letter-spacing: 0.82px;
    text-align: center;
}

.notice .col-md-4>a p {
    height: 56px;
    line-height: 28px;
    padding: 0 15px 0 15px;
    margin: 12px 0;
    text-align: left;
    color: #333;
    overflow: hidden;
    font-size: 16px;
    transition: all 0.3s ease 0.1s;
}

.notice .col-md-4:hover .date {
    color: #fff;
    background-color: #245daa;
}

.notice .col-md-4:hover p {
    color: #2c71ce;
}

.notice a.more_btn {
    border: 1px solid #ff8a23;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 26px;
    color: #ff8a23;
    font-size: 14px;
    display: inline-block;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
}

.tongzhi {
    height: 400px;
    margin-top: 40px;
    background-size: cover;
}

.tongzhi-tit h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 18px;
}

.tongzhi-tit h3 i {
    margin-left: 10px;
    font-style: italic;
    color: #999;
    font-size: 15px;
}

.tongzhi-tit span {
    display: block;
    height: 1px;
    width: 78px;
    background-color: #ff8a23;
}

.tongzhi-left {
    width: 580px;
    float: left;
    margin-right: 40px;
}

.meiti-list {
    margin-top: 10px;
    padding-top: 4px;
}

.meiti-list li {
    height: 38px;
    padding-left: 30px;
}

.meiti-list li a {
    display: block;
    height: 100%;
}

.meiti-list .list-group-item:hover h3 {
    color: #2c71ce;
}

.meiti-list li h3 {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    font-weight: 300;
}

.meiti-list li span {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    line-height: 38px;
}

.enter {
    display: block;
    text-align: right;
    margin-top: 40px;
}

.enter a {
    color: #ff8a23;
    font-size: 16px;
    line-height: 1;
    font-style: italic;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox2 {
    height: 433px;
    position: relative;
    overflow: hidden;
}

.slideBox2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideBox2 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideBox2 .prev,
.slideBox2 .next {
    position: absolute;
    left: 0%;
    top: 48%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 100px;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index: 30;
}

.slideBox2 .next {
    left: auto;
    right: 0%;
    background-position: 8px 5px;
}

.slideBox2 .prev:hover,
.slideBox2 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox2 .prevStop {
    display: none;
}

.slideBox2 .nextStop {
    display: none;
}

.slideBox2 .bd li a img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    display: block;
}

.slideBox2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideBox2 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slideBox2 .hd {
    position: absolute;
    z-index: 3;
    bottom: 14px;
    right: 10px;
}

.slideBox2 .hd ul li {
    list-style: none;
    float: left;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.slideBox2 .hd ul li.on {
    background: red;
    border-radius: 50%;
}

.slideBox2 .bd li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0), rgba(21, 21, 21, 0.9));
    background-size: cover;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    z-index: 2;
}

.list-group-item {
    position: relative;
    display: block;
    background-color: #fff;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.list-group-item::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #777;
}

.panel-primary>.panel-heading {
    background-color: #2261a3;
    border-color: #2261a3;
}

.panel>.list-group>.list-group-item {
    border-width: 0;
}


/* 顶部 */

.header__logo img {
    margin-top: 10px;
}

.search-box__head {
    display: flex;
    justify-content: center;
}

.search-box__head>a {
    color: #fff;
    padding: 0 5px;
}

.search-box__head>a:hover {
    color: #fff;
    text-decoration: underline;
}

.search-box__body {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .header__logo {
        border: 1px solid transparent;
    }
    .search-box {
        width: 100%;
    }
    .search-box__head {
        display: none;
    }
}

.dropdown-toggle {
    display: inline - block;
    color: white;
    text-align: left;
    text-decoration: none;
    padding: 14 px 16 px;
}

.navbar li {
    position: relative;
    line-height: 55px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2.66px;
    float: inherit;
    height: auto;
    text-align: unset;
    width: 130px;
}

.navbar li:hover {
    background: #2891EC;
}

.navbar li a {
    text-align: center;
    display: block;
    height: 100%;
    position: relative;
}

.dropdown-menu {
    text-align: left;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #2891EC;
    padding: 0;
    min-width: 130px;
}

.dropdown-menu>li>a {
    color: #fff;
    padding-right: 0;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
}

.navbar {
    margin-bottom: 5px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-radius: 0;
}

.navbar-default {
    background: #033d98;
    border-color: #033d98;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #033d98;
}

.navbar-nav {
    background: #033d98;
    margin-top: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7;
    color: #337ab7;
}

.nav>li>a {
    padding-left: 0px;
    padding-right: 0px;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    background: #033d98;
}

.header__logo {
    height: 100px;
    flex: 1;
}

.header>.container {
    display: flex;
    flex-wrap: wrap;
}

.search-box {
    width: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-box__body {
    width: 275px;
}

.search-box__body button {
    background: #6db0ff;
    border: none;
    width: 56px;
    height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    outline: none;
}

.form-control {
    width: 200px;
    height: 30px;
    font-family: FZLTZHK--GBK1-0;
    font-size: 12px;
    color: #c1c1c1;
    letter-spacing: 0.82px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    outline: none;
}

.zh_en {
    position: relative;
    left: 252px;
    top: 0;
    font-family: FZLTZHK--GBK1-0;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.94px;
    text-align: center;
    right: 45px;
}

.zh_en a.zh {
    font-family: FZLTZHK--GBK1-0;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.94px;
    text-align: center;
}

.fz12 {
    font-size: 12px;
    color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6CBBFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #2891EC;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.swiper {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(51, 51, 51, 0));
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 200px;
}

.home-top .container {
    padding-top: 0px;
}

.home-top .header {
    background: none;
}

.home-top .header .navbar-default {
    background: none;
    border: none;
}

.home-top .navbar-default .navbar-collapse,
.home-top .navbar-default .navbar-form {
    border-color: none;
}

.home-top .navbar-nav {
    background: none;
}

.home-top .search-box__body button {
    background: rgba(255, 255, 255, 0.5);
}

.home-top .header .container .zh_en {
    border-left: 0;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #6CBBFF;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #fff;
        background-color: transparent;
    }
}

.navb {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-navb {
    width: 100%;
}

.navbar1 li {
    width: 50%;
    float: left;
    background: #f7f7f7;
}

.navbar1 a {
    color: #333;
    font-size: 18px;
}

.navbar1 a:hover {
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .navbar-navb {
        background: #FFF;
        margin-top: 4px;
    }
    .navb-dropdown {
        background: #fff;
        border-bottom: 2px solid #CCCCCC;
        border-right: 2px solid #CCCCCC;
    }
}