/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
table,
th,
td,
blockquote,
fieldset,
div,
strong,
label,
em {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
ol,
li {
    list-style: none;
}

input,
button {
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
}

/*body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 auto;
}*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfloat {
    height: 0;
    font-size: 1px;
    clear: both;
    line-height: 0;
}

#container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 1.5em;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ef9b11;
    text-decoration: underline;
}

.main {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    margin-left: 5%;
    padding-top: 3%;
}

.box01 {
    width: 51%;
    float: right;
    display: inline;
    overflow: hidden;
    margin-left: 1%;
}

.box01 .pic {
    width: 100%;
    padding-bottom: 5px;
    background: #fff;
}

.box01 .p {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 5px;
}

.box01 .more {
    float: left;
    margin-right: 10px;
    display: inline;
}

.box02 {
    width: 48%;
    float: left;
    display: inline;
}

.box02 h2 {
    padding-bottom: 15px;
}

.box02 h4 {
    width: 100%;
  
    text-align: center;
    font-size: 4vw;
    cursor: pointer;
    color: #535353;
    letter-spacing: 1px;
    background: #fff;
    border: 1px solid #979797;
    border-radius: 10px;
    margin-top: 5%;
  padding:2vw 0;
}

.box02 h4:hover {
    background: #2f85da;
    color: #fff;
}

.yb-wa-mbd {
    width: 90%;
    overflow: hidden;
    color: #616161;
    font-family: "微软雅黑";
    font-size: 0.8em;
    margin-top: 5%;
    margin-left: 5%;
    line-height: 24px;
}

.jiushi-img img {
    width: 90%;
    margin-left: 5%;
    margin-top: 6.8%;
}
