*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { 
	font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
h1 ,h2, h3, h4, h5, h6{
	font-weight: normal;
}
li{
	list-style: none;
}
a{
	text-decoration: none;color: #333;
}
a:hover{
	text-decoration: none;
}
img{
	border: 0;
	max-width: 100%;
}
input{
	-webkit-appearance:none;
	text-transform:none;
	outline: none;
}
textarea{
	-webkit-appearance:none;
	text-transform:none;
	outline: none;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.clearfix{
	*zoom:1;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
body{
	color: #333;
	background: #fff;
}
.container{
	width: 100%;
	margin: 0 auto;
}
.w1200{ width: 1200px; margin: 0 auto; clear: both; overflow: hidden;}

.top{
	padding: 20px 0px;
	min-width: 1200px;
}
.meun{
	width:100%;
	background-color:#1871c1;
}
.logo{ float: left;}
.search{ float: right; margin-top: 30px;}
.search .f{ border:#d9d9d9 1px solid; overflow: hidden; border-radius: 35px; float: left;}
.search .keys{
	width: 260px;
	height: 39px;
	float: left;
	line-height: 39px;
	padding-left: 20px;
	background: none;
	border:none;
}
.search .submit{ background: url("../images/search.png") no-repeat center center; margin-right: 20px; border:none; height: 35px;cursor: pointer; width:13px; }
.search .sq{ 
	background: url("../images/user.png") no-repeat 20px center; 
	float: left;
	height: 35px;
	color: #7d7d7d;
	font-size: 14px;
	line-height: 35px;
	padding-left: 50px;
}

.mainmenu1 ul li{
	width: 12.5%;
	line-height: 50px;
   	text-align: center;
	float:left;
	position: relative;
	z-index: 1;
}
.mainmenu1 a{
	text-decoration: none;
	color: #fff;
}
.mainmenu1 ul li.cur{
	color:#fff;
	background-color:#1469b4;
	line-height: 50px;
	display:block;
}
/*.mainmenu1 ul li.cur a,.mainmenu1 ul li:hover a{
	color:#1871c1;
	background-color:#ccc;
	width: 100%;
	line-height: 50px;
	display:block;
}*/
.mainmenu1 ul li:hover div{ display: block;}


.mainmenu1 ul li div a,
.mainmenu1 ul li:hover div a{ color:#777777; display: block;}
.mainmenu1 ul li:hover div a:hover{ z-index: 9999;opacity: 1;color:#fff; background-color:#1871c1;}
.mainmenu1 ul li:hover .menu_nav {z-index: 9999;opacity: 1;}

.menu_nav {
	position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
    z-index: -1;
    top: 50px;
    width: 100%;
    left: 50%;
    border-bottom: 1px solid #ddd;
}
.menu_nav a {
    display: block;
    word-break: keep-all;
    text-align: center;
    line-height: 40px;
    font-size: 14px !important;
}
.mainmenu1 ul li div a:hover{ color:#1871c1;}


.footer{
	border: 1px auto;
	min-width: 1200px;
	overflow: hidden;
	background: #1871c1;
}
.footers{
	height: 220px;
	display: block;
	margin:0 auto;
	width: 1200px;	
}
.footer1{
	float: left;
	width:800px;
	padding-top: 30px;
}
.footer2{
	float: right;
	width: 180px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.footer3{
	margin-top:  8px;
	color:#ffffff;
	text-align: center;
	line-height: 35px;
}

.footer3 img{
	float: left;
}
.footer11{
	padding-top: 20px;
	color:#FFFFFF;
}
.footer11 form select {
	background: none;
	border:1px solid #f4e1e2;
	height: 35px;
	color:#FFFFFF;
	width: 200px;
}

.footer11 form option{
	color: #333;
}

.o{
	width: 830px;
	float: left;
	margin:0 auto;
	border:1px;
	padding-top: 30px;
}
.o ul li{
	width: 10%;
	height: 50px;
	float:left;
	margin-right: 20px;
}

.o a{
	text-decoration: none;
	color:#e0dada;
}
.o a:hover{
	color:#fff;
}

.copyright{
	margin:0 auto;
	background: #1469b4;
	text-align: center;
	padding: 0px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
}
.copyright a{ color: #c6c3c3; }
.q1{
	float:left;
	color: #c6c3c3;
}
.q2{
	float:right;
	color: #c6c3c3;
}


/*分页*/
.pagination-wrapper{ 
  	margin: 20px 0;
  	text-align: center;
  	font-size: 0;
} 
.pagination{  
  	margin: 0;
  	border-radius: 0;
} 
.pagination>li{
	display: inline-block;
	vertical-align: top;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#1871c1!important; 
  	color:#fff; 
  	border-color: #1871c1!important;
} 
.pagination li.active a { 
  	background: #226426; 
  	color: #fff;
  	border-color: #226426;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/
