.channel-banner {
  width: 100%;
  height: 480px;
}
.w1200,
.section {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft Yahei';
}
ul,
ol {
  list-style: none;
}
html,
body {
  background-color: #f5f5f5;
}
.serve_banner {
  width: 100%;
  height: 300px;
  background: url(../../images/service/serve_banner.png) no-repeat center center / cover;
  margin-bottom: 24px;
}
.header-container {
  background: #fff;
  overflow: hidden;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.container-1 {
  margin-top: 24px;
}
.clearFix {
  zoom: 1;
  clear: both;
}
.company_header {
  background: #fff;
  overflow: hidden;
}
.bot1 {
  overflow: hidden;
  padding-top: 9px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.company-logo {
  width: 74px;
  height: 72px;
  float: left;
}
.company-name {
  color: #191C3D;
  font-size: 16px;
  font-weight: bold;
  /* display: inline-block; */
  float: left;
}
.company-right {
  float: left;
  margin-left: 24px;
}
.features {
  float: left;
  margin-left: 8px;
  overflow: hidden;
}
.features-tag {
  color: #fff;
  font-size: 12px;
  background: #2468F2;
  padding: 3px 8px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: super;
  margin-right: 4px;
}
.company-products {
  font-size: 0;
}
.company-products span {
  color: #75778B;
  font-size: 12px;
  margin-right: 15px;
}
.nav-wrapper {
  height: 45px;
  line-height: 45px;
  background-color: #2468F2;
}
.nav-tab-uls {
  overflow: hidden;
}
.nav-tab-uls li {
  float: left;
  color: #fff;
  font-size: 16px;
  /*padding: 0 30px;*/
  font-weight: bold;
}
.nav-tab-uls li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 0 30px;
}
.active {
  background: #3A77F3;
}
.nav-tab-uls li:hover {
  background: #3A77F3;
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 318px;
  background: url(../img/banner.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.container {
  margin-top: 20px;
  overflow: hidden;
}
/* å·¦ä¾§ */
.left-container {
  width: 282px;
  float: left;
}
.company-evaluate {
  box-sizing: border-box;
  background: #fff;
  padding: 16px 0;
}
.inner-warp {
  margin: 0 20px;
  overflow: hidden;
}
.company-show-pic {
  width: 218px;
  height: 211px;
  border: 1px solid #eeeeee;
  display: block;
  margin: 25px auto 0;
}
.company-evaluate .company-name-re {
  color: #555555;
  font-size: 16px;
  margin-top: 16px;
}
.phone {
  font-size: 14px;
  color: #555555;
  margin-top: 10px;
  padding-bottom: 15px;
}
.service-title {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 10px;
}
.rate-num {
  color: #faa94b;
  margin-left: 6px;
}
.fen {
  color: #555555;
  font-weight: normal;
  font-size: 12px;
}
.evaluate {
  overflow: hidden;
  line-height: 36px;
  margin-left: 16px;
}
.evaluate-content {
  font-size: 12px;
  color: #75778B;
  display: inline-block;
  vertical-align: middle;
}
.evaluate p {
  float: left;
}
.rate-star {
  float: left;
  overflow: hidden;
  margin-right: 4px;
}
.rate-star .fen {
  display: inline-block;
  vertical-align: text-bottom;
}
.service-classify {
  background-color: #fff;
  padding-top: 16px;
  min-height: 100px;
  margin-top: 24px;
}
.service {
  font-size: 0;
  padding-left: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEE;
}
.service .bold-solid {
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #2468F2;
  border-radius: 2px;
}
.service h5 {
  font-size: 16px;
  color: #191C3D;
  display: inline-block;
  margin-left: 8px;
  font-weight: bold;
  vertical-align: bottom;
}
.total {
  color: #75778B;
  font-size: 12px;
  padding-top: 8px;
  margin-left: 16px;
}
.total span {
  color: #FE9B25;
  font-size: 14px;
}
.item {
  line-height: 54px;
  color: #555555;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  background: url(../../images/common/arrow-right.png) no-repeat center right 24px;
}
.item a {
  margin-left: 24px;
  color: #191C3D;
  font-size: 14px;
}
.item img:nth-of-type(2) {
  display: none;
}
.item img {
  margin-right: 14px;
}
.item:hover a {
  color: #2468F2;
  cursor: pointer;
  font-weight: bold;
}
.item:hover {
  background: url(../../images/common/arrow_right_hover.png) no-repeat center right 24px;
  background-color: rgba(36, 104, 242, 0.1);
}
.item:hover img:nth-of-type(2) {
  display: inline-block;
}
.item:hover img:nth-of-type(1) {
  display: none;
}
.select {
  color: #015ad4;
  background: #eeeeee;
  cursor: pointer;
}
.select img:nth-of-type(1) {
  display: none;
}
.select img:nth-of-type(2) {
  display: inline-block;
}
.layui-inline {
  color: #333;
  font-size: 12px;
}
.layui-rate li i.layui-icon {
  font-size: 14px;
}
.layui-rate {
  padding: 0;
}
.right {
  float: right;
  width: 894px;
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.sub {
  border-bottom: 1px solid #dcdcdc;
  font-size: 0;
  position: relative;
  padding-top: 16px;
}
.title_1 {
  color: #191C3D;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 16px;
  border-bottom: 2px solid #2468F2;
  margin-bottom: -1px;
}
.sub i {
  color: #B7B8C2;
  font-size: 12px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
.sub i span {
  color: #2468F2;
}
.user-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.nickname {
  color: #191C3D;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}
.time {
  color: #B7B8C2;
  font-size: 12px;
  float: right;
}
.left-block {
  width: 527px;
  padding-right: 53px;
  box-sizing: border-box;
  border-right: 1px dashed #EEE;
  float: left;
  margin-top: 24px;
}
.part {
  width: 862px;
  height: 167px;
  padding: 24px 16px 24px 24px;
  box-sizing: border-box;
  box-shadow: 0px 6px 16px rgba(25, 28, 61, 0.06);
  margin-top: 24px;
  padding-bottom: 24px;
}
.rate {
  color: #75778B;
  font-size: 12px;
  margin-top: 20px;
}
.vertical- {
  vertical-align: text-bottom;
}
.rate-content {
  color: #75778B;
  font-size: 12px;
  line-height: 28px;
  margin-top: 8px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.part_r {
  width: 270px;
  height: 128px;
  box-shadow: 0px 6px 16px rgba(25, 28, 61, 0.06);
  padding: 16px 20px 16px 16px;
  box-sizing: border-box;
  float: right;
}
.part_r img {
  width: 128px;
  height: 96px;
  float: left;
  margin-right: 16px;
}
.right-1 h5 {
  color: #191C3D;
  font-size: 14px;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-weight: bold;
  margin-bottom: 12px;
}
.right-1 p {
  color: #75778B;
  font-size: 12px;
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-1 span {
  color: #FE6754;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-top: 27px;
}
.no-data {
  padding: 119px 0 78px 0;
  margin: 0 auto;
  text-align: center;
}
.no-data {
  color: #B7B8C2;
  font-size: 14px;
}
