@charset "utf-8";
/* CSS Document */
/*reset 
------------------------------------------------------------------------------------------------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,pre,form,fieldset,p,blockquote,label,table,th,tr,td,embed,object{margin:0px;padding:0px; outline: none;}
table{border-collapse:collapse;border-spacing:0px;}
fieldset,img,a img,a:link img,a:visited img{border:0px;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul,li{ list-style:none;}
h1,h2,h4,h5,h6{font-size:100%; vertical-align:central;}
q:before,q:after{content:'';}
embed,object{display:block;}
p,ul,li,h{ margin:0; padding:0;}
a{ text-decoration:none; color:#0f0f0f; font-family:"微软雅黑", "宋体", "黑体";}
@font-face {
    font-family: 'OPENSANS';
    src: url('../fonts/OPENSANS-REGULAR.TTF');
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
  }


@font-face {
    font-family: "ALIMAMAAGILEVF-B";src: url("../fonts/AlimamaAgileVF-Bold.woff2") format("woff2"),
    url("../fonts/AlimamaAgileVF-Bold.woff") format("woff");
    font-display: swap;
  }
/*clearfix 
------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{*zoom: 1;}
*{    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}


/*cdnavbox*/
.cdnavbox{width: 100%; height: 80px; background-color: #4d42c8; z-index:8888; position:absolute;}
.cdnavcon{width: 90%; min-width: 900px; max-width: 1200px; margin:0 auto; display: flex;justify-content: space-between;}
.cdnavcon{
    display: flex;
    justify-content: space-between;
}
.cdnavcon ul.menu-ul{
    /* float:left;  */
    /* margin: 0 auto; */
    width: 60%;
    /* max-width: 420px; */
    display: flex;
    justify-content: space-between;
    line-height:50px;
}
.cdnavcon ul.menu-ul.Newwal{
    max-width: 420px;
}
.cdnavcon ul.menu-ul{
    /* width: 80%; */

}
.cdnavcon ul li{
    float:left; 
    width: 25%;
    text-align: center;
    /* margin-right:20px;  */
    position: relative; 
    cursor: pointer;}
.cdnavcon ul li a{font-size:16px; font-family:"microsoft yahei"; color:#fff;}
.cdnavcon ul li.active>a{color:#00ffde;}
.cdnavcon .left{
    width: 20%;
}
.cdnavcon .left ul li{
    width: 100%;
}
.cdnavcon .right{
    display: flex;
    justify-content: flex-end;
    width: 70%;
    text-align: right;
}
.cdnavcon .langbox{float:right; line-height:50px;}
.cdnavcon .langbox a{margin-left:20px; font-size:16px; color:#FFFD7F;font-family:"microsoft yahei";}
.cdnavcon ul li a.nocol{color:#666666;}
/* 二级下拉 */

.cdnavcon .tow_nav{
    background-color: #fff;
    position: absolute;
    /* width: 120px; */
    /* width: 100%; */
    width: auto;
    text-align: center;

    /* border: 1px solid #000; */
    border-bottom: none;
    display: none;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    
}
.cdnavcon ul li:hover .tow_nav{
    display: block;
}
.cdnavcon .tow_nav a{
    display: block;
    padding: 0 10px;
    text-align: center;
    color: #000;
    /* width:100%; */
    width: auto;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    /* border-bottom: 1px solid #000; */
}
.cdnavcon .tow_nav a:hover{
    background-color: #3b0ba9bf;
    color: #fff;
}
.cdnavcon .tow_nav a.currentNav{
    background-color: #3b0ba9bf;
    color: #fff;
}


.firmod{width: 1200px; margin:0 auto;height:100%; padding:6% 0 0;}
.firmod h1{
    text-align: center;
	font-family: 'ALIMAMAAGILEVF-B';
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
    color: #001858;
    background: linear-gradient(to top, #e688bb 0%, #ecc4dd 51%, #f1ffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 1.5%;
	/* text-shadow: 3px 5px 0px rgba(1, 19, 44, 0.57); */
    position: relative;
}
.firmod h1.firh1::before{
    z-index: -1;
    content: '2024 Forum on Future of';
    position: absolute;
	text-shadow: 3px 5px 0px rgba(1, 19, 44, 0.57);
}
.firmod h1.sech1::before{
    z-index: -1;
    content: 'World Academic Libraries (WAL)';
    position: absolute;
	text-shadow: 3px 5px 0px rgba(1, 19, 44, 0.57);
}
.firmod p.subtit{
    text-align: center;
	font-family: 'OPENSANS';
	font-size: 33px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 47px;
	letter-spacing: 2px;
	color: #fdaeea;
	text-shadow: 3px 4px 0px rgba(1, 19, 44, 0.57);
    margin-top: 3%;
}
.firmod p.time{
    margin-top: 5%;
    text-align: center;
	font-style: normal;
    font-family: 'OPENSANS';
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 2px;
	color: #ffffff;
}
.senmod{width: 1200px; margin: 0 auto; padding: 5% 0 0; text-align: center;}
.senfirti{margin: 10px 0;margin-top: 2%; }
.senfirti p{
    text-align: center;
	font-family: 'OPENSANS';
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: -1px 1px 6px rgba(0, 30, 63, 0.55);
}
.sentxt{text-align: center; line-height: 30px;}
.sentxt span{font-family: arial; font-size: 16px; color: #004377;padding: 0 10px;}
.sdtil,.sdtir{margin: 30px 0 0;}

.thrmod{width: 1200px; margin: 0 auto; padding: 6vh 0 0;text-align: center;}
.thrmod h2{height: 102px;text-align: center; padding: 10px 0;font-family: Georgia; font-size: 36px; color: #058FEC; line-height: 82px;}
.thrmod>p{
	height: 59px;
	font-family: 'OPENSANS';
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 59px;
	letter-spacing: 1px;
	color: #dbc75a;
    margin: 4vh 0;
}
.thrmod .box{
    text-align: center;
    margin: auto;
    width: 1100px;
	/* height: 431px; */
    background: url(../images/txtbg.png) no-repeat center center; 
    padding: 4vh 3vh 3vh 5vh;
    background-size: cover;
}
.thrmod .box p{
    text-align: left;
    font-family: 'OPENSANS';
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
    line-height: 57px;
    line-height: 213%;
	color: #ffffff;
}

.more{line-height:28px; text-align:right;font-family:"Levenim MT","microsoft yahei"; font-size:16px;color: #001858; margin:10px 0 0; padding-right:15px;padding:0 60px;}

.fouzimgbox{padding:0 40px;}
.krakatoa-control .buttons{display:none;}
.krakatoa-control{position:relative; top:-232px; width:100%;}
.krakatoa-control li{}
.krakatoa-control .arrow-left{float:left; background:url(../images/lrbtnr.png) no-repeat center center; text-indent:-99999px; }
.arrow-right{float:right;background:url(../images/lrbtnl.png) no-repeat center center; text-indent:-99999px;}

.krakatoa .arrow.arrow-left, .krakatoa .arrow.arrow-right {
    width: 17px;
    height: 30px;
    margin: 3px auto;
    cursor: pointer;}


/* 页尾 */
.footer{
	background: #363B50;
	text-align: center;
	margin-top: -1px;
    bottom: 0;
    width: 100%;
}
.footer.Newwal{
    position: absolute;
}
.footer footer .foot .footer-bottom {
	
  /* border-top: 1px solid #f3f9fd77; */
  /* padding-top: 20px; */
    padding-bottom: 10px;
  /* font-size: 16px; */
  line-height: 30px;
  color: #f0f6ff;
  padding-top: 10px;
  font-size: 12px;
}
.footer footer .foot .footer-bottom p em {
  font-style: normal;
}
.footer footer .foot .footer-bottom p span a{
  color: #f0f6ff;
}
.footer footer .foot .footer-bottom p span + span {
  margin-left: 20px;
}
/* 页尾end*/

@media screen and (max-width:1300px) {
    .firmod{
        padding: 30px 0 0;
    }
    .firmod h1{
        font-size: 38px;
        line-height: 40px;
    }
    .firmod p.subtit{
        font-size: 25px;
        line-height: 38px;
        margin-top:20px;
    }
    .firmod p.time{
        font-size: 20px;
        line-height: 32px;
        margin-top:30px;
    }
    .senmod{
        padding: 6% 0 0;
    }
    section.dd_fullscreenslider article.slide h2{
        height: 65px;
    }
    .senmod h2 img{
        height: 55px;
    }
    .senfirti p{
        font-size: 20px;
    }
    .thrmod{
        padding: 10px 0 0 ;
    }
    .thrmod h2 img{
        height: 55px;
    }
    .thrmod>p{
        height: 38px;
        line-height: 38px;
        font-size: 20px;
        white-space: 0.5px;
    }
    .thrmod .box{
        width: 820px;
    }
    .thrmod .box p{
        font-size: 16px;
        line-height: 38px;

    }
    .footer footer .foot .footer-bottom {
        padding-top: 10px;
        font-size: 12px;
    }
}




/* 登錄头样式调整
.cdnavbox .userbox{
    display: inline-block;
    margin-left: 30px;
    }
    .ecp_top-nav .ecp_tn-header{
        width: auto !important;
        max-width: 500px;
    }
    .ecp_top-nav{
        height: 50px !important;
    }
    .tn-person-r .ecp_tn-title .ecp_tn-tab i, .tn-person-r .tn-user i{
        height: 50px !important;
    }
    .ecp_top-nav{
        background-color: transparent !important;
        border-bottom:none !important;
        color: #ffffff;
    }
    .tn-person-r .ecp_tn-title .ecp_tn-tab{
        color: #ffffff !important;
    }
    .tn-person-r .ecp_tn-title .ecp_tn-tab i, .tn-person-r .tn-user i{
        padding: 0 !important;
        padding-left: 20px !important;
    }
    .tn-person-r .ecp_tn-title .ecp_tn-tab{
        line-height: 50px !important;
    }
    .tn-person-r .ecp_tn-title .ecp_tn-tab:hover, .tn-person-r .tn-setting .tn-name:hover, .tn-person-r .tn-setting .ecp_tn-tab:hover, .tn-person-r .tn-onmouse .ecp_tn-tab, .tn-person-r .tn-onmouse .ecp_tn-tab{
        border:none;
      background-color: transparent !important;
      text-decoration: none;
    }
    
    #Ecp_top_jf_login2 span{
        top: 0 !important;
    }
    .tn-person-r .tn-topmenulist .tn-text-list li a{
        padding: 0 7px !important;
    }
    .tn-person-r .ecp_tn-title{
        font-size: 14px !important;
    }
    #Ecp_top_bk_login{
        height: 50px;
    }
	.tn-person-r{
        line-height: 50px;
    }
    #Ecp_top_jf_login span{
        top: 0 !important;
    }
    .tn-person-r{
        max-width: 400px;
    }
    #Ecp_top_bk_login{
        display: flex;
    }
    .tn-person-r .ecp_tn-title .ecp_tn-tab i, .tn-person-r .tn-user i{
        width: 80px;
    }
    .login ul li a{
        font-size: 14px;
      }
       */




























