.home .jk-header .header {
  height: 80px;
  background: #fff;
}
.home .jk-header .header .fr ul li .active {
  color: #1A1A1A;
}
.home .jk-header .header .fr ul li .active:before {
  border-color: #1A1A1A transparent transparent transparent;
}
.home .jk-header .header .fr ul li a {
  color: #666666;
}
.companion {
  background: #f4f4f4;
}
.companion .w {
  background: #fff;
  margin-top: 20px;
  padding: 30px 0 0 20px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.companion .w .Aside {
  background-color: #fff;
  border-radius: 5px;
  width: 170px;
  height: 700px;
}
.companion .w .Aside ul .title_p {
  font-size: 20px;
  text-align: center;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 40px;
}
.companion .w .Aside ul li {
  font-size: 16px;
  text-align: left;
/*  line-height: 36px;
  height: 36px; */
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
  padding:6px 20px;
}
.companion .w .Aside ul li i {
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.companion .w .Aside ul li span {
  display: inline-block;
}
.companion .w .Aside ul .active,
.companion .w .Aside ul .active a {
  color: #08AB74;
}
.companion .w .Main {
  border-left: none;
  height: 700px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  width: 1008px;
  padding-left: 45px;
}
.companion .w .Main h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
}
.companion .w .Main ul {
  height: 620px;
  overflow: auto;
}
.companion .w .Main ul li {
  width: 22%;
  padding-top: 20px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 40px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.companion .w .Main ul li img {
  width: 120px;
  margin: 0 auto;
  height: 120px;
}
.companion .w .Main ul li:hover {
  border-color: #08AB74;
}
.companion .w .Main p {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  margin-top: 10px;
  background: #ebebeb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  	word-break: break-all;
}
.home .max_dialog .modal-dialog {
  width: 600px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.home .max_dialog .modal-dialog .modal-content {
  height: 624px;
}
.home .max_dialog .modal-dialog .modal-content .modal-body {
  padding: 20px;
}
.home .max_dialog .modal-dialog .modal-content .modal-body .max_box {
  position: relative;
}
.home .max_dialog .modal-dialog .modal-content .modal-body .max_box .max_url {
  width: 400px;
  height: 376px;
  margin: 0 auto;
}
.home .max_dialog .modal-dialog .modal-content .modal-body .max_box .p_1 {
  text-align: center;
  font-size: 22px;
  margin-top: 31px;
}
.home .max_dialog .modal-dialog .modal-content .modal-body .max_box .p_2 {
  font-size: 16px;
  margin-top: 31px;
  margin-top: 38px;
  padding-left: 30px;
  text-align: left;
  padding-bottom: 60px;
}
.home .max_dialog .modal-dialog .modal-content .modal-body .max_box i {
  display: inline-block;
  font-size: 30px;
  padding: 8px 5px;
  background: #ebebeb;
  position: absolute;
/*  top: 30%; */
margin-top: 200px;
}
.home .max_dialog .modal-dialog .modal-content .modal-body .max_box .left {
  left: 0;
  cursor: pointer;
}
.home .max_dialog .modal-dialog .modal-content .modal-body .max_box .right {
  right: 0;
  cursor: pointer;
}
