/* 首页 */
#index-item2 img, #index-item3 img, #index-item4 img, #index-item5 img, #index-item6 img, #index-item7 img {
    width: 100%;
}
body{
    
    background-image: url('../img/index-banner.png');
}

.index-banner {
    width: 100%;
    position: relative;
    background-attachment: fixed;
    /*overflow: hidden;*/
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

.index-banner:first-child {
    height: 9.67rem;
    padding-top: 3.12rem
}

.index-banner:nth-child(3) {
    height: 6.02rem;
    background-image: url('../img/index-item3.png');
}

.index-banner:nth-child(4), .index-banner:nth-child(6) {
    height: 5rem;
    background-color: white;
    width: 12rem;
    margin: 0 auto;
    position: relative;
}

.index-banner:nth-child(4) div, .index-banner:nth-child(6) div, .index-banner:nth-child(10) div {
    width: 7.38rem;
    margin-left: 5rem;
    margin-top: 0.76rem
}

.index-banner:nth-child(10) div {
    padding-bottom: 0.7rem;
}

.index-banner:nth-child(6) div {
    margin-left: 0;
}

.index-banner:nth-child(4) div > p:first-child, .index-banner:nth-child(6) div > p:first-child, .index-banner:nth-child(10) div > p:first-child {
    font-size: 0.48rem;
    color: rgb(37, 37, 37)
}

.index-banner:nth-child(4) div > p:nth-child(2), .index-banner:nth-child(6) div > p:nth-child(2), .index-banner:nth-child(10) div > p:nth-child(2) {
    font-size: 0.16rem;
    color: rgb(51, 51, 51);
    margin-top: 0.36rem;
    margin-bottom: 0.5rem;
}

.index-banner:nth-child(4) div > img, .index-banner:nth-child(6) div > img, .index-banner:nth-child(10) div > img {
    width: 3.1rem;
}

.index-banner:nth-child(4) > img:first-child {
    width: 6.06rem;
    position: absolute;
    left: -2rem;
    bottom: 0;
}

.index-banner:nth-child(6) > img:first-child {
    width: 5.14rem;
    position: absolute;
    left: 7rem
}


.index-banner:nth-child(5) {
    height: 6.1rem;
    background-image: url('../img/index-item4.png');
}

.index-banner:nth-child(7) {
    position: relative;
}

.index-banner:nth-child(7) .bg {
    height: 6.1rem;
    background-image: url('../img/advertisement.png');
    background-attachment: fixed;
    /* overflow: hidden; */
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

.index-banner:nth-child(7) .adv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 6.1rem;
    background-image: url('../img/advertisement.png');
    background-attachment: fixed;
    /* overflow: hidden; */
    background-repeat: no-repeat;
    background-size: 3rem auto;
    background-position-y: center;
}

.index-banner:nth-child(8) {
    width: 100%;
    height: 4.9rem;
    background-color: white;
}

.index-banner:nth-child(8) .title {
    width: 100%;
    text-align: center;
    padding-top: 0.7rem;
}

.index-banner:nth-child(8) .title p, .index-banner:nth-child(11) .title p {
    font-size: 0.16rem;
    text-align: center;
    color: rgb(73, 73, 73);
    line-height: 0.25rem;
}

.index-banner:nth-child(8) .title p:first-child, .index-banner:nth-child(11) .title p:first-child {
    font-size: 0.38rem;
    color: rgb(37, 37, 37);
    margin-bottom: 0.45rem;
}

.index-banner:nth-child(8) .info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0.7rem;
}

.index-banner:nth-child(8) .info div {
    width: 2.4rem;
    height: 1.3rem;
    border: 1px dashed rgb(222, 222, 222);
}

.index-banner:nth-child(8) .info div:nth-child(2) {
    margin-left: 0.32rem;
    margin-right: 0.32rem;
}

.index-banner:nth-child(8) .info div p:first-child {
    font-size: 0.21rem;
    color: rgb(37, 37, 37);
    text-align: center;
    margin-top: 0.33rem;
}

.index-banner:nth-child(8) .info div p:last-child {
    font-size: 0.15rem;
    color: rgb(136, 136, 136);
    text-align: center;
    margin-top: 0.1rem;
}

.index-banner:nth-child(9) {
    height: 6.1rem;
    background-image: url('../img/index-item9.png');
}


.index-banner:nth-child(10) {
    width: 12rem;
    margin: 0 auto;
    position: relative;
}

.index-banner:nth-child(10) > img:first-child {
    width: 5.96rem;
    position: absolute;
    left: -2rem;
}

.index-banner:nth-child(11) {
    background-color: rgb(245, 245, 245);
    padding-top: 1.16rem;
    padding-bottom: 1.17rem;
}

.index-banner:nth-child(11) .title {
    margin-bottom: 0.9rem;
}



.each-team-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.each-team-line:nth-child(3) {
    margin-top: 0.4rem;
}

.each-team-line div {
    width: 2.07rem;
    height: 1.29rem;
    border-radius: 0.11rem;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0.44rem;
}

.each-team-line div:last-child {
    margin-right: 0;
}

.enjoyUs {
    width: 2.04rem;
    height: 0.47rem;
    border-radius: 0.47rem;
    border: 1px solid rgb(215, 215, 215);
    color: black;
    font-size: 0.16rem;
    background-color: transparent;
    margin-top: 0.76rem;
    position: relative;
    left: 50%;
    margin-left: -1.02rem;
    cursor: pointer;
    outline: none;
}

.enjoyUs:hover {
    border: 1px solid rgb(44, 106, 201);
    transition: all .6s linear;
}

#index-banner img {
    width: 100%;
}

#banner-text {
    width: 100%;
}

#banner-text p {
    text-align: center;
}

#banner-text p:first-child {
    font-family: '微软雅黑';
    font-size: 0.68rem;
    color: white;
    margin-bottom: 0.44rem;
}

#banner-text p:nth-child(2) {
    color: rgb(216, 216, 216);
    font-size: 0.44rem;
    margin-bottom: 0.22rem;
}

#banner-text p:nth-child(3) {
    color: rgb(153, 153, 153);
    font-size: 0.18rem;
    margin-bottom: 0.58rem;
}

#banner-text button {
    width: 2.8rem;
    height: 0.6rem;
    position: absolute;
    left: 50%;
    border: none;
    cursor: pointer;
    margin-left: -1.4rem;
    background-color: rgb(233, 27, 44);
    border-radius: 0.05rem;

    font-size: 0.21rem;
    color: white;
}

/* index-intro */
#index-intro {
    width: 100%;
    height: 5.03rem;
    background-color: white;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem
}

#index-intro p {
    text-align: center;
}

#index-intro p:first-child {
    font-size: .48rem;
    color: black;
    margin-bottom: 0.42rem;
}

#index-intro p:nth-child(2), #index-intro p:nth-child(3) {
    font-size: .16rem;
    color: rgb(51, 51, 51);
}

#index-intro p:nth-child(2) {
    margin-bottom: .12rem;
}

#index-intro p:nth-child(3) {
    margin-bottom: 0.62rem;
}

#index-intro-txt div {
    float: left;
}

#index-intro-txt div p:first-child {
    width: 100%;
    margin: 0rem;
    text-align: center;
}

#index-intro-txt div p:first-child {
    font-size: 0.16rem;
    color: rgb(51, 51, 51);
    /*margin-bottom: 23px;*/
}

#index-intro-txt div p:first-child span {
    font-size: 1.2rem;
    margin-right: 0.2rem;
    color: rgb(46, 46, 46);
}

#index-intro-txt div p:last-child {
    font-size: 0.15rem;
    color: rgb(37, 37, 37)
}

.split {
    color: rgb(231, 231, 231) !important;
    font-size: .5rem !important;
    font-weight: lighter;
    float: left;
    margin-top: .5rem;
    margin-left: .8rem;
    margin-right: .8rem;
}

/*  */
#index-item7 {
    position: relative;
}

#index-item7 button:hover {
    border: 1px solid rgb(44, 106, 201);
    transition: all .6s linear;
}

#index-item7 button {
    width: 2.06rem;
    height: .47rem;
    /*border: none;*/
    border: 1px solid rgb(216, 216, 216);
    background-color: rgb(244, 244, 244);
    border-radius: .2rem;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -1.03rem;
    bottom: 13.41%;
    color: black;
    font-size: .16rem;
}

.icon-info li {
    display: inline-block;
    text-align: center;
    padding: 0 .46rem;
    border-left: 1px solid #ececec;
}

.icon-info img {
    height: 0.35rem;
}

.icon-info li:nth-child(1) {
    padding: 0 .46rem 0 0;
    border-left: none;
}

.icon-info li p {
    margin-top: .12rem;
    font-size: .16rem;
    color: #a0a0a0;
}

.inc-num {
    font-family: 'Helium-Xlight';
}
