
/* 公共样式 */
.clear-top{
    margin-top: 65px;
}
body{
    background: #0F113E;
    min-height: 100vh;

}
.container{
    width: 100%;
    /* background: #0F113E; */
    background: #07092E;
}
.inner-box{
    width: 1200px;
    margin: 0 auto;
}
td{
    border: 1px solid #ddd;
    border-collapse: separate; /* 设置边框不合并 */
}
table{
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 70%;
}
/* 内页banner图 */
.banner-box{
    width: 100%;
    height: 513px;
    background-color: #05223d;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-box .banner-inner{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 513px;
}
.banner-box .sub-inner{
    width: 70%;
}
.banner-box .banner-inner h1{
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
.banner-box .banner-inner p{
    font-size: 1.2rem; 
    line-height: 2;
    color: #eee;
}


/* 列表页分页样式 */
.page_div{
    margin: 20px 0 20px;
}
.page_div .pagelist li {
    padding:0;
}
.page_div #pages li{
    background-color: #212350;
}
.page_div #pages li.active, .page_div #pages li:hover{

    background-color: #003F8C;

}
.pagelist li a {
    color: #FFFFFF !important;
}


/* 菜单导航栏样式 */
.list-box:hover {
}
.list-box:hover .sub-menu{
    visibility: visible;
}

.list-box .sub-menu{
	position: absolute;
    visibility: hidden;
    /* visibility: visible; */
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.list-box .sub-menu li {
    width: 330px;
    background-color: #fff;
    line-height: 50px;
    margin: 0;
    padding: 0 ;
    border-top: 1px solid #ddd;

}
.list-box .sub-menu li a{
    line-height: 50px;
    padding: 0  10px !important;
    text-align: center;
    font-size: 14px;
}
.list-box .sub-menu li:hover {
    background-color: #eee;
}
.list-box .sub-sub-menu{
	position: absolute;
    visibility: hidden;
    /* visibility: visible; */
    left: 330px;
    margin-top: -50px;

}
.header .header-main .header-nav li .sub-sub-menu li{
/* .list-box .sub-sub-menu li{ */
    margin: 0;
    padding: 0 ;
    line-height: 50px;
    width: 330px;

}
.list-box .sub-menu-li:hover .sub-sub-menu{
    visibility: visible;
}

/* 轮播图 */
.swiper-container{
    /* margin-top: 100px; */
}


/* index -> segment-box  公用段落样式 */
.segment-box{
    width: 100%;
    margin: 0;
    padding: 0;
}
.segment-box .segment-bg{
    background-size: 100% 100%;
    padding: 60px 0 80px;


}
.segment-box .box-title{
    text-align: center;
    line-height: 1.2;
    margin-bottom: 50px;
    min-width: 1200px;
    font-family: Source Han Sans;
    font-size: 28px;
    font-weight: 600;
}
.segment-box .inner-box{
    /* min-height: 200px; */
}


/* index -> box-a */
.box-a{
    background-color: #fff;
}
.box-a .item-list{
    text-align: center;
}
.box-a .item-box{
    display: inline-block;
    width: 28%;
    height: 120px;
    background-color: #F5F5F5;
    margin: 1%;
    padding: 1.5%;
}
.box-a .item-box:hover{
    background-color: #FFEBEB;
}
.box-a .top-line{
    display: flex;
    justify-content: space-between;
}
.box-a .icon-box{
    width: 50px;
    display: flex;
    align-items: center;
}
.box-a .icon-box img{
    width: 100%;
}

.box-a .arrow{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.box-a .bottom-line h3{
    line-height: 2;
    text-align: left;
}



/* index-news  */
.box-news{
    display: flex;
    flex-direction: column;
}
.box-news .news-top{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    padding: 20px 0;
}
.box-news  .news-left{
    width: 29%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.box-news .cat-item{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
    font-size: 20px;

}
.box-news .cat-item:hover,
.box-news .cat-item.active{
    background-color: #FFEBEB;

}
.box-news .name-box, .box-news .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-news .news-right{
    width: 69%;
    height: 360px;
}
.box-news .news-item{
    display: flex;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #fff;
}
.box-news .news-item:hover{
    border: 1px solid #D8D8D8;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
}
.box-news .news-img{
    width: 20%;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.box-news .news-img img{
    width: 85%;
    height: 100%;
    
    object-fit: cover;

}
.box-news .news-title{
    width: 80%;
}
.box-news h3{
    font-size: 1.5rem;
    line-height: 2;
}
.box-news h4{
    font-size: 1rem;
    line-height: 2;
    color: #BFBFBF;
}

.box-news .news-bottom{
    display: block;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    line-height: 3;
    font-size: 22px;
    margin-top: 20px;
}
.box-news .news-bottom:hover{
    background-color: #FFFFFF;
}


/* index -> box-program  */
.box-program{
    display: flex;
    flex-direction: column;
}
.box-program .inner-box{
    min-height: 490px;
}
.box-program .program-top{
    display: flex;
    /* align-items: center; */
}
.box-program .cat-item{
    padding: 15px 48px;
    text-align: center;
}
.box-program .cat-item.active, .box-program .cat-item:hover{
    background-color: #A92829;
    color: #fff;

}
.box-program .program-bottom{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
    background-color: #A92829;
}

.box-program .sub-cat-item{
    background-color: #fff;
    width: 28%;
    padding: 1%;
}
.box-program  h3{
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;

}
.box-program  .more{
    display: block;
    width: 70%;
    background-color: #A92829;
    border: 1px solid #A92829;
    text-align: center;
    line-height: 2.8;
    font-size: 0.9rem;

    margin: 20px auto;
    color: #fff;
}
.box-program .icon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 200px;
    margin: 20px auto;
    overflow: hidden;
}

.box-program .icon-box img{

    /* width: 100%;
    height: 100%; */


    max-width: 100%;
    max-height: 100%;
}


/* index -> box-about */
.box-about{
    background-color: #FFF7F7;
    background-image: url(../images/box-d-inner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 85%;
}
.box-about .about-top{
    display: flex;
    justify-content: space-between;
    align-items:start;
    padding: 20px 0;
}
.box-about .about-left{
    width: 20%;
}
.box-about .about-left img{
    width: 90%;

}
.box-about .about-right{
    padding: 20px 0;

    width: 75%;
    line-height: 2;
    font-size: 1.2rem;
}
.box-about .about-title{
    text-align: left;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.box-about .about-info{
    color: #989898;
}
.box-about .about-bottom{
    display: block;
    width: 100%;
    border: 1px solid #000;
    line-height: 2.8;
    font-size: 1.3rem;
    text-align: center;
    margin: 40px 0 20px;

}

.about-page.box-about .about-top{
    flex-direction: column;
    align-items: center;

}
.about-page.box-about .about-right{
    width: 90%;
    margin: 0 auto;
}
.about-page.box-about{
    background-size: auto auto;
    background-position: center 5% ;
}

/* index -> .box-exchange */
.box-exchange .inner-box{
    /* overflow: hidden; */
}
.box-exchange .mySwiper{
    width: 100%;
}
.box-exchange .swiper-slide{
    width: 19%;
    text-align: center;
}
.box-exchange .swiper-slide img{
    width: 95%;
    height: auto;
    max-height: 240px;
    margin: 0 auto;
}
.box-exchange .sub-box-title{
    text-align: center;
    font-size: 1.4rem;
    margin: 40px 0;
}
.box-exchange .box-more{
    display: block;
    width: 100%;
    border: 1px solid #000;
    line-height: 2.8;
    font-size: 1.3rem;
    text-align: center;
    margin: 40px 0 100px;
}
.box-exchange .box-more:hover{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
    background-color: #FFFFFF;

}
.box-exchange .sub-list{
    display: flex;
    justify-content: space-between;
}
.box-exchange .item-box{
    width: 46%;
    background-color: #F5F5F5;
    padding: 1.5%;
    display: flex;
}
.box-exchange .left-img{
    width: 25%;
    height: 120px;
    overflow: hidden;
}
.box-exchange .right-content{
    width: 70%;
    /* overflow: hidden; */
}
.box-exchange .right-content h3{
    /* 不换行 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box-exchange  .item-box img{
    width: 90%;
    height: 100%;
    max-height: 126px;
    object-fit: cover;
}
.box-exchange  .item-box h3{
    font-size: 1.6rem;
    line-height: 2.5
}

.box-exchange  .item-box h4{
    font-size: 1rem;
    color: #BFBFBF;
}

.box-exchange .text-box{
    width: 100%;
    background-color: #F5F5F5;
    padding: 1.5%;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
}

/* .box-exchange .text-box{
    text-align: center;
}*/

.box-exchange .text-box a{
    display: block;
    margin: 0 auto;
    font-size: 1.3rem;

} 





/* index -> .box-query */
.box-query{
    background-image:  url(../images/box-f-bg.jpg);
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;

}


.box-query .form-box{
    width: 70%;
    display: flex;
    flex-direction: column;
}
.box-query .input-box input{
    width: 98%;
    border: 1px solid #D8D8D8;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 1%;
    margin-bottom: 20px;
    font-size: 1.1rem;
}
.box-query  .btn-box{
    width: 100%;
    margin: 40px 0;
}
.box-query .btn-box input{
    width: 100%;
    border: 1px solid #A92829;
    color: #fff;
    font-size: 1.1rem;
    background-color: #A92829;
    padding: 15px 0;
}



/* .foot-box */
.foot-box{
    padding: 20px 0 0;
    /* background-color: #2B2B2B; */
    background-color: #0C0D23;
}
.foot-box .foot-left img{
    width: 76px;
}
.foot-box .foot-top{
    width: 1230px;
    margin: 0 auto;
    padding: 20px 0 40px;
    display: flex;
    justify-content: space-between;


}
.foot-box .foot-middle{
    line-height: 45px;
    width: 50%;
}
.foot-box .foot-middle .list-box{
    text-align: left;
    /* 英文转大写 */
    text-transform: uppercase;

}
.foot-box .foot-middle li:hover{
    background-color: #fff;
}
.foot-box .cat-box{
    width: 100%;
    /* background-color: aqua; */
}
.foot-box .list-box{
    width: 38%;
    display: inline-block;
}
.foot-box .foot-right{
    line-height: 1;
    /* width: 80%; */
    display: flex;
    justify-content: right;

}
.foot-right .foot-item{
    margin-left: 100px;

}
.foot-right .title-box{
    font-family: Source Han Sans;
    font-size: 12px;
    color: #7C7C7C;
}
.foot-right .foot-item-name{
    font-family: Source Han Sans;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 20px;
}
.foot-right .foot-contact{
    margin-bottom: 10px !important;
}
.foot-right .qr-box{
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.foot-right .qr-box .title-box{
    display:  flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    width: 100px;
    margin-right: 12px;
}
.foot-right .qr-box img{
    width: 100px;
    height: 100px;
}
.foot-right .foot-phone{
    display: flex;
    align-items: center;
    margin: 10px 0 15px;
}

.foot-right .foot-phone img{
    margin-right: 6px;
}
.foot-right .item-box{
    display: flex;
    align-items: center;
    margin-bottom: 21px;
    line-height: 14px;
}
.foot-right .item-box .foot-icon{
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 5px;

}
.foot-right .item-box .foot-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foot-box .foot-mid-line{
    border-top: 1px solid #000000;
    height:  1px;
    /* width: 100%;  */
}
.foot-box .foot-bottom{
    text-align: center;
    line-height: 56px;
    font-size: 0.9rem;
    color: #999999;
    background-color: #000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
.foot-box .mail-value{
    display: flex;
    align-items: center;
    line-height: 45px;
}




/************* position 页面样式 start *************/
.pos_box{
    padding: 10px 0;

    font-size: 1rem;
}
/************* position 页面样式 end *************/



/************* show 页面样式 start *************/
.show-content{
    /* background-color: #F5F5F5; */
    padding-bottom: 40px;
    min-height: calc(100vh - 400px);
}
.show-content img{
    max-width: 100%;
}
.list-about.show-content .title-box{
    display: flex;
    align-items: center;
    padding-top: 40px;

}
.list-about.show-content .title-box h1{
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #000000;
    text-align: left;
    margin: 0;
}
.list-about .list-logo{
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.list-content .title-box h1{
    text-align: left;
}

.pos_box .pre_pos, .show-content .pos_box .pre_pos a{
    color: #989898;
}
.pos_box .cur_pos a{
    color: #FFFFFF;
}
.show-content .title-box{

    text-align: center;
    padding: 20px 25px 50px;
    background-color: #fff;

}
.show-content .title-box h1{
    font:bold 2.5rem Georgia;
    margin-top: 25px;
    /* font-size: 2.5rem; */
    margin: 30px 0 10px;
}

.show-content .content-box{
    background-color: #fff;
    padding: 0 25px 50px ;

}
.show-content .content-box .top-line{
    border-top: 1px solid #D8D8D8;
    padding-bottom: 50px ;
}
.content-box img{
    max-width: 100%;
}
/************* show 页面样式 end *************/
.academic-content{
    min-height: calc(100vh - 400px);
}

/************* list-news 页面样式 start *************/
.news-content{
    background-color: #0F113E;
    min-height: calc(100vh - 400px);
}

.news-content  .news-list{
    display: flex;
    padding: 20px 0 50px;

}
.news-content .left-box{
    width: 20%;
    margin-right: 2%;
}
.news-content .left-box .pre-block{
    display: inline-block;
    width: 5px;
    height: 26px;
    margin-right: 10px;
}


.news-content .left-box li:hover .pre-block, 
.news-content .left-box li.active .pre-block{
    background-color: #A92829;
}
.news-list .left-box li{
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 85%;
    background-color: #fff;
    padding: 8%;
    line-height: 26px;
    font-size: 1.2rem;

}
.news-list .left-box li:hover, .news-content .left-box li.active{
    background-color: #FFEBEB;
}
.news-list .right-box{
    /* width: 70%; */
}
.news-list .news-item{
    display: inline-block;
    margin-bottom: 20px;
    width: 47%;
    background-color: #212350;
    padding: 1%;
    border-radius: 4px;
    /*延迟*/
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.news-list .news-item:hover{
    box-shadow: 0px 4px 10px 0px rgba(216, 216, 216, 0.3);
    transform: translate(0,-5px);
}
.news-list .news-item:nth-child(even){
    margin-left: 1%;
}
.news-list  .news-item a{
    display: flex;
    width: 100%;
}
.news-list  .news-item a h3{
    font-family: Source Han Sans;
    font-size: 20px;
    line-height: 2;
    margin: 0;
    color: #FFFFFF;
}
.news-list .right-box li p{
    font-size: 1rem;
    margin: 0;
    color: #FFFFFF;
}
.news-list .right-box li .img-box{
    width: 104px;
    height: 104px;
    margin-right: 2%;
    overflow: hidden;
    text-align: center;
}
.news-list .right-box li .img-box img{
    width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 6px;
}



.news-list .right-box li .tit-box{
    width: 80%;
}
.news-list .right-box li .btm-more span:hover{
    background-color: #982021;
}

.news-list .right-box li .btm-more span{
    display: inline-block;
    color: #FFFFFF;
    background: #A92829;
    padding: 0 30px;
    line-height: 2;
    margin: 20px 0;
}
/************* list-news 页面样式 end *************/


/************* list-exam 页面样式 start *************/
.exam-list{
    padding: 0px 0 50px;

}
.exam-list li{
    /* display: flex; */
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
}
.exam-list .exam-desc{
    color: #BFBFBF;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.exam-list .exam-title{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
}
.exam-list .exam-line{
    display: flex;
    line-height: 40px;
    font-size: 1.2rem;
}
.exam-list .exam-line .img-box{
    margin-right: 10px;
}
.exam-list .site-value a{
    color: #1950AF;
}
.exam-list .site-value a:hover{
    color: #0f2d63;
}
/************* list-exam 页面样式 end *************/


/************* list-expert 页面样式 start *************/
.exchange-list .cat-name{
    margin: 40px 0 40px;
}
.expert-list ul{
    padding: 0px 0 50px;
}
.expert-list .item-box{
    width: 20%;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}
.expert-list .tit-box{
    width: 85%;
    margin: 0 auto;
    background-color: #A92829;
    color: #fff;
    line-height: 2.8;
}
.expert-list .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.expert-list .img-box{
    width: 85%;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
}
.expert-list .img-box img{
    width: 100%;
}
/************* list-expert 页面样式 end *************/


/************* list-academic 页面样式 start *************/
.academic-list{
    padding: 0px 0 50px;
}

.academic-list .item-box:nth-child(2n + 1){
    margin-right: 1.6%;
}
.academic-list .right-box{
    margin-top: 20px;
}
.academic-list .item-box{
    display: block;
    width: 45%;
    float: left;
    background-color: #212350;
    padding: 0 22px 12px;
    border: 1px solid  #212350;
    margin-bottom: 30px;
    /*延迟*/
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 4px;
}
.academic-list .item-box:hover{
    box-shadow: 0px 4px 10px 0px rgba(31, 35, 115, 0.9);
    transform: translate(0,-5px);
}
.academic-list .item-box li{
    width: 100%;
    display: flex;
}

.academic-list .right-box li h3{
    font-size: 20px;
    line-height: 29px;
    margin:  25px 0 10px 0;
    color: #FFFFFF;
}
.academic-list .right-box li p{
    font-size: 1rem;
    margin: 0;
    color: #FFFFFF;
}
.academic-list .right-box li .img-box{
    width: 126px;
    height: 126px;
    margin-right: 2%;
    overflow: hidden;
    text-align: center;
}
.academic-list .right-box li .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.academic-list .right-box li .tit-box{
    /* width: 80%; */
}
/************* list-academic 页面样式 end *************/


/************* box-purpose 页面样式 start *************/
.box-purpose .purpose-top{
    display: flex;
    /* padding: 2%; */
}
.box-purpose .purpose-left{
    width: 18%;
    margin-right: 2%;
    /* background-color: #1950AF; */
    padding: 30px 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-purpose .purpose-right{
    width: 70%;
    margin-right: 2%;
    background-color: #A92829;
    color: #fff;
    padding: 30px 3%;
    font-size: 1.6rem;
    line-height: 1.6;
}

.box-purpose.about-page .purpose-top{
    flex-direction: column;
    align-items: center;

}
.box-purpose.about-page .purpose-right{
width: 90%;
margin: 0 auto;
}

.about-page.box-purpose .purpose-right{
    padding-top: 50px;
}
/************* box-purpose 页面样式 end *************/



/************* box-contact 页面样式 start *************/
.box-contact{
    background-color: #F5F5F5;
}
.box-contact .contact-top{
    background-color: #000000;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.box-contact .name-box{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 30px;
    margin-right: 20px;
}
.box-contact .name-box img{
    height: 28px;
    margin-right: 5px;
}
.box-contact .value-box{
    color: #fff;
    font-size: 1.2rem;
    line-height: 30px;
}


/************* box-contact 页面样式 end *************/



/************* box-committee 页面样式 start *************/

.box-committee {
    background: #F5F5F5;
}
.box-committee .inner-box{ 
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.box-committee .item-box{
    width: 20%;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}
.box-committee .tit-box{
    width: 85%;
    margin: 0 auto;    
    background-color: #A92829;
    color: #fff;
    
    background-color: #fff;
    color: #000;
    line-height: 2.8;
    font-size: 1rem;
    box-shadow: 5px 5px 10px gray;
}
.box-committee .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-committee .img-box{
    width: 85%;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 5px 5px 10px gray;
}
.box-committee .img-box img{
    width: 100%;
}
.box-committee .tit-box-t{
    width: 85%;
    margin: 0 auto;    
    background-color: #fff;
    color: #000; 
    background-color: #A92829;
    color: #fff;
    line-height: 2.8;
    font-size: 1rem;
    box-shadow: 5px 5px 10px gray;

}
.box-committee .tit-box-t a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px 0;
}

/************* box-committee 页面样式 end *************/



/************* box-speech 页面样式 start *************/
.box-speech .item-box{
    padding: 20px;
    width: 90%;
    margin: 0 auto;

}
.box-speech .img-box{
    text-align: center;
    width: 190px;
    height: 240px;
    margin: 0 auto 25px;

}
.box-speech .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 10px gray;
}

.box-speech .tit-box{
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.1rem;
}
.box-speech .desc-box{
    text-align: left;
}
.box-speech .desc-box span{
    font-size: 1.5rem;
    font-weight: bold;
}
.box-speech h3{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
/************* box-speech 页面样式 end *************/



/************* program-content 页面样式 start *************/
.program-content .sub-cat{
    visibility: visible;
    border-bottom: #D8D8D8 solid 1px;
}
.program-content .sub-cat.active-box{
    visibility: visible;
}
.program-content  .cat-box{
    display: inline-block;
    margin-right: 20px;
    padding: 15px 0;
    border-bottom: transparent solid 2px;
}
.program-content  .cat-box.active-box,
.program-content .cat-box:hover{
    border-bottom: #000000 solid 2px;
}
.program-content .title-box h1{
    text-align: left;
}

/************* program-content 页面样式 end *************/



/************* show-certificate 页面样式 start *************/
.show-certificate .result-box{
    /* visibility: hidden; */

}
.show-certificate .not-allow{
    display: none;
}
.show-certificate .none-result{
    text-align: center;
    padding: 150px 0;
    border-top: 1px solid #D8D8D8;
}

.show-certificate .result-info{
    display: flex;
    position: relative;
    padding: 50px 0 100px;
}
.show-certificate .left-box{
    /* background-image: url("../images/certificate_bg.png"); */
    background-size: 100% 100%;

    width: 892px;
    height: 630px;
}


@font-face {
    font-family: 'PINYONSCRIPT-REGULAR';
    src: url('../font/PINYONSCRIPT-REGULAR.TTF') format('truetype');
}
.show-certificate .left-name{
    font-family: 'PINYONSCRIPT-REGULAR', sans-serif;
    font-size: 26px;
    position: relative;
    left: 120px;
    top: 245px;
    font-weight: bold;
}
.show-certificate .left-item{
    font-size: 14px;
    position: absolute;
}
.show-certificate .left-date{
    left: 150px;
    top: 548px;
}
.show-certificate .left-id{
    left: 150px;
    top: 510px;
}
.show-certificate .left-number{
    left: 190px;
    top: 475px;
}
.show-certificate .left-level{
    left: 190px;
    top: 438px;
}
.show-certificate .left-yinzhang{
    width: 209px;
    height: 137px;
    background-image: url("../images/yinzhang.png");
    background-size: 100% 100%;
    position: absolute;
    top: 450px;
    left: 590px;
}


.show-certificate .right-box{
    width: 300px;
    margin-left: 40px;
    text-align: left;
    padding: 65px 0;
}
.show-certificate .right-box h2{
    font-size: 15px;
    font-weight: bolder;

}
.show-certificate .item-box{
    margin-top: 30px;
    line-height: 1.8;
}
.show-certificate .item-name{
    font-size: 18px;
    color: #989898;
}
.show-certificate .item-value{
    font-size: 16px;
}
/************* show-certificate 页面样式 end *************/



/* .banner-wriper{
    width: 100%;
    position: relative;
    line-height: 0;
    background-size: auto 100%;
    background-position: center auto;
    background-repeat: repeat;
} */
.banner-wriper img{
    width: 100%;
    min-width: 1200px;
    line-height: 0;
}

.banner-wriper{
    width: 100%;
    min-width: 1200px;
    min-height: 500px;
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: auto 100% ;
}

/* 1920 */
@media screen and (min-width: 1920px) {
    .banner-wriper{
        background-size: 100% auto;
        background-position: center bottom;
    }
}
.second-box{
    width:  1200px;
    margin: 0 auto;
    height: 0;
    position: relative;
    top: -54px;
}
.second-box .list-item{
    display: flex;
    justify-content: space-around;
}
.second-box .item-box{
    width: 31.5%;
    text-align: center;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    background-image: url("../images/btn-itm-bg.png");
}

.second-box .item-box:hover{
    background-image: url("../images/btn-itm-bg-hover.png");
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear

}
.second-box .top-title-box{
    display: flex;
    padding-left: 35px;
    align-items: center;
}
.second-box .title-box{
    color: #FFFFFF;
    font-family: Source Han Sans;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    text-align: center;
}
.second-box .left-icon{
    width: 5px;
    height: 21px;
    border-radius: 5px;
    background: linear-gradient(180deg, #2D73DB 0%, #95B6FF 100%);
}
.second-box .en-name{
    color: #A0AFCB;
    font-family: Source Han Sans;
    font-size: 14px;
    text-align: center;
    /*字母转大写*/
    text-transform: uppercase;
}
.second-box .icon-box{
    text-align: right;
    padding-right: 25px;
}
.second-box .icon-box img{
    width: 52px;
}
.segment-box .box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
    position: relative;
}
.segment-box .box-title .title-box{
    display: flex;
    justify-content: left;
    font-family: Source Han Sans;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    color: #D3E8FF;
    
}
.segment-box .box-title .sub-title{
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0em;
    
    color: #D3E8FF;
}
.segment-box .box-title .title-box::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -15px;
    width: 29px;
    height: 4px;
    opacity: 1;
    background: #D3E8FF;
}
.box-yangben{
    background-size: 100% 100%;

}
.box-yangben .segment-bg{
    padding-top: 130px;
}
.box-yangben .cat-list{
    display: flex;
    justify-content: space-around;
    width: 45%;
}

.box-yangben .cat-list .cat-box{
    width: 31%;
    height: 48px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans;
    background-image: url("../images/yangben-icon-a.png");
    background-size: 100% 100%;
    color: #FFFFFF;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.box-yangben .cat-list .cat-box.active{
    background-image: url("../images/yangben-icon-b.png");
}
.yangben-bottom .yangben-item{
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.box-yangben .yangben-content{
    display: flex;
    justify-content: space-between;
    margin: 60px auto 20px;
    padding: 20px;
    background-image: url("../images/bg-yangben.png");
    background-size: 100% 100%;

}
.box-yangben .yangben-content p{
    display: block;
    width: 24%;
    height: 205px;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

}
.box-yangben .yangben-content img{
    width: 100%;

}
.box-jiaocai {
    padding: 0 !important;
}

.box-jiaocai .segment-bg{
    background-size: 100% 100%;
    padding: 60px 0 80px;
}
.box-jiaocai .jiaocai-content{
    display: flex;
    justify-content: space-between;
    background-color: transparent;
}


.box-jiaocai .jiaocai-content .name-box:hover .to-buy{
    opacity: 100;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 1000;
}
.box-jiaocai .jiaocai-content .to-buy{
    display: block;
    background-image: url("../images/jiaocai-item-bg.png");
    background-size: 100% 100%;
    min-height: 288px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.box-jiaocai .jiaocai-content .name-box{
    position: relative;
    width: 32%;
    /* background-color: #FFFFFF; */
    text-align: center;
    border-radius: 8px;
    background-image: url("../images/bg-jiaocai.png");
    background-size: 100% 100%;
    min-height: 288px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between !important;
    z-index: 100;
}
.box-jiaocai .jiaocai-content .icon-box{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 3%;

}
.box-jiaocai .jiaocai-content .name-box:hover img{
    width: 90%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-top: 20px;
}
.box-jiaocai .jiaocai-content img{
    width: 105%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.box-jiaocai .jiaocai-content h3{
    display: block;
    color: #FFFFFF;
    font-family: Source Han Sans;
    font-size: 17.63px;
    padding: 7px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-image: url("../images/bg-jiaocai-icon.png");
    background-size: 100% 100%;
    width: 100%;
}
.box-zizhi{
}
.box-zizhi .segment-bg{
    background-size: 100% 100%;
    padding: 60px 0 80px;


}
.box-zizhi .inner-box{
    display: flex;
    position: relative;

}

.box-zizhi .box-left{
    width: 58%;
    padding: 30px;
    border-radius: 8.33px;
    /* background: linear-gradient(119deg, #EFF4FF 42%, rgba(239, 244, 255, 0) 99%); */
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box-zizhi .about-info p{
    display: block;
    width: 49%;
    height: 100%;
    overflow: hidden;

}
.box-zizhi .about-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}

.box-zizhi .about-info img{
    width: 100%;
    border: 1.08px solid #FFFFFF;
}
.box-zizhi .zizhi-left{
    background-image: url("../images/icon-zizhi-left.png");
    background-size: 100% 100%;
    width: 65%;
    padding: 20px 30px ;
    position: relative;
}
.box-zizhi .zizhi-middle{
    display: flex;
    margin-bottom: 15px;
}
.box-zizhi .zizhi-middle .item-button{
    margin: 20px 25px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 150px;
    height: 44px;
    background-image: url("../images/icon-zizhi-btn.png");
}
.box-zizhi .inner-item-button{
    padding: 10px 20px;
    background: linear-gradient(90deg, rgba(66, 227, 200, 0.2) 0%, rgba(77, 60, 255, 0.2) 100%);

    box-sizing: border-box;
}

.box-zizhi .btn-icon{
    margin-right: 10px;
    width: 26px;
    height: 26px;
}
.box-zizhi .btn-title{
    font-family: Dream Han Sans CN;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
}
.box-zizhi .sub-title{
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #A0AFCB;
    margin: 10px 0;

}
.box-zizhi .zizhi-title .title-box{
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
}

.box-zizhi .box-right{
    width: 38%;
    background: linear-gradient(180deg, #2D73DB 0%, #95B6FF 100%);
    margin-left: 20px ;
    border-radius: 8.33px;
    padding: 20px 28px;
    position: relative;
}
.box-zizhi .right-top .title-box{
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}
.box-zizhi .right-top .sub-title{
    font-family: Source Han Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}

.box-zizhi .right-bottom{
    padding: 0 10px 20px;
    width: 60%;
}
.box-zizhi .list-item{
    font-family: Dream Han Sans CN;
    font-size: 20px;
    float: left;
    line-height: 20px;
    letter-spacing: 0em;
    margin: 30px 0 0;

    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    display: flex;
    width: 45%;
}
.box-zizhi .list-item::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url("../images/icon-rongyu.png") ;
    background-size: 100% 100%;

}
.box-zizhi .icon-box{
    position: absolute;
    /* bottom: 0; */
    right: 280px;
    bottom:26px;
}
.box-zizhi .zizhi-content{
    background-image: url("../images/bg-zizhi-right-b.png");
    padding: 50px 50px 30px;
    background-size: 100% 100%;
}
.box-zizhi .zizhi-right{
    position: absolute;
    /* 纵向居中  */
    top: 50%;
    transform: translateY(-47.5%);
    right: 0;
    width: 52%;
    background-image: url("../images/bg-zizhi-right-a.png");
    /* padding: 50px 50px 30px; */
    background-size: 100% 100%;
}

.box-about-us{
}
.box-about-us .segment-bg{
    padding-bottom: 170px;
}

.box-about-us .inner-box{
    display: flex;
    justify-content: space-between;
}
.box-about-us .item-box{
    display: block;
    width: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.box-about-us .item-box:hover .item-content{
    transform: translateY(-5px);
}
.box-about-us .item-box:hover .item-content{
    box-shadow: 0px 10px 10px 0px rgba(23, 28, 144, 0.38);
}
.box-about-us .item-content{
    background-image: url("../images/about-item-bg.svg");
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    width: 590px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 4px;

}

.box-about-us .item-box:last-child{
    margin-left: 20px;
}
.box-about-us .left-icon{
    width: 52px;
    height: 52px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-about-us .item-box:last-child .left-icon{
    width: 64px;
    height: 64px;
    overflow: hidden;
}


.box-about-us .tit-box{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.box-about-us .main-name{
    font-family: Source Han Sans;
    font-size: 24px;
    letter-spacing: 0em;
    
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    line-height: 35px;
}
.box-about-us .sub-title{
    font-family: Source Han Sans;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 5px;
    line-height: 12px;
}
.box-about-us .left-icon img{
    width: 100%;
}

.content-bg{
    width: 100%;
    background-position: center top;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* margin-bottom: 80px; */

}
.banner-content{ 
    color: #FFFFFF;
    padding-top: 140px;
}
.banner-content .banner-title span{
    font-weight: bolder !important;
    font-family: "Alimama ShuHeiTi";
}
.banner-content .banner-title{
    font-size: 40px;
    line-height: 49px;
}
.banner-content .banner-tag{
    margin-top: 21px;
    line-height: 26px;
    display: flex;
}
.banner-content .banner-tag span{
    font-size: 18px;
    text-align: center;
    margin-right: 12px;
}
.banner-content .banner-btn a{
    color: #FFFFFF;
    width: 145px;
    height: 44px;
    border-radius: 22.5px;
    opacity: 1;
    background: #4482E3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.banner-content .banner-btn a:hover{
    background: #2479FF;
}
.content-yangben, .content-jiaocai,.content-zizhi{
    min-height: 800px;
    background-image: url("../images/bg-content-yangben.png");
    background-size: 100% 100%;
}