@charset "utf-8";


/*.banner-wrap{
	background-image: url(../images/694702661272234546.jpg);
	background-position: top;
}*/
img.banner{
	display: block;
	padding-top: 180px;
}
.introduction{
	width: 918px;
	margin: -48px auto 0;
	background-color: #ffffff;
	padding: 10px 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.introduction>div{
	margin: 10px 8px;
	padding: 10px 15px; 
	width: 413px;
	/*height: 140px;*/
	height: 128px;
	display: inline-block;
	*display:inline;
 	*zoom:1;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align:center;
	background-color: rgb(238,238,238);
}
.introduction img{
	float: left;
	display: block;
	width: 134px;
	height: 119px;
}
.introduction .text{
	float: left;
	display: block;
	margin-left: 15px;
	width: 264px;
	height: 100%;
}
.introduction .title{
	height: 18px;
	line-height: 1em;
	font-size: 18px;
	text-align: center;
	/*font-weight: bold;*/
	color: #272727;
	margin-top: 5px;
	font-weight: bold;
}
.introduction .content{
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin-top: 5px;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	/*word-break: break-all;*/
	/*word-wrap: break-word;*/
	/*word-spacing: -1px;*/
}
/*.introduction .item3 .title{
	margin-top: 0;
}*/
.introduction .item3 .content{
	line-height: 1;
}
.introduction-middle{
	width: 979px;
	margin: 0 auto;
	height: 173px;
	background: url(../images/img_banner_middle.png) no-repeat;
}
.introduction-middle .text{
	width: 263px;
	height: 75px;
	margin: 0 auto;
	padding-top: 8px;
	line-height: 22px;
	font-size: 18px;
	color: #ffffff;
	/*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
	font-weight: bold;
	text-align: center;
}
.introduction-text{
	width: 900px;
	margin: 4px auto 0;
	padding: 30px 40px;
}
.introduction-text .title{
	text-align: center;
	font-size: 18px;
	color: #202021;
	height: 18px;
	line-height: 1em;
	font-weight: bold;
}
.introduction-text .title-line{
	margin: 16px auto;
	width: 120px;
	height: 8px;
	background-color: #ff9000;
}
.introduction-text .text{
	line-height: 22px;
	font-size: 14px;
	color: #363636;
	text-align: justify;
}
.introduction-img-wrap{
	width: 980px;
	margin: 0 auto;
}
.introduction-img{
	width: 1000px;
	margin-right: -20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack:justify;
	justify-content: space-between;
	font-size: 0;
}
.introduction-img>div{
	width: 232px;
	display: inline-block;
	*display:inline;
 	*zoom:1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack:justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align:center;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 17px;
}
.introduction-img>div>div{
	height: 241px;
}
.introduction-img img{
	display: block;
	margin: 0 auto;
}
.introduction-img-line{
	margin: 40px auto 0;
	max-width: 1090px;
    min-width: 980px;
	border-top:solid #cfcfcf 2px; 
}
.icon-link{
    width: 980px;
    margin: 30px auto;
}
.icon-link>img{
    display: block;
    margin: 0 auto;
}