* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
/* 导航 */


/* 轮播图 */

.lb {
    width: 100%;
    height: 600px;
    background: palegoldenrod;
    position: relative;
}

.wrap {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.wrap .ul {
    width: 100%;
    height: 600px;
    position: absolute;
}

.wrap .ul li {
    width: 100%;
    height: 600px;
}

.wrap .ul li img {
    width: 100%;
    height: 100%;
}

.wrap ol {
    position: absolute;
    right: 50%;
    bottom: 31px;
}

.wrap ol li {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 50%;
    margin-left: 12px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.wrap ol .on {
    background: #fff;
    opacity: 1;
}
.lb .div{
    width: 1200px;
    height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 888;
    overflow: hidden;
}

.lb .div h4{
    height: 86px;
    font-size: 70px;
    font-family: FZZCHJW--GB1-0, FZZCHJW--GB1;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 86px;
    position: absolute;
    top: 111px;
    left: 0;
}
.lb .div p{
    height: 25px;
    font-size: 20px;
    font-family: FZZCHJW--GB1-0, FZZCHJW--GB1;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    top: 215px;
    left: 0;
}
.lb .div button{
    width: 130px;
    height: 40px;
    background: #4491FF;
    font-size: 20px;
    font-family: FZZCHJW--GB1-0, FZZCHJW--GB1;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    border: none;
    outline: none;
    position: absolute;
    top: 300px;
    left: 0;
}
/* 平台系统 */
.pla{
    width: 100%;
    height: 603px;
    background: #FFFFFF;
}
.pla-item{
    width: 1220px;
    height: 603px;
    margin: 0 auto;
    background: #FFFFFF;
    overflow: hidden;
}
.pla-item h4{
    height: 35px;
    font-size: 26px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 35px;
    display: flex;
    justify-content: center;
    margin-top: 67px;
    margin-bottom: 52px;
}
.pla-item h4 img{
    width: 34px;
    height: 34px;
    display: block;
    margin: auto 0;
    margin: 0 30px;
}
.pla-ul{
    display: flex;
    width: 1220px;
    padding-left:10px;
}
.pla-ul li{
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 1px 5px 12px 4px rgba(13, 37, 62, 0.08);
    overflow: hidden;
    margin-right: 26px;
}
.pla-ul li:nth-child(4){
    margin-right: 0;
}
.pla-ul li img{
    width: 77px;
    height: 77px;
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}
.pla-ul li .p1{
    height: 26px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    text-align: center;
    margin: 26px 0 25px 0;
}
.pla-ul li .p2{
    width: 210px;
    height: 57px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    text-align: center;
    margin: 0 auto;
}
.pla-ul li .p3{
    width: 224px;
}
/* 关于创朝手游 */
.about{
    width: 100%;
    height: 544px;
}
.about-item{
    width: 1200px;
    height: 544px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.about-item .im-g{
    width: 965px;
    height: 496px;
    position: absolute;
    top: -36px;
    left: 456px;
}
.about-item img{
    width: 446px;
    height: 379px;
    margin-right: 170px;
}
.about-div{
    overflow: hidden;
    position: relative;
}
.about-div h5{
    height: 36px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    color: #333333;
    line-height: 36px;
    margin-top: 63px;
}
.about-div .p{
    width: 94px;
    height: 2px;
    background: #333333;
    margin: 21px 0 45px 0;
}
.about-div .p1{
    width: 496px;
    height: 180px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 36px;
}
.about-div .p2{
    height: 66px;
    font-size: 50px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 66px;
    opacity: 0.1;
    position: absolute;
    top: 33px;
    left: 55px;
}

/* 我们的品牌优势 */
.adv{
    width: 100%;
    height: 751px;
    position: relative;
}
/* .adv-bac{
    width: 1920px;
    height: 751px;
    background: url(../images/bac1.png) no-repeat;
    background-size: 1124px 558px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} */
.adv-item{
    width: 1220px;
    height: 751px;
    margin: 0 auto;
    position: relative;
}
.adv-item div{
    width: 1220px;
    height: 751px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.adv-item h4{
    height: 36px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 80px;
}
.adv-item .p1{
    width: 94px;
    height: 2px;
    background: #333333;
    margin: 28px 0 27px 0;
}
.adv-item .p2{
    width: 416px;
    height: 144px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 36px;
}
.adv-item .p3{
    height: 66px;
    font-size: 50px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #666;
    line-height: 66px;
    position: absolute;
    top: 42px;
    left: 47px;
    opacity: 0.1;
}
.adv-ul{
    display: flex;
}
.adv-ul li{
    width: 254px;
    height: 254px;
    background: #FFFFFF;
    box-shadow: 1px 5px 12px 4px rgba(13, 37, 62, 0.08);
    border-radius: 16px;
    padding-top: 24px;
    padding-left: 26px;
    position: relative;
    margin-right: 30px;
}
.adv-ul li:nth-child(4){
    margin-right: 0;
}
.adv-ul li:nth-child(1){
    margin-left: 94px;
}
.adv-ul li h5{
    height: 26px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    color: #333333;
    line-height: 26px;
    margin-bottom: 18px;
}
.adv-ul li .li-p{
    width: 173px;
    height: 38px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    margin-bottom: 44px;
}
.adv-ul li .li-p1{
    width: 89px;
    height: 89px;
    font-size: 80px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #E3E3E3;
    line-height: 92px;
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(219, 219, 219, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.adv-ul li img{
    width: 126px;
    height: 126px;
    position: absolute;
    bottom: -26px;
    right: -24px;
}
.adv-ul li .img2{
    width: 142px;
    height: 142px;
    position: absolute;
    bottom: -34px;
    right: -23px;
}
.adv-ul li .img3{
    width: 134px;
    height: 134px;
    position: absolute;
    bottom: -30px;
    right: -15px;
}
.adv-item .img{
    width: 182px;
    height: 182px;
    position: absolute;
    right: -70px;
    top: 40px;
    z-index: 666;
}
.adv-item .im-1{
    width: 1124px;
    height: 558px;
    position: absolute;
    top: 0;
    left: -330px;
}
/* 主营游戏项目 */
.game{
    width: 100%;
    height: 739px;
    position: relative;
}
/* .game-bac{
    width: 1920px;
    height: 739px;
    background: url(../images/bac2.png) no-repeat;
    background-position: right top;
    background-size: 1058px 599px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 888;
} */
.game-item{
    width: 1200px;
    height: 739px;
    margin: 0 auto;
    /* background: palegreen; */
    position: relative;
}

.game-item div{
    width: 1200px;
    height: 739px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    position: relative;
}

.game-item .i-2{
    width: 1058px;
    height: 599px;
    position: absolute;
    right: -224px;
    top: 0;
}

.game-item h3{
    height: 36px;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 178px;
}
.game-item ul{
    display: flex;
    margin: 5px 0 34px 0;
}
.game-item ul li{
    height: 18px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 36px;
    border-right: 1px dashed #999;
    line-height: 18px;
    padding: 0 15px;
}
.game-item ul li:nth-child(1){
    padding-left: 0;
}
.game-item ul li:nth-child(3){
    border-right: none;
}
.game-item .p1{
    width: 94px;
    height: 2px;
    background: #333;
}
.game-item .p2{
    width: 352px;
    height: 144px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 36px;
    margin-top: 25px;
}
.game-item .p3{
    height: 66px;
    font-size: 50px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 66px;
    position: absolute;
    top: 140px;
    left: 47px;
    opacity: 0.1;
}
/* BT游戏 */
.bt{
    width: 100%;
    height: 610px;
    background: #F8F9FD;
}
.bt-item{
    width: 1220px;
    height: 610px;
    margin: 0 auto;
    padding-top: 100px;
}
.bt-ul{
    width: 1220px;
    display: flex;
    padding-left: 10px;
}
.bt-ul li{
    width: 370px;
    height: 410px;
    background: #FFFFFF;
    box-shadow: 1px 5px 12px 4px rgba(13, 37, 62, 0.08);
    padding: 11px;
    margin-right: 44px;
}
.bt-ul li:nth-child(3){
    margin-right: none;
}
.bt-ul li img{
    width: 348px;
    height: 180px;
    margin-bottom: 49px;
}
.bt-ul li div{
    height: 22px;
    display: flex;
    margin-bottom: 26px;
}
.bt-ul li div img{
    width: 22px;
    height: 22px;
    margin-right: 14px;
    margin-left: 26px;
}
.bt-ul li div p{
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 21px;
    height: 35px;
}

/* 游戏 */
.yx{
    width: 100%;
    height: 642px;
    background: #FFFFFF;
}
.yx-item{
    width: 1200px;
    height: 642px;
    margin: 0 auto;
}
.yx-ul{
    display: flex;
    flex-wrap: wrap;
}
.yx-ul li{
    width: 70px;
    height: 106px;
    margin-right: 90px;
    padding-top: 94px;
    margin-bottom: 70px;
}
.yx-ul li:nth-child(8n){
    margin-right: 0;
}
.yx-ul li img{
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.yx-ul li p{
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 19px;
    text-align: center;
}
/* 新闻资讯 */
.new{
    width: 100%;
    height: 766px;
    background: #F8F9FD;
}
.new-item{
    width: 1200px;
    height: 766px;
    margin: 0 auto;
    overflow: hidden;
}
.new-item h4{
    height: 35px;
    font-size: 26px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 35px;
    display: flex;
    justify-content: center;
    margin-top: 77px;
    margin-bottom: 64px;

}
.new-item h4 img{
    width: 34px;
    height: 34px;
    display: block;
    margin: auto 0;
    margin: 0 30px;
}
.new-ul{
    display: flex;
}
.new-ul li{
    width: 380px;
    height: 522px;
    background: #FFFFFF;
    margin-right: 30px;
    padding: 11px;
}
.new-ul li:nth-child(3){
    margin-right: 0;
}
.new-ul li img{
    width: 359px;
    height: 180px;
}
.new-ul li h5{
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    margin: 20px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 340px;

}
.new-ul li h5 a{
    color: #333333;
}
.new-ul li .p{
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    line-height: 19px;
    margin-bottom: 12px;
}
.new-ul li .p1{
    width: 350px;
    height: 66px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 22px;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new-ul li p{
    height: 16px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    line-height: 16px;
    margin-bottom: 12px;
}
.new-ul li p a{
    color: #333333;
}
/* 底部 */

