﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
tr,
table,
tbody,
thead,
tfoot,
em,
strong,
span {
  padding: 0;
  margin: 0;
  font-family: arial, "微软雅黑";
}
*{
  outline: none;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0 none;
  vertical-align: middle;
  width: auto;
  height: auto;
}
input {
  vertical-align: middle;
}
em {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
body {
  position: relative;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '\20';
  display: block;
  clear: both;
}
._fl {
  float: left;
}

._fr {
  float: right;
}

.none {
  display: none;
}

.text_l {
  text-align: left;
}

.text_r {
  text-align: right;
}

.text_c {
  text-align: center;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.line20 {
  line-height: 200%;
}

.fc-fff {
  color: #fff;
}

/* 主体容器 */
.page-animation-content{
	width: 100%;
	margin: 0 auto;
}
/* item统一背景样式 */
.a-cont-item {
    width: 100%;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
/* item主体内容区 */
.a-content {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* 通用一级标题 */
.a-main-title {
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  color: #2C3550;
  padding:32px 0px 16px 0;
  position: relative;
  width: 96%;
  font-weight: bold;
  font-family: 'Avenir';
  margin: 0 auto;
}

/* 通用二级标题 */
.a-sub-title {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #616B82;
  width: 90%;
  margin: 0 auto;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: 'Avenir';
}
.a-sub-title span{
	font-weight: bold;
}
.text-left{
  text-align: left;
}

/* 首页样式  */

.a-cont-item{
	height: calc(100vh - 80px);
	max-height: 1000px;
	min-height: 850px;
}

/* 第一屏  */
.a-page1 {
  background: url(../images/page1-bg.png) no-repeat, linear-gradient(90deg, #3090ff 0%, #266fff 100%);
  background-position: center bottom;
  max-height: 900px;
}
.a-page1 .page1-cont{
	width: 600px;/*modify*/
	padding-top: 200px;
	position: relative;
}
.a-page1 .page1-logo{
	position: absolute;
	top: -7px;
	left: 0;
}
.a-page1 .page1-tit{
	font-weight: 800;
	font-size:44px;/*modify*/
	line-height: 60px;
	color: #fff;
	font-family: 'Avenir';
}
.a-page1 .page1-des{
	font-size: 22px;
	color: #fff;
	margin-top: 24px;
	margin-bottom: 34px;
	font-family: 'Avenir';
}
.a-page1 .page1-des span{
	font-weight: bold;
}
.a-page1 .btn-style{
	width: 240px;
	height: 72px;
	display: block;
	line-height: 72px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 40px;
	color: #266FFF;
	font-weight: 800;
	font-size: 22px;
	cursor: pointer;
}
.a-page1 .page1-btn:hover .btn-style{
	position: relative;
	bottom: 15px;
	text-decoration: none;
	box-shadow: 0 20px 20px rgba(0, 85, 205, 0.3);
}
/*.a-page1 .btn-style:hover{
	text-decoration: none;
	box-shadow: 20px 20px 20px rgba(0, 85, 205, 0.3);	
}*/
.a-page1 .page1-icon{
	display: flex;
	justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 22px;
  color: #0043A3;
  text-align: center;
  margin-top: 80px;
  width: 86%;
}
.a-page1 .page1-icon span{
	display: block;
	font-size: 14px;
}
.a-page1 .page1-icon img{
	display: block;
	margin: 18px auto;
}

/* 第二屏 */
/*.a-page2{
	background: #EFF0F5;
	height: 900px;
}*/
.a-page2{
  background: #EFF0F5;
  background-position: center bottom;
  background-size: 100%;
	/*height: 900px;*/
}
.page2-cont-img{
	padding: 0 10px 10px 10px;
	position: relative;
}
.page2-cont-img .mask-bg{
	background: #EFF0F5;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.page2-cont-img img{
	width: 100%;
}
.a-page2 .page2-img{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 52%;
	margin: 50px auto;
}
.a-page2 .page2-img .img-item{
	text-align: center;
	color: #2C3550;
	font-size: 18px;
	font-weight: bold;
}
.a-page2 .page2-img .line{
	width: 88px;
	height: 6px;
	background: #FAFAFC;
	box-shadow: 0px 6px 6px rgba(195, 201, 213, 0.6);
	border-radius: 4px;
	margin-top: 40px;
}

.a-page2 .page2-step{
	display: flex;
	justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 0 1% 0 0;
  height: 460px;
  align-items: center;
}
.a-page2 .page2-step:before{
	height: 8px;
	/*background: linear-gradient(89.98deg, #266FFF 0%, #3090FF 103.33%);*/
	background: #3090ff;
	background-image: linear-gradient(90deg,#e0e2e9, #3090ff 7%);
	content: "";
	width: 100%;
	position: absolute;
	top: calc(50% - 4px);
}
.a-page2 .page2-step:after{
	background: url(../images/page2-img13.png) no-repeat center center;
	width: 26px;
	height: 26px;
	content: "";
	position: absolute;
  right: -6px;
  top: 217px;
  display: block;
}
.a-page2 .page2-step .step-item{
	background: #e8ebf4;
	box-shadow: 0px 20px 20px #D6DAE6;
	border-radius: 12px;
	padding: 5px 14px 0 14px;
	box-sizing: border-box;
	height: 78px;
	text-align: center;
	color: #2C3550;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.a-page2 .page2-step .step-item:after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 72px;
	background: #fff;
	border-radius: 12px;
	top: -4px;
	z-index: -1;
}
.a-page2 .page2-step .step-item .item-num{
	color: #B6D1FC;
	font-size: 28px;
	line-height: 30px;
	margin: 0 auto;
}
.a-page2 .page2-step .point{
	height: 10px;
	width: 10px;
	background: #266FFF;
	border: 4px solid #DFEBFD;
	border-radius: 10px;
	margin-top: 0;
	position: relative;
	z-index: 10;
}
.a-page2 .page2-step .position-cont{
	position: absolute;
}
.a-page2 .page2-step .position-cont.down{
	padding-top: 90px;
	background: url('../images/union.png') no-repeat center 10px;	
}
.a-page2 .page2-step .position-cont.up{
	padding-bottom: 110px;
	background: url(../images/union-up.png) no-repeat 74px 100px;	
}

.a-page2 .page2-step .position-cont.step1-item{
	left: calc(50% - 12px);
}
.step1-item:after{
	height: 18px;
	width: 18px;
	border-radius: 18px;
	position: absolute;
	background: #DFEBFD;
	content: "";
	display: block;
	top: -4px;
	left: 2px;
}
.a-page2 .page2-step .position-cont.step2-item{
	left: 0;
	bottom: 0;
	width: 240px;
	left: -70px;	
}
.a-page2 .page2-step .position-cont.step3-item{
	width: 180px;
	left: -85px;
	padding-top: 70px;
}

.a-page2 .page2-step .position-cont.step4-item{
	bottom: 50px;
	width: 24px;
	left: 3px;
	background: url(../images/union-up.png) no-repeat center 40px;	
}
.step4-item:after{
	height: 18px;
	width: 18px;
	border-radius: 18px;
	position: absolute;
	background: #DFEBFD;
	content: "";
	display: block;
	left: 4px;
	bottom: 10px;
}

.a-page2 .page2-step .position-cont.step5-item{
	bottom: -15px;
	width: 24px;
	left: -8px;
	background: url(../images/union-up.png) no-repeat center 40px;	
}
.step5-item:after{
	height: 18px;
	width: 18px;
	border-radius: 18px;
	position: absolute;
	background: #DFEBFD;
	content: "";
	display: block;
	left: 4px;
	bottom: 10px;
}

.a-page2 .page2-step .position-cont.step6-item{
  bottom: -100px;
  width: 24px;
  left: 5px;
  background: url(../images/union.png) no-repeat center 10px;
}
.step6-item:after{
	height: 18px;
	width: 18px;
	border-radius: 18px;
	position: absolute;
	background: #DFEBFD;
	content: "";
	display: block;
	left: 3px;
	top: -5px;
}

.a-page2 .page2-step .position-cont.step7-item{
	bottom: 50px;
	width: 24px;
	left: 65px;
	background: url(../images/union-up.png) no-repeat center 40px;	
}
.step7-item:after{
	height: 18px;
	width: 18px;
	border-radius: 18px;
	position: absolute;
	background: #DFEBFD;
	content: "";
	display: block;
	left: 4px;
	bottom: 10px;
}
.a-page2 .page2-step .position-cont.step8-item{
	width: 165px;
    left: -75px;
	padding-top: 80px;
	padding-left: 30px;
	box-sizing: border-box;
}

.a-page2 .page2-step .position-cont.step9-item{
  bottom: 81px;
  width: 150px;
  left: 60px;
  padding-bottom: 90px;
  background: url(../images/union-up.png) no-repeat 37px bottom;
}
.step9-item:after{
  height: 18px;
  width: 18px;
  background: #266FFF;
  border: 4px solid #DFEBFD;
	border-radius: 18px;
	position: absolute;
	content: "";
	display: block;
	left: 31px;
	bottom: -21px;
}


.a-page2 .page2-step .position-cont.step11-item{
  bottom: 81px;
  width: 120px;
  right: -30px;
  padding-bottom: 90px;
  background: url(../images/union-up.png) no-repeat 50px bottom;
}
.step11-item:after{
  height: 18px;
  width: 18px;
  background: #266FFF;
  border: 4px solid #DFEBFD;
	border-radius: 18px;
	position: absolute;
	content: "";
	display: block;
	right: 38px;
	bottom: -21px;
}
.step12-item{
	left: -7px;
}
.step12-item:after{
	height: 18px;
	width: 18px;
	border-radius: 18px;
	position: absolute;
	background: #DFEBFD;
	content: "";
	display: block;
  left: 3px;
  top: -6px;
}

.a-page2 .position-cont img {
	display: block;
	margin: 5px 0;
}
.a-page2 .page2-step li{
	font-size: 14px;
	line-height: 21px;
	color: #2C3550;
	position: relative;
	font-weight: normal;
  text-align: left;
}
.a-page2 .page2-step li:before{
  content: "";
  height: 4px;
  width: 4px;
  background: #266FFF;
  border-radius: 4px;
  left: -10px;
  display: block;
  position: absolute;
  left: -10px;
  top: 8px;
}

.step-opacity{
	opacity: 0;
}


/* 第三屏  */
.a-page3 {
  background: #FAFBFD url('../images/page3-bg.png') no-repeat;
  background-position: 70% bottom;
  /*height: 900px;*/
}
.a-page3 .page3-img-list{
	position: relative;
	height: 720px;
	box-sizing: border-box;
	left: 6%;
}

.a-page3 .page3-img-list .img-item{
	position: absolute;
	-webkit-animation: rotate 2s infinite;
	animation-timing-function: linear;

	/* Safari and Chrome */
	-webkit-animation: rotate 2s infinite;
	-webkit-animation-timing-function: linear;
}
.a-page3 .page3-img-list .img-item:nth-child(1){
	position: absolute;
	-webkit-animation: rotate 4s infinite;
	animation-timing-function: linear;

	/* Safari and Chrome */
	-webkit-animation: rotate 4s infinite;
	-webkit-animation-timing-function: linear;
}
.a-page3 .page3-img-list .img-item:nth-child(2){
	position: absolute;
	-webkit-animation: rotate1 4s infinite;
	animation-timing-function: linear;

	/* Safari and Chrome */
	-webkit-animation: rotate1 4s infinite;
	-webkit-animation-timing-function: linear;
}
.a-page3 .page3-img-list .img-item:nth-child(3){
	position: absolute;
	-webkit-animation: rotate2 4s infinite;
	animation-timing-function: linear;

	/* Safari and Chrome */
	-webkit-animation: rotate2 4s infinite;
	-webkit-animation-timing-function: linear;
}
.a-page3 .page3-img-list .img-item:nth-child(4){
	position: absolute;
	-webkit-animation: rotate3 4s infinite;
	animation-timing-function: linear;

	/* Safari and Chrome */
	-webkit-animation: rotate3 4s infinite;
	-webkit-animation-timing-function: linear;
}
.a-page3 .page3-img-list .img-item:nth-child(5){
	position: absolute;
	-webkit-animation: rotate4 4s infinite;
	animation-timing-function: linear;

	/* Safari and Chrome */
	-webkit-animation: rotate4 4s infinite;
	-webkit-animation-timing-function: linear;
}
.a-page3 .page3-img-list .img-item:nth-child(6){
	position: absolute;
	-webkit-animation: rotate5 4s infinite;
	animation-timing-function: linear;

	/* Safari and Chrome */
	-webkit-animation: rotate5 4s infinite;
	-webkit-animation-timing-function: linear;
}
.a-page3 .page3-img-list .img-item:nth-child(7){
	position: absolute;
	-webkit-animation: rotate3 3.3s infinite;
	animation-timing-function: linear;

	/* Safari and Chrome */
	-webkit-animation: rotate3 3.3s infinite;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotate{
	0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
  10%{ -webkit-transform:translate3d(0, 7px,0); transform:translate3d(0, 7px,0);}
  20%{-webkit-transform:translate3d(3px, 6px,0);transform:translate3d(3px, 6px,0);}
  30%{-webkit-transform:translate3d(7px, 0,0);transform:translate3d(7px, 0, 0);}
  40%{-webkit-transform:translate3d(3px, -6px,0);transform:translate3d(3px,-6px,0);}
  50%{-webkit-transform:translate3d(0px,-7px,0);transform:translate3d(0px,-7px,0);}
  60%{-webkit-transform:translate3d(-3px,-6px,0);transform:translate3d(-3px,-6px,0);}
  70%{-webkit-transform:translate3d(-7px,0px,0);transform:translate3d(-7px,0px,0);}
 	80%{-webkit-transform:translate3d(3px,6px,0);transform:translate3d(3px,6px,0);}
  90%{-webkit-transform:translate3d(2px,3px,0);transform:translate3d(2px,3px,0);}
  /*100%{-webkit-transform:translate3d(-2px,-4px,0);transform:translate3d(-2px,-4px,0);}*/
}


@-webkit-keyframes rotate1{
  0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
  10%{-webkit-transform:translate3d(-4px,0px,0);transform:translate3d(-4px,0px,0);}
 	20%{-webkit-transform:translate3d(4px,6px,0);transform:translate3d(4px,6px,0);}
  30%{-webkit-transform:translate3d(2px,3px,0);transform:translate3d(2px,3px,0);}
  40%{-webkit-transform:translate3d(-2px,-4px,0);transform:translate3d(-2px,-4px,0);}
	50%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
  60%{ -webkit-transform:translate3d(0, 7px,0); transform:translate3d(0, 7px,0);}
  70%{-webkit-transform:translate3d(4px, 6px,0);transform:translate3d(4px, 6px,0);}
  80%{-webkit-transform:translate3d(7px, 0,0);transform:translate3d(7px, 0, 0);}
  90%{-webkit-transform:translate3d(4px, -6px,0);transform:translate3d(4px,-6px,0);}
  /*100%{-webkit-transform:translate3d(0px,-5px,0);transform:translate3d(0px,-10px,0);}*/
}

@-webkit-keyframes rotate2{
  0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
	10%{-webkit-transform:translate3d(3px,0,0);transform:translate3d(3px,0,0);}
  20%{ -webkit-transform:translate3d(0, 7px,0); transform:translate3d(0, 7px,0);}
  30%{-webkit-transform:translate3d(3px, 5px,0);transform:translate3d(3px, 5px,0);}
  40%{-webkit-transform:translate3d(7px, 0,0);transform:translate3d(7px, 0, 0);}
  50%{-webkit-transform:translate3d(3px, -5px,0);transform:translate3d(3px,-5px,0);}
  60%{-webkit-transform:translate3d(0px,-7px,0);transform:translate3d(0px,-7px,0);}
  70%{-webkit-transform:translate3d(-3px,-5px,0);transform:translate3d(-3px,-5px,0);}
  80%{-webkit-transform:translate3d(-7px,0px,0);transform:translate3d(-7px,0px,0);}
 	90%{-webkit-transform:translate3d(3px,5px,0);transform:translate3d(3px,5px,0);}
  /*100%{-webkit-transform:translate3d(2px,3px,0);transform:translate3d(2px,3px,0);}*/
}


@-webkit-keyframes rotate3{
 	0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
  10%{-webkit-transform:translate3d(2px,3px,0);transform:translate3d(2px,3px,0);}
  20%{-webkit-transform:translate3d(-2px,-4px,0);transform:translate3d(-2px,-4px,0);}
	30%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
  40%{ -webkit-transform:translate3d(0, 4px,0); transform:translate3d(0, 4px,0);}
  50%{-webkit-transform:translate3d(5px, 8px,0);transform:translate3d(5px, 8px,0);}
  60%{-webkit-transform:translate3d(6px, 0,0);transform:translate3d(6px, 0, 0);}
  70%{-webkit-transform:translate3d(5px, -8px,0);transform:translate3d(5px,-8px,0);}
  80%{-webkit-transform:translate3d(0px,-6px,0);transform:translate3d(0px,-6px,0);}
  90%{-webkit-transform:translate3d(-5px,-8px,0);transform:translate3d(-5px,-8px,0);}
  /*100%{-webkit-transform:translate3d(0px,0px,0);transform:translate3d(0px,0px,0);}*/
}

@-webkit-keyframes rotate4{
  0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
	10%{-webkit-transform:translate3d(0,3px,0);transform:translate3d(0,3px,0);}
  20%{ -webkit-transform:translate3d(1px,5px,0); transform:translate3d(1px,5px,0);}
  30%{-webkit-transform:translate3d(5px, 8px,0);transform:translate3d(5px, 8px,0);}
  40%{-webkit-transform:translate3d(1px, 0,0);transform:translate3d(1px, 0, 0);}
  50%{-webkit-transform:translate3d(5px, -5px,0);transform:translate3d(5px,-8px,0);}
  60%{-webkit-transform:translate3d(0px,-3px,0);transform:translate3d(0px,-3px,0);}
  70%{-webkit-transform:translate3d(-5px,-8px,0);transform:translate3d(-5px,-8px,0);}
  80%{-webkit-transform:translate3d(-3px,0px,0);transform:translate3d(-3px,0px,0);}
 	90%{-webkit-transform:translate3d(5px,8px,0);transform:translate3d(5px,8px,0);}
  /*100%{-webkit-transform:translate3d(2px,3px,0);transform:translate3d(2px,3px,0);}*/
}

@-webkit-keyframes rotate5{
  0%{-webkit-transform:translate3d(0,0px,0);transform:translate3d(0,0px,0);}
 	10%{-webkit-transform:translate3d(5px,8px,0);transform:translate3d(5px,8px,0);}
  20%{-webkit-transform:translate3d(2px,3px,0);transform:translate3d(2px,3px,0);}
  30%{-webkit-transform:translate3d(-2px,-4px,0);transform:translate3d(-2px,-4px,0);}
	40%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
  50%{ -webkit-transform:translate3d(0, 6px,0); transform:translate3d(0, 6px,0);}
  60%{-webkit-transform:translate3d(5px, 8px,0);transform:translate3d(5px, 8px,0);}
  70%{-webkit-transform:translate3d(6px, 0,0);transform:translate3d(6px, 0, 0);}
  80%{-webkit-transform:translate3d(5px, -8px,0);transform:translate3d(5px,-8px,0);}
  90%{-webkit-transform:translate3d(0px,-6px,0);transform:translate3d(0px,-6px,0);}
  /*100%{-webkit-transform:translate3d(-5px,-8px,0);transform:translate3d(-5px,-8px,0);}*/
}


@-webkit-keyframes pulse{
  0%{-webkit-transform:scaleX(1);transform:scaleX(1)}
  50%{
	-webkit-transform:scale3d(1.05,1.05,1.05);
  transform:scale3d(1.05,1.05,1.05)
	}
  to{-webkit-transform:scaleX(1);transform:scaleX(1)}
}

@-webkit-keyframes shakeX{
	0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}
  10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
  20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}
}


@-webkit-keyframes headShake{
	0%{-webkit-transform:translateX(0);transform:translateX(0)}
	6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg); transform:translateX(-6px) rotateY(-9deg)}
	18.5%{-webkit-transform:translateX(5px) rotateY(7deg); transform:translateX(5px) rotateY(7deg)}
	31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg); transform:translateX(-3px) rotateY(-5deg)}
	43.5%{-webkit-transform:translateX(2px) rotateY(3deg); transform:translateX(2px) rotateY(3deg)}
	50%{-webkit-transform:translateX(0);transform:translateX(0)}
}


.a-page3 .page3-img-list .img-item.item1{
	top: 0;
	left: 15%;
}
.a-page3 .page3-img-list .img-item.item2{
    top: 38%;
    left: 4%;
}
.a-page3 .page3-img-list .img-item.item3{
    bottom: 4%;
    left: 18%;
}
.a-page3 .page3-img-list .img-item.item4{
	top: 0;
	right: 14%;
}
.a-page3 .page3-img-list .img-item.item5{
	top: 18%;
	right: -2%;
}
.a-page3 .page3-img-list .img-item.item6{
    top: 45%;
    right: 23%;
}
.a-page3 .page3-img-list .img-item.item7{
	right: 11%;
	bottom: 3%;
}

/* 第四屏  */
.a-page4 {
  background: #f1f5ff url('../images/page4-bg.png') no-repeat;
  background-position: center center;
  /*height: 900px;*/
  background-size: 96%;
}

/* 第五屏  */
.a-page5 {
  background: #F3F5F6;
  /*height: 900px;*/
}
.page5-swiper{
	width: 80%;
	margin-left: 13%;
	margin-top: 70px;
}
.a-page5-swiper1 {
	padding-bottom: 50px;
}
.swiper-btn{
  height: 100px;
  margin-bottom: 40px;
  position: relative;
  width: 150px;
  text-align: right;
  float: right;
}
.swiper-btn .swiper-button-next{
	width: 40px;
	height: 40px;
	margin:0 16px;
	background: url(../images/page5-right-on.png) no-repeat center center;
}
.swiper-btn .swiper-button-prev{
	width: 40px;
	height: 40px;
	margin:0 16px;
	background: url(../images/page5-left-on.png) no-repeat center center;
}
.swiper-btn .swiper-button-next:after,
.swiper-btn .swiper-button-prev:after{
	content: "";
	display: none;
}
.page5-swiper .page5-item{

	/*transition: 1s;*/
}
.page5-swiper .page5-item .float{
	width: 256px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 16px;
	display: block;
	padding-bottom: 72px;
	position: relative;
	height: 400px;
	overflow: hidden;
	box-shadow: 0px 20px 20px rgba(195, 201, 213, 0.3);
	transition: 1s;
}
.page5-swiper .page5-item:hover .float{
	position: relative;
	bottom: 15px;
}
.page5-swiper .page5-item > img{
	display: block;
	width: 100%;
}
.page5-swiper .page5-item .item-tit{
	font-size: 18px;
	color: #2C3550;
	font-weight: bold;
	margin: 16px 0;
}
.page5-swiper .page5-item .item-des{
	font-size: 14px;
	color: #2C3550;
}
.page5-swiper .page5-item .item-btn{
	width: 140px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-family: 'Avenir';
	font-weight: 800;
	font-size: 14px;
	cursor: pointer;
	background: #266FFF;
	border-radius: 16px;
	position: absolute;
	right: 16px;
	bottom: 16px;
	text-decoration: none;
}
.page5-swiper .page5-item .item-btn:hover{
	box-shadow: 0px 8px 8px rgba(0, 85, 205, 0.3);	
}

/* 第六屏  */
.a-page6 {
  background: #fff;
  /*height: 900px;*/
  position: relative;
}
.a-page6 .a-content{
	display: block;
	height: 100%;
	position: relative;
}
.page6-img.show-pc img{
	max-width: 1260px;
	width: 98%;
	margin-left: 4%;
}
.a-page6 .page6-icon{
	display: flex;
	font-size: 18px;
	align-items: center;
	font-weight: bold;
	color: #2C3550;
	/*flex-wrap: wrap;*/
  justify-content: space-between;
  position: absolute;
  bottom: 24px;
	width: 84%;
	left: 8%;
}
.a-page6 .page6-icon .icon-item{line-height: 40px;}
.a-page6 .page6-icon .icon-item img{display: block;float:left;}

.a-page6 .page6-icon img{
	margin-right: 17px;
}
.a-page6 .item-btn{
	width: 220px;
	height: 64px;
	cursor: pointer;
}

.a-page6 .item-btn a{
	width: 220px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	color: #fff;
	background: #266FFF;
	border-radius: 40px;
	display: block;
	font-family: 'Avenir';
	text-decoration: none;
}
.a-page6 .item-btn:hover a{
	position: relative;
	bottom: 15px;
	box-shadow: 0px 10px 20px rgba(0, 85, 205, 0.33);
}

/* 第七屏  */
.a-page7 {
  background: #eaf2ff ;
  background-position: center bottom;
  background-size: 100%;
  /*height: 900px;*/
}
.page7-img.show-pc img{
	width: 96%;
	max-width: 1260px;
	margin: 0 auto;
	margin-left: 4%;
}


/* 第八屏  */
.a-page8 {
  background: #F2F6FC;
  /*height: 900px;*/
}
.page8-tab{
	width: 80%;
	margin-left: 10%;
	position: relative;
}
.a-page8 .tab-list{
	display: flex;
	font-size: 12px;
	/*align-items: center;*/
	color: #2C3550;
	text-align: center;
	flex-wrap: wrap;
  justify-content: space-between;
  margin: -18px 2% 0 2%;
  position: relative;
}
.a-page8 .tab-list .tab-item{
	cursor: pointer;
	width: 240px;
	max-width: 25%;
}
.a-page8 .tab-list .tab-item img{
	position: relative;
	top: 20px;
	display: inline-block;
	margin: 0 auto;
}
.a-page8 .tab-list .tab-item img.blue{
	display: none;
}
.a-page8 .tab-list .tab-item.on img.blue{
	display: block;
}
.a-page8 .tab-list .tab-item.on img.gray{
	display: none;
}
.a-page8 .tab-list .item-tit{
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
}
.a-page8 .tab-cont{
	margin-top: 32px;
	background: #fff;
	max-height: 480px;
	/*height: calc(100vh - 80px - 400px);*/
	min-height: 430px;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.a-page8 .tab-cont img{
	display: none;
	height: 100%;
}
.a-page8 .tab-cont img.on{
	display: block;
}
.a-page8 .tab-list .tab-item .tab-item-img{
	width: 128px;
	height: 128px;
	margin: 0 auto;
	position: relative;
	top: 20px;
}
.a-page8 .tab-list .tab-item .tab-item-img1{
	background: url(../images/page8-tab1-icon.png) no-repeat center top;
	background-size: 100%;
}
.a-page8 .tab-list .tab-item.on .tab-item-img1{
	background: url(../images/page8-tab1-icon-on.png) no-repeat center top;
	background-size: 100%;
}
.a-page8 .tab-list .tab-item .tab-item-img1:hover{
	animation:imgHover1 1s;
	-moz-animation:imgHover1 1s; /* Firefox */
	-webkit-animation:imgHover1 1s; /* Safari and Chrome */
	-o-animation:imgHover1 1s; /* Opera */
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
}
.a-page8 .tab-list .tab-item .tab-item-img2{
	background: url(../images/page8-tab2-icon.png) no-repeat center top;
	background-size: 100%;
}
.a-page8 .tab-list .tab-item.on .tab-item-img2{
	background: url(../images/page8-tab2-icon-on.png) no-repeat center top;
	background-size: 100%;
}
.a-page8 .tab-list .tab-item .tab-item-img2:hover{
	animation:imgHover2 1s;
	-moz-animation:imgHover2 1s; /* Firefox */
	-webkit-animation:imgHover2 1s; /* Safari and Chrome */
	-o-animation:imgHover2 1s; /* Opera */
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
}
.a-page8 .tab-list .tab-item .tab-item-img3{
	background: url(../images/page8-tab3-icon.png) no-repeat center top;
	background-size: 100%;
}
.a-page8 .tab-list .tab-item.on .tab-item-img3{
	background: url(../images/page8-tab3-icon-on.png) no-repeat center top;
	background-size: 100%;
}
.a-page8 .tab-list .tab-item .tab-item-img3:hover{
	animation:imgHover3 1s;
	-moz-animation:imgHover3 1s; /* Firefox */
	-webkit-animation:imgHover3 1s; /* Safari and Chrome */
	-o-animation:imgHover3 1s; /* Opera */
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
}
.a-page8 .tab-list .tab-item .tab-item-img4{
	background: url(../images/page8-tab4-icon.png) no-repeat center top;
	background-size: 100%;
}
.a-page8 .tab-list .tab-item.on .tab-item-img4{
	background: url(../images/page8-tab4-icon-on.png) no-repeat center top;
	background-size: 100%;
}
.a-page8 .tab-list .tab-item .tab-item-img4:hover{
	animation:imgHover4 1s;
	-moz-animation:imgHover4 1s; /* Firefox */
	-webkit-animation:imgHover4 1s; /* Safari and Chrome */
	-o-animation:imgHover4 1s; /* Opera */
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
}
@keyframes imgHover1{
	from {background: url(../images/page8-tab1-icon.png) no-repeat center center;background-size: 100%;}
	to {background: url(../images/page8-tab1-icon-on.png) no-repeat center center;background-size: 100%;}
}
@keyframes imgHover2{
	from {background: url(../images/page8-tab2-icon.png) no-repeat center center;background-size: 100%;}
	to {background: url(../images/page8-tab2-icon-on.png) no-repeat center center;background-size: 100%;}
}
@keyframes imgHover3{
	from {background: url(../images/page8-tab3-icon.png) no-repeat center center;background-size: 100%;}
	to {background: url(../images/page8-tab3-icon-on.png) no-repeat center center;background-size: 100%;}
}
@keyframes imgHover4{
	from {background: url(../images/page8-tab4-icon.png) no-repeat center center;background-size: 100%;}
	to {background: url(../images/page8-tab4-icon-on.png) no-repeat center center;background-size: 100%;}
}

.page8-tab .tab-active{
	width: 25%;
	max-width: 240px;
	height: 6px;
	background: #B6D1FC;
	position: absolute;
	left: 0;
	bottom: -32px;
	border-radius: 6px;
}
.page8-tab .tab-active:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 18px solid #B6D1FC;
	position: absolute;
	left: 50%;
	top: -14px;
	margin-left: -14px;
}




/* 第九屏  */
.a-page9 {
  background: url(../images/page9-bg.png) no-repeat, linear-gradient(90deg, #ecf1f5 0%, #ecf1f5 100%);
  background-position: center bottom;
  height: 800px;
  min-height: 800px;
}
.a-page9 .page9-cont{
	width: 400px;
	margin-top: 220px;
	margin-left: 64%;
	color: #616B82;
	line-height: 33px;
	font-size: 22px;
	text-align: left;
}
.a-page9 .page9-cont .a-main-title{
	font-family: 'Avenir';
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	color: #2C3550;
	padding: 0;
	margin: 40px 0 16px 0;
	text-align: left;
}
.a-page9 .page9-cont .a-sub-title{
	padding: 0;
	width: 100%;
	color: #616B82;
	line-height: 33px;
	font-size: 22px;
	text-align: left;
}
.page9-btn{
  width: 200px;
  height: 64px;
}
.page9-btn a{
  width: 200px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-weight: 800;
  font-size:16px;
  color: #fff;
  background: #266FFF;
  border-radius: 40px;
  font-family: 'Avenir';
  margin-top: 40px;
	display: block;
	text-decoration: none;
}
.page9-btn:hover a{
	text-decoration: none;
	position: relative;
	bottom: 15px;
	color: #fff;
	box-shadow: 0px 10px 20px rgb(0 85 205 / 33%);
}
/* 第十屏  */
.a-page10{
  background:#2c73ff url('../images/page10-bg.png') no-repeat;
  background-position: center bottom;
  height: 473px;
  min-height: 473px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.a-page10 img{
	position: relative;
	margin: 40px 0 32px 0;
}
.a-page10 .a-main-title,
.a-page10 .a-sub-title{
	color: #fff;
	padding: 0 0;
	font-family: 'Avenir';
}
.a-page10 .a-sub-title {
	margin-bottom: 20px;
	line-height: 33px;
	font-size: 22px;
}
.page10-btn{
	font-family: 'Avenir';
	/*background: #FFFFFF;*/
	/*background: #E9EDF6;*/
	border-radius: 40px;
	margin: 32px auto;
	text-align: center;
	width: 240px;
	cursor: pointer;
	position: relative;
	/*box-shadow: 0px 10px 20px rgb(0 85 205 / 33%);*/
	overflow: hidden;
}
.page10-btn p{
	border-radius: 40px;
	width: 240px;
	margin: 32px auto;
	text-align: center;
	line-height: 72px;
	height: 72px;
	font-weight: 800;
	font-size: 24px;
	color: #266FFF;
	background: #fff;
	cursor: pointer;
	position: relative;
	z-index: 3;

}
.page10-btn p:after{
	width: 240px;
	height: 72px;
	position: absolute;
	content: "Încearcă acum";
	width: 100%;
	height: 100%;
	background: #E9EDF6;
	top: 2px;
	left: 0;
	border-radius: 40px;
	z-index: 0;

}
.page10-btn:hover p{
	position: relative;
	bottom: 15px;
	box-shadow: 0px 10px 20px rgb(0 85 205);
}
.page10-btn:hover:after{
	background: #fff;
	bottom: 15px;
}
.a-page11{
	color: #616B82;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	height: auto;
	min-height: auto;
}
.page11-cont{
	margin: 100px 0 60px 0;
	border-top: 1px solid #C4C4C4;
	padding-top: 24px;
}

.section-sidebar{
  position: fixed;
  top: 50%;
  margin-top: 70px;
  /*left: 15%;*/
  transform: translate(0,-50%);
  z-index: 97;
  width: 150px;
  color: #2C3550;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;

  display: none;
}
.section-sidebar li{
	height: 90px;
	border-left: 1px dashed #8db2fa;
	padding-left: 20px;
	position: relative;
}
.section-sidebar li:last-child{
	border-left: 1px solid transparent!important;
}
.section-sidebar li p{
	position: relative;
	top: -15px;
	display: none;
}
.section-sidebar li:before{
	width: 11px;
	height: 11px;
	background: #266FFF;
	content: "";
	position: absolute;
	left: -6px;
	border-radius: 11px;
	z-index: 7;
	opacity: 0.5;
	cursor: pointer;
}
.section-sidebar li.active p{
	display: block;
}
.section-sidebar li.active:before,
.section-sidebar li.on:before{
	opacity: 1;
}
.section-sidebar li.active,
.section-sidebar li.on{
	border-left: 1px solid #266FFF;
}
.section-sidebar li.active:after{
	border: 1px solid #266FFF;
	content: "";
	width: 21px;
	height: 21px;
	position: absolute;
	left: -11px;
	top: -5px;
	background: #fff;
	border-radius: 21px;
	z-index: 6;
}


.modal-video-block .modal-dialog{
	position: relative;
	width: 870px;
	max-width: 94%;
}
.demoVideo-dimensions {
  width: 838px;
  height: 450px;
}
.modal-video-block .video-close{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.modal-video-block .modal-title{
	padding: 20px;
	font-size: 20px;
	padding-bottom: 5px;
}
.show-pc{
	display: block;
}
.show-mobile{
	display: none;
}

@media screen and (max-width: 1680px){
	.a-cont-item{
		min-height: 827px;
	}
	.section-sidebar{
		left: 10%;
	}
	.a-content{
		max-width: 1200px;
	}
	.a-main-title{
		font-size: 32px;
		padding: 40px 0px 8px 0;
	}
	.a-sub-title{
		font-size: 16px;
		line-height: 27px;
	}
	.a-page1{
		min-height: 672px;
		background: url(../images/page1-bg-1200.png) no-repeat, linear-gradient(90deg, #3090ff 0%, #266fff 100%);
		background-position: center bottom;
	}
	.a-page1 .page1-cont{
		width: 504px;
		padding-top: 136px;
	}
	.a-page1 .page1-logo img{
		width: 64px;
	}
	.a-page1 .page1-tit{
		font-size: 40px;
		line-height: 48px;
	}
	.a-page1 .page1-des{
		font-size: 18px;
		line-height: 27px;
		margin-top: 28px;
    margin-bottom: 25px;
	}
	.a-page1 .btn-style{
		width: 240px;
		height: 48px;
		line-height: 48px;
		font-size: 18px;
	}
	.a-page1 .page1-icon img{
		width: 56px;
	}
	.a-page1 .page1-icon{
		font-size: 20px;
		line-height: 24px;
		margin-top: 70px;
		width: 100%;
	}

	.a-page2{
		min-height: 760px;
	}
	.a-page2 .page2-img{
		width: 62%;
		margin: 25px auto 20px auto;
	}
	.a-page2 .page2-img .img-item p{
		position: relative;
		top: -15px;
	}
	.a-page2 .page2-img .img-item img{
		width: 100px;
	}

	.a-page3{
		/*height: 700px;*/
		background: #FAFBFD url(../images/page3-bg-1200.png) no-repeat;
    background-position: 70% bottom;
	}
	.a-page3 .page3-img-list{
		min-height: 550px;
		height: calc(100vh - 80px - 145px);
	}
	.a-page3 .page3-img-list{
		left: 0;
	}
	.a-page3 .page3-img-list .img-item.item1{
		left: 18%;
	}
	.a-page3 .page3-img-list .img-item.item1 img{
		width: 180px;
	}

	.a-page3 .page3-img-list .img-item.item2{
		left: 5%;
	}
	.a-page3 .page3-img-list .img-item.item2 img{
		width: 120px;
	}

	.a-page3 .page3-img-list .img-item.item3 img{
		width: 170px;
	}

	.a-page3 .page3-img-list .img-item.item4{
    top: -10%;
    right: 14%;
	}
	.a-page3 .page3-img-list .img-item.item4 img{
		width: 150px;
	}

	.a-page3 .page3-img-list .img-item.item5{
    top: 12%;
    right: -4%;
	}
	.a-page3 .page3-img-list .img-item.item5 img{
		width: 170px;
	}

	.a-page3 .page3-img-list .img-item.item6{
    top: 42%;
    right: 21%;
	}
	.a-page3 .page3-img-list .img-item.item6 img{
		width: 80px;
	}
	.a-page3 .page3-img-list .img-item.item7 img{
		width: 190px;
	}	

	.a-page4{
		/*height: 700px;*/
		background-size: 100%;
	}
	.page5-swiper .page5-item .float img{
		display: block;
		width: 100%;
	}
	.swiper-btn{
		height: 80px;
	}
	.swiper-button-next, .swiper-button-prev{
		top: 0;
	}
	.a-page5{
		/*height: 700px;*/
	}
	.page5-swiper{
		width: 90%;
    margin-left: 5%;
    margin-top: 70px;
	}
	.a-page6{
		/*height: 700px;*/
	}
	.page6-img.show-pc img{
		width: 100%;
		margin-left: 0%;
	}
	.a-page6 .page6-icon img{
		margin-right: 5px;
	}
	.a-page6 .page6-icon .icon-item{
		margin-right: 20px;
	}
	.a-page6 .item-btn{
		width: 300px;
		height: 48px;
		line-height: 48px;
	}
	.a-page6 .page6-icon{
		width: 100%;
		left: 0;
	}
	.a-page7{
		/*height: 700px;*/
	}
	.page7-img.show-pc img {
	  width: 100%;
	  max-width: 100%;
	  margin-left: 0;
	}
	.a-page8{
		/*height: 700px;*/
	}
	.page8-tab .tab-active{
		height: 4px;
	}
	.a-page8 .tab-list .tab-item .tab-item-img{
		width: 90px;
		height: 90px;
	}
	.a-page8 .tab-cont{
		/*height: 370px;*/
		padding: 8px 0;
		margin-top: 30px;
		height: calc(100vh - 80px - 330px);
	}
	.a-page8 .tab-cont img{
		height: 100%;
	}

	.a-page9{
		height: 660px;
    background-size: cover;
	}
	.a-page9 .page9-cont{
		font-size: 18px;
	}
	.a-page9 .page9-cont .a-main-title{
		font-size: 32px;
		line-height: 38px;
	}
	.a-page9 .page9-cont .a-sub-title{
		font-size: 18px;
		line-height: 27px;
	}
	.a-page9 .page9-cont > img{
		width: 48px;
	}
	.page9-btn{
		height: 48px;
		line-height: 48px;
		font-size: 20px;
		margin-top: 60px;
	}
	.a-page10{
		min-height: 473px;
	}
	.page10-btn p{
		height: 48px;
		line-height: 48px;
		font-size: 22px;
	}
	.page10-btn{
		margin: 50px auto;
	}
	.a-page11{
		height: auto;
		min-height: auto;
	}

	.a-page2 .page2-step .step-item {

		font-size: 14px;

	}
}

@media screen and (max-width: 1600px){
	/*.page10-btn p{margin-top: 0;}*/
	.a-cont-item{
		min-height: 677px;
	}
	.a-page2{
		min-height: 760px;
	}
	.a-page3{
		background: #FAFBFD url(../images/page3-bg-1200.png) no-repeat;
    background-position: 10% bottom;
    background-size: 86%;
	}
	.a-page4{
		background-size: 86%;
	}
	.page5-swiper{
		margin-top: 50px;
	}
	.swiper-btn{
		height: 40px;
		margin-bottom: 20px;
	}
	.page6-img.show-pc img {
	  width: 84%;
	  margin-left: 6%;
	}
	.page7-img.show-pc img {
	  width: 80%;
	  max-width: 84%;
	  margin-left: 10%;
	}
	.a-page8 .tab-cont{
		min-height: 350px;
	}
	.a-page10,
	.a-page11{
		min-height: auto;
	}
}
@media screen and (max-width: 1550px){
	.a-cont-item{
		min-height: 650px;
	}
	.a-page2{
		min-height: 760px;
	}
	.a-page8{
		min-height: auto;
		height: auto;
		padding-bottom: 20px;
	}
	.a-page10, .a-page11 {
    min-height: auto;
	}
}
@media screen and (max-width: 1440px){
	.a-main-title {
		font-size: 30px;
		padding: 20px 0px 8px 0;
	}
	.a-page2{
		min-height: 750px;
	}
	.a-page3{
		background: #FAFBFD url(../images/page3-bg-1200.png) no-repeat;
    background-position: 20% bottom;
		background-size: 90%;
	}
	.a-page3 .page3-img-list{
		height: calc(100vh - 200px);
	}
	.a-page4 {
    background: #f1f5ff url(../images/page4-bg.png) no-repeat;
    background-position: center bottom;
   	background-size: 94%;
  }
  .swiper-btn{
  	margin-bottom: 20px;
  }
  .page5-swiper {
    margin-top: 10px;
	}
	.a-page8{
		height: auto;
		padding-bottom: 30px;
	}
	.a-page8 .tab-list{
		margin-top: -30px;
	}
	.a-page8 .tab-cont{
		height: calc(100vh - 80px - 320px);
		min-height: 350px;
	}
	.a-page9 {
    height: 520px;
    background-size: cover
	}
	.a-page9 .page9-cont{
		margin-top: 120px;
	}
}
@media screen and (max-width: 1366px) {
    .a-cont-item {
        min-height: auto;
    }

    .a-page1 {
        min-height: 670px;
    }

    .a-page2 {
        min-height: 800px;
    }

    .a-page3 .page3-img-list {
        min-height: auto;
    }

    .a-page4 {
        background-size: 78%;
    }

    .page5-swiper {
        width: 80%;
        margin-left: 10%;
    }

    .page5-swiper .page5-item .float {
        padding: 0;
        border-radius: 10px;
        height: 350px;
        overflow: hidden;
    }
	.a-page1 .page1-tit {
		font-size: 36px;

	}
	.a-main-title {
		font-size: 28px;
		padding: 30px 0px 8px 0;
	}
	.a-page2 .page2-img {

		margin: 10px auto 20px auto;
	}

    .page5-swiper .page5-item .item-tit {
        margin: 12px;
    }

    .page5-swiper .page5-item .item-des {
        margin: 0 12px;
    }

    .page5-swiper .page5-item .float > img {
        height: 160px;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .page6-img.show-pc img {
        width: 60%;
        margin-left: 20%;
    }

    .page7-img.show-pc img {
        width: 64%;
        margin-left: 18%;
    }

    .a-page8 .tab-cont {
        min-height: 310px;
    }
	.a-page9 .page9-cont{
		width: 480px;
		margin-left: 60%;
	}
}
@media screen and (max-width: 1280px){
	.a-cont-item{
		height: auto;
	}
	.a-content{
		max-width: 750px;
		width: 100%;
	}
	.page-animation-content{
		zoom: 1;
	}
	.show-pc{
		display: none;
	}
	.show-mobile{
		display: block;
	}
	.reyee-header{
		display: none;
	}
	.a-main-title{
		font-size: 16px;
		line-height: 20px;
		width: 80%;
		padding: 20px 5% 8px 5%;
	}
	.a-sub-title{
		font-size: 12px;
		line-height: 18px;
	}
	.a-page1{
		/*background: url(../images/page1-bg-750.png) no-repeat, linear-gradient(90deg, #3090ff 0%, #266fff 100%);*/
		background-size: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		min-height: 390px;
		height: auto;
	}
	.a-page1 .page1-cont{
		width: 46%;
		box-sizing: border-box;
	}
	.a-page1 .page1-logo{
		top: -4px;
	}
	.a-page1 .page1-logo img{
		width: 60px;
	}
	.a-page1 .page1-tit{
		font-size: 24px;
		line-height: 32px;
	}
	.a-page1 .page1-cont{
		padding-top: 78px;
	}
	.a-page1 .page1-des{
		font-size: 12px;
		line-height: 18px;
		margin-top: 12px;
    margin-bottom: 12px;
	}
	.a-page1 .btn-style{
		width: 180px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
	}
	.a-page1 .page1-icon{
		margin-top: 0;
		width: 100%;
		font-size: 13px; 
		font-weight: bold;
	}
	.a-page1 .page1-icon span{
		font-size: 11px;
		font-weight: normal;
	}
	.a-page1 .page1-icon img{
		width: 32px;
		margin-bottom: 8px;
	}
	.a-page2{
		min-height: 938px;
		height: auto;
		padding-bottom: 10px;
	}
	.a-page2 .page2-img{
		width: 92%;
		position: relative;
		margin: -15px auto 20px auto;
	}
	.a-page2 .page2-img .img-item{
		flex: 5;
		font-size: 12px;
	}
	.a-page2 .page2-img .img-item img{
		width: 64px;
	}
	.a-page2 .page2-img .img-item p{
		position: relative;
		top: -10px;
	}
	.a-page2 .page2-img .line{
		width: 35px;
		height: 3px;
		flex: 1;
	}
	.a-page2 .page2-img .line.line1{
		left: 57%;
	}
	.a-page2 .page2-step{
		flex-direction: column;
		flex-wrap: initial;
		/*height: 880px;*/
		height: auto;
	}
	.a-page2 .page2-step:before{
		height: 100%;
		width: 4px;
	}
	.a-page2 .page2-step .step-item{
		margin-bottom: 40px;
	}
	.a-page2 .position-cont img{
    width: 18px;
	}
	.a-page2 .page2-step li:before{
		width: 2px;
		height: 2px;
		left: -8px;
	}
	.a-page2 .page2-step .step-item{
		height: 45px;
		font-size: 12px;
		padding-top: 2px;
		margin-bottom: 0;
		position: relative;
		z-index: 20;
		border-radius: 6px;
	}
	.a-page2 .page2-step:before{
		top: 18px;
	}
	.a-page2 .page2-step .step-item:after{
		height: 44px;
		border-radius: 6px;
	}
	.a-page2 .page2-step .step-item .item-num{
		font-size: 16px;
		line-height: 16px;
		background: #fff;
		position: relative;
		z-index: 9;
	}
	.a-page2 .page2-step li{
		font-size: 12px;
		line-height: 16px;
	}
	.step1-item:after{
		height: 9px;
		position: absolute;
    background: #DFEBFD;
    content: "";
    display: block;
    top: 9px;
    left: 43px;
		width: 9px;
	}
	.a-page2 .page2-step .position-cont.up{
		padding-bottom: 0;
    background: url(../images/union-left.png) no-repeat right 13px;
    background-size: 128px;
    left: -204px;
	}
	.a-page2 .page2-step .position-cont.step1-item{
    padding-top: 0;
    top: -5px;
	}
	.a-page2 .page2-step .position-cont.down{
    background: url(../images/union-right.png) no-repeat left 13px;
    background-size: 128px;
    padding-left: 125px;
	}
	.a-page2 .page2-step .position-cont.step2-item{
		bottom: 0;
    width: 200px;

	}
	.a-page2 .page2-step .point{
    position: relative;
    z-index: 10;
    top: 0;
    width: 4px;
    border: none;
    border-radius: 0;
	}
	.a-page2 .page2-step .point:after{
		content: "";
		height: 10px;
    width: 10px;
    background: #266FFF;
    border: 2px solid #DFEBFD;
    border-radius: 10px;
    margin-top: 0;
    position: absolute;
    top: 8px;
    left: -2.5px;
	}
	.a-page2 .page2-step .point.point1{
		height: 74px;
	}
	.a-page2 .page2-step .point.point2{
		height: 92px;
	}
	.a-page2 .page2-step .position-cont.step3-item{
    padding-top: 0;
    background: url(../images/union-line.png) no-repeat left 13px;
    background-size: 50px;
    padding-left: 60px;
    left: 6px;
    top: -1px;
	}
	.step4-item:after{
    width: 9px;
    height: 9px;
    left: 88px;
    z-index: 21;
	}
	.a-page2 .page2-step .position-cont.step4-item{
		width: 150px;
    left: -84px;
    bottom: 25px;
	}
	.a-page2 .page2-step .point.point3{
		height: 24px;
	}
	.a-page2 .page2-step .position-cont.step5-item{
		padding-left: 75px;
		left: 0;
		background: url(../images/union-line.png) no-repeat 15px 13px;
    background-size: 50px;
    bottom: 0;
	}
	.a-page2 .page2-step .point.point3:after{
		display: none;
	}
	.step5-item:after{
		height: 9px;
    width: 9px;
    border-radius: 18px;
    position: absolute;
    background: #DFEBFD;
    content: "";
    display: block;
    left: -3px;
    bottom: 10px;
    z-index: 21;
	}
	.a-page2 .page2-step .position-cont.step6-item{
		padding: 0;
		bottom: 0;
		width: 150px;
    left: -80px;
    bottom: 25px;
    background: url(../images/union-left.png) no-repeat right 13px;
    background-size: 128px;
	}
	.step6-item:after,
	.step7-item:after{
		height: 9px;
    width: 9px;
    left: 84px;
    z-index: 21;
    top: 9px;
	}
	.a-page2 .page2-step .position-cont.step7-item{
		padding: 0;
    left: 0;
    bottom: 26px;
    padding-left: 138px;
    background: url(../images/union-right.png) no-repeat left 13px;
    background-size: 128px;
	}
	.step7-item:after{
		left: 69px;
    top: 10px;
	}
	.a-page2 .page2-step .point.point4{
		height: 74px;
	}
	.a-page2 .page2-step .position-cont.step8-item{
		background: url(../images/union-line.png) no-repeat 5px 13px;
    background-size: 50px;
		left: 0;
    padding-top: 0;
    padding-left: 65px;
    width: 250px;
    top: -2px;
	}
	.a-page2 .page2-step .position-cont.step9-item{
		bottom: 0;
    padding: 0;
    left: -122px;
    width: 161px;
	}
	.step9-item:after{
		height: 10px;
    width: 10px;
    background: #266FFF;
    border: 2px solid #DFEBFD;
    border-radius: 18px;
    position: absolute;
    content: "";
    display: block;
    left: 165px;
    bottom: 73px;
	}
	.a-page2 .page2-step .point.point5{
		height: 90px;
	}
	.a-page2 .page2-step .point.point6{
		height: 40px;
	}
	.a-page2 .page2-step .position-cont.step11-item{
		width: 164px;
    bottom: -59px;
    padding: 0;
    left: -89px;
	}
	.step11-item:after{
		display: none;
	}
	.a-page2 .page2-step .position-cont.step12-item{
		padding-left: 80px;
    padding-top: 0;
    top: 28px;
	}
	.step12-item:after{
		width: 10px;
    height: 10px;
    top: 9px;
    left: 4px;
	}
	.a-page2 .page2-step:after{
		background: url(../images/page2-img14.png) no-repeat center center;
    width: 30px;
    height: 26px;
    content: "";
    position: absolute;
    right: -6px;
    top: auto;
    display: block;
    bottom: -34px;
    right: calc(50% - 11px);
    background-size: 13px;
    margin-left: -9px;
	}
	.a-page2 .page2-step .position-cont.step12-item img{
		padding: 0 5px;
		background: #EFF0F5;
	}

	.a-page3{
		background: #FAFBFD url(../images/page3-bg-750.png) no-repeat;
    background-position: center bottom;
    height: auto;
    background-size: 375px;
	}
	.a-page3 .page3-img-list {
	  height: 390px;
	  left: 15%;
	  width: 70%;
	}
	.a-page3 .page3-img-list .img-item.item5{
		display: none;
	}
	.a-page3 .page3-img-list .img-item.item1{
		left: 0;
		top: -4%;
	}
	.a-page3 .page3-img-list .img-item.item1 img{
		width: 80px;
	}
	.a-page3 .page3-img-list .img-item.item2 {
    top: 30%;
    left: 1%;
	}
	.a-page3 .page3-img-list .img-item.item2 img{
		width: 92px;
	}
	.a-page3 .page3-img-list .img-item.item3 {
	  bottom: 10%;
	  left: -10%;
	}
	.a-page3 .page3-img-list .img-item.item3 img{
		width: 100px;
	}

	.a-page3 .page3-img-list .img-item.item4 {
		right: 0;
	}

	.a-page3 .page3-img-list .img-item.item4 img{
		width: 78px;
	}


	.a-page3 .page3-img-list .img-item.item5 img{
		width: 68px;
	}
	.a-page3 .page3-img-list .img-item.item6 {
	  top: 31%;
	  right: 1%;
	}
	.a-page3 .page3-img-list .img-item.item6 img{
		width: 68px;
	}
	.a-page3 .page3-img-list .img-item.item7 {
	  right: -5%;
	  bottom: 13%;
	}
	.a-page3 .page3-img-list .img-item.item7 img{
		width: 100px;
	}
	.a-page4{
		background: #f1f5ff;
		box-sizing: border-box;
	}
	.page4-img img {
	  width: 55%;
	  margin: 0 auto;
	  display: block;
	  position: relative;
	  top: -28px;
	}

	.page5-swiper{
		padding: 0 18px;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
	}
	.swiper-btn{
		display: none;
	}
	.page5-swiper .page5-item .float{
		padding: 0;
		border-radius: 10px;
		height: 290px;
		overflow: hidden;
	}
	.page5-swiper .page5-item .item-tit{
		font-size: 13px;
		margin: 12px;
		line-height: 15px;
	}
	.page5-swiper .page5-item .item-des{
		font-size: 12px;
		line-height: 14px;
		margin: 0 12px;
	}
	.page5-swiper .page5-item .float > img{
		height: 140px;
		width: 100%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.page5-swiper .page5-item .item-btn{
		width: 150px;
		height: 28px;
		font-size: 12px;
		line-height: 28px;
    left: 12px;
    bottom: 12px;
	}
	.page5-swiper .page5-item:hover .float{
		position: relative;
		bottom: 0;
	}
	.a-page6{
		background: #fff;
		background-size: 95%;
		box-sizing: border-box;
	}
	.a-page6 .a-sub-title{
		margin-bottom: 0;
	}
	.a-page6 .page6-icon{
		width: 100%;
		box-sizing: border-box;
		padding: 0 13px;
		font-size: 12px;
		left: 0;
		position: relative;
        top: -20px;
		flex-wrap: wrap;
	}
	.a-page6 .page6-icon img{
		width: 20px;
		margin-right: 8px;
	}
	.page6-img img {
    display: block;
    margin: 0 auto;
    max-height: 300px;
	}
	.a-page6 .item-btn{
		width: 130px;
		height: 28px;
		cursor: pointer;
	}
	.a-page1 .page1-btn:hover .btn-style{
		bottom: 5px;
	}
	.a-page6 .item-btn a{
		width:130px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.a-page6 .item-btn:hover a{
		position: relative;
		bottom: 5px;
		box-shadow: 0px 10px 20px rgba(0, 85, 205, 0.33);
	}
	.a-page6 .page6-icon .icon-item{
		margin: 10px 0;
		line-height: 20px;
	}

	.page9-btn{
	  width: 100px;
	  height: 28px;
	}
	.page9-btn a{
	  width: 170px;
	  height: 28px;
	  line-height: 28px;
	  font-size: 14px;
	  color: #fff;
	  margin-top: 10px;
	}
	.page9-btn:hover a{
		bottom: 5px;
	}

	.a-page7{
		background: #EAF2FF;
		box-sizing: border-box;
	}
	.page7-img img{
		width: auto;
		display: block;
		margin: 0 auto;
		max-height: 275px;
		max-width: 100%;
	}

	.page8-tab{
		padding: 0 7px;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.a-page8 .tab-list{
		width: 100%;
		margin: -18px 0 0 0;
	}
	.a-page8 .tab-list .tab-item{
		width: 80px;
		margin: 0 5px;
	}
	.a-page8 .tab-list .tab-item img{
		width: 64px;
		top: 10px;
	}
	.a-page8 .tab-list .item-tit{
		font-size: 13px;
		line-height: 16px;
	}
	.a-page8 .tab-list .item-des{
		display: none;
	}
	.a-page8 .tab-cont{
		border-radius: 8px;
		margin: 18px 5px;
		height: 260px;
		overflow: hidden;
	}
	.a-page8 .tab-list .tab-item .tab-item-img{
		height: 68px;
		width: 68px;
		background-size: 100%!important;
		position: relative;
		margin-bottom: -10px;
		top: 0;
	}

	.a-page8 .tab-cont img{
		width: auto;
		/*display: block;*/
		margin: 0 auto;
		max-height: 200px;
	}
	.page8-tab .tab-active{
		height: 2px;
		bottom: -18px;
		margin: 0 3%;
		width: 19%;
	}
	.page8-tab .tab-active:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #B6D1FC;
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -4px;
	}

	.a-page9{
		/*background-image: url(../images/page9-bg-750.png);*/
		background-size: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		height: 410px;
	}
	.a-page9 .page9-cont .a-main-title{
	  font-size: 20px;
    line-height: 24px;	
    text-align: left;
    margin: 20px 0 8px 0;
	}
	.a-page9 .page9-cont .a-sub-title{
		font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 20px;
	}
	.a-page9 .page9-cont{
		width: 25%;
    text-align: left;
    margin: 60px auto;
    padding: 20px 0 0 0;
    margin-left: 60%;
	}
	.a-page9 .page9-cont > img{
		width: 32px;
		display: block;
	}
	.page9-btn{
		width: 100px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.a-page10{
		height: 300px;
	}
	.a-page10 img{
		position: relative;
    margin: 20px 0 20px 0;
    width: 210px;
	}
	.a-page10 .a-main-title{
		margin: 0 auto;
    width: 66%;
	}
	.a-page10 .a-sub-title{
		font-size: 12px;
		line-height: 18px;
	}
	.page10-btn{
		width: 220px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin: 21px auto;
		overflow: visible;
	}
	.page10-btn p{
		width: 220px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;


	}
	.page10-btn:hover p{
		position: relative;
		bottom:5px;
		box-shadow: 0px 10px 20px rgb(0 85 205);

	}

	.a-page11{
		padding: 0 13px;
		width: auto;
	}
	.page11-cont{
		margin: 40px auto 40px;
		padding-top: 20px;
	}

	.section-sidebar{
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    top: 95px;
    background: rgb(255, 255, 255);
    left: 0px;
    margin-top: 0;
	}
	.section-sidebar ul{
		display: flex;
		font-size: 12px;
		margin-top: 20px;
	}
	.section-sidebar li{
		flex: 1;
		margin: 0;
		height: 50px;
		padding: 0;
		border-left: none;
		border-top: 1px dashed #8db2fa;
	}
	.section-sidebar li:before{
		left: 50%;
		height: 8px;
		width: 8px;
		margin-left: -5px;
		top: -4px;
	}
	.section-sidebar li.active, .section-sidebar li.on{
		border-left: none;
		border-top: 1px solid #266FFF;
	}
	.section-sidebar li:last-child{
		border-left: none;
	}
	.section-sidebar li.active:after{
		left: 50%;
    width: 14px;
    height: 14px;
    top: -7px;
    margin-left: -8px;
	}
	.section-sidebar li.active p{
		display: block;
    position: absolute;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    left: 50%;
    top: 15px;
    line-height: 14px;
	}
	.demoVideo-dimensions {
    width: 100%;
    height: 250px;
	}
	.a-page2 .page2-step .step-item:nth-child(11){ max-width: none;}
}
@media screen and (max-width: 750px){
	.a-cont-item{
		height: auto;
	}
	.a-page1{
		background: url(../images/page1-bg-750.png) no-repeat, linear-gradient(90deg, #3090ff 0%, #266fff 100%);
		background-size: 100%;
		padding:0 20px;
		box-sizing: border-box;
		height: 667px;
		background-position: center bottom;
	}
	.a-page1 .page1-cont{
		width: 100%;
		box-sizing: border-box;
	}
	.a-page2 .page2-img{
		width: 100%;
	}
	.a-page2 .page2-img .line{
		width: 35px;
		height: 3px;
		position: absolute;
		left: 22%;
		top: -20px;
	}
	.a-page2 .page2-img .img-item{
		font-size: 11px;
		line-height: 16px;
		width: auto;
		flex: auto;
	}
	.a-page2 .page2-step:after{
		width: 27px;
	}
	.a-page3 .page3-img-list{
		height: 390px;
		left: 0;
		width: 100%;
	}
	.a-page4{
		background: #f1f5ff;
		box-sizing: border-box;
		/*min-height: 513px;*/
	}
	.page4-img img {
	  margin: 0 auto;
	  display: block;
	}
	.page4-img img{
		width: 85%;
	}
	.page6-img img{
		width: auto;
		display: block;
		margin: 0 auto;
		max-height: 240px;
	}
	.a-page8 .tab-cont{
		border-radius: 8px;
		margin: 18px 5px;
		height: 218px;
		overflow: hidden;
	}
	.a-page9{
		background-image: url(../images/page9-bg-750.png);
		background-size: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		height: 500px;
		background-position: center;
	}
	.a-page9 .page9-cont .a-main-title{
	  font-size: 20px;
    line-height: 24px;	
    text-align: center;
    text-align: center;
    margin: 10px auto 8px auto;
	}
	.a-page9 .page9-cont .a-sub-title{
		font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
	}
	.a-page9 .page9-cont{
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 20px 0 0 0;
	}
	.a-page9 .page9-cont > img{
		width: 32px;
		display: block;
		margin: 0 auto;
	}
	.page9-btn{
		width: 170px;
		height: 28px;
		line-height: 28px;
		margin: 0 auto;
		font-size: 14px;
	}
}
@media screen and (max-width: 430px){
	.a-page2 .page2-step .position-cont.step2-item {
		bottom: -80px;
		width: 100px;
	}
	.a-page2 .page2-step .position-cont.step2-item {
		left: -164px;
	}
	.a-page2 .page2-step .position-cont.step9-item {
		bottom: 0;
		padding: 0;
		left: -110px;
		width: 120px;
	}
	.a-page2 .page2-step .position-cont.step3-item {
		width: 125px;
		left:0;

	}
	.a-page2 .page2-step .position-cont.step8-item{width: 175px;}
	.a-main-title{
		font-size: 14px;
		box-sizing: border-box;
		width: 100%;
		padding: 20px 10% 8px 10%;
	}
	.a-page2 .page2-step .position-cont.step11-item{

		left: -70px;
	}
	.a-page1 .page1-icon {

		width: 100%;

	}
}