* {
  margin: 0;
  padding: 0;
  font-family: 黑体;
}
.navbar a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
.navbar a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #9f9b9b;
}
body {
  font-family: "Microsoft YaHei", sans-serif;
}
.mai-icon {
  background: #38f;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
}

.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  /* margin-bottom: 30px; */
}
.navbar-default {
  background-color: #ffffff;
}
.navbar-default .navbar-brand {
  font-size: 30px;
  font-weight: bold;
  color: #38f;
  height: 70px;
  line-height: 35px;
  padding: 0;
}
.navbar .container {
  display: flex;
}

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #444;
  height: 70px;
  line-height: 35px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: #9f9b9b;
}
/* .navbar-toggle{
    margin-top: 17px;
} */
.navContainer {
  display: flex;
  padding: 15px;
  width: 770px;
}
.navBox li {
  flex: auto;
}

.navbar-default .navbar-right {
  color: #444;
  line-height: 35px;
  padding: 15px;
}

.navbar-nav li a {
  font-size: 16px;
  color: #444;
  height: 70px;
  line-height: 35px;
  text-align: center;
}

.navbar-defaul .navbar-nav .navTop {
  position: relative;
}

.navbar-defaul .navbar-nav .navTop > .nav-t {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  width: 100%;
  height: fit-content;
  background-color: pink;
}

.navbar-defaul .navbar-nav .navtop:hover > .nav-t {
  position: absolute;
  top: 100px;
  left: 0;
}

.navtop:hover .nav-t li {
  display: block;
  line-height: 35px;
  text-align: center;
}

.navContainer {
  margin: 0 0 0 100px;
  /* margin-top: 0;
    margin-left: 100px; */
}

.navBox {
  display: flex;
  width: 100%;
  height: 100%;
}

.navBox > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex: 1;
  height: 30px;
  background-color: #fff;
}

.navBox > li .hiddenBox {
  z-index: 9;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.navBox > li .nav-t {
  z-index: 999;
  transform: translateY(-100%);
  transition: all 1s;
  list-style: none;
}

.navBox > li a:hover + .hiddenBox .nav-t {
  transform: translateY(0);
  opacity: 1;
}

.navBox > li .hiddenBox .nav-t:hover {
  transform: translateY(0);
}

.yw-1 {
  width: 70px;
  height: 35px;
  text-align: center;
}
.font_w {
  font-weight: 900;
}
.yw-1:hover {
  width: 70px;
  height: 35px;
  color: #fff;
  text-decoration: none;
  background-color: #9f9b9b;
  display: block;
  line-height: 35px;
  text-align: center;
}
.banner {
  text-align: center;
  color: #fff;
  background: url(../images/bg.jpg);
  background-size: 100% 100%;
}
.lvjing {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 80px 0;
}
/*home*/
#home {
  background: url("../images/home-bg.jpg");
  background-size: cover;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
#home h1 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 55px;
}
#home p {
  font-weight: 400;
  line-height: 35px;
}
#home img {
  margin-top: 30px;
  display: inline-block;
}
.container > p {
  font-size: 35px;
  text-shadow: 2px 2px #999999;
}
.container h1 {
  text-shadow: 5px 0 #0b0b0b;
}
/* list */
.index-news {
  display: block;
  position: relative;
  min-width: 100%;
  height: 80%;
  padding: 80px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #989696;
}
.index-news .news-list {
  float: left;
}
.index-news .news-list ul {
  background: #fff;
}
.index-news .news-list .m {
  position: relative;
  /* background: #444; */
  width: 368px;
  height: 120px;
}
.index-news .m p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 120px;
  font-size: 20px;
  background: #c41e3d;
  color: #eee;
}
.index-news .news-list li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 13px;
  padding-left: 10px;
}
.index-news li a {
  color: #555;
  text-decoration: none;
}
.index-news ul span {
  float: right;
  padding-right: 10px;
}
/* list */

/*bbs*/
#bbs {
  padding: 80px 0;
  text-align: center;
}
#bbs .col-md-4 {
  padding: 15px;
}
#bbs .col-md-4:hover {
  background: #f1f1f1;
  box-shadow: 1px 1px 4px #ccc;
}
#bbs a {
  color: #212121;
  text-decoration: none;
}
#bbs img {
  margin: 0 auto;
}

/*HTML5 + bootstrap*/
#html5 {
  background: #f8f8f8;
}
#html5,
#bootstrap {
  padding: 60px 0;
}
#html5 {
  padding-bottom: 5px;
}
#html5 h2,
#bootstrap h2 {
  font-weight: bold;
  color: #5586e8;
}
#html5 p,
#bootstrap p {
  line-height: 25px;
}

/*webt*/
#webt {
  position: relative;
  background: #f8f8f8;
  padding: 80px 0;
  text-align: center;
}
#webt h2 {
  font-weight: bold;
  padding-bottom: 60px;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.popup-content .popup-image {
  width: 500px !important;
  height: fit-content !important;
}

#webt img {
  display: flex;
  width: 240px;
  height: 240px;
  padding: 15px;
}

/*webt*/

/*course*/
#course {
  background: #fff;
  padding: 40px 0 60px 0;
  text-align: center;
}
#course h2 {
  font-weight: bold;
  padding-bottom: 60px;
}
#course .col-md-3 {
  margin-bottom: 20px;
}
.course {
  background: #ffffff;
  border: 1px solid #eee;
}
#course .btn {
  background: transparent;
  border: 1px solid #38f;
  border-radius: 0px;
  color: #38f;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 8px 40px;
  transition: all 0.3s;
}
#course .btn:hover {
  background: #38f;
  color: #fff;
}
.course .case-img {
  width: 100%;
  height: auto;
}

/*app*/
#app {
  padding: 80px 0;
}
#app h2 {
  font-weight: bold;
  padding-bottom: 30px;
}
#app .btn {
  margin: 10px 0;
  background: rgb(64, 210, 177);
  border-color: rgb(64, 210, 177);
  border-radius: 0;
  padding: 6px 30px;
  transition: all 0.3s;
}
#app .btn:hover {
  background: rgb(44, 142, 120);
}

/*contact*/
#contact {
  background: url("../images/contact-bg.png") no-repeat;
  background-size: cover;
  color: #ffffff;
}
#contact h2 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
}
#contact p {
  line-height: 24px;
  margin-bottom: 2px;
}
#contact .form-control {
  border: none;
  border-radius: 0;
  height: 50px;
  margin-bottom: 20px;
}
#contact textarea.form-control {
  height: auto;
}
#contact input[type="submit"] {
  background: #40d2b1;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
#contact input[type="submit"]:hover {
  background: rgb(44, 142, 120);
}
#contact address > a {
  color: #fff;
  text-decoration: none;
}
/* zzzl */
#zzzl {
  background: url(../images/L1.png) no-repeat;
  background-size: 100%;
}

.hh2 h2 {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*footer*/
footer {
  font-weight: 400;
  text-align: center;
  padding: 20px;
  color: #999;
}
#course div p {
  font-size: 24px;
  padding-top: 5px;
}
#course a {
  color: #212121;
  text-decoration: none;
}
.course img {
  /* transform: translate(-50%, -50%); */
  transition: all 0.8s ease 0s;
}
.colmd {
  margin-top: 60px;
}

.col-md-3 img:hover {
  /* transform: scale(1.1); */
  box-shadow: 10px 10px 10px #91e0eb;
  -webkit-transform: translate3d(0, -10px, 0);
  transition: all 0.8s ease 0s;
}
.asatly {
  color: #212121;
  text-decoration: none;
  text-align: center;
}
.asatly:hover {
  text-decoration: none;
}

html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
/* .swiper-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
  } */
/*.swiper-slide {
    /* text-align: center;
    font-size: 18px;
    background: #fff; */

/* Center slide text vertically */
/*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  transition: 300ms;
  transform: scale(0.6);
  }
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper-slide img {
    width: 950px;
    height: 380px;
}*/
