/*帮助页面*/
.help_box{border:1px solid #E2E2E2;background-color: #f5f5f5;font-family: "SimSun";}
.help_box .help_box_nav{float: left;width:150px;background-color: #F5F5F5;}
.help_box .help_box_nav ul{padding-top: 10px;}
.help_box .help_box_nav ul li{height:35px;line-height: 35px;font-size: 12px;}
.help_box .help_box_nav ul li a{display: block;padding-left:40px;height:35px;line-height: 35px;font-size: 12px;color:#333;}
.help_box .help_box_nav ul li a.help_select{font-weight: bold;background: url(../images/help_arrow_right.gif) no-repeat 128px 12px #FFF;}
.help_box .help_box_main{float: left; background-color: #fff;padding:15px 20px;width:788px;}
.help_box .help_box_main h1{font-size: 18px;color:#333;font-family: "Microsoft Yahei";padding-bottom: 17px;border-bottom: 1px solid #E2E2E2;font-weight: normal;margin-bottom: 10px;}
.help_box .help_box_main .about_p{line-height: 30px;font-size: 14px;text-indent:1em;color:#666;padding-left: 10px;}
.help_box .help_box_main .about_h2{font-size: 14px;font-weight: bold;color:#333;height:30px;line-height: 30px;background-color: #E2E2E2;padding-left: 10px;margin:10px 0;}
.help_box .help_box_main .about_p.company_name{color:#333;}
.suggest{padding-top: 10px;}
.suggest_item{line-height: 35px;margin-bottom: 15px;}
.suggest_item .suggest_type{float: left;width:80px;text-align: right;font-size: 14px;color:#666;}
.suggest_item .suggest_con{float: left;}

input.span360{width:348px;}
textarea,
input.text{
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input.text:focus{
	border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
textarea{resize:none;width:650px;height:250px;overflow: auto}

.but110lan{width:110px;height:35px;font-size: 16px;color:#FFF;font-weight: bold;font-family: "SimSun";cursor: pointer;background: url(../images/h_but01.gif) no-repeat top center;*vertical-align: middle;}
.but110lan:hover{background: url(../images/h_but01.gif) no-repeat bottom center;}
