/* 初始化CSS */

body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
    margin: 0;
    padding: 0;
}

body {
    color: #333333;
    background: #fff;
    text-align: left;
    font: 14px/1.8 "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

ul,
ol,
li {
    list-style: none;
}

select,
input {
    outline: none;
    vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

img {
    border: 0;
}

p {
    text-indent: 0;
}

textarea {
    resize: none;
    outline: none;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}

a,
a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

/* a:hover {
    color: #333;
    text-decoration: underline;
} */

.clearfix:after {
    content: '\0020';
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clearFloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gray-bg {
    background: #F5F5F5;
    border-radius: 6px;
}

[v-cloak] {
    display: none;
}

.hide {
    display: none;
}

body {
    min-width: 1200px;
}

.wrap_page {
    min-width: 1200px;
}

.part1 {
    background: url(../images/top.png) center center no-repeat;
    height: 428px;
}

.part2 {
    background: url(../images/part2.png) center center no-repeat;
    height: 1796px;
}

.part3 {
    background: url(../images/part3.png) center center no-repeat;
    height: 386px;
}

.part4 {
    margin: 0 auto;
    height: 1896px;
    box-sizing: border-box;
    background: #F2F2F2;
    padding-top: 60px;
}

.part4 .title {
    font-size: 44px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
    text-align: center;
    margin-bottom: 40px;
}

.part4_bg {
    background: url(../images/part5.png) center center no-repeat;
    height: 1666px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.part5 {
    background: url(../images/part6.png) center center no-repeat;
    height: 376px;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}

.part5 .title {
    font-size: 44px;
    font-family: AlibabaPuHuiTiB;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
    text-align: center;
    margin-bottom: 40px;
}

.part5 .text_1 {
    font-size: 18px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #252525;
    line-height: 27px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.part5 a {
    width: 600px;
    height: 72px;
    background: linear-gradient(135deg, #0AD88C 0%, #02D084 100%);
    border-radius: 36px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    font-size: 36px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 72px;
}

.part6 {
    background: url(../images/part8.png) no-repeat center center;
    height: 454px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.part6 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.part6 .wx_item {
    width: 324px;
    height: 360px;
    background: #08C18F;
    border: 1px solid rgba(72, 249, 255, 0.35);
    margin: 0 70px;
    font-size: 20px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #1B1B1B;
    line-height: 32px;
    text-align: center;

}


.part6 .wx_item .img_wrap {
    width: 227px;
    height: 227px;
    background: #0EC996;
    text-align: center;
    margin: 0 auto;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.fixed_wrap {
    width: 1200px;
    height: 132px;
    background: #FFFFFF;
    box-shadow: 0px 10px 16px 0px rgba(117, 130, 177, 0.06);
    border-radius: 10px;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    font-size: 24px;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 0 86px;
    box-sizing: border-box;
}

.part2 {
    position: relative;
   
}