/* 双伪标签清浮动，解决塌陷 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    background-color: #fff;
}

.mb40 {
    margin-bottom: 40px;
}

.w70 {
    width: 70px;
    color: #999999
}

.w170 {
    width: 150px;
    padding-left: 20px;
}


/* banner开始 */

.banner .top {
    height: 100px;
    background: url(../../foundService/images/bannerBg.png) no-repeat center center;
}

.headerTNav a.on {
    color: #fff;
}

.headerTNav a:hover {
    color: #fff;
}

.indexNav li a {
    margin-left: 30px;
    color: #ebf4ff;
}
.mt24{
    margin-top: 24px;
}
.indexNav li a:hover,
.indexNav li.on a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}


/* 主体内容 */

.contentLeft {
    border: 1px solid #ededed;
    box-sizing: border-box;
    width: 727px;
    padding: 20px;
    border-radius: 5px;
}
.logPicBox{
    width: 125px;
    height: 120px; 
}
.contentLeft .logPic {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contentLeft .lable {
    padding: 3px 7px;
    background-color: #e7f0fc;
    color: #148df7;
    border-radius: 3px;
}


/* 分享 */

.iconBox {
    width: 100%;
}

.consultation {
    width: 68px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    color: #148cf6;
    border: 1px solid #148cf6;
}
.consultation:hover {
    background-color: #148cf6;
    color: #f5f5f5;
}

.collectionBox {
    width: 68px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding-left: 34px;
    background: url(../../foundPlace/images/collected.png) no-repeat 12px center;
    background-color: #fff;
    color: #f78214;
    border: 1px solid #f78214;
}

.collectionBox:hover {
    background: url(../../foundPlace/images/nocollect.png) no-repeat 12px center;
    background-color: #f78214;
    color: #f5f5f5;
}

.collectionBox.on {
    background: url(../../foundPlace/images/collecting.png) no-repeat 12px center;
    background-color: #f78214;
    color: #fff!important
}

.shareBox {
    width: 68px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    padding-left: 34px;
    background: url(../../foundPlace/images/shared.png) no-repeat 12px center;
    color: #148df7;
    border: 1px solid #148df7;
    padding-bottom: 0px;
}

.shareBox:hover,
.shareBox.on {
    background: url(../../foundPlace/images/share.png) no-repeat 12px center;
    background-color: #148df7;
    color: #f5f5f5;
}

.c4c {
    color: #4c4c4c;
}

.c80 {
    color: #808080;
}

.buyBtn,
.carBtn {
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border: 1px solid #148df7;
    color: #fff;
    border-radius: 5px;
}

.buyBtn {
    background-color: #148df7;
    margin-right: 50px;
}

.carBtn {
    color: #148df7;
}

.contentLeft .lineThree span {
    display: inline-block;
    width: 210px;
}
/* .contentLeft .lineThree .email{
    width: 450px;
} */

.contentLeft .bottom .hd {
    border-bottom: 1px solid #ededed;
}

.contentLeft .bottom .hd span {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #808080;
}
.zjBox span{
    cursor: pointer;
}

.spanOn {
    background-color: #e7f0fc;
    color: #148df7!important;
    border-bottom: 1px solid #148df7;
}

.C148df7 {
    color: #148df7
}

.C99 {
    color: #999999
}

.bd {
    color: #616366;
    line-height: 25px;
}

.contentRight {
    width: 245px;
    border: 1px solid #ededed;
    padding: 15px 15px 0px 15px;
    border-radius: 5px;
}

.contentRight .lineOne {
    color: #308bd8;
    background: url(../../foundService/images/people.png) left center no-repeat;
    padding-left: 20px;
}

.w80 {
    width: 80px;
}
.w165{
    width: 165px;
}
.contentRight tr {
    padding: 5px 0;
    display: block
}
/* chatBtn */
.chatBtn{
    width: 70px;
    height: 37px;
    line-height: 37px;
    padding-left: 34px;
    color: #fff;
    margin: 20px auto ;
    background:#148cf6 url(../../public/images/icons/message2.png) no-repeat 12px center;
    border-radius: 5px;
}
.notDia{
	top: 20%;
	width: 572px;
	height: 306px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgb(165, 165, 165);
	padding: 27px 26px;
}
.notDia textarea{
    width: 535px;
    height: 152px;
    background-color: #f5f8fa;
    border: 1px solid #e8ebed;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 16px;
    color: #808080;
}
.text-black{
    color: #000;
}
.chat_cancelBtn,
.chat_sureBtn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: #148df7;
    color: #f5f5f5;
    font-size: 16px;
}
.chat_cancelBtn{
    background-color: #e6e6e6;
    color: #999;
    margin-right: 45px;
}

.banner {
    height: 430px;
    background: url(../images/indexBanner.jpg) center center no-repeat;
}
.cityLogo span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    /* margin-left: 20px; */
    padding-left: 75px;
    background: url(../images/cityLogo.png) no-repeat 12px 10px;
}
.cityLogo a {
    color: #fff;
    padding-top: 10px;
}
.cityLogo .texts {
    width: 100%;
    height: 105px;
    margin-top: 105px;
    background: url(../images/cityBannerText.png) center center no-repeat;
}

/* .userForm{
    padding: 25px 5px;
} */
.userForm .spanTitle{
    font-size: 14px;
    color: #3f454e;
    line-height: 40px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.userForm .spanTitle span{
    display: inline-block;
    width: 77px;
    text-align: right;
}
.userForm .spanTitle input{
    height: 40px;
    width: 305px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    padding-left: 12px;
}
.textContent{
    width: 300px;
    height: 150px;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #3f454e;
    border: 1px solid #ededed;
    vertical-align: top;
}
.spanImg img{
    width: 100px;
    height: 40px;
    /* margin-left: 10px; */
}
.contentTHtml{
    overflow-y: auto;
    min-height:100px;
    max-height: 400px;
}
.isPBox label{
    cursor: pointer;
}
.submitBtn{
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #148df7;
    margin: 0px auto;
    border-radius: 5px;
    cursor: pointer;
}
.red{
    color: red;
}

.nodataPic{
    background: rgba(0, 0, 0, 0) url(../../public/images/pics/noDataPic.png) no-repeat 50%;
    margin: 15px auto;
}

.conRight li {
    border-bottom: 1px solid #f2f2f2;
}

.conRight .title {
    height: 60px;
    line-height: 60px;
    color: #4c4c4c;
}

.conRight .details {
    /* width: 920px; */
    margin: 0 auto;
    /* background-color: #fafbff; */
    padding: 15px;
    margin-bottom: 15px;
}

.conRight .text {
    line-height: 28px;
    color: #4c4c4c;
    text-indent: 2em;
}

.conRight img {
    width: 90px;
    height: 110px;
    margin-top: 10px;
}

.conRight .file {
    margin-top: 15px;
    color: #148df7;
    display: inline-block;
}

.ons {
    color: #148df7!important
}

.conRight .up {
    width: 14px;
    height: 8px;
    top: 20px;
    right: 10px;
    background: url(../../footerLink/images/up.png) center center no-repeat;
}

.conRight .down {
    width: 14px;
    height: 8px;
    top: 20px;
    right: 10px;
    background: url(../../footerLink/images/down.png) center center no-repeat;
}
.tit{
    cursor: pointer;
}

.consultationBox{
    width: 446px;
    height: 550px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    background: url(../images/bozhouCityConBg.png) no-repeat;
}
.hdTitle{
    font-size: 18px;
    color: #148df7;
    font-weight: bold;
    padding-left: 25px;
    background: url(../images/qaTitle.png) no-repeat left center;
}