/*  Copyright ©&trade 蚌埠思然电子科技有限公司  */
body,
html {
	border: 0;
	font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	padding: 0
}

article,
aside,
audio,
canvas,
caption,
details,
div,
figure,
footer,
header,
hgroup,
iframe,
img,
mark,
menu,
nav,
object,
section,
span,
summary,
table,
tbody,
td,
tfoot,
thead,
tr,
video {
	border: 0;
	margin: 0;
	padding: 0
}

a,
abbr,
address,
b,
blockquote,
cit,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
ins,
label,
legend,
li,
ol,
p,
pre,
q,
samp,
small,
strong,
sub,
sup,
ul {
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

.btn,
.disableIE-dialog a img {
	vertical-align: middle
}

article,
aside,
audio,
canvas,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
section,
video {
	display: block
}

table {
	border-collapse: separate;
	border-spacing: 0
}

table caption,
table td,
table th {
	text-align: left;
	vertical-align: middle
}

a img {
	border: 0
}

:focus {
	outline: 0
}

li,
ul {
	list-style: none
}

.disableIE {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: #ccc
}

.disableIE-dialog {
	width: 400px;
	padding: 30px 20px;
	margin: 150px auto auto;
	text-align: center;
	background-color: #fff
}

.disableIE-dialog a {
	display: block;
	margin: 14px 0;
	color: rgba(0, 0, 0, 0) !important
}

.disableIE-dialog p {
	font-size: 14px
}

.disableIE-dialog .download-tip {
	margin-top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #19b955
}

.breadcrumb {
	padding: 36px 0 30px
}

.breadcrumb-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px
}

.breadcrumb-content a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	text-decoration: none
}

.breadcrumb-content .active,
.breadcrumb-content a:hover {
	color: #006AFF
}

.breadcrumb-content a:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 2px;
	cursor: default;
	background: url(/public/img/ab285b813d5949c1.svg) no-repeat;
	background-size: 12px
}

.toolbar {
	position: fixed;
	bottom: 256px;
	right: 20px;
	z-index: 1000
}

.toolbar li {
	position: relative;
	width: 44px;
	height: 44px;
	margin-bottom: 2px;
	overflow: hidden;
	cursor: pointer;
	background-color: #006AFF
}

.toolbar li a {
	text-decoration: none
}

.toolbar li i {
	display: block;
	width: 44px;
	height: 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px
}

.toolbar li i.back-top {
	background-image: url(/public/img/fd400ded5baf8b22.svg)
}

.toolbar li i.merchant-application {
	background-image: url(/public/img/eadabf1515e57f8c.svg)
}

.toolbar li i.contact-us {
	background-image: url(/public/img/8d8a24567259aa3e.svg)
}

.toolbar li .tool-name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 16px
}

.toolbar li .contact-detail {
	display: none;
	position: absolute;
	left: -234px;
	bottom: -8px;
	font-size: 14px;
	padding: 20px 18px;
	color: #006AFF;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2)
}

.toolbar li .contact-detail:after {
	position: absolute;
	top: 21px;
	right: -17px;
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border-width: 9px;
	border-style: solid;
	border-color: transparent transparent transparent #fff
}

.toolbar li .contact-detail:before {
	position: absolute;
	top: 21px;
	right: -18px;
	content: '';
	width: 0;
	height: 0;
	display: inline-block;
	border-width: 9px;
	border-style: solid;
	border-color: transparent transparent transparent #EAEAEA
}

.toolbar li .content {
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.toolbar li:hover {
	background-color: #2680FF
}

.toolbar li:hover .content {
	-webkit-transform: translateY(-44px);
	-ms-transform: translateY(-44px);
	transform: translateY(-44px)
}

.toolbar li.contact-wrap {
	overflow: visible
}

.toolbar li.contact-wrap:hover .contact-detail {
	display: block
}

.toolbar li.contact-wrap a {
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden
}

.app-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: rgba(21, 21, 21, 0.4)
}

.app-header .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 70px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	background-color: transparent
}

@media screen and (min-width:1280px) {
	.app-header .content {
		width: 1200px
	}
}

.app-header .content .logo {
	display: inline-block;
	width: 141px;
	height: 22px;
	background: url(/public/img/t01ab1cb5f50b82ad1c.png) center/contain no-repeat
}

.app-header .content .align-right,
.app-header .content .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.app-header .content .align-right {
	display: flex
}

.app-header .content .nav {
	list-style: none;
	display: flex;
	margin-right: 120px
}

.app-header .content .nav li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 50px
}

.app-header .content .nav li a {
	position: relative;
	color: #fff;
	text-decoration: none
}

.app-header .content .nav li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -8px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.app-header .content .nav li a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.app-header .content .register-btn {
	width: 80px;
	height: 32px;
	margin-left: 20px;
	line-height: 32px;
	border-width: 1px
}

.app-header .user-operation-list {
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: 174px;
	padding: 12px 33px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3)
}

.app-header .user-operation-list li {
	margin: 0;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	border-bottom: 1px solid transparent;
	cursor: pointer
}

.app-header .user-operation-list li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: #151515
}

.app-header .user-operation-list li:hover {
	border-bottom-color: #006AFF
}

.app-header .user-operation-list li:hover a {
	color: #006AFF
}

.app-header .user-operation-list .msg-count {
	display: inline-block;
	margin-left: 2px;
	font-size: 12px;
	color: #FFF;
	min-width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	max-width: 20px;
	padding: 2px;
	background: #F24A1E;
	border-radius: 16px;
	font-style: normal
}

.app-header .user-info {
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.app-header .user-info span {
	position: relative;
	cursor: pointer
}

.app-header .user-info span.active:after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #F24A1E;
	border-radius: 50%
}

.app-content .content,
.unslider-fade,
.unslider-wrap {
	position: relative
}

.app-footer .content,
.app-footer ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.app-header .user-info a,
.app-header .user-profile a {
	color: #fff;
	text-decoration: none
}

@media screen and (max-width:1280px) {
	.app-header .content {
		padding: 0 20px
	}
}

.app-footer {
	font-family: PingFangSC-Regular;
	width: 100%;
	height: 150px;
	font-size: 16px;
	color: #FFF;
	border-top: 1px solid #F1F1F1;
	background-color: #fff
}

.app-footer .content {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 36px 0 52px;
	background-color: #fff
}

@media screen and (min-width:1280px) {
	.app-footer .content {
		width: 1200px
	}
}

.app-footer ul {
	list-style: none;
	margin-right: 100px
}

.app-footer ul li {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #666;
	font-size: 14px;
	line-height: 28px
}

.app-footer ul li a {
	cursor: pointer;
	color: #666;
	text-decoration: none
}

.app-footer ul li a:hover {
	color: #006AFF
}

.app-footer ul li:first-child {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 16px
}

.app-footer .about-us {
	width: 152px
}

.app-footer .qh-pay {
	width: 166px
}

.app-footer .contact {
	margin-right: 0
}

.app-footer .others {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.btn,
.new-icon {
	display: inline-block;
	text-align: center
}

@media screen and (max-width:1280px) {
	.app-footer .content {
		padding: 36px 20px 52px
	}
}

.app-content {
	width: 100%;
	min-height: calc(100% - 241px)
}

.btn {
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #FFF
}

.btn:not(.disabled):hover {
	color: #006AFF;
	background-color: #fff
}

.new-icon {
	width: 26px;
	height: 14px;
	line-height: 14px;
	padding: 0 2px;
	margin-left: 6px;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	font-style: normal;
	background-color: #F24A1E
}

.banner-carousel ul li .carousel-content,
.latest-announcement {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	color: #fff
}

.unslider-vertical>ul,
body,
html {
	height: 100%
}

.margin-small-right {
	margin-right: 20px
}

.unslider {
	overflow: auto;
	margin: 0;
	padding: 0
}

.unslider-wrap.unslider-carousel>li {
	float: left
}

.unslider-vertical li {
	float: none;
	width: 100%
}

.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10
}

.unslider li,
.unslider ol,
.unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none
}

.unslider-arrow {
	position: absolute;
	left: 20px;
	z-index: 2;
	cursor: pointer
}

.unslider-arrow.next {
	left: auto;
	right: 20px
}

.unslider-nav ol {
	list-style: none;
	text-align: center
}

.unslider-nav ol li.unslider-active {
	cursor: default
}

body,
html {
	background-color: #fff;
	min-width: 1200px;
	margin: 0 auto
}

.btn {
	width: 160px;
	height: 46px;
	line-height: 46px;
	border-width: 2px
}

.banner-carousel {
	height: 600px;
	overflow: hidden
}

.banner-carousel ul li .carousel-content {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1200px;
	height: 600px;
	margin: 0 auto
}

.banner-carousel ul li .carousel-content .title {
	font-size: 40px;
	font-weight: 400
}

.banner-carousel ul li .carousel-content .abstract {
	margin: 10px 0 66px;
	font-size: 16px
}

.banner-carousel ul li.page-1 {
	background: -webkit-gradient(linear, left top, right top, from(#139dff), to(#1ecfff));
	background: -webkit-linear-gradient(left, #139dff, #1ecfff);
	background: -o-linear-gradient(left, #139dff, #1ecfff);
	background: linear-gradient(to right, #139dff, #1ecfff)
}

.banner-carousel ul li.page-1 .carousel-content {
	background: url(/public/img/t018b41dbd6f7820a6e.png) right 0 bottom 15px no-repeat
}

.banner-carousel ul li.page-2 {
	background: -webkit-gradient(linear, left top, right top, from(#ff8964), color-stop(#ff6a92), to(#904bf6));
	background: -webkit-linear-gradient(left, #ff8964, #ff6a92, #904bf6);
	background: -o-linear-gradient(left, #ff8964, #ff6a92, #904bf6);
	background: linear-gradient(to right, #ff8964, #ff6a92, #904bf6)
}

.banner-carousel ul li.page-2 .carousel-content {
	background: url(/public/img/t01c16b12fb795709ff.png) right 0 bottom 15px no-repeat
}

.banner-carousel ul li.page-3 {
	background: #0ac3d5
}

.banner-carousel ul li.page-3 .carousel-content {
	background: url(/public/img/t011de46601a80a5c2a.png) right 0 bottom 15px no-repeat
}

.unslider-nav {
	position: absolute;
	width: 100%;
	top: 500px
}

.unslider-nav ol li {
	display: inline-block;
	width: 50px;
	height: 3px;
	margin: 0 4px;
	background: rgba(255, 255, 255, .5);
	overflow: hidden;
	text-indent: -999em;
	border: none;
	border-radius: 1px;
	cursor: pointer
}

.unslider-nav ol li.unslider-active,
.unslider-nav ol li:hover {
	background: #fff
}

.latest-announcement {
	display: flex;
	position: absolute;
	top: 552px;
	height: 48px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	font-size: 14px;
	background-color: rgba(0, 0, 0, .3)
}

.latest-announcement ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1072px
}

.latest-announcement ul li {
	font-size: 0
}

.latest-announcement ul li .bulletin-title {
	display: inline-block;
	max-width: 360px;
	font-size: 14px;
	vertical-align: bottom;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.latest-announcement ul li .publish-time {
	font-size: 14px
}

.latest-announcement ul li a {
	color: #fff;
	text-decoration: none
}

.latest-announcement .more-announcement {
	cursor: pointer;
	color: #fff;
	display: inline-block;
	margin-left: 50px
}

.latest-announcement .more-announcement span {
	display: inline-block;
	vertical-align: middle
}

.latest-announcement .more-announcement-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	vertical-align: middle;
	background: url(/public/img/48cdf8b64efd136f.svg) no-repeat;
	background-size: 16px
}

.feature-list ul,
.feature-list ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.feature-list {
	background-color: #fff
}

.feature-list ul {
	display: flex;
	width: 1200px;
	height: 212px;
	margin: 0 auto
}

.feature-list ul li {
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.hot-products ul,
.hot-products ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.feature-list ul li div {
	margin-left: 30px
}

.feature-list ul li div h3 {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 400;
	color: #222
}

.feature-list ul li div p {
	margin-bottom: 4px;
	font-size: 14px;
	color: #999
}

.hot-products {
	padding-bottom: 60px;
	overflow: hidden;
	background-color: #fafafa
}

.hot-products h2 {
	margin: 60px 0 20px;
	text-align: center;
	font-size: 34px;
	font-weight: 400;
	color: #333
}

.hot-products ul {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto
}

.hot-products ul li {
	width: 25%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}

.hot-products ul li a {
	display: flex;
	padding: 30px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}

.access-steps ul,
.access-steps ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.hot-products ul li h4 {
	margin: 12px 0;
	color: #222;
	font-weight: 400
}

.hot-products ul li p {
	padding: 0 50px;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	color: #666
}
/*  Copyright ©&trade 安徽刀客网络科技有限公司  */
.hot-products ul li:hover {
	background: #FFF;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.access-steps {
	background-color: #fff;
	overflow: hidden
}

.access-steps h2 {
	text-align: center;
	font-size: 34px;
	margin: 60px 0 50px;
	font-weight: 400;
	color: #333
}

.access-steps ul {
	display: flex;
	width: 1200px;
	margin: 0 auto
}

.access-steps ul li {
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 60px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.access-steps ul li div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.access-steps ul li div p {
	margin-top: 14px;
	font-size: 16px;
	color: #222
}

.access-steps ul li:after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -38px;
	background: url(/public/img/ab285b813d5949c1.svg) no-repeat
}

.carousel-indicators li,
.carousel-indicators ul,
.product-carousel-container li {
	display: inline-block
}

.access-steps ul li:last-child:after {
	content: none
}

.popular-case {
	padding-bottom: 60px;
	overflow: hidden;
	background-color: #fafafa
}

.popular-case h2 {
	text-align: center;
	font-size: 34px;
	margin: 60px 0 50px;
	font-weight: 400;
	color: #333
}

.popular-case-content {
	position: relative;
	width: 1200px;
	height: 360px;
	margin: 0 auto 32px
}

.model-carousel-container {
	position: absolute;
	right: 0;
	top: 18px;
	width: 1102px;
	white-space: nowrap;
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(#fafafa), to(transparent));
	-webkit-mask-image: -webkit-linear-gradient(left, transparent 20%, #fafafa, transparent);
	mask-image: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(#fafafa), to(transparent));
	mask-image: linear-gradient(90deg, transparent 20%, #fafafa, transparent)
}

.model-carousel-container ul {
	font-size: 0
}

.model-carousel-container ul li {
	display: inline-block;
	margin: 0 5px
}

.product-carousel-container {
	position: absolute;
	left: 666px;
	top: 0;
	width: 178px;
	height: 360px;
	background: url(/public/img/t01c4bb63fef51db4a1.png) no-repeat;
	background-size: 178px 360px
}

.product-carousel-container .product-carousel-inner-container {
	position: absolute;
	top: 42px;
	left: 12px;
	width: 153px;
	height: 274px;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden
}

.product-introduction-carousel {
	position: absolute;
	left: 0;
	top: 18px;
	width: 360px;
	height: 360px;
	font-size: 14px;
	color: #666;
	overflow: hidden
}

.product-introduction-carousel img {
	margin-right: 10px;
	vertical-align: middle
}

.product-introduction-carousel li {
	height: 360px
}

.product-introduction-carousel .title {
	font-size: 30px;
	font-weight: 400;
	color: #333
}

.product-introduction-carousel .abstract {
	margin: 28px 0;
	line-height: 22px
}

.carousel-indicators {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	text-align: center
}

.carousel-indicators li {
	padding: 20px;
	margin: 0 15px;
	font-size: 14px;
	color: #999;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .4)));
	-webkit-mask-image: -webkit-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4));
	mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), to(rgba(255, 255, 255, .4)));
	mask-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4));
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.carousel-indicators li img {
	border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.carousel-indicators li a {
	color: #999;
	text-decoration: none
}

.carousel-indicators li.active {
	color: #333;
	-webkit-mask-image: none;
	mask-image: none
}

.carousel-indicators li.active img {
	-webkit-transform: translateY(-5px) scale(1.2);
	-ms-transform: translateY(-5px) scale(1.2);
	transform: translateY(-5px) scale(1.2)
}

.carousel-indicators li.active a {
	color: #333
}

.carousel-indicators li:last-child:hover {
	color: #333;
	-webkit-mask-image: none;
	mask-image: none
}

.carousel-indicators li:last-child:hover img {
	-webkit-transform: translateY(-5px) scale(1.2);
	-ms-transform: translateY(-5px) scale(1.2);
	transform: translateY(-5px) scale(1.2)
}

.carousel-indicators li:last-child:hover a {
	color: #333
}
