.about-main{
	margin-top: 42px;
	margin-bottom: 70px;
}
.about-slide{
	width: 275px;
	display: inline;
	margin-bottom: 50px;
	min-height: 50px;
	float: left;
}
.about-slide li{
	width: 100%;
	text-align: right;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-top: 1px solid #ccc;
	border-right: 5px solid transparent;
	cursor: pointer;
}
.about-slide li a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #333;
	position: relative;
	text-align: right;
	padding-right: 15px;
	cursor: pointer;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-ms-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}
.about-slide li a:hover{
	text-decoration: none;
}
.about-slide li:last-child{
	border-bottom:1px solid #ccc;
}
.about-slide li.about-active a{
	color:#009d8c;
}
.about-slide li.about-active{
	border-right-color:rgb(0,157,141);
}

.mr{
	width: 885px;
	min-height: 22px;
	overflow: hidden;
	float: right;
}
.mr .about-tit{
	margin: 0;
	font-size: 20px;
	color:#333;
}
.about-content{
	font-size: 16px;
	color:#333;
	margin-top: 33px;
}
.paragraph1,.paragraph2{
	text-indent: 32px;
}

/*.about-main2 .about-main3 .about-main4 .about-main5*/
.contactway li{
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	height: 144px;
	margin-top: 25px;
}
.contactway li:first-child{
	margin-top: 0;
}
.media-img{
	width: 185px;
	height: 119px;
	float: left;
}
.media-content{
	width: 643px;
	height: 100%;
	float: right;
	position: relative;
}
.media-txt{
	font-size: 18px;
	color:#333;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.media-txt a{
	color:#333;
}
.media-accessory{
	position: absolute;
	left: 0;
	bottom: 34px;
	font-size: 16px;
	width: 100%;
	color: #aaa;
}
/**/

.about-hide{
	display: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: 100%;
}
.mr .detail-foot img{
	display: block!important;
	width: auto;
	height:auto;
	margin: 0 auto;
}