.section {
	width: 100%;
}
.section .section-wrap {
	width: 1200px;
	padding: 0 36px;
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.section .intro {
	display: inline-block;
}
.section .title {
	margin-top: 90px;
	font-size: 46px;
	line-height: 60px;
}
.section .sub-title {
	font-size: 20px;
	line-height: 50px;
	transition-delay: 0.2s;
}
.section .line-color {
	width: 53px;
	height: 2px;
	background: #1b9eff;
	margin: 0 auto;
}
.section .line {
	width: 406px;
	height: 1px;
	background: #cacaca;
}
.section .content {
	margin-top: 80px;
	font-size: 14px;
}
.section .section-img {
	margin-top: 105px;
}

.section2 .intro,
.section3 .intro,
.section4 .intro,
.section5 .intro {
	display: block;
}

.section2 .title,
.section2 .sub-title,
.section3 .title,
.section3 .sub-title,
.section4 .title,
.section4 .sub-title,
.section5 .title,
.section5 .sub-title {
	text-align: center;
	color:#4c4c4c;
}

.section1 {
	width: 100%;
	height: 433px;
    background: #585aff url(../img/banner_line2.png) bottom left  no-repeat;
    background-position-x: calc(50% - 450px);
    background-position-x: -webkit-calc(50% - 450px);
    background-size: 430px 360px;
}
.section1 .intro .title,
.section1 .intro .sub-title {
	color: white;
	transform: translateY(0);
	filter: alpha(opacity=1);
	opacity: 1;
}
.section1 .intro .title {
	margin-top: 190px;
}
.section1 .intro-img {
	float: right;
	margin-top: 110px;
	transform: translateY(0px);
	filter: alpha(opacity=1);
	opacity: 1;
}
.section1 .intro-img.move {
	transform: translateY(0);
	opacity: 1;
}


.section2 .intro{
	height: 870px;
	width: 1165px;
    background: url(../img/enterpriseProduct/cricle_bg.png) bottom left no-repeat;
    background-position: 0;
    background-size: 100%;
}
.section2 .content{
	height: 500px;
	position: relative;
	width: 1200px;
}
.section2 .content .text{
    color: #666;
    width: 430px;
}
.section2 .content .text .dot{
	width: 20px;
	height: 50px;
	display: inline-block;
	float: left;
}
.section2 .content .text .txt{
	float: left;
    width: calc(100% - 50px);
    margin-left: 30px;
}
.section2 .content .text .dot:before{
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: #1b9eff;
	position: absolute;
    left: 4px;
    top: 4px;
    opacity: 1!important;
}
.section2 .content .text .dot:after{
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 50%;
	background: rgba(27,158,255,0.2);
	position: absolute;
	left: 0px;
    top: 0px;
    opacity: 1!important;
}
.section2 .content .imgBox{
	width: 630px;
    height: 430px;
    background: url(../img/enterpriseProduct/screen.png);
    background-size: 100% 100%;
    position: relative;
    margin-left: -5px;
    top: 50px;
}
.section2 .content .imgBox img{
	width: 82%;
	height: 75%;
	position: absolute;
	top: 9%;
	left: 9%;
}
.section2 .content .text1{
	position: absolute;
    left: 691px;
    top: 35px;
}
.section2 .content .text2{
	position: absolute;
	left: 807px;
    top: 240px;
    width: 307px;
}
.section2 .content .text3{
	position: absolute;
  	left: 678px;
    top: 438px;
}
.section2 .pagination{ 
	text-align: center;
	margin-top: 70px;
}
.section2 .pagination span{
	width: 35px;
	height: 4px;
	display: inline-block;
	background:#d2d2d2;
	cursor: pointer;
}
.section2 .pagination span.active{
	background: #1b9eff;
}

.section3 .intro{
	height: 900px;
}
.section3 .section-wrap{
	width: 100%;
	background: url(../img/enterpriseProduct/banner_3.png) top left no-repeat;
	background-size: 100% 500px;
}
.section3 .section-wrap .title{
	color: #fff;
}

.section3  .line-color{
	background: #fff;
	margin-top: 20px;
}
.section3 .box{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 800px;
}
.section3 ul{
	width:6280px;
	float: left;
	padding: 0;
	position: absolute;
	left:0;
	top: 120px;
	z-index: 10;
}
.section3 li{
	float: left;
	list-style: none;
	margin:0 30px;
	display: inline-block;
	position: relative;
	width: 700px;
	height: 435px;
}
.section3 li .item-block{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 435px;
	transform: scale(0.9);
	background: #fff;
		
}
.section3 li img{
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0.8;
}

.section3 .showBig{
	transform: scaleY(0.9);
	animation: showBig 0.5s ease  forwards;
	-webkit-animation: showBig 0.5s ease  forwards;
}
.section3 .showSmall{
	transform: scaleY(1);
	animation: showSmall 0.5s ease  forwards;
	-webkit-animation: showSmall 0.5s ease  forwards;
}
.section3 .showBigO{
	opacity: 0.8;
	animation: showBigO 0.5s ease  forwards;
	-webkit-animation: showBigO 0.5s ease  forwards;
}
.section3 .showSmallO{
	opacity: 1;
	animation: showSmallO 0.5s ease  forwards;
	-webkit-animation: showSmallO 0.5s ease  forwards;
	
}
.section3 li:not(.active)  img{
	box-shadow: 5px 0 50px 0 rgba(0,93,246,0.3);	
}
@-webkit-keyframes showBig{
	from{
		transform: scaleY(0.9);
	}
	to{
		transform: scaleY(1);
	}
}
@keyframes showBig{
	from{
		transform: scaleY(0.9);
	}
	to{
		transform: scaleY(1);
	}
}
@-webkit-keyframes showBigO{
	from{
		opacity: 0.8;
	}
	to{
		opacity: 1;
	}
}

@keyframes showBigO{
	from{
		opacity: 0.8;
	}
	to{
		opacity: 1;
	}
}
@-webkit-keyframes showSmall{
	from{
		transform: scaleY(1);
	}
	to{
		transform: scaleY(0.9);
	}
}

@keyframes showSmall{
	from{
		transform: scaleY(1);
	}
	to{
		transform: scaleY(0.9);
	}
}


@-webkit-keyframes showSmallO{
	from{
		opacity: 1;
	}
	to{
		opacity:0.8;
	}
}

@keyframes showSmallO{
	from{
		opacity: 1;
	}
	to{
		opacity:0.8;
	}
}
.section3{
	height: 1020px;
}
.section3 .pagtion{
	text-align: center;
	color: #fff;
	margin-top: 1px;
	margin-bottom: 90px;
	margin-left: calc(50% - 472px);
}
.section3 .pagtion span{
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
    padding: 0 35px;
    position: relative;
    border: 1px solid transparent;
    margin-left: -1px;
    float: left;
    font-size: 16px;
}
.section3 .pagtion span:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    right: -1px;
    top: 8px;
}
.section3 .pagtion span:last-child:before{
	display: none;
}
.section3 .pagtion span.active{
	border: 1px solid #fff;
}
.section3 .currentBox{
	width: 1020px;
    height: 615px;
    position: absolute;
    margin: -1px -2px;
    margin-top: -43px;
    margin-left: -160px;
    background: url(../img/enterpriseProduct/mac.png);
    background-size: 100% 100%;
    z-index: 0;
}
.section3 .currentBox .text{
	position: absolute;
    top: 600px;
    text-align: center;
    width: 740px;
    margin-left: 150px;
    
}
.section3 .currentBox .text h3{
	color: #1b9eff;
	line-height: 40px;
	font-size: 20px;
}
.section3 .currentBox .text p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.section4{
	background: #f8f9fb;
    padding-bottom: 70px;
}
.section4 .content{
	display: flex;
	margin-top: 55px;
}
.section4 dl{
	display: inline-block;
	width: calc(25% - 40px);
	float: left;
	flex: 1;
	padding: 0 20px;
	text-align: center;
}
.section4 dd{
	width: 240px;
	height: 160px;
	position: relative;
}
.section4 dl img{
	width: 120px;
	display: inline-block;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 60px;
}
.section4 dl h3{	
	color: #008ef7;
	font-size: 20px;
	line-height: 40px;
}
.section4 dl p{
	color: #666;
	line-height: 20px;
}

.section5 .content .btn{
	display: inline-block;
	width: 290px;
    height: 80px;
    background: url(../img/enterpriseProduct/btn_bg.png);
    background-size: 100% 100%;
    border: 0;
    text-align: center;
    color: #fff;
    line-height: 60px;
    cursor: pointer;
}
