﻿.floating_ck {
	position: fixed;
	right: 20px;
	top: 30%;
	z-index: 9999;
	font-size: 14px;
	width: 115px;
	height: 436px;
	background: url(../images/bg.png) no-repeat;
}
.floating_ck dl {
	padding: 100px 22px 50px;
	color: #fff;
}
.floating_ck dl dt {
	width: 70px;
	height: 20px;
}
.floating_ck dl dd {
	position: relative;
	width: 70px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	background: url(../images/line.gif) center bottom no-repeat;
}
.floating_ck dl dd:last-child {
	background: none;
}
.floating_ck dl dd i {
	width: 70px;
	height: 70px;
	display: block;
	transition: all 0.3s;
}
.floating_ck dl dd .i1 {
	background: url(../images/i1.png) no-repeat center;
}
.floating_ck dl dd .i2 {
	background: url(../images/i2.png) no-repeat center;
}
.floating_ck dl dd .i3 {
	background: url(../images/i3.png) no-repeat center;
}
.floating_ck dl dd .i4 {
	background: url(../images/i4.png) no-repeat center;
}
.floating_ck dl dd:hover .i1 {
	background: url(../images/i11.png) no-repeat center;
}
.floating_ck dl dd:hover .i2 {
	background: url(../images/i22.png) no-repeat center;
}
.floating_ck dl dd:hover .i3 {
	background: url(../images/i33.png) no-repeat center;
}
.floating_ck dl dd:hover .i4 {
	background: url(../images/i44.png) no-repeat center;
}
.floating_ck dd:hover .floating_left {
	width: 160px;
	padding: 0 10px;
}
.floating_ck dd .floating_left {
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
}
.floating_ck dd .floating_left {
	position: absolute;
	right: 60px;
	top: 0px;
	width: 0;
	overflow: hidden;
	height: 60px;
	background-color: #dabb7c;
	border-radius: 40px 0 0 40px;
	transition: all 0.3s;
}
.floating_ck #ewm {
	line-height: 20px;
	width: 0;
	height: 120px;
	padding: 0;
	top: -40px;
}
.floating_ck dd:hover #ewm {
	width: 120px;
	padding: 20px;
}
.floating_ck #ewm li {
	float: left;
	width: 100px;
	margin: 0 10px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.flash4 {
	width: 1200px;
	height: 450px;
	margin: 0px auto;
	margin-bottom: 20px;
	position: relative;
}
.flash4 ul li {
	width: 106px;
	height: 450px;
	border-left: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	float: left;
}
.flash4 ul li .imgTop {
	width: 538px;
	height: 405px;
}
.flash4 ul li .imgTop img {
	width: 538px;
	height: 405px;
	opacity: 0.4;
}
.flash4 ul li .imgTop img.tm {
	opacity: 1;
}
.flash4 ul li .imgCon {
	width: 538px;
	height: 405px;
}
.flash4 ul li .imgCen {
	width: 538px;
	height: 50px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	position: absolute;
	left: 0px;
	bottom: 45px;
	text-indent: 20px;
	display: none;
}
.flash4 ul li .imgBot {
	width: 538px;
	height: 45px;
	background: #ccc;
}
.flash4 ul li .imgBot p.bt_1 {
	width: 94px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	text-indent: 20px;
	float: left;
}
.flash4 ul li .imgBot p.bt_2 {
	width: 432px;
	height: 45px;
	line-height: 45px;
	float: left;
	display: none;
}
.flash4 ul li .imgBot p.bt_2 span {
	font-size: 14px;
	color: #fff;
	padding-right: 30px;
	background: url(../images/part2_icon.png)no-repeat left center;
	padding-left: 10px;
}
.flash4 ul li.first {
	width: 538px;
}
.flash4 ul li.fast {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.banner {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.banner .num {
	overflow: hidden;
	height: 25px;
	position: absolute;
	bottom: 12px;
	left: 15px;
	zoom: 1;
	z-index: 3
}
.banner .num li {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: 400;
	color: #FFFFFF;
	background: #444444;
	margin-right: 10px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
}
.banner .num li.on {
	background: #FF7700;
}
.banner .prev, .banner .next {
	display: none;
	width: 40px;
	height: 100px;
	background: url(../images/btn.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -50px;
}
.banner .prev {
	left: 15%;
}
.banner .next {
	right: 15%;
	background-position: right
}
