/* CDN 鏈嶅姟浠呬緵骞冲彴浣撻獙鍜岃皟璇曚娇鐢紝骞冲彴涓嶆壙璇烘湇鍔$殑绋冲畾鎬э紝浼佷笟瀹㈡埛闇€涓嬭浇瀛椾綋鍖呰嚜琛屽彂甯冧娇鐢ㄥ苟鍋氬ソ澶囦唤銆 */ @font-face { font-family: 'iconfont'; /* Project id 3716080 */ src: url('//at.alicdn.com/t/c/font_3716080_2vz1foc2utx.woff2?t=1669865605134') format('woff2'), url('//at.alicdn.com/t/c/font_3716080_2vz1foc2utx.woff?t=1669865605134') format('woff'), url('//at.alicdn.com/t/c/font_3716080_2vz1foc2utx.ttf?t=1669865605134') format('truetype'); } .iconfont { font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } @font-face { font-family: 'jx'; /* Project id 3390635 */ src: url('/youdianniu/assets/fonts/jx.ttf') format('truetype'); } * { margin: 0px; padding: 0px; box-sizing: border-box; } ::-webkit-scrollbar { width: 8px; height: 10px; } ::-webkit-scrollbar-track { border-radius: 0; background: #555555; } ::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); background-color: #333333; } ::-webkit-scrollbar-thumb:hover { border-radius: 5px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); background-color: rgba(85, 85, 85, 0.4); } header { width: 100%; display: flex; position: fixed; top: 0; justify-content: space-between; padding: 1vw 2vw; z-index: 99; transition: 0.3s all ease-in-out; } header .logo { width: 18vw; } header .logo img:nth-child(2) { display: none; } header nav { margin-top: 0.6vw; transition: 0.3s all ease-in-out; } header nav ul { display: flex; } header nav ul li a { color: white; font-size: 0.9vw; font-weight: bold; margin: 0 2vw; padding-bottom: 3px; transition: .5s all ease-in-out; } header nav ul li a:hover{ border-bottom: 1px solid; } header nav ul li .gl { border-bottom: 1px solid white; } header nav ul li .gl2 { border-bottom: 1px solid #333333; } header .phone { width: 10vw; height: 2.5vw; border-radius: 40px; border: solid 1px #ffffff; display: flex; color: white; font-weight: bold; font-size: 0.82vw; line-height: 2.5vw; margin-right: 5vw; transition: 0.3s all ease-in-out; } header .phone .img { width: 2vw; height: 2vw; margin: 0.2vw; background: white; border-radius: 30px; transition: 0.3s all ease-in-out; } header .phone .img img { width: 1vw; margin: 0.4vw auto; transition: 0.3s all ease-in-out; position: absolute; margin-left: 0.5vw; } header .phone .img img:nth-child(2) { display: none; } header .phone .text { position: absolute; margin-left: 2.5vw; transition: 0.3s all ease-in-out; } header .phone:hover .img { width: 100%; } header .phone:hover .text { color: #15597a; } header .oa { width: 2.5vw; position: absolute; right: 3vw; } header .oa img:nth-child(2) { display: none; } header.active { transition: 0.3s all ease-in-out; /*background: white;*/ /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/ } header.active2 { transition: 0.3s all ease-in-out; background: white; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); } header.active .logo { width: 18vw; } header.active .logo img:nth-child(1) { display: none; } header.active .logo img:nth-child(2) { display: block; } header.active nav ul li a { color: #3c3c3c; } header.active .phone { border: solid 1px #003c7e; color: #003c7e; } header.active .phone .img { width: 2vw; height: 2vw; margin: 0.2vw; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#ffffff, #ffffff); background-blend-mode: normal, normal; border-radius: 30px; transition: 0.3s all ease-in-out; } header.active .phone .img img { width: 1vw; margin: 0.4vw auto; transition: 0.3s all ease-in-out; position: absolute; margin-left: 0.5vw; } header.active .phone .img img:nth-child(1) { display: none; } header.active .phone .img img:nth-child(2) { display: block; } header.active .phone .text { position: absolute; margin-left: 2.5vw; transition: 0.3s all ease-in-out; } header.active .phone:hover .img { width: 100%; } header.active .phone:hover .text { color: white; } header.active .oa img:nth-child(1) { display: none; } header.active .oa img:nth-child(2) { display: block; } header.active2 { transition: 0.3s all ease-in-out; } header.active2 .logo { width: 18vw; } header.active2 .logo img:nth-child(1) { display: none; } header.active2 .logo img:nth-child(2) { display: block; } header.active2 nav ul li a { color: #3c3c3c; } header.active2 .phone { border: solid 1px #003c7e; color: #003c7e; } header.active2 .phone .img { width: 2vw; height: 2vw; margin: 0.2vw; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#ffffff, #ffffff); background-blend-mode: normal, normal; border-radius: 30px; transition: 0.3s all ease-in-out; } header.active2 .phone .img img { width: 1vw; margin: 0.4vw auto; transition: 0.3s all ease-in-out; position: absolute; margin-left: 0.5vw; } header.active2 .phone .img img:nth-child(1) { display: none; } header.active2 .phone .img img:nth-child(2) { display: block; } header.active2 .phone .text { position: absolute; margin-left: 2.5vw; transition: 0.3s all ease-in-out; } header.active2 .phone:hover .img { width: 100%; } header.active2 .phone:hover .text { color: white; } header.active2 .oa img:nth-child(1) { display: none; } header.active2 .oa img:nth-child(2) { display: block; } header:hover { background: white; } header:hover .logo { width: 18vw; } header:hover .logo img:nth-child(1) { display: none; } header:hover .logo img:nth-child(2) { display: block; } header:hover nav ul li a { color: #3c3c3c; } header:hover .phone { border: solid 1px #003c7e; color: #003c7e; } header:hover .phone .img { width: 2vw; height: 2vw; margin: 0.2vw; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#ffffff, #ffffff); background-blend-mode: normal, normal; border-radius: 30px; transition: 0.3s all ease-in-out; } header:hover .phone .img img { width: 1vw; margin: 0.4vw auto; transition: 0.3s all ease-in-out; position: absolute; margin-left: 0.5vw; } header:hover .phone .img img:nth-child(1) { display: none; } header:hover .phone .img img:nth-child(2) { display: block; } header:hover .phone .text { position: absolute; margin-left: 2.5vw; transition: 0.3s all ease-in-out; } header:hover .phone:hover .img { width: 100%; } header:hover .phone:hover .text { color: white; } header:hover .oa img:nth-child(1) { display: none; } header:hover .oa img:nth-child(2) { display: block; } .header { width: 100%; position: absolute; background: white; border-top: 1px solid #cecece; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2); z-index: 9; margin-top: 3.6vw; padding-left: 32.2vw; left: 0; opacity: 0; pointer-events: none; transition: 0.3s all ease-in-out; } .header .navs { display: flex; } .header .navs ul { width: 6vw; margin-right: 1.6vw; transition: 0.3s all ease-in-out; text-align: center; padding-bottom: 2vw; } .header .navs ul li { margin-top: 1.2vw; } .header .navs ul li a { color: #949494; font-size: 0.75vw; } .header .navs ul li:hover a { color: #073d7e; } .header .navs ul:hover { background: #f7f7f7; } .headerActive { opacity: 1; pointer-events: all; } footer { width: 100%; height: 90vh; background: url('/resources/assets/images/img24.jpg') center no-repeat; background-size: cover !important; padding: 1vw 5vw 2vw 5vw; position: relative; z-index: 3; } footer .friendBox { width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-bottom: 0.5vw; } footer .friendBox .friend { color: white; font-size: 0.85vw; } footer .friendBox .friend .tit { font-weight: bold; font-size: 1.5vw; text-align: center; } footer .friendBox .friend .friendItem { width: 100%; text-align: center; display: flex; justify-content: center; } footer .friendBox .friend .friendItem img { margin: 0 auto; } footer .friendBox .friend .friendItem .imgNew { height: auto; display: inline-block; margin: 1vw; } footer .friendBox .friend .friendItem .imgNew img { height: 4vw; width: auto; } footer .friendBox .friend span a { opacity: 0.6; color: white; margin-left: 1vw; } footer .friendBox .friend span a:hover { opacity: 1; } footer .footer { width: 100%; height: auto; padding-top: 2vw; } footer .footer .footerHead { display: flex; color: white; padding-bottom: 1vw; } footer .footer .footerHead .logo { width: 12vw; padding-right: 1vw; border-right: 1px solid #ffffff; } footer .footer .footerHead .text { text-align: left; padding-left: 2vw; } footer .footer .footerHead .text .phone { font-size: 1.1vw; } footer .footer .footerHead .text .city { font-size: 0.8vw; } footer .footer .footerNav { margin-top: 2vw; } footer .footer .footerNav .level1 { display: inline-grid; padding-right: 5vw; } footer .footer .footerNav .level1 a { font-size: 16px; margin-bottom: 1.5vw; color: #ffffff; font-weight: bold; } footer .footer .footerNav .level1 ul li { margin-bottom: 1vw; text-align: left; } footer .footer .footerNav .level1 ul li a { font-size: 14px; color: #ffffff; opacity: 0.78; font-weight: normal; } footer .footer .footerNav .level1 ul li:hover a { border-bottom: 1px solid #ffffff; } footer .footer .oa { display: flex; color: white; line-height: 2vw; font-size: 0.8vw; position: absolute; right: 7vw; margin-top: -2vw; } footer .footer .oa img { width: 2vw; margin-right: 0.5vw; } footer .footer .qrcodeBox { position: absolute; right: 5vw; text-align: center; margin-top: 1vw; display: flex; } footer .footer .qrcodeBox .qrcode { width: 11vw; } footer .footer .qrcodeBox .qrcode .img { width: 8vw; margin: 0.5vw auto; } footer .footer .qrcodeBox .qrcode p { color: #ffffff; opacity: 0.5; font-size: 0.7vw; } footer .footer .footerInfo { border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 1vw; margin-top: 1vw; color: #ffffff; opacity: 0.58; font-size: 0.8vw; display: flex; justify-content: space-between; } footer .footer .footerInfo a{ color: white; } .index .home { width: 100%; overflow: hidden; height: 100vh; } .index .home .swiper-wrapper .swiper-slide { overflow: auto; -webkit-transition: all 1s ease; transition: all 1s ease; } .index .home .swiper-wrapper .swiper-slide:last-child { height: auto; } .index #menu { position: fixed; padding-left: 6.5px; right: 3vw; z-index: 90; bottom: 5vw; width: 25px; transition: 0.3s all ease-in-out; } .index #menu a { width: 12px; height: 12px; opacity: 1; background: none; margin: 15px 0px; position: relative; cursor: pointer; display: block; border: 1px solid white; border-radius: 50%; } .index #menu a p { position: relative; right: 5vw; text-align: right; margin-top: -0.2vw; width: 4vw; z-index: 999; font-size: 12px; color: white; display: none; } .index #menu a:hover p { display: block; } .index #menu .active { background: white; } .index #menu .active p { display: block; } @keyframes rotate0 { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } .index #menu::before { content: ''; position: absolute; background: rgba(0, 0, 0, 0.3); border-radius: 10px; width: 25px; height: 100%; margin-left: -6.5px; transition: 0.5s all ease-in-out; } .index #menu:hover::before { content: ''; position: absolute; background: rgba(0, 0, 0, 0.3); border-radius: 10px; width: 100px; height: 100%; margin-left: -81px; } .index .f1 .f1Swiper { width: 100%; height: 100vh; overflow: hidden; } .index .f1 .f1Swiper .swiper-slide { overflow: hidden; } .index .f1 .f1Swiper .swiper-slide .img { width: 100%; height: 100vh; background-size: cover !important; transition: 1.2s all ease-in-out; animation: bgBoxAn 8s linear infinite; } @keyframes bgBoxAn { 0% { transform: scale(1.1); } 100% { transform: scale(1); } } .index .f1 .f1Swiper .swiper-slide .video { width: 100%; height: 100vh; } .index .f1 .f1Swiper .swiper-slide .video video { width: 100%; height: 135vh; margin-top: -18vh; object-fit: cover !important; } .index .f1 .f1Swiper .swiper-button-next, .index .f1 .f1Swiper .swiper-rtl .swiper-button-prev { right: 3vw; } .index .f1 .f1Swiper .swiper-pagination-bullet{ background: white; } .index .f1 .f1Swiper .swiper-pagination{ bottom: 50px; } .index .f1 .f1Swiper .swiper-button-prev, .index .f1 .f1Swiper .swiper-rtl .swiper-button-next { left: 3vw; } .index .f1 .f1Swiper .swiper-button-next:after, .index .f1 .f1Swiper .swiper-rtl .swiper-button-prev:after { color: white; font-weight: bold; } .index .f1 .f1Swiper .swiper-button-prev:after, .index .f1 .f1Swiper .swiper-rtl .swiper-button-next:after { color: white; font-weight: bold; } .index .f2 { width: 100%; height: 100vh; background: url('/resources/assets/images/img1.jpg') center no-repeat; background-size: cover !important; padding: 6vw 0 5vw 5vw; } .index .f2 .titBox { width: 100%; padding-right: 5vw; display: flex; justify-content: space-between; } .index .f2 .titBox .tit { display: inline-block; } .index .f2 .titBox .tit img { width: 11vw; display: inline-block; } .index .f2 .titBox .tit .tabBox { display: inline-block; position: relative; top: -0.5vw; margin-left: 3vw; } .index .f2 .titBox .tit .tabBox .item { color: #272727; font-size: 0.9vw; margin-right: 2vw; cursor: pointer; } .index .f2 .titBox .tit .tabBox .item::before { content: ''; position: absolute; width: 3.6vw; height: 2px; margin-top: 1.3vw; opacity: 0; transition: .5s all ease-in-out; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#03a1ee, #03a1ee); background-blend-mode: normal, normal; } .index .f2 .titBox .tit .tabBox .item:hover{ color: #003c7e; font-weight: bold; } .index .f2 .titBox .tit .tabBox .active::before { content: ''; position: absolute; width: 3.6vw; height: 2px; margin-top: 1.3vw; opacity: 1; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#03a1ee, #03a1ee); background-blend-mode: normal, normal; } .index .f2 .titBox .more { display: flex; margin-top: 1vw; } .index .f2 .titBox .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#b21b21, #b21b21); background-blend-mode: normal, normal; color: white; border-radius: 50%; padding: 0.35vw; text-align: left; } .index .f2 .titBox .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .index .f2 .titBox .more .text { margin-top: 0.5vw; color: #b21b21; margin-left: 1vw; transition: 0.5s all ease-in-out; } .index .f2 .titBox .more:hover .text { transform: translateX(1vw); } .index .f2 .f2Info { width: 20vw; position: absolute; right: 0; z-index: 9; top: 5vw; pointer-events: none; } .index .f2 .newSwiper2{ display: none; } .index .f2 .newSwiper3{ display: none; } .index .f2 .newSwiper4{ display: none; } .index .f2 .f2Swiper { width: 100%; margin-top: 3vw; padding-right: 12vw; overflow: hidden; transform: translateY(40vw); -webkit-transition: all 1.5s ease-in-out; } .index .f2 .f2Swiper .swiper-slide { width: 26vw; overflow: hidden; } .index .f2 .f2Swiper .swiper-slide .item { width: 26vw; overflow: hidden; transition: 0.7s all ease-in-out; } .index .f2 .f2Swiper .swiper-slide .item .img { width: 100%; height: 16vw; background-size: cover !important; transition: 0.7s all ease-in-out; } .index .f2 .f2Swiper .swiper-slide .item .text { height: 17vw; background: white; padding: 3vw 2vw; } .index .f2 .f2Swiper .swiper-slide .item .text .time { color: #b8b8b8; font-size: 0.8vw; } .index .f2 .f2Swiper .swiper-slide .item .text .time i { margin-right: 0.3vw; } .index .f2 .f2Swiper .swiper-slide .item .text .name { color: #232323; font-size: 1.2vw; line-height: 1.7; margin: 1vw 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .index .f2 .f2Swiper .swiper-slide .item .text .des { color: #a3a3a3; font-size: 0.8vw; line-height: 1.7; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .index .f2 .f2Swiper .swiper-slide .item:hover .img { transform: scale(1.1); } .index .f2 .f2Swiper .swiper-slide .item:hover .text .name { color: #003c7e; } .index .f2 .pro_box { transform: translateY(0); } .index .f3 { width: 100%; height: 100vh; background: url('/resources/assets/images/img7.jpg') center no-repeat; background-size: cover !important; padding-top: 8vw; overflow: hidden; } .index .f3 .f3Swiper { width: 100%; position: relative; } .index .f3 .f3Swiper .swiper-slide:first-child { width: 55vw; } .index .f3 .f3Swiper .swiper-slide:last-child { margin-right: 8vw; } .index .f3 .f3Swiper .swiper-slide { width: 25vw; } .index .f3 .titBox { width: 45vw; color: white; padding: 7vw 5vw; overflow: hidden; position: relative; } .index .f3 .titBox .cn { font-size: 2vw; font-weight: bold; transform: translateY(10vw); opacity: 0; -webkit-transition: all 2s ease-in-out; } .index .f3 .titBox .en { font-size: 1vw; font-weight: bold; transform: translateY(10vw); opacity: 0; -webkit-transition: all 2.1s ease-in-out; } .index .f3 .titBox .des { font-size: 0.85vw; line-height: 2; margin-top: 1vw; white-space: initial; transform: translateY(10vw); text-align: justify; opacity: 0; -webkit-transition: all 2.2s ease-in-out; } .index .f3 .titBox .more { display: flex; margin-top: 10vw; transform: translateY(10vw); opacity: 0; -webkit-transition: all 2.3s ease-in-out; } .index .f3 .titBox .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background: white; color: #15597a; border-radius: 50%; padding: 0.35vw; text-align: left; } .index .f3 .titBox .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more2.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .index .f3 .titBox .more .text { margin-top: 0.5vw; color: white; font-size: 0.85vw; margin-left: 1vw; transition: 0.5s all ease-in-out; } .index .f3 .titBox .more:hover .text { transform: translateX(1vw); } .index .f3 .titBox .pro_box { transform: translateY(0); opacity: 1; } .index .f3 .f3Swiper .swiper-slide .item { width: 25vw; height: 35vw; background-size: cover !important; position: relative; overflow: hidden; display: block; } .index .f3 .f3Swiper .swiper-slide .item .icon { width: 5vw; margin: 4vw 2vw; } .index .f3 .f3Swiper .swiper-slide .item .text { white-space: initial; width: 100%; color: white; padding: 3vw 2vw 0 2vw; margin-right: 10vw; transform: translateY(12vw); transition: 0.8s all ease-in-out; } .index .f3 .f3Swiper .swiper-slide .item .text .cn { font-size: 1.5vw; font-weight: bold; } .index .f3 .f3Swiper .swiper-slide .item .text .en { font-size: 1vw; font-weight: bold; } .index .f3 .f3Swiper .swiper-slide .item .text .des { font-size: 0.8vw; line-height: 1.7; margin-top: 1vw; opacity: 0; transition: 0.8s all ease-in-out; } .index .f3 .f3Swiper .swiper-slide .item .text .more { opacity: 0; width: 100%; display: flex; margin-top: 2vw; transition: 0.8s all ease-in-out; } .index .f3 .f3Swiper .swiper-slide .item .text .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background: white; color: #15597a; border-radius: 50%; padding: 0.35vw; text-align: left; } .index .f3 .f3Swiper .swiper-slide .item .text .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more2.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .index .f3 .f3Swiper .swiper-slide .item .text .more .texts { margin-top: 0.5vw; color: white; font-size: 0.85vw; margin-left: 1vw; transition: 0.5s all ease-in-out; } .index .f3 .f3Swiper .swiper-slide .item .text .more:hover .texts { transform: translateX(1vw); } .index .f3 .f3Swiper .swiper-slide .item:hover .text { transform: translateX(0); } .index .f3 .f3Swiper .swiper-slide .item:hover .text .des { opacity: 1; } .index .f3 .f3Swiper .swiper-slide .item:hover .more { opacity: 1; } .index .f4 { width: 100%; height: 100vh; background: black; } .index .f4 .f4Swiper { width: 100%; height: 100vh; } .index .f4 .f4Swiper .swiper-slide .img { width: 100%; height: 100vh; background-size: cover !important; padding: 12vw 10vw; color: white; clip-path: circle(0%); transition: 1.2s all ease-in-out; } .index .f4 .f4Swiper .swiper-slide .img .text { width: 40vw; opacity: 0; transform: translateX(-5vw); transition: 1s all ease-in-out; } .index .f4 .f4Swiper .swiper-slide .img .text .iconImg { width: 7.8vw; } .index .f4 .f4Swiper .swiper-slide .img .text .name { font-weight: bold; font-size: 2vw; margin: 1vw 0; } .index .f4 .f4Swiper .swiper-slide .img .text .des { font-size: 0.85vw; line-height: 2; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .index .f4 .f4Swiper .swiper-slide .img .text .more { display: inline-block; margin-top: 1.5vw; } .index .f4 .f4Swiper .swiper-slide .img .text .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background: white; color: #15597a; border-radius: 50%; padding: 0.35vw; display: inline-block; float: left; } .index .f4 .f4Swiper .swiper-slide .img .text .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more2.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .index .f4 .f4Swiper .swiper-slide .img .text .more .text { width: 5vw; margin-top: 0.5vw; color: white; font-size: 0.85vw; margin-left: 1vw; transition: 0.5s all ease-in-out; display: inline-block; } .index .f4 .f4Swiper .swiper-slide .img .text .more:hover .text { transform: translateX(1vw); } .index .f4 .f4Swiper .swiper-slide-active .img { clip-path: circle(75%); } .index .f4 .f4Swiper .swiper-slide-active .text { opacity: 1 !important; transform: translateX(0) !important; } .index .f4 .f4Swiper .swiper-button-next, .index .f4 .f4Swiper .swiper-rtl .swiper-button-prev { right: 3vw; } .index .f4 .f4Swiper .swiper-button-prev, .index .f4 .f4Swiper .swiper-rtl .swiper-button-next { left: 3vw; } .index .f4 .f4Swiper .swiper-button-next:after, .index .f4 .f4Swiper .swiper-rtl .swiper-button-prev:after { color: white; font-weight: bold; } .index .f4 .f4Swiper .swiper-button-prev:after, .index .f4 .f4Swiper .swiper-rtl .swiper-button-next:after { color: white; font-weight: bold; } .index .f4 .f44Swiper { width: 100%; height: 15vw; position: absolute; bottom: 0; border-top: 1px solid rgba(255, 255, 255, 0.5); z-index: 99; } .index .f4 .f44Swiper .swiper-slide { width: 25vw; border-right: 1px solid rgba(255, 255, 255, 0.5); opacity: 0.6; } .index .f4 .f44Swiper .swiper-slide:hover{ opacity: 1; } .index .f4 .f44Swiper .swiper-slide .text { display: flex; color: white; padding-left: 4vw; padding-top: 6vw; } .index .f4 .f44Swiper .swiper-slide .text .iconImg { width: 4vw; margin-right: 2vw; } .index .f4 .f44Swiper .swiper-slide .text .tit { font-weight: bold; line-height: 2; } .index .f4 .f44Swiper .swiper-slide .text .tit .name { font-size: 1vw; } .index .f4 .f44Swiper .swiper-slide .text .tit .des { font-size: 0.85vw; text-transform: uppercase; } .index .f4 .f44Swiper .swiper-slide-thumb-active { opacity: 1; } .index .f5 { width: 100%; height: 100vh; background: url('/resources/assets/images/img18.jpg') center no-repeat; background-size: cover !important; padding: 7vw 5vw; overflow: hidden; } .index .f5 .titBox { width: 100%; padding-right: 5vw; display: flex; justify-content: space-between; } .index .f5 .titBox .tit { display: inline-block; } .index .f5 .titBox .tit img { width: 11vw; display: inline-block; } .index .f5 .titBox .more { display: flex; margin-top: 1vw; } .index .f5 .titBox .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background-image: linear-gradient(86deg, #fbcb09 0%, #ef0303 100%), linear-gradient(#b21b21, #b21b21); background-blend-mode: normal, normal; color: white; border-radius: 50%; padding: 0.35vw; text-align: left; } .index .f5 .titBox .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more3.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .index .f5 .titBox .more .text { margin-top: 0.5vw; color: #b21b21; margin-left: 1vw; transition: 0.5s all ease-in-out; } .index .f5 .titBox .more:hover .text { transform: translateX(1vw); } .index .f5 .f5Box { width: 100%; display: flex; margin-top: 2vw; } .index .f5 .f5Box .left { width: 32vw; height: 32vw; transform: translateX(-50vw); -webkit-transition: all 1.5s ease-in-out; } .index .f5 .f5Box .left .item { width: 32vw; height: 32vw; display: block; background-size: cover !important; padding: 2vw; color: white; transition: 0.8s all ease-in-out; } .index .f5 .f5Box .left .item .tab { border: 1px solid white; border-radius: 10px; width: 6vw; height: 1.5vw; line-height: 1.5vw; text-align: center; font-size: 0.8vw; } .index .f5 .f5Box .left .item .name { font-size: 1.3vw; font-weight: bold; margin: 1vw 0; line-height: 1.7; } .index .f5 .f5Box .left .item .time { font-size: 0.85vw; } .index .f5 .f5Box .left .item .time i { margin-right: 0.3vw; } .index .f5 .f5Box .left .item:hover { transform: scale(1.05); } .index .f5 .f5Box .right { width: 55vw; margin-left: 2vw; display: inline-block; transform: translateX(50vw); -webkit-transition: all 1.5s ease-in-out; } .index .f5 .f5Box .right .item { width: 24vw; height: 15vw; display: block; float: left; margin-right: 4vw; border-bottom: 2px solid #d11306; margin-bottom: 2vw; } .index .f5 .f5Box .right .item .tab { border-radius: 8px; width: 6vw; height: 1.5vw; line-height: 1.5vw; text-align: center; font-size: 0.8vw; background-image: linear-gradient(86deg, #fbcb09 0%, #cd0006 100%), linear-gradient(#c80511, #c80511); background-blend-mode: normal, normal; color: white; } .index .f5 .f5Box .right .item .name { font-size: 1vw; line-height: 1.7; font-weight: bold; margin: 1vw 0; color: #232323; } .index .f5 .f5Box .right .item .des { font-size: 0.8vw; line-height: 1.7; color: #676767; height: 4vw; } .index .f5 .f5Box .right .item .moreBoxs { display: flex; justify-content: space-between; margin-top: 1vw; transition: 0.3s all ease-in-out; position: relative; } .index .f5 .f5Box .right .item .moreBoxs .more { margin-right: 2vw; transition: 0.3s all ease-in-out; } .index .f5 .f5Box .right .item .moreBoxs .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background-image: linear-gradient(86deg, #fbcb09 0%, #cd0006 100%), linear-gradient(#b21b21, #b21b21); background-blend-mode: normal, normal; color: white; border-radius: 50%; padding: 0.35vw; text-align: left; opacity: 0; transition: 0.3s all ease-in-out; } .index .f5 .f5Box .right .item .moreBoxs .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more3.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .index .f5 .f5Box .right .item .moreBoxs .more .text { margin-top: 0.5vw; color: #b21b21; transition: 0.5s all ease-in-out; position: relative; margin-left: -5vw; } .index .f5 .f5Box .right .item .moreBoxs .time { color: #b8b8b8; line-height: 2vw; font-size: 0.85vw; } .index .f5 .f5Box .right .item .moreBoxs .time i { margin-right: 0.3vw; } .index .f5 .f5Box .right .item:hover { border-bottom: 2px solid #d11306; } .index .f5 .f5Box .right .item:hover .name { color: #003c7e; } .index .f5 .f5Box .right .item:hover .moreBoxs .moreBox { opacity: 1; } .index .f5 .f5Box .right .item:nth-child(2n) { margin-right: 0; } .index .f5 .f5Box .pro_box { transform: translateX(0); } .index .f6 { width: 100%; height: 100vh; background: url('/resources/assets/images/img20.jpg') center no-repeat; background-size: cover !important; padding: 6vw 6vw 0 6vw; overflow: hidden; } .index .f6 .textBox { width: 100%; text-align: center; color: white; } .index .f6 .textBox .img { width: 7vw; margin: 0 auto; transform: translateY(10vw); opacity: 0; -webkit-transition: all 2s ease-in-out; } .index .f6 .textBox .tit { font-size: 2vw; font-weight: bold; margin: 1vw 0; transform: translateY(10vw); opacity: 0; -webkit-transition: all 2.1s ease-in-out; } .index .f6 .textBox .des { font-size: 0.9vw; line-height: 2; transform: translateY(10vw); opacity: 0; -webkit-transition: all 2.2s ease-in-out; } .index .f6 .textBox .more { width: 10vw; margin: 0 auto; display: inline-block; margin-top: 2vw; transform: translateY(10vw); opacity: 0; -webkit-transition: all 2s ease-in-out; } .index .f6 .textBox .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background: white; color: #15597a; border-radius: 50%; padding: 0.35vw; display: inline-block; text-align: left; } .index .f6 .textBox .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more2.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .index .f6 .textBox .more .text { margin-top: 0.5vw; color: white; font-size: 0.85vw; margin-left: 1vw; transition: 0.5s all ease-in-out; display: inline-block; } .index .f6 .textBox .more:hover .text { transform: translateX(1vw); } .index .f6 .textBox .pro_box { transform: translateY(0); opacity: 1; } .index .f6 .f6Box { width: 100%; margin: 3vw auto; } .index .f6 .f6Box .item { width: 66vw; height: 17vw; background-size: cover !important; padding: 3vw; margin: 0 auto; } .index .f6 .f6Box .item .tit { width: 8vw; } .index .f6 .f6Box .item .des { width: 23vw; color: #a3a3a3; line-height: 1.7; font-size: 0.85vw; margin: 2vw 0; } .index .f6 .f6Box .item .img { width: 38vw; margin-top: 3vw; } .index .f6 .f6Box .item .more { position: absolute; margin-top: -6vw; margin-left: 52vw; } .index .f6 .f6Box .item .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background: white; color: #003c7e; border-radius: 50%; padding: 0.35vw; text-align: left; } .index .f6 .f6Box .item .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more2.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .index .f6 .f6Box .item .more .text { margin-top: 1vw; margin-left: -0.7vw; width: 3.5vw; transition: 0.5s all ease-in-out; } .index .f6 .f6Box .pro_box { transform: translateX(0); opacity: 1; } .page4 { cursor: pointer; } .detail { position: fixed; top: 100%; left: 0; z-index: 10000; width: 100%; overflow: hidden; } .detail .close { width: 4vw; position: fixed; cursor: pointer; right: 3vw; top: 3vw; display: none; border-radius: 50%; box-shadow: 0 0 10px 0 #929292; } .detailOpen { animation: portOpen both cubic-bezier(0.77, 0, 0.175, 1) 1.2s 0s; overflow: hidden; overflow-y: auto; height: 100vh; } .detailClose { animation: portClose both cubic-bezier(0.77, 0, 0.175, 1) 1.2s 0s; overflow: hidden; overflow-y: auto; height: 100vh; } .newPage{ width: 100%; overflow: hidden; } .newPage .infoImg { width: 100%; position: absolute; pointer-events: none; } .newPage .titBox { width: 100%; padding: 10vw 12vw 4vw 12vw; display: flex; justify-content: space-between; } .newPage .titBox .tit { font-weight: bold; font-size: 2.5vw; color: #272727; } .newPage .tabBox { display: inline-block; position: relative; top: 1.5vw; margin-left: 3vw; } .newPage .tabBox .item { color: #272727; font-size: 0.9vw; margin-right: 2vw; } .newPage .tabBox .item::before { content: ''; position: absolute; width: 3.6vw; height: 2px; margin-top: 1.3vw; opacity: 0; transition: .5s all ease-in-out; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#03a1ee, #03a1ee); background-blend-mode: normal, normal; } .newPage .tabBox .item:hover{ color: #003c7e; font-weight: bold; } .newPage .tabBox .active::before { content: ''; position: absolute; width: 3.6vw; height: 2px; opacity: 1; margin-top: 1.3vw; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#03a1ee, #03a1ee); background-blend-mode: normal, normal; } .newPage .newsBox { width: 100%; display: flex; padding: 0 12vw; } .newPage .newsBox .left { width: 45vw; height: 27vw; overflow: hidden; } .newPage .newsBox .left:hover .img{ transform: scale(1.1); } .newPage .newsBox .left .img { width: 45vw; height: 27vw; background-size: cover !important; transition: .5s all ease-in-out; } .newPage .newsBox .left .text { position: relative; margin-top: -6vw; color: white; padding: 2vw; } .newPage .newsBox .left .text .time { font-size: 0.85vw; margin-bottom: 0.5vw; } .newPage .newsBox .left .text .time i{ margin-right: .5vw; } .newPage .newsBox .left .text .tit { font-size: 1vw; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; } .newPage .newsBox .right { padding: 0 0 0 5vw; } .newPage .newsBox .right .item { width: 100%; padding: 1vw 0; height: 9vw; display: block; border-bottom: 1px solid #b8b8b8; } .newPage .newsBox .right .item .time { color: #b8b8b8; font-size: 0.85vw; margin-bottom: 0.5vw; transition: 0.5s all ease-in-out; } .newPage .newsBox .right .item .time i{ margin-right: .5vw; } .newPage .newsBox .right .item .tit { font-size: 1vw; font-weight: bold; color: #232323; transition: 0.5s all ease-in-out; } .newPage .newsBox .right .item:last-child { border: transparent; } .newPage .newsBox .right .item:hover .time { transform: translateY(1vw); } .newPage .newsBox .right .item:hover .tit { transform: translateY(1vw); color: #0a6aa1; } .newPage .newSearch { width: 76vw; height: 4vw; margin: 2vw 12vw; background-color: #ffffff; box-shadow: 1vw 1vw 3vw 0vw rgba(32, 32, 32, 0.1); display: flex; } .newPage .newSearch .selectBox { width: 10vw; padding: 1.5vw 2vw; } .newPage .newSearch .selectBox select { border: transparent; background: transparent; font-size: 0.85vw; color: #333333; outline: none; } .newPage .newSearch .inputBox { width: 67vw; border-left: 1px solid #b8b8b8; margin: 1vw 0 1vw 0; padding: 0 2vw; display: flex; } .newPage .newSearch .inputBox input { width: 100%; height: 2vw; font-size: 0.85vw; background: transparent; border: transparent; outline: none; } .newPage .newSearch .inputBox i { color: #333333; font-size: 1.2vw; margin: 0.4vw; cursor: pointer; } .newPage .newsList { width: 100%; overflow: hidden; padding: 0 12vw; display: inline-block; } .newPage .newsList .item { width: 24.4vw; display: inline-block; float: left; margin-right: 1vw; margin-bottom: 1vw; } .newPage .newsList .item .img { width: 24.4vw; height: 14.5vw; overflow: hidden; } .newPage .newsList .item .img img { width: 24.4vw; height: 14.5vw; transition: 0.5s all ease-in-out; } .newPage .newsList .item .text { width: 24.4vw; height: 15vw; padding: 3vw 1vw; transition: 0.5s all ease-in-out; } .newPage .newsList .item .text::before{ content: ''; position: absolute; width: 24.4vw; height: 15vw; background: url('/resources/assets/images/newInfo.jpg') center no-repeat; background-size: cover !important; z-index: -1; margin-top: -3vw; margin-left: -1vw; opacity: 1; transition: 0.5s all ease-in-out; } .newPage .newsList .item .text .time { font-size: 0.85vw; margin-bottom: 0.5vw; color: white; transition: 0.5s all ease-in-out; } .newPage .newsList .item .text .time i{ margin-right: .5vw; } .newPage .newsList .item .text .tit { font-size: 1vw; font-weight: bold; color: white; line-height: 1.7; margin-bottom: 1vw; transition: 0.5s all ease-in-out; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .newPage .newsList .item .text .des { color: white; font-size: 0.85vw; line-height: 1.7; transition: 0.5s all ease-in-out; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .newPage .newsList .item:nth-child(3n) { margin-right: 0; } .newPage .newsList .item:hover .img img { transform: scale(1.05); } .newPage .newsList .item:hover .text::before{ content: ''; position: absolute; width: 24.4vw; height: 15vw; background: url('/resources/assets/images/newInfo.jpg') center no-repeat; background-size: cover !important; z-index: -1; margin-top: -3vw; margin-left: -1vw; opacity: 1; } .newPage .newsList .item:hover .text .time { color: white; } .newPage .newsList .item:hover .text .tit { color: white; } .newPage .newsList .item:hover .text .des { color: white; } .newPage .infoImg2 { width: 50vw; position: absolute; right: 0; pointer-events: none; z-index: -1; } .business .infoImg { width: 100%; position: absolute; pointer-events: none; z-index: -1; } .business .titBox { width: 90vw; padding: 10vw 12vw 4vw 12vw; } .business .titBox .tit { font-weight: bold; font-size: 2.5vw; color: #272727; } .business .titBox .des { color: #434343; font-size: 0.85vw; line-height: 1.7; margin-top: 3vw; text-align: justify; } .business .businessBox { width: 100%; display: inline-block; padding: 0 12vw 5vw 12vw; } .business .businessBox .item { width: 37vw; height: 20vw; display: inline-block; float: left; margin-right: 1vw; margin-bottom: 1vw; cursor: pointer; overflow: hidden; } .business .businessBox .item .img { width: 37vw; height: 20vw; background-size: cover !important; transition: 0.5s all ease-in-out; } .business .businessBox .item .textBox { display: flex; position: relative; margin-top: -6vw; padding: 2vw; color: white; } .business .businessBox .item .textBox .icon { width: 3vw; } .business .businessBox .item .textBox .text { font-weight: bold; font-size: 0.9vw; margin-left: 1vw; margin-top: 0.2vw; } .business .businessBox .item:nth-child(2n) { margin-right: 0; } .business .businessBox .item:hover .img { transform: scale(1.05); filter: brightness(150%); } .business .businessBox .item:hover .textBox .more{ opacity: 1; } .business .businessBox .item .textBox .more{ display: flex; position: absolute; right: 3vw; opacity: 0; -webkit-transition: all .5s ease-in-out; } .business .businessBox .item .textBox .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background: white; color: #15597a; border-radius: 50%; padding: 0.35vw; text-align: left; } .business .businessBox .item .textBox .more .texts { margin-top: 0.5vw; color: white; font-size: 0.85vw; margin-left: 1vw; transition: 0.5s all ease-in-out; } .business .businessBox .item .textBox .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more2.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } .dang .infoImg { width: 100%; position: absolute; pointer-events: none; z-index: -1; } .dang .titBox { width: 60vw; padding: 10vw 12vw 4vw 12vw; } .dang .titBox .tit { font-weight: bold; font-size: 2.5vw; color: #272727; } .dang .titBox .des { color: #434343; font-size: 0.85vw; line-height: 1.7; margin-top: 3vw; text-align: justify; } .dang .f1 { padding: 3vw 12vw; } .dang .titBoxs{ width: 100%; display: flex; justify-content: space-between; } .dang .f1 .tit { color: #272727; font-weight: bold; font-size: 1.5vw; margin-bottom: 1vw; } .dang .mores { display: flex; position: relative; right: 0; } .dang .mores .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background: #e61118; color: white; border-radius: 50%; padding: 0.35vw; text-align: left; } .dang .mores .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/moreD.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } .dang .mores .texts { margin-top: 0.5vw; color: #e61118; margin-left: 1vw; transition: 0.5s all ease-in-out; } .dang .f1 .f1Item { width: 100%; display: flex; } .dang .f1 .f1Item:hover .imgBox .img{ transform: scale(1.1); } .dang .f1 .f1Item .imgBox { width: 48vw; height: 32vw; overflow: hidden; } .dang .f1 .f1Item .imgBox .img { width: 48vw; height: 32vw; background-size: cover !important; transition: .5s all ease-in-out; } .dang .f1 .f1Item .text { width: 28vw; height: 32vw; background: url('/resources/assets/images/img32.jpg') center no-repeat; background-size: cover !important; color: white; padding: 5vw 2vw; } .dang .f1 .f1Item .text .time { font-size: 0.8vw; margin-bottom: 1vw; } .dang .f1 .f1Item .text .time i{ margin-right: .5vw; } .dang .f1 .f1Item .text .name { font-weight: bold; font-size: 1.2vw; line-height: 1.7; margin-bottom: 2vw; } .dang .f1 .f1Item .text .des { font-size: 0.85vw; line-height: 1.7; text-align: justify; } .dang .f1 .f1Item .text .more { display: flex; margin-top: 7vw; } .dang .f1 .f1Item .text .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background: white; color: #003c7e; border-radius: 50%; padding: 0.35vw; text-align: left; } .dang .f1 .f1Item .text .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more2.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .dang .f1 .f1Item .text .more .texts { margin-top: 0.5vw; color: white; margin-left: 1vw; transition: 0.5s all ease-in-out; } .dang .f1 .f1Item .text .more:hover .texts { transform: translateX(1vw); } .dang .f1 .f1Box { width: 100%; display: flex; } .dang .f1 .f1Box .item { width: 15vw; height: 10vw; overflow: hidden; margin-top: 0.5vw; margin-right: 0.5vw; } .dang .f1 .f1Box .item:hover .img{ transform: scale(1.1); } .dang .f1 .f1Box .item .img { width: 15vw; height: 10vw; background-size: cover !important; transition: .5s all ease-in-out; } .dang .f1 .f1Box .item .img::before{ content: ''; position: absolute; width: 100%; height: 10vw; background: url('/resources/assets/images/newBg.png') center no-repeat; background-size: cover !important; } .dang .f1 .f1Box .item .text { width: 15vw; height: 3.2vw; position: relative; top: -4vw; padding: 1vw; color: white; font-size: 0.85vw; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .dang .f1 .f1Box .item:last-child { margin-right: 0; } .dang .f2 { padding: 2vw 12vw; } .dang .f2 .tit { color: #272727; font-weight: bold; font-size: 1.5vw; margin-bottom: 1vw; } .dang .f2 .f2Swiper { width: 100%; overflow: hidden; } .dang .f2 .f2Swiper .swiper-slide { width: 100%; display: flex; } .dang .f2 .f2Swiper .swiper-slide .imgBox { width: 48vw; height: 32vw; overflow: hidden; } .dang .f2 .f2Swiper .swiper-slide .imgBox .img { width: 48vw; height: 32vw; background-size: cover !important; } .dang .f2 .f2Swiper .swiper-slide .text { width: 28vw; height: 32vw; background: url('/resources/assets/images/img32.jpg') center no-repeat; background-size: cover !important; color: white; padding: 5vw 2vw; } .dang .f2 .f2Swiper .swiper-slide .text .time { font-size: 0.8vw; margin-bottom: 1vw; } .dang .f2 .f2Swiper .swiper-slide .text .time i{ margin-right: .5vw; } .dang .f2 .f2Swiper .swiper-slide .text .name { font-weight: bold; font-size: 1.2vw; line-height: 1.7; margin-bottom: 2vw; } .dang .f2 .f2Swiper .swiper-slide .text .des { font-size: 0.85vw; line-height: 1.7; text-align: justify; } .dang .f2 .f2Swiper .swiper-slide .text .more { display: flex; position: absolute; bottom: 2vw; } .dang .f2 .f2Swiper .swiper-slide .text .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background: white; color: #003c7e; border-radius: 50%; padding: 0.35vw; text-align: left; } .dang .f2 .f2Swiper .swiper-slide .text .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url('/resources/assets/images/more2.png') center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .dang .f2 .f2Swiper .swiper-slide .text .more .texts { margin-top: 0.5vw; color: white; margin-left: 1vw; transition: 0.5s all ease-in-out; } .dang .f2 .f2Swiper .swiper-slide .text .more:hover .texts { transform: translateX(1vw); } .dang .f2 .f2Swiper .swiper-pagination { width: auto; left: inherit; right: 2vw; bottom: 2vw; } .dang .f2 .f2Swiper .swiper-pagination .swiper-pagination-bullet { background: white; width: 12px; height: 12px; } .dang .f3 { padding: 3vw 12vw; } .dang .f3 .tit { color: #272727; font-weight: bold; font-size: 1.5vw; margin-bottom: 1vw; } .dang .f3 .f3Box { width: 100%; display: inline-block; } .dang .f3 .f3Box .item { width: 24.4vw; display: inline-block; float: left; margin-right: 1vw; margin-bottom: 1vw; } .dang .f3 .f3Box .item .imgBox { width: 100%; height: 15vw; overflow: hidden; } .dang .f3 .f3Box .item .imgBox .img { width: 100%; height: 15vw; background-size: cover !important; transition: 0.5s all ease-in-out; } .dang .f3 .f3Box .item .text { width: 100%; height: 6vw; padding: 2vw; color: #232323; font-size: 0.9vw; background: white; transition: 0.5s all ease-in-out; line-height: 1.7; } .dang .f3 .f3Box .item .text .name{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .dang .f3 .f3Box .item:nth-child(3n) { margin-right: 0; } .dang .f3 .f3Box .item:hover .imgBox .img { transform: scale(1.05); } .dang .f3 .f3Box .item:hover .text { background: #a70106; color: white; } .dang .infoImg2 { width: 100%; pointer-events: none; position: relative; z-index: -1; margin-top: -46vw; } .newsDetail .f1 { width: 100%; height: 22vw; background: url('/resources/assets/images/img45.jpg') center no-repeat; background-size: cover !important; padding-top: 17vw; } .newsDetail .f1 .tabBox { width: 100%; display: inline-block; text-align: center; } .newsDetail .f1 .tabBox .item { display: inline-block; color: white; font-size: 0.85vw; padding: 0.2vw 1vw; } .newsDetail .f1 .tabBox .item:hover{ border-radius: 30px; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#ffffff, #ffffff); background-blend-mode: normal, normal; } .newsDetail .f1 .tabBox .active { border-radius: 30px; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#ffffff, #ffffff); background-blend-mode: normal, normal; } .newsDetail .f2 .f2Img { position: absolute; z-index: -1; pointer-events: none; } .newsDetail .f2 .tit { padding: 4vw 0 3vw 0; color: #2a2a2a; font-weight: bold; text-align: center; font-size: 1.5vw; } .newsDetail .f2 .info { text-align: center; color: #888888; font-size: 14px; margin-bottom: 3vw; } .newsDetail .f2 .des { width: 80vw; margin: 0 auto; border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; padding: 3vw 5vw; /*text-align: center;*/ font-size: 16px; line-height: 2; } .newsDetail .f2 .des p img{ width: auto !important; display: inline !important; height: auto !important; } .newsDetail .f2 .des p a{ color: #0a6aa1 !important; } .newsDetail .f2 .des table tbody tr td{ border: 1px solid #b1b1b1; text-align: center; } .newsDetail .f2 .pageG { width: 75vw; padding: 1vw 0 2vw 0; margin: 0 auto; display: flex; justify-content: space-between; } .newsDetail .f2 .pageG .prev { color: #787878; font-size: 16px; } .newsDetail .f2 .pageG .prev span { color: #404040; } .newsDetail .f2 .pageG .next { color: #787878; font-size: 16px; } .newsDetail .f2 .pageG .next span { color: #404040; } @keyframes fadeIniup { 0% { opacity: 0; transform: translateY(60px); } 100% { opacity: 1; transform: translateY(0); } } .he_fadeup1 { -webkit-animation: fadeIniup 1s ease both; animation: fadeIniup 1s ease both; -ms-animation: fadeInUp 1s ease both; animation-delay: 0.3s; } .about{ width: 100%; } .about .infoImg { width: 100%; position: absolute; pointer-events: none; z-index: 3; } .about .f1 { width: 100%; padding: 10vw 12vw 0 12vw; position: relative; z-index: 2; background: white; } .about .f1 .tit { font-weight: bold; font-size: 2.5vw; color: #272727; } .about .f1 .name { font-weight: bold; font-size: 1.5vw; color: #272727; margin-top: 3vw; } .about .f1 .item { width: 100%; display: flex; margin-top: 2vw; } .about .f1 .item .text { width: 34vw; color: #434343; line-height: 2; text-align: justify; font-size: 0.9vw; } .about .f1 .item .text p { margin-bottom: 1vw; } .about .f1 .item .text2 { width: 43vw; margin-left: 3vw; color: #434343; line-height: 2; text-align: justify; font-size: 0.9vw; margin-top: 1vw; } .about .f1 .item .text2 p { margin-bottom: 1.5vw; } .about .video { width: 38vw; height: 22vw; margin-left: 0; position: absolute; right: 12vw; margin-top: 20vw; z-index: 5; } .about .video:hover video{ border: 5px solid #0a6aa1; } .about .video video { width: 38vw; height: 22vw; object-fit: cover !important; transition: .3s all ease-in-out; border: 5px solid transparent; } .about .video .icon { font-size: 4vw; position: absolute; margin: 8.5vw 17vw; cursor: pointer; z-index: 99; color: white; transition: 0.5s all ease-in-out; } .about .video .icon2 { font-size: 3vw; position: absolute; right: 1vw; margin-top: 17vw; cursor: pointer; color: white; z-index: 99; opacity: 0; pointer-events: none; transition: 0.5s all ease-in-out; } .about .f1 .item .img { width: 42vw; position: relative; margin-left: -12vw; } .about .f2 { width: 100%; padding: 8vw 12vw 0 12vw; position: relative; background: white; z-index: 2; } .about .f2 .name { font-weight: bold; font-size: 1.5vw; color: #272727; margin-bottom: 3vw; } .about .f2 .f2Info{ width: 48vw; position: absolute; margin-top: 45vw; right: 0; z-index: -1; } .about .f2 .item { width: 100%; text-align: center; } .about .f2 .item .n { font-weight: bold; font-size: 1.5vw; margin-bottom: 1vw; color: #063c7e; letter-spacing: 5px; transition: 1s all ease-in-out; } .about .f2 #go1{ opacity: 0; transition: .5s all ease-in-out; } .about .f2 #go1.show{ opacity: 1; transition: .5s all ease-in-out; } .about .f2 #go1 span{ display: inline-block; margin: 0 .5vw; transition: .5s all ease-in-out; } .about .f2 #go1 span:nth-child(1){ /*transform: translateX(-2vw);*/ transition: 1s all ease-in-out; position: absolute; margin-left: .5vw; } .about .f2 #go1 span:nth-child(2){ transform: translateX(2vw); margin-left: 6vw; } .about .f2 #go1 .t{ transform: translateY(2vw); transition: 1s all ease-in-out; } .about .f2 #go1 .d{ transform: translateY(2vw); transition: 1s all ease-in-out; } .about .f2 #go1.show span:nth-child(1){ margin-top: 0; } .about .f2 #go1.show2 span:nth-child(1){ margin-top: 13.1em; } .about .f2 #go1.show3 span:nth-child(1){ transform: translateX(-3.5vw); margin-top: 28.64em; } .about .f2 #go1.show span:nth-child(2){ transform: translateX(0vw); } .about .f2 #go1.show .t{ transform: translateY(0vw); } .about .f2 #go1.show .d{ transform: translateY(0vw); } .about .f2 .item .n span img{ width: 4vw; margin: 0 auto; } .about .f2 #go2{ opacity: 0; transition: .5s all ease-in-out; } .about .f2 #go2.show{ opacity: 1; transition: .5s all ease-in-out; } .about .f2 #go2 span{ display: inline-block; margin: 0 .5vw; transition: .5s all ease-in-out; } .about .f2 #go2 span:nth-child(1){ opacity: 0; /*transform: translateX(-2vw);*/ } .about .f2 #go2 span:nth-child(2){ transform: translateX(2vw); } .about .f2 #go2.show span:nth-child(2){ transform: translateX(0vw); } .about .f2 #go2 .t{ transform: translateY(2vw); transition: 1s all ease-in-out; } .about .f2 #go2 .d{ transform: translateY(2vw); transition: 1s all ease-in-out; } .about .f2 #go2.show .t{ transform: translateY(0vw); } .about .f2 #go2.show .d{ transform: translateY(0vw); } .about .f2 #go2 span{ display: inline-block; margin: 0 .5vw; } .about .f2 #go2 span img{ width: 4vw; margin: 0 auto; } .about .f2 #go3 span{ display: inline-block; margin: 0 .5vw; } .about .f2 #go3 span img{ width: 4vw; margin: 0 auto; } .about .f2 #go3 span:nth-child(2) img{ width: 11.5vw; } .about .f2 #go3{ opacity: 0; transition: .5s all ease-in-out; } .about .f2 #go3.show{ opacity: 1; transition: .5s all ease-in-out; } .about .f2 #go3 span{ display: inline-block; margin: 0 .5vw; transition: .5s all ease-in-out; } .about .f2 #go3 span:nth-child(1){ opacity: 0; /*transform: translateX(-2vw);*/ } .about .f2 #go3 span:nth-child(2){ transform: translateX(2vw); } .about .f2 #go3.show span:nth-child(2){ transform: translateX(0vw); } .about .f2 #go3 .t{ transform: translateY(2vw); transition: 1s all ease-in-out; } .about .f2 #go3 .d{ transform: translateY(2vw); transition: 1s all ease-in-out; } .about .f2 #go3.show .t{ transform: translateY(0vw); } .about .f2 #go3.show .d{ transform: translateY(0vw); } .about .f2 .item .t { color: #57b76f; font-size: 1.1vw; margin-bottom: 1vw; letter-spacing: 5px; } .about .f2 .item .d { width: 46vw; margin: 0 auto; color: #434343; font-size: 0.9vw; line-height: 2; } .about .f2 .item .infoI { width: 12px; margin: 1vw auto; text-align: center; } .about .f2 .q { width: 12px; height: 12px; border: 1px solid #206db9; border-radius: 50%; margin: 4vw auto 2vw; } .about .f2 .in { width: 32vw; position: absolute; pointer-events: none; margin-top: -80vw; left: 5vw; z-index: -1; } .about .f3 { width: 100%; padding-top: 8vw; background: white; z-index: 3; position: relative; } .about .f3 .name { font-weight: bold; font-size: 1.5vw; color: #272727; padding-left: 12vw; } .about .f3 .f3Box { width: 75vw; height: 15vw; left: 12.5vw; background: url('/resources/assets/images/img51.png') center no-repeat; background-size: cover !important; position: absolute; display: flex; justify-content: space-between; margin-top: 3vw; } .about .f3 .f3Box2 { width: 75vw; height: 15vw; left: 12.5vw; background: url('/resources/assets/images/img51_1.png') center no-repeat; background-size: cover !important; position: absolute; display: flex; justify-content: space-between; margin-top: 3vw; clip: rect(0px 0vw 15vw 0px); transition: 1s all ease-in-out; } .f3BoxSwiper{ width: 80vw; height: 20vw; padding-left: 2.5vw !important; position: relative; } .about .f3 .f3BoxSwiper .swiper-slide-thumb-active .item { font-size: 2.2vw; color: #003c7e; } .about .f3 .f3BoxSwiper .swiper-slide-thumb-active .item::before { content: ''; position: absolute; width: 2vw; height: 2vw; background: url('/resources/assets/images/icon39.png') center no-repeat; background-size: cover !important; animation: mapItemFrames 2s infinite; } @keyframes mapItemFrames { 0% { transform: scale(1); } 50% { transform: scale(1.2); } 100% { transform: scale(1); } } .about .f3 .f3BoxSwiper .item { color: #57b76f; font-size: 2vw; font-weight: bold; position: relative; cursor: pointer; transition: .3s all ease-in-out; } .about .f3 .f3BoxSwiper .item::before { content: ''; position: absolute; width: 2vw; height: 2vw; background: url('/resources/assets/images/icon39.png') center no-repeat; background-size: cover !important; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(1){ top: 12vw; left: -1vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(1) .item::before { margin-top: 4vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(2){ top: 7vw; left: 0vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(2) .item::before { margin-top: 3.5vw; margin-left: 1.5vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(3){ top: 5vw; left: 7.5vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(3) .item::before { margin-top: 3.5vw; margin-left: 1.5vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(4){ top: 12.8vw; left: 8.5vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(4) .item::before { margin-top: 3.2vw; margin-left: 1.3vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(5){ top: 1.2vw; left: 10vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(5) .item::before { margin-top: 3.2vw; margin-left: 1.8vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(6){ top: 12.5vw; left: 11vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(6) .item::before { margin-top: 3.2vw; margin-left: 1.5vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(7){ top: 2.5vw; left: 5vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(7) .item::before { margin-top: 3.2vw; margin-left: 2.5vw; } .about .f3 .f3Swiper .year { color: #272727; font-size: 5vw; font-weight: bold; text-align: center; } .about .f3 .f3Swiper .swiper-slide { width: 65vw !important; opacity: 0.3; transition: 0.3s all; } .about .f3 .f3Swiper .swiper-slide .item { color: #434343; font-size: 0.85vw; line-height: 2; text-align: center; } .about .f3 .f3Swiper .swiper-slide-active { opacity: 1; } .about .f4 { width: 100%; padding: 8vw 12vw 0 12vw; background: white; z-index: -1; overflow: hidden; } .about .f4 .name { font-weight: bold; font-size: 1.5vw; color: #272727; margin-bottom: 3vw; } .about .f4 .img { width: 60vw; } .about .f4 .bgImg{ width: 23vw; right: 0; position: fixed; top: -25vw; z-index: 1; } .about .f4 .info { width: 23.1vw; position: absolute; right: 0; margin-top: -29vw; z-index: 2; transition: .5s all ease-in-out; } .about .f5 { width: 100%; padding: 8vw 12vw 5vw 12vw; background: white; position: relative; z-index: 3; } .about .f5 .in { width: 100%; position: absolute; left: 0; /*margin-top: -23vw;*/ pointer-events: none; } .about .f5 .name { font-weight: bold; font-size: 1.5vw; color: #272727; margin-bottom: 3vw; } .about .f5 .yearSelect{ position: absolute; right: 12vw; margin-top: -5vw; box-shadow: 0 0 20px 0 #cbcbcb; background: white; padding: 0 1vw; } .about .f5 .yearSelect #yearSelect{ width: 6vw; height: 2.5vw; font-size: 1vw; background: transparent; border: transparent; outline: none; } .about .f5 .f5Box { width: 100%; display: flex; } .about .f5 .f5Box .left .f5Swiper { width: 35vw; height: 23vw; overflow: hidden; } .about .f5 .f5Box .left .f5Swiper .swiper-button-next, .about .f5 .f5Box .left .f5Swiper .swiper-button-prev { color: white; font-size: 2vw; } .about .f5 .f5Box .right { width: 32vw; margin-left: 8vw; } .about .f5 .f5Box .right .item { width: 100%; display: flex; padding: 1.5vw 0; border-bottom: 1px solid #d6d6d6; cursor: pointer; } .about .f5 .f5Box .right .item .num { flex: 1; color: #000000; font-weight: bold; } .about .f5 .f5Box .right .item .text { flex: 4; color: #000000; } .about .f5 .f5Box .right .item .text .t { font-size: 0.8vw; margin-bottom: 0.5vw; } .about .f5 .f5Box .right .item .text .n { font-weight: bold; font-size: 0.9vw; line-height: 1.7; width: 90%; } .about .f5 .f5Box .right .item .year { flex: 1; font-size: 3vw; opacity: 0.5; transition: 0.3s all ease-in-out; } .about .f5 .f5Box .right .item:hover .year { opacity: 1; color: #003c7e; } .about .f5 .f5Item { width: 100%; display: inline-block; margin-top: 1vw; } .about .f5 .f5Item .item { width: 32vw; display: inline-flex; padding: 1.5vw 0; margin-right: 14.5%; border-bottom: 1px solid #d6d6d6; cursor: pointer; } .about .f5 .f5Item .item .num { flex: 1; color: #000000; font-weight: bold; } .about .f5 .f5Item .item .text { flex: 4; color: #000000; } .about .f5 .f5Item .item .text .t { font-size: 0.8vw; margin-bottom: 0.5vw; } .about .f5 .f5Item .item .text .n { font-weight: bold; font-size: 0.9vw; width: 90%; line-height: 1.7; } .about .f5 .f5Item .item .year { flex: 1; font-size: 3vw; opacity: 0.5; transition: 0.3s all ease-in-out; } .about .f5 .f5Item .item:nth-child(2n) { margin-right: 0; } .about .f5 .f5Item .item:hover .year { opacity: 1; color: #003c7e; } .about .f5 .more { width: 4vw; height: 4vw; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#ffffff, #ffffff); background-blend-mode: normal, normal; text-align: center; margin: 3vw auto 0 auto; color: white; border-radius: 50%; font-weight: bold; font-size: 0.9vw; padding-top: 0.8vw; cursor: pointer; } .development{ width: 100%; overflow: hidden; } .development .infoImg { width: 100%; position: absolute; pointer-events: none; } .development .f1 { width: 100%; padding: 10vw 12vw 4vw 12vw; } .development .f1 .titBox .tit { font-weight: bold; font-size: 2.5vw; color: #272727; } .development .f1 .titBox .des { width: 50vw; color: #434343; line-height: 2; text-align: justify; font-size: 0.9vw; margin-top: 3vw; } .development .f1 .item { width: 100%; display: flex; } .development .f1 .item .left { width: 37vw; } .development .f1 .item .left .name { font-weight: bold; font-size: 1.5vw; color: #272727; margin-top: 3vw; } .development .f1 .item .left .t { color: #272727; font-size: 1vw; margin: 1vw 0; font-weight: bold; } .development .f1 .item .left .des { width: 29vw; color: #434343; line-height: 2; text-align: justify; font-size: 0.9vw; } .development .f1 .item .left .img1 { width: 37vw; display: block; margin-top: 2vw; margin-bottom: 1vw; cursor: pointer; overflow: hidden; } .development .f1 .item .left .img1 img{ transition: .5s all ease-in-out; } .development .f1 .item .left .img1:hover img{ transform: scale(1.1); } .development .f1 .item .left .img1::before{ content: ''; position: absolute; width: 12.9vw; right: 0; height: 100%; background: url(/resources/assets/images/img66.png) center no-repeat; background-size: contain !important; z-index: 2; } .development .f1 .item .left .img1 .text{ position: absolute; color: white; font-weight: bold; font-size: 1.2vw; right: 0; bottom: 0; padding: 2vw; z-index: 2; } .development .f1 .item .left .img1 .text .n{ text-align: right; } .development .f1 .item .left .img2 { width: 25vw; display: block; float: right; cursor: pointer; overflow: hidden; } .development .f1 .item .left .img2 img{ transition: .5s all ease-in-out; } .development .f1 .item .left .img2:hover img{ transform: scale(1.1); } .development .f1 .item .left .img2::before{ content: ''; position: absolute; width: 8.7vw; right: 0; height: 100%; background: url(/resources/assets/images/img68.png) center no-repeat; background-size: contain !important; z-index: 2; } .development .f1 .item .left .img2 .text{ position: absolute; color: white; font-weight: bold; font-size: 1.2vw; right: 0; bottom: 0; padding: 1.5vw; z-index: 2; } .development .f1 .item .left .img2 .text .n{ text-align: right; } .development .f1 .item .right { width: 37vw; margin-left: 1vw; } .development .f1 .item .right .img1 { width: 37vw; display: block; margin-top: 6vw; margin-bottom: 1vw; cursor: pointer; overflow: hidden; } .development .f1 .item .right .img1 img{ transition: .5s all ease-in-out; } .development .f1 .item .right .img1:hover img{ transform: scale(1.1); } .development .f1 .item .right .img1::before{ content: ''; position: absolute; width: 13.5vw; right: 0; height: 100%; background: url(/resources/assets/images/img67.png) center no-repeat; background-size: contain !important; z-index: 2; } .development .f1 .item .right .img1 .text{ position: absolute; color: white; font-weight: bold; font-size: 1.2vw; right: 0; bottom: 0; padding: 2vw; z-index: 2; } .development .f1 .item .right .img1 .text .n{ text-align: right; } .development .f1 .item .right .img2 { width: 29vw; display: block; cursor: pointer; overflow: hidden; } .development .f1 .item .right .img2 img{ transition: .5s all ease-in-out; } .development .f1 .item .right .img2:hover img{ transform: scale(1.1); } .development .f1 .item .right .img2::before{ content: ''; position: absolute; width: 10.1vw; right: 0; height: 100%; background: url(/resources/assets/images/img69.png) center no-repeat; background-size: contain !important; z-index: 2; } .development .f1 .item .right .img2 .text{ position: absolute; color: white; font-weight: bold; font-size: 1.2vw; right: 0; bottom: 0; padding: 1.5vw; z-index: 2; } .development .f1 .item .right .img2 .text .n{ text-align: right; } .development .f2 { width: 100%; padding: 2vw 0 4vw 0; } .development .f2 .titBox { padding: 0 12vw 2vw 12vw; } .development .f2 .titBox .tit { font-weight: bold; font-size: 1.5vw; color: #272727; margin-top: 3vw; } .development .f2 .titBox .des { width: 60vw; color: #434343; line-height: 2; text-align: justify; font-size: 0.9vw; margin-top: 3vw; } .development .f2 .f2Swiper { width: 100%; overflow: hidden; } .development .f2 .f2Swiper .swiper-slide { width: 50vw !important; height: 27vw !important; background-size: cover !important; opacity: 0.3; transition: 0.3s all ease-in-out; padding-top: 22vw; } .development .f2 .f2Swiper .swiper-slide::before{ content: ''; position: absolute; width: 100%; height: 25vw; bottom: 0; background: url('/resources/assets/images/newBg.png') center no-repeat; background-size: cover !important; } .development .f2 .f2Swiper .swiper-slide .text { color: white; font-size: 1vw; font-weight: bold; padding: 2vw; position: relative; } .development .f2 .f2Swiper .swiper-slide-active { opacity: 1; } .development .f2 .f2Swiper .swiper-button-prev, .development .f2 .f2Swiper .swiper-rtl .swiper-button-next { left: 17vw; color: #000000; } .development .f2 .f2Swiper .swiper-button-next:after, .development .f2 .f2Swiper .swiper-button-prev:after { font-size: 1.5vw; } .development .f2 .f2Swiper .swiper-button-next, .development .f2 .f2Swiper .swiper-rtl .swiper-button-prev { right: 17vw; color: #000000; } .development .f2 .f2Swiper .swiper-button-next .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#b21b21, #b21b21); background-blend-mode: normal, normal; color: white; border-radius: 50%; padding: 0.35vw; text-align: left; } .development .f2 .f2Swiper .swiper-button-next .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url(/resources/assets/images/more.png) center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } .development .f2 .f2Swiper .swiper-button-next:after,.development .f2 .f2Swiper .swiper-button-prev:after{ content: inherit !important; } .development .f2 .f2Swiper .swiper-button-prev .more .moreBox { font-size: 1vw; width: 2vw; height: 2vw; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#b21b21, #b21b21); background-blend-mode: normal, normal; color: white; border-radius: 50%; padding: 0.35vw; text-align: left; transform: rotateY(180deg); } .development .f2 .f2Swiper .swiper-button-prev .more .moreBox::before { content: ''; position: absolute; width: 2.8vw; height: 2.8vw; background: url(/resources/assets/images/more.png) center no-repeat; background-size: cover !important; margin-top: -0.75vw; margin-left: -0.8vw; animation: spin 30s linear infinite; transition: 0.3s all ease-in-out; } .development .f2 .f2Swiper .swiper-button-prev:after, .development .f2 .f2Swiper .swiper-button-next:after{ content: inherit !important; } .development .f3 { padding: 5vw 12vw; } .development .f3 .tit { font-weight: bold; font-size: 1.5vw; color: #272727; margin-bottom: 3vw; } .development .f3 .link{ width: 4vw; position: absolute; margin-top: -6vw; margin-left: 3vw; z-index: 1; transition: .5s all ease-in-out; } .development .f3 .link:hover{ transform: rotate(180deg); } .development .in { width: 100%; position: absolute; z-index: -1; pointer-events: none; } .development .f4 { padding: 0 12vw 5vw 12vw; } .development .f4 .tit { font-weight: bold; font-size: 1.5vw; color: #272727; margin-bottom: 3vw; } .development .f4 .item { width: 100%; display: flex; } .development .f4 .item .img { width: 53vw; } .development .f4 .item .textBox { width: 26vw; height: 27vw; background-color: #ffffff; position: relative; margin: 3vw -5vw; padding: 4vw 3vw; box-shadow: 0 0 30px 0 #a1a1a1; border-radius: 10px; } .development .f4 .item .textBox .t { color: #3a3a3a; font-weight: bold; font-size: 1.2vw; } .development .f4 .item .textBox .d { color: #434343; font-size: 0.8vw; line-height: 1.7; margin-top: 1vw; } .development .f4 .item .textBox .icon { width: 4vw; margin-top: 10vw; cursor: pointer; display: block; } .development .f4 .item .textBox .icon img{ transition: .5s all ease-in-out; } .development .f4 .item .textBox .icon:hover img{ transform: rotate(180deg); } .development .f4 .item .textBox .icon:hover .des{ opacity: 1; } .development .f4 .item .textBox .icon .des{ opacity: 0; position: absolute; font-size: .9vw; margin-top: -2.6vw; margin-left: 4.5vw; transition: .5s all ease-in-out; } .development .detail .f1 { width: 100%; height: 28vw; background: url('/resources/assets/images/img74.jpg') center no-repeat; background-size: cover !important; padding-top: 17vw; } .development .detail .f1 .tabBox { width: 100%; display: inline-block; text-align: center; } .development .detail .f1 .tabBox .items { display: inline-block; color: white; font-size: 0.85vw; padding: 0.2vw 1vw; cursor: pointer; } .development .detail .f1 .tabBox .items:hover{ color: #57b76f; font-weight: bold; } .development .detail .f1 .tabBox .active { border-radius: 30px; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#ffffff, #ffffff); background-blend-mode: normal, normal; } .development .detail .f2 { width: 100%; background: white; padding: 6vw 12vw; } .development .detail .f2 .tit { font-weight: bold; font-size: 1.5vw; color: #272727; margin-bottom: 3vw; } .development .detail .f2 .img { width: 100%; transition: .5s all ease-in-out; } .businessDetail1 .f1 { width: 100%; height: 28vw; background: url('/resources/assets/images/img56.jpg') center no-repeat; background-size: cover !important; padding-top: 17vw; } .businessDetail1 .f1 .tabBox { width: 100%; display: inline-block; text-align: center; } .businessDetail1 .f1 .tabBox .items { display: inline-block; color: white; font-size: 0.85vw; padding: 0.2vw 1vw; cursor: pointer; } .businessDetail1 .f1 .tabBox .items:hover{ color: #57b76f; font-weight: bold; } .businessDetail1 .f1 .tabBox .active { border-radius: 30px; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#ffffff, #ffffff); background-blend-mode: normal, normal; } .businessDetail1 .f11 { background: url('/resources/assets/images/img87.jpg') center no-repeat; background-size: cover !important; } .businessDetail1 .f111 { background: url('/resources/assets/images/img56_1.jpg') center no-repeat; background-size: cover !important; } .businessDetail1 .f1111 { background: url('/resources/assets/images/img102.jpg') center no-repeat; background-size: cover !important; } .businessDetail1 .f2 .infoImg { width: 100%; position: absolute; pointer-events: none; } .businessDetail1 .f2 .textBox { padding-top: 6vw; padding-left: 12vw; } .businessDetail1 .f2 .textBox .img { width: 19vw; } .businessDetail1 .f2 .textBox .des { width: 60vw; line-height: 1.7; font-size: 0.9vw; color: #434343; margin-top: 1vw; } .businessDetail1 .f3 { padding: 3vw 0 0 12vw; } .businessDetail1 .f3 .tit { font-weight: bold; font-size: 1.5vw; color: #272727; margin-top: 3vw; } .businessDetail1 .f3 .textBox { width: 30vw; height: 30vw; background-color: #053c7e; border-radius: 10px; margin-top: 3vw; } .businessDetail1 .f3 .textBox .iconBox { width: 100%; display: inline-block; } .businessDetail1 .f3 .textBox .iconBox .icon { width: 50%; color: white; display: inline-block; float: left; text-align: center; margin-top: 5vw; font-size: 0.9vw; transition: .5s all ease-in-out; cursor: pointer; } .businessDetail1 .f3 .textBox .iconBox .icon:hover{ transform: translateY(-1vw); } .businessDetail1 .f3 .textBox .iconBox .icon img { width: 3vw; margin: 0 auto 0.5vw auto; } .businessDetail1 .f3 .textBox .btn { width: 13vw; height: 3vw; background-color: #ffffff; border-radius: 30px; line-height: 3vw; color: #053c7e; text-align: center; font-size: 0.9vw; margin: 4vw; cursor: pointer; transition: 0.5s all ease-in-out; } .businessDetail1 .f3 .textBox .btn:hover { border-radius: 10px; } .businessDetail1 .f3 .textBox2 { width: 30vw; height: 35vw; background-color: #ea5520; border-radius: 10px; margin-top: 3vw; } .businessDetail1 .f3 .textBox2 .iconBox { width: 100%; display: inline-block; margin: 0 auto; text-align: center; } .businessDetail1 .f3 .textBox2 .iconBox .icon { width: 33.33%; color: white; display: inline-block; float: left; text-align: center; margin-top: 3vw; font-size: 0.9vw; cursor: pointer; transition: .5s all ease-in-out; } .businessDetail1 .f3 .textBox2 .iconBox .icon:hover{ transform: translateY(-1vw); } .businessDetail1 .f3 .textBox2 .iconBox .icon img { width: 3vw; margin: 0 auto 0.5vw auto; } .businessDetail1 .f3 .textBox2 .btn { width: 13vw; height: 3vw; background-color: #ffffff; border-radius: 30px; line-height: 3vw; color: #ea5520; text-align: center; font-size: 0.9vw; margin: 4vw 3vw; cursor: pointer; display: block; transition: 0.5s all ease-in-out; } .businessDetail1 .f3 .textBox2 .btn:hover { border-radius: 10px; } .businessDetail1 .f3 .textBox3 { width: 30vw; height: 30vw; background-color: #bf9d63; border-radius: 10px; margin-top: 3vw; } .businessDetail1 .f3 .textBox3 .iconBox { width: 100%; display: inline-block; } .businessDetail1 .f3 .textBox3 .iconBox .icon { width: 33.33%; color: white; display: inline-block; float: left; text-align: center; margin-top: 8vw; font-size: 0.9vw; cursor: pointer; transition: .5s all ease-in-out; } .businessDetail1 .f3 .textBox3 .iconBox .icon:hover{ transform: translateY(-1vw); } .businessDetail1 .f3 .textBox3 .iconBox .icon img { width: 3vw; margin: 0 auto 0.5vw auto; } .businessDetail1 .f3 .textBox3 .btn { width: 13vw; height: 3vw; background-color: #ffffff; border-radius: 30px; line-height: 3vw; color: #bf9d63; text-align: center; font-size: 0.9vw; margin: 8vw 3vw; cursor: pointer; transition: 0.5s all ease-in-out; } .businessDetail1 .f3 .textBox3 .btn:hover { border-radius: 10px; } .businessDetail1 .f3 .textBox4 { width: 30vw; height: 35vw; background-color: #57b76f; border-radius: 10px; margin-top: 3vw; } .businessDetail1 .f3 .textBox4 .iconBox { width: 100%; display: inline-block; } .businessDetail1 .f3 .textBox4 .iconBox .icon { width: 33.33%; height: 4vw; color: white; display: inline-block; float: left; text-align: center; margin-top: 4vw; font-size: 0.9vw; cursor: pointer; transition: .5s all ease-in-out; } .businessDetail1 .f3 .textBox4 .iconBox .icon:hover{ transform: translateY(-1vw); } .businessDetail1 .f3 .textBox4 .iconBox .icon img { width: 3vw; margin: 0 auto 0.5vw auto; } .businessDetail1 .f3 .textBox4 .btn { width: 13vw; height: 3vw; background-color: #ffffff; border-radius: 30px; line-height: 3vw; color: #57b76f; text-align: center; font-size: 0.9vw; margin: 4vw 3vw; cursor: pointer; display: block; transition: 0.5s all ease-in-out; } .businessDetail1 .f3 .textBox4 .btn:hover { border-radius: 10px; } .businessDetail1 .f3 .imgBox { width: 60vw; position: absolute; right: 0; margin-top: -1vw; z-index: -1; } .businessDetail1 .f4 { width: 100%; padding: 10vw 12vw 2vw 12vw; } .businessDetail1 .f4 .titBox { width: 100%; display: flex; justify-content: space-between; } .businessDetail1 .f4 .titBox .tit { font-weight: bold; font-size: 1.5vw; color: #272727; } .businessDetail1 .f4 .titBox .tabBox { display: inline-block; position: relative; margin-left: 3vw; } .businessDetail1 .f4 .titBox .tabBox .item { color: #272727; font-size: 0.9vw; margin-right: 2vw; padding-bottom: 2px; cursor: pointer; } .businessDetail1 .f4 .titBox .tabBox .item:hover{ color: #053c7e; font-weight: bold; } .businessDetail1 .f4_2 .titBox .tabBox .item:hover{ color: #ea5520; border-bottom: 3px solid #ea5520; } .businessDetail1 .f4_3 .titBox .tabBox .item:hover{ color: #bf9d63; border-bottom: 3px solid #bf9d63; } .businessDetail1 .f4_4 .titBox .tabBox .item:hover{ color: #57b76f; border-bottom: 3px solid #57b76f; } .businessDetail1 .f4 .titBox .tabBox .active { color: #053c7e; border-bottom: 3px solid #053c7e; } .businessDetail1 .f4 .titBox .tabBox .active2 { color: #ea5520; border-bottom: 3px solid #ea5520; } .businessDetail1 .f4 .titBox .tabBox .active3 { color: #bf9d63; border-bottom: 3px solid #bf9d63; } .businessDetail1 .f4 .titBox .tabBox .active4 { color: #57b76f; border-bottom: 3px solid #57b76f; } .businessDetail1 .f4 .List { width: 100%; display: inline-block; margin-top: 3vw; } .businessDetail1 .f4 .List .item { width: 24.4vw; display: inline-block; float: left; margin-right: 1vw; margin-bottom: 1vw; } .businessDetail1 .f4 .List .item .img { overflow: hidden; } .businessDetail1 .f4 .List .item .img img { transition: 0.5s all ease-in-out; } .businessDetail1 .f4 .List .item .text { width: 100%; height: 18vw; padding: 2vw 1vw; transition: 0.5s all ease-in-out; } .businessDetail1 .f4 .List .item .text::before{ content: ''; position: absolute; width: 24.4vw; height: 18vw; background: url('/resources/assets/images/newInfo.jpg') center no-repeat; background-size: cover !important; z-index: -1; margin-top: -3vw; margin-left: -1vw; opacity: 0; transition: .5s all ease-in-out; } .businessDetail1 .f4 .List .item .text .time { font-size: 0.85vw; margin-bottom: 0.5vw; color: #b8b8b8; } .businessDetail1 .f4 .List .item .text .tit { font-size: 1vw; font-weight: bold; color: #232323; line-height: 1.7; margin-bottom: 1vw; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .businessDetail1 .f4 .List .item .text .des { color: #a3a3a3; font-size: 0.85vw; line-height: 1.7; } .businessDetail1 .f4 .List .item:nth-child(3n) { margin-right: 0; } .businessDetail1 .f4 .List .item:hover .img img { transform: scale(1.05); } .businessDetail1 .f4 .List .item:hover .text::before{ content: ''; position: absolute; width: 24.4vw; height: 18vw; background: url('/resources/assets/images/newInfo.jpg') center no-repeat; background-size: cover !important; z-index: -1; margin-top: -3vw; margin-left: -1vw; opacity: 1; } .businessDetail1 .f4 .List .item:hover .text .time { color: white; } .businessDetail1 .f4 .List .item:hover .text .tit { color: white; } .businessDetail1 .f4 .List .item:hover .text .des { color: white; } .businessDetail1 .f44 { width: 60vw; margin: 2vw auto 5vw auto; } .businessDetail1 .info2 { width: 100%; position: absolute; pointer-events: none; margin-top: -28vw; z-index: -1; } .businessDetail1 .f5 { padding-left: 12vw; padding-bottom: 10vw; } .businessDetail1 .f5 .tit { font-weight: bold; font-size: 1.5vw; color: #272727; } .businessDetail1 .f5 .map { width: 50vw; height: 30vw; margin-top: 3vw; } .businessDetail1 .f5 .f5Box { width: 32vw; height: 23vw; background: white; border-radius: 10px; position: absolute; z-index: 1; right: 12vw; margin-top: 7vw; padding: 3vw 5vw 3vw 6vw; box-shadow: 0 0 30px 0 #a1a1a1; } .businessDetail1 .f5 .f5Box .item { color: #272727; margin-bottom: 2vw; } .businessDetail1 .f5 .f5Box .item .icon { width: 1.5vw; position: absolute; margin-left: -2.5vw; } .businessDetail1 .f5 .f5Box .item .t { font-size: 0.8vw; } .businessDetail1 .f5 .f5Box .item .d { font-size: 0.9vw; font-weight: bold; display: flex; } .businessDetail1 .f5 .f5Box .item .d img { width: 7vw; } .businessDetail1 .f6 .itemBox .item { width: 100%; display: flex; margin-bottom: 5vw; } .businessDetail1 .f6 .itemBox .item .img { width: 48vw; height: 28vw; } .businessDetail1 .f6 .itemBox .item .textBox { width: 44vw; height: 21vw; background: white; padding: 3vw 4vw; border-radius: 10px; margin: 3vw -5vw; box-shadow: 0 0 30px 0 #b9b9b9; } .businessDetail1 .f6 .itemBox .item .textBox .n { font-weight: bold; font-size: 1.5vw; } .businessDetail1 .f6 .itemBox .item .textBox .des { margin-top: 1vw; font-size: 0.85vw; line-height: 1.7; text-align: justify; } .businessDetail1 .f6 .itemBox .item:nth-child(2n) .textBox { margin: 3vw 5vw; position: relative; left: 8vw; z-index: 9; } .businessDetail1 .f6 .itemBox .item:nth-child(2n) .img { position: absolute; right: 0; } .businessDetail1 .f7 { padding: 0 0 7vw 12vw; } .businessDetail1 .f7 .tit { font-weight: bold; font-size: 1.5vw; color: #272727; margin-top: 3vw; } .businessDetail1 .f7 .tit { font-weight: bold; font-size: 1.5vw; color: #272727; margin-top: 3vw; } .businessDetail1 .f7 .textBox { width: 46vw; height: 30vw; border-radius: 10px; overflow: hidden; margin-top: 4vw; } .businessDetail1 .f7 .imgBox { width: 60vw; position: absolute; right: 0; margin-top: -1vw; z-index: -1; } .contactUs .infoImg { width: 100%; position: absolute; pointer-events: none; z-index: -1; } .contactUs .f1 { padding: 10vw 12vw 5vw 12vw; } .contactUs .f1 .tit { font-weight: bold; font-size: 2.5vw; color: #272727; } .contactUs .f1 .item { margin-top: 6vw; } .contactUs .f1 .item .n { font-weight: bold; font-size: 1.5vw; color: #272727; margin-bottom: 3vw; } .contactUs .f1 .item .textBox { width: 35vw; height: 27vw; border-radius: 10px; background: url('/resources/assets/images/img80.jpg') center no-repeat; background-size: cover !important; padding-top: 9vw; padding-left: 5vw; box-shadow: 0 0 30px 0 #a1a1a1; } .contactUs .f1 .item .textBox .itemBox { width: 100%; display: flex; color: #272727; font-size: 0.8vw; margin-bottom: 1vw; } .contactUs .f1 .item .textBox .itemBox .t { flex: 1; } .contactUs .f1 .item .textBox .itemBox .d { flex: 4; font-weight: bold; } .contactUs .f1 .item .textBox .qrcode { width: 6vw; text-align: center; margin-top: 2vw; } .contactUs .f1 .item .textBox .qrcode p { color: #494949; opacity: 0.5; font-size: 0.8vw; margin-top: 0.5vw; } .contactUs .f1 .item .img { width: 59vw; position: absolute; right: 0; margin-top: -3vw; z-index: -1; } .contactUs .f1 .item .textBox2 { width: 35vw; height: 27vw; border-radius: 10px; background: url('/resources/assets/images/img83.jpg') center no-repeat; background-size: cover !important; padding-top: 9vw; padding-left: 5vw; margin-left: 40vw; position: relative; top: 5vw; margin-bottom: 10vw; box-shadow: 0 0 30px 0 #a1a1a1; } .contactUs .f1 .item .textBox2 .itemBox { width: 100%; display: flex; color: #272727; font-size: 0.8vw; margin-bottom: 1vw; } .contactUs .f1 .item .textBox2 .itemBox .t { flex: 1; } .contactUs .f1 .item .textBox2 .itemBox .d { flex: 4; font-weight: bold; } .contactUs .f1 .item .img2 { width: 59vw; position: absolute; left: 0; margin-top: 3vw; z-index: -1; } .contactUs .f2 { padding: 0 12vw 5vw 12vw; } .contactUs .f2 .tit { font-weight: bold; font-size: 1.5vw; color: #272727; margin-bottom: 3vw; } .contactUs .f2 .f2Box { width: 100%; background: white; padding: 1vw 3vw; border-radius: 10px; box-shadow: 0 0 30px 0 #a1a1a1; } .contactUs .f2 .f2Box .inputBox { width: 100%; display: flex; border-bottom: 1px solid #ececec; padding: 1vw 0; } .contactUs .f2 .f2Box .inputBox .input { display: flex; flex: 1; color: #272727; font-size: 0.85vw; } .contactUs .f2 .f2Box .inputBox .input .name{ /*width: 19.4vw;*/ } .contactUs .f2 .f2Box .inputBox .input input { background: transparent; border: transparent; outline: none; font-size: 0.85vw; } .contactUs .f2 .f2Box .textareaBox { width: 100%; display: flex; border-bottom: 1px solid #ececec; padding: 1vw 0; color: #272727; font-size: 0.85vw; } .contactUs .f2 .f2Box .textareaBox textarea { width: 80%; height: 10vw; display: flex; margin-left: 1vw; font-size: 0.85vw; background: transparent; border: transparent; outline: none; font-family: auto; } .contactUs .f2 .f2Box .subimt { width: 8vw; height: 2vw; background-image: linear-gradient(86deg, #57b76f 0%, #003c7e 100%), linear-gradient(#57b76f, #57b76f); background-blend-mode: normal, normal; border-radius: 1vw; text-align: center; color: white; line-height: 2vw; font-size: 0.85vw; letter-spacing: 3px; margin-top: 1vw; cursor: pointer; } .contactUs .in { width: 100%; position: absolute; z-index: -1; pointer-events: none; margin-top: -22vw; } .contactUs .f3 { padding: 0 12vw 5vw 12vw; } .contactUs .f3 .map { width: 100%; height: 28vw; } @keyframes portOpen { 0% { top: 100%; } 100% { top: 0; } } @keyframes portClose { 0% { top: 0; } 100% { top: 100%; } } ._toast { position: fixed } ._toast { width: 100%; height: 50px; left: 44%; top: 50%; margin-top: -25px; z-index: 999; opacity: 0; visibility: hidden; pointer-events: none } ._toast p { display: inline-block; border-radius: 5px; background-color: #fff; color: #222; padding: 10px 20px; border: 1px solid #222; box-shadow: 0 0 5px rgba(55, 55, 55, .2) } ._toast span::before { content: ''; position: absolute; width: 24px; height: 24px; background-position: center center; background-repeat: no-repeat; background-size: contain; top: 50%; margin-top: -12px; left: 0% } ._toast.success span::before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAD3ElEQVRoQ9WaXW7aQBDHZ2yHVmqB9ASlJyh5rKoScoKSE4ScIPStCpZCJBL1Ldwg5ARNT8BHVfUxcIKQExSDIhUwO5UNpg628XptA8lj2J39/2ZmZ7+MEMVfo7KblCafUcIMEuSBKAOImSemiXqA2COEJjHqDdnODzio9MMOj8IGGpXdlKQfIVARELNCdog6DKAWBiYwwMvfXzOJiXyChEVA2BUSvtyJoE8S1MaKfvP3w7deEJuBAFI/1TNkUIpMuAfI4FP1nBeCC+DVr9OsouO1cKrwqrHaEXVGiekhTzR8AZLt06JE0lVsXveCI+gzhONhrnq7in8lgCkepOugDoyyPQN2PMxd1r1segJsg3hL9CoIV4BkWy1IAN+j9GRYWwzg0C2dHABGmXwxVu7WnvN+hAT9UULfW57YDoB0q3y3tmrjJ9pRZqmj7V/s2f/9BCDVUiuIcBbU7jrbE8H5YL9ascZcAGxt6rgsdvZUWgCkWmoNEU7W6U3RsexRmAE0KrtpSb/f8MTt6jIrPo4TvZQ8qSHgkScgQV9jyjtjN2sCpNrlEgJeiXokgn5dbark7dvrdLvcA8C3XrattcEE2HDlcYifO7W+OgqzioRm+sj6nwi8KGLCVbxZUCbKvZ9Bbaq8wQ1uGVzFz+bjpMGzFhmrM26o+oQWb0THqEaYbqtNANj3CxcQaQRYRwTj+Ojf3ttgJOLn5luYbpXvHQdwl8F1me09frzshKxaUYo3QtAzIkB+3iegm0HuomhvJzB3ohU/F8MFAABNLVc9WAYNABGLeEMPLwB4HSo4IGITHwjAaCwAEav4OcDqJXs5bQJAxC4egB74y6iNhANiDeJNQS3hhcwbQi0Mp0rTce8ZYIX1q4rW7+ZCxjEJPe35XXksOsYgfjYn4TD0Zs4XIibxBoC5mTO3023VWGHf84aOd2IH2ZgJjN3VctVsZAcaRyRi9Ly9pNuOlBPjASIt4IlFFyIoDZhy81rRszKjK54tsdB4RJrGdjKLI6W5QXvWh3oAmF2ryJ2wURDyaJBORNooMc1aN3TP72IL6Msgd1GzmJ1XiyErUhBnCrQ1K4+9n8fl7ham0lLqeEbA+OFZX69bZGG2GAKpsbJL4AeObYLw26pwPPKpBYmovvbySqQxxGKoRz4rEvObMuO1UHi/FDCtuqMdvRDJM6t9YPMBBKgUWzRmd081+wOGH7hvCi0bMD81GCvFSEHmwscJvc7j9ZXrgB+x/ZCSlMcFCaRSiNTqMmC14TRxK/rlSuAIuAIan9vIeh4JsoiQB6CM826fHgCwRwRNQui4Hju5vfe/4T8KykdZu9C3xgAAAABJRU5ErkJggg==) } ._toast.success p { color: #0fc27c; border-color: #0fc27c } ._toast.error span::before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAF0ElEQVRoQ9WZW2wUZRTH/2dmv2mbIg8oAm1nudh2dy0ioASC8RIoihiNiegTMUFJTPAWL0FjMD4gwfuDBH1AjVFejJjwgCKxIphAkMaCYt3tRYs7hYooD9Ib8+3MMbN0m93tXr7Z3RKZt7bn8v9913O+Eq7wj65w/agoAAN6b51Y4ARwK4OmpQ8Oue4wk2Zp4N5mS3YQ4FRi8MoG6JuOmaPVgXUErZXBtxDRlKLCmEeY6FsCPnXi9p4WwC7qk8egJABvpLtM/R6Q/hiYV4NIK1UAAwPEvCVkyZ0EJPzG8Q3QPQsRNyA+A9ENfpMVsmdGjwZnU8hy9viJ6wsgFhRPM/AGgQw/SXza7saw/Uj4b1xQ8VMCsBpQM6QZnwBYqxK0XBtmdGtsrwj143SxWEUBeutgSl3sI6KWYsEq+XdmxKsS9m3zBvBHobgFAbyRHyRxjIjmV1Kcj1h9gYv2ssaz+CufT0GAmJncrA/5SFhxUwZ3hONyab4TKi9AzAxsBmlbKq6otIBvhuP2plyuOQGiQXETMdpBVHSPlKbHpxczM2FJJC5/zPacIJABrcsUx0G0wGeayTVn/jlkyUUEuBklSnbWWL2+Frr+uaoaZh4EoYdAi1R9PDsGHwejSan0GAvMzOsjlvy4IEDUFEeJaKmKGGYeDrhYadvyF71aHADREhU/MLc7o3KFYYj5jo7vAKpW8gNOheL2PPL4x76MJdRVhzAHjKhKMAbbOvOqZivxvWffOR1T9BqxH6Dlhf35iDMi72o5h0HPrjsYaHVAXyrf7o67Mnw6cSAnQCxovAbgBUWAjkBcLm8CLqbsL93Yoi0/BB+pdWWr2Y+RdJ9BTRxWXoLMH4YtuSEnQDRodBJwvQpA0ob5YC3LNdmCckL4sS0s4Pdw3L5uAkDvDFybqDLOKosfN8w9qkMkvgLRHSlQ3ZKr/c1WfiVVI/asuefwp2cxvgeiZuBOIm2/f4DkVGSsa+83PUCVY4qvGZABS96bLl59v+RWQ66zJtTv7MsEaBBPkkbvlgaQXE7JkyW1Ob04fXNQPecUHAJkKm5SvJ8TK4cgZvf5iJV4OwOgyzS2MuGlkgEu7YkJEOnxeqZhqlMr2pSP2zximLEtYtlJreNLKGaKHSDaWBbAGIQ+JFubzuPfCeKniEMALaxAjvfClnw8aw+I7UT0RNnBwSf0QXn7ZAIQeHsoLp/K2gPGNtLwYlkAzO25Rj8Vs1JLCIytYcvenLUHxDNM9E7JAHk2sRdv7imMVnITg3lj2JLvZ+6BhsBqaFryaPL/5T9GvVjZd0C5J5EGd1VzPNGWAeA9UF2sMQZKEZ+rPCh2kZVzF9S69tVmP85nAHg/xILGbwDmKUPkKw/Sb+FUsEqVEswnw5Yc71UyqtGYKT4A0aMqAF6vWqlibojEUR8N1OvhuD1+2GQAeKWtC+0bRYCSy+n0Jee3nNaBlqa4/WtKYwYAAxQLGn0EzFaCKLWhGaud/DY0zPxDxJLL0rVN6IljplgPoo9UAC5dvMmWsptAi1V9kn7gDjCafbWUrrM20u98URBgrKnvANGNfgRNui3zTyFLLi7a1CdPI1PcDKL2SRelmsDPs0oqZtQUbxHRc6o5JtWO3ZfDVuLVXDnyPlx1AoZuimP/g6W0Oxy3H8w3QAVf3sbazKNeOTOpI5wvOPPJqY5cVncGwyUBeE7RmZgDYRwiQvByQjBzp3Dk3Y1nYBXKq/T22dWAepeMg0RovEwQu2td++H0146SZyDlGLsGV6HG2AXCfZMF4T2WaYxnQ5bcoZpDaQbSg3WZ+v1MutdQqxd9amqimrQfaB6A0stgzlJCLU/yYVJ0mWIDE14h0AxVvwl2zC4T7SN2doYsZ28p//z2PQPpIhgIxOoDS0hDK0NbR4Tm4jB8AUxHGG5b9WhiV+qBqrhfbouyALJDdteLhY5GEY3c2S60zBdnl/8JuDjceEaeyC4HShXv+VUUoBwhpfpe8QD/Ab2JqE8dKj95AAAAAElFTkSuQmCC) } ._toast.error p { color: #d81e06; border-color: #d81e06 } ._toast.warning span::before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEa0lEQVRoQ+2YT2gcdRTHv282sc2hYWcQ7MEeGlsqLaVoMrNqL7YnaXa29ZJ6UFGiFPwD4kFaJChVAiI9iIoiWqpSKBHR7iTxpD216syGKDHaXHJQULFhZ5q0SZrszJPfpgnbZHfn77YbyO/6+73ve5/9zvu9nSGs80XrvH5sANxpBzccqOfAzHBmN7BwZcuh0SuNcqohDlwd6sy4buo0EXYDzGCcTbdIL9Khn6eTBkkcwBnSutjliyC6q7JYZh6X52cfpJ7xhSQhEgXgAaTsNnWUQHurFUmM/nTOfL1pAWxDexXAqZoFMi+ShPvTWWsyKYjEHLg2pG5dcGmSCG0+xV2QdfNg0wEUDfUcgY4GKYwIPems+VWQs35nEnHAHuw8AE794JdseZ/B/8pzLR3U8+Nc0Jha52IDcKGz1flHugxQR5hiGHhX0c3XwsRUvRjiChQN9QSB+kPrMNwUe3vaDxcmQsdWBMRyYPZbddu8RBPVGlc8Jilwr8eUAXB89VwQNTD4kqJb++8YgG1o3wA4UrUA8nrlbOG02CvmtY+JcKzaOQY/qejW2agQkR3wa1wmZJWsOSQKs/PqSRD1VS+Sp9LedAcdnpiJAhEJgId3bHJc+fd6jRscoPwwvSfr1iu3DcA2tDcAvFkvYSgAhssp9wGle2QsLERoB5xBtYMZ4tfflBjAktCIrJtdDQewDU0MrAN+iUI5sDLh+Fk5Z53x067cD+WAbWjixhE3j++KBACeQmlxp/z4L45vgpsHAgPwwMNt9ubSBBFtCyIeDUC8/vBHSs56IUgOcSYwgGOo/Qw6EVQ4KkAZQfL2BW3oQADlxvVwGUStjQdYauh01lSJwH75AgEEbdzKZNEdWFIh4mPprPVJbADHUI8y6Jyf0Or9uABgduAubvdr6LoOlBu3rTRJoK1hAQDuk3XrbRFnG2oeID20BuMzOWc+Vy+uLoBtdJ0CJPGeG34xeyD6GszXQfRMeIGbj5IENd1tFmrF1wSYPt+1yyVpHIRU1ORJxDF4TM5a+2o1dE2AoqFeJNAjSRQRV4PhvazohQ+q6VQFsPNdT4GkL+Il5g9bPemtBam0kyCdAei+qHrMuNZC7vZ2fWRqtcYaAD6/a4sjtU8CdHfUhGC25JylLceLT42el/opsp4IZHwp58ynfQFsQ3sfwEtxkjHzgJKzVj6xiNvMaXNn42iK2BTx/vasdalS5xYHikOde8mTfhVjJFYy8f8eOKLkzMHyNTqo9oHpZCxNYQLzhDxv7aEeuMtatwLk1e+I6LG4iZbjGfwbmK4TQbzYJ7IIeD6tm5+uAZgdztx7w+W/EsnSSJFV/bXiQHFQ6yZG2fLmXnxD1q3Naxxw8tpBJnzf3MWXb6P/5Jx5zxoAvvBoizMz+wcIO5oZgpnfUXLW8apNfDWfeciFNxD0rev2g/Ln6Tmrt+YtVJ4X4mPt3/QESIo8OZMF4xKYx5h4VNFH/vQdZMkmb7xavIHV+Pp8M2wA+P5EDT6w7h34H01KxEDHpGQGAAAAAElFTkSuQmCC) } ._toast.warning p { color: #efb336; border-color: #efb336 } ._toast.active { opacity: 1; visibility: visible } ._toast span { display: inline-block; font-size: 16px; position: relative } ._toast.error span, ._toast.success span, ._toast.warning span { padding-left: 30px } .pc{ display: block; } .mobile{ display: none; } .gs{ width: 4vw; position: absolute; top: 0; z-index: 9; left: 45vw; opacity: 0; transition: .7s all ease-in-out; } .backTop{ right: 15px !important; } .backTop:hover{ background: #57b76f !important; } #page li{ margin: 4px !important; } .linkBox{ background-color: #ffffff; border-radius: 23vw; position: fixed; right: 1vw; top: 15vw; z-index: 99; padding: .5vw; box-shadow: 0 0 10px 0 grey; } .linkBox .item{ padding: 1vw 0; display: block; text-align: center; border-bottom: 1px solid #ececec; } .linkBox .item:hover{ color: #003c7e; } .linkBox .item:last-child{ border-bottom: transparent; } .linkBox .item .icon{ margin: 0 auto .3vw auto; } .linkBox .item:nth-child(1) .icon{ width: 2vw; height: 2vw; background: url('/resources/assets/images/icon40.png') center no-repeat; background-size: cover !important; } .linkBox .item:nth-child(2) .icon{ width: 1.5vw; height: 1.5vw; background: url('/resources/assets/images/icon41.png') center no-repeat; background-size: cover !important; } .linkBox .item:nth-child(3) .icon{ width: 1.5vw; height: 1.5vw; background: url('/resources/assets/images/icon42.png') center no-repeat; background-size: cover !important; } .linkBox .item:nth-child(1):hover .icon{ background: url('/resources/assets/images/icon40_1.png') center no-repeat; } .linkBox .item:nth-child(2):hover .icon{ background: url('/resources/assets/images/icon41_1.png') center no-repeat; } .linkBox .item:nth-child(3):hover .icon{ background: url('/resources/assets/images/icon42_1.png') center no-repeat; } @media (max-width: 1440px) { .header{ padding-left: 32.35vw; } .index .indexF2 .indexF2bg .img8 { margin-top: 30vw; } .about .f2 #go1.show2 span:nth-child(1) { margin-top: 13.34em; } .about .f2 #go1.show3 span:nth-child(1) { transform: translateX(-3.5vw); margin-top: 28.97em; } } @media (max-width: 1366px) { header .phone{ width: 10.5vw; } .about .f2 #go1.show2 span:nth-child(1) { margin-top: 13.5em; } .about .f2 #go1.show3 span:nth-child(1) { transform: translateX(-3.5vw); margin-top: 29.1em; } } @media (max-width: 900px) { .pc{ display: none; } .mobile{ display: block; } .development .f4 .item .textBox .icon .des{ font-size: 14px; opacity: 1; margin-top: -7.6vw; margin-left: 12.5vw; } .newPage .newsList .item .text::before{ width: 100%; height: auto; } .index .f3 .titBox{ width: 100%; padding: 0 5vw; } .index .f3 .titBox .cn{ opacity: 1; font-size: 20px; } .index .f3 .titBox .en{ opacity: 1; font-size: 16px; } .index .f3 .titBox .des{ opacity: 1; font-size: 14px; } .index .f3 .titBox .more{ opacity: 1; transform: translateY(0); margin-top: 12vw; } .index .f3 .titBox .more .moreBox{ width: 25px; height: 25px; padding: 4px; font-size: 13px; } .index .f3 .titBox .more .text{ font-size: 14px; line-height: 25px; margin-top: 0; margin-left: 5px; } .index .f3 .titBox .more .moreBox::before{ content: inherit; } .index .f3 .f3Swiper{ margin-top: 10vw; } .index .f3 .f3Swiper .swiper-slide{ width: 55vw; } .index .f3 .f3Swiper .swiper-slide .item{ width: 55vw; height: 80vw; padding: 5vw; } .index .f3 .f3Swiper .swiper-slide:nth-child(2){ margin-left: 5vw; } .index .f3 .f3Swiper .swiper-slide .item .icon{ width: 12vw; margin: 0; } .index .f3 .f3Swiper .swiper-slide .item .text{ padding: 0; margin: 0; transform: translateY(33vw); } .index .f3 .f3Swiper .swiper-slide .item .text .des{ display: none; } .index .f3 .f3Swiper .swiper-slide .item .text .cn{ font-size: 20px; } .index .f3 .f3Swiper .swiper-slide .item .text .en{ font-size: 12px; margin-top: 5px; } .index .f3 .f3Swiper .swiper-slide .item:hover .text{ transform: translateY(33vw); } .index .f3 .f3Swiper .swiper-slide .item:hover .more{ opacity: 0; } .index .f4 .f4Swiper .swiper-slide .img .text{ width: 100%; } .index .f4 .f4Swiper .swiper-slide .img .text .iconImg{ width: 45vw; } .index .f4 .f4Swiper .swiper-slide .img .text .name{ font-size: 20px; margin: 5vw 0 2vw 0; } .index .f4 .f4Swiper .swiper-slide .img .text .des{ font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; } .index .f4 .f4Swiper .swiper-slide .img .text .des p { display: none; } .index .f4 .f4Swiper .swiper-slide .img .text .des p:nth-child(1) { display: block; } .index .f4 .f4Swiper .swiper-slide .img .text .more{ opacity: 1; transform: translateY(0); } .index .f4 .f4Swiper .swiper-slide .img .text .more .moreBox{ width: 25px; height: 25px; padding: 4px; font-size: 13px; } .index .f4 .f44Swiper .swiper-slide{ padding: 2vw 0; } .index .f4 .f4Swiper .swiper-slide .img .text .more .text{ width: 20vw; font-size: 14px; line-height: 25px; margin-top: 0; margin-left: 5px; } .index .f4 .f4Swiper .swiper-slide .img .text .more .moreBox::before{ content: inherit; } .index .f4 .f44Swiper .swiper-slide .text{ display: block; padding: 0; } .index .f4 .f44Swiper .swiper-slide .text .tit .des{ display: none; } .index .f4 .f44Swiper{ height: auto; border: transparent; } .index .f4 .f44Swiper .swiper-slide .text .iconImg{ width: 6vw; margin: 2vw auto; } .index .f4 .f44Swiper .swiper-slide .text .tit .name{ font-size: 14px; text-align: center; } .index .f4 .f4Swiper .swiper-slide .img{ padding: 40vw 5vw; } .index .f2{ padding: 20vw 5vw 0 5vw; } .index .f2 .titBox .tit img{ width: 22vw; } .index .f2 .titBox .more .moreBox{ display: none; } .index .f2 .f2Info{ display: none; } .index .f2 .titBox .more .text{ width: 15vw; } .index .f2 .titBox .tit .tabBox{ margin: 3vw auto; top: 0; } .index .f2 .titBox .tit .tabBox .active{ color: #0a6aa1; } .index .f2 .titBox .tit .tabBox .active::before{ content: inherit; } .index .f2 .titBox .tit .tabBox .item{ font-size: 14px; } .index .f2 .f2Swiper{ padding-right: 0; } .index .f2 .f2Swiper .swiper-wrapper{ display: block; } .index .f2 .f2Swiper .swiper-slide{ width: 100%; margin-bottom: 5vw; display: none; } .index .f2 .f2Swiper .swiper-slide:nth-child(1) { display: block; } .index .f2 .f2Swiper .swiper-slide:nth-child(2) { display: block; } .index .f2 .f2Swiper .swiper-slide .item .text{ height: auto; } .index .f2 .f2Swiper .swiper-slide .item .img{ height: 45vw; background-position: top !important; } .index .f2 .f2Swiper .swiper-slide .item .text .name{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; } .index .f2 .f2Swiper .swiper-slide .item .text .des{ display: none; } .index .f2 .f2Swiper .swiper-slide .item .text .time{ font-size: 14px; } .index .f2 .f2Swiper .swiper-slide .item .text .name{ font-size: 14px; } .index .f2 .f2Swiper .swiper-slide .item .text .des{ font-size: 12px; } .index .f6 .textBox .img{ width: 15vw; } .index .f6 .textBox .tit{ font-size: 20px; margin: 3vw 0; } .index .f6 .textBox .des{ font-size: 14px; line-height: 1.7; } .index .f6 .textBox .more{ width: auto; opacity: 1; transform: translateY(0); margin-top: 5vw; } .index .f6 .textBox .more .moreBox{ width: 25px; height: 25px; padding: 4px; font-size: 13px; } .index .f6 .textBox .more .text{ font-size: 14px; line-height: 25px; margin-top: 0; margin-left: 5px; } .index .f6 .textBox .more .moreBox::before{ content: inherit; } .index .f6 .textBox{ margin-top: 15vw; } .index .f6 .f6Box{ margin: 10vw auto 0 auto; } .index .f6 .f6Box .item{ width: 100%; height: auto; padding: 5vw; } .index .f6 .f6Box .item .tit{ width: 22vw; margin: 0 auto; } .index .f6 .f6Box .item .more{ width: auto; opacity: 1; transform: translateY(0); position: relative; margin: 0 auto; } .index .f6 .f6Box .item .more .moreBox{ width: 25px; height: 25px; padding: 4px; margin: 0 auto; font-size: 13px; } .index .f6 .f6Box .item .more .text{ display: none; } .index .f6 .f6Box .item .more .moreBox::before{ content: inherit; } .index .f6 .f6Box .item .img{ width: 75%; margin: 5vw auto; } .index .f6 .f6Box .item .img img:nth-child(2) { margin-bottom: 3vw; } .contactUs .f1{ padding: 10vw 5vw; } .contactUs .f1 .tit{ text-align: center; font-size: 24px; } .contactUs .f1 .item .n{ font-size: 20px; } .contactUs .f1 .item .img{ width: 100%; margin-top: 0; } .contactUs .f1 .item .textBox{ width: 90vw; height: auto; padding: 5vw; background: white; margin-top: 45vw; box-shadow: 0 0 30px 0 #d4d3d3; } .contactUs .f1 .item .textBox .iconImg{ width: 50vw; margin: 0 0 3vw 0; } .contactUs .f1 .item .textBox .itemBox{ font-size: 12px; margin-bottom: 3vw; } .contactUs .f1 .item .textBox .qrcode{ width: 18vw; margin: 3vw auto 0 auto; } .contactUs .f1 .item .img2{ width: 100%; margin-top: 0; } .contactUs .f1 .item .textBox2{ width: 90vw; height: auto; padding: 5vw; background: white; top: 45vw; margin-top: 10vw; margin-left: 0; box-shadow: 0 0 30px 0 #d4d3d3; } .contactUs .f1 .item .textBox2 .itemBox{ margin-bottom: 3vw; font-size: 14px; } .contactUs .f1 .item .textBox2 .itemBox .t{ flex: 2; } .contactUs .f1 .item .textBox .qrcode p{ font-size: 14px; } .contactUs .f2{ margin-top: 25vw; padding: 10vw 5vw; } .contactUs .f2 .f2Box .inputBox .input input{ font-size: 14px; } .contactUs .f2 .tit{ font-size: 18px; } .contactUs .f2 .f2Box{ padding: 5vw; box-shadow: 0 0 30px 0 #d4d3d3; } .contactUs .f2 .f2Box .inputBox{ display: block; border: transparent; } .contactUs .f2 .f2Box .inputBox .input{ font-size: 14px; padding: 3vw 0; border-bottom: 1px solid #ececec; } .contactUs .f2 .f2Box .textareaBox{ font-size: 14px; padding: 3vw 0; } .contactUs .f2 .f2Box .textareaBox textarea{ width: 60vw; height: 20vw; font-size: 14px; margin-left: 0; } .contactUs .f2 .f2Box .subimt{ width: 25vw; height: 8vw; line-height: 8vw; font-size: 14px; border-radius: 30px; margin: 3vw auto 0 auto; } .contactUs .f3{ padding: 0 5vw 10vw 5vw; } .contactUs .f3 .map{ height: 50vw; } ._toast{ left: 28%; } footer{ padding: 5vw; } footer .footer .footerNav{ display: none; } footer .footer .footerHead{ display: block; } footer .footer .footerHead .logo{ width: 40vw; border: transparent; padding: 0; margin: 0 auto; } footer .footer .footerHead .text{ text-align: center; padding: 0; margin: 3vw 0; } footer .footer .footerHead .text .phone{ font-size: 16px; } footer .footer .footerHead .text .city{ font-size: 14px; } footer .footer .oa{ width: 100%; position: relative; font-size: 14px; line-height: 8vw; display: inline-block; text-align: center; right: 0; margin-top: 0; } footer .footer .oa img{ width: 8vw; display: inline-block; } footer .footer .oa p{ display: inline-block; position: relative; top: -2.5vw; } footer .footer .footerInfo{ padding-top: 2vw; display: block; font-size: 12px; text-align: center; line-height: 1.7; } footer .footer .qrcodeBox{ position: relative; right: 0; width: 100%; } footer .footer .qrcodeBox .qrcode{ width: 100%; } footer .footer .qrcodeBox .qrcode .img{ width: 20vw; } footer .footer .qrcodeBox .qrcode p{ font-size: 14px; opacity: 1; margin: 3vw auto; } .development .f1{ padding: 10vw 5vw; } .development .f1 .titBox .tit{ font-size: 24px; text-align: center; } .development .f1 .titBox .des{ width: 100%; font-size: 14px; line-height: 1.7; } .development .f1 .item{ display: block; margin-top: 3vw; } .development .f1 .item .left{ width: 100%; } .development .f1 .item .left .name{ font-size: 20px; } .development .f1 .item .left .t{ font-size: 16px; margin: 2vw auto 4vw auto; } .development .f1 .item .left .des{ width: 100%; font-size: 14px; line-height: 1.7; } .development .f1 .item .left .img1{ width: 100%; } .development .f1 .item .left .img1::before{ width: 31.5vw; } .development .f1 .item .left .img1 .text{ font-size: 14px; bottom: 10px; } .development .f1 .item .left .img2{ float: inherit; width: 100%; margin-top: 6vw; } .development .f1 .item .left .img2::before{ width: 31.5vw; } .development .f1 .item .left .img2 .text{ font-size: 14px; padding: 4.5vw; } .development .f1 .item .right{ width: 100%; margin-left: 0; } .development .f1 .item .right .img1{ width: 100%; } .development .f1 .item .right .img1::before{ width: 32.8vw; } .development .f1 .item .right .img1 .text{ font-size: 14px; padding: 3vw; bottom: 10px; } .development .f1 .item .right .img2{ width: 100%; margin-top: 6vw; } .development .f1 .item .right .img2::before{ width: 31.8vw; } .development .f1 .item .right .img2 .text{ padding: 4.5vw; font-size: 14px; } .development .f2{ padding: 0 0 4vw 0; } .development .f2 .titBox{ padding: 0 5vw 5vw 5vw; } .development .f2 .titBox .tit{ font-size: 20px; } .development .f2 .titBox .des{ width: 100%; font-size: 14px; line-height: 1.7; } .development .f2 .f2Swiper .swiper-slide{ width: 90vw !important; height: 55vw !important; padding-top: 35vw; } .development .f2 .f2Swiper .swiper-button-next .more .moreBox{ width: 8vw; height: 8vw; padding: 2vw; font-size: 12px; } .development .f2 .f2Swiper .swiper-button-next, .development .f2 .f2Swiper .swiper-rtl .swiper-button-prev{ right: 6vw; } .development .f2 .f2Swiper .swiper-button-prev, .development .f2 .f2Swiper .swiper-rtl .swiper-button-next{ left: 6vw; } .development .f2 .f2Swiper .swiper-button-prev .more .moreBox{ width: 8vw; height: 8vw; padding: 2vw; font-size: 12px; left: 6vw; } .development .f2 .f2Swiper .swiper-slide::before{ height: 50vw; } .development .f2 .f2Swiper .swiper-slide .text{ font-size: 14px; padding: 5vw; } .development .f3{ padding: 5vw; } .development .f3 p{ text-align: center; font-size: 16px; margin-top: 3vw; font-weight: bold; } .development .f3{ font-size: 16px; } .development .f3 .tit{ font-size: 20px; } .development .f3 .link{ width: 10vw; margin-top: -13vw; } .development .f4{ padding: 5vw; } .development .f4 .tit{ font-size: 20px; } .development .f4 .item{ display: block; } .development .f4 .item .img{ width: 100%; } .development .f4 .item .textBox{ width: 100%; height: auto; padding: 5vw 0; margin: 0; box-shadow: none; } .development .f4 .item .textBox .t{ font-size: 16px; } .development .f4 .item .textBox .d{ font-size: 14px; text-align: justify; } .development .f4 .item .textBox .icon{ width: 10vw; margin: 2vw 0; } .development .detail .f1{ height: 60vw; padding-top: 38vw; } .detail{ background: white; } .detail .close{ width: 10vw; } .development .detail .f1 .tabBox .items{ font-size: 14px; padding: 2vw; } .development .detail .f2{ padding: 10vw 5vw; } .development .detail .f2 .tit{ font-size: 16px; } .dang .titBox{ width: 100%; padding: 10vw 5vw 5vw 5vw; } .dang .titBox .tit{ text-align: center; font-size: 24px; } .dang .titBox .des{ font-size: 14px; } .dang .f1{ padding: 0 5vw; } .dang .f1 .tit{ font-size: 20px; margin-bottom: 3vw; } .dang .mores .moreBox{ display: none; } .dang .f1 .f1Item{ display: block; } .dang .f1 .f1Item .imgBox{ width: 100%; height: 50vw; } .dang .f1 .f1Item .imgBox .img{ width: 100%; height: 50vw; } .dang .f1 .f1Item .text{ width: 100%; height: auto; padding: 2vw; } .dang .f1 .f1Item .text .time{ font-size: 14px; } .dang .f1 .f1Item .text .name{ font-size: 14px; margin-bottom: 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; } .dang .f1 .f1Item .text .des{ display: none; } .dang .f1 .f1Item .text .more{ display: none; } .dang .f1 .f1Box{ display: block; } .dang .f1 .f1Box .item{ width: 100%; height: 50vw; margin-top: 5vw; margin-right: 0; display: block; } .dang .f1 .f1Box .item .img{ width: 100%; height: 50vw; } .dang .f1 .f1Box .item .img::before{ width: 90vw; height: 50vw; } .dang .f1 .f1Box .item .text{ width: 90vw; top: -14vw; font-size: 14px; padding: 5vw; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; } .dang .f2{ padding: 10vw 5vw; } .dang .f2 .tit{ font-size: 18px; margin-bottom: 3vw; } .dang .f2 .f2Swiper .swiper-slide{ display: block; } .dang .f2 .f2Swiper .swiper-slide .imgBox{ width: 100%; height: 50vw; } .dang .f2 .f2Swiper .swiper-slide .imgBox .img{ width: 100%; height: 50vw; } .dang .f2 .f2Swiper .swiper-slide .text{ width: 100%; height: 20vw; padding: 2vw; } .dang .f2 .f2Swiper .swiper-slide .text .time{ font-size: 14px; } .dang .f2 .f2Swiper .swiper-slide .text .name{ font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; } .dang .f2 .f2Swiper .swiper-slide .text .des{ display: none; } .dang .f2 .f2Swiper .swiper-slide .text .more{ display: none; } .dang .f2 .f2Swiper .swiper-pagination .swiper-pagination-bullet{ width: 6px; height: 6px; } .dang .f3{ padding: 0 5vw 5vw 5vw; } .dang .f3 .tit{ font-size: 18px; margin-bottom: 3vw; } .dang .f3 .f3Box .item{ width: 100%; margin-right: 0; margin-bottom: 3vw; } .dang .f3 .f3Box .item .imgBox{ height: 50vw; } .dang .f3 .f3Box .item .imgBox .img{ height: 50vw; } .dang .f3 .f3Box .item .text{ height: auto; font-size: 14px; padding: 2vw; } .newsDetail .f1{ height: 60vw; padding-top: 45vw; } .newsDetail .f1 .tabBox .item{ padding: .5vw 2vw; font-size: 14px; } .newsDetail .f2 .tit{ font-size: 16px; padding: 5vw; line-height: 1.7; } .newsDetail .f2 .des{ width: 100%; } .newsDetail .f2 .des p,.newsDetail .f2 .des h1,.newsDetail .f2 .des span{ font-size: 14px !important; } .newsDetail .f2 .pageG{ width: 100%; padding: 5vw; display: block; } .newsDetail .f2 .pageG .prev{ display: block; margin-bottom: 3vw; font-size: 14px; } .newsDetail .f2 .pageG .next{ font-size: 14px; } .business .titBox{ width: 100%; padding: 10vw 5vw 5vw 5vw; } .business .titBox .tit{ text-align: center; font-size: 24px; } .business .titBox .des{ font-size: 14px; } .business .businessBox{ padding: 0 5vw 10vw 5vw; } .business .businessBox .item{ width: 100%; height: 50vw; margin-right: 0; margin-bottom: 5vw; } .business .businessBox .item .img{ width: 100%; height: 50vw; } .business .businessBox .item .textBox{ padding: 5vw; margin-top: -18vw; } .business .businessBox .item .textBox .icon{ width: 10vw; } .business .businessBox .item .textBox .text{ font-size: 14px; margin-left: 3vw; margin-top: 0; } .business .businessBox .item .textBox .text .en{ font-size: 12px; } .business .businessBox .item .textBox .more{ display: none; } .businessDetail1 .f1{ height: 60vw; padding-top: 40vw; } .businessDetail1 .f1 .tabBox .items{ padding: .5vw 2vw; font-size: 14px; } .businessDetail1 .f2 .textBox{ padding: 5vw; } .businessDetail1 .f2 .textBox .img{ width: 60vw; margin: 3vw auto; } .businessDetail1 .f2 .textBox .des{ width: 100%; font-size: 14px; margin-top: 3vw; } .businessDetail1 .f3{ padding: 5vw; } .businessDetail1 .f3 .tit{ font-size: 20px; margin-top: 0; } .businessDetail1 .f3 .imgBox{ width: 100%; margin-top: 3vw; } .businessDetail1 .f3 .textBox{ width: 100%; height: auto; margin-top: 55vw; padding: 5vw 0 0 0; } .businessDetail1 .f3 .textBox .iconBox .icon{ font-size: 14px; margin-top: 0; margin-bottom: 5vw; } .businessDetail1 .f3 .textBox .iconBox .icon img{ width: 10vw; margin: 0 auto 2vw auto; } .businessDetail1 .f4{ padding: 5vw; } .businessDetail1 .f4 .titBox{ display: block; } .businessDetail1 .f4 .titBox .tit{ font-size: 20px; } .businessDetail1 .f4 .titBox .tabBox{ margin-left: 0; margin-top: 3vw; } .businessDetail1 .f4 .titBox .tabBox .item{ font-size: 14px; margin-right: 5vw; margin-bottom: 3vw; display: inline-block; width: 39vw; text-align: center; border: 3px solid transparent; } .businessDetail1 .f4 .List .item{ width: 100%; margin-right: 0; margin-bottom: 3vw; } .businessDetail1 .f4 .List .item .text{ height: auto; padding: 5vw 0; } .businessDetail1 .f4 .List .item .text .tit{ font-size: 16px; } .businessDetail1 .f4 .List .item .text .des{ font-size: 14px; } .businessDetail1 .f5{ padding: 0 5vw 5vw 5vw; } .businessDetail1 .f5 .tit{ font-size: 20px; } .businessDetail1 .f5 .f5Box{ position: relative; width: 100%; height: auto; right: 0; padding: 5vw 5vw 5vw 15vw; box-shadow: none; margin-top: 0; } .businessDetail1 .f5 .f5Box .item .icon{ width: 8.5vw; margin-left: -13.5vw; } .businessDetail1 .f5 .f5Box .item .t{ font-size: 14px; } .businessDetail1 .f5 .f5Box .item .d{ font-size: 14px; } .businessDetail1 .f5 .f5Box .item .d img{ width: 25vw; } .businessDetail1 .f5 .map{ width: 100%; height: 50vw; margin-top: 5vw; } .businessDetail1 .f3 .textBox2{ width: 100%; height: auto; margin-top: 40vw; padding: 5vw 0 0 0; } .businessDetail1 .f3 .textBox2 .iconBox .icon{ font-size: 14px; margin-top: 0; margin-bottom: 5vw; } .businessDetail1 .f3 .textBox2 .iconBox .icon img{ width: 10vw; } .businessDetail1 .f3 .textBox3{ width: 100%; height: auto; margin-top: 55vw; padding: 5vw 0 0 0; } .businessDetail1 .f3 .textBox3 .iconBox .icon{ font-size: 14px; margin-top: 0; margin-bottom: 5vw; } .businessDetail1 .f3 .textBox3 .iconBox .icon img{ width: 10vw; } .businessDetail1 .f3 .textBox4{ width: 100%; height: auto; margin-top: 40vw; padding: 5vw 0 0 0; } .businessDetail1 .f3 .textBox4 .iconBox .icon{ height: 15vw; font-size: 14px; margin-top: 0; margin-bottom: 5vw; } .businessDetail1 .f3 .textBox4 .iconBox .icon img{ width: 10vw; } .businessDetail1 .f44{ width: 100%; padding: 0 5vw 5vw 5vw; } .businessDetail1 .f6 .itemBox .item{ display: block; } .businessDetail1 .f6 .itemBox .item .img{ width: 100%; height: 35vw; } .businessDetail1 .f6 .itemBox .item .textBox{ width: 90vw; height: auto; padding: 5vw; margin: 0 auto; box-shadow: 0 0 30px 0 #d4d3d3; } .businessDetail1 .f6 .itemBox .item .textBox .n{ font-size: 16px; } .businessDetail1 .f6 .itemBox .item .textBox .des{ font-size: 14px; } .businessDetail1 .f7{ padding: 5vw; } .businessDetail1 .f7 .tit{ font-size: 20px; margin-top: 0; } .businessDetail1 .f7 .imgBox{ width: 100%; right: 0; margin-top: 3vw; } .businessDetail1 .f7 .textBox{ width: 100%; height: auto; margin-top: 45vw; } .businessDetail1 .f6 .itemBox .item:nth-child(2n) .img{ margin-top: 10vw; position: relative; } .businessDetail1 .f6 .itemBox .item:nth-child(2n) .textBox{ position: relative; left: inherit; } .newPage .titBox{ padding: 10vw 5vw 5vw 5vw; display: block; } .newPage .titBox .tit{ font-size: 24px; text-align: center; } .newPage .tabBox{ width: 100%; text-align: center; margin: 3vw auto; } .newPage .tabBox .item{ font-size: 16px; } .newPage .tabBox .active{ color: #003c7e; } .newPage .tabBox .active::before{ content: inherit; } .newPage .newsBox{ padding: 0 5vw 5vw 5vw; display: none; } .newPage .newsBox .left{ width: 100%; height: 50vw; } .newPage .newsBox .left .img{ width: 100%; height: 50vw; } .newPage .newsBox .left .text .time{ font-size: 14px; } .newPage .newsBox .left .text .tit{ font-size: 14px; } .newPage .newsBox .left .text{ padding: 4vw; margin-top: -18vw; } .newPage .newsBox .right{ padding: 0; } .newPage .newsBox .right .item{ height: auto; padding: 5vw 0; border-bottom: 1px solid #e8e8e8; } .newPage .newsBox .right .item .time{ font-size: 14px; } .newPage .newsBox .right .item .tit{ font-size: 14px; } .newPage .newSearch{ width: 90vw; height: 10vw; margin: 0 auto; } .newPage .newSearch .selectBox{ width: 20vw; padding: 3vw; } .newPage .newSearch .selectBox select{ font-size: 14px; } .newPage .newSearch .inputBox{ width: 70vw; } .newPage .newSearch .inputBox input{ height: 8vw; font-size: 14px; } .newPage .newSearch .inputBox i{ font-size: 5vw; margin: 1vw; } .newPage .newsList{ padding: 10vw 5vw; } .newPage .newsList .item{ width: 100%; margin-right: 0; margin-bottom: 5vw; } .newPage .newsList .item .img{ width: 100%; height: 50vw; } .newPage .newsList .item .img img{ width: 100%; height: 50vw; } .newPage .newsList .item .text{ width: 100%; height: auto; } .newPage .newsList .item .text .time{ font-size: 14px; color: #333333; } .newPage .newsList .item .text .tit{ font-size: 14px; color: #333333; } .newPage .newsList .item .text .des{ font-size: 14px; color: #333333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .newPage .newsList .item:hover .text::before{ content: inherit; } .newPage .newsList .item:hover .text .tit{ color: #232323; } .newPage .newsList .item:hover .text .des{ color: #232323; } .newPage .newsList .item:hover .text .time{ color: #b8b8b8; } .about .f1{ padding: 10vw 5vw 0vw 5vw; } .about .f1 .tit{ text-align: center; font-size: 24px; } .about .f1 .name{ font-size: 20px; } .about .f1 .item{ display: block; } .about .f1 .item .text{ width: 100%; font-size: 14px; } .about .f1 .item .video{ width: 100%; height: auto; margin-left: 0; position: relative; right: inherit; margin-top: 0; } .about .f1 .item .video video{ width: 100%; height: 50vw; } .about .f1 .item .video .icon{ font-size: 15vw; margin: 14vw 37vw; } .about .f1 .item .video .icon2{ font-size: 12vw; right: 3vw; margin-top: 32vw; } .about .f1 .item .img{ width: 100%; margin-left: 0; } .about .f1 .item .text2{ width: 100%; font-size: 14px; margin-left: 0; } .about .f2{ padding: 15vw 5vw 5vw 5vw; } .about .f2 .name{ font-size: 20px; } .about .f2 .item .t{ font-size: 14px; font-weight: bold; } .about .f2 .item .d{ width: 100%; font-size: 14px; text-align: justify; } .about .f2 .item .infoI{ margin: 3vw auto 5vw auto; } .gs{ width: 12vw; } .about .f2 #go1.show .t{ margin-top: 5vw; } .about .f2 #go2.show .t{ margin-top: 5vw; line-height: 1.7; } .about .f2 .q{ margin: 4vw auto; } .about .f2 #go3 .t{ margin-top: 5vw; } .about .f2 .item .n span img{ width: 12vw; } .about .f2 #go2 span img{ width: 12vw; } .about .f2 #go3 span:nth-child(2) img{ width: 32.5vw; } .about .f2 #go3.show span:nth-child(2){ transform: translateX(7vw); } .about .f2 #go3 span:nth-child(2){ transform: translateX(15vw); } .about .f3 .name{ font-size: 20px; padding: 0 5vw 10vw 5vw; } .about .f3 .f3Swiper{ margin-top: 10vw; } .about .f2 #go1.show span:nth-child(2){ transform: translateX(4vw); } .about .f2 #go1 span:nth-child(2){ transform: translateX(6vw); } .about .f2 #go2.show span:nth-child(2){ transform: translateX(2vw); } .about .f2 #go2 span:nth-child(2){ transform: translateX(6vw); } .about .f4{ padding: 15vw 5vw 0 5vw; } .about .f4 .name{ font-size: 20px; } .about .f2 .in{ display: none; } .about .f4 .img{ width: 100%; } .about .f4 .bgImg,.about .f4 .info{ display: none; } .about .f5{ padding: 15vw 5vw 5vw 5vw; } .about .f5 .name{ font-size: 18px; } .about .f5 .f5Box{ display: block; margin-top: 5vw; } .about .f5 .f5Box .left .f5Swiper{ width: 100%; height: 55vw; } .about .f5 .yearSelect{ right: 5vw; margin-top: -9vw; } .about .f5 .yearSelect #yearSelect{ width: 16vw; height: 7.5vw; font-size: 14px; color: #333333; } .about .f5 .yearSelect select{ -webkit-appearance: none; padding-right: 30px; background: url("/resources/assets/images/jiantou.png") no-repeat scroll right center transparent !important; /*background-size: contain !important;*/ } .about .f5 .f5Box .right{ width: 100%; margin-left: 0; } .about .f5 .f5Box .right .item{ padding: 5vw 0; } .about .f5 .f5Box .right .item .text .t{ font-size: 14px; } .about .f5 .f5Box .right .item .text .n{ font-size: 14px; } .about .f5 .f5Box .right .item .year{ font-size: 20px; } .about .f5 .more{ width: 15vw; height: 15vw; font-size: 14px; padding-top: 2.5vw; } .about .f5 .f5Item .item{ width: 100%; padding: 5vw 0; margin-right: 0; } .about .f5 .f5Item .item .text .t{ font-size: 14px; } .about .f5 .f5Item .item .text .n{ font-size: 14px; } .about .f5 .f5Item .item .year{ font-size: 20px; } .about .f2 .f2Info{ display: none; } .about .f3 .f3Swiper .year{ font-size: 32px; } .about .f3 .f3Swiper .swiper-slide{ width: 100% !important; padding: 0 5vw; } .about .f3 .f3Swiper .swiper-slide .item{ font-size: 14px; text-align: left; } .about .f3 .f3BoxSwiper .item{ font-size: 22px; } .about .f3 .f3BoxSwiper .swiper-slide-thumb-active .item{ font-size: 26px; } .f3BoxSwiper{ width: 100%; height: 55vw; margin-top: -5vw; padding-left: 5vw !important; pointer-events: none; } .about .f3 .f3BoxSwiper .swiper-slide-thumb-active .item::before{ width: 5vw; height: 5vw; } .about .f3 .f3BoxSwiper .item::before{ width: 5vw; height: 5vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(1) .item::before{ margin-top: 12vw; margin-left: -1vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(2) .item::before{ margin-top: 9.5vw; margin-left: 4.5vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(3) .item::before{ margin-top: 10vw; margin-left: 4.5vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(4) .item::before{ margin-top: 9vw; margin-left: 4.3vw; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(5) .item::before{ margin-top: -6.8vw; margin-left: 6vw; } .about .f3{ overflow: hidden; } .about .f3 .f3Box{ width: 250%; height: 52vw; left: 5vw; margin-top: -10vw; transition: 1.8s all; display: none; } .about .f3 .f3Box2{ width: 250%; height: 52vw; left: 5vw; display: none; margin-top: -10vw; transition: 1.8s all; clip: rect(0px 25vw 55vw 0px); } .about .f3 .f3BoxSwiper .swiper-slide{ top: inherit !important; left: 0 !important; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(6) .item::before{ content: inherit; } .about .f3 .f3BoxSwiper .swiper-slide:nth-child(7) .item::before{ content: inherit; } /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(1){*/ /* top: 31.5vw;*/ /* left: inherit;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(2){*/ /* top: 13vw;*/ /* left: 1.5vw;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(3){*/ /* top: 31vw;*/ /* left: -5.5vw;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(4){*/ /* top: 6vw;*/ /* left: 9vw;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(5){*/ /* top: 40.2vw;*/ /* left: 1.3vw;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(6){*/ /* top: 7.2vw;*/ /* left: 7.3vw;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(6){*/ /* top: 11.2vw;*/ /* left: 8.3vw;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(6) .item::before {*/ /* margin-top: 8.2vw;*/ /* margin-left: 6.5vw;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(7){*/ /* top: 18.2vw;*/ /* left: 8.3vw;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide:nth-child(7) .item::before {*/ /* margin-top: 8.2vw;*/ /* margin-left: 6.5vw;*/ /*}*/ /*.about .f3 .f3BoxSwiper .item::before{*/ /* content: inherit;*/ /*}*/ /*.about .f3 .f3BoxSwiper .swiper-slide-thumb-active .item::before{*/ /* content: inherit;*/ /*}*/ .about .f3 .f3BoxSwiper .item{ font-size: 18px; pointer-events: auto; } .about .f3 .f3BoxSwiper .swiper-slide-thumb-active .item{ font-size: 18px; } .about .f3 .f3BoxSwiper{ width: 90%; height: auto; margin: 5vw auto 3vw auto; padding-bottom: 2vw; } .about .f3 .f3BoxSwiper::before{ content: ''; position: absolute; width: 90%; margin-top: 7vw; height: 1px; background: #0a8353; opacity: .3; } .about .f3 .f3Box3{ position: absolute; width: 84%; height: 1px; transition: .5s all ease-in-out; margin-top: 12vw; left: 7%; background: #0a6aa1; } .index .f1 .f1Swiper .swiper-pagination{ bottom: 20px; } .index .f1 .f1Swiper .swiper-pagination .swiper-pagination-bullet{ width: 35px; height: 2px; border-radius: 0; } .sp_header { height: 50px; overflow: hidden; background: #fff; position: fixed; z-index: 999; width: 100%; top: 0 } .sp_logo { padding: 6px 10px; float: left; } .sp_logo img { margin: auto; width: 260px; transition: .35s all ease-in-out; } .sp_nav { width: 50px; height: 50px; float: right; position: relative; cursor: pointer; margin: 0 2vw; } .sp_nav span { display: block; background: #0a6aa1; width: 30px; height: 2px; position: absolute; left: 10px; transition: all ease .35s } .sp_nav span:nth-of-type(1) { top: 15px; } .sp_nav span:nth-of-type(2) { top: 25px } .sp_nav span:nth-of-type(3) { top: 35px } .sp_nav_se span:nth-of-type(1) { top: 25px; transform: rotate(45deg) } .sp_nav_se span:nth-of-type(2) { width: 0 } .sp_nav_se span:nth-of-type(3) { top: 25px; transform: rotate(-45deg) } .nav_sp_logo{ width: 40px !important; position: fixed; z-index: 999; } .sp_flex{ display: flex; } .sp_black{ width: 50px; height: 100%; position: fixed; background: black; right: -100%; top: 0; transition: top ease .35s } .sjj_nav { position: fixed; z-index: 999; background: white; width: 85%; height: 100%; font-size: 14px; line-height: 40px; top: 0; right: -100%; padding-top: 15vw; overflow: auto; overflow-x: hidden; transition: right ease .35s } .sp_flex .mengBan{ width: 15%; height: 100%; background: rgba(0,0,0,.5); position: fixed; z-index: 999; top: 0; right: -100%; transition: right ease .35s } .nav_show2 { right: 85% !important; } .nav_show { right: 0; } .sp_bottom{ width: 100%; margin: 8vw auto; display: inline-block; text-align: center; } .sp_bottom .sp_serach{ width: 31vw; height: 12vw; background-color: #ffffff; border-radius: 30px; border: 1px solid #777777; display: inline-block; text-align: center; font-size: 14px; margin-right: 5vw; } .sp_bottom .sp_serach i{ color: black; font-size: 16px; margin-right: 2vw; } .sp_bottom .sp_lag{ width: 31vw; height: 12vw; display: inline-block; background-color: #ffffff; border-radius: 30px; border: 1px solid #777777; text-align: center; } .sp_bottom .sp_lag i{ color: black; font-size: 16px; margin-right: 2vw; } .sjj_nav > ul > li:first-child { overflow: hidden; border-top: 0 } .sjj_nav > ul > li:first-child > a { /*float: left;*/ /*width: calc(100% - 70px)*/ } .sjj_nav > ul > li:first-child .language { float: right; width: 70px; overflow: hidden; line-height: 30px; margin-top: 5px } .sjj_nav > ul > li:first-child .language a { width: 35px; float: left; border-left: 1px #ddd solid; text-align: center; color: #999 } .sjj_nav ul li i { position: absolute; top: 5px; right: 0; height: 30px; padding: 0 7px } .sjj_nav ul li i svg { transform: rotate(-90deg); transition: all ease .35s } .sjj_nav ul li .sjj_nav_i_se svg { transform: rotate(0) } .sjj_nav ul li { border-top: 1px #ddd solid; position: relative; line-height: 55px; font-size: 14px } .sjj_nav ul li.active{ background: #f3f3f3; } .sjj_nav > ul > li:last-child { border-bottom: 1px #ddd solid } .sjj_nav ul li ul { background: #f3f3f3; display: none; border-top: 1px #ddd solid; padding: 10px 0; } .sjj_nav ul li a { color: rgba(0, 0, 0, .8); width: 80%; display: block; font-size: 16px; font-weight: 700; padding-left: 25px; } .sjj_nav ul li ul li{ border: transparent; line-height: 30px; } .sjj_nav ul li ul li a { color: rgba(0, 0, 0, .5); display: block; text-align: left; font-size: 14px; padding-left: 45px; } .sjj_nav ul li i svg { width: 20px; height: 20px; fill: #063c7e; } .sjj_nav ul li .sjj_nav_i_se svg { fill: #53b170; } .sjj_nav ul li ul li > ul { margin-left: 10px } .sjj_nav .iconBox{ width: 100%; display: inline-block; text-align: center; margin-top: 15vw; } .sjj_nav .iconBox .icon{ width: 50px; margin: 0 3vw; display: inline-block; } .sp_flex .sjj_nav .close{ width: 25px; position: absolute; right: 5vw; top: 5vw; } .sp_flex .sjj_nav .bgImg{ position: absolute; width: 70vw; top: 60vw; z-index: -1; right: 0; } header{ padding: 0; } footer .friendBox .friend .friendItem .imgNew img{ height: 10vw; } footer{ height: 82vh; } .contactUs,.development,.dang,.business,.businessDetail1,.newPage,.about{ margin-top: 50px; } .newPage .newsBox .left:hover .img{ transform: scale(1); } .index .f3{ padding-top: 10vw; } .index .f2 .titBox{ padding-right: 0; } .businessDetail1 .f4 .List .item:hover .text::before{ content: inherit; } .businessDetail1 .f4 .List .item:hover .text .tit{ color: #232323; } .businessDetail1 .f4 .List .item:hover .text .des{ color: #a3a3a3; } footer .friendBox .friend .tit{ font-size: 18px; } .index .f1 .f1Swiper .swiper-slide .img{ animation: normal; } .index .f1 .f1Swiper .swiper-slide .video video{ height: 100vh; margin-top: 0; } .development .detail .f1 .tabBox .items:hover{ color: white; } .index .f4 .f44Swiper .swiper-slide{ border-top: 1px solid rgba(255, 255, 255, 0.5); } .linkBox{ padding: 3vw 1.5vw; bottom: 35vw; top: inherit; right: 3vw; } .linkBox .item{ padding: 2vw 0; font-size: 12px; } .linkBox .item:nth-child(1) .icon{ width: 8vw; height: 8vw; } .linkBox .item:nth-child(2) .icon{ width: 6vw; height: 6vw; } .linkBox .item:nth-child(3) .icon{ width: 6vw; height: 6vw; } }