@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; box-sizing: border-box; }
body, a, div, p, ul, li, img, h3 { margin: 0; padding: 0; }
body { font-family: "微软雅黑" !important;  }
a { text-decoration: none; font-family: "微软雅黑"; color: #000; }
ul li { list-style: none; }
.clear { clear: both; }
ul:before, ul:after { content: ""; display: table; clear: both; }
.top_header { background: url(banner.jpg) top center; height: 400px; }
.top_side { width: 1200px; margin: 0 auto; }
/* .top_side a { display: block; float: right; background-color: #0068b7; color: #fff; padding: 2px 10px; margin-top: 10px; font-size: 14px; margin-left: 10px; } */
/*主体内容*/
.container{ width:1200px; margin:30px auto;}
.con_title{ background:url(title.png) no-repeat top center; height:50px;}
.con_title h3{ display:block; float:left; padding-left:53px; line-height:44px; color:#0068b7; font-size:24px;}
.con_box{ margin-top:20px; margin-bottom:40px;}
.con_box ul li{ float:left; width:220px; height:50px; margin:10px 10px; background-color:#f5f5f5;}
.con_box ul li a{ display:block; line-height:50px; text-align:center; color:#000; font-size:18px;}
.con_box ul li a:hover{ background-color:#0068b7; color:#fff;}