/* CSS Document */
/*------全局定义----------*/
*{ padding:0px; margin:0px;}
body{font:14px "微软雅黑"; color:#333;}
img{ border:none;}  
a{ text-decoration:none;}
ul{ list-style:none;}
select{ border:none;}
.clear{ clear:both; height:0px; overflow: hidden;}
button{cursor: pointer;}
p{ list-style:none;}
/*------网站头部------*/
#head{ width:100%;  overflow:hidden;}
#head .head{ width:1200px; padding:30px 0; margin:0 auto;}
#head .head .left{ float:left; width:250px;}
#head .head .logo{ width:235px; height:57px; background:url(../images/logo.png) no-repeat;}
#head .head .right{ float:right; width:800px;}
.nav{ padding-top:15px; font-size:16px;}
.nav ul li{ margin: 0 5px; float:left;}
.nav ul li a{ text-align:center; color:#333; padding:10px 20px 15px;}
.nav ul li.first a{ color:#0297e6;  border-bottom:2px solid #0297e6;}
.nav ul li.login a{ background:#0297e6; border-radius:5px; color:#fff;}
.banner{ margin:0 auto; width:1920px; height:590px;}
/*------网站底部------*/
#bottom{ width:100%; background:#333333; height:193px;}
.bottom{ width:1200px; margin:0 auto;}
.bottom .left{ width:700px; float:left; padding-top:15px;}
.bottom .right{ width:133px; float:right; padding-top:30px;}
.bottom_bot{ width:100%; height:45px; line-height:45px; text-align:center; background:#1b1b1b; color:#fff;}
.bottom_bot a{ color:#fff;}
.bottom .left span{ padding:10px 0; border-bottom:1px solid #fff; height:40px; line-height:40px;}
.bottom .left span a{ color:#fff; padding:0 20px;}
.bottom .left span a.bot_f{ padding:0 20px 0 0 ;}
.bottom .left span a.bot_b{ padding:0 0 0 20px ;}
.bottom .left p{ color:#c0c0c0; padding-top:18px;}
/*------悬浮窗------*/
.window{position: fixed; top: 50%; right: 0; transform: translateY(-50%);z-index: 998;}
.window ul li{ padding:1px 0;}
.window ul li.last{ width:60px; height:40px;}
.window ul li .float-more{ position:absolute; right:92px;width:160px; background:#0575a9; color:#fff; font-size:16px; text-align:center; padding:15px 0; height:60px; line-height:30px; border-radius:5px;}
.more-erwm{ width:160px; border-radius:5px; height:180px; background:#0575a9;}
.more-erwm img{ padding-top:20px;}