/* 产品中心 */
.banner-img {
    width: 100%;
    object-fit: fill;
}

.introduce {
    padding: 104px 0 57px;
}

.introduce-warp {
    padding-left: 70px;
}

.introduce .subTit {
    padding-bottom: 19px;
}

.introduce-cont {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding: 4px 0 20px;
    text-align: justify;
}

.introduce-tags li {
    padding: 9px 24px;
    background: url(https://tiyu1.oss-cn-hangzhou.aliyuncs.com/tiyu/1648191894561.png);
    background-size: 100% 100%;
    display: inline-block;
    font-size: 16px;
    /* width: 144px;
    height: 40px; */
    color: #FFFFFF;
    position: relative;
    margin-bottom: 14px;
    margin-right: 10px;
}

/* 价值亮点 */
.lightspot {
    background: #F6FBFF;
    padding: 50px 0;
    text-align: center;
}

.lightspot .advant {
    margin-bottom: 57px !important;
}

.lightspot .title {
    margin-bottom: 40px;
}

.lightspot .lists {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.lightspot .lists .advantImg img {
    width: 430px;
    height: auto;
    margin-bottom: 76px;
}

.lightspot .competition {
    justify-content: space-between;
}

.train .lightspotItem {
    width: 360px;
    background-color: #fff !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 28, 80, 0.26);
    border-radius: 8px;
}

.lightspotItem {
    width: 30%;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 28, 80, 0.26);
    border-radius: 8px;
    padding: 24px 24px 30px;
    cursor: pointer;
    color: #3E3E3E;
}

.lightspot .competition .lightspotItem {
    width: 570px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 28, 80, 0.26);
    padding: 20px 25px;
}

.lightspotItem img {
    width: 230px;
    height: 233px;
}

.lightspot .competition .lightspotItem img {
    width: 150px;
    height: auto;
    margin-right: 32px;
}

.lightspotItem .lightspotTitle {
    font-size: 18px;
    font-weight: bold;
    padding-top: 21px;
    z-index: 10;
    position: relative;
}

.lightspot .competition .lightspotItem .lightspotTitle {
    font-size: 20px;
    color: #1A1A1A;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.lightspotItem .describe {
    font-size: 16px;
    line-height: 27px;
    padding-top: 13px;
    text-align: justify;
    color: #666;
}

.lightspot .competition .lightspotItem .describe {
    width: 320px;
    line-height: 24px;
    padding-top: 20px;
}

.lightspotItem .underlines {
    background-color: red;
    width: 124px;
    height: 7px;
    background: linear-gradient(90deg, #4AAEFF 0%, #FFFFFF 100%);
    z-index: 0;
    position: absolute;
    top: 39px;
}

.resource {
    width: 100%;
    height: 358px;
    background: url(https://tiyu1.oss-cn-hangzhou.aliyuncs.com/tiyu/1648200703461.png);
    background-size: 100% 100%;
    padding: 50px 0;
}

.resource .lists {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
}

.resourceItem {
    width: 25%;
    text-align: center;
}

.resourceItem img {
    margin: 0 auto;
}

.more {
    padding: 50px 0;
    background: #F6FBFF;
}

.more .title {
    padding-bottom: 50px;
}

/* 服务平台 */
.serve-tags li {
    padding: 9px 24px;
}

.oneStop {
    background: none;
    padding: 50px 0;
}

.oneStop .lists {
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
    font-size: 20px;
    color: #333333;
}

/*场馆 start */
/*场馆 核心功能 */
.coreFN {
    padding-top: 50px;
    background: #F7FBFF;
}

.coreFN .lists {
    display: flex;
    flex-wrap: wrap;
    padding-top: 76px;
}

.coreFNItem {
    width: 20%;
    text-align: center;
    margin-bottom: 78px;
}

.coreFNItem img {
    margin: 0 auto 20px;
}

/*场馆 运营 */
.operation {
    padding-top: 50px;
}

.operation .lists {
    display: flex;
    flex-wrap: wrap;
    padding-top: 55px;
    justify-content: space-around;
    text-align: left;
}

.operation .lists li {
    padding-bottom: 76px;
    width: 40%;
}

.caseStadium {
    background: url(https://tiyu1.oss-cn-hangzhou.aliyuncs.com/tiyu/1648431964694.png);
    height: 554px;
}

.caseStadium .caseStadiumItem {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 28, 80, 0.26);
    border-radius: 8px;
    width: 24%;
}

.caseStadium .caseStadiumItem h3 {
    text-align: center;
    font-size: 20px;
}

.caseStadium .caseStadiumItem p {
    padding: 0 20px;
    text-align: justify;
}

/* 赛事 */
.competition .core {
    background: #F6FBFF;
}

.competition .core .title {
    font-size: 24px;
    font-weight: bold;
    color: #1A1A1A;
    padding: 60px 0 50px;
    text-align: center;
}

.competition .core .lists {
    display: flex;
    justify-content: space-around;
}

.competition .core .coreFNItem {
    /* width: 189px; */
    width: 16%;
    height: 217px;
    margin-right: 12px;
    color: #fff;
    position: relative;
}

.competition .core .coreFNItem img {
    /* width: 189px; */
    width: 100%;
}

.competition .core .coreFNItem-cont {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}

.competition .core .coreFNItem-cont h3 {
    font-size: 43px;
    margin-top: 34px;
}

.competition .core .coreFNItem-cont h4 {
    font-size: 21px;
}

.competition .core .coreFNItem h3,
.competition .core .coreFNItem h4 {
    color: #fff;
}

.coreDetail {
    padding: 40px 0;
    position: relative;
}

.coreDetail .row>li {
    height: 470px;
    position: relative;
}

.coreDetail .coreDetailItem {
    /* padding: 40px 0; */
    /* height: 450px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.coreDetail .coreDetailItem .title {
    font-weight: bold;
    color: #1A1A1A;
    font-size: 24px;
    padding-bottom: 16px;
}

.coreDetail .coreDetailItem .subTit {
    font-size: 18px;
    color: #333333;
    padding-bottom: 18px;
    max-width: 90%;
}

.coreDetailLists {
    padding-top: 18px;
}

.coreDetailLists li {
    font-size: 16px;
    color: #666666;
    padding-bottom: 10px;
}

.trainTop {
    text-align: center;
    background: #F6FBFF;
    padding: 60px 0;
}

.trainTop .title {
    font-weight: bold;
}

.trainTop p {
    font-size: 18px;
    color: #333333;
    padding: 39px 0;
}

.trainClient {
    padding: 50px 15px;
}

.trainClient .trainClientItems {
    display: flex;
    width: 100%;
}

.trainClientItems-left {
    width: 460px;
}

.trainClientItems-right {
    width: calc(100% - 460px)
}

.trainClientItems-left img {
    display: inline-block;
}

.trainClient .title {
    padding-bottom: 33px;
}

.trainClient .trait {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    padding-top: 30px;
}

.trainClient .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 34px;
}

.trainClient .lists li {
    width: 49%;
    background: #FAFAFA;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 28px;
}

.trainClientNum {
    font-size: 16px;
    color: rgba(102, 102, 102, 0.4);
    padding-bottom: 7px;
}

.trainClientNum img {
    display: inline-block;
    vertical-align: bottom;
}

.trainClientNum .point {
    margin: 0 9px 0 6px;
}

.trainClient .lists p {
    font-size: 16px;
    color: #666666;
}

.industrySolutions {
    padding-top: 42px;
    padding-bottom: 53px;
}

.industrySolutions .mainTit {
    margin-bottom: 40px;
}

.industrySolutionsLists {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 142, 255, 0.1);
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    color: #666666;
}

.industrySolutionsLists .title {
    font-size: 18px;
    font-weight: bold;
    color: #008EFF;
    margin-bottom: 10px;
}

.industrySolutionsLists img {
    margin-right: 12px;
    width: 84px;
}

.img-responsive {
    height: 26px;
}