@charset 'utf-8';
.cheliangzhanshi{
	background:#f8f8f8;
	padding-bottom: 70px;
}
.top_caozuo{
	background:#fff;
	-moz-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    text-align: center;
    font-size: 0px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    position: relative;
	z-index: 10;
}
.top_caozuo a{
	display: inline-block;
	font-size: 16px;
	color: #111;
	position: relative;
	margin: 0px 30px;
}
.top_caozuo a:after{
	content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 40px;
    background: #fb0200;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.top_caozuo a:hover:after{
	opacity: 1;
}
.top_caozuo a.active:after{
	opacity: 1;
}
.top_caozuo a:hover{
	color: #fb0200;
}
.top_caozuo a.active{
	color: #fb0200;
}
.cheliangzhanshi_box{
	margin-top: 32.5px;
}
@media screen and (max-width: 1024px) {
	.top_caozuo a{
		margin: 0px 20px;
		font-size: 16px;
	}
	.top_caozuo{
		white-space: nowrap;
	    overflow-y: hidden;
	    font-size: 0px;
	    margin-top: 0px;
	}
}
@media screen and (max-width: 769px) {
	.cheliangzhanshi .wh1200{
		margin: 0px;
	}
	.cheliangzhanshi_box{
		margin: 0px 7.5px;
		margin-top: 30px;
	}
}