body {
    min-width: 100%;
    background: #f4f4f4
}

.bg-default {
    background-color: #f4f4f4
}

.bgc1 {
    background-color: #5eb95e
}

.bgc2 {
    background-color: #dbac18
}

.bgc3 {
    background-color: #e85d00
}

.bgc4 {
    background-color: #fc6b5d
}

.bgc5 {
    background-color: #144894
}

.box-shadow {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .02)
}

.text-primary {
    color: #144894 !important
}

.text-grey {
    color: #8a8a8a !important
}

.text-center {
    text-align: center
}

.container {
    margin: 0 auto;
    width: 80%
}

.container-lg {
    margin: 0 auto;
    width: 82%
}

.container-avg {
    margin: 0 auto;
    width: 81.5%
}

.mb20 {
    margin-bottom: 20px
}

.header-fixed {
    position: fixed;
    z-index: 9999
}

.header {
    height: 120px
}

.logo {
    width: 600px;
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    margin-top: 23px;
}

.logo img {
    height: 65px
}

.navmenu {
    background: #144894;
    height: 50px
}

.navmenu li {
    line-height: 50px;
    position: relative;
    text-align: center
}

.navmenu .top-level {
    display: block;
    position: relative;
    color: #fff;
    font-size: 18px;
   font-weight: bold;
}

.navmenu .top-level:hover,
.navmenu .active {
    background: #e85d00;
    color: #fff
}

.navmenu .sub-menu {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 999;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .4);
    width: 150%;
    left: 0
}

.navmenu .sub-menu a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: normal;
    font-size: 16px
}

.navmenu .sub-menu li:last-child a {
    border: none
}

.navmenu .sub-menu a:hover {
    color: #fff;
    background: #e85d00
}

.search {
    float: right;
    position: relative;
    width: 240px;
    margin: 40px 0;
}


.web-form-group {
    position: relative
}

.web-form-group .btn {
    position: absolute;
    right: 0;
    top: 0
}

.banner-g {
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0px auto 20px
}

.banner {
    height: 500px
}

.banner-item {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.banner-left,
.banner-right {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 9;
    opacity: 0
}

.banner-left {
    background: url(../images/prev-white.png) no-repeat center rgba(0, 0, 0, .02);
    left: 24px
}

.banner-right {
    background: url(../images/next-white.png) no-repeat center rgba(0, 0, 0, .02);
    right: 24px
}

.banner-left:hover,
.banner-right:hover {
    background-color: #144894;
    border-color: #144894
}

.banner:hover .banner-right,
.banner:hover .banner-left {
    opacity: 1;
    transition: all .5s
}

.banner-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 20px;
    width: 100%
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%
}

.banner .swiper-active-switch {
    background: #144894
}

.title {
    position: relative;
    overflow: hidden
}

.title .t {
    font-weight: bold;
    font-size: 20px
}

.title .info {
    color: #8a8a8a;
    font-family: 'Arial Narrow Bold', sans-serif;
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400
}

.title .info::before {
    content: "";
    background: #8a8a8a;
    width: 1px;
    height: 16px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -8px
}

.title a {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff
}

.notice {
    overflow: hidden;
    background: url(../images/inews-bg.jpg) #f4f4f4 no-repeat center top;
    background-size: cover;
    float: right;
    width: 30%;
    padding: 0 20px 20px;
    color: #fff;
    height: 780px;
}

.notice .title {
    padding: 15px 20px 15px 0
}

.notice-item {
    overflow: hidden;
    border-top: 1px solid #8cbce2;
    padding: 15px 0
}

.notice-item a {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff
}

.notice-item p {
    color: #8cbce2;
    font-size: 14px;
    padding: 10px 0 0
}

.notice .more-btn {
    text-align: center;
    margin: 15px 0
}

.notice .more-btn a {
    color: #bed3e9;
    border: 1px solid #5498e1;
    padding: 7.5px 15px
}

.notice .more-btn a:hover {
    background: #e85d00;
    border: 1px solid #e85d00
}

.inews .title {
    background: url(../images/title-bg.png) #144894 no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 15px 20px
}

.inews {
    width: 70%;
    float: left;
    height: 780px;
    overflow: hidden;
    border-bottom: 4px solid #144894;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.inews-lst-c {
    padding: 10px 10px 0;
}

.inews-lst-c li {
    padding: 10px;
}

.inews-lst-c .item {
    border: 1px solid #e8e8e8;
    position: relative;
    height: 230px;
}

.inews-lst-c .item:hover {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .08);
    transform: translate3d(0, -4px, 0);
    transition: all 1s
}

.inews-lst-c .item img {
    width: 100%;
    height: 160px;
}

.inews-lst-c .item h3 {
    font-size: 14px;
    padding: 10px;
    font-weight: normal;
}

.inews-lst-c .item p {
    position: absolute;
    top: 120px;
    z-index: 999;
    color: #fff;
    right: 0;
    font-size: 12px;
    padding: 10px;
}

.inews-lst-l {
    padding: 0px 20px 10px;
}

.inews-lst-l li:last-child .inews-lst-l-item {
    border: none
}

.inews-lst-l-item {
    overflow: hidden;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8
}

.inews-lst-l .img {
    overflow: hidden;
     
    height: 140px;
    width: 220px;
    float: left;
    display: block
}

.inews-lst-l .img img {
    width: 100%;
    height: 100%
}

.inews-lst-l .info {
    float: right;
    width: 65%
}

.inews-lst-l .info a {
    display: block;
    margin-top: 5px;
    font-size: 18px
}

.inews-lst-l .info p {
    color: #888;
    padding-top: 10px
}

.inews-lst-l img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.box-center {
    margin-top: 20px;
    overflow: hidden
}

.box-center-item {
    width: 33.3%;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 0 10px;

}

.box-center-item-lst {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    height: 281px;

}

.box-center-item-lst .title {
    background-image: url(../images/title-bg.png);
    background-size: cover;
    color: #fff;
    padding: 10px 20px;
    background-position: center;
}

.box-center-item-lst ul {
    padding: 10px 20px
}

.box-center-item-lst li {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #e8e8e8
}

.box-center-item-lst li::before {
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #888;
    content: "";
    top: 50%;
    border-radius: 4px;
    margin-top: -4px
}

.box-center-item-lst li:last-child {
    border: none
}
/* 
.box-center-item-lst li a {
    font-size: 16px
} */

.box-center-item-lst li span {
    position: absolute;
    right: 0;
    color: #888
}

.abroad-content {
    overflow: hidden;
    padding: 20px 0;


}

.abroad .title {
    background-image: url(../images/title-bg.png);
    background-size: cover;
    color: #fff;
    padding: 10px 20px;
}

.abroad {
    background: #fff;
    border: 1px solid #e8e8e8;
}

.abroad ul {
    padding: 10px;
}

.abroad li {
    padding: 10px;
    overflow: hidden;
    text-align: center
}

.abroad li a {
    display: block
}

.abroad li img {
    width: 100%;
    height: 50px
}
 
.link select { 
    width: 200px;
    margin-bottom: 10px;
}

.footer {
    margin-top: 20px;
    overflow: hidden;
    padding: 40px 0 30px;
    border-top: 6px solid #144894;
    background: #144894
}

.footer h3 {   
    margin-bottom: 10px;
    overflow: hidden;

}

.footer h3 span { 
    color: #fff; 
    line-height: 32px;
    font-size: 16px;   
}

.footer .contact{
    width: 360px;
    float: left;
    overflow: hidden;
}

.footer .link{
    width: 240px;
    float: left;
    overflow: hidden; 
}

.footer .wechat{
    width: 220px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.footer .wechat img{
    width: 120px; 
    overflow: hidden;
}

.footer p {
    color: #fff;
    margin-bottom: 5px
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #144894
}

.gotop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 48px;
    height: 48px;
    background: #222;
    text-align: center;
    line-height: 45px;
    border-radius: 48px;
    display: none
}

.gotop a {
    display: block
}

.gotop:hover {
    background: #144894
}

.inner-banner {
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: 260px;
    background: url(../images/banner3.jpg) #e8e8e8 center no-repeat
}

.inner-banner h2 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .8);
    background: rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-top: 60px
}

.inner-g {
    overflow: hidden;
    /* background:url(../images/inner-g.png) no-repeat center top #f4f4f4; */
    background-attachment: fixed;
    background-size: cover;
    padding: 0px 0 60px
}

.inner-content {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    margin-top: 20px;
}

.inner-fl {
    overflow: hidden;
    margin-right: 20px;
    float: left;
    width: 200px;
    background: #fff
}

.inner-body {
    overflow: hidden;

    background: #fff;
    padding: 20px 40px;
    border-top: 6px solid #144894;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}

.inner-fr {
    overflow: hidden;
    float: left;
    width:80%;
    background: #fff;
    padding: 20px 40px;
    border-top: 6px solid #144894;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
}

.sidebar {
    overflow: hidden;
    /* background:#f4f4f4; */
}

.side-t {
    background: #144894;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/title-bg.png);
    background-size: cover;
}

.sidebar .active,
.sidebar a:hover {
    color: #144894;
    font-weight: 600
}

.sidebar a {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    text-align: center
}

.sidebar a:last-child {
    border: none
}

.inner-menu {
    overflow: hidden;
    padding: 30px 0 0px
}

.inner-menu .active,
.inner-menu a:hover {
    background-color: #144894;
    border-color: #144894;
    color: #fff
}

.inner-menu a {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin-right: 10px
}

.position {
    overflow: hidden;
    color: #8a8a8a;
    padding: 10px 0
}

.position .breadcrumb {
    margin: 0;
    padding: 0
}

.position a {
    line-height: 40px
}

.position .active {
    color: #144894
}

.article img {
    padding: 10px 0;
    height: auto !important;
    display: inline-block
}

.article-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    color: #144894
}

.article-bd {
    overflow: hidden;
    line-height: 1.8;
    font-size: 16px
}

.article-meta {
    margin: 20px 0;
    overflow: hidden
}

.article-meta span {
    padding: 0 5px
}

.article p {
    margin-bottom: 15px;
    overflow: hidden
}

.article-body {
    line-height: 1.8
}

.article-footer {
    overflow: hidden;
    margin: 40px 0 0;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    padding: 10px
}

.article-bd h3 {
    border: 1px solid #f7ede8;
    color: #144894;
    margin: 20px 0;
    padding: 10px;
    background: #fbf6f3
}

.article-prne {
    margin: 40px 0 0;
    overflow: hidden;
    padding: 0px 20px;
    border: 1px solid #e8e8e8;
    background: #f6f6f6
}

.article-prne a {
    display: block;
    padding: 10px 0
}

.article-prne a:first-child {
    border-bottom: 1px solid #e8e8e8
}

.article-prne .nomore {
    color: #8a8a8a
}

.pagination {
    margin: 20px 0 20px;
    overflow: hidden
}

.pagination ul {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.pagination li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
    line-height: 36px
}

.pagination li.active span,
.pagination li a:hover {
    background: #144894;
    color: #fff
}

.pagination a,
.pagination span {
    display: block;
    padding: 0 1em;
    border: 1px solid #e8e8e8;
    background: #fff
}

.inner-list li {
    padding: 10px 20px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    background: url(../images/inner-list-icon.png) no-repeat left center
}

.inner-list span {
    color: #8a8a8a;
    position: absolute;
    right: 0
}

.inner-img-list {
    padding: 10px 0;
    overflow: hidden
}

.inner-img-list li {
    padding: 10px;
    overflow: hidden;
    position: relative
}

.inner-img-list a {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    display: block;
    text-align: center
}

.inner-img-list img {
    width: 100%;
    height: 203px
}

.inner-img-list p {
    padding: 10px
}

.leader-top {
    padding: 30px 10px;
    overflow: hidden
}

.leader-top-item {
    border: 1px solid #f4f4f4;
    overflow: hidden;
    background: #fff;
    height: 362px
}

.leader-top-img {
    width: 271px;
    float: left;
    display: block;
    overflow: hidden;
    height: 100%
}

.leader-top-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.leader-top-info {
    overflow: hidden;
    display: block;
    float: left;
    width: 587px;
    padding: 40px;
    position: relative;
    height: 100%
}

.leader-top-info h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #144894
}

.leader-top-info p {
    color: #8a8a8a;
    margin-top: 20px
}

.leader-top-info a {
    position: absolute;
    bottom: 40px
}

.leader-top-info a i {
    margin-left: 5px
}

.leader-top-info h3::after {
    content: '';
    background: #144894;
    height: 4px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0
}

.leader-list {
    padding: 10px;
    overflow: hidden
}

.active-nav .leader-list-item {
    background: #144894;
    color: #fff;
    border-color: #144894
}

.leader-list-item {
    overflow: hidden;
    background: #fff;
    text-align: center;
    border: 1px solid #f4f4f4;
    height: 236px
}

.leader-list-item-img {
    overflow: hidden;
    height: 167px;
    display: block
}

.leader-list-item-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.leader-list-item-info {
    display: block;
    padding: 10px;
    overflow: hidden
}

.leader-list-item-info h4 {
    position: relative;
    padding-bottom: 5px
}

.leader-list-item-info p {
    font-size: 12px
}

.leader:hover .arrow-left,
.leader:hover .arrow-right {
    opacity: .95
}

.team {
    padding: 30px 0;
    overflow: hidden
}

.team li {
    padding: 10px;
    overflow: hidden
}

.team-item {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    background: #fff;
    height: 204px
}

.team-item-img {
    width: 40%;
    float: left;
    display: block;
    overflow: hidden;
    height: 100%
}

.team-item-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.team-item-info {
    overflow: hidden;
    display: block;
    float: left;
    width: 60%;
    padding: 20px;
    position: relative;
    height: 100%
}

.team-item-info h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px
}

.team-item-info h3::after {
    content: '';
    background: #333;
    height: 4px;
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 0
}

.team-item-info p {
    color: #8a8a8a
}

.team-item-info .more-btn {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    color: #ccc;
    background: url(../images/next-s.png) center no-repeat #fff
}

.team-item-info .more-btn:hover {
    background-color: #144894;
    border-color: #144894;
    color: #fff;
    background-image: url(../images/next-white-s.png) center no-repeat
}

.teamtxt-item {
    background: #fff;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    padding: 40px;
    display: block
}

.teamtxt-item:hover {
    background-color: #144894;
    border-color: #144894;
    color: #fff
}

.teamtxt-item:hover p {
    color: #fff !important
}

.teamtxt-item:hover h3::before {
    background: #fff
}

.teamtxt-item h3 {
    position: relative;
    padding-bottom: 10px;
    font-size: 16px
}

.teamtxt-item h3::before {
    content: '';
    background: #333;
    height: 16px;
    width: 6px;
    position: absolute;
    top: 3px;
    left: -20px
}

.inner-dangjian {
    overflow: hidden;
    background: url(../images/dangjian-bg.jpg) no-repeat center top #fcf2f2;
    padding: 240px 0 60px
}

.dangjian {
    padding: 30px 0;
    overflow: hidden
}

.dangjian li {
    padding: 10px;
    overflow: hidden
}

.dangjian-item {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    background: #fff
}

.dangjian-item-img {
    display: block;
    overflow: hidden;
    height: 180px
}

.dangjian-item-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.dangjian-item-info {
    overflow: hidden;
    display: block;
    padding: 20px;
    position: relative
}

.dangjian-item-info h3 {
    position: relative;
    height: 53px
}

.dangjian-item-info p {
    color: #8a8a8a;
    margin-top: 10px
}

.dangjian-item-info .desc {
    height: 45px
}

.edu {
    padding: 20px 0;
    overflow: hidden
}

.edu-item {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    height: 480px
}

.edu-img {
    display: block;
    overflow: hidden;
    height: 100%
}

.edu-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.edu-info {
    position: absolute;
    z-index: 999;
    right: 80px;
    top: 80px;
    display: block;
    width: 40%;
    padding: 40px 30px;
    height: 320px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    background: #fff
}

.edu-info h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    color: #144894;
    padding: 0 10px 20px
}

.edu-info ul {
    padding: 0 5px 15px
}

.edu-info ul li {
    padding: 5px
}

.edu-info ul li a {
    display: block
}

.edu-info .more-btn {
    position: absolute;
    left: 40px;
    bottom: 40px
}

.edu-info .more-btn i {
    margin-left: 5px
}

.edu-info h3::after {
    content: '';
    background: #144894;
    height: 8px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 10px
}

.news-time-list {
    padding: 10px 0
}

.news-time-list li {
    padding: 10px 0
}

.news-time-list .item {
    overflow: hidden;
    position: relative;
    height: 120px;
    border-bottom: 1px solid #eaeaea
}

.news-time-list .date {
    padding: 20px;
    float: left;
    width: 14%;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    height: 102px;
    border: 1px solid #eaeaea
}

.news-time-list .date h3 {
    font-size: 36px;
    position: relative
}

.news-time-list .txt {
    width: 85%;
    float: left;
    padding: 10px 20px
}

.news-time-list .txt h3 {
    margin-bottom: 10px
}

.news-time-list .txt a {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block
}

.news-time-list .txt p {
    color: #8a8a8a
}

.time-list {
    padding: 10px 0
}
  
.time-list .grid-2 li{
    padding:0 20px ;
    
}
 
 

.time-list .item {
    overflow: hidden;
    position: relative; 
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
}

  

.time-list .item::before {
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #888;
    content: "";
    top: 50%;
    border-radius: 4px;
    margin-top: -4px;
}
 

.time-list  span {
    position: absolute;
    right: 0;
    color: #888;
} 

.science {
    overflow: hidden
}

.science-item {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    border-top: 6px solid #144894;
    background: #fff;
    padding: 40px;
    height: 480px;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 10%)
}

.science-img {
    display: block;
    overflow: hidden;
    width: 40%;
    float: left;
    padding: 40px 0;
    height: 400px
}

.science-img img {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.science-info {
    float: left;
    display: block;
    width: 60%;
    padding-right: 40px;
    height: 100%;
    overflow: hidden
}

.science-info h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 20px
}

.science-info .more-btn {
    position: absolute;
    bottom: 40px;
    left: 40px
}