﻿/* 效果CSS开始 */

.mod18 {
	width: 986px;
	position: relative;
	float: right;
}

.mod18 .btn {
	position: absolute;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}

.mod18 .prev {
	left: 0px;
}

.mod18 #prevTop,
.mod18 #nextTop {
	top: 250px;
	width: 0px;
	height: 48px;
}

.mod18 #prev,
.mod18 #next {
	bottom: 56px;
	width: 30px;
	height: 40px;
	display: block;
}


/*.mod18 #prevTop{background:url(../images/prevBtnTop.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(../images/nextBtnTop.png) 0 0 no-repeat;}*/

.mod18 .next {
	right:-1px;
}
.mod18:hover .prev{
	background: url(../img/ib_qh.png) no-repeat;
}
.mod18:hover .next{
	background: url(../img/ib_hh.png) no-repeat;
}
.mod18 li {
	float: left;
}

.mod18 .cf li {
	position: relative;
	color: #fff;
}

.mod18 .cf a {
	display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.mod18 .cf li span {
	display: block;
	width: 486px;
	position: absolute;
	left: 75px;
	bottom: 0;
	padding: 10px 20px;
	line-height: 22px;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
	width: 100%;
	height: 556.875px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e2e2e2;
}

.mod18 .picBox ul {
	height: 556.875px;
	position: absolute;
	left: 0;
}

.mod18 .picBox li {
	width: 990px;
	height: 556.875px;
}

.mod18 .listBox {
	width: 100%;
	height: 140px;
	position: relative;
	padding-top: 18px;
	overflow: hidden;
}

.mod18 .listBox ul {
	height: auto;
	position: absolute;
}

.mod18 .listBox li {
	width: 250px;
	height: auto;
	cursor: pointer;
	position: relative;
	padding-right: 15px;
	box-sizing: border-box;
}
.xm_fx{
	width: 100%;
	height: 100%;	
	box-sizing: border-box;
	
}
.mod18 .listBox li i {
	display: none;
}

.mod18 .listBox li a {
	display: block;
	width: 108px;
	height: 77px;
}

.mod18 .listBox img {
	width: 100%;
	height: 100%;
}

.mod18 .listBox .on .xm_fx {
	border: 1px solid #888;
	box-shadow: 0px 0px 4px #5b5759;
}

.mod18 .listBox .on {}

.mod18 .listBox .on i {
	display: block;
}

.cf img {
	max-width: 100%;
	display: block;
}

@media (max-width: 1300px) {
	.mod18 {
		width: 718px;
	}
	.mod18 .picBox li {
		width: 718px;
		height: 404px;
	}
	.mod18 .picBox {
		width: 718px;
		height: 404px;
		overflow: hidden;
		border: 1px solid #e2e2e2;
	}
	.mod18 .picBox ul {
		height: 404px;
	}
	.mod18 .cf a {
		height: 404px;
	}
	.mod18 .listBox li {
		width: 181.5px;
		height: 118px;
	}
	.mod18 .listBox ul {
		height: 118px;
	}
	.mod18 .listBox {
		height: 132px;
	}
}


/* 本例子css -------------------------------------- */

.focus {
	width: 100%;
	height: 440px;
	margin: 6px auto 34px auto;
	position: relative;
	overflow: hidden;
	display: none;
}

.focus .hd {
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: 1;
	bottom: 12px;
	text-align: center;
}

.focus .hd ul {
	display: inline-block;
	height: 20px;
	font-size: 0;
	vertical-align: top;
}

.focus .hd ul li {
	display: inline-block;
	width: 19px;
	height: 19px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}

.focus .hd ul .on {
	background: rgba(186, 145, 99, 0.5);
}

.focus .bd {
	position: relative;
	z-index: 0;
}

.focus .bd li img {
	width: 100%;
	height: 440px;
	background: url(images/loading.gif) center center no-repeat;
}

.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}

@media (max-width: 959px) {
	.mod18 {
		display: none;
	}
	.focus {
		display: block;
	}
}

@media (max-width: 639px) {
	.focus {
		height: auto;
		margin: 3px auto 17px auto;
	}
	.focus .hd {
		height: 10px;
		opacity: 0;
	}
	.focus .bd li img {
		height: auto;
	}
	.focus .hd ul li {
		width: 10px;
		height: 10px;
		margin: 0 2.5px;
	}
}