@media screen and (min-width: 415px) { .new-header { margin: 0 auto; width: 100%; min-width: 1300px; max-width: 1920px; transition: all 0.2s; background-color: transparent; top: 0px; left: 0px; position: fixed; right: 0; z-index: 500; display: flex; flex-direction: column; justify-content: center; align-items: center; } .new-header .first-floor { display: flex; width: 1300px; justify-content: space-between; box-sizing: border-box; padding: 13px 2px; } .new-header .first-floor .nav-search-wrap { display: flex; align-items: center; } .new-header .first-floor .nav-search-wrap .nav-wrap { display: flex; } .new-header .first-floor .mobile-nav-search-wrap { display: none; } .new-header .first-floor .nav-search-wrap .nav-wrap .main-nav-item { transition: all 0.2s; position: relative; cursor: pointer; padding: 0px 18px; font-size: 16px; color: #fff; font-weight: 600; display: flex; align-items: center; } .new-header .first-floor .nav-search-wrap .nav-wrap .main-nav-item img { padding-left: 12px; } .new-header .first-floor .nav-search-wrap .nav-wrap .main-nav-item:hover:before { content: ""; display: block; width: 70%; height: 3px; background-color: #009bdb; position: absolute; bottom: -35px; left: 15px; } .new-header .first-floor .nav-search-wrap .search-wrap { margin-left: 85px; display: flex; align-items: center; } .new-header .first-floor .nav-search-wrap .search-wrap .normal-btn { width: 140px; height: 40px; background-color: #00539e; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 14px; border-radius: 8px; margin-right: 24px; cursor: pointer; } .new-header .first-floor .nav-search-wrap .search-wrap .normal-btn:hover { background-color: #009bdb; } .new-header .blue-dot { width: 100%; height: 2px; background-color: #def3fa; } .new-header .sec-floor { width: 100%; min-width: 1300px; display: block; } .new-header .sec-floor .left-wrap { display: flex; justify-content: flex-end; width: 50%; float: left; } .new-header .sec-floor .left-wrap .huge-icon { width: 35%; height: auto; } .new-header .sec-floor .left-wrap .list-wrap { margin-left: 100px; width: 25%; padding-top: 20px 50px; display: flex; flex-direction: column; align-items: center; padding-top: 0px 55px; } .new-header .sec-floor .left-wrap .list-wrap .list-wrap-title { padding: 25px 0px; font-size: 24px; color: #00539e; } .new-header .sec-floor .left-wrap .list-wrap .list-item { position: relative; cursor: pointer; font-size: 16px; color: #666666; padding-top: 20px; } .new-header .sec-floor .left-wrap .list-wrap .list-item:hover::before { content: ""; display: block; width: 100%; height: 1px; background-color: #009bdb; position: absolute; bottom: -5px; left: 0px; } .new-header .sec-floor .content-wrap { box-sizing: border-box; padding: 48px 83px; height: 400px; width: 50%; background-color: #def3fa; float: right; } .new-header .sec-floor .content-wrap .content-cover { width: 280px; height: 150px; } .new-header .sec-floor .content-wrap .content-info { padding-top: 20px; font-size: 16px; line-height: 25px; color: #666666; } .new-header .sec-floor .content-wrap .see-more-info { margin-top: 17px; width: 142px; height: 42px; display: flex; justify-content: center; align-items: center; border-radius: 8px; background-color: #009bdb; color: #fff; font-size: 14px; } .menu-modal { /* 鑿滃崟寮圭獥 PC涓嶆樉绀 */ display: none; } } @media screen and (max-width: 414px) { /* 绉诲姩绔牱寮 */ .new-header { width: 100%; transition: all 0.2s; background-color: transparent; top: 0px; left: 0px; position: fixed; right: 0; z-index: 500; display: flex; flex-direction: column; align-items: center; } .new-header .first-floor { display: flex; width: 100vw; justify-content: space-between; box-sizing: border-box; padding: 1.7333vw 0.2667vw; } .new-header .first-floor .nav-search-wrap { display: none; } .new-header .first-floor .mobile-nav-search-wrap { display: flex; align-items: center; } .new-header .first-floor .mobile-nav-search-wrap .searh-logo { width: auto; height: 4.3333vw; margin-right: 2.6667vw; } .new-header .first-floor .mobile-nav-search-wrap img { width: auto; height: 6.3333vw; } .menu-modal { display: none; background-color: rgb(29, 69, 138); width: 100vw; height: 100vh; } .modal-titlle { width: 100%; box-sizing: border-box; display: flex; justify-content: flex-end; padding: 4vw 2vw; /* background: linear-gradient(90deg, rgb(64, 167, 223), rgb(34, 163, 156)); */ background-color: rgb(29, 69, 138); } .close-icon { width: 6vw; height: 6vw; } .menu-content-wrap { width: 100vw; box-sizing: border-box; padding: 2vw; color: #fff; } .menu-list-item .menu-list-title { box-sizing: border-box; padding: 4vw 2.6667vw; display: flex; justify-content: space-between; align-items: center; font-size: 2.6667vw; border-bottom: 0.1333vw solid #fff; } .menu-arrow { width: 3.6667vw; height: 1.6667vw; /* transform: rotate(-90deg); */ } .menu-list-out { display: none; } .menu-list-out .menu-in { color: #fff; padding: 2vw 3.6667vw; font-size: 2.1333vw; } }