@charset "utf-8";
/* CSS Document */
body, div, p, ul, li,h2,h3,h1, i, em, span, dd, dt, dl, form, table, th, td, tr, input {
	border: 0 none;
    margin: 0;
    padding: 0;
	list-style-type:none;
}
select{
	padding: 0;
	margin: 0;
}
html{
	font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; 
	font-size: 12px; 
	color:#121212;
	background-color:#ffffff;
}
a{ 
    text-decoration:none;
	color:#333333;
	outline:none;
	border: none;
}
a:hover{ text-decoration:none;}
img{ border:none;}
h2,h3,h4,i,b{
	font-weight: normal;
	font-style: normal;
}
input,textarea{ font-family:"Microsoft Yahei","SimHei","SimSun", Geneva, sans-serif; outline:none;}

.wrap{ width: 1200px; }
.wraper{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.wraping{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
}
.ofhd{ overflow: hidden; }
.mgat{ margin: 0 auto; }
.hgat{ height: auto; }
.fl{ float: left; }
.fr{ float: right; }
.lf{ clear: both; }

.header{
	width:100%;
	height:60px;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	position: relative;
	z-index: 999;
}
.sub_header{ background-color: rgba(55,65,105,1);  }
.logo{
	width: 160px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.logo img{
	margin-top: 10px;
}
.header .nav{
	width:825px;
	height:60px;
	float: left;
}
.header .nav li{
	float:left;
	list-style:none;
	font-size: 14px;
	position: relative;
}
.header .nav li a{
	display:block;
	height:60px;
	padding:0 25px;
	line-height:60px;
	color:gray;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	color: #242424;
	font-size: 16px;
}
.header .nav li a:hover,.header .nav li a.current,.header .nav li.this a{
	color: #2cadec;
}
.header .nav li .box{
	width:100%;
	height:auto;
	position:absolute;
	top:61px;
	left:0;
	display:none;
	background-color: rgba(255,255,255,0.9);
	padding: 10px 0;
	text-align: center;
}
.header .nav li .box a{
	display:block;
	width: 100%;
	padding: 0;
	height:36px;
	float:left;
	color:#333333;
	line-height:36px;
	margin: 0 auto;
	border:none;
	background:none;
}
.header .nav li .nav_small{
	width: 180px;
	margin-left: -35px;
}
.header .nav li .nav_small a{
	font-size: 14px;
}
.header .nav li .box a:hover{
	color:#2cadec;
}

.login{
	width: 200px;
	height: 60px;
	overflow: hidden;
	float: right;
}
.login p,.login span{
	display: block;
	width: 100px;
	height: 60px;
	overflow: hidden;
	float: left;
}
.login a{
	display: block;
	width: 100px;
	height: 36px;
	overflow: hidden;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
	font-size: 16px;
	color: #242424;
	text-decoration: none;
	margin-top: 12px;
}
.login span a{ 
	background-color: #2196f3;
	color: #ffffff; 
}




/*footer*/
.footer{ 
	height: 686px;
	background: url(../images/footer_bg.jpg) center top no-repeat;
	background-color: #0e1a37;
}
.footer a{ color: #ffffff; }
.footer_nav{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 160px;
	margin-bottom: 20px;
}
.footer_nav li{
	width: 270px;
	height: auto;
	overflow: hidden;
	float: left;
}
.footer_nav li:last-child{
	width: 100px;
	height: auto;
	overflow: hidden;
	float: left;
}
.footer_nav li p{
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	font-size: 16px;
}
.footer_nav li span{
	display: block;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
}
.footer_nav li i{
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}
.footer_copy{
	width: 1200px;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
	margin-bottom: 50px;
	padding-top: 40px;
	color: #999999;
}
/*背景颜色*/
.bac1{  background-color: #f8f8f8; } /*免费试用*/
.bac2{  background-color: #f4f5f5; }
.bac3{  background-color: #f3f3f3; }
.bac4{  background-color: #edf7ff; }
/*二级框架*/
.wraper_side{
	width: 220px;
	height: auto;
	overflow: hidden;
	float: left;
}
.wraper_con{
	width: 940px;
	height: auto;
	overflow: hidden;
	float: right;
	background-color: #ffffff;
	min-height: 500px;
	padding-left: 40px;
	padding-bottom: 30px;
}
