.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(//en.thundersoft.com/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(//en.thundersoft.com/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;
}
}.component {
position: relative;
margin-bottom: 3em;
height: 30em;
font-family: "Helvetica";
font-size: 16px;
}
.component > h2 {
position: absolute;
overflow: hidden;
width: 100%;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
font-weight: 300;
font-style: italic;
font-size: 12em;
opacity: 0.1;
cursor: default;
}
.component::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-top: -20.5em;
margin-left: -6.5em;
padding-top: 0em;
width: 13em;
height: 13em;
z-index: 33;
border: none;
border-radius: 50%;
background: none;
box-shadow: 0px 5px 15px 0px rgba(147, 149, 157, 0.2);
}
.cn-button {
position: absolute;
top: 100%;
left: 50%;
z-index: 11;
margin-top: -12.75em;
margin-left: -3.5em;
padding-top: 0em;
font-size: 1.5em;
width: 7em;
height: 7em;
border: none;
border-radius: 50%;
background: none;
background-color: #F8EFF0;
color: #B81C22;
text-align: center;
font-weight: 700;
text-transform: uppercase;
cursor: pointer;
-webkit-backface-visibility: hidden;
outline: none;
font-family: "Helvetica";
}
.csstransforms .cn-wrapper {
position: absolute;
top: 100%;
left: 50%;
z-index: 10;
margin-top: -27em;
margin-left: -13.5em;
width: 27em;
height: 27em;
border-radius: 50%;
background: transparent;
opacity: 0;
-webkit-transition: all .3s ease 0.3s;
-moz-transition: all .3s ease 0.3s;
transition: all .3s ease 0.3s;
-webkit-transform: scale(0.1);
-ms-transform: scale(0.1);
-moz-transform: scale(0.1);
transform: scale(0.1);
pointer-events: none;
overflow: hidden;
}
.csstransforms .cn-wrapper:after {
content: ".";
display: block;
font-size: 2em;
width: 6.2em;
height: 6.2em;
position: absolute;
left: 50%;
margin-left: -3.1em;
top: 50%;
margin-top: -3.1em;
border-radius: 50%;
z-index: 10;
color: transparent;
}
.csstransforms .opened-nav {
border-radius: 50%;
opacity: 1;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
pointer-events: auto;
}
.csstransforms .cn-wrapper ul {
position: relative;
}
.csstransforms .cn-wrapper li {
position: absolute;
top: 50%;
left: 50%;
overflow: hidden;
margin-top: -1.3em;
margin-left: -10em;
width: 10em;
height: 10em;
font-size: 1.5em;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
-webkit-transform: rotate(76deg) skew(50deg);
-moz-transform: rotate(76deg) skew(50deg);
-ms-transform: rotate(76deg) skew(50deg);
transform: rotate(76deg) skew(50deg);
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
transform-origin: 100% 100%;
pointer-events: none;
}
.csstransforms .cn-wrapper li a {
position: absolute;
right: -7.25em;
bottom: -7.25em;
display: block;
width: 14.5em;
height: 14.5em;
border-radius: 50%;
background: #EEF2F4;
background: -webkit-radial-gradient(transparent 35%, #EEF2F4 35%);
background: -moz-radial-gradient(transparent 35%, #EEF2F4 35%);
background: radial-gradient(transparent 35%, #EEF2F4 35%);
color: #777777;
text-align: center;
text-decoration: none;
font-size: 1.2em;
line-height: 2;
-webkit-transform: skew(-40deg) rotate(-65deg) scale(1);
-moz-transform: skew(-40deg) rotate(-65deg) scale(1);
-ms-transform: skew(-40deg) rotate(-65deg) scale(1);
transform: skew(-40deg) rotate(-65deg) scale(1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
pointer-events: auto;
cursor: pointer;
}
.csstransforms .cn-wrapper li a .pic {
width: 30px;
height: 30px;
position: relative;
left: 0;
right: 0;
margin: auto;
top: 0.7em;
}
.csstransforms .cn-wrapper li a .pic img {
height: 100%;
object-fit: contain;
}
.csstransforms .cn-wrapper li a .pic img:first-child {
display: block;
}
.csstransforms .cn-wrapper li a .pic img:last-child {
display: none;
}
.csstransforms .cn-wrapper .active a .pic img:first-child {
display: none;
}
.csstransforms .cn-wrapper .active a .pic img:last-child {
display: block;
}
.csstransforms .cn-wrapper li a span {
position: relative;
top: 1.8em;
width: 120px;
line-height: 1.3;
margin: 0 auto;
display: block;
font-size: .5em;
font-weight: 700;
}
.csstransforms .cn-wrapper .active a {
background: -webkit-radial-gradient(transparent 35%, #B81C22 35%);
background: -moz-radial-gradient(transparent 35%, #B81C22 35%);
background: radial-gradient(transparent 35%, #B81C22 35%);
color: #fff;
}
.csstransforms .cn-wrapper li a:focus {
position: fixed;
}
.csstransforms .opened-nav li {
-webkit-transition: all .3s ease .3s;
-moz-transition: all .3s ease .3s;
transition: all .3s ease .3s;
}
.csstransforms .opened-nav li:nth-child(1) {
-webkit-transform: rotate(95deg) skew(40deg);
-moz-transform: rotate(95deg) skew(40deg);
-ms-transform: rotate(95deg) skew(40deg);
transform: rotate(95deg) skew(40deg);
}
.csstransforms .opened-nav li:nth-child(2) {
-webkit-transform: rotate(155deg) skew(40deg);
-moz-transform: rotate(155deg) skew(40deg);
-ms-transform: rotate(155deg) skew(40deg);
transform: rotate(155deg) skew(40deg);
}
.csstransforms .opened-nav li:nth-child(3) {
-webkit-transform: rotate(215deg) skew(40deg);
-moz-transform: rotate(215deg) skew(40deg);
-ms-transform: rotate(215deg) skew(40deg);
transform: rotate(215deg) skew(40deg);
}
.csstransforms .opened-nav li:nth-child(4) {
-webkit-transform: rotate(-85deg) skew(40deg);
-moz-transform: rotate(-85deg) skew(40deg);
-ms-transform: rotate(-85deg) skew(40deg);
transform: rotate(-85deg) skew(40deg);
}
.csstransforms .opened-nav li:nth-child(5) {
-webkit-transform: rotate(-25deg) skew(40deg);
-moz-transform: rotate(-25deg) skew(40deg);
-ms-transform: rotate(-25deg) skew(40deg);
transform: rotate(-25deg) skew(40deg);
}
.csstransforms .opened-nav li:nth-child(6) {
-webkit-transform: rotate(35deg) skew(40deg);
-moz-transform: rotate(35deg) skew(40deg);
-ms-transform: rotate(35deg) skew(40deg);
transform: rotate(35deg) skew(40deg);
}
.no-csstransforms .cn-wrapper {
overflow: hidden;
margin: 10em auto;
padding: .5em;
text-align: center;
}
.no-csstransforms .cn-wrapper ul {
display: inline-block;
}
.no-csstransforms .cn-wrapper li {
float: left;
width: 5em;
height: 5em;
background-color: #fff;
text-align: center;
font-size: 1em;
line-height: 5em;
}
.no-csstransforms .cn-wrapper li a {
display: block;
width: 100%;
height: 100%;
color: inherit;
text-decoration: none;
}
.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus {
background-color: #f8f8f8;
}
.no-csstransforms .cn-wrapper li.active a {
background-color: #6F325C;
color: #fff;
}
.no-csstransforms .cn-button {
display: none;
}
@media only screen and (max-width: 1024px) {
.component {
font-size: 12px;
max-width: 100%;
}
.csstransforms .cn-wrapper li a .pic {
width: 25px;
height: 25px;
}
.csstransforms .cn-wrapper li a span {
font-weight: 400;
width: 100px;
}
}
@media only screen and (max-width: 620px) {
.no-csstransforms li {
width: 4em;
height: 4em;
line-height: 4em;
}
}
@media only screen and (max-width: 500px) {
.no-ccstransforms .cn-wrapper {
padding: .5em;
}
.no-csstransforms .cn-wrapper li {
width: 4em;
height: 4em;
font-size: .9em;
line-height: 4em;
}
}