@charset "UTF-8";
.work_box {
  background: #fff;
  padding: 0 20px 20px 20px;
  position: relative;
  /* top: -22px; */
}
.btlr {
  border-top-left-radius: 5px;
}
.bblr {
  border-bottom-left-radius: 5px;
}
.btrr {
  border-top-right-radius: 5px;
}
.bbrr {
  border-bottom-right-radius: 5px;
}
.work_list p {
  float: right;
  background: #f2f2f2;
  border: 1px solid #ccc;
  height: 28px;
  line-height: 28px;
  margin-right: 60px;
  width: 108px;
  font-size: 14px;
  padding: 0 10px;
  margin-top: 16px;
  color: #4c4c4c;
  cursor: pointer;
}
.work_list p strong {
  background-image: url(../images/img.png);
  background-position: -66px -9px;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: 7px;
  margin-right: 10px;
}
.work_list p em {
  background: url(../images/img.png);
  background-position: -127px -12px;
  display: block;
  width: 10px;
  height: 5px;
  margin-top: 12px;
}
.serviceType {
/*   padding: 35px 0; */
  height: 30px;
  line-height: 30px;
  padding-left:10px;
}
.serviceType .f16 {
  font-weight: bold;
  color: #4c4c4c;
  display: block;
  margin: 0 50px 0 209px;
}
.serviceType ol li {
  color: #0c0306;
 
  font-size: 14px;
  float: left;
  width: 113px;
  text-align: center;
 /*  margin: 0 14px; */
  cursor: pointer;
  border-right: 1px solid rgba(230,230,230,1);
}
.serviceType ol li.active a {
  
  color: #ff9500;
}
.serviceType ol li a {
  display: block;
  border-radius: 30px;
  color: #333;
}
.blockCont {
  position: relative;
  height: auto;
  margin: 0 0 80px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eqSlide {
  top: 50%;
  margin-top: -33px;
  color: #cacaca;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.eqSlide.active {
  color: #ff9500;
}
.workSlide {
  position: absolute;
  float: left;
  width: 20px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.1;
  word-wrap: break-word;
  word-break: normal;
  text-align: center;
}
.rtWork {
  margin-left: 40px;
  width: 810px;
  padding: 0;
  border-left: 1px solid #cacaca;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.rtWork.active {
  border-color: #ff9500;
  background-color: #fafafa;
  padding: 40px 0;
}
.rtWork li {
  margin-bottom: 40px;
}
.rtWork li.mgBt20 {
  margin-bottom: 20px;
}
.rtWork li.noMgBt {
  margin-bottom: 0;
}
.rtWork .ltTitle {
  float: left;
  margin-right: 28px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #333;
  text-align: right;
}
.rtWork .sysName {
  display: inline-block;
  width: 140px;
  text-align: right;
  color: #ff9500;
  font-size: 12px;
  font-weight: bold;
}
.rtWork .line30 {
  height: 30px;
  line-height: 30px;
}
.rtWork .rtCont {
  margin-left: 168px;
  position: relative;
}
.rtWork .rtCont.l {
  margin-left: 0;
}
.radioDiv {
  float: left;
}
.radioDiv em {
  float: left;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #f5f0e6;
  cursor: pointer;
  text-align: center;
  color: #333;
}
.radioDiv em.active {
  background-color: #ff9500;
  color: #fff;
}
.checkSpan {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}
.checkSpan.active i {
  background: url(../images/span_green_checked.png) no-repeat left top;
}
.checkSpan i {
  height: 16px;
  width: 17px;
  position: static;
  margin-right: 8px;
  display: inline-block;
  vertical-align: sub;
  background: url(../images/span_green_unchecked.png) no-repeat left top;
}
.select {
  position: relative;
  float: left;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 5px;
  background-color: #FF9500;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.select .seleTriangle {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  transition: 0.2s;
}
.select .seleTriangle.active {
  transform: rotate(180deg);
}
.select .choice {
  text-align: center;
}
.select dl {
  display: none;
  position: absolute;
  top: 30px;
  width: 99%;
  text-indent: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff0dd;
  z-index: 100;
  padding: 5px 0;
  max-height: 150px;
  overflow-y: auto;
}
.select dl dd {
  height: 30px;
  line-height: 30px;
  color: #333;
}
.select dl dd.active {
  color: #ff9500;
}
.workTips {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-indent: -999em;
  margin-left: 5px;
  background-position: -7px -80px;
  top: 7px;
}
.adjustPos {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.device1,
.device2 {
  padding-bottom: 21px;
  background-repeat: no-repeat;
  background-position: 2px bottom;
}
.device1 {
  background-image: url('../images/device1.png');
}
.device2 {
  background-image: url('../images/device2.png');
}
.inputB {
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 12px;
}
.unit {
  position: absolute;
  top: 0;
  right: 5px;
}
.device {
  display: none;
}
/*右侧*/
.workAv_right {
  width: 290px;
  background: #fff;
  margin-top: 35px;
}
.workAv_right h2 {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #1a1a1a;
}
.sys_count {
  margin-top: 22px;
  background: #f7f7f7;
  padding-bottom: 15px;
}
.sys_count h3 {
  height: 35px;
  line-height: 35px;
 /*  border-top: 2px solid #d9d9d9;
  border-bottom: 1px dashed #d9d9d9;
  background: #ededed; */
  font-size: 12px;
  padding-left: 30px;
}
.sys_count span {
  float: left;
  width: 90px;
  color: #808080;
  font-size: 12px;
}
.sys_count_li li {
  padding: 8px 0 8px 30px;
  overflow: hidden;
  line-height: 19px;
  height: 20px;
}
.sys_count_li li.hallType {
  height: auto;
  line-height: 16px;
}
.sys_count_li li.mainFunction {
  height: auto;
  line-height: 16px;
}
.sys_count_li strong {
  float: left;
}
.hallTypeList,
.mainFuncList {
  display: block;
  margin-left: 90px;
}
.hallTypeList em,
.mainFuncList em {
  float: left;
  margin-right: 5px;
}
.workCount {
  padding-left: 30px;
  line-height: 30px;
}
.workCount .sumTitle {
  color: #333;
}
.workCount strong {
  color: #f00;
  font-size: 18px;
}
.priceCaculing {
  font-size: 18px;
  color: #3dbb2b;
  display: none;
}
.sys_line {
  height: 2px;
  width: 270px;
  background: url(../images/img.png) no-repeat -7px -114px;
}
.reportTips {
  display: none;
  margin: 20px 0 50px 87px;
}
.reportTips .title {
  color: #666;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: bold;
}
.reportTips .item {
  line-height: 20px;
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
}
.reportTips .item p {
  padding-left: 20px;
  /*width: 680px;*/
  color: #666;
  font-size: 12px;
}
.firstBlock {
  margin-top: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


/*底部安装维修图片样式 begin*/
.orderExplain {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 585px;
    min-height: 200px;
    border: 1px solid #ccc;
}
.uploadImage .uploadImg {
    margin: 20px 0 0 20px;
    width: 60px;
    height: 60px;
    background: url('../images/imgAdd.png') no-repeat;
}
.uploadImg .imgLoad {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
}
.imgList .imgCount {
    float: left;
    margin: 20px 0 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #999;
}
.userInput {
    position: relative;
}
.installIntro {
    display: block;
    margin: 20px;
    width: 540px;
    min-height: 100px;
    resize: none;
    border: none;
}
.imgSrc {
    width: 100%;
    height: 100%;
}
.uploadImage .imgPre {
    position: relative;
    float: left;
    margin: 20px 0 0 20px;
    width: 60px;
    height: 60px;
    background: url('../images/2.jpg') no-repeat;
        background-size: auto auto;
    background-size: 100% 100%;
}
.uploadImage .delImg {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 18px;
    height: 18px;
    background: url('../images/removeicon.png') no-repeat;
}
/*底部安装维修图片样式 end*/

.secondChose {
	clear: both;
    margin-left: 168px;
    padding-top: 20px;
}
.roomNumTitle{
	height: 26px;
    line-height: 26px;
    float: left;
    text-align: left;
    font-size: 12px;
    margin-right: 3px;
}
.roomNum input{
	width: 115px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #d1d1d1;
}
.roomNum .unit{
	left: -23px;
    position: relative;
}