@charset "utf-8";
/**CSS Document**/
::selection {

    background-color: #005dbb;
     color: #FFF;
}

::-moz-selection {

    background-color: #005dbb;

    color: #FFF;
}

::-webkit-selection {

    background-color: #005dbb;
    color: #FFF;
}
.between{
	width:1180px;
	margin:0 auto;
	overflow: hidden;
}
.clear{
	clear: both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.clear_fl{
	height:0px;
	clear: both;
	overflow: hidden;
}
/*top_A*/
.top_bg{background: url(../images/top_bg.jpg) no-repeat center top;height: 166px;}
#top_A{width:100%; height:36px; overflow: hidden; font-family:"Microsoft YaHei";}
.top{width:1180px; height:36px; margin:auto;}
.top_left{ width:380px; height:36px; float:left; line-height:36px; color:#808080; font-size:12px;}
.top_left span{ font-weight:bold;}
.top_right{ height: 36px; float: right;}
.top_right ul li{float: left; line-height:36px; padding:0px 0px 0px 10px;}
.top_right ul li a{color: #808080; font-size:12px;}
.top_right ul li span{padding:0px 3px 0px 0px;}
.top_right ul li img{width:18px; height:18px; display:block; padding:9px 0px 0px 0px; float:left;}

/**top_bgk**/
.top_bgk{ height:155px; overflow:hidden;}
.top_nr{ width:1180px; margin:auto;}
.logo{  float:left; padding:36px 14px 0px 0px; display:inline;}
.biaoyu{ width:506px; height:63px; float:left;  margin:36px 0px 0px 35px; padding-left:30px; display:inline; line-height:30px; font-size:18px; color:#333333;}
.biaoyu p{ color:#4c4c4c; font-size:22px; display:block;margin-bottom: 4px;}

.biaoyu p span{
	color: #005dbb;
	font-size: 22px;
	font-weight: bold;
}
.iphone{ float:right; display:inline;  background:url(../images/phone.png) no-repeat left center; padding-left:50px;height: 92px;padding-top:38px;}
.iphone span{
	color: #4c4c4c;

	
}
.iphone p{
	color: #005dbb;
	font-size: 28px;
	line-height: 28px;
}
/**nav**/
.nav_all{background-color: #005dbb; height:50px;}
.nav { width:1180px; margin:auto;}
.nav li {float:left; text-align:center;background: url(../images/nav_icon.png) no-repeat center right;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.nav li:last-child{
	background: none;
}
.nav li a {display:block; font-size:15px; height:50px; line-height:50px; color:#fff; padding:0px 33px 0px 34px;}

.nav li:first-child a{ background:none;}
.nav li:hover{ background:#f42434;}
.nav li.another{ background:#f42434;}
.fixedNav{ position:fixed; top:0px; left:0px; width:100%; z-index:100000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));}

/*footer*/

/*footer*/
.footer_bg{
	background-color: #f5f5f5;
	height: 300px;
	padding-bottom: 50px;
}
.footer_box{
	padding-top: 76px;
}
.footer_r{
	width: 986px;
	margin-left: 70px;
	margin-top: 30px;
}
.footer_nav{
	margin-bottom: 10px;
}
.footer_nav ul{
	border-bottom: 1px solid #808080;
	padding-bottom: 10px;
}
.footer_nav ul li{
	float: left;
}
.footer_nav ul li a{
	color: #4c4c4c;
	padding: 10px 31px;
}

.footer_r>div{
	color: #666666;
	line-height: 28px;
}
.footer_r>div>a{
	color: #666666;
}
.footer_r>div>h2{
	font-size: 14px;

}
/**link开始**/
.link{
	width:100%;
	height:50px;
	margin-top: 60px;
}
.link_body{
	height:50px;
	color:#4c4c4c;
	text-align: center;

}
.link_body>a{
	width:1180px;
	height:50px;
	line-height: 50px;
	color:#4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/**link结束**/




