.banner .content {
top: 0;
bottom: 0;
margin: auto;
}
.module {
padding: 1rem 0;
}
.testTeam {
background-color: #F5F6F7;
padding: 1rem 0;
}
.testTeam .testTeam_flex {
display: flex;
margin-top: 30px;
align-items: center;
justify-content: space-between;
}
.testTeam .aside_left {
width: calc(100% - 7.4rem);
}
.testTeam .aside_left h3 {
font-size: var(--comSubTit);
margin-bottom: 10px;
}
.testTeam .aside_left p {
font-size: var(--comTextCont);
color: #777;
margin-bottom: 50px;
}
.testTeam .aside_right {
width: 7.2rem;
position: relative;
}
.testTeam .shentuhao {
color: #333333;
line-height: 36px;
opacity: 0.5;
font-size: var(--comTextCont);
text-align: center;
width: 100%;
position: absolute;
bottom: -40px;
}
.testTeam .aside_right .location {
position: absolute;
width: 0.088rem;
height: 0.088rem;
background-color: var(--redcolor);
border-radius: 50%;
}
.testTeam .aside_right .location::before {
content: '';
position: absolute;
width: 0.35rem;
height: 0.35rem;
background-color: var(--redcolor);
opacity: 0.2;
border-radius: 50%;
left: -0.131rem;
top: -0.131rem;
display: none;
}
.testTeam .aside_right .location::after {
content: '';
position: absolute;
width: .7rem;
height: .7rem;
background-color: var(--redcolor);
opacity: 0.1;
border-radius: 50%;
left: -0.306rem;
top: -0.306rem;
display: none;
}
.testTeam .aside_right .location:hover::before,
.testTeam .aside_right .location:hover::after {
display: block;
}
.testTeam .aside_right .location .locName {
font-size: 12px;
color: #333;
position: absolute;
white-space: nowrap;
line-height: 1;
top: 0;
left: 15px;
}
.testTeam .aside_right .beijing {
top: 1.8rem;
right: 2.1rem;
}
.testTeam .aside_right .nanjing {
top: 2.86rem;
right: 1.8rem;
}
.testTeam .aside_right .hanzhou {
top: 3.15rem;
right: 1.65rem;
}
.testTeam .aside_right .chengdu {
top: 3.05rem;
right: 3.7rem;
}
.testTeam .aside_right .chongqing {
top: 3.2rem;
right: 3.3rem;
}
.testTeam .aside_right .location .locName {
top: 20px;
left: -20px;
}
.testTeam .aside_right .wuhan {
top: 3.05rem;
right: 2.65rem;
}
.testTeam .aside_right .shenzhen {
top: 4.05rem;
right: 2.43rem;
}
.testTeam .aside_right .xian {
top: 2.6rem;
right: 3.1rem;
background-color: #777;
}
.testTeam .aside_right .xian .locName {
color: #777;
}
.testTeam .aside_right .xian:hover::before,
.testTeam .aside_right .xian:hover::after {
display: none;
}
.testTeam .aside_right .chengdu .locName,
.testTeam .aside_right .wuhan .locName {
left: -0.3rem;
top: 0.2rem;
}
.topMain {
padding: 1rem 0;
}
.topMain .content {
margin-top: .5rem;
}
.topMain .w1280 {
margin-top: .4rem;
}
.topMain p {
color: var(--color333);
font-size: var(--overview);
line-height: var(--lineHeight18);
}
.topMain .multiterm_test {
margin-top: .60rem;
font-size: var(--comTextCont);
display: grid;
grid-template-columns: repeat(4, 1fr);
row-gap: .2rem;
column-gap: .2rem;
}
.topMain .multiterm_test .test_dd {
background: #F5F6F7;
padding: .30rem;
}
.topMain .multiterm_test .test_dd .test_title {
font-size: var(--overview);
color: var(--color333);
line-height: 1.5;
}
.topMain .multiterm_test .test_dd div {
color: var(--color777);
line-height: .30rem;
}
.topMain .multiterm_test dl {
width: 100%;
height: 100%;
background: #F5F6F7;
}
.topMain .multiterm_test .test_list {
font-size: var(--comTextCont);
color: var(--color777);
line-height: 1.8;
margin-top: .1rem;
}
.topMain .multiterm_test .test_list li {
position: relative;
padding-left: 20px;
}
.topMain .multiterm_test .test_list li::before {
content: "·";
display: inline;
margin-right: 10px;
position: absolute;
left: 0;
}
.topMain .multiterm_test .test_list_sec {
padding-left: .2rem;
font-size: 14px;
}
.specialTest {
background: url(/img/testAndSGS/specialTest_bg.png) no-repeat center;
background-size: 100% 100%;
}
.specialTest .tabs {
margin-top: .60rem;
align-items: flex-start;
}
.specialTest .tabs_left {
width: 3.05rem;
font-size: .16rem;
}
.specialTest .tabs_left div {
height: .62rem;
line-height: .62rem;
background-color: #fff;
border-bottom: 1px solid #F3F3F3;
padding-left: .32rem;
cursor: pointer;
transition: all .5s;
}
.specialTest .tabs_left .active {
color: #B81C22;
border-left: 3px solid #B81C22;
font-weight: bold;
box-shadow: 0px 5px 15px 0px rgba(147, 149, 157, 0.2);
z-index: 99;
transform: scale(1.1);
}
.specialTest .tabs_right {
margin-left: .91rem;
width: calc(100% - 3.2rem);
font-size: var(--overview);
}
.specialTest .tabs_right .innerContent:not(:first-child) {
display: none;
}
.specialTest .tabs_right .tabs_img {
margin-top: .41rem;
}
.mutual .secondary_title {
margin: .5rem 0;
font-size: var(--text16);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.mutual .secondary_title span {
color: #505050;
padding: 0 0.4rem;
display: block;
cursor: pointer;
}
.mutual .secondary_title span:not(:last-child) {
border-right: 1px solid #ccc;
}
.mutual .secondary_title .active {
color: #B81C22;
font-weight: bold;
}
.mutual .test .innerContent {
font-size: var(--text16);
}
.mutual .test .innerContent:not(:first-child) {
display: none;
}
.ceshi {
background: url(/img/testAndSGS/specialTest_bg.png) no-repeat top center;
background-size: 100% 100%;
}
.ceshi .ceshi_body {
justify-content: space-between;
margin-top: .5rem;
}
.ceshi .ceshi_body .ceshi_body_left {
width: 5.11rem;
}
.ceshi .ceshi_body dl {
margin-bottom: .6rem;
}
.ceshi .ceshi_body .ceshi_body_title {
font-size: var(--comSubTit);
color: #333333;
}
.ceshi .ceshi_body .ceshi_body_text {
font-size: var(--comTextCont);
line-height: 1.8;
}
.ceshi .ceshi_body .ceshi_body_text li {
position: relative;
color: #777777;
line-height: 30px;
padding-left: .1rem;
}
.ceshi .ceshi_body .ceshi_body_text ul {
margin-top: 10px;
}
.ceshi .ceshi_body .ceshi_body_text li::before {
position: absolute;
content: '';
left: 0;
top: 14px;
width: 2px;
height: 2px;
border-radius: 50%;
background-color: #777;
}
.ceshi .ceshi_body .ceshi_body_right dd {
font-size: var(--comSubTit);
color: #333333;
margin-top: .22rem;
}
.ceshi .ceshi_body .ceshi_body_right {
text-align: center;
}
.test_ability_body {
justify-content: space-between;
}
.component {
max-width: 5.4rem;
width: 100%;
font-family: inherit;
}
.test_ability_right {
font-size: var(--overview);
color: #333333;
line-height: 1.8;
width: 6.36rem;
}
.test_ability_right ul li:not(:last-child) {
margin-bottom: .3rem;
}
.test_ability_right ul:not(:first-child) {
display: none;
}
.test_ability_right ul li {
position: relative;
list-style-type: disc;
}
.access {
padding-top: .5rem;
}
.access .access_title {
font-size: var(--overview);
color: #333333;
font-weight: 600;
}
.access .access_body {
justify-content: space-between;
margin-top: .3rem;
}
.access .access_body .access_left {
text-align: center;
width: 3.86rem;
height: 1.72rem;
font-size: var(--comSubTit);
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.access .access_body .access_right {
width: 8.75rem;
height: 1.72rem;
border: 1px dashed #5BAF33;
font-size: var(--comTextCont);
padding: .61rem .63rem;
justify-content: space-between;
margin: .1rem;
}
.access .access_body .access_right div {
color: #fff;
width: 2.42rem;
height: .46rem;
line-height: .46rem;
text-align: center;
}
.access .access_body .access-top .access_left {
background: #EFF8EA;
color: #5BAF33;
}
.access .access_body .access-top .access_right div {
background: #5BAF33;
}
.access .access_body .access-centre .access_left {
background: #EFF3F7;
color: #34495E;
}
.access .access_body .access-centre .access_right {
border: 1px dashed #34495E;
}
.access .access_body .access-centre .access_right div {
background: #34495E;
}
.access .access_body .access-down .access_left {
background: #F8EFF0;
color: #B81C22;
}
.access .access_body .access-down .access_right {
border: 1px dashed #B81C22;
align-items: center;
}
.access .access_body .access-down .access_right div {
background: #B81C22;
}
.access .access_body .access-down .access_right .access_right_img {
width: auto;
height: auto;
background: none;
}
.case {
padding: 1rem 0;
background-image: linear-gradient(to bottom, #F4F6F7, #FEFEFE);
}
.case .swiper {
margin-top: .5rem;
}
.case .swiper .swiper-slide {
background: #F4F4F4;
}
.mobile_img {
display: none;
}
.case .swiper .swiper-slide .content .text {
height: 200px;
margin-bottom: 0;
overflow: visible;
-webkit-line-clamp: 10;
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
.access .access_body .access_right div {
width: 33%;
}
.access .access_body .access_right {
width: 75%;
}
.access .access_body .access_left {
width: 25%;
}
}
@media screen and (max-width: 1024px) {
.topMain .multiterm_test {
flex-wrap: wrap;
}
.topMain .multiterm_test {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.ceshi .ceshi_body {
justify-content: space-between;
flex-wrap: wrap;
}
.ceshi .ceshi_body .ceshi_body_left,
.ceshi .ceshi_body .ceshi_body_right {
width: 90%;
margin: auto;
}
.test_ability_body {
justify-content: space-between;
flex-wrap: wrap;
}
.test_ability_body .test_ability_left {
width: 60%;
margin: .4rem auto;
}
.test_ability_body .test_ability_right {
width: 90%;
margin: auto;
}
.testTeam .testTeam_flex {
flex-direction: column-reverse;
}
.testTeam .aside_left {
width: 7rem;
}
.topMain .multiterm_test .test_dd {
padding: 20px 0 0 20px;
}
.topMain .multiterm_test dl {
margin-bottom: 20px;
}
.access .access_body .access_right {
height: auto;
}
.testTeam .shentuhao {
position: static;
}
.testTeam .aside_left p {
margin-bottom: 0;
}
.testTeam .aside_left p:not(:last-child) {
margin-bottom: 20px;
}
.test_ability_body .test_ability_right {
height: 400px;
}
.test_ability_right ul li:not(:last-child) {
margin-bottom: 15px;
}
}
@media screen and (max-width: 768px) {
.topMain .multiterm_test {
grid-template-columns: repeat(1, 1fr);
}
.access_body .access_body_chunk {
flex-wrap: wrap;
}
.access_body .access_body_chunk .access_left {
margin: .1rem auto;
}
.access_body .access_body_chunk .access_right {
width: 90%;
margin: .1rem auto;
justify-content: center;
}
.access_body .access_body_chunk .access_right div {
margin: auto .1rem;
}
.testTeam .aside_left {
width: 90%;
}
.topMain .multiterm_test dl {
width: 100%;
}
.specialTest .tabs {
flex-direction: column-reverse;
}
.specialTest .tabs_left {
width: 100%;
font-size: 14px;
margin-bottom: 30px;
}
.specialTest .tabs_left .active {
transform: scale(1.03)
}
.specialTest .tabs_right {
width: 100%;
margin-left: 0;
font-size: 16px;
}
.mutual .secondary_title {
font-size: 14px;
}
.testTeam .aside_right .xian .locName {
left: auto;
right: -30px;
top: -25px;
}
.testTeam .aside_right .chongqing .locName {
}
.testTeam .aside_right .wuhan .locName {
left: auto;
right: -30px;
}
.testTeam .aside_right .chengdu .locName {
right: 10px;
left: auto;
}
.testTeam .aside_right .nanjing .locName {
top: -5px;
left: 8px;
}
.topMain .multiterm_test .test_dd {
height: auto;
padding: 15px;
}
.specialTest .tabs_left div {
padding-left: 15px;
height: 44px;
line-height: 44px;
}
.mutual .test .innerContent {
font-size: 14px;
}
.specialTest .tabs_left {
display: grid;
grid-template-columns: repeat(2, 1fr);
margin-bottom: 0;
}
.specialTest .tabs_left div {
transition: all 0s;
}
.specialTest .tabs_left .active {
transform: scale(1);
}
.specialTest .tabs_right {
margin-bottom: 30px;
}
.ceshi .ceshi_body dl {
margin-bottom: 20px;
}
.ceshi .ceshi_body .ceshi_body_title {
margin-bottom: 10px;
}
.access_body .access_body_chunk .access_right div { height: 30px;
padding: 0 5px;
line-height: 30px;
}
.access .access_body .access_left {
width: 100%;
}
.access_body .access_body_chunk .access_right {
width: 100%;
}
.test_ability_body .test_ability_right {
height: 350px;
}
.mobile_img {
display: block;
}
.pc_img {
display: none;
}
.test_ability_right ul li:not(:last-child) {
margin-bottom: 10px;
}
}
@media screen and (max-width: 500px) {
.test_ability_body .test_ability_right {
height: 300px;
}
.specialTest .tabs_left > div:nth-child(6),
.specialTest .tabs_left > div:nth-child(5) {
grid-column: 1/2;
}
}