diff --git a/src/main/webapp/templates/1/default/_files/css/main.css b/src/main/webapp/templates/1/default/_files/css/main.css index 1b65a0c..3af1888 100644 --- a/src/main/webapp/templates/1/default/_files/css/main.css +++ b/src/main/webapp/templates/1/default/_files/css/main.css @@ -1,75 +1,806 @@ @charset "UTF-8"; -.cm-navbar .navbar-nav .nav-link { - font-size: 18px; - padding-left: 16px; - padding-right: 16px; - color: #212529; -} -.cm-navbar .navbar-nav .nav-link.active { - color: #007bff; -} -.navbar-nav-scroll { - max-width: 100%; - height: 2.5rem; - /*margin-top: .25rem;*/ - overflow: hidden; -} - -.navbar-nav-scroll .navbar-nav { - /*padding-bottom: 2rem;*/ - overflow-x: auto; - white-space: nowrap; - margin-left: -0.5rem; - margin-right: -0.5rem; - -webkit-overflow-scrolling: touch; -} - -.cm-hidden { - display: none; -} - -.cm-pointer { - cursor: pointer; -} - -.cm-ff-yh { - font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif; -} - -.cm-block-head-bottom { - border-bottom: solid 2px; - border-color: #007bff; - display: inline-block; - padding-bottom: 0.3rem; -} - -.cm-trans-bottom { + .head_container{ + min-width: 1400px; width: 100%; - bottom: 0; + height: 70px; + background: rgba(4,17,40,0.52); + display: flex; + justify-content: space-between; + border-bottom: 1px solid rgba(255,255,255,0.2); + align-items: center; + padding: 0 20px; + box-sizing: border-box; position: absolute; - background-color: rgba(0, 0, 0, 0.4); + top: 0; + left: 0; + z-index: 99999; + transition: all 0.3s ease; + + &.scrolled{ + position: fixed; + background: #ffffff; + border-bottom: 1px solid #eeeeee; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); + z-index: 99999; + + .nav_list{ + ul{ + margin: 0; + } + ul li{ + color: #222222; + a{ + color: #222222; + text-decoration: none; + &:before{ + background-color: #1d78ff; + left: 50%; + right: 50%; + } + } + + &.active a:before, + &:hover a:before{ + left: 0; + right: 0; + } + + &.active a{ + color: #222222; + + } + &:hover{ + color: #1d78ff; + background: #ddebff; + } + span{ + a{ + color: #222222; + &:before{ + display: none; + } + &:hover{ + color: #222222; + background: #ddebff; + } + } + } + } + } + } + + .logo{ + position: relative; + width: 150px; + height: 50px; + + .logo_b, .logo_w{ + position: absolute; + top: 10px; + left: 0; + width: 128px; + height: 32px; + transition: opacity 0.3s ease; + + img{ + width: 128px; + height: 32px; + object-fit: contain; + } + } + + .logo_w{ + opacity: 0; + } + + .logo_b{ + opacity: 1; + } + } + + &.scrolled{ + .logo{ + .logo_b{ + opacity: 0; + } + .logo_w{ + opacity: 1; + } + } + } + + .nav_list{ + display: flex; + justify-content: space-between; + align-items: center; + + .num{ + color: #ffffff; + font-size: 14px; + margin-left: 50px; + } + ul{ + display: flex; + justify-content: space-between; + margin:0; + li{ + list-style: none; + color: #ffffff; + padding: 0; + font-size: 14px; + box-sizing: border-box; + position: relative; + a{ + color: #ffffff; + text-decoration: none; + cursor: pointer; + display: inline-block; + position: relative; + height: 70px; + line-height: 55px; + &:before{ + content: ""; + position: absolute; + z-index: 1; + transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); + bottom: 0; + background-color: #ffffff; + height: 2px; + left: 50%; + right: 50%; + border-radius: 2px 2px 0 0; + opacity: 0; + } + } + + &.active{ + a{ + &:before{ + opacity: 1; + left: 0; + right: 0; + } + } + } + &:hover{ + a{ + &:before{ + opacity: 1; + left: 0; + right: 0; + } + } + } + + span{ + position: absolute; + top: 70px; + background: #fff; + width: 200px; + text-align: center; + left: 50%; + margin-left: -100px; + box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08); + padding: 10px 0; + border-radius: 4px; + z-index: 999999; + border-bottom: 1px solid #eeeeee !important; + a{ + color: #333333; + display: block; + width: 100%; + height: 50px; + line-height: 50px; + border-bottom: 1px solid #eeeeee !important; + text-decoration: none; + &:hover{ + color: #222222; + background: #ddebff; + } + } + } + } + + } + } + } -.cm-media-img { - max-width: 180px; - max-height: 120px; -} + .index_banner{ + width: 100%; + height: 600px; + text-align: center; + position: relative; -@media screen and (max-width: 767px) { - .cm-media-img { - max-width: 120px; - max-height: 80px; + .carousel-item{ + height:600px !important;} + + .carousel-indicators{ + bottom:60px !important; + } + .content{ + width: 1400px; + margin: 0 auto; + text-align: center; + color: #ffffff; + + h1{ + font-size: 60px; + margin: 0; + } + p{ + font-size: 22px; + margin-top: 10px; + } + .btn{ + border-radius: 50px; + padding: 10px 30px; + display: inline-block; + background-color: rgb(65, 106, 234); + box-shadow: 4.974px 3.355px 20px 0 rgba(6, 22, 46, 0.5); + } + } + .info{ + width: 1400px; + position: absolute; + bottom: -50px; + display: flex; + justify-content: space-between; + left: 50%; + transform: translate(-50%); + z-index: 999; + .item{ + border-style: solid; + border-width: 2px; + border-color: rgb(255, 255, 255); + border-radius: 4px; + background: #ffffff; + box-shadow: 0 5px 10px 0 rgba(35, 24, 21, 0.1); + width: 24%; + padding: 10px; + p{ + margin: 0; + text-align: center; + } + .num{ + font-size: 26px; + color: #1483ff; + } + .text{ + color: #222222; + font-size: 16px; + } + .notes{ + color: #697c9e; + font-size: 14px; + + } + + } + } + + } +/*新闻中心*/ +.news_container{ + width: 1400px; + margin: 80px auto 0; + + + .title{ + text-align: center; + .tit{ + margin: 0; + padding: 0; + font-size: 36px; + color: #4c4b4b; + + } + p{ + margin: 0; + padding: 0; + color: #999999; + font-size: 14px; + } + } + .new_main{ + width: 100%; + display: flex; + justify-content: space-between; + margin-top: 20px; + + .new_left{ + width: 50%; + background: #ffffff; + box-shadow: 0 5px 10px 0 rgba(35, 24, 21, 0.1); + padding: 10px; + height:560px; + .item{ + .img{ + width: 100%; + + } + .text{ + .title{ + text-align: left; + margin: 10px; + } + } + } + + } + .new_right{ + flex: 1; + margin-left: 20px; + ul{ + margin:0px; + padding:0px; + } + + .item{ + display: flex; + border-bottom: 1px solid #eeeeee; + padding-bottom: 10px; + margin-bottom: 15px; + .img{ + width: 170px; + margin-right: 10px; + } + .info{ + width: calc(100% - 170px); + text-align: left; + + p{ + margin-bottom:5px + } + .title{ + text-align: left; + font-size: 16px; + a{ + color: #222222; +font-size: 16px; + } + } + .time{ + color: #999999; + margin: 10px 0; + } + .text{ + color: #434343; + font-size: 14px; + } + } + } + + } } } -.cm-link { - color: #212529; -} -.cm-link:hover { - color: rgb(0, 98.4, 204); -} -.es-highlight em { - color: #dc3545; - font-style: normal; -} \ No newline at end of file +/*推荐产品*/ + .product_container{ + width: 100%; + background: #f8f8f8 url("../img/img3.png") no-repeat right bottom; + padding: 50px; + box-sizing: border-box; + margin-top: 50px; + .product_main{ + width: 1400px; + margin: 0 auto; + .title{ + text-align: center; + .tit{ + margin: 0; + padding: 0; + font-size: 36px; + color: #4c4b4b; + } + p{ + margin: 0; + padding: 0; + color: #999999; + font-size: 14px; + } + } + .product_wrap{ + width: 100%; + .top_container{ + width: 100%; + display: flex; + margin-top: 30px; + justify-content: space-around; + .item{ + border-radius: 29px; + padding: 10px 30px; + color: #222222; + cursor: pointer; + &:hover{ + background: #1d78ff url("../img/img4.png") no-repeat right bottom; + color: #ffffff; + } + } + .active{ + background: #1d78ff url("../img/img4.png") no-repeat right bottom; + color: #ffffff; + } + } + .main_container{ + width: 100%; + background: #ffffff; + padding: 50px; + border-radius: 4px; + margin-top: 20px; + display: flex; + align-items: center; + .left{ + width: 50%; + padding-left: 50px; + .title{ + text-align: left; + font-size: 24px; + font-weight: bold; + margin-top: 20px; + } + .notes{ + color: #32344e; + margin-top: 10px; + } + .info{ + margin-top: 30px; + font-size: 14px; + color: #536080; + line-height: 30px; + .list{ + vertical-align: middle; + img{ + margin-top: 2px; + } + } + } + } + .right{ + text-align: center; + padding-left: 50px; + } + } + } + + } + + } +/*解决方案*/ + .solution{ + width:100% ; + background: #ffffff; + padding: 50px; + box-sizing: border-box; + .solution_container{ + width: 1400px; + margin: 0 auto; + .title{ + text-align: center; + .tit{ + margin: 0; + padding: 0; + font-size: 36px; + color: #4c4b4b; + + } + p{ + margin: 0; + padding: 0; + color: #999999; + font-size: 14px; + } + } + .solution_main{ + width: 100%; + display: flex; + margin-top: 30px; + flex-wrap: wrap; + .item{ + width: 330px; + height: 195px; + position: relative; + margin: 10px; + overflow: hidden; + .img{ + width: 100%; + height: 100%; + img{ + width: 100%; + height: 100%; + border-radius: 10px; + } + } + + .title{ + position: absolute; + top:15px; + left: 15px; + background: rgba(0,0,0,0.23); + padding: 10px 20px; + border-radius: 50px; + color: #ffffff; + font-weight: bold; + z-index: 2; + transition: background 0.3s ease; + } + .info{ + width: 100%; + height: 100%; + background: rgba(0,22,60,0.6); + border-radius: 10px; + position: absolute; + left: 0; + top: 0; + box-sizing: border-box; + color: #ffffff; + padding: 80px 20px; + z-index: 1; + opacity: 0; + transform: translateY(100%); + transition: all 0.4s ease; + .more{ + text-align: right; + margin-top: 20px; + } + } + &:hover{ + .info{ + opacity: 1; + transform: translateY(0); + } + .title{ + background: #1d78ff; + } + } + } + } + } + } + + /*客户案例*/ + + .case{ + width: 100%; + background: #ecf5ff; + padding: 50px 0; + box-sizing: border-box; + .case_container{ + width: 1400px; + margin: 0 auto; + .title{ + text-align: center; + .tit{ + margin: 0; + padding: 0; + font-size: 36px; + color: #4c4b4b; + } + p{ + margin: 0; + padding: 0; + color: #999999; + font-size: 14px; + } + } + .case_main{ + width: 100%; + margin-top: 30px; + display:flex; + justify-content: space-between; + + .item{ + width: 440px; + background: #ffffff; + border-radius: 16px; + .img{ + width: 100%; + height: 250px; + background: url("../img/img17.png") no-repeat top center; + border-radius: 20px; + } + .info{ + background: #ffffff; + padding: 20px; + border-radius: 20px; + margin-top: -40px; + .title{ + font-size: 18px; + text-align: left; + margin-bottom: 20px; + color: #222222; + + } + .text{ + font-size: 14px; + color: #575d63; + } + .details{ + color: #1d78ff; + text-align: right; + font-size: 14px; + margin-top: 20px; + } + } + } + } + } + .case_img{ + width: 100%; + img{ + width: 100% + } + } + } + + /*foot*/ + .foot_container{ + width: 100%; + .top{ + width: 100%; + height: 176px; + background: url("../img/foot.png") no-repeat top center; + .foot_main{ + width: 1400px; + margin: 0 auto; + padding: 40px 0; + + .text{ + font-size: 28px; + color: #222222; + } + .btn{ + display: inline-block; + background: #3f79ff; + color: #ffffff; + padding: 6px 30px; + border-radius: 4px; + margin-top: 10px; + } + } + } + .foot_bottem{ + width: 100%; + background: #0c1d35; + padding: 20px 0; + .wrap{ + width: 1400px; + margin: 0 auto; + display: flex; + justify-content: space-between; + + .item{ + .tit{ + color: #ffffff; + font-size: 18px; + } + .main{ + color: #cecece; + font-size: 14px; + p{ + cursor: pointer; + } + .QRCode{ + display: flex; + align-items: center; + margin-top: 20px; + img{ + margin-right: 20px; + } + } + .phone{ + margin-top: 20px; + color: #ffffff; + font-size: 14px; + } + .btn{ + background: #1d78ff; + color: #ffffff; + display: inline-block; + padding: 6px 30px; + border-radius: 4px; + margin-top: 10px; + + } + } + } + + } + .Copyright{ + width: 1400px; + margin: 0 auto; + border-top: 1px solid #20334e; + color: #2f425d; + text-align: center; + font-size: 14px; + padding-top: 20px; + } + } + } + + + + .kefu{ + position:fixed; + z-index:99999; + top:30%; + right:50px; + width:48px; + ul{ + li{ + position:relative; + margin-bottom:12px; + list-style: none; + cursor: pointer; + a, div{ + width:48px; + height:48px; + background:#fff; + border:1px solid #eee; + display:block; + text-align:center; + line-height:40px; + color:#333; + border-radius:50px; + box-shadow: 0 4px 16px rgba(28,67,125,.08); + transition: all 0.5s ease-out 0s; + font-size: 18px; + + img{ + width:24px; + height: 24px; + margin: 12px auto; + } + } + span{ + position: absolute; + box-shadow: rgba(28, 67, 125, 0.08) 0 4px 16px; + font-size: 16px; + line-height: 22px; + top: 0; + text-align: center; + right: 20px; + padding: 16px 10px; + white-space: nowrap; + background: rgb(255, 255, 255); + border-width: 1px; + border-style: solid; + border-color: rgba(180, 183, 192, 0.12); + border-image: initial; + border-radius: 4px; + transition: 0.3s; + font-weight: bold; + color: #1d78ff; + display: none; + img{ + margin-right: 10px; + } + + &::after { + position: absolute; + box-sizing: border-box; + background-color: inherit; + width: 12px; + height: 12px; + top: 20px; + right: -4.25px; + transform: rotate(315deg); + content: ""; + transition: 250ms ease-in-out; + border-right: 1px solid rgba(180, 183, 192, 0.12); + border-bottom: 1px solid rgba(180, 183, 192, 0.12); + } + } + &:hover{ + span{ + display: block; + } + a,div{ + background: #90ceff; + border:1px solid #90ceff; + } + } + } + } + } \ No newline at end of file diff --git a/src/main/webapp/templates/1/default/_files/img/about1_banner.png b/src/main/webapp/templates/1/default/_files/img/about1_banner.png new file mode 100644 index 0000000..9cb4bc6 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about1_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_banner.png b/src/main/webapp/templates/1/default/_files/img/about_banner.png new file mode 100644 index 0000000..8665247 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img1.png b/src/main/webapp/templates/1/default/_files/img/about_img1.png new file mode 100644 index 0000000..3d6de90 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img10.png b/src/main/webapp/templates/1/default/_files/img/about_img10.png new file mode 100644 index 0000000..f6bca4a Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img10.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img11.png b/src/main/webapp/templates/1/default/_files/img/about_img11.png new file mode 100644 index 0000000..f08f9f8 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img11.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img2.png b/src/main/webapp/templates/1/default/_files/img/about_img2.png new file mode 100644 index 0000000..0c6ac28 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img2.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img3.png b/src/main/webapp/templates/1/default/_files/img/about_img3.png new file mode 100644 index 0000000..32a8efd Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img3.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img4.png b/src/main/webapp/templates/1/default/_files/img/about_img4.png new file mode 100644 index 0000000..40b84c2 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img4.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img5.png b/src/main/webapp/templates/1/default/_files/img/about_img5.png new file mode 100644 index 0000000..85a906e Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img5.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img6.png b/src/main/webapp/templates/1/default/_files/img/about_img6.png new file mode 100644 index 0000000..5609bbc Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img6.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img7.png b/src/main/webapp/templates/1/default/_files/img/about_img7.png new file mode 100644 index 0000000..0e397a9 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img7.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img8.png b/src/main/webapp/templates/1/default/_files/img/about_img8.png new file mode 100644 index 0000000..960d25f Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img8.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/about_img9.png b/src/main/webapp/templates/1/default/_files/img/about_img9.png new file mode 100644 index 0000000..70c166b Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/about_img9.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/banner1.jpg b/src/main/webapp/templates/1/default/_files/img/banner1.jpg new file mode 100644 index 0000000..ea6cf3b Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/banner1.jpg differ diff --git a/src/main/webapp/templates/1/default/_files/img/case_banner.png b/src/main/webapp/templates/1/default/_files/img/case_banner.png new file mode 100644 index 0000000..89c8f5d Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/case_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/down.png b/src/main/webapp/templates/1/default/_files/img/down.png new file mode 100644 index 0000000..be139bb Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/down.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/down_banner.png b/src/main/webapp/templates/1/default/_files/img/down_banner.png new file mode 100644 index 0000000..bf59791 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/down_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/edu_banner.png b/src/main/webapp/templates/1/default/_files/img/edu_banner.png new file mode 100644 index 0000000..4610bc6 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/edu_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/falv_banner.png b/src/main/webapp/templates/1/default/_files/img/falv_banner.png new file mode 100644 index 0000000..010379a Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/falv_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/foot.png b/src/main/webapp/templates/1/default/_files/img/foot.png new file mode 100644 index 0000000..dd5951d Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/foot.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/fuwu_banner.png b/src/main/webapp/templates/1/default/_files/img/fuwu_banner.png new file mode 100644 index 0000000..2526d15 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/fuwu_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img.png b/src/main/webapp/templates/1/default/_files/img/img.png new file mode 100644 index 0000000..81659fc Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img1.png b/src/main/webapp/templates/1/default/_files/img/img1.png new file mode 100644 index 0000000..8dbfe16 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img10.png b/src/main/webapp/templates/1/default/_files/img/img10.png new file mode 100644 index 0000000..1909a24 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img10.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img11.png b/src/main/webapp/templates/1/default/_files/img/img11.png new file mode 100644 index 0000000..58b672a Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img11.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img12.png b/src/main/webapp/templates/1/default/_files/img/img12.png new file mode 100644 index 0000000..c6869f6 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img12.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img13.png b/src/main/webapp/templates/1/default/_files/img/img13.png new file mode 100644 index 0000000..e178a3c Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img13.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img14.png b/src/main/webapp/templates/1/default/_files/img/img14.png new file mode 100644 index 0000000..1847e79 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img14.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img15.png b/src/main/webapp/templates/1/default/_files/img/img15.png new file mode 100644 index 0000000..afeefb2 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img15.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img16.png b/src/main/webapp/templates/1/default/_files/img/img16.png new file mode 100644 index 0000000..8cea024 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img16.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img17.png b/src/main/webapp/templates/1/default/_files/img/img17.png new file mode 100644 index 0000000..ae0e068 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img17.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img18.png b/src/main/webapp/templates/1/default/_files/img/img18.png new file mode 100644 index 0000000..c85cfa7 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img18.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img19.png b/src/main/webapp/templates/1/default/_files/img/img19.png new file mode 100644 index 0000000..e427ef8 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img19.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img2.png b/src/main/webapp/templates/1/default/_files/img/img2.png new file mode 100644 index 0000000..59b1987 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img2.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img20.png b/src/main/webapp/templates/1/default/_files/img/img20.png new file mode 100644 index 0000000..4d73e69 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img20.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img3.png b/src/main/webapp/templates/1/default/_files/img/img3.png new file mode 100644 index 0000000..d8c949f Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img3.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img4.png b/src/main/webapp/templates/1/default/_files/img/img4.png new file mode 100644 index 0000000..ac3f937 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img4.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img5.png b/src/main/webapp/templates/1/default/_files/img/img5.png new file mode 100644 index 0000000..0fdb3ab Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img5.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img6.png b/src/main/webapp/templates/1/default/_files/img/img6.png new file mode 100644 index 0000000..4c8bec5 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img6.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img7.png b/src/main/webapp/templates/1/default/_files/img/img7.png new file mode 100644 index 0000000..ac58a60 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img7.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img8.png b/src/main/webapp/templates/1/default/_files/img/img8.png new file mode 100644 index 0000000..abb5fb4 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img8.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img9.png b/src/main/webapp/templates/1/default/_files/img/img9.png new file mode 100644 index 0000000..ac3d2d9 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img9.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img_1.png b/src/main/webapp/templates/1/default/_files/img/img_1.png new file mode 100644 index 0000000..d6020ca Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img_1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/img_2.png b/src/main/webapp/templates/1/default/_files/img/img_2.png new file mode 100644 index 0000000..b452145 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/img_2.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/kf-a1.png b/src/main/webapp/templates/1/default/_files/img/kf-a1.png new file mode 100644 index 0000000..5f7557d Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/kf-a1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/kf-b1.png b/src/main/webapp/templates/1/default/_files/img/kf-b1.png new file mode 100644 index 0000000..ca81f59 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/kf-b1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/kf-d1.png b/src/main/webapp/templates/1/default/_files/img/kf-d1.png new file mode 100644 index 0000000..fa414f5 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/kf-d1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/kf-e1.png b/src/main/webapp/templates/1/default/_files/img/kf-e1.png new file mode 100644 index 0000000..7cab460 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/kf-e1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/logo.png b/src/main/webapp/templates/1/default/_files/img/logo.png index 4da575f..966c726 100644 Binary files a/src/main/webapp/templates/1/default/_files/img/logo.png and b/src/main/webapp/templates/1/default/_files/img/logo.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/logo1.png b/src/main/webapp/templates/1/default/_files/img/logo1.png new file mode 100644 index 0000000..643793e Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/logo1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/newbanner.png b/src/main/webapp/templates/1/default/_files/img/newbanner.png new file mode 100644 index 0000000..91d761b Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/newbanner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/pro_banner.png b/src/main/webapp/templates/1/default/_files/img/pro_banner.png new file mode 100644 index 0000000..d01c4e4 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/pro_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/pro_img1.png b/src/main/webapp/templates/1/default/_files/img/pro_img1.png new file mode 100644 index 0000000..e0ada03 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/pro_img1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/pro_img2.png b/src/main/webapp/templates/1/default/_files/img/pro_img2.png new file mode 100644 index 0000000..f7e1d45 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/pro_img2.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/pro_img3.png b/src/main/webapp/templates/1/default/_files/img/pro_img3.png new file mode 100644 index 0000000..b260add Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/pro_img3.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/pro_img4.png b/src/main/webapp/templates/1/default/_files/img/pro_img4.png new file mode 100644 index 0000000..63ab5e7 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/pro_img4.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/public_banner.png b/src/main/webapp/templates/1/default/_files/img/public_banner.png new file mode 100644 index 0000000..58bb0e3 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/public_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_banner.png b/src/main/webapp/templates/1/default/_files/img/solution_banner.png new file mode 100644 index 0000000..f3fd4ce Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img1.png b/src/main/webapp/templates/1/default/_files/img/solution_img1.png new file mode 100644 index 0000000..3c47ec9 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img1.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img10.png b/src/main/webapp/templates/1/default/_files/img/solution_img10.png new file mode 100644 index 0000000..047ebfd Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img10.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img11.png b/src/main/webapp/templates/1/default/_files/img/solution_img11.png new file mode 100644 index 0000000..e58bc9f Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img11.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img12.png b/src/main/webapp/templates/1/default/_files/img/solution_img12.png new file mode 100644 index 0000000..72cadc4 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img12.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img13.png b/src/main/webapp/templates/1/default/_files/img/solution_img13.png new file mode 100644 index 0000000..48c9022 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img13.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img14.png b/src/main/webapp/templates/1/default/_files/img/solution_img14.png new file mode 100644 index 0000000..5a8e382 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img14.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img15.png b/src/main/webapp/templates/1/default/_files/img/solution_img15.png new file mode 100644 index 0000000..12f3310 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img15.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img2.png b/src/main/webapp/templates/1/default/_files/img/solution_img2.png new file mode 100644 index 0000000..8cee791 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img2.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img3.png b/src/main/webapp/templates/1/default/_files/img/solution_img3.png new file mode 100644 index 0000000..78f02c1 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img3.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img4.png b/src/main/webapp/templates/1/default/_files/img/solution_img4.png new file mode 100644 index 0000000..01e0a86 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img4.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img5.png b/src/main/webapp/templates/1/default/_files/img/solution_img5.png new file mode 100644 index 0000000..097dbc0 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img5.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img6.png b/src/main/webapp/templates/1/default/_files/img/solution_img6.png new file mode 100644 index 0000000..eff5e52 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img6.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img7.png b/src/main/webapp/templates/1/default/_files/img/solution_img7.png new file mode 100644 index 0000000..9730e1e Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img7.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img8.png b/src/main/webapp/templates/1/default/_files/img/solution_img8.png new file mode 100644 index 0000000..82d3d53 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img8.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/solution_img9.png b/src/main/webapp/templates/1/default/_files/img/solution_img9.png new file mode 100644 index 0000000..a7acf54 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/solution_img9.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/time.png b/src/main/webapp/templates/1/default/_files/img/time.png new file mode 100644 index 0000000..dd297f5 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/time.png differ diff --git a/src/main/webapp/templates/1/default/_files/img/ziyuan_banner.png b/src/main/webapp/templates/1/default/_files/img/ziyuan_banner.png new file mode 100644 index 0000000..8e79150 Binary files /dev/null and b/src/main/webapp/templates/1/default/_files/img/ziyuan_banner.png differ diff --git a/src/main/webapp/templates/1/default/_files/vendor/bootstrap/dist/css/bootstrap.css b/src/main/webapp/templates/1/default/_files/vendor/bootstrap/dist/css/bootstrap.css index fd90081..19f1872 100644 --- a/src/main/webapp/templates/1/default/_files/vendor/bootstrap/dist/css/bootstrap.css +++ b/src/main/webapp/templates/1/default/_files/vendor/bootstrap/dist/css/bootstrap.css @@ -6625,7 +6625,7 @@ a.close.disabled { .carousel-indicators { position: absolute; right: 0; - bottom: 0; + bottom: 100px; left: 0; z-index: 15; display: -ms-flexbox; @@ -6642,8 +6642,8 @@ a.close.disabled { box-sizing: content-box; -ms-flex: 0 1 auto; flex: 0 1 auto; - width: 30px; - height: 3px; + width: 50px; + height: 10px; margin-right: 3px; margin-left: 3px; text-indent: -999px; diff --git a/src/main/webapp/templates/1/default/inc_footer.html b/src/main/webapp/templates/1/default/inc_footer.html index 0d4b603..bf01676 100644 --- a/src/main/webapp/templates/1/default/inc_footer.html +++ b/src/main/webapp/templates/1/default/inc_footer.html @@ -1,36 +1,60 @@ [#escape x as (x)!?html] -
-
-

- 站点地图 - 在线访客: - 今日访问量: - 昨日访问量: - 总访问量: - -

-

- © ${.now?string('yyyy')} ${site.customs['company']} 版权所有 - Powered by UJCMS -

-

- [#if site.customs['gongan_icp']??] - - gongan beian - ${site.customs['gongan_icp']} - - [/#if] - ${site.customs['icp']} -

+
+
+
+
具有专业化背景的数字化服务公司
+
了解详情
+
+
+
+
微信开发
+
+

微信小程序开发

+

微信定制开发

+

微网站

+

微商城

+

H5页面

+
+
+
+
业务服务
+
+

安全评价

+

安全标准化评审与咨询

+

职业卫生检测与评价

+

金属非金属矿山设备检测

+

环境卫生检测检验

+

应急救援指挥

+
+
+
+
平台系统
+
+

双重预防机制建设平台

+

安全生产线上培训平台

+

联安众课件商城

+

联安云-十小监管

+

数据化标准库平台

+

北戴河应急管理平台

+
+
+
+
关注或联系我们
+
+
+ ${site.name} + ${site.name} +
+
咨询热线:13303358557 0335-8909696
+
联系我们
+
+
+
+ +
+
[/#escape] diff --git a/src/main/webapp/templates/1/default/inc_header.html b/src/main/webapp/templates/1/default/inc_header.html index fdc40b9..1e74788 100644 --- a/src/main/webapp/templates/1/default/inc_header.html +++ b/src/main/webapp/templates/1/default/inc_header.html @@ -1,97 +1,24 @@ [#escape x as (x)!?html] - +
+ +
+ +
+
[/#escape] diff --git a/src/main/webapp/templates/1/default/inc_js.html b/src/main/webapp/templates/1/default/inc_js.html index 63fb8e8..b73a8c6 100644 --- a/src/main/webapp/templates/1/default/inc_js.html +++ b/src/main/webapp/templates/1/default/inc_js.html @@ -5,7 +5,6 @@ - diff --git a/src/main/webapp/templates/1/default/inc_right1.html b/src/main/webapp/templates/1/default/inc_right1.html new file mode 100644 index 0000000..26e60fb --- /dev/null +++ b/src/main/webapp/templates/1/default/inc_right1.html @@ -0,0 +1,34 @@ +[#escape x as (x)!?html] +
+
+
    +
  • +
    + ${site.name} +
    + 定制方案 +
  • +
  • +
    + ${site.name} +
    + 13303358557 0335-8909696 +
  • +
  • +
    + ${site.name} +
    + + ${site.name} + ${site.name} + +
  • +
  • +
    + ${site.name} +
    +
  • +
+
+
+[/#escape] diff --git a/src/main/webapp/templates/1/default/index.html b/src/main/webapp/templates/1/default/index.html index 94bf57f..a61409b 100644 --- a/src/main/webapp/templates/1/default/index.html +++ b/src/main/webapp/templates/1/default/index.html @@ -23,69 +23,274 @@ [#assign headerShadow=true/] [#include 'inc_header.html'/] -
-
-
- [@BlockItemList block='focus' limit='5'; beans] -