123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443 |
- /*滚动轴*/
- body {
- font-family: "AritaHeiti","微软雅黑";
- overflow-x: hidden;
- }
- ::-webkit-scrollbar{
- width: 0;
- }
- :-webkit-scrollbar-track {
- background-color: #F5F5F5;
- }
- *,
- *:before,
- *:after {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- ::-webkit-scrollbar {
- width: 0px;
- background-color: #F5F5F5;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .clearfix {
- zoom: 1;
- }
- .clearfix:after {
- content: '';
- display: block;
- clear: both;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #999;
- }
- .wrap {
- width: 90%;
- margin: 0 auto;
- }
- .hidden {
- display: none;
- }
- .w_1440 {
- width: 1440px;/*1440px*/
- margin: 0 auto;
- }
- .close-bar{
- width: 100%;
- height: 40px;
- line-height: 40px;
- background: url(http://yun-image.elab-plus.com/images/projects/1_objects@2x_3.png) no-repeat 50% 50%;
- background-size: contain;
- cursor: pointer;
- }
- .head_box {
- position: relative;
- padding: 20px 0;
- height: 24px;
- }
- .menu_btn {
- text-align: center;
- }
- .menu_btn img,
- .menu_btn span {
- display: inline-block;
- vertical-align: middle;
- }
- .menu_btn span {
- font-size: 22px;
- color: #fff;
- margin-left: 18px;
- }
- .logo {
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- .csr {
- height: 908px;
- background: url(http://yun-image.elab-plus.com/images/Main@2x.png) center no-repeat;
- background-size: cover;
- text-align: center;
- padding: 393px 0 0;
- }
- .csr h3 {
- font-size: 76px;
- color: #fff;
- font-family: "AritaHeiti";
- }
- .csr_text {
- font-size: 43px;
- color: #fff;
- font-family: "AritaHeiti";
- }
- .a_btn {
- margin-top: 200px;
- text-align: center;
- }
- .a_btn a {
- width: 160px;
- height: 50px;
- font-size: 16px;
- color: #000;
- text-align: center;
- display: inline-block;
- line-height: 50px;
- background: #fff;
- border-radius: 40px;
- font-family: "AritaHeiti";
- }
- .s_v {
- margin-right: 50px;
- }
- .section2 p {
- font-size: 20px;
- color: #fff;
- line-height: 1.6;
- font-family: "AritaHeiti";
- max-width: 850px;
- margin: 0 auto 40px;
- text-align: left;
- }
- .section2 {
- padding: 7% 0;
- text-align: center;
- }
- .section2 h3 {
- font-size: 40px;
- color: #fff;
- font-family: "AritaHeiti";
- margin-bottom: 55px;
- }
- .yewu {
- margin-top: 104px;
- }
- .yewu li {
- float: left;
- width: 25%;
- }
- .section3>h3 {
- font-size: 40px;
- color: #fff;
- font-family: "AritaHeiti";
- }
- .section3 {
- background: url(http://yun-image.elab-plus.com/images/bg01.png) center no-repeat;
- background-size: 100% 100%;
- text-align: center;
- padding: 58px 0 67px;
- position: relative;
- z-index: 5;
- }
- .yewu li h3 {
- font-size: 120px;
- color: #3dadc0;
- font-family: "DINCond";
- }
- .yewu li p {
- font-size: 25px;
- color: #fff;
- margin-top: 23px;
- font-family: "AritaHeiti";
- }
- .section4 {
- padding: 24% 0 0;
- background: #1e2538;
- margin-top: -147px;
- }
- .section4_list {
- position: relative;
- padding-bottom: 93px;
- }
- .section4_list li {
- overflow: hidden;
- margin-bottom: 82px;
- position: relative;
- z-index: 5;
- }
- .section4_list_box {
- width: 50%;
- }
- .section4_list li:nth-child(2n) .section4_list_box {
- float: left;
- text-align: right;
- padding-right: 32px;
- }
- .section4_list li:nth-child(2n+1) .section4_list_box {
- float: right;
- text-align: left;
- padding-left: 36px;
- }
- .section4_list li:last-child {
- margin-bottom: 0;
- }
- .section4_list:after {
- content: "";
- width: 2px;
- height: 100%;
- position: absolute;
- top: 0;
- left: 50%;
- margin-left: 1px;
- background: #4e5464;
- z-index: 1;
- }
- .h3 {
- font-size: 86px;
- position: relative;
- color: #41acc0;
- font-family: "DINCond";
- line-height: 80%;
- }
- .latest {
- color: #fff;
- }
- .p {
- max-width: 594px;
- font-size: 23px;
- color: #fff;
- margin-top: 15px;
- position: relative;
- font-family: "AritaHeiti";
- }
- .p1:after {
- content: "";
- width: 30px;
- height: 30px;
- position: absolute;
- top: 50%;
- left: -46px;
- margin-top: -15px;
- background: #fff;
- border-radius: 50%;
- z-index: 5;
- }
- .pb {
- margin-left: 83px;
- }
- .tag:after {
- content: "";
- width: 30px;
- height: 30px;
- position: absolute;
- top: 50%;
- margin-top: -15px;
- background: #fff;
- border-radius: 50%;
- z-index: 5;
- }
- .section4_list li:nth-child(2n) .tag:after {
- right: -49px;
- }
- .section4_list li:nth-child(2n+1) .tag:after {
- left: -49px;
- }
- .section4_list li.sec {
- margin-bottom: 0;
- }
- .more {
- display: block;
- width: 154px;
- height: 50px;
- background: #fff;
- border-radius: 40px;
- color: #000;
- font-size: 20px;
- text-align: center;
- line-height: 50px;
- margin: auto;
- position: relative;
- z-index: 5;
- font-family: "AritaHeiti";
- }
- .section5 {
- padding: 60px 0;
- background: #1b2030;
- position: relative;
- overflow: hidden;
- }
- .hj_box {
- padding: 415px 0 0;
- background: url(http://yun-image.elab-plus.com/images/Group@2x02.png) center no-repeat;
- background-size: cover;
- text-align: center;
- height: 906px;
- overflow: hidden;
- }
- .hj_box h3 {
- font-size: 42px;
- color: #fff;
- margin-bottom: 160px;
- font-family: "AritaHeiti";
- }
- #section4 {
- margin-top: 0;
- position: relative;
- padding-top: 107px;
- }
- #section4 ul:nth-child(2n) li:nth-child(2n+1) .section4_list_box {
- float: left;
- padding-right: 32px;
- text-align: right;
- }
- #section4 ul:nth-child(2n) li:nth-child(2n) .section4_list_box {
- float: right;
- padding-left: 36px;
- text-align: left;
- }
- .p1-1:after {
- left: auto;
- right: -46px;
- }
- #section4 ul:nth-child(2n) li:nth-child(2n+1) .tag:after {
- left: auto;
- right: -49px;
- }
- #section4 ul:nth-child(2n) li:nth-child(2n) .tag:after {
- right: auto;
- left: -49px;
- }
- .progress {
- width: 98%;
- text-align: center;
- }
- .progressFirst{
- /*margin-top: -50px;*/
- }
- .progressSecond{
- /*margin-top: -50px;*/
- }
- .p_fir {
- margin-right: 4%;
- }
- .p_border {
- border: 1px solid #fff;;
- }
- .progress>p {
- display: inline-block;
- width: 100%;
- height: 178px;
- padding: 33px 30px;
- overflow: hidden;
- position: relative;
- font-family: "AritaHeiti";
- }
- .progress>p span {
- font-size: 20px;
- color: #fff;
- display: inline-block;
- width: 418px;
- line-height: 1.6;
- text-align: left;
- }
- .progress>p img {
- position: absolute;
- right: 5%;
- top: 14%;
- }
- .container {
- margin: 0 auto;
- }
- .con_t {
- background: #000004;
- position: relative;
- overflow: hidden;
- height: 983px;
- max-width: 1440px;
- margin: 0 auto;
- }
- .con_t img {
- width: 70%;
- max-width: 100%;
- display: block;
- margin: 50px auto 0;
- position: relative;
- z-index: 5;
- }
- .cai {
- font-size: 131px;
- color: #fff;
- font-family: "AritaHeiti";
- position: absolute;
- top: 294px;
- left: 68px;
- z-index: 4;
- }
- .line {
- display: inline-block;
- width: 89px;
- height: 10px;
- background: #3fadbe;
- position: absolute;
- top: 454px;
- left: 86px;
- }
- .p_p {
- max-width: 412px;
- font-size: 20px;
- color: #fff;
- line-height: 1.6;
- font-family: "AritaHeiti";
- position: absolute;
- top: 542px;
- left: 28px;
- z-index: 10;
- }
- .h33 {
- font-size: 36px;
- color: #fff;
- font-family: "AritaHeiti";
- position: absolute;
- top: 122px;
- right: 256px;
- z-index: 10;
- }
- .work {
- position: absolute;
- right: 0;
- top: 296px;
- z-index: 10;
- }
- .work p,
- .work h3 {
- color: #fff;
- margin-bottom: 15px;
- }
- .work p {
- font-size: 18px;
- font-family: "AritaHeiti";
- }
- .work h3 {
- font-size: 20px;
- font-family: "AritaHeiti";
- }
- .n {
- font-size: 92px;
- color: #fff;
- font-family: "AritaHeiti";
- position: absolute;
- top: 441px;
- right: 138px;
- z-index: 3;
- }
- .gx,
- .w {
- font-size: 20px;
- color: #fff;
- font-family: "AritaHeiti";
- }
- .gx {
- position: absolute;
- right: 80px;
- bottom: 240px;
- z-index: 10;
- }
- .w {
- position: absolute;
- bottom: 130px;
- right: 0;
- z-index: 10;
- }
- .gx p,
- .w p {
- margin-bottom: 20px;
- }
- .swiper {
- overflow: hidden;
- position: relative;
- background: #202020;
- padding-bottom: 117px;
- }
- .swiper img {
- width: 100%;
- }
- .swiper-box {
- padding: 167px 0 0;
- }
- .s_inner {
- width: 92%;
- margin: 0 auto;
- font-family: "AritaHeiti";
- }
- .swiper-box h3 {
- font-size: 46px;
- color: #fff;
- text-align: center;
- font-family: "AritaHeiti";
- }
- .sm {
- font-size: 20px;
- color: #fff;
- text-align: right;
- margin-top: 15px;
- }
- .sub {
- font-size: 30px;
- color: #f7f7f7;
- line-height: 1.65;
- margin-top: 154px;
- font-family: "AritaHeiti";
- }
- .span {
- text-align: center;
- margin-top: 120px;
- }
- .span .swiper-pagination-bullet {
- width: 15px;
- height: 15px;
- background: #3eaec0;
- }
- .span .swiper-pagination-bullet-active {
- opacity: 1;
- }
- .work_z {
- position: absolute;
- right: 0;
- top: 25px;
- }
- .container {
- width: 100%;
- margin: 0 auto;
- background: url(http://yun-image.elab-plus.com/images/BG@2x.jpg) center no-repeat;
- background-size: cover;
- }
- .wph {
- width: 133px;
- }
- .shun {
- width: 48px;
- }
- .p_fir1 {
- margin-right: 0;
- }
- .sb {
- width: 100%;
- position: relative;
- height: 1025px;
- }
- .shuzi {
- position: absolute;
- width: 100%;
- text-align: center;
- top: 0;
- left: 0;
- }
- .shuzi span {
- font-size: 30px;
- font-family: "AritaHeiti";
- color: #fff;
- }
- .progress {
- position: relative;
- }
- .shuzi strong {
- font-size: 250px;
- color: #fff;
- font-family: "DINCond";
- }
- .sp1 {
- margin-right: 128px;
- }
- .lf {
- position: absolute;
- top: -100px;
- left: 0;
- }
- .Line {
- position: absolute;
- left: 193px;
- top: -723px;
- }
- @media(max-width:1024px) {
- .csr h3 {
- font-size: .6rem;
- }
- .csr_text {
- font-size: .3rem;
- margin-top: .2rem;
- }
- .a_btn {
- margin-top: 2rem;
- }
- .csr {
- height: auto;
- background: url(http://yun-image.elab-plus.com/images/Group@2x03.png) center no-repeat;
- background-size: cover;
- padding: 3.93rem 0 1rem;
- }
- .a_btn a {
- width: 2.2rem;
- height: .8rem;
- font-size: .26rem;
- line-height: .8rem;
- border-radius: .4rem;
- }
- .s_v {
- margin-right: .5rem;
- }
- .section2 h3 {
- font-size: .42rem;
- margin-bottom: .3rem;
- }
- .section2 p {
- font-size: .3rem;
- margin-bottom: .25rem;
- }
- .yewu li {
- width: 50%;
- }
- .section3 {
- background: url(http://yun-image.elab-plus.com/images/bg03.png) center no-repeat;
- background-size: 100% 100%;
- padding: .87rem 0;
- }
- .yewu li h3 {
- font-size: .86rem;
- }
- .yewu li p {
- font-size: .25rem;
- margin-top: .23rem;
- }
- .yewu {
- margin-top: .75rem;
- }
- .section4 {
- margin-top: -2.4rem;
- padding: 4rem 0 0;
- }
- .section3>h3 {
- font-size: .42rem;
- }
- .section4_list li:nth-child(2n+1) .section4_list_box {
- padding-left: .32rem;
- padding-right: .3rem;
- }
- .p {
- font-size: .25rem;
- margin-top: .3rem;
- }
- .h3 {
- font-size: .6rem;
- }
- .p1:after {
- content: "";
- width: .3rem;
- height: .3rem;
- top: 50%;
- left: -.46rem;
- margin-top: -.15rem;
- }
- .tag:after {
- content: "";
- width: .3rem;
- height: .3rem;
- margin-top: -.15rem;
- }
- .section4_list li:nth-child(2n+1) .tag:after {
- left: -.8rem;
- }
- .section4_list li:nth-child(2n) .tag:after {
- right: -.5rem;
- }
- .section4_list li:nth-child(2n+1) .tag:after {
- left: -.43rem;
- }
- .section4_list li:nth-child(2n) .section4_list_box {
- padding-right: .32rem;
- padding-left: .32rem;
- }
- .section4_list li {
- margin-bottom: 1rem;
- }
- .more {
- width: 154px;
- height: .8rem;
- border-radius: .4rem;
- font-size: .25rem;
- line-height: .8rem;
- }
- .hj_box h3 {
- font-size: .5rem;
- margin-bottom: 1.6rem;
- }
- .progress>p span {
- float: none;
- margin-right: 0;
- font-size: .3rem;
- width: 100%;
- }
- .progress>p img {
- position: static;
- width: 1rem;
- margin: auto;
- }
- .progress>p {
- width: 100%;
- display: block;
- height: auto;
- padding: .3rem;
- margin-bottom: 25px;
- }
- #section4 ul:nth-child(2n) li:nth-child(2n+1) .tag:after {
- right: -.49rem;
- }
- #section4 ul:nth-child(2n) li:nth-child(2n) .tag:after {
- left: -.76rem;
- }
- #section4 ul:nth-child(2n) li:nth-child(2n+1) .tag:after {
- right: -.83rem;
- }
- .p1-1:after {
- right: -.83rem;
- left: auto;
- }
- #section4 {
- padding-top: 1.07rem;
- }
- .section4_list {
- padding-bottom: .5rem;
- }
- .s_inner {
- width: 92%;
- }
- .swiper {
- padding-bottom: 40px;
- }
- .swiper-box h3 {
- font-size: .28rem;
- }
- .sm,
- .sub {
- font-size: .23rem;
- }
- .sub,
- .span {
- margin-top: 1.5rem;
- }
- .con_t img {
- width: 6.64rem;
- margin: 1.18rem auto 0;
- }
- .left {
- top: 2rem;
- left: .15rem;
- }
- .cai {
- font-size: .6rem;
- top: 2.94rem;
- left: .68rem;
- }
- .line {
- width: .8rem;
- height: .1rem;
- top: 4.54rem;
- left: .66rem;
- }
- .con_t {
- padding: 0 .15rem;
- }
- .p_p {
- font-size: .2rem;
- top: 5.42rem;
- left: .28rem;
- max-width: 2.42rem;
- }
- .right {
- top: 1rem;
- right: 0;
- padding-right: .15rem;
- }
- .h33 {
- font-size: .36rem;
- top: 1.22rem;
- right: 0.56rem;
- }
- .work p {
- font-size: .18rem;
- margin-bottom: .15rem;
- }
- .work p,
- .work h3 {
- margin-bottom: .15rem;
- }
- .work {
- top: 2.96rem;
- }
- .work h3 {
- font-size: .2rem;
- }
- .n {
- font-size: .9rem;
- top: 4.4rem;
- right: 0;
- }
- .gx,
- .w {
- font-size: .26rem;
- }
- .gx {
- right: 0rem;
- bottom: 2.4rem;
- }
- .w {
- bottom: 1.3rem;
- right: 0;
- }
- .container {
- width: 100%;
- }
- .hj_box {
- padding: 4rem 0 0;
- height: 9.06rem;
- }
- /*.logo img {
- width: .42rem;
- }*/
- .menu_btn img {
- width: .32rem;
- }
- .menu_btn span {
- font-size: .22rem;
- margin-left: .18rem;
- }
- .shuzi strong {
- font-size: 1.3rem;
- }
- .shuzi span {
- font-size: .3rem;
- }
- .shuzi {
- top: 2.3rem;
- }
- .gx p,
- .w p {
- margin-bottom: .2rem;
- }
- .sp1 {
- margin-right: 1.3rem;
- }
- .shuzi .sp1:last-child {
- margin-right: 0;
- }
- .shuzi p:nth-child(2) span{
- margin-right: 0.35rem !important;
- }
- .con_t {
- height: 11rem;
- }
- .swiper-box {
- padding: 1.6rem 0 0;
- }
- .sb {
- height: 10.25rem;
- }
- .Line {
- width: 1.62rem;
- left: 0;
- top: -7.23rem;
- }
- .w_1440 {
- width: 98%;
- }
- }
- @media only screen and (min-width: 1440px){
- .shuzi strong#withPlus sup {
- vertical-align: 0.7rem !important;
- font-size: 0.5rem !important;
- }
- .shuzi p:nth-child(2) span{
- margin-right: 0.55rem !important;
- }
- }
- @media only screen and (min-width: 1920px){
- .shuzi strong#withPlus sup {
- vertical-align: 0.5rem !important;
- font-size: 0.4rem !important;
- }
- .shuzi p:nth-child(2) span{
- margin-right: 0.4rem !important;
- }
- .shuzi strong#withPlus {
- margin-right: -0.18rem !important;
- }
- }
- @media only screen and (min-width: 576px) {
- .shuzi {
- top: 20%;
- }
- .shuzi p:nth-child(2){
- text-align: right;
- display: inline-block;
- width: 49%;
- }
- .shuzi p:nth-child(3) {
- text-align: left;
- display: inline-block;
- width: 49%;
- }
- .shuzi strong#withPlus {
- margin-left: 0.63rem;
- margin-right: -0.23rem;
- }
- .shuzi strong#withPlus sup {
- vertical-align: 0.8rem;
- font-size: 0.6rem;
- }
- }
- /***pad**/
- @media only screen and (max-width: 1024px){
- /*.s_inner h3 span {
- display: block;
- }*/
- .cai {
- font-size: .6rem;
- top: 1.34rem;
- left: .68rem;
- }
- .line {
- width: .8rem;
- height: .1rem;
- top: 2.24rem;
- left: .71rem;
- }
- .h33 {
- font-size: .36rem;
- top: 0.82rem;
- right: 0.56rem;
- }
- .n {
- font-size: .7rem;
- top: 5.2rem;
- right: 0;
- }
- .p_p {
- font-size: .2rem;
- top: 6.02rem;
- left: .38rem;
- max-width: 3.52rem;
- }
- .gx {
- right: 0rem;
- bottom: 1.4rem;
- max-width: 60%;
- }
- .w {
- bottom: 0.3rem;
- right: 20%;
- }
- .gx,
- .w {
- font-size: .22rem;
- line-height: 90%;
- }
- .progressFirst {
- display: none;
- }
- .progressSecond {
- display: none;
- }
- #progreeBtn {
- display: inherit;
- }
- }
- /*****/
- @media only screen and (max-width: 576px) and (-webkit-min-device-pixel-ratio:2) {
- .s_inner h3 span {
- display: block;
- }
- .cai {
- font-size: .6rem;
- top: 1.34rem;
- left: .68rem;
- }
- .line {
- width: .5rem;
- height: .1rem;
- top: 2.24rem;
- left: .71rem;
- }
- .h33 {
- font-size: 4.5vw;
- top: 0.2rem;
- right: auto;
- left: 50%;
- }
- .work {
- top: 0.96rem;
- right: auto;
- left: 50%;
- }
- .n {
- font-size: .7rem;
- top: 5.2rem;
- right: 0;
- }
- .p_p {
- font-size: .2rem;
- top: 6.02rem;
- left: .38rem;
- max-width: 3.52rem;
- }
- .gx {
- right: 0rem;
- bottom: 1.4rem;
- max-width: 60%;
- }
- .w {
- bottom: 0.3rem;
- right: 20%;
- }
- .gx,
- .w {
- font-size: .22rem;
- line-height: 90%;
- }
- }
- .top-menu {
- width: 100%;
- padding: 20px 0;
- height: 64px;
- font-size: 0;
- line-height: 24px;
- position: relative;
- z-index: 10;
- /*background: url(http://yun-image.elab-plus.com/images/menu-bg.jpg) no-repeat;
- background-size: 100% 100%;
- opacity: 0;*/
- }
- .logo {
- width: 4.7%;
- position: absolute;
- bottom: 0%;
- left: 4%;
- cursor: pointer;
- }
- .inner-icon {
- width: 100%;
- position: relative;
- z-index: 1;
- }
- .menu {
- width: 3.4%;
- position: absolute;
- top: 35%;
- left: 48.3%;
- cursor: pointer;
- }
- .cases {
- width: 3.4%;
- position: absolute;
- top: 45;
- right: 4%;
- cursor: pointer;
- }
- /***left and right slide menu***/
- .who-we-are,
- .what-we-do {
- width: 20%;
- line-height: 30px;
- height: 30px;
- position: absolute;
- z-index: 10;
- left: -8%;
- top: 45%;
- color: #1b2030;
- font-size: 14px;
- text-align: center;
- font-weight: 700;
- /*transform: rotate(90deg);*/
- cursor: pointer;
- transition: all linear 0.6s;
- }
- .slide-line {
- position: absolute;
- left: 50%;
- top: 70%;
- width: 1px;
- height: 50px;
- margin: 3px auto 0;
- font-size: 0px;
- background: #fff;
- transform: translateY(3%);
- transition: all ease 0.8s;
- }
- .slide-line1 {
- position: absolute;
- left: 50%;
- top: -210px;
- width: 1px;
- height: 200px;
- margin: 3px auto 0;
- font-size: 0px;
- background: #fff;
- transform: translateY(-100px);
- transition: all ease 0.8s;
- opacity: 0;
- }
- .what-we-do {
- left: auto;
- right: -8%;
- transform: rotate(-90deg);
- }
- .who-we-are a,
- .what-we-do a {
- color: #fff;
- }
- .who-we-are .slide-line.active {
- transition: all ease 0.8s;
- transform: translateY(-110%);
- }
- .what-we-do:hover,
- .who-we-are:hover {
- color: #fff;
- }
- .what-we-do:hover a,
- .who-we-are:hover a{
- color: #fff;
- }
- .what-we-do .slide-line.active,
- .who-we-are .slide-line.active {
- transition: all ease 0.8s;
- transform: translateY(50px);
- background: #fff;
- }
- .what-we-do .slide-line1.active,
- .who-we-are .slide-line1.active {
- transition: all ease 0.8s;
- transform: translateY(0px);
- background: #fff;
- opacity: 1;
- }
- /***middle**/
- @media only screen and (max-width: 1024px) {
- .logo {
- width: 6%;
- }
- .menu {
- width: 4.5%;
- }
- .cases {
- width: 4.5%;
- }
- }
- /***middle portrait***/
- @media only screen and (max-width: 768px) and (orientation: portrait) {
- .logo {
- width: 8%;
- }
- .menu {
- width: 6.5%;
- }
- .cases {
- width: 6.5%;
- }
- }
- /***small**/
- @media only screen and (max-width: 576px) and (-webkit-min-device-pixel-ratio:2) {
- .logo {
- width: 18%;
- position: absolute;
- left: 42.5%;
- cursor: pointer;
- bottom: 15%;
- }
- .menu {
- width: 13.4%;
- position: absolute;
- bottom: 0;
- left: 5%;
- cursor: pointer;
- }
- .cases {
- width: 13.4%;
- }
- .who-we-are,
- .what-we-do{
- display: none;
- }
- }
- .main-menu {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 999;
- width: 100%;
- height: 100%;
- max-height: 1500px;
- background: #34B5CB;
- transform: translateY(-100%);
- opacity: 0;
- transition: all ease 0.8s
- }
- .main-menu.active {
- transform: translateY(0);
- opacity: 1;
- }
- .menu-close {
- width: 40px;
- height: 40px;
- margin: 30px auto;
- color: #ffffff;
- font-family: "Arial";
- font-size: 40px;
- cursor: pointer;
- background: url(http://yun-image.elab-plus.com/images/projects/1_objects@2x_3.png) no-repeat 50% 50%;
- background-size: contain;
- transition: all ease 1s;
- transform: rotate(0);
- }
- .menu-close:hover{
- transform: rotate(360deg);
- }
- .menu-list {
- width: 100%;
- margin: 0 auto;
- margin-top: 10%;
- }
- .menu-list li {
- width: 100%;
- margin-bottom: 1%;
- color: #fff;
- font-size: 40px;
- font-weight: 700;
- text-align: center;
- letter-spacing: 4.689653px;
- font-family: 'AritaHeiti';
- }
- .menu-list li small {
- width: 100%;
- display: block;
- font-size: 16px;
- }
- .menu-list li a {
- color: #fff;
- }
- .slider{
- width: 100%;
- height: 100%;
- overflow: hidden;
- position: relative;
- z-index: 30;
- }
- .slider ul{
- width: 100%;
- height: 100%;
- overflow: hidden;
- position: relative;
- }
- /****inner slider***/
- .inslider{
- width: 100%;
- height: 100%;
- overflow: hidden;
- position: relative;
- z-index: 30;
- }
- .inslider ul{
- width: 100%;
- height: 100%;
- overflow: hidden;
- position: relative;
- }
- @media only screen and (max-width: 576px) and (-webkit-min-device-pixel-ratio:2) {
- .menu-close {
- margin-left: 5%;
- }
- .menu-list li {
- width: 95%;
- padding-left: 5%;
- text-align: left;
- margin-bottom: 5%;
- font-size: 7vw;
- }
- .logo {
- width: 18%;
- position: absolute;
- left: 42.5%;
- cursor: pointer;
- }
- .menu {
- width: 13.4%;
- position: absolute;
- top: 35%;
- left: 3%;
- cursor: pointer;
- }
- .cases {
- width: 13.4%;
- }
- .shuzi p{
- margin-bottom: 7%;
- }
- .shuzi strong {
- font-size: 1.5rem;
- position: relative;
- }
- .shuzi strong sup{
- font-size: 1rem;
- position: absolute;
- right: -21%;
- top: -19%;
- }
- }
|