body {
	background-color: #f4f3f4;
}
.about-mainview {
	position: relative;
	padding:20px 0 80px;
	margin:0 auto;
	width: 1200px;
	overflow: hidden;
}
.about-sort {
	position: relative;
	float: left;
}
.about-sort-details {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 1px;
	font-size:18px;
	/*font-family:"PingFangSC-R";*/
	font-weight:400;
	color:rgba(102,102,102,1);
	cursor: pointer;
}
.about-sort-checked {
	position: relative;
	color: #222;
}
.about-sort-checked::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 50px;
	z-index:2;
	background-color:#FFC30B;
}
.about-info {
	display: none;
	float: left;
	width: 1200px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.about-info:nth-child(2) {
	display: block;
}
.about-car {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	width: 287px;
	height: 316px;
	box-sizing: border-box;
	border:1px solid #eee;
	padding:20px;
	margin-left: 40px;
	margin-top: 40px;
}
.about-car-img {
	width: 100%;
	height: 200px;
}
.about-car-img > img {
	width: 100%;
	height: 100%;
}
.about-car-type {
	width: 100%;
	height: 16px;
	line-height:16px;
	font-size:16px;
	/*font-family:"PingFangSC-M";*/
	font-weight:normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about-car-prize {
	width: 100%;
	height:14px;
	font-size:14px;
	/*font-family:"PingFangSC-R";*/
	line-height: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about-car-prize > span {
	text-decoration: line-through;
}
.about-car-pay {
	width: 100%;
	font-size:14px;
	/*font-family:"PingFangSC-M";*/
	color: #FE3F20;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.about-car-pay > span {
	/*font-family: "PingFangSC-R";*/
	margin-left: 20px;
}
.car-like {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 20px;
	z-index: 2;
}
.car-like > img {
	width: 100%;
	display: block;
}
.about-news {
	width:100%;
	padding:40px 39px 40px 30px;
	box-sizing: border-box;
	background-color: #fff;
}
.about-news-link {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	left:0;
	top: 0;
}
.about-news-each {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.about-news-each:last-child {
	margin-bottom: 0;
}
.about-news-each > dt {
	width: 280px;
    height: 224px;
	background-color: #D8D8D8;
	float: left;
}
.about-news-each > dt > img{
	width: 100%;
	height: 100%;
	display: block;
}
.about-news-each > dd,.about-news-each > span,.about-news-each > p {
	float: left;
	text-align: left ;
	margin-left: 24px;
	width: 608px;
}
.about-news-each > dd {
	margin-top: 20px;
    height: 38px;
    font-size: 20px;
    font-weight: normal;
    color: rgba(34,34,34,1);
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.windowStyle .about-news-each > dd {
	font-weight: 600;
}
.about-news-each > span {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(178,178,178,1);
    line-height: 16px;
}
.about-news-each > p {
	position: relative;
    margin-top: 18px;
    font-size: 18px;
    width: 547px;
    height: 116px;
    overflow: hidden;
    color: #666666;
    line-height: 28px;
}
.about-news-each > p > a  {
	font-size: 18px;
    width: 100%;
    height: 116px;
    color: #666666;
    line-height: 28px;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.about-news-ellipsis {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
	width: 47px;
	height: 18px;
	line-height: 16px;
	padding-right: 16px;
	font-size: 16px;
	color: #FFC40A;
	background: rgba(255,255,255,1);
	cursor: pointer;
}
.about-news-tab {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	margin-top: 40px;
	/*overflow: hidden;*/
}
.about-news-tag {
	margin-top: 40px;
}
.about-news-tab > a {
	position: relative;
	z-index: 2;
	float: left;
	margin-right: 10px;
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	box-sizing: border-box;
	font-size:18px;
	font-weight:400;
	color:rgba(34,34,34,1);
	border:1px solid rgba(238,238,238,1);
	background:rgba(255,255,255,1);
	border-radius:2px;
	cursor: pointer;
}
.about-news-tab-active {
	background-color: #FFC40A!important;
}
.about-news-tab > a:last-child {
	margin-right: 0;
}
.about-controlBtn {
	position: absolute;
	width: 100%;
	height: 46px;
	z-index: 1;
}
/*联系我们*/
.about-contact {
	width: 100%;
	box-sizing: border-box;
	padding:30px 30px 40px 30px;
	background-color: #fff;
}
.about-contact-address-img {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.about-contact-address-img > img {
	float: left;
	width: 100%;
}
.about-contact-other {
	margin-top: 40px;
	width:100%;
	height: 72px;
}
.about-contact-other > li {
	float: left;
	width: 365px;
	height: 100%;
}
.about-contact-other-title {
	height:18px;
	font-size:18px;
	text-align: left;
	/*font-family:"PingFang-SC-Medium";*/
	font-weight:normal;
	color:rgba(34,34,34,1);
	line-height:18px;
	margin-bottom: 20px;
}
.windowStyle .about-contact-other-title {
	font-weight: 600;
}
.about-contact-other-content {
	margin-top: 10px;
	height:18px;
	font-size:18px;
	text-align: left;
	/*font-family:"PingFangSC-Regular";*/
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:18px;
}
/*企业简介*/
.about-introduction {
	width: 100%;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}
.about-introduction-banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-color: #eee;   /*无图暂时占位*/
}
.about-introduction-banner > img {
	width: 100%;
	float: left;
}
.about-introduction-ico-box {
	overflow: hidden;
	margin-top: 80px;
	width:100%;
	padding:0 30px;
	box-sizing: border-box;
}
.about-introduction-ico-box > li {
	float: left;
	width: 25%;
}
/*.about-introduction-ico-box > li:nth-child(1) {
	margin-right: 102px;
}
.about-introduction-ico-box > li:nth-child(2) {
	margin-right: 68px;
}*/
.about-introduction-ico-box > li:nth-child(2) > .about-introduction-icos{
	background-color: #EF6678;

}
.about-introduction-ico-box > li:nth-child(3) > .about-introduction-icos{
	background-color: #53CFC2;

}
.about-introduction-ico-box > li:nth-child(4) > .about-introduction-icos{
	background-color: #FFB949;

}
/*.about-introduction-ico-box > li:nth-child(3) {
	margin-right: 69px;
}*/
.about-introduction-icos {
	margin:0 auto;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: #67B7D4;
}
.about-introduction-ico-tips {
	margin-top: 24px;
	height:16px;
	font-size:16px;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:16px;
}
.about-introduction-introInfo {
	margin-top: 80px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding:0 40px 0 40px;
	overflow: hidden;
}
.about-introduction-title {
	width: 100%;
	text-align: left;
	height:28px;
	font-size:28px;
	font-weight:normal;
	color:rgba(34,34,34,1);
	line-height:28px;
	font-weight: bold;
	margin-bottom: 40px;
}
.about-introduction-introInfo-box {
	width: 100%;
	overflow: hidden;
}
.about-introduction-introInfo-box-fl {
	float: left;
	width: 576px;
}
.about-introduction-introInfo-box-fl > p {
	font-size:14px;
	font-weight:400;
	color:#666;
	text-align: left;
	line-height:23px;
	text-indent: 30px;
}
.about-introduction-introInfo-box-fl > p:nth-last-child(2) {
	margin-top: 16px;
}
.about-introduction-introInfo-box-fr {
	float: right;
	width: 280px;
	height: 200px;
	overflow: hidden;
	background-color: #ccc;
}
.about-introduction-introInfo-box-fr > img {
	width: 100%;
	float: left;
}
.about-introduction-history-detail {
	padding-bottom: 59px;
	width: 100%;
	overflow: hidden;
}
.about-introduction-history-detail > p,.about-introduction-history-detail > span {
	height:15px;
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:20px;
	text-align: left;
	float: left;
	width:810px
}
.about-introduction-history-detail:nth-child(2) > p,.about-introduction-history-detail:nth-child(2)> span {
	height:16px;
}
.about-introduction-history-detail > p {
	width: 147px;
}
.about-introduction-history-detail:last-child {
	margin-bottom: 0;
}
.about-introduction-history-detail:last-child > p,.about-introduction-history-detail:last-child > span {
	height:16px;
	font-size:16px;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:16px;
}
.about-introduction-mode {
  margin-top:20px;
  overflow: hidden;
  padding: 0 40px 80px;
}
.about-introduction-mode  li {
  float: left;
  width:535px;
  text-align: left;
}
.about-introduction-mode  li .title {
  color:#222;
  font-weight:bold;
  font-size:28px;
  margin-bottom: 38px;
}
.about-introduction-mode  li .titleRight {
  color:#222;
  font-weight:bold;
  font-size:28px;
  margin-bottom: 38px;
  margin-left: 30px;
}
.about-introduction-mode  li .titleRight2 {
  color:#222;
  font-weight:bold;
  font-size:28px;
  margin-top: 30px;
  margin-bottom: 38px;
  margin-left: 30px;
}
.about-introduction-mode  li .title2 {
	color:#222;
	font-weight:bold;
	font-size:28px;
	margin-top: 30px;
	margin-bottom: 38px;
}
.about-introduction-mode  li .desc>p {
  color:#999;
  line-height: 25px;
  font-size: 14px;
}
.about-introduction-mode  li .descRight>p {
  color:#999;
  line-height: 25px;
  font-size: 14px;
  margin-left: 30px;
}
/*地址信息*/
.about-address-detail {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 80px 40px;
}
.about-address-detail-box {
	width: 100%;
	overflow: hidden;
}
.about-address-detail-box > li {
	float: left;
	margin-right: 80px;
}
.about-address-detail-desc {
	text-align: left;
	margin-top: 16px;
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:16px;
	height:16px;
}
/*新闻资讯详情*/
.about-news-details {
	width: 1000px;
	padding:40px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
}
.about-news-details  h1 {
	height:28px;
	font-size:28px;
	font-weight:normal;
	/*font-family: "PingFangSC-M";*/
	color:rgba(34,34,34,1);
	line-height:28px;
	margin-bottom: 50px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.about-news-details  p {
	font-size:16px;
	/*font-family:"PingFangSC-R";*/
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:24px;
	text-indent: 30px;
	text-align: left;
	margin-bottom: 20px;
}
.about-news-details  img {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.about-news-details > p:last-child {
	margin-bottom: 0;
}
.about-team {
	width: 100%;
	box-sizing: border-box;
	padding:40px 40px 20px;
	background-color: #fff;
}
.about-team > h4 {
	margin: 40px 0;
	height:24px;
	text-align: left;
	font-size:24px;
	/*font-family:"PingFang-SC-M";*/
	font-weight:normal;
	color:rgba(34,34,34,1);
	line-height:24px;
}
.about-team > h4:first-child {
	margin-top: 0;
}
.about-team-img-100 {
	width: 100%;
	margin-bottom: 20px;
}
.about-team-img-100 > img {
	width: 100%;
	display: block;
	vertical-align: middle;
}
.about-team-img-50  {
	width:100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.about-team-img-50 > img {
	float: left;
	width:450px;
	display: block;
}
.about-team-img-50 > img:last-child {
	float: right;
}