@charset "utf-8";
/* CSS Document */

body{margin:0;font:12px/1.5 微软雅黑,tahoma,sans-serif;color:#555;text-align:center;}
form,input,select,div,ul,li,h,h1,h2,h3,h4{margin:0;padding:0; list-style-type:none; font-size:12px; font-weight:normal;}
p {margin:0;padding:0; list-style-type:none;font-weight:normal;}
ul, dl ,dd ,li{list-style-type:none;}
a:link {text-decoration:none; color:#555;}
a:visited {text-decoration:none; color:#555;}
a:hover {text-decoration:none; color:#ff5500;}
a:active {text-decoration:none;}


.header {width:100%;height:80px;overflow:hidden;background:#000;}
.header_con {width:95%;height:80px;overflow:hidden;margin:0 auto;}

.logo {width:148px;height:80px;overflow:hidden;float:left;}
.logo p{display:block;width:122px;height:39px;margin-top: 20px;background:url(../images/logo.png);}
.nav {width:80%;height:80px;overflow:hidden;float:left;}
.nav_con {width:470px;height:80px;overflow:hidden;text-align:center;line-height:80px;margin: 0 auto;}
.nav_con a{color:#969696;height:80px;width: 25%;float: left;font-size: 17px;margin-right: 30px;}
.nav_con a:hover{color:#d0d0d0;background: #282828;}

.content {width:100%;height:1000px;overflow:hidden;background:url(../images/logbg.jpg) no-repeat scroll center top;}
.content_log{width:900px;height:1000px;overflow:hidden;margin:0 auto;}
.content_log_con{width:100%;height:950px;float:left;margin-top:50px;display:inline;}

.content_log_title{width:89%;height:35px;color: #dfdfdf;font-size: 20px;text-align: left;}
.content_log_cons{width:100%;height:auto;overflow:hidden;margin-top: 30px;}
.content_log_cons p{height:35px;line-height:35px;color:#e3e3e3;font-size:20px;text-align:left;margin-top:2px;}

/* footer */
.f_footer {height:100px;padding:15px 0;background:#0d0d0d;line-height:21px;color:#707070;}
.f_footer a {color:#707070;margin:0 5px;}
