* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Microsoft YaHei, "微软雅黑";


}

.maintext h4 {
    line-height: 60px;
    margin-top: -32px;
    font-size: 36px;
    margin-bottom: 30px;
    color: #272D37;
}

.maintext h4 span {
    width: 10px;
    text-align: center;
    display: inline-block;
    padding: 0 15px;

}

.gcfunction ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gcfunction ul li {
    width: 238px;
    height: 110px;
    border-radius: 10px;
    box-shadow: 1px 2px 8.3px 0px rgba(108, 156, 255, 0.33);

    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;

}

.gcfunction ul li p {
    color: rgba(63, 125, 252, 1);
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}

.gctabsbox {
    background: rgba(246, 251, 254, 1);
    padding: 80px 0;

}

.gc-sit, .gctese {
    display: flex;
    justify-content: space-between;
}

.gc-sitleft {
    width: 370px;

}

.gcsit-tit h2 {
    height: 60px;
    overflow: hidden;
}

.gcsit-tit h3 {
    line-height: 30px;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
}

.gcsit-tit h4 {
    font-weight: normal;
    font-size: 16px;
    color: rgba(95, 109, 126, 1);
    line-height: 24px;

}

.sit-menu {
    display: flex;
    align-items: center;
}

.sit-text {
    background: rgba(63, 125, 252, 1);
    padding: 11px 10px;
    color: #fff;
    border-radius: 10px;
}

.gc-sit-tabs ul li {
    padding: 20px 0 0 0;
}

.text-tit {
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
}

.text-con p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 0;
}

.sit-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgba(63, 125, 252, 1) url(../images/gc-allow.png) 330px center no-repeat;
    padding: 11px 10px;
    color: #fff;
    border-radius: 10px;
}

.sitcur {
    display: none;
}

.momenttry {
    padding-top: 30px;
}

.momenttry a {
    display: flex;
    width: 122px;
    height: 43px;
    justify-content: center;
    align-items: center;
    background: rgba(217, 229, 252, 1);
    border-radius: 8px;
    color: rgba(67, 126, 247, 1);

}

.momenttry a img {
    margin-left: 10px;
}

.tabs2 {
    padding: 100px 0;
}

.gc-sitleft2 .sit-text {
    background: rgba(63, 125, 252, 1) url(../images/gc-allowright.png) 10px center no-repeat;
    padding-left: 50px;
}

.sit-menu img {
    margin-right: 3px;
}

.dashborad ul {
    display: flex;
    padding: 150px 0;
    justify-content: space-between;

}

.dashborad ul li {
    width: 276px;
    height: 267px;
    background: rgba(239, 247, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.dashborad ul li h2 {
    font-size: 16px;
    padding: 20px;
    line-height: 24px;
}

.dashborad ul li p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;

}

.gctese-text p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;
}

.gc-action ul {
    display: flex;
    justify-content: space-between;
}

.gc-action ul li {
    width: 288px;
    height: 226px;
    position: relative;
}

.gc-action ul li::after {
    content: '';
    display: none;
    width: 288px;
    height: 226px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(67, 126, 247, 0.6)
}

.gc-action ul li:hover::after {
    display: block;
}

.gc-action-imgs {
    position: relative;
    z-index: 1;
}

.gc-action-text {
    width: 288px;
    height: 226px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 25px;
    box-sizing: border-box;
}

.gc-action-text h3 {
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-indent: 40px;
    margin-bottom: 20px;
}

.gc-action-text p {
    line-height: 21px;
    font-size: 16px;
    color: rgba(39, 45, 55, 1);

}

.gc-action-text h3.acion-imgs1 {
    text-indent: 30px;
    background: url(../images/gc-solid-tie.png) 0 center no-repeat;
}

.gc-action-text h3.acion-imgs2 {
    background: url(../images/gc-solid-tag.png) 0 center no-repeat;
}

.gc-action-text h3.acion-imgs3 {
    background: url(../images/gc-solid-vector.png) 0 center no-repeat;
}

.gc-action-text h3.acion-imgs4 {
    background: url(../images/gc-solid-user.png) 0 center no-repeat;
}


.gc-action ul li:hover .gc-action-text h3.acion-imgs1 {
    background: url(../images/gc-solid-tie-hover.png) 0 center no-repeat;
    color: #fff;
}

.gc-action ul li:hover .gc-action-text h3.acion-imgs2 {
    background: url(../images/gc-solid-tag-hover.png) 0 center no-repeat;
    color: #fff;
}

.gc-action ul li:hover .gc-action-text h3.acion-imgs3 {
    background: url(../images/gc-solid-vector-hover.png) 0 center no-repeat;
    color: #fff;
}

.gc-action ul li:hover .gc-action-text h3.acion-imgs4 {
    background: url(../images/gc-solid-user-hover.png) 0 center no-repeat;
    color: #fff;
}

.gc-action ul li:hover p {
    color: #fff;
}


.sidebox {
    z-index: 10000;
}

.gc-zixun {
    background: #437ef7 url(../images/gc-bgjieda.jpg) center center no-repeat;
    height: 942px;
    ;
    position: relative;
}

.gc-zixunbox {
    position: absolute;
    bottom: 50px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gc-zixunbox h3 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

.gc-zixunbox h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.gc-sitright1 {
    height: 490px;
    overflow: hidden;
}

.gc-sitright2 {
    height: 528px;
    overflow: hidden;
}

.gc-sitright ul li {
    transition: 1s;
}