.xiazai{
	display: block;
	width: 65%;
	margin:20px auto;
	overflow: hidden;
	background: #fff;
}
.header{
	max-width: 100%;
}
.xz_head{
	width: 100%;
	height: 10vh;
	box-sizing: border-box;
	border-top: 2px solid #00c8ff;
	color: #00c8ff;
	padding: 0 26px;
    font-family: Helvetica,PingFangSC-Medium,Microsoft YaHei;
    font-size: 20px;
    color: #00c8ff;
    letter-spacing: 0;
    border-bottom: 1px solid #e9ebf5;
}
.xz_head b{
	display: block;
	float: left;
	width: 50px;
	height: 100%;
	display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.xz_head p{
	display: block;
	float: left;
	line-height: 9.5vh;
	font-size: 20px;
	padding-left: 5px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.xz_head b{
		width: 30px;
	}
	.xz_head b img{
		max-width: 100%;
		max-height: 100%;
		display: block;
		
	}
	.xz_head p{
		font-size: 16px;
		line-height: ;
	}
}

/*.header__box .header__inneer{
	max-width: none;
	width: 65%;
	margin: auto;
	padding-left: 0;
}*/
.xz_com{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 30px;
}
.xz_list{
	width: 100%;
	overflow: hidden;
	margin-top: 32px;
}
.xz_list b{
	display: block;
	width: 28%;
	float: left;
	margin-right: 30px;
}
.xz_list b img{
	display: block;
	width: 100%;
	height: 100%;
}
.xz_list em{
	width: 66%;
	display: block;
	overflow: hidden;
	float: left;
	font-style: normal;
	
}
.xz_list h3{
	font-weight: normal;
	font-size: 16px;
	color: #00c8ff;
}
.xz_list span{
	display: block;
	margin-top: 6px;
    font-family: Helvetica,PingFangSC-Light,Microsoft YaHei;
    font-size: 12px;
    color: #abb0bd;
    letter-spacing: 0;
}
.xz_list a{
	 display: inline-block;
    background: #fff;
    border: 1px solid #00c8ff;
    box-shadow: 0 1px 3px 1px #e9ebf5;
    border-radius: 3px;
    font-family: Helvetica,PingFangSC-Light,Microsoft YaHei;
    font-size: 12px;
    color: #00c8ff;
    letter-spacing: 0;
    padding: 3px 12px;
    text-decoration: none;
    margin: 5px 8px 5px 0;
    min-width: 50px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 4vh;
}
.xz_list a:hover{
	background: #008FFF;
	color: #fff;
}
@media only screen and (min-width: 100px) and (max-width: 1600px) {
	.xz_list a{
		margin-top: 3.1vh;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1400px) {
	.xz_list a{
		margin-top: 2.5vh;
	}
	.xz_list span{
		margin-top: 0;
	}
	 
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.xz_list a{
		 margin-top: 2vh;
	}
	.xz_list h3{
		line-height: normal;
	}
	
}
@media only screen and (min-width: 100px) and (max-width: 900px) {
	.xz_list a{
		 margin-top: 1.5vh;
	}
	.xz_list em{
		width: 100%;
	}
	.xz_list b{
		width: 70%;
	}
	.xiazai{
		width: 90%;
		margin-top: 10px;
	}
	.xz_list h3{
		margin-top: 20px;
	}
	/*.header__box .header__inneer{
		max-width: none;
		
		width: 80%;
		margin: auto;
		
		box-sizing: border-box;
	}*/
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.xz_list a{
		 margin-top: 2.5vh;
	}
	.xz_list h3{
		margin-top: 20px;
	}
}
