/*
 * author: Yang Gang
 * email:  yanggang@juzifenqi.com
*/
@charset "utf-8";

body,
dl,
dd,
h1,
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body,
input,
button,
textarea,
select,
option,
label {
	font-size: 14px;
	color: #696969;
}

img,
a,
a:active,
a:focus {
	border: none;
	outline: none;
}

img {
	vertical-align: top;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

em,
i,
b,
strong {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input,
button,
textarea,
select,
label,
form {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	outline: none;
}

input,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	zoom: 1;
}

a {
	text-decoration: none;
	color: #696969;
}

/* scroll style */
/* ::-webkit-scrollbar {
	width: 6px;
	height: 10px;
	background: #f5f5f5;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background: #f32c2c;
} */

.web-h1 {
	display: none;
	width: 100%;
	height: 0;
	overflow: hidden;
}

body {
	background: #fafafa;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}

.home-body {
	/* background:#fafafa url(../../images/new_website/main-bg1.jpg) no-repeat center center; background-attachment: fixed; background-size: cover; */
	-webkit-user-select: none;
	user-select: none;
	/* stop select */
	-webkit-touch-callout: none;
	touch-callout: none;
	/* stop pop */
}

.sub-body {
	background: #fafafa;
}

.about-body {
	background: #fff;
}

.wrapper {
	width: 100%;
	display: block;
	min-width: 320px;
}

.main {
	margin: 0 auto;
}

#wrap {
	position: relative;
	min-height: 100%;
	_height: 100%;
	overflow: hidden;
}

#pages {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fafafa;
	overflow: hidden;
	visibility: hidden;
}

.page.pageabg {
	background: #fafafa url(../../images/new_website/main-bg1.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

#serviceItem {
	width: 12px;
	height: 200px;
	position: fixed;
	z-index: 11111;
	top: 50%;
	right: 20px;
	margin-top: -100px;
	overflow: hidden;
}

#serviceItem a {
	display: block;
	width: 12px;
	height: 12px;
	margin-bottom: 12px;
	background: url(../../images/new_website/pagecur.png) no-repeat left -26px;
	float: left;
	-webkit-transition: background .4s;
	transition: background .4s;
	cursor: pointer;
}

#serviceItem a.curs {
	background-position: left top;
}

.advantage-strongimg {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 816px;
	height: 721px;
	margin: -320px 0 0 -423px;
}

/* home head */
.head {
	position: fixed;
	z-index: 777;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #ebebeb;
	background: #fafafa;
	padding: 10px 0;
}

.head.nofixed {
	position: static;
}

.head-main {
	width: 1200px;
	height: 44px;
	margin: 0 auto;
	position: relative;
}

.logo {
	display: inline-block;
	/* width: 160px; */
	height: 34px;
	margin-top: 5px;
}

.logo img {
	height: 100%;
	vertical-align: top;
}

.nav {
	height: 40px;
	position: absolute;
	z-index: 12;
	top: 0;
	right: 0;
}

.nav-main-link,
.nav-sub-linkb,
.nav-sub-linka,
.nav-sub-linkc,
.nav i {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	vertical-align: top;
}

.nav-main-link {
	margin: 0 18px;
	font-size: 16px;
	color: #333;
	-webkit-transition: color .4s;
	transition: color .4s;
	position: relative;
	overflow: hidden;
}

.nav i {
	color: #777;
}

.nav-main-link b {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 13;
	bottom: -4px;
	left: 0;
	height: 1px;
	overflow: hidden;
	background: #f32c2c;
	-webkit-transition: bottom .4s;
	transition: bottom .4s;
}

.nav-sub-linka {
	background: url(../../images/new_website/h-i-1.png) no-repeat 16px center;
}

.nav-sub-linkb {
	background: url(../../images/new_website/h-i-2.png) no-repeat 16px center;
}

.nav-sub-linkc {
	background: url(../../images/new_website/h-i-3.png) no-repeat 16px center;
	position: relative;
}

.home-email {
	display: none;
	line-height: 32px;
	position: absolute;
	z-index: 884;
	top: 40px;
	right: 0;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	white-space: nowrap;
	-webkit-user-select: text;
	user-select: text;
	/* stop select */
}

.home-email strong,
.home-email a {
	display: inline-block;
	color: #f32c2c;
}

.home-email b {
	display: block;
	width: 16px;
	height: 7px;
	/*background: url(../../images/new_website/email-befor.png) no-repeat left top;*/
	position: absolute;
	z-index: 15;
	top: -7px;
	right: 24px;
}

.home-email a:hover {
	text-decoration: underline;
}

.nav-sub-linkb,
.nav-sub-linka,
.nav-sub-linkc {
	padding: 0 15px 0 40px;
	font-size: 14px;
	-webkit-transition: color .6s;
	transition: color .6s;
	background-size: 15px auto;
}

.nav-sub-linkb:hover,
.nav-sub-linka:hover,
.nav-sub-linkc:hover,
.nav-sub-linkb.cur {
	color: #f32c2c;
}

.nav-main-link:hover,
.nav-main-link.cur {
	color: #f32c2c;
}

.nav-main-link:hover b,
.nav-main-link.cur b {
	bottom: 5px;
}

/* home slide */
.hmoda-title {
	display: none;
	position: absolute;
	z-index: 115;
	top: 50%;
	left: 50%;
	display: block;
	width: 800px;
	margin-left: -400px;
	text-align: center;
}

.hmoda-title strong,
.hmoda-title em {
	display: block;
	padding: 4px 0;
	color: #f32c2c;
}

.hmoda-title strong {
	font-size: 40px;
}

.hmoda-title em {
	font-size: 20px;
	color: #666;
}

.hmoda-slide-main {
	display: none;
	width: 298px;
	height: 420px;
	padding: 0 7px 0 15px;
	background: url(../../images/new_website/phone.png) no-repeat center top;
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 50%;
	margin-left: -160px;
}

.hmoda-icon {
	display: none;
	position: absolute;
	padding: 0 20px;
	cursor: pointer;
	text-align: center;
	opacity: .6;
}

.hmoda-icon.cur {
	opacity: 1;
}

.modsa i.pa {
	padding-top: 30px;
}

.modsa i.pa img {
	width: 36px;
}

.modsc i.pc {
	padding-top: 18px;
}

.modsd i.pd {
	padding-top: 26px;
}

.modsd i.pd img {
	width: 48px;
}

.modsd em.pd-l {
	line-height: 16px;
}

.modsd h3.pd-t {
	height: 26px;
	line-height: 26px;
}

.hmoda-icon i {
	display: block;
	text-align: center;
}

.hmoda-icon em {
	display: block;
	padding-top: 4px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
}

.hmoda-icon h3 {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #fff;
}

.hmoda-icon.modsa {
	z-index: 100;
	top: 50px;
	left: 50%;
	margin-left: -260px;
	width: 140px;
	height: 190px;
	background: url(../../images/new_website/s-r-1.png) no-repeat left top;
}

.hmoda-icon.modsb {
	z-index: 65;
	top: -50px;
	left: 50%;
	margin-left: 150px;
	padding-top: 20px;
	width: 164px;
	height: 170px;
	background: url(../../images/new_website/s-r-2.png) no-repeat left top;
}

.hmoda-icon.modsc {
	z-index: 60;
	top: 110px;
	left: 50%;
	margin-left: 176px;
	width: 140px;
	height: 190px;
	background: url(../../images/new_website/s-r-3.png) no-repeat left top;
}

.hmoda-icon.modsd {
	z-index: 100;
	top: 200px;
	left: 50%;
	margin-left: -300px;
	width: 130px;
	height: 170px;
	background: url(../../images/new_website/s-r-4.png) no-repeat left top;
}

.hmoda-slide-box {
	width: 298px;
	height: 100%;
	position: absolute;
	z-index: 19;
	top: 56px;
	left: 15px;
	overflow: hidden;
}

.hmoda-slide-content {
	width: 298px;
	height: 100%;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
}

.hmoda-slide-content.cur-show {
	z-index: 15;
}

.hmoda-slide-content img {
	width: 100%;
	vertical-align: top;
}

/* home mod b */
.hmodb-list {
	width: 610px;
	height: 96px;
	margin: 0 auto;
	position: absolute;
	z-index: 21;
	top: 258px;
	left: 50%;
	margin-left: -275px;
}

.hmodb-list li {
	width: 244px;
	height: 96px;
	padding: 0 30px;
	border-right: 1px solid #ebebeb;
	float: left;
}

.hmodb-list li.nobor {
	border-right: none;
}

.hmodb-list li strong,
.hmodb-list li em {
	display: block;
	text-align: center;
}

.hmodb-list li strong {
	height: 32px;
	font-size: 16px;
	color: #333;
}

.hmodb-list li em {
	line-height: 22px;
	font-size: 14px;
	color: #777;
}

.hmodb-footer {
	display: none;
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 347px;
	background: url(../../images/new_website/yun-4.png) no-repeat center top;
}

.homdb-list {
	width: 932px;
	height: 88px;
	margin: 190px auto 0 auto;
	background: url(../../images/new_website/hmb-lc.png) repeat-x left 68px;
	text-align: center;
}

.homdb-list li {
	display: inline-block;
	width: 158px;
	height: 88px;
}

.homdb-list li i,
.homdb-list li em,
.homdb-list li b {
	display: block;
	text-align: center;
}

.homdb-list li i {
	height: 50px;
}

.homdb-list li b {
	padding: 10px 0;
	height: 15px;
}

.homdb-list li em {
	font-size: 14px;
	color: #fff;
}

.hmodb-hj {
	display: block;
	width: 180px;
	height: 195px;
	position: absolute;
	z-index: 55;
	top: -140px;
	left: 50%;
	margin-left: 450px;
}

.homdb-line-a,
.homdb-line-b,
.homdb-line-c,
.homdb-yun-a,
.homdb-yun-b {
	display: block;
	position: absolute;
	z-index: 3;
	left: 50%;
}

.homdb-line-a {
	width: 216px;
	height: 239px;
	top: -240px;
	margin-left: -400px;
}

.homdb-line-b {
	width: 72px;
	height: 83px;
	top: -240px;
	margin-left: 40px;
}

.homdb-line-c {
	width: 72px;
	height: 83px;
	top: -240px;
	margin-left: 300px;
}

.homdb-yun-a {
	width: 237px;
	height: 139px;
	top: 240px;
	margin-left: -500px;
}

.homdb-yun-b {
	width: 120px;
	height: 70px;
	top: 200px;
	margin-left: 400px;
}

.homdb-line-a img,
.homdb-line-b img,
.homdb-line-c img,
.homdb-yun-a img,
.homdb-yun-b img {
	width: 100%;
	vertical-align: top;
}

/* home mod c */
.hmodc-bg {
	width: 100%;
	background: #fafafa url(../../images/new_website/mc-bg.jpg) repeat-x left -70px;
}

.hmodc-title {
	position: absolute;
	z-index: 115;
	top: 110px;
	left: 50%;
	display: block;
	width: 800px;
	margin-left: -400px;
	text-align: center;
}

.hmodc-title strong,
.hmodc-title em {
	display: block;
	padding: 4px 0;
	color: #fff;
}

.hmodc-title strong {
	font-size: 40px;
	font-weight: bold;
}

.hmodc-title em {
	font-size: 20px;
}

.hmodc-list {
	width: 630px;
	margin: 0 auto;
	position: absolute;
	z-index: 21;
	top: 258px;
	left: 50%;
	margin-left: -315px;
}

.hmodc-list li {
	width: 254px;
	padding: 0 30px 10px 30px;
	border-right: 1px solid #ebebeb;
	float: left;
}

.hmodc-list li.nobor {
	border-right: none;
}

.hmodc-list li strong,
.hmodc-list li em {
	display: block;
	color: #fff;
}

.hmodc-list li strong {
	height: 32px;
	font-size: 16px;
	text-align: center;
}

.hmodc-list li em {
	line-height: 22px;
	font-size: 14px;
}

.hmodc-dial {
	display: none;
	position: absolute;
	z-index: 33;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.hmodc-dial img {
	height: 100%;
}

/* home mod d */
.hmodd-footer {
	display: none;
	width: 600px;
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: 0;
	margin-left: -300px;
	height: 300px;
}

.hmodd-list {
	width: 1100px;
	height: 166px;
	margin: 0 auto;
	position: absolute;
	z-index: 21;
	top: 210px;
	left: 50%;
	margin-left: -550px;
}

.hmodd-list.styleb {
	width: 826px;
	margin-left: -413px;
	top: 250px;
}

.hmodd-list li {
	width: 214px;
	padding: 0 30px 10px 30px;
	border-right: 1px solid #ebebeb;
	float: left;
}

.hmodd-list li.nobor {
	border-right: none;
}

.hmodd-list li strong,
.hmodd-list li em {
	display: block;
	text-align: center;
}

.hmodd-list li strong {
	height: 32px;
	font-size: 16px;
}

.hmodd-list li em {
	line-height: 22px;
	font-size: 14px;
	color: #777;
	text-align: left;
}

/* home mod e */
.hmode-content {
	width: 100%;
	position: absolute;
	z-index: 25;
	top: 50%;
	left: 0;
	margin-top: -190px;
}

.hmode-bg {
	width: 100%;
	background: #ffb300 url(../../images/new_website/hmode-bg.jpg) repeat-x;
}

.hmode-title {
	display: block;
	text-align: center;
}

.hmode-title strong,
.hmode-title em {
	display: block;
	padding: 4px 0;
	color: #fff;
}

.hmode-title strong {
	font-size: 40px;
	font-weight: bold;
}

.hmode-title em {
	font-size: 20px;
}

.hmode-list {
	width: 826px;
	height: 96px;
	margin: 0 auto;
	padding-top: 40px;
}

.hmode-list li {
	width: 214px;
	height: 96px;
	padding: 0 30px;
	border-right: 1px solid #ebebeb;
	float: left;
}

.hmode-list li.nobor {
	border-right: none;
}

.hmode-list li strong,
.hmode-list li em {
	display: block;
	text-align: center;
}

.hmode-list li strong {
	height: 32px;
	font-size: 16px;
	color: #fff;
}

.hmode-list li em {
	line-height: 22px;
	font-size: 14px;
	color: #fff;
}

.hmode-function-list {
	display: none;
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

.hmode-function-list a {
	display: inline-block;
	width: 105px;
	height: 130px;
	line-height: 104px;
	margin: 0 10px;
	background: url(../../images/new_website/h-r-1.png) no-repeat left top;
	position: relative;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.hmode-function-list a img {
	vertical-align: middle;
}

.hmode-function-list a i {
	display: none;
	width: 100%;
	height: 130px;
	line-height: 140px;
	position: absolute;
	z-index: 66;
	top: 50%;
	left: 0;
	margin: -85px 0 0 0;
	background: #fff2de url(../../images/new_website/downcode.png) no-repeat center bottom;
}

.hmode-function-list a:before,
.hmode-function-list a:after {
	position: absolute;
	z-index: 88;
	content: '';
	opacity: 0;
	-webkit-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
}

.hmode-function-list a:before {
	top: 0;
	right: 0px;
	bottom: 20px;
	left: 0px;
	border-top: 2px solid #f32c2c;
	border-bottom: 2px solid #f32c2c;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.hmode-function-list a:after {
	top: 0;
	right: 0;
	bottom: 20px;
	left: 0;
	border-right: 2px solid #f32c2c;
	border-left: 2px solid #f32c2c;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.hmode-function-list a:hover:before,
.hmode-function-list a:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hmode-function-list a:hover:after {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.hmode-function-list a:hover i {
	display: block;
	box-shadow: 0 0 20px 0 #666;
	animation-name: md-scanning;
	-webkit-animation: md-scanning 1s linear 0s infinite alternate;
	-moz-animation: md-scanning 1s linear 0s infinite alternate;
	animation: md-scanning 1s linear 0s infinite alternate;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes md-scanning {
	from {
		background-position: center -100px;
	}

	to {
		background-position: center bottom;
	}
}

@-moz-keyframes md-scanning {
	from {
		background-position: center -100px;
	}

	to {
		background-position: center bottom;
	}
}

@keyframes md-scanning {
	from {
		background-position: center -100px;
	}

	to {
		background-position: center bottom;
	}
}

.hmode-function-list a i img {
	width: 80px;
	vertical-align: middle;
}

/* home mod f */
.hmodf-title {
	display: none;
	position: absolute;
	z-index: 115;
	top: 110px;
	left: 50%;
	display: block;
	width: 800px;
	margin-left: -400px;
	text-align: center;
}

.hmodf-title strong,
.hmodf-title em {
	display: block;
	padding: 4px 0;
	color: #f32c2c;
}

.hmodf-title strong {
	font-size: 40px;
}

.hmodf-title em {
	font-size: 20px;
	color: #666;
}

.hmodf-list {
	width: 1100px;
	height: 166px;
	margin: 0 auto;
	position: absolute;
	z-index: 21;
	top: 210px;
	left: 50%;
	margin-left: -550px;
}

.hmodf-list.styleb {
	width: 826px;
	margin-left: -413px;
	top: 250px;
}

.hmodf-list li {
	width: 234px;
	padding: 0 20px 10px 20px;
	border-right: 1px solid #ebebeb;
	float: left;
}

.hmodf-list li.nobor {
	border-right: none;
}

.hmodf-list li strong,
.hmodf-list li em {
	display: block;
}

.hmodf-list li strong {
	height: 32px;
	font-size: 16px;
	text-align: center;
}

.hmodf-list li em {
	line-height: 22px;
	font-size: 14px;
	color: #777;
}

.hmodf-footer {
	width: 100%;
	height: 420px;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
}

.hmodf-dun {
	display: block;
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	text-align: center;
}

.hmodf-icons {
	position: absolute;
	z-index: 50;
	top: 30%;
	left: 50%;
}

.hmodf-ia {
	margin: -70px 0 0 -180px;
}

.hmodf-ib {
	margin: 0px 0 0 -280px;
}

.hmodf-ic {
	margin: 110px 0 0 -220px;
}

.hmodf-id {
	margin: 50px 0 0 -160px;
}

.hmodf-ie {
	margin: -20px 0 0 260px;
}

.hmodf-if {
	margin: -70px 0 0 140px;
}

.hmodf-ig {
	margin: 90px 0 0 160px;
}

.hmodf-ia img {
	width: 70%;
}

.hmodf-ib img {
	width: 60%;
}

.hmodf-ic img {
	width: 60%;
}

.hmodf-id img {
	width: 60%;
}

.hmodf-ie img {
	width: 80%;
}

.hmodf-if img {
	width: 60%;
}

.hmodf-ig img {
	width: 60%;
}

@keyframes pStrong {
	0% {
		transform: translate3d(0, 0, 0);
	}

	25% {
		transform: translate3d(-10px, 10px, 0);
	}

	50% {
		transform: translate3d(0, 0, 0);
	}

	75% {
		transform: translate3d(-10px, -10px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

/* footer */
.home-footer {
	position: absolute;
	z-index: 14;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 160%;
	font-size: 14px;
	color: #777;
	text-align: center;
}

/* bar style */
.left-bar {
	height: 360px;
	width: 102px;
	padding: 10px;
	background: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	position: fixed;
	z-index: 111;
	top: 50%;
	left: 0;
	margin-top: -200px;
}

#isShowCode {
	display: block;
	width: 33px;
	height: 41px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: url(../../images/new_website/bar-obts.png) no-repeat -33px top;
	position: absolute;
	z-index: 22;
	top: 50%;
	right: -33px;
	margin-top: -16px;
	cursor: pointer;
}

#isShowCode.actives {
	background-position: left top;
}

.bar-code {
	display: block;
	padding-top: 10px;
	text-align: center;
}

.bar-code img {
	width: 102px;
	height: 102px;
	vertical-align: top;
}

.left-bar em {
	display: block;
	text-align: center;
}

.left-bar em {
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}

.left-bar h3 {
	padding-top: 10px;
}

.left-bar h3 b,
.left-bar h3 strong {
	display: block;
	line-height: 150%;
	text-align: center;
	font-size: 14px;
}

.left-bar h3 b {
	font-weight: bold;
}

/* about */
.about-ban {
	width: 100%;
	height: 230px;
	background: #f32c2c url(../../images/new_website/about-ban.jpg) no-repeat center top;
}

.about-ban h2,
.about-ban h3 {
	height: 0px;
	overflow: hidden;
}

.poster-main {
	width: 1000px;
	height: 500px;
	position: relative;
	margin: 0 auto;
}

.poster-main a,
.poster-main img {
	display: block;
}

.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}

.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	background: #fafafa;
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

.poster-main .poster-prev-btn {
	left: 0;
}

.poster-main .poster-next-btn {
	right: 0;
}

.about-wrap {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0;
}

.about-kewords {
	line-height: 32px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}

.about-kewords strong {
	padding-right: 10px;
	font-weight: bold;
}

.about-list {
	width: 1050px;
	margin: 0 auto;
	padding-top: 60px;
	display: none;
}

.about-list li {
	width: 210px;
	height: 200px;
	float: left;
}

.about-list li i,
.about-list li em {
	display: block;
	text-align: center;
}

.about-list li em {
	padding-top: 20px;
	font-size: 16px;
	color: #333;
}

.about-pro-logo {
	width: 100%;
	height: 78px;
	padding: 40px 0;
	text-align: center;
}

.about-pro-logo span {
	display: inline-block;
	width: 220px;
	height: 78px;
	padding: 0 30px;
}

.about-course {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}

.about-team h2,
.about-team h3,
.about-course h2,
.about-course h3 {
	display: block;
	text-align: center;
	font-weight: normal;
}

.about-team h2,
.about-course h2 {
	font-size: 36px;
	color: #333;
}

.about-team h3,
.about-course h3 {
	padding-top: 6px;
	font-size: 14px;
	color: #999;
}

.about-cooperation {
	width: 100%;
	padding: 60px 0;
	background: #fafafa;
}

.about-cooperation h2 {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: normal;
}

.about-course-main {
	width: 1100px;
	margin: 40px auto 0 auto;
	padding-top: 30px;
	background: url(../../images/new_website/y-hr.png) repeat-y center top;
}

.acm-sa,
.acm-sb {
	display: block;
	width: 100%;
	padding-bottom: 30px;
}

.acm-sa {
	text-align: right;
}

.acm-sb {
	text-align: left;
}

.acm-sa b,
.acm-sa i,
.acm-sa em,
.acm-sb b,
.acm-sb i,
.acm-sb em {
	display: inline-block;
	vertical-align: top;
}

.acm-sb em,
.acm-sa em {
	width: 520px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.acm-sa em {
	text-align: left;
}

.acm-sb em {
	text-align: right;
}

.acm-sa b,
.acm-sb b {
	font-size: 18px;
	color: #f32c2c;
}

.acm-sb i,
.acm-sa i {
	width: 60px;
	text-align: center;
}

.about-tab-wrap {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.about-tab {
	width: 100%;
	line-height: 20px;
	line-height: 20px;
	padding: 15px 0;
	text-align: center;
}

.about-tab li {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #ccc;
	font-size: 16px;
	cursor: pointer;
}

.about-tab li.nobor {
	border-right: none;
}

.about-tab li.cur {
	color: #f32c2c;
}

.enterprise-list {
	display: none;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	font-size: 0;
}

.enterprise-list a {
	display: inline-block;
	width: 270px;
	height: 150px;
	margin: 0 4px 10px 4px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}

.enterprise-list a img {
	width: 264px;
	height: 150px;
	vertical-align: top;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.enterprise-list a:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* sub footer style */
.sub-footer {
	width: 100%;
	background: #333;
	padding-top: 10px;
	text-align: left;
}

.sub-footer-wrap {
	width: 100%;
	height: 100px;
	padding: 10px 0;
	background: #333;
}

.sub-footer-main {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

.sub-footer-main p {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	line-height: 160%;
	font-size: 14px;
	color: #777;
}

.sub-footer-main a {
	color: #777;
}

.sub-footer-main a:hover {
	color: #fff;
	text-decoration: underline;
}

.sub-footer-code {
	display: block;
	width: 130px;
	height: 120px;
	float: right;
}

.sub-footer-code i {
	display: block;
	margin: 0 auto;
	width: 82px;
	height: 82px;
	padding: 4px;
	background: #fff;
}

.sub-footer-code img {
	width: 82px;
	height: 82px;
	vertical-align: top;
}

.sub-footer-code em {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

/* help style */
.help-ban {
	width: 100%;
	height: 229px;
	background: #ffa800 url(../../images/new_website/help-ban.png) no-repeat center top;
}

.help-main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.help-tab {
	padding: 30px 0;
	width: 1200px;
	height: 20px;
	border-bottom: 1px solid #ebebeb;
}

.help-tab em {
	display: inline-block;
	line-height: 20px;
	padding: 0 20px;
	border-right: 1px solid #777;
	font-size: 16px;
	vertical-align: top;
	cursor: pointer;
}

.help-tab em.no-border {
	border-right: none;
}

.help-tab em.cur {
	color: #f32c2c;
	cursor: pointer;
}

.help-tab-content {
	min-height: 700px;
	padding: 0 20px 30px 20px;
	display: none;
	position: relative;
}

.help-tab-content.other {
	padding: 0 0 30px;
}

.help-tab-content h3 {
	padding-top: 30px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

.help-tab-content p {
	line-height: 150%;
	padding: 5px 0;
	font-size: 14px;
	color: #777;
}

.help-tab-content p.colory {
	color: #f32c2c;
}

/* anti fraud style */
.af-ban {
	width: 100%;
	height: 230px;
	background: #0eaaf2 url(../../images/new_website/af-ban.png) no-repeat center top;
}

.af-ban h2 {
	height: 0;
	overflow: hidden;
}

.af-form-list {
	width: 884px;
	min-height: 700px;
	margin: 0 auto;
	padding: 60px 0;
}

.af-form-list li {
	padding-bottom: 20px;
	position: relative;
	height: 42px;
	float: left;
}

.af-form-list li.min-width {
	width: 104px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	text-align: center;
}

.af-form-list li.cont-width {
	width: 780px;
}

.af-form-list li.max-width {
	width: 884px;
	height: 86px;
	padding-top: 30px;
}

.af-form-list li.max-height {
	height: 160px;
}

.af-inpt {
	display: inline-block;
	width: 768px;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	border-radius: 4px;
}

.af-area {
	width: 768px;
	height: 140px;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	overflow-x: hidden;
	overflow-y: auto;
	resize: none;
	border-radius: 4px;
}

.af-inpt.min-width {
	width: 140px;
}

#jzfqCode {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	margin-left: 10px;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}

#jzfqCode img {
	width: 90px;
	vertical-align: middle;
}

#submitInformationBtn {
	display: block;
	width: 244px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	border-radius: 4px;
	background: #f32c2c;
	color: #fff;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

#submitInformationBtn:hover {
	background: #ed7705;
}

.af-tips {
	display: block;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #f32c2c;
}

.af-area.add-error,
.af-inpt.add-error {
	border-color: #f32c2c;
}

.public-tips {
	padding: 6px 10px;
	background: #ffae00;
	color: #fff;
	font-size: 14px;
	position: absolute;
	z-index: 102332300;
	border-radius: 4px;
}

.public-tips:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-left-color: #ffae00;
}

/* animation */
.actives .hmoda-title,
.actives .hmodf-title {
	display: block;
	-webkit-animation: topAnimate 1s both;
	-moz-animation: topAnimate 1s both;
	animation: topAnimate 1s both;
}

@-webkit-keyframes topAnimate {
	from {
		opacity: 0;
		-webkit-transform: translateY(-200px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes topAnimate {
	from {
		opacity: 0;
		-moz-transform: translateY(-200px);
	}

	to {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes topAnimate {
	from {
		opacity: 0;
		transform: translateY(-200px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.actives .hmoda-slide-main,
.actives .hmodb-footer,
.actives .hmodc-dial,
.actives .hmodd-footer,
.actives .hmode-function-list,
.actives .hmodf-footer {
	display: block;
	-webkit-animation: bottomAnimate 1.2s both;
	-moz-animation: bottomAnimate 1.2s both;
	animation: bottomAnimate 1.2s both;
}

@-webkit-keyframes bottomAnimate {
	from {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bottomAnimate {
	from {
		opacity: 0;
		-moz-transform: translateY(200px);
	}

	to {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes bottomAnimate {
	from {
		opacity: 0;
		transform: translateY(200px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.actives .hmodb-hj {
	-webkit-animation: hjAnimate 1.2s both;
	-moz-animation: hjAnimate 1.2s both;
	animation: hjAnimate 1.2s both;
}

@-webkit-keyframes hjAnimate {
	from {
		top: 0px;
		left: 45%;
	}

	to {
		top: -140px;
		left: 50%;
	}
}

@-moz-keyframes hjAnimate {
	from {
		top: 0px;
		left: 45%;
	}

	to {
		top: -140px;
		left: 50%;
	}
}

@-ms-keyframes hjAnimate {
	from {
		top: 0px;
		left: 45%;
	}

	to {
		top: -140px;
		left: 50%;
	}
}

.actives .homdb-line-a,
.actives .homdb-line-b,
.actives .homdb-line-c {
	animation-name: light;
	-webkit-animation: light 6s linear 0s infinite normal;
	-moz-animation: light 6s linear 0s infinite normal;
	animation: light 6s linear 0s infinite normal;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.actives .homdb-line-b {
	animation-name: light;
	-webkit-animation: light 4s linear 1s infinite normal;
	-moz-animation: light 4s linear 1s infinite normal;
	animation: light 4s linear 1s infinite normal;
}

.actives .homdb-line-c {
	animation-name: light;
	-webkit-animation: light 2s linear 2s infinite normal;
	-moz-animation: light 2s linear 2s infinite normal;
	animation: light 2s linear 2s infinite normal;
}

@-webkit-keyframes light {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		left: 10%;
		top: 70%;
	}
}

@-moz-keyframes light {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		left: 10%;
		top: 70%;
	}
}

@keyframes light {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		left: 10%;
		top: 70%;
	}
}

.actives .homdb-yun-a,
.actives .homdb-yun-b {
	animation-name: yunAnimate;
	-webkit-animation: yunAnimate 6s linear 0s infinite alternate;
	-moz-animation: yunAnimate 6s linear 0s infinite alternate;
	animation: yunAnimate 6s linear 0s infinite alternate;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.actives .homdb-yun-b {
	animation-name: yunAnimate;
	-webkit-animation: yunAnimate 4s linear 1s infinite alternate;
	-moz-animation: yunAnimate 4s linear 1s infinite alternate;
	animation: yunAnimate 4s linear 1s infinite alternate;
}

@-webkit-keyframes yunAnimate {
	from {
		opacity: 1;
	}

	to {
		opacity: .8;
		left: 40%;
	}
}

@-moz-keyframes yunAnimate {
	from {
		opacity: 1;
	}

	to {
		opacity: .8;
		left: 40%;
	}
}

@keyframes yunAnimate {
	from {
		opacity: 1;
	}

	to {
		opacity: .8;
		left: 40%;
	}
}

.actives .hmoda-icon {
	display: block;
	-webkit-animation: iconAnimate 1s both;
	-moz-animation: iconAnimate 1s both;
	animation: iconAnimate 1s both;
}

@-webkit-keyframes iconAnimate {
	from {
		opacity: 0;
		-webkit-transform: scale(0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes iconAnimate {
	from {
		opacity: 0;
		-moz-transform: scale(0, 0);
	}

	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
	}
}

@-ms-keyframes iconAnimate {
	from {
		opacity: 0;
		transform: scale(0, 0);
	}

	to {
		opacity: 1;
		transform: scale(1, 1);
	}
}

.dphone,
.dphones,
.back,
.phone {
	width: 100%;
	height: 100%;
	text-align: center;
}

.dphone img {
	height: 100%;
	vertical-align: top;
}

.dphones img {
	width: 75%;
}

.back img {
	width: 65%;
}

.phone img {
	height: 100%;
}

.mt-40 {
	bottom: 40px;
}

.magnifier {
	position: absolute;
	left: -14px;
	top: 90px;
	width: 80px;
	height: 80px;
	;
}

.magnifier img {
	width: 100%;
}

.hmode-ia {
	position: absolute;
	left: 60%;
	top: 20px;
	width: 70px;
}

.hmode-ib {
	position: absolute;
	left: 20px;
	top: 150px;
	width: 120px;
}

.hmode-ic {
	position: absolute;
	left: 42%;
	top: -50px;
	width: 90px;
}

.hmode-id {
	position: absolute;
	right: 14%;
	top: -60px;
	width: 40px;
}

.hmode-icon img {
	width: 100%;
}

.hmode-c {
	animation: hmodec 5s infinite;
	-moz-animation: hmodec 5s infinite;
	-webkit-animation: hmodec 5s infinite;
	-o-animation: hmodec 5s infinite;
}

@keyframes hmodec {
	0% {
		transform: translate3d(0, 0, 0);
	}

	25% {
		transform: translate3d(-10px, 10px, 0);
	}

	50% {
		transform: translate3d(0, 0, 0);
	}

	75% {
		transform: translate3d(-10px, -10px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes hmodec {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}

	25% {
		-webkit-transform: translate3d(-10px, 10px, 0);
	}

	50% {
		-webkit-transform: translate3d(0, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, -10px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes hmodec {
	0% {
		-moz-transform: translate3d(0, 0, 0);
	}

	25% {
		-moz-transform: translate3d(-10px, 10px, 0);
	}

	50% {
		-moz-transform: translate3d(0, 0, 0);
	}

	75% {
		-moz-transform: translate3d(-10px, -10px, 0);
	}

	100% {
		-moz-transform: translate3d(0, 0, 0);
	}
}

.hmode-a {
	animation: hmodea 5s infinite;
	-moz-animation: hmodea 5s infinite;
	-webkit-animation: hmodea 5s infinite;
	-o-animation: hmodea 5s infinite;
}

@keyframes hmodea {
	0% {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(1.2, 1.2);
	}

	50% {
		transform: scale(1, 1);
	}

	75% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes hmodea {
	0% {
		-webkit-transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(1.2, 1.2);
	}

	50% {
		-webkit-transform: scale(1, 1);
	}

	75% {
		-webkit-transform: scale(1.2, 1.2);
	}

	100% {
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes hmodea {
	0% {
		-moz-transform: scale(1, 1);
	}

	25% {
		-moz-transform: scale(1.2, 1.2);
	}

	50% {
		-moz-transform: scale(1, 1);
	}

	75% {
		-moz-transform: scale(1.2, 1.2);
	}

	100% {
		-moz-transform: scale(1, 1);
	}
}

.hmode-b {
	animation: hmodeb 3s infinite;
	-o-animation: hmodeb 3s infinite;
	-moz-animation: hmodeb 3s infinite;
	-webkit-animation: hmodeb 3s infinite;
}

@keyframes hmodeb {
	0% {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(1.2, 1.2);
	}

	50% {
		transform: scale(1, 1);
	}

	75% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes hmodeb {
	0% {
		-webkit-transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(1.2, 1.2);
	}

	50% {
		-webkit-transform: scale(1, 1);
	}

	75% {
		-webkit-transform: scale(1.2, 1.2);
	}

	100% {
		-webkit-transform: scale(1, 1);
	}
}

@-moz-keyframes hmodeb {
	0% {
		-moz-transform: scale(1, 1);
	}

	25% {
		-moz-transform: scale(1.2, 1.2);
	}

	50% {
		-moz-transform: scale(1, 1);
	}

	75% {
		-moz-transform: scale(1.2, 1.2);
	}

	100% {
		-moz-transform: scale(1, 1);
	}
}

.hmode-d {
	animation: hmoded 3s infinite;
	-o-animation: hmoded 3s infinite;
	-moz-animation: hmoded 3s infinite;
	-webkit-animation: hmoded 3s infinite;
}

@keyframes hmoded {
	0% {
		transform: translate3d(0, 0, 0);
	}

	25% {
		transform: translate3d(10px, 10px, 0);
	}

	50% {
		transform: translate3d(20, 20, 0);
	}

	75% {
		transform: translate3d(-10px, -10px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes hmoded {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}

	25% {
		-webkit-transform: translate3d(10px, 10px, 0);
	}

	50% {
		-webkit-transform: translate3d(20, 20, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, -10px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes hmoded {
	0% {
		-moz-transform: translate3d(0, 0, 0);
	}

	25% {
		-moz-transform: translate3d(10px, 10px, 0);
	}

	50% {
		-moz-transform: translate3d(20, 20, 0);
	}

	75% {
		-moz-transform: translate3d(-10px, -10px, 0);
	}

	100% {
		-moz-transform: translate3d(0, 0, 0);
	}
}

.hmodf-a {
	position: absolute;
	right: 18%;
	top: 40px;
	width: 100px;
}

.hmodf-b {
	position: absolute;
	left: 10%;
	bottom: 20%;
	width: 140px;
}

.hmodf-c {
	position: absolute;
	left: 65%;
	top: 65%;
	width: 100px;
}

.hmodf-a img,
.hmodf-b img,
.hmodf-c img {
	width: 100%;
}

.hmodf-a,
.hmodf-b {
	animation: hmodea 5s infinite;
	-moz-animation: hmodea 5s infinite;
	-webkit-animation: hmodea 5s infinite;
	-o-animation: hmodea 5s infinite;
}

/* coop */
.coop-banner {
	width: 100%;
	margin-top: 65px;
	overflow: hidden;
}

.coop-banner img {
	width: 100%;
}

.main {
	width: 100%;
}

.coop-sub-tit,
.coop-step h3 {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	font-size: 30px;
	color: #333;
	letter-spacing: 2px;
}

.tit-line {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -45px;
	width: 90px;
	border-bottom: 3px solid #e8045b;
}

.coop-list {
	width: 1000px;
	height: 258px;
	margin: 30px auto 50px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.coop-list li {
	width: 50%;
	height: 100%;
	float: left;
}

.coop-list li h4 {
	height: 74px;
	line-height: 74px;
	background: #e5035f;
	background: linear-gradient(to bottom, #e5035f, #e72a35);
	font-size: 24px;
	color: #fff;
	letter-spacing: 6px;
	text-align: center;
}

.coop-list li p {
	padding: 20px;
	line-height: 24px;
}

.coop-list li p span {
	color: #e7243a;
}

.coop-list li p a {
	color: #e7243a;
	border-bottom: 1px solid #e5035f;
	padding-bottom: 1px;
	cursor: pointer;
}

.coop-step {
	width: 100%;
	height: 442px;
	background: url(../../images/new_website/coop/step-bg.jpg) center center no-repeat;
	overflow: hidden;
}

.coop-step-list {
	position: relative;
	width: 1200px;
	height: 200px;
	margin: 84px auto 0;
}

.coop-step-list li {
	width: 180px;
	height: 146px;
	margin: 0 5px;
	padding: 54px 25px 0 25px;
	background: #fff;
	float: left;
	border-radius: 10px;
	box-shadow: 0 0 3px 2px #e6e6e6;
	position: relative;
}

.coop-step-list li em {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 18px;
	color: #e5035f;
}

.coop-step-list li strong {
	overflow: hidden;
}

.circular-wrap {
	background: url(../../images/new_website/coop/t.png) center 1px no-repeat;
}

.coop-step-list li .circular-wrap,
.circular {
	display: block;
	position: absolute;
	left: 50%;
	border-radius: 100%;
}

.coop-step-list li .circular-wrap {
	width: 108px;
	height: 108px;
	top: -54px;
	margin-left: -54px;
}

.circular {
	width: 78px;
	height: 78px;
	top: 50%;
	margin-top: -36px;
	margin-left: -39px;
	text-align: center;
}

.circular img {
	position: relative;
	top: 0;
	width: 100%;
	transition: transform 0.4s ease-out;
	-webkit-transition: 0.4s;
	-moz-transition: -moz-transform 0.4s ease-out;
	-webkit-transition: -webkit-transform 0.4s ease-out;
}

.coop-step-list li:hover {
	cursor: pointer;
}

.coop-step-list li:hover .circular img {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
}

.coop-step-list li a.file-download {
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #e6174a;
	margin: 10px auto 0;
	text-align: center;
	color: #fff;
}

.tips-wrap {
	width: 560px;
	height: 634px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.tips-wrap img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -209px 0 0 -274px;
	z-index: 18;
}

.tips-wrap a {
	display: block;
	width: 200px;
	height: 140px;
	padding: 0 9px;
	border-radius: 14px;
	background: #323232;
	position: absolute;
	z-index: 19;
}

.tips-wrap a:hover {
	background: #e5075a;
}

.tips-wrap a:hover span {
	color: #fff;
}

.tipsa {
	left: -100px;
	top: 146px;
}

.tipsb {
	left: 50%;
	top: 40px;
	margin-left: -110px;
}

.tipsc {
	right: -100px;
	top: 146px;
}

.tipsd {
	left: -100px;
	bottom: 150px;
}

.tipse {
	right: -100px;
	bottom: 150px;
}

.tipsf {
	left: 50%;
	bottom: 40px;
	margin-left: -110px;
}

.tips-wrap a em {
	display: block;
	width: 100%;
	margin: 14px 0 10px;
	font-size: 18px;
	color: #fff;
}

.tips-wrap a span {
	padding-top: 20px;
	color: #999;
}

.move {
	animation: move 1s infinite linear;
}

@keyframes move {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(360deg);
	}
}

.texta {
	border-right: 1px solid #ccc;
}

.qualifications-wrap {
	width: 100%;
	text-align: center;
	padding: 50px 0 20px 0;
}

.qualifications-wrap h3 {
	font-size: 36px;
	text-align: center;
	color: #333;
}

.qualifications-img {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.qualifications-img img {
	vertical-align: top;
}

.home-footer-tips {
	position: absolute;
	z-index: 14;
	bottom: 120px;
	left: 0;
	width: 100%;
	padding: 8px 0;
	background: #FFEDED;
	line-height: 160%;
	font-size: 12px;
	color: #F32426;
}

.home-footer-tips p {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding-left: 20px;
}

.home-footer-tips p span {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
}

.home-footer-tips p span img {
	width: 100%;
}

.agree {
	position: fixed;
	right: 100px;
	bottom: 26px;
	z-index: 99999;
	width: 60px;
	height: 60px;
	display: none;
}

.agree img {
	width: 100%;
	cursor: pointer;
}

.agreeMask {
	display: none;
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	text-align: center;
}

.agreeMask img {
	height: 100%;
	margin: 0 auto;
}

.agreeClose {
	padding: 20px;
	font-size: 30px;
	color: #333;
	position: absolute;
	right: 100px;
	top: 40px;
	cursor: pointer;
}


.fk_page1 {
	width: 800px;
	height: 440px;
	padding: 0 7px 0 15px;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -100px;
	overflow: hidden;
}

.fk_page1 img {
	width: 100%;
}

.pageImg {
	display: inline-block;
	position: absolute;
}

.pageImg img {
	width: 100%;
}

.page1_1 {
	width: 144px;
	top: 160px;
	left: 420px;
}

.page1_2 {
	width: 49.65px;
	top: 226px;
	left: 605px;
}

.page1_3 {
	width: 223px;
	top: 243px;
	left: 596px;
}

.page1_4 {
	width: 87px;
	top: 273px;
	left: 732px;
}

.page1_5 {
	width: 146px;
	top: 0px;
	left: 277px;
}

.page1_6 {
	width: 62px;
	top: 160px;
	left: 190px;
}

.page1_7 {
	width: 248px;
	top: 128px;
	left: 16px;
}

.page1_8 {
	width: 79px;
	top: 185px;
	left: 335px;
	opacity: 0;
	display: block;
}

.actives .page1_1 {
	display: block;
	-webkit-animation: page1Animate 1s ease;
	-moz-animation: page1Animate 1s ease;
	animation: page1Animate 1s ease;
}

@keyframes page1Animate {
	from {
		top: 800px;
	}

	to {
		top: 160px;
	}
}

@-webkit-keyframes page1Animate {
	from {
		top: 800px;
	}

	to {
		top: 160px;
	}
}

.actives .page1_2 {
	display: block;
	-webkit-animation: page1_2 1s ease;
	-moz-animation: page1_2 1s ease;
	animation: page1_2 1s ease;
}

@keyframes page1_2 {
	from {
		left: 830px;
	}

	to {
		left: 605px;
	}
}

@-webkit-keyframes page1_2 {
	from {
		left: 830px;
	}

	to {
		left: 605px;
	}
}

.actives .page1_3 {
	display: block;
	-webkit-animation: page1_3 1s ease;
	-moz-animation: page1_3 1s ease;
	animation: page1_3 1s ease;
}

@keyframes page1_3 {
	from {
		left: 830px;
	}

	to {
		left: 596px;
	}
}

@-webkit-keyframes page1_3 {
	from {
		left: 830px;
	}

	to {
		left: 596px;
	}
}

.actives .page1_4 {
	display: block;
	-webkit-animation: page1_4 1s ease;
	-moz-animation: page1_4 1s ease;
	animation: page1_4 1s ease;
}

@keyframes page1_4 {
	from {
		left: 830px;
	}

	to {
		left: 732px;
	}
}

@-webkit-keyframes page1_4 {
	from {
		left: 830px;
	}

	to {
		left: 732px;
	}
}

.actives .page1_5 {
	display: block;
	-webkit-animation: page1_5 1s ease;
	-moz-animation: page1_5 1s ease;
	animation: page1_5 1s ease;
}

@keyframes page1_5 {
	from {
		top: -180px;
	}

	to {
		top: 0px;
	}
}

@-webkit-keyframes page1_5 {
	from {
		top: -180px;
	}

	to {
		top: 0px;
	}
}

.actives .page1_6 {
	display: block;
	-webkit-animation: page1_6 1s ease;
	-moz-animation: page1_6 1s ease;
	animation: page1_6 1s ease;
}

@keyframes page1_6 {
	from {
		left: -100px;
	}

	to {
		left: 190px;
	}
}

@-webkit-keyframes page1_6 {
	from {
		left: -100px;
	}

	to {
		left: 190px;
	}
}

.actives .page1_7 {
	display: block;
	-webkit-animation: page1_7 1s ease;
	-moz-animation: page1_7 1s ease;
	animation: page1_7 1s ease;
}

@keyframes page1_7 {
	from {
		left: -100px;
	}

	to {
		left: 16px;
	}
}

@-webkit-keyframes page1_7 {
	from {
		left: -100px;
	}

	to {
		left: 16px;
	}
}

.actives .page1_8 {
	display: block;
	-webkit-animation: page1_8 1s 1s ease forwards;
	-moz-animation: page1_8 1s 1s ease forwards;
	animation: page1_8 1s 1s ease forwards;
}

@keyframes page1_8 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* @-webkit-keyframes page1_8 {from {opacity: 0;}to {opacity: 1;}} */

.fk_page2 {
	margin-top: -290px;
	height: 410px;
	box-sizing: border-box;
	width: 800px;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	overflow: hidden;
}

.page2_1 {
	width: 179px;
	top: 54px;
	left: 586px;
	z-index: 5;
}

.page2_2 {
	width: 85px;
	top: 156px;
	left: 630px;
	z-index: 6;
}

.page2_3 {
	width: 101px;
	top: 316px;
	left: 604px;
	z-index: 7;
}

.page2_4 {
	width: 63px;
	top: 146px;
	left: 574px;
	z-index: 8;
}

.page2_5 {
	width: 80px;
	top: 17px;
	left: 530px;
	z-index: 8;
}

.page2_6 {
	width: 54px;
	top: 212px;
	left: 492px;
	z-index: 8;
}

.page2_7 {
	width: 74px;
	top: 102px;
	left: 430px;
	z-index: 8;
}

.page2_8 {
	width: 60px;
	top: 176px;
	left: 343px;
	z-index: 8;
}

.page2_9 {
	width: 65px;
	top: 36px;
	left: 243px;
	z-index: 8;
}

.page2_10 {
	width: 75px;
	top: 172px;
	left: 206px;
	z-index: 8;
}

.page2_11 {
	width: 75px;
	top: 242px;
	left: 91px;
	z-index: 8;
}

.page2_12 {
	width: 136px;
	top: 36px;
	left: 627px;
	z-index: 9;
	opacity: 0;
}

@keyframes page2_4 {
	0% {
		transform: translate3d(0, 0, 0);
	}

	25% {
		transform: translate3d(-10px, 10px, 0);
	}

	50% {
		transform: translate3d(0, 0, 0);
	}

	75% {
		transform: translate3d(-10px, -10px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes page2_4 {
	0% {
		transform: translate3d(0, 0, 0);
	}

	25% {
		transform: translate3d(-10px, 10px, 0);
	}

	50% {
		transform: translate3d(0, 0, 0);
	}

	75% {
		transform: translate3d(-10px, -10px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.actives .page2_4 {
	display: block;
	-webkit-animation: page2_4 9s ease infinite;
	-moz-animation: page2_4 9s ease infinite;
	animation: page2_4 9s ease infinite;
}

.actives .page2_5 {
	display: block;
	-webkit-animation: page2_4 9s 1s ease infinite;
	-moz-animation: page2_4 9s 1s ease infinite;
	animation: page2_4 9s 1s ease infinite;
}

.actives .page2_6 {
	display: block;
	-webkit-animation: page2_4 8s 1s ease infinite;
	-moz-animation: page2_4 8s 1s ease infinite;
	animation: page2_4 8s 1s ease infinite;
}

.actives .page2_7 {
	display: block;
	-webkit-animation: page2_4 8s 0s ease infinite;
	-moz-animation: page2_4 8s 0s ease infinite;
	animation: page2_4 8s 0s ease infinite;
}

.actives .page2_8 {
	display: block;
	-webkit-animation: page2_4 9s 0.5s ease infinite;
	-moz-animation: page2_4 9s 0.5s ease infinite;
	animation: page2_4 9s 0.5s ease infinite;
}

.actives .page2_9 {
	display: block;
	-webkit-animation: page2_4 11s 0.5s ease infinite;
	-moz-animation: page2_4 11s 0.5s ease infinite;
	animation: page2_4 11s 0.5s ease infinite;
}

.actives .page2_10 {
	display: block;
	-webkit-animation: page2_4 9s 0.1s ease infinite;
	-moz-animation: page2_4 9s 0.1s ease infinite;
	animation: page2_4 9s 0.1s ease infinite;
}

.actives .page2_11 {
	display: block;
	-webkit-animation: page2_4 10s 0.5s ease infinite;
	-moz-animation: page2_4 10s 0.5s ease infinite;
	animation: page2_4 10s 0.5s ease infinite;
}

.actives .page2_12 {
	display: block;
	-webkit-animation: page2_12 1s 1s ease forwards;
	-moz-animation: page2_12 1s 1s ease forwards;
	animation: page2_12 1s 1s ease forwards;
}

@keyframes page2_12 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes page2_12 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fk_page3 {
	margin-top: -300px;
	height: 410px;
	box-sizing: border-box;
	width: 800px;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	overflow: hidden;
}

.page3_anItem {
	margin-top: 0px;
	height: 410px;
	box-sizing: border-box;
	width: 800px;
	position: absolute;
	z-index: 99;
	top: 0%;
	left: 0%;
	margin-left: -800px;
	overflow: hidden;
	z-index: 4;
}

.page3_1 {
	width: 410px;
	top: 116px;
	left: 194px;
	z-index: 8;
}

.page3_2 {
	width: 82px;
	top: 76px;
	left: 330px;
	z-index: 7;
}

.page3_3 {
	width: 116px;
	top: 32px;
	left: 380px;
	z-index: 6;
}

.page3_4 {
	width: 72px;
	top: 100px;
	left: 470px;
	z-index: 7;
}

.page3_5 {
	width: 82px;
	top: 66px;
	left: -286px;
	z-index: 9;
}

.page3_6 {
	width: 56px;
	top: 190px;
	left: 253px;
	z-index: 10;
	opacity: 0;
}

@keyframes page3_anItem {
	0% {
		left: 0px;
	}

	55% {
		left: 800px;
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(15deg);
	}

	95% {
		transform: rotate(0deg);
	}

	100% {
		left: 800px;
	}
}

@-webkit-keyframes page3_anItem {
	0% {
		left: 0px;
	}

	55% {
		left: 800px;
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(15deg);
	}

	95% {
		transform: rotate(0deg);
	}

	100% {
		left: 800px;
	}
}

.actives .page3_anItem {
	animation: page3_anItem 2s 0s linear forwards;
	-webkit-animation: page3_anItem 2s 0s linear forwards;
	-moz-animation: page3_anItem 2s 0s linear forwards;
	/* Safari 与 Chrome */
}

@keyframes page3_5 {
	0% {
		left: -286px;
		top: 66px;
	}

	55% {
		left: 514px;
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(35deg);
		top: 76px;
	}

	95% {
		transform: rotate(0deg);
	}

	100% {
		left: 514px;
		top: 274px
	}
}

@-webkit-keyframes page3_5 {
	0% {
		left: -286px;
		top: 66px;
	}

	55% {
		left: 514px;
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(35deg);
		top: 76px;
	}

	95% {
		transform: rotate(0deg);
	}

	100% {
		left: 514px;
		top: 274px
	}
}

.actives .page3_5 {
	animation: page3_5 2s linear forwards;
	-webkit-animation: page3_5 2s linear forwards;
	/* Safari 与 Chrome */
}

.actives .page3_6 {
	display: block;
	-webkit-animation: page3_6 1s 2s ease forwards;
	-moz-animation: page3_6 1s 2s ease forwards;
	animation: page3_6 1s 2s ease forwards;
}

@keyframes page3_6 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes page3_6 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fk_page4 {
	margin-top: -300px;
	height: 460px;
	box-sizing: border-box;
	width: 800px;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	overflow: hidden;
}

.page4_1 {
	width: 264px;
	top: -382px;
	left: 982px;
	z-index: 6;
}

.page4_2 {
	width: 286px;
	top: 692px;
	left: 63px;
	z-index: 7;
}

.page4_3 {
	width: 209px;
	top: 605px;
	left: 1080px;
	z-index: 8;
}

.page4_4 {
	width: 257px;
	top: -318px;
	left: -113px;
	z-index: 9;
}

.page4_5 {
	width: 60px;
	top: 295px;
	left: 471px;
	z-index: 10;
	opacity: 0;
}

.actives .page4_1 {
	display: block;
	-webkit-animation: page4_1 1s 0.5s linear forwards;
	-moz-animation: page4_1 1s 0.5s linear forwards;
	animation: page4_1 1s 0.5s linear forwards;
}

@keyframes page4_1 {
	0% {
		top: -382px;
		left: 982px;
	}

	25% {
		top: 18px;
		left: 582px;
	}

	100% {
		top: 18px;
		left: 582px;
	}
}

@-webkit-keyframes page4_1 {
	0% {
		top: -382px;
		left: 982px;
	}

	25% {
		top: 18px;
		left: 582px;
	}

	100% {
		top: 18px;
		left: 582px;
	}
}

.actives .page4_2 {
	display: block;
	-webkit-animation: page4_2 1s 0.5s linear forwards;
	-moz-animation: page4_2 1s 0.5s linear forwards;
	animation: page4_2 1s 0.5s linear forwards;
}

@keyframes page4_2 {
	0% {
		top: 692px;
		left: 63px
	}

	25% {
		top: 692px;
		left: 63px
	}

	50% {
		top: 292px;
		left: 463px;
	}

	100% {
		top: 292px;
		left: 463px;
	}
}

@-webkit-keyframes page4_2 {
	0% {
		top: 692px;
		left: 63px
	}

	25% {
		top: 692px;
		left: 63px
	}

	50% {
		top: 292px;
		left: 463px;
	}

	100% {
		top: 292px;
		left: 463px;
	}
}

.actives .page4_3 {
	display: block;
	-webkit-animation: page4_3 1s 0.5s linear forwards;
	-moz-animation: page4_3 1s 0.5s linear forwards;
	animation: page4_3 1s 0.5s linear forwards;
}

@keyframes page4_3 {
	0% {
		top: 605px;
		left: 1080px;
	}

	50% {
		top: 605px;
		left: 1080px;
	}

	75% {
		top: 205px;
		left: 680px;
	}

	100% {
		top: 205px;
		left: 680px;
	}
}

@-webkit-keyframes page4_3 {
	0% {
		top: 605px;
		left: 1080px;
	}

	50% {
		top: 605px;
		left: 1080px;
	}

	75% {
		top: 205px;
		left: 680px;
	}

	100% {
		top: 205px;
		left: 680px;
	}
}

.actives .page4_4 {
	display: block;
	-webkit-animation: page4_4 1s 0.5s linear forwards;
	-moz-animation: page4_4 1s 0.5s linear forwards;
	animation: page4_4 1s 0.5s linear forwards;
}

@keyframes page4_4 {
	0% {
		top: -318px;
		left: -113px;
	}

	75% {
		top: -318px;
		left: -113px;
	}

	100% {
		top: 82px;
		left: 387px;
	}
}

@-webkit-keyframes page4_4 {
	0% {
		top: -318px;
		left: -113px;
	}

	75% {
		top: -318px;
		left: -113px;
	}

	100% {
		top: 82px;
		left: 387px;
	}
}

.actives .page4_5 {
	display: block;
	-webkit-animation: page4_5 1s 1.5s ease forwards;
	-moz-animation: page4_5 1s 1.5s ease forwards;
	animation: page4_5 1s 1.5s ease forwards;
}

@keyframes page4_5 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes page4_5 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fk_page51 {
	width: 600px;
	margin-left: -300px;
	bottom: 40px;
}

.fk_page5 {
	margin-top: -300px;
	height: 460px;
	box-sizing: border-box;
	width: 800px;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	overflow: hidden;
}

.page5_1 {
	width: 256px;
	top: 91px;
	left: 287px;
	z-index: 8;
}

.page5_2 {
	width: 282px;
	top: 87px;
	left: 260px;
	z-index: 6;
}

.page5_3 {
	width: 290px;
	top: 65px;
	left: 285px;
	z-index: 7;
}

.page5_4 {
	width: 108px;
	top: 126px;
	left: 367px;
	z-index: 9;
}

.page5_5 {
	width: 64px;
	top: 300px;
	left: 390px;
	z-index: 10;
	opacity: 0;
}

.actives .page5_3 {
	display: block;
	-webkit-animation: page5_3 20s 0s linear infinite;
	-moz-animation: page5_3 20s 0s linear infinite;
	animation: page5_3 20s 0s linear infinite;
}

@keyframes page5_3 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes page5_3 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.actives .page5_2 {
	display: block;
	-webkit-animation: page5_2 20s 0s linear infinite;
	-moz-animation: page5_2 20s 0s linear infinite;
	animation: page5_2 20s 0s linear infinite;
}

@keyframes page5_2 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes page5_2 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

.actives .page5_5 {
	display: block;
	-webkit-animation: page5_5 1s 1s ease forwards;
	-moz-animation: page5_5 1s 1s ease forwards;
	animation: page5_5 1s 1s ease forwards;
}

@keyframes page5_5 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes page5_5 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.trackWrap {
	width: 1100px;
	height: 800px;
	overflow: hidden;
}

.trackTop {
	width: 100%;
	overflow: hidden;
	height: 120px;
}

.trackBottom {
	border-bottom: 1px dashed #dadada;
	height: 102px;
	position: relative;
}

.trackList {
	margin-bottom: -2px;
	align-items: flex-end;
	height: 110px;
	width: 1000px;
	margin: 0px auto;
	flex-direction: row-reverse;
	overflow-x: scroll;
	flex-wrap: 0;
	flex-shrink: 0;
	z-index: 5;
	margin-left: 50px;
}

.trackList::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.trackItem {
	width: 200px;
	text-align: center;
	flex-shrink: 0;
	flex-wrap: 0;
}

.trackYear {
	color: #666;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: bold;
}

.trackIconOut {
	width: 12px;
	height: 12px;
	border: 2px solid #ccc;
	border-radius: 26px;
	margin: 0px auto;
	justify-content: center;
	align-items: center;
}

.trackIconIn {
	width: 6px;
	height: 6px;
	border-radius: 20px;
	background-color: #ccc;
}

.on .trackYear {
	color: #fd0c81;
}

.on .trackIconOut {
	border-color: #fd0c81;
}

.on .trackIconIn {
	background-color: #fd0c81;
}

.trackUpWrap {
	flex: 1;
	align-items: flex-start;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -20px;
	height: 70%;
	-webkit-animation: trackUpAn 1s linear forwards infinite;
	-moz-animation: trackUpAn 1s linear forwards infinite;
	animation: trackUpAn 1s linear forwards infinite;
}

@keyframes trackUpAn {
	0% {
		left: 10px;
	}

	25% {
		left: 0px;
	}

	100% {
		left: 10px;
	}
}

@-webkit-keyframes trackUpAn {
	0% {
		left: 10px;
	}

	25% {
		left: 0px;
	}

	100% {
		left: 10px;
	}
}

.trackUp {
	border-top: 3px solid #fd0c81;
	width: 36px;
	height: 36px;
	border-left: 3px solid #fd0c81;
	transform: rotate(-45deg);
	margin-top: 10px;
	margin-left: 20px;
}

.trackNextWrap {
	flex: 1;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -20px;
	height: 70%;
	-webkit-animation: trackNextWrap 1s linear forwards infinite;
	-moz-animation: trackNextWrap 1s linear forwards infinite;
	animation: trackNextWrap 1s linear forwards infinite;
}

@keyframes trackNextWrap {
	0% {
		right: 10px;
	}

	25% {
		right: 0px;
	}

	100% {
		right: 10px;
	}
}

@-webkit-keyframes trackNextWrap {
	0% {
		right: 10px;
	}

	25% {
		right: 0px;
	}

	100% {
		right: 10px;
	}
}

.trackNext {
	border-top: 3px solid #fd0c81;
	width: 36px;
	height: 36px;
	border-right: 3px solid #fd0c81;
	transform: rotate(45deg);
	margin-top: 10px;
	margin-right: 10px;
}

.trackBody {
	width: 100%;
	margin-top: 20px;
}

.trackImg {
	width: 60px;
}

.trackImg img {
	width: 100%;
}

.trackCard {
	flex: 1;
	background-color: #f3f3f3;
	position: relative;
}

.trackImgAll {
	position: absolute;
}

.trackImgAll img {
	width: 100%;
}

.trackImg1 {
	top: 0px;
	right: 10px;
	width: 300px;
}

.trackImg2 {
	width: 50px;
	left: 0px;
	bottom: 10px;
}

.trackBodyYear {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 240px;
	transform: scale(1.3);
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	/* Safari */
}

.trackBodyYear img {
	height: 100%;
	margin-right: 10px;
}

.active .trackBodyYear {
	transform: scale(1);
}

.trackBodyMonth {
	width: 100%;
	position: absolute;
	top: 70px;
	right: 0px;
	height: 240px;
}

.trackBodyItem {
	justify-content: flex-end;
	position: absolute;
}

.trackListItem0 {
	top: 0px;
	right: 1100px;
	transition: all 0.8s 0.8s ease;
	-webkit-transition: all 1s 0.7s ease;
	/* Safari */
}

.trackListItem1 {
	top: 56px;
	right: 1100px;
	transition: all 0.8s 2s ease;
	-webkit-transition: all 1s 0.8s ease;
	/* Safari */
}

.trackListItem2 {
	top: 112px;
	right: 1100px;
	transition: all 0.8s 1s ease;
	-webkit-transition: all 1s 0.9s ease;
	/* Safari */
}

.trackListItem3 {
	top: 168px;
	right: 1100px;
	transition: all 0.8s 2s ease;
	-webkit-transition: all 1s 1s ease;
	/* Safari */
}

.active .trackListItem0 {
	right: 0px;
}

.active .trackListItem1 {
	right: 0px;
}

.active .trackListItem2 {
	right: 0px;
}

.active .trackListItem3 {
	right: 0px;
}

.trackItemMonth {
	background: linear-gradient(90deg, #f80061, #f80061, #f9a7bd);
	width: 80px;
	height: 36px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 36px;
	color: #fff;
	font-size: 30px;
}

.trackBodyText {
	color: #ef0b64;
	text-align: right;
	font-size: 23px;
	margin-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 930px;
}

/* 帮助与反馈添加协议专区 */
.out-box {
	min-height: 655px;
	background: #fff;
	border: 1px solid #E1E5EA;
	margin-top: 20px;
}

.agree-head {
	height: 50px;
	border-bottom: 1px solid #E1E5EA;
	line-height: 50px;
	background: #FAFAFA;
	display: flex;
}

.agree-head span {
	width: 112px;
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #E1E5EA;
	cursor: pointer;
}

.agree-head span:last-child {
	border: none;
}

.agree-head span.on {
	background: #ffff;
	color: #F32C2C;
	border-top: 2px solid #F32C2C;
	border-bottom: solid 1px #fff;
  border-right: 1px solid #E1E5EA;
  margin: -1px 0 -1px;
}

.agree-box {
	height: 606px;
}

.agree-box .item {
	padding: 8px 40px;
	display: none;
	height: 100%;
	box-sizing: border-box;
}

.agree-box .item .item-box {
	display: flex;
	height: 100%;
}

.agree-box .item .item-box .item-box-left {
	width: 250px;
	margin-right: 50px;
	border-right: 1px solid #E1E5EA;
	height: 100%;
	font-size: 14px;
}

.agree-box .item .item-box .item-box-left li {
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

.agree-box .item .item-box .item-box-left li.on {
	color: #f32c2c;
}


.agree-box .item .item-box .flex-1 {
	flex: 1;
	overflow: scroll;
}

.agree-box .item .item-box .agree-pagination {
	margin-top: 20px;
	text-align: center;
}

.agree-box .item-box-right li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #E1E5EA;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.agree-box .item-box-right li .down {
	color: #0eaaf2;
	margin-right: 20px;
}

.inner-box {
	min-height: 500px;
	background: #ffffff;
	border: 1px solid #E1E5EA;
	border-top: none;
	padding: 0 100px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333333;
}

.inner-box h2 {
	text-align: center;
	padding: 70px 0 50px;
	font-size: 30px;
	color: #333333;
}

.inner-box h3 {
	font-size: 18px;
}

.inner-box p.innerli {
	text-indent: 36px;
	font-size: 18px;
	color: #333333;
}

.company {
	text-align: right;
	margin-top: 100px;
}

.company p {
	font-size: 18px;
	color: #333333;
}

.inner-inner h3 {
	text-align: center;
}

.pt20 {
	padding-top: 20px;
	font-weight: bold;
}

.inner-box b {
	font-weight: bold;
}

/*协议*/
.agm-content {
	padding: 50px 100px;
	width: 1200px;
	min-height: 500px;
	background: #fff;
	border: 1px solid #E1E5EA;
	margin: 50px auto;
	box-sizing: border-box;
	/* color: #666; */
	color: #000;
}

.agm-content h2 {
	text-align: center;
	margin: 0 auto 50px;
	padding: 0;
	font-size: 30px;
	color: #333;
}

.agm-content h3 {
	text-align: center;
	font-size: 18px;
	margin: 0 auto 20px;
	padding: 0;
	color: #444;
}

.agm-content h4 {
	font-size: 16px;
	text-indent: 2em;
	margin: 0 auto 10px;
	padding: 0;
	color: #444;
}

.agm-content strong {
	font-weight: bold;
}

.agm-content p {
	line-height: 1.6;
	margin-bottom: 10px;
	font-size: 14px;
	text-indent: 2em;
}

.agm-content p.colory {
	color: #f32c2c;
}

.agm-content p.noind {
	text-indent: 0;
}

.agm-content b {
	font-weight: bold;
}

.agm-content .font-b {
	font-weight: bold;
}

.agm-table {
	width: 100%;
	border-collapse: 
	collapse;
	margin:0 auto;
	font-weight: normal;
}
.agm-table th {
	text-align:center; 
	padding: 10px;
	border: solid 1px darkslategrey;
}
.agm-table td {
	padding: 10px;
	border: solid 1px darkslategrey;
}

.indent {
	text-indent: 2em;
}

.hr {
	margin: 50px 0;
}

.mb20 {
	margin-bottom: 20px;
}

.text-r {
	text-align: right;
}