html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
	display: block
}

*[hidden] {
	display: none
}

body {
	line-height: 1
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

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

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video,textarea,input {
	font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif
}

textarea {
	resize: none
}

a {
	text-decoration: none
}

.flr {
	float: right
}

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

.clearfix {
	zoom: 1
}

.bold,.bold-tel {
	font-weight: bold
}

.pt14 {
	padding-top: 14px
}

.mr18 {
	margin-right: 18px
}

.mt30 {
	margin-top: 30px
}

.ky-button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #BEB4CF;
	color: _palette(purple);
	background: transparent;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 21px 0;
	width: 180px;
	font-size: 16px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.ky-button:hover {
	border-color: #4F2168;
	color: #fff
}

.ky-button:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	background: #4F2168;
	z-index: -1;
	transition: all linear .2s
}

.ky-button:hover:after {
	right: 0
}

.ky-button--primary {
	border: 1px solid #643789;
	border-color: #643789;
	background-color: #643789;
	color: #fff
}

.ky-button--plain {
	border: 1px solid #643789;
	border-color: #643789;
	color: #643789
}

.ky-button--white {
	border: 1px solid #fff;
	color: #fff
}

.ky-button--white:after {
	background: #fff
}

.ky-button--white:hover {
	color: #643789;
	border-color: #fff
}

.ky-header {
	font-size: 16px;
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0px 20px 0 rgba(77,49,124,0.1)
}

.ky-header-inner {
	width: 1180px;
	margin: 0 auto
}

.ky-header-h1 {
	display: inline-block;
	width: 165px;
	height: 41px;
	margin-top: 20px;
	background: url(../../src/assets/image/logo/logo-purple.svg) no-repeat
}

.ky-header a {
	color: #333333;
	text-decoration: none
}

.ky-header .header-nav {
	vertical-align: top;
	display: inline-block;
	margin-left: 30px
}

.ky-header .header-nav .el-popover {
	padding: 0
}

.ky-header .header-nav .header-nav-a {
	height: 80px;
	line-height: 80px;
	display: inline-block;
	position: relative
}

.ky-header .header-nav-item {
	float: left;
	padding: 0 16px;
	position: relative;
	list-style: none
}

.ky-header .header-nav-item:hover .pop-content {
	display: block
}

.ky-header .header-nav-item .header-nav-a:hover {
	color: #FFBB33
}

.ky-header .header-nav-item.active .header-nav-a {
	color: #FFBB33;
	position: relative
}

.ky-header .header-nav-item.active .header-nav-a::after {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	bottom: 18px;
	border-bottom: 2px solid #FFBB33
}

.ky-header .header-nav-a {
	cursor: default
}

.ky-header .header-nav-a[href] {
	cursor: pointer
}

.ky-header .header-nav-a.current::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.ky-header .header-nav .nav-item a {
	color: #666;
	cursor: pointer
}

.ky-header .header-nav .nav-item a.active {
	color: #FFBB33
}

.ky-header .header-nav .nav-item:hover a {
	color: #FFBB33
}

.ky-header .pop-content {
	display: none;
	position: absolute;
	left: -50px;
	top: 45px;
	z-index: 10;
	color: #999999;
	font-size: 14px;
	padding-top: 15px
}

.ky-header .pop-content-inner {
	position: relative;
	overflow: hidden;
	padding: 30px 0 0 0;
	margin-bottom: 30px
}

.ky-header .pop-content.col3 {
	width: 657px
}

.ky-header .pop-content.col2 {
	width: 438px
}

.ky-header .pop-content.col1 {
	width: 219px
}

.ky-header .pop-content-col {
	float: left;
	width: 218px;
	box-sizing: border-box
}

.ky-header .pop-content-col:last-child::after {
	border-right: none
}

.ky-header .pop-content-col li {
	padding: 20px 0 0 70px
}

.ky-header .pop-content-col-title {
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
	padding-left: 70px;
	position: relative
}

.ky-header .pop-content-col-title .iconfont {
	position: absolute;
	left: 40px;
	top: -2px;
	font-size: 20px;
	color: #643789
}

.ky-header .pop-content-line {
	position: absolute;
	top: 46px;
	height: 100%;
	display: inline-block;
	border-right: solid 1px #e9e8e8
}

.ky-header .header-feature {
	float: right;
	margin-top: 30px
}

.ky-header .header-feature a:hover {
	color: #FFBB33
}

.ky-header .header-feature li {
	float: left
}

.ky-header .header-feature li:last-child {
	margin-right: 0
}

.ky-header .header-feature-line {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	top: 0px;
	width: 1px;
	height: 12px
}

.ky-header .tel-icon {
	margin-right: 28px;
	position: relative;
	top: -4px
}

.ky-header .tel-icon .iconfont {
	font-size: 30px
}

.ky-header .user-state {
	margin-right: 25px;
	display: none
}

.ky-header .user-state a {
	cursor: pointer
}

.ky-header .user-state .show {
	display: block
}

.ky-header .language {
	width: 26px;
	height: 26px;
	color: #333333;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	background-color: rgba(116,17,166,0.05);
	position: relative;
	top: -5px;
	cursor: pointer
}

.ky-header .icon-phone1 {
	color: #643789
}

.ky-header .header-feature-line {
	border-left: solid 1px #333333
}

.ky-header .old-version {
	margin-right: 25px
}

.popper {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1)
}

.popper__arrow {
	position: absolute;
	display: block;
	top: 9px;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	filter: drop-shadow(0 2px 12px rgba(0,0,0,0.03));
	margin-right: 3px;
	border-top-width: 0;
	border-bottom-color: #ebeef5
}

.popper__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: " ";
	border-width: 6px;
	top: 2px;
	margin-left: -6px;
	border-top-width: 0;
	border-bottom-color: #fff
}

footer.ky-footer {
	width: 100%;
	padding-bottom: 70px;
	overflow: hidden;
	background-color: #3a3249
}

footer.ky-footer .footer-inner {
	width: 1180px;
	margin: 0 auto
}

footer.ky-footer .footer-top {
	margin-top: 73px;
	padding-bottom: 46px;
	font-size: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}

footer.ky-footer ul {
	list-style-type: none
}

footer.ky-footer .top-left {
	display: inline-block
}

footer.ky-footer .left-title .title-li {
	display: inline-block;
	vertical-align: top;
	width: 130px
}

footer.ky-footer .title-li-ul li {
	font-size: 15px;
	margin-bottom: 10px;
	color: #AAAAAA
}

footer.ky-footer .title-li-ul li a {
	color: #AAAAAA
}

footer.ky-footer .title-li-ul li:first-child {
	margin-bottom: 26px;
	font-size: 20px;
	color: #FFFFFF
}

footer.ky-footer .title-li-ul li:first-child a {
	color: #FFFFFF
}

footer.ky-footer .title-li-ul li a:hover {
	color: #ffffff
}

footer.ky-footer .top-right {
	float: right;
	width: 201px
}

footer.ky-footer .top-right:after {
	content: '';
	clear: both
}

footer.ky-footer .right-time {
	font-size: 20px;
	color: #FFFFFF
}

footer.ky-footer .right-tel {
	margin-bottom: 39px;
	font-size: 54px;
	line-height: 71px;
	color: #FFFFFF
}

footer.ky-footer .right-us {
	margin-bottom: 11px;
	font-size: 20px;
	color: #FFFFFF
}

footer.ky-footer .connect-ul li {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-right: 13px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	text-align: center
}

footer.ky-footer .connect-ul li .iconfont {
	color: #fff;
	font-size: 28px
}

footer.ky-footer .connect-ul li:last-child {
	margin-right: 0
}

footer.ky-footer .connect-ul li:hover {
	cursor: pointer;
	background: rgba(255,255,255,0.4)
}

footer.ky-footer .connect-ul li:hover .connect-code {
	display: inline-block
}

footer.ky-footer .connect-ul li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

footer.ky-footer .connect-code {
	display: none;
	transition: all linear .3s;
	position: absolute;
	top: -100px;
	left: 21px
}

footer.ky-footer .connect-code .code-img {
	width: 160px;
	height: 196px
}

footer.ky-footer .bottom-label {
	margin-top: 40px
}

footer.ky-footer .bottom-label a {
	display: inline-block;
	padding: 0 14px;
	position: relative;
	color: rgba(255,255,255,0.3)
}

footer.ky-footer .bottom-label a::before {
	content: '';
	width: 1px;
	height: 11px;
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	right: 0;
	top: 2px
}

footer.ky-footer .bottom-label a:first-child {
	padding-left: 0
}

footer.ky-footer .bottom-label a.last::before {
	width: 0;
	border-right: none
}

footer.ky-footer .bottom-address {
	margin-top: 15px;
	color: rgba(255,255,255,0.3)
}

footer.ky-footer .footer-bottom {
	font-size: 12px
}

footer.ky-footer .footer-address {
	color: rgba(255,255,255,0.3);
	float: right
}

footer.ky-footer .footer-copyright {
	color: rgba(255,255,255,0.3);
	padding-top: 30px
}

.footer-butt-warp {
	height: 152px
}

.footer-butt-bar {
	width: 100%;
	padding: 46px 0;
	background-color: rgba(247,248,250,0.95);
	text-align: center;
	vertical-align: middle;
	z-index: 10000
}

.footer-butt-bar a {
	margin: 0 10px
}

.footer-butt-bar div {
	margin-top: 30px;
	display: inline-block;
	width: 180px;
	height: 60px;
	border-radius: 100px;
	line-height: 60px;
	box-sizing: border-box;
	margin-left: 60px;
	border: 2px solid #643789
}

.footer-butt-bar .ky_button.default_violet:hover {
	color: #ffffff;
	border: 2px solid #500B73
}

.footer-butt-bar .ky-button {
	border-radius: 4px
}

.isFixed {
	position: fixed;
	bottom: 0;
	z-index: 20
}

.navs {
	list-style: none
}

.navs .navs-tit-level1 {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	margin-left: 20px;
	border-bottom: 1px solid #e8e8e8
}

.navs .navs-tit-level1+ul::after {
	content: '';
	width: 200px;
	margin-left: 20px;
	display: inline-block;
	border-bottom: 1px solid #e8e8e8
}

.navs .navs-tit {
	cursor: pointer;
	margin-right: 20px
}

.navs .navs-tit.child {
	margin-right: 0;
	padding-right: 20px
}

.navs .navs-tit .icon-uparrow {
	float: right
}

.navs ul {
	display: none;
	padding-top: 8px
}

.navs ul.show {
	display: block
}

.navs .icon-uparrow {
	transition: transform .3s;
	font-size: 16px;
	color: #909399;
	transform: rotate(-180deg)
}

.navs .navs-tit i.upward {
	transform: rotate(0deg)
}

.navs-item a {
	color: #666;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	position: relative
}

.navs-item a:hover {
	color: #333333;
	background: #f7f8fa
}

.navs-item a::before {
	content: '';
	display: none;
	width: 3px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 8px;
	background: #ffc233
}

.navs-item a.active {
	color: #333333;
	background: #f7f8fa
}

.navs-item a.active::before {
	display: block
}

.navs .navs-list a {
	padding-left: 30px
}

.navs .navs-list .navs-item .navs-item a {
	padding-left: 44px
}

.navs .navs-list .navs-item .navs-item a::before {
	left: 34px
}

.navs .navs-list:last-child ul::after {
	border-bottom: none
}

.index-guide {
	width: 60px;
	position: fixed;
	right: 0px;
	bottom: 2%;
	display: block;
	z-index: 100;
	font-size: 12px;
	overflow: hidden;
	background-color: #e5e5e5;
	box-shadow: -2px 0 2px #f0f0f0
}

.index-guide p {
	margin-top: 5px
}

.index-guide .iconfont {
	font-size: 30px;
	color: #999
}

.index-guide a {
	display: block;
	width: 66px;
	height: 77px;
	text-decoration: none;
	text-align: center;
	color: #999;
	cursor: pointer;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 10px;
	border-bottom: 2px solid #f0f0f0
}

.index-guide a:hover {
	color: #643789
}

.index-guide a:hover .iconfont {
	color: #643789
}

.index-guide .app {
	position: relative
}

.index-guide .app-content {
	display: none;
	left: -165px;
	top: -65px;
	position: absolute;
	transition: all linear .3s;
	opacity: 0
}

.index-guide .app-content img {
	width: 160px
}

.index-guide .app:hover .app-content {
	opacity: 1;
	display: block
}

.page-container {
	width: 1180px;
	margin: -75px auto 70px;
	position: relative;
	z-index: 1
}

.page-container .page-side {
	float: left;
	width: 240px
}

.page-container .page-contant {
	margin-left: 260px;
	padding-left: 40px;
	padding-bottom: 70px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px 0 rgba(77,49,125,0.15);
	box-shadow: 0 5px 20px 0 rgba(77,49,125,0.15)
}

.page-container .page-contant-inner {
	padding-right: 40px;
	padding-top: 40px;
	overflow:hidden;
}

.ky-top-banner {
	width: 100%;
	height: 440px;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-top: 80px
}

.ky-top-banner img {
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.page-side-nav {
	width: 240px;
	font-size: 14px;
	color: #666;
	background: #fff;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(77,49,124,0.15),0px -2px 0px 0px #7411a6;
	box-shadow: 0px 5px 20px 0px rgba(77,49,124,0.15),0px -2px 0px 0px #7411a6
}

.page-title {
	height: 80px;
	border-bottom: 1px solid rgba(0,0,0,0.15)
}

.page-title .name {
	font-size: 36px;
	line-height: 80px;
	color: #1a1a1a
}

.page-title .iconfont {
	color: #643789;
	font-size: 32px;
	margin-left: 10px
}

.icon-text {
	font-size: 18px;
	color: #333;
	padding-bottom: 14px
}

.icon-text .iconfont {
	font-size: 20px;
	color: #643789;
	margin-right: 7px
}

.desc-text {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 52px
}

.desc-text.pb0 {
	padding-bottom: 0
}

.attention-text {
	padding-left: 28px;
	position: relative;
	line-height: 24px;
	font-size: 14px;
	color: #666
}

.attention-text .icon-attention {
	font-size: 20px;
	color: #F05959;
	top: 0;
	left: 0;
	position: absolute
}

.attention-text .dark {
	font-weight: bold
}

.service-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	padding-bottom: 18px
}

.service-time img {
	margin-right: 40px
}

.refund-money {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 52px;
	padding-top: 30px
}

.refund-money .desc {
	width: 228px;
	font-size: 18px;
	margin: 0 18px;
	color: #312968;
	text-align: center;
	position: relative
}

.refund-money .desc::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 228px;
	height: 8px;
	background: #dfdcf5
}

.bold {
	font-weight: bold
}

.contant-text {
	padding-top: 50px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #333
}

.fz16 {
	font-size: 16px
}

.mt30 {
	margin-top: 30px
}

.underline {
	text-decoration: underline
}

.navs-item{ height:35px; line-height:35px;}







/*新闻列表*/
.left {
	float:left;
}

a {
	color:#333;
}

.incont_left {
	width:820px;
}
.incont_right {
	width:280px;
}
.date_left {
	width:42px;
	text-align:center;
	height:64px;
	background:#1897f9;
	border-radius:4px;
}
.month {
	font-size:14px;
	color:#fff;
	margin-top: 14px;
}
.date {
	font-size:24px;
	color:#fff;
}
.incont_left_info {
	margin-left:20px;
	float:left;
}
.incont_left_info h3 {
	font-size:18px;
	margin-bottom:10px;
	color:#333;
}
.incont_left_info p a{
	color:#999;
}
.prev_next{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    position: relative;
    overflow: hidden;
    margin-top: 220px;
}
.incont_left_info p {
	font-size:14px;
	color:#999;
	line-height:23px;
	width:758px;
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
	margin-bottom:40px;
}
.incont_right h2 {
	font-size:22px;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:3px solid #cccccc;
}
/*新闻内容*/
.news_title {
	font-size:24px;
	text-align:center;
}
.news_date {
	font-size:14px;
	color:#999999;
	margin-top:17px;
	text-align:center;
}
.news_cont {
	width:820px;
	margin-top:20px;
	padding-bottom:50px;
}
.news_cont p {
	font-size:16px;
	color:#555555;
	line-height:30px;
	margin:10px 0;
}