/*====================顶部banner===================*/
.banner {
    position: relative;
    margin-bottom: 60px;
}

.tab-list {
    position: absolute;
    left:0;
    right:0;
    bottom: -50px;
    margin:0 auto;
    width: 1180px;
    height: 100px;
    background-color: #FFFFFF;
    border: 1px solid #EAECF1;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
    border-radius: 6px;
}

.tab-list-info {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.tab-title {
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
}

.tab-title-icon {
    width: 64px;
    height: 76px;
    margin: 0 20px 0 38px;
}

.tab-title-right {
    display: flex;
    flex-direction: column;
}

.tab-title-right-top {
    font-size: 20px;
    line-height: 34px;
    color: #333333;
    font-weight: 600;
}

.tab-title-name {
    color: #1869FF;
}

.tab-title-right-bottom {
    margin-top: 16px;
    font-size: 16px;
    line-height: 27px;
    color: #666666;
}

.click-tab-title {
    background-color: #E7F0FF;
    border: 1px solid #EAECF1;
    border-radius: 6px;
}

/*====================解决方案===================*/

.area-list {
    background: white;
}

.area-list.bg {
    background: #F7F7F7;
}

.area-list .title {
    padding: 80px 0 40px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area-list .content {
    width: 1200px;
    margin: 0 auto;
    padding: 26px 20px 66px;
    overflow: hidden;
}

.area-list .content .area1-list .area1-item {
    width: 385px;
    overflow: hidden;
    float: left;
    box-shadow: #e0dcec 1px 1px 20px 1px;
    margin-bottom: 15px;
}

.area-list .content .area1-list .area1-item~.area1-item {
    margin-left: 15px;
}

.area-list .content .area1-list .area1-item .item-title {
    line-height: 55px;
    background: #F6F7FB;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
}

.area-list .content .area1-list .area1-item .item-title .num {
    padding: 0 40px;
    float: left;
}

.area-list .content .area1-list .area1-item .item-title .text {
    float: left;
}

.area-list .content .area1-list .area1-item .item-content {
    padding: 20px 0;
    padding-bottom: 10px;
    overflow: hidden;
}

.area-list .content .area1-list .area1-item .item-content img {
    height: 60px;
    float: left;
    padding-left: 30px;
}

.area-list .content .area1-list .area1-item .item-content .desc {
    padding: 10px 30px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    float: left;
    width: 200px;
    height: 80px;
}

.area-list.area2 {}

.area-list.area2 .content {
    width: 1250px;
    padding: 0 0 60px;
}

.area-list.area2 .top {
    overflow: hidden;
    width: 1200px;
    padding: 25px;
}

.area-list.area2 .top .top-desc {
    float: left;
    width: 270px;
    position: relative;
}

.area-list.area2 .top .top-desc .desc {
    box-shadow: #e0dcec 1px 1px 20px 1px;
    width: 255px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
}

.area-list.area2 .top .top-title {
    width: 880px;
    float: left;
    background: #1969FF;
    color: white;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-left: 30px;
    border-radius: 4px;
    font-size: 28px;
}

.area-list.area2 .top .line {
    position: absolute;
    top: 30px;
    right: -35px;
    height: 15px;
    overflow: hidden;
}

.area-list.area2 .top .line img {
    height: 30px;
}

.area-list.area2 .content .bottom {
    width: 1200px;
    padding: 25px;
    overflow: hidden;
}

.area-list.area2 .content .bottom .item-list {
    width: 215px;
    float: left;
    box-shadow: #e0dcec 1px 1px 20px 1px;
    padding: 30px 20px;
}

.area-list.area2 .content .bottom .item-list .item {}

.area-list.area2 .content .bottom .item-list .item~.item {
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
}

.area-list.area2 .content .bottom .item-list .item .item-title {
    color: #333333;
    font-size: 20px;
    border-left: 3px solid #1869FF;
    font-weight: 500;
    line-height: 14px;
    padding-left: 10px;
    font-family: Source Han Sans CN;
}

.area-list.area2 .content .bottom .item-list .item .item-desc {
    font-size: 14px;
    border-left: 2px solid white;
    line-height: 14px;
    padding: 15px 0 15px;
    padding-left: 10px;
}

.area-list.area2 .content .bottom .item-list .item .item-desc p {
    color: #666;
    padding: 3px 0;
}

.area-list.area2 .img-contain {
    float: left;
    width: 670px;
    text-align: center;
}

.area-list.area2 .img-contain img {
    height: 450px;
}

.area-list.area3 {}

.area-list.area3 .content {
    width: 1230px;
    padding-top: 40px;
    position: relative;
}

.area-list.area3 .top {
    box-shadow: #e0dcec 1px 1px 20px 1px;
    margin: 0 25px;
    font-size: 28px;
    text-align: center;
    line-height: 70px;
    color: #333333;
    background: white;
    font-family: Source Han Sans CN;
}

.area-list.area3 .bottom {
    margin-top: 20px;
}

.area-list.area3 .bottom .angle-left {
    position: absolute;
    top: 280px;
    left: 220px;
    height: 40px;
}

.area-list.area3 .bottom .left {
    width: 200px;
    float: left;
    margin-left: 25px;
    background: white;
    box-shadow: #e0dcec 1px 1px 20px 1px;
}

.area-list.area3 .bottom .left .left-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    font-family: "Source Han Sans CN";
    padding: 20px 0;
}

.area-list.area3 .bottom .left .icon-list {}

.area-list.area3 .bottom .left .icon-list .icon-item {
    padding: 33px 0;
    text-align: center;
}

.area-list.area3 .bottom .left .icon-list .icon-item img {
    width: 42px;
    height: 42px;
}

.area-list.area3 .bottom .left .icon-list .icon-item p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding: 5px 0;
}

.area-list.area3 .bottom .right {
    width: 960px;
    float: left;
    margin-left: 20px;
    background: white;
    box-shadow: #e0dcec 1px 1px 20px 1px;
}

.area-list.area3 .bottom .right .right-title {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    font-family: "Source Han Sans CN";
    padding: 20px 0;
}

.area-list.area3 .bottom .right .icon-list {
    overflow: hidden;
    padding: 20px 0;
}

.area-list.area3 .bottom .right .icon-list .icon-item {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.area-list.area3 .bottom .right .icon-list .icon-item .item-bg {
    width: 88%;
}

.area-list.area3 .bottom .right .icon-list .icon-item .item-title {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.area-list.area3 .bottom .right .icon-list .icon-item .item-content {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
}

.area-list.area3 .bottom .right .icon-list .icon-item .item-content .sub-item {
    overflow: hidden;
    padding: 12px 41px;
}

.area-list.area3 .bottom .right .icon-list .icon-item .item-content .sub-item img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.area-list.area3 .bottom .right .icon-list .icon-item .item-content .sub-item p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    float: left;
    line-height: 24px;
}

.area-list.area3 .bottom .right .icon-list .icon-item p {}

.area-list.area4 {}

.area-list.area4 .content {
    width: 1250px;
    padding-top: 40px;
    position: relative;
}

.area-list.area4 .left {
    margin-left: 25px;
    margin-top: 25px;
    float: left;
    width: 660px;
}

.area-list.area4 .left .left-icon {
    width: 242px;
    height: 276px;
    overflow: hidden;
    padding: 30px 10px;
    background: white;
    box-shadow: #e0dcec 1px 1px 20px 1px;
    float: left;
}

.area-list.area4 .left .left-icon .icon-item {
    float: left;
    width: 50%;
    text-align: center;
}

.area-list.area4 .left .left-icon .icon-item img {
    width: 90px;
}

.area-list.area4 .left .left-icon .icon-item.sheng img {
    width: 66px;
    padding: 15px;
}

.area-list.area4 .left .left-icon .icon-item p {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.area-list.area4 .left .center-line {
    position: absolute;
    top: 180px;
    left: 305px;
}

.area-list.area4 .left .center-line p {
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.area-list.area4 .left .center-line img {
    height: 40px;
}

.area-list.area4 .left .right-font {
    float: left;
    margin-left: 105px;
    margin-top: 80px;
}

.area-list.area4 .left .right-font img {
    width: 287px;
    height: 159px;
}

.area-list.area4 .right {
    float: left;
    width: 420px;
    margin-left: 90px;
    margin-top: 120px;
}

.area-list.area4 .right .right-title {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 41px;
    color: #333333;
}

.area-list.area4 .right .right-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #666666;
}

.area-list.area4 .right .right-desc span {
    background: #4561C5;
    width: 2px;
    position: relative;
    top: -20px;
    margin-right: 10px;
    height: 14px;
}

.area-list.area5 {}

.area-list.area5 .content {
    width: 1250px;
    padding-top: 40px;
    overflow: hidden;
}

.area-list.area5 .left {
    width: 300px;
    margin-left: 25px;
    float: left;
}

.area-list.area5 .left .btn-list {
    background: #FBFBFB;
    height: 450px;
}

.area-list.area5 .left .btn-list .btn-item {
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

.area-list.area5 .left .btn-list .btn-item.active {
    background: white;
    color: #1869FF;
}

.area-list.area5 .left .btn-list .btn-item .text {
    font-size: 20px;
    font-weight: 500;
}

.area-list.area5 .left .btn-list .btn-item .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #666666;
    overflow: hidden;
    display: none;
}

.area-list.area5 .left .btn-list .btn-item.active .desc {
    display: block;
}

.area-list.area5 .left .btn-list .btn-item .desc .s {
    color: #4561C5;
    width: 2px;
    margin-right: 10px;
    height: 14px;
    float: left;
    font-weight: 700;
}

.area-list.area5 .left .btn-list .btn-item .desc .f {
    float: left;
    width: 240px;
}

.area-list.area5 .right {
    float: left;
    width: 900px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: white;
    text-align: right;
}

.area-list.area5 .right .right-img {
    height: 380px;
    display: none;
    padding: 15px 0;
    margin: 0 auto;
}

.area-list.area5 .right .right-img.img1 {
    display: block;
}

.area-list.area6 {}

.area-list.area6 .content {
    width: 1250px;
    padding-top: 40px;
    overflow: hidden;
}

.area-list.area6 .left {
    width: 430px;
    margin-left: 25px;
    float: left;
}

.area-list.area6 .left .btn-list {
    width: 430px;
    height: 450px;
}

.area-list.area6 .left .btn-list .btn-item {
    padding: 20px;
    cursor: pointer;
}

.area-list.area6 .left .btn-list .btn-item.active {
    background: white;
}

.area-list.area6 .left .btn-list .btn-item .text {
    font-size: 24px;
    font-weight: 500;
}

.area-list.area6 .left .btn-list .btn-item .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #666666;
}

.area-list.area6 .left .btn-list .btn-item .desc {
    overflow: hidden;
}

.area-list.area6 .left .btn-list .btn-item .desc .s {
    color: #4561C5;
    width: 2px;
    margin-right: 10px;
    height: 14px;
    float: left;
    font-weight: 700;
}

.area-list.area6 .left .btn-list .btn-item .desc .f {
    float: left;
    width: 375px;
}

.area-list.area6 .left .btn-list .btn-item .desc .f .weight {
    font-weight: 700;
    color: black;
}

.area-list.area6 .right {
    float: left;
    width: 790px;
    background: white;
    text-align: right;
}

.area-list.area6 .right img {
    height: 450px;
}

.area-list.area7 {}

.area-list.area7 .content {
    width: 1250px;
    padding-top: 40px;
    overflow: hidden;
}

.area-list.area7 .left {
    width: 300px;
    margin-left: 25px;
    float: left;
}

.area-list.area7 .left .btn-list {
    background: #FBFBFB;
    height: 450px;
}

.area-list.area7 .left .btn-list .btn-item {
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    cursor: pointer;
}

.area-list.area7 .left .btn-list .btn-item.active {
    background: white;
    color: #1869FF;
}

.area-list.area7 .left .btn-list .btn-item .text {
    font-size: 20px;
}

.area-list.area7 .left .btn-list .btn-item .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #666666;
}

.area-list.area7 .left .btn-list .btn-item .desc {
    overflow: hidden;
}

.area-list.area7 .left .btn-list .btn-item .desc .s {
    color: #4561C5;
    width: 2px;
    margin-right: 10px;
    height: 14px;
    float: left;
    font-weight: 700;
}

.area-list.area7 .left .btn-list .btn-item .desc .f {
    float: left;
    width: 240px;
}

.area-list.area7 .right {
    float: left;
    width: 900px;
    background: white;
    text-align: center;
}

.area-list.area7 .right .right-img {
    height: 410px;
    padding: 20px 0;
    display: none;
    margin: 0 auto;
}

.area-list.area7 .right .right-img.img1 {
    display: block;
}

.area-list.area8 .content {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 50px;
    overflow: hidden;
    position: relative;
    height: 450px;
    ;
}

.area-list.area8 .content .area8-bg {
    height: 480px;
    height: 480px;
    position: absolute;
    top: 0;
    left: 380px;
    display: block;
    margin: 0 auto;
}

.area-list.area8 .content .area8-list {
    width: 1200px;
    height: 360px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    background: white;
}

.area-list.area8 .content .area8-list .area8-item {
    width: 580px;
    overflow: hidden;
    float: left;
    border: #efefef 1px solid;
    margin-left: 15px;
    margin-bottom: 15px;
}

.area-list.area8 .content .area8-list .area8-item {
    width: 540px;
    overflow: hidden;
    float: left;
    border: #efefef 1px solid;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 40px 20px;
}

.area-list.area8 .content .area8-list .area8-item img {
    width: 91px;
    height: 81px;
    float: left;
    padding-left: 30px;
}

.area-list.area8 .content .area8-list .area8-item .content-font {
    float: left;
    padding-left: 30px;
    width: 200px;
}

.area-list.area8 .content .area8-list .area8-item .content-font .item-title {
    line-height: 30px;
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
}

.area-list.area8 .content .area8-list .area8-item .content-font .desc {
    padding: 10px 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    width: 340px;
    height: 40px;
}

.area-list.area9 {}

.area-list.area9 .content {
    width: 1200px;
}

.area-list.area9 .left {
    height: 420px;
    float: left;
}

.area-list.area9 .left img {
    margin-top: -20px;
    height: 440px;
}

.area-list.area9 .right {
    float: left;
    width: 920px;
    margin-left: 30px;
}

.area-list.area9 .right .right-top {
    padding: 15px;
    border-radius: 6px;
    background: white;
    overflow: hidden;
}

.area-list.area9 .right .right-top .img {
    float: left;
    width: 60px;
    padding: 30px 10px;
}

.area-list.area9 .right .right-top .right-font {
    float: left;
    width: 790px;
    padding: 30px 0 0 15px;
    font-size: 16px;
}

.area-list.area9 .right .right-top .right-font .font-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
}

.area-list.area9 .right .right-top .right-font .font-desc {
    line-height: 24px;
    padding: 10px 0;
}

.area-list.area9 .right .right-top .right-font .font-desc span {
    font-size: 14px;
    color: #3E5FC6;
    width: 2px;
    font-weight: 700;
    line-height: 14px;
    font-family: "Source Han Sans CN";
}

.area-list.area9 .right .right-bottom {
    overflow: hidden;
    margin-top: 20px;
}

.area-list.area9 .right .right-bottom .bottom-item {
    float: left;
    width: 340px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    background: white;
    height: 210px;
}

.area-list.area9 .right .right-bottom .bottom-item~.bottom-item {
    margin-left: 20px;
}

.area-list.area9 .right .right-bottom .bottom-item.long {
    width: 560px;
}

.area-list.area9 .right .right-bottom .bottom-item .bottom-title {
    background: #3D83FF;
    color: white;
    line-height: 40px;
    font-weight: 500;
    font-size: 20px;
    text-indent: 20px;
}

.area-list.area9 .right .right-bottom .bottom-item .bottom-content {
    padding: 20px 10px;
}

.area-list.area9 .right .right-bottom .bottom-item .bottom-content .font-item {
    overflow: hidden;
    padding-bottom: 15px;
}

.area-list.area9 .right .right-bottom .bottom-item .bottom-content .font-item span {
    float: left;
    color: #3D83FF;
    width: 15px;
    font-weight: 700;
    font-size: 14px;
}

.area-list.area9 .right .right-bottom .bottom-item .bottom-content .font-item p {
    float: left;
    width: 240px;
    font-size: 16px;
    padding-top: 4px;
}

.area-list.area9 .right .right-bottom .bottom-item.long .bottom-content .font-item p {
    width: 490px;
    padding-top: 4px;
}

.area-list.area10 {}

.area-list.area10 .content {
    width: 1200px;
}

.area-list.area10 .content .type-list {
    overflow: hidden;
}

.area-list.area10 .content .type-list .type-item {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    padding: 5px 0;
}

.area-list.area10 .content .type-list .type-item img {
    width: 287px;
    height: 180px;
}

.area-list.area10 .content .type-list .type-item p {
    position: absolute;
    color: white;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
}

.area-list.area11 {
    text-align: center;
}

.area-list.area11 .content {
    padding-top: 20px;
}

.area-list.area11 .img {
    width: 1200px;
}

/*====================产品功能===================*/
.product-function {
    width: 100%;
    height: 100%;
}

.area12 .title {
    padding: 80px 0 0;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area12 .content {
    width: 1200px;
    margin: 0 auto;
    padding: 22px 0 62px;
    overflow: hidden;
}

.area12 .content img {
    width: 100%;
    height: auto;
}

.area13 {
    background: rgba(245, 247, 251, 0.39);
}

.area13 .title {
    padding: 40px 0 65px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area13 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px;
    overflow: hidden;
}

.area13 .content .area13-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 264px;
    background: #FFFFFF;
    border-radius: 4px;
}

.area13 .content .area13-item img {
    width: auto;
    height: 88px;
    background: #FFFFFF;
    border-radius: 4px;
}

.area13 .content .area13-item .name {
    margin: 26px 0 20px;
    font-size: 18px;
    line-height: 31px;
    color: #333333;
}

.area13 .content .area13-item .discribe {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #666666;
}


.area14 .title {
    padding: 40px 0 16px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area14 .title-extend {
    margin-bottom: 64px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #666666;
}

.area14 .content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 57px;
    overflow: hidden;
}

.area14 .content .equipment-img {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 57px;
    overflow: hidden;
}

.area14 .content .equipment {
    position: absolute;
    top: 100px;
    right: 0;
    width: 830px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.area14 .content .equipment .equipment-item {
    position: relative;
    width: 197px;
    height: 211px;
    margin-bottom: 22px;
    border-radius: 4px;
}

.area14 .content .equipment .equipment-item img {
    width: 100%;
    height: 100%;
}

.area14 .content .equipment .equipment-item .masking {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(51, 51, 51, 0.39);
    opacity: 0.9;
}

.area14 .content .equipment .equipment-item .masking span {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 211px;
}

.area14 .content .equipment .equipment-item:hover>.masking {
    display: block;
}


.area15 {
    background: rgba(245, 247, 251, 0.39);
}

.area15 .title {
    padding: 40px 0 16px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area15 .title-extend {
    margin-bottom: 64px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #666666;
}

.area15 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px;
    overflow: hidden;
}

.area15 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area16 {
    background: #FFFFFF;
}

.area16 .title {
    padding: 40px 0 65px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area16 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px;
    overflow: hidden;
}

.area16 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area17 {
    background: rgba(245, 247, 251, 0.39);
}

.area17 .title {
    padding: 40px 0 16px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area17 .title-extend {
    margin-bottom: 42px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #666666;
}

.area17 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px;
    overflow: hidden;
}

.area17 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area18 {
    background: #FFFFFF;
}

.bg-color {
    background: rgba(245, 247, 251, 0.39);
}

.area18 .title {
    padding: 40px 0 16px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area18 .title-extend {
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #666666;
}

.area18 .content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 55px;
    overflow: hidden;
}

.area18 .content .action_bars {
    display: flex;
    justify-content: space-between;
    margin: 0 0 38px;
}

.area18 .content .action_bars>li {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 28px;
    color: #999999;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f1;
    cursor: pointer;
}

.area18 .content .action_bars>.bars_hover {
    color: #1869ff;
    border-bottom: 3px solid #1869ff;
    box-sizing: border-box;
}

.area18 .content .action_info .info-item {
    width: 100%;
    height: 506px;
}

.area18 .content .action_info .info-item img {
    width: 100%;
    height: auto;
}

.area20 {
    background: #FFFFFF;
}

.area20 .title {
    padding: 40px 0 16px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area20 .title-extend {
    margin-bottom: 68px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #666666;
}

.area20 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 89px;
    overflow: hidden;
}

.area20 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area21 {
    background: #FFFFFF;
}

.area21 .title {
    padding: 40px 0 16px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area21 .title-extend {
    margin-bottom: 49px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #666666;
}

.area21 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 69px;
    overflow: hidden;
}

.area21 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area22 {
    background: rgba(245, 247, 251, 0.39);
}

.area22 .title {
    padding: 40px 0 16px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area22 .title-extend {
    margin-bottom: 64px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #666666;
}

.area22 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 69px;
    overflow: hidden;
}

.area22 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area23 {
    background: #FFFFFF;
}

.area23 .content {
    width: 1200px;
    margin: 0 auto;
    padding: 68px 0 68px;
    overflow: hidden;
}

.area23 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area24 {
    background: rgba(245, 247, 251, 0.39);
}

.area24 .title {
    padding: 40px 0 16px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area24 .title-extend {
    margin-bottom: 57px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #666666;
}

.area24 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 72px;
    overflow: hidden;
}

.area24 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area25 {
    background: #FFFFFF;
}

.area25 .content {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 80px;
    overflow: hidden;
}

.area25 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area26 {
    background: rgba(245, 247, 251, 0.39);
}

.area26 .title {
    padding: 40px 0 46px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area26 .content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 68px;
    overflow: hidden;
}

.area26 .content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.area27 {
    position: relative;
    background: #FFFFFF;
}

.area27 .title {
    padding: 40px 0 46px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}

.area27 .content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 100px;
    overflow: hidden;
}

.area27 .content .swiper .swiper-slide {
    width: 268px;
    height: 100%;
}

.area27 .content .swiper img {
    width: 268px;
    height: 100%;
}

.area27 .content .swiper-button-prev {
    left: 250px;
    width: 61px;
    height: 122px;
    background: rgba(245, 247, 251, 0.39);
    border-radius: 6px;
    color: #B2CCFD;
    font-size: 20px;
}

.area27 .content .swiper-button-next {
    right: 250px;
    width: 61px;
    height: 122px;
    background: rgba(245, 247, 251, 0.39);
    border-radius: 6px;
    color: #B2CCFD;
    font-size: 20px;
}

.area28 {
    background-image: url(/assets/addons/jdgw/image2/product-function/area28.png);
    background-size: contain;
}

.area28 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    padding: 48px 0 48px;
    overflow: hidden;
}

.area28 .btn {
    width: 168px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 6px;
    color: #0071EF;
    font-size: 18px;
    background-color: #FFFFFF;
}

.area28 .title {
    padding: 20px 0 0;
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
}