*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ul,li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}
.banner img{
	display: block;
	width: 100%;
}
.bg{
	background: url(../img/background.png) repeat-y center top;
	background-size: 100% auto;
	padding: 0 18% 5%;
}
.box h1{
	display: inline-block;
}
.box p{
	color: #7feffd;
	font-size: 26px;
	line-height: 1.8em;
	text-indent: 2em;
	padding:0 9%;
}
.box-hd{
	margin-bottom: 6%;
}
.box-logos .item{
	text-align: center;
}
.box-logos .item h1{
	text-align: center;
	display: inline-block;
}
.box-logos .item ul:after{
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}
.box-logos .item ul{
	font-size: 0;
}
.box-logos .item ul li{
	display: inline-block;
	width: 18%;
    margin: 0 2% 2% 0;
	vertical-align: top;
}
.box-logos .item ul li img{
	display: block;
	width: 100%;
}
.box-logos .item ul li p{
	margin-top: 4%;
	text-align: center;
	border: 1px solid #2a7cf0;
	color: #2a7cf0;
	font-size: 22px;
	line-height: 2em;
	overflow: hidden;
}
.footer {
    /*background: #031f46;*/
    background: #303134;
    padding: 12px 0;
    text-align: center;
}
.footer p {
    line-height:1.6em;
    font-size: 16px;
    /*color: #0956c1;*/
   color: #878787;
}
.footer p br{
	display: none;
}
.codeFix {
    position: fixed;
    right: 6px;
    top: 36%;
    z-index: 99;
}
.mb-codeFix{
	display: none;
	 position: fixed;
    right:0;
    bottom: 0;
    z-index: 99;
}
.mb-codeFix img{
	width: 38px;
}
.mb-codeFix p{
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 11px;
	line-height: 1.4em;
	padding: 35% 35% 0;
	font-weight: bold;
}
.codeFix img {
    width: 190px;
}
@media only screen and (min-width: 100px) and (max-width: 1600px) {
	.box h1 img{
		width: 80%;
	}
	.box p{
		font-size: 20px;
	}
	.item h1 img{
		width: 80%;
	}
	.box-logos .item ul li p{
		font-size:16px;
	}
	.footer p{
		font-size: 14px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1024px) {
	.codeFix{
		display: none;
	}
	.mb-codeFix{
		display: block;
	}
}
/* 判断ipad */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){
	.bg{
		padding: 0 8% 5%;
	}
	.box p {
	    font-size: 26px;
	}
	.box-logos .item ul li {
	    width: 46%;
    	margin: 0 2% 6%;
	}
	.box-logos .item ul li p {
	    font-size: 28px;
	}
	.footer p{
		font-size: 24px;
	}
	.footer p br:last-child{
		display: block;
	}
	.mb-codeFix img {
	    width: 65px;
	}
	.mb-codeFix p{
		font-size: 20px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.bg{
		padding: 0 8% 5%;
	}
	.box h1 img {
	    width: 48%;
	}
	.box p{
		padding:0 6%;
		font-size: 16px;
	}
	.item h1 img {
	    width: 60%;
	}
	.item1 h1 img {
	    width: 65%;
	}
	.item2 h1 img {
	    width: 65%;
	}
	.item3 h1 img {
	    width: 70%;
	}
	.box-logos .item ul li {
	    width: 46%;
	    margin: 0 2% 6%;
	}
	.box-logos .item ul li p {
	    font-size: 14px;
	}
	.footer p br{
		display: block;
	}
	.footer p{
		font-size: 12px;
	}
}
