



input {
	outline: none;
	tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

:focus {
	outline: 0
}

:focus,a,div,img {
	-webkit-tap-highlight-color: transparent
}

a,div,img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.common_text_ellipsis {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.fl {
	float: left
}

.fr {
	float: right
}

.text-center {
	text-align: center
}

.font-bold {
	font-weight: 700
}

.bold500 {
	font-weight: 500
}

.bold600 {
	font-weight: 600
}

.margin-auto {
	margin: 0 auto
}

.width-visual {
	width: 1124px;
	margin: 0 auto
}

@media (max-width:1024px) {
	.width-visual {
		width: 1024px
	}
}

@media (min-width:1025px) and (max-width:1124px) {
	.width-visual {
		width: 100%
	}
}

.color-main {
	color: #333
}

.color-orange {
	color: #f85415
}

.color-white {
	color: #fff
}

.color-lgray {
	color: #999
}

.color-gray {
	color: #666
}

.color-yellow {
	color: #ffaf00
}

.font14 {
	font-size: 14px
}

.font16 {
	font-size: 16px
}

.font18 {
	font-size: 18px
}

.font20 {
	font-size: 20px
}

.font22 {
	font-size: 22px
}

.font32 {
	font-size: 32px
}

.font42 {
	font-size: 42px
}

.font48 {
	font-size: 48px
}

.font52 {
	font-size: 52px
}

.w100 {
	width: 100%
}[class*=col_] {
	float: left;
	padding: 0 15px;
	min-height: 1px;
	width: 8.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.col_1 {
	width: 8.33%
}

.col_2 {
	width: 16.66%
}

.col_3 {
	width: 25%
}

.col_4 {
	width: 33.33%
}

.col_5 {
	width: 41.66%
}

.col_6 {
	width: 50%
}

.col_7 {
	width: 58.33%
}

.col_8 {
	width: 66.66%
}

.col_9 {
	width: 75%
}

.col_10 {
	width: 83.33%
}

.col_11 {
	width: 91.66%
}

.col_12 {
	width: 100%
}

.common_register_audition {
	width: 240px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 20px;
	background: #f85415;
	-webkit-box-shadow: 0 0 10px 0 rgba(255,103,26,.2),0 5px 10px 0 rgba(255,103,26,.4);
	box-shadow: 0 0 10px 0 rgba(255,103,26,.2),0 5px 10px 0 rgba(255,103,26,.4);
	border-radius: 30px;
	cursor: pointer;
	margin: 0 auto
}

.common_register_audition:hover {
	background: #e64507
}

h1.common_title,h2.common_title {
	position: relative;
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	color: #333;
	padding-top: 75px;
	text-align: center
}

h1.common_title i,h2.common_title i {
	position: absolute;
	z-index: 3;
	width: 36px;
	height: 4px;
	left: 50%;
	bottom: -30px;
	margin-left: -18px;
	background-color: #f85415
}

.swiper-container {
	width: 100%;
	line-height: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	position: relative
}

.swiper-container .swiper-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	text-align: center
}

.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-webkit-background-size: 27px 44px;
	-moz-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-container .swiper-button-next {
	right: 10px;
	left: auto;
	background: green
}

.swiper-container .swiper-button-prev {
	left: 10px;
	right: auto;
	background: red
}

.swiper-container .swiper-pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center
}

.swiper-container .swiper-pagination span {
	width: 30px;
	height: 5px;
	margin: 0 4px;
	display: inline-block;
	background: rgba(0,0,0,.2);
	opacity: 1;
	-ms-filter: none;
	filter: none;
	cursor: pointer;
	position: relative;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	-ms-transition: width .6s ease;
	transition: width .6s ease
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff
}

body {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	min-width: 1024px
}

body.active {
	min-width: auto;
	padding-left: 310px
}

.header-box .login-apply {
	line-height: 90px
}

.header-box .login-apply .submit {
	display: block;
	width: 75px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #f85415;
	background: none;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #f85415;
	cursor: pointer;
	display: inline-block
}

.header-box .login-apply .submit:hover {
	background: #e64507;
	-webkit-box-shadow: 0 0 10px 0 rgba(255,103,26,.3),0 5px 10px 0 rgba(255,103,26,.6);
	box-shadow: 0 0 10px 0 rgba(255,103,26,.3),0 5px 10px 0 rgba(255,103,26,.6);
	color: #fff
}

.header-box .login-apply .apply {
	margin: 0 30px 0 10px;
	display: block;
	width: 144px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: #f85415;
	text-align: center;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: 0 0 10px 0 rgba(255,103,26,.2),0 5px 10px 0 rgba(255,103,26,.4);
	box-shadow: 0 0 10px 0 rgba(255,103,26,.2),0 5px 10px 0 rgba(255,103,26,.4)
}

.header-box .login-apply .apply:hover {
	background: #e64507;
	-webkit-box-shadow: 0 0 10px 0 rgba(255,103,26,.3),0 5px 10px 0 rgba(255,103,26,.6);
	box-shadow: 0 0 10px 0 rgba(255,103,26,.3),0 5px 10px 0 rgba(255,103,26,.6)
}

.header-box .header-empty {
	display: none;
	width: 100%;
	height: 90px
}

.header-box .header-info-pc {
	width: 100%;
	height: 90px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.02),0 15px 40px 0 rgba(0,0,0,.02);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.02),0 15px 40px 0 rgba(0,0,0,.02)
}

.header-box .header-info-pc.header-box-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: navShow .3s ease-in;
	-moz-animation: navShow .3s ease-in;
	-o-animation: navShow .3s ease-in;
	-ms-animation: navShow .3s ease-in;
	animation: navShow .3s ease-in
}

.header-box .header-info {
	position: relative
}

.header-box .header-info .vipkid {
	width: 114px;
	height: 90px;
	line-height: 90px;
	margin: 0 30px;
	text-align: center
}

.header-box .header-info .vipkid img {
	width: 100%;
	display: inline-block;
	vertical-align: middle
}

.header-box .header-info ul.banner {
	height: 90px;
	line-height: 90px
}

.header-box .header-info ul.banner .toggle {
	position: relative;
	float: left;
	margin: 0 15px;
	text-align: center
}

.header-box .header-info ul.banner .toggle>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none
}

.header-box .header-info ul.banner .toggle>a i {
	display: none;
	position: absolute;
	width: 26px;
	height: 3px;
	left: 50%;
	bottom: 24px;
	border-radius: 2px;
	margin-left: -13px;
	background-color: #ffaf00
}

.header-box .header-info ul.banner .toggle>a span {
	font-size: 16px
}

.header-box .header-info ul.banner .toggle.active,.header-box .header-info ul.banner .toggle>a:hover {
	font-weight: 600
}

.header-box .header-info ul.banner .toggle.active>a i {
	display: block
}

.header-box .header-info .classSystem .menu-box {
	display: none;
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -84px;
	z-index: 10;
	width: 168px;
	padding: 20px 0;
	background: #fff;
	line-height: normal;
	text-align: center;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12)
}

.header-box .header-info .classSystem .menu-box a {
	display: block;
	padding: 10px 0;
	color: #333;
	font-size: 14px
}

.header-box .header-info .classSystem .menu-box a:hover {
	color: #f85415
}

.header-box .header-info .classSystem:hover .menu-box {
	display: block;
	-webkit-animation: classSystemShow .3s ease-in 1 forwards;
	-moz-animation: classSystemShow .3s ease-in 1 forwards;
	-o-animation: classSystemShow .3s ease-in 1 forwards;
	-ms-animation: classSystemShow .3s ease-in 1 forwards;
	animation: classSystemShow .3s ease-in 1 forwards
}

.header-box .header-info-ipad {
	display: none;
	height: 90px;
	min-width: 1024px
}

.header-box .header-info-ipad .nav-btn {
	padding-top: 40px;
	padding-left: 30px;
	cursor: pointer
}

.header-box .header-info-ipad .nav-btn i {
	display: block;
	margin-bottom: 6px;
	width: 24px;
	height: 2px;
	background: #666
}

.header-box .header-info-ipad .vipkid {
	width: 114px;
	height: 90px;
	line-height: 90px;
	margin: 0 30px;
	text-align: center
}

.header-box .header-info-ipad .vipkid img {
	width: 100%;
	display: inline-block;
	vertical-align: middle
}

.header-box .header-info-ipad .header-left {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 0;
	height: 100%;
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.header-box .header-info-ipad .header-left.sliderbarShow {
	width: 310px
}

.header-box .header-info-ipad .header-left ul.banner {
	text-align: center;
	width: 310px;
	padding-top: 75px
}

.header-box .header-info-ipad .header-left ul.banner .toggle {
	position: relative;
	text-align: center
}

.header-box .header-info-ipad .header-left ul.banner .toggle>a {
	display: inline-block;
	padding: 16px 0;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none
}

.header-box .header-info-ipad .header-left ul.banner .toggle>a i {
	display: none;
	position: absolute;
	width: 26px;
	height: 3px;
	left: 50%;
	top: 42px;
	margin-left: -13px;
	background-color: #ffaf00
}

.header-box .header-info-ipad .header-left ul.banner .toggle>a span {
	font-size: 16px
}

.header-box .header-info-ipad .header-left ul.banner .toggle>a:hover {
	background: #f5f5f5;
	font-weight: 600
}

.header-box .header-info-ipad .header-left ul.banner .toggle.active {
	font-weight: 600
}

.header-box .header-info-ipad .header-left ul.banner .toggle.active>a i {
	display: block
}

.header-box .header-info-ipad .header-left ul.banner .classSystem .menu-box {
	position: relative;
	top: 10px;
	width: 100%;
	padding: 15px 0;
	background: #fafafa;
	line-height: normal;
	text-align: center;
	margin-bottom: 20px
}

.header-box .header-info-ipad .header-left ul.banner .classSystem .menu-box .arrow {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -11px;
	width: 22px
}

.header-box .header-info-ipad .header-left ul.banner .classSystem .menu-box a {
	display: block;
	padding: 12px 0;
	color: #333;
	font-size: 14px
}

.header-box .header-info-ipad .header-left ul.banner .classSystem .menu-box a:hover {
	color: #f85415
}

.header-box .header-info-ipad .header-left ul.banner .classSystem .menu-box a .two-level-active {
	font-weight: 600;
	color: #f85415
}

.header-box .header-info-ipad .header-left ul.banner .classSystem:hover .menu-box {
	display: block
}

@media (max-width:1080px) {
	.header-box .header-info-pc {
		display: none
	}

	.header-box .header-info-ipad {
		display: block
	}
}

@-moz-keyframes navShow {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-webkit-keyframes navShow {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-o-keyframes navShow {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@keyframes navShow {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-moz-keyframes classSystemShow {
	0% {
		top: 60px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		top: 80px;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-webkit-keyframes classSystemShow {
	0% {
		top: 60px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		top: 80px;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-o-keyframes classSystemShow {
	0% {
		top: 60px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		top: 80px;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@keyframes classSystemShow {
	0% {
		top: 60px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		top: 80px;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

.bottom-second-info {
	padding: 55px 0 35px;
	width: 100%;
	
}

.bottom-second-info .info-all {
	padding: 0 30px;
	width: 1124px;
	margin: 0 auto;
	
}

@media (max-width:1024px) {
	.bottom-second-info .info-all {
		width: 1024px
	}
}

@media (min-width:1024px) and (max-width:1124px) {
	.bottom-second-info .info-all {
		width: 100%
	}
}

.bottom-second-info .info-all .title {
	margin-bottom: 40px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	color: #fff
}

.bottom-second-info .info-all .title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 28px;
	height: 3px;
	background: #f85415
}

.bottom-second-info .info-all .tel {
	position: relative;
	margin-bottom: 15px;
	font-size: 36px;
	color: #fff
}

.bottom-second-info .info-all .tel .tel-img {
	display: inline-block;
	width: 36px;
	vertical-align: bottom;
	padding-right: 10px
}

.bottom-second-info .info-all .tel span {
	font-weight: 700
}

.bottom-second-info .info-all .time {
	color: #999;
	font-size: 14px;
	padding-bottom: 18px
}

.bottom-second-info .info-all .btn-ask {
	display: block;
	width: 144px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: #f85415;
	text-align: center;
	border-radius: 20px;
	border: none;
	cursor: pointer
}

.bottom-second-info .info-all .btn-ask:hover {
	background: #e64507
}

.bottom-second-info .info-all .consultation {
	width: 270px
}

@media (max-width:1080px) {
	.bottom-second-info .info-all .consultation {
		width: 240px
	}
}

@media (min-width:1080px) and (max-width:1124px) {
	.bottom-second-info .info-all .consultation {
		width: 250px
	}
}

.bottom-second-info .info-all .company-info {
	width: 180px
}

@media (max-width:1080px) {
	.bottom-second-info .info-all .company-info {
		width: 150px
	}
}

@media (min-width:1080px) and (max-width:1124px) {
	.bottom-second-info .info-all .company-info {
		width: 170px
	}
}

.bottom-second-info .info-all .company-info p a {
	line-height: 28px;
	font-size: 14px;
	color: #999
}

.bottom-second-info .info-all .company-info p a:hover {
	color: #fff
}

.bottom-second-info .info-all .production {
	padding-top: 55px;
	width: 255px
}

@media (max-width:1080px) {
	.bottom-second-info .info-all .production {
		width: 245px
	}
}

@media (min-width:1080px) and (max-width:1124px) {
	.bottom-second-info .info-all .production {
		width: 240px
	}
}

.bottom-second-info .info-all .production p a {
	line-height: 28px;
	font-size: 14px;
	color: #999
}

.bottom-second-info .info-all .production p a:hover {
	color: #fff
}

.bottom-second-info .info-all .focus-info ul {
	padding-top: 5px
}

.bottom-second-info .info-all .focus-info li {
	margin-right: 25px;
	cursor: pointer
}

@media (max-width:1080px) {
	.bottom-second-info .info-all .focus-info li {
		margin-right: 15px
	}
}

.bottom-second-info .info-all .focus-info li:last-child {
	margin-right: 0
}

.bottom-second-info .info-all .focus-info li .icon {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	position: relative
}

.bottom-second-info .info-all .focus-info li .icon .img {
	width: 100%
}

.bottom-second-info .info-all .focus-info li .icon .erweima-box {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: -170px;
	padding: 10px;
	width: 150px;
	height: 150px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12)
}

.bottom-second-info .info-all .focus-info li .icon .erweima-box img {
	width: 100%
}

.bottom-second-info .info-all .focus-info li .icon .erweima-box .arrow {
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	width: 18px
}

.bottom-second-info .info-all .focus-info li:hover .icon .erweima-box {
	display: block;
	-webkit-animation: wxshow .2s ease-in 1 forwards;
	-moz-animation: wxshow .2s ease-in 1 forwards;
	-o-animation: wxshow .2s ease-in 1 forwards;
	-ms-animation: wxshow .2s ease-in 1 forwards;
	animation: wxshow .2s ease-in 1 forwards
}

.bottom-second-info .info-all .focus-info p {
	margin-top: 4px;
	font-size: 14px;
	color: #999
}

.footer {
	width: 100%;
	height: 70px;
	background-color: #292929
}

.footer .national-ul {
	display: none;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -79px;
	z-index: 100;
	padding: 17px;
	width: 158px;
	background: #fff;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12);
	border-radius: 4px;
	font-size: 14px
}

.footer .national-ul .arrow {
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	width: 18px
}

.footer .national-ul li {
	padding-bottom: 12px
}

.footer .national-ul li.last {
	padding-bottom: 0
}

.footer .national-ul a {
	color: #333
}

.footer .national-ul img {
	display: inline-block;
	width: 48px
}

.footer .national-ul span {
	line-height: 32px;
	padding-left: 17px
}

@-moz-keyframes wxshow {
	0% {
		bottom: 50px;
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20)
	}

	to {
		bottom: 60px;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-webkit-keyframes wxshow {
	0% {
		bottom: 50px;
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20)
	}

	to {
		bottom: 60px;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-o-keyframes wxshow {
	0% {
		bottom: 50px;
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20)
	}

	to {
		bottom: 60px;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@keyframes wxshow {
	0% {
		bottom: 50px;
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20)
	}

	to {
		bottom: 60px;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

.footer-info {
	margin: 0 auto;
	height: 70px;
	padding: 0 20px;
	background-color: #292929
}

.footer-info .copyright {
	padding-top: 16px
}

.footer-info .copyright .copy span {
	padding-right: 10px;
	font-size: 12px;
	color: #777
}

.footer-info .copyright .copy span:last-child {
	padding-right: 0
}

.footer-info .copyright .copy span .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	vertical-align: middle
}

.footer-info .copyright .permit {
	width: 100%;
	padding: 0
}

.footer-info .copyright .permit a {
	padding-right: 10px
}

.footer-info .copyright .permit span {
	color: #777;
	font-size: 12px;
	padding-right: 10px
}

.footer-info .copyright .permit span:last-child {
	padding-right: 0
}

.footer-info .copyright-ipad {
	display: none;
	padding-top: 9px
}

.footer-info .copyright-ipad a {
	padding-right: 10px
}

.footer-info .copyright-ipad span {
	padding-right: 10px;
	font-size: 12px;
	color: #777
}

.footer-info .copyright-ipad span:last-child {
	padding-right: 0
}

.footer-info .copyright-ipad .copy span .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	vertical-align: middle
}

.footer-info .copyright-ipad .permit {
	width: 100%;
	padding: 0
}

.footer-info .authentication {
	height: 70px;
	line-height: 70px;
	margin-right: 15px;
	font-size: 0
}

.footer-info .authentication li {
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	margin-left: 8px
}

.footer-info .authentication li img {
	width: 100%
}

.footer-info .country {
	position: relative;
	padding-top: 25px;
	height: 100%;
	cursor: pointer
}

.footer-info .country:hover .national-ul {
	display: block;
	-webkit-animation: wxshow .2s ease-in 1 forwards;
	-moz-animation: wxshow .2s ease-in 1 forwards;
	-o-animation: wxshow .2s ease-in 1 forwards;
	-ms-animation: wxshow .2s ease-in 1 forwards;
	animation: wxshow .2s ease-in 1 forwards
}

@media (max-width:1124px) {
	.footer-info .country {
		margin-right: 60px
	}
}

.footer-info .country .china {
	position: relative;
	width: 24px
}

.footer-info .country .china .china-img {
	display: block;
	width: 100%
}

@media (max-width:1124px) {
	.footer .footer-info .copyright {
		display: none
	}

	.footer .footer-info .copyright-ipad {
		display: block
	}
}

.fixed-contain {
	position: fixed;
	right: 30px;
	top: 50%;
	margin-top: -205px;
	z-index: 100;
	width: 65px;
	height: 410px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.fixed-contain .right-fixed-con {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
	width: 64px;
	height: 220px;
	background: #fff;
	-webkit-box-shadow: 0 12px 15px 0 rgba(71,71,71,.1),0 20px 60px 0 rgba(71,71,71,.11);
	box-shadow: 0 12px 15px 0 rgba(71,71,71,.1),0 20px 60px 0 rgba(71,71,71,.11);
	border-radius: 25px;
	text-align: center
}

.fixed-contain .right-fixed-con .icon {
	width: 32px;
	margin: 0 auto
}

.fixed-contain .right-fixed-con p {
	font-size: 12px;
	color: #474747;
	padding-top: 4px
}

.fixed-contain .right-fixed-con li {
	position: relative;
	padding-top: 17px;
	cursor: pointer;
	width: 65px;
	height: 65px
}

.fixed-contain .right-fixed-con li .erweima {
	display: none;
	padding: 10px;
	position: absolute;
	top: -30px;
	right: 80px;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12)
}

.fixed-contain .right-fixed-con li .erweima .con {
	width: 100%
}

.fixed-contain .right-fixed-con li .erweima .rectangle {
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	width: 8px
}

.fixed-contain .right-fixed-con li .tips {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 18px;
	right: 80px;
	width: 185px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #fff
}

.fixed-contain .right-fixed-con li .tips .text {
	width: 178px;
	height: 100%;
	background: #ffaf00;
	border-radius: 4px
}

.fixed-contain .right-fixed-con li .tips .rectangle {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 8px
}

.fixed-contain .right-fixed-con li .tips.zixun .text {
	background: #428dff
}

.fixed-contain .right-fixed-con li:hover .erweima,.fixed-contain .right-fixed-con li:hover .tips {
	display: block;
	-webkit-animation: tipsShow .25s ease-in 1 forwards;
	-moz-animation: tipsShow .25s ease-in 1 forwards;
	-o-animation: tipsShow .25s ease-in 1 forwards;
	-ms-animation: tipsShow .25s ease-in 1 forwards;
	animation: tipsShow .25s ease-in 1 forwards
}

@-moz-keyframes tipsShow {
	0% {
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		right: 70px
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		right: 80px
	}
}

@-webkit-keyframes tipsShow {
	0% {
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		right: 70px
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		right: 80px
	}
}

@-o-keyframes tipsShow {
	0% {
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		right: 70px
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		right: 80px
	}
}

@keyframes tipsShow {
	0% {
		opacity: .2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		right: 70px
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		right: 80px
	}
}

.fixed-contain .section-fixed-right {
	position: absolute;
	width: 390px;
	top: 250px;
	right: 0;
	padding: 30px 40px;
	background: #fff;
	-webkit-box-shadow: 0 12px 15px 0 rgba(71,71,71,.1),0 20px 60px 0 rgba(71,71,71,.11);
	box-shadow: 0 12px 15px 0 rgba(71,71,71,.1),0 20px 60px 0 rgba(71,71,71,.11);
	border-radius: 25px;
	z-index: 88;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right
}

.fixed-contain .section-fixed-right.hideBox {
	-webkit-animation: hideSection .25s ease-in 0s 1 forwards;
	-moz-animation: hideSection .25s ease-in 0s 1 forwards;
	-o-animation: hideSection .25s ease-in 0s 1 forwards;
	-ms-animation: hideSection .25s ease-in 0s 1 forwards;
	animation: hideSection .25s ease-in 0s 1 forwards
}

.fixed-contain .section-fixed-right.showBox {
	-webkit-animation: showSection .25s ease-in 0s 1 forwards;
	-moz-animation: showSection .25s ease-in 0s 1 forwards;
	-o-animation: showSection .25s ease-in 0s 1 forwards;
	-ms-animation: showSection .25s ease-in 0s 1 forwards;
	animation: showSection .25s ease-in 0s 1 forwards
}

.fixed-contain .section-fixed-right .close-class {
	position: absolute;
	width: 22px;
	top: 18px;
	right: 20px;
	cursor: pointer;
	z-index: 99
}

.fixed-contain .section-fixed-right .free-class p.free {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 28px
}

.fixed-contain .section-fixed-right .free-class p.free span {
	font-weight: 600;
	color: #f85415;
	line-height: 44px;
	font-size: 30px
}

.fixed-contain .section-fixed-right .register-tel {
	position: relative;
	margin: 12px 0 0
}

.fixed-contain .section-fixed-right .register-tel .error-tips {
	display: none;
	padding-top: 10px;
	padding-left: 20px;
	color: #666;
	font-size: 14px
}

.fixed-contain .section-fixed-right .register-tel .error-tips .img {
	position: absolute;
	left: 0;
	width: 14px
}

.fixed-contain .section-fixed-right .register-tel .tel {
	position: absolute;
	top: 9px;
	left: 8px;
	width: 25px
}

.fixed-contain .section-fixed-right .register-tel input {
	width: 195px;
	height: 42px;
	line-height: 40px;
	text-indent: 35px;
	background: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
	font-size: 16px;
	font-weight: 400;
	color: #333
}

.fixed-contain .section-fixed-right .register-tel input:focus {
	border: 1px solid #c4c4c4
}

.fixed-contain .section-fixed-right .register-tel input::placeholder {
	color: #ccc
}

.fixed-contain .section-fixed-right .registered-auditions {
	display: inline-block;
	margin-left: 10px;
	width: 104px;
	height: 42px;
	background: #f85415;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	border-radius: 24px
}

.fixed-contain .section-fixed-right .registered-auditions:hover {
	background: #e64507
}

@-moz-keyframes hideSection {
	0% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: block
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(.2);
		-moz-transform: scale(.2);
		-o-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		display: none
	}
}

@-webkit-keyframes hideSection {
	0% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: block
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(.2);
		-moz-transform: scale(.2);
		-o-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		display: none
	}
}

@-o-keyframes hideSection {
	0% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: block
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(.2);
		-moz-transform: scale(.2);
		-o-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		display: none
	}
}

@keyframes hideSection {
	0% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: block
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(.2);
		-moz-transform: scale(.2);
		-o-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2);
		display: none
	}
}

@-moz-keyframes showSection {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		display: none
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: block
	}
}

@-webkit-keyframes showSection {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		display: none
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: block
	}
}

@-o-keyframes showSection {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		display: none
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: block
	}
}

@keyframes showSection {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		display: none
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: block
	}
}

.fixed-contain .section-class-gift {
	position: absolute;
	top: 240px;
	right: -18px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	background: transparent;
	z-index: 80
}

.fixed-contain .section-class-gift.hideGift {
	-webkit-animation: hideGift .25s ease-in 0s 1 forwards;
	-moz-animation: hideGift .25s ease-in 0s 1 forwards;
	-o-animation: hideGift .25s ease-in 0s 1 forwards;
	-ms-animation: hideGift .25s ease-in 0s 1 forwards;
	animation: hideGift .25s ease-in 0s 1 forwards
}

.fixed-contain .section-class-gift.showGift {
	-webkit-animation: showGift .25s ease-in 0s 1 forwards;
	-moz-animation: showGift .25s ease-in 0s 1 forwards;
	-o-animation: showGift .25s ease-in 0s 1 forwards;
	-ms-animation: showGift .25s ease-in 0s 1 forwards;
	animation: showGift .25s ease-in 0s 1 forwards
}

.fixed-contain .section-class-gift .gift-img {
	width: 90px;
	cursor: pointer
}

.fixed-contain .section-class-gift .gift-img img {
	width: 100%
}

.fixed-contain .section-class-gift .gift-img .close {
	display: none
}

.fixed-contain .section-class-gift .gift-img:hover .close {
	display: block
}

.fixed-contain .section-class-gift .gift-img:hover .open {
	display: none
}

@-moz-keyframes showGift {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		display: none
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		display: block
	}
}

@-webkit-keyframes showGift {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		display: none
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		display: block
	}
}

@-o-keyframes showGift {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		display: none
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		display: block
	}
}

@keyframes showGift {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		display: none
	}

	to {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		display: block
	}
}

@-moz-keyframes hideGift {
	0% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		display: block
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		display: none
	}
}

@-webkit-keyframes hideGift {
	0% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		display: block
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		display: none
	}
}

@-o-keyframes hideGift {
	0% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		display: block
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		display: none
	}
}

@keyframes hideGift {
	0% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		display: block
	}

	to {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		display: none
	}
}

@-moz-keyframes showBottom {
	0% {
		bottom: -68px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		bottom: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-webkit-keyframes showBottom {
	0% {
		bottom: -68px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		bottom: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-o-keyframes showBottom {
	0% {
		bottom: -68px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		bottom: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@keyframes showBottom {
	0% {
		bottom: -68px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		bottom: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-moz-keyframes hideBottom {
	0% {
		bottom: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}

	to {
		bottom: -68px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
}

@-webkit-keyframes hideBottom {
	0% {
		bottom: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}

	to {
		bottom: -68px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
}

@-o-keyframes hideBottom {
	0% {
		bottom: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}

	to {
		bottom: -68px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
}

@keyframes hideBottom {
	0% {
		bottom: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}

	to {
		bottom: -68px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
}

.section-bottom {
	position: fixed;
	bottom: -68px;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 70px;
	line-height: 70px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	min-width: 1024px;
	background: #4c4c4c;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.section-bottom input::-webkit-input-placeholder,.section-bottom textarea::-webkit-input-placeholder {
	color: #ccc
}

.section-bottom input:-moz-placeholder,.section-bottom input::-moz-placeholder,.section-bottom textarea:-moz-placeholder,.section-bottom textarea::-moz-placeholder {
	color: #ccc
}

.section-bottom input:-ms-input-placeholder,.section-bottom textarea:-ms-input-placeholder {
	color: #ccc
}

.section-bottom.active {
	-webkit-animation: showBottom .25s ease-in 1 forwards;
	-moz-animation: showBottom .25s ease-in 1 forwards;
	-o-animation: showBottom .25s ease-in 1 forwards;
	-ms-animation: showBottom .25s ease-in 1 forwards;
	animation: showBottom .25s ease-in 1 forwards
}

.section-bottom.hideActive {
	width: 0
}

.section-bottom .bottom-con {
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding: 0 30px
}

.section-bottom .bottom-con .person {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 167px
}

.section-bottom .bottom-con p {
	padding-left: 200px;
	color: #fff;
	font-size: 24px
}

@media (max-width:1180px) {
	.section-bottom .bottom-con p {
		padding-left: 180px;
		font-size: 22px
	}
}

.section-bottom .bottom-con p span {
	color: #f85415;
	font-weight: 700
}

.section-bottom .bottom-con .register {
	padding-top: 13px;
	padding-left: 50px
}

@media (max-width:1180px) {
	.section-bottom .bottom-con .register {
		padding-left: 40px
	}
}

@media (max-width:1050px) {
	.section-bottom .bottom-con .register {
		padding-left: 30px
	}
}

.section-bottom .bottom-con .register .box {
	position: relative;
	width: 315px;
	height: 44px
}

@media (min-width:1050px) and (max-width:1180px) {
	.section-bottom .bottom-con .register .box {
		width: 300px
	}
}

@media (max-width:1050px) {
	.section-bottom .bottom-con .register .box {
		width: 250px
	}
}

.section-bottom .bottom-con .register .box .tel {
	position: absolute;
	top: 11px;
	left: 8px;
	width: 25px
}

.section-bottom .bottom-con .register .box .error-tips {
	display: none;
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -85px;
	width: 170px;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	color: #333;
	text-align: center;
	background: #ffc616
}

.section-bottom .bottom-con .register .box .error-tips .img {
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -7px;
	width: 14px
}

.section-bottom .bottom-con .register input {
	display: block;
	width: 315px;
	height: 44px;
	border: none;
	padding: 4px 36px;
	color: #333;
	font-size: 18px;
	border-radius: 4px
}

@media (min-width:1050px) and (max-width:1180px) {
	.section-bottom .bottom-con .register input {
		width: 300px
	}
}

@media (max-width:1050px) {
	.section-bottom .bottom-con .register input {
		width: 250px
	}
}

.section-bottom .bottom-con .register .btn {
	margin-left: 10px;
	width: 200px;
	height: 44px;
	line-height: 44px;
	background: #f85415;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer
}

@media (max-width:1180px) {
	.section-bottom .bottom-con .register .btn {
		width: 160px
	}
}

.section-bottom .bottom-con .close-btn {
	position: absolute;
	right: 30px;
	top: 20px;
	width: 32px;
	cursor: pointer
}

.scroll-top-fixed-img {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 70px;
	background-color: #333;
	z-index: 202;
	cursor: pointer;
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateZ(0)
}

.scroll-top-fixed-img .back {
	line-height: 85px;
	width: 100%;
	height: 100%;
	text-align: center
}

.scroll-top-fixed-img .back img {
	display: inline-block;
	width: 24px;
	height: 24px
}

.class-advantage .advantage-banner {
	position: relative;
	height: 520px;
	min-width: 1024px;
	overflow: hidden;
	background-color: #f7f7f7
}

.class-advantage .advantage-banner .banner {
	position: absolute;
	left: 50%;
	margin-left: -720px;
	height: 100%
}

.class-advantage .advantage-banner .banner-content {
	position: relative;
	z-index: 2;
	padding-left: 30px;
	padding-top: 130px
}

.class-advantage .advantage-banner .banner-content .advantage-title {
        float:right;
	position: relative;
	-webkit-animation: bannerTextShow .25s ease-in 0s 1 forwards;
	-moz-animation: bannerTextShow .25s ease-in 0s 1 forwards;
	-o-animation: bannerTextShow .25s ease-in 0s 1 forwards;
	-ms-animation: bannerTextShow .25s ease-in 0s 1 forwards;
	animation: bannerTextShow .25s ease-in 0s 1 forwards
}

.class-advantage .advantage-banner .banner-content .advantage-title span {
	padding-right: 12px
}

.class-advantage .advantage-banner .banner-content .advantage-title span.vipkid {
	font-size: 72px;
	font-weight: 500;
	color: #ff6226
}

.class-advantage .advantage-banner .banner-content .advantage-title span.jsln {
	position: relative;
	top: -6px;
	font-size: 60px;
	font-weight: 500;
	color: #333
}

.class-advantage .advantage-banner .banner-content .advantage-list {
        margin-top:100px;
	position: relative;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-animation: bannerTextShow .25s ease-in .25s 1 forwards;
	-moz-animation: bannerTextShow .25s ease-in .25s 1 forwards;
	-o-animation: bannerTextShow .25s ease-in .25s 1 forwards;
	-ms-animation: bannerTextShow .25s ease-in .25s 1 forwards;
	animation: bannerTextShow .25s ease-in .25s 1 forwards
}

.class-advantage .advantage-banner .banner-content .advantage-list .txt {
	padding-right: 20px;
	position: relative
}

.class-advantage .advantage-banner .banner-content .advantage-list .icon {
	position: absolute;
	top: 28px;
	width: 14px
}

.class-advantage .advantage-banner .banner-content .advantage-list span {
	padding-left: 25px;
	font-size: 22px;
	color: #666;
	line-height: 70px
}

.class-advantage .advantage-info {
	padding: 10px 30px 70px
}

.class-advantage .advantage-info .advantage-target {
	padding-bottom: 70px
}

.class-advantage .advantage-info .advantage-target p.target_desc {
	font-size: 16px;
	padding-top: 50px;
	font-weight: 300;
	color: #666;
	text-align: center;
	line-height: 28px
}

.class-advantage .advantage-info .advantage-target .target-banner {
	width: 100%;
	padding-top: 95px
}

.class-advantage .advantage-info .advantage-target .target-banner.target_system {
	padding-top: 100px;
	padding-bottom: 70px
}

.class-advantage .advantage-info .advantage-content ul {
	padding-bottom: 55px;
	padding-top: 90px
}

.class-advantage .advantage-info .advantage-content ul li {
	float: left;
	width: 25%;
	text-align: center
}

.class-advantage .advantage-info .advantage-content ul li .content_type {
	height: 353px;
	padding: 50px 30px 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease
}

.class-advantage .advantage-info .advantage-content ul li .content_type:hover {
	background: #fff;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.06),0 15px 40px 0 rgba(0,0,0,.12);
	border-radius: 4px;
	-webkit-transform: translate3d(0,-4px,0);
	-moz-transform: translate3d(0,-4px,0);
	-o-transform: translate3d(0,-4px,0);
	-ms-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0)
}

.class-advantage .advantage-info .advantage-content ul li .content_type .type_banner {
	display: inline-block;
	width: 110px;
	height: 110px
}

.class-advantage .advantage-info .advantage-content ul li .content_type .type_banner img {
	width: 100%
}

.class-advantage .advantage-info .advantage-content ul li .content_type h5 {
	font-size: 24px;
	padding: 25px 0 12px;
	font-weight: 400;
	color: #333;
	line-height: 24px
}

.class-advantage .advantage-info .advantage-content ul li .content_type p.type_desc {
	font-size: 14px;
	font-weight: 300;
	color: #999;
	line-height: 20px
}

@-moz-keyframes bannerTextShow {
	0% {
		top: 120px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		top: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-webkit-keyframes bannerTextShow {
	0% {
		top: 120px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		top: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@-o-keyframes bannerTextShow {
	0% {
		top: 120px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		top: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}

@keyframes bannerTextShow {
	0% {
		top: 120px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}

	to {
		top: 0;
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
}
