html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5为旧浏览器显示角色重置 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}

ul,
li,
ol {
  list-style: none;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.en {
  display: none;
}

* {
  -webkit-overflow-scrolling: touch;
  font-family: "Microsoft YaHei", Helvetica, STHeiTi, "Helvetica Neue", "微软雅黑", SimSun, sans-serif;
}

.opacity {
  -webkit-animation: opacity 0.3s linear;
  animation: opacity 0.3s linear;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

html,
body {
  height: 100%;
}

.home_top {
  color: red;
  font-size: 10vw;
}

.container-title {
  line-height: initial;
  margin-top: 6.5333vw;
  text-align: center;
  font-size: 2.9333vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
}

.container-subtitle {
  line-height: initial;
  margin-top: 1.3333vw;
  text-align: center;
  font-size: 1.6vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
}

.containerMain {
  margin: 0 0.4rem 0.8rem 0.4rem;
}

.top-image {
  position: relative;
}

.top-image img {
  width: 100%;
}

.top-image .mainTopTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 0.533333rem;
}

.top-image .mainTopTitle p {
  font-size: 0.213333rem!important;
  padding-top: 0.133333rem;
}

.lh40 {
  line-height: 0.533333rem;
}

.BUSINESS_DUTY_ZX_INFO_p {
  font-size: 0.266667rem;
  line-height: 0.533333rem;
  margin-bottom: 0.96rem;
  text-align: justify;
}

.detailTitle {
  font-size: 0.4rem;
  padding-bottom: 0.333333rem;
  position: relative;
  margin-bottom: 0.346667rem;
}

.detailTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.4rem;
  height: 0.013333rem;
  border-bottom: 0.013333rem solid #dadada;
}

.detailTitleFive {
  text-align: center;
  margin-top: 6.5333vw;
  margin-bottom: 0.4rem;
  font-size: 0.4rem;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
}

.detailTitleFive span {
  line-height: initial;
  margin-top: 0.106667rem;
  text-align: center;
  display: block;
  font-size: 1.6vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
}

.threeImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
}

.threeImg .BUSINESS_DUTY_ZX_BACK_list {
  position: relative;
}

.threeImg .BUSINESS_DUTY_ZX_BACK_list img {
  width: 1.733333rem;
  height: 1.733333rem;
  border-radius: 100%;
  display: block;
}

.threeImg .BUSINESS_DUTY_ZX_BACK_list .cultureTitle {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.266667rem;
  z-index: 1000;
}

img {
  width: 100%;
  margin: 0.533333rem 0;
}

img.fiveIcon {
  width: 5rem;
  margin: 0.4rem auto;
  display: block;
}

/*新闻*/

.news .newsSlide img {
  margin: 0;
  display: block;
}

.news .newsSlide .rightContent .rightContentTop {
  padding: 0.333333rem 0;
}

.news .newsSlide .rightContent .rightContentTop .rightContentTitle {
  font-size: 0.32rem;
  color: #000;
  border-bottom: 0.013333rem dashed #999;
}

.news .newsSlide .rightContent .rightContentTop div {
  display: inline-block;
}

.news .newsSlide .rightContent .rightContentInfo {
  border-top: 1PX solid #000;
  padding: 0.133333rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news .bottomSlide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.266667rem;
  position: relative;
}

.news .bottomSlide > div {
  height: 0.533333rem;
}

.news .bottomSlide > div img {
  width: 0.533333rem;
  height: 0.533333rem;
  margin: 0;
}

/*课程介绍*/

.specialColumn {
  margin-top: 2.08rem;
}

.specialColumn .specialColumnTabs {
  font-size: 0.266667rem;
  color: #606060;
  margin-top: 0.533333rem;
}

.specialColumn .specialColumnTabs div {
  padding: 0.133333rem 0.2rem;
  margin: 0 0.266667rem 0.4rem 0;
  display: inline-block;
}

.specialColumn .specialColumnTabs div.active {
  background: #063273;
  color: #fff;
}

.specialColumn .swiperSpecialColumn .specialColumnSlide .specialColumnSlideSiv .specialColumnTitle {
  padding: 0.333333rem 0;
  position: relative;
  font-size: 0.32rem;
  color: #000;
}

.specialColumn .swiperSpecialColumn .specialColumnSlide .specialColumnSlideSiv .specialColumnTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.4rem;
  height: 0.013333rem;
  border-bottom: 0.013333rem solid #B61C22;
}

.specialColumn .swiperSpecialColumn .specialColumnSlide .specialColumnSlideSiv .specialColumnInfo {
  font-size: 0.266667rem;
  color: #000;
  padding: 0.133333rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.specialColumn .swiperSpecialColumn .specialColumnSlide .specialColumnSlideSiv .BUSINESS_DUTY_ZX_COURSE_div {
  position: relative;
}

.specialColumn .swiperSpecialColumn .specialColumnSlide .specialColumnSlideSiv .BUSINESS_DUTY_ZX_COURSE_div > h2 {
  color: #fff;
  position: absolute;
  font-size: 0.32rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.specialColumn .swiperSpecialColumn .specialColumnSlide .specialColumnSlideSiv .BUSINESS_DUTY_ZX_COURSE_div > h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0.4rem;
  height: 0.013333rem;
  background: #fff;
}

.specialColumn .bottomSlide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.266667rem;
  position: relative;
}

.specialColumn .bottomSlide > div {
  height: 0.533333rem;
}

.specialColumn .bottomSlide > div img {
  width: 0.533333rem;
  height: 0.533333rem;
  margin: 0;
}

/*学院优势*/

.collegeAdvantage .collegeAdvantageDiv .collegeAdvantageDivList {
  margin-bottom: 1.12rem;
}

.collegeAdvantage .collegeAdvantageDiv .collegeAdvantageDivList .BUSINESS_DUTY_ZX_GOOD_img {
  position: relative;
  margin-bottom: 0.8rem;
}

.collegeAdvantage .collegeAdvantageDiv .collegeAdvantageDivList .BUSINESS_DUTY_ZX_GOOD_img img {
  margin: 0;
}

.collegeAdvantage .collegeAdvantageDiv .collegeAdvantageDivList .BUSINESS_DUTY_ZX_GOOD_img h2 {
  color: #002A5C;
  font-size: 1.333333rem;
  width: 1.866667rem;
  line-height: 1.866667rem;
  height: 1.866667rem;
  background: #fff;
  position: absolute;
  bottom: -22%;
  left: 10%;
  text-align: center;
}

.collegeAdvantage .collegeAdvantageDiv .collegeAdvantageDivList .BUSINESS_DUTY_ZX_GOOD_title {
  font-size: 0.266667rem;
  color: #000;
  width: 80%;
  margin: 0 auto;
  padding: 0.4rem 0;
  position: relative;
  text-indent: 2rem;
}

.collegeAdvantage .collegeAdvantageDiv .collegeAdvantageDivList .BUSINESS_DUTY_ZX_GOOD_title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.333333rem;
  height: 1PX;
  background: #ACACAC;
}

.collegeAdvantage .collegeAdvantageDiv .collegeAdvantageDivList .BUSINESS_DUTY_ZX_GOOD_content {
  font-size: 0.24rem;
  color: #767676;
  width: 80%;
  margin: 0 auto;
}

.collegeAdvantage .BUSINESS_DUTY_ZX_GOOD_loadMore {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #959595;
  font-size: 0.266667rem;
  margin: 0.56rem 0 0.8rem;
}

.collegeAdvantage .BUSINESS_DUTY_ZX_GOOD_loadMore img {
  margin: 0 0 0 0.066667rem;
  width: 0.133333rem;
}

.tdjs_teamInfo .title p {
  font-size: 0.266667rem;
  color: #000;
  margin: 0 0 0.88rem 0;
  line-height: 0.373333rem;
}

/*团队*/

.teamInfo,
.zjgw_teamInfo {
  /*专家顾问*/
  /*讲师团队*/
}

.teamInfo .title,
.zjgw_teamInfo .title {
  font-size: 0.266667rem;
  color: #000;
  margin: 0 0 0.88rem 0;
}

.teamInfo .smallTitle,
.zjgw_teamInfo .smallTitle {
  text-align: center;
  font-size: 0.32rem;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
}

.teamInfo .smallTitle span,
.zjgw_teamInfo .smallTitle span {
  padding-bottom: 0.586667rem;
  line-height: initial;
  text-align: center;
  display: block;
  font-size: 1.6vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
}

.teamInfo .team,
.zjgw_teamInfo .team {
  padding: 0 0 0.8rem 0;
  margin-bottom: 1.253333rem;
}

.teamInfo .team .teamSlide,
.zjgw_teamInfo .team .teamSlide {
  text-align: center;
}

.teamInfo .team .teamSlide a,
.zjgw_teamInfo .team .teamSlide a {
  display: block;
}

.teamInfo .team .teamSlide a img,
.zjgw_teamInfo .team .teamSlide a img {
  margin: 0;
}

.teamInfo .team .teamPagination,
.zjgw_teamInfo .team .teamPagination {
  height: 0.533333rem;
  line-height: 0.533333rem;
}

.teamInfo .team .bottomSlide,
.zjgw_teamInfo .team .bottomSlide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10PX;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.teamInfo .team .bottomSlide > div,
.zjgw_teamInfo .team .bottomSlide > div {
  height: 0.533333rem;
}

.teamInfo .team .bottomSlide > div img,
.zjgw_teamInfo .team .bottomSlide > div img {
  width: 0.533333rem;
  height: 0.533333rem;
  margin: 0 0.266667rem;
}

.teamInfo .instructorTeam,
.zjgw_teamInfo .instructorTeam {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.teamInfo .instructorTeam > div,
.zjgw_teamInfo .instructorTeam > div {
  width: 3.733333rem;
  padding: 0 0.4rem;
  margin-bottom: 0.266667rem;
}

.teamInfo .instructorTeam > div img,
.zjgw_teamInfo .instructorTeam > div img {
  width: 100%;
  margin: 0 auto 0.4rem;
  display: block;
}

.teamInfo .instructorTeam > div .teacherName,
.zjgw_teamInfo .instructorTeam > div .teacherName {
  font-size: 0.293333rem;
  color: #000;
  margin: 0 0 0.4rem;
  display: flex;
}

.teamInfo .instructorTeam > div .teacherName p,
.zjgw_teamInfo .instructorTeam > div .teacherName p {
  width: auto!important;
}

.teamInfo .instructorTeam > div .teacherName span,
.zjgw_teamInfo .instructorTeam > div .teacherName span {
  color: #959595;
}

.teamInfo .instructorTeam > div .teacherInfo,
.zjgw_teamInfo .instructorTeam > div .teacherInfo {
  font-size: 0.24rem;
  color: #747474;
}

.teamInfo .instructorTeam > div p,
.zjgw_teamInfo .instructorTeam > div p {
  text-align: left;
  width: 100%;
}

.teamInfo .instructorTeam > div p.name,
.zjgw_teamInfo .instructorTeam > div p.name {
  font-size: 0.293333rem;
  color: #000;
  margin: 0 0 0.4rem;
}

.teamInfo .instructorTeam > div p.name span,
.zjgw_teamInfo .instructorTeam > div p.name span {
  color: #959595;
}

.teamInfo .instructorTeam > div p.info,
.zjgw_teamInfo .instructorTeam > div p.info {
  font-size: 0.24rem;
  color: #747474;
}

.teamInfo .loadMore_BUSINESS_DUTY_ZX_TEAM,
.zjgw_teamInfo .loadMore_BUSINESS_DUTY_ZX_TEAM {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #959595;
  font-size: 0.266667rem;
  margin: 0.56rem 0 0.8rem;
}

.teamInfo .loadMore_BUSINESS_DUTY_ZX_TEAM img,
.zjgw_teamInfo .loadMore_BUSINESS_DUTY_ZX_TEAM img {
  margin: 0 0 0 0.066667rem;
  width: 0.133333rem;
}

/*合作方式*/

.cooperationMode .title {
  margin: 0 0 0.56rem 0;
}

.cooperationMode .title span {
  font-size: 0.4rem;
}

.cooperationMode .title span p {
  display: inline-block;
}

.cooperationMode .title span:nth-child(1) {
  color: #000000;
  padding: 0 0.333333rem 0 0;
}

.cooperationMode .title span:nth-child(2) {
  color: #AFAFAF;
}

.cooperationMode .cooperationModeTitle {
  margin: 0.56rem 0;
  font-size: 0.4rem;
  display: flex;
}

.cooperationMode .cooperationModeTitle .black {
  color: #000;
  padding-right: 0.346667rem;
}

.cooperationMode .cooperationModeTitle .grey {
  color: #AFAFAF;
}

.cooperationMode .BUSINESS_DUTY_ZX_WAY_address {
  font-size: 0.266667rem;
  color: #AFAFAF;
}

.ZX_PRESENTTitle p {
  margin: 0!important;
}

.teamSlideTitle {
  font-size: 0.266667rem;
  padding: 0.466667rem 0 0.133333rem;
  color: #000;
}

.teamSlideName {
  font-size: 0.186667rem;
  color: #747474;
}

.BUSINESS_SERVICE_SPECIALPagination {
  line-height: 0.533333rem;
  height: 0.533333rem;
  text-align: center;
}

.newTitle {
  border: none!important;
}

.noMargin {
  margin: 0!important;
}

.JY_SERVICEcontent {
  font-size: 0.266667rem;
  margin-bottom: 0.8rem;
}

.BUSINESS_SERVICE_SPECIALPagination span {
  margin: 0 0.066667rem;
}

.swiper-pagination-bullet-active {
  background: #002A5C!important;
}

.nextHonor img,
.prevHonor img {
  width: 1.066667rem;
  height: 1.333333rem;
}

.swiper_US_HONOR_HONOR .swiper-slide {
  width: 8.933333rem!important;
}

.US_HONOR_HONOR_aboutUsHonor {
  margin: 0 0.533333rem;
}

.US_CULTURE_COMPANY_team {
  padding-bottom: 1.333333rem;
}