@charset "utf-8";
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "微软雅黑 Regular", "Microsoft YaHei";
  color: #333;
}
body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul,
span,img{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li,
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.img {
  max-width: 100%;
  height: auto;
}
button,
input {
  outline: 0;
  border: none;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.w1100 {
    width: 1100px;
    margin: 0 auto;
  }
/* 推荐服务 */
.tj-service.w1100 {
    position: relative;
    margin-top: 36px;
}
.rightpart_title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 30px;
    line-height: 42px;
}

.zlm {
    width: 40%;
    left: 110px;
    position: absolute;
    top: 14px;
}
.zlm span {
    color: #333333;
    display: inline-block;
    margin-right: 2%;
    padding-bottom: 10px;
    cursor: pointer;
}
.zlm span.active {
    color: #0055A5;
    font-weight: bold;
    display: inline-block;
    margin-right: 2%;
    padding-bottom: 10px;
    border-bottom: #0050AC 2px solid;
    height: 35px;
}
.service-head .zlm span.active{
  height: 34px;
}
.service-head .zlm span{
  margin-right: 40px;
}
.service-head .zlm span.active{
  color: #0050AC;
}



.service-head {
  height: 48px;
  border-bottom: 1px solid #eee;
}
.service-box li {
  padding: 21px 0;
  border-bottom: 1px solid #eee;
}
.service-box li:before {
  float: left;
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0050AC;
  margin-top: 8px;
  margin-right: 8px;
}
.btn-group a {
  display: inline-block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #0050AC;
  color: #FFFFFF;
  border-radius: 4px;
}
.btn-group .bszn {
  color: #0050AC;
  border: 1px solid #0050AC;
  background-color: transparent;
  margin-right: 29px;
}
.btn-group .no-click {
  background-color: #999;
}
.hot-detail a {
    display: inline-block;
    width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-detail a:hover {
    color: #0050AC;
}
.hot-detail .date {
    float: right;
    color: #999;
}

.tjhotbl li{
  box-sizing: content-box;
  height: 30px;
  line-height: 30px;
  padding: 15px 0;
}
.service-box .tjhotbl li:before{
  margin-top: 14px;
}
.tjhotbl li .btn-group a{
  margin-bottom: 0;
}
/*  */
.bmcxlist{
  margin-top: 25px;
}
.bmcxlist li {
  float: left;
  width: 204px;
  height: 97px;
  text-align: center;
  border-radius: 6px;
  padding: 19px 0;
  border: 1px solid #EDEDED;
  margin-right: 20px;
  margin-bottom: 20px;
}
.bmcxlist li a{
  display: block;
}
.bmcxlist li .hover {
  display: none;
}
.bmcxlist li:before{
  display: none;
}
.bmcxlist li:hover {
  background: #004098;
  border-radius: 6px;
}
.bmcxlist li:hover a {
  color: #fff;
}
.bmcxlist li:hover .hover {
  display: inline-block;
}
.bmcxlist li:hover .normal {
  display: none;
}
.bmcxlist li:nth-child(5n) {
  margin-right: 0;
}
.bmcxlist li span {
  display: block;
  margin-top: 12px;
  font-size: 16px;
}

/**/
.hot-detail li{
  padding: 7px 0;
  border: none;
}