.header { width: 100%; height: 437px; background: url(../images/headerBg.png) center no-repeat; background-size: cover; } .header .top { width: 100%; display: flex; justify-content: space-between; } .header .fontImg { margin: 55px 0 30px 0; } .header .fontImg img { width: 100%; } .header .btn { text-align: center; } .header h1 { margin-top: 12px; } .header .sch_top { width: 330px; height: 42px; border-radius: 5px; background: #FFFFFF; line-height: 42px; display: flex; margin-top: 44px; position: static; } .header .sch_top .sch-input { flex: 1; height: 42px; line-height: 42px; border: none; background: none; box-sizing: border-box; padding: 0 15px; } .header .sch_top .sch-btn { background: none; border: none; width: 50px; text-align: center; cursor: pointer; } .header .sch_top .sch-btn .layui-icon { font-size: 20px; } /* ---------------------------- */ .top_nav { width: 100%; height: 70px; background: #0183E7; } .top_nav .nav>ul>li { box-sizing: border-box; position: relative; } .top_nav .nav>ul>li>a { display: block; box-sizing: border-box; text-align: center; position: relative; white-space: nowrap; overflow: hidden; transition: all 0.4s ease-out 0s; line-height: 70px; padding: 0 50px; font-size: 24px; color: #FFFFFF; } .top_nav .nav>ul>li>a>span { display: block; } .top_nav .nav>ul>li>a:hover, .top_nav .nav>ul>li.on>a, .top_nav .nav>ul>li:hover a { border-color: #0183E7; background-color: #EEF4FF; color: #0183E7; } .top_nav .nav>ul>li .layui-icon { font-size: 18px; color: #0183E7; } .top_nav .nav .submenu { position: absolute; width: 100%; top: 70px; left: 0; background: rgba(255, 255, 255, .9); border-bottom: 2px solid #0183E7; transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; z-index: 999; } .top_nav .nav>ul>li:hover .submenu { opacity: 1; visibility: visible; } .top_nav .nav .submenu ul li { display: block; text-align: center; } .top_nav .nav .submenu ul li a { display: block; border-bottom: 1px solid #d2d2d2; line-height: 25px; font-size: 14px; color: #333; padding: 8px 5px; } .top_nav .nav .submenu ul li a:hover { border-bottom: 1px solid #0183E7; color: #0183E7; } .top_nav .nav .submenu ul li.yinyan { display: none; } .top_nav .nav .submenu .body img { width: 300px; height: 150px; } .top_nav .nav .submenu .navli { padding-right: 100px; margin-right: 130px; width: 622px; border-right: 1px solid #cdcdce; } .top_nav .nav .submenu .navli li { display: inline-block; margin-right: 10px; margin-top: 5px; margin-bottom: 5px; } .top_nav .nav .submenu .navli li a { display: block; border-bottom: 1px solid #d7d7d8; padding: 5px 15px; } .top_nav .nav .submenu .navli li a:hover { border-bottom: 1px solid #7292e2; color: #7292e2; } /* -- */ .mc_ph_hd { display: none; position: relative; z-index: 999; width: 100%; height: 64px; } .mc_ph_navbar { padding: 0 20px; box-shadow: 0 0 10px rgba(0, 0, 0, .1); background: #fff; } .mc_language_ph a { line-height: 64px; color: #333; margin-right: 15px; } .mc_ph_nav_r .mc_ph_language a { line-height: 64px; margin-right: 20px; color: #333; } .mc_ph_hd .mc_ph_logo a { line-height: 64px; } .mc_ph_hd .mc_ph_logo { float: left; } .mc_ph_nav_r { float: right; } .mc_ph_hd .mc_ph_en { margin-top: 20px; margin-right: 20px; } .mc_ph_logo img { width: auto !important; height: 50px !important; } .mc_ph_menu { overflow: hidden; width: 26px; height: 50px; } .mc_ph_hd .mc_phmenubox { width: 26px; height: 50px; cursor: pointer; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); } .mc_ph_hd .mc_phmenubox .point { position: relative; display: inline-block; width: 26px; height: 22px; margin-top: 15px; transform: translateX(-3px); } .mc_ph_hd .mc_phmenubox .point .nav_btn, .mc_ph_hd .mc_phmenubox .point .nav_btn::after, .mc_ph_hd .mc_phmenubox .point .nav_btn::before { display: inline-block; width: 26px; height: 1px; background-color: #292929; } .mc_ph_hd .mc_phmenubox .nav_btn { position: absolute; top: 8px; right: 0; -webkit-transition: all .3s ease-out 0s; -moz-transition: all .3s ease-out 0s; -ms-transition: all .3s ease-out 0s; -o-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s; } .mc_ph_hd .mc_phmenubox .nav_btn::after, .mc_ph_hd .mc_phmenubox .nav_btn::before { content: ''; position: absolute; right: 0; -webkit-transition: all .3s ease-out 0s; -moz-transition: all .3s ease-out 0s; -ms-transition: all .3s ease-out 0s; -o-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s; } .mc_ph_hd .mc_phmenubox .nav_btn::after { top: -8px; } .mc_ph_hd .mc_phmenubox .nav_btn::before { top: 8px; } .mc_ph_hd .mc_phmenubox .point.active .nav_btn { background: transparent; } .mc_ph_hd .mc_phmenubox .point.active .nav_btn::after { top: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .mc_ph_hd .mc_phmenubox .point.active .nav_btn::before { top: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .mc_ph_hd { display: none; } .pagination { margin-top: 30px; } /* ----------------------------------- */ @media screen and (max-width: 1280px) { .mc_ph_hd { display: block; box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important; } } /* ------- 右侧 ---------------- */ .fixBtn { position: fixed; right: 10px; bottom: 30%; display: flex; flex-direction: column; align-items: center; z-index: 999; } .fixBtn .ico { width: 72px; height: 72px; border-radius: 5px; background: #F3F3F3; display: flex; align-items: center; justify-content: center; } .fixBtn p { text-align: center; color: #050505; margin-top: 5px; } .fixModal { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, .5); display: none; z-index: 99; } .fixModal .content { width: 770px; height: 377px; background: url('fix-modal-bg.png') center no-repeat #fff; background-size: cover; position: absolute; left: calc((100% - 770px) / 2); top: calc((100% - 377px) / 2); box-sizing: border-box; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; } .fixModal .content .text { font-size: 24px; line-height: 45px; color: #464646; } .fixModal .content .phone { width: 100%; height: 70px; line-height: 70px; background: #00BECA; color: #fff; font-size: 20px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 0 20px; } .fixModal .content .phone img { width: 32px; margin-right: 15px; } .fixModal .content .phone span { flex: 1; } .fixModal .content .close { width: 24px; height: 24px; background: url(close.png) no-repeat; position: absolute; right: 30px; top: 26px; }