﻿html, body, .container {
	width: 100%;
	overflow:auto; 	
}
.no-scroll,
.no-scroll body,
.no-scroll .container{
	height: 100%;	
	width: 100%;
	overflow: hidden;
}
.container {
	-webkit-transition: -webkit-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-moz-transition: -moz-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-o-transition: -o-transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
	transition: transform .2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.screen-content {
	outline: 0;
	position: relative;
}
.no-scroll .screen-content {
	height: 100%;
	width: 100%;
}
@media not print {	
	.screen-content {
		position: relative;		
		-webkit-overflow-scrolling: touch;
	}
}
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: "MicrosoftYaHei","Helvetica", Arial, Sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 1.75;
}
.phone-hidden {
	display: block;
}
.phone-show {
	display: none;
}
.container {
	background-color: #fff;	
}
.index--bg {
	background: url("../image/banner.png") no-repeat center top;	
	width: 100%;	
}
.solution--bg {
	background: url("404.png") no-repeat center top;	
	width: 100%;	
}
.product--bg {
	background: url("../image/banner_03.png") no-repeat center top;	
	width: 100%;	
}
.aboutUs--bg {
	background: url("../image/banner_04.png") no-repeat center top;	
	width: 100%;	
}
.gray-bg{
	background-color: #f1f2f6;
}
.white-bg{
	background-color: #fff;
}
h1, h2, h3, h4 {
	font-family: "Helvetica", Arial, Sans-serif;
	font-weight: 700;
}
p {
	margin-bottom: 30px;
}
h1 {
	letter-spacing: -1px;
}
a {
	color: #000;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	html {
	-webkit-text-size-adjust: none;
	}
	.screen-content {
		padding-top: 1.2rem;
		font-size: 0.32rem;
		line-height: 0.45rem;	
		background-color: #000;
		color: #fff;
	}
	.index--bg {
		background: url("../image/p-banner.png") no-repeat center top;
		background-size: 100% auto;			
	}
	.solution--bg {
		background: url("404.png") no-repeat center top;	
		background-size: 100% auto;	
	}
	.product--bg {
		background: url("../image/p-banner_03.png") no-repeat center top;	
		background-size: 100% auto;	
	}
	.aboutUs--bg {
		background: url("../image/p-banner_04.png") no-repeat center top;	
		background-size: 100% auto;	
	}
}

.wrap {
	width: 1000px;
	margin: 0 auto;	
}
.header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;	
}
.header .logo {
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 16px;
	line-height: 29px;
	outline: none;
	overflow: hidden;
}
.header .logo img {
	vertical-align: top;
	width: 107px;
	height: 29px;	
}
.header.header-scroll {
	position: fixed;		
	background-color: #000;
}
.nav {
	float: right;
	padding-top: 9px;
}
.nav .nav-item {
	position: relative;
	float: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 45px;
	padding:10px 3px 14px;
	font-size: 16px;
	line-height: 21px;
	color: #fff;	
}
.nav .nav-item:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	vertical-align: top;
	content: "";
	width: 100%;
	min-width: 52px;
	height: 4px;
	transform: translateX(-50%);
	border-radius:4px;
	background-color: transparent;
}
.nav .nav-item:hover:after,
.nav .nav-item:active:after,
.nav .nav-item.active:after {
	background-color: #fff;
}
.nav .nav-item:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {
	.phone-hidden {
		display: none!important;
	}
	.phone-show {
		display: block!important;
	}
	.wrap {
		width: 100%;
	}
	.header {
		position: fixed;					
		background-color: #000;
		box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	}
	.header .wrap {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header .nav-menu {
		position: absolute;
		left:0.05rem;
		top: 0.14rem;
		display: inline-block;
		vertical-align: top;
		width: 0.92rem;
		height: 0.92rem;
		background-image: url("../image/icon-nav.svg");
		background-size: cover;
	}
	.header .logo {		
		padding:0.38rem 0;
		line-height: 0.44rem; 
	}
	.header .logo img {
		width: 1.66rem;
		height: 0.44rem;
	}
	.header .nav {
		position: absolute;
		left: 0;
		top: 1.2rem;
		z-index: 50;
		display: none;
		width: 100%;
		height: calc(100vh - 0.6rem);
		padding-top: 0.66rem;
		background-color: #000;
		border-top: 0.02rem solid #fff;
		animation: leftin 0.6s ease;
		-moz-animation: leftin 0.6s ease;	
		-webkit-animation: leftin 0.6s ease;	
		-o-animation: leftin 0.6s ease;
	}
	@keyframes leftin {
    0%{ left: -100%;}    
    100% { left: 0;}
	}
	@-moz-keyframes leftin {
	    0%{ left: -100%;}    
	    100% { left: 0;}
	}
	@-webkit-keyframes leftin {
	    0%{ left: -100%;}    
	    100% { left: 0;}
	}
	@-o-keyframes leftin {
	    0%{ left: -100%;}    
	    100% { left: 0;}
	}
	@-ms-keyframes leftin {
	    0%{ left: -100%;}    
	    100% { left: 0;}
	}
	.header .nav.open {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.header .nav .nav-item {
		margin-left: 0;
		margin-top: 0.8rem;
		padding: 0.3rem 0.2rem;
		font-size: 0.5rem;
		line-height: 0.66rem;
	}
	.header .nav .nav-item:after {
		height: 0.08rem;		
	}
}

.main-box {
	position: relative;
	width: 100%;
	min-width: 1000px;
	max-width: 1440px;
	margin:0 auto;
}
.index-banner {
	width: 100%;
	height: 900px;
	content: "";
	display: block;
}
@media only screen and (max-width: 767px) {
	.main-box {
		width: 100%;
		min-width: inherit;
		max-width: inherit;
	}
	.index-banner {
		height: 8.25rem;
	}
}

.index-title {
	position: relative;	
	height: 140px;
	padding: 46px 0 33px;	
}
.index-title:before {
	position: absolute;
	left: -220px;
	top: 0;
	z-index: 1;
	display: inline-block;	
	height: 100%;
	content: "";	
}
.index-title.adv:before {	
	width: 638px;	
	background: url("../image/advantage.png") 0 0 no-repeat; 
}
.index-title.sol:before {	
	width: 534px;	
	background: url("../image/solution.png") 0 0 no-repeat; 
}
.index-title.case:before {	
	width: 1054px;	
	background: url("../image/successful_case.png") 0 0 no-repeat; 
}
.index-title.pro:before {	
	width: 384px;	
	background: url("../image/product.png") 0 0 no-repeat; 
}
.index-title.about:before {	
	width: 361px;	
	background: url("../image/about.png") 0 0 no-repeat; 
}
.index-title.contact:before {	
	width: 376px;	
	background: url("../image/contact.png") 0 0 no-repeat; 
}
.index-title .info {
	position: relative;
	z-index: 2;	
	width:50%;	
}
.index-title span {	
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
	letter-spacing: 3px;
}
.index-title .icon-biao {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin: -5px -6px 0 -9px;
	background-image: url("../image/icon-biao.svg"); 
	background-size: cover;
}
@media only screen and (max-width: 767px) {	
	.index-title {
		position: relative;	
		height: 1.4rem;
		margin: 0.3rem 0 0 0.2rem;	
		padding: 0.16rem 0 0.36rem 0.3rem;
		color: #fff;
	}
	.index-title:before {		
		left: 0;				
	}
	.index-title.adv:before {	
		width: 6.38rem;	
		background: url("../image/p-advantage.png") 0 0 no-repeat; 
		background-size: cover;			
	}
	.index-title.sol:before {	
		width: 5.34rem;	
		background: url("../image/p-solution.png") 0 0 no-repeat;
		background-size: cover;	
	}
	.index-title.case:before {	
		width: 10.54rem;	
		background: url("../image/p-successful.png") 0 0 no-repeat;
		background-size: cover;	
	}
	.index-title.pro:before {	
		width: 7.5rem;	
		background: url("../image/p-product.png") 0 0 no-repeat;
		background-size: cover;	
	}
	.index-title.about:before {	
		width: 3.61rem;	
		background: url("../image/p-about.png") 0 0 no-repeat;
		background-size: cover;	
	}
	.index-title.contact:before {	
		width: 5.29rem;	
		background: url("../image/p-contact.png") 0 0 no-repeat;
		background-size: cover;	
	}
	.index-title .info {
		font-size: 0.22rem;
		line-height: 0.3rem;
	}
	.index-title span {			
		margin-bottom: 0.02rem;
		font-size: 0.4rem;		
		line-height: 0.56rem;
		text-shadow:0px 3px 6px rgba(0,0,0,0.16);
		letter-spacing: 3px;
	}
	.index-title .icon-biao {		
		width: 0.46rem;
		height: 0.46rem;
		margin: -0.04rem 0 0 -0.09rem;		
	}
}
.advantage,
.aboutus,
.contactus {
	width: 100%;
}

.company {
	display: flex;
	justify-content: space-between;
	padding-top: 17px;	
}
.company img {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}
.innovation {
	display: flex;
	justify-content: space-between;
	padding: 70px 0 33px;
	text-align: center;
}
.innovation .innovation-item {
	width: 200px;
	padding: 0 3px;
}
.innovation span {
	display: inline-block;
	vertical-align: top;
	width: 83px;
	height: 83px;
	padding-top: 14px;
	margin-bottom: 23px;
	background-color: #54AFFD;
	border-radius: 50%;
}
.innovation span .icon {
	display: inline-block;
	vertical-align: top;
	width: 55px;
	height: 55px;
}
.innovation span.skill .icon {
	background-image: url("../image/icon-skill.svg");
	background-size: cover;
}
.innovation span.produce .icon {
	background-image: url("../image/icon-product.svg");
	background-size: cover;
}
.innovation span.business .icon {
	background-image: url("../image/icon-business.svg");
	background-size: cover;
}
.innovation span.manage .icon {
	background-image: url("../image/icon-manage.svg");
	background-size: cover;
}
.innovation h3 {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.company {
		padding: 0.45rem 0.2rem 0.2rem;		
		line-height: 0.5rem;
		background: url("../image/advantage-bg.png") no-repeat;
		background-size: cover;
	}
}

.solution {
	width: 100%;	
	padding-bottom: 90px;
	margin-bottom: 30px;
	background-color: #f9f9f9;
} 
.solution-slide {
	width: 100%;	
	margin-top: -80px;	
}
.solution-slide .swiper-container {	
  	width: 100%;
  	height: 511px;
  	padding-top:80px;
  	padding-bottom: 22px;
}
.solution-slide .swiper-slide {
	width: 100%;
	height: 100%;	
}
.s-01 {	
	background-image: url("../image/solution_01.png");
	background-size: cover;
}
.s-02 {		
	background-image: url("../image/solution_02.png");
	background-size: cover;
}
.s-03 {	
	background-image: url("../image/solution_03.png");
	background-size: cover;
}
.s-l-01 {	
	background-image: url("../image/solution_l_01.png");
	background-size: cover;
}
.s-l-02 {		
	background-image: url("../image/solution_l_02.png");
	background-size: cover;
}
.s-l-03 {	
	background-image: url("../image/solution_l_03.png");
	background-size: cover;
}
.solution-slide .swiper-pagination {
	top:0;
	right: 65px;
	bottom: inherit;
	left: inherit;
	width: 280px;
	padding-bottom: 11px;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
	color: #BEBEBE;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.solution-slide .swiper-pagination:after {
	position: absolute;
	bottom:0;
	left: 0;
	width: 60px;
	height: 3px;
	content: "";	
	background-color: #7DBDFF;
}
.solution-slide .swiper-pagination-current{
	color: #000;
}
.solution-slide .swiper-button-prev,
.solution-slide .swiper-button-next {
	top:0;
	right:97px;
	left: auto;
	bottom: auto;
	width: 29px;
	height: 29px;
	margin-top: 0;
}
.solution-slide .swiper-button-next {	
	right:58px;
}
.solution-slide .swiper-button-prev:after {
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("../image/icon-arrow-left.svg");
	background-size: cover;
}
.solution-slide .swiper-button-next:after {
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("../image/icon-arrow-right.svg");
	background-size: cover;
}
.solution-slide h3 {
	position: absolute;
	left: 0;
	top: 117px;
	width: 100%;
	padding-left: 135px;
	font-size: 26px;
	font-weight: bold;
	line-height: 37px;
	letter-spacing: 3px;
	color: #fff;	
}
.solution-slide p {
	position: absolute;
	left: 0;
	top: 164px;	
	width: 100%;
	padding-left: 135px;	
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	opacity:0.63;
}
.solution-slide .btn {
	position: absolute;
	left: 0;
	top: 240px;	
	width: 220px;	
	margin-left: 135px;
}
.solution-slide .solution-text {
	position: absolute;
	top:-24px;
	right: 67px;
}
.solution-text .text-item {
	position: relative;
	width: 280px;
	padding: 18px 13px 17px 40px;
	margin-bottom: 12px;
	background-color: #fff;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.solution-text .text-item:last-child{
	margin-bottom: 0;
}
.solution-text .text-item .icon-biao {
	position: absolute;
	left: 6px;
	top: 17px;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;	
	background-image: url("../image/icon-biao.svg"); 
	background-size: cover;
}
.solution-text .text-item h4 {
	margin-bottom: 6px;	
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 2px;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.solution-text .text-item blockquote {
	margin-bottom: 7px;	
	font-weight: bold;
	line-height: 18px;	
	color: #7E7E7E;
}
@media only screen and (max-width: 767px) {
	.solution {
		padding: 0;		
		background-color: transparent;
	}
	.solution-p-list {
		width: 100%;
	}
	.solution-p-list .solution-p-item {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 4.1rem;
		width: 100%;
		margin-bottom: 0.1rem;
	}
	.solution-p-list .solution-p-item:last-child {
		margin-bottom: 0;
	}
	.solution-p-list .s-01 {	
		background-image: url("../image/solution_p_01.png");		
	}
	.solution-p-list .s-02 {		
		background-image: url("../image/solution_p_02.png");
		background-size: cover;
	}
	.solution-p-list .s-03 {	
		background-image: url("../image/solution_p_03.png");
		background-size: cover;
	}
	.solution-p-list h3 {		
		margin-bottom: 0.16rem;
		font-size: 0.4rem;		
		line-height: 0.56rem;
		letter-spacing: 0.02rem;			
	}
	.solution-p-list p {
		margin-bottom: 0.4rem;		
		font-size: 0.28rem;
		font-weight: bold;
		line-height: 0.4rem;
		letter-spacing: 0.02rem;
		color: #fff;
		opacity:0.63;
	}
	.solution-p-list .btn {		
		height: auto;
		padding: 0.22rem 0.32rem;
		font-size: 0.28rem;
		font-weight: bold;
		line-height: 0.4rem;
		letter-spacing: 0.02rem;
		text-shadow:0px 3px 6px rgba(0,0,0,0.16);		
	}
}

.successful-case {
	width: 100%;	
	padding-bottom: 80px;	
}
.s-case {
	display: flex;
	justify-content: space-between;
	width: calc(100% + 20px);
	padding-top:24px;	
	margin: 0 -10px;	
}
.s-case .case-item {
	width: 338px;
	text-align: center;
}
.s-case .case-item img {
	width: 100%;
}
.s-case .case-item a {
	display: block;
	margin: 18px 0 5px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
	cursor: pointer;
}
.s-case .case-item a:hover {
	color: #45C1FF;
}
.s-case .case-item p{
	margin-bottom: 0;
	line-height:20px;
	color:#535353;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
	letter-spacing:2px;
}
@media only screen and (max-width: 767px) {
	.successful-case {
		padding-bottom: 0;
	}
	.s-case {
		flex-direction: column;
		width: 100%;
	    padding: 0 0.1rem;
	    margin: 0;
	}	
	.s-case .case-item {
		width: 100%;
	}
	.s-case .case-item a {
		margin: 0.28rem 0 0.03rem;
		font-size: 0.46rem;
		line-height: 0.65rem;
		color: #fff;
	}
	.s-case .case-item a:hover {
		color: #45C1FF;
	}
	.s-case .case-item p {
		margin-bottom: 0.5rem;		
		color:#A7A7A7;		
	}
}

.contactus {
	width: 100%;
	padding-bottom: 100px;
}
.contact-info {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	font-size: 16px;
	line-height:22px;
	letter-spacing: 2px;
}
.contact-info h4 {
	margin-bottom: 17px;
	font-weight: bold;	
}
.contact-info p {
	margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
	.aboutus .company {
		padding: 0.27rem 0.2rem 0.87rem;		
		line-height: 0.5rem;
		background: none;		
	}
	.contactus {
		padding-bottom: 0.68rem;
	}
	.contact-info {
		flex-direction: column;
		padding: 0.1rem 0.2rem 0;
	}	
	.contact-info .contact-item {
		padding: 0.4rem 0.45rem;
		margin-bottom: 0.3rem;
		background-color: #fff;
		color: #000;
		border-radius: 0.04rem;
	}
	.contact-info h4 {
		margin-bottom: 0.42rem;
		font-size: 0.4rem;
		line-height: 0.54rem;
	}
	.contact-info p {
		margin-bottom: 0.15rem;
		font-size: 0.36rem;
		line-height: 0.5rem;
	}
	.contact-info p.address {
		position: relative;
		padding-left: 1.2rem;
	}
	.contact-info p.address span {
		position: absolute;
		left: 0;
		top: 0;
	}
}


.product-list {
	width: 100%;
}
.product-list .product-item {
	padding: 38px 0;
}
.product-list .product-item:first-child{
	padding-top: 0;
}
.product-list .product-item:nth-child(2n) {
	background-color: #F9F9F9;
}
.product-list .product-item .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-list .product-item:nth-child(2n) .wrap {
	flex-flow: row-reverse;
}
.product-list .product-item img {
	width: 320px;
}
.product-list .product-item .p-info {
	width: 630px;
}
.product-list .product-item h4 {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 2px;
}
.product-list .product-item h4 span {
	color: #45C1FF;
}
.product-list .product-item blockquote {
	padding: 10px 0 25px;
}
@media only screen and (max-width: 767px) {
	.product-list .product-item {
		padding: 0 0 0.47rem;
	}
	.product-list .product-item:nth-child(2n) {
		background-color: transparent;
	}
	.product-list .product-item .wrap,
	.product-list .product-item:nth-child(2n) .wrap {
		flex-direction: column;
		flex-flow: column;
	}
	.product-list .product-item img {
		width: 100%;
	}
	.product-list .product-item .p-info {
		width: 100%;
		padding: 0 0.2rem;
		text-align: center;
	}
	.product-list .product-item h4 {
		padding-top: 0.3rem;
		font-size: 0.48rem;
		line-height: 0.8rem;		
	}
	.product-list .product-item h4 em {
		display: none;
	}
	.product-list .product-item h4 span {
		display: block;
	}
	.product-list .product-item blockquote {
		padding: 0.4rem 0;
		font-size: 0.36rem;
		line-height: 0.54rem;
		color: #959595;		
	}
	.product-list .product-item .btn {
		width: 2.8rem;
		height: auto;
		font-size: 0.32rem;
		line-height: 0.94rem;
		background-color: transparent;
		color: #fff;
		border-radius: 0.5rem;
	}
}

.solution-box {
	width: 100%;
	height: 100%;
}
.solution-box .solution-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	height: 100%;	
	margin: 0 auto;
	padding: 60px 130px 0 50px;
	text-align: left;
	color: #fff;
}
.solution-box .solution-content .info {
	width: 460px;
}
.solution-box .solution-content h3 {
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 2px;
}
.solution-box .solution-content em {
	font-style: normal;
	color: #45C1FF;
}
.solution-box .solution-content p{
	margin-bottom: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: rgba(255, 255,255,0.5);
	letter-spacing: 2px;
}
.solution-box .solution-content blockquote {
	margin-top: 26px;
	margin-bottom: 60px;
	padding-right: 30px;
}
.solution-box .solution-content .td {
	display: flex;
	justify-content: space-between;
	line-height: 20px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
}
.solution-box .solution-content .td span {
	display: inline-block;
	vertical-align: top;	
}
.solution-box .solution-content .td span:last-child {
	margin-right: 0;
}
.solution-box .solution-content .img {
	position: relative;	
	width: 263px;
}
.solution-box .solution-content .img:before {
	position: absolute;
	right: -10px;
	top:-10px;
	z-index: 1;
	content: "";
	width: 128px;
	height: 96px;
	background-color: #45C1FF;
}
.solution-box .solution-content .img:after {
	position: absolute;
	left: -10px;
	bottom:-10px;
	z-index: 1;
	content: "";
	width: 128px;
	height: 96px;
	background-color: #45C1FF;
}
.solution-box .solution-content .img img {
	position: relative;
	z-index: 2;
}

.solution-box .swiper-container {	
  	width: 100%;
  	height: 100%;  
  	margin-left: auto;
    margin-right: auto;	
}
.solution-box .swiper-slide {
	text-align: center; 
    display: flex;        
    justify-content: center;        
    align-items: center;
}
.solution-box .page-box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	width: 100%;
	height: 100%;
	max-width: 1440px;
	min-width: 1000px;
	transform: translate(-50%, -50%);
}
.solution-box .swiper-pagination {
	position: absolute;
	right: 10px;
	top:50%;
	transform: translateY(-50%);
	width: 104px;
	height: 143px;
	text-align: right;
}
.solution-box .swiper-pagination:after {
	position: absolute;
	right: 9px;
	top:21px;
	bottom: 21px;
	z-index: 1;
	width: 3px;
	height:calc(100% - 42px); 
	content: "";
	background-color: #fff;
}  
.solution-box .swiper-pagination li.swiper-pagination-bullet {
	position: relative;
	z-index: 2;
	display: block;	
	width: 100%;
	height: 21px;
	margin-bottom: 40px;   
	line-height: 21px;      
	opacity: 1;
	background: transparent;	
}
.solution-box .swiper-pagination li:last-child {
	margin-bottom: 0;
}
.solution-box .swiper-pagination li em {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-style: normal;
	color: #fff;
	line-height: 21px;
}   
.solution-box .swiper-pagination li span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 21px;
	background-color: rgba(0,0,0,.8);
	border: 3px solid transparent;
	border-radius: 50%;
}
.solution-box .swiper-pagination li span:after {
	position: absolute;
	left: 3px;
	top: 3px;
	content: "";
	width: 9px;
	height: 9px;
	background-color: #fff;
	border-radius: 50%;
}
.solution-box li.swiper-pagination-bullet-active span { 
  border-color: #fff;
}
.solution-box li.swiper-pagination-bullet-active span:after {      
  background: #007aff;  
}
@media only screen and (max-width: 767px) {
	.solution-box .solution-content {
		width: 100%;
		min-width: inherit;
		padding: 2.38rem 0.44rem 0;
		align-items: flex-start;
		justify-content: center;
	}
	.solution-box .solution-content h3 {
		margin-bottom: 0.3rem;
	    font-size: 0.4rem;
	    line-height: 0.56rem;
		text-align: center;
	}
	.solution-box .solution-content p {
		font-size: 0.32rem;
	    line-height: 0.45rem;
		text-align: center;
		letter-spacing: 1px;
	}
	.solution-box .solution-content blockquote {
		margin-top: 1rem;
	    margin-bottom: 0.45rem;
	    padding-right: 0;
	    font-size: 0.28rem;
	    line-height: 0.5rem;
	}
	.solution-box .solution-content .td {
		flex-wrap: wrap;
		line-height: 0.4rem;
	}
	.solution-box .solution-content .td span {
		width: 50%;
		padding: 0.35rem 0; 
		text-align: center;
	}
	.solution-box .page-box {
		width: 100%;
		min-width: inherit;
	}
	.solution-box .swiper-pagination {
		top: 0.4rem;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.solution-box .swiper-pagination:after {
		top: 0.66rem;
		right: 1.55rem;	    
	    left: 1.55rem;
	    z-index: 1;
	    height: 3px;
	    width: auto;	    
	}
	.solution-box .swiper-pagination li.swiper-pagination-bullet {
		display: inline-block;
		vertical-align: top;
		width: 33%;
		height: auto;
		margin-bottom: 0;
		padding-top: 1.15rem;
		outline: none;
	}
	.solution-box .swiper-pagination li em {
		margin-right: 0;
		font-size: 0.32rem;
		line-height: 0.45rem;
	}
	.solution-box .swiper-pagination li span {
		position: absolute;
		top:0.4rem;
		left: 50%;
		transform: translatex(-50%);
		width: 0.55rem;
    	height: 0.55rem;
    	border-width: 0.03rem;
	}
	.solution-box .swiper-pagination li span:after {
		left: 0.13rem;
	    top: 0.13rem;	    
	    width: 0.23rem;
	    height: 0.23rem;
	}

	.s-l-01 {	
		background-image: url("../image/solution_pl_01.png");
		background-position: center;			
	}
	.s-l-02 {		
		background-image: url("../image/solution_pl_02.png");
		background-position: center;		
	}
	.s-l-03 {	
		background-image: url("../image/solution_pl_03.png");	
		background-position: center;	
	}
}


.footer{
	width: 100%;	
	background-color: #1D1E24;
}
.footer .footer-info {
	width: 100%;
	padding: 42px 0;
}
.footer .footer-info .wrap {			
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 22px;
	color: #898989;
	letter-spacing: 2px;	
}
.footer .footer-info h4 {
	margin-bottom: 16px;
	font-size: 16px;
	color: #fff;
}
.footer .footer-info .f-nav {
	padding-bottom: 30px;
}
.footer .footer-info .f-nav a {
	display: inline-block;
	vertical-align: top;
	margin-right: 45px;
	color: #898989;
}
.footer .footer-info .f-nav a:last-child{
	margin-right: 0;
}
.footer .footer-info p {
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
}
.footer .footer-info p:last-child {
	margin-bottom: 0;
}
.footer .footer-info p span {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 22px;
}
.footer .footer-info .logo-l {
	display: inline-block;
	vertical-align: top;
	width: 316px;
	height: 84px;
}
.footer .copyright {
	display: block;
	width: 100%;	
	background-color: #000;
}
.footer .copyright p {	
	margin-bottom: 0;
	line-height: 55px;
	text-align: center;
	color: #AAA;
	letter-spacing: 3px;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.footer .copyright p span,
.footer .copyright p a {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	color:#AAA;
}
@media only screen and (max-width: 767px) {
	.footer .footer-info {
		padding: 0.6rem 0.4rem;
	}
	.footer .footer-info .wrap {
		align-items:flex-start;
		flex-direction: column;
	}
	.footer .footer-info h4 {
		font-size: 0.32rem;
		line-height: 0.45rem;
		margin-bottom: 0.2rem;		
	}
	.footer .footer-info .f-nav {
		display: flex;
		justify-content: space-between;
		padding-bottom: 0.5rem;
	}
	.footer .footer-info .f-nav a {
		margin-right: 0;
	}
	.footer .footer-info p {
		padding-left: 1.1rem;
		margin-bottom: 0.2rem;
		font-size: 0.32rem;
		line-height: 0.45rem;
	}
	.footer .footer-info p span {    
	    line-height: 0.45rem;
	}
	.footer .footer-info .logo-l {
		width: 4.05rem;
		height: 1.07rem;
		margin-top: 0.5rem;
	}
	.footer .copyright {
		padding: 0.34rem 0;
	}	
	.footer .copyright p {	
		font-size: 0.28rem;		
		line-height: 0.46rem;
	}
	.footer .copyright p span {
		display: block;
	}
}