* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
i {
  font-style: normal;
}
img{border:0}
body {
  background-color: #ffffff;
}
.content-page {
  width: 1200px;
  margin: 0 auto;
}
.top{background:#333;text-align: center;
    line-height: 34px;
    font-size: 12px;color:#fff}.top a{color:#fff}
.nav {
    position: relative;
    z-index: 10;
}

.nav .nav-content {
  
  width: 1200px;
  margin: 0 auto;
}.nav .nav-content .nav-tap{margin-top: 32px;float:right}
.nav .nav-content img.logo {float:left;
  width: 250px;margin-top:19px;
}
.nav .nav-content .nav-tap ul {
 
}
.nav .nav-content .nav-tap ul li {
  margin-right: 30px;float:left
}
.nav .nav-content .nav-tap ul li:last-of-type {
  margin-right: 0;
}
.nav .nav-content .nav-tap a.bj_on,
.nav .nav-content .nav-tap .edition {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 5px;display: block; z-index:999999 \9;position: relative \9; behavior: url(pie.htc) \9;
}
.nav .nav-content .nav-tap a.bj_on:hover {
  background-color: #358ff0;
}
.nav .nav-content .nav-tap .edition {
  position: relative;
}
.nav .nav-content .nav-tap .edition img {
  width: 10px;
}
.nav .nav-content .nav-tap .edition .choice {
  display: none;
  position: absolute;
  left: 0px;
  top: 30px;
  width: 160px;
  background-color: #dedbf0;
  border-radius: 5px;
  overflow: hidden; 
}
.nav .nav-content .nav-tap .edition .choice .choice_text {
  line-height:35px; display:block;  text-align:center;
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #3c2e9c;
}
.nav .nav-content .nav-tap .edition .choice .choice_text:hover {
  background-color: #bcb6e0;
}
.nav .nav-content .nav-tap .edition:hover {
  background: none;
  color: #e4e2f0;
}
.nav .nav-content .nav-tap .edition:hover .choice {
  display: block;
}
.nav .nav-content .on {
  background-color: #358ff0;
  border-radius: 5px;
}
.nav-content {
  height: 100px;
}

#head {
  position: absolute;
  left: 0;
  top: 0;
  height: 170px;
}
.hot2{
	background: url(../img/hot4.png) no-repeat 125px top;
}
.head {
  background: url("../img/head_bg3.png") no-repeat center ;
  width: 100%;
  height: 100px;
}

.head .download {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.head .download .left-plate {
  width: 45%;
}
.head .download .left-plate .win-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.head .download .left-plate .win-logo img {
  width: 15%;
  margin-left: -20px;
}
.head .download .left-plate .win-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 90px;
}
.head .download .left-plate .win-text span {
  color: #ffffff;
  font-size: 2.8em;
  font-weight: bold;
  margin-left: -25px;
}
.head .download .left-plate .win-text img.win-font {
  height: 100px;
  margin-left: -25px;
}
.head .download .left-plate .win-text .win-font-text {
  height: 40px;
  margin-left: 25px;
}
.head .download .left-plate .win-tip img {
  width: 100%;
}
.head .download .right-plate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 45%;
  padding-top: 120px;
}
.head .download .right-plate .plate {
  position: relative;
  width: 540px;
  height: 325px;
  background: rgba(0, 0, 0, 0.5);
}
.head .download .right-plate .plate:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 50px;
  background: url("../img/tip.png") no-repeat left top;
  background-size: 100px auto;
}
.head .download .right-plate .plate .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #ffffff;
  font-size: 34px;
  margin: 30px 0;
}
.head .download .right-plate .plate .btn-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 75%;
  margin: 0 auto;
}
.head .download .right-plate .plate .btn-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 45%;
  height: 50px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  margin: 0 20px;
}
.head .download .right-plate .plate .btn-content a img {
  margin-right: 15px;
}
.head .download .right-plate .plate .introduce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 75%;
  margin: 30px auto;
  color: #ffffff;
  font-size: 14px;
}
.head .download .right-plate .plate .tip {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin-top: 50px;
}
.content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 45px 0;
}
.content .title img {
  width: 183px;
}
.content .news .pic {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.content .news .pic img {
  width: 100%;
  margin: 20px 0;
}
.content p {
  font-size: 16px;
  margin: 10px 0;
  color: #535353;
}
.content p strong {
  font-size: 26px;
}
.content p i {
  color: red;
}
#footer{height:203px}
.footer {
  background-color: #535353;
  padding: 20px 0;
  margin-top: 100px;
}
.footer p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin: 25px 0;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: red;
}
.footer i {
  margin: 0 10px;
}
@media screen and (max-width: 1640px) {
}
@media screen and (max-width: 1240px) {
  .head .nav-content .nav-tap a {
    margin-right: 5px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .head .nav-content .nav-tap ul li {
    margin-right: 5px;
  }
  .nav .nav-content {
    width: 800px;
  }
  .nav .nav-content .nav-tap a.bj_on,
  .nav .nav-content .nav-tap .edition {
    padding: 7px 10px;
    font-size: 16px;
  }
  .nav .nav-content img.logo {
    width: 190px;
  }
  .nav .nav-content .nav-tap ul li {
    margin-right: 5px;
  }
  .nav .nav-content .nav-tap .edition .choice {
    width: 115px;
  }
}
/*# sourceMappingURL=course.css.map */