html {
	height: 100%;
}
body {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align:center;
	overflow-x: hidden;
	font-size: 14px;
}
/*滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 8px;
	height: 16px;
	background-color: #999;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #555;
}

#div_all {
	margin: auto;
	width: 100%;
	height: 100%;
/*	text-align:center;*/
	/*box-sizing: border-box*/
}
#div_top {
	margin: auto;
	width: 1050px;
	height: 90px;
}
#div_menu {
	float: left;
	margin: auto;
	width: 100%;
	height: 40px;
	/*background: #00A2CA;*/
	background: #215487;
}
#banner_outer {
	margin: auto;
	width: 1050px;
	height: 400px;
}
#div_banner {
	width: 1920px;
	height: 400px;
	margin-left: -435px;
	/*vertical-align: middle;*/
}
#div_body {
	margin: auto;
	width: 1050px;
	height: calc(100%-30px);
	/*height: 100%;*/
}

/*页脚*/
#div_bottom {
	color:#ccc;
	margin: auto;
	width: 1050px;
	height: 250px;
	background: #181818;

}
.bot_logo {
	height:75px;
	border-bottom:1px solid #555;
	text-align: left;
}
/*二级导航 began*/
.menuDiv { 
	width:911px;
    overflow: hidden; 
    /*display:inline-block;*/
    float: left;
    /*background-color: blue;*/

}

/* 去掉a标签的下划线 */
.menuDiv a {
    text-decoration: none;
}

/* 设置ul和li的样式 */
.menuDiv ul , .menuDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
} 
.menuDiv > ul {
	/*background-color: red;*/
	width: 100%;
}
.menuDiv > ul > li {
	width: 25%;
}
/* 设置二级菜单绝对定位，并隐藏 */
.menuDiv > ul > li > ul {
    position: absolute;
    display: none;
}
/* 设置二级菜单的li的样式 */
.menuDiv > ul > li > ul > li {
    float: none;
}
/* 鼠标放在一级菜单上，显示二级菜单 */
.menuDiv > ul > li:hover ul {
    display: block;
}
/* 一级菜单 */
.menuDiv > ul > li > a {
	font-size: 1.2rem;
    /*width: 120px;*/
    line-height: 90px;
    color: black;
    /*background-color: #eee;*/
    text-align: center;
    /*border-left: 1px solid #bbf;*/
    display: block;
}
/* 在一级菜单中，第一个不设置左边框 */
/*.menuDiv > ul > li:first-child > a {
    border-left: none;
}*/
/* 在一级菜单中，鼠标放上去的样式 */
.menuDiv > ul > li > a:hover {
    color: #0068B9;
    background-color: #eee;
}
/* 二级菜单 */
.menuDiv > ul > li > ul > li > a {
    /*width: 100%;*/
    line-height: 36px;
    color: #111;
    /*background-color: #FFF;*/
    background: rgba(255,255,255,0.5);
    text-align: center;
    border: 1px solid #ccc;
    border-top: none;
    display: block;
}
.menuDiv > ul > li > ul {
	width: calc(911px / 4);
}
/* 在二级菜单中，第一个设置顶边框 */
.menuDiv > ul > li > ul > li:first-child > a {
    /*border-top: 1px solid #ccc;*/
}
/* 在二级菜单中，鼠标放上去的样式 */
.menuDiv > ul > li > ul > li > a:hover {
    color: #0068B9;
    background: rgba(200,200,200,0.7);
}
/* -------------菜单css代码----------end---------- */
iframe {
 	width:calc(100% + 18px);
	height:100%;
}
#ad1 {
	margin-left: 10px;
	margin-top: 5px;
	float: left;
/*	width: 180px;
	height: 90px;*/
	text-align: center;
	font-size: 60px;
	color: #1E90FF;
}
#ad2 {
	/*float: left;*/
	margin-left: 30px;
	font-size: 20px;
	margin-top: 15px;
	color: #111;

}
#ad3 {
	/*float: left;*/
	margin-top: 10px;
	color: #111;
}
#ad4 {
	margin-left: 0px;
	margin-top: 10px;
	/*float: left;*/
}
#ad5 {
	/*float: left;*/
	margin-left: 30px;
	margin-top: 10px;
	font-family:;
}
#ad6 {
	margin-top: 14px;
	margin-left: 100px;
	float: left;
	/*background: #357;*/
}
#ad7 {
	margin-top: 16px;
	margin-left: 30px;
	float: left;
	font-size: 40px;
	color: #111；
}
.