html,body{
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun";
	min-width:1300px;
	background: #fff;
	font-size: 15px;
	overflow-x:hidden;
	
	
}
a{
	text-decoration: none;
	color: #4f4f4f;
}
a:hover{
	text-decoration: none;
	color: #ff5a00 !important;
}
.top{
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	background-color: rgba(255, 255, 255, 0.94);
}
.top .content{
	width: 1013px;
	height: 95px;
	margin: 0 auto;
	color: #4f4f4f;
	position: relative;
}
.top .content .logo{
	width: 369px;
	height: 55px;
	background: url(../images/logo.png) no-repeat;
	margin-top: 20px;
	float: left;
	position: relative;
}
.logo .swich{
    position: absolute;
    right: 0;
    bottom: -10px;
    margin-right: 50px;
}
.logo .l{
	display: inline-block;
	width: 170px;
	height: 100%;
}
.logo .swich a{
	margin:0 5px; 
}
.top .content .menu{
	float: right;
	height: 95px;
}
.top .content .menu a{
	display: inline-block;
	width: 88px;
	text-align: center;
	line-height: 95px;
	transition: background .3s linear 0s;
	position: relative;
}
.top .content .menu a i{
	width: 0;
	height: 2px;
	display: block;
	background: #ffffff;
	position: absolute;
	bottom: 26px;
	left: 29px;
}
.top .content .menu a.active,.top .content .menu a:hover{
	text-decoration: none;
	background: #ff5a00;
	color: #ffffff !important;
}
.top .content .menu a.active i,.top .content .menu a:hover i{
	display: block;
	width: 30px !important;
	transition: width .3s ease-out;
}
.top .content .wx{
	width: 126px;
	height: 128px;
	position: absolute;
	right: -136px;
	background: url(../images/wx.jpg);
}

.footer{
	height: 118px;
	background: #272a2c;
	/*
	position: absolute;
	*/
	width: 100%;
	bottom: 0;
}
.footer .content{
	height: 100%;
	width: 770px;
	margin: 0 auto;
	padding:20px;
	position: relative;
	top:0;
	box-sizing: border-box;
}
.footer .content .logo{
	width: 194px;
	height: 78px;
	float: left;
}
.footer .content .logo img{
	width: 100%;
	height: 100%;
}
.footer .content .right{
	height: 100%;
	float: left;
	color: #ffffff;
	width: 750px;
}
.footer .content .right .link{
	line-height: 34px;
	font-size: 15px;
}
.footer .content .right .link a{
	color: #ffffff;
	margin: 0 14px;
}
.footer .content .right .link a:hover{
	color: #ff5a00;
}
.footer .content .right .ad{
	font-size: 11px;
	line-height: 24px;
}
.footer .content .right .ad span{
	margin-left: 16px;
}
.footer .content .right .ad span a{
	color:#fff
}
.footer .content .top_btn{
	display: block;
	background-image: url(../images/top.png);
	width: 85px;
	height: 40px;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}
::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: rgba(222,222,222,0.5);
    transition: all 0.3s ease-in-out;
    border-radius: 5px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background: #fff
}

::-webkit-scrollbar-thumb {
    width: 8px;
    min-height: 15px;
    background: rgba(0,0,0,0.3);
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.6)
}

::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,0.8)
}
