@charset "utf-8";
/* CSS Document */
.d-location{
    width: 100%;
}
.d-location .content{
    width: 1100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 0 auto;
}
.det-box{
    width: 1100px;
    margin: 35px auto;
}
.det-box .content{
    width: 690px;
    padding: 40px 20px 25px 20px;
    border: 1px solid #e5e5e5;
    float: left;
}
.det-box .content p{
	text-indent:0px;
	text-indent:2em;
	
}
.det-box .content .title{
    width: 100%;
    padding-bottom: 15px;
    font-size: 30px;
    color: #2b9485;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.det-box .content .desc{
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #9c9c9c;
}
.det-box .content .desc span{
    padding: 0 10px;
}
.det-box .content .submit{
    width: 375px;
    height: 35px;
    margin: 0 auto;
}
.det-box .content .submit input{
    width: 195px;
    height: 35px;
    font-size: 16px;
    color: #c7c7c7;
    text-indent: 10px;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
}
.det-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;
}
.det-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;
}
.det-box .content .submit .int a{
	color: #fff;
}
	
.det-box .det{
    width: 100%;
    padding: 50px 0;
	line-height: 22px;
    border-bottom: 1px solid #d7d7d7;
}
.det-box .prev{
    margin: 20px 0 10px 60px;
}
.det-box .next{
    margin-left: 60px;
}
.det-box .prev a{
    
}


.all-right .expert ul li:nth-child(3) .bottom-text{
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: url(../images/blue-bg.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
}
.all-right .expert ul li:nth-child(4) .bottom-text{
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: url(../images/blue-bg.png);
    background-repeat: repeat;
    position: absolute;
    bottom: 0;
}
