| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782 |
- /* 在根元素上定义变量 */
- :root {
- --primary-color: #2a79ff;
- }
- body {
- max-width: 100vw;
- }
- .web_title {
- width: 0;
- height: 0;
- overflow: hidden;
- }
- .box {
- width: 122.5rem;
- max-width: 100%;
- overflow: hidden;
- position: relative;
- left: 50%;
- transform: translate(-50%, 0);
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .head_box {
- width: 100%;
- color: #2B2D33;
- overflow: hidden;
- position: relative;
- }
- .head_tab {
- width: 70rem;
- height: 5.5rem;
- margin: 0 auto;
- display: flex;
- align-items: center;
- }
- .head_tab_items{
- display: flex;
- align-items: center;
- }
- .head_tab_item {
- width: 7.75rem;
- height: 3rem;
- line-height: 3rem;
- font-size: 1rem;
- font-weight: 500;
- text-align: center;
- }
- .head_tab_item a {
- color: #000;
- }
- .head_tab_logo {
- width: 8.6875rem;
- height: 3rem;
- margin-right: auto;
- }
- .head_tab_menu {
- width: 1.5rem;
- height: 1.5rem;
- margin-right: 1.25rem;
- }
- .contact_btn {
- width: 6.5625rem;
- height: 3rem;
- margin-left: auto;
- background-color: var(--primary-color);
- border-radius: 0.125rem;
- font-size: 1rem;
- color: #fff;
- }
- .contact_btn a {
- width: 100%;
- height: 100%;
- }
- .contact_btn:hover{
- transition: all 0.5s;
- }
- .carousel_box {
- width: 100%;
- margin-bottom: 2rem;
- display: flex;
- align-items: center;
- flex-direction: column;
- position: relative;
- gap: 6rem;
- left: 50%;
- transform: translate(-50%, 0);
- }
- .carousel_box_text {
- display: flex;
- flex-direction: column;
- text-align: center;
- gap: 2.5rem;
- }
- .carousel_box_title {
- text-align: center;
- font-size: 4rem;
- font-weight: bold;
- }
- .carousel_box_content {
- font-size: 1.25rem
- }
- .carousel_box_btn a {
- width: 8rem;
- height: 3.5rem;
- background-color: var(--primary-color);
- font-size: 1rem;
- color: #fff;
- gap: 0.75rem;
- margin: 0 auto;
- border-radius: 0.75rem;
- }
- .carousel_box_btn img {
- width: 1.5rem;
- height: 1.5rem;
- }
- .carousel_box_img {
- width: 100%;
- /* height: 42.625rem; */
- position: relative;
- background-color: #f7f8fa;
- border-radius: 0.625rem;
- overflow: hidden;
- }
- .carousel_box_img img {
- width: 100%;
- height: 100%;
- }
- .body_box {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: #f7f8fa;
- }
- .body_box_white {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: #fff;
- }
- .body_box_bottom {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: #232634;
- }
- .body_box_bottom .body_box_item {
- padding: 0;
- padding-top: 6.25rem;
- }
- .body_box_item {
- width: 70rem;
- padding: 6.25rem 0;
- margin: 0 auto;
- }
- .web_information {
- width: 100%;
- height: 4rem;
- border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
- }
- .body_box_title {
- font-size: 3rem;
- font-weight: 600;
- line-height: 3.75rem;
- text-align: center;
- }
- .body_box_subtitle {
- color: var(--primary-color);
- font-size: 1.5rem;
- }
- .body_box_introduce {
- line-height: 3rem;
- margin-top: 2rem;
- font-size: 1.25rem;
- text-align: center;
- margin-bottom: 4rem;
- }
- /* 产品功能服务 */
- .service_box {
- display: flex;
- flex-wrap: wrap;
- gap: 1.25rem;
- }
- .service_box_item {
- width: 34.375rem;
- padding: 1.875rem 0;
- border-radius: 0.625rem;
- display: flex;
- flex-direction: column;
- align-items: center;
- gap: 1.5rem;
- box-shadow: 0 0.125rem 0.125rem rgba(71, 74, 89, 0.08), 0 0.125rem 0.5rem rgba(71, 74, 89, 0.15);
- font-size: 1rem;
- background-color: #fff;
- }
- .service_box_item_title {
- color: #2B2D33;
- font-size: 1.5rem;
- font-weight: 600;
- }
- .body_box_introduce_two {
- color: #555A65;
- font-size: 1rem;
- margin-top: 2.5rem;
- margin-bottom: 4rem;
- text-align: center;
- }
- .service_box_item_text {
- color: #555A65;
- text-align: center;
- max-width: 20.875rem;
- line-height: 1.5rem;
- }
- .service_box_item_img {
- width: 7.25rem;
- height: 7.25rem;
- }
- .service_box_item_img img {
- width: 3rem;
- height: 3rem;
- }
- /* 可视化展示 */
- .exhibition_box {
- width: 100%;
- display: flex;
- align-items: center;
- gap: 1.25rem;
- overflow: hidden;
- }
- .exhibition_box_item {
- width: 34.375rem;
- min-width: 34.375rem;
- background-color: #fff;
- border-radius: 0.625rem;
- padding: 1.875rem 1.5625rem;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- align-items: center;
- gap: 1.5rem;
- }
- .exhibition_box_icon {
- width: 3.75rem;
- height: 3.75rem;
- }
- .exhibition_box_title {
- font-size: 1.5rem;
- line-height: 1.875rem;
- }
- .exhibition_box_text {
- color: #555A65;
- text-align: center;
- max-width: 20.875rem;
- line-height: 1.5rem;
- font-size: 1rem;
- }
- .exhibition_box_img {
- height: 18.75rem;
- border-radius: 0.5rem;
- }
- /* 应用领域 */
- .scene_box {
- display: flex;
- flex-direction: column;
- gap: 2.5rem;
- }
- .scene_box_item {
- display: flex;
- gap: 2.75rem;
- font-size: 1rem;
- text-align: center;
- }
- .scene_box_item_img {
- width: 36.875rem;
- /* height: 31rem; */
- border-radius: 0.625rem;
- background-color: #f7f8fa;
- overflow: hidden;
- }
- .scene_box_item_img img {
- width: 100%;
- }
- .scene_box_item_box {
- display: flex;
- justify-content: center;
- flex-direction: column;
- gap: 1.75rem;
- text-align: left;
- }
- .scene_box_tow {
- justify-content: center;
- }
- .scene_box_tow .scene_box_item {
- width: 33.75rem;
- }
- .scene_box_tow .scene_box_item_img {
- height: 26.875rem;
- }
- .scene_box_item_title {
- color: #2B2D33;
- font-size: 1.875rem;
- /* font-weight: 600; */
- }
- .scene_box_item_text {
- color: #555A65;
- }
- /* 关于我们 */
- .aboutMy_box {
- padding: 3.75rem;
- box-sizing: border-box;
- border-radius: 1.5rem;
- background-color: #F7F8FA;
- display: flex;
- align-items: center;
- gap: 1.25rem;
- }
- .aboutMy_box_content{
- flex: 1;
- display: flex;
- flex-direction: column;
- gap: 2.5rem;
- }
- .aboutMy_box_title {
- color: #2B2D33;
- font-size: 4rem;
- font-weight: 600;
- }
- .aboutMy_box_text {
- color: #555A65;
- font-size: 1rem;
- line-height: 1.5rem;
- display: flex;
- flex-direction: column;
- gap: 1.25rem;
- }
- .aboutMy_box_btn a {
- color: #fff;
- width: 9.25rem;
- height: 3.5rem;
- background-color: var(--primary-color);
- font-size: 1rem;
- display: flex;
- align-items: center;
- gap: 0.75rem;
- }
- .aboutMy_box_btn img {
- width: 1.5rem;
- height: 1.5rem;
- }
- .aboutMy_box_img {
- width: 30.625rem;
- height: 33.125rem;
- }
- /* 合作伙伴 */
- .cooperation_box {
- display: flex;
- align-items: center;
- overflow: hidden;
- margin-top: 3.75rem;
- }
- .cooperation_box_scroll {
- width: 63.75rem;
- display: flex;
- align-items: center;
- animation: scroll 20s linear;
- animation-iteration-count: infinite;
- }
- @keyframes scroll {
- 0% {
- transform: translateX(0%);
- }
- 100% {
- transform: translateX(-200%);
- }
- }
- .cooperation_box_item {
- width: 20%;
- min-width: 20%;
- display: flex;
- flex-direction: column;
- align-items: center;
- gap: 1.5rem;
- }
- .cooperation_box_img {
- width: 4rem;
- height: 4rem;
- background-color: #f7f8fa;
- border-radius: 50%;
- overflow: hidden;
- }
- .cooperation_box_img img {
- width: 2.5rem;
- height: 2.5rem;
- }
- .cooperation_box_text {
- color: #2B2D33;
- font-size: 1.5rem;
- text-align: center;
- }
- /* 常见问题解答 */
- .problem {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .problem .body_box_subtitle {
- text-align: left;
- }
- .problem_box {
- width: 36.875rem;
- }
- .problem_box_item {
- color: #2B2D33;
- height: 6rem;
- border-bottom: 0.0625rem solid #D7DAE2;
- overflow: hidden;
- transition: all 0.5s;
- }
- .problem_box_item_title {
- height: 6rem;
- font-size: 1.5rem;
- display: flex;
- align-items: center;
- }
- .problem_box_item_text {
- color: #555A65;
- font-size: 1rem;
- padding-bottom: 2rem;
- }
- .fold_img {
- margin-left: auto;
- filter: grayscale(100%);
- transform: rotate(180deg);
- transition: all 0.5s;
- }
- .problem_box_item_sele {
- height: auto;
- }
- .problem_box_item_sele .fold_img {
- filter: grayscale(0%);
- transform: rotate(0deg);
- transition: all 0.5s;
- }
- /* 联系我们 */
- .contact_box {
- background-color: #fff;
- border-radius: 1.5rem;
- padding: 3.75rem;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .contact_box .body_box_subtitle {
- text-align: left;
- }
- .my_information {
- color: #555A65;
- margin-top: 2.5rem;
- font-size: 0.875rem;
- display: flex;
- flex-direction: column;
- gap: 1.25rem;
- }
- .my_information_item {
- display: flex;
- align-items: center;
- height: 1.5rem;
- font-weight: normal;
- gap: 0.75rem;
- }
- .my_information_item img {
- width: 1.5rem;
- height: 1.5rem;
- }
- .body_box_code {
- color: #555A65;
- font-size: 1rem;
- text-align: center;
- }
- .body_box_code img {
- width: 12.5rem;
- height: 12.5rem;
- margin-bottom: 1.0625rem;
- }
- /* 底部导航 */
- .box_bottom_class {
- color: #fff;
- display: flex;
- align-items: center;
- padding-bottom: 3.125rem !important;
- }
- .bottom_logo {
- display: flex;
- align-items: center;
- flex-direction: column;
- text-align: center;
- font-size: 0.875rem;
- width: 19.3125rem;
- padding: 1.25rem;
- box-sizing: border-box;
- }
- .bottom_logo img {
- width: 5rem;
- height: 4.9375rem;
- margin-bottom: 1.25rem;
- }
- .bottom_logo_title {
- font-size: 2.5rem;
- margin-bottom: 2rem;
- }
- .bottom_menu {
- flex: 1;
- padding-left: 5.8125rem;
- display: flex;
- }
- .bottom_menu_item {
- flex: 1;
- display: flex;
- flex-direction: column;
- gap: 1.5rem;
- }
- .bottom_menu_title {
- font-size: 1.25rem;
- }
- .bottom_menu_li {
- font-size: 0.875rem;
- cursor: pointer;
- }
- .bottom_menu_li a {
- color: #fff;
- font-size: 0.875rem;
- }
- .bottom_wx_code {
- width: 12.5rem;
- display: flex;
- flex-direction: column;
- gap: 1.125rem;
- font-size: 1rem;
- text-align: center;
- }
- .bottom_wx_code_img {
- width: 100%;
- height: 12.5rem;
- background-color: #fff;
- overflow: hidden;
- }
- .bottom_wx_code_img img {
- width: 100%;
- height: 100%;
- padding: 10px;
- box-sizing: border-box;
- }
- .web_information_content {
- color: #fff;
- height: 100%;
- padding: 0 !important;
- font-size: 1rem;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- gap: 2.5rem;
- }
- .field_title {
- display: flex;
- align-items: flex-end;
- gap: 2.5rem;
- margin-bottom: 4rem;
- }
- .field_title_main {
- min-width: 30.5rem;
- display: flex;
- flex-direction: column;
- gap: 3.75rem;
- }
- .field_title_main_top {
- font-size: 4rem;
- font-weight: 600;
- }
- .field_title_main_bottom {
- color: #555A65;
- font-size: 1.25rem;
- }
- .field_title_secondary {
- color: #555A65;
- font-size: 1rem;
- }
- .three_box {
- display: flex;
- align-items: center;
- justify-content: space-between;
- gap: 1.25rem;
- }
- .three_box_item {
- color: #555A65;
- width: 22.5rem;
- display: flex;
- flex-direction: column;
- gap: 1rem;
- font-size: 1rem;
- }
- .three_box_img {
- width: 100%;
- /* height: 26.875rem; */
- overflow: hidden;
- border-radius: 0.625rem;
- background-color: #f7f8fa;
- }
- .three_box_img img {
- width: 100%;
- /* height: 100%; */
- }
- .three_box_title {
- color: #2B2D33;
- }
- .introduce_box {
- display: flex;
- align-items: flex-start;
- gap: 2.5rem;
- border-radius: 1.5rem;
- background-color: #f7f8fa;
- padding: 3.75rem;
- box-sizing: border-box;
- }
- .introduce_box_title {
- color: #2B2D33;
- min-width: 30rem;
- font-size: 4rem;
- font-weight: 600;
- line-height: 4rem;
- }
- .introduce_box_right {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: 11.125rem;
- margin-top: 0.625rem;
- }
- .introduce_box_text {
- color: #555A65;
- font-size: 1rem;
- }
- .introduce_box_btn {
- color: #fff;
- width: 4.75rem;
- height: 2.75rem;
- font-size: 0.875rem;
- background-color: #2055e4;
- border-radius: 0.5rem;
- cursor: pointer;
- }
- .user_title {
- display: flex;
- flex-direction: column;
- align-items: center;
- gap: 2.5rem;
- font-size: 4rem;
- font-weight: 600;
- margin-bottom: 4rem;
- }
- .user_title_son {
- color: #555A65;
- font-size: 1rem;
- font-weight: normal;
- text-align: center;
- }
- .user_box {
- display: flex;
- align-items: center;
- }
- .user_box_scroll_btn {
- width: 2rem;
- height: 2rem;
- cursor: pointer;
- }
- .user_box_scroll_btn img {
- width: 2rem;
- height: 2rem;
- }
- .user_box_scroll {
- flex: 1;
- display: flex;
- align-items: center;
- overflow: hidden;
- padding: 0.3125rem 0.25rem;
- margin: 0 1rem;
- box-sizing: border-box;
- }
- .user_box_scroll_center {
- display: flex;
- align-items: center;
- gap: 1.25rem;
- transition: all 0.5s;
- width: 100%;
- /* width: 64rem; */
- /* transform: translate(-64.75rem, 0); */
- /* transform: translate(calc(-64.75rem), 0); */
- }
- .user_box_item {
- color: #555A65;
- width: calc(50% - 0.625rem);
- min-width: calc(50% - 0.625rem);
- max-width: calc(50% - 0.625rem);
- /* width: 50%;
- min-width: 50%;
- max-width: 50%; */
- min-height: 16.5rem;
- background-color: #fff;
- box-shadow: 0 2px 0.625rem rgba(0, 0, 0, 0.08);
- border-radius: 0.625rem;
- display: flex;
- flex-direction: column;
- gap: 1.5rem;
- padding: 1.875rem;
- box-sizing: border-box;
- font-size: 1rem;
- }
- .user_box_item img {
- width: 3.75rem;
- height: 3.75rem;
- border-radius: 3.75rem;
- }
- .user_box_item_top {
- display: flex;
- align-items: center;
- gap: 1rem;
- }
- .user_box_item_title {
- font-size: 1.125rem;
- line-height: 1.75rem;
- margin-bottom: 0.125rem;
- }
|