<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* å…¬å…±æ&nbsp;·å¼ */
.clear-top{
    margin-top: 65px;
}
.container{
    width: 100%;
    background-color: #f5f5f5;
}
.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;
}


/* 1920 */
@media screen and (min-width: 1920px) {
    .box-query,
    .banner-box{
        background-size: 100% 100%;
    }
}
@media screen and (max-width: 1920px) {
    .box-query,
    .banner-box{
        background-size:auto 100%;
    }
}

/* åˆ—è¡¨é¡µåˆ†é¡µæ&nbsp;·å¼ */
.page_div{
    margin: 20px 0 20px;
}
.page_div .pagelist li {
    padding:0;
}
.page_div #pages li{
    background-color: #fff;
}
.page_div #pages li.active, .page_div #pages li:hover{

    background-color: #003F8C;

}


/* èœå•å¯¼èˆªæ&nbsp;æ&nbsp;·å¼ */
.list-box:hover {
    /* background-color: #eee; */
}
.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 -&gt; segment-box  å…¬ç”¨æ®µè½æ&nbsp;·å¼ */
.segment-box{
    width: 100%;
    padding: 60px 0 80px;
    margin: 0;
    /* min-height: 300px; */
}
.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; */
}
/* æ¡Œé¢è®¾å¤‡ */
/* @media screen and (min-width: 2000px) {
   .header .header-main{
        width: 80%;
    }
    .segment-box .box-title{
    }
    .box-a .bottom-line h3{
        font-size: 1.8em;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1400px){
    .header .header-main{
         width: 90%;
    }
    .segment-box .box-title{
        font-size: 2.2em;
    }
    .box-a .bottom-line h3{
        font-size: 1.4em;
    }
}

@media screen and (max-width: 1400px){
     .header .header-main{
          width: 98%;
      }
     .segment-box .box-title{
         font-size: 1.8em;
     }
     .box-a .bottom-line h3{
         font-size: 1.2em;
     }
} */


/* index -&gt; 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{
    background-color: #F5F5F5;
    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 -&gt; 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 -&gt; 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 -&gt; .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 -&gt; .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;
}
.foot-box .foot-left img{
    width: 138px;
}
.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 é¡µé¢æ&nbsp;·å¼ start *************/
.pos_box{
    padding: 10px 0;

    font-size: 1rem;
}
/************* position é¡µé¢æ&nbsp;·å¼ end *************/



/************* show é¡µé¢æ&nbsp;·å¼ 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;
}
.show-content .pos_box .cur_pos{
    color: #000000;
}
.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 ;
}
/************* show é¡µé¢æ&nbsp;·å¼ end *************/


/************* list-news é¡µé¢æ&nbsp;·å¼ start *************/
.news-content{
    background-color: #F5F5F5;
    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: #fff;
    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;
}
.news-list .right-box li p{
    font-size: 1rem;
    margin: 0;
    color: #BFBFBF;
}
.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 é¡µé¢æ&nbsp;·å¼ end *************/




/************* list-exam é¡µé¢æ&nbsp;·å¼ 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 é¡µé¢æ&nbsp;·å¼ end *************/


/************* list-expert é¡µé¢æ&nbsp;·å¼ 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 é¡µé¢æ&nbsp;·å¼ end *************/

/************* list-academic é¡µé¢æ&nbsp;·å¼ 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: #fff;
    padding: 0 22px 12px;
    border: 1px solid #efefef;
    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(216, 216, 216, 0.3);
    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;


}
.academic-list .right-box li p{
    font-size: 1rem;
    margin: 0;
    color: #BFBFBF;
}
.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 é¡µé¢æ&nbsp;·å¼ end *************/


/************* box-purpose é¡µé¢æ&nbsp;·å¼ 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 é¡µé¢æ&nbsp;·å¼ end *************/



/************* box-contact é¡µé¢æ&nbsp;·å¼ 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 é¡µé¢æ&nbsp;·å¼ end *************/



/************* box-committee é¡µé¢æ&nbsp;·å¼ 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 é¡µé¢æ&nbsp;·å¼ end *************/



/************* box-speech é¡µé¢æ&nbsp;·å¼ 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 é¡µé¢æ&nbsp;·å¼ end *************/



/************* program-content é¡µé¢æ&nbsp;·å¼ 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 é¡µé¢æ&nbsp;·å¼ end *************/



/************* show-certificate é¡µé¢æ&nbsp;·å¼ 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 é¡µé¢æ&nbsp;·å¼ end *************/



.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;
    }
}
.second-box{
    width:  1200px;
    margin: 0 auto -60px;
    padding: 0  0 40px;
}
.second-box .item-box:hover .bottom-line{
    transform: scale(1.06);
}
.second-box .bottom-line{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 386px;
    height: 112px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.second-box .list-item{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -56px;
}
.second-box .item-box{
    width: 386px;
    height: 112px;
    border-radius: 4px;
    background: #FFFFFF;
    overflow: hidden;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.second-box .item-box:hover{
    /* transform: translate(0,-10px); */
    background: #F6F9FF;
    /* background: linear-gradient(270deg, #F6F9FF 0%, #F6F9FF 99%); */

    box-shadow: 0px 6px 10px 0px rgba(18, 47, 143, 0.08);
}
.second-box .top-title-box{
    text-align: left;
}
.second-box .title-box{
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
    font-family: Source Han Sans;
    font-size: 20px;
    font-weight: 600;
}
.second-box .left-icon{
    width: 5px;
    height: 21px;
    border-radius: 5px;
    background: linear-gradient(180deg, #2D73DB 0%, #95B6FF 100%);
}
.second-box .en-name{

    font-family: Source Han Sans;
    font-size: 10px;
    text-transform: uppercase;
    color: #9C9C9C;
}
.second-box .icon-box{
    text-align: right;
    padding-right: 15px;
}
.second-box .icon-box img{
    width: 50px;
}
.segment-box .box-title{
}
.segment-box .box-title .title-box{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans;
    font-size: 28px;
    font-weight: normal;
    /* display: block; */
    line-height: 1;
    
}
.segment-box .box-title .title-box::after, 
.segment-box .box-title .title-box::before{
    content: "";
    display: inline-block;
    width: 100px;
    height: 3px;
    border-radius: 16.5px;
    border: 0.5px solid #FFFFFF;
    background: linear-gradient(90deg, #1B57BF 0%, rgba(255, 255, 255, 0) 100%);
    margin-left: 10px;
    margin-top: 3px;
    margin-right: 2px;
}
.segment-box .box-title .title-box::before{
    margin-left: 0px;
    margin-right: 10px;
    transform: rotate(180deg);
}
.box-yangben{
    /* background: #F7F8FA;
    background-image: url("../images/bg-yangben-a.png");
    background-size: 100% 100%; */
}
.list-yangben {
    background-color: #fff !important;
    width: 1200px !important;
    margin: 0 auto;

}
.list-yangben .box-yangben{
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
    

}
.list-yangben .yangben-list-content img{
    border: 1px solid #eee;
    width: 100%;

}
.list-yangben .yangben-list-content p{
    display: block;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 25px auto;
    width: 80%;
    background-color: #fff;
}
.list-yangben .segment-box .box-title{
    margin: 40px auto 50px;
}
.list-yangben .yangben-list-content{
    line-height: 1;

}

.box-yangben .item-list-box{
    
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.box-yangben .yangben-top{
    width: 588px;
    position: relative;
}
.box-yangben .icon-img{
    position: absolute;
    width: 85px;
    bottom: 26px;
    left: 45px;
}
.box-yangben .layer-a{
    width: 588px;
    height: 448px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(128deg, #212D5A 2%, rgba(92, 105, 153, 0) 85%);
    opacity: 1;
    border-radius: 10px;
}
.box-yangben .en-name{
    font-family: Source Han Sans;
    font-size: 8.5px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    line-height: 25px;
    margin-bottom: 20px;
}
.box-yangben .top-title{
    position: absolute;
    left: 35px;
    top: 30px;
    color: #FFFFFF;
    line-height: 35px;
}
.box-yangben .btn-list li{
    display: inline-block;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 1; 
    background-image: url("../images/icon-yangben-btn.png");
    background-size: 100% 100%;
    float: left;

}
.box-yangben .btn-list li::before{
    content: "";
    width: 13px;
    height: 12px;
    background-image: url("../images/icon-yangben-pre.png");
    background-size: 100% 100%;
    margin-right: 10px;
}
.box-yangben .title-value{
    font-family: Source Han Sans;
    font-size: 24px;
    font-weight: 500;
}
.box-yangben .image-value{
    width: 100%;
    height: auto;

}
.box-yangben .yangben-bottom{
    position: relative;width: 588px;
    height: 448px;
    border-radius: 10px;
    display: flex;
    opacity: 1;

    background: #fff;

    box-sizing: border-box;

    /* box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1); */
}
.box-yangben .yangben-content{
    /* background: #EDEDED; */
    padding: 40px;
    /* border-radius: 10px 10px 0px 0px; */
}
.box-yangben .yangben-content p{
    display: block;
    width: 244px;
    height: 172px;
    overflow: hidden;
    float: left;
}
.box-yangben .yangben-content p:nth-child(even){
    margin-left: 20px;
}
.box-yangben .yangben-content p:nth-child(1),.box-yangben .yangben-content p:nth-child(2){
    margin-bottom: 20px;

}

.box-yangben .bottom-line{
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 100%;
    /* padding: 0 20px; */
    background: linear-gradient(90deg, #182553 0%, rgba(24, 37, 83, 0) 100%);
    border-radius: 0px 0px 10px 10px;
    height: 24px;
}
.box-yangben .yangben-content img{
    width: 100%;
    height: auto;

}
.box-jiaocai{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.box-jiaocai .inner-box{
    display: flex;
    /* justify-content: space-between; */
    background-color: transparent;
    /* background: linear-gradient(91deg, #112C8C 0%, #1B57BF 94%); */
    background: linear-gradient(91deg, #2B85D9 0%, #2343B2 95%);
    border-radius: 10px;
}

.box-jiaocai .left-box{
    width: 399px;
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 9px 0px 0px 9px;
}
.box-jiaocai .left-box img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.box-jiaocai .right-box{
    display: flex;
    width: 600px;
    align-items: center;
    padding-left: 80px;
    border-radius: 0px 10px 10px 0px ;
    color: #FFFFFF;
}
.box-jiaocai .title-tag{
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 12px;

}
.box-jiaocai .right-box .description{
    margin-top: 18px;
    font-family: Source Han Sans;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}
.box-jiaocai .right-box .btn-buy{
    width: 138px;
    height: 41.88px;
    border-radius: 21.41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei;
    font-size: 15.23px;
    color: #FFFFFF;
    background: #4482E3;
    margin-top: 24px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}
.box-jiaocai .right-box .btn-buy:hover{
    background: #2479FF;
}
.box-jiaocai .right-box .title{


    font-family: Source Han Sans;
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}
.box-zizhi{
    background: #F7F8FA;
    background-size: 100% 100%;
}
.box-zizhi .inner-box{
    position: relative;
}
.box-zizhi .box-left{
    width: 82.5%;
    height: 320px;
    border-radius: 10px;
    background-image: url("../images/bg-zizhi-left.png");
    background-size: 100% 100%;
    position: relative;
    color: #FFFFFF;
    font-family: Source Han Sans;
    padding: 20px 40px;
}
.box-zizhi .key-list{
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 40%;
}
.box-zizhi .key-list li{
    width: 28%;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #FFFFFF;
    width: 136px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    background-image: url("../images/icon-zizhi-btn-a.png");
    background-size: 100% 100%;
}

.box-zizhi .left-content-b{
    margin-top: 25px;
}
.box-zizhi .left-content-b li{
    border-bottom: 2px solid #FFFFFF;

}
.box-zizhi .left-content-a li::before{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../images/icon-zizhi-a.png");
    background-size: 100% 100%;
    margin-right: 6px;
}
.box-zizhi .left-content-a li:nth-child(2)::before{
    background-image: url("../images/icon-zizhi-b.png");
}
.box-zizhi .left-content-a li:nth-child(3)::before{
    background-image: url("../images/icon-zizhi-c.png");
}
.box-zizhi .left-content-a li{
    border-left: 2px solid #FFFFFF;
}
.box-zizhi .left-title-en{
    font-size: 8px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 16px;
}
.box-zizhi .left-title{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 45px;
}
.box-zizhi .box-right p{
    display: inline-block;
    height: 100%;
    z-index: 1000;
    line-height: 0;
}

.box-zizhi .box-right img{
    width: 295px;
    height: 205px;
    border-radius: 4px;
    margin-right: 30px;
    display: inline-block;
}

.box-zizhi .box-right{
    padding: 23px 25px;
    position: absolute;
    /*ç«–å‘å±…ä¸­*/
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
   
}
.box-zizhi .right-layer-b{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: url("../images/bg-zizhi-cc.png");
    background-size: 100% 100%;

}
.box-zizhi .right-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.2;
    background: #1A52B9;
    filter: blur(41px);
}
.box-about-us{
    background-size: 100% 100%;

}

.box-about-us .inner-box{
    display: flex;
    justify-content: space-between;
}
.box-about-us .item-box{
    display: block;
    width: 50%;
    position: relative;
}

.box-about-us .item-box::before,
.box-about-us .item-box::after
{
    content: "";
    position: absolute;
    width: 3px;
    height: 41px;
    top: 23px;
    border-radius: 71px;
    background: #FFFFFF;

	animation-timing-function: ease-in-out;
	animation-duration: 300ms;
	animation-fill-mode: forwards;
    opacity: 0;
}

.box-about-us .item-box::before:hover{

}
.box-about-us .item-box::before{
    left: 0;
    
}
.box-about-us .item-box::after
{
    right: 0;
}

.box-about-us .item-content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    /* padding: 10px; */
    /* background-size: 100% 100%; */
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}
.box-about-us .item-box:first-child:hover {
    background: linear-gradient(90deg, #29A7E1 0%, #2C35B6 100%);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.box-about-us .item-box:first-child {
    background: linear-gradient(90deg, #2C35B6 0%, #29A7E1 100%);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.box-about-us .item-box:last-child:hover {
    background: linear-gradient(90deg, #FFB0B0 4%, #FFD0D0 100%);
}
.box-about-us .item-box:last-child {
    background: linear-gradient(90deg, #FFD0D0 4%, #FFB0B0 100%);
}

.box-about-us .item-box:last-child:hover {

}


.box-about-us .item-box:last-child{
    margin-left: 20px;
}
.box-about-us .item-box:last-child .main-name{
    color: #08101B;
}
.box-about-us .item-box:last-child .sub-title{
    color: #08101B;
}
.box-about-us .left-icon{
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.box-about-us .item-box:first-child .left-icon{
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 3px;
}
.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;
    line-height: 35px;
    color: #FFFFFF;
}
.box-about-us .sub-title{
    font-family: Source Han Sans;
    font-size: 8px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 5px;
}
.box-about-us .left-icon img{
    width: 100%;
}

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

    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-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;
}
.jiaocai-content,.yangben-content{
    min-height: calc(100vh - 400px);
}
.position{
    background-color: #f0f0f0;
}</pre></body></html>