/*轮播图*/
#banner{
	padding-top: 55px;
    width: 100%;
    height: 100%;
}
#banner .swiper-slide{
    cursor: pointer;
}
#banner .btn{
    position: absolute;
    z-index: 1;
    top: 23.042vw;
    display: block;
    left: 71.667vw;
    width: 10.885vw;
    height: 4.479vw;
}
#banner .btn[data-btn="xysjf"]{
    top: 24.875vw;
    width: 16.885vw;
    height: 3.125vw;
    left: 64vw;
}
#banner .btn[data-btn="cqzm"]{
    left: 71.354vw;
    width: 11.198vw;
    height: 4.167vw;
}
#banner .btn[data-btn="xxsj2"]{
    top: 23.875vw;
    left: 70.417vw;
    width: 12.083vw;
    height: 3.177vw;
}
#banner .btn[data-btn="xcb"]{
    top: 24.3vw;
    width: 10.417vw;
    height: 3.177vw;
}
#banner .banner-pagination{
    bottom: 26vw;
}
#banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 auto auto 8px;
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}
#banner .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 8px;
}

#banner .banner-button-next,
#banner .banner-button-prev {
    width: 85px;
    height: 86px;
    position: absolute;
    top:32%;
    z-index: 5;
    cursor: pointer;
}
#banner .banner-button-prev{
    background: url(../images/index/banner-l.png) no-repeat;
    background-size: 100%;
    left: 57px;
}
#banner .banner-button-next{
    background: url(../images/index/banner-r.png) no-repeat;
    background-size: 100%;
    right: 57px;
}


.cont1{
    position: relative;
    height: 390px;
    z-index: 2;
}
.cont1 .box{
    background-color: #fff;
    height: 400px;
    border-radius: 10px;
    position: relative;
    margin-right: 4px;
}
.news{
    width: 337px;
}
.g-rec{
    width: 953px;
    margin: 0;
}
.cont1 .common{
    width: 90%;
    margin: 20px auto 0;
}
.g-rec .common{
    width: 95%;
}
.news .common-box{
    height: 340px;
    overflow: hidden;
}

.news-more{
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 14px;
    color: #38a0ff;
}
.news-type-nav{
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 15px 0;
}
.news-type-nav a{
    width: 50%;
    text-align: center;
    background-color: #6a6a6a;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;

}
.news-type-nav a.active{
    background-color: #38a0ff;
}
.news-nav{
    margin: 0 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.news-nav a{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    width: 25%;
    text-align: center;
    display: inline-block;    
}
.news-type-nav a:hover,
.news-nav a:hover{
    text-decoration:none;
}
.news-nav a.active{
     color: #38a0ff;
     border-bottom: #38a0ff solid 2px;
}
.news-item,
.news-list{
    display: none;
}
.news-item.active,
.news-list.active{
    display: block;
}

.news-plat-list li,
.news-list li{
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    padding-bottom: 35px;
}
.news-plat-list li:hover,
.news-plat-list a:hover,
.news-list li:hover,
.news-list a:hover{
    color: #38a0ff;
    text-decoration: underline;
}
.news-plat-list a,
.news-list a{
    font-size: 15px;
    color: #767676;
    font-weight: 400;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
}
.news-plat-list span,
.news-list span{
    display: block;
    float: right;   
}
.g-rec .common-box{
    display: flex;
    justify-content: space-between;
}
.g-rec .item{
    width: 285px;
    height: 278px;
    position: relative;
    top: 20px;
    overflow:hidden;
    border-radius: 15px;
}
.g-rec .item-img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.g-rec .item span{
    font-size: 19px;
    font-weight: 900;
    position: absolute;
    bottom: 27px;
    text-indent: 15px;
    z-index: 2;
    color: #fff;
}
.g-rec .item .gametype{
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    bottom: 8px;
    text-indent: 22px;
    z-index: 2;  
    color: #fff;
}

.g-rec .item:hover .other{
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.g-rec .item .other{
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    display: inline-flex;
    flex-direction: column;
    /*align-items: center;
    justify-content: center; */ 
    z-index: 2; 
    opacity: 0; 
}
.g-rec .item  .text{
    text-align: left;
    height: 222px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #000000bf;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}
.g-rec .item  .gw{
    top: 172px;
    right: 20px;
    position: absolute;
    font-size: 14px;
    font-weight: 900;
    color: #38a0ff;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
}
.g-rec .item  .link{
    height: 57px;
    width: 100%;
    background-color: #38a0ff;
    border-radius: 0 0 15px 15px;
}
.g-rec .item  .link a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    position: relative;
    line-height: 57px;
    
}
.g-rec .item  .gift{
    margin-left: 29px;
}

.g-rec .item  .download {
    float: right;
    right: 30px;
    text-indent: 20px;
}
.g-rec .item  .download::before{
    content: "";
    background: url(../images/index/icon-down.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 21px;
}
.g-rec .g-rec-mask::before{
    content: "";
    height: 57px;
    width: 100%;
    background-color: #00000090;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.g-rec-new::after{
  content: "";
  position: absolute;
  background: url(../images/video/icon-new.png) no-repeat;
  width: 46px;
  height: 47px;
  top:-1px;
  left: 0;
  z-index: 5;
}

.cont2{
    position: relative;
    overflow: hidden;
	margin-top: -25vw;
	height:600px;
    z-index: 2;
}
.cont2 .bgbox{
	background:url(../images/index/240402/k.png) no-repeat;
	width:1297px;
	height:600px;
}
.g-top{
    width: 343px;
    margin-top: 18px;
    margin-left: 18px;	
}
.g-top-list{
    position: relative;
    background: url(../images/index/240130/hotgame-bg.png) no-repeat;
    width: 338px;
    height: 491px;
    border-radius: 10px;
    margin-top: 16px;
}
.g-top-item{
    padding: 10px 0;   
    border-top: 1px solid #e5e5e5;
    width: 337px;
    cursor: pointer;
}
.g-top-item.first{
  border-top: none;  
}
.g-top-item i{
    font-style: normal;
    background: url(../images/index/g-top-icon3.png) no-repeat  0 0/100%;
    width: 21px;
    height: 23px;
    line-height:  23px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    margin-right: 16px;
}

.g-top-item.first i{
    background: url(../images/index/g-top-icon1.png) no-repeat 0 0/100%;
}
.g-top-item.sec i{
    background: url(../images/index/g-top-icon2.png) no-repeat 0 0/100%;
}

.g-top-item .g-top-name{
    width: 35%;
    font-size: 15px;
    font-weight: 900;
}
.g-top-item .g-top-type{
    width: 25%;
    font-size: 13px;
    color: #767676;
}
.g-top-item .g-top-gw{
    color: #38a0ff;
    font-size: 13px;
    margin-right: 20px;
}
.g-top-item .g-top-gw:hover{
    color:#767676;
}

.g-top-item.active{
    padding: 0;
}
.g-top-item .c1{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.g-top-item .c2{
    display: none;
}
.g-top-item.active .c1{
    display: none;
}
.g-top-item.active .c2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 95px;
    background-color:#38a0ff;
    border-radius: 10px;
    padding: 0;
    position: relative;    
}
/*
.g-top-item .c2{
    -webkit-transform: translatex(0px);
    -ms-transform: translatex(0px);
    transform: translatex(0px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;   
}
.g-top-item.first:hover{
    -webkit-transform: translatex(10px);
    -ms-transform: translatex(10px);
    transform: translatex(10px);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}*/
.g-top-item .c2 i{
    z-index: 1;
    width: 27px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    color: #fff;
    top: 10px;
    left: 10px;
    margin: 0;    
}
.g-top-item .c2 .g-top-img{
    width: 59px;
    height: 58px;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
}
/*
.g-top-item .c2 .g-top-img::before{
    content: "1";
    background: url(../images/index/g-top-icon1.png) no-repeat;
    width: 27px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    color: #fff;
    top: -13px;
    left: -6px;
}*/
.g-top-item .c2 div{
    width: 50%;
}
.g-top-item .c2 .g-top-name{
    font-size: 19px;
}
.g-top-item .c2 .g-top-name,
.g-top-item .c2 .g-top-type{
    width: 100%;
    line-height: 170%;
    color: #fff;
}
.g-top-item .c2 .g-top-gw{
    background-color: #fff;
    border-radius: 20px;
    width: 73px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #38a0ff;
    margin-right: 10px;
}
.g-hd{
    width: 900px;
    margin-left: 21px;
    margin-top: 18px;

}
.g-hd .g-hd-box{
    position: relative;
    margin-top: 12px;
    width: 896px;
    height: 491px;
    overflow: hidden;
}
#g-hd-box .g-hd-pagination {
    bottom: 0px;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet {
    width: 50%;
    height: 54px;
    /*background:url(../images/index/230205/btn-n.png) no-repeat;    */
    background-color: #7a7a7a;
    color: #fff;
    border-color: unset;
    opacity: 1;
    border-radius: unset;
    font-size: 20px;
    line-height: 54px;
    float: left;
    margin: 0;
    font-weight: 900;
    position: relative;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet-active {
    background-color:#38a0ff;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet-active::after{
    width: 0;
    height: 0;
    vertical-align: top;
    border-bottom: 15px solid #38a0ff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    content: "";
    position: absolute;
    top: -15px;
   /* left: 215px;*/
    left: 45%;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet:first-child{
    border-radius: 0 0 0 10px;
}
#g-hd-box .g-hd-pagination .swiper-pagination-bullet:last-child{
    border-radius: 0 0 10px 0;
}
#g-hd-box2{
    position: relative;
    width: 896px;
    height: 491px;  
    overflow: hidden;
    border-radius: 10px; 
}
#g-hd-box2 .g-hd-btn{
    width: 197px;
    height: 57px;
    background: url(../images/index/hd-sjf-btn.png) no-repeat;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 85px;
    right: 165px;    
}
#g-hd-box2 .swiper-pagination {
    right: 40px;
    bottom:70px;
    width: unset;
    left: unset;
}
#g-hd-box2 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 auto auto .5rem;
    background-color: #fff;
    color: #000;
    border-color: unset;
    opacity: 1;
    border-radius: unset;
    font-size: 12px;
    line-height: 16px;
}
#g-hd-box2 .swiper-pagination-bullet-active {
    background-color: #38a0ff;
    color: #fff;
}

.cont3{
    position: relative;
    overflow: hidden;
    margin-top: 75px;
}
.g-server{
    width: 343px;
    height: 996px;
    position: relative;
}
.g-server-list{
    position: relative;
    width: 338px;
    height: 835px;
    background: url(../images/index/240130/g-server-list-bg.png) no-repeat;
    margin-top: 28px;
    overflow: hidden;
    margin-left: 0;
}
#g-server-list{
    width:95%;
    margin: 0 auto;
    overflow: hidden;
    height: 850px;
    position: relative;
}
.g-server-item{
    display: flex;
    align-items: center;
    justify-content: space-around; 
    padding: 16px 0; 
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    height: 60px;
}
.g-server-item:hover{
    background: #f5f5f5;
}
.g-server-item:nth-child(1){
    border-top: none;
}
.g-server-item .g-server-img{
    width: 17%;
    height: 52px;
    margin-left: 15px;
}
.g-server-item .g-server-center{
    width: 45%;
    margin-left: 10px;
}
.g-server-item .g-server-game{
    font-size: 14px;
    font-weight: 900;
}
.g-server-item .g-server-name{
    font-size: 14px;
    font-weight: 400;
	padding-left:8px;
}
.g-server-item .g-server-right{
    width: 35%;
}
.g-server-item .g-server-time{
    font-size: 12px;
    font-weight: 400;
    color: #38a0ff;
    float: right;
    margin-right: 13px;
    margin-top: 6px;
}
.g-server-item .g-server-icon{
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    border-radius: 5px;
    float: right;
    margin-right: 16px;
}
.g-server-item .g-server-icon-h{
    background-color: #ff5400;
}
.g-server-item .g-server-icon-n{
   background-color: #7bc203;
}

.g-server .g-server-list-pagination{
    bottom: 58px;
}

.g-hot-pcgame{
    width: 926px;
    margin-left: 21px;
    position: relative;
}
.g-hot-pcgame .hot-pcgame-more{
        position: absolute;
    right: 25px;
    top: 10px;
    font-size: 14px;
    color: #38a0ff;
}
.g-hot-pcgame .g-hot-pcgame-list{
    overflow: hidden;
    margin-top: 31px;
    width: 100%;
}
.g-hot-pcgame .g-hot-pcgame-item{
    width: 301px;
    height: 266px;
    cursor: pointer;
	border-radius: 15px 15px 0 0;
	overflow:hidden;

}
.g-hot-pcgame .g-hot-pcgame-item span{
    font-size: 19px;
    font-weight: 900;
    position: absolute;
    bottom: 32px;
    text-indent: 15px;
    z-index: 1;
}
.g-hot-pcgame .g-hot-pcgame-item .gametype{
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    bottom: 12px;
    text-indent: 21px;
    z-index: 1;  
}
.g-hot-pcgame .g-hot-pcgame-item .other{
    position: absolute;
    top: 0;
    width: 100%;
    height: 262px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    z-index: 2; 
    opacity: 0; 
}
.g-hot-pcgame .g-hot-pcgame-item .text{
    text-align: left;
    height: 202px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #000000bf;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.g-hot-pcgame .g-hot-pcgame-item .gw{
    top: 155px;
    right: 20px;
    position: absolute;
    font-size: 14px;
    font-weight: 900;
    color: #38a0ff;
    background-color: #fff;
    padding: 6px 13px;
    border-radius: 20px;
}
.g-hot-pcgame .g-hot-pcgame-item .link{
    height: 60px;
    width: 100%;
    background-color: #38a0ff;
    border-radius: 0 0 15px 15px;
}
.g-hot-pcgame .g-hot-pcgame-item .link a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    position: relative;
    line-height: 60px;
    
}
.g-hot-pcgame .g-hot-pcgame-item .gift{
    margin-left: 30px;
}

.g-hot-pcgame .g-hot-pcgame-item .download {
    float: right;
    right: 30px;
    text-indent: 20px;
}
.g-hot-pcgame .g-hot-pcgame-item .download::before{
    content: "";
    background: url(../images/index/icon-down.png) no-repeat;
    width: 15px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 21px;
}
.g-hot-pcgame .g-hot-pcgame-item:hover .other{
    opacity: 1;
}
.g-hot-pcgame .g-hot-pcgame-pagination{
    bottom: -50px;
}
.g-server .g-server-list-pagination .swiper-pagination-bullet,
.g-hot-pcgame .g-hot-pcgame-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    background: #919191;
    color: #fff;
    border: unset;
    border-radius: unset;
    font-size: 12px;
    opacity: 1;
    line-height: 18px;
}
.g-server .g-server-list-pagination .swiper-pagination-bullet-active,
.g-hot-pcgame .g-hot-pcgame-pagination .swiper-pagination-bullet-active{
    background: #38a0ff;
    color:#fff;
}

.cont4{
    position: relative;
    overflow: hidden;
}
.pcgame-gift-more{
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 14px;
    color: #38a0ff;
}
.pcgame-gift-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.pcgame-gift-list .item{
    position: relative;
    cursor: pointer;
    height: 196px;
    overflow: hidden;    
}
.pcgame-gift-list .item.g-rec-mask::before{
    content: "";
    height: 37px;
    width: 100%;
    background-color: #00000090;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.pcgame-gift-list .item p{
    font-size: 15px;
    color: #fff;
    font-weight: 900;
    position: absolute;
    z-index: 2;
    bottom: 1px;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;  
}
.pcgame-gift-list .item .other{
    position: absolute;
    top: 0;
    width: 100%;
    height: 159px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;  
    z-index: 2; 
    opacity: 0; 
    background-color: #00000090;
    border-radius: 10px 10px 0 0;
}
.pcgame-gift-list .item a{
    color: #fff;
    font-size: 14px;
    background-color: #38a0ff;
    padding: 6px 13px;
    border-radius: 20px;
}
.pcgame-gift-list .item:hover .other{
    opacity: 1;
}
.cont5{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    top: 50px;
    height: 635px;
}
.con-box{
    width: 100%;
    position: relative;
    top: 70px;
}
.con-box .con-box-nav1 {
    width: 80%;
    position: relative;
}
.con-box .con-box-nav1::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 320px;
    background-color: #e5e5e5;
    right: 15px;
}
.con-box .con-box-nav2 {
    width: 15%;
    margin-left: 3%;
}
.con-box .con-box-nav h2 {
    padding: 15px 0;
}

.con-box .cont-box-li {
    width: 30%;
}
.con-box .cont-box-li1{
    width: 55%;
}
.con-box .cont-box-li2{
    width: 15%;
}
.con-box .cont-box-li3{
    width: 15%;
}
.con-box .cont-box-li4{
    width: 100%;
}
.con-box .cont-box-li h3 {
    padding: 0;
    position: relative;
    font-size: 18px;
    color: #38a0ff;
    font-weight: 900;
	line-height: 30px;
    margin: 30px 0 5px;
}

.con-box .cont-box-li li {
    width: 100%;
    float: left;
	height: 45px;
	text-align: left;
	line-height: 45px;
}
.con-box .cont-box-li1 ul{
    width: 33%;
    float: left;
}
.con-box .cont-box-li1 li{
	height: 45px;
	text-align: left;
}

.con-box .cont-box-li li a {
    color: #000;
    font-size: 16px;
    line-height: 15px;
}

.con-box .cont-box-li li a:hover {
    color: #c31a18;
    text-decoration: none;
}

.con-box .cont-box-li li .icon-h,
.con-box .cont-box-li li .icon-n {
    width: 25px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;

}

.con-box .cont-box-li li .icon-h {
    background: url(//www.ixinyou.com/ver_2020/img/ixy-hot.png) no-repeat;
    background-position: -95px -46px;
}

.con-box .cont-box-li li .icon-n {
    background: url(//www.ixinyou.com/ver_2020/img/ixy-hot.png) no-repeat;
    background-position: -95px -107px;
}

.cont6{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    height: 260px;
}
/*
.service .type {
    width: 318px;
    height: 109px;
    line-height: 109px;
    margin-top: 30px;
    margin-right: 5px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    text-indent: 35px;
    position: relative;
}
.service .person{
    background: url(../images/index/service1-n.png) no-repeat;

}
.service .transaction{
    background: url(../images/index/service2-n.png) no-repeat;
 
}
.service .customer{
    background: url(../images/index/service3-n.png) no-repeat;
  
}
.service .cooperate{
    background: url(../images/index/service4-n.png) no-repeat;

}
.service .person:hover{
    background: url(../images/index/service1-h.png) no-repeat;

}
.service .transaction:hover{
    background: url(../images/index/service2-h.png) no-repeat;

}
.service .customer:hover{
    background: url(../images/index/service3-h.png) no-repeat;

}
.service .cooperate:hover{
    background: url(../images/index/service4-h.png) no-repeat;

}
.service .type::before{
    content: "";
    position: absolute;
    width: 35px;
    height: 31px;
    top: 38px;
    left: 95px;    
}
.service .person::before{
    background: url(../images/index/service1-icon.png) no-repeat;

}
.service .transaction::before{
    background: url(../images/index/service2-icon.png) no-repeat;

}
.service .customer::before{
    background: url(../images/index/service3-icon.png) no-repeat;

}
.service .cooperate::before{
    background: url(../images/index/service4-icon.png) no-repeat;

}
*/
/*240430修改*/
.service .type {
    width: 394px;
    height: 153px;
    line-height: 135px;
    margin-top: 30px;
    margin-right: 58px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    text-indent: 55px;
    position: relative;
}
.service .person{
    background: url(../images/index/240402/service1.png) no-repeat 0;
    background-position-y: -169px;
}

.service .customer{
    background: url(../images/index/240402/service2.png) no-repeat;
  background-position-y: -169px;
}
.service .cooperate{
    background: url(../images/index/240402/service3.png) no-repeat;
    background-position-y: -169px;
    margin-right: 0;
}
.service .person:hover,
.service .customer:hover,
.service .cooperate:hover{
   background-position-y: 0;
}
.service .type::before{
    content: "";
    position: absolute;
    width: 43px;
    height: 43px;
    top: 48px;
    left: 110px;    
}
.service .person::before{
    background: url(../images/index/240402/service1-icon.png) no-repeat;

}
.service .customer::before{
    background: url(../images/index/240402/service2-icon.png) no-repeat;

}
.service .cooperate::before{
    background: url(../images/index/240402/service3-icon.png) no-repeat;

}


.fc{
    position: fixed;
    width: 183px;
    height: 423px;
    top: 25%;
    right: 20px;
    background: url(../images/pcgame/240205/fc.png) no-repeat;
    z-index: 999;
}
.fc a{
  display: block;
  width: 166px;
  height: 63px;
  text-align: center;
  line-height: 63px;
  font-size: 19px;
  color: #fff;
  margin: 0 auto;
  cursor:pointer;
}
.right-nav a.on{
  color: #bd9b5c;
}
.fc a:first-child{
    margin-top: 33px;
}
.fc a:first-child:hover,
.fc a:first-child:active{
    background: url(../images/pcgame/240205/btn1-h.png) no-repeat;
}
.fc a:nth-child(2):hover,
.fc a:nth-child(2):active{
    background: url(../images/pcgame/240205/btn2-h.png) no-repeat;
}
.fc .fc-ad{
    width:80%;
    margin-top: 10px;
    height: auto;
}
