.wrap { width: 1360px; padding:15px 0; box-sizing: border-box; margin: auto; position: relative; height: 100%; } .mp-box { display: none; } .web-box { display: block; } .header .web-box .header-top .logo{ width: 200px; } img{ object-fit: cover; } .all_wrap .project-inner.details_wrapss .content video{ width: auto !important; } .header { background-color: #FFF; padding: 20px 0 0; border-bottom: 3px solid #d4d9dd; } .header .web-box .header-top { display: flex; align-items: center; justify-content: space-between; font-size: 16px; color: #787878; } /* .header .web-box .header-top .logo { width: 280px; height: 55px;} */ .header .web-box .header-top .logo img { width: 100%; height: 100%;} .header .web-box .header-top .header-info { display: flex; align-items: center; } .header .web-box .header-top .header-info img { margin-right: 10px; margin-left: 20px; } .header .web-box .header-top .header-info span.line { margin: 0 7px; } .header .web-box .header-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; } .header .web-box .header-bottom .menu-nav { display: flex; } .header .web-box .header-bottom .menu-nav li { text-align: center; margin-right: 36px; font-size: 18px; color: #000000; cursor: pointer; position: relative; line-height: 35px; } .header .web-box .header-bottom .menu-nav li:hover .menu-li { display: block; } .header .web-box .header-bottom .menu-nav li:hover a img { transform: rotate(90deg); } .header .web-box .header-bottom .menu-nav li img { width: 5px; transform: rotate(-90deg); transition: all .3s linear; } .header .web-box .header-bottom .menu-nav li .menu-li { position: absolute; font-size: 16px; background-color: #FFFFFF; z-index: 2; top: 30px; width: max-content; display: none; } .header .web-box .header-bottom .menu-nav li .menu-li a { display: block; padding: 10px 15px; text-align: left; white-space: nowrap; } .header .web-box .header-bottom .menu-nav li .menu-li a:hover { background-color:#215283; color: #FFFFFF; } .header .web-box .header-bottom .menu-nav li.select { color: #215283; border-bottom: 3px solid #215283; } .header .web-box .header-bottom .search-box { width: 300px; line-height: 35px; border: solid 1px #d2d2d2; background-color: #FFF; box-sizing: border-box; padding: 0 40px 0 20px; background-image: url(../img/header-search-gray-icon.png); background-repeat: no-repeat; background-position: 95%; } .header .web-box .header-bottom .search-box input { width: 100%; font-size: 16px; } .footer { background-color: #18487E; color: #FFF; padding-top: .3rem ; transition: all .3s linear; } .footer .web-box .bottom-title { margin: .3rem 0 .2rem; padding: 0 0 0 30px; background-image: url(../img/footer-right-icon.png); background-repeat: no-repeat; background-size: 14px 24px; background-position: left center; font-size: 24px; font-weight: bold; } .footer .bottom-desc { font-size: 16px; color: #DEDEDE; text-align: center;margin-top: 20px;} .footer .bottom-desc .icp-item { margin-right: 30px; cursor: pointer; line-height: 40px; } .footer .web-box .title { font-size: 20px; font-weight: 530; padding: 0 0 25px; } .footer .web-box .title.about { margin-top: 35px; } .footer .web-box .item { width: 24%; float: left; } .footer .web-box .item .list { font-size: 18px; color: #DEDEDE; } .footer .web-box .item .list li a { display: block; width: 100%; padding-left: 20px; background-image: url(../img/footer-right-icon.png); background-repeat: no-repeat; background-size: 8px 13px; background-position: left center; } .footer .web-box .item .lister { display: flex; align-items: center; } .footer .web-box .item .lister img { margin-right: 20px; } .footer .web-box .item .lister .lister-item { position: relative; } .footer .web-box .item .lister .lister-item img { margin-right: 20px; display: inline-block; vertical-align: inherit; cursor: pointer; } .footer .web-box .item .lister .lister-item .code { position: absolute; width: 150px; left: 0; top: 30px; border: 4px solid #FFFFFF; border-radius: 5px; display: none; } .footer .web-box .item .lister .lister-item .code img { width: 100%; display: block; } .footer .web-box .item .lister .lister-item .code::before { content: ''; width: 15px; height: 15px; transform: rotate(45deg); position: absolute; top: -7.5px; left: 7.5px; background-color: #FFFFFF; } .footer .web-box .item .lister .lister-item:hover .code { display: block; } .all_wrap .notice-pagination { display: flex; justify-content: center; padding: .4rem 0 0; } .all_wrap .notice-pagination span { width: 117px; line-height: 49px; background-color: #FFFFFF; border: solid 2px #d2d2d2; text-align: center; font-size: 22px; color: #606060; margin: 0 5px; cursor: pointer; transition: all .3s linear; } .all_wrap .notice-pagination span:hover { background-color: #29a9e0; color: #FFF; border: solid 2px #29a9e0; } .all_wrap .notice-pagination a { width: 51px; line-height: 49px; background-color: #fff; border: solid 2px #d2d2d2; text-align: center; font-size: 22px; margin: 0 5px; cursor: pointer; } .all_wrap .notice-pagination a.select { background-color: #29a9e0; color: #FFF; border: solid 2px #29a9e0; } .all_wrap .notice-pagination a:hover { background-color: #29a9e0; color: #FFF; border: solid 2px #29a9e0; } .all_wrap .all-menu { background-color: rgb(8 79 133 / 40%); } .all_wrap .all-menu .wrap {padding:0; } .all_wrap .all-menu .menu { display: flex; align-items: center; text-align: center; font-size: 19.8px; } .all_wrap .all-menu .menu a { display: block; width: 100%; line-height: 1.6;padding:30px 0; color: #FFFFFF; border-left: 1px solid #FFF; font-weight: bold; } .all_wrap .all-menu .menu a:last-child { border-right: 1px solid #FFF; } .all_wrap .all-menu .menu a.select { background-color: #FFFFFF; color: rgba(33,82,131,0.9); } .all_wrap .about-banner { height: 564px; background-color: #999; background-position: center; background-size: cover; position: relative; } .all_wrap .about-banner .banner-desc { width: 529px; position: absolute; color: #FFFFFF; padding:120px 0; left: 0; } .all_wrap .about-banner .banner-desc .title { font-size: 44px; padding-bottom: 30px; font-weight: bold; } .all_wrap .about-banner .banner-desc .desc { font-size: 24px; font-weight: normal; font-stretch: normal; line-height: 40px; letter-spacing: 0px; color: #ffffff; text-align: justify; } .all_wrap .about-banner .about-join-desc { padding-top: 130px; color: #FFFFFF; } .all_wrap .about-banner .about-join-desc .title { font-size: 54px; font-weight: bold; } .all_wrap .about-banner .about-join-desc .desc { font-size: 22px; padding-top: 20px; } .all_wrap .about-banner .about-join-nav { display: flex; align-items: center; font-size: 16px; padding-top: 20px; color: #FFFFFF; } .all_wrap .about-banner .about-join-nav .right-icon { margin: 0 15px; } .all_wrap .join-us { padding: 0.4rem 0; } .all_wrap .join-us .title { font-size: 30px; color: #0d171e; font-weight:520; } .all_wrap .join-us .desc { padding-top: 40px; color: #3e4144; opacity: 0.98; font-size: 22px; } .all_wrap .join-us-content { padding: .6rem .5rem 1.5rem; } .all_wrap .join-us-content .item { float: left; width: 50%; display: flex; align-items: center; } .all_wrap .join-us-content .item img { width: 196px; margin-right: .1rem; margin-left: .1rem; } .all_wrap .join-us-content .item .desc { font-size: 24px; text-decoration: underline; letter-spacing: 1px; color: #184c81; } .all_wrap .join-concat { margin-left: -10px; margin-right: -10px; } .all_wrap .join-concat .item { width: 33.33%; float: left; padding-left: 10px; padding-right: 10px; box-sizing: border-box; margin-bottom: 20px; } .all_wrap .join-concat .item .form-input { border: solid 2px #cccccc; font-size: 18px; color: #3e4144; padding: 15px 22px; display: flex; } .all_wrap .join-concat .item .form-input:hover{ border: solid 2px #215283; font-size: 18px; color: #3e4144; padding: 15px 22px; display: flex; } .all_wrap .join-concat .item .form-input input { width: 100%; } .all_wrap .join-concat .item .form-input span { flex-shrink: 0; } .all_wrap .form-textarea { border: solid 2px #cccccc; padding: 15px 22px; font-size: 18px; color: #3e4144; } .all_wrap .form-textarea:hover{ border: solid 2px #215283; padding: 15px 22px; font-size: 18px; color: #3e4144; } .all_wrap .form-textarea textarea { width: 100%; resize: none; height: 100px; line-height: 1.6; margin-top: 20px; } .all_wrap .form-btn { width: 286px; line-height: 58px; background-color: #215283; text-align: center; font-size: 20px; color: #FFFFFF; text-align: center; margin: 50px auto 200px; cursor:pointer } /* 首页合作伙伴 */ .all_wrap .company-logo .company-logo-swiper .swiper-container {height: 583px;} .all_wrap .company-info { padding: 140px 0 80px; } .all_wrap .company-info .company-info-swiper { width: 50%; padding-right: 50px; box-sizing: border-box; float: left; } .all_wrap .company-info .company-info-swiper .swiper-container { width: 100%; height: 480px; background-color: #818181; } .all_wrap .company-info .company-info-swiper .swiper-container .swiper-slide { background-position: center; background-size: cover; background-repeat: no-repeat; } .all_wrap .company-info .company-info-swiper .swiper-container .banner-tips { font-size: 22px; text-align: center; bottom: 0; position: absolute; width: 100%; z-index: 3; left: 0; background-color: #FFFFFF; line-height: 70px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; box-sizing: border-box; padding: 0 30px; } .all_wrap .company-info .company-info-swiper .swiper-container .swiper-btn-box { position: absolute; bottom: 0; left: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; cursor: pointer; line-height: 70px; z-index: 2; } .all_wrap .company-info .company-info-details { width: 50%; box-sizing: border-box; float: left; } .all_wrap .company-info .company-info-details .title { font-size: 38px; font-weight: bold; padding-bottom: 30px; } .all_wrap .company-info .company-info-details .desc { font-size: 18px; line-height: 40px; color: #1e2022; opacity: 0.98; text-align: justify; letter-spacing: 1px; } .all_wrap .company-logo { padding-bottom: 140px; } .all_wrap .company-logo .title { font-size: 27px; color: #262b35; padding: 80px 0 80px; font-weight: 520; font-weight:bold} .all_wrap .company-logo .company-logo-item .item-logo { width: 16.6%; float: left; height: 110px; display: block; padding: 2%; box-sizing: border-box; position:relative;line-height:110px} .all_wrap .company-logo .company-logo-item .item-logo.long { width: 32.3%; } .all_wrap .company-logo .company-logo-item .item-logo img { max-width:100%;max-width:100%; } .all_wrap .notice-box { padding: .4rem 0; } .all_wrap .notice-box .swiper-container { width: 520px; height: 32px; margin: 0 auto 40px; } .all_wrap .notice-box .swiper-container .prev { position: absolute; z-index: 2; line-height: 32px; top: -3px; background-color: #FFF; cursor: pointer; } .all_wrap .notice-box .swiper-container .prev img { width: 11px; } .all_wrap .notice-box .swiper-container .next { position: absolute; z-index: 2; line-height: 32px; background-color: #FFF; top: -3px; right: 0; cursor: pointer; } .all_wrap .notice-box .swiper-container .next img { width: 11px; } .all_wrap .notice-box .swiper-container .swiper-slide { font-size: 18px; color: #262b35; text-align: center; line-height: 32px; } .all_wrap .notice-box .swiper-container .swiper-slide p {line-height: 32px; position: relative;cursor:pointer } .all_wrap .notice-box .swiper-container .swiper-slide.active p { line-height: 32px; position: relative; cursor:pointer } .all_wrap .notice-box .swiper-container .swiper-slide.active p::after { content: ''; width: 60px; height: 3px; background-color: #215283; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } .all_wrap .notice-box .notice-content .item { cursor: pointer; display: flex; border-bottom: 1px solid #dcdcdc; padding: 50px 0; } .all_wrap .notice-box .notice-content .item .item-img { width: 351px; height: 211px; overflow: hidden; background-color: #d2d7db; background-position: center; background-size: cover; flex-shrink: 0; } .all_wrap .notice-box .notice-content .item .item-img img {width: 100%;height: 100%; transform: scale(1); transition: transform 1s ease 0s; } .all_wrap .notice-box .notice-content .item .item-img img:hover { transform: scale(1.05); } .all_wrap .notice-box .notice-content .item .item-details { padding-left: 50px; transition: all .3s linear;width: 100% } .all_wrap .notice-box .notice-content .item .item-details .time { font-size: 16px; padding-bottom: 10px; color: #262b35; padding-top: 10px; } .all_wrap .notice-box .notice-content .item .item-details .title { font-size: 27px; font-weight: bold; padding-bottom: 20px; color: #262b35; } .all_wrap .notice-box .notice-content .item .item-details .content { font-size: 18.2px; line-height: 38px; color: #262b35; opacity: 0.98; text-align: justify; } .all_wrap .notice-box .notice-content .item:hover .item-details { background-color: #f3f3f3; } .all_wrap .team-box { position: relative; padding: 0rem 0 .9rem; } .all_wrap .team-box .swiper-container { width: 100%; height: 730px; } .all_wrap .team-box .swiper-container .swiper-pagination { bottom: 0px; } .all_wrap .team-box .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 20px; height: 4px; background-color: #b9c9d4; border-radius: 0; opacity: 1; } .all_wrap .team-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background-color: #18487e; width: 30px; } .all_wrap .team-box .swiper-container .swiper-slide { display: flex; } .all_wrap .team-box .swiper-container .swiper-slide .team-img { width: 512px; height: 658px; background-color: #818181; flex-shrink: 0; margin-right: 100px; } .all_wrap .team-box .swiper-container .swiper-slide .team-details { color: #27292b; } .all_wrap .team-box .swiper-container .swiper-slide .team-details ul > li { font-size: 24px; font-weight: normal; font-stretch: normal; line-height: 70px; letter-spacing: 0px; color: #485566; opacity: 0.98; position: relative; padding-left: 20px; } .all_wrap .team-box .swiper-container .swiper-slide .team-details ul > li::before { content: ''; background-color: #485a66; width: 6px; height: 6px; border-radius: 100px; position: absolute; left: 0; top: 32px; } .all_wrap .team-box .swiper-container .swiper-slide .team-details .name { display: flex; align-items: center; padding-bottom: 60px; } .all_wrap .team-box .swiper-container .swiper-slide .team-details .name a { font-size: 24px; } .all_wrap .team-box .swiper-container .swiper-slide .team-details .name span { font-size: 34px; margin-right: 20px; font-weight: bold; } .all_wrap .team-box .swiper-btn-box { position: absolute; width: 100%; display: flex; justify-content: space-between; z-index: 2; top: 30%; transform: translateY(-30%); cursor: pointer; } .all_wrap .project-nav { display: flex; justify-content: space-between; padding: 0 0 .3rem; } .all_wrap .project-nav .layui-edge { display: block; width: 20px; height: 20px; background-image: url(../img/arrow-select-icon.png); background-position: center; background-size: contain; background-repeat: no-repeat; border: none; } .all_wrap .project-nav .layui-form-select dl { top: 80px; } .all_wrap .project-nav .layui-form-select dl dd.layui-select-tips { top: 90px; font-size: 20px; line-height: 60px; color: #666; } .all_wrap .project-nav .layui-form-select { width: 49%; line-height: 67px; } .all_wrap .project-nav .layui-form-select .layui-input { border: none; border-bottom: 3px solid #d4d9dd; font-size: 27px; color: #000; line-height: 80px; height: auto; } .all_wrap .project-inner { padding: .3rem 0; } .all_wrap .project-inner .desc { font-size: 24px; color: #3e4144; padding-bottom: 5px; } .all_wrap .project-inner .title { font-size: 37.8px; font-weight: bold; padding-bottom: 60px; } .all_wrap .project-inner .inner { margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; } .all_wrap .project-inner .inner .item { width: 33.33%; float: left; padding-left: 15px; padding-right: 15px; box-sizing: border-box; margin-bottom: 80px; } .all_wrap .project-inner .inner .item a.block { display: block; cursor: pointer; } .all_wrap .project-inner .inner .item a.block.select, .all_wrap .project-inner .inner .item a.block:hover { background-color: #f3f3f3; } .all_wrap .project-inner .inner .item a.block .item-img {overflow: hidden; background-position: center; background-size: cover; background-repeat: no-repeat; height: 239px; background-color: #818181; } .all_wrap .project-inner .inner .item a.block .item-img img {width: 100%;height: 100%; transform: scale(1); transition: transform 1s ease 0s; } .all_wrap .project-inner .inner .item a.block .item-img img:hover { transform: scale(1.05); } .all_wrap .project-inner .inner .item a.block .details { padding: 20px; } .all_wrap .project-inner .inner .item a.block .details .item-title { font-weight: 520; padding-bottom: 30px; font-size: 27px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis} .all_wrap .project-inner .inner .item a.block .details .item-desc { font-size: 18px; line-height: 1.6; color: #262b35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;height: 0.45rem; } .all_wrap .project-inner .content { text-align: justify; font-size: 24px; line-height: 2; color: #3e4144; } .all_wrap .project-inner .content video{width:100%} .all_wrap .project-inner .content .content-img { display: flex; align-items: center; justify-content: center; width: 100%; height: 746px; background-color: #818181; margin: 50px 0; } .all_wrap .project-inner .content img { max-width: 100%; } .all_wrap .resolve-box { padding: 100px 0 150px; } .all_wrap .resolve-box .item { display: flex; align-items: center; margin-top: 80px; } .all_wrap .resolve-box .item .item-details { padding-right: 20px; width: 100%; } .all_wrap .resolve-box .item .item-details .title { font-size: 30px; padding-bottom: 20px; color: #262b35; font-weight: bold; } .all_wrap .resolve-box .item .item-details .desc { font-size: 20px; line-height: 2; opacity: 0.98; } .all_wrap .resolve-box .item .item-details span { width: 171px; line-height: 58px; background-color: #FFFFFF; border: solid 2px #d2d2d2; text-align: center; margin-top: 20px; } .all_wrap .resolve-box .item:hover { background-color: #f3f3f3; } .all_wrap .resolve-box .item:hover span { background-color: #215283; color: #FFFFFF; border: solid 2px #215283; } .all_wrap .resolve-box .item .item-img { background-position: center; background-size: cover; background-repeat: no-repeat; width: 563px; height: 300px; overflow: hidden; background-color: #818181; flex-shrink: 0; margin-right: 50px; } .all_wrap .resolve-box .item .item-img img {width: 100%;height: 100%; transform: scale(1); transition: transform 1s ease 0s; } .all_wrap .resolve-box .item .item-img img:hover { transform: scale(1.05); } .all_wrap .resolve-details .top-info { padding-top: .5rem; display: flex; padding-bottom: .65rem; align-items: center; } .all_wrap .resolve-details .top-info .item-img { width: 50%; height: 437px; overflow: hidden; background-color: #818181; flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .all_wrap .resolve-details .top-info .item-img img { width: 80px; } .all_wrap .resolve-details .top-info .item-details { padding-right: 40px; width: 100%; } .all_wrap .resolve-details .top-info .item-details .tips { font-size: 18px; padding-bottom: 15px; } .all_wrap .resolve-details .top-info .item-details .title { font-weight: bold; font-size: 33.4px; padding-bottom: 15px; } .all_wrap .resolve-details .top-info .item-details .desc { line-height: 2; font-size:18.8px; letter-spacing: 1px; color: #44474a; text-align: justify; } .all_wrap .resolve-details .resolve-info .title { font-size: 27px; font-weight: 520; padding-bottom: .35rem; } .all_wrap .resolve-details .resolve-info .inner { margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; } .all_wrap .resolve-details .resolve-info .inner .item { width: 33.33%; padding-left: 30px; padding-right: 30px; margin-bottom: 60px; box-sizing: border-box; } .all_wrap .resolve-details .resolve-info .inner .item .item-title { text-align: center; font-size: 23.4px; padding: 20px 0; color: #252d35; font-weight: bold; } .all_wrap .resolve-details .resolve-info .inner .item .item-desc { font-size:18px; line-height: 1.6; opacity: 0.98; color: #3e4144; } .all_wrap .resolve-details .resolve-info .inner .item a.block { display: block; display: flex; flex-direction: column; align-items: center;} .all_wrap .resolve-details .resolve-info .inner .item a.block .item-img { width: 50%; height: auto !important; overflow: hidden; } .all_wrap .resolve-details .resolve-info .inner .item a.block .item-img img { width: 100%;height: 100%; } .all_wrap .resolve-config { background-color: #f7f7f7; padding: 60px 0 100px; margin-top: 70px; position: relative; } .all_wrap .resolve-config .swiper-btn-boxs{width: 100%;display: flex;justify-content: center;align-items: center;} .all_wrap .resolve-config .swiper-btn-box{width: 1560px;margin: auto;display: flex;justify-content: space-between;position: absolute;top: 40%;} .all_wrap .resolve-config .swiper-btn-box .prev { cursor: pointer; z-index: 2; } .all_wrap .resolve-config .swiper-btn-box .prev img{ border: 1px solid #215283; border-radius: 100%; padding: 10px 13px; } .all_wrap .resolve-config .swiper-btn-box .next { cursor: pointer; z-index: 2; } .all_wrap .resolve-config .swiper-btn-box .next img{ border: 1px solid #215283; border-radius: 100%; padding: 10px 15px; } .all_wrap .resolve-config .title { font-size: 30px; font-weight: 520; padding-bottom: 50px; } .all_wrap .resolve-config .list { background-color: #FFFFFF; color: #252d35; padding: 30px 0; display: flex; font-size: 20px; } .all_wrap .resolve-config .list:nth-child(2n+1) { background-color: #EEEEEE; } .all_wrap .resolve-config .list .name { font-weight: bold; margin-left: 60px; width: 280px; flex-shrink: 0; } .all_wrap .resolve-config.anli { background-color: #ebeff5; margin-top: 0; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-container { padding-bottom: 40px; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide { cursor: pointer; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-img { height: 244px; overflow: hidden; background-color: #818181; background-position: center; background-size: cover; background-repeat: no-repeat; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-img img { width: 100%; height: 100%; transform: scale(1); transition: transform 1s ease 0s; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-img img:hover { transform: scale(1.05); } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-details { background-color: #FFFFFF; padding: 40px 20px; transition: all .3s linear; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-details:hover { background-color: #FFFFFF; box-shadow:0 0 9px 3px #999;} .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-details .item-title { font-weight: bold; padding-bottom: 30px; font-size: 27px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-details .item-desc { font-size: 16.2px; line-height: 1.6; color: #262b35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;height: 0.4rem; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-details .more { display: flex; font-size: 15px; margin-top: 20px; color: #29a9e0; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-details .more img { margin-right: 10px; } .all_wrap .resolve-config.anli .swiper-pagination { bottom: 0px; } .all_wrap .resolve-config.anli .swiper-pagination .swiper-pagination-bullet { width: 20px; height: 4px; background-color: #b9c9d4; border-radius: 0; opacity: 1; } .all_wrap .resolve-config.anli .swiper-pagination .swiper-pagination-bullet-active { background-color: #18487e; width: 30px; } .all_wrap .project-item { padding: 0; } .all_wrap .project-item .item { padding: 90px 0; margin: 0; } .all_wrap .project-item .item .wrap { display: flex; align-items: center; } .all_wrap .project-item .item .wrap .item-details { padding-right: 0; } .all_wrap .project-item .item:nth-child(2n) { background-color: #ebeff5; } .all_wrap .project-item .item:nth-child(2n) .item-details { padding-right: 40px; } .all_wrap .project-item .item:nth-child(2n) .item-img { margin-right: 0; } .all_wrap .product-box .top-info .item-img { width: 617px; height: 349px; overflow: hidden; } .all_wrap .product-box .top-info .item-img img { width: 100%; height: 100%; transform: scale(1); transition: transform 1s ease 0s; } .all_wrap .product-box .top-info .item-img img:hover { transform: scale(1.05); } .all_wrap .product-box .top-info .item-details { padding-left: 40px; padding-right: 0; } .all_wrap .product-cloud { padding-top: 60px; } .all_wrap .product-cloud .product-cloud-inner { display: flex; flex-wrap: wrap; margin-left: -20px; margin-right: -20px; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-btn { text-align: center; font-size: 18px; cursor: pointer; width: 100%; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item { box-sizing: border-box; padding-left: 20px; padding-right: 20px; width: 33.33%; margin-bottom: 40px; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item .product-cloud-a { display: block; overflow: hidden; position: relative; cursor: pointer;} .all_wrap .product-cloud .product-cloud-inner .product-cloud-item .product-cloud-a:hover .product-cloud-text { transform: translateY(0); } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item .product-cloud-a .product-cloud-img { height: 235px; background-color: #818181; width: 100%; background-position: center; background-size: cover; overflow: hidden; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item .product-cloud-a .product-cloud-text { background-color: rgba(0, 0, 0, 0.4); padding: 15px; position: absolute; z-index: 2; bottom: 0; width: 100%; box-sizing: border-box; color: #FFFFFF; transform: translateY(100%); transition: all .3s linear; display: flex; justify-content: space-between; align-items: flex-end; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item .product-cloud-a .product-cloud-text img { flex-shrink: 0; height: 100%; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item .product-cloud-a .product-cloud-text p.p-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 28px; font-weight: bold; margin-bottom: 12px; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item .product-cloud-a .product-cloud-text p.p-desc { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.6; font-size: 16px; } .product-cloud-img > img {width: 100%;height: 235px; transform: scale(1); transition: transform 1s ease 0s; } .product-cloud-img > img:hover { transform: scale(1.05); } .all_wrap .product-info { padding: 60px 0 140px; } .all_wrap .product-info .title { font-size: 30px; font-weight: 520; } .all_wrap .product-info .wrap-inner { width: 1360px; margin: auto; overflow-x: auto; } .all_wrap .product-info .wrap-inner .table-info { width: fit-content; font-size: 16px; color: #0e0e0e; margin-top: 60px; } .all_wrap .product-info .wrap-inner .table-info img { display: block; margin: 0 auto; } .all_wrap .product-info .wrap-inner .table-info tr { background-color: #f6f6f6; } .all_wrap .product-info .wrap-inner .table-info tr li { list-style: disc; margin-left: 20px; } .all_wrap .product-info .wrap-inner .table-info tr.bold { font-weight: bold; } .all_wrap .product-info .wrap-inner .table-info tr .bold { font-weight: bold; } .all_wrap .product-info .wrap-inner .table-info tr:nth-child(2n) { background-color: #eeeeee; } .all_wrap .product-info .wrap-inner .table-info tr td { border: 3px solid #FFFFFF; padding: 10px; } .all_wrap .product-info .wrap-inner .para_list_li:nth-of-type(odd){height: 50px;background-color: #fff;display: flex;align-items: center;} .all_wrap .product-info .wrap-inner .para_list_li:nth-of-type(even){height: 50px;background-color: #e5e5e5;display: flex;align-items: center;} .all_wrap .product-info .wrap-inner .para_list_li span:first-child{ width: 20%; display: flex; justify-content: center; align-items: center; } .all_wrap .product-info .wrap-inner .para_list_li span:last-child{ width: 80%; display: flex; align-items: center; color: #999; margin-left: 5%; } .all_wrap .index-banner-swiper .swiper-container { height: 86vh; background-color: #818181; width: 100%; } /* .all_wrap .index-banner-swiper .swiper-container { height:auto; background-color: #818181; width: 100%; } */ .all_wrap .index-banner-swiper .swiper-container .swiper-slide { height: 100%; background-size: cover; background-position: center;} .all_wrap .index-banner-swiper .swiper-container .swiper-slide img.banner { width: 100%; height: 100%; position: absolute; } .all_wrap .index-banner-swiper .swiper-container .banner-desc { margin-top: 15%; width: 650px; box-sizing: border-box; color: #FFFFFF;padding:0 15px; } .all_wrap .index-banner-swiper .swiper-container .banner-desc .title { font-weight: bold; font-size: 64px; padding-bottom: 40px; } .all_wrap .index-banner-swiper .swiper-container .banner-desc .desc { font-size: 30px; font-weight: normal; font-stretch: normal; line-height: 2; letter-spacing: 0px; color: #ffffff; } .all_wrap .index-banner-swiper .swiper-container .banner-desc .desc_more { display: inline-block; font-size: 20px; color: #fff; letter-spacing: 0; font-weight: 500; } .all_wrap .index-banner-swiper .swiper-container .swiper-pagination { bottom: 32px; } .all_wrap .index-banner-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background-color: #FFFFFF; } .all_wrap .index-banner-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 14px; height: 14px; } .all_wrap .index-box { padding: 64px 0 70px; } .all_wrap .index-box > .title { padding: 0 15px; } .all_wrap .index-box.graybg { background-color: #ebeff5; } .all_wrap .index-box .title { font-size: 27px; font-weight: 520; display: flex; justify-content: space-between; align-items: flex-end; padding: 0;font-weight:bold; } .all_wrap .index-box .title .more { font-weight:normal;font-size: 20px; color: #215283; cursor: pointer; } .all_wrap .index-box .title .more img { margin-right: 20px; } .all_wrap .product-home .inner { padding-top: 60px; display: flex; justify-content: space-between; } .all_wrap .product-home .inner .item { width: 48%; height: 366px; background-color: #818181; position: relative; overflow: hidden; display: block; cursor: pointer; } .all_wrap .product-home .inner .item .item-img { width: 100%; height: 100%; overflow: hidden; position: absolute; z-index: 1; } .all_wrap .product-home .inner .item .item-img img { width: 100%; height: auto !important; transform: scale(1); transition: transform 1s ease 0s; } .all_wrap .product-home .inner .item .item-img img:hover {transform: scale(1.05); } .all_wrap .product-home .inner .item .item-details { position: absolute; z-index: 2; width: 100%; bottom: 0; padding: 20px; color: #FFFFFF; background-color:rgb(8 79 133 / 40%); left: 0; box-sizing: border-box; transform: translateY(49%); transition: all .3s linear; overflow: hidden; } .all_wrap .product-home .inner .item .item-details .item-desc { font-size: 14.4px; line-height: 1.6; display: flex; justify-content: space-between; align-items: flex-end; } .all_wrap .product-home .inner .item .item-details .item-title { font-size: 25.2px; font-weight: bold; padding-bottom: 10px; } .all_wrap .product-home .inner .item .item-details .item-title:hover { color:inherit; } .all_wrap .product-home .inner .item:hover .item-details { transform: translateY(0%);background-color: #064e84; } /* 首页解决方案 */ .all_wrap .index-resolve .inner .index-resolve-swiper { margin-top: 50px; position: relative;} .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-container { padding-bottom: 50px;width: 1360px;margin: auto; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-pagination { z-index: 2; bottom: 0; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-pagination .swiper-pagination-bullet { width: 20px; height: 4px; background-color: #b9c9d4; border-radius: 0; opacity: 1; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-pagination .swiper-pagination-bullet-active { background-color: #18487e; width: 30px; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-btn-boxs{width: 100%;display: flex;justify-content: center;align-items: center;} .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-btn-box{ width: 1560px; margin: auto; display: flex; justify-content: space-between; position: absolute; top: 40%; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-btn-box .prev { cursor: pointer; z-index: 2; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-btn-box .prev img{ border: 1px solid #215283; border-radius: 100%; padding: 10px 13px; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-btn-box .next { z-index: 2; cursor: pointer; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-btn-box .next img{ border: 1px solid #215283; border-radius: 100%; padding: 10px 15px; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-slide { display: flex; width: 1360px;} .all_wrap .index-resolve .inner .index-resolve-swiper .item-img { width: 40%; height: 300px; overflow: hidden; background-color: #818181; flex-shrink: 0; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-img img { width: auto !important; height: 100% !important; transform: scale(1); transition: transform 1s ease 0s; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-img img:hover { transform: scale(1.05); } .all_wrap .index-resolve .inner .index-resolve-swiper .item-details {width:60% ; height: 100%; height: 300px; color: #FFFFFF; background-color: #18487e; box-sizing: border-box; padding: 12px 35px; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-details .title { font-size: 27px; font-weight: 530; padding-bottom: 20px;padding-top:20px; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-details .item-desc { font-size: 18px; line-height: 1.6; padding-bottom: 30px; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-details a { width: 138px; line-height: 45px; border: solid 2px #29a9e0; text-align: center; display: block; cursor: pointer; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-details a:hover { background-color: #29a9e0; color: #FFFFFF; letter-spacing: 1px; } .all_wrap .index-notice .web-box .inner { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; margin-top: 40px; } .all_wrap .index-notice .web-box .inner .item { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 33.33%; margin-bottom: 30px; } .all_wrap .index-notice .web-box .inner .item a { display: block; position: relative; background-color: #FFFFFF; cursor: pointer; height: 100%; } .all_wrap .index-notice .web-box .inner .item a:hover { background-color: #F3F3F3; box-shadow:0 0 9px 3px #999;} .all_wrap .index-notice .web-box .inner .item a .item-img { width: 100%; height: 240px; overflow: hidden; background-color: #818181; } .all_wrap .index-notice .web-box .inner .item a .item-img img { width: 100%; height: 100%; transform: scale(1); transition: transform 1s ease 0s; } .all_wrap .index-notice .web-box .inner .item a .item-img img:hover { transform: scale(1.05); } .all_wrap .index-notice .web-box .inner .item a .item-details { padding: 17px 22px 30px; } .all_wrap .index-notice .web-box .inner .item a .item-details .item-title { font-size: 27px; font-weight: bold; padding-bottom: 20px; } .all_wrap .index-notice .web-box .inner .item a .item-details .item-desc { font-size: 14.4px; line-height: 1.6; color: #0d171e; opacity: 0.98; } .all_wrap .index-notice .web-box .inner .item.col2 { width: 66.66%; } .all_wrap .index-notice .web-box .inner .item.col2 .item-img { height: 100%; width: 100%; overflow: hidden; position: absolute; z-index: 1; } .all_wrap .index-notice .web-box .inner .item.col2 .item-img img { width: 100%; height: 100%; transform: scale(1); transition: transform 1s ease 0s; } .all_wrap .index-notice .web-box .inner .item.col2 .item-img img:hover { transform: scale(1.05); } .all_wrap .index-notice .web-box .inner .item.col2 .item-details { position: absolute; z-index: 2; bottom: 0; left: 0; color: #FFFFFF; } .all_wrap .index-notice .web-box .inner .item.col2 .item-details .item-desc { color: #FFFFFF; } .all_wrap .index-notice .mp-box .inner { margin-top: 40px; padding-bottom: 30px; margin-bottom: 30px; } .all_wrap .index-notice .mp-box .inner .swiper-container { padding-bottom: 50px; } .all_wrap .index-notice .mp-box .inner .swiper-pagination { bottom: 0px; } .all_wrap .index-notice .mp-box .inner .swiper-pagination .swiper-pagination-bullet { width: 20px; height: 4px; background-color: #b9c9d4; border-radius: 0; opacity: 1; } .all_wrap .index-notice .mp-box .inner .swiper-pagination .swiper-pagination-bullet-active { background-color: #18487e; width: 30px; } .all_wrap .index-notice .mp-box .inner .item-details { padding: 25px 20px 60px; position: relative; background-color: #ffffff; } .all_wrap .index-notice .mp-box .inner .item-details .title{font-weight:normal} .all_wrap .index-notice .mp-box .inner .item-details img { position: absolute; bottom: 20px; right: 20px; width: 12px; } .all_wrap .index-notice .mp-box .inner .item-details .item-desc { font-size: 15px; line-height: 1.6; padding-top: 20px; text-align: justify;height: 1rem;overflow:hidden;height:65px; } .all_wrap .index-notice .mp-box .inner .item-img { width: 100%; height: 200px; background-color: #818181;background-position:center;background-size:cover;overflow:hidden; } .all_wrap .index-notice .mp-box .inner .item-img img{width:100%!important;height:auto !important} .footer_box{ display: flex !important; } /** * 新增 */ .all_wrap .team_list{ display: flex; width: 1360px; align-items: center; margin: auto; flex-wrap: wrap; margin-bottom: 200px; } .all_wrap .team_list .team_list_li{ display: flex; flex-direction: column; align-items: center; justify-content: center; width: 25%; margin: 20px 0; position: relative; height: 354px; } .all_wrap .team_list .team_list_li:hover .team_list_li_c{ border: 1px solid #f5f5f5; position: absolute; left: 0; top: 0; background-color: #FFFFFF; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 100; width: 100%; } .all_wrap .team_list .team_list_li:hover .team_list_li_name .team_lvli{ display: block !important; } .all_wrap .team_list .team_list_li img{ width: 200px; height: 200px; border-radius: 50%; margin-bottom: 15px; } .all_wrap .team_list .team_list_li .team_list_li_name { color: #215283; font-size: 25px; font-weight: 530; /* opacity: 0.9; */ margin-bottom: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; position: relative; } .all_wrap .team_list .team_list_li .team_list_li_name span{ border-bottom: 5px solid #215283; padding-bottom: 15px; } .all_wrap .team_list .team_list_li .team_list_li_name a{ font-size: 20px; color: #333; padding-top: 15px; } .all_wrap .team_list .team_list_li .team_list_li_name .team_lvli{ font-size: 14px; color: #666666; margin-top: 15px; padding: 0 10px 10px 10px; } @media (min-width: 1347px) and (max-width: 1571px) { .wrap-inner { width: 95% !important; margin: auto 2.5%; padding: 0; overflow-x: auto; } } @media (min-width: 950px) and (max-width: 1347px) { .wrap { width: 95%; margin: auto 2.5%; padding: 0; } .wrap-inner { width: 95% !important; margin: auto 2.5%; padding: 0; overflow-x: auto; } } @media (max-width: 949px) { body { padding-top: 56px; } .header { position: fixed; width: 100%; top: 0; z-index: 10; left: 0; } .header .mp-box .header-top { display: flex; align-items: center; justify-content: space-between; padding: 0px 15px 10px; position: relative; background-color: #FFFFFF; z-index: 2; } .header .mp-box .header-top .logo { width:2.5rem; } .header .mp-box .header-top .header-btn img { height: 12px; margin-left: 20px; } .header .mp-box .header-bottom { display: none; height: 90%; overflow-y: auto; position: fixed; width: 100%; background-color: #FFFFFF; z-index: 1; box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); border-bottom: 15px solid #FFFFFF; box-sizing: border-box; } .header .mp-box .header-bottom .menu-nav li { line-height: 60px; font-size: 16px; margin: 0 15px; border-bottom: 1px solid #f1f1f1; } .header .mp-box .header-bottom .menu-nav li a { display: flex; width: 100%; justify-content: space-between; align-items: center; } .header .mp-box .header-bottom .menu-nav li a img { width: 6px; height: 10px; transition: all .3s linear; } .header .mp-box .header-bottom .menu-nav li a img.rotate90 { transform: rotate(90deg); } .header .mp-box .header-bottom .menu-nav li .menu-li { display: none; padding-left: 15px; } .header .mp-box .header-bottom .menu-nav li .menu-li a { font-size: 14px; opacity: .8; line-height: 50px; } .header .mp-box .header-bottom .menu-nav li.select { border-color: #165386; border-width: 2px; } .header .mp-box .header-bottom .header-info { line-height: 50px; font-size: 15px; margin: 0 15px; border-bottom: 1px solid #f1f1f1; display: flex; align-items: center; } .header .mp-box .header-bottom .header-info span { margin: 0 10px; } .header .mp-box .header-bottom .header-info span.left { margin: 0; } .header .mp-box .header-bottom .header-info img { margin-right: 10px; cursor: pointer; } .header .mp-box .header-bottom .search-box { margin: 15px 15px 10px; line-height: 35px; border: solid 1px #d2d2d2; background-color: #FFF; box-sizing: border-box; padding: 0 40px 0 10px; background-image: url(../img/header-search-gray-icon.png); background-repeat: no-repeat; background-position: 98%; } .header .mp-box .header-bottom .search-box input { width: 100%; font-size: 16px; } .footer { padding: 0 0 80px; } .footer .mp-box .go-top { border-bottom: 1px solid #1D659C; font-size: 14px; color: #FFF; display: flex; justify-content: center; align-items: center; line-height: 55px; } .footer .mp-box .go-top img { margin-left: 8px; width: 18px; } .footer .mp-box .item .title { font-size: 18px; margin: 0 17px; line-height: 55px; border-bottom: 1px solid #1D659C; font-weight: bold; background-image: url(../img/footer-add-icon.png); background-position: right center; background-repeat: no-repeat; background-size: 8px; } .footer .mp-box .item .list { display: none; } .footer .mp-box .item .list li { line-height: 50px; font-size: 16px; margin: 0 17px; padding: 0 20px; border-bottom: 1px solid #1D659C; background-image: url(../img/footer-right2-icon.png); background-repeat: no-repeat; background-size: 6px; background-position: 95% center; } .footer .mp-box .item .list li a{display:block} .footer .mp-box .item.select .title { background-image: url(../img/footer-minus-icon.png); } .footer .mp-box .bottom-desc .icp-item { display: block; font-size: 14px; color: #BBC3D1; padding: 30px 15px 0; } .footer .mp-box .bottom-desc .icp-item.blue { color: #29a9e0; margin-top: 10px; } .footer .mp-box .bottom-title { padding: 0 15px; font-size: 16px; color: #BBC3D1; } .footer .mp-box .bottom-title .title {font-size: 18px; font-weight: bold; margin: 40px 0 20px; } .footer .mp-box .bottom-title .title.bottom{text-align:center} .footer .mp-box .bottom-title .lister { display: flex; align-items: center; } .footer .mp-box .bottom-title .lister .lister-item { margin-right: 10px;margin:0 auto; } .footer .mp-box .bottom-title .lister .lister-item img { display: none; } .footer .mp-box .bottom-title .lister .code { width: 120px; left: 0; margin-top: 10px; } .footer .mp-box .bottom-title .lister .code img { width: 100%; display: block;margin:0 auto; } .footer .mp-box .bottom-title img { margin-right: 10px; } .all_wrap .notice-pagination { display: flex; justify-content: center; padding: 50px 0 0; } .all_wrap .notice-pagination span { width: 70px; line-height: 30px; text-align: center; border: solid 1px #d2d2d2; font-size: 14px; color: #606060; margin: 0 5px; cursor: pointer; } .all_wrap .notice-pagination a { width: 30px; line-height: 30px; background-color: #fff; border: solid 1px #d2d2d2; text-align: center; font-size: 14px; margin: 0 5px; cursor: pointer; } .all_wrap .notice-pagination a.select { border: solid 1px #29a9e0; } .all_wrap .all-menu .menu { font-size: 15px; overflow-y: auto; height:90px} .all_wrap .all-menu .menu a { width: 33.33%; flex-shrink: 0; line-height: 1.6; padding:20px 20px;box-sizing:border-box; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 16px; height: 100%; } .all_wrap .about-banner .banner-desc{ padding-top: .6rem; } .all_wrap .about-banner .banner-desc .title{ font-size: 16px; font-weight: bold; padding: 0 15px; } .all_wrap .about-banner .banner-desc .desc{ font-size: 12px; padding: .1rem .3rem; line-height: 2; } .all_wrap .all-menu .menu a:last-child { border-right: 2px solid #FFF; } .all_wrap .join-us { padding: 40px 20px; } .all_wrap .join-us .title { font-size: 25px; color: #0d171e; font-weight: bold; } .all_wrap .join-us .title.tc { text-align: center; } .all_wrap .join-us .desc { padding-top: 15px; color: #3e4144; opacity: 0.98; font-size: 12px; line-height: 20px; } .all_wrap .join-us-content { padding: .2rem .5rem .5rem; } .all_wrap .join-us-content .item { float: left; width: 100%; text-align: center; display: block; } .all_wrap .join-us-content .item img { width: 130px; margin: 0; } .all_wrap .join-us-content .item .desc { font-size: 15px; display: block; padding-top: 25px; padding-bottom: 60px; } .all_wrap .join-concat { padding: 0 12px; margin: 0; } .all_wrap .join-concat .item { width: 100%; margin-bottom: 12px; padding: 0; } .all_wrap .join-concat .item .form-input { font-size: 15px; padding: 15px 10px; } .all_wrap .form-textarea { border: solid 2px #cccccc; padding: 15px 10px; margin: 0 12px; font-size: 15px; color: #3e4144; } .all_wrap .form-textarea textarea { width: 100%; resize: none; height: 100px; line-height: 1.6; margin-top: 20px; } .all_wrap .form-btn { width: 170px; line-height: 40px; font-size: 15px; margin: 50px auto 50px; } .all_wrap .company-info { padding-bottom: 0; padding-top: 40px; } .all_wrap .company-info .company-info-swiper { width: 100%; padding: 0 15px; } .all_wrap .company-info .company-info-swiper .swiper-container { height: 220px; } .all_wrap .company-info .company-info-swiper .swiper-container .banner-tips { font-size: 14px; line-height: 50px; } .all_wrap .company-info .company-info-swiper .swiper-container .swiper-btn-box { line-height: 50px; } .all_wrap .company-info .company-info-swiper .swiper-container .swiper-btn-box img { width: 6px; } .all_wrap .company-info .company-info-details { width: 100%; padding: 30px 15px 50px; } .all_wrap .company-info .company-info-details .title { font-size: 25px; padding-bottom: 30px; } .all_wrap .company-info .company-info-details .desc { font-size: 15px; line-height: 1.6; letter-spacing: 1px; color: #262b35; } .all_wrap .about-banner { height: 3rem; } .all_wrap .about-banner .about-join-desc { padding: 80px 17px 0; color: #FFFFFF; } .all_wrap .about-banner .about-join-desc .title { font-size: 26px; font-weight: bold; } .all_wrap .about-banner .about-join-desc .desc { font-size: 12px; padding-top: 20px; } .all_wrap .company-logo { padding-bottom: .5rem; } .all_wrap .company-logo .title { font-size: 25px; color: #262b35; padding: 20px 15px 20px; font-weight: bold; } .all_wrap .company-logo .company-logo-swiper { padding-bottom: 30px; } .all_wrap .company-logo .company-logo-swiper .swiper-container { width: 92%; height: 330px; margin: 0 auto; } .all_wrap .company-logo .company-logo-swiper .swiper-container .swiper-pagination { bottom: -5px; } .all_wrap .company-logo .company-logo-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet { width: 20px; height: 4px; background-color: #b9c9d4; border-radius: 0; opacity: 1; } .all_wrap .company-logo .company-logo-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background-color: #18487e; } .all_wrap .company-logo .company-logo-swiper .item-logo { width: 33.3%; float: left; height: 63px; display: block; display: flex; justify-content: center; align-items: center; padding: 2%; box-sizing: border-box; } .all_wrap .company-logo .company-logo-swiper .item-logo.long { width: 66.6%; } .all_wrap .company-logo .company-logo-swiper .item-logo img {max-height:100% ;;max-width:100%; display: block;vertical-align: middle; } .all_wrap .notice-box { padding: 1rem 0; } .all_wrap .notice-box .swiper-container { width: 90%; margin-bottom: 20px; } .all_wrap .notice-box .swiper-container .swiper-btn-box .prev { top: -2px; cursor: pointer; } .all_wrap .notice-box .swiper-container .swiper-btn-box .next { top: -2px; cursor: pointer; } .all_wrap .notice-box .swiper-container .swiper-btn-box img { width: 6px; } .all_wrap .notice-box .swiper-container .swiper-slide { font-size: 16px; line-height: 30px; text-align: center; font-weight: bold; padding: 0 10px; box-sizing: border-box; } .all_wrap .notice-box .swiper-container .swiper-slide.active p { line-height: 30px; } .all_wrap .notice-box .swiper-container .swiper-slide.active p::after { width: 50px; } .all_wrap .notice-box .notice-content .item { cursor: pointer; display: flex; border-bottom: 1px solid #dcdcdc; padding: 20px 0; margin: 0 15px; } .all_wrap .notice-box .notice-content .item .item-img { width: 158px; height: 100px; margin-right: 15px; } .all_wrap .notice-box .notice-content .item .item-details{padding-left:0px} .all_wrap .notice-box .notice-content .item .item-details .time { font-size: 12px; padding-bottom: 5px; } .all_wrap .notice-box .notice-content .item .item-details .title { font-size: 14px; padding-bottom: 5px; } .all_wrap .notice-box .notice-content .item .item-details .content { font-size: 12px; line-height: 1.5; } .all_wrap .team-box { position: relative; padding: 0rem 0 .9rem; } .all_wrap .team-box .swiper-container { width: 100%; height: 650px; } .all_wrap .team-box .swiper-container .swiper-pagination { display: none; } .all_wrap .team-box .swiper-container .swiper-slide-active { height: auto; } .all_wrap .team-box .swiper-container .swiper-slide { display: block; height: 2px; } .all_wrap .team-box .swiper-container .swiper-slide .team-img { width: 75%; height: 330px; margin: 0px auto; } .all_wrap .team-box .swiper-container .swiper-slide .team-details { color: #27292b; width: 75%; margin: 0 auto; } .all_wrap .team-box .swiper-container .swiper-slide .team-details ul > li { font-size: 15px; line-height: 30px; margin-bottom: 10px; padding-left: 15px; } .all_wrap .team-box .swiper-container .swiper-slide .team-details ul > li::before { width: 3px; height: 3px; top: 13px; } .all_wrap .team-box .swiper-container .swiper-slide .team-details .name { display: flex; align-items: center; padding-bottom: 30px; padding-top: 30px; } .all_wrap .team-box .swiper-container .swiper-slide .team-details .name a { font-size: 14px; } .all_wrap .team-box .swiper-container .swiper-slide .team-details .name span { font-size: 17px; margin-right: 10px; } .all_wrap .team-box .swiper-btn-box { position: absolute; width: 100%; display: flex; justify-content: space-between; z-index: 2; top: 30%; transform: translateY(-30%); } .all_wrap .index-notice .mp-box .inner .item-img{ height: auto; } .all_wrap .team-box .swiper-btn-box img { width: 30px; } .all_wrap .project-nav { display: block; padding: 0rem 0 .4rem; } .all_wrap .project-nav .layui-edge { width: 15px; height: 15px; } .all_wrap .project-nav .layui-form-select dl { top: 50px; } .all_wrap .project-nav .layui-form-select dl dd.layui-select-tips { top: 50px; font-size: 15px; line-height: 50px; color: #666; } .all_wrap .project-nav .layui-form-select { width: auto; line-height: 30px; margin: 0 15px; } .all_wrap .project-nav .layui-form-select .layui-input { border: none; border-bottom: 1px solid #d4d9dd; font-size: 16px; color: #000; line-height: 50px; height: auto; } .all_wrap .project-inner { padding: 20px 0 50px; } .all_wrap .project-inner .desc { font-size: 13px; padding: 0 15px 10px; } .all_wrap .project-inner .title { font-size: 25px; padding: 0 15px 30px; } .all_wrap .project-inner .inner { margin: 0 15px; display: flex; flex-wrap: wrap; } .all_wrap .project-inner .inner .item { width: 100%; float: left; padding: 0; margin-bottom: 20px; } .all_wrap .project-inner .inner .item a.block { display: block; cursor: pointer; } .all_wrap .project-inner .inner .item a.block .item-img { height: auto; } .all_wrap .project-inner .inner .item a.block .details { padding: 10px; } .all_wrap .project-inner .inner .item a.block .details .item-title { font-size: 15px; padding-bottom: 0px; line-height: 30px; } .all_wrap .project-inner .inner .item a.block .details .item-desc { font-size: 14px; line-height: 1.6; color: #262b35; padding-bottom: 20px; } .all_wrap .project-inner .content { padding: 0 15px; font-size: 16px; line-height: 2; } .all_wrap .project-inner .content .content-img { height: 200px; margin: 20px 0; } .all_wrap .project-inner .content img { max-width: 100%; } .all_wrap .resolve-box { padding: 0rem 0 60px; } .all_wrap .resolve-box .item { display: block; margin-top: 50px; } .all_wrap .resolve-box .item .item-details { width: auto; padding-right: 0px; margin: 0 15px; } .all_wrap .resolve-box .item .item-details .title { font-size: 20px; padding: 30px 0 20px; color: #262b35; font-weight: bold; } .all_wrap .resolve-box .item .item-details .desc { font-size: 16px; line-height: 2; opacity: 0.98; } .all_wrap .resolve-box .item .item-details span { width: 125px; line-height: 50px; background-color: #FFFFFF; border: solid 1px #d2d2d2; text-align: center; margin-top: 30px; font-size: 14px; } .all_wrap .resolve-box .item:hover .item-details { background-color: #f7f7f7; } .all_wrap .resolve-box .item:hover .item-details span { background-color: #29a9e0; color: #FFFFFF; border: solid 2px #29a9e0; } .all_wrap .resolve-box .item .item-img { margin: 0 15px; height: 200px; width: auto; margin-right: 15px; overflow: hidden; } .all_wrap .resolve-details .top-info { padding-top: 30px; display: block; padding-bottom: 20px; } .all_wrap .resolve-details .top-info .item-img { width: auto; height: 200px; background-color: #818181; flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin: 20px 15px 0;overflow:hidden; } .all_wrap .resolve-details .top-info .item-img img { width:100%!important;height:auto !important} .all_wrap .resolve-details .top-info .item-details { padding: 0 15px; width: auto; } .all_wrap .resolve-details .top-info .item-details .tips { font-size: 13px; padding-bottom: 15px; } .all_wrap .resolve-details .top-info .item-details .title { font-weight: bold; font-size: 20px; padding-bottom: 15px; } .all_wrap .resolve-details .top-info .item-details .desc { line-height: 2; font-size: 15px; letter-spacing: 1px; color: #44474a; text-align: justify; } .all_wrap .resolve-details .resolve-info .title { font-size: 25px; font-weight: bold; padding: 30px 15px 20px; } .all_wrap .resolve-details .resolve-info .inner { margin: 0; display: block; } .all_wrap .resolve-details .resolve-info .inner .item { width: auto; padding: 0 15px; margin-bottom: 30px; } .all_wrap .resolve-details .resolve-info .inner .item .item-right { width: 100%; margin-left: 5px; } .all_wrap .resolve-details .resolve-info .inner .item .item-title { text-align: left; font-size: 20px; padding: 0px 0 10px; } .all_wrap .resolve-details .resolve-info .inner .item .item-desc { font-size: 14px; line-height: 2; } .all_wrap .resolve-details .resolve-info .inner .item a.block { display: flex; align-items: center;flex-direction:inherit; } .all_wrap .resolve-details .resolve-info .inner .item a.block .item-img { width: 40%; height: 100%; flex-shrink: 0; } .all_wrap .resolve-details .resolve-info .inner .item a.block .item-img img { max-width: 100%; max-height: auto; } .all_wrap .resolve-config { background-color: #f7f7f7; padding: 30px 0 30px; margin-top: 0px; } .all_wrap .resolve-config .swiper-btn-box { display: none; } .all_wrap .resolve-config .title { font-size: 25px; font-weight: bold; padding: 0 15px 30px; } .all_wrap .resolve-config .list { padding: 15px 0; font-size: 14px; } .all_wrap .resolve-config .list .value { padding-right: 15px; text-align: justify; word-break: break-all; } .all_wrap .resolve-config .list .name { font-weight: bold; margin-left: 30px; width: 120px; flex-shrink: 0; } .all_wrap .resolve-config.anli .anli-box-swiper {width: 100%; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-img { height: 200px; overflow:hidden} .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-details { background-color: #FFFFFF; padding: 20px 15px; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-details .item-title { font-weight: bold; padding-bottom: 20px; font-size: 16px; } .all_wrap .resolve-config.anli .anli-box-swiper .swiper-slide .item-details .item-desc { font-size: 14px; line-height: 1.6; color: #262b35; } .all_wrap .resolve-config.anli .swiper-pagination { bottom: 0px; } .all_wrap .resolve-config.anli .swiper-pagination .swiper-pagination-bullet { width: 20px; height: 4px; background-color: #b9c9d4; border-radius: 0; opacity: 1; } .all_wrap .resolve-config.anli .swiper-pagination .swiper-pagination-bullet-active { background-color: #18487e; width: 30px; } .all_wrap .project-item { padding: 30px 0 50px; } .all_wrap .project-item .item { padding: 40px 0; margin: 0; } .all_wrap .project-item .item .wrap { display: block; } .all_wrap .project-item .item .wrap .item-details { padding-right: 0; } .all_wrap .project-item .item:nth-child(2n) { background-color: #FFF; } .all_wrap .project-item .item:nth-child(2n) .item-details { padding-right: 0px; } .all_wrap .project-item .item:nth-child(2n) .item-img { margin-right: 0; margin-top: 20px; margin-right: 15px; } .all_wrap .product-cloud { padding-top: 0px; } .all_wrap .product-cloud .product-cloud-inner { width: 100%; box-sizing: border-box; display: flex; flex-wrap: wrap; margin-left: 0; margin-right: 0; padding: 0 7.5px; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item { box-sizing: border-box; padding-left: 7.5px; padding-right: 7.5px; width: 50%; margin-bottom: 15px; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item:nth-child(5) { display: none; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item:nth-child(6) { display: none; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item .product-cloud-a { display: block; } .all_wrap .product-cloud .product-cloud-inner .product-cloud-item .product-cloud-a .product-cloud-img { height: auto; background-color: #818181; width: 100%; } .all_wrap .product-box .top-info .item-img { margin-bottom: 20px; } .all_wrap .product-info { padding: 30px 0 60px; } .all_wrap .product-info .title { font-size: 25px; font-weight: bold; padding: 0 15px; } .all_wrap .product-info .wrap-inner { width: 1571px; margin: auto; overflow-x: auto; } .all_wrap .product-info .wrap-inner .table-info { width: fit-content; font-size: 14px; color: #0e0e0e; margin-top: 20px; } .all_wrap .product-info .wrap-inner .table-info img { display: block; margin: 0 auto; } .all_wrap .product-info .wrap-inner .table-info tr { background-color: #f6f6f6; } .all_wrap .product-info .wrap-inner .table-info tr li { list-style: disc; margin-left: 10px; } .all_wrap .product-info .wrap-inner .table-info tr.bold { font-weight: bold; } .all_wrap .product-info .wrap-inner .table-info tr .bold { font-weight: bold; } .all_wrap .product-info .wrap-inner .table-info tr:nth-child(2n) { background-color: #eeeeee; } .all_wrap .product-info .wrap-inner .table-info tr td { border: 3px solid #FFFFFF; padding: 5px 10px; } .all_wrap .index-box { padding: 20px 13px 0px; } .all_wrap .index-box > .title { padding: 0; } .all_wrap .index-box.graybg { background-color: #ebeff5; } .all_wrap .index-box .title { font-size: 20px; font-weight: 520; display: block; justify-content: space-between; align-items: center;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;font-weight:bold; } .all_wrap .index-banner-swiper .swiper-container .banner-desc .title{ font-size: 16px; padding: 0 .3rem; } .all_wrap .index-notice .mp-box .inner .item-details .item-desc { font-size: 14px; line-height: 1.5; padding-top: 15px; height: 65px; overflow: hidden; } .all_wrap .index-banner-swiper .swiper-container .banner-desc{ margin-top: .6rem; } .all_wrap .index-banner-swiper .swiper-container .banner-desc .desc{ font-size: 12px; padding:.1rem .3rem; } .all_wrap .index-box .title .more { font-size: 14px; color: #215283; cursor: pointer; align-items: center; display: flex; padding-top:10px} .all_wrap .index-box .title .more img { margin-right: 10px; width:7px} .all_wrap .product-home .inner { display: block; padding: 30px 0 10px; } .all_wrap .product-home .inner .item { width: 100%; margin-bottom: 20px; height: 196px; } .all_wrap .product-home .inner .item .item-details { transform: translateY(54%); } .all_wrap .product-home .inner .item .item-details .item-title { font-size: 15.5px; } .all_wrap .index-banner .swiper-container { width: 100%; height: 3.2rem; } .all_wrap .index-banner .swiper-container .warp, .all_wrap .index-banner .swiper-container .mp-box { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .all_wrap .index-banner .swiper-container .warp img, .all_wrap .index-banner .swiper-container .mp-box img { width: 60px; } .all_wrap .index-banner .swiper-container .swiper-pagination { display: none; } .all_wrap .index-about { background-image: linear-gradient(95deg, #29a9e0 0%, #18487e 100%), linear-gradient(#18487e, #18487e); background-blend-mode: normal, normal; padding: 60px 25px 90px; box-sizing: border-box; } .all_wrap .index-about .title { font-size: 35px; font-weight: bold; padding-bottom: 30px; color: #FFFFFF; } .all_wrap .index-about .inner { display: flex; padding: 20px; align-items: center; background-color: rgba(255, 255, 255, 0.6); font-size: 17px; color: #18487e; } .all_wrap .index-about .inner img { width: 7px; margin-right: 10px; } .all_wrap .index-notice .mp-box .inner { margin-top: 20px; padding-bottom: 20px; margin-bottom: 20px; } .all_wrap .resolve-box .item .item-details span{ background-color: #18487E !important; color: #fff !important; border-color: #18487E !important; } .all_wrap .project-inner.details_wrapss .content video{ width: 100% !important; } .all_wrap .index-notice .mp-box .inner{ margin-bottom: 0; } .product_psd.all_wrap .all-menu .menu a{ width: 50% !important; } .product_psd.all_wrap .all-menu .menu a:nth-child(2){margin-right:0;} .all_wrap .index-resolve { padding: 20px 0 0; } .all_wrap .index-resolve .title { padding: 0 15px; } .all_wrap .index-resolve .inner .index-resolve-swiper { margin-top: 30px; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-container { padding-bottom: 20px; background-color: #18487e;width:100%; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-pagination { z-index: 2; bottom: 12px; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 3px; background-color: #c1c1c1; border-radius: 0; opacity: 1; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-pagination .swiper-pagination-bullet-active { background-color: #fff; width: 30px; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-btn-box { display: none; } .all_wrap .index-resolve .inner .index-resolve-swiper .swiper-slide { display: block; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-img { width: 100%; height: auto !important; margin-left: 0; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-img img{ width: 100% !important; height: auto !important; } .header .web-box .header-top .logo { width: 3rem; } .product-cloud-img > img{ height: auto; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-details { height: 100%; color: #FFFFFF; background-color: #18487e; box-sizing: border-box; padding: .3rem .3rem .2rem; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-details .title { font-size: 25px; padding: 0 0 20px; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-details .item-desc { display: none; } .all_wrap .index-resolve .inner .index-resolve-swiper .item-details a { line-height: 30px; border: solid 1px #29a9e0; font-size: 14px; width:90px} .web-box { display: none; } .mp-box { display: block; } .wrap { width: auto; margin: 0; padding: 0; } .wrap-inner { width: 95% !important; margin: auto 2.5%; padding: 0; overflow-x: auto; } .all_wrap .team_list{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; } .all_wrap .team_list .team_list_li{ display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; width: 100%; height: 100%; } .all_wrap .team_list .team_list_li img{ width: 200px; height: 200px; margin-bottom: 15px; } .all_wrap .team_list .team_list_li .team_list_li_name { color: #215283; font-size: 25px; font-weight: 520; padding: 15px; display: block; display: flex; flex-direction: column; justify-content: center; align-items: center; } .all_wrap .team_list .team_list_li .team_list_li_name a{ font-size: 20px; color: #333333; padding-top: 15px; } } .page { width: 100%; display: flex; align-items: center; justify-content: center;} .item_con{ display: flex; overflow: hidden; } .footer_box .item_img, .footer_box .item_text{ float: left; } .footer_box .item_text{ } .footer_box .item_img{ width: 140px; height: 140px; margin-top: 10px; margin-right: 20px; } .footer_box .item_img img{ width: 140px; height: 140px; } .item_text{ font-size: 14px; display: flex; flex-direction: column; } .item_text span{ padding: 8px 0; } .list-tit{ width:90%; /* border:1px solid red; */ font-size: 14px; margin-bottom:8px; } .item-4 li{ margin-bottom:8px; }