#service_layer{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}
#service_shade{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #000;
    opacity: 0.4;
}
#service{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1001;
    background-color: #f5f5f5;
}
#service .closeBtn{
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/closeBtn.png) 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
#service .service_search{
    width: 900px;
}
#service .service_panel{
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0 39px;
}
.service_orderform{
    width: 100%;
    position: relative;
    font-size: 13px;
    line-height: 15px;
}
.service_formTitle{
    width: calc(100% - 120px);
    padding: 10px 0px;
    margin: 0 60px;
    float: left;
    border-bottom: 1px solid #787878;
    margin-bottom: 14px;
}
.service_formTitle h3{
    width: 140px;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    color: #000;
    font-weight: 500;
    display: block;
    font-family: 'fzlantingheis-r-gbregular','Helvetica Neue','Microsoft YaHei';
}
.service_formTitle div{
    padding-top: 10px;
}
.service_formTitle div p:first-child {
    font-weight: bold;
}
.service_formTitle div p {
    line-height: 20px;
    font-family: 'fzlantingheis-r-gbregular','Helvetica Neue','Microsoft YaHei';
}
.service_formTitle div p strong {
    font-size: 16px;
}

#service .service_row {
    width: 800px;
    height: 412px;
    background-color: #fff;
    margin: 90px auto 0;
}
#service .service_row .service_top{
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    padding: 10px;
    box-sizing: border-box;
}
#service .service_row .service_top .robot,#service .service_row .service_top .userText{
    position: relative;
    margin: 15px 0;
}
#service .service_row .service_top .robot .triangle{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 12px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 0;
    top: 10px;
}
#service .service_row .service_top .robot .content{
    float: left;
    background-color: #f5f5f5;
    margin-left: 8px;
    padding: 8px 16px 8px 8px;
}
.service_top .robot .content .image{
    float: left;
}
.service_top .robot .content .image img{
    width: 80px;
    height: 80px;
}
.service_top .robot .content .right{
    float: left;
    margin-left: 10px;
    max-width: 500px;
}
.service_top .robot .content .right .title{
    color: #000;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.service_top .robot .content .right .elementType{
    color: #000;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
.service_top .robot .content .right .elementDesc{
    color: #000;
    font-size: 10px;
    line-height: 16px;
}
.service_top .robot .content ul li{
    padding: 6px;
    cursor: pointer;
}
.service_top .robot .content ul li:hover{
    color: #005982;
}
.service_top .robot .content ul li.canClick{
    margin-left: 20px;
}
#service .service_row .service_top .userText .content{
    float: right;
    background-color: #f5f5f5;
    padding: 8px;
    margin-right: 8px;
}
#service .service_row .service_top .userText .triangle{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #f5f5f5;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 10px;
}
#service .service_row .service_top .service_header{
    padding: 10px 0;
}
#service .service_row .service_top .service_header{
    position: relative;
}
#service .service_row .service_top .service_header .log{
    float: left;
    padding:0 12px;
}
.service_header .log_name_time .log_name{
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    float: left;
    font-weight:700;
}
.service_header .log_name_time .log_time{
    color: #999;
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    float: left;
}
.service_header .log_tip{
    color: #333;
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    left: 64px;
    top: 38px;
}
#service .service_row .service_bottom{
    width: 100%;
    height: 112px;
    border-top: 1px solid #eee;
}
#service .service_row .service_bottom .tip{
    padding: 20px 20px 5px 20px;
}
#service .service_row .service_bottom .tip div{
    padding:6px 12px;
    float: left;
    margin-right: 12px;
    cursor: pointer;
    background: linear-gradient(#454545,#020202);
    color: #f5f5f5;
}
#service .service_row .service_bottom .input{

}
#service .service_row .service_bottom .input input{
    width: 80%;
    border: none;
    margin: 0;
    height: 36px;
    font-size: 16px;
    text-indent: 22px;
}
#service .service_row .service_bottom .input .button{
    width: 10%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-left: 7.5%;
    color: #fff;
    background: linear-gradient(#454545,#020202);
    border: none;
    display: inline-block;
    cursor: pointer;
}
.alpha {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.alpha body {
    height: 100%;
    overflow: hidden;
}
/**
	vr and 细节展示
 */

.fictitious_btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    font-size: 16px;
    cursor: pointer;
    color: #666;
    z-index: 100;
}
.fictitious_link{
    position: absolute;
    left:calc(100% - 90px);
    top:calc(100% - 10px);
    width: 160px;
    display: none;
    z-index: 100;
}
.fictitious_link .link_box{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
}
.product_list .item-panel li .fictitious_link .link_box img{
    width: 100%;
    height: auto;
}


/**
工程案例
 */


 .fictitious{
     position: relative;
     margin-top: 20px;
 }
.fictitious .fictitious_fl{
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}
.fictitious .fictitious_details_link{
    position: absolute;
    left: 0;
    top: 41px;
    border: 1px solid #ccc;
    width: 180px;
    display: none;
    z-index: 10;
}
.fictitious .fictitious_details_link .details_link_box{
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.fictitious .fictitious_details_link .details_link_box img{
    width: 100%;
}
/**
装修知识
 */

.decoration {
    width: 940px;
    margin: 130px auto 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.decoration * {
    color: #020202;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
}

.decorationHeader {
    width: 100%;
    padding: 30px;
}

.decorationHeader ul {
    width: 100%;
    border: 1px solid #2d2c31;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.decorationHeader ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.decorationHeader ul li a {
    display: block;
}

.decorationHeader ul li.active {
    background: #2d2c31;
}

.decorationHeader ul li.active a {
    color: #fff;
}

.decorationContent {
    width: 100%;
    margin: 10px auto 30px;
}

.decorationContent h3.contentHeader {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.decorationContent div.contentList:not(:first-of-type) {
    display: none;
}

.contentList {
    width: 100%;
    margin-top: 10px;
}

.contentListImage li {
    width: 33.33%;
    float: left;
    background: #f8f8f8;
    overflow: hidden;
}
.contentListImage li:nth-child(3n+4){
    clear:both;
}
.contentListImage li img {
    width: 100%;
}

.contentListImage li div.imageList {
    padding: 15px 20px;
}

div.imageList h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 10px;
}

div.imageList p {
    line-height: 24px;
}

div.imageList a {
    display: block;
    padding: 10px 0 20px;
}

.interpretationList {
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

.interpretationList li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.listTitle {
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
}

.listTitle div.button {
    float: right;
    cursor: pointer;
}

.listTitle div.button span {
    width: 20px;
    height: 2px;
    background: #ccc;
    display: block;
    transition: .6s;
    opacity: 1;
}

.listTitle div.button span:nth-of-type(2) {
    transform: rotate(90deg);
    margin-top: -2px;
}

.listTitle div.button span:nth-of-type(1) {
    margin-top: 13px;
}

.listTitle h3 {
    font-size: 20px;
}

.interpretationList li {
    margin-bottom: 10px;
}

.interpretationList li:first-child .listTitle div.button span:nth-of-type(2) {
    opacity: 0;
    transform: rotate(0deg);
}

.interpretationList li .listContent {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 10px;
}

.interpretationList li:not(:first-of-type) .listContent {
    display: none;
}

.interpretationList .listContent p {
    line-height: 30px;
}

.knowContent {
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.searchInput {
    width: 250px;
    float: right;
    height: 36px;
    line-height: 36px;
    margin-top: -65px;
    position: relative;
}

.searchInput input {
    width: 250px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius:20px;
    padding-left:10px;
}

.searchInput input::-webkit-input-placeholder {
    color: #999;
}

.searchInput input:-ms-input-placeholder {
// IE10+
color: #999;
}

.searchInput input:-moz-placeholder {
// Firefox4-18
color: #999;
}

.searchInput input::-moz-placeholder {
// Firefox19+
color: #999;
}

.searchInput img {
    position: absolute;
    right:10px;
    top: 10px;
    width:20px;
}
.knowH5{
    font-weight: normal;
    color: #999;
    padding: 10px 0;
}
.knowClassfy{
    width: 100%;
}
.knowClassfy li{
    width: 150px;
    float: left;
    text-align: center;
    border:1px solid #ccc;
    height: 40px;
    line-height: 38px;
    margin-right: 15px;
    margin-top: 10px;
}
.knowClassfy li a{
    display: block;
}
.knowClassfy li.active{
    background: #000;
    border:1px solid #000;
}
.knowClassfy li.active a{
    color: #fff;
}
.knowContentList{
    width: 100%;
    margin-top: 30px;
}
.knowContentList div.knowList:not(:first-of-type){
    display: none;
}
ul.knowListLi li{
    width: calc(50% - 25px);
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}
ul.knowListLi li:nth-child(2n+1){
    margin-right: 50px;
}
ul.knowListLi li:nth-child(1){
    border-top: 1px dashed #eee;
}
ul.knowListLi li:nth-child(2){
    border-top: 1px dashed #eee;
}
ul.knowListLi li a span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    background: #000;
}
.decoration-pages{
    width: 100%;
}
.decoration-pages li{
    float: left;
    padding: 0 10px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    margin: 15px 6px 15px 0;
    border:1px solid #eee;

}
.decoration-pages li a{
    color: #666;
    font-size: 12px;
}
.decoration-pages li.active{
    border:none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
*{
    font-family: "微软雅黑";
}
dl,dt,dd,h5{
    margin: 0;
    padding: 0;
}
.floatLeft {
    float: left;
}

/* 图片滚动 */
.scrollpic {
    width:100%;
    margin:0 auto;
    position: relative;
}
#mybtns{
    z-index: 1000000;
}
#right{
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 100000;
    text-align: right;
}
#left{
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 100000;
    text-align: left;
}
#myscroll {
    display: block;
    width:910px;
    position: relative;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
}
#myscroll #myscrollbox {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}
#myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#myscroll ul li {
    display: block;
    float: left;
    padding: 0;
    width:227px;
}
#myscroll ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 10px;
    position: relative;
    color: #333;
}
#myscroll ul li a img{
    width: 100%;
}
#myscroll a .intro {
    position: absolute;
    left: 0;
    z-index: 10;
    background:rgba(0,0,0,0.5);
    width:100%;
    color: #fff;
    text-align: center;
    bottom:3px;
    margin: 0 10px;
    width: calc(100% - 20px);
}
#myscroll a .intro h5 {
    font-size: 16px;
    height: 40px;
    width:100%;
    line-height:40px;
    font-weight:100;
    color: #fff;
}
#mybtns a {
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: block;
    font-size: 24px;
    color: #666;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#kinMaxShow {
    visibility: hidden;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
