.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 55px;
	left: 0;
	width: 1200px;
	position: absolute;
	z-index: 999999999;
	text-align: center;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

.swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	display: inline-block;
	background: #fff;
	margin: 0 5px;
}

#swiper.bars .swiper-pagination-bullet {
	background-color: #875c1f;
}

#swiper.shops .swiper-pagination-bullet {
	background-color: #68b8a2;
}

#swiper.shops .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffdf00;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	background: #ffdf00;
}

#swiper.bars .swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

#swiper .form {
	position: absolute;
	top: 50%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	z-index: 99;
}

#swiper img {
	width: 100%;
	height: 530px;
	object-fit: cover;
}

#swiper .box .form {
	background: url(../images/fouse_bg.png) no-repeat;
	width: 340px;
	height: 411px;
}

#swiper .box .form img {
	width: 25px;
	height: 25px;
}

#swiper .box .form .p {
	width: 294px;
	margin: 0 auto;
	padding-top: 100px;
}

#swiper .box .form .p p {
	margin-bottom: 16px;
	background: #fff;
	border: 1px #dcdcdc solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: flex;
}

#swiper .box .form .text {
	padding: 17px 0;
	width: 80%;
	border: 0;
	color: #797979;
}

#swiper .box .form .p p img {
	align-self: center;
	margin: 0 12px;
}

#swiper .box .form .btn {
	background: #ff8000;
	line-height: 60px;
	border: 1px #ffa850 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.box {
	width: 1200px;
	margin: 0 auto;
}

.pub_tit {
	padding: 60px 0 35px 0;
}

.pub_tit h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}

.index_one .ck_one {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.index_one .ck_one .ck_ck {
	width: 140px;
}

.index_one .ck_one .ck_ck p {
	background: #e9e9e9;
	line-height: 38px;
	text-align: center;
	margin-top: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
}

.index_one .ck_one .ck_ck p.cur {
	background: #398aff;
	color: #fff;
}

.index_one .ck_one .ck_ck p:nth-child(1) {
	margin-top: 0;
}

.index_one .ck_one .ck_show {
	width: 965px;
	background: url(../images/line.png) no-repeat;
	padding-left: 40px;
	margin-left: 30px;
}

.index_one .ck_one .ck_show .one {
	display: none;
}

.index_one .ck_one .ck_show .one.cur {
	display: block;
}

.index_one .ck_one .ck_show .one:nth-child(1) dl {
	width: 20%;
	text-align: center;
}

.index_one .ck_one .ck_show .one:nth-child(1) dl:nth-child(odd) {
	height: 130px;
	display: block;
	width: 1px;
	background: #efefef;
	align-self: center;
}

.index_one .ck_one .ck_show .one:nth-child(1) dl:nth-child(1) {
	display: none;
}

.index_one .ck_one .ck_show .tit h2 {
	font-size: 20px;
	color: #398aff;
	font-weight: bold;
	margin-bottom: 20px;
}

.index_one .ck_one .ck_show .one:nth-child(1) .tit h2 {
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}

.index_one .ck_one .ck_show .one:nth-child(1) p {
	padding: 0 30px;
}

.index_one .ck_one .ck_show dd h2 {
	font-size: 16px;
	color: #398aff;
	font-weight: bold;
	margin: 15px auto;
}

.index_one .ck_one .ck_show dd p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #666;
}

.index_one .ck_one .ck_show .one:nth-child(2) .txt p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.index_one .ck_one .ck_show .one:nth-child(2) dl:last-child {
	display: none;
}

.index_one .ck_one .ck_show .one:nth-child(2) dl:nth-child(even) {
	margin-top: 80px;
}

.index_one .ck_one .ck_show .one:nth-child(2) dd {
	margin-top: 10px;
	font-weight: bold;
}

.index_one .ck_one .ck_show .one:nth-child(2) dl {
	text-align: center;
}

.index_one .ck_one .ck_show .one:nth-child(3) .bg {
	margin-top: 60px;
}

.index_one .ck_one .ck_show .one:nth-child(3) dl {
	width: 11.11%;
	text-align: center;
}

.index_one .ck_one .ck_show .one:nth-child(3) span {
	display: block;
	width: 28px;
	height: 108px;
	background: #f2f2f2;
	margin: 0 auto;
	position: relative;
}

.index_one .ck_one .ck_show .one:nth-child(3) p,
.index_one .ck_one .ck_show .one:nth-child(4) p {
	text-align: center;
	margin-top: 10px;
}

.index_one .ck_one .ck_show .one:nth-child(3) .dl {
	position: absolute;
	top: -30px;
	width: 100%;
}

.index_one .ck_one .ck_show .one:nth-child(3) dt,
.index_one .ck_one .ck_show .one:nth-child(4) dt {
	font-size: 14px;
	margin-bottom: 10px;
}

.index_one .ck_one .ck_show .one:nth-child(3) dl i {
	display: block;
	width: 28px;
	bottom: 0;
	position: absolute;
}

.index_one .ck_one .ck_show .one:nth-child(3) dl:nth-child(1) i,
.index_one .ck_one .ck_show .one:nth-child(3) dl:nth-child(2) i,
.index_one .ck_one .ck_show .one:nth-child(3) dl:nth-child(3) i,
.index_one .ck_one .ck_show .one:nth-child(3) dl:nth-child(4) i {
	background: #209ae7;
}

.index_one .ck_one .ck_show .one:nth-child(3) dl:nth-child(5) i {
	background: -webkit-linear-gradient(left, #3691f4, #418cfb);
	background: -o-linear-gradient(bottom, #3691f4, #418cfb);
	background: -moz-linear-gradient(bottom, #3691f4, #418cfb);
	background: linear-gradient(to bottom, #3691f4, #418cfb)
}

.index_one .ck_one .ck_show .one:nth-child(3) dl:nth-child(6) i,
.index_one .ck_one .ck_show .one:nth-child(3) dl:nth-child(7) i,
.index_one .ck_one .ck_show .one:nth-child(3) dl:nth-child(8) i,
.index_one .ck_one .ck_show .one:nth-child(3) dl:nth-child(9) i {
	background: #4889ff;
}

.index_one .ck_one .ck_show .one:nth-child(4) dl i {
	display: block;
	width: 42px;
	bottom: 0;
	position: absolute;
}

.index_one .ck_one .ck_show .one:nth-child(4) .dl {
	position: absolute;
	top: -35px;
	width: 100%;
}

.index_one .ck_one .ck_show .one:nth-child(4) span {
	display: block;
	width: 42px;
	height: 142px;
	background: #f2f2f2;
	margin: 0 auto;
	position: relative;
}

.index_one .ck_one .ck_show .one:nth-child(4) .bg {
	margin-top: 50px;
}

.index_one .ck_one .ck_show .one:nth-child(4) dl {
	width: 12.5%;
	text-align: center;
}

.index_one .ck_one .ck_show .one:nth-child(4) dl:nth-child(1) i,
.index_one .ck_one .ck_show .one:nth-child(4) dl:nth-child(2) i,
.index_one .ck_one .ck_show .one:nth-child(4) dl:nth-child(6) i,
.index_one .ck_one .ck_show .one:nth-child(4) dl:nth-child(8) i {
	background: -webkit-linear-gradient(left, #3788fd, #1a66d5);
	background: -o-linear-gradient(bottom, #3788fd, #1a66d5);
	background: -moz-linear-gradient(bottom, #3788fd, #1a66d5);
	background: linear-gradient(to bottom, #3788fd, #1a66d5)
}

.index_one .ck_one .ck_show .one:nth-child(4) dl:nth-child(3) i,
.index_one .ck_one .ck_show .one:nth-child(4) dl:nth-child(5) i {
	background: -webkit-linear-gradient(left, #5fc3dc, #3b8dfd);
	background: -o-linear-gradient(bottom, #5fc3dc, #3b8dfd);
	background: -moz-linear-gradient(bottom, #5fc3dc, #3b8dfd);
	background: linear-gradient(to bottom, #5fc3dc, #3b8dfd)
}

.index_one .ck_one .ck_show .one:nth-child(4) dl:nth-child(4) i,
.index_one .ck_one .ck_show .one:nth-child(4) dl:nth-child(7) i {
	background: -webkit-linear-gradient(left, #9eeafa, #67cadd);
	background: -o-linear-gradient(bottom, #9eeafa, #67cadd);
	background: -moz-linear-gradient(bottom, #9eeafa, #67cadd);
	background: linear-gradient(to bottom, #9eeafa, #67cadd)
}

.index_tow .img {
	text-align: center;
	padding-top: 95px;
}

.index_tow .dl {
	position: absolute;
	top: 30px;
	width: 100%;
}

.index_tow .dl dl:nth-child(odd) dd {
	width: 260px;
	height: 260px;
	padding: 20px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.13);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.index_tow .dl dl:nth-child(odd) {
	display: flex;
}

.index_tow .dl dl:nth-child(odd) dt {
	align-self: center;
	position: relative;
	z-index: 99;
}

.index_tow .dl dl:nth-child(odd) {
	margin-top: 60px;
	position: absolute;
}

.index_tow .dl dl:nth-child(1) dt {
	margin-left: -50px;
}

.index_tow .dl dl:nth-child(3) dt {
	margin-right: -50px;
}

.index_tow .dl dl:nth-child(2) {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
}

.index_tow .dl dl:nth-child(3) {
	position: absolute;
	right: 0;
}

.index_tow .dl dl:nth-child(4) {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	top: 250px;
}

.index_tow .dl dl:nth-child(odd) p {
	font-size: 14px;
	line-height: 32px;
	background: url(../images/icon_t.png) no-repeat 0 14px;
	padding-left: 12px;
	background-size: 5px 5px;
}

.index_tow .dl dl:nth-child(odd) dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index_tow .dl dl:nth-child(3) p {
	margin-left: 70px;
}

.index_tow .dl dl:nth-child(odd) dt img {
	animation: to_right 1.2s linear 0.4s infinite alternate;
}

.index_tow .dl dl:nth-child(even) dt img {
	animation: to_rights 1.2s linear 0.4s infinite alternate;
}

@keyframes to_rights {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes to_right {
	0% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.index_tow .dl dl p {
	font-size: 14px;
}

.index_tow .dl dl:nth-child(2) p {
	display: initial;
	background: url(../images/icon_o.png) no-repeat 0 6px;
	padding-left: 25px;
	background-size: 19px 8px;
}

.index_tow .dl dl:nth-child(2) p:nth-child(1) {
	display: initial;
	background: url(../images/icon_t.png) no-repeat 0 8px;
	padding-left: 12px;
	background-size: 5px 5px;
}

.index_tow .dl dl:nth-child(2) dd {
	position: absolute;
	width: 500%;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	top: -40px;
}

.index_tow .dl dl:nth-child(4) dd p {
	font-size: 30px;
	font-weight: bold;
	margin-top: -170px;
	background-image: -webkit-linear-gradient(bottom, #2d67cf, #417ff2, #4788fe);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index_tow {
	padding-bottom: 120px;
}

.index_th {
	background: #209dec url(../images/bg_3.jpg) no-repeat;
	background-size: 100% 710px;
	height: 710px;
}

.white {
	color: #fff;
}

.pub_tit p {
	font-size: 20px;
	font-weight: lighter;
	margin-top: 10px;
}

.index_th dl {
	width: 380px;
	height: 485px;
	background: #feffff;
	padding: 30px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.index_th dd h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px auto 15px auto;
}

.index_th dd h2 em {
	color: #4889ff;
	font-size: 36px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: relative;
	top: 3px;
}

.index_th dd span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #4889ff;
}

.index_th dd p {
	background: -webkit-linear-gradient(left, #2ba5f1, #4ab7fb);
	background: -o-linear-gradient(bottom, #2ba5f1, #4ab7fb);
	background: -moz-linear-gradient(bottom, #2ba5f1, #4ab7fb);
	background: linear-gradient(to bottom, #2ba5f1, #4ab7fb);
	margin: 0 10px;
	margin-top: 25px;
	color: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	padding: 8px 0;
	font-size: 15px;
}

.index_th dl:last-child dd p {
	margin-top: 10px;
}

.index_th dd p img {
	margin-right: 5px;
}

.pub_tit h2 em {
	color: #1971f4;
	margin-left: 25px;
}

.index_four .dl {
	margin-left: 68px;
	position: absolute;
	bottom: 0;
}

.index_four dl {
	width: 175px;
	position: absolute;
	bottom: -50px;
}

.index_four dd p {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0 20px;
	padding-top: 25px;
}

.index_four dl:nth-child(1) dd p {
	padding-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index_four dt {
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #4889ff;
}

.index_four dt em {
	font-weight: normal;
	font-size: 14px;
	color: #383838;
	margin-left: 3px;
}

.index_four span {
	display: block;
	width: 95%;
	margin: 10px auto;
	background: #4889ff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	padding: 8px 0;
}

.index_four dl:nth-child(1) dd p {
	background: #61d0d0;
	height: 120px;
}

.index_four dl:nth-child(2) dd p {
	background: -webkit-linear-gradient(left, #5ccdd2, #52c5d7);
	background: -o-linear-gradient(bottom, #5ccdd2, #52c5d7);
	background: -moz-linear-gradient(bottom, #5ccdd2, #52c5d7);
	background: linear-gradient(to bottom, #5ccdd2, #52c5d7);
	height: 150px;
}

.index_four dl:nth-child(3) dd p {
	background: -webkit-linear-gradient(left, #4abfdb, #3ab2e3);
	background: -o-linear-gradient(bottom, #4abfdb, #3ab2e3);
	background: -moz-linear-gradient(bottom, #4abfdb, #3ab2e3);
	background: linear-gradient(to bottom, #4abfdb, #3ab2e3);
	height: 180px;
}

.index_four dl:nth-child(4) dd p {
	background: -webkit-linear-gradient(left, #32ade6, #22a0ef);
	background: -o-linear-gradient(bottom, #32ade6, #22a0ef);
	background: -moz-linear-gradient(bottom, #32ade6, #22a0ef);
	background: linear-gradient(to bottom, #32ade6, #22a0ef);
	height: 210px;
}

.index_four dl:nth-child(5) dd p {
	background: -webkit-linear-gradient(left, #1b9bf2, #1092f7);
	background: -o-linear-gradient(bottom, #1b9bf2, #1092f7);
	background: -moz-linear-gradient(bottom, #1b9bf2, #1092f7);
	background: linear-gradient(to bottom, #1b9bf2, #1092f7);
	height: 240px;
}

.index_four dl:nth-child(6) dd p {
	background: -webkit-linear-gradient(left, #0b8ff9, #0a8efa);
	background: -o-linear-gradient(bottom, #0b8ff9, #0a8efa);
	background: -moz-linear-gradient(bottom, #0b8ff9, #0a8efa);
	background: linear-gradient(to bottom, #0b8ff9, #0a8efa);
	height: 270px;
}

.index_four dl:nth-child(2) {
	left: 190px;
}

.index_four dl:nth-child(3) {
	left: 380px;
}

.index_four dl:nth-child(4) {
	left: 568px;
}

.index_four dl:nth-child(5) {
	left: 758px;
}

.index_four dl:nth-child(6) {
	left: 947px;
}

.index_four {
	padding-bottom: 110px;
}

.index_five {
	background: url(../images/bg_5.jpg) no-repeat;
	background-size: auto;
	background-size: 100% 850px;
	height: 850px;
}


.index_five .ck_one .ck_ck {
	width: 230px;
	height: 500px;
	background: -webkit-linear-gradient(left, #5fcfd1, #0b8ffa);
	background: -o-linear-gradient(bottom, #5fcfd1, #0b8ffa);
	background: -moz-linear-gradient(bottom, #5fcfd1, #0b8ffa);
	background: linear-gradient(to bottom, #5fcfd1, #0b8ffa);
	padding: 30px 15px;
}

.index_five .ck_one .ck_ck p {
	font-size: 14px;
	line-height: 44px;
	height: 44px;
	color: #fff;
	padding-left: 25px;
	cursor: pointer;
	margin-bottom: 6px;
}

.index_five .ck_one .ck_ck p.cur {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #4889ff;
}

.index_five .ck_one .ck_show .one {
	display: none;
	background: #fff;
	width: 970px;
	padding: 21px 40px;
	height: 500px;
}

.index_five .ck_one .ck_show .one.cur {
	display: block;
}

.index_five .ck_one .ck_show .tit h2 {
	font-size: 20px;
}

.index_five .ck_one .ck_show .tit a {
	background: -webkit-linear-gradient(left, #ffa142, #ff8000);
	background: -o-linear-gradient(bottom, #ffa142, #ff8000);
	background: -moz-linear-gradient(bottom, #ffa142, #ff8000);
	background: linear-gradient(to bottom, #ffa142, #ff8000);
	display: block;
	width: 160px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	font-size: 14px;
}

.index_five .ck_one .ck_show .word dl {
	display: flex;
	margin-top: 22px;
}

.index_five .ck_one .ck_show .word dt {
	width: 40px;
}

.index_five .ck_one .ck_show .word dd {
	width: 845px;
}

.index_five .ck_one .ck_show .word dd h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.index_five .ck_one .ck_show .word dd p {
	font-size: 14px;
	line-height: 26px;
}

.index_five .ck_one .ck_show .word dl:nth-child(1) p,
.index_five .ck_one .ck_show .word dl:nth-child(2) p {
	display: initial;
}

.index_five .ck_one .ck_show .one:nth-child(8) .word dl:nth-child(1) p {
	display: block;
}

.index_five .dl_six dl {
	width: 175px;
	height: 135px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 25px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
	text-align: center;
	position: relative;
}

.index_five .dl_six dl p {
	line-height: 24px;
}

.index_five .dl_six dl h2 {
	font-size: 20px;
	color: #0c90f9;
	font-weight: bold;
	margin-bottom: 8px;
}

.index_five .dl_six dt {
	background: url(../images/num.png) no-repeat;
	width: 58px;
	height: 68px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: -3px;
	top: -3px;
}

.index_five .dl_six dt em {
	position: relative;
	left: 10px;
	top: 5px;
}

.index_six .ck_ck dl {
	width: 146px;
	height: 116px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px #e4edf4 solid;
	box-shadow: 0px 3px 19px 0px rgba(245, 249, 255);
	text-align: center;
	position: relative;
	padding-top: 20px;
	cursor: pointer;
}

.index_six .ck_ck dd p {
	padding: 0 22px;
}

.index_six .ck_ck dd i {
	display: block;
	width: 23px;
	height: 11px;
	background: url(../images/no.png) no-repeat;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	bottom: -20px;
}

.index_six .ck_ck dl.cur dd i {
	display: block;
	width: 23px;
	height: 11px;
	background: url(../images/on.png) no-repeat;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	bottom: -20px;
}

.index_six .ck_ck dl.cur {
	background: #21a0ef;
	color: #fff;
}

.index_six .ck_ck dt i {
	display: block;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	margin: 0 auto 5px auto;
}

.index_six .ck_ck dl:nth-child(1) dt i {
	background: url(../images/six_icon_1.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(2) dt i {
	background: url(../images/six_icon_2.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(3) dt i {
	background: url(../images/six_icon_3.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(4) dt i {
	background: url(../images/six_icon_4.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(5) dt i {
	background: url(../images/six_icon_5.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(6) dt i {
	background: url(../images/six_icon_6.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(7) dt i {
	background: url(../images/six_icon_7.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(1).cur dt i {
	background: url(../images/six_icon_01.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(2).cur dt i {
	background: url(../images/six_icon_02.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(3).cur dt i {
	background: url(../images/six_icon_03.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(4).cur dt i {
	background: url(../images/six_icon_04.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(5).cur dt i {
	background: url(../images/six_icon_05.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(6).cur dt i {
	background: url(../images/six_icon_06.png) no-repeat;
}

.index_six .ck_ck dl:nth-child(7).cur dt i {
	background: url(../images/six_icon_07.png) no-repeat;
}

.index_six .ck_show .one {
	margin: 60px 0 40px 0;
	height: 345px;
}

.index_six .ck_show .word {
	width: 800px;
	height: 265px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	z-index: 99;
	padding: 26px;

}

.index_six .ck_show .img {
	position: absolute;
	right: 0;
	top: 0;
}

.index_six .ck_show .one {
	display: none;
}

.index_six .ck_show .one.cur {
	display: block;
}

.index_six .ck_show .word dt h2 {
	font-size: 20px;
	color: #515151;
	border-bottom: 1px #f1f1f1 solid;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.index_six .ck_show .word dd p {
	line-height: 32px;
	color: #666;
}

.index_six .ck_show .word dt h2 em {
	display: inline-block;
	width: 4px;
	height: 26px;
	background: #21a0ef;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 20px;
	position: relative;
	top: 6px;
}

.index_six .dl_dl dl {
	width: 277px;
	height: 152px;
	padding: 25px 30px;
	text-align: center;
	color: #fff;
}

.index_six .dl_dl dt {
	font-weight: bold;
	font-size: 20px;
	width: 170px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 10px auto;
	background: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px
}

.index_six .dl_dl dl p {
	line-height: 32px;
	font-size: 17px;
}

.index_six .dl_dl dl:nth-child(1) {
	background: url(../images/six_bg_1.png) no-repeat;
}

.index_six .dl_dl dl:nth-child(2) {
	background: url(../images/six_bg_2.png) no-repeat;
}

.index_six .dl_dl dl:nth-child(3) {
	background: url(../images/six_bg_3.png) no-repeat;
}

.index_six .dl_dl dl:nth-child(4) {
	background: url(../images/six_bg_4.png) no-repeat;
}

.index_six .dl_dl dl:nth-child(1) dt {
	color: #1577ff;
}

.index_six .dl_dl dl:nth-child(2) dt {
	color: #505cff;
}

.index_six .dl_dl dl:nth-child(3) dt {
	color: #f79311;
}

.index_six .dl_dl dl:nth-child(4) dt {
	color: #1fcd9a;
}

.projectLogo {
	background: #fff;
	padding: 40px 60px;
	box-shadow: 0px 3px 19px 0px rgba(228, 236, 248);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.projectPreBtn,
.projectNexBtn {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 30px;
	height: 30px;
	z-index: 9;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px
}

.projectPreBtn {
	background: url(../images/lt.png) left center no-repeat;
	left: -15px;
}

.projectNexBtn {
	background: url(../images/rt.png) right center no-repeat;
	right: -15px
}

.projectLogo .swiper-slide dt {
	border-bottom: 1px #ededed solid;
	padding-bottom: 20px;
	text-align: center;
}

.projectLogo .swiper-slide dl {
	height: 175px;
}

.projectLogo .swiper-slide h2 {
	position: relative;
	top: -13px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	text-align: center;
}

.projectLogo .swiper-slide dd p {
	position: absolute;
	left: 0;
	display: none;
}

.projectLogo .swiper-slide dl:hover h2 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	margin: 0 auto;
}

.projectLogo .swiper-slide dl:hover dd p {
	display: block;
}

.projectLogo .wrod_show {
	position: absolute;
	top: 180px;
}

.projectLogo .wrod_show p:nth-child(2) {
	padding-top: 155px;
}

.index_eight {
	background: url(../images/bg_6.jpg) no-repeat;
	background-size: 100% 840px;
	height: 840px;
	margin-top: 60px;
}

.index_eight .swiper-slide dt {
	height: 400px;
	border: 2px #fff solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.index_eight .swiper-slide dd:nth-child(2) {
	width: 235px;
	height: 80px;
	position: absolute;
	top: 70%;
	left: 2px;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.52);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
	border-right: 2px #21a0ef solid;
	padding: 20px;
	color: #fff;
	padding-top: 25px;
}

.index_eight .swiper-slide dd:nth-child(2) h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.index_eight .swiper-slide dd:nth-child(2) em {
	font-size: 16px;
	margin-left: 10px;
}

.index_eight .swiper-slide dd:nth-child(2) p {
	font-size: 14px;
	line-height: 30px;
	display: none;
}

.index_eight .swiper-slide dd:nth-child(3) a {
	display: block;
	background: -webkit-linear-gradient(left, #ffa142, #ff8000);
	background: -o-linear-gradient(bottom, #ffa142, #ff8000);
	background: -moz-linear-gradient(bottom, #ffa142, #ff8000);
	background: linear-gradient(to bottom, #ffa142, #ff8000);
	text-align: center;
	color: #fff;
	width: 160px;
	line-height: 36px;
	border: 2px #ffddbb solid;
	margin: 10px auto;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px
}

.index_eight .swiper-slide dl {
	cursor: pointer;
}

.index_eight .swiper-slide dl:hover dd:nth-child(2) {
	height: 330px;
	top: 45%;
	padding: 20px;
	overflow: hidden;
}

.index_eight .swiper-slide dl:hover dd:nth-child(2) p {
	display: block;
}

.index_eight .dl_dl {
	width: 835px;
	margin: 0 auto 30px auto;
}

.index_eight .dl_dl dl {
	width: 410px;
	display: flex;
	background: #fff;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin-top: 20px;
	padding: 10px 20px;
	border: 2px #45b6ff solid;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
}

.index_eight .dl_dl dl p {
	display: initial;
	font-size: 17px;
}

.index_eight .dl_dl dd p:nth-child(1) {
	font-weight: bold;
	color: #1577ff;
	margin-left: 7px;
}

.index_nine .dl {
	background: url(../images/bg_7.png) no-repeat;
	background-size: auto;
	background-size: 100% 200px;
	height: 200px;
}

.index_nine dt {
	font-size: 24px;
	font-weight: bold;
}

.index_nine a {
	display: block;
	background: -webkit-linear-gradient(left, #ffba00, #ff9647);
	background: -o-linear-gradient(bottom, #ffba00, #ff9647);
	background: -moz-linear-gradient(bottom, #ffba00, #ff9647);
	background: linear-gradient(to bottom, #ffba00, #ff9647);
	text-align: center;
	color: #fff;
	width: 116px;
	line-height: 30px;
	height: 34px;
	margin: 10px 0;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px
}

.index_nine .dl dl:nth-child(1) {
	padding-left: 250px;
	padding-top: 45px;
	color: #fff;
}

.index_nine .dl dl:nth-child(2) {
	padding-right: 150px;
	padding-top: 85px;
	color: #1971f4;
}

.index_ten .pub_tit h2 em {
	margin-left: 0;
	margin-right: 25px;
}

.index_ten dl {
	position: relative;
}

.index_ten dt,
.index_ten dd {
	width: 50%;
}

.index_ten dt,
.index_ten dd {
	height: 380px;
	overflow: hidden;
}

.index_ten dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 40px;
	position: relative;
}

.index_ten dd img {
	position: absolute;
	width: 76px;
	height: 61px;
	top: 30px;
	right: 60px;
}

.index_ten dd h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.index_ten dd h2 em {
	font-size: 30px;
	color: #4889ff;
	position: relative;
	top: 3px;
	margin-right: 8px;
}

.index_ten dd p {
	line-height: 36px;
	background: url(../images/icon_b.png) no-repeat 0 17px;
	padding-left: 12px;
}

.index_ten dl:nth-child(odd) dt,
.index_ten dl:nth-child(even) dd {
	float: right;
}

.index_ten dl:nth-child(odd) dd,
.index_ten dl:nth-child(even) dt {
	float: left;
}

.index_eleven {
	background: url(../images/bg_8.jpg) no-repeat;
	background-size: 100% 416px;
	height: 416px;
	margin-top: 80px;
}

.index_eleven .form {
	width: 365px;
}

.index_eleven .form .text {
	height: 62px;
	background: #fff;
	border: 1px #dcdcdc solid;
	width: 292px;
	padding-left: 18px;
	color: #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.index_eleven .form p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.index_eleven .form .btn {
	background: #ff8000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	cursor: pointer;
}

.index_eleven .ask {
	width: 285px;
	margin-left: 70px;
}

.index_eleven .ask p {
	padding: 10px 0;
	border-bottom: 1px #d5d5d5 dashed;
}

.index_eleven .ask a {
	display: flex;
	justify-content: space-between;
}

.index_eleven .ask img {
	margin-right: 10px;
}

.index_eleven .ask i {
	color: #1870f4;
	border: 1px #1870f4 solid;
	padding: 2px 10px;
	font-size: 14px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.index_twelve {
	padding-bottom: 50px;
}
.index_twelve .one{
	width: 370px;
	background: #fbfbfb;
}
.index_twelve .one dl {
	position: relative;
}

.index_twelve .one dt p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #282828;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(40, 40, 40, 0.5);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.index_twelve .one dt {
	height: 145px;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.index_twelve .one dd {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.index_twelve .one ul{	
	padding: 25px 30px;
}
.index_twelve .one  li{
	background: url(../images/icon_b.png) no-repeat 0 12px;
	padding-left: 12px;
	margin-bottom: 20px;
	line-height: 28px;
}
.index_one .ck_one .ck_show .one:nth-child(2) dt img,
.index_eight .swiper-slide dd:nth-child(2),
.index_eight .swiper-slide dd:nth-child(2) p {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.index_one .ck_one .ck_show .one:nth-child(2) dl:hover dt img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.index_eight .swiper-slide dt img,
.index_ten dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_sen .pub_tit h2,.index_eight .pub_tit h2{
	margin-bottom: 10px;
}
.index_sen .pub_tit p,.index_eight .pub_tit p{
	display: initial;
}