html{
	min-height: 600px;
	background-color: #3987ec;
}
body{
	height: 100%;
	width: 100%;
	min-height: 600px;
	min-width: 1000px;
	font-family: '微软雅黑';
	letter-spacing: 1px;
	font-size: 14px;
	color: #000;
}

.container{
	width: 100%;
	height: 100%;
	transition: all .3s;
	opacity: 1;
}
.container .wrapper{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.container .wrapper .fullpage{
	height: 100%;
	position: relative;
	transition: all .5s; 
}
.container .wrapper .fullpage .section{
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	transform: skew(0,-10deg);
	-moz-transform: skew(0,-10deg);
}
.container .wrapper .fullpage .section .section1bg{
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	transform: skew(0,10deg);
	-moz-transform: skew(0,10deg);
	background: #3987ec url(../img/banner.jpg) center bottom no-repeat;
}
.container .wrapper .fullpage .section:nth-of-type(even){
	background-color: #fff;
}
.container .wrapper .fullpage .section:nth-of-type(odd){
	background-color: #3987ec;
}
.container .wrapper .fullpage .section:nth-of-type(6){
	transform: skew(0,0);
}
.container .wrapper .fullpage .section .section1bg .fp-table,
.container .wrapper .fullpage .section .fp-table{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	transform: skew(0,0deg);
	-moz-transform: skew(0,0deg);
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .fp-head{
	width: 100%;
	margin: 0%;
	padding: 0;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 10;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .fp-head .content{
	margin-top: 0;
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
	height: 94px;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .fp-head .content a{
	width: 135px;
	height: 45px;
	margin-top: 28px;
	float: left;
	margin-left: -10px;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .fp-head .content a img{
	width: 100%;
	display: block;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .content2,
.container .wrapper .fullpage .section  .fp-table .content2{
	width: 1240px;
	margin: -20px auto 0;
	color: #fff;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .content2 .words{
	width: 50%;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .content2 .words .logo{
	height: 100px;
	width: 444px;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .content2 .words .logo img{
	width: 340px;
	display: block;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .content2 .words p{
	font-size: 30px;
	line-height: 35px;
	padding: 25px 0 35px;
	text-align: left;
	font-weight: 300;
	text-shadow: 0 5px 5px rgba(12,101,176,.4);
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .content2 .words .denglu{
	border: 2px solid #fff;
	color: #fff;
	border-radius: 999px;
	display: block;
	width: 216px;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	position: relative;
	overflow: hidden;
	text-align: center;
	transition: all .3s ease;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .content2 .words .denglu:hover{
	background-color: #fff;
	color: #1788e8;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .arrow,
.container .wrapper .fullpage .section .fp-table .arrow{
	width: 40px;
	height: 22px;
	background: url(../img/arrow.png) no-repeat;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	animation: roll 1.5s linear infinite;
}
.container .wrapper .fullpage .section1 .section1bg .fp-table .arrow a{
	display: block;
	width: 100%;
	height: 100%;
}
@keyframes roll {
	0% {
	    transform: translate(-50%,-90%);
	}
	50% {
	    transform: translate(-50%,-0%);
	}
    100% {
        transform: translate(-50%,-90%);
    }
}
/* section1 */
/* section2 */
.container .wrapper .fullpage .section .fp-table{
	transform: skew(0,10deg);
	-moz-transform: skew(0,10deg);
}
.container .wrapper .fullpage .section6 .fp-table{
	transform: skew(0,0deg);
}
.container .wrapper .fullpage .section2 .fp-table .content2 .words{
	padding-left: 60px;
	width: 48%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translatey(-50%);
	color: #3987ec;
	text-align: left;
	letter-spacing: 2px;
}
.container .wrapper .fullpage .section2 .fp-table .content2 .words h1{
	font-size: 42px;
	line-height: 78px;
	font-weight: 500;
}
.container .wrapper .fullpage .section2 .fp-table .content2 .words p{
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
}
.container .wrapper .fullpage .section2 .fp-table .content2 .pic{
	width: 62%;
	position: absolute;
	left: 0 ;
	top: 50%;
	transform: translatey(-50%);
	margin-left: -100px;
	max-width: 920px;
}
.container .wrapper .fullpage .section2 .fp-table .content2 .pic img{
	width: 100%;
	display: block;
}
.container .wrapper .fullpage .section2 .fp-table .arrow{
	background: url(../img/arrow2.png) no-repeat;
}
/* section2 */
/* section3 */
.container .wrapper .fullpage .section3 .fp-table .content2 .words{
	color: #fff;
	width: 50%;
	left: 0;
	padding-left: 0px;
}
.container .wrapper .fullpage .section3 .fp-table .content2 .words h1{
	line-height: 120px;
}
.container .wrapper .fullpage .section3 .fp-table .content2 .pic{
	width: 500px;
	left: 50%;
	margin-left: 100px;
}
.container .wrapper .fullpage .section3 .fp-table .arrow{
	background: url(../img/arrow.png) no-repeat;
}
.container .wrapper .fullpage .section2 .fp-table .content2 .pic img{
	width: 100%;
	display: block;
}
/* section3 */
/* section5 */
.container .wrapper .fullpage .section5 .fp-table .content2 .words{
	width: 100%;
	text-align: center;
	padding: 0 0 70px;
}
.container .wrapper .fullpage .section5 .fp-table .content2 .words h1{
	font-size: 42px;
	font-weight: 400;
	letter-spacing: 3px;
}
.container .wrapper .fullpage .section5 .fp-table .content2 .step ul{
	text-align: center;
	font-size: 0;
}
.container .wrapper .fullpage .section5 .fp-table .content2 .step ul li{
	width: 49%;
	display: inline-block;
}
.container .wrapper .fullpage .section5 .fp-table .content2 .step ul li img{
	display: block;
	margin: 0 auto;
}
.container .wrapper .fullpage .section5 .fp-table .content2 .step ul li p{
	padding-top: 30px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	width: 500px;
	margin: 0 auto;
}
.container .wrapper .fullpage .section5 .fp-table .content2 .step ul li:nth-of-type(2) img{
	padding-bottom: 51px;
}
/* section5 */
/* section6 */
.backhome{
	width: 109px;
	height: 109px;
	position: absolute;
	left: 50%;
	top: -40px;
	margin-bottom: -55px;
	z-index: 2;
	cursor: pointer;
	background: url(../img/back.png) no-repeat;
	transform: translateX(-50%);
}
.backhome a{
	width: 100%;
	height: 100%;
	display: block;
}
.container .wrapper .fullpage .section6 .fp-table .content2 .words{
	width: 100%;
	padding: 15px 0 60px;
	text-align: center;
	color: #3987ec;
}
.container .wrapper .fullpage .section6 .fp-table .content2 .words h1{
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 4px;
}
.container .wrapper .fullpage .section6 .fp-table .content2 .btn{
	text-align: center;
	font-size: 0%;
	margin-bottom: 145px;
}
.container .wrapper .fullpage .section6 .fp-table .content2 .btn a{
	display: inline-block;
	margin: 0 16px;
	width: 216px;
	height: 56px;
	border: 2px #1788e8 solid;
	border-radius: 999px;
	font-size: 24px;
	line-height: 56px;
	text-align: center;
	transition: all .3s ease;
}
.container .wrapper .fullpage .section6 .fp-table .content2 .btn a:nth-of-type(1),
.container .wrapper .fullpage .section6 .fp-table .content2 .btn a:nth-of-type(2):hover{
	background: #008cff;
	color: #fff;
}
.container .wrapper .fullpage .section6 .fp-table .content2 .btn a:nth-of-type(2),
.container .wrapper .fullpage .section6 .fp-table .content2 .btn a:nth-of-type(1):hover{
	background: #fff;
	color: #008cff;
}
/* section6 */


/* 底部开始*/
.wrap{
	width: 1240px;
	margin: 0 auto;
}
.m-footer{
	color: #515151;
	position: relative;
	width: 100%;
	height: 218px;
	background-color: #fff;
	z-index: 999;
	bottom: 70px;
}
.m-footer-link{
	padding-top: 20px;
	width: 100%;
	height: 145px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.footer-server{
	width: 1000px;
	float: left;
}
.footer-server li{
	float: left;
	width: 15%;
	cursor: pointer;
}
.footer-server li img{
	display: block;
	width: 50px;
	margin: 0 auto;
}
.footer-server li span{
	line-height: 30px;
	color: #999;
	font-size: 12px;
}
.footer-hotline{
	float: right;
	text-align: right;
	margin-top: -18px;
}
.footer-hotline span{
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.footer-hotline p{
	font-size: 25px;
	font-weight: 400;
	line-height: 40px;
	margin-top: -6px;
	color: #008cff;
}
.footer-hotline a{
	height: 30px;
	padding: 0 16px;
	overflow: hidden;
	background-image: linear-gradient(120deg,#008cff,#8373ff);
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	display: inline-block;
	margin-top: 3px;
	line-height: 30px;
}
.footer-hr{
	margin: 10px auto 28px;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	width: 1240px;
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.footer-top{
	height: 100px;
}
.meizu-row{
	max-width: 1240px;
	position: relative;
	height: 37px;
}
.footer-info{
	width: 100%;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.footer-info a{
	color: #999;
}
.footer-info a:hover{
	color: #0166FF;
}
/* 底部结束 */