*{
	/*box-sizing: border-box;*/
	font-family: "微软雅黑";
}
html,body{
	height: 100%;
}
.g-doc{
	height:auto; 
    min-height:100%; 
    _height:100%; 
}
.g-hd{
	position: relative;
}
.g-hd .banner{
	padding-top: 100px;
	text-align: center;
}
.g-hd .logo{
	padding-right: 10px;
	border-right: 1px solid #3c5873;
}
.g-bd{
	position: relative;
   background: #FFFFFF;
}
.g-sd{
	width: 220px;
    float: left;
	margin-right: -220px;
	z-index: 1;
	position: relative;
	top: -73px;
	padding-bottom: 200px;
	background: #4a6179;
}

.g-mn{
    width: 1180px;
    padding-left: 20px;
    float: left;
    position: relative;
    z-index: 0;
}
.g-mnc {
    margin-left: 220px;
}
.g-ft{
	position: relative;
	height: 100px;
	background: #efefef;
	color: #7b7b7b;
}
.g-ft a{
	color: #7b7b7b;
	font-size: 14px;
}
.g-ft p{
	font-size: 14px;
	color: #7b7b7b;
	line-height: 24px;
}

/*按钮*/
.btn{
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-nored{
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}
.btn img{
	width: 22px;
	vertical-align: middle;
	padding: 0 10px;
}
.btn:hover,
.btn-nored:hover{
	opacity: .7;
}
.btn-sm1{
	width: 133px;
	height: 40px;
	line-height: 40px;
}
.btn-sm2{
	width: 169px;
	height: 40px;
	line-height: 40px;
}
.btn-sm3{
	width: 126px;
	height: 33px;
	line-height: 33px;
}
.btn-lg1{
	width: 225px;
	height: 50px;
	line-height: 50px;
}
.btn-lg2{
	width: 269px;
	height: 55px;
	line-height: 55px;
}
.btn-xs{
	width: 59px;
	height: 24px;
	line-height: 24px;
}
/*颜色*/
.btn-normal{
	color: #ffffff;
	background: #4a6279;
}
.btn-yellow{
	color: #ffffff;
	background: #ff8a00;
}
.btn-primary{
	background: #3ca4db;
}
.btn-danger{
	background: #eb6564;
}
.btn-disabled{
	background: #b7c4d3;
}
/*输入框*/
.frm-input{
	border: 1px solid #ced7e3;
	padding-left: 10px;
	height: 45px;
	line-height: 45px;
}
.frm-input2{
	display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #595959;
    border: 1px solid #dddddd;
    border-radius: 3px;
    vertical-align: middle;
	text-indent: 1em;
}
