header { position: fixed; background: none; } header.smallHeader .headerContainer .bg { opacity: 0.8; } header.smallHeader .headerContainer .content .logo { width: 2.49rem; height: 0.38rem; } header.smallHeader .headerContainer .content nav > ul > li { padding-top: 0.28rem; padding-bottom: 0.3rem; } header.smallHeader .headerContainer .content nav > ul > li:hover > a::after { bottom: 0.06rem; } header.smallHeader .headerContainer .content nav > ul > li ul { top: 0.8rem; } header.smallHeader .headerContainer .content .rightSide .search-input { bottom: -60px; } header .headerContainer { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1); transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1); transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1); transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1); } header .headerContainer .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #846952; background: linear-gradient(102deg, #846952 0%, #5d4231 100%); opacity: 0; -webkit-transition: opacity 666ms cubic-bezier(0.215, 0.61, 0.355, 1); transition: opacity 666ms cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } header .headerContainer .menuBtn { right: 16px; top: 0; display: none; } header .headerContainer .content .rightSide .search-input { bottom: -48px; } header .headerContainer .content .logo { display: inline-block; width: 3.11rem; height: 0.72rem; background: url(../images/main_logo.png?v=2022) no-repeat center; background-size: contain; position: absolute; left: 0.6rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } header .headerContainer .content .phoneClose { display: none; } header .headerContainer .content nav > ul > li { display: inline-block; padding: 0.6rem 0.2rem; position: relative; -webkit-transition: all 0.3s; transition: all 0.3s; vertical-align: top; } header .headerContainer .content nav > ul > li:hover > a::after { content: ""; width: 30px; height: 3px; background: #f9f9f9; position: absolute; bottom: 0.16rem; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } header .headerContainer .content nav > ul > li a { font-size: 14px; font-weight: 600; color: white; line-height: 20px; } header .headerContainer .content nav > ul > li ul { position: absolute; top: 1.32rem; background: #7e5f4c; min-width: 1.69rem; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); display: none; } header .headerContainer .content nav > ul > li ul li { border-bottom: 1px solid rgba(249, 249, 249, 0.2); } header .headerContainer .content nav > ul > li ul li:last-child { border-bottom: none; } header .headerContainer .content nav > ul > li ul li a { padding: 20px 6px; display: inline-block; white-space: nowrap; line-height: 22px; } header .headerContainer .content .rightSide .search:hover { background: #a17d50; } header .headerContainer .content .rightSide .change-font, header .headerContainer .content .rightSide .oa, header .headerContainer .content .rightSide .chinese { color: white; } header .headerContainer .content .rightSide .oa::before, header .headerContainer .content .rightSide .chinese::before { background: white; } header .headerContainer .content .rightSide .search { width: 44px; height: 44px; border-radius: 50%; background: #85725a; -webkit-transition: ease-in 0.3s; transition: ease-in 0.3s; } header .headerContainer .content .rightSide .search .fa { color: #fff; line-height: 43px; font-weight: 400; } .main { position: relative; padding-top: 0; } .main .num { position: relative; } .main .scroll { position: absolute; left: 50%; bottom: 0.83rem; z-index: 2; -webkit-transform: translateX(-50%); transform: translateX(-50%); } .main .scroll img { cursor: pointer; } .main .index-banner { height: 100vh; position: relative; } .main .index-banner .swiper, .main .index-banner .swiper-container { height: 100%; } .main .index-banner .swiperImg { height: 100vh; width: 100%; } .main .index-banner .main-text { text-align: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .main .index-banner .main-text.main-text3 { width: 100%; } .main .index-banner .main-text.main-text2 { width: 100%; } .main .index-banner .main-text.main-text2 .en-title { width: 50%; margin: 30px auto 0; } .main .index-banner .main-text .ch-title { font-size: 0.7rem; color: white; line-height: 0.97rem; letter-spacing: 0.29rem; margin: 0 auto; } .main .index-banner .main-text .en-title { font-size: 0.3rem; color: white; line-height: 0.5rem; letter-spacing: 10px; margin-top: 30px; } .main .investment-list { height: 100%; } .main .investment-list ul { height: 100%; } .main .investment-list ul li { float: left; width: 33.3333%; position: relative; height: 100%; } .main .investment-list ul li > a { overflow: hidden; display: block; text-align: center; position: relative; height: 100%; width: 100%; } .main .investment-list ul li > a .img-contain { -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: linear; transition-timing-function: linear; height: 100%; width: 100%; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; } .main .investment-list ul li > a .shade { position: absolute; left: 0; top: 0; -webkit-transition: all 0.8s; transition: all 0.8s; width: 100%; height: 100%; z-index: 1; background: rgba(0, 0, 0, 0.15); } .main .investment-list ul li > a:hover .img-contain { -webkit-transform: scale(1.1); transform: scale(1.1); } .main .investment-list ul li > a:hover .shade { opacity: 0; } .main .investment-list ul li > a:hover .invest-content .ch, .main .investment-list ul li > a:hover .invest-content .en, .main .investment-list ul li > a:hover .invest-content span { -webkit-transform: translateY(-40px); transform: translateY(-40px); } .main .investment-list ul li > a:hover .invest-content .desc { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translate(0, 0); transform: translate(0, 0); -webkit-transform: translateY(-40px); transform: translateY(-40px); } .main .investment-list ul li > a .invest-content { position: absolute; z-index: 2; -webkit-transition: all 1s; transition: all 1s; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; text-align: center; } .main .investment-list ul li > a .invest-content span { display: inline-block; width: 70px; height: 70px; -webkit-transition: all 1s; transition: all 1s; } .main .investment-list ul li > a .invest-content span.equity { background: url(../images/equity_icon.png) no-repeat center; background-size: contain; } .main .investment-list ul li > a .invest-content span.mezzanine { background: url(../images/mezzanine_icon.png) no-repeat center; background-size: contain; } .main .investment-list ul li > a .invest-content span.fof { background: url(../images/FoF_icon.png) no-repeat center; background-size: contain; } .main .investment-list ul li > a .invest-content span.quanlity { background: url(../images/quanlitative_icon.png) no-repeat center; background-size: contain; } .main .investment-list ul li > a .invest-content .ch { font-size: 0.3rem; color: #f9f9f8; line-height: 0.36rem; letter-spacing: 1px; padding: 32px 0 22px 0; -webkit-transition: all 1s; transition: all 1s; } .main .investment-list ul li > a .invest-content .en { font-size: 0.3rem; font-family: DINCondensed; color: rgba(249, 249, 248, 0.5); line-height: 0.36rem; letter-spacing: 1px; padding-bottom: 16px; -webkit-transition: all 1s; transition: all 1s; } .main .investment-list ul li > a .invest-content .desc { display: none; color: #fff; font-size: 16px; line-height: 28px; opacity: 0; width: 74%; margin: auto; position: absolute; top: 218px; left: 0; bottom: 0; right: 0; filter: alpha(opacity=0); -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 1s cubic-bezier(0.25, 0.46, 0.33, 0.98); -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98); transition: opacity 1s cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98); transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 1s cubic-bezier(0.25, 0.46, 0.33, 0.98); transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 1s cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98); } .main .entitle { font-size: 26px; font-family: DINCondensed; color: #ccc3bc; line-height: 32px; letter-spacing: 2px; margin-bottom: 12px; text-align: left; } .main .chtitle { font-size: 38px; color: #333333; line-height: 50px; letter-spacing: 2px; text-align: left; } .main .News { background: #fdfdfd url(../images/news_bg.png) no-repeat top center; background-size: contain; } .main .news { text-align: center; } .main .news.num { position: inherit; } .main .news .news-content { padding-left: 1.6rem; position: relative; } .main .news .news-content .top-contain { position: relative; } .main .news .news-content .top-contain .chtitle { width: 136px; height: 38px; } .main .news .news-content .top-contain .view-more { border: 2px solid #e6e1dc; display: block; font-size: 14px; line-height: 14px; color: #33312f; letter-spacing: 2px; padding: 10px 20px; position: absolute; right: 1.64rem; bottom: 0; -webkit-transition: all 0.5s; transition: all 0.5s; } .main .news .news-content .top-contain .view-more:hover { color: #b58a50; } .main .news .news-content .news-container { position: relative; } .main .news .news-content .news-container .news-list { padding-top: 0.88rem; } .main .news .news-content .news-container .news-list .news-text { padding: 15px 0.4rem 0.35rem 0.4rem; border-radius: 6px; border: 1px solid #f2f0ed; -webkit-transition: all 0.5s; transition: all 0.5s; } .main .news .news-content .news-container .news-list .news-text .time { font-size: 20px; font-family: DINCondensed; color: rgba(0, 0, 0, 0.5); line-height: 24px; display: block; text-align: left; margin-bottom: 12px; } .main .news .news-content .news-container .news-list .news-text .news-title { font-size: 18px; color: #33312f; line-height: 28px; display: block; text-align: left; -webkit-transition: all 0.5s; transition: all 0.5s; cursor: pointer; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 56px; overflow: hidden; text-overflow: ellipsis; } .main .news .news-content .news-container .swiper-slide { width: 4.8rem; -webkit-box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.08); border-radius: 6px; } .main .news .news-content .news-container .swiper-slide .news-img { width: 4.8rem; height: 2.82rem; overflow: hidden; border-radius: 6px 6px 0 0; } .main .news .news-content .news-container .swiper-slide .news-img a { display: block; width: 100%; height: 100%; -webkit-transition: all 0.8s; transition: all 0.8s; } .main .news .news-content .news-container .swiper-slide .news-img:hover > a { -webkit-transform: scale(1.2); transform: scale(1.2); } .main .news .news-content .news-container .swiper-slide:hover .news-text { background: white; } .main .news .news-content .news-container .swiper-slide:hover .news-title { color: #b58a50; } .main .news .news-content .phone-link { display: none; } .main .family { height: 100%; background: rgba(77, 89, 101, 0.4); } .main .family .family-container { height: 100%; position: relative; } .main .family .family-container .top-contain { position: absolute; top: 1.48rem; left: 0; width: 100%; z-index: 2; } .main .family .family-container .top-contain .name { width: 25%; text-align: center; float: left; -webkit-transform: translateY(16px); transform: translateY(16px); } .main .family .family-container .top-contain .name .entitle { font-size: 26px; font-family: DINCondensed; color: #ccc3bc; line-height: 32px; letter-spacing: 2px; margin-bottom: 12px; text-align: center; } .main .family .family-container .top-contain .name .chtitle { width: 166px; height: 28px; text-align: center; margin: 0 auto; } .main .family .family-container .top-contain .tab-contain { float: left; width: 75%; -webkit-transform: translateY(16px); transform: translateY(16px); } .main .family .family-container .top-contain .tab-contain .tab { cursor: pointer; font-size: 20px; color: white; line-height: 30px; letter-spacing: 2px; display: inline-block; margin-right: 10%; padding: 8px 16px; background: transparent; -webkit-transition: all 0.5s; transition: all 0.5s; position: relative; } .main .family .family-container .top-contain .tab-contain .tab.selected { padding: 8px 16px; background: #85725a; } .main .family .family-container .top-contain .tab-contain .tab::after { content: ""; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 0; background: #85725a; height: 4px; -webkit-transition: all 0.5s; transition: all 0.5s; } .main .family .family-container .top-contain .tab-contain .tab:hover::after { width: 78px; } .main .family .family-container .swiper-tab { height: 100%; } .main .family .family-container .family-list { height: 100%; width: 100%; -webkit-transition: all 1s; transition: all 1s; opacity: 0; position: absolute; left: 0; top: 0; z-index: 0; } .main .family .family-container .family-list .family-swiper { height: 100%; } .main .family .family-container .family-list.active { opacity: 1; z-index: 1; position: relative; } .main .family .family-container .family-list .swiper-slide { height: 100%; overflow: hidden; } .main .family .family-container .family-list .swiper-slide .news-logo { height: 100%; width: 100%; display: block; -webkit-transition: ease-in-out 1s; transition: ease-in-out 1s; } .main .family .family-container .family-list .swiper-slide .news-logo:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } .main .family .family-container .view-more { font-size: 14px; line-height: 14px; color: white; letter-spacing: 2px; position: absolute; right: 1.6rem; z-index: 6; top: 1.48rem; -webkit-transform: translateY(16px); transform: translateY(16px); display: inline-block; padding: 10px 20px; border: 2px solid rgba(255, 255, 255, 0.4); -webkit-transition: all 0.5s; transition: all 0.5s; } .main .family .family-container .view-more:hover { color: #b58a50; } .swiper-button-prev, .swiper-button-next { width: 56px; height: 56px; background-size: 16px 24px; opacity: 0.3; } .swiper-button-prev { background-image: url(../images/prev.png); -webkit-transition: all 0.3s; transition: all 0.3s; left: 16px; } .swiper-button-prev:hover { opacity: 1; } .swiper-button-next { background-image: url(../images/next.png); -webkit-transition: all 0.3s; transition: all 0.3s; right: 16px; } .banner-prev { left: 0.6rem; } .banner-next { right: 0.65rem; } .swiper-button-next:hover { opacity: 1; } .news-list .swiper-slide > a img:hover { opacity: 0.8; -webkit-transition: all 0.3s; transition: all 0.3s; } #fp-nav ul li a span, .fp-slidesNav ul li a span { width: 8px; height: 8px; background: rgba(255, 255, 255, 0.4); border-radius: 100%; } #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span { right: -4px; width: 16px; height: 16px; background: rgba(255, 255, 255, 0.8); } #fp-nav { left: 0.8rem; top: inherit; bottom: 82px; } #fp-nav ul li:last-child { display: none; } #fp-nav ul li.third a span { background: #ccc8c4; } #fp-nav ul li.third a.active span { background: #b58a50; } @media only screen and (max-width: 1279px) { header .headerContainer .content nav > ul { padding-left: 0; margin-left: -20px; } header .headerContainer .content nav > ul > li { padding-left: 0.15rem; padding-right: 0.15rem; } } @media only screen and (max-width: 1200px) { header .headerContainer .content .rightSide { right: 0.3rem; } header .headerContainer .content .rightSide .change-font { margin-right: 0.24rem; } header .headerContainer .content .rightSide .oa { margin-right: 0.48rem; } header .headerContainer .content .rightSide .chinese { margin-right: 0.24px; } header .headerContainer .content .rightSide .oa::before, header .headerContainer .content .rightSide .chinese::before { display: block; } } @media only screen and (max-width: 1024px) { header .headerContainer .content .rightSide .oa, header .headerContainer .content .rightSide .chinese { color: #664d37; border: none; width: auto; height: auto; } .main .investment-list ul li { float: none; width: 100%; height: 33.3333%; } .main .investment-list ul li > a .invest-content .desc { display: none; } .main .news .news-content { padding-left: 24px; } .main .index-banner .main-text { width: 92%; } .main .index-banner .main-text .ch-title { font-size: 32px; line-height: 48px; letter-spacing: 10px; } .main .index-banner .main-text .en-title { font-size: 16px; line-height: 24px; letter-spacing: 8px; width: 78%; margin: 30px auto; } .main .investment-list ul li > a .invest-content .ch { font-size: 24px; line-height: 32px; letter-spacing: 2px; padding: 10px 0 6px 0; } .main .investment-list ul li > a .invest-content .en { font-size: 16px; line-height: 20px; letter-spacing: 1px; padding-bottom: 0; } .main .family { background: #40372f; } .main .family .family-container .top-contain { position: relative; left: inherit; top: inherit; padding: 0 24px; } .main .family .family-container .top-contain .name { padding-top: 80px; float: none; text-align: left; width: 100%; } .main .family .family-container .top-contain .name .entitle { margin-bottom: 8px; text-align: left; } .main .family .family-container .top-contain .name .chtitle { margin: 0; margin-bottom: 48px; text-align: left; } .main .family .family-container .top-contain .tab-contain { margin-bottom: 48px; float: none; -webkit-transform: inherit; transform: inherit; width: 100%; } .main .family .family-container .top-contain .tab-contain .tab { font-size: 16px; line-height: 20px; } .main .family .family-container .view-more { position: relative; right: inherit; top: inherit; margin-top: 48px; margin-bottom: 48px; -webkit-transform: inherit; transform: inherit; } .main .family .family-container .view { text-align: center; height: 150px; } .main .family .family-container .swiper-tab { height: calc(100% - 258px - 198px); position: relative; } .main .family .family-container .family-list { height: 100%; } @-webkit-keyframes showNavLi { 0% { top: 104px; opacity: 0; filter: Alpha(opacity=0); } 100% { top: 0; opacity: 1; filter: Alpha(opacity=100); } } @keyframes showNavLi { 0% { top: 104px; opacity: 0; filter: Alpha(opacity=0); } 100% { top: 0; opacity: 1; filter: Alpha(opacity=100); } } header .headerContainer { height: 56px; } header .headerContainer .content.showMenu nav > ul > li { padding: 0; } header .headerContainer .content.showMenu nav > ul > li:nth-child(1) { -webkit-animation: showNavLi 0.5s ease-out 0.5s forwards; animation: showNavLi 0.5s ease-out 0.5s forwards; } header .headerContainer .content.showMenu nav > ul > li:nth-child(2) { -webkit-animation: showNavLi 0.5s ease-out 0.6s forwards; animation: showNavLi 0.5s ease-out 0.6s forwards; } header .headerContainer .content.showMenu nav > ul > li:nth-child(3) { -webkit-animation: showNavLi 0.5s ease-out 0.7s forwards; animation: showNavLi 0.5s ease-out 0.7s forwards; } header .headerContainer .content.showMenu nav > ul > li:nth-child(4) { -webkit-animation: showNavLi 0.5s ease-out 0.8s forwards; animation: showNavLi 0.5s ease-out 0.8s forwards; } header .headerContainer .content.showMenu nav > ul > li:nth-child(5) { -webkit-animation: showNavLi 0.5s ease-out 0.9s forwards; animation: showNavLi 0.5s ease-out 0.9s forwards; } header .headerContainer .content.showMenu nav > ul > li:nth-child(6) { -webkit-animation: showNavLi 0.5s ease-out 1s forwards; animation: showNavLi 0.5s ease-out 1s forwards; } header .headerContainer .content.showMenu nav > ul > li:nth-child(7) { -webkit-animation: showNavLi 0.5s ease-out 1.1s forwards; animation: showNavLi 0.5s ease-out 1.1s forwards; } header .headerContainer .content.showMenu nav > ul > li.hasShow { top: 0; opacity: 1; filter: Alpha(opacity=100); } header.smallHeader .headerContainer .content { -webkit-transform: inherit; transform: inherit; } header .headerContainer .menuBtn { display: block; margin-top: 16px; position: relative; z-index: 10; } .mobileLogo { margin-top: 12px; background: url(../images/index_phone_logo.png) no-repeat center; background-size: cover; width: 202px; height: 52px; position: relative; z-index: 10; } header .headerContainer .menuBtn i.fa { color: #fff; } header .headerContainer .content { position: absolute; top: 0; right: -375px; z-index: 99; background: white; width: 85%; max-width: 375px; -webkit-transition: right 500ms; transition: right 500ms; height: 100vh; padding: 16px; overflow-y: scroll; } header .headerContainer .content nav > ul > li { display: block; } header .headerContainer .content nav > ul > li a { display: block; border-bottom: 1px solid #ddd; padding: 16px 0; font-size: 18px; font-weight: 400; color: #664d37; } header .headerContainer .content nav > ul > li.selected { background: #fff; } header .headerContainer .content nav > ul > li.selected > a { color: #ff5e19; } header .headerContainer .content .phoneClose { display: block; float: right; } header .headerContainer .content .phoneClose img { display: block; width: 20px; } header .headerContainer .content .logo { display: none; } header .headerContainer .content .rightSide:hover .search { background: #fff; } header .headerContainer .content .rightSide .change-font { color: #664d37; } header .headerContainer .content .rightSide .search { width: auto; height: auto; background: #fff; } header .headerContainer .content .rightSide .search .fa { color: #85725a; } header .headerContainer .content.showMenu { right: 0; } header .headerContainer .content.showMenu nav { margin-top: 56px; position: relative; width: 100%; margin-left: 0; overflow: hidden; height: auto; -webkit-transform: none; transform: none; } header .headerContainer .content nav > ul { padding-left: 0; } header .headerContainer .content nav > ul > li ul { position: static; -webkit-transform: inherit; transform: inherit; left: 0; background: #fff; } header .headerContainer .content nav > ul > li:hover > a::after { display: none; } header.smallHeader .headerContainer .bg { display: block; } header .headerContainer { height: 84px; background: rgba(0, 0, 0, 0.6); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent)); background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%); } header .headerContainer .bg.showMenu { display: block; } header .headerContainer .content nav > ul > li .showMore { position: absolute; width: 40px; height: 40px; top: 5px; right: 0; cursor: pointer; background: url(../images/minus.svg) no-repeat center; } header .headerContainer .content nav > ul > li .showMore.plus { background: url(../images/plus.svg) no-repeat center; background-size: 14px auto; } header .headerContainer .content nav > ul > li .showMore.minus { background: url(../images/minus.svg) no-repeat center; background-size: 14px auto; } .main .news .news-content .news-container .swiper-slide { width: 6.4rem; } .main .news .news-content .news-container .swiper-slide .news-img { width: 6.4rem; height: 3.76rem; } } @media only screen and (max-width: 767px) { .main .family .family-container .top-contain .tab-contain .tab { margin-right: 0; padding: 6px 12px; } .main .family .family-container .top-contain .tab-contain .tab.selected { padding: 6px 12px; } .main .news .news-content .news-container .news-list .news-text .news-title { color: #b58a50; } .main .news-list .swiper-wrapper { -webkit-box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.08); } .main .investment-list ul li > a .invest-content span { width: 56px; height: 56px; } header .headerContainer { height: 56px; } .mobileLogo { width: 178px; height: 40px; margin-top: 8px; } header .headerContainer .menuBtn { margin-top: 8px; } .main .index-banner .main-text.main-text2 .en-title { width: 78%; } .main .index-banner .main-text.main-text2 .ch-title { width: 75%; } .main .index-banner .main-text.main-text3 .ch-title { width: 80%; } .main .news .news-content .news-container .swiper-slide { width: 358px; } .main .news .news-content .news-container .swiper-slide .news-img { width: 358px; height: 211px; } .main .news .news-content .news-container .news-list .news-text { padding: 16px; } .main .news .news-content .news-container .prev, .main .news .news-content .news-container .next { display: none; } .main .news .news-content .top-contain .view-more { display: none; } .main .news .news-content .phone-link { display: block; padding-top: 70px; margin-left: -24px; } .main .news .news-content .phone-link .view-more { border: 2px solid #e6e1dc; display: inline-block; font-size: 20px; font-family: DINCondensed; color: #33312f; letter-spacing: 2px; padding: 12px 48px; -webkit-transition: all 0.5s; transition: all 0.5s; } #fp-nav { bottom: 48px; } #fp-nav.left { left: -14px; } #fp-nav ul li { margin: 12px 0; } .fp-slidesNav ul li { margin: 12px 0; } #fp-nav ul li a span, .fp-slidesNav ul li a span { width: 4px; height: 4px; } #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span { width: 8px; height: 8px; right: -2px; } .main .news .news-content .news-container .news-list { padding-top: 0; margin-top: 48px; -webkit-box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.08); } } @media only screen and (max-width: 375px) { .main .news .news-content .phone-link { padding-top: 24px; margin-bottom: 48px; } .main .news .news-content .news-container .news-list { margin-top: 24px; } .main .index-banner .main-text .en-title { width: 88% !important; } .main .news .news-content .news-container .swiper-slide { width: 320px; } .main .news .news-content .news-container .swiper-slide .news-img { width: 320px; height: 211px; } .main .news .news-content .news-container .news-list .news-text { background: #ffffffb3; } } @media only screen and (max-width: 374px) { .main .index-banner .main-text .ch-title { font-size: 28px; } .main .index-banner .main-text .en-title { font-size: 14px; letter-spacing: 6px; } } /*# sourceMappingURL=main.css.map */