/* CSS Document */

body{padding:0;	margin:0;font-family: "微软雅黑",serif;font-size:14px;color:#515151; min-width:1200px;}
dt,dl,dd,ul,li,form,div,ol,h1,h2,h3,h4,h5,h6,pre,fieldset,input,textarea,blockquote,p,br{margin:0px;padding:0px;}
li{	list-style-type:none;}
img{border:none;}
a{text-decoration:none;	padding:0;margin:0;	color:#515151;}
a:hover{ color:#D00003;}
table {	border-collapse: collapse;	border-spacing: 0;	background:none;}
caption, th {text-align: left;	font-weight: normal;}
html, body, fieldset, img, iframe, abbr {border: 0;}
i, cite, em, var, address, dfn {font-style: normal;}
[hidefocus], summary {outline: 0;}
li {list-style: none;}
h1, h2, h3, h4, h5, h6, small {	font-size: 100%;}
sup, sub {font-size: 83%;}
pre, code, kbd, samp {font-family: inherit;}
q:before, q:after {	content: none;}
textarea {overflow: auto;resize: none;}
label, summary {cursor: default;}
a, button {	cursor: pointer;}
input::-ms-clear, input::-ms-reveal {display:none;}
button {border: 0;}
input{ border:none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
-webkit-box-shadow:0 0 0 999px #ddd inset;}
input::-ms-clear {display:none;}
input::-ms-reveal {display:none;}
input:focus {border: none;	outline: none;*border:0;*outline:0;}
a, a:active, a:hover, a:visited {	text-decoration: none;}
input::-webkit-input-placeholder {font-size:14px;font-weight:normal;color:#bdbdbd;}
input::-moz-placeholder {font-size:14px;font-weight:normal;color:#bdbdbd;}
input:-ms-input-placeholder {font-size:14px;font-weight:normal;color:#bdbdbd;}
input::-o-input-placeholder {font-size:14px;font-weight:normal;color:#bdbdbd;}

/*自定义公共样式*/

.hidden {display:none;}
.display{display:block;}
.clearBoth{ clear:both; padding:0; margin:0;}
.fl{float:left;display: block; padding:0; margin:0;}
.fr{float:right;display: block;padding:0; margin:0;}
.Fillet{box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}

.widthPixels{ width:620px;}
.widthPixels1{width:554px;}
.widthPixels2{width:380px;}

.heightPixels{ height:115px;}

.heightLine{ height:50px;}
.heightLine1{ height:25px;}

.heightLineColor{ height:1px; background:#fdd680;}

.mL30{ margin-left:30px;}

.mR{ margin-right:7px;}

.marginTop22{ margin-top:22px;}

.marginBottom10{ margin-bottom:10px;}

.paddingWidth{ padding:10px;}

.bordeWidth{ border:1px solid #ddd;}

.box-shadow{ -moz-box-shadow:2px 2px 10px #0090be; -webkit-box-shadow:2px 2px 10px #0090be;  box-shadow:2px 2px 10px #0090be; }
.Transparent{
	/*filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8; */
	 background: rgba(255,255,255,0.7) none repeat scroll !important;
	  }
.angle{-moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px; }
.line-right{ border:none;}

.textColor{ color:#0076B0;}

.bgColor{ background:#f1f0f0;}

.borderRight{ border-right:none;}

.f18{font-size:18px;}
