.website {
    width: 100%;
    margin-top: 115px;
}

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;
}

.website_top {
    width: 100%;
    /* height: 432px; */
}

.website_top img {
    width: 100%;
}
.website_top .website_top_img_1{
    display: none;
}

/* 案例 */

.website_case_box {
    width: 100%;
    background: #fff;
}
 .case_t{
    margin-top: -100px;
    display: flex;

}
.case-box{
    width: 260px;
    height: 260px;
    margin:auto; 
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case_t_box p span{
    font-size: 80px
}
.case_t .case_t_box b{
    font-size: 24px
}
.spsb{
    font-size: 50px
}
 .case_t .case_t_box{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: #fff;
    border: 1px dashed #c2c3c6;
    display: flex;
    align-items: center;
    justify-content: center;   
    flex-direction: column;
   box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.website_case_top{
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 20px 0px 20px;
    text-align: center;
}


.website_case_top h1 {
    max-width: 1500px;
    margin: 0 auto;
    font-size: 42px;
    font-weight: bold;
    line-height: 59px;
    color: #333333;
    margin-bottom: 10px;
}

.website_case_top h3 {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #A5A5A5;
    opacity: 0.56;
    display: none;
}


/* tab */
.website_case {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px 20px 88px 20px;
    text-align: center;
}
.website_tab {
    width: 100%;
}

.website_tab ul {
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.website_tab ul li {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin-right: 50px;
    white-space: nowrap;
    line-height: 25px;
    color: #666;
    margin-top: 23px;
}

.website_tab ul .select {
    color: #FE8000;
}


/* 案例 */
.website_case .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
    display: none;
}

.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;
}

.website_case_list {
    width: 100%;
}

.website_case_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.website_case_list ul li {
    margin: 30px 0px;
    margin-right: 23px;
    width: calc((100% - 2 * 25px)/3);
    cursor: pointer;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	
	

}

.website_case_list ul li:nth-child(3n) {
    margin-right: 0px;
}

.website_case_list ul li h2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.website_case_list ul li h2 .shadow_box {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.39);
}

.website_case_list ul li:hover .shadow_box {
    bottom: 0px;
    transition: bottom .5s;
}

.website_case_list ul li h2 .shadow_box h1 {
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 10px 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
}

.website_case_list ul li h2 .shadow_box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
	padding: 0 30px;
	margin-top: 30px;
}

.website_case_list ul li h2 img {
    width: 100%;
	/* height: 220px; */
}

.website_case_list ul li p {
    padding: 20px;
    font-size: 20px;
    color: #333333;
    text-align: left;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.website_case_list ul li .title .icon{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-250%);
	transition: all 0.3s;
}

.website_case_list ul li:hover .title .icon{
	transform: translate(-50%,-50%);
}
.website_case_list ul li  .title {
	height: 100px;
}
.website_case_list ul li .title span{
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.website_case_list ul li:hover .title span{
	transform: translateY(-250%);
}
@media screen and (max-width: 900px) {
    .website {
        margin-top: 80px;
    }
}
@media screen and (max-width: 768px) {
	.website_case_list ul li h2 img {
	    width: 100%;
		height: auto;
	}
    .website {
        margin-top: 50px;
    }
    .website_top .website_top_img{
        display: none;
    }
    .website_top .website_top_img_1{
        display: block;
    }
    .website_case_top{
        padding: 10px 20px 0px 20px;
    }
    .website_case_top  h1 {
        font-size: 21px;
        line-height: 30px;
    }
    .website_case_top h3 {
        display: block;
        line-height: 14px;
    }
    .website_case {
        padding: 0px 20px 25px 20px;
    }

    .website_tab ul li {
        width: 33%;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        margin-right: 0px;
        white-space: nowrap;
        line-height: 25px;
        color: #333333;
        margin-top: 10px;
    }

    .website_case_list ul li {
        /*pointer-events:none;*/
        margin: 10px 0px;
        /* margin-right: 15px; */
        width: 100%;
        cursor: pointer;
    }

    .website_case_list ul li:nth-child(3n) {
        margin-right: 15px;
    }

    .website_case_list ul li:nth-child(2n) {
        /*margin-right: 0px;*/
    }

    .website_case_list ul li h2 .shadow_box h1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #FFFFFF;
        margin: 40px 0 13px 0;
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 10px;
    }

    .website_case_list ul li h2 .shadow_box p {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        color: #FFFFFF;
    }

    .website_case_list ul li p {
        margin-top: 10px;
        font-size: 16px;
		font-weight: bold;
        
        line-height: 20px;
        color: #333333;
		padding-bottom: 10px;
        text-align: left;
    }

    .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);
    }
    .case_t{
        margin-top: -50px;
    }
   .case_t .case-box{
        width: 100px;
        height: 100px;

    }
  .case_t .case_t_box{
        width: 90px;
        height: 90px;
    }
    .case_t_box p span{
        font-size: 26px;
    }
    .case_t .case_t_box  b{
        font-size: 13px;
    }
    .spsb{
    font-size: 20px
    }
	.website_case_list ul li p {
	    padding: 20px;
	    font-size: 20px;
	    color: #333333;
	    text-align: left;
		font-weight: bold;
		position: relative;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: center;
		
	}
	.website_case_list ul li .title .icon{
		width: 30px;
		height: 30px;
		position: static;
		top: 0;
		left: 0;
		transform: translate(0,0);
		transition: all 0.3s;
	}
	
	.website_case_list ul li:hover .title .icon{
		transform: translate(0,0);
	}
	.website_case_list ul li  .title {
		height: 60px;
	}
	.website_case_list ul li .title span{
		transition: all 0.3s;
		position: static;
		top: 0;
		left: 0;
		transform: translate(0,0);
	}
	.website_case_list ul li:hover .title span{
		transform: translate(0,0);
	}
}