* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wx_banner {
    width: 100%;
    height: auto;
}
.wx_banner img {
    width: 100%;
    height: auto;
}
.wx_box2 {
    width: 100%;
    padding: 60px 0 60px 0;
    box-sizing: border-box;
}
.wx_title_box2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    color: #000000;
    margin-bottom: 14px;
}
.subtitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #7D7D7D;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
}
.line {
    width: 52px;
    height: 4px;
    background: #FF5F00;
    margin-bottom: 40px;
}
.jianjie {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 90px 0 60px 0;
    box-sizing: border-box;
}
.jianjie_left {
    width: 443px;
    margin-right: 224px;
}
.left_top {
    margin-bottom: 59px;
}
.left_top_title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 33px;
    color: #F88003;
}
.left_bottom {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 33px;
    color: #2C2C2C;
}
.left_bottom span {
    color: #F88003;
    font-size: 24px;
}
.wx_box2_img {
    width: 100%;
    height: auto;
    text-align: center;
}
.wx_box2_img img{
    width: 60%;
    height: auto;
    margin: 0 auto;
}
.bottom_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #7D7D7D;
}
.wx_box2_btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22px;
}
button {
    width: 144px;
    height: 44px;
    background: #FF5F00;
    opacity: 1;
    border-radius: 6px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.wx_box3 {
    background: url(../../weixingz/images/bg_02.png);
    background-position: 100% 100%;
}
.anli {
    width: 100%;
    display: flex;
    justify-content: center;
}
.anli_list {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.anli_content {
    width: 183px;
    height: 313px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin: 0 20px 20px 0;
}
.anli_title {
   width: 100%;
   height: auto;
   text-align: center;
}
.tit1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    margin: 20px 0 5px 0;
}
.tit2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}