* {
	margin: 0;
	border: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	word-break:break-all; /*???IE??chrome??FF?????*/

????word-wrap:break-word;/*???IE??chrome??FF*/
}
input,button,select,textarea{outline:none;} textarea{resize:none;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
body a:focus { outline:0 }
li{
	list-style: none;
}
body {
	position: relative;
	font-family: "Microsoft YaHei",arial;
	font-size: 14px;
	color: #787878;
	background: url(/images/bg.png);
	overflow: visible;
	height: 100%;
	width: 100%;
	background: #f5f5f5;
}

html {
	-webkit-text-size-adjust: none;
	height: 100%;
	width: 100%;
}
img{
 border:none;vertical-align:middle;
}
*,button {
	font-family: arial, "Microsoft YaHei";
}
/* @font-face
{
font-family: myLighterFont;
src: url('/css/HELVETICANEUE.TTF'); IE9+
} */
/* .lightFont{
	font-weight: lighter;
	font-family: myLighterFont
} */
.borderradius{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border: 1px #e1e1e1 solid;
}
.backgroundwhite{
	background-color: #fff;
}
.mytextshadow{
	text-shadow: 0 0 2px #333;
}
.bordersizing
{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.no_style,a {
	text-decoration: none;
	color: inherit
}

:-moz-placeholder,:-ms-input-placeholder,::-webkit-input-placeholder {
	color: #c9ccd0
}

a:after {
	color: inherit
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}

ul.inline,ul.inline li {
	display: inline-block
}

.link {
	cursor: pointer;
	color: #0c94de
}

.link:hover {
	color: #0c94de
}
.center-content {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.icon-logo {
	background-image: url(/images/logo.png);
	background-position: 0 0px;
	width: 201px;
	height: 59px;
}

i {
	display: inline-block;
	vertical-align: middle;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
}

ul.inline,ul.inline li {
	display: inline-block;
}

.verify-refresh {
	position: absolute;
	bottom: 0;
	text-decoration: underline;
	cursor: pointer;
	color: #27B3F9;
}

.center-content-block {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 7px rgba(200, 200, 200, .75);
	box-shadow: 0 0 7px rgba(200, 200, 200, .75);
	overflow: hidden;
	margin: 0px auto 0;
	padding: 40px 20px;
	border: 1px solid #c9ccd0;
}
.indexcontent_bg{
	width:100%;
	min-height:100%;
	background:url(/images/home_bg.jpg);
	-moz-background-size: cover; 
	-o-background-size: cover; 
	-webkit-background-size: cover; 
	background-size: cover; 
	-moz-border-image: url(/images/home_bg.jpg) 0; 
	background-repeat:no-repeat\9; 
	background-image:none\9; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home_bg.jpg', sizingMethod='scale')\9;
}
.commonContentDIV{
	max-width:1120px;
	width:100%;
	height:auto;
	min-height:400px;
	margin: 0 auto;
	text-align: center;
}
.nav-width{
 max-width:1120px;
 width:100%;
 margin: auto;
}
.logo:hover {
    transform:rotate(5deg) scale(1.05);
}
@media ( max-width :767px) {
	.commonContentDIV{
	width:100%;
	height:auto;
	min-height:400px;
	margin: 0 auto;
	text-align: center;
}
}
.list_tr{
	height:auto;
	line-height:30px;
	border-bottom: 1px solid #e4e4e4
}
.littercycle{
    width: 5px;
    height: 5px;
    background-color: #F00;
    border-radius: 5px;
    float: right;
    margin-top: 10px;
    display:none;
}
/*按钮disable样式*/
.greay_btn{
    background-color: gray;
    border-color: gray;
}