body{
	background-color: #f7f7f7;
	padding-top:50px;
}
header{
	width:100%;
	height:50px;
	position:fixed;
	left:0;
	top:0;
	z-index:600;
	background: #000;
}
header .header_inner{
	position:relative;
}
header .header_inner a.logo{
	position:absolute;
	left:4%;
}
header .header_inner a.logo img{
    height:50px;
}
header .header_right{
	position: absolute;
	right:4%;
}
header .header_right button{
	display: inline-block;
}
header .header_right #yuyan{
    padding-top: 1px!important;
    width: 140px;
    color: #aaa;
    text-align: right;
    text-transform: uppercase;
    height:50px;	
	line-height: 50px;
	outline: 0;
	box-sizing:border-box;
	border:none;
}
header .header_right #phone{
    padding-top: 1px!important;
    color: #aaa;
    text-align: right;
    text-transform: uppercase;
    height:50px;
	outline: 0;
	box-sizing:border-box;
	border:none;
}
header .header_right .yuyan{
	background: #3d1919!important
}
header .header_right #yuyan i,
header .header_right #phone{
	font-size:25px;
	vertical-align: middle;
}
header .header_right #phone:hover,
header .header_right #phone:focus,
header .header_right #yuyan:hover,
header .header_right #yuyan:focus{
	text-decoration: none;
	outline: 0;
	border:none;
}
header .header_right #phone{
	font-size:25px;
    color: #aaa;
    vertical-align: middle;
}
header .header_right #yuyan_item{
	display: none;
	position: absolute;
    left: -40px;
    width: 180px;
    background: rgba(225,225,225,0.95);
    border-top: 3px solid #8a5757;
    -webkit-box-shadow: 6px 6px 24px rgba(0,0,0,0.15);
    -moz-box-shadow: 6px 6px 24px rgba(0,0,0,0.15);
    box-shadow: 6px 6px 24px rgba(0,0,0,0.15);
}
#phone_item {
	display: none;
	position: absolute;
    left: -47px;
    width: 240px;
    background: rgba(225,225,225,0.95);
    border-top: 3px solid #8a5757;
    -webkit-box-shadow: 6px 6px 24px rgba(0,0,0,0.15);
    -moz-box-shadow: 6px 6px 24px rgba(0,0,0,0.15);
    box-shadow: 6px 6px 24px rgba(0,0,0,0.15);
}
header .header_right .items ul{
    list-style-type: none;
    margin: 0;
    padding: 18px 2px;	
}
header .header_right .zixuanxiang li{
	list-style: none;
	color:#333333;
	text-align:left;
}
header .header_right .zixuanxiang .btn-link,
header .header_right .zixuanxiang a{
    display: block;
    width: 100%;
    padding: 0 24px!important;
    color: #000;
    font-size:13px;
	text-align:left;
}
header .header_right .zixuanxiang .btn-link:hover {
    background: #eaeaea!important;
    background: rgba(0,0,0,0.08)!important;
    text-decoration: none;
}
header .header_right .zixuanxiang a:hover {
    background: #eaeaea!important;
    background: rgba(0,0,0,0.08)!important;
    text-decoration: none;
}
/*主体内容样式*/
#buzhou {
    display: block;
    width: 750px;
    max-width: calc(100% - 16px);
    margin: 0 auto;
}
.jindutiao{
    display: table;
    width: 98%;
    height: 46px;
    margin: 22px 0;
    font-size: 104%;
    cursor: default;
    background-color: #f0f0f0;
    -webkit-box-shadow: 6px 6px 32px 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 6px 6px 32px 8px rgba(0,0,0,0.15);
    box-shadow: 6px 6px 32px 8px rgba(0,0,0,0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jindutiao .jindu_item {
    color: #fff;
    font-weight: 100;
    display: table-cell;
    color: #999;
    vertical-align: middle;
    padding-left: 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    background-position: right;
    font-size:12px;
}
.jindutiao .jindu_item.jindu_item_background{
    color: #fff;
    font-weight: bold;
    background: #000;
}
/*中间正文*/
.form_inner{
    min-height: 280px;
    max-width: 500px;
    margin: 24px auto auto;
    padding: 0;
    width: 100%;
}
.form_inner .jieshao{
    font-size:12px;
    line-height:20px;
}
.form-group {
    margin: 15px 0 0 0;
}
label, textarea, input {
    font: inherit;
    font-size: 12px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.cancel,
.Continue{
    min-width: 160px;
    margin-bottom: 10px;
    background-color: #A02200;
    border-color: #A02200;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Raleway', Arial, Verdana, sans-serif;
    text-transform: uppercase;
    border: 4px solid transparent;
    border-radius: 0;
    padding: 6px 12px;
    text-transform: none;
}
.cancel:hover,.cancel:focus,.cancel:active{
    background-color: #6D1800;
    border-color: #6D1800;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.Continue{
    background-color: #91b791;
    border-color: #8cac8c;
}