html, body { height: unset; } .wrap { padding: 0 70px; } @media (max-width: 768px) { .wrap { padding: 0px; } } .left-panel .pl .pl-title img { vertical-align: unset; margin-right: 10px; } .left-panel .pl .pl-body .apply { background: #2D4EC4; border-radius: 8px; color: white; text-align: center; width: 100%; height: 56px; font-size: 18px; margin-top: 16px; display: block; line-height: 56px; } .left-panel .search { height: 46px; padding: 13px; margin-bottom: 18px; width: 100%; background: #FFFFFF; border-radius: 8px; border: 1px solid #CFCFCF; } .left-panel .search img { cursor: pointer; } .left-panel .search input { flex: 1; } .left-panel .btn2-wrap { display: flex; flex-wrap: wrap; padding-top: 12px; } .left-panel .btn2 { margin: 6px 8px; padding: 8px 12px; height: 58px; background: #F4F4F4; border-radius: 8px; color: #333333; flex-basis: calc(50% - 16px); display: flex; justify-content: center; align-items: center; text-align: center; font-size: 13px; } .left-panel .btn2:hover { color: #2D4EC4; } .left-panel .btn2:hover { background: #2D4EC4; color: #fff; } .left-panel .tj { flex-direction: column; margin: 14px 0px; } .left-panel .tj .tj-title { font-size: 15px; margin: 8px 0px; } .left-panel .tj:hover { color: #2D4EC4; } .left-panel .tj .tj-footer { justify-content: space-between; font-size: 14px; color: #666666; } .left-panel .tj .tj-hits { min-width: 70px; align-items: center; } .left-panel .tj .tj-hits img { margin-right: 16px; } .left-panel .wechat-wrap { color: #333; align-items: center; } .left-panel .wechat-wrap img { width: 50%; } .left-panel .wechat-wrap .ct { flex: 1; text-align: center; display: flex; flex-direction: column; height: 100%; } .left-panel .wechat-wrap .ct p:first-child { font-size: 18px; font-weight: bold; line-height: 30px; } .left-panel .wechat-wrap .ct p:last-child { font-size: 16px; line-height: 30px; } .company .academic-content { background: none; } .academic-content .current { margin-bottom: 6px; } .container { max-width: 84%; } .company .current { padding: 30px 0; } .product-service .wenzhang { padding-top: 30px; margin-bottom: 50px; } .product-service .academic-content .txt-body { padding-bottom: 70px; } .product-service .academic-content .txt { width: 31.4%; } @media (min-width: 992px) { .left-panel { display: block; width: 35%; float: left; } .academic-content { width: 65%; float: left; } } @media (min-width: 1200px) { .left-panel { display: block; width: 27%; float: left; } .academic-content { width: 73%; float: left; } } @media (max-width: 768px) { .company .academic-content { padding: 10px; } } @media (max-width: 1400px) { .product-service .academic-content .txt-body { flex-wrap: wrap; } .product-service .academic-content .txt { width: 100%; } } @media (min-width: 1600px) { .left-panel { display: block; width: 23%; float: left; } .academic-content { width: 77%; float: left; } .academic-content > div { padding-left: 30px !important; padding-right: 30px !important; } } .left-panel { padding: 40px 20px 40px 20px; } .try { background-image: url(/images/try_back.png); height: 330px; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .try .try-title { font-size: 34px; padding: 10px 10px; } .try .try-detail { font-size: 20px; padding: 10px 10px; text-align: center; } .try .num { color: #FF9C27; font-size: 30px } .try .btn { display: block; height: 52px; background: #FFB027; width: 166px; text-align: center; line-height: 52px; color: black; border-radius: 26px; font-size: 22px; font-weight: 600; margin: 15px 0; text-decoration: none; } .tigong .container { overflow-x: auto; } .tigong .container table ,.advantage table { width: max-content !important; min-width: 100%; } .tigong .container table td { font-size: 14px !important; padding: 7px !important; line-height: 30px !important; } .tigong .container table th { font-size: 16px !important; padding: 7px !important; line-height: 30px !important; } @media (max-width: 768px) { .try .try-title { font-size: 24px; } .try .try-detail { font-size: 14px; } .try .num { font-size: 16px } .try .btn { font-size: 20px; font-weight: 600; } } .left-panel > .nav { padding: 0 !important; overflow: hidden; } .sub1 { padding: 0px 0px; box-sizing: border-box; } .sub1 > li, .sub2 > li { position: relative; cursor: pointer; user-select: none; } .sub1-title, .sub2-title { display: flex; justify-content: space-between; } .sub1 > li > div { color: #333; line-height: 26px; font-size: 18px; box-sizing: border-box; padding: 25px 37px 25px 42px; position: relative; } .sub1 > li:not(:last-child) > div:after { border-bottom: 1px #E3E3E3 solid; content: " "; position: absolute; bottom: 0; left: 20px; right: 20px; } .sub1 > li.open:not(:last-child) > div:after { border-bottom: 1px #00000000 solid; } .sub1 > li:not(:first-child) > div { /* margin-top: -1px;*/ /*border-top: 1px #E3E3E3 solid;*/ } .sub1 > li > ul { display: none; } .sub1 .sub1-img { content: " "; width: 20px; height: 20px; background-image: url(/images/arrow-right7.png); background-repeat: no-repeat; background-position: center; transform: rotate(90deg); transition: transform 100ms linear; } .sub1 > li.open .sub1-img { background-image: url(/images/arrow-right7-1.png); transform: rotate(-90deg); transition: transform 100ms linear; } .sub1 > li.open > div { background-color: #2D4EC4; color: #fff; transition: background-color 100ms linear,color 100ms linear; } .sub1 > li > .sub2 { padding-left: 20px; } .sub1 > li > .sub3 { padding-left: 42px; } .sub1 > li > ul > li > ul { padding-left: 20px; } .sub2 { color: #333; min-height: 41px; font-size: 16px; padding: 0 42px !important; } .sub2 > li > div { padding: 20px 0; } .sub1 > li > .sub2:not(:last-child) > li > div { border-bottom: 1px #E3E3E3 solid; } .sub1 > li > .sub2:not(:first-child) > li > div { margin-top: -1px; border-top: 1px #E3E3E3 solid; } .sub1-title + .sub2 > li > div { margin-top: 0 !important; border-top: none; } .sub2 .sub2-img { content: " "; width: 22px; height: 22px; background-image: url(/images/open1.png); background-repeat: no-repeat; background-position: center; } .sub2 > li.open .sub2-img { background-image: url(/images/open2.png); } .sub3 { font-size: 15px; color: #333; } .sub3 > li { padding: 12px 0; } .sub3 .active { color: #2D4EC4; } .affixnav { display: flex; justify-content: space-between; width: 100%; font-size: 16px; color: #333333; line-height: 24px; margin-bottom: 36px; background-color: #fff; } .affixnav li { flex-grow: 1; text-align: center; padding: 25px 0; border-bottom: 1px solid #CACACA; } .affixnav li.active { flex-grow: 1; text-align: center; border-bottom: 4px solid #2D4EC4; } /*.affix { position: fixed; top: 90px; }*/ .affixnav .active a { color: #2D4EC4; } .feedback .feedback-list { display: flex; color: #333; justify-content: space-between; } .feedback .feedback-title { font-size: 16px; color: #333333; line-height: 28px; padding-bottom: 16px; display: flex; align-items: center; } .feedback .feedback-title span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .feedback .feedback-title img { width: 30px; height: 30px; margin-right: 15px; } .feedback .feedback-img1 { border-radius: 10px; overflow: hidden; margin-bottom: 22px; } .feedback .feedback-img1 img { /*height: 143px;*/ width: 100%; } .feedback .feedback-list .text { width: 32%; display: flex; flex-direction: column; justify-content: space-evenly; } @media (max-width: 768px) { .feedback .feedback-list .text { width: 100%; margin-bottom: 20px; } .feedback .feedback-list { flex-wrap: wrap; } #myScrollspy{ display:none; } } .feedback .feedback-ct { font-size: 14px; color: #333333; line-height: 25px; margin-bottom: 22px; flex-grow: 1; } .feedback .feedback-img2 { padding: 15px; background: #FFFFFF; border-radius: 11px; border: 1px solid #D2D2D2; } .feedback .feedback-img2 .feedback-imgdes { text-align: center; padding: 17px; font-size: 15px; } .product-service .question { background: #fff; color: #333; } .question .qus-item-q { font-size: 16px; line-height: 28px; padding: 25px 0; border-bottom: 1px solid #E6E6E6; cursor: pointer; } .question .qus-item .qus-item-q .arrow { background-image: url(/images/sjx_right.png); width: 16px; height: 16px; background-size: 10px; background-position: center; background-repeat: no-repeat; transform: rotate(-90deg); transition: transform 100ms linear; } .question .qus-item .qus-item-q.open .arrow { transform: rotate(90deg); transition: transform 100ms linear; } .question .qus-item-a { background: #FBFCFF; padding: 23px; color: #333333; line-height: 35px; display: none; font-size: 14px; } .question .qus-item-a p { font-size: 14px; } .advantage table th { font-size: 18px; text-align: center; padding-top: 5px; padding-bottom: 4px; background-color: #2d4ec4; color: #ffffff; line-height: 54px; border: 1px solid #dddddd; } .advantage table td { border: 1px solid #dddddd; color: #666666; text-align: center; font-size: 14px !important; padding: 7px !important; line-height: 30px !important; }