/*共用*/
*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
}
body{
	font-family: "宋体","Arial Narrow",HELVETICA;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    color: #333333;
}
html{
	background: #fff;
}
a:hover{
	color: #1b63a1;
	text-decoration:underline;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hide{
	overflow: hidden;
}
.home_page{
	width: 100%;
}
.top{
	width: 100%;
	height: 33px;
	line-height: 34px;
	background: linear-gradient(#fefefe,#eeeeee);
	border-bottom:1px solid #e0e0e0;
	box-sizing: border-box;
}
.top_in{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.top_in_left>ul>li{
	float: left;
	padding-left: 18px;
	margin-left: 2px;
    margin-right: 10px;
}
.sina{
	background: url(../images/sina_icon.jpg) no-repeat left center;
}
.Tencent{
	background: url(../images/qq_icon.jpg) no-repeat left center;
}
.top_in_center>ul>li{
	float: left;
	margin-left: 10px;
}
.top_in_right>ul>li{
	float: left;
	line-height: 32px;
    padding-left: 15px;
    margin-left: 8px;
    margin-right: 10px;
}
.as{
	background: url(../images/sy.jpg) no-repeat left center;
}
.collect{
	background: url(../images/sc.jpg) no-repeat left center; 
}
.home_page{
	width: 100%;
}
.home_page_in{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
/*logo/导航*/
.home_page_nav{
    padding-top: 7px;
    margin-top: 10px;
}
.home_page_logo{
	width: 231px;
    height: 52px;
    padding: 0px 35px 0 0;
    text-align: center;
    margin-right: 30px;
}
.home_page_tab{
	width: 904px;
}
.home_page_tab>ul>li{
	float: left;
	padding: 0 11px;
	box-sizing: border-box;
	border-right: 1px solid #333333;
	line-height: 12px;
	margin-top: 4px;
	margin-bottom: 12px;
}
.home_page_tab>ul>li:last-child{
	border: 0px;
}
/*内导航*/
.home_page_navigation{
	margin-top: 26px;
	border-bottom: 1px solid #dfdfdf;
	height: 40px;
}
.home_page_navigation>ul{
	border-top: 3px solid #1477d2;
}
.home_page_navigation>ul>li{
	float: left;
	font-size: 16px;
	font-family: "microsoft yahei",arial;
}
.home_page_navigation>ul>li>a{
	line-height: 40px;
	display: inline-block;
	padding:0 32px;
}
.home_page_navigation>ul>li:first-child a{
	background: #1477d2;
	color: #ffffff;
}
.home_page_navigation>ul>li>a:hover{
	background: #1477d2;
	color: #ffffff;
	text-decoration: none;
}
/*友情链接*/
.friendsLink{
	width:1200px;
	margin:10px auto;
}
.friendsLink>h4{
	width: 1170px;
	height: 31px;
	line-height: 31px;
	background: url(../images/20190904.jpg) no-repeat;
	padding-left: 30px;
	font-weight: 700;
}
.friendsLink>div{
	width: 1200px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-top: 0;
	padding: 12px;
}
.friendsLink>div>a{
	display: block;
	float: left;
	margin-right: 16px;
}