/* CSS Document */
*{
padding:0;
margin:0px;}
body{
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;}
.f-r{
float:right;}
.right{
 float:right;
 padding-right:7px;}
#ding{
width:1170px;
margin:0px auto;
height:31px;
background-color:#004E99;
color:#FFFFFF;
font-size:14px;
font-family: "宋体";
padding-left:10px;
line-height:31px;}

#ding a{
color:#FFFFFF;}
#ding a:hover
{text-decoration:underline;}
#dingda{
	width:100%;
	background-color:#004E99;
	height:31px;}
#touda{
	width:100%;
	background:url(../images/skb1.jpg) repeat-x;
	height:133px;	
	border-bottom:1px solid #999;}

#touda-middle{
	width:1170px;
	background:url(../images/66.jpg) no-repeat;
height:133px;	


	margin:0px auto;}
#dadaohang{
	width:100%;
	height:50px;
	margin-bottom:10px;	
	border-bottom:2px solid #69ABC3;}
#daohang{
width:1170px;
height:50px;
margin:0px auto;}
ul{
list-style-type:none;}
a{
color:#000000;
text-decoration:none;}
#dahezi{
	margin:0px auto;
	width:1170px;
	background-color:#FFF;}

#list-zhuti{
width:1170px;
height:auto;
margin:0px auto;}
#zuo-bt{
width:170px;
height:35px;
float:left;
margin-right:6px;
color:#000000;
font-size:18px;
font-weight:bold;
line-height:35px;
border-bottom:4px solid #0052A5;
text-align:center;}
#bt_space{
width:1170px;
clear:both;
height:10px;}
#you-bt{
width:989px;
height:35px;
line-height:35px;
float:left;
color:#000;
font-size:16px;
font-weight:bold;
border-bottom:4px solid #d7d7d7;
padding-left:5px;}
#list-zuo{
padding-top:2px;
margin-right:20px;
float:left;}
#list-zuo li{
width:170px;
height:38px;
margin-bottom:7px;}

#list-zuo li a{
display:block;
width:170px;
height:38px;
line-height:38px;
background-color:#F0F0F0;

text-align:center;
color:#636363;}

#list-zuo li a:hover{
background-color:#004DA1;
color:#FFFFFF;}

#list-you{
width:980px;
float:left;}
#list-you li {
color:#000;
line-height:28px;}


#list-you h3{
height:50px;
line-height:50px;
margin-top:0px;
margin-bottom:4px;
font-size:24px;
font-weight:bold;
text-align:center;
color:#004DA1;}

#list-you #date{
font-size:12px;
text-align:center;
color:#1784DD;
margin-bottom:12px;}
#list-you  #news_content{
text-indent:2em;
line-height:29px;
font-size:16px;
color:#000000;}


#dabanquan{
width:100%;
height:185px;
line-height:28px;
clear:both;
background-color:#004DA1;}
#banquan{
width:1150px;
height:105px;
margin:0px auto;
line-height:28px;
background-color:#004DA1;
clear:both;
padding:5px 10px 15px;}
#you-bt a:hover{
color:#004F98;
text-decoration:underline;}
#banquan a{
color:#FFFFFF;}
#banquan-zuo{
width:650px;
font-size:14px;
color:#fff;
float:left;
margin-right:50px;}

#banquan-you1{
width:130px;
font-size:14px;
color:#FFFFFF;
float:left;
text-align:center;
margin-right:60px;
padding-top:15px;
height:167px;}


.flexy-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;}
.flexy-menu li {
	display: inline;
	font-size: 16px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 15px;
	position: relative
;}
.flexy-menu>li>a {
padding: 16px 25px;
	color: #000;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
;}
.flexy-menu li:hover>a, .flexy-menu li.active a {
	background: #555555;
	color: #fff
;}
.flexy-menu li.right {
	float: right
;}
.flexy-menu ul, .flexy-menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	width: 170px;
	background:#DDDDDD;
	box-shadow: 0 1px rgba(0,0,0,0.5)
;}
.flexy-menu ul {
	top: 47px;
	left: 0;}
/*下拉菜单上面的三角形符号*/
/*.flexy-menu ul:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: 26px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #FFF;
}*/
.flexy-menu ul li ul {
	top: 0;
	left: 100%;}
.flexy-menu ul li {
	clear: both;
	width: 100%;
	border: 0;
	font-size: 12px
;}
.flexy-menu ul li a {
	width: 100%;
	color: /*#dedede;*/#000;
	font-size: 13px;
	text-align:center;
	height:40px;
	line-height:40px;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
;}


#left{
width:170px;
height:auto;
float:left;
margin-right:20px;}
#right{
width:980px;
height:auto;
float:left;}
#banner{
width:1170px;
height:300px;
margin:0px auto;
overflow:hidden;}