/* 界面核心区域管理样式 */

/* 全局列表主体内容 */
.midcontent .empty {
    padding: 50px;
    text-align: center;
}

.turen-sort {
    padding: 0 30px;
}

.turen-sort ul li {
    float: left;
}

.turen-sort ul li a {
    display: block;
    padding-right: 25px;
    color: #999;
    overflow: hidden;
    font-weight: bold;
    font-size: 12px;
    line-height: 49px;
}

.turen-sort ul li a.asc, .turen-sort ul li a.desc {
    color: #00561f;
}

.turen-sort ul li a.asc {
    background: url(../images/common/asc_desc.png?v=1) no-repeat 83% 300%;
}

.turen-sort ul li a.desc {
    background: url(../images/common/asc_desc.png?v=1) no-repeat 83% -200%;
}

.turen-sort ul li a span {
    float: left;
    display: block;
    width: 6px;
    height: 9px;
    margin: 21px 0 19px 6px;
}

.turen-list {
    padding: 25px 30px 30px;
    border-top: 1px solid #f5f5f5;
    box-sizing: content-box;
    overflow: hidden;
    cursor: default;
    behavior: url(css/PIE.htc);
}

.turen-list .list-img {
    float: left;
    display: block;
    width: 160px;
    height: 120px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.turen-list .list-img img {
    max-width: none;
    width: 160px;
    height: 120px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.turen-list .list-img:hover > a img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.turen-list .turen-text {

}

.turen-list .turen-text h5 {
    overflow: hidden;
}

.turen-list .turen-text h5 .textname {
    float: left;
    display: block;
    width: auto;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 460px;
}

.turen-list:hover > .turen-text h5 .textname {
    color: #00561f;
}

.turen-list .turen-text h5 ol {
    float: right;
    margin: 7px 0;
    overflow: hidden;
}

.turen-list .turen-text h5 ol li {
    float: left;
    margin-left: 8px;
}

.turen-list .turen-text h5 ol li a {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 26px;
    padding: 0 12px;
    background-color: #f5f5f5;
}

.turen-list .turen-text h5 ol li a:hover {
    color: #00561f;
    background-color: #d9edf7;
}

.turen-list .turen-text p {
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.turen-list .turen-text dl {
    margin-top: 15px;
    overflow: hidden;
}

.turen-list .turen-text dl dd {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.turen-list .turen-text dl dd b {
    margin-left: 3px;
    font-size: 12px;
    color: #888;
    line-height: 20px;
}

/* 百科列表主体内容end */

/* 业务列表 */
.service-items ul {
    padding-left: 18px;
}
.service-items .card {
    float: left;
    margin-right: 16px;
    margin-bottom: 20px;
    overflow: hidden;
}
.service-items .card, .service-items .cover-image {
    width: 272px;
    height: 182px;
}
.service-items .card.first {

}
.service-items .card.last {
    margin-right: 0;
}
.service-items .cover {
    position: relative;
    text-align: center;
}
.service-items .cover .overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-size:0;
    *word-spacing:-1px;
    background: url(../images/common/back-ground.png);
}
.service-items .card-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 36px;
    color: #fff;
}
.service-items .hot-btn {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align:top;
    display: inline-block;
    *display: inline;
    *zoom:1;
    margin-top: 18px;
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #fff;
}
.service-items .hot-btn:hover {
    background: #00561f;
    border: 1px solid #00561f;
    color: #fff;
}
/* 业务列表 end */

/* 车型列表 */
.jingying-items {
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 25px;
}

.jingying-items ul {

}

.jingying-items ul li {
    width: 286px;
    padding-right: 25px;
    padding-bottom: 12px;
    float: left;
}

.jingying-items ul li > a {
    display: block;
    height: 275px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin:0 auto;
}

.jingying-items ul li > a img {
    width: 250px;
    transition: .8s;
    -webkit-transition: .8s;
    vertical-align:middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
}

.jingying-items ul li:hover > a img {
    transform: 1s scale(1.03);
    -webkit-transform: scale(1.03);
}

.jingying-items ul li .info {
    padding: 0;
    margin-top: 5px;
    height: 46px;
    overflow: hidden;
}

.jingying-items ul li .info .title {
    color: #333;
    font-size: 14px;
    display: block;
    margin-top: 8px;
    text-align: center;
}

.jingying-items ul li .info .type {
    padding-top: 5px;
    font-size: 12px;
    color: #999;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* 车型列表end */

/* 首页 */
.turen-home .block {
    margin-top: 15px;
    margin-bottom: 50px;
}
.slide-form .call-form, .slide-form .main-slide {
    height: 370px;
}
.slide-form .call-form {
    margin-left: 860px;
    width: 330px;
    background: red;
}
.slide-form .main-slide {
    width: 860px;
}

.home-main-ad {
    position: relative;
}

.home-main-ad .swiper-container {
    height: 370px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.home-main-ad .swiper-container .swiper-slide img {
    display: block;
}

.home-main-ad .swiper-container .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 10px;
}

.home-main-ad .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 10px;
    opacity: 0.8;
    background: #fff;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.home-main-ad .swiper-container .swiper-active-switch {
    background: #00561f;
}

.home-main-ad .arrow {
    position: absolute;
    z-index: 2;
    bottom: 137px;
    width: 60px;
    height: 90px;
    background: url('../images/common/soso-arrow.png') no-repeat;
}

.home-main-ad .arrow:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.home-main-ad .arrow-left {
    background-position: 100% 50%;
    right: 0;
}

.home-main-ad .arrow-right {
    background-position: 0 50%;
    left: 0;
}

.call-form .home-pulish {
    height: 370px;
    padding: 28px;
    color: #333;
    background: white;
    border: 1px solid #ddd;
    border-left: none;
    box-shadow: 0 0 30px 0 rgba(204, 204, 204, .5);
    overflow: hidden;
}

.call-form .home-pulish .title {
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.call-form .home-pulish .form-items {
    margin-top: 33px;
    position: relative;
}

.call-form .home-pulish .form-items p.error {
    color: red;
    position: absolute;
    left: 60px;
}

.call-form .home-pulish .form-items .iconfont {
    font-size: 14px;
}

.call-form .home-pulish .form-items .label {

}

.call-form .home-pulish .primary-btn {
    margin-top: 28px;
    padding: 10px 12px;
    display: block;
    width: 100%;
    border: none;
}

.call-form .home-pulish .form-items input,
.call-form .home-pulish .form-items select {
    width: 212px;
    height: 34px;
    border: 1px solid #d8d8d8;
    margin-left: 8px;
}

.call-form .home-pulish .form-items input {
    padding: 0 0 0 10px;
}

.call-form .home-pulish .form-items select {
    padding: 0 0 0 10px;
}

.call-form .home-pulish .submit-btn {
    display: block;
    margin-top: 25px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #00561f;
    color: #fff;
    font-size: 16px;
}

.call-form .swiper-container {
    height: 30px;
    line-height: 30px;
    margin-top: 16px;
    overflow: hidden;
    text-align: center;
}

.call-form .home-pulish .text {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

.call-form .home-pulish .red {
    color: red;
}

.follow-wrap {
    text-align: center;
}

.follow-wrap .p1 {
    font-size: 22px;
    line-height: 24px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 12px;
}
.follow-wrap .p1 .iconfont {
    color: #00561f;
    font-size: 30px;
}
.follow-wrap .p3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.follow-wrap .fllow-img img {
    width: 136px;
}
.follow-wrap .fllow-img {
    margin-bottom: 3px;
}
.follow-wrap .p2 {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.follow-wrap .p4 {
    font-size: 12px;
    color: #999;
}
/* 首页end */


/* 百科详情主体内容 */
.detail-text {
    padding: 0 35px 15px 35px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.8em;
    overflow: hidden;
    text-align: justify;
    word-wrap: break-word;
}

.detail-text .detail-title {
    padding-top: 40px;
}

.detail-text .detail-title h3 {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.detail-text .detail-title .detail-date {
    overflow: hidden;
    margin-top: 6px;
}

.detail-text .detail-title .detail-date ul {
    float: left;
    overflow: hidden;
}

.detail-text .detail-title .detail-date ul li {
    float: left;
    margin-right: 42px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.detail-text .detail-title .detail-date ul li span {
    color: #666;
}

.detail-text .detail-title .detail-date #like-btns {
    float: right;
}

#like-btns .like-btn {
    padding-right: 10px;
}

#like-btns .like-num {
    padding-left: 2px;
}

.detail-text .detail-digest {
    margin-top: 46px;
}

.detail-text .detail-digest .detail-digest-line {
    position: relative;
    border: 1px solid #cecece;
    padding: 30px 18px 20px;
}

.detail-text .detail-digest .detail-digest-line span {
    position: absolute;
    top: -18px;
    left: 60px;
    background-color: #00561f;
    font-size: 14px;
    color: #fafafa;
    line-height: 34px;
    padding: 0 14px;
}

.detail-text .detail-digest .detail-digest-line span i {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
    background-color: #fafafa;
}

.detail-text .detail-digest p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.detail-main p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 0 0;
}

.detail-text .detail-main .detail-pic {
    margin: 0 auto;
}

.detail-main {
    margin-top: 26px;
    margin-bottom: -15px;
}

.detail-main dl {
    margin-bottom: 26px;
    overflow: hidden;
    margin-top: 26px;
}

.detail-main dl dt {
    float: left;
    overflow: hidden;
}

.detail-main dl dt span {
    float: left;
    display: block;
    margin-right: 14px;
}

.detail-main dl dt b {
    float: right;
    font-size: 14px;
    color: #333;
    float: left;
}

.detail-main dl dt img {
    width: 147px;
}

.detail-main dl dd {
    float: right;
}

.detail-main dl dd b {
    float: left;
    font-size: 14px;
    color: #333;
    float: left;
}

.detail-main dl dd span {
    float: left;
    display: block;
    margin-right: 14px;
    width: 20px;
    height: 19px;
    background-image: url(../images/css_sprites.png);
    background-repeat: no-repeat;
    background-position: -337px -737px;
}

.detail-main dl dd a {
    display: block;
    overflow: hidden;
}

.detail-main ul {
    padding: 25px 0;
    overflow: hidden;
    border-top: 1px solid #ededed;
}

.detail-main ul li {
    float: left;
    width: 437px;
    max-width: 45%;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-main ul li a {
    overflow: hidden;
}

.detail-main ul li a span {
    display: block;
    width: 20px;
    height: 16px;;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
    background-image: url(../images/css_sprites.png);
    background-repeat: no-repeat;
}

.detail-main ul li a span.ap8 {
    background-position: -617px -738px;
}

.detail-main ul li a span.ap9 {
    background-position: -456px -378px;
}

.detail-main ul li a b {
    font-size: 14px;
}

.detail-content {
    margin-top: 26px;
}

.detail-content img {
    display: inline-block;
}

.detail-content p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 0 0;
}

.detail-content a {
    color: #00561f;
}

.detail-more {
    margin-top: 20px;
    overflow: hidden;
}

.detail-more .detail-box {
    float: left;
    width: 432px;
    padding: 10px 25px;
    background-color: #fff;
}

.ie7 .detail-more .detail-box {
    width: 369px;
}

.detail-more .detail-box h5 {
    overflow: hidden;
}

.detail-more .detail-box h5 b {
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 46px;
    font-weight: 700;
}

.detail-more .detail-box h5 a {
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 46px;
}

.detail-more .detail-box ul li {
    font-size: 14px;
    line-height: 38px;
    border-bottom: 1px dashed #e3e3e3;
    overflow: hidden;
}

.detail-more .detail-box ul li.no-border {
    border: none;
}

.detail-more .detail-box ul li a {
    display: block;
    float: left;
    width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.detail-more .detail-box ul li b {
    font-size: 12px;
    color: #999;
    line-height: 38px;
    float: right;
}

.detail-more .detail-add {
    margin-left: 20px;
}

/* 全局详情主体内容end */

/* 单页面内容重构 */
.page-info .detail-title h3 {
    text-align: center;
}

/* 单页面内容重构end */

/* 瀑布流布局 */
#photo-water-list ul {
    margin: 0 20px;
}

#photo-water-list .water-list {
    width: 265px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 0 2px #ccc;
    overflow: hidden;
    behavior: url(css/PIE.htc);
}

#photo-water-list .water-list:hover {
    box-shadow: 0 0 10px #999;
    behavior: url(css/PIE.htc);
}

#photo-water-list .water-list .wall-pic {
    width: 265px;
}

#photo-water-list .water-list .wall-pic img {
    width: 265px;
}

#photo-water-list .water-list .wall-text {
    background: #fff;
    padding: 0 20px;
    width: 265px;
}

.ie7 #photo-water-list .water-list .wall-text {
    width: 235px;
}

#photo-water-list .water-list .wall-text p {
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#photo-water-list .water-list .wall-text p .wall-word {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#photo-water-list .water-list .wall-pic {
    position: relative;
}

#photo-water-list .water-list .wall-pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    padding: 0 20px;
    height: 32px;
    border-radius: 0 3px 3px 0;
    behavior: url(css/PIE.htc);
    z-index: 3;
}

#photo-water-list .water-list .wall-pic span i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00561f;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-radius: 0 3px 3px 0;
    behavior: url(css/PIE.htc);
}

#photo-water-list .water-list .wall-pic span a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

#photo-water-list .water-list .wall-pic b {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    padding: 0 10px;
    height: 32px;
    border-radius: 3px 0 0 3px;
    behavior: url(css/PIE.htc);
    z-index: 3;
}

#photo-water-list .water-list .wall-pic b i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #131b18;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-radius: 3px 0 0 3px;
    behavior: url(css/PIE.htc);
}

#photo-water-list .water-list .wall-pic b a {
    font-size: 12px;
    color: #dcdcdc;
    line-height: 32px;
    display: block;
}

#photo-water-list .water-list .wall-pic:hover > span {
    display: block;
}

#photo-water-list .water-list .wall-pic:hover > b {
    display: block;
}

#photo-water-list .water-list .wall-text:hover > p a {
    color: #00561f;
}

/* 瀑布流布局end */

/* 案例幻灯片 */
.detail-photo-list {
    width: 815px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    margin: 20px 0;
    position: relative;
}

.detail-photo-list .swiper-container {
    height: 500px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.detail-photo-list .swiper-container .swiper-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.detail-photo-list .swiper-container .swiper-slide img {
    display: block;
}

.detail-photo-list .swiper-container .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.detail-photo-list .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 8px;
    opacity: 0.8;
    background: #fff;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.detail-photo-list .swiper-container .swiper-active-switch {
    background: #00561f;
}

.detail-photo-list .arrow {
    position: absolute;
    z-index: 2;
    bottom: 16px;
    width: 54px;
    height: 54px;
    background: url('../images/common/sprite-square.png') no-repeat;
}

.detail-photo-list .arrow-left {
    background-position: 0px -55px;
    right: 16px;
}

.detail-photo-list .arrow-right {
    background-position: 0px -110px;
    right: 71px;
}

/* 案例幻灯片end */

/* 吉日动工功能 */
.jiri-baike {
    margin-top: 30px;
}

.jiri-baike h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    line-height: 36px;
}

.jiri-baike-content {
    padding-bottom: 26px;
}

/* 吉日动工功能end */

/* 问答功能 */
.faqs-index .ask-info {
    margin: 20px 0 0;
    padding: 0 0 20px;
}

.faqs-index .ask-info .info-top {
    padding: 0 5px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #d8d8d8;
}

.faqs-index .ask-info .info-top li {
    padding: 0 20px;
    cursor: pointer;
}

.faqs-index .ask-info .info-top a {
    display: block;
    position: relative;
    color: #333;
    font-size: 16px;
}

.faqs-index .ask-info .info-top a:hover, .faqs-index .ask-info .info-top .active {
    color: #00561f;
    border-bottom: 2px solid #00561f;
    top: -2px;
}

.faqs-index .info-body li {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}

.faqs-index .info-body .first {
    border-top: none;
}

.faqs-index .info-body .info-title {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.faqs-index .info-body .post-time {
    display: block;
    margin: 10px 0;
    margin-bottom: 6px;
    font-size: 12px;
    color: #333;
}

.faqs-index .info-body .info-content {
    font-size: 14px;
    color: #666;
}

.faqs-index .info-body .ask-label {
    display: block;
    margin-top: 12px;
}

.faqs-index .info-body .ask-label a {
    margin-right: 2px;
    padding: 2px 10px;
    color: #333;
    border: 1px solid #e8e8e8;
    cursor: default;
}

.faqs-index .info-body .ask-more, .faqs-index .info-body .ask-more2 {
    display: block;
    margin: 10px auto 0;
    width: 300px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
}

.faqs-index .info-body .ask-more.loading {
    background: url(../images/load/loading2.gif) no-repeat 75% 50%;
}

.faqs-index .info-body .ajax {
    display: none;
}
/* 问答功能end */

/* 关于我们 */
.about-us-banner {
    height: 260px;
    background: url('../images/common/about-us-banner.png') no-repeat 50% 0%;
}
.info-bg {
    background: white url('../images/common/info_page.jpg') repeat-y 50% 0%;
}
.about-us-content {
    padding: 0 50px 20px 50px;
    position: relative;
    top: -90px;
    margin-bottom: -80px;
}
.aboutnav {
    border-bottom: solid 1px #dedede;
}
.aboutnav ul {
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
}
.aboutnav ul li {
    float: left;
    padding: 0 23px;
    cursor: pointer;
    font-size: 16px;
 }
.aboutnav ul li.on, .aboutnav ul li.current {
    border-bottom: solid 1px #00561f;
}
.aboutnav ul li.on a, .aboutnav ul li.current a {
    color: #00561f;
}
.website-color {
    color: #00561f !important;
}
.about-infor {
    padding: 30px;
    padding-top: 38px;
}
.about-infor p {
    line-height: 36px;
    font-size: 14px;
    color: #333;
}
.about-infor p.no-indent {
    text-indent: 0;
}
.add-ours {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.addtop {
    font-size: 14px;
    color: #333;
    margin: 40px 0;
}
.addtop p {
    line-height: 24px;
}
.addtop a:active, .addtop a:link, .addtop a:hover, .addtop a:visited {
    color: #00561f;
}
.position {
    height: auto;
    clear: both;
    padding-top: 30px;
}
.infortitle {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    padding-left: 65px;
    background: #eeeeee;
    font-weight: 700;
}
.infortext {
    margin: 0 0 20px 65px;
}
.texts {
    height: 57px;
    border-bottom: dashed 1px #eaeaea;
    line-height: 57px;
    margin-bottom: 5px;
    font-size: 16px;
}
.infortext p {
    font-size: 14px;
    color: #444;
    line-height: 26px;
}
/* 关于我们end */

/* 首页公共部分 */
.turen-home .head-title {
    margin-top: 42px;
    margin-bottom: 16px;
    text-align: center;
}
.turen-home .head-title h2 {
    position: relative;
    width: 600px;
    margin: 15px auto 0 auto;
    font-weight: normal;
}
.turen-home .head-title h2 span {
    position: relative;
    background-color: #fff !important;
    z-index: 1;
    padding: 0 30px;
    font-size: 26px;
    top: -5px;
}
.turen-home .head-title h2 hr {
    position: absolute;
    width: 100%;
    display: block;
    border: none;
    top: 50%;
    height: 1px;
    background: #d9d9d9;
}
.turen-home .head-title .txt {
    margin-top: 10px;
    color: #888;
    font-size: 14px;
}
/* 首页公共部分end */

/* 首页热门服务 */
.hot-serve .card {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}
.hot-serve .card, .hot-serve .cover-image {
    width: 285px;
    height: 190px;
}
.hot-serve .card.first {

}
.hot-serve .card.last {
    margin-right: 0;
}
.hot-serve .cover {
    position: relative;
    text-align: center;
}
.hot-serve .cover .overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-size:0;/* 所有浏览器 */
    *word-spacing:-1px;/* IE6、7 */
    background: url(../images/common/back-ground.png);
}
.hot-serve .card-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 36px;
    color: #fff;
}
.hot-serve .hot-btn {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align:top;
    display: inline-block;
    *display: inline;
    *zoom:1;
    margin-top: 18px;
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #fff;
}
.hot-serve .hot-btn:hover {
    background: #00561f;
    border: 1px solid #00561f;
    color: #fff;
}
.broser-more {
    display: block;
    text-align: center;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
}
.broser-more img {
    height: 20px;
}
/* 首页热门服务end */

/* 首页百科 */
.hot-article-list {
    border: 1px solid #e8e8e8;
    border-top: 4px solid #e8e8e8;
    padding: 10px 0;
    overflow: hidden;
}

.hot-article-list .h-n-box {
    width: 396px;
    padding: 0 25px;
    float: left;
    border-right: 1px solid #e8e8e8;
}
.hot-article-list .h-n-box .tit {
    padding: 8px 0 36px;
}
.hot-article-list .h-n-box .tit h3 {
    font-size:18px;
    font-weight: normal;
    color:#00561f;
    float:left;
}
.hot-article-list .h-n-box .tit a {
    width:50px;
    float:right;
    color:#555;
    text-align:right;
    line-height:26px;
}
.hot-article-list .h-n-box .tit .iconfont {
    font-size: 12px;
}
.hot-article-list .h-n-box dl dt,.hot-article-list .h-n-box dl dd {
    float:left;
    overflow:hidden;
}
.hot-article-list .h-n-box dl {
    margin-top: 5px;
    padding-bottom:10px;
}
.hot-article-list .h-n-box dl dt {

}
.hot-article-list .h-n-box dl dd {
    margin-left: 15px;
    width: 190px;
}
.hot-article-list .h-n-box dl dd a {
    font-size:14px;
    display:block;
}
.hot-article-list .h-n-box dl dd p {
    height:54px;
    line-height:18px;
    overflow:hidden;
    color:#999;
    margin-top:5px;
}
.hot-article-list .h-n-box dl dd span {
    color:#bbb;
    margin-top:10px;
}
.hot-article-list .h-n-box .list {
    border-top:1px dotted #ccc;
    padding:8px 0;
}
.hot-article-list .h-n-box .list a {
    font-size:14px;
    display:block;
}
.hot-article-list .h-n-box .list p {
    height: 38px;
    line-height: 19px;
    overflow: hidden;
    color: #999;
    margin-top: 5px;
}
.hot-article-list .h-n-box .list span {
    color:#bbb;
    margin-top:10px;
    white-space:nowrap;
}
/* 首页百科end */

/* 用户好评 */
.turen-home .user-comment .head-title {
    margin-bottom: 0;
}

.home-comment-slide {
    position: relative;
}

.home-comment-slide .swiper-container {
    height: 380px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.home-comment-slide .swiper-container .user-info {
    margin-left: 51px;
    margin-right: 51px;
    height: 380px;
    padding-top: 35px;
    padding-bottom: 35px;
    background: white;
}

.home-comment-slide .swiper-container .swiper-slide .info-img {
    display: block;
    width: 498px;
    height: 312px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.home-comment-slide .swiper-container .swiper-slide .info-txt {
    margin-left: 498px;
    width: 590px;
    height: 380px;
}

.home-comment-slide .swiper-container .swiper-slide .info-txt-p {
    height: 150px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
    line-height: 24px;
    background: #F9F9F9;
    color: #666;
}

.home-comment-slide .swiper-container .swiper-slide b {
    font-size: 20px;
}

.home-comment-slide .swiper-container .swiper-slide .info-txt h6 {
    color: #00561f;
    margin: 36px 0px 15px 15px;
    font-size: 20px;
    font-weight: normal;
}

.home-comment-slide .swiper-container .swiper-slide .info-txt span {
    display: block;
    color: black;
    margin: 15px;
    font-size: 14px;
}

.home-comment-slide .swiper-container .pagination {
    position: absolute;
    z-index: 20;
    left: 68%;
    bottom: 50px;
}

.home-comment-slide .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 10px;
    opacity: 0.8;
    background: #fff;
    border: 1px solid #666666;
    cursor: pointer;
}

.home-comment-slide .swiper-container .swiper-active-switch {
    background: #00561f;
}

.home-comment-slide .arrow {
    position: absolute;
    z-index: 2;
    bottom: 137px;
    width: 24px;
    height: 40px;
    background: url('../images/common/btn_mian_arrow.png') no-repeat;
}

.home-comment-slide .arrow-left {
    background-position: 100% 50%;
    right: -24px;
}

.home-comment-slide .arrow-right {
    background-position: 0 50%;
    left: -24px;
}
/* 首页用户好评end */

/* 首页案例 */
.work-case {
    margin-bottom: 20px;
}

.work-case .img-top {
    height: 60px;
}

.work-case .img-top h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    line-height: 60px;
}

.work-case .img-top .txt {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
    margin: 25px 0px 0px 10px;
}

.work-case .img-nav {
    line-height: 60px;
}

.work-case .img-nav li {
    float: left;
}

.work-case .img-nav .line-p {
    margin: 0 5px;
    color: #ccc;
}

.work-case .case-box {
    margin-top: 5px;
    margin-bottom: 16px;
}

.case-banner {
    float: left;
    position: relative;
}

.case-banner, .case-banner .swiper-container, .case-banner .swiper-slide img {
    width: 478px;
    height: 362px;
}

.case-banner .swiper-slide {
    position: relative;
}

.case-banner .back-screen {
    padding: 0 10px 0 10px;
    width: 478px;
    height: 73px;
    background: url(../images/common/opactiy.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}

.case-banner .back-screen p {
    margin-top: 6px;
}

.case-banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    right: 10px;
}

.case-banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.case-banner .swiper-active-switch {
    background: #00561f;
}

.case-banner .arrow {
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 5;
}

.case-banner .arrow-left {
    left: 0;
}

.case-banner .arrow-right {
    right: 0;
}

.case-banner .arrow span {
    margin-top: -32px;
    display: block;
    top: 50%;
    position: absolute;
    width: 56px;
    height: 56px;
    opacity: 0.2;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.case-banner a.arrow:hover span {
    opacity: 1;
}

.case-banner .arrow-left span {
    left: 0;
    background: url(../images/swiper2/left.png) no-repeat center center;
}

.case-banner .arrow-right span {
    right: 0;
    background: url(../images/swiper2/right.png) no-repeat center center;
}

.case-recommend {
    width: 701px;
    height: 362px;
    float: right;
}

.case-recommend .case-gloab {
    background: url(../images/common/opactiy.png) repeat;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
}

.case-recommend .case-gloab-title {
    display: inline-block;
    margin-left: 10px;
}

.case-recommend .list-left {
    width: 227px;
    height: 176px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.case-recommend .list-left img {
    width: 227px;
    height: 176px;
}
/* 首页案例end */

/* 首页合作客户 */
.logo-show li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 180px;
    margin: 30px 6px 20px 6px;
}
.logo-show p {
    text-align: center;
    color: #707988;
    padding-bottom: 8px;
}
.logo-box img, .haiwai img {
    width: 180px;
}
/* 首页合作客户end */

/* 首页底部代言 */
.home-data-show {
    position: relative;
    height: 220px;
    overflow: hidden; /* background-color:#0cb46a */
    margin-top: 20px;
}

.home-data-show .content-wrapper {
    position: relative;
    z-index: 10;
    height: 220px;
}

.home-data-show .home-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
}

.home-img-box p {
    position: absolute;
    color: #fff;
}

.home-slogan-top {
    top: 45px;
    left: 160px;
    font-size: 23px;
    font-weight: 600;
}

.home-slogan-bottom {
    top: 81px;
    left: 180px;
    font-size: 17px;
}

.home-img-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.home-img {
    position: absolute;
    height: 220px;
    vertical-align: bottom;
    bottom: 0;
    left: 0;
}

.home-data-box {
    position: absolute;
    right: -40px;
    top: 60px;
}

.home-data-box ul {
    color: white;
    font-size: 16px;
}

.home-data-box li {
    float: left;
    width: 168px;
}

.home-data-box .pos1 {
    display: block;
}

.home-data-box .pos2 {
    display: block;
    margin-top: 16px;
}

.home-data-box .pos1 .f40 {
    font-size: 40px;
    font-weight: bold;
}

.footer {
    margin-top: 0;
    background: #fff;
}

/* 首页底部代言end */

/* 简易样式 */
.easy-header {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #f2f2f2;
}
.easy-logo {
    display: block;
    height: 50px;
    margin-top: 10px;
}

.easy-footer {
    text-align: center;
    padding: 50px 0 30px 0;
}
.easy-footer .easy-footer-nav {
    margin: 15px;
}
.easy-footer .easy-footer-nav a {
    padding-left: 20px;
    padding-right: 20px;
}
.easy-footer .easy-footer-c {
    margin: 15px;
}
/* 简易样式end */

/* 登录/注册/找回密码 */
.login-wrap {
    margin-top: 20px;
}

.login-wrap .ad-box {
    float: left;
}

.login-wrap .form-box {
    width: 380px;
    margin-top: 20px;
    margin-left: 700px;
    border: 1px solid #eee;
}

.login-ad-banner, .login-ad-banner .swiper-slide {
    position: relative;
}

.login-ad-banner, .login-ad-banner .swiper-container, .login-ad-banner .swiper-slide img {
    display: block;
    width: 582px;
    height: 496px;
}

.login-ad-banner .arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
}

.login-ad-banner .arrow-left {
    left: 0;
}

.login-ad-banner .arrow-right {
    right: 0;
}

.login-ad-banner .arrow span {
    margin-top: -32px;
    display: block;
    top: 50%;
    position: absolute;
    width: 56px;
    height: 56px;
    opacity: 0.2;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.login-ad-banner a.arrow:hover span {
    opacity: 1;
}

.login-ad-banner .arrow-left span {
    left: 0;
    background: url(../images/swiper2/left.png) no-repeat center center;
}

.login-ad-banner .arrow-right span {
    right: 0;
    background: url(../images/swiper2/right.png) no-repeat center center;
}
.login-ad-banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.login-ad-banner .swiper-active-switch {
    background: #00561f;
}
.login-ad-banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    right: 45%;
}
.form-box .form-tab {
    height: 52px;
    border-bottom: 1px solid #eee;
}
.form-box .form-tab .tab-li {
    float: left;
    width: 50%;
    height: 50px;
}
.form-box .form-tab .tab-li a {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 52px;
    font-size: 18px;
    color: #999;
    text-decoration: none;
    position: relative;
    bottom: -2px;
}
.form-box .form-tab .tab-li.on a {
    color: #00561f;
    border-bottom: 1px solid #00561f;
}
.form-box .form-content {
    position: relative;
    padding: 15px 40px 15px;
}
.form-error {
    position: absolute;
    top: 4px;
    left: 59px;
    padding: 4px 6px;
    border: 1px solid #ffddbc;
    background: #fffceb;
}
.editable {
    position: relative;
    font-size: 14px;
    margin: 20px;
}
.editable .input-text {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    background: transparent;
    outline: 0 none;
    color: #333;
}
.editable .placeholder {
    position: absolute;
    height: 20px;
    line-height: 20px;
    top: 10px;
    left: 10px;
    color: #ccc;
    z-index: -1;
}
.editable em {
    padding: 0 7px;
}
.editable p.error {
    position: absolute;
    top: 38px;
    left: 0;
    height: 20px;
    line-height: 20px;
    color: red;
    font-size: 12px;
}
.editable .iconfont {
    font-size: 14px;
}
.editable img {
    position: absolute;
    top: 0;
    right: 0;
}
.editable .verifycode-btn {
    position: absolute;
    font-size: 12px;
    top: 10px;
    right: 10px;
}
.form-box .rem-check {
    margin: 10px;
    margin-left: 0;
}
.form-box .rem-check input {
    position: relative;
    top: 2px;
}
.form-box .rem-check a {
    color: #00561f;
}
.btn-settlement {
    display: block;
    width: 100%;
    font-size: 16px;
}
.form-box .link-box {
    height: 34px;
    line-height: 34px;
}
.form-box .link-box .forget-pass-link, .form-box .link-box .sign-up-link {
    color: #007fd7;
}
.form-box .login-short {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
    border-top: 1px dotted #ddd;
}
.login-short h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #666;
    padding: 0 0 12px 0;
}

.auth-clients li {
    float: left;
    height: 33px;
    width: 33px;
    margin-right: 18px;
}

.auth-clients li a {
    display: block;
    height: 33px;
    background: url(../images/common/member.png) -13px -24px no-repeat;
    text-indent: -999em;
}

.auth-clients .QQ {
    background-position: -13px -24px;
}

.auth-clients .Weibo {
    background-position: -49px -24px;
}

.auth-clients .Weixin, .auth-clients .weixin-mp {
    position: relative;
    background-position: -85px -24px;
}

.flow-way {
    color: #ccc;
    width: 1000px;
    margin: 60px auto 90px;
}

.section-point {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/common/midiu.png) no-repeat;
    float: left;
    position: relative
}

.section-txt {
    position: absolute;
    bottom: -33px;
    left: -22px;
    width: 73px;
    font-size: 14px;
}

.split-line {
    display: block;
    width: 290px;
    height: 5px;
    background: #eee;
    float: left;
    margin: 10px 3px 0 3px
}

.on-here {
    background: url(../images/common/on-red.png) no-repeat
}

.on-here .section-txt {
    color: #666;
}

.pass-there {
    background: #ffcccc
}

.fpass-content {
    padding: 30px 55px 35px;
    border: 7px solid #e5e5e5;
    margin-top: 90px;
}

.fpass-content .form-error {
    top: 20px;
    left: 20px;
}

.fpass-content h3 {
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
}

.fpass-content h3 .fpass-title {
    font-size: 20px;
    color: #333;
    padding-right: 10px;
}

.fpass-case {
    width: 350px;
    margin: 0 auto;
}

.fpass-case .ext-account {
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
}

.ext-account .img-box {
    width: 134px;
    height: 134px;
    margin: 0 auto;
    background: url(../images/common/img-boxbg.png);
}

.ext-account img {
    width: 100px;
    padding-top: 15px;
}

.ext-account h6 {
    margin: 10px 0;
}

.fpass-detais {
    position: relative;
    padding: 35px 0;
}

.fpass-detais .result-text {
    font-size: 14px;
    line-height: 18px;
}

.fpass-detais .some-j .fpass-error {
    right: -164px;
}

.fpass-content .editable dd img {
    right: -36px;
}

.fpass-content .btn-settlement {
    margin-top: 18px;
}

.fpass-error {
    border: 1px solid #ff3300;
    height: 43px;
    line-height: 43px;
    background: #fff5f2;
    padding: 0 10px 0 40px;
    float: left;
    margin-top: 15px;
    color: #ff3806;
    position: relative;
}

.fpass-error a {
    color: #007fd7;
}

.fpass-error a:hover {
    color: #dd0000;
    text-decoration: underline;
}

.fpass-error span {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/common/blank-icons.png) no-repeat;
    left: 15px;
    top: 15px;
}

.fpass-error .fork {
    background-position: -2px -224px;
}

.fpass-error .exca-mark {
    background-position: -22px -224px;
}

.fpass-error lable {
    color: #ff3300;
}

.fpass-detais .fpass-error {
    position: absolute;
    right: -248px;
    top: 7px;
    margin: 0;
    background: #fff5f2;
    color: #666;
    display: none;
}

.fpass-error i {
    display: block;
    width: 11px;
    height: 10px;
    background: url(../images/common/blank-icons.png) no-repeat -71px -225px;
    left: -11px;
    top: -1px;
    position: absolute;
}

.there-error {
    border-color: #ff6666;
    z-index: 10;
}
/* 登录/注册/找回密码 end */

/* help center */
.turen-help .turen-box {
    margin-top: 25px;
}
.help-side {
    padding: 0 10px 20px 10px;
    margin-top: -10px;
}
.help-side li {
    padding: 16px 0;
    border-bottom: 1px #cccccc dashed;
}
.help-side li a {
    display: block;
}
.help-box {
    padding: 45px;
}
.help-box .hlist h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.help-box .hlist p {
    font-size: 14px;
    color: #999999;
    margin-bottom: 26px;
}
.help-box .htitle {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.help-box .hcontent {
    padding-top: 16px;
}
.help-box .hcontent p {
    line-height: 24px;
}

/* help center end */

/* 服务详情 */
.service-slide-box {
    height: 166px;
    overflow: hidden;
}
.service-top-slide {
    position: relative;
    margin-top: 16px;
    height: 160px;
}
.service-top-slide .arrow {
    position: absolute;
    z-index: 2;
    bottom: 40%;
    width: 24px;
    height: 40px;
    background: url('../images/common/btn_mian_arrow.png') no-repeat;
}
.service-top-slide .arrow-left {
    background-position: 100% 50%;
    right: -24px;
}

.service-top-slide .arrow-right {
    background-position: 0 50%;
    left: -34px;
}
.service-link {
    display: block;
    width: 160px;
    height: 150px;
    text-align: center;
    /* border: 1px solid #ccc; */
    background: #ffffff;
    overflow: hidden;
}
.service-link.on, .service-link:hover {
    border: 1px solid #00561f;
    background: #FFFFFF url(../images/common/jzfw_icon2.jpg) no-repeat 100% 100%;
}
.service-link .link-txt {
    display: block;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    font-size: 14px;
}
.service-box {
    margin-top: 20px;
}
.service-box .detail {
    position: relative;
    width: 860px;
    float: left;
}
.service-nav-box {
    width: 75px;
    padding-top: 20px;
    position: absolute;
    left: -84px;
}
.service-nav li {
    list-style: none;
    width: 75px;
    height: 75px;
    margin-bottom: 6px;
}
.service-nav li a {
    display: table;
    width: 75px;
    height: 75px;
    background: url(../images/common/e_lmenu_bg.png) no-repeat;
    line-height: 75px;
    text-align: center;
}
.service-nav li a i {
    font-style: normal;
    line-height: 17px;
    display: table-cell;
    color: #00561f;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
}
.service-nav li.on a, .service-nav li a:hover {
    background: url(../images/common/e_lmenu_bg2.png) no-repeat;
}
.service-nav li.on a i, .service-nav li a:hover i {
    color: #FFFFFF;
}
.service-content .item {
    background: white;
    margin-bottom: 20px;
}
.service-content .item.last {
    margin-bottom: 0;
}
.service-content .title {
    height: 60px;
    text-align: center;
    padding-top: 17px;
    border-bottom: 1px solid #e9e9e9;
}
.service-content .title span {
    color: #333333;
    font-size: 24px;
    display: inline-block;
    border: 1px solid #e9e9e9;
    padding: 0 31px;
    height: 43px;
    line-height: 43px;
    position: relative;
}
.service-content .title em {
    position: absolute;
    top: -120px;
}
.service-content .title span b {
    position: absolute;
    display: block;
    width: 28px;
    height: 22px;
    background: #00561f;
    left: -13px;
    top: 13px;
    z-index: 1;
}
.service-content .infotxt {
    padding: 30px 40px 16px;
    line-height: 30px;
}

.service-content .xtable .dscfw {
    width: 650px;
    margin: 0 auto;
}

.service-content .xtable .dscfwl {
    float: left;
    width: auto;
    padding: 0 22px;
    font-weight: none;
}
.service-content .xtable {
    text-align: center;
}
.service-content .xtable table {
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    font-weight: 300;
    margin-bottom: 30px;
}

.service-content .xtable th, .service-content .xtable td {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 15px;
    font-weight: 300;
}

.service-content .xtable th {
    color: #282828;
    font-size: 14px;
    font-weight: 300;
}
.service-box .form {
    width: 315px;
    margin-left: 875px;
}
.free-jijia {
    font-size: 14px;
    border: 1px solid #f5f5f5;
}
.free-jijia .tab-sidebox-content {
    padding-bottom: 20px;
}
.free-jijia .row {
    margin: 12px 0 12px 0;
}
.free-jijia .form-label {
    font-weight: bold;
    font-size: 14px;
}
.free-jijia .row p {
    margin-top: 8px;
    line-height: 18px;
}
.free-jijia input, .free-jijia textarea, .free-jijia select, .free-jijia label {
    border: 1px solid #ddd;
}
.free-jijia select, .free-jijia select {
    padding: 4px;
    margin-right: 2px;
}
.free-jijia textarea {
    padding: 10px;
    width: 100%;
    height: 110px;
}
.free-jijia input {
    padding: 7px;
}
.free-jijia label {
    cursor: pointer;
    padding: 3px;
    display: inline-block;
    zoom: 1;
}
.free-jijia .call-number label {
    border: 1px solid #d8d8d8;
    padding: 4px 6px;
    margin-right: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.free-jijia .call-number label.on {
    border: 1px solid #00561f;
    background: #FFFFFF url(../images/common/jzfw_icon2_mini.jpg) no-repeat 101% 100%;
}
.free-jijia .call-number input {
    display: none;
}
.free-jijia .call-time input {
    width: 160px;
    background: url(../images/common/calendarBg.png) 138px no-repeat;
    cursor: pointer;
}
#call-start select.city, #call-end select.city {
    width: 80px;
}
#call-start select.area, #call-end select.area {
    width: 80px;
}
#call-start select.street, #call-end select.street {
    width: 100px;
}
.free-jijia .call-truck a {
    font-size: 12px;
}
/* 服务详情end */
