.software {
    width: 100%;
    margin-top: 115px;
    background: #fff;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.software_top {
    width: 100%;
    /* height: 432px; */
}

.software_top img {
    width: 100%;
}
.software_top .software_top_img_1{
    display: none;
}

/* 核心优势 */

.software_core_box {
    width: 100%;
    background: #fff;
    /* height: 798px; */
}

.software_core {
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 20px 111px 20px;
    text-align: center;
}

.software_core h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #333333;
}

.software_core h1 {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    color: #A5A5A5;
    opacity: 0.56;
}

.software_core .line {
    width: 54px;
    height: 0px;
    border: 1px solid #707070;
    display: inline-block;
    margin: 30px 0 24px 0;
}

.software_core .core {
    margin: 0 auto;
    max-width: 833px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    margin-bottom: 30px;
}

.software_core_list {
    width: 100%;
}

.software_core_list ul {
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.software_core_list ul li {
    /* width: 24%; */
    margin-right: 15px;
    width: calc((100% - 3 * 15px)/4);
    cursor: pointer;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

.software_core_list ul li:last-child {
    margin-right: 0;
}

.software_core_list ul li p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    padding: 50px 0;
}

.software_core_list ul li:hover {
    transform: scale(1.05);
    transition: all .5s;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}

.software_core_list ul li:hover p {
    font-weight: bold;
    line-height: 45px;
    color: #FFFFFF;
    background: #FE8000;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

.software_core_list ul li img {
    width: 100%;
    /* height: 206px; */
}


/* 我们的优势 */

.software_me_box {
    width: 100%;
    background: url(../img/software-bg.png) no-repeat;
    background-size: 100% 100%;
}

.software_me {
    max-width: 1500px;
    margin: 0 auto;
    padding: 63px 20px 147px 20px;
    text-align: center;
}

.software_me h4 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #333333;
}

.software_me h1 {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    color: #A5A5A5;
    opacity: 0.56;
}

.software_me .line {
    width: 54px;
    height: 0px;
    border: 1px solid #707070;
    display: inline-block;
    margin: 30px 0 24px 0;
}

.software_me .core {
    margin: 0 auto;
    max-width: 833px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    margin-bottom: 63px;
}

.software_me_list {
    width: 100%;
}

.software_me_list ul {
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
}

.software_me_list ul li {
    /* width: 23%; */
    margin-right: 15px;
    width: calc((100% - 3 * 15px)/4);
    height: 377px;
    background: #fff;
}
.software_me_list ul li:last-child{
    margin-right: 0;
}
.software_me_list ul li h3 {
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 40px;
    font-size: 32px;
    color: #fff;
}

.software_me_list ul li h3 strong {
    margin-top: 10px;
}

.software_me_list ul li h3 img {
    width: 60px;
    height: 60px;
}

.software_me_list ul li p {
    max-width: 282px;
    padding: 36px 0px 0px 30px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin: 0;
    color: #3A3A3A;
}

.software_me_list ul .li_1 {
    border-bottom: 2px solid rgba(254, 128, 0, 0.39);
}

.software_me_list ul li .me_1 {
    background: #FE8000;
}

.software_me_list ul .li_1:hover {
    border-bottom: 2px solid #FE8000;
}

.software_me_list ul .li_2 {
    border-bottom: 2px solid rgba(110, 125, 254, 0.39);
}

.software_me_list ul li .me_2 {
    background: #6E7DFE;
}

.software_me_list ul .li_2:hover {
    border-bottom: 2px solid #6E7DFE;
}

.software_me_list ul .li_3 {
    border-bottom: 2px solid rgba(19, 204, 199, 0.39);
}

.software_me_list ul li .me_3 {
    background: #13CCC7;
}

.software_me_list ul .li_3:hover {
    border-bottom: 2px solid #13CCC7;
}

.software_me_list ul .li_4 {
    border-bottom: 2px solid rgba(237, 95, 73, 0.39);
}

.software_me_list ul li .me_4 {
    background: #ED5F49;
}

.software_me_list ul .li_4:hover {
    border-bottom: 2px solid #ED5F49;
}

.software_me_list ul li:hover {
    transform: scale(1.05);
    transition: all .5s;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}

/* 开发案例 */

/* 开发案例 */

.software_case_box {
    width: 100%;
}

.software_case {
    max-width: 1500px;
    margin: 0 auto;
    padding: 87px 20px;
    text-align: center;
}

.software_case h3 {
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #333333;
}

.software_case h1 {
    margin: 10px 0 20px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    color: #A5A5A5;
    opacity: 0.56;
}

/* 案例列表 */
.software_case .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
}
.software_case .swiper li>p{
	text-align: left;
	font-size: 16px;
	margin-top: 20px;
	color: #333333 ;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper1 .swiper-button-prev {
    right: 50%;
    left: auto;
    transform: translateX(-105px);
}

.mySwiper1 .swiper-button-next {
    left: 50%;
    transform: translateX(105px);
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-button-prev {
    background-size: 20px 40px;
    top: auto;
    bottom: 0;
    color: #999;
}

.mySwiper1 .swiper-pagination {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    bottom: 40px;
}

#mySwiper1 .swiper-scrollbar {
    width: 100px !important;
    height: 1px;
    background-color: #2E2E2E;
    opacity: 0.85;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
    display: block !important;
}

#mySwiper1 .swiper-scrollbar-drag {
    height: 5px;
    background: #FE8000;
    border-radius: 0;
    top: -2px;
}

#mySwiper1 .swiper-pagination-current {
    font-size: 24px;
    line-height: 29px;
    color: #8F8F8F;
}

.swiper-list ul {
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* .software_case_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
 */
.swiper-list ul li {
    margin: 30px 0px;
    margin-right: 23px;
    width: calc((100% - 2 * 23px)/3);
}

.swiper-list ul li:nth-child(3n) {
    margin-right: 0px;
}

/* .swiper-list ul li h2 {} */
.swiper-list ul li:nth-child(3n) {
    margin-right: 0px;
}

.swiper-list ul li h2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom:10px; 
}

.swiper-list ul li h2 img {
    width: 100%;
}

.swiper-list ul li h2 .shadow_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    /*top: 0;*/
     bottom: -100%; 
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 32px;
    font-weight: 400;
    /* line-height: 45px; */
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.39);
    padding: 0 20px;
    /* display: none; */
}
.swiper-list ul li h2 .shadow_box h1{
    width: 100%;
    color: #fff;
    font-size: 32px;
    padding: 40px 0;
    /* margin: 0 20px; */
    color: #FFFFFF;
    border-bottom: 1px solid #ccc;
    text-align: center;
    opacity: 1;
    
}
.swiper-list ul li h2 .shadow_box p{
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-list ul li:hover .shadow_box {
    /* display: flex; */
    bottom: 0;
    transition: bottom .5s;
}


.software_case_list ul li p {
    display: flex;
    padding-left: 10px;
    margin-top: 25px;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    text-align: left;
}

@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1024px) {
    .swiper-list ul li h2 .shadow_box h1{
        font-size: 18px;
        padding: 10px 0;
        margin: 10px 0;
    }
}
@media screen and (max-width: 900px) {
    .software {
        margin-top: 80px;
    }
}
@media screen and (max-width: 768px) {
    .software {
        margin-top: 50px;
    }
    .software_top .software_top_img{
        display: none;
    }
    .software_top .software_top_img_1{
        display: block;
    }
    .software_core {
        padding: 48px 20px 20px 20px;
    }

    .software_core h4 {
        font-size: 21px;
        line-height: 30px;
    }

    .software_core .line {
        margin: 15px 0 12px 0;
    }

    .software_core .core {
        margin: 0 auto;
        max-width: 345px;
        font-weight: 400;
        line-height: 20px;
        color: #707070;
        margin-bottom: 20px;
    }

    .software_core_list ul li {
        pointer-events:none;
        margin-right: 15px;
        width: calc((100% - 1 * 15px)/2);
        cursor: pointer;
        margin: 20px 0;
        background: #fff;
        box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    }

    .software_core_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .software_core_list ul li p {
        font-size: 16px;
        font-weight: bold;
        line-height: 45px;
        color: #333333;
        padding: 50px 0;
    }

    .software_me {
        padding: 30px 20px ;
    }

    .software_me h4 {
        font-size: 21px;
        font-weight: bold;
        line-height: 30px;
        color: #333333;
    }
    .software_me .line {
        margin: 15px 0 12px 0;
    }
    .software_me .core {
        margin: 0 auto;
        max-width:345px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #707070;
        margin-bottom: 21px;
    }
    .software_me_list ul li {
        pointer-events:none;
        margin-right: 15px;
        width: calc((100% - 1 * 15px)/2);
        height: 176px;
        background: #fff;
        margin-top: 15px;
    }
	.software_case .swiper li>p{
		
		font-size: 18px;
		font-weight: bold;
		margin-top: 10px;
		
	}
    .software_me_list ul li:nth-child(2n){
        margin-right: 0;
    }
    .software_me_list ul li h3 {
        width: 100%;
        height: 55%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 20px;
        font-size: 16px;
        color: #fff;
    }
    .software_me_list ul li h3 img{
        width: 28px;
        height: 28px;
    }
    .software_me_list ul li p {
        max-width: 282px;
        padding: 20px 0px 0px 15px;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        margin: 0;
        color: #3A3A3A;
    }
    /* 开发案例 */
    .software_case{
        padding: 43px 20px;
    }
    .software_case h3 {
        font-size: 21px;
        line-height: 30px;
    }
    .software_case h1 {
        margin: 5px 0 10px 0;
        font-size: 12px;
        font-weight: bold;
        line-height: 17px;
        color: #A5A5A5;
        opacity: 0.56;
    }
    .shadow_box{
        font-size: 12px;
    }
    /* 案例列表 */
    .swiper-list ul li {
        pointer-events:none;
        margin: 15px 0px;
        margin-right: 15px;
        width: 100%;
    }
    .swiper-list ul li:nth-child(3n) {
        margin-right: 15px;
    }
    .swiper-list ul li:nth-child(2n){
        margin-right: 0px;
    }
    .swiper-list ul li h2 .shadow_box {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #FFFFFF;
        background: rgba(0, 0, 0, 0.39);
        opacity: 0.4;
    }
    .swiper-list ul li p {
        padding-left: 5px;
        margin-top: 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        color: #333333;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        font-size: 30px !important;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        font-size: 30px !important;
    }
    .mySwiper1 .swiper-button-prev {
        right: 45%;
        left: auto;
        transform: translateX(-105px);
    }
    
    .mySwiper1 .swiper-button-next {
        left: 45%;
        transform: translateX(105px);
    }
}

@media screen and (max-width: 500px) {
    .software_core_list ul li p {
        font-size: 16px;
        font-weight: bold;
        line-height: 45px;
        color: #333333;
        padding: 20px 0;
    }
	.software_core_list ul li {
	    pointer-events: none;
	    margin-right: 15px;
	    width: calc((100% - 1 * 15px)/2);
	    cursor: pointer;
	    margin: 10px 0;
	    background: #fff;
	    box-shadow: 0px 3px 25px rgb(0 0 0 / 10%);
	}
}
