/* cList */
.cList > li {
  position: relative;
  padding-left: 15px;
}
.cList > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 1px;
  background-color: #aaa;
}
/* pList */
.pList > li {
  position: relative;
  padding-left: 15px;
}
.pList > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #aaa;
}
.pList > li p {
  font-weight: 300;
}
@media (max-width: 768px) {
  .pList > li:after {
    top: 8px;
  }
}
/* hList */
.hList > li {
  position: relative;
  padding-left: 15px;
}
.hList > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  background-color: #aaa;
}
.hList > li h5 {
  font-weight: 300;
}
@media (max-width: 768px) {
  .pList > li:after {
    top: 9px;
  }
}
/* subtop */
#subtop .c_wrp {
  height: 450px;
  text-align: center;
}
#subtop .c_wrp h1 {
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.5);
}
#subtop .c_wrp h1 strong {
  color: #fff;
}
@media (min-width: 992px) {
  #subtop .c_wrp h1 {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  #subtop .c_wrp {
    height: 250px;
  }
  #subtop .c_wrp h1 {
    font-size: 40px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #subtop {
    background-size: cover !important;
  }
  #subtop .c_wrp {
    height: 150px;
  }
  #subtop .c_wrp h1 {
    font-size: 30px;
    margin-top: 0;
  }
}

/* site_config */
#site_config {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid #eee;
}
#site_config .site {
  background-color: #fff;
}
#site_config .site .home {
  float: left;
  line-height: 60px;
  position: relative;
  font-size: 17px;
  color: #838789;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#site_config .site .home:hover {
  background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
  width: 230px;
  position: relative;
  border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 0;
  width: 22px;
  height: 100%;
  background: url(../img/site_arr.png) center center no-repeat;

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #333;
  border-bottom: 0px;
}
#site_config .site .home.act:after {
  transform: rotate(180deg);
}
#site_config .site .home.home1 {
  width: 60px;
  text-align: center;
  background-color: #004eec;
}
#site_config .site .home > span {
  display: block;
  padding: 0px 20px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  color: #666;
}
#site_config .site .home > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #333;
  border-top: 0px;
  background-color: #fff;
}
#site_config .site .home > ul li {
  border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.2em;
  padding: 15px 20px;
  color: #666;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
  color: #004eec;
}
#site_config .site .home > ul li a:hover {
  background-color: #004eec;
  color: #fff;
}
#site_config .site .home > ul li:hover a:after {
  width: 100%;
  left: 0%;
}
@media (max-width: 992px) {
  #site_config .site .home {
    line-height: 50px;
    font-size: 15px;
  }
  #site_config .site .home.home2,
  #site_config .site .home.home3 {
    width: 200px;
  }
}
@media (max-width: 768px) {
  #site_config .site .home {
    line-height: 40px;
    font-size: 12px;
  }
  #site_config .site .home.home1 {
    width: 40px;
  }
  #site_config .site .home.home1 img {
    width: 11px;
  }
  #site_config .site .home.home2,
  #site_config .site .home.home3 {
    width: 130px;
  }
  #site_config .site .home.home2:after,
  #site_config .site .home.home3:after {
    right: 10px;
    width: 10px;
    background-size: 100%;
  }
  #site_config .site .home > span {
    padding: 0px 15px;
  }
  #site_config .site .home > ul li a {
    font-size: 12px;
    padding: 5px 15px;
  }
}

/* dxBox */
.dxBox {
  background-image: url(../img/dxBox_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.dxBox .dxBoxInner {
  max-width: 1100px;
  margin: 0 auto;
}
.dxBox .dxBoxInner .row {
  margin: 0 -10px;
}
.dxBox .dxBoxInner .row > [class*="col-"] {
  padding: 10px;
}
.dxBox .dxBoxInner .item {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  backdrop-filter: saturate(110%) blur(10px);
  -webkit-backdrop-filter: saturate(110%) blur(10px);
  padding: 40px 10px;
}
.dxBox .dxBoxInner .item::before {
  content: "";
  background: white;
  opacity: 0.4;
  width: 70%;
  height: 100%;
  top: 0%;
  left: -125%;
  transform: skew(45deg);
  position: absolute;
  transition: left 500ms ease-out;
}
.dxBox .dxBoxInner .item:hover::before {
  left: 150%;
}
.dxBox .dxBoxInner .item .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}
.dxBox .dxBoxInner .item .txt .dft {
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .dxBox .dxBoxInner .row > [class*="col-"] {
    padding: 5px;
  }
  .dxBox .dxBoxInner .item {
    padding: 15px 10px;
  }
  .dxBox .dxBoxInner .item .icon {
    margin-bottom: 8px;
  }
  .dxBox .dxBoxInner .item .icon img {
    width: 32px;
  }
}
/* pro_tit */
.proTit strong {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 80px;
  background-color: #002e8b;
  color: #fff;
  text-align: center;
}

/* rowPro */
.rowPro > li {
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
.rowPro > li:before {
  content: "";
  position: absolute;
  left: 70px;
  bottom: 0px;
  border-left: 1px dashed #002e8b;
  height: 65%;
}
.rowPro > li:after {
  content: "";
  position: absolute;
  left: 70px;
  top: 0px;
  border-left: 1px dashed #002e8b;
  height: 35%;
}
.rowPro > li:first-child:after {
  display: none;
}
.rowPro > li:last-child::before {
  display: none;
}
.rowPro .proItem {
  background-color: #f5f5f5;
  padding: 60px 50px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.rowPro .proItem .n {
  width: 60px;
}
.rowPro .proItem .txt {
  width: calc(100% - 80px);
}
.rowPro .proItem .n .nitem {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002e8b;
  color: #fff;
}
.rowPro .proItem .n {
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}
.rowPro .proItem .ser_ic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.rowPro .proItem .ser_ic > div {
  background-color: #fff;
  border-radius: 50%;
  padding: 30px;
}
@media (max-width: 768px) {
  .rowPro .proItem {
    padding: 30px 20px;
  }
  .rowPro .proItem .n .nitem {
    width: 40px;
    height: 40px;
  }
  .rowPro > li:before {
    left: 40px;
  }
  .rowPro > li:after {
    left: 40px;
  }
  .rowPro .proItem .n {
    width: 40px;
  }
  .rowPro .proItem .txt {
    width: calc(100% - 60px);
  }
  .rowPro.rowPro_hasImg > li::before {
    height: 85%;
  }
  .rowPro.rowPro_hasImg > li:after {
    height: 15%;
  }
  .rowPro.rowPro_hasImg .proItem {
    flex-wrap: wrap;
    row-gap: 0px;
  }
  .rowPro.rowPro_hasImg .proItem .txt {
    width: calc(100% - 60px);
  }
  .rowPro.rowPro_hasImg .proItem .img {
    width: 100%;
    padding-left: 60px;
  }
  .rowPro.rowPro_hasImg .proItem .img img {
    width: 50px;
  }
  .rowPro .proItem .ser_ic > div {
    border-radius: 0%;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

/* dvdHr */
.dvdHr {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 6rem 0;
}
.dvdHr.sm {
  margin: 4rem 0;
}
.dvdHr.big {
  margin: 8rem 0;
}
@media (max-width: 768px) {
  .dvdHr {
    margin: 3rem 0;
  }
  .dvdHr.sm {
    margin: 2rem 0;
  }
  .dvdHr.big {
    margin: 4rem 0;
  }
}

/* serImgs */
.serImgs .item:not(.noImage) {
  cursor: pointer;
  display: block;
}
.serImgs .item .img {
  overflow: hidden;
  position: relative;
}
.serImgs .item .img .cate {
  position: absolute;
  left: 15px;
  top: 15px;
  /* background-color: rgba(0, 46, 139, 0.9); */
  background-color: rgba(0, 79, 236, 0.9);
  color: #fff;
  border-radius: 8px;
  z-index: 10;
  padding: 6px 15px;
  font-weight: 600;
}
.serImgs .item .img .iconFloat {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.serImgs .item .img .iconFloat .dft {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 78, 236, 0.1);
  border-radius: 50%;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.serImgs .item .img img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.serImgs .item .img .btLogo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.serImgs .item .img .btLogo img {
  background-color: #fff;
  border-radius: 20px 0 0 0;
  padding: 10px 20px;
}
.serImgs .item .img .btLogo .anonymous {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  height: 55px;
  padding: 10px 20px;
  border-radius: 20px 0 0 0;
  background-color: #fff;
  color: #999;
}
.bg-lgray .serImgs .item .img .btLogo img {
  background-color: #f8f8fa;
}
.serImgs .item .txt {
  padding-top: 20px;
}
.serImgs .item .txt .exCate {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 700;
}
.serImgs .item .txt .exCate .hd {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #335caf;
  padding: 8px 10px;
  line-height: 1em;
  color: #335caf;
}
.serImgs .item .txt .exCate .cn {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  margin-left: 8px;
}
.serImgs.serImgsFlat .item {
  cursor: default;
}
.serImgs.serImgsFlat .item .txt {
  padding-top: 0;
}
@media (min-width: 767px) {
  .serImgs .item:hover .img .iconFloat .dft {
    background-color: rgba(0, 78, 236, 0.9);
    transform: rotate(180deg);
    color: #fff;
  }
  .serImgs .item:not(.noImage):hover .img > img {
    /* transform: scale(1.1); */
  }
}
@media (max-width: 768px) {
  .serImgs > li {
    margin-top: 30px;
  }
  .serImgs .item .img .btLogo {
    max-width: 50%;
  }
  .serImgs .item .img .btLogo img {
    padding: 5px 10px;
  }
  .serImgs .item .img .iconFloat {
    width: 60px;
    height: 60px;
  }
  .serImgs .item .img .iconFloat .dft {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 78, 236, 0.4);
  }
}

/* bg-lgray */
.bg-lgray {
  background-color: #f8f8fa;
}
.bg-w {
  background-color: #fff;
}
/* vdo */
.vdo {
  background-color: #000;
}
.vdo video,
.vdo iframe {
  width: 100%;
  max-height: 450px;
}
.vdo img {
  width: 100%;
}
/* howProcess */
.howProcess {
  background-color: #fff;
  padding: 50px;
}
.howProcess .item {
  position: relative;
}
.howProcess .item .arr {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
}
.howProcess .item .arr i {
  color: #100372;
  background-color: #f3f2ff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
}
.howProcess .item .txt .num {
  border-bottom: 1px solid #002e8b;
  color: #002e8b;
  font-weight: 600;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .howProcess {
    padding: 0 10px;
  }
  .howProcess .item {
    padding: 30px 0;
  }
  .howProcess .item .arr {
    top: calc(100% + 15px);
    right: 0%;
    width: 100%;
    height: 30px;
    transform: translateY(-100%);
    text-align: center;
  }
  .howProcess .item .arr:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px dashed #ddd;
  }
  .howProcess .item .arr i {
    transform: rotate(90deg);
    z-index: 5;
    position: relative;
  }
  .howProcess .item .txt .num {
    border-bottom: 0px solid #002e8b;
    margin-bottom: 3px;
    padding-bottom: 0;
  }
  .howProcess .item .icon img {
    width: 45px;
  }
}

/* proTxtList */
.proTxtList .item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0;
}
.proTxtList li:not(:first-child) .item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0%;
  height: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.proTxtList li:not(:last-child) .item:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  height: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.proTxtList .item .dot {
  width: 25px;
  text-align: center;
}
.proTxtList .item .dot .dot_ob {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #004eec;
  border-radius: 50%;
  position: relative;
}
.proTxtList .item .dot .dot_ob:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0) scale(6);
  border-radius: 50%;
  background-color: rgba(0, 79, 236, 0.1);
}
.proTxtList .item .num {
  padding-left: 20px;
  width: 35px;
  text-align: center;
}
.proTxtList .item .tt {
  padding-left: 20px;
  width: 150px;
}
.proTxtList .item .cc {
  padding-left: 20px;
  width: calc(100% - 210px);
}
@media (max-width: 768px) {
  .proTxtList .item {
    display: block;
  }
  .proTxtList .item > div {
    width: 100% !important;
  }
  .proTxtList .item .dot {
    position: absolute;
    left: 11px;
    top: 0;
    width: auto !important;
  }
  .proTxtList .item .num {
    text-align: left;
  }
  .proTxtList li:first-child .item::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0%;
    height: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .proTxtList li:last-child .item:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    height: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.imgBorderPadding {
  padding: 48px;
}
.imgBorderDashed {
  border: 1px dashed #aaa;
}
.imgBorderSolid {
  border: 1px solid #ddd;
}

/* dataList */
@media (min-width: 767px) {
  .dataItem {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dataItem .h {
    width: 230px;
  }
  .dataItem .c {
    width: calc(100% - 230px);
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .dataItem .h {
    display: block;
    margin-top: 4px;
  }
}

/* topSlick */
.topSlick {
  padding: 0 40px;
}
.topSlick .sysItem {
  text-decoration: none;
  display: block;
}
.topSlick .sysItem .item {
  padding: 15px 0;
}
.topSlick .sysItem .txt {
  margin-bottom: 10px;
}
.topSlick .sysItem .moreImg {
  padding: 8px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.topSlick .sysItem .moreImg span:not(.ext) {
  display: block;
  position: relative;
}
.topSlick .sysItem .moreImg span:not(.ext):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.02);
  mix-blend-mode: multiply;
  border-radius: 15px;
}
.topSlick .txt p {
  line-height: 1.5em;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .topSlick {
    padding: 0 20px;
  }
  .topSlick > li + li {
    margin-top: 10px;
  }
}

/* subFootTop */
#footTop.subFootTop {
  background: url(../img/subFootTop.jpg) center center no-repeat !important;
  background-size: cover !important;
}
#footTop.subFootTop.subFootTop2 {
  background: url(../img/subFootTop2.jpg) center center no-repeat !important;
  background-size: cover !important;
}
#footTop.subFootTop .conWrp .rt .item {
  padding: 30px 40px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  gap: 15px;
  align-items: center;
}
#footTop.subFootTop .conWrp .rt .item .infoLft {
  width: calc(100% - 75px);
}
#footTop.subFootTop .conWrp .rt .item .infoRt {
  width: 60px;
  text-align: center;
}
@media (min-width: 1401px) {
  #footTop.subFootTop .conWrp {
    display: flex;
  }
  #footTop.subFootTop .conWrp .lft {
    width: 25%;
  }
  #footTop.subFootTop .conWrp .rt {
    width: 75%;
    padding-left: 30px;
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  #footTop.subFootTop .conWrp .mtit br {
    display: none;
  }
}
@media (max-width: 1400px) {
  #footTop.subFootTop .conWrp .mtit {
    text-align: center;
    margin-bottom: 15px;
  }
  #footTop.subFootTop .conWrp .rt .item {
    padding: 20px 20px;
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  #footTop.subFootTop .conWrp .rt .item .infoLft {
    width: calc(100% - 45px);
  }
  #footTop.subFootTop .conWrp .rt .item .infoRt,
  #footTop.subFootTop .conWrp .rt .item .infoRt img {
    width: 30px;
  }
}

/* secTop */
.secTop {
  height: 900px;
  display: flex;
  align-items: center;
  background: url(../img/secTop1.jpg) center center no-repeat;
  background-size: cover;
}
.secTop .sTit {
  display: inline-block;
}
.secTop .sTit .ttTit {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 9rem;
  opacity: 0.4;
  text-transform: uppercase;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .secTop {
    height: auto;
  }
  .secTop .sTit .ttTit {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 10vw;
  }
}

/* sub2 */
#sub2 .sec1 .fbox.gray {
  background-color: #fafafa;
}
@media (max-width: 768px) {
  #sub2 .sec1 .fbox > div {
    width: 100%;
  }
  #sub2 .sec1 .fbox > .txt {
    padding: 30px;
  }
}

/* profileBox */
.profileBox .name {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.profileBox .name .sm {
  font-size: 0.65em;
}
.profileBox .bgTag strong {
  display: inline-block;
  background-color: #004eec;
  border-radius: 4px;
  line-height: 1em;
  padding: 6px 15px;
  color: #fff;
}
@media (max-width: 768px) {
  .profileBox > div {
    width: 100%;
  }
  .profileBox > .txt {
    padding: 0 !important;
    padding-top: 30px !important;
  }
}

/* whatList */
.whatList .item {
  border-radius: 15px;
  border: 1px solid #004eec;
  background-color: #fbfdff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 170px;
  text-align: center;
  position: relative;
}
.whatList .item .que {
  position: absolute;
  left: 15px;
  top: 0;
  transform: translateY(-50%);
  max-width: 8vw;
}
@media (max-width: 1200px) {
  .whatList .item {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .whatList .item {
    border-radius: 8px;
    height: auto;
    padding: 25px 15px;
    margin-top: 8px;
  }
}

/* circles */
.circles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.circles .circle {
  width: 300px;
  height: 300px;
  max-width: 60vw;
  max-height: 60vw;
  background-color: rgba(171, 194, 209, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: -15px;
}
.circles .circle .cTop {
  display: inline-block;
  background-color: #004eec;
  border-radius: 80px;
  padding: 6px 25px;
}

/* revItemsWrp */
.revItemsWrp {
  position: relative;
}
.revItemsWrp .slick-arrow {
  position: absolute;
  top: 50%;
  background: url(../img/arrSlick.png) center center no-repeat;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: transparent;
  border: 0px !important;
}
.revItemsWrp .slick-arrow.slick-prev {
  left: -50px;
  transform: translate3d(-100%, -50%, 0);
}
.revItemsWrp .slick-arrow.slick-next {
  right: -50px;
  transform: translate3d(100%, -50%, 0) rotate(180deg);
}
/* revItems */
.revItems {
  margin: 0 -15px;
}
.revItems .slick-dots {
  text-align: center;
  padding: 0px;
  margin-top: 20px;
  top: 100%;
  width: 100%;
}
.revItems .slick-slide {
  padding: 0 15px;
}
.revItems .item {
  position: relative;
  border: 1px solid rgba(171, 194, 209, 0.5);
  border-radius: 15px;
  overflow: hidden;
}
.revItems .item .thum {
  position: absolute;
  right: 20px;
  top: 30px;
}
.revItems .item .top {
  background-color: #191f72;
  padding: 20px;
}
.revItems .item .top .btTxt {
  opacity: 0.6;
}
.revItems .item .txt {
  padding: 40px;
  background-color: #fff;
}
.revItems .item .txt .tcon {
  min-height: 120px;
}
.revItems .item .txt .date {
  color: #999;
}
@media (max-width: 768px) {
  .revItems .slick-dots {
    margin-top: 10px;
  }
  .revItems .item .thum {
    right: 10px;
    top: 20px;
  }
  .revItems .item .thum img {
    max-width: 25vw;
  }
  .revItems .item .top {
    border-radius: 8px 8px 0 0;
    padding: 15px;
  }
  .revItems .item .txt {
    padding: 20px 15px;
    border-radius: 0 0 8px 8px;
  }
  .revItems .item .txt .tcon {
    height: auto;
  }
}

/* slick-dots */
.slick-dots {
  text-align: center;
  padding: 0px;
  margin-top: 20px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
  color: transparent;
  vertical-align: middle;
  line-height: 1em;
}
.slick-dots li.slick-active button {
  border-radius: 50px;
  background-color: #004eec;
}
@media (max-width: 768px) {
  .slick-dots {
    text-align: center;
    padding: 0px;
  }
}

/* sub3 */
#sub3 .secTop {
  background-image: url(../img/secTop2.jpg) !important;
}

/* postBox */
.postBox .postItem {
  margin: 5px 0;
}
.postBox .postItem.postItem1 {
  transform: rotate(3deg);
}
.postBox .postItem.postItem2 {
  transform: rotate(-2deg);
}
.postBox .postItem.postItem3 {
  transform: rotate(2deg);
}
.postBox .postItem.postItem4 {
  transform: rotate(-1deg);
}
.postBox .postItem span {
  display: inline-block;
  padding: 18px 80px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .postBox .postItem span {
    padding: 12px 20px;
  }
}

/* dotSet */
.dotSet {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dotSet .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ddd;
  border-radius: 50%;
}

/* edu_bt */
.edu_bt {
  background: url(../img/edu_bt.jpg) center center no-repeat;
  position: relative;
  background-size: cover;
}
.edu_bt .arrTop {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.edu_bt .dft {
  letter-spacing: 0px;
}
@media (min-width: 992px) {
  .edu_bt {
    background-attachment: fixed;
  }
}

/* subms4 */
#subms4 {
  background-color: #f8f8fa;
  overflow: hidden;
  position: relative;
}
#subms4 .dotTop {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30vw;
  height: 30vw;
  background-color: #004eec;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 1;
  transform: translate3d(-10%, -90%, 0);
  opacity: 0.5;
}
#subms4 .dotBt {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20vw;
  height: 20vw;
  background-color: #004eec;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 1;
  transform: translate3d(10%, 90%, 0);
  opacity: 0.5;
}
#subms4 .container {
  position: relative;
  z-index: 5;
}
#subms4 .odometer_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#subms4 .odometer_wrp i,
#subms4 .odometer_wrp .pls {
  font-weight: 300;
  font-size: 0.7em;
}
#subms4 .odometer_wrp i {
  color: #333;
}
#subms4 .odometer_wrp .pls {
  margin-left: 5px;
}
#subms4 .odometer_wrp .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
#subms4 .odometer_wrp .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  letter-spacing: 0px !important;
}
@media (min-width: 768px) {
  #subms4 ul li {
    position: relative;
  }
  #subms4 ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 45px;
    height: 80%;
    top: 10%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  #subms4 ul li {
    position: relative;
  }
  #subms4 ul li:not(:last-child)::after {
    right: 25px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #subms4 ul li {
    position: relative;
  }
  #subms4 ul li:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  #subms4 {
    text-align: center;
    padding: 60px 0 !important;
  }
  #subms4 ul li {
    margin: 15px 0;
    padding: 0px;
  }
  #subms4 ul li .odometer_wrp {
    justify-content: center;
  }
  #subms4 .odometer_wrp .pls {
    margin-left: 2px;
  }
  #subsubms4 ul li h5 {
    line-height: 1.3em;
  }
}

/* moduleList */
.moduleList .item .top {
  border: 1px solid #7790cf;
  background-color: #f4f7fe;
  height: 100px;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.moduleList .item .top .dft {
  color: #5c85eb;
}
.moduleList .item .dashed {
  text-align: center;
  line-height: 0px;
}
.moduleList .item .dashed span {
  display: inline-block;
  height: 15px;
  border-left: 1px dashed #7790cf;
}
.moduleList .item .bt {
  background-color: #002e8b;
  height: 190px;
  border-radius: 10px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.moduleList .item .bt .tit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .moduleList .item .top .dft br {
    display: none;
  }
}
@media (max-width: 992px) {
  .moduleList .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .moduleList .item .top {
    width: 30%;
  }
  .moduleList .item .bt {
    width: calc(70% - 15px);
  }
  .moduleList .item .top,
  .moduleList .item .bt {
    height: 100px;
  }
  .moduleList .item .dashed span {
    display: inline-block;
    height: 0;
    width: 15px;
    border-left: 0px dashed #7790cf;
    border-bottom: 1px dashed #7790cf;
  }
  .moduleList .item .bt br {
    display: none;
  }
}
@media (max-width: 768px) {
  .moduleList .item .top {
    width: 40%;
  }
  .moduleList .item .bt {
    width: calc(60% - 15px);
  }
  .moduleList .item .top,
  .moduleList .item .bt {
    height: 140px;
  }
}

/* procImg */
.procImg {
  border: 1px solid #7790cf;
  position: relative;
}
.procImg .tt {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
.procImg .tt span {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 80px;
  background-color: #002e8b;
  color: #fff;
  text-align: center;
}

/* panelTalks */
.panelTalks .item {
  background-color: #f4f7fe;
  border-radius: 20px;
  text-align: center;
}
.panelTalks .item .tit {
  padding: 20px 15px 15px;
}
.panelTalks .item .tit .dft {
  color: #515f7e;
}
.panelTalks .item .logoBox {
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panelTalks .item .btCon {
  padding: 30px 15px;
}
.panelTalks .item .btCon .tagTop span {
  display: inline-block;
  background-color: #e6eaf4;
  border-radius: 60px;
  padding: 5px 20px;
  color: #4a5362;
  font-weight: 500;
}
.panelTalks .item .btCon .dft {
  line-height: 1.2em;
}
.panelTalks .item .btCon h5 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .panelTalks .item .logoBox {
    padding: 5px;
  }
  .panelTalks .item .logoBox img {
    max-width: 50vw;
  }
  .panelTalks .item .btCon {
    padding: 20px 15px;
  }
  .panelTalks .item .btCon h5 {
    height: auto;
    margin-top: 5px;
  }
  .panelTalks .item .btCon h5 br {
    display: none;
  }
}

/* topIcsList */
.topIcsList .item .topIcon {
  border-radius: 20px 20px 0 0;
  border: 1px solid #ddd;
  padding: 20px 15px;
  border-bottom: 0px;
}
.topIcsList .item .endTxt {
  border-radius: 0 0 20px 20px;
  border: 1px solid #ddd;
  padding: 20px 15px;
  border-top: 0px;
  display: flex;
  align-items: center;
  height: 200px;
}
.topIcsList .item .endTxt > div {
  width: 100%;
}
.topIcsList .item .endTxt .imgSet {
  margin: 0 -5px;
}
.topIcsList .item .endTxt .imgSet > div {
  padding: 5px;
}
.topIcsList .item .endTxt img {
  border: 1px solid #ddd;
  margin-top: 5px;
}
.topIcsList .item .mdImg img {
  width: 100%;
}

@media (max-width: 768px) {
  .topIcsList .item .topIcon img {
    width: 50px;
  }
  .topIcsList .item .endTxt {
    height: auto;
  }
}
/* exTit */
.exTit {
  display: flex;
  align-items: center;
  gap: 8px;
}
.exTit .dasned {
  height: 20px;
  border-right: 1px solid #aaa;
  display: inline-block;
  width: 1px;
}

@media (max-width: 768px) {
  .exTit .dasned {
    height: 12px;
  }
  #sub3 .sec4 .exTit {
    flex-wrap: wrap;
  }
}
/* stickerWrp */
.stickerWrp {
  display: flex;
  gap: 4px;
  align-items: center;
}
.stickerWrp .sticker {
  display: inline-block;
  border: 1px solid #004eeca1;
  color: #004eec;
  font-size: 0.6em;
  padding: 7px 10px;
  border-radius: 3px;
  line-height: 1em;
}
.stickerWrp .sticker:first-of-type {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .stickerWrp {
    width: 100%;
  }
  .stickerWrp .sticker:first-of-type {
    margin-left: 0;
  }
  .stickerWrp .sticker {
    padding: 4px 10px;
  }
}
/*  */
.eduHd .item {
  background-color: #f5f7fb;
  border: 1px solid #cfd9e2;
  padding: 30px 30px;
}
@media (max-width: 768px) {
  .eduHd .item {
    padding: 20px;
  }
}

/*table_basic*/
.table.table_basic {
  border-top: 2px solid #454f5d;
}
.table.table_basic.table_fx {
  table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
  font-size: 17px;
  color: #221814;
  line-height: 1.3em;
  text-transform: none;
  border: 1px solid #ddd;
  padding: 13px 12px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
  border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
  border-right: 0px;
}
.table.table_basic tbody tr td:nth-child(2) {
  word-break: keep-all !important;
}
.table.table_basic thead tr th {
  font-weight: 600;
}
.table.table_basic tbody tr th {
  font-weight: 500;
}
.table.table_basic tbody tr td {
  font-weight: 400;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
  text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
  text-align: center;
  word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
  vertical-align: middle;
}
.table.table_basic.th_vh thead tr th,
.table.table_basic.th_vh tbody tr th {
  vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
  word-break: keep-all;
}
.table.table_basic tbody tr th {
  /* background-color: #fcfcfc; */
}
.table.table_basic thead tr th {
  border-top: 2px solid #454f5d;
  border-bottom: 2px solid #454f5d;
  font-weight: 700;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
  background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
  color: #082c44;
  font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
  text-align: left;
}
.table.table_basic tbody tr td.text-right {
  text-align: right;
}
.table.table_basic tbody tr td.imp {
  background-color: #fffef4;
}
@media (max-width: 992px) {
  .table_wrp {
    width: 100%;
    overflow-x: scroll;
  }
  .table_wrp .table.table_basic {
    width: 700px;
  }
  .table.table_basic thead tr th,
  .table.table_basic thead tr td,
  .table.table_basic tbody tr th,
  .table.table_basic tbody tr td {
    font-size: calc(100vw * (18 / 992));
    padding: calc(100vw * (14 / 992));
  }
}
@media (max-width: 768px) {
  .table.table_basic thead tr th,
  .table.table_basic thead tr td,
  .table.table_basic tbody tr th,
  .table.table_basic tbody tr td {
    font-size: calc(100vw * (18 / 768));
    padding: calc(100vw * (14 / 768));
    word-break: break-all !important;
  }
}
@media (max-width: 500px) {
  .table.table_basic thead tr th,
  .table.table_basic thead tr td,
  .table.table_basic tbody tr th,
  .table.table_basic tbody tr td {
    font-size: calc(100vw * (18 / 500));
    padding: calc(100vw * (10 / 500));
  }
}

/* exItems */
.exItems {
  margin: 0 -15px;
}
.exItems .slick-dots {
  text-align: center;
  padding: 0px;
  margin-top: 20px;
  top: 100%;
  width: 100%;
}
.exItems .slick-slide {
  padding: 0 15px;
}
.exItems .item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(241, 243, 249, 0.85);
}
.exItems .item .thum {
  position: absolute;
  right: 20px;
  top: 30px;
}
.exItems .item .top {
  background-color: #191f72;
  padding: 20px;
}
.exItems .item .top .btTxt {
  opacity: 0.6;
}
.exItems .item .txt {
  padding: 40px;
}
.exItems .item .txt .tcon {
  min-height: 180px;
}
.exItems .item .txt .btLogo {
  background-color: #fff;
  text-align: center;
  padding: 10px;
}
.exItems .item .txt .btLogo img {
  display: inline-block;
}
.exItems .item .txt .btLogo .anonymous {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background: white;
  color: #999;
}
.exItems .item .txt .date {
  color: #999;
}
@media (max-width: 768px) {
  .exItems .slick-dots {
    margin-top: 10px;
  }
  .exItems .item .thum {
    right: 10px;
    top: 20px;
  }
  .exItems .item .thum img {
    max-width: 25vw;
  }
  .exItems .item .top {
    border-radius: 8px 8px 0 0;
    padding: 15px;
  }
  .exItems .item .txt {
    padding: 20px 15px;
    border-radius: 0 0 8px 8px;
  }
  .exItems .item .txt .tcon {
    height: auto;
  }
}

/* failedEx */
.failedExInner .slick-slide {
  padding: 20px 8px;
}
.failedExInner .slick-slide img {
  display: inline-block;
}
.failedEx .fItem {
  border-radius: 30px;
  background-color: #f7f7f7;
  padding: 40px 15px 0;
  position: relative;
  text-align: center;
}
.failedEx .fItem .failedPost {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-3px, -3px, 0) rotate(-25deg);
  background-color: #b2050d;
  line-height: 1em;
  padding: 3px 25px;
  color: #fff;
  font-weight: 500;
}
.failedEx .fItem .f_que {
  width: 28px;
}
.failedEx .fItem .txt .dft {
  line-height: 1.2em;
  margin-top: 12px;
  height: 90px;
}
@media (max-width: 768px) {
  .failedEx .fItem .txt .dft {
    height: auto;
  }
  .failedEx .fItem {
    border-radius: 10px;
    padding: 30px 15px 0;
  }
  .failedExInner .slick-slide img {
    max-width: 30vw;
  }
}
