@charset "UTF-8";

	[class*=jq-],
	[class*=jq-]:after,
	[class*=jq-]:before,
	[class*=jq-]:focus {
		box-sizing: border-box;
		-webkit-tap-highlight-color: transparent;
		outline: none
	}


	html {
		font-family: TTTGB-regular, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif
	}

	@media screen and (max-width: 600px) {
		.body {
			background-color: #F3F6FA
		}
	}

	.jq-btn {
		display: inline-block;
		box-sizing: border-box;
		min-width: 104px;
		height: 36px;
		padding: 0 24px;
		color: #fff;
		font-size: 14px;
		line-height: 34px;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		background-color: #FE8C2F;
		border: 1px solid transparent;
		outline: 0 none;
		cursor: pointer;
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1)
	}

	@media screen and (min-width: 769px) {
		.jq-btn {
			transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out
		}
	}

	.jq-btn:active,
	.jq-btn:hover {
		background-color: #fe8c2fce;
		box-shadow: none;
	}

	.jq-btn.is-disabled {
		color: #98a3b7;
		background-color: #ecf2fe;
		border-color: #ecf2fe;
		cursor: default;
		box-shadow: none
	}

	.jq-btn.is-disabled:active,
	.jq-btn.is-disabled:hover {
		color: #98a3b7;
		background-color: #ecf2fe;
		border-color: #ecf2fe;
		box-shadow: inherit
	}

	.jq-btn--white {
		background-color: #fff;
		color: #43474d;
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), inset 0 4px 20px 0 hsla(0, 0%, 100%, .5)
	}

	@media screen and (min-width: 769px) {
		.jq-btn--white {
			transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out
		}
	}

	.jq-btn--white:active,
	.jq-btn--white:hover {
		border-color: #FE8C2F;
		background-color: #ecf2fe;
		box-shadow: none;
		color: #FE8C2F
	}

	.jq-btn--white.is-loading:active,
	.jq-btn--white.is-loading:hover {
		background-color: #fff;
		color: #43474d
	}

	.jq-btn--pay {
		background-color: #ff7200
	}

	.jq-btn--pay:active,
	.jq-btn--pay:hover {
		background-color: #f06c00
	}

	.jq-btn--pay.is-loading:active,
	.jq-btn--pay.is-loading:hover {
		background-color: #ff7200
	}

	.jq-btn--pay .tp-loading__dot {
		background-color: #fff
	}

	.jq-btn--hole {
		color: #FE8C2F;
		background-color: transparent;
		border-color: #FE8C2F
	}

	@media screen and (min-width: 769px) {
		.jq-btn--hole {
			transition: background-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out
		}
	}

	.jq-btn--hole:active,
	.jq-btn--hole:hover {
		color: #FE8C2F;
		background-color: rgba(0, 82, 217, .15)
	}

	.jq-btn--hole.is-loading:active,
	.jq-btn--hole.is-loading:hover,
	.jq-btn--weak-hole {
		background-color: transparent
	}

	.jq-btn--weak-hole {
		color: #666;
		border-color: #ddd
	}

	@media screen and (min-width: 769px) {
		.jq-btn--weak-hole {
			transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out
		}
	}

	.jq-btn--weak-hole:active,
	.jq-btn--weak-hole:hover {
		color: #000;
		background-color: #fff;
		border-color: #999
	}

	.jq-btn--weak-hole.is-loading:active,
	.jq-btn--weak-hole.is-loading:hover {
		background-color: transparent;
		border-color: #ddd
	}

	.jq-btn--white-hole {
		color: #fff;
		background-color: transparent;
		border-color: hsla(0, 0%, 100%, .6);
		box-shadow: none
	}

	@media screen and (min-width: 769px) {
		.jq-btn--white-hole {
			transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out
		}
	}

	.jq-btn--white-hole:active,
	.jq-btn--white-hole:hover {
		color: #000;
		background-color: #fff;
		border-color: #fff
	}

	.jq-btn--white-hole.is-loading:active,
	.jq-btn--white-hole.is-loading:hover {
		background-color: transparent;
		border-color: #ddd
	}

	.jq-btn--link {
		min-width: auto;
		padding-right: 0;
		padding-left: 0;
		color: #FE8C2F;
		background-color: transparent;
		box-shadow: none;
		border-width: 0
	}

	@media screen and (min-width: 769px) {
		.jq-btn--link {
			transition: color .3s ease-in-out
		}
	}

	.jq-btn--link:active,
	.jq-btn--link:hover {
		color: #FE8C2F;
		background-color: transparent
	}

	.jq-btn--link.is-disabled {
		background-color: transparent
	}

	.jq-btn--link.is-disabled:active,
	.jq-btn--link.is-disabled:hover {
		background-color: transparent;
		pointer-events: none
	}

	.jq-btn--link-weak {
		min-width: auto;
		padding-right: 0;
		padding-left: 0;
		color: #666;
		background-color: transparent;
		box-shadow: none;
		border-width: 0
	}

	@media screen and (min-width: 769px) {
		.jq-btn--link-weak {
			transition: color .3s ease-in-out
		}
	}

	.jq-btn--link-weak:active,
	.jq-btn--link-weak:hover {
		color: #000;
		background-color: transparent
	}

	.jq-btn--link-weak.is-disabled {
		background-color: transparent
	}

	.jq-btn--link-weak.is-disabled:active,
	.jq-btn--link-weak.is-disabled:hover {
		background-color: transparent;
		pointer-events: none
	}

	.jq-btn--icon {
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.jq-btn--icon,
	.jq-btn .jq-btn__icon {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.jq-btn .jq-btn__icon {
		display: -ms-flexbox;
		display: flex;
		margin-right: 4px;
		font-size: 16px
	}

	.jq-btn .jq-btn__icon:last-child {
		margin-right: 0;
		margin-left: 4px
	}

	.jq-btn .jq-btn__icon:only-child {
		margin-right: 0;
		margin-left: 0
	}

	.jq-btn .jq-btn__icon svg {
		width: 1em;
		height: auto
	}

	.jq-btn.size-xs {
		min-width: 80px;
		height: 28px;
		padding: 0 10px;
		font-size: 12px;
		line-height: 26px
	}

	.jq-btn.size-s {
		min-width: 104px;
		height: 32px;
		padding: 0 24px;
		line-height: 30px
	}

	.jq-btn.size-l {
		min-width: 152px;
		height: 40px;
		padding: 0 24px;
		line-height: 38px
	}

	.jq-btn.size-xl {
		height: 44px;
		line-height: 42px
	}

	.jq-btn.size-xl,
	.jq-btn.size-xxl {
		min-width: 176px;
		padding: 0 24px;
		font-size: 16px
	}

	.jq-btn.size-xxl {
		height: 48px;
		line-height: 46px
	}

	.jq-btn--link-weak.size-auto,
	.jq-btn--link.size-auto {
		width: auto;
		min-width: auto;
		height: auto;
		font-size: inherit;
		line-height: inherit
	}

	.jq-btn.size-auto-width {
		min-width: 0
	}

	.jq-btn.size-full-width {
		display: block;
		width: 100%;
		min-width: 0
	}

	.jq-btn--icon.size-full-width {
		display: -ms-flexbox;
		display: flex
	}

	.jq-btn--link-weak[class*=" size-"],
	.jq-btn--link-weak[class^=size-],
	.jq-btn--link[class*=" size-"],
	.jq-btn--link[class^=size-] {
		min-width: auto;
		padding-right: 0;
		padding-left: 0
	}

	.jq-btn.is-loading {
		cursor: default
	}

	.jq-btn--primary.is-loading:active,
	.jq-btn--primary.is-loading:hover {
		background-color: #FE8C2F
	}

	.jq-btn--primary .tp-loading__dot {
		background-color: #fff
	}

	.jq-btn__text {
		color: inherit
	}

	.jq-btn__group {
		margin-top: 36px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center
	}

	.jq-btn__group-item,
	.jq-btn__group .jq-btn {
		display: block;
		margin-right: 20px
	}

	.jq-btn__group-item:last-child,
	.jq-btn__group .jq-btn:last-child {
		margin-right: 0
	}

	@media screen and (max-width: 600px) {
		.jq-btn {
			min-width: 88px;
			height: 36px;
			padding: 0 20px;
			font-size: 14px;
			line-height: 34px
		}

		.jq-btn.m-size-s {
			min-width: 66px;
			height: 32px;
			padding: 0 18px;
			line-height: 30px
		}

		.jq-btn.m-size-xl {
			min-width: 160px;
			height: 44px;
			padding: 0 24px;
			font-size: 16px;
			line-height: 42px
		}

		.jq-btn.m-size-xxl {
			width: 100%;
			min-width: auto;
			height: 48px;
			padding: 0 24px;
			font-size: 16px;
			line-height: 46px
		}

		.jq-btn--link,
		.jq-btn--link-weak,
		.jq-btn--link-weak[class*=" m-size-"],
		.jq-btn--link-weak[class^=m-size-],
		.jq-btn--link[class*=" m-size-"],
		.jq-btn--link[class^=m-size-] {
			min-width: auto;
			padding-right: 0;
			padding-left: 0
		}

		.jq-btn__group {
			margin-top: 30px;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap
		}

		.jq-btn__group-item,
		.jq-btn__group .jq-btn {
			width: 1px;
			-ms-flex: 1;
			flex: 1
		}
	}

	.swiper-container {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1
	}

	.swiper-container-vertical>.swiper-wrapper {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -ms-flexbox;
		display: flex;
		transition-property: transform;
		box-sizing: content-box
	}

	.swiper-container-android .swiper-slide,
	.swiper-wrapper {
		transform: translateZ(0)
	}

	.swiper-container-multirow>.swiper-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.swiper-container-multirow-column>.swiper-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.swiper-container-free-mode>.swiper-wrapper {
		transition-timing-function: ease-out;
		margin: 0 auto
	}

	.swiper-container-pointer-events {
		-ms-touch-action: pan-y;
		touch-action: pan-y
	}

	.swiper-container-pointer-events.swiper-container-vertical {
		-ms-touch-action: pan-x;
		touch-action: pan-x
	}

	.swiper-slide {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		transition-property: transform
	}

	.swiper-slide-invisible-blank {
		visibility: hidden
	}

	.swiper-container-autoheight,
	.swiper-container-autoheight .swiper-slide {
		height: auto
	}

	.swiper-container-autoheight .swiper-wrapper {
		-ms-flex-align: start;
		align-items: flex-start;
		transition-property: transform, height
	}

	.swiper-container-3d {
		perspective: 1200px
	}

	.swiper-container-3d .swiper-cube-shadow,
	.swiper-container-3d .swiper-slide,
	.swiper-container-3d .swiper-slide-shadow-bottom,
	.swiper-container-3d .swiper-slide-shadow-left,
	.swiper-container-3d .swiper-slide-shadow-right,
	.swiper-container-3d .swiper-slide-shadow-top,
	.swiper-container-3d .swiper-wrapper {
		transform-style: preserve-3d
	}

	.swiper-container-3d .swiper-slide-shadow-bottom,
	.swiper-container-3d .swiper-slide-shadow-left,
	.swiper-container-3d .swiper-slide-shadow-right,
	.swiper-container-3d .swiper-slide-shadow-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10
	}

	.swiper-container-3d .swiper-slide-shadow-left {
		background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
	}

	.swiper-container-3d .swiper-slide-shadow-right {
		background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
	}

	.swiper-container-3d .swiper-slide-shadow-top {
		background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
	}

	.swiper-container-3d .swiper-slide-shadow-bottom {
		background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
	}

	.swiper-container-css-mode>.swiper-wrapper {
		overflow: auto
	}

	.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
		display: none
	}

	.jq-swiper {
		position: relative
	}

	.jq-swiper .swiper-container-fade {
		overflow: visible
	}

	.jq-swiper__pages {
		margin-top: 34px;
		text-align: center;
		font-size: 0
	}

	.jq-swiper .swiper-pagination-bullet {
		display: inline-block;
		vertical-align: top;
		margin: 0 5px;
		background: #d7dbe0;
		border-radius: 2px;
		width: 30px;
		height: 4px;
		cursor: pointer;
		opacity: 1;
		transition: background-color .3s ease-in-out
	}

	.jq-swiper .swiper-pagination-bullet:focus {
		outline: none
	}

	.jq-swiper .swiper-pagination-bullet:hover {
		background-color: #0052d9
	}

	.jq-swiper .swiper-pagination-bullet-active {
		cursor: default;
		background-color: #0052d9
	}

	.jq-swiper__btn {
		position: absolute;
		top: 50%;
		margin-top: -39px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		font-size: 0;
		background-image: linear-gradient(0deg, #fff, #f3f5f8);
		border: 2px solid #fff;
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff
	}

	.jq-swiper__btn,
	.jq-swiper__btn-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.jq-swiper__btn-inner {
		width: 32px;
		height: 32px;
		background-color: #fff;
		box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .16);
		border-radius: 50%
	}

	.jq-swiper__btn-inner:after {
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-image: linear-gradient(135deg, #dbe2e9, #fff)
	}

	.jq-swiper__btn:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 2;
		margin: -5px 0 0 -3px;
		width: 6px;
		height: 10px
	}

	@media screen and (min-width: 769px) {
		.jq-swiper__btn:after {
			transition: background-image .3s ease-in-out
		}
	}

	.jq-swiper__btn--prev:after {
		background-image: url(../../public/images/sprite.Main.svg);
		background-position: 96.47058823529412% 30.555555555555557%;
		background-size: 2933.333333333333% auto
	}

	.jq-swiper__btn--prev:hover:after {
		background-image: url(../../public/images/sprite.Main.svg);
		background-position: 100% 23.61111111111111%;
		background-size: 2933.333333333333% auto
	}

	.jq-swiper__btn--next:after {
		margin-left: -2px;
		background-image: url(../../public/images/sprite.Main.svg);
		background-position: 96.47058823529412% 23.61111111111111%;
		background-size: 2933.333333333333% auto
	}

	.jq-swiper__btn--next:hover:after {
		background-image: url(../../public/images/sprite.Main.svg);
		background-position: 100% 16.666666666666664%;
		background-size: 2933.333333333333% auto
	}

	.jq-swiper__btn--prev {
		right: 100%;
		margin-right: 20px
	}

	.jq-swiper__btn--next {
		left: 100%;
		margin-left: 20px
	}

	.jq-swiper__btn.swiper-button-disabled {
		opacity: .5;
		cursor: default;
		pointer-events: none
	}

	a:focus,
	a:hover {
		text-decoration: none;
	}

	h3 {
		margin: 0;
	}

	/* 轮播图 */
	.jq-banner {
		position: relative;
		margin-bottom: -46px;
		-webkit-font-smoothing: antialiased
	}

	.jq-banner__main {
		height: 500px;
		position: relative;
		background-color: #e6e9ee
	}

	.jq-banner__item {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 0 20px
	}

	.jq-banner__item-link {
		display: block;
		height: 100%;
		text-decoration: none;
	}

	.jq-banner__item-bg-wrap {
		background: #e6e9ee
	}

	.jq-banner__item-bg,
	.jq-banner__item-bg-wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden
	}

	.jq-banner__item-bg {
		background-position: top;
		background-size: 100% 100%;
		background-repeat: no-repeat
	}

	.jq-banner__item-bg-gradient-left {
		position: absolute;
		left: 50%;
		margin-left: -960px;
		width: 190px;
		height: 100%
	}

	.jq-banner__item-bg-gradient-right {
		position: absolute;
		right: 50%;
		margin-right: -960px;
		width: 190px;
		height: 100%
	}


	.jq-banner__item-videowrap {
		position: absolute;
		left: 50%;
		top: 0;
		width: 1920px;
		height: 100%;
		transform: translateX(-50%);
		overflow: hidden
	}

	.jq-banner__item-video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}

	.jq-banner__item-video.is-hide {
		opacity: 0
	}

	.jq-banner__item-content {
		position: absolute;
		margin: 0 auto;
		max-width: 1180px;
		box-sizing: border-box
	}

	.jq-banner__item-content-inner {
		padding-top: 158px;
		padding-right: 402px;
		padding-left: 150px;
	}

	.jq-banner__item-title {
		margin-bottom: 20px;
		font-size: 36px;
		line-height: 44px;
		color: #181818;
		font-weight: 500;
		max-height: 88px
	}

	.jq-banner__item-desc,
	.jq-banner__item-title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.jq-banner__item-desc {
		font-size: 16px;
		color: #4b5b76;
		line-height: 24px;
		max-height: 48px
	}

	.jq-banner__item-btns {
		margin-top: 32px
	}

	.jq-banner__item-btns .jq-btn {
		margin-right: 20px;
		min-width: 136px;
		background: transparent;
		border-radius: 32px 32px 32px 32px;
		border: 1px solid #000000;
		font-size: 18px;
		color: #141414;
	}

	.jq-banner__item--dark .jq-banner__item-desc,
	.jq-banner__item--dark .jq-banner__item-title {
		color: #fff
	}

	@media screen and (min-width: 769px) {
    .jq-banner__item-content
		.jq-banner--with-3d .jq-banner__item-bg-wrap {
			overflow: hidden
		}

		.jq-banner--with-3d .jq-banner__item-bg {
			left: 50%;
			margin-left: 5px;
			width: 1275px;
			height: 100%
		}

		.jq-banner--with-3d .jq-banner__item--video .jq-banner__item-bg {
			left: 0;
			margin-left: 0;
			width: 100%
		}

		.jq-banner--with-3d .jq-banner__item:first-child .jq-banner__item-bg {
			background-image: url(images/hero2-bg-pc1_160.jpg)
		}

		.jq-banner--with-3d .jq-banner__item:nth-child(2) .jq-banner__item-bg {
			background-image: url(images/hero2-bg-pc2_5f8.jpg)
		}

		.jq-banner--with-3d .jq-banner__item:nth-child(3) .jq-banner__item-bg {
			background-image: url(images/hero2-bg-pc3_475.jpg)
		}

		.jq-banner--with-3d .jq-banner__item:nth-child(4) .jq-banner__item-bg {
			background-image: url(images/hero2-bg-pc4_e01.jpg)
		}

		.jq-banner--with-3d .jq-banner__item:nth-child(5) .jq-banner__item-bg {
			background-image: url(images/hero2-bg-pc5_f5e.jpg)
		}
	}

	@media screen and (min-width: 1440px) {
		.jq-view-l .jq-banner__item {
			padding-left: 40px;
			padding-right: 40px
		}

		.jq-view-l .jq-banner__item-content {
			max-width: 1420px;
      top: 0;
		}

		.jq-view-l .jq-banner__item-content-inner {
			/* padding-left: 318px; */
			padding-right: 522px
		}
	}

	@media screen and (min-width: 769px) and (max-width:1440px) {
		.jq-banner__item-3d-main {
			left: auto;
			right: 72px;
			margin-left: 0
		}

		.jq-banner--with-3d .jq-banner__item-bg {
			right: -560px;
			left: auto;
			margin-left: 0
		}

		.jq-banner--with-3d .jq-banner__item-content-inner {
			padding-right: 522px
		}
	}

	@media screen and (max-width: 768px) {
		.jq-banner {
			margin-top: 0;
			margin-bottom: -22px
		}

		.jq-banner__main {
			height: 380px;
		}

		.jq-banner .hero__model-wrap,
		.jq-banner .jq-banner__item-3d {
			display: none
		}

		.jq-banner__item {
			position: relative;
			padding: 0
		}

		.jq-banner__item-link {
			padding: 0 16px 84px;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			flex-direction: column;
			-ms-flex-pack: end;
			justify-content: flex-end
		}

		.jq-banner__item-bg {
			display: none
		}

		.jq-banner__item-bg--mobile {
			display: block;
			background-size: 100% 100%;
			background-position: top;
			background-repeat: no-repeat
		}

		.jq-banner__item-3d-main {
			position: absolute;
			top: -20px;
			left: 50%;
			margin: 0 0 0 -150px;
			width: 300px;
			height: 284px
		}

		.jq-banner__item-content {
			text-align: center;
			width: 100%;
      bottom: 90px;
		}

		.jq-banner__item-content-inner {
			padding-top: 0;
			padding-left: 0;
			padding-right: 0
		}

		.jq-banner__item-title {
			margin-bottom: 8px;
			line-height: 40px;
			font-size: 24px !important;
			color: #141414;
		}

		.jq-banner__item-desc,
		.jq-banner__item-title {
			display: block;
			max-height: none;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis
		}

		.jq-banner__item-desc {
			line-height: 24px;
			font-size: 14px;
			color: #3d485d
		}

		.jq-banner__item-btns {
			display: none
		}

		.jq-banner--with-3d .jq-banner__item-3d {
			display: block
		}
	}

	.jq-banner .dg.ac {
		z-index: 16666 !important
	}

	.jq-banner .hero__model-wrap {
		display: none;
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		pointer-events: none
	}

	.jq-banner .hero__model-inner-wrap {
		position: absolute;
		width: 460px;
		height: 392px;
		left: 50%;
		top: 62px;
		margin-left: 188px
	}

	.jq-banner .hero__model-canvas {
		width: 460px;
		height: 392px;
		pointer-events: auto;
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		background: transparent;
		cursor: pointer
	}

	.jq-banner .tp-mat-product-section {
		position: relative;
		z-index: 10
	}

	@media screen and (min-width: 769px) {
		.jq-banner--with-3d .hero__model-wrap {
			display: block
		}
	}

	@media screen and (min-width: 769px) and (max-width:1440px) {
		.jq-banner .hero__model-inner-wrap {
			left: auto;
			right: 72px;
			margin-left: 0
		}
	}

	@media screen and (min-width: 769px) {
		.jq-banner__ctrl {
			left: 50%;
			top: 0;
			z-index: 2;
			padding: 0 20px;
			max-width: 1220px;
			width: 100%;
			height: 100%;
			font-size: 0;
			transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			pointer-events: none
		}

		.jq-banner__ctrl,
		.jq-banner__ctrl-list {
			position: absolute;
			box-sizing: border-box
		}

		.jq-banner__ctrl-list {
			z-index: 1;
			top: 108px;
			left: 20px;
			width: 268px;
			min-height: 300px;
			border-right: 2px solid #fff;
			pointer-events: visible
		}

		.jq-banner__ctrl-item {
			position: relative;
			cursor: pointer;
			color: #181818;
			margin-right: -2px
		}
	}

	@media screen and (min-width: 769px) and (min-width:769px) {
		.jq-banner__ctrl-item {
			transition: color .3s ease-in-out;
			-ms-transition: color .3s ease-in-out;
			-moz-transition: color .3s ease-in-out;
			-webkit-transition: color .3s ease-in-out;
			-o-transition: color .3s ease-in-out
		}
	}

	@media screen and (min-width: 769px) {
		.jq-banner__ctrl-item-line {
			position: absolute;
			right: -2px;
			left: 0;
			transition: all .4s cubic-bezier(0, 0, 0, 1)
		}

		.jq-banner__ctrl-item-line:before {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .6));
			transition: background-image .3s cubic-bezier(1, .05, .58, 1)
		}

		.jq-banner__ctrl-item-line:after {
			content: "";
			position: absolute;
			right: 0;
			top: 0;
			z-index: 2;
			width: 2px;
			height: 100%;
			background-color: #FE8C2F;
			transition: all .3s ease-in-out
		}
	}

	@media screen and (min-width: 769px) {
		.jq-banner__ctrl-item-inner {
			position: relative;
			padding-right: 30px;
			height: 60px
		}
	}

	@media screen and (min-width: 769px) {
		.jq-banner__ctrl-item-tit {
			height: inherit;
			box-sizing: border-box;
			display: -ms-flexbox;
			display: flex;
			width: 100%;
			-ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-ms-flex-align: center;
			align-items: center;
			-ms-flex-pack: end;
			justify-content: flex-end
		}
	}

	@media screen and (min-width: 769px) {
		.jq-banner__ctrl-item-tittext {
			line-height: 24px;
			font-size: 16px;
			font-weight: 400;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			transition: font-size .4s ease-in-out
		}
	}

	@media screen and (min-width: 769px) {
		.jq-banner__ctrl-item-tag {
			margin-right: 12px;
			padding: 0 8px;
			height: 22px;
			line-height: 22px;
			font-size: 12px;
			color: #fff;
			text-align: center;
			border-radius: 2px;
			-ms-flex-positive: 0;
			flex-grow: 0;
			-ms-flex-negative: 0;
			flex-shrink: 0;
			background: #f64041
		}
	}

	@media screen and (min-width: 769px) {
		.jq-banner__ctrl-item-progress {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 3px;
			background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
			opacity: 0;
			visibility: hidden;
			transition: opacity .3s ease-in-out, background-image .3s ease-in-out;
			transform-origin: left center
		}
	}

	@media screen and (min-width: 769px) {

		.jq-banner__ctrl-item.is-active,
		.jq-banner__ctrl-item:hover {
			color: #FE8C2F
		}
	}

	@media screen and (min-width: 769px) {
		.jq-banner__ctrl-item.is-active .jq-banner__ctrl-item-progress {
			opacity: 1;
			visibility: visible
		}

		.jq-banner__ctrl-item.is-active .jq-banner__ctrl-item-tittext {
			font-weight: 500
		}
	}

	@media screen and (min-width: 769px) {
		.jq-banner--dark .jq-banner__ctrl-list {
			border-right-color: rgba(0, 0, 0, .15)
		}

		.jq-banner--dark .jq-banner__ctrl-item {
			color: #fff
		}

		.jq-banner--dark .jq-banner__ctrl-item-line:before {
			background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .15))
		}

		.jq-banner--dark .jq-banner__ctrl-item-line:after {
			background-color: #fff
		}

		.jq-banner--dark .jq-banner__ctrl-item-progress {
			background: linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, 0))
		}

		.jq-banner--dark .jq-banner__ctrl-item.is-active,
		.jq-banner--dark .jq-banner__ctrl-item:hover {
			color: #fff
		}
	}

	@media screen and (min-width: 769px) and (min-width:1440px) {
		.jq-view-l .jq-banner__ctrl {
			padding: 0 40px;
			max-width: 1500px
		}

		.jq-view-l .jq-banner__ctrl-list {
			top: 108px;
			left: 40px
		}
	}

	@media screen and (max-width: 768px) {
		.jq-banner__ctrl {
			position: absolute;
			left: 0;
			bottom: 54px;
			z-index: 2;
			padding: 0 16px;
			width: 100%;
			font-size: 0;
			text-align: center;
			box-sizing: border-box
		}

		.jq-banner__ctrl-list {
			margin: 0 auto;
			max-width: 1180px
		}

		.jq-banner__ctrl-item {
			position: relative;
			display: inline-block;
			vertical-align: middle;
			padding: 10px 0;
			cursor: pointer;
			overflow: hidden
		}

		.jq-banner__ctrl-item:before {
			content: "";
			display: block;
			width: 30px;
			height: 4px;
			background-color: #d7dbe0;
			border-radius: 2px
		}

		.jq-banner__ctrl-item+.jq-banner__ctrl-item {
			margin-left: 10px
		}

		.jq-banner__ctrl-item-inner {
			position: absolute;
			left: 0;
			top: 10px;
			width: 100%;
			height: 4px;
			display: none;
			background-color: #FE8C2F;
			border-radius: 2px
		}

		.jq-banner__ctrl-item.is-active .jq-banner__ctrl-item-inner {
			display: block
		}
	}

	.jq-banner__entries-wrap {
		position: relative;
		z-index: 11;
		margin-top: -46px;
		padding: 0 20px;
		pointer-events: none
	}

	.jq-banner__entries-inner {
		margin: 0 auto;
		max-width: 1180px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.jq-banner__entry {
		display: block;
		/* margin-right: 20px; */
		/* background-image: linear-gradient(0deg, #fff, #f3f5f8);
		border: 2px solid #fff;
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
		border-radius: 4px;
		box-sizing: border-box; */
		-ms-flex: 1;
		flex: 1;
		/* width: 1px; */
		/* max-width: none; */
		height: auto;
		/* padding: 18px; */
		position: relative;
		pointer-events: auto
	}

	.jq-banner__entry.active .jq-banner__entry-title {
		color: #FE6E00;
		font-weight: bold;
	}

	@media screen and (min-width: 769px) {
		.jq-banner__entry {
			transition: box-shadow .3s ease-in-out
		}
	}

	.jq-banner__entry:last-child {
		margin-right: 0
	}

	.jq-banner__entry-title {
		margin-bottom: 4px;
		font-size: 18px;
		font-weight: 400;
		color: #141414;
		line-height: 55px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	@media screen and (min-width: 769px) {
		.jq-banner__entry-title {
			transition: color .3s ease-in-out
		}
	}

	.jq-banner__entry-icon {
		display: inline-block;
		vertical-align: -5.5px;
		width: 24px;
		height: 24px;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: contain;
		margin-right: 12px
	}

	.jq-banner__entry-desc {
		max-height: 44px;
		line-height: 22px;
		font-size: 14px;
		color: #4b5b76;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2
	}

	.jq-banner__entry-mobile {
		display: none
	}

	.jq-banner--with-3d .jq-banner__entry,
	.jq-banner--with-3d .jq-banner__entry:hover {
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1)
	}

	@media screen and (min-width: 1440px) {
		.jq-view-l .jq-banner__entries-wrap {
			position: absolute;
			bottom: 0;
			background: rgba(255, 255, 255, 0.7);
			width: 100%;
			text-align: center;
			color: #141414;
		}

		.jq-banner__entry {
			height: 55px;
			line-height: 55px;
		}

		.jq-view-l .jq-banner__entries-inner {
			max-width: 1420px
		}

		.jq-view-l .jq-banner__entry-desc {
			-webkit-line-clamp: 1
		}
	}

	@media screen and (max-width: 1200px) {
		.jq-banner__entries-inner {
			-ms-flex-pack: center;
			justify-content: center
		}

		.jq-banner__entry {
			-ms-flex: 1;
			flex: 1;
			max-width: none
		}
	}

	@media screen and (max-width: 768px) {
		.jq-banner__entries-wrap {
			padding: 0;
			margin-top: -80px;
			pointer-events: auto
		}

		.jq-banner__entries-inner {
			padding: 0 16px;
			-ms-flex-pack: center;
			justify-content: center
		}

		.jq-banner__entry {
			margin-right: 8px;
			padding: 12px 8px 8px;
			height: auto;
			min-height: 68px;
			-ms-flex: 1;
			flex: 1;
			width: 1px;
			text-align: center
		}

		.jq-banner__entry:last-child {
			margin-right: 0
		}

		.jq-banner__entry-icon {
			margin-bottom: 4px
		}

		.jq-banner__entry-title {
			display: none;
			margin-bottom: 0;
			font-size: 12px !important;
			line-height: 20px
		}

		.jq-banner__entry-desc {
			display: none
		}

		.jq-banner__entry-mobile,
		.jq-banner__entry-mobile .jq-banner__entry-title {
			display: block
		}

		.jq-banner__entry-icon {
			display: block;
			margin: 0 auto 4px
		}

		.jq-banner__entries--with-media .jq-banner__entry:nth-child(3) {
			margin-right: 0
		}
	}

	@media screen and (max-width: 600px) {
		.jq-banner__entries-inner {
			-ms-flex-pack: start;
			justify-content: start
		}

		.jq-banner__entry {
			-ms-flex: none;
			flex: none;
			margin-bottom: 8px;
			padding: 10px 6px;
			min-height: auto;
			width: calc(50% - 4px);
			text-align: left;
			background-image: linear-gradient(0deg, #fff, #f3f5f8);
			border: 2px solid #fff;
			box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
			border-radius: 4px;
			box-sizing: border-box;
			padding: 18px 8px;
		}

		.jq-banner__entry:nth-child(n+5) {
			display: none
		}

		.jq-banner__entry:nth-child(2n) {
			margin-right: 0
		}

		.jq-banner__entry:nth-child(n+3) {
			margin-bottom: 0
		}

		.jq-banner__entry-title {
			line-height: 24px
		}

		.jq-banner__entry-icon {
			display: inline-block;
			vertical-align: -7px;
			margin: 0 8px 0 0
		}

		.jq-banner__entries--with-media .jq-banner__entry {
			margin-bottom: 0
		}

		.jq-banner__entries--with-media .jq-banner__entry:nth-child(3) {
			display: none
		}
	}

	.jq-banner-description {
		position: absolute;
		bottom: 0;
		background: rgba(255, 255, 255, 0.7);
		width: 100%;
		height: 55px;
		line-height: 55px;
		text-align: center;
		color: #141414;
	}

	.jq-banner-description span {
		width: 300px;
		display: inline-block;
		font-family: Microsoft YaHei, Microsoft YaHei;
		font-weight: 400;
		font-size: 18px;
		color: #141414;
		cursor: pointer;
		line-height: 40px;
	}

	.jq-banner-description span.active {
		color: #FE6E00;
		font-weight: bold;
	}



	.jq-section {
		padding: 60px 20px;
	}

	/* 每个模块的标题部分 */
	.jq-section__inner {
		margin: 0 auto;
		box-sizing: border-box;
		max-width: 1180px;
	}

	.jq-section__hd {
		margin-bottom: 32px;
		text-align: center;
		-webkit-font-smoothing: antialiased
	}

	.jq-section__title {
		font-weight: 500;
		font-size: 28px;
		color: #000;
		line-height: 48px
	}

	.jq-section__sub {
		margin-top: 12px
	}

	.jq-section__desc {
		font-size: 14px;
		color: #3d485d;
		line-height: 20px
	}

	.jq-section__links {
		margin-left: 12px
	}

	.jq-section__links .tp-link {
		margin-right: 12px
	}

	.jq-section__links .tp-link:last-child {
		margin-right: 0
	}

	.jq-section__links .jq-link.tp-link--arrow:after {
		background-image: url(../../public/images/sprite.Main.svg);
		background-position: 96.47058823529412% 52.77777777777778%;
		background-size: 2933.333333333333% auto;
	}

	@media screen and (min-width: 1440px) {
		.jq-section {
			padding-left: 40px;
			padding-right: 40px
		}

		.jq-section.is-full {
			padding-left: 0;
			padding-right: 0
		}

		.jq-section__inner {
			max-width: 1420px
		}

		.jq-section__hd {
			margin-bottom: 40px
		}
	}

	@media screen and (max-width: 768px) {
		.jq-section {
			position: relative;
			padding: 0
		}

		.jq-section__inner {
			padding: 32px 16px
		}

		.jq-section__hd {
			margin-bottom: 20px
		}

		.jq-section__title {
			font-size: 20px;
			color: #000;
			line-height: 28px
		}
	}

	@media screen and (max-width: 600px) {
		.jq-section__inner {
			padding: 32px 16px
		}

		.jq-case__section .jq-section__inner {
			padding: 5px 16px;
		}

		.jq-case__section .jq-section__hd {
			margin-top: 0;
		}
	}


	/* 金曲 产品家族 */
	.jq-product {
		-webkit-font-smoothing: antialiased;
		width: 100%
	}

	.jq-product__cards {
		width: 100%;
		white-space: nowrap;
		font-size: 0
	}

	.jq-product__card {
		display: inline-block;
		transition: width .3s ease-in-out, box-shadow .3s ease-in-out;
		margin-right: 20px;
		width: 160px;
		border: 2px solid #fff;
		box-sizing: border-box;
		color: #fff;
		overflow: hidden;
		border-radius: 4px;
		position: relative;
		box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
		padding: 22px 18px;
	}

	.jq-product__card-tit {
		font-weight: 500;
		font-size: 16px;
		line-height: 26px;
		position: relative;
		cursor: pointer;
		color: #fff;
		z-index: 2;
		display: block;
	}

	.jq-product__card-cover {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 62px 20px 22px;
		background-position: 0 0;
		background-size: auto 100%;
		background-repeat: no-repeat;
		transition: opacity .3s ease-in-out;
	}

	.jq-product__card-cnt {
		opacity: 0;
		transition: all .3s ease-in-out
	}

	.jq-product__card-desc {
		font-size: 14px !important;
		line-height: 22px;
		white-space: pre-wrap;
		max-width: 152px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	@media screen and (min-width: 769px) {
		.jq-product__card {
			height: 410px
		}

		.jq-product__card.is-active {
			font-size: 0;
			width: 460px;
			background: linear-gradient(180deg, #f3f5f8, #fff);
			box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff
		}

		.jq-product__card.is-active:hover {
			box-shadow: 8px 8px 20px rgba(55, 99, 170, .2), -8px -8px 20px #fff
		}

		.jq-product__card.is-active .jq-product__card-cover {
			opacity: 0
		}

		.jq-product__card.is-active .jq-product__card-cnt {
			opacity: 1
		}

		.jq-product__card.is-active .jq-product__card-tit.pc,
		.jq-product__card.is-active .jq-product__card-desc {
			display: none
		}

		.jq-product__card.is-active .jq-product__card-tit {
			color: #181818;
			transition: color .3s ease-in-out
		}

		.jq-product__card.is-active .jq-product__card-tit:hover {
			color: #FE8C2F
		}
	}

	.jq-product__card-link {
		display: none
	}

	.jq-product__card-bg-icon {
		position: absolute;
		width: 200px;
		height: 200px;
		left: 256px;
		bottom: 0;
		opacity: .5
	}

	.jq-product__card:last-child {
		margin-right: 0
	}

	.jq-product__card-sub {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
		color: #181818
	}

	.jq-product__card-features {
		font-size: 14px;
		line-height: 30px;
		white-space: pre-wrap;
		color: #141414;
	}

	.jq-product__card .jq-group {
		margin-top: 20px
	}

	.jq-product__card .jq-group__tit {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 12px
	}

	.jq-product__card .jq-group+.jq-group {
		margin-top: 20px
	}

	.jq-product__card-case .jq-logo-card__list {
		padding: 0
	}

	.jq-product__card-case .jq-logo-card__list>li {
		padding: 0 8px 12px;
		position: relative
	}

	.jq-product__card-case .jq-logo-card__list>li:first-child {
		padding-left: 0
	}

	.jq-product__card-case .jq-logo-card__list>li:last-child {
		padding-right: 0
	}

	.jq-product__card-case .jq-logo-card {
		width: 120px;
		padding: 12px;
		box-sizing: border-box;
		box-shadow: none;
		background: #fff;
		border: 1px solid #e5e8ed;
		border-radius: 4px
	}

	.jq-product__card-case .jq-logo-card:hover {
		background: linear-gradient(180deg, #f3f5f8, #fff);
		border: 1px solid #fff;
		box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff
	}

	.jq-product__card-prod .jq-list {
		display: -ms-flexbox;
		display: flex
	}

	.jq-product__card-prod .jq-list__item--icon+.jq-list__item--icon {
		margin-top: 0;
		margin-left: 16px
	}

	.jq-product__card-prod .jq-list__item {
		position: relative
	}

	.jq-product__card-prod .jq-list__item-link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}

	.jq-product__card-prod .jq-list__item-link .jq-list__item-text {
		font-size: 16px;
		color: #181818;
		opacity: .8
	}

	.jq-product__card-prod .jq-list__item-link:hover .jq-list__item-text {
		color: #FE8C2F
	}

	.jq-product__card-prod .jq-list__item-icon {
		width: 20px;
		margin-right: 8px
	}

	.jq-product__card-prod .jq-list__item-cnt {
		display: inline
	}

	.jq-product__card-btn.mobile,
	.jq-product__card-tit.mobile {
		display: none
	}

	.jq-product__card-btns {
		margin-top: 20px
	}

	.jq-product__card-btns .jq-btn {
		width: 200px;
		position: relative
	}

  .jq-product__card-btns .jq-btn:hover {
    color: #fff !important;
  }

	.jq-product__card-btns .jq-btn__text {
		-webkit-font-smoothing: auto
	}

	.jq-product__card-btns .jq-btn__icon {
		margin-right: 6px
	}

	.jq-product__card-btns .jq-btn__icon .connect {
		width: 16px;
		height: 16px;
		background-position: 50%;
		background-size: auto 100%;
		background-repeat: no-repeat;
		/* background-image: url(images/connect_62c.svg) */
	}

	.jq-product__card-btns .jq-btn+.jq-btn {
		margin-left: 20px
	}

	.jq-product__card-btns .jq-btn--white {
		box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff
	}

	@media screen and (min-width: 769px) {
		.jq-product__card.v2 {
			height: 430px
		}

		.jq-product__card.v2 .jq-product__card-prod {
			font-weight: 500;
			opacity: 1
		}

		.jq-product__card.v2 .jq-product__card-btns {
			margin-top: 36px
		}

		.jq-product__card.v2 .jq-product__card-cover {
			background-position: 100% 0
		}

		.jq-product__card.v2 .jq-product__card-desc {
			position: absolute;
			/* right: 18px; */
			top: 62px;
			transition: opacity .3s ease-in-out, transform .3s ease-in-out;
			max-width: calc(100% - 36px)
		}

		.jq-product__card.v2 .jq-product__card-cnt {
			transition: all .3s ease-in-out;
			position: absolute;
			top: 50px;
			right: 18px;
			pointer-events: none;
			min-width: calc(100% - 36px)
		}

		.jq-product__card.v2 .jq-group__tit {
			font-size: 18px;
			line-height: 26px
		}

		.jq-product__card.v2.is-active .jq-product__card-cover {
			opacity: .2
		}

		.jq-product__card.v2.is-active .jq-product__card-desc {
			display: block;
			opacity: 0;
			transform: translateY(20px);
			pointer-events: none
		}

		.jq-product__card.v2.is-active .jq-product__card-cnt {
			pointer-events: auto
		}
	}

	@media screen and (min-width: 769px) {
		.jq-product .jq-product__nav-icon.is-enter {
			animation: jq-product__nav-icon-enter .3s steps(16) forwards
		}

		.jq-product .jq-product__nav-icon.is-leave {
			animation: jq-product__nav-icon-leave .3s steps(16) forwards
		}

		@keyframes jq-product__nav-icon-enter {
			0% {
				background-position: 0 0
			}

			to {
				background-position: 0 -768px
			}
		}

		@keyframes jq-product__nav-icon-leave {
			0% {
				background-position: 0 -768px
			}

			to {
				background-position: 0 0
			}
		}
	}

	.jq-product__navs {
		font-size: 0;
		margin: 20px -10px -20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.jq-product__navs>li {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		box-sizing: border-box;
		padding: 0 10px;
		margin-bottom: 20px
	}

	.jq-product__nav {
		display: block;
		height: 100%
	}

	.jq-product__nav-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		box-sizing: border-box;
		height: 100%;
		padding: 24px 20px;
		background-image: linear-gradient(180deg, #f3f5f8, #fff);
		border: 2px solid #fff;
		box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
		border-radius: 4px
	}

	@media screen and (min-width: 769px) {
		.jq-product__nav-inner {
			transition: background .3s ease-in-out, box-shadow .3s ease-in-out
		}
	}

	.jq-product__nav-icon {
		position: absolute;
		width: 48px;
		height: 48px;
		right: 20px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top
	}

	.jq-product__nav-cnt {
		max-width: calc(100% - 56px);
		overflow: hidden
	}

	.jq-product__nav-title {
		font-weight: 500;
		font-size: 16px;
		line-height: 26px;
		color: #141414;
	}

	@media screen and (min-width: 769px) {
		.jq-product__nav-title {
			transition: color .3s ease-in-out
		}
	}

	.jq-product__nav-desc {
		margin-top: 8px;
		font-size: 14px;
		line-height: 22px;
		color: #4b5b76;
		opacity: .8;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		max-height: 44px
	}

	.jq-product__nav:hover .jq-product__nav-inner {
		background: #f3f5f8;
		box-shadow: inset 8px 8px 20px rgba(55, 99, 170, .1), inset -8px -8px 20px #fff
	}

	/* .jq-product__nav:hover .jq-product__nav-title {
		color: #FE8C2F
	} */

	.jq-product__nav.is-more {
		position: relative
	}

	.jq-product__nav.is-more .jq-product__nav-link {
		font-size: 14px;
		line-height: 22px;
		color: #FE8C2F;
		display: inline-block;
		margin-top: 8px;
		position: absolute;
		bottom: 24px;
		left: 20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center
	}

	.jq-product__nav.is-more .jq-product__nav-link:after {
		content: "";
		display: inline-block;
		width: 16px;
		transition: transform .4s ease-in-out;
		height: 16px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 50%;
		/* background-image: url(images/icon-arrow_05e.svg) */
	}

	.jq-product__nav.is-more .jq-product__nav-link:hover:after {
		transform: translateX(4px)
	}

	.jq-product__nav.is-more .jq-link {
		font-size: 14px;
		line-height: 22px;
		color: #FE8C2F;
		display: inline-block;
		margin-top: 8px;
		position: absolute;
		bottom: 24px;
		left: 20px
	}

	.jq-product__nav.is-more:after {
		content: "";
		width: 70px;
		height: 67px;
		position: absolute;
		right: 20px;
		bottom: 10px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: 50%;
		/* background-image: url(images/bg-more_01c.png) */
	}

	@media screen and (min-width: 1440px) {
		.jq-view-l .jq-product__card {
			width: 196px
		}

		.jq-view-l .jq-product__card-btns .jq-btn {
			width: 248px
		}

		.jq-view-l .jq-product__card-bg-icon {
			left: 352px
		}

		.jq-view-l .jq-product__card.is-active {
			width: 556px
		}
	}

	@media screen and (min-width: 1600px) {
		.jq-view-l .jq-product__nav-desc {
			display: block;
			white-space: nowrap;
			text-overflow: ellipsis
		}
	}

	@media screen and (min-width: 1440px) and (max-width:1500px) {
		.jq-view-l .jq-product__card-btns .jq-btn {
			max-width: calc(50% - 10px)
		}

		.jq-view-l .jq-product__card.is-active {
			width: calc(100% - 864px)
		}
	}

	@media screen and (min-width: 1200px) and (max-width:1220px) {
		.jq-product__card-btns .jq-btn {
			max-width: calc(50% - 10px)
		}

		.jq-product__card.is-active {
			width: calc(100% - 720px)
		}
	}

	@media screen and (min-width: 769px) and (max-width:1200px) {
		.jq-product__card {
			width: 157px
		}

		.jq-product__card-btns .jq-btn {
			width: 190px
		}

		.jq-product__card.is-active {
			width: 452px
		}
	}

	@media screen and (max-width: 768px) {
		.jq-product__section .jq-section__inner {
			padding-top: 100px;
		}

		.jq-product__cards {
			box-sizing: border-box;
			white-space: normal;
			/* white-space: pre-wrap; */
			width: calc(100% + 12px);
			margin: 0 -6px -12px
		}

		.jq-product__card {
			margin: 0 6px 12px;
			width: calc(33.33333% - 12px);
			padding: 16px 12px;
			height: 165px
		}

		.jq-product__card-cnt {
			display: none
		}

		.jq-product__card-cover {
			background-size: auto 100%;
			background-position: 100% 0;
			padding: 14px 12px
		}

		.jq-product__card:last-child {
			margin-right: 6px
		}

		.jq-product__card-tit {
			font-size: 16px;
			line-height: 22px;
		}

		.jq-product__card-tit.pc {
			display: none
		}

		.jq-product__card-tit.mobile {
			display: block;
			z-index: unset;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		.jq-product__card-desc {
			margin-top: 8px;
			max-width: 100%;
      height: 44px;
			/* text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap */
		}

		.jq-product__card-btn.mobile {
			display: block;
			margin-top: 8px;
			position: relative;
			z-index: 1
		}

		.jq-product__card-btn.mobile .jq-btn {
			width: 100%;
			font-size: 14px;
			line-height: 22px;
			color: #2673E6;
		}

		.jq-product__card-btn.mobile .jq-btn__text {
			-webkit-font-smoothing: auto
		}

		.jq-product__card-link {
			display: block;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 1
		}

		.jq-product__navs {
			margin: 12px -6px -12px
		}

		.jq-product__navs>li {
			width: 33.33%;
			padding: 0 6px;
			margin-bottom: 12px
		}

		.jq-product__nav-inner {
			padding: 20px 16px;
			display: -ms-flexbox;
			display: block;
			text-align: center;
		}

		.jq-product__nav-icon {
			display: inline-block;
			position: static;
			width: 24px;
			height: 24px;
			margin-right: 8px
		}

		.jq-product__nav-cnt {
			max-width: calc(100% - 32px)
		}

		.jq-product__nav-title {
			font-weight: 400;
			font-size: 12px !important;
			line-height: 14px;
			color: #141414;
		}

		.jq-product__nav-desc {
			display: none
		}

		.jq-product__nav.is-more .jq-product__nav-inner {
			-ms-flex-pack: center;
			justify-content: center
		}

		.jq-product__nav.is-more .jq-product__nav-title {
			display: none
		}

		.jq-product__nav.is-more .jq-link,
		.jq-product__nav.is-more .jq-product__nav-link {
			margin-top: 0;
			position: static
		}

		.jq-product__nav.is-more:after {
			display: none
		}
	}

	@media screen and (max-width: 600px) {
		.jq-product__card {
			width: calc(50% - 12px)
		}

		.jq-product__nav-inner {
			padding: 12px 8px;
			-ms-flex-direction: column;
			flex-direction: column
		}

		.jq-product__nav-icon {
			margin-right: 0;
			margin-bottom: 8px
		}

		.jq-product__nav-cnt {
			max-width: 100%
		}
	}

	/* 指定服务商 */
	.jq-action-panel {
		padding: 0 20px;
		height: 160px;
		background: #242933;
	}

	.jq-action-panel__inner {
		margin: 0 auto;
		max-width: 1180px;
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 20px;
		color: #fff;
		line-height: 32px;
		-ms-flex-align: center;
		-webkit-font-smoothing: antialiased
	}

	.jq-action-panel__btns {
		margin-top: 12px
	}

	.jq-action-panel__btns .jq-btn {
		min-width: 126px;
		border-color: hsla(0, 0%, 100%, .6)
	}


	@media screen and (min-width: 1440px) {
		.jq-action-panel {
			padding-left: 40px;
			padding-right: 40px
		}

		.jq-action-panel__inner {
			max-width: 1420px
		}
	}

	@media screen and (max-width: 1439px) {
		.jq-action-panel {
			background-position: center right -200px
		}

		.jq-action-panel__cnt {
			padding-right: 390px
		}
	}

	@media screen and (max-width: 1200px) {
		.jq-action-panel {
			background-position: center right -320px
		}

		.jq-action-panel__cnt {
			padding-right: 300px
		}
	}

	@media screen and (max-width: 768px) {
		.jq-action-panel {
			/* background: #242933 url(images/bg-mobile_54b.jpg) 100% 100% no-repeat; */
			/* background-size: auto 140%; */
			/* height: auto; */
			padding: 0
		}

		.jq-action-panel__inner {
			font-size: 18px;
			line-height: 28px;
			padding: 32px 16px
		}

		.jq-action-panel__cnt {
			padding-right: 200px
		}

		.jq-action-panel__btns {
			margin-top: 32px
		}
	}

	@media screen and (max-width: 768px) {
		.jq-action-panel {
			background-size: auto 100%
		}

		.jq-action-panel__inner {
			padding-left: 16px;
			padding-right: 16px
		}

		.jq-action-panel__cnt {
			padding-right: 0
		}
	}

	/* 金曲 基础设施 jq-infrastructure__section */
	.jq-infrastructure__section {
		position: relative;
		padding-bottom: 0
	}

	.jq-infrastructure__section .jq-section__hd {
		position: relative;
		z-index: 2;
		margin: 0;
		padding-top: 30px;
	}

	.jq-infrastructure {
		height: 542px;
		-webkit-font-smoothing: antialiased
	}

	.jq-infrastructure__bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(../../public/images/bg_2.png) 20% 20%;
		background-size: 1920px auto;
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.jq-chart {
		position: relative;
		height: 100%;
		overflow: hidden
	}

	.jq-chart-trigger {
		position: absolute;
		left: 50%;
		transform: translateX(-50%)
	}

	.jq-chart-trigger {
		display: block;
		z-index: 1;
		width: 1325px;
		height: 100%;
		top: 10px;
		cursor: pointer;
		/* background: url(../../public/images/map_china.png) 0% / 100% no-repeat; */
	}

	.jq-infrastructure__main {
		position: relative;
		height: 485px;
		z-index: 5;
		pointer-events: none
	}

	.jq-infrastructure__tab {
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
		pointer-events: auto
	}

	.jq-infrastructure__tab-list {
		font-size: 0;
		margin-bottom: -2px
	}

	.jq-infrastructure__tab-item {
		display: inline-block;
		vertical-align: top;
		margin-right: 32px
	}

	.jq-infrastructure__tab-item-link {
		box-sizing: border-box;
		border: 2px solid transparent;
		background: #f3f5f8;
		box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, .11), inset -8px -8px 20px 0 #fff;
		border-radius: 6px;
		font-size: 14px;
		color: #3d485d;
		line-height: 28px;
		font-weight: 500;
		text-align: center;
		cursor: pointer;
		padding: 0 12px;
		min-width: 64px
	}

	.jq-infrastructure__tab-item-link:hover {
		color: #FE8C2F
	}

	.jq-infrastructure__tab-item.is-active {
		position: relative;
		z-index: 2
	}

	.jq-infrastructure__tab-item.is-active .jq-infrastructure__tab-item-link {
		border-color: #fff #fff transparent;
		background: linear-gradient(180deg, #f4f6f8 0, #f5f7f9);
		padding-bottom: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		color: #FE8C2F;
		cursor: default;
		box-shadow: none
	}

	.jq-infrastructure__tab-item:first-child.is-active:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: -6px;
		border-left: 2px solid #fff;
		background-color: #f5f7f9;
		width: 6px;
		height: 8px;
		pointer-events: none
	}

	.jq-infrastructure__tab-bd {
		background: linear-gradient(180deg, #f5f7f9 0, #fff);
		border: 2px solid #fff;
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
		border-radius: 6px;
		box-sizing: border-box;
		min-height: 220px;
		padding: 24px 8px 24px 30px;
		display: inline-block;
		vertical-align: top;
		min-width: 636px
	}

	.jq-infrastructure__region {
		position: relative;
		min-height: 216px
	}

	.jq-infrastructure__region-all {
		position: relative;
		z-index: 2;
		font-size: 0;
		padding-right: 320px
	}

	.jq-infrastructure__region-list {
		display: inline-table;
		margin-right: 60px;
		white-space: nowrap;
		margin-bottom: -8px
	}

	.jq-infrastructure__region-item {
		display: table-row;
		font-size: 14px;
		color: #141414;
		line-height: 24px
	}

	.jq-infrastructure__region-item-label {
		display: table-cell;
		padding-bottom: 8px
	}

	.jq-infrastructure__region-item-label:after {
		content: "："
	}

	.jq-infrastructure__region-item-text {
		display: table-cell;
		padding-bottom: 8px
	}

	.jq-infrastructure__region-map {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -100px;
		width: 400px;
		height: 200px
	}

	.jq-infrastructure__region-map img {
		display: block;
		width: 100%;
		height: 100%
	}

	.jq-infrastructure .jq-chart-canvas {
		width: 1152px !important;
		height: 900px !important;
		margin-left: 200px;
		position: absolute;
		top: 80px;
	}

	.jq-infrastructure__pc-metrics {
		margin-bottom: 67px
	}

	.jq-infrastructure__pc-metrics:last-child {
		margin-bottom: 0
	}

	.jq-infrastructure__pc-metrics-title {
		margin-bottom: 4px;
		font-weight: 500;
		font-size: 20px;
		line-height: 28px;
		color: #495770
	}

	.jq-infrastructure__pc-metrics-title span {
		margin: 0 4px;
		font-size: 32px;
		line-height: 40px;
		color: #FE8C2F
	}

	.jq-infrastructure__pc-metrics-desc {
		font-size: 14px;
		line-height: 22px;
		color: #495770
	}

	.jq-infrastructure__pc-metrics-list {
		margin-top: 63px;
		margin-left: 140px
	}

	.jq-infrastructure__metrics {
		margin-bottom: 50px
	}

	.jq-infrastructure__metrics-title {
		margin-bottom: 6px;
		font-size: 40px;
		line-height: 40px;
		color: #3d485d
	}

	.jq-infrastructure__metrics-desc {
		display: inline-block;
		vertical-align: top;
		height: 22px;
		box-sizing: border-box;
		font-size: 12px;
		color: #3d485d;
		text-align: center;
		line-height: 20px;
		/* padding: 0 8px */
	}

	.jq-infrastructure__metrics-list {
		display: none;
		position: absolute;
		top: 0;
		right: 28px;
		white-space: nowrap
	}

	.jq-infrastructure__cert {
		position: relative;
		z-index: 5;
		background-image: linear-gradient(0deg, #fff, #f3f5f8);
		border: 2px solid #fff;
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
		border-radius: 4px;
		padding: 0 150px;
	}

	.jq-infrastructure__cert-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
	}

	.jq-infrastructure__cert-item:nth-last-child(2) {
		display: none
	}

	.jq-infrastructure__cert-item-link {
		display: block;
		padding: 8px;
		font-size: 14px;
		color: #3d485d;
		text-align: center;
		line-height: 20px
	}

	.jq-infrastructure__cert-item-logo {
		width: 67px;
		height: 67px;
		margin: 0 auto 5px;
	}

	.jq-infrastructure__cert-item-logo img {
		display: block;
		width: 100%;
		height: 100%
	}

	.jq-infrastructure__cert-item-text {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.jq-infrastructure__cert-item--more .jq-infrastructure__cert-item-logo:after {
		content: "";
		display: block;
		width: 60px;
		height: 60px;
		/* background-image: url(images/more_2b2.png); */
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: contain
	}

	.jq-infrastructure__cert-entry {
		display: none
	}


	@media screen and (min-width: 1440px) {
		.jq-infrastructure__cert {
			padding: 0 68px
		}

		.jq-infrastructure__pc-metrics-list {
			margin-left: 104px
		}

		.jq-infrastructure .jq-chart-canvas {
			width: 1200px !important;
			height: 700px !important;
			margin-left: 250px;
			top: 70px;
			left: 20%;
		}
	}


	@media screen and (min-width: 1440px) and (max-width: 1600px) {
		.jq-infrastructure .jq-chart-canvas {
			width: 1200px !important;
			height: 700px !important;
			margin-left: 250px;
			top: 70px;
			left: 8%;
		}
	}

	@media screen and (max-width: 1200px) {

		.jq-infrastructure__cert-item-text,
		.jq-infrastructure__cert-item .tp-link {
			display: none
		}
	}

	@media screen and (max-width: 768px) {
		.jq-infrastructure {
			height: auto
		}

		.jq-infrastructure .jq-chart {
			display: none;
		}

		.jq-infrastructure__bg {
			/* background-image: url(../../public/images/); */
			background-size: 100% auto;
			height: auto;
			bottom: 0;
			background-position: top -110px center
		}

		.jq-infrastructure__main {
			height: auto;
			margin-top: -35px
		}

		.jq-infrastructure__pc-metrics,
		.jq-infrastructure__tab {
			display: none
		}

		.jq-infrastructure__metrics {
			display: inline-block;
			vertical-align: top;
			margin: 0 10px 0 0;
			text-align: left
		}

		.jq-infrastructure__metrics-title {
			margin-bottom: 4px;
			font-size: 14px;
			font-weight: 400;
			line-height: 36px;
		}

		.jq-infrastructure__metrics-title span {
			font-size: 26px;
			color: #FE8C2F;
		}

		.jq-infrastructure__metrics-list {
			display: block;
			margin-bottom: 10px;
			position: static;
			text-align: center
		}

		.jq-infrastructure__cert {
			padding: 20px 28px
		}

		.jq-infrastructure__cert-list {
			-ms-flex-pack: initial;
			justify-content: normal;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 0 -10px -16px;
		}

		.jq-infrastructure__cert-item {
			padding: 0 10px 16px;
			width: 20%;
			max-width: none;
			text-align: center;
			box-sizing: border-box
		}

		.jq-infrastructure__cert-item-link {
			padding: 0
		}

		.jq-infrastructure__cert-item-logo {
			width: 60px;
			height: 60px;
			padding: 10px
		}

		.jq-infrastructure__cert-item-link:hover .jq-infrastructure__cert-item-logo {
			padding: 9px
		}

		.jq-infrastructure__cert-item-text,
		.jq-infrastructure__cert-item .tp-link {
			display: block;
			font-size: 12px
		}

		.jq-infrastructure__cert-item:nth-last-child(2) {
			display: block
		}
	}

	@media screen and (max-width: 600px) {
		.jq-infrastructure__bg {
			position: relative;
			background-image: none;
		}

		.jq-infrastructure__cert-item {
			width: 33.33%
		}

		.jq-infrastructure__cert-item-text {
			white-space: normal
		}

		.jq-infrastructure__cert-item:last-child {
			display: none
		}

		.jq-infrastructure__cert-entry {
			display: block;
			margin-top: 24px;
			text-align: center
		}
	}


	/* 金曲 成功案例 jq-case__section */
	.jq-case__section {
		padding-top: 154px;
	}

	.jq-logo-card {
		box-sizing: border-box;
		width: 198px;
		height: 74px;
		background: #fff;
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff, inset 0 4px 20px 0 hsla(0, 0%, 100%, .5);
		border-radius: 8px;
		display: -ms-flexbox;
		/* display: flex; */
		-ms-flex-align: center;
		/* align-items: center; */
		-ms-flex-pack: center;
		/* justify-content: center; */
		/* -webkit-font-smoothing: antialiased; */
		/* padding: 20px; */
	}

	@media screen and (min-width: 769px) {
		.jq-logo-card {
			transition: box-shadow .3s ease-in-out
		}
	}

	.jq-logo-card img {
		display: block;
		max-width: 100%;
		max-height: 40px;
		max-width: min(160px, 100%)
	}

	.jq-logo-card__img-wrap {
		width: 100%;
		/* max-width: 160px; */
	}

	.jq-logo-card__img {
		width: 100%;
		height: 100%;
		/* padding-top: 25%; */
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		/* font-size: 0 !important; */
		/* line-height: 0 !important; */
	}

	.jq-logo-card[href]:hover {
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .2), -8px -8px 20px 0 #fff
	}

	.jq-logo-card__wrap {
		/* max-width: 90%; */
		margin: 0 auto 149px;
	}

	.jq-logo-card__tit {
		font-size: 12px;
		color: #495770;
		text-align: center;
		line-height: 20px;
		margin-top: 4px
	}

	.jq-logo-card__list {
		padding: 0 6px
	}

	.jq-logo-card__list>li {
		display: inline-block;
		vertical-align: top;
		padding: 0 6px 12px
	}

	.jq-logo-card__wrap--fixcol .jq-logo-card__wrap-inner {
		margin: 0 auto;
		box-sizing: border-box;
		max-width: 1180px
	}

	.jq-logo-card__wrap--fixcol .jq-logo-card__list {
		text-align: center;
		padding: 0
	}

	.jq-logo-card__wrap--fixcol .jq-logo-card__list>li {
		width: 20%;
		box-sizing: border-box
	}

	.jq-logo-card__wrap--fixcol .jq-logo-card {
		width: 100%
	}

	.jq-logo-card__wrap--fixcol.align-left .jq-logo-card__list {
		text-align: left
	}

	.jq-logo-card__wrap--fixcol.align-right .jq-logo-card__list {
		text-align: right
	}

	.jq-logo-card__wrap--col3 .jq-logo-card__list>li {
		width: 33.333%;
		box-sizing: border-box
	}

	.jq-logo-card__wrap--col4 .jq-logo-card__list>li {
		width: 25%;
		box-sizing: border-box
	}

	.jq-logo-card__wrap--col5 .jq-logo-card__list>li {
		width: 20%;
		box-sizing: border-box
	}

	.jq-logo-card__wrap--col6 .jq-logo-card__list>li {
		width: 16.666666666%;
		box-sizing: border-box
	}

	.jq-logo-card__wrap--col7 .jq-logo-card__list>li {
		width: 14.2857142857%;
		box-sizing: border-box
	}

	.jq-logo-card__wrap--col8 .jq-logo-card__list>li {
		width: 12.5%;
		box-sizing: border-box
	}

	.jq-logo-card__wrap--multi {
		overflow: hidden
	}

	.jq-logo-card__wrap--multi .jq-logo-card__wrap-inner {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		display: inline-block
	}

	.jq-logo-card__wrap--loop .jq-logo-card__list,
	.jq-logo-card__wrap--multi .jq-logo-card__list {
		white-space: nowrap
	}

	.jq-logo-card__wrap.align-center {
		text-align: center
	}

	.jq-logo-card__wrap.align-right {
		text-align: right
	}

	.jq-logo-card__wrap.align-left {
		text-align: left
	}

	@media screen and (max-width: 1200px) {
		.jq-logo-card {
			padding: 12px
		}
	}

	@media screen and (max-width: 768px) {
		.jq-logo-card {
			width: 104px;
			padding: 12px 4px;
			border-radius: 4px
		}

		.jq-logo-card__wrap {
			padding: 0 16px 20px;
			margin-bottom: -28px
		}

		.jq-logo-card__list {
			padding: 0;
			margin: 0 -4px
		}

		.jq-logo-card__list>li {
			padding: 0 4px 8px
		}

		.jq-logo-card__tit {
			display: none
		}

		.jq-logo-card__wrap--fixcol .jq-logo-card__list {
			margin: 0 -4px;
			padding: 0
		}

		.jq-logo-card__wrap--multi {
			overflow-x: auto;
			-webkit-overflow-scrolling: touch
		}

		.jq-logo-card__wrap--multi .jq-logo-card__wrap-inner {
			left: 0;
			transform: translateX(0)
		}
	}

	@media screen and (max-width: 600px) {
		.jq-logo-card__wrap {
			padding: 0 16px 20px
		}

		.jq-logo-card__wrap--fixcol .jq-logo-card__list {
			text-align: center;
			padding: 0
		}

		.jq-logo-card__wrap--fixcol .jq-logo-card__list>li {
			width: 33.33%;
			box-sizing: border-box
		}

		.jq-logo-card__wrap--col3 .jq-logo-card__list>li,
		.jq-logo-card__wrap--col4 .jq-logo-card__list>li,
		.jq-logo-card__wrap--col5 .jq-logo-card__list>li,
		.jq-logo-card__wrap--col6 .jq-logo-card__list>li,
		.jq-logo-card__wrap--col7 .jq-logo-card__list>li,
		.jq-logo-card__wrap--col8 .jq-logo-card__list>li {
			width: 33.333%;
			box-sizing: border-box
		}
	}

	.jq-case-card {
		display: block;
		box-sizing: border-box;
		height: 210px;
		background-image: linear-gradient(0deg, #fff, #f3f5f8);
		box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
		border-radius: 4px;
		white-space: normal;
		position: relative
	}

	.jq-case-card__bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 4px;
		pointer-events: none;
		/* background: url(images/bg_3ac.jpg) 0 100% no-repeat; */
		background-size: auto 100%;
		opacity: 0
	}

	@media screen and (min-width: 769px) {
		.jq-case-card__bg {
			transition: opacity .3s ease-in-out
		}
	}

	.jq-case-card__inner {
		position: relative;
		z-index: 1;
		padding: 53px 32px 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.jq-case-card__object {
		width: 40px;
		margin-right: 20px
	}

	.jq-case-card__logo {
		display: block;
		width: 100%;
		border-radius: 4px
	}

	.jq-case-card__main {
		-ms-flex: 1;
		flex: 1;
		width: 1px;
		position: relative;
		z-index: 1
	}

	.jq-case-card__main:before {
		content: "";
		position: absolute;
		left: -12px;
		top: -27px;
		z-index: -1;
		width: 57px;
		height: 46px;
		background-image: url(../../public/images/sprite.Main.svg);
		background-position: 47.89915966386555% 70.37037037037037%;
		background-size: 308.77192982456137% auto
	}

	.jq-case-card__desc {
		font-size: 16px;
		color: #293957;
		text-align: justify;
		line-height: 24px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		max-height: 112px
	}

	.jq-case-card__name {
		margin-top: 24px;
		font-size: 16px;
		color: #293957;
		text-align: right;
		line-height: 28px
	}

	.jq-case-card__title {
		font-size: 16px;
		color: #000;
		line-height: 26px;
		margin-bottom: 8px;
		font-weight: 500
	}

	.jq-case-card__list {
		-webkit-font-smoothing: antialiased
	}

	.jq-case-card__list .swiper-container {
		margin: 0 -24px;
		padding: 0 12px 20px
	}

	.jq-case-card__list .swiper-slide {
		height: auto;
		padding: 0 12px;
		box-sizing: border-box;
		transition: opacity .3s linear
	}

	.jq-case-card__list .is-hide,
	.jq-case-card__list .swiper-slide-prev {
		opacity: 0;
		transition: opacity .3s linear
	}

	.jq-case-card--vertical {
		height: 238px
	}

	.jq-case-card--vertical .jq-case-card__inner {
		padding: 32px 32px 0;
		display: block
	}

	.jq-case-card--vertical .jq-case-card__object {
		margin-right: 0;
		margin-bottom: 12px;
		width: auto;
		height: 40px
	}

	.jq-case-card--vertical .jq-case-card__logo {
		height: 100%;
		width: auto
	}

	.jq-case-card--vertical .jq-case-card__main {
		-ms-flex: unset;
		flex: unset;
		width: auto
	}

	.jq-case-card--vertical .jq-case-card__main:before {
		display: none
	}

	a.jq-case-card:hover .jq-case-card__bg {
		opacity: 1
	}

	@media screen and (max-width: 768px) {
		.jq-case-card {
			width: 280px;
			height: 300px;
			background-image: linear-gradient(0deg, #fff, #f3f5f8);
			border: 2px solid #fff;
			box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
			border-radius: 4px
		}

		.jq-case-card__bg {
			border-radius: 4px;
			opacity: 1;
			background-size: 100% auto;
			/* background-image: url(images/bg-mobile_929.jpg) */
		}

		.jq-case-card__inner {
			padding: 36px 20px;
			display: block;
			box-sizing: border-box
		}

		.jq-case-card__object {
			position: absolute;
			left: 20px;
			bottom: 30px
		}

		.jq-case-card__main {
			width: auto
		}

		.jq-case-card__main:before {
			left: 0;
			top: -16px
		}

		.jq-case-card__desc {
			font-size: 14px;
			line-height: 24px;
			-webkit-line-clamp: 7;
			max-height: 168px;
			min-height: 120px;
			margin-bottom: 52px
		}

		.jq-case-card__name {
			margin-top: 52px
		}

		.jq-case-card__list {
			width: 900px
		}

		.jq-case-card__list .swiper-container {
			margin: 0 -20px;
			padding: 0 10px 20px
		}

		.jq-case-card__list .swiper-slide {
			padding: 0 10px
		}

		.jq-case-card--vertical .jq-case-card__inner {
			padding: 36px 20px
		}

		.jq-case-card--vertical .jq-case-card__title {
			margin-bottom: 4px
		}

		.jq-case-card--vertical .jq-case-card__object {
			position: static
		}

		.jq-case-card--vertical .jq-case-card__main:before {
			display: none
		}
	}

	@media screen and (max-width: 600px) {

		.jq-case__section {
			padding-top: 0;
		}
	}

	.jq-case,
	.jq-case__section {
		-webkit-font-smoothing: antialiased
	}

	/* .jq-case__section {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0
	} */

	.jq-case__section .jq-section__inner {
		max-width: none
	}

	.jq-case__cases {
		margin: 0 auto;
		padding-left: 80px;
		padding-right: 80px;
		max-width: 1340px;
		height: 230px;
	}

	.jq-case__cases .jq-case-card {
		width: 100%
	}

	.jq-case__cases .jq-case-card__desc {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		min-height: 84px
	}

	.jq-case .jq-logo-card__wrap--fixcol {
		padding-left: 20px;
		padding-right: 20px
	}

	@media screen and (min-width: 2300px) {
		.jq-case__cases .jq-case-card__list {
			left: 0;
			margin: 0 auto
		}

		.jq-case__cases .jq-swiper__btn--prev {
			margin-right: 20px;
			display: block
		}

		.jq-case__cases .jq-swiper__btn--next {
			right: auto;
			left: 100%;
			margin-left: 20px
		}

		.jq-case__cases .jq-swiper__btn--next:after {
			transform: rotate(0);
			margin-left: -1px
		}
	}

	@media screen and (min-width: 1601px) {
		.jq-case .jq-logo-card__wrap--multi .jq-logo-card__list {
			height: 92px;
			overflow: hidden;
			white-space: normal;
			text-align: center
		}
	}

	@media screen and (min-width: 769px) and (max-width:1600px) {
		.jq-case .jq-logo-card__wrap--multi .jq-logo-card__wrap-inner {
			max-width: 1204px;
			display: block
		}

		.jq-case .jq-logo-card__wrap--multi .jq-logo-card__list>li {
			width: 20%;
			box-sizing: border-box
		}

		.jq-case .jq-logo-card__wrap--multi .jq-logo-card {
			width: auto
		}
	}

	@media screen and (min-width: 1440px) and (max-width:1600px) {
		.jq-view-l .jq-case .jq-logo-card__wrap--multi .jq-logo-card__wrap-inner {
			max-width: 1432px
		}

		.jq-view-l .jq-case .jq-logo-card__wrap--multi .jq-logo-card__list>li {
			width: 16.364%
		}

		.jq-view-l .jq-case .jq-logo-card__wrap--multi .jq-logo-card__list>li:nth-child(6) {
			display: inline-block
		}
	}

	@media screen and (min-width: 1440px) {
		/* .jq-view-l .jq-case__section {
			padding-left: 0;
			padding-right: 0
		} */

		.jq-view-l .jq-case.jq-section .jq-section__inner {
			max-width: none
		}

		.jq-view-l .jq-case__cases {
			max-width: 1580px
		}
	}

	@media screen and (max-width: 1360px) {
		.jq-case__cases {
			max-width: none;
			padding-left: 80px;
			padding-right: 80px
		}
	}

	@media screen and (max-width: 768px) {
		.jq-case__section .jq-section__bd {
			margin-left: -16px;
			margin-right: -16px
		}

		.jq-case__cases {
			padding-left: 16px;
			padding-right: 0;
			overflow: hidden
		}

		.jq-case__cases .jq-case-card {
			width: 280px
		}

		.jq-case__cases .jq-case-card__desc {
			-webkit-line-clamp: 7;
			max-height: 168px
		}

		.jq-case__cases .jq-case-card__list {
			left: 0;
			width: 900px
		}

		.jq-case__cases .jq-swiper__btn {
			display: none
		}

		.jq-case .jq-logo-card__wrap--fixcol {
			padding-left: 16px;
			padding-right: 16px
		}
	}

	@media screen and (max-width: 768px) {
		.jq-case__section .jq-section__bd {
			margin-left: -16px;
			margin-right: -16px
		}

		.jq-case__cases {
			padding-left: 16px;
			height: 330px;
		}

		.jq-case .jq-logo-card__wrap--fixcol {
			padding-left: 16px;
			padding-right: 16px
		}
	}