.im_block a{
	display: block;
	width: 160px;
	height: 45px;
	background: #ef060a;
	border-radius: 10px;
	text-align: center;
	margin-top: 40px;
	color: #fff;
}
.im_block .im_text{
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 45px;
    color: #fff;
}

.tan_warp {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 6000;
}
.tan_warp1 {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 6000;
    overflow-y: auto;
}
.tan_show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    opacity: 1;
}

.tan_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .60);
    display: none;
}

.tan_bg1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, .60);
    display: none;
}

.tan_box {
    width: 90%;
    max-width: 395px;
    margin: 0 auto;
    display: table;
    height: 100%;
}

.tan_cell {
    display: table-cell;
    vertical-align: middle;
}

.tan_con {
    position: relative;
    z-index: 1;
}

.tan_closed {
    cursor: pointer;
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    background-color: #c73531;
    position: fixed;
    top: 0;
    right: 8px;
    z-index: 1;
}

.tan_closed:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/ico_04c.png") center center no-repeat;
}

.tan_closed:hover {
    background-color: #fff;
}

.tan_closed:hover:before {
    background-image: url("../images/ico_04d.png");
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


/*ask2*/

.ask2 {
    border: none;
    margin: 0;
    padding: 30px 40px;
    background-color: #dfdfdf;
}

.ask2 .ask_tit {
    font-size: 28px;
}

.ask2 .ask_tit i {
    color: #c73531;
}

.ask2 .ask_tit em {
    font-size: 16px;
    margin-top: 5px;
}

.ask2 .form_ask .form_line {
    margin-bottom: 10px;
}

.ask2 .form_ask .form_txt {
    background-color: #fff;
}

.ask2 .ask_tel {
    text-align: center;
    font-size: 14px;
}

#free_apply .tan_closed {
    position: absolute;
    right: 18px;
    background-color: transparent;
}

#free_apply .tan_closed:hover {
    background-color: #c73531;
}

.im_baojia{
    width: 460px;
    height: 580px;
    border: 1px solid #333d34;
    background: #f1f1f1;
    opacity: 0.9;
}
.num-screen .num-ge1 {
    margin-right: 37px;
}
.mfbj .bjbutton {
    width: 240px;
    display: block;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 6px auto;
    background: #333333;
    color: #ffe100;
    border: none;
}
.mfsj .sjsbutton {
    width: 240px;
    display: block;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 6px auto;
    background: #333333;
    color: #ffe100;
    border: none;
}

.form{
	background: #fff;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
    border-radius: 2px;
    width: 500px;
    margin: 42px auto 0;
	position: relative;
	padding: 19px 50px;
}
.form-tit{
	font-size: 26px;
	color: #7E7E7E;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin-bottom: 10px;
}
.form-tit:before, .form-tit:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 47px;
    width: 30%;
}
.form-tit:before {
    background: rgb(126,126,126);
    background: -moz-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    left: 0px;
}
.form-tit:after {
    background: rgb(126,126,126);
    background: -moz-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    right: 0px;
}

input{outline: none; }

.block{
	height:45px;
	line-height:45px;
	width:400px;
	padding-left:15px;
	margin-top: 32px;
	position: relative;
}
.block1{
	min-height:45px;
	line-height:45px;
	width:400px;
	padding-left:15px;
	margin-top: 32px;
	position: relative;
}
.block1 textarea{
	width: 340px;
	height: 120px;
    text-indent: 2em;
    line-height: 30px;	
	border-color:#e0e0e0;
}
.glyphicon{
	font-size:18px;
	vertical-align:middle;
	top:-3px;
	color: #999;
}
.block input{
	width: 340px;
	height: 40px;
	border: 0;
	text-indent: 2em;
	border-bottom:1px solid #e0e0e0;
}
.block input:after{
	background: #f44336;
}
.errorInfo{
	position:absolute;
	right: 0;
	bottom:-37px;
	font-size:13px;
	color: #f44336;
}
.button{
	display: block;
	padding: 10px 20px;
	border-radius: 5px;
	margin:30px auto;
	color:#fff;
	background:#6b6565;
	border: solid 1px #6b6565;
}
.button:hover{
	border: solid 1px #ef060a;
	background:#ef060a;
	color:#fff;
}