/* CSS Document */
/*------全局定义----------*/
*{ padding:0px; margin:0px;}
body{font:12px "微软雅黑"; 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%;  color:#333; font-size:12px;}
#head .head{height:235px; margin:0 auto; background:url(../images/head_bg.jpg);  font-size:16px;}
#head .head .nir{ width:1000px; margin:0 auto;}
#head .head .logo .left{ float:left; padding-top:50px;}
#head .head .logo .right{ float:right; padding-top:25px;}
#head .head .logo .right span{ padding:0 10px;}
#head .head .logo .right span a{ color:#9c2e2e;}
.nav{ height:33px; margin-top:40px; float:right;}
.nav ul li{ margin: 0 5px; float:left; background:#fff; border-radius:15px;clear: none;}
.nav ul li a{ text-align:center; color:#333; display:block; padding:6px 10px; width:80px;}
.nav ul li.first a{ color:#2670d5;}
/*------内页左边------*/
#center{ width:100%; height: auto; background:url(../images/center_bg.jpg) repeat-x;background-color: #DCDCDC}
#center .center { width:1000px; margin:0 auto;}
#center .center .left{ float:left; width:230px; height:618px; background:url(../images/left_bg.jpg) repeat-x; position:relative;  top:-3px;}
#center .center .left .login{ width:100%;}
#center .center .left .title{ width:100%; height:53px; line-height:55px; background:url(../images/title.png) no-repeat; padding-left:15px; color:#9c2e2e; font-size:14px; font-weight:bold;}
#center .center .left .login ul{ padding:0 10px 10px;}
#center .center .left .login ul li{ height:30px; line-height:30px; font-size:14px; padding:5px;}
#center .center .left .login ul li span{ display:block; width:45px; float:left;}
#center .center .left .login ul li input{ width:145px; float:right; height:20px; line-height:20px; border:0px; background:#FFF; padding:5px;}
#center .center .left .log_in{ margin-left:63px;}
#center .center .left button{ background:#9c2e2e; padding:8px 30px; border:0px; border-radius:5px; font-size:14px; color:#fff;}
#center .center .left .line{ padding:10px 0;}
#center .center .left .bill .nir{ padding:5px 10px 15px;}
#center .center .left .bill textarea{ width:188px; padding:10px; height:80px; border:1px solid #CCC; font:12px "微软雅黑"; color:#999999;}
#center .center .right{ float:right; width:750px;}
/*------网站底部------*/
#bottom{ width:100%; margin-top:10px; background:#cbcaca;}
#bottom .bottom{ width:1000px; margin:0 auto; padding:10px 0;}
#bottom .bottom .left{ float:left; padding: 0 50px;}
#bottom .bottom .right{ float:left; width:700px;}
#bottom .bottom .right ul{ margin:10px 0;}
#bottom .bottom .right ul li{ padding:0 10px 0 25px; float:left; background:url(../images/icon.png) no-repeat; height:12px; line-height:12px; font-size:14px;clear: none}
#bottom .bottom .right ul li.first{ background:none;}
#bottom .bottom .right ul li a{ color:#666;}
#bottom .bottom .right p{ color:#666; margin-top:15px; line-height:20px; padding-left:25px;}
/*------右边标题-------*/
#center .center .right .nir { margin-top:10px;}
#center .center .right .tit{ width:100%; height:27px; line-height:27px; background:url(../images/tit_bg.jpg) no-repeat;}
#center .center .right .tit span{ margin-left:55px;color:#9c2e2e; font-size:14px; font-weight:bold;}