﻿@charset "utf-8";
/* CSS Document */

body{
	min-width: 1200px;
	background: #f2f2f2;
}

/*top*/
.sf_top{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 172px;
	background: url(sf_top_back.png) center no-repeat;
}
.sf_topan{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 36px;
	background: #015293;
	filter:alpha(opacity=10);   
    -moz-opacity:0.1;   
	-ms-opacity: 0.1; 
	-o-opacity: 0.1; 
	-webkit-opacity: 0.1; 
    opacity: 0.1;  
}
.sf_topan_con{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	margin-left: -600px;
	width: 1200px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
}
.sf_topan_con a{
	width: auto;
	height: 100%;
	float: left;
	color: #666;
}
.sf_topan_con a:hover{
	color: #000;
}
.sf_topan_con span{
	width: auto;
	height: 100%;
	float: left;
	padding: 0 5px;
}
/*logo*/
.sf_logo{
	position: absolute;
	top: 36px;
	left: 50%;
	z-index: 1;
	margin-left: -600px;
	width: 1200px;
	height: 136px;
}
.sf_logo_icon{
	width: 380px;
	height: 136px;
	float: left;
	background: url(sf_logo.png) center no-repeat;
}
/*search*/
.sf_search{
	position: relative;
	width: 436px;
	height: 36px;
	margin-top: 49px;
	border: 1px solid #c9c9c9;
	border-radius: 50px;
	background: #fff;
}
.sf_search .searchcon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 340px;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	font-family: "微软雅黑", "Microsoft Yahei";
	color: #888;
	font-size: 16px;
}
.sf_search .searchan{
	position: absolute;
	top: 0;
    right: 0;
	z-index: 2;
	width: 60px;
	height: 100%;
	background: #e60012 url(sf_searchan.png) center no-repeat;	
	border-radius: 50px;
	cursor: pointer; 
}

/*nav*/
.sf_nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: #015293;
}
.sf_nav ul{
	width: 1200px;
	height: 50px;
	line-height: 50px;
}
.sf_nav ul a{
	width: auto;
	height: 50px;
	padding: 0 16px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.sf_nav ul a:hover{
	background: #026cc1;
}

/*link*/
.sf_link{
	width: 1160px;
	height: 102px;
	padding: 0 20px;
	background: #fff; 
}
.sf_link ul{
	width: 100%;
	height: 62px;
	padding: 20px 0;
	border-top: 6px solid #2f61ac;
}
.sf_link ul a{
	width: 280px;
	height: 62px;
	float: left;
	margin-right: 13px;
}
.sf_link ul .sf_linkts{
	margin-right: 0;
}
.sf_link ul a img{
	width: 280px;
	height: 62px;
	display: block;
}


/*footer*/
.sf_footer{
	position: relative;
	width: 1200px;
	height: auto;
	padding: 40px 0 48px 0;
	background: #fff;
}
.sf_footer1{
	border-top: 2px solid #015293;
}
.sf_footer .sf_dzjg{
	position: absolute;
	top: 68px;
	left: 50px;
	z-index: 1;
	width: 80px;
	height: 80px;
}
.sf_footer .sf_dzjg img{
	width: 100%;
	height: 100%;
}
.sf_footer h5{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.sf_footer h5 a{
	color: #000;
}
.sf_footer h5 a:hover{
	color: #2f61ac;
}
.sf_footer h5 span{
	margin: 0 5px;
	color: #000;
}
.sf_footer .sf_footer_main{
	width: 100%;
	height: auto;
	line-height: 40px;
	text-align: center;
}