.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;
}
.right {
  float: right;
  width: 894px;
  border-radius: 3px;
}
.inner {
  margin: 0 30px;
}
.sub {
  border-bottom: 1px solid #eee;
  position: relative;
}
.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;
}
.intro-content {
  color: #75778B;
  font-size: 14px;
  line-height: 28px;
  padding-left: 32px;
  box-sizing: border-box;
  min-height: 244px;
  padding-top: 18px;
}
.company-intro,
.special-service {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
}
.special-service {
  margin-top: 35px;
}
/* 覆盖lay-ui */
.layui-inline {
  color: #333;
  font-size: 12px;
}
.layui-rate li i.layui-icon {
  font-size: 14px;
}
.layui-rate {
  padding: 0;
}
