
body { background:#fff;}
.bt2 { border-top:#cccccc dotted 1px;}
.spe_ml0 { margin-left:0;}
.spe_yellow { color:#ffff00; background-color:#cc0000;}
.spe_de { background-color:#dedede;}

.wd230 { width:230px;}
.wd250 { width:250px;}
.wd520 { width:520px;}
.hei350 {height:350px;}
.bg989 { background-color:#989898;}
.bgc7 { background-color:#c7c1bc;}
.pt5 { padding:0}
.pb10 { padding-bottom:10px;}
.mt50 { margin-top:50px;}




/*目录*/
.obj_mulu {width:1020px; margin:10px auto; line-height:35px;}
.obj_mulu h1 { font-size:14px; padding:0; margin:0; font-weight:normal;}
.obj_mulu li { float:left;}

/*BANNER*/
.obj_ban { margin:auto;width:1020px; height:350px; border-bottom:#989898 solid 5px;}
.obj_ban li {float:left; line-height:30px; color:#FFF;}
.obj_ban11 {
	width:1020px;
	height:1003px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/*内容*/
.obj_zhuti { width:1020px; margin:auto;} 
.obj_tuce img { width:250px; height:160px;}
.obj_more { background:url(../images/more01.jpg) no-repeat right; padding-right:80px;}
.bjbdwk{
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
.bgzt{
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	line-height: 34px;
}
.biaoge_gz table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.biaoge_gz td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 3px;
}

/*riyou*/
.spe_riyou { margin:15px auto;width:1020px; text-align:center;}
.spe_riyou li { padding:0 10px 0 10px; float:left; font-size:16px; line-height:35px;}
.riyou_line {
	width:320px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 290px;
}
.riyou_line img {
	width:320px;
	margin: 0px;
	padding: 0px;
	height: 180px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.riyou_line:hover{  background-color:#eeeeee;}
.riyou_line_you { width:auto;}
.spe_bt a {
	font-size:18px;
	height: 38px;
	overflow: hidden;
}


/*标题*/
.spe_bt_bg { height:40px; background:url(../images/spe_bt_bg.png) center no-repeat; padding:0 15px 10px 15px; line-height:40px; color:#FFF; }
.spe_bt_bg a:link { color:#FFF; font-size:18px;}
.spe_bt_bg a:visited { color:#FFF; font-size:18px;}
.spe_bt_bg1 { height:30px; background-color:#dedede; padding:0 15px 10px 15px; line-height:40px; color:#000; }
.spe_bt_bg1 a:link { color:#000; font-size:18px;}
.spe_bt_bg1 a:visited { color:#000; font-size:18px;}

/*其它*/
.obj_qita { width:1020px; margin:auto;} 
.obj_qita li {float:left; background:#dedede; margin:10px; padding:0 8px 0 8px;}
.obj_qita li:hover {background:#900;}
.obj_qita li a:link {font-size:16px; color:#900;}
.obj_qita li a:visited {font-size:16px; color:#900;}
.obj_qita li a:hover {font-size:16px; color:#ffffff;}



/*相册*/
.container{
	width:1020px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.gallery{
	width: 100%;
	overflow: hidden;
}

.gallery li{
	float:left;
	height: 170px;
	width: 255px;
	padding: 0;
	margin: 0px;
}
.gallery li a{
	text-decoration: none;	
}
.gallery li img{
	height: 160px;
	width: 245px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#zoom .content.loading {
	background-image: url('../img/loading.gif');
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	border-radius: 4px;
}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../img/icons/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}
#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../img/icons/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#zoom .next {
	right: 0;
	border-radius: 4px 0 0 4px;
	background-position: 90% 0;
	background-image: url(../img/icons/arrows.png);
	background-repeat: no-repeat;
	margin-right: 2%;
}
#zoom .close:hover {
	background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}


.STYLE1 {color: #FF0000}
.STYLE2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "微软雅黑", "宋体";
	font-size: 16px;
	line-height: 40px;
	background-color: #1466C9;
}

.STYLE3 {
	color: #1353CA;
	font-size: 14px;
	font-weight: bold;
}


.kkkknm{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.dxdtjwk{
	background-color: #E7E7E7;
	height: 46px;
	width: 1024%;
	margin-top: 30px;
	text-align: left;
}
.dxdtjnk{
	font-family: "微软雅黑", "黑体";
	font-size: 20px;
	line-height: 46px;
	color: #FFFFFF;
	background-color: #0E58A3;
	text-align: left;
	text-indent: 20px;
	height: 46px;
	width: 230px;	
}
.dxdxlwk{
	width: 1024px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-top: 16px;
}
.dxdxlwk_z{
	background-color: #f4f2f7;
	float: left;
	width: 500px;
	overflow: hidden;
}
.dxdxlwk_z img{
	margin: 0px;
	padding: 0px;
	height: 278px;
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
.dxdxlwk_z a{
	color: #FFFFFF;
	text-decoration: none;	
}
.dxdxlwk_z a:hover{
	color: #FFFF00;
	text-decoration: none;	
}

.dxdxlwk_y{
	background-color: #f4f2f7;
	float: right;
	width: 500px;
	overflow: hidden;
}
.dxdxlwk_y a{
	text-decoration: none;
	color: #FFFFFF;
}
.dxdxlwk_y a:hover{
	color: #FFFF00;
	text-decoration: none;	
}
.dxdxlwk_y img{
	margin: 0px;
	padding: 0px;
	height: 278px;
	width: 500px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
.dsdxl_bt{
	background-color: #B61410;
	height: 40px;
	width: 500px;
	font-family: "微软雅黑", "宋体";
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.dsdxl_btnr{
	width: 490px;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	padding: 5px;
	overflow: hidden;
	text-align: left;
}

.gonglue{
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.gonglue li{
	float: left;
	width: 310px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
}
.gonglue li a{
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	text-decoration: none;
}
.gonglue li a:hover{
	color: #FF0000;
	text-decoration: underline;
}

.bdsharebuttonbox{
	margin-top: 3px;
	margin-left: 700px;
	
}

.gonglue_lei li { padding:3px 10px; background-color:#333; color:#FFF; margin:0 15px 15px 0; float:left;}
.gonglue_lei li:hover {background-color:#cc0000;}
.gonglue_lei li a { color:#FFF; font-size:16px; text-decoration:none;}


/*  日游css  */
.obj_ri_ban { margin:auto;width:1020px; height:350px;}
.obj_ri_day { margin-top:20px;}
.obj_ri_day_1 { background:url(../riyou/day_1.png) no-repeat left; padding-left:20px; color:#000;}


/* 背景 */
.touming { background:url(../riyou/touming.png);}
.maerdaifu { background:url(../riyou/ban_maerdaifu.jpg) no-repeat;}
.bali { background:url(../riyou/ban_bali.jpg) no-repeat;}
.bali6 { background:url(../riyou/ban_bali6.jpg) no-repeat;}
.phuket { background:url(../riyou/ban_phuket.jpg) no-repeat;}
.saipan { background:url(../riyou/ban_saipan.jpg) no-repeat;}
.palau { background:url(../riyou/ban_palau.jpg) no-repeat;}
.sabah { background:url(../riyou/ban_sabah.jpg) no-repeat;}
.taiguo { background:url(../riyou/ban_taiguo.jpg) no-repeat;}
.xinma { background:url(../riyou/ban_xinma.jpg) no-repeat;}
.xinmatai { background:url(../riyou/ban_xinmatai.jpg) no-repeat;}
.riben { background:url(../riyou/ban_riben.jpg) no-repeat;}
.hanguo { background:url(../riyou/ban_hanguo.jpg) no-repeat;}
.yuenan { background:url(../riyou/ban_yuenan.jpg) no-repeat;}
.huadong { background:url(../riyou/ban_huadong.jpg) no-repeat;}
.huadong4 { background:url(../riyou/ban_huadong4.jpg) no-repeat;}
.huadong5 { background:url(../riyou/ban_huadong5.jpg) no-repeat;}
.jiangxi { background:url(../riyou/ban_jiangxi.jpg) no-repeat;}
.jiangxi4 { background:url(../riyou/ban_jiangxi4.jpg) no-repeat;}
.huangshan { background:url(../riyou/ban_huangshan.jpg) no-repeat;}
.huangshan5 { background:url(../riyou/ban_huangshan5.jpg) no-repeat;}
.xiamen { background:url(../riyou/ban_xiamen.jpg) no-repeat;}
.gulangyu { background:url(../riyou/ban_gulangyu.jpg) no-repeat;}
.beijing { background:url(../riyou/ban_beijing.jpg) no-repeat;}
.beijing2 { background:url(../riyou/ban_beijing2.jpg) no-repeat;}
.guilin { background:url(../riyou/ban_guilin.jpg) no-repeat;}
.guilin3 { background:url(../riyou/ban_guilin3.jpg) no-repeat;}
.hainan { background:url(../riyou/ban_hainan.jpg) no-repeat;}
.hainanchunwan { background:url(../riyou/ban_hainanchunwan.jpg) no-repeat;}
.dubai { background:url(../riyou/ban_dubai.jpg) no-repeat;}
.nanfei { background:url(../riyou/ban_nanfei.jpg) no-repeat;}
.jianpuzhai { background:url(../riyou/ban_jianpuzhai.jpg) no-repeat;}
.india { background:url(../riyou/ban_india.jpg) no-repeat;}
.zhangjiajie { background:url(../riyou/ban_zhangjiajie.jpg) no-repeat;}
.shanxi { background:url(../riyou/ban_shanxi.jpg) no-repeat;}
.shanxi5 { background:url(../riyou/ban_shanxi5.jpg) no-repeat;}
.shanxi4 { background:url(../riyou/ban_shanxi4.jpg) no-repeat;}
.neimeng { background:url(../riyou/ban_neimeng.jpg) no-repeat;}
.sanxia { background:url(../riyou/ban_sanxia.jpg) no-repeat;}
.sanxia2 { background:url(../riyou/ban_sanxia2.jpg) no-repeat;}
.yunnan6 { background:url(../riyou/ban_yunnan6.jpg) no-repeat;}
.yunnan5 { background:url(../riyou/ban_yunnan5.jpg) no-repeat;}
.sichuan4 { background:url(../riyou/ban_sichuan4.jpg) no-repeat;}
.sichuan5 { background:url(../riyou/ban_sichuan5.jpg) no-repeat;}
.chongqing { background:url(../riyou/ban_chongqing.jpg) no-repeat;}
.guizhou { background:url(../riyou/ban_guizhou.jpg) no-repeat;}
.guizhou5 { background:url(../riyou/ban_guizhou5.jpg) no-repeat;}
.xian { background:url(../riyou/ban_xian.jpg) no-repeat;}
.xian4 { background:url(../riyou/ban_xian4.jpg) no-repeat;}
.wuyishan { background:url(../riyou/ban_wuyi.jpg) no-repeat;}
.xinjiang { background:url(../riyou/ban_xinjiang.jpg) no-repeat;}
.xinjiang10 { background:url(../riyou/ban_xinjiang10.jpg) no-repeat;}
.hunan { background:url(../riyou/ban_hunan.jpg) no-repeat;}
.hunan4 { background:url(../riyou/ban_hunan4.jpg) no-repeat;}
.fenghuang { background:url(../riyou/ban_fenghuang.jpg) no-repeat;}
.shandong { background:url(../riyou/ban_shandong.jpg) no-repeat;}
.shandong6 { background:url(../riyou/ban_shandong6.jpg) no-repeat;}
.wuhan { background:url(../riyou/ban_wuhan.jpg) no-repeat;}
.hubei { background:url(../riyou/ban_hubei.jpg) no-repeat;}
.xizang8 { background:url(../riyou/ban_xizang8.jpg) no-repeat;}
.xizang12 { background:url(../riyou/ban_xizang12.jpg) no-repeat;}
.xianggang1 { background:url(../riyou/ban_xianggang1.jpg) no-repeat;}
.xianggang2 { background:url(../riyou/ban_xianggang2.jpg) no-repeat;}
.xianggang3 { background:url(../riyou/ban_xianggang3.jpg) no-repeat;}
.xianggang4 { background:url(../riyou/ban_xianggang4.jpg) no-repeat;}
.jiangmen { background:url(../riyou/ban_jiangmen.jpg) no-repeat;}
.huizhou { background:url(../riyou/ban_huizhou.jpg) no-repeat;}
.heyuan { background:url(../riyou/ban_heyuan.jpg) no-repeat;}
.chaozhou2 { background:url(../riyou/ban_chaozhou2.jpg) no-repeat;}
.chaozhou3 { background:url(../riyou/ban_chaozhou3.jpg) no-repeat;}
.shantou2 { background:url(../riyou/ban_shantou2.jpg) no-repeat;}
.shantou3 { background:url(../riyou/ban_shantou3.jpg) no-repeat;}
.maoming { background:url(../riyou/ban_maoming.jpg) no-repeat;}
.zhaoqing1 { background:url(../riyou/ban_zhaoqing1.jpg) no-repeat;}
.zhaoqing2 { background:url(../riyou/ban_zhaoqing2.jpg) no-repeat;}
.yangjiang { background:url(../riyou/ban_yangjiang.jpg) no-repeat;}
.qingyuan { background:url(../riyou/ban_qingyuan.jpg) no-repeat;}
.qingyuan1 { background:url(../riyou/ban_qingyuan1.jpg) no-repeat;}
.shaoguan { background:url(../riyou/ban_shaoguan.jpg) no-repeat;}
.ouzhoushiri { background:url(../riyou/ban_ouzhoushiri.jpg) no-repeat;}
.changtandao { background:url(../riyou/changtandao.jpg) no-repeat;}