html,
body,
p,
h1,
h2,
h3,
h4,
h5,
ul {
    padding: 0;
    margin: 0;
}

html {
    font-family: "microsoft yahei", arial;
}

body {
    background-color: #f2f2f2;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #ff7300;
}

img {
    vertical-align: top;
}

input,
textarea {
    outline: none;
    font-family: "microsoft yahei", arial;
}

.c:after {
    content: '';
    display: block;
    clear: both;
}

.l {
    float: left;
}

.r {
    float: right;
}

.mw1198 {
    min-width: 1198px;
}

.w1198 {
    width: 1198px;
    margin: 0 auto;
}

.bgfff {
    background-color: #fff;
}

.pipe-content-wrap {
    height: 148px;
    padding-top: 1px;
    border-bottom: 2px solid #74a4eb;
    background-color: #fff;
}

.pipe-content {
    position: relative;
    height: 149px;
}

.pipe-top {
    height: 103px;
}

.pipe-logo-wrap {
    margin: 35px 196px 0 0;
}

.pipe-logo-text {
    font-size: 28px;
    color: #033e75;
    margin-left: 10px;
}

.pipe-search-wrap {
    margin-top: 36px;
    height: 40px;
}

.pipe-search-input {
    height: 38px;
    border: 1px solid #999;
    width: 390px;
    padding: 0 4px;
    font-size: 14px;
    color: #333;
}

.pipe-search-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #357fe8 url('../img/search.png') no-repeat center;
    margin-right: 20px;
}

.pipe-question {
    height: 40px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background-color: #357fe8;
}

.pipe-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 45px;
    width: 100%;
}

.pipe-menu {
    position: relative;
    height: 45px;
    width: 200px;
    margin-right: 64px;
    background: #357fe8 url('../img/menu.png') no-repeat 14px center;
}

.pipe-menu:hover .pipe-menu-list {
    display: block;
}

.pipe-menu-title {
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer;
}

.pipe-menu-list {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    height: 396px;
}

.pipe-menu-item {
    height: 36px;
    padding-left: 14px;
    color: #666;
    font-size: 14px;
    line-height: 36px;
    background: #fff url(https://img.tnc.com.cn/static/prj/tnc/new-tnc/img/gray-arrow.png) no-repeat 174px center;
}

.pipe-menu-item:hover {
    background-image: url(https://img.tnc.com.cn/static/prj/tnc/new-tnc/img/blue-arrow.png);
}

.pipe-menu-item:hover .pipe-menu-detail {
    display: block;
}

.Link {
    color: #666;
}

.pipe-menu-detail {
    display: none;
    position: absolute;
    top: 0;
    left: 201px;
    background-color: #fff;
    width: 645px;
    height: 394px;
    border: 1px solid #357fe8;
    border-left: none;
    z-index: 99;
    overflow: hidden;
    padding: 0 20px;
    box-shadow: inset 7px 0px 6px -2px rgba(0, 0, 0, 0.18);
}

.pipe-menu-details {
    border-bottom: 1px dashed #e1e1e1;
}

.pipe-menu-details:last-child {
    border-bottom: none;
}

.pipe-menu-h3 {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #333;
}

.link {
    float: left;
    margin: 0 20px 20px 0;
    font-size: 12px;
    line-height: 12px;
    padding-right: 0;
    color: #333;
}

.pipe-nav-wrap {
    height: 45px;
    font-size: 0;
}

.pipe-nav-link {
    display: inline-block;
    line-height: 45px;
    color: #333;
    font-size: 16px;
    margin-right: 76px;
}

.pipe-nav-link:last-child {
    color: #ff7300;
}

.ask-answer-wrap {
    width: 340px;
    /*height: 376px;*/
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 0;
    margin-bottom: 20px;
}
.ask-answer-wrap.logined{
    padding: 42px 0;
}

.ask-answer-title-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.answer-num-wrap,
.ask-num-wrap {
    height: 29px;
    padding-left: 30px;
    width: 271px;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 29px;
}

.answer-num-wrap {
    background: url('../img/ask-answer-icon1.png') no-repeat left center;
    margin-bottom: 16px;
}

.ask-num-wrap {
    background: url('../img/ask-answer-icon2.png') no-repeat left center;
    margin-bottom: 38px;
}

.ask-answer-num {
    color: #357fe8;
    font-size: 26px;
    width: 115px;
    text-align: right;
    height: 29px;
}

.ask-answer-text {
    font-size: 18px;
    color: #357fe8;
}

.ask-answer-btn-wrapper{
    width: 271px;
    margin: 0 auto;
    font-size: 0;
}
.ask-answer-btn-wrapper .ask-answer-btn:first-child{
    margin-right: 11px;
}
.ask-answer-btn-wrapper .ask-answer-btn{
    display: inline-block;
    width: 130px;
    margin: 0 auto;
    font-size: 18px;
}
.ask-answer-btn {
    display: block;
    width: 271px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin: 0 auto;
}

.ask-btn {
    background-color: #357fe8;
    margin: 0 auto 14px auto;
    /*margin-bottom: 14px;*/
}

.answer-btn {
    background-color: #3552e8;
}

.crumbs-content {
    color: #333;
    font-size: 14px;
    height: 67px;
    line-height: 67px;
}

.page-content-wrap {
    padding-bottom: 80px;
}

.page-main {
    width: 840px;
}

.page-side {
    width: 340px;
}

.tab-wrap {
    height: 50px;
    background-color: #e2e2e2;
    font-size: 0;
}

.tab-item {
    display: inline-block;
    width: 140px;
    border-right: 1px solid #ccc;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
}

.tab-item:hover,
.tab-item-active {
    background-color: #fff;
    border-right-color: #fff;
    color: #357fe8;
}

.tab-content {
    margin: 0 25px;
}

.question-list {
    display: none;
}

.question-list:first-child {
    display: block;
}

.question-item {
    display: block;
    padding: 30px 0 22px;
    border-bottom: 1px solid #e5e5e5;
}
.font-inline-block{
    font-size: 0;
}
.question-item .question-date-wrapper{
    display: inline-block;
    width: 600px;
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}
.question-item .date-time{
    display: inline-block;
    width: 170px;
    text-align: right;
    font-size: 18px;
}

.question-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    color: #333;
    font-size: 18px;
    margin-bottom: 18px;
}

.question-item:hover .question-title {
    color: #357fe8;
}

.question-detail-info {
    color: #666;
    font-size: 14px;
}

.highlight {
    color: #ed6d00;
}

.side-content {
    padding: 30px 0 35px 35px;
}

.side-hot-title {
    margin-bottom: 26px;
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.ad-wrapper{
    padding-top: 30px;
}
.ad-wrapper img{
    width: 100%;
}

.company-online-service-wrapper{
    padding: 40px 32px 20px 32px;
    margin-bottom: 20px;
}
.company-online-service-wrapper .section-top{
    margin-bottom: 30px;font-size: 20px;color: #333;
}
.company-list-box{
    font-size: 0;
}
.company-list-box .company-item-box{
    display: inline-block;
    width: 380px;
    margin-bottom: 30px;
    font-size: 0;
}
.company-list-box .company-item-box:nth-child(odd){
    margin-right: 16px;
}
.company-list-box .company-item-box .company-avatar{
    display: inline-block;
    vertical-align: top;
    width: 86px;
    height: 86px;
}
.company-list-box .company-item-box .company-detail{
    display: inline-block;
    width: 184px;
    vertical-align: top;
    margin: 0 10px;
    font-size: 14px;
}
.company-item-box .company-detail .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}
.company-item-box .company-detail .qualification-wrapper{
    margin: 3px 0;
    font-size: 0;
}
.company-item-box .company-detail .qualification-wrapper .item{
    display: inline-block;
    font-size: 0;
    border: 1px solid #357fe8;
    box-sizing: border-box;
}
.company-item-box .company-detail .qualification-wrapper .item:nth-child(even) {
    margin-left: 8px;
    border: 1px solid #ff7805;
}
.company-item-box .company-detail .qualification-wrapper .item .name{
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background-color: #357FE8;
}
.company-item-box .company-detail .qualification-wrapper .item .num{
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    color: #357FE8;
}
.company-item-box .company-detail .qualification-wrapper .item:nth-child(even) .name{
    background-color: #ff7805;
}
.company-item-box .company-detail .qualification-wrapper .item:nth-child(even) .num{
    color: #ff7805;
}
.company-item-box .company-detail .detail {
    height: 34px;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}

.company-list-box .company-item-box .service-btn{
    display: inline-block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    margin-top: 25px;
    vertical-align: middle;
    border: 1px solid #357fe8;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #357fe8;
}

.other-link-list {
    font-size: 0;
    margin-top: 15px;
}

.other-link-btn {
    display: inline-block;
    padding: 0 22px;
    height: 27px;
    line-height: 27px;
    color: #357fe8;
    font-size: 14px;
    background-color: #e8f2ff;
    margin: 0 20px 15px 0;
    border-radius: 5px;
}

.hot-pro-link {
    position: relative;
    display: block;
    width: 240px;
    height: 240px;
    margin-bottom: 16px;
    overflow: hidden;
}
.hot-pro-img{
    width: 100%;
    height: 100%;
}

/*.hot-pro-link:hover .hot-pro-title {*/
/*color: #ff7300;*/
/*}*/

.hot-pro-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 84px;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 16px 12px 0;
}

.hot-pro-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 14px;
    color: #000;
}

.hot-pro-price {
    font-size: 14px;
    color: #e83535;
    font-weight: bold;
}

.hot-pro-contact {
    font-size: 12px;
}
.hot-pro-contact .company{
    max-width: 148px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-btn-box {
    padding: 22px 0 8px 40px;
    margin-bottom: 32px;
}

.link-btn {
    float: left;
    width: 98px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #357fe8;
    color: #357fe8;
    font-size: 16px;
    border-radius: 4px;
    margin: 0 32px 18px 0;
}

.link-btn:hover,
.link-btn-active {
    border-color: #e8f2ff;
    background-color: #e8f2ff;
    color: #357fe8;
}

.ask-avatar-wrap {
    width: 271px;
    margin: 0 auto 20px auto;
    font-size: 0;
    /*text-align: center;*/
    /*margin-top: -25px;*/
}

.ask-avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.ask-nick-name {
    margin: 10px 0 25px;
    font-size: 16px;
    color: #333;
}

.ask-record-wrap {
    display: inline-block;
    width: 205px;
    height: 66px;
    vertical-align: middle;
    /*margin: 0 34.5px 22px;*/
}

.ask-record-title {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.ask-record-box {
    width: 25%;
    margin: 10px auto;
    text-align: center;
    height: 46px;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.ask-record-box:last-child {
    border-right: none;
}
.ask-record-box .ask-record{
    font-size: 16px;
}

.no-result-wrap {
    height: 1170px;
    box-sizing: border-box;
    padding-top: 42px;
}

.no-result-box {
    height: 220px;
    background-color: #f8f7f7;
    margin: 0 45px;
    padding: 48px 0 0 45px;
    box-sizing: border-box;
}

.no-result-img {
    width: 128px;
    height: 114px;
    margin-right: 42px;
}

.n-r-title {
    font-size: 18px;
    color: #666;
    margin-bottom: 8px;
    padding-top: 10px;
}

.n-r-t-hightlight {
    color: #ed6d00;
}

.n-r-text {
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.n-r-link,
.n-r-link:hover {
    color: #357fe8;
}

/* ·ÄÖ¯ÁÄ */
.accid{
    display: none;
}
.accid-online,.accid-offline{
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 15px;
}
.accid-online{
    background: url('http://img.qfc.cn/static/images/web/www/list/fzl-list-online.gif') no-repeat;
}
.accid-offline{
    background: url('http://img.qfc.cn/static/images/web/www/list/fzl-list-offline.gif') no-repeat;
}
/* Ðü¸¡´°¿Ú */
.ask-online-service{
    position: fixed;
    right: 10px;
    top: 40%;
    width: 84px;
    height: 98px;
}

body .ui-page{
    margin: 0;
    padding: 40px 0;
}