html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,table,th,td,input,textarea,hr,img,label,span,select,strong,b{
	margin:0;
	padding:0;
}
fieldset,img,abbr,acronym{ border:0;}
address,caption,cite,code,dfn,em,px,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
caption,th,td{
	font-weight:normal;
	text-align:left;
}
a,img,button{
	border:none;
	text-decoration:none;
}
a,button{ text-decoration:none;}
a,img{
	border: none; 
	outline:none;
}
a{
	color:#333;
	outline:none;
	text-decoration:none;	
}
ul,ol{ list-style:none;}
input,select{ -webkit-appearance:none;}
::-webkit-input-placeholder{ color:#999;}
:-moz-placeholder{ color:#999;}
::-moz-placeholder{ color:#999;}
:-ms-input-placeholder{ color:#999;}
body{
	background:#f8f8f8;
	color:#333;
	font-family:"Microsoft YaHei";
	font-size:63%;
	font-weight:normal;
	width:100%;
 	min-width:300px;
}
.bodybg{ background:url(bodybg.jpg) repeat;}
.none{ display:none;}
.tc{ text-align:center;}
.tr{ text-align:right;}

/*边距*/
.ml10{ margin-left:10px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mb20{ margin-bottom:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mb30{ margin-bottom:30px;}
.mt35{ margin-top:35px;}
.mb40{ margin-bottom:40px;}
.pt10{ padding-top:10px;}
.pb10{ padding-bottom:10px;}
.pr10{ padding-right:10px;}
.pt15{ padding-top:15px;}
.pb15{ padding-bottom:15px;}
.pr15{ padding-right:15px;}
.pt20{ padding-top:20px;}
.pb20{ padding-bottom:20px;}

/*字体颜色*/
.red{ color:red; color:#ff0000;}

/*通用按钮*/
.btn{ padding:0 10px 0;}
.btn_back{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ff9421), to(#ff6b0d));
	background:-moz-linear-gradient(top, #ff9421, #ff6b0d);
	background:-ms-linear-gradient(top, #ff9421, #ff6b0d);
	background:-o-linear-gradient(top, #ff9421, #ff6b0d);
	border:none;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	font-family:"Microsoft YaHei";
	font-size:1.4em;
	height:27px;
	line-height:27px;
	width:83px;
}
.btn_add{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#feb900), to(#f37800));
	background:-moz-linear-gradient(top, #feb900, #f37800);
	background:-ms-linear-gradient(top, #feb900, #f37800);
	background:-o-linear-gradient(top, #feb900, #f37800);
	box-shadow:inset -1px 2px 2px 0px rgba(255,255,255,0.75);
	border:solid 1px #cca352;	
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	font-family:"Microsoft YaHei";
	font-size:1.6em;
	height:35px;
	line-height:35px;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.7);
	width:128px;
}
.btn_yellow1{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#feb900), to(#f37800));
	background:-moz-linear-gradient(top, #feb900, #f37800);
	background:-ms-linear-gradient(top, #feb900, #f37800);
	background:-o-linear-gradient(top, #feb900, #f37800);	
	box-shadow:inset 0px 2px 2px 0px rgba(255,255,255,0.75),1px 1px 3px 0px rgba(0,0,0,0.3);
	border:solid 1px #cca352;
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	display:block;
	font-family:"Microsoft YaHei";
	font-size:2.8em;
	height:52px;
	line-height:52px;
	text-shadow:-1px -1px 0px #4b3300;
	width:100%;
}
.btn_yellow2{	
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fae164), to(#ebac2f));
	background:-moz-linear-gradient(top, #fae164, #ebac2f);
	background:-ms-linear-gradient(top, #fae164, #ebac2f);
	background:-o-linear-gradient(top, #fae164, #ebac2f);	
	box-shadow:inset 0px 2px 2px 0px rgba(255,255,255,0.75),1px 1px 3px 0px rgba(0,0,0,0.3);
	border:solid 1px #cca352;
	border-radius:10px;
	color:#fff;
	cursor:pointer;
	display:block;
	font-family:"Microsoft YaHei";
	font-size:2.4em;
	height:52px;
	line-height:52px;
	text-shadow:-2px -1px 1px #c58300;
	width:100%;
}
.btn_yellow3{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fe9341), to(#e56200));
	background:-moz-linear-gradient(top, #fe9341, #e56200);
	background:-ms-linear-gradient(top, #fe9341, #e56200);
	background:-o-linear-gradient(top, #fe9341, #e56200);
	border:none;	
	border-radius:5px;
	color:#fff;
	cursor:pointer;
	display:block;
	font-family:"Microsoft YaHei";
	font-size:2.4em;
	height:50px;
	line-height:50px;
	width:100%;
}

/*标题*/
.header{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#03bcf5), to(#00b7ef));
	background:-moz-linear-gradient(top, #03bcf5, #00b7ef);
	background:-ms-linear-gradient(top, #03bcf5, #00b7ef);
	background:-o-linear-gradient(top, #03bcf5, #00b7ef);
	border-bottom:solid 1px #009ccb;
	box-shadow:inset 0px -1px 0px 0px #14c1f6;
	color:#fff;
	font-size:2em;
	height:45px;
	line-height:45px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.header .return{
	background:url(return.png) no-repeat;
	background-size:100% 100%;
	font-size:0;
	height:18px;
	left:15px;
	line-height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:15px;
	width:13px;	
}
.header .tel{
	background:url(tel.png) no-repeat;
	background-size:100% 100%;
	font-size:0;
	height:20px;
	line-height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:13px;
	right:15px;
	width:20px;
}
.header .home{
	background:url(home.png) no-repeat;
	background-size:100% 100%;
	font-size:0;
	height:24px;
	line-height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:12px;
	right:15px;
	width:26px;
}
.header .sou{
	background:url(icon_dw.png) no-repeat;
	background-size:100% 100%;
	font-size:0;
	height:24px;
	line-height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:12px;
	right:15px;
	width:16px;
}
.header .city{
	color:#fff;
	font-size:0.8em;
	height:24px;
	line-height:24px;
	overflow:hidden;
	position:absolute;
	top:12px;
	right:40px;
	text-align:right;
	width:80px;
}
.header .title{
	display:block;
	font-size:0.8em;
	line-height:normal;
	padding-top:2px;
}
.header .title em{
	display:block;
	font-size:0.8em;
}
.header .title strong{ font-family:Arial;}

/*图片轮播*/
.focus{
	height:150px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	width:320px;
}
.focus .wrappic{
	height:100%;
 	width:100%;
	overflow:hidden;
	position:relative;
}
.focus ol{	
	left:0;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	width:9999px;
}
.focus ol li{
	float:left;
	height:100%;
	width:100%;
}
.focus ol li img{
	height:100%;
	width:100%;
	vertical-align:top;
}
.focus ul{
	right:10px;
	position:absolute;
	bottom:10px;
	z-index:999;
}
.focus ul li{
	background:#e2ebcc;
	border-radius:25px;
	cursor:pointer;
	display:inline;
	float:left;
	font-size:0;
	line-height:0;
	height:10px;
	margin-left:8px;
	overflow:hidden;	
	width:10px;
}
.focus ul .current{ background:#fff;}

/*一键拨号*/
.index_tel{
	height:40px;
	padding:0 10px;
	line-height:40px;
	background:#ff6a00;
	overflow:hidden;
}
.index_tel .word{
	float:left;
	font-family:"微软雅黑";
	font-size:20px;
	color:#fff;	
}
.index_tel .icon{
	float:right;
	width:36px;
	height:36px;
	background:url(icon_tel.png) no-repeat center center;
	padding-top:5px;	
}
.index_wrap{ margin:15px auto 0;}
.nav_travel{ margin-bottom:15px; overflow:hidden;}
.nav_travel .item{
	padding:10px;
	border:1px solid #d9d9d9;
	float:left;	
	font-family:"微软雅黑";
}
.plane{ margin-bottom:15px; overflow:hidden;}
.plane .theme{ margin-left:15px; float:left;}
.plane .theme .item{ border-radius:5px;}
.index_focus{ padding-left:15px; overflow:hidden; }
.nav_btm .item .title{
	font-size:20px; 
	padding:10px 0 0 15px;
}
.nav_btm .item p{
	padding-left:15px;
	font-size:14px;
	color:#999;
}
@media screen and (min-width:480px){
	.index_wrap{
		width:480px;
	}
	.nav_travel .item{
		width:118px;
		height:98px;
		border-radius:10px;
		margin-left:15px;
		font-size:20px;
		background:#fff;
	}
	.nav_travel .item p{
		font-size:14px;
		color:#808080;	
	}
	.nav_travel .one{
		background:#fff url(travel_bg.png) no-repeat center bottom;
		color:#ff6a00;
	}
	.nav_travel .two{
		background:#fff url(travel_bg2.png) no-repeat center bottom;
		color:#ff3377;
	}
	.nav_travel .three{
		background:#fff url(travel_bg3.png) no-repeat center bottom;
		color:#2693ff;
	}
	.plane .word{
		width:125px;
		height:130px;
		background:#a2d921 url(icon_plane.png) no-repeat left center;
		border-radius:5px;
		font-family:"微软雅黑";
		text-align:right;
		padding:15px;
		margin-left:15px;
		float:left;
	}
	.plane .word .title{
		color:#fff;
		font-size:24px;
	}
	.plane .word p{
		font-size:16px;
		color:#fff;	
	}
	.plane .theme .item{
		width:278px;
		height:73px;
		border:1px solid #d9d9d9;
		background:#fff;
		overflow:hidden;	
	}
	.plane .theme .item .pic{
		width:50%;
		height:73px;
		float:left;
	}
	.plane .theme .item .pic img{
		width:100%;
		height:73px;
		border-radius:5px 0 0 5px;
	}
	.plane .theme .item .word2{
		width:50%;
		float:right;
		text-align:right;
		font-family:"微软雅黑";
		padding-top:5px;
	}
	.plane .theme .item .word2 .title{
		font-size:20px;
		color:#666;
		padding-right:10px;
	}
	.plane .theme .item .word2 p{
		color:#999;
		font-size:14px;
		padding-right:10px;
	}
	.nav_btm{ margin-left:5px; overflow:hidden;}
	.nav_btm .item{ 
		border:1px solid #d9d9d9;
		border-radius:5px;
		width:218px;
		height:73px;
		margin-left:10px;
		font-family:"微软雅黑";
		float:left;
		margin-bottom:15px;
	}
	.nav_btm .one{
		background:#fff url(icon_ticket.png) no-repeat 120px 15px;
		color:#ffaa00;
	}
	.nav_btm .two{
		background:#fff url(icon_custom.png) no-repeat 120px 15px;
		color:#00bf79;
	}
	.nav_btm .three{
		background:#fff url(icon_hotel.png) no-repeat 120px 15px;
		color:#a750e6;
	}
	.nav_btm .four{
		background:#fff url(icon_weidan.png) no-repeat 130px 5px;
		color:#2b88d9;
	}
	.nav_btm .five{
		background:#fff url(icon_tour.png) no-repeat 130px 5px;
		color:#2acca3;
	}
	.nav_btm .six{
		background:#fff url(icon_commend.png) no-repeat 130px 5px;
		color:#90cd2a;
	}
	.nav_btm .seven{
		background:#fff url(icon_visa.png) no-repeat 135px 5px;
		color:#006cff;
	}
	.nav_btm .eight{
		background:#fff url(icon_more.png) no-repeat 130px 5px;
		color:#999;
	}
	.wrap_border{
		height:120px;
		margin-bottom:15px;
		overflow:hidden;
	}
	.wrap_border .index_focus{
		height:120px;
		overflow:hidden;
		position:relative;
		width:230px;
		float:left;
	}
	.wrap_border .index_focus .wrappic2{
		height:120px;
		width:230px;
		overflow:hidden;
		position:relative;
	}
	.wrap_border .index_focus ol{	
		left:0;
		height:120px;
		overflow:hidden;
		position:absolute;
		top:0;
		width:9999px;
	}
	.wrap_border .index_focus ol li{
		float:left;
		height:120px;
		width:230px;
	}
	.wrap_border .index_focus ol li .black_bg{
		width:100%;
		height:30px;
		background:#000;
		position:absolute;
		left:0;
		bottom:0;
		filter:alpha(opacity=30);
		opacity:0.3;
	}
	.wrap_border .index_focus ol li span{
		height:30px;
		position:absolute;
		left:0;
		bottom:0;
		color:#fff;
		font-family:"微软雅黑";
		font-size:14px;
		line-height:30px;
		padding-left:15px;
		z-index:999;
		overflow:hidden;
	}
	.wrap_border .index_focus ol li img{
		height:120px;
		width:230px;
		vertical-align:top;
	}
	.wrap_border .adv{
		float:left;
		width:220px;
		height:120px;	
	}
	.wrap_border .adv img{
		float:left;
		width:220px;
		height:120px;
	}
}
@media screen and (min-width:360px) and (max-width:479px){
	.index_wrap{
		width:360px;
	}
	.nav_travel .item{
		width:78px;
		height:65px;
		border-radius:10px;
		margin-left:15px;
		font-size:16px;
	}
	.nav_travel .item p{
		font-size:10px;
		color:#808080;	
	}
	.nav_travel .one{
		background:#fff url(travel_bg.png) no-repeat center bottom;
		background-size:100px 48px;
		color:#ff6a00;
	}
	.nav_travel .two{
		background:#fff url(travel_bg2.png) no-repeat center bottom;
		background-size:100px 46px;
		color:#ff3377;
	}
	.nav_travel .three{
		background:#fff url(travel_bg3.png) no-repeat center bottom;
		background-size:100px 50px;
		color:#2693ff;
	}
	.plane .word{
		width:85px;
		height:88px;
		background:#a2d921 url(icon_plane.png) no-repeat left center;
		background-size:44px 88px;
		border-radius:5px;
		font-family:"微软雅黑";
		text-align:right;
		padding:15px;
		margin-left:15px;
		float:left;
	}
	.plane .word .title{
		color:#fff;
		font-size:18px;
	}
	.plane .word p{
		font-size:12px;
		color:#fff;	
	}
	.plane .theme .item{
		width:200px;
		height:53px;
		border:1px solid #d9d9d9;
		background:#fff;
		overflow:hidden;
	}
	.plane .theme .item .pic{
		width:50%;
		height:73px;
		float:left;
	}
	.plane .theme .item .pic img{
		width:100%;
		height:53px;
		border-radius:5px 0 0 5px;
	}
	.plane .theme .item .word2{
		width:50%;
		float:right;
		text-align:right;
		font-family:"微软雅黑";
		padding-top:5px;
	}
	.plane .theme .item .word2 .title{
		font-size:18px;
		color:#666;
		padding-right:10px;
	}
	.plane .theme .item .word2 p{
		color:#999;
		font-size:10px;
		padding-right:10px;
	}
	.nav_btm{ margin-left:5px; overflow:hidden;}
	.nav_btm .item{ 
		border:1px solid #d9d9d9;
		border-radius:5px;
		width:160px;
		height:54px;
		margin-left:10px;
		font-family:"微软雅黑";
		float:left;
		margin-bottom:15px;
	}
	
	.nav_btm .item .title{
		font-size:20px; 
		padding:5px 0 0 10px;
	}
	.nav_btm .item p{
		padding-left:10px;
		font-size:14px;
		color:#999;
	}
	.nav_btm .one{
		background:#fff url(icon_ticket.png) no-repeat 105px 20px;
		background-size:50px 28px;
		color:#ffaa00;
	}
	.nav_btm .two{
		background:#fff url(icon_custom.png) no-repeat 115px 20px;
		background-size:50px 28px;
		color:#00bf79;
	}
	.nav_btm .three{
		background:#fff url(icon_hotel.png) no-repeat 105px 20px;
		background-size:50px 28px;
		color:#a750e6;
	}
	.nav_btm .four{
		background:#fff url(icon_weidan.png) no-repeat 120px 10px;
		background-size:34px 40px;
		color:#2b88d9;
	}
	.nav_btm .five{
		background:#fff url(icon_tour.png) no-repeat 115px 10px;
		background-size:40px 38px;
		color:#2acca3;
	}
	.nav_btm .six{
		background:#fff url(icon_commend.png) no-repeat 115px 10px;
		background-size:40px 40px;
		color:#90cd2a;
	}
	.nav_btm .seven{
		background:#fff url(icon_visa.png) no-repeat 115px 10px;
		background-size:40px 41px;
		color:#006cff;
	}
	.nav_btm .eight{
		background:#fff url(icon_more.png) no-repeat 115px 10px;
		background-size:40px 41px;
		color:#999;
	}
	.wrap_border{
		height:89px;
		margin-bottom:15px;
		overflow:hidden;
	}
	.wrap_border .index_focus{
		height:89px;
		overflow:hidden;
		position:relative;
		width:170pxpx;
		float:left;
	}
	.wrap_border .index_focus .wrappic2{
		height:89px;
		width:170px;;
		overflow:hidden;
		position:relative;
	}
	.wrap_border .index_focus ol{	
		left:0;
		height:89px;
		overflow:hidden;
		position:absolute;
		top:0;
		width:9999px;
	}
	.wrap_border .index_focus ol li{
		float:left;
		height:89px;
		width:170px;
	}
	.wrap_border .index_focus ol li .black_bg{
		width:100%;
		height:30px;
		background:#000;
		position:absolute;
		left:0;
		bottom:0;
		filter:alpha(opacity=30);
		opacity:0.3;
	}
	.wrap_border .index_focus ol li span{
		height:30px;
		position:absolute;
		left:0;
		bottom:0;
		color:#fff;
		font-family:"微软雅黑";
		font-size:14px;
		line-height:30px;
		padding-left:10px;
		z-index:999;
		overflow:hidden;
	}
	.wrap_border .index_focus ol li img{
		height:89px;
		width:170px;
		vertical-align:top;
	}
	.wrap_border .adv{
		float:left;
		width:163px;
		height:89px;
	}
	.wrap_border .adv img{
		width:163px;
		height:89px;
	}  
}
@media screen and (min-width:320px) and (max-width:359px){
	.index_wrap{
		width:320px;
	}
	.nav_travel .item{
		width:65px;
		height:54px;
		border-radius:10px;
		margin-left:15px;
		font-size:16px;
	}
	.nav_travel .item p{
		font-size:10px;
		color:#808080;	
	}	
	.nav_travel .one{
		background:#fff url(travel_bg.png) no-repeat center bottom;
		background-size:100px 48px;
		color:#ff6a00;
	}
	.nav_travel .two{
		background:#fff url(travel_bg2.png) no-repeat center bottom;
		background-size:100px 46px;
		color:#ff3377;
	}
	.nav_travel .three{
		background:#fff url(travel_bg3.png) no-repeat center bottom;
		background-size:100px 50px;
		color:#2693ff;
	}
	.plane .word{
		width:72px;
		height:76px;
		background:#a2d921 url(icon_plane.png) no-repeat left center;
		background-size:44px 88px;
		border-radius:5px;
		font-family:"微软雅黑";
		text-align:right;
		padding:15px;
		margin-left:15px;
		float:left;
	}
	.plane .word .title{
		color:#fff;
		font-size:18px;
		white-space:nowrap;
	}
	.plane .word p{
		font-size:12px;
		color:#fff;	
	}
	.plane .theme .item{
		width:172px;
		height:46px;
		border:1px solid #d9d9d9;
		background:#fff;	
		overflow:hidden;
	}
	.plane .theme .item .pic{
		width:50%;
		height:73px;
		float:left;
	}
	.plane .theme .item .pic img{
		width:100%;
		height:46px;
		border-radius:5px 0 0 5px;
	}
	.plane .theme .item .word2{
		width:50%;
		float:right;
		text-align:right;
		font-family:"微软雅黑";
		padding-top:5px;
	}
	.plane .theme .item .word2 .title{
		font-size:14px;
		color:#666;
		padding-right:5px;
	}
	.plane .theme .item .word2 p{
		color:#999;
		font-size:10px;
		padding-right:5px;
	}
	.nav_btm{ margin-left:5px; overflow:hidden;}
	.nav_btm .item{ 
		border:1px solid #d9d9d9;
		border-radius:5px;
		width:138px;
		height:47px;
		margin-left:10px;
		font-family:"微软雅黑";
		float:left;
		margin-bottom:15px;
	}
	
	.nav_btm .item .title{
		font-size:20px; 
		padding:5px 0 0 10px;
	}
	.nav_btm .item p{
		padding-left:10px;
		font-size:12px;
		color:#999;
	}	
	.nav_btm .one{
		background:#fff url(icon_ticket.png) no-repeat 100px 22px;
		background-size:37px 21px;
		color:#ffaa00;
	}
	.nav_btm .two{
		background:#fff url(icon_custom.png) no-repeat 105px 22px;
		background-size:35px 20px;
		color:#00bf79;
	}
	.nav_btm .three{
		background:#fff url(icon_hotel.png) no-repeat 100px 22px;
		background-size:35px 20px;
		color:#a750e6;
	}
	.nav_btm .four{
		background:#fff url(icon_weidan.png) no-repeat 105px 13px;
		background-size:26px 31px;
		color:#2b88d9;
	}
	.nav_btm .five{
		background:#fff url(icon_tour.png) no-repeat 102px 10px;
		background-size:33px 31px;
		color:#2acca3;
	}
	.nav_btm .six{
		background:#fff url(icon_commend.png) no-repeat 102px 10px;
		background-size:33px 33px;
		color:#90cd2a;
	}
	.nav_btm .seven{
		background:#fff url(icon_visa.png) no-repeat 102px 10px;
		background-size:30px 31px;
		color:#006cff;
	}
	.nav_btm .eight{
		background:#fff url(icon_more.png) no-repeat 102px 13px;
		background-size:30px 31px;
		color:#999;
	}
	.wrap_border{
		height:79px;
		margin-bottom:15px;
		overflow:hidden;
	}
	.wrap_border .index_focus{
		height:79px;
		overflow:hidden;
		position:relative;
		width:149pxpx;
		float:left;
	}
	.wrap_border .index_focus .wrappic2{
		height:79px;
		width:149px;;
		overflow:hidden;
		position:relative;
	}
	.wrap_border .index_focus ol{	
		left:0;
		height:79px;
		overflow:hidden;
		position:absolute;
		top:0;
		width:9999px;
	}
	.wrap_border .index_focus ol li{
		float:left;
		height:79px;
		width:149px;
	}
	.wrap_border .index_focus ol li .black_bg{
		width:100%;
		height:30px;
		background:#000;
		position:absolute;
		left:0;
		bottom:0;
		filter:alpha(opacity=30);
		opacity:0.3;
	}
	.wrap_border .index_focus ol li span{
		height:30px;
		position:absolute;
		left:0;
		bottom:0;
		color:#fff;
		font-family:"微软雅黑";
		font-size:14px;
		line-height:30px;
		padding-left:5px;
		z-index:999;
		overflow:hidden;
	}
	.wrap_border .index_focus ol li img{
		height:79px;
		width:149px;
		vertical-align:top;
	}
	.wrap_border .adv{
		float:left;
		width:142px;
		height:79px;
	}
	.wrap_border .adv img{
		width:142px;
		height:79px;
	}
}
/*底部定位*/
.fix_bot{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f5f5f5));
	background:-moz-linear-gradient(top, #f8f8f8, #f5f5f5);
	background:-ms-linear-gradient(top, #f8f8f8, #f5f5f5);
	background:-o-linear-gradient(top, #f8f8f8, #f5f5f5);
	border-top:solid 1px #d3d3d3;
	box-shadow:inset 0px 1px 0px 0px #fff;
	width:100%;
	position:fixed;
	height:59px;
	bottom:0;
	z-index:99998;
}
.fix_bot .nav{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.fix_bot .nav .item{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	color:#666;
	font-size:1.6em;
	padding-top:32px;
	text-align:center;
}
.fix_bot .nav .one{
	background:url(icon_botnav1.png) no-repeat center 7px;
	background-size:25px 23px;
	padding-top:32px;
}
.fix_bot .nav .one.current{
	background:url(icon_botnav1_cur.png) no-repeat center 7px;
	background-size:25px 23px;
	color:#05a5d6;
}
.fix_bot .nav .two{
	background:url(icon_botnav2.png) no-repeat center 7px;
	background-size:19px 23px;
}
.fix_bot .nav .two.current{
	background:url(icon_botnav2_cur.png) no-repeat center 7px;
	background-size:19px 23px;
	color:#05a5d6;
}
.fix_bot .nav .three{
	background:url(icon_botnav3.png) no-repeat center 7px;
	background-size:23px 23px;
}
.fix_bot .nav .three.current{
	background:url(icon_botnav3_cur.png) no-repeat center 7px;
	background-size:23px 23px;
	color:#05a5d6;
}
.fix_bot .nav .four{
	background:url(icon_botnav4.png) no-repeat center 7px;
	background-size:24px 23px;
}
.fix_bot .nav .four.current{
	background:url(icon_botnav4_cur.png) no-repeat center 7px;
	background-size:24px 23px;
	color:#05a5d6;
}

/*产品列表*/
.product{
	margin-top:15px;
	margin-bottom:75px;
	width:100%;
}
.product .hd{
	border-bottom:solid 1px #dadada;
	box-shadow:inset 0px -1px 0px 0px #fff;
	font-size:2.4em;
	margin-bottom:15px;
	padding:0 10px 5px;
}
.product .hd.one{ color:#f60;}
.product .hd.two{ color:#01b3b9;}
.product .hd span{
	color:#666;
	font-size:0.6em;
	padding-left:10px;
}
.product .hd a{
	color:#666;
	font-size:0.6em;
	float:right;
	margin-right:5px;
	margin-top:9px;
}
@media screen and (min-width:320px) and (max-width:359px){
	.search_results{
		color:#f60;
		font-size:14px;
		line-height:22px;
		padding-bottom:10px;
	}
	.product .bd{ width:300px;}	
	.product .bd .item{ width:127px;}	
	.product .bd .item .icon{
		height:45px;
		width:45px;
	}
	.product .bd .item .icon2{
		height:45px;
		width:45px;
	}
	.product .bd .item .pic{ height:98px;}
}
@media screen and (min-width:360px) and (max-width:479px){
	.search_results{
		color:#f60;
		font-size:16px;
		line-height:22px;
		padding-bottom:10px;
	}
	.product .bd{ width:340px;}
	.product .bd .item{ width:147px;}
	.product .bd .item .icon{
		height:50px;
		width:50px;
	}
	.product .bd .item .icon2{
		height:50px;
		width:50px;
	}	
	.product .bd .item .pic{ height:118px;}
}
@media screen and (min-width:480px){
	.search_results{
		color:#f60;
		font-size:18px;
		line-height:24px;
		padding-bottom:10px;
	}
	.product .bd{ width:460px;}
	.product .bd .item{ width:207px;}
	.product .bd .item .icon{
		height:60px;
		width:60px;
	}
	.product .bd .item .icon2{
		height:60px;
		width:60px;
	}
	.product .bd .item .pic{ height:178px;}
}
.product .bd{
	margin:0 auto;
	overflow:hidden;
}
.product .bd .item{
	background:#fff;
	border:solid 1px #dcdcdc;
	border-radius:5px;
	float:left;
	position:relative;
	margin-bottom:10px;
	padding:8px;
}
.product .bd .item:nth-child(odd){ margin-right:10px;}
.product .bd .item .icon{
	background:url(icon_tuijian.png) no-repeat;
	background-size:100% 100%;
	left:-1px;
	position:absolute;
	top:-1px;
	z-index:999;
}
.product .bd .item .icon2{
	background:url(icon_remai.png) no-repeat;
	background-size:100% 100%;
	left:-1px;
	position:absolute;
	top:-1px;
	z-index:999;
}
.product .bd .item .pic{
	position:relative;
	margin-bottom:10px;
	z-index:998;
}
.product .bd .item .pic img{
	height:100%;
	width:100%;
	overflow:hidden;
}
.product .bd .item .shade{
	background:rgba(0,0,0,0.6);
	bottom:0px;
	font-size:0;
	height:34px;
	line-height:0;
	position:absolute;
	width:100%;
}
.product .bd .item .name{
	bottom:0px;
	color:#fff;
	font-size:1.4em;
	height:34px;
	line-height:34px;
	overflow:hidden;
	position:absolute;
	padding:0 8px;
}
.product .bd .item .price{
	color:#f60;
	font-size:2em;
	float:left;
	padding-top:3px;
}
.product .bd .item .price dfn{
	font-family:Arial;
	font-size:0.8em;
}
.product .bd .item .price em{
	color:#666;
	font-size:0.7em;
}
.product .bd .item .btn{
	background:#ff624f;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
	font-size:1.4em;
	text-align:center;
	padding:4px 5px;
	float:right;
}
/*版权*/
.footer{ padding-bottom:75px;}
.footer p{
	color:#f00;
	font-size:1.6em;
	padding-bottom:10px;
	text-align:center;
}

/*底部定位2*/
.fix_bot2{
	background:#333;
	width:100%;
	position:fixed;
	height:50px;
	bottom:0;
	z-index:99998;
}
.fix_bot2 .nav{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.fix_bot2 .nav .item{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	color:#666;
	font-size:1.4em;
	padding-top:30px;
	text-align:center;
}
.fix_bot2 .nav .one.current{
	background:url(icon_botnav5_cur.png) no-repeat center 7px;
	background-size:16px 20px;
	color:#b3ff00;
}
.fix_bot2 .nav .two{
	background:url(icon_botnav6.png) no-repeat center 7px;
	background-size:19px 20px;
}
.fix_bot2 .nav .three{
	background:url(icon_botnav7.png) no-repeat center 7px;
	background-size:21px 20px;
}
.fix_bot2 .nav .four{
	background:url(icon_botnav8.png) no-repeat center 7px;
	background-size:21px 20px;
}
.fix_bot2 .nav .five{
	background:url(icon_botnav9.png) no-repeat center 7px;
	background-size:21px 20px;
}

/*系统错误提示*/
.system_error{
	background:#f1f1f1;
	height:100%;
	padding:0 15px;
	text-align:center;	
}
.system_error img{
	max-width:480px;
	padding-top:10px;
	width:100%;
}
.system_error h4{
	color:#c51700;
	font-size:2em;
	padding-bottom:10px;
}
.system_error p{
	color:#333;
	font-size:1.6em;
	line-height:22px;
	padding-bottom:15px;
}

/*收藏提示*/
.bot_tip{
	bottom:2px;
	display:none;
	left:12px;
	position:fixed;	
	right:12px;
	z-index:99999;
}
.bot_tip .inner{
	background-color:rgba(0,0,0,0.7);
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	min-height:50px;
	width:100%;
}
.bot_tip .inner .text{
	color:#fff;
	font-size:1.6em;
	line-height:50px;
	text-align:center;	
}
.bot_tip .inner .text .icon_ios{
	background:url(icon_ios.png) no-repeat;
	background-size:100%;
	display:inline-block;
	height:29px;
	margin:0 8px;
	position:relative;
	top:10px;	
	width:20px;
}
.bot_tip .inner .text .icon_qq{
	background:url(icon_qq.png) no-repeat;
	background-size:100%;
	display:inline-block;
	height:29px;
	margin:0 8px;
	position:relative;
	top:10px;	
	width:39px;
}
.bot_tip .arrow{
	width:0;
	height:0;
	margin:0 auto;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid rgba(0,0,0,0.7);
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}
.top_tip{
	display:none;
	left:5px;
	position:absolute;
	top:15px;
	z-index:99999;
}
.top_tip .arrow{
	border-bottom:15px solid #000;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	height:0;
	left:10px;
	opacity:0.5;
	position:absolute;
	top:-15px;
	width:0;
}
.top_tip .inner{
	background-color:rgba(0,0,0,0.5);
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	min-height:50px;
	width:100%;
}
.top_tip .inner .text{
	color:#fff;
	font-size:1.6em;
	line-height:50px;
	padding:0 10px;
	text-align:center;
}
.top_tip .inner .text .icon_uc{
	background:url(icon_uc.png) no-repeat;
	background-size:100%;	
	display:inline-block;
	height:21px;
	margin:0 5px;
	position:relative;
	top:3px;	
	width:22px;
}

/*竖屏*/
@media screen and (orientation:portrait) {
	#UC{ left:5px;}
}
/*横屏*/
@media screen and (orientation:landscape) {  
	#UC{ left:96px;}
}

/*搜索等待*/
.waiting{
	background:#7d7a74;
	border-radius:5px;
	display:none;
	padding:15px 0;
	position:absolute;
	text-align:center;
	width:150px;
	z-index:99999;
}
.waiting .pic{
	background:url(loading.gif) no-repeat -35px -30px;
	display:inline-block;
	width:45px;
	height:45px;
}
.waiting .company_names{
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
}

/*订单支付*/
.order_pay{
	background:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	margin-left:10px;
	margin-right:10px;
}
.order_pay .pay_status{
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff6cc));
	background:-moz-linear-gradient(top, #fff, #fff6cc);
	background:-ms-linear-gradient(top, #fff, #fff6cc);
	background:-o-linear-gradient(top, #fff, #fff6cc);
	border-bottom:solid 1px #d6d6d6;
	border-radius:10px 10px 0px 0px;
	box-shadow:inset 0px 0px 0px 1px #fff;
	height:107px;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;	
}
.order_pay .pay_status .pic{
	background:url(icon_pay.png) no-repeat left 13px;
	background-size:100%;
	margin-right:5px;
	width:70px;	
}
.order_pay .pay_status ul{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
	padding-top:16px;
}
.order_pay .pay_status ul li{
	color:#808080;
	font-size:1.6em;
	padding-bottom:5px;
	vertical-align:top;
}
.order_pay .pay_status ul li strong{
	color:#f60;
	font-family:Arial;
	font-size:1.4em;
	padding-left:18px;
}
.order_pay .pay_status ul li strong dfn{ font-size:0.8em;}

.order_pay .pay_status ul li em{
	color:#333;
	font-family:Arial;
	padding-left:18px;
}
.order_pay .pay_status ul li span{
	color:#333;
	padding-left:18px;
}
.order_pay .pay_status ul .red{ color:#f00;}
.order_pay .pay_type{
	border-bottom:solid 1px #d6d6d6;
	padding:15px 15px 20px;
}
.order_pay .pay_type h4{
	background:url(icon_paytype.jpg) no-repeat left center;
	color:#333;
	font-size:2.2em;
	margin-bottom:10px;
	padding-left:35px;
}
.order_pay .pay_type .box{
	background:url(textbg.jpg) repeat-x;
	border:solid 1px #bfbfbf;
	border-radius:10px;
	background-size:100% 60px;
	margin-bottom:10px;
	padding:0 10px;
}
.order_pay .pay_type .box .item{
	background:url(entry.png) no-repeat right center;
	border:none;
	cursor:pointer;
	color:#555;
	font-size:2em;
	height:60px;
	line-height:60px;
	text-align:left;
	width:100%;
}
.order_pay .pay_type h5{
	background:url(icon_tip.jpg) no-repeat left center;
	color:#333;
	font-size:2em;
	margin-top:20px;
	padding-left:30px;
}
.order_pay .pay_type p{
	color:#333;
	font-size:1.6em;
	padding-top:10px;
}
.order_pay .lead_tip{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
.order_pay .lead_tip a{
	color:#329bec;
	display:inline-block;
	font-size:2em;
	margin-bottom:10px;
}
.order_pay .lead_tip span{
	color:#808080;
	display:block;
	font-size:1.8em;
}
.order_pay .pay_fill{ padding:15px 15px 0px;}
.order_pay .pay_fill .sheet{ width:100%;}
.order_pay .pay_fill .sheet th{
	color:#333;
	font-size:1.6em;
	padding-bottom:10px;
	padding-right:5px;
	text-align:right;
	width:85px;
}
.order_pay .pay_fill .sheet td{
	padding-bottom:10px;
	text-align:left;
	white-space:nowrap;
}
.order_pay .pay_fill .sheet td .text_input{
	background:#f5f5f5;
	box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.2);
	border:solid 1px #bfbfbf;
	border-radius:5px;
	color:#333;
	font-family:"Microsoft YaHei";
	font-size:1.4em;
	height:45px;
	line-height:normal;
	text-indent:10px;
	vertical-align:middle;
	padding:1px;
	width:100%;
}
.order_pay .pay_fill .sheet td .text_input:focus{
	border:solid 2px #369ae8;
	padding:0;
}
.order_pay .pay_fill .sheet td .yxq_input{
	font-family:Arial;
	font-size:1.6em;
	width:60px;
}
.order_pay .pay_fill .sheet td span{
	color:#333;
	font-size:1.6em;
	padding:0 5px;
	vertical-align:middle;
}
.order_pay .choose_select{
	background:url(textbg.jpg) repeat-x;
	border:solid 1px #bfbfbf;
	border-radius:10px;
	background-size:100% 60px;
	height:60px;
	margin-left:15px;
	margin-right:15px;
	padding:0 10px;
}
.order_pay .choose_select select{
	background:url(entry.png) no-repeat right center;
	border:none;
	color:#333;
	font-family:"Microsoft YaHei";
	font-size:2em;
	height:100%;
	line-height:normal;
	width:100%;
}

/*错误提示*/
.error_tip{
	color:#f60;
	display:block;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
}

/*成功提示*/
.ok_remind{
	margin-left:10px;
	margin-right:10px;
}
.ok_remind .inner{
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
}
.ok_remind .icon{
	background:url(ok.jpg) no-repeat 0 0;
	-moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
	height:43px;
	margin-top:5px;
	width:58px;	
}
.ok_remind .icon1{
	background:url(error.png) no-repeat 0 0;
	-moz-box-flex:1;
    -webkit-box-flex:1;
    box-flex:1;
	height:43px;
	margin-top:5px;
	width:58px;	
}
.ok_remind .word{	
	-moz-box-flex:6;
    -webkit-box-flex:6;
    box-flex:6;
}
.ok_remind .word h4{
	color:#f60;
	font-size:2em;
	font-weight:bold;
	padding-bottom:5px;
}
.ok_remind .word h4 strong{
	color:#f60;
	display:block;
	font-family:Arial;
	font-weight:bold;
}
.ok_remind .word h4 strong a{
	color:#f60;
	font-weight:bold;
	display:block;
}
.ok_remind .word p{
	color:#666;
	font-family:宋体;
	font-size:1.4em;
	line-height:22px;
	padding-bottom:5px;
}
.ok_remind .word .ljdl{
	color:#f60;
	font-family:"Microsoft YaHei";
	font-size:1.6em;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}

/*加载更多*/
.loading_more{
	color:#f60;
	cursor:pointer;
	font-size:1.6em;
	text-align:center;
	padding:18px 0;
}
.loading_more span{
	background:url(loading_more.png) no-repeat right 4px;
	background-size:10px 14px;
	padding-right:17px;
}

/*分页*/
.page{
	padding:0 10px;
	text-align:center;
}
.page span{
	color:#555;
	display:inline;
	font-family:Arial;
	font-size:1.6em;
	margin-right:10px;
}
.page a{
	color:#555;
	font-size:1.6em;
	margin-right:10px;
}
.page a.current{ color:#f60;}
