.a-logo p:nth-child(1){
	font-size: 35px;
	font-family:"arial black" ;
	margin-bottom: 0;
	line-height: 30px;
}
.a-logo p:nth-child(2){
	font-size: 22px;
	margin-bottom: 0;
	letter-spacing:7px;
	font-family: "微软雅黑";
}
.a-logo p{
		transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
.a-logo:hover p{
	color:#139bd9;
}
#leftsead{width:131px;height:143px;position:fixed;top:258px;right:0px;z-index: 35;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:131px;height:53px;}
#leftsead li img{float:right;border-bottom-left-radius:5px;border-top-left-radius:5px;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:131px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-166px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:216px;top:8px;}
@media screen and (max-width: 450px){
.box{
	margin-top: 0px;
}
#leftsead{
	display: none;
}
.company li{
	width: 32%;
}
.col-6{
	padding: 0;
}
.about .title{
	margin-top: 15px;
}
.peitu{
	display: none;
}
}