.head { width: 1920px; // background-color: red; height: 5.6875rem; margin: 0 auto; display: flex; padding: 0 4.875rem 0 6.375rem; align-items: center; justify-content: space-between; box-sizing: border-box; h1 { overflow: hidden; img { display: block; height: 2.8125rem; margin: 0 30px; margin-top: 5px; cursor: pointer; } } .red_bold { color: #C70009; font-weight: bold; } ul { width: 1132px; // margin-left: 7.1875rem; display: flex; align-items: center; justify-content: space-between; position: relative; li { cursor: pointer; a { font-size: 1rem; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #3D3D3D; line-height: 1.4375rem; } } span { position: absolute; display: block; width: 40px; height: 5px; background: #C70009; border-radius: 49px 21px 0px 0px; bottom: -34px; left: 10.6%; } } ol { display: flex; // margin-left: 6.8125rem; align-items: center; li { cursor: pointer; font-size: 1rem; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #3D3D3D; line-height: 3.5rem; &:nth-child(1) { margin-right: 1.625rem; } &:nth-child(2) { margin-right: 1.125rem; } img { width: .925rem; vertical-align: middle; } &:last-child { width: 6.5625rem; display: flex; justify-content: space-between; align-items: center; } } } } // banner图区域 .banner { position: relative; width: 1932px; margin: 0 auto; background: linear-gradient(360deg, rgba(53, 76, 150, 0.17) 0%, #354C96 100%); background-blend-mode: multiply; img { display: block; width: 100%; height: 633px; } div { width: 100%; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); p { // width: 80%; text-align: center; font-size: 64px; font-family: Source Han Sans, Source Han Sans; font-weight: 700; color: #FFFFFF; line-height: 93px; &:last-child { font-size: 16px; font-family: Source Han Sans, Source Han Sans; font-weight: 700; color: #FFFFFF; line-height: 23px; } } } } // 切换区域 .change { width: 1920px; margin: 0 auto; .tab-container { width: 100%; overflow: hidden; margin: 0 auto; } /* 设置标签页选项卡的样式 */ .tab { padding: 8px 16px; cursor: pointer; font-size: 16px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #3D3D3D; line-height: 23px; } /* 设置选中的标签页样式 */ .active { color: #C70009; font-weight: bold; } /* 设置标签页内容的样式 */ .tab-content { // width: 100%; display: none; padding: 16px; background-color: #fff; } .content { margin-top: 10px; width: 100%; // background: url(../../imgs/about/bg1.png) center center no-repeat; // background-size: 100% ; } .tag { border-bottom: 1px solid #E5E5E5; .main { margin: 0 auto; width: 81.25rem; padding: 36px 0px; display: flex; justify-content: space-evenly; position: relative; .tab_to { transition: all linear 200ms; position: absolute; width: 40px; height: 5px; background-color: #C70009; border-radius: 49px 21px 0px 0px; bottom: 0; left: 104.969px; } } } } .out_cont { margin: 0 auto; width: 81.25rem; // background: url(../../imgs/about/bg1.png) center center no-repeat; // background-size: 100% ; } // 企业介绍 #tab1 { width: 1920px; margin: 0 auto; background: url(../../imgs/about/bg1.png) center center no-repeat; background-size: 100%; background-color: transparent; // 主要区域1 .fir { width: 100%; position: relative; margin-bottom: 28px; overflow: hidden; .title { float: left; font-size: 26px; font-family: Source Han Sans, Source Han Sans; font-weight: 900; color: #3D3D3D; line-height: 56px; display: flex; align-items: center; &::before { content: ""; display: inline-block; width: 6px; height: 56px; margin-right: 20px; background-color: #C70009; } } .detail { float: right; position: relative; width: 71.5rem; background: #F7F7F9; border-radius: 10px 10px 10px 10px; overflow: hidden; right: 0px; margin-top: 69px; p { text-align: justify; width: 758px; // height: 168px; font-size: 16px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 43px; margin: 30px 0px 28px 43px; } } .sys_pic { position: absolute; right: 0; top: 0; z-index: 3; width: 271px; height: 308px; border-radius: 10px 10px 10px 10px; } } // 主要区域2 .sec { width: 100%; position: relative; margin-bottom: 28px; overflow: hidden; display: flex; justify-content: space-between; background-color: transparent; img { width: 383px; display: block; border-radius: 10px 10px 10px 10px; } div { background-color: #F7F7F9; border-radius: 10px 10px 10px 10px; padding: 30px 0; width: 886px; p { // width: 824px; // padding: 30px; padding-bottom: 0px; font-size: 16px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 43px; text-align: justify; } } .show{ width: 90%; height: 584px; margin: 0 auto; overflow-y: auto; padding: 0; padding-right: 20px; &::-webkit-scrollbar { width: 6px; // height: 10px; border-radius: 171px 171px 171px 171px; } &::-webkit-scrollbar-thumb { background-color: #bf464c; border-radius: 10px; } &::-webkit-scrollbar-track { background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%); border-radius: 171px 171px 171px 171px; } } } // 主要区域4 .fou { width: 100%; position: relative; img { width: 100%; border-radius: 10px 10px 10px 10px; } div { background-color: #F7F7F9 !important; border-radius: 10px 10px 10px 10px; margin-top: 30px; background: linear-gradient(to top, #F7F7F9, transparent 15%); p { // padding: 30px; font-size: 18px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 43px; overflow: hidden; text-align: justify; } // .out { // display: -webkit-box; // overflow: hidden; // white-space: normal !important; // text-overflow: ellipsis; // word-wrap: break-word; // -webkit-line-clamp: 7; // -webkit-box-orient: vertical; // } } .cun { // height: 674px; padding: 30px 0; .show{ width: 94%; height: 614px; margin: 0 auto; overflow-y: auto; padding: 0; padding-right: 20px; &::-webkit-scrollbar { width: 6px; // height: 10px; border-radius: 171px 171px 171px 171px; } &::-webkit-scrollbar-thumb { background-color: #bf464c; border-radius: 10px; } &::-webkit-scrollbar-track { background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%); border-radius: 171px 171px 171px 171px; } } } .com_more { font-size: 16px; font-family: Source Han Sans, Source Han Sans; font-weight: 700; color: #C70009; line-height: 100px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); text-align: center; cursor: pointer; height: 66px; width: 77.5rem; // width: 100%; border-radius: 10px 10px 10px 10px; background: linear-gradient(to bottom, transparent, #F7F7F9); backdrop-filter: blur(2px); &::after { content: ""; width: 9px; height: 15px; display: inline-block; background: url(../../imgs/about/bot_more.png) right center no-repeat; background-size: 100%; margin-left: 8px; } } } } // 资质 #tab5{ width: 1920px; margin: 0 auto; background: url(../../imgs/about/bg1.png) center center no-repeat; background-size: 100%; background-color: transparent; .fir { width: 100%; position: relative; margin-bottom: 28px; overflow: hidden; .title { float: left; font-size: 30px; font-family: Source Han Sans, Source Han Sans; font-weight: 900; color: #3D3D3D; line-height: 56px; display: flex; align-items: center; &::before { content: ""; display: inline-block; width: 6px; height: 56px; margin-right: 20px; background-color: #C70009; } } .qulity { width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding-bottom: 20px; div { width: 22%; height: 380px; // background-color: red; margin-top: 55px; margin-left: 20px; box-shadow: 2px 2px 14px 2px rgb(169, 169, 169); img { width: 100%; height: 100%; } } } } } // 专利 #tab6{ width: 1920px; margin: 0 auto; background: url(../../imgs/about/bg1.png) center center no-repeat; background-size: 100%; background-color: transparent; .fir { width: 100%; position: relative; margin-bottom: 28px; overflow: hidden; .title { float: left; font-size: 30px; font-family: Source Han Sans, Source Han Sans; font-weight: 900; color: #3D3D3D; line-height: 56px; display: flex; align-items: center; &::before { content: ""; display: inline-block; width: 6px; height: 56px; margin-right: 20px; background-color: #C70009; } } .qulity { width: 100%; display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; padding-bottom: 20px; div { width: 22%; height: 380px; // background-color: red; margin-top: 55px; box-shadow: 2px 2px 14px 2px rgb(169, 169, 169); img { width: 100%; height: 100%; } } } } } // 荣誉区域 #tab2 { width: 1920px; margin: 0 auto; background: url(../../imgs/about/bg1.png) center center no-repeat; background-size: 100%; background-color: transparent; .fir { width: 100%; position: relative; margin-bottom: 28px; overflow: hidden; .project_hor{ overflow: hidden; margin-top: 40px; .title{ font-size: 24px !important; } } // 荣誉引文 .text_cont{ width: 100%; margin-top: 90px; background-color: #F7F7F9; overflow: hidden; border-radius: 10px 10px 10px 10px; .hor_text{ width: 94%; font-size: 16px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 43px; text-align: justify; margin-top: 90px; margin: 30px 28px 28px 43px; } } .title { float: left; font-size: 30px; font-family: Source Han Sans, Source Han Sans; font-weight: 900; color: #3D3D3D; line-height: 56px; display: flex; align-items: center; &::before { content: ""; display: inline-block; width: 6px; height: 56px; margin-right: 20px; background-color: #C70009; } } // 竖向荣誉 .honor1 { width: 100%; // height: auto; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding-bottom: 20px; div { width: 22%; height: 380px; // background-color: red; margin: 0px 19px; margin-top: 55px; box-shadow: 2px 2px 14px 2px rgb(169, 169, 169); img { width: 100%; height: 100%; } } } // 横向荣誉 .honor2 { width: 100%; display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; margin-top: 30px; padding-bottom: 20px; div { // width: 46%; width: 30%; // height: 380px; height: 300px; background-color: red; margin-top: 55px; box-shadow: 2px 2px 14px 2px rgb(169, 169, 169); img { width: 100%; height: 100%; } } } } } // 历史文化 #tab3 { width: 1920px; margin: 0 auto; // background: url(../../imgs/about/bg1.png) center center no-repeat; // background-size: 100%; background-color: transparent; } // 服务区域 #tab4 { width: 1920px; margin: 0 auto; // background: url(../../imgs/about/bg1.png) center center no-repeat; // background-size: 100% ; background-color: transparent; .fir { position: relative; width: 100%; margin-bottom: 28px; overflow: hidden; .head { width: 100%; position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0; .title { font-size: 30px; font-family: Source Han Sans, Source Han Sans; font-weight: 900; color: #3D3D3D; line-height: 56px; display: flex; align-items: center; &::before { content: ""; display: inline-block; width: 6px; height: 56px; margin-right: 20px; background-color: #C70009; } } ul { width: auto; li { padding: 10px 37px; border-radius: 8px 8px 8px 8px; background-color: #EBEBEB; font-size: 20px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #3D3D3D; line-height: 43px; &:last-child { margin-left: 10px; } } } .two_active { background-color: #C70009; color: #FFFFFF; position: relative; &::after { content: ""; position: absolute; display: block; border: 25px solid transparent; border-top: 25px solid #C70009; border-radius: 10px; left: 50%; transform: translateX(-50%); } } } } // 地图区域 .first_lc { position: relative; margin-bottom: 200px; .region { width: 1920px; position: relative; // background-color: red; .egua, .sudan, .wuganda, .yilake, .yilang, .tukuman, .wuzi, .hasake, .afuhan, .bajisitan, .yidunixiya, .zhade, .milu, .boliweiya, .nirier { width: 38px; height: 56px; z-index: 2; position: absolute; cursor: pointer; } .map { position: static; width: 100%; } .egua { // z-index: 3; top: 482px; left: 488px; } .nirier { top: 345px; left: 936px; } .sudan { top: 353px; left: 1041px; } .wuganda { top: 436px; left: 1052px; } .yilake { top: 250px; left: 1103px; } .yilang { top: 253px; left: 1159px; z-index: 4; } .tukuman { top: 222px; left: 1179px; z-index: 3; } .wuzi { top: 209px; left: 1197px; } .hasake { top: 190px; left: 1238px; } .afuhan { top: 253px; left: 1220px; } .bajisitan { top: 284px; left: 1229px; } .yidunixiya { top: 477px; left: 1506px; } .zhade{ top: 351px; left: 987px; } .milu{ top: 511px; left: 490px; } .boliweiya{ top: 570px; left: 542px; } } .detail_cont { position: absolute; top: 0; left: 0; background-color: #FFFFFF; border-radius: 10px; z-index: 10; width: 502px; height: 611px; box-shadow: 0px 0px 55px #d0d0d2; .kuang { position: absolute; top: 70px; right: -20px; width: 20px; height: 66px; margin-left: 42px; } // p { // margin-left: 42px; // } .area_name { height: 56px; font-size: 24px; font-family: Source Han Sans, Source Han Sans; font-weight: 700; color: #C70009; line-height: 56px; margin-top: 20px; margin-left: 42px; // margin-bottom: 20px; // &::after { // content: ""; // display: block; // width: 73px; // height: 2px; // background-color: red; // } } .pro_time{ font-size: 18px; font-family: Source Han Sans, Source Han Sans; font-weight: 700; color: #787878; margin-left: 42px; &::after { content: ""; display: block; width: 73px; height: 2px; background-color: red; margin-top: 10px; } } .area_detail { width: 399.33px; // height: 554.79px; text-align: justify; // top: 135px; height: 460px; font-size: 16px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 35px; overflow-y: auto; overflow-x: hidden; padding-right: 27px; margin-left: 42px; // overflow-x: auto; margin-top: 20px; .area_img{ // position: absolute; width: 50%; float: left; shape-outside: url(example.png); margin-top: 10px; padding-right: 10px; border-radius: 20px; } &::-webkit-scrollbar { width: 6px; // height: 10px; border-radius: 171px 171px 171px 171px; } &::-webkit-scrollbar-thumb { background-color: #bf464c; border-radius: 10px; } &::-webkit-scrollbar-track { background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%); border-radius: 171px 171px 171px 171px; } .text{ // width: 90%; // float: left; width: 100%; } } } } // 项目区域 .two_lc { width: 100%; // overflow: hidden; .p_one { background-color: #F7F7F9; border-radius: 10px 10px 10px 10px; margin-top: 67px; p { width: 90%; margin: 0 auto; padding: 29px; font-size: 18px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 38px; text-align: justify; } } .p_pic { width: 100%; margin-top: 50px; position: relative; height: 420px; overflow: hidden; // display: flex; // justify-content: space-between; .out { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 7; -webkit-box-orient: vertical; } img { position: absolute; z-index: 1; // float: left; left: 0; height: 365px; display: block; border-radius: 10px 10px 10px 10px; top: 0px; } .p_text { position: absolute; width: 64.0725rem; // height: 400px; height: 342px; background-color: #F7F7F9; right: 0; bottom: 0; // padding: 10px 0px; border-radius: 10px; overflow: hidden; .lef { width: 100%; margin: 0 auto; height: 100%; padding-left: 20px; position: relative; // overflow-y: auto; p { width: 90%; padding-left: 60px; padding-right: 16px; text-align: justify; } .center { font-size: 18px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 38px; margin-top: 20px; height: 210px; padding-bottom: 10px; overflow-y: auto; position: relative; &::-webkit-scrollbar { width: 6px; position: absolute; right: 20px; // height: 10px; border-radius: 171px 171px 171px 171px; scroll-behavior: smooth; } &::-webkit-scrollbar-thumb { background-color: #bf464c; border-radius: 10px; } &::-webkit-scrollbar-track { margin-left: 10px; background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%); border-radius: 171px 171px 171px 171px; } } .top { font-size: 24px; font-family: Source Han Sans, Source Han Sans; font-weight: 700; color: #C70009; line-height: 39px; margin-top: 20px; &::after { content: ""; display: block; width: 73px; height: 2px; background-color: #C70009; } } .wid1 { width: 100%; bottom: 0; } } } } .com_more { font-size: 16px; font-family: Source Han Sans, Source Han Sans; font-weight: 700; color: #C70009; line-height: 100px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); text-align: center; cursor: pointer; height: 66px; width: 77.5rem; border-radius: 10px 10px 10px 10px; background: linear-gradient(to bottom, transparent, #F7F7F9); backdrop-filter: blur(2px); &::after { content: ""; width: 9px; height: 15px; display: inline-block; background: url(../../imgs/about/bot_more.png) right center no-repeat; background-size: 100%; margin-left: 8px; } } } } // 学术交流 #tab7 { width: 81.25rem; margin: 0 auto; .title { font-size: 30px; font-family: Source Han Sans, Source Han Sans; font-weight: 900; color: #3D3D3D; line-height: 56px; display: flex; align-items: center; &::before { content: ""; display: inline-block; width: 6px; height: 56px; margin-right: 20px; background-color: #C70009; } } .aca_info { width: 100%; background-color: #F7F7F9; border-radius: 10px 10px 10px 10px; margin-top: 30px; overflow: hidden; p { width: 1162.3px; margin: 0 auto; &:nth-child(1) { font-size: 24px; font-family: Source Han Sans, Source Han Sans; font-weight: 700; color: #C70009; line-height: 56px; margin-top: 20px; &::after { content: ""; display: block; width: 73px; height: 2px; background-color: #C70009; } } &:nth-child(2) { font-size: 18px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 26px; margin-top: 18px; margin-bottom: 4px; text-align: justify; } &:nth-child(3) { font-size: 18px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 43px; position: relative; margin-bottom: 20px; span { font-size: 18px; font-family: Source Han Sans, Source Han Sans; font-weight: 500; color: #C70009; line-height: 17px; &:nth-child(2) { font-size: 18px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 17px; margin-left: 30px; } } &::after { cursor: pointer; content: ""; display: inline-block; width: 25px; height: 12px; background: url(../../imgs/team_lab/info_to.png) center center no-repeat; background-size: 100%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } } } } } // 感谢信样式 .text_cont{ width: 100%; margin-top: 90px; background-color: #F7F7F9; overflow: hidden; border-radius: 10px 10px 10px 10px; .hor_text{ width: 94%; font-size: 16px; font-family: Source Han Sans, Source Han Sans; font-weight: 400; color: #787878; line-height: 43px; text-align: justify; margin-top: 90px; margin: 30px 28px 28px 43px; } }