/*
* @Author: zhaoxixiong
* @Date:   2019-09-17 19:34:29
* @Last Modified by:   zhaoxixiong
* @Last Modified time: 2019-09-17 21:20:16
*/
*{
	padding: 0;
	margin: 0;
}
.container{
	width: 1160px;
}
.sec-content{
	max-width: 1160px;
}
.section{
	width: 100%;
	text-align: center;
	position: relative;
}
.section img{
	max-width: 100%;
	margin: 0 auto;
}
.sec-content{
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
}
.section-3,.section-5{
	background: #f9fafe;
}
.section-3 .link{
	cursor: pointer;
	position: absolute;
	left: 28%;
	display: block;
	width: 21%;
	padding: 1.9% 0;
}
.android{
	top: 38%;
}
.apple{
	top: 53%;
}

.section-4 .link,
.section-5 .link{
	position: absolute;
	display: block;
	width: 17%;
	padding: 1.8% 0;
}

.section-4 .link{
	top: 64%;
	right: 14.5%;
}

.section-5 .link{
	top: 70.5%;
	left: 11%
}

.dialog{
	display: none;
	width: 700px;
	height: 550px;
	margin-left: -350px;
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 9999999999;
	box-shadow: 0 0 25px 2px #333;
	border-radius: 4px;
	background: #fff;
}
.dialog img{
	max-width: 100%;
}
.close-box{
	margin: 12px 24px;
	text-align: right;
}
.dialog .close{
	cursor: pointer;
	font-size: 16px;
	color: #8aa0fc;
	text-align: center;
	border:1px solid #8aa0fc;
	border-radius: 4px;
	padding: 6px 12px;
}
.dialog-content{
	width: 700px;
	height: 500px;
	overflow-y: auto;
	border-radius: 4px;
}


.footer {
    width: 100%;
    background: #ebebeb;
	padding: 24px 0;
}
.clearself {
    overflow: hidden;
}
.pageWidth {
    width: 1000px;
    margin: 0 auto;
}
.footercon p {
    text-align: center;
    color: #4e4e4e;
    line-height: 2;
    font-size: 0.9em;
    margin: 0;
}
.footercon p a {
    padding: 0px 10px;
    color: #4e4e4e;
}
.footercon p span {
    padding-right: 30px;
}
.foot-copy {
    margin: 0 auto;
    height: 22px;
    line-height: 22px;
    padding-left: 23px;
    width: 700px;
    font-size: 0.9em;
    background: url(http://www.93.gov.cn/html/93gov/syzj/201706/image/gaba.png) no-repeat left center;
}