* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif, "微软雅黑";
}

* {
    font-family: "微软雅黑";
}

body {
    /*font: "宋体";*/
    font-size: 12px;
    font-family: "微软雅黑";
}

a:link,
a:visited {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

#Tab {
    margin: 0 auto;
    width: 234px;
    border: 1px solid #BCE2F3;
}

.Contentbox ul {
    list-style: none;
    margin: 7px;
    padding: 0;
}

.Contentbox ul li {
    line-height: 24px;
    border-bottom: 1px dotted #ccc;
}

.container {
    width: 1210px;
}

#div101 {
    width: 1210px;
    height: 250px;
    background: #64B8E4;
    margin: 10px 0;
}

#banw .ban>a img:first-of-type{
    position: absolute;
    width: 130px;
    height: 130px;
    left: 190px;
    top: 65px;
}

#banw .ban>a h1{
    position: absolute;
    left: 350px;
    top: 95px;color: #333;
}

#banw .ban>a h1 p{
    font-weight: normal;
    font-size: 34px;
}

#banw .ban>a h1 span{
   font-weight: normal;
    line-height: 32px;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
}



.naver_com{background-color:#005193;height: 45px;}
.naver_com .nav_body{width: 1200px;height: 45px;margin: 0 auto;}
.naver_com .nav_body span{
    width:160px;
    height:45px;
    text-align:center;
    display: inline-block;
    float: left;
}
.naver_com .nav_body  span{
    color:#fff;
    font-family: 'Heiti SC', 'Heiti TC', 'Arial'; /* 黑体作为首选字体，Arial作为备用字体 */
    font-weight: bold; /* 加粗 */
    font-size: 20px;
	width:215px;
    /*width:190px;有科研平台*/
    height:45px;
    line-height: 45px;
    text-decoration: none;
    display: inline-block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
    
.naver_com .nav_body span .hover_t {
    border-top: 3px solid #2C5F8D;
    height: 42px !important;
    line-height: 42px !important;
    background-color: white;
    color: black;
}

.nav_list{
    width:190px;
    height:auto;
    background-color: #ffffff;
    display: none; /* 初始状态隐藏 */
    overflow: hidden; /* 防止内容溢出 */
    max-height: 200px; /* 根据需要设置最大高度 */
    transition: max-height 0.5s ease-out; /* 添加动画效果 */
    position: relative;
    z-index: 10;
}
.nav_list_ck{
    width:500px !important;
}
.nav_list div{
    text-align: center;
    align-items: center;
    justify-content: center;
    color:#000000;
    font-size: 16px;
    font-family: 'Heiti SC', 'Heiti TC', 'Arial'; /* 黑体作为首选字体，Arial作为备用字体 */
    font-weight: bold; /* 加粗 */
    line-height: 38px;
    cursor:pointer;
    
}

.gl{
    background-color: #125780;
    color: #ffffff !important;
}

