/*caidan*/
.ban-text{

    padding: 30px 10px;
    position: absolute;
    z-index: 2;
    margin:0 auto;
    top: 25%;
    left: 0; right: 0;
    background: url(../images/bg-comtit.png)no-repeat;
}
.ban-txt-bg{
    border-radius: 10px;
    position: absolute;top: 0; bottom: 0;left: 0;right: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, #b40000 , #dc3c3c); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(bottom, #b40000, #dc3c3c); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(bottom, #b40000, #dc3c3c); /* Firefox 3.6 - 15 */

    background: linear-gradient(to bottom, #b40000 , #dc3c3c); /* 标准的语法（必须放在最后） */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#b40000, endColorstr=#dc3c3c);/*IE<9>*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#037bce, endColorstr=#39dadc)";
    filter: Alpha(Opacity=80);
    opacity: 0.8;
}
.ban-txt-con{position:relative;z-index: 9;}
.ban-txt-con .title{
    text-align: left;
    padding-left: 3%;
}
.ban-txt-con h1{margin-bottom: 0; font-size: 2.75rem !important; }
.ban-txt-con .en{
    font-size: 1.15rem;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}
.ban-txt-con .line{height: 1px; width: 90%;margin: 10px auto; background: rgba(255,255,255,0.6);}
.ban-txt-con .zt{letter-spacing: 0.2rem;font-size: 0.85rem;}
@media only screen and (max-width: 1400px){
    .ban-text{
        top:18%;
        /*max-width: 700px;*/
    }
}

.main-con {
    /*float: left;*/
    /*width: calc(100% - 230px);*/
    /*padding-right: 4%;*/
}

.menu-box{width: 230px;float: left;}
/*内页左侧导航*/

.navigation{margin-top: 2vh;box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.06);}
.navigation .first {
    position: relative;
    border: 1px solid #eee;
    background-color: #056ce8;
    /*-webkit-filter: grayscale(30%);*/
    /*filter: grayscale(30%);*/
}
.navigation .first .left_title {
    display: block;
    text-align: left;
    padding: 10px 15px 10px 15px;
    position: relative;
}
.navigation .first .left_title h2 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0;
}
.navigation-ul li{
    min-height: 58px;
    font-size: 16px;
    color: #666666;
    background-color: #f2f2f2;
    padding: 0 20px;
    margin-bottom: 2px;
    position: relative;
    display: flex;
    align-items: center;

}
.navigation-ul li a{
    display: block;
    width: 100%;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
    color: #333333;
}
.navigation-ul-en li a{font-size: 14px;}
.menu-box .navigation-ul li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #056ce8;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.navigation-ul li.selt{
    background: #d2d2d2;
    color: #333;
    box-shadow: inset 0px 5px 15px 1px rgba(0, 0, 0, 0.06)
}
/*.navigation-ul li a.selt:before{content: "";position: absolute;height: 2px;width: 40px; background: #90969c;top:20px;left: -40px;}*/
/*.navigation-ul li a.selt:after{content: "";position: absolute;width: 6px; height:6px;background: #313131;left: -45px;top:18px;border-radius: 50%;}*/
.navigation-ul li:hover{background: #d2d2d2;}
.navigation-ul li:hover a{color:#056ce8}
/*.navigation-ul li:hover a::before{content: "";position: absolute;height: 2px;width: 40px; background: #90969c;top:20px;left: -40px;}*/
/*.navigation-ul li:hover a::after{content: "";position: absolute;width: 6px; height:6px;background: #313131;left: -45px;top:18px;border-radius: 50%;}*/
/*end*/
.com-bg{
    background: #ecf5ff;

}
.container1 {
    padding: 0 10.9375%;
    width: 100%;
    /*padding-bottom: 3rem;*/
}

.container1 .box {

    margin-bottom: 3rem;
    padding: 2rem 2rem;
    min-height: 60vh;
}

.pagination li{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 1px;
    border-radius: 2px;
}
.pagination li.active{
    color: #ffffff;
    background: #0955b2;
}
.sub-detail-content-title {
    font-size: 30px;
    font-weight: 500;
    color: #346bcd;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbbbbb;
    text-transform: uppercase;
}
.padding0{padding: 0;}
.banner-com{position: relative;width: 100%; z-index: -1;}
.banner-com img{width: 100%;}
.nav-com{position: absolute;bottom: 20px;}
.nav-com{color: #FFFFFF;}
.nav-com h3{font-size: 36px; font-family: "Arial";margin-bottom: 10px;color: #ca030a;}
.nav-com h1{font-size: 30px; font-weight: 200;margin-bottom: 10px;}
.nav-com .com-line{width: 200px; height: 5px; background: #ca030a;}
.content{padding: 15px; /*padding-top: 6vh;*/}
.nav-xu{position: relative;}
.nav-xu small{ font-size: 15px;color: #0035b9; }
.nav-xu .nav-xu-line{width: 100px; height: 2px; background: #bac9dc;position: absolute; bottom: 11px; left: -100px;}
.sec-com-bg{background: url(../images/bg8.jpg)no-repeat 0 -90px;    background-size: cover;}
.bg-zuzhi{background: url(../images/bg5.jpg)no-repeat 0 -800px;    background-size: cover;}
.sec-bg-guest{background: url(../images/bg-guest.jpg)no-repeat 0 -400px;    background-size: cover;}


.com-title{}
.com-title h1{color: #001eff; font-size: 2.0rem;letter-spacing: 0.15em;margin-bottom: 0;text-align: center;}
.com-title h1.en-h1{letter-spacing: 0em;}
.com-title .sp-line{display: block;width: 100px;height: 5px;background: #ca030a;}
/*内页标题*/
.common_tit {
    position: relative;
    line-height: 1;
    color: #0B308E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
    padding-top: 30px;
}
.common_tit .title-transparent{
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.common_tit .title-transparent span {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eeeeff;
    letter-spacing: -0.15rem;
    /* opacity: .03; */
}
.common_tit .subtitle {
    position: relative;
    z-index: 2;
    width: 100%;
}
.common_tit .tit {
    font-size: 2.125rem;
    font-weight: bold;
    line-height: 1.5;
    color: #001eff;
}
.common_tit .tit span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 1rem;
    text-transform: uppercase;
}
.common_tit .tit::after {
    content: '';
    width: 90%;
    height: 1.25rem;
    margin-top: -1.125rem;
    display: block;
    background-image: linear-gradient(to right, #ACADF1 , rgba(172, 173, 241, 0));
}
/*.index-module_header--qixge {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-module_header--qixge .index-module_title--1vahj {
    font-family: FZJUNH_CUJW--GB1-0;
    line-height: 36px;
    font-size: 36px;
    color: #02112d;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-bottom: 8px;
}
.index-module_header--qixge .index-module_subtitle--DHbtp {
    font-family: DINPro-Medium;
    font-size: 16px;
    color: #586277;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 8px;
    position: relative;
}
.index-module_header--qixge .index-module_subtitle--DHbtp:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-image: linear-gradient(90deg,#001eff,rgba(0,0,0,0));
}*/
.second-title {
    overflow: hidden;
    height: 38px;
    overflow: hidden;
    border-bottom: 2px solid #f9f9f9;
    margin-bottom: 30px;
    margin-top: 20px;
}
.second-title .page-nav {
    float: left;
    line-height: 24px;
    color: #6f6f6f;
}
.second-title .page-nav img {
    padding-right: 5px;
    position: relative;
    top: -2px;
}
.second-title .page-nav a {
    color: #136dcf;
}
/*.bg-about-com{background:#ffffff url(../images/bg-about.png)no-repeat right bottom !important;}*/
.about-com{}
.about-com p{text-align: justify;line-height: 30px;text-indent: 2em;  text-justify:inter-ideograph;}
.about-com-en{padding: 50px 0;}
.about-com-en p{text-align: justify;line-height: 30px;text-indent: 0em;  text-justify:inter-ideograph;}
.about-com .ab-img{
    padding: 20px 0;
}
.about-com .about-img{text-align: center;}
.bor-zhuti{border-radius: 10px;background: rgba(255,255,255,0.8); padding:50px 15px;}
.con-jigou{background: url(../images/jigou-bg.png)no-repeat center bottom;}
.yiti-item{}
.yiti-item h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 2;
    text-indent: 2em;
    color: #e10000;
}
.yiti-item p{
    /*text-indent: 2em;*/
    padding-left: 15px;
    background: url(../images/jiao.png)no-repeat left;
}
.yiti-item .zhan-pic{padding: 20px 0;}
.yiti-item .item{position: relative;margin-bottom: 2vh;}
.yiti-item .item .owl-tit{position: absolute;top: 4vh; right: 3vh;}
.jigou-tit{font-size: 26px; font-weight: 600;margin-top: 20px; margin-bottom: 10px;}
.zblist{margin-bottom: 20px;}
.data-list{margin:20px 0;display: flex; border-bottom: 1px dashed #a2a2a2;padding-bottom: 20px;}
.data-list .data-time{background: #ca030a;width:158px;height: 180px;border-radius: 15px;color: #FFFFFF;text-align: center;vertical-align: middle;padding-top:35px; }
.data-list .data-time span{display: block;font-size: 2rem;font-weight: 600;}
.data-list .data-time span.time{font-size: 1.3rem;padding-top: 1vh;}
.data-list .data-line{width: 50px; height: 5px; background: #FFFFFF;margin:0 auto;}
.data-list .data-tit{display: table-cell; vertical-align: middle;line-height: 155px;font-size: 25px;padding-left: 20px;width: 410px;}
.data-list .data-img{float: right;display: table-cell; vertical-align: middle!important;}
@media only screen and (min-width: 769px){
.nomal-jg {
    
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 10px;
    padding-left: 15px; padding-right: 15px;
  }
.nomal-jg img{padding: 10px;background: #FFFFFF;}
/*.nomal:nth-of-type(5n+1) {
    padding-left: 0;
}*/
}
@media only screen and (max-width: 768px){
  .nomal-jg {
    
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 15px; padding-right: 15px;
    
  }
  .nomal-jg img{}
  .certify-bg{display: none;}
  .data-list .data-tit{line-height: 1.5rem;font-size: 1rem;width: 60%;}
  .data-list .data-time{padding: 8px;height: auto;width: 130px;}
  .data-list .data-time span{font-size: 1.5rem;}
  .navigation{display: none;}
  .yiti-item h2{
      font-size: 18px !important;
  }
  .yiti-item p{
      line-height: 28px;
  }
  .content {
    padding: 15px 0;}
  .main-con{
      width: 100%;
      padding-right: 0;
  }
    .menu-box{
        display: none;
    }
}
/*zanzhu*/
.visit-text {
    padding: 0px 20px 24px 20px;
    line-height: 2;
    color: #FFFFFF;
}
.img-radius{border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.img-radius2{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.visit-text-bg1{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: -webkit-linear-gradient(left, #0763ed , #4c93fd); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right, #0763ed, #4c93fd); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, #0763ed, #4c93fd); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right, #0763ed , #4c93fd); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0763ed, endColorstr=#4c93fd);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0763ed, endColorstr=#4c93fd)";/*IE8+*/}
.visit-text-bg2{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: -webkit-linear-gradient(left, #0066ff , #00deff); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right, #0066ff, #00deff); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, #0066ff, #00deff); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right, #0066ff , #00deff); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0066ff, endColorstr=#00deff);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0066ff, endColorstr=#00deff)";/*IE8+*/}
.visit-text-bg3{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: -webkit-linear-gradient(left, #0066ff , #00deff); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(right, #0066ff, #00deff); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(right, #0066ff, #00deff); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right, #0066ff , #00deff); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0066ff, endColorstr=#00deff);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0066ff, endColorstr=#00deff)";/*IE8+*/}
/*技术成果展*/
.bg-yellow{background: #ff9a00;}
.bg-red{background:#ca030a;}
.bg-blue{background: #1f92ff;}
.img-zhan{width: 100%;}
.zhan-text{color: #FFFFFF;padding:100px 15px;}
.zhan-text h1{font-size: 69px;}
.zhan-text h3{font-size: 18px;margin-bottom: 5px;}
.reg-zhan{}
.reg-zhan .com-title h1,.reg-zhan .nav-xu small{color: #FFFFFF;}
.apply-bg{width: 100%; height: auto;/* background: url(../images/com/apply-bg.jpg)no-repeat center;*/margin-bottom: 5vh;/*padding-top: 2vh;*/}
.form-box-apply{width: 99%;margin:40px auto;}
.form-box{width: 96%;margin:0 auto; }
.red_em {
    color: red;
}
.reg-sign {width: 100%;}
.reg-sign80{width: 80%;}
.reg-sign .li-input{display: flex;margin: 0 0 22px 0;width: 100%;}
.reg-sign .li-input label{margin-bottom: 3px;}
.reg-sign .li-input .reg-list{background: #FFFFFF; border-radius: 5px; height: 42px;line-height: 36px; padding: 0 0 0 10px;display: flex;border: 1px solid #dedede;}
.reg-sign .li-input .reg-list select {
    width: 100%;
    height: 40px;
    border: none;
    color: #b3b3b3;
    font-size: 13px;
}
.reg-sign .li-input .reg-list span{display: block; width: 30px;}
.reg-sign .li-input .reg-list .input-text {
    width: 86%;
    height: 40px;
    line-height: 32px;
    text-indent: 8px;
    margin-right: 5px;
    border: none;
    font-size: 13px;
}
.reg-sign .reg-time{background: #FFFFFF; border-radius: 5px; height: 40px;line-height: 36px; padding: 0 10px;display: flex;border: 1px solid #dedede;}
.reg-sign .reg-time select {
    width: 100%;
    height: 38px;
    border: none;
    color: #b3b3b3;
    font-size: 13px;
}
.reg-sign .reg-pay select{width: 100%;height: 58px;border: none;color: #b3b3b3;}
.reg-sign .btn-sub {margin-top: 38px;}
.reg-sign .btn-sub .rlogin-btn{width: 150px; height: 40px; padding: 5px 20px; font-size: 16px;text-align: center;
    background: #136dcf;
    font-weight: bold;
    cursor: pointer;
    border-radius: 40px;
    margin-right: 30px;
    border: none;color: #fff;}
.reg-sign .radio{ }
.reg-sign .radio label{padding: 0 20px;}
.reg-sign .li-input .reg-list .btn{
    background: #136dcf;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    border-radius: 5px;
}
.reg-sign .pay-online{
    padding:0 15px;
    margin-top: 20px;
}
.reg-sign .pay-online .pay-online-con{
    padding: 15px;
    background: #f1f1f1;
}
.reg-sign .pay-online-ewm .tishi{
    font-size: 12px;
    color: red;
}
.upload{
    margin-top:20px;
}
button:hover,
button:focus,
button.focus {
    outline: 0;
}
input:hover,
input:focus,
input.focus {
    outline: 0;
}
select:hover,
select:focus,
select:focus{
    outline: 0;
}
@media (min-width: 1024px){

}
/*会务服务*/
.content-da{padding: 15px;}
.dazhan-content{padding-bottom: 20px;}
.dazhan-content .tel{padding-top: 2vh;}
.map-text h5{margin-bottom: 0px; margin-top: 10px;font-weight: 600;color: #1f497d;}
.da-luxian{margin:3vh 0 0 0;}
.mailbg{background: url(../images/youji-bg.jpg)no-repeat center;}
.mailbox{width: 80%; margin:0 auto; padding: 50px;}
.mailbox .mail-list{margin-top: 10px;}
.mailbox .mail-list .input-m{width: 100%;height: 40px;padding: 10px;}
.mailbox .mail-list .rlogin-btn{margin-top: 20px; background: #ca030a;width: 150px; height: 50px;color: #FFFFFF; border:none;border-radius: 5px;}
@media (min-width: 768px){
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
}
/*嘉宾介绍*/
.guest-box{padding: 30px;}
.item-com{margin-bottom: 50px;}
.item-com .guest-wramp .g-img {overflow: hidden; border-top-right-radius: 0.6em;  border-top-left-radius: 0.6em;border-bottom-left-radius: 0em;border-bottom-right-radius: 0em;}
.item-com .guest-wramp:hover .g-img {
    transition-duration: 0.3s;
    box-shadow: none;
}
.item-com .guest-wramp .g-img img{object-fit: cover;}
.item-com .guest-wramp .guest-tit{opacity: 1; padding: 15px 10px 0 10px;
    background: #ecf5ff;
    min-height: 117px;box-shadow: 0px 2px 2px #dfdfdf;
}
.guest-wramp .guest-tit h3{font-size:20px;margin-bottom: 10px; position: relative;color: #000000;}
.guest-wramp .guest-tit p{font-size: 13px;letter-spacing: 0em;}
.item-com a .guest-wramp .guest-tit h3{color: #000000;}
.item-com a .guest-wramp .guest-tit p{color: #333333;}

.guest_info p{text-indent: 2em; line-height: 30px;}
.item-com .guest-wramp:hover{-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    filter: scale(1.05);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;}
@media only screen and (min-width: 769px){
.nomal-guest {
    
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 10px;
    padding-left: 15px; padding-right: 15px;
  }
.nomal-guest img{width: 100%;}
/*.nomal:nth-of-type(5n+1) {
    padding-left: 0;
}*/
}
@media only screen and (max-width: 768px){
  .nomal-guest {
    
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0; 
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 15px; padding-right: 15px;
    
  }
  .nomal-guest img{border: 1px solid #eee;}
  .reg-sign80{width: 100%;}
  .reg-sign .li-input{margin:0 0 0 0;}
}
/*论文征集*/
.bg-lunwen{background: url(../images/bg-lunwen.jpg)no-repeat bottom;}
.lunwen-ul{
    /*border-left: 1px solid #dedede;*/
    /*padding-left: 20px;*/
}
.lunwen-list li{vertical-align: bottom;
    position: relative;line-height: 36px;/*color: #FFFFFF;*/}
.lunwen-yao{/*background: rgba(0,53,185,0.39);*/background: rgba(96,140,208,0.89);color: #FFFFFF;padding: 20px;border-radius: 5px;margin-top: 30px;}
.lunwen-yao p{line-height: 30px;}
.lunwen-list p{line-height: 30px;text-indent: 2em;}
.point b{height: 16px;
    width: 16px;
    background: #136dcf;
    display: block;
    margin: 5px 19px 0 0px;
    border-radius: 18px;
    border: 2px solid #f1bfbf;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    position: absolute;
    top: 5px;
    left: -28px;}
.lunwen-list li .lunwenct{margin-bottom: 0;}
.reg-list input[type="file"]{height: 40px;margin-top: 8px;color: #adadad;}
/*征集主题*/
.lw-ztspan{
    font-size:14px;font-family:&quot;Microsoft YaHei&quot;;color:#000000;
}
/*meiti*/
.media-com{padding-top: 30px;text-align: center;}
.media-com .img-fluid{width: 100%;}
.sponsor{padding-top: 5vh;}
.media-com .media-com-list{
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34,25,25,.1);
    margin: 0 2px 15px;
    padding: 5px;
    padding-bottom: 10px;
    transition: opacity .4s ease-in-out;
    column-break-inside: avoid;
    display: inline-block;
}
/**/
.contact-bg{min-height: 200px;background:#ffffff;}
.lx-bg{padding: 15px 10px;min-height: 240px;align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: rgba(238,240,247,0.61);
    margin-bottom: 25px;
    border-radius: 10px;
}
.lx-list{padding-left:20px; }
.lx-list h3{font-size: 20px;}
/*jigou*/
.danwei-com h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.jigou-liu{border-bottom: 8px solid #20147a;position: relative;}
.liu-content{position: absolute;top: 80px; left: 80px;width: 90%;}
.liu-content .yinhao{position: absolute;top: -16px;left: -32px;}
.liu-content span.phone{display: none;
background-image: linear-gradient(135deg, #0231bb, #c8030c);
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2em;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    color: transparent;
    padding-left: 20px;}
.liu-content span.name{/*background-image: linear-gradient(135deg, #0231bb, #c8030c);*/
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2em;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    color: transparent;
    padding-left: 20px;
}
.liu-content .zhuxi-tit span{font-size: 22px;font-weight: 600;line-height: 5rem;padding-left: 20px;}
.liu-content .liu-message {width: 100%;display: flex;}
.liu-content .liu-message span{display: block; background: #4664ff;width: 100%;color: #FFFFFF; height: 45px; line-height: 45px; }
.liu-content .liu-message span.left{width: 0; height: 0; border-left: 30px solid #e3f0f9;border-bottom: 45px solid #4664ff; }
.fzr-title{font-size: 24px;font-weight: 500;}
.contain {
  height: 452px;
  overflow: hidden;position: relative;
        }
.single{height: 100%;}
.single .xs-fzx-list{margin-left: 0px;width: 85%;}
.single .xs-fzx-list li{display: flex;background: #FFFFFF;padding: 8px 15px;border-radius: 5px;margin-bottom: 9px;}
.single .xs-fzx-list .x-pic{width: 88px; height: 88px;object-fit: cover;overflow: hidden;border-radius: 50%;}
.single .xs-fzx-list .x-text h3{font-size: 20px;margin-bottom: 5px;}
.single .xs-fzx-list .x-text{padding: 15px 0 0 20px;}
.single .pre {
    position: absolute;
    width: 30px; right: 0;bottom: 50px;
    height: 30px;border-radius: 50%;
    border:1px solid #FFFFFF;
    cursor: pointer;
}
.single .pre:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.single .pre::before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 65%;
}
.single .next {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 15px;
    border-radius: 50%;
    border:1px solid #FFFFFF;
    right: 0;
    cursor: pointer;
}

.single .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.single .next::before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 45%;
}

.single ul {
    list-style: none;
}
/*2024wyh*/
.leader-com{
margin-top: 30px;
    margin:30px auto;
}
.leader-com .speaker-list{
    background: #ecf5ff;
}
.leader-com .speaker-ibox .speaker-item {
    padding: 30px;
    box-sizing: border-box;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    height: 100%;
    display: flex;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
    background: #ecf5ff;
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    align-items: center;
    justify-content: center;
}
.leader-com .speaker-list .speaker-item-content {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    color: #fff;
    box-sizing: border-box;
    padding-left: 30px;
}
.overflow-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leader-com .speaker-list .speaker-item-content .si-header-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color:#000000;
}
.leader-com .speaker-list .speaker-item-content .si-header-org {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333333;
}

.leader-com .speaker-list .speaker-item-img {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
}
.leader-com .speaker-list .speaker-item-img-c {
    padding-top: 100%;
    position: relative;
}
.leader-com .speaker-list .speaker-item-img-c img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}
.leader-com .speaker-list .speaker-item .si-more {
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    font-size: 13px;
    transition: all 0.3s linear;
    background-image: linear-gradient(90deg, rgba(19, 109, 207, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);
    color: #1676db;
}
.leader-com .speaker-ibox:hover .speaker-item{
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    cursor: pointer;
}
.leader-com .speaker-list .speaker-ibox:hover .speaker-item-content{
    color: #000000;
}
.leader-com .speaker-list .speaker-ibox:hover .speaker-item-content .si-header-name{
    color: #000000;
}
.leader-com .speaker-list .speaker-ibox:hover .speaker-item-content .si-header-org{
    color: #333333;
}
.leader-com .speaker-list .speaker-ibox:hover .speaker-item .si-more {
    color:#ffffff;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(19, 109, 207, 0.01) 100%);
}
.wy-tit{
    background: #f0f4f8;
    height: 40px;
    line-height: 40px;
    margin: 30px auto;
}
.wy-tit h1{
    font-size: 18px;
    color:#136dcf;
    line-height: 40px;
}
.wy-photo-swiper{
    padding-bottom: 50px;
}
/*2024wyh end*/
.zx-zhu-content{display: flex;padding-top: 5vh;}
.zx-zhu-content .zx-zhu{width: 200px;object-fit: cover;overflow: hidden;border-radius: 50%;}
.zx-zhu-content .zx-zhu-text{position: relative;left: 50px;top: 50px;}
.zx-zhu-content .zx-zhu-text .yinhao {
    position: absolute;
    top: -16px;
    left: 165px;
}
.zx-zhu-content .zx-zhu-text span.phone{display: none;}
.zx-zhu-content .zx-zhu-text span.name {
    /*background-image: linear-gradient(135deg, #0231bb, #c8030c);*/
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2em;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    color: transparent;
}
.zx-zhu-content .zx-zhu-text span.name-en{letter-spacing: 0em;}
.fzx-tit h3{font-size: 20px;margin-bottom: 0px;color: #c5040e;}
.zx-zhu-content .zx-zhu-text .zhuxi-tit span {
    font-size: 22px;
    font-weight: 600;
    line-height: 2rem;
}
.zx-zhu-content .zx-zhu-text .zhang-message{background: url(../images/bg-blue.png)no-repeat right;line-height: 45px;padding: 0 25px;color: #FFFFFF;}
.zx-fzr-wramp{position: relative;min-height: 260px;background: url(../images/jiao.png) no-repeat 160px 58px;}
.zx-fzr-wramp .zx-img{position: absolute;width: 150px; height: 150px; border-radius: 50%; background: #4664ff;object-fit: cover;overflow: hidden;right: 0px;}

.zx-fzr-wramp .zx-tit{position: absolute;bottom: 0;width: 80%;}
.zx-fzr-wramp .zx-tit .zx-line{display: block; width: 150px;height: 7px;background: #4664ff;}
.zx-fzr-wramp .zx-tit h3{font-size: 20px; margin-bottom: 5px;margin-top: 10px;}
#demo4{padding-top: 50px;padding-bottom: 50px;}
#demo4 .item{margin:0 20px;}
@media (min-width: 767px) {
  #owl-demo4 .owl-controls{position: relative;max-width: 1200px;margin:0 auto;}
#owl-demo4 .owl-pagination{position: absolute;}
#owl-demo4 .owl-controls .owl-page span {
    display: block;
    width: 200px;
    height: 2px;
    margin: 0px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
#owl-demo4 .owl-controls .owl-page.active span{filter: Alpha(Opacity=100);
    opacity: 1;
    background: #d7002e;
    width: 200px;
    transition: all 0.3s linear;}
#owl-demo4 .owl-buttons{position: absolute; right: 100px;}
#owl-demo4 .owl-controls .owl-buttons div{
  color: #333333;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 40px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: none;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-demo4 .owl-controls .owl-buttons .owl-prev{
  background: url(../images/icon-left.png)no-repeat left;top: 0px;
}
#owl-demo4 .owl-controls .owl-buttons .owl-next{
  background: url(../images/icon-right.png)no-repeat right;top:0px;
}

}
#owl-demo2 .item {
    text-align: center;
    margin: 12px;
    /*padding: 50px;*/
    /*margin-bottom:80px;*/
    /*opacity: .2;*/
    /*transform: scale3d(0.8, 0.8, 1);*/
    transition: all 0.3s ease-in-out;
}
#owl-demo2 .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    width: 100%;
}
#owl-demo2.owl-carousel .owl-dots .owl-dot.active span,
#owl-demo2.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#owl-demo2.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#owl-demo2.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
#owl-demo2.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 10px;
}
#owl-demo2 .item img{
    display: block;
    width: 100%;
    height: auto;
}
.guest-wramp {
    /*display: inline-block;*/
    position: relative;
    overflow: hidden;
}
.guest-wramp .g-img {overflow: hidden; border-radius: 0.6em; }
.guest-wramp .g-img img{object-fit: cover;}
#owl-demo2 .item .guest-wramp .bg{position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    opacity: 1;
    border-radius: 0 0 0.6em 0.6em;
    *filter: alpha(opacity=1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    /*background: #0355d2;*/
    background: -webkit-linear-gradient(top, #025fea , #0355d2);
    background: -o-linear-gradient(bottom, #025fea, #0355d2);
    background: -moz-linear-gradient(bottom, #025fea, #0355d2);
    background: linear-gradient(to bottom, rgba(2,95,234,0.02) 5%, rgba(2,95,234,0.8) 50%, #0355d2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#025fea, endColorstr=#0355d2);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#025fea, endColorstr=#0355d2)";
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-demo2 .item .guest-wramp .guest-tit{
    opacity: 1; padding: 15px 10px 30px 10px;

}

#owl-demo2 .item a .guest-wramp .guest-tit h3{font-size:16px;margin-bottom: 10px; position: relative;color: #333333;}
#owl-demo2 .item a .guest-wramp .guest-tit p{color: #333333;font-size: 13px;}
.guest-wramp .guest-tit h3:before{
    content: "";
    width: 19%;
    height: 0px;
    transition: all .2s;
    position: absolute;
    bottom: -7px;
    left: 0px;
    background: #ffffff;
    border-radius: 5px;
}
.guest-wramp:hover .guest-tit{opacity: 1;}
.guest-wramp:hover .g-img{transition-duration:0.3s;box-shadow: 3px 4px 1px #001eff;}
.guest-wramp:hover{/*-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    filter: scale(1.05);
    filter: transform;
    transition: all 0.1s ease 0s;
    -webkit-transform: all 0.1s ease 0s;*/
    cursor: pointer;}
#owl-demo2 .item:hover .guest-wramp .bg{
    height: 40%;
    opacity:0.95;*filter:alpha(opacity=95); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95);cursor: pointer;}
#owl-demo2 .item:hover .guest-wramp .guest-tit{
    height: 40%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
@media (min-width: 767px) {
    #owl-demo2.owl-controls{max-width: 1200px;margin:0 auto;}
    #owl-demo2 .owl-pagination{}
    #owl-demo2  .owl-page span {
        display: block;


        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #869791;
    }
    #owl-demo2  .owl-page.active span{filter: Alpha(Opacity=100);
        opacity: 1;
        background: #001eff;
        width: 20px;
        transition: all 0.3s linear;}
    #owl-demo2 .owl-nav{}
    #owl-demo2 .owl-nav div{
        color: #333333;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 11px 9px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 50%;
        background: #056ce8;
        filter: Alpha(Opacity=100);
        opacity: 1;
        position: absolute;
        width: 40px;
        height: 40px;
    }

    #owl-demo2 .owl-nav .owl-prev {
        left: -60px;
        top: 145px;
    }

    #owl-demo2 .owl-nav .owl-next{
        right: -60px;
        top: 145px;
    }
    #owl-demo2 [class^="icon-"]{
        width: 20px;
        height: 17px;
        margin-top: 0;
    }
    #owl-demo2 .icon-left{background: url(../images/icon-left.png)no-repeat center;}
    #owl-demo2 .icon-right{background: url(../images/icon-right.png)no-repeat center;}
}
/*赞助参展*/

@media only screen and (max-width: 768px){
	
.sec-com-bg {
    background: url(../images/bg5.jpg)no-repeat 0 0;}
.head-com{min-height: 100px;background: url(../images/header-bg.png);}
.banner-com{display: none;}
.liu-content{position: inherit;left: 10%;width: 90%;top: 20px;padding-bottom: 20px;}
.zx-zhu-content{display: block;}
.zx-zhu-content .zx-zhu{margin:0 auto;}
.zx-zhu-content .zx-zhu-text{width: 90%; left: 10%;padding-bottom: 20px;}
.zx-zhu-content .zx-zhu-text .zhuxi-tit span{line-height: 3rem;}
.zx-fzr-wramp .zx-img{position: static;}
.zx-fzr-wramp .zx-tit{position: static;text-align: center;  width: 100%;}
.zx-fzr-wramp .zx-tit .zx-line{display: none;}
.mailbg{background-size: cover;}
.mailbox{width: 100%;}
.mailbox .form-inline ul{width: 100%;}
.mailbox .mail-list{text-align: center;}
.zx-zhu-content .zx-zhu-text span.phone{display: block;background-image: linear-gradient(135deg, #0231bb, #c8030c);
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.2em;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    color: transparent;
    padding-left: 20px;}
.zx-zhu-content .zx-zhu-text span.name {
    display: none;
}
.liu-content span.phone{display: block;}
.liu-content span.name{display: none;}
.row > div.phone-b{margin-bottom: 0;}
.row > div.phone-t{margin-top: 0;}
.zblist{text-align: center;}
.form-box{width: 88%;}
.form-box-apply{width: 95%;}
.com-title{display: none;}
.lx-bg .lx-line{display: none;}
.lx-bg{padding: 15px 15px;}

}
@media screen and (max-width: 1320px){
    .main-con {

    }
    .menu-box {
        width: 210px;
    }
}
@media only screen and (max-width: 1400px){
    .media-com .media-com-list{
        padding: 5px;
        padding-bottom: 5px;
    }
    .container1 {
        padding: 0 5.9375%;
        width: 100%;
    }
    .container1 .box {
        
        margin-bottom: 0rem;
        padding: 2rem 2rem;
       
    }
}
@media only screen and (max-width: 768px){
    .container1 {
        padding: 0 1.9375%;
        width: 100%;
    }
    .container1 .box {
        margin-top: 20px;
        margin-bottom: 0rem;
        padding: 0 1rem;
        
    }
    .container1 .box .col-xs-3{display: none;}
    .sub-content{
        padding: 0 10px;
    }
    .sub-content td, .sub-content th {
    padding: 0.75em 0.75em;
    font-size: 13px;
}
    .main-con{width: 100%;margin:0 auto;padding: 30px 0;}
    .item-com {
        margin-bottom: 20px;
    }
}

/*往届回顾*/

.his-con .col-md-4{
    margin: 15px 0;
    position: relative;
}
.his-con .img-fluid{

}
.his-con .his-guest{
    position: relative;
}
.his-position {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,98,204,0.6);
    text-align: center;
    padding: 0 10px;
    border-radius: 0 0 5px 5px;
}
.his-position p {
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 0;
    padding: 5px 0;
    letter-spacing: 0.02rem;
}