﻿
.main{
	margin-top: 110px;
}
.main .case_title{
	padding-left: 5px;
    color: #459df9 !important;
    border-left: 4px solid #459df9;
    margin-bottom: 30px;
    font-size: 24px;
}
.main .info p{
	font-size: 14px;
    line-height: 28px;
    color: #666;
    text-indent: 2em;
    margin-bottom: 15px;
}
.main .info h3{
	font-size: 18px;
    line-height: 28px;
    color: #333;
}

.case_from{
    font-weight: bold;
    background: #fff;
    margin-bottom: 10px;
}
.case_from .header{
    padding: 20px 0px 20px 10px;
    background:#3170bf;
}
.case_from input,textarea{
    padding: 6px 10px;
    margin: 6px 0px;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}
.case_from .button_info{
    padding:10px;
}
.case-info-ad{
	display: block;
    padding-top: 6px;
    width: 100%;
    height: 100%;
    background: #df5a15;
    text-align: center;
    border-radius: 5px;
}
.case-info-ad a p{
	font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.case-info-service{
	width: 100%;
    height: 108px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 3px solid #ddd;
    padding: 24px 20px 0;
}
.case-info-service h3{
	font-size: 16px;
    line-height: 1;
    color: #909090;
    margin-bottom: 12px;
    margin-top: 0px;
}
.case-info-service a{
	display: block;
    padding: 5px 0 5px 20px;
    font-size: 12px;
    line-height: 1;
    color: #0076c5;
    text-decoration: underline;
}

.bottom_ad{
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0px;
    background: rgb(51,51,51);
    z-index: 9;
}
.add_info{
    width: 1024px;
    margin:0 auto;
}
.add_info .text{
    float: left;
    width: 790px;
    color: rgb(255,255,255);
}
.add_info .consultation{
    float: right;
    width: 200px;
}
.add_info .consultation buttom{
    background: rgb(254,233,0);
    padding:10px 28px;
    border-radius: 30px;    
    position: relative;
    top: 38px;
    font-size: 16px;
    cursor:pointer;
}
.bottom_ad .add_info .clone{
	color: #fff;
	position: relative;
    top: 4px;
    right: -216px;
    cursor:pointer;
}