.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: 600px;
  /*  background: url('../../img/202301/system/head.jpg') no-repeat top center;*/
    background: url('../../img/231025/system/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: 95px;
    width: 100%;
    min-height: 100px;
    margin-left: -30px;
    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;
}
.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 0 -10px;
    width: 1300px;
    overflow: hidden;
}

.cont2 .cont2-box .cont2-item {
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    float: left;
    width: 405px;
    height: 258px;
    cursor: pointer;
    position: relative;
}


.cont2 .cont2-box .cont2-item span {
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-top: -235px;
    margin-left: 25px;   
    position: absolute; 
    display: block;
}
.cont2 .cont2-box .cont2-item .z{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.75);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.cont2 .cont2-box .cont2-item .z p{
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: unset;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;    
}
.cont2 .cont2-box .cont2-item:hover span{
    display: none;
}
.cont2 .cont2-box .cont2-item:hover .z{
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    opacity: 1;
}

.cont3 {
    margin-bottom: 80px;
    padding-top: 50px;

}

.cont3 .cont3-title {
    text-align: center;
}

.cont3 .cont3-title h4::after {
    width: 38%;
    left: 370px
}

.cont3 .video {
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.cont3 .video .v-btn{
    background: url(../../img/202301/system/v-btn.png) no-repeat;
    width: 88px;
    height: 88px;
    display: block;
    position: absolute;
    top: 257px;
    left: 548px;
}
.cont4 {
    height: 800px;
    padding-top: 50px;
    background-color: #f7f7f7;
}

.cont4 .cont4-title {
    text-align: center;
}

.cont4 .cont4-title h4::after {
    width: 48%;
    left: 311px;
}

.cont4 .price {
    padding-top: 10px;
    text-align: center;
}

.pop-video{
    display: none;
    position: fixed;
    z-index: 1001;
    top: 15%;
    left: 50%;
    width: 1200px;
    height: 676px;
    margin-left: -610px;
    border: 1px solid #ffc107;
}

.pop-video .close{
    width: 64px;
    height: 64px;
    right: -65px;
    top: -15px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    opacity: 1;
	background:url("../../img/202301/system/close-icon.png") no-repeat center;
	-webkit-transition: -webkit-transform 2s ease-out;
    transition: -webkit-transform 2s ease-out;
}
/*.pop-video .close:hover{
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}*/

.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;
}


