.header_common{
	background-color: rgba(0,0,0,0.27) !important;
}
.header_right .header_menu li>a{
	color: #FFFFFF;
	font-weight: normal;
}
.header_right .header_menu li img:nth-of-type(1){
	display: block;
}
.header_right .header_menu li img:nth-of-type(2){
	display: none;
}
@media only screen and (max-width:991px ) {
	.header_right{
		background-color: rgba(0,0,0,0.27) !important;
	}
}
@media only screen and (min-width:992px ) {
	.header_right{
		background-color: rgba(0,0,0,0.27) !important;
	}
}
@media only screen and (min-width:1300px ) {
	.header_right{
		background-color: transparent !important;
	}
}
.index_button{
	width: 280px;
	height: 45px;
	position: fixed;
	right: 65px;
	bottom: 30px;
	z-index: 1000;
}
.index_button a{
	display: block;
	width: 45px;
	height: 23px;
	background-color: rgba(255,255,255,0.6);
	float: left;
	text-align: center;
	padding: 11px 0;
	position: relative;
	cursor: pointer;
}
.index_button a .index_btnBox{
	width: 125px;
	overflow: hidden;
	background-color: #ffffff;
	padding: 10px;
	position: absolute;
	left: -55px;
	bottom: 50px;
	border-radius: 5px;
	display: none;
	font-size: 14px;
	color: #999999;
}
.index_button a .index_btnBox img{
	width: 100%;
}
.index_button a:first-of-type{
	width: 100px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background-color: rgba(150,150,150,0.6);
	font-size: 15px;
	padding: 0;
	color: #FFFFFF;
	border-radius: 6px 0 0 6px;
}
.index_button a:last-of-type{
	border-radius: 0 6px 6px 0;
}
.index_button a:nth-of-type(4) .index_btnBox{
	width: 110px;
	left: -50px;
}
.index_button a:last-of-type .index_btnBox{
	width: 150px;
	right: 0;
	left: auto;
}
.index_button a:hover{
	background-color: #86ad48;
}
.index_button a:hover .index_btnBox{
	display: block;
}
@media only screen and (max-width: 991px) {
	.shutter .shutter-img a img:nth-of-type(1){
		display: none !important;
	}
}
@media only screen and (max-width:767px ) {
	.index_button{
		bottom: 50px;
	}
}
@media only screen and (min-width: 992px) {
	.shutter .shutter-img a img:nth-of-type(2){
		display: none !important;
	}
}
.index-beiAn {
	width: 150px;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	position: fixed;
	right: 400px;
	bottom: 30px;
	z-index: 1000;
}
.index-beiAn a {
	color: #ffffff;
}
.index-beiAn a:hover {
	text-decoration: underline !important;
	color: rgba(134,173,72,0.75);
}
@media only screen and (max-width:767px ) {
	.index-beiAn {
		right: 50%;
		margin-right: -75px;
		bottom: 20px;
	}
}