@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{background:#fff; color:#333;font-weight:500; font-family:'Microsoft Yahei';}
.AlphaCase{
	width:1200px;
	height:650px;
	margin:0 auto 0px;
	background-size:1366px 750px;
	top:0;
}
.AlphaCaseBack{
	width:1366px;
	height:750px;
	display:none;
	position:absolute;
	top:480px;left:0px;
	z-index:-1;
}
.CaseBack1{
	background:url(../images/back1.jpg) no-repeat;
	background-size:1366px 750px;
	opacity:0.5;
}
.CaseBack2{
	background:url(../images/back2.jpg) no-repeat;
	background-size:1366px 750px;
	opacity:0.5;
}
.CaseBack3{
	background:url(../images/back3.jpg) no-repeat;
	background-size:1366px 750px;
	opacity:0.5;
}
.CaseBack4{
	background:url(../images/back4.jpg) no-repeat;
	background-size:1366px 750px;
	opacity:0.5;
}
.CaseBack5{
	background:url(../images/back5.jpg) no-repeat;
	background-size:1366px 750px;
	opacity:0.5;
}
.Alpha{width:1366px;margin:0 auto;}
.Alpha h1{text-align:center;}
.Alpha h3{margin-left:40px;}
/*轮播开始原始*/
.focus{height:500px;width:1200px;margin:40px 0 0 0px;}
.focus .right{float:left; width:700px;height:450px;margin:0px 20px 0 10px; position:relative;overflow:hidden;}
.focus .right ul{width:700px;height:450px;}
.focus .right li{
	position:absolute; 
	left:0; top:0; 
	width:700px; 
	height:450px; 
	z-index:1; 
	opacity:0; 
	filter:alpha(opacity=0);
}
@keyframes myAlphaMcuShow{
	from{transform:rotate(20deg) scale(0.5);}
	to{transform:rotate(60deg) scale(1.5);}
}
.focus .right li.active{z-index:2;}
.focus .right li p{display:none;}

/*左侧案例切换选择
.focus .left{float:left; width:200px;}
.focus .left li{height:45px; overflow:hidden; padding-left:10px;background-image:url(../images/btns1.jpg);background-position:-120px 0; color:#33cccc; font-size:24px; line-height:45px; margin-bottom:20px;cursor: pointer;}
.focus .left li:hover,.focus .right li.active{color:#fff;background-position:-120px -80px; }
.focus .left li i{background-image:url(../images/btns1.jpg); background-repeat:no-repeat; width:40px; height:40px; float:left; margin:8px 19px 0px 0;}
.focus .left li i.i1{background-position:4 0;}
.focus .left li i.i2{background-position:4 0px;}
.focus .left li i.i3{background-position:4 0px;}
.focus .left li i.i4{background-position:4 0px;}
.focus .left li:hover i.i1,.focus .right li.active i.i1{background-position:-56px 0;}
.focus .left li:hover i.i2,.focus .right li.active i.i2{background-position:-56px 0px;}
.focus .left li:hover i.i3,.focus .right li.active i.i3{background-position:-56px 0px;}
.focus .left li:hover i.i4,.focus .right li.active i.i4{background-position:-56px 0px;}
*/

/*轮播开始结束*/
/*多选框开始*/
.checkbox input{}
/*邮件开始*/
.AlphaEmail{
	width:1366px;
	height:650px;
	background:url(../images/1.jpg) no-repeat;
	background-size:1366px 650px;
	padding:120px 10px;
	position:relative;
	animation:myfirst 5s linear 2s infinite alternate;
	/* Firefox: */
	-moz-animation:myfirst 5s linear 2s infinite alternate;
	/* Safari and Chrome: */
	-webkit-animation:myfirst 5s linear 2s infinite alternate;
	/* Opera: */
	-o-animation:myfirst 5s linear 2s infinite alternate;
}
.AlphaEmail .page-container {
	color: #fff;
	text-align: center;
	
}
/*动画执行*/
@keyframes myfirst
{
	0%   {background:url(../images/1.jpg) no-repeat;background-size:1366px 650px;}
	25%  {background:url(../images/2.jpg) no-repeat;background-size:1366px 650px;}
	50%  {background:url(../images/3.jpg) no-repeat;background-size:1366px 650px;}
	100% {background:url(../images/2.jpg) no-repeat;background-size:1366px 650px;}
}
@-moz-keyframes myfirst /* Firefox */
{
	0%   {background:url(../images/1.jpg) no-repeat;background-size:1366px 650px;}
	25%  {background:url(../images/2.jpg) no-repeat;background-size:1366px 650px;}
	50%  {background:url(../images/3.jpg) no-repeat;background-size:1366px 650px;}
	100% {background:url(../images/2.jpg) no-repeat;background-size:1366px 650px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   {background:url(../images/1.jpg) no-repeat;background-size:1366px 650px;}
	25%  {background:url(../images/2.jpg) no-repeat;background-size:1366px 650px;}
	50%  {background:url(../images/3.jpg) no-repeat;background-size:1366px 650px;}
	100% {background:url(../images/2.jpg) no-repeat;background-size:1366px 650px;}
}

@-o-keyframes myfirst /* Opera */
{
	0%   {background:url(../images/1.jpg) no-repeat;background-size:1366px 650px;}
	25%  {background:url(../images/2.jpg) no-repeat;background-size:1366px 650px;}
	50%  {background:url(../images/3.jpg) no-repeat;background-size:1366px 650px;}
	100% {background:url(../images/2.jpg) no-repeat;background-size:1366px 650px;}
}

.AlphaEmail .page-container form {
    width: 355px;
    margin: 15px auto 0 auto;
    text-align: center;
	position:relative;
}
.AlphaEmail .page-container input[type="radio"]{
	width:25px;height:25px;
}
.AlphaEmail .page-container .radio1{
	position:absolute;
	top:0px;left:55px;
}
.AlphaEmail .page-container .radio2{
	position:absolute;
	top:30px;left:55px;
}
.AlphaEmail .page-container .radio3{
	position:absolute;
	top:60px;left:55px;
}
.AlphaEmail .page-container .radio4{
	position:absolute;
	top:90px;left:55px;
}
.AlphaEmail .page-container .radio5{
	position:absolute;
	top:120px;left:55px;
}
.AlphaEmail .page-container span{
	font-size:20px;
	color:#fff;
}
.AlphaEmail .page-container .radioSpan1{
	position:absolute;
	top:0px;
	left:85px;
}
.AlphaEmail .page-container .radioSpan2{
	position:absolute;
	top:30px;
	left:85px;
}
.AlphaEmail .page-container .radioSpan3{
	position:absolute;
	top:60px;
	left:85px;
}
.AlphaEmail .page-container .radioSpan4{
	position:absolute;
	top:90px;
	left:85px;
}
.AlphaEmail .page-container .radioSpan5{
	position:absolute;
	top:120px;
	left:85px;
}
.AlphaEmail .page-container input[type="text"]{
    width: 300px;
    height: 42px;
	line-height:42px;
    margin-top: 45px;
    padding: 0 15px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background-color:transparent;
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.AlphaEmail .page-container input[type="submit"]{
	cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 25px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.AlphaEmail .page-container input:-moz-placeholder { color: #fff; }
.AlphaEmail .page-container input:-ms-input-placeholder { color: #fff; }
.AlphaEmail .page-container input::-webkit-input-placeholder { color: #fff; }

.AlphaEmail .page-container input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}
.AlphaEmail .page-container input[type="submit"]:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

.AlphaEmail .page-container input[type="submit"]:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #ef4300;
}

.AlphaEmail .page-container .connect {
    width: 800px;
    margin: 0px auto 50px auto;
    font-size: 30px;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.AlphaEmail .page-container .connect p{
    position:relative;
	left:0%;
	top:0
}
/*
.AlphaEmail .Emailsend{width:100%;height:200px;margin:20px 80px;}
.AlphaEmail .Emailsend .text{width:335px;height:40px;border:1px solid #cccccc;padding-left:15px;}
.AlphaEmail .Emailsend .submit{padding:0px 12px;height:40px;border:1px solid #cccccc;}
*/
  

/*视频开始*/
.Alpha .AlphaVideo h1{color:#fff;}
/**/
.Alpha .AlphaVideo{
	width:1366px;
	height:700px;
	padding:30px 100px;
	position:relative;
	background:url(../images/AlphaVideo1.jpg) no-repeat;
	background-size:1366px 700px;
}
.Alpha .AlphaVideo .VideoShow{width:400px;height:300px;margin:80px 390px;z-index:1;}
.Alpha .AlphaVideo .AlphaVideoBg{width:100%;height:700px;position:absolute;top:0px;left:0px;}
.BgAll{
	width:30px;height:30px;
	position:absolute;
	opacity:0.5;
	z-index:3;
	animation:myVideo 1s linear 2s infinite alternate;
}
.Bg1{
	background:url(../images/AlphaCase/browser.png);
	background-size:30px 30px;
	top:170px;
	left:250px;
}
.Bg2{
	background:url(../images/AlphaCase/computer.png);
	background-size:30px 30px;
	top:300px;
	left:100px;
}
.Bg3{
	background:url(../images/AlphaCase/computer2.png);
	background-size:30px 30px;
	top:200px;
	left:1000px;
}
.Bg4{
	background:url(../images/AlphaCase/download.png);
	background-size:30px 30px;
	top:400px;
	left:350px;
}
.Bg5{
	background:url(../images/AlphaCase/upload.png);
	background-size:30px 30px;
	top:370px;
	left:1100px;
}
@keyframes myVideo
{
	0%   {opacity:0;transform:rotate(20deg) scale(0.5);}
	25%  {opacity:0.2;transform:rotate(30deg) scale(0.8);}
	50%  {opacity:0.5;transform:rotate(40deg) scale(1.2);}
	100% {opacity:0.8;transform:rotate(50deg) scale(1);}
}
@-moz-keyframes myVideo /* Firefox */
{
	0%   {opacity:0;transform:rotate(20deg) scale(0.5);}
	25%  {opacity:0.2;transform:rotate(30deg) scale(0.8);}
	50%  {opacity:0.5;transform:rotate(40deg) scale(1.2);}
	100% {opacity:0.8;transform:rotate(50deg) scale(1);}
}

@-webkit-keyframes myVideo /* Safari and Chrome */
{
	0%   {opacity:0;transform:rotate(20deg) scale(0.5);}
	25%  {opacity:0.2;transform:rotate(30deg) scale(0.8);}
	50%  {opacity:0.5;transform:rotate(40deg) scale(1.2);}
	100% {opacity:0.8;transform:rotate(50deg) scale(1);}
}

@-o-keyframes myVideo /* Opera */
{
	0%   {opacity:0;transform:rotate(20deg) scale(0.5);}
	25%  {opacity:0.2;transform:rotate(30deg) scale(0.8);}
	50%  {opacity:0.5;transform:rotate(40deg) scale(1.2);}
	100% {opacity:0.8;transform:rotate(50deg) scale(1);}
}
/*AD工程开始*/
.Alpha .AlphaAD .AlphaAdCon .VideoTitle{text-align:center;}
.Alpha .AlphaAD .AlphaAdCon .VideoTitle h1{}
.Alpha .AlphaAD .AlphaAdCon a{margin:50px auto;color:#660033;font-size:30px;}
.Alpha .AlphaAD .AlphaAdCon a:hover{color:blue;}
.Alpha .AlphaAD .AlphaAdCon{
	width:800px;height:300px;position:absolute;top:150px;left:300px;padding:50px 50px;
}
.AlphaAD{
	width:1366px;height:700px;
	background: #16a085;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	position:relative;
}
.Alpha .AlphaMCU{background:url(../images/video/AlphaMCU1.jpg) no-repeat;background-size:1366px 700px;}
.Alpha .AlphaMCU .AlphaMCUBg{width:1366px;height:700px;background:url(../images/AlphaMCU1.jpg) no-repeat;background-size:1366px 700px;position:absolute;top:0px;left:0px;}
.Alpha .AlphaMCU .AlphaMCUTitle{position:absolute;top:50px;left:32%;color:#fff;}
.Alpha .AlphaMCU .AlphaMCU_register{width:599px;height:373px;margin:20px 80px;}


