/* 浜у????琛ㄩ〉? */ .pro-list-page { background-color: rgba(247, 247, 247, 0.9); padding-top: 124px; padding-bottom: 103px; /* 绛????哄?? */ /* 浜у???哄?? */ } .pro-list-page .filter-list { margin-bottom: 30px; } .pro-list-page .filter-list ul { display: flex; /* 瓒??鸿?芥?㈣? */ flex-wrap: wrap; } .pro-list-page .filter-list li { margin-right: 25px; /* ?㈣?涔?????杈硅? */ margin-bottom: 15px; } .pro-list-page .filter-list li a { display: block; padding: 6px 16px; color: #7a7a7a; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; border-radius: 32px; background-color: #fff; } .pro-list-page .filter-list li a.active, .pro-list-page .filter-list li a:hover { background: #0168b7; color: #fff; } .pro-list-page .pro-section { background-color: #fff; } /* 淇??癸?杈规????? */ .pro-list-page .pro-section .top { border: 1px solid #e6e6e6; padding-top: 21px; padding-bottom: 21px; margin-top: -1px; } .pro-list-page .pro-section .top .title { color: #1d1d1d; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; padding-left: 38px; display: flex; align-items: center; } .pro-list-page .pro-section .top .title::before { content: ''; background: #0168b7; width: 6px; height: 24px; display: inline-block; margin-right: 8px; flex-shrink: 0; } .pro-list-page .pro-section .content { display: flex; flex-wrap: wrap; padding-top: 40px; padding-bottom: 40px; border: 1px solid #e6e6e6; border-top: 0px; } .pro-list-page .pro-section .content .pro-item { width: 16.5%; display: flex; flex-direction: column; align-items: center; margin-top: 20px; } .pro-list-page .pro-section .content .pro-item:nth-child(-n + 6) { margin-top: 0; } .pro-list-page .pro-section .content .pro-item .img { width: 144px; height: 144px; position: relative; } .pro-list-page .pro-section .content .pro-item .img img { width: 100%; height: 100%; object-fit: contain; object-position: center center; } .pro-list-page .pro-section .content .pro-item .img::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.45); background-image: url(../images/pro-search.svg); background-repeat: no-repeat; background-position: center; display: none; } .pro-list-page .pro-section .content .pro-item .img:hover::before { display: block; } .pro-list-page .pro-section .content .pro-item .text { text-align: center; width: 90%; } .pro-list-page .pro-section .content .pro-item .text .title { color: #000; font-family: PingFang SC; font-size: 18px; font-style: normal; font-weight: 900; line-height: 2.66; text-transform: uppercase; } .pro-list-page .pro-section .content .pro-item .text .desc { color: #868686; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; } .pro-list-page .pro-section .content .pro-item .text:hover .title, .pro-list-page .pro-section .content .pro-item .text:hover .desc { color: #0168b7; } /* 浜у??璇︽??椤甸? */ .pro-detail-page { /* ???㈢??涓讳? */ } .pro-detail-page .pro-tab { position: fixed; right: 18.75%; top: 110px; z-index: 97; display: flex; align-items: center; } .pro-detail-page .pro-tab .tab-item { padding: 6px 15px; color: #161616; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; border-radius: 32px; margin-right: 24px; background-color: #f7f7f7; } .pro-detail-page .pro-tab .tab-list { display: flex; } .pro-detail-page .pro-tab .tab-list .tab-item { user-select: none; cursor: pointer; } .pro-detail-page .pro-tab .tab-list .tab-item:last-child { margin-right: 0; } .pro-detail-page .pro-tab .tab-list .tab-item.active { background-color: #0168b7; color: #fff; } .pro-detail-page .content img { display: block; max-width: 100%; height: auto; /* 璁剧疆灞?涓 */ margin-left: auto; margin-right: auto; } .pro-detail-page .content .pic { padding-top: 80px; padding-bottom: 129px; } .pro-detail-page .content .pic .main { margin-top: 73px; } .pro-detail-page .content .pic .main h5 { color: #000; font-family: PingFang SC; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; max-width: 100%; word-break: break-all; } .pro-detail-page .content .pic .main p { color: #3d3d3d; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: 2; max-width: 100%; word-break: break-all; } .pro-detail-page .content .pic .main .tags { margin-top: 50px; } .pro-detail-page .content .pic .main .tags span { color: #000; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } .pro-detail-page .content .pic .main .tags a { display: inline-block; padding: 5px 17px; margin-right: 14px; border-radius: 32px; border: 1px solid #c5c5c5; background: #fff; color: #545454; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; /* ?㈣?涔?????杈硅? */ margin-bottom: 10px; } .pro-detail-page .content .pic .main .tags a:hover { background-color: #0168b7; color: #fff; } .pro-detail-page .content .params { margin-top: 214px; padding-bottom: 132px; /* 璁剧疆琛ㄦ? */ } .pro-detail-page .content .params table { max-width: 100%; border-collapse: collapse; } /* .pro-detail-page .content .params table thead { background-color: #474747; border-color: #dbdbdb; } .pro-detail-page .content .params table thead th { padding-top: 16px; padding-bottom: 16px; color: #fff; } .pro-detail-page .content .params table tbody td { padding: 16px 32px; padding-right: 10px; text-align: justify; word-break: break-all; } */ /* .pro-detail-page .content .params table tbody td:nth-child(1) { width: 19%; } .pro-detail-page .content .params table tbody td:nth-child(2) { width: 81%; } */ .pro-detail-page .content .download { margin-top: 252px; padding-bottom: 366px; } .pro-detail-page .content .download .top { display: flex; margin-bottom: 32px; } .pro-detail-page .content .download .top .text { margin-left: 9px; } .pro-detail-page .content .download .top .text .p1 { color: #171717; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 700; line-height: normal; } .pro-detail-page .content .download .top .text .p2 { color: #8d8d8d; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } .pro-detail-page .content .download .list { display: flex; } .pro-detail-page .content .download .list .down-item { /* flex: 1; */ width: 32.42%; margin-right: 17px; height: 215px; background: #fafafa; display: flex; flex-direction: column; justify-content: center; align-items: center; } .pro-detail-page .content .download .list .down-item:last-child { margin-right: 0; } .pro-detail-page .content .download .list .down-item p { color: #000; font-family: PingFang SC; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 7px; } .pro-detail-page .content .download .list .down-item:hover { box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15); } .pro-detail-page .content .download .list .down-item:hover p { color: #0168b7; } /* 涓?杞介〉? */ .download-page { padding-top: 80px; padding-bottom: 105px; /* 涓?杞藉?哄?? */ } .download-page .select-area { padding-top: 65px; padding-bottom: 44px; background-color: #f5f5f5; } .download-page .select-area .container { display: flex; justify-content: space-between; } .download-page .select-area .container .left .row { margin-bottom: 28px; } /* 淇?? */ .download-page .select-area .container .left input, .download-page .select-area .container .left select { width: 502px; height: 48px; border-radius: 4px; border: 1px solid #e3e3e3; background: #fff; box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1); color: #404040; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; padding-left: 24px; padding-right: 20px; outline-color: #0168b7; } .download-page .select-area .container .left select { outline: none; } .download-page .select-area .container .left button { width: 133px; height: 46px; border-radius: 4px; background: #0168b7; color: #fff; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; display: flex; justify-content: center; align-items: center; border: none; outline: none; cursor: pointer; } .download-page .select-area .container .right p { color: #252525; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 14px; } .download-page .select-area .container .right p span { color: #0f0f0f; font-weight: bold; } .download-page .download-area { padding-top: 54px; } .download-page .download-area h5 { color: #1d1d1d; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; padding-bottom: 14px; border-bottom: 1px solid #d8d8d8; display: flex; align-items: center; } .download-page .download-area h5::before { content: ''; display: inline-block; width: 6px; height: 24px; background: #0168b7; margin-right: 8px; } .download-page .download-area .table { margin-top: 32px; } .download-page .download-area .table table { width: 100%; /* ???舵??澶у?搴︾?存?ョ缉灏? */ max-width: 100%; border-collapse: collapse; } .download-page .download-area .table table th { color: #fff; font-family: PingFang SC; font-size: 18px; font-style: normal; font-weight: 900; line-height: normal; padding-top: 12px; padding-bottom: 12px; text-align: center; } .download-page .download-area .table table th:nth-child(odd) { background: #a6a6a6; } .download-page .download-area .table table th:nth-child(even) { background: #c0c0c0; } .download-page .download-area .table table tr { border-bottom: 1px solid #e7e7e7; /* ??浣????界????? */ } .download-page .download-area .table table tr td { padding-top: 13px; padding-bottom: 17px; color: #848484; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; text-align: center; /* ??瀹?浠讳???璇?涔??存?㈣? */ word-break: break-all; /* ???舵??澶у?搴 */ } .download-page .download-area .table table tr td:first-child { color: #3f3f3f; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; text-align: left; } .download-page .download-area .table table tr td:first-child img { margin-right: 16px; } .download-page .download-area .table table tr td .download-btn { width: 114px; height: 33px; border-radius: 4px; background: #127cb8; color: #fff; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; display: flex; justify-content: center; align-items: center; margin-right: 5px; } .download-page .download-area .table table tr td .download-btn img { margin-right: 7px; } .download-page .download-area .table table tr td .copy-btn { width: 93px; height: 33px; color: #fff; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; border-radius: 4px; background: #262626; outline: none; margin-right: 5px; position: relative; cursor: pointer; } .download-page .download-area .table table tr td .hover-text { width: 14px; height: 14px; border-radius: 50%; background-color: #0168b7; color: #fff; font-family: PingFang SC; font-size: 12px; font-style: normal; font-weight: 900; line-height: normal; text-align: center; line-height: 14px; display: block; position: relative; user-select: none; cursor: pointer; } .download-page .download-area .table table tr td .hover-text:hover span { display: block; } .download-page .download-area .table table tr td .hover-text span { position: absolute; left: 100%; top: 50%; transform: translateY(-50%); width: 200px; height: auto; /*??瀹???璇??㈣? */ word-break: break-all; background-color: #000; color: #fff; padding: 15px; user-select: all; cursor: text; text-align: left; display: none; } .download-page .download-area .table table tr td .hover-text span::before { content: ''; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); width: 0; height: 0; border: 5px solid transparent; border-right-color: #000; } .download-page .download-area .table table tr td.default { max-width: 135px; white-space: wrap; } .download-page .download-area .table table tr td.file-name { max-width: 371px; } .download-page .download-area .table table tr .fun-pt { display: flex; justify-content: center; align-items: center; } .download-page .msg { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 200px; height: 50px; text-align: center; line-height: 50px; display: none; } .download-page .msg.success { background-color: #f0f9eb; color: #67c23a; } .download-page .msg.error { background-color: #fef0f0; color: #f66c81; } /* 瑙e?虫?规???琛 */ .solution-page { padding-bottom: 148px; /* 瑙e?虫?规?????anner */ } .solution-page .solution-banner { background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 560px; display: flex; justify-content: center; align-items: center; } .solution-page .solution-banner .text { max-width: 62%; text-align: center; } .solution-page .solution-banner .title { color: #fff; font-family: PingFang SC; font-size: 36px; font-style: normal; font-weight: 900; line-height: normal; } .solution-page .solution-banner .desc { color: #fff; text-align: center; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 700; line-height: 2; margin-top: 11px; } .solution-page .content { padding-top: 100px; } .solution-page .content .item { width: 98.3%; margin-left: auto; margin-right: auto; border-radius: 20px; border: 1px solid #e0e0e0; background: #fff; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); padding-top: 40px; margin-bottom: 65px; } .solution-page .content .item:last-child { margin-bottom: 0; } .solution-page .content .item .top { display: flex; align-items: center; margin-bottom: 28px; padding-left: 35px; padding-right: 35px; } .solution-page .content .item .top span { display: inline-block; width: 6px; height: 24px; background: #0168b7; margin-right: 8px; } .solution-page .content .item .top .title { display: block; color: #1d1d1d; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; } .solution-page .content .item .pic { display: block; width: 100%; height: auto; margin-bottom: 41px; padding-left: 35px; padding-right: 35px; } .solution-page .content .item .pic img { display: block; max-width: 100%; width: 100%; height: auto; } .solution-page .content .item .show-btn { margin: 0 auto; width: 94px; height: 47px; background-color: #0168b7; border-top-left-radius: 94px; border-top-right-radius: 94px; display: flex; align-items: center; justify-content: center; cursor: pointer; } .solution-page .content .item .info { display: none; width: 100%; background-color: #0168b7; padding: 32px 43px 50px; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; } .solution-page .content .item .info p { color: #fff; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: 2; word-break: break-all; text-align: justify; } /* ?规?浜у????琛 */ .solution-list-page { /* ??瀹逛富浣? */ } .solution-list-page .solution-list-banner { width: 100%; height: 560px; background-repeat: no-repeat; background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center; position: relative; } .solution-list-page .solution-list-banner .text { text-align: center; } .solution-list-page .solution-list-banner .text .title { color: #fff; font-family: PingFang SC; font-size: 36px; font-style: normal; font-weight: 900; line-height: normal; } .solution-list-page .solution-list-banner .text .desc { color: #fff; text-align: center; font-family: PingFang SC; font-size: 18px; font-style: normal; font-weight: 700; line-height: 1.77; margin-top: 11px; } .solution-list-page .solution-list-banner .tab-list { display: flex; position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); } .solution-list-page .solution-list-banner .tab-list li { padding: 10px 24px; border-radius: 32px; background: rgba(255, 255, 255, 0.7); margin-right: 30px; white-space: nowrap; } .solution-list-page .solution-list-banner .tab-list li a { color: #161616; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } .solution-list-page .solution-list-banner .tab-list li:last-child { margin-right: 0; } .solution-list-page .solution-list-banner .tab-list li:hover, .solution-list-page .solution-list-banner .tab-list li.current { background-color: #0168b7; } .solution-list-page .solution-list-banner .tab-list li:hover a, .solution-list-page .solution-list-banner .tab-list li.current a { color: #fff; } .solution-list-page .content { padding-top: 85px; padding-bottom: 255px; } .solution-list-page .content .top { border: 1px solid #e6e6e6; background: #fff; height: 76px; display: flex; align-items: center; } .solution-list-page .content .top .title { color: #1d1d1d; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; padding-left: 24px; display: flex; align-items: center; } .solution-list-page .content .top .title::before { content: ''; display: inline-block; width: 6px; height: 24px; margin-right: 8px; background: #0168b7; } .solution-list-page .content .list { display: flex; flex-wrap: wrap; padding-top: 29px; padding-bottom: 40px; padding-left: 24px; padding-right: 22px; border: 1px solid #e6e6e6; background: #fff; border-top: 0px; } .solution-list-page .content .list .item { width: 15.07%; display: flex; flex-direction: column; align-items: center; margin-right: 1.9%; margin-top: 20px; } .solution-list-page .content .list .item:nth-child(6n) { margin-right: 0; } .solution-list-page .content .list .item:nth-child(-n + 6) { margin-top: 0; } .solution-list-page .content .list .item .img { width: 100%; height: 144px; text-align: center; overflow: hidden; } .solution-list-page .content .list .item .img img { max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; transition: 0.45s ease all; } .solution-list-page .content .list .item .text { width: 95%; text-align: center; padding-bottom: 14px; margin-left: auto; margin-right: auto; } .solution-list-page .content .list .item .text .title { color: #000; font-family: PingFang SC; font-size: 18px; font-style: normal; font-weight: 900; text-transform: uppercase; line-height: 2; } .solution-list-page .content .list .item .text .desc { color: #868686; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; } .solution-list-page .content .list .item:hover .img img { transform: scale(0.85); } .solution-list-page .content .list .item:hover .text .title, .solution-list-page .content .list .item:hover .text .desc { color: #0168b7; } /* ??绯绘??浠?郴?? */ .contact-page .content { padding-top: 87px; padding-bottom: 126px; } .contact-page .content .top { border: 1px solid #e7e7e7; background: #fff; padding-top: 36px; padding-left: 40px; padding-bottom: 40px; padding-right: 67px; display: flex; justify-content: space-between; } .contact-page .content .top .left .title { color: #161616; font-family: PingFang SC; font-size: 32px; font-style: normal; font-weight: 900; line-height: normal; margin-bottom: 15px; } .contact-page .content .top .left p { color: #3f3f3f; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 12px; } .contact-page .content .top .right { text-align: center; } .contact-page .content .top .right img { width: 89px; height: 89px; object-fit: contain; object-position: center; } .contact-page .content .top .right p:nth-of-type(1) { color: #000; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 16px; } .contact-page .content .top .right p:nth-of-type(2) { color: #acacac; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 5px; } .contact-page .content .section-content .section-title { margin-top: 28px; margin-bottom: 51px; display: flex; align-items: center; } .contact-page .content .section-content .section-title p:nth-child(1) { color: #161616; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; } .contact-page .content .section-content .section-title p:nth-child(2) { color: #bdbdbd; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-left: 8px; } .contact-page .content .section-content .section-list { display: flex; flex-wrap: wrap; justify-content: space-between; } .contact-page .content .section-content .section-list .section-item { width: 48%; min-height: 270px; border: 1px solid #e7e7e7; background: #fff; padding: 36px 40px 0; margin-top: 40px; } .contact-page .content .section-content .section-list .section-item:nth-child(-n + 2) { margin-top: 0; } .contact-page .content .section-content .section-list .section-item .section-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid #e7e7e7; margin-bottom: 23px; } .contact-page .content .section-content .section-list .section-item .section-top h5 { color: #161616; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; } .contact-page .content .section-content .section-list .section-item .section-top .hover-img { display: none; } .contact-page .content .section-content .section-list .section-item .section-bottom p { color: #3f3f3f; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 15px; } .contact-page .content .section-content .section-list .section-item .section-bottom p:last-child { margin-bottom: 0; } .contact-page .content .section-content .section-list .section-item:hover { border-color: #0168b7; } .contact-page .content .section-content .section-list .section-item:hover .section-top .hover-img { display: block; } .contact-page .content .section-content .section-list .section-item:hover .section-top .default-img { display: none; } .contact-page .content .section-content .section-list .section-item:hover .section-top h5 { color: #0168b7; } /* ??绯绘??浠?涓??″??浣? */ .contact-yw-page .content { padding-top: 80px; padding-bottom: 144px; } .contact-yw-page .info-box .title { color: #161616; font-family: PingFang SC; font-size: 32px; font-style: normal; font-weight: 900; line-height: normal; margin-bottom: 15px; } .contact-yw-page .info-box p { color: #3f3f3f; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 12px; } .contact-yw-page .data-box { margin-top: 46px; } .contact-yw-page .data-box .title { color: #161616; font-family: PingFang SC; font-size: 22px; font-style: normal; font-weight: 900; line-height: normal; margin-bottom: 24px; } .contact-yw-page .data-box table { width: 100%; max-width: 100%; border-color: #dedede; border-collapse: collapse; } .contact-yw-page .data-box table tbody td { padding-top: 12px; padding-bottom: 12px; padding-left: 24px; color: #3f3f3f; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; max-width: 100%; height: auto; word-break: break-all; } .contact-yw-page .data-box table:nth-of-type(1) { margin-bottom: 35px; } .contact-yw-page .data-box table:nth-of-type(1) thead th:nth-child(1) { width: 64%; } .contact-yw-page .data-box table:nth-of-type(1) thead th:nth-child(2) { width: 36%; } .contact-yw-page .data-box table:nth-of-type(1) thead th { padding-top: 12px; padding-bottom: 12px; background: #686868; color: #fff; font-family: PingFang SC; font-size: 18px; font-style: normal; font-weight: 900; line-height: normal; } .contact-yw-page .data-box table:nth-of-type(2) tr td:nth-child(1) { width: 64%; } /* ??绯绘??浠???璇?涓?寤鸿? */ .contact-jianyi-page .container { padding-top: 98px; padding-bottom: 156px; } .contact-jianyi-page .info-box { padding: 61px 83px 73px; border-radius: 32px; background: #f1f1f1; margin-bottom: 19px; height: 606px; } .contact-jianyi-page .info-box .top { display: flex; justify-content: space-between; } .contact-jianyi-page .info-box .top .item { width: 50%; text-align: center; } .contact-jianyi-page .info-box .top .item .img-box { border-radius: 20px; background: #fff; width: 238px; height: 238px; padding: 20px; margin-left: auto; margin-right: auto; } .contact-jianyi-page .info-box .top .item .img-box img { width: 100%; height: 100%; object-fit: contain; } .contact-jianyi-page .info-box .top .item p { color: #000; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 700; text-transform: uppercase; margin-bottom: 19px; } .contact-jianyi-page .info-box .top .item:nth-child(1) { border-right: 1px solid #656565; } .contact-jianyi-page .info-box .desc { color: #000; font-family: PingFang SC; font-size: 20px; font-style: normal; font-weight: 400; line-height: 2.2; text-transform: uppercase; margin-top: 45px; } .contact-jianyi-page .form-box .title-box { text-align: center; margin-bottom: 55px; } .contact-jianyi-page .form-box .title-box .sub-title { color: rgba(240, 240, 240, 0.5); font-size: 76px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; } .contact-jianyi-page .form-box .title-box .title { color: #000; font-size: 36px; font-style: normal; font-weight: 400; line-height: normal; margin-top: -50px; } .contact-jianyi-page .form-box form .row1 { display: flex; justify-content: space-between; } .contact-jianyi-page .form-box form .row1 input { width: 48.8%; height: 58px; padding-left: 20px; border: none; background: #f5f5f5; font-size: 16px; } .contact-jianyi-page .form-box form .row1 input::placeholder { color: #7d7d7d; } .contact-jianyi-page .form-box form .row1 input:focus { outline: 2px solid #0168b7; } .contact-jianyi-page .form-box form .row2 { margin-top: 20px; } .contact-jianyi-page .form-box form .row2 textarea { resize: none; width: 100%; height: 198px; background: #f5f5f5; padding-top: 23px; padding-left: 20px; border: none; font-size: 16px; } .contact-jianyi-page .form-box form .row2 textarea::placeholder { color: #7d7d7d; font-size: 16px; } .contact-jianyi-page .form-box form .row2 textarea:focus { outline: 2px solid #0168b7; } .contact-jianyi-page .form-box form .row3 { margin-top: 38px; } .contact-jianyi-page .form-box form .row3 button { width: 180px; height: 52px; background: #173f8f; color: #fff; font-size: 16px; font-weight: 700; border: none; display: flex; justify-content: center; align-items: center; margin: 0 auto; cursor: pointer; } /* ??绯绘??浠?anner???ㄥ?剧??锛??伴?婚〉?㈣?琛?????????镐?缁?绯诲????? */ .contact-banner { background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 560px; position: relative; } .contact-banner .tab-list { display: flex; align-items: flex-end; position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); } .contact-banner .tab-list li { padding: 10px 24px; border-radius: 32px; background: rgba(255, 255, 255, 0.7); margin-right: 30px; /* 寮哄?朵??芥?㈣? */ white-space: nowrap; } .contact-banner .tab-list li:last-child { margin-right: 0; } .contact-banner .tab-list li.current, .contact-banner .tab-list li:hover { background-color: #0168b7; } .contact-banner .tab-list li.current a, .contact-banner .tab-list li:hover a { color: #fff; } .contact-banner .tab-list li a { color: #161616; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } /* ???ㄥ??椤靛? */ .pagination { display: flex; } .pagination a { width: 43px; height: 42px; border: 1px solid #e7e7e7; background: #fff; color: #212121; font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; display: flex; justify-content: center; align-items: center; } .pagination a.current { background: #0168b7; color: #fff; } .pagination .custom { width: 124px; height: 42px; } /* ?伴?诲??琛ㄩ〉? */ .new-list-page { margin-bottom: 105px; } .new-list-page .new-list { margin-top: 78px; margin-bottom: 54px; } .new-list-page .new-item { display: flex; padding-top: 40px; padding-bottom: 40px; border-bottom: 1px solid #ededed; } .new-list-page .new-item:first-child { padding-top: 0; } .new-list-page .new-item .pic { width: 295px; height: 189px; /* 涓?杩?琛?缂╁? */ flex-shrink: 0; overflow: hidden; } .new-list-page .new-item .pic:hover img { transform: scale(1.2); } .new-list-page .new-item .pic img { width: 100%; height: 100%; object-fit: cover; transition: 0.45s ease; } .new-list-page .new-item .text { width: 72%; padding-left: 41px; padding-top: 14px; } .new-list-page .new-item .text:hover .title { color: #0168b7; } .new-list-page .new-item .text .title { color: #333; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 15px; /* ??琛?婧㈠? */ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .new-list-page .new-item .text .desc { color: #9b9b9b; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.7; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; margin-bottom: 26px; } .new-list-page .new-item .text .time { color: #6b6b6b; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; } /* ?伴?昏???椤甸? */ .new-detail-page { /* ?伴?讳富浣? */ } .new-detail-page .bread { margin-top: 24px; margin-bottom: 54px; /* 瀛?浣?璁剧疆 */ color: #6b6b6b; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; display: flex; align-items: center; flex-wrap: wrap; } .new-detail-page .bread .site { margin-right: 5px; } .new-detail-page .bread ul { display: flex; flex-wrap: wrap; } .new-detail-page .bread ul li:last-child a::after { content: ''; } .new-detail-page .bread ul li a { color: #6b6b6b; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } .new-detail-page .bread ul li a:hover { color: #0168b7; } .new-detail-page .bread ul li a::after { content: '>'; display: inline-block; margin: 0 5px; } .new-detail-page .detail-content { display: flex; justify-content: space-between; padding-bottom: 81px; /* 渚ц竟?ㄨ????? */ } .new-detail-page .detail-content .main { width: 70%; /* ?ㄨ????绔? */ } .new-detail-page .detail-content .main .title-box { padding-bottom: 38px; border-bottom: 1px solid #ebebeb; } .new-detail-page .detail-content .main .title-box .title { color: #333; font-size: 32px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 13px; } .new-detail-page .detail-content .main .title-box .article-info span { color: #858585; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-right: 16px; } .new-detail-page .detail-content .main .article-content { padding-top: 32px; padding-bottom: 44px; border-bottom: 1px solid #ebebeb; } .new-detail-page .detail-content .main .article-content img { max-width: 100%; height: auto; } .new-detail-page .detail-content .main .article-content p { max-width: 100%; word-break: break-all; color: #505050; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1.75; } /* ???堕???㈠??瀹瑰ぇ灏? */ .new-detail-page .detail-content .main .article-content * { max-width: 100%; word-break: break-all; } .new-detail-page .detail-content .main .article-content span { text-wrap: wrap !important; } .new-detail-page .detail-content .main .recommend { padding-top: 26px; display: flex; justify-content: space-between; } .new-detail-page .detail-content .main .recommend .left { width: 70%; } .new-detail-page .detail-content .main .recommend .left a { color: #666672; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.85; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; /* 瀹藉害涓哄??瀹圭??瀹藉害 */ width: fit-content; /* ???舵??澶у?搴 */ max-width: 100%; } .new-detail-page .detail-content .main .recommend .left a:hover { color: #0168b7; } .new-detail-page .detail-content .main .recommend .right { display: flex; align-items: center; } .new-detail-page .detail-content .main .recommend .right span { color: #383838; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; } .new-detail-page .detail-content .main .recommend .right .share-list { display: flex; align-items: center; } .new-detail-page .detail-content .main .recommend .right .share-list div { width: 29px; height: 29px; background-color: #ccc; border-radius: 50%; background-repeat: no-repeat; background-position: center; margin-left: 6px; cursor: pointer; } .new-detail-page .detail-content .main .recommend .right .share-list div:hover { background-color: #b1dd7b; } .new-detail-page .detail-content .main .recommend .right .share-list div:nth-of-type(1) { margin-left: 0; } .new-detail-page .detail-content .article-aside { width: 25%; /* 妯″?? */ } .new-detail-page .detail-content .article-aside .section { width: 100%; margin-bottom: 46px; } .new-detail-page .detail-content .article-aside .section:last-child { margin-bottom: 0; } .new-detail-page .detail-content .article-aside .section .title-box { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15.5px; border-bottom: 1px solid #e6e6e6; } .new-detail-page .detail-content .article-aside .section .title-box h5 { color: #1d1d1d; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; display: flex; align-items: center; } .new-detail-page .detail-content .article-aside .section .title-box h5::before { content: ''; display: inline-block; width: 6px; height: 24px; background: #0168b7; margin-right: 8px; } .new-detail-page .detail-content .article-aside .section .title-box a { color: #666; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; } .new-detail-page .detail-content .article-aside .section .title-box a:hover { color: #0168b7; } .new-detail-page .detail-content .article-aside .section .section-list { margin-top: 24.5px; /* ?规?????绛炬?峰? */ } .new-detail-page .detail-content .article-aside .section .section-list .item { margin-bottom: 12px; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .new-detail-page .detail-content .article-aside .section .section-list .item:last-child { margin-bottom: 0; } .new-detail-page .detail-content .article-aside .section .section-list .item a { color: #3a3a3a; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } .new-detail-page .detail-content .article-aside .section .section-list .item a:hover { color: #0168b7; } .new-detail-page .detail-content .article-aside .section .section-list .section-tag { padding: 4px 16px; display: inline-block; border: 1px solid #eee; margin-right: 10px; margin-bottom: 10px; } .new-detail-page .detail-content .article-aside .section .section-list .section-tag:hover { background-color: #0168b7; } .new-detail-page .detail-content .article-aside .section .section-list .section-tag:hover a { color: #fff; } .new-detail-page .detail-content .article-aside .section .section-list .section-tag a { color: #3a3a3a; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; } /* 甯歌??????琛ㄩ〉? */ .problem-list-page { padding-bottom: 130px; } .problem-list-page .title-box { padding-top: 82px; display: flex; align-items: center; justify-content: center; } .problem-list-page .title-box h5 { color: #1d1d1d; font-family: PingFang SC; font-size: 36px; font-style: normal; font-weight: 900; line-height: normal; margin-left: 22px; margin-right: 22px; } .problem-list-page .problem-list { margin-top: 48px; } .problem-list-page .problem-list .problem-item { padding-top: 14px; padding-bottom: 14px; border-bottom: 1px solid #ededed; display: flex; justify-content: space-between; align-items: flex-start; } .problem-list-page .problem-list .problem-item:hover { background-color: #f5f5f5; } .problem-list-page .problem-list .problem-item:first-child { border-top: 1px solid #ededed; } .problem-list-page .problem-list .problem-item .desc { color: #333; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-right: 25px; } .problem-list-page .problem-list .problem-item .link-btn { width: 132px; height: 32px; flex-shrink: 0; color: #fff; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; display: flex; justify-content: center; align-items: center; border-radius: 4px; background: #0168b7; } /* 甯歌????绯诲????banner */ .problem-banner img { display: block; max-width: 100%; height: auto; } /* 甯歌????璇︽?? */ .problem-detail-page { padding-bottom: 128px; /* 搴??ㄥ???㈡??绔??哄?? */ } .problem-detail-page .title-box { text-align: center; padding-top: 103px; padding-bottom: 27px; border-bottom: 1px solid #e1e1e1; } .problem-detail-page .title-box .title { color: #181818; font-family: PingFang SC; font-size: 40px; font-style: normal; font-weight: 900; line-height: 1; margin-bottom: 26px; } .problem-detail-page .title-box .desc { color: #666672; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; } .problem-detail-page .title-box .desc span { margin-right: 19px; } .problem-detail-page .title-box .desc span:last-child { margin-right: 0; } .problem-detail-page .problem-article { padding-top: 36px; padding-bottom: 90px; border-bottom: 1px solid #e1e1e1; } .problem-detail-page .problem-article p { color: #505050; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: 2; max-width: 100% !important; word-break: break-all; } .problem-detail-page .problem-article img { max-width: 100% !important; height: auto; } .problem-detail-page .problem-article .img-wrap { text-align: center; margin-top: 32px; margin-bottom: 32px; } .problem-detail-page .toggle { margin-top: 26px; display: flex; justify-content: space-between; } .problem-detail-page .toggle .left { width: 70%; } .problem-detail-page .toggle .left a { display: block; color: #666672; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.85; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: fit-content; max-width: 100%; } .problem-detail-page .toggle .left a:hover { color: #0168b7; } .problem-detail-page .toggle .right { display: flex; align-items: center; } .problem-detail-page .toggle .right span { color: #383838; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; } .problem-detail-page .toggle .right .share-list { display: flex; align-items: center; } .problem-detail-page .toggle .right .share-list .share-item { width: 29px; height: 29px; background-color: #ccc; border-radius: 50%; background-repeat: no-repeat; background-position: center; margin-right: 6px; cursor: pointer; } .problem-detail-page .toggle .right .share-list .share-item:hover { background-color: #92cf46; } .problem-detail-page .toggle .right .share-list .share-item:last-child { margin-right: 0; } /* ????椤甸? */ .zhaopin-page .zhaopin-banner { position: relative; } .zhaopin-page .zhaopin-banner img { display: block; max-width: 100%; height: auto; } .zhaopin-page .zhaopin-banner .tab-list { position: absolute; left: 50%; bottom: 36px; transform: translateX(-50%); display: flex; } .zhaopin-page .zhaopin-banner .tab-list li { margin-right: 30px; padding: 10px 24px; border-radius: 32px; background: rgba(255, 255, 255, 0.7); white-space: nowrap; } .zhaopin-page .zhaopin-banner .tab-list li.current, .zhaopin-page .zhaopin-banner .tab-list li:hover { background: #0168b7; } .zhaopin-page .zhaopin-banner .tab-list li.current a, .zhaopin-page .zhaopin-banner .tab-list li:hover a { color: #fff; } .zhaopin-page .zhaopin-banner .tab-list li a { color: #161616; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } .zhaopin-page .zhaopin-list { padding-top: 102px; padding-bottom: 152px; } .zhaopin-page .zhaopin-list .zhaopin-item { margin-bottom: 40px; } .zhaopin-page .zhaopin-list .zhaopin-item:last-child { margin-bottom: 0; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head { padding: 22px 47px 21px 29px; display: flex; align-items: center; justify-content: space-between; background: #f7f7f7; /* 璁剧疆婵?娲绘?峰? */ } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box { display: flex; justify-content: space-between; margin-right: 71px; flex: 1; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .left { color: #4e4e4e; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-right: 15px; max-width: 65%; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .right span { color: #949494; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .right span:first-child { margin-right: 48px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .right img { margin-left: 71px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .right .active-img { display: none; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .icon .active-img { display: none; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head.current { background: #0168b7; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head.current .left, .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head.current .right span { color: #fff; font-weight: 700; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head.current .icon .default-img { display: none; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head.current .icon .active-img { display: block; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-main { padding: 40px 21px 64px 29px; border-radius: 0px 0px 12px 12px; background: #f7f7f7; display: none; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-main p { color: #5b5b5b; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1.8; text-transform: uppercase; max-width: 100%; word-break: break-all; } /* 瑕??????版?峰? */ .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-main * { max-width: 100% !important; text-wrap: wrap !important; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-main p.desc { color: #a1a1a1; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: 2.1; text-transform: uppercase; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-main .p1 { margin-bottom: 40px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-main .link-btn { width: 168px; height: 52px; background: #0168b7; color: #fff; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; margin-top: 15px; display: flex; justify-content: center; align-items: center; } /* ???镐?缁?妯″?? */ /* ???镐?缁?锛??剧??灞?绀洪〉?????浣?浼?浼撮〉??/ .company-pic-page .section-wrap { padding-top: 96px; padding-bottom: 182px; /* ??瀹?????涓?涓?ection涓?瑕?margin-bottom */ } .company-pic-page .section-wrap .section:last-child { margin-bottom: 0; } .company-pic-page .section { margin-bottom: 70px; } .company-pic-page .section .title-box { padding-bottom: 15px; border-bottom: 1px solid #e6e6e6; } .company-pic-page .section .title-box h5 { color: #1d1d1d; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; display: flex; align-items: center; } .company-pic-page .section .title-box h5::before { content: ''; width: 6px; height: 24px; background: #0168b7; display: inline-block; margin-right: 8px; } .company-pic-page .section .list { display: flex; flex-wrap: wrap; margin-top: 34.5px; } .company-pic-page .section .list .pic-item { width: 284px; height: 221px; margin-right: 20px; margin-top: 20px; overflow: hidden; } .company-pic-page .section .list .pic-item:hover img { transform: scale(1.2); } .company-pic-page .section .list .pic-item img { width: 100%; height: 100%; object-fit: cover; transition: all 0.45s; } .company-pic-page .section .list .pic-item:nth-child(-n + 4) { margin-top: 0; } .company-pic-page .section .list .pic-item:nth-child(4n) { margin-right: 0; } /* 浼?涓?浠?缁? */ .company-intro-page { /* 褰???椤甸?㈢??title-box */ /* ??瀛?浠?缁? */ /* 涓轰?涔????╂??浠 */ /* 浼?涓????? */ /* ?稿?浠峰?艰? */ /* ????涓?? */ /* 瑙?棰?浠?缁? */ } .company-intro-page .title-box { display: flex; justify-content: center; align-items: center; margin-bottom: 51px; } .company-intro-page .title-box h5 { color: #1d1d1d; font-family: PingFang SC; font-size: 36px; font-style: normal; font-weight: 900; line-height: normal; margin-left: 21px; margin-right: 22px; } .company-intro-page .company-intro-text { padding-top: 112px; } .company-intro-page .company-intro-text .intro-main p { color: #505050; text-align: justify; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1.75; max-width: 100%; margin-top: 35px; } .company-intro-page .company-intro-text .intro-main p:nth-of-type(1) { margin-top: 0; } .company-intro-page .company-choose { margin-top: 51px; margin-bottom: 135px; } .company-intro-page .company-wenhua { height: 605px; background-repeat: no-repeat; background-size: cover; background-position: center; } .company-intro-page .company-wenhua .wenhua-title { padding-top: 111px; color: #fff; font-size: 36px; font-style: normal; font-weight: 900; line-height: normal; text-align: center; } .company-intro-page .company-wenhua .wenhua-wrap { display: flex; margin-top: 102px; } .company-intro-page .company-wenhua .wenhua-wrap .item { text-align: center; flex: 1; padding-left: 5px; padding-right: 5px; } .company-intro-page .company-wenhua .wenhua-wrap .item img { width: 100px; height: 100px; object-fit: contain; } .company-intro-page .company-wenhua .wenhua-wrap .item h5 { color: #fff; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; margin-top: 14px; } .company-intro-page .company-wenhua .wenhua-wrap .item p { color: #fff; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 9px; } .company-intro-page .company-core { padding-top: 100px; padding-bottom: 126px; } .company-intro-page .company-core .core-list { margin-top: 87px; display: flex; min-height: 324px; } .company-intro-page .company-core .core-list .core-item { width: 25%; height: 284px; border: 1px solid #fff; background: #f5f5f5; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: 0.45s ease; overflow: hidden; } .company-intro-page .company-core .core-list .core-item:hover { box-shadow: 0px 4px 16px 0px rgba(1, 104, 183, 0.2); background-color: #fff; height: 324px; transform: translateY(-12px); } .company-intro-page .company-core .core-list .core-item:hover .img-wrap .default-img { display: none; } .company-intro-page .company-core .core-list .core-item:hover .img-wrap .active-img { display: block; } .company-intro-page .company-core .core-list .core-item:hover .text-wrap .default-text { color: #2f69a2; } .company-intro-page .company-core .core-list .core-item:hover .text-wrap .active-text { display: block; } .company-intro-page .company-core .core-list .core-item .img-wrap .active-img { display: none; } .company-intro-page .company-core .core-list .core-item .text-wrap { margin-top: 34px; text-align: center; } .company-intro-page .company-core .core-list .core-item .text-wrap .default-text { color: #4b4b4b; font-family: PingFang SC; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; } .company-intro-page .company-core .core-list .core-item .text-wrap .active-text { color: #868686; font-family: PingFang SC; font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 14px; padding-left: 15px; padding-right: 15px; display: none; } .company-intro-page .company-research-center { width: 100%; height: 720px; background-repeat: no-repeat; background-size: cover; overflow: hidden; } .company-intro-page .company-research-center .research-wrap { display: flex; height: 100%; } .company-intro-page .company-research-center .research-wrap .left { width: 29%; height: 100%; background: rgba(4, 37, 77, 0.85); } .company-intro-page .company-research-center .research-wrap .left ul { margin-top: 138px; } /* 淇?? */ .company-intro-page .company-research-center .research-wrap .left li { /* margin-bottom: 55px; */ margin-bottom: 40px; padding-left: 49px; padding-right: 10px; position: relative; z-index: 99; height: 62px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; } .company-intro-page .company-research-center .research-wrap .left li span:nth-of-type(1) { color: #fff; font-family: PingFang SC; font-size: 20px; font-style: normal; font-weight: 900; line-height: normal; } .company-intro-page .company-research-center .research-wrap .left li span:nth-of-type(2) { color: #fff; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; opacity: 0.5; display: none; } .company-intro-page .company-research-center .research-wrap .left li i { position: absolute; left: 0; top: 0; width: 109%; height: 62px; background-image: url(../images/research-hover.png); background-repeat: no-repeat; background-size: 100% 100%; z-index: -2; transform: scaleX(0); transform-origin: left; transition: 0.45s ease; } .company-intro-page .company-research-center .research-wrap .left li.current i { transform: scaleX(1); } .company-intro-page .company-research-center .research-wrap .left li.current span:nth-of-type(2) { display: block; } .company-intro-page .company-research-center .research-wrap .right { width: 71%; padding-right: 3.9%; padding-top: 132px; padding-left: 11%; } .company-intro-page .company-research-center .research-wrap .right .title { width: fit-content; color: #fff; font-family: PingFang SC; font-size: 42px; font-style: normal; font-weight: 900; line-height: normal; margin-bottom: 47px; } .company-intro-page .company-research-center .research-wrap .right .line1 { display: block; width: 56px; height: 1px; background: rgba(255, 255, 255, 0.5); } .company-intro-page .company-research-center .research-wrap .right .progress-box { margin-top: 47px; } .company-intro-page .company-research-center .research-wrap .right .progress-box span { display: inline-block; } .company-intro-page .company-research-center .research-wrap .right .progress-box span:nth-of-type(1) { color: #fff; font-family: PingFang SC; font-size: 86px; font-style: normal; font-weight: 900; line-height: normal; opacity: 0.8; } .company-intro-page .company-research-center .research-wrap .right .progress-box span:nth-of-type(2) { color: #fff; font-family: PingFang SC; font-size: 32px; font-style: normal; font-weight: 900; line-height: normal; opacity: 0.5; } .company-intro-page .company-research-center .research-wrap .right .department { color: #fff; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; margin-top: 47px; padding-bottom: 17.5px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .company-intro-page .company-research-center .research-wrap .right .desc { color: #fff; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 900; padding-top: 20.5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; text-overflow: ellipsis; overflow: hidden; line-height: 1.5; } .company-intro-page .video-wrap { background-repeat: no-repeat; background-size: cover; padding-top: 115px; padding-bottom: 133px; } .company-intro-page .video-wrap .video-main { position: relative; width: 100%; height: 640px; } .company-intro-page .video-wrap .video-main video { /* ??瀹?瀹藉害100%锛??跺?????ㄨ?绠?楂?搴 */ width: 100%; height: 100%; object-fit: contain; } .company-intro-page .video-wrap .video-main .video-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } /* app涓?杞介〉? */ .app-page .app-banner { width: 100%; height: 324px; background-repeat: no-repeat; background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center; margin-top: 80px; } .app-page .app-banner p { color: #fff; font-family: PingFang SC; font-size: 32px; font-style: normal; font-weight: 700; line-height: normal; } .app-page .app-main { margin-top: 69px; margin-bottom: 118px; } .app-page .app-main .app-item { width: 100%; height: 374px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-bottom: 50px; padding-top: 59px; padding-left: 82px; } .app-page .app-main .app-item:last-child { margin-bottom: 0; } .app-page .app-main .app-item .title { color: #1d1d1d; font-family: PingFang SC; font-size: 42px; font-style: normal; font-weight: 900; line-height: normal; } .app-page .app-main .app-item .p1 { color: #1d1d1d; font-family: PingFang SC; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 48px; } .app-page .app-main .app-item img { width: 91px; height: 91px; object-fit: contain; } .app-page .app-main .app-item .p2 { color: #1d1d1d; font-family: PingFang SC; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 23px; } /* ?充晶??绛捐??? */ .series-detail-page { padding-bottom: 108px; /* ???ㄦ??棰?璁剧疆 */ /* ?㈠??灞? */ /* 浜у????琛 */ /* ??绔?璇︽?? */ /* ???颁富棰? */ } .series-detail-page .title-box { padding-top: 21px; padding-bottom: 21px; border: 1px solid #e6e6e6; background: #fff; /* white-space: nowrap; */ } .series-detail-page .title-box h5 { color: #1d1d1d; font-family: PingFang SC; font-size: 24px; font-style: normal; font-weight: 900; line-height: normal; display: flex; align-items: center; } .series-detail-page .title-box h5::before { content: ''; display: block; background: #0168b7; width: 6px; height: 24px; flex-shrink: 0; margin-left: 24px; margin-right: 8px; } .series-detail-page .bread { display: flex; align-items: center; padding-top: 24px; padding-bottom: 53px; border-bottom: 1px solid #e6e6e6; background-color: #fff; /* 璁剧疆瀛?浣? */ } .series-detail-page .bread ul { display: flex; align-items: center; } .series-detail-page .bread ul li::after { content: '>'; margin-right: 5px; } .series-detail-page .bread ul li:last-child::after { content: none; } .series-detail-page .bread ul li:hover a { color: #0168b7; } .series-detail-page .bread p:nth-of-type(1) { margin-right: 5px; } .series-detail-page .bread p, .series-detail-page .bread a { color: #6b6b6b; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } .series-detail-page .pro-section .pro-list { display: flex; align-items: flex-start; flex-wrap: wrap; border: 1px solid #e6e6e6; background: #fff; padding-top: 43px; padding-bottom: 58px; padding-left: 25px; padding-right: 25px; } .series-detail-page .pro-section .pro-list .pro-item { width: 17.5%; height: auto; margin-right: 2.4%; display: flex; flex-direction: column; align-items: center; margin-bottom: 25px; } .series-detail-page .pro-section .pro-list .pro-item:last-child { margin-right: 0; } .series-detail-page .pro-section .pro-list .pro-item .img { width: 133px; height: 133px; margin-left: auto; margin-right: auto; display: flex; justify-content: center; align-items: center; } .series-detail-page .pro-section .pro-list .pro-item img { display: block; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; transition: all 0.45s; } .series-detail-page .pro-section .pro-list .pro-item img:hover { transform: scale(0.85); } .series-detail-page .pro-section .pro-list .pro-item .text { width: 100%; text-align: center; } .series-detail-page .pro-section .pro-list .pro-item .text:hover .pro-type, .series-detail-page .pro-section .pro-list .pro-item .text:hover .pro-name { color: #0168b7; } .series-detail-page .pro-section .pro-list .pro-item .text .pro-type { color: #000; font-family: PingFang SC; font-size: 18px; font-style: normal; font-weight: 900; line-height: 2.66; text-transform: uppercase; } .series-detail-page .pro-section .pro-list .pro-item .text .pro-name { color: #868686; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 8px; } .series-detail-page .pro-section .pro-list .pro-item .text .pro-desc { color: #999; font-family: PingFang SC; font-size: 12px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 8px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; } .series-detail-page .article-section { margin-top: 40px; border: 1px solid #e6e6e6; background: #fff; } .series-detail-page .article-section .article-list { padding-left: 36px; padding-right: 44px; padding-top: 39px; padding-bottom: 29px; border: 1px solid #e6e6e6; background: #fff; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; } .series-detail-page .article-section .article-list .left { padding-right: 44.5px; border-right: 1px solid #ededed; } .series-detail-page .article-section .article-list .right { padding-left: 67.5px; } .series-detail-page .article-section .article-list .left, .series-detail-page .article-section .article-list .right { width: 50%; } .series-detail-page .article-section .article-list .left .article-item, .series-detail-page .article-section .article-list .right .article-item { display: block; margin-bottom: 20px; height: auto; } .series-detail-page .article-section .article-list .left .article-item:hover .art-title, .series-detail-page .article-section .article-list .right .article-item:hover .art-title { color: #0168b7; } .series-detail-page .article-section .article-list .left .article-item:last-child, .series-detail-page .article-section .article-list .right .article-item:last-child { margin-bottom: 0; } .series-detail-page .article-section .article-list .left .article-item .art-title, .series-detail-page .article-section .article-list .right .article-item .art-title { color: #474747; font-family: PingFang SC; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } .series-detail-page .article-section .article-list .left .article-item .art-desc, .series-detail-page .article-section .article-list .right .article-item .art-desc { color: #999; font-family: PingFang SC; font-size: 12px; font-style: normal; font-weight: 400; line-height: normal; margin-top: 7px; } .series-detail-page .tag-list { margin-top: 40px; } .series-detail-page .tag-list ul { padding-left: 24px; padding-top: 34px; padding-bottom: 42px; border: 1px solid #e6e6e6; background: #fff; } .series-detail-page .tag-list ul li { display: inline-block; padding: 4px 16px; white-space: nowrap; margin-right: 10px; border: 1px solid #eee; background: #fff; margin-bottom: 15px; } .series-detail-page .tag-list ul li a { color: #3a3a3a; font-family: PingFang SC; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; } .series-detail-page .tag-list ul li:hover a { color: #0168b7; } @media (max-width: 1250px) { .contact-jianyi-page .info-box { padding-left: 35px; padding-right: 35px; } .contact-jianyi-page .info-box .desc { font-size: 18px; text-align: justify; } /* 涓?杞借???椤甸? */ .download-page .select-area .container .left, .download-page .select-area .container .right { width: 47%; } .download-page .select-area .container .left .row input, .download-page .select-area .container .left .row select { width: 100%; } /* ???哥?浠?锛??剧??灞?绀 */ .company-pic-page .section .list { margin-top: 0; } .company-pic-page .section .list .pic-item { width: 32%; margin-top: 20px !important; margin-right: 17px; } .company-pic-page .section .list .pic-item:nth-child(3n) { margin-right: 0; } .company-pic-page .section .list .pic-item:nth-child(4n) { margin-right: 17px; } /* ?伴?昏??? */ .new-detail-page .detail-content .main .recommend .right span { white-space: nowrap; } /* ?伴?诲??琛 */ .new-list-page .new-item .pic { width: 25%; height: auto; /* ??瀹???楂?搴︿???????冲?楂?搴 */ max-height: 189px; } .new-list-page .new-item .text { padding-left: 25px; width: 72%; } /* 浜у??璇︽?? */ /* .pro-detail-page .content .params table tbody td { padding-left: 15px; padding-right: 15px; } */ /* ?规???琛ㄤ骇?? */ .solution-list-page .solution-list-banner .tab-list li { white-space: nowrap; margin-right: 10px; } .solution-list-page .solution-list-banner .text { max-width: 85%; } } @media (max-width: 992px) { /* ???哥?稿??椤甸? */ .company-pic-page .section .list { justify-content: space-between; } .company-pic-page .section .list .pic-item { width: 47%; margin-right: 0 !important; } /* 涓?杞介〉? */ .download-page .download-area .table { overflow-x: auto; } .download-page .download-area .table table { width: auto; max-width: none; } .download-page .download-area .table table tr td { max-width: none !important; padding-left: 15px; padding-right: 15px; } .download-page .download-area .table table tr td:first-child img { display: none; } /* ?伴?昏??? */ .new-detail-page .detail-content { flex-wrap: wrap; } .new-detail-page .detail-content .main, .new-detail-page .detail-content .article-aside { width: 100%; } .new-detail-page .detail-content .article-aside { margin-top: 45px; } /* 浜у????琛 */ .pro-list-page .pro-section .content .pro-item .img { width: auto; height: auto; max-width: 95%; max-height: 100%; } .pro-list-page .filter-list li { margin-right: 15px; } .pro-list-page .pro-section .content .pro-item { width: 24.5%; } .pro-list-page .pro-section .content { padding-top: 20px; } .pro-list-page .pro-section .content .pro-item:nth-child(-n + 6) { margin-top: 20px; } /* 瑙e?虫?规???琛 */ .solution-list-page .solution-list-banner .tab-list { flex-wrap: wrap; bottom: 15px; width: 85%; } .solution-list-page .solution-list-banner .tab-list li { margin-bottom: 15px; } .solution-list-page .content .list { padding-top: 0; } .solution-list-page .content .list .item { width: 23%; margin-top: 20px !important; } /* ????椤甸? */ .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .right span:first-child { margin-right: 24px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box { margin-right: 25px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head { padding-left: 20px; padding-right: 20px; } .zhaopin-page .zhaopin-banner img { height: 350px; object-fit: cover; } /* ???镐?缁?椤甸? */ .company-intro-page .company-core .core-list { flex-wrap: wrap; height: auto; } .company-intro-page .company-core .core-list .core-item { width: 50%; } /* 璋????充晶璇︽??椤甸? */ .series-detail-page .pro-section .pro-list .pro-item { width: 22.5%; } } @media (max-width: 768px) { /* 妯″???磋? */ /* ??绯绘??浠????璇???寤鸿?椤甸? */ .contact-jianyi-page .container { padding-top: 45px; padding-bottom: 45px; } .contact-banner .tab-list li { margin-right: 15px; padding: 10px 15px; } .contact-jianyi-page .info-box .top .item .img-box { width: 150px; height: 150px; } .contact-jianyi-page .info-box { padding: 35px; height: auto; margin-bottom: 45px; } .contact-jianyi-page .form-box .title-box .sub-title { font-size: 36px; } .contact-jianyi-page .form-box .title-box .title { font-size: 24px; } .contact-jianyi-page .form-box form .row1 { flex-wrap: wrap; } .contact-jianyi-page .form-box form .row1 input { width: 100%; margin-top: 25px; } /* ??绯绘??浠?????妯″?? */ .contact-page .content { padding-top: 45px; padding-bottom: 45px; } .contact-page .content .section-content .section-list .section-item { width: 100%; margin-top: 0; margin-bottom: 35px; } .contact-page .content .top .left .title { font-size: 24px; } .contact-page .content .section-content .section-title { flex-wrap: wrap; } .contact-page .content .section-content .section-title p { width: 100%; line-height: 1.7 !important; margin-left: 0 !important; } .contact-page .content .section-content .section-list .section-item .section-top h5 { font-size: 20px; } .contact-page .content .section-content .section-list .section-item { min-height: auto; padding-bottom: 36px; } /* ??绯绘??浠???¢〉? */ .contact-yw-page .content { padding-top: 45px; padding-bottom: 45px; } .contact-yw-page .info-box .title { font-size: 24px; } .contact-yw-page .data-box { margin-top: 25px; } .contact-yw-page .data-box table tbody td { padding-left: 12px; padding-right: 12px; font-size: 14px; } /* ???哥?稿?? */ .company-pic-page .section-wrap { padding-top: 45px; padding-bottom: 45px; } /* 涓?杞介〉? */ .download-page .select-area .container .left, .download-page .select-area .container { flex-wrap: wrap; } .download-page .select-area .container .left .left, .download-page .select-area .container .left, .download-page .select-area .container .left .right, .download-page .select-area .container .right { width: 100%; } .download-page .download-area .table table tr td { min-width: 130px; } .download-page .select-area { padding-top: 45px; } /* 淇??瑰?浣??瑰? */ .download-page .download-area .table table tr td .hover-text span { right: 0; top: 0; left: auto; text-align: right; } .download-page .download-area .table table tr td .hover-text span::before { display: none; } .download-page { padding-bottom: 45px; padding-top: 65px; } /* ?伴?昏??? */ .new-detail-page .detail-content { padding-top: 45px; padding-bottom: 45px; } .new-detail-page .bread { display: none; } .new-detail-page .detail-content .main .title-box .title { font-size: 20px; } .new-detail-page .detail-content .main .recommend { padding-top: 15px; flex-wrap: wrap; } .new-detail-page .detail-content .main .recommend .left, .new-detail-page .detail-content .main .recommend .right { width: 100%; } .new-detail-page .detail-content .main .recommend .right { display: none; } .new-detail-page .detail-content .main .title-box { padding-bottom: 15px; } .new-detail-page .detail-content .article-aside .section .title-box h5 { font-size: 20px; } .new-detail-page .detail-content .article-aside .section { margin-bottom: 35px; } /* ?伴?诲??琛 */ .new-list-page { margin-bottom: 45px; } .new-list-page .new-list { margin-top: 45px; margin-bottom: 45px; } .new-list-page .new-item .text .title { font-size: 18px; } .new-list-page .new-item { padding-bottom: 25px; padding-top: 25px; } .new-list-page .new-item .pic { width: 30%; } .new-list-page .new-item .text { padding-top: 0; width: 70%; padding-left: 15px; } .new-list-page .new-item .text .desc { margin-bottom: 0; } .pagination { flex-wrap: wrap; } .pagination a { margin-bottom: 10px; } /* 甯歌????璇︽?? */ .problem-detail-page { padding-bottom: 45px; } .problem-banner img { height: 350px; object-fit: cover; } .problem-detail-page .title-box { padding-top: 25px; padding-bottom: 15px; } .problem-detail-page .title-box .title { margin-bottom: 15px; font-size: 20px; } .problem-detail-page .problem-article { padding-top: 35px; padding-bottom: 35px; } .problem-detail-page .toggle .left { width: 100%; } .problem-detail-page .toggle .right { display: none; } .problem-detail-page .toggle { margin-top: 15px; } /* 甯歌??????琛 */ .problem-list-page { padding-bottom: 70px; } .problem-list-page .title-box { padding-top: 45px; } .problem-list-page .problem-list .problem-item { padding-top: 10px; padding-bottom: 10px; } .problem-list-page .title-box h5 { font-size: 20px; } .problem-list-page .problem-list .problem-item .desc { font-size: 14px; } /* 浜у??璇︽?? */ .pro-detail-page .pro-tab { right: 5%; } .pro-detail-page .pro-tab .tab-item { padding: 6px 10px; margin-right: 10px; } .pro-detail-page .content .pic .main { margin-top: 35px; } .pro-detail-page .content .pic .main .tags { margin-top: 25px; } .pro-detail-page .content .pic { padding-top: 65px; } .pro-detail-page .content .pic { padding-bottom: 60px; } /* 浜у??璇︽??琛ㄦ? */ /* .pro-detail-page .content .params table thead th { font-size: 14px; } .pro-detail-page .content .params table tbody td { font-size: 12px; padding-left: 10px; padding-right: 10px; } .pro-detail-page .content .params table tbody td:nth-child(1) { width: 35%; } .pro-detail-page .content .params table tbody td:nth-child(2) { width: 65%; } */ .pro-detail-page .content .params { margin-top: 160px; padding-bottom: 45px; } /* ??浠朵?杞 */ .pro-detail-page .content .download { margin-top: 160px; padding-bottom: 45px; } .pro-detail-page .content .download .list { flex-wrap: wrap; justify-content: space-between; } .pro-detail-page .content .download .list .down-item { flex: none; width: 47%; height: 150px; margin-right: 0; margin-bottom: 25px; } .pro-detail-page .content .download .top .text .p1 { font-size: 20px; } .pro-detail-page .down-item img { width: 50px !important; height: 50px !important; object-fit: contain !important; } /* 瑙e?虫?规???琛 */ .solution-list-page .solution-list-banner .text .title { font-size: 24px; } .solution-list-page .solution-list-banner .text .desc { font-size: 16px; } .solution-list-page .content .list { justify-content: space-between; } .solution-list-page .content .list .item { width: 48%; margin-right: 0; } .solution-list-page .content .top .title { font-size: 20px; } .solution-list-page .content { padding-top: 45px; padding-bottom: 45px; } /* 瑙e?虫?规???琛 */ /* 淇?? */ .solution-page .solution-banner { height: 450px; align-items: flex-end; } .solution-page .solution-banner .text { max-width: 85%; padding-bottom: 35px; } .solution-page .solution-banner .title { font-size: 24px; } .solution-page .solution-banner .desc { font-size: 14px; text-align: justify; } .solution-page { padding-bottom: 65px; } .solution-page .content { padding-top: 45px; } .solution-page .content .item .top .title { font-size: 20px; } .solution-page .content .item { padding-top: 25px; margin-bottom: 35px; } .solution-page .content .item .top { padding-left: 5%; padding-right: 5%; margin-bottom: 15px; } .solution-page .content .item .pic { padding-left: 5%; padding-right: 5%; margin-bottom: 25px; } .solution-page .content .item .show-btn { width: 48px; height: 35px; border-top-left-radius: 48px; border-top-right-radius: 48px; } .solution-page .content .item .show-btn img { width: 16px; height: 16px; object-fit: contain; } .solution-page .content .item .info { padding: 5%; } /* ????椤甸? */ .zhaopin-page .zhaopin-banner .tab-list { flex-wrap: wrap; justify-content: center; width: 85%; } .zhaopin-page .zhaopin-banner .tab-list li { margin-right: 15px; padding: 10px; } .zhaopin-page .zhaopin-list { padding-top: 45px; padding-bottom: 45px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box { flex-wrap: wrap; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .left, .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .right { width: 100%; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .left { margin-bottom: 10px; max-width: none; } /* ???镐?缁? */ .company-intro-page .company-intro-text { padding-top: 45px; } .company-intro-page .title-box img { width: 50px; } .company-intro-page .title-box h5 { font-size: 24px; margin-left: 15px; margin-right: 15px; } .company-intro-page .title-box { margin-bottom: 35px; } .company-intro-page .company-intro-text .intro-main p { margin-top: 25px; } .company-intro-page .company-choose { margin-bottom: 51px; } .company-intro-page .company-wenhua { padding-bottom: 45px; height: auto; } .company-intro-page .company-wenhua .wenhua-title { padding-top: 45px; font-size: 24px; } .company-intro-page .company-wenhua .wenhua-wrap { margin-top: 65px; } .company-intro-page .company-wenhua .wenhua-wrap .item img { width: 50px; height: 50px; } .company-intro-page .company-wenhua .wenhua-wrap .item h5 { font-size: 18px; } .company-intro-page .company-core .core-list .core-item img { width: 40px; height: 40px; object-fit: contain; } .company-intro-page .company-core .core-list .core-item:hover { height: auto; } .company-intro-page .company-core { padding-top: 45px; padding-bottom: 45px; } /* ????涓?? */ .company-intro-page .company-research-center { height: auto; } .company-intro-page .company-research-center .research-wrap .left ul { margin-top: 45px; } .company-intro-page .company-research-center .research-wrap .left li { padding-left: 15%; margin-bottom: 25px; height: 45px; } .company-intro-page .company-research-center .research-wrap .left li span:nth-of-type(1) { font-size: 16px; } .company-intro-page .company-research-center .research-wrap .left li i { height: 100%; } .company-intro-page .company-research-center .research-wrap .right { padding-top: 45px; } .company-intro-page .company-research-center .research-wrap .right .title { font-size: 24px; margin-bottom: 25px; } .company-intro-page .company-research-center .research-wrap .right .progress-box span:nth-of-type(1) { font-size: 20px; } .company-intro-page .company-research-center .research-wrap .right .progress-box span:nth-of-type(2) { font-size: 14px; } .company-intro-page .company-research-center .research-wrap .right .department { font-size: 20px; } .company-intro-page .company-research-center .research-wrap .right .desc { font-size: 16px; } /* 瑙?棰?涓?? */ .company-intro-page .video-wrap { padding-top: 45px; padding-bottom: 70px; } .company-intro-page .video-wrap .video-main { height: auto; aspect-ratio: 16/9; /* 涓??????????电?存?ユ??瀹?楂?搴 */ } @supports not (aspect-ratio: 16/9) { .company-intro-page .video-wrap .video-main .company-intro-page .video-wrap .video-main { height: 350px; } } .company-intro-page .video-wrap .video-main .video-btn { width: 45px; height: 45px; object-fit: contain; } .company-intro-page .company-core .core-list { margin-top: 35px; } /* app涓?杞介〉? */ .app-page .app-banner { margin-top: 65px; } .app-page .app-main { margin-top: 45px; margin-bottom: 65px; } .app-page .app-banner p { font-size: 24px; } .app-page .app-main .app-item { padding-left: 10%; padding-top: 10%; background-position: left; margin-bottom: 45px; height: auto; padding-top: 35px; padding-bottom: 35px; } .app-page .app-main .app-item .title { font-size: 20px; } .app-page .app-main .app-item .p1 { font-size: 18px; } .app-page .app-main .app-item .p2 { font-size: 16px; } /* ?充晶璇︽?? */ .series-detail-page .title-box { padding-top: 15px; padding-bottom: 15px; overflow: hidden; white-space: nowra; text-overflow: ellipsis; } .series-detail-page .bread { display: none; } .series-detail-page .pro-section { margin-top: 45px; } .series-detail-page .pro-section .pro-list { justify-content: space-between; padding: 35px 15px; } .series-detail-page .pro-section .pro-list .pro-item { width: 47.5%; margin-right: 0 !important; } .series-detail-page .title-box h5 { font-size: 16px; } .series-detail-page .article-section .article-list { padding: 25px 15px; flex-wrap: wrap; } .series-detail-page .article-section .article-list .left, .series-detail-page .article-section .article-list .right { width: 100%; } .series-detail-page .article-section .article-list .left { border-right: none; padding-right: 0; } .series-detail-page .article-section .article-list .right { padding-left: 0; } .series-detail-page .article-section .article-list .left .article-item, .series-detail-page .article-section .article-list .right .article-item { margin-bottom: 20px !important; } .series-detail-page .tag-list ul { padding: 25px 15px; padding-right: 0; } .series-detail-page { padding-bottom: 45px; } /* 浜у????琛ㄧ缉?ュ? */ .pro-list-page .pro-section .content .pro-item .img { width: 75px; height: 75px; } } @media (max-width: 576px) { /* ??绯绘??浠???璇?涓?寤鸿?椤甸? */ .contact-banner { height: 350px; } .contact-banner .tab-list { width: 90%; bottom: 20px; flex-wrap: wrap; } .contact-banner .tab-list li:last-child { margin-top: 15px; } .contact-jianyi-page .info-box { padding-left: 15px; padding-right: 15px; } .contact-jianyi-page .info-box .top .item .img-box { width: 95px; height: 95px; } .contact-jianyi-page .info-box .top .item p { font-size: 18px; } .contact-jianyi-page .info-box .desc { font-size: 14px; } .contact-jianyi-page .form-box .title-box { margin-bottom: 25px; } .contact-page .content .top { flex-wrap: wrap; padding: 15px; } .contact-page .content .top .left { margin-bottom: 15px; } .contact-page .content .section-content .section-title { margin-top: 25px; margin-bottom: 25px; } .contact-page .content .section-content .section-title p:nth-child(2) { font-size: 14px; } .contact-page .content .section-content .section-list .section-item { padding: 15px; } .contact-page .content .section-content .section-list .section-item .section-top h5 { font-size: 18px; } .contact-page .content .section-content .section-list .section-item .section-top img { width: 18px; height: 18px; object-fit: contain; } /* ???哥?稿?? */ .company-pic-page .section .list .pic-item { width: 100%; height: auto; } /* 浜у??璇︽?? */ .pro-detail-page .pro-tab { top: 75px; } /* 澶??㈢??浜у????绉 */ .pro-detail-page .pro-tab .tab-item { font-size: 10px; max-width: 165px; } /* ???㈢?????帮?涓?杞界???绱? */ .pro-detail-page .pro-tab .tab-list .tab-item { flex-shrink: 0; } .pro-detail-page .content .pic .main .tags a { font-size: 12px; padding: 5px 10px; margin-right: 10px; } .pro-detail-page .content .params { overflow-x: auto; } /* ???拌〃? */ .pro-detail-page .content .params table { width: auto; max-width: none; } /* .pro-detail-page .content .params table thead, .pro-detail-page .content .params table tbody { width: 100%; } */ /* 浜у????琛 */ .pro-list-page { padding-top: 90px; padding-bottom: 75px; } .pro-list-page .filter-list li a { padding: 6px 10px; } .pro-list-page .pro-section .top .title { font-size: 20px; padding-left: 15px; } .pro-list-page .pro-section .content .pro-item { width: 49%; } /* 瑙e?虫?规???琛 */ .solution-list-page .solution-list-banner { height: 450px; } .solution-list-page .solution-list-banner .text .desc { font-size: 13px; } .solution-list-page .solution-list-banner .tab-list { justify-content: center; } .solution-list-page .solution-list-banner .tab-list li { margin-bottom: 10px; padding: 10px; } .solution-list-page .solution-list-banner .tab-list li a { font-size: 14px; } /* ????椤甸? */ .zhaopin-page .zhaopin-banner .tab-list li a { font-size: 14px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head { padding: 10px; } .zhaopin-page .zhaopin-list .zhaopin-item { margin-bottom: 25px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .left { margin-bottom: 5px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-head .msg-box .right span { display: block; font-size: 14px; } .zhaopin-page .zhaopin-list .zhaopin-item .zhaopin-main { padding: 20px 15px 35px; } /* ???镐?缁? */ .contact-banner .tab-list li a { font-size: 14px; } .company-intro-page .company-wenhua .wenhua-wrap .item p { font-size: 12px; } .company-intro-page .company-core .core-list .core-item { height: auto; padding-top: 25px; padding-bottom: 25px; width: 100%; margin-bottom: 15px; } .company-intro-page .company-core .core-list .core-item .text-wrap { margin-top: 25px; } .company-intro-page .company-research-center .research-wrap .left li span:nth-of-type(1) { font-size: 14px; } .company-intro-page .company-research-center .research-wrap .right .progress-box { margin-top: 25px; } .company-intro-page .company-research-center .research-wrap .right .department { margin-top: 25px; } .company-intro-page .company-research-center .research-wrap .right .desc { padding-top: 10px; font-size: 14px; } }