123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541 |
- @charset "utf-8";
- .fiexdFoot {
- position: fixed;
- bottom: 30px;
- z-index: 9999;
- color: #FFF;
- font-size: 14px;
- }
- .fiexdFoot a {
- color: #999;
- }
- .blackfont a {
- color: #666;
- }
- .pdb50px {
- padding-bottom: 50px;
- }
- .margt50 {
- margin-top: 50px;
- }
- .pageFoot {
- margin-top: 50px;
- text-align: center;
- width: 100%;
- font-size: 14px;
- padding-bottom: 20px;
- }
- .pageFoot a{
- color: #999;
- }
- * {
- margin: 0;
- padding: 0;
- }
- li {
- list-style: none;
- }
- a {
- text-decoration: none !important;
- }
- .content {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .page {
- width: 100%;
- height: 100%;
- }
- .logo {
- line-height: 0;
- }
- .logo a {
- display: inline-block;
- width: 160px;
- height: 32px;
- }
- .logo img {
- width: 160px;
- height: 32px;
- }
- .swiper-slide {
- /* position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%; */
- /* padding-top: 70px; */
- /* padding-bottom: 70px; */
- box-sizing: border-box;
- }
- .slide1 {
- background-image: url(../img/indexbg3.png);
- background-position: center;
- background-repeat: no-repeat;
- background-size: contain;
- background-color: #1170ff;
- }
- .slide2 {
- background-image: url(../img/indexbg2.png);
- background-position: center;
- background-repeat: no-repeat;
- background-size: contain;
- background-color: #7611ff;
- }
- .slide3 {
- background-image: url(../img/indexbg.png);
- background-position: center;
- background-repeat: no-repeat;
- background-size: contain;
- background-color: #9211ff;
- }
- .navBar {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- min-width: 1200px;
- height: 70px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 50px;
- box-sizing: border-box;
- z-index: 9999;
- background-color: rgba(255, 255, 255, .01);
- }
- .nav-group ul {
- display: flex;
- align-items: center;
- }
- .nav-group ul li a {
- font-size: 15px;
- display: block;
- color: #FFF;
- margin: 0 30px;
- height: 70px;
- line-height: 70px;
- box-sizing: border-box;
- }
- .nav-group ul li a:hover,
- .nav-group ul li .isActive {
- border-bottom: 3px solid #4eaaff;
- }
- .nav-group ul li a span {
- font-size: 10px;
- padding-left: 4px;
- color: rgba(255, 255, 255, .5);
- }
- .caseNav .nav-group ul li a {
- font-size: 15px;
- color: #333;
- margin: 0 30px;
- /* display: flex;
- flex-direction: column; */
- }
- .caseNav .nav-group ul li a span {
- font-size: 10px;
- padding-left: 4px;
- color: #999;
- }
- .slide-nr {
- width: 1200px;
- margin: 0 auto;
- height: 100%;
- padding-bottom: 70px;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .nr-text h1 {
- color: #FFF;
- margin-bottom: 50px;
- font-size: 36px;
- line-height: 1.6;
- font-weight: bold;
- }
- .nr-text .mainp {
- color: #FFFFFF;
- margin-bottom: 10px;
- font-size: 16px;
- display: flex;
- align-items: center;
- }
- .mainp img {
- margin: 0 20px;
- }
- .tag {
- font-size: 0;
- margin-left: -12px;
- margin-top: 50px;
- }
- .tag span {
- display: inline-block;
- padding: 12px 20px;
- font-size: 16px;
- color: #FFF;
- border: 1px dashed rgba(255, 255, 255, .3);
- border-radius: 4px;
- margin: 12px;
- background-color: rgba(255, 255, 255, .05);
- }
- .special {
- border: 1px dashed rgba(255, 255, 255, .3);
- padding: 20px 40px;
- border-radius: 4px;
- background-color: rgba(255, 255, 255, .05);
- }
- /* 联系客服按钮 */
- .flotDiv {
- position: fixed;
- right: 20px;
- bottom: 50px;
- background-color: transparent;
- border-radius: 3px;
- z-index: 999;
- }
- .flotDiv ul li {
- position: relative;
- }
- .blackfont {
- color: #666 !important;
- }
- .popBox {
- position: absolute;
- width: 100px;
- height: 100px;
- right: 90px;
- top: 0;
- background-color: #FFF;
- display: none;
- }
- .popBox img {
- width: 100%;
- height: 100%;
- }
- .flotDiv ul {
- padding: 0;
- }
- .flotDiv ul li a {
- display: block;
- width: 80px;
- padding: 10px 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: transparent;
- }
- .flotDiv ul li a img {
- width: 50px;
- height: 50px;
- border-radius: 100px;
- }
- .flotDiv ul li a .kefuIcon {
- box-shadow: 0 3px 10px rgba(252, 86, 86, .4);
- }
- .flotDiv ul li a .kaidianIcon {
- box-shadow: 0 3px 10px rgba(159, 197, 42, .4);
- }
- .flotDiv ul li a .guanzhuIcon {
- box-shadow: 0 3px 10px rgba(21, 155, 255, .4);
- }
- .flotDiv ul li a span {
- font-size: 14px;
- color: #fff;
- padding-top: 8px;
- }
- /* case */
- .caseNav {
- background-color: #FFF !important;
- box-shadow: 0 0 10px rgb(0, 0, 0, .05) !important;
- }
- .caseGroup {
- padding-top: 70px;
- margin: 50px auto 0;
- width: 1600px;
- }
- .caseGroup2 {
- width: 100%;
- padding-top: 70px;
- margin-top: 40px;
- }
- .template_title {
- text-align: center;
- font-size: 32px;
- color: #3b3232;
- font-weight: normal;
- }
- .template_dis {
- margin-top: 20px;
- text-align: center;
- line-height: 24px;
- font-size: 15px;
- color: #888;
- }
- .templateHead {
- width: 1000px;
- margin: 0 auto 50px;
- }
- .haveBg {
- background-image: url(../img/case.png);
- background-repeat: no-repeat;
- background-position: left top;
- }
- .UsBg {
- background-image: url(../img/Us.png);
- background-repeat: no-repeat;
- background-position: left top;
- }
- .staff {
- width: 340px !important;
- height: 480px;
- padding: 30px !important;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
- }
- .templateCard {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .content_itemA {
- line-height: 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 20px;
- box-sizing: border-box;
- width: 380px;
- }
- .subheading {
- margin-top: 30px;
- text-align: center;
- line-height: 30px;
- font-size: 18px;
- color: #584f4f;
- font-weight: normal;
- }
- .item_text {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 20px;
- }
- .item_text span{
- }
- .text-l {
- font-size: 14px !important;
- height: 110px;
- margin-top: 20px !important;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 5;
- line-clamp: 5;
- -webkit-box-orient: vertical;
- text-align: left !important;
- }
- .seniority {
- color: #666 !important;
- font-size: 14px !important;
- }
- .item_img2 {
- width: 100%;
- max-width: 260px;
- max-height: 476px;
- }
- .item_img3 {
- width: 200px;
- height: 200px;
- }
- .item_img {
- width: 100%;
- max-width: 120px;
- max-height: 120px;
- }
- .item_text h3 {
- font-weight: normal;
- font-size: 18px;
- color: #333;
- line-height: 1;
- }
- .item_text p {
- font-size: 15px;
- line-height: 1.5;
- text-align: center;
- color: #999;
- margin-bottom: 0;
- margin-top: 10px;
- }
- /*鼠标移入显示二维码*/
- .item-container {
- position: relative;
- border-radius: 6px;
- overflow: hidden;
- box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
- }
- .item-container2 {
- position: relative;
- border-radius: 4px;
- overflow: hidden;
- }
- .erweicode {
- position: absolute;
- left: 0;
- top: 0;
- opacity: 0;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 100%;
- height: 100%;
- background-color: #FFF;
- z-index: 999;
- box-sizing: border-box;
- border: 1px dashed #ddd;
- padding: 0 30px;
- }
- .erweicode img {
- width: 100%;
- }
- .scan {
- color: #9c9191;
- padding-top: 20px;
- }
- /*翻页*/
- .paging {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 30px;
- }
- .paging a {
- display: inline-block;
- padding: 10px 15px;
- font-size: 14px;
- border: 1px solid #ddd;
- border-radius: 3px;
- display: flex;
- align-items: center;
- flex-wrap: nowrap;
- }
- .disabled a {
- color: #666 !important;
- background-color: #eee !important;
- border: 1px solid #eee !important;
- }
- .disabled a:hover {
- color: #666 !important;
- }
- .project-img {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 40px;
- }
- .popBox {
- position: absolute;
- width: 100px;
- height: 100px;
- right: 90px;
- top: 0;
- background-color: #FFF;
- display: none;
- }
- .popBox img {
- width: 100%;
- height: 100%;
- }
|