.banner {
	overflow: hidden;
	min-width: 1120px;
	height: 165px;
	background: url(/en/img/gsjsbanner.png) no-repeat center;
}
.Business {
    background: #fff;
    margin-bottom: 50px;
    padding: 20px;
    min-height: 365px;
}
.distribution {
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	padding: 20px 0 0 20px;
}
object {
	display: block;
	margin: 0 auto;
}
embed {
	display: block;
	margin: 0 auto;
}
.filiale{
	padding: 26px 0 0 20px;
	margin-bottom: 8px;
}
.special{
	width: 1076px;
	height: 187px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.special li{
	position: relative;
	width: 250px;
	height: 187px;
	text-align: center;
	float: left;
	margin-left: 25px;
}
.special li:first-child{
	margin-left: 0;
}
.special li img{
	width: 250px;
	height: 187px;
}
.special-bg{
	width: 250px;
	height: 40px;
	position: absolute;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	top: 147px;
}
.special-title{
	position: absolute;
	top: 147px;
	line-height: 40px;
	padding-left: 15px;
}
.special-title a{
	display: block;
	font-size: 12px;
	color: #fff;
}
.special-title a:hover{
	color: #E60012;
}
.contact-us{
	padding: 28px 0 0px 20px;
}
.contact-map{
	float: left;
}
.contact-map img{
	width: 430px;
	height: 190px;
}
.us-list{
	width: 625px;
	float: right;
}
.us-list ul{
	margin-top: -3px;
}
.us-list ul p{
	font-size:16px;
}
.us-list li{
	font-size: 16px;
	padding-top: 9px;
	font-family: "宋体";
}
.us-list li:first-child{
	padding-top: 0;
}

.message{
	padding: 0 20px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.message div{
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.message-information{
	width: 524px;
	height: 179px;
	border: 1px solid #E4E2E3;
	box-sizing: border-box;
	padding: 15px 0 0 25px;
    margin: 25px;

}
.message-information a{
	font-size: 18px;
	color: #cc0000;
}
.message-information a:hover{
	text-decoration: underline;
}
.message-information p{
	width: 460px;
	font-size: 14px;
	line-height: 25px;
}



.tab {
    border-bottom: 1px solid #e60012;
    height: 28px;
}
.tab > div {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #484848;
    height: 28px;
    line-height: 28px;
    padding: 0 4px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}
.tab > div:hover {
    color: #ac051d;
}
.tab > .active {
    color: #ac051d;
    border-bottom: 4px solid #e60012;
    margin-top: -1px;
    line-height: 30px;
}
.tab_box ul {
    display: none;
}
.tab_box ul.active {
    display: block;
}
