﻿.template {
    margin-top: 132px;
    height: auto;
}

.card-item {
    width: 100%;
    height: 240px;
    display: flex
}

.card-item>div {
    margin: 30px auto;
    width: 1060px;
    height: 180px;
    text-align: center;
    display: flex;
}

.card-item>div>div {
    height: 180px;
    width: 160px;
    border-radius: 16px;
    display: inline-block;
    color: #838383;
    margin-right: 20px;
}

.card-item>div>div>p {
    width: auto;
    margin-top: -46px;
    font-size: 14px
}

.card-item>div>div>img {
    width: 100%;
}

.plate {
    width: 100%;
    height: 588px;
    background: url("../image/板块1.png") no-repeat center/1920px 588px;
}

.plate>img {
    width: 100%;
    height: auto;
}

.plate2 {
    background: url("../image/高教产品中心.png") no-repeat center/1920px 680px;
    width: 100%;
    height: 680px;
    display: table
}

.plate2>div {
    width: 1150px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.plate3 {
    background: url("../image/解决方案.png") no-repeat center/1920px 680px;
    width: 100%;
    display: table
}

.plate3>div {
    width: 1180px;
    height: 477px;
    margin: 0 auto;
    /* background-color: aqua; */
    margin-top: 130px;
    display: flex;
    cursor: pointer;
}

.card-GK {
    width: 280px;
    height: 373px;
    margin-top: 40px;
    margin: 40px 20px 64px 0;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 9px 5px 14px rgba(221, 221, 221, 0.42);
    padding: 14px;
    transition: .2s;
    -webkit-transition: .2s
}

.card-GK img {
    width: 100%
}

.card-GK:nth-child(4) {
    margin: 40px 0 64px 0;
}

.card-GK:hover {
    margin-top: 0;
}

.card-GK span {
    width: 240px;
    height: 96px;
    display: block;
    font-size: 14px;
    color: rgb(163, 163, 163);
    line-height: 25px;
    text-overflow: ellipsis;
}

.card1 {
    width: 260px;
    height: 244px;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    box-shadow: 9px 5px 14px rgba(221, 221, 221, 0.42);
    padding: 30px;
    margin: 75px 20px;
    color: #838383;
    font-size: 15px;
}


.card1:hover .icon {
    background-color: rgb(255, 255, 255);
}

.card1:hover {
    background-color: #3994FF;
    color: rgb(255, 255, 255);
}


.icon {
    width: 25px;
    height: 10px;
    background-color: #3994FF;
    border-radius: 80px;
    margin-right: 10px;
    display: inline-block
}

.card1>h4>img {
    margin-right: 10px
}

.plate4 {
    width: 100%;
    height: 794px;
    text-align: center;
    background-color: #F4F4F4;
}

.plate5 {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #F4F4F4;
    display: flex
}

.plate5>div img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.tab {
    height: 794px;
    background-color: #F4F4F4;
    ;
    margin: 0 auto;
}

.tab-menu {
    height: 294px;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.tab-menu li:first-child {
    background: url('../image/anli-icon1.png') no-repeat center/80px 80px;
}

.tab-menu li:nth-child(2) {
    background: url('../image/anli-icon2.png') no-repeat center/80px 80px;
}

.tab-menu li.cur:first-child {
    background: url('../image/anli-icon3.png') no-repeat center/80px 80px;
}

.tab-menu li.cur:nth-child(2) {
    background: url('../image/anli-icon4.png') no-repeat center/80px 80px;
}

.tab-menu li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-right: 143px;
    margin-bottom: 37px;
    cursor: pointer;
}

.tab-menu p {
    display: inline-block;
    margin: 80px 0 47px 0;
    font-size: 36px
}

.tab-menu li:nth-child(2) {
    margin-right: 0;
}

.tab-menu li img {
    width: 100%;
}

.tab-box {
    width: 1060px;
    height: 500px;
    margin: 0 auto;
    display: flex
}

.tab-box-1,
.tab-box-2 {
    position: relative;
    top: -32px
}

.tab-box-1 {
    height: 380px;
    margin: 60px 0;
}

.school-card {
    width: 160px !important;
    height: 180px !important;
    float: left;
    margin: 10px 20px 10px 0;
}

.school-card:nth-child(6n) {
    margin-right: 0
}

.school-card img {
    width: 160px !important;
    height: 180px !important;
}

.school-card span {
    margin-top: -40px;
    display: block;
}

.tab-box-2 {
    width: 250px;
    height: 300px;
    margin: 100px 0;
}

.brand-card {
    float: left;
    margin-right: 20px;
    height: 300px;
    width: 250px;
    background-color: #ffff;
    border-radius: 16px
}

.brand-card img {
    height: 200px;
    width: 200px;
    margin: 25px 25px 75px 25px;
}

.brand-card p {
    font-size: 22px;
    margin-top: -50px
}

.brand-card:nth-child(4) {
    margin-right: 0
}

.tab-box>div {
    width: 100%;
    display: none;
}

.tab-box>div:first-Child {
    display: block;
    height: 380px;
}

.tab-box-1::before,
.tab-box-2::before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid;
    content: "";
    position: relative;
    width: 0;
    color: #f4f4f4;
    display: flex;
}

.tab-box-1::before {
    bottom: 57px;
    left: 386px;
}

.tab-box-2::before {
    left: 615px;
    bottom: 97px;
}

.l-style,
.r-style {
    position: absolute;
    top: 160px;
    bottom: 0;
    width: 40px;
    height: 60px;
}

.l-style {
    left: -65px;
    background: url('../image/left-icon.png') no-repeat center/40px 60px
}

.l-style:hover {
    background: url('../image/left-icon2.png') no-repeat center/40px 60px
}

.r-style {
    right: -65px;
    background: url('../image/right-icon2.png') no-repeat center/40px 60px
}

.r-style:hover {
    background: url('../image/right-icon.png') no-repeat center/40px 60px
}