@charset "utf-8";

/*基本框架CSS*/
body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal
}

a img {
	border: 0
}

body {
	color: #333;
	font: 12px "Microsoft Yahei";
}

ul,
ol,
li {
	list-style-type: none;
	vertical-align: 0
}

a {
	outline-style: none;
	color: #535353;
	text-decoration: none
}

a:hover {
	color: #D40000;
	text-decoration: none
}

/*基本框架CSS结束，应用特效时，以上样式可删除*/
/* 效果CSS开始 */
.city {
	background: #FFFFFF;
	position: relative;
	height: 260px;
	width: 1050px;
	margin: auto;
}

a.hScrollPane_leftarrow {
	top: 70px;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 60px;
	background: url(../images/k_icon.png) no-repeat;
	background-position: -110px -466px;
	background-color: rgba(0,0,0,0.4);
	left: 0;
	position: absolute;
}

a.hScrollPane_leftarrow:hover {
	opacity: 0.7;
}

a.hScrollPane_rightarrow {
	top: 70px;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 60px;
	background: url(../images/k_icon.png) no-repeat;
	background-position: -174px -466px;
	background-color: rgba(0,0,0,0.4);
	right: 0;
	position: absolute;
}

a.hScrollPane_rightarrow:hover {
	opacity: 0.7;
}

.hScrollPane_dragbar {
	width: 900px;
	position: absolute;
	border-bottom: #0062ac 1px solid;
	/* left: 15px; */
	top: 210px;
	z-index: 1;
	/* padding: 0 39px; */
}

.hScrollPane_draghandle {
	position: absolute;
	width: 150px;
	height: 8px;
	overflow: hidden;
	background: url(/Tpl/Home/Index/images/active_202011/gunbar.png) no-repeat left top;
	bottom: -5px;
	cursor: pointer;
	/* margin: 0 39px; */
	left: 0;
}

.container1{
    float: left;
    width: 140px;
    position: relative;
    padding-top: 22px;
    height: 200px;
    background-color: #0062ad;
}

.container1 .city_t{
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	margin-top: 40px;
	text-align: center;
}

.container1 .city_con{
	font-size: 18px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
}


.container2 {
	width: 900px;
	position: relative;
	/* margin-left: 55px; */
	/* padding-top: 22px; */
	float: right;
	display: inline;
	height: 250px;
	overflow: hidden;
}

.container2 ul {
	height: 200px;
	position: absolute;
	width: 10000px;
}

.container2 li {
	width: 240px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin-right: 17px;
	position: relative;
}

.container2 li p {
	display: none;
	height: 18px;
	line-height: 18px;
	text-align: center;
	overflow: hidden;
}

.container2 li p a:link,
.container2 li p a:visited {
	color: #53711C;
	font-size: 12px;
}

.container2 li.zslion p {
	display: block;
}
