/* reset */
@font-face {
    font-family: "Noto Sans TC ";
     src: url('../font/AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2');
     cache: local;
}
*{-webkit-tap-highlight-color:rgba(0,0,0,0); font-family: "Noto Sans TC ";}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100%;overflow-x:hidden;}
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px;   }
body { 006AB5;text-align: justify;}
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }


.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
.w1200{
	width: 1200px;
	margin:0 auto;
}
.marT50{
	margin-top: 50px;
}
#app{
	width: 100%；
	height:100%;
}
.banner {
	width: 100%;
	height: 522px;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 2000px){  
  .banner{
  	height: 710px;
  } 
}
.banner img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    object-fit: cover;
}
.navigation{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	text-align:center;
	color: #fff;
	background-color: #3B8DF2;
}
.nav{
	display:flex;
	flex-direction: row;
}
.nav a{
	color: #fff;
}
.nav .nav_item{
	flex:1;
	align-items: center;
	cursor: pointer;
}
.meeting-title{
	font-size: 48px;
	color: #000;
	text-align:center;
	margin-bottom: 30px;
}
.meeting-setting{
	display:flex;
	justify-content: space-between;
}
.meeting-setting video {  
    width: 100%;  
    height: 100%;  
    object-fit: cover;  
}
.meeting-video{
	flex:1;
}
.meeting-date,.meeting-location{
	text-indent:0;
	color: #000;
}
.meeting-illustrate{
	flex:1;
	font-size:16px;
	text-indent:34px;
	line-height: 28px;
	letter-spacing: 2px;
	color: rgba(102,102,102,1);
}
.cooperative-units{
	width: 1200px;
	margin:0 auto;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 2px;
}
.unit{
	line-height:24px;
}
.meeting-agenda-title{
	width: 580px;
	height:35px;
	line-height: 35px;
	border-radius:20px;
	border:1px solid #009DFF;
	overflow: hidden;
}
.meeting-nav{
	width: 100%;
	display:flex;
	align-items: center;
}
.meeting-nav li{
	flex:1;
	text-align: center;
	border-left: 1px solid #009DFF;
	cursor: pointer;
}
.meeting-nav li a{
	display:inline-block;
	width:100%;
	height:100%;
	color: #000;
}
.meeting-nav li:first-child{
	border-radius-left:20px;
}
.meeting-nav li:last-child{
	border-radius-right: 20px;  
}
.meeting-active{
	background-color: #009DFF;
	color: #fff !important;
}
.meeting-active a{
	color: #fff !important;
}
#change-nav-2,#change-nav-3,#change-nav-4,#change-nav-5{
	display:none;
}
.mart15{
	margin-bottom: 15px;
}
table{
	width:1200px;
	font-size: 16px;
	margin-top: 20px;
	border-color: #009DFF;
}
table td{
  border: transparent;  
}
table tr th{
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	background-color: #009DFF;
	color: #fff;
}
.table-text td{
	text-align:center;
	padding:25px 0;
	line-height: 35px;
}
.speech-people td{
	display:flex;
	padding: 20px 30px;
	justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    align-items: center;

}
.speech-people td p{
	flex:1;
}
.speech-people td p:nth-child(2){
	margin-right:60px;
}
.speech-people td p:first-child{
	flex:0.2;
}
.meeting-news{
	width: 1000px;
	margin:0 auto;
	/*padding-bottom: 50px;*/
}
.fixed li{
	display: flex;
    font-size: 18px;
    line-height: 36px;
    align-items: center;
    justify-content: space-between;
}
.fixed li a{
	color: #000;
	text-decoration-line: underline;
}
.mt-top{
	display:flex;
}
.mt-top li{
	flex:1;
}
.mt-top li a{
	display: inline-block;
	width: 100%;
}
.mt-top li a img{
	width: 155px;
	height:60px;
}
.sculpture img,.sculpture-zc img{
	width: 80%;
	height: 80%;
}
.sculpture-zc{
	width: 120px;
	height:120px;
	margin: 0 auto;
	/*margin-top: 20px;*/
}
