
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.fixedSidebar {
	width: 100%;
	right: 0;
	top: auto;
	bottom: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0); display:block;
	z-index:99999
}
.fixedSidebar .close {
	display: none;
}
.fixedSidebar li {
	width: 25%;
	float: left;
	margin: 0;
	border-left: solid 1px #fff;
	box-sizing: border-box;
}
.fixedSidebar li:first-child{
	border-left: none;
}
.fixedSidebar li:hover a {
	background: #004a9a;
}
.fixedSidebar li a {
	height: 50px;
	padding-top: 4px;
}
.fixedSidebar li a .icon {
	height: 18px;
	line-height: 18px;
}
.fixedSidebar li .hide {
	height: auto;
	line-height: auto;
	top: auto;
	bottom: 50px;
	right: auto;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	display: none;
}
.fixedSidebar li .phone {
	display: none;
}
.fixedSidebar li .qrcode {
	width: 140px;
	height: 140px;
}
.pcMore2,
.pcMore1 {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #004a9a;
	text-indent: 14px;
}
.pcMore2::after,
.pcMore1::after {
	display: none;
}
.pcMore2:hover input[type="button"],
.pcMore1:hover input[type="button"],
.pcMore2 input[type="button"],
.pcMore1 input[type="button"],
.pcMore2:hover input[type="submit"],
.pcMore1:hover input[type="submit"],
.pcMore2 input[type="submit"],
.pcMore1 input[type="submit"],
.pcMore2:hover span,
.pcMore1:hover span,
.pcMore2 span,
.pcMore1 span {
	font-size: 14px;
	background-position: right 12px center;
}
.pcMore2 {
	text-indent: 0;
}

@media only screen and (max-width: 900px){
	.aboutPage .honor li{
		width: 50%;
	}
}



}/*手机版css*/
