/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
    text-align: left;
}
a {
    text-decoration: none;
}
/*共用样式*/
html{
    font-family: 微软雅黑;
}
body{
    margin-bottom: 90px;
}
header>img{
    width: 100%;
    display: block;
}
.banner_img img{
    width: 100%;
}
h1{
    color: #fe6c3b;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 8px #a0a0a0;
    margin-bottom: 10px;
}
.content1{
    margin: 2%;
}
.content1 ul{
    display: flex;
    justify-content: space-evenly;
}
.content1 ul li a{
    display: block;
    color: black;
    text-align: center;
}
.content1 ul li img{
    width: 100%;
	display:black
}

.yin{
    height:6px;
    width: 100%;
    background: #f2f2f2;
}
footer{
    background: #eee;
    color: #e0e0e0;
    padding-top: 2%;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
footer ul{
    display: flex;
    justify-content: space-evenly;
    width: 96%;
    margin: 0 2%;
    padding: 1% 0;
}
footer ul li{
    width: 30%;
    text-align: center;
}
footer ul li a{
    width: 100%;
}
footer ul li img{
    width: 30%;
}
footer ul li span{
    display: block;
    color: black;
}
footer ul li:nth-of-type(1) span{
    color: #2d92ec;
}
.contentxw{
    position: relative;
}
.contentxw img{
    float:left;
	margin-left:2%;
	width:60px;
}
.xw{

}
.contentxw{
    width:96%;
    margin: 2% 1%;
    height: 24px;
    overflow: hidden;
    text-align: center;
}
.contentxw ul{
    position: absolute;
    bottom: -48px;
    width: 80%;
	margin-left:20%
}
.contentxw ul li{
    /*line-height: 24px;*/
	color: black;
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:15px;
	width:93%;
	text-indent:4%;
}
/*iphone7*/
@media all and (max-width: 413px){
    h1{
        font-size: 16px;
    }
    .content1 ul li span{
        font-size: 14px;
    }
}
/*iphone5*/
@media all and (max-width: 374px) {
    h1{
        font-size: 14px;
        font-weight: normal;
    }
    .content1 ul li span{
        font-size: 14px;
		margin-bottom:1%
    }
}
@media all and (min-width: 500px) {
    body{
		width:500px;
		margin: 0 auto 110px;
	}
	footer{
		width: 500px;
		padding-top: 10px;
	}
}
