@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #E90C1E;
	text-decoration: none;
}
em, i {
	font-style: normal;
}
ul, li {
	list-style: none;
	list-style-type: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
input, button {
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
body {
	color: #333333;
	font-size: 14px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
#header {
	width: 100%;
	height: 60px;
	padding: 15px 0;
	background: #E93959;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.30);
	z-index: 9999999999999;
	position: fixed;
	top: 0px;
	left: 0px;
}
#header .header {
	width: 1300px;
	height: 54px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	margin: 4px 20px 0 0;
}
#header .logo img {
	height: 60px;
}
#header .teltip {
	float: left;
	color: #FFF;
	cursor: pointer;
	margin: 30px 0 0;
	padding: 5px 15px;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 5px;
}
#header .teltip:hover {
	background: #FF83A7;
	border: 1px solid #E93959;
	border-radius: 5px;
}
#header .mnav {
	height: 44px;
	float: left;
	margin: 10px 0 0 100px;
}
#header .mnav li {
	float: left;
	margin: 0 10px;
}
#header .mnav li a {
	width: 105px;
	height: 44px;
	line-height: 44px;
	float: left;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-radius: 5px 20px 5px 20px;
}
#header .mnav li a:hover {
	height: 44px;
	line-height: 44px;
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	background: #FF83A7;
}
#header .mnav li .hover {
	width: 105px;
	height: 44px;
	line-height: 44px;
	float: left;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background: #FF83A7;
}
#header .qreg a {
	height: 34px;
	line-height: 34px;
	float: right;
	margin-top: 15px;
	padding: 0 25px;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-radius: 15px;
	background: #E87A8E;
}
#header .qreg a:hover {
	height: 34px;
	line-height: 34px;
	float: right;
	margin-top: 15px;
	padding: 0 25px;
	display: block;
	color: #E93959;
	font-size: 16px;
	text-align: center;
	border-radius: 15px;
	background: #FFC7D0;
}
.fullSlide {
	width: 100%;
	height: 520px;
	margin-top: 90px;
	position: relative;
}
.fullSlide .box {
	width: 1300px;
	height: 520px;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari and Chrome */
	-o-transform: translate(-50%, 0); /* Opera */
	-moz-transform: translate(-50%, 0); /* Firefox */
	transform: translate(-50%, 0);
	z-index: 1;
}
.fullSlide .box .hlogin {
	width: 380px;
	height: 520px;
	padding: 0 0 0 20px;
	background: #FFFFFF;
	position: absolute;
	top: 60px;
	right: 0px;
	border-radius: 10px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
	z-index: 1;
}
.fullSlide .bd {
	height: 520px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100%!important;
}
.fullSlide .bd li {
	width: 100%!important;
	height: 520px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	height: 520px;
	display: block;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 32px;
	line-height: 32px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	overflow: hidden;
	background: #FF7E9D;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 45px;
	height: 15px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	overflow: hidden;
	background: #E93959;
	line-height: 999px;
}
.fullSlide .prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	display: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.fullSlide .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	display: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.fullSlide .next {
	left: auto;
	right: 10%;
	display: none;
	background-position: -6px -137px;
}
.login_form {
	height: 390px;
	overflow: hidden;
	position: relative;
}
.login_form .lo_intext {
	width: 346px;
	background: white;
}
.login_form .lo_intext .layel1 {
	color: #615D5E;
	font-size: 19px;
	height: 54px;
	line-height: 54px;
	text-indent: 20px;
}
.login_form .lo_intext .layel2 {
	padding: 22px 0;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	overflow: hidden
}
.login_form .lo_intext .layel2 .text_uspa {
	width: 304px;
	height: 37px;
	border: 1px solid #DEDEDE;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}
.login_form .lo_intext .layel2 .text_uspa label {
	width: 37px;
	height: 37px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #BBBBBB;
}
.login_form .lo_intext .layel2 .text_uspa .uspa_user {
	background: url(../images/icon-user.png) no-repeat center;
	background-size: 22px;
}
.login_form .lo_intext .layel2 .text_uspa .uspa_pwd {
	background: url(../images/icon-pwd.png) no-repeat center;
	background-size: 22px;
}
.login_form .lo_intext .layel2 .text_uspa .text_cmu {
	float: left;
	width: 265px;
	height: 37px;
	padding: 0 10px;
	font-size: 14px;
	border: none;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.login_form .lo_intext .layel2 .check_cum {
	width: 152px;
	float: left;
	margin-left: 21px;
}
.login_form .lo_intext .layel2 .check_cum .text_cmu {
	width: 100%;
	outline: none;
	border-radius: 5px;
}
.login_form .lo_intext .layel2 .check_cum_img {
	float: left;
	width: 152px;
}
.login_form .lo_intext .layel2 .check_cum_img img {
	height: 35px;
	width: 130px;
	margin-left: 20px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
}
.login_form .lo_intext .layel2 .login_bnt {
	color: white;
	border: none;
	font-size: 20px;
	font-weight: 600;
	display: block;
	width: 304px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	background: #EC5A75;
	text-align: center;
	border-radius: 5px;
}
.login_form .register_c {
	text-align: center;
	padding: 20px 0 0 0;
}
.login_form .register_c a {
	font-size: 15px;
	margin: 0 10px;
}
.login_form .register_c a:nth-child(1) {
	color: #EC5A75;
	font-weight: bold;
}
.fullSlides {
	width: 100%;
	height: 520px;
	margin-top: 90px;
	position: relative;
}
.fullSlides .bd {
	height: 520px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.fullSlides .bd ul {
	width: 100%!important;
}
.fullSlides .bd li {
	width: 100%!important;
	height: 520px;
	overflow: hidden;
	text-align: center;
}
.fullSlides .bd li a {
	height: 520px;
	display: block;
}
.fullSlides .hd {
	width: auto;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 50%;
	height: 32px;
	line-height: 32px;
	z-index: 9999999999;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari and Chrome */
	-o-transform: translate(-50%, 0); /* Opera */
	-moz-transform: translate(-50%, 0); /* Firefox */
	transform: translate(-50%, 0);
}
.fullSlides .hd ul {
	text-align: center;
}
.fullSlides .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	overflow: hidden;
	background: #FF7E9D;
	line-height: 999px;
}
.fullSlides .hd ul .on {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 45px;
	height: 15px;
	border-radius: 10px;
	margin: 0 20px 0 0;
	overflow: hidden;
	background: #E93959;
	line-height: 999px;
}
.fullSlides .prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	display: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.fullSlides .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	display: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.fullSlides .next {
	left: auto;
	right: 10%;
	display: none;
	background-position: -6px -137px;
}
.fullSlides .box2 {
	width: 1300px;
	height: 520px;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari and Chrome */
	-o-transform: translate(-50%, 0); /* Opera */
	-moz-transform: translate(-50%, 0); /* Firefox */
	transform: translate(-50%, 0);
	z-index: 9999999999999;
}
.fullSlides .box2 .hlogin1 {
	width: 380px;
	height: 670px;
	overflow: hidden;
	padding: 0 0 0 20px;
	background: #FFFFFF;
	position: absolute;
	top: 30px;
	left: 0px;
	border-radius: 10px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
	z-index: 9;
}
.login_form1 {
	width: 380px;
	height: 670px;
	overflow: hidden;
	position: relative;
	z-index: 99999999;
}
.login_form1 .lo_intext {
	width: 346px;
	height: 670px;
	background: white;
}
.login_form1 .lo_intext .layel1 {
	color: #615D5E;
	font-size: 19px;
	height: 54px;
	line-height: 54px;
	text-indent: 20px;
}
.login_form1 .lo_intext .layel2 {
	padding: 22px 0;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	overflow: hidden
}
.login_form1 .lo_intext .layel2 .text_uspa {
	width: 304px;
	height: 37px;
	border: 1px solid #DEDEDE;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}
.login_form1 .lo_intext .layel2 .text_uspa label {
	width: 37px;
	height: 37px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #BBBBBB;
}
.login_form1 .lo_intext .layel2 .text_uspa .uspa_user {
	background: url(../images/icon-user.png) no-repeat center;
	background-size: 22px;
}
.login_form1 .lo_intext .layel2 .text_uspa .uspa_pwd {
	background: url(../images/icon-pwd.png) no-repeat center;
	background-size: 22px;
}
.login_form1 .lo_intext .layel2 .text_uspa .text_cmu {
	float: left;
	width: 265px;
	height: 37px;
	padding: 0 10px;
	font-size: 14px;
	border: none;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.login_form1 .lo_intext .layel2 .check_cum {
	width: 152px;
	float: left;
	margin-left: 21px;
}
.login_form1 .lo_intext .layel2 .check_cum .text_cmu {
	width: 100%;
	outline: none;
	border-radius: 5px;
}
.login_form1 .lo_intext .layel2 .check_cum_img {
	float: left;
	width: 152px;
}
.login_form1 .lo_intext .layel2 .check_cum_img img {
	height: 35px;
	width: 130px;
	margin-left: 20px;
	border-radius: 5px;
	border: 1px solid #BBBBBB;
}
.login_form1 .lo_intext .layel2 .login_bnt {
	color: white;
	border: none;
	font-size: 20px;
	font-weight: 600;
	display: block;
	width: 304px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	background: #EC5A75;
	text-align: center;
	border-radius: 5px;
}
.login_form1 .register_c {
	text-align: center;
	padding: 20px 0 0 0;
}
.login_form1 .register_c a {
	font-size: 15px;
	margin: 0 10px;
}
.login_form1 .register_c a:nth-child(1) {
	color: #EC5A75;
	font-weight: bold;
}
.fixed-numtip {
	display: none;
	position: fixed;
	top: 35%;
	left: 50%;
	z-index: 9999;
	width: 210px;
	height: 40px;
	line-height: 40px;
	padding: 15px 15px 15px 40px;
	background: rgba(0, 0, 0, 0.7) url(../images/icon_nav_notice.png) no-repeat 30px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	background-size: 30px;
	-ms-transform:translate(-50%, -35%);
	-webkit-transform:translate(-50%, -35%);
	-o-transform:translate(-50%, -35%);
	-moz-transform:translate(-50%, -35%);
	transform:translate(-50%, -35%);
}
#footer {
	width: 100%;
	padding: 35px 0;
	z-index: 99999999999;
}
#footer .footer {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
}
#footer .footer ul {
	margin: 0;
	padding: 0;
}
#footer .footer li {
	margin: 0 0 0 25px;
	display: inline-block;
}
#copyright {
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 20px;
}