/* 引入公共样式 */
@import 'common.css';
/* 引入轮播图样式 */
@import 'banner.css';
/* 引入头部样式 */
@import '../components/header/index.css';
/* 引入尾部样式 */
@import '../components/footer/index.css';
/* 页面样式 */
#header header .w1200>ul>li>a{
    color: #333;
    font-size: 16px;
}
#header header .w1200>ul>li:nth-child(3) h3{
    color: #FF1644;
    font-size: 18px;
}
#header header li:nth-child(3) .hide li:nth-child(2){
    font-size: 16px;
    background-color: #FF345C;
}
#header header li:nth-child(3) .hide li:nth-child(2) a{
    color: #fff;
}
.wholeImg{
    width: 100%;
    /* height: 385px; */
}
.numbers{
    background-color: #F7F8FA;
    padding: 38px 0;
}
.numbers ul{
    text-align: center;
}
.numbers ul li{
    display: inline-block;
    width: 397px;
}

.numbers ul li h3{
    font-size: 45px;
    color: #FF1644;
    line-height: 66px;
}
.compare{
    width: 1200px;
    margin: auto;
    padding: 63px 0; 
}
.compare .bad,.compare>i{
    float: left;
}
.compare>i{
    margin-left:  158px;
    font-size: 46px;
    background: url(/official/images/bg-vs.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 84px;
    height: 84px;
    margin-top: 84px;
    text-align: center;
    line-height: 92px;
    font-size: 0;
}
.compare>i img{
    height: 30px;
    width: 46px;
    vertical-align: middle;
}
.compare .goods{
    float: right;
}
.compare ul{
    padding: 55px 68px 55px;
    color: #484848;
    box-shadow:0px 1px 3px 0px rgba(0,0,0,0.08);
}
.compare ul li{
    padding: 10px;
}
.compare h3{
    font-size: 30px;
    height: 24px;
    line-height: 1px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 12px;
}
.compare li img{
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.compare .bad h3{
    background-color: #ECEBEB;
    color: #6C6C6C;
}
.compare .goods h3{
    background-color: #FFBBC8;
    color: #282828;
}
.her{
    padding: 50px 0;
    background-color: #F7F8FA;
    text-align: center;
}
.her h3{
    margin-bottom: 13px;
}
.her ul li{
    display: inline-block;
    vertical-align: top;
}
.her ul li:first-child{
    margin-right: 120px;
    text-align: left;
    margin-top: 60px;
}
.her ul li:first-child p{
    line-height: 60px;
}
.her ul li:first-child h3{
    font-size: 26px;
}
.her ul li:first-child p img{
    width: 23px;
    height: 23px;
    margin-right: 20px;
    vertical-align: middle;
}
.her ul li:last-child img{
    width: 561px;
}
.back-text{
    background: url(/official/images/bg-14.png) center 0 no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box; 
    color: #fff;
    height: 385px;
}
.back-text>h3{
    margin-bottom: 53px;
}
.back-text ul li{
    display: inline-block;      
    margin: 0 96px;        
    width: 150px;
}
.back-text ul li:first-child{
    margin-left: 0;
}
.back-text ul li:last-child{
    margin-right: 0;
}
.back-text ul li img{
    height: 111px;            
    margin-bottom: 20px;
}
.oneImg{
    text-align: center;
    padding: 50px 0;
}
.oneImg h3{
    margin-bottom: 30px;
}
.oneImg p span{
    margin: 0 153px 20px;
}
.oneImg img{
    width: 1136px;
}
.cto{
    padding: 50px 0;
    background-color: #F7F8FA;
    text-align: center;
}
.cto h4{
    margin-bottom: 40px;
}
.cto ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.cto ul img{
    height: 111px;
    margin-bottom: 10px;
}
.back-two{
    background: #000 url(../images/bg-3.png) center 0 no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0 102px;
    height: 360px;
    box-sizing: border-box;
}
.back-two>h3{
    margin-bottom: 60px;
}
.back-two ul{
    width: 1200px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.back-two ul li{
    width: 264px;
}
.back-two ul li>img{
    float: left;
    width: 48px;
    height: 48px;
    margin-top: 31px;
}
.back-two ul li .text{
    float: right;
}
.back-two ul li .text h3{
    font-size: 22px;
}
.back-two ul li .text i{
    width: 60px;
    height: 4px;
    background-color: #FF1644;
    margin-top: 10px;
    display: block;
    margin-bottom: 11px;
}
.back-two ul li .text p{
    width: 192px;
    font-size: 16px;
}
.phone{
    padding: 50px;
}
.phone>h3{
    letter-spacing: 1px;
}
.phone .phone-banner{
    width: 942px;
    margin: auto;
    padding-top: 40px;
    position: relative;
}
.phone .phone-banner img{
    width: 272px;
    height: 524px;
    display: block;
    margin: auto;
}

.phone .phone-banner .swiper-button{
    position: absolute;
    width: 36px;
    height: 64px;
    margin-top: -32px;
    background-size: 100% 100%;
}
.phone .phone-banner .swiper-button-prev{
    background-image: url(/official/images/icon-left.png); 
    left: -94px;
}
.phone .phone-banner .swiper-button-next{
    background-image: url(/official/images/icon-right.png); 
    right: -94px;
    position: absolute;
}
.partner{
    background-color:  #F7F8FA;
    padding: 20px 0 50px;
    text-align: center;
}
.partner>h3{
    margin-bottom: 40px;
}
.partner>img{
    width: 1200px;
}
.swiper-button{
    outline: none;
}