/*------------------
author:steven
email:23231590@qq.com
-----------------*/
@charset "utf-8";
/* CSS Document */
* { margin:0px; padding:0px; }
*:focus {outline: none;} 
input , button , textarea { font:14px/2.0; font-family:"\5FAE\8F6F\96C5\9ED1",Arial,"\5B8B\4F53"; color:#666666; float:left; outline:none; cursor:pointer; resize:none; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 
body {font:14px/2.0 "\5FAE\8F6F\96C5\9ED1",Arial,"\5B8B\4F53"; color:#666666; background:#fffefe; line-height:2; }
.fl , ul , li , dl , dt , dd { float:left; }
.fr { float:right; }
li { list-style:none; }
img { border:none; vertical-align: top; }
a { color:#ffffff; text-decoration:none; }

.header { width:100%; background:url(../images/bg.jpg); background-size:100%; overflow:hidden; } 
.header .logo { background:url(../images/about_logo.png); width:170px; height:138px; margin:50px auto 40px auto; }
.header .nav { margin:0 auto; width:600px; font-size:16px; text-align:center; }
.header .nav a { font-size:16px; width:130px; margin:0 10px; float:left; text-align:center; padding:20px 0; }
.header .nav a.dr { background:#094fbf; border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; }

.main { width:1200px; margin:50px auto; overflow:hidden; font-size:16px; }
.main p { width:1200px; padding:5px 0; }


.copyright { width:100%; background:#4b4b4b; color:#fdfdfd; text-align:center; padding:10px 0; }
.copyright span { padding:0 5px; }