@charset "utf-8";
/* CSS Document */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: fadein 300ms linear;
  -webkit-animation: fadein 300ms linear;
  -moz-animation: fadein 300ms linear;
  -o-animation: fadein 300ms linear;
  -ms-animation: fadein 300ms linear;
  min-width: 1280px !important;
}
body {
  scroll-behavior: smooth;
}
body,
ul {
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.rslides img {
  display: block;
  border: 0;
}
.mislide_container {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}
.mislide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.mislide li #p1 {
  width: 1122px;
  padding-top: 420px;
}
.mislide li #p2 {
  width: 70%;
  min-width: 1122px;
  padding-top: 240px;
  margin: 0 auto;
}
.mislide li p.btn-more {
  text-align: left;
}
.mislide li p.btn-more a {
  font-family: 微软雅黑;
  font-size: 14px;
  color: #fff;
  font-weight: lighter;
  border: 1px #fff solid;
  padding: 4px 20px;
}
.mislide li p.btn-more a:hover {
  color: #365c9d;
  background-color: #fff;
}

.mislide_nav {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  text-indent: 26px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 26px;
  background: transparent url('../img/themes.gif') no-repeat left top;
  border: 0;
  margin-top: -20px;
}
.mislide_nav:active {
  opacity: 1;
}
.mislide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.notice {
  position: relative;
  z-index: 1900;
  width: 100%;
  height: 100px;
  background-color: hsla(210, 39%, 93%, 0.09);
  margin-top: -100px;
}
#notice {
  width: 1122px;
  height: 100px;
}
#notice-btn {
  width: 1122px;
  height: 100px;
  border-right: 1px solid #727577;
  border-color: hsla(0, 0%, 100%, 0.08);
}
#notice-btn td {
  width: 249px;
  height: 100px;
  border-left: 1px solid #727577;
  border-color: hsla(0, 0%, 100%, 0.08);
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#notice-btn td img {
  border: none;
}
#notice-btn td h1 {
  color: #fff;
  font-family: 微软雅黑;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0;
}
#notice-btn td p {
  margin-top: 10px;
}
#notice-btn td p a {
  height: 100px;
  color: #fff;
  font-family: 微软雅黑;
  font-size: 13px;
}
#notice-btn td p a:hover {
  color: #41abf8;
  text-decoration: underline;
}
#notice-btn td:hover {
  background-color: hsla(209, 100%, 85%, 0.2);
}
#we-chat-img {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 20px 20px;
  margin: -110px 0 0 -93px;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 10px #666;
}
#we-chat-img .close {
  float: right;
  color: #999;
  font: bold 14px/14px simsun;
  text-shadow: 0 1px 0 #ddd;
}
#we-chat-img .close:hover {
  color: #444;
}

.pro {
  width: 100%;
}
#pro {
  width: 1122px;
  padding: 50px 0 100px 0;
}
#pro p#title {
  text-align: left;
  font-family: 微软雅黑;
  font-size: 28px;
  margin-top: 0px;
  color: #333;
}
#pro p.pro-nt {
  text-align: left;
  margin-top: -15px;
  font-family: 微软雅黑;
  font-size: 15px;
  color: #333;
}
#pro #left {
  width: 243px;
  float: left;
  margin-right: 50px;
  margin-top: 25px;
}
#pro #mid {
  width: 243px;
  float: left;
  margin-right: 50px;
  margin-top: 25px;
}
#pro #right {
  width: 243px;
  float: right;
  margin-top: 25px;
}
#pro img {
  border: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#pro img:hover {
  box-shadow: 0 3px 8px #414141;
}

#triangle-down-gray {
  width: 0;
  height: 0;
  margin-left: 50px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #e2f2ff;
}
.train {
  width: 100%;
  padding: 90px 0 70px 0;
  background-color: #e2f2ff;
}
#train-list {
  width: 1122px;
}
#train-list td#time {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px #a8a8a8 solid;
}
#train-list td#class {
  padding-left: 20px;
  padding-right: 20px;
}
#train-list td p#month {
  font-weight: 600;
  color: #365c9d;
  font-family: 微软雅黑;
  font-size: 25px;
  margin: 0;
}
#train-list td p#day {
  color: #666;
  font-family: 微软雅黑;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 0;
}
#train-list td p#class-name,
#train-list td p#class-name a {
  margin-top: 8px;
  width: 262px;
  color: #666;
  font-family: 微软雅黑;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#train-list td p#class-name a:hover {
  color: #365c9d;
  text-decoration: underline;
}
#train-list td p#soft-name {
  color: #a8a8a8;
  font-family: 微软雅黑;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 8px;
}
#train-list td a#more-sch {
  font-family: 微软雅黑;
  font-size: 14px;
  line-height: 0;
  color: #666;
}
#train-list td a#more-sch:hover {
  color: #365c9d;
}

.apply {
  width: 100%;
}
#apply {
  text-align: left;
  width: 1122px;
  padding-top: 25px;
  padding-bottom: 80px;
}
#apply p#title {
  text-align: left;
  font-family: 微软雅黑;
  font-size: 28px;
  color: #fff;
}
#apply p#nt {
  text-align: left;
  margin-top: -15px;
  font-family: 微软雅黑;
  font-size: 15px;
  color: #fff;
}
#apply p a#start {
  padding: 8px 25px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 14px;
  color: #fff;
  border: 1px #fff solid;
}
#apply p a#start:hover {
  color: #365c9d;
  background-color: #fff;
}

.serve {
  width: 100%;
  padding: 50px 0 110px 0;
  background-color: #fff;
}
#serve {
  width: 1122px;
}
#serve p#ser-title {
  text-align: left;
  font-family: 微软雅黑;
  font-size: 28px;
  color: #333;
}
#serve p#ser-nt {
  text-align: left;
  margin-top: -15px;
  font-family: 微软雅黑;
  font-size: 15px;
  color: #333;
}
#serves {
  margin-top: 45px;
  width: 1122px;
}
#serves #left {
  background-color: #f3f3f3;
  padding: 40px 0 20px 0;
  width: 334px;
  float: left;
  margin-right: 57px;
  border: 1px #dcdcdc solid;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#serves #left:hover {
  box-shadow: 0 3px 8px #414141;
}
#serves #mid {
  background-color: #f3f3f3;
  padding: 40px 0 20px 0;
  width: 334px;
  float: left;
  margin-right: 57px;
  border: 1px #dcdcdc solid;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#serves #mid:hover {
  box-shadow: 0 3px 8px #414141;
}
#serves #right {
  background-color: #f3f3f3;
  padding: 40px 0 20px 0;
  width: 334px;
  float: right;
  border: 1px #dcdcdc solid;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#serves #right:hover {
  box-shadow: 0 3px 8px #414141;
}
#serves table {
  width: 320px;
}
#serves table td {
  width: 320px;
  text-align: center;
}
#serves table td img {
  border: 0;
}
#serves table td p a#server {
  font-family: 微软雅黑;
  font-size: 17px;
  color: #365c9d;
}
#serves table td p a#server:hover {
  color: #41abf8;
}
#serves table td p a#server-nt {
  font-family: 微软雅黑;
  font-size: 14px;
  color: #333;
}
#serves table td p a#box-three {
  font-family: 微软雅黑;
  font-size: 16px;
  color: #365c9d;
  font-weight: bold;
  text-decoration: underline;
}

#tj {
  width: 1122px;
}
#tj #tj-title {
  width: 140px;
  float: left;
  z-index: 60;
  text-align: left;
  font-family: 微软雅黑;
  font-size: 30px;
  color: #333;
  margin-top: 35px;
}
.tabbox {
  float: left;
  z-index: 99;
  width: 580px;
  height: 110px;
  margin: 70px 0 0 0;
  font-family: 微软雅黑;
  margin-left: -138px;
}
.tabbox .tab {
  margin-left: 140px;
  overflow: hidden;
}
.tabbox .tab a {
  display: block;
  padding: 10px 20px;
  float: left;
  text-decoration: none;
  color: #333;
}
.tabbox .tab a:hover {
  color: #365c9d;
  text-decoration: none;
}
.tabbox .tab a.on {
  color: #365c9d;
  text-decoration: none;
}
.tabbox .content {
  overflow: hidden;
  width: 580px;
  height: 110px;
  position: relative;
}
.tabbox .content ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
}
.tabbox .content li {
  text-align: left;
  list-style: none;
  width: 580px;
  height: 110px;
  float: left;
}
.tabbox .content li table {
  margin-top: 13px;
  width: 580px;
  height: 70px;
}
.tabbox .content li table td {
  overflow: hidden;
  width: 295px;
}
.tabbox .content li td span#date {
  background-color: #365c9d;
  font-family: 微软雅黑;
  font-size: 11px;
  color: #fff;
  padding: 0 5px;
}
.tabbox .content li td span#tit a {
  font-family: 微软雅黑;
  font-size: 16px;
  color: #fff;
  padding: 3px 20px 3px 20px;
  background-color: #365c9d;
  text-align: center;
}
.tabbox .content li td span#tit a:hover {
  color: #fff;
}

#about {
  float: right;
  width: 370px;
  height: 110px;
  margin-top: 35px;
}
#about #ab-title {
  text-align: left;
  font-family: 微软雅黑;
  font-size: 30px;
  color: #333;
}

.joinbtn {
  position: relative;
  display: block;
  z-index: 2;
  float: left;
  margin-top: -95px;
  margin-left: 50px;
  width: 140px;
  color: #fff;
  border: 1px #444 solid;
  font-size: 15px;
  padding: 9px 0;
  text-align: center;
  background-color: #444;
  transition: 0.3s;
}
.joinbtn:hover {
  background-color: #5a5a5a;
}
.joinbtn1 {
  position: relative;
  display: block;
  z-index: 2;
  float: left;
  margin-top: -120px;
  margin-left: 50px;
  width: 140px;
  color: #fff;
  border: 1px #444 solid;
  font-size: 15px;
  padding: 9px 0;
  text-align: center;
  background-color: #444;
  transition: 0.3s;
}
.joinbtn1:hover {
  background-color: #5a5a5a;
}
.joinbtn2 {
  position: relative;
  display: block;
  z-index: 2;
  float: left;
  margin-top: -70px;
  margin-left: 50px;
  width: 140px;
  color: #fff;
  border: 1px #444 solid;
  font-size: 15px;
  padding: 9px 0;
  text-align: center;
  background-color: #444;
  transition: 0.3s;
}
.joinbtn2:hover {
  background-color: #5a5a5a;
}

.foot {
  width: 100%;
  background-color: #222c33;
}
#foot {
  width: 1122px;
}
.product {
  float: left;
  padding: 60px 75px 50px 0;
  text-align: left;
}
.product a {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.product a:hover {
  filter: alpha(opacity=60); /*IE滤镜，透明度50%*/
  -moz-opacity: 0.6; /*Firefox私有，透明度50%*/
  opacity: 0.6; /*其他，透明度50%*/
}
.product img {
  margin-top: 12px;
}
.foot p {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #fff;
}
.foot span {
  font-family: '微软雅黑';
  font-size: 13px;
  color: #999b9f;
  line-height: 34px;
}
.foot span a {
  font-family: '微软雅黑';
  font-size: 13px;
  color: #999b9f;
}
.foot span a:hover {
  border-bottom: 1px #fff solid;
}
.icons {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #3b3c3e;
}
.cpy {
  width: 1122px;
  text-align: left;
  padding: 30px 0 80px 0;
  border-top: 1px #999b9f solid;
}

.more-btn-2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-family: 微软雅黑;
  font-size: 14px;
  border: 1px #0093d1 solid;
  color: #0093d1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: 320px;
  margin-left: 16px;
}
.more-btn-2:hover {
  background-color: #0093d1;
  border: 1px #0093d1 solid;
  color: #fff;
}
.more-btn-W {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-family: 微软雅黑;
  font-size: 14px;
  border: 1px #fff solid;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: 320px;
}
.more-btn-W:hover {
  background-color: #fff;
  border: 1px #fff solid;
  color: #0076a8;
}
.more-btn-B {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-family: 微软雅黑;
  font-size: 14px;
  border: 1px #333 solid;
  color: #333;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin-top: 320px;
}
.more-btn-B:hover {
  background-color: #333;
  border: 1px #333 solid;
  color: #fff;
}
.closebtn {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-family: 微软雅黑;
  font-size: 14px;
  background-color: #fff;
  border-top: 1px #333333 solid;
  color: #365c9d;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.closebtn:hover {
  background-color: #365c9d;
  border-top: 1px #365c9d solid;
  color: #fff;
}

.fix-list {
  z-index: 2000;
  position: fixed;
  right: 0;
  top: 90%;
  width: 60px;
}
