body {
	overflow-y: auto;
}
body * {
	font-family: "PingFang", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
}

/*顶部导航栏*/
.pc-navigation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 98px;
	background-image: url(../Image/index/3-b.png);
	background-position: center 2%;
	background-size: cover;
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	left: 100px;
	top: 12px;
	height: 75px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.pcTelNumberOnTopNav {
	position: absolute;
	top: 12px;
	left: 241px;
	font-size: 26px;
	line-height: 75px;
	color: #ED6E39;
	font-weight: bold;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.fixStyle .pcTelNumberOnTopNav {
	top: 12px;
	left: 152px;
	line-height: 26px;
	font-size: 20px;
}
.indexTopNav {
	position: absolute;
	right: 100px;
}
.indexTopNav ol {
	display: inline-block;
}
.indexTopNav .multiLevelMenu,
.indexTopNav>ol>li,
.indexTopNav>ol>a>li {
	display: inline-block;
	color: #FFF;
	padding: 41px 30px 41px 52px;
	font-size: 16px;
	letter-spacing: 3px;
	vertical-align: middle;
	position: relative;
	vertical-align: top;
	color: #484f64;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 28px 39px;
}
.indexTopNav .multiLevelMenu {
	padding-left: 0;
	padding-right: 0;
}
.indexTopNav .multiLevelMenu>span {
	padding-left: 52px;
	padding-right: 30px;
	line-height: 16px;
	display: block;
}
.indexTopNav .multiLevelMenu:hover {
	background-color: white;
	box-shadow: 0 3px 6px #4B6FD1;
	-webkit-box-shadow:  0 3px 6px #4B6FD1;
  -moz-box-shadow: 0 3px 6px #4B6FD1;
	padding-bottom: 20px;
	background-color: #0F88EB;
}
.indexTopNav .multiLevelMenu:hover * {
	color: white!important;
}
.indexTopNav ol li.multiLevelMenu div {
	display: none;
	text-align: center;
}
.indexTopNav ol li.multiLevelMenu:hover div {
	display: block;
}
.indexTopNav>ol>li>div li {
	display: block;
	padding: 10px 12px;
	text-align: left;
	color: #484f64;
}
.indexTopNav .multiLevelMenu li:hover {
	font-weight: bold;
}
.indexTopNav>ol>li>div ol a:first-child li {
	margin-top: 40px;
	border-top: 1px solid #dbdada;
	padding-top: 20px
}
.indexTopNav>ol>li>div ol a:last-child li {
	padding-bottom: 0;
}
.pc-navigation.fixStyle .indexTopNav .multiLevelMenu,
.pc-navigation.fixStyle .indexTopNav>ol>li,
.pc-navigation.fixStyle .indexTopNav>ol>a>li {
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: 28px 15px;
}
.pc-navigation.fixStyle .indexTopNav .multiLevelMenu>span {
	line-height: 20px;
}
.pc-navigation.fixStyle .indexTopNav>ol>li>div ol a:first-child li {
	margin-top: 15px;
}
.pc-navigation.fixStyle .indexTopNav>ol>li.loginButton {
	margin-top: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#homeOnTopNav {
	background-image: url("../Icon/QianNiu/homepage.svg");
}
#homeOnTopNav:hover {
	background-image: url("../Icon/QianNiu/homepage_fill.svg");
}
#systemOnTopNav {
	background-image: url("../Icon/QianNiu/manage.svg");
}
#systemOnTopNav:hover {
	background-image: url("../Icon/QianNiu/manage_fill_white.svg");
}
#knowledgeOnTopNav {
	background-image: url("../Icon/QianNiu/barrage.svg");
}
#knowledgeOnTopNav:hover {
	background-image: url("../Icon/QianNiu/barrage_fill_white.svg");
}
#allianceOnTopNav {
	background-image: url("../Icon/QianNiu/shop2.svg");
}
#allianceOnTopNav:hover {
	background-image: url("../Icon/QianNiu/shop_fill2.svg");
}
#welfareOnTopNav {
	background-image: url("../Icon/QianNiu/select.svg");
}
#welfareOnTopNav:hover {
	background-image: url("../Icon/QianNiu/select_fill.svg");
}
#appOnTopNav {
	background-image: url("../Icon/QianNiu/mobilephone.svg");
}
#appOnTopNav:hover {
	background-image: url("../Icon/QianNiu/mobilephone_fill.svg");
}
#appOnTopNav a {
	color: #484f64;
}
@media only screen and (max-width: 1240px) {
	#logo {
		left: 50px;
	}
	.pcTelNumberOnTopNav {
		left: 191px;
	}
	.indexTopNav {
		right: 50px;
	}
	.indexTopNav>ol>li,
	.indexTopNav>ol>a>li {
		padding: 41px 10px 41px 22px;
		background-position: 24px 39px;
		min-width: 120px;
		box-sizing: border-box;
/*		background-position: -2px 39px;*/
	}
	.pc-navigation.fixStyle .indexTopNav>ol>li,
	.pc-navigation.fixStyle .indexTopNav>ol>a>li {
		background-position: 26px 15px;
	}
	#homeOnTopNav {
		display: none;
	}
	
}
/*
.indexTopNav ol li:hover {
	text-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
*/
.indexTopNav ol>li:last-child {
	margin-top: 30px;
	background-color: #FFF;
	color: #5f84e9;
	padding: 10px 27px 10px 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-shadow: none;
	box-shadow: 0 3px 6px #4B6FD1;
	-webkit-box-shadow:  0 3px 6px #4B6FD1;
  -moz-box-shadow: 0 3px 6px #4B6FD1;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	cursor: pointer;
}
.indexTopNav ol>li:last-child:hover {
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0 4px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.indexTopNav ol li .fa {
	margin-right: 4px;
}
.indexTopNav ol li>img {
	height: 20px;
	margin-right: 4px;
	vertical-align: middle;
	display: inline-block;
}
.indexTopNav ol li span {
	vertical-align: middle;
	display: inline-block;
}
.indexTopNav ol li .appDownloadLinkQRcode {
	position: absolute;
	width: 240px;
	height: 300px;
	top: 86px;
	left: -58px;
	border: 1px solid #EEE;
	background-image: url(../Image/App/appTopImage2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFF;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	cursor: default;
	display: none;
	z-index: 9;
}
.pc-navigation.fixStyle .indexTopNav ol li .appDownloadLinkQRcode {
	top: 56px;
}
.indexTopNav ol li .appDownloadLinkQRcode img {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 60px;
	left: 70px;
}
.indexTopNav ol li .appDownloadLinkQRcode::before {
	content: "";
	position:absolute;
	top:-10px;
	left:109px;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #E3F4FA;
}
.indexTopNav ol li .appDownloadLinkQRcode p {
	font-size: 12px;
	text-align: center;
	color: #0F88EB;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	letter-spacing: 1px;
}
.indexTopNav ol li .appDownloadLinkQRcode p a {
	cursor: pointer;
	color: #0F88EB;
}
.fixStyle {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fefefe;
	height: 50px;
	border-bottom: 1px solid #EEE;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,34,77,.1);
	box-shadow: 0 1px 3px 0 rgba(0,34,77,.1);
	background-clip: content-box;
	z-index: 9;
}
.fixStyle #logo {
	position: absolute;
	left: 50px;
	top: 0px;
	height: 50px;
}
.fixStyle .indexTopNav {
	position: absolute;
	right: 50px;
}
.fixStyle ol li {
	font-size: 14px;
	line-height: 20px;
}
.fixStyle ol li span {
	line-height: 20px;
	display: inline-block;
}
.fixStyle ol>li:last-child {
	font-size: 12px;
	background-color: #7894e2;
	color: #FFF;
	padding: 5px 17px 5px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.fixStyle ol>li:last-child:hover {
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0 4px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}






.footer {
	background-color: #eef6fd;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: none;
	font-size: 0;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	animation-delay: 2.5s;
	z-index: 2;
}
.footer .topPart {
	position: absolute;
	top: 24px;
	left: 200px;
	right: 200px;
	bottom: 80px;
	text-align: right;
}
.footer .topPart>.footerLogo {
	position: absolute;
	left: 0;
	top: 0;
	width: 130px;
	height: 38px;
	background-image: url(../Image/Logo/logo-deep.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto 20px auto;
}
.footer .bottomPart {
	position: absolute;
	top: 139px;
	left: 200px;
	right: 200px;
	bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}
.beianSignal {
	color: #454545;
}
.beianSignal img {
	width: 16px!important;
	height: 16px!important;
	margin-right: 2px!important;
	margin-left: 6px;
	position: relative;
	top: -1px;
}
.footer .topPart>div {
	display: inline-block;
/*
	width: 32%;
	margin-right: 2%;
*/
	vertical-align: top;
}
.footer .topPart>div:last-child {
	margin-right: 0;
}
.footer .topPart .leftPart {
	font-size: 14px;
	color: #454545;
	width: 200px;
	text-align: left;
}
.footer .topPart .leftPart li {
	margin-bottom: 4px;
}
.footer .topPart .leftPart li:last-child {
	margin-bottom: 0;
}
.footer .topPart .leftPart img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.footer .topPart .leftPart li span {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	color: #777;
}
.footer .topPart .middlePart {
	font-size: 14px;
	color: #454545;
	width: 240px;
	text-align: left;
}
.footer .topPart .middlePart li {
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	margin-bottom: 4px;
}
.footer .topPart .middlePart li:last-child {
	margin-bottom: 0;
}
.footer .topPart .middlePart li e {
	width: 66px;
	display: inline-block;
	color: #777;
}
.footer .topPart .middlePart li span {
	color: #777;
}
.footer .topPart .rightPart {
	font-size: 14px;
	color: #454545;
	width: 250px;
	text-align: left;
}
.footer .topPart>div>span {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	display: inline-block;
}
.footer .topPart .rightPart li:first-child {
	margin-bottom: 10px;
}
.footer .topPart .rightPart img {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	width: 50px;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.footer .topPart .rightPart p {
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
	color: #777;
}
.footer .bottomPart .leftPart {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 12px;
}
.footer .bottomPart .leftPart img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.footer .bottomPart .leftPart div {
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0;
}
.footer .bottomPart .leftPart p {
	font-size: 12px;
	line-height: 18px;
	color: #454545;
	text-align: left;
}
.footer .bottomPart .rightPart {
	position: absolute;
	right: 0;
	font-size: 12px;
	line-height: 40px;
	color: #454545;
}
.footer .bottomPart .rightPart a {
	color: #35A0D1;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.footer .bottomPart .rightPart a:hover {
	color: #026593;
}

@media only screen and (max-width: 1220px) {
	.footer .topPart>img {
		display: none;
	}
	.footer .topPart .leftPart {
		width: 140px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.footer .topPart .middlePart {
		width: 220px;
	}
}





/*首页注册登录窗体*/
.logInWindow {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 1000;
	display: none;
	z-index: 2000;
}
.wrapperBlock {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  opacity: 0.6;
	background-color: #000;
}
.wrapper {
  background: #53e3a6;
  background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  opacity: 1;
  overflow: hidden;
	padding: 40px 0;
	z-index: 999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.3);
  -moz-box-shadow: 0 10px 30px rgba(0,0,0,.3);
	height: 400px;
	width: 600px;
	margin: -240px auto 0 -300px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.wrapper .fa-times {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
	z-index: 2;
}
.wrapper.form-success .fastSignInContainer h2 {
  -webkit-transform: translateY(85px);
      -ms-transform: translateY(85px);
          transform: translateY(85px);
}
.fastSignInContainer {
  margin: 0 auto;
  padding: 0;
  text-align: center;
	margin: -151px auto 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
}
.fastSignInContainer h2 {
  font-size: 36px;
	letter-spacing: 2px;
	padding-left: 2px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 300;
	margin-bottom: 40px;
	color: #FFF;
}
.fastSignInContainer form {
  position: relative;
  z-index: 2;
}
.fastSignInContainer form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
	
	display: block;
}
.fastSignInContainer form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.fastSignInContainer form input:focus {
  background-color: white;
  width: 300px;
  color: #53e3a6;
}
.fastSignInContainer form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #53e3a6;
  border-radius: 3px;
  width: 282px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.fastSignInContainer form button:hover {
  background-color: #f5f7f9;
}
body ::-webkit-input-placeholder {
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  color: white;
  font-weight: 300;
}
#userPassword {
	margin-bottom: 0;
}
#regNotice {
	margin: 20px auto 10px auto;
	color: #FFF;
	font-size: 14px;
}
#regNow a,#signNow a {
	color: #36567c;
	cursor: pointer;
}
#regNow a:hover,#signNow a:hover {
	color: #112389;
}
#signIn,#welcomeSignIn {
	display: none;
}

#userPassword {
	padding-bottom: 30px;
}
#logIn>div {
	position: relative;
	text-align: center;
}
.codeSpan {
	position: relative;
	top: -24px;
	font-size: 14px;
	color: #555;
}
#getCode {
	cursor: pointer;
	padding: 2px 4px;
}
#getCode:hover {
	color: #333;
}
#waitCode {
	display: none;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -30px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 90%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 75%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1100px) rotate(600deg);
            transform: translateY(-1100px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1100px) rotate(600deg);
            transform: translateY(-1100px) rotate(600deg);
  }
}


/*留下手机号，免费获取7天试学账号*/
.getFreeTest {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 900;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  border-top: 1px solid rgba(80, 80, 80, 0.7);
  display: none;
	font-size: 0;
}
.getFreeTest>div {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
	text-align: left;
	box-sizing: border-box;
}
.getFreeTest>i {
  font-size: 30px;
  color: white;
  position: absolute;
  right: 20px;
  top: 20px;
  text-shadow: black 0.1em 0.1em 0.2em;
  cursor: pointer;
}
.getFreeTest>div>p {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: white;
  letter-spacing: 2px;
  max-width: 540px;
  text-shadow: black 0.1em 0.1em 0.2em;
}
.getFreeTest>div>p strong {
  font-size: 30px;
  margin: 0 6px 0 4px;
  text-shadow: #75ff75 1px 1px 1px;
}
.getFreeTest>div>div {
  position: absolute;
  right: 0;
  top: 7px;
  width: 120px;
  height: 120px;
}
.getFreeTest>img {
  position: absolute;
  left: 80px;
  bottom: -60px;
  height: 320px;
}
.getFreeTest>div>div>img {
  width: 120px;
  height: 120px;
  display: inline-block;
}
.getFreeTest>div>div>p {
  background-color: white;
  font-size: 12px;
  line-height: 18px;
  color: #454545;
  text-align: center;
  width: 120px;
  padding: 2px 8px;
  box-sizing: border-box;
  display: inline-block;
}
.getFreeTest input {
	box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
  padding: 14px 24px;
  border: none;
  margin-top: 30px;
  width: 270px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
  outline: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.getFreeTest input::-webkit-input-placeholder {
  color: #aab2bd;
  font-weight: 600;
  letter-spacing: 1px;
}
.getFreeTest span {
	box-sizing: border-box;
  width: 222px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #5f84e9;
  background-color: #FFF;
  padding: 14px 22px 14px 24px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .getFreeTest>div {
    padding-left: 206px;
    max-width: 900px;
  }
  .getFreeTest>img {
    height: 310px;
  }
	#homeOnTopNav {
		display: none;
	}
/*
	.indexTopNav>ol>li {
		background-position: -2px 39px!important;
	}
*/

}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .getFreeTest>div {
    padding-left: 206px;
    max-width: 900px;
  }
  .getFreeTest>img {
    height: 310px;
  }
	#homeOnTopNav {
		display: none;
	}
}
@media screen and (min-width: 1366px) and (max-width: 1599px) {
  .getFreeTest>div {
    padding-left: 190px;
    max-width: 900px;
  }
  .getFreeTest>img {
    height: 310px;
  }
	#homeOnTopNav {
		display: none;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .getFreeTest>div {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1920px) {
	
}
.showGetFreeTestModule,
.getContactButton {
  background-color: #680fcb;
  height: 50px;
  position: fixed;
  right: 0;
  padding: 0 14px 0 20px;
  bottom: 154px;
  z-index: 900;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
  border-radius: 25px 0 0 25px;
  cursor: pointer;
	width: 146px;
	overflow: hidden;
	box-sizing: border-box;
}
.getContactButton {
	bottom: 98px;
	display: block;
}
.showGetFreeTestModule img,
.getContactButton img {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
	position: absolute;
	top: 5px;
	right: 96px;
}
.getContactButton img {
	top: 9px;
	right: 97px;
}
.showGetFreeTestModule span,
.getContactButton span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-shadow: #75ff75 0 0 1px;
  font-weight: bold;
	margin-left: 42.5px;
	margin-top: 7px;
	color: white;
}
.getContactButton span small {
	font-size: 12px;
}





.ptx-footer {
	font-size: 0;
	background-color: rgba(45, 50, 55, 1);
}
.ptx-footer .footerContent {
	max-width: 1124px;
	margin: 0 auto;
	padding: 26px 20px 20px 20px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}
.ptx-footer .aboutWrapper {
	width: 166px;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}
.ptx-footer .aboutWrapper h5,
.ptx-footer .parterWrapper h5,
.ptx-footer .appDownloadWrapper h5 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: white;
	margin-bottom: 20px;
}
.ptx-footer .aboutWrapper ol {
	width: 83px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
}
.ptx-footer .aboutWrapper ol li {
	margin-bottom: 13px;
	color: #acaeb0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.ptx-footer .aboutWrapper ol li:hover {
	color: #f8fff9;
}
.ptx-footer .parterWrapper {
	text-align: left;
	display: inline-block;
	width: 600px;
	vertical-align: top;
	margin-left: 90px;
}
.ptx-footer .parterWrapper h5 {
	margin-bottom: 16px;
}
.ptx-footer .parterWrapper li {
	display: inline-block;
	margin-right: 30px;
}
.ptx-footer .parterWrapper li img {
	height: 30px;
}
.ptx-footer .parterWrapper h5:nth-child(3) {
	margin-top: 28px;
}
.ptx-footer .parterWrapper p {
	font-size: 34px;
	font-weight: bold;
	color: white;
}
.ptx-footer .parterWrapper>a {
	font-size: 34px;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
}
.ptx-footer .appDownloadWrapper {
	text-align: center;
	width: 112px;
	vertical-align: top;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
}
.ptx-footer .appDownloadWrapper img {
	height: 98px;
	width: 98px;
}
.ptx-footer .appDownloadWrapper p {
	font-size: 12px;
	color: #aaa;
	margin-top: 6px;
}
.ptx-footer .footerInfo {
	border-top: 1px solid #3b424a;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
	position: relative;
}
.ptx-footer .footerInfo .logo {
	position: absolute;
	top: 16px;
	left: 0;
}
.ptx-footer .footerInfo .siteInfo {
	color: white;
	font-size: 12px;
}
.ptx-footer .footerInfo .siteInfo span {
	color: #acaeb0;
	margin-left: 10px;
}
.ptx-footer .footerInfo .siteInfo span:first-child {
	margin-left: 0;
}
.ptx-footer .footerInfo .licenseInfo {
	color: #acaeb0;
	font-size: 12px;
	margin-top: 14px;
}
.ptx-footer .footerInfo .licenseInfo br {
	display: none;
}
.ptx-footer .footerInfo .licenseInfo a {
	color: #acaeb0;
}


/*Banner图容器*/
.imgBox {
	width:100%;
	position:relative;
	overflow:hidden;
	height:520px;
}
.imgBox>div {
	width:1920px;/*图片宽度*/
	position:absolute;
	left:50%;
	margin-left:-960px;/*图片宽度的一半*/
}












