@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

.nav_two{
	position:fixed;
	background-color:#FFF;
	z-index:99;
	border-bottom:#CCC 1px solid;
}
	
.int_top_line{
	width:100%;
	height:1px;	
}

.int_top{
	width:1200px;
	margin:0 auto;
}
/* 智能云平台log */
.int_top .int_top_log{
	width:220px;
	height:52px;
	float:left;
}

.int_top .int_top_log .int_top_log_img{
	height:20px;
	width:24px;
	margin:0 auto;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	float:left;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}

.int_top .int_top_log .int_top_log_p{
	font-size:14px;
	height:20px;
	width:160px;
	margin:0 auto;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	float:left;
	color:#333333;
}
/* 智能云平台导航栏 */
.int_top .int_top_nav{
	width:550px;
	height:52px;
	float:right;
	
}

.int_top .int_top_nav .int_top_div .int_top_ul{
	list-style-type:none;
	height:52px;
	line-height:33px;
}

.int_top .int_top_nav .int_top_div .int_top_ul li{
	float:right;
	width:110px;
	height:30px;
	font-size:14px;
	color:#303362;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	text-align:center;
}

.int_top .int_top_nav .int_top_div .int_top_ul li a{
	text-decoration:none;
	color:#303362;
}

.int_top_ul_li_p{
	height:14px;
	margin-top:10px;
}

.int_top_ul_li_img{
	height:30px;
}

.int_top_ul_li_a_img{
	vertical-align:middle;
	margin-left:10px;
}