| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657 |
- * {
- font-family: "微软雅黑", "microsoft yahei";
- }
- //导航条
- .breadcrumb {
- width: 100%;
- height: 22px;
- margin-top: 30px;
- margin-bottom: 20px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- .el-breadcrumb::v-deep {
- display: inline-block;
- vertical-align: -4px;
- }
- /deep/.el-breadcrumb__inner a,
- /deep/.el-breadcrumb__inner.is-link {
- color: #666666;
- font-weight: 400;
- text-decoration: none;
- transition: var(--el-transition-color);
- }
- span {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- span:hover {
- color: #666666;
- }
- .location {
- margin-right:5px;
- width: 100px;
- height: 22px;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: 400;
- font-size: 20px;
- color: #666666;
- line-height: 23px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- }
- .contact_me {
- width: 1200px;
- margin: 30px auto;
- height: 70px;
- .contact_me_btn {
- width: 127px;
- height: 45px;
- line-height: 45px;
- background-color: #255590;
- color: #fff;
- border-radius: 4px;
- font-size: 16px;
- border: none;
- cursor: pointer;
- .contact_me_btn_img {
- display: inline-block;
- width: 18px;
- height: 18px;
- background-image: url('@/public/images/comments.png');
- vertical-align: -4px;
- margin-left: 20px;
- }
- }
- .contact_me_btn_2 {
- background-color: #ccc;
- cursor: default;
- }
- }
- .cruit_alert_rgb {
- position: fixed;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- z-index: 1111;
- background: rgba(0, 0, 0, 0.2);
- .cruit_alert_rgb_box {
- width: 836px;
- background: #fff;
- border-radius: 20px;
- position: absolute;
- left: 50%;
- top: 20%;
- z-index: 1112;
- margin-left: -418px;
- }
- .cruit_alert_rgb_head_box {
- height: 29px;
- margin-top: 24px;
- position: relative;
- }
- .cruit_alert_rgb_head {
- height: 29px;
- line-height: 29px;
- color: #333;
- font-size: 20px;
- text-align: center;
- font-weight: bold;
- position: relative;
- .close {
- position: absolute;
- font-weight: 400;
- right: 45px;
- top: -5px;
- font-size: 25px;
- width: 20px;
- height: 20px;
- cursor: pointer;
- }
- }
- .cruit_alert_rgb_close {
- width: 26px;
- height: 26px;
- position: absolute;
- top: 0px;
- right: 24px;
- }
- .cruit_alert_rgb_form {
- display: block;
- width: 760px;
- margin: 30px auto 0;
- }
- .cruit_alert_rgb_form_in {
- width: 100%;
- height: 243px;
- overflow: auto;
- }
- .cruit_alert_rgb_li {
- float: left;
- background: #FBFBFB;
- border-top: solid 5px #255590;
- border-radius: 4px;
- width: 230px;
- margin-bottom: 20px;
- padding: 15px 0px 20px 10px;
- box-sizing: border-box;
- }
- .cruit_alert_rgb_li:nth-of-type(3n-1) {
- margin-left: 33px;
- }
- .cruit_alert_rgb_li:nth-of-type(3n) {
- float: right;
- }
- .cruit_alert_rgb_li:nth-of-type(6n-0) {
- border-top: solid 5px #DF9A2B;
- }
- .cruit_alert_rgb_li:nth-of-type(6n-1) {
- border-top: solid 5px #DF9A2B;
- }
- .cruit_alert_rgb_li:nth-of-type(6n-2) {
- border-top: solid 5px #DF9A2B;
- }
- .cruit_alert_rgb_label {
- float: right;
- height: 21px;
- line-height: 21px;
- color: #333;
- font-size: 16px;
- margin-left: 0px;
- font-weight: bold;
- width: 180px;
- padding-right: 15px;
- margin-top: 5px;
- }
- .cruit_alert_rgb_checkbox {
- float: left;
- border: 0px;
- display: block;
- width: 0px;
- height: 0px;
- position: relative;
- margin: 4px 0px 0px 20px;
- background: rgba(0, 0, 0, 0);
- border: none;
- }
- .cruit_alert_rgb_checkbox::after {
- content: '';
- display: block;
- position: absolute;
- border: solid 1px #C8CFD2;
- border-radius: 2px;
- width: 15px;
- height: 15px;
- left: 0px;
- top: 0px;
- z-index: 11;
- }
- input[type="checkbox"]:checked.cruit_alert_rgb_checkbox::after {
- border: 0px;
- }
- input[type="checkbox"]:checked.cruit_alert_rgb_checkbox::before {
- content: '';
- display: block;
- position: absolute;
- background: url(../public/img/4.png) no-repeat 1px 1px #255590;
- background-size: 13px 13px;
- border-radius: 2px;
- width: 15px;
- height: 15px;
- left: 0px;
- top: 0px;
- z-index: 11;
- }
- .cruit_alert_rgb_foot {
- text-align: center;
- }
- .cruit_alert_rgb_foot_sub {
- display: inline-block;
- text-align: right;
- color: #fff;
- font-size: 14px;
- margin: 20px auto 40px;
- border-radius: 4px;
- height: 30px;
- line-height: 30px;
- background: #255590;
- padding: 0px 15px;
- }
- }
- a {
- color: #666666;
- }
- .jianli {
- margin: auto;
- }
- .gerenjianli {
- width: 100%;
- min-height: 250px;
- background-color: #fbfbfb;
- }
- .index_1 {
- width: 1200px;
- margin: 0 auto;
- }
- ul,
- ol {
- list-style: none;
- }
- a:active {
- text-decoration: none;
- }
- a:hover {
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- }
- a:link {
- text-decoration: none;
- }
- a:focus {
- text-decoration: none;
- }
- body {
- position: relative;
- }
- .clearfix {
- overflow: hidden;
- }
- .clearfix_2::after {
- content: '';
- display: block;
- height: 0;
- visibility: hidden;
- clear: both;
- }
- .hiddenColor {
- visibility: hidden;
- }
- .hand {
- cursor: pointer;
- }
- .aTag_parent {
- position: relative;
- }
- .aTag_parent>a,
- .aTag {
- display: block;
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 99;
- border: 0px;
- top: 0px;
- left: 0px;
- background: rgba(0, 0, 0, 0);
- }
- .dot1 {
- display: block;
- word-break: keep-all;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .dot2 {
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- input,
- img {
- border: none;
- }
- .cover100 img {
- display: block;
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- .back100 {
- background-size: 100% 100%;
- background-repeat: no-repeat;
- }
- article,
- aside,
- footer,
- header,
- time,
- video,
- main,
- nav,
- h4,
- h3,
- section {
- display: block;
- }
- .jianli {
- margin: 0 auto;
- }
- .slow_6 {
- -webkit-transition: all .6s;
- -moz-transition: all .6s;
- -ms-transition: all .6s;
- -o-transition: all .6s;
- transition: all .6s;
- }
- .jianli {
- width: 1200px;
- }
- .seek_head_box {
- border-bottom: solid 1px #D9D9D9;
- }
- .seek_head_left {
- float: left;
- }
- .seek_head_a {
- float: left;
- height: 55px;
- line-height: 55px;
- color: #333;
- font-weight: bold;
- font-size: 22px;
- border-bottom: solid 3px rgba(0, 0, 0, 0);
- margin-right: 40px;
- }
- .seek_head_only {
- float: left;
- height: 55px;
- line-height: 55px;
- color: #255590;
- font-weight: bold;
- font-size: 22px;
- border-bottom: solid 3px #255590;
- }
- .seek_head_right_box {
- float: right;
- margin-top: 19px;
- }
- .seek_head_right_text {
- float: left;
- height: 21px;
- line-height: 21px;
- color: #999;
- font-size: 16px;
- margin-left: 22px;
- }
- .seek_introduce_box {
- margin-top: 29px;
- }
- .seek_introduce_left {
- float: left;
- width: 77%;
- }
- .seek_introduce_h4 {
- height: 37px;
- line-height: 37px;
- color: #333;
- font-size: 28px;
- margin-right: 15px;
- float: left;
- }
- .seek_introduce_tag {
- float: left;
- height: 25px;
- line-height: 25px;
- padding: 0px 8px 0px 36px;
- background: url(@/public/image/06.png) no-repeat 10px center #f2f7ed;
- background-size: 16px 16px;
- border: solid 1px #9CD26B;
- color: #ADCF8B;
- font-size: 16px;
- border-radius: 3px;
- margin: 10px 5px 0px 0px;
- }
- .seek_introduce_text {
- height: 25px;
- line-height: 25px;
- color: #999;
- font-size: 16px;
- margin-top: 10px;
- float: left;
- }
- .seek_introduce_num {
- color: #9CD26B;
- }
- .seek_introduce_title_box {
- margin-top: 29px;
- }
- .seek_introduce_label {
- margin-right: 11px;
- line-height: 21px;
- color: #333;
- font-size: 16px;
- font-weight: bold;
- }
- .seek_introduce_title {
- margin-right: 40px;
- line-height: 21px;
- color: #333;
- font-size: 16px;
- font-weight: bold;
- }
- .seek_introduce_foot {
- margin-top: 32px;
- }
- .seek_introduce_foot_text {
- height: 16px;
- line-height: 16px;
- float: left;
- color: #999;
- font-size: 16px;
- padding-right: 10px;
- margin-right: 10px;
- border-right: solid 1px #999;
- }
- .seek_introduce_foot_text:nth-last-of-type(1) {
- border: 0px;
- }
- .index_1_left {
- float: left;
- width: 70%;
- }
- .index_1_right {
- float: right;
- width: 28%;
- }
- .index_1_right_img {
- float: right;
- width: 130px;
- height: 130px;
- margin-top: 28px;
- // opacity: .6;
- }
- .index_2 {
- margin-top: 56px;
- }
- .index_3 {
- margin-top: 16px;
- }
- .index_4 {
- margin-top: 10px;
- }
- .index_5 {
- margin-top: 10px;
- }
- .index_5 .seek_in {
- margin-top: 33px;
- }
- .index_6 {
- margin-top: 10px;
- margin-bottom: 40px;
- }
- .index_6 .seek_in {
- margin-top: 33px;
- }
- .seek_article {
- margin-top: 33px;
- }
- .seek_in_head {
- margin: 31px 0px 10px;
- }
- .seek_in_head_text {
- float: left;
- height: 35px;
- line-height: 35px;
- color: #333;
- font-size: 18px;
- margin-right: 40px;
- }
- .seek_in_li {
- display: flex;
- margin-bottom: 10px;
- }
- .seek_in_label {
- height: 35px;
- line-height: 35px;
- color: #333;
- font-size: 18px;
- word-break: keep-all;
- white-space: nowrap;
- }
- .seek_in_li_text {
- height: 35px;
- line-height: 35px;
- color: #333;
- font-size: 18px;
- }
- .seek_in_li:nth-last-of-type(1) {
- margin-bottom: 0px;
- }
- .seek_article_2 {
- color: #333;
- font-size: 18px;
- }
- .seek_article {
- color: #333;
- font-size: 18px;
- }
- @media screen and (min-width:1200px) {
- /*pc_1440*/
- @media screen and (max-width:1440px) {
- /*1200*/
- }
- .pc_none {
- display: none;
- }
- }
- @media screen and (max-width:599px) {}
- @media screen and (max-width:320px) {}
|