body{
	background-color: #F7F8FA;
}
.banner1{
	background: url('../image/banner11.png') no-repeat top right;
}
.baise{
	color:#fff;
}
.title-box {
    text-align: center;
}
.title{
	font-size: 30px;
	margin-bottom: 8px;
	color: #222222;
}
.title-line {
    border-bottom: 2px solid #2277da;
    width: 55px;
    text-align: center;
    margin: 0 auto;
}
.title-en {
    color: #888888;
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 30px;
}
.sprout-top{
    width: 100%;
    height: 500px;
    margin-top: -20px;
	background-color: #A78DEA;
}
.sprout-top .sprout-content{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
    margin-top: -20px;
	position: relative;
}
.sprout-top .sprout-content .sprout-content-text{
	position: absolute;
	left: 0;
	top: 172px;
	width: 600px;
	height: 300px;
}

.sprout-top .sprout-content .sprout-content-text .text-txt1{
	font-size: 40px;
	color: #fff;
}
.sprout-top .sprout-content .sprout-content-text .text-txt2{
	font-size: 18px;
	color: #fff;
	margin-top: 35px;
}
.sprout-top .sprout-content .sprout-content-text .text-txt3 {
	margin-top: 60px;
}
.sprout-top .sprout-content .sprout-content-text .text-txt3 div{
	width: 168px;
	height: 43px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	color: #fff;
	margin-right:30px

}
.sprout-top .sprout-content .sprout-content-text .text-txt3 .txt-but:hover{
	color:#333333;
	background-color:#FFFFFF;
	
}
.sprout-top .sprout-content .sprout-content-text .text-txt3 .txt-but1:hover{
	color:#333333;
	background-color:#FFFFFF;
	
}
.sprout-top .sprout-content .sprout-content-img{
	position: absolute;
	right: 0;
	top: 50px;
	width: 600px;
	height: 500px;
}


.carousel{
	padding-top:70px;
	height:585px;
	padding-bottom:65px;
	background-color:#F7F8FA;
}

.carousel .carousel-bd{
	height:460px;
	position:relative;
}
.carousel .swiper-container{
	height:460px;
}

.carousel .carousel-bd .swiper-slide{
	float:left;
	width: 375px !important;
	height:462px;
	background-color:#FFFFFF;
	margin-left: 26.5px !important;
	margin-right: 0px !important;

	
}

.carousel .carousel-bd .carousel-body .carousel-body-img{
	position:relative;
	width:375px;
	height:270px;
	overflow: hidden;  
}
.carousel .carousel-bd .carousel-body .carousel-body-img img{
	width:100%;
	height:100%;
	transform: scale(1);  
	transition: all 1s ease 0s;  
	-webkit-transform: scale(1);  
	-webkit-transform: all 1s ease 0s; 
}
  
	  
  
.carousel .carousel-bd .carousel-body:hover img {  
	
	transform: scale(1.1);  
	transition: all 1s ease 0s;  
	-webkit-transform: scale(1.1);  
	-webkit-transform: all 1s ease 0s;  
}  
.carousel-body-title{
	width: 335px;
	padding: 20px;
	text-align: center;
}
.carousel-body-title .title-title{
	font-size: 26px;
	margin-bottom: 10px;
}
.carousel-body-title .title-content{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 30px;
}



@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.carousel .carousel-bd .carousel-right {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 185px;
	right: -45px;
    background: url('../image/right.png') no-repeat;

}

.carousel .carousel-bd .carousel-left {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 185px;
	left: -45px;
    background: url('../image/left.png') no-repeat;

	
}



.scene{
	width:100%;
	height:730px;
	padding-top:70px;
	background-color:#fff;
}
.scene-scene{
	width:1200px;
	margin: 0 auto;
	
}


.system_point{
	padding-top: 70px;
	padding-bottom: 50px;
}

.system_point_list{
	width: 1140px;
	margin:0 auto;
	padding-left: 60px;
}

.system_point_list li{
	float: left;
	width: 550px;
	padding-right: 20px;
	margin-top: 30px;
	margin-bottom: 20px;

}


.system_point_list_left{
	width: 100px;
}
.system_point_list_right{
	margin-left: 20px;
	width: 430px;
}

.system_point_list_right .system_point_list_title{
	height: 45px;
	line-height: 45px;
	font-size: 22px;
}

@keyframes myfirst {  
   0% {  
       transform: translate(0px, 0px);  
   }  
   50% {  
       transform: translate(0px, -20px);  
   }  
   100% {  
       transform: translate(0px, 0px);  
   }  
}

@keyframes myfirst2{  
   0% {  
       transform: translate(0px, 0px);  
   }  
   50% {  
       transform: translate(0px, -10px);  
   }  
   100% {  
       transform: translate(0px, 0px);  
   }  
}



.algorithm{
	width:100%;
	height:480px;
	padding-top:80px;
	background:#fff url('../image/bg.png') no-repeat;
}

.algorithm .algorithm-algorithm{
	width: 1200px;
	height:560px;
	margin: 0 auto;
	position: relative;

}
.algorithm-algorithm .ts_ul{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	margin-top: 80px;
}
.algorithm-algorithm .ts_ul .ts_li{
	width: 260px;
	margin-right: 40px;
	float: left;
	height: 300px;

}
.algorithm-algorithm .ts_ul .ts_li .ts_title{
	font-size: 20px;
	color: #fff;
	margin-top:35px;
	margin-bottom:20px;
}
.algorithm-algorithm .ts_ul .ts_li .ts_content{
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.ts_ul .ts_li:hover .special-picture img{
	animation: myfirst 1s infinite;
}


.advantage{
	width:100%;

}
.advantage-advantage{
	padding-top:65px;
	height:815px;
}
.advantage-advantage .advantage-ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.advantage-advantage .advantage-ul .advantage-li{
	width: 305px;
	height: 225px;
	padding: 25px;
	border: 1px solid #E5E5E5;
	text-align: center;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
	background-color: #fff;
	
}
 .advantage_title{
	font-size: 24px;
	color: #333333;
	margin-top:25px;
	margin-bottom:15px;
}
.advantage_content{
	color: #333333;
	font-size: 15px;

	line-height: 30px;
}
.advantage-advantage .advantage-ul  .advantage-li:hover {
	  box-shadow: 0px 2px 6px 2px #ccc;
}

.advantage-advantage .advantage-ul  .advantage-li:hover .advantage-picture img{
	animation: myfirst2 1s infinite;
}



.range{
	width:100%;
}
.range-range{
	padding-top:65px;
	height:520px;
	background-color: #fff;
}
.range-range .range-ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.range-range .range-ul .range-li{
	float: left;
	width: 360px;
	height: 360px;
	text-align: center;
}



.bottom{
    height: 244px;
    width: 100%;
	background: url('../image/bj.png') no-repeat;
	background-size: cover;

}
.bottom .p2{
	width:820px;
	font-size: 18px;
	margin: 0 auto;
}
.bottom p{
    text-align: center;
    font-size: 32px;
    color: white;
    padding-top: 24px;
}

.bottom a{
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid white;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: white;
    margin: 25px auto 0;
	

}

.bottom a:hover{

	background-color: #fff;
    color:#009BEE;
}

.ts_ul .zli{
	margin-right:0px;
}
.range-ul .li2{
	margin:0 60px;
}
.hangye{
	width: 100px; display: block; color: #999; margin-bottom: 10px;
}
.shouhou{
	width: 100px; display: block;color: #999;margin-bottom: 10px;
}
.wenzi{
	color: #999;
}