body{
	background-color: #F7F8FA;
}


/*banner*/
.banner{
	margin-top: 80px;
	width:100%;
	height:820px;
	background:#F7F8FA url('../mirror/images/sprout/banner_bg.png') no-repeat top center;
	background-size:100% 100%;
}
.banner .banner_center{
	width:1200px;
	height:820px;
	margin:0 auto;
	position: relative;
	background: url('../mirror/images/sprout/ber_people.png') no-repeat;
	background-size: auto 100%;
	background-position: 630px bottom;
}

.banner .banner_center .word{
	position: absolute;
    top: 140px;
}
.banner .banner_center .word>img{
	width: 620px;
}
.banner .banner_center .word>.button{
	margin-top:30px;
}
.banner .banner_center .word>.button>a{
	display: inline-block;
    width: 220px;
    height: 56px;
    line-height: 56px;
    text-align: center;
	margin-right:50px;
    color: #FD7D45;
	background-color: #FFF;
    border-radius: 80px;
    font-size: 22px;
}
.banner .banner_center .label{
	width: 600px;
	position: absolute;
    top: 70px;
    right: 0px;
}
.banner .banner_center .label>.label1{
	position: absolute;
    left: 65px;
	-webkit-animation:ball1 5s linear infinite;
	animation:ball1 5s linear infinite;
}
.banner .banner_center .label>.label2{
	position: absolute;
    left: -15px;
    top: 270px;
	-webkit-animation:ball1 5s linear infinite;
	animation:ball1 5s linear infinite;
}
.banner .banner_center .label>.label3{
	position: absolute;
    right: 0px;
    top: 340px;
	-webkit-animation:ball1 5s linear infinite;
	animation:ball1 5s linear infinite;
}
.banner_bottom{
	width: 100%;
	height:160px;
	background: url('../mirror/images/sprout/banner_bottom.png') no-repeat bottom center;
	background-size:100% 100%;
	position: absolute;
    top: 740px;
}

@-webkit-keyframes ball1 {
 0%,
 to {
  /*! -webkit-transform:translateY(0) */
 }
 50% {
  /*! -webkit-transform:translateY(-40px) */
 }
}
@keyframes ball1 {
 0%,
 to {
  /*! transform:translateY(0) */
 }
 50% {
  transform:translateY(-15px);
 }
}


.product_code{
	margin-top:25px;
	width:660px;
}
.product_code>li{
	float: left;
	margin-right: 25px;
}
.product_code>li>img{
	width:125px;
}
.product_code>li>a>img{
	width:125px;
}
.product_code>.mo{
	margin: 0;
}
.product_code>li>.tit{
	text-align: center;
    height: 35px;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
}

.product_code>li>.msg{
	text-align: center;
    font-size: 14px;
    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;
}

/* 主体背景 */
.center_bg{
	background: url('../mirror/images/sprout/bg_t.png') no-repeat center center;
	background-size:100% 100%;
}


/* 小蓝裳美颜SDK功能展示 */
.function{
	width:100%;
	height:1220px;
	padding-top: 80px;
}
.function .function_title{
	font-size: 35px;
	text-align: center;
	color:#303030;
	background: url('../mirror/images/sprout/function_tit.png') no-repeat center center;
    margin-bottom: 40px;
}
.function .function_title>span{
	color:#FD7C43;
}
.function .function_center{
	width:1200px;
	margin:0 auto;
}

.function .function_center .fun_tops{
	position: relative;
	margin-bottom:30px;
}

.function .function_center .fun_tops>li{
	float:left;
	
}
.function .function_center .fun_tops .funb_one{
	width:679px;
	height:501px;
	overflow: hidden;
	background: url('../mirror/images/sprout/tx01.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0 0 20px #dddee1;
	position: relative;
}

.function .function_center .fun_tops .funb_one:hover>.tit{
	top:140px;
	opacity: 1;

}

.function .function_center .fun_tops .funb_one:hover >.msg{
	top:220px;
	opacity: 1;
}

.function .function_center .fun_tops .funb_two{
	width:491px;
	height:501px;
	overflow: hidden;
	background: url('../mirror/images/sprout/tx02.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0 0 20px #dddee1;
	position: relative;
	margin-left:30px;
}

.function .function_center .fun_tops .funb_two:hover>.tit{
	top:140px;
	opacity: 1;

}

.function .function_center .fun_tops .funb_two:hover >.msg{
	top:220px;
	opacity: 1;
}



.function .function_center .fun_top{
	width: 100%;
	height:742px;
	position: relative;
}
.function .function_center .fun_top .funt_one{
	width:515px;
	height:715px;
	overflow: hidden;
	background: url('../mirror/images/sprout/tx1.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0 0 20px #dddee1;
	position: relative;
}

.function .function_center  .tit{
	width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
	bottom: 0px;
    font-size: 20px;
    color: #fff;

	filter: alpha(opacity=0);
	transition: all .6s;
	-moz-transition: all .6s ;
	-webkit-transition: all .6s ;
	-o-transition: all .6s ;
    
}
.function .function_center  .msg{
	width: 90%;
	line-height: 30px;
    font-size: 15px;
	text-align:center;
    color: #fff;
    position: absolute;
    left: 5%;
    bottom: -100px;
	opacity: 1;
    filter: alpha(opacity=0);
	transition: all .6s;
	-moz-transition: all .6s ;
	-webkit-transition: all .6s ;
	-o-transition: all .6s ;
	
}

.function .function_center .funt:hover .fun_cover{
	width: 100%;
	height: 100%;
	background-color: rgb(51 51 51 / 50%);
}

.function .function_center .fun_top .funt_one:hover>.tit{

	top:200px;
	opacity: 1;

}

.function .function_center .fun_top .funt_one:hover>.msg{
	top:290px;
	opacity: 1;
}
.function .function_center .fun_top .funt_two{
	width:655px;
	height:715px;
	position: absolute;
    top: 0;
    right: 0;
}
.function .function_center .fun_top .funt_two .ftwo_one{
	width:655px;
	height:350px;
	overflow: hidden;
	background: url('../mirror/images/sprout/tx2.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0 0 20px #dddee1;
	position: relative;
}

.function .function_center .fun_top .funt_two .ftwo_one:hover>.tit{

	top:80px;
	opacity: 1;

}

.function .function_center .fun_top .funt_two .ftwo_one:hover>.msg{
	top:170px;
	opacity: 1;
}

.function .function_center .fun_top .funt_two .ftwo_two{
	width:315px;
	height:340px;
	overflow: hidden;
	background: url('../mirror/images/sprout/tx3.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0 0 20px #dddee1;
	position: relative;
	top: 25px;
}
.function .function_center .fun_top .funt_two .ftwo_two:hover>.tit{

	top:80px;
	opacity: 1;

}

.function .function_center .fun_top .funt_two .ftwo_two:hover>.msg{
	top:160px;
	opacity: 1;
}


.function .function_center .fun_top .funt_two .ftwo_three{
	width:315px;
	height:340px;
	overflow: hidden;
	background: url('../mirror/images/sprout/tx4.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0 0 20px #dddee1;
	position: relative;
	top: -315px;
	left:340px;
}

.function .function_center .fun_top .funt_two .ftwo_three:hover>.tit{
	top:80px;
	opacity: 1;

}

.function .function_center .fun_top .funt_two .ftwo_three:hover >.msg{
	top:160px;
	opacity: 1;
}





.function .function_center .fun_bottom{
	position: relative;
}

.function .function_center .fun_bottom>li{
	float:left;
	width:380px;
	height:361px;
}
.function .function_center .fun_bottom .funb_one{
	width:365px;
	height:361px;
	overflow: hidden;
	background: url('../mirror/images/sprout/tx5.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0 0 20px #dddee1;
	position: relative;

}

.function .function_center .fun_bottom .funb_one:hover>.tit{
	top:80px;
	opacity: 1;

}

.function .function_center .fun_bottom .funb_one:hover >.msg{
	top:160px;
	opacity: 1;
}

.function .function_center .fun_bottom .funb_two{
	width:805px;
	height:361px;
	overflow: hidden;
	background: url('../mirror/images/sprout/tx6.jpg') no-repeat center center;
	background-size: 100% 100%;
	border-radius: 10px;
	box-shadow: 0 0 20px #dddee1;
	position: relative;
	margin-left:30px;
}

.function .function_center .fun_bottom .funb_two:hover>.tit{
	top:80px;
	opacity: 1;

}

.function .function_center .fun_bottom .funb_two:hover >.msg{
	top:160px;
	opacity: 1;
}





/* 美颜SDK产品优势 */
.advantage{
	width:100%;
    padding-top: 100px;
}

.advantage .advantage_title{
	font-size: 35px;
	text-align: center;
	color:#303030;
	background: url('../mirror/images/sprout/advantage_tit.png') no-repeat center center;
    margin-bottom: 30px;
}
.advantage .advantage_title>span{
	color:#FD7C43;
}

.advantage .advantage-ul{
	width: 1200px;
	margin: 0 auto;
}
.advantage .advantage-ul .advantage-li{
    width: 228px;
    height:240px;
    padding: 25px;
    text-align: center;
    margin-left: 20px;
    float: left;
	padding-top: 0px;
	padding-bottom: 17px;
    position: relative;
    top: 37px;
	
}

.advantage .advantage-ul .advantage-li .advantage_title{
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
    color: #262836;
    font-weight: 600;
}
.advantage .advantage-ul .advantage-li .advantage_msg{
	color: #888888;
	font-size: 15px;
	line-height: 30px;
}
.advantage .advantage-ul  .advantage-li .advantage-picture img{
	width:100px
}

.advantage .advantage-ul  .advantage-li:hover .advantage-picture img{
	animation: myfirst2 1s infinite;
}
.advantage .advantage-ul  .advantage-li .advantage-picture img:hover{
	animation:test 0.25s ease-in 2;
}
@keyframes test{
    0%{
        transform:translate(0,0)
    }
    50%{
        transform:translate(0,15px)
    }
    100%{
        transform:translate(0,0)
    }
}

/* 美颜SDK使用场景 */
.scene{
	width:100%;
    padding-top: 60px;
    padding-bottom:80px;
}

.scene .scene_title{
	font-size: 35px;
	text-align: center;
	color:#303030;
	background: url('../mirror/images/sprout/scene_tit.png') no-repeat center center;
    margin-bottom: 30px;
}
.scene .scene_title>span{
	color:#FD7C43;
}

.scene .scene_ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 65px
}
.scene .scene_ul>li{
	width: 300px;
	text-align:center;
	float:left;
	
}

.scene .scene_ul>li>.info{
	width: 260px;
    margin: 0 auto;
}
.scene .scene_ul>li>.info>.title{
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
    color: #262836;
    font-weight: 600;
}

.scene .scene_ul>li>.info>.msg{
	color: #888888;
    font-size: 15px;
    line-height: 30px;
}



/*系统服务*/

.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 li:hover{

	color: #2277da;
	animation: myfirst 1s infinite;
}*/
.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);  
   }  
}







/*了解其他产品*/
.other{
	width:100%;
	height:600px;
}
.other .other_title{
	font-size: 35px;
	text-align: center;
	color:#303030;
	background: url('../mirror/images/sprout/other_tit.png') no-repeat center center;
	margin-top: 40px;
    margin-bottom: 30px;
}
.other .other_title>span{
	color:#FD7C43;
}

.other .other_center{
	width:1200px;
	margin:0 auto;
}
.other .other_center>li{
	float:left;
	width:400px;
	text-align:center;
	position:relative;
}
.other .other_center>li>a>.info{
	width: 400px;
	position: absolute;
    top: 65px;
}
.other .other_center>li>a>.info>.title{
	font-size: 22px;
    color: #fff;
	margin-top:10px;
}

.other .other_center>li>a>.info>img{
	animation-duration: 1s; /*动画时间*/
	animation-fill-mode: both; /*播放后的状态*/
}
.other .other_center>li>a>.info>img:hover{
  animation-name:container; /*动画的名称*/
  transform-origin: center bottom; /*设置动画旋转元素的基点为：居中靠下*/
  cursor: pointer;
}
 
@keyframes container{
  0%,
  100%,
  20%,
  50%,
  80% {
  transition-timing-function: cubic-bezier(0.215,.61,.355,1); /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
  transform: translate3d(0,0,0); /*设置只在Z轴上移动*/
  }
  40%,
  43%{
  transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
  transform: translate3d(0,-30px,0);
  }
  70%{
  transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  transform: translate3d(0,-15px,0);
  }
  90%{
  transform: translate3d(0,-4px,0);
  }
}


















/*
bottom
 */

.bottom{
    height: 240px;
    width: 100%;
	background: url('../mirror/images/sprout/bottom_bg.jpg') no-repeat bottom center;
	background-size: cover;

}

.bottom p{
    text-align: center;
    font-size: 32px;
    color: white;
    padding-top: 50px;
}

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

}

.bottom a:hover{
	background-color: #fff;
    color:#000;
}

.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;
}

