﻿@charset "utf-8";
	@import "reset.css";
	.w1400 {
	width:1400px
}
/*@media(max-width:1440px) {
	.w1400 {
	width:1280px
}
}.header-wrap {
	height:72px
}
.fixed {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:8
}
ontent {
	min-width:1400px;
	margin:0 auto;
	padding-top:20px;
	position:relative
}
@media(max-width:1440px) {
	.header-content {
	min-width:1280px
}
}.header-simple {
	background:#f8faff;
	border-bottom:1px solid #eee
}
.header-simple .wrap1200 {
	width:1200px;
	padding:15px 0;
	margin:0 auto
}
.header-simple a.back {
	line-height:35px;
	color:#399eff
}

.oper {
	position:absolute;
	right:51px;
	top:20px
}
.oper li {
	float:left
}
.oper li>a {
	float:left;
	display:inline-block;
	margin-left:10px;
	border:1px solid #399eff;
	color:#399eff;
	border-radius:16px;
	-webkit-border-radius:16px;
	padding:0 15px;
	height:37px;
	line-height:37px
}
.oper li:hover>a,.oper li a.cur {
	color:#fff;
	box-shadow:0 0 10px 2px #c6e8fb;
	background:#519cff;
	background:linear-gradient(to right,#519cff 0,#bb71ff 100%);
	background:-webkit-linear-gradient(left,#519cff 0,#bb71ff 100%);
	background:-moz-linear-gradient(left,#519cff 0,#bb71ff 100%);
	background:-o-linear-gradient(left,#519cff 0,#bb71ff 100%);
	background:-ms-linear-gradient(left,#519cff 0,#bb71ff 100%)
}
.oper li .user-img {
	vertical-align:top;
	border-radius:50%;
	-webkit-border-radius:50%;
	width:38px;
	height:38px
}
.oper li .user-name {
	display:inline-block;
	vertical-align:top;
	line-height:38px;
	padding:0 10px 0 5px;
	white-space:nowrap;
	max-width:100px;
	overflow:hidden;
	text-overflow:ellipsis;
	cursor:pointer
}
.oper li .login-out-drop-menu {
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
	width:383px;
	right:-94px;
	padding-top:22px;
	position:absolute;
	top:31px;
	z-index:9;
	transition:.2s
}
.oper li .login-out-drop-menu .wrap {
	padding:0 0 12px 0;
	text-align:center;
	background:#fff;
	border-top:0;
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	box-shadow:0 5px 35px -3px rgba(50,50,50,0.2);
	-webkit-box-shadow:0 5px 35px -3px rgba(50,50,50,0.2)
}
.oper li.relative:hover .login-out-drop-menu {
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
	cursor:pointer
}
.oper li.relative>a {
	width:36px;
	height:36px;
	padding:0;
	text-align:center;
	font:bold 20px/34px "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-radius:50%;
	-webkit-border-radius:50%
}
.oper li.relative:hover>a {
	color:#fff;
	background:#399eff
}
.oper li.relative .contact-drop-menu {
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
	width:148px;
	padding-top:30px;
	position:absolute;
	z-index:9;
	right:-50px;
	top:33px;
	transition:.4s
}
.oper li:hover>.contact-drop-menu {
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible
}
.oper .contact-drop-menu .wrap {
	background:#fff;
	border:1px solid #fafafa;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 8px 1px #eee;
	box-shadow:0 10px 35px -3px rgba(50,50,50,0.2);
	-webkit-box-shadow:0 10px 35px -3px rgba(50,50,50,0.2)
}
.oper .contact-drop-menu .sj {
	display:block;
	width:0;
	height:0;
	position:absolute;
	top:22px;
	left:72px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:10px solid #fff;
	box-shadow:0 1px 10px -3px rgba(50,50,50,0.2)
}
.oper .contact-drop-menu .list {
	padding:15px
}
.oper .contact-drop-menu .list a {
	display:block;
	height:27px;
	line-height:27px;
	white-space:nowrap;
	margin-bottom:8px;
	transition:color .3s
}
.oper .contact-drop-menu .list a:hover {
	color:#399eff
}
.oper .contact-drop-menu .list>a.last {
	margin-bottom:0
}
.oper .contact-drop-menu .list i {
	display:inline-block;
	width:27px;
	height:27px;
	vertical-align:middle;
	margin-right:6px
}
.oper .contact-drop-menu .list .c0 {
	background:url("../images/help_c0.png") 0 0 no-repeat
}
.oper .contact-drop-menu .list .c1 {
	background:url("../images/sprite_index.png") 0 -195px no-repeat
}
.oper .contact-drop-menu .list .c2 {
	background:url("../images/sprite_index.png") -30px -194px no-repeat
}
.oper .contact-drop-menu .list .c3 {
	background:url("../images/sprite_index.png") -61px -195px no-repeat
}
.oper .contact-drop-menu .tel {
	padding:8px 4px;
	border-top:1px solid #ddd;
	text-align:center
}
.oper .contact-drop-menu .tel p:nth-child(1) {
	font-size:16px;
	font-weight:bold;
	color:#fe7050
}
.oper .contact-drop-menu .tel p:nth-child(2) {
	font-size:12px;
	color:#999
}
.login-out-drop-menu .wrap {
	font-size:12px
}
.login-out-drop-menu .wrap .l_bg {
	height:100px;
	width:100%;
	background:url("../images/kj-bg.png") 0 -195px repeat-y
}
.login-out-drop-menu .wrap .l_bg img {
	width:66px;
	height:66px;
	margin-top:18px;
	float:left;
	margin-left:20px;
	border-radius:50%
}
.login-out-drop-menu .wrap .l_bg .l_info {
	position:absolute;
	left:100px;
	top:44px
}
.login-out-drop-menu .wrap .l_bg .l_info div {
	text-align:left;
	color:#fff;
	line-height:1.5
}
.login-out-drop-menu .wrap .l_bg a.member_link {
	display:block;
	height:100%
}
.login-out-drop-menu .wrap .l_bg a.btn {
	position:absolute;
	top:64px;
	display:inline-block;
	padding:2px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.login-out-drop-menu .wrap .l_bg a.member {
	right:20px;
	background:#f6c356;
	color:#fff
}
.login-out-drop-menu .wrap .l_bg a.logout {
	right:100px;
	background:#FFF;
	color:#399eff
}
.login-out-drop-menu .wrap .hr {
	height:1px;
	margin-top:3px;
	margin-bottom:3px;
	background:#cec7c7
}
.login-out-drop-menu .wrap #xshouw {
	height:75px;
	margin-top:5px
}
.login-out-drop-menu .wrap #xshouw a {
	width:58px;
	height:80px;
	float:left;
	margin:10px 0 10px 30px;
	white-space:nowrap
}
.login-out-drop-menu .wrap #xshouw i {
	height:40px;
	width:40px;
	display:block;
	margin-left:8px
}
.login-out-drop-menu .wrap #xshouw .ico1 i {
	background:url(../images/kj-ioc.png) 0 0 no-repeat
}
.login-out-drop-menu .wrap #xshouw .ico2 i {
	background:url(../images/kj-ioc.png) -38px 0 no-repeat
}
.login-out-drop-menu .wrap #xshouw .ico3 i {
	background:url(../images/kj-ioc.png) -81px 0 no-repeat
}
.login-out-drop-menu .wrap #xshouw .ico4 i {
	background:url(../images/kj-ioc.png) -120px 0 no-repeat
}
.login-out-drop-menu .wrap #xshouw .ico1:hover i {
	background-position:-161px 0
}
.login-out-drop-menu .wrap #xshouw .ico2:hover i {
	background-position:-200px 0
}
.login-out-drop-menu .wrap #xshouw .ico3:hover i {
	background-position:-242px 0
}
.login-out-drop-menu .wrap #xshouw .ico4:hover i {
	background-position:-280px 0
}
.login-out-drop-menu .wrap #xlog_a {
	height:20px
}
.login-out-drop-menu .wrap #xlog_a a:first-child {
	float:left;
	margin-left:10px
}
.login-out-drop-menu .wrap #xlog_a a:last-child {
	float:right;
	margin-right:10px
}
.login-out-drop-menu .wrap #xlog_a a:hover {
	color:#399eff
}
.footer {
	background:#f8faff;
	color:#999a9d
}
.footer .f-top {
	padding:40px 0;
	border-top:1px solid #ecf0f6
}
.footer .wrap1100 {
	width:1100px;
	margin:0 auto
}
.footer a {
	color:#999a9d
}
.footer .go-link {
	width:40%
}
.footer .go-link span {
	display:inline-block;
	margin-right:17px;
	width:86px;
	margin-top:13px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.footer .go-link a:hover {
	color:#399eff
}
.footer .go-link b,.footer .contact-us b {
	font-size:16px;
	color:#333
}
.footer .contact-us {
	width:18%;
	margin:0 3% 0 0
}
.footer .contact-us p {
	margin-top:16px
}
.footer .contact-us p.first {
	margin-top:0
}
.footer .contact-us .tel {
	font-size:22px;
	color:#fbc366
}
.footer .service {
	width:16%
}
.footer .service p {
	margin:5px 0 10px 0
}
.footer .f-btm {
	text-align:center;
	padding:20px 0;
	border-top:1px solid #ecf0f6
}
.footer .f-btm .w148 {
	width:148px;
	height:48px
}
.footer .f-btm .nowrap {
	white-space:nowrap
}
.footer .f-btm a {
	margin:20px 8px
}
.footer .f-btm a.txt {
	display:inline-block;
	text-align:left;
	white-space:nowrap;
	position:relative;
	vertical-align:middle;
	padding:8px 8px 6px 48px;
	line-height:120%;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-border-radius:4px
}
.footer .f-btm a i {
	display:inline-block;
	position:absolute;
	left:10px;
	top:8px;
	width:30px;
	height:30px;
	vertical-align:middle;
	background:url("../images/sprite_index.png") no-repeat
}
.footer .f-btm span {
	margin:0 8px
}
.footer .f-btm .s1 {
	background-position:-262px -188px
}
.footer .f-btm .s2 {
	background-position:-290px -190px
}
.footer .f-btm .s3 {
	background-position:-200px -190px
}
.footer .f-btm .s4 {
	background-position:-230px -190px
}
.footer .f-btm .site-link a {
	margin:0
}
.footer .f-btm .site-link strong {
	font-weight:normal
}
.footer-simple {
	background:#f8faff;
	color:#999a9d;
	border-top:1px solid #ecf0f6
}
.footer-simple .tcenter {
	padding:18px 0
}
.footer-simple a {
	margin:0 8px;
	color:#999a9d
}
.footer-simple .btm {
	padding:13px 0
}*/
a.back-top {
	display:block;
	width:53px;
	height:79px;
	position:fixed;
	z-index:9;
	right:1.5%;
	bottom:3%;
	background:url("../images/back_top.png") 0 0 no-repeat;
	transition:.2s
}
a.back-top:hover {
	background-position:0 -79px
}
.right-bar {
	width:60px;
	position:fixed;
	right:0;
	bottom:10%;
	z-index:8;
	background:#fff;
	box-shadow:0 5px 35px -3px rgba(50,50,50,.2);
	border-radius:6px 0 0 6px
}
.right-bar li {
	height:60px;
	overflow:hidden;
	border-top:1px dashed #e6e6e6
}
.right-bar li a {
	text-align:center;
	display:block
}
.right-bar li i,.right-bar li span {
	display:block;
	height:60px;
	line-height:1.3
}
.right-bar li .online {
	position:absolute;
	right:-2px;
	top:-20px;
	width:80px;
	height:80px;
	background:#0085fe;
	border-radius:16px 0 0 16px;
	border:1px solid #fff;
	box-shadow:0 0 0 2px rgba(255,255,255,.8),0 3px 30px -3px rgba(0,133,254,.6)
}
.right-bar li .online span {
	color:#fff;
	height:24px
}
@keyframes kfmsg {
	0% {
	transform:scale(1,1)
}
50% {
	transform:scale(0.75,0.75)
}
100% {
	transform:scale(1,1)
}
}@-webkit-keyframes kfmsg {
	0% {
	transform:scale(1,1)
}
50% {
	transform:scale(0.75,0.75)
}
100% {
	transform:scale(1,1)
}
}@-moz-keyframes kfmsg {
	0% {
	transform:scale(1,1)
}
50% {
	transform:scale(0.75,0.75)
}
100% {
	transform:scale(1,1)
}
}@-o-keyframes kfmsg {
	0% {
	transform:scale(1,1)
}
50% {
	transform:scale(0.75,0.75)
}
100% {
	transform:scale(1,1)
}
}@-ms-keyframes kfmsg {
	0% {
	transform:scale(1,1)
}
50% {
	transform:scale(0.75,0.75)
}
100% {
	transform:scale(1,1)
}
}.right-bar li .msg {
	width:40px;
	height:40px;
	margin:10px auto 4px auto;
	background:url("../images/xiaoxi.png") center no-repeat;
	animation:kfmsg 2s linear infinite alternate
}
.right-bar li .wx {
	background:url("../images/weixin.png") center no-repeat
}
.right-bar li .fk {
	background:url("../images/bianji.png") center no-repeat
}
.right-bar li .top {
	background:url("../images/btop.png") center no-repeat
}
.right-bar li .hide-menu {
	transition:.3s;
	position:absolute;
	z-index:7;
	height:86px;
	width:260px;
	text-align:center;
	background:#fff;
	box-shadow:0 5px 35px -3px rgba(50,50,50,.2);
	border-radius:6px;
	box-sizing:border-box;
	right:-260px;
	top:-22px
}
.right-bar li .hide-menu .bt {
	margin-top:5px
}
.right-bar li .hide-menu .tel {
	font-size:16px;
	color:#ff5c38
}
.right-bar li .hide-menu .font12 {
	font-size:12px
}
.right-bar li .hide-menu2 {
	position:absolute;
	z-index:7;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
	right:-142px;
	top:64px;
	transition:.3s
}
.right-bar li .hide-menu2 img {
	width:140px;
	height:140px
}
.right-bar li .move-top {
	z-index:8;
	position:relative;
	transition:.3s
}
.right-bar li .move-top:hover {
	transform:translate3d(0,-48px,0)
}
.right-bar .move-left:hover .hide-menu {
	transform:translate3d(-342px,0,0)
}
.right-bar .move-left:hover .hide-menu2 {
	transform:translate3d(-204px,0,0)
}
.message-box-tip {
	width:auto;
	border:0;
	background:#fff;
	position:fixed;
	left:40%;
	top:28%;
	z-index:11;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0 0 20px 2px #666;
	-webkit-box-shadow:0 0 20px 2px #666
}
.message-box-tip .title {
	padding:6px 10px;
	background:#e4f2fb;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0
}
.message-box-tip .close-icon {
	display:inline-block;
	width:20px;
	height:20px;
	background:url("../images/sprite_index.png") -275px -93px no-repeat;
	cursor:pointer;
	transition:background .3s;
	position:absolute;
	top:8px;
	right:6px
}
.message-box-tip .close-icon:hover {
	background-position:-275px -115px
}
.message-box-tip .contents {
	padding:6%
}
.message-box-tip .contents .suc,.message-box-tip .contents .fail {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	margin:0 auto;
	text-indent:-999px;
	background:url("../images/mes-box-icon.png") no-repeat
}
.message-box-tip .contents .suc {
	background-position:0 0
}
.message-box-tip .contents .error {
	background-position:0 -81px
}
.message-box-tip .contents h3 {
	margin-bottom:15px
}
.message-box-tip .contents .btn {
	display:inline-block;
	margin:20px 5px;
	height:32px;
	line-height:32px;
	padding:0 20px
}
.message-box-tip .login-area {
	width:384px;
	margin-top:0
}
.mask-layout {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	background:#333;
	opacity:.5;
	filter:alpha(opacity=50)
}
.pager a {
	margin:0 5px;
	padding:3px 8px;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-border-radius:4px
}
.pager a:hover,.pager a.cur {
	background:#399eff;
	color:#fff
}
.pager a.cur {
	cursor:default
}
.colorf97373 {
	color:#f97373
}
.color399eff {
	color:#399eff
}
.color8e98a8 {
	color:#8e98a8
}
.color2dd488 {
	color:#2dd488
}
.color999 {
	color:#999
}
.colorff5c38 {
	color:#ff5c38
}
.font16 {
	font-size:16px
}
.font18 {
	font-size:18px
}
.font20 {
	font-size:20px
}
.font22 {
	font-size:22px
}
.font24 {
	font-size:24px
}
.font28 {
	font-size:28px
}
.font30 {
	font-size:30px
}
.chk {
	width:16px;
	height:16px;
	vertical-align:-3px
}
.get-code {
	display:inline-block;
	height:40px;
	vertical-align:middle;
	padding:0 12px;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	line-height:40px;
	background:#f97373;
	border-radius:5px
}
.get-code:hover {
	background:#fb8383
}
.sub-btn {
	height:45px;
	cursor:pointer;
	font-size:18px;
	font-weight:400;
	color:#fff;
	background:#399eff;
	background:linear-gradient(0deg,rgba(51,154,251,1) 0,rgba(53,174,253,1) 100%);
	-webkit-background:linear-gradient(0deg,rgba(51,154,251,1) 0,rgba(53,174,253,1) 100%);
	border-radius:5px;
	-webkit-border-radius:5px
}
.sub-btn:hover {
	background:#4fa7fb
}
.oper-btn-green {
	height:28px;
	line-height:28px;
	color:#fff;
	padding:0 5px;
	background:#2dd488;
	border-radius:4px;
	-webkit-border-radius:4px
}
.oper-btn-blue {
	height:28px;
	line-height:28px;
	color:#fff;
	padding:0 5px;
	background:#399eff;
	border-radius:4px;
	-webkit-border-radius:4px
}
.sub-btn.default,.get-code.default,.oper-btn-green.default,.oper-btn-blue.default {
	background:#eceef0;
	color:#ccc;
	cursor:default
}
input.error {
	border:1px solid #f97373!important;
	background:#fff2f2!important
}
select.error {
	border:1px solid #f97373!important;
	background:#fff2f2!important
}
.spead-login {
	position:fixed;
	left:38%;
	top:22%;
	z-index:11
}
.spead-login .login-area {
	margin-top:0;
	width:480px
}
.spead-login .close-icon {
	position:absolute;
	display:inline-block;
	right:-10px;
	top:-10px;
	width:28px;
	height:28px;
	border-radius:50%;
	z-index:3;
	background:#fff url("../images/sprite_index.png") -270px -89px no-repeat;
	cursor:pointer
}
.spead-login .close-icon:hover {
	background-position:-270px -111px
}
.join-step {
	padding:30px 0;
	color:#fff;
	background:#0aa8d1;
	background:linear-gradient(to right,#58b4fb 0,#56eda4 100%);
	background:-webkit-linear-gradient(left,#58b4fb 0,#56eda4 100%);
	background:-moz-linear-gradient(left,#58b4fb 0,#56eda4 100%);
	background:-o-linear-gradient(left,#58b4fb 0,#56eda4 100%);
	background:-ms-linear-gradient(left,#58b4fb 0,#56eda4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#58b4fb',endColorstr='#56eda4',GradientType=1)
}
.join-step ul {
	white-space:nowrap;
	text-align:center
}
.join-step li {
	display:inline-block;
	height:98px;
	position:relative;
	vertical-align:middle
}
.join-step li:nth-last-child(1) {
	margin:0
}
.join-step li.txt {
	text-align:center
}
.join-step li i {
	display:block;
	width:72px;
	height:72px;
	margin:0 auto;
	background:url("../images/sprite-card-step.png") no-repeat
}
.join-step li .s1 {
	background-position:0 0
}
.join-step li .s2 {
	background-position:0 -144px
}
.join-step li .s3 {
	background-position:0 -72px
}
.join-step li .s4 {
	background-position:0 -216px
}
.join-step li .s5 {
	background-position:0 -288px
}
.join-step li .s6 {
	background-position:0 -360px
}
.join-step li b {
	font-size:16px
}
.join-step li em {
	display:block;
	width:5px;
	height:5px;
	font-size:0;
	position:absolute;
	right:2px;
	top:43%;
	background:#FFF;
	border-radius:50%;
	-webkit-border-radius:50%
}
.join-step li .line {
	width:136px;
	margin-top:24px;
	position:relative;
	white-space:nowrap;
	overflow:hidden
}
.join-step li .line:before,.join-step li .line:after {
	content:"";
	width:20px;
	height:0;
	position:absolute;
	top:50%;
	border-top:1px dashed #FFF
}
.join-step li .line:before {
	left:0
}
.join-step li .line:after {
	right:3px
}
.join-step li.last {
	margin:0
}
.swiper-category {
	padding-top:50px;
	max-height:490px;
	overflow:hidden;
	background:#eff3f9
}
.swiper-category .w1400 {
	margin:0 auto
}
.swiper-category .tab-title {
	padding:70px 0 0 40px
}
.swiper-category .tab-title li {
	float:left;
	width:188px;
	text-align:center;
	padding:10px 34px;
	position:relative;
	border-right:1px solid #ddd
}
.swiper-category .tab-title li:nth-last-child(1) {
	border-right:0
}
.swiper-category .tab-title li a {
	display:block;
	width:100%;
	float:left;
	font-size:16px;
	line-height:20px;
	white-space:nowrap;
	overflow:hidden
}
.swiper-category .tab-title li i {
	display:inline-block;
	width:25px;
	height:22px;
	vertical-align:middle;
	margin-right:5px;
	background:url("../images/sprite_index.png") no-repeat
}
.swiper-category .tab-title li .s1 {
	background-position:-42px -25px
}
.swiper-category .tab-title li .s2 {
	background-position:9px -25px
}
.swiper-category .tab-title li .s3 {
	background-position:-127px -25px
}
.swiper-category .tab-title li .s4 {
	background-position:-15px -25px
}
.swiper-category .tab-title li .s5 {
	background-position:-66px -24px;
	vertical-align:-5px
}
.swiper-category .tab-title li .s6 {
	background-position:-97px -25px
}
.swiper-category .tab-title li .s7 {
	background-position:-286px -54px
}
.swiper-category .tab-title li .cover {
	position:absolute;
	top:-13px;
	cursor:pointer;
	left:13%;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	opacity:0;
	filter:alpha(opacity=0);
	visibility:hidden;
	transition:.3s
}
.swiper-category .tab-title li .cover img {
	width:140px;
	height:70px
}
.swiper-category .tab-title li:hover .cover,.swiper-category .tab-title li.hover .cover {
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible;
	transform:scale(1,1);
	-webkit-transform:scale(1,1)
}
@media(max-width:1440px) {
	.swiper-category .tab-title li {
	padding:10px 22px
}
.swiper-category .tab-title li .cover {
	left:12px
}
}.swiper-category .swiper-container {
	margin:30px 0 0 0;
	width:100%;
	height:360px
}
.swiper-category .swiper-container .pagination {
	width:100%;
	height:6px;
	position:absolute;
	z-index:20;
	left:0;
	bottom:6%;
	text-align:center;
	line-height:0
}
.swiper-category .swiper-container .swiper-pagination-switch {
	display:inline-block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#d3ddeb;
	margin:0 3px 0 5px;
	cursor:pointer
}
.swiper-category .swiper-container .swiper-active-switch {
	background:#40c4ff
}
.swiper-category .swiper-container .arrow-left,.swiper-category .swiper-container .arrow-right {
	width:17px;
	height:30px;
	position:absolute;
	top:42%;
	transition:.3s;
	background:url("../images/arrows.png") 0 0 no-repeat
}
.swiper-category .swiper-container .arrow-left {
	left:3px;
	background-position:-17px 0;
	z-index:100
}
.swiper-category .swiper-container .arrow-right {
	right:3px;
	background-position:-17px -30px;
	z-index:100
}
.swiper-category .swiper-container .arrow-left:hover,.swiper-category .swiper-container .arrow-right:hover {
	transform:scale(1.25,1.25)
}
.swiper-category .swiper-slide {
	width:100%;
	text-align:center
}
.swiper-category .swiper-slide-inner {
	width:13.6%;
	display:inline-block;
	margin:20px 1.3%;
	padding:20px 1.8%;
	background:#fff;
	text-align:center;
	transition:.3s;
	box-shadow:0 0 6px 4px rgba(238,238,238,0.9);
	border-radius:8px;
	-webkit-border-radius:8px
}
.swiper-category .swiper-slide-inner .img {
	display:block;
	width:130px;
	height:130px;
	margin:0 auto;
	border:1px solid #ddd;
	border-radius:50%
}
.swiper-category .swiper-slide-inner .img img {
	margin:47px auto;
	height:36px;
	max-width:108px
}
.swiper-category .swiper-slide-inner p {
	padding-top:15px
}
.swiper-category .swiper-slide-inner p a {
	display:block;
	max-width:100%;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:800
}
.swiper-category .swiper-slide-inner p a:hover {
	color:#399eff
}
.swiper-category .swiper-slide-inner .txt {
	padding-top:0;
	color:#ff5c38;
	white-space:nowrap;
	overflow:hidden
}
.swiper-category .swiper-slide-inner .btn {
	display:block;
	width:120px;
	margin:20px auto 0 auto;
	color:#888;
	line-height:240%;
	border:1px solid #ddd;
	border-radius:16px;
	-webkit-border-radius:16px
}
.swiper-category .swiper-slide-inner .btn:hover {
	background:#399eff;
	color:#fff
}
@media(max-width:1440px) {
	.swiper-category .swiper-container {
	height:330px
}
.swiper-category .swiper-slide-inner .img {
	width:118px;
	height:118px
}
.swiper-category .swiper-slide-inner .img img {
	margin:41px auto
}
.swiper-category .swiper-slide-inner p {
	padding-top:8px
}
.swiper-category .swiper-slide-inner .btn {
	margin-top:10px
}
}.foot-faq {
	background:#fff
}
.foot-faq .w1400 {
	margin:0 auto;
	padding-bottom:60px
}
.foot-faq .title {
	padding-top:74px;
	text-align:center
}
.foot-faq .title h3 {
	font-size:30px;
	line-height:160%;
	letter-spacing:2px;
	background:url("../images/img9.png") center no-repeat
}
.foot-faq .title b {
	color:#399eff
}
.foot-faq .tab-links {
	text-align:center;
	margin:30px 0;
	color:#bbb;
	white-space:nowrap
}
.foot-faq .tab-links a {
	display:inline-block;
	padding:2px 8px 4px 8px;
	margin:0 15px
}
.foot-faq .tab-links i {
	display:inline-block;
	width:18px;
	height:18px;
	vertical-align:middle;
	margin-right:3px;
	background:url("../images/sprite_index.png") no-repeat
}
.foot-faq .tab-links a:hover {
	background:#666;
	border-radius:16px;
	color:#fff
}
.foot-faq .tab-links .s1 {
	background-position:-19px 0
}
.foot-faq .tab-links .s2 {
	background-position:-43px -1px
}
.foot-faq .tab-links .s3 {
	background-position:-68px 0
}
.foot-faq .tab-links .s4 {
	background-position:-90px 0
}
.foot-faq .tab-links .s5 {
	background-position:-112px 0
}
.foot-faq .tab-links .s6 {
	background-position:-138px 0
}
.foot-faq .item {
	float:left;
	width:50%;
	padding:0 5%;
	margin:2.5% 0
}
.foot-faq .item h5 {
	font-size:16px;
	margin-bottom:20px;
	white-space:nowrap
}
.wxtxt {
	text-indent:13px
}
.gzh-img {
	margin-top:-5px;
	width:170px;
	height:170px
}
.zxkf-mag {
	margin-left:4%
}
.treaty-div {
	line-height:28px;
	color:#333;
	font-size:18px;
	font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif
}
.treaty-div p {
	padding:0;
	vertical-align:baseline;
	margin-bottom:10px;
	letter-spacing:2px
}
.treaty-div span.tr_ju {
	padding-right:10px
}
.treaty-div span.tr_ju0 {
	padding-right:10px;
	font-weight:bold
}
.treaty-div span.tr_ju2 {
	font-weight:bold
}
.treaty-div span.tr_ju3 {
	font-weight:bold;
	text-decoration:underline
}
.treaty-div span.tr_ju4 {
	font-weight:bold;
	text-decoration:underline;
	color:#ff5c38
}
.treaty-div .indent {
	text-indent:44px
}
.treaty-div .indent2 {
	text-indent:88px
}
.treaty-div b.treatr_b {
	color:#008400;
	font-weight:400
}
.treaty-div b.treatr_b2 {
	text-decoration:underline
}
.treaty-div .under {
	text-decoration:underline
}
.telent_div {
	text-align:center;
	padding:15px
}
.telent_div img {
	width:50%
}
.telent_div h2 {
	color:#333;
	font-size:24px;
	margin:15px 0
}
.telent_div .bind-tel-area {
	text-align:left;
	padding:20px 76px 10px 76px
}
.telent_div .bind-tel-area .input {
	border:1px solid #dee3e8;
	width:96%;
	height:40px;
	vertical-align:middle;
	padding:0 2%;
	font-size:16px;
	line-height:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	background:linear-gradient(0deg,rgba(250,250,250,1) 0,rgba(254,254,254,1) 100%);
	-webkit-background:linear-gradient(0deg,rgba(250,250,250,1) 0,rgba(254,254,254,1) 100%);
	transition:box-shadow .3s
}
.telent_div .bind-tel-area .input:focus {
	box-shadow:0 0 4px 2px #399eff
}
.telent_div .bind-tel-area .get-code {
	margin-left:8px
}
.telent_div .bind-tel-area .sub-btn {
	width:100%
}
.cur-pos {
	padding-bottom:10px;
	border-bottom:1px solid #eaeff4
}
.cur-pos a,.cur-pos span {
	margin:0 3px
}
.cur-pos a:hover {
	color:#399eff
}
.authent_div {
	text-align:center;
	padding:20px;
	display:none
}
.authent_div h2 {
	color:#333;
	font-size:20px;
	margin:15px 0
}
.authent_div .red {
	color:#f40
}
.authent_div div {
	color:#6e768e;
	font-size:16px
}
.authent_div a {
	background:#399eff;
	border-radius:6px;
	width:160px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:14px;
	margin:20px 10px 0 10px;
	display:inline-block;
	font-weight:bold
}
.authent_div a:hover {
	color:#fff
}
.authent_div .authbefore .tips {
	font-size:12px;
	margin-top:12px
}
.authent_div .authbefore .indent1 {
	text-indent:-70px
}
.authent_div .authbefore .indent2 {
	text-indent:-10px
}
.authent_div .authbefore input {
	width:75%;
	padding:5px;
	border:1px solid #ddd;
	margin:5px 0
}
.authent_div .authbefore input:focus {
	border-color:#399eff
}
.authent_div .authSuced {
	width:90%;
	margin:18px auto;
	padding:10px 0;
	text-align:left;
	border:1px dashed #adceff;
	background:#f5f9ff;
	border-radius:6px;
	line-height:30px
}
.authent_div .authSuced .label {
	display:inline-block;
	width:40%;
	text-align:right;
	padding-right:5px;
	color:#999
}
.member-details-AuthWindow {
	border-radius:10px!important
}
.member-details-AuthWindow .layui-layer-title {
	border-top-left-radius:10px!important;
	border-top-right-radius:10px!important
}
.xlink {
	white-space:nowrap;
	word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:800px;
	display:inline-block;
	height:20px
}
.zfbcard {
	margin:0 auto;
	text-align:center
}
.zfbcard .zfb-h {
	margin:12px 0;
	font-size:16px
}
.zfbcard .zfb-h strong:last-child {
	margin-left:5px
}
.zfbcard .colorf97373 .cont {
	padding:6px 10px;
	border:1px solid #fdd5d5;
	background:#fef1f1;
	margin:15px 0 15px 0
}
.zfbcard .zfb-mg {
	margin-top:5px
}
.zfbcard .zfb-mg div:first-child {
	float:left;
	background:url(../images/card-sl.png) 0 -870px no-repeat;
	width:200px;
	height:170px;
	margin-left:45px
}
.zfbcard .zfb-mg div:last-child {
	float:left;
	margin-top:9px
}
.zfbcard .zfb-fh {
	font-size:14px;
	margin:20px 0
}
.zfbcard .zfb-fh i {
	background:url(../images/card-sl.png) -50px -1050px no-repeat;
	width:30px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	margin-top:-3px
}
.zfbcard .zfb-fh strong {
	margin-left:10px
}
.sbalert div {
	padding:5px 10px;
	margin:5px 0;
	font-size:16px;
	background:#f3f5f9
}
.sbalert p {
	padding-bottom:10px
}
.sbalert p span:first-child {
	margin-left:20px;
	float:left
}
.sbalert p span:last-child {
	float:left;
	margin-right:20px;
	max-width:200px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
