﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquote, th, td, small {
    margin: 0;
    padding: 0;
    font-family:"Times New Roman", 微软雅黑;
    font-size: 14px;
    color: #333333;
	
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    background: url("../images/BG.png")no-repeat center 400px;
}

.divc { margin: 0 auto}
/*头图*/
#banner{
    width: 100%;
    height: 330px;
    position: relative;
    background: #F4F6FB url("../images/banner2023.jpg?v=5") no-repeat center top;
    border-bottom: 1px solid #bca3cf;
    background-size: cover;
}
.english{
    width: 160px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 21px;
    display: none;
}
/*导航*/
.nav { margin-top: 0px; zoom: 1; position:relative; z-index:999;background-color: #0B1731; color:#fff}
.m{width: 1000px;margin: 0 auto;}
.nav ul{padding: 0px 10px; height: 61px;}
.nav li {position:relative;float: left; }
.nav li.current h3{font-size: 16px; background-color: #266ABB;}
.nav li h3{text-align: center;height: 61px; line-height:61px;}
.nav li a, .nav li a:link, .nav li a:visited {font-size: 14px;color:#fff;padding: 0px 19px;display: block;}
.nav .sub{ display:none;left:0; top:60px; position:absolute;line-height:40px;z-index:999999;min-width: 100px;
    background-color:#266ABB}
.nav .sub p{ zoom:1; white-space: nowrap;}
.nav .sub a,.nav .sub a:link,.nav .sub a:visited{ display:block; padding:0 20px;font-weight: normal;min-width: 130px; }
.nav .sub a:hover,.nav .sub a:active{text-decoration: none;}
.main{padding-bottom: 20px;}
.left{width: 666px;}
.right{width: 294px;}
.nav .sub p a:hover{ background-color: #0B1731;}

.slideBox:hover .prev,
.slideBox:hover .next{display: block;}
.slideBox .prev,
.slideBox .next{ position:absolute; left:0; top:50%; margin-top:-30px;width:20px; height:43px; background: url(../images/arrow.png) 0px 0px no-repeat; }
.slideBox .next{ left:auto; right:0; background: url(../images/arrow-r.png) 0px 0px no-repeat; }
.prev:hover,
.next:hover{ filter:alpha(opacity=100);opacity:1;}
.prevStop{ display:none;  }
.nextStop{ display:none;  }

#slideBoxNav{
    position: relative;
}
/*底部*/
#foot{
    width: 100%;
    height: 40px;
    line-height:  40px;
    text-align: center;
    font-size: 12px;
    color: #666666;
	padding:5px 0;
}
#foot a{
	color: #0d2d83;
	font-weight:bold;

}

/* 会议延期通知  */
#tip-yq{
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,0.4);
    /* display: none; */
}
.tip_box-yq{
    width: 30%;
    height: auto;
    position: absolute;
    left:50%;
    top:-50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    transition: all 0.2s;
} 
.tip_content{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.tip_content img{display:block;width: 100%;}
.tip_close{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 15px;
    top: 0;
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    font-family: 微软雅黑;
}
/* END会议延期通知  */