﻿@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u,  center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
strong,i,b{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",Tahoma,Helvetica,STHeiti;
}
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;
} 
fieldset, img { border:0 none; }
input, textarea, select,button {font-size: 100%;font-family: inherit;vertical-align:middle;}
input {padding:0;margin:0;border:0 none;}
textarea {resize:none;overflow:auto; }
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
input::-moz-focus-inner { border:none; padding:0; }
button, input, optgroup, select, textarea {color:inherit;font:inherit;}
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none;}
a,a:link,a:visited,a:hover,a:active{text-decoration:none; outline:none;}
a img{border:0 none; vertical-align:top; padding:0; margin:0;}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
/**/
.clear {clear:both;}
.clearfix:after {display:block;clear:both;content:"";}
.clearfix {zoom:1;}

.block {display:block;}
.none {display:none;}

.left {float:left;}
.right {float:right;}

.h5 {height:5px;}
.h10 {height:10px;}
.h15 {height:15px;}
.h18 {height:18px;}
.h20 {height:20px;}
.h25 {height:25px;}
.h30 {height:30px;}
.h35 {height:35px;}
.h40 {height:40px;}

.mL5 {margin-left:5px;}
.mL10 {margin-left:10px;}
.mL15 {margin-left:15px;}
.mL20 {margin-left:20px;}
.mL30 {margin-left:30px;}
.mL39 {margin-left:39px;}

.mR45 {margin-right:45px;}
.mR5 {margin-right:5px;}
.mR14 {margin-right:14px;}
.mR15 {margin-right:15px;}
.mR12 {margin-right:12px;}
.mR17 {margin-right:17px;}
.mR30 {margin-right:30px;}
.mR40 {margin-right:40px;}

.w980 {width:980px;margin:0 auto;}
.w1000 {width:1000px;margin:0 auto;}
.w1200 {width:1200px;margin:0 auto;}

.color-a {color:red;}
.color-b {color:blue;}

.bg-a {background:#ccc;}
.bg-b {background:#0CF;}

/*CSS3 yushe1*/
.shadow_1 {box-shadow:0 1px 2px 0 rgba(187, 187, 187, 0.4);}
.shadow_2 {box-shadow:0px 0px 10px 0px rgba(187,187,187,0.8);}

.tS {
	transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;	
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
}