123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650 |
- @media screen and (min-width: 768px) {
- .main .about {
- padding: 120px 0;
- background: #fff;
- }
- .main .about .title {
- font-size: 34px;
- text-align: center;
- margin-bottom: 32px;
- }
- .main .about .description {
- font-size: 16px;
- color: #505050;
- text-align: center;
- line-height: 32px;
- }
- .main .about .content {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- margin-top: 80px;
- }
- .main .about .content .item {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- width: 380px;
- height: 387px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #e8e8e8;
- padding: 40px 30px;
- }
- .main .about .content .item img {
- display: block;
- width: 72px;
- height: 72px;
- margin-top: 20px;
- }
- .main .about .content .item .tip {
- font-size: 18px;
- color: #505050;
- font-weight: bold;
- margin-top: 32px;
- }
- .main .about .content .item .desc {
- margin-top: 32px;
- font-size: 16px;
- color: #505050;
- line-height: 32px;
- text-align: center;
- }
- .main .profile {
- background: #f7f7f7;
- padding: 60px 0;
- }
- .main .profile .cover {
- width: 470px;
- height: 479px;
- overflow: hidden;
- background-color: pink;
- }
- .main .profile .cover img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .main .profile .content {
- width: 672px;
- margin-left: 50px;
- }
- .main .profile .content .title {
- font-size: 34px;
- }
- .main .profile .content .subtitle {
- font-size: 34px;
- color: #0688d2;
- margin: 40px 0 16px;
- }
- .main .profile .content .subtitle span {
- font-size: 24px;
- color: #272727;
- margin-left: 12px;
- }
- .main .profile .content .tags {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- font-size: 0;
- }
- .main .profile .content .tags span {
- font-size: 16px;
- }
- .main .profile .content .tags i {
- display: block;
- height: 12px;
- width: 1px;
- background: #505050;
- margin: 0 24px;
- }
- .main .profile .content .line {
- width: 100%;
- height: 1px;
- background: #e8e8e8;
- position: relative;
- margin: 20px 0 40px;
- }
- .main .profile .content .line::before {
- content: "";
- display: block;
- width: 24px;
- height: 2px;
- background: #0688d2;
- position: absolute;
- left: 0;
- bottom: 0;
- }
- .main .profile .content .description {
- font-size: 16px;
- color: #999;
- line-height: 32px;
- text-align: justify;
- }
- .main .team {
- padding: 120px 0;
- background: #fff;
- }
- .main .team .title {
- font-size: 34px;
- text-align: center;
- }
- .main .team .content {
- margin-top: 80px;
- }
- .main .team .content .item {
- width: 388px;
- height: 340px;
- float: left;
- margin-right: 17px;
- margin-top: 18px;
- overflow: hidden;
- }
- .main .team .content .item:first-child {
- position: relative;
- background: #eff9ff;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .main .team .content .item:first-child .cover {
- width: 160px;
- }
- .main .team .content .item:first-child .cover .line {
- width: 18px;
- height: 3px;
- background: #0688d2;
- margin: 18px 0 24px;
- }
- .main .team .content .item:first-child .cover .tip {
- font-size: 34px;
- }
- .main .team .content .item:first-child .cover .desc {
- font-size: 16px;
- color: #999;
- }
- .main .team .content .item:nth-child(-n+3) {
- margin-top: 0;
- }
- .main .team .content .item:nth-child(3), .main .team .content .item:nth-child(5), .main .team .content .item:nth-child(8), .main .team .content .item:nth-child(10) {
- margin-right: 0;
- }
- .main .team .content .item:nth-child(5), .main .team .content .item:nth-child(9) {
- width: 795px;
- }
- .main .team .content .item img {
- display: block;
- width: 100%;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- }
- .main .team .content .item:hover img {
- -webkit-transform: scale(1.2);
- transform: scale(1.2);
- }
- .main .development {
- padding: 100px 0;
- background: #f7f7f7;
- }
- .main .development .title {
- font-size: 34px;
- text-align: center;
- }
- .main .development .content {
- position: relative;
- margin-top: 80px;
- width: 2px;
- margin: 0 auto;
- background: #e8e8e8;
- }
- .main .development .content .item {
- position: relative;
- width: 2px;
- margin-top: 60px;
- }
- .main .development .content .item::before {
- content: "";
- position: absolute;
- width: 10px;
- height: 10px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #999999;
- background: #fff;
- border-radius: 50%;
- left: -4px;
- z-index: 5;
- top: 32px;
- }
- .main .development .content .item:last-child::before {
- background: #0688d2;
- border-color: #fff;
- }
- .main .development .content .item:last-child .time {
- border: 1px solid #0688d2;
- border-left: 0;
- color: #0688d2;
- }
- .main .development .content .item:last-child .node {
- background: #0688d2;
- }
- .main .development .content .item:last-child .node dt,
- .main .development .content .item:last-child .node .tip,
- .main .development .content .item:last-child .node .subtip {
- color: #ffffff;
- }
- .main .development .content .item.with-time-left .time {
- position: absolute;
- left: -16px;
- top: 0;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- }
- .main .development .content .item.with-time-left .node {
- padding-left: 44px;
- margin-left: -16px;
- }
- .main .development .content .item.with-time-right .time {
- position: absolute;
- top: 0;
- left: 16px;
- }
- .main .development .content .item.with-time-right .node {
- position: relative;
- -webkit-transform: translate(-100%);
- transform: translate(-100%);
- text-align: right;
- padding-right: 44px;
- right: -16px;
- }
- .main .development .content .item .time {
- font-size: 34px;
- color: #505050;
- white-space: nowrap;
- padding: 20px 24px;
- height: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .main .development .content .item .time span {
- font-size: 14px;
- margin-left: 10px;
- }
- .main .development .content .item .node {
- width: 526px;
- margin: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 24px;
- }
- .main .development .content .item .node dd,
- .main .development .content .item .node dt {
- margin-left: 0;
- }
- .main .development .content .item .node dt {
- font-size: 34px;
- color: #505050;
- }
- .main .development .content .item .node dd {
- font-size: 14px;
- color: #505050;
- margin-top: 24px;
- }
- .main .development .content .item .node dd .tip {
- margin-bottom: 8px;
- }
- .main .honor {
- padding: 120px 0;
- padding-bottom: 0;
- background: #fff;
- }
- .main .honor .title {
- font-size: 32px;
- text-align: center;
- }
- .main .honor .content {
- margin-top: 80px;
- }
- .main .honor .content .item {
- width: 288px;
- height: 330px;
- float: left;
- margin-right: 15px;
- }
- .main .honor .content .item:nth-child(4n) {
- margin-right: 0;
- }
- }
- @media screen and (max-width: 768px) {
- .main .about {
- padding: 1.2rem 0;
- background: #fff;
- }
- .main .about .title {
- font-size: 0.34rem;
- text-align: center;
- margin-bottom: 0.4rem;
- }
- .main .about .description {
- width: 6.24rem;
- margin: 0 auto;
- font-size: 0.26rem;
- color: #505050;
- text-align: center;
- line-height: 0.48rem;
- word-break: break-all;
- }
- .main .about .content {
- margin-top: 0.4rem;
- padding-bottom: 0.24rem;
- }
- .main .about .content::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- background-color: #f5f5f5;
- }
- .main .about .content::-webkit-scrollbar-thumb {
- border-radius: 2px;
- background-color: #cccecf;
- }
- .main .about .content .item {
- display: inline-block;
- width: 5.96rem;
- height: 5.62rem;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #e8e8e8;
- padding: 0 0.3rem 0.4rem;
- margin-left: 0.32rem;
- vertical-align: top;
- }
- .main .about .content .item:last-child {
- margin-right: 0.32rem;
- }
- .main .about .content .item img {
- display: block;
- width: 1.4rem;
- height: 1.4rem;
- margin: 0.5rem auto 0;
- }
- .main .about .content .item .tip {
- font-size: 0.3rem;
- color: #505050;
- font-weight: bold;
- margin-top: 0.4rem;
- text-align: center;
- }
- .main .about .content .item .desc {
- margin-top: 0.32rem;
- font-size: 0.26rem;
- color: #505050;
- line-height: 0.48rem;
- text-align: center;
- white-space: initial;
- }
- .main .profile {
- background: #f7f7f7;
- padding: 0.8rem 0 6.98rem;
- position: relative;
- }
- .main .profile .cover {
- position: absolute;
- width: 5.46rem;
- height: 5.46rem;
- overflow: hidden;
- bottom: 0.7rem;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- .main .profile .cover img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .main .profile .content {
- width: 5.52rem;
- margin-left: 50px;
- }
- .main .profile .content .title {
- font-size: 0.34rem;
- text-align: center;
- }
- .main .profile .content .subtitle {
- font-size: 0.34rem;
- color: #0688d2;
- text-align: center;
- margin-top: 0.2rem;
- }
- .main .profile .content .subtitle span {
- font-size: 0.24rem;
- color: #272727;
- margin-left: 12px;
- }
- .main .profile .content .tags {
- font-size: 0;
- text-align: center;
- }
- .main .profile .content .tags span {
- display: block;
- font-size: 0.26rem;
- margin-top: 0.16rem;
- }
- .main .profile .content .tags i {
- display: block;
- }
- .main .profile .content .line {
- width: 100%;
- height: 1px;
- background: #e8e8e8;
- position: relative;
- margin: 0.48rem 0;
- }
- .main .profile .content .description {
- font-size: 0.24rem;
- color: #999;
- line-height: 0.48rem;
- text-align: center;
- }
- .main .team {
- padding: 1.2rem 0;
- background: #fff;
- padding-left: 0.32rem;
- }
- .main .team .title {
- font-size: 0.34rem;
- text-align: center;
- }
- .main .team .content {
- margin-top: 0.4rem;
- }
- .main .team .content .item {
- width: 2.2rem;
- height: 1.94rem;
- float: left;
- margin-right: 0.12rem;
- margin-top: 0.12rem;
- overflow: hidden;
- }
- .main .team .content .item:first-child {
- position: relative;
- background: #eff9ff;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .main .team .content .item:first-child .cover {
- width: 1.8rem;
- }
- .main .team .content .item:first-child .cover .line {
- width: 0.16rem;
- height: 0.03rem;
- background: #0688d2;
- margin: 0.24rem 0;
- }
- .main .team .content .item:first-child .cover .tip {
- font-size: 0.26rem;
- }
- .main .team .content .item:first-child .cover .desc {
- font-size: 0.18rem;
- color: #999;
- }
- .main .team .content .item:nth-child(-n+3) {
- margin-top: 0;
- }
- .main .team .content .item:nth-child(3), .main .team .content .item:nth-child(5), .main .team .content .item:nth-child(8), .main .team .content .item:nth-child(10) {
- margin-right: 0;
- }
- .main .team .content .item:nth-child(5), .main .team .content .item:nth-child(9) {
- width: 4.52rem;
- }
- .main .team .content .item img {
- display: block;
- width: 100%;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- }
- .main .development {
- padding: 0.8rem 0;
- background: #f7f7f7;
- }
- .main .development .title {
- font-size: 0.34rem;
- text-align: center;
- }
- .main .development .content {
- position: relative;
- margin-top: 0.8rem;
- width: 0.02rem;
- margin: 0 auto;
- background: #e8e8e8;
- }
- .main .development .content .item {
- position: relative;
- width: 2px;
- margin-top: 0.6rem;
- }
- .main .development .content .item::before {
- content: "";
- position: absolute;
- width: 0.12rem;
- height: 0.12rem;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 0.01rem solid #999999;
- background: #fff;
- border-radius: 50%;
- left: -0.04rem;
- z-index: 5;
- }
- .main .development .content .item.with-time-left .time {
- position: absolute;
- top: 0;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- left: -0.3rem;
- }
- .main .development .content .item.with-time-left .node {
- margin-left: 0.3rem;
- }
- .main .development .content .item.with-time-right .time {
- position: absolute;
- top: 0;
- left: 0.3rem;
- }
- .main .development .content .item.with-time-right .node {
- position: relative;
- -webkit-transform: translate(-100%);
- transform: translate(-100%);
- text-align: right;
- margin-left: -0.3rem;
- }
- .main .development .content .item .time {
- font-size: 0.26rem;
- color: #505050;
- white-space: nowrap;
- height: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .main .development .content .item .time span {
- font-size: 0.2rem;
- margin-left: 0.1rem;
- }
- .main .development .content .item .node {
- width: 3rem;
- margin: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .main .development .content .item .node dd,
- .main .development .content .item .node dt {
- margin-left: 0;
- }
- .main .development .content .item .node dt {
- font-size: 0.26rem;
- color: #505050;
- }
- .main .development .content .item .node dd {
- font-size: 0.2rem;
- color: #505050;
- margin-top: 0.16rem;
- line-height: 1.2;
- }
- .main .development .content .item .node dd .subtip {
- margin-top: 0.04rem;
- }
- .main .honor {
- padding: 1.2rem 0;
- padding-bottom: 0;
- background: #fff;
- padding-left: 0.32rem;
- }
- .main .honor .title {
- font-size: 32px;
- text-align: center;
- }
- .main .honor .content {
- margin-top: 0.8rem;
- }
- .main .honor .content .item {
- width: 2.2rem;
- height: 3.52rem;
- float: left;
- margin-right: 0.13rem;
- margin-bottom: 0.13rem;
- }
- .main .honor .content .item img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .main .honor .content .item:nth-child(3n) {
- margin-right: 0;
- }
- }
|