123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782 |
- @charset "UTF-8";
- /*主色调*/
- * {
- margin: 0;
- padding: 0;
- }
- li {
- list-style: none;
- }
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- color: #999;
- }
- span,
- em,
- i {
- font-style: normal;
- display: inline-block;
- }
- input,
- button,
- textarea,
- select {
- outline: none;
- border: 0;
- }
- select {
- appearance: none;
- -moz-appearance: none;
- -webkit-appearance: none;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: 400;
- }
- img {
- border: none;
- }
- body {
- font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;
- background-color: #fff;
- font-size: 16px;
- color: #333;
- line-height: 1.2;
- }
- textarea,
- input {
- font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;
- }
- a {
- color: inherit;
- text-decoration: none;
- }
- /*滚动条*/
- ::-webkit-scrollbar {
- width: 8px;
- height: 8px;
- }
- ::-webkit-scrollbar-button:vertical {
- display: none;
- }
- ::-webkit-scrollbar-corner,
- ::-webkit-scrollbar-track {
- background-color: #e2e2e2;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 4px;
- background-color: #000000;
- background-color: rgba(0, 0, 0, 0.5);
- }
- ::-webkit-scrollbar-thumb:vertical:hover {
- background-color: #000000;
- background-color: rgba(0, 0, 0, 0.35);
- }
- ::-webkit-scrollbar-thumb:vertical:active {
- background-color: #000000;
- background-color: rgba(0, 0, 0, 0.38);
- }
- body {
- min-width: 1300px;
- }
- /*版心*/
- .wp {
- width: 1280px;
- margin: 0 auto;
- }
- .wp-container {
- min-width: 1300px;
- }
- @font-face {
- font-family: "Abhaya Libre";
- src: url(/assets/font/AbhayaLibre-Medium.ttf);
- }
- .app-header-wp {
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- justify-content: space-between;
- height: 100px;
- }
- .app-header-wp .logo {
- height: 56px;
- }
- .app-header-wp .logo .img {
- max-height: 100%;
- }
- .app-header-wp .nav-list {
- display: -webkit-box;
- display: flex;
- gap: 80px;
- }
- .app-header-wp .nav-item {
- font-size: 20px;
- line-height: 28px;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- padding: 10px 0;
- border-bottom: 2px solid transparent;
- }
- .app-header-wp .nav-item:hover {
- color: #3A4B99;
- }
- .app-header-wp .nav-item.active {
- font-weight: 600;
- color: #3A4B99;
- border-color: #3A4B99;
- }
- .app-footer {
- margin-top: 120px;
- background-color: #091d3d;
- color: #fff;
- padding: 40px 0 26px;
- }
- .app-footer .nav-map {
- height: 48px;
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- font-size: 20px;
- line-height: 28px;
- font-weight: 600;
- padding-bottom: 20px;
- border-bottom: 1px solid rgba(255, 255, 255, 0.4);
- }
- .app-footer .nav-map .nav-item:hover {
- text-decoration: underline;
- }
- .app-footer .web-info {
- padding: 52px 0 78px;
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
- .app-footer .web-info .company {
- font-size: 24px;
- font-weight: 600;
- line-height: 34px;
- }
- .app-footer .web-info .contact {
- margin-top: 30px;
- }
- .app-footer .web-info .contact-title {
- font-size: 14px;
- font-weight: 500;
- line-height: 22px;
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- gap: 8px;
- padding-bottom: 16px;
- }
- .app-footer .web-info .contact-title .icon {
- width: 14px;
- }
- .app-footer .web-info .contact-item {
- padding-left: 22px;
- font-size: 14px;
- line-height: 22px;
- color: #ffffff;
- color: rgba(255, 255, 255, 0.8);
- }
- .app-footer .web-info .contact-item ~ .contact-item {
- margin-top: 4px;
- }
- .app-footer .web-info .right {
- display: -webkit-box;
- display: flex;
- gap: 30px;
- }
- .app-footer .web-info .qr-code img {
- width: 110px;
- height: 110px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .app-footer .web-info .qr-code .name {
- margin-top: 12px;
- font-size: 14px;
- line-height: 22px;
- text-align: center;
- color: #ffffff;
- color: rgba(255, 255, 255, 0.6);
- }
- .app-footer .web-other {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- flex-wrap: wrap;
- font-size: 14px;
- line-height: 22px;
- color: #ffffff;
- color: rgba(255, 255, 255, 0.8);
- }
- .app-footer .web-other a:hover {
- text-decoration: underline;
- }
- .app-footer .web-other .left a ~ a {
- margin-left: 15px;
- position: relative;
- }
- .app-footer .web-other .left a ~ a::before {
- content: "";
- width: 1px;
- height: 14px;
- background-color: #ffffff;
- background-color: rgba(255, 255, 255, 0.8);
- position: absolute;
- left: -8px;
- top: 3.5px;
- z-index: 1;
- pointer-events: none;
- }
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- .fl {
- float: left !important;
- }
- .fr {
- float: right !important;
- }
- .clear-both {
- clear: both;
- }
- .clear:after {
- content: "";
- clear: both;
- display: block;
- visibility: hidden;
- width: 0;
- height: 0;
- }
- /*定位*/
- .pos-r {
- position: relative;
- }
- .img-cover img {
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .ov-hide {
- overflow: hidden;
- }
- .text-right {
- text-align: right !important;
- }
- .text-center {
- text-align: center !important;
- }
- .text-left {
- text-align: left !important;
- }
- .m-auto {
- margin-left: auto;
- margin-right: auto;
- }
- .html-box {
- overflow: hidden;
- }
- .html-box img {
- max-width: 100%;
- }
- .html-box span,
- .html-box em,
- .html-box i {
- display: initial;
- max-width: 100%;
- }
- .gray-body {
- background-color: whitesmoke;
- }
- .empty-text {
- text-align: center;
- padding: 30px;
- color: #888;
- font-size: 14px;
- }
- .dan {
- max-width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .full {
- display: block;
- width: 100%;
- }
- .hide {
- display: none !important;
- }
- .app-btn {
- width: 224px;
- height: 60px;
- display: -webkit-inline-box;
- display: inline-flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- background-color: #3A4B99;
- color: #fff;
- font-weight: 600;
- cursor: pointer;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- font-size: 20px;
- }
- .app-btn:hover {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
- opacity: 0.85;
- }
- .app-btn ~ .app-btn {
- margin-left: 26px;
- }
- .app-btn.app-icon-btn {
- width: 200px;
- height: 42px;
- gap: 10px;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- font-size: 16px;
- font-weight: 500;
- }
- .app-btn.app-icon-btn:hover {
- gap: 15px;
- }
- .app-btn.app-icon-btn .icon {
- width: 19px;
- }
- .orange-btn {
- background: -webkit-gradient(linear, left top, right top, from(#f9ceb8), to(#fce5d8));
- background: linear-gradient(90deg, #f9ceb8, #fce5d8);
- color: #3A4B99;
- }
- .app-tools {
- position: fixed;
- right: 0;
- top: 50%;
- -webkit-transform: translate(0, -50%);
- transform: translate(0, -50%);
- z-index: 1000;
- color: #fff;
- font-size: 16px;
- font-weight: 600;
- line-height: 20px;
- border-radius: 10px 0 0 10px;
- overflow: hidden;
- }
- .app-tools .tools-item {
- background-color: #3A4B99;
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- cursor: pointer;
- -webkit-transition: all 0.2s;
- transition: all 0.2s;
- }
- .app-tools .tools-item ~ .tools-item {
- box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
- }
- .app-tools .icon-box {
- width: 60px;
- height: 60px;
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .app-tools .icon {
- height: auto;
- flex-shrink: 0;
- }
- .app-tools .text {
- height: 60px;
- width: 0;
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- overflow: hidden;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- white-space: nowrap;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- opacity: 0;
- text-indent: 1em;
- }
- .app-tools:hover .text {
- width: 95px;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
- text-indent: 0;
- }
- .app-tools .tools-item:hover {
- background-color: #e6b382;
- }
- .app-banner {
- position: relative;
- }
- .app-banner .bg {
- max-width: 100%;
- display: block;
- }
- .app-banner .wp {
- height: 100%;
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- position: absolute;
- top: 0;
- left: 50%;
- -webkit-transform: translate(-50%, 0);
- transform: translate(-50%, 0);
- z-index: 1;
- }
- .app-banner .page-title {
- color: #fff;
- }
- .app-banner .title-text {
- font-size: 48px;
- font-weight: 600;
- line-height: 66px;
- }
- .app-banner .en-title-text {
- font-size: 32px;
- line-height: 38px;
- font-family: "Abhaya Libre";
- }
- .app-breadcrumbs {
- margin-top: 20px;
- font-size: 14px;
- line-height: 20px;
- color: #666666;
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- }
- .app-breadcrumbs .division {
- margin: 0 10px;
- }
- .app-breadcrumbs a:hover {
- text-decoration: underline;
- }
- .app-breadcrumbs a:last-child {
- color: #3A4B99;
- }
- .app-team .team-main {
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- justify-content: space-between;
- padding-top: 20px;
- }
- .app-team .team-main .main-img {
- width: 490px;
- height: 520px;
- flex-shrink: 0;
- }
- .app-team .team-main .main-img img {
- width: 100%;
- height: 100%;
- -o-object-fit: contain;
- object-fit: contain;
- }
- .app-team .team-main .main-info {
- width: 668px;
- }
- .app-team .team-main .main-info .main-name {
- font-size: 40px;
- font-weight: 600;
- line-height: 56px;
- color: #3A4B99;
- }
- .app-team .team-main .main-info .main-desc {
- margin-top: 20px;
- color: #3A4B99;
- font-size: 16px;
- line-height: 30px;
- max-height: 120px;
- white-space: pre-line;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 4;
- }
- .app-team .team-main .main-info .main-btns {
- margin-top: 50px;
- display: -webkit-box;
- display: flex;
- }
- .app-team .team-main .main-info .orange-btn {
- background: -webkit-gradient(linear, left top, right top, from(#f9ceb8), to(#fce5d8));
- background: linear-gradient(90deg, #f9ceb8, #fce5d8);
- }
- .app-team .team-list {
- display: -webkit-box;
- display: flex;
- margin-top: 20px;
- -webkit-box-pack: justify;
- justify-content: space-between;
- }
- .app-team .team-list .team-item {
- width: 240px;
- height: 280px;
- background-color: #f5f7fb;
- text-align: center;
- padding: 32px 20px;
- box-sizing: border-box;
- border: 1px solid transparent;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- cursor: pointer;
- }
- .app-team .team-list .team-item.active {
- border-color: #3A4B99;
- }
- .app-team .team-list .item-img {
- width: 160px;
- height: 160px;
- border-radius: 50%;
- overflow: hidden;
- margin: 0 auto;
- }
- .app-team .team-list .item-img img {
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .app-team .team-list .item-name {
- margin-top: 22px;
- font-size: 24px;
- font-weight: 600;
- line-height: 34px;
- color: #3A4B99;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .index-block-title {
- color: #3A4B99;
- padding-bottom: 40px;
- display: -webkit-box;
- display: flex;
- gap: 10px;
- -webkit-box-align: end;
- align-items: flex-end;
- }
- .index-block-title .title-text {
- font-size: 36px;
- line-height: 50px;
- font-weight: 600;
- }
- .index-block-title .en-title-text {
- font-size: 32px;
- line-height: 38px;
- font-family: "Abhaya Libre";
- }
- .app-more {
- font-size: 20px;
- line-height: 28px;
- font-weight: 500;
- display: -webkit-inline-box;
- display: inline-flex;
- -webkit-box-align: center;
- align-items: center;
- gap: 10px;
- color: #3A4B99;
- }
- .app-more .icon {
- width: 16px;
- }
- .app-pagination {
- margin-top: 60px;
- border-top: 1px solid rgba(51, 51, 51, 0.1);
- padding: 60px 0 40px;
- display: -webkit-box;
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- justify-content: center;
- }
- .app-pagination a,
- .app-pagination span {
- font-size: 18px;
- line-height: 20px;
- color: #666666;
- margin: 0 15px;
- }
- .app-pagination a:hover {
- color: #3A4B99;
- text-decoration: underline;
- }
- .app-pagination .current {
- font-size: 24px;
- color: #3A4B99;
- }
- .app-pagination .prev,
- .app-pagination .next {
- display: inline-block;
- width: 20px;
- height: 12px;
- background: url(/assets/images/arrow-right-half-gary.svg) no-repeat center;
- background-size: contain;
- font-size: 0;
- color: transparent;
- margin: 0 25px;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .app-pagination .prev {
- -webkit-transform: scale(-1, 1);
- transform: scale(-1, 1);
- }
- /*# sourceMappingURL=maps/style.css.map */
|