html, body, div, span,h1, h2, h3, h4, h5, h6, p,
a, em, img, q, s, small, strong,b, u, i,dl, dt, 
dd, ol, ul, li,form, label,table, caption, tbody,
tfoot, thead, tr, th, td,article,footer, header, 
menu, nav,section, time, audio, video,button ,input,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	line-height: 1.2
}
a{ 
	display: inline-block;
	text-decoration: none;
}
a:hover,a:active,a:focus{
	text-decoration: none;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfloat{zoom:1;}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	overflow:hidden;
	height:0;
}
.spill{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.multiSpill{
	word-break:break-all;
   text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-box-orient:vertical;
  /* -webkit-line-clamp:3;*/
   overflow:hidden;
}
input {
	-webkit-appearance:none;
	-moz-appearance:none;
 }
textarea{ 
	-webkit-appearance:none;
	-moz-appearance:none;
}   
input:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
select:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
textarea:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button{
	cursor:pointer;
}
select{
	cursor:pointer;
}
input type:checkbox{
	cursor:pointer;
}
input type:radiobox{
	cursor:pointer;
}



.rides-cs {font-size: 12px;  position: fixed; top: 250px;right:0px; _position: absolute; z-index: 1500; border-radius:0 6px 6px 0;}
.rides-cs a {color: #00A0E9;}
.rides-cs a:hover { color: #ff8100; text-decoration: none;}

.rides-cs .floatL {width:36px;float:left; position: relative; z-index:1;margin-top:90px;height:181px;background:#29a7e2;border-radius:8px 0 0 8px;}
.rides-cs .floatL a {font-size:0;text-indent: -999em; display: block;}


.rides-cs .floatR {display:none;background:#fff;width:140px;float:left;padding:10px 5px;overflow:hidden;border:1px solid #808080;border-radius:8px;}
.rides-cs .floatR h3{ font-size:16px;color:#29A7E2;font-weight:600; line-height:24px;padding:5px;text-align:center;}
.rides-cs .floatR ul {padding:0px;}
.rides-cs .floatR ul li {line-height:38px;height:38px;border-bottom: solid 1px #E6E4E4;overflow:hidden;padding: 0 0 0 10px;}
.rides-cs .floatR ul li span {color: #777;font-size:14px;}
.rides-cs .floatR ul li a{color: #777;}
.rides-cs .floatR ul li img {margin:0 5px 0 0;vertical-align: middle;}

.rides-cs .floatR p{text-align:center;}
.rides-cs .floatR p img{width:100%;display:block;}

.rides-cs .btnOpen, .rides-cs .btnCtn {position:relative;z-index:9;top:25px;left:0;background-image:url(../images/onlinebg.png);background-repeat:no-repeat;display:block;height:146px;padding:8px;}
.rides-cs .btnOpen {background-position:-37px 0;}
.rides-cs .btnCtn {background-position:0 0;}
.rides-cs ul li.top {border-bottom: solid #ACE5F9 1px;}
.rides-cs ul li.bot {border-bottom: none;}


.home-video{display:block;width:100%;position:relative;overflow:hidden;}
.home-video::after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:9;background:url("../images/v.png") no-repeat center;display:block;}
.home-video img{width:100%;display:block;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.home-video:hover img{transform: scale(1.04);-webkit-transform: scale(1.04);}
.home-video:hover::after{background-color:rgba(0,0,0,0.5);}




