.module-style h1 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 54px;
}

.module-style p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
}

.module-style>p {
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 50px;
}
/* 布局1 */
.module-style1 ul {
    margin-bottom: 50px;
}
.module-style1 ul li {
    float: left;
    margin-bottom: 54px;
    overflow: hidden;
}
.module-style1 .style1-breif {
    margin-left: 20px;
}
.module-style1 .style1-breif p {
    margin-top: 20px;
}
/* 布局2 */
.module-style2 {
    background: #f9fafd;
    padding: 100px 0;
}

.module-style2 img {
    display: block;
    margin: auto;
}
/* 布局3 */
.module-style3 {
    padding: 100px 0 120px;
}

.module-style3>div {
    margin-bottom: 140px;
    padding-top:100px; margin-top:-100px;
}

.module-style3>div:last-child {
    margin-bottom: 0;
}

.module-style3>div:nth-of-type(2n-1) .module-style3-brief {
    margin-left: 80px;
}

.module-style3>div:nth-of-type(2n) .module-style3-brief {
    margin-right: 80px;
}

.module-style3 .module-style3-img img {
    width: 540px;
    height: 320px;
}

.module-style3 .module-style3-brief {
    width: 576px;
}

.module-style3 .module-style3-brief p {
    margin: 20px 0;
}

.module-style3 .module-style3-brief h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 42px;
}

.module-style3 .module-style3-brief a {
    color: #037AFF;
    font-size: 16px;
    line-height: 54px;
}

.module-style3 .module-style3-brief .icon-more-blue {
    background: url(../images/arrow-right.png?v=20230420091656) no-repeat center;
    background-size: 5px 9px;
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-left: 12px;
}

.module-style3 .module-style3-brief ul li {
    width: 288px;
    float: left;
    margin-bottom: 20px;
}

.module-style3 .module-style3-brief .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: top;
}
/* 布局4 */
.module-style4 {
    padding: 100px 0;
}

.module-style4 img {
    height: 420px;
    border-radius: 4px;
}

.module-style4 ul li {
    float: left;
    height: 420px;
    border-radius: 4px;
    position: relative;
    transition: all 500ms;
    overflow: hidden;
    margin-left: 10px;
}
.module-style4 ul li.cur h4 {
    font-size: 22px;
    margin-top: 280px;
}
.module-style4 ul li.cur p {
    display: block;
}
.module-style4 .module-style4-tit {
    width: 100%;
    height: 420px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), #000000);
    border-radius: 0px 0px 4px 4px;
    bottom: 0;
    color: #fff;
    padding: 30px;
}
.module-style4 .module-style4-tit h4 {
    font-size: 16px;
    margin-top: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module-style4 .module-style4-tit p {
    color: #ccc;
    margin-top: 10px;
    display: none;
}
/* 布局5 */
.module-style5 {
    padding: 50px 0 70px;
    background: url(../images/bottom_bg.png?v=20230420091656) no-repeat center;
}

.module-style5 .swiper-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid #999999;
    border-radius: 50%;
    top: 32px;
    cursor: pointer;
    z-index: 20;
}

.module-style5 .swiper-left {
    background: url(../images/swiepr-left.png?v=20230420091656) no-repeat center #fff;
    background-size: 8px 14px;
    right: 100px;
    opacity: 0.5;
}

.module-style5 .swiper-right {
    background: url(../images/swiper-right.png?v=20230420091656) no-repeat center #fff;
    background-size: 8px 14px;
    right: 40px;
}

.module-style5 .swiepr-pagination {
    text-align: center;
}

.module-style5 .swiepr-pagination .swiper-pagination-bullet {
    margin-top: 30px;
    width: 32px;
    height: 4px;
    opacity: 0.2;
    background: #ffffff;
    border-radius: 0;
}

.module-style5 .swiepr-pagination .swiper-pagination-bullet:first-child {
    border-radius: 2px 0 0 2px;
}

.module-style5 .swiepr-pagination .swiper-pagination-bullet:last-child {
    border-radius: 0 2px 2px 0;
}

.module-style5 .swiepr-pagination .swiper-pagination-bullet-active {
    opacity: 0.6;
}

.module-style5 h1 {
    margin: 50px 0;
    color: #fff;
}

.module-style5 .style5-content {
    background: #fff;
}

.module-style5 .style5-content ul li {
    padding: 20px;
    overflow: hidden;
}

.style5-left img {
    width: 240px;
    height: 240px;
    border-radius: 4px;
}

.style5-right {
    width: 848px;
    margin-left: 40px;
    margin-top: 20px;
}

.style5-right p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 24px;
}

.style5-right .style5-tit img {
    width: 44px;
    height: 40px;
}

.style5-right .style5-tit h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 40px;
    margin-left: 17px;
}
/* 布局6 */

.module-style6 .style6-brief {
    width: 540px;
    /*margin-right: 74px;*/
}

.module-style6 h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 28px;
}

.module-style6>div {
    padding-top: 70px;
}

.module-style6 .style6-brief-content {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
    height: 40px;
    padding-left: 36px;
    background: url(../images/products-znmz/drop.png?v=20230420091656) repeat-y left center;
}

.module-style6 .style6-brief-content p {
    display: none;
}

.style6-brief ul li {
    position: relative;
    cursor: pointer;
}

.style6-brief ul li .drop2 {
    display: inline-block;
    width: 8px;
    height: 3px;
    background-color: #333;
    margin-right: 28px;
    vertical-align: super;
}

.style6-brief ul li.active .style6-brief-content {
    height: 140px;
}

.style6-brief ul li.active .style6-brief-content p {
    display: block;
}

.style6-brief ul li.active .rhombus {
    width: 9px;
    height: 9px;
    background: #037aff;
    left: -30px;
    top: 7px;
    transform: rotate(45deg);
}

.style6-brief ul li.active h2 .drop2 {
    background-color: #037aff;
}

.style6-brief ul li.active h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #037aff;
    line-height: 30px;
}

.style6-img .style6-bg {
    width: 600px;
    height: 360px;
    left: 20px;
    bottom: 20px;
    background: linear-gradient(140deg, #cbe7ff 3%, #d9e3ff 94%);
    z-index: -1;
    border-radius: 4px;
}

.style6-img img {
    width: 600px;
    height: 360px;
    border-radius: 4px;
}
/* 布局7 */
.module-style7 {
    padding: 100px 0;
    background: url(../images/products-znmz/bg2.png?v=20230420091656) no-repeat center;
}
.module-style7 ul li {
    float: left;
    color: #333333;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgba(0,34,72,0.04); 
    position: relative;
    margin-bottom: 24px;
    cursor: pointer;
}
.module-style7 ul li i {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    cursor: pointer;
}
.module-style7 ul li h3 {
    margin-top: 20px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 27px;
}
.module-style7 ul li span {
    display: inline-block;
    width: 67px;
    height: 100px;
    position: absolute;
    right: 20px;
    top: 0;
}
.module-style7 ul:first-of-type li {
    width: 222px;
    height: 270px;
    margin-right: 22px;
}
.module-style7 ul:first-of-type li:hover {
    background: url(../images/products-znmz/bg-hover.png?v=20230420091656) no-repeat right bottom #037AFF;
}
.module-style7 ul:first-of-type li:hover h3 {
    transform: translateY(-75px);
    color: #fff;
    transition: all 2s;
}
.module-style7 ul:first-of-type li:hover i {
    transform: translateY(-75px);
    transition: all 2s;
}
.module-style7 ul:first-of-type li i {
    margin-top: 104px;
    margin-left: 30px;
}
.module-style7 ul:first-of-type li h3 {
    width: 144px;
}
.module-style7 ul:first-of-type li:last-child {
    margin-right: 0;
}
.module-style7 ul:last-of-type li {
    width: 588px;
    height: 170px;
    margin-right: 24px;
}
.module-style7 ul:last-of-type li:hover {
    color: #fff;
    background-color: #037AFF;
}
.module-style7 ul:last-of-type li i {
    margin-top: 30px;
    margin-left: 30px;
}
.module-style7 ul:last-of-type li:last-child {
    margin-right: 0;
}
/* 布局8 */
.module-style8 {
    padding: 100px 0 120px;
}
.module-style8 ul li {
    float: left;
    width: 320px;
    margin-right: 120px;
}
.module-style8 ul li:last-child {
    margin-right: 0;
}
.module-style8 ul li img {
    display: block;
    margin: auto;
}
.module-style8 ul li h2 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 27px;
    margin: 20px 0 10px;
}
.module-style8 ul li p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 26px;
}
/* 布局9 */
.module-style9 {
    padding: 100px 0;
}
.module-style9 ul li {
    width: 588px;
    height: 180px;
    border-radius: 4px;
    box-shadow: 0px 4px 24px 0px rgba(5,33,65,0.20); 
    float: left;
    position: relative;
    padding: 40px;
    margin-right: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    border: 1.5px solid #fff;
}
.module-style9 ul li:nth-child(2n) {
    margin-right: 0;
}
.module-style9 ul li h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 36px;
}
.module-style9 ul li img {
    width: 170px;
    height: 138px;
    right: 0;
    bottom: 0;
}
.module-style9 ul li p {
    width: 368px;
}
.module-style9 ul li:hover {
    background-color: #037AFF;
    border: 0;
}
.module-style9 ul li:hover p,
.module-style9 ul li:hover h2 {
    color: #fff;
}
/* 布局10 */
.module-style10 {
    padding: 100px 0 68px;
}
.module-style10 .module-style>p,
.module-style10 h1 {
    color: #ffffff;
}
.module-style10 ul li {
    float: left;
    width: 282px;
    height: 260px;
    background: #ffffff;
    border-radius: 4px;
    padding: 28px 40px;
    margin-right: 18px;
    margin-bottom: 24px;
}
.module-style10 ul li h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 30px;
    margin: 10px 0;
}
.module-style10 ul li p {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}
/* 布局11 */
.module-style11 {
    padding-top: 100px;
}
.module-style11 .style11-breif>div {
    width: 588px;
    height: 400px;
    margin-right: 24px;
    padding: 50px;
}
.module-style11 .style11-breif>div:first-child {
    background: url(../images/products-fusion/media.png?v=20230420091656) no-repeat center;
    background-size: contain;
}
.module-style11 .style11-breif>div:last-child {
    background: url(../images/products-fusion/personal.png?v=20230420091656) no-repeat center;
    background-size: contain;
    margin-right: 0;
}
.module-style11 .style11-breif h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    line-height: 48px;
    text-align: left;
}
.module-style11 .style11-breif p {
    width: 352px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 30px;
}
.module-style11 ul li {
    margin: 60px 0 80px;
    width: 380px;
    height: 300px;
    background: #ffffff;
    border-radius: 4px;
    float: left;
    padding: 20px;
    margin-right: 30px;
}
.module-style11 ul li:last-child {
    margin-right: 0;
}
.module-style11 ul li:hover {
    box-shadow: 0px 0px 40px 0px rgba(8,64,126,0.10); 
}
.module-style11 ul li img {
    display: block;
    margin: auto;
}
.module-style11 ul li h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 36px;
    margin-top: 18px 0 8px;
}
.module-style11 ul li p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 26px;
}
/* 布局12 */
.module-style12 {
    padding: 100px 0;
}
.module-style12 .style12-right ul li {
    width: 600px;
    margin-left: 100px;
    padding: 23px 40px;
    margin-bottom: 10px;
    text-align: left;
    color: #333333;
    cursor: pointer;
}
.module-style12 .style12-right ul li h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
}
.module-style12 .style12-right ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
}
.module-style12 .style12-right ul li.active {
    background: url(../images/products-digital/bg-right.png?v=20230420091656) no-repeat center;
    background-size: contain;
} 
.module-style12 .style12-right ul li:hover h3,
.module-style12 .style12-right ul li.active h3 {
    color: #F9D8AA;
}
.module-style12 .style12-right ul li:hover p,
.module-style12 .style12-right ul li.active p {
    color: #fff;
}
.module-style12 .style12-right ul li:hover {
    background: url(../images/products-digital/bg-right.png?v=20230420091656) no-repeat center;
    background-size: contain;
}
/* 布局13 */
.module-style13 {
    padding-top: 100px;
}
.module-style13 ul li {
    float: left;
    position: relative;
}
.module-style13 ul li>p {
    width: 140px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #544960;
    line-height: 24px;
    position: absolute;
    left: 16px;
}
.module-style13 ul li>.top {
    top: 10px;
}
.module-style13 ul li>.bot {
    bottom: 0;
}
.module-style13 ul li .style13-bottom,
.module-style13 ul li .style13-top {
    text-align: center;
    left: 16px;
}
.module-style13 ul li .style13-top {
    top: 50px;
}
.module-style13 ul li .style13-bottom {
    bottom: 46px;
}
.module-style13 ul li .style13-bottom>div,
.module-style13 ul li .style13-top>div {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    background: linear-gradient(135deg,#544960, #312640);
    border-radius: 8px;
    padding: 20px;
}
.module-style13 ul li .bluebg>div {
    background: linear-gradient(135deg,#5f73c6, #354897);
}
.module-style13 ul li .bluebg .line-dashed {
    border-left: 2px dashed #5062ae;
}
.module-style13 ul li .style13-top>div {
    margin-top: 16px;
}
.module-style13 ul li .style13-bottom>div {
    margin-bottom: 16px;
}
.module-style13 .line-dashed {
    display: inline-block;
    height: 41px;
    border-left: 2px dashed #544960;
}
.module-style13 .style13-top .line-dashed {
    margin: 5px 0 10px;
}
.module-style13 .style13-bottom .line-dashed {
    margin: 10px 0 5px;
}
.module-style13 ul li .style13-center {
    width: 100%;
    height: 2px;
    background: #544960;
    top: 50%;
}
.module-style13 ul li .style13-center .circle {
    width: 32px;
    height: 32px;
    background: #544960;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 2px rgba(84,73,96,0.15); 
    color: #fff;
    text-align: center;
    line-height: 30px;
    left: calc(50% - 16px);
    top: -16px
}
.module-style13 ul li .style13-center .blue {
    width: 24px;
    height: 24px;
    background: #5062ae;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 1px rgba(80,98,174,0.15); 
    text-align: center;
    top: -12px;
    left: calc(50% - 12px);
}
.module-style13 ul li .style13-center .blue>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 0.2;
    background: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
}
.module-style13 .swiper-btn {
    width: 16px;
    height: 36px;
    opacity: 0.15;
    border-radius: 8px;
    top: 300px;
    cursor: pointer;
}
.module-style13 .swiper-left {
    background: url(../images/swiper-left-white.png?v=20230420091656) no-repeat center #000000;
    background-size: 6px 10px;
    left: -30px;
}
.module-style13 .swiper-right {
    background: url(../images/swiper-right-white.png?v=20230420091656) no-repeat center #000000;
    background-size: 6px 10px;
    right: -30px;
}
/* 布局14 */
.module-style14 {
    padding: 100px 0;
}
.module-style14 ul li {
    float: left;
    margin-right: 30px;
}
.module-style14 ul li:nth-child(2n-1){
    margin-top: 20px;
}
.module-style14 ul li:nth-child(2n){
    margin-top: -25px;
}
.module-style14 ul li:last-child {
    margin-right: 0;
}
.module-style14 ul li i {
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    background: linear-gradient(180deg,#0794ff, #037aff);
    border: 3px solid rgba(3,122,255,0.20);
    border-radius: 50%;
    margin-top: 40px;
}
.style14-box {
    width: 216px;
    height: 226px;
    background: url(../images/products-m2oplus/bgq.png?v=20230420091656) no-repeat center;
    background-size: 232px 242px;
    overflow: hidden;
}

.style14-box img {
    display: block;
    margin: 0 auto;
    margin-top: 46px;
}
.style14-box h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 30px;
    margin-top: 18px;
}
.style14-box p {
    font-size: 14px;
    padding: 0 38px;
    transform: translateY(80px);
}
.style14-box:hover {
    background: url(../images/products-m2oplus/bg1-hover.png?v=20230420091656) no-repeat center;
    background-size: 232px 242px;
}
.style14-box:hover img {
    display: none;
}
.style14-box:hover h3 {
    transform: translateY(20px);
    transition: 0.5s;
    color: #fff;
}
.style14-box:hover p {
    transform: translateY(30px);
    transition: 0.5s;
    color: #fff;
}
.line {
    left: 108px;
    bottom: 0;
}
/* 布局15 */
.module-style15 {
    padding: 100px 0;
}
.style15-content .style15-img {
    width: 420px;
    height: 320px;
}
.style15-content .style15-breif {
    width: 750px;
    height: 320px;
    padding: 40px 50px;
    background: #f4f8ff;
    border-radius: 6px;
    margin-left: 30px;
}
.style15-content .style15-breif h3 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 42px;
}
.style15-content .style15-breif p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 24px;
}
.style15-content .style15-breif .label {
    left: 50px;
    bottom: 30px;
}
.style15-content .style15-breif .label span {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #037aff;
    line-height: 32px;
    background-color: rgba(21, 105, 214,.1);
    border-radius: 4px;
    padding: 12px;
    margin-right: 12px;
}
/* 布局16 */
.module-style16 {
    padding: 100px 0 80px;
}
.style16-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}
.style16-img {
    width: 740px;
    height: 530px;
    background-color: #f9fafd;
}
.style16-img img {
    width: 700px;
    height: 431px;
    display: block;
    margin: 30px auto;
}  
.style16-content .style16-brief {
    width: 352px;
    margin-left: 50px;
}
.style16-brief h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 36px;
}
.style16-brief h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 27px;
    margin: 16px 0;
}
.style16-brief .icon-1 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/media+/icon.png?v=20230420091656) no-repeat center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: text-top;
}
.style16-brief>p {
    margin: 20px 0;
}
.style16-brief ul li {
    margin-bottom: 14px;
}
.module-style16 .swiper-pagination-bullets {
    margin-top: 20px;
    text-align: center;
}
.module-style16 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #d8d8d8;
    border-radius: 3px;
    opacity: 1;
    margin: 0 2px;
}
.module-style16 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 16px;
    height: 6px;
    background: #037aff;
    border-radius: 3px;
}
/* 布局17 */
.module-style17 {
    padding: 65px 0;
}
.module-style17 h1 {
    color: #fff;
}
.module-style17 .module-style>p {
    color: #fff;
    opacity: 0.7;
}
.module-style17 .swiper-slide {
    width: 960px;
    height: 400px;
    background: #ffffff;
    border-radius: 12px;
}
.module-style17 .swiper-slide .swiper-img{
    width: 620px;
    height: 400px;
    background: #3b4451;
    border-radius: 8px 0px 0px 8px;
}
.module-style17 .swiper-slide .swiper-img img {
    display: block;
    /*margin: 10px auto;*/
}
.module-style17 .swiper-slide .swiper-brief {
    width: 340px;
    height: 400px;
    padding: 50px;
}
.module-style17 .swiper-slide .swiper-brief h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 30px;
    margin: 10px 0;
}
.module-style17 .swiper-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: 350px;
    z-index: 20;
    cursor: pointer;
}
.module-style17 .swiper-left {
    background: url(../images/swiepr-left.png?v=20230420091656) no-repeat center #ffffff;
    background-size: 6px 10px;
    left: -65px;
}
.module-style17 .swiper-right {
    background: url(../images/swiper-right.png?v=20230420091656) no-repeat center #ffffff;
    background-size: 6px 10px;
    right: -65px;
}
.module-style17 .swiper-pagination-bullets {
    margin-top: 20px;
    text-align: center;
}
.module-style17 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    opacity: 0.5;
    margin: 0 5px;
}
.module-style17 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}
/* 布局18 */
.module-style18 {
    padding: 90px 0;
}
.module-style18 ul li {
    float: left;
    width: 590px;
    height: 268px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 16px 0px rgba(5,33,65,0.04); 
    margin-top: 50px;
    margin-right: 20px;
    padding: 38px 40px;
    position: relative;
    overflow: hidden;
}
.module-style18 ul li:last-child {
    margin-right: 0;
}
.module-style18 ul li p {
    margin-top: 12px;
    width: 453px;
}
/* 布局19 */
.module-style19 {
    padding: 100px 0 39px;
}
.module-style19 h1 {
    margin-bottom: 50px;
}
.module-style19 .swiepr-pagination {
    text-align: center;
}

.module-style19 .swiepr-pagination .swiper-pagination-bullet {
    margin-top: 30px;
    width: 32px;
    height: 4px;
    opacity: 0.2;
    background: #000000;
    border-radius: 0;
}

.module-style19 .swiepr-pagination .swiper-pagination-bullet:first-child {
    border-radius: 2px 0 0 2px;
}

.module-style19 .swiepr-pagination .swiper-pagination-bullet:last-child {
    border-radius: 0 2px 2px 0;
}

.module-style19 .swiepr-pagination .swiper-pagination-bullet-active {
    opacity: 0.6;
}
.module-style19 .swiper-slide {
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0px 2px 16px 0px rgba(5,33,65,0.04); 
}
.module-style19 .s-img img {
    width: 240px;
    height: 230px;
    border-radius: 4px;
}
.module-style19 .s-content {
    width: 850px;
    margin-left: 40px;
}
.module-style19 .s-content h2 {
    margin-top: 26px;
}
.module-style19 .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle
}
.module-style19 .s-content span {
    margin: 0 18px 0 6px;
    vertical-align: middle
}
.module-style19 .s-content p {
    width: 782px;
    display: inline;
}
.module-style19 .s-content>div {
    margin-top: 10px;
}
/* 布局20 */
.module-style20 {
    padding-top: 100px;
}
.module-style20 ul li {
    float: left;
    position: relative;
}
.module-style20 ul li>p {
    width: 140px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #544960;
    line-height: 24px;
    position: absolute;
    left: 16px;
}
.module-style20 ul li>.top {
    top: 10px;
}
.module-style20 ul li>.bot {
    bottom: 0;
}
.module-style20 ul li .style20-bottom,
.module-style20 ul li .style20-top {
    text-align: center;
    left: 1px;
}
.module-style20 ul li .style20-top {
    top: 40px;
}
.module-style20 ul li .style20-bottom {
    bottom: 8px;
}
.module-style20 ul li .style20-bottom>div,
.module-style20 ul li .style20-top>div {
    width: 100%;
    height: 100px;
    background: #ffffff;
    border: 1px solid #037aff;
    border-radius: 1px;
    padding: 16px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.module-style20 ul li .bluebg>div {
    background: linear-gradient(135deg,#5f73c6, #354897);
}
.module-style20 ul li .bluebg .line-dashed {
    border-left: 2px dashed #5062ae;
}
.module-style20 ul li .style20-top>div {
    margin-top: 16px;
}
.module-style20 ul li .style20-bottom>div {
    margin-bottom: 16px;
}
.module-style20 .line-dashed {
    display: inline-block;
    border-left: 1px dashed #037aff;
    height: 20px;
}
.module-style20 .style20-top .line-dashed {
    margin: 5px 0 10px;
}
.module-style20 .style20-bottom .line-dashed {
    margin: 10px 0 5px;
}
.module-style20 ul li .style20-center {
    width: 100%;
    height: 2px;
    background-color: #037aff;
    top: 50%;
}
.module-style20 ul li .style20-center .circle {
    border-radius: 50%;
    line-height: 30px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 2px solid #037aff;
    top: -5px;
    left: calc(50% - 5px);
}
.module-style20 .swiper-btn {
    width: 16px;
    height: 36px;
    opacity: 0.15;
    border-radius: 8px;
    top: 200px;
    cursor: pointer;
}
.module-style20 .swiper-left {
    background: url(../images/swiper-left-white.png?v=20230420091656) no-repeat center #000000;
    background-size: 6px 10px;
    left: -30px;
}
.module-style20 .swiper-right {
    background: url(../images/swiper-right-white.png?v=20230420091656) no-repeat center #000000;
    background-size: 6px 10px;
    right: -30px;
}
.style20-center p {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}