html, body {
    width: 100vw;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}
html {
  /*font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;*/
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

img {
    vertical-align: middle;
    border-style: none;
}

img, video {
    max-width: 100%;
    height: auto;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

li a {
	text-decoration:none !important;
}

ul {list-style:none;}

a {
	text-decoration:none !important;
}

@keyframes fade {
  0%   { opacity: 0; left: -10%; }
  10%  { opacity: 1; left: 7%; }
  30%  { opacity: 1; left: 17%; }
  37%  { opacity: 0; left: 34%;  }
  100% { opacity: 0; }
}

@keyframes fadepay {
  0%   { opacity: 0; left: 5%; }
  10%  { opacity: 0.7; left: 7%; }
  30%  { opacity: 0.7; left: 7%; }
  37%  { opacity: 0; left: 7%; }
  100% { opacity: 0; }
}

.fadein {
	position:relative;
	width: 100%;
	top: 122px;
	z-index: -1;
	left: 26%;	   
}

.fadein img {
	background-color: #fff;
	position:absolute;
	width:222px;
	top: -110px !important;
	left:17% !important;
	right: 50px;
	opacity:0;
	animation-name: fade;
	/*animation-duration: 19s;*/
	animation-duration: 9s;
	animation-iteration-count: infinite;
	z-index: 1;	
}


.fadein img:nth-child(1) { animation-delay: 0s;  }
.fadein img:nth-child(2) { animation-delay: 2s;  }
.fadein img:nth-child(3) { animation-delay: 4s;  }
.fadein img:nth-child(4) { animation-delay: 6s;  }

/*
.fadein img:nth-child(5) { animation-delay: 8s;  }
.fadein img:nth-child(6) { animation-delay: 10s;  }
.fadein img:nth-child(7) { animation-delay: 12s;  }
.fadein img:nth-child(8) { animation-delay: 14s;  }
.fadein img:nth-child(9) { animation-delay: 16s;  }
.fadein img:nth-child(10) { animation-delay: 18s;  }
.fadein img:nth-child(11) { animation-delay: 20s;  }
*/



	.fadein.msg img {
		top: -70px;
	}

	.fadein.link img {
		top: -50px;
	}

	.fadein.soc img {
		top: -104px;
	}
	.device{
		/*width:413px;*/
		width:330px;
		height: 641px;
		float:right;
		z-index:1;
		position:relative;
	}
	
	.deviceimg{
		overflow: hidden!important;
		right:0px;
		float:right;
		z-index:3;
		position:relative;
		background: transparent;
	    /*background-color: hsl(0, 0%, 90%);*/
	}
	
	.arrow {
		display: inline-block;
		width: 15px;
		height: 15px;
		border-top: 5px solid #000;
		border-right: 5px solid #000;
	}
	
.arrow-top {
  transform: rotate(-45deg);
}
.arrow-right {
  transform: rotate(45deg);
}

.fadein2 {
	position:relative;
	width: 100%;
	top: 122px;
	z-index: 10;
	left: 240px;	   
}

.fadein2 .sonetwork_span {
	position:absolute;
	width:80px;
	top: 0;
	left:0;
	opacity:0;
	animation-name: fade;
	animation-duration:15s;
	animation-iteration-count: infinite;
	z-index: 1;
}

.fadein2 span.statistic_span {
	position:absolute;
	width:330px;
	top: -40px;
	/*left:50%;*/
	left:0;
	right: 50px;
	opacity:0;
	animation-name: fade;
	animation-duration:9s;
	animation-iteration-count: infinite;
	z-index: 1;
	padding:10px;
	border-radius:20px;
	color:#2ec2ff;
	font-weight:600;
	background:#fff;
	box-shadow: 0px 10px 10px 10px  rgba(0,0,0,0.05);
	margin:0 auto;
	text-align:center;
}

.fadein2 span:nth-child(1) { animation-delay: 0s;  }
.fadein2 span:nth-child(2) { animation-delay: 3s;  }
.fadein2 span:nth-child(3) { animation-delay: 6s;  }
.fadein2 span:nth-child(4) { animation-delay: 9s;  }
.fadein2 span:nth-child(5) { animation-delay: 12s;  }


.fadein23 {
	position:relative;
	width: 100%;
	top: 122px;
	z-index: 10;
    left: 38px;	   
}

.fadein23 img {
	position:absolute;
	width:230px;
	top: -40px;
	left:50%;
	right: 50px;
	opacity:0;
	animation-name: fade;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	z-index: 1;
}
.fadein23 img:nth-child(1) { animation-delay: 0s;  }
.fadein23 img:nth-child(2) { animation-delay: 2s;  }
.fadein23 img:nth-child(3) { animation-delay: 4s;  }


.fadein23pay {
	position:relative;
	width: 100%;
	top: 122px;
	z-index: 10;
    left: 38px;	   
}

.fadein23pay span {
	padding:30px;
	border-radius:20px;
	color:#fff;
	font-weight:600;
	background:#2ec2ff;
	position:absolute;
	box-shadow: 0px 10px 10px 10px  rgba(0,0,0,0.05);
	width:230px;
	top: -40px;
	left:50%;
	right: 50px;
	opacity:0;
	animation-name: fadepay;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	z-index: 1;
}


.fadein23pay span:nth-child(1) { animation-delay: 0s;  }
.fadein23pay span:nth-child(2) { animation-delay: 4s;  }
.fadein23pay span:nth-child(3) { animation-delay: 8s;  }






.fadein23microlanding {
	position:relative;
	width: 100%;
	top: 122px;
	z-index: 10;
	left: 38px;	   
}

.fadein23microlanding span {
padding:10px;
border-radius:20px;
color:#2ec2ff;
font-weight:600;
background:#fff;
	position:absolute;
	  box-shadow: 0px 10px 10px 10px  rgba(0,0,0,0.05);
	width:180px;
	margin:0 auto;
	text-align:center;
	top: -40px;
	left:50%;
	right: 50px;
	opacity:0;
	animation-name: fadepay;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	z-index: 1;
}
.fadein23microlanding span:nth-child(1) { animation-delay: 0s;  }
.fadein23microlanding span:nth-child(2) { animation-delay: 4s;  }
.fadein23microlanding span:nth-child(3) { animation-delay: 8s;  }






.fadeinshowcase {
	position:relative;
	width: 100%;
	top: 122px;
	z-index: 0;
	/*left: 108px;*/
	left:28px;	   
}
.fadeinshowcase img {
	position:absolute;
	width:260px;
	top: -40px;
	left:7%;
	right: 50px;
	z-index: 1;
}


	.fadeinshowcase.msg img {
		top: -70px;
	}

	.fadeinshowcase.link img {
		top: -50px;
	}

	.fadeinshowcase.socshowcase img {
		top: -108px;
	}




.features {
	width:40%;
	color:#FFF;
	border:1px solid #fff;
} 

.prepage {
	width:60%;
	border:1px solid #fff;
	overflow:hidden;
	position:relative;
}


section {
	/*
    padding-top: 100px;
    padding-bottom: 100px;
   */ 
    overflow: hidden;
}

.bg-blue {
	  /*padding-top: 120px;*/
    /*background-color: #2ec2ff !important;*/
    background-color: #2ec2ff;
    background:linear-gradient(135deg, #2ec2ff, #0383e4);
    background-image: linear-gradient(135deg, #2ec2ff, #0383e4);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.feature-center {
    text-align: center;
}

.flex-row {
	padding-right: 15px;
	padding-left: 15px;	
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	flex-direction:row;
}


@media only screen and (min-width: 991px) {
	.mb-80 {
    margin-bottom: 80px !important;
   }
}


.heading .top-heading-title {
    /*font-family: 'Qartella';*/
    font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    /*font-size: 64px;*/
    font-size: 48px;
    font-weight: 600;
    letter-spacing: calc(1.28px);
    line-height: 1.13;
    margin-top:0;
    margin-bottom:20px;
    text-align:left;
    color:#FFF;
	padding:0 60px;
}

.heading .top-heading-desc {
    font-size: 30px;
    font-weight: normal;
    line-height:1.2;
    color:#FFF;
    letter-spacing: calc(0.18px);
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
    padding:0 60px;
    display:block;
}

.heading-desc {
    font-size: 28px;
    font-weight: normal;
    line-height:1.5;
    color:#000;
    letter-spacing: calc(0.48px);
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    display:block;
}

.text--center {
    text-align: center !important;
}


.heading .heading-title {
    font-family: 'Qartella';
    font-size: 32px;
    font-weight: 500;
    line-height: 47px;
    margin-bottom: 0;
    color: #000;
}

.heading .heading-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 30px;
}


.flex-col-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.flex-col-30 {
	width:30%;
	max-width:30%;
}
.flex-col-70 {
	width:70%;
	max-width:70%;
}


.flex-col-40 {
	width:40%;
	max-width:40%;
	border:none;
}
.flex-col-60 {
	width:60%;
	max-width:60%;
	border:none;
}

.flex-col-50 {
	width:50%;
	max-width:50%;
	border:none;
}

.flex-col-ul {	
	display: flex;
  justify-content: start;
  align-items: start;
  line-height: 1;
}
.flex-col-single {	
	display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
}



.add_block {
    padding: 10px;
    position: relative;
    width: 145px;
    height: 115px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    display: inline-block;
    border-radius: 7px;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    box-shadow: 0 0 20px #eeeeee;
    cursor:pointer;
}


.add_block.active {
    background-image: linear-gradient(90deg, #0facf3, #0383e4);
    color: #fff;
}


.add_block:focus {
	outline:none;
}

.add_block span {
    font-size: 30px;
}

.add_block p {
    font-size: 17px;
    font-family: "Open Sans",sans-serif;
    color: #6d6d6d;
}

.add_block.active p{
	color: #fff;
}


.bg-shape {
    background-color: #f4f6f8;
    position: relative;
}




.feature-2 .feature-panel {
    position: relative;
}

.feature-panel {
    position: relative;
}

.feature-panel .feature-content p {
    
    margin-bottom: 12px;
}

.feature-panel .feature-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}


.bg-gray {
    background-color: #f4f6f8 !important;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}




/** style of footer **/


.footer-flex-col{
	word-spacing: normal;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
}
    
.footer-flex-col a{
	/*color:#fff !important;*/
	color:#fff;
}

#footer ul {width:100%; list-style:none;}
#footer ul li {float:left; width:150px; font-weight:bold;}
#footer ul li ul {padding:0;}
#footer ul li ul li {float:none; padding:5px 0; font-weight:normal;}


.qq-kefu {
    font-size: 14px;
    font-weight: 400;
    color: rgba(147, 147, 147, 1);
    line-height: 36px;
    text-align: right;
    padding-left: 30px;
}

.qq-kefu .lxkf {
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #565656;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(147, 147, 147, 1);
    cursor: pointer;
    margin-bottom: 10px;
}

.qq-kefu .lxkf {
    float: right;
}

.all-client {
    padding-top: 10px;
    width: 100px;
    float: right;
    color: rgba(147, 147, 147, 1);
    position: relative;
    text-align: center;
    cursor: pointer;
}

.all-client:hover {
    color: #09bd71;
}

.all-client:hover .img-box {
    display: block;
}

.all-client .img-box {
    position: absolute;
    bottom: 96px;
    left: -22px;
    width: 172px;
    height: 188px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    color: #939393;
    text-align: center;
    display: none;
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
}
.all-client .img-box span{
	display:block;
	padding:10px;
	
}


.all-client .iconfont {
    font-size: 36px;
    display: block;
    margin-bottom: 20px;
    color: rgba(147, 147, 147, 1);
}





.footer-bottom {
	background: #323232;
}

.footer-bottom-c {
    font-size: 12px;
    color: #939393;
    line-height: 30px;
    text-align: left;
    background-color: #212121;
}

.footer-bottom-c a {
  color: #999999;
}

.footer-bottom-c a.g {
  margin-left:10px;
  margin-right:20px;
}

.footer-bottom-c .ba {
	color: #999999;
}

.footer-social {
    text-align: left;
}

.footer-social a {
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 0;
    display: inline-block;
}

.footer-social .iconfont {
	color:#fff;
	
}


.cc__use__server {
    width: 100%;
    padding: 88px 0 80px;
    background-color: #f4f6f8;
}

.cc__use__server .cc__user__top__msg {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.cc__use__now {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.cc__use__now a {
    background-color: #09bd71;
    color: #ffffff;
    width: auto;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 40px;
	text-decoration:none !important;
}


.cc__use__now a:last-child {
    background-color: #ffffff;
    color: #09bd71;
    border: 1px solid #09bd71;
    margin-right: 0;
}

/** css of top header test **/


.bk_header {
   position: absolute;
   top: 20px;
   left: 0;
   right: 0;
   /*
   height: 50px;
   */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   
}

.bk_header {
    z-index: 9;
    /*background-color: #fff;*/
    /*border-bottom: 1px solid #e3e7e8;*/
}

/*
.bk_header:after {
    content: "";
    display: block;
    height: 1px;
    clear: both;
    background: #f2f2f2;
}*/

.bk_header a {
    text-decoration: none;
}

.bk_header .wrap {
	overflow: hidden;
	position: relative;
	padding: 15px 15px;
}

.bk_header .wrap {
    width: 1200px;
    margin: 0 auto;
}

.bk_header .wrap:before, .bk_header .wrap:after {
    display: table;
    content: " ";
}

.bk_header .b_logo {
    margin: 16px 30px 0 0;
    float:left;
}

/*
.bk_header .wrap:after {
	content: "";
	display: block;	
	height: 1px;
	clear: both;
	background: #f2f2f2;
}*/

.bk_header .b_topnav {
    margin-top: 16px;
    float:left;
}

.bk_header .b_topnav a{
	float:left;
	padding:0 10px;
}

.bk_header .b_topnav a {
    display: block;
    /*color: #333!important;*/
    color: #fff!important;
    text-decoration: none;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
}

/*
.bk_header .b_topnav a:hover {
	color:#09bd71 !important;
}*/


.login_mod {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 102;
    font-size: 14px;
    width:145px;
    zoom: 1;
}

.login_mod li {
    float: left;
    position: relative;
    margin-right: 5px;
}

.login_mod .user_set_li:hover .user_set {
	display:block;
}


.login_mod .user_set>a:hover {
    background-color: #f2f2f2;
}


.login_mod .user_account {
    display: block;
    width: 112px;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
}

.login_mod .ico_arrow{
	display:none;
}

.login_mod .user_set .horn {
	display:none;
}

.login_mod a {
    display: block;
    color: #4a4a4a;
    line-height: 26px;
    text-decoration: none;
}

.login_mod .menu a {
    padding-left: 5px;
    /*height: 26px;*/
    overflow: hidden;
    display: block;
    border-bottom: solid 1px #f2f2f2;
    padding: 10px 20px;
    line-height: 1.8;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: top;
}


.login_mod .user_set {
    width: 145px;    
}

.login_mod .menu {
    display: none;
    position: absolute;
    top: 46px;
    left: -35px;
    border: 1px solid #e5e5e5;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(191, 213, 228, 0.91);
}


.login_mod .log {
    border-right: #ccc solid 1px;
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
    /* margin-top: 10px; */
    font-size: 12px;
    /* line-height: 1.2; */
    color: #999;
}

.login_mod .loginbtns {
	height:50px;
	line-height:50px;
}

.login_mod .loginbtns > a  {
	display: inline-block;
	margin: 0 10px;
	color: #4A4A4A;
	font-size: 16px;	
}

.login_mod .loginbtns > a:hover {
	color: #f60 !important;
}


.loggingnews {
    float: right;
    margin-top:0px;
}

.loggingnews .log {
    /*border-right: #ccc solid 1px;*/
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
}
.loggingnews .log a {
    color: #4A4A4A;
    color:#fff;
    font-size:16px;
    background-color: #0383e4;
    padding: 10px 18px 9px !important;
    border-radius: 4px;
}

.loggingnews .log a:hover {
    color: #4A4A4A !important;
    color: #2ec2ff !important;
}

.loggingnews .log.bor-no {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.loggingnews .user-dropdown {
	display:none;
}

.loggingnews:hover .user-dropdown {
	display:block;
}


/** end of test **/

/** css of top img **/

.top-img {
	width:280px;
	/*width:960px;*/
	position:relative;
	margin:0 auto;
}

.top-device{	
	width: 280px;
	height:530px !important;
	position:relative;
	float:left;
	z-index:1;
}

.top-deviceimg{
	 overflow: hidden!important;
	 right:0px;
	 float:right;
	 position:relative;
	 z-index:3;
}


.top-img .fadeInImage {
	opacity:0;
	z-index: 1;
	position:absolute;
}

.fadein25microlanding span.findInSpan1 span{
	font-size:12px;
}

.fadein24microlanding {
	position:absolute;
	width: 322px;
	top: 100px;
	z-index: 10;
	/*left: 228px;*/
	left:330px;
}

.fadein24microlanding span.findInSpan2 {
	padding:10px;
	border-radius:20px;
	color:#000;
	font-weight:500;
	position:absolute;	
	background:#ffffff;
	box-shadow: 0px 10px 10px 10px  rgba(0,0,0,0.05);
	width:180px;
	margin:0 auto;
	text-align:center;
	top: -40px;
	/* left:50%; */
	/*left:400px;*/
	right:0;	
	/*right: 50px;*/
	opacity:0;
	z-index: 1;
}

.fadein24microlanding span.findInSpan2 span{
	font-size:12px;
}


.topfadein {
	position:relative;
	width: 100%;
	top: 122px;
	z-index: -1;
	left: 26%;
}

.topfadein img {
  background-color: #fff;
	position:absolute;
	width:222px;
	top: -110px !important;
	/*left:17% !important;*/
	left:-28px !important;
	/*right: 50px;*/
	opacity:0;
	animation-name: fade;
	animation-duration: 9s;
	animation-iteration-count: infinite;
	z-index: 1;	
}

.topfadein img:nth-child(1) { animation-delay: 0s;  }
.topfadein img:nth-child(2) { animation-delay: 2s;  }
.topfadein img:nth-child(3) { animation-delay: 4s;  }
.topfadein img:nth-child(4) { animation-delay: 6s;  }


/** end css of top img **/


.featuretext {
	text-align: left;
	padding: 10px;
	position: relative;
	top: 0;
}


.featuretext h1{
	font-weight:900;
	font-size: 2.5rem;
	text-transform: capitalize;
}

.featuretext p{
	/*padding-top:20px;*/
	font-size: 14px;
	line-height: 1.3;
}

.featuresoon {
	position: absolute;
	background: #0facf3;
	padding: 1px;
	font-weight: 800;
	right: 2px;
	border-radius: 4px;
	top: 2px;
	font-size: 9px;
	color: #ffff;
	display: block;
}


.uCC {
    display: initial;
	margin:0 auto;
}


.logodiv {
	padding: 0;
	
}

.logodiv .spanlogo {
    display: block;
    width: 164px;
    height: 64px;
    background-color: transparent;
}

.logodiv .spanlogo svg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 164px;
    height: 64px;
}



.registerbtn {
    position: relative;
    display: inline-block;
    font-family: 'Qartella';
    font-weight: 600;
    font-style: normal;
    color: #2d2f39;
    border-radius: 36px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
    border: none;
    will-change: opacity;
    text-align: center;
    /*background-color: #09bd71;*/
    background-color: #fff;
    font-size: 18px;
    /*margin-top: 20px;*/
    width: auto;
    min-width: 250px;
    max-width: 300px;
    padding-top:24px;
    padding-bottom:24px;
	padding-top:12px;
    padding-bottom:12px;
}

.logbtn {
    position: relative;
    display: inline-block;
    font-family: 'Qartella';
    font-weight: bold;
    font-style: normal;
    color: #2d2f39;
    
    padding: 14px 28px;
    border-radius: 36px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
    border: none;
    will-change: opacity;
    text-align: center;
    background-color: #E9C0E9;
    
    font-size: 18px;
    margin-top: 20px;
    width: auto;
    min-width: 250px;
    max-width: 300px;
    padding-top:18px;
    padding-bottom:18px;
}

.logbtn:hover {
    background-color: #E3BAE4;
}



.swiperbox {
    box-sizing: 'border-box';
	width:100%;
    min-width: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left:0;
    padding-right:10px;
    background-color: #f4f6f8;
}


.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding:0 10px;
    position: relative;
    width:100%;
    height:300px;
    z-index: 1;
	box-sizing: border-box;
}


.swiper-slide img{
	display: block;
	width:190px;
	height:300px;
	object-fit: cover;
}


.swiper-slide:hover img{
	transform: scale(1.02);
}


.advantage {
    width: 220px;
    padding: 40px 0 27px;
    min-height: 260px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}

.advantage h3 {
    font-size: 18px;
    margin-bottom: 24px;
    color: #4A4A4A;
}

.advantage p {
    font-size: 14px;
    color: #4A4A4A;
}

.gzhqrImg:hover {
	width:250px;
}


.gzh_block {
    padding: 10px;
    position: relative;
    width: 145px;
    height: 115px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    display: inline-block;
    border-radius: 7px;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    box-shadow: 0 0 20px #eeeeee;
    cursor:pointer;
}


.gzh_block.active {
    background-image: linear-gradient(90deg, #0facf3, #0383e4);
    color: #fff;
}


.gzh_block:focus {
	outline:none;
}

.gzh_block span {
    font-size: 30px;
}

.gzh_block p {
    font-size: 17px;
    font-family: "Open Sans",sans-serif;
    color: #6d6d6d;
}

.gzh_block.active p{
	color: #fff;
}


.section-header-logo-img {
	z-index:0;
    background-image: url(../images/index/hero2.png);
    background-size: cover;
    width: 100%;
    height: 800px;
    top: 0px;
    position: absolute;
}



.bio {
    color: #fff;
    font-family: 'Qartella';
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 30px;
    padding-top: 10px;
    text-align:left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.bio-line{
	display:flex;
	
}


