| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836 |
- <template>
- <section class="container">
- <!-- 品牌实力部分结束 -->
- </section>
- </template>
- <script>
- import axios from "axios";
- // import indexVideo from "~/components/home/indexVideo";
- export default {
- data() {
- return {};
- },
- components: {
- // indexVideo,
- },
- head() {
- return {
- };
- },
- async asyncData({ params, store }) {
- },
- };
- </script>
- <style scoped>
- /*banner*/
- #common-banner {
- position: relative;
- overflow: hidden;
- width: 100%;
- height: 600px;
- }
- .common-banner-container {
- position: relative;
- width: 1200px;
- height: 100%;
- margin: 0 auto;
- }
- .common-banner-img {
- position: absolute;
- top: 0;
- left: 50%;
- overflow: hidden;
- width: 1920px;
- height: 100%;
- margin-left: -960px;
- }
- /*banner*/
- /*brand story*/
- div#brand-story {
- width: 100%;
- height: auto;
- }
- .story-content {
- width: 1200px;
- height: auto;
- margin: 0 auto;
- }
- .story-content-top {
- width: 100%;
- height: auto;
- padding: 162px 0 100px;
- text-align: center;
- }
- .story-content-top-titleC {
- width: 100%;
- height: auto;
- font-size: 38px;
- font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
- "source-han-serif-sc", "STZhongsong", "宋体", "serif";
- font-weight: 900;
- color: #22202b;
- line-height: 46px;
- }
- .story-content-top-titleE {
- width: 100%;
- height: auto;
- font-size: 14px;
- color: #858585;
- line-height: 22px;
- }
- .story-content-top-description {
- width: 100%;
- height: auto;
- font-size: 14px;
- color: #858585;
- line-height: 22px;
- }
- .story-content-box {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding-bottom: 90px;
- }
- .story-margaret {
- overflow: hidden;
- width: 100%;
- }
- .story-margaret-left {
- float: left;
- width: 661px;
- height: 370px;
- }
- .story-margaret-left img {
- width: 100%;
- height: 100%;
- }
- .story-margaret-right {
- float: right;
- width: 340px;
- height: 370px;
- border-bottom: 2px solid #d5d5d8;
- }
- .story-margaret-titleC {
- width: 100%;
- height: auto;
- color: #22202b;
- font-size: 22px;
- font-weight: bold;
- line-height: 28px;
- text-align: right;
- }
- .story-margaret-titleE {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding: 5px 0 15px;
- color: #ccc;
- font-size: 12px;
- line-height: 18px;
- text-align: right;
- }
- .story-margaret-add {
- width: 100%;
- height: auto;
- padding-top: 70px;
- color: #000;
- font-size: 36px;
- font-weight: bolder;
- text-align: right;
- }
- .story-margaret-intro {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding: 77px 0 60px;
- color: #858585;
- font-size: 14px;
- line-height: 22px;
- text-align: left;
- }
- .story-margaret-intro-left {
- float: left;
- width: 600px;
- height: auto;
- padding-right: 60px;
- box-sizing: border-box;
- }
- .story-margaret-intro-right {
- float: right;
- width: 600px;
- height: auto;
- padding-left: 60px;
- box-sizing: border-box;
- }
- .story-margaret-intro p {
- padding-top: 24px;
- }
- .story-margaret-intro h3 {
- padding-top: 24px;
- color: #22202b;
- }
- /*brand story*/
- /*brand background*/
- div#brand-background {
- width: 100%;
- height: auto;
- background: #f9f9fa;
- }
- .background-content {
- width: 1200px;
- height: auto;
- margin: 0 auto;
- }
- .background-content-top {
- width: 100%;
- height: auto;
- padding: 162px 0 100px;
- text-align: center;
- }
- .background-content-top-titleC {
- width: 100%;
- height: auto;
- font-size: 38px;
- font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
- "source-han-serif-sc", "STZhongsong", "宋体", "serif";
- font-weight: 900;
- color: #22202b;
- line-height: 46px;
- }
- .background-content-top-titleE {
- width: 100%;
- height: auto;
- font-size: 14px;
- color: #858585;
- line-height: 22px;
- }
- .background-content-top-description {
- width: 100%;
- height: auto;
- font-size: 14px;
- color: #858585;
- line-height: 22px;
- }
- .background-content-box {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding-bottom: 170px;
- }
- .background-content-box ul {
- overflow: hidden;
- width: 100%;
- }
- li.background-list {
- float: left;
- overflow: hidden;
- width: 400px;
- height: auto;
- box-sizing: border-box;
- }
- .background-content-box ul li:last-child {
- padding-left: 50px;
- }
- .background-list-title {
- overflow: hidden;
- width: 100%;
- height: 48px;
- color: #6d6d6d;
- font-size: 18px;
- font-weight: bold;
- text-align: left;
- line-height: 48px;
- }
- .background-list-title p {
- overflow: hidden;
- width: 100%;
- height: 100%;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .bg-list-intro {
- overflow: hidden;
- width: 300px;
- height: auto;
- padding: 35px 0 50px;
- color: #858585;
- font-size: 14px;
- line-height: 20px;
- text-align: left;
- }
- /*brand background*/
- /*发展历程部分*/
- div#brand-development {
- width: 100%;
- height: auto;
- }
- .development-content {
- width: 1200px;
- height: auto;
- margin: 0 auto;
- }
- .development-content-top {
- width: 100%;
- height: auto;
- padding: 162px 0 100px;
- text-align: center;
- }
- .development-content-top-titleC {
- width: 100%;
- height: auto;
- font-size: 38px;
- font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
- "source-han-serif-sc", "STZhongsong", "宋体", "serif";
- font-weight: 900;
- color: #22202b;
- line-height: 46px;
- }
- .development-content-top-titleE {
- width: 100%;
- height: auto;
- font-size: 14px;
- color: #858585;
- line-height: 22px;
- }
- .development-content-top-description {
- width: 100%;
- height: auto;
- font-size: 14px;
- color: #858585;
- line-height: 22px;
- }
- .development-content-box {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding-bottom: 120px;
- }
- .development-content-img {
- overflow: hidden;
- width: 461px;
- height: 225px;
- margin: 0 auto 25px;
- }
- .development-content-img img {
- width: 100%;
- height: 100%;
- }
- .development-process {
- position: relative;
- overflow: hidden;
- width: 100%;
- height: auto;
- padding: 75px 0 120px;
- }
- .development-process ul {
- overflow: hidden;
- width: 100%;
- }
- .development-list {
- position: relative;
- display: flex;
- overflow: hidden;
- width: 612px;
- align-items: center;
- }
- .development-process ul li:nth-child(2n + 1) {
- float: right;
- }
- .development-process ul li:nth-child(2n + 1)::before {
- position: absolute;
- top: 50%;
- left: 0;
- content: "";
- width: 6px;
- height: 40px;
- margin-top: -20px;
- background: #000;
- z-index: 66;
- }
- .development-process ul li:nth-child(2n) {
- float: left;
- }
- .development-process ul li:nth-child(2n)::before {
- position: absolute;
- top: 50%;
- right: 18px;
- content: "";
- width: 6px;
- height: 40px;
- margin-top: -20px;
- background: #000;
- z-index: 66;
- }
- .development-time {
- width: 160px;
- color: #22202b;
- font-size: 22px;
- font-weight: bold;
- text-align: center;
- }
- .development-intro {
- overflow: hidden;
- width: 440px;
- color: #858585;
- font-size: 14px;
- line-height: 22px;
- text-align: left;
- }
- .development-process ul li:nth-child(2) {
- margin-top: 40px;
- }
- .development-process ul li:nth-child(3) {
- margin-top: 60px;
- }
- .development-process ul li:nth-child(4) {
- margin-top: 60px;
- }
- /* .development-process ul li:nth-child(3),.development-process ul li:nth-child(4) {
- margin-top: 15px;
- } */
- .development-process ul li:nth-child(5) {
- margin-top: 37px;
- }
- .development-process ul li:nth-child(6) {
- margin-top: 40px;
- }
- /* .development-process ul li:nth-child(3) p:nth-child(4),.development-process ul li:nth-child(4) p:nth-child(2) {
- margin-top: 20px;
- } */
- .development-fauture {
- width: 100%;
- height: auto;
- }
- .development-fauture-title {
- width: 100%;
- height: auto;
- text-align: center;
- }
- p.fauture-title {
- width: 100%;
- height: auto;
- color: #22202b;
- font-size: 22px;
- font-weight: bold;
- line-height: 44px;
- }
- p.fauture-title-intro {
- width: 100%;
- height: auto;
- color: #22202b;
- font-size: 18px;
- line-height: 34px;
- }
- .development-fauture-intro {
- overflow: hidden;
- width: 780px;
- margin: 0 auto;
- padding-top: 85px;
- color: #858585;
- font-size: 14px;
- line-height: 22px;
- }
- .development-timelines {
- position: absolute;
- top: 0;
- left: 49.3%;
- width: 1px;
- height: 1095px;
- background: #eee;
- z-index: -1;
- }
- /*发展历程部分结束*/
- /*品牌理念部分*/
- div#brand-concept {
- width: 100%;
- height: auto;
- background: #f9f9fa;
- }
- .concept-content {
- width: 1200px;
- height: auto;
- margin: 0 auto;
- }
- .concept-content-top {
- width: 100%;
- height: auto;
- padding: 162px 0 100px;
- text-align: center;
- }
- .concept-content-top-titleC {
- width: 100%;
- height: auto;
- font-size: 38px;
- font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
- "source-han-serif-sc", "STZhongsong", "宋体", "serif";
- font-weight: 900;
- color: #22202b;
- line-height: 46px;
- }
- .concept-content-top-titleE {
- width: 100%;
- height: auto;
- font-size: 14px;
- color: #858585;
- line-height: 22px;
- }
- .concept-content-top-description {
- width: 100%;
- height: auto;
- font-size: 14px;
- color: #858585;
- line-height: 22px;
- }
- .concept-content-box {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding-bottom: 160px;
- }
- .concept-intro {
- overflow: hidden;
- width: 100%;
- height: auto;
- }
- .concept-intro-left {
- float: left;
- overflow: hidden;
- width: 461px;
- height: 225px;
- }
- .concept-intro-left img {
- width: 100%;
- height: 100%;
- }
- .concept-intro-right {
- float: right;
- width: 650px;
- height: auto;
- }
- .concept-intro-title {
- overflow: hidden;
- width: 100%;
- height: 58px;
- color: #22202b;
- font-size: 22px;
- font-weight: bold;
- line-height: 58px;
- text-align: left;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .concept-intro-content {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding-top: 22px;
- color: #858585;
- font-size: 14px;
- line-height: 20px;
- text-align: left;
- }
- .concept-details {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding-top: 145px;
- }
- .concept-details-left {
- float: left;
- width: 550px;
- height: auto;
- }
- .concept-details-right {
- float: right;
- width: 648px;
- height: 356px;
- }
- .concept-details-video {
- overflow: hidden;
- width: 100%;
- height: 100%;
- background-color: #000;
- }
- .brand-slogan {
- overflow: hidden;
- width: 100%;
- height: auto;
- margin-top: 30px;
- }
- p.brand-concept-title {
- width: 100%;
- height: 38px;
- color: #6d6d6d;
- font-size: 22px;
- line-height: 28px;
- text-align: left;
- }
- p.brand-concept-desc {
- overflow: hidden;
- width: 100%;
- height: 30px;
- color: #858585;
- font-size: 14px;
- line-height: 30px;
- text-align: left;
- }
- .concept-details-left .brand-slogan:first-child {
- margin-top: 0;
- }
- /*品牌理念部分结束*/
- /*品牌实力部分*/
- div#brand-strength {
- width: 100%;
- height: auto;
- }
- .strength-content {
- width: 1200px;
- height: auto;
- margin: 0 auto;
- }
- .strength-content-first {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding: 162px 0 140px;
- text-align: center;
- }
- .strength-content-left {
- float: left;
- overflow: hidden;
- width: 434px;
- height: 700px;
- }
- .strength-content-right {
- float: right;
- width: 600px;
- height: auto;
- padding-left: 37px;
- box-sizing: border-box;
- }
- .strength-content-titleC {
- overflow: hidden;
- width: 100%;
- height: 40px;
- color: #22202b;
- font-size: 38px;
- font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif",
- "source-han-serif-sc", "STZhongsong", "宋体", "serif";
- font-weight: 900;
- line-height: 40px;
- text-align: left;
- }
- .strength-content-titleE {
- width: 100%;
- height: auto;
- margin-top: 34px;
- color: #6d6d6d;
- font-size: 14px;
- line-height: 16px;
- text-align: left;
- }
- .strength-content-description {
- overflow: hidden;
- width: 100%;
- height: 45px;
- margin-top: 105px;
- color: #22202b;
- font-size: 22px;
- line-height: 45px;
- text-align: left;
- }
- .strength-content-intro {
- overflow: hidden;
- width: 100%;
- height: auto;
- margin-top: 90px;
- color: #858585;
- font-size: 14px;
- line-height: 22px;
- text-align: left;
- }
- .strength-content-box {
- width: 100%;
- height: auto;
- padding-bottom: 240px;
- }
- .strength-content-box ul {
- overflow: hidden;
- width: 100%;
- height: auto;
- }
- .strength-content-box ul li {
- float: left;
- width: 364px;
- height: auto;
- margin-left: 54px;
- }
- .strength-content-box ul li:first-child {
- margin-left: 0px;
- }
- .strength-main {
- overflow: hidden;
- width: 100%;
- height: 100%;
- }
- .strength-main-img {
- cursor: pointer;
- -webkit-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .strength-main-imgcd {
- overflow: hidden;
- width: 364px;
- height: 200px;
- background: url("~assets/images/brand/strength-main-chengdu.png") center
- center no-repeat;
- }
- .strength-main-imgcd:hover {
- background: url("~assets/images/brand/strength-main-chengdu2.jpg") center
- center no-repeat;
- }
- .strength-main-imgnj {
- overflow: hidden;
- width: 364px;
- height: 200px;
- background: url("~assets/images/brand/strength-main-nanjing.png") center
- center no-repeat;
- }
- .strength-main-imgnj:hover {
- background: url("~assets/images/brand/strength-main-nanjing2.jpg") center
- center no-repeat;
- }
- .strength-main-imgdg {
- overflow: hidden;
- width: 364px;
- height: 200px;
- background: url("~assets/images/brand/strength-main-dongguan.png") center
- center no-repeat;
- }
- .strength-main-imgdg:hover {
- background: url("~assets/images/brand/strength-main-dongguan2.jpg") center
- center no-repeat;
- }
- .strength-main-title {
- overflow: hidden;
- width: 100%;
- height: auto;
- padding-top: 10px;
- color: #858585;
- font-size: 18px;
- line-height: 22px;
- text-align: center;
- }
- /*品牌实力部分结束*/
- </style>
|