@charset "UTF-8";
body {
  background: #fff;
  overflow-x: hidden;
  font-family: ;
}
@media (min-width: 768px) {
  .containerIndex {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .containerIndex {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .containerIndex {
    width: 1170px;
  }
}
button:focus {
  outline: none;
}
/*======== ---导航 -- start --- ======*/
#navbar-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
#navBar-experience {
  top: -24px;
  z-index: 100;
}
.navbar-nav .dropdown-menu.dropDown-menuList {
  z-index: 1100;
}
/*======== ---导航 -- end --- ======*/
/*======== --- banner -- start --- ======*/
.main-banner {
  width: 100%;
  position: relative;
}
.img-banner {
  width: 100%;
  margin: 0 auto;
  height: 800px;
  display: block;
  text-align: center;
  background: url("/images/exBanner.jpg") no-repeat;
  padding-top: 340px;
  background-position: center;
}
.img-banner h2 {
  font-family: ;
  font-size: 64px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 6.4px;
  color: #ffffff;
}
.img-banner p {
  font-family: ;
  font-size: 32px;
  font-weight: 100;
  font-stretch: normal;
  line-height: 55px;
  letter-spacing: 3.2px;
  color: #ffffff;
  margin: 60px 0;
}
a.banner-btn {
  width: 260px;
  height: 64px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
a.banner-btn span {
  position: absolute;
  top: 12px;
  right: 35px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2.4px;
  color: #333333;
}
.banner-btn button {
  width: 260px;
  height: 64px;
  background-color: #ffffff;
  border-radius: 32px;
  border: 0;
  font-family: ;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2.4px;
  color: #333333;
  cursor: pointer;
}
a.banner-btn,
a.banner-btn:hover,
a.banner-btn:focus,
.banner-btn button:focus {
  outline: none;
}
/*======== --- banner -- end --- ======*/

/* 1-start - */
.containerIndex {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.con-tabar {
  border: 1px solid #eeeeee;
  box-shadow: 0 0 5px 4px #eee;
  margin-top: 20px;
  width: 100%;
  height: 100px;
  border-radius: 5px;
}
.con-tabarAll {
  width: 25%;
  height: 100px;
  float: left;
}
.con-tabarAll:hover,
.con-tabarAll:focus {
  background: linear-gradient(#ffdc39, #ffb546);
  border-radius: 5px;
}
.con-tabarAll:hover .contabar-01 span,
.con-tabarAll:focus .contabar-01 span {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.contabar-01 {
  border-right: 2px solid #e6e6e6;
  width: 100%;
  margin: 4% 0;
  line-height: 36px;
}

.con-tabarAll:nth-child(4) .contabar-01 {
  border-right: 0;
}
.contabar-01 p {
  margin: 0;
  font-family: ;
  font-size: 24px;
  font-weight: Bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
  margin-bottom: 2px;
}
.contabar-01 span {
  width: 80px;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  color: #0080ff;
}
.contabar-01 span:nth-child(3) {
  color: #0080ff;
}
.con-tabar02 {
  height: 500px;
  padding: 0 2% 0 4%;
}
.slideTxtBox .hd ul {
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.slideTxtBox .hd ul li {
  float: left;
  width: 80px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-family: ;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b3b3b3;
  margin-right: 20px;
  cursor: pointer;
}
.slideTxtBox .hd ul li.on {
  border-bottom: 4px solid #ffd400;
  border-radius: 2px;
  color: #333333;
}
.slideTxtBox .hd .More-a {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffd400;
  float: right;
  height: 43px;
  line-height: 60px;
  border-bottom: 2px solid #ffd400;
}
.tabar-pte {
  width: 20%;
  float: left;
  margin: 1% 4% 1% 0;
  text-align: left;
  line-height: 36px;
}
.tabar-pte p {
  margin: 0;
  font-size: 20px;
  color: #1a1a1a;
}
.tabar-pte a {
  display: block;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 36px;
}
.tabar-pte a:hover {
  text-decoration: underline;
}
.tabar-pte.yszzpte p {
  color: #ff3333;
}
.tabar-pte.yszzpte a {
  color: #0080ff;
}
.tabar-pteInformation {
  width: 44%;
}
.tabar-pteInformation p {
  font-weight: bold;
}
.tabar-pteInformation .infoList li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.slideTxtBox-bd {
  height: 412px;
  display: flex;
  position: relative;
}
.slideTxtBox-bd ul {
  margin-top: 12px;
  margin-bottom: 0;
}
.slideTxtBox-textlist {
  width: 100%;
}
.slideTxtBox-textlist li {
  width: 48%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 0 4% 0 0;
}
.slideTxtBox-textlist li:nth-child(even) {
  margin-right: 0;
}
.slideTxtBox-textlist li a {
  height: 40px;
}
.slideTxtBox-textlist li a span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ffd400;
  display: inline-block;
  margin-right: 4px;
}
/* 1-end - */

/*公共样式*/
.textTitle {
  margin-top: 5%;
  font-size: 50px;
  color: #010101;
  text-align: center;
}

/*<!-- 丰富备考资讯和体验 - start -->*/
.pteAdvanced {
  width: 100%;
  height: 1570px;
  background: #fff;
  padding-top: 1px;
}
.pteAdvanced-cont {
  width: 78%;
  margin: 5% auto 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
.Public-Reputation {
  width: 31%;
  margin: 3% 2% 2% 0;
  float: left;
}
.Public-Reputation img {
  width: 100%;
}
.pteAdvanced .on-relative {
  position: relative;
}
.pteAdvanced .list-slider_hd {
  position: absolute;
  bottom: -3px;
  left: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.pteAdvanced .slider_hd li {
  display: inline-block;
  zoom: 1;
  width: 18px;
  height: 18px;
  line-height: 99px;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
  border: 4px solid #cccccc;
  border-radius: 50%;
}
.pteAdvanced .slider_hd li.on {
  border-color: #ffe864;
}

.pteAdvanced .sanTitle {
  font-family: ;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.share_qun {
  margin-right: 0;
}
.pteAdvanced .bgtext {
  width: 500px;
  height: 60px;
  line-height: 60px;
  background-image: linear-gradient(90deg, #500fa8 0%, #3b0fa8 100%),
    linear-gradient(#333333, #333333);
  background-blend-mode: normal, normal;
  border-radius: 5px;
  font-family: ;
  font-size: 24px;
  font-weight: Bold;
  font-stretch: normal;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 1% auto 2% auto;
}
.pteAdvanced .text-text {
  color: #333;
  font-size: 20px;
  border-radius: 5px;
  box-shadow: 0 0 8px 4px #f3f3f3;
  width: 62%;
  display: block;
  margin: 0 auto;
  line-height: 42px;
}
.pteAd {
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 5%;
}
.pteAd img {
  width: 231px;
  height: 231px;
}
.pteAd p {
  color: #000;
  font-size: 24px;
  margin: 10% 0 0 0;
}
.pteAd > a > p:hover {
  text-decoration: underline;
}
.pteduib_p {
  display: flex;
  justify-content: center;
}
.pteduib_p p {
  margin: 25px 4% 0 0;
  line-height: 50px;
  width: 28%;
  display: inline-block;
  font-family: ;
  font-size: 28.7px;
  font-weight: Bold;
  font-stretch: normal;
  letter-spacing: 0;
  color: #333333;
  display: block;
}
.pteduib_p img {
  width: 519px;
}
/*<!-- 丰富备考资讯和体验 - end -->*/

/*<!-- 经验文章 -- start -->*/
.Experience-article {
  display: flex;
  flex-wrap: wrap;
}
.ex-article-div {
  width: 350px;
  height: 530px;
  background-color: #ffffff;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  border: solid 1px #ebebeb;
  margin-bottom: 40px;
  position: relative;
  float: left;
  margin-right: 40px;
}
.ex-article-div:nth-child(3),
.ex-article-div:nth-child(6) {
  margin-right: 0;
}
.ex-article-div p {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  padding: 40px 15px 10px 15px;
}
.ex-article-div span.ex-article-name {
  font-family: ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
.ex-article-div .ex-article-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #ebebeb;
  font-family: ;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  padding: 0 20px;
}
.ex-article-div .ex-article-bottom span:nth-child(2) img {
  width: 20px;
  height: 12px;
  margin: -4px 4px 0 0;
  display: inline-block;
}
.ex-article-div .ex-article-bottom span:nth-child(2) i {
  font-style: normal;
}
.Experience-article-more {
  width: 240px;
  height: 60px;
  background-image: linear-gradient(90deg, #500fa8 0%, #3b0fa8 100%),
    linear-gradient(#470fa8, #470fa8);
  background-blend-mode: normal, normal;
  border-radius: 30px;
  border: 0;
  margin: 20px 0;
}
.Experience-article-more a,
.Experience-article-more a:hover {
  font-family: ;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
}
/*<!-- 经验文章 -- end -->*/

/*<!-- footer -- start -->*/
.footer.footer-dark {
  margin-top: 20px;
}
/*<!-- footer -- end -->*/

@media only screen and (max-width: 1199px) and (min-width: 300px) {
  .pteAdvanced .text-text {
    font-size: 18px;
    width: 70%;
  }
  .pteAdvanced .sanTitle {
    font-size: 1.5rem;
  }
  .pteAdvanced {
    height: 1400px;
  }
  .ex-article-div {
    width: 47%;
    height: 490px;
    margin-right: 20px;
  }
  .ex-article-div:nth-child(3),
  .ex-article-div:nth-child(6) {
    margin-right: 20px;
  }
  .ex-article-div:nth-child(even) {
    margin-right: 0;
  }
  .ex-article-div img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 300px) {
  .navbar-sticky.sticky {
    top: -100px;
  }
  #navBar-experience {
    top: -25px;
  }
  .navbar.navbar-main .container {
    max-width: 100%;
    display: block;
    height: 50px;
  }
  .navbar.navbar-main button.navbar-toggler {
    float: right;
    line-height: 32px;
  }
  .navBar-nav-Mtop .navBar-nav-Mtop-right.navbar-nav .nav-item {
    color: rgba(255, 255, 255, 0.85);
    padding: 0.15rem 1rem;
    border-radius: 0.25rem;
    font-family: ;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.15s linear;
    letter-spacing: 0;
  }
  .navBar-nav-experience-right {
    float: right;
    flex-direction: row;
  }
  .navBar-nav-experience-right.navbar-nav .nav-item {
    margin-right: 0.5rem;
    color: rgba(255, 255, 255, 0.85);
    padding: 0 1rem;
    border-radius: 0.25rem;
    font-family: ;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.15s linear;
    letter-spacing: 0;
    line-height: 25px;
  }
  .img-banner {
    height: 670px;
    padding-top: 220px;
  }
  .img-banner h2 {
    font-size: 54px;
  }
  .img-banner p {
    font-size: 28px;
  }
  .con-tabar,
  .con-tabarAll {
    height: 90px;
  }
  .contabar-01 p {
    font-size: 1.3rem;
  }
  .contabar-01 span {
    font-size: 1rem;
  }
  .con-tabar02 {
    height: 700px !important;
    margin-left: 0;
    width: 100%;
  }
  .slideTxtBox .hd ul li {
    margin-right: 0;
    font-size: 16px;
  }
  .tabar-pte {
    width: 29%;
  }
  .tabar-pteInformation {
    width: 63%;
    height: 180px;
  }
  .textTitle {
    font-size: 2.4rem;
  }
  .pteAdvanced .bgtext {
    font-size: 1.3rem;
  }
  .pteAdvanced .text-text {
    font-size: 1.1rem;
    width: 84%;
  }
  .pteAd img {
    width: 100%;
    height: auto;
  }
  .pteduib_p p {
    font-size: 1.5rem;
  }
  .pteAdvanced {
    height: 1160px;
  }
  .ex-article-div p {
    font-size: 14px;
    padding: 18px 10px 0 10px;
    height: 60px;
    line-height: 21px;
  }
  .ex-article-div span.ex-article-name {
    font-size: 12px;
  }
  .ex-article-div .ex-article-bottom {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0 12px;
  }
  .ex-article-div {
    height: 370px;
  }
  .col-lg-4.mb-5.mb-lg-0 {
    width: 40%;
  }
  .col-lg-4.mb-5.mb-lg-0.clo-Contact {
    max-width: 47%;
    width: 47%;
    flex: none;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  .mb-5.mb-lg-0.clo-About {
    max-width: 12%;
    width: 12%;
    flex: none;
  }
  .pt-md,
  .py-md {
    padding-top: 2rem !important;
  }
  .footerDiv .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
  .footerDiv .copyright-webp {
    text-align: center !important;
  }
  .footerDiv .col-md-6 .justify-content-md-end {
    justify-content: center !important;
  }
  .py-4 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 300px) {
  nav.navbar {
    padding: 0.75rem 0;
  }
  .navbar.navbar-main .navbar-nav .nav-item {
    margin-right: 0;
    padding: 0.15rem 0.5rem;
  }
  .img-banner h2 {
    font-size: 50px;
  }
  .img-banner p {
    font-size: 22px;
  }
  .con-tabar {
    width: 96%;
    margin-left: 2%;
    height: 200px;
  }
  .con-tabarAll:nth-child(2) .contabar-01 {
    border-right: 0;
  }
  .con-tabarAll {
    width: 50%;
  }
  .tabar-pte {
    width: 45%;
  }
  .tabar-pteInformation {
    width: 92%;
    height: auto;
  }
  .tabar-pte a {
    font-size: 14px;
    height: 28px;
  }
  .textTitle {
    font-size: 2.2rem;
  }
  .pteAdvanced .text-text {
    font-size: 12px;
  }
  .pteAdvanced .bgtext {
    height: 45px;
    line-height: 45px;
  }
  .pteAdvanced .sanTitle,
  .pteAd p,
  .pteduib_p p {
    font-size: 1.2rem;
  }
  .pteduib_p img {
    width: 65%;
  }
  .pteAdvanced {
    height: 2700px;
  }
  .Public-Reputation {
    width: 65%;
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
    margin-top: 4%;
  }
  .Public-Reputation img {
    width: 75%;
  }
  .Experience-article {
    display: block;
  }
  .Experience-article .ex-article-div {
    width: 45%;
    height: 440px;
    float: left;
    margin: 0 0 40px 3.5%;
  }
  .footerDiv {
    height: 450px;
  }
  .col-lg-4.mb-5.mb-lg-0 {
    width: 100%;
  }
  .col-lg-4.mb-5.mb-lg-0.clo-Contact {
    max-width: 75%;
    width: 75%;
    padding-right: 0;
  }
  .mb-5.mb-lg-0.clo-About {
    max-width: 22%;
    width: 22%;
  }
  .footerDiv .col-md-6 .justify-content-md-end {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 580px) and (min-width: 300px) {
  .slideTxtBox .hd ul {
    height: 50px;
    margin-bottom: 0;
  }
  .slideTxtBox .hd ul li {
    width: 65px;
    margin-right: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .slideTxtBox-textlist li {
    width: 100%;
    margin: 0;
  }
  .slideTxtBox-textlist li a {
    height: 30px;
    font-size: 13px;
  }
  .slideTxtBox .hd .More-a {
    height: 38px;
    line-height: 47px;
  }
  .pteAdvanced .bgtext {
    font-size: 1.1rem;
    width: 60%;
  }
  .pteAdvanced {
    height: 2150px;
  }
  .Experience-article .ex-article-div {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 300px) {
  img.ImageLogo {
    margin-left: 8px;
  }
  .navBar-nav-Mtop .navBar-nav-Mtop-right.navbar-nav .nav_icon_Mlogin {
    width: 26px;
    height: 26px;
    max-height: 26px;
  }
  .navbar-sticky.sticky {
    padding: 0;
  }
  .navbar.navbar-main .navbar-nav .nav-item {
    line-height: 40px;
  }
  .navBar-nav-Mtop .navBar-nav-Mtop-right.navbar-nav .nav_icon_Mlogin {
    margin-right: 0;
    top: -3px;
  }
  .navBar-nav-experience-right {
    height: 50px;
  }
  .navBar-nav-experience-right.navbar-nav .nav-link {
    padding: 0.25rem 0;
  }
  #navBar-experience {
    top: -4px !important;
  }
  .img-banner {
    height: 520px;
    padding-top: 167px;
  }
  .img-banner h2 {
    font-size: 42px;
  }
  .img-banner p {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 45px 0;
  }
  .banner-btn button {
    width: 190px;
    height: 42px;
    font-size: 18px;
  }
  .slideTxtBox .hd ul li {
    width: 60px;
    font-size: 14px;
    margin-right: 0;
    height: 40px;
    line-height: 40px;
  }
  .slideTxtBox .hd .More-a {
    font-size: 12px;
    height: 29px;
    line-height: 35px;
  }
  .slideTxtBox .hd ul {
    height: 40px;
  }
  .slideTxtBox-textlist li a {
    height: 27px;
    font-size: 12px;
  }
  .tabar-pte p {
    font-size: 16px;
  }
  .con-tabar02 {
    height: 640px !important;
  }
  .pteAdvanced .sanTitle,
  .pteAd p,
  .pteduib_p p {
    font-size: 1rem;
  }
  .pteAdvanced {
    height: 1840px;
  }
  .ex-article-div p {
    font-size: 12px;
  }
  .Experience-article .ex-article-div {
    height: 330px;
  }
}
@media only screen and (max-width: 420px) and (min-width: 300px) {
  .con-tabar {
    height: 180px;
  }
  .slideTxtBox .hd ul li {
    width: auto;
    padding: 0 10px;
    margin-right: 0;
    font-size: 13px;
  }
  .textTitle {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .pteAdvanced .bgtext {
    font-size: 14px;
    width: 65%;
    height: 40px;
    line-height: 40px;
  }
  .pteAdvanced .text-text {
    font-size: 11px;
    width: 95%;
  }
  .pteAdvanced .sanTitle,
  .pteAd p,
  .pteduib_p p {
    font-size: 14px;
  }
  .pteAdvanced {
    height: 1715px;
  }
  .Experience-article-more {
    width: 180px;
    height: 40px;
    margin: 0 0 20px 0;
  }
  .Experience-article-more a,
  .Experience-article-more a:hover {
    font-size: 18px;
  }
  .footerDiv {
    margin-top: 1rem;
    height: 416px;
  }
  .pt-md,
  .py-md {
    padding-top: 1rem !important;
  }
  .footerDiv .list-unstyled a {
    font-size: 12px;
  }
  .pt-4,
  .py-4 {
    padding-top: 1rem !important;
  }
  .mt-4,
  .my-4 {
    margin-top: 0 !important;
  }
  .copyright-webp {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 380px) and (min-width: 300px) {
  .img-banner p {
    font-size: 14px;
  }
  .pteAdvanced .sanTitle,
  .pteAd p,
  .pteduib_p p {
    font-size: 12px;
  }
  .pteAdvanced {
    height: 1576px;
  }
  .Experience-article .ex-article-div {
    height: 300px;
    margin: 0 0 20px 3.5%;
  }
}
