  ﻿
ul,ol,h1,h2,h3,h4,p {
 margin:0;
 padding:0;
 font-weight:normal;
}
body,menu {
 margin:0;
 padding:0 !important
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica,Pingfang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,"sans-serif";
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
 vertical-align:middle;
 max-width:100%;
 border:0;
 color:#00A4A0
}
a {
 text-decoration:none
}
.container {
    position: relative;
    overflow-x: hidden;
}
.wrapper {
    margin-top: 20px;
}
.list-page {
    width: 790px;
    margin: 0 auto;
    padding: 40px 0;
    color: #808080;
}
.list-page h1, .list-page .t {
    text-align: center;
    color: #333;
    font-size: 36px;
    padding-bottom: 50px;
}
.about-page .cont {
    color: #393839;
    font-size: 16px;
}
.about-page .cont .list {
    margin-bottom: 56px;
}
.about-page .cont .list .tit {
    padding-left: 10px;
    border-left: 4px solid #178DE4;
    margin-bottom: 20px;
    font-size: 16px;
}
.about-page .cont .bt, .helps .cont .bt {
    padding-top: 30px;
    border-top: 1px solid #E5E5E5;
	margin-bottom: 30px;
	line-height: 26px;
}
.about-page .cont p, .about-page .cont .part {
    line-height: 26px;
    margin-bottom: 15px;
}
.about-page .cont .part .b-tit {
    padding-left: 10px;
    border-left: 4px solid #178DE4;
    margin-bottom: 20px;
    font-size: 16px;
}
.about-page .cont .part p {
    margin-bottom:15px;
}