.root {
    background-color: #002248;
}
.content {
    background: url('../imgs/index_bg.png');
}
.content>li:first-child {
    padding-top: 90px;
    height: 410px;
    background-image: url('../imgs/index/banner.jpg');
    background-size: cover;
}
.content>li:nth-child(even) {
    background-color: #fff;
    color: #666;
}
/* 统计列表 */
.statistics {
    height: 166px;
    padding: 40px;
    text-align: center;
    background-color: #fafafa;
}
.statistics-img {
    display: none;
}
.statistics li {
    display: inline-block;
    padding: 40px;
    width: 280px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 0px 20px rgba(0,0,0,.2);
}
.statistics li:nth-child(2) {
    margin: 0 106px;
}
.statistics img {
    margin-right: 26px;
}
.statistics p {
    display: inline-block;
}
/* 描述 */
.height700 {
    height: 700px;
}
.mt146 {
    margin-top: 146px;
}
.mt38 {
    display: inline-block;
    margin-top: 38px;
}
.mt36 {
    margin-top: 36px;
}
.mt26 {
    display: inline-block;
    margin-top: 26px;
}
.index .text-wrap {
    display: inline-block;
    margin-top: 156px;
    width: 720px;
    line-height: 1.5;
}
.btn-special {
    width: 231px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    font-weight: bold;
}
/* ---------------------移动端------------------------- */
.mobile .content>li:first-child {
    background-image: url('../imgs/index/mobile/banner.png');
}
.mobile .statistics {
    display: none;
}
.mobile .statistics-img {
    display: block;
    padding-top: .16rem;
    width: 100%;
}
.mobile .text-wrap {
    margin-top: 0;
    padding: .36rem .3rem 0;
    width: calc(100% - .6rem);
}
.mobile .text-wrap>img {
    width: .32rem;
    height: .24rem;
}
.mobile .text-wrap span:first-child {
    margin-top: .12rem;
    font-size: .4rem;
}
.mobile .text-wrap span:nth-child(2) {
    margin-top: .06rem;
    font-size: .3rem;
}
.mobile .text-wrap span:last-child {
    margin-top: .06rem;
    font-size: .2rem;
}
.mobile .box {
    height: inherit;
}
.mobile .box>img {
    float: none;
    margin: .15rem 0;
    width: 100%;
}
.mobile .btn-special {
    margin-top: .36rem;
    width: 2.04rem;
    height: .54rem;
    line-height: .54rem;
}