* {
	padding: 0;
	margin: 0;
	text-shadow: none;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", arial, sans-serif;
}
.body-hidden {
	overflow: hidden;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ff5257;
	text-decoration: none;
}
input::-webkit-input-placeholder {
color: #999a9a !important;
}
input:-moz-placeholder {
color: #999a9a !important;
}
input::-moz-placeholder {
color: #999a9a !important;
}
input:-ms-input-placeholder {
color: #999a9a !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/*Firefox下：*/
input[type="number"] {
	-moz-appearance: textfield;
}
.word-inline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
button {
	cursor: pointer;
}
button:hover {
	box-shadow: none;
}
em {
	font-style: normal
}
i {
	font-style: normal
}
.hide {
	display: none;
}
.mint {
	width: 1130px;
	margin: 0 auto;
	min-width: 1130px;
}
.man {
	float: left;
	width: 100%;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clfix {
	clear: both
}
.clfix:after {
	content: "";
	display: table;
	clear: both;
}
.fontBold {
	font-weight: bold;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
/** 登录 **/
.ui-top {
	background: #fff;
	width: 100%;
	min-width: 1130px;
	border-bottom: 1px solid #e6e6e6;
	height: 70px;
	margin-bottom: 15px;
}
.ui-top-l {
	float: left;
	margin-top: 15px;
}
.ui-top-logo {
	display: block;
	float: left;
	line-height: normal;
	padding: 0px;
	margin-left: -4px;
}
.ui-top-l span {
	float: left;
	color: #333333;
	font-size: 16px;
	margin: 10px 0px 10px 18px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
	font-weight: normal;
}
.ui-top-r {
	float: right;
	color: #9f9fa4;
	font-size: 12px;
	margin: 28px 0px 0px 0px;
}
.ui-top-r a {
	color: #fd4700;
	margin-left: 5px;
}
.ui-top-r i {
	margin: 0px 0px 0px 5px;
	color: #fd4700;
	font-style: normal;
	font-size: 13px;
}
.login-man {
	background: #fff;
	height: 415px;
	box-sizing: border-box;
	width: 100%;
	border: 8px solid #dddddd;
}
.focus {
	width: 670px;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.focus ul {
	height: 400px;
	position: absolute;
}
.focus ul li {
	float: left;
	width: 670px;
	height: 400px;
	overflow: hidden;
	position: relative;
	background: #000;
}
.focus ul li a img {
	width: 670px;
	height: 400px;
}
.focus ul li div {
	position: absolute;
	overflow: hidden;
}
.focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 150px;
	background: url(../img/rqb/sprite.png) no-repeat 0 0;
	cursor: pointer;
	display: none;
}
.focus .pre {
	left: 0;
}
.focus .next {
	right: 0;
	background-position: right top;
}
.login-man-r {
	float: right;
	width: 350px;
	margin-right: 45px;
	margin-top: 45px;
}
.login-man-r h3 {
	font-weight: normal;
	border-bottom: 1px solid #dcdddd;
	font-size: 18px;
	color: #333333;
	padding-bottom: 25px;
}
.login-rig-min {
	width: 350px;
	margin: 0px auto;
}
.login-rig-min table tr td {
	font-size: 14px;
	color: #333333;
}
.login-rig-min table tr td p {
	float: left;
	font-size: 12px;
	color: #fd4700;
	margin-left: 15px;
	margin-bottom: 6px;
	position: relative;
	margin-top: -22px;
}
.login-input {
	float: left;
	display: inline-block;
	background: none;
	width: 260px;
	margin-left: 10px;
	padding: 9px 8px 9px 10px;
	line-height: 20px;
	border: 1px solid #dcdddd;
	outline: none;
	border-radius: 4px;
	color: #333
}
.login-sig-a {
	float: right;
	margin-right: 10px;
}
.login-sig-a a {
	font-size: 12px;
	color: #333;
}
.login-sig-a a:hover {
	color: #ff6600
}
.login-sig-l {
	float: left;
	margin-left: 10px;
	color: #ff6600;
	font-size: 12px;
}
.login-sig-l-che {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px
}
a.login-input-a {
	margin-left: 10px;
	width: 270px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #ff6600;
	color: #fff;
}
a.login-input-a:before {
	content: "";
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fd4700;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
a.login-input-a:hover {
	color: white;
}
a.login-input-a:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.ui-bottom {
	float: left;
	width: 100%;
	min-width: 1130px;
	background: #2b2b2b;
	height: 30px;
	line-height: 30px;
	z-index: 15;
}
.ui-bottom-l {
	float: left;
	color: #5e5e5e;
	font-size: 12px;
}
.ui-bottom-l a {
	color: #5e5e5e;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
}
.ui-bottom-l a:hover {
	color: #fff;
}
.ui-bottom-r {
	float: right;
	color: #5e5e5e;
	font-size: 12px;
}
.ui-bottom-fixd {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
/** 注册 **/
.ret-min {
	background: #fff;
	border: 1px solid #ddd;
	width: 100%;
	float: left;
	padding-bottom: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.ret-min-m {
	border-bottom: 1px solid #e6e6e6;
	width: 1100px;
	margin: 0px auto;
	margin-top: 45px;
	height: 85px;
}
.reg-top {
	background: url(../images/reg-01.png) no-repeat;
	width: 680px;
	height: 30px;
	margin: 0px auto;
}
.reg-top span {
	float: left;
	width: 170px;
}
.reg-top span i {
	float: left;
	width: 100%;
	line-height: 29px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.reg-top span em {
	float: left;
	width: 100%;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}
.reg-top span i.yellow {
	color: #ff6600;
}
.reg-top span i.white {
	color: #fff;
}
.reg-top span em.yellow {
	color: #ff6600;
}
.reg-che {
	float: left;
	margin-left: 85px;
	font-size: 12px;
	color: #231815;
}
.reg-che a {
	color: #ff6600
}
.check {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.login-input-o {
	float: left;
	display: inline-block;
	background: none;
	width: 150px;
	text-align: center;
	margin-left: 10px;
	padding: 9px 0px 9px 0px;
	line-height: 20px;
	border: 1px solid #dcdddd;
	outline: none;
	border-radius: 4px;
}
.ret-min-b {
	width: 590px;
	margin-left: 375px;
	float: left;
	margin-bottom: 20px;
	margin-top: 35px;
}
.ret-min-b ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.ret-min-b ul li em {
	width: 70px;
	float: left;
	text-align: right;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
margin-right:;
}
.ret-min-b ul li span {
	float: left;
	width: 280px
}
.ret-min-b ul li span i {
	float: left;
	font-size: 14px;
	margin-left: 10px;
	line-height: 31px;
	margin-top: 4px;
	color: #231815;
}
a.ret-min-b-a {
	color: #ff6600;
	border: 1px solid #ff6600;
	border-radius: 4px;
	font-size: 12px;
	float: right;
	padding: 11px 10px
}
a.ret-min-b-a:hover {
	color: #fff;
	border: 1px solid #ff6600;
	background: #ff6600;
}
.ret-min-b font {
	float: right;
	background: #fff2e2;
	border: 1px solid #fec57e;
	width: 220px;
	height: 38px;
	line-height: 38px;
	color: #ff9409;
	font-size: 12px;
	text-indent: 1em;
	border-radius: 4px;
}
.ret-button {
	float: left;
	outline: none;
	border: none;
	background: #55A7D8;
	color: #fff;
	border-radius: 4px;
	width: 190px;
	text-align: center;
	height: 40px;
	font-size: 14px;
	margin-left: 80px;
}
.ret-button:hover {
	background: #469BCD;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	color: #fff;
}
.nc_scale {
	width: 269px;
	height: 38px;
	background: #eeeeee;
	position: relative;
	border: 1px solid #dcdddd;
	color: #ff5257;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 10px;
}
.nc_scale div {
	background: #ff6600;
	position: absolute;
	height: 100%;
	left: 0;
	width: 10px;
}
.nc_scale span {
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0px;
	background: #fff;
	cursor: move;
	background: url(../img/rqb/rt_03.png) no-repeat center #ff6600;
	z-index: 2;
}
.nc_scale .scale_text {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	z-index: 1;
	background: transparent;
	color: inherit;
	line-height: 40px;
	font-size: 12px;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: slidetounlock 3s infinite;
	-webkit-text-size-adjust: none;
}
 @-webkit-keyframes slidetounlock {
 0% {
 background-position: -200px 0
}
 100% {
 background-position: 200px 0
}
}
.nc_scale .btnok {
	cursor: default;
	background: url(../img/rqb/yes_03.png) no-repeat center #fff;
	z-index: 3;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: none;
	float: right;
	position: static;
}
.arrow-down, .arrow-right {
	-webkit-transition: .5s 0s all;
	-o-transition: .5s 0s all;
	-moz-transition: .5s 0s all;
	-ms-transition: .5s 0s all;
	transition: .5s 0s all;
}
.arrow-right {
	display: inline-block;
	width: 0px;
	height: 0px;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #727171;
	border-style: dashed dashed dashed solid;
	position: static;
	top: 0px;
	left: 34px;
	margin-left: 3px;
	float: left;
	margin-top: 7px
}
.reg-zc {
	float: left;
	width: 280px;
	margin-left: 55px;
}
a.ret-a {
	color: #3e99d7;
	font-size: 14px;
	line-height: 40px;
	width: 80px;
	text-align: center;
	float: left
}
.ret-p {
	font-size: 12px;
	color: #fd4700;
	float: left;
	margin-left: 80px;
	width: 270px;
	margin-top: -10px;
}
.ret-radio {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -2px;
}
.reg-bddp {
	float: left;
	width: 785px;
	margin-left: 225px;
	margin-top: -15px;
}
.reg-bddp p {
	float: left;
	width: 648px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	color: #333;
	padding: 2%;
	line-height: 22px;
	margin-top: 15px;
}
.reg-bddp p i {
	width: 100%;
	color: #3e99d7;
	display: inline-block;
	line-height: 22px;
}
.reg-bddp p:before {
	content: "";
	width: 0px;
	height: 0px;
	position: relative;
	margin-top: -28px;
	margin-left: 402px;
	float: left;
	background: url(../img/rqb/acc-06.png) no-repeat;
	width: 17px;
	height: 12px;
}
.reg-bddp-m {
	float: left;
	width: 97%;
	margin-top: 20px;
	margin-left: 30px;
}
.reg-bddp-m ul li {
	float: left;
	width: 100%;
	margin: 10px auto;
	font-size: 14px;
	height: auto;
	line-height: 32px;
}
.reg-bddp-m ul li em {
	font-size: 14px;
	color: #231815;
	float: left;
	margin-right: 15px;
	width: 120px;
	text-align: right;
}
.reg-bddp-m ul li span {
	float: left;
	margin-right: 15px;
}
.reg-bddp-m ul li font {
	color: #ff6600;
	font-size: 12px;
}
.reg-bddp-m ul li strong {
	float: right;
	font-weight: normal;
	background: #fff2e2;
	border: 1px solid #fec57e;
	width: 160px;
	height: 38px;
	line-height: 38px;
	color: #ff9409;
	font-size: 12px;
	text-indent: 1em;
	border-radius: 5px;
}
.reg-bddp-m-yzm {
	float: left;
}
.reg-bddp-m-yzm i {
	background: #fff;
	border: 1px solid #333;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	float: left;
	border-radius: 4px;
	margin-right: 15px;
}
.reg-bddp-m-yzm a {
	font-size: 14px;
	color: #3e99d7;
}
.reg-bddp-m-wz {
	float: left;
	margin-left: 135px;
	width: 450px;
}
.reg-bddp-m-wz h6 {
	font-size: 12px;
	color: #fd4700;
	float: left;
	font-weight: normal;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.reg-bddp-m-wz h6 i {
	color: #3e99d7
}
.reg-bddp-m-wz span {
	float: left;
	width: 450px;
	height: 140px;
	border: 1px solid #e7e7e7;
}
.reg-bddp-m-wz span img {
	float: left;
	width: 100%;
	height: 140px;
}
.rele-txsp-text {
	width: 450px;
	height: 40px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	text-indent: 1em;
	font-size: 14px;
	line-height: 40px;
	outline: none;
	margin-right: 8px;
}
.main-im {
	position: fixed;
	top: 300px;
	z-index: 100;
	width: 119px;
	height: 272px;
	left: 50%;
	margin-left: 575px;
}
.min-in-bj {
	background: url(../img/rqb/kef-01.png) no-repeat;
	width: 119px;
	height: 120px;
}
.min-in-bj p {
	width: 119px;
	float: left;
	font-size: 12px;
	color: #fff;
	margin-left: 8px;
	margin-top: 32px;
	line-height: 22px;
}
.min-in-bj p e {
	font-size: 18px;
	color: #f7ff99;
	font-weight: bold;
}
.main-im .weix-a {
	display: block;
	width: 119px;
	height: 130px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	float: left;
}
.main-im .weix-a span {
	bottom: 5px;
	width: 119px;
	text-align: center;
	margin-top: 8px;
	float: left;
}
.main-im .weix-hover-c {
	width: 91px;
	height: 91px;
	margin-left: 15px;
	overflow: hidden;
	z-index: 9;
}
.main-im .im_main {
	background: url(../img/rqb/kef-03.png) no-repeat;
	display: none;
	width: 119px;
	height: 255px;
	margin-top: -8px;
}
.main-im .im_main .im-tel {
	text-align: center;
	width: 119px;
	float: left;
	margin-top: 30px
}
.main-im .im_main .im-tel div {
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;
}
.main-im .im_main .im-tel .tel-num {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}
.main-im .close-im {
	position: absolute;
	top: 345px;
	z-index: 100;
	width: 119px;
	height: 22px;
}
.main-im .close-im a {
	display: block;
	width: 119px;
	height: 22px;
	background: url(../img/rqb/kef-06.png) no-repeat center top;
}
.main-im .open-im {
	cursor: pointer;
	width: 119px;
	height: 15px;
	background: url(../img/rqb/kef-02.png) no-repeat center top;
	margin-top: 105px;
	position: absolute;
}
.rele-rea-men-ts {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	background: #fff;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	padding-bottom: 15px;
	display: none;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.rele-rea-men-m-ts {
	float: left;
	width: 92%;
	margin-left: 4%;
	margin-top: 20px;
}
.rele-rea-men-m-ts p {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.reg-cg-min {
	width: 440px;
	margin: 120px auto;
}
.reg-cg {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.reg-cg img {
	float: left;
	width: 91px;
	height: 91px;
	margin-right: 25px;
	margin-left: 50px;
}
.reg-cg h2 {
	font-weight: normal;
	color: #54d152;
	font-size: 18px;
	margin-top: 5px;
}
.reg-cg p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.reg-cg-b {
	width: 100%;
}
.reg-cg-b p {
	text-align: center;
	font-size: 12px;
	color: #333;
}
.reg-cg-b h {
	margin-bottom: 8px;
	font-size: 12px;
	color: #fd4700;
	display: block;
}
.reg-cg-b span {
	text-align: center;
	font-size: 12px;
	color: #333;
	float: left;
	line-height: 19px;
}
a.reg-cg-b-a {
	color: #ff6600;
	margin-right: 15px;
	float: right;
	font-size: 14px;
	margin-top: 10px;
}
a.reg-cg-b-a:hover {
	text-decoration: underline;
}
a.reg-cg-b-as {
	color: #fff;
	float: right;
	font-size: 12px;
	background: #ff6600;
	padding: 3px 5px;
	border-radius: 4px;
	margin-top: -3px;
}
a.reg-cg-b-as:hover {
	background: #fd4700
}
/** 找回密码 **/
.pass-title {
	font-size: 16px;
	color: #231815;
	float: left;
	line-height: 50px;
	margin-right: 150px;
	width: 115px;
}
.pass-nv {
	float: left;
	background: url(../images/ret-01.png) no-repeat left;
	height: 50px;
	width: 700px;
}
.pass-nv-em {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.pass-nv-span {
	float: left;
	width: 177px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	text-indent: 1.5em;
}
em.yellow {
	color: #55A7D8;
}
span.yellow {
	color: #55A7D8;
}
em.white {
	color: #fff;
}
.pass-tp {
	width: 80px;
	height: 38px;
	border: 1px solid #dcdddd
}
a.pass-a {
	color: #55A8DB;
	border: 1px solid #55A8DB;
	border-radius: 4px;
	font-size: 12px;
	float: right;
	width: 100px;
	height: 38px;
	text-align: center;
	line-height: 38px;
}
a.pass-a:hover {
	color: #fff;
	border: 1px solid #55A8DB;
	background: #ff6600;
}
.pass-wc {
	float: left;
	width: 100%;
	padding-bottom: 45px;
	margin-bottom: 15px;
}
.pass-wc img {
	float: left;
	width: 91px;
	height: 91px;
	margin-right: 25px;
}
.pass-wc h2 {
	font-weight: normal;
	font-size: 18px;
	color: #54d152;
	font-size: 18px;
	margin-top: 25px;
}
.pass-wc p {
	color: #333333;
	font-size: 14px;
	margin-top: 5px;
}
.pass-wc p a {
	color: #3e99d7;
}
.pass-wc p a:hover {
	text-decoration: underline;
}
.uib-datepicker .uib-title {
	width: 100%;
}
.uib-day button,  .uib-month button,  .uib-year button {
	min-width: 100%;
}
.uib-left,  .uib-right {
	width: 100%
}
.ret-min-b-a-i {
	color: #55A8DB;
	border: 1px solid #55A8DB;
	border-radius: 2px;
	font-size: 12px;
	float: right;
	padding: 11px 10px;
	width: 75px;
	height: 18px;
	cursor: pointer;
	box-sizing: content-box;
}
.ng-animate.item:not(.left):not(.right) {
	-webkit-transition: 0s ease-in-out left;
	transition: 0s ease-in-out left
}
