/*top*/
.clear {
    clear: both;
}
.clearfix{
    clear: both;
}
.clear20n {
	height: 20px; clear: both;
}			   
.banner_zz {
	background: #D80110;
}
.banner_zz img{
	height: auto;
	width:100%;
}


.bg_wrap {
	background: #dfdfdf;
}
.bg_wrap35 {
	background: #353535;
}

/* 通栏 结构*/
.tl01 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	clear:both;
}

/* 左右 结构*/
.tl02 {
	width: 100%;
	margin: 0 auto;
	clear:both;
}

.tl02_l {
    width: 48%;
    float: right;
    padding-top: 0px;
}
.tl02_r {
    width: 50%;
    float: left;
    height: auto;
    position: relative;
}


.tl02{
	border:3px dotted #A40001;
	border-radius: 0px;
	padding:20px;
	width:auto;
}
.tl02_bg{
	background: #F1F1F1;
	border-radius: 0px;
	padding:20px;
}
.nav_tit {
	margin:120px auto 60px;	text-align:center;
}
.nav_tit span{
	background: #BA3A09;
	border-radius: 10px;
	padding:10px 80px;
	color: #FFF;
	font: 500 38px/90px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	cursor: pointer;
}
.nav_tit img{
	width:120px;
	margin:0 auto;
}



.nav_titblue {
	margin:120px auto 60px;	text-align:center;
}
.nav_titblue span{
	border:3px solid #264CA4;
	border-radius: 50px;
	padding:10px 80px;
	color: #264CA4;
	font: 500 38px/90px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	cursor: pointer;
}

.nav_zz {
	margin:120px auto 60px;	text-align:center;
}
.nav_zz img{
	width:100%;
	margin:0 auto;
}


.zz_box {
	width:auto; padding: 20px 20px 20px;
	background: #F1F1F1;
	border-radius: 0px;
}


/* 2 结构 */
.nav_li2 {width:auto; padding: 10px 20px 20px;
	background: #F1F1F1;
border-radius: 0px;
}
.nav_li2 dd{width:49%;float: left;margin-left:2%;}
.nav_li2 dd:first-child{ margin-left:0;}

.nav_li2 dd:nth-child(2n+1) {
	margin-left:0;
}

#zz .swiper-pagination-fraction {
    bottom: 10px;
    left: 50%;
    margin-left:-50px;
    width: 100px;
    background: #FFFF0066;
    border-radius: 12px;
}

.bg {
    background: #000;
    bottom: 0;
    height: 30px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}
.name {
    font-size: 16px;
    bottom: 0;
    color: #FFFFFF;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.name a {
    color: #fff;
    text-decoration: none;
}
.name a:hover {
    text-decoration: underline;
}

.img169 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 75%;
}
.img169 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}

.img32 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 66.666666%;
}
.img32 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}

.img52 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 40%;
}
.img52 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}







.picTitle {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	padding-bottom: 75%;
}
.picTitle .img img {
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.picTitle .bg {
	display: none;
    height: 45px;
}
.picTitle .name {
	display: none;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
	padding:0 10px;
	width: -webkit-fill-available;
}



.swiper-button-prev {
    background: url(arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}
.swiper-button-next {
    background: url(arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 47%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2
}



.tl02_r .swiper-pagination {
    position: absolute;
    left: auto;
    right: 10px;
    text-align: right;
    top: 10px;
    width: auto;
    z-index: 2;
}
.tl02_r .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
}
.tl02_r .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffeb11;
}


.margin-t15 { margin-top: 15px;   }












@media only screen and (min-width : 120px) and (max-width : 880px) {


.clear50 {
    height: 20px;
    clear: both;
}
.clear20 {
    height: 10px;
    clear: both;
}
.clear20n {
    height: 0px;
    clear: both;
}
.tl02{
	border:2px dotted #A40001;
	padding:5px;
	width:auto;
}
.tl02_bg{
	background: #DFDFDF;
	padding:10px;
}

.list li {
    font-size: 14px;
    padding: 10px 0px 0px 10px;
    position: relative;
    line-height: 22px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.list li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #e9252c;
    left: 0;
    top: 20px;
    z-index: 1;
    position: absolute;
}



.nav_tit {
	margin:30px auto 20px;	text-align:center;
}
.nav_tit span{
	background: #BA3A09;
	border-radius: 6px;
	padding:10px 20px;
	color: #FFF;
	font: 500 16px/40px "Microsoft YaHei", "微软雅黑", "宋体", "黑体";
	cursor: pointer;
}
.nav_tit img{
	width:120px;
	margin:0 auto;
}




.nav_zz {
	margin:60px auto 20px;
}
.nav_zz img{
	width:70%;
	margin:0 auto;
}



.zz_box {
	width:auto; padding: 5px 5px 5px;
	background: #F1F1F1;
	border-radius: 0px;
}


/* 2 结构 */
.nav_li2 {width:auto; padding: 5px;
	background: #F1F1F1;
border-radius: 0px;
}
.nav_li2 dd{width:49%;float: left;margin-left:2%;}
.nav_li2 dd:first-child{ margin-left:0;}

.nav_li2 dd:nth-child(2n+1) {
	margin-left:0;
}


.tl01 {width:auto; margin:0 10px;}
.tl02 {width:auto; margin:0 10px;}
.tl02_l {
    width: 100%;
    float: left;
    padding-top: 0px;
}
.tl02_r {
    width: 100%;
    float: right;
    height: auto;
    position: relative;
}




.name {
    font-size: 14px;
    bottom: 0;
    color: #FFFFFF;
    height: 36px;
    left: 0;
    line-height: 36px;
}
.picTitle .bg {
	display: none;
    height: 36px;
}
.picTitle .name {
	display: none;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
}



}