/*Reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; font-family:Arial,Microsoft YaHei}
body {}
td,th,caption {}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { text-decoration:none; outline: none}
a:link
{
	color:#009fd3;
	}
a:visited
	{
		color:#009fd3;
		}
img { border:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

body{
    background: url("../images/bg.png") no-repeat 50% top;
}
.Box{
    width: 1200px;
    margin: auto;
}
.logo{
    display: block;
    width: 520px;
    height: 100px;
}
.main{
    width: 1198px;
    background: #ffffff;
    border: 1px #dadadb;
    border-style: solid solid none solid;
    margin-bottom:100px;
}
.mainH2
{
	width:100%;
	text-align:center;
	font-size:20px;
	color:#333333;
	line-height:40px;
	padding:20px 0 0 0;}
.mainH1{
    width: 990px;
    margin: auto;
    border-bottom: 1px solid #dddddd;
    line-height: 36px;
    height: 36px;
    padding-left: 10px;
    margin-top: 30px;
    background: url("../images/TitleBg.png") no-repeat left center;
    font-family:"微软雅黑";
}
.mainDiv{
    width: 696px;
    padding: 30px 0;
    margin: auto;
    overflow: hidden;
}
.mainP
{
	text-align:center;
    color: #333333;
    line-height: 34px;
    font-size: 14px;
    }
.ul1{
    width: 180px;
    text-align: right;
    float: left;
    color: #333333;
    line-height: 34px;
    font-size: 14px;
    padding: 0 15px 0 0;
    list-style: none;
}
.ul2{
    width: 500px;
    list-style: none;
    float: left;
    padding: 0;
}
.ul1 li,.ul2 li{
    height: 34px;
    padding: 8px 0;
    font-family:"微软雅黑";
}
.InpSty{
    display: block;
    width: 284px;
    height: 34px;
    line-height: 34px;
    background: url("../images/InputBg.png") no-repeat;
    border: none;
    padding: 0 8px;
    font-size: 14px;
    font-family:"微软雅黑";
    overflow:auto;
}
.InpStyInfor
{
	display: block;
    width: 284px;
    height: 34px;
    line-height: 34px;
    background: url("../images/InputBg.png") no-repeat;
    border: none;
    padding: 0 8px;
    font-size: 14px;
    font-family:"微软雅黑";
    overflow:auto;
	}
.InLabSty
{
	 width:484px;
	height: 34px;
    line-height: 34px;
    border: none;
    padding: 0 8px;
    font-size: 14px;
    font-family:"微软雅黑";
	}
.ul2 .InpSelect{
    width: 300px;
    line-height: 16px;
    height: 34px;
    padding: 8px 8px;
    font-size: 12px;
    font-family:"微软雅黑";
}
.InpSelect:hover{
    cursor: pointer;
}
.BtnDiv{
    width: 288px;
    margin: auto;

}
.Btn{
    display: block;
    border: none;
    width: 88px;
    height: 26px;
    float: left;
    background: url("../images/ButtonBg.png") no-repeat;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: 0 24px;
    outline: none;
}
.Btn:hover{
    cursor: pointer;
    background: url("../images/ButtonBgH.png") no-repeat;
}
.bottom{
    background: #449dc7;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}