@font-face {
    font-family: 'iconfont';
 
    src: url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype');
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

h4,
.h4 {
    font-size: 18px;
}

a {
    color: #333;
}

a:hover {
    color: #333;
}

body {
    background-color: #f6f6f6;

}

#warpper header {
    position: relative;
}

header.wxpx {
    background-color: #003262;
    min-height: 50px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

#hd1 .head_up {
    justify-content: center;
}

#hd1 .head_up .logo {
    height: 120px;
    padding: 20px 0;
    line-height: 72px;
    font-size: 40px;
    margin-right: 20px;

}

#hd1 .head_down {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002b54;
    height: 45px;
}

#hd1 .head_down a {
    margin: 0;
}

.nav_bar {
    padding: 0;
    height: 100%;
}

.wxpx .logo {
    height: 120px;
    line-height: 120px;
    color: #fff;
    font-size: 80px;
    text-align: center;
}

.navlist {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.nav_bar .navlist>li {
    position: relative;
    padding: 0 10px;
    height: 100%;
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav_bar .navlist>li.active {
    background-color: #236fb7;
}

.nav_bar .navlist>li.active,
.nav_bar .navlist>li:hover {
    background-color: #236fb7;
}

.nav_bar .navlist>li.active:after,
.nav_bar .navlist>li:hover:after {
    content: '';
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    border-style: solid;
    border-width: 5px 8px 0 8px;
    border-color: #002b54 transparent transparent transparent;
}

.nav_bar .navlist>li:hover .nav_li {
    display: block;
}

.nav_bar li a {
    font-size: 16px;
}

.nav_bar li a.eng {
    font-size: 12px;
}

.nav_bar .navlist>li>a {
    color: #fff;
}

.nav_bar .navlist>li>a:hover {
    color: #fff;
}

.nav_bar .navlist>li>ul>li:hover {
    border: none;
}

.nav_bar .navlist>li>ul>li>a:hover {
    display: block !important;
    margin: 0 -25px !important;
    padding: 0 25px;
    background: #002b54;
    border: transparent;
    color: #fff;
}

main {
    width: 1200px;
    background-color: aliceblue;
}

.nav_li {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #236fb7;
    color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
    padding: 0 25px;
    width: max-content;
    text-align: left;
}

.nav_li>li {
    border-bottom: 1px solid #7ca0c2;
}

.nav_li>li:last-child {
    border-bottom: 1px solid transparent;
}

.nav_li>li>a {
    display: block;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
    min-width: 70px;
    white-space: nowrap;
    overflow: visible;
}

#warpper #banner {
    height: 290px;
    overflow: hidden;
}

#warpper #banner.img {
    height: 300px;
}

#warpper #banner.img img {
    position: relative;
    top: -220px;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, .3);
    width: 4em;
    height: 4em;
}
.swiper-button-next, .swiper-button-prev{
    top: 60%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#003262;
}
/* .swiper-button-next {
    margin-right: 20px;
}

.swiper-button-prev {
    margin-left: 20px;
} */

#banner:hover .swiper-button-next,
#banner:hover:hover .swiper-button-prev {
    visibility: visible
}


.container {
    width: 1200px;
    margin: 20px auto 0;
    position: relative;

}

.an-img {
    width: 100%;
}

.an-img img {
    width: 100%;
}

h1.t {
    font-size: 40px;
}

.an-expressage .an-news-box>.clearfix {
    font-size: 12px;
    padding: 7px 0;
    color: #7d7d7d;
}

.an-expressage .an-news-box p {
    color: #555;
    font-size: 12px;
    line-height: 22px;
}

.an-expressage .an-tabs {
    position: relative;
}

.an-expressage .an-title {
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.an-expressage .an-title>a {
    position: absolute;
    bottom: 10px;
    left: 215px;
    font-size: 12px;
    color: #404040;
}

.an-expressage .nav-tabs>li>a {
    font-size: 16px;
    line-height: 18px;
    color: #666;
    font-weight: bold;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-chevron-right:before {
    content: "\e690";
    font-family: 'iconfont';

}

.an-expressage .an-title>a>.glyphicon {
    color: #919191;
}

.an-expressage .nav-tabs>li.active>a {
    font-size: 16px;
    line-height: 18px;
    color: #004D96;
    background: #f6f6f6;
    font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #f6f6f6;
}

.an-expressage .tab-content .tab-pane ul>li {
    margin-top: 10px;
    margin-bottom: 5px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.an-expressage .tab-content .tab-pane .media-left {
    width: 70px;

}

.an-expressage .tab-content .tab-pane .media-body h6 {
    margin-top: 0;
    margin-bottom: 3px;
    color: #003262;
    font-size: 16px;
    line-height: 18px;
}

.an-expressage .tab-content .tab-pane .media-body p {
    font-size: 16px;
    margin-bottom: 0;
}

.an-expressage .tab-content .tab-pane .media-body h6>a {
    color: inherit;
    font-weight: normal;
}

.an-expressage .tab-content .tab-pane .media-body {
    margin-left: 5px;
    width: auto;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.an-expressage .tab-content .tab-pane ul .an-box {
    width: 64px;
    padding: 5px 0;
    font-size: 12px;
    color: #fff;
    background: #003262;
    color: #fff;
    text-align: center;
}

.an-expressage .tab-content .tab-pane .clearfix {
    margin-top: 20px;
    font-size: 12px;
}

.an-hotsport {
    background-color: #d0dce3;
}

.breadcrumb {
    padding: 10px 0 20px 0;
    justify-content: flex-end;
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb .list-weizhi {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/post.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

.an-expressage .tab-content .tab-pane .media {
    font-size: 16px;
    padding: 0px 0 10px 20px;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.an-expressage .tab-content .tab-pane .media.list{
    padding: 0 0 20px 20px;
}
.an-expressage .tab-content .tab-pane .media.list:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #003262;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.new-expert .expert-title {
    padding: 0;
    position: relative;
    line-height: 43px;
    color: #aeaeae;
    border-bottom: 1px solid #dadada;
    margin-bottom: 0;
}

.new-expert .expert-title>span {
    margin-right: 5px;
    display: inline-block;
    padding: 0 5px;
    color: #282828;
    border-bottom: 2px solid #b2b2b2;
}

.new-expert .expert-title.b {
    border-bottom: #8c9eb5 1px solid;
}

.new-expert .expert-title.b>span {
    font-weight: 900;
    border-bottom: 2px solid #003262;
    color: #003262;

}

.an-school .expert-title>a,
.an-scheme .expert-title>a {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #404040;
}

.download-file>.list-unstyled {
    margin-top: 18px;
    background-color: #fff;
    border: #8c9eb5 1px solid;
    padding: 15px 17px 20px;
}

.download-file>.list-unstyled>li {
    border-bottom: 1px dotted #e0e0e0;
    padding: 10px 0;
}

.new-expert-guide p {
    text-indent: 2em;
    padding: 15px 0;
}

.new-expert-pro>div {
    margin: 20px 0;
}

.an-news-box>.clearfix {
    font-size: 12px;
    padding: 7px 0;
    color: #7d7d7d;
}

.an-news-box p {
    color: #555;
    font-size: 12px;
    line-height: 22px;
}

.an-news-box>.clearfix {
    font-size: 12px;
    padding: 7px 0;
    color: #7d7d7d;
}

.an-news-box p {
    color: #555;
    font-size: 12px;
    line-height: 22px;
}

.an-scheme h4 a {
    font-size: 14px;
    color: #262626;
}

.an-scheme h5 {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px #d4d4d4 solid;
    font-weight: bold;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiperSlide img {
    width: 100%;
    min-height: 250px;
}

.new-expert .media-body {
    display: block;
    padding-left: 22px;
    background: #fff;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: none;
    margin-top: -3px;
}

.new-expert .media-body h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.new-expert .media-body p {
    line-height: 22px;
    height: 190px;
    overflow: hidden;
}

.ap {
    padding-top: 20px;
    text-indent: 2em;
    line-height: 2em;
    font-size: 14px;
}


/****foot*****/

#warpper footer {
    background-color: #082140
}

#warpper footer .foot_h>div {
    border-right: 1px solid #5d6e82;
}

#warpper footer .foot_f {
    border-top: 1px solid #5d6e82;
}

#warpper footer .foot_f p>a {
    color: #f6f6f6;
}

#warpper footer {
    height: 80px;
}

#warpper footer .foot_h {
    height: 170px;
    font-size: 12px;
}

#warpper footer .foot_f {
    height: 80px;
    font-size: 12px;
}

#warpper article.no-slide {
    width: 1200px;
    margin: 0 auto;
    min-height: 700px;
}

#warpper article.no-slide .subHead {
    padding: 0px
}

article.no-slide .subHead aside {
    left: 0;
    top: 25px;
    height: auto;
    width: 165px;
}

nav.subHead aside ul li {
    height: 50px !important;
}

nav.subHead section {
    width: 100%;
    height: 100%;
    padding-left: 240px;
    box-sizing: border-box;
}
nav.subHead section {
    width: 100%;
    height: 100%;
    padding-left: 210px;
    box-sizing: border-box
}

nav.subHead section .breadcrumb {
    padding: 10px 0 20px 0;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto;
}

.breadcrumb .list-weizhi {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/post.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}
nav.subHead aside ul li:nth-of-type(1){
    color: #fff;
}