.indexBanner {
    width: 100%;
    height: 7.45rem;
}

.swiper1 {
    width: 100%;
    height: 100%;
}

.indexBannertext {
    position: absolute;
    top: 50%;
    left: 2.1rem;
    transform: translateY(-50%);
    z-index: 100;
}

.indexBannertit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.6rem;
    color: #FFFFFF;
    margin-bottom: .59rem;
}

.indexBannerbtn {
    display: flex;
    align-items: center;
    margin-bottom: .22rem;
    cursor: pointer;
}

.indexBannerbtn img {
    width: .3rem !important;
    height: .3rem !important;
    margin-right: .08rem;
}

.indexBannerbtn p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
}

.about {
    width: 100%;
    height: 9rem;
    background-image: url(../images/index/aboutBack.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.aboutBox {
    width: 15rem;
    margin: 0 auto;
    padding: .85rem 0 .97rem;
}

.aboutBoxl {
    width: 9rem;
}

.aboutTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    position: relative;
    padding-bottom: .3rem;
    margin-bottom: .5rem;
}

.aboutTit::after {
    content: '';
    width: 1.06rem;
    height: 0.05rem;
    background: #FE8503;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aboutTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
    text-indent: 2em;
}

.numBox {
    width: 100%;
    display: flex;
    margin-top: .6rem;
}

.numItem {
    margin-right: .9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.numBox:last-child {
    margin-right: 0;
}

.numItem p:first-child {
    font-family: Bahnschrift, Bahnschrift;
    font-weight: normal;
    font-size: 0.16rem;
    color: #144199;
    display: flex;
    align-items: flex-end;
    line-height: .4rem;
}

.num {
    font-size: .7rem;
    line-height: .7rem;
    font-weight: bold;
}

.numItem p:last-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}

.aboutMore {
    width: 2rem;
    height: 0.4rem;
    background: #FE8503;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .57rem;
}

.about>img {
    position: absolute;
    width: 8.5rem;
    height: 9rem;
    right: 0;
    top: 0;
}

.product {
    width: 100%;
    height: 14.81rem;
    background-image: url(../images/index/productBack.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.productBox {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0 1rem;
}

.commonTitle {
    padding-bottom: .45rem;
    display: flex;
    justify-content: center;
    position: relative;
}

.commonTiten {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.6rem;
    color: rgba(0, 86, 255, .1);
}

.commonTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    position: absolute;
    left: 50%;
    top: .42rem;
    transform: translateX(-50%);
}

.commonTitle::after {
    content: '';
    width: 1.06rem;
    height: 0.05rem;
    background: #FE8503;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.productContent {
    margin-top: 1.22rem;
}

.productTab {
    display: flex;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.productTabitem {
    width: 3.6rem;
    height: 1rem;
    background: #F5F6F8;
    display: flex;
    align-items: center;
    padding-left: .49rem;
    box-sizing: border-box;
}

.productTabactive {
    background: #144199;
}

.productTabitem img {
    width: .63rem;
    height: .63rem;
    margin-right: .28rem;
}

.productTabactive img {
    filter: brightness(2);
}

.productTabtext p:first-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
}

.productTabtext p:last-child {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
}

.productTabactive p:first-child,
.productTabactive p:last-child {
    color: #FFFFFF;
}

.productList {
    width: 100%;
    height: 8.9rem;
    background: #F5F6F8;
    padding: .5rem .45rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.productItem {
    width: 3.3rem;
    height: 3.8rem;
    margin-right: .3rem;
    margin-bottom: .3rem;
    background: #FFFFFF;
}

.productItem:nth-child(4n) {
    margin-right: 0;
}

.productImg {
    width: 3.3rem;
    height: 3.2rem;
    overflow: hidden;
}

.productItemtit {
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}

.productItem:hover .productItemtit {
    color: #144199;
}

.case {
    width: 100%;
    height: 4.2rem;
    background-image: url(../images/index/caseBack.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 5.6rem;
}

.case .commonTitle {
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
}

.case .commonTiten {
    color: rgba(255, 255, 255, .1);
}

.case .commonTit {
    color: #FFFFFF;
}

.case .commonTitle::after {
    background: #FFFFFF;
}

.caseBox {
    width: 15rem;
    height: 6rem;
    display: flex;
    position: absolute;
    left: 50%;
    top: 2.8rem;
    transform: translateX(-50%);
}

.caseItem {
    width: 5rem;
    display: flex;
    flex-direction: column;
}

.caseItem:nth-child(2) {
    flex-direction: column-reverse;
}

.caseImg {
    width: 100%;
    height: 3rem;
}

.caseText {
    width: 100%;
    height: 3rem;
    background: #F5F5F5;
    padding: .5rem;
    box-sizing: border-box;
}

.caseTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #144199;
    text-align: center;
    margin-bottom: .25rem;
}

.caseTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.34rem;
    height: .92rem;
    margin-bottom: .2rem;
}

.caseMore {
    width: 1.61rem;
    height: 0.4rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    border: 0.01rem solid #FE8503;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FE8503;
    margin: 0 auto;
}

.new {
    width: 100%;
    height: 8.67rem;
    background-image: url(../images/index/newBack.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newBox {
    width: 15rem;
    margin: 0 auto;
    padding: 1rem 0;
}

.newList {
    display: flex;
    margin-top: 1rem;
}

.newItem {
    width: 4.8rem;
    height: 4.8rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    margin-right: .3rem;
}

.newItem:nth-child(3n) {
    margin-right: 0;
}

.newItem:hover {
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.2);
}

.newItemimg {
    width: 100%;
    height: 3.41rem;
    overflow: hidden;
}

.newText {
    width: 100%;
    height: 1.4rem;
    padding: .2rem;
    box-sizing: border-box;
}

.newTextdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    margin-bottom: .2rem;
}

.newItem:hover .newTit {
    font-weight: bold;
    color: #144199;
}

.newTime {
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 0.2rem;
    color: #999999;
}

.newArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .4rem;
    height: .4rem;
}

.newArrow img:last-child,
.newItem:hover img:first-child {
    display: none;
}

.newItem:hover img:last-child {
    display: block;
}

.vip {
    width: 100%;
    height: 6.26rem;
    background-image: url(../images/index/vipBack.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vipBox {
    width: 15rem;
    margin: 0 auto;
    padding: .8rem 0 1rem;
}

.vipUp {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.vipTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    margin-bottom: .1rem;
}

.vipTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #0F34EF;
}

.vipR {
    display: flex;
    align-items: center;
}

.vipTab {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    padding-bottom: .1rem;
    position: relative;
    margin-left: .5rem;
    cursor: pointer;
}

.vipTabacticve {
    font-weight: bold;
}

.vipTabacticve::after {
    content: '';
    width: 100%;
    height: .03rem;
    background: #0F34EF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.vipMore {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #0F34EF;
    margin-left: 1rem;
}

.vipDown {
    margin-top: .6rem;
}

.swiper2 {
    width: 100%;
    height: 2.25rem;
    padding-bottom: .68rem !important;
}

.swiper2 .swiper-slide {
    height: 1rem;
    /* margin-right: .25rem; */
}

.swiper2 .swiper-slide:nth-child(2n) {
    margin-top: .25rem !important;
}

.swiper2 .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 0 !important;
}