.top{
    width: 100%;
    height: 5.68rem;
    background: url("../image/new_index/top_bj.png") no-repeat;
    background-size: 100% 100%;

    color: #333333;
}
.nav{
    height: 0.54rem;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.nav .nav-cont{
    margin: 0 auto;
    width: 13.8rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-cont-logo{
    width: 1.66rem;
    /*height: 0.27rem;*/
}
.nav-cont-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav-cont-info >div{
    font-size: 0.16rem;
    margin-right: 0.6rem;
}
.nav-cont-info >div.active{
    font-weight: bold;
    color: #4A79FF;
}
.top-desc{
    margin:0 auto;
    padding: 0.9rem 0 0.5rem 0;
    width: 13.8rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
}
.top-desc >div{
    width: 6.88rem;
}
.top-desc .top-desc-tit{
    margin-bottom: 0.3rem;
    width: 5.54rem;
    font-size: 0.48rem;
    font-weight: bold;
    color: #4A79FF;
    line-height: 0.6rem;
}
.top-info{
    margin: 0 auto;
    width: 13.80rem;
    height: 1.5rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.05rem 0.38rem 0rem rgba(74,121,255,0.15);
    border-radius: 0.08rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.top-info .top-info-item{
    display: flex;
    justify-content: flex-start;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem;
}
.top-info .top-info-item >img{
    margin-right: 0.2rem;
    width: 0.72rem;
    height: 0.68rem;
}
.top-info .top-info-item >div{
    width: 1.4rem;
}
.top-info .top-info-item >div >p:first-child{
    margin-bottom: 0.12rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
}

.service{
    margin: 0.4rem auto 0 auto;
    width: 13.80rem;
    color: #333333;
}
.service-tit{
    padding-top: 0.6rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
}
.service-bor{
    margin-top: 0.18rem;
    margin-bottom: 0.34rem;
    width: 0.5rem;
    height: 0.06rem;
    background: linear-gradient(93deg, #4A79FF, #0042FF);
    border-radius: 0.03rem;
}
.service-cont{
    display: flex;
    justify-content: flex-start;
}
.service-cont-left{
    margin-right: 0.54rem;
    width: 2.34rem;
}
.service-cont-left-item{
    margin-bottom: 0.36rem;
    width: 2.34rem;
    height: 0.7rem;
    cursor: pointer;
}
.service-cont-left-item >p{
    width: 2.1rem;
    height: 0.7rem;
    background: #F5F8FF;
    border-radius: 0.06rem;
    font-size: 0.18rem;
    color: #4A79FF;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.2rem;
    text-align: center;
}
.service-cont-left-item.active{
    background: url("../image/new_index/selected.png") no-repeat;
    background-size: 100% 100%;
}
.service-cont-left-item.active >p{
    background: transparent;
    color: #FFFFFF;
}
.service-cont-r .service-cont-r-tit{
    line-height: 0.24rem;
    font-size: 0.16rem;
    color: #333333;
}
.service-cont-r .service-cont-r-cont{
    display: flex;
    justify-content: flex-start;
}
.service-cont-r-cont-item{
    margin-left: -0.2rem;
    width: 6.1rem;
    height: 4.65rem;
    background: url("../image/new_index/service_bj.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.service-cont-r-cont-item >img{
    margin-top: 0.46rem;
    /*width: 5.22rem;*/
    height: 2.46rem;
}
.service-cont-r-cont-item-info{
    margin: 0.28rem 0 0 0.62rem;
    text-align: left;
    width: 4.72rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.24rem;
}
.service-cont-r-cont-item-info >p:first-child{
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #666666;
}

.reasons{
    height: 8.2rem;
    background: url("../image/new_index/reasons_bj.png") no-repeat;
    background-size: cover;
}
.reasons-cont{
    margin: 0 auto;
    width: 13.80rem;
}
.reasons-info{
    display: flex;
    justify-content: space-between;
}
.reasons-info-item{
    width: 4.36rem;
    height: 6.12rem;
    background: #FFFFFF;
    border-radius: 0.01rem;
}
.reasons-info-item-top{
    margin: 0.4rem 0.1rem 0.3rem 0.5rem;
    display: flex;
    justify-content: space-between;
}
.reasons-info-item-top >img{
    width: 1rem;
    height: 0.94rem;
}
.reasons-info-item-top >p{
    margin-top: 0.44rem;
    width: 2.68rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}
.reasons-info-item-desc{
    margin-left: 0.5rem;
    width: 3.32rem;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.24rem;
}
.reasons-info-item-li{
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.2rem;
    display: flex;
    justify-content: flex-start;
    width: 3.32rem;
}
.reasons-info-item-li >span{
    margin-top: 0.07rem;
    margin-right: 0.16rem;
    display: inline-block;
    width: 0.06rem;
    height: 0.06rem;
    background: #4A79FF;
    border-radius: 50%;
}
.reasons-info-item-li >p{
    flex: 1;
    width: 0;
}
.train-type{
    padding-bottom: 0.5rem;
    margin: 0 auto;
    width: 13.80rem;
}
.train-type-cont{
    display: flex;
    justify-content: space-between;
}
.train-type-cont-item{
    width: 6.75rem;
    height: 3.92rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.35rem 0rem rgba(28,69,186,0.08);
    border-radius: 0.1rem;
    font-size: 0.14rem;
    color: #666666;
    position: relative;
}
.train-type-cont-item-wx{
    margin: 0.52rem 0 0 0.52rem;
    width: 3.1rem;
    line-height: 0.24rem;
}
.train-type-cont-item-wx >p{
    margin-bottom: 0.24rem;
}
.train-type-cont-item-tit{
    font-size: 0.16rem;
    font-weight: bold;
    color: #000000;
}
.train-type-cont-item-img-wechat{
    position: absolute;
    top:0.2rem;
    right: 0.38rem;
    width: 1.08rem;
    height: 1.08rem;

}
.train-type-cont-item-img-wx{
    position: absolute;
    right:0rem;
    bottom: 0rem;
    width: 3.24rem;
    height: 2.16rem;
}
.train-type-cont-item-web{
    margin: 0.52rem 0 0 0.52rem;
    width: 3.82rem;
    line-height: 0.24rem;
}
.train-type-cont-item-web >p{
    margin-bottom: 0.24rem;
}
.train-type-cont-item-img-web{
    position: absolute;
    right:0rem;
    bottom: 0rem;
    width: 2.46rem;
    height: 2.84rem;
}
.bot{
    padding-bottom: 0.2rem;
    width: 100%;
    min-height: 2.85rem;
    background: #262834;
}
.bot-cont{
    padding-top: 0.44rem;
    margin: 0 auto;
    width: 13.80rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.14rem;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 0.18rem;
}
.bot-cont-l{

    width: 5.3rem;
}
.bot-cont-l >img{
    margin-bottom: 0.2rem;
    width: 1.68rem;
    height: 0.334rem;

}
.bot-cont-cooperation{
    width: 1.56rem;
}
.bot-cont-cooperation >div{
    margin-top: 0.16rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bot-cont-cooperation >div >img{
    margin-right: 0.08rem;
    width: 0.16rem;
    height: 0.16rem;
}
.bot-cont-cooperation-tit{
    font-weight: bold;
}
.bot-cont-wx{
    display: flex;
    justify-content: flex-start;
}
.bot-cont-wx >div{
    margin-left: 0.3rem;
    width: 1.06rem;
    text-align: center;
}
.bot-cont-wx >div >p{
    font-weight: bold;
    height: 0.34rem;
}
.bot-cont-wx >div >img{
    margin-top: 0.06rem;
    width: 0.98rem;
    height: 0.98rem;
}
.contact-us{
    position: fixed;
    top:50%;
    margin-top: -2.53rem;
    right: 0;
}
.contact-us-item{
    margin-bottom: 0.22rem;
    padding: 0.26rem 0;
    width: 1.56rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.08rem 0rem rgba(74,121,255,0.11);
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
}
.contact-us-item-flex{
    margin: 0 auto 0.14rem auto;

    width: 1.26rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-us-item-tele{
    margin-right: 0.06rem;
    width: 0.2rem;
    height: 0.2rem;
}
.contact-us-item-wx{
    margin-bottom: 0.08rem;
    width: 1.28rem;
    height: 1.28rem;
}
.contact-us-item-off{
    margin-bottom: 0.08rem;
    width: 1.04rem;
    height: 1.04rem;
}

.en-to-top{
    position: fixed;
    bottom: 0.6rem;
    right: 0.55rem;
    cursor: pointer;
}
.en-to-top >img{
    width: 0.4rem;
    height: 0.4rem;
}
.bot-cont-cooperation .link-icons{
    margin-top: 0.3rem;
}
.bot-cont-cooperation .link-icons > div{
    margin-right: 0.3rem;
}
.bot-cont-cooperation .link-icons .icon-item{
    display: block;
    height:0.2rem;
    width:0.2rem;
}
