@charset "utf-8";
/* CSS Document */
.fl{float: left;}
.fr{float: right;}
.fc{clear: both;}

*{margin:0; padding:0;}
a{text-decoration:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}
input,textarea{margin:0;padding:0;border:none; outline:none;}
strong{font-weight:normal;}
li{list-style-type:none;}
ul,ol{margin-bottom:0;}
a:focus{outline:none;}
h1,h2{font-weight:normal;}
/*.top{height: 70px;background-color: #2C8ADF;border-bottom:2px #318BDF solid;}
.top p{color:#FFF;line-height: 70px;padding-left: 15px;font-size: 16px;font-weight: bold;}*/
html,body{font-family: "宋体", "微软雅黑", Arial;}
.banner{width:100%;}
.banner img{display: block;width:100%;}
.navdiv{width:100%;margin:0 auto;margin-top:2px;height:52px;margin-bottom:20px;background-color: #2459A4;}
.navdiv nav{width:1008px;margin:0 auto;border:0px red solid;}
.navdiv nav ul{width:1008px;margin:0 auto;overflow: hidden;margin:0;padding:0;}
.navdiv nav ul li{list-style-type: none;width:200px;height:52px;float: left;line-height: 52px;text-align: center;color:#FFF;cursor: pointer;font-size: 18px;font-weight:bold;display: block;}
.navdiv nav ul .navimg{width:2px;height:43px;margin-top: 4px;float: left;display: block;}
.navdiv ul li a{color:#fff;font-family:"微软雅黑"}
.navdiv ul li a:hover{text-decoration : none;}
.navdiv ul li.nav_current,.navdiv ul li.nav_a{
    background: -moz-linear-gradient(top, #3d80e1 0%, #053f93 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d80e1), color-stop(100%,#053f93)); 
    background: -webkit-linear-gradient(top, #3d80e1 0%,#053f93 100%); 
    background: -o-linear-gradient(top, #3d80e1 0%,#053f93 100%); 
    background: -ms-linear-gradient(top, #3d80e1 0%,#053f93 100%); 
    background: linear-gradient(to bottom, #3d80e1 0%,#053f93 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d80e1', endColorstr='#053f93',GradientType=0 ); 
   }


/*导航提示*/
.nav_line{width:1000px;height:40px;margin:20px auto;border:1px #DCDCDC solid;
    background: -moz-linear-gradient(top, #EEEDEE 0%, #FCF9F9 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEDEE), color-stop(100%,#FCF9F9)); 
    background: -webkit-linear-gradient(top, #EEEDEE 0%,#FCF9F9 100%); 
    background: -o-linear-gradient(top, #EEEDEE 0%,#FCF9F9 100%); 
    background: -ms-linear-gradient(top, #EEEDEE 0%,#FCF9F9 100%); 
    background: linear-gradient(to bottom, #EEEDEE 0%,#FCF9F9 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEDEE', endColorstr='#FCF9F9',GradientType=0 );
    }
.nav_line img{display: inline;padding:0;margin:0;width:26px;height:26px;margin-left: 15px;margin-top: -3px; }
.nav_line p{display: inline;line-height: 40px;color:#666;font-size: 14px;margin-left: 10px;}
.nav_line span{color:#2559A4;}





/*主体部分*/
.main{width:1000px;min-height:100px;margin: 0 auto 20px; border:1px #ccc solid;overflow: hidden;}


/*评价结果*/
.top{background: url(../erqiimages/docbg.png) 0 0 no-repeat;
    width: 100%;
    height: 35px;
    margin: 1px;width:1000px;margin:0 auto;margin-bottom:20px;}
.top .title{background: url(../erqiimages/board1.png) 0 0 no-repeat;width: 147px;height: 35px;line-height: 35px;font-size: 16px;color: #fff;padding-left: 35px;font-weight: 600;}
.main #table{border-collapse:collapse; width:100%;font-family: "宋体", "微软雅黑", Arial;}
.main  #table th{background:#2459A4;height:45px;color:#fff;}
.main  .paging {text-align:center;margin-top:28px;margin-bottom:38px;}
.main .paging li{display:inline-block;}
.main .paging li{width:30px;height:30px;border:1px solid #bfbfbf;border-radius:6px;line-height:30px;}
.main  .paging li:first-child{width:95px;height:30px;}
.main  .paging li:last-child{width:54px;height:30px;}
.main .paging li a{color:#666;}
.main  .paging li.current_page{background-color:#2559a4;}
.main  .paging li.current_page a{color:#fff;}
.main .paging li.disabled{border:none;}


#table th{text-align:left;text-align:center;}
#table tr{border-bottom:1px solid #f0f0f0;line-height:37px;text-align:center}
#table th:first-child{text-align:center;}
#table tbody tr td:first-child{text-align:center;padding-left:15px;}
#table tbody a{font-weight:bold;}
.th_data{width: 320px;}




/**footer*/
.footerdiv{width:1000px;min-height:100px;margin: 0px auto;margin-bottom:20px;border:0px red solid;border-top:4px #2559A4 solid;padding-top: 10px;}
.footerdiv p{color:#666;font-size: 13px;text-align: center;}














