/* 引入公共样式 */
@import 'common.css';
/* 引入头部样式 */
@import '../components/header/index.css';
/* 引入尾部样式 */
@import '../components/footer/index.css';
/* 页面样式 */
.w940{
    width: 940px;
    margin: auto;
}
#header header .w1200>ul>li>a{
    color: #333;
    font-size: 16px;
}
#header header .w1200>ul>li:nth-child(2) h3{
    color: #FF1644;
    font-size: 18px;
}
#header header li:nth-child(2) .hide li:nth-child(3){
    font-size: 16px;
    background-color: #FF345C;
}
#header header li:nth-child(2) .hide li:nth-child(3) a{
    color: #fff;
}
.top{
    height: 413px;
    background: url(/official/images/bg-10.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding-top: 136px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    position: relative;
}
.top>h2{
    font-size: 60px;
    margin-bottom: 14px;
}
.top>h3{
    font-size: 30px;
    margin-bottom: 56px;
    font-weight: lighter;
}

.four{
    padding: 50px 0 29px;
    text-align: center;
}
.four .uai{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.four .uai ul{
    width: 400px;
    margin-left: 80px;
    text-align: left;
}
.four .uai ul li{
    margin: 20px 0;
}
.four .uai ul li img{
    width: 23px;
    height: 23px;
    margin-right: 22px;
}
.four .uai ul li span{
    line-height: 20px;
    font-size: 14px;
}
.four .uai>img{
    width: 380px;
    height: 400px;
}

.sanhouse{
    padding: 50px 0;
    text-align: center;
    background-color: #F7F8FA;
}
.sanhouse h3{
    margin-bottom: 30px;
}
.sanhouse ul>li{
    display: inline-block;
    width: 300px;
    margin: 0 10px;
    box-sizing: border-box;
    padding: 20px 0 30px;
    box-shadow:0px 3px 8px 0px rgba(0,0,0,0.08);
}
.sanhouse ul>li img{
    /* width: 94px; */
    height: 94px;
    margin-bottom: 20px;
}
.sanhouse ul>li h4{
    font-size: 18px;
    margin-bottom: 30px;
}
.sanhouse ul>li p{
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.six{
    padding: 50px 0;
    text-align: center;
    background-color: #F7F8FA;
}
.six h4{
    margin-bottom: 42px;
}
.six ul>li{
    display: inline-block;
    margin: 0 15px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.08);
    vertical-align: top;
    height: 327px;
    font-size: 14px;
}
.six ul>li img{
    width: 249px;
    height: 257px;
    margin-bottom: 16px;
}
.six ul>li:nth-child(2) img{
    margin-bottom: 26px;
}

.five{
    padding: 50px 0;
    text-align: center;
}
.five ul>li{
    display: inline-block;
    margin: 0 64px;
}
.five ul>li img{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.partner{
    padding: 20px 0 50px;
    text-align: center;
}
.partner>h3{
    margin-bottom: 40px;
}
.partner>img{
    width: 1200px;
}