/* CSS Document */
.d-location{
    width: 100%;
}
.d-location .content{
    width: 1100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 auto;
}
.con-box{
    width: 1100px;
    margin: 35px auto;
}
.con-box .content{
    width: 690px;
    padding: 10px 20px 25px 20px;
    border: 1px solid #e5e5e5;
    float: left;
}
.con-box .content p{
	text-indent:0px;
	
}
.con-box .content .title{
    width: 100%;
    padding-bottom: 15px;
    font-size: 20px;
    color: #0092de;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
}
.con-box .content .desc{
    text-align: center;
    margin: 5px auto;
    font-size: 12px;
    color: #9c9c9c;
}
.con-box .content .desc span{
    padding: 0 10px;
}
.con-box .content .submit{
    width: 375px;
    height: 35px;
    margin: 0 auto;
}
.con-box .content .submit input{
    width: 195px;
    height: 35px;
    font-size: 16px;
    color: #c7c7c7;
    text-indent: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
}
.con-box .content .submit .tel{
    cursor: pointer;
    width: 84px;
    height: 35px;
    font-size: 16px;
    text-align: left;
    line-height: 35px;
    background: #de6439;
    color: #fff;
    border: none;
    border-radius: 10px;
}
.con-box .content .submit .int{
    cursor: pointer;
    width: 84px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    background: #2b9485;
    border: none;
    border-radius: 10px;
}
.con-box .content .submit .int a{
	color: #fff;
}
	
.con-box .det{
    width: 100%;
    line-height: 22px;
    border-bottom: 1px solid #d7d7d7;
}
.con-box .prev{
    margin: 20px 0 10px 10px;
}
.con-box .next{
    margin-left: 10px;
}