/* 服务 */
body {
  color: #333;
  font-size: 16px;
  font-family: "Microsoft YaHei", "PingFang", 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}

.newstop {
    position: relative;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.newstop img {
    width: 100%;
    height: 240px;
}

.newstop .title {
    position: absolute;
    height: 32px;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -100px;
}

.wrapmask:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgb(71, 94, 222);
    opacity: 0.2;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


/* 栏目 */

.program {
    height: 122px;
    background-color: #fff;
}

.program .main {
    width: 1200px;
    margin: 0 auto;
}

.program ul li {
    float: left;
    width: 246px;
    margin-top: 28px;
    margin-right: 60px;
    cursor: pointer;
}

.program ul li:hover em {
    color: #475EDE;
}

.program ul li img {
    float: left;
    width: 66px;
    height: 66px;
}

.program ul li .dsc {
    float: right;
    margin-left: 12px;
}

.program ul li em {
    display: block;
    text-align: left;
    font-size: 16px;
}

.program .mr0 {
    margin-right: 0;
}

.program ul li i {
    display: block;
    margin-top: 18px;
    text-align: left;
    font-size: 12px;
}

.service {
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    background-color: #fff;
    padding: 25px 51px 51px 51px;
}

.service .title {
    height: 32px;
    margin-bottom: 38px;
    font-size: 24px;
    text-align: center;
    color: #222;
}

.service i {
    height: 32px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 38px;
}


/* 底部 */

.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: white;
  text-align: center;
  padding: 20px;
  z-index: 1000;
}
