/* 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;}
h3{ font-weight:normal;}
/*------网站头部------*/
#head{ width:100%;}
#head .head{ width:1200px; margin:0 auto;}
#head .head .left{ float:left; width:320px;}
#head .head .logo{ width:279px; height:100px; background:url(../images/logo.jpg) no-repeat;}
#head .head .right{ float:right; width:600px;}
.nav{ padding-top:50px; font-size:16px;}
.nav ul li{ margin: 0 5px; float:left; width:90px;}
.nav ul li a{ text-align:center; color:#333; padding:6px 10px;}
.nav ul li.first a{ color:#e71f19;  border-bottom:2px solid #e71f19;}
.banner{ height:600px; background:url(../images/banner.jpg) no-repeat center;}
.member_nir{ width:300px; margin:0 auto; position:absolute; top:280px; right:21%; z-index: 10}
.member_nir .member_bg{ width:310px; background:#fff; padding:20px 10px;}
.member .title{ height:30px; line-height:30px; font-size:18px; color:#f35525; margin:10px 10px 30px; border-bottom:1px solid #c9c9c9;}
.member .title span{ font-size:14px; color:#bfbfbf; padding-left:10px;}
.member ul li{ height:30px; line-height:30px; font-size:16px; padding-bottom:30px;}
.member ul li input{ width:240px; height:30px; line-height:30px; background:#FFF; border:1px solid #c9c9c9; padding:6px; padding-left:30px; color:#999999;  border-radius:2px;}
.member ul li.chose input{ width:14px; height:14px; margin-right:5px; margin-left:20px; color:#bfbfbf; position:relative; top:2px;}
.member ul li.chose{ font-size:14px; height:20px; line-height:20px; padding-bottom:10px; color:#666666;}
.number img,.password img{ float:left; position:relative; top:13px; left:25px; }
.member .log_in{ text-align:center; padding-top:10px;}
.member .log_in button{ font-size:16px; width:280px; height:38px; line-height:38px; background:#f35525; border:0px; color:#FFF; border-radius:2px;}
.registered{ padding:15px 0 20px 0; text-align:center; color:#bfbfbf; font-size:14px;}
.registered a{ color:#bfbfbf; padding:0 5px;}
.nir_banner{ height:500px; background:url(../images/banner01.jpg) no-repeat center;}
.trial_banner{ height:368px; background:url(../images/trial_banner.jpg) no-repeat center;}
/*------网站底部------*/
#bottom{ width:100%; height:127px; background:url(../images/bg.jpg) repeat-x; margin-top:30px; padding-top:20px;}
#bottom .bottom{ width:1200px; margin:0 auto; font-size:14px; height:24px; line-height:24px; color:#83e1ff;}
#bottom .bottom .left{ width:400px; float:left;}
#bottom .bottom .right{ width:700px; float:right; text-align:right;}
#bottom .bottom .right p{ float:left;}
#bottom .bottom .right img{ float:right;}
#bottom .bottom .bot{ text-align:center; padding-top:18px}
#bottom .bottom .bot span{ padding:0 10px; margin-top:10px; height:40px; line-height:40px; margin-bottom:10px;}
#bottom .bottom .bot span a{ color:#83e1ff;}
