.drop {
  width: 140px;
  height: 210px;
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  top: 78px;
  right: 141px;
  z-index: 999;
  display: none;
  padding-top: 11px;
  padding-bottom: 15px;
}

.drop li {
  width: 140px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.drop li:hover {
  background-color: #66A22E;
}

.drop li:hover a {
  color: rgba(255, 255, 255, 1);
}

.drop li a {
  color: rgba(255, 255, 255, 1);
}

.service_header {
  width: 100%;
  height: 60px;
  background-color: #FCFCFC;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.service_header .service_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.service_header .service_list li {
  float: left;
  margin-right: 49px;
}

@media (max-width: 1200px) {
  .service_list {
    width: 960px !important;
    margin: 0 auto !important;
    font-size: 14px;
  }
}

.service_list .line {
  width: 30px;
  height: 2px;
  background-color: #66A22E;
  position: absolute;
  top: 60px;
}

.service_content {
  width: 1200px;
  height: 700px;
  margin: 0 auto 50px;
}

.service_content .left {
  width: 200px;
  height: 700px;
  margin-right: 20px;
  background-color: #f0f0f0;
  float: left;
  overflow-y: auto;
}

.service_content .left .public {
  width: 200px;
  height: 52px;
  line-height: 52px;
  padding-left: 20px;
  cursor: pointer;
  color: #808080;
  font-size: 14px;
}

.service_content .left .color {
  background-color: #66A22E;
  color: #FEFEFE;
}

.service_content .right {
  width: 980px;
  height: 700px;
  float: left;
  overflow-y: auto;  
  overflow-x: hidden;
}

/* .service_content .right::-webkit-scrollbar {
  display: none;
} */

.service_content .right .classroom {
  width: 980px;
  height: 124px;
  background-color: #FCFCFC;
}

.service_content .right .classroom  li{
  margin-bottom: 20px;
  cursor: pointer;
  width: 980px;
  height: 124px;
}
.service_content .right .classroom  li a{
  display: block;
  width: 100%;
  height: 100%;
}

.right .classroom .imgs {
  width: 220px;
  height: 124px;
  float: left;
  position: relative;
}
/* .right .classroom li:hover video::-webkit-media-controls-enclosure{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
} */
video::-webkit-media-controls-enclosure { 
  display: none;
}
.right .classroom .text {
  width: 760px;
  height: 124px;
  float: left;
  padding-left: 20px;
  position: relative;
}

.text .header {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.text .header .font {
  /* width: 199px; */
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  float: left;
  color: #000;
  max-width: 632px;
}

.right .classroom li:hover .font{
  color: #65A22D;
}



.text .header .time {
  float: right;
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}

.text .middle {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 0;
  margin-top: 10px;
}

.text .footer {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  color: #808080;
  font-weight: 400;
}

.text .footer .eye {
  margin-right: 10px;
  vertical-align: bottom;
}

.list-active {
  color: #66A22E;
  position: relative;
}
.list-active::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-bottom: 1px solid #66A22E;
}

.online-service {
  width: 100px;
  height: 30px;
  background-color: #14AFCA;
  opacity: 0.8;
  border-radius: 4px 0px 0px 4px;
  position: fixed;
  right: 0;
  bottom: 350px;
  text-align: center;
  cursor: pointer;
}

.online-service .online_img {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 9px;
}

.online-service .words {
  width: 60px;
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 4px;
}

.erweima {
    width:100px;
    height:110px;
    background:rgba(20,175,202,1);
    opacity:0.8;
    border-radius:0px 0px 0px 4px;
    position: fixed;
    right: 0;
    bottom: 237px;
}

.erweima .qs_code {
    margin: 0 auto;
    text-align: center;
    margin-top: 4px;
}

.erweima .repair {
    margin: 0 auto;
    text-align: center;
}
.erweima .repair img {
    vertical-align: middle;
}
.erweima .repair span {
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}

#service-network {
  margin-bottom: 50px;
}
#service-network .no-addr {
  color: #999999;
  font-size: 16px;
  text-align: center;
  margin-top: 184px;
  float: left;
  width: 100%;
  display: none;
}
#service-network .no-addr img {
  display: block;
  margin: 0 auto;
  width: 163px;
  height: auto;
  margin-bottom: 28px;

}
#service-network .left {
  width: 550px;
  height: 700px;
  overflow: initial;
  position: relative;
}

#service-network .left .details-address {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
  width: 650px;
  border: 3px solid #66A22E;
  left: 550px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 18px;
  display: none;
  background: #FFFFFF;
}

#service-network .left .details-address .title-province {

  font-weight: 700;
}

#service-network .left .details-address .company-name {
  color: #333333;
}

#service-network .left .details-address .company-address,
#service-network .left .details-address .company-tel {
  color: #9A9A9A;
}

#service-network .left .public {
  width: 100%;

}

#service-network .left .province {
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #333;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  border-bottom: 1px solid #EEEEEE;
}

#service-network .left .address-content {
  float: left;
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
}
#service-network .left .address-content.active,
#service-network .left .address-content.active-init,
#service-network .left .address-content.active-init .city-details,
#service-network .left .address-content:hover,
#service-network .left .address-content:hover .city-details {
  color: #FFFFFF;
  background-color: #66A22E;
}

#service-network .left .address-content .city {
  width: 132px;
  height: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
}

#service-network .left .city-details {
  width: 418px;
  height: 100%;
  color: #808080;
}

#service-network .right {
  width: 630px;
  /* background-color: red; */
  box-sizing: border-box;
  padding-top: 110px;
  padding-left: 10px;
  overflow-y: auto;
}
#service-network .pagination-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  color: #606060;
  /* background: red; */
}
#service-network .pagination-content img{
  height: 26px;
  vertical-align: middle;
}

/* 服务网络---地图的样式处理 */
.stateTip,
#StateTip {
  /* background: red; */
  display: block;
  position: absolute;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #4fad1e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  font-size: 12px;
  font-family: Tahoma;
  color: #333;
  width: auto !important;
}

.mapInfo i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  line-height: 15px;
  font-style: normal;
  background: #aeaeae;
  color: #fff;
  font-size: 11px;
  font-family: Tahoma;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-align: center
}

.mapInfo i.active {
  background: #E27F21;
}

.mapInfo span {
  padding: 0 5px 0 3px;
}

.mapInfo b {
  font-weight: normal;
  color: #2770B5
}

.stateTip .p1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #4fad1e;
  text-align: center;
  /* border-bottom: 2px solid #4fad1e; */
}
.stateTip .p2 {
  font-size: 14px;
  line-height: 30px;
  color: #4fad1e;
  text-align: center;
}

#normal-question,#training-video {
  margin-bottom: 50px;
}
#normal-question .right ,#use-guide .right {
  overflow-y: auto;
  border: none;
}
/* #normal-question .right ,#use-guide .right::-webkit-scrollbar {
  display: none;
} */

/* #right::-webkit-scrollbar {
  display: none;
} */
.right .public-class:nth-child(3n+0) {
    margin-right: 0;
}
/* 修改滚动条样式 */
.right:hover::-webkit-scrollbar {
    display: block;
    overflow-x: hidden;
}
.right::-webkit-scrollbar {
    width: 7px;
    display: none;
}
.right::-webkit-scrollbar-button {
    display: none;
}
.right::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #E8E8E8;
}

#right:hover::-webkit-scrollbar {
    display: block;
    overflow-x: hidden;
}
#right::-webkit-scrollbar {
    width: 7px;
    display: none;
}
#right::-webkit-scrollbar-button {
    display: none;
}
#right::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #E8E8E8;
}
#training-video #video-content{
  background: #FFFFFF;
  width: 100%;
  height: 100%;
}
#video-content li .text {
  float: left;
  width: 722px;
  margin-left: 20px;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 0;
}
#training-video .right li:nth-child(even) {
  background-color: #FCFCFC;
}
#use-guide .left {
  /* background: #FCFCFC; */
  font-size: 14px;
  overflow-y: auto;
}
#use-guide .left * {
  border: none;
  margin: 0;
}
#use-guide .left .panel-heading{
  border: none;
  position: relative;
}
#use-guide .left .icon-down {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 88;
  cursor: pointer;
  padding: 0 10px;
}
#use-guide .left .icon-down img {
  width: 12px;
  height: auto;
}
#use-guide .left .icon-down.rotate1 {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  transtion:all .3s linear;
}
#use-guide .left .icon-down.rotate{
　　transform:rotate(0);
　　transtion:all .3s linear;
　　-webkit-transform:rotate(0);
　　-webkit-transtion:all .3s linear;
}
#use-guide .left .panel.panel-default {
  padding: 0;
  box-sizing: border-box;
}
#use-guide .left a {
  display: block;
  font-weight: 500;
  padding-left: 20px;
  box-sizing: border-box;
}
#use-guide .left .panel.panel-default .panel-heading {
  padding: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
}
#use-guide .left .panel.panel-default ,#use-guide .left .panel-heading{
  border: none;
  background: rgba(0,0,0,0);
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}
#use-guide .left .panel-body {
  border: none;
  margin: 0;
  padding: 0;
}
#use-guide .left .panel-body .use-list{
  border: none;
  height: 52px;
  line-height: 52px;
  padding-left: 40px;
}
#use-guide .left .panel-body .use-list:hover, #use-guide .left .panel-body .use-list.click_active {
  color: #FFFFFF;
  background: #66A22E;
}
#use-guide .left{
}
#use-guide .left{
}