@charset "utf-8";

 body{
	margin:0;
	padding:0;
	font-family: tahoma, arial, "宋体";
}
.header{position:relative;height:97px;width:100%;background:url("../image/images/top_bg.png") no-repeat left top;background-size: contain;}
.header .left{
	float:left;width:580px;height:100%;background:url("../image/images/OA-top.png") no-repeat left 3px;
}
.header .right{
	float:right;width:502px;height:100%;background:url("../image/images/top_bg_r.png") no-repeat left 5px;
}
.h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}
.from-cont{margin-bottom:20px ; text-align: left;padding-left:160px;}
.tou-cont{text-align：left}
.input{margin:10px;}
.aa{
    outline-style: none ;
    border: 1px solid #87CEFA  ; 
    border-radius: 3px;
    padding: 6px;
	width:448px;
    font-size: 14px;
    font-family: "Microsoft soft";
        box-sizing: border-box;
}
.scinput{width:150px; height:21px; line-height:21px; border-top:solid 1px #a7b5bc; border-left:solid 1px #a7b5bc; border-right:solid 1px #ced9df; border-bottom:solid 1px #ced9df;text-indent:10px;}
      .button-gray,.button-gray-s{
	height:30px;
	line-height:30px;
	padding:0 8px;
	color: #fff;
	font-size: 15px;
    background: #4f90fb;
	border-radius: 6px;
	margin-left: 20px;
	border:none;
}
 .mytable td{line-height:40px;}
 .text-cont{width:1000px;border: solid 1px #CCCCCC;margin: 20px auto 0 auto;padding: 10px 0 50px 0;}
 .text-cont .cont{font-size: 14px;}
 .text-cont .cont p{ font-size: 14px; color: #333; line-height: 30px; }
 .bkbottom{height:60px;line-height:60px;text-align:center;font-size:16px;color:#666666;}