.g-container {
	padding-top: 0
}

.g-container .g-content-footer {
	height: 250px;
	background-image: url(../images/bg-footer.png);
	-webkit-background-size: 1920px 285px;
	-moz-background-size: 1920px 285px;
	background-size: 1920px 285px;
	background-color: #416fee;
	padding-top: 74px
}

.g-container .g-content-footer h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 1px
}

.g-container .g-content-footer a {
	display: block;
	width: 240px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F5FF), to(rgba(240, 245, 255, 0.8)));
	background: -webkit-linear-gradient(top, #F0F5FF 0%, rgba(240, 245, 255, 0.8) 100%);
	background: -moz-linear-gradient(top, #F0F5FF 0%, rgba(240, 245, 255, 0.8) 100%);
	background: -o-linear-gradient(top, #F0F5FF 0%, rgba(240, 245, 255, 0.8) 100%);
	background: linear-gradient(180deg, #F0F5FF 0%, rgba(240, 245, 255, 0.8) 100%);
	-webkit-box-shadow: 0px 12px 24px rgba(36, 60, 137, 0.1);
	-moz-box-shadow: 0px 12px 24px rgba(36, 60, 137, 0.1);
	box-shadow: 0px 12px 24px rgba(36, 60, 137, 0.1);
	color: #2868EC;
	font-weight: 600;
	font-size: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 30px auto 0;
	letter-spacing: -0.336px
}

.g-banner .swiper-container {
	height: 500px;
	margin: 0 auto;
	position: relative
}

.g-banner .swiper-container .swiper-slide h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 56px;
	color: #FFFFFF;
	margin-top: 190px
}

.g-banner .swiper-container .swiper-slide.swiper-slide-1 {
	background: #2B2E33 url(../images/bg-slide-1.png) no-repeat center bottom;
	-webkit-background-size: 1920px 500px;
	-moz-background-size: 1920px 500px;
	background-size: 1920px 500px
}

.g-banner .swiper-container .swiper-slide.swiper-slide-2 {
	background: #2B2E33 url(../images/bg-slide-2.png) no-repeat center bottom;
	-webkit-background-size: 1920px 500px;
	-moz-background-size: 1920px 500px;
	background-size: 1920px 500px
}

.g-banner .swiper-container .swiper-slide.swiper-slide-3 {
	background: #2B2E33 url(../images/bg-slide-3.png) no-repeat center bottom;
	-webkit-background-size: 1920px 500px;
	-moz-background-size: 1920px 500px;
	background-size: 1920px 500px
}

.g-banner .swiper-container .swiper-slide.swiper-slide-4 {
	background: #2B2E33 url(../images/bg-slide-4.png) no-repeat center bottom;
	-webkit-background-size: 1920px 500px;
	-moz-background-size: 1920px 500px;
	background-size: 1920px 500px
}

.g-banner .swiper-container .swiper-slide a {
	margin-top: 30px;
	display: inline-block;
	width: 220px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #236DEF;
	background: #FFFFFF;
	letter-spacing: -0.336px
}

.g-banner .swiper-container .swiper-slide a.js-free-use {
	background: #2373FF;
	color: #fff;
	margin-right: 20px
}

.g-banner .swiper-container .swiper-slide a.js-free-use:hover {
	background: #4888FA
}

.g-banner .swiper-container .swiper-pagination {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 16px;
	z-index: 1
}

.g-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 30px;
	height: 3px;
	margin-right: 8px;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.g-banner .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0
}

.g-banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #236DEF
}

.g-case-introducation {
	padding-bottom: 70px
}

.g-case-introducation .header {
	height: 110px;
	background: #F8F9FB
}

.g-case-introducation .header ul {
	width: 1140px;
	margin: 0 auto
}

.g-case-introducation .header ul li {
	float: left;
	height: 110px;
	position: relative;
	text-align: center;
	width: 84px;
	margin-right: 48px;
	cursor: pointer
}

.g-case-introducation .header ul li.icon-1 {
	background: url(../images/user_1.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.active.icon-1,
.g-case-introducation .header ul li:hover.icon-1 {
	background: url(../images/user_2.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.icon-2 {
	background: url(../images/user_3.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.active.icon-2,
.g-case-introducation .header ul li:hover.icon-2 {
	background: url(../images/user_4.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.icon-3 {
	background: url(../images/user_5.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.active.icon-3,
.g-case-introducation .header ul li:hover.icon-3 {
	background: url(../images/user_6.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.icon-4 {
	background: url(../images/user_7.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.active.icon-4,
.g-case-introducation .header ul li:hover.icon-4 {
	background: url(../images/user_8.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.icon-5 {
	background: url(../images/user_9.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.active.icon-5,
.g-case-introducation .header ul li:hover.icon-5 {
	background: url(../images/user_10.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.icon-6 {
	background: url(../images/user_11.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.active.icon-6,
.g-case-introducation .header ul li:hover.icon-6 {
	background: url(../images/user_12.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.icon-7 {
	background: url(../images/user_13.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.active.icon-7,
.g-case-introducation .header ul li:hover.icon-7 {
	background: url(../images/user_14.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.icon-8 {
	background: url(../images/user_15.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.active.icon-8,
.g-case-introducation .header ul li:hover.icon-8 {
	background: url(../images/user_16.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.icon-9 {
	background: url(../images/user_17.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li.active.icon-9,
.g-case-introducation .header ul li:hover.icon-9 {
	background: url(../images/user_18.png)no-repeat center 24px;
	-webkit-background-size: 36px 36px;
	-moz-background-size: 36px 36px;
	background-size: 36px 36px
}

.g-case-introducation .header ul li p {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #ACB3B8;
	margin-top: 64px
}

.g-case-introducation .header ul li span {
	display: none;
	position: absolute;
	bottom: 0;
	width: 32px;
	height: 4px;
	background: #236DEF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	left: 50%;
	margin-left: -16px
}

.g-case-introducation .header ul li.active p,
.g-case-introducation .header ul li:hover p {
	color: #111F33
}

.g-case-introducation .header ul li.active span,
.g-case-introducation .header ul li:hover span {
	display: inline-block
}

.g-case-introducation .header ul li:last-child {
	margin-right: 0
}

.g-case-introducation .body {
	margin-top: 80px
}

.g-case-introducation .body .detail {
	display: none
}

.g-case-introducation .body .detail.active {
	display: block
}

.g-case-introducation .body .detail h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	color: #111F33
}

.g-case-introducation .body .detail>h3 {
	margin-top: 79px;
	text-align: center;
	margin-bottom: 40px
}

.g-case-introducation .body .detail .case-logos {
	width: 700px;
	margin: 0 auto
}

.g-case-introducation .body .detail .case-logos>div {
	width: 200px;
	height: 60px;
	float: left;
	margin-right: 50px
}

.g-case-introducation .body .detail .case-logos>div:last-child {
	margin-right: 0
}

.g-case-introducation .body .detail .case-logos>div.case-logo-1 {
	background: url(../images/icon-case-logos-1.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-2 {
	background: url(../images/icon-case-logos-2.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-3 {
	background: url(../images/icon-case-logos-3.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-4 {
	background: url(../images/icon-case-logos-4.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-5 {
	background: url(../images/icon-case-logos-5.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-6 {
	background: url(../images/icon-case-logos-6.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-7 {
	background: url(../images/icon-case-logos-7.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-8 {
	background: url(../images/icon-case-logos-8.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-9 {
	background: url(../images/icon-case-logos-9.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-10 {
	background: url(../images/icon-case-logos-10.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-11 {
	background: url(../images/icon-case-logos-11.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-12 {
	background: url(../images/icon-case-logos-12.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-13 {
	background: url(../images/icon-case-logos-13.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-14 {
	background: url(../images/icon-case-logos-14.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-15 {
	background: url(../images/icon-case-logos-15.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-16 {
	background: url(../images/icon-case-logos-16.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-17 {
	background: url(../images/icon-case-logos-17.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-18 {
	background: url(../images/icon-case-logos-18.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-19 {
	background: url(../images/icon-case-logos-19.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-20 {
	background: url(../images/icon-case-logos-20.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-21 {
	background: url(../images/icon-case-logos-21.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-22 {
	background: url(../images/icon-case-logos-22.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-23 {
	background: url(../images/icon-case-logos-23.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-24 {
	background: url(../images/icon-case-logos-24.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-25 {
	background: url(../images/icon-case-logos-25.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-26 {
	background: url(../images/icon-case-logos-26.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail .case-logos>div.case-logo-27 {
	background: url(../images/icon-case-logos-27.png) no-repeat top center;
	-webkit-background-size: 200px 60px;
	-moz-background-size: 200px 60px;
	background-size: 200px 60px
}

.g-case-introducation .body .detail p {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #676C73;
	margin-top: 6px
}

.g-case-introducation .body .detail .pain-points {
	height: 112px
}

.g-case-introducation .body .detail .solution {
	margin: 10px 0;
	height: 104px
}

.g-case-introducation .body .detail .highlights {
	height: 94px
}

.g-case-introducation .body .detail .text {
	float: left;
	width: 520px
}

.g-case-introducation .body .detail .img {
	float: right;
	width: 640px;
	height: 360px
}

.g-case-introducation .body .detail.detail-1 .img {
	background: url(../images/icon-case-introducation-img-1.jpg) no-repeat top center;
	-webkit-background-size: 640px 360px;
	-moz-background-size: 640px 360px;
	background-size: 640px 360px
}

.g-case-introducation .body .detail.detail-2 .img {
	background: url(../images/icon-case-introducation-img-2.jpg) no-repeat top center;
	-webkit-background-size: 640px 360px;
	-moz-background-size: 640px 360px;
	background-size: 640px 360px
}

.g-case-introducation .body .detail.detail-3 .img {
	background: url(../images/icon-case-introducation-img-3.jpg) no-repeat top center;
	-webkit-background-size: 640px 360px;
	-moz-background-size: 640px 360px;
	background-size: 640px 360px
}

.g-case-introducation .body .detail.detail-4 .img {
	background: url(../images/icon-case-introducation-img-4.jpg) no-repeat top center;
	-webkit-background-size: 640px 360px;
	-moz-background-size: 640px 360px;
	background-size: 640px 360px
}

.g-case-introducation .body .detail.detail-5 .img {
	background: url(../images/icon-case-introducation-img-5.jpg) no-repeat top center;
	-webkit-background-size: 640px 360px;
	-moz-background-size: 640px 360px;
	background-size: 640px 360px
}

.g-case-introducation .body .detail.detail-6 .img {
	background: url(../images/icon-case-introducation-img-6.jpg) no-repeat top center;
	-webkit-background-size: 640px 360px;
	-moz-background-size: 640px 360px;
	background-size: 640px 360px
}

.g-case-introducation .body .detail.detail-7 .img {
	background: url(../images/icon-case-introducation-img-7.jpg) no-repeat top center;
	-webkit-background-size: 640px 360px;
	-moz-background-size: 640px 360px;
	background-size: 640px 360px
}

.g-case-introducation .body .detail.detail-8 .img {
	background: url(../images/icon-case-introducation-img-8.jpg) no-repeat top center;
	-webkit-background-size: 640px 360px;
	-moz-background-size: 640px 360px;
	background-size: 640px 360px
}

.g-case-introducation .body .detail.detail-9 .img {
	background: url(../images/icon-case-introducation-img-9.jpg) no-repeat top center;
	-webkit-background-size: 640px 360px;
	-moz-background-size: 640px 360px;
	background-size: 640px 360px
}

.g-case-logos {
	height: 560px;
	padding-top: 50px;
	background: #F8F9FB url(../images/logos.png) repeat-x;
	-webkit-background-size: 5294px 435px;
	-moz-background-size: 5294px 435px;
	background-size: 5294px 435px;
	background-position-x: 0;
	background-position-y: 100px
}

.g-case-logos h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #111F33
}

.g-customer-evaluation {
	padding: 60px 0 100px;
	background: url(../images/bg-g-customer-evaluation.png) no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

.g-customer-evaluation h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	color: #fff
}

.g-customer-evaluation .icon-split {
	display: block;
	margin: 50px auto 0;
	width: 34px;
	height: 25px;
	background: url(../images/user_19.png) no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.g-customer-evaluation .swiper-container-text {
	padding-bottom: 70px
}

.g-customer-evaluation .swiper-container-text .swiper-slide {
	text-align: center;
	color: #fff
}

.g-customer-evaluation .swiper-container-text .swiper-slide h3 {
	margin-top: 42px;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px
}

.g-customer-evaluation .swiper-container-text .swiper-slide p {
	color: #F8F9FB;
	opacity: 0.9;
	font-size: 14px;
	line-height: 20px;
	margin-top: 21px
}

.g-customer-evaluation .swiper-container-text .swiper-button-prev,
.g-customer-evaluation .swiper-container-text .swiper-button-next {
	margin-top: -5px;
	width: 48px;
	height: 48px;
	color: #fff;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background: url(../images/user_20.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.g-customer-evaluation .swiper-container-text .swiper-button-prev:after,
.g-customer-evaluation .swiper-container-text .swiper-button-next:after {
	content: ''
}

.g-customer-evaluation .swiper-container-text .swiper-button-prev:hover,
.g-customer-evaluation .swiper-container-text .swiper-button-next:hover {
	background: url(../images/user_21.png);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg) -webkit-background-size:contain;
	-moz-background-size: contain;
	background-size: contain
}

.g-customer-evaluation .swiper-container-text .swiper-button-next {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg)
}

.g-customer-evaluation .swiper-container-text .swiper-button-next:hover {
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-ms-transform: rotate(0);
	-o-transform: rotateZ(0);
	transform: rotateZ(0)
}

.g-customer-evaluation .swiper-container-img {
	overflow: hidden;
	height: 117px
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper {
	-webkit-transform: translateX(-240px);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide {
	width: 240px;
	height: 91px;
	-webkit-box-shadow: 0px 9px 36px rgba(47, 56, 111, 0.25);
	-moz-box-shadow: 0px 9px 36px rgba(47, 56, 111, 0.25);
	box-shadow: 0px 9px 36px rgba(47, 56, 111, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	-webkit-background-size: 100px 50px;
	-moz-background-size: 100px 50px;
	background-size: 100px 50px;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-1 {
	background-image: url(../images/icon-map-item-img-1.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-2 {
	background-image: url(../images/icon-map-item-img-2.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-3 {
	background-image: url(../images/icon-map-item-img-3.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-4 {
	background-image: url(../images/icon-map-item-img-4.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-5 {
	background-image: url(../images/icon-map-item-img-5.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-6 {
	background-image: url(../images/icon-map-item-img-6.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-7 {
	background-image: url(../images/icon-map-item-img-7.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-8 {
	background-image: url(../images/icon-map-item-img-8.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-9 {
	background-image: url(../images/icon-map-item-img-9.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-10 {
	background-image: url(../images/icon-map-item-img-10.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-11 {
	background-image: url(../images/icon-map-item-img-11.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.swiper-slide-12 {
	background-image: url(../images/icon-map-item-img-12.png)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.slide-1 {
	z-index: 1;
	margin-left: -5px;
	margin-left: 0px;
	-webkit-transform: translateY(24px);
	-moz-transform: translateY(24px);
	-ms-transform: translateY(24px);
	-o-transform: translateY(24px);
	transform: translateY(24px);
	height: 69px;
	width: 180px;
	opacity: .5
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.slide-2 {
	z-index: 2;
	margin-left: -5px;
	-webkit-transform: translateY(13px);
	-moz-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.slide-3 {
	z-index: 3;
	margin-left: -5px;
	width: 360px;
	height: 117px;
	z-index: 10
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.slide-3:after {
	display: none
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.slide-4 {
	z-index: 4;
	margin-left: -5px;
	-webkit-transform: translateY(13px);
	-moz-transform: translateY(13px);
	-ms-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px)
}

.g-customer-evaluation .swiper-container-img .swiper-wrapper .swiper-slide.slide-5 {
	z-index: 5;
	margin-left: -5px;
	-webkit-transform: translateY(24px);
	-moz-transform: translateY(24px);
	-ms-transform: translateY(24px);
	-o-transform: translateY(24px);
	transform: translateY(24px);
	height: 69px;
	width: 180px;
	z-index: 1;
	opacity: .5
}

.g-customer-evaluation .swiper-pagination {
	position: relative;
	margin: 47px auto 0
}

.g-customer-evaluation .swiper-pagination .swiper-pagination-bullet {
	width: 32px;
	height: 6px;
	background: #fff;
	opacity: .2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right: 20px
}

.g-customer-evaluation .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0
}

.g-customer-evaluation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: .8
}

.g-customer-evaluation .js-free-use {
	display: block;
	width: 240px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	background: #236DEF;
	font-size: 14px;
	letter-spacing: -0.336px;
	font-weight: normal;
	margin: 50px auto 0;
	text-align: center;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px
}
