123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931 |
- a:hover {
- text-decoration: none;
- }
- .index-content {
- background: #fff;
- /* padding-top: 60px; */
- padding-top: 30px;
- }
- /* 菜单开始 */
- .top-nav-ul-drop-down-list.product {
- width: 1000px;
- padding: 50px 35px;
- cursor: default;
- position: absolute;
- left: 50%;
- margin-left: -500px;
- }
- .top-nav-ul-drop-down-list {
- border-radius: 4px;
- box-shadow: 0 3px 10px 3px rgb(0 0 0 / 7%);
- top: 60px;
- background: #fff;
- color: #000;
- }
- #dropdow_menu {
- width: 1000px;
- padding: 50px 35px;
- cursor: default;
- background: #fff;
- color: #000;
- border-radius: 4px;
- box-shadow: 0 3px 10px 3px rgb(0 0 0 / 7%);
- border: none;
- /* display: flex;
- justify-content: space-between;
- flex-wrap: wrap; */
- }
- #dropdow_menu li {
- /* width: 15%; */
- width: 30%;
- }
- .caret {
- transition: all 0.3s;
- }
- .down {
- transition: all 0.3s;
- }
- .navbar-nav li:hover #dropdown-menu {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- }
- .navbar-nav li:hover .dropdown-menu {
- display: block;
- }
- .navbar-nav li:hover .caret {
- transform: rotate(-180deg);
- }
- .navbar-nav li:hover .down {
- transform: rotate(-180deg);
- }
- .nav .open>a,
- .nav .open>a:focus,
- .nav .open>a:hover {
- /* background-color: #eee; */
- background-color: #fff;
- border-color: #305DC8;
- }
- .nav>li>a:focus,
- .nav>li>a:hover {
- text-decoration: none;
- background-color: #fff;
- color: #305DC8;
- }
- .nav>li>a .down {
- transform: rotate(0deg);
- }
- .nav>li>a:focus .down {
- transform: rotate(-180deg);
- }
- .navbar-nav>li>a {
- line-height: 18px;
- }
- .classify-nav {
- /* width: 475px;
- height: 310px; */
- /* width: 540px; */
- display: inline-block;
- vertical-align: top;
- /* margin-top: auto; */
- margin-right: 15px;
- }
- .classify-title {
- font-size: 12px;
- font-weight: 500;
- color: #767b83;
- line-height: 27px;
- margin-left: 15px;
- border-bottom: 1px solid #edeff2;
- margin-bottom: 10px;
- }
- #dropdow_menu a {
- display: inline-block;
- width: 260px;
- height: 68px;
- border-radius: 3px;
- line-height: 24px;
- padding: 10px 15px;
- align-items: center;
- transition: .2s;
- }
- #dropdow_menu a:hover {
- background: #ebf3ff;
- }
- #dropdow_menu a:hover .product-nav-logo {
- border-radius: 8px;
- box-shadow: 0 8px 15px 0 rgb(2 72 227 / 5%), 0 4px 8px 0 rgb(2 72 227 / 10%), 0 0 1px 0 rgb(2 72 227 / 10%);
- background-color: #fff;
- }
- .product-nav-logo {
- margin-right: 10px;
- display: inline-block;
- vertical-align: middle;
- }
- .product-nav-box {
- display: inline-block;
- vertical-align: middle;
- }
- .product-nav-title {
- margin-top: 0;
- line-height: 20px;
- font-weight: 500;
- display: inline-block;
- position: relative;
- vertical-align: top;
- }
- .product-nav-content {
- font-size: 14px;
- color: #767b83;
- line-height: 1.4;
- }
- /* 菜单结束 */
- .swiper-container-h {
- height: 100%;
- }
- .swiper-container-h .swiper-slide {
- height: 100%;
- width: 100%;
- text-align: center;
- font-size: 24px;
- /* background: red; */
- }
- .swiper-container-v .swiper-slide {
- height: 450px;
- width: 100%;
- text-align: center;
- font-size: 24px;
- background: orange;
- }
- .swiper-button-prev:after,
- .swiper-button-next:after {
- font-size: 12px;
- }
- .swiper-button-next,
- .swiper-button-prev {
- background-size: 18px;
- }
- .arrow {
- user-select: none;
- width: 40px;
- height: 40px;
- border-radius: 50%;
- background-color: #fff;
- box-shadow: 0 3px 12px 0 rgb(48 48 48 / 5%), 0 4px 8px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(0 0 0 / 10%);
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- position: absolute;
- top: 50%
- }
- .product_info_wrap {
- width: 840px;
- margin: 40px auto 0;
- text-align: left;
- }
- /* .product_info {
- width: 230px;
- height: 80px;
- margin-right: 40px;
- margin-top: 14px;
- } */
- .tab_title {
- min-width: 1100px;
- margin: 0 auto;
- padding: 50px 40px 20px;
- display: flex;
- flex-wrap: nowrap;
- justify-content: space-between;
- }
- .tab_title li {
- width: 260px;
- height: 94px;
- box-sizing: border-box;
- padding: 10px;
- border-radius: 3px;
- box-shadow: 0 2px 12px 0 rgb(48 48 48 / 5%), 0 2px 8px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(0 0 0 / 10%);
- border-left: 3px solid;
- border-color: #fff;
- position: relative;
- display: flex;
- flex-wrap: nowrap;
- transform: .3;
- }
- .tab_title li:hover {
- border-color: #0b5dd9;
- transform: scale(1.02);
- box-shadow: 0 20px 40px 0 rgb(48 48 48 / 5%), 0 30px 60px 0 rgb(48 48 48 / 10%);
- z-index: 1;
- }
- .tab_title li.cur {
- border-color: #0b5dd9;
- transform: scale(1.02);
- box-shadow: 0 20px 40px 0 rgb(48 48 48 / 5%), 0 30px 60px 0 rgb(48 48 48 / 10%);
- z-index: 1;
- }
- .product_info {
- width: 260px;
- height: 94px;
- margin-right: 40px;
- /* margin-top: 14px; */
- }
- .tab_con {
- box-sizing: border-box;
- min-width: 1100px;
- margin: 30px auto;
- border-radius: 3px;
- border: 1px solid #f1f1f1;
- padding: 15px;
- font-size: 12px;
- background: #fafbfc;
- position: relative;
- }
- #tab_con1 li {
- text-align: center;
- }
- .tab_con .tab_level {
- border: 1px solid #EDEFF2;
- padding: 5px;
- margin: 10px auto;
- }
- .tab_con .lv {
- width: 25px;
- letter-spacing: 20px;
- /* margin-right: 20px; */
- vertical-align: middle;
- }
- .lv_con {
- flex: 1;
- align-items: center;
- }
- .lv_con li {
- /* background: #FAFBFC; */
- width: 120px;
- height: 28px;
- line-height: 28px;
- color: #56585D;
- border: 1px solid #D1D4D8;
- transform: all 0.3;
- }
- .opt_div {
- position: absolute;
- top: 0;
- left: 50px;
- right: 0;
- bottom: 0;
- opacity: 0.5;
- background: #fff;
- }
- .border {
- border: 1px solid #90B5F9 !important;
- /* padding: 5px; */
- /* box-sizing: border-box; */
- box-shadow: 0 0 5px 3px #d7d7d7;
- /* box-shadow: 0 0 5px 3px #E7EFFD; */
- /* box-shadow: 0 0 5px 3px #D4E2FC; */
- position: relative;
- z-index: 80;
- transition: all .5s ease .1s;
- background: #E7EFFD;
- /* transform: scale(1.01); */
- /* background: rgba(227, 237, 253, .8);
- -moz-opacity: 0.8;
- opacity: 0.8;
- -webkit-filter: blur(1px);
- -ms-filter: blur(1px);
- filter: blur(1px); */
- }
- .lv_con1 {
- width: 100%;
- }
- .lv_con1>li {
- /* background: #FAFBFC; */
- width: 19%;
- box-sizing: border-box;
- padding: 2px 5px;
- /* height: 28px; */
- /* line-height: 28px; */
- color: #56585D;
- border: 1px solid #D1D4D8;
- transform: all 0.3;
- }
- .lv_con1>li ul {
- width: 100%;
- box-sizing: border-box;
- padding: 5px;
- }
- .lv_con1>li ul li {
- /* background: #FAFBFC; */
- width: 48%;
- box-sizing: border-box;
- padding: 2px 5px;
- /* height: 28px; */
- /* line-height: 28px; */
- color: #56585D;
- border: 1px solid #D1D4D8;
- margin-bottom: 5px;
- transform: all 0.3;
- }
- .li_style {
- /* background: #FAFBFC; */
- box-sizing: border-box;
- padding: 2px 5px;
- /* height: 28px; */
- /* line-height: 28px; */
- color: #56585D;
- border: 1px solid #D1D4D8;
- margin-bottom: 5px;
- }
- .con_left {
- width: 78%;
- }
- .con_left ul>li,
- .con_right ul>li {
- /* background: #FAFBFC; */
- box-sizing: border-box;
- padding: 2px 5px;
- /* height: 28px; */
- /* line-height: 28px; */
- color: #56585D;
- border: 1px solid #D1D4D8;
- margin-bottom: 5px;
- transform: all 0.3;
- }
- .con_left ul>li ul li,
- .con_right ul>li ul li {
- /* background: #FAFBFC; */
- width: 48%;
- box-sizing: border-box;
- padding: 2px 5px;
- /* height: 28px; */
- /* line-height: 28px; */
- color: #56585D;
- border: 1px solid #D1D4D8;
- margin-bottom: 5px;
- transform: all 0.3;
- }
- .con_right {
- width: 19%;
- }
- .product_img {
- width: 80px;
- height: 80px;
- box-sizing: border-box;
- padding: 10px;
- margin-right: 10px;
- }
- .product_img img {
- width: 100%;
- }
- .product_main_title {
- height: 24px;
- width: 140px;
- /* position: absolute;
- top: 16px;
- left: 90px; */
- font-size: 14px;
- font-weight: 500;
- line-height: 24px;
- color: #212326;
- margin-top: 10px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .product_sub_title {
- height: 24px;
- width: 140px;
- /* position: absolute;
- top: 40px;
- left: 90px; */
- font-family: MarkPro;
- font-size: 14px;
- font-weight: 400;
- line-height: 24px;
- color: #767b83;
- }
- .product_detail {
- display: block;
- width: 80px;
- height: 20px;
- font-size: 14px;
- font-weight: 500;
- line-height: 20px;
- color: #003da6;
- background: url('../imgs/arrow_r.png') no-repeat;
- background-size: 16px 16px;
- background-position: 108% center;
- }
- .product_desc {
- width: 570px;
- }
- .product_desc .desc {
- font-size: 14px;
- line-height: 24px;
- min-height: 72px;
- color: #767b83;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-detail .framework-product-detail-arrow {
- width: 16px;
- height: 16px;
- float: right;
- margin-top: 2px;
- }
- /* 服务交付开始 */
- .serve_wrap {
- margin-top: 60px;
- }
- .serve_wrap .index-tab-content {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- margin-top: 60px;
- }
- .serve_wrap .index-solution-card {
- /* display: inline-block; */
- /* vertical-align: middle; */
- box-shadow: 0 4px 8px 0 rgb(48 48 48 / 10%);
- border-radius: 3px;
- background-color: #fff;
- /* width: 495px; */
- width: 49%;
- /* min-height: 260px; */
- min-height: 240px;
- padding: 30px;
- margin-bottom: 10px;
- transition: .3s;
- z-index: 0;
- }
- .serve_wrap .index-solution-card:hover {
- position: relative;
- box-shadow: 0 20px 40px 0 rgb(48 48 48 / 5%), 0 30px 60px 0 rgb(48 48 48 / 10%);
- z-index: 1;
- }
- .serve_wrap .index-solution-card-left {
- margin-right: 10px;
- }
- .serve_wrap .index-solution-card-right {
- margin-left: 0;
- }
- .serve_wrap .index-solution-card-img {
- width: 30%;
- height: 100%;
- display: inline-block;
- /* vertical-align: middle; */
- }
- .serve_wrap .index-solution-card-img img {
- /* margin-top: 14px; */
- display: block;
- width: 100%;
- }
- .serve_wrap .index-solution-card-content {
- display: inline-block;
- width: 60%;
- margin-left: 9%;
- vertical-align: top;
- /* vertical-align: middle; */
- }
- .serve_wrap .index-solution-card-content-title {
- font-size: 20px;
- line-height: 1.5;
- color: #1d1e20;
- font-weight: 500;
- margin-bottom: 10px;
- letter-spacing: 1.2px;
- }
- .serve_wrap .index-solution-card-content-main {
- font-size: 14px;
- color: #45464a;
- margin-left: 20px;
- line-height: 24px;
- font-weight: 400;
- }
- .serve_wrap .index-ul-solution {
- list-style-type: disc;
- color: #5c5f66;
- }
- .serve_wrap .index-ul-solution li {
- margin-bottom: 4px;
- }
- /* 服务交付结束 */
- /* 合作伙伴开始 */
- .content-title-wrap {
- text-align: center;
- }
- .content-title-wrap>div {
- display: inline-block;
- }
- .content-title-wrap .main-title {
- margin: 0 15px;
- font-size: 32px;
- font-weight: 600;
- color: #1d1e20;
- }
- .content-title-wrap .sub-title {
- font-size: 20px;
- color: #C1C4E0;
- /* font-weight: 600; */
- }
- .product_desc {
- font-size: 16px;
- line-height: 28px;
- font-weight: 400;
- color: #6c6f75;
- max-width: 800px;
- text-align: center;
- margin: 30px auto 0;
- }
- .partner_wrap {
- padding: 80px 0;
- }
- .partner_company {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- margin-top: 60px;
- }
- .partner_company li {
- box-sizing: border-box;
- width: 200px;
- height: 100px;
- background: #FFFFFF;
- /* box-shadow: 0 1px 4px 0 #CBCBCB; */
- border-radius: 6px;
- margin-bottom: 40px;
- }
- .partner_company li img {
- width: 100%;
- display: block;
- }
- /* 合作伙伴结束 */
- @media screen and (min-width: 768px) and (max-width: 991px) {
- .framework-wrapper {
- /* width: 555px;
- height: 2225px; */
- }
- .framework-wrapper .framework-product-info-wrapper {
- box-sizing: border-box;
- width: 495px;
- /* height: 1668px; */
- margin: 0 auto 0;
- overflow: visible;
- position: relative;
- /* top: 361px; */
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info {
- width: 495px;
- /* height: 173px; */
- border-radius: 3px;
- position: relative;
- margin-bottom: 30px;
- top: 0;
- left: 0;
- background-color: #fff;
- z-index: 0;
- box-shadow: 0 3px 12px 0 rgb(48 48 48 / 8%), 0 4px 8px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(0 0 0 / 10%);
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info.active {
- transition: none;
- opacity: 1;
- z-index: 99;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info.project {
- height: 197px;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-icon {
- width: 255px;
- height: 60px;
- position: absolute;
- top: 20px;
- left: 20px;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-icon .framework-product-icon-img {
- width: 60px;
- height: 60px;
- top: 0;
- left: 0;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- position: absolute;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-icon .framework-product-icon-entittle {
- width: 180px;
- height: 28px;
- position: absolute;
- top: 30px;
- left: 75px;
- font-family: "PingFang SC", Helvetica, "Microsoft Yahei", Aria;
- font-size: 16px;
- line-height: 28px;
- color: #767b83;
- font-weight: 400;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-icon .framework-product-icon-cntittle {
- width: 180px;
- height: 28px;
- position: absolute;
- top: 2px;
- left: 75px;
- font-size: 16px;
- font-weight: 500;
- line-height: 28px;
- color: #212326;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-introduction {
- width: 455px;
- height: 72px;
- position: absolute;
- top: 95px;
- left: 20px;
- font-size: 14px;
- line-height: 24px;
- color: #212326;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-detail {
- width: 81px;
- height: 30px;
- border-radius: 2.5px;
- box-sizing: border-box;
- border: 1px solid #0b5dd9;
- position: absolute;
- top: 35px;
- /* left: 395px; */
- right: 30px;
- font-size: 14px;
- font-weight: 400;
- line-height: 30px;
- text-align: center;
- color: #0b5dd9;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-detail .framework-product-detail-arrow {
- display: none;
- }
- .index-top {
- background-size: 0;
- }
- .top {
- height: 645px;
- }
- .serve_wrap .index-solution-card-img {
- width: 152px;
- height: 152px;
- /* height: 100%; */
- display: block;
- /* vertical-align: middle; */
- margin: 20px auto;
- }
- .serve_wrap .index-solution-card-img img {
- /* margin-top: 14px; */
- display: block;
- width: 152px;
- height: 152px;
- }
- .serve_wrap .index-solution-card-content {
- display: block;
- width: 100%;
- /* text-align: center; */
- /* margin-left: 9%; */
- /* vertical-align: top; */
- /* vertical-align: middle; */
- }
- .serve_wrap .index-solution-card-content-title {
- text-align: center;
- }
- }
- @media screen and (min-width: 200px) and (max-width: 767px) {
- .framework-wrapper .framework-product-info-wrapper {
- width: 335px;
- margin: 0 auto;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info {
- width: 335px;
- /* height: 173px; */
- border-radius: 3px;
- opacity: 1;
- position: relative;
- transition: none;
- margin-bottom: 30px;
- box-shadow: 0 3px 12px 0 rgb(48 48 48 / 8%), 0 4px 8px 0 rgb(48 48 48 / 10%), 0 0 1px 0 rgb(0 0 0 / 10%);
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-icon {
- width: 255px;
- height: 60px;
- position: absolute;
- top: 20px;
- left: 20px;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-icon .framework-product-icon-img {
- width: 60px;
- height: 60px;
- top: 0;
- left: 0;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- position: absolute;
- }
- .framework-product-info-wrapper .framework-product-info.project {
- height: 261px;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-icon .framework-product-icon-img {
- width: 60px;
- height: 60px;
- top: 0;
- left: 0;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-icon .framework-product-icon-entittle {
- width: 180px;
- height: 28px;
- position: absolute;
- top: 30px;
- left: 75px;
- font-family: "PingFang SC", Helvetica, "Microsoft Yahei", Aria;
- font-size: 16px;
- line-height: 28px;
- color: #767b83;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-icon .framework-product-icon-cntittle {
- width: 180px;
- height: 28px;
- position: absolute;
- top: 2px;
- left: 75px;
- font-size: 16px;
- font-weight: 500;
- line-height: 28px;
- color: #212326;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info.project .framework-product-introduction {
- width: 295px;
- height: 96px;
- position: absolute;
- top: 95px;
- left: 20px;
- font-size: 14px;
- line-height: 24px;
- color: #212326;
- }
- .framework-wrapper .framework-product-info-wrapper .framework-product-info .framework-product-detail {
- border-radius: 2.5px;
- box-sizing: border-box;
- border: 1px solid #0b5dd9;
- position: absolute;
- left: 395px;
- font-size: 14px;
- font-weight: 400;
- text-align: center;
- color: #0b5dd9;
- width: 295px;
- height: 40px;
- top: 201px;
- left: 20px;
- line-height: 40px;
- }
- }
|