/* CSS Document */
.clearfix:after {
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	*zoom: 100;
}

.lvyou_nav {
	height: 50px;
	background: #fff;
	margin: 0 auto;
	width: 1200px;
}

.menu {
	height: 50px;
	background: #fff;
	margin: 0 auto;
	width: 980px;
	padding-left: 220px;
}

.menu, .menu ul li, .menu ul li a {
	height: 50px;
	line-height: 50px;
}

.menu ul li, .menu ul li a {
	float: left;
	position: relative;
}

.menu ul li span.hot {
	display: block;
	width: 29px;
	height: 17px;
	background: url(../images/hot.png) no-repeat;
	position: absolute;
	left: 50px;
	top: -10px;
}

.menu ul li a {
	display: block;
	padding: 0 28px 0 28px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Microsoft Yahei";
}

.menu ul li a:hover {
	background: #135DBC;
	text-decoration: none;
}

#nav {
	width: 160px;
	position: relative;
	top: -49px;
	z-index: 1;
}

#nav .mod_cate_hd {
	height: 78px;
	line-height: 50px;
	font-size: 20px;
	text-align: left;
}

#nav .mod_cate {
	height: 52px;
	border-bottom: 1px #999999 solid;
	padding: 0px 0px 0px 0px;
	background-color: #06293b;
	filter: alpha(opacity = 80);
	background-color: rgba(0, 0, 0, 0.8);
}

#nav .mod_cate h2 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	line-height: 52px;
	height: 52px;
	text-align: center;
}

#nav .mod_cate h2 a {
	color: #FFFFFF;
	float: left;
	width: 160px;
	height: 52px;
	line-height: 52px;
	border-left: 5px solid #ff6600;
	font-size: 16px;
}

#nav .mod_cate h2 a:hover {
	color: #222222;
	float: left;
	width: 160px;
	height: 52px;
	line-height: 52px;
	border-left: 5px solid #000;
}

#nav .mod_subcate {
	display: none;
	width: 598px;
	height: 474px;
	border: 1px #ffffff solid;
	background: #FFFFFF;
	position: absolute;
	top: 50px;
	z-index: -1;
	left: 160px;
	overflow: hidden;
	top: 78px;
}

#nav .mod_subcate_main {
	width: 600px;
	padding: 0px 20px 1000px 20px;
	margin-bottom: -1000px;
	float: left;
}

#nav .mod_subcate_line {
	width: 500px;
	height: 1px;
	clear: both;
	font-size: 0px;
	margin-bottom: 5px;
	border-top: 5px #fff solid;
	border-bottom: 1px #dadada dotted;
	overflow: hidden;
	display: block;
	margin-right: 20px;
}

#nav .mod_subcate_main dl {
	padding: 20px 0 20px 25px;
	border-bottom: 1px #e5e5e5 solid;
	overflow: hidden;
	width: 500px
}

#nav .mod_subcate_main dl dt {
	width: 100px;
	font-size: 16px;
	color: #1d7ad9;
	line-height: 45px;
	font-style: normal;
	font-variant: normal;
	float: left;
	font-size-adjust: none;
	font-stretch: normal
}

#nav .mod_subcate_main dl dd {
	line-height: 45px;
	overflow: hidden;
}

#nav .mod_subcate_main dl dd a {
	color: #666;
	font-size: 14px;
	margin: 0 5px 0 5px;
	float: left;
	display: inline;
	white-space: nowrap;
}

#nav .mod_subcate_main dl dd a.org {
	color: #ff7300;
}

#nav .mod_subcate_channel {
	clear: both;
	margin-top: 15px;
}

#nav .mod_subcate_channel .mod_btn_arrow {
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding: 0 10px 0 10px;
	margin-left: 5px;
	text-decoration: none;
	color: #FFFFFF;
	background: #2785E6;
	cursor: pointer;
	display: inline-block;
}

#nav .mod_subcate_channel .mod_btn_arrow b {
	font-weight: normal;
	float: left;
}

#nav .mod_subcate_side {
	width: 217px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	float: left;
}

#nav .on {
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#nav .on h2 a {
	color: #333333;
}

#nav .on .mod_subcate {
	display: block !important; /* !important 强制显示，否则会闪烁*/
}

#nav .on .mod_cate_r a {
	color: #666666;
}

#nav .on a.hot_sub {
	color: #FFFFFF;
}

.banner {
	height: 505px;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	/* border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1; */
}

#solid {
	width: 100%;
	height: 505px;
	position: relative;
}

#solid .solid0, #solid .solid1, #solid .solid2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 505px;
	display: none;
}

#solid .solid0 {
	/* background: #78c4db; */
	
}

#solid .solid1 {
	/* background: #c5c9db; */
	
}

#solid .solid2 {
	/* background: #e7dfd1; */
	
}

#solid ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#solid ul li {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 905px;
	height: 502px;
	margin-left: -600px;
	display: none;
	cursor: pointer;
}

#solid #btt {
	width: 905px;
	height: 55px;
	top: 445px;
	left: 50%;
	position: relative;
	margin-left: -452px;
}

#solid #btt span {
	position: absolute;
	top: 15px;
	left: 45%;
	display: block;
	width: 30px;
	height: 8px;
	margin: 0 15px;
	text-align: center;
	background: #3d3d3d;
	z-index: 1000;
	cursor: pointer;
	filter: alpha(opacity = 70); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.7; /*Firefox私有，透明度50%*/
	opacity: 0.7; /*其他，透明度50%*/
}

.lvyou_cjy {
	margin: 55px auto 0 auto;
}

.cjy_tit {
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #000;
}

.cjy_tit span.cjy_tit_1 {
	height: 50px;
	width: 260px;
	float: left;
	text-align: center;
	color: #15a9ee;
	font-size: 20px;
}

.cjy_tit span.cjy_tit_2 {
	height: 46;
	line-height: 46px;
	float: left;
	margin-left: 20px;
}

.cjy_tit span.cjy_tit_2 a {
	height: 46;
	line-height: 46px;
	color: #e70012;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 4px solid #e70012;
	text-align: center;
}

.cjy_tit span.cjy_tit_2 a:hover {
	height: 46;
	line-height: 46px;
	color: #15a9ee;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 4px solid #15a9ee;
	text-align: center;
}

.cjy_tit span.cjy_tit_3 {
	height: 46;
	line-height: 46px;
	float: left;
	margin-left: 20px;
}

.lvyou_class {
	background: #f0f0f0;
	width: 260px;
	float: left;
}

.lvyou_class ul {
	width: 110px;
	margin-left: 75px;
	margin-top: 65px;
	padding-bottom: 28px;
}

.lvyou_class li {
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 35px;
}

.lvyou_class li a {
	width: 110px;
	height: 35px;
	float: left;
	border-radius: 15px;
	border: 1px solid #e1e1e1;
	background: #bababa;
	color: #fff;
}

.lvyou_class li a:hover {
	width: 110px;
	height: 35px;
	float: left;
	border-radius: 15px;
	border: 1px solid #e1e1e1;
	background: #fff;
	color: #15a9ee;
}

.lvyou_class li a.frist {
	width: 110px;
	height: 35px;
	float: left;
	border-radius: 15px;
	border: 1px solid #e1e1e1;
	background: #fff;
	color: #15a9ee;
}

.lvyou_ad {
	width: 920px;
	float: right;
	margin-top: 10px;
}

.lvyou_ad .img_border {
	width: 205px;
	margin-top: 10px;
	padding-left: 25px;
	margin-bottom: 25px;
}

.lvyou_ad .img_border img{
	width: 205px;
	height: 114px;
}

.lvyou_ad .img_border div span{
	font-size: 16px;
}

.lvyou_ad .img_border div span.tit{
	color: #ff9600;
}

.lvyou_ad1 {
	width: 315px;
	height: 570px;
	float: right;
	position: relative;
}

.win {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000000;
	filter: Alpha(Opacity = 50);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	text-align: center;
	width: 315px;
	height: 68px;
	padding-top: 6px;
}

.win p.tit {
	color: #FFF;
	font-size: 22px;
}

.win p.price {
	color: #ff9600;
	font-size: 26px;
}

.lvyou_ad2 {
	width: 580px;
	height: 340px;
	float: left;
}

.lvyou_ad2 img {
	width: 580px;
	height: 300px;
}

.lvyou_ad2 .lvyou_ad2_tit {
	width: 580px;
	height: 30px;
}

.lvyou_ad2 .lvyou_ad2_tit p.tit {
	height: 40px;
	float: left;
	font-size: 20px;
}

.lvyou_ad2 .lvyou_ad2_tit p.price {
	height: 40px;
	float: right;
	font-size: 20px;
}

.lvyou_ad2 .lvyou_ad2_tit p.price span {
	height: 40px;
	padding-right: 5px;
	font-size: 20px;
	color: #ff9600;
}

.lvyou_ad3 {
	width: 580px;
	height: 230px;
}

.lvyou_ad4 {
	width: 275px;
	height: 230px;
}

.lvyou_ad4 img {
	width: 275px;
	height: 200px;
}

.lvyou_ad4 .lvyou_ad2_tit {
	width: 275px;
	height: 30px;
}

.lvyou_ad4 .lvyou_ad2_tit p.tit {
	height: 30px;
	float: left;
	font-size: 20px;
}

.lvyou_ad4 .lvyou_ad2_tit p.price {
	height: 30px;
	float: right;
	font-size: 20px;
}

.lvyou_ad4 .lvyou_ad2_tit p.price span {
	height: 30px;
	padding-right: 5px;
	font-size: 20px;
	color: #ff9600;
}

.lvyou_tuijian {
	width: 1198px;
	border: 1px solid #ff9600;
	margin-top: 30px;
	float: left;
}

.lvyou_tuijian li {
	padding: 20px;
	float: left;
	width: 520px;
	margin-left: 20px;
}

.lvyou_tuijian li p.tit1 {
	font-size: 16px;
	line-height: 20px;
}

.lvyou_tuijian li p.tit2 {
	font-size: 12px;
	color: #999999;
	line-height: 30px;
}

.lvyou_tuijian li p.tit3 {
	font-size: 18px;
	color: #f20909;
}

.lvyou_position {
	height: 20px;
	background: #fff;
	margin: 10px auto 0 auto;
	width: 1200px;
	color: #999999;
}

.lvyou_position a {
	font-size: 16px;
	color: #999999;
}

.lvyou_position a:hover {
	font-size: 16px;
	color: #222222;
}

.lvyou_main {
	margin: 30px auto;
}

.lvyou_main_banner {
	width: 650px;
	height: 350px;
	float: left;
}

/* iFocus style */
#ifocus {
	width: 650px;
	height: 350px;
}

#ifocus_pic {
	display: inline;
	position: relative;
	float: left;
	width: 500px;
	height: 350px;
	overflow: hidden;
}

#ifocus_piclist {
	position: absolute;
}

#ifocus_piclist li {
	width: 500px;
	height: 350px;
	overflow: hidden;
}

#ifocus_piclist img {
	width: 500px;
	height: 350px;
}

#ifocus_btn {
	display: inline;
	float: right;
	width: 135px;
}

#ifocus_btn li {
	width: 135px;
	height: 88px;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

#ifocus_btn img {
	width: 120px;
	height: 84px;
	float: right;
	margin-right: 1px;
	margin-top: 1px;
}

#ifocus_btn .current {
	background: url(../images/ifocus_btn_bg.gif) no-repeat;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
}

#ifocus_opdiv {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 500px;
	height: 35px;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

#ifocus_tx {
	position: absolute;
	left: 8px;
	bottom: 8px;
	color: #FFF;
}

#ifocus_tx .normal {
	display: none;
}

.lvyou_main_tit {
	width: 500px;
	height: 350px;
	float: right;
}

.lvyou_main_tit_1 {
	height: 60px;
	line-height: 30px;
	font-size: 20px;
}

.whj_price {
	height: 35px;
	background: #ff9600;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 30px;
	padding: 15px;
	position: relative;
}

.whj_price span.price {
	font-size: 28px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

.whj_price span.btn {
	height: 30px;
	padding-left: 80px;
}

.whj_price span.btn a {
	padding: 5px;
	background: #FFF;
	border-radius: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

.price_btn_details {
	position: absolute;
	top: 66px;
	left: -65px;
	background: #FFF;
	z-index: 1;
	display: none;
	height: 82px;
	line-height: 24px;
	width: 600px;
}

.price_btn_details span {
	font-size: 18px;
	color: #ff0000;
}

.whj_price:hover .price_btn_details {
	display: block;
	padding: 5px;
	border: 1px solid #ff9600;
	border-radius: 50px;
	padding: 10px 10px 10px 20px;
}

.biaozhun {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

.fuwubiaozhun {
	width: 80px;
	float: left;
	background: #2c8ccd;
	border-radius: 15px;
	color: #FFF;
	text-align: center;
	height: 22px;
	line-height: 21px;
}

.fuwubiaozhun_details {
	width: 400px;
	float: left;
	line-height: 23px;
	margin-left: 20px;
}

.jiedaibiaozhun {
	width: 80px;
	float: left;
	background: #ea66f6;
	border-radius: 15px;
	color: #FFF;
	text-align: center;
	height: 22px;
	line-height: 21px;
}

.xingchengluxian {
	width: 80px;
	float: left;
	background: #59bd3a;
	border-radius: 15px;
	color: #FFF;
	text-align: center;
	height: 22px;
	line-height: 21px;
}

.lvyou_main_title {
	height: 40px;
	margin: 35px auto;
}

.lvyou_main_title_biao {
	width: 30px;
	height: 39px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #ff9600;
}

.lvyou_main_title_txt {
	width: 1140px;
	height: 39px;
	float: left;
	padding-left: 20px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 39px;
	font-size: 20px;
}

.day {
	margin: 40px 40px 40px 40px;
	border: 1px solid #e1e1e1;
}

.day_tit {
	height: 50px;
	border-bottom: 1px solid #e1e1e1;
	background: #f8f8f8;
}

.day_tit1 {
	width: 48px;
	height: 48px;
	border: 2px solid #ff9600;
	background: #fff;
	border-radius: 50%;
	float: left;
	line-height: 48px;
	text-align: center;
	font-size: 26px;
	color: #ff9600;
	margin-left: -24px;
}

.day_tit2 {
	height: 48px;
	float: left;
	line-height: 50px;
	font-size: 22px;
	margin-left: 50px;
}

.day_tit3 {
	height: 48px;
	float: left;
	line-height: 50px;
	font-size: 18px;
	margin-left: 50px;
	color: #999999;
}

.day_main {
	margin-left: 65px;
	float: left;
	width: 700px;
	margin-top: 25px;
}

.day_main_details {
	margin: 0 auto 40px auto;
	width: 100%;
}

.day_main_details .biao {
	float: left;
	width: 40px;
	text-align: center;
	padding-top: 5px;
}

.day_main_details .txt {
	float: left;
	padding-left: 20px;
	line-height: 24px;
	width: 640px;
}

.day_main_details .txt p.txt_tit {
	line-height: 24px;
	color: #2c8ccd;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.day_main_details .txt p.txt_main {
	line-height: 24px;
}

.day_main_details .txt p.txt_main span {
	line-height: 24px;
	color: #999999;
}

.day_pic {
	width: 260px;
	margin-top: 100px;
	float: right;
}

.day_pic li {
	width: 260px;
	height: 160px;
	margin-bottom: 30px;
	position: relative;
}

.day_pic li img {
	width: 260px;
	height: 160px;
}

.day_pic li p {
	width: 260px;
	height: 30px;
	bottom: 0px;
	text-align: center;
	position: absolute;
	color: #fff;
	line-height: 30px;
	font-size: 18px;
}

.fuwu_biaozhun {
	margin: 40px 40px 40px 40px;
	line-height: 25px;
}