.class-box {
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: 0;
    z-index: 15;
}

.class-box .class-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.class-box .class-list .class-list-item {
    width: 260px;
    height: 100px;
    transition: .3s;
}

.class-box .class-list .class-list-item:hover {
    background: rgba(255, 255, 255, 0.3);
    transition: .3s;
}

.class-box .class-list .class-list-item .link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.class-box .class-list .class-list-item .link .left {
    width: 94px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.class-box .class-list .class-list-item .link .right {
    color: rgba(255, 255, 255, 1);
}

.class-box .class-list .class-list-item .link .right p:first-child {
    font-size: 20px;
}

.class-box .class-list .class-list-item .link .right p:last-child {
    font-size: 14px;
}

.carousel-indicators {
    bottom: 80px;
}

.carousel-indicators li {
    height: 6px;
}


/* 模块一开始 */

.model1-bg {
    background-image: url(/home/image/model/ExperienceBg.png);
    background-size: contain !important;
    height: 969px;
}


/* 模块一结束 */


/* 模块二开始 */

.model2-bg {
    background-image: url(/home/image/model/solutionBg.png);
    width: 100%;
    height: 650px;
}

.model2-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 63px;
}

.model2-nav .model2-nav-item {
    font-size: 0.875rem;
    padding: 2px 9px;
    cursor: pointer;
    transition: 0.3s;
    color: rgba(255, 255, 255, 1);
}

.model2-nav .model2-nav-item a {
    color: #ffffff;
}

.model2-nav .model2-nav-item.active {
    background: rgba(37, 95, 246, 1);
    border-radius: 9px;
}

.model2-nav .model2-nav-item:hover {
    transition: 0.3s;
    background: rgba(37, 95, 246, 1);
    border-radius: 9px;
}

.model2-nav-content {
    transition: 0.3s;
}

.model2-nav-content .model2-content-title {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 1);
    position: relative;
    margin-bottom: 45px;
    transition: 0.3s;
}

.model2-nav-content .model2-content-title::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 2px;
    background: rgba(37, 95, 246, 1);
    border-radius: 1px;
    bottom: -3px;
}

.model2-nav-content .model2-content-desc {
    width: 775px;
    height: 160px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    margin-top: 60px;
    margin-bottom: 120px;
    transition: 0.3s;
}

.model2-nav-content .model2-children {
    height: 114px;
    width: 775px;
    border: 1px dashed #d8d8d8;
    border-right: none;
    border-left: none;
    padding: 14px 0;
    display: flex;
    align-items: center;
}

.model2-nav-content .model2-children .model2-children-item {
    width: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    transition: 0.3s;
}

.model2-nav-content .model2-children .model2-children-item img {
    width: 39px;
    height: 39px;
    margin-bottom: 17px;
}

.model2-nav-content .model2-children .model2-children-item p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 1);
}


/* 模块二结束 */


/* 模块三开始 */

.model3-bg {
    width: 100%;
}

.model3-container {
    width: 100%;
    margin-top: 30px;
    margin-left: 30px;
    display: flex;
    justify-content: space-between;
}

.model3-container .left {
    width: 310px;
}

.model3-container img {
    margin-right: 20px;
}

.model3-container .content-list .content-list-item p:first-child {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 15px;
}

.model3-container .content-list .content-list-item p:last-child {
    font-size: 0.875rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
}

.model3-container .content-footer {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 100px;
}

.model3-container .content-footer button {
    width: 140px;
    height: 53px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(251, 80, 46, 1) 0%, rgba(242, 35, 40, 1) 100%);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: 0.1s;
    font-weight: 500;
    font-size: 22px;
    border: none;
}

.model3-container .content-footer button.primary {
    background: linear-gradient(270deg, rgba(52, 131, 247, 1) 0%, rgba(61, 165, 247, 1) 100%);
}

.model3-container .content-footer button a {
    padding: 12px 20px;
    display: inline-flex;
}


/* 模块三结束 */


/* 模块四开始 */

.model4 {
    width: 100%;
    background: rgba(247, 249, 252, 1);
    padding: 75px 0;
}

.model4 .xb-title {
    margin-bottom: 80px;
}

.model4 .model4-container {
    display: table;
    margin: 0 auto;
}

.model4 .model4-container-item {
    background: rgba(255, 255, 255, 1);
    padding-right: 33px;
    display: table-cell;
}

.model4 .model4-container-item:last-child {
    padding-right: 0;
}

.model4 .model4-container-item .item-box {
    min-height: 360px;
    box-shadow: 0px 2px 36px -10px rgba(72, 117, 163, 1);
}

.model4 .model4-container-item .item-title {
    height: 86px;
    padding: 14px 37px 20px;
    text-align: center;
}

.model4 .model4-container-item .item-title.title1 {
    width: 214px;
    background: linear-gradient(90deg, rgba(251, 79, 46, 1) 0%, rgba(242, 36, 40, 1) 100%);
}

.model4 .model4-container-item .item-title.title2 {
    width: 445px;
    background: linear-gradient(90deg, rgba(250, 79, 46, 1) 0%, rgba(242, 36, 40, 1) 100%);
}

.model4 .model4-container-item .item-title.title3 {
    width: 308px;
    background: linear-gradient(90deg, rgba(250, 79, 46, 1) 0%, rgba(242, 36, 40, 1) 100%);
}

.model4 .model4-container-item .item-title.title4 {
    width: 236px;
    background: linear-gradient(90deg, rgba(251, 79, 46, 1) 0%, rgba(242, 36, 40, 1) 100%);
}

.model4 .model4-container-item .item-title p:first-child {
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.model4 .model4-container-item .item-title p:last-child {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
}

.model4 .model4-container-item .item-content {
    padding: 30px 40px;
    height: 285px;
}

.model4 .model4-container-item .item-content.content1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.model4 .model4-container-item .item-content.content1 img {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}

.model4 .model4-container-item .item-content.content1 p {
    margin: 0 0 27px 0;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: rgba(125, 125, 125, 1);
}

.model4 .model4-container-item .item-content.content1 p:last-child {
    margin: 0;
}

.model4 .model4-container-item .item-content.content2 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 18px;
}

.model4 .model4-container-item .item-content.content2 .item span:first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid rgba(251, 79, 46, 1);
    font-size: 0.8125rem;
    color: rgba(251, 79, 46, 1);
    margin-right: 21px;
}

.model4 .model4-container-item .item-content.content2 .item span:last-child {
    display: inline-block;
    width: 233px;
    font-size: 0.8rem;
    color: rgba(125, 125, 125, 1);
}

.model4 .model4-container-item .item-content.content3 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.model4 .model4-container-item .item-content.content3 .item {
    font-size: 0.875rem;
    color: rgba(125, 125, 125, 1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.model4 .model4-container-item .item-content.content3 .item:last-child {
    margin: 0;
}

.model4 .model4-container-item .item-content.content3 .item img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}

.model4 .model4-container-item .item-content.content4 {
    text-align: center;
    font-size: 1rem;
    color: rgba(125, 125, 125, 1);
}

.model4 .model4-container-item .item-content.content4 p {
    margin-bottom: 26px;
}


/* 模块四结束 */


/* 模块五开始 */

.model5-bg {
    background-image: url(/home/image/model/choose-bg.png);
}

.model5-bg .choose-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.model5-bg .choose-container .container-item {
    height: 104px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    margin: 5px 5px 22px 5px;
    padding: 17px;
}

.model5-bg .choose-container .container-item p:first-child {
    font-size: 1rem;
    color: rgba(67, 67, 67, 1);
    margin-bottom: 10px;
}

.model5-bg .choose-container .container-item p:nth-child(2) {
    font-size: 0.875rem;
    color: rgba(112, 112, 112, 1);
}

.model5-bg .support-container {
    height: 350px;
    display: flex;
    transition: 0.3s;
    background-image: url(/home/image/model/supportBg.png);
}

.model5-bg .active1-bg {
    background-image: url(/home/image/model/supportBg1.png);
}

.model5-bg .active2-bg {
    background-image: url(/home/image/model/supportBg2.png);
}

.model5-bg .active3-bg {
    background-image: url(/home/image/model/supportBg3.png);
}

.model5-bg .active4-bg {
    background-image: url(/home/image/model/supportBg4.png);
}

.model5-bg .support-container .support-item {
    width: 25%;
    padding: 33px;
    transition: 0.3s;
    border-right: 1px solid hsla(0, 0%, 100%, 0.25);
    background-color: rgba(90, 147, 234, 0.9);
}

.model5-bg .support-container .support-item:hover {
    transition: 0.3s;
    width: 400px;
    padding: 22px;
}

.model5-bg .support-container .support-item:last-child {
    border-right: none;
}

.model5-bg .support-container .support-item p:first-child {
    text-align: center;
    margin-bottom: 19px;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 1);
}

.model5-bg .support-container .support-item p:nth-child(2) {
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 12px;
}

.model5-bg .support-container .support-item p:nth-child(3) {
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 12px;
}


/* 模块五结束 */


/* 模块六开始 */

.model6 {
    /*height: 900px;*/
    /*background-image: url(/home/image/model/model6Bg.png);*/
}

.model6.xb-main {
    padding-top: 40px;
}

.model6 .news-container {
    margin-top: 10px;
    position: relative;
    background: rgba(255, 255, 255, 1);
    /*box-shadow: 0px 0px 30px -11px rgba(255, 36, 31, 1);*/
    display: grid;
    grid-template-columns: repeat(3, 33.333%);
}


/*.model6 .news-container::before {*/


/*    content: "";*/


/*    position: absolute;*/


/*    top: -36px;*/


/*    bottom: -36px;*/


/*    left: -47px;*/


/*    right: -37px;*/


/*    background: rgba(255, 77, 19, 0.25);*/


/*    opacity: 0.19;*/


/*    filter: blur(6px);*/


/*    z-index: -10;*/


/*}*/


/*.model6 .news-container::after {*/


/*    content: "";*/


/*    position: absolute;*/


/*    top: -100px;*/


/*    bottom: -100px;*/


/*    left: -100px;*/


/*    right: -100px;*/


/*    background: rgba(255, 77, 18, 1);*/


/*    opacity: 0.08;*/


/*    filter: blur(10px);*/


/*    z-index: -5;*/


/*}*/

.model6 .news-container .news-box {
    width: 340px;
    border: 1px solid #E6E6E6;
    background: #fff;
    margin-right: 30px;
    padding: 28px 19px;
    box-sizing: content-box;
}

.model6 .news-container .news-box:last-child {
    margin-right: 0;
}

.model6 .news-container .news-label {
    /*border-bottom: 1px dashed #ebebeb;*/
    /*padding: 0 33px 28px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.model6 .news-container .news-label span:first-child {
    font-size: 1.3125rem;
    color: rgba(51, 51, 51, 1);
    position: relative;
    font-weight: 600;
}

.model6 .news-container .news-label span:first-child::after {
    content: "";
    display: block;
    width: 22px;
    height: 3px;
    background: #f91f28;
    margin: 15px auto 20px;
}


/*.model6 .news-container .news-label span:last-child {*/


/*    cursor: pointer;*/


/*    font-size: 0.8125rem;*/


/*    color: rgba(113, 113, 113, 1);*/


/*}*/


/*.model6 .news-container .news-label span:last-child i {*/


/*    margin-right: 5px;*/


/*    color: #d1d1d1;*/


/*}*/

.model6 .news-container .news-content {
    /*padding: 0 33px;*/
}

.model6 .news-container .news-content .news-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    /*border-bottom: 1px dashed #ebebeb;*/
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.model6 .news-container .news-content .news-item a {
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.model6 .news-container .news-content .news-item a span:first-child {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.model6 .news-container .news-content .news-item a span:first-child i {
    margin-right: 5px;
    color: #d1d1d1;
}

.model6 .news-container .news-content .news-item a .time {
    min-width: 70px;
    text-align: right;
    color: rgba(126, 139, 162, 1);
}

.model6 .news-container .news-content .news-item.show-item {
    position: relative;
    height: 183px;
    margin-bottom: 14px;
    overflow: hidden;
}


/*.model6 .news-container .news-content .news-item.show-item div {*/


/*    width: 60%;*/


/*}*/

.model6 .news-container .news-content .news-item.show-item img {
    width: 340px;
    height: 183px;
    transition: all .2s;
}

.model6 .news-container .news-content .news-item.show-item:hover img {
    transform: scale(1.06);
}

.model6 .news-container .news-content .news-item.show-item p {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
    background-color: rgba(0, 0, 0, 0.25);
}

.model6 .news-container .news-content .show-more {
    width: 126px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    transition: all .2s;
    text-align: center;
    color: #F92128;
    border: 1px solid #F92128;
    display: block;
    margin: 20px auto 0;
}

.model6 .news-container .news-content .show-more:hover {
    color: #FFFFFF;
    background-color: #F92128;
}


/*.model6 .news-container .news-content .news-item.show-item p:first-child {*/


/*    color: rgba(126, 139, 162, 1);*/


/*    overflow: hidden;*/


/*    text-overflow: ellipsis;*/


/*    white-space: nowrap;*/


/*    margin-bottom: 21px;*/


/*}*/


/*.model6 .news-container .news-content .news-item.show-item p:nth-child(2) {*/


/*    font-size: 0.625rem;*/


/*    color: rgba(113, 113, 113, 1);*/


/*    margin-bottom: 11px;*/


/*}*/


/*.model6 .news-container .news-content .news-item.show-item p:last-child {*/


/*    color: rgba(51, 51, 51, 1);*/


/*    display: -webkit-box;*/


/*    -webkit-box-orient: vertical;*/


/*    -webkit-line-clamp: 2;*/


/*    overflow: hidden;*/


/*}*/


/* 模块六结束 */


/*模块七开始*/

.model7 {
    /*height: 99px;*/
    background: linear-gradient(270deg, rgba(241, 81, 25, 1) 0%, rgba(218, 28, 27, 1) 100%);
}

.model7 .xb-auto-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
}

.model7 form {
    width: 600px;
    /*height: 99px;*/
}

.model7 form .form-group {
    margin-bottom: 10px;
    margin-right: 10px;
}

.model7 form .form-control {
    border-radius: 0;
    border: 0;
    height: 46px;
    width: 200px;
}

.model7 form .form-group:first-child .form-control {
    width: 100%;
}

.model7 form .form-group:nth-child(2),
.model7 form .form-group:nth-child(3) {
    display: inline-block;
    width: 287px;
}

.model7 form .form-group:nth-child(2) .form-control,
.model7 form .form-group:nth-child(3) .form-control {
    width: 100%;
}

.model7 form .btn,
.model7 .submit-btn {
    width: 150px;
    height: 46px;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    background: linear-gradient(270deg, rgba(251, 136, 49, 1) 0%, rgba(246, 195, 25, 1) 100%);
}

.model7 .tip {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.model7 .tip span {
    font-size: 30px;
}

.model7 .button {
    width: 140px;
    height: 46px;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    font-size: 14px;
    color: rgba(242, 19, 38, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}


/*模块七结束*/


/*模块八开始*/

.model8-bg {
    background-image: url("/home/image/model/model8Bg.png");
    padding-top: 47px;
    height: 334px;
}

.model8-bg .xb-title,
.model8-bg .xb-desc {
    color: rgba(255, 255, 255, 1);
}

.model8-bg .model8-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 59px;
}

.model8-bg .model8-container .container-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.model8-bg .model8-container .container-item p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin-top: 19px;
}


/*模块八结束*/


/*模块九开始*/

.model9 .model9-container {
    display: grid;
    grid-template-columns: repeat(5, 20%);
}

.model9 .model9-container .container-item {
    width: 232px;
    height: 236px;
    background: rgba(255, 255, 255, .6);
    border: 1px solid rgba(224, 224, 224, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.model9 .model9-container .container-item img {
    margin-bottom: 36px;
}

.model9 .model9-container .container-item p {
    font-size: 20px;
    color: rgba(34, 34, 34, 1);
    font-weight: 600;
    margin-bottom: 13px;
    white-space: nowrap;
}

.model9 .model9-container .container-item p:last-child {
    font-size: 14px;
    color: rgba(125, 125, 125, 1);
    white-space: normal;
}


/*模块九结束*/


/*模块十开始*/

.model10-bg {
    background-image: url("/home/image/model/model10Bg.png");
    height: 323px;
}

.model10-bg .model10-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.model10-bg .model10-container .left {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.model10-bg .model10-container .left .left-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.model10-bg .model10-container .left .left-item p:first-child {
    font-size: 34px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.model10-bg .model10-container .left .left-item p:last-child {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.model10-bg .model10-container .right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

.model10-bg .model10-container .right h1 {
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 36px;
}

.model10-bg .model10-container .right .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
}

.model10-bg .model10-container .right .btns .button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 10px;
    color: #ffffff;
}

.model10-bg .model10-container .right .btns .button:first-child {
    width: 139px;
    height: 44px;
    background: linear-gradient(270deg, rgba(255, 16, 38, 1) 0%, rgba(255, 78, 18, 1) 100%);
}

.model10-bg .model10-container .right .btns .button:last-child {
    width: 139px;
    height: 44px;
    border: 1px solid #ffffff;
}

.model10-bg .model10-container .right .tip {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}


/*模块十结束*/


/*模块十一开始*/

.model11 .model11-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*模块十一结束*/


/*模块十二开始*/

.model12 {
    background: rgba(247, 249, 252, 1);
}

.model12 .model12-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.model12 .model12-container .container-item {
    margin: 7.5px;
    padding: 72px 23px 10px;
    color: rgba(255, 255, 255, 1);
    height: 285px;
    background-size: cover !important;
}

.model12 .model12-container .container-item p:first-child {
    font-size: 20px;
    margin-bottom: 53px;
}

.model12 .model12-container .container-item p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 13px;
}

.model12 .model12-container .container-item p:nth-child(3) {
    font-size: 14px;
}

.model12 .model12-container .container-item:nth-child(1) {
    background-image: url("/home/image/model/bate.png");
}

.model12 .model12-container .container-item:nth-child(2) {
    background: rgba(255, 161, 1, 1);
    border: 0px solid rgba(151, 151, 151, 1);
}

.model12 .model12-container .container-item:nth-child(3) {
    background: rgba(88, 83, 209, 1);
    border: 0px solid rgba(151, 151, 151, 1);
}

.model12 .model12-container .container-item:nth-child(4) {
    background: rgba(245, 102, 0, 1);
    border: 0px solid rgba(151, 151, 151, 1);
}

.model12 .model12-container .container-item:nth-child(5) {
    background: rgba(72, 184, 104, 1);
    border: 0px solid rgba(151, 151, 151, 1);
}

.model12 .model12-container .container-item:nth-child(6) {
    background-image: url("/home/image/model/model12Img2.png");
    grid-column-start: 2;
    grid-column-end: 5;
}


/*模块十二结束*/


/*模块十三开始*/

.model13-bg {
    background-image: url("/home/image/model/model13Bg.png");
    height: 720px;
}

.model13-bg .model13-container {
    position: relative;
}

.model13-bg .show-item {
    position: absolute;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.model13-bg .show-item:nth-child(1) {
    left: 40px;
    top: 280px;
}

.model13-bg .show-item:nth-child(2) {
    left: 45px;
    top: 532px;
    font-size: 16px;
}

.model13-bg .show-item:nth-child(3) {
    left: 260px;
    top: 119px;
}

.model13-bg .show-item:nth-child(4) {
    left: 250px;
    top: 377px;
}

.model13-bg .show-item:nth-child(5) {
    left: 550px;
    top: 260px;
}

.model13-bg .show-item:nth-child(6) {
    left: 520px;
    top: 532px;
}

.model13-bg .show-item:nth-child(7) {
    left: 730px;
    top: 129px;
}

.model13-bg .show-item:nth-child(8) {
    left: 720px;
    top: 351px;
}

.model13-bg .show-item:nth-child(9) {
    left: 1010px;
    top: 260px;
}

.model13-bg .show-item:nth-child(10) {
    top: 593px;
    left: 955px;
}


/*模块十三结束*/


/*模块十四开始*/

.model14 {
    background-color: #F7F9FC;
}

.model14 .table tr td {
    height: 42px;
    padding: 0 0 0 10px;
    text-align: left;
    line-height: 42px;
}

.model4 .table tr td:nth-child(2) {
    width: 561px;
}

.model14 .table tr td:nth-child(4) {
    width: 338px;
}

.model14 .table tr td:nth-child(2n-1) {
    width: 195px;
    background: rgba(218, 225, 242, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
}

.model14 .table tr td:nth-child(2n) {
    background: rgba(234, 238, 247, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
}

.model14 .table tr td:last-child {
    border-right: none;
}


/*模块十四结束*/


/*模块十五开始*/

.model15 {
    background: #f6f6f6;
}

.model15-list {
    margin: 60px auto;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(5, 20%);
}

.model15-list li {
    background: #ffffff;
    margin: 0 auto 30px;
    padding: 10px;
    width: 220px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model15-list li img {
    width: 200px;
    height: 100px;
}


/*模块十五结束*/


/*多分辨率适配*/


/*1366屏幕适配*/

@media screen and (max-width: 1366px) {
    .class-box .xb-auto-width {
        max-width: 1300px;
    }
    .model7 .xb-auto-width {
        max-width: 1300px;
    }
    .model9-container .container-item {
        width: 100% !important;
        height: 100% !important;
    }
    .model12-container .container-item {
        padding-top: 30px !important;
    }
    .model13-bg .xb-auto-width {
        max-width: 1300px;
    }
}

@media screen and (max-width: 1600px) {
    .class-box .xb-auto-width {
        max-width: 1300px;
    }
    .model7 .xb-auto-width {
        max-width: 1300px;
    }
    .model9-container .container-item {
        width: 100% !important;
        height: 100% !important;
    }
    .model12-container .container-item {
        padding-top: 30px !important;
    }
    .model13-bg .xb-auto-width {
        max-width: 1300px;
    }
}

.Grab {
    width: 0;
    height: 0;
}

.Grab img {
    width: 0;
    height: 0;
}

/* 基本樣式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

/*  剧中对其 */
div.banner {
    width: 1240px;
    margin: 0 auto;
}

/* 模块1 */
div.model-one {
    height: 750px;
    display: flex;
    align-items: center;
}

div.model-one div.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.model-one div.banner h1 {
    margin-bottom: 20px;
}

div.model-one div.banner span {
    margin-bottom: 80px;
}

/* 字体大小颜色 */
div.model-one div.banner div.outer span.img-text {
    font-size: 1em;
    font-weight: 600;
}

div.model-one div.banner div.outer>span.img-text:nth-of-type(1) {
    position: relative;
    top: -346px;
    left: -203px;
}

div.model-one div.banner div.outer div.box {
    width: 189px;
    height: 58px;
    position: relative;
    top: -293px;
    left: -363px;
}

div.model-one div.banner div.outer div.box>span.img-text:nth-of-type(1) {
    position: absolute;
    top: 7px;
    left: 50px;
}

div.model-one div.banner div.outer div.box>span.img-text:nth-of-type(2) {
    position: absolute;
    top: 30px;
    left: 90px;
}

div.model-one div.banner div.outer>span.img-text:nth-of-type(2) {
    position: relative;
    top: -238px;
    left: -230px;
}

div.model-one div.banner div.outer>span.img-text:nth-of-type(3) {
    position: relative;
    top: -145px;
    left: -269px;
}

div.model-one div.banner div.outer>span.img-text:nth-of-type(4) {
    position: relative;
    top: -428px;
    left: 482px;
}

div.model-one div.banner div.outer>span.img-text:nth-of-type(5) {
    position: relative;
    top: -333px;
    left: 440px;
}

div.model-one div.banner div.outer>span.img-text:nth-of-type(6) {
    position: relative;
    top: -240px;
    left: 248px;
}

div.model-one div.banner div.outer>span.img-text:nth-of-type(7) {
    position: relative;
    top: -145px;
    left: 147px;
}

/*模块1结束*/

/* 模块2开始*/
div.model-two {
    height: 750px;
    display: flex;
    align-items: center;
    background: #f0f4fc;
}

div.model-two div.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.model-two div.banner>h1 {
    margin-bottom: 20px;
}

div.model-two div.banner>span {
    margin-bottom: 100px;
}

div.model-two div.banner div.bottom-list {
    display: flex;
}

div.model-two div.banner div.bottom-list div.item-list {
    position: relative;
    height: 384px;
    width: 232px;
    margin: 0 5px;
}

div.model-two div.banner div.bottom-list div.top {
    height: 65px;
    position: relative;
}

div.model-two div.banner div.bottom-list div.top h3 {
    position: absolute;
    top: 19px;
    font-size: 1.3em;
    left: 20px;
    color: #fff;
}

div.model-two div.banner div.bottom-list div.top div.zhuzi {
    width: 4px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 9px;
}

div.model-two div.banner div.bottom-list div.middle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 286px;
    background: #fff;
}

div.model-two div.banner div.bottom-list div.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    color: #3A7fff;
    cursor: pointer;
    background: #efefef;
}
/*文字的绝对定位*/
div.model-two div.item-list div.middle div.outer {
    position: absolute;
    width: 100%;
}

div.model-two div.item-list:nth-of-type(1) div.middle div.outer span.img-text:nth-of-type(1){
    position: absolute;
    top: -60px;
    left: 100px;
}

div.model-two div.item-list:nth-of-type(1) div.middle div.outer>span.img-text:nth-of-type(2) {
    position: absolute;
    top: -60px;
    left: 26px;
}

div.model-two div.item-list:nth-of-type(1) div.middle div.outer>span.img-text:nth-of-type(3) {
    position: absolute;
    top: -60px;
    left: 174px;
}

div.model-two div.item-list:nth-of-type(1) div.middle div.outer>span.img-text:nth-of-type(4) {
    position: absolute;
    bottom: -32px;
    left: 100px;
}

div.model-two div.item-list:nth-of-type(1) div.middle div.outer>span.img-text:nth-of-type(5) {
    position: relative;
    bottom: -113px;
    left: 91px;
}

/*第二部分*/
div.model-two div.item-list:nth-of-type(2) div.middle div.outer span.img-text:nth-of-type(1){
    position: absolute;
    top: -60px;
    left: 100px;
}

div.model-two div.item-list:nth-of-type(2) div.middle div.outer>span.img-text:nth-of-type(2) {
    position: absolute;
    top: -60px;
    left: 26px;
}

div.model-two div.item-list:nth-of-type(2) div.middle div.outer>span.img-text:nth-of-type(3) {
    position: absolute;
    top: -60px;
    left: 174px;
}

div.model-two div.item-list:nth-of-type(2) div.middle div.outer>span.img-text:nth-of-type(4) {
    position: absolute;
    bottom: -32px;
    left: 27px;
}

div.model-two div.item-list:nth-of-type(2) div.middle div.outer>span.img-text:nth-of-type(5) {
    position: absolute;
    bottom: -32px;
    right: 25px;
}

div.model-two div.item-list:nth-of-type(2) div.middle div.outer>span.img-text:nth-of-type(6) {
    position: absolute;
    bottom: -32px;
    left: 100px;
}

div.model-two div.item-list:nth-of-type(2) div.middle div.outer>span.img-text:nth-of-type(7) {
    position: relative;
    bottom: -113px;
    left: 91px;
}

/*第三部分*/
div.model-two div.item-list:nth-of-type(3) div.middle div.outer span.img-text:nth-of-type(1) {
    position: absolute;
    top: -64px;
    left: 102px;
}

div.model-two div.item-list:nth-of-type(3) div.middle div.outer span.img-text:nth-of-type(2){
    position: absolute;
    top: 27px;
    left: 100px;
}

div.model-two div.item-list:nth-of-type(3) div.middle div.outer>span.img-text:nth-of-type(3) {
    position: absolute;
    top: 27px;
    left: 27px;
}

div.model-two div.item-list:nth-of-type(3) div.middle div.outer>span.img-text:nth-of-type(4) {
    position: absolute;
    top: 27px;
    left: 174px;
}

div.model-two div.item-list:nth-of-type(3) div.middle div.outer>span.img-text:nth-of-type(5) {
    position: relative;
    bottom: -113px;
    left: 91px;
}

/*第四部分*/
div.model-two div.item-list:nth-of-type(4) div.middle div.outer span.img-text:nth-of-type(1){
    position: absolute;
    top: -60px;
    left: 100px;
}

div.model-two div.item-list:nth-of-type(4) div.middle div.outer>span.img-text:nth-of-type(2) {
    position: absolute;
    top: -60px;
    left: 26px;
}

div.model-two div.item-list:nth-of-type(4) div.middle div.outer>span.img-text:nth-of-type(3) {
    position: absolute;
    top: -60px;
    left: 174px;
}

div.model-two div.item-list:nth-of-type(4) div.middle div.outer>span.img-text:nth-of-type(4) {
    position: absolute;
    bottom: -32px;
    left: 15px;
}

div.model-two div.item-list:nth-of-type(4) div.middle div.outer>span.img-text:nth-of-type(5) {
    position: absolute;
    bottom: -32px;
    right: 80px;
}

div.model-two div.item-list:nth-of-type(4) div.middle div.outer>span.img-text:nth-of-type(6) {
    position: absolute;
    bottom: -32px;
    left: 157px;
}

div.model-two div.item-list:nth-of-type(4) div.middle div.outer>span.img-text:nth-of-type(7) {
    position: relative;
    bottom: -113px;
    left: 91px;
}

/*第五部分*/
div.model-two div.item-list:nth-of-type(5) div.middle div.outer>span.img-text:nth-of-type(1) {
    position: absolute;
    top: -74px;
    left: 101px;
}

div.model-two div.item-list:nth-of-type(5) div.middle div.outer>span.img-text:nth-of-type(2) {
    position: absolute;
    left: 27px;
    top: 0;
}

div.model-two div.item-list:nth-of-type(5) div.middle div.outer>span.img-text:nth-of-type(3) {
    position: absolute;
    right: 25px;
    top: 0;
}

div.model-two div.item-list:nth-of-type(5) div.middle div.outer>span.img-text:nth-of-type(4) {
    position: absolute;
    left: 173px;
    top: 65px;
}

div.model-two div.item-list:nth-of-type(5) div.middle div.outer>span.img-text:nth-of-type(5) {
    position: absolute;
    top: 65px;
    left: 127px;
}

div.model-two div.item-list:nth-of-type(5) div.middle div.outer>span.img-text:nth-of-type(6) {
    position: absolute;
    top: 65px;
    left: 76px;
}

div.model-two div.item-list:nth-of-type(5) div.middle div.outer>span.img-text:nth-of-type(7) {
    position: absolute;
    top: 65px;
    left: 28px;
}

div.model-two div.item-list:nth-of-type(5) div.middle div.outer>span.img-text:nth-of-type(8) {
    position: relative;
    bottom: -126px;
    left: 92px;
}

/*模块3开始*/
div.model-three {
    height: 750px;
}

div.model-three div.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div.model-three div.banner h1 {
    margin-top: 70px;
}

div.model-three div.banner>span {
    margin-top: 10px;
}

div.model-three div.banner div.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.model-three div.banner div.box{
    height: 178px;
    width: 178px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.model-three div.banner div.box div.top{
    width: 124px;
    height: 124px;
}

div.model-three div.banner div.box div.bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.model-three div.banner div.box div.bottom h3 {
    font-size: .9em;
}

div.model-three div.banner div.box div.bottom span {
    font-size: .6em;
}

/*模块4*/
div.model-title {
    height: 160px;
    background: #f0f4fc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*模块5*/
div.model-right {
    height: 558px;
}

div.model-right div.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

div.model-right div.banner div.left {
    display: flex;
    flex-direction: column;
}

div.model-right div.banner div.left div.title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

div.model-right div.banner div.left div.content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

div.model-right div.banner div.left button {
    height: 34px;
    width: 124px;
    background: transparent;
    border: 1px solid #a4c0ec;
    margin-top: 70px;
    color: #a4c0ec;
}

div.model-right div.banner div.right {
    height: 400px;
    width: 560px;
    margin-left: 200px;
}

/*左*/
div.model-left {
    height: 558px;
    background: #f0f4fc;
}

div.model-left div.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

div.model-left div.banner div.right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

div.model-left div.banner div.right div.title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

div.model-left div.banner div.right div.content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

div.model-left div.banner div.right button {
    height: 34px;
    width: 124px;
    background: transparent;
    border: 1px solid #a4c0ec;
    margin-top: 70px;
    color: #a4c0ec;
}

div.model-left div.banner div.left {
    height: 410px;
    width: 555px;
    margin-right: 200px;
}

/*模块13*/
div.model-shisan {
    height: 698px;
}

div.model-shisan div.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.model-shisan div.banner h1 {
    margin: 60px 0 0 0;
}

div.model-shisan div.banner div.bottom-list {
    display: flex;
    justify-content: space-between;
}

div.model-shisan div.banner div.bottom-list div.box {
    display: flex;
    flex-direction: column;
    height: 410px;
    width: 338px;
    margin: 50px 20px 0 20px;
}

div.model-shisan div.banner div.bottom-list div.box div.title{
    display: flex;
    justify-content: flex-start;
    margin-left: 175px;
    font-weight: 600;
    margin-bottom: 20px;
}

div.model-shisan div.banner div.bottom-list div.box div.bottom {
    display: flex;
}

div.model-shisan div.banner div.bottom-list div.box div.bottom div.right li{
    height: 37px;
    width: 180px;
    background: #F0F4FC;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.model-shisan div.banner div.bottom-list div.box div.bottom div.right li:nth-of-type(2),
div.model-shisan div.banner div.bottom-list div.box div.bottom div.right li:nth-of-type(3),
div.model-shisan div.banner div.bottom-list div.box div.bottom div.right li:nth-of-type(4),
div.model-shisan div.banner div.bottom-list div.box div.bottom div.right li:nth-of-type(5),
div.model-shisan div.banner div.bottom-list div.box div.bottom div.right li:nth-of-type(6){
    margin-top: 25px;
}

/*模块14*/
div.model-shisi {
    height: 880px;
    background: #F0F4FC;
}

div.model-shisi div.banner {
    display: flex;
    flex-direction: column;
}

div.model-shisi div.banner div.top{
    margin: 40px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.model-shisi div.banner div.top div.item {
    display: flex;
}
div.model-shisi div.banner div.top div.item h1{
    display: flex;
    justify-content: flex-start;
    margin: 0 5px;
}

div.model-shisi div.banner div.bottom {
    display: flex;
    flex-wrap: wrap;
}
div.model-shisi div.banner div.bottom div.box{
    height: 310px;
    width: 620px;
}
div.model-shisi div.banner div.bottom div.box img{
    height: 100%;
    width: 100%;
}
div.model-shisi div.banner div.bottom div.box div.text {
    position: relative;
    top: -270px;
    left: 165px;
}
div.model-shisi div.banner div.bottom div.box div.text h1 {
    font-size: .9em;
}
div.model-shisi div.banner div.bottom div.box div.text div.text-box {
    margin-top: 30px;
    margin-left: 60px;
}
div.model-shisi div.banner div.bottom div.box div.text div.text-box div.word {
    width: 130px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
    background: #F0F4FC;
    color: #3064CF;
    border-radius: 5px;
}
/*最后模块*/
div.model-final {
    height: 880px;
    background: #F0F4FC;
    margin-bottom: -70px;
}

div.model-final div.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.model-final div.banner div.top {
    margin: 50px 0 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div.model-final div.banner div.bottom {
    display: flex;
    justify-content: space-between;
}

div.model-final div.banner div.bottom div.list {
    height: 603px;
    width: 393px;
    margin: 0 10px;
}

div.model-final div.banner div.bottom div.list div.bottom-top {
    height: 80px;
    position: relative;
}

div.model-final div.banner div.bottom div.list div.bottom-top img {
    height: 100%;
    width: 100%;
}

div.model-final div.banner div.bottom div.list div.bottom-top h5 {
    position: absolute;
    top: 17px;
    margin-left: 20px;
    font-size: .9em;
    color: #fff;
}

div.model-final div.banner div.bottom div.list div.bottom-top>span {
    position: absolute;
    top: 42px;
    left: 0px;
    margin-left: 20px;
    font-size: .6em;
    color: #fff;
}

div.model-final div.banner div.bottom div.list div.bottom-bottom {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.model-final div.banner div.bottom div.list div.bottom-bottom li {
    height: 100px;
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    width: 80%;
    justify-content: flex-start;
}

div.model-final div.banner div.bottom div.list div.bottom-bottom li:hover{
    background: rgb(240, 240, 240);
}
div.model-final div.banner div.bottom div.list div.bottom-bottom li:hover div.left {
    border: 2px solid #5373FD;
}

div.model-final div.banner div.bottom div.list div.bottom-bottom li div.left {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border:2px solid #000;
    margin-right: 10px;
    margin-bottom: 18px;
}

div.model-final div.banner div.bottom div.list div.bottom-bottom li div.right {
    display: flex;
    flex-direction: column;
}

div.model-final div.banner div.bottom div.list div.bottom-bottom li div.right div.inner {
    display: flex;
    flex-direction: column;
}

div.model-final div.banner div.bottom div.list div.bottom-bottom li div.right div.title {
    font-size: 1.2em;
}

div.model-final div.banner div.bottom div.list div.bottom-bottom li div.right span {
    font-size: .8em;
}
