html {
  width: 100%;
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/font/Alibaba-PuHuiTi/AlibabaPuHuiTiRegular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Bold_0.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/font/Alibaba-PuHuiTi/Alibaba-PuHuiTi-Medium.ttf);
}
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,
.Cprogram,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
}
.Cprogram,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
input,
select {
  border: none;
}

body {
  background-color: #f2f2f2;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  color: #1a1a1a;
  width: 100%;
  font-family: "AlibabaPuHuiTiRegular";
}
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
} 
body.modal-open{
  overflow: hidden;
  padding-right:8px;
}
#xt-city * {
  box-sizing: border-box;
}
.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Fl {
  float: left;
}

.Fr {
  float: right;
}

.con_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.trs {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fz_img-scale:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.border12 {
  border-radius: 12px;
}

.block {
  display: block;
}

.light_red {
  color: #ff123f;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.bxz {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fz_left {
  float: left;
}

.fz_right {
  float: right;
}

.minus_margin {
  margin-right: -50px;
}

.h_200 {
  height: 200px;
  overflow-y: auto;
}

.fz_pos {
  margin-top: -1px;
  height: 50px;
  border-bottom: 1px solid #ff123f;
  background-color: #fff;
}

.fz_pos .name {
  font-family: "AlibabaPuHuiTiBold";
  line-height: 50px;
  font-size: 25px;
}

.fz_pos .txt {
  padding: 22px 0 0 10px;
  color: #999;
}

.fz_pos .txt a {
  color: #999;
}

.fz_pos .txt a:hover {
  color: #ff123f;
}

.xt_indexmain .banner_container {
  position: relative;
  width: 100%;
  height: 374px;
  overflow: hidden;
  min-width: 1200px;
}

.xt_indexmain .banner_container .banner_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.xt_indexmain .banner_container .banner_wrapper .banner_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #ccc;
  background-position: top center;
  background-repeat: no-repeat;
}

.xt_indexmain .banner_container .points,
.xt_indexmain .banner_container .operate_buttons {
  position: absolute;
  bottom: 18px;
  left: 50%;
  /* margin-left: -350px; */
  width: 1200px;
  text-align: left;
  font-size: 0;
  padding-left: 289px;
  transform: translateX(-50%);
}
.xt_indexmain .banner_container .operate_buttons {
  padding-left: 0;
}

.xt_indexmain .banner_container .points li,
.xt_indexmain .banner_container .operate_buttons li {
  display: inline-block;
  width: 20px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 0.3;
  margin-right: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

.xt_indexmain .banner_container .points li.active,
.xt_indexmain .banner_container .operate_buttons li.active {
  opacity: 1;
  width: 35px;
  transition: all 0.3s;
}

.xt_indexmain .banner_container .btn {
  position: absolute;
  top: -200px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: "simsun";
}

.xt_indexmain .banner_container .prev {
  left: 250px;
}

.xt_indexmain .banner_container .next {
  right: 0;
}
#navLeft .left_tj_box {
  position: absolute;
  left: 0;
  top: -374px;
  width: 250px;
  height: 480px;
  padding: 20px 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  border-radius: 0 0 12px 12px;
}
#navLeft .icon {
  background: url(../../../images/version/2025/navicon.png) no-repeat;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  flex-shrink: 0;
}
#navLeft .icon.major {
  background-position: -0px -0px;
}
#navLeft .icon.product {
  background-position: -38px -0px;
}
#navLeft .icon.schools {
  background-position: -76px -0px;
}
#navLeft .icon.teacher {
  background-position: -114px -0px;
}
#navLeft .icon.case {
  background-position: -152px -0px;
}
#navLeft .icon.database {
  background-position: -190px -0px;
}
#navLeft .icon.kp {
  background-position: -228px -0px;
}
#navLeft h2 {
  font-family: "AlibabaPuHuiTiMedium";
  font-family: "AlibabaPuHuiTiBold";
  font-size: 16px;
  margin-bottom: 20px;
}
#navLeft .navpart1 {
  margin-bottom: 20px;
}
#navLeft .navpart > div {
  margin-bottom: 16px;
}
#navLeft .navpart > div > div {
  width: calc(100% - 48px);
}
#navLeft .navpart p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 7px;
}
#navLeft .navpart a {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  /* min-width: 25%; */
  flex-grow: 1;
  flex-shrink: 0;
}
#navLeft .navpart p a {
  color: #333333;
}
#navLeft .navpart a:hover {
  color: #ff123f;
}
.Xt-container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.offerbox {
  margin-top: 20px;
}

.offerbox .offerList {
  width: 920px;
  height: 85px;
  background: #ffffff;
  padding: 10px 47px 10px 30px;
  position: relative;
  overflow: hidden;
}
.offerbox .offerList > a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  color: #808080;
  font-family: "AlibabaPuHuiTiRegular";
  line-height: 33px;
  width: 50px;
  height: 25px;
  background: linear-gradient(211deg, #ffd6d1, #ffffff);
  line-height: 25px;
  border-radius: 0 0 0 10px;
  display: block;
  text-align: center;
}
.offerbox .news_left {
  padding-right: 16px;
  border-right: 1px solid #f2f2f2;
  margin-right: 27px;
}

.offerbox .offer_container {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.offerbox .offer_container ul {
  flex-wrap: wrap;
}
.offerbox .offer_container li {
  width: 368px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
  height: 30px;
}
.offerbox .offer_container li div {
  width: 265px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offerbox .offer_container li div > p {
  display: inline;
}
.offerbox .offer_container li em {
  width: 76px;
  position: absolute;
  right: 0;
  top: 0;
  color: #a3a3a3;
  font-style: normal;
}
.offerbox .offer_container li a {
  color: #333333;
}
.offerbox .offer_container li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ff123f;
  border-radius: 5px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.offerbox .offer_container li.hot {
  padding-left: 0;
}

.offerbox .offer_container li.hot::before {
  content: url(https://www.igo.cn/images/version2024/newHot.png);
  width: auto;
  height: auto;
  margin-right: 8px;
  background: none;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.offerbox .offer_container a:hover {
  color: #ff123f;
}
.Xt-container .Xt-vessel {
  margin-top: 30px;
  background: #fff;
}
.Xt-container .common-title {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  padding: 21px 0 10px 30px;
  margin-bottom: 22px;
  color: #ff123f;
  font-family: "AlibabaPuHuiTiBold";
  overflow: hidden;
  border-bottom: 1px solid rgb(242, 242, 242);
}
.Xt-container .common-title > p {
  float: left;
}
.Xt-container .common-title .more-font {
  font-size: 14px;
  color: #808080;
  margin-right: 38px;
  font-family: "AlibabaPuHuiTiRegular";
  line-height: 33px;
}
.Xt-container .Xt-vessel .content {
  padding: 0 30px 30px;
}
.Xt-container .location {
  align-items: stretch;
}
.Xt-container .location .add_detail {
  border-right: 1px solid #f2f2f2;
  padding-right: 10px;
  margin-right: 20px;
  align-items: flex-start;
}
.Xt-container .location .aleft {
  width: 214px;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  flex-shrink: 0;
}
.Xt-container .location .aleft>img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.Xt-container .location .aleft .pn_box{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 50px;
}

.Xt-container .location .aleft .pn_box span{
  width: 25px;
  cursor: pointer;
}
.Xt-container .location .aright .branchs {
  width: 100%;
  margin-bottom: 18px;
}
.Xt-container .location .aright .branchs > div {
    font-family: "AlibabaPuHuiTiRegular";
    font-size: 16px;
    color: #525252;
    padding: 0 10px;
    height: 30px;
    border-radius: 5px;
    /* flex-grow: 1; */
    cursor: pointer;
    margin-right: 10px;
    background: #ff123f0d;
}
.Xt-container .location .aright .branchs > div:last-child {
  margin-right: 0;
}

.Xt-container .location .aright .branchs > div:hover,
.Xt-container .location .aright .branchs > div.active {
  font-family: "AlibabaPuHuiTiMedium";
  background: #ff123f;
  color: #ffffff;
}
.Xt-container .location .aright .detail > div {
  margin-bottom: 15px;
  align-items: first baseline;
}
.Xt-container .location .aright .detail > div > div {
  display: flex;
  flex-shrink: 0;
  padding-left: 25px;
  position: relative;
  margin-right: 12px;
}
.Xt-container .location .aright .detail > div p {
  line-height: 20px;
}
.Xt-container .location .aright .detail .add_eng p {
  font-size: 12px;
}
.Xt-container .location .add_detail .aright img {
  position: absolute;
  left: 0;
}
.Xt-container .location .add_detail .aright b {
  font-family: "AlibabaPuHuiTiMedium";
}

.Xt-container .location .add_detail .add_eng span {
  line-height: 17px;
  font-size: 12px;
}

.Xt-container .location .aright > div:last-child {
  margin-bottom: 0;
}
.Xt-container .location .contact {
  width: 367px;
  flex-shrink: 0;
}
.Xt-container .location .contact > p {
  font-family: "AlibabaPuHuiTiBold";
  color: #ff123f;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 26px;
}
.Xt-container .location .contact > p img {
  margin-right: 8px;
  animation: moveRight 0.6s ease-in-out infinite alternate;
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
.Xt-container .location .remark > p {
  margin-bottom: 10px;
}
.Xt-container .location .remark > p b {
  color: #ff123f;
  background: #ffe3e3;
  width: 70px;
  height: 23px;
  flex-shrink: 0;
  line-height: 23px;
  text-align: center;
  border-radius: 23px;
  margin-right: 10px;
}
.Xt-container .location .c-btnbox > div {
  font-family: "AlibabaPuHuiTiMedium";
  width: 135px;
  height: 40px;
  background: #ff123f;
  border: 1px solid #ff123f;
  border-radius: 36px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #ff123f;
}
.Xt-container .location .c-btnbox > div:hover {
  color: #ff123f;
  background: #ffffff;
  transition: all 0.3s;
}
.Xt-container .location .c-btnbox {
  margin-top: 23px;
}
.Xt-container .location .c-btnbox > div:nth-child(2) {
  margin-left: 20px;
}
.cityNews {
  background: #ffffff;
  position: relative;
}
.cityNews .cityNews-tab {
  position: absolute;
  top: 30px;
  left: 250px;
}
.cityNews .cityNews-tab li {
  float: left;
  font-size: 18px;
  color: #373737;
  margin-right: 23px;
}
.cityNews .cityNews-tab li > div {
  margin-left: 10px;
}
.cityNews .cityNews-tab li > div p {
  margin-right: 10px;
  font-size: 15px;
}
.cityNews .cityNews-tab li > div p:last-child {
  margin-right: 0;
}
.cityNews .cityNews-tab .tab {
  position: relative;
  cursor: pointer;
}
.cityNews .cityNews-tab .tab.Cline {
  color: rgb(255, 18, 63);
}
.cityNews .cityNews-tab .tab.Cline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
  border-style: solid;
  border-width: 0px 10px 10px;
  border-color: transparent transparent rgb(255, 18, 63);
}
.cityNews .news_container {
  width: 100%;
  padding: 0 30px 30px;
}
.cityNews .news_container ul {
  /* flex-direction: column; */
  flex-wrap: wrap;
  height: 151px;
  /* justify-content: space-between; */
  position: relative;
  align-content: space-between;
}
.cityNews .news_container ul > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cityNews .news_container li {
  width: 366px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 17px;
}

.cityNews .news_container li:nth-child(3n) {
  margin-right: 0;
}
.cityNews .news_container li:nth-child(1),
.cityNews .news_container li:nth-child(2),
.cityNews .news_container li:nth-child(3) {
  margin-top: 0;
}
.cityNews .news_container li .poster {
  width: 110px;
  height: 67px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}
.cityNews .news_container li .poster em {
  position: absolute;
  width: 29px;
  height: 22px;
  background: url(https://www.igo.cn/country/newsIcon.png) no-repeat;
  background-size: 100%;
  bottom: 3px;
  right: 3px;
}
.cityNews .news_container li .poster em#news {
  background-image: url(https://www.igo.cn/country/articleIcon.png);
}
.cityNews .news_container li .poster em#dynamicNews {
  background-image: url(https://www.igo.cn/country/newsIcon.png);
}
.cityNews .news_container li .poster em#video {
  background-image: url(https://www.igo.cn/country/videoIcon.png);
}
.cityNews .news_container li a {
  width: 100%;
  height: 100%;
}
.cityNews .news_container li a:hover p:nth-child(1) {
  color: #ec2e53;
}
.cityNews .news_container li > .news_detail {
  width: calc(100% - 100px);
}
.cityNews .news_container li .poster img {
  width: 100%;
}
.cityNews .news_container li p:nth-child(1) {
  color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  font-size: 15px;
  line-height: 18px;
  height: 36px;
  margin-bottom: 10px;
}
.cityNews .news_container li p.desc {
  font-size: 13px;
  color: #adadad;
  line-height: 16px;
  height: 48px;
  margin-bottom: 26px;
}
.cityNews .news_container li p.desc em {
  color: #ec2e53;
  font-style: normal;
}
.cityNews .news_container li a > em {
  color: #d7d7d7;
  font-size: 12px;
  display: block;
  text-align: left;
}
.cityNews .news_container .tjList {
  position: relative;
  padding-left: 520px;
}
.cityNews .news_container .tj {
  position: absolute;
  left: 0;
  top: 0;
  height: 151px;
}
.cityNews .news_container .tj li {
  width: 505px !important;
  height: 100%;
  margin-right: 0;
}
.cityNews .news_container .tjList li {
  width: 300px;
}
.cityNews .news_container .tjList li:nth-child(5) {
  margin-right: 0;
}
.cityNews .news_container .tj li .poster {
  width: 250px;
  height: 100%;
  flex-shrink: 0;
}
.cityNews .news_container .tj li .poster img {
  width: auto;
  height: 100%;
}
.cityNews .news_container .tj li .poster em {
  bottom: 8px;
  right: 11px;
}
.cityNews .news_container .tj li p:nth-child(1) {
  -webkit-line-clamp: 3;
  height: 51px;
  margin-bottom: 10px;
}

.cityreview .swiper-wrapper {
  height: 200px;
  transition-timing-function: linear !important;
}

.cityreview .swiper-slide {
  width: 280px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin-right: 20px;
}
.cityreview .swiper-slide img {
  width: 100%;
}
.hotnews .content{
  min-height: 394px;
  position: relative;
}
.hotnews .content>img{
  position: absolute;
  left:50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}
.hotnews .content li {
  width: 205px;
  cursor: pointer;
  margin-right: 29px;
}
.hotnews .content li:last-child {
  margin-right: 0;
}
.hotnews .content li .poster {
  height: 270px;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
}

.hotnews .content li img {
  width: 100%;
}
.hotnews .content li p {
  font-size: 15px;
  line-height: 21px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  height: 42px;
  margin: 14px 0 18px;
  transition: all 0.3s;
}
.hotnews .content li:hover p {
  transition: all 0.3s;
  color: #ec2e53;
}
.hotnews .content li .author {
  font-size: 13px;
}
.hotnews .content li .author > div img {
  width: 20px;
  border-radius: 15px;
  margin-right: 5px;
}
.hotnews .content li .author em {
  color: #ababab;
}
.Cprogram {
  position: relative;
}
.Cprogram .Cprogram-tab {
  position: absolute;
  top: 30px;
  left: 250px;
}
.Cprogram .Cprogram-tab li {
  float: left;
  font-size: 18px;
  color: #373737;
  margin-right: 23px;
}

.Cprogram .Cprogram-tab li > div p:last-child {
  margin-right: 0;
}
.Cprogram .Cprogram-tab .tab {
  position: relative;
  cursor: pointer;
}
.Cprogram .Cprogram-tab .tab.Cline {
  color: rgb(255, 18, 63);
}
.Cprogram .Cprogram-tab .tab.Cline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
  border-style: solid;
  border-width: 0px 10px 10px;
  border-color: transparent transparent rgb(255, 18, 63);
}
.Cprogram .content ul {
  overflow-x: auto;
  height: 508px;
  padding-bottom: 10px;
  align-items: stretch;
}
.Cprogram .content .pitem {
  width: 273px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ededed;
}
.Cprogram .content .pitem:last-child {
  margin-right: 0;
}

.Cprogram .content .pitem:hover {
  box-shadow: 0px 0px 10px 0px rgb(12 4 7 / 15%);
  transition: all 0.2s;
}

.Cprogram .content .pitem > div > a {
  width: 100%;
}

.Cprogram .pitem .img {
  width: 100%;
  height: 164px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  /* background-color: #333333; */
}

.Cprogram .pitem a .img img {
  width: 100%;
}
.Cprogram .pitem .teachers .t img {
  max-width: 100%;
  max-height: none;
}
.Cprogram .pitem .teachers {
  padding-top: 5px;
  padding-bottom: 0;
}

.Cprogram .pitem .teachers p {
  margin-bottom: 14px;
}

.Cprogram .pitem .teachers .t {
  width: 50%;
  flex-shrink: 0;
  font-size: 12px;
}

.Cprogram .pitem .teachers .t a {
  width: 100%;
  align-items: stretch;
  height: 64px;
}

.Cprogram .pitem .teachers .t .img {
  width: 60px;
  height: 60px;
  background-color: #999999;
  border-radius: 60px;
  flex-shrink: 0;
  margin-right: 6px;
  overflow: hidden;
  padding-top: 5px;
}

.Cprogram .pitem .teachers .t .img img {
  width: 100%;
}

.Cprogram .pitem .teachers .t b {
  display: block;
  font-size: 12px;
  color: #000000;
}

.Cprogram .pitem .teachers .t em {
  display: block;
  line-height: 16px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 閸戠姾顢戦崥搴㈡▔缁€杞扮瑝瀵偓閻胶鏆� */
  -webkit-line-clamp: 3;
}

.Cprogram .pitem .teachers .t a:hover b {
  color: #f10000;
}

.Cprogram .pitem .s-content {
  padding: 15px 10px;
  /* background: #ffffff; */
  border-radius: 0 0 5px 5px;
  position: relative;
  height: 324px;
}

.Cprogram .pitem .top {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}

.Cprogram .pitem .title {
  font-size: 16px;
  /* font-weight: normal; */
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  height: 48px;
}

.Cprogram .pitem .tags {
  flex-wrap: wrap;
  margin-top: 12px;
  height: 22px;
  overflow: hidden;
}

.Cprogram .pitem .tags span {
  font-size: 12px;
  line-height: 20px;
  color: #7d7d7d;
  background-color: #f1f1f1;
  border-radius: 3px;
  border: solid 1px #f1f1f1;
  flex-shrink: 0;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.Cprogram .pitem .intr {
  height: 51px;
}

.Cprogram .pitem .intr {
  padding: 10px 10px 0 10px;
}

.Cprogram .pitem .intr p {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  position: relative;
}

.Cprogram .pitem .intr p b {
  color: #333333;
}

.Cprogram .pitem .intr p em {
  color: #ff123f;
}

.Cprogram .pitem .zixunbtnbox {
  margin-top: 17px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.Cprogram .pitem .zixunbtnbox.hasprice {
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 10px 0 10px;
}
.Cprogram .pitem .zixunbtnbox.hasprice > div:nth-child(1) {
  margin-bottom: 15px;
  margin-top: 15px;
  align-items: baseline;
}
.Cprogram .pitem .zixunbtnbox b {
  /* width: 100%; */
  color: #333333;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.Cprogram .pitem .zixunbtnbox .guihua {
  font-family: "AlibabaPuHuiTiMedium";
  width: 150px;
  height: 36px;
  background-color: #ff123f;
  border: 1px solid #ff123f;
  border-radius: 18px;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.Cprogram .pitem .zixunbtnbox .guihua:hover {
  color: #ff123f;
  background: #ffffff;
  transition: all 0.3s;
}
.Cprogram .pitem .zixunbtnbox .zixun {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #ff123f;
  border-radius: 36px;
}
.Cprogram .pitem .zixunbtnbox .zixun img {
  width: 60%;
}
.C-team{
  position: relative;
}
.C-team .team-tab {
  position: absolute;
  top: 30px;
  left: 250px;
}
.C-team .team-tab li {
  float: left;
  font-size: 18px;
  color: #373737;
  margin-right: 23px;
}

.C-team .team-tab li > div p:last-child {
  margin-right: 0;
}
.C-team .team-tab .tab {
  position: relative;
  cursor: pointer;
}
.C-team .team-tab .tab.Cline {
  color: rgb(255, 18, 63);
}
.C-team .team-tab .tab.Cline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
  border-style: solid;
  border-width: 0px 10px 10px;
  border-color: transparent transparent rgb(255, 18, 63);
}
.C-team .content {
  align-items: flex-start;
  flex-wrap: wrap;
}
.C-team .fz_t_swiperContainer {
  display: none;
}
.planner-teacher .PContainer{
  min-height: 200px;
}
.planner-teacher li {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.planner-teacher li > .PItem {
  width: 232px;
  height: 200px;
  border-left: 4px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  position: relative;
}
.planner-teacher li .maxWidth {
  width: 450px;
}

.planner-teacher li .minWidth {
  width: 180px;
}
.planner-teacher li > .PItem:nth-child(6) {
  display: none;
}

.planner-teacher li > .PItem > div:nth-child(1) {
  background: url(https://www.igo.cn/images/t_bg.jpg) no-repeat;
  background-size: cover;
  width: 228px;
  height: 200px;
  display: block;
  position: relative;
}
.planner-teacher li > .PItem > div:nth-child(1) img {
  width: 157px;
  height: 183px;
  float: initial;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.planner-teacher li .teacher-infor {
  position: absolute;
  top: 0;
  left: 230px;
  width: 213px;
  height: 200px;
  padding: 24px 24px 0;
  line-height: 22px;
  color: #fff;
  background: #000 url(https://www.igo.cn/images/sign.png) no-repeat 150px 20px;
}
.planner-teacher li .teacher-infor p {
  font-size: 12px;
}
.planner-teacher li .teacher-infor .name{
  font-size: 16px;
}
.planner-teacher li .teacher-infor p.state {
  font-size: 12px;
  color: #ffffff;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.planner-teacher li .teacher-infor p.adept{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
}

.planner-teacher li .teacher-infor .city {
  padding: 6px 0;
  font-size: 12px;
}

.planner-teacher li .teacher-infor .btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin: 10px 6px 0 0;
  background-color: #ff123f;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
}

.planner-teacher li .teacher-infor .btn:hover {
  background-color: #a01832;
  border-color: #a01832;
}
.planner-teacher .t-btn {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  line-height: 28px;
}

.planner-teacher .t-btn a {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: 1px solid #ff123f;
  background: #ff123f;
  cursor: pointer;
  border-radius: 30px;
  width: 76px;
  height: 30px;
  line-height: 28px;
}
.planner-teacher .t-btn a:hover {
  background-color: #a01832;
  border-color: #a01832;
  color: #ffffff;
}
.C-case {
  margin-top: 30px;
}

.C-case .content {
  overflow: hidden;
  padding-bottom: 20px;
}

.C-case .content .swiper-container {
  padding-bottom: 20px;
}

.C-case .swiper-pagination-bullet {
  width: 15px;
  border-radius: 10px;
}
.C-case .swiper-pagination-bullet-active {
  background-color: #ff123f;
}

.C-case .content .case_btn {
  position: absolute;
  width: 20px;
  height: 54px;
  top: 50%;
  margin-top: -27px;
}

.C-case .content .slider_item {
  width: 100%;
  overflow: hidden;
  float: none;
  flex-shrink: 0;
}

.C-case .content .item {
  position: relative;
  width: 218px;
  height: 340px;
  margin: 0 5px;
  border: 1px solid #e5e5e5;
  padding: 36px 10px 0;
}

.C-case .content .item:hover {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.C-case .content .item .label {
  position: absolute;
  left: 10px;
  top: 0;
  width: 56px;
  height: 24px;
  line-height: 24px;
  background-color: #ff234d;
  color: #fff;
}

.C-case .content .item .label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  border-style: solid;
  border-width: 8px 28px 0 28px;
  border-color: #ff234d transparent transparent transparent;
}

.C-case .content .item .s_logo {
  display: table;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  overflow: hidden;
}

.C-case .content .item .txt {
  line-height: 22px;
  color: #1a1a1a;
}
.C-case .item1 .s_logo {
  display: table;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  overflow: hidden;
}

.C-case .item1 .s_logo p {
  display: table-cell;
  vertical-align: middle;
}

.C-case .item1 .s_logo img {
  margin-top: 5px;
  width: 80%;
}

.C-case .item1 .cn_name {
  padding: 10px 0 5px;
  line-height: 18px;
  font-size: 18px;
  color: #1a1a1a;
}

.C-case .item1 .en_name {
  padding-bottom: 10px;
  color: #666;
  font-size: 10px;
}

.C-case .item1 .case_name {
  margin: 5px 20px 0;
  padding-top: 5px;
  border-top: 1px solid #e6e6e6;
}

.appointment {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.appointment .appointment_box {
  width: 300px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 10px;
  padding: 20px;
}
.appointment h3 {
  font-size: 24px;
  font-family: "AlibabaPuHuiTiBold";
  color: #ff3838;
  text-align: center;
  margin-bottom: 20px;
}
.appointment h3 span {
  color: #000000;
}
.appointment .aclose {
  width: 40px;
  height: 40px;
  background: url(../../../images/version/2025/close.png) no-repeat;
  background-size: 16px;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.appointment .appform .item {
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.appointment .appform .item.mar {
  margin-bottom: 20px;
}
.appointment .appform .item input {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  padding-left: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  border-radius: 5px;
}

.appointment .appform .submit {
  font-family: "AlibabaPuHuiTiMedium";
  width: 110px;
  font-size: 16px;
  height: 35px;
  background: #ff123f;
  color: #ffffff;
  border-radius: 35px;
  margin: 0 auto;
  cursor: pointer;
}
.appointment .calendar {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 4px;
  line-height: 30px;
  width: 284px;
  height: 289px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 47px;
  z-index: 2;
  display: none;
}

.appointment .calendar::after {
  content: "";
  border: #ffffff 10px solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.appointment .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px;
  font-size: 12px;
  color: #606266;
}

.appointment .calendar-header > div {
  font-size: 19px;
  cursor: pointer;
  margin: 0 20px;
}

.appointment .calendar-days,
.appointment .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin: 15px;
}

.appointment .calendar-day,
.appointment .calendar-date {
  text-align: center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #606266;
}

.appointment .calendar-date:hover {
  background-color: #f0f0f0;
}

.appointment .calendar-date.selected {
  background-color: #ff123f;
  color: white;
}

.appointment .calendar-date.disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.appointment .calendar-date.disabled:hover {
  background-color: #f5f5f5;
}

.dynamicNewsbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  overflow: hidden;
  transition: background-color 0.4s;
  background: rgba(0, 0, 0, 0.25);
  min-width: 1200px;
  display: none;
}
.dynamicNewsbox > div {
  width: 70%;
  max-width: 1100px;
  overflow: visible;
  max-height: calc(100% - 2 * 24px);
  background: #ffffff;
  border-radius: 20px;
  align-items: stretch;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
}
.dynamicNewsbox .swiper-container {
  height: 100%;
}
.dynamicNewsbox .dynamicNewPics {
  width: 55%;
  flex-shrink: 0;
}

.dynamicNewsbox .dynamicNewPics .swiper-slide {
  overflow: hidden;
  overflow-y: auto;
}
.dynamicNewsbox .dynamicNewPics .swiper-slide::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.dynamicNewsbox .dynamicNewPics img {
  width: 100%;
  vertical-align: middle;
}

.dynamicNewsbox .dynamicNewPics .swiper-button {
  background: url(../../../images/version/2025/prev.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #00000045;
  transition: all 0.3s;
  opacity: 0;
}
.dynamicNewsbox.needPrevNext .dynamicNewPics:hover .swiper-button {
  opacity: 1;
}
.dynamicNewsbox .dynamicNewPics .swiper-button:hover {
  background-color: #000000;
  transition: all 0.3s;
}
.dynamicNewsbox .dynamicNewPics .swiper-button-next {
  transform: rotateY(180deg);
}
.dynamicNewsbox .dynamicNewPics .d-total {
  width: 40px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #00000045;
  z-index: 2;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  border-radius: 22px;
  opacity: 0;
}
.dynamicNewsbox.needPrevNext .dynamicNewPics:hover .d-total {
  opacity: 1;
}
.dynamicNewsbox .dynamicNewPics .d-total i {
  color: #ffffff;
  font-size: 14px;
}
.dynamicNewsbox .dynamicNewTxt {
  position: relative;
  padding: 0 20px;
  flex-grow: 1;
}
.dynamicNewsbox .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
}
.dynamicNewsbox .close-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.dynamicNewsbox .author {
  font-size: 15px;
  padding: 20px 0;
}
.dynamicNewsbox .author img {
  width: 40px;
  border-radius: 40px;
  margin-right: 12px;
}

.dynamicNewsbox .dynamicNewTxt .n-title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.dynamicNewsbox .dynamicNewTxt .Mbody {
  font-family: "AlibabaPuHuiTiRegular" !important;
  font-size: 15px;
  line-height: 26px;
  height: calc(100% - 200px);
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
/* 自定义滚动条样式 */
.dynamicNewsbox .dynamicNewTxt .Mbody::-webkit-scrollbar {
  display: none;
}
.dynamicNewsbox .dynamicNewTxt .Mbody p,
.dynamicNewsbox .dynamicNewTxt .Mbody span{
  font-family: "AlibabaPuHuiTiRegular" !important;
}
.dynamicNewsbox .dynamicNewTxt .n-keywords {
  font-size: 14px;
  color: #999999;
  flex-wrap: wrap;
}
.dynamicNewsbox .dynamicNewTxt .n-keywords span {
  margin-right: 10px;
}
.dynamicNewsbox .dynamicNewTxt .n-createtime {
  font-size: 14px;
  color: #999999;
}
.dynamicNewsbox .yuyue {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 80px; */
    left: 50%;
    transform: translateX(-50%);
    background: #f5f5f5;
    padding: 10px 10px;
    cursor: pointer;
}
.dynamicNewsbox .yuyue img {
  width: 80px;
  border-radius: 8px;
  margin-right: 14px;
}
.dynamicNewsbox .yuyue p:nth-child(1) {
  font-size: 16px;
  margin-bottom: 13px;
}
.dynamicNewsbox .yuyue p:nth-child(2) {
  font-size: 14px;
  color: #646464;
}
.dynamicNewsbox .yuyue .right {
  width: 100px;
  height: 35px;
  background: #ffffff;
  border-radius: 35px;
  color: #a90021;
  border: 1px solid #a90021;
  cursor: pointer;
}
.dynamicNewsbox .yuyue .right:hover {
  color: #ffffff;
  background: #a90021;
  font-weight: bold;
}

