.containers{width:100%;height:100%;max-width:1920px;margin: 0 auto;overflow: hidden;background: url(../image/fh_sybgn.jpg) #000000 top center no-repeat; }
.fhsy_banner{width:100%;height:652px;position: relative;}
.fhsy_main{
	width: 1385px;
	height: 1450px;
	position: relative;
	z-index: 7;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.fh_logo{position: absolute;top:0px;left:40px;z-index:5;width:180px;height:130px;}
/*导航*/
.xy_nav{width: 100%;height: auto;margin: 0 auto;position: relative;background: rgba(0,0,0,.6);    z-index: 1}
.wl_daohang_ul{ height: 60px; margin: 0 auto; position: relative; z-index: 8;display: flex;justify-content: center;}
.wl_daohang_ul li{float: left; font-size: 20px; line-height: 60px;margin: 0 10px;}
.wl_daohang_ul li a{float:left;font-size: 20px;line-height: 60px;color: #fff;transition: all 0.3s;}
.wl_daohang_ul li:hover a{transition: all 0.3s;color: #fbeec1;}
.wl_daohang_ul li span{float:left;font-size: 20px;line-height: 60px;color: #fff;display:inline-block;width: 28px;height: 40px;text-align: center;}

/*留言板*/
.message_box{width: 100%;height:580px;position: absolute;top:40px;left: 0%;z-index:2;}
.message_box .danmustage{width: 100%;height: 100%;overflow: hidden;}
.box{width:789px;height: 149px;background-size:100% 100% ;margin: 0 auto;overflow: hidden; }
.danmustage .danmu span{font-size:18px;}
.danmustage .danmu span .dm_name{margin-left:46px;}
.danmustage span{background-color: rgba(0,0,0,0.5);border-radius:30px;padding:10px 10px ;border:1px solid #d6bc7d;position: relative;}
.dm_tx{width:46px;height:46px;border-radius:50%;display:inline-block;vertical-align:top;margin-right:5px;position: absolute;top:-3px;left:5px; }
@keyframes scale{0% {opacity: 0;}100% {opacity: 1;transform: scale(1,1);}}
@-webkit-keyframes scale{0% {opacity: 0;}100% {opacity: 1;transform: scale(1,1);}}

/*弹幕按钮*/
.danmu_btn{width:1200px;height:136px;overflow: hidden; position: absolute;bottom:0px;left:50%;z-index:6;text-align: center;margin: 0 auto;margin-left:-600px;}
.danmu_btn .danmu_close{width:154px;height:56px;transition: all 0.3s; display: inline-block;float: left;margin-left:316px;margin-top:46px; background: url(../image/fh_close_dms.png) no-repeat;background-size:100% 100% ; text-align: center;line-height:45px;color:#fff; font-size:16px;cursor: pointer;}
.danmu_btn .danmu_liuyan{width:151px;height:116px;display: inline-block;float: left; background: url(../image/fh_fasong_dms.png) no-repeat;margin-left:80px;margin-top:14px; background-size:100% 100% ; text-align: center;line-height:45px;color:#fff;font-size:16px;cursor: pointer;}
.danmu_btn .danmu_close:hover{transition: all 0.3s;opacity:0.9;}
.danmu_btn .danmu_liuyan:hover{transition: all 0.3s;opacity:0.9;}

.danmu_btn .danmu_open{width:154px;height:56px;transition: all 0.3s;background: url(../image/fh_open_dms.png) no-repeat;float: left;margin-top:46px;margin-left:316px; background-size:100% 100% ; display: inline-block;display: none;text-align: center;line-height:45px;color:#fff;font-size:16px;cursor: pointer;}
.danmu_btn .danmu_open:hover{transition: all 0.3s;opacity:0.9;}

.fh_backtop{display: block;margin: 0 auto;cursor: pointer;transition: all 0.3s;margin-top:230px;}
.fh_backtop:hover{opacity:0.8;transition: all 0.3s;}
.fh_vodeobtn{width:187px;height:176px;background: url(../image/fh_shipinbrn.png) top center no-repeat;float: left;margin-top:-12px;margin-left:42px;background-size:100% 100%;display: inline-block;cursor: pointer;transition: all 0.3s; }
.fh_vodeobtn:hover{transition: all 0.3s;opacity:0.9;}

/*弹框*/
.xyvideo_mask18{width: 100%;height: 100%;position: fixed;top: 0px;left: 0px; display:none;background: rgba(0,0,0,0.6);z-index:9999;justify-content: center;align-items: center;vertical-align: middle; }
.VideoBox18{width:1000px;height:600px;position: relative;z-index:9999;}
#video_xy18{width:1000px;height:600px;}
.video_close18{width: 80px;height:80px; font-size:80px;text-align: center;line-height:80px; color:#fff;position: absolute;top:-74px;right:-40px;cursor: pointer;z-index:9999;
    webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform ease-in-out .3s;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
} 
.video_close18:hover{opacity:0.8;} 
@keyframes videoMove{
	0%{transform: rotate(0deg); }
	100%{transform: rotate(360deg);}
}

/*弹幕弹框留言*/
.jyly_divc{width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;background: rgba(0,0,0,0.6);display: flex;justify-content: center;align-items: center;z-index:999;display: none; }
.jydl_box{width: 820px;height:600px;background: url(../image/fh_liuyan_bg.png) no-repeat;background-size:100% 100%;position: relative; }
.jyly_close{cursor: pointer;position: absolute;top:-44px;right:-64px;transition: all 0.3s; }
.jyly_close:hover{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)transition: all 0.3s; }
.fhly_title{width: 100%;height:60px;text-align: center;margin-top:70px;}
.fhly_title img{display: block;margin: 0 auto;}
.jyly_form{width: 745px;height:635px;margin: 0 auto;margin-top:10px;}
.jyly_pa{width: 100%;height:35px;margin-bottom: 13px;}
.jyly_words{display: block;width: 180px;height:30px;text-align: right;line-height: 30px;color:#f1e8be;float: left;}
.jyly_input_text{width:480px;height: 30px;float: left;background-color:#5f5959;line-height: 30px;color:#fff;cursor: auto;padding-left:10px;}
.jyly_touxiang{width: 100%;height: 100px;margin-left:180px;margin: 0 auto;}
.jyly_txbox{width: 75px;height: 52px;position: relative;float: left;margin-left:22px;margin-right:22px;margin-top:10px;cursor: pointer;}
.jyly_txbox .label{width: 100%;height: 100%;display: block;position: absolute;top: 0px;left: 0px;}
.jyly_txbox .jy20_sctx{float: right;}
.jyly_txbox .input{position: absolute;bottom:0px;left: 0px;}
.jyly_pb{width: 100%;height:100px;margin-bottom: 13px;margin-top: 13px;}
.jyly_pb .jyly_words{display: block;width: 180px;height:30px;text-align: right;line-height: 30px;color:#f1e8be;float: left;}
.jyly_area{width: 480px;height: 100px;background-color:#5f5959;float: left;padding-left: 10px;font-size:14px;line-height:28px;cursor: auto;color:#fff; }
.jyly_tixing{text-align: center;color:#f8da9d;line-height:25px;font-size:13px;}
.jyly_tijiaos{width: 211px;height: 61px;background: url(../image/fh_lytijiao.png) no-repeat;background-size:100% 100%;margin:0 auto;display: block;margin-top:10px;transition: all 0.3s;cursor: pointer;  }
.jyly_tijiaos:hover{opacity:0.8;transition: all 0.3s; }
.jyly_tsbc{color:red;text-align: center;width:100%;height:20px; line-height:20px;font-size:12px;}

/*信封按钮*/
.xinfeng_btn{width: 182px;height: 198px;position: absolute;top:-170px;left:34px;z-index:20;cursor: pointer;animation:movesx 3s infinite linear ;-webkit-animation:movesx 3s infinite linear ;}
@keyframes movesx{
	0%{transform: translateY(-4px);}
	50%{transform: translateY(4px);}
	100%{transform: translateY(-4px);}
}
@-webkit-keyframes movesx{
	0%{transform: translateY(-4px);}
	50%{transform: translateY(4px);}
	100%{transform: translateY(-4px);}
}
/*弹框*/
.gongh_tank{width: 100%;height: 100%;position: fixed;z-index:999; top:0px;left:0px;background: rgba(0,0,0,0.6);justify-content: center;text-align: center;align-items: center;display: flex; }
.tank_diva{width:656px;height:400px;margin: 0 auto;padding-top:80px;position: relative;background:url(../image/fh_hydlbg.png) top center no-repeat}
.tank_diva .xiaoshi{font-size:60px;position: absolute;top:20px;right:45px;cursor: pointer;transition: all 0.3s;}
.tank_diva .xiaoshi:hover img{opacity:0.8;transition: all 0.3s;}
.tankuang-pb{width: 100%;height:65px;margin-top: 15px;}
#TextUserID{width:300px;height:50px;display: inline-block;border: 1px solid #3f3f3d;background-color: #3f3f3d; font-size:18px;line-height:50px;padding-left:8px;color:#959595;cursor: auto; }
#TextMemPwd{width:300px;height:50px;display: inline-block;border: 1px solid #3f3f3d;background-color: #3f3f3d;font-size:18px;line-height:50px;padding-left:8px;color:#959595;cursor: auto;}
.tank_diva .tankuang-pb span{font-size:26px;line-height:50px;color:#000;}
.tankuang-pd{width:204px;height:85px;margin: 0 auto;background:url(../image/fh_hydlbtn.png) top center no-repeat;font-size:0px;text-align: center;margin-top:0px;}
.tankuang-pe{width:100%;height:25px;line-height:25px;text-align: center;color:red;}

.gongh_xin{width: 100%;height: 100%;position: fixed;z-index:999; top:0px;left:0px;background: rgba(0,0,0,0.6);justify-content: center;text-align: center;align-items: center;display: flex;}
.xin_boxnr{width:1235px;height:792px;margin: 0 auto;position: relative;background: url(../image/fh_hyyjxbgs.png) top center no-repeat;}
.xin_box_l{width:350px;height:586px;float: left;}
.xin_box_r{width:580px;height:586px;float: right;margin-left: 8px;margin-right:94px;margin-top:80px;}
.xinbox_title{font-size:20px;font-family: "思源宋体";font-weight: bold;color:#000000;margin-top:105px;text-align: left;margin-left:5px;}
.xin_box_r .textarea{width:500px;height:135px;cursor: auto;background-color:#3f3f3d; margin: 0 auto;display: block;margin-left:8px;padding-left:8px; font-size:14px;font-family: "思源宋体";font-weight: bold;color:#959595;line-height:40px;}
.xinbox_titles{font-size:20px;font-family: "思源宋体";font-weight: bold;color:#000000;margin-top:10px;text-align: left;margin-left: 5px;}
.xin_text{width:500px;height:40px;font-size:14px;font-family: "思源宋体";cursor: auto; font-weight: bold;background-color:#3f3f3d; color:#959595;line-height:40px;display: block;margin-left:8px;padding-left:8px; }
.xin_box_r .filebox{width:100%;height:135px;position: relative;margin-top:8px;margin-left:8px;}
.filebox .xin_file{display: block;width:131px;height:131px;opacity: 0;position: absolute;top:0px;left:0px;z-index:2;}
.filebox .filename{width: 131px; height: 131px;position: absolute;top: 0px;left: 0px; object-fit: cover;display: block; }
.liuyan_tj{width: 204px;height:85px;display: block; transition: all 0.3s;background:url(../image/fh_hyyjtj.png) top center no-repeat;background-size:100% 100%;margin: 0 auto;}
.liuyan_tj:hover{opacity:0.9;transition: all 0.3s;}
.xiaoshis{font-size:60px;position: absolute;top:30px;right:170px;cursor: pointer;transition: all 0.3s;}
.xiaoshis:hover img{opacity:0.8;transition: all 0.3s;}

.xinfeng_shan{position: absolute;bottom:0px;left:-60px;z-index:10;}
.sprites {width: 158px;height: 158px;position: absolute;top:-145px;left:42px;z-index:10; background: url(../image/sprites.png) no-repeat;-webkit-animation: sprites steps(1,start) 1s infinite;-moz-animation: sprites steps(1,start) 1s infinite;-ms-animation: sprites steps(1,start) 1s infinite;animation: sprites steps(1,start) 1s infinite;}
@keyframes sprites{0% {background-position: 0 0;}5.556% {background-position: 0 -158px;}11.112% { background-position: 0 -316px;}16.668% {background-position: 0 -474px;}
22.224% {background-position: 0 -632px;}27.78% {background-position: 0 -790px;}33.336% {background-position: 0 -948px;}38.892% {background-position: 0 -1106px;}44.448% {background-position: 0 -1264px;}50.004% { background-position: 0 -1422px;}
55.56% {background-position: 0 -1580px;}61.116% {background-position: 0 -1738px;}66.672% {background-position: 0 -1896px;}72.228% {background-position: 0 -2054px;}
77.784% {background-position: 0 -2212px;}78.945% {background-position: 0 -2370px;}83.34% {background-position: 0 -2528px;}88.896% { background-position: 0 -2686px;}
94.452% {background-position: 0 -2844px;}100% {background-position: 0 0;}}

.mainbox{width:100%;height:100%;margin: 0 auto;}
.maintop{width:100%;height:428px;}
.mainyxz{width:194px;height:428px;background: url(../image/fh_sy_yxxz.png) top center no-repeat;background-size:100% 100%;float:left;}
.yxzdw_btn{width:100%;height:100px;display: block;}
.yxz_nr{width: 100%;height:330px;}
.yxz_nrul{width:100%;height:100%;}
.yxz_nrul li{width:95px;height:108px;float: left;text-align: center;}
.yxz_nrul li .fh_yxz_icon{display: block;margin: 0 auto;margin-top:26px;margin-bottom:5px;}
.yxz_nrul li .fh_czzxicon{margin-top:28px;}
.yxz_nrul li .fh_zhbhicon{margin-top: 28px;}
.yxz_nrul li .fh_lqlbicon{margin-top:29px;}
.yxz_nrul li a{text-align: center;line-height:32px;font-size:14px;color:#c8c5c9;transition: all 0.3s; }
.yxz_nrul li a:hover{color:#ffcc59;transition: all 0.3s;}
.yxz_nrul li a:hover img{animation: xuanzhuan 0.6s ease-in-out;}
@keyframes xuanzhuan{
	0{transform: rotateY(0deg);}
	100%{transform: rotateY(360deg);}
}

/*轮播*/
.mainlunbo{width:702px;height:428px;overflow: hidden;float: left;margin-left:9px;}
.jy_game_lunbo{width: 702px;height: 428px;float: left;position: relative;overflow: hidden;}
.jy_game_lunbo .jy_game_lunbo_img li img{width: 702px;height: 428px;}
.jy_game_lunbo .jy_game_lunbo_dotted{width: 100%;height: 45px;background:#302e35;position: absolute;bottom: 0px;left: 0px;}
.jy_game_lunbo .jy_game_lunbo_dotted li{width:140px;height: 45px;float: left;text-align: center;font-weight: 800; color:#f6efde;line-height: 45px;cursor: pointer;font-size: 14px;font-family: "微软雅黑"; }
.jy_game_lunbo .jy_game_lunbo_dotted li.on{color:#ffcc59;background-color:#4d4c52;transition: all 0.3s;}
.jy_game_lunbo .jy_game_lunbo_dotted li:last-child{width:142px;}

/*新闻*/
.mainnews{width:468px;height:428px;float:right;background:url(../image/fh_xinwen_bg.png) top center no-repeat;background-size:100% 100%; }
.jy_game_xinwen{width:100%;height:100%;float: left;overflow:hidden;}
.jy_game_xinwen .jy_game_xw_title{width: 100%;height:72px;margin: 0 auto;}
.jy_game_xw_title .jy_game_xw_title_ul{width: 100%;height:58px;margin-top:6px;}
.jy_game_xw_title_ul li{float: left;width:66px;height: 53px;line-height: 53px;margin-top:8px;font-size:18px;margin-right:7px;cursor: pointer; text-align: center;font-family: "微软雅黑";}
.jy_game_xw_title_ul li .spanWord{display: inline-block; width:66px;height: 38px;transition:all 0.3s;font-size:18px;text-align: center;}
.jy_game_xw_title_ul li .spanWord01{background: url(../image/fh_newts01.png) top center no-repeat;}
.jy_game_xw_title_ul li .spanWord02{background: url(../image/fh_newts02.png) top center no-repeat;}
.jy_game_xw_title_ul li .spanWord03{background: url(../image/fh_newts03.png) top center no-repeat;}
.jy_game_xw_title_ul li .spanWord04{background: url(../image/fh_newts04.png) top center no-repeat;}
.jy_game_xw_title_ul li .spanWord05{background: url(../image/fh_newts05.png) top center no-repeat;}
.jy_game_xw_title_ul li .spanWord06{background: url(../image/fh_newts06.png) top center no-repeat;}
.jy_game_xw_title_ul li.on .spanWord01{background: url(../image/fh_newth01.png) top center no-repeat;}
.jy_game_xw_title_ul li.on .spanWord02{background: url(../image/fh_newth02.png) top center no-repeat;}
.jy_game_xw_title_ul li.on .spanWord03{background: url(../image/fh_newth03.png) top center no-repeat;}
.jy_game_xw_title_ul li.on .spanWord04{background: url(../image/fh_newth04.png) top center no-repeat;}
.jy_game_xw_title_ul li.on .spanWord05{background: url(../image/fh_newth05.png) top center no-repeat;}
.jy_game_xw_title_ul li.on .spanWord06{background: url(../image/fh_newth06.png) top center no-repeat;}
.jy_game_xw_title_ul li.on {background: url(../image/fh_new_line.png) bottom center no-repeat; }
.jy_game_xw_title .jy_game_xw_line{width: 100%;height: 2px;border-bottom: 2px solid #020101;}
.jy_game_xw_title .xinwen_more{width: 19px;height: 19px;float: right;margin-top:12px;margin-right: 8px;}
.jy_game_xw_title .xinwen_more a img{transition: transform 0.4s ease-out;}
.jy_game_xw_title .xinwen_more a img:hover{transform:scale(1.2) rotate(90deg);-webkit-transform:scale(1.2) rotate(90deg);-moz-transform:scale(1.2) rotate(90deg);-ms-transform:scale(1.2) rotate(90deg);-o-transform:scale(1.2) rotate(90deg);}
.jy_game_xw_nr{width:405px;height: 352px;margin: 0 auto;}
.jy_game_xw_nr .jy_game_xw_li h2{color:#ffcc59;font-size:22px;text-align: center;}
.jy_game_xw_nr .jy_game_xw_li p{font-size: 14px;line-height:20px;text-align: center;color:#000;margin-top: 10px;margin-bottom: 10px;width: 100%;overflow: hidden;font-family: "微软雅黑"}
.jy_game_xw_nr .jy_game_xw_li p span{margin-left: 5px;font-family: "微软雅黑"text-align: center;color:#b8b3b9;}
.jy_game_xw_nr .jy_game_xw_li p span a{font-size: 16px;color:#fff;font-family: "微软雅黑"text-align: center;}
.jy_game_xw_nr .jy_game_xw_li p span a:hover{color:#e46f60;}
.jy_game_xw_nr .jy_game_xw_lis{width:405px;height:34px;line-height:34px;font-size: 14px;color: #000;overflow: hidden;}
.jy_game_xw_lis .jy_xw_lis_word{font-size: 14px;color: #b8b3b9;display: inline-block;float: left;transition:0.3s;width:auto;overflow: hidden; }
.jy_game_xw_nr .jy_game_xw_lis .biaoji{vertical-align:top;color:red;display: inline-block;margin-top:-5px;margin-left:5px;font-size:13px;}
.jy_game_xw_lis .jy_xw_lis_word b{font-size: 14px;color: #ffd45b;display: inline-block;}
.jy_game_xw_lis .jy_xw_lis_word:hover{color: #e46f60;margin-left:5px;transition:0.3s;}
.jy_game_xw_lis .jy_xw_lis_word a{font-size: 14px;color: #000;}
.jy_game_xw_lis .jy_xw_lis_time{display: inline-block;float: right;font-size: 13px;color: #b8b3b9;}

/*中间*/
.mainmid{width:100%;height:390px;margin: 0 auto;margin-top:20px;}
/*客服*/
.mainmid_kf{width:231px;height:390px;float: left;background: url(../image/fh_kefubg.png) top center no-repeat;background-size:100% 100%; }
.xysy_kftitle{width: 100%;height:60px;}
.xysy_kfnr{width: 226px;height:500px;margin: 0 auto;position: relative;z-index:5;}
.xysy_kfContent{width:208px;height:auto;margin: 0 auto;}
.xysy_fuzhucj{width: 206px;height: 43px;margin: 0 auto;}
.xysy_fuzhucj img{display: block;cursor: pointer;transition: all 0.3s; }
.xysy_fuzhucj img:hover{opacity:0.8;transition: all 0.3s; }
.kefu_titles{width:100%;height: 34px;margin: 0 auto;border-bottom: 1px solid #0f0b0c;margin-bottom:5px;}
.kefu_titles .jy_rd_th3{width: 85px;height: 34px;font-weight: bolder;float: left; text-align: center;font-size: 20px;font-family: "思源宋体";line-height:34px;color: #c8c5c9;border-bottom: 2px solid #fcc958;}
.xysy_kfnr p{font-size:14px;line-height:27px;color:#c8c5c9;transition:all 0.3s;}
.xysy_kfnr p a{font-size:14px;line-height:27px;color:#c8c5c9;cursor: pointer;transition:all 0.3s;}
.xysy_kfnr p:hover{transition:all 0.3s;color:#fcc958;}
.xysy_kfnr p:hover a{transition:all 0.3s;color:#fcc958;}
.xysy_kfContent .xysy_kfLine{display: block;margin: 0 auto;margin-top:8px;}
.xysy_kfnr p.kfEmail{color:#c8c5c9;transition:all 0.3s;}
.xysy_kfnr p.kfEmail:hover{transition:all 0.3s;color:#c8c5c9;}
.xysy_kfkuangBg{width: 226px;height: 174px;margin: 0 auto;margin-top: 10px;}
.wlsy_kefu_ul{width:188px;height: 174px;margin: 0 auto;}
.wlsy_kefu_ul li{width: 93px;height: 34px;line-height: 30px;text-align: center;color: #c8c5c9;float: left;font-size: 14px;font-weight: 800;transition:all 0.3s;}
.wlsy_kefu_ul li:hover{color: #fcc958;transition:all 0.3s;}

/*热门活动*/
.mainmid_rm{width:865px;height:390px;float: left;margin-left:12px;}
.Pl_yxgl{width: 865px;height:390px;float:left;overflow: hidden;background-size:100% 100%;}
.Plyxgl_Photo{width: 100%;height: 180px;margin: 0 auto;overflow: hidden;}
.Plyxgl_Photo a{display: block;}
.Plyxgl_Photo a img{width: 276px;height: 180px;object-fit: cover;float: left;margin-left:10px;margin-right:0px;transition: all 0.3s;}
.Plyxgl_Photo a img:hover{opacity:0.9;}
.Plyxgl_Photo .yxgl_title{width:21px;height:84px;float: left;margin-top:20px;margin-left:10px;}
.Plyxgl_Photo a .yxgl_firstImg{margin-left:9px;}
.Plyxgl_nr{width: 100%;height:424px;margin: 0 auto;background: url(../image/fh_remenbg.png) top center no-repeat;margin-top:-30px;background-size:100% 100%; }
.jy_video_bz_ulb .tempWrap{margin-left:2px;}
.xysy_yxgl_h{width: 100%;height:55px;}
.jy_video_bz_ulb{width:100%;height:358px;margin:2px auto;}
.jy_video_bz_ulb .jy_video_bz_lb_t{width: 98%;height: 45px;line-height: 45px;margin: 0 auto; }
.jy_video_bz_lb_t li{float: left;cursor: pointer;}
.jy_video_bz_lb_t .jy_video_bz_lbli{width:94px;height:45px;text-align: center; cursor: pointer;color:#fbfaf0;font-size:16px;}
.jy_video_bz_lb_t .jy_video_bz_lbline{color:#fbfaf0;font-size:16px;padding-left:8px;padding-right: 8px;}
.jy_video_bz_lb_t .jy_video_bz_lbli.on{color:#ffcc59;cursor: pointer;border-bottom:2px solid #ffcc59; }
.jy_video_bz_ulb .jy_video_bz_lb_b{width:820px;height:385px;margin:2px auto;overflow: hidden;}
.jy_video_bz_lb_t .Plyxgl_more{width:21px;height:21px;float: right;line-height: 40px;}
.jy_video_bz_lb_t .Plyxgl_more a{display: block;width: 21px;height: 20px;margin-top: 12px;}
.jy_video_bz_lb_t .Plyxgl_more a img{width:21px;height: 21px;transition: transform 0.4s ease-out;display: block;transition: all 0.3s;}
.jy_video_bz_lb_t .Plyxgl_more a img:hover{transform:scale(1.2) rotate(90deg);-webkit-transform:scale(1.2) rotate(90deg);-moz-transform:scale(1.2) rotate(90deg);-ms-transform:scale(1.2) rotate(90deg);-o-transform:scale(1.2) rotate(90deg);}
#jy_yxgl_bz_lbdiv .Pl_yxgl_bz{width:100%;height:282px;position: relative;margin-top:15px; }
.jy_video_bz_lbdiv .Pl_yxgl_bz li{width:356px;height:45px;line-height:45px;font-size: 14px;padding-left:3px;transition: all 0.3s;float: left;border-bottom: 1px solid #423d43;margin-left:52px; }
.jy_video_bz_lbdiv .Pl_yxgl_bz li a>img{display:inline-block; margin-right:3px;}
.jy_video_bz_lbdiv .Pl_yxgl_bz li a{font-size: 14px;color:#c8c5c9;transition: all 0.3s;}
.jy_video_bz_lbdiv .Pl_yxgl_bz li:hover{color:#fcc958;} 
.jy_video_bz_lbdiv .Pl_yxgl_bz li:hover a{color:#fcc958;margin-left:4px;transition: all 0.3s; }
.jy_video_bz_lbdiv .Pl_yxgl_bz li.on a{color: red;}

/*日历活动*/
.mainmid_rili{width:263px;height:390px;background: url(../image/fh_syrilibg.png) top center no-repeat;background-size:100% 100%;float: right; }
.xysy_rili{width: 240px;height:390px;margin: 0 auto;}
.jy_redian_title{width:100%;height: 57px;margin: 0 auto;border-bottom: 1px solid #888;margin-top:-24px;}
.jy_redian .jy_redian_h{width: 100%;height:5px;}
.jy_redian_title .jy_rd_th3{width: 90px;height: 57px;font-weight: bolder;float: left; text-align: center;font-size: 20px;font-family: "宋体";line-height:83px;color:#dcb568;border-bottom: 2px solid #004661;}
.jy_redian_title .jy_rd_more{width: 21px;height: 21px;float: right;margin-top:21px;margin-right:5px;}
.xysy_riliBox{width: 100%;height: 100px;border-bottom: 1px dotted #dcb568;margin-top:12px;}
.xysy_yang{width: 100%;height:30px;margin-top:10px;}
.xysy_yang .xysy_laba{display: inline-block;vertical-align: middle;margin-left:15px;margin-right: 5px;}
.xysy_yang b{font-size:20px;color:#dcb568;font-family: "思源宋体"; text-align: center;font-weight: bold;}
.xysy_nong_left{/*width: 70px;*/width:95px;height: 95px;float:right;margin-top:-32px;margin-left: 15px;}
.xysy_nong_left p{font-size:16px;line-height:30px;text-align: center; font-family: "思源宋体";color:#dcb568;font-weight: bold;}
.xysy_nong_right{/*width: 122px;*/width: 106px;height: 86px;float:left;margin-top:-18px;margin-right:10px;font-size:30px;font-family: "思源宋体";color:#dcb568;font-weight: bold;text-align: center;line-height:95px;}
.xysy_rili_huodong{width: 100%;height:223px;margin-top:15px;}
.xysy_rili_tabTitle{width: 100%;height:90px;}
.xysy_rili_tabTitle .riliTitle{width: 25px;height: 82px;background-size:100% 100%;float: left;margin-left:8px;transition:all 0.3s;margin-top: 3px;cursor: pointer;}
.xysy_rili_tabTitle .riliTitle:hover{margin-top:-2px;transition:all 0.3s;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle01{background: url(../image/fh_syrili_w01.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle02{background: url(../image/fh_syrili_w02.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle03{background: url(../image/fh_syrili_w03.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle04{background: url(../image/fh_syrili_w04.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle05{background: url(../image/fh_syrili_w05.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle06{background: url(../image/fh_syrili_w06.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle07{background: url(../image/fh_syrili_w07.png) no-repeat;background-size:100% 100%;}

.xysy_rili_tabTitle .riliTitle01:hover{background: url(../image/fh_syrili_wh01.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle02:hover{background: url(../image/fh_syrili_wh02.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle03:hover{background: url(../image/fh_syrili_wh03.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle04:hover{background: url(../image/fh_syrili_wh04.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle05:hover{background: url(../image/fh_syrili_wh05.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle06:hover{background: url(../image/fh_syrili_wh06.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle07:hover{background: url(../image/fh_syrili_wh07.png) no-repeat;background-size:100% 100%;}

.xysy_rili_tabTitle .riliTitle01.on{background: url(../image/fh_syrili_wh01.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle02.on{background: url(../image/fh_syrili_wh02.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle03.on{background: url(../image/fh_syrili_wh03.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle04.on{background: url(../image/fh_syrili_wh04.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle05.on{background: url(../image/fh_syrili_wh05.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle06.on{background: url(../image/fh_syrili_wh06.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle07.on{background: url(../image/fh_syrili_wh07.png) no-repeat;background-size:100% 100%;}
.xysy_rili_tabTitle .riliTitle.on{margin-top:-2px;transition:all 0.3s;}

.xysy_rili_tabBody{width: 100%;height:130px!important;}
.xysy_rili_ul{width: 100%;height: 100%;}
.calendar{width:222px;height: 100%;margin: 0 auto;}
.calendar li{clear: both;height:75px;width:100%;position: relative;cursor: pointer;margin-top: 10px;}
.calendar li:hover{margin-left:8px;transition:all .5s;}
.calendar li .con1{width:209px;height:auto;position: relative;}
.calendar li .con2{width:209px;height:auto;}
.calendar li .con1 .con_big_title{width:209px;background:url(../image/fh_syrili_tbg.png) no-repeat;background-size:100% 100%;height:63px;position:absolute;top:5px;left:5px;overflow: hidden;}
.calendar li .con2 .con_big_title{width:209px;background:url(../image/fh_syrili_tbg.png) no-repeat;background-size:100% 100%;height:63px;position:absolute;top:5px;right:5px;overflow: hidden;}
.calendar li .con1 .con_big_title>.title1{font-size:18px;padding-left:20px;padding-top:6px;font-weight: bolder;color: #4d4b4b;transition:all .5s;}
.calendar li .con1 .con_big_title>.info1{padding-left:21px;font-size: 12px; color: #4d4b4b; line-height:15px; font-weight: bold;transition:all .5s;}
.calendar li .con2 .con_big_title>.title1{font-size:18px;padding-top:6px; font-weight: bolder;color:#4d4b4b;transition:all .5s;float: right;padding-right: 20px;}
.calendar li .con2 .con_big_title>.info1{font-size: 12px; color: #4d4b4b; line-height: 15px;font-weight: bold;transition:all .5s;padding-left: 120px!important;padding-right: 0px!important;}
.img_con{width:200px;}
.has_select .con1 .plus{position: absolute;top: 71px;left:-8px;height:0px;transition:all .5s;}
.has_select .con2 .plus{position: absolute;top: 71px;left:-8px;height:0px;transition:all .5s;}
.plus .plus_top_bg{width: 233px;height: 0px;background: url(../image/fh_syrili_nrbg.png) no-repeat;background-size:100% 100% ;}
.plus .plus_mid_bg{width: 233px;height: 0px;background: url(../image/fh_syrili_nrbg.png) repeat;}
.plus .plus_bottom_bg{width: 233px;height: 0px;background: url(../image/fh_syrili_nrbg.png) no-repeat;background-size:100% 100% ;}
.plus .plus_mid_bg p{display: none;transition:all .5s;}
.has_select:hover .con1 .plus{height: auto;transition:all 2s;display: block;transition:all .5s;}
.has_select:hover .con2 .plus{height: auto;transition:all 2s;display: block;transition:all .5s;}
.has_select:hover .plus .plus_top_bg{width: 233px;height: 20px;background: url(../image/fh_syrili_nrbgtop.png) no-repeat;background-size:100% 100% ;}
.has_select:hover .plus .plus_mid_bg{width: 233px;height: auto;background: url(../image/fh_syrili_nrbgmid.png) repeat;transition:all .3s;}
.has_select:hover .plus .plus_bottom_bg{width: 233px;height: 20px;background: url(../image/fh_syrili_nrbgbottom.png) no-repeat;background-size:100% 100% ;transition:all .5s;}
.has_select:hover .plus .plus_mid_bg p{display: block;}
.has_select .con2 .plus .plus_mid_bg p{width:195px;height: auto;margin: 0 auto;font-size: 14px;color:#000;padding:5px 0px;line-height: 24px;text-align: left;border-bottom: 1px dashed #000;}
.has_select .con2 .plus p img{ vertical-align: middle; margin-right: 5px;margin-top: -2px;}
.has_select .con2 .plus .sy_text_indent{padding-left:8px;}
.has_select .con1 .plus p{ width:195px;height: auto;margin: 0 auto;font-size: 14px;color:#000; line-height: 24px;padding:5px 0px;text-align: left;border-bottom: 1px dashed #000;}
.has_select .con1 .plus p img{ vertical-align: middle; margin-right: 5px;margin-top: -2px;}
.has_select .con1 .plus .sy_text_indent{padding-left:8px;}
.img_con1{position:absolute;height:100px;top:-22px;right:-24px;background-position: right center;background-size:100% 100%;}
.img_con2{position:absolute;height:100px;top:-8px;left:-14px;background-position: left center;background-size:100% 100%;}
.calendar.xysy_rili_ul01 .item1 .img_con{background:url(../image/fh_syrili_timg01.png) no-repeat;background-position: right center;}
.calendar.xysy_rili_ul01 .item2 .img_con{background:url(../image/fh_syrili_timg02.png) no-repeat;background-position: left center;}
.calendar.xysy_rili_ul02 .item1 .img_con{background:url(../image/fh_syrili_timg01.png) no-repeat;background-position: right center;}
.calendar.xysy_rili_ul02 .item2 .img_con{background:url(../image/fh_syrili_timg02.png) no-repeat;background-position: left center;}
.calendar.xysy_rili_ul03 .item1 .img_con{background:url(../image/fh_syrili_timg01.png) no-repeat;background-position: right center;}
.calendar.xysy_rili_ul03 .item2 .img_con{background:url(../image/fh_syrili_timg02.png) no-repeat;background-position: left center;}
.calendar.xysy_rili_ul04 .item1 .img_con{background:url(../image/fh_syrili_timg01.png) no-repeat;background-position: right center;}
.calendar.xysy_rili_ul04 .item2 .img_con{background:url(../image/fh_syrili_timg02.png) no-repeat;background-position: left center;}
.calendar.xysy_rili_ul05 .item1 .img_con{background:url(../image/fh_syrili_timg01.png) no-repeat;background-position: right center;}
.calendar.xysy_rili_ul05 .item2 .img_con{background:url(../image/fh_syrili_timg02.png) no-repeat;background-position: left center;}
.calendar.xysy_rili_ul06 .item1 .img_con{background:url(../image/fh_syrili_timg01.png) no-repeat;background-position: right center;}
.calendar.xysy_rili_ul06 .item2 .img_con{background:url(../image/fh_syrili_timg02.png) no-repeat;background-position: left center;}
.calendar.xysy_rili_ul07 .item1 .img_con{background:url(../image/fh_syrili_timg01.png) no-repeat;background-position: right center;}
.calendar.xysy_rili_ul07 .item2 .img_con{background:url(../image/fh_syrili_timg02.png) no-repeat;background-position: left center;}
.calendar .item1{z-index:10;}
.calendar .item2{z-index:9;}
.zltz_yuanimg{vertical-align: middle;}
.calendar{display: none;}

.rili_week{width: 98%;height: auto;font-size:14px;color: #280305;line-height:24px;margin: 0 auto;display: none;}
.rili_week h2{font-size:20px;line-height:30px;text-align: center;}

/*下*/
.mainbottom{width:100%;height:358px;margin-top: 20px;}
/*小编精选*/
.mainbottom_jx{width:461px;height:358px;background: url(../image/fh_syxbjx_bg.png) top center no-repeat;background-size:100% 100%;float: left; }
.xysy_xbjx{width: 446px;height:350px;float: left;}
.jy_main_bottom_jctj{width: 446px;height: 362px;float: left;margin-left:7px;background-size: 100% 100%;}
.jy_main_bottom_jctjnr{width: 446px;height: 362px;margin:7px auto;overflow: hidden;}
.jy_main_bottom_jctjnr .jy_main_bottom_jctjnr_ul{width: 446px;height: 40px;margin: 0 auto;border-bottom: 1px solid #888;}
.jy_main_bottom_jctjnr_ul li.jctjnr_li{width:86px;height: 40px;font-size: 20px; float: left;margin-left:0px; cursor: pointer; line-height: 40px;font-family: "思源宋体";text-align: center;font-weight: bold;border-bottom: 2px solid transparent;}
.jy_main_bottom_jctjnr_ul li.jctjnr_li.on{color:#ffcc59;border-bottom: 2px solid #ffcc59;}
.jy_main_bottom_jctjnr_ul li.jctjnr_lir{float: right;margin-left: 14px;margin-right: 5px;}
.jy_main_bottom_jctjnr_ul li.jctjnr_lir a{line-height: 40px;line-height: 40px;font-size: 14px;color: #22272e;}
.jy_main_bottom_jctjnr_ul li.jctjnr_lir a img{width: 21px;height: 21px;transition:transform 0.4s ease-out;}
.jy_main_bottom_jctjnr_ul li.jctjnr_lir a img:hover{transform:scale(1.2) rotate(90deg);-webkit-transform:scale(1.2) rotate(90deg);-moz-transform:scale(1.2) rotate(90deg);-ms-transform:scale(1.2) rotate(90deg);-o-transform:scale(1.2) rotate(90deg);}
.jy_main_bottom_jctjnr_ul li.tougao{float: right;}
.jy_main_bottom_jctjnr_ul li.tougao a{font-size:14px;line-height: 45px;transition: all 0.3s; }
.jy_main_bottom_jctjnr_ul li.tougao:hover a{transition: all 0.3s; color: #004661;}
.jy_main_jctjnr_ulb .tempWrap{margin-left:2px;}
.jy_main_jctjnr_ulb{width: 425px;height: 300px;margin:5px auto;}
.jy_main_jctjnr_ulb .jy_main_jctjnr_lb_t{width: 100%;height: 40px;line-height: 40px;}
.jy_main_jctjnr_lb_t li{float: left;padding-left: 7px;padding-right: 7px;cursor: pointer;color:#c8c5c9;}
.jy_main_jctjnr_lb_t li:hover{color: #ffcc59;}
.jy_main_jctjnr_lb_t .jy_main_jctjnr_lbli{cursor: pointer;}
.jy_main_jctjnr_lb_t .jy_main_jctjnr_lbli.on{color:#ffcc59;cursor: pointer;}
.jy_main_jctjnr_lb_b{height: 260px;}
.jy_main_jctjnr_lb_b li{float: left;width: 100%;height:38px;border-bottom: 1px dotted #626060;padding-left: 4px;overflow: hidden;}
.jy_main_jctjnr_lb_b li a{font-size: 14px;line-height: 38px;transition: all 0.3s;color:#c8c5c9;}
.jy_main_jctjnr_lb_b li:nth-child(7){border-bottom: 1px solid transparent;}
.jy_main_jctjnr_lb_b li:last-child{border-bottom: 1px solid transparent;}
.jy_main_jctjnr_lb_b li a:hover{color: #ffcc59;transition: all 0.3s;}
.jy_main_jctjnr_lb_b li:hover a{margin-left: 5px;transition: all 0.3s;}
.jy_main_jctjnr_lb_b li.wlsy_tj a{color:#bb1414;}

/*精彩展示*/
.mainbottom_jczs{width:908px;height:358px;background: url(../image/fh_syjczs_bg.png) top center no-repeat;background-size:100% 100%;float: right;}
.xiysy_jczsBox{width: 905px;height: 350px;float: left;}
.xiysy_jczs{width:905px;height: 350px;overflow: hidden;}
.xiysy_jczs .xiysy_jczs_nr{width: 100%;height: 350px;overflow: hidden;}
.xiysy_jczs_nr .xiysy_jczs_title{width: 100%;height:80px;}
.xiysy_jczs_title .xiysy_jczs_titlel{width: 168px;height: 46px;float: left;margin-top: 10px;margin-left:15px;}
.xiysy_jczs_titlel img{width: 175px;height: 46px;}
.xiysy_jczs_titler{width:auto;height:48px;border-top: 1px solid #888;float: right;margin-top:22px;margin-right: 5px;padding-right:60px;}
.xiysy_video_bz_lb_t{width: 100%;height: 42px;line-height: 42px;position: relative;}
.xiysy_video_bz_lb_t li{float: left;padding-left: 5px;padding-right:5px;cursor: pointer;color:#c8c5c9;}
.xiysy_video_bz_lb_t li.tougao{padding-left: 10px;padding-right: 30px;line-height:38px;}
.xiysy_video_bz_lb_t li.tougao a{font-size:14px;line-height: 20px;display: inline-block;margin-top:0px;transition: all 0.3s; }
.xiysy_video_bz_lb_t li.tougao:hover a{color:#004661;transition: all 0.3s;}
.xiysy_video_bz_lb_t .xiysy_video_bz_lbli{cursor: pointer;width:98px;height: 42px;text-align: center; margin-top: -2px;color:#c8c5c9;}
.xiysy_video_bz_lb_t .xiysy_video_bz_lbli.on{color:#ffcc59;cursor: pointer;border-top: 2px solid #ffcc59;}
.xiysy_video_bz_ulb .xiysy_video_bz_lb_b{width: 1070px;height:385px;margin:2px auto;overflow: hidden;}
.xiysy_video_bz_lb_b li{float: left;width: 158px;height: 117px; position: relative;overflow: hidden;margin:5px;margin-top:8px;}
.xiysy_video_bz_lb_b li img{width: 158px;height: 117px;transition: all 0.5s linear;object-fit: cover;background-position: center center;background-repeat: no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.xiysy_video_bz_lb_b li:hover img{transform: scale(1.1,1.1);transition: all 0.5s;}
.xiysy_video_bz_lb_b li:nth-child(1){width: 199px;height: 247px; float: left;position: relative;overflow: hidden;}
.xiysy_video_bz_lb_b li:nth-child(1) img{width: 199px;height: 247px; object-fit: cover;}
.xiysy_video_bz_lb_b li .video_bz_word_sm{display: block; width: 100%;height:30px;background: rgba(0,0,0,0.5);font-size: 14px;line-height: 30px;position: absolute;bottom: 0px;left: 0px;color: #fff;}
.xiysy_video_bz_lb_b li .video_bz_word_sm span{display: block; width: 80%;height:30px;margin: 0 auto; font-size: 14px;line-height: 30px;color: #fff;text-align: center;}
.xiysy_video_bz_lb_b li .video_bz_word_smone{width: 100%;height:30px;line-height:30px;padding-top:6px;}
.xiysy_video_bz_lb_b li .video_bz_word_smone span{line-height: 20px;}
.xiysy_video_bz_lbdiv{width:100%;height:256px;margin-left:13px;}
.xiysy_video_bz_lb_t .xiysy_jczs_more{width: 21px;height: 21px;position: absolute;top: 5px;right: 6px;}
.xiysy_video_bz_lb_t .xiysy_jczs_more img{width: 21px;height: 21px;}
.xiysy_video_bz_lb_t .xiysy_jczs_more{width: 21px;height: 21px;position: absolute;top: 5px;right:-42px;}
.xiysy_video_bz_lb_t .xiysy_jczs_more img{width: 21px;height: 21px;transition:transform 0.4s ease-out;}
.xiysy_video_bz_lb_t .xiysy_jczs_more img:hover{transform:scale(1.2) rotate(90deg);-webkit-transform:scale(1.2) rotate(90deg);-moz-transform:scale(1.2) rotate(90deg);-ms-transform:scale(1.2) rotate(90deg);-o-transform:scale(1.2) rotate(90deg);}
.xiysy_video_bz_lb_t .xiysy_wytg{position: absolute;top: 19px;right:6px; }
.xiysy_video_bz_lb_t .xiysy_wytg a{font-size: 12px;}

/*官方渠道*/
.xysy_gfqd_box{width: 100%;height:224px;margin: 0 auto;margin-top:120px;}
.xysy_gfqd_boxnr{width: 1250px;height:224px;margin: 0 auto;}
.gfqd_box{width: 250px;height: 219px;transition: all 0.3s ;background: url(../image/fh_sygfqd_bg.png) no-repeat;cursor: pointer; background-size:100% 100%;float: left;margin-top: 20px;position: relative; }
.gfqd_box .gfqd_box_title{width: 38px;height: 135px;display: flex;justify-content: center;align-items: center;font-family: "思源宋体";font-weight: bolder;color:#000;font-size:20px;line-height:22px;text-align: center;
position: absolute;top:0px;left:34px;transition: all 0.3s ; }
.gfqd_box .gfqd_box_erweima{width: 130px;height: 130px;position: absolute;top:50px;right:33px;}
.gfqd_box_erweima .gferweima_img{width: 120px;height: 120px;margin: 0 auto;display: block;margin-top:5px;}
.gfqd_box:hover .gfqd_box_title{transition: all 0.3s;color:#666;}
.gfqd_box_erweima .gferweima_baidu{width: 86px;height: 77px;margin: 0 auto;display: block;margin-top:30px;}
.gfqd_box_erweima .gferweima_qie{width: 53px;height: 61px;margin: 0 auto;display: block;margin-top:32px;}
.gfqd_box_jianju{margin-left:78px;}
.gfqd_box_qqun{background: url(../image/fh_sygfqun_bgs.png) no-repeat;}
.gfqd_box_erweima p.sidebar_pa{font-size:14px;font-family: "思源宋体";font-weight: bold;color:#832d25;line-height:30px;}
.gfqd_box_erweima p.sidebar_pa a{font-size:14px;font-family: "思源宋体";font-weight: bold;color:#832d25;line-height:30px;}

/*滚动条*/
.mCSB_container{margin-right: 8px;}
.scroll_gun .mCSB_scrollTools .mCSB_draggerRail {background-color:rgba(0,0,0,0.4);width:6px;border-radius:4px;}
.scroll_gun .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#a20606;width:6px;border-radius:4px;}


@media screen and (max-width:1366px ) {
	.fhsy_main{width:1280px;height:2150px;margin: 0 auto;position: relative; }
	/*轮播*/
	.mainlunbo{width:600px;height:428px;overflow: hidden;float: left;margin-left:9px;}
	.jy_game_lunbo{width:600px;height: 428px;float: left;position: relative;overflow: hidden;}
	.jy_game_lunbo .jy_game_lunbo_img li img{width:600px;height: 428px;}
	.jy_game_lunbo .jy_game_lunbo_dotted li{width:119px;}
	.jy_game_lunbo .jy_game_lunbo_dotted li:last-child{width:124px;}
	
	/*热门活动*/
	.mainmid_rm{width:762px;height:390px;float: left;margin-left:12px;}
	.Pl_yxgl{width: 762px;height:390px;float:left;overflow: hidden;background-size:100% 100%;}	
	.Plyxgl_Photo a img{width: 242px;height: 180px;object-fit: cover;float: left;margin-left:10px;margin-right:0px;transition: all 0.3s;}	
	.jy_video_bz_ulb .jy_video_bz_lb_b{width:762px;overflow: hidden;}	
	.jy_video_bz_lbdiv .Pl_yxgl_bz li{width:326px;margin-left:36px;overflow: hidden; }
	
	/*小编精选*/
	.mainbottom_jx{width:410px;height:358px;background: url(../image/fh_syxbjx_bg.png) top center no-repeat;background-size:100% 100%;float: left; }
	.xysy_xbjx{width: 395px;height:350px;float: left;}
	.jy_main_bottom_jctj{width: 395px;height: 362px;float: left;margin-left:7px;background-size: 100% 100%;}
	.jy_main_bottom_jctjnr{width: 395px;height: 362px;margin:7px auto;overflow: hidden;}
	.jy_main_bottom_jctjnr .jy_main_bottom_jctjnr_ul{width: 395px;height: 40px;margin: 0 auto;border-bottom: 1px solid #888;}	
	.jy_main_jctjnr_ulb{width: 395px;height: 300px;margin:5px auto;}
	.jy_main_jctjnr_ulb .jy_main_jctjnr_lb_t{width: 100%;height: 40px;line-height: 40px;}	
	.jy_main_jctjnr_lb_b li{float: left;width: 100%;height:38px;border-bottom: 1px dotted #626060;padding-left: 4px;overflow: hidden;}

	/*精彩展示*/
	.mainbottom_jczs{width:855px;height:358px;background: url(../image/fh_syjczs_bg.png) top center no-repeat;background-size:100% 100%;float: right;}
	.xiysy_jczsBox{width: 855px;height: 350px;float: left;}
	.xiysy_jczs{width:855px;height: 350px;overflow: hidden;}
	.xiysy_video_bz_ulb .xiysy_video_bz_lb_b{width: 1070px;height:385px;margin:2px auto;overflow: hidden;}
	.xiysy_video_bz_lb_b li{float: left;width: 148px;height: 117px; position: relative;overflow: hidden;margin:5px;margin-top:8px;}
	.xiysy_video_bz_lb_b li img{width: 148px;height: 117px;}
	.xiysy_video_bz_lb_b li:hover img{transform: scale(1.1,1.1);transition: all 0.5s;}
	.xiysy_video_bz_lb_b li:nth-child(1){width: 189px;height: 247px; float: left;position: relative;overflow: hidden;}
	.xiysy_video_bz_lb_b li:nth-child(1) img{width: 189px;height: 247px; object-fit: cover;}
	
	/*官方渠道*/
	.xysy_gfqd_box{width: 96.5%;}
.part3{background: url('../image/part3.jpg')no-repeat center;height: 812px;}
.raiders{overflow: hidden;width: 499px;height: 316px;float: left;position: relative;background: #fff;margin-top: 58px;background: url(../image/cont_left.jpg) no-repeat;padding: 20px 24px 0px 22px;box-sizing: border-box;}
.means{float: right;width: 700px;background: url(../image/cont_right.jpg) no-repeat;margin-top: 58px;}
.means_bg{height: 358px;padding: 20px;box-sizing: border-box;}
.means_bg .reduce_list a:hover{color: #4c78bb;}
.raiders .title{color: #8aace0;border-bottom: 1px solid #39393b; padding: 0 0 15px 0;font-weight: bold;}
.add_more{display: inline-block;width: 56px;height: 26px;background: url('../image/more.png')no-repeat;position: absolute;right: -5px;font-size: 12px;padding-left: 6px;line-height: 24px;color: #f0f0f0;}
.aten_more{background: url(../image/ad_bg.png) no-repeat center;height: 14px;width: 13px;display: inline-block;line-height: 11px;text-align: center;color: #1c1c1b;align-items: center;}
.raiders ul li{padding-left: 0;text-align: left;}
.raiders ul li:last-child{border: none;}
.raiders ul li a:hover{color: #4c78bb;}
.means{float: right;box-sizing: border-box;}
.means .title{background-position: 0 -183px;}
.means .item{position: relative;height: 70px;top: 0;padding-left: 80px;}
.means .item:last-child{margin-bottom: 0;}
.means .label{position: absolute; left: 0; top: 0; width: 74px; height: 60px;padding: 5px; text-align: center; color: #85a5d7;border-bottom:1px dotted #333232 ;border-right: 1px dotted #333232;}
.means .label img{display: block; width: 30px; height: 30px; margin: 5px  auto 0;}
.means .reduce_list{height: 70px;border-bottom:1px dotted #333232 ;padding: 10px 0 0 0;box-sizing: border-box;}
.means a{display: inline-block; min-width: 90px; text-align: center; color: #cccccc;}
.screenshot{width: 1199px;height: 316px;background: url('../image/screenshot.jpg')no-repeat center;padding: 20px;box-sizing: border-box;}
.add_more_list{display: inline-block;width: 56px;height: 26px;background: url('../image/more.png')no-repeat;position: absolute;right: -6px;font-size: 12px;padding-left: 6px;line-height: 24px;color: #f0f0f0;}
.game_title{font-weight: bold;padding: 0px 26px 18px 0px;font-size: 20px;color: #8aace0;line-height: 20px;height: 20px;position: relative;border-bottom: 1px solid #39393b;}
.game_title span{font-style: italic;font-size: 12px;color: #5f5f5f;text-transform: uppercase;display: inline-block;margin-left: 6px;padding-left: 6px;position: relative;line-height: 1;}
.game_title span::before{content: '';position: absolute;left: 0;bottom: 0;width: 1px;height: 10px;background: #c6bfba;-webkit-transform: rotate(20deg);transform: rotate(20deg);}
.screenshot .title{background-position: 0 -285px;}
.screenshot ul{height: 215px; padding: 35px 0 0 0px;}
.screenshot li,.photo_list li{float: left; width: 362px; height: 194px; margin-right:35px; overflow: hidden; position: relative;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.screenshot li img,.photo li::before{display: block;-webkit-transition: all .2s; -moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;transition: all .2s;cursor: pointer;}
#Jphoto li:last-child{margin: 0;}
.screenshot li img{display:block;width: 362px;height: 194px;}
.screenshot li:hover img{-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}
.screenshot li::before{content: ''; position: absolute; z-index: 1; top: -100%; left: 0; width: 100%; height: 194px; background-color: rgba(0, 0, 0, .8); background-image: url('../image/pm.png'); background-repeat: no-repeat; background-position: center;}
.screenshot li:hover::before{top: 0;}
.pop{position: fixed;z-index: 100;top: 0;right: 0;left: 0;bottom: 0;background: rgba(0, 0, 0, .7); display: none;}
.pop_main{position: fixed; left: 50%; top:50%; z-index: 5000; max-width:1000px; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.pop_main img{display: block;width: 100%;}
.pop .close{position: absolute; right:0;top:0;z-index: 10; width:50px; height:50px; background:#000 url('../image/close.png') no-repeat center / 24px; cursor: pointer;}

.main{background: url('../image/list_bg.jpg')repeat-y center;}
.news_list{padding: 40px 0;font-size: 14px;}
.site{margin-bottom: 12px;}
.site b{color: #8aace0;font-size: 24px;}
.site .fr a{font-size: 14px;color: #8aace0;}
.site .fr span{font-size: 14px;color: #cccccc;}
.site .en{font-size: 16px; color: #757575; display: inline-block; padding-left: 28px; margin-left: 4px; background: url('../image/site.png') no-repeat left center;}

.news_list .news_content,.news_list .news_content::after,.news_list .news_content::before{background-size: 4000px 23px;background-image: url('../image/details_bg.png');background-repeat: no-repeat;}
.news_list .news_content::after,.news_list .news_content::before{content: '';height: 23px;position: absolute;left: 0;min-width: 1200px;}
.news_list .news_content::after{background-position:-2783px 0;}
.news_content::before{background-position:-1401px 0;}
.news_list .news_content{background-repeat: repeat-y;min-width: 1200px;background-position:-17px 0;}
.news_content .list .sort{color: #8aace0;}
.news_content .list li a:hover{color: #8aace0;}
.news_content .list .fr{color: #ffffff;font-size: 14px;}
.tab_link{padding: 37px 23px 0 20px;}
.tab_link_list{border-bottom: 1px solid  #39393b; text-align: center;}
.tab_link_list .cur::before{left: 45px;top: 16px;}
.tab_link_list .cur::after{right: 45px;top: 16px;}
.tab_link a{display: inline-block; width: 260px; line-height: 22px; padding-bottom: 10px; border-bottom: 3px solid transparent; font-size: 14px; margin-bottom: -1px;}
.tab_link .tab_link_list span{display: inline-block; padding: 0 17px; }
.tab_link .cur{border-color: #8aace0; font-weight: bold; color: #8aace0;position: relative;}
.content .list li{border-bottom:1px dotted #d1c8c1; height: 16px; line-height: 16px; overflow: hidden;}
.content .list li a:hover{text-decoration: underline;}
.page{text-align:center;padding-top: 20px;line-height: 80px;}
.page a{display:inline-block;padding:0 5px;margin:0 5px;}
.page a.active,.page a:hover{color:#8aace0;text-decoration:none;}
.news_content .list li{padding-left: 26px;height: 56px;line-height: 56px;margin-right: 20px; border-bottom: 1px dotted #333232;}
.news_content .list{margin-top: 34px;padding: 0 20px 0 26px;}
.th_active{color: #8aace0;}
.news_details{padding: 0px 0px 0 0px;text-align: center;border-bottom: 1px solid #39393b;}
.news_details_title{color: #8aace0;font-size: 22px;}
.subtitle{margin-bottom: 8px;}
.acticle{color: #e5e0d4;padding-top: 34px;}
	
}
