/*   标题样式  */
.content {
    width: 1200px;
    margin: 0 auto;
}
.tb_title {
    background: url(../images/tupian1_2.png) center 0 no-repeat;
    width: 100%;
    height: 64px;
    text-align: center;
    margin: 40px 0;
}
.tb_title P {
    font-size: 26px;
    margin-bottom: 4px;
}
.tb_title span {
    font-size: 14px;
}
/*   公司介绍 start */

.company .left {
    float: left;
}
.company .right {
    width: 490px;
    background: #f5f5f5;
    height: 360px;
    padding: 20px;
    line-height: 26px;
    position: relative;
}
.company .right {
    float: right;
}
.company .right h3 {
	font-size: 24px;
	margin-bottom: 8px;
}
.company .right h4 {
    margin-bottom: 15px;
	font-size: 18px;
}
.company .right p {
	font-size:14px;
}
.company .right a {
    background: #a28275;
    color: #fff;
    width: 100px;
    height: 30px;
    float: left;
    margin-top: 30px;
    position: absolute;
    text-align: center;
    border-radius: 4px;
    bottom: 20px;
    left: 20px;
}
.company .right a:hover {
	color:#f00;
}

/*    产品展示  start   */
.product-wrapper {
	min-height:200px;
	background:#f5f5f5;
	padding:10px 0 0 0;
	margin-top:25px;
}
.pro-list {
	float: left;
	width: 380px;
	text-align: center;
	margin-bottom:20px;
	background:#fff;
	margin:0 20px 30px 0;
	overflow:hidden;
	position:relative;
	overflow:hidden;

}
.pro-list .pro-img{
	height:324px;
	width: 380px;
	overflow: hidden;
	
}
.pro-list .pro-img img{
	height:100%;
	width: 100%;
	
}
.pro-list>a {
	display: block;
	height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	border:1px solid #eee;
	
	
}
.pro-list:hover a {
	color:#f07c31;
}
/*    新闻中心   start  */
.news-wrapper .content .news {
	padding:30px 0;
}
.newslist {
	width:570px;
    height: 90px;
    overflow: hidden;
    margin: 0 30px 80px 0;
    background: #f6f6f6;
	float:left;
}
.newslist h4 {
	 width: 90px;
	height:90px;
    text-align: center;
    float: left;
    overflow: hidden;
	background:#e8e7e7;
}
.newslist h4 span {
    display: block;
    line-height: 20px;
	padding:5px 0;
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
    color: #fff;
	font-weight:600;
	background:#0ca62a;
}
.newslist h4 b {
    display: block;
    line-height: 28px;
    height: 28px;
    font-size: 28px;
	padding:20px 0 12px 0;
}
.newslist p {
	display:block;
	height:90px;
	padding:20px 20px 20px 110px;
	line-height: 25px;
	
	
}
.newslist p b {
    display: block;
	width:425px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.newslist p b a{
    color: #343434;
	font-weight:600;
	font-size:18px;
}
.newslist p b a:hover {
	color:#f07c31;
}
.newslist p span{
	display:block;
	width:425px;
	color: #666;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

/*    我们的服务  start   */
.service-wrapper {
	width:100%;
	height:480px;
	background:#f5f5f5;
}
.service-wrapper .content {
	padding-top:10px;
}
.service {
    width: 1200px;
	margin:0 auto;
    margin-bottom: 40px;
    float: left;
}
.service .kuai {
    width: 283px;
    margin-right: 15px;
    text-align: center;
    height: 280px;
    border: 1px solid #eee;
    background: #fff;
    float: left;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	
}
.service .kuai .kuaibackground {
    margin: 8px;
    height: 264px;
    border-radius: 4px;
}
.service .kuaibackground img {
	margin: 0 auto;
}
.service .one .kuaibackground {
    background: #48bfea;
}
.service .kuai a {
    color: #fff;
}
.service .kuai a:hover span {
    color:#f07c31;
}
.service h3 {
    font-size: 24px;
}
.service .kuai h4 {
    width: 180px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 16px;
}
.service .two .kuaibackground {
    background: #a28275;
}
 .service .three .kuaibackground {
    background: #feb72a;
}
.service .four .kuaibackground {
    background: #3ecfad;
}

/*    合作伙伴  start   */
.partner-wrapper{
	width:100%;
}
.picMarquee-left {
	float:left;
	width:100%;
	margin-bottom:40px;
}
.picMarquee-left .bd {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.picList li{
	float: left;
	width: 221px;
	margin-right: 19px;
	position: relative;
}
.picList li img{
	width:221px;
	height:237px;
	float:left;
}
.picList .title {
	width:100%;
	text-align:center;
	height:36px;
	line-height:36px;
	position:absolute;
	bottom:0px;
	border-top:0px;
	font-size:16px;
}
.picList .title a{
	color:#fff;
}
.picList li:hover a{
	color:#f07c31;
}

