.linkposition { display:inline-block!important; width:100%!important; height:100%!important; position:absolute!important; top:0!important; left:0!important; z-index:100!important; } #wrap .public_fd_nav { display: none; } .solvelist .no_ani{ cursor:default; } .solvelist .no_ani:hover span { display: block; transition-duration: 300ms; } .solvelist .no_ani:hover:hover .solvelistpack { height:0; transition-duration: 300ms; } @media (min-width:1200px ) { #wrap { position: relative; width: 100%; max-width: 1920px; margin: 0 auto; background: #fff; } .pack { position: absolute; width: 100%; height: 99.66%; background: #233340; background-color: rgba(35,51,64,0.5); } .swiper-container.swiper_index_banner { padding-bottom: 0; } .swiper-container.swiper_index_banner .swiper-wrapper .swiper-slide { position: relative; width: 100%; height: 620px; } .swiper-container.swiper_index_banner .swiper-pagination { bottom: 15px; } .swiper-container.swiper_index_banner .swiper-wrapper .swiper-slide .pack { height: 100%; } .swiper-container.swiper_index_banner .swiper-wrapper .swiper-slide img { height: 620px; width: 100%; } .banner_case_con { margin: 0 auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .banner_case_con_title { font-family: "微软雅黑"; font-size: 59px; color: #fff; } .banner_case_con_txt { font-family: "微软雅黑"; font-size: 16px; color: #fff; } .pc_banner_left_btn, .pc_banner_right_btn { position: absolute; } .pc_banner_left_btn { z-index: 10; top: 40%; left: 20px; cursor: pointer; } .pc_banner_right_btn { z-index: 10; top: 40%; right: 20px; cursor: pointer; } .swiper-container.swiper_index_banner .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: none; opacity: 1; border: solid 1px #fff; } .swiper-container.swiper_index_banner .swiper-pagination-bullet-active { opacity: 1; background: #ff3333; border: solid 1px #ff3333; } /*智能决策*/ .policycontent { width: 1180px; margin: 0 auto; padding-bottom: 40px; } .policydescribe { width: 70%; margin: 0 auto; text-align: center; padding-top: 18px; line-height: 2em; } .policylist, .bigdatalist, .cognitionlist, .solvelist, .customerlist { width: 100%; } .customerlist { width: 100%; /*margin-top: 20px;*/ margin-top: 40px; } .customerlist:nth-of-type(3) { display:none; } .policylist { text-align: center; margin-top: 45px; } .policylist li { float: initial; width: 33%; margin-left: 4%; cursor: pointer; margin-top: 40px; padding: 22px 0; display: inline-block; margin: 0 auto; height: 280px; vertical-align:top; } .policylist li:hover { background: #fff; box-shadow: 0px 2px 5px 2px #dcdcdc; transition-duration: 300ms; } .imgcon1 { width: 130px; height: 105px; margin: 0 auto; } .policylist li a { display: block; text-align: center; width: 45%; margin: 0 auto; text-decoration: none; padding-top: 11px; height: 55px; overflow: hidden; } .policylist li p { width: 89%; margin: 0 auto; text-align: center; padding-top: 10px; line-height: 2em; height: 96px; overflow: hidden; } .policylist li:hover a { color: #e21921; transition-duration: 300ms; } /*认知产品*/ .cognitionmain, .solvemain { width: 100%; padding-bottom: 68px; background: #f0f0f0; } .cognitioncontent { width: 1180px; margin: 0 auto; } .describecognition { width: 56%; padding-bottom: 33px; } .cognitionlist { text-align:center; } .cognitionlist li { float: initial; width: 31%; cursor: pointer; display: inline-block; margin: 0 auto; height: 295px; vertical-align: top; background: #fff; margin-top: 35px; margin-left: 23px; } /*.cognitionlist li:nth-child(3n 1) { margin-left: 0; }*/ .cognitionlist li a { display: block; text-align: center; width: 100%; margin: 0 auto; text-decoration: none; padding-top: 11px; } .cognitionlist li p { width: 89%; height: 100px; margin: 0 auto; text-align: center; padding-top: 10px; line-height: 2em; overflow: hidden; } .cognitionlist li:hover a { color: #e21921; transition-duration: 300ms; } .rz_imgcon { width: 100px; height: 90px; margin: 0 auto; margin-top: 24px; overflow: hidden; } /*大数据操作*/ .bigdatacontent { width: 1180px; margin: 0 auto; padding: 0 55px; padding-bottom: 65px; } .bigdatalist li { width: 19%; height: 209px; margin-left: 8%; float: left; margin-top: 79px; cursor: pointer; text-align: center; padding-bottom: 26px; position: relative; } .bigdatalist li .bigdata_icocon { width: 205px; height: 205px; border-radius: 50% 50%; border: solid 1px #a0a0a0; position: relative; } .bigdatalist li .bigdata_icocon u { display: block; position: absolute; width: 100%; height: 100%; background: url(/uploads/image/ibaifendian/in_cl2.png) no-repeat; transition: all .4s ease-in-out 0s; } .bigdatalist li .bigdata_icocon u.u_cr { clip: rect(0px, 204px,0, 0px); } .bigdatalist li:hover .bigdata_icocon u.u_cr { clip: rect(0px, 204px,204px, 0px); } .bigdatalist li:hover .bigdata_icocon { border: solid 1px #e21921; } .bigdatalist li:nth-child(4n 1) { margin-left: 0; } .sj_imgcon { width: 102px; height: 92px; margin: 0 auto; margin-top: 45px; } .sj_imgcon img { -webkit-filter: grayscale(1); -moz-filter: grayscale(1); /*-ms-filter: grayscale(1);*/ /*-o-filter: grayscale(1); filter:progid:dximagetransform.microsoft.basicimage(grayscale=1);*/ filter: grayscale(1); max-width: 100%; height: auto; } .bigdatalist li:hover .sj_imgcon img { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); /*-ms-filter: grayscale(0);*/ /*-o-filter: grayscale(0); filter:progid:dximagetransform.microsoft.basicimage(grayscale=0);*/ filter: grayscale(0); /*transition-duration:300ms;*/ } .bigdatalist li a { width: 100px; display: block; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0 auto; height: 44px; } .bigdatalist li:hover a { color: #e21921; transition-duration: 300ms; text-decoration: none; } /*解决方案*/ .solvecontent { width: 1180px; margin: 0 auto; } .solvelist li { width: 23.7%; float: left; margin-left: 1.6%; position: relative; margin-top: 1.2%; height: 181px; overflow: hidden; /*cursor: pointer;*/ } .solvelist li:nth-child(4n 1) { margin-left: 0; } .solvelist li span { font-family: "微软雅黑"; font-size: 29px; color: #fff; position: absolute; top: 50%; transform: translatey(-50%); text-align: center; width: 100%; transition-duration: 300ms; z-index: 4; } .solvelist li:hover span { display: none; transition-duration: 300ms; } .solvelist li:hover .solvelistpack { height: 100%; transition-duration: 300ms; } .solvelist .no_ani{ cursor:default; } .solvelist .no_ani:hover span { display: block; transition-duration: 300ms; } .solvelist .no_ani:hover:hover .solvelistpack { height:0; transition-duration: 300ms; } .solvelistimg { max-width: 100%; height: auto; } .solvelistpack { position: absolute; width: 100%; height: 0; bottom: 0; transition-duration: 300ms; z-index: 7; } .solvelistpacktitle { font-family: "微软雅黑"; font-size: 29px; color: #fff; width: 90%; margin: 0 auto; text-align: center; padding-top: 42px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .solvelistpackimg { margin: 0 auto; margin-top: 10px; } .solvelistpack .in_details { display: block; font-family: "微软雅黑"; font-size: 16px; color: #fff; text-align: center; text-decoration: none; padding: 2px 10px; border: solid 1px #fff; width: 40%; margin: 0 auto; margin-top: 15px; } .solvelisttextpack { position: absolute; z-index: 3; background: #000; background-color: rgba(0,0,0,0.6); top: 0; width: 100%; height: 100%; } .solvelist li:nth-child(8n 1) .solvelisttextpack, .solvelist li:nth-child(8n 3) .solvelisttextpack, .solvelist li:nth-child(8n 6) .solvelisttextpack, .solvelist li:nth-child(8n 8) .solvelisttextpack { background: #1b1c1c; background-color: rgba(125,125,125,0.8); } /*客户*/ .customercontent { width: 1180px; margin: 0 auto; padding: 0 20px; padding-bottom: 75px; } /*.customerlist { padding-top: 37px; }*/ /*.swiper-container { padding-bottom: 40px; }*/ .swiper-container-horizontal > .swiper-pagination { bottom: 0px; left: 0; width: 100%; } .swiper-container.swiper_kh .swiper-pagination-bullet-active { opacity: 1; background: #000; } .swiper-container.swiper_kh .swiper-pagination-bullet { width: 36px; height: 10px; display: inline-block; background: #e7e6e6; border-radius: 0; opacity: 1; } .swiper-container.swiper_kh .swiper-pagination-bullet:hover { background: rgb(255, 30, 0); } .swiper-container.swiper_kh .swiper-pagination-bullet-active { width: 36px; height: 10px; display: inline-block; background: rgb(255, 30, 0); border-radius: 0; opacity: 1; } .swiper-slide ul { display: flex; justify-content:flex-start; align-items: flex-start; flex-wrap: wrap; } .swiper-slide ul li { /*float: left;*/ width: 18.58%; height: 90px; /*max-height: 152px;*/ max-height: 90px; margin-left: 1.775%; /*margin-top: 3%;*/ margin-bottom: 1.5%; overflow: hidden; position: relative; background-color: #fff; } .swiper-slide ul li img { /*margin: 0 auto;*/ width: 100%; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } .swiper-slide ul li:nth-child(5n 1) { margin-left: 0; } } /*小屏*/ @media (min-width:992px) and (max-width: 1199px) { #wrap { position: relative; width: 100%; max-width: 1920px; margin: 0 auto; background: #fff; } .main, .banner { width: 100%; max-width: 1920px; position: relative; height: auto; } .pack { position: absolute; width: 100%; height: 99.66%; background: #233340; background-color: rgba(35,51,64,0.5); } .swiper-container.swiper_index_banner { padding-bottom: 0; } .swiper-container.swiper_index_banner .swiper-wrapper .swiper-slide { position: relative; width: 100%; height: 620px; } .swiper-container.swiper_index_banner .swiper-pagination { bottom: 15px; } .swiper-container.swiper_index_banner .swiper-wrapper .swiper-slide .pack { height: 100%; } .swiper-container.swiper_index_banner .swiper-wrapper .swiper-slide img { height: 620px; width: 100%; } .banner_case_con { margin: 0 auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .banner_case_con_title { font-family: "微软雅黑"; font-size: 59px; color: #fff; } .banner_case_con_txt { font-family: "微软雅黑"; font-size: 16px; color: #fff; } .pc_banner_left_btn, .pc_banner_right_btn { position: absolute; } .pc_banner_left_btn { z-index: 10; top: 40%; left: 20px; cursor: pointer; } .pc_banner_right_btn { z-index: 10; top: 40%; right: 20px; cursor: pointer; } .swiper-container.swiper_index_banner .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: none; opacity: 1; border: solid 1px #fff; } .swiper-container.swiper_index_banner .swiper-pagination-bullet-active { opacity: 1; background: #ff3333; border: solid 1px #ff3333; } /*智能决策*/ .policycontent { width: 970px; margin: 0 auto; padding-bottom: 7px; } .policydescribe { width: 70%; margin: 0 auto; text-align: center; padding-top: 18px; line-height: 2em; } .policylist, .bigdatalist, .cognitionlist, .solvelist, .customerlist { width: 100%; } .customerlist { /*margin-top: 20px;*/ margin-top: 40px; } .customerlist:nth-of-type(3) { display: none; } .policylist { text-align: center; margin-top: 45px; } .policylist li { float: initial; width: 28%; margin-left: 4%; cursor: pointer; margin-top: 40px; padding: 22px 0; display: inline-block; height: 302px; vertical-align:top; } .policylist li:hover { background: #fff; box-shadow: 0px 2px 5px 2px #dcdcdc; transition-duration: 300ms; } .imgcon1 { width: 130px; height: 105px; margin: 0 auto; } .policylist li a { display: block; text-align: center; width: 50%; margin: 0 auto; text-decoration: none; padding-top: 11px; height: 55px; overflow: hidden; } .policylist li p { width: 89%; margin: 0 auto; text-align: center; padding-top: 10px; line-height: 2em; height: 98px; overflow: hidden; } .policylist li:hover a { color: #e21921; transition-duration: 300ms; } /*认知产品*/ .cognitionmain, .solvemain { width: 100%; padding-bottom: 80px; background: #f0f0f0; } .cognitioncontent { width: 970px; margin: 0 auto; } .describecognition { width: 56%; padding-bottom: 33px; } .cognitionlist { text-align:center; } .cognitionlist li { /*float: left; width: 32%; margin-left: 2%; cursor: pointer; margin-top: 40px; background: #fff; padding-bottom: 49px;*/ float: initial; width: 31%; cursor: pointer; display: inline-block; margin: 0 auto; height: 295px; vertical-align: top; background: #fff; margin-top: 35px; margin-left: 20px; } /*.cognitionlist li:nth-child(3n 1) { margin-left: 0; }*/ .cognitionlist li a { display: block; text-align: center; width: 100%; height: 33px; margin: 0 auto; text-decoration: none; padding-top: 11px; overflow: hidden; } .cognitionlist li p { width: 89%; height: 100px; margin: 0 auto; text-align: center; padding-top: 10px; line-height: 2em; overflow: hidden; } .cognitionlist li:hover a { color: #e21921; transition-duration: 300ms; } .rz_imgcon { width: 100px; height: 90px; margin: 0 auto; margin-top: 24px; overflow: hidden; } /*大数据操作*/ .bigdatacontent { width: 970px; margin: 0 auto; padding: 0 55px; padding-bottom: 82px; } .bigdatalist li { width: 19%; height: 209px; margin-left: 7%; float: left; margin-top: 79px; cursor: pointer; text-align: center; padding-bottom: 26px; position: relative; } .bigdatalist li .bigdata_icocon { width: 205px; height: 205px; border-radius: 50% 50%; border: solid 1px #a0a0a0; position: relative; } .bigdatalist li .bigdata_icocon u { display: block; position: absolute; width: 100%; height: 100%; background: url(/uploads/image/ibaifendian/in_cl2.png) no-repeat; transition: all .4s ease-in-out 0s; } .bigdatalist li .bigdata_icocon u.u_cr { clip: rect(0px, 204px,0, 0px); } .bigdatalist li:hover .bigdata_icocon u.u_cr { clip: rect(0px, 204px,204px, 0px); } .bigdatalist li:hover .bigdata_icocon { border: solid 1px #e21921; } .bigdatalist li:nth-child(4n 1) { margin-left: 0; } .sj_imgcon { width: 102px; height: 92px; margin: 0 auto; margin-top: 45px; } .sj_imgcon img { filter: grayscale(100%); } .bigdatalist li:hover .sj_imgcon img { filter: grayscale(0%); transition-duration: 300ms; } .bigdatalist li a { width: 100px; display: block; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0 auto; height: 44px; } .bigdatalist li:hover a { color: #e21921; transition-duration: 300ms; text-decoration: none; } /*解决方案*/ .solvecontent { width: 970px; margin: 0 auto; } .solvelist li { width: 23.7%; float: left; margin-left: 1.6%; position: relative; margin-top: 1.6%; height: 150px; overflow: hidden; /*cursor: pointer;*/ } .solvelist li:nth-child(4n 1) { margin-left: 0; } .solvelist li span { font-family: "微软雅黑"; font-size: 29px; color: #fff; position: absolute; top: 50%; transform: translatey(-50%); text-align: center; width: 100%; transition-duration: 300ms; z-index: 4; } .solvelist li:hover span { display: none; transition-duration: 300ms; } .solvelist li:hover .solvelistpack { height: 100%; transition-duration: 300ms; } .solvelistimg { max-width: 100%; height: auto; } .solvelistpack { position: absolute; width: 100%; height: 0; bottom: 0; transition-duration: 300ms; z-index: 7; } .solvelistpacktitle { font-family: "微软雅黑"; font-size: 29px; color: #fff; width: 90%; margin: 0 auto; text-align: center; padding-top: 42px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .solvelistpackimg { margin: 0 auto; margin-top: 10px; } .solvelistpack .in_details { display: block; font-family: "微软雅黑"; font-size: 16px; color: #fff; text-align: center; text-decoration: none; padding: 2px 10px; border: solid 1px #fff; width: 40%; margin: 0 auto; margin-top: 15px; } .solvelisttextpack { position: absolute; z-index: 3; background: #000; background-color: rgba(0,0,0,0.6); top: 0; width: 100%; height: 100%; } .solvelist li:nth-child(8n 1) .solvelisttextpack, .solvelist li:nth-child(8n 3) .solvelisttextpack, .solvelist li:nth-child(8n 6) .solvelisttextpack, .solvelist li:nth-child(8n 8) .solvelisttextpack { background: #1b1c1c; background-color: rgba(125,125,125,0.8); } /*客户*/ .customercontent { width: 970px; margin: 0 auto; padding: 0 20px; padding-bottom: 71px; } /*.customerlist { padding-top: 37px; }*/ /*.swiper-container { padding-bottom: 40px; }*/ .swiper-pagination-bullet:hover { background: rgb(255, 30, 0); } .swiper-container.swiper_kh .swiper-pagination-bullet-active { opacity: 1; background: #000; } .swiper-container.swiper_kh .swiper-pagination-bullet { width: 36px; height: 10px; display: inline-block; background: #e7e6e6; border-radius: 0; opacity: 1; } .swiper-container.swiper_kh .swiper-pagination-bullet:hover { background: rgb(255, 30, 0); } .swiper-container.swiper_kh .swiper-pagination-bullet-active { width: 36px; height: 10px; display: inline-block; background: rgb(255, 30, 0); border-radius: 0; opacity: 1; } .swiper-slide ul { display: flex; justify-content:flex-start; align-items: flex-start; flex-wrap: wrap; } .swiper-slide ul li { width: 18.58%; /*width: 23.8%;*/ /*max-height: 151px;*/ height: 90px; max-height: 90px; /*margin-top: 3%;*/ margin-bottom: 1.5%; overflow: hidden; position: relative; margin-left: 1.5%; background-color: #fff; } .swiper-slide ul li img { width: 100%; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } .swiper-slide ul li:nth-child(5n 1) { margin-left: 0; } } /*ipad*/ @media(min-width:768px) and (max-width: 991px) { .m_txtcon { width: 100%; margin: 0 auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .m_txtcontitle { width: 85%; margin: 0 auto; font-family: "微软雅黑"; font-size: 2rem; color: #fff; text-align: center; } .m_txtcontxt { width: 60%; margin: 0 auto; font-family: "微软雅黑"; font-size: 1.5rem; color: #fff; text-align: center; padding-top: 17px; } .mbanner_left_btn { position: absolute; top: 0; z-index: 9; top: 41%; left: 5%; } .mbanner_right_btn { position: absolute; top: 0; z-index: 9; top: 41%; right: 5%; } .swiper-container-horizontal > .swiper-pagination.m_swiper-pagination { bottom: 15%; left: 0; width: 100%; } .swiper-container-horizontal > .swiper-pagination.m_swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: none; opacity: 1; border: solid 1px #fff; } .swiper-container-horizontal > .swiper-pagination.m_swiper-pagination .swiper-pagination-bullet-active { opacity: 1; background: #ff3333; border: solid 1px #ff3333; } .swiper_banner .swiper-slide img { width: 100%; height: 440px; } /*智能决策*/ .policycontent { width: 100%; margin: 0 auto; padding-bottom: 2px; padding: 0 20px; } .policydescribe { width: 70%; margin: 0 auto; text-align: center; padding-top: 18px; line-height: 2em; } .policylist, .bigdatalist, .cognitionlist, .solvelist, .customerlist { width: 100%; } .customerlist { margin-top: 40px; } .policylist { margin-top: 55px; } .policylist li { width: 100%; cursor: pointer; position: relative; padding-top: 0px; padding-bottom: 8px; } .policylist li:nth-child(1) { border-top: none; } .policylist li:nth-child(4) { margin-left: 0; } .imgcon1 { width: 100px; height: 90px; margin-top: 10px; float: left; margin-right: 35px; overflow: hidden; } .imgcon1 img { max-width: 100%; height: auto; margin: 0 auto; } .policylist li a { display: block; text-align: left; width: 45%; margin: 0 auto; text-decoration: none; float: left; padding-top: 10px; } .policylist li .m_policylia2 { padding-top: 0; } .policylist li p { width: 100%; margin: 0 auto; text-align: center; padding-top: 50px; line-height: 2em; display: none; padding-bottom: 40px; } .policydescribe { width: 100%; margin: 0 auto; text-align: center; padding-top: 50px; line-height: 22px; } .tips_puls { position: absolute; right: 0; top: 45px; width: 28px; z-index:400; } .policylist li p { width: 80%; margin: 0 auto; text-align: left; padding-top: 20px; line-height: 2em; display: block; padding-bottom: 40px; float: left; height: 104px; overflow: hidden; } /*认知产品*/ .cognitionmain, .solvemain { width: 100%; padding-bottom: 45px; background: #f0f0f0; } .cognitioncontent { width: 100%; padding: 0 20px; } .describecognition { width: 100%; padding-bottom: 33px; } .cognitionlist li { width: 100%; cursor: pointer; margin-top: 0px; position: relative; padding: 10px 0; } .cognitionlist li a { display: block; text-align: left; width: 50%; text-decoration: none; float: left; margin-top: 24px; } .cognitionlist li p { width: 80%; text-align: left; padding-top: 20px; line-height: 2em; display: block; float: left; height: 100px; overflow: hidden; } .rz_imgcon { width: 100px; height: 90px; margin-top: 25px; float: left; margin-right: 35px; overflow: hidden; } .rz_imgcon img { max-width: 100%; height: auto; margin: 0 auto; } .tips_puls_rz { position: absolute; right: 0; top: 40px; } /*大数据操作*/ .bigdatacontent { width: 100%; margin: 0 auto; padding: 0 20px; padding-bottom: 55px; padding-top: 6px; } .bigdatalist { margin-top: 22px; } .bigdatalist li { width: 45%; margin-top: 40px; cursor: pointer; text-align: center; padding-bottom: 0px; position: relative; float: left; margin-left: 10%; } .bigdatalist li .bigdata_icocon { width: 250px; height: 250px; border-radius: 50% 50%; border: solid 1px #a0a0a0; position: relative; margin: 0 auto; } .bigdatalist li:nth-child(2n 1) { margin-left: 0; } .sj_imgcon { width: 102px; height: 80px; margin: 0 auto; margin-top: 60px; } .sj_imgcon img { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); filter: grayscale(0); margin: 0 auto; max-width: 100%; height: auto; } .bigdatalist li a { width: 100px; display: block; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0 auto; font-family: "微软雅黑"; font-size: 1.6rem; color: #070707; margin-top: 10px; height: 44px; } /*解决方案*/ .solvecontent { width: 100%; margin: 0 auto; padding: 0 20px; } .solvelist li { width: 31%; float: left; margin-left: 1.5%; position: relative; margin-top: 2%; height: 146px; overflow: hidden; cursor: pointer; } .solvelist li:nth-child(3n 1) { margin-left: 0; } .solvelist li .m_solvelist_txt { font-family: "微软雅黑"; font-size: 20px; color: #fff; position: absolute; top: 50%; transform: translatey(-50%); text-align: center; width: 100%; z-index: 4; text-decoration: none; } .solvelistimg { max-width: 100%; height: auto; } .solvelistpack { position: absolute; width: 100%; height: 0; bottom: 0; transition-duration: 300ms; z-index: 7; } .solvelistpacktitle { font-family: "微软雅黑"; font-size: 29px; color: #fff; width: 90%; margin: 0 auto; text-align: center; padding-top: 42px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .solvelistpackimg { margin: 0 auto; margin-top: 10px; } .solvelistpack .in_details { display: block; font-family: "微软雅黑"; font-size: 16px; color: #fff; text-align: center; text-decoration: none; padding: 2px 10px; border: solid 1px #fff; width: 40%; margin: 0 auto; margin-top: 15px; } .solvelisttextpack { position: absolute; z-index: 3; background: #000; background-color: rgba(0,0,0,0.4); top: 0; width: 100%; height: 100%; display: block; } /*客户*/ .customercontent { width: 100%; margin: 0 auto; padding: 0 40px; padding-bottom: 40px; } .customerlist { /*padding-top: 37px;*/ position: relative; } /*.customerlist .swiper-wrapper { padding-bottom: 30px; }*/ .swiper-container.swiper_kh { padding-bottom: 30px; } .swiper-container-horizontal > .swiper-pagination { bottom: 0px; left: 0; width: 100%; } .swiper-pagination-bullet-active { opacity: 1; background: #000; } .customerlist .swiper-pagination-bullet { width: 36px; height: 10px; display: inline-block; background: #e7e6e6; border-radius: 0; opacity: 1; } .customerlist .swiper-pagination-bullet:hover { background: rgb(255, 30, 0); } .customerlist .swiper-pagination-bullet-active { width: 36px; height: 10px; display: inline-block; background: rgb(255, 30, 0); border-radius: 0; opacity: 1; } .customerlistm_52 { display: none; } .swiper-slide ul li { float: left; /*width: 30%;*/ width: 18.58%; /*height: auto;*/ height: 90px; max-height: 90px; /*margin-left: 5%;*/ margin-left: 1.5%; /*margin-top: 35px;*/ /*margin-top: 3%;*/ margin-bottom: 1.5%; overflow: hidden; position: relative; } .swiper-slide ul li img { margin: 0 auto; max-width: 100%; height: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .swiper-slide ul li:nth-child(5n 1) { margin-left: 0; } .m_customer_btn_left, .m_customer_btn_right { position: absolute; } .m_customer_btn_left { left: -25px; top: 47%; width: 10px; } .m_customer_btn_right { right: -25px; top: 47%; width: 10px; } } /*移动端*/ @media (max-width:767px) { /*banner*/ .m_txtcon { width: 100%; margin: 0 auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .m_txtcontitle { width: 71%; margin: 0 auto; font-family: "微软雅黑"; font-size: 34px; color: #fff; text-align: center; overflow: hidden; } .m_txtcontxt { width: 60%; margin: 0 auto; font-family: "微软雅黑"; font-size: 16px; color: #fff; text-align: center; padding-top: 17px; } .mbanner_left_btn { position: absolute; top: 0; z-index: 9; top: 41%; left: 5%; } .mbanner_right_btn { position: absolute; top: 0; z-index: 9; top: 41%; right: 5%; } .swiper-container-horizontal > .swiper-pagination.m_swiper-pagination { bottom: 8%; left: 0; width: 100%; } .swiper-container-horizontal > .swiper-pagination.m_swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: none; opacity: 1; border: solid 1px #fff; } .swiper-container-horizontal > .swiper-pagination.m_swiper-pagination .swiper-pagination-bullet-active { opacity: 1; background: #ff3333; border: solid 1px #ff3333; } .swiper_banner .swiper-slide img { min-width: 100%; width:auto; max-width:10000%; height: 400px; } /*智能决策*/ .policycontent { width: 100%; margin: 0 auto; padding-bottom: 7px; padding: 0 20px; } .policydescribe { width: 70%; margin: 0 auto; text-align: center; padding-top: 18px; line-height: 22px; } .policylist, .bigdatalist, .cognitionlist, .solvelist, .customerlist { width: 100%; } .customerlist { margin-top: 20px; } .customerlistm_52 { display: none; } .policylist { margin-top: 55px; } .policylist li { width: 100%; cursor: pointer; border-top: solid 1px #bfbfbf; position: relative; padding-top: 15px; padding-bottom: 15px; } .policylist li:nth-child(1) { border-top: none; } .policylist li:nth-child(4) { margin-left: 0; } .imgcon1 { width: 100px; height: 70px; margin-top: 0px; float: left; position: relative; } .imgcon1 img { max-width: 100%; height: auto; margin: 0 auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } .policylist li a { display: block; text-align: left; width: 45%; margin: 0 auto; text-decoration: none; float: left; margin-left: 10px; padding-top: 15px; font-size:16px; } .policylist li .m_policylia2 { padding-top: 0; } .policylist li p { width: 100%; margin: 0 auto; text-align: left; padding-top: 50px; line-height: 2em; display: none; padding-bottom: 40px; } .policydescribe { width: 100%; margin: 0 auto; text-align: center; padding-top: 50px; line-height: 22px; } .tips_puls { position: absolute; right: 0; top: 45px; width: 28px; z-index:400; } /*认知产品*/ .cognitionmain, .solvemain { width: 100%; padding-bottom: 0px; background: #f0f0f0; } .cognitioncontent { width: 100%; padding: 0 20px; } .describecognition { width: 100%; padding-bottom: 33px; } .cognitionlist li { width: 100%; cursor: pointer; margin-top: 0px; border-top: solid 1px #bfbfbf; position: relative; padding: 15px 0; } .cognitionlist li:nth-child(1) { border-top: none; } .cognitionlist li a { display: block; text-align: left; width: 50%; text-decoration: none; float: left; margin-left: 10px; margin-top: 25px; font-size:16px; } .cognitionlist li p { width: 100%; text-align: left; padding-top: 50px; line-height: 2em; display: none; padding-bottom:40px; } .rz_imgcon { width: 100px; height: 70px; margin-top: 0px; float: left; overflow: hidden; position: relative; } .rz_imgcon img { max-width: 100%; height: auto; margin: 0 auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } .tips_puls_rz { position: absolute; right: 0; top: 40px; } /*大数据操作*/ .bigdatacontent { width: 100%; margin: 0 auto; padding: 0 20px; padding-bottom: 50px; } .bigdatalist { margin-top: 22px; } .bigdatalist li { width: 45%; margin-top: 40px; cursor: pointer; text-align: center; padding-bottom: 0px; position: relative; float: left; margin-left: 10%; text-decoration: none; } .bigdatalist li .bigdata_icocon { width: 140px; height: 140px; border-radius: 50% 50%; border: solid 1px #a0a0a0; position: relative; margin: 0 auto; } .bigdatalist li:nth-child(2n 1) { margin-left: 0; } .sj_imgcon { width: 60px; height: 55px; margin: 0 auto; margin-top: 15px; margin-bottom: 10px; } .sj_imgcon img { /*filter: grayscale(100%);*/ margin: 0 auto; max-width: 100%; height: auto; } .bigdatalist li a { width: 100px; display: block; word-break: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0 auto; font-family: "微软雅黑"; font-size: 1.4rem; /*color: #ff1e00;*/ color: rgba(255, 30, 0, 1); height: 44px; text-decoration: none; } /*解决方案*/ .solvecontent { width: 100%; margin: 0 auto; padding: 0 20px; } .solvelist { margin-bottom: 0; } .solvemain { padding-bottom: 43px; } .solvelist li { width: 49%; float: left; margin-left: 2%; position: relative; margin-top: 2%; max-height: 88px; overflow: hidden; cursor: pointer; line-height: 50px; } .solvelist li:nth-child(2n 1) { margin-left: 0; } .solvelist li .m_solvelist_txt { font-family: "微软雅黑"; font-size: 1.6rem; color: #fff; position: absolute; top: 50%; transform: translatey(-50%); text-align: center; width: 99%; z-index: 4; text-decoration: none; height: 44px; overflow: hidden; } .solvelistimg { width: 100%; } .solvelistpack { position: absolute; width: 100%; height: 0; bottom: 0; transition-duration: 300ms; z-index: 7; } .solvelistpacktitle { font-family: "微软雅黑"; font-size: 29px; color: #fff; width: 90%; margin: 0 auto; text-align: center; padding-top: 42px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .solvelistpackimg { margin: 0 auto; margin-top: 10px; } .solvelistpack .in_details { display: block; font-family: "微软雅黑"; font-size: 16px; color: #fff; text-align: center; text-decoration: none; padding: 2px 10px; border: solid 1px #fff; width: 40%; margin: 0 auto; margin-top: 15px; } .solvelisttextpack { position: absolute; z-index: 3; background: #000; background-color: rgba(0,0,0,0.4); top: 0; width: 100%; height: 100%; display: block; } /*客户*/ .customercontent { width: 100%; margin: 0 auto; padding: 0 40px; padding-bottom: 40px; } .customerlist { position: relative; } .swiper-container.swiper_kh { padding-bottom: 30px; } .swiper-container-horizontal > .swiper-pagination { bottom: 0px; left: 0; width: 100%; } .swiper-pagination-bullet-active { opacity: 1; background: #000; } .customerlist .swiper-pagination-bullet { width: 36px; height: 10px; display: inline-block; background: #e7e6e6; border-radius: 0; opacity: 1; } /* .customerlist .swiper-pagination-bullet:hover { background: rgb(255, 30, 0); }*/ .customerlist .swiper-pagination-bullet-active { width: 36px; height: 10px; display: inline-block; background: rgb(255, 30, 0); border-radius: 0; opacity: 1; } .swiper-slide ul li { float: left; /*width: 30%;*/ width: 47%; height: 70px; margin-left: 5%; /*margin-top: 3%;*/ margin-bottom: 3%; overflow: hidden; position: relative; background-color: #fff; } .swiper-slide ul li img { margin: 0 auto; max-width: 100%; height: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .swiper-slide ul li:nth-child(2n 1) { margin-left: 0; } .m_customer_btn_left, .m_customer_btn_right { position: absolute; } .m_customer_btn_left { left: -25px; top: 47%; width: 10px; } .m_customer_btn_right { right: -25px; top: 47%; width: 10px; } /*.ms_bj { background:#080809; border-bottom:solid 1px #080809; }*/ } .bigdatalist li a { position:relative; z-index:2; } a:link { color: #1f2021; /*连接默认的颜色变化*/ } a:visited { color: #1f2021; /*连接访问的颜色变化*/ }