﻿@charset "utf-8";
.i_case {
	max-width: 640px;
	overflow: hidden;
	margin-top: 10px;
	background-color: #FFFFFF;
}
.i_case .bd ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.i_case .bd ul li {
	width: 31.3%;
	float: left;
	padding: 6px 1%;
}
.more{
	margin: 16px auto;
	font-size: 16px;
	display: block;
	overflow: hidden;
	width: 120px;
	height: 30px;
	border-radius: 20px;
	line-height: 30px;
	color:#333 ;
	text-align: center;
	border: 1px solid #dedede;
} 
.case_img {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.case_img img {
	max-width: 100%;
}
.case_img  a{
	display: block;
	width: 100%;
}
.case_words {
	width: 100%;
}

.case_words h2 {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case_words p {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	color: #333;
}

/*旋转木马结束*/

.i_title {
    width: 100%;
    padding: 10px 0;
  margin-bottom: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid  #f3f4f6;
}
.i_title h2 {
    background: #fff;
    width: 650px;
    line-height: 42px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
	text-align:left;
}

.i_title h2 span {
    width: 10px;
    height: 42px;
    display: block;
    overflow: hidden;
    float: left;
    background: url(../images/fenge.png) 0px 0px no-repeat;
}
.i_title h2 span.s2 {
    background-position: -4px 0px;
}
.i_about {
    position: relative;
    max-width: 640px;
    padding: 10px 0px;
    margin-top: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.i_about .bg_img {
    width: 100%;
    text-align: center;
}
.i_about .bg_img  a{
	display: block;
	width: 100%;
}
.i_about .bg_img img {
    max-width: 100%;
}
.i_about .i_title1{
	margin-bottom: 0;
}
.i_about p{
	padding: 4px 10px;
	line-height: 24px;
	text-align: left;
	font-size: 12px;
	color: #4C4C4C;
}
