/*轮播*/
.main_visual{height:690px;border-top:1px solid #d7d7d7;overflow:hidden;position:relative;}
#carousel-example-generic .main_visual{ background:#2b2e4a;}
.main_image{height:790px;overflow:hidden;position:relative;}
.main_image ul{width:9999px;height:790px;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:790px;}
.main_image li span{display:block;width:100%;height:790px}
.main_image li a{display:block;width:100%;height:790px}
div.flicking_con{position:absolute;top:90%;left:50%;z-index:999;width:300px;height:21px;margin:0 0 0 -50px;}
div.flicking_con a{float:left;width:21px;height:21px;margin:0;padding:0;background:url(../images/images/btn_main_img.png) 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}
#btn_prev,#btn_next{z-index:9;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;}
#btn_prev{background:url(../images/images/hover_left.jpg) no-repeat left top;left:30px;}
#btn_next{background:url(../images/images/hover_right.png) no-repeat right top;right:30px;}
.xmgl-xq #btn_prev,.xmgl-xq #btn_next{top:40%;}
.xm-xq #btn_prev,.xm-xq #btn_next{top:40%;}
.wx-bgimg .banner #btn_prev,.wx-bgimg .banner #btn_next{top:50%;}
#carousel-example-generic #btn_prev,#carousel-example-generic #btn_next{top:40%;}
/*手机*/
 @media (max-width: 480px) {
	/*项目详情*/
	.xm-xq .main_visual{ height:280px}
	.xm-xq #btn_prev{background:url(../images/images/hover_left.jpg) no-repeat left top;left:10px;}
	.xm-xq #btn_next{background:url(../images/images/hover_right.png) no-repeat right top;right:10px;}
	.xm-xq #btn_prev,.xm-xq #btn_next{top:20%;}
	/*海外详情*/
	.xmgl-xq .main_visual{ height:231px}
	.xmgl-xq #btn_prev,.xmgl-xq #btn_next{top:15%;}
	.xmgl-xq #btn_prev{background:url(../images/images/hover_left.jpg) no-repeat left top;left:10px;}
	.xmgl-xq #btn_next{background:url(../images/images/hover_right.png) no-repeat right top;right:10px;}
	/*游戏详情*/
	.wx-bgimg .banner #btn_prev,.wx-bgimg .banner #btn_next{top:28%;}
	.wx-bgimg .banner #btn_prev{background:url(../images/images/hover_left.jpg) no-repeat left top;left:10px;}
	.wx-bgimg .banner #btn_next{background:url(../images/images/hover_right.png) no-repeat right top;right:10px;}
	/*游戏*/
	#carousel-example-generic .main_visual{ height:170px;overflow:hidden;}
	#carousel-example-generic .main_image{ height:170px;overflow:hidden;}
	#carousel-example-generic .main_image img{height:170px;}
	#carousel-example-generic #btn_prev,#carousel-example-generic #btn_next{top:55%;}
	/*介绍轮播*/
	.wx-jslb  .main_visual{ height:180px;}
	.wx-jslb  .main_visual img{width:345px; height:180px;}
	.wx-jslb  #btn_prev,.wx-jslb #btn_next{top:15%;}
	.wx-jslb  #btn_prev{background:url(../images/images/hover_left.jpg) no-repeat left top;left:10px;}
	.wx-jslb  #btn_next{background:url(../images/images/hover_right.png) no-repeat right top;right:10px;}
	 }
/*小平板*/
 @media (min-width: 618px) and (max-width: 992px) {
	.xm-xq .main_visual{ height:630px}
	.xmgl-xq .main_visual{ height:505px}
	.xmgl-xq #btn_prev,.xmgl-xq #btn_next{top:30%;}
	.xm-xq #btn_prev,.xm-xq #btn_next{top:33%;}
	.wx-bgimg .banner #btn_prev,.wx-bgimg .banner #btn_next{top:50% !important;}
	/*游戏*/
	#carousel-example-generic .main_visual{ height:310px;overflow:hidden;}
	#carousel-example-generic .main_image{ height:310px;overflow:hidden;}
	#carousel-example-generic .main_image img{height:310px;}
	#carousel-example-generic #btn_prev,#carousel-example-generic #btn_next{top:50%;}
 }

/*大平板*/
 @media (min-width: 992px) and (max-width: 1024px) {
	.xmgl-xq #btn_prev,.xmgl-xq #btn_next{top:30%;}
	.xm-xq #btn_prev,.xm-xq #btn_next{top:33%;}
	.wx-bgimg .banner #btn_prev,.wx-bgimg .banner #btn_next{top:50% !important;}
	/*游戏*/
	#carousel-example-generic .main_visual{ height:410px;overflow:hidden;}
	#carousel-example-generic .main_image{ height:410px;overflow:hidden;}
	#carousel-example-generic .main_image img{height:410px;}
	#carousel-example-generic #btn_prev,#carousel-example-generic #btn_next{top:50%;}
 }
