/* Reset CSS
	 * --------------------------------------- */
	*{
	    padding: 0;
	    margin: 0;
	}
	a{
		text-decoration:none;
		color: #9fa0a0;
	}
	table {
	    border-spacing: 0;
	}
	fieldset,img {
	    border: 0;
	}
	address,caption,cite,code,dfn,em,strong,th,var {
	    font-weight: normal;
	    font-style: normal;
	}
	strong{
		font-weight: bold;
	}
	ol,ul {
	    list-style: none;
	    margin:0;
	    padding:0;
	}
	caption,th {
	    text-align: left;

	}
	h1,h2,h3,h4,h5,h6 {
	    font-weight: normal;
	    font-size: 100%;
	    margin:0;
	    padding:0;
	    color:#444;
	}
	q:before,q:after {
	    content:'';
	}
	abbr,acronym { border: 0;
	}



	body{
		color: #111231;
		/*  font-family: "Microsoft YaHei UI", "Helvetica Neue","Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; */
		font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
		line-height:1.75;
		box-sizing: border-box;
	}


	/* Style for our header texts
	* --------------------------------------- */
	header{
		position: fixed;
		z-index: 1;
		width: 100%;
		height: 70px;
		border-top: 10px solid #191f78;
		color: #9fa0a0;
		font-size: 20px;
		background: #fff;
		padding: 0 10px;
	}
	header .main-content{
		max-width: 1000px;
		margin: 0 auto;
	}
	.logo{
		float: left;
	    line-height: 70px;
	}
	.logo img {
		width: 90%;
		vertical-align: middle;
	}
	nav {
		float: right;
		line-height: 70px;
		padding-right: 20px;
	}
	nav ul li{
		float: left;
		padding-left: 75px;
	}
	#menu .active a{
		color: #ff9f29;
	}


	/* Common styles
	* --------------------------------------- */
	img{
	    -webkit-transition: all 0.7s ease-out;
		-moz-transition: all 0.7s ease-out;
		-o-transition: all 0.7s ease-out;
		transition: all 0.7s ease-out;
	}
	.section{
		position: relative;
		/*padding-top: 80px;*/
		/*padding-bottom: 70px;*/
		text-align:center;
		overflow:hidden;
		background: #fff !important;
	}
	.section img{
		width: 100%;

	}

	/* Section 0
	* --------------------------------------- */
	.downloadApp {
		position: absolute;
		top: 25%;
		right: 30%;
		max-width: 190px;
		line-height: 2;
	}
	.downloadApp img {
		width: 80%;
	}
	.downloadApp p.downloadApp-text {
		font-size: 16px;
		color: #fff;
		text-shadow: 0 2px 6px #000;
	}
	.downloadApp p.downloadApp-tips-text {
		font-size: 18px;
		color: #ff9f29;
		background: #fff;
		line-height: 1.5;
	}



	/* Section 1
	* --------------------------------------- */

	/* Section 2
	* --------------------------------------- */

	/* Section 3
	* --------------------------------------- */

	/* Section 4
	* --------------------------------------- */

	/* Section 5
	* --------------------------------------- */

	.about {
		font-size: 16px;
		padding: 5px;
		background: #ececec;
		color: #727171;
		text-align: left;
		text-indent: 2em;
		line-height: 2;
		margin-bottom: 110px;
		margin-top: -8px;
	}
	.about p {
		max-width: 1000px;
		margin: 0 auto;
	}
	/* Section 6
	* --------------------------------------- */


	/* footer */
	footer {
		position: fixed;
		z-index: 1;
		bottom: 0px;
		width: 100%;
		height: 20px;
		text-align: center;
		background: #fff;
		padding: 15px;
	}
	footer>ul>li {
		max-width: 1000px;
		margin: 0 auto;
		line-height: 1.5;
	}
	footer>ul>li:nth-child(1) span{
		display: inline-block;
		padding-right: 30px;
		margin-bottom: 10px;
	}
	footer>ul>li span a {
		color: #ff9f29;
	}
	/* Overwriting fullPage.js tooltip color
	* --------------------------------------- */
	.fp-controlArrow {
		display: none;
	}
	#section2:hover .fp-controlArrow {
		display: block;
	}
	.fp-controlArrow.fp-prev {
		width: 30px;
	    height: 30px;
	    border-color: #fff;
	    border-width: 0 0 2px 2px;
	    border-style: solid;
	    transform: rotateZ(45deg);
	    left: 15%;
	}
	.fp-controlArrow.fp-next {
		width: 30px;
	    height: 30px;
	    border-color: #fff;
	    border-width: 0 0 2px 2px;
	    border-style: solid;
	    transform: rotateZ(-135deg);
	    right: 15%;
	}
	#fp-nav ul li a span {
		background: #fbfbfb;
	}
	#fp-nav ul li a.active span{
		background: #ff9f29;
	}
	/*screen resolutions lower than 1000px*/
	@media all and (max-width: 1000px){
		.fp-controlArrow {
			display: none;
		}
		#section2:hover .fp-controlArrow {
			display: none;
		}
		#fp-nav {
			display: none;
		}
	}
	/*screen resolutions between 620px and 768px*/
	@media all and (min-width: 620px) and (max-width: 768px){
		.logo img {
		    width: 85%;
		}
		nav ul li {
			padding-left: 40px;
			font-size: 18px;
		}
	}

	/*screen resolutions lower than 620px*/
	@media all and (max-width: 620px){
		header {
			height: 50px;
		}
		.logo {
		    width: 65px;
		    line-height: 50px;
		}
		.logo img {
		    width: 80%;
		}
		nav {
			line-height: 50px;
		}
		nav ul li {
			padding-left: 10px;
			font-size: 14px;
		}
		.fp-controlArrow {
			display: none;
		}
		#section2:hover .fp-controlArrow {
			display: none;
		}
		#fp-nav {
			display: none;
		}
		.section {
			/*padding-top: 60px;*/
		}
		.about {
			font-size: 14px;
		}
		footer {
		    font-size: 14px;
		    padding: 0;
		}
		footer>ul>li:nth-child(1) span {
			padding: 0;
			margin: 0;
		}
	}

/* download app style BEGIN */
.download-section {
    /*width: 100%;*/
    /*height: 100%;*/
}
.download-btn {
    margin-top: 20%;
    text-align: center;
}
.download-btn img {
    width: 90%;
    display: inline-block;
}
.logoIcon img {
    padding-top: 20%;
    width: 40%;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
}
.font-color {
    margin: .3rem 0;
    font-size: .3rem;
    color: #555;
}
.download-text {
    padding-top: 15%;
    width: 90%;
    margin: 0 auto;
    color: #555;
    text-align: center;
}
.download-text h3{
    text-align: center;
    font-size: 0.4rem;
}
.download-text p{
    padding-top: 5%;
    font-size: 0.25rem;

}
/* download app style END *
/* 判断是否是微信内置浏览器打开 */
section.share-tips {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 4%;
    right: 2%;
}
section.share-tips img {
    width: 80%;
    float: right;
}
#ifr {
    border: 0;
}
