123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357 |
- .wrap {
- padding-top: 2.75rem;
- }
- /* 轮播图 */
- .wrap .carousel {
- width: 100%;
- height: 12.125rem;
- 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: 12.125rem;
- }
- /* 滑块控件 */
- .carousel-scroll {
- position: absolute;
- bottom: 1.25rem;
- left: 50%;
- transform: translate(-50%, 0);
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 100;
- }
- .carousel-scroll .scroll-item {
- width: 1.5625rem;
- height: 0.0625rem;
- background: #999999;
- cursor: pointer;
- }
- .carousel-scroll .current {
- background: #ffffff;
- cursor: default;
- }
- /* 关于 */
- .wrap .about {
- padding: 0 0.9375rem;
- margin: 1.25rem 0;
- }
- .about .info {
- width: 100%;
- }
- .about .info .href {
- font-size: 0.75rem;
- font-weight: 500;
- color: #1d52a2;
- text-decoration: none;
- }
- .about .info .title {
- font-size: 1.125rem;
- font-weight: 500;
- color: #222222;
- margin-top: 1.25rem;
- }
- .about .info .detail {
- font-size: 0.875rem;
- font-weight: 300;
- color: #444444;
- margin-top: 1.25rem;
- }
- .about .info .more {
- width: 6.625rem;
- height: 2.75rem;
- line-height: 2.75rem;
- font-size: 0.875rem;
- margin-top: 1.25rem;
- }
- .about .video {
- width: 100%;
- height: 15.125rem;
- background-color: #000;
- margin-top: 1.25rem;
- }
- /* 公司 */
- .wrap .company {
- width: 100%;
- height: 14.875rem;
- background: #000;
- position: relative;
- background-repeat: no-repeat;
- background-size: auto 100%;
- background-position: 50%;
- }
- .company .company-tab {
- width: calc(100% - 1.875rem);
- height: 2.25rem;
- backdrop-filter: blur(0.25rem);
- position: absolute;
- bottom: 1.25rem;
- left: 50%;
- transform: translate(-50%, 0);
- display: flex;
- align-items: center;
- }
- .company .company-tab .tab-item {
- flex: 1;
- height: 2.25rem;
- font-size: 0.75rem;
- font-weight: 500;
- color: #ffffff;
- line-height: 2.25rem;
- text-align: center;
- background: rgba(255, 255, 255, 0.1);
- position: relative;
- cursor: pointer;
- }
- .company .company-tab .tab-item .tab-item-bottom {
- width: 1.375rem;
- height: 0.0625rem;
- background: #fff;
- position: absolute;
- bottom: 0;
- left: calc(50% - 0.6875rem);
- }
- .company .company-tab .tab-line {
- height: 2.25rem;
- width: 0.0625rem;
- }
- .company .company-tab .tab-line > div {
- width: 0.0625rem;
- height: 1.35rem;
- }
- .company .company-tab .tab-line :nth-child(2n - 1) {
- height: 0.45rem;
- background: rgba(255, 255, 255, 0.1);
- }
- /* 产品 */
- .wrap .product {
- padding: 1.875rem 0.9375rem;
- }
- .product .product-title {
- width: 100%;
- height: 1.75rem;
- font-size: 1.25rem;
- font-weight: 600;
- color: #222222;
- line-height: 1.75rem;
- text-align: center;
- }
- .product .product-tips {
- width: 80%;
- font-size: 0.75rem;
- font-weight: 400;
- color: #666666;
- text-align: center;
- margin: 0.625rem auto 0;
- }
- .product .product-img {
- width: 100%;
- margin-top: 0.625rem;
- }
- .product .product-tab {
- height: 2.5rem;
- width: 100%;
- margin: 0.625rem auto 0;
- overflow-x: auto;
- }
- .product .product-tab::-webkit-scrollbar {
- height: 0;
- }
- .product .product-tab .tab-box {
- display: flex;
- align-items: center;
- }
- .product .product-tab .tab-item {
- height: 2.5rem;
- width: 7.5rem;
- text-align: center;
- line-height: 2.5rem;
- font-size: 0.875rem;
- font-weight: 500;
- color: #222222;
- padding: 0 0.625rem;
- border-bottom: 0.0625rem solid #979797;
- cursor: pointer;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .product .product-tab .current {
- border-bottom: 0.0625rem solid #1d52a2;
- transition: all 0.1s;
- }
- .product .product-content {
- width: 100%;
- margin: 0 auto;
- padding-top: 0.625rem;
- }
- .product .product-content .content-info {
- width: 100%;
- }
- .product .product-content .content-info .info-title {
- font-size: 1.125rem;
- font-weight: 500;
- color: #222222;
- margin-top: 1.25rem;
- }
- .product .product-content .content-info .info-detail {
- font-size: 0.875rem;
- font-weight: 400;
- color: #555555;
- margin-top: 1.25rem;
- }
- .product .product-content .content-info .info-more {
- width: 6.625rem;
- height: 2.75rem;
- line-height: 2.75rem;
- font-size: 0.875rem;
- margin-top: 1.25rem;
- }
- .product .product-content .content-img {
- width: 100%;
- height: 13.75rem;
- margin-top: 1.25rem;
- }
- /* 新闻 */
- .wrap .news {
- padding: 1.875rem 0.9375rem;
- }
- .news .news-title {
- width: 100%;
- height: 1.75rem;
- font-size: 1.25rem;
- font-weight: 600;
- color: #222222;
- line-height: 1.75rem;
- text-align: center;
- }
- .news .news-tips {
- width: 80%;
- font-size: 0.75rem;
- font-weight: 400;
- color: #666666;
- text-align: center;
- margin: 0.625rem auto 0;
- }
- .news .news-content {
- padding-top: 1.25rem;
- }
- .news .news-content .news-item {
- width: 100%;
- background: #fff;
- margin-bottom: 1.25rem;
- }
- .news .news-content .news-item .item-cover {
- width: 100%;
- height: 13.75rem;
- background: #000;
- }
- .news .news-content .news-item .item-bottom {
- background: #f5f5f5;
- padding: 0.9375rem;
- }
- .news .news-content .news-item .item-bottom .item-time {
- font-size: 0.875rem;
- font-weight: 400;
- color: #1d52a2;
- }
- .news .news-content .news-item .item-bottom .item-title {
- font-size: 1rem;
- font-weight: 500;
- color: #222222;
- 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-bottom .item-detail {
- font-size: 0.875rem;
- font-weight: 400;
- color: #444444;
- 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-bottom .item-view-detail {
- font-size: 0.875rem;
- font-weight: 500;
- color: #888888;
- text-decoration: none;
- }
- .news .news-more {
- width: 7.8125rem;
- height: 2.75rem;
- line-height: 2.75rem;
- font-size: 0.875rem;
- margin: 1.25rem auto 0;
- }
- /* 联系 */
- .wrap .contact {
- height: 32.5rem;
- background: #000;
- background-repeat: no-repeat;
- background-size: 100% auto;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .contact .contact-card {
- width: 21.6875rem;
- height: 26.25rem;
- background: #ffffff;
- padding: 1.875rem;
- }
- .contact .contact-card .card-title {
- font-size: 1rem;
- font-weight: 500;
- color: #222222;
- width: 100%;
- text-align: center;
- }
- .contact .contact-card .card-confirm {
- margin: 1.25rem auto 0;
- width: 7.8125rem;
- height: 2.75rem;
- line-height: 2.75rem;
- font-size: 0.875rem;
- }
- .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: 0.9375rem;
- }
- .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: 0.9375rem;
- }
|