/*内容区：10是上下边距，15是左右边距，25是文字行间距*/
#body{margin:10px 15px; line-height:25px}


a{font-size:16px; color:#000; text-decoration:none}
a:hover{color:#f00; text-decoration:none}
img{border:none}
.img:visited img{border: 0px solid #B2C2E3;}
.img img{border: 0px solid #B2C2E3;padding:5px;}
.img:hover img{border: 0px solid #3477C5;}
.img:hover{color: #B2C2E3; }
.td{border-bottom:1px #CCCCCC dashed;}

h1{margin:5px 15px; color:#000000; font-size:18px; font-weight:bold;}

#biaoti{margin:5px 15px; color:#000000; font-size:16px; font-weight:bold;}
#biaoti2{margin:10px 10px; color:#8A8A8A; font-size:16px;}
#biaoti2 a{font-size:16px; color:#8A8A8A; text-decoration:none}
#biaoti2 a:hover{color:#8A8A8A; text-decoration:none}


body{width:1200px;margin:0px auto;background:url(bg.jpg);}

/*显示DIV区块*/
.pc_acmsd{display:block;}

/*隐藏DIV区块*/
.m_acmsd{ display:none}

/*侧边栏*/
  .sidebar {
    width: 250px;
    float: left;
    color: white;
    padding: 0px;
    background-color:#eeeeee;
  }

/*主区域*/
  .content {
    margin-left: 250px;
    padding: 10px;
    background-color:#FFFFFF;
  }


/*屏幕在640-1240像素时，应用以下样式*/
@media screen and (min-width:640px) and (max-width: 1240px){
img{width:100%;}

/*主区域*/
  .content {
    margin-left: 0px;
    padding: 0px;
  }

/*隐藏DIV区块*/
.pc_acmsd{display:none !important;}

/*显示DIV区块*/
.m_acmsd{display:block !important;}

body{width:640px;margin:auto;}


}

/*屏幕在小于640像素时，应用以下样式*/
@media screen and (max-width: 640px){
img{width:100%;}

/*培训计划，手机版文字大小*/
.pxjh{font-size:12px;}

/*最新报名，手机版文字大小*/
.zxbm{font-size:12px;}

/*主区域*/
  .content {
    margin-left: 0px;
    padding: 0px;
  }

/*隐藏DIV区块*/
.pc_acmsd{display:none !important;}

/*显示DIV区块*/
.m_acmsd{display:block !important;}

body{width:auto;margin:auto;}

}




/*导航菜单*/
#topMenu {float:left;margin-top:36px;}
#topMenu .m {}
#topMenu .l {display:none}
#topMenu .r {display:none}
#menu {clear:both;}
#menu .m {overflow:hidden;}
#menu .l {display:none}
#menu .r {display:none}
#menu ul {}
#menu li {list-style:none;width:120px;margin:0;padding:0;float:left;padding-right:0px;}
#menu a {margin:0;padding:0;height:36px;line-height:36px;display: block;width:120px;text-align: center;background:url(menu.gif) no-repeat;color:#ffffff;}
#menu a:link, #menu a:visited {	background-position:0 -36px;text-decoration:none;}
#menu a:hover {background-position:0 0;color:#FFFFFF;text-decoration:none;}
#menu a.thisclass, #menu a.thisclass:link, #menu a.thisclass:visited, #menu a.thisclass:hover {background-position:0 0;color:#900606;}
#menu a.first, #menu a.first:link, #menu a.first:visited, #menu a.first:hover {}






/*顶部悬浮菜单*/
.top{
           margin: 0;
           padding: 0;
           text-decoration: none;
           list-style: none;

       }
       .top {
           width: 100%;
           max-width:640px;/*最大宽度*/
           height: 50px;
           border-top:1px solid #ccc;/*上边框border-top，破折线dashed，直线solid*/
           background: #ffffff;
           position: fixed;
           top: 0;
           display: flex;
           justify-content: space-around;
           align-items: center;/*绝对居中*/
           z-index: 999;
           /*line-height: 0px;*/
       }






/* 下拉按钮样式 */
.dropbtn {
  background-color: #006FE2;
  color: white;
  padding: 0px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
 
/* 容器 <div> - 滚动容器 */
.dropdown {
  position: relative;
  display: inline-block;
}
 
/* 下拉内容 (默认隐藏) */
.dropdown-content {
  display: none;
  position: absolute;
  top:50px;
  right:0px;
  background-color: #006FE2;
  min-width: 120px;
  z-index: 1;
}
 
/* 鼠标悬停时显示下拉内容 */
.dropdown:hover .dropdown-content {
  display: block;
}
 
/* 链接样式 */
.dropdown-content a {
  color: white;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  border-top: 1px solid #1286FF;
  border-bottom:1px solid #014286;

}
 
/* 鼠标悬停时更改链接背景颜色 */
.dropdown-content a:hover {background-color: #B93611;}



















