123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- /* .wrap{} */
- .wrap .tab {
- height: 5rem;
- display: flex;
- align-items: center;
- justify-content: center;
- border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
- position: relative;
- }
- .tab .tab-item {
- height: 5rem;
- width: 15rem;
- font-size: 1.125rem;
- font-weight: 400;
- color: #222222;
- text-align: center;
- line-height: 5rem;
- cursor: pointer;
- }
- .tab .current-tab {
- position: absolute;
- bottom: 0;
- width: 3.5rem;
- height: 0.125rem;
- background-color: #1d52a2;
- transition: all 0.25s;
- }
- .wrap .item {
- padding: 3.75rem 0;
- }
- .item .title {
- font-size: 2.25rem;
- font-weight: 500;
- color: #222222;
- text-align: center;
- }
- .item .content {
- font-size: 1.25rem;
- font-weight: 500;
- color: #222222;
- width: 90rem;
- margin: 2.5rem auto 0;
- text-align: center;
- line-height: 1.875rem;
- }
- .wrap .mission {
- min-height: 25rem;
- width: 100%;
- background-repeat: no-repeat;
- background-size: 100% auto;
- }
- .wrap .strength {
- background: #f4f4f4;
- padding-bottom: 1.875rem;
- }
- .strength .box {
- width: 90rem;
- margin: 2.5rem auto 0;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
- .strength .box :nth-child(2n-1) {
- margin-right: 1.875rem;
- }
- .strength .box .box-item {
- width: calc((100% - 1.875rem) / 2);
- height: 12.5rem;
- background: #fff;
- margin-bottom: 1.875rem;
- padding: 1.875rem 0;
- }
- .strength .box .box-item .item-title {
- border-left: 0.25rem solid #1d52a2;
- font-size: 1rem;
- font-weight: 500;
- color: #222222;
- padding: 0 1.875rem;
- }
- .strength .box .box-item .item-content {
- padding: 0 1.875rem;
- font-size: 1rem;
- font-weight: 400;
- color: #444444;
- margin-top: 1.875rem;
- }
- /* .wrap .future {
- }
- .wrap .about {
- } */
- .wrap .contact {
- width: 100%;
- background: #f4f4f4;
- }
- .contact .contact-content {
- width: 90rem;
- margin: 0 auto;
- padding: 3.125rem 0;
- display: flex;
- align-items: flex-start;
- }
- .contact .contact-content .contact-img {
- width: calc(50% - 2.5rem);
- margin-right: 2.5rem;
- }
- .contact .contact-content .contact-list {
- width: 50%;
- }
- .contact .contact-content .contact-list .company {
- width: 100%;
- border-bottom: 0.0625rem solid #979797;
- padding-bottom: 2.5rem;
- }
- .contact .contact-content .contact-list > :not(:first-child) {
- margin-top: 5rem;
- }
- .company .top {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
- .company .name {
- font-weight: 500;
- font-size: 1.375rem;
- color: #222222;
- margin-right: 0.625rem;
- }
- .company .phone {
- font-weight: 400;
- font-size: 0.875rem;
- color: #222222;
- white-space: nowrap;
- }
- .company .address {
- font-weight: 400;
- font-size: 0.875rem;
- color: #222222;
- margin-top: 1.25rem;
- }
- .wrap .online {
- width: 90rem;
- margin: 0 auto;
- padding: 3.125rem 0;
- }
- .online .title {
- width: 100%;
- height: 2.8125rem;
- font-size: 2rem;
- color: #222222;
- line-height: 2.8125rem;
- text-align: center;
- }
- .online .tips {
- width: 100%;
- font-size: 0.875rem;
- font-weight: 400;
- color: #666666;
- text-align: center;
- margin-top: 1.25rem;
- }
- .online .card {
- height: 50rem;
- background: #f4f4f4;
- margin-top: 3.125rem;
- padding: 3.125rem 6.25rem 5rem;
- }
- .online .card input {
- width: 100%;
- height: 3.5rem;
- background: #ffffff;
- font-size: 1rem;
- color: #222222;
- padding: 0 1.25rem;
- }
- .online .card textarea {
- width: 100%;
- height: 15.375rem;
- background: #ffffff;
- font-size: 1rem;
- color: #222222;
- padding: 1.25rem;
- resize: none;
- }
- .online .card .row {
- display: flex;
- align-items: center;
- }
- .online .card .item-title {
- font-size: 1rem;
- font-weight: 400;
- color: #222222;
- height: 5rem;
- line-height: 5rem;
- }
- .online .card .required::after {
- content: "*";
- color: #e02020;
- }
- .online .card .name {
- width: calc((100% - 1.875rem) / 2);
- }
- .online .card .phone {
- width: calc((100% - 1.875rem) / 2);
- margin-left: 1.875rem;
- }
- .online .card .email {
- width: 100%;
- }
- .online .card .confirm {
- margin-top: 1.875rem;
- }
|