/*banner部分-----------------------*/
#picture-banner{
	width: 100%;
	height: 520px;
}
#picture-banner .banner{
	width: 100%;
	height: 100%;
	background-image: url(../images/banner/picture-banner.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	background-size: cover;
}
#picture-banner .banner .banner-title{
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 5px;
	text-align: center;
	line-height: 28px;
	
	margin-bottom: 10px;
}
#picture-banner .banner .banner-title2{
	font-family: PingFangSC-Semibold;
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 52px;
	
	margin-bottom: 30px;
}
#picture-banner .banner .banner-title3{
	width: 470px;
	height: 88px;
	background: rgba(0,0,0,0.5);
	
	margin-bottom: 20px;
}
#picture-banner .banner .banner-title3 p{
	font-family: PingFang-SC-Bold;
	font-size: 24px;
	color: #00A4EF;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
}
#picture-banner .banner .banner-title3 p:first-child{
	margin-bottom: 10px;
}
#picture-banner .banner .banner-title3 p span:last-child{
	color: #F0AB12;
}
/*注册*/
#picture-banner .banner .banner-login{
	margin-bottom: 112px;
}
#picture-banner .banner .banner-login-name{
	background:none;  
	
	background-color: #FFFFFF;
	border-radius:100px 0 0 100px ;
	height: 50px;
	width: 350px;
	
	padding: 0;
	
	padding-left: 20px;
    outline:none;  
    border:none;
    
    font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
}
#picture-banner .banner .banner-login-name:focus{
	border:none;
}

#picture-banner .banner .banner-btn{
	background: #00A4EF;
	border-radius:0  100px 100px 0;
	width: 120px;
	height: 50px;
	
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	
	margin: 0;
	padding: 0;
	border: 1px solid transparent; 
	outline: none;    
}
#picture-banner .banner .banner-btn:hover{
	cursor: pointer;
	background-color:rgba(0,164,234,0.8) ;
}
/*banner结束----------------------------------------------------*/


/*简单易用*/
#picture-easy{
	width: 100%;
	background-color: #202020;
}
#picture-easy .picture-easy{
	padding-bottom: 40px;
}
/*标题*/
#picture-easy .picture-easy h2{

}
#picture-easy .picture-easy ul{
	
}
#picture-easy .picture-easy ul li{
	width: 270px;
	height: 190px;
	margin-right: 40px;
	margin-bottom: 40px;
	
	background: rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
#picture-easy .picture-easy ul li:nth-child(4n){
	margin: 0;
}
#picture-easy .picture-easy ul li:nth-child(4){
	margin-bottom: 0;
}
#picture-easy .picture-easy ul li:nth-child(5){
	margin-bottom: 0;
}
#picture-easy .picture-easy ul li:nth-child(6){
	margin-bottom: 0;
}
#picture-easy .picture-easy ul li:hover{
	
	/*cursor: pointer;
	background: rgba(255,255,255,0.05);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);*/
}

#picture-easy .picture-easy ul li .easy-icon{
	width: 64px;
	height: 64px;
	
	margin-bottom: 30px;
}
#picture-easy .picture-easy ul li .easy-icon span{
	font-size: 64px;
	color: #00A4EF;
}
#picture-easy .picture-easy ul li p{
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 16px;
}
/*简单易用结束----------------------------------------------------*/


/*介绍功能————————————————————————---------------------------------*/
#picture-func{
	width: 100%;
	height: 1000px;
}

#picture-func .func-progress,#picture-func .func-pattern{
	height: 500px;
	width: 100%;
}
#picture-func .func-left,#picture-func .func-right{
	width: 50%;
	height: 100%;
}
#picture-func .func-progress .func-left,#picture-func .func-pattern .func-right{
	background: #00A4EF;
}
#picture-func .func-progress .func-right,#picture-func .func-pattern .func-left{
	background: #1C1C1C;
	
	position: relative;
}
#picture-func .func-content{
	width: 560px;
	height: 100%;
}
#picture-func .func-left .func-content{
	padding-right: 40px;
}
#picture-func .func-right .func-content{
	padding-left: 40px;
}
/*图片那一块*/
#picture-func .func-img{
	width: 560px;
	height: 100%;
}
#picture-func .func-img img{
	width: 560px;
	height: 388px;
}
#picture-func .func-left .func-img{
	padding-right:40px ;
}
#picture-func .func-right .func-img{
	padding-left:40px ;
}
/*文字内容*/
#picture-func .func-content .func-title{
	font-family: PingFangSC-Semibold;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 30px;
	
	margin-bottom: 20px;
}
#picture-func .func-content .func-intro{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 28px;
	
	margin-bottom: 30px;
}
#picture-func .func-content ul{
	margin-bottom: 50px;
}
#picture-func .func-content ul li{
	margin-right: 34px;
}
#picture-func .func-content ul li div{
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.1);
	
	line-height: 80px;
	text-align: center;
	margin-bottom: 10px;
}
#picture-func .func-content ul li div span{
	font-size: 40px;
	color: #FFFFFF;
	
}
#picture-func .func-content ul li p{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	
	text-align: center;
}
#picture-func .func-content .func-btn{
	width: 150px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 100px;
	border-radius: 25px;
	text-align: center;
	
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	color: #00A4EF;
	letter-spacing: 0;
	line-height: 50px;
}
#picture-func .func-content .func-btn:hover{
	cursor: pointer;
	
	background: #F0AB12;
	color: #FFFFFF;
}
/*正方形*/
#picture-func .square{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	
	transform: scaleX(-1) rotate(-45deg);
	background: #1C1C1C;
}
#picture-func .func-progress .square{
	left: -10px;
}
#picture-func .func-pattern .square{
	right: -10px;
}
/*结束++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*云渲染服务器开始+++++++++++++++++++++++++++++++++++++++++++++*/
#clound-server{
	width: 100%;
	background-color: #202020;
}
#clound-server .server-upgrade{
	
}
/*标题*/
#clound-server .server-upgrade h2{
	margin-bottom: 20px;
}
#clound-server .server-upgrade h4{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	
	margin-bottom: 10px;
}
/*内容*/
#clound-server .server-upgrade ul{
	
}
#clound-server .server-upgrade ul li{
	margin: 0 30px;
	width: 240px;
	height: 450px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#clound-server .server-upgrade ul li:first-child{
	background-image: url(../images/picture/cloud-render-bg-01.png);
}
#clound-server .server-upgrade ul li:nth-child(2){
	background-image: url(../images/picture/cloud-render-bg-02.png);
}
#clound-server .server-upgrade ul li:nth-child(3){
	background-image: url(../images/picture/cloud-render-bg-03.png);
}
#clound-server .server-upgrade ul li:nth-child(4){
	background-image: url(../images/picture/cloud-render-bg-04.png);
}
/*图片*/
#clound-server .server-upgrade ul li img{
	height: 120px;
	height: 120px;
	display: block;
	margin-left: 60px;
	margin-bottom: 10px;
}
#clound-server .server-upgrade ul li:first-child img{
	margin-top: 205px;
}
#clound-server .server-upgrade ul li:nth-child(2) img{
	margin-top: 158px;
}
#clound-server .server-upgrade ul li:nth-child(3) img{
	margin-top: 102px;
}

/*title*/
#clound-server .server-upgrade ul li .server-title{
	font-family: PingFang-SC-Bold;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 28px;
	
	margin-bottom: 10px;
}
/*介绍*/
#clound-server .server-upgrade ul li p{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
}
/*云渲染服务器结束+++++++++++++++++++++++++++++++++++++++++++++*/


/*效果图渲染服务流程开始+++++++++++++++++++++++++++++++++++++++++*/
#picture-flow{
	width: 100%;
	background: #1C1C1C;
}
#picture-flow .picture-flow{

}
#picture-flow .picture-flow h2{

}
/*ul*/
#picture-flow .picture-flow ul{
	
}
#picture-flow .picture-flow ul li .flow-icon{
	margin:0 30px;
}

/**/
#picture-flow .picture-flow ul .flow-li{
	
}
#picture-flow .picture-flow ul .flow-li .flow-icon{
	width: 120px;
	height: 120px;
	background: #00A4EF;
	border-radius: 50%;
	
	margin-bottom: 24px;
	
	text-align: center;
	line-height: 120px;
}
#picture-flow .picture-flow ul .flow-li .flow-icon span{
	font-size: 64px;
	color: #FFFFFF;
}
/*name*/
#picture-flow .picture-flow ul .flow-li .flow-name{
	font-family: PingFang-SC-Bold;
	font-size: 18px;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
	line-height: 24px;
	
	margin-bottom: 16px;
}
/*title*/
#picture-flow .picture-flow ul .flow-li .flow-title{
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
}
/*箭头*/
#picture-flow .picture-flow ul .arrow-li{
	
}
#picture-flow .picture-flow ul .arrow-li div{
	margin-top: 34px;
}
#picture-flow .picture-flow ul .arrow-li:nth-child(4) div{
	margin-top: 62px;
}
#picture-flow .picture-flow ul .arrow-li div img{
	display: block;
	height: auto;
	width: auto;
	max-width: 120px;
}
/*效果图渲染服务流程结束+++++++++++++++++++++++++++++++++++++++++*/


