/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,div,table,td,img,dl,dt,dd,input{margin:0;padding:0;border:0;}
body{font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,Georgia,Serif,"Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",sans-serif;font-size:15px;background-color:#F5F5F5;}
img{border:none;}
ul,ol{list-style:none;}
input,select,textarea{outline:none;}
textarea{resize:one;}
a{text-decoration:none;}
*{margin:0;padding:0;}
/**remove a underline************/
a:focus{outline-style:none;-moz-outline-style:none;}

/*header start*******************************************************************************************************/
.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    border: 0;
    background-color: #fff;
    z-index: 99999999; /* -webkit-box-shadow:0 0 3px 1px rgb(0 0 0 / 10%);box-shadow:0 0 3px 1px rgb(0 0 0 / 10%);*/
    -webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
}
/* .header-container{width:100%;padding:10px 30px;}
*/
.header-logo-nav, .menu-nav, .menu-nav-item, .menu-nav-link, .header-navbar-nav, .header-btn-container, .header-search {
    height: auto !important;
}


.menu-nav, .menu-nav-item, .menu-nav-link {
    /* height: 48px !important;
    line-height: 48px !important; */
    height: auto;
}

.header-logo {
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
}

    .header-logo img {
        width: 100%;
    }

.menu-nav-container {
    background-color: #1f2958
}

.menu-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.menu-nav-item {
    margin-left: 24px;
    position: relative;
    flex: 1;
}

.menu-nav-item:first-child {
    margin-left: 0;
}

.menu-nav-link {
    display: block;
    text-align: center;
    font-size: 17px;
    /* padding: 0; */
    padding: 13px 0;
    color: #ffffff !important;

}

.menu-nav-link:hover a {
    color: #ffffff !important;
}
/*.menu-nav-item:hover a{color: #293890;font-weight: bold;}*/

/* 二级菜单 */
.menu-nav-item .subMenu {
    display: none;
    position: absolute;
    width: 120px;
    padding: 20px 0;
    background-color: rgba(255,255,255,0.86);
    z-index: 9999;
    /*border-top:2px solid #292d7b;*/
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 48px;
    transform: translate(-50%, 0);
}

    .menu-nav-item .subMenu > ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

        .menu-nav-item .subMenu > ul > li {
            list-style: none;
            width: 100%;
            line-height: 32px;
            font-size: 16px;
            text-align: center;
            cursor: pointer;
        }

.menu-nav-item ul li .subMenu > ul > li > a {
    display: block;
    color: #0a1744 /*#292d7b*/;
    padding: 2px 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
}

.menu-nav-item ul li:hover .subMenu > ul > li > a, .menu-nav-item ul li.current .subMenu > ul > li > a {
    display: block;
    text-align: left;
    line-height: 35px;
    color: #ffffff; /*#292d7b*/
    ;
    background-color: rgb(255,255,255,0);
    font-size: 16px;
}

    .menu-nav-item ul li:hover .subMenu > ul > li > a:hover:after {
        display: block;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #292d7b;
        text-align: left;
        line-height: 35px;
    }

.menu-nav-item:hover .subMenu {
    display: block;
}

.menu-nav-item .subMenu > ul > li:hover {
    color: #293890;
}

.menu-nav-item .subMenu > ul > li > a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

/* 二级菜单 */
/* .menu-nav-item ul li:hover .subMenu ul:before,.menu-nav-item ul li.current .subMenu ul:before{display:block;position:absolute;content:"";top:-10px;z-index:9999;transform:translateX(-50%);border-width:0 10px 10px;border-style:solid;border-color:transparent transparent #119f0f;}
*/

.header-navbar {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    padding-top: 20px;
}

.header-navbar-search {
    width: 20px;
    height: 20px;
    border: 0 none;
    cursor: pointer;
}

.nav-search-hot-news-index {
    position: absolute;
    top: 5px;
    width: 80%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.nav-search-hot-news-index span {
    color: #333;
    font-size: 14px;
}

.nav-search-hot-news-index a {
    padding: 0 1px;
    height: 100%;
    text-decoration: none;
    color: #293890;
    font-size: 14px;
}

.header-container .header-search {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header-search input {
    position: relative;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    outline: 0 none;
    border-radius: 20px;
    width: 100%;
}

.header-search img.header-search-btn {
    position: absolute;
    right: 25px;
    width: 20px;
    height: 20px;
    border: 0 none;
    cursor: pointer;
}

.header-navbar a.user_login, .header-navbar a.user_register {
    display: inline-block;
    font-size: 16px;
    color: #606266;
}

.header-navbar a.user_login:nth-child(2) {
    position: relative;
    padding-right: 9px;
    margin-right: 8px;
}
/*.header-navbar a.user_login::after{position:absolute;right:0;top:5px;width:1px;height:14px;content:"";background:#606266;opacity:.9;}*/

/*.header-navbar-user{display:inline-block;padding-left:20px;}
.header-navbar-user img.user_center{display:inline-block;width:20px;height:20px;border:0 none;}
.header-navbar-user a.user_login,.header-navbar-user a.user_register{display:inline-block;font-size:16px;color:#606266;}
.header-navbar-user a.user_login:nth-child(2){position:relative;padding-right:9px;margin-right:8px;}
.header-navbar-user a.user_login::after{position:absolute;right:0;top:5px;width:1px;height:14px;content:"";background:#606266;opacity:.9;}*/
.header-btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*--??? btn start--*/
/*.btn-toggle*/
.btn-toggle {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-toggle:hover {
        background-color: #f9f9f9;
    }

.btn-toggle-bar {
    display: block;
    width: 24px;
    height: 4px;
    background-color: #363636;
    border-radius: 2px;
}

    .btn-toggle-bar + .btn-toggle-bar {
        margin-top: 4px;
    }

.btn-toggle:hover .btn-toggle-bar {
    background-color: #1428a0;
}

.btn-rounded {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
}

    .btn-rounded:hover {
        background-color: #000;
        color: #fff;
    }

/*nav*/
.nav-container {
    height: 0;
    position: relative; 
    overflow: hidden; 
    top: 50px; 
    /* border:1px solid #dadada;*/
    transition: height 0.5s;
    -webkit-box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 3px #eee; /* border-top:2px solid #293890;*/
}

.nav-container-extended { /*top:0;????????????????*/
    height: auto;
    padding-bottom: 35px;
    background-color: #fff;
}
/*nav-link*/
.nav-link {
    display: block;
    height: 40px;
    line-height: 40px; /* font-weight:bold;*/
    font-size: 17px;
    text-align: center;
}
/* .container-ul{border-top:2px solid #293890;}
*/
.nav-search-tel {
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}

.nav-search-hot-news {
    width: 100%;
    height: 30px;
    overflow: hidden;
    display: flex; /* align-items:center;*/
    justify-content: flex-start;
}

    .nav-search-hot-news span {
        display: block;
        color: #333;
        font-size: 14px;
    }

    .nav-search-hot-news a {
        display: block;
        padding: 0 5px;
        height: 100%;
        text-decoration: none;
        color: #293890;
        font-size: 14px;
    }

.nav-search-tel-search {
    position: relative;
    display: flex;
    height: auto;
    align-items: center;
}

    .nav-search-tel-search input {
        position: relative;
        border: 1px solid #ddd;
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        outline: 0 none;
        border-radius: 20px;
        width: 100%;
    }

    .nav-search-tel-search img.search-btn {
        position: absolute;
        right: 25px;
        width: 20px;
        height: 20px;
        border: 0 none;
    }

#menu-user-tel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #menu-user-tel a.user_login, #menu-user-tel a.user_register {
        display: inline-block;
        font-size: 16px;
        color: #606266;
        padding: 0 10px;
    }

/*header end*/

/*shortcut-nav start*/
.shortcut-nav {
    position: fixed;
    right: 0;
    bottom: 145px;
    background-color: #fff;
    padding: 15px 8px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,0.1);
    border-radius: 5px 0 0 5px;
    z-index: 999999999;
    display: none;
}

.shortcut-nav li {
    position: relative;
    list-style: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.shortcut-nav li img {
    width: 25px;
    height: 25px;
    border: 0 none;
}

.shortcut-nav li span {
    display: block;
    line-height: 28px;
    line-height: 28px;
    color: #293890;
    font-size: 14px;
}

.shortcut-nav li:hover span {
    font-weight: bold;
}

.shortcut-nav li img.shortcut-nav-weixin {
    position: absolute;
    width: 186px;
    height: 120px;
    left: -196px;
    top: -15px;
    display: none; /* transform:all linear 1s;*/
    z-index: 99999999;
}

.shortcut-nav li:nth-child(3):hover img.shortcut-nav-weixin {
    display: block;
}

.shortcut-nav li img.shortcut-nav-lzjd {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -136px;
    top: -25px;
    display: none; /* transform:all linear 1s;*/
    z-index: 99999999;
}

.shortcut-nav li:nth-child(4):hover img.shortcut-nav-lzjd {
    display: block;
}
#gotop-id {
    display: none;
}

#gotop-id.active {
    display: block;
}
/*shortcut-nav end*/


/*mainContent-nav start*/
.mainContent-nav {
    width: 100%;
    margin-top: 150px;
    background-color: #fff;
    padding: 35px 35px 70px;
    
}
.mainContent-nav02 {
    width: 100%;
    margin-top: 150px;
    background-color: #fff;
}
/*news start*/
.news_banner_nav {
    cursor: pointer;
    height: 410px;
    overflow: hidden;
}

.news_banner_nav img {
    border: 0 none;
    height: 380px;
    width: 100%;
}

.news_banner_detail_info {
    position: absolute;
    bottom: 0;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    text-indent: 2em;
    line-height: 23px;
    color: #ffffff;
    text-align: justify;
    height: 60px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.45)
}

.news_banner_detail_info p {
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 新闻动态 */
.news-section {
  background: #fff;
  /* border: 1px solid #eee; */
  border-radius: 8px;
  padding: 0;
  flex: 1;
  /* display: flex;
  flex-direction: column; */
  margin-bottom: 20px;
}

.section-title {
  font-size: 18px;
  color: #3498DB;
  border-bottom: 2px solid #3498DB;
  padding-bottom: 8px;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.news-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-list li {
  /* padding: 10px 0; */
  border-bottom: 1px dashed #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}

.news-list li:last-child {
  border-bottom: none;
}

.news-icon {
  color: #999;
  font-size: 8px;
  margin-right: 5px;
  flex-shrink: 0;
}

.news-list a {
  flex: 1;
  color: #333;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}

.news-list .date {
  color: #666;
  font-size: 16px;
  white-space: nowrap;
}


/*news end*/


/* 列表页面 */
.second_list_section {
  background: #fff;
  /* border: 1px solid #eee; */
  border-radius: 8px;
  padding: 0;
  flex: 1;
  /* display: flex;
  flex-direction: column; */
  margin-bottom: 20px;
}


.second_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.second_list li {
  padding: 10px 0;
  /* border-bottom: 1px dashed #eee; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 10px; */
}

.second_list li:last-child {
  border-bottom: none;
}

.second_list_icon {
  color: #999;
  font-size: 8px;
  margin-right: 5px;
  flex-shrink: 0;
}

.second_list a {
  flex: 1;
  color: #333;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.second_list .date {
  color: #666;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  display: block;
  text-overflow: ellipsis;
}

.second_list .line {
    display: block;
    height: 1px;
    margin: 15px 0;
    border-top: 1px dotted #d3d2d2;
}
.second_list a:hover {
    color: #1f2958;
}
.second_list .date:hover {
    color: #1f2958;
}

/*second_list end*/

/*news_banner start*/
.news_banner .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}
/* .news_banner .swiper-pagination-bullet{width:30px;height:4px;border-radius:2px;}
*/
.swiper-button-prev, .swiper-button-next::after {
    color: #fff;
}

.swiper-button-prev:after, .swiper-button-next::after {
    color: #fff;
}

.news_banner .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}
/* .news_banner .swiper-pagination-bullet{width:30px;height:4px;border-radius:2px;}
*/
.swiper-button-prev, .swiper-button-next::after {
    color: #fff;
}

.swiper-button-prev:after, .swiper-button-next::after {
    color: #fff;
}

.news_banner .swiper-button-prev {
    left: -40px;
    transition: left 0.3s;
    width: 40px;
    height: 40px;
    margin-top: -20px; /*background:url(../../images/keji/banner-next.png) left top no-repeat;*/
}

.news_banner .swiper-button-next, .news_banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
}

.news_banner .swiper-button-prev, .news_banner .swiper-container-rtl .swiper-button-next {
    background: url("../../images/keji/banner-next.png") left top no-repeat;
    left: -40px;
    transition: left 0.3s;
}

.news_banner .swiper-button-next, .news_banner.swiper-container-rtl .swiper-button-prev {
    background: url("../../images/keji/banner-prev.png") left top no-repeat;
    right: -40px;
    transition: right 0.3s;
}

.news_banner:hover .swiper-button-prev, .news_banner:hover .swiper-container-rtl .swiper-button-next {
    left: 10px;
    transition: left 0.3s;
}

.news_banner:hover .swiper-button-next, .news_banner:hover .swiper-container-rtl .swiper-button-prev {
    right: 0;
    transition: right 0.3s;
}

/*banner-news end*/

/*icon start*/
.card-nav{
  min-width: 150px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.card-nav:hover{
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.card-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-nav p {
  font-size: 16px;
  color: #1f2958;
  font-weight: 500;
}
/*icon end*/

/* 通知公告区 */
.notice-section {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 20px;
  margin: 15px 0 20px 0;
}

.notice-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 0;
}

.notice-tab {
  padding: 12px 30px;
  background: #e0e0e0;
  color: #666;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 8px 8px 0 0;
  margin-right: 2px;
}

.notice-tab:hover {
  background: #d0d0d0;
}

.notice-tab.active {
  background: #fff;
  color: #3498DB;
  font-weight: bold;
}

.notice-content {
  background: #fff;
  border-radius: 0 8px 8px 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.notice-list li {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 15px;
  transition: background 0.3s;
}

.notice-list li:hover {
  background: #f8f9fa;
}

.notice-list li:last-child {
  border-bottom: none;
}

.notice-list li::before {
  content: '●';
  color: #999;
  font-size: 8px;
  margin-right: 8px;
  flex-shrink: 0;
}

.notice-title {
  flex: 1;
  color: #333;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-title:hover {
  color: #2980B9;
}

.notice-number {
  color: #2980B9;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
}

.notice-date {
  color: #666;
  font-size: 16px;
  white-space: nowrap;
}

/*links-nav01 start*/
.links-nav {
    margin: 0 35px;
    background: #fff;
    /* padding: 15px; 
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 10%); */
    box-sizing: border-box;
    overflow: hidden;
}

#div1 {
    position: relative;
    height: 110px;
    overflow: hidden;
    margin: 20px 25px;
}

#div1 ul {
    list-style: none;
    position: absolute;
}

#div1 ul li {
    list-style: none;
    float: left;
    width: 250px;
}

#div1 ul li img {
    border: 1px solid #eee;
    cursor: pointer;
    width: 100%;
}

#runLeft {
    position: absolute;
    left: 20px;
    bottom: 70px;
    z-index: 999;
    width: 9px;
    height: 18px;
    background: url(../../images/keji/linksLeft.png) no-repeat center center;
    background-size: 100% 100%;
}

#runRight {
    position: absolute;
    right: 20px;
    bottom: 70px;
    z-index: 999;
    width: 9px;
    height: 18px;
    background: url(../../images/keji/linksRight.png) no-repeat center center;
    background-size: 100% 100%;
}

/*links-nav02 start*/

#div02 {
    position: relative;
    height: 110px;
    overflow: hidden;
    margin: 20px 25px;
}

#div02 ul {
    list-style: none;
    position: absolute;
}

#div02 ul li {
    list-style: none;
    float: left;
    width: 250px;
}

#div02 ul li img {
    border: 1px solid #eee;
    cursor: pointer;
    width: 100%;
}

#runLeft02 {
    position: absolute;
    left: 20px;
    bottom: 70px;
    z-index: 999;
    width: 9px;
    height: 18px;
    background: url(../../images/keji/linksLeft.png) no-repeat center center;
    background-size: 100% 100%;
}

#runRight02 {
    position: absolute;
    right: 20px;
    bottom: 70px;
    z-index: 999;
    width: 9px;
    height: 18px;
    background: url(../../images/keji/linksRight.png) no-repeat center center;
    background-size: 100% 100%;
}



/*links-nav02 end*/

/*second_level_bg start*/
 .path{ 
    line-height: 40px;
    font-size: 14px; 
    color: #333; 
    padding-left: 20px ;
     background: url('../../images/keji/indexicon.png') no-repeat 0 11px; 
     background-size: 15px 15px;
     border-bottom: 1px dashed #d3d2d2;
    }
 .path a{text-decoration: none; color: #333;}
 /* .path a:last-child{color: #293890; font-weight: bold}; */

 /*list-third-nav start*/
.list-third-nav {
    width: 100%;
    margin: 30px 0;
}

.list-third-nav .third-title {
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    padding: 0 60px;
}

.list-third-nav .third-info {
    /* height: 50px; */
    line-height: 45px;
    color: #888;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.list-third-nav .list-third-nav-content {
    width: 100%;
}

.list-third-nav .list-third-nav-content p {
    text-indent: 2em;
    font-size: 17px;
    text-align: justify;
    line-height: 40px !important;
    padding: 0;
}

.list-third-nav .list-third-nav-content p img {
    border: 0 none;
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin: 20px auto;
    vertical-align: middle;
}

.list-third-nav .list-third-nav-content p.third-link {
    text-align: center;
}

    .list-third-nav .list-third-nav-content p.third-link a {
        font-size: 17px;
        color: #3388ff;
        line-height: 35px;
    }

/*list-third-nav end*/


.container_bg {
    position: relative;
    width: 1160px;
    min-width: 1160px;
    margin: 0 auto;
    height: 100%;
    padding: 20px;
    background-color: #fff;
}
/*second_level_bg end*/

/*weiyuan start*/
.weiyuan_title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
.member-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-align: center;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}
.photo-container {
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}
.member-info {
    text-align: center;
    padding: 0 10px;
}
.member-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.member-img{
    width: 120px;
    height: 160px;
}
.member_notice{
    font-size: 17px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    color: #1f2958;
}
.member-position {
    font-size: 1.05rem;
    color: #3498db;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f5f9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*weiyuan end*/
/*new add start*/
.container-third-nav{
    background-color: #ffffff;
    padding-top: 180px;
}
.system_enter{
    position: absolute;left: 50%;top: 50%; color: #1F2958;transform: translate(-50%, -50%);
}
.system_enter h3{
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center;
}
.system_enter span{
    display: block;
    font-size: 20px;
    text-align: center;
}
/*new add end*/

@media(min-width:350px) {
    .mainContent-nav {
        padding: 25px 25px 60px;
        margin-top: 40px;
    }
    .list-third-nav .list-third-nav-content p {
        padding: 0 !important;
    }
    .container-third-nav{
        padding-top: 100px;
    }
    .system_enter h3{
        font-size: 18px;
    }
    .system_enter span{
        font-size: 14px;
    }
    .list-third-nav .third-title {
        padding: 0;
    }
    
}
@media(min-width:576px) and (max-width:768px) {
    .mainContent-nav {
        padding: 25px 25px 60px;
    } 
    .menu-nav-link{
        font-size: 13px;
    }
    .system_enter h3{
        font-size: 16px;
    }
    .system_enter span{
        font-size: 13px;
    }
    .list-third-nav .third-title {
        padding: 0 10px;
    }
    
    
}

@media(min-width:769px) and (max-width:992px) {
    .mainContent-nav {
        padding: 30px 30px 60px;
        margin-top: 150px;
    }
    .menu-nav-link{
        font-size: 13px;
    }
    .container-third-nav{
        padding-top: 180px;
    }
    .system_enter h3{
        font-size: 18px;
    }
    .system_enter span{
        font-size: 14px;
    }
    .list-third-nav .third-title {
        padding: 0 20px;
    }
    
}
@media(min-width:993px)and (max-width:1000px) {
   .mainContent-nav {
        padding: 30px 30px 60px;
        margin-top: 150px;
    }
    .menu-nav-link{
        font-size: 13px;
    }
     .container-third-nav{
        padding-top: 180px;
    }
    .system_enter h3{
        font-size: 36px;
    }
    .system_enter span{
        font-size: 20px;
    }
    .list-third-nav .third-title {
        padding: 0 40px;
    }
}
@media(min-width:1001px) {
    .mainContent-nav {
        padding: 35px 35px 70px;
        margin-top: 175px;
    }
    .menu-nav-link{
        font-size: 15px;
    }
     .list-third-nav .list-third-nav-content p {
        padding: 0 60px !important;
    }
    .container-third-nav{
        padding-top: 180px;
    }
    .system_enter h3{
        font-size: 36px;
    }
    .system_enter span{
        font-size: 20px;
    }
    .list-third-nav .third-title {
        padding: 0 60px;
    }
}
@media(min-width:1201px) {
    .menu-nav-link{
        font-size: 17px;
    }
}
@media(min-width:1270px) {

}
@media(min-width:1300px) {

}



/*bottom-nav start*/
.bottom-nav{width:100%;background-color:#293890;}
.bottom-content{width:100%;padding:30px 0;}
.bottom-content h3.contact{color:#fff;margin-bottom:20px;}
.bottom-content p{line-height:28px;font-size:16px;color:#fff;}
.logo-bottom-nav{text-align:left;margin-top:20px;}
.weixin-code-nav{text-align:center;}
.weixin-code-nav img{width:120px;border:0 none;}
.logo-bottom-nav img{width:120px;border:0 none;}
.copyright-nav{border-top:1px solid #fff;margin-top:15px;padding-top:15px;}
.copyright-nav p{line-height:28px;font-size:16px;color:#fff;text-align:center;}
.banquan {
    color: #fff;
    font-size: 16px;
}
/*bottom-nav end*/



