﻿@charset "UTF-8";
/* 公司简介 */
.aboutBrief {
		width: 100%;
		height: 360px;
		background: url(../images/aboutBanner2.jpg) no-repeat;
		background-size: cover;
		transition: all 1s;
		position: relative;
		
		/*left: 100%;*/
}
.boxabout {
		overflow: hidden;
		margin-top:0px;
		
}
.aboutBriefSub {
		width: 1280px;
		height: 100%;
		margin: 0 auto;
		position: relative;
}
.aboutBriefSub div {
		width: 90%;
		margin: 0 auto;
		text-align: center;
}
.aboutBriefSub .aboutBriefSubOne {
		height: 140px;
		font-size: 30px;
		color: #333333;
		line-height: 190px;
		margin-bottom: 45px;
}
.aboutBriefSub .aboutBriefSubOne::after {
		display: block;
		content: "";
		width: 50px;
		height: 4px;
		background-color: #ca0d16;
		margin: 0 auto;
		
}
.aboutBriefSub .aboutBriefSubTwo {
		height: auto;
		font-size: 15px;
		color: #666666;
		margin-bottom: 40px;
		
}
.aboutBriefSub .aboutBriefSubThree {
		height: auto;
		font-size: 15px;
		color: #666666;
		margin-bottom: 40px;
}
.aboutBriefSub .aboutBriefSubFour {
		height: auto;
		font-size: 15px;
		color: #666666;
		margin-bottom: 40px;
}
.aboutBriefSub .aboutBriefSubFive {
		height: auto;
		font-size: 15px;
		color: #666666;
		margin-bottom: 40px;
}
/* 关于我们企业宗旨 */
.aboutTenet {
		width: 100%;
		height: 640px;
		background: url(../images/about3.jpg) no-repeat;
		position: relative;
		background-size: cover;
		overflow: hidden;
}
.aboutTenetSubLeft {
		width: 50%;
		height: 360px;
		float: left;
		position: absolute;
		bottom: 0;
		transition: all 1s;
}
.aboutTenetSubRight {
		width: 50%;
		height: 360px;
		float: right;
		position: absolute;
		bottom: 0;
		right: 0;
		background-color: #ca0d16;
		background-image: url(../images/aboutCar.png);
		background-repeat: no-repeat;
		background-position: 95% 95%;
		transition: all 1s;
}
/* 大块 */
.aboutTenetSubRight .contentLeft {
		width: 640px;
		height: 100%;
		float: left;
}
.contentLeft ul {
		width: 80%;
		margin-left: 80px;
		margin-top: 40px;
}
.contentLeft ul li {
		margin-bottom: 20px;
		width: 100%;
		color: #FFFFFF;
}
/* 小块 */
.aboutTenetSubLeft .contentRight {
		width: 200px;
		height: 180px;
		background-color: rgba(	220,20,60, .5);
		float: right;
		position: relative;
}
.contentRight div {
		width: 90%;
		font-size: 26px;
		color: #FFFFFF;
		position: absolute;
		top: 35px;
		left: 20px;
		font-family: HelveticaNeue-BoldExt;
		font-weight: bold;
}
.contentRight p {
		position: absolute;
		bottom: 30px;
		left: 20px;
		font-size: 24px;
		color: #FFFFFF;
}