@charset "gb2312";
/* CSS 追梦公共部分样式 */
*{margin:0;padding:0}
body{background:#ececec;font-size:16px;color:#555}
ul,li{list-style:none;}
a{text-decoration:none;color:#333}
a:hover{color:#9C3}
img {border: none;vertical-align: middle;}
marquee {line-height: 40px;color: #f00;font-weight: bold;}
/*头部样式*/
.header{background:#fff;width:100%;min-width:1200px;margin:0 auto;}
.header .header_top{height:40px;background:#d3d3d3;box-shadow:0px 5px 20px #000;width:100%;min-width:1200px;margin:0 auto;}
.header .header_logo{width:1200px;margin:0 auto;height:120px;}
.header .header_logo img {margin-top: 20px;height: 90px;}
.header .header_navs{min-width:1200px;width:100%;height:50px;background:#404952;margin:0 auto;}
.header .header_navs ul{width:1200px;height:50px;background:#404952;margin:0 auto;}
.header .header_navs ul li{float:left;width:130px;height:50px;}
.header .header_navs ul li a{display:block;width:130px;line-height:50px;text-align:center;text-decoration:none;color:#fff;font-weight:bold;}

/*底部版权样式*/
.footer{min-width:1200px;width:100%;height:250px;background:#1f272b}
.footer .footer_qun{width:1200px;height:100px;margin:0 auto;border-bottom:1px solid #363d41;}
.footer .footer_qun p {width: 80%;height: 100px;line-height: 100px;font-size: 50px;font-weight: bold;color: #ff0;}
.footer .footer_links{width:1200px;margin:0 auto;border-bottom:1px solid #363d41;}
.footer .footer_links h3 {width: 200px;height: 50px;line-height: 50px;padding-left: 15px;border-left: 8px solid #4CAF50;color: #4CAF50;font-size: 20px;font-weight: bold;}
.footer .footer_links ul{width: 1000px;margin: 0 auto;}
.footer .footer_links ul li{width: 100px;height: 50px;line-height: 50px;float: left;color: #fff;
}

