ul li {
	list-style: none;
}

.banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background: #333 !important;
}

.banner-help {
	background: none !important;
}

.banner .help-header .back-home span {
	color: #FFF;
}

.banner .help-header .nav-menu-icon i {
	color: #FFF;
}

.banner .help-header .drop-menu {
	background-color: rgba(0, 0, 0, 0.5);
}

.banner .help-header .drop-menu a {
	color: #FFF;
}

.banner .help-header .drop-menu a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.banner .help-header .nav-menu>span {
	color: #FFF;
}

.banner .help-header .download-menu {
	background-color: rgba(0, 0, 0, 0.6);
}

.banner .help-header .download-menu li a {
	color: #FFF;
}

.banner .help-header .download-menu li:hover {
	background: rgba(255, 255, 255, 0.2);
}

.banner .help-header .header-user a {
	color: #FFF;
}

.banner .help-header .header-user .user-btn {
	color: #E13E3F;
}

.banner .help-header .header-user .sub-menu {
	background-color: rgba(0, 0, 0, 0.5);
}

.banner .help-header .header-user .sub-menu li:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.banner .help-header .header-user .user-btn:hover {
	background: #FF5476;
	color: #FFF;
	border-color: #FF5476;
}

.index_f1 {
	position: relative;
	overflow: hidden;
	height: 673px;
}

@media (max-width: 999px) {
	.index_f1 {
		height: 525px;
	}
}

@media (max-width: 767px) {
	.index_f1 {
		height: 420px;
	}
}

.index_f1 .pic {
	position: absolute;
	z-index: -1;
	left: 50%;
	width: 1920px;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 999px) {
	.index_f1 .pic {
		width: 1500px;
	}
}

@media (max-width: 767px) {
	.index_f1 .pic {
		width: 1200px;
	}
}

.index_f1 .pic img {
	display: block;
	width: 100%;
}

.index_f1 h1 {
	font-size: 48px;
	color: #FFF;
	line-height: 64px;
	text-align: center;
	font-weight: normal;
}

@media (max-width: 999px) {
	.index_f1 h1 {
		font-size: 38px;
		line-height: 48px;
	}
}

@media (max-width: 767px) {
	.index_f1 h1 {
		font-size: 30px;
		line-height: 40px;
	}
}

.index_f1 .sort {
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: 2px;
	height: 18px;
	background: #CCC;
}

.index_f1 .sort a {
	color: #FFF;
	display: block;
	position: absolute;
	padding-bottom: 5px;
	line-height: 28px;
	top: -5px;
	left: 32px;
	white-space: nowrap;
	background-size: 0 2px;
}

.index_f1 .sort a:first-child {
	right: 32px;
	left: auto;
}

.index_f1 .sort a.on {
	color: #E13E3F;
	font-weight: bold;
	background-size: 58px 2px;
}

.index_f1 .search {
	width: 80%;
	max-width: 800px;
	margin: 37px auto 74px auto;
	border-radius: 4px;
	background: #FFF;
	padding: 0 90px 0 24px;
	position: relative;
}

@media (max-width: 999px) {
	.index_f1 .search {
		width: 70%;
		margin: 30px auto 70px auto;
	}
}

@media (max-width: 767px) {
	.index_f1 .search {
		width: 80%;
		margin: 20px auto 30px auto;
		padding-right: 50px;
		padding-left: 20px;
	}
}

.index_f1 .search:before {
	content: "";
	width: 2px;
	height: 16px;
	display: none;
	top: 50%;
	margin-top: -8px;
	position: absolute;
	background: #E13E3F;
	left: 24px;
}

@media (max-width: 767px) {
	.index_f1 .search:before {
		left: 15px;
	}
}

.index_f1 .search .search-text {
	font-size: 14px;
	color: #000;
	width: 100%;
	line-height: 20px;
	display: block;
	padding: 18px 0;
	caret-color: #E13E3F;
}

@media (max-width: 767px) {
	.index_f1 .search .search-text {
		padding: 13px 0;
	}
}

.index_f1 .search .search-text::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999 !important;
	text-indent: 6px;
	font-size: inherit;
}

.index_f1 .search .search-text:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
	text-indent: 6px;
	font-size: inherit;
}

.index_f1 .search .search-text::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
	text-indent: 6px;
	font-size: inherit;
}

.index_f1 .search .search-text:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999 !important;
	text-indent: 6px;
	font-size: inherit;
}

.index_f1 .search .search-Btn {
	display: block;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
	width: 56px;
	color: #222;
	background: transparent;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 767px) {
	.index_f1 .search .search-Btn {
		width: 40px;
	}
}

.index_f1 .search .search-Btn:hover {
	background: #E13E3F;
	color: #FFF;
	width: 90px;
}

@media (max-width: 767px) {
	.index_f1 .search .search-Btn:hover {
		width: 40px;
	}
}

.index_f1 .sort_menu {
	padding-top: 40px;
	max-width: 768px;
	overflow: hidden;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.index_f1 .sort_menu {
		padding: 0 10px;
	}
}

.index_f1 .sort_menu li {
	width: 50%;
	float: left;
	text-align: center;
}

.index_f1 .sort_menu li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.index_f1 .sort_menu li a div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 56px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: 0 auto;
	background-color: transparent;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 767px) {
	.index_f1 .sort_menu li a div {
		background-size: 60px;
	}
}

.index_f1 .sort_menu li a .icon1 {
	background: url(../img/icon1.png);
}

.index_f1 .sort_menu li a:hover .icon1 {
	background-image: url(../img/icon1-1.png);
}

.index_f1 .sort_menu li a .icon2 {
	background-image: url(../img/icon2.png);
}

.index_f1 .sort_menu li a:hover .icon2 {
	background-image: url(../img/icon2-1.png);
}

.index_f1 .sort_menu li a .icon3 {
	background-image: url(../img/icon3.png);
}

.index_f1 .sort_menu li a:hover .icon3 {
	background-image: url(../img/icon3-1.png);
}

.index_f1 .sort_menu li a span {
	display: block;
	color: #FFF;
	font-size: 18px;
	line-height: 21px;
	margin-top: 10px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 767px) {
	.index_f1 .sort_menu li a span {
		font-size: 15px;
		margin-top: 5px;
	}
}

.index_f1 .sort_menu li a:hover span {
	color: #E13E3F;
}

.index {
	padding: 40px 0 80px;
	position: relative;
}

@media (max-width: 1100px) {
	.index {
		padding: 80px 0 60px;
	}
}

@media (max-width: 999px) {
	.index {
		padding: 40px 0 40px;
	}
}

@media (max-width: 767px) {
	.index {
		padding: 40px 0 25px;
	}
}

.index .index-title {
	position: relative;
	font-size: 24px;
	width: 56px;
	color: #222;
	margin: 0 auto;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.index .index-title {
		width: 40px;
		font-size: 18px;
		line-height: 40px;
	}
}

.index .index-title span {
	display: block;
	position: absolute;
	right: 72px;
	top: 0;
	color: #E13E3F;
}

@media (max-width: 767px) {
	.index .index-title span {
		top: -28px;
		right: 50px;
	}
}

.index .index-title i {
	display: block;
	font-style: normal;
	position: absolute;
	margin-bottom: 60px;
	line-height: 48px;
	top: 0;
}

@media (max-width: 767px) {
	.index .index-title i {
		margin-top: -27px;
	}
}

.index .index-title img {
	display: block;
	margin: 0 auto;
	width: 48px;
	height: 48px;
}

@media (max-width: 767px) {
	.index .index-title img {
		width: 48px;
		height: 48px;
	}
}

.index .more {
	display: block;
	width: 220px;
	font-weight: bold;
	border: 2px solid #e13e3f;
	border-radius: 40px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	color: #e13e3f;
	margin: 0 auto;
}

.index .more:hover {
	background: #e13e3f;
	color: #FFF;
}

@media (max-width: 999px) {
	.index .more {
		width: 160px;
		line-height: 40px;
	}
}

.index_f2 ul {
	max-width: 1185px;
	overflow: hidden;
	margin: 0 auto;
	padding: 37px 17.5px 49px;
}

@media (max-width: 999px) {
	.index_f2 ul {
		padding: 40px 10px 30px;
	}
}

.index_f2 ul li {
	width: 33.33%;
	float: left;
	padding: 27px 12.5px 0;
}

@media (max-width: 767px) {
	.index_f2 ul li {
		width: 50%;
		padding: 15px 10px 0;
	}
}

.index_f2 ul li a {
	display: block;
}

.index_f2 ul li a .pic {
	height: 202px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	overflow: hidden;
}

@media (max-width: 999px) {
	.index_f2 ul li a .pic {
		height: 150px;
	}
}

@media (max-width: 767px) {
	.index_f2 ul li a .pic {
		height: 120px;
	}
}

.index_f2 ul li a .pic i {
	display: block;
	text-align: center;
	line-height: 48px;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	color: #FFF;
	width: 50px;
	height: 50px;
	border: 0px solid #FFF;
	border-radius: 100%;
	z-index: 3;
	opacity: 0;
	padding-left: 5px;
	filter: alpha(opacity=0);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 767px) {
	.index_f2 ul li a .pic i {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
		line-height: 38px;
		font-size: 14px;
		padding-left: 5px;
	}
}

.index_f2 ul li a .pic::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	-ms-filter: alpha(opacity=0);
	position: absolute;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	opacity: 0;
	z-index: 2;
	filter: alpha(opacity=0);
}

.index_f2 ul li a:hover .pic i {
	opacity: 100;
	opacity: 0 \9 ;/*所有ie*/
	filter: alpha(opacity=100);
}

.index_f2 ul li a:hover .pic:before {
	opacity: 100;
	opacity: 0 \9 ;/*所有ie*/
	filter: alpha(opacity=100);
}

.index_f2 ul li a p {
	font-size: 14px;
	margin-top: 14px;
	color: #222;
	line-height: 25px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 767px) {
	.index_f2 ul li a p {
		font-size: 14px;
		margin-top: 8px;
		line-height: 21px;
		height: 42px;
	}
}

.index_f3 .title {
	text-align: center;
	margin-top: 59px;
}

@media (max-width: 999px) {
	.index_f3 .title {
		margin-top: 30px;
	}
}

.index_f3 .title span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	font-size: 16px;
	color: #999;
	line-height: 21px;
	position: relative;
	margin: 0 21px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.index_f3 .title span:before {
	content: "";
	width: 2px;
	height: 18px;
	top: 50%;
	margin-top: -9px;
	left: -23px;
	position: absolute;
	background: #CCC;
}

.index_f3 .title span:first-child:before {
	display: none;
}

.index_f3 .title span.on,
.index_f3 .title span:hover {
	color: #222;
}

.index_f3 .index3 {
	max-width: 1118px;
	margin: 0 auto;
}

.index_f3 .index3 ul {
	overflow: hidden;
	padding: 32px 9px 80px 9px;
}

@media (max-width: 999px) {
	.index_f3 .index3 ul {
		padding-bottom: 35px;
	}
}

@media (max-width: 767px) {
	.index_f3 .index3 ul {
		padding-top: 10px;
	}
}

.index_f3 .index3 ul.on {
	display: block;
}

.index_f3 .index3 ul li {
	width: 50%;
	padding: 32px 9px 0;
	float: left;
}

@media (max-width: 767px) {
	.index_f3 .index3 ul li {
		width: 100%;
		padding: 15px 10px 0;
	}
}

.index_f3 .index3 ul li a {
	display: block;
	border: 1px solid #eee;
	border-radius: 6px;
	background: #FFF;
	height: 160px;
	padding: 24px 24px 0 24px;
}

@media (max-width: 767px) {
	.index_f3 .index3 ul li a {
		padding: 15px 10px 15px 15px;
		height: auto;
	}
}

.index_f3 .index3 ul li a span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	line-height: 21px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index_f3 .index3 ul li a p {
	color: #999;
	margin-top: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-ms-flex-direction: row; 
    -o-box-orient: horizontal;
}

@media (max-width: 767px) {
	.index_f3 .index3 ul li a p {
		-webkit-line-clamp: 3;
		margin-top: 10px;
	}
}

.index_f3 .index3 ul li a:hover {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.index_f4 {
	max-width: 1160px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 767px) {
	.index_f4 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.index_f4 .more {
	margin-top: 80px;
}

.index_f4 .index4 {
	margin: 40px 0 0;
	display: block;
	border: 1px solid #eee;
	padding: 0 455px 0 0;
	height: 344px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

@media (max-width: 999px) {
	.index_f4 .index4 {
		margin: 30px 0 35px;
		height: 280px;
	}
}

@media (max-width: 767px) {
	.index_f4 .index4 {
		height: auto;
		margin-top: 25px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.index_f4 .index4 {
		height: auto;
		margin-top: 25px;
		padding: 0;
	}
}

.index_f4 .index4 .pic {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_f4 .index4 .pic img {
	display: none;
}

@media (max-width: 767px) {
	.index_f4 .index4 .pic {
		background: none;
	}
	.index_f4 .index4 .pic img {
		display: block;
		width: 100%;
	}
}

.index_f4 .index4 .con {
	position: absolute;
	width: 391px;
	right: 32px;
	top: 40px;
}

@media (max-width: 999px) {
	.index_f4 .index4 .con {
		top: 20px;
	}
}

@media (max-width: 767px) {
	.index_f4 .index4 .con {
		position: relative;
		top: auto;
		width: auto;
		right: auto;
		padding: 15px;
	}
}

.index_f4 .index4 .con span {
	display: block;
	font-size: 24px;
	color: #222;
	line-height: 33px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 66px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.index_f4 .index4 .con span {
		font-size: 18px;
		line-height: 26px;
		height: auto;
	}
}

.index_f4 .index4 .con p {
	color: #999;
	line-height: 24px;
	margin: 16px 0 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	height: 120px;
	overflow: hidden;
}

@media (max-width: 999px) {
	.index_f4 .index4 .con p {
		margin: 10px 0 20px;
	}
}

@media (max-width: 767px) {
	.index_f4 .index4 .con p {
		height: auto;
		margin: 10px 0 10px;
	}
}

.index_f4 .index4 .con i {
	display: block;
	color: #E13E3F;
	line-height: 19px;
	font-style: normal;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.index_f4 .index4 .con i:hover {
	text-decoration: underline;
}

.index_f4 .index4:hover {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.09);
	border-color: transparent;
}

.index_f5 ul {
	max-width: 1185px;
	overflow: hidden;
	margin: 0 auto;
	padding: 37px 17.5px 49px;
}


@media (max-width: 767px) {
	.index_f5 ul {
		padding: 10px 10px 20px;
	}
}

.index_f5 ul li {
	width: 33.33%;
	float: left;
	padding: 27px 12.5px 0;
}

@media (max-width: 767px) {
	.index_f5 ul li {
		width: 50%;
		padding: 15px 10px 0;
	}
}

.index_f5 ul li a {
	display: block;
}

.index_f5 ul li a .pic {
	height: 202px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	overflow: hidden;
}

@media (max-width: 999px) {
	.index_f5 ul li a .pic {
		height: 130px;
	}
}

.index_f5 ul li a p {
	font-size: 14px;
	margin-top: 19px;
	color: #222;
	line-height: 25px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 767px) {
	.index_f5 ul li a p {
		font-size: 14px;
		margin-top: 10px;
		line-height: 22px;
		height: 44px;
	}
}

.index_f5 ul li a:hover .pic {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.index_f6 {
	background: #E13E3F;
	padding: 120px 0;
	text-align: center;
}

@media (max-width: 1100px) {
	.index_f6 {
		padding: 100px 0;
	}
}

@media (max-width: 999px) {
	.index_f6 {
		padding: 70px 0;
	}
}

@media (max-width: 767px) {
	.index_f6 {
		padding: 50px 0;
	}
}

.index_f6 p {
	font-size: 40px;
	color: #FFF;
	letter-spacing: 3px;
	line-height: 80px;
	max-width: 1160px;
	padding: 0 30px;
	margin: 0 auto;
}

.index_f6 p.last {
	font-size: 30px;
	letter-spacing: 0;
}

@media (max-width: 1100px) {
	.index_f6 p {
		font-size: 38px;
		line-height: 70px;
	}
}

@media (max-width: 999px) {
	.index_f6 p {
		font-size: 30px;
		line-height: 60px;
	}
	.index_f6 p.last {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.index_f6 p {
		font-size: 22px;
		line-height: 40px;
	}
	.index_f6 p.last {
		font-size: 14px;
	}
}

.index_f6 a {
	display: block;
	width: 220px;
	line-height: 60px;
	border: 1px solid #FFF;
	color: #E13E3F;
	opacity: 1;
	background: #FFF;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.08);
	margin: 40px auto 0 auto;
	border-radius: 46px;
	font-size: 18px;
}

@media (max-width: 1100px) {
	.index_f6 a {
		width: 200px;
		line-height: 58px;
	}
}

@media (max-width: 999px) {
	.index_f6 a {
		width: 180px;
		line-height: 50px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.index_f6 a {
		width: 160px;
		line-height: 40px;
		margin-top: 20px;
		font-size: 14px;
	}
}

.book-tt-img {
	border-bottom: 1px solid #999;
	margin-top: -40px;
	margin-left: -25px;
}

.index_f3 .index4 ul,
.index_f3 .index4 ul li {
	padding: 8px 0;
	width: 100%;
}

.index_f3 .index4 ul li a {
	height: 100%;
	padding-bottom: 20px;
}

.index_f3 .index4 ul li a p {
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 100;
	overflow: hidden;
	height: 100%;
}
.appVer {
	display: block;
	text-align: center !important;
	margin-bottom: 0 !important;
}


	