.swiper { width: 100%; height: 100%; } .swiper-slide { text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; } .swiper h1 { font-size: 4rem; } .wrapper-con { color: #333; width: 96%; max-width: 1920px; min-height: 600px; margin: 0 auto; padding: 80px 0; } .nav { width: 100%; position: fixed; top: 0; z-index: 100; height: 70px; background: #fff; display: flex; flex-direction: row; transition: 0.4s; padding: 0 5% 0 5%; box-sizing: border-box; justify-content: space-between; } .nav .logo { position: relative; padding-top: 25px; padding-bottom: 25px; z-index: 10; width: 280px; height: 50px; margin: 0 auto; } .nav_item { width: 90%; display: flex; margin: 0 auto; border-top: 1px solid rgba(255, 255, 255, 0.5); } .nav_item li.p_navItem1 { flex: 1.2; min-width: 72px; text-align: center; display: flex; justify-content: center; /* border-top: 2px solid RGBA(255, 255, 255, 0); */ } .nav_item li.p_navItem1 a { padding-top: 18px; height: 100%; font-family: MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #fff; font-size: 16px; } .nav_item li.p_navItem1>a:hover { border-top: 2px #fff solid; padding-top: 16px; } .nav_item .li_search { position: relative; padding: 0; padding-top: 19px; font-size: 16px; color: #fff; flex-basis: 0px; } #nav_active .nav_item .li_search { top: 0; height: 50px; padding: 0; font-size: 16px; color: #fff; transition: 0.4s; align-items: center; display: flex; } .nav_item .li_search input { position: absolute; top: 11px; right: 0px; height: 32px; padding: 0 30% 0 5%; font-size: 14px; border-radius: 16px; width: 65%; color: #fff; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.1); opacity: 0; transition: .5s; } .nav_item .li_search .btn-search { background-image: url(../img/search.png); width: 20px; height: 20px; right: 10%; background-repeat: no-repeat; background-size: contain; background-position-x: 90%; background-position-y: center; z-index: 1; padding: 0; position: absolute; } .nav_item .li_search .btn-search:hover { padding-top: unset; border-top: unset; } #nav_active .nav_item .li_search .btn-search { padding: 0; background-image: url(../img/search-2.png); border-bottom: unset; } #nav_active .li_search input { top: 18px; color: #000; border: 1px solid rgba(0, 0, 0, 0.4); } .language { position: relative; z-index: 1; text-align: center; flex: 0.5; transition: 1s; } .language .lang_title { display: block; height: 100%; color: #fff; margin-top: 16px; } #nav_active .language .lang_title { color: #000; margin-top: 0; } #nav_active .language .lang_title a:hover { border-bottom: unset; } .language .lang_list { display: none; padding: 0 0; position: absolute; color: #fff; z-index: 1; font-size: 14px; width: 4rem; right: 50%; translate: 50% 0; } #nav_active .language .lang_list { margin-top: 0; } .language .lang_list .lang_list_item { line-height: 28px; display: block; border: 0; } #nav_active .language .lang_list .lang_list_item { background: rgba(255, 255, 255, .8); } #nav_active .language .lang_list .lang_list_item a { line-height: 45px; } .language .lang_list .lang_list_item a { padding-top: unset; } #nav_active .logo { min-width: 250px; height: 70px; padding: 0 0; margin-right: 5%; background-image: url(../img/logo.png); background-size: contain; background-repeat: no-repeat; background-position: center; } #nav_active .logo img { width: 100%; position: relative; top: 50%; transform: translateY(-50%); } #nav_active .nav_item { border: 0; } #nav_active .nav_item li>a { font-size: 16px; line-height: 70px; height: 68px; border: 0; color: #000; padding-top: 0; border-bottom: 0px solid #0048a2; } #nav_active .nav_item li>a:hover { border-bottom: 2px solid #0048a2; color: #0048a2; } .nav_con .ul_list a:hover { border-bottom: unset !important; color: #529fff !important; } #nav_active .nav_con li, #nav_active .nav_con li a { color: #fff; line-height: unset; } #nav_active .nav_con .cp_center, #nav_active .nav_con .cp_center a { color: #fff; padding-top: unset; } .menusub>li:hover { border-top: 2px solid RGBA(255, 255, 255, 1); transition: all .3s; } .nav_item .nav_con { position: absolute; top: 70px; left: 0; right: 0; width: 100%; height: 220px; z-index: 999; display: none; background-color: #003c87f2; margin: 0 auto; } .nav_item .nav_con div[class^=nav] { position: relative; top: 0; width: 80%; height: 220px; min-width: 600px; max-width: 1120px; z-index: 0; margin: 0 auto; } .nav_opacity1 { opacity: 1 !important; transition: all .5s; } .nav_opacity2 { opacity: 0; } .nav_comany { display: flex; height: 220px; justify-content: space-evenly; align-items: center; max-width: 75rem; } .nav_comany div { padding: 0 40px; } .nav_comany div:nth-child(1) { height: 70%; width: 30%; min-width: 230px; overflow: hidden; padding: 0 40px 0 0; } .nav_comany div:nth-child(1) img { width: 100%; height: 100%; object-fit: cover; } .nav_comany div:nth-child(2) { width: 50%; height: 70%; min-width: 220px; border-left: 1px solid rgba(255, 255, 255, .2); border-right: 1px solid rgba(255, 255, 255, .2); display: flex; align-items: center; } .nav_comany div:nth-child(2) p { text-indent: 2em; line-height: 2; font-size: 14px; color: #fff; text-align: justify; overflow: hidden; -webkit-line-clamp: 5; display: -webkit-box; -webkit-box-orient: vertical; } .nav_comany div:nth-child(3) { height: 70%; width: 20%; min-width: 5rem; } .nav_comany ul { display: flex; min-width: 5rem; height: 100%; flex-direction: column; justify-content: space-around; } .nav_comany ul li { text-align: left; } .nav_comany ul li a { height: 20px; color: #fff; font-size: 16px; line-height: 20px; padding: 0 0 0 20px; } .nav_comany ul li:nth-child(1) { color: #29C0FF; } .nav_comany ul.ul_list li:before { content: ''; position: absolute; width: 5px; height: 6px; background-color: #fff; line-height: 24px; margin-top: 11px; } .nav_comany ul.ul_list li:hover:before { width: 2px; height: 20px; background-color: #29C0FF; transition: 0.4s; line-height: 18px; margin-top: 4px; } .nav_news { display: flex; height: 220px; justify-content: space-around; align-items: center; max-width: 75rem; } .nav_news div { padding: 0 40px; } .nav_news div:nth-child(1) { height: 70%; width: 30%; min-width: 230px; overflow: hidden; padding: 0 40px 0 0; } .nav_news div:nth-child(1) img { width: 100%; height: 100%; object-fit: cover; } .nav_news div:nth-child(2) { width: 50%; min-width: 220px; height: 70%; border-left: 1px solid rgba(255, 255, 255, .2); border-right: 1px solid rgba(255, 255, 255, .2); } .nav_news div:nth-child(2) h4 { margin-bottom: 10px; color: #fff; overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; } #nav_active .nav_news div:nth-child(2) a, .nav_news div:nth-child(2) a { text-indent: 2em; line-height: 24px; font-size: 14px; color: #8CC0FF; text-align: justify; transform: translateY(8%); overflow: hidden; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; padding: 0; } .nav_news div:nth-child(2) p { height: 4rem; overflow: hidden; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; } .nav_news div:nth-child(2) p a span { color: #fff; } .nav_news div:nth-child(3) { height: 70%; width: 20%; min-width: 5rem; } .nav_news ul { display: flex; height: 100%; flex-direction: column; justify-content: space-evenly; align-items: flex-start; flex-wrap: nowrap; } .nav_news ul li a { height: 20px; color: #fff; font-size: 16px; line-height: 20px; padding-left: 20px; } .nav_news ul li:nth-child(1) { color: #29C0FF; } .nav_news ul.ul_list li:before { content: ''; position: absolute; width: 5px; height: 6px; background-color: #fff; /* left: -21px; */ line-height: 24px; margin-top: 12px; } .nav_news ul.ul_list li:hover::before { width: 2px; height: 20px; background-color: #29C0FF; transition: 0.4s; line-height: 20px; margin-top: 5px; } .nav_news .sub_list { width: 232px; height: 164px; background-color: rgba(8, 29, 73, 0.22); margin-left: 200px; display: none; top: 12.5%; opacity: 0; position: absolute; display: flex; flex-direction: column; justify-content: space-around; align-items: center; } .sub_list li { text-align: center; line-height: 24px; margin: 0.3125rem auto; } .sub_list li:before { display: none; } .nav_news .sub_list a { color: #fff; padding-left: 0; } .ul_list li:hover .sub_list { opacity: 1; } .nav_business { display: flex; height: 220px; justify-content: space-between; flex-direction: row; flex-wrap: nowrap; align-items: center; } .nav_business .bus_pic { width: 50%; height: 80%; min-width: 400px; margin-top: auto; margin-bottom: auto; max-height: 160px; padding-right: 40px; } .nav_business .bus_pic ul { display: flex; flex-wrap: nowrap; width: 100%; height: 100%; flex-direction: column; overflow: hidden; align-items: flex-end; justify-content: center; } .nav_business .bus_pic ul li { width: 50%; height: 47%; /* max-height: 74px; */ /* max-width: 370px; */ margin: 2px; } .nav_business .bus_pic ul li img { margin: 0; width: 100%; height: 100%; object-fit: cover; } .nav_business { height: 20px; color: #fff; font-size: 16px; line-height: 20px; max-width: 75rem; margin: 0 auto; } .nav_business .bus_list { width: 50%; min-width: 5rem; height: 80%; max-height: 168px; border-left: 1px solid rgba(255, 255, 255, .2); padding-left: 40px; } .nav_business .bus_list ul { height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-around; } .nav_business .bus_list ul li a { height: 20px; color: #fff; font-size: 16px; line-height: 20px; padding-left: 20px; } .nav_business .bus_list ul li:before { content: ''; position: relative; display: block; width: 5px; height: 6px; background-color: #fff; float: left; top: 8px; } .nav_business .bus_list ul li:hover::before { width: 2px; height: 20px; background-color: #29C0FF; transition: 0.4s; top: 1px; margin-right: 3px; } .nav_product { display: flex; height: 220px; max-width: 75rem; justify-content: space-around; align-items: center; } .nav_product div { height: 70%; padding: 0 40px; } .nav_product>div:nth-child(1) { min-width: 5rem; width: 20%; padding: 0 40px 0 0; } .nav_product>div:nth-child(1) ul { display: flex; flex-direction: column; font-size: 16px; justify-content: center; flex-wrap: nowrap; align-items: flex-end; } .nav_product>div:nth-child(2) { width: 50%; min-width: 350px; height: 164px; position: relative; border-left: 1px solid rgba(255, 255, 255, .2); border-right: 1px solid rgba(255, 255, 255, .2); } .nav_product>div:nth-child(2) .cp_center { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: flex-start; align-content: space-between; } .nav_product>div:nth-child(2) .cp_center a { flex: 30%; height: unset; } .nav_product div:nth-child(3) { min-width: 230px; height: 70%; width: 30%; box-sizing: border-box; overflow: hidden; padding: 0 0 0 40px; } .nav_product div:nth-child(3) img { height: 100%; width: 100%; object-fit: cover; } .nav_product ul li { margin-top: 20px; } .nav_product ul li a { height: 24px; color: #fff; font-size: 16px; line-height: 24px; padding-left: 20px; font-size: 16px; } .nav_product a { color: #fff; font-size: 16px; } .nav_product ul li:before { content: ''; position: relative; display: block; width: 5px; height: 6px; background-color: #fff; float: left; top: 8px; } .nav_product ul li:hover::before { width: 2px; height: 20px; background-color: #29C0FF; transition: 0.4s; top: 2px; } .nav_occupation { position: relative; display: flex; height: 220px; max-width: 1200px; justify-content: space-around; align-items: center; } .nav_occupation ul { flex-direction: column; justify-content: space-around; } .nav_occupation ul li { height: 24px; color: #fff; font-size: 16px; min-width: 100px; line-height: 24px; margin: 10px 0; text-align: left; } .nav_occupation a { color: #fff; font-size: 16px; padding-left: 20px; } .nav_occupation>div:nth-child(1) { display: flex; width: 70%; min-width: 520px; height: 220px; justify-content: flex-end; align-items: center; flex-wrap: nowrap; flex-direction: row; padding-right: 40px; } .nav_occupation>div>div { margin: 0 0 0 1vw; } .nav_occupation>div:nth-child(1) img { height: 100%; width: 100%; object-fit: contain; } .nav_occupation>div:nth-child(2) { width: 30%; min-width: 5rem; border-left: 1px solid rgba(255, 255, 255, .2); padding-left: 40px; } .nav_occupation ul li:before { content: ''; position: absolute; width: 5px; height: 6px; background-color: #fff; line-height: 24px; margin-top: 9px; } .nav_occupation ul li:hover::before { width: 2px; height: 20px; background-color: #29C0FF; transition: 0.4s; line-height: 20px; margin-top: 2px; } .banner { background: unset !important; } .banner-con { padding: 0; margin: 0; min-height: unset; height: 480px; max-width: unset; width: 100%; } .banner-con img { width: 100%; height: 100%; object-fit: cover; } .column-name { height: 100%; width: 100%; max-width: 1150px; position: absolute; left: 50%; transform: translate(-50%, 0); z-index: 1; } .banner-bg-color { width: 100%; height: 100%; position: absolute; background: linear-gradient(180deg, rgb(0 73 169 / 90%) 30%, #ffffff00 75%); } .column-name ul { width: 100%; height: 100%; padding-top: 130px; box-sizing: border-box; } .column-name li { font-size: 40px; font-weight: bold; color: #fff; padding-left: 3%; } .banner-nav { width: 100%; height: 70px; background-color: #00479ee6; position: relative; } .banner-nav-button { display: none; } .banner-nav ul { width: 100%; height: 70px; max-width: 1150px; margin: 0 auto; display: flex; } .banner-nav ul .banner-nav-item { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 0 3%; color: #89B5F9; } .banner-nav ul .this-item { color: #fff; margin-top: 2px; border-bottom: 2px solid #fff; } .banner-nav ul li:hover { color: #fff; } .banner-nav ul li a { color: unset; } .nav-mobile { display: none; } .footer { background-color: #00479e; background-image: url(../img/bg-footer.png); background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; min-height: 100px; float: left; padding: 40px 0 10px 0; } .wid { width: 100%; margin: 0 auto; max-width: 1360px; overflow-x: hidden; } /* .row { margin-right: -15px; margin-left: -15px; } */ .footer .intr { display: flex; width: 100%; height: 60px; justify-content: center; flex-direction: column; align-items: center; } .footer .intr .logo { position: relative; width: 300px; height: 30px; /* margin: 0 auto; */ } .footer .intr .logo a img { width: 100%; height: 100%; object-fit: cover; } .footer .intr .share { width: auto; } .footer .intr .share ul { margin: 0; height: 100px; display: flex; justify-content: center; align-items: center; } .footer .intr .share ul li { width: 38px; height: 38px; border: 1px solid #d0dded; border-radius: 4px; display: flex; justify-content: center; align-items: center; margin-left: 14px; } .footer .inform { display: flex; width: 100%; min-height: 100px; margin: 40px 0 0 0; padding-bottom: 20px; float: left; border-bottom: 1px solid #0086d1; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: flex-start; } .footer .inform .link { width: 100%; float: left; /* padding-top: 20px; */ } .footer .inform .link ul { width: 100%; margin: 0; } .footer .inform .link ul li { width: 40%; margin-bottom: 20px; float: left; } .footer .inform .link ul li a { color: #fff; font-size: 14px; text-decoration: none; } .footer .inform .link ul li a:hover { color: #7ab6ff; } .col-lg-3 { flex: 1; width: 25%; float: left; } .col-lg-3:nth-child(1) { /* width: 25%; */ } .col-lg-3:nth-child(2) { /* width: 30%; */ } .col-lg-3:nth-child(3) { /* flex: 1; */ } .footer .inform .address { width: 100%; min-height: 100px; float: left; /* padding-top: 27px; */ } .footer .inform .address .item { width: 100%; display: flex; justify-content: flex-start; padding-bottom: 15px; } .footer .inform .address .item .ico { width: 32px; height: 30px; display: flex; justify-content: flex-start; align-items: center; } .footer .inform .address .item .text { width: calc(100% - 32px); line-height: 22px; font-size: 12px; color: #fff; padding: 4px 0; } .footer .inform .ft-company { width: 100%; min-height: 100px; float: left; margin-left: 50px; } .footer .inform .ft-company .btns { height: 64px; display: flex; justify-content: flex-start; align-items: center; } .footer .inform .ft-company .btns a { display: inline-block; width: 100px; height: 28px; border-radius: 14px; border: 1px solid #0086d1; text-align: center; line-height: 26px; color: #fff; font-size: 12px; text-decoration: none; } .footer .inform .ft-company .conts { width: 100%; } .footer .inform .ft-company .conts ul { width: 100%; margin: 0; } .footer .inform .ft-company .conts ul li { width: 100%; height: auto; display: flex; justify-content: flex-start; align-items: center; } .footer .inform .wx { width: 100%; min-height: 100px; margin-left: 55px; } .footer .inform .wx .box { width: 90px; margin-left: 45px; } .footer .inform .wx .box:first-child { margin: 0 auto; } .footer .inform .wx .box .imgs { width: 100%; } .footer .inform .wx .box .imgs img { width: 100%; } .footer .inform .wx .box .txt { margin-top: 10px; width: 100%; color: #fff; font-size: 13px; text-align: center; } .copyright { width: 100%; } .copyright .text { width: 100%; margin: 20px 0 10px 0; } .copyright .text p, .copyright .text a { line-height: 22px; font-size: 13px; text-align: center; margin: 0; color: #88acf2; } @media screen and (max-width: 900px) { /* 移动导航 */ .nav { display: none; } #nav_active { display: none; } .nav-mobile { display: flex; position: fixed; padding: 0 2%; z-index: 100; width: 100vw; max-width: 432px; height: 50px; left: 0; right: 0; top: 0; margin: 0 auto; background-color: #fff; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: center; } .nav-mobile a { display: contents; } .nav-mobile-logo { width: 55%; } .nav-mobile-logo img { height: 100%; width: 100%; object-fit: contain; } .nav-mobile .li_search { width: 10%; height: 100%; padding: 7px; font-size: 16px; color: #fff; transition: 0.4s; margin-left: 13%; } .nav-mobile .li_search input:nth-child(2) { position: absolute; height: 80%; width: 50%; top: 10%; left: 15%; padding: 0 5% 0 5%; font-size: 14px; border-radius: 10px 0 0 10px; box-sizing: border-box; color: #000; border: 1px solid rgb(0 70 155); background: rgba(255, 255, 255, 0.1); opacity: 1 !important; transition: .5s; } .nav-mobile .li_search input:nth-child(3) { position: absolute; height: 80%; width: 18%; top: 10%; left: 65%; padding: 0 0; font-size: 14px; border-radius: 0 10px 10px 0; color: #fff; border: 1px solid #043fc7; background: #043fc7; opacity: 1 !important; transition: .5s; } .nav-mobile .li_search .btn-search { background-image: url(../img/search-2.png); width: 100%; height: 100%; background-repeat: no-repeat; background-size: contain; background-position-x: 90%; background-position-y: center; padding: 0; display: block; margin-right: 5%; } .btn-search-box { display: none; position: absolute; left: 0; top: 50px; border-top: 1px dotted #dbdbdb; width: 100%; height: 44px; background-color: rgb(255 255 255 / 90%); } .btn-search-box-1 { display: block; } .toggle-background { background: #E7E7E7; } .toggle-rotate { transform: rotate(180deg); } .toggle-nav { width: 10%; height: 100%; transition: all 0.25s ease; cursor: pointer; padding: 5px; margin-left: 1%; } .toggle-nav svg { width: 100%; height: 100%; } .m-logo { float: left; padding: 1em; width: 10em; } .m-logo img { height: auto; width: 100%; } .mobile-nav { display: none; position: absolute; background: rgb(0 72 162 / 98%); width: 100%; z-index: -1; top: 50px; height: 100vh; overflow-y: scroll; } .mobile-nav li { list-style: none; position: relative; } .mobile-nav li a { display: contents; } .mobile-nav li p { padding: 0.8rem 1.2rem; color: #fff; text-decoration: none; font-size: 16px; border-bottom: 1px dotted #014280; display: block; text-transform: uppercase; } .mobile-nav li p::after { content: ""; position: absolute; top: 10px; right: 4%; width: 40px; height: 40px; background: url(../img/6ea50f_16x16.png) center no-repeat; transition: 0.5s; } .mobile-nav li a p::after { content: ""; background: unset; } .mobile-nav li:active { color: #0077ff; } .mobile-nav li a:active { color: #0077ff; -webkit-tap-highlight-color: transparent; } .mobile-nav .accordion-toggle { position: absolute; top: 0; z-index: 999; font-size: 1.8em; line-height: 2; right: 0; font-family: "FontAwesome"; padding: 0 .5em; border-left: 1px solid #E7E7E7; transition: all 0.25s ease; } .mobile-nav .accordion-toggle .fa { transition: all 0.25s ease; } .mobile-nav li>ul { background: #053595; font-size: .8em; display: none; } /* .mobile-nav li:hover>ul { display: block; } */ .mobile-nav-sub { /* opacity: 0; */ transition: opacity 0.3s ease; } .mobile-nav-sub.show { opacity: 1; } .mobile-nav .mobile-nav-sub-l a { padding-left: 3rem; color: #fff; text-decoration: none; font-size: 16px; border-top: 1px solid #014280; display: block; text-transform: uppercase; line-height: 2.5rem; } .mobile-nav .mobile-nav-sub-l a::after { display: none; } /* .mobile-nav li>ul li:last-child a { border: none; } */ .mobile-nav li>ul ul { display: none; } .show-for-large-up { display: none; } .language { width: 10%; height: 100%; flex: unset; padding: 5px; margin-left: 1%; } .language ul { width: 100%; height: 100%; } .language .lang_title { margin-top: unset; width: 100%; height: 100%; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); } .language .lang_title a { width: 100%; height: 100%; background-image: url(../img/lan.png); background-position: center; background-size: contain; background-repeat: no-repeat; display: block; line-height: 50px; } .language .lang_title svg { width: 100%; height: 100%; } .language .lang_list { top: 50px; } .language .lang_list .lang_list_item { line-height: 38px; background-color: #ffffffd9; } .banner-nav { width: 100%; height: auto; background-color: #00479efa; position: relative; } .banner-nav-button { height: 48px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 6%; color: #fff; font-weight: bold; } .banner-nav-button svg { cursor: pointer; } .banner-nav ul { display: none; height: 0; flex-direction: column; background: rgb(2 80 177 / 90%); } .banner-nav .show { display: flex !important; height: auto; transition: 1s; } .banner-nav ul li { display: block; color: #b6d7ff !important; margin-top: unset !important; border-bottom: unset !important; border-top: 1px dotted #014280; } .banner-nav ul li P { padding: 0.8rem 1.2rem; text-decoration: none; font-size: 16px; display: block; text-transform: uppercase; } .banner-nav ul li P::after { content: ""; position: absolute; display: inline-block; right: 8%; width: 10px; height: 21px; background: url(../img/arrow_right.png) center no-repeat; background-size: contain; transition: 0.5s; } .banner-con { height: 220px; } .column-name { height: 80px; width: 100%; max-width: 1150px; margin: -128px auto 0 auto; } .column-name ul { padding-top: 210px; } .column-name li { width: 100%; font-size: 24px; font-weight: bolder; font-style: italic; background-color: unset; padding-left: 6%; text-align: left; } .footer { padding-top: 30px; padding-bottom: 30px; } .footer .intr { width: 100%; height: auto; align-items: flex-start; } .footer .intr .logo { width: 202px; height: 21px; } .footer .intr .logo img { width: 100%; } .footer .intr .share { display: none; } .footer .intr .share ul { height: 40px; width: 100%; display: flex; justify-content: center; align-items: center; } .footer .inform .ft-company .conts ul li img { max-width: 100%; } .footer .inform { padding-bottom: 0; border-bottom: unset; margin: 20px 0 0 0; } .footer .inform .wx .box .txt { line-height: 30px; } .footer .inform .address { min-height: unset; padding-top: 0px; } .footer .col-lg-3 { width: 100%; } .footer .col-lg-3:nth-child(1), .footer .col-lg-3:nth-child(3) { display: none; } .wid { padding: 0 15px; } .footer .inform .link { display: none; } .footer .inform .address .item { width: 100%; display: flex; padding-bottom: 0; } .copyright { display: none; } }