@import "common.css";
.brand-case-column{
	width: 50px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    white-space: nowrap;
    padding-bottom: 20px;
    margin:60px 0 20px;
}
.brand-case{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.brand-case .dl{
	width: 33%;
	background-color: #ddd;
	margin-bottom: 5px;
	height: 290px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.brand-case .dl a{
	color: #fff;
	text-decoration: none;
}
.brand-case .dl:nth-of-type(1){
	width: 66.5%;
	height: 584px;
}
.brand-case .dl:nth-of-type(2){
	height: 584px;
}
.brand-case .dl .txt{
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	transition: opacity 0.5s;
}
.brand-case .dl:hover .txt{
	opacity: 1;
}
.brand-case .dl .txt .dt{
	font-size: 18px;
    line-height: 30px;
}
.brand-case .dl .txt .dd{
	font-size: 14px;
    line-height: 26px;
}

.brand-aboutus{
	display: flex;
	background-color: #f5f5f5;
	margin-top: 50px;
}
.brand-aboutus .we-are-who{
	width: 447px;
	box-sizing: border-box;
	padding: 26px 45px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 395px;
	color: #fff;
}
.brand-aboutus .we-are-who .txt{
	display: inline-block;
	font-size: 27px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.brand-aboutus .we-are-who .txt2{
	margin-top: 85px;
	font-size: 17px;
	font-weight: bold;
}
.brand-aboutus .we-are-who .txt3{
	margin-top: 10px;
	font-size: 35px;
}
.brand-aboutus .we-are-who .txt4{
	margin-top: 80px;
	font-size: 18px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.brand-aboutus .zhijin{
	width: 753px;
	box-sizing: border-box;
	padding: 40px 40px 0 70px;
}
.brand-aboutus .zhijin .today{
	font-size: 22px;
	margin-bottom: 5px;
}
.brand-aboutus .zhijin .subtitle{
	font-size: 14px;
	color: #c82422;
	margin-bottom: 25px;
}
.brand-aboutus .zhijin .txt{
	font-size: 15px;
	color: #0b0505;
	margin-bottom: 25px;
	line-height: 25px;
	text-indent: 25px;
	height: 175px;
}
.brand-aboutus .zhijin .number{
	display: flex;
}
.brand-aboutus .zhijin .number .dl{
	width: 33.3%;
	background-image: url(img/brand/pic-h.jpg);
	background-repeat: no-repeat;
	background-position: 150px bottom;
}
.brand-aboutus .zhijin .number .dl:last-of-type{
	background-image: none;
}
.brand-aboutus .zhijin .number .dl .dt{
	font-size: 45px;
	line-height: 45px;
}
.brand-aboutus .zhijin .number .dl .dd{
	font-size: 14px;
	padding-bottom: 14px;
}
.brand-service-column{
	margin: 50px 0 35px;
    font-size: 26px;
    font-weight: bold;
}
.brand-service{
	display: flex;
	background-color: #4a4a4a;
}
.brand-service .xxsj{
	width: 447px;
	box-sizing: border-box;
	padding: 50px;
	color: #fff;
}
.brand-service .xxsj .title{
	display: inline-block;
	width: 60px;
	white-space: nowrap;
	font-size: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.brand-service .xxsj .txt{
	margin: 25px 0;
	font-size: 13px;
	color: #b0b0b0;
	line-height: 25px;
}
.brand-service .xxsj .title2{
	font-size: 18px;
	padding-bottom: 10px
}
.brand-service .xxsj .txt2{
	font-size: 14px;
	padding-bottom: 10px;
}
.brand-service .pic{
	width: 753px;
	height: 495px;
	background-image: url(img/brand/pic2.jpg);
	background-repeat: no-repeat;
	background-position: cover;
}
.brand-service-bottom{
	display: flex;
	background-color: #c1c2c4;
}
.brand-service-bottom .dl{
	width: 50%;
	box-sizing: border-box;
	padding: 40px;
	border-right: 1px solid #fff;
}
.brand-service-bottom .dl:last-of-type{
	border-right: 0;
}
.brand-service-bottom .dl .title{
	font-size: 20px;
	display: inline-block;
	width: 50px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	white-space: nowrap;
}
.brand-service-bottom .dl .txt{
	margin-top: 10px;
	font-size: 14px;
}
.brand-dongcha{
	display: flex;
	margin-top: 100px;
	justify-content: space-between;
}
.brand-dongcha .pictxtontop{
	width: 50%;
	background-color: #eaeaea;
}
.brand-dongcha .pictxtontop .pic{
	height: 447px;
	background-repeat: no-repeat;
	background-size: cover;
}
.brand-dongcha .pictxtontop .title{
	padding: 30px 30px 10px;
	font-size: 18px;
}
.brand-dongcha .pictxtontop .txt{
	padding: 0 30px 30px;
	font-size: 14px;
	color: #585858;
}
.brand-dongcha .dongcha{
	width: 47%;
}
.brand-dongcha .dongcha .head .title{
	width: 50px;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	white-space: nowrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.brand-dongcha .dongcha .list .li{
	padding: 5px 0;
	font-size: 15px;
}
.brand-dongcha .dongcha .list .li .addtime{
	float: right;
	color: #b6b6b6;
	padding-left: 10px;
}
.brand-dongcha .dongcha .pictxt{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.brand-dongcha .dongcha .pictxt .dl{
	width: 31%;
}
.brand-dongcha .dongcha .pictxt .dl .pic{
	height: 141px;
	background-repeat: no-repeat;
	background-size: cover;
}
.brand-dongcha .dongcha .pictxt .dl .title{
	font-size: 18px;
	padding: 15px 0;
}
.brand-dongcha .dongcha .pictxt .dl .txt{
	font-size: 14px;
	color: #616161;
	line-height: 25px;
}