/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Volkhov:ital@1&display=swap");
body {
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

p {
  color: #7B7B7B;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #ff6f00;
}

blockquote {
  font-size: 18px;
  border-left: 5px solid #ff6f00;
  padding: 20px 40px;
  text-align: left;
  color: #777;
}

.navbar-toggle .icon-bar {
  background: #ff6f00;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #ff6f00;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ff6f00;
}

.slick-slide {
  outline: 0;
}

.btn-main, .btn-small, .btn-transparent {
  background: #ff6f00;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}
.btn-main.btn-icon i, .btn-icon.btn-small i, .btn-icon.btn-transparent i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover {
  background: #994300;
  color: #fff;
}

.btn-solid-border {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-solid-border:hover {
  border: 1px solid #ff6f00;
  background: #ff6f00;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #ff6f00;
}
.btn-transparent:hover {
  background: transparent;
  color: #ff6f00;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.mt-10 {
  margin-top: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus {
  color: #ddd;
}

.w-100 {
  width: 100%;
}

.margin-0 {
  margin: 0 !important;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-primary {
  background: #ff6f00 !important;
}

.bg-primary-dark {
  background: #cc5900 !important;
}

.bg-primary-darker {
  background: #994300 !important;
}

.bg-dark {
  background: #202122 !important;
}

.section-sm {
  padding: 70px 0;
}

.title {
  padding: 20px 0 30px;
}
.title h2 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-title p {
  color: #666;
}

.section-subtitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.page-title {
  padding: 100px 0;
}
.page-title .block {
  text-align: center;
}
.page-title .block h1 {
  color: #fff;
  font-weight: 200;
  letter-spacing: 6px;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-title .block h1 {
    font-size: 32px;
  }
}
.page-title .block p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

.heading {
  padding-bottom: 60px;
  text-align: center;
}
.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}

.page-wrapper {
  padding: 70px 0;
}

.dropdown-slide {
  position: static;
}
.dropdown-slide .open > a,
.dropdown-slide .open > a:focus,
.dropdown-slide .open > a:hover {
  background: transparent;
}
.dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}
.dropdown-slide:hover .dropdown-menu {
  display: none;
  opacity: 1;
  display: block;
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  color: #777;
  transform: translateY(0px);
}
.dropdown-slide .dropdown-menu {
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}
@media (max-width: 480px) {
  .dropdown-slide .dropdown-menu {
    transform: none;
  }
}

.tabCommon .nav-tabs {
  border-bottom: 0;
  margin-bottom: 10px;
}
.tabCommon .nav-tabs li {
  margin-right: 5px;
}
.tabCommon .nav-tabs li a.active {
  background-color: #ff6f00;
  border: 1px solid #ff6f00;
  color: #ffffff;
}
.tabCommon .nav-tabs a {
  border-radius: 0;
  background: #f9f9f9;
}
.tabCommon .nav-tabs a:hover {
  border: 1px solid transparent;
  background: #ff6f00;
  color: #fff;
}
.tabCommon .tab-content {
  padding: 20px;
  border: 1px solid #dedede;
}
.tabCommon .tab-content p {
  margin-bottom: 0;
}

.play-icon {
  border: 1px solid #dedede;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 30px;
}
.play-icon i {
  line-height: 60px;
}

.alert-common {
  border-radius: 0;
  border-width: 2px;
}
.alert-common i {
  margin: 0 5px;
  font-size: 16px;
}

.alert-solid {
  background: transparent;
  color: #ff6f00;
}

@media (max-width: 480px) {
  .buttonPart li {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .buttonPart li {
    margin-bottom: 8px;
  }
}

.overly, .page-title {
  position: relative;
}
.overly:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6f00 !important;
}

#success,
#error {
  display: none;
}

.navigation {
  background: #fff;
}
.navigation .container {
  max-width: 1920px;
}
.navigation .container .row {
  display: block;
}
.navigation .navbar {
  margin-bottom: 0px;
  border: 0px;
  padding: 8px 50px;
}
@media (max-width: 992px) {
  .navigation .navbar {
    padding: 8px 50px;
  }
}
@media (max-width: 768px) {
  .navigation .navbar {
    padding: 8px 20px;
  }
}
@media (max-width: 480px) {
  .navigation .navbar {
    padding: 8px 10px;
  }
}
.navigation .navbar-brand {
  padding-top: 5px;
}
.navigation .navbar-brand .navbar-logo {
  width: 555px;
  height: auto;
}
@media (max-width: 992px) {
  .navigation .navbar-brand .navbar-logo {
    width: 455px;
  }
}
@media (max-width: 768px) {
  .navigation .navbar-brand .navbar-logo {
    width: 355px;
  }
}
@media (max-width: 480px) {
  .navigation .navbar-brand .navbar-logo {
    width: 300px;
  }
}
.navigation .navbar-toggler {
  font-size: 36px;
}
.navigation .navbar-toggler:focus {
  outline: 0;
}
.navigation .navbar {
  background: none;
  border: 0px;
}
.navigation .navbar .navbar-nav {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .navigation .navbar .navbar-nav {
    text-align: center;
  }
}
.navigation .navbar .navbar-nav > li > a {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: 0.3s;
}
.navigation .navbar .navbar-nav > li > a:hover, .navigation .navbar .navbar-nav > li > a:focus {
  color: #000;
  background: transparent;
}
.navigation .navbar .navbar-nav li.active > a {
  font-size: 20px;
  font-weight: 500;
  color: #ff6f00;
  line-height: 20px;
  color: #ff6f00;
}
.navigation .navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  padding: 0;
}
@media (max-width: 992px) {
  .navigation .navbar .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .navbar .dropdown-menu li:first-child {
  margin-top: 10px;
}
.navigation .navbar .dropdown-menu li:last-child {
  margin-bottom: 10px;
}
.navigation .navbar .dropdown-menu a {
  font-weight: normal;
  color: #808080;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.navigation .navbar .dropdown-menu a:focus, .navigation .navbar .dropdown-menu a:hover {
  background: #ff6f00;
  color: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Ionicons";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f3d2";
  margin-right: 7px;
}

.dropright .dropdown-toggle::after {
  content: "\f3d3";
  margin-left: 7px;
}

.dropdown-item {
  padding: 0.8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .dropdown-item {
    padding: 0.6rem 1.5rem;
  }
}

.dropdown-submenu:hover > .dropdown-item,
.dropdown-item:hover {
  background: #ff6f00;
  color: #fff !important;
}

.dropdown-item.active {
  text-decoration: underline;
  background-color: transparent;
  color: inherit;
}

.dropdown-submenu.active > .dropdown-toggle {
  text-decoration: underline;
  color: inherit;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
  }
  .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .dropleft .dropdown-menu,
  .dropright .dropdown-menu {
    margin-top: -10px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}
.index .index-slider {
  color: #fff;
}
.index .index-slider .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.index .index-slider h1 {
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
  line-height: 112px;
}
.index .index-slider p {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 45px;
}
.index .index-slider .bigbg {
  height: 100vh;
}
.index .index-slider .banner1 {
  background: url("../images/img/banner1.jpeg");
  background-size: cover;
}
.index .index-slider .banner2 {
  background: url("../images/img/banner2.jpeg");
  background-size: cover;
}
.index .index-slider .banner3 {
  background: url("../images/img/banner3.jpeg");
  background-size: cover;
}

.contact {
  position: relative;
  margin-top: -36px;
}
.contact .bott {
  display: flex;
  justify-content: center;
}
.contact .bott span {
  font-weight: bold;
}
.contact .bott div {
  margin: 0 32px;
}
.contact .bott .beian a,
.contact .bott .beian a:focus,
.contact .bott .beian a:hover {
  color: black;
}

.about {
  background: linear-gradient(142deg, #f2f6fa 0%, #e0eaf2 100%);
}
.about .row {
  width: 88vw;
  margin: 0 auto;
}
.about .block h2 {
  padding-top: 30px;
  margin: 0;
}
.about .block p {
  max-width: 33em;
  padding-top: 20px;
  line-height: 28px;
}
.about .block img {
  width: 100%;
}
.about .about-img {
  overflow: hidden;
}
.about .about-img:hover img {
  transform: scale3D(1.1, 1.1, 1);
}
.about .about-img img {
  opacity: 0.6;
  transition: all 0.5s ease-out;
}
.about .section-title {
  margin-bottom: 0px;
}
.about .section-title span {
  width: 50px;
  height: 9px;
  background: #ff6f00;
  display: inline-block;
}
.about .infoImg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.page-404 {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 70px 0;
  text-align: center;
}
.page-404 h1 {
  font-size: 250px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 130px;
    line-height: 150px;
  }
}
@media (max-width: 400px) {
  .page-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  .page-404 h1 {
    font-size: 150px;
    line-height: 200px;
  }
}
.page-404 h2 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-top: 30px;
}
.page-404 .copyright-text {
  margin-top: 50px;
  font-size: 12px;
}
.page-404 .copyright-text a {
  font-weight: 600;
}
.page-404 .btn-main, .page-404 .btn-transparent, .page-404 .btn-small {
  margin-top: 40px;
}

.footer {
  background: #f5f5f5;
  text-align: center;
}
.footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
.footer a {
  color: #595959;
}
.footer .footer-manu {
  padding-bottom: 25px;
}
.footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
.footer .footer-manu ul li {
  display: inline-block;
  padding: 10px 20px;
}
.footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
.footer .footer-manu ul li a:hover {
  color: #000;
}
.footer .copyright a {
  font-weight: 600;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: #ff6f00;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
}

.sunshine {
  background: url("../images/img/sunshine-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
}
.sunshine .stitle {
  font-size: 96px;
  font-weight: 600;
  color: #ffffff;
  line-height: 96px;
}
@media (max-width: 480px) {
  .sunshine .stitle {
    font-size: 46px;
    line-height: 46px;
  }
}
.sunshine .toaro {
  width: 50vw;
  position: absolute;
  left: 10vw;
  bottom: 5vh;
}
.sunshine .toaro .toa {
  width: 50%;
  margin-bottom: 15px;
}
.sunshine .toaro .aro {
  width: 80%;
}
@media (max-width: 480px) {
  .sunshine .toaro {
    bottom: 3vh;
    width: 90vw;
  }
}
.sunshine .row {
  width: 80vw;
  margin: 0 auto;
}
.sunshine p {
  max-width: 45em;
  font-size: 20px;
  color: #fff;
}
.sunshine .guodu {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.sunshine .iphone {
  max-width: 35vw;
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 80vh;
}
@media (max-width: 1200px) {
  .sunshine .iphone {
    max-width: 40vw;
  }
}
@media (max-width: 992px) {
  .sunshine .iphone {
    max-width: 45vw;
  }
}
@media (max-width: 768px) {
  .sunshine .iphone {
    max-width: 60vw;
  }
}
@media (max-width: 480px) {
  .sunshine .iphone {
    max-width: 80vw;
  }
}
.sunshine .fadein {
  opacity: 1;
}

.beijing {
  background: #f5f5f5;
}
.beijing .row {
  width: 82vw;
  margin: 0 auto;
}
.beijing .block h2 {
  padding-top: 30px;
  margin: 0;
}
.beijing .block p {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.beijing .block img {
  width: 100%;
}
.beijing .mapinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.beijing .section-title {
  margin-bottom: 0px;
}
.beijing .section-title span {
  width: 50px;
  height: 9px;
  background: #ff6f00;
  display: inline-block;
}