/* 增对hanweb.css====问题的覆盖样式！ */
body {
  font-family:'Microsoft Yahei'; /**根据项目自行修改**/
  font-size:14px;
  text-align:center;
}
a {transition: all 0.2s ease-out 0s; color:#333}
a:hover{transition: all 0.2s ease-out 0s; color:#F00}
/****************在线调查==样式开始*******************/
.survey_box{ z-index: 1;width:1000px; height:auto; overflow:hidden; margin:0 auto; padding:0 100px; *+width:800px; background:#FFF; border-top:#7db3d2 solid 2px; position:relative}
.survey_box .ico{ z-index: -1;position:absolute; left:20px; top:10px; width:168px; height:118px}
.survey_box .title{width:100%; height:auto; border-bottom:#CCC solid 2px; padding-bottom:10px; overflow:hidden; }

.survey_box .title h1{ line-height:50px; display:block; text-align:center; font-size:26px; font-weight:400; color:#333;
margin-top:30px;
}
.survey_box .title h3{ width:100%; line-height:30px; text-align:center; margin:0;  padding:0; font-size:15px; font-weight:500}
.survey_box .title p,
.survey_box .title span{ line-height:30px; color:#666666; font-size:15px; text-indent:2em; font-weight:400;}
.survey_box .title .sp_bt{color:#039; float:left}
.survey_box .title .sp_time{float:right; font-weight:600}
.survey_box .cent{width:100%; height:auto; padding:10px 100px; text-align:left; border-bottom:#c8c8c8 solid 2px;}

.survey_box .cent table th{height:40px; line-height:40px; font-weight:400; font-size:15px;}
.survey_box .cent table td{ text-indent:35px; line-height:35px; color:#999; font-size:15px;}
.survey_box .cent table .p_r_10{margin:2px 10px 0 0; }

.survey_box .cent .survey_bnt{width:187px; height:41px; background:url(../images/dc_bnt.jpg) no-repeat; border:0}
.survey_box .cent .text{width:80px; height:28px; margin:1px 5px 0 0}
.survey_box .cent a{font-size:13px; padding:0 5px}

/*一结束*/
.survey_box .over{ padding:30px 0px; border-bottom:0}
.survey_box .over table{margin:10px 0; }
.bg{ background:#f3f3f3}
.survey_box .excel{ position:absolute;top:-40px; right:30px; width:386px; height:260px; padding:0;}
.survey_box .excel img{ margin:0; padding:0}

/*表单样式**/
.textarea{width:757px; height:102px; border:#d3d3d3 solid 1px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border-radius:5px;  
		-webkit-box-shadow: 1px 1px 2px #b1b1b1;  
		-moz-box-shadow: 1px 1px 2px #b1b1b1;  
		box-shadow: 1px 1px 2px #b1b1b1; 

}
.text{width:110px; height:25px; border:#d3d3d3 solid 1px; float:left; }
.text2{width:60px; height:25px; border:#d3d3d3 solid 1px; float:left; margin-right:5px }
.checkbox{ float:left; margin-top:7px }
.sp_01{ float:left; padding:0 10px 0 15px; display:block; line-height:25px; font-size:13px;}
.bnt_01{ margin-top:5px; float:right}


