.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: 1000px;
    background: url('../../img/202301/projduct/chise/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: 130px;
    width: 100%;
    min-height: 100px;
    margin-left: -35px;
    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 .nav{
    top: 700px;
    margin-left: -25px;
    position: absolute;
    width: 1225px;
    /*background: url(../../img/202301/projduct/btn.png) no-repeat;*/
    height: 220px;
}
.cont1 .nav a{
    font-size: 24px;
    font-weight: bold;
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    height: 220px;
	cursor:pointer;
    background: url(../../img/231025/product/btn.png) no-repeat;
}
.cont1 .nav a:nth-child(1){
    background-position: 0 0;
}
.cont1 .nav a:nth-child(2){
    background-position: -612px 0;
}
.cont1 .nav a:nth-child(1).on{
    background-position: 0 -220px;
}
.cont1 .nav a:nth-child(2).on{
    background-position: -612px -220px;
}

.cont2 {
    height: 1200px;
}

.cont2 .cont2-title {
    text-align: center;
}
.cont2 h4::after{
    width: 40%;
    left: 359px; 
}

.cont2 .cont2-title p{
    font-size: 21px;
    color: #000;
    width: 90%;
    text-align: left;
    margin: 0 auto;
}
.cont2 .cont2-box {
    margin: 90px auto 0;
    overflow: hidden;
    color:#000;
}

.cont2 .cont2-box .cont2-item {
    margin: 0 20px;
    text-align: center;
    float: left; 
    width: 360px;
}
.cont2 .cont2-box .cont2-item:last-child{
    margin-right:0;
}
.cont2 .cont2-box .cont2-item span{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #000;
    color: #ffdd1f;
    font-size: 72px;
    font-weight: bold;
    line-height: 160px;
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
}
.cont2 .cont2-box .cont2-item .cibtxt {
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.cont2 .cont2-box .cont2-item p {
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 150%;
}
.cont2 .role{
    background: url(../../img/202301/projduct/chise/role.png) no-repeat top center;
    width: 100%;
    height: 756px;
    position: absolute;
    top: 380px;
}

.cont3 {
    position: relative;
    height: 830px;
    overflow: hidden;
    width: 100%;
}
.cont3 .cont3-title{
    text-align: center;
    margin-top: 90px;
}
.cont3 h4::after {
    width: 30%;
    left: 418px;
}
.cont3 .cont3-title p {
    font-size: 21px;
    color: #000;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.cont3 .cont3-box {
    position: relative;
    top: 40px;
    width: 1260px;
    margin: 0px -30px;
}
.cont3 .cont3-item {
    float: left;
    width: 409px;
    height: 239px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}
.cont3 .cont3-item img{
    width: 100%;
    height: 100%;
}
.cont3 .cont3-item:nth-child(3),
.cont3 .cont3-item:nth-child(6){
    margin-right: 0;
}
.cont3 .cont3-item h6{
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.cont3 .cont3-item b{
    font-size: 46.26px;
    font-weight: bold;
    color: #ffdd1f;  
}

.cont3 .cont3-item p{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}
.cont3 .cont3-item .cp-btn:hover{
    text-decoration: underline;
}


.cont4 {
    width: 100%;
    height: 560px;
    background: url(../../img/202301/projduct/game-bg.jpg) no-repeat top center;
}

.cont4 .cont4-title {
    background: url(../../img/202301/projduct/icon.png) no-repeat;
    width: 668px;
    height: 373px;
    position: absolute;
    top: 80px;
    left: 14%;
}
@media screen and (max-width: 1800px) {
	.cont4 .cont4-title{
		left: 8%;
	}
}
@media screen and (max-width: 1500px) {
	.cont4 .cont4-title{
		left: 11%;
	}
}
@media screen and (max-width: 1366px) {
	.cont4 .cont4-title{
		left: 9%;
	}
}
.cont4 .cont4-title h5{
    display: block;
    font-size: 34.14px;
    color: #fff;
    font-weight: bold;
    width: 700px;
    margin: 15px 0 50px 60px;
    line-height: 180%;
}
.cont4 .cont4-title p{
    font-size: 21px;
    color: #fff;
    width: 700px;
    margin-left: 60px;
    line-height: 215%;
}
.cont4 .cont4-title a{
    font-size: 21px;
    color: #fff;
    width: 700px;
}
.cont7 {
    height: 1150px;
    background: url(../../img/202301/projduct/chise/box-bg.jpg) no-repeat center 180px;
    width: 100%;
}

.cont7 .cont7-title {
    text-align: center;
    margin-top: 40px;
}
.cont7 .cont7-title span{
	background: url(../../img/202301/projduct/icon1.png) no-repeat top center;
	width:749px;
	height:138px;
	text-align:center;
    font-size: 34px;
    color: #ffdd1f;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    line-height: 115px;
}
.cont7 .cont7-box {
    position: relative;
    width: 860px;
    margin: 133px auto 0 140px;
    height: 590px;
    z-index: 0;
}
.cont7 .cont7-box-text{
    position: absolute;
}
.cont7 .cont7-box .cont7-box-text1{
    top: -25px;
    left: -220px;
}
.cont7 .cont7-box .cont7-box-text2{
    top: -62px;
    right: -225px;
}
.cont7 .cont7-box .cont7-box-text3{
    top: 245px;
    left: -220px;
}
.cont7 .cont7-box .cont7-box-text4{
    top: 140px;
    right: -128px;
}
.cont7 .cont7-box .cont7-box-text5{
    top: 272px;
    right: -225px;
}
.cont7 .cont7-box .liner{
    position: relative;
}
.cont7 .cont7-box .cont7-box-text1 .liner::before{
    position: absolute;
    top: 8px;
    right: 0;
    left: 160px;
    bottom: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 202px;
}
.cont7 .cont7-box .cont7-box-text1 .liner::after{
    position: absolute;
    left: 333px;
    right: 0;
    top: 85px;
    bottom: 0;
    content: "";
    width: 235px;
    background-color: #000;
    height: 2px;
    transform: rotate(41deg);
}
.cont7 .cont7-box .cont7-box-text2 .liner::before{
    position: absolute;
    top: 5px;
    right: 0;
    left: 54px;
    bottom: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 178px;
}
.cont7 .cont7-box .cont7-box-text2 .liner::after{
    position: absolute;
    left: -28px;
    right: 0;
    top: 48px;
    bottom: 0;
    content: "";
    width: 105px;
    background-color: #000;
    height: 2px;
    transform: rotate(124deg);
}
.cont7 .cont7-box .cont7-box-text3 .liner::before{
    position: absolute;
    top: 5px;
    right: 0;
    left: 160px;
    bottom: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 330px;
}
.cont7 .cont7-box .cont7-box-text3 .liner::after{
    position: absolute;
    left: 311px;
    right: 0;
    top: -25px;
    bottom: 0;
    content: "";
    width: 85px;
    background-color: #000;
    height: 2px;
    transform: rotate(-45deg);
    display: none;
}
.cont7 .cont7-box .cont7-box-text4 .liner::before{
    position: absolute;
    top: 5px;
    right: 0;
    left: -20px;
    bottom: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 235px;
}
.cont7 .cont7-box .cont7-box-text4 .liner::after{
    position: absolute;
    left: -101px;
    right: 0;
    top: -22px;
    bottom: 0;
    content: "";
    width: 85px;
    background-color: #000;
    height: 2px;
    transform: rotate(39deg);
    display: none;
}
.cont7 .cont7-box .cont7-box-text5 .liner::before{
    position: absolute;
    top: 95px;
    right: 0;
    left: -107px;
    bottom: 0;
    border-bottom: 2px solid #000;
    content: "";
    width: 163px;
}
.cont7 .cont7-box .cont7-box-text5 .liner::after{
    position: absolute;
    left: -252px;
    right: 0;
    top: 41px;
    bottom: 0;
    content: "";
    width: 165px;
    background-color: #000;
    height: 2px;
    transform: rotate(40deg);
}

.cont7 .cont7-box .dian{
    position: relative;
}
.cont7 .cont7-box .dian span{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50px;
    position: absolute;
}
.cont7 .cont7-box .cont7-box-text1 .dian{
    top: 161px;
    left: 536px;
}
.cont7 .cont7-box .cont7-box-text2 .dian{
    top: 90px;
    left: -10px;
}
.cont7 .cont7-box .cont7-box-text3 .dian{
    top: 2px;
    left: 490px;
}
.cont7 .cont7-box .cont7-box-text4 .dian{
    top: 2px;
    left: -22px;
}
.cont7 .cont7-box .cont7-box-text5 .dian{
    top: -18px;
    left: -240px;
}
.cont7 .cont7-box p{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}
.cont7 .cont7-box p span{
    display: block;
    font-size: 21px;
    color: #575757;
    font-weight: normal;
}
.cont7 .cont7-box .cont7-box-text1 p{
    margin-left: 175px;
}
.cont7 .cont7-box .cont7-box-text2 p{
    margin-right: 180px;
    text-align: right;
}
.cont7 .cont7-box .cont7-box-text3 p{
    margin-left: 175px;
}
.cont7 .cont7-box .cont7-box-text4 p{
    text-align: right;
    margin-right: -5px;
}
.cont7 .cont7-box .cont7-box-text5 p{
    text-align: right;
}
.cont7 .cont7-box .cont7-box-text p::after{
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.cont7 .cont7-box .cont7-box-text p:hover::after{
    transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}

.cont7 .cont7-box .cont7-box-text1 p::after{
    background: url(../../img/202301/projduct/chise/box-icon1.png) no-repeat;
    content: "";
    display: block;
    width: 166px;
    height: 166px;
    position: absolute;
    top: 0;
    left: 0;
}
.cont7 .cont7-box .cont7-box-text2 p::after{
    background: url(../../img/202301/projduct/chise/box-icon2.png) no-repeat;
    content: "";
    display: block;
    width: 166px;
    height: 166px;
    position: absolute;
    top: 0;
    right: 0;
}
.cont7 .cont7-box .cont7-box-text3 p::after{
    background: url(../../img/202301/projduct/chise/box-icon3.png) no-repeat;
    content: "";
    display: block;
    width: 166px;
    height: 166px;
    position: absolute;
    top: 0;
    left: 0;
}
.cont7 .cont7-box .cont7-box-text4 p::after{
    background: url(../../img/231025/product/feiduichen/box-icon5.png) no-repeat;
    content: "";
    display: block;
    width: 166px;
    height: 166px;
    position: absolute;
    top: -35px;
    left: 200px;
}
.cont7 .cont7-box .cont7-box-text5 p::after{
    background: url(../../img/202301/projduct/chise/box-icon4.png) no-repeat;
    content: "";
    display: block;
    width: 166px;
    height: 166px;
    position: absolute;
    top: 80px;
    right: -25px;
}

.cont7 li{
    float: left;
    text-align: center;
    margin-left: 192px;
    margin-top: -30px;
}
.cont7 li span{
    width: 140px;
    height: 140px;
    background-color: #000;
    border-radius: 50%;
    color: #ffdd1f;
    font-weight: bold;
    font-size: 35.94px;
    display: block;
    text-align: center;
    line-height: 120%;
    padding-top: 23px;
    margin: 0 auto 20px;
}
.cont7 li p{
    color: #575757;
    font-size:25.16px;
    text-align: center;
}
.cont8 {
    height: 840px;
    margin-top: 20px;
    background-color: #f7f7f7;
}

.cont8 .cont8-title {
    text-align: center;
    margin-top: 50px;
}
.cont8 h4::after {
    width: 62%;
    left: 227px;
}
.cont8 .cont8-title p{
    font-size: 21px;
    color: #000;
    width: 90%;
    text-align: center;
    margin: 45px auto 20px;
    font-weight: bold;
}
.cont8 #effect{
    position: relative;
    width: 1260px;
    margin-left: -20px;
}
#effect .effect{
    padding-bottom: 65px;
}
#effect  .swiper-slide {
	width: 897px;
	height: 492px;
}
#effect .swiper-slide-prev::after,
#effect .swiper-slide-next::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    left: 0;
    border-radius: 15px;
}
#effect .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}
#effect .swiper-pagination-bullet-active{
    width: 60px;
    border-radius: 10px;
    background-color: #ffdd1f;
}

#effect .swiper-button-next,
#effect .swiper-button-prev{
    background: url(../../img/202301/pinpai/lr.png) no-repeat;
    width: 90px;
    height: 80px;
    position: absolute;
    z-index: 10;
    top: 43%;
    cursor:pointer;
}
#effect .swiper-button-prev{
    background-position: 0 0;
    left:-55px;
}
#effect .swiper-button-next{
    background-position: -105px 0;
    right: -55px;
}

.dnum3 {
    color: #c20001;
}

.cont2-title,
.cont3-title,
.cont6-title,
.cont7-title,
.cont8-title,
.cont9-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: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
    opacity: 1;
}

.active.cont2-title,
.active.cont3-title,
.active.cont4-title,
.active.cont6-title,
.active.cont7-title,
.active.cont8-title,
.active.cont9-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;
}
/*
.active.cont11-img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    opacity: 1;
}
*/
.cont12 {
    background: url("../../img/cont12-bg1.jpg") no-repeat center;
    width: 100%;
    height: 463px;
}


.cont5 .cont-wrap,
.cont6 .cont-wrap {
    width: 1400px;
}



.pop-tc{
	background: url("../../img/221107/tc.png") no-repeat center;
    width: 1053px;
    height: 499px;
	position:fixed;
	z-index:1001;
	top:50%;
	left:50%;
	display:none;
	margin: -275px 0 0 -525px;
}
.pop-tc .close{
    width: 64px;
    height: 64px;
    right: -30px;
    top: 50px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    opacity: 1;
	background:url("../../img/221107/close.png") no-repeat center;
	-webkit-transition: -webkit-transform 2s ease-out;
    transition: -webkit-transform 2s ease-out;
}
.pop-tc .close:hover{
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.fc{
	background:url(../../img/221107/fc1.png) no-repeat center top/100%;
	width:180px;
	height:270px;
	display:none;
	position:fixed;
	float: left;
    top: 15%;
    right: 10px;
    cursor: pointer;
    z-index: 10;
	
}

.mask{
	z-index: 1000;
    border: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.8;
    position: fixed;
    display:none;
}
