﻿@charset "utf-8";
/* CSS Document */

/*全局样式*/
*{padding:0;margin:0;}
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0; text-decoration:none;}
img,input{border:none;vertical-align:middle;}
img{display:block;}
body{ font-family:"微软雅黑";}
html{}
ul,ol{list-style-type:none;}
th,td,input{font-size:12px;}
h3{font-size:14px;}
button{border:none;cursor:pointer;font-size:12px;}
select{border-width:1px;_zoom:1;border-style:solid;padding-top:2px;font-size:12px;}
.clear{clear:both;font-size:1px;height:0;visibility:hidden;line-height:0;}
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
a:link,a:visited{text-decoration:none;color:#333;}
a:hover,a:active{text-decoration:underline;}


/*-webkit-内核浏览器默认滚动条样式*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    border: 1px #d3d3d3 solid;
    box-shadow: 0 0 3px #dfdfdf inset;
    border-radius: 10px;
    background: #eee;
}

::-webkit-scrollbar-thumb {
    border: 1px #808080 solid;
    border-radius: 10px;
    background: #999;
}

::-webkit-scrollbar-thumb:hover {
    background: #7d7d7d;
}

/*服务介绍页*/
.service-introduction-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.service-introduction-container:after {
    display: block;
    content: "";
    clear: both;
}

.service-left-sidebar,
.service-right-sidebar {
    float: right;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.service-left-sidebar {
    float: left;
    position: relative;
    width: 820px;
    min-height: 99vh;
    padding: 15px 30px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.service-name {
    line-height: 60px;
    padding-top: 35px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.collection-box {
    position: absolute;
    right: 30px;
    top: -1px;
    z-index: 997;
    width: 35px;
    height: 50px;
}

.collection-box:before,
.collection-box:after {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    height: 50px;
    box-sizing: border-box;
}

.collection-box:before {
    left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #003c88;
}

.collection-box:after {
    right: 0;
    border-top: 0;
    border-right: 18px solid #003c88;
    border-bottom: 12px solid transparent;
    border-left: 0;
}

.collection-box a {
    position: absolute;
    left: 9px;
    top: 13px;
    z-index: 999;
    display: block;
    width: 16px;
    height: 16px;
}

.collection-box a img {
    width: 16px;
    height: 16px;
}

.line-box {
    height: 40px;
    margin-top: 10px;
}

.content-header-browse-num,
.content-header-browse {
    float: left;
}

.content-header-browse-num {
    margin-right: 30px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.content-header-browse-Thumb {
    height: 40px;
    line-height: 40px;
}

.content-header-browse-Thumb a {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    padding: 11px 0;
    margin-right: 5px;
}

.content-header-browse-Thumb a img {
    width: 18px;
    height: 18px;
}

.content-header-browse-Thumb p {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.other-service {
    float: right;
}

.other-service ul {
    height: 30px;
    padding: 5px 0;
}

.other-service ul li {
    float: left;
    margin-left: 15px;
}

.other-service ul li a {
    display: block;
    height: 30px;
}

.other-service ul li a span {
    display: block;
    float: left;
    line-height: 30px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.other-service ul li a span.other-service-icon {
    width: 30px;
    height: 30px;
    padding: 7px;
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.other-service ul li a.active:hover span {
    color: #f5b86f;
}

.other-service ul li a.active:hover span.other-service-icon {
    border: 1px solid #f5b86f;
    background: #f5b86f;
}

.other-service ul li a.active:hover span.other-service-icon img,
.other-service ul li a.active:hover span.other-service-icon span {
    display: none !important;
}

.other-service ul li a.active:hover span.other-service-icon:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
}

.other-service ul li:nth-child(1) a.active:hover span.other-service-icon:before {
    background: url("../../images/elobby/servicehall-feedback-icon02.png") no-repeat center/14px 14px;
}

.other-service ul li:nth-child(2) a.active:hover span.other-service-icon:before {
    background: url("../../images/elobby/servicehall-consulting-icon02.png") no-repeat center/14px 14px;
}

.other-service ul li:nth-child(3) a.active:hover span.other-service-icon:before {
    background: url("../../images/elobby/servicehall-order-icon02.png") no-repeat center/14px 14px;
}

.other-service ul li a span.other-service-icon img {
    width: 14px;
    height: 14px;
}

.other-service ul li a.disable {
    cursor: no-drop;
}

.other-service ul li a.disable span {
    color: #999;
}

.other-service ul li a.disable span.other-service-icon {
    border: 1px solid #ebebeb;
}

.divider-line {
    height: 30px;
}

.divider-line span {
    display: block;
    height: 10px;
    border-bottom: 1px dashed #ddd;
}

.list-Row {

}

.list-Row .title-box {
    height: 20px;
    padding: 10px 0;
    line-height: 20px;
}

.list-Row .title-box span {
    float: left;
    display: block;
    width: 5px;
    height: 20px;
    margin-right: 10px;
    background: #f5b86f;
}

.list-Row .title-box .elobby-t1 {
    float: left;
    font-size: 18px;
    color: #333;
}

.list-Row .elobby-txts {
    padding-top: 20px;
}

/*
#item-desc table tr,td {
    border-collapse: collapse;
    border: 2px solid black;
}*/

.list-Row .elobby-txts #item-desc p  {
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}
.list-Row .elobby-txts p img {
    margin:0 auto;
}

.list-Row .default-icon {
    width: 115px;
    margin: 0 auto;
}

.list-Row .default-icon span {
    display: block;
    width: 115px;
    height: 115px;
    margin-bottom: 15px;
}

.list-Row .default-icon span img {
    width: 115px;
    height: 115px;
}

.list-Row .default-icon p {
    text-align: center;
    font-size: 14px;
    color: #999;
}


/*service-right-sidebar*/
.service-right-sidebar {
    width: 350px;
    background: #fff;
    margin-left: 30px;
    padding: 15px;
    border-radius: 4px;
}

.service-entrance {

}

.service-entrance ul li {
    position: relative;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.service-entrance ul li:hover {
    transform: translateX(5px);
}

.service-entrance ul li:last-child {
    margin-bottom: 0;
}

.service-entrance ul li.without-permission {
    background: #eaeaea;
    cursor: no-drop;
}

.service-entrance ul li.without-permission .business-btn-text {
    color: #666;
}

.service-entrance ul li .arrow-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    padding: 15px;
    border-radius: 0 4px 4px 0;
    background: rgba(0,0,0, .1);
}

.service-entrance ul li .arrow-icon img {
    width: 30px;
    height: 30px;
}

.service-entrance ul li .business-btn-text {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 60px 0 15px;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none;
}

.service-info-list {

}

.service-info-list dl {
    margin-bottom: 10px;
}

.service-info-list dl:last-child {
    margin-bottom: 0;
}

.service-info-list dl dt,
.service-info-list dl dd {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.service-info-list dl dt {
    color: #999;
}

.service-info-list dl dd {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}