﻿.asset-banner{
    height:600px;
    min-width:1220px;
    background:url(/images/banner/banner4.png) no-repeat;
    background-size:cover;
    background-position:center;
    color:white;
}
.asset-banner:before{
    content:"";
    display:table;
}
.asset-banner-title{
    font-size:6.66rem;
    text-align:center;
    margin:100px 0 28px;
}

.asset-banner-content {
    font-size: 3rem;
    text-align: center;
    line-height:70px;
}

.asset-solution {
    position: relative;
    text-align: center;
}

.asset-solution-item {
    position: absolute;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.txt1 {
    left: 154px;
    bottom: 253px;
}

.txt2 {
    left: 432px;
    bottom: 253px;
}

.txt3 {
    right: 417px;
    bottom: 253px;
}
.txt4 {
    right: 100px;
    bottom: 253px;
}
.artifact-container {
    background-color: #F8F9FA;
}
.artifact {
    margin: 0 0 50px;
}
.artifact-text{
    flex:none;
    width:100%;

}
.artifact-img {
    flex: auto;
    text-align: center;
    width: 100%;
}
.nav-artifact {
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 50px auto;
    background-color: white;
    border-radius: 30px;
    width: 640px;
}
.nav-artifact > li > a {
    font-size:1em;
    display: inline-block;
    text-decoration: none;
    color: black;
    text-align: center;
    width:160px;
    border-radius:30px;
    padding:8px 20px;

}

.nav-artifact > li > a:hover, .nav-artifact > li > a.active {
    color:#1165FF;
    background-color: #E4EDFF;
    border:1px solid #1165FF;
}

.supply-title {
    font-size: 3.33rem;
    margin: 100px 0 80px;
    color: black;
    text-align: center;
}


.asset-solution {
    position: relative;
    text-align: center;
}

.asset-solution-wrap {
    padding-bottom: 70px;
}

.asset-solution-interface {
    padding-bottom: 250px;
}

.asset-solution-item {
    position: absolute;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}
.asset-solution-interface-item {
    position: absolute;
    width: 214px;
}

.asset-interface-title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 12px;
}

.asset-interface-content {
    font-size: 1.2rem;
    line-height: 22px;
}

.interface1 {
    top: 280px;
    left: 68px;
    text-align: right;
}

.interface2 {
    top: 429px;
    left: -49px;
    text-align: right;
}

.interface3 {
    top: 596px;
    left: -78px;
    text-align: right;
}

.interface4 {
    top: 772px;
    left: -51px;
    text-align: right;
}

.interface5 {
    top: 936px;
    text-align: right;
    left: 68px;
}

.interface6 {
    top: 275px;
    right: 68px;
    text-align: left;
}

.interface7 {
    top: 436px;
    right: -49px;
    text-align: left;
}

.interface8 {
    top: 611px;
    right: -78px;
    text-align: left;
}

.interface9 {
    top: 782px;
    right: -51px;
    text-align: left;
}

.interface10 {
    top: 936px;
    right: 68px;
    text-align: left;
}
.user-item {
    width: 270px;
    height: 530px;
    text-align: center;
    box-shadow: -8px 27px 12px 0px #f9f9f9;
}

.user-title {
    background-color: #D84F38;
    border-radius: 35px;
    color: white;
    width: 214px;
    height: 54px;
    line-height: 50px;
    margin: 35px auto 50px;
}

.user-content {
    width: 230px;
    margin: 0 auto;
    text-align: justify;
    line-height: 30px;
}