
body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	background:#fff;
}


/* ��ά�� */
.qrcode_box {
	width: 100%;
	padding: 3vh 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.qrcode_box img {
	width: 12rem;
	height: 12rem;
	border: 5px solid #9997DF;
	border-radius: 10px;
}

.qrcode_box .qr_text {
	margin-top: 10px;
	font-size: .9rem;
	border-radius: 10px;
	background-color: #A262FE;
	color: #fff;
	padding: 5px 20px;
}
.qrcode_box .qr_text {
	margin-top: 10px;
	font-size: .9rem;
	border-radius: 10px;
	background-color: #A262FE;
	color: #fff;
	padding: 5px 20px;
}


/*-- header --*/
.header{
padding: 19px 0;
background: #ffffff;
background: -moz-linear-gradient(left,  #d218ce 0%, #d418ce 0%, #3c39ad 68%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d218ce), color-stop(0%,#d418ce), color-stop(68%,#3c39ad));
background: -webkit-linear-gradient(left,  #d218ce 0%,#d418ce 0%,#3c39ad 68%);
background: -o-linear-gradient(left,  #d218ce 0%,#d418ce 0%,#3c39ad 68%);
background: -ms-linear-gradient(left,  #d218ce 0%,#d418ce 0%,#3c39ad 68%);
background: linear-gradient(to right,  #d218ce 0%,#d418ce 0%,#3c39ad 68%);
}
.header-left a {
  display: block;
}
.header-right ul li a:hover,.header-right ul li a.active {
  border-bottom: 2px dashed #ffffff;
  padding-bottom: 8px;
}
.header-left{
float:left;
width:auto;
}
.header-left img{
width:100%;
}
.header-right{
float:right;
width:auto;
}
.header-right ul{
	padding:0;
	margin:0;
	text-align:center;
	}
.header-right ul li{
	display:inline-block;
	}
.header-right ul li a {
	font-size: 18px;
	color:#e1e1e1;
	font-weight:400;
	margin:0 16px;
	text-decoration: none;
	}
	/*-- menu --*/
	.header-right span{
		display:none;
		}

.about-right images{
width:100%;
}
.about-right,.about-left {
padding:0;
}
.about-info{
margin:100px 0px 0 250px;
}
.about-info h3{
font-size:36px;
margin:0 0 40px 0;
color:#242424;
font-weight:bold;
}
.approach-right h3{
font-size:36px;
margin:0 0 40px 0;
color:#232323;
font-weight:bold;
}
.about-info p{
color:#242424;
margin:0 0 20px 0;
font-size:16px;
font-weight:500;
line-height:1.8em;
}
.about-info p:nth-child(3){
margin:0 0 54px 0;
}
.about-info a{
color:#ffffff;
text-decoration:none;
font-size:1em;
background:#f211d5;
border-radius: 55px;
padding: 16px 30px;
border:2px solid #f211d5;
}
.about-info a:hover{
color:#f211d5;
border:2px solid #f211d5;
background:#ffffff;
}
.approach-left{
width:50%;

}
.about-left{
width:50%;
float:left;
}
.approach-right{
width:50%;

}
.about-right{
width:50%;
	float:right;
}
.approach-left img{
width:100%;
}





.services {
padding:50px 0;

}








.footer{
background: #d617cf;
background: -moz-linear-gradient(left,  #d617cf 0%, #d318ce 0%, #3c39ad 100%, #2989d8 100%, #207cca 100%, #4637af 100%, #2989d8 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d617cf), color-stop(0%,#d318ce), color-stop(100%,#3c39ad), color-stop(100%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#4637af), color-stop(100%,#2989d8));
background: -webkit-linear-gradient(left,  #d617cf 0%,#d318ce 0%,#3c39ad 100%,#2989d8 100%,#207cca 100%,#4637af 100%,#2989d8 100%);
background: -o-linear-gradient(left,  #d617cf 0%,#d318ce 0%,#3c39ad 100%,#2989d8 100%,#207cca 100%,#4637af 100%,#2989d8 100%);
background: -ms-linear-gradient(left,  #d617cf 0%,#d318ce 0%,#3c39ad 100%,#2989d8 100%,#207cca 100%,#4637af 100%,#2989d8 100%);
background: linear-gradient(to right,  #d617cf 0%,#d318ce 0%,#3c39ad 100%,#2989d8 100%,#207cca 100%,#4637af 100%,#2989d8 100%);
padding: 16px 0;
}
.footer p:nth-child(2){
margin-top:15px;
}
.footer p{
margin:0;
font-size:20px;
color:#ffffff;
text-align:center;
}

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 1%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- contact --*/


/*-- responsive-media-queries --*/

	.clients {
	  padding: 50px 0;
	}
	.services {
	  padding: 50px 0;
	}
	.services-left {
	  width: 39%;
	  }
	.keep {
	  padding: 114px 0 0px 0;
	  min-height: 434px;
	}
	.clients h3 {
	  font-size: 25px;
	  }
	.keep h3 {
	  font-size: 25px;
	  padding: 26px 0;
	  width: 42%;
	  }
	.contact-info h3 {
	  font-size: 25px;
	  }
	.contact {
	  padding: 50px 0;
	}



@media(max-width:640px){
	.header-right ul li a {
	  font-size: 13px;
	  margin: 0 8px;
	}
	.header-right {
	  width: 71.8%;
	}
	.banner-info h1 {
	  font-size: 35px;
	}
	.banner-info p {
	  font-size: 16px;
	  margin: 17px 0 34px 0;
	  }
	.banner {
	  min-height: 355px;
	}
	.about-info {
	  margin: 30px 0px 0 25px;
	}
	.start a{
	  font-size: 13px;
	}
	.about-left {
	  width: 48%;
	}
	.about-info p {
	  font-size: 13px;
	  overflow: hidden;
	  height: 72px;
	  margin: 0 0 18px 0;
	}
	.about-info a {
	  font-size: 13px;
	  }
	.behind p {
	  width: 84%;
	  }
	.behind{
	padding: 30px 0;
	}
	.kick {
	  padding: 30px 0 0 0;
	   min-height: 170px;
	}
	.services-grids {
  min-height: 273px;
}
	.approach-right {
	  width: 48%;
	  }
	.approach-right {
	  padding: 30px 30px 0 0px;
	}
	.approach-right p {
	  font-size: 13px;
	}
	.approach-right p:nth-child(4) {
	  overflow: hidden;
	  height: 51px;
	}
	.approach-right p {
	  margin: 0 0 18px 0;
	}
	.kick p {
	  width: 96%;
	}
	.services {
	  padding: 30px 0;
	}
	.services-right ul li:nth-child(2),.services-right ul li:nth-child(4) {
	  overflow: hidden;
	  height: 22px;
	}
	.services-right ul li {
	  font-size: 13px;
	}
	.services-right ul li {
	  background-size: 7% !important;
	}
	.services-list {
	  padding: 36px 0 36px 36px;
	}
	.services-left {
	  padding: 29px 0 0 30px;
	}
	.services-left p {
	  font-size: 13px;
	  overflow: hidden;
	  height: 120px;
	}
	.clients {
	  padding: 30px 0;
	}
	.footer p {
	  font-size: 1.5em;
	}
	.contact-left input[type="text"] ,.contact-right textarea{
	  font-size: 13px;
	}
	.contact {
	  padding: 20px 0;
	}
	.header {
	  padding: 22px 0;
	  }
	.contact-map {
	  margin-bottom: 30px;
	}
	.contact-map iframe {
	  height: 220px;
	}
	.contact-map{
	  height: 220px;
	}
	.contact-left input[type="text"] {
	  padding: 9px 10px;
	  }
	.contact-right textarea {
	  height: 160px;
	  }
	.contact-form input[type=submit] {
	  font-size: 13px;
	}
	.keep h3 {
	  width: 47%;
	}
	.callbacks_tabs {
	  left: 43%;
	}
}
@media(max-width:600px) {
	.header-left {
		width: 35%;
	}

	.header-right {
		width: 10%;
	}

	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		padding: 0px 0;
		font-weight: 800;
		font-size: 15px;
		color: #ffffff;
	}

	ul.nav1 {
		display: none;
		background: #d617cf;
		background: -moz-linear-gradient(left, #d617cf 0%, #d318ce 0%, #3c39ad 100%, #2989d8 100%, #207cca 100%, #4637af 100%, #2989d8 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d617cf), color-stop(0%, #d318ce), color-stop(100%, #3c39ad), color-stop(100%, #2989d8), color-stop(100%, #207cca), color-stop(100%, #4637af), color-stop(100%, #2989d8));
		background: -webkit-linear-gradient(left, #d617cf 0%, #d318ce 0%, #3c39ad 100%, #2989d8 100%, #207cca 100%, #4637af 100%, #2989d8 100%);
		background: -o-linear-gradient(left, #d617cf 0%, #d318ce 0%, #3c39ad 100%, #2989d8 100%, #207cca 100%, #4637af 100%, #2989d8 100%);
		background: -ms-linear-gradient(left, #d617cf 0%, #d318ce 0%, #3c39ad 100%, #2989d8 100%, #207cca 100%, #4637af 100%, #2989d8 100%);
		background: linear-gradient(to right, #d617cf 0%, #d318ce 0%, #3c39ad 100%, #2989d8 100%, #207cca 100%, #4637af 100%, #2989d8 100%);
	}

	.header-right ul.nav1 li {
		display: inline-block;
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 0px 0;
	}

	.header-right ul {
		position: absolute;
		padding: 0;
		margin: 0;
		top: 9%;
		left: 0%;
		width: 100%;
		z-index: 99999;
	}

	.header-right ul li a {
		display: block;
		margin: 12px 2px;
		padding-bottom: 2px;
		border-bottom: 2px solid transparent;
	}


	.banner {
		min-height: 300px;
	}

	.about-info h3, .behind p, .approach-right h3, .kick p, .services h3, .clients h3, .keep h3, .contact-info h3 {
		font-size: 14px;
	}

	.about-info h3 {
		margin: 0 0 6px 0;
	}

	.about-info a, .start a {
		padding: 5px 10px;
	}

	.about-info p {
		overflow: hidden;
		height: 44px;
		margin: 0 0 14px 0;
	}

	.about-info {
		margin: 22px 0px 0 25px;
	}

	.behind p {
		width: 100%;
	}

	.behind {
		padding: 22px 0;
	}

	.kick {
		padding: 22px 0;
		min-height: 140px;
	}

	.services-grids {
		min-height: 260px;
	}

	.approach-right {
		padding: 22px 18px 0 0px;
	}

	.approach-right p:nth-child(4) {
		display: none;
	}



}











