/* 关于我们 */

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.1;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.about {
    width: 792px;
    margin: 0 auto;
}

.about .title {
    height: 27px;
    text-align: center;
    margin-top: 46px;
    font-size: 20px;
    color: #222;
}

.about i{
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #222;
    margin-top: 15px;
    text-align: center;
}

.about-banner {
    text-align:center;
}
/* 底部 */

.bottom {
  clear: both; /* 防止浮动影响 */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: white;
  text-align: center;
  padding: 20px;
  z-index: 1000;
}

.about-text p {
    text-indent: 2em; /* 首行缩进两个中文字符宽度 */
    line-height: 1.8;
    margin-bottom: 1em;
}

/* 联系我们 */

.cons {
    height: 354px;
    padding-top: 44px;
    background-color: #fff;
}

.contact {
    width: 1200px;
    margin: 0 auto;
}

.contact .title {
    height: 32px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 24px;
    color: #222;
}

.contact ul em {
    display: block;
    height: 21px;
    font-size: 16px;
    text-align: left;
    color: #222;
    margin-bottom: 80px;
}

.contact ul {
    float: left;
}

.contact ul li {
    display: block;
    width: 380px;
    height: 21px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 32px;
    text-align: left;
    color: #888;
}

.contact ul li img {
    float: right;
    cursor: pointer;
}