/*Copyright 2007 Qietu Inc. All rights reserved.*/
body{
	font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;
    background: url(../imgs/body.png) no-repeat center bottom;
	min-width:1300px;
	overflow-x: auto;
}
.wrapper{
	width: 1200px;margin: 0 auto;
}

.c{
	clear:both;
}

/*头部*/

#hd{
    /* position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 111; */
}

.header{
    background:#fff;
	height: 58px;
	z-index: 111;
}


.header .wrapper{
	position: relative;
}
.header .logo{
	float:left;
    margin: 5px 0 0 20px;
}
.header .logo img{
	display:block;
    height: 50px;
}
.header .nav{
	float: right;
}
.header .imgs{
	position: absolute;
	width: 420px;
	top: 0;
	left:107px;
	height: 58px;
}
.header .icos{
	float: right;
}
.header .img1{
	position: absolute;
	top: 0;
}
.header .img2{
	position: absolute;
	top: 58px;
	width: 1000px;
	height: 400px;
	z-index: 11111;
	display: none;
}
.header .img2 img{
	width: 1000px;
	height: 400px;
}
.header .imgs:hover .img1{
	display: none;
}
.header .imgs:hover .img2{
	display: block;
}
.header .nav ul{
	/*height: 58px;*/
    float: right;
    padding: 10px 57px 0 0px;
    overflow: hidden;
}
.header .nav li{
	float:left;
}

.header .nav li span{
    display: inline-block;
    margin:5px 20px 0;
    width: 3px;
    height: 23px;
    background:#685d9e;
}

.header .nav li a{
    display: inline-block;
    padding-left: 45px;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
	font-size: 24px;
    color:#3b6d6d;
    background-repeat:no-repeat;
    background-position:left center;

}

.header .nav li .s1{background-image:url(../imgs/hd_icn1.png);}
.header .nav li .s2{background-image:url(../imgs/hd_icn2.png);}


.header .nav li a:hover{
	/*color:#5DB7EB;*/
}
.header .icos ul{
	/*overflow: hidden;*/
	height:58px;
}
.header .icos li{
	position: relative;
	float:left;
    padding-left: 30px;
}
.header .icos li a{
	display: inline-block;
    margin-top: 10px;
}
.header .icos li a img{
    display: block;
	width: 34px;
    height: 28px;
}

.header .icos li .img{
	display: none;
    position: absolute;
    top: 72px;
    left: -46px;
    z-index: 9;
}

.naver{
	height: 90px; 
    background: url(../imgs/headerBg.png) repeat;
	position: relative;
	clear: both;
	    z-index: 3;
}

.naver .left{
	float:left;
}
.naver ul{
	height: 60px;
}
.naver  li{
	float:left;
}

.naver li a{
	font-size: 20px;
	color:#333; 
    width: 165px;
    display: inline-block;
	text-align:center; 
    line-height: 95px;
}

.naver li a em{
    display: inline-block;
	color:#ffffff;
    padding-left: 30px;
    font-style: normal !important;
    background: url(../imgs/nav_icn1.png) no-repeat left center;
}
.naver li.selected a em,
.naver li a:hover em{
	color:#81714d;
    background-image:url(../imgs/nav_icn2.png);
}

.naver li.selected a,
.naver li a:hover{
	background:url(../imgs/navBg.png) no-repeat;
}
.naver li span{
	display: inline-block; line-height: 60px; color: #9CC1E1;
	font-size: 12px;
	margin: 0 -2px;
}
.naver .img{
	position: absolute;
	left: 50%;
	top: 0;
	margin: 10px 0 0 -152px;
}
.naver .img img{
    display:block;
	width:279px;
    height: 101px;
}
.naver .right{
	float:right;
}


.foot_qrimg{
    padding:50px 0 100px;
    text-align: center;
}

.foot_qrimg li{
    position:relative;
    display: inline-block;
    overflow: hidden;
    margin:0 46px;
}

.foot_qrimg li .item {
	width: 250px;
    height: 230px;
    line-height: 230px;
    vertical-align: middle;
	display: block;
	background: url(../imgs/down_icn3.png) no-repeat;
    background-size: 100% 100%;
}

.foot_qrimg li img{
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 160px;
}

.foot_qrimg li .desc h3{
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 22px;
    color:#7b642d;
    /*background-position:left top;*/
    /*background-repeat:no-repeat;*/
}

.foot_qrimg li .desc h3 img {
	display: inline-block;
	margin-top: -6px;
	width: 26px;
	height: 23px;
	margin-right: 3px;
}

.foot_qrimg li .desc span {
	display: block;
	text-align: center;
	color: #a2894d;
	font-size: 16px;
}


/*.foot_qrimg p{
    position: absolute;
    left: 0;
    bottom: 10px;
    overflow: hidden;
    padding:0 10px;
    width: 211px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
	    font-family: '微软雅黑 Regular';
    font-weight: bold;
    color: #605969;
}*/

/*底部*/
.footer{
    height: 200px;
	padding:20px 0;
}

.footer .wrapper{
    position: relative;
}


.footer img{
	position: absolute;
	top: 0;
	display: block;
	width: 200px;
	left: 110px;
}

.footer .info{
	width: 850px;
	position: absolute;
	right: 0;
	top: -7px;
    line-height: 32px;
    font-size: 14px;
    color:#311f19;
    font-family: "黑体";
}

.footer .info a{
	color:#444;
}


.fixed_pop{
    position: fixed;
    left: 50%;
    bottom:0;
    z-index: 10;
    display: none;
        margin-left: -550px;
    width: 1100px;
    height: 221px;
    background: url(../imgs/fixed.png) no-repeat center;
    background-size: 100%;
}


.fixed_pop .renwu{
    position: absolute;
    left: 10px;
    bottom: 33px;
    width: 308px;
}

.fixed_pop .close{
    position: absolute;
    right: -10px;
    top: -16px;
    width: 61px;
    height: 61px;
    font-size: 18px
    /*background: url(../imgs/close.png) no-repeat center;*/
}

.fixed_pop ul{
    margin: 50px 0 0 85px;
}

.fixed_pop li{
    float: left;
	margin: -10px 0 0 15px;
}

.c{
    clear:both;
}

.fixed_pop li img{
    display: block;
    width: 130px;
    height: 130px;
}

.fixed_pop li a{
    display: block;
    margin-top: -26px;
    overflow: hidden;
}

.fixed_pop li a img{
    width: 214px;
    height: auto;
}

.popBg{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    background:#000;
    opacity: .7;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 70)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}


/*游戏资料*/

.gm_body .container{
	width:1200px;margin: 450px auto 0;
}
.gm_body .aside{
	width: 270px; background-color: #FFFFFF;
	float:left;
}
.gm_body .aside .sd_down{
	background: url(../imgs/img19.jpg) no-repeat;
	width: 270px;height: 210px;overflow: hidden;
}
.gm_body .aside .sd_down_t{
	height: auto;overflow: hidden;	
	padding-top: 36px;padding-left: 19px;
}
.gm_body .aside .sd_down_t .img{
	float:left;margin-right: 10px;
}
.gm_body .aside .sd_down_t img{
	width: 100px;height: 110px;display: block;
}
.gm_body .aside .sd_down_t .nav img{
	width: 131px;height: 50px;display: block;
}
.gm_body .aside .sd_down_t .nav{
	float:left;
}
.gm_body .aside .sd_down_t .nav li{
	margin-bottom: 14px;
}
.gm_body .aside .sd_down_f{
	padding-left: 19px;
}
.gm_body .aside .sd_tj{
	height: 63px;background-color:#6edfce;
	text-align:center;
}
.gm_body .aside .sd_tj img{
	width: 29px;height: 26px;display: inline-block;
	position: relative;top:6px;
}
.gm_body .aside .sd_tj a{
	padding-left: 30px;
	font-size: 24px;line-height:63px;color:#FFFFFF;
}
.gm_body .aside .sd_menu li{
	background-color: #6edfce;
	margin-bottom: 2px;cursor: pointer;
	position: relative;
}
.gm_body .aside .sd_menu li h4{
	color:#FFFFFF;line-height: 40px;
	text-align: center;font-size: 16px;
}
.gm_body .aside .sd_menu li h4 span{
	font-size: 22px;line-height: 22px;
	font-weight: bold;
	position: absolute;top:8px;right: 50px;
}
.gm_body .aside .sd_menu li dl{
	/*height: 70px;*/background-color: #F2F2F2;
	overflow: hidden;padding-left: 56px;
	padding-top: 20px;display: none;
}
.gm_body .aside .sd_menu li dl.selected{
	display: block;
}
.gm_body .aside .sd_menu li dd{
	float:left;margin: 0 15px 15px 0;
	width:85px;
	height:20px;
	line-height:20px;
	overflow:hidden;

}
.gm_body .aside .sd_menu li dd a{
	font-size: 14px;color:#424242;
	line-height: 20px;
}
.gm_body .aside .sd_menu li dd a:hover{
	color:#5DB7EB;
}
.gm_body .aside .sd_news{
	padding: 0 15px;
	border-bottom:2px solid #e9e9e9 ;
}
.gm_body .aside .sd_news .head{
	border-bottom: 1px solid #E8E8E7;
	overflow: hidden;
}
.gm_body .aside .sd_news .head span{
	font-size: 22px;color:#424242;
	line-height:75px;float: left;
}
.gm_body .aside .sd_news .head a{
	display: inline-block;width: 65px;
	height: 25px;text-align: center;
	background-color: #E4E8E9;border-radius: 13px;margin-left:80px;
	display: block;float: right;
	margin-top: 28px;
}
.gm_body .aside .sd_news .head .g_data_more{
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    width: 55px;
    line-height: 25px;
    text-decoration: none;
    color: #424242;
}
.gm_body .aside .sd_news .head a i{
	background: url(../imgs/img11-32.png) no-repeat right center;
	line-height: 25px;
	color:#424242;
	text-decoration: none;
}
.gm_body .aside .sd_news .head a i{
	font-size: 14px;
	padding-right: 10px;
}
.gm_body .aside .sd_news .head a:hover{
	background-color: #dadfe0;;
}
.gm_body .aside .sd_news .body ul{
	margin-top: 25px;
}
.gm_body .aside .ul_b{
	padding-bottom:15px;
}
.gm_body .aside .sd_news .body li{
	padding-bottom: 15px;position: relative;
}
.gm_body .aside .sd_news .body li>span{
	width: 4px;height: 4px;
	background-color: #B1B3B3;border-radius: 100%;
	margin-right: 8px;float: left;
	margin-top: 7px;
}
.gm_body .aside .sd_news .body li i{
	width: 8px;height: 10px;display:none;
	position: absolute;top:0px;
	right:8px; 
}
.gm_body .aside .sd_news .body li.selected i,
.gm_body .aside .sd_news .body li:hover i{
	display: inline-block;
}
.gm_body .aside .sd_news .body li a{
	font-size: 12px;color:#6b6b6b;
}
.gm_body .aside .sd_news .body li.selected a,
.gm_body .aside .sd_news .body li a:hover{
	color:#53b1a3;
}
.gm_body .main{
	width:910px;float:right;background-color: #FFFFFF;
	padding-left:10px;padding-right: 10px;height: auto;
}
.gm_body .main .current{
	margin-top: 27px;
	border-bottom: 5px solid #6edfce;
	height: auto;overflow: hidden;
}
.gm_body .main .current h2{
	font-size: 35px;color:#424242;
	line-height: 70px;float:left;
	margin-left: 25px;
}
.gm_body .main .current ul{
	float:right;overflow:hidden;padding-top: 30px;
	padding-right: 10px;
}
.gm_body .main .current li{
	float:left;
	font-size: 14px;color:#424242;
}
.gm_body .main .current li a{
	color:#707070;
}
.gm_body .main .current li a:hover{
	color:#6edfce;
}
.gm_body .main .download{
	padding-top: 30px;
}
.gm_body .main .ginfo{
	padding: 0 95px 12px 60px;
}
.gm_body .main .ginfo .head{
	padding: 26px 0;
}
.gm_body .main .ginfo .head .hd{
	background: url(../imgs/img20.png) no-repeat;
	width: 141px;height: 33px;display: block;padding-bottom: 20px;
}
.gm_body .main .ginfo .head h2{
	font-size: 22px;
	color:#FFFFFF;text-align: center;
}
.gm_body .main .ginfo .head p{
	font-size: 14px;color:#424242;
	text-indent: 2em;line-height: 20px;
}
.gm_body .main .ginfo .body{
	overflow: hidden;height: auto;
}
.gm_body .main .ginfo .body dl{
	float:left;width:25%;text-align: center;
}
.gm_body .main .ginfo .body dt span{
	width:1px;height: 21px;background-color: #BFC4C6;
	display: inline-block;margin-left: 20px;
	line-height: 20px;
}
.gm_body .main .ginfo .body dt{
	font-size: 20px;color:#424242;
	border-right: 1px solid #BFC4C6;
	margin-bottom: 15px;
}
.gm_body .main .ginfo .body dd{
	padding-bottom: 5px;
}
.gm_body .main .ginfo .body dd a{
	font-size: 16px;color:#53b1a3;
	line-height: 20px;
}
.gm_body .main .ginfo .body dd a:hover{
	color:#424242;
}

/*首页*/

.hm_ad .sp{
	padding-top: 670px;
}
.hm_ad .hm_downBox{
    float: left;
    /*width: 883px;*/
    width: 100%;
    height: 228px;
    background: url(../imgs/down_bg.png) no-repeat;
    overflow: hidden;
	/*border-radius: 15px;height: 150px;*/
	/*background-color:rgba(255,255,255,0.4);*/
	/*padding: 15px 15px 10px 15px;*/
	/*width: 565px;*/
	-webkit-background-size:cover;
	background-size:cover;
}

.hm_ad .hm_down{
    overflow:hidden;
}

.hm_ad .hm_down .view{
	float:left;
    margin: 20px 0 0 73px;
}

.hm_ad .hm_down .item{
    float: left;
    margin-right: 20px;
    overflow: hidden;
    width: 235px;
    height: 195px;
    background-position:left center;
    background-repeat:no-repeat;
}

.hm_ad .hm_down .item1{background-image:url(../imgs/down_icn1.png);}
.hm_ad .hm_down .item2{
    width: 220px;
    background-image:url(../imgs/down_icn2.png);
}

.hm_ad .hm_down .view img{
    float:right;
    margin-top: 20px;
    width: 154px;
    height: 154px;
}

/*.hm_ad .hm_down .view h4{
	color:#FFFFFF;font-size: 12px;text-align: center;
}
.hm_ad .hm_down .btn{
	float:left;
}*/
/*.hm_ad .hm_down .video{
	float:left;
}*/
/*.hm_ad .hm_down .v_txt{
	background: url(../imgs/img11-31.png) no-repeat center;
	height: 34px;
	width: 219px;
	line-height: 34px;
	color: #b01133;font-size: 18px;
}
.hm_ad .hm_down .v_txt span{
	padding-left: 129px;
}
.hm_ad .hm_down .v_txt span a:hover{
	color: #b01133;
}
*/



.hm_ad .hm_down .btn{
    float: left;
	overflow: hidden;
    padding: 10px 0 0 10px;
}

.hm_ad .hm_down .btn li{
 
/* 	width: 257px;
    height: 85px; */
	margin-bottom: 10px;
}

.hm_ad .hm_down .btn li a{
    display:block;
}

.hm_ad .hm_down .btn li a img{
    display: block;
    margin-top: 0;
    width: 226px;
    height: 72px;
    -webkit-transition:.3s;
    transition:.3s;
}

.hm_ad .hm_down .btn li a img:hover{
    -webkit-transform:translateY(-5px);
    transform:translateY(-5px);
}

.hm_ad .hm_down .yuyue{
    float:right;
    margin: 20px 90px 0 0;
}

.hm_ad .hm_down .yuyue img{
    display:block;

    width: 245px;
   /*  height: 210px; */
    -webkit-transition:.3s;
    transition:.3s;
}

.hm_ad .hm_down .yuyue img:hover{
    -webkit-transform:translateY(-5px);
    transform:translateY(-5px);
}

/*大图切换*/
.hm_news{
	overflow: hidden;height: auto;
	width: 1200px;margin: 0 auto;
	margin-top: 15px;
	height: 366px;
}
.hm_news_l{
	width: 614px;
    height: 346px;
    position: relative;
	float:left;
    overflow: hidden;
}

.hm_news_l .view a {
    display:block;
}

.hm_news_l .view img{
	display: block;
    width: 614px;
    height: 346px;
    -webkit-transition:.3s;
    transition:.3s;
}

.hm_news_l .view a:hover{
/*     -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: 50% 50%; */
}
.hm_news_l .imgs{
	/*height: 55px;*/
    /*background-color:rgba(0,0,0,0.5);*/
	position: absolute;
    bottom:24px;
    left:45px;
    right:45px;
}
.hm_news_l .imgs ul{
	overflow: hidden;
}
.hm_news_l .imgs li{
    float: left;
    width: 17px;
    height: 17px;
    /* padding: 4px 5px; */
    margin-right: 10px;
    cursor: pointer;
	/*border: 1px solid rgba(0,0,0,0.1);*/
	overflow: hidden;
    -webkit-transition:.3s;
    transition:.3s;
    border-radius:16px;
    background:#fff;
}
.hm_news_l .imgs li:hover{
	/*padding-top: 3px;

	padding-left: 5px;
	padding-bottom: 4px;*/
}
.hm_news_l .imgs li.on{
	/*border: 1px solid #fff;*/
    width: 52px;
    background:#73bfff;

}
.hm_news_l .imgs li img{
    border: 1px solid transparent;
    width: 113px;
    height: 42px;
    display: inline-block;
}
.hm_news_r{
	float:right;
	margin-top:16px;
	width: 542px;
/* 	background-color: #FFFFFF; */
}
.hm_news_r .head{
	/*height: 69px;*/
    overflow: hidden;
    background: url(../imgs/line.png) no-repeat left bottom;
	/*border-bottom: 1px solid #c7c7c7;*/

}
.hm_news_r .head ul{
	float: left;
    margin-top: 4px;
	/*height: 56px;*/
	overflow: hidden;
}
.hm_news_r .head li{
    position:relative;
	float:left;
    /*text-align: center;*/
	/*line-height: 56px;*/
	overflow: hidden;
}

.hm_news_r .head li a{
    float: left;
    width: 72px;
    height: 47px;
    line-height: 47px;
    text-align: center;
	font-weight: 600;
    font-size: 24px;
    color:#3b6d6d;
	transition: all 0s;
}
.hm_news_r .head li span{
	float: left;
    margin:15px 8px 0;
    width: 2px;
    height: 24px;
    background: url(../imgs/line2.png) no-repeat;
}
.hm_news_r .head li a:hover,
.hm_news_r .head li.on a{
	height: 60px;
	color:#b89250;
	background: url(../imgs/subnav2.png) no-repeat center bottom;
}
.hm_news_r .head .more{
	float: right;
    margin-top: 3px;
}
.hm_news_r .head .more a{
    display: inline-block;
	font-size: 18px;
    color:#68a3a3;
	line-height: 55px;
    font-size: 18px;
}
.hm_news_r .more a:hover{
	font-size: 18px;
	color:#b89250;
}
.hm_news_r .body ul{
	margin: 9px 0 0;
    height: 270px;
    overflow: hidden;
}
.hm_news_r .body .tip{
background-color: #e8e8e8;
	text-align: center;border-radius:8px;
	margin: 18px auto 0;
	width:460px;
}
.hm_news_r .body .tip a{
	font-size: 18px;color:#e91219;line-height: 33px;
	height: 33px;
}
.hm_news_r .body li{

	font-size: 16px;
    color:#707070;
	height:34px;
    line-height: 34px;
    overflow: hidden;
	border-bottom: 1px dashed #A0D7D6;
	padding-left: 3px;
}
.hm_news_r .body li.last{
	border: 0;
}
.hm_news_r .body li a{
    display:block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
	font-weight: 600;
	color: #5f7575;
}
.hm_news_r .body li a:hover {
	color: #c99745;
}

.hm_news_r .body li a em{
    float: left;
    margin: 3px 13px 0 0;
    overflow: hidden;
    width: 59px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-style: normal !important;
    color:#fff;
    background: url(../imgs/subnav3.png) no-repeat;
}
.hm_news_r .body li>span{
	float:right;
	margin: 0 5px;
    color:#b59852;
}
.hm_imgs{
    position:relative;
	margin-top:10px;
    height:786px;
	background:url(../imgs/img11-2.png) no-repeat center;
	/* overflow: hidden; */
	/*height: 1195px;*/
}

.hm_imgs .wrapper{
	position:relative;
	overflow-x: hidden;
}

.hm_imgs .tempWrap{
    margin:0 auto;
}


.hm_imgs .navr ul{
    position:relative;
	z-index:4;

}

.hm_imgs .navr li{
    position:absolute;
}

.hm_imgs .navr .li1{
	top: 135px;
    right: 105px;
}

.hm_imgs .navr .li2{
	right: 62px;
    top: 219px;
}

.hm_imgs .navr .li3{
	right: 23px;
    top: 310px;
}

.hm_imgs .navr .li4{
	right: 39px;
    top: 413px;
}

.hm_imgs .navr .li5{
	right: 59px;
    top: 512px;
}
.hm_imgs .navr .li6{
	right: 100px;
    top: 601px;
}


.hm_imgs .navr li a{
    padding-left:62px;
    height: 56px;
    line-height: 56px;
	font-size: 17px;
	color: #71728d;
	text-decoration: none;
	display: block;
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	
}

.hm_imgs .navr li.on a{
	color:#b59852;
}

.menpai1 img{
    display: inline-block;
    vertical-align: top;
}

.menpai1 .img1{
    margin-left: 8px;
    height:59px;
} 

.menpai1 .img2{
    width: 56px;
    height: 56px;
}

.hm_imgs_view_txt{
	/*width:960px;*/
    /*float: left;*/
	overflow: hidden;
}
.hm_imgs_view .txt{
    position:relative;
    z-index: 4;
	margin-top: 134px;
    overflow: hidden;
	/*width: 360px;*/
	float: left;
}


.hm_imgs_view .con{
	padding:10px 0 0 12px;
	color:#605969;
}

.hm_imgs_view .con h3{
	height:30px;
	line-height:30px;
	font-size:20px;
	overflow:hidden;
	font-family: '微软雅黑';
    font-weight: bold;
    color: #2e4949;
}

.hm_imgs_view .con p{
	font-size:14px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-family:'宋体';
	color: #6f8191;
}

.hm_imgs_view .con div{
	padding-top:10px;
	height:48px;
	width:332px;
	background: url(../imgs/menpai_border.png) no-repeat left center;
}

.hm_imgs_view .txt h2{
	font-size:66px;
	line-height: 120px;
	text-shadow: 0 0 15px rgba(0,0,0,1);
	color: #fffae0;
	border-bottom: 1px solid #3691d8;
	padding-left: 15px;
}
.hm_imgs_view .txt small{
	font-size: 24px;
	margin-left: 30px;
}
.hm_imgs_view .txt h4{
    float: left;

    text-align: center;
}

.menpai2{
  display:block;
  margin-top:7px;
  margin-left:12px;
}

.menpai3{
	margin:34px 0 0 12px;
	width:184px;
}

.menpai{
   /*  float: left; */
   margin-top: 20px;
}

.hm_imgs_view .txt h4 em{
    display: inline-block;
    font-style: normal !important;
}

.hm_imgs_view .nav{
	display:inline-block;
	float: right;
}
.hm_imgs_view .nav ul{
/* 	padding:4px;
	border:1px solid #876bb5; */
	/* margin-top:195px ;
	margin-left: 25px;
	margin-right: 23px; */
}
.hm_imgs_view .nav li{
	margin-bottom:10px;
}

.hm_imgs_view .nav li img{
	display:block;
	width:40px;
	height:40px;
	 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}

.hm_imgs_view .nav li.on img{
	filter: grayscale(0%);
}

.hm_imgs_view .nav li em{
    display: block;
    width: 39px;
    height: 39px;
    background-repeat:no-repeat;
    background-position:center;
    background-size: 39px 39px;
}

.hm_imgs_view .nav .li1 em{background-image:url(../imgs/z_man.png);}
.hm_imgs_view .nav .li1.on em{background-image:url(../imgs/z_man_on.png);}
.hm_imgs_view .nav .li2 em{background-image:url(../imgs/z_woman.png);}
.hm_imgs_view .nav .li2.on em{background-image:url(../imgs/z_woman_on.png);}

.hm_imgs_view .img{
	float: right;
}
.hm_imgs_view .img_b{
    position: absolute;
    right: 166px;
    top: 0px;
}

.hm_imgs_view .img_b img{
    width: 729px;
    height: 786px;
}

.hm_imgs_view{
    position:relative;
	height:786px;
}
.hm_nav{
	margin: 34px 0 60px;
	height:418px;
	overflow:hidden;
}
.hm_nav ul{
	overflow: hidden;
	    margin-left: -1px;
}
.hm_nav li{
	float: left;overflow: hidden; width: 111px;
}
.hm_nav li.on{
	width:756px ;
}

.hm_nav li .txt{
	float: left;
	width: 111px;
	padding: 70px 0px 0;
	font-size:26px ;
	text-align: center;
	position: relative;

	background-repeat:no-repeat;
	background-position:center;
	height:346px ;
	line-height: 1.1;
	color: #c2cfd9;
}

.hm_nav li.on .txt{
	display:none;
}

.hm_nav li .txt .bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    background: url(../imgs/z_bg1.png) no-repeat left top;
    -webkit-transition:.3s;
    transition:.3s;
}

.hm_nav li.on .txt .bg{
    opacity:.8;
}

.hm_nav li .txt h2{
    position:relative;
    margin: 0 13px;
    padding: 86px 10px 0;
    font-size: 30px;
    color:#223666;
    background-position:center top;
    background-repeat:no-repeat;
}

.hm_nav li.on .txt{
	color: #FFFFFF;
}
.hm_nav li .wrap{
	width: 1000px; height: auto; overflow: hidden;
}
.hm_nav li .img{
	float: left;
}

.hm_nav li .img img{
    width: 756px;
    height: 415px;
}

/*.hm_nav li .txt:before,
.hm_nav li .txt:after{
	width:9px ;
	height: 9px;
	content: "";
	position: absolute;
	top: 55px;
	left:28px;
	display: block;
	background: url(../imgs/zys-img24.png) no-repeat center;
}*/
.hm_nav li .txt:before{
	top: auto;
	right: 28px;
	left: auto;
	bottom:160px;
	background: url(../imgs/zys-img25.png) no-repeat center;
}

.hm_show{

  /*  margin-top: 51px;
    margin-bottom: 51px;*/
	overflow: hidden;
}
.hm_show .wrapper{
	overflow: hidden;
    width: 1200px;
    height: 453px;
    background: url(../imgs/z_bg3.png) no-repeat center top;
}

.hm_show_l{

}

.hm_show_r{
    float:right;
	margin:0 20px;
}
.hm_show_r .creation_dl dd{
    font-size: 31px;
    color: #64749d;
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #bfa568;
    padding-left: 3px;
}
.hm_show_r .creation_dl dd a{
	float: left;
    line-height: 100px;
}

.hm_show_r .creation_dl dd span{
    float: right;
    line-height: 35px;
    margin-right: 20px;
}

.hm_show .head{
	position:relative;
	margin:0 30px;
    text-align:center;
    background: url(../imgs/tuku_bg.png) no-repeat center bottom;
    /*height: 100px;*/
    /*line-height: 100px;*/
    margin-bottom: 12px;
	overflow: hidden;
	/*border-bottom: 1px solid #bfa669;*/
	background-size: 100%;
}
.hm_show .head h2{
	line-height: 1;
	font-size: 24px;
	color: #424242;
	padding-bottom:20px ;
	border-bottom: 1px solid #5bb5fd;
	display: inline-block;
	float: left;
}
.hm_show .head ul{
	overflow: hidden;
	display:inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
    margin-top: 10px;
	/* margin-left: 5px; */
}
.hm_show .head ul li{
    position:relative;
	float: left;
	margin:0 6px;
	/* margin-left: 30px; */
}

.hm_show .head ul li em{
    position: absolute;
    right: -13px;
    top: 53%;
    margin-top: -1px;
    width: 15px;
    height: 16px;
    background: url(../imgs/z_icn6.png) no-repeat;
}

.hm_show .head ul li a{
	transition: none;
    display: block;
    width: 84px;
    margin: 0 10px;
    text-align: center;
	font-size: 22px;
    line-height: 90px;
    overflow: hidden;
    color:#3b6d6d;
    height: 70px;
}
.hm_show .head ul li.on a{
	color: #b89250;
    background: url(../imgs/subnav4.png) no-repeat center bottom;
    /*background-size: 100% 100px;*/
}

.hm_show .head .more{
	position:absolute;
	right:0;
	bottom:20px;
    
	font-size: 18px;
	color: #3b6d6d;
}

.hm_show .head .more:hover{
	color: #d2883f;
    /*color:#64749d;*/
}

.hm_show .body{
	/*margin-top:20px ;*/
	overflow: hidden;
}

.hm_show .body ul{
    padding:0 14px;
}

.hm_show .body li{
	float:left;
	margin:5px;
}

.hm_show .body .img{
	overflow: hidden;
	width: 283px;
	height: 152px;
}

.hm_show .body .img img{
    display:block;
    width: 283px;
    height: 152px;
}

.hm_show .body a{
	display: block;
}
/* .hm_show h4{
	color: #424242;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
	text-align: center;
}

 */
.hm_partner{
	background: url(../imgs/img11-8.png) no-repeat center top;
	height: 222px;
	overflow: hidden;
}
.hm_partner .head{
	line-height: 68px;
	margin-left:25px ;
	font-size: 18px;
	color: #820e00;
}
.hm_partner .slideBox{
	position: relative;
}
.hm_partner .slideBox .sPrev,
.hm_partner .slideBox .sNext{
	position: absolute;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 12px;
    height: 20px;	
    z-index: 9;
}
.hm_partner .slideBox .sPrev{
    left: 0;
    background: url(../imgs/zys-img20.png) no-repeat;
    background-position: center;
    background-size: 100%;
}
.hm_partner .slideBox .sNext{
	right: 0;
    background: url(../imgs/zys-img21.png) no-repeat;
    background-position: center;
    background-size: 100%;
}
.hm_partner ul{
	overflow: hidden;
	margin-left: 3px;
}

.hm_partner li{
	float: left;
	margin-left: 13px;
	width: 223px;
	height: 84px;
	overflow: hidden;
}
.hm_show img{
    display:block;
    width: 125px;
    height: 93px;
	transition: all 0.5s;
}
.hm_show .h_imgB_video{
	cursor: pointer;
	width: 300px;
	height: 225px;
}
.hm_show .h_imgS_video{
	cursor: pointer;
	width: 135px;
	height: 95px;
}
.hm_show img:hover{
	transform: scale(1.1);
}

/*短信预约 开始*/
/*.order{
	position: fixed;
	left: 0;
	top: 50%;
    margin-top: -307.5px;
	padding: 4px;
    width: 276px;
    height: 615px;
    background: url(../imgs/orderBg.png) no-repeat;
}
.o_main{
    padding-bottom: 30px;
	background-color: #4768a4;
}
.o_main h2{
    padding-top: 20px;
	font-size: 27px;
	text-align: center;
	color: #fff;
}
.o_main ul{
	margin-top: 10px;
}
.o_main a{
	display: inline-block;
	width: 76px;
	margin-left: 8px;
	height: 43px;
    line-height: 43px;
	color: #fff;
	font-size: 15px;
}
.android{
	padding-left: 38px;
	background: url(../imgs/zys-img22.png) no-repeat;
	background-position: 11px 4px;
}

.iphone{
	padding-left: 38px;
	background: url(../imgs/zys-img23.png) no-repeat;
	background-position: 11px 4px;
}
.android.selected,
.iphone.selected{
	background-color: #5c9fc9;
}
.io_btn{
    position: absolute;
    top: 0;
    right: -35px;
    width: 35px;
    height: 94px;
    text-align: center;
    background-color: #7b91b9;
}
.io_btn strong,.io_btn span{
	font-weight: 500 !important;
	margin-top: 8px;
	display: inline-block;
	/*width: 10px;*/
	font-size: 20px;
	color: #fff;
}
.io_btn strong{
	display: none;
}
.io_btn span{
	/*display: none;*/
}
.o_form{
	margin-top: 12px;
	position: relative;
	text-align: center;
}
.o_form .txt{
    padding-left: 10px;
    margin: 0 auto;
    width: 104px;
    height: 30px;
    border: none;
    color: #fff;
    background-color: #5c9fc9;
}
.o_form .btn{
    margin-top: 16px;
    width: 70px;
    height: 30px;
    border: none;
    color: #fff;
    background-color: #5c9fc9;
}
.o_form i{
	position: absolute;
	right: 4px;
	top: -8px;
	color: #fff;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background-color: #009eda;
	border: 1px solid #a7ddf3;
}*/
/*短信预约 结束*/


.sd_nav{
	width:270px ;
}
.sd_nav li{
	height: 92px;
	overflow: hidden;
}
.main_c_l{
	margin: 20px;
}
.main_c_l ul{
    height: 62px;
	overflow: hidden;
	text-align: center;
}
.main_c_l_h{
	margin-bottom: 25px;
}
.main_c_l .tempWrap{
	margin: 0 auto;
}
.main_c_l_h li{
	position: relative;
	display: inline-block;
	width:215px ;
	background: #ecf0f1;
	text-align: center;
	font-size:18px ;
	color: #424242;
	height: 52px;
	line-height: 52px;
	margin: 0 -1px;
}

.main_c_l_h li.on::after,
.main_c_l_h li:hover::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 94px;
    width: 29px;
    height: 10px;
    background: url(../imgs/img1-60.png) center bottom;
}
.main_c_l_h li:hover,
.main_c_l_h li.on{
	background: url(../imgs/img1-60.png) center bottom #58CBC3;
	color: #FFFFFF;
}
.main_c_l_b{
	width: 800px;
	margin: 30px auto 0;
}
.main_c_l_b ul{
	height: 935px;
	overflow: hidden;
}
.main_c_l_b li{
	border-bottom: 1px solid #e5e8e8;
	padding: 0 30px 0 10px;
	height: 61px;
	line-height: 60px;
}
.main_c_l_b li a{
	font-size:14px ;
	color: #424242;
	display:block ;
	text-decoration: none;
	text-align: left;
}
.main_c_l_b li>a>span:last-child{
	float: right;
}
.c_l_f{
	margin-top: 50px;
}
.c_l_f{
	text-align: center;
}
.c_l_f a{
	
}
.c_l_f a,.c_l_f span{
	/*padding: 0 15px;*/
	/*border: 1px solid #929393;*/
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	/*border-radius: 25px;*/
	/*display: inline-block;*/

	margin: 0 8px;
	font-size:16px ;
}
.c_l_f .pagefirst,.c_l_f .pagelast,.c_l_f .pagenext,.c_l_f .pageprev{
	padding: 0 15px;
	border: 1px solid #929393;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	border-radius: 25px;
	display: inline-block;
	margin: 0 8px;
	font-size:16px ;
}
.c_l_f li a{
	text-decoration: none;
	color: #707070;
}
.c_l_f li.selected a,
.c_l_f li:hover a{
	color: #4d99cd;
}
.c_l_f span:hover{
	border: 1px solid #4d99cd;
}
.c_l_f span.current{
	border-bottom: 1px solid #707070;
}
.c_l_f span.current,
.c_l_f a:hover{
	color:#4d99cd;
	border-bottom: 1px solid #4d99cd !important;
}
.xw_txt{
	margin-top: 45px;
	padding: 0 10px;
}
.xw_txt h2{
	text-align:center ;
	font-size: 26px;
	font-weight: 700;
	color: #424242;
}
.xw_txt h5{
	font-size: 14px;
	color: #424242;
	margin: 20px 0 15px;
	line-height: 1.7;
}
.xw_txt p{
	font-size: 14px;
	color: #424242;
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 6px;
}
.xw_txt h4{
	font-size: 24px;
	color: #5bb5fd;
	text-align: center;
	margin: 12px 7px;
	line-height: 1.4;
}
.xw_txt .list{
	margin-top: 10px;
}
.xw_txt .list .img{
	text-align: center;
	width: 594px;
	height: 396px;
	overflow: hidden;
	margin: 0 auto;
}
.xw_txt .list img{
	transition: all 0.5s;
}
.xw_txt .list li:hover img{
	transform: scale(1.1);
}
.xw_txt .list h3{
	text-align: center;
	font-size: 14px;
	color: #424242;
	line-height: 55px;
}
.xw_txt .list li{
	margin-top: 5px;
}
.gm_body .main_j{
	height: auto;
	margin-bottom: 80px;
}
.xw_txt .list h2{
	color: #5bb5fd;
	margin-bottom: 10px;
}
.gm_body{
	height: auto;
}
.gm_body .container{
	overflow: hidden;
	padding: 0;
}
.xw_txt .list li p{
	margin-bottom: 20px;
}
.xw_txt .list li h6 span{
	color: #5bb5fd;
}
.xw_txt .list li h6{
	font-size: 14px;
	color: #424242;
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 6px;
}
.txt_r{
	text-align: right;
	font-size: 12px;
	color: #424242;
	line-height: 2;
}
.xw_ft{
	overflow: hidden;
	margin: 15px auto 0;
}
.xw_ft .head h2{
	font-size: 14px;
	color: #424242;
	line-height: 1.7;
	margin-bottom: 5px;
}
.xw_ft .head .img{
	margin: 0 auto;
	width:594px;
	height: 396px;
	overflow:hidden
}
.xw_ft .body{
	height: 135px;
	background: #f2f6f7;
	padding-top: 30px;
	overflow: hidden;
	margin-top: 40px;
}
.xw_ft .bd_l{
	float: left;
	overflow: hidden;
	width:424px;
}
.xw_ft .bd_r{
	float: left;
	overflow: hidden;
	width:424px;
}
.xw_ft .bd_l .img{
	float: left;
	width:105px ;
	height: 105px;
	overflow: hidden;
	margin-right: 15px;
	margin-left:60px ;
}
.xw_ft .bd_l .txt{
	float: left;
	line-height: 1.8;
	width: 210px;
	height: 105px;
	padding-right: 30px;
}
.xw_ft .bd_l .txt h2{
	font-size: 20px;
	color: #000000;
}
.xw_ft .bd_l .txt p{
	font-size: 14px;
	color: #000000;
}
.xw_ft .bd_r{
	border-left: 1px solid #e8ebec;
}
.xw_ft .bd_r ul{
	text-align: center;
}
.xw_ft .bd_r li{
	display: inline-block;
	margin: 2px 4px;
}
.xw_f_f{
	overflow: hidden;
	margin-bottom: 55px;
}	
.xw_f_f	.head{
	margin: 35px 0;
}
.xw_f_f	.head dl{
	text-align: center;
	overflow: hidden;
	width: 245px;
	margin: 0 auto;
}
.xw_f_f	.head dl dd,
.xw_f_f	.head dl dt{
	float: left;
	line-height: 35px;
	margin: 0 8px;
	font-size: 18px;
	color: #000000;
}
.xw_f_f	.body{
	border: 1px solid #f0f0f0;
	width:848px ;
	height: 295px;
	margin: 0 auto;
	overflow: hidden;
}
.xw_f_f	.xw_f_r,
.xw_f_f	.xw_f_l{
	float: left;
	width: 340px;
	padding: 0 42px;
	overflow: hidden;
}
.xw_f_h{
	font-size:20px ;
	line-height: 46px;
	border-bottom: 1px solid #f0f0f0;
	margin: 15px auto 0;
	display: block;
	color: #4d99cd;
}
.xw_f_b p{
	margin-top: 18px;
	font-size: 12px;
	padding-right: 6px;
	line-height: 1.7;
	color: #000000;
}
.xw_f_b ul{
	margin-top: 10px;
	margin-left: 15px;
}
.xw_f_b li{
	line-height: 35px;
	font-size: 12px;
	color: #000;
}
.xw_f_b li a:hover{
	color: #63a5eb;
}
.xw_f_b li i{
	width: 4px;
	height: 4px;
	float: left;
	background: #b1b3b3;
	border-radius: 4px;
	float: left;
	margin-top: 16px;
	margin-right: 8px;
}
.gm_body .dataxq_main {
	height: auto;
	padding-bottom: 50px;
}
.xq_b_h{
	margin-top: 20px;
}
.xq_b_h .head h2{
	background: url(../imgs/img20.png) no-repeat center;
	line-height:30px ;
	font-size:22px ;
	width:141px ;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	height: 33px;
}
.xq_b_h .head ul{
	text-align: center;
	overflow: hidden;
	width: 759px;
	margin: 25px auto 0;
}
.xq_b_h .head li{
	float: left;
}
.xq_b_h .head li span{
	margin: 0 40px;
	line-height: 30px;
	font-size: 16px;
}
.xq_b_h .head li a{
	font-size: 16px;
	color: #75b2e1;
	padding: 0 10px;
	line-height: 30px;
	text-decoration: none;
}
.xq_b_h .body{
	margin-top: 70px;
}
.xq_b_h .body h2{
	width: 750px;
	background: #e7f8ff;
	line-height: 30px;
	padding-left: 10px;
	margin: 0 auto;
	font-size: 20px;
	color: #000000;
}
.xq_b_h .body p{
	width: 750px;
	line-height: 20px;
	margin: 20px auto 0;
	font-size:14px;
	color: #000000;
	text-indent: 2em;
}
.xq_b_h .body .img{
	width: 420px;
	height: 314px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.xq_b_h .body h3{
	text-align: center;
	color: #424242;
	font-size: 14px;
	margin-top:25px;
	line-height: 24px;
}
.hr{
	margin-top: 45px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	display: inline-block;
	width: 800px;
	height: 1px;
	background-color: #dfdfdf;
}
.gm_body .main{
	margin-bottom: 70px;
}
.v_view{
	margin-top: 25px;
}
.v_view .img{
	text-align: center;
}
.v_view_f{
	margin-top: 10px;
	overflow: hidden;
}
.v_view_f_w{
	float: right;
    margin-right: 66px;
	overflow: hidden;
}
.v_view_f_w .down{
	float: left;
	margin-right: 22px;
}
.v_view_f_w dl{
	float: left;
}
.v_view_f_w dl dt,.v_view_f_w dl dd{
	float: left;
	margin-right: 16px;
}
.v_view_f_w dl dt{
	height: 30px;
	line-height: 30px;
	color: #3e3e3e;
}
.v_view_f_w dl .last{
	margin-right: 0;
}
.v_view_f_w dl dd a{
	display: inline-block;
	width: 27px;
	height: 27px;
}
.v_view_f .down a{
	width: 101px;
    height: 30px;
    background: url(../imgs/img4-2.png) no-repeat 13px center #4e95cb;
    display: block;
    line-height: 30px;
    text-align: right;
    padding-right: 4px;
    color: #fff;
    padding-right: 15px;
}
.gm_body .v_list{
	padding-left: 40px;
	margin-top: 86px;
}
.gm_body .v_list .head h2{
	font-size: 24px;
	text-align: center;
}
.gm_body .v_list .head h4{
	margin-top: 30px;
	font-size: 12px;
	color: #707070;
}
.gm_body .v_list .body{
	margin-top: 40px;
	padding-left: 12px;
}
.gm_body .v_list .body ul{
	overflow: hidden;
}
.gm_body .v_list .body li{
	float: left;
	margin-right: 12px;
}
.gm_body .v_list .body li .img{
	cursor: pointer;
}
.gm_body .v_list .body a{
	font-size: 14px;
	color: #424242;
}
/*.gm_body .v_list .body .img{
	width: 195px;
	height: 107px;
}*/
.gm_body .v_list .body h4{
	height: 35px;
	line-height: 35px;
	width: 195px;
	text-align: center;
}
/*弹窗视频 开始*/

.demo-btn, .demo-btn1{
	padding: 0;
	border: none;
	margin: 0;
	
}
.popup-w{
	padding: 0 !important;
}
/*弹窗视频 结束*/
/*玩家秀 开始*/
.showlist{
	margin-top: 25px;
	margin-left: 75px;
}
.showlist ul{
	overflow: hidden;
	width: 105%;
}
.showlist li{
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
	width: 231px;
	height: 333px;
	padding: 10px 7px 0;
	border: 1px solid #e8e8e8;
	background-color: #f1f1f1;
}
.showlist li .img{
	font-size: 0;
}
.showlist li .img a{
	display: inline-block;
	width: 231px;
	height: 265px;
	overflow: hidden;
}
.showlist li .img img{
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.showlist li .img img:hover{
	-ms-transform:scale(1.1); 	/* IE 9 */
	-moz-transform:scale(1.1); 	/* Firefox */
	-webkit-transform:scale(1.1); /* Safari 和 Chrome */
	transform:scale(1.1);
}
.showlist li:hover{
	border: 1px solid #4d99cd;
}
.showlist li .txt{
	margin-top: 16px;
}
.showlist li .txt p{
	margin-bottom: 5px;
}
/*玩家秀 结束*/

/*玩家秀详情 开始*/
.showd_img{
	margin-top: 25px;
}
.pl_info{
	margin-top: 30px;
}
.pl_info div{
	margin-left: 404px;
}
.pl_info h4{
	font-size: 12px;
	line-height: 20px;
	color: #707070;
}
.pl_info h4 span{
	color: #7ec2e9;
}
.showd_fx{
	margin-top: 35px;
}
.showd_fx dl{
	margin-left: 343px;
	overflow: hidden;
}
.showd_fx dt{
	margin-right: 20px;
	height: 33px;
	line-height: 33px;
	float: left;
	font-size: 16px;
}
.showd_fx dd{
	margin-right: 16px;
	float: left;
}
.show_pg {
	margin-top: 38px;
}
.show_pg .img{
	padding: 5px;
	width: 197px;
	height: 153px;
	background-color: #f1f1f1;
	border: 1px solid #e6e4e4;
}
.show_pg li {
	width: 204px;
}
.show_pg .first{
	float: left;
	margin-left: 110px;
}
.show_pg .last{
	float: right;
	margin-right: 120px;
}
.show_pg li h4{
	margin-top: 16px;
	text-align: center;
}
.show_pg li h4 a{
	display: inline-block;
	width: 137px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 555px;
    text-decoration: none;
    border: 1px solid #929393;
}
.show_pg li h4 a:hover{
	border-color: #4d99cd;
	color: #4d99cd;
}
.showcase{
	position: relative;
	width: 682px;
    margin: 0 auto;
}
.showcase .prev,.showcase .next{
	position: absolute;
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
}
.showcase .prev{
	left: -64px;
}
.showcase .next{
	right: -64px;
}
.showcase .list{
	width: 682px;
	overflow: hidden;
}
.showcase .list li{
	float: left;
	margin-right: 6px;
}
.video_view{
    width: 836px;
    margin: 0 auto;
	overflow: hidden;
	background-color: #302e2e;
}
.video_view .hd{
	float: right;
	height:455px;
	overflow-y: auto;
	overflow-x: hidden;
}
.video_view .v_bd{
	float: left;
	width: 655px;
	height: 455px;
	overflow: hidden;
}

/*玩家秀详情 结束*/

/*视频播放器弹窗 开始*/
/*.layui-layer-wrap{
	position: relative;
}
.close_img{
	font-size: 36px;
    font-weight: 300;
    color: #fff;
    position: absolute; top:0; right: 0; 
    margin-right: -24px; margin-top: -37px;
}*/

/*视频播放器弹窗  结束*/


/* 客服中心 start */
.ins_txt{padding:0 64px 0 22px;font-size: 16px;}
.ins_txt h2{padding:33px 0 25px;color:#424242;}
.ins_txt p{color:#707070;line-height: 36px;}

.ins_txt .rig{float: right;}
.ins_txt .rig p{line-height: 28px;}
/* 客服中心 end ! */


/* download */
.download_t{
    margin:26px auto 0;
    overflow: hidden;
    width: 588px;
}

.download_t .img{
    float: left;
    overflow: hidden;
    width: 265px;
    height: 306px;
    text-align: center;
    border:1px solid #e9eaeb;
}

.download_t .img img{
    display: block;
    margin:15px auto 18px;
    width: 230px;
    height: 230px;
}

.download_t .img p{
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color:#424242;
}

.download_t .txt{
    float: right;
    width: 310px;
}

.download_t .txt p{
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color:#424242;
}

.download_t .txt a{
    display: block;
    margin-bottom: 10px;
}

.download_t .txt img{
    display: block;
    width: 100%;
}


.download_f{
    margin:0 auto;
    padding:0 34px 0 0;
    width: 554px;
}

.download_f ul{
    margin:27px 0 40px;
    border-top: 1px solid #d7d7d7;
}

.download_f li{
    padding:0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color:#707070;
    border-bottom: 1px solid #d7d7d7;
}

.download_f h3{
    padding-bottom: 16px;
    font-size: 18px;
    color:#424242;
}

.download_f p{
    color:#707070;
}

.download_f p a{
    display: inline-block;
    margin-top: 30px;
    color:#707070;
}

.download_f p a:hover{
    color:#56abdb;
}

.download_box{
    margin:78px auto 0;
    width: 680px;
}

.g_tit{
    padding-bottom:10px;
    font-size: 22px;
    color:#424242;
    border-bottom: 1px solid #dee0e0;
}

.ul_img{
    overflow: hidden;
    margin:20px 0 0 -7px;
}

.ul_img li{
    float: left;
    margin-left: 7px;
    width: 222px;
}

.ul_img li a{
    display: block;
}

.ul_img li .img{
    position: relative;
}

.ul_img li img{
    display: block;
    width: 220px;
    height: 135px;
    border:1px solid #a6b0bf;
}

.ul_img li em{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../imgs/l_video.png) no-repeat center;
}

.ul_img li p{
    margin:4px 0 32px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color:#424242;
    text-align: center;
}

.ul_img li a:hover p{
    color:#56abdb;
}
/* download end ! */

/*游戏图库*/
	.gallerybox{width:750px;height:424px;position:relative;margin:28px auto 0;}
	.gameimg01{width:750px;height:424px;overflow:hidden;}
	.prevnextbg{width:225px;height:81px;position:absolute;top:50%;margin-top:-41px;}
	.prevbg{left:-5px;background:url(../imgs/prevbg.png) no-repeat;background-size:225px 81px;}
	.nextbg{right:-5px;background:url(../imgs/nextbg.png) no-repeat;background-size:225px 81px;}
	.previmg{width:78px;height:60px;padding:10px;}
	.previmg img{width:78px;height:60px;}
	.prevnexttit{width:auto;height:60px;padding:10px;}
	.prevnexttit span,.prevnexttit p{width:auto;height:30px;color:#fff;display:block;}
	.prevnexttit span{line-height:24px;font-size:18px;}
	.prevnexttit p{line-height:34px;font-size:14px;}
	.prevfl{float:left;}
	.btzzh{width:458px;height:77px;border:1px solid #ced0d3;margin:90px auto 0;}
	.btbox,.zzhbox{width:458px;height:38px;}
	.btbox{border-bottom:1px solid #ced0d3;}
	.bt1,.bt2{height:38px;line-height:38px;font-size:14px;float:left;}
	.bt1{width:120px;padding-left:32px;color:#707070;border-right:1px solid #ced0d3;}
	.bt2{width:303px;text-align:center;color:#8acef9;}

	.sjbox li{width:46%;height:auto;overflow:hidden;padding:0 2%;float:left;}
	.sjbox li a{width:100%;height:auto;overflow:hidden;display:block;}

	/*详情*/
		/* 本例子css */
		.gallery_detail{ width:750px;height:424px;overflow:hidden; position:relative;margin:0 auto;}
		.gallery_detail .bd{ position:relative; height:100%; z-index:0;   }
		.gallery_detail .bd li{ zoom:1; vertical-align:middle; }
		.gallery_detail .bd img{width:750px;height:424px;display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		/*.gallery_detail .prev,.gallery_detail .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../imgs/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;background-size:235px 32px;}*/
		.gallery_detail .prev,.gallery_detail .next{ position:absolute; left:3%; top:50%; margin-top:-40px; display:block; width:64px; height:80px; background:url(../imgs/slider-arrow.png) -220px 10px no-repeat; filter:alpha(opacity=50);opacity:0.5;background-size:470px 64px;}
		.gallery_detail .next{ left:auto; right:3%; background-position:16px 10px; }
		.gallery_detail .prev:hover,
		.gallery_detail .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.gallery_detail .prevStop{ display:none;  }
		.gallery_detail .nextStop{ display:none;  }


/* 左侧浮框 */

.fixedLeft{
	z-index: 99;
    position: fixed;
    left: 8px;
    top: 40%;
    margin-top: -200px;
    width: 225px;
    height: 570px;
    background: url(../imgs/orderBg.png) no-repeat center;
    -webkit-transition: .3s;
    transition: .3s;
	-webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.fixedLeft a.close{
    position: absolute;
    left: 80px;
    top: 510px;
    text-align: center;
    font-size: 18px;
	color: #3b6d6d;
}   

.fixedLeft.on{
    left: -228px;
}

.fixedLeft.on .close{
	display: block;
	padding: 20px 15px 20px 10px;
	top: 460px;
	left: 230px;
	background: url(../imgs/fixedLeft_bg2.png) no-repeat center;
	background-size: 100% 100%;
}

.fixedLeft .yuyue{
    display: block;
    /*margin: 48px 0 0 32px;*/
    margin-top: 30px;
    -webkit-transition:.3s;
    transition:.3s;
}

.fixedLeft .yuyue:hover{
    -webkit-transform:translateY(-5px);
    transform:translateY(-5px);
}

.fixedLeft .yuyue img{
	display: block;
    margin:0 auto;
    width: 80%;
}

.fixedLeft .weixin{
    /*margin:9px auto 20px;*/
    margin: 0 auto;
    width: 80%;
    /*height: 163px;*/
    text-align: center;
    /*background: url(../imgs/fixed_left.png) no-repeat center;*/
	/*-webkit-background-size:cover;*/
	/*background-size:cover;*/
}

.fixedLeft .weixin img{
    margin-top: 14px;
    width: 150px;
    height: 150px;
}

.fixedLeft .forum{
    display:block;
    margin:0 auto;
    width: 80%;
    height: 50px;
    background: url(../imgs/btn1.png) no-repeat center;
	-webkit-background-size:cover;
	background-size:cover;
}





