@charset "UTF-8" /* 头部 */ #header .navWrap { position: relative; transition: all 0.5s ease; } #header .navWrap.header-type-a { background: #2E6DB0; } #header .navWrap:hover { background: #2E6DB0 !important; } #header .navWrap::after { content: ""; position: absolute; bottom: 0; left: 0; background: #FFFFFF; width: 100%; height: 1px; opacity: 0.3; transition: all 0.5s ease; } #header .navWrap:hover:after { background: #355B96; opacity: 1; } #header .navWrap .navWrap-loca { margin: auto; } #header .navWrap .navWrap-loca .navWrap-sack .navlf .imgbox { padding: 10px 0; display: flex; } #header .navWrap .navWrap-loca .navWrap-sack .navlf .imgbox>a { display: block; } #header .navWrap .navWrap-loca .navWrap-sack .navlf .imgbox>a img { max-width: 100%; } #header .navWrap .navWrap-loca .navWrap-sack .navlf .imgbox>a .img2 { display: none; } #header .navWrap:hover .navWrap-loca .navWrap-sack .navlf .imgbox>a .img1 { display: none !important; } #header .navWrap:hover .navWrap-loca .navWrap-sack .navlf .imgbox>a .img2 { display: block !important; } #header .navWrap.header-type-a .navWrap-loca .navWrap-sack .navlf .imgbox>a .img1 { display: none !important; } #header .navWrap.header-type-a .navWrap-loca .navWrap-sack .navlf .imgbox>a .img2 { display: block !important; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox { display: flex; align-items: center; height: 100%; justify-content: flex-end; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .navul { display: flex; align-items: center; height: 100%; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .navul .navlist { height: 100%; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .navul .navlist>a { display: flex; font-family: Arial; font-size: 16px; text-align: center; color: #FFFFFF; padding: 0 23px; height: 100%; align-items: center; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .navul .navlist.on>a { font-weight: bold; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country { padding-left: 20px; height: 100%; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country>a { display: flex; align-items: center; height: 100%; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country>a .ico { display: flex; margin-right: 5px; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country>a .iconame>p { padding-top: 5px; font-family: Arial; font-size: 16px; color: #FFFFFF; } @media (max-width: 1400px) { #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .navul { display: none; } } /* second */ #navsecond { position: fixed; left: 0; top: 71px; width: 100%; background: #2E6DB0; max-height: 0; overflow: hidden; transition: all 0.8s ease; opacity: 0; z-index: -1; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .navul .navlist:hover #navsecond { opacity: 1; max-height: 400px; } #navsecond .navsecond-loca { margin: auto; padding-top: 50px; padding-bottom: 30px; } #navsecond .navsecond-loca1 { padding-top: 30px; padding-bottom: 20px; } #navsecond .navsecond-loca .navsecond-sack { margin-right: calc(-.5 * 2rem); margin-left: calc(-.5 * 2rem); } #navsecond .navsecond-loca .navsecond-sack .sackbox { padding-right: calc(2rem * .5); padding-left: calc(2rem * .5); } #navsecond .navsecond-loca .navsecond-sack .sackbox>a .sacktop { background: #355B96; overflow: hidden; margin-bottom: 20px; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .navul .navlist:nth-child(4) #navsecond .navsecond-loca .navsecond-sack .sackbox>a .sacktop { padding: 0 42px; } #navsecond .navsecond-loca .navsecond-sack .sackbox>a .sacktop>img { width: 100%; transition: all 0.8s ease; } #navsecond .navsecond-loca .navsecond-sack .sackbox>a:hover .sacktop>img { transform: scale(1.1); } #navsecond .navsecond-loca .navsecond-sack .sackbox>a .sackbtm { display: flex; } #navsecond .navsecond-loca .navsecond-sack .sackbox>a .sackbtm>p { font-family: Arial; font-size: 16px; color: #FFFFFF; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; text-overflow: ellipsis; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.8s; padding-bottom: 10px; } #navsecond .navsecond-loca .navsecond-sack .sackbox>a:hover .sackbtm>p { background-position: left 80%; background-size: 100% 1px; color: #86C250; } #navsecond .navsecond-loca .newssack { display: flex; align-items: center; justify-content: end; } #navsecond .navsecond-loca .newssack .newstitle { padding-left: 60px; } #navsecond .navsecond-loca .newssack .newstitle>a>p { font-family: Arial; font-size: 16px; color: #FFFFFF; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.8s; padding-bottom: 10px; } #navsecond .navsecond-loca .newssack .newstitle>a:hover>p { background-position: left 80%; background-size: 100% 1px; color: #86C250; } @media (max-width: 1536px) { #navsecond .navsecond-loca .navsecond-sack { margin-right: calc(-.5 * 1.5rem); margin-left: calc(-.5 * 1.5rem); } #navsecond .navsecond-loca .navsecond-sack .sackbox { padding-right: calc(1.5rem * .5); padding-left: calc(1.5rem * .5); } #navsecond .navsecond-loca .navsecond-sack .sackbox>a .sackbtm>p { font-size: 14px; } #navsecond .navsecond-loca .newssack .newstitle>a>p { font-size: 14px; } } /* phone */ #clickNavigation { font-size: 35px; justify-content: end; display: flex; align-items: center; padding: 0; height: 100%; margin-left: 20px; display: none; } #tops span { display: block; width: 20px; margin: 4px auto; height: 2px; background: #FFFFFF; transition: all .6s ease; } .s1 { transform: rotate(45deg) translateY(8.5px); /* margin-left: 24px; */ } .s2 { opacity: 0; } .s3 { transform: rotate(-45deg) translateY(-8.5px); /* margin-left: 24px; */ } #bottom { display: none; width: 100%; height: 100vh; background: #fff; transition: all 0.2s ease; animation-name: fadeInUp11t; animation-duration: 0.8s; } @keyframes fadeInUp11t { 0% { opacity: 0; /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */ -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) } to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) } } @media (max-width: 1536px) {} @media (max-width: 1400px) { #clickNavigation { display: flex; } } @media (max-width: 1200px) {} @media (max-width: 499px) {} .headAll .xiaoping ul li .xiaopingsanji { display: flex; height: 45px; align-items: center; } .headAll .xiaoping .menu_list li .xiaopingsanji a { width: 100%; } .headAll .xiaoping ul li i { /* color: #fff; */ color: #333; padding-left: 15px; } .menu_head { height: 46px; line-height: 46px; padding: 0 26px; border-bottom: 1px solid #33333330; display: flex; justify-content: space-between; } .menu_head a { font-family: Arial; font-size: 16px; /* color: #fff; */ color: #333; /* font-weight: bold; */ /* font-family: ml; */ width: 90%; display: block; } .xiantiao { border-bottom: 1px solid #33333330; } .xiantiao a { color: #86C250; /* font-weight: bold; */ } .menu_body { line-height: 38px; display: none; border-bottom: 1px solid #33333330; } .menu_body a { display: block; /* height: 38px; */ line-height: 32px; padding-left: 40px; /* color: #fff; */ color: #666; font-family: Arial; text-decoration: none; font-size: 16px; } .menu_body h2 { padding-left: 53px; font-size: 16px; font-family: 'ml'; color: #333; font-weight: bold; line-height: 28px; } .menu_body a:hover { color: #86C250; background-color: rgba(237, 237, 237, 0.8); } .menu_body .danqiana { color: #86C250; background-color: rgba(237, 237, 237, 0.8); } /* 头部结束 */ /* subpage公共区间 */ /* 色块推移 */ #float_circle { /* width: 128px; */ /* height: 100%; */ position: absolute; bottom: 2px; display: inline-block; z-index: 1; -webkit-transition: all 0.35s; transition: all 0.35s; -webkit-opacity: 0; opacity: 0; } #float_circle.float_exhibit { -webkit-opacity: 1; opacity: 1; } #float_circle:after { content: ''; position: absolute; width: calc(100% + 46px); height: 2px; bottom: 0; left: 50%; background-color: #86C250; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.35s; transition: all 0.35s; } @media (max-width: 499px) { #float_circle.float_exhibit { display: none; } } /* 面包屑 */ #breadcrumb nav .breadcrumb { margin: 0; } #breadcrumb nav .breadcrumb>li { font-family: Arial; font-size: 14px; color: #FFFFFF; transition: all 0.5s ease; display: flex; align-items: center; } #breadcrumb nav .breadcrumb>li p i { font-size: 13px; margin-right: 6px; } #breadcrumb nav .breadcrumb>li a { font-family: Arial; font-size: 14px; color: #FFFFFF; transition: all 0.5s ease; background: linear-gradient(to right, #FFFFFF, #FFFFFF) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.8s; padding-top: 2px; padding-bottom: 2px; } #breadcrumb nav .breadcrumb>.breadcrumb-item:hover a { background-position: left 80%; background-size: 100% 1px; } .breadcrumb-item+.breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; color: #FFFFFF; content: ">"; } /* 啊吧啊吧 */ /* 分页器 */ #pagination { margin: auto; /* padding: 60px 0; */ padding-bottom: 104px; } #pagination .pagination { justify-content: center; align-items: center; } #pagination .pagination .page-item { margin: 0 4px; height: 36px; } #pagination .pagination .page-item:first-child { margin-right: 10px; } #pagination .pagination .page-item:last-child { margin-left: 10px; } #pagination .pagination .page-item .page-link { border-radius: 0; padding-left: 4px; padding-right: 4px; font-size: 16px; color: #FFFFFF; border: none; border-bottom: 1px solid #ffffff00; height: 100%; transition: all 0.5s ease; background: none; } #pagination .pagination .page-item .page-link:last-child i { padding-right: 5px; } #pagination .pagination .page-item .page-link:first-child i { padding-left: 5px; } #pagination .pagination .page-item .page-link:hover { background: none; color: #86C250; box-shadow: none; border: none; border-bottom: 1px solid #ffffff00; } #pagination .pagination .page-item .page-link:focus { background: none; color: #FFFFFF; box-shadow: none; border: none; border-bottom: 1px solid #FFFFFF; } #pagination .pagination .page-item .page-link:active { background: none; color: #FFFFFF; box-shadow: none; border: none; border-bottom: 1px solid #FFFFFF; } #pagination .pagination .active .page-link { background: none; color: #86C250; box-shadow: none; border: none; border-bottom: 1px solid #86C250; } @media (max-width: 1536px) { #pagination { padding-bottom: 60px; } } @media (max-width: 499px) { #pagination { padding-bottom: 40px; } } /* downdown */ #mouse__down { position: fixed; left: 50%; margin-left: -15px; bottom: 30px; width: 30px; height: 52px; background: url(../images/down.png) center no-repeat; z-index: 10; } .mouse__downabus { bottom: 50px !important; z-index: 1 !important; } #mouse__down:before { content: ""; width: 4px; height: 6px; border-radius: 2px; background: #fff; position: absolute; left: 50%; margin-left: -2px; top: 5px; animation: lineMove 1s infinite; } @-webkit-keyframes lineMove { 0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0px); } 33% { opacity: 1; } 66% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0px, 10px, 0px); } } @keyframes lineMove { 0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0px); } 33% { opacity: 1; } 66% { opacity: 1; } 100% { opacity: 0; -webkit-transform: translate3d(0px, 10px, 0px); } } @media (max-width: 499px) { #mouse__down { bottom: 64px; } .mouse__downabus { bottom: 114px !important; } } /* 手机底下那玩意 */ #bsid { background-color: #fff; width: 100%; /* height: 50px; */ /* float: right; */ /* top: 94.5%; */ bottom: 0; /* left: 97%; */ position: fixed; z-index: 999999; display: none; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); } #bsid>.bosid ul { display: flex; justify-content: space-between; background: #26355C; } #bsid>.bosid ul li { padding: 6px 0; /* margin-bottom: 5px; */ width: 25%; font-size: 14px; border-right: 2px solid #FFFFFFa3; } #bsid>.bosid ul li:last-child { border: none; } #bsid>.bosid .bsid-titles .bsid-title>div { display: flex; justify-content: center; } #bsid>.bosid ul li div a { font-family: Arial; font-size: 14px; text-align: center; color: #FFFFFF; } #bsid>.bosid ul li div a>i { font-size: 20px; font-weight: bold; color: #86C250; margin-bottom: 4px; } @media (max-width: 499px) { #bsid { display: block; /* border-top: 1px solid rgba(182, 182, 182, .4); */ } } /* subpage公共区间结束 */ /* 啊吧啊吧吃脚丫 */ #footer .footersack { background: #FFFFFF; } #footer .footersack .footer-sack { margin: auto; padding-top: 48px; padding-bottom: 35px; } #footer .footersack .footer-sack .footertop { display: flex; align-items: center; justify-content: space-between; padding-bottom: 32px; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .address p { font-family: Arial; font-size: 16px; color: #333333; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .tel p { font-family: Arial; font-size: 16px; color: #333333; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .tel p a { font-family: Arial; font-size: 16px; color: #333333; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 8px; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .tel p a:hover { /* color: #86C250; */ background-position: left 80%; background-size: 100% 1px; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .tel p a span { transition: all 0.5s ease; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .tel p a:hover span { color: #86C250; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .email p { font-family: Arial; font-size: 16px; color: #333333; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .email p a { font-family: Arial; font-size: 16px; color: #333333; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 8px; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .email p a:hover { /* color: #86C250; */ background-position: left 80%; background-size: 100% 1px; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .email p a span { transition: all 0.5s ease; } #footer .footersack .footer-sack .footertop .toplf .toplfbox .email p a:hover span { color: #86C250; } #footer .footersack .footer-sack .footertop .toprg { background: #86C250; padding: 10px 14px; cursor: pointer; /* margin-left: 10px; */ } /* #footer .footersack .footer-sack .footertop .toprg .toprgbox { transition: all 0.5s ease; } #footer .footersack .footer-sack .footertop .toprg:hover .toprgbox { transform: rotateX(360deg); } */ #footer .footersack .footer-sack .footertop .toprg:hover .icoimg { animation: updown 0.2s alternate infinite; animation-iteration-count: 4; } @keyframes updown { 0% { transform: translateY(0px); } 100% { transform: translateY(-3px); } } #footer .footersack .footer-sack .footertop .toprg .icoimg i { color: #FFFFFF; } #footer .footersack .footer-sack .footertop .toprg .iconame p { font-family: Arial; font-size: 16px; color: #FFFFFF; } #footer .footersack .footer-sack .footerbtm { display: flex; align-items: center; justify-content: space-between; } #footer .footersack .footer-sack .footerbtm .btmlf .copy a p { font-family: Poppins-Regular; font-size: 14px; color: #666666ba; } #footer .footersack .footer-sack .footerbtm .btmrg .support p { font-family: Poppins-Regular; font-size: 14px; color: #666666ba; } #footer .footersack .footer-sack .footerbtm .btmrg .support p a { font-family: Poppins-Regular; font-size: 14px; color: #666666ba; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 8px; } #footer .footersack .footer-sack .footerbtm .btmrg .support p a:hover { background-position: left 80%; background-size: 100% 1px; } #footer .footersack .footer-sack .footerbtm .btmrg .support p a span { transition: all 0.5s ease; } #footer .footersack .footer-sack .footerbtm .btmrg .support p a:hover span { color: #86C250; } @media (max-width: 768px) { #footer .footersack .footer-sack .footerbtm { flex-direction: column; } #footer .footersack .footer-sack .footerbtm .btmlf .copy a p { text-align: center; } } @media (max-width: 499px) { #footer .footersack .footer-sack { padding-top: 26px; padding-bottom: 77px; } #footer .footersack .footer-sack .footertop { padding-bottom: 20px; } #footer .footersack .footer-sack .footertop .toprg { display: none; } #footer .footersack .footer-sack .footerbtm { align-items: flex-start; } #footer .footersack .footer-sack .footerbtm .btmlf .copy a p { text-align: start; } } /* 新闻开始 */ .sub-news>.news-bg img { position: fixed !important; left: 0; top: 0; /* width: 100%; */ object-fit: cover; object-position: center; z-index: -1; } .sub-news>.news-loca { margin: auto; padding-top: 6rem; } .sub-news>.news-loca .newsbreadcrumb { padding-bottom: 70px; } .sub-news>.news-loca .news-category { display: flex; align-items: center; justify-content: center; padding-bottom: 50px; } .sub-news>.news-loca .news-category .category-title { padding: 0 32px; } .sub-news>.news-loca .news-category .category-title>a { display: flex; background: linear-gradient(to right, #FFFFFF, #FFFFFF) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.8s; padding-bottom: 10px; } .sub-news>.news-loca .news-category .category-title>a:hover { background-position: left 80%; background-size: 100% 1px; } .sub-news>.news-loca .news-category .category-title>a p { font-family: Arial; font-size: 25px; color: #FFFFFF; } .sub-news>.news-loca .news-category .category-title.current>a p { border-bottom: 1px solid #FFFFFF; } .sub-news>.news-loca .news-sack { margin-right: calc(-.5 * 5.5rem); margin-left: calc(-.5 * 5.5rem); } .sub-news>.news-loca .news-sack .newslist { padding-right: calc(5.5rem * .5); padding-left: calc(5.5rem * .5); padding-bottom: 80px; } .sub-news>.news-loca .news-sack .newslist a .newsbox { background: #FFFFFF; border-radius: 20px; padding: 28px 30px; height: 100%; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newstime { padding-bottom: 16px; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newstime p { font-family: Arial; font-size: 14px; color: #666666; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newstitle { padding-bottom: 16px; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newstitle h2 { font-family: Arial; font-size: 20px; /* text-align: justify; */ color: #333333; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; transition: all 0.5s ease; } .sub-news>.news-loca .news-sack .newslist a .newsbox:hover .newstitle h2 { color: #86C250; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newsimg { margin-bottom: 20px; overflow: hidden; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newsimg img { width: 100%; transition: all 0.8s ease; } .sub-news>.news-loca .news-sack .newslist a .newsbox:hover .newsimg img { transform: scale(1.1); } .sub-news>.news-loca .news-sack .newslist a .newsbox .newstext { padding-bottom: 30px; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newstext p { font-family: Arial; font-size: 16px; /* text-align: justify; */ color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newsbtn { display: flex; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newsbtn p { font-family: Arial; font-size: 14px; color: #86C250; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 10px; } .sub-news>.news-loca .news-sack .newslist a .newsbox:hover .newsbtn p { background-position: left 80%; background-size: 100% 1px; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newsbtn p i { margin-left: 10px; } @media (max-width: 1536px) { .sub-news>.news-loca .news-category .category-title { padding: 0 18px; } .sub-news>.news-loca .news-category .category-title>a { padding-bottom: 8px; } .sub-news>.news-loca .news-category .category-title>a p { font-size: 20px; } .sub-news>.news-loca .news-sack { margin-right: calc(-.5 * 2.5rem); margin-left: calc(-.5 * 2.5rem); } .sub-news>.news-loca .news-sack .newslist { padding-right: calc(2.5rem * .5); padding-left: calc(2.5rem * .5); padding-bottom: 40px; } } @media (max-width: 499px) { .sub-news>.news-loca { padding-top: 5rem; } .sub-news>.news-loca .newsbreadcrumb { padding-bottom: 30px; } .sub-news>.news-loca .news-category .category-title { padding: 0 6px; } .sub-news>.news-loca .news-category .category-title>a { padding-bottom: 5px; } .sub-news>.news-loca .news-category .category-title>a p { font-size: 16px; } .sub-news>.news-loca .news-category { padding-bottom: 30px; } .sub-news>.news-loca .news-sack .newslist { padding-bottom: 24px; } .sub-news>.news-loca .news-sack .newslist a .newsbox { padding: 18px 14px; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newstext { padding-bottom: 20px; } .sub-news>.news-loca .news-sack .newslist a .newsbox .newstitle h2 { font-size: 18px; } } /* 新闻详情 */ .sub-news>.news-loca .newsdetailbreadcrumb { margin-bottom: 90px; } .sub-news>.news-loca .newsdetail { background: #FFFFFF; border-radius: 20px; padding: 100px 120px; margin-bottom: 140px; } .sub-news>.news-loca .newsdetail .detailtitle { padding-bottom: 14px; } .sub-news>.news-loca .newsdetail .detailtitle h2 { font-family: Arial; font-size: 36px; text-align: center; color: #333333; } .sub-news>.news-loca .newsdetail .detailtime { position: relative; padding-bottom: 40px; margin-bottom: 40px; } .sub-news>.news-loca .newsdetail .detailtime::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #D8D8D8; } .sub-news>.news-loca .newsdetail .detailtime p { font-family: Arial; font-size: 16px; text-align: center; color: #666666; } .sub-news>.news-loca .newsdetail .context p { font-family: Arial; font-size: 16px; line-height: 23px; color: #666666; } .sub-news>.news-loca .newsdetail .context p img { max-width: 100%; } .sub-news>.news-loca .newsdetail .context img { max-width: 100%; } .sub-news>.news-loca .newsdetail .prne { display: flex; align-items: center; justify-content: center; margin-top: 80px; } .sub-news>.news-loca .newsdetail .prne .prev { margin-right: 50px; } .sub-news>.news-loca .newsdetail .prne .prev p { font-family: Arial; font-size: 16px; color: #333333; transition: all 0.5s ease; } .sub-news>.news-loca .newsdetail .prne .prev p:hover { color: #86C250; } .sub-news>.news-loca .newsdetail .prne .prev p i { margin-right: 8px; } .sub-news>.news-loca .newsdetail .prne .prnemi p { font-family: Arial; font-size: 16px; color: #333333; transition: all 0.5s ease; } .sub-news>.news-loca .newsdetail .prne .prnemi p:hover { color: #86C250; } .sub-news>.news-loca .newsdetail .prne .prnemi p i { margin-right: 8px; } .sub-news>.news-loca .newsdetail .prne .next { margin-left: 50px; } .sub-news>.news-loca .newsdetail .prne .next p { font-family: Arial; font-size: 16px; color: #333333; transition: all 0.5s ease; } .sub-news>.news-loca .newsdetail .prne .next p:hover { color: #86C250; } .sub-news>.news-loca .newsdetail .prne .next p i { margin-left: 8px; } @media (max-width: 1536px) { .sub-news>.news-loca .newsdetail { padding: 60px 50px; } .sub-news>.news-loca .newsdetail .prne { margin-top: 60px; } } @media (max-width: 992px) { .sub-news>.news-loca .newsdetail .prne { justify-content: space-between; } } @media (max-width: 499px) { .sub-news>.news-loca .newsdetailbreadcrumb { margin-bottom: 20px; } .sub-news>.news-loca .newsdetail { padding: 16px 12px; margin-bottom: 48px; } .sub-news>.news-loca .newsdetail .detailtitle { padding-bottom: 6px; } .sub-news>.news-loca .newsdetail .detailtitle h2 { font-size: 18px; } .sub-news>.news-loca .newsdetail .detailtime { padding-bottom: 12px; margin-bottom: 14px; } .sub-news>.news-loca .newsdetail .detailtime p { font-size: 14px; } .sub-news>.news-loca .newsdetail .context p { font-size: 14px; } .sub-news>.news-loca .newsdetail .prne { margin-top: 24px; } .sub-news>.news-loca .newsdetail .prne .prev { margin-right: 0; } .sub-news>.news-loca .newsdetail .prne .prev p { font-size: 14px; } .sub-news>.news-loca .newsdetail .prne .prnemi p { font-size: 14px; } .sub-news>.news-loca .newsdetail .prne .next { margin-left: 0px; } .sub-news>.news-loca .newsdetail .prne .next p { font-size: 14px; } } /* 新闻结束 */ /* 联系我们开始 */ .sub-contus .contuslf { background: url(../images/contuslfbg.jpg) no-repeat; background-size: cover; background-position: center; min-height: 100vh; } .sub-contus .contuslf .contuslfbox { margin: auto; padding-top: 6rem; } .sub-contus .contuslf .contuslfbox .newsdetailbreadcrumb { padding-bottom: 140px; } .sub-contus .contuslf .contuslfbox .contuslf-title { padding-bottom: 64px; } .sub-contus .contuslf .contuslfbox .contuslf-title h2 { font-family: Arial; font-size: 25px; font-weight: bold; color: #FFFFFF; } .sub-contus .contuslf .contuslfbox .contuslf-context>div { display: flex; font-family: Arial; font-size: 16px; color: #FFFFFF; padding-bottom: 18px; } .sub-contus .contuslf .contuslfbox .contuslf-context>div:last-child { padding-bottom: 100px; } .sub-contus .contuslf .contuslfbox .contuslf-context>div i { font-size: 18px; margin-right: 18px; } .sub-contus .contuslf .contuslfbox .contuslf-context>div p { display: flex; align-items: center; } .sub-contus .contuslf .contuslfbox .contuslf-context>div p a { display: flex; font-family: Arial; font-size: 16px; color: #FFFFFF; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 3px; } .sub-contus .contuslf .contuslfbox .contuslf-context>div p a:hover { background-position: left 80%; background-size: 100% 1px; } .sub-contus .contuslf .contuslfbox .contuslf-context>div p a span { transition: all 0.5s ease; } .sub-contus .contuslf .contuslfbox .contuslf-context>div p a span:hover { color: #86C250; } .sub-contus .contusrg { background: #26355C; position: relative; padding: 0; } .sub-contus .contusrg .contusrgbox { margin: auto; padding-left: 20px; z-index: 2; position: relative; } #myform>.online-information { padding-top: 15rem; margin-right: calc(-.5 * 3.5rem); margin-left: calc(-.5 * 3.5rem); } #myform>.online-information .fillinbox { /* border-bottom: 1px solid #CBCBCB; */ position: relative; padding-right: calc(3.5rem * .5); padding-left: calc(3.5rem * .5); margin-bottom: 50px; } .myform>.online-information .fillinbox { margin-bottom: 65px; } #myform>.online-information .fillinbox .bigbox { border-bottom: 2px solid #cbcbcbb6; } #myform>.online-information .fillinbox label { font-family: Arial; font-size: 16px; color: #FFFFFF; position: relative; z-index: 1; line-height: 30px; } #myform>.online-information .fillinbox textarea { background: none; border: none; font-family: Arial; font-size: 16px; color: #FFFFFF; outline: none; } #myform>.online-information .fillinbox textarea:-webkit-autofill, #myform>.online-information .fillinbox textarea:-webkit-autofill:hover, #myform>.online-information .fillinbox textarea:-webkit-autofill:focus { border: 1px solid #E2E2E2; -webkit-text-fill-color: #333333; -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset; transition: background-color 5000s ease-in-out 0s; background: none; } #myform>.online-information .fillinbox .form-input { /* text-indent: 30px; */ font-family: Arial; font-size: 16px; color: #FFFFFF; border-radius: 0; line-height: 30px; width: 93%; /* height: 100%; */ position: absolute; left: 0; top: 0; padding-left: 98px; box-sizing: border-box; /* border-bottom: 1px solid #CBCBCB; */ background: none; } #myform>.online-information .fillinbox:last-child .form-input { width: 96%; } #myform>.online-information .fillinbox .form-input:-webkit-autofill, #myform>.online-information .fillinbox .form-input:-webkit-autofill:hover, #myform>.online-information .fillinbox .form-input:-webkit-autofill:focus { border: 1px solid #E2E2E2; -webkit-text-fill-color: #333333; -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset; transition: background-color 5000s ease-in-out 0s; background: none; } #myform>.online-information .fillinbox .form-input::-webkit-input-placeholder { color: #999999; } #myform>.online-information .fillinbox .form-input:-moz-placeholder { color: #999999; } #myform>.online-information .fillinbox .form-input::-moz-placeholder { color: #999999; } #myform>.online-information .fillinbox .form-input:-ms-input-placeholder { color: #999999; } #myform .tuxingyanz .tijiao>button { width: 40%; border-radius: 5px; background: #86C250; border: none; padding-top: 18px; padding-bottom: 16px; font-family: Arial; font-size: 16px; font-weight: bold; color: #FFFFFF; transition: all 0.5s ease; } #myform .tuxingyanz .tijiao>button:hover { background: #97c96c; } #myform .tuxingyanz .tijiao>button span { margin-left: 30px; transition: all 0.5s ease; } #myform .tuxingyanz .tijiao>button span i::before { display: inline-block; transition: all 0.3s ease; } #myform .tuxingyanz .tijiao>button:hover span i::before { transform: translateX(5px); } .sub-contus .contusrg .countusbg { position: absolute; left: 0; bottom: 0; z-index: 1; } @media (max-width: 1200px) { .sub-contus .contuslf .contuslfbox .newsdetailbreadcrumb { padding-bottom: 24px; } .sub-contus .contusrg .contusrgbox { padding-left: 0; } #myform>.online-information { padding-top: 4rem; } #myform .tuxingyanz .tijiao { padding-bottom: 80px; } } @media (max-width: 499px) { .sub-contus .contuslf { min-height: 10vh; } .sub-contus .contuslf .contuslfbox { padding-top: 5rem; } .sub-contus .contuslf .contuslfbox .newsdetailbreadcrumb { padding-bottom: 18px; } .sub-contus .contuslf .contuslfbox .contuslf-title { padding-bottom: 36px; } .sub-contus .contuslf .contuslfbox .contuslf-title h2 { font-size: 18px; } .sub-contus .contuslf .contuslfbox .contuslf-context>div { font-size: 14px; padding-bottom: 4px; } .sub-contus .contuslf .contuslfbox .contuslf-context>div:last-child { padding-bottom: 54px; } .sub-contus .contuslf .contuslfbox .contuslf-context>div i { margin-right: 12px; } .sub-contus .contusrg .contusrgbox { padding-bottom: 60px; padding-left: 10px; padding-right: 10px; } #myform>.online-information { padding-top: 2rem; } #myform>.online-information .fillinbox { margin-bottom: 20px; } #myform .tuxingyanz .tijiao>button { padding-top: 6px; padding-bottom: 6px; width: 50%; } #myform .tuxingyanz .tijiao>button i { margin-left: 22px; } #myform .tuxingyanz .tijiao { padding-bottom: 46px; } } /* 联系我们结束 */ /* 产品中心开始 */ .sub-products>.products-bg img { position: fixed !important; left: 0; top: 0; /* width: 100%; */ object-fit: cover; object-position: center; z-index: -1; } .sub-products>.products-loca { margin: auto; padding-top: 6rem; } .sub-products>.products-loca .productsbreadcrumb { padding-bottom: 100px; } .sub-products>.products-loca .products-sack>ul { margin-right: calc(-.5 * 3.5rem); margin-left: calc(-.5 * 3.5rem); } .sub-products>.products-loca .products-sack>ul .prolist { padding-right: calc(3.5rem * .5); padding-left: calc(3.5rem * .5); padding-bottom: 74px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox { background: #26355c00; display: flex; align-items: center; border: 1px solid rgba(255, 255, 255, 0); padding: 25px 45px; transition: all 0.5s ease; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox:hover { background: #26355C; border: 1px solid rgba(255, 255, 255, 0.3); } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxlf { overflow: hidden; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxlf img { width: 300px; /* background: #26355C; */ transition: all 0.8s ease; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox:hover .boxlf img { transform: scale(1.1); } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg { padding-left: 22px; flex: 1; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protitle { padding-bottom: 30px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protitle h2 { font-family: Arial; font-size: 28px; color: #FFFFFF; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protext p { font-family: Arial; font-size: 14px; color: #FFFFFF; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox:hover .boxrg .protext p { color: #86C250; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protext p span { background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 10px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox:hover .boxrg .protext p span { background-position: left 80%; background-size: 100% 1px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protext p span i { margin-left: 13px; } @media (max-width: 1536px) { .sub-products>.products-loca .products-sack>ul { margin-right: calc(-.5 * 2.5rem); margin-left: calc(-.5 * 2.5rem); } .sub-products>.products-loca .products-sack>ul .prolist { padding-right: calc(2.5rem * .5); padding-left: calc(2.5rem * .5); padding-bottom: 50px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox { padding: 22px 18px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protitle h2 { font-size: 20px; } } @media (max-width: 992px) { .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxlf img { width: 250px; } } @media (max-width: 499px) { .sub-products>.products-loca { padding-top: 5rem; } .sub-products>.products-loca .productsbreadcrumb { padding-bottom: 22px; } .sub-products>.products-loca .products-sack>ul .prolist { padding-bottom: 20px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox { padding: 12px 8px; /* background: #26355C; */ /* border: 1px solid rgba(255, 255, 255, 0.3); */ } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxlf img { width: 120px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg { padding-left: 14px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protitle { padding-bottom: 10px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protitle h2 { font-size: 18px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protext p { font-size: 12px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protext p span { padding-bottom: 8px; } .sub-products>.products-loca .products-sack>ul .prolist .prolistbox .boxrg .protext p span i::before { font-size: 12px; } } /* 产品详情 */ .sub-products>.products-loca .prodetailbreadcrumb { padding-bottom: 130px !important; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div.prodetail-lf01 { /* padding-bottom: 250px; */ height: 100vh; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div.prodetail-lf02 { /* padding-bottom: 250px; */ height: 100vh; display: flex; flex-direction: column; justify-content: center; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div.prodetail-lf03 { /* padding-bottom: 250px; */ height: 100vh; display: flex; flex-direction: column; justify-content: center; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div .bigtitle { padding-bottom: 90px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div .bigtitle h2 { font-family: Arial; font-size: 40px; color: #FFFFFF; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div>.title { padding-bottom: 34px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div>.title h2 { font-family: Arial; font-size: 26px; font-weight: bold; color: #86C250; } /* .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div>.text .textbox { display: flex; } */ .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div>.text .textbox .imgbox { display: none; margin-right: 10px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div>.text p { font-family: Arial; font-size: 16px; color: #D8D8D8; margin-bottom: 24px; background: url(../images/diandian.png) no-repeat; background-position: 0 5px; padding-left: 20px; } #prodetail-rgbox { display: flex; align-items: center; justify-content: space-between; position: fixed; width: 59rem; top: 50%; right: 5rem; transform: translateY(-50%); } #prodetail-rgbox1 { display: none; } #prodetailrg-left { position: relative; width: 70%; background: url(../images/yuanquan.png) no-repeat; background-size: 100% 100%; background-position: center; padding: 80px 0; } #prodetailrg-left .bigimg { display: flex; align-items: center; justify-content: center; } #prodetailrg-left .bigimg .colorbg { background: #26355C; border-radius: 50%; } #prodetailrg-mi .miul .milist { margin-bottom: 20px; } #prodetailrg-mi .miul .milist:last-child { margin-bottom: 0; } #prodetailrg-mi .miul .milist .listimg { background: #26355c44; border-radius: 50%; transition: all 0.5s ease; } #prodetailrg-mi .miul .milist.danqian .listimg { background: #26355ccb; border-radius: 50%; } #prodetailrg-mi .miul .milist .listimg img { width: 105px; } #prodetailrg-right { display: flex; flex-direction: column; align-items: center; } #prodetailrg-right>a { position: relative; } #prodetailrg-right>a p { font-family: Arial; font-size: 14px; color: #FFFFFF; transition: all 0.5s ease; } #prodetailrg-right>a.return p { writing-mode: vertical-rl; } #prodetailrg-right>a.prev::before { position: absolute; content: "↑"; text-align: center; color: #FFFFFF; top: -20px; left: 50%; transform: translateX(-50%); display: inline-block; transition: all 0.5s ease; transform: translate(-7px, 0px); } #prodetailrg-right>a.prev:hover:before { transform: translate(-7px, -5px); color: #86C250; } #prodetailrg-right>a.prev:hover p { color: #86C250; } #prodetailrg-right>a.return { height: 88px; margin: 88px 0; border-radius: 28px; background: #86C250; } #prodetailrg-right>a.return::before { position: absolute; content: ""; width: 1px; height: 88px; top: -88px; left: 50%; transform: translateX(-50%); border-style: solid; border-width: 44px 0; border-color: rgba(255, 255, 255, 0.2) transparent rgb(255, 255, 255); transition: all 0.5s ease; } #prodetailrg-right>a.return:hover:before { border-top-width: 33px; border-bottom-width: 55px; } #prodetailrg-right>a.return::after { position: absolute; content: ""; width: 1px; height: 88px; top: 88px; left: 50%; transform: translateX(-50%); border-style: solid; border-width: 44px 0; border-color: rgb(255, 255, 255) transparent rgba(255, 255, 255, 0.2); transition: all 0.5s ease; } #prodetailrg-right>a.return:hover:after { border-top-width: 55px; border-bottom-width: 33px; } #prodetailrg-right>a.return p { height: 88px; text-align: center; padding: 0 4px; } #prodetailrg-right>a.Next::before { position: absolute; content: "↓"; text-align: center; color: #FFFFFF; top: 20px; left: 50%; transform: translateX(-50%); display: inline-block; transition: all 0.5s ease; transform: translate(-7px, 0px); } #prodetailrg-right>a.Next:hover:before { transform: translate(-7px, 5px); color: #86C250; } #prodetailrg-right>a.Next:hover p { color: #86C250; } @media (max-width: 1800px) { #prodetail-rgbox { width: 55rem; } #prodetailrg-left { width: 75%; } } @media (max-width: 1536px) { #prodetail-rgbox { width: 50rem; } #prodetailrg-left { width: 84%; background-size: cover; } #prodetailrg-mi .miul .milist .listimg img { width: 88px; } } @media (max-width: 1400px) { .sub-products>.products-loca .prodetailbreadcrumb { padding-bottom: 0px !important; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div .bigtitle { padding-bottom: 60px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div.prodetail-lf01 { height: auto; padding-bottom: 40px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div.prodetail-lf02 { height: auto; padding-bottom: 40px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div.prodetail-lf03 { height: auto; padding-bottom: 80px; } #prodetail-rgbox { position: static; width: 100%; transform: translateY(0); display: block; } #prodetailrg-left { display: none; } #prodetailrg-mi { display: none; } #prodetailrg-right { flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 100px; } #prodetailrg-right>a.prev::before { content: "←"; left: 0; top: 0; transform: translate(5px, 0px); } #prodetailrg-right>a.prev:hover:before { transform: translate(0px, 0px); color: #86C250; } #prodetailrg-right>a.prev p { padding-left: 24px; } #prodetailrg-right>a.return { height: auto; margin: 0; } #prodetailrg-right>a.return::before { display: none; } #prodetailrg-right>a.return::after { display: none; } #prodetailrg-right>a.return p { writing-mode: lr; height: auto; padding: 5px 32px; } #prodetailrg-right>a.Next::before { content: "→"; right: 0; top: 0; transform: translate(-5px, 0px); } #prodetailrg-right>a.Next:hover:before { transform: translate(0px, 0px); color: #86C250; } #prodetailrg-right>a.Next p { padding-right: 32px; } } @media (max-width: 499px) { .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div .bigtitle { padding-bottom: 30px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div .bigtitle h2 { font-size: 20px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div>.title { padding-bottom: 18px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div>.title h2 { font-size: 18px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div>.text p { margin-bottom: 8px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div.prodetail-lf01 { height: auto; padding-bottom: 26px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div.prodetail-lf02 { height: auto; padding-bottom: 26px; } .sub-products>.products-loca .productsdetail-sack .prodetail-lf>div.prodetail-lf03 { height: auto; padding-bottom: 44px; } #prodetailrg-right { margin-bottom: 44px; } } /* 产品中心特殊玩意 */ @media (max-width: 1400px) { #prodetail-rgbox1 { display: flex; align-items: center; justify-content: space-between; flex-direction: column; margin-bottom: 20px; } #prodetailrg-left1 { position: relative; width: 70%; background: url(../images/yuanquan.png) no-repeat; background-size: 100% 100%; background-position: center; padding: 70px 0; } #prodetailrg-left1 .bigimg1 { display: flex; align-items: center; justify-content: center; } #prodetailrg-left1 .bigimg1 .colorbg { background: #26355C; border-radius: 50%; } #prodetailrg-left1 .bigimg1 .colorbg img { max-width: 100%; } #prodetailrg-mi1 .miul { display: flex; justify-content: space-between; } #prodetailrg-mi1 .miul .milist { margin: 0 10px; } #prodetailrg-mi1 .miul .milist:last-child { margin-bottom: 0; } #prodetailrg-mi1 .miul .milist .listimg { background: #26355c44; border-radius: 50%; transition: all 0.5s ease; } #prodetailrg-mi1 .miul .milist.danqian .listimg { background: #26355ccb; border-radius: 50%; } #prodetailrg-mi1 .miul .milist .listimg img { width: 105px; } } @media (max-width: 499px) { #prodetailrg-left1 { background-image: none; } #prodetailrg-left1 { padding: 24px 0; } #prodetailrg-mi1 .miul .milist .listimg img { width: 80px; } } /* 产品中心结束 */ /* 解决方案开始 */ #solution-wrap { position: relative; /* width: 100vw; */ height: 100vh; } #solution-wrap>.swiper-wrapper .swiper-slide { overflow: hidden; } #solution-wrap>.swiper-wrapper .swiper-slide:last-child { height: auto !important; } #solution-wrap>.swiper-wrapper .solution01-wrap { height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-loca { margin: auto; padding-top: 6rem; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solutionbreadcrumb { padding-bottom: 100px; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solutionbreadcrumb nav { opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution01-wrap .solution01-sack .solutionbreadcrumb nav { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.4s; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-smalltitle { padding-bottom: 10px; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-smalltitle h2 { font-family: Arial; font-size: 18px; font-weight: bold; color: #86C250; opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution01-wrap .solution01-sack .solution01-smalltitle h2 { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-title { position: relative; padding-bottom: 34px; margin-bottom: 34px; opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution01-wrap .solution01-sack .solution01-title { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.8s; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-title::after { position: absolute; content: ""; height: 2px; width: 30px; left: 0; bottom: 0; background: #FFFFFF; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-title h2 { font-family: Arial; font-size: 40px; color: #FFFFFF; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text { max-height: 280px; overflow-y: scroll; -webkit-overflow-scrolling: touch; padding-right: 40px; opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution01-wrap .solution01-sack .solution01-text { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 1s; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text::-webkit-scrollbar-thumb { border-radius: 3px !important; background: #86C250 !important; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text::-webkit-scrollbar { width: 5px !important; height: 5px !important; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text::-webkit-scrollbar-track { background-color: rgb(230, 230, 230) !important; border-radius: 3px !important; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text::-webkit-scrollbar-thumb, #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text::-webkit-scrollbar-thumb:hover, #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text::-webkit-scrollbar-thumb:active { border-radius: 3px !important; background: #86C250 !important; background-clip: content-box !important; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text p { font-family: Arial; font-size: 16px; color: #FFFFFF; margin-bottom: 14px; } .solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text p { line-height: 28px; margin-bottom: 24px; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text p:last-child { margin-bottom: 0; } @media (max-width: 1536px) { #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solutionbreadcrumb { padding-bottom: 48px; } } @media (max-width: 499px) { #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-loca { padding-top: 5rem; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-smalltitle { padding-bottom: 2px; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-title { padding-bottom: 12px; margin-bottom: 26px; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-title h2 { font-size: 28px; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text { padding-right: 18px; height: 280px; } #solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text p { font-size: 14px; } .solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solution01-text p { line-height: 24px; } .solution-wrap>.swiper-wrapper .solution01-wrap .solution01-sack .solutionbreadcrumb { padding-bottom: 38px !important; } } #solution-wrap>.swiper-wrapper .solution02-wrap { height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-loca { margin: auto; position: relative; top: 50%; transform: translateY(-50%); } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-smalltitle { padding-bottom: 10px; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-smalltitle h2 { font-family: Arial; font-size: 18px; font-weight: bold; color: #86C250; opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution02-wrap .solution02-sack .solution02-smalltitle h2 { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.4s; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-title { position: relative; padding-bottom: 34px; margin-bottom: 34px; opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution02-wrap .solution02-sack .solution02-title { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-title::after { position: absolute; content: ""; height: 2px; width: 30px; left: 0; bottom: 0; background: #FFFFFF; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-title h2 { font-family: Arial; font-size: 40px; color: #FFFFFF; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-text { opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution02-wrap .solution02-sack .solution02-text { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.8s; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-text p { font-family: Arial; font-size: 16px; color: #FFFFFF; margin-bottom: 14px; } .solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-text p { line-height: 28px; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-text p:last-child { margin-bottom: 0; } @media (max-width: 499px) { #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-loca { top: 48%; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-smalltitle { padding-bottom: 2px; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-title { padding-bottom: 12px; margin-bottom: 16px; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-title h2 { font-size: 28px; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-text { padding-right: 18px; } #solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-text p { font-size: 14px; margin-bottom: 2px; } .solution-wrap>.swiper-wrapper .solution02-wrap .solution02-sack .solution02-text p { line-height: 24px; margin-bottom: 12px !important; } } #solution-wrap>.swiper-wrapper .solution03-wrap { height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-loca { margin: auto; position: relative; top: 50%; transform: translateY(-50%); } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-smalltitle { padding-bottom: 10px; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-smalltitle h2 { font-family: Arial; font-size: 18px; font-weight: bold; color: #86C250; opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution03-wrap .solution03-sack .solution03-smalltitle h2 { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.4s; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-title { position: relative; padding-bottom: 34px; margin-bottom: 34px; opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution03-wrap .solution03-sack .solution03-title { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-title::after { position: absolute; content: ""; height: 2px; width: 30px; left: 0; bottom: 0; background: #FFFFFF; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-title h2 { font-family: Arial; font-size: 40px; color: #FFFFFF; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-text { opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution03-wrap .solution03-sack .solution03-text { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.8s; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-text p { font-family: Arial; font-size: 16px; color: #FFFFFF; margin-bottom: 14px; } .solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-text p { line-height: 28px; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-text p:last-child { margin-bottom: 0; } @media (max-width: 499px) { #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-smalltitle { padding-bottom: 2px; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-title { padding-bottom: 12px; margin-bottom: 26px; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-title h2 { font-size: 28px; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-text { padding-right: 18px; } #solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-text p { font-size: 14px; } .solution-wrap>.swiper-wrapper .solution03-wrap .solution03-sack .solution03-text p { line-height: 24px; } } #solution-wrap>.swiper-wrapper .solution04-wrap { height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-loca { margin: auto; position: relative; top: 50%; transform: translateY(-50%); } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-smalltitle { padding-bottom: 10px; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-smalltitle h2 { font-family: Arial; font-size: 18px; font-weight: bold; color: #86C250; opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution04-wrap .solution04-sack .solution04-smalltitle h2 { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.4s; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-title { position: relative; padding-bottom: 34px; margin-bottom: 34px; opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution04-wrap .solution04-sack .solution04-title { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-title::after { position: absolute; content: ""; height: 2px; width: 30px; left: 0; bottom: 0; background: #FFFFFF; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-title h2 { font-family: Arial; font-size: 40px; color: #FFFFFF; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-text { opacity: 0; visibility: hidden; transform: translateY(40px); transition: 0.98s; } #solution-wrap>.swiper-wrapper>.swiper-slide-active .solution04-wrap .solution04-sack .solution04-text { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.8s; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-text p { font-family: Arial; font-size: 16px; color: #FFFFFF; margin-bottom: 14px; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-text p:last-child { margin-bottom: 0; } @media (max-width: 499px) { #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-smalltitle { padding-bottom: 2px; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-title { padding-bottom: 12px; margin-bottom: 26px; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-title h2 { font-size: 28px; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-text { padding-right: 18px; } #solution-wrap>.swiper-wrapper .solution04-wrap .solution04-sack .solution04-text p { font-size: 14px; } } /* 解决方案结束 */ /* 关于我们开始 */ .sub-aboutus .sub-aboutus01 { position: relative; overflow: hidden; height: 100vh; width: 100%; } .sub-aboutus .sub-aboutus01 .aboutus01-imgbg { position: fixed; width: 100%; left: 0; top: 0; transition: cubic-bezier(0.215, .61, .355, 1) .45s; overflow: hidden; } .sub-aboutus .sub-aboutus01 .aboutus01-imgbg img { width: 100%; height: 100vh; object-fit: cover; object-position: center center; } .sub-aboutus .sub-aboutus01 .aboutusbreadcrumb { margin: auto; padding-top: 6rem; position: fixed; top: 0; left: 50%; transform: translateX(-50%); } .sub-aboutus .sub-aboutus01 .aboutus01-context { position: absolute; /* top: 36%; */ top: 16rem; left: 50%; transform: translateX(-50%); z-index: 0; position: fixed; } .sub-aboutus .sub-aboutus01 .aboutus01-context .ab01-title { padding-bottom: 28px; margin-bottom: 54px; position: relative; } .sub-aboutus .sub-aboutus01 .aboutus01-context .ab01-title::after { content: ""; position: absolute; width: 42px; left: 50%; transform: translateX(-50%); bottom: 0; height: 2px; background: #FFFFFF; } .sub-aboutus .sub-aboutus01 .aboutus01-context .ab01-title h2 { font-family: Arial; font-size: 40px; color: #FFFFFF; text-align: center; } .sub-aboutus .sub-aboutus01 .aboutus01-context .ab01-text p { font-family: Arial; font-size: 18px; line-height: normal; text-align: center; color: #FFFFFF; margin-bottom: 20px; line-height: 28px; } .sub-aboutus .sub-aboutus01 .aboutus01-context .ab01-text:last-child p { margin-bottom: 0; } @media (max-width: 1536px) { .sub-aboutus .sub-aboutus01 .aboutus01-context { top: 13rem; } } @media (max-width: 499px) { .sub-aboutus .sub-aboutus01 { height: 86vh; } .sub-aboutus .sub-aboutus01 .aboutusbreadcrumb { padding-top: 5rem; } .sub-aboutus .sub-aboutus01 .aboutus01-context { top: 8rem; } .sub-aboutus .sub-aboutus01 .aboutus01-context .ab01-title { padding-bottom: 16px; margin-bottom: 32px; } .sub-aboutus .sub-aboutus01 .aboutus01-context .ab01-title h2 { font-size: 28px; } .sub-aboutus .sub-aboutus01 .aboutus01-context .ab01-text p { font-size: 14px; margin-bottom: 10px; line-height: 20px; } } .sub-aboutus .sub-aboutusbigbox { position: relative; z-index: 1; background: #fff; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 { overflow: hidden; position: relative; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca { margin: auto; padding-top: 194px; padding-bottom: 240px; position: relative; z-index: 9; } .chsub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca { padding-top: 190px; padding-bottom: 210px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca .ab02-title { padding-bottom: 24px; } .chsub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca .ab02-title { padding-bottom: 40px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca .ab02-title h2 { font-family: Arial; font-size: 40px; font-weight: bold; line-height: normal; text-align: center; color: #333333; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca .ab02-text p { font-family: Arial; font-size: 20px; line-height: 33px; text-align: center; color: #333333; } .chsub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca .ab02-text p { font-size: 23px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball01 { position: absolute; left: 12rem; top: 10rem; width: 260px; height: 260px; transform-origin: 125px 125px; animation: spin 5s infinite linear; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball01 .ball-sack { position: absolute; border-radius: 100%; width: 100%; height: 100%; background: linear-gradient(315deg, #86C250 -141%, rgba(134, 194, 80, 0) 87%); } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball02 { position: absolute; right: 14rem; top: 5rem; width: 219px; height: 219px; transform-origin: 105px 105px; animation: spin1 8s infinite linear; z-index: 3; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball02 .ball-sack { position: absolute; border-radius: 100%; width: 100%; height: 100%; background: linear-gradient(315deg, #86C250 -141%, rgba(134, 194, 80, 0) 87%); } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball03 { position: absolute; right: 18rem; top: 14rem; width: 325px; height: 325px; transform-origin: 170px 170px; animation: spin 8s infinite linear; z-index: 2; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball03 .ball-sack { position: absolute; border-radius: 100%; width: 100%; height: 100%; background: linear-gradient(320deg, #85c25047 16%, rgba(134, 194, 80, 0) 76%); } @keyframes spin { to { transform: rotate(1turn); } } @keyframes spin1 { to { transform: rotate(-1turn); } } @keyframes spin2 { 0% { transform: translateY(5px); } 100% { transform: translateY(-5px); } } @media (max-width: 1400px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball01 { left: 2rem; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball02 { right: -2rem; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball03 { right: 4rem; } } @media (max-width: 992px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball01 { left: -8rem; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball02 { right: -7rem; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball03 { right: -2rem; top: 15rem; } } @media (max-width: 499px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca { padding-top: 24px; padding-bottom: 36px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca .ab02-title { padding-bottom: 14px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca .ab02-title h2 { font-size: 28px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .aboutus02-loca .ab02-text p { font-size: 14px; line-height: 20px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball01 { left: -8rem; top: -4rem; width: 200px; height: 200px; transform-origin: 95px 95px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball02 { right: -7rem; top: -4rem; width: 160px; height: 160px; transform-origin: 75px 75px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus02 .ball03 { width: 265px; height: 265px; transform-origin: 130px 130px; right: -2rem; top: 5rem; } } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 { background-attachment: fixed; background-position: center; background-size: cover; text-align: center; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .aboutus03-loca { margin: auto; padding-top: 144px; padding-bottom: 236px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-title { padding-bottom: 88px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-title h2 { font-family: Arial; font-size: 40px; color: #FFFFFF; text-align: center; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox { background: #125e8dc7; border: 1px solid #FFFFFF66; height: 100%; display: flex; padding: 50px 36px; position: relative; z-index: 3; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox::before { content: ""; width: 100%; height: 0; background: #86C250; position: absolute; left: 0; top: 0; transition: 0.56s; z-index: -1; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox:hover:before { height: 100%; bottom: 0; top: auto; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listimgbox { width: 100px; transition: all 0.5s ease; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox:hover .listimgbox { transform: translateY(-5px); } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listimgbox img { width: 100%; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listtext { flex: 1; padding-left: 30px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listtext .listtitle { padding-bottom: 14px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listtext .listtitle h2 { font-family: Arial; font-size: 25px; text-align: start; color: #FFFFFF; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listtext .listcontext p { font-family: Arial; font-size: 16px; line-height: 20px; text-align: start; color: #FFFFFF; } @media (max-width: 1200px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 { background-attachment: local; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list { margin-bottom: 40px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list:last-child { margin-bottom: 0; } } @media (max-width: 499px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .aboutus03-loca { padding-top: 34px; padding-bottom: 40px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-title { padding-bottom: 24px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-title h2 { font-size: 28px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list { margin-bottom: 20px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox { flex-direction: column; padding: 14px 12px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listimgbox { width: 70px; padding-bottom: 10px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listtext { padding-left: 0; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listtext .listtitle h2 { font-size: 18px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus03 .ab03-context .ab03-list .listbox .listtext .listcontext p { font-size: 14px; } } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 { padding-top: 130px; padding-bottom: 110px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top { margin: auto; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox { display: flex; justify-content: space-between; align-items: center; padding-bottom: 72px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toplf .ab04-toptitle h2 { font-family: Arial; font-size: 40px; color: #26355C; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul { display: flex; align-items: center; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist { margin-left: 46px; position: relative; transition: all 0.5s ease; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist:first-child { margin-left: 0; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist .listname { cursor: pointer; color: #333333; border-bottom: 2px solid #85c25000; transition: all 0.5s ease; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist .listname:hover { color: #86C250; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist.danqian .listname { color: #86C250; border-bottom: 2px solid #86C250; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist .listname p { font-family: Arial; font-size: 16px; /* background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 2px; transition: background-size 0.5s; padding-bottom: 6px; */ } /* .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist .listname p:hover { background-position: left 80%; background-size: 100% 2px; } */ /* ab04swiper */ .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-btm .ab04-btmbox { padding-left: calc(9.5rem * .5); } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-btm .ab04-btmbox .ab04-btmswiper { overflow: hidden; } #ab04-swiper1 { overflow: hidden; position: relative; } #ab04-swiper1>.swiper-wrapper { margin-bottom: 20px; } #ab04-swiper1>.swiper-wrapper .swiper-slide .swipbigbox { padding: 28px 35px; background: #F0F2F7; position: relative; } #ab04-swiper1>.swiper-wrapper .swiper-slide .ab04-img { padding: 26px 44px 57px; border-bottom: 1px solid #D8D8D8; } #ab04-swiper1>.swiper-wrapper .swiper-slide .ab04-img img { width: 100%; } #ab04-swiper1>.swiper-wrapper .swiper-slide .ab04-zsname { padding-top: 24px; } #ab04-swiper1>.swiper-wrapper .swiper-slide .ab04-zsname p { font-family: Arial; font-size: 15px; text-align: center; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; } #ab04-swiper1>.swiper-num { position: relative; top: 20px; } #ab04-swiper1>.swiper-num span { font-family: Arial; font-size: 16px; color: #666666; transform: translateY(-5px); } #ab04-swiper1>.swiper-num span.active { font-size: 24px; color: #26355C; } #ab04-swiper1>.swiperbigbox { display: flex; padding-right: calc(9.5rem * .5); align-items: center; justify-content: space-between; } #ab04-swiper1>.swiperbigbox .swiper-pagination { position: relative; bottom: 0; left: 0; width: 90%; } #ab04-swiper1>.swiperbigbox .swiper-pagination .swiper-pagination-bullet { width: 100%; height: 1px; border-radius: 0; position: absolute; left: 0; z-index: 0; overflow: hidden; background: none; opacity: 1; } #ab04-swiper1>.swiperbigbox .swiper-pagination .swiper-pagination-bullet:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #d8d8d874; opacity: 0.4; z-index: 1; } #ab04-swiper1>.swiperbigbox .swiper-pagination .swiper-pagination-bullet-active { background: none; width: 100%; } #ab04-swiper1>.swiperbigbox .swiper-pagination .swiper-pagination-bullet:after { content: ""; width: 0; height: 100%; position: absolute; left: 0; top: 0; /* background: var(--main-color); */ background: #86C250; /* background: #fd0000; */ z-index: 99; } #ab04-swiper1>.swiperbigbox .swiper-pagination .swiper-pagination-bullet-active:after { width: 100%; transition: all 5s; } #ab04-swiper1>.swiperbigbox .ab04-swiper1-btm { display: flex; justify-content: flex-end; flex: 1; } #ab04-swiper1>.swiperbigbox .ab04-swiper1-btm .swiper-button-prev { position: static; width: 50px; height: 50px; border: 1px solid #D8D8D8; display: block; margin-top: 0; transition: all 0.5s ease; } #ab04-swiper1>.swiperbigbox .ab04-swiper1-btm .swiper-button-prev:hover { border: 1px solid #86C250; background: #86C250; } #ab04-swiper1>.swiperbigbox .ab04-swiper1-btm .swiper-button-prev::after { content: "←"; font-size: 22px; color: #DADADA; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } #ab04-swiper1>.swiperbigbox .ab04-swiper1-btm .swiper-button-next { position: static; width: 50px; height: 50px; border: 1px solid #D8D8D8; margin-left: 10px; display: block; margin-top: 0; transition: all 0.5s ease; } #ab04-swiper1>.swiperbigbox .ab04-swiper1-btm .swiper-button-next:hover { border: 1px solid #86C250; background: #86C250; } #ab04-swiper1>.swiperbigbox .ab04-swiper1-btm .swiper-button-next::after { content: "→"; font-size: 22px; color: #DADADA; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } /* 2 */ #ab04-swiper2 { overflow: hidden; position: relative; } #ab04-swiper2>.swiper-wrapper { margin-bottom: 20px; } #ab04-swiper2>.swiper-wrapper .swiper-slide .swipbigbox { padding: 28px 35px; background: #F0F2F7; position: relative; } #ab04-swiper2>.swiper-wrapper .swiper-slide .ab04-img { padding: 26px 44px 57px; border-bottom: 1px solid #D8D8D8; } #ab04-swiper2>.swiper-wrapper .swiper-slide .ab04-img img { width: 100%; } #ab04-swiper2>.swiper-wrapper .swiper-slide .ab04-zsname { padding-top: 24px; } #ab04-swiper2>.swiper-wrapper .swiper-slide .ab04-zsname p { font-family: Arial; font-size: 15px; text-align: center; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; } #ab04-swiper2>.swiper-num { position: relative; top: 20px; } #ab04-swiper2>.swiper-num span { font-family: Arial; font-size: 16px; color: #666666; transform: translateY(-5px); } #ab04-swiper2>.swiper-num span.active2 { font-size: 24px; color: #26355C; } #ab04-swiper2>.swiperbigbox { display: flex; padding-right: calc(9.5rem * .5); align-items: center; justify-content: space-between; } #ab04-swiper2>.swiperbigbox .swiper-pagination { position: relative; bottom: 0; left: 0; width: 90%; } #ab04-swiper2>.swiperbigbox .swiper-pagination .swiper-pagination-bullet { width: 100%; height: 1px; border-radius: 0; position: absolute; left: 0; z-index: 0; overflow: hidden; background: none; opacity: 1; } #ab04-swiper2>.swiperbigbox .swiper-pagination .swiper-pagination-bullet:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #d8d8d874; opacity: 0.4; z-index: 1; } #ab04-swiper2>.swiperbigbox .swiper-pagination .swiper-pagination-bullet-active { background: none; width: 100%; } #ab04-swiper2>.swiperbigbox .swiper-pagination .swiper-pagination-bullet:after { content: ""; width: 0; height: 100%; position: absolute; left: 0; top: 0; /* background: var(--main-color); */ background: #86C250; /* background: #fd0000; */ z-index: 99; } #ab04-swiper2>.swiperbigbox .swiper-pagination .swiper-pagination-bullet-active:after { width: 100%; transition: all 5s; } #ab04-swiper2>.swiperbigbox .ab04-swiper1-btm { display: flex; justify-content: flex-end; } #ab04-swiper2>.swiperbigbox .ab04-swiper1-btm .swiper-button-prev { position: static; width: 50px; height: 50px; border: 1px solid #D8D8D8; display: block; margin-top: 0; transition: all 0.5s ease; } #ab04-swiper2>.swiperbigbox .ab04-swiper1-btm .swiper-button-prev:hover { border: 1px solid #86C250; background: #86C250; } #ab04-swiper2>.swiperbigbox .ab04-swiper1-btm .swiper-button-prev::after { content: "←"; font-size: 22px; color: #DADADA; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } #ab04-swiper2>.swiperbigbox .ab04-swiper1-btm .swiper-button-next { position: static; width: 50px; height: 50px; border: 1px solid #D8D8D8; margin-left: 10px; display: block; margin-top: 0; transition: all 0.5s ease; } #ab04-swiper2>.swiperbigbox .ab04-swiper1-btm .swiper-button-next:hover { border: 1px solid #86C250; background: #86C250; } #ab04-swiper2>.swiperbigbox .ab04-swiper1-btm .swiper-button-next::after { content: "→"; font-size: 22px; color: #DADADA; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } /* 3 */ #ab04-swiper3 { overflow: hidden; position: relative; } #ab04-swiper3>.swiper-wrapper { margin-bottom: 20px; } #ab04-swiper3>.swiper-wrapper .swiper-slide .swipbigbox { padding: 28px 35px; background: #F0F2F7; position: relative; } #ab04-swiper3>.swiper-wrapper .swiper-slide .ab04-img { padding: 26px 44px 57px; border-bottom: 1px solid #D8D8D8; } #ab04-swiper3>.swiper-wrapper .swiper-slide .ab04-img img { width: 100%; } #ab04-swiper3>.swiper-wrapper .swiper-slide .ab04-zsname { padding-top: 24px; } #ab04-swiper3>.swiper-wrapper .swiper-slide .ab04-zsname p { font-family: Arial; font-size: 15px; text-align: center; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; } #ab04-swiper3>.swiper-num { position: relative; top: 20px; } #ab04-swiper3>.swiper-num span { font-family: Arial; font-size: 16px; color: #666666; transform: translateY(-5px); } #ab04-swiper3>.swiper-num span.active3 { font-size: 24px; color: #26355C; } #ab04-swiper3>.swiperbigbox { display: flex; padding-right: calc(9.5rem * .5); align-items: center; justify-content: space-between; } #ab04-swiper3>.swiperbigbox .swiper-pagination { position: relative; bottom: 0; left: 0; width: 90%; } #ab04-swiper3>.swiperbigbox .swiper-pagination .swiper-pagination-bullet { width: 100%; height: 1px; border-radius: 0; position: absolute; left: 0; z-index: 0; overflow: hidden; background: none; opacity: 1; } #ab04-swiper3>.swiperbigbox .swiper-pagination .swiper-pagination-bullet:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #d8d8d874; opacity: 0.4; z-index: 1; } #ab04-swiper3>.swiperbigbox .swiper-pagination .swiper-pagination-bullet-active { background: none; width: 100%; } #ab04-swiper3>.swiperbigbox .swiper-pagination .swiper-pagination-bullet:after { content: ""; width: 0; height: 100%; position: absolute; left: 0; top: 0; /* background: var(--main-color); */ background: #86C250; /* background: #fd0000; */ z-index: 99; } #ab04-swiper3>.swiperbigbox .swiper-pagination .swiper-pagination-bullet-active:after { width: 100%; transition: all 5s; } #ab04-swiper3>.swiperbigbox .ab04-swiper1-btm { display: flex; justify-content: flex-end; } #ab04-swiper3>.swiperbigbox .ab04-swiper1-btm .swiper-button-prev { position: static; width: 50px; height: 50px; border: 1px solid #D8D8D8; display: block; margin-top: 0; transition: all 0.5s ease; } #ab04-swiper3>.swiperbigbox .ab04-swiper1-btm .swiper-button-prev:hover { border: 1px solid #86C250; background: #86C250; } #ab04-swiper3>.swiperbigbox .ab04-swiper1-btm .swiper-button-prev::after { content: "←"; font-size: 22px; color: #DADADA; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } #ab04-swiper3>.swiperbigbox .ab04-swiper1-btm .swiper-button-next { position: static; width: 50px; height: 50px; border: 1px solid #D8D8D8; margin-left: 10px; display: block; margin-top: 0; transition: all 0.5s ease; } #ab04-swiper3>.swiperbigbox .ab04-swiper1-btm .swiper-button-next:hover { border: 1px solid #86C250; background: #86C250; } #ab04-swiper3>.swiperbigbox .ab04-swiper1-btm .swiper-button-next::after { content: "→"; font-size: 22px; color: #DADADA; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } @media (max-width: 1536px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-btm .ab04-btmbox { padding-left: calc(8rem * .5); } #ab04-swiper1>.swiper-wrapper .swiper-slide .swipbigbox { padding: 18px 20px; } #ab04-swiper2>.swiper-wrapper .swiper-slide .swipbigbox { padding: 18px 20px; } #ab04-swiper3>.swiper-wrapper .swiper-slide .swipbigbox { padding: 18px 20px; } #ab04-swiper1>.swiper-wrapper .swiper-slide .ab04-img { padding: 16px 20px 26px } #ab04-swiper2>.swiper-wrapper .swiper-slide .ab04-img { padding: 16px 20px 26px } #ab04-swiper3>.swiper-wrapper .swiper-slide .ab04-img { padding: 16px 20px 26px } #ab04-swiper1>.swiper-wrapper .swiper-slide .ab04-zsname { padding-top: 18px; } #ab04-swiper2>.swiper-wrapper .swiper-slide .ab04-zsname { padding-top: 18px; } #ab04-swiper3>.swiper-wrapper .swiper-slide .ab04-zsname { padding-top: 18px; } } @media (max-width: 1400px) { #ab04-swiper1>.swiperbigbox .swiper-pagination { width: 86%; } #ab04-swiper2>.swiperbigbox .swiper-pagination { width: 86%; } #ab04-swiper3>.swiperbigbox .swiper-pagination { width: 86%; } } @media (max-width: 1200px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-btm .ab04-btmbox { padding-left: calc(7rem * .5); } } @media (max-width: 992px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox { align-items: flex-start; flex-direction: column; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toplf .ab04-toptitle { padding-bottom: 20px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist { margin-left: 15px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist .listname p { font-size: 13px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-btm .ab04-btmbox { padding-left: calc(5rem * .5); } #ab04-swiper1>.swiper-wrapper .swiper-slide .swipbigbox { padding: 0px 8px 10px; } #ab04-swiper2>.swiper-wrapper .swiper-slide .swipbigbox { padding: 0px 8px 10px; } #ab04-swiper3>.swiper-wrapper .swiper-slide .swipbigbox { padding: 0px 8px 10px; } #ab04-swiper1>.swiper-wrapper .swiper-slide .ab04-img { padding: 8px 0px 10px; } #ab04-swiper2>.swiper-wrapper .swiper-slide .ab04-img { padding: 8px 0px 10px; } #ab04-swiper3>.swiper-wrapper .swiper-slide .ab04-img { padding: 8px 0px 10px; } #ab04-swiper1>.swiper-wrapper .swiper-slide .ab04-zsname { padding-top: 10px; } #ab04-swiper2>.swiper-wrapper .swiper-slide .ab04-zsname { padding-top: 10px; } #ab04-swiper3>.swiper-wrapper .swiper-slide .ab04-zsname { padding-top: 10px; } #ab04-swiper1>.swiper-wrapper .swiper-slide .ab04-zsname p { font-size: 14px; } #ab04-swiper2>.swiper-wrapper .swiper-slide .ab04-zsname p { font-size: 14px; } #ab04-swiper3>.swiper-wrapper .swiper-slide .ab04-zsname p { font-size: 14px; } #ab04-swiper1>.swiper-num { display: none; } #ab04-swiper1>.swiperbigbox { display: none; } #ab04-swiper2>.swiper-num { display: none; } #ab04-swiper2>.swiperbigbox { display: none; } #ab04-swiper3>.swiper-num { display: none; } #ab04-swiper3>.swiperbigbox { display: none; } } @media (max-width: 499px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 { padding-top: 34px; padding-bottom: 20px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox { padding-bottom: 14px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toplf .ab04-toptitle { padding-bottom: 10px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toplf .ab04-toptitle h2 { font-size: 28px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul { align-items: flex-start; flex-direction: column; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-top .ab04-topbox .ab04-toprg .ab04-toprgul .ab04-toprglist { margin-left: 0; margin-bottom: 2px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus04 .ab04-btm .ab04-btmbox { padding-left: calc(2rem * .5); } } /* 特殊 */ #ab04-swiper1>.swiper-wrapper .swipbigbox .zoom-in { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; background: #26355c9a; transition: all 0.5s ease; z-index: 999; } #ab04-swiper1>.swiper-wrapper .swipbigbox:hover .zoom-in { opacity: 1; } #ab04-swiper1>.swiper-wrapper .swipbigbox .zoom-in i { color: #FFFFFF; font-size: 14px; font-weight: bold; } #ab04-swiper2>.swiper-wrapper .swipbigbox .zoom-in { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; background: #26355c9a; transition: all 0.5s ease; z-index: 999; } #ab04-swiper2>.swiper-wrapper .swipbigbox:hover .zoom-in { opacity: 1; } #ab04-swiper2>.swiper-wrapper .swipbigbox .zoom-in i { color: #FFFFFF; font-size: 14px; font-weight: bold; } #ab04-swiper3>.swiper-wrapper .swipbigbox .zoom-in { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; background: #26355c9a; transition: all 0.5s ease; z-index: 999; } #ab04-swiper3>.swiper-wrapper .swipbigbox:hover .zoom-in { opacity: 1; } #ab04-swiper3>.swiper-wrapper .swipbigbox .zoom-in i { color: #FFFFFF; font-size: 14px; font-weight: bold; } #outerbox { width: 100%; height: 100%; display: none; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.6); z-index: 99999; } #outerbox .iconcha { top: 11%; right: 13vw; position: absolute; transition: ease 1s; } #outerbox .iconcha i { font-size: 30px; font-weight: bold; color: #FFFFFF; cursor: pointer; } #outerbox .iconcha:hover { transform: rotate(360deg); } #innerbox { position: absolute; z-index: 9999; top: 50% !important; transform: translateY(-50%) !important; } #innerbox #bigimg { cursor: grab; background: #ffffff; /* padding: 5px; */ border-radius: 7px; } @media (max-width: 499px) { #lightbox .lb-outerContainer { max-width: 80% !important; height: auto !important; } #lightbox .lb-outerContainer .lb-container img { /* top: 50% !important; */ /* transform: translateY(50%); */ /* position: relative; */ width: 100% !important; height: auto !important; } } /* #lightbox .lb-outerContainer{ } */ #lightbox .lb-data .lb-number { display: none !important; } #lightbox .lb-dataContainer { position: absolute; right: 10rem; top: 0rem; } #lightbox .lb-nav { display: none !important; } @media (max-width: 1400px) { #lightbox .lb-dataContainer { right: 6rem; top: 0rem; } } @media (max-width: 499px) { #lightbox .lb-dataContainer { right: 1rem; top: 0rem; } } .sub-aboutus .sub-aboutusbigbox .sub-aboutus05 { background: url(../images/ab05bg.jpg) no-repeat; background-size: cover; background-position: center; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus05 .aboutus05-sack { margin: auto; padding-top: 70px; padding-bottom: 115px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus05 .aboutus05-sack .ab05-title { padding-bottom: 66px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus05 .aboutus05-sack .ab05-title h2 { font-family: Arial; font-size: 40px; color: #86C250; } #ab05-swiper { overflow: hidden; position: relative; } #ab05-swiper>.swiper-wrapper { padding-bottom: 70px; } #ab05-swiper>.swiper-wrapper .swiper-slide .swipbigbox .ab05-img { overflow: hidden; } #ab05-swiper>.swiper-wrapper .swiper-slide .swipbigbox .ab05-img img { width: 100%; transition: all 0.8s ease; } #ab05-swiper>.swiper-wrapper .swiper-slide .swipbigbox .ab05-img:hover img { transform: scale(1.1); } #ab05-swiper>.swiper-pagination { position: relative; bottom: 0; } #ab05-swiper>.swiper-pagination .swiper-pagination-bullet { width: 60px; height: 3px; border-radius: 5px; background: #FFFFFF; opacity: 1; } #ab05-swiper>.swiper-pagination .swiper-pagination-bullet-active { background: #86C250; } @media (max-width: 499px) { .sub-aboutus .sub-aboutusbigbox .sub-aboutus05 .aboutus05-sack { padding-top: 30px; padding-bottom: 46px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus05 .aboutus05-sack .ab05-title { padding-bottom: 20px; } .sub-aboutus .sub-aboutusbigbox .sub-aboutus05 .aboutus05-sack .ab05-title h2 { font-size: 28px; } #ab05-swiper>.swiper-wrapper { padding-bottom: 20px; } #ab05-swiper>.swiper-pagination .swiper-pagination-bullet { width: 26px; } } /* 关于我们结束 */ /* 首页开始 */ #ind-swiper { position: relative; height: 100vh; } #ind-swiper>.swiper-wrapper>.swiper-slide { overflow: hidden; } #ind-swiper>.swiper-pagination { right: 32px; } #ind-swiper>.swiper-pagination span { position: relative; width: auto; height: auto; font-family: Arial; font-size: 14px; font-weight: bold; color: #FFFFFF; background: none; opacity: 1; margin: 15px 0; } #ind-swiper>.swiper-pagination span.swiper-pagination-bullet-active::after { opacity: 0; transform: translateX(0px); transition: all 0.5s ease; } #ind-swiper>.swiper-pagination span::before { position: absolute; top: 0; right: -10px; opacity: 0; } .ind-swiper>.swiper-pagination span::before { width: max-content; } #ind-swiper>.swiper-pagination span.swiper-pagination-bullet-active::before { opacity: 1; right: 0; transition: all 0.5s ease; } #ind-swiper>.swiper-pagination span:nth-child(1)::after { content: "H"; } .ind-swiper>.swiper-pagination span:nth-child(1)::after { content: "首页" !important; } #ind-swiper>.swiper-pagination span:nth-child(1)::before { /* width: 50px; */ content: " HOME "; /* text-decoration: line-through; */ /* text-decoration-color: #000000; */ } .ind-swiper>.swiper-pagination span:nth-child(1)::before { /* width: 50px; */ content: "首页" !important; /* text-decoration: line-through; */ /* text-decoration-color: #000000; */ } #ind-swiper>.swiper-pagination span:nth-child(2)::after { content: "C"; } .ind-swiper>.swiper-pagination span:nth-child(2)::after { content: "关于" !important; } #ind-swiper>.swiper-pagination span:nth-child(2)::before { content: " COMPANY "; } .ind-swiper>.swiper-pagination span:nth-child(2)::before { content: "关于我们" !important; } #ind-swiper>.swiper-pagination span:nth-child(3)::after { content: "S"; } .ind-swiper>.swiper-pagination span:nth-child(3)::after { content: "解决" !important; } #ind-swiper>.swiper-pagination span:nth-child(3)::before { content: " SOLUTIONS "; } .ind-swiper>.swiper-pagination span:nth-child(3)::before { content: "解决方案" !important; } #ind-swiper>.swiper-pagination span:nth-child(4)::after { content: "P"; } .ind-swiper>.swiper-pagination span:nth-child(4)::after { content: "产品" !important; } #ind-swiper>.swiper-pagination span:nth-child(4)::before { content: " PRODUCTS "; } .ind-swiper>.swiper-pagination span:nth-child(4)::before { content: "产品中心" !important; } #ind-swiper>.swiper-pagination span:nth-child(5)::after { content: "H"; } .ind-swiper>.swiper-pagination span:nth-child(5)::after { content: "荣誉" !important; } #ind-swiper>.swiper-pagination span:nth-child(5)::before { content: "HONOR "; } .ind-swiper>.swiper-pagination span:nth-child(5)::before { content: "荣誉资质" !important; } #ind-swiper>.swiper-pagination span:nth-child(6)::after { content: "A"; } .ind-swiper>.swiper-pagination span:nth-child(6)::after { content: "优势" !important; } #ind-swiper>.swiper-pagination span:nth-child(6)::before { content: "ADVANTAGE "; } .ind-swiper>.swiper-pagination span:nth-child(6)::before { content: "公司优势" !important; } #ind-swiper>.swiper-pagination span:nth-child(7)::after { content: "C"; } .ind-swiper>.swiper-pagination span:nth-child(7)::after { content: "联系" !important; } #ind-swiper>.swiper-pagination span:nth-child(7)::before { content: " CONTACT "; } .ind-swiper>.swiper-pagination span:nth-child(7)::before { content: "联系我们" !important; } @media (max-width: 499px) {} #ind01-swiper { width: 100vw; height: 100vh; overflow: hidden; } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-img img { width: 100%; height: 100vh; object-fit: cover; object-position: center center; transform: scale(1.2); transition: transform 1.5s } #ind01-swiper>.swiper-wrapper>.swiper-slide-active .ind01-img img { transform: scale(1) } #ind01-swiper>.swiper-wrapper .ind01-img .img2 { display: none; } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text { position: absolute; width: 100%; transform: translateY(100%); opacity: 0; transition: ease 1s } #ind01-swiper>.swiper-wrapper>.swiper-slide-active .ind01-text { transform: translateY(0); opacity: 1; transition-delay: .5s } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text1 { top: 33%; } .ind-swiper .swiper-wrapper .swiper-slide .ind01-text1 { top: 40% !important; } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text2 { top: 21%; } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text3 { top: 33%; } .ind-swiper .swiper-wrapper .swiper-slide .ind01-text3 { top: 40% !important; } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text h2 { font-family: BrunoAceSC; font-size: 50px; font-weight: 400; line-height: 80px; text-align: center; letter-spacing: 0.02em; color: #FFFFFF; } .ind-swiper .swiper-wrapper .swiper-slide .ind01-text h2 { letter-spacing: 0.06em !important; font-size: 70px !important; } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text h2 span { font-size: 60px; } #ind01-swiper>.swiper-pagination { bottom: 72px; } #ind01-swiper>.swiper-pagination span { position: relative; opacity: 1; margin: 0 20px; /* bottom: 1.3rem !important; z-index: 10; text-align: center; font-size: 0; */ } #ind01-swiper>.swiper-pagination span::before { content: ''; position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; background-color: #fff; z-index: 1; transition: all .3s ease-out; } #ind01-swiper>.swiper-pagination span::after { content: ''; position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; background-color: rgba(252, 255, 255, .2); opacity: 0; transition: all .4s ease-out; z-index: -1; } #ind01-swiper>.swiper-pagination span.swiper-pagination-bullet-active { pointer-events: none; } #ind01-swiper>.swiper-pagination span.swiper-pagination-bullet-active:after { opacity: 1; width: 36px; height: 36px; } @media (max-width: 1200px) { #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text h2 { font-size: 40px; line-height: 65px; } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text h2 span { font-size: 50px; } } @media (max-width: 992px) { #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text h2 { font-size: 28px; line-height: 50px; } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text h2 span { font-size: 28px; } } @media (max-width: 499px) { #ind01-swiper>.swiper-wrapper .ind01-img .img1 { display: none; } #ind01-swiper>.swiper-wrapper .ind01-img .img2 { display: block; } #ind01-swiper>.swiper-pagination { bottom: 96px; } #ind01-swiper>.swiper-wrapper .swiper-slide .ind01-text2 { top: 19%; } #ind01-swiper>.swiper-wrapper .swiper-slide .ind01-text h2 { line-height: 36px; } #ind01-swiper>.swiper-wrapper .swiper-slide .ind01-text.chind01-text h2 { line-height: 45px; font-weight: bold; font-size: 32px; } #ind01-swiper>.swiper-wrapper .swiper-slide .ind01-text h2 span { font-size: 32px; } #ind01-swiper>.swiper-wrapper .swiper-slide .ind01-text.chind01-text h2 span { font-size: 32px; } #ind01-swiper>.swiper-pagination span { margin: 0 16px; } #ind01-swiper>.swiper-wrapper>.swiper-slide .ind01-text2 { top: 26%; } } #ind-swiper>.swiper-wrapper .ind02-bg { height: 100%; background: url(../images/ind02bg.jpg) no-repeat; background-size: cover; background-position: center; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf { padding-right: calc(13.5rem * .5); } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title { position: relative; padding-bottom: 47px; margin-bottom: 44px; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title::after { position: absolute; content: ""; height: 2px; width: 0; background: #FFFFFF; left: 0; bottom: 0; opacity: 0; visibility: hidden; transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title::after { opacity: 1; visibility: visible; width: 40px; transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title h2 { font-family: Arial; font-size: 36px; text-transform: uppercase; color: #FFFFFF; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title h2 { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-text { padding-bottom: 70px; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-text p { font-family: Arial; font-size: 16px; line-height: 29px; color: #FFFFFF; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-text p { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.8s; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more { display: flex; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 1s; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a { border: 1px solid #FFFFFF; padding: 6px 20px; position: relative; z-index: 3; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a::before { content: ""; width: 100%; height: 0; background: #FFFFFF; position: absolute; left: 0; top: 0; transition: 0.56s; z-index: -1; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a:hover:before { height: 100%; bottom: 0; top: auto; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a p { font-family: Arial; font-size: 14px; text-transform: uppercase; color: #FFFFFF; transition: all 0.5s ease; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a:hover p { color: #26355C; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a p i { margin-left: 30px; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg { margin: auto; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row { position: relative; margin-left: 40px; margin-right: 40px; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row::before { position: absolute; left: 50%; top: 0; content: ""; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.2); } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row::after { position: absolute; left: 0; top: 50%; content: ""; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.2); } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list { margin: 38px 0; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list:nth-child(1) { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list:nth-child(2) { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.8s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list:nth-child(3) { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 1s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list:nth-child(4) { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 1.2s; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-ico { text-align: center; position: relative; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-ico i { font-family: Arial; font-size: 40px; color: #FFFFFF; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-ico .ind02-ico2 { text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; overflow: hidden; transition: all 0.8s ease; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a:hover .ind02-ico .ind02-ico2 { height: 100%; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-ico .ind02-ico2 i { color: #86C250; font-family: Arial; font-size: 40px; position: absolute; /* width: 100%; */ left: 50%; transform: translateX(-50%); bottom: 0; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-iconame p { font-family: Arial; font-size: 20px; text-align: center; color: #FFFFFF; transition: all 0.5s ease; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a:hover .ind02-iconame p { color: #86C250; } @media (max-width: 1536px) { #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf { padding-right: calc(5.5rem * .5); } } @media (max-width: 1400px) { #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf { padding-right: calc(1.5rem * .5); } } @media (max-width: 1200px) { #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row { margin-left: 30px; margin-right: 30px; } } @media (max-width: 992px) { #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg { margin: 0; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row { margin-left: 0; margin-right: 0; } } @media (max-width: 499px) { #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title { padding-bottom: 16px; margin-bottom: 24px; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title h2 { font-size: 28px; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-text { padding-bottom: 24px; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-text p { font-size: 14px; line-height: 22px; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list { margin: 20px 0; } #ind-swiper>.swiper-wrapper .ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-iconame p { font-size: 16px; } } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-bg .ind03-bgimg img { object-fit: cover; object-position: center; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row { height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: auto; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list { position: relative; border-right: 1px solid #FFFFFF52; transition: all 0.5s ease; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list.current { background: #26355ce5; transition: all 0.5s ease; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list:last-child { border: none; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listbox { position: absolute; top: 36%; left: 50%; transform: translateX(-50%); width: 100%; padding: 0 22px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list.current .ind03-listbox { top: 23%; transition: all 0.8s ease; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listimg { display: flex; align-items: center; justify-content: center; padding-bottom: 20px; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind03-sack .ind03-row .ind03-list .ind03-listimg { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtitle { padding-bottom: 40px; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind03-sack .ind03-row .ind03-list .ind03-listtitle { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtitle h2 { font-family: Arial; font-size: 28px; font-weight: bold; color: #FFFFFF; text-align: center; letter-spacing: 0.04em; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listline { width: 30px; height: 2px; background: #FFFFFF; margin: auto; margin-bottom: 40px; opacity: 0; transform: translateY(10px); } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list.current .ind03-listline { opacity: 1; transform: translateY(0px); transition: all 0.8s ease; transition-delay: 0.2s; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtext { padding-bottom: 60px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtext p { font-family: Arial; font-size: 16px; line-height: 28px; text-align: center; color: #FFFFFF; opacity: 0; transform: translateY(10px); } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list.current .ind03-listtext p { opacity: 1; transition: all 0.8s ease; transition-delay: 0.3s; transform: translateY(0px); } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview { display: flex; justify-content: center; opacity: 0; transform: translateY(10px); } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list.current .ind03-listview { opacity: 1; transition: all 0.8s ease; transition-delay: 0.4s; transform: translateY(0px); } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview a { border: 1px solid #FFFFFF; padding: 6px 20px; position: relative; z-index: 3; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview a::before { content: ""; width: 100%; height: 0; background: #FFFFFF; position: absolute; left: 0; top: 0; transition: 0.56s; z-index: -1; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview a:hover:before { height: 100%; bottom: 0; top: auto; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview a p { font-family: Arial; font-size: 14px; text-transform: uppercase; color: #FFFFFF; transition: all 0.5s ease; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview a:hover p { color: #26355C; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview a p span i { margin-left: 30px; } @media (max-width: 1536px) { #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listbox { padding: 0 12px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtitle h2 { font-size: 22px; } } @media (max-width: 1200px) { #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list { border: none; border: 0.5px solid #ffffff32; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listbox { top: 23%; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listimg { padding-bottom: 6px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtitle { padding-bottom: 14px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listline { opacity: 1; transform: translateY(0px); margin-bottom: 22px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtext { padding-bottom: 40px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtext p { opacity: 1; transform: translateY(0px); } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview { opacity: 0; transform: translateY(0px); } } @media (max-width: 768px) { #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listbox { top: 0; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list.current .ind03-listbox { top: 0; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listimg { padding-top: 6px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listimg img { width: 60px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtitle h2 { font-size: 18px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtext { padding-bottom: 18px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listtext p { font-size: 14px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview a { padding: 2px 16px; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview a p { font-size: 12px; } } @media (max-width: 499px) { #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listimg { display: none; } #ind-swiper>.swiper-wrapper .ind03-sack .ind03-row .ind03-list .ind03-listview { opacity: 1; transform: translateY(0px); } } #ind-swiper>.swiper-wrapper .ind04-loca { margin: auto; } #ind-swiper>.swiper-wrapper .ind04-loca .ind04-lf { background: #354B6D; } #ind-swiper>.swiper-wrapper .ind04-loca .ind04-lf .ind04-swiper { position: relative; top: 53%; left: 50%; transform: translate(-50%, -50%); } #ind04-swiper>.swiper-wrapper { margin-bottom: 46px; } #ind04-swiper>.swiper-wrapper>.swiper-slide { opacity: 0 !important; } #ind04-swiper>.swiper-wrapper>.swiper-slide.swiper-slide-active { opacity: 1 !important; } #ind04-swiper>.swiper-wrapper .ind04-slicontext { padding-right: calc(4.5rem * .5); } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slismtitle { padding-bottom: 136px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slismtitle h3 { font-family: Arial; font-size: 28px; font-weight: bold; text-transform: uppercase; color: #86C250; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slititle { padding-bottom: 42px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slititle h2 { font-family: Arial; font-size: 40px; color: #FFFFFF; opacity: 0; transform: translateY(20px); visibility: hidden; transition: 0.98s; } #ind04-swiper>.swiper-wrapper>.swiper-slide-active .ind04-slicontext .ind04-slititle h2 { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slitext { position: relative; padding-bottom: 31px; margin-bottom: 42px; opacity: 0; transform: translateY(20px); visibility: hidden; transition: 0.98s; } #ind04-swiper>.swiper-wrapper>.swiper-slide-active .ind04-slicontext .ind04-slitext { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.8s; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slitext::after { position: absolute; content: ""; width: 100%; height: 1px; left: 0; bottom: 0; background: #ffffff40; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slitext p { font-family: Arial; font-size: 16px; color: #ffffffa6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; } .ind-swiper .swiper-wrapper .ind04-slicontext .ind04-slitext p { line-height: 28px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slibtn { opacity: 0; transform: translateY(20px); visibility: hidden; transition: 0.98s; } #ind04-swiper>.swiper-wrapper .swiper-slide-active .ind04-slicontext .ind04-slibtn { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 1s; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slibtn a { display: flex; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slibtn a p { font-family: Arial; font-size: 14px; text-transform: uppercase; color: #FFFFFF; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 8px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slibtn a:hover p { background-position: left 80%; background-size: 100% 1px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slibtn a p span { margin-left: 30px; display: inline-block; transition: all 0.5s ease; transform: translateX(-5px); } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slibtn a:hover p span { transform: translateX(0px); } #ind04-swiper>.swiper-wrapper .ind04-sliimgbox { display: flex; justify-content: center; } #ind04-swiper>.swiper-wrapper .ind04-sliimgbox .ind04-sliimgbg { background: #26355C61; border-radius: 50%; padding: 60px; } #ind04-swiper>.swiper-wrapper .ind04-sliimgbox .ind04-sliimg { background: #26355C; border-radius: 50%; padding: 45px 55px; display: flex; align-items: center; justify-content: center; position: relative; } #ind04-swiper>.swiper-wrapper .ind04-sliimgbox .ind04-sliimg img { max-width: 100%; opacity: 0; transform: scale(0); visibility: hidden; transition: 0.98s; } #ind04-swiper>.swiper-wrapper>.swiper-slide-active .ind04-sliimgbox .ind04-sliimg img { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind04-swiper>.swiper-bottom { display: flex; justify-content: flex-end; transform: translateX(196px); } #ind04-swiper>.swiper-bottom .swiper-button-prev { position: static; width: 50px; height: 50px; background: #FFFFFF; display: block; margin-top: 0; transition: all 0.5s ease; } #ind04-swiper>.swiper-bottom .swiper-button-prev:hover { background: #86C250; border-radius: 0 20px 0 20px; } #ind04-swiper>.swiper-bottom .swiper-button-prev::after { content: "←"; font-size: 22px; color: #86C250; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } #ind04-swiper>.swiper-bottom .swiper-button-prev:hover:after { color: #FFFFFF; } #ind04-swiper>.swiper-bottom .swiper-button-next { position: static; width: 50px; height: 50px; background: #FFFFFF; margin-left: 4px; display: block; margin-top: 0; transition: all 0.5s ease; } #ind04-swiper>.swiper-bottom .swiper-button-next:hover { background: #86C250; border-radius: 0 20px 0 20px; } #ind04-swiper>.swiper-bottom .swiper-button-next::after { content: "→"; font-size: 22px; color: #86C250; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } #ind04-swiper>.swiper-bottom .swiper-button-next:hover:after { color: #FFFFFF; } #ind04-swiper>.swiper-pagination { position: static; display: flex; justify-content: space-between; } #ind04-swiper>.swiper-pagination>span { width: 20%; height: auto; margin: 0; background: none; opacity: 0.3; transition: all 0.5s ease; position: relative; padding-bottom: 18px; } #ind04-swiper>.swiper-pagination>span.swiper-pagination-bullet-active { opacity: 1; transition: all 0.5s ease; } #ind04-swiper>.swiper-pagination>span::after { font-family: Arial; font-size: 14px; color: #FFFFFF; } .ind-swiper #ind04-swiper>.swiper-pagination>span::after { font-size: 18px; } #ind-swiper>.swiper-wrapper .ind04-loca .ind04-lf .ind04-swiper>#ind04-swiper>.swiper-pagination>span::after { font-family: Microsoft YaHei; } #ind04-swiper>.swiper-pagination>span:nth-child(1)::after { content: "01\aShore Connection Cable Reel"; white-space: pre; } .ind-swiper>.swiper-wrapper .ind04-loca .ind04-lf .ind04-swiper>#ind04-swiper>.swiper-pagination>span:nth-child(1)::after { content: "01\a岸电电缆绞车"; } #ind04-swiper>.swiper-pagination>span:nth-child(2)::after { content: "02\aShore Connection Socket Box"; white-space: pre; } .ind-swiper>.swiper-wrapper .ind04-loca .ind04-lf .ind04-swiper>#ind04-swiper>.swiper-pagination>span:nth-child(2)::after { content: "02\a岸电插座箱"; } #ind04-swiper>.swiper-pagination>span:nth-child(3)::after { content: "03\aShore Connection BOOM"; white-space: pre; } .ind-swiper>.swiper-wrapper .ind04-loca .ind04-lf .ind04-swiper>#ind04-swiper>.swiper-pagination>span:nth-child(3)::after { content: "03\a岸电悬臂"; } #ind04-swiper>.swiper-pagination>span:nth-child(4)::after { content: "04\aShore Connection MOBILE"; white-space: pre; } .ind-swiper>.swiper-wrapper .ind04-loca .ind04-lf .ind04-swiper>#ind04-swiper>.swiper-pagination>span:nth-child(4)::after { content: "04\a邮轮岸电连接小车"; } #ind04-swiper>.swiper-pagination>span:nth-child(5)::after { content: "05\a Cables"; white-space: pre; } .ind-swiper>.swiper-wrapper .ind04-loca .ind04-lf .ind04-swiper>#ind04-swiper>.swiper-pagination>span:nth-child(5)::after { content: "05\a柔性电缆"; } #ind04-swiper>.swiper-pagination>span::before { position: absolute; content: ""; width: 100%; height: 4px; border: 1px solid #FFFFFF; border-top: none; bottom: 0; left: 0; } #ind-swiper>.swiper-wrapper .ind04-loca .ind04-rg { padding: 0; } #ind-swiper>.swiper-wrapper .ind04-loca .ind04-rg .ind04rg-top { height: 80vh; } #ind-swiper>.swiper-wrapper .ind04-loca .ind04-rg .ind04rg-top img { height: 100%; width: 100%; object-fit: cover; object-position: center; } #ind-swiper>.swiper-wrapper .ind04-loca .ind04-rg .ind04rg-btm { height: 20vh; background: #26355C; display: flex; align-items: center; justify-content: center; padding: 0 12px; } #ind-swiper>.swiper-wrapper .ind04-loca .ind04-rg .ind04rg-btm img { width: 100%; } @media (max-width: 1536px) { #ind04-swiper>.swiper-wrapper { margin-bottom: 0; } #ind04-swiper>.swiper-wrapper .ind04-sliimgbox .ind04-sliimg { padding: 75px 74px; } #ind04-swiper>.swiper-wrapper .ind04-sliimgbox .ind04-sliimgbg { background: none; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slismtitle { padding-bottom: 90px; padding-top: 40px; } #ind04-swiper>.swiper-bottom { transform: translateX(159px); } } @media (max-width: 1400px) { #ind04-swiper>.swiper-bottom { transform: translateX(107px); } } #ind-swiper>.swiper-wrapper .ind05-bg { height: 100%; background: url(../images/ind05bg.jpg) no-repeat; background-size: cover; background-position: center; } #ind-swiper>.swiper-wrapper .ind05-bg .ind05-sack { position: absolute; left: 50%; top: 49%; transform: translate(-50%, -50%); padding: 0 calc(2.5rem * .5); } #ind-swiper>.swiper-wrapper .ind05-bg .ind05-sack .ind05-title { padding-bottom: 86px; } #ind-swiper>.swiper-wrapper .ind05-bg .ind05-sack .ind05-title h2 { font-family: Arial; font-size: 40px; text-align: center; text-transform: uppercase; color: #26355C; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper .swiper-slide-active .ind05-bg .ind05-sack .ind05-title h2 { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind05-swiper { overflow: hidden; position: relative; padding: 0 calc(6.5rem * .5); } #ind05-swiper>.swiper-wrapper .ind05-img { background: #FFFFFF; padding: 12px; transform: scale(0.8); transition: all 0.8s ease; } #ind05-swiper>.swiper-wrapper>.swiper-slide-active .ind05-img { transform: scale(1); transition: all 0.8s ease; } #ind05-swiper>.swiper-wrapper .ind05-img { margin-bottom: 26px; } #ind05-swiper>.swiper-wrapper .ind05-img img { width: 100%; } #ind05-swiper>.swiper-wrapper .ind05-text h2 { font-family: Arial; font-size: 14px; text-align: center; color: #26355C; opacity: 0; transition: all 0.5s ease; } #ind05-swiper>.swiper-wrapper .swiper-slide-active .ind05-text h2 { opacity: 1; } #ind05-swiper>.swiper-button-prev { left: 24px; top: 40%; } #ind05-swiper>.swiper-button-prev::after { font-size: 16px; font-weight: bold; background: #FFFFFF; border-radius: 50%; padding: 18px 22px; color: #26355C; bottom: 0; transition: all 0.5s ease; } #ind05-swiper>.swiper-button-prev:hover:after { background: #86C250; color: #FFFFFF; } #ind05-swiper>.swiper-button-next { right: 24px; top: 40%; } #ind05-swiper>.swiper-button-next::after { font-size: 16px; font-weight: bold; background: #FFFFFF; border-radius: 50%; padding: 18px 22px; color: #26355C; transition: all 0.5s ease; } #ind05-swiper>.swiper-button-next:hover:after { background: #86C250; color: #FFFFFF; } @media (max-width: 1700px) { #ind05-swiper>.swiper-wrapper .ind05-img { transform: scale(0.9); } #ind05-swiper>.swiper-button-prev { left: 16px; } #ind05-swiper>.swiper-button-prev::after { padding: 12px 16px; } #ind05-swiper>.swiper-button-next { right: 16px; } #ind05-swiper>.swiper-button-next::after { padding: 12px 16px; } } #ind-swiper>.swiper-wrapper .ind06-bg { height: 100%; background: url(../images/ind06bg.jpg) no-repeat; background-size: cover; background-position: center; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-top .ind06-title { padding-bottom: 160px; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-top .ind06-title h2 { font-family: Arial; font-size: 40px; text-align: center; text-transform: uppercase; color: #FFFFFF; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-top .ind06-title h2 { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-logobox { display: flex; justify-content: center; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo { background: #86C250; border-radius: 50%; padding: 74px 12px; position: relative; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #86C250; border-radius: 50%; animation: spread1 10s linear infinite; opacity: 0; will-change: transform; z-index: -1; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo1 { animation-delay: 0s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo2 { animation-delay: 2s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo3 { animation-delay: 4s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo4 { animation-delay: 6s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo5 { animation-delay: 8s; } @keyframes spread1 { 0% { transform: scale(1); opacity: .2 } 100% { transform: scale(6); opacity: 0 } } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo { position: absolute; transform-origin: 40% 40%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo .smlogobox { width: 100%; height: 100%; justify-content: center; align-items: center; animation-duration: 1.5s; background-color: #fff; border-radius: 50%; overflow: hidden; box-shadow: 0 0.15rem 0.3rem rgba(255, 147, 51, .05); will-change: transform; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo .smlogobox img { /* width: 60%; */ max-width: 100%; max-height: 100%; object-fit: contain; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo1 { left: 20%; top: 28%; animation: spin1 7s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo1 .smlogobox { padding: 20px 0px; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo1 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo1 .smlogobox img { animation: spin1 7s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo2 { left: 18%; top: 109%; animation: spin2 5s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo2 .smlogobox { padding: 28px 14px; animation-delay: 0.5s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo2 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 0.8s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo2 .smlogobox img { animation: spin2 5s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo3 { left: 26%; top: 66%; animation: spin2 9s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo3 .smlogobox { padding: 24px 15px; animation-delay: 0.3s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo3 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 1s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo3 .smlogobox img { animation: spin2 9s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 { left: 34%; top: 120%; animation: spin2 6s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 .smlogobox { padding: 42px 4px; animation-delay: 0.4s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 1.2s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 .smlogobox img { animation: spin2 6s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 { left: 35%; top: 32%; animation: spin1 8s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 .smlogobox { padding: 37px 4px; animation-delay: 0.1s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 1.4s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 .smlogobox img { animation: spin1 8s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 { left: 29%; top: -5%; animation: spin2 10s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 .smlogobox { padding: 44px 16px; animation-delay: 0.2s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 1.6s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 .smlogobox img { animation: spin2 10s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo7 { right: 36%; top: 15%; animation: spin1 9s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo7 .smlogobox { padding: 25px 26px; animation-delay: 0.1s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo7 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo7 .smlogobox img { animation: spin1 9s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 { right: 32%; top: 90%; animation: spin2 7s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 .smlogobox { padding: 27px 19px; animation-delay: 0.4s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 0.8s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 .smlogobox img { animation: spin2 7s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 { right: 24%; top: 41%; animation: spin1 10s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 .smlogobox { padding: 39px 16px; animation-delay: 0.2s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 1s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 .smlogobox img { animation: spin1 10s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo10 { right: 18%; top: 110%; animation: spin2 5s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo10 .smlogobox { padding: 23px 30px; animation-delay: 0.5s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo10 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 1.2s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo10 .smlogobox img { animation: spin2 5s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 { right: 13%; top: 67%; animation: spin2 8s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 .smlogobox { padding: 39px 8px; animation-delay: 0.3s; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 1.4s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 .smlogobox img { animation: spin2 8s infinite linear reverse; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 { right: 22%; top: -8%; animation: spin1 6s infinite linear; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 .smlogobox { padding: 19px 19px; opacity: 0; visibility: hidden; transform: scale(0); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 .smlogobox { opacity: 1; visibility: visible; transform: scale(1); transition: 0.98s 0.8s; transition-delay: 1.6s; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 .smlogobox img { animation: spin1 6s infinite linear reverse; } @keyframes spin1 { to { transform: rotate(1turn); } } @keyframes spin2 { to { transform: rotate(-1turn); } } @media (max-width: 1536px) { #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo1 { left: 13%; top: 28%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo3 { left: 21%; top: 59%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 { left: 31%; top: 112%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 { left: 35%; top: 32%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 { left: 24%; top: 1%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo7 { right: 32%; top: 19%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 { right: 33%; top: 101%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 { right: 24%; top: 57%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 { right: 10%; top: 47%; } #ind-swiper>.swiper-wrapper .ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 { right: 19%; top: 2%; } } #ind-swiper>.swiper-wrapper .ind07-bg { height: 100%; background: url(../images/ind07bg.jpg) no-repeat; background-size: cover; background-position: center; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-title { padding-top: 56px; padding-bottom: 60px; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-title h2 { font-family: Arial; font-size: 25px; font-weight: bold; color: #FFFFFF; opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper>.swiper-slide-active .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-title h2 { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.6s; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div { display: flex; font-family: Arial; font-size: 16px; color: #FFFFFF; padding-bottom: 18px; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-address { opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper .swiper-slide-active .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-address { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 0.8s; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-email { opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper .swiper-slide-active .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-email { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 1s; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-tel { opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper .swiper-slide-active .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-tel { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 1.2s; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-fax { opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper .swiper-slide-active .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-fax { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 1.4s; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-post { opacity: 0; visibility: hidden; transform: translateY(20px); transition: 0.98s; } #ind-swiper>.swiper-wrapper .swiper-slide-active .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context .ind07lf-post { opacity: 1; visibility: visible; transform: translateY(0); transition: 0.98s 0.8s; transition-delay: 1.6s; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div:last-child { padding-bottom: 100px; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div i { font-size: 18px; margin-right: 18px; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p { display: flex; align-items: center; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p a { display: flex; font-family: Arial; font-size: 16px; color: #FFFFFF; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 3px; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p a:hover { background-position: left 80%; background-size: 100% 1px; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p a span { transition: all 0.5s ease; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p a span:hover { color: #86C250; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox { background: #26355c58; padding: 56px 110px; border-radius: 10px; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox .ind07-rgtitle { padding-bottom: 37px; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox .ind07-rgtitle h2 { font-family: Arial; font-size: 24px; font-weight: bold; text-align: center; text-transform: uppercase; color: #FFFFFF; } #indmyform .online-information .fillinbox .bigbox { padding-bottom: 34px; } #indmyform .online-information .fillinbox .bigbox input { width: 100%; background: #ffffff28; border-radius: 5px; font-family: Arial; font-size: 16px; color: #FFFFFF; padding: 17px 15px; } #indmyform .online-information .fillinbox .bigbox textarea { width: 100%; background: #ffffff28; border-radius: 5px; font-family: Arial; font-size: 16px; color: #FFFFFF; padding: 17px 15px; border: none; } #indmyform .online-information .indfrom-btn1 input { width: 100%; height: 100%; background: #7C7C7C; border-radius: 5px; font-family: Arial; font-size: 16px; color: #FFFFFF; padding: 17px 0; transition: all 0.5s ease; } #indmyform .online-information .indfrom-btn1 input:hover { background: #7E7E7E; } #indmyform .online-information .indfrom-btn2 button { width: 100%; height: 100%; background: #7C7C7C; border-radius: 5px; font-family: Arial; font-size: 16px; color: #FFFFFF; padding: 17px 0; border: none; background: #86C250; } #indmyform .online-information .indfrom-btn2 button:hover { background: #8CBF5E; } /* 节点配置 */ #indmyform .online-information .fillinbox .bigbox input:-webkit-autofill, #indmyform .online-information .fillinbox .bigbox input:-webkit-autofill:hover, #indmyform .online-information .fillinbox .bigbox input:-webkit-autofill:focus { border: none; -webkit-text-fill-color: #333333; -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset; transition: background-color 5000s ease-in-out 0s; background: none; } #indmyform .online-information .fillinbox .bigbox textarea:-webkit-autofill, #indmyform .online-information .fillinbox .bigbox textarea:-webkit-autofill:hover, #indmyform .online-information .fillinbox .bigbox textarea:-webkit-autofill:focus { border: none; -webkit-text-fill-color: #333333; -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset; transition: background-color 5000s ease-in-out 0s; background: none; } #indmyform .online-information .fillinbox .bigbox input::-webkit-input-placeholder { color: #FFFFFF; } #indmyform .online-information .fillinbox .bigbox input:-moz-placeholder { color: #FFFFFF; } #indmyform .online-information .fillinbox .bigbox input::-moz-placeholder { color: #FFFFFF; } #indmyform .online-information .fillinbox .bigbox input:-ms-input-placeholder { color: #FFFFFF; } #indmyform .online-information .fillinbox .bigbox textarea::-webkit-input-placeholder { color: #FFFFFF; } #indmyform .online-information .fillinbox .bigbox textarea:-moz-placeholder { color: #FFFFFF; } #indmyform .online-information .fillinbox .bigbox textarea::-moz-placeholder { color: #FFFFFF; } #indmyform .online-information .fillinbox .bigbox textarea:-ms-input-placeholder { color: #FFFFFF; } #ind-swiper>.swiper-wrapper .ind07-bg .indfoot { position: absolute; left: 0; bottom: 0; width: 100%; background: #26355cbf; padding: 20px 0; } #ind-swiper>.swiper-wrapper .ind07-bg .indfoot .indfoot-loca { display: flex; align-items: center; justify-content: center; } #ind-swiper>.swiper-wrapper .ind07-bg .indfoot .indfoot-loca .indfootlf { padding-right: 26px; } #ind-swiper>.swiper-wrapper .ind07-bg .indfoot .indfoot-loca .indfootlf .copy a p { font-size: 14px; color: #D6D6D6; font-family: Arial; } #ind-swiper>.swiper-wrapper .ind07-bg .indfoot .indfoot-loca .indfootrg .support p { font-family: Arial; font-size: 14px; color: #D6D6D6 } #ind-swiper>.swiper-wrapper .ind07-bg .indfoot .indfoot-loca .indfootrg .support p a { background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 8px; font-family: Arial; font-size: 14px; color: #D6D6D6 } #ind-swiper>.swiper-wrapper .ind07-bg .indfoot .indfoot-loca .indfootrg .support p a:hover { background-position: left 80%; background-size: 100% 1px; } #ind-swiper>.swiper-wrapper .ind07-bg .indfoot .indfoot-loca .indfootrg .support p a span { transition: all 0.5s ease; } #ind-swiper>.swiper-wrapper .ind07-bg .indfoot .indfoot-loca .indfootrg .support p a:hover span { color: #86C250; } @media (max-width: 1400px) { #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-title { padding-top: 36px; } #ind-swiper>.swiper-wrapper .ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox { padding: 36px 50px; } } /* 首页结束 */ /* 首页手机 */ #ind-phone { display: none; } @media (max-width: 1200px) { #ind-swiper { display: none; } #ind-phone { display: block; } } #ind02-bg { height: 100%; background: url(../images/ind02bg.jpg) no-repeat; background-size: cover; background-position: center; } #ind02-bg .ind02-sack { margin: auto; padding-top: 40px; padding-bottom: 60px; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title { position: relative; padding-bottom: 47px; margin-bottom: 44px; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title::after { position: absolute; content: ""; height: 2px; width: 0; background: #FFFFFF; left: 0; bottom: 0; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title h2 { font-family: Arial; font-size: 36px; text-transform: uppercase; color: #FFFFFF; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-text { padding-bottom: 70px; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-text p { font-family: Arial; font-size: 16px; line-height: 29px; color: #FFFFFF; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more { display: flex; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a { border: 1px solid #FFFFFF; padding: 6px 20px; position: relative; z-index: 3; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a::before { content: ""; width: 100%; height: 0; background: #FFFFFF; position: absolute; left: 0; top: 0; transition: 0.56s; z-index: -1; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a:hover:before { height: 100%; bottom: 0; top: auto; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a p { font-family: Arial; font-size: 14px; text-transform: uppercase; color: #FFFFFF; transition: all 0.5s ease; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a:hover p { color: #26355C; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-more a p i { margin-left: 30px; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg { margin: auto; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row { position: relative; margin-left: 40px; margin-right: 40px; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row::before { position: absolute; left: 50%; top: 0; content: ""; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.2); } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row::after { position: absolute; left: 0; top: 50%; content: ""; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.2); } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list { margin: 38px 0; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-ico { text-align: center; position: relative; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-ico i { font-family: Arial; font-size: 40px; color: #FFFFFF; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-ico .ind02-ico2 { text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; overflow: hidden; transition: all 0.8s ease; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a:hover .ind02-ico .ind02-ico2 { height: 100%; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-ico .ind02-ico2 i { color: #86C250; font-family: Arial; font-size: 40px; position: absolute; /* width: 100%; */ left: 50%; transform: translateX(-50%); bottom: 0; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-iconame p { font-family: Arial; font-size: 20px; text-align: center; color: #FFFFFF; transition: all 0.5s ease; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a:hover .ind02-iconame p { color: #86C250; } @media (max-width: 1200px) { #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row { margin-left: 30px; margin-right: 30px; } } @media (max-width: 992px) { #ind02-bg .ind02-sack .ind02-loca .ind02-rg { margin: 0; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row { margin-left: 0; margin-right: 0; } } @media (max-width: 499px) { #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title { padding-bottom: 16px; margin-bottom: 24px; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-title h2 { font-size: 28px; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-text { padding-bottom: 24px; } #ind02-bg .ind02-sack .ind02-loca .ind02-lf .ind02lf-text p { font-size: 14px; line-height: 22px; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list { margin: 20px 0; } #ind02-bg .ind02-sack .ind02-loca .ind02-rg .ind02rg-row .ind02rg-list .ind02rg-listbox a .ind02-iconame p { font-size: 16px; } } #ind03-sack { position: relative; } #ind03-sack .ind03-bg .ind03-bgimg1 img { object-fit: cover; object-position: center; } #ind03-sack .ind03-row { height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: auto; } #ind03-sack .ind03-row .ind03-list1 { position: relative; border-right: 1px solid #FFFFFF; transition: all 0.5s ease; } #ind03-sack .ind03-row .ind03-list1.current { background: #26355cd1; transition: all 0.5s ease; } #ind03-sack .ind03-row .ind03-list1:last-child { border: none; } #ind03-sack .ind03-row .ind03-list1 .ind03-listbox { position: absolute; top: 36%; left: 50%; transform: translateX(-50%); width: 100%; padding: 0 22px; } #ind03-sack .ind03-row .ind03-list1.current .ind03-listbox { top: 23%; transition: all 0.8s ease; } #ind03-sack .ind03-row .ind03-list1 .ind03-listimg { display: flex; align-items: center; justify-content: center; padding-bottom: 20px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtitle { padding-bottom: 40px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtitle h2 { font-family: Arial; font-size: 28px; font-weight: bold; color: #FFFFFF; text-align: center; } #ind03-sack .ind03-row .ind03-list1 .ind03-listline { width: 30px; height: 2px; background: #FFFFFF; margin: auto; margin-bottom: 40px; opacity: 0; transform: translateY(10px); } #ind03-sack .ind03-row .ind03-list1.current .ind03-listline { opacity: 1; transform: translateY(0px); transition: all 0.8s ease; transition-delay: 0.2s; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtext { padding-bottom: 60px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtext p { font-family: Arial; font-size: 16px; line-height: 28px; text-align: center; color: #FFFFFF; opacity: 0; transform: translateY(10px); } #ind03-sack .ind03-row .ind03-list1.current .ind03-listtext p { opacity: 1; transition: all 0.8s ease; transition-delay: 0.3s; transform: translateY(0px); } #ind03-sack .ind03-row .ind03-list1 .ind03-listview { display: flex; justify-content: center; opacity: 0; transform: translateY(10px); } #ind03-sack .ind03-row .ind03-list1.current .ind03-listview { opacity: 1; transition: all 0.8s ease; transition-delay: 0.4s; transform: translateY(0px); } #ind03-sack .ind03-row .ind03-list1 .ind03-listview a { border: 1px solid #FFFFFF; padding: 6px 20px; position: relative; z-index: 3; } #ind03-sack .ind03-row .ind03-list1 .ind03-listview a::before { content: ""; width: 100%; height: 0; background: #FFFFFF; position: absolute; left: 0; top: 0; transition: 0.56s; z-index: -1; } #ind03-sack .ind03-row .ind03-list1 .ind03-listview a:hover:before { height: 100%; bottom: 0; top: auto; } #ind03-sack .ind03-row .ind03-list1 .ind03-listview a p { font-family: Arial; font-size: 14px; text-transform: uppercase; color: #FFFFFF; transition: all 0.5s ease; } #ind03-sack .ind03-row .ind03-list1 .ind03-listview a:hover p { color: #26355C; } #ind03-sack .ind03-row .ind03-list1 .ind03-listview a p span i { margin-left: 30px; } @media (max-width: 1200px) { #ind03-sack .ind03-row .ind03-list1 { border: none; border: 0.5px solid #ffffff32; } #ind03-sack .ind03-row .ind03-list1 .ind03-listbox { top: 23%; } #ind03-sack .ind03-row .ind03-list1 .ind03-listimg { padding-bottom: 6px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtitle { padding-bottom: 14px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listline { opacity: 1; transform: translateY(0px); margin-bottom: 22px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtext { padding-bottom: 40px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtext p { opacity: 1; transform: translateY(0px); } #ind03-sack .ind03-row .ind03-list1 .ind03-listview { opacity: 0; transform: translateY(0px); } } @media (max-width: 768px) { #ind03-sack .ind03-row .ind03-list1 .ind03-listbox { top: 0; } #ind03-sack .ind03-row .ind03-list1.current .ind03-listbox { top: 0; } #ind03-sack .ind03-row .ind03-list1 .ind03-listimg { padding-top: 6px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listimg img { width: 60px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtitle h2 { font-size: 18px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtext { padding-bottom: 18px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtext p { font-size: 14px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listview a { padding: 2px 16px; } #ind03-sack .ind03-row .ind03-list1 .ind03-listview a p { font-size: 12px; } } @media (max-width: 499px) { #ind03-sack .ind03-row .ind03-list1 .ind03-listimg { display: none; } #ind03-sack .ind03-row .ind03-list1 .ind03-listview { opacity: 1; transform: translateY(0px); } #ind03-sack .ind03-row .ind03-list1 .ind03-listbox { top: 50%; left: 50%; transform: translate(-50%, -50%); } #ind03-sack .ind03-row .ind03-list1.current .ind03-listbox { top: 50%; left: 50%; transform: translate(-50%, -50%); } #ind03-sack .ind03-row .ind03-list1 .ind03-listtitle h2 { font-size: 24px; font-weight: normal; } #ind03-sack .ind03-row .ind03-list1 .ind03-listtext p { line-height: 20px; } } #ind04-loca { margin: auto; } #ind04-loca .ind04-lf { background: #354B6D; } #ind04-loca .ind04-lf .ind04-swiper { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); } #ind04-loca .ind04-rg { padding: 0; } #ind04-loca .ind04-rg .ind04rg-top { height: 80vh; } #ind04-loca .ind04-rg .ind04rg-top img { height: 100%; width: 100%; object-fit: cover; object-position: center; } #ind04-loca .ind04-rg .ind04rg-btm { height: 20vh; background: #26355C; display: flex; align-items: center; justify-content: center; padding: 0 12px; } #ind04-loca .ind04-rg .ind04rg-btm img { width: 100%; } @media (max-width: 1200px) { #ind04-swiper>.swiper-bottom { display: none; } #ind04-loca .ind04-lf .ind04-swiper { padding-bottom: 40px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slibtn a p { margin-bottom: 20px; } #ind04-swiper>.swiper-pagination>span:nth-child(1)::after { content: "01"; } #ind04-swiper>.swiper-pagination>span:nth-child(2)::after { content: "02"; } #ind04-swiper>.swiper-pagination>span:nth-child(3)::after { content: "03"; } #ind04-swiper>.swiper-pagination>span:nth-child(4)::after { content: "04"; } #ind04-swiper>.swiper-pagination>span:nth-child(5)::after { content: "05"; } } @media (max-width: 499px) { #ind04-swiper>.swiper-wrapper .ind04-slicontext { padding-right: calc(var(--bs-gutter-x) * .5); padding: 0; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slismtitle h3 { font-size: 18px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slititle h2 { font-size: 28px; min-height: 56px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slismtitle { padding-bottom: 13px; padding-top: 38px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slitext { position: relative; padding-bottom: 20px; margin-bottom: 8px; } #ind04-swiper>.swiper-wrapper .ind04-sliimgbox .ind04-sliimg { padding: 16px 11px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slitext p { font-size: 14px; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slibtn a p { margin-bottom: 0px; } #ind04-swiper>.swiper-bottom { display: flex; transform: translateX(0); justify-content: space-between; position: absolute; bottom: 35%; left: 50%; transform: translateX(-50%); z-index: 8; width: 110%; } #ind04-swiper>.swiper-bottom .swiper-button-prev { width: 40px; height: 40px; } #ind04-swiper>.swiper-bottom .swiper-button-next { width: 40px; height: 40px; } } #ind05-bg { height: 100%; background: url(../images/ind05bg.jpg) no-repeat; background-size: cover; background-position: center; } #ind05-bg .ind05-sack { padding: 0 calc(2.5rem * .5); } #ind05-bg .ind05-sack .ind05-title { padding-bottom: 110px; } #ind05-bg .ind05-sack .ind05-title h2 { font-family: Arial; font-size: 40px; text-align: center; text-transform: uppercase; color: #26355C; } #ind05-swiper { overflow: hidden; position: relative; padding: 0 calc(6.5rem * .5); } #ind05-swiper>.swiper-wrapper .ind05-img { background: #FFFFFF; padding: 12px; transform: scale(0.8); transition: all 0.8s ease; } #ind05-swiper>.swiper-wrapper>.swiper-slide-active .ind05-img { transform: scale(1); transition: all 0.8s ease; } #ind05-swiper>.swiper-wrapper .ind05-img { margin-bottom: 26px; } #ind05-swiper>.swiper-wrapper .ind05-img img { width: 100%; } #ind05-swiper>.swiper-wrapper .ind05-text h2 { font-family: Arial; font-size: 14px; text-align: center; color: #26355C; opacity: 0; transition: all 0.5s ease; } #ind05-swiper>.swiper-wrapper .swiper-slide-active .ind05-text h2 { opacity: 1; } #ind05-swiper>.swiper-button-prev { left: 24px; top: 40%; } #ind05-swiper>.swiper-button-prev::after { font-size: 16px; font-weight: bold; background: #FFFFFF; border-radius: 50%; padding: 18px 22px; color: #26355C; bottom: 0; transition: all 0.5s ease; } #ind05-swiper>.swiper-button-prev:hover:after { background: #86C250; color: #FFFFFF; } #ind05-swiper>.swiper-button-next { right: 24px; top: 40%; } #ind05-swiper>.swiper-button-next::after { font-size: 16px; font-weight: bold; background: #FFFFFF; border-radius: 50%; padding: 18px 22px; color: #26355C; transition: all 0.5s ease; } #ind05-swiper>.swiper-button-next:hover:after { background: #86C250; color: #FFFFFF; } @media (max-width: 1200px) { #ind05-bg { background-position: top; background: #DEE0E6; } #ind05-swiper { padding: 0; } #ind05-bg .ind05-sack { margin: auto; padding-top: 40px; padding-bottom: 40px; } #ind05-swiper>.swiper-button-prev { display: none; } #ind05-swiper>.swiper-button-next { display: none; } #ind05-swiper>.swiper-pagination { display: none; } } @media (max-width: 499px) { #ind05-bg .ind05-sack { padding: 0; padding-top: 40px; padding-bottom: 40px; } #ind05-bg .ind05-sack .ind05-title h2 { font-size: 28px; } #ind05-bg .ind05-sack .ind05-title { padding-bottom: 24px; } #ind05-swiper>.swiper-wrapper .ind05-img { transform: scale(1); } #ind05-swiper>.swiper-pagination { display: block; bottom: -4px; } #ind05-swiper>.swiper-pagination .swiper-pagination-bullet-active { background: #86C250; } } #ind06-bg { height: 100%; background: url(../images/ind06bg.jpg) no-repeat; background-size: cover; background-position: center; position: relative; } #ind06-bg .ind06-loca { margin: auto; padding-top: 50px; padding-bottom: 200px; overflow: hidden; } #ind06-bg .ind06-loca .ind06-top .ind06-title { padding-bottom: 160px; } #ind06-bg .ind06-loca .ind06-top .ind06-title h2 { font-family: Arial; font-size: 40px; text-align: center; text-transform: uppercase; color: #FFFFFF; } #ind06-bg .ind06-loca .ind06-btm .ind06-logobox { display: flex; justify-content: center; } #ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo { background: #86C250; border-radius: 50%; padding: 74px 12px; position: relative; } #ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #86C250; border-radius: 50%; animation: spread1 10s linear infinite; opacity: 0; will-change: transform; z-index: 0; } #ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo1 { animation-delay: 0s; } #ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo2 { animation-delay: 2s; } #ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo3 { animation-delay: 4s; } #ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo4 { animation-delay: 6s; } #ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo .ind06-halo.ind06-halo5 { animation-delay: 8s; } @keyframes spread1 { 0% { transform: scale(1); opacity: .2 } 100% { transform: scale(6); opacity: 0 } } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo { position: absolute; transform-origin: 40% 40%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo .smlogobox { width: 100%; height: 100%; justify-content: center; align-items: center; animation-duration: 1.5s; background-color: #fff; border-radius: 50%; overflow: hidden; box-shadow: 0 0.15rem 0.3rem rgba(255, 147, 51, .05); will-change: transform; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo .smlogobox img { max-width: 100%; max-height: 100%; object-fit: contain; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo1 { left: 20%; top: 28%; animation: spin1 7s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo1 .smlogobox { padding: 20px 0px; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo1 .smlogobox img { animation: spin1 7s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo2 { left: 18%; top: 109%; animation: spin2 5s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo2 .smlogobox { padding: 28px 14px; animation-delay: 0.5s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo2 .smlogobox img { animation: spin2 5s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo3 { left: 26%; top: 66%; animation: spin2 9s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo3 .smlogobox { padding: 24px 15px; animation-delay: 0.3s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo3 .smlogobox img { animation: spin2 9s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 { left: 34%; top: 120%; animation: spin2 6s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 .smlogobox { padding: 42px 4px; animation-delay: 0.4s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 .smlogobox img { animation: spin2 6s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 { left: 35%; top: 32%; animation: spin1 8s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 .smlogobox { padding: 37px 4px; animation-delay: 0.1s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 .smlogobox img { animation: spin1 8s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 { left: 29%; top: -5%; animation: spin2 10s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 .smlogobox { padding: 44px 16px; animation-delay: 0.2s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 .smlogobox img { animation: spin2 10s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo7 { right: 36%; top: 15%; animation: spin1 9s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo7 .smlogobox { padding: 25px 26px; animation-delay: 0.1s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo7 .smlogobox img { animation: spin1 9s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 { right: 32%; top: 90%; animation: spin2 7s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 .smlogobox { padding: 27px 19px; animation-delay: 0.4s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 .smlogobox img { animation: spin2 7s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 { right: 24%; top: 41%; animation: spin1 10s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 .smlogobox { padding: 39px 16px; animation-delay: 0.2s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 .smlogobox img { animation: spin1 10s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo10 { right: 18%; top: 110%; animation: spin2 5s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo10 .smlogobox { padding: 23px 30px; animation-delay: 0.5s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo10 .smlogobox img { animation: spin2 5s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 { right: 13%; top: 67%; animation: spin2 8s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 .smlogobox { padding: 39px 8px; animation-delay: 0.3s; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 .smlogobox img { animation: spin2 8s infinite linear reverse; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 { right: 22%; top: -8%; animation: spin1 6s infinite linear; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 .smlogobox { padding: 19px 19px; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 .smlogobox img { animation: spin1 6s infinite linear reverse; } @keyframes spin1 { to { transform: rotate(1turn); } } @keyframes spin2 { to { transform: rotate(-1turn); } } @media (max-width: 1200px) { #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo1 { left: 13%; top: 30%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo3 { left: 7%; top: 73%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo2 { left: 16%; top: 50%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 { left: 27%; top: 69%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 { left: 29%; top: 32%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 { left: 25%; top: 7%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo7 { right: 32%; top: 19%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 { right: 33%; top: 79%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 { right: 24%; top: 57%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo10 { right: 8%; top: 76%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 { right: 10%; top: 47%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 { right: 19%; top: 2%; } #ind06-bg .ind06-loca .ind06-btm .ind06-logobox .ind06-logo { padding: 62px 2px; } } #ind07-bg { height: 100%; background: url(../images/ind07bg.jpg) no-repeat; background-size: cover; background-position: center; position: relative; } #ind07-bg .ind07-loca { margin: auto; padding-top: 40px; padding-bottom: 50px; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-title { padding-top: 56px; padding-bottom: 60px; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-title h2 { font-family: Arial; font-size: 25px; font-weight: bold; color: #FFFFFF; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div { display: flex; font-family: Arial; font-size: 16px; color: #FFFFFF; padding-bottom: 18px; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div:last-child { padding-bottom: 100px; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div i { font-size: 18px; margin-right: 18px; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p { display: flex; align-items: center; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p a { display: flex; font-family: Arial; font-size: 16px; color: #FFFFFF; background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 3px; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p a:hover { background-position: left 80%; background-size: 100% 1px; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p a span { transition: all 0.5s ease; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div p a span:hover { color: #86C250; } #ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox { background: #26355c58; padding: 56px 110px; border-radius: 10px; } #ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox .ind07-rgtitle { padding-bottom: 37px; } #ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox .ind07-rgtitle h2 { font-family: Arial; font-size: 24px; font-weight: bold; text-align: center; text-transform: uppercase; color: #FFFFFF; } @media (max-width: 1400px) { #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-title { padding-top: 36px; } #ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox { padding: 36px 50px; } } @media (max-width: 499px) { #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-title h2 { font-size: 22px; font-weight: normal; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-title { padding-top: 0px; padding-bottom: 36px; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div { padding-bottom: 6px; } #ind07-bg .ind07-loca .ind07-sack .ind07-lf .ind07lf-context>div:last-child { padding-bottom: 28px; } #ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox { padding: 22px 12px; } #indmyform .online-information .fillinbox .bigbox input { padding: 10px 14px; } #indmyform .online-information .fillinbox .bigbox { padding-bottom: 14px; } #ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox .ind07-rgtitle { padding-bottom: 25px; } #ind07-bg .ind07-loca .ind07-sack .ind07-rg .ind07-rgbox .ind07-rgtitle h2 { font-size: 22px; } #ind07-bg .ind07-loca { margin: auto; padding-top: 40px; padding-bottom: 140px; } #indmyform .online-information .indfrom-btn1 input { padding: 8px 0; } #indmyform .online-information .indfrom-btn2 button { padding: 8px 0; } #ind07-bg .indfoot { bottom: 60px !important; } #ind07-bg .indfoot .indfoot-loca .indfootlf { padding-right: 0 !important; } #ind07-bg .indfoot .indfoot-loca .indfootlf .copy a p { font-size: 13px !important; } #ind07-bg .indfoot .indfoot-loca .indfootrg .support p { font-size: 13px !important; } #ind07-bg .indfoot { padding: 8px 0 !important; } } #ind07-bg .indfoot { position: absolute; left: 0; bottom: 0; width: 100%; background: #26355cbf; padding: 20px 0; } #ind07-bg .indfoot .indfoot-loca { display: flex; align-items: center; justify-content: center; flex-direction: column; } #ind07-bg .indfoot .indfoot-loca .indfootlf { padding-right: 26px; } #ind07-bg .indfoot .indfoot-loca .indfootlf .copy a p { font-size: 14px; color: #D6D6D6; font-family: Arial; } #ind07-bg .indfoot .indfoot-loca .indfootrg .support p { font-family: Arial; font-size: 14px; color: #D6D6D6 } #ind07-bg .indfoot .indfoot-loca .indfootrg .support p a { background: linear-gradient(to right, #86C250, #86C250) no-repeat right 80%; background-size: 0px 1px; transition: background-size 0.5s; padding-bottom: 8px; font-family: Arial; font-size: 14px; color: #D6D6D6 } #ind07-bg .indfoot .indfoot-loca .indfootrg .support p a:hover { background-position: left 80%; background-size: 100% 1px; } #ind07-bg .indfoot .indfoot-loca .indfootrg .support p a span { transition: all 0.5s ease; } #ind07-bg .indfoot .indfoot-loca .indfootrg .support p a:hover span { color: #86C250; } @media (max-width: 992px) { #ind06-bg .ind06-loca { padding-bottom: 400px; } #ind06-bg .ind06-loca .ind06-top .ind06-title { padding-bottom: 222px; } } @media (max-width: 499px) { #ind06-bg .ind06-loca .ind06-top .ind06-title h2 { font-size: 28px; } #ind06-bg .ind06-loca { padding-bottom: 437px; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo2 { left: 9%; top: 58%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 { left: 57%; top: 74%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo5 { left: 70%; top: 24%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo6 { left: -1%; top: 12%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo10 { right: 7%; top: 89%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo9 { right: 24%; top: 59%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo8 { right: 48%; top: 85%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo11 { right: -2%; top: 55%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo12 { right: 3%; top: 11%; } #ind06-bg .ind06-loca .ind06-btm .ind06-smalllogobox .ind06-smalllogo .smlogo4 .smlogobox { padding: 38px 0px; } #ind05-swiper>.swiper-wrapper .ind05-text { display: none; } #ind04-swiper>.swiper-wrapper .ind04-slicontext .ind04-slititle { padding-bottom: 15px; } #ind04-swiper>.swiper-wrapper .ind04-sliimgbox .ind04-sliimgbg { padding: 34px; } } /* 修改栏目 池野。 tel/wachat:18720248770 2024.07.10 */ #ind-swiper>.swiper-wrapper .ind06-bg { background: #354B6D; } #so06 .so06Tit { padding-bottom: 73px; } #so06 .so06Tit p { font-family: Arial; font-size: 28px; font-weight: bold; line-height: normal; letter-spacing: 0em; color: #86C250; } #so06 .so06Sw_01 { position: relative; margin-bottom: 70px; } #so06Sw_01 { overflow: hidden; } #so06Sw_01>.swiper-wrapper .swiper-slide>a { display: flex; align-items: center; justify-content: space-between; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon { flex: 0 0 auto; width: calc(50% - 2%); } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt { padding-bottom: 54px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt p { font-family: Arial; font-size: 40px; font-weight: normal; line-height: normal; letter-spacing: 0em; color: #FFFFFF; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; width: 670px; max-width: 100%; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swtx p { font-family: Arial; font-size: 16px; font-weight: normal; line-height: 29px; letter-spacing: 0em; color: #FFFFFF; opacity: 0.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; text-overflow: ellipsis; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swimg { flex: 0 0 auto; width: 50%; padding-left: 2%; margin: 0; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swimg>.imgbox { width: 760px; max-width: 100%; overflow: hidden; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swimg img { width: 100%; transition: all 0.5s ease; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swimg:hover img { transform: scale(1.06); } #so06Sw_01>.swiper-button { display: flex; align-items: center; justify-content: flex-end; position: absolute; right: 0; bottom: -140px; } #so06Sw_01>.swiper-button>div { position: static; width: 60px; height: 60px; background: #FFFFFF; display: block; margin-top: 0; transition: all 0.5s ease; /* border: 0.5px solid #e6e6e6; */ margin: 0 0.5px; opacity: 1; } #so06Sw_01>.swiper-button>div:hover { background: #86C250; border-radius: 0 20px 0 20px; } #so06Sw_01>.swiper-button>div::after { font-size: 22px; line-height: 22px; color: #86C250; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } #so06Sw_01>.swiper-button>div:hover:after { color: #FFFFFF; } #so06Sw_01>.swiper-button .swiper-button-prev::after { content: "←"; } #so06Sw_01>.swiper-button .swiper-button-next::after { content: "→"; } #so06Sw_02 { width: 96%; } #so06Sw_02>.swiper-wrapper { transform: translate3d(0px, 0, 0) !important; } #so06Sw_02>.swiper-wrapper .swiper-slide { margin-right: 10%; flex: 1; } #so06Sw_02>.swiper-wrapper .swiper-slide .so06Sw_02p { display: flex; align-items: center; position: relative; padding-bottom: 10px; cursor: pointer; } #so06Sw_02>.swiper-wrapper .swiper-slide .so06Sw_02p::after { position: absolute; content: ""; width: 100%; height: 1px; left: 0; bottom: 0; background: #FFFFFF; opacity: 0.5; } #so06Sw_02>.swiper-wrapper .swiper-slide .so06Sw_02p::before { position: absolute; content: ""; width: 0%; height: 1px; left: 0; bottom: 0; background: #86C250; } #so06Sw_02>.swiper-wrapper .swiper-slide.swiper-slide-active .so06Sw_02p::before { width: 100%; transition: all 5s ease; } #so06Sw_02>.swiper-wrapper .swiper-slide .so06Sw_02p img { width: 70px; } #so06Sw_02>.swiper-wrapper .swiper-slide .so06Sw_02p p { font-family: Microsoft YaHei; font-size: 22px; font-weight: normal; line-height: 29px; letter-spacing: 0em; color: #FFFFFF; } #so06Swpagination { display: none; } @media (max-width: 1536px) { #so06 .so06Tit { padding-bottom: 46px; } #so06Sw_01>.swiper-button { bottom: -122px } #so06Sw_01>.swiper-button>div { width: 50px; height: 50px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt { padding-bottom: 40px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swimg>.imgbox img { min-height: 340px; object-fit: cover; object-position: center; } #so06Sw_02 { width: 84%; } #so06Sw_02>.swiper-wrapper .swiper-slide { margin-right: 2%; } #so06Sw_02>.swiper-wrapper .swiper-slide .so06Sw_02p img { width: 50px; } #so06Sw_02>.swiper-wrapper .swiper-slide .so06Sw_02p p { font-size: 16px; line-height: 19px; } } @media (max-width: 1200px) { #ind06-bg { background: #354B6D; } #ind06-bg .ind06-loca { padding-bottom: 98px; } #so06 .so06Sw_01 { margin-bottom: 28px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a { justify-content: space-between; align-items: center; flex-direction: column; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon { width: 100%; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt { padding-bottom: 14px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt p { width: 100%; line-height: 52px; min-height: 104px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swtx { padding-bottom: 20px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swtx p { min-height: 145px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swimg { width: 100%; padding: 0; display: flex; justify-content: center; } } @media (max-width: 700px) { #so06Sw_02 { display: none; } #so06Sw_02>.swiper-wrapper .swiper-slide .so06Sw_02p { justify-content: center; } #so06Sw_02>.swiper-wrapper .swiper-slide .so06Sw_02p p { display: none; } #so06Swpagination { display: flex; justify-content: center; padding-top: 20px; } #so06Swpagination .swiper-pagination-bullet-active { background: #86C250; } #so06Sw_01>.swiper-button { display: none; } #ind06-bg .ind06-loca { padding-bottom: 122px; } } @media (max-width: 499px) { #so06 .so06Tit p { font-size: 18px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt p { font-size: 28px; line-height: 38px; min-height: 56px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swtx p { font-size: 14px; line-height: 22px; min-height: 132px; } #so06Sw_01>.swiper-wrapper .swiper-slide>a .so06Swimg>.imgbox img { min-height: auto; } #so06 .so06Tit { padding-bottom: 30px; } #so06Swpagination { display: flex; justify-content: center; padding-top: 20px; } #so06Swpagination .swiper-pagination-bullet-active { background: #86C250; } #so06Sw_01>.swiper-button { display: none; } #ind06-bg .ind06-loca { padding-bottom: 4px; } } #so06Sw_01_1 { overflow: hidden; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a { display: flex; align-items: center; justify-content: space-between; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon { flex: 0 0 auto; width: calc(50% - 2%); } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt { padding-bottom: 54px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt p { font-family: Arial; font-size: 40px; font-weight: normal; line-height: normal; letter-spacing: 0em; color: #FFFFFF; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; width: 670px; max-width: 100%; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swtx p { font-family: Arial; font-size: 16px; font-weight: normal; line-height: 29px; letter-spacing: 0em; color: #FFFFFF; opacity: 0.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; text-overflow: ellipsis; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swimg { flex: 0 0 auto; width: 50%; padding-left: 2%; margin: 0; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swimg>.imgbox { width: 760px; max-width: 100%; overflow: hidden; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swimg img { width: 100%; transition: all 0.5s ease; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swimg:hover img { transform: scale(1.06); } #so06Sw_01_1>.swiper-button { display: flex; align-items: center; justify-content: flex-end; position: absolute; right: 0; bottom: -140px; } #so06Sw_01_1>.swiper-button>div { pointer-events: auto !important; position: static; width: 60px; height: 60px; background: #FFFFFF; display: block; margin-top: 0; transition: all 0.5s ease; /* border: 0.5px solid #e6e6e6; */ margin: 0 0.5px; opacity: 1; } #so06Sw_01_1>.swiper-button>div:hover { background: #86C250; border-radius: 0 20px 0 20px; } #so06Sw_01_1>.swiper-button>div::after { font-size: 22px; line-height: 22px; color: #86C250; font-weight: bold; display: block; width: 100%; text-align: center; position: relative; top: 50%; transform: translateY(-50%); } #so06Sw_01_1>.swiper-button>div:hover:after { color: #FFFFFF; } #so06Sw_01_1>.swiper-button .swiper-button-prev::after { content: "←"; } #so06Sw_01_1>.swiper-button .swiper-button-next::after { content: "→"; } #so06Sw_02_2 { width: 96%; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p p { font-family: Microsoft YaHei; font-size: 22px; font-weight: normal; line-height: 29px; letter-spacing: 0em; color: #FFFFFF; } #so06Sw_02_2>.swiper-wrapper { transform: translate3d(0px, 0, 0) !important; } #so06Sw_02_2>.swiper-wrapper .swiper-slide { margin-right: 10%; flex: 1; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p { display: flex; align-items: center; position: relative; padding-bottom: 10px; cursor: pointer; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p::after { position: absolute; content: ""; width: 100%; height: 1px; left: 0; bottom: 0; background: #FFFFFF; opacity: 0.5; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p::before { position: absolute; content: ""; width: 0%; height: 1px; left: 0; bottom: 0; background: #86C250; } #so06Sw_02_2>.swiper-wrapper .swiper-slide.swiper-slide-active .so06Sw_02p::before { width: 100%; transition: all 5s ease; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p img { width: 70px; } #so06Sw_02_2.swiper-wrapper .swiper-slide .so06Sw_02p p { font-family: Microsoft YaHei; font-size: 22px; font-weight: normal; line-height: 29px; letter-spacing: 0em; color: #FFFFFF; } #so06Swpagination_1 { display: none; } @media (max-width: 1536px) { #so06 .so06Tit { padding-bottom: 46px; } #so06Sw_01_1>.swiper-button { bottom: -122px } #so06Sw_01_1>.swiper-button>div { width: 50px; height: 50px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt { padding-bottom: 40px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swimg>.imgbox img { min-height: 340px; object-fit: cover; object-position: center; } #so06Sw_02_2 { width: 84%; } #so06Sw_02_2>.swiper-wrapper .swiper-slide { margin-right: 2%; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p img { width: 50px; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p p { font-size: 16px; line-height: 19px; } } @media (max-width: 1200px) { #so06Sw_01_1>.swiper-wrapper .swiper-slide>a { justify-content: space-between; align-items: center; flex-direction: column-reverse; } #so06Sw_02_2 { width: 100%; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p p { opacity: 0; } #so06Sw_01_1>.swiper-button { left: 50%; transform: translateX(-50%); width: 100%; justify-content: center; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p img { opacity: 0; } #so06Sw_01_1>.swiper-button { bottom: -160px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon { width: 100%; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt { padding-bottom: 14px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt p { width: 100%; line-height: 52px; min-height: 104px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swtx p { min-height: 145px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swimg>.imgbox { margin-bottom: 20px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swimg { width: 100%; padding: 0; display: flex; justify-content: center; } } @media (max-width: 700px) { #so06Sw_02_2 { display: block; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p { justify-content: center; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p p { display: none; } #so06Swpagination_1 { display: flex; justify-content: center; padding-top: 20px; } #so06Swpagination_1 .swiper-pagination-bullet-active { background: #86C250; } } @media (max-width: 499px) { #so06 .so06Tit p { font-size: 18px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swt p { font-size: 26px; line-height: 34px; min-height: 56px; -webkit-line-clamp: 4; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swcon .so06Swtx p { font-size: 14px; line-height: 20px; min-height: 132px; -webkit-line-clamp: 12; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swimg>.imgbox img { min-height: auto; } #so06 .so06Tit { padding-bottom: 30px; } #so06Swpagination_1 { display: flex; justify-content: center; padding-top: 20px; } #so06Swpagination_1 .swiper-pagination-bullet-active { background: #86C250; } #so06 .so06Sw_01 { margin-bottom: 0px; } #so06Sw_02_2>.swiper-wrapper .swiper-slide .so06Sw_02p img { width: 34px; } #so06Swpagination_1 { display: none; } #ind06-bg .ind06-loca { padding-bottom: 4px; } #so06Sw_01_1>.swiper-wrapper .swiper-slide>a .so06Swimg>.imgbox { margin-bottom: 10px; } #ind06-bg .ind06-loca { padding-bottom: 116px; } #so06Sw_01_1>.swiper-button { bottom: -120px; } #so06Sw_01_1>.swiper-button>div { width: 42px; height: 42px; } } /* 语言添加 */ #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country { position: relative; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country>a { padding: 0 12px; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country>a .iconame { display: flex; align-items: center; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country>a .iconame>p { padding-top: 0; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country>a .iconame>img:nth-of-type(1) { width: 18px; margin-right: 6px; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country>a .iconame>img:nth-of-type(2) { width: 8px; margin-left: 6px; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country .contSec { position: absolute; background: #2E6DB0; opacity: 0; right: 0; width: calc(100% - 20px); top: 70px; max-height: 0; overflow: hidden; transition: all 0.5s ease; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country:hover .contSec { max-height: 140px; opacity: 1; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country .contSec .contSecSa>a { display: flex; align-items: center; justify-content: center; padding: 12px 0; position: relative; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country .contSec .contSecSa>a::after { position: absolute; content: ""; width: 100%; height: 2px; bottom: 0; left: 0; background: #86C250; transition: all 0.5s ease; opacity: 0; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country .contSec .contSecSa>a:hover:after { width: 100%; opacity: 1; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country .contSec .contSecSa>a img { width: 20px; margin-right: 6px; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country .contSec .contSecSa>a p { font-family: Arial; font-size: 14px; color: #FFFFFF; transition: all 0.5s ease; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country .contSec .contSecSa>a:hover p { color: #86C250; } @media (max-width: 499px) { #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country .contSec { top: 62px; } #header .navWrap .navWrap-loca .navWrap-sack .navrg .navrgbox .country .contSec .contSecSa>a { padding: 6px 0; } #clickNavigation { margin-left: 4px; } }