.aboutinner{
	padding: 0px 0px;
	width: 100%;
}
.aboutinner img{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.aboutinner_txt{
	padding: 0px 0px;
	transition: All 0.4s ease-in-out; /*让移动效果变得平滑自然*/
	margin-bottom: 60px; margin-top:20px;
}
	
.aboutinner_txt:hover{	
/*-webkit-box-shadow: 0px 0px 10px #787878;
    -moz-box-shadow: 0px 0px 10px #787878; */
	}
/*小屏幕*/

@media screen and (max-width: 768px) {
.aboutinner_txt{
	padding-bottom:20px;	margin-bottom: 0px;margin-top:0px;
	}
}

.aboutinner_txt h3{
	color: #333;
	font-weight: bold;
	width: auto;
	text-align: left;
	margin: 0px auto;
	margin-top: 50px;

}
.aboutinner_line{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FA4318;height:10px; display: inline-block;
	width:100px;
}	
@media screen and (max-width: 768px) {
.aboutinner_txt h3{
	width:100% ;margin-top:0px; }
}
.aboutinner_txt p{
	font-family: inherit;
	color: #666;
	margin: 20px 0px; margin-top:0px;
	line-height: 1.8;
	font-size: 16px;
}

.aboutinner_content{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	max-height: auto;
}

.aboutinner_more {
	width: 200px;
	height: 40px;
	line-height:40px;
	

	text-align: center;
	display: inline-block;
	
	border: 1px solid #FA4318;color:#FA4318;	background-color: #FA4318;
}
.aboutinner_more a{
	font-size:18px; color:white; display: block; text-decoration:none;line-height: 40px;text-align: center;	color:#fff;transition:All 0.4s ease-in-out; /*让移动效果变得平滑自然*/
}
.aboutinner_more i{ margin-right:10px;}
.aboutinner_txt .aboutinner_more:hover a{
	margin-left:20px;
}


.aboutinner_content i.fa-arrow-right{ font-size:10px; font-weight:normal; vertical-align:middle;color:#FA4318;  margin-right:10px; float:left; line-height:28px;}


.aboutThumb {
	padding: 25px 0 0 25px;
	position: relative;
	margin-left: 30px;
	margin-top: 10px;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.aboutThumb{margin-left:0px; margin-top:20px;}
}
.aboutThumb img {
	border-radius: 10px;
	overflow: hidden
}
.aboutThumb::before {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	background: #f2f4f6;
	content: "";
	z-index: -1;
	border-radius: 10px;
	overflow: hidden
}


.leftaboutThumb {
	padding: 25px 0 0 25px;
	margin-top: 10px;
	position: relative;
	margin-right: 30px;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
.leftaboutThumb{margin-right:0px;margin-top:20px;}
}
.leftaboutThumb img {
	border-radius: 10px;
	overflow: hidden
}
.leftaboutThumb::before {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	background: #f2f4f6;
	content: "";
	z-index: -1;
	border-radius: 10px;
	overflow: hidden
}
