.main-im {
    position: fixed;
    right: 30px;
    top: 160px;
    z-index: 100;
    width: 55px;
    height: 282px;
    background: #ff5f2e none repeat scroll 0 0;
    display: none;
}
.im_block {
    width: 55px;
    height: 52px;
    text-align: center;
    color: #fff;
    padding: 2px 0 2px;
    border-bottom: 1px solid #ef997b;
}
.im_block a{
    color: #fff;
}
.im_block .im_pic{
    height: 25px;
    margin-top: 6px;
}
.im_block .im_pic img{
    height: 25px;
}
.im_block .im_text{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
.go-top{
    height: 55px;
    line-height: 55px;
    background: #c8c8c8;
    text-align: center;
}
.go-top img{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}
.im_block .tel_num{
    width:154px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right:56px;
    top: 20px;
    border-radius: 5px;
    background: #ff5f2e none repeat scroll 0 0;
    display: none;
}




.main-im  .weixing-show {
    width: 112px;
    height: 134px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #ff5f2e;
    position: absolute;
    right: -30.5px;
    top: 180px;
    display: block;
}

.main-im .weixing-show .weixing-sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 6px;
    left: 112px;
    top: 134px;
    position: absolute;
    z-index: 2;
}

.main-im .weixing-show .weixing-sanjiao-big {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #dddddd;
    border-width: 8px;
    left: 112px;
    top: 132px;
    position: absolute;
}

.main-im .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
    display: block;
}

.main-im .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #ff5f2e;
}



/*============tan_warp=======*/

.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;
    overflow-y: auto;
}
.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: 376px;
    height: 435px;
    border: 1px solid #333d34;
    background: #fdeded;
    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;
}