body{
	width: 100%;
	min-width: 1600px;
	overflow-x:hidden ;
}
*{
	padding: 0;
	margin: 0;
}
p,input,div,span,a,font{
	/*font-size: 16px;*/
	font-family: "微软雅黑";
}
.header{
	height: 75px;
	line-height: 75px;
	background: #FBFBFB;
	padding: 0 20%;
	color: #010205;
	font-size: 22px;
    letter-spacing:1px;
	position: relative;
}
.header img{
	float: left;
	margin:8px 20px 0 0;
}
.page{
	height: 630px;
	position: relative;
	padding: 0 20%;
}
.page1{
	background:#1F52F1;
	background-size:100% 100%;
}
.page2{
	background: url(../img/bj02.png) no-repeat #fff;
	background-size:100% 100%;
}
.page3{
	background: #FBFBFB;
}
.page5{
	background: url(../img/beijing1.jpg) no-repeat #fff;
	background-size:100% 100%;
}

/*page1*/
.page1 .shouji{
	width: 25%;
	position: absolute;
	right: 20%;
	bottom: 0;
	animation: shouji 2s;
	-moz-animation: shouji 2s;	/* Firefox */
	-webkit-animation: shouji 2s;	/* Safari 和 Chrome */
	-o-animation: shouji 2s;	/* Opera */
}
@keyframes shouji{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-moz-keyframes shouji{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-webkit-keyframes shouji{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-o-keyframes shouji{
	0%   {right:-100%;}
	100% {right:20%;}
}
.page1 .describe{
	position: absolute;
	left: 25%;
	animation: describe 2s;
	-moz-animation: describe 2s;	/* Firefox */
	-webkit-animation: describe 2s;	/* Safari 和 Chrome */
	-o-animation: describe 2s;	/* Opera */
}
@keyframes describe{
	0%   {left:-100%;}
	100% {left:25%;}
}

@-moz-keyframes describe{
	0%   {left:-100%;}
	100% {left:20%;}
}

@-webkit-keyframes describe{
	0%   {left:-100%;}
	100% {left:20%;}
}

@-o-keyframes describe{
	0%   {left:-100%;}
	100% {left:20%;}
}
.page1 .p1{
	font-size: 50px;
	color: #fff;
	margin-top: 40%;
	font-weight: bolder;
}
.page1 .p2{
	font-size: 30px;
	color: #fff;
	letter-spacing: 5px;
	margin: 15px 0 20px;
}
.page1 .ewm1 img{
	float: left;
	width: 180px;
	margin-right: 30px;
}
.page1 .ewm1 {
	line-height: 180px;
	color: #fff;
	letter-spacing: 3px;
	font-size: 18px;
}
/*page3*/
.page3{
	padding: 0px 18%!important;
}
.page3 .words{
	position: absolute;
	right: -100%;
	top: 30%;
	text-align: right;
}
.qz{float: right;padding: 60px 10px;color: #2852ED;font-weight: bolder;}
.qz1{color: white;font-weight: bolder;float: left;padding: 20px 0px;font-size: 60px;margin-left:90px;}
.page3 .p2{
	font-size: 35px;
	color: #1F52F1 !important;
	border-bottom: 5px solid #D4E9FE;
	line-height: 32px;
	margin-bottom: 20px;
	margin-left: 90px;
}
.page3 .p1 span{
	font-size: 50px;
}
.page3 .p3{
	font-size: 20px;
	color: #89B1F8;
}
.page3 .process{
	position: absolute;
	width:24%;
	left: -100%;
	bottom: 0px;
	position: absolute;
}
.fenge{
	font-size: 45px;
	font-weight: bolder;
	height: 5px;
	width:80px;
	float: right;
	margin-top:12px;margin-left: 15px;
	background-color: #1F52F1;
}
.fenge1{
	font-size: 45px;
	font-weight: bolder;
	height: 5px;
	width:80px;
	float: left;
	margin-top:12px;
	background-color: white;
}
/*page4*/
.page4{background-color: #2651F5;}
.page4  .p1{
	font-size: 40px;
	margin-bottom: 10px;
	text-align: right;
}
.page4  .p2{
	font-size: 30px;
    color: white !important;
    border-bottom: 5px solid #8BA1FB;
    line-height: 32px;
    margin-bottom: 20px;
    width: 300px;
    margin-left:90px;
}
.page4 .p3{
	font-size: 22px;
    color: #89B1F8;
    margin-left: 80px;
    }
.tup img{margin-right: 80px;}
.page4 .computer{
	position: absolute;
	width: 16.4%;
	right: -100%;
	bottom: 0;
	position: absolute;
}
.page4 .words{
	position: absolute;
	top: 30%;
	left: -100%;
	text-align: right;
}
/*page5*/
.page5 .shouji{
	position: absolute;
	bottom: 0;
	left: -100%;
	width: 10%;
}
.page5 .words{
	position: absolute;
	right: -100%;
	top: 23%;
}
.page5 .p1{
	font-size: 45px;
	margin-bottom: 25px;
}
.page5 .p2{
	font-size: 25px;
	margin-bottom: 80px;
}
.page6{text-align: center;background: #FBFBFB;height: 450px;}
.page6 .ewm {
    width: 260px;
    margin: 50px 0 30px;
}
.page6 p{
	line-height: 35px;
	font-size: 22px;
	color: #363636;
}
/*footer*/
.footer{
	width: 100%;
	background: #FBFBFB;
	text-align: center;
}
.footer img{
	margin-bottom: -4px;
}

.leftactive{
	left: 20% !important;
	animation: leftstyle 2s;
	-moz-animation: leftstyle 2s;	/* Firefox */
	-webkit-animation: leftstyle 2s;	/* Safari 和 Chrome */
	-o-animation: leftstyle 2s;	/* Opera */
}
.leftactive18{
	left: 20% !important;
	animation: leftstyle 2s;
	-moz-animation: leftstyle 2s;	/* Firefox */
	-webkit-animation: leftstyle 2s;	/* Safari 和 Chrome */
	-o-animation: leftstyle 2s;	/* Opera */
}
.leftactive22{
	left: 22% !important;
	animation: leftstyle 2s;
	-moz-animation: leftstyle 2s;	/* Firefox */
	-webkit-animation: leftstyle 2s;	/* Safari 和 Chrome */
	-o-animation: leftstyle 2s;	/* Opera */
}
.leftactive25{
	left: 25% !important;
	animation: leftstyle25 2s;
	-moz-animation: leftstyle25 2s;	/* Firefox */
	-webkit-animation: leftstyle25 2s;	/* Safari 和 Chrome */
	-o-animation: leftstyle25 2s;	/* Opera */
}
.rightactive{
	right: 20% !important;
	animation: rightstyle 2s;
	-moz-animation: rightstyle 2s;	/* Firefox */
	-webkit-animation: rightstyle 2s;	/* Safari 和 Chrome */
	-o-animation: rightstyle 2s;	/* Opera */
}
.rightactive10{
	right: 20% !important;
	animation: rightstyle10 2s;
	-moz-animation: rightstyle10 2s;	/* Firefox */
	-webkit-animation: rightstyle10 2s;	/* Safari 和 Chrome */
	-o-animation: rightstyle10 2s;	/* Opera */
}
.rightactive20{
	right: 20% !important;
	animation: rightstyle20 2s;
	-moz-animation: rightstyle20 2s;	/* Firefox */
	-webkit-animation: rightstyle20 2s;	/* Safari 和 Chrome */
	-o-animation: rightstyle20 2s;	/* Opera */
}
/*left*/
@keyframes leftstyle{
	0%   {left:-100%;}
	100% {left:20%;}
}

@-moz-keyframes leftstyle{
	0%   {left:-100%;}
	100% {left:20%;}
}

@-webkit-keyframes leftstyle{
	0%   {left:-100%;}
	100% {left:20%;}
}

@-o-keyframes leftstyle{
	0%   {left:-100%;}
	100% {left:20%;}
}
/*left18*/
@keyframes leftstyle18{
	0%   {left:-100%;}
	100% {left:18%;}
}

@-moz-keyframes leftstyle18{
	0%   {left:-100%;}
	100% {left:18%;}
}

@-webkit-keyframes leftstyle18{
	0%   {left:-100%;}
	100% {left:18%;}
}

@-o-keyframes leftstyle18{
	0%   {left:-100%;}
	100% {left:18%;}
}

/*right*/
@keyframes rightstyle{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-moz-keyframes rightstyle{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-webkit-keyframes rightstyle{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-o-keyframes rightstyle10{
	0%   {right:-100%;}
	100% {right:20%;}
}
/*right10*/
@keyframes rightstyle10{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-moz-keyframes rightstyle10{
	0%   {right:-100%;}
	100% {right:10%;}
}

@-webkit-keyframes rightstyle10{
	0%   {right:-100%;}
	100% {right:10%;}
}

@-o-keyframes rightstyle{
	0%   {right:-100%;}
	100% {right:10%;}
}
.topbottomactive{
	top: 0% !important;
	animation: topbottom 1s;
	-moz-animation: topbottom 1s;	/* Firefox */
	-webkit-animation: topbottom 1s;	/* Safari 和 Chrome */
	-o-animation: topbottom 1s;	/* Opera */
}
/*right20*/
@keyframes rightstyle20{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-moz-keyframes rightstyle20{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-webkit-keyframes rightstyle20{
	0%   {right:-100%;}
	100% {right:20%;}
}

@-o-keyframes rightstyle20{
	0%   {right:-100%;}
	100% {right:20%;}
}

/*topbottom*/
@keyframes topbottom{
	0%   {top:0;}
	50%  {top:-50px;}
	100% {top:0;}
}

@-moz-keyframes topbottom{
	0%   {top:0;}
	50%  {top:-50px;}
	100% {top:0;}
}

@-webkit-keyframes topbottom{
	0%   {top:0;}
	50%  {top:-50px;}
	100% {top:0;}
}

@-o-keyframes topbottom{
	0%   {top:0;}
	50%  {top:-50px;}
	100% {top:0;}
}

.icp{
	text-align: center;
	padding: 20px 0px;
	background-color: #3F3B3A;
	color: #D9D7D8;
}
.icp a,.icp:hover{color: #D9D7D8;text-decoration:none;}
.icp img{
	width: 16px;	
}
.header{
	 padding: 0 5% 0 20%;
}
.header .menu{
	width: 25px;
	float: right;
	margin-top: 25px;
}
.menu_bg{
	width: 60%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.9);
	z-index: 100;
	padding: 0 20%;
	display: none;
}
.menu_bg .menu_blocl_three{
	width: 23%;
	float: left;
	display: flex;
	padding-left:10% ;
    height: 100%;
}
.menu_bg .menu_blocl_three a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
    vertical-align: middle;
	margin: auto;
}
.menu_bg .menu_blocl_three a span{
	font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: 1.5px;
    font-size: 15px;
    text-align: left;
    color: #838383;
    padding-top: 10px;
}
.menu_close{
	position: absolute;
	top: 5%;
	right: 5%;
	width: 20px;
}
