123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495 |
- @charset "UTF-8";
- /*主色调*/
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- .banner-video {
- width: 100%;
- }
- .banner-video video {
- width: 100%;
- height: auto;
- }
- .banner-a,
- .banner-img {
- width: 100%;
- display: block;
- }
- .img-banner .swiper-pagination {
- bottom: 40px;
- }
- .img-banner .swiper-pagination .swiper-pagination-bullet {
- width: 24px;
- height: 24px;
- margin: 0 10px;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
- display: -webkit-inline-box;
- display: inline-flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- background-color: transparent;
- }
- .img-banner .swiper-pagination .swiper-pagination-bullet::after {
- content: "";
- width: 8px;
- height: 8px;
- border-radius: 50%;
- background-color: #fff;
- }
- .img-banner .swiper-pagination-bullet-active {
- position: relative;
- }
- .img-banner .swiper-pagination-bullet-active::before {
- content: "";
- width: 100%;
- height: 100%;
- border-radius: 50%;
- border: 1px solid #fff;
- position: absolute;
- top: -0.5px;
- left: -0.5px;
- z-index: 1;
- }
- .img-banner .swiper-button-prev,
- .img-banner .swiper-button-next {
- width: 60px;
- height: 160px;
- background-color: #000000;
- background-color: rgba(0, 0, 0, 0.5);
- border-radius: 12px;
- -webkit-transform: translate(0, -50%);
- transform: translate(0, -50%);
- }
- .img-banner .swiper-button-prev::after,
- .img-banner .swiper-button-next::after {
- content: "";
- display: none;
- }
- .img-banner .swiper-button-prev::before,
- .img-banner .swiper-button-next::before {
- content: "";
- width: 14px;
- height: 28px;
- background: url(/assets/images/banner-arrow.svg) no-repeat center;
- background-size: contain;
- }
- .img-banner .swiper-button-prev {
- left: 60px;
- }
- .img-banner .swiper-button-next {
- right: 60px;
- }
- .img-banner .swiper-button-next::before {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- }
- .department {
- padding-top: 60px;
- }
- .department .department-list {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
- .department .department-item {
- text-align: center;
- padding: 20px;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .department .department-item:hover {
- box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
- }
- .department .department-item:hover .department-text {
- font-weight: 600;
- }
- .department .department-img {
- width: 140px;
- height: 140px;
- }
- .department .department-text {
- margin-top: 24px;
- color: #3A4B99;
- font-size: 20;
- font-weight: 500;
- }
- .summary {
- margin-top: 100px;
- }
- .summary .summary-warp {
- position: relative;
- }
- .summary .summary-img {
- width: 740px;
- height: 660px;
- }
- .summary .summary-img img {
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .summary .summary-main {
- box-sizing: border-box;
- width: 636px;
- padding: 55px 68px;
- box-shadow: 0 12px 47px rgba(63, 63, 75, 0.11);
- position: absolute;
- right: 0;
- top: 50%;
- -webkit-transform: translate(0, -50%);
- transform: translate(0, -50%);
- z-index: 1;
- background-color: #fff;
- }
- .summary .symbol {
- width: 43px;
- height: auto;
- }
- .summary .content {
- margin-top: 30px;
- font-size: 16px;
- line-height: 28px;
- color: #3A4B99;
- max-height: 252px;
- white-space: pre-line;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 9;
- }
- .summary .bottom {
- margin-top: 22px;
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
- .summary .bottom .logo {
- height: 40px;
- padding-top: 30px;
- }
- .summary .bottom .logo img {
- height: 40px;
- width: auto;
- }
- .index-team {
- margin-top: 120px;
- padding-bottom: 120px;
- }
- .info-consult {
- height: 977px;
- background: url(/assets/images/info-consult.jpg) no-repeat center;
- background-size: cover;
- box-sizing: border-box;
- padding: 120px 0;
- }
- .info-consult .info-consult-wp {
- padding: 80px;
- background-color: #fff;
- box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- box-sizing: border-box;
- }
- .info-consult .info {
- width: 520px;
- height: 580px;
- background-color: #0767f6;
- background-color: rgba(7, 103, 246, 0.85);
- color: #fff;
- box-sizing: border-box;
- padding: 55px 66px;
- background: url(/assets/images/info-consult-info.jpg) no-repeat center;
- background-size: cover;
- }
- .info-consult .info .index-block-title {
- color: #fff;
- display: -webkit-box;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column;
- -webkit-box-align: start;
- align-items: flex-start;
- gap: 3px;
- padding-bottom: 33px;
- }
- .info-consult .info .list {
- margin-top: 33px;
- }
- .info-consult .info .item {
- font-size: 16px;
- line-height: 34px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- -webkit-box-align: center;
- align-items: center;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .info-consult .info .item:hover {
- -webkit-transform: translate(3px, 0);
- transform: translate(3px, 0);
- text-decoration: underline;
- }
- .info-consult .info .item::before {
- content: "";
- display: inline-block;
- width: 6px;
- height: 6px;
- border-radius: 50%;
- background-color: #fff;
- margin: 0 10px;
- }
- .info-consult .info .item ~ .item {
- margin-top: 10px;
- }
- .info-consult .info .first-item {
- margin-bottom: 33px;
- font-size: 24px;
- line-height: 34px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .info-consult .info .first-item::before {
- display: none;
- }
- .info-consult .consult {
- width: 535px;
- }
- .info-consult .consult .index-block-title {
- white-space: nowrap;
- }
- .info-consult .consult .desc {
- margin-top: 12px;
- font-size: 14px;
- line-height: 24px;
- color: #595757;
- }
- .info-consult .consult .form {
- display: -webkit-box;
- display: flex;
- flex-wrap: wrap;
- margin-top: 40px;
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
- .info-consult .consult .item {
- width: calc((100% - 40px) / 2);
- -webkit-box-pack: justify;
- justify-content: space-between;
- padding-bottom: 35px;
- }
- .info-consult .consult .name {
- color: #3A4B99;
- font-size: 20px;
- line-height: 28px;
- font-weight: 500;
- }
- .info-consult .consult .item-input {
- margin-top: 10px;
- background-color: #edf2f6;
- width: 100%;
- height: 60px;
- box-sizing: border-box;
- padding: 20px;
- font-size: 16px;
- line-height: 22px;
- }
- .info-consult .consult .form-btn {
- width: 100%;
- margin-top: 45px;
- font-size: 20px;
- font-weight: 500;
- }
- .news {
- margin-top: 120px;
- }
- .news .news-head {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- }
- .news .news-main {
- margin-top: 40px;
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
- .news .news-item {
- width: 620px;
- box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
- }
- .news .cover {
- width: 100%;
- height: 280px;
- display: block;
- overflow: hidden;
- }
- .news .cover img {
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .news .cover:hover img {
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- }
- .news .content {
- padding: 24px;
- }
- .news .title {
- font-size: 24px;
- font-weight: 600;
- line-height: 34px;
- color: #3A4B99;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .news .desc {
- font-size: 16px;
- line-height: 28px;
- color: #3A4B99;
- margin-top: 12px;
- max-height: 56px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .news .link {
- font-size: 16px;
- line-height: 28px;
- color: #074af6;
- display: -webkit-inline-box;
- display: inline-flex;
- -webkit-box-align: center;
- align-items: center;
- gap: 10px;
- margin-top: 24px;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .news .link .icon {
- width: 20px;
- height: auto;
- }
- .news .link:hover {
- text-decoration: underline;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
- opacity: 0.85;
- gap: 15px;
- }
- .environment {
- margin-top: 120px;
- padding-bottom: 60px;
- }
- .environment .img-list {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .environment .img-item {
- width: 400px;
- height: 300px;
- }
- .environment .img-item:nth-of-type(n + 4) {
- margin-top: 50px;
- }
- /*# sourceMappingURL=maps/index.css.map */
|