123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420 |
- /* .wrap {
- background: #f4f4f4;
- } */
- /* 轮播图 */
- .wrap .carousel {
- width: 100%;
- height: 36.25rem;
- position: relative;
- }
- .carousel-item {
- background: rgba(0, 0, 0, 0.1);
- color: white;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- /* 轮播图信息 */
- .carousel-item .carousel-img {
- width: 100%;
- height: 36.25rem;
- }
- .carousel-item .carousel-info {
- position: absolute;
- height: 15rem;
- left: 7.5rem;
- top: calc(50% - 8.75rem);
- z-index: 100;
- font-size: 1rem;
- }
- /* .carousel-item .carousel-info {
- position: absolute;
- height: 15rem;
- left: 7.5rem;
- top: calc(50% - 8.75rem);
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- z-index: 100;
- }
- .carousel-info > div {
- font-weight: normal;
- color: #ffffff;
- }
- .carousel-info .title-1 {
- font-size: 1.625rem;
- }
- .carousel-info .title-2 {
- font-size: 2.25rem;
- }
- .carousel-info .title-3 {
- font-size: 3.125rem;
- } */
- /* 按钮控件 */
- .carousel-control {
- position: absolute;
- bottom: 4rem;
- right: 7.5rem;
- z-index: 100;
- display: flex;
- align-items: center;
- user-select: none;
- }
- .carousel-control .btn {
- width: 3.125rem;
- height: 1.75rem;
- background: #ffffff;
- border-radius: 1.25rem;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- }
- .carousel-control .btn .icon {
- width: 1rem;
- height: 1rem;
- }
- .carousel-control .disabled {
- height: 1.75rem;
- width: 1.75rem;
- opacity: 0.3;
- cursor: default;
- }
- .carousel-control .index {
- font-size: 1.25rem;
- color: #ffffff;
- margin: 0 0.625rem;
- }
- .carousel-control .index span {
- font-size: 2rem;
- font-weight: 400;
- }
- /* 滑块控件 */
- .carousel-scroll {
- position: absolute;
- bottom: 4rem;
- left: 7.5rem;
- display: flex;
- align-items: center;
- z-index: 100;
- }
- .carousel-scroll :not(:last-child) {
- margin-right: 0.625rem;
- }
- .carousel-scroll .scroll-item {
- width: 3.75rem;
- height: 0.25rem;
- background: #999999;
- cursor: pointer;
- }
- .carousel-scroll .current {
- background: #ffffff;
- cursor: default;
- }
- /* 关于 */
- .wrap .about {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 3.125rem 0;
- }
- .about .info {
- width: 32.5rem;
- height: 25rem;
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- justify-content: space-between;
- }
- .about .info .href {
- font-size: 1.125rem;
- font-weight: 500;
- color: #1d52a2;
- text-decoration: none;
- }
- .about .info .title {
- font-size: 2rem;
- font-weight: 500;
- color: #222222;
- line-height: 2.375rem;
- }
- .about .info .detail {
- font-size: 1rem;
- line-height: 1.5625rem;
- font-weight: 300;
- color: #444444;
- }
- .about .video {
- width: 36.25rem;
- height: 27.5rem;
- margin-left: 1.875rem;
- background-color: #000;
- }
- /* 公司 */
- .wrap .company {
- width: 100%;
- height: 32.5rem;
- background: #000;
- position: relative;
- background-repeat: no-repeat;
- background-size: 100% auto;
- }
- .company .company-tab {
- width: 75rem;
- height: 5rem;
- /* background: rgba(255, 255, 255, 0.1); */
- backdrop-filter: blur(0.25rem);
- position: absolute;
- bottom: 3.125rem;
- left: calc(50% - 37.5rem);
- display: flex;
- align-items: center;
- }
- .company .company-tab .tab-item {
- flex: 1;
- height: 5rem;
- font-size: 1.375rem;
- font-weight: 500;
- color: #ffffff;
- line-height: 5rem;
- text-align: center;
- background: rgba(255, 255, 255, 0.1);
- position: relative;
- cursor: pointer;
- }
- .company .company-tab .tab-item .tab-item-bottom {
- width: 3rem;
- height: 0.125rem;
- background: #fff;
- position: absolute;
- bottom: 0;
- left: calc(50% - 1.5rem);
- }
- .company .company-tab .tab-line {
- height: 5rem;
- width: 0.125rem;
- }
- .company .company-tab .tab-line > div {
- width: 0.125rem;
- height: 3rem;
- }
- .company .company-tab .tab-line :nth-child(2n - 1) {
- height: 1rem;
- background: rgba(255, 255, 255, 0.1);
- }
- /* 产品 */
- .wrap .product {
- padding: 3.125rem 0;
- }
- .product .product-title {
- width: 100%;
- height: 2.8125rem;
- font-size: 2rem;
- font-weight: 600;
- color: #222222;
- line-height: 2.8125rem;
- text-align: center;
- }
- .product .product-tips {
- width: 100%;
- font-size: 0.875rem;
- font-weight: 400;
- color: #666666;
- text-align: center;
- margin-top: 1.25rem;
- }
- .product .product-img {
- width: 80%;
- margin: 1.875rem 10% 0;
- }
- .product .product-tab {
- display: flex;
- align-items: center;
- height: 5rem;
- width: 90rem;
- margin: 0 auto;
- }
- .product .product-tab .tab-item {
- height: 5rem;
- width: 7.5rem;
- flex: 1;
- text-align: center;
- line-height: 5rem;
- font-size: 1.125rem;
- font-weight: 500;
- color: #222222;
- border-bottom: 0.0625rem solid #979797;
- cursor: pointer;
- }
- .product .product-tab .current {
- border-bottom: 0.125rem solid #1d52a2;
- transition: all 0.1s;
- }
- .product .product-content {
- width: 90rem;
- margin: 0 auto;
- padding-top: 3.125rem;
- display: flex;
- align-items: center;
- }
- .product .product-content .content-info {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- justify-content: space-around;
- width: 30rem;
- height: 25rem;
- margin-right: 1.875rem;
- }
- .product .product-content .content-info .info-title {
- font-size: 1.625rem;
- font-weight: 500;
- color: #222222;
- }
- .product .product-content .content-info .info-detail {
- font-size: 1rem;
- font-weight: 400;
- color: #555555;
- }
- .product .product-content .content-img {
- width: 58.125rem;
- height: 32.37rem;
- }
- /* 新闻 */
- .wrap .news {
- padding: 3.125rem 0;
- background: #f4f4f4;
- }
- .news .news-title {
- width: 100%;
- height: 2.8125rem;
- font-size: 2rem;
- font-weight: 600;
- color: #222222;
- line-height: 2.8125rem;
- text-align: center;
- }
- .news .news-tips {
- width: 100%;
- font-size: 0.875rem;
- font-weight: 400;
- color: #666666;
- text-align: center;
- margin-top: 1.25rem;
- }
- .news .news-content {
- width: 90rem;
- margin: 0 auto;
- padding-top: 3.125rem;
- display: flex;
- align-items: center;
- }
- .news .news-content > :not(:last-child) {
- margin-right: 3.75rem;
- }
- .news .news-content .news-item {
- width: 27.5rem;
- background: #fff;
- padding: 1.875rem;
- }
- .news .news-content .news-item .item-cover {
- width: 27.5rem;
- height: 18.3125rem;
- background: #000;
- transform: translate(-1.875rem, -1.875rem);
- }
- .news .news-content .news-item .item-time {
- font-size: 0.875rem;
- font-weight: 400;
- color: #1d52a2;
- height: 1rem;
- }
- .news .news-content .news-item .item-title {
- font-size: 1rem;
- font-weight: 500;
- color: #222222;
- height: 2.75rem;
- margin-top: 1.25rem;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .news .news-content .news-item .item-detail {
- font-size: 0.875rem;
- font-weight: 400;
- color: #444444;
- height: 4.375rem;
- margin-top: 1.25rem;
- margin-bottom: 1.875rem;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- }
- .news .news-content .news-item .item-view-detail {
- font-size: 0.875rem;
- font-weight: 500;
- color: #888888;
- text-decoration: none;
- }
- .news .news-more {
- margin: 3.125rem auto 0;
- }
- /* 联系 */
- .wrap .contact {
- height: 37.5rem;
- background: #000;
- position: relative;
- background-repeat: no-repeat;
- background-size: 100% auto;
- }
- .contact .contact-card {
- width: 26.875rem;
- height: 28.75rem;
- background: #ffffff;
- border-radius: 0.5rem;
- position: absolute;
- top: 4.375rem;
- /* right: 15rem; */
- right: 18.75rem;
- padding: 1.875rem 2.5rem;
- }
- .contact .contact-card .card-title {
- font-size: 1.375rem;
- font-weight: 500;
- color: #222222;
- width: 100%;
- text-align: center;
- }
- .contact .contact-card .card-confirm {
- margin: 1.25rem auto 0;
- cursor: pointer;
- }
- .contact .contact-card > input {
- border: 0.0625rem solid rgba(151, 151, 151, 0.3);
- height: 2.5rem;
- width: 100%;
- padding: 0 0.625rem;
- font-size: 0.8125rem;
- font-weight: 400;
- margin-top: 1.25rem;
- }
- .contact .contact-card > textarea {
- border: 0.0625rem solid rgba(151, 151, 151, 0.3);
- height: 5.625rem;
- width: 100%;
- padding: 0.625rem;
- font-size: 0.8125rem;
- font-weight: 400;
- resize: none;
- margin-top: 1.25rem;
- }
|