@charset "utf-8";
/* CSS Document 
font: 18px/36px Microsoft YaHei
*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,code,em,img,small,strong,sub,sup,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,caption{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
a{color:#646464; text-decoration:none;}
a:hover{color:#f60;text-decoration:underline; }
ol,ul{list-style:none}
input{outline:none;}
table{border-collapse:collapse;border-spacing:0}
body{height:100%; background:#FFF;font:12px/18px Arial,Tahoma, Helvetica, Arial, Verdana, "\5b8b\4f53", sans-serif; color:#424242; }
img{border:none}
.clear{clear:both}
.clear20{clear: both;display:block;height: 20px;width: 100%;overflow:hidden;}
.clear10{clear: both;display:block;height: 10px;width: 100%;overflow:hidden;}


.topNav{
	position: fixed;
	top:0;
	left:0;
	z-index: 999;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr = '#0183e1', endColorstr = '#0276c9');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr = '#0183e1', endColorstr = '#0276c9')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #0183e1, #0276c9);
	background-image: -ms-linear-gradient(top, #0183e1, #0276c9);
	background-image: -o-linear-gradient(top, #0183e1, #0276c9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0183e1), to(#0276c9));
	background-image: -webkit-linear-gradient(top, #0183e1, #0276c9);
	background-image: linear-gradient(top, #0183e1, #0276c9);
	/*--IE9 DOES NOT SUPPORT GRADIENT BACKGROUNDS--*/
	height: 90px;
	width: 100%;
	box-shadow: 0px 5px 10px #094369;
}
body{
	padding-top: 90px;
	background: #f9f1e4;
}
.topNavBox{
	width: 990px;
	margin: 0 auto;
	height: 90px;
}
.logo{
	width: 145px;
	height: 59px;
	float: left;
	padding-top: 10px;
}
.topMenu{
	float: right;
	height: 90px;
	font: 18px/90px Tahoma;
}
.topMenu li{
	float: left;
	display: inline;
	color: #FFF;
	margin-right:10px;
}
.topMenu li a{
	color: #FF0;
	text-decoration: underline;
}
.bannerBox{
	background:url(../images/banner.jpg) center center no-repeat ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  /*  width: 1044px;*/
    height: 650px;
}
.siderMenuWrap{
	background: #434343;
	height: 80px;
	width: 100%;
}
.siderMenu{
	width: 990px;
	height: 80px;
	margin: 0 auto;
}
.siderMenu ul{
	width: 960px;
	height: 80px;
	margin: 0 15px;
}
.siderMenu ul li{
	float: left;
	width: 240px;
	height: 80px;
}
.siderMenu ul li a{
	display: block;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	line-height: 36px;
	padding-top: 6px;
	height: 74px;
}
.siderMenu ul li a:hover{
	text-decoration: none;
}
.siderMenu ul li.m1 a{
	background: #f39801;
}
.siderMenu ul li.m2 a{
	background: #8fc320;
}
.siderMenu ul li.m3 a{
	background: #ff6e7b;
}
.siderMenu ul li.m4 a{
	background: #6ec2e7;
}
.siderMenu ul li.m1 a:hover{
	background: #ffad25;
}
.siderMenu ul li.m2 a:hover{
	background: #a5dc2f;
}
.siderMenu ul li.m3 a:hover{
	background: #ff8b95;
}
.siderMenu ul li.m4 a:hover{
	background: #74d5ff;
}
.themeTimeBox{
	width: 990px;
	margin: 0 auto;
	padding: 20px;
}
.themeTimeBox p{
	font: 22px/60px Microsoft YaHei;
	text-align: center;
	color: #0279ce;
}
.themeTimeBox p span{
	color: #0279ce;
}
.themeTimeBox p em{
	font-style: normal;
	color: #ff6600;
}
.infos{
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	width: 960px;
	height: 190px;
	margin: 0 auto;
	-moz-box-shadow: 5px 5px 0px #e0d8cd;
	-webkit-box-shadow: 5px 5px 0px #e0d8cd;
	box-shadow: 5px 5px 0px #e0d8cd;
}
.infos dl dt{
	background:#0071bd;
	width: 280px;
	height: 190px;
	color: #FFF;
	font: 400 60px Hobo Std,Microsoft YaHei;
	/*font: 60px Microsoft YaHei;*/
	text-align: center;
	padding-top:10px;
	float: left;
	display: inline;
}
.infos dl dd{
	width: 660px;
	padding: 0 10px;
	float: left;
	display: inline;
	height: 190px;
}
.infos dl dd p{
	padding-top: 20px;
	font:  bold 16px/28px Microsoft YaHei;
	color: #666;
	text-align:justify;/*英文对齐       不要可取消   */
	text-justify:newspaper;/*英文对齐      */
}
.infos dl dd p span{
	color: #069bff;
}
.infos dl dd p em{
	font-style: normal;
	color: #ff6270;
}

.dbkbg{
	width: 100%;
	background: #FFF;
	padding: 40px 0
}
.dbkWrap{
	width: 1000px;
	margin: 0 auto;
}

.dbk_list{
	width: 280px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 50px;
	position: relative;
	
}
.dbk_list i.d1{
	display: block;
	width: 68px;
	height: 68px;
	border-radius:40px;
	position: absolute;
	top:-10px;
	left: -30px;
	background: #3eb3ab url(../images/toursico_03.jpg) center center no-repeat;
}
.dbk_list i.b1{
	display: block;
	width: 68px;
	height: 68px;
	border-radius:40px;
	position: absolute;
	top:-10px;
	left: -30px;
	background: #f46869 url(../images/toursico_05.jpg) center center no-repeat;
}
.dbk_list i.k1{
	display: block;
	width: 68px;
	height: 68px;
	border-radius:40px;
	position: absolute;
	top:-10px;
	left: -30px;
	background: #fdaa02 url(../images/toursico_07.png) center center no-repeat;
}
.dbk_content{
	border-radius: 10px 10px 0  0;
	overflow: hidden;
}

.dbk_list_d h3{
	background: #3eb3ab;
	height: 50px;
	font: 18px/50px Microsoft YaHei;
	color: #FFF;
	text-indent: 40px;
}

.dbk_list_b h3{
	background: #f46869;
	height: 50px;
	font: 18px/50px Microsoft YaHei;
	color: #FFF;
	text-indent: 40px;
}

.dbk_list_k h3{
	background: #fdaa02;
	height: 50px;
	font: 18px/50px Microsoft YaHei;
	color: #FFF;
	text-indent: 40px;
}

.dbk_box{
	height: 210px;
	background: #FFF;
	border-radius: 0  0 10px 10px ;
	padding: 20px 38px;
	font: 16px/40px Microsoft YaHei;
	color: #666;
	border: 1px #CCC solid;
}

.xingc{
	width: 960px;
	margin: 0 auto;
}
.xcBox{
	position: relative;
	margin-top: 60px;

}
.xcBox h3{
	height: 120px;
	width: 120px;
	border-radius: 60px;
	color: #FFF;
	background: #52ade6;
	margin:  0 auto;
	position: absolute;
	top:-60px;
	left: 420px;
	text-align: center;
	font: 30px/120px Microsoft YaHei;

}
.xcContent{
	border-radius: 10px ;
	background: #FFF;
	padding: 0  20px;
	padding-top: 30px;
	-moz-box-shadow: 5px 5px 0px #e0d8cd;
	-webkit-box-shadow: 5px 5px 0px #e0d8cd;
	box-shadow: 5px 5px 0px #e0d8cd;
	/*height: 160px;*/
}

.xcContent h4{
	color: #52ade6;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.xcContent p{
	color: #666;
	font: bold  16px/40px tahoma;
}

.xcContent ul{
	width: 960px;
	margin-left: -20px;
}

.xcContent ul li{
	float: left;
	width: 300px;
	height: 200px;
	margin-left: 15px;
}
.xcContent ul li a{
	display: block;
	border-radius:10px 10px 10px 10px;
	overflow: hidden;
	width: 300px;
	height: 200px;
}

.orderBoxWrap{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
}

.orderBox{
	border-radius: 10px;
	width: 920px;
	height: 80px;
	overflow: hidden;
	background: #FFF;
	-moz-box-shadow: 5px 5px 0px #e0d8cd;
	-webkit-box-shadow: 5px 5px 0px #e0d8cd;
	box-shadow: 5px 5px 0px #e0d8cd;
	padding: 40px 20px;
}
.orderBox p{
	font: bold 16px/40px tahoma;
	color: #0279ce;
}

.orderBox p em{
	font-size: 14px;
	color: #F60;
}

.orderBox p span{
	color: #F60;
	font: bold 32px/40px Georgia;
}
.btn{
	display: block;
	background: #fdaa02;
	width: 180px;
	height: 60px;
	text-align: center;
	font: bold 22px/60px Microsoft YaHei;
	color: #FFF;
	border-width: 0px;
	border-radius: 10px;
	-moz-box-shadow: 0px 5px 0px #ff7d01;
	-webkit-box-shadow: 0px 5px 0px #ff7d01;
	box-shadow: 0px 5px 0px #ff7d01;
	position: absolute;
	left: 390px;
	bottom: -30px;
}
.btn:hover{
	-moz-box-shadow: 0px 5px 0px #ff7d01;
	-webkit-box-shadow: 0px 5px 0px #ff7d01;
	box-shadow: 0px 5px 0px #ff7d01;
	background: #ffb621;
	text-decoration: none;
	color: #FFF;
	cursor:pointer;
}

.recBoxWrap{
	width: 958px;
	border: 1px #CCC solid;
	background: #FFF;
	border-radius: 5px;
	margin:0 auto;
	overflow: hidden;
}
.recBoxWrap h3{
	height: 50px;
	font: bold 18px/50px tahoma;
	color: #666;
	background: #f5f5f5;
	border-bottom: 1px #CCC solid;
	text-align:center;
}
.recBoxWrap h3 a{
	font: bold 14px/50px tahoma;
	color: #4c9dd6;
}
.renList{
	width: 920px;
	margin: 20px ;
	border-bottom: 1px #DDD solid;
	padding-bottom: 20px;
}
.imgBox{
	float: left;
	width: 300px;
	height: 200px;
}
.recinfoBox{
	width: 600px;
	float: right;
}
.recinfoBox h4{
	font: bold 20px/40px tahoma;
	color: #444;
}
.recinfoBox p {
	font:  16px/40px tahoma;
	color: #666;
}
.btnsBox{
	width: 600px;
	height: 40px;
}
.btnsBox dt,.btnsBox dd{
	float: left;
	width: 136px;
	height: 40px;
	font:  16px/40px tahoma;
	border-radius: 5px;
	color: #FFF;
	text-align:center;
}
.btnsBox dt{
	background: #d9534f;
}

.btnsBox dd a{
	font:  16px/40px tahoma;
	background: #428bca;
	color: #FFF;
	display: block;
	border-radius: 5px;
}
.btnsBox dd a:hover{
	background: #479ae1;
	color: #FFF;
	text-decoration: none;
}

.footer{
	width: 100%;
	background: #007cd5;
}
.footerBox{
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}
.footerBox p{
	font:  16px/40px tahoma;
	color: #FFF;
	text-align: center;
}
.footerBox  a{
	color: #FFF;
	font:  16px/40px tahoma;
	text-align: center;
	text-decoration: underline;
	margin: 0 10px;
}
.footerBox  a:hover{
	color: #FFF;
	text-decoration: underline;
}