.main,
.content {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}

.cont-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.cont-wrap p {
    color: #000;
}
 h4 {
    /* letter-spacing: 8px;*/
    margin-bottom: 30px;
    font-size: 55px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    color: #000;
}
 h4::after{
    background-color: #ffdd1f;
    content: "";
    position: absolute;
    width: 60%;
    height: 30px;
    top: 40px;
    left: 233px;
    z-index: -1;
}

h5 {
    display: none;
}

.cont1 {
    height: 630px;
    background: url('../../img/202301/cases/head.jpg') no-repeat top center;
	position:relative;
    margin-top: 80px;
}

.cont1-text {
    position: relative;
    float: left;
    width: 100%;
    height: 950px;
}

.cont1-slogan {
    margin-top: 195px;
    width: 100%;
    min-height: 100px;
    text-align: left;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    opacity: 0;
    z-index: 2;
}

.cont1-slogan h4 {
    font-size: 41.58px;
    font-family: Microsoft Yahei;
    overflow: hidden;
    text-align: center;
}
.cont1-slogan h4::after{
    content: none;
    background-color: unset;
}
.cont1-slogan p {
    margin-top: 15px;
    font-family: "Microsoft Yahei";
    overflow: hidden;
}
.cont1-slogan .cont1-title {
    background-color: #ffdd1f;
    color: #000;
    font-size: 27.48px;
    width: 215px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    float: left;
    cursor: unset;
	font-weight:bold;
    margin-right: 10px;
    border-radius: 25px;
}


.cont2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cont2 .cont2-title {
    text-align: center;
}
.cont2 .cont2-title h4::after{
    width: 20%;
    left: 478px;
}

.cont2 .cont2-title p{
    font-size: 21px;
    color: #000;
    width: 90%;
    text-align: left;
    line-height: 180%;
    margin: 0 auto;
}
.cont2 .cont2-box {
    margin: 40px auto;
    overflow: hidden;
}

.cont2 .cont2-box .cont2-item {
    float: left;
    width: 100%;
    height: 340px;
    cursor: pointer;
    position: relative;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    margin-top: 20px;    
}

.cont2 .cont2-item img{
    margin: 10px;
}
.cont2 .cont2-item .text{
    margin: 40px 0 0 40px;
    width: 30%;
}

.cont2 .cont2-item .text p:nth-child(2),
.cont2 .cont2-item .text p:nth-child(3){
    font-size: 35px;
    font-weight: bold;
    color: #000;
}
.cont2 .cont2-item .text p strong{
    font-size: 24px;
    color: #000;
}

.cont2 .cont2-item .text p span{
    color: #e00404;
    font-size: 45px;
    font-weight: bold;
}
.cont2 .cont2-item .info p,
.cont2 .cont2-item .info p:nth-child(2),
.cont2 .cont2-item .info p:nth-child(3){
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 100;
    padding-top: 20px;
    margin-right: 25px;
}
.cont2 .cont2-item .info i{
    font-size: 15px;
    color: #575757;
    font-style: initial;
    display: block;
}
.cont2 .more{
    background-color: #000;
    font-size: 28.45px;
    color: #ffdd1f;
    text-align: center;
    width: 320px;
    margin: 0 auto;
    display: block;
    height: 55px;
    line-height: 55px;
    border-radius: 35px;
    font-weight: bold;
}

.cont3 {
    margin-bottom: 80px;
    padding-top: 50px;

}

.cont3 .cont3-title {
    text-align: center;
}

.cont3 .cont3-title h4::after {
    width: 20%;
    left: 480px;
}

.cont3 .store-more {
    background: url(../../img/202301/cases/store5.png) no-repeat top center;
    width: 100%;
    height: 695px;
    margin-top: 50px;
    position: relative;
}



.cont2-title,
.cont6-title,
.cont7-title,
.cont8-title,
.cont3-title,
.cont10-title,
.contnews-title {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    opacity: 0;
    z-index: 2;
}


/*active*/

.active.cont1-slogan {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    opacity: 1;
}

.active.cont2-title,
.active.cont4-title,
.active.cont6-title,
.active.cont7-title,
.active.cont8-title,
.active.cont3-title,
.active.cont10-title,
.active.contnews-title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: 1;
}


