﻿

/*2019-08-19 09:06:44 智能问答*/

.answerOnline {
    width: 80px;
    height: 70px;
    margin-top: -276px;
    right: 0;
}

.answerOnline .icon {
    height: 70px;
    background: url(img_ai.png) right top no-repeat;
    cursor: pointer;
}

.answerOnline.clicked .icon,
.answerOnline .icon:hover {
    background-image: url(img_ai2.png);
}

.answerOnline .answerWrapper {
    position: absolute;
    top: 0;
    right: 100px;
    width: 470px;
    height: 500px;
    background: #ffffff;
    box-shadow: 0 0 10px #deddde;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 4px;
    display: none;
}
.answerOnline.clicked .answerWrapper{
    display: block;
}

.answerOnline .answerWrapper:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-top: 10px solid #dedede;
    border-left: 10px solid #dedede;
    top: 40px;
    right: -5px;
}

.answerOnline .answerWrapper:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    top: 40px;
    right: -3px;
}

.answerOnline .answerWrapper .title {
    font-size: 16px;
    font-weight: bold;
    color: #257fd7;
    margin-bottom: 20px;
}

.answerOnline .answerWrapper .chatting_container {
    background-color: #f8f8f8;
    padding: 15px;
    height: 390px;
    box-sizing: border-box;
}

.answerOnline .answerWrapper .chatting_container .message_option {
    margin-bottom: 15px;
    overflow: hidden;
}

.answerOnline .answerWrapper .chatting_container .message_option .headerImg {
    float: left;
    background: url(jqr.png) center no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.answerOnline .answerWrapper .chatting_container .message_option .txtShow {
    float: left;
    max-width: 270px;
    margin-left: 20px;
    line-height: 1.6;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #f9eedc;
    position: relative;
    word-break: break-all;
}

.answerOnline .answerWrapper .chatting_container .message_option .txtShow:after {
    content: "";
    position: absolute;
    top: 14px;
    left: -5px;
    border-bottom: 10px solid #f9eedc;
    border-right: 10px solid #f9eedc;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.answerOnline .answerWrapper .chatting_container .person_ask .headerImg {
    background-image: url(yh.png);
    float: right;
}

.answerOnline .answerWrapper .chatting_container .person_ask .txtShow {
    float: right;
    margin-left: 0;
    margin-right: 20px;
    background-color: #cdeaff;
}

.answerOnline .answerWrapper .chatting_container .person_ask .txtShow:after {
    left: auto;
    right: -5px;
    border: none;
    border-top: 10px solid #cdeaff;
    border-left: 10px solid #cdeaff;
}

.answerOnline .answerWrapper .ask_container {
    height: 40px;
    position: relative;
}

.answerOnline .answerWrapper .ask_container .enter {
    border: 1px solid #dedede;
    width: 360px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.answerOnline .answerWrapper .ask_container .toask {
    position: absolute;
    background: #257ed7;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    right: 0;
    top: 0;
    width: 80px;
    cursor: pointer;
}

.rmdiv {
    position: fixed;
    top: 50%;
}

/* 2023-03-15 wppei 添加开始 */
.build {
    padding-top:27px;
    height: 120px;
}

.build-img {
    display:block;
}
.kytb {
    padding-top:56px;
}
.kytb .index-tit02,
.service .index-tit02{
    height: 32px;
    line-height: 32px;
    margin-top:0;
}

.kytb-ul {
    margin-top:24px;
}

.service {
    padding: 10px 0 18px 0;
}

.service-box {
    padding-top:12px;
    overflow:hidden;
}

.service-list {
    margin-right:-20px;
    overflow:hidden;
}

.service-list .service-item {
    width:calc(20% - 20px);
    padding: 12px 20px 12px 0;
    margin-bottom: 8px;
}

.service-href {
    display:block;
    position: relative;
}

.service-img {
    width:100%;
    height:140px;
}

.service-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding-top: 38px;
    background: rgba(19, 45, 53, 0.5);
    z-index: 2;
    box-sizing: border-box;
}

.service-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.service-intro {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 21px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.service-more {
    display:none;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background:url("./service_more.png") no-repeat;
}

.service-href:hover .service-con{
    top:-12px;
    height:calc(100% + 24px);
    padding-top:32px;
}

.service-href:hover .service-more {
    display:block;
}

/* 2023-03-15 wppei 添加结束 */