*{
	margin:0;
	padding:0;
	font-family: 'Arial','Microsoft YaHei' ;
	box-sizing: border-box;
	/*text-size-adjust:none;*/
}
body,html{
	width: 100%;
	height: auto;
	overflow-x: hidden;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
*::before, *::after {
    box-sizing: border-box;
}
img{
	max-width:100%;
    height:100%;
}
.noselect{
	pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.hzalinfo1{
	width: 100%;
	height: 5rem;
	background: url("../img/sadt1.jpg");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.hzalinfo2{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05rem; 
}


.hzalinfo3{
	width: 100%;
	height: auto;
	margin-top: 0.4rem;
}
.hzalinfo4{
	width: 75.6%;
	height: 100%;
	margin: 0 auto;
	font-size: 0.14rem;
	color: #666666;
}
.hzalinfo4>a{
	color: #666666;
	font-size: 0.14rem;
}


.hzalinfo5{
	width: 100%;
	height: auto;
	margin-top: 0.4rem;
	margin-bottom: 0.8rem;
}
.hzalinfo6{
	width: 75.6%;
	height: 100%;
	margin: 0 auto;
	background-color:#f3f3f3;
	padding: 0.6rem 0.4rem 0.3rem;
}

.hzalinfo7{
	font-size: 0.3rem;
	line-height: 0.5rem;
	color: #333333;
	text-align: center;
}
.hzalinfo8{
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.56rem;
	text-align: center;
}
.hzalinfo9{
	width: 100%;
	height: 1px;
	background-color:#dddddd;
	margin-bottom: 0.3rem;
}

/*.hzalinfo10{
	font-size: 0.16rem;
	line-height: 0.38rem;
	color: #333333;
	text-indent: 2em;
}*/

.hzalinfo11{
	width: 100%;
	height: 1px;
	background-color:#dddddd;
	margin-top: 0.3rem;
}

.hzalinfo12{
	width: 100%;
	height: auto;
	margin-top: 0.2rem;
}
.hzalinfo13{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hzalinfo14{
	display: flex;
}
.hzalinfo15{
	width: 1.16rem;
	height: 0.38rem;
	line-height: 0.38rem;
	text-align: center;
	font-size: 0.16rem;
	color: #333333;
	border:1px solid #666666;
}
.hzalinfo16{
	width: 1.16rem;
	height: 0.38rem;
	line-height: 0.38rem;
	text-align: center;
	font-size: 0.16rem;
	color: #333333;
	margin-left: 0.2rem;
	border:1px solid #666666;
}

.hzalinfo17{
	display: flex;
	align-items: center;
}
.hzalinfo18{
	display: flex;
}
.hzalinfo18>img{
	width: 0.41rem;
	height: 0.22rem;
}
.hzalinfo19{
	font-size: 0.16rem;
	color: #333;
	margin-left: 0.05rem;
}


@media (max-width: 980px){
	.hzalinfo1{
		width: 100%;
		height: 5.42rem;
		background: url("../img/phone_sadt1.jpg");
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		margin-top: 1.04rem;
	}
	.hzalinfo4 {
	    width: 100%;
	    height: 100%;
	    margin: 0 auto;
	    font-size: 0.14rem;
	    color: #666666;
	    padding: 0 0.2rem;
	}
	.hzalinfo5 {
	    width: 100%;
	    height: auto;
	    margin-top: 0.4rem;
	    margin-bottom: 0.8rem;
	    padding: 0 0.2rem;
	}
	.hzalinfo6 {
	    width: 100%;
	    height: 100%;
	    margin: 0 auto;
	    background-color: #f3f3f3;
	    padding: 0.6rem 0.2rem 0.3rem;
	}
}

