/* ========================= 变量 ========================= */
/* ========================= public ========================= */
body {
  padding-top: 90px;
  font-size: 10px;
}
.container {
  width: 1440px;
  max-width: 90%;
  padding-left: 0;
  padding-right: 0;
}
.container::before,
.container::after {
  display: none;
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  padding-right: 1.3%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header .a-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e46c35;
  width: 12.5%;
  height: 90px;
}
.header .a-logo img {
  display: block;
  width: 63.3%;
  max-height: 90%;
}
.header .header-right {
  display: flex;
  align-items: center;
}
.header .header-line {
  width: 1px;
  height: 17px;
  background: #e5e5e5;
  margin-right: 3.9rem;
  margin-left: 4.2rem;
}
.header .header-lauguage {
  display: flex;
  color: #fff;
  line-height: 26px;
  padding: 0 13px;
  background: #e46c35;
  border-radius: 26px;
  margin-right: 6.4rem;
}
.header .header-lauguage a {
  display: inline-block;
  color: #f0af91;
  font-size: 1.4rem;
  transition: all 0.3s linear 0s;
}
.header .header-lauguage a:nth-child(2) {
  margin-left: 9px;
}
.header .header-lauguage a.on {
  color: #fff;
}
.header .header-lauguage a:hover {
  color: #fff;
}
.header .header-phone {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2.6rem;
  color: #000;
  position: relative;
  padding-left: 34px;
}
.header .header-phone::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  margin-right: 6px;
  background: url('../images/icon-phone.png') center no-repeat #000;
}
.header .header-phone .zi {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
.header .header-phone .num {
  font-family: "Arial";
  font-weight: bold;
  line-height: 1.3;
}
.header-bream {
  display: none;
}
.nav-list {
  display: flex;
}
.nav-list li {
  position: relative;
  margin-left: 4.6rem;
}
.nav-list li::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 3px;
  background-color: #e46c35;
  transition: all 0.3s linear 0s;
}
.nav-list li .span-a1 a {
  display: inline-block;
  line-height: 90px;
  font-size: 1.8rem;
  color: #000;
}
.nav-list li .span-a1 .bdo-icon {
  display: none;
}
.nav-list li .span-a1.on .bdo-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.nav-list li .span-a1.on .bdo-icon.on {
  transform: rotate(45deg);
}
.nav-list li .nav-down {
  position: absolute;
  left: 50%;
  top: 100%;
  padding: 2.3rem;
  padding-bottom: 1.8rem;
  transform: translate(-50%, 0);
  background-color: #e46c35;
}
.nav-list li .nav-down a {
  position: relative;
  display: block;
  white-space: nowrap;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.4rem;
  color: #fff;
  line-height: 3.4rem;
}
.nav-list li .nav-down a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url('../images/arrow-01.png') center no-repeat;
}
.nav-list li.on::before {
  left: 0;
  right: 0;
}
.footer {
  background-color: #000;
  border-bottom: 1rem solid #e46c35;
}
.footer-content {
  display: flex;
  justify-content: space-between;
}
.footer-content-left {
  width: 37.7%;
  padding-top: 7.9rem;
  padding-bottom: 6.3rem;
  display: flex;
  border-right: 1px solid #1f2026;
  font-size: 1.4rem;
  color: #7a7b81;
  line-height: 2.57;
}
.footer-content-left .des {
  margin-top: 3.5rem;
}
.footer-content-left .a-link {
  width: 16rem;
  line-height: 4.8rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #e46c35;
  margin-top: 5.2rem;
  border-radius: 4rem;
  transition: all 0.3s linear 0s;
}
.footer-content-left .a-link:hover {
  background-color: rgba(228, 108, 53, 0.6);
}
.footer-nav {
  width: 62.3%;
  padding-top: 10.5rem;
  padding-left: 13.4rem;
  display: flex;
  justify-content: space-between;
}
.footer-nav-list {
  line-height: 2.14;
}
.footer-nav-list .title {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.footer-nav-list a {
  font-size: 1.4rem;
  color: #7a7b81;
}
.footer-nav-list a:hover {
  color: #e46c35;
}
.footer-contact {
  border-top: 1px solid #1f2026;
}
.footer-contact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.4rem;
  color: #7a7b81;
}
.footer-contact-right .div-icon {
  margin-left: 2.7rem;
  cursor: pointer;
}
.footer-contact-right .div-icon .img {
  display: block;
}
.footer-contact-right .div-icon .imgh {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.footer-contact-right .div-icon .div-ewm {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding-bottom: 2.5rem;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.footer-contact-right .div-icon .div-ewm::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 19px;
  width: 7px;
  height: 6px;
  background: url('../images/arrow-02.png') center no-repeat;
  transform: translateX(-50%);
}
.footer-contact-right .div-icon:hover .imgh {
  opacity: 1;
}
.footer-contact-right .div-icon:hover .div-ewm {
  visibility: visible;
  opacity: 1;
}
.a-link {
  width: 16rem;
  line-height: 4.8rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #e46c35;
  border-radius: 4rem;
  transition: all 0.3s linear 0s;
}
.a-link:hover {
  color: #fff;
  background-color: rgba(228, 108, 53, 0.6);
}
button.a-link {
  border: none;
  outline: none;
}
.public-tc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.public-tc .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-height: 100vh;
}
.public-tc .img img {
  max-width: 100%;
  max-height: 100vh;
}
.public-tc .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-height: 100vh;
  text-align: center;
}
#video {
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
.public-tc-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.public-title {
  font-size: 3.6rem;
  color: #000;
  line-height: 1;
}
.public-title::before {
  content: "";
  display: block;
  width: 14.6rem;
  height: 0.5rem;
  background-color: #e46c35;
  margin-bottom: 3.5rem;
}
.public-title.tc::before {
  margin-left: auto;
  margin-right: auto;
}
.public-title.white {
  color: #fff;
}
.public-title.white::before {
  background-color: #fff;
}
.public-title2 .tit {
  font-size: 2.8rem;
  color: #666;
  line-height: 1;
  margin: 0 4rem;
}
.public-title2 .tit::before {
  content: "";
  display: none;
  width: 14.6rem;
  height: 0.5rem;
  background-color: #e46c35;
  margin-bottom: 3.2rem;
}
.public-title2 .tit.on {
  font-size: 3.6rem;
  color: #000;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.public-title2 .tit.on::before {
  content: "";
  display: block;
}
.public-zw {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* 立即报名 */
.public-lhbm {
  padding-top: 5%;
  padding-bottom: 5%;
  background: url('../images/bg-02.jpg') center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.public-lhbm-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.public-lhbm-content .cont .title {
  font-size: 3.8rem;
}
.public-lhbm-content .cont .des {
  font-size: 2rem;
  line-height: 2;
  margin-top: 0.7rem;
}
.public-lhbm-content .a-link {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  transition: all 0.3s linear 0s;
}
/* 满屏弹窗 */
.public-full-tc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  z-index: 108;
  padding-top: 6.6rem;
  background: url('../images/word-03.png') center no-repeat #fff;
  background-size: 100%;
  display: none;
}
.public-full-tc .top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #e46c35;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5.4rem;
  height: 6.6rem;
}
.public-full-tc .title {
  font-size: 3.6rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-top: 9.2rem;
}
.public-full-tc .title-des {
  font-size: 1.6rem;
  color: #666;
  line-height: 2.6rem;
  margin-top: 2rem;
}
.public-full-tc .content-gdt {
  width: 87.5%;
  height: calc(100vh - 390px);
  margin: 4rem auto 0;
  overflow: auto;
}
.public-full-tc .content {
  padding-left: 12rem;
  padding-right: 12rem;
}
.public-full-tc .a-link {
  margin-top: 5rem;
}
.public-full-tc .content-gdt .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e46c35;
  width: 100%;
}
.public-full-tc .content-gdt .mCSB_scrollTools .mCSB_draggerRail {
  width: 16px;
  background-color: #e0e0e0;
}
.public-full-close {
  cursor: pointer;
}
/* 报名 */
.public-baoming-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.public-baoming-list li {
  padding-left: 130px;
  width: 43.75%;
  margin-top: 3rem;
}
.public-baoming-list li:first-child {
  margin-top: 0;
}
.public-baoming-list li .span-tit {
  float: left;
  width: 130px;
  margin-left: -130px;
  font-size: 2.2rem;
  color: #000;
  line-height: 6rem;
}
.public-baoming-list li .cont .put-01 {
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  font-size: 2.2rem;
  color: #010101;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  outline: none;
}
.public-baoming-list li .cont .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.public-baoming-list li .cont .label-01 {
  min-width: 25%;
  padding-right: 2rem;
  font-size: 1.8rem;
  color: #666;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
.public-baoming-list li .cont .label-01 input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  line-height: 2.8rem;
  position: relative;
  top: -2px;
}
.public-baoming-list li .cont .text-01 {
  width: 100%;
  height: 216px;
}
/* ========================= index ========================= */
.banner-owl .owl-dots {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  bottom: 7.6%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner-owl .owl-dots .owl-dot {
  flex: 1;
  margin: 0 0.625rem;
}
.banner-owl .owl-dots .owl-dot .number-dot {
  font-size: 2rem;
  font-family: "Arial";
  font-weight: bold;
  line-height: 1;
  color: #82848a;
}
.banner-owl .owl-dots .owl-dot .number-dot::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.5rem;
  background-color: #82848a;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-owl .owl-dots .owl-dot.active .number-dot {
  color: #fff;
}
.banner-owl .owl-dots .owl-dot.active .number-dot::after {
  background: #fff;
}
.banner-owl .owl-nav button {
  position: absolute;
  top: 50%;
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0.5;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.banner-owl .owl-nav button span {
  font-size: 0;
}
.banner-owl .owl-nav button.owl-prev {
  left: 10.15%;
  background: url('../images/arrow-prev.png') center no-repeat;
  background-size: cover;
}
.banner-owl .owl-nav button.owl-next {
  right: 10.15%;
  background: url('../images/arrow-next.png') center no-repeat;
  background-size: cover;
}
.banner-owl .owl-nav button:hover {
  opacity: 1;
}
.banner-owl .owl-item.active .banner-a1 .div-word {
  opacity: 1;
  transform: translateY(-50%);
}
.banner-a1 {
  position: relative;
  overflow: hidden;
  /* .span-img{
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        animation:banner_scale 15s infinite linear;
        -moz-animation:banner_scale 15s infinite linear; 
        -webkit-animation:banner_scale 15s infinite linear; 
        -o-animation:banner_scale 15s infinite linear; 
        .img{
            display: none;
        }
    } */
}
.banner-a1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 12, 17, 0.25);
}
.banner-a1 .div-word {
  position: absolute;
  left: 0;
  top: 45%;
  right: 0;
  z-index: 2;
  transform: translateY(0);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.5s linear 0s;
}
.banner-a1 .div-word .tit1 {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}
.banner-a1 .div-word .tit2 {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 0.5%;
  transition: all 0.3s linear 0s;
}
.public-index-title {
  text-align: center;
}
.public-index-title .title {
  font-size: 3.6rem;
  color: #000;
  line-height: 1;
}
.public-index-title .des {
  font-size: 1.4rem;
  color: #999;
  line-height: 2;
  margin-top: 2%;
}
.index-pxkz {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #f6f6f6;
}
.index-pxkz-owl {
  position: relative;
  margin-top: 3.2rem;
}
.index-pxkz-owl .owl-nav button {
  position: absolute;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  opacity: 0.5;
  transition: background 0.3s;
}
.index-pxkz-owl .owl-nav button span {
  font-size: 0;
}
.index-pxkz-owl .owl-nav button.owl-prev {
  left: 0;
  background: url('../images/arrow-prev2.png') center no-repeat;
  background-size: cover;
}
.index-pxkz-owl .owl-nav button.owl-next {
  right: 0;
  background: url('../images/arrow-next2.png') center no-repeat;
  background-size: cover;
}
.index-pxkz-owl .owl-nav button:hover {
  opacity: 1;
}
.index-pxkz-owl::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 1px;
  right: 0;
  height: 1px;
  background-color: #d3d3d3;
}
.index-pxkz-owl a {
  font-size: 1.8rem;
  color: #999;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 2.8rem;
  padding-bottom: 0.5rem;
  transition: all 0.3s linear 0s;
}
.index-pxkz-owl a::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0;
  height: 3px;
  transition: all 0.3s linear 0s;
}
.index-pxkz-owl a.on {
  color: #e46c35;
}
.index-pxkz-owl a.on::before {
  left: 0;
  right: 0;
  background-color: #e46c35;
}
.index-pxkz-container {
  margin-top: 3rem;
}
.index-pxkz-01 {
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  background-color: #fff;
  transition: all 0.3s linear 0s;
}
.index-pxkz-01 .img {
  width: 50.69%;
}
.index-pxkz-01 .img > img {
  width: 100%;
}
.index-pxkz-01 .img .span-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-pxkz-01 .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.index-pxkz-01 .content {
  width: 49.31%;
  padding-left: 6rem;
  padding-right: 6rem;
}
.index-pxkz-01 .content .icon img {
  max-height: 4rem;
}
.index-pxkz-01 .content .tit {
  font-size: 2.6rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-top: 3.5rem;
}
.index-pxkz-01 .content .des {
  font-size: 1.4rem;
  color: #999;
  line-height: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 8.4rem;
  margin-top: 2rem;
}
.index-pxkz-01 .content .a-link {
  text-align: center;
  margin-top: 2.5rem;
}
.index-pxkz-01.on {
  position: relative;
  z-index: 2;
  visibility: visible;
  opacity: 1;
}
.index-contact {
  padding-top: 4%;
  padding-bottom: 3%;
  background: url('../images/word-01.png') top center no-repeat #e46c35;
  background-size: 100%;
}
.index-contact .index-contact-content {
  display: flex;
}
.index-contact .index-contact-content .index-contact-box1 {
  width: 28.8%;
  padding-right: 5rem;
}
.index-contact .index-contact-content .index-contact-box1 .title {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-contact .index-contact-content .index-contact-box1 .des {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  margin-top: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-contact .index-contact-content .index-contact-box1 .a-link {
  color: #fff;
  margin-top: 4.8rem;
  width: 16rem;
  line-height: 4.8rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4rem;
}
.index-contact .index-contact-content .index-contact-box1 .a-link:hover {
  color: #e46c35;
  background-color: #fff;
}
.index-contact .index-contact-content .index-contact-box2 {
  width: 23.7%;
  padding: 0 5rem;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.index-contact .index-contact-content .index-contact-box2 .title {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-contact .index-contact-content .index-contact-box2 .des {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 11.2rem;
  margin-top: 2.3rem;
}
.index-contact .index-contact-content .index-contact-box2 .a-link {
  color: #fff;
  margin-top: 4.8rem;
  width: 16rem;
  line-height: 4.8rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4rem;
}
.index-about {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #fff;
}
.index-about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-about-left {
  width: 42%;
}
.index-about-left .img img {
  max-height: 5rem;
}
.index-about-left .title {
  font-size: 3rem;
  color: #000;
  line-height: 1;
  margin-top: 2.5rem;
}
.index-about-left .des {
  font-size: 1.6rem;
  color: #000;
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 7.8rem;
  margin-top: 3rem;
}
.index-about-left .des2 {
  font-size: 1.4rem;
  color: #999;
  line-height: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 8.4rem;
  margin-top: 2rem;
}
.index-about-left .a-link {
  margin-top: 3rem;
}
.index-about-video {
  width: 53.4%;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-about-video img {
  width: 100%;
}
.index-about-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.index-about-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.6rem;
  height: 5.6rem;
  background: url('../images/icon-02.png') center no-repeat;
  background-size: cover;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.index-news {
  padding-top: 3%;
  padding-bottom: 3%;
}
.index-news .a-link {
  width: 16rem;
  line-height: 4.8rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #e46c35;
  border-radius: 4rem;
  transition: all 0.3s linear 0s;
}
.index-news .a-link:hover {
  background-color: rgba(228, 108, 53, 0.6);
}
.index-news-list {
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 4rem -8px 0;
}
.index-news-list li {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 2rem;
}
.index-news-box {
  position: relative;
  background-color: #fff;
  padding: 4rem 5rem 3rem;
}
.index-news-box .index-news-a1 {
  display: flex;
}
.index-news-box .index-news-left {
  width: 25%;
}
.index-news-box .index-news-left .date {
  font-family: "Arial";
}
.index-news-box .index-news-left .date .d1 {
  font-size: 3.8rem;
  color: #000;
  line-height: 1;
}
.index-news-box .index-news-left .date .d2 {
  font-size: 1.4rem;
  color: #999;
  line-height: 1;
  margin-top: 1rem;
}
.index-news-box .index-news-left .more {
  width: 9rem;
  max-width: 80%;
  margin-top: 4rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #eee;
  transition: all 0.3s linear 0s;
}
.index-news-box .index-news-right {
  width: 75%;
}
.index-news-box .index-news-right .tit {
  font-size: 1.8rem;
  color: #000;
  line-height: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 5.6rem;
}
.index-news-box .index-news-right .des {
  font-size: 1.4rem;
  color: #999;
  line-height: 2.8rem;
  margin-top: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 5.6rem;
}
.index-news-box::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 0.5rem;
  background-color: #e46c35;
  transition: all 0.3s linear 0s;
}
.index-news-box:hover::after {
  left: 0;
  right: 0;
}
.index-news-box:hover .index-news-left .more {
  color: #e46c35;
  border-bottom: 1px solid #e46c35;
}
.index-zznl {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #f6f6f6;
}
.index-zznl-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  margin: 4rem -3.7rem 0;
}
.index-zznl-list li {
  width: 25%;
  padding: 0 3.7rem 2rem;
}
.index-zznl-box {
  text-align: center;
  transition: all 0.3s linear 0s;
}
.index-zznl-box .img {
  padding: 17px;
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid #f4f1f1;
}
.index-zznl-box .img .span-img .bdo-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-zznl-box .img img {
  width: 100%;
}
.index-zznl-box .tit {
  white-space: nowrap;
  text-emphasis: none;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  margin-top: 2.5rem;
  color: #000;
}
.index-zznl-box:hover {
  transform: translateY(-5px);
}
/* ========================= 关于我们 ========================= */
.about-intro {
  padding-top: 3.7%;
  padding-bottom: 3.4%;
  background: url('../images/word-02.png') center bottom no-repeat;
  background-size: 100%;
}
.about-intro-des {
  width: 85%;
  color: #000;
  margin-top: 3%;
  text-align: center;
}
.about-intro-des .des1 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.about-intro-des .des2 {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #999;
  margin-top: 2px;
}
.about-intro-number {
  display: flex;
  justify-content: space-between;
  padding-left: 4.7rem;
  padding-right: 4.7rem;
  margin-top: 4%;
}
.about-intro-number .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-intro-number .box .num {
  font-size: 6.6rem;
  color: #e46c35;
  line-height: 1;
}
.about-intro-number .box .num sub {
  font-size: 2rem;
}
.about-intro-number .box .zi {
  font-size: 1.6rem;
  color: #666;
  line-height: 1;
  margin-top: 1.2rem;
}
.about-video {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about-video img {
  display: block;
  width: 100%;
}
.about-video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../images/icon-play.png') center no-repeat rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.about-adv {
  padding-top: 9.6%;
  padding-bottom: 9%;
}
.about-adv-01,
.about-adv-box {
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.3s linear 0s;
}
.about-adv-01::before,
.about-adv-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s linear 0s;
}
.about-adv-01 .cont,
.about-adv-box .cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  padding: 2rem 8.33%;
  text-align: center;
  transition: all 0.3s linear 0s;
}
.about-adv-01 .cont .title,
.about-adv-box .cont .title {
  font-weight: bold;
}
.about-adv-01 .cont .title {
  font-size: 4rem;
  line-height: 1;
}
.about-adv-01 .cont .title::before {
  content: "";
  display: block;
  width: 14.6rem;
  height: 0.5rem;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 3.5rem;
}
.about-adv-01 .cont .des {
  font-size: 2rem;
  line-height: 4rem;
  margin-top: 2rem;
}
.about-adv-01 .cont .a-link {
  margin-top: 3.4rem;
  background: none;
  border: 1px solid #fff;
}
.about-adv-01 .cont .a-link:hover {
  background-color: #fff;
  color: #e46c35;
}
.about-adv-02 {
  display: flex;
  justify-content: space-between;
  margin-top: 1.8%;
}
.about-adv-box {
  width: 32%;
}
.about-adv-box .cont {
  left: 15%;
  right: 15%;
  text-align: center;
}
.about-adv-box .cont .title {
  font-size: 2rem;
  line-height: 1;
}
.about-adv-box .cont .des {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-top: 2.3rem;
  height: 8.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-culture {
  padding-top: 7.6%;
  padding-bottom: 7.6%;
  background-color: #f6f6f6;
}
.about-culture-content {
  display: flex;
  justify-content: space-between;
  margin-top: 5.5%;
}
.about-culture-box1 {
  width: 23.61%;
  text-align: center;
  transition: all 0.3s linear 0s;
}
.about-culture-box1 .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4rem;
}
.about-culture-box1 .tit {
  font-size: 2.4rem;
  color: #000;
  margin-top: 3.8rem;
}
.about-culture-box1 .des {
  font-size: 1.4rem;
  color: #999;
  line-height: 2.8rem;
  margin-top: 2.2rem;
}
.about-plan {
  padding-top: 10%;
  padding-bottom: 7.2%;
  background: url('../images/bg-01.png') center no-repeat;
  background-size: cover;
}
.about-plan-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-plan-content-left {
  width: 34.72%;
}
.about-plan-content-left .des1 {
  margin-top: 7rem;
  font-size: 4.2rem;
  line-height: 6.4rem;
  color: #000;
}
.about-plan-content-left .des2 {
  margin-top: 0.7rem;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #000;
}
.about-plan-content-left .des3 {
  margin-top: 7rem;
  font-size: 1.8rem;
  color: #999;
  line-height: 2.8rem;
  margin-top: 2.5rem;
}
.about-plan-content-left .a-link {
  margin-top: 7rem;
}
.about-plan-content-right {
  width: 51.38%;
}
.about-plan-content-right > div {
  margin-top: 2.4rem;
}
.about-plan-content-right > div:first-child {
  margin-top: 0;
}
.about-plan-box {
  width: 79.5%;
  padding-left: 8%;
  padding-right: 8.5%;
  background-color: #feb491;
  color: #fff;
  border-radius: 2rem;
}
.about-plan-box .cont {
  position: relative;
  padding: 4.2rem 35.3% 4.8rem 0;
}
.about-plan-box .img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26%;
  border-radius: 50%;
  transition: all 10s linear 0s;
}
.about-plan-box .tit {
  font-size: 2.8rem;
  line-height: 1;
  max-height: 2.8rem;
}
.about-plan-box .des {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 2.2rem;
  max-height: 4rem;
}
/* ========================= 联系我们 ========================= */
.contact-content {
  padding-top: 5.8%;
}
.contact-list {
  display: flex;
  justify-content: space-between;
  padding-top: 4.9%;
}
.contact-list li {
  width: 28.47%;
}
.contact-list li .title {
  position: relative;
  font-size: 1.8rem;
  color: #000;
  padding-right: 5rem;
  line-height: 6rem;
  border-bottom: 1px solid #eee;
  transition: all 0.3s linear 0s;
  font-weight: bold;
}
.contact-list li .title .mg-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact-list li .des {
  font-size: 1.4rem;
  color: #7a7b81;
  margin-top: 1.6rem;
}
.contact-map {
  margin-top: 4%;
  margin-bottom: 9%;
}
.contact-map > img {
  width: 100%;
}
/* ========================= 资质证书 ========================= */
.banner-qualification {
  padding-top: 11%;
  padding-bottom: 15.9%;
  background-attachment: fixed;
  background-size: cover;
}
.banner-qualification img {
  width: 100%;
}
.banner-qualification .content .title {
  font-size: 4.8rem;
  color: #fff;
}
.banner-qualification .content .fenlei {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-qualification .content .fenlei-box {
  position: relative;
  width: 22%;
  text-align: center;
  margin-top: 9rem;
}
.banner-qualification .content .fenlei-box .tit {
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding-left: 12%;
  padding-right: 12%;
  transition: all 0.3s linear 0s;
}
.banner-qualification .content .fenlei-box .des {
  font-size: 2.4rem;
  color: #f2d8a3;
  line-height: 1;
  margin-top: 1.3rem;
  padding-left: 12%;
  padding-right: 12%;
  transition: all 0.3s linear 0s;
}
.banner-qualification .content .fenlei-box .icon-left,
.banner-qualification .content .fenlei-box .icon-right {
  position: absolute;
  bottom: 0;
  width: 11.94%;
  transition: all 0.3s linear 0s;
}
.banner-qualification .content .fenlei-box .icon-left img,
.banner-qualification .content .fenlei-box .icon-right img {
  width: 100%;
}
.banner-qualification .content .fenlei-box .icon-left {
  left: 0;
}
.banner-qualification .content .fenlei-box .icon-right {
  right: 0;
}
/* ========================= 资质能力 ========================= */
.zznl-container {
  margin-top: -8.2%;
}
.zznl-container .index-zznl-list {
  margin-top: 0;
}
.zznl-container .index-zznl-list li {
  margin-bottom: 3%;
}
/* ========================= 新闻资讯 ========================= */
.news-container {
  padding-top: 6%;
  padding-bottom: 3%;
  background-color: #f6f6f6;
}
.news-container .index-news-list {
  margin-top: 6.6%;
}
.news-container .index-news-list li {
  width: 100%;
}
.news-box {
  padding-left: 4%;
  padding-right: 4%;
}
.news-box::after {
  display: none;
}
.news-a1 {
  position: relative;
  padding-right: 18.23%;
}
.news-a1 .index-news-left {
  width: 14.29%;
}
.news-a1 .index-news-right {
  width: 100%;
}
.news-a1 .index-news-right .tit {
  font-size: 2rem;
  -webkit-line-clamp: 1;
  height: 2.8rem;
  transition: all 0.3s linear 0s;
}
.news-a1 .ckxq {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
/* ========================= 新闻资讯-详情 ========================= */
.news-detail-title {
  padding-top: 4.5%;
  padding-bottom: 4%;
}
.news-detail-container {
  margin-bottom: 3.1%;
  border-top: 1.6rem solid #e46c35;
}
.news-detail-top {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #999;
  height: 9.2rem;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.news-detail-top .date span {
  margin-left: 2rem;
}
.news-detail-top .link {
  color: #999;
  transition: all 0.3s linear 0s;
}
.news-detail {
  padding-top: 4.5%;
}
.news-detail .title {
  font-size: 3.2rem;
  color: #000;
  line-height: 5rem;
}
.news-detail .des {
  font-size: 1.4rem;
  color: #666;
  line-height: 2.8rem;
  margin-top: 3.6%;
}
.news-detail-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.5%;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.news-detail-page a {
  display: inline-block;
  max-width: 45%;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #999;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略符号来代表被修剪的文本 */
  transition: all 0.3s linear 0s;
}
/* ========================= 新闻资讯-详情 ========================= */
.banner-traning {
  position: relative;
}
.banner-traning > img {
  display: block;
  width: 100%;
}
.banner-traning .img-01,
.banner-traning .img-01 > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-traning .img-01 > div {
  display: none;
}
.banner-traning .img-01 > div:first-child {
  display: block;
}
.training-nav-01 {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  line-height: 6rem;
  padding-left: 3.3rem;
  padding-right: 3.3rem;
  margin-top: 1.6rem;
  cursor: pointer;
  color: #fff !important;
}
.training-nav-01 .btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  width: 2.4rem;
  height: 2.4rem;
}
.training-nav-01 .training-prev {
  left: 5%;
}
.training-nav-01 .training-next {
  right: 5%;
}
.training-nav {
  position: relative;
  height: 6rem;
  background-color: #0a131b;
}
.training-nav .swiper-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.training-nav .swiper-slide {
  text-align: center;
  width: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.training-nav .swiper-slide-active .training-nav-01 {
  background-color: #e46c35;
  line-height: 7.6rem;
  margin-top: 0;
  font-size: 2.2rem;
  padding-left: 11rem;
  padding-right: 11rem;
}
.training-nav .swiper-slide-active .training-nav-01 .btn-arrow {
  display: block;
}
/* .training-nav-owl{
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 480px;
    margin-left: -240px;
    .owl-stage-outer{
        overflow: visible;
    }
    .owl-dots{
        display: none;
    }
    .center{
        .training-nav-01{
            background-color: @orange;
            line-height: 11.6rem;
            margin-top: 0;
            font-size: 2.2rem;
        }
    }
} */
.training-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5%;
  padding-bottom: 5%;
}
.training-contact-box {
  width: 48.61%;
  cursor: pointer;
  transition: all 0.3s linear 0s;
}
.training-contact-box > img {
  width: 100%;
}
.training-contact-box .tit {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.4rem;
  z-index: 2;
}
.training-contact-box .tit img {
  margin-right: 1.2rem;
}
.training-contact-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.training-contact-box:first-child::before {
  background: rgba(51, 51, 51, 0.8);
}
.training-contact-box:nth-child(2)::before {
  background: rgba(228, 108, 53, 0.8);
}
.training-nav2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8.2%;
  padding-bottom: 5.6%;
  margin: 0 -13px;
  display: none;
}
.training-nav2.on {
  display: flex;
}
.training-nav2 li {
  min-width: calc(25% - 26px);
  margin: 0 13px 2.5rem;
}
.training-nav2 li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  line-height: 5rem;
  padding: 0.5rem 30px;
  background: #ccc;
  border-radius: 30px;
  transition: all 0.3s linear 0s;
}
.training-nav2 li.on a {
  background: #e46c35;
  color: #fff;
}
.training-line {
  position: relative;
}
.training-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 0.6rem;
  background-color: #e46c35;
}
.training-line img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 4rem;
}
.training-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6.5%;
  padding-bottom: 7.5%;
}
.training-intro .training-intro-left {
  width: 41.8%;
}
.training-intro .training-intro-right {
  width: 49%;
}
.training-intro-left .title {
  font-size: 3.6rem;
  color: #000;
  line-height: 5.8rem;
  font-weight: bold;
}
.training-intro-left .cont {
  font-size: 1.8rem;
  color: #666;
  line-height: 2.8rem;
  margin-top: 1.1rem;
}
.training-intro-left .intro {
  margin-top: 7%;
  padding-top: 6%;
  border-top: 1px solid #eee;
}
.training-intro-left .intro .tit {
  font-size: 2rem;
  color: #e46c35;
  font-weight: bold;
}
.training-intro-left .intro .des {
  font-size: 1.4rem;
  color: #999;
  line-height: 2.8rem;
  margin-top: 1.5rem;
}
.training-intro-left .link {
  display: flex;
  margin: 10% -0.8rem 0;
}
.training-intro-left .link a {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 3.8rem;
  background-color: #a2a2a2;
  border-radius: 2rem;
  margin: 0 0.8rem;
  transition: all 0.3s linear 0s;
}
.training-intro-left .link a img {
  margin-right: 0.8rem;
}
.training-intro-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.training-intro-right > img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.training-history {
  padding-top: 5%;
  padding-bottom: 4.5%;
  background: #2f2f2f;
}
.training-history-des {
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 2.2%;
}
.training-owl {
  margin-top: 3%;
}
.training-owl .owl-dots {
  margin-top: 3rem;
  text-align: center;
}
.training-owl .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #eee;
  border-radius: 50%;
  margin: 0 0.9rem;
}
.training-owl .owl-dots .owl-dot.active {
  background: #e46c35;
}
.training-owl-a1 .span-img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.training-owl-a1 .img {
  display: block;
  width: 100%;
}
.xuzhi-content {
  font-size: 1.6rem;
  color: #000;
  line-height: 4rem;
}
.course-list {
  display: flex;
  flex-wrap: wrap;
}
.course-list li {
  width: 33.33%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.course-a1 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.course-a1 .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../images/icon-play2.png') center no-repeat rgba(0, 0, 0, 0.8);
  background-size: 6rem;
  cursor: pointer;
}
.course-a1 img {
  width: 100%;
}
.course-a1 .tit {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #000;
  margin: 1rem;
  text-align: center;
}
@keyframes banner_scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes banner_scale {
  /* Firefox */
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes banner_scale {
  /* Safari 和 Chrome */
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes banner_scale {
  /* Opera */
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
