﻿#member{ width:100%; background-color:#E4E5E5;}
#member .member{width:1200px; height:45px; line-height:45px; vertical-align:middle; margin:0 auto;}
#member .member h1{width:580px; height:45px; font-weight:normal; font-size:14px; color:#666666; text-align:left;}
#member .member form{width:210px; height:45px; line-height:45px; vertical-align:middle; display:block;}
#member .member form input{width:151px; margin-top:9px; height:28px; line-height:28px; vertical-align:middle; border:solid 1px #D8D6D6; text-indent:10px; color:#666666; font-size:12px; background-color:#F5F6F6;}
#member .member ul{width:90px; height:45px;}
#member .member ul li{width:45px; height:45px; line-height:45px; vertical-align:middle;}
#member .member ul li a{font-size:16px; color:#666666;}
#member .member ul li a:hover{color:#FC7F05;}
#member .member ul li.login{background:url(../yf_img/line.png) right center no-repeat; text-align:left;}
#member .member ul li.reg{text-align:right;}
#member .member ol{width:180px; height:45px; text-align:right; line-height:45px; vertical-align:middle;}
#member .member ol li{width:180px; height:45px;font-size:12px; font-family:"微软雅黑"; color:#666666;}
#member .member ol li a{font-size:12px; color:#666666; font-family:"微软雅黑";}
#member .member ol li a:hover{color:#ff0000;}
#logo_menu{ width:1200px; margin:0 auto; height:102px; overflow:hidden;}
#logo_menu .logo{ width:270px; background:url(../yf_img/logo.png) left center no-repeat; height:102px;}
#logo_menu .logo a{ width:263px; display:block; text-indent:-9999px; margin-top:33px; height:65px;}
#logo_menu ul{ width:780px; height:102px; line-height:102px; vertical-align:middle;}
#logo_menu ul li{ width:auto; height:102px; padding:0px 24px; display:inline;}
#logo_menu ul li.lastmenu{padding-right:0px;}
#logo_menu ul li a{font-size:18px; display:block; height:102px; color:#666;}
#logo_menu ul li a:hover{color:#000;}

#copyright{width:100%; height:40px; font-size:14px; color:#5A5757; line-height:40px; vertical-align:middle; margin-top:20px; background-color:#E3E4E4;}
#copyright a{font-size:14px; color:#5A5757;}
#copyright a:hover{color:#000;}
#footer{ width:100%; height:173px; background-color:#f5f5f5;}
#footer .foot{width:1200px; height:173px; margin:0 auto;}
#footer .foot ul{width:582px; margin-top:34px; text-align:left;}
#footer .foot ul li{width:582px; height:24px; line-height:24px; vertical-align:middle; font-size:14px; color:#5A5757;}
#footer .foot ol{width:280px; margin-top:15px;}
#footer .foot ol li{width:120px; margin-left:20px; height:150px; background:url(../yf_img/erweima.png) left top no-repeat; display:inline;}
#footer .foot ol li p{width:120px; height:30px; line-height:30px; vertical-align:middle; font-size:12px; color:#5A5757; margin-top:120px;}
#footer .foot h1{width:270px; background:url(../yf_img/logo.png) right center no-repeat; height:173px;}

p#back-to-top{
      position:fixed;
      bottom:100px;
      right:50px;
}
p#back-to-top a{
      text-align:center;
      text-decoration:none;
      color:#d1d1d1;
      display:block;
      width:50px;
      /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
      -moz-transition:color 1s;
      -webkit-transition:color 1s;
      -o-transition:color 1s;
}
p#back-to-top a:hover{
      color:#979797;
}
p#back-to-top a span{
      background:#d1d1d1 url(../yf_img/f_top.png) no-repeat center center;
      display:block;
      height:50px;
      width:50px;
      margin-bottom:5px;
      /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
      -moz-transition:background 1s;
      -webkit-transition:background 1s;
      -o-transition:background 1s;
}
#back-to-top a:hover span{
      background:#979797 url(../yf_img/f_top.png) no-repeat center center;
}