﻿@charset "utf-8";
.adv_ads_lb_box{
	width:100%;
	padding:0;
	margin:0 auto 30px;
	display:block;
	height:auto;
	line-height: inherit;
}
.ads_img_gallery{
	height:228px;
	position:relative;
	width:100%;
	padding:0;
	margin:0 auto;
	line-height: inherit;
	overflow:hidden;
}
.ads_img_gallery .ads_main_img{
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
	padding:0;
	margin:0 auto;
}
.ads_img_gallery .ads_main_img ul.ads_lists{
	width:9999px;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0
}
.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li{
	float:left;
	width:364px;
	height:100%;
}
.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list{
	width:100%;
	height:100%;
  overflow:hidden;
  display:inline-block;
  position: relative;
}
.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list:before{
    position: absolute;
    bottom: -3px;
    left: -8px;
    z-index: 4;
    padding: 2px 10px 4px 10px;
    -webkit-border-top-right-radius: 40%;
    border-top-right-radius: 40%;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    content: '广告';
    font-size: 12px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
    -ms-transform: scale(.8);
	}
.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list_off:before{
	content:"";
	}
.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list>a{
	display:block;
	margin:0 auto;
	width:100%;
	height: 100%;
}
.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list>a .tjpp_list_pic_box{
	width:100%;
	margin:0 auto;
	height:100%;
	position:relative;
}
.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list>a .tjpp_list_pic_box .ads_img_box{
	width:100%;
	height:100%;
	overflow:hidden;
}
.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list>a .tjpp_list_pic_box .ads_img_box .ads_img{
	width:100%;
	height:100%;
	display:block;
}
.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list>a .tjpp_list_pic_box .img-art-txt{
	display:none;
	position: absolute;
	width:100%;
	height:30px;
	line-height:30px;
	background: rgba(0,0,0,.6);
	color:#fff;
	padding:0 15px;
	text-align:justify;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	font-size:14px;
}
.ads_img_gallery .ads_main_img ul.ads_lists:after{
	content: "";
	display:block;
	margin:0 auto;
	clear:both;
}
.ads_img_gallery .ads_img_font{
	position:absolute; 
	bottom:0px; 
	left:0%; 
	color:#f00; 
	width:100%; 
	padding:0 10px;
	height:28px;
	line-height:28px;
	display:none;
}
.ads_img_gallery .ads_img_font span.ads_img_font_span{
	display:none;
}
.ads_img_gallery div.ads_point{
	position:absolute;
	bottom:8px;
	left:0%;
	z-index:1;
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	line-height:6px;
	border:0;
	outline:0;
	display:inline-block;
}
.ads_img_gallery div.ads_point a.ads_a{
	width:6px;
	height:6px;
	margin:0 auto;
	padding:0;
	display:inline-block;
	text-indent:-1000px;
	margin-right:4px;
	background:#eee;
	border-radius:50%;
	line-height:6px;
	border:0;
	outline:0;
}
.ads_img_gallery div.ads_point a.ads_a:last-child{
	margin-right:0px;
}
.ads_img_gallery div.ads_point a.ads_on{
  background:#ff3333;
}
.ads_img_gallery div.ads_point:after{
	content:"";
	display:block;
	margin:0 auto;
	clear:both;
}
.ads_img_gallery #ads_btn_prev,.ads_img_gallery #ads_btn_next{
	z-index:2;
	position:absolute;
	display:block;
	width:40px!important;
	height:40px!important;
	line-height:40px;
	font-family:"宋体";
	font-size:24px;
	text-align:center;
	top:50%;
	margin-top:-20px;
	color:#333;
	background: #eee;
	display:none;
}
.ads_img_gallery #ads_btn_prev{
	left:0px;
	border-top-right-radius:50%;
	border-bottom-right-radius:50%;
}
.ads_img_gallery #ads_btn_next{
	right:0px;
	border-top-left-radius:50%;
	border-bottom-left-radius:50%;
}
.ads_img_gallery:before {
    position: absolute;
    bottom: -3px;
    left: -8px;
    z-index:4;
    padding: 2px 10px 4px 10px;
    -webkit-border-top-right-radius: 40%;
    border-top-right-radius: 40%;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    content: '广告';
    font-size: 12px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
    -ms-transform: scale(.8);
    display: none;
}
.ads_img_gallery .ads_img_gallery_off:before {
    content: '';
}
@media(max-width:768px){
	.ads_img_gallery #ads_btn_prev, .ads_img_gallery #ads_btn_next{
		display:none!important;
	}
	.ads_img_gallery{
		height:462px;
	}
	.ads_img_gallery .ads_main_img ul.ads_lists{
		width:10000%;
	}
	.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li{
		width:1%;
	}
	.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list{
		padding:0px;
		padding-bottom: 0px;
		margin-bottom:10px;
	}
	.ads_img_gallery div.ads_point{
		line-height:5px;
		bottom:5px;
	}
	.ads_img_gallery div.ads_point a.ads_a{
		width:5px;
		height:5px;
		line-height:5px;
	}
	.ads_img_gallery .ads_main_img ul.ads_lists li.ads_li .tjpp_list>a .tjpp_list_pic_box .img-art-txt{
	height:26px;
	line-height:26px;
	padding:0 10px;
	font-size:12px;
}

}
@media(max-width:750px){
	.ads_img_gallery{
		height:451px;
	}
}
@media(max-width:720px){
	.ads_img_gallery{
		height:432px;
	}
}
@media(max-width:680px){
	.ads_img_gallery{
		height:407px;
	}
}
@media(max-width:640px){
	.ads_img_gallery{
		height:382px;
	}
}
@media(max-width:620px){
	.ads_img_gallery{
		height:370px;
	}
}
@media(max-width:580px){
	.ads_img_gallery{
		height:345px;
	}
}
@media(max-width:560px){
	.ads_img_gallery{
		height:332px;
	}
}
@media(max-width:540px){
	.ads_img_gallery{
		height:319px;
	}
}
@media(max-width:520px){
	.ads_img_gallery{
		height:307px;
	}
}
@media(max-width:480px){
	.ads_img_gallery{
		height:282px;
	}
}
@media(max-width:420px){
	.ads_img_gallery{
		height:244px;
	}
}
@media(max-width:414px){
	.ads_img_gallery{
		height:241px;
	}
}
@media(max-width:412px){
	.ads_img_gallery{
		height:239px;
	}
}
@media(max-width:411px){
	.ads_img_gallery{
		height:239px;
	}
}
@media(max-width:375px){
	.ads_img_gallery{
		height:216px;
	}
}
@media(max-width:360px){
	.ads_img_gallery{
		height:207px;
	}
}
@media(max-width:320px){
  .ads_img_gallery{
		height:182px;
	}
}
