body {
    background-color: rgb(0 0 122);
    font-family: 'tengxztbregular' !important;
}
#particles-js {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 122);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1;
}
.conabc a {
    font-size: 3rem;
    padding: 2rem 6rem;
    color: #6bcdfc;
    text-transform: uppercase;
}
.conabc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.zhuti {
    width: 80%;
    margin: 0 auto;
}
.page0_w >h3 {
    margin: 3% auto;
    font-size: 2rem;
}
.page0_w >p {
    font-size: 1.8rem;
    text-indent: 1.8em;
    letter-spacing: 2px;
    line-height: 5.6rem;
    font-weight: 100;
    text-indent: 4ch;
}

.container {
    width: 100%;
}
.btn1 {
    text-decoration: none;
    border: 2px solid #a9b4e3;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}
.btn1:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(146, 148, 248, 0.4), transparent);
    transition: all 650ms;
}
a.btn1:hover {
    box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
    color: #6bcdfc;
    text-decoration: auto;
}
.btn1:hover:before {
    left: 100%;
}

/*��̳����*/
.lt_ys_js {
    margin-top: 5%;
    display: flex;
    color: white;
    justify-content: space-between;
}

.lt_ys_title {
    width: 19%;
    background-color: #2835ad;
    padding: 5% 3% 5% 3%;
    transition: all 0.8s;
}
.lt_ys_title:hover {
    transform: scale(1.2);
    color: darkblue;
    background-color: white;
}
.lt_ys_title p {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 600;
}
.lt_ys_title  span {
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 4rem;
}

/*�����ݽ�*/

.detail-chairman {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin: 50px auto 0;
    overflow: hidden;
}

.detail-chairman .item {
    flex: 1;
    height: 100%;
    transition: flex 0.8s ease;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 12px;
    /*border-radius: 20px;*/
}
.detail-chairman .item .info .name {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-weight: bold;
}
.detail-chairman .item .info .position-speaker {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 13px;
}
.detail-chairman .item .info {
    position: relative;
    height: 370px;
    width: 100%;
    max-width: 280px;
    background:  no-repeat center top;
    border: 1px solid #fff;
    /*border-radius: 20px;*/
    overflow: hidden;
}
.detail-chairman .item:hover, .chairman .detail-chairman .item.item_hover {
    flex: 4;
    background: linear-gradient(136deg, #e3f0fe 0%, #c9e0fe 100%);
}

.detail-chairman .item:hover .info, .chairman .detail-chairman .item.item_hover .info {
    background:  no-repeat center top;
}

.detail-chairman .item:hover .detail, .chairman .detail-chairman .item.item_hover .detail {
    opacity: 1;
    width: 58%;
    transition: all 0.5s ease;
}

 .detail-chairman .item:last-child {
    margin-right: 0;
}

.detail-chairman .item .info {
    position: relative;
    height: 370px;
    width: 100%;
    max-width: 280px;
    background:  no-repeat center top;
    border: 2px solid #005bff;
    /*border-radius: 20px;*/
    overflow: hidden;
}

.detail-chairman .item .info .pic {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    height: 370px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: none;
}
.button_zk > button {
    background-color: #101085;
    color: white;
    width: 22%;
    /* height: 45px; */
    padding: 1%;
    border: 0;
    font-size: 2.2rem;
    box-sizing: content-box;
    border-radius: 5px;
    font-weight: 600;
}
.detail {
    position: absolute;
    height: 100%;
    z-index: 9;
    left: 280px;
    top: 0;
    opacity: 0;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 0 30px 20px;
    color: #091953;
    font-size: 14px;
    line-height: 1.8;
    width: 225px;
    height: 100%;
    overflow: hidden;
}
.detail .inner {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 20px;
}
.dec {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #2835ad;
    height: 93px;
    backdrop-filter: blur(10px);
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 35px;
    width: 100%;
    /*border-radius: 0 0 10px 10px;*/
}
.detail-chairman .item .detail h4 {
    font-size: 4rem;
}
.detail-chairman .item .detail h5 {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 23px;
    margin-bottom: 8px;
}

.chairman .detail-chairman .item .detail .inner::-webkit-scrollbar {
    /*������������ʽ*/
    width: 4px;
    /*�߿��ֱ��ӧ�����������ĳߴ�*/
    height: 5px;
}

.chairman .detail-chairman .item .detail .inner::-webkit-scrollbar-thumb {
    /*����������с����*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #e3f0fe;
    background: #e3f0fe;
}

.chairman .detail-chairman .item .detail .inner::-webkit-scrollbar-track {
    /*������������*/
    -webkit-box-shadow: inset 0 0 5px #c9e0fe;
    border-radius: 10px;
    background: #c9e0fe;
}

.chairman .detail-chairman .item .detail h4 {
    font-size: 40px;
}

.chairman .detail-chairman .item .detail h5 {
    font-size: 16px;
    text-align: justify;
    line-height: 23px;
    margin-bottom: 8px;
}

.chairman .detail-chairman .item .detail p {
    font-size: 14px;
    text-align: justify;
}
.chairman .detail-chairman .item:hover .detail, .chairman .detail-chairman .item.item_hover .detail {
    opacity: 1;
    width: 58%;
    transition: all 0.5s ease;
}
/*�α��´�*/
.jb_zc1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    color: white;
    margin-top: 5%;
}
.jb_zc_divads {
    margin-bottom: 4%;
}
.jb_zc2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: white;
    margin-top: 5%;
}
.jb_zc_div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.jb_zc_div1 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.jb_zc_img {
     width: 100%;
    position: relative;
}

.jb_zc_img1 {
    width: 100%;
    position: relative;
}
.jb_zc_img   img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.jb_zc_img1   img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.jb_zc_nr {
    width: 40%;
    border: 1px solid #005bff;
    border-left: none;
    padding: 3%;
}
.jb_zc_nr h3 {
    font-size: 2rem;
    line-height: 3rem;
}

.jb_zc_nr1 {
    width: 40%;
    border: 1px solid #005bff;
    border-right: none;
    padding: 3%;
}
.jb_zc1_x {
    border-bottom: 1px solid #005bff;
    margin: 9% 0 4% 0;
}
.jb_zc_img_div {
    width: 80%;
    margin: 0 auto;
    background-color: #2835ad;
    padding: 3%;
    position: absolute;
    left: 9%;
    bottom: -7%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}
.jb_zc_img_div1 {
    width: 80%;
    margin: 0 auto;
    background-color: #2835ad;
    padding: 3%;
    position: absolute;
    left: 9%;
    bottom: -7%;
}
.jb_zc_nr p {
    font-size: 1.8rem;
    line-height: 3.6rem;
}
.jb_zc_nr1 p {
    font-size: 1.5rem;
    line-height: 2.6rem;
}






/*բ����̳*/
.yz_lthyimg img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.yz_lthyimg {
    width: 100%;
    margin-bottom: 3%;
}
.imgsec img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.imgsec {
    /*position: relative;*/
    width: 100%;
}
.overlay1 {
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(16 16 133);
    color: white;
    display: flex
;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 2%;
    padding: 2%;
    /*!*opacity: 0; !* ��ʼ͸����ϊ0 *!*!*/
    /*transition: opacity 0.3s ease; !* ����ч�� *!*/
}
.overlay1_div {
    border-bottom: 1px solid white;
}
/*.imgsec:hover .overlay1 {*/
/*    opacity: 1; !* �����ͣʱ��ʾ���� *!*/
/*}*/

.overlay1 > h4 {
    width: 95%;
    line-height: 3rem;
    font-weight: 600;
    overflow: hidden;
}
.overlay1 > h2 {
    width: 50%;
    line-height: 5rem;
    /* overflow: hidden; */
    border-bottom: 1px solid #005bff;
}
.yz_lthy {
    position: relative;

}
.yz_lthyimg_p {
    border-left: 6px solid #005bff;
    margin: 1% 0 1% 0%;
}
.yz_lthyimg_p p {
    color: white;
    font-size: 3rem;
    margin-left: 1%;
    font-weight: 600;
}
.speaker-detail1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
}
.speaker-detail_div {
    border-bottom: 1px solid #005bff;
    margin: 1% 0% 2% 0%;
}
.yz_lthy .speaker-detail1 .item-speaker {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 18%;
    height: 372px;
    /*background: #081a70;*/
    /*background: linear-gradient(136deg, #cfe2ff 0%, #c3d6fb 100%);*/
    /*border-radius: 20px 20px 20px 20px;*/
    opacity: 1;
    /*border: 2px solid #005bff;*/
    margin-left: 0px;
    overflow: hidden;
    margin-bottom: 38px;
}
.speaker-detail1 .item-speaker:hover {
    margin-top: -20px;
    transition: all 0.5s ease;
}

.speaker-detail1 .item-speaker:hover .info {
    height: 150px;
    transition: all 0.5s ease;
    background: rgba(11, 79, 255, 0.7);
}

.speaker-detail1 .item-speaker .tag {
    position: absolute;
    right: 20px;
    top: -65px;
    width: 46px;
    height: 46px;
    background:  no-repeat center center;
    display: inline-block;
    background-size: 46px 46px;
}

.speaker-detail1 .item-speaker .top-speaker {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}

.speaker-detail1 .item-speaker .top-speaker .avator-speaker {
    width: 100%;
}

.speaker-detail1 .item-speaker:nth-child(5n   1) {
    margin-left: 0;
}

.speaker-detail1 .item-speaker .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    background: #2835ad;
    backdrop-filter: blur(10px);
    box-shadow: 40px 40px 100px 0px rgba(24, 48, 63, 0.2);
    opacity: 1;
    color: #fff;
    border-radius:0px;
    padding: 10px 18px;
    box-sizing: border-box;
}

.speaker-detail1 .item-speaker .name {
    font-size: 20px;
    font-weight: 400;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-weight: bold;
}
/*�޸ģ�������� ��ʾ����*/
.speaker-detail1 .item-speaker .position-speaker {
    height: 40px;
    line-height: 20px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
}

.speaker-detail1 .item-speaker .bottom-info {
    margin-top: 22px;
}

.speaker-detail1 .item-speaker .bottom-info .topic-h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.speaker-detail1 .item-speaker .bottom-info .topic {
    height: 80px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/************************************/
.speaker-detail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
}
.dahuiyicheng img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.dahuiyicheng {
    margin-top: 5%;
}
.yz_lthy .speaker-detail .item-speaker {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 18%;
    height: 372px;
    /*background: #081a70;*/
    /*background: linear-gradient(136deg, #cfe2ff 0%, #c3d6fb 100%);*/
    /*border-radius: 20px 20px 20px 20px;*/
    opacity: 1;
    /*border: 2px solid #005bff;*/
    margin-left: 0px;
    overflow: hidden;
    margin-bottom: 38px;
}
.speaker-detail .item-speaker:hover {
    margin-top: -20px;
    transition: all 0.5s ease;
}

 .speaker-detail .item-speaker:hover .info {
    height: 150px;
    transition: all 0.5s ease;
    background: rgba(11, 79, 255, 0.7);
}

.speaker-detail .item-speaker .tag {
    position: absolute;
    right: 20px;
    top: -65px;
    width: 46px;
    height: 46px;
    background:  no-repeat center center;
    display: inline-block;
    background-size: 46px 46px;
}

.speaker-detail .item-speaker .top-speaker {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}

.speaker-detail .item-speaker .top-speaker .avator-speaker {
    width: 100%;
}

.speaker-detail .item-speaker:nth-child(5n   1) {
    margin-left: 0;
}

 .speaker-detail .item-speaker .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    background: #2835ad;
    backdrop-filter: blur(10px);
    box-shadow: 40px 40px 100px 0px rgba(24, 48, 63, 0.2);
    opacity: 1;
    color: #fff;
    border-radius: 0px;
    padding: 10px 18px;
    box-sizing: border-box;
}

.speaker-detail .item-speaker .name {
    font-size: 20px;
    font-weight: 400;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-weight: bold;
}
/*�޸ģ�������� ��ʾ����*/
.speaker-detail .item-speaker .position-speaker {
    height: 40px;
    line-height: 20px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 10px;
}

 .speaker-detail .item-speaker .bottom-info {
    margin-top: 22px;
}

.speaker-detail .item-speaker .bottom-info .topic-h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.speaker-detail .item-speaker .bottom-info .topic {
    height: 80px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}



/*------------------------------------------*/
/*��ҵ��ֵ��*/
.speech_background{
    /*background-image: ;*/
    background-repeat: no-repeat;
    height: 100%;
    width: 100% ;
    background-size:100% 100%;
    padding: 0px 0px 0px 0px ;
    display: flex;
    flex-direction: column;
}
.xuxian{

    height:0px;border:none;border-top:0px dashed #0066cc;
}
.speech{
    width: 100%;
    margin: 0 auto;
    background-color: #1600ffb3;
    padding: 5% 5% 5% 5% ;
    margin-bottom: 40px;
}
.small_speech{
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.small_speech_img{
    width: 50%;
}
.small_speech_p{
    width: 48%;
}
.theme_forum_h1>h4{
    font-size: 40px;
}
.small_speech div>img{
    width: 100%;
}
.speech_title{
    line-height: 55px;
    font-size: 25px;
    font-weight: bold;
    width: 25%;
    text-align: center;
    color: #ffffff;
}
.small_speech_p_div{
    margin-bottom: 10px;
    background-image: ;
    background-repeat: no-repeat;
    flex-direction: column;
}
.speech_victitle{
    font-size: 17px;
    margin-top: 20px;
}
.small_speech_p >div{
    display: flex;
    justify-content: space-between;
}

.speech_itemdesc:first-line  {
    font-size: 20px;
    font-weight:bold;
}
.speech_itemdesc{
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    padding-bottom: 15px;
    height: 45%;
    margin-top: 20px;
    overflow: auto;
    scrollbar-width:none;/*firefox*/
    -ms-overflow-style:none;
    overflow:-moz-scrollbars-none;
    margin-bottom: 40px;
    background: linear-gradient(to right,#0661fe50 22%,#1161ff57 70%);
    padding: 20px;
}
.speech_itemdesc::-webkit-scrollbar{
    width:0px
}
.speech_itemdesc:before{
    display: inline-block;
    content: "";
    width: 5px;
    height: 22px;
    background-color: #00c7ff;
    position: relative;
    top: 6px;

}
.page{
    text-align: center;
    margin: 0 auto;
    width: 563px;
    height: 124px;
    background-repeat: no-repeat;
    background-size:100% 100%;
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    line-height: 4em;
    margin-top: 85px;
    margin-bottom: 80px;
}
.speech_smallitemdesc{
    text-align: center;
    /*background-image: ;*/
    background-repeat: no-repeat;
    width: 123px;
    background-size:100% 100%;
    padding: 1% 0px 1% 0px ;
    display: flex;
    flex-direction: column;
    /*border-radius: 25px;*/
    background:linear-gradient(to right,#14c4fe,#053ffe);
}
.speech_keyword{
    display: flex;
    justify-content: space-evenly;
}
.speech_background_small{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
}
.ted_share_div:hover{
    transform:scale(1.08);
}
.body_div{
    background-color: #0001c1bd;
}

.ted_share_div{
    width: 23%;
    margin-bottom: 20px;
    text-align:center;
    cursor: pointer;
    transition: all 0.6s;
}
.ted_share_img{
    margin: 0 auto;
    width: 95%;
    z-index: 0;
}
.ted_shareimg_div{
    background-color: #1600ffb3;
    text-align: center;
    z-index: 1;
    padding: 0 0 5% 0;
    position: relative;
    bottom: 20px;
}
.ted_shareimg_divp{
    padding-top: 10px;
}
.chakan{
    width: 80%;
    /*border-radius: 20px;*/
    margin: 0 auto;
    color: #f5f9ff;
    background-color: #228df7;
    margin-top: 10px;
}

.theme_forum_div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 5% 5% 5%;
}
.top-theme_forum_h1{
    padding: 5% 0 0 5%;

}
.theme_forum_h1{
    width: 98%;
    background-color: #0043e9;
    height: 60px;
    line-height: 60px;
    border-left: 25px solid #00c7ff ;
    margin-bottom: 30px;
    color: #ffffff;
    padding-left: 10px;
}
.theme_forumamalldiv{
    width: 98%;
    margin: 0 auto;
    background-color: #1600ffb3;
    padding-top: 5px;
}
.theme_forum_div_img{
    width: 45%;
}
.theme_forum_div_img>img{
    width: 100%;
}
.theme_forum_div_smalldiv{
    display: flex;
    margin-bottom: 10px;
}

.theme_forum_div_title{
    width: 53%;
}
.theme_forum_div_title>p{
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
    padding-bottom: 15px;
    height: 30%;
    overflow: auto;
    scrollbar-width:none;/*firefox*/
    -ms-overflow-style:none;
    overflow:-moz-scrollbars-none;
    margin-bottom: 20px;
    padding-top: 3%;
    padding: 10px;
    background: linear-gradient(to right,#0661fe50 22%,#1161ff57 70%);
    margin-top: 19px;
    border-top: 2px solid #ffffff50;
}
.theme_forum_div_title>p::-webkit-scrollbar{
    width:0px
}
.theme_forum_div_smallimg{
    width: 18%;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.6s;
}
.theme_forum_div_smallimg:hover{
    transform: scale(1.08);
}
.theme_forum_div_smallimg>p{
    font-size: 12px;
    line-height: 1.5em;
}
.theme_forum_div_smallimg>p:first-line{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}

.theme_forum_div_smallimg>img{
    /*border-radius: 50%;*/
    width: 100%;

}
.theme_forumlitemdesc{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.theme_forumlitemdesc>div{
    text-align: center;
    /*background-image: ;*/
    background-repeat: no-repeat;
    width: 123px;
    background-size: 100% 100%;
    padding: 1% 0px 1% 0px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.6s;
    /*border-radius: 25px;*/
    background:linear-gradient(to right,#0b78fe,#053ffe);
}
.theme_forumlitemdesc>div:hover{
    transform: scale(1.08);
}
.professional_title{
    width: 28%;
    margin-bottom: 6%;
}
.professional_title >ul{
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.professional_title ul>li{
    line-height: 4rem;
    display: block;
    height: 40px;
    background-color: #101085;
    margin-bottom: 10px;
    padding-left: 10%;
    cursor: pointer;
    transition: all 0.6s;
    font-size: 20px;
}
.professional_title ul>li:hover {
    transform: scale(1.2);
}
.professional_text{
    width: 68%;
    margin-bottom: 6%;
}
.professional_text_img >img{
    width: 100%;
}

.professional_text_text{
    display: flex;
    overflow: auto;
    flex-wrap: wrap;
    max-height: 1200px;
    width: 100%;
    justify-content: flex-start;
    margin-left: 0%;
    padding-top: 3%;
}

.professional_text_text >div{
    width: 19%;
    margin-bottom: 20px;
    margin-right: 1%;
}
.professional_text_text div>img{
    width: 100%;
    border: solid 5px #2e64eb;
}
.professional_text_text div>p{
    font-size: 10px;
    text-align: center;
    margin-top: 10%;
}
.speech_background_small1{
    width: 100%;
    margin: 0 auto;
}
.swiper-container1 {
    margin-top: 20px;
    width: 100%;
    height: auto;
    margin-bottom: 53px;
    /* overflow: visible!important; */
}
/*video::-webkit-media-controls{*/
/*    display:none !important;*/
/*}*/
.swiper-container1 .swiper-wrapper .swiper-slide{ width: 46%; }
.swiper-container1 .swiper-wrapper .swiper-slide img{width: 100%;}
.swiper-container .swiper-wrapper .swiper-slide img{width: 100%;}
.swiper-container1 .swiper-wrapper .swiper-slide-prev{ margin-top: 62px; height: 90%!important;}
.swiper-container1 .swiper-wrapper .swiper-slide-prev img{ height: 65%!important;width: 58%;float: right}
.swiper-container1 .swiper-wrapper .swiper-slide-next{ margin-top: 62px; height: 90%!important;}
.swiper-container1 .swiper-wrapper .swiper-slide-next img{ height: 65%!important; width: 58%}
.swiper-slide {
    background-color: #f7fefb00;

}
.interview_img_bac{
    height: 100%;
    width: 13% ;
    margin-bottom: 20px;
}
.interview_img_bac>img{
    background-image: ;
    background-repeat: no-repeat;
    background-size:100% 100%;
    width: 100%;
}
.interview_img_bac>p{
    text-align: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
}
.interview_img_div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.octagon {
    position: relative;
    width: 146px;
    height: 146px;
    background-color: #1633cf;
    /* margin: 60px; */
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    border: 6px solid #1633cf;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.octagon img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: all 0.8s;

}
.octagon img:hover {
    /* transition: all 0.8s; */
    transform: scale(1.3);
}
.container11 {
    overflow: hidden;
    position: relative;

}

.jiazai{
    /*background-image: ;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 160px;
    text-align: center;
    font-size: 2.6rem;
    line-height: 5em;
    font-weight: 600;
}
.out_part{
    height: 100%;
    width: 100% ;
}
.out_part>div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.out_part div >div{
    /*width: 13%;*/
}
.more{display: block;}
.interview_img_bac > a {
    text-decoration: none;
}
.more1{
    display: block!important;
}
.more2{display: none}
.interview_img_bac1{
    /*height: 100%;*/
    /*margin-bottom: 20px;*/
    height: 100%;
    width: 13% ;
    margin-bottom: 20px;
}
.interview_img_bac1>img{
    background-image: ;
    background-repeat: no-repeat;
    background-size:100% 100%;
    width: 100%;
}
.interview_img_bac1>p{
    text-align: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
}
.interview_img_bac2{
    width: 13%;
    margin-bottom: 20px;
}
.out_part{display:none;}
.out_part1{
    display: none;
}
.cooperative{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;

}
.cooperative >img{
    width: 15%;
    margin-bottom: 20px;

}
.cooperative >div{
    width: 15%;
}
.fix-nav{
    background-color: rgb(16 16 133);
    margin-top: -7px;
}
.fix-nav >ul{

    padding-left: 0px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    color: #ffffff;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    justify-content: space-between;
}
.fix-nav ul>a{
    width: 12.5%;
    color: #ffffff;
    line-height: 4em;
}
.fix-nav ul>a:hover{
    color: #ffffff;
}
.fix-nav ul>a:active{
    color: #ffffff;
}
.fix-nav ul>a:after{
    color: #ffffff;
}

.box-active{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
}
.bootom{
    width: 100%;

    font-family: microsoft yahei;
    line-height: 32px;
}
#footer-link{
    clear: both;
    color: #cccccc;
    font-size: 12px;
    margin: 0 -5px -5px;
    position: relative;
    padding: 10px 0 5px 80px;
    text-align: center;
    color: #8c8c8c;
}
#footer-link>a {
    color: #8c8c8c;
    margin: 0 2px;
    color: #fff;
    text-decoration: none;
}
#footer-link a {
    color: #8c8c8c;
    margin: 0 2px;
}
lockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0;
}
/*������������ʽ*/
.row::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

/*����������*/
.row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0f00ff;
}

/*���������*/
.row::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ccc;
}

.row .col-lm-5 {
    padding-left: 10px;
    padding-right: 0px;
}
.professional_title ul >.hover{
    background-color: #255eb7;
    transform: scale(1.05);
}
@media screen and (min-width: 1367px)and (max-width: 1441px) {
    .fix-nav >ul {
        width: 80%;
    }

    .yz_lthy .speaker-detail1 .item-speaker {
        width: 19%;
        height: 300px;
        margin-left: 0px;
    }
    .speaker-detail1 .item-speaker .info {
        border-radius: 0px;
    }
    .yz_lthy .speaker-detail .item-speaker {
        height: 284px;
    }
    .professional_title {
        width: 32%;
    }



}
@media screen and (min-width: 2500px){
    .fix-nav >ul {
        width: 80%;
    }

    .speaker-detail .item-speaker .name {
        margin-top: 0px;
    }.speaker-detail1 .item-speaker .name {
        margin-top: 5px;
    }
    .professional_text_text div>p {
        font-size: 14px;
        text-align: center;
        margin-top: 10%;
    }
    /*.zhuti {*/
    /*    width: 70%;*/
    /*    margin: 0 auto;*/
    /*}*/
    .page0_w >h3 {
        margin: 3% auto;
        font-size: 3rem;
    }
    .page0_w >p {
        font-size: 2.4rem;
        /*text-indent: 1.8em;*/
        letter-spacing: 2px;
        line-height: 5.8rem;
    }
    .conabc a {
        font-size: 4rem;
        padding: 3rem 8rem;
        color: #6bcdfc;
        text-transform: uppercase;
    }
    .yz_lthy .speaker-detail1 .item-speaker {
        width: 18%;
        height: 500px;
    }

    .speaker-detail1 .item-speaker .info {
        width: 100%;
        border-radius: 0px;
    }
    .yz_lthy .speaker-detail .item-speaker {
        width: 20%;
        height: 558px;
        margin-left: 0px;
    }
    .speaker-detail .item-speaker .info {
        width: 100%;
        height: 50px;
    }
    .container {
        width: 100%;
    }
    .octagon {
        position: relative;
        width: 170px;
        height: 170px;
    }
    .jiazai {
        line-height: 6em;
    }
    .lt_ys_title p {
        font-size: 2.6rem;
        font-weight: 600;
        line-height: 6rem;
    }
    .lt_ys_title span {
        font-size: 2rem;
        font-weight: 100;
        line-height: 6rem;
    }
    .detail-chairman .item .info {
        height: 500px;
        width: 100%;
        max-width: 420px;
    }
    .detail-chairman .item .info .pic {
        height: 500px;
    }
    .detail {
        left: 424px;
    }
    .detail-chairman .item .detail h5 {
        font-size: 1.6rem;
        text-align: justify;
        line-height: 23px;
        margin: 3%;
    }
    .jb_zc_nr p {
        font-size: 2rem;
        line-height: 4rem;
    }
    .jb_zc_nr1 p {
        font-size: 2rem;
        line-height: 4rem;
    }
    .jb_zc_nr h3 {
        font-size: 3rem;
        line-height: 4rem;
    }
    .jb_zc_nr1 h3 {
        font-size: 3rem;
        line-height: 4rem;
    }
    .jb_zc_img_div p {
        font-size: 2rem;
        line-height: 3rem;
    }
    .jb_zc_img_div h4 {
        font-size: 4rem;
        line-height: 5rem;
    }
    .jb_zc_img_div1 p {
        font-size: 3rem;
        line-height: 3rem;
    }
    .jb_zc_img_div1 h4 {
        font-size: 3rem;
        line-height: 5rem;
    }
    .professional_title {
        width: 25%;
        margin-bottom: 6%;
    }
    .professional_text {
        width: 70%;
        margin-bottom: 6%;
    }

    .overlay1 > h4 {
        width: 95%;
        font-size: 2rem;
        line-height: 4rem;
        font-weight: 200;
        overflow: hidden;
    }

    .professional_title ul>li {
        line-height: 4rem;
        height: 40px;
        font-size: 24px;
    }
}
@media screen and (min-width: 1281px)and (max-width: 1367px) {
    /* �ڿ��ȴ��ڵ��� 1280px ʱӧ�õ���ʽ �ʼǳ� */
    .fix-nav >ul {
        width: 84%;
    }
    .jb_zc_nr1 p {
        font-size: 1.3rem;
    }
    .jb_zc_nr p {
        font-size: 1.3rem;
    }
    .professional_title ul>li {
        line-height: 2.7em;
        padding-left: 8%;
        font-size: 16px;
    }
    .octagon {
        width: 124px;
        height: 124px;
    }
    .jiazai {
        font-size: 23px;
    }
    .lt_ys_title span {
        font-size: 1.4rem;
        font-weight: 100;
        line-height: 3rem;
    }
    .yz_lthy .speaker-detail .item-speaker {
        width: 22%;
        height: 270px;
        margin-bottom: 38px;
        margin-left: 0px;
    }
    .yz_lthy .speaker-detail1 .item-speaker {
        height: 220px;
    }


}
@media screen and (min-width: 1024px)and (max-width: 1280px) {
    /* �ڿ��ȴ��ڵ��� 1025px ʱӧ�õ���ʽ ����*/
    .fix-nav >ul {
        width: 82%;
    }
    .container {
        width: 100%;
    }
    /*.zhuti {*/
    /*    width: 82%;*/
    /*}*/
    .conabc a {
        font-size: 3rem;
        padding: 1rem 3rem;
    }
    .page0_w >p {
        font-size: 1.6rem;
        text-indent: 1.8em;
        letter-spacing: 2px;
        line-height: 4.6rem;
        text-align: justify;
    }
    .detail-chairman .item .info {
        height: 300px;
    }
    .yz_lthy .speaker-detail1 .item-speaker {
        height: 220px;
        /* border: 2px solid #005bff; */
        margin-left: 0px;
        overflow: hidden;
        margin-bottom: 38px;
        width: 18%;
    }
    .professional_title {
        width: 32%;
        margin-bottom: 6%;
    }
    .yz_lthy .speaker-detail .item-speaker {
        height: 216px;
    }
    .speaker-detail1 .item-speaker .info {
        height: 60px;
    }
    .professional_title ul>li {
        font-size: 1.34rem;
        line-height: 3em;
        padding-left: 8%;
    }
    .lt_ys_title {
        padding: 3% 2% 3% 2%;
    }
    .interview_img_bac {
        height: 100%;
        width: 13%;
        margin-bottom: 20px;
    }
    .octagon {
        width: 110px;
        height: 110px;
    }
    .jiazai {
        font-size: 2rem;
        line-height: 5em;
    }
    .overlay1 > h2 {
        width: 70%;
        line-height: 5rem;
        /* overflow: hidden; */
        border-bottom: 1px solid #ffb103;
    }
    .lt_ys_title span {
        font-size: 1.4rem;
        font-weight: 100;
        line-height: 3rem;
    }

    .jb_zc_nr p {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .jb_zc_nr h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .jb_zc_nr1 p {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .jb_zc_nr1 h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .page0_w >h3 {
        margin: 3% auto;
        font-size: 2rem;
        line-height: 4rem;
    }

}
@media screen and (min-width: 821px) and (max-width: 1023px) {
    .fix-nav >ul {
        width: 82%;
    }
    /*.zhuti {*/
    /*    width: 82%;*/
    /*}*/
    .conabc a {
        font-size: 3rem;
        padding: 1rem 3rem;
    }
    .page0_w >p {
        font-size: 1.6rem;
        text-indent: 1.8em;
        letter-spacing: 2px;
        line-height: 4.6rem;
    }
    .detail-chairman .item .info {
        height: 300px;
    }
    .yz_lthy .speaker-detail1 .item-speaker {
        height: 186px;
        /*border: 2px solid #005bff;*/
        margin-left: 0px;
        overflow: hidden;
        margin-bottom: 38px;
    }
    .yz_lthy .speaker-detail .item-speaker {
        width: 18%;
        height: 200px;
    }
    .overlay1 > h2 {
        width: 70%;
        line-height: 5rem;
        /* overflow: hidden; */
        border-bottom: 1px solid #ffffff;
    }
    .speaker-detail1 .item-speaker .info {
        height: 60px;
    }
    .professional_title ul>li {
        line-height: 3.7em;
        display: block;
        height: 45px;
        /*background-color: #1600ffb3;*/
        margin-bottom: 10px;
        padding-left: 10%;
        cursor: pointer;
        transition: all 0.6s;
        font-size: 20px;
    }
    .page0_w >h3 {
        margin: 3% auto;
        font-size: 2rem;
        line-height: 4rem;
    }
    .professional_title ul>li {
        font-size: 1.3rem;
    }
    .interview_img_bac {
        height: 100%;
        width: 13%;
        margin-bottom: 20px;
    }
    .octagon {
        width: 102px;
        height: 102px;
    }
    .lt_ys_title span {
        font-size: 1rem;
        font-weight: 100;
        line-height: 3rem;
    }
    .lt_ys_title p {
        font-size: 1.6rem;
        line-height: 3.2rem;
        font-weight: 600;
    }
    .jiazai {
        font-size: 2rem;
        line-height: 5em;
    }
    .jb_zc_nr p {
        font-size: 1rem;
        line-height: 2rem;
    }
    .jb_zc_nr h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media screen and (min-width: 767px) and (max-width: 820px) {
    /* �ڿ��� 768px �� 1024px ֮��ӧ�õ���ʽ ƽ��*/

    .jb_zc_nr p {
        font-size: 1rem;
        line-height: 2rem;
    }
    .jb_zc_nr h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }


}

@media screen and (max-width: 766px) {
    /* �ڿ���с�ڵ��� 767px ʱӧ�õ���ʽ �ֻ�*/
    .jb_zc_nr p {
        font-size: 1rem;
        line-height: 2rem;
    }
    .jb_zc_nr h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

















