@charset "utf-8";
/* CSS Document */


* { margin:0px; padding:0px; list-style-type: none;}
HTML { padding: 0px; margin: 0px }
body { font-family:"微软雅黑","宋体",Tahoma,Helvetica,Arial,sans-serif; margin:0px auto; font-size:14px;  background-color: #e9f2f7; }
a{color:#333; text-decoration:none;}
a:link{ text-decoration:none;}
a:hover { color:#c50009; text-decoration:underline; }

a img { border:0px; }
img { margin:0; padding:0; border:0; }
border: { zoom:1; }
ul, li,  p { margin:0; padding:0; border:none; list-style-type:none;}
.clear {clear: both; }
.hr2,.hr4,.hr5,.hr6,.hr8,.hr10,.hr20{margin:0 auto; padding:0px; font-size:0;line-height:0;clear:both;}
.hr2{height:2px;}.hr4{height:4px;}.hr5{height:5px;}.hr6{height:6px;}.hr8{height:8px;}.hr9{height:9px;}.hr10{height:10px;}.hr20{height:20px;}


.header{height:140px;overflow:hidden; background:url(../images/about/reg_topbg.png) repeat-x;}
.header .top{ width:1000px; height:140px; margin:0 auto; padding:0;}
.header .top .logo{ width:300px; height:50px; float:left; padding:30px 0 0 30px; }
.header .top .reg{ float:right; padding:80px 30px 0 0;}
.header .top .reg a{ padding:0 5px;}

.wrap{width: 1000px;  margin: 0 auto; padding: 0; margin-top:15px; margin-bottom:15px;}
.left{ float:left; width:235px; }
.right{ float:left; width:742px; margin-left:23px; border:}


.left .dropdown-menu {
  min-width: 233px;
  border: 1px solid #e9f2f7;
  padding-bottom:50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);

}
.right .dropdown-menu {
  min-width: 740px;
  border: 1px solid #e9f2f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);

}

.left .dropdown-menu > li > a {
  display: block; 
  padding:0 50px;
  clear: both;
  font-weight: normal;
  line-height: 40px;
  height:40px;
  color: #333;
  font-size:16px;
  vertical-align: middle;
  border-bottom:1px solid #ddd; 
  
}
.left .dropdown-menu li.cur a{ color:#fff; background:url(../images/about/44.gif) no-repeat;  }

.left .dropdown-menu > li > a:hover,
.left.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  filter: none;
  background:url(../images/about/44.gif) no-repeat;

}



.right .dropdown-menu{padding: 0;}
	  
.right .dropdown-menu .img-rounded {
	width:740px;
	 -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.right .dropdown-menu p{width: 700px; padding:10px 20px; font-size:18px; line-height:32px; text-indent:2em; letter-spacing:1px; font-weight:300;text-align: justify; }
.table th, .table td{line-height:30px;}
.right .dropdown-menu  h4{font-size:20px; padding-left:50px; line-height:40px; margin-bottom:0; }


.box{ padding: 20px 0 20px 180px; width:820px;}
.box h3{ padding: 0 0 30px 30px;}


.bline { border-bottom: 4px solid #c80500; margin:0 auto; width:1000px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);

}
.foot {padding:20px 0; line-height:28px; margin:0 auto; height:70px; width: 100%; text-align:center; font-size: 12px;}
.foot a{ padding:0 5px;}
.foot a:hover{  color:#c50009; text-decoration:none;}

*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*解决IE6下不兼容 position:fixed 的问题*/





.input-focus {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

