.BrandBanner>img{
	width: 100%;
	display: block;
}
.BrandContent{
	width: 1200px;
	margin: 40px auto;
}

.BrandName>div{
	width: 10%;
	margin-left: 5%;
	height: 120px;
	position: relative;
	border: 1px solid #E5BB73;
	border-bottom: 0;
}
.BrandName>div>img{
	display: block;
	width: 90%;
	position: relative;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.BrandInfoContent{
	position: relative;
}
.BrandShowInfo{
	width: 32%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 5%;
	padding-bottom: 20px;
	background: #F3F3F3;
}
.BrandNameInfo{
	background: #E5BB73;
	color: #FFFFFF;
	width: 46.3%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 50px 20px 20px 20px;
}
.BrandNameInfo>h3{
	font-size: 17px;
	margin-bottom: 10px;
}
.BrandNameInfo>h2{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.BrandNameInfo>div>p{
	font-size: 10px;
	transform-origin: left;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	line-height: 12px;
}
.BrandNameInfo>span{
	display: block;
	width: 25%;
	height: 3px;
	background: #FFFFFF;
}
.BrandInfo{
	margin-top: 20px;
	line-height: 17px;
	color: #333333;
	font-size: 13px;
}
.BrandImg{
	position: absolute;
	width: 67.5%;
	height: 100%;
	background: #F3F3F3;
	right: 0;
	top: 0;
}
.BrandImg>img{
	display: block;
	position: relative;
	height: 80%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	    
}
.BrandWatch{
	margin-top: 40px;
}
.LineHead{
	border-bottom: 1px solid #E5BB73;
	text-align: center;
}
.LineHead>h2{
	padding: 0 15px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-bottom: 4px solid #E5BB73;
	color: #333333;
	font-size: 22px;
	font-weight: normal;
}
.LineHead>a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    float: right;
    color: #333333;
}
.LineHead>a:hover {
    color: #e5bb73;
}
.WatchList li{
	float: left;
	width: 24%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-right: 1.33%;
	margin-top:1.33%;
	border: 1px solid #CCCCCC;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	    
}
.WatchList li:nth-child(4n){
	margin-right: 0;
}
.WatchList li:hover{
	box-shadow: 0 0 13px 0 #CCCCCC;
	-webkit-box-shadow: 0 0 13px 0 #CCCCCC;
	    
}
.WatchList li a>img{
	width: 100%;
}
.WatchList li>div{
	padding: 10px;
}
.WatchList li>div>p{
	margin-bottom: 10px;
}
.WatchList li>div>b{
	display: block;
	font-weight: normal;
}
.WatchList li>div>i{
	display: block;
	font-size: 13px;
	margin: 10px 0;
	font-style: normal;
	color: #C6111B;
}
.WatchList li>div>a{
	display: block;
	width: 80%;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #343434;
	color: #FFFFFF;
}
.WatchList li>div>a:hover{
	background: #C6111B;
}
.BrandNews{
	margin-top: 40px;
}
.NewShow{
	margin-top: 20px;
}
.SpecialNew{
	float: left;
	width: 49%;
	margin-right: 1%;
}
.SpecialNew>div{
	position: relative;
}
.SpecialNew>div>img{
	width: 100%;
	display: block;
}
.NewTime{
	padding: 5px;
}
.NewTime>b{
	display: block;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
    color: #5a5a5a;
}
.SpecialNew .NewTime>b {
    color: #ffffff;
}
.SpecialNew .NewTime>p {
    color: #ffffff;
}
.NewTime>p {
    color: #5a5a5a;
    font-size: 13px;
}
.SpecialNew>div>.NewTime{
	position: absolute;
	top: 0;
	left: 0;
	background: #E5BB73;
	color: #FFFFFF;
}
.SpecialNew>h3{
    margin: 10px 0;
    color: #333333;
    font-size: 16px;
    margin-top: 25px;
}
.SpecialNew>p{
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    height: 38px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.SpecialNew>a{
	display: block;
	width: 35%;
	height: 30px;
	line-height: 30px;
	background: #E5BB73;
	color: #FFFFFF;
	margin-top: 10px;
	text-align: center;
}
.SpecialNew>a:hover{
	background: #e2b05b;
}
.NewList{
	float: left;
	width: 50%;
}
.NewList li{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 19.5px 5px;
	border-bottom: 1px solid #CCCCCC;
}
.NewList li .NewTime{
	float: left;
	width: 12%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.NewList li:hover .NewContent>h3{
	color: #E5BB73;
}
.NewList li:hover .NewContent>p{
	text-decoration: underline;
}
.NewContent{
	float: left;
	width: 85%;
	margin-left: 3%;
}
.NewContent>h3{
	color: #333;
	font-size: 15px;
    color: #555555;
	margin-bottom: 10px;
}
.NewContent>p{
	color: #999999;
	display: -webkit-box;
    display: -moz-box;
    line-height: 18px;
    font-size: 13px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.brandLink {
    margin-top: 40px;
}
.brandLink li{display: inline-block;margin-right: 10px;line-height:30px}
.brandLink li a{color:#ccc}
.brandLink li a:hover{color:#000}