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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
body {
  width: 100%;
  position: relative;
  min-width: 1280px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", SimSun, sans-serif !important;
}

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

.flex {
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
}

.text-center {
  text-align: center;
}

.newheader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.newheader {
  background: transparent;
  transition: background 300ms;
}

.newheader.active {
  background: rgba(5, 11, 34, 0.9);
}

.newheader .header-list {
  white-space: nowrap;
}

.newheader .header-list>li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.newheader .header-list>li :hover {
  color: #177fff !important;
}

.newheader .header-list .submenu {
  width: 100vw;
  background: rgba(5, 11, 34, 0.9);
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  padding-bottom: 30px;
  padding-top: 30px;
}

.newheader .header-list .submenu ul {
  width: 926px;
  margin: 0 auto;
}

.newheader .header-list .submenu li {
  text-align: left;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}



.newheader .shine {
  background: #177fff;
  height: 2px;
  position: absolute;
  bottom: 10px;
  transition: all .2s ease-out;
  opacity: 0;
}

.newheader .shine .light {
  display: block;
  position: absolute;
  width: 396px;
  height: 37px;
  background: url(../img/newHeader/download.png)center no-repeat;
  top: 0;
  left: 50%;
  margin-left: -198px;
  pointer-events: none;
}

.newheader .header-list a {
  color: #fff;
}

.newheader .header-list>li:hover::after,
.newheader .header-list>li:hover .shine {
  opacity: 1;
}



.newheader .header-list>li::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #177fff;
  opacity: 0;
  transition: all .2s ease-out;
}

.newheader {
  height: 90px;
  justify-content: center;
}

.newheader .newHeader-logo {
  width: 120px;
  height: 90px;
  background: url(../img/newHeader/logo.png) center no-repeat;
  margin-right: 84px;
}

.newheader .header-list li {
  line-height: 90px;
  padding: 0 13px;
  color: #fff;
  white-space: nowrap;
}

.newheader .header-btn {
  white-space: nowrap;
  height: 90px;
  line-height: 90px;
}

.newheader .header-btn button {
  width: 95px;
  height: 30px;
  border: none;
  margin: 0 9px;
  cursor: pointer;
}

.newheader .header-btn .registered {
  background: #177fff;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  /* border: 1px solid #fff; */
}

.newheader .header-btn .login {
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color: #177fff;
}

.newheader .tel {
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-left: 22px;
  white-space: nowrap;
}

._banner {
  width: 100%;
  height: 490px;
}

._banner-content {
  width: 1170px;
  margin: 0 auto;
  /* margin-top: 85px; */
}

._banner-content ._banner-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 56px;
  padding-top: 146px;
}

._banner-content ._banner-desc {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
}

._banner-content ._banner-btn button {
  width: 200px;
  height: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border: none;
  margin-top: 18px;
}

._banner-content ._banner-btn button:hover {
  cursor: pointer;
}

._banner-content ._banner-btn .video {
  background: #ff8b00;
  margin-right: 14px;
}

._banner-content ._banner-btn .demo {
  background: #177fff;
}

._banner-nav {
  height: 80px;
  width: 100%;
  background: #0b3472;
  line-height: 80px;
  position: sticky;
  top: 0;
  position: -webkit-sticky;
  z-index: 1;
  left: 0;
}

._banner-nav ._banner-nav-list {
  justify-content: center;
}

._banner-nav ._banner-nav-list .list-item {
  margin: 0 58px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

._banner-nav ._banner-nav-list .list-item a {
  color: #fff;
}

._banner-nav ._banner-nav-list .list-item.active a,
._banner-nav ._banner-nav-list .list-item:hover a {
  color: #ff8b00;
}

._banner-nav ._banner-nav-list .list-item.active::after,
._banner-nav ._banner-nav-list .list-item:hover::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #ff8b00;
  bottom: 15px;
  left: 0px;
}

#footer-banner {
  width: 100%;
  height: 200px;
  background: url(../img/newschedule/footer-banner.png) center no-repeat;
  margin-top: 78px;
}

#footer-banner h4 {
  padding-top: 26px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin-bottom: 26px;
}

#footer-banner .btn {
  width: 450px;
  margin: 0 auto;
}

#footer-banner .btn button {
  width: 180px;
  height: 40px;
  border: none;
  background: #ff8b00;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

#footer-banner .btn .reservation {
  margin-right: 74px;
}

#footer-banner p {
  text-align: center;
  margin-top: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.online-consultation {
  position: fixed;
  right: 0;
  top: calc(50% - 265px);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.online-consultation .online-item {
  background: linear-gradient(90deg, rgba(255, 205, 111, 1) 0%, rgba(255, 159, 60, 1) 100%);
  text-align: center;
  width: 73px;
  height: 89px;
  padding-top: 19px;
  box-sizing: border-box;
}

.online-consultation .phone {
  background: linear-gradient(90deg, rgba(255, 205, 111, 1) 0%, rgba(255, 159, 60, 1) 100%);
}

.online-consultation .hover-phone {
  display: none;
  /* padding-top: 20px;
  padding-left: 30px; */
  height: 20px;
  line-height: 20px;
  /* display: block; */
}

.online-consultation .hover-phone p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}

.online-consultation .hover-phone .tel {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 17px;
  margin-left: -28px;
}

.online-consultation .hover-phone .number {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: -45px
}

.online-consultation .hover-phone .tel img {
  margin-right: 8px;
}

.online-consultation .online-item:nth-child(1),
.online-consultation .online-item:nth-child(2) {
  border-bottom: 1px solid linear-gradient(90deg, rgba(255, 202, 87, 1) 0%, rgba(255, 191, 41, 1) 72%, rgba(254, 144, 69, 1) 100%);
}

.online-consultation .online-item a {
  text-decoration: none;
}

.online-consultation .online-item:hover {
  cursor: pointer;
}

.online-consultation p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  margin-top: 7px;
}

#chatBtn {
  display: none !important;
}