@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,span,i,em,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,a{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{ font-family:"Microsoft YaHei";font-size:14px;color:#333;outline:0;}
body{font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #333;background:#ffffff;}
p,a{color:#333;}
a{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover{text-decoration: none;}

html{
	background-color: #ffffff;
}
.wrap{
    position: relative;
    margin:0 auto;
    width: 1000px;
    height: 100%;
}
.bottom-txt{
    background-color: #0d2e63;
}
.bottom-txt p{
	padding: 60px 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.clearfix:after,
.clearfix:before{content:" ";display:table;}
.clearfix:after{clear:both;}


.header{height:80px;background:#fff;}
.header .logo{
	float: left;
	width:279px;
	height:46px;
	padding-top: 8px;
}
.header .logo a{
	display: inline-block;
	width:279px;
	height:46px;
	background:url(../images/logo.jpg) center no-repeat;
	text-indent: -9999px;
}
.header .main{
	padding: 0;
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	padding-top: 8px;
}
.header .main .logo{
	display: inline-block;
	float: left;
}
.header .nav{
	float:right;
	padding-top: 15px;
	color:#a2a5a4;
}
.header .nav li{
	display: inline-block;
}
.header .nav a{
	padding: 0px 15px;
	font: bold 16px/35px "微软雅黑";
	color: #3e3e3e;
}
.header .nav a:hover{
	color: #ff6307;
	-webkit-transition: none;
	transition: none;
}

.sec .wraper{
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}

.sec1{
  height: 900px;
  background: url(../images/sec1_img.jpg?dt=20190219T1619) no-repeat center top;
}
.sec1 .android-btn{
  position: absolute;
  left: 235px;
  bottom: 138px;
}
.sec1 .ios-btn{
  position: absolute;
  left: 235px;
  bottom: 253px;
}
.sec2{
  height: 697px;
  background: url(../images/sec2_img.jpg) no-repeat center top;
}
.sec3{
  height: 697px;
  background: url(../images/sec3_img.jpg) no-repeat center top;
}
.sec4{
  height: 702px;
  background: url(../images/sec4_img.jpg) no-repeat center top;
}
.sec5{
  height: 700px;
  background: url(../images/sec5_img.jpg) no-repeat center top;
}
.sec6{
  height: 800px;
  background: url(../images/sec6_img.jpg) no-repeat center top;
}
.sec6 .btn1{
  position: absolute;
  top: 550px;
  right: 8px;
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
}
.sec6 .btn1:hover{
  background-color: #fff;
  color: #0c336a;
}


.footer{
	padding-top: 50px;
	height: 100px;
	text-align: center;
}
.footer p,
.footer a{
	color: #ababab;
	line-height: 22px;
}
.footer a:hover{color: #f67b29;}


/* 右侧悬浮窗css */
.suspension-pop{
	position: fixed;
	bottom: 50px;
	right: 20px;
	padding-bottom: 20px; 
	border-radius: 10px;
	width: 160px;
    height: 311px;
	overflow: hidden;
	text-align: center;
	-webkit-animation: susPop 1.2s ease-in-out;
  	animation: susPop 1.2s ease-in-out;
  	z-index: 100;
}
.suspension-pop img{
    display: block;
    width: 100%;
}

@-webkit-keyframes susPop {
  0% { 
  		-webkit-transform: scale(0.5); 
  		bottom: 500px;
  	}
  100% { 
  	-webkit-transform: scale(1.0); 
  	bottom: 50px;
  }
}
 
@keyframes susPop {
  0%{ 
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    bottom: 500px;
  }100%{
  	transform: scale(1.0);
    -webkit-transform: scale(1.0);
    bottom: 50px;
  }
}