﻿@charset "UTF-8";
body { overflow-x: hidden; }

.wrap { margin: 0 auto; }

#fp-nav ul li:last-child, #fp-nav .fp-slidesNav ul li:last-child { display: none; }
#fp-nav ul li a span, #fp-nav.fp-slidesNav ul li a span { width: 12px; height: 12px; background-color: #000; opacity: 0.4; color: #e7831a; }
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, #fp-nav.fp-slidesNav ul li a.active span, #fp-nav.fp-slidesNav ul li:hover a.active span { margin: -2px 0 0 -2px; opacity: 1; background-color: #e7831a; }
#fp-nav ul li .fp-tooltip { color: #e7831a; }
#fp-nav.firstNav ul li a span, #fp-nav.fp-slidesNav.firstNav ul li a span { background-color: #fff; }
#fp-nav.firstNav ul li .fp-tooltip { color: #fff; }

.fix-head{ background: #000000;}
.fix-head .logo1{ display: block !important;}
.fix-head .logo2{ display: none !important;}
.other_head .navGroup > ul > li > a{ color: #000000 !important;}
.fix-head.other_head .navGroup > ul > li > a{ color: #ffffff !important;}
.header { position: fixed; left: 0; top: 0; width: 100%; z-index: 99; transition: all 1s; padding: 0 4.16667vw; }
.header .wrap { display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; }
.header .logo { display: -webkit-flex; display: flex; align-items: center; }
.header .logo_m{ display: none;}
.header .logo .logo2{ display: block;}
.header .logo .logo1{ display: none;}
.header .logo img { max-width: 100%; }
.header .logo .logo-img { width: 6.92708vw; }
.header .logo .logo-txt { width: 9.27083vw; }
.header .navGroup { float: right; }
.header .navGroup > ul > li { float: left; margin-left: 4.72917vw; position: relative; }
.header .navGroup > ul > li:first-child { margin-left: 0; }
.header .navGroup > ul > li > a { display: block; position: relative; line-height: 90px; text-align: center; color: #ffffff; position: relative; transform: translateZ(0); }
.header .navGroup > ul > li > a:before { content: ''; display: block; width: 8px; height: 8px; background: rgba(231, 131, 26, 0.6); position: absolute; left: -13px; top: 50%; z-index: 9; z-index: -1; transition: all .8s; opacity: 0; transform: scale(0); }
.header .navGroup > ul > li > a:after { content: ''; display: block; width: 22px; height: 22px; background: rgba(231, 131, 26, 0.4); position: absolute; left: -10px; top: calc(50% - 14px); z-index: 9; z-index: -1; transition: all .6s; opacity: 0; transform: scale(0); }
.header .navGroup > ul > li:hover > a { color: #fff; }
.header .navGroup > ul > li:hover > a:before { opacity: 1; transform: scale(1); }
.header .navGroup > ul > li:hover > a:after { opacity: 1; transform: scale(1); }
.header .navGroup > ul > li.active > a { color: #fff; }
.header .navGroup > ul > li.active > a:before { opacity: 1; transform: scale(1); }
.header .navGroup > ul > li.active > a:after { opacity: 1; transform: scale(1); }
.header .navGroup .dropMenu { position: absolute; top: 100%; left: 50%; width: 118px; margin-left: -59px; background-color: #fff; transition: all 1s; opacity: 0; visibility: hidden; transform: translateY(10px); }
.header .navGroup .dropMenu li { border-bottom: 1px solid #eeeeee; }
.header .navGroup .dropMenu li:last-child { border-bottom: none; }
.header .navGroup .dropMenu li a { line-height: 48px; display: block; text-align: center; font-size: 16px; }
.header .navGroup .dropMenu li a:hover { background-color: #e7831a; color: #fff; }
.header .navGroup > ul > li:hover .dropMenu { opacity: 1; visibility: visible; transform: translateY(0); }
.header .navGroup > ul > li.active .cn { transform: translateY(-38px); }
.header .navGroup > ul > li.active .en { transform: translateY(-38px); color: #e7831a; }
.header .menu { display: none; }

@media screen and (min-width: 3200px) { .header .logo .logo-img { width: auto; }
  .header .logo .logo-txt { width: auto; margin-top: 10px; }
  .header .navGroup > ul > li > a { line-height: 200px; } }
@media screen and (max-width: 980px) { 
	.header .logo img{ width: 80%;}
	.other_head .navGroup > ul > li > a{    color: #ffffff !important;}
	.header { height: 70px; }
  .header .wrap { height: 70px; }
  .header .logo .logo-img { width: 100px; }
  .header .logo .logo-txt { width: 120px; }
  .header .navGroup > ul > li > a { line-height: 60px; }
  .header .navGroup { display: none; }
  .header .menu { display: block; --color: #fff; width: 36px; height: 36px; padding: 0; margin: 0; outline: none; position: absolute; right: 0; top: 18px; border: none; background: none; cursor: pointer; -webkit-appearence: none; -webkit-tap-highlight-color: transparent; }
  .menu svg { width: 44px; height: 48px; top: -6px; left: -14px; stroke: var(--color); stroke-width: 4px; stroke-linecap: round; stroke-linejoin: round; fill: none; display: block; position: absolute; display: block; }
  .menu svg path { transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s); stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px); stroke-dashoffset: var(--offset, 126px); -webkit-transform: translateZ(0); transform: translateZ(0); }
  .menu svg path:nth-child(2) { --duration: .7s; --easing: ease-in; --offset: 100px; --array-2: 74px; }
  .menu svg path:nth-child(3) { --offset: 133px; --array-2: 107px; }
  .menu.active svg path { --offset: 57px; }
  .menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) { --delay: .15s; --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1); }
  .menu.active svg path:nth-child(2) { --duration: .4s; --offset: 2px; --array-1: 1px; }
  .menu.active svg path:nth-child(3) { --offset: 58px; }
  .header.scroll .menu { --color: #e7831a; }
  .header .navGroup { width: 100%; float: none; position: absolute; left: 0; top: 100%; background-color: #0c0c0c; height: calc(100vh - 50px); overflow-y: auto; }
  .header .navGroup > ul { padding: 10px 20px; }
  .header .navGroup > ul > li { float: none; margin-right: 0; width: 100%; padding-top: 0; height: auto; padding: 10px 0; margin-left: 0; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: returnToNormal; animation-name: returnToNormal; position: relative; }
  .header .navGroup > ul > li:after { content: ''; display: block; width: 15px; height: 14px; background: url(../img/nav_arrow.png) no-repeat; position: absolute; right: 0; top: 20px; }
  .header .navGroup > ul > li > a { color: #fff; text-align: left; line-height: 1.8; }
  .header .navGroup .dropMenu { display: none; transition: none; transform: none; width: 100%; position: static; opacity: 1; visibility: visible; margin-left: 0; }
  .header .navGroup .dropMenu li { border-bottom: none; }
  .header .navGroup .dropMenu li a { text-align: left; padding-left: 20px; } }
@media screen and (max-width: 980px) { .header .menu svg { display: block; } }
/* banner */
.section-banner .fp-tableCell { position: relative; }
.section-banner .fp-tableCell .arrow-down { position: absolute; width: 42px; height: 42px; background: url(../img/icon_down.png) 0 0/cover no-repeat; left: calc(50% - 21px); bottom: 5%; z-index: 8; animation: moves 2s infinite; -webkit-animation: moves 2s infinite; }

.banner-swiper { position: relative; width: 100%; height: 100vh; overflow: hidden; }
.banner-swiper .swiper-slide { width: 100%; height: 100%; position: relative; transition: all 1s; }
.banner-swiper .swiper-slide .img { position: relative; height: 100%; width: 100%; overflow: hidden; }
.banner-swiper .swiper-slide .img img { width: 100%; transition: all .8s; height: 100%; object-fit: cover; transition: 1s linear 2s; transform: scale(1.1, 1.1); }
.banner-swiper .swiper-slide .word { position: absolute; top: 0; left: 0; height: 100%; z-index: 3; width: 100%; }
.banner-swiper .swiper-slide .word img { width: 100%; }
.banner-swiper .swiper-slide .word h1 { transition: all 1s; transition-delay: 1s; transform: translateY(50px); opacity: 0; position: absolute;width: 100%; right: 0; /*bottom: 12.38889vh; */ bottom: 0;}
.banner-swiper .swiper-slide .word .txtp { color: #fff; position: absolute; left: 4.375vw; top: 50%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; }
.banner-swiper .swiper-slide .word .txtp p { transition: all 1s; opacity: 0; }
.banner-swiper .swiper-slide .word .txtp .telt { transition-delay: 0.5s; transform: translateY(50px); }
.banner-swiper .swiper-slide .word .txtp .tert { transition-delay: 0.8s; transform: translateY(50px); }
.banner-swiper .swiper-slide .word .txtp .tert { font-size: 12px; text-transform: uppercase; font-family: "SourceHanSerifCN"; font-weight: normal; letter-spacing: 3.4px; }
.banner-swiper .swiper-slide-active .img img { transition: 6s linear; transform: scale(1, 1); }
.banner-swiper .swiper-slide-active .word h1 { transform: translateY(-50px); opacity: 1; }
.banner-swiper .swiper-slide-active .word .txtp p { opacity: 1; }
.banner-swiper .swiper-slide-active .word .txtp .telt { transform: translateY(0); }
.banner-swiper .swiper-slide-active .word .txtp .tert { transform: translateY(0); opacity: 0.32; }
.banner-swiper .swiper-pagination { right: 5%;  left: auto; bottom: 8%; width: auto; font-family: "Mechsuit"; }
.banner-swiper .swiper-pagination-bullet { background-color: #ffffff; color: #656667; opacity: 1; width: 8px; height: 8px; transition: all .6s; }
.banner-swiper .swiper-pagination-bullet:first-child span { display: none; }
.banner-swiper .swiper-pagination-bullet i { font-style: normal; }
.banner-swiper .swiper-pagination-bullet-active { font-size: 30px; color: #e7831a; background: #e7831a;}

.section { background-position: center center; background-size: cover; background-repeat: no-repeat; }
.ban_vedio{ width: 100%; height: 100%;}
.ban_vedio video{ width: 100%; height: 100%; object-fit: cover;}
.mobile{ display: none;}
/* 视频 */
#videoPopup { position: fixed; width: 100%; height: 100%; top: 0; z-index: 1000; background-color: rgba(0, 0, 0, 0.4); display: none; }
#videoPopup .video-box { width: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#videoPopup .video-box video { width: 100%; max-width:100%;max-height:100%;padding-top:80px;padding-button:80px;}
#videoPopup .video-box .close { position: absolute; right: 20px; top: 0px; width: 60px; height: 60px; border-radius: 50%; background: rgba(0, 0, 0, 0.1); cursor: pointer; text-align: center;    border: 1px solid #ffffff; }
#videoPopup .video-box .close span { font-size: 30px; line-height: 60px; color: #fff; }
#videoPopup .video-box .close:hover { background: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 1023px) { .banner-swiper { height: 75vh; }
  .fp-section.fp-table, .fp-slide.fp-table, .fp-tableCell { height: auto !important; }
  .section-banner .fp-tableCell .arrow-down { width: 30px; height: 30px; } 
  
  }
@media screen and (max-width: 768px) { 
	body.scroll-wrap { background-color: #0c0c0c; }
  #fullpage { margin-top: 70px; }
  .banner-swiper { height: auto; }
  .banner-swiper .swiper-slide .img img { height: auto; object-fit: contain; transition: none; transform: none; }
  .banner-swiper .swiper-slide .word { position: absolute; top: 65%; transform: translateY(-50%); left: 0; height: auto; }
  .banner-swiper .swiper-slide .word h1 { position: static; }
  .banner-swiper .swiper-slide .word .txtp { position: static; }
  .banner-swiper .swiper-pagination-bullet-active { font-size: 20px; } 
  .header .logo{display: none;}
  .header .logo_m{ display: block;}
  .header .logo_m .logo2{ display: block;}
  .header .logo_m .logo1 { display: none;}
  
  }
@media screen and (max-width: 500px) { 
	.banner-swiper { height: 45vh; }
	.ban_vedio{ max-height: 32vh;}
	.ban_vedio{ max-height: 32vh;}
	.section-banner .fp-tableCell .arrow-down{    bottom: 43%;}
	.banner-swiper .swiper-slide .word{ position: relative;top: 0; transform: translateY(0); left: 0;}
  .banner-swiper .swiper-slide .word h1 { width: 100%; }
  .banner-swiper .swiper-slide .word .txtp .telt { font-size: 20px; }
  .banner-swiper .swiper-slide .word .txtp .tert { letter-spacing: 0; }
  .section-banner .fp-tableCell .arrow-down { width: 20px; height: 20px; }
  .banner-swiper .swiper-pagination-bullet { font-size: 14px; }
  .banner-swiper .swiper-pagination-bullet-active { font-size: 16px; } }
/* 2公司简介 */
.index-intro { background: url(../img/page2_bg0.jpg) center center/cover no-repeat; overflow: hidden; padding-top: 45px; }
.index-intro .inner { padding: 0 13.17708% 0 18.4375%; }
.index-intro .itr-left { background: url(../img/page2_bg1.png) 0 0/100% 100% no-repeat; float: left; width: 43.97866%; position: relative; transform: translateX(-100%); transition: ease 2s; opacity: 0; }
.index-intro .itr-left:before { content: ''; display: block; width: 47px; height: 47px; background: url(../img/corn_left_top.png) 0 0 no-repeat; position: absolute; left: 0; top: 23px; }
.index-intro .itr-left:after { content: ''; display: block; width: 0; height: 16px; background: url(../img/page2_bg1_rb.png) 0 0 no-repeat; position: absolute; right: 4.15945%; bottom: 18px; transition: all 3s; transition-delay: 1s; }
.index-intro .itr-left .logos { width: 42.63432%; margin-left: 22.18371%; margin-top: 66px; }
.index-intro .itr-left .logos img { width: 100%; }
.index-intro .itr-left .link { margin: 20px 0; margin-left: 28.59619%; }
.index-intro .itr-left .link a { display: inline-block; background-color: #505258; color: #fff; padding: 6px 30px; text-align: center; font-family: 'Adobe 黑体 Std'; }
.index-intro .itr-left .link a:hover { background-color: #e7831a; }
.index-intro .itr-left .org { background-color: #e8851f; width: 86.65511%; font-family: "ZCOOL_KuHei"; padding: 15px 8% 15px 17.2%; margin-bottom: 30px; clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0); }
.index-intro .itr-left .org h3 { color: #fff; line-height: 1; font-weight: normal; text-align: justify; }
.index-intro .itr-left .org h3 img { width: 100%; }
.index-intro .itr-left .sm { margin-left: 17.33102%; width: 65.33795%; margin-bottom: 10.64815vh; }
.index-intro .itr-left .sm p { color: rgba(255, 255, 255, 0.6); text-align: justify; letter-spacing: 1px; }
.index-intro .itr-left .more { position: absolute; left: 0; bottom: 0; opacity: 0; transition: all 1s; transition-delay: 1.5s; animation: zq 2s linear  infinite; }
.index-intro .itr-left .more i { display: block; width: 27px; height: 27px; background: url(../img/icon_add.png) 0 0/cover no-repeat; transition: all .6s; }
.index-intro .itr-left .more:hover i { transform: rotate(180deg); }
.index-intro .itr-right { float: right; width: 45.80793%; position: relative; transform: translateX(100%); transition: ease 2s; opacity: 0; }
.index-intro .itr-right:after { content: ''; display: block; width: 34px; height: 34px; background: url(../img/corn_right_botton.png) 0 0 no-repeat; position: absolute; right: -8px; bottom: 39px;}
.index-intro .itr-right .logos {    width: 100%; max-width: 245px; margin-bottom: 20px; }
.index-intro .itr-right .logos img { width: 100%; }
.index-intro .itr-right h2 { font-family: "BRAVEEIGHTYONE"; font-weight: normal; color: rgba(255, 255, 255, 0.2); text-transform: uppercase; }
.index-intro .itr-right h3 { font-weight: normal; color: #fff; margin-bottom: 28px; }
.index-intro .itr-right .txt { background: url(../img/page2_bg2.png) 0 0/100% 100% no-repeat; }
.index-intro .itr-right .txt ul { padding: 68px 6.65557% 20px 10.9817%; letter-spacing: 1px; margin-bottom: 48px; }
.index-intro .itr-right .txt ul li { position: relative; text-align: justify; color: #fff; margin-bottom: 16px; }
.index-intro .itr-right .txt ul li span { color: #e7831a; }
.index-intro .itr-right .txt ul li:before { content: ''; display: block; width: 10px; height: 10px; background-color: #e7831a; position: absolute; left: -32px; top: 7px; }
.index-intro .itr-right .txt ul li:first-child { color: rgba(255, 255, 255, 0.6); }
.index-intro .itr-right .txt ul li:first-child:before { background-color: #b92e32; }
.index-intro.active .itr-left { transform: translateX(0); opacity: 1; }
.index-intro.active .itr-left:after { width: 67.93761%; opacity: 1; }
.index-intro.active .itr-left .more { opacity: 1; }
.index-intro.active .itr-right { transform: translateX(0); opacity: 1; }

@media screen and (min-width: 3200px) { .index-intro .itr-right .txt ul { padding: 120px 6.65557% 120px 10.9817%; }
  .index-intro .itr-left:after { bottom: 30px; }
  .index-intro .itr-right .logos { width: 248px; }
  .index-intro .itr-left .link { margin-top: 40px; margin-bottom: 40px; }
  .index-intro .itr-left .more i { width: 50px; height: 50px; } }
@media screen and (max-width: 1440px) { .index-intro .inner { padding: 0 10% 0 12%; } }
@media screen and (max-width: 1280px) { .index-intro .itr-left .logos { margin: 66px auto 0; }
  .index-intro .itr-left .link { margin: 20px 0; text-align: center; } }
@media screen and (max-width: 1024px) { .index-intro .inner { padding: 0 20px; }
  .index-intro .itr-left .sm { margin-bottom: 80px; }
  .index-intro .itr-right .txt ul li:before { width: 6px; height: 6px; left: -20px; } }
@media screen and (max-width: 768px) { 
	.index-intro .itr-left { width: 80%; float: none; padding: 10px 0; margin: 0 auto; margin-bottom: 30px; }
  .index-intro .itr-right { float: none; width: 80%; margin: 0 auto; }
  .index-intro .itr-right:after { right: 0; bottom: 0; } 
  .pc{ display: none;}
  .mobile{ display: block;}
  }
@media screen and (max-width: 500px) { 
	.index-intro .itr-left { width: 100%; float: none; padding: 10px 0; margin-bottom: 30px; }
  .index-intro .itr-right { float: none; width: 100%; }
  .index-intro .itr-right:after { right: 0; bottom: 0; } 
  .fixed-right { top: 55% !important; }
  }
/* 右侧浮动 */
.fixed-right { position: fixed; right: 20px; top: calc(50% - 109px); z-index: 50; }
.fixed-right ul { background-color: #23232a; margin-bottom: 5px; }
.fixed-right ul li { position: relative; width: 40px; }
.fixed-right ul li a { display: block; display: -webkit-flex; display: flex; align-items: center; justify-content: center; height: 45px; }
.fixed-right ul li i { display: block; width: 20px; height: 22px; background: url(../img/fixed_right.png) no-repeat; }
.fixed-right ul li .icon1 { background-position: 0 0; }
.fixed-right ul li .icon2 { background-position: 0 -45px; }
.fixed-right ul li .icon3 { background-position: 0 -88px; }
.fixed-right ul li .icon4 { background-position: 0 -131px; }
.fixed-right ul li .icon5 { background-position: 0 -173px; }
.fixed-right ul li:after { content: ''; display: block; width: 31px; height: 1px; background-color: rgba(255, 255, 255, 0.04); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.fixed-right ul li:last-child:after { display: none; }
.fixed-right ul li .showbox { border-radius: 5px; padding: 8px; background-color: #e7831a; color: #fff; text-align: center; position: absolute; right: 38px; top: 50%; transform: translateY(-50%); opacity: 0;visibility: hidden; transition: all .6s; }
.fixed-right ul li .showbox:before { content: ''; display: block; width: 0; height: 0; border: 4px solid transparent; border-left: 4px solid #e7831a; position: absolute; top: 50%; transform: translateY(-50%); right: -8px; }
.fixed-right ul li:hover .icon1 { background-position: -25px 0; }
.fixed-right ul li:hover .icon2 { background-position: -25px -45px; }
.fixed-right ul li:hover .icon3 { background-position: -25px -88px; }
.fixed-right ul li:hover .icon4 { background-position: -25px -131px; }
.fixed-right ul li:hover .icon5 { background-position: -25px -173px; }
.fixed-right ul li:hover .showbox { right: 48px; opacity: 1; visibility: visible;}
.fixed-right .backTop { display: none; }

/* 公司优势 */
.index-gsys { background: url(../img/index3_bg0.jpg) center center/cover no-repeat; padding-top: 90px; overflow: hidden; }
.index-gsys .inner { margin: 0 11.875% 0 14.16667%; position: relative; }
.index-gsys .gsys-left { transform: translateX(-100%); transition: ease 2s; opacity: 0; float: left; width: 48.30748%; background: url(../img/index3_bg1.png) 0 0/100% 100% no-repeat; color: #fff; padding-bottom: 130px; }
.index-gsys .gsys-left .title { width: 63.94161%; margin-left: 8.75912%; padding-top: 60px; padding-bottom: 40px; border-bottom: 1px solid #595b5d; }
.index-gsys .gsys-left .title h2 { color: #939394; font-family: "BRAVEEIGHTYONE"; font-weight: normal; text-transform: uppercase; }
.index-gsys .gsys-left .hd { margin-left: 8.75912%; padding: 10px 0 20px; }
.index-gsys .gsys-left .hd h4 { font-weight: normal; color: #e7831a; font-family: "Mechsuit"; }
.index-gsys .gsys-left .hd h5 { font-family: "ZCOOL_KuHei"; font-weight: normal; }
.index-gsys .gsys-left .bd .logos { margin-left: 8.75912%; height: 48px; }
.index-gsys .gsys-left .bd .logos img { height: 100%; }
.index-gsys .gsys-left .bd .info { background: url(../img/index3_bg1_1.png) 0 0/100% 100% no-repeat; width: 74.30657%; padding: 40px 5.83942% 40px 8.75912%; text-align: justify; }
.index-gsys .tab-cont .item { display: none; }
.index-gsys .tab-cont .item:first-child { display: block; }
.index-gsys .gsys-right { transform: translateX(100%); transition: ease 2s; opacity: 0; width: 55.00705%; height: 604px; position: absolute; top: 0; right: 0; }
.index-gsys .tab-nav { position: relative; height: 100%; }
.index-gsys .tab-nav li { color: #fff; text-align: center; background-repeat: no-repeat; background-size: 100% 100%; width: 43.97436%; padding-top: 38%; position: absolute; cursor: pointer; transition: all .6s; }
.index-gsys .tab-nav li .txt { transition: all .6s; position: absolute; left: 0; top: 5px; width: 100%; }
.index-gsys .tab-nav li span { font-family: "Mechsuit"; }
.index-gsys .tab-nav li h5 { font-family: "ZCOOL_KuHei"; font-weight: normal; }
.index-gsys .tab-nav li:first-child { background-image: url(../img/index3_tab01.png); left: 1.5%; top: 0; }
.index-gsys .tab-nav li:nth-child(2) { background-image: url(../img/index3_tab02.png); left: 50%; transform: translateX(-50%); top: 0; }
.index-gsys .tab-nav li:nth-child(3) { background-image: url(../img/index3_tab03.png); right: -1.5%; top: 0; }
.index-gsys .tab-nav li:nth-child(4) { background-image: url(../img/index3_tab04.png); left: 0; top: 52.98013%; }
.index-gsys .tab-nav li:nth-child(5) { background-image: url(../img/index3_tab05.png); left: 50%; transform: translateX(-50%); top: 52.98013%; }
.index-gsys .tab-nav li:nth-child(6) { background-image: url(../img/index3_tab06.png); right: 0; top: 52.98013%; }
.index-gsys .tab-nav li:nth-child(2n) .txt { width: 100%; top: auto; bottom: 5px; transition: all .6s; }
.index-gsys .tab-nav li.active { background-image: url(../img/index3_tab_hover.png); z-index: 4; }
.index-gsys .tab-nav li.active .txt { top: calc(40% - 40px); }
.index-gsys .tab-nav li.active span { font-size: 30px; color: #e7831a; }
.index-gsys .tab-nav li:nth-child(2n).active { background-image: url(../img/index3_tab_rehover.png); }
.index-gsys .tab-nav li:nth-child(2n).active .txt { bottom: calc(50% - 40px); top: auto; }
.index-gsys .btns { margin-top: 7.59259vh; }
.index-gsys .btns a { display: block; width: 199px; height: 61px; background: url(../img/index3_botton.png) no-repeat; text-align: center; line-height: 61px; margin: 0 auto; color: #e7831a; letter-spacing: 1px; }
.index-gsys .btns a:hover { background-image: url(../img/index3_botton_hover.png); color: #fff; }
.index-gsys.active .gsys-left { transform: translateX(0); opacity: 1; }
.index-gsys.active .gsys-right { transform: translateX(0); opacity: 1; }

@media screen and (min-width: 3200px) { .index-gsys .gsys-left .bd .logos { height: 100px; }
  .index-gsys .gsys-left { padding-bottom: 280px; }
  .index-gsys .gsys-right { width: 46%; height: 1020px; }
  .index-gsys .tab-nav li.active span { font-size: 50px; }
  .index-gsys .btns { position: absolute; left: 50%; transform: translateX(-50%); bottom: 10%; margin-top: 0; }
  .index-gsys .btns a { width: 300px; height: 100px; line-height: 100px; background-size: 100% 100%; } }
@media screen and (max-width: 1680px) { .index-gsys .gsys-right { width: 60%; }
  .index-gsys .gsys-left .bd .logos { height: 38px; } }
@media screen and (max-width: 1440px) { .index-gsys .gsys-left .bd .info { padding: 20px 5.83942% 20px 8.75912%; }
  .index-gsys .tab-nav li:nth-child(4), .index-gsys .tab-nav li:nth-child(5), .index-gsys .tab-nav li:nth-child(6) { top: 41%; }
  .index-gsys .gsys-left { padding-bottom: 8%; }
  .index-gsys .gsys-left .title { padding: 40px 0 30px; } }
@media screen and (max-width: 1280px) { .index-gsys .gsys-left .bd .info { padding: 20px; }
  .index-gsys .gsys-left .title { margin-left: 20px; padding: 40px 0  30px; }
  .index-gsys .gsys-left .hd { margin-left: 20px; }
  .index-gsys .gsys-left .bd .logos { margin-left: 20px; height: 28px; }
  .index-gsys .tab-nav li:nth-child(4), .index-gsys .tab-nav li:nth-child(5), .index-gsys .tab-nav li:nth-child(6) { top: 41%; }
  .index-gsys .gsys-left { padding-bottom: 7%; } }
@media screen and (max-width: 1024px) { .index-gsys .gsys-right { height: 405px; }
  .index-gsys .tab-nav li:nth-child(4), .index-gsys .tab-nav li:nth-child(5), .index-gsys .tab-nav li:nth-child(6) { top: auto; bottom: 0; }
  .index-gsys .btns a { width: 140px; line-height: 50px; height: 50px; background-size: 100% 100%; }
  .index-gsys .tab-nav li.active span { font-size: 20px; } }
@media screen and (max-width: 1020px) { .index-gsys .inner { margin: 0 20px; }
  .index-gsys .gsys-right { height: 405px; }
  .index-gsys .tab-nav li:nth-child(4), .index-gsys .tab-nav li:nth-child(5), .index-gsys .tab-nav li:nth-child(6) { top: auto; bottom: 0; }
  .index-gsys .btns { margin-top: 30px; margin-bottom: 50px; }
  .index-gsys .btns a { width: 140px; line-height: 50px; height: 50px; background-size: 100% 100%; } }
@media screen and (max-width: 768px) { .index-gsys .gsys-left { float: none; width: 80%; margin: 0 auto; margin-bottom: 30px; opacity: 1; transform: none; }
  .index-gsys .gsys-right { position: static; width: 480px; margin: 0 auto; opacity: 1; transform: none; }
  .index-gsys .tab-nav li h5 { font-size: 14px; } }
@media screen and (max-width: 500px) { .index-gsys .gsys-left { width: 100%; background-color: rgba(255, 255, 255, 0.1); background-image: none; }
  .index-gsys .gsys-left .title { width: calc(100% - 40px); }
  .index-gsys .gsys-left .bd .info { width: calc(100% - 20px); }
  .index-gsys .gsys-right { width: 320px; height: 260px; } 
  .index-intro .itr-right .logos{max-width: 127px;}
  
  
  }
/* 教育环境 */
.index-jyhj { background: url(../img/index4_bg0.jpg) center center/cover no-repeat; padding: 40px 8.85417% 0 6.25%; overflow: hidden; }
.index-jyhj .title { margin-left: 2%; transform: translateY(100%); transition: ease 2s; opacity: 0; }
.index-jyhj .title h2 { font-family: "BRAVEEIGHTYONE"; color: rgba(255, 255, 255, 0.4); font-weight: normal; text-transform: uppercase; }
.index-jyhj .title h5 { color: #fff; }
.index-jyhj .jyhj-left { float: left; width: 28.22236%; }
.index-jyhj .jyhj-left .areabox { position: relative; width: 100%; }
.index-jyhj .jyhj-left .areabox img { width: 100%; }
.index-jyhj .jyhj-left .areabox .areabg { position: relative; z-index: 1; }
.index-jyhj .jyhj-left .areabox .area-inner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.index-jyhj .jyhj-left .areabox .area { position: absolute; cursor: pointer; z-index: 3; opacity: 0; transition: all .6s; opacity: 0; }
.index-jyhj .jyhj-left .areabox .area.active { opacity: 1; }
.index-jyhj .jyhj-left .areabox .area-1 { left: 10.82251%; bottom: 6.14251%; width: 27.48918%; }
.index-jyhj .jyhj-left .areabox .area-2 { left: 31.38528%; bottom: 7.12531%; width: 23.16017%; }
.index-jyhj .jyhj-left .areabox .area-3 { left: 50.28528%;width: 19.53766%;z-index: 4;bottom: 12.32531%;}
.index-jyhj .jyhj-left .areabox .area-4 { right: 5.62771%; bottom: 12.03931%; width: 29.43723%; }
.index-jyhj .jyhj-left .areabox .area-5 { right: 5.84416%; top: 6.14251%; width: 58.44156%; }
.index-jyhj .jyhj-left .areabox .area-6 { left: 7.14286%; top: 6.14251%; width: 26.40693%; }
.index-jyhj .jyhj-left .areabox .area-7 { left: 5.41126%; top: 43.73464%; width: 16.45022%; }
.index-jyhj .jyhj-left .areabox .area-8 { left: 28.13853%; top: 10.81081%; width: 13.41991%; z-index: 4; }
.index-jyhj .jyhj-left .areabox .area-9 { left: 14.06926%; top: 55.03686%; width: 12.33766%; z-index: 4; }
.index-jyhj .jyhj-left .area-txt { margin-top: 20.83333vh; }
.index-jyhj .jyhj-left .area-txt ul { float: right; }
.index-jyhj .jyhj-left .area-txt ul li { display: none; text-align: center; width: 102px; height: 92px; background: url(../img/index4_area_point.png) center 0/auto 100% no-repeat; font-family: "ZCOOL_KuHei"; color: rgba(255, 255, 255, 0.53); padding-top: 57px; }
.index-jyhj .jyhj-left .area-txt ul li:first-child { display: block; }
.index-jyhj .jyhj-right { float: right; width: 68.90654%; position: relative; }
.index-jyhj .jyhj-right .swiper-slide { width: 83.51064%; /* height: (642vh/1080*100); */ overflow: hidden;  }
.index-jyhj .jyhj-right .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.index-jyhj .item { opacity: 0; visibility: hidden; position: absolute; right: 0; top: 0; width: 100%; }
.index-jyhj .item.active { opacity: 1; visibility: visible; }
.index-jyhj .swiper-container { padding-top: 40px; position: relative; }
.index-jyhj .swiper-pagination-progressbar { background-color: #fff; width: 80%; left: 10%; opacity: 1; top: 0px; bottom: auto; border-radius: 2px; }
.index-jyhj .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background-color: #e7831a; box-shadow: 0 0 10px rgba(255, 255, 255, 0.2); }
.index-jyhj .swiper-button-next { right: 5%; width: 14px; height: 26px; background: url(../img/next.png) no-repeat; opacity: 0.5; }
.index-jyhj .swiper-button-next:hover { opacity: 1; }
.index-jyhj .swiper-button-prev { left: 5%; width: 14px; height: 26px; background: url(../img/next.png) no-repeat; transform: rotate(180deg); opacity: 0.5; }
.index-jyhj .swiper-button-prev:hover { opacity: 1; }
.index-jyhj.active .title { transform: translateY(0); opacity: 1; }
.index-jyhj.active .jyhj-left { transform: translateY(0); opacity: 1; }

@media screen and (min-width: 3200px) { .index-jyhj .jyhj-left .area-txt ul li { width: 200px; }
  .index-jyhj .jyhj-right { width: 60%; }
  .index-jyhj .jyhj-left .area-txt { margin-top: 20%; } }
@media screen and (max-width: 1440px) { .index-jyhj .jyhj-left .area-txt { margin-top: 35%; } }
@media screen and (max-width: 1024px) { .index-jyhj .jyhj-right .swiper-slide { border-radius: 20px; } }
@media screen and (max-width: 768px) { .index-jyhj { padding-bottom: 50px; }
  .index-jyhj .jyhj-left .area-txt { margin-top: 30px; }
  .index-jyhj .jyhj-left { float: none; width: 80%; margin: 0 auto 30px; }
  .index-jyhj .jyhj-right { float: none; width: 100%; height: 60vw; }
  .index-jyhj .swiper-container { padding-top: 20px; }
  .index-jyhj .jyhj-right .swiper-slide { border-radius: 10px; } }
@media screen and (max-width: 500px) { .index-jyhj .jyhj-left { width: 100%; } }
/* 精彩剪影 */
.index-jcjy { /* background-color: #d0d0d0;*/ background: linear-gradient(to right, #838c93 40%, #5b6366); position: relative; overflow: hidden; }
.index-jcjy .title { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transform: translateY(100%); transition: ease 2s; opacity: 0; transform: translate(-50%, 100%); }
.index-jcjy .title h2 { text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); font-family: "BRAVEEIGHTYONE"; text-transform: uppercase; }
.index-jcjy .title h5 { letter-spacing: 1px; }
.index-jcjy .inner { position: relative; height: 100%; }
.index-jcjy .imgbx { position: absolute; box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2); border: 4px solid #fff; border-radius: 3px; cursor: pointer; overflow: hidden; transform: translateY(100%); transition: ease 2s; opacity: 0; transition-delay: 1s; }
.index-jcjy .imgbx img { width: 100%; transition: all .6s; }
.index-jcjy .imgbx:hover img { transform: scale(1.06); }
.index-jcjy .imgbx:first-child { width: 18.4375%; left: 8.54167%; top: 16.2963%; }
.index-jcjy .imgbx:nth-child(2) { width: 19.01042%; left: 29.32292%; top: 12.59259%; }
.index-jcjy .imgbx:nth-child(3) { width: 18.48958%; left: 50.83333%; top: 13.14815%; }
.index-jcjy .imgbx:nth-child(4) { width: 19.01042%; right: 9.32292%; top: 16.38889%; }
.index-jcjy .imgbx:nth-child(5) { width: 17.65625%; right: 13.59375%; top: 41.38889%; }
.index-jcjy .imgbx:nth-child(6) { width: 18.4375%; right: 9.16667%; top: 67.68519%; }
.index-jcjy .imgbx:nth-child(7) { width: 18.22917%; left: 51.25%; top: 71.48148%; }
.index-jcjy .imgbx:nth-child(8) { width: 18.17708%; left: 30.10417%; top: 71.57407%; }
.index-jcjy .imgbx:nth-child(9) { width: 18.4375%; left: 8.75%; top: 67.68519%; }
.index-jcjy .imgbx:nth-child(10) { width: 17.65625%; left: 13.07292%; top: 41.38889%; }
.index-jcjy.active .title { transform: translateY(0); opacity: 1; transform: translate(-50%, -50%); }
.index-jcjy.active .imgbx { transform: translateY(0); opacity: 1; }

@media screen and (max-height: 1000px) { .index-jcjy .imgbx:first-child { width: 16.66667%; }
  .index-jcjy .imgbx:nth-child(2) { width: 16.66667%; }
  .index-jcjy .imgbx:nth-child(3) { width: 16.66667%; }
  .index-jcjy .imgbx:nth-child(4) { width: 16.66667%; }
  .index-jcjy .imgbx:nth-child(5) { width: 16.66667%; }
  .index-jcjy .imgbx:nth-child(6) { width: 16.66667%; top: 69.53704%; }
  .index-jcjy .imgbx:nth-child(7) { width: 16.66667%; top: 73.33333%; }
  .index-jcjy .imgbx:nth-child(8) { width: 16.66667%; top: 73.42593%; }
  .index-jcjy .imgbx:nth-child(9) { width: 16.66667%; top: 69.53704%; }
  .index-jcjy .imgbx:nth-child(10) { width: 16.66667%; } }
@media screen and (max-width: 1023px) { .index-jcjy .inner { height: 70vw; } }
@media screen and (max-width: 768px) { .index-jcjy .title { position: static; transform: none; padding: 0 20px 30px; }
  .index-jcjy .inner { height: auto; }
  .jy-images { position: relative; height: 70vw; margin-top: -60px; padding: 0 20px; } }
@media screen and (max-width: 500px) { .jy-images { position: relative; margin-top: 0; }
  .index-jcjy .imgbx { position: relative; float: left; top: 0 !important; left: 0 !important; width: 48% !important; margin-right: 4%; margin-bottom: 20px; }
  .index-jcjy .imgbx:nth-child(2n) { margin-right: 0; } }
/* 新闻动态 */
.index-xwdt { background: url(../img/index6_bg0.jpg) center center/cover no-repeat; }
.index-xwdt .inner { margin: 0 9.47917% 0 10.36458%; }
.index-xwdt .title { margin-left: 20px; }
.index-xwdt .title h2 { font-family: "BRAVEEIGHTYONE"; color: rgba(255, 255, 255, 0.4); font-weight: normal; text-transform: uppercase; }
.index-xwdt .title h5 { color: #fff; }
.index-xwdt .xwdt-right { float: right; width: 52.66234%; transform: translateX(100%); transition: ease 2s; opacity: 0; }
.index-xwdt .xwdt-right ul { margin-top: 12.03704vh; }
.index-xwdt .xwdt-right ul li { float: left; width: 45.62269%; margin-right: 7.27497%; padding-left: 6.53514%; position: relative; }
.index-xwdt .xwdt-right ul li:before { content: ''; display: block; width: 1px; height: 100%; background-color: #3c3c40; position: absolute; left: 0; top: 0; }
.index-xwdt .xwdt-right ul li:after { content: ''; display: block; width: 1px; height: 60px; transition: all .6s; background-color: #e7831a; position: absolute; top: 0; left: 0; }
.index-xwdt .xwdt-right ul li:nth-child(2) { margin-right: 0; }
.index-xwdt .xwdt-right ul li .datetime { color: rgba(255, 255, 255, 0.5); }
.index-xwdt .xwdt-right ul li b { display: block; font-family: "Mechsuit"; font-weight: normal; }
.index-xwdt .xwdt-right ul li h3 { line-height: 1.66667; color: #fff; height: 60px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 25px 0 50px; }
.index-xwdt .xwdt-right ul li .img { overflow: hidden; clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 0); }
.index-xwdt .xwdt-right ul li .img img { width: 100%; transition: all .6s; }
.index-xwdt .xwdt-right ul li:hover:after { height: 100%; }
.index-xwdt .xwdt-right ul li:hover .img img { transform: scale(1.05); }
.index-xwdt .xwdt-left { float: left; width: 42.98701%; transform: translateX(-100%); transition: ease 2s; opacity: 0; }
.index-xwdt .xwdt-left .img { clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 100% 100%, 0 100%, 0 100%, 0 12px); margin: 0 2px; overflow: hidden; }
.index-xwdt .xwdt-left .img img { width: 100%; transition: all .6s; }
.index-xwdt .xwdt-left .info { background: url(../img/index6_bg1.png) center bottom/100% 100% no-repeat; padding: 30px 35px 60px 35px; }
.index-xwdt .xwdt-left .info .txt { float: left; width: calc(100% - 80px); }
.index-xwdt .xwdt-left .info .txt h3 { color: #e7831a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 20px; }
.index-xwdt .xwdt-left .info .txt p { line-height: 2.14286; height: 60px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #fff; }
.index-xwdt .xwdt-left .info .datetime { float: right; text-align: center; color: rgba(255, 255, 255, 0.5); }
.index-xwdt .xwdt-left .info b { display: block; font-family: "Mechsuit"; font-weight: normal; }
.index-xwdt .xwdt-left a:hover .img img { transform: scale(1.05); }
.index-xwdt.active .xwdt-left { transform: translateX(0); opacity: 1; }
.index-xwdt.active .xwdt-right { transform: translateX(0); opacity: 1; }

@media screen and (min-width: 3200px) { .index-xwdt .xwdt-right ul li h3 { height: 130px; }
  .index-xwdt .xwdt-left .info .txt p { height: 160px; } }
@media screen and (max-width: 1440px) { .index-xwdt .xwdt-right ul li h3 { height: 52px; } }
@media screen and (max-width: 1280px) { .index-xwdt .xwdt-right ul { margin-top: 19%; } }
@media screen and (max-width: 1024px) { .index-xwdt .inner { margin: 0 20px; } }
@media screen and (max-width: 1023px) { .index-xwdt { padding: 50px 0; }
  .index-xwdt .xwdt-right { opacity: 1; transform: none; }
  .index-xwdt .xwdt-left { opacity: 1; transform: none; } }
@media screen and (max-width: 768px) { .index-xwdt .xwdt-right { float: none; width: 100%; margin-bottom: 30px; }
  .index-xwdt .xwdt-right ul { margin-top: 20px; }
  .index-xwdt .xwdt-right ul li h3 { margin: 15px 0 20px; }
  .index-xwdt .xwdt-left { float: none; width: 100%; } }
.footer { background-color: #0c1017; color: #909092; overflow: hidden; line-height: 2.14286; }
.footer .inner { padding: 35px 9.73958%; }
.footer .map { float: left; width: 36.80466%; border-radius: 8px; border: 2px solid #202836; position: relative; transform: translateX(-100%); transition: ease 2s; opacity: 0; }
.footer .map img { width: 100%; }
.footer .ft-right { float: right; width: 60.60802%; }
.footer .ft-right .hd { padding-bottom: 50px; border-bottom: 1px solid #272a30; transform: translateY(100%); transition: ease 2s; opacity: 0; }
.footer .ft-right .menu { float: left; width: calc(100% - 332px); }
.footer .ft-right .menu dl { float: left; width: 50%; }
.footer .ft-right .menu dl:first-child dd { width: 70%; }
.footer .ft-right .menu dl dd a { display: block; float: left; margin-right: 15%; color: #909092; }
.footer .ft-right .menu dl dd a:hover { color: #fff; }
.footer .ft-right .menu dt { display: block; margin-bottom: 15px; }
.footer .ft-right .menu dt h2 { font-weight: normal; color: #fff; }
.footer .ft-right .qrcode { float: right; display: -webkit-flex; display: flex; align-items: center; text-align: center; transform: translateX(100%); transition: ease 2s; opacity: 0; }
.footer .ft-right .qrcode .item { margin-left: 30px; }
.footer .ft-right .qrcode .item:first-child { margin-left: 0; }
.footer .ft-right .qrcode .item .img { width: 115px; height: 115px; background-color: rgba(255, 255, 255, 0.14); padding: 11px; margin: 0 auto; margin-bottom: 15px; }
.footer .ft-right .bd { padding: 30px 0; transform: translateY(100%); transition: ease 2s; opacity: 0; }
.footer .ft-right .bd a { color: #909092; display: inline-block; padding: 0 17px; }
.footer .ft-right .bd a:first-child { padding-left: 0; }
.footer .ft-right .bd a:hover { color: #fff; }

.active .footer .map { transform: translateX(0); opacity: 1; }
.active .footer .ft-right .hd { transform: translateY(0); opacity: 1; }
.active .footer .ft-right .bd { transform: translateY(0); opacity: 1; }
.active .footer .ft-right .qrcode { transform: translateX(0); opacity: 1; }

@media screen and (min-width: 3200px) { .footer .ft-right .menu { width: calc(100% - 432px); } }
@media screen and (max-width: 1280px) { .footer .ft-right .qrcode { display: block; margin-left: 0; }
  .footer .ft-right .qrcode .item { margin-left: 0; margin-bottom: 20px; }
  .footer .ft-right .menu { width: calc(100% - 120px); } }
@media screen and (max-width: 1024px) { .footer .inner { padding: 35px 20px 0; }
  .footer .ft-right .menu { float: none; width: 100%; }
  .footer .ft-right .qrcode { display: flex; float: none; margin-top: 20px; }
  .footer .ft-right .qrcode .item { margin-right: 20px; } }
@media screen and (max-width: 1023px) { .footer .map { width: 80%; float: none; margin: 0 auto 30px; }
  .footer .ft-right { float: none; width: 100%; }
  .footer .ft-right .hd { padding-bottom: 10px; }
  .footer .map, .footer .ft-right, .index-intro .itr-left, .index-intro .itr-right, .index-jyhj .title, .index-jyhj .jyhj-left, .index-jcjy .title, .index-jcjy .imgbx { opacity: 1; transform: none; }
  .index-jcjy.active .title { opacity: 1; transform: none; } }
@media screen and (max-width: 768px) { .footer .ft-right .bd { line-height: 1.5; } }
@media screen and (max-width: 500px) { .footer .map { width: 100%; }
  .footer .ft-right .menu dl { float: none; width: 100%; }
  .footer .ft-right .menu dl:first-child { margin-bottom: 20px; } }
/* 课程介绍 */
.pages-kcjs { background-color: #e4e4e4; padding: 153px 0 80px; }
.pages-kcjs .inner { width: 75.88542%; margin: 0 auto; }
.pages-kcjs .title { margin-bottom: 45px; }
.pages-kcjs .title h1 { color: #555; font-family: "BRAVEEIGHTYONE"; text-transform: uppercase; font-weight: lighter; }
.pages-kcjs ul li { float: left; width: 17.43308%; margin-left: -1.02951%; position: relative; overflow: hidden; }
.pages-kcjs ul li:first-child { margin-left: 0; }
.pages-kcjs ul li .img { width: 100%; }
.pages-kcjs ul li .img img { width: 100%; }
.pages-kcjs ul li .txt { width: 89.37008%; height: 61.48325%; position: absolute; bottom: 1.55502%; left: 5.90551%; text-align: center; transition: all 0.6s; color: #d0d0d0; background: url(../temp/img_des_txt.png) 0 0/100% no-repeat; }
.pages-kcjs ul li .txt .tit { position: absolute; width: 100%; top: 68%; left: 0; }
.pages-kcjs ul li .txt h3 { font-family: "Mechsuit"; font-weight: normal; }
.pages-kcjs ul li .txt h4 { font-family: "ZCOOL_KuHei"; font-weight: normal; }
.pages-kcjs ul li .txt .zw { opacity: 0; visibility: hidden; transition: all 1s; }
.pages-kcjs ul li .txt .zw p { text-align: justify; color: #fff; padding: 0 15%; line-height: 2.33333; }
.pages-kcjs ul li:hover .txt { background-image: url(../temp/img_des_hover.png); height: 97.60766%; }
.pages-kcjs ul li:hover .txt .tit { position: static; color: #fff; padding: 55px 0 60px; }
.pages-kcjs ul li:hover .txt .zw { opacity: 1; visibility: visible; }

@media screen and (min-width: 3200px) { .pages-kcjs { padding: 290px 0 100px; } }
@media screen and (max-width: 1440px) { .pages-kcjs ul li:hover .txt .tit { padding: 30px 0; } }
@media screen and (max-width: 1280px) { .pages-kcjs ul li:hover .txt .tit { padding: 20px 0; }
  .pages-kcjs ul li .txt .zw p { line-height: 2; padding: 0 20px; } }
@media screen and (max-width: 1024px) { .pages-kcjs .inner { width: calc(100% - 40px); }
  .pages-kcjs ul li .txt .tit { top: 50%; }
  .pages-kcjs { padding: 90px 0 50px; }
  .pages-kcjs .title { margin-bottom: 30px; } }
@media screen and (max-width: 800px) { .pages-kcjs ul li { width: 33.33%; }
  .pages-kcjs ul li:nth-child(4) { margin-left: 0; }
  .pages-kcjs ul li .txt .zw p { line-height: 1.5; padding: 0 10px; font-size: 14px; }
  .pages-kcjs ul li .txt h4 { line-height: 1.2; padding: 0 10px; } }
/* 。 */
.pages-pbr { background-color: #d0d0d0; padding: 86px 0 20px; }
.pages-pbr .inner { width: 66.45833%; margin: 0 auto; }
.pages-pbr .title { margin-bottom: 40px; }
.pages-pbr .title h3 { letter-spacing: 20px; }
.pages-pbr .hd { margin-bottom: 20px; }
.pages-pbr .hd li { float: left; width: 13.32288%; height: 234px; }
.pages-pbr .hd li .icon { width: 85.29412%; margin: 0 auto; margin-bottom: 14px; }
.pages-pbr .hd li .icon img { width: 100%; transition: all .6s; }
.pages-pbr .hd li .tit { background-color: rgba(0, 0, 0, 0.3); border-radius: 7px; padding: 5px 10px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4); color: #fff; }
.pages-pbr .hd li + li { margin-left: 3.9185%; }
.pages-pbr .hd li:hover .icon img { transform: scale(1.05); }
.pages-pbr .bd li { float: left; width: 28.99687%; margin-right: 6.34796%; margin-bottom: 7.40741vh; position: relative; }
.pages-pbr .bd li:nth-child(3n) { margin-right: 0; }
.pages-pbr .bd li .icon { width: 67.83784%; }
.pages-pbr .bd li .icon img { width: 100%; transition: all .6s; }
.pages-pbr .bd li .txt { width: 51.35135%; background-color: rgba(0, 0, 0, 0.3); border-radius: 7px; padding: 2px 5px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4); color: #fff; position: absolute; bottom: 0; right: 0; }
.pages-pbr .bd li:hover .icon img { transform: scale(1.05); }

@media screen and (min-width: 3200px) { .pages-pbr .hd li { height: 534px; } }
@media screen and (max-width: 1440px) { .pages-pbr .title h3 { letter-spacing: 10px; } }
@media screen and (max-width: 1280px) { .pages-pbr .hd { margin-bottom: 0; }
  .pages-pbr .bd li { height: 197px; margin-bottom: 3vh; }
  .pages-pbr .bd li .txt { position: static; margin-top: 20px; width: 100%; } }
@media screen and (max-width: 1024px) { .pages-pbr .inner { width: calc(100% - 40px); } }
@media screen and (max-width: 768px) { 
	.pages-pbr{ display: none;}
	.pages-pbr .hd li { width: 30%; height: auto; margin-bottom: 20px; margin-right: 4.8%; }
  .pages-pbr .hd li + li { margin-left: 0; }
  .pages-pbr .hd li:nth-child(3n) { margin-right: 0; }
  .pages-pbr .hd li .tit { height: 56px; }
  .pages-pbr .bd li { height: auto; }
  .pages-pbr .bd li .icon { width: 100%; }
  .pages-pbr .bd li .txt { height: 110px; } }
@media screen and (max-width: 600px) { .pages-pbr .hd li .tit { height: 110px; }
  .pages-pbr .bd li .txt { height: 232px; } }
/* 课程大纲 */
.pages-kcdg { background-color: #e4e4e4; padding: 87px 0 64px; }
.pages-kcdg .inner { width: 63.75%; margin: 0 auto; }
.pages-kcdg .inner img { width: 100%; }
.pages-kcdg .title { margin-bottom: 50px; }

@media screen and (max-width: 1024px) { .pages-kcdg { padding: 50px 0; }
  .pages-kcdg .inner { width: calc(100% - 40px); }
  .pages-kcdg .title { margin-bottom: 20px; } }
/* 联系我们（新版） */
.pages-ljmxs { background: url(../temp/contact/bg_lx01.jpg) center center/cover no-repeat; padding: 12.96296vh 0 22.22222vh; }
.pages-ljmxs .inner { width: 80%; margin: 0 auto; }
.pages-ljmxs .title { margin-bottom: 70px; }
.pages-ljmxs .title h1 { color: #fff; padding: 12px; border-left: 1px solid #fff; position: relative; display: inline-block; letter-spacing: 20px; font-weight: normal; }
.pages-ljmxs .title h1 b { color: #e7831a; font-weight: normal; }
.pages-ljmxs .title h1:before { content: ''; display: block; width: 46.2963%; height: 1px; background-color: #fff; position: absolute; left: 0; top: 0; }
.pages-ljmxs .title h1:after { content: ''; display: block; width: 82.22222%; height: 1px; background-color: #fff; position: absolute; left: 0; bottom: 0; }
.pages-ljmxs .left-tit { position: absolute; top: 50%; transform: translateY(-50%); left: -6.51042%; width: 3.97135%; transition: all 1s; transform: translateY(-190%); opacity: 0; }
.pages-ljmxs .left-tit img { width: 100%; }
.pages-ljmxs .left-tit.animated { transform: translateY(-50%); opacity: 1; }
.pages-ljmxs .mainbd { float: left; margin-left: 1.97917%; background: url(../temp/contact/img_lx0_bg.png) center center/cover no-repeat; box-shadow: 0 3px 79px rgba(0, 0, 0, 0.6); color: #fff; padding: 9.25926vh 4.94792%; position: relative; }
.pages-ljmxs .mainbd .img { float: left; width: 57.68116%; }
.pages-ljmxs .mainbd .img img { width: 100%; }
.pages-ljmxs .mainbd .img ul li { margin-right: 1.25628%; float: left; overflow: hidden; }
.pages-ljmxs .mainbd .img ul li img { transition: all .6s; }
.pages-ljmxs .mainbd .img ul li:first-child { width: 24.37186%; }
.pages-ljmxs .mainbd .img ul li:nth-child(2) { width: 25.37688%; }
.pages-ljmxs .mainbd .img ul li:nth-child(3) { width: 23.86935%; }
.pages-ljmxs .mainbd .img ul li:nth-child(4) { width: 21.98492%; margin-right: 0; }
.pages-ljmxs .mainbd .img ul li:nth-child(5) { width: 39.19598%; }
.pages-ljmxs .mainbd .img ul li:nth-child(6) { width: 22.36181%; }
.pages-ljmxs .mainbd .img ul li:nth-child(7) { width: 35.92965%; margin-right: 0; }
.pages-ljmxs .mainbd .img ul li:hover img { transform: scale(1.05); }
.pages-ljmxs .mainbd .info { float: right; width: 39.13043%; margin-top: 11.57407vh; }
.pages-ljmxs .mainbd .info h2 { font-weight: normal; text-align: right; margin-bottom: 8.33333vh; }
.pages-ljmxs .mainbd .info h2 i { color: #bfbdbd; font-weight: lighter; text-transform: uppercase; }
.pages-ljmxs .mainbd .info .txt { line-height: 1.88; text-align: justify; }

@media screen and (max-width: 1440px) { .pages-ljmxs .title { margin-bottom: 50px; }
  .pages-ljmxs .title h1 { letter-spacing: 10px; }
  .pages-ljmxs .mainbd { padding: 6vh 4%; }
  .pages-ljmxs .mainbd .info h2 { margin-bottom: 5vh; }
  .pages-ljmxs .mainbd .info { margin-top: 8vh; } }
@media screen and (max-width: 1024px) { .pages-ljmxs { padding: 100px 0 80px; }
  .pages-ljmxs .inner { width: calc(100% - 40px); }
  .pages-ljmxs .left-tit { left: 50%; top: -90px; width: 40px; transform: translate(-50%, 0) rotate(90deg); }
  .pages-ljmxs .left-tit.animated { transform: translate(-50%, 0) rotate(90deg); }
  .pages-ljmxs .mainbd { padding: 80px 20px 40px; }
  .pages-ljmxs .mainbd .info { margin-top: 20px; } }
@media screen and (max-width: 768px) { .pages-ljmxs .title h1 { letter-spacing: 3px; }
  .pages-ljmxs .mainbd .img { float: none; width: 100%; }
  .pages-ljmxs .mainbd .info { float: none; width: 100%; } }
/* 与传统流程的区别 */
.pages-yzqb { background-color: #eeecec; padding: 10.55556vh 0 12.96296vh; }
.pages-yzqb .inner { width: 77.76042%; margin: 0 auto; }
.pages-yzqb .info { float: left; width: 55.59277%; }
.pages-yzqb .title { margin-bottom: 40px; }
.pages-yzqb .title h3 { position: relative; padding: 28px 0; font-family: "ZCOOL_KuHei"; font-weight: normal; font-style: italic; letter-spacing: 13px; color: #24252a; }
.pages-yzqb .title h3 b { font-weight: normal; color: #e7831a; }
.pages-yzqb .title h3:before { content: ''; display: block; height: 4px; background-color: #24252a; width: 0; left: 32.0781%; position: absolute; top: 0; transition: all 1s; }
.pages-yzqb .title h3:after { content: ''; display: block; height: 4px; background-color: #24252a; width: 0; left: 27.894%; position: absolute; bottom: 0; transition: all 1s; }
.pages-yzqb .title.animated h3:before { left: 15.3417%; width: 16.7364%; }
.pages-yzqb .title.animated h3:after { left: 27.894%; width: 29.2887%; }
.pages-yzqb .txt { color: #24252a; line-height: 1.88; text-align: justify; }
.pages-yzqb .txt p { width: 80%; }
.pages-yzqb .txt ul { margin-top: 20px; }
.pages-yzqb .txt .btns { margin-right: 15%; text-align: right; margin-top: 6.66667vh; }
.pages-yzqb .txt .btns a { display: inline-block; width: 236px; line-height: 56px; border: 4px solid #24252a; text-align: center; letter-spacing: 8px; font-weight: lighter; position: relative; }
.pages-yzqb .txt .btns a:before { content: ''; display: block; width: 52px; height: 5px; background-color: #24252a; position: absolute; left: 0; top: -14px; }
.pages-yzqb .txt .btns a:after { content: ''; display: block; width: 72px; height: 5px; background-color: #24252a; position: absolute; right: 0; bottom: -14px; }
.pages-yzqb .txt .btns .icon { display: inline-block; width: 52px; height: 24px; background: url(../temp/contact/img_lx_arrow.png) 0 0/cover no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: calc(100% + 28px); transition: all .6s; }
.pages-yzqb .txt .btns a:hover { border-color: #e7831a; color: #e7831a; }
.pages-yzqb .txt .btns a:hover:before { background-color: #e7831a; }
.pages-yzqb .txt .btns a:hover:after { background-color: #e7831a; }
.pages-yzqb .txt .btns a:hover .icon { right: calc(100% + 18px); }
.pages-yzqb .picbox { float: right; width: 36.90556%; margin-right: 3.68386%; position: relative; margin-top: -20.64815vh; }
.pages-yzqb .picbox img { width: 100%; }
.pages-yzqb .picbox:before { content: ''; display: block; height: 100%; width: 113.24864%; background: url(../temp/contact/img_lx_bg2.png) 0 0/100% no-repeat; position: absolute; left: -16.15245%; top: -12%; z-index: 1; transition: all 1s; transition-delay: 1s; transform: translateY(20%); opacity: 0; }
.pages-yzqb .picbox .pic { position: relative; z-index: 2; transition: all 1s; transform: translateY(-20%); opacity: 0; overflow: hidden; }
.pages-yzqb .picbox .pic img { transition: all .6s; }
.pages-yzqb .picbox .pic:hover img { transform: scale(1.05); }
.pages-yzqb .picbox h4 { text-align: right; margin-top: 15px; letter-spacing: 5px; }
.pages-yzqb .picbox.animated:before { transform: translateY(0); opacity: 1; }
.pages-yzqb .picbox.animated .pic { transform: translateY(0); opacity: 1; }

@media screen and (min-width: 3200px) { .pages-yzqb .title h3, .pages-yzqb .title h3 b { font-size: 100px; }
  .pages-yzqb .txt .btns a { width: 320px; } }
@media screen and (max-width: 1440px) { .pages-yzqb .txt .btns { margin-right: 0; }
  .pages-yzqb .txt .btns a { width: 200px; line-height: 48px; letter-spacing: 3px; } }
@media screen and (max-width: 1024px) { .pages-yzqb .inner { width: calc(100% - 40px); }
  .pages-yzqb { padding: 60px 0 50px; }
  .pages-yzqb .txt .btns a { width: 180px; line-height: 48px; }
  .pages-yzqb .picbox { margin-top: -90px; } }
@media screen and (max-width: 768px) { .pages-yzqb .title h3 { padding: 20px 0; }
  .pages-yzqb .info { float: none; width: 100%; }
  .pages-yzqb .txt p { width: 100%; }
  .pages-yzqb .picbox { float: none; width: 80%; margin: 90px auto 0; } }
/* 次世代模型师职业领域 */
.pages-zyly { background-color: #fff; }
.pages-zyly .title { text-align: center; padding: 85px 0 63px; }
.pages-zyly .title h2 { letter-spacing: 18px; font-weight: normal; }
.pages-zyly .title p { width: 50%; margin: 20px auto 0; }
.pages-zyly .chimg { height: 40.09259vh; position: relative; margin-bottom: 9.81481vh; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.pages-zyly .chimg h3 { display: inline-block; width: 254px; line-height: 43px; color: #fff; background: url(../temp/contact/yhjs.png) 0 0/cover no-repeat; text-align: center; letter-spacing: 14px; font-weight: normal; position: absolute; right: 12.70833%; top: calc(100% - 1px); }
.pages-zyly .zyly-bd { background-color: #eeecec; padding-top: 30px; }
.pages-zyly .zyly-bd .txt { float: left; width: 20.10417%; margin-left: 21.5625%; margin-top: -17.59259vh; background-color: #e7831a; color: #fff; padding: 30px; position: relative; z-index: 3; }
.pages-zyly .zyly-bd .txt p { text-align: justify; }
.pages-zyly .zyly-bd .imgbox { float: left; width: 49.47917%; margin-left: 1.71875%; }
.pages-zyly .zyly-bd .imgbox img { width: 100%; }
.pages-zyly .zyly-bd .imgbox ul li { float: left; margin-right: 4.21053%; position: relative; transform: translateZ(0); }
.pages-zyly .zyly-bd .imgbox ul li:first-child { width: 31.05263%; }
.pages-zyly .zyly-bd .imgbox ul li:first-child:before { content: ''; display: block; width: 100%; height: 100%; background-color: #e7831a; position: absolute; left: -10px; top: -10px; z-index: -1; }
.pages-zyly .zyly-bd .imgbox ul li:nth-child(2) { width: 28.21053%; }
.pages-zyly .zyly-bd .imgbox ul li:nth-child(2):before { content: ''; display: block; width: 100%; height: 100%; border: 3px solid #e7831a; position: absolute; left: -10px; top: -10px; z-index: -1; }
.pages-zyly .zyly-bd .imgbox ul li:nth-child(3) { width: 27.15789%; margin-right: 0; }
.pages-zyly .zyly-bd .imgbox ul li:nth-child(3):before { content: ''; display: block; width: calc(100% + 12px); height: calc(100% + 12px); position: absolute; left: -6px; top: -6px; background-color: #e7831a; z-index: -1; }
.pages-zyly .zyly-bd .imgbox p { color: #e7831a; text-align: right; margin-top: 15px; }

@media screen and (max-width: 1440px) { .pages-zyly .title p { width: 60%; }
  .pages-zyly .zyly-bd .txt { width: 30.10417%; margin-left: 11.5625%; } }
@media screen and (max-width: 1024px) { .pages-zyly .title p { width: 80%; }
  .pages-zyly .zyly-bd .txt { width: 42%; margin-left: 20px; padding: 20px; }
  .pages-zyly .chimg h3 { width: 180px; letter-spacing: 2px; line-height: 28px; background-size: 100%; } }
@media screen and (max-width: 768px) { .pages-zyly .title h2 { letter-spacing: 3px; }
  .pages-zyly .title p { width: calc(100% - 40px); font-size: 16px; }
  .pages-zyly .zyly-bd .txt { float: none; width: calc(100% - 40px); margin: -40px auto 30px; }
  .pages-zyly .zyly-bd .imgbox { float: none; margin-right: 0; width: calc(100% - 40px); margin: 0 auto; } }
/* 如果你想求职 */
.pages-qznr { background-color: #eeecec; padding: 10.55556vh 0 7.40741vh; }
.pages-qznr .inner { width: 79.16667%; margin: 0 auto; }
.pages-qznr .title { margin: 0 0 40px 3.81579%; }
.pages-qznr .title h2 { color: #36363f; padding: 12px; border-left: 2px solid #36363f; position: relative; display: inline-block; letter-spacing: 20px; font-weight: normal; }
.pages-qznr .title h2 b { color: #e7831a; font-weight: normal; }
.pages-qznr .title h2:before { content: ''; display: block; width: 46.2963%; height: 2px; background-color: #36363f; position: absolute; left: 0; top: 0; }
.pages-qznr .title h2:after { content: ''; display: block; width: 82.22222%; height: 2px; background-color: #36363f; position: absolute; left: 0; bottom: 0; }
.pages-qznr .core { position: relative; }
.pages-qznr .core img { width: 100%; }
.pages-qznr .core .core-dot { position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 35.85526%; z-index: 5; transition: all 1s; transform: translateY(0%); opacity: 0; }
.pages-qznr .core .core-dot .txt { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.pages-qznr .core .core-dot .txt p { line-height: 2.5; margin-top: 10px; }
.pages-qznr .core .core-dot.animated { transform: translateY(-50%); opacity: 1; }
.pages-qznr .core .line { position: absolute; top: 50%; transform: translateY(-50%); left: 5.26316%; width: 44.40789%; }
.pages-qznr .core-list { float: right; width: 58.28947%; position: relative; z-index: 4; }
.pages-qznr .core-list ul li { position: relative; }
.pages-qznr .core-list ul li .num { position: absolute; top: 0; left: 0; width: 15.80135%; height: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column; }
.pages-qznr .core-list ul li .num b { font-family: "PingFang Light"; font-weight: normal; font-size: 2.29167vw; line-height: 1.1; transition: all .6s; margin-top: -10%; }
.pages-qznr .core-list ul li .num span { font-size: 1.04167vw; font-weight: bold; line-height: 1; }
.pages-qznr .core-list ul li .num:hover b { transform: rotateY(180deg); }
.pages-qznr .core-list ul li:nth-child(4) .num { width: 17%; }
.pages-qznr .tps { width: 48.02632%; margin: 40px auto; }
.pages-qznr .tps span { color: #d132e9; }
.pages-qznr .tps em { color: #32b3e9; }
.pages-qznr .leida { padding-top: 30px; }
.pages-qznr .leida ul { padding: 0 4%; }
.pages-qznr .leida ul li { float: left; width: 33.33%; text-align: center; padding: 0 1%; }
.pages-qznr .leida ul li .img { width: 80%; margin: 0 auto; }
.pages-qznr .leida ul li .img img { width: 100%; }
.pages-qznr .leida ul li h4 { color: #009092; width: 80%; font-weight: normal; height: 120px; margin: 0 auto; margin-top: 20px; }
.pages-qznr .leida ul li:nth-child(5) h4, .pages-qznr .leida ul li:nth-child(6) h4 { text-align: left; }

.pages-jrch { background-color: #eeecec; }
.pages-jrch .title { margin-left: 13.54167%; font-family: "ZCOOL_KuHei"; color: #222; font-style: italic; position: relative; padding-left: 20px; margin-bottom: 5.55556vh; }
.pages-jrch .title h1 { font-weight: normal; }
.pages-jrch .title:before { content: ''; display: block; width: 5px; height: 42px; position: absolute; top: 50%; transform: translateY(-50%); left: 0; background-color: #e7831a; }
.pages-jrch .jslist { margin-left: 12.08333%; padding-bottom: 7.77778vh; position: relative; z-index: 2; transform: translateZ(0); }
.pages-jrch .jslist:before { content: ''; display: block; width: 100%; height: 13.88889vh; background-color: #d0d0d0; position: absolute; left: 0; bottom: 0; z-index: -1; }
.pages-jrch .jslist li { float: left; width: 28.79147%; margin-right: 3.79147%; }
.pages-jrch .jslist li:first-child { margin-left: 2.01422%; }
.pages-jrch .jslist li .img { float: left; width: 46.28099%; position: relative; }
.pages-jrch .jslist li .img span { display: block; background-color: #e7831a; width: 100%; height: 280px; transition: all 1s; transition-delay: 1s; transform: translateX(20%); opacity: 0; }
.pages-jrch .jslist li .img span img { width: 100%; height: 100%; object-fit: cover; }
.pages-jrch .jslist li .img:before { content: ''; display: block; width: 100%; height: 100%; position: absolute; background-color: #e4e4e4; box-shadow: 0px 6px 9.8px 0.2px rgba(40, 40, 40, 0.5); position: absolute; left: -10px; top: -10px; z-index: -1; transition: all 1s; transform: translateX(20%); opacity: 0; }
.pages-jrch .jslist li .if { float: right; width: 46.91358%; transition: all 1s; transition-delay: 1s; transform: translateX(20%); opacity: 0; }
.pages-jrch .jslist li .if dd { margin-bottom: 20px; position: relative; }
.pages-jrch .jslist li .if dd span { font-size: 14px; margin-left: 15px; }
.pages-jrch .jslist li .if dd p { font-weight: lighter; color: #444; }
.pages-jrch .jslist li .if dd .icon { display: block; width: 7px; height: 7px; background-color: #e7831a; position: absolute; left: -17px; top: 10px; }
.pages-jrch .jslist li.animated .img:before { transform: translateX(0); opacity: 1; }
.pages-jrch .jslist li.animated .img span { transform: translateX(0); opacity: 1; }
.pages-jrch .jslist li.animated .if { transform: translateX(0); opacity: 1; }
.pages-jrch .ybb { width: 62.96875%; margin: 0 auto; padding: 6.94444vh 0 14.81481vh; }
.pages-jrch .ybb img { width: 100%; }

.zaixuexi { padding: 20px 0 40px; position: relative; transform: translateZ(0); }
.zaixuexi:before { content: ''; display: block; width: 78.95833%; height: 13.88889vh; background-color: #d0d0d0; position: absolute; left: 0; bottom: 0; z-index: -1; }
.zaixuexi ul { width: 74.58333%; margin: 0 auto; }
.zaixuexi ul li { float: left; width: 28.14246%; margin-right: 7.12291%; }
.zaixuexi ul li:last-child { margin-right: 0; }
.zaixuexi ul li .img { position: relative; }
.zaixuexi ul li .img img { width: 100%; height: 100%; object-fit: cover; }
.zaixuexi ul li .img:before { content: ''; display: block; width: 100%; height: 100%; position: absolute; background-color: #e4e4e4; box-shadow: 0px 6px 9.8px 0.2px rgba(40, 40, 40, 0.5); position: absolute; left: -10px; bottom: -10px; z-index: -1; }
.zaixuexi ul li .p { text-align: right; margin: 20px 0 0; }
.zaixuexi ul li .p p { display: inline-block; text-align: left; text-align: right; position: relative; letter-spacing: 5px; }
.zaixuexi ul li .p p b { letter-spacing: 0; }
.zaixuexi ul li .p p:before { content: ''; display: block; width: 7px; height: 7px; background-color: #e7831a; position: absolute; left: -17px; top: 10px; }

.pages-tjx { background-color: #eeecec; }
.pages-tjx .inner { width: 77.60417%; margin: 0 auto; }
.pages-tjx .title { position: relative; line-height: 1; padding-left: 20px; font-family: "ZCOOL_KuHei"; letter-spacing: 7px; }
.pages-tjx .title:before { content: ''; display: block; width: 5px; height: 42px; position: absolute; top: 50%; transform: translateY(-50%); left: 0; background-color: #e7831a; }
.pages-tjx .title h1 { font-weight: normal; }
.pages-tjx .title h2 { font-weight: normal; color: #666; }
.pages-tjx .imgbox { margin: 57px auto 0; width: 47.18121%; background: url(../temp/contact/img_lx_bg1.png) 0 0/100% 100% no-repeat; padding: 16px 57px 30px 45px; }
.pages-tjx .imgbox .img { overflow: hidden; }
.pages-tjx .imgbox .img img { width: 100%; transition: all .6s; }
.pages-tjx .imgbox:hover .img img { transform: scale(1.05); }
.pages-tjx .info { text-align: center; padding: 30px 0; }
.pages-tjx .info p:first-child { letter-spacing: 8px; }
.pages-tjx .info p:last-child { letter-spacing: 5PX; }
.pages-tjx .info p:last-child SPAN { display: inline-block; padding: 0 10px 0 18px; color: #fff; border-radius: 4px; background-color: #e7831a; }

@media screen and (min-width: 3200px) { .pages-qznr .title h2 b { font-size: 58px; }
  .pages-tjx .imgbox { padding: 40px 130px 60px; } }
@media screen and (max-width: 1440px) { .pages-jrch .jslist li .img span { height: 228px; }
  .pages-jrch .jslist li .if dd { margin-bottom: 15px; }
  .pages-qznr .core .core-dot .txt p { width: 70%; margin: 0 auto; line-height: 1.8; } }
@media screen and (max-width: 1280px) { .pages-jrch .jslist li .img span { height: 180px; }
  .pages-qznr .core .core-dot .txt i { display: inline-block; width: 30px; }
  .pages-qznr .core .core-dot .txt p { line-height: 1.5; width: 70%; margin: 0 auto; } }
@media screen and (max-width: 1024px) { .pages-zyly .chimg { margin-bottom: 50px; }
  .pages-zyly .zyly-bd .txt { margin-top: -80px; }
  .pages-qznr { padding: 80px 0 60px; }
  .pages-qznr .title h2 { letter-spacing: 10px; }
  .pages-qznr .inner { width: calc(100% - 40px); }
  .pages-qznr .tps { width: 80%; }
  .pages-jrch .ybb { padding: 50px 0 70px; }
  .pages-tjx .inner { width: calc(100% - 40px); }
  .pages-jrch .title { margin-left: 20px; }
  .pages-jrch .jslist { margin-left: 20px; }
  .zaixuexi:before, .zaixuexi ul { width: calc(100% - 40px); }
  .pages-qznr .core .core-dot .txt p { font-size: 12px; }
  .pages-jrch .jslist li .img span { height: 170px; } }
@media screen and (max-width: 768px) { .pages-jrch .jslist li .img { width: calc(100% - 10px); margin-left: 10px; float: none; }
  .pages-jrch .jslist li .if { float: none; width: 90%; margin-left: 10px; margin-top: 20px; }
  .pages-jrch .jslist li .if dd { margin-bottom: 10px; }
  .pages-qznr .title h2 { letter-spacing: 3px; }
  .pages-jrch .ybb { padding: 20px 0 40px; width: calc(100% - 40px); }
  .pages-zyly .zyly-bd .txt { margin-top: -40px; }
  .pages-jrch .jslist li .img span { height: 270px; } }
@media screen and (max-width: 500px) { .pages-qznr .core .core-dot { position: relative; width: 80%; margin: 0 auto; transform: none; }
  .pages-qznr .core .core-dot.animated { transform: none; }
  .pages-qznr .core .line { display: none; }
  .pages-qznr .core-list { float: none; width: 100%; }
  .pages-qznr .tps { width: 100%; margin: 30px 0; }
  .pages-qznr .leida ul li { float: none; width: 100%; margin: 0; }
  .pages-jrch .title h1, .pages-tjx .title h2 { font-size: 24px; letter-spacing: 3px; }
  .pages-tjx .title { letter-spacing: 3px; }
  .pages-jrch .jslist li { float: none; width: calc(100% - 20px); margin-bottom: 20px; }
  .pages-jrch .jslist li .img { height: auto; min-height: 150px; }
  .zaixuexi ul li { float: none; width: 100%; margin-bottom: 20px; }
  .pages-tjx .imgbox { width: 100%; padding: 10px 20px 30px; margin-top: 30px; }
  .pages-tjx .info p:first-child { letter-spacing: 4px; }
  .pages-jrch .jslist li .img span { height: auto; } }
/* 在线课程 */
.pages-kecheng { background-color: #d0d0d0; padding: 90px 0 108px; }
.pages-kecheng .inner { width: 89.63542%; margin: 0 auto; }
.pages-kecheng .novideo { padding: 21.48148vh 0 37.03704vh; text-align: center; }
.pages-kecheng .novideo .icon { width: 280px; margin: 0 auto 30px; }
.pages-kecheng .novideo .icon img { width: 100%; }
.pages-kecheng .novideo .tit { color: #666; letter-spacing: 3px; }
.pages-kecheng .title { padding: 70px 0 40px; }
.pages-kecheng .title h1 { color: #333; font-weight: normal; font-family: "BRAVEEIGHTYONE"; margin-bottom: 15px; text-transform: uppercase; }


.zxkc .pages-kecheng .title h2{color:#fff;}
.zxkc .pages-kecheng{background: #1b1c1e}
.zxkc .pages-kecheng .title h1{color:#fff;}

.ol-kechenglist li { float: left; width: 23.53283%; margin: 0 1.91749% 2.5% 0; transition: all .6s; }
.ol-kechenglist li:nth-child(4n) { margin-right: 0; }
.ol-kechenglist li .img { overflow: hidden; }
.ol-kechenglist li .img img { width: 100%; height: 100%; object-fit: cover; transition: all .6s; }
.ol-kechenglist li .info { background-color: #252525; padding: 30px 26px; }
.ol-kechenglist li .info h2 { font-weight: normal;color: #fff; font-size: 20px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 60px; margin-bottom: 24px; }
.ol-kechenglist li .info p { color: #fff; }
.ol-kechenglist li:hover { box-shadow: 0px 4px 9.7px 0.3px rgba(0, 0, 0, 0.1); }
.ol-kechenglist li:hover .img img { transform: scale(1.05); }

@media screen and (min-width: 3200px) { .pages-kecheng { padding: 200px 0 200px; }
  .ol-kechenglist li .info h2 { height: 130px; }
  .ol-kechenglist li .img { height: 513px; } }
@media screen and (max-width: 1440px) { .pages-kecheng .inner { width: calc(100% - 40px); }
  .ol-kechenglist li .img { height: 185px; }
  .ol-kechenglist li .info h2 { height: 44px; } }
@media screen and (max-width: 1024px) { .pages-kecheng { padding: 70px 0; }
  .pages-kecheng .title { padding: 50px 0 20px; }
  .pages-kecheng .inner { width: calc(100% - 40px); }
  .ol-kechenglist li { margin-bottom: 5%; }
  .ol-kechenglist li .img { height: 136px; }
  .ol-kechenglist li .info { padding: 20px; }
  .ol-kechenglist li .info h2 { margin-bottom: 15px; } }
@media screen and (max-width: 768px) { .ol-kechenglist li { width: 48%; margin-right: 4%; }
.ol-kechenglist li .info h2{font-size: 14px;}
  .ol-kechenglist li:nth-child(2n) { margin-right: 0; }
  .ol-kechenglist li .img { height: 185px; } }
@media screen and (max-width: 500px) { .ol-kechenglist li .img { height: 116px; }
  .ol-kechenglist li .info { padding: 15px; }
  .ol-kechenglist li .info h2 { margin-bottom: 10px; } }
.pages { text-align: center; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin-top: 50px; }
.pages a { display: inline-block; width: 50px; line-height: 50px; background-color: #1b1b1b; color: #d6d6d7; margin: 0 7px; }
.pages .prevnext { width: 120px; }
.pages a:hover { background-color: #e7831a; }
.pages a.active { background-color: #e7831a; }

@media screen and (max-width: 768px) { .pages a { width: 36px; line-height: 36px; margin: 0 3px; }
  .pages a.prevnext { width: 70px; } }
.news-inner { width: 83.33333%; margin: 0 auto; }

.newslist li { position: relative; padding: 100px 0 89px 90px; }
.newslist li:nth-child(2n+1) { background-color: #dbdbdb; }
.newslist li:nth-child(4n+1):before { content: ''; display: block; width: 8.33333vw; height: 100%; position: absolute; left: 100%; top: 0; background-color: #dbdbdb; }
.newslist li:nth-child(2n+1):before { content: ''; display: block; width: 8.33333vw; height: 100%; position: absolute; right: 100%; top: 0; background-color: #dbdbdb; }
.newslist li .datetime { width: 98px; height: 107px; background: url(../img/bg_datetime.png) no-repeat; color: #d0d0d0; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-direction: column; position: absolute; right: 4.62657%; top: 100px; transition: all .6s; }
.newslist li .datetime b { font-weight: normal; font-family: "Mechsuit"; margin-top: -15px; }
.newslist li .more { position: absolute; bottom: 90px; right: 7.20423%; display: -webkit-flex; display: flex; justify-content: center; flex-direction: column; width: 15px; text-align: center; line-height: 1.2; cursor: pointer; transition: all .6s; }
.newslist li .more:after { content: ''; display: block; width: 1px; height: 30px; background-color: #333; margin: 6px auto; transition: all .6s; }
.newslist li .more:hover { color: #e7831a; }
.newslist li .more:hover:after { background-color: #e7831a; }
.newslist li .imgbox { float: left; width: 34.96365%; }
.newslist li .imgbox .img { position: relative; margin-bottom: 10%; transform: translateZ(0); display: none; }
.newslist li .imgbox .img img { width: 100%; transition: all .6s; }
.newslist li .imgbox .img:before { content: ''; display: block; width: 100%; height: 100%; position: absolute; background-color: #dfdfdf; box-shadow: 0px 6px 9.8px 0.2px rgba(40, 40, 40, 0.5); position: absolute; left: -8px; bottom: -8px; z-index: -1; }
.newslist li .imgbox .img:first-child { display: block; }
.newslist li .info { float: left; width: 43.62194%; margin-left: 5.28751%; line-height: 2; }
.newslist li .info h3 { min-height: 96px; line-height: 1.8; margin-bottom: 20px; }
.newslist li .info .txt { height: 120px; overflow: hidden; }
.newslist li .info p { text-align: justify; color: #444; }
.newslist li:hover .datetime { background-image: url(../img/bg_datetime_hover.png); }
.newslist li:hover .imgbox .img img { transform: scale(1.05); }
.newslist li:hover .info h3 { color: #e7831a; }
.newslist li.active .more { color: #e7831a; }
.newslist li.active .more:after { background-color: #e7831a; }
.newslist li.active .imgbox .img { display: block; }
.newslist li.active .info h3 { color: #e7831a; }
.newslist li.active .info .txt { height: auto; }

.laod { text-align: center; color: #999; }

@media screen and (min-width: 3200px) { .newslist li .more { width: 30px; }
  .newslist li .info .txt { height: 520px; }
  .newslist li .datetime { width: 228px; height: 200px; background-size: 100% 100%; } }
@media screen and (max-width: 1440px) { .newslist li { padding: 70px 0 60px 70px; }
  .newslist li .datetime { top: 70px; width: 80px; height: 90px; background-size: 100% 100%; }
  .newslist li .more { bottom: 60px; }
  .newslist li .info .txt { height: 110px; } }
@media screen and (max-width: 1024px) { .news-inner { width: calc(100% - 40px); }
  .newslist li { padding: 50px 0 40px 30px; }
  .newslist li .datetime { top: 50px; width: 70px; height: 80px; }
  .newslist li .more:after { height: 20px; }
  .newslist li .more { bottom: 40px; }
  .newslist li .info h3 { min-height: 68px; }
  .newslist li .info .txt { height: 90px; } }
@media screen and (max-width: 768px) { .newslist li .more { bottom: 20px; }
  .newslist li .datetime { right: 20px; }
  .newslist li .more { right: 50px; bottom: 40px; } }
@media screen and (max-width: 600px) { .newslist li .imgbox { float: none; width: calc(100% - 100px); }
  .newslist li .info { float: none; width: calc(100% - 100px); margin-left: 0; } }
.pages-works { background-color: #d0d0d0; }
.pages-works .title { width: 89.63542%; margin: 0 auto; }
.pages-works .title ul li { float: left; position: relative; transition: all .6s; transform: translateZ(0); margin: 0 40px; }
.pages-works .title ul li:after { content: ''; display: block; width: 5px; height: 5px; background-color: #555; position: absolute; right: -40px; top: calc(50% - 2px); border-radius: 100%; }
.pages-works .title ul li:before { content: ''; display: block; width: 0; height: 9px; background-color: #e7831a; position: absolute; left: 0; bottom: 3px; z-index: -1; opacity: 0; transition: all .6s; }
.pages-works .title ul li:first-child { margin-left: 0; }
.pages-works .title ul li:last-child { margin-right: 0; }
.pages-works .title ul li:last-child:after { display: none; }
.pages-works .title ul li a { display: block; height: 37px; overflow: hidden; color: #555; }
.pages-works .title ul li span { display: block; line-height: 37px; transition: all 1s; }
.pages-works .title ul li .t2 { text-transform: uppercase; }
.pages-works .title ul li:hover a, .pages-works .title ul li.active a { color: #333; }
.pages-works .title ul li:hover:before, .pages-works .title ul li.active:before { width: 100%; opacity: 1; }
.pages-works .title ul li:hover span, .pages-works .title ul li.active span { transform: translateY(-37px); }
.pages-works .cont { background-color: #e4e4e4; padding: 55px 0; }
.pages-works .wall { display: block; position: relative; width: 89.63542% !important; margin: 0 auto; zoom:1.0;}
.pages-works .wall-column { display: block; position: relative; width: 33.333333%; box-sizing: border-box; float: left; padding: 0 12px; box-sizing: border-box; }
.pages-works .article { display: block; margin: 0 0 30px 0; background: white; box-shadow: 0px 6px 9.8px 0.2px rgba(40, 40, 40, 0.5); transition: all .6s; overflow: hidden; width: 32.5%; position: absolute; top: 0; left: 0;overflow: hidden;zoom:1.0; }
.pages-works .item-img { width: 100%; position: relative; }
.pages-works .item-img img { width: 100%; transition: all .6s; }
.pages-works .item-model { width: 64.7482%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 5; height: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; position: absolute; }
.pages-works .item-model .figcaption { text-align: center; }
.pages-works .item-model .item-title { transition: all 1s; opacity: 0; }
.pages-works .item-model .item-intro { transition: all 1s; opacity: 0; }
.pages-works .article:hover .item-img img { transform: scale(1.06); }
.pages-works .article:hover .item-bg { opacity: 1; }
.pages-works .article:hover .item-model .item-title { opacity: 1; }
.pages-works .article:hover .item-model .item-intro { opacity: 1; }
.pages-works .same-morebox { text-align: center; margin-top: 50px; }
.pages-works .same-morebox a { display: inline-block; width: 187px; line-height: 61px; background: url(../img/work/bg_btn.png) 0 0/cover no-repeat; color: #fff; }
.pages-works .same-morebox a:hover { opacity: 0.8; }

@media only screen and (max-width: 1680px) { .pages-works .article { width: 32%; } }
@media only screen and (max-width: 1280px) { .pages-works .article { width: 31%; } }
@media only screen and (max-width: 1024px) { .pages-works .article { width: 31%; } }
@media only screen and (max-width: 1000px) { .pages-works .title ul li { margin: 0  20px; }
  .pages-works .title ul li:after { right: -20px; }
  .pages-works .wall-column { padding: 0 !important; float: left !important; width: 49% !important; margin-right: 2% !important; }
  .pages-works .wall-column:nth-child(even) { margin-right: 0px !important; }
  .pages-works .article { margin-bottom: 10px !important; } }
@media only screen and (max-width: 768px) { .pages-works .wall { width: calc(100% - 20px) !important; margin-left: 15px; }
  .pages-works .article { width: calc(50% - 20px); } }
@media only screen and (max-width: 500px) { .pages-works .article { width: calc(100% - 20px); } }
/* 视频弹窗 */
#videoPopup { position: fixed; width: 100%; height: 100%; top: 0; z-index: 1000; background-color: rgba(0, 0, 0, 0.4); display: none; }
#videoPopup .video-box { width: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
#videoPopup .video-box video { width: 100%; }
#videoPopup .close { position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; border-radius: 50%; background: rgba(0, 0, 0, 0.1); cursor: pointer; text-align: center; }
#videoPopup .close span { display: -webkit-flex; display: flex; align-items: center; justify-content: center; }

@media screen and (max-width: 1024px) { #videoPopup .video-box { width: 80%; }
  #videoPopup .close { width: 26px; height: 26px; }
 }
@media screen and (max-width: 768px) { #videoPopup .video-box { width: calc(100% - 40px); } }
.player { width: 90%; margin: 20px auto; }
.player video { width: 100%; }

