﻿@charset"utf-8";
/*首页的第一个模块左边图，中间优家生活简介及右边外包*/
.item-1 {
  background-color:transparent;
  overflow: hidden;
  padding:0;

 
}
 .item-1>h3 {
  font-size: 15px;
  color: #666;
  text-align: center;
 
}
 .item-1>h3 span {
  margin-right: 70px;
}
 .item-1>h3 i {
  font-size: 40px;
  color: #ff5a32;
}
 .item-1>p {
  font-size: 14px;
  color: #666;
  line-height: 1.5em;
  text-align: center;
}
 .item-1>p>span {
  display: inline-block;
 
}
.item-1 >div {
  
}
.item-1 >.img {
  padding:0;
}
.item-1 >.img img {
  width:100%;
}/*第一部分的中间区域*/
.item-1 >.msg {
  background-color:white;
  border:1px solid transparent;
}
.item-1 >.msg>h3 {
    padding:10px;
  font-size: 16px;
  line-height:2em;
  /*font-weight:bold;*/
}
.item-1 >.msg>.mid {
     margin:10px;
  font-size: 20px;
  color: #444; 
  line-height: 1.7em;
}
.item-1 >.msg>.bom {
     margin:10px;
  font-size: 14px;
  color: #999;  
  line-height: 2em;
}
.item-1 >.msg>.btn {
     margin:20px;
  display:block;
  width: 120px;
  height: 40px;
  border: none;
  background: #e95430;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}
/*第一模块的右边部分*/
.item-1 >.card {   
  color: #fff;  
  background-color:#f58426;
  
}
.item-1 >.card >h3 {
     padding:11px;
  font-size: 16px;
  /*font-weight:bold;*/
}
.item-1 >.card >h2 {
     margin:10px;
  font-size: 31px;  
  line-height: 2em;
}
.item-1 >.card >p {
     margin:10px;
  font-size: 14px; 
  line-height: 1.5em;
}
.item-1 >.card >a {
    margin:40px;    
  font-size: 16px;
  display: inline-block;
  
}
/*优家提供的服务部分*/
 .item-2 {
  background: #fff;
}
 .item-2 .left {
  text-align: right;
}
 .item-2 .right >h2 {
  font-size: 44px;
  line-height:2em;
}
 .item-2 .right {  
  
  
}
 .item-2 .right .menu-s {
  margin-top: 40px;
  height: 60px;
}
 .item-2 .right .menu-s >ul >li {
  float: left;
}
 .item-2 .right .menu-s >ul >li >a {
  display: inline-block;
  font-size: 16px;
  line-height:2em;
  font-weight: bold;
  margin-right: 14px;
  color: #000;
  height: 20px;
}
 .item-2 .right .menu-s li.active a {
  color: #ff5a32;
  border-bottom: 1px solid #ff5a32;
}
 .item-2 .right .menu-c {
 
  font-size: 16px;
  line-height: 2em;
}
.item-2 {
  /*margin-top: 30px;*/
  background: #fff;
}
.item-2 >.top {
    width:240px;
    margin:0 auto;
  height: 60px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
.item-2 >.top >h2 {
 padding-left:20px;
 padding-right:20px;
  font-size: 24px;
  color: #333;
  text-align: center;
  background: #fff;
  position: absolute;
  bottom: -24px;
  
}
.swiper-wrapper{
    position:relative;
}
/*优家提供的服务分为两个相同的模块的布局*/
.swiper-slide{
   

}
.swiper-container2 {  
  
  margin-top: 30px !important;
 
}
.swiper-container2 .swiper-slide .part {
  display: block;
  height: 100%;
  
}
    .swiper-container2 .swiper-slide:hover {
        cursor:default;
    }
.swiper-container2 .swiper-slide .part:hover{
    cursor:Default;
  
}
.swiper-container2 .swiper-slide .part >img {
  vertical-align:middle;
  margin:0 auto;
}
.swiper-container2 .swiper-slide .part >h3 {
  font-size:16px;
  /*line-height:2em;*/
  color: #333;
 text-align:center;
}
/*在小屏幕下字体*/
 h3.hidden-sm.hidden-md.hidden-lg{
       font-size:12px;
 }
.swiper-container2 .swiper-slide .part >p {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  line-height: 22px;
   text-align:center;
   line-height:2em;
}