       *{
            font-family:sans-serif;
            padding: 0px;
            margin: 0px;
        }

        .fontweight{
            font-weight: bold;
        }



        .kong{
            text-indent:0.5rem;
        }

        .martop{
            margin-top: 50px;
        }

        .martop2{
            margin-top: 150px;
        }

        .kong2{
            text-indent:2rem;
        }

        p{
           line-height: 2rem;
            letter-spacing: 0.1rem;
        }

        .spanhidden{
            display:none;
        }
        
        
        .conter {
	text-align: center;
}

header {
	margin: 10px auto;
}

.wid {
	margin: 0 20%;
}

.wid1 {
	margin: 0 15%;
}


.headerflex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.crosflex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.fontsmall {
	font-size: 0.8rem;
}

.fontbig {
	font-size: 1.1rem;
}

.backdiv {
	background: url("image/08.jpg");
	background-size: cover;
	color: #ffffff;
	padding: 0.2rem 1rem;
	font-size: 1rem;
}

a {
	color: #ffffff;
	text-decoration: none
}

h1 {
	font-weight: lighter;
}

ul.nav>li {
	display: inline;
	margin-right: 0.5rem
}

.headmargin {
	margin-top: 0.5rem
}
	   .complaint-hotline {
		   text-align: center;
		   font-size: 18px;           /* 原来可能是 14px 或 16px，加大 */
		   color: #333;
		   margin: 20px 0;            /* 上下各 20px，比原来近很多 */
		   font-weight: bold;         /* 加粗更醒目 */
	   }