.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: 1090px;
    background: url('../../img/231025/index/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: 219px;
    width: 100%;
    min-height: 100px;
    margin-left: -130px;
    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;
    margin-left: -20px;
}
.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 {
    color: #8d04e0;
    font-size: 35px;
    width: 230px;
    float: left;
    cursor: unset;
	font-weight:bold;
}

.cont1-slogan i {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: inherit;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid;
    content: "";
	margin-right:10px;
}



.cont1-slogan .cont1-btn {
    color: #000;
    background-color: #ffdd1f;
    width: 360px;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 50px;
    font-size: 26px;
    font-family: "Microsoft Yahei";
	font-weight:bold;
}

.cont1-slogan .cont1-btn:hover {
    background-color: #ffee90;
    text-decoration: none;
}

.cont1 .nav{
	margin-top: -180px;
    /* display: flex; */
    position: absolute;
    width: 100%;
    
}
.cont1 .nav a{
    font-size: 24px;
    font-weight: bold;
    width: 33.33%;
    display: block;
    float: left;
    text-align: center;
    line-height: 95px;
    height: 100px;
	cursor:pointer;
    background-color: #eaeaea;	
   /* border: 2px solid #000;
    border-radius: 0 0 10px 10px;*/
}
/*.cont1 .nav a:hover{
	text-decoration:none;
    background-color: #ffdd1f;
}*/
.cont1 .nav .on,
.cont1 .nav a:hover{
	background:url(../../img/202301/index/cont1-on.png) no-repeat top center;	
    background-size:100%;
    height: 121px;
    border:none;
    text-decoration:none;
}

.cont2 {
    height: 550px;
}

.cont2 .cont2-title {
    text-align: center;
}
.cont2 .cont2-title h4::after {
    width: 48%;
    left: 308px;
}

.cont2 .cont2-title p{
    font-size: 21px;
    color: #000;
    width: 93.5%;
    text-align: left;
    margin: 0 auto;
}
.cont2 .cont2-box {
    margin: 60px auto 0 -40px;
    width: 1400px;
    overflow: hidden;
}

.cont2 .cont2-box .cont2-item {
    margin-right: 120px;
    text-align: center;
    float: left;
    width: 228px;
    height: 228px;
    background: url(../../img/202301/index/cont2-item-bg.png) no-repeat top center;    
}


.cont2 .cont2-box .cont2-item p {
    text-align: center;
    color: #ffdd1f;
    font-size: 20.25px;
    width: 228px;
    line-height: 150%;
}
.cont2 .cont2-box .cont2-item p:first-child{
    font-size: 33.74px;
    padding-top: 60px;
}
.cont2 .cont2-box .cont2-item b {
    font-size: 66.74px;
}
.cont11 {
    padding-top: 5%;
    height: 800px;
}

.cont11 .cont11-title {
    text-align: center;
}
.cont11 .cont11-title h4::after {
    width: 31%;
    left: 414px;
}
.cont11 .cont11-box {
    margin: 85px auto 0 -85px;
    width: 1400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont11 .cont11-box li{
    width: 405px;
    height: 555px;
    border: 1px solid #767676;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}

.cont11 .cont11-box li span{
    font-size: 47px;
    color: #000;
    font-weight: bold;
    margin: 310px auto 0;
    z-index: 1;
    text-shadow: #ffdd1f 0 5px;
}
.cont11 .cont11-box li b{
    font-size: 84px;
}
.cont11 .cont11-box li p{
    color: #000;
    font-size: 40px;
    z-index: 1;
    line-height: 120%;
}
.cont11 .cont11-box li img{
    position: absolute;
    z-index: 0;
    -webkit-transition: all ease-out 400ms;
    -o-transition: all ease-out 400ms;
    transition: all ease-out 400ms;

}
.cont11 .cont11-box li:hover img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



.cont3 {
    position: relative;
    height: 920px;
    overflow: hidden;
    background: url(../../img/231025/index/cont3-bg.jpg) no-repeat top center;
    width: 100%;
}
.cont3 .cont3-title{
    background: url(../../img/231025/index/cont3-slogan.png) no-repeat top center;
    width: 840px;
    height: 300px;
    margin: 125px auto 15px;
}
.cont3 .cont3-box {
    position: relative;    
    top: 77px;
    width: 1360px;
    margin: 0 auto;
}
.cont3 .cont3-item {
    float: left;
    width: 285px;
    text-align: center;
    margin-left: 180px;
}
.cont3 .cont3-item:first-child {
    margin-left: -65px;
}
.cont3 .cont3-item h6{
  /*  font-size: 55px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;*/
    font-size: 72px;
    font-weight: bold;
    color: #ffdd1f;
    background: #000;
    border: 1px solid #fff;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 25px;
}
.cont3 .cont3-item b{
    font-size: 24px;
    font-weight: bold;
    color: #ffdd1f;  
}

.cont3 .cont3-item p{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}
.cont3 .cont3-item .cp-btn:hover{
    text-decoration: underline;
}
/*
.cont3 .cont3-item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 16.66%;
    height: 100%;
    z-index: 0;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}



.cont3 .cont3-item img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    z-index: 1;
}

.cont3 .cont3-item-hover {
    width: 20%;
}

.cont3 .cont3-item-other {
    width: 16%;
}*/
/*
.cont3 .cont3-box {
    width: 1920px;
    margin-left: -267px;

}
.cont3 .cont3-item {
    float: left;
    width: 320px;
    height: 472px;
    overflow: hidden;

}

.cont3 .cont3-item img {
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    width: 100%;
}

.cont3 .cont3-item img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
*/

.cont4 {
    padding-top: 5%;
    height: 1200px;
}

.cont4 .cont4-title {
    text-align: center;
    margin-bottom: 50px;
}
.cont4 .cont4-title h4::after {
    width: 73%;
    left: 161px;
}
.cont4 .cont4-title p{
    font-size: 21px;
    color: #000;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.cont4 .cont4-sj{
	position:relative;
    margin-bottom: 30px;
}
.cont4 .cont4-sj .cont4-text{
    width: 30%;
    position: absolute;
    top: 55px;
    right: 22px;
    margin: 0;
}
.cont4 .cont4-sj .cont4-text p{
    font-size: 21px;
    color: #bbbbbb;
}
.cont4 .cont4-sj .cont4-text p:nth-child(1){
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.cont4 .cont4-sj .cont4-text p:nth-child(2){
    color: #fff;
    font-size: 25.96px;
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
}
.cont4 .cont4-sj .cont4-text p:nth-child(3){
    color: #fff;
    font-size: 45px;
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 45px;
}
.cont4 .cont4-sj .cont4-text p:nth-child(3) span{
    color: #ffdd1f;
    font-size: 70px;
    font-family: impact;

}
.cont4 .cont4-sj .cont4-text p:nth-child(4),
.cont4 .cont4-sj .cont4-text p:nth-child(5),
.cont4 .cont4-sj .cont4-text p:nth-child(6),
.cont4 .cont4-sj .cont4-text p:nth-child(7){
    width: 160px;
}
.cont4 .cont4-sj .cont4-text p:nth-child(4),
.cont4 .cont4-sj .cont4-text p:nth-child(6){
    margin-left: 33px;
}
.cont4 .cont4-sj .cont4-text .al-btn{
    display: inline-block;
    color: #bbbbbb;
    margin-top: 20px;
    margin-left: 35px;

}
.cont4 .cont4-ex{
	width:32%;
	position:relative;
	margin-left:24px;
}
.cont4 .cont4-zy{
  margin-left: 0px;
}


.cont4 .al {
	display:none;
    text-align: center;
    border: 1px solid #c31a17;
    border-radius: 50% 50%;
    width: 25%;
    height: 32.5%;
    background-color: #c31a17;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 435%;
    position: absolute;
    margin: 10% 0 0 37%;
    z-index: 10;
}

.cont4 .cont4-img {
    /* width: 620px;
    height: 277px;*/
    border: 1px solid #eeeced;
    border-radius: 10px;
    overflow: hidden;
}

.cont4 .cont-wrap img {
    -webkit-transition: all ease-out 400ms;
    -o-transition: all ease-out 400ms;
    transition: all ease-out 400ms;
    width: 100%;
}


.cont4 img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cont4 .cont4-text {
    margin: 30px 0 0 18px;
}

.cont4 .cont4-text p {
    font-size: 24px;
    line-height: 36px;
}

.cont4 .cont4-text p span {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.cont4 .al-btn-more{
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 45px auto 80px;
    display: inline-block;
    font-weight: bold;
}

.cont6 {
    height: 900px;
    background-color: #f7f7f7;
}

.cont6 .cont6-title {
    text-align: center;
    margin-top: 50px;
}

.cont6 .cont6-title h4::after {
    width: 17%;
    height: 30px;
    top: 41px;
    left: 578px;
}
.cont6 .cont6-title p{
    font-size: 21px;
    color: #000;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.cont6 .cont6-box {
    overflow: hidden;
}

.cont6 .cont6-box .cont6-text {
    float: left;
    padding: 65px 0 0 25px;
    text-align: center;
    cursor:default;
}

.cont6 .cont6-box .cont6-text .cont6-img {
    width: 252px;
    height: 170px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cont6 .cont6-box .cont6-text .cont6-img img {
    -webkit-transition: all ease-out 400ms;
    -o-transition: all ease-out 400ms;
    transition: all ease-out 400ms;
}

/*
.cont6 .cont6-box .cont6-text .cont6-img img:hover {

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
*/
.cont6 .cont6-box .cont6-text span {
    padding-top: 10px;
    font-size: 26.29px;
    color: #000;
    font-weight: bold;
}
.cont6 .cont6-box .cont6-text p {
    padding-top: 10px;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
}

.cont7 {
    height: 834px;
    margin-top: 100px;
}

.cont7 .cont7-title {
    text-align: center;
}

.cont7 .cont7-title h4::after {
    width: 45%;
    height: 30px;
    top: 43px;
    left: 325px;
}

.cont7 .cont7-box {
    overflow: hidden;
    width: 1920px;
    background: url(../../img/202301/index/cont7-bg.jpg) no-repeat top center;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -960px;
    height: 724px;
}
.cont7 .cont7-box ul{
    width: 40%;
    overflow: hidden;
    float: left;
    margin-left: 210px;
    margin-top: 61px;
}
.cont7 .cont7-box .cont7-text {
    float: left;
    padding: 50px 0;
    width: 245px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;    
}
.cont7 .cont7-box .cont7-text:nth-child(3),
.cont7 .cont7-box .cont7-text:nth-child(6){
    border-right: none;
}
.cont7 .cont7-box .cont7-text:nth-child(4),
.cont7 .cont7-box .cont7-text:nth-child(5),
.cont7 .cont7-box .cont7-text:nth-child(6){
    border-bottom: none;
}
.cont7 .cont7-box .cont7-text h3{
    font-size: 117.96px;
    font-family: impact;
    color: #ffdd1f;
}
.cont7 .cont7-box .cont7-text span {
    font-size: 39px;
    color: #000;
    font-weight: bold;
    margin-top: -75px;
    margin-bottom: 15px;
    display: block;
}
.cont7 .cont7-box .cont7-text p {
    font-size: 21px;
    color:#575757;
}
/*
.cont7 .cont7-box .cont7-text img {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}


.cont7 .cont7-box .cont7-text img:hover{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
*/




.cont7 .cont7-img {
    width: 43%;
    height: 724px;
    cursor: pointer;
}

.cont8 {
    height: 600px;
    margin-top: 60px;
}

.cont8 .cont8-title {
    text-align: center;
    background: url(../../img/202301/index/cont8-bg.png) no-repeat top center;
    width: 616px;
    height: 106px;
    margin: 0 auto;
    color: #000;
    font-size: 45.45px;
    font-weight: bold;
    line-height: 106px;
    text-shadow: 0px 2px 0px #ffdd1f;
}


.cont8 .cont8-box {
    padding-top: 50px;
}
.cont8 .box1{
    background-color: #e3e3e3;
    height: 165px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}
.cont8 .box1 p{
    font-size: 24px;
    font-weight: bold;
    line-height: 180%;
    text-align: center;
    margin-top: 15px;
}
.cont8 .box1 p img{
    margin-top: 48px;
}
.cont8 .box1 p b{
    font-size: 35px;
    text-shadow: 0px 2px 0px #ffdd1f; 
    display: block;
    margin-top: 20px;   
}
.cont8 .box1 p:last-child b{
    margin-top: 0;
}
.cont8 .box2{
    background-color: #f7f7f7;
    height: 130px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.cont8 .box2 p{
    font-size: 30px;
    color: #767676;
    margin-left: 30px;
    font-weight: bold;
}
.cont8 .box2 p:nth-child(1){
    margin-left: 40px;
}
.cont8 .box2 p:nth-child(2){
    margin-left: 78px;
}
.cont8 .box2 p:nth-child(3){
    margin-left: 106px;
}
.cont8 .box2 p:nth-child(4),
.cont8 .box2 p:nth-child(5){
    margin-left: 137px;
}



.cont9 {
    height: 1000px;
    padding-top: 50px;
}

.cont9 .cont9-title {
    text-align: center;
}

.cont9 .cont9-title h4::after {
    width: 20%;
    height: 30px;
    left: 481px;
}

.cont9 .partners {
    padding-top: 10px;
    margin-left: -30px;
    cursor: pointer;
}
.cont9 .quality{
    margin-top: 50px;
    width: 1260px;
    margin-left: -30px;
}
.cont9 .quality p{
    margin: 0 auto;
    color: #000;
    font-size: 45.45px;
    font-weight: bold;
    text-shadow: 0px 2px 0px #ffdd1f;
    text-align: center;
    margin-bottom: 30px;
}
.cont9 .quality li{
    float: left;
    margin-right: 17px;
}
.cont9 .quality li:last-child{
    margin-right: 0;
}
.cont10 {
    height: 961px;
    background: url(../../img/202301/index/cont10-bg.jpg) no-repeat top center;

}

.cont10 .cont10-title {
    text-align: center;
    margin-bottom: 85px;
    margin-top: 50px;
}

.cont10 .cont10-title h4{
    color: #fff;
}
.cont10 .cont10-title h4::after {
    background-color: unset;  
}

.cont10 .cont10-box {
    width: 575px;
    margin-right: -40px;
    overflow: hidden;
    text-align: center;
}
.cont10 .swiper-slide-next::after,
.cont10 .swiper-slide-prev::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 5;
}

/*玩家印象*/

.cont10 .w-yx {
    width: 630px;
    height: 338px;
    margin-left: -25px;
    top: 18px;
}

.cont10 .xy-tt {
    width: 100%;
}

.cont10 .xy-tt p {
    height: 65px;
    line-height: 72px;
    font-family: "微软雅黑";
    font-size: 27.49px;
    text-align: left;
    color: #ffdd1f;
    margin-left: 75px;
    width: 195px;
    font-weight: bold;
}

.cont10 .xy-txt {
    width: 630px;
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

.cont10 .xy-txt a {
    text-align: center;
    float: left;
    display: block;
    margin: 0px 20px 20px 0px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    word-break: keep-all;
    white-space: nowrap;
    width: auto;
    border: 1px solid #fff;
    font-size: 23.4px;
    border-radius: 50px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.cont10 .xy-txt a:hover {
    /* background-color:#c31a18; color:#fff;border-color: #c31a18;*/
    font-weight: bold;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}



.cont10 .xy-rs {
    width: 530px;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: left;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    font-family: "微软雅黑";
}

.cont10 .xy-box {
    width: 630px;
    float: left;
    position: relative;
    overflow: hidden;
    height: 70px;
    margin-top: 20px;
}

.cont10 .xy-box-tt {
    width: 100%;
}

.cont10 .xy-box-tt p {
    height: 65px;
    line-height: 72px;
    font-family: "微软雅黑";
    font-size: 27.49px;
    text-align: left;
    color: #ffdd1f;
    margin-left: 75px;
    width: 240px;
    font-weight: bold;
}

.cont10 .xy-box-tt .more {
    float: right;
    width: 200px;
    position: absolute;
    margin-top: -40px;
    margin-left: 540px;
    font-size: 20px;
    color: #fff;
}

.cont10 .xy-box-l {
    height: 160px;
    position: relative;
    float: right;
    overflow: hidden;
}

.cont10 .xy-box-l li {
    width: 630px;
    float: left;
    padding-left: 16px;
    padding-top: 15px;
    color: #fff;
    text-align: left;
    line-height: 30px;
    font-size: 21px;
}

.cont10 .xy-box-l li span {
    color: #fff;
}

.dnum3 {
    color: #c20001;
}

.cont2-title,
.cont6-title,
.cont7-title,
.cont8-title,
.cont9-title,
.cont10-title,
.cont11-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.cont4-title,
.active.cont6-title,
.active.cont7-title,
.active.cont8-title,
.active.cont9-title,
.active.cont10-title,
.active.cont11-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;
}

