@charset "utf-8";
body,ul,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,figure,tr,td,img{
	margin:0;
	padding:0;
	font:14px "微软雅黑";
	/*color:#fff;*/
}
ul,dl,li{
	list-style:none;
}
input{ margin:0; padding:0; border:none;} 
a{
	text-decoration: none;
	color: #333;
}
img{
	border:0;
	display:block;
}
.center{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear: both;
}
.background{
	background: #f5f5f5;
}
/*header*/
#header{
	background: #fff;
	padding-top: 15px;
}
#header .top{
	margin-bottom: 15px;
}
#header .top img.logo{
	width: 380px;
	height: 65px;
	float: left;
}
#header .top p{
	line-height: 65px;
	font-size: 20px;
	color: #444;
	float: left;
	margin-left: 120px;
}
#header .top figure{
	float: right;
	height: 41px;
	margin-top: 12px;
}
#header .top figure img{
	width: 41px;
	height: 41px;
	float: left;
}
#header .top figure figcaption{
	float: left;
	margin-left: 15px;
}
#header .top figure figcaption h2{
	font-size: 13px;
	color: #00a9de;
}
#header .top figure figcaption h3{
	font-size: 16px;
	color: #00a9de;
	margin-top: 2px;
}

/*导航*/
#header .nav_menu{
	width: 100%;
	min-width: 1200px;
	background: #262626 none repeat scroll 0% 0%;
	height: 50px;
	line-height: 50px;
	position: relative;
}
#header .nav_menu .ul{
	height: 50px;
	line-height: 50px;
}
#header .nav_menu .ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 122px;
	font-size: 15px;
	text-align: center;
	position: relative;
}
#header .nav_menu .ul li a{
	color: #fff;
}
#header .nav_menu .ul li:hover,
#header .nav_menu .ul li.active{
	background: rgb(7,144,187) none repeat scroll 0% 0%;
}
#header .nav_menu .ul li{
	line-height: 50px;
}
#header .nav_menu .ul .onn{
	width: 224px;
	background: rgb(7,144,187) url(../img/icoo.gif) repeat scroll 180px -38px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	position: relative;
	cursor: pointer;
	font-size: 16px;
}
#header .nav_menu .ul .onn:hover {
	background: rgb(7,144,187) url(../img/icoo.gif);
	background-position: 180px 18px;
}
#header .nav_menu .ul .onn .nthdiv{
	width: 224px;
	height: 400px;
	position: absolute;
	top: 50px;
	z-index: 100;
	background: rgba(7,144,187,0.8) none repeat scroll 0% 0%;
}
#header .nav_menu .ul .onn .nthdiv .dl dt{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px dashed rgba(7,144,187, 0.87);
	font-size: 15px;
	color: #fff;
	background: rgba(0, 0, 0, 0) url(../img/ico.png) no-repeat scroll 190px -70px;
}
#header .nav_menu .ul .onn .nthdiv .dl dt a{
	display: block;
	color: #fff;
}
#header .nav_menu .ul .onn .nthdiv .dl dt:hover{
	color: rgb(255, 255, 255);
	background: rgb(7,144,187) url(../img/ico.png) no-repeat scroll 190px -70px;
	cursor: pointer;
}
#header .nav_menu .ul .onn .nthdiv .dl .div{
	width: 864px;
	height: 400px;
	background: rgba(255, 255, 255,0.9) none repeat scroll 0% 0%;
	position: absolute;
	left: 224px;
	top: 0px;
	border: 2px solid rgb(0,169,222);
	text-align: left;
	display: none;
	box-sizing: border-box;
}
#header .nav_menu .ul .onn .nthdiv .dl dd{
	width: 260px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
	margin: 15px 0 0 20px;
	border: 1px solid #00a9de;
	border-radius: 6px;
	box-sizing: border-box;
}
#header .nav_menu .ul .onn .nthdiv .dl dd a{
	display: block;
	font-size: 15px;
	color: #00a9de;
}
#header .nav_menu .ul .onn .nthdiv .dl dd:hover {
	background: #00a9de;
	border: 1px solid #0790bb;
}
#header .nav_menu .ul .onn .nthdiv .dl dd a:hover{
	color: #fff;
}
#header .nav_menu .rollup ul{
	width: 122px;
	position: absolute;
	top: 50px;
	z-index: 100000;
	background: rgba(0,169,222,0.7);
	display: none;
}
#header .nav_menu .rollup ul li{
	height: 45px;
	line-height: 45px;
	border-bottom: 1px rgba(7,144,187,0.5) solid;
}
#header .nav_menu .rollup ul li a{
	display: block;
}
#header .nav_menu .rollup ul li:hover{
	background: rgba(7,144,187,0.5);
}
#header .nav_menu .rollup ul li:hover a{
	color: #fff;
}





/*友情链接*/
.links_home{
	width: 100%;
	min-width: 1200px;
	margin:0px auto 0;
	background: #eee;
	padding: 30px 0 30px;
}
.links_home h2{
	text-align: left;
	font-size: 24px;
	color: #0790bb;
}
.links_home ul li{
	text-align: left;
	font-size: 18px;
	float: left;
	margin: 15px 30px 0 0;
}
.links_home ul li a{
	color: #333;
}

/*footer*/
#footer .top{
	width: 100%;
	min-width: 1200px;
	background: #00a9de;
	padding: 50px 0;
}
#footer .top figure.logo2{
	width: 200px;
	float: left;
	text-align: center;
}  
#footer .top figure.logo2 img{
    display: inline-block;
}
#footer .top figure.logo2 figcaption{
	font-size: 20px;
	color: #fff;
}  
#footer .top ul{
	float: left;
	text-align: center;
}   
#footer .top ul li{
	width: 200px;
	float: left;
} 
#footer .top ul li a{
	color: #fff;
}    
#footer .top ul li h2{
	font-size: 16px;
	margin-bottom: 15px;
}    
#footer .top ul li p{
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}
#footer .top figure.wechat{
	width: 200px;
	float: left;
}
#footer .top figure.wechat img{
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
#footer .top figure.wechat figcaption{
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}
#footer .bottom{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background:#333;
	margin-bottom: 70px;
}
#footer .bottom p{
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	color: #fff;
}
#footer .bottom p a{
	color: #fff;
}

/*底部客服*/
.cus_service{
	width: 100%;
	min-width: 1200px;
	height: 70px;
	background:rgba(0, 0, 0, 0.62);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
}
.cus_service ul li{
	width: 128px;
	height: 46px;
	border: 1px #fff solid;
	box-sizing: border-box;
	float: left;
	margin: 12px 0 0 25px;
	border-radius: 5px;
}
.cus_service ul li:first-child{
	margin: 12px 0 0 0;
}
.cus_service ul li a{
	display: block;
}
.cus_service ul li img{
	width: 30px;
	height: 30px;
	float: left;
	margin: 7px 0 0 10px;
}
.cus_service ul li p{
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	float: left;
	margin-left: 10px;
}
/*报名申请*/
.process_home{
	width: 100%;
	min-width: 1200px;
	/*height: 555px;*/
	margin: 30px auto 0;
}
.process_home .content{
	margin: 40px 0;
}
.process_home .content .block{
	float: left;
	width: 130px;
}
.process_home .content .block .top{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #00a9de;
}
.process_home .content .block .top ul{
	padding: 35px 0 0 25px;
}
.process_home .content .block .top ul li{
	font-size: 24px;
	color: #fff;
	float: left;
	text-shadow: 0 2px 0px rgba(0,0,0,0.3);
}
.process_home .content .block .top ul li:nth-child(2){
	font-size: 54px;
	margin-top: -30px;
}
.process_home .content .block .top h2{
	width: 135px;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.process_home .content img{
	width: 36px;
    height: 24px;
    float: left;
    margin: 50px 6px 0;
}