  body {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif !important;
  overflow-y: scroll;
}
a {
  color: #1ec67a;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1 {
  margin: 0;
  font-weight: 500;
}
h2,
h3,
h4 {
  margin: 0;
  font-weight: 500;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
* {
  /* -webkit-box-sizing: border-box; */
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input {
  /* display: inline-block; */
  height: 18px;
  /* padding: 6px 12px; */
  /* font-size: 14px; */
  /* line-height: 1.42857143; */
  /* color: #555; */
  /* background-color: #fff; */
  /* background-image: none; */
  /* border: 1px solid #cfcfcf; */
  /* border-radius: 2px; */
  /* outline: none; */
  /* -webkit-transition: border-color ease-in-out 0.15s; */
  /* transition: border-color ease-in-out 0.15s; */
}
textarea {
  padding: 10px;
  background-color: #fff;
  outline: none;
  font-size: 14px;
  border: 1px solid #cfcfcf;
  resize: none;
  border-radius: 2px;
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted transparent;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.container {
  width: 1170px !important;
}
/* ÃƒÂ¨Ã¢â‚¬Â¡Ã‚ÂªÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â¹Ã¢â‚¬Â°btnÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
.es-transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-banner-base {
  padding: 10px 45px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-banner-base:hover {
  color: #fff;
}
.btn.btn-banner-orange {
  background-color: #ff974e;
  border: 2px solid #ff974e;
  padding: 10px 45px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn.btn-banner-orange:hover {
  color: #fff;
}
.btn.btn-banner-orange:hover {
  border: 2px solid #ff791b;
  background-color: #ff791b;
}
.btn.btn-k12-orange {
  background-color: #ffb665;
  border: 2px solid #ffb665;
  padding: 10px 45px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn.btn-k12-orange:hover {
  color: #fff;
}
.btn.btn-k12-orange:hover {
  border: 2px solid #ff9e32;
  background-color: #ff9e32;
}
.btn.btn-banner-blue {
  padding: 10px 45px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #7dce59;
  border: 2px solid #7dce59;
}
.btn.btn-banner-blue:hover {
  color: #fff;
}
.btn.btn-banner-blue:hover {
  border: 2px solid #60bc38;
  background-color: #60bc38;
}
.btn.btn-banner-red {
  padding: 10px 45px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #e83d4a;
  border: 2px solid #e83d4a;
}
.btn.btn-banner-red:hover {
  color: #fff;
}
.btn.btn-banner-red:hover {
  border: 2px solid #d81a28;
  background-color: #d81a28;
}
.btn.btn-banner-green-o {
  padding: 10px 45px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-banner-green-o:hover {
  color: #fff;
}
.btn.btn-banner-green-o:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #29adff;
}
.btn.btn-banner-baiduyun-o {
  padding: 10px 45px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-banner-baiduyun-o:hover {
  color: #fff;
}
.btn.btn-banner-baiduyun-o:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #4d5dee;
}
.btn.btn-banner-free-o {
  padding: 10px 45px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-banner-free-o:hover {
  color: #fff;
}
.btn.btn-banner-free-o:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #ff9c00;
}
.btn.btn-banner-edu-o {
  padding: 10px 45px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-banner-edu-o:hover {
  color: #fff;
}
.btn.btn-banner-edu-o:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #ff7b3f;
}
.btn.btn-banner-cloud-o {
  padding: 10px 45px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-banner-cloud-o:hover {
  color: #fff;
}
.btn.btn-banner-cloud-o:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #feb23a;
}
.btn.btn-system-green {
  padding: 10px 45px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #a8f186;
  border: 2px solid #a8f186;
}
.btn.btn-system-green:hover {
  color: #fff;
}
.btn.btn-system-green:hover,
.btn.btn-system-green:focus {
  color: #fff;
  border: 2px solid #87ec58;
  background-color: #87ec58;
}
.btn-system-white {
  width: 200px;
  font-size: 22px !important;
  background: none;
  padding: 10px 40px !important;
  color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(22, 173, 136, 0.392);
  border: 2px solid #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-system-white:hover {
  color: #1ce38f !important;
  background: #fff;
  border: 2px solid #fff !important;
}
.btn-system-orange {
  font-size: 22px !important;
  background-color: #ff8e3f;
  padding: 10px 40px !important;
  margin-left: 20px;
  color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(197, 99, 30, 0.392);
  border: 2px solid #ff8e3f !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-system-orange:hover {
  color: #fff !important;
  background: none;
  border: 2px solid #fff !important;
}
.btn-index-system-orange {
  width: 200px;
  font-size: 22px !important;
  background-color: #ff8e3f;
  padding: 10px 40px !important;
  margin-top: 10px;
  color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(197, 99, 30, 0.392);
  border: 2px solid #ff8e3f !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-index-system-orange:hover {
  color: #fff !important;
  background: none;
  border: 2px solid #fff !important;
}
.btn-system-green-line {
  font-size: 22px !important;
  background: none;
  padding: 10px 40px !important;
  margin-left: 20px;
  color: #1ce38f;
  box-shadow: 0px 1px 0px 0px rgba(22, 173, 136, 0.392);
  border: 2px solid #1ce38f !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-system-green-line:hover {
  color: #fff !important;
  background-color: #1ce38f;
  border: 2px solid #1ce38f !important;
}
.btn-system-orange-line {
  font-size: 22px !important;
  background: none;
  padding: 10px 40px !important;
  margin-left: 20px;
  color: #ff8e3f;
  box-shadow: 0px 1px 0px 0px rgba(197, 99, 30, 0.392);
  border: 2px solid #ff8e3f !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-system-orange-line:hover {
  color: #fff !important;
  background: #ff8e3f;
  border: 2px solid #ff8e3f !important;
}
/*ÃƒÂ¦Ã…â€œÃ‚ÂÃƒÂ¥Ã…Â Ã‚Â¡ÃƒÂ¦Ã…Â Ã‚Â¥ÃƒÂ¤Ã‚Â»Ã‚Â·ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ¨Ã‚Â®Ã‚Â¡ÃƒÂ§Ã‚Â®Ã¢â‚¬â€ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®*/
.btn-edu {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin-right: 30px;
  width: 108px;
  background-color: #f0f0f0;
  border: solid 1px #dadada;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #919191;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-edu-large {
  width: 151px;
}
.btn-submit {
  font-size: 18px;
  color: #fff;
  width: 142px;
  background-color: #ff974e;
  -webkit-box-shadow: 0 1px 1px #cd3f00;
  box-shadow: 0 1px 1px #cd3f00;
}
.btn-kefu {
  background-color: #1ec67a;
  box-shadow: 0 1px 1px #16ad88;
}
.btn-edu:hover {
  background-color: #ecfcf4;
  border-color: #54d49a;
  color: #919191;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.btn-edu.active {
  background-color: #ecfcf4;
  border-color: #54d49a;
  color: #535353;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*bootstrap carousel*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  /*  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);*/
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/*
**   custom && global 
/
.mt40 {
  margin-top: 60px;
}
.mb40 {
  margin-bottom: 80px;
}
/*ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¨Ã¢â‚¬Â¹Ã‚Â±ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â¸Ã‚Â¦ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¥Ã‹â€ Ã¢â‚¬â„¢ÃƒÂ§Ã‚ÂºÃ‚Â¿ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾h2ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“*/
.edu-title {
  position: relative;
  margin-bottom: 30px!important;
  font-size: 27px;
  line-height: 27px;
  color: #1ec67a;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.edu-title span {
  color: #c0c0c0;
  text-transform: uppercase;
}
.edu-title:after,
.divide:after,
.edu-case li:after,
.edu-info li:after,
.es-tab-section h2:after,
.edu-open-source li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #32d880;
  height: 2px;
  width: 19px;
}
/*ÃƒÂ§Ã‚Â»Ã‚Â¿ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾h2ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“*/
.edu-green {
  margin-bottom: 20px;
  font-size: 30px;
  color: #02ba85;
}
/*ÃƒÂ¤Ã‚Â¸Ã‚ÂºÃƒÂ¦Ã…Â¸Ã‚ÂÃƒÂ¤Ã‚ÂºÃ¢â‚¬ÂºÃƒÂ¦Ã…â€œÃ¢â€šÂ¬ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â */
.noborder {
  border: none!important;
}
.noborder:after {
  width: 0;
}
/*ÃƒÂ¦Ã‚Â¸Ã¢â‚¬Â¦ÃƒÂ¦Ã‚Â¥Ã…Â¡ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¥Ã…Â Ã‚Â¨*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
/*ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ©Ã‚Â½Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚Â¼Ã‚Â*/
.alignment-right {
  text-align: right!important;
}
.alignment-center {
  text-align: center;
}
.alignment-left {
  text-align: left!important;
}
/* img */
.img-border {
  display: inline-block;
  padding: 15px;
  border: 1px solid #eee;
}
.img-round {
  display: inline-block;
  padding: 10px;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.img-box {
  display: inline-block;
  margin-right: 30px;
  float: left;
  padding: 5px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.img-box img {
  display: block;
  width: 270px;
  height: 172px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/*ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¨ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â ÃƒÂ¦Ã…Â¾Ã‚Â¶*/
.section {
  position: relative;
  margin: 0 auto;
  width: 1140px;
}
.section-fx {
  width: 1000px;
}
.edu-about-zhaopin .section {
  width: 800px;
}
/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡*/
.section .icon {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  width: 32px;
  height: 20px;
  font-style: normal;
  background: url("/jyxy/images/sprite.png")/*tpa=https://www.jsdaima.com/Upload/1460125795/images/sprite.png*/ no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡*/
.section .icon-laba {
  background-position: -155px -120px;
}
.section .icon-download {
  width: 32px;
  height: 46px;
  background: url("/jyxy/images/download.png")/*tpa=https://www.jsdaima.com/Upload/1460125795/images/download.png*/ no-repeat;
  background-position: 0 0;
}
.section .icon-demo {
  background-position: -155px -169px;
}
.section .icon-tel {
  background-position: -155px -19px;
}
.section .icon-email {
  background-position: -155px -70px;
}
.section .icon-weibo {
  background-position: -155px -265px;
}
/*ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡*/
.section .icon-hi {
  background: url("/jyxy/images/page.png")/*tpa=https://www.jsdaima.com/Upload/1460125795/images/page.png*/ no-repeat -22px -124px;
}
.section .icon-huiji {
  margin-right: 0;
  height: 25px;
  background: url("/jyxy/images/page.png")/*tpa=https://www.jsdaima.com/Upload/1460125795/images/page.png*/ no-repeat -27px -449px;
}
.section .icon-configure {
  height: 35px;
  background: url("/jyxy/images/page.png")/*tpa=https://www.jsdaima.com/Upload/1460125795/images/page.png*/ no-repeat -27px -298px;
}
.section .icon-message {
  height: 45px;
  width: 60px;
  background: url("/jyxy/images/page.png")/*tpa=https://www.jsdaima.com/Upload/1460125795/images/page.png*/ no-repeat -12px -358px;
}
.section-btn {
  text-align: center;
  padding: 115px 0;
}
.section-btn a {
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 26px;
  display: inline-block;
  background-color: red;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 20px;
  background-color: #1ce38f;
  box-shadow: 0 1px 0 #16ad88;
}
.section-btn-yellow a {
  background-color: #ff8e3f;
  box-shadow: 0 1px 0 #c73f20;
}
/*ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾banner*/
.edu-page-banner {
  z-index: 998;
  margin-bottom: 80px;
  height: 420px;

}

.edu-banner-fixed {
  margin-bottom: 0;
}
.about-team {
  background: none;
  height: auto;
}

/* EduSoho ÃƒÂ§Ã‚Â½Ã¢â‚¬ËœÃƒÂ§Ã‚Â»Ã…â€œÃƒÂ¨Ã‚Â¯Ã‚Â¾ÃƒÂ§Ã‚Â¨Ã¢â‚¬Â¹ */
.es-inner-section {
  padding: 60px 0;
}
.es-inner-section h2 {
  font-size: 40px;
  color: #1ed88e;
  margin-top: 40px;
  margin-bottom: 20px;
}
.es-inner-section p {
  color: #959595;
  font-size: 16px;
}
.es-inner-section p em {
  color: #1ed88e;
  font-style: normal;
  margin: 0 4px;
}
.es-inner-section.es-bg-gray {
  background: #f5f5f5;
}
.es-inner-tab {
  background: #fff;
  padding: 14px;
  z-index: 999;
}
.es-inner-tab li a {
  margin: 6px 5px;
}
.nav-pills > li > a {
  color: #959595;
}
.nav-pills > li + li {
  margin-left: 0 !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #1ed88e !important;
}
/*table*/
table.edu-table {
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  width: 100%;
}
table.edu-table .alignment-left {
  padding-left: 40px!important;
}
table.edu-table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
table.edu-table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
table.edu-table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
table.edu-table > thead > tr > th,
table.edu-table > tbody > tr > td,
table.edu-table > tbody > tr > th {
  padding: 25px;
  line-height: 1.42857143;
  vertical-align: middle;
  text-align: center;
  color: #4d4d4d;
  background-color: #f6f6f6;
  border: 4px solid #fff;
}
table.edu-table > thead > tr > th,
table.edu-table > tbody > tr > th {
  background-color: #1ec67a;
  color: #fff;
  padding: 15px 0;
  width: 270px;
}
table.edu-table > tbody > tr > th a,
table.edu-table > thead > tr > th a {
  color: #fff;
  text-decoration: underline;
}
table.edu-table a {
  color: #1ec67a;
}
table.edu-table-m > tbody > tr > th {
  background-color: #eee;
  color: #555;
}
table.edu-table-m > tbody > tr > th a {
  color: #1ec67a;
  text-decoration: none;
}
/*
** ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â»Ã‚Â
*/
.section-wrap {
  background-color: #fff;
}
.section-wrap-c {
  background-color: #f5f5f5;
}
.section-s {
  padding: 100px 0;
  width: 785px;
}
.section-l {
  padding: 100px 0;
  width: 950px;
}
.section-m {
  width: 700px;
  padding: 100px 0;
}
.section-x {
  padding: 100px 0;
  width: 1000px;
}
.section .img,
.section .text {
  /*ÃƒÂ¦Ã‚Â²Ã‚Â¡ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ©Ã¢â‚¬â€Ã‚Â´ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ©Ã¢â‚¬â€Ã‚Â´ÃƒÂ¨Ã‚Â·Ã‚Â,ÃƒÂ§Ã¢â‚¬Â¢Ã¢â€žÂ¢ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â 10px*/
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.section .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-l .text {
  width: 470px;
}
.section-s .text {
  width: 510px;
}
.section-m .text {
  width: 420px;
}
.section-wrap .section-s .text {
  padding: 0 20px 0 202px;
}
.section-wrap-c .section-s .text {
  padding: 0 202px 0 20px;
}
.section-wrap .section-l .text {
  padding: 0 20px 0 40px;
}
.section-wrap-c .section-l .text {
  padding: 0 40px 0 20px;
}
.section-wrap .section-m .text {
  padding: 0 0 0 55px;
}
.section-wrap-c .section-m .text {
  padding: 0 35px 0 0;
}
.section-wrap-c h2,
.section-wrap h2 {
  margin-bottom: 20px;
  color: #1ed88e;
  font-size: 45px;
  line-height: 45px;
}
h2.k12-size {
  font-size: 30px;
}
.section-wrap-c p,
.section-wrap p {
  font-size: 18px;
  line-height: 28px;
  color: #959595;
}
/*
** ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¯Ã‚Â¼Ã…Â¡ ÃƒÂ¨Ã‚Â§Ã¢â‚¬Â ÃƒÂ©Ã‚Â¢Ã¢â‚¬Ëœ
*/
/*.edu-video {
    display: none;
    max-height: 641px;
    background: url('/jyxy/images/video-bg.jpg') top center repeat;
}



.edu-video .video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.edu-video video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}*/
.es-video .title-cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: white;
  padding: 10px 30px;
  margin: 0;
  width: 555px;
}
.es-video .title-cover h3 {
  margin-top: 10px;
  font-size: 18px;
}
.es-video i {
  position: absolute;
  top: 30%;
  left: 40%;
  color: white;
  font-size: 100px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.es-video:hover i {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.es-video i:nth-child(1) {
  opacity: 1;
}
.es-video-small .title-cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: white;
  padding: 3px 10px;
  margin: 0;
  width: 262px;
}
.es-video-small .title-cover h3 {
  margin-top: 10px;
  font-size: 14px;
}
.es-video-small .small-bottom {
  margin-top: 17px;
}
.es-video-small i {
  position: absolute;
  top: 30%;
  left: 40%;
  color: white;
  font-size: 40px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.es-video-small .small-1:hover i,
.es-video-small .small-2:hover i,
.es-video-small .small-3:hover i,
.es-video-small .small-4:hover i {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}
/*
** ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¯Ã‚Â¼Ã…Â¡ header
*/
.edu-header {
  background-color: #fff;
  position: relative;
  height: auto;
  min-height: 80px;
  max-height: 721px;
  z-index: 999;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.video-control {
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -65px;
  z-index: 9999;
}
.fancybox-margin {
  margin-right: 0 !important;
}
.edu-header h1 {
  float: left;
  height: 80px;
  width: 290px;
  margin: 0;
}
.edu-header h1 a {
  display: block;
  height: 80px;
  width: 290px;
}
.edu-header h1 img {
  height: 80px;
  width: 290px;
}
/*menu*/
.edu-header .main-nav {
  float: left;
  height: 80px;
  margin-left: 75px;
  margin-bottom: 0;
}
.edu-header .main-nav > li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.edu-header .main-nav > li > a {
  display: block;
  padding: 0px 14px;
  line-height: 80px;
  text-align: center;
  color: #4d4d4d;
  font-size: 19px;
  letter-spacing: 0;
  word-spacing: 0;
  font-weight:bold
}
.edu-header .main-nav > li > a:hover {
  text-decoration: none;
}
.edu-header .main-nav > li.active > a,
.edu-header .main-nav > li:hover > a {
  background: #1ec679;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.edu-header .submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 88px;
  left: 0;
  width: 147%;
  min-height: 50px;
  background-color: #24c778;
}
.edu-header .main-nav > li:hover .submenu {
  top: 80px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.edu-header .submenu > li {
    /* margin-bottom: 8px; */
}
.edu-header .submenu > li .glyphicon {
  position: absolute;
  top: 12px;
  left: 8px;
}
.edu-header .submenu > li > .submenu-a {
  position: relative;
  background-color: #32d981;
}
.edu-header .submenu > li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  word-spacing: 0;
}
.edu-header .submenu > li a:hover {
  background-color: #d7e21b;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
/*
** ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¯Ã‚Â¼Ã…Â¡ banner
*/
.edu-banner {
  height: 350px;
}
.banner-link {
  font: 0/0 a;
  display: block;
  width: 100%;
  height: 100%;
}
.edu-banner .es-banner-detail {
  position: absolute;
  top: 100px;
  right: 140px;
  width: 260px;
  height: 100%;
  color: #fff;
}
.edu-banner .edu-banner-detail {
  position: absolute;
  top: 270px;
  right: 425px;
}
.edu-banner .cloud-banner-detail {
  position: absolute;
  top: 270px;
  right: 450px;
}
.edu-banner .fish-banner-detail {
  position: absolute;
  top: 280px;
  left: 50px;
}
.edu-banner .free-banner-detail {
  position: absolute;
  top: 300px;
  left: 10px;
}
.edu-banner .es-banner-detail .es-version {
  font-size: 20px;
  margin-top: 35px;
  margin-left: 100px;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 1px;
  height: 28px;
}
.edu-banner .es-banner-detail .btn {
  margin-top: 10px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
.edu-banner .glyphicon-refresh {
  animation: rotate 5s infinite;
  -moz-animation: rotate 5s infinite;
  -webkit-animation: rotate 5s infinite;
  -o-animation: rotate 5s infinite;
}
.edu-banner .installed-count {
  color: #fff;
  display: block;
  margin-top: 23px;
  margin-left: 55px;
  width: 85px;
  text-align: center;
  font-size: 24px;
}
.edu-banner .banner-detail {
  position: absolute;
  right: 130px;
  width: 260px;
  padding-top: 30px;
  height: 100%;
  color: #fff;
}
.edu-banner .banner-detail h1 {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 46px;
  font-weight: bold;
  color: #fff;
}
.edu-banner .banner-detail h1 span {
  margin-left: 10px;
  font-size: 26px;
}
.edu-banner .banner-detail p {
  margin: 20px 0 0 20px;
  padding-left: 60px;
  width: 268px;
  height: 70px;
}
.edu-banner .banner-detail p > a {
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 28px;
}
.edu-banner .banner-detail p > span {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.k12-btn-section {
  position: absolute;
  right: -65px;
  width: 560px;
  top: 180px;
  height: 100%;
  color: #fff;
}
.k12-btn-section .btn-banner-green {
  width: 140px;
  height: 36px;
  border-radius: 0;
  background: #78d653;
  color: #fff;
  padding: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.k12-btn-section .btn-banner-green:hover {
  border: 1px solid #78d653;
  color: #78d653;
  background: none;
}
.k12-btn-section .btn-banner-white {
  width: 140px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #fff;
  margin-left: 10px;
  color: #fff;
  padding: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.k12-btn-section .btn-banner-white:hover {
  border: 1px solid #78d653;
  color: #78d653;
  background: none;
}
.k12-btn-inner-section {
  position: absolute;
  right: -65px;
  width: 560px;
  top: 220px;
  height: 100%;
  color: #fff;
}
.k12-btn-inner-section .btn-banner-green {
  width: 140px;
  height: 36px;
  border-radius: 0;
  background: #78d653;
  color: #fff;
  padding: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.k12-btn-inner-section .btn-banner-green:hover {
  border: 1px solid #78d653;
  color: #78d653;
  background: none;
}
.k12-btn-inner-section .btn-banner-white {
  width: 140px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #fff;
  margin-left: 10px;
  color: #fff;
  padding: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.k12-btn-inner-section .btn-banner-white:hover {
  border: 1px solid #78d653;
  color: #78d653;
  background: none;
}
.mobile-btn-section {
  position: absolute;
  right: 500px;
  width: 100px;
  top: 230px;
  height: 100%;
  color: #fff;
}
.mobile-btn-section .btn-banner-white {
  width: 140px;
  height: 36px;
  border-radius: 0;
  border: 1px solid #fff;
  margin-left: 10px;
  color: #fff;
  padding: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.mobile-btn-section .btn-banner-white:hover {
  border: 1px solid #ff8e3f;
  color: #fff;
  background: #ff8e3f;
}
.mobile-banner-data {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 270px;
  top: 280px;
}
.k12-banner-data {
  position: absolute;
  top: 230px;
  right: 400px;
  color: #fff;
  display: block;
  font-size: 24px;
}
.k12-num-png {
  position: absolute;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
/*
** ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¯Ã‚Â¼Ã…Â¡ ÃƒÂ¦Ã‚Â¶Ã‹â€ ÃƒÂ¦Ã‚ÂÃ‚Â¯
*/
.edu-alert {
  text-align: center;
  color: #3e3e3e;
  font-size: 14px;
}
.edu-alert .alert-content {
  height: 46px;
  line-height: 46px;
}
.edu-alert .alert-content a {
  line-height: 20px;
  height: 20px;
  display: block;
  color: #787878;
}
.edu-alert .alert-content a:hover {
  text-decoration: underline;
}
.edu-alert .alert-content ul {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0;
}
.edu-alert .alert-content ul li {
  text-align: left;
  height: 20px;
  line-height: 20px;
}
.edu-alert .alert-content span {
  margin-right: 30px;
}
.edu-detail {
  padding: 65px 0 98px 0;
  background-color: #f6f6f6;
}
.edu-detail ul {
  margin: 0 auto;
  width: 1000px;
  padding: 0 65px;
  text-align: center;
  color: #555;
}
.edu-detail ul > li {
  position: relative;
  float: left;
  padding: 0 96px;
  min-height: 280px;
}
.edu-detail ul > li.first {
  padding-left: 0;
}
.edu-detail ul > li.last {
  padding-right: 0;
}
.edu-detail ul > li img {
  width: 140px;
  height: 140px;
}
.edu-detail ul > li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1px;
  height: 140px;
  background-color: #e2e2e2;
}
.edu-detail ul > li.last:after {
  width: 0;
}
.edu-detail ul > li > h3 {
  margin: 20px 0 10px 0;
  font-size: 26px;
  line-height: 32px;
  color: #555;
}
.edu-detail ul > li > p {
  font-family: "SimSun", "ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“";
  width: 156px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  line-height: 19px;
  color: #848484;
}
/*
** ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¯Ã‚Â¼Ã…Â¡ ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â»Ã‚Â
*/
.es-fluid-layout {
  padding: 60px 0 80px 0;
}
.es-feature .col-md-4 p {
  padding: 0 90px;
  color: #848484;
}
.es-feature .es-info-title {
  font-size: 26px;
  font-weight: normal;
  color: #555;
}
.es-boxed-layout {
  padding: 60px 0 60px 0;
}
.es-boxed-title {
  width: 100%;
  padding-bottom: 15px;
}
.es-boxed-title span {
  margin-top: 25px;
  color: #919191;
}
span.es-boxed-subtitle {
  color: #515151;
}
.es-boxed-title h3 {
  color: #02ba85;
  font-size: 30px;
}
.es-news-list p {
  line-height: 24px;
}
.es-news-list a {
  font-size: 20px;
  color: #000;
}
.es-news-list a:hover {
    text-decoration: none;
    color: #02ba85;
}
/*.es-boxed-title hr {
  width: 65%;
  margin-top: 35px;
}*/
.es-boxed-subtitle {
  font-size: 18px;
}
.es-opus div.col-xs-6 {
  padding: 0;
  border: 1px solid #ccc;
  height: 134px;
}
.es-opus div.col-xs-6:hover {
  cursor: pointer;
}
.opus-comment.opus-comment-1,
.opus-comment.opus-comment-2,
.opus-comment.opus-comment-3,
.opus-comment.opus-comment-4,
.opus-comment.opus-comment-5,
.opus-comment.opus-comment-6,
.opus-comment.opus-comment-7,
.opus-comment.opus-comment-8 {
  display: none;
}
.es-opus:nth-child(3) .col-xs-6:nth-child(1),
.es-opus .col-xs-6:nth-child(2) {
  border-left: none !important;
}
.es-opus .row:nth-child(1) .col-xs-6 {
  border-bottom: none;
}
.es-bg-green {
  background: #eefcf6;
}
.es-fluid-title {
  font-size: 32px;
  font-weight: normal;
  color: #575757;
}
.es-fluid-subtitle {
  font-size: 16px;
  font-weight: normal;
  color: #575757;
  margin-bottom: 40px;
}
.es-info-title {
  color: #00ba84;
  font-size: 20px;
   margin-top: 15px;
   margin-bottom: 10px;
}
.opus-comment {
  height: 267px;
  padding: 60px !important;
  line-height: 24px;
  color: #7b7b7b;
  font-size: 14px;
}
.opus-comment p {
  margin-top: 14px;
}
.opus-comment:after {
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â";
  font-size: 60px;
  color: #ccc;
  float: right;
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-family: serif;
}
.opus-comment:before {
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
  font-size: 60px;
  color: #ccc;
  float: left;
  position: absolute;
  left: 20px;
  top: 40px;
  font-family: serif;
}
.opus-customer-name {
  color: #585858;
}
.opus-customer-title {
  color: #32d880;
}
.edu-intro {
  padding: 20px 0 20px 30px;
  background-color: #efeff0;
}
.edu-intro .section {
  position: relative;
}
.edu-intro .intro-text {
  position: absolute;
  top: 50%;
  left: 580px;
  margin-top: -72px;
  width: 344px;
  height: 144px;
}
.edu-intro .intro-text p {
  font-size: 18px;
  line-height: 25px;
  color: #4d4d4d;
}
.edu-intro .intro-text p span {
  color: #02ba85;
}
/*
** ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¯Ã‚Â¼Ã…Â¡ ÃƒÂ¦Ã‚Â¡Ã‹â€ ÃƒÂ¤Ã‚Â¾Ã¢â‚¬Â¹ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¤Ã‚ÂºÃ‚Â«
*/
.edu-cases ul {
  overflow: hidden;
}
.edu-cases a {
  color: #02ba85;
}
.edu-cases a:hover {
  color: #02ba85;
}
.edu-cases ul li {
  float: left;
  width: 230px;
  margin: 0 30px 40px 24px;
}
.edu-cases ul img,
.edu-case-list img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.edu-cases ul img:hover,
.edu-case-list img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.edu-cases h2 {
  margin-bottom: 30px;
}
.edu-cases ul li .case-detail {
  padding: 20px;
  position: relative;
  border: 1px solid #deeeea;
  background-color: #f8f8f9;
}
.edu-cases ul li .case-detail:before {
  /*    content: '';
    position: absolute;
    top: -22px;
    left: 40px;
    width: 34px;
    height: 22px;
    background: url('/jyxy/images/sprite.png') no-repeat -305px -530px;*/
}
/*.edu-cases .case-arrow {
  width: 0; 
  height: 0; 
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #2f2f2f;
  margin-left: 20px;
  font-size: 0;
  line-height: 0;
}
*/
.case-detail {
  position: relative;
  background: #f8f8f9;
  border: 1px solid #deeeea;
}
.case-detail:after,
.case-detail:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.case-detail:after {
  border-color: rgba(248, 248, 249, 0);
  border-bottom-color: #f8f8f9;
  border-width: 16px;
  margin-left: -16px;
}
.case-detail:before {
  border-color: rgba(222, 238, 234, 0);
  border-bottom-color: #deeeea;
  border-width: 17px;
  margin-left: -17px;
}
.edu-cases ul li img {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  height: 168px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.edu-cases ul li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #02ba85;
}
.edu-cases ul li span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #717171;
}
.edu-cases ul li p {
  font-size: 14px;
  color: #7b7b7b;
  height: 150px;
  overflow: auto;
}
/*
** ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¯Ã‚Â¼Ã…Â¡ ÃƒÂ¥Ã¢â‚¬â„¢Ã‚Â¨ÃƒÂ¨Ã‚Â®Ã‚Â¯ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã¢â€šÂ¬Ã‚Â
*/
.edu-news {
  padding: 60px 0 60px 0;
}
.edu-news ul li {
    /* margin: 0 90px 25px 0; */
  float: left;
  width: 100%;
}
.edu-news ul li h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #02ba85;
}
.edu-news ul li .meta {
  margin-bottom: 5px;
  color: #919191;
  font-size: 12px;
}
.edu-news ul li .date {
  float: left;
  margin-right: 15px;
  color: #02ba85;
}
.edu-news ul li .date .day {
  font-size: 50px;
  display: block;
  text-align: center;
  font-weight: 700;
}
.edu-news ul li .date .month {
  font-size: 20px;
  display: block;
  text-align: center;
}
.edu-news ul li p {
  overflow: hidden;
  font-size: 15px;
  color: #777777;
}
/*
** ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚Âµ: ÃƒÂ¥Ã…Â Ã‚Â ÃƒÂ§Ã¢â‚¬ÂºÃ…Â¸ÃƒÂ¤Ã‚Â»Ã‚Â£ÃƒÂ§Ã‚ÂÃ¢â‚¬Â 
/
.edu-co {
  height: 385px;
  background: url("/jyxy/images/affiliate.jpg")no-repeat top center;
}
.edu-co a {
  display: block;
  width: 100%;
  height: 100%;
  font: 0/0 a;
}

/*
** ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨
*/
.edu-footer {
  background-color: #393939;
  color: #a3a3a3;
  font-size: 12px;
  border-bottom: 7px solid #02cd78;
}
.edu-footer a {
  color: #a3a3a3;
}
.edu-footer ul {
    /* padding: 40px 0 50px 48px; */
}
.edu-footer .footer-logo {
  width: 180px;
  height: auto;
}
.edu-footer .weixin {
  width: 104px;
  height: auto;
}
.edu-footer h3 {
  margin: 35px 0 12px 0;
  font-size: 18px;
  color: #fff;
}
.edu-footer ul > li {
    /* margin-right: 60px; */
    /* float: left; */
    /* width: 205px; */
}
.edu-footer ul > li p {
  margin-bottom: 10px;
}
#goto-top {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 20%;
  right: 5%;
  display: none;
  cursor: pointer;
  opacity: 0.5;
}
#goto-top:hover {
  opacity: 1;
}
/*
** ÃƒÂ¦Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¦Ã‚ÂµÃ‚Â®ÃƒÂ¯Ã‚Â¼Ã…Â¡ ÃƒÂ¥Ã‚Â®Ã‚Â¢ÃƒÂ¦Ã…â€œÃ‚Â
***/
.edu-service {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -225px;
  z-index: 999;
}
.edu-service > div {
  margin-bottom: 5px;
  cursor: pointer;
}
.edu-service .contact {
  position: relative;
}
.edu-service .contact ul {
  position: absolute;
  top: 0;
  right: 64px;
  padding: 8px;
  background-color: #fea161;
  color: #fff;
  width: 110px;
  height: 180px;
  font-size: 12px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.edu-service .contact:hover ul {
  visibility: visible;
  opacity: 1;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.edu-service .wechat {
  position: relative;
}
.edu-service .wechat .wechat-hover {
  position: absolute;
  right: 64px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.edu-service .wechat .wechat-hover img {
  border-radius: 4px;
}
.edu-service .wechat:hover .wechat-hover {
  visibility: visible;
  opacity: 1;
  cursor: default;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/*
** ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â»Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ§Ã‚Â½Ã¢â‚¬ËœÃƒÂ¦Ã‚Â Ã‚Â¡ÃƒÂ§Ã‚Â³Ã‚Â»ÃƒÂ§Ã‚Â»Ã…Â¸
****/
.system-info {
  padding: 60px 0;
  color: #fff;
}
.system-info .col-xs-6 {
  padding-left: 80px;
}
.system-info h1 {
  position: relative;
  height: 80px;
  width: 400px;
  font-size: 0;
  color: #fff;
  margin-top: 0;
}

.system-info h1 span {
  position: absolute;
  top: 52px;
  left: 100px;
  font-size: 20px;
  display: inline-block;
  letter-spacing: 1px;
}
.system-info h2 {
  margin-bottom: 20px;
  color: #fff;
  font: 0/0 a;
  height: 30px;
  overflow: hidden;
}

.system-info p {
  font-size: 14px;
}
.system-info p a {
  color: #fff;
}
.system-info p a:hover {
  text-decoration: underline;
}
.system-info .system-info-btn {
  margin-top: 30px;
}
.system-info .system-info-btn .btn {
  margin-right: 30px;
}
/*
** ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¤Ã‚Â»Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â»Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ§Ã‚Â§Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨app
***/
.edu-feature {
  padding: 60px 0 80px 0;
  background: #fff;
}
.edu-feature h2,
.edu-app h2 {
  margin-bottom: 30px!important;
}
.edu-app {
  padding: 60px 0 80px 0;
  background-color: #fafafa;
}
.edu-app > p {
  margin-top: 80px;
  text-align: center;
  color: #7b7b7b;
  font-size: 14px;
}
.edu-app > p > a {
  color: #59c85c;
}
.edu-app > p > a:hover {
  text-decoration: underline;
}
.edu-app > p > a + a {
  color: #ffa91f;
}
.edu-app ul {
  width: 1080px;
}
.edu-app li {
  float: left;
  margin: 0 0px 55px 0;
  width: 460px;
}
.edu-app li img {
  margin-right: 35px;
  float: left;
  width: 160px;
  height: 160px;
}
.edu-app li h3 {
  color: #ffad29;
  font-size: 20px;
  line-height: 30px;
}
.edu-app li span {
  font-size: 14px;
  line-height: 28px;
  color: #7b7b7b;
}
.edu-app li p {
  margin-top: 5px;
  font-size: 12px;
  height: 65px;
  line-height: 20px;
  color: #7b7b7b;
  overflow: hidden;
}
.edu-app li a {
  display: inline-block;
  height: 32px;
  width: 90px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #59c85c;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 15px;
}
.edu-app .section-bottom {
  color: #ababab;
  text-align: center;
}
/*
** ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢: ÃƒÂ¤Ã‚Â¸Ã…Â¡ÃƒÂ§Ã¢â‚¬Â¢Ã…â€™ÃƒÂ¨Ã‚ÂµÃ¢â‚¬Å¾ÃƒÂ¨Ã‚Â®Ã‚Â¯
****/
.edu-info {
  padding-top: 60px;
  margin-bottom: 170px;
}
.edu-info li {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  min-height: 214px;
  border-bottom: 1px solid #f3f3f3;
}
.edu-info li h3 {
  margin: 30px 0 20px 0;
  font-size: 25px;
  line-height: 34px;
  color: #32d880;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edu-info li p {
  font-size: 14px;
  line-height: 26px;
  color: #585858;
  overflow: hidden;
}
/*
** ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢: ÃƒÂ¥Ã‚Â¸Ã‚Â®ÃƒÂ¥Ã…Â Ã‚Â©ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¿Ã†â€™
**/
.edu-help .section {
  margin-bottom: 50px;
}
.edu-help h2 {
  margin-bottom: 20px;
  position: relative;
  padding-top: 25px;
  border-top: 1px solid #f3f3f3;
  color: #7f7f7f;
  font-size: 23px;
  line-height: 34px;
}
.edu-help h2:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #32d880;
  height: 2px;
  width: 19px;
}
.edu-help .help-question h3 {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 34px;
  font-weight: bold;
  color: #00ba84;
}
.edu-help .help-question p {
  margin: 0 0 50px 15px;
  position: relative;
  padding: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #717171;
  background-color: #f8f8f8;
  white-space: wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.edu-help .help-question p:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: -9px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #f8f8f8;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.edu-help .section > p {
  text-align: right;
}
.edu-help .section > p > a {
  font-size: 15px;
  color: #32d880;
}
.edu-help .help-use {
  width: 1080px;
}
.edu-help .help-use li {
  margin: 0 80px 88px 0;
  float: left;
  width: 460px;
  min-height: 222px;
}
.edu-help .help-use li img {
  margin-right: 30px;
  float: left;
  display: block;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #e1e1e1;
}
.edu-help .help-use li .help-title {
  display: inline-block;
  margin: 5px 0 10px 0;
  font-size: 20px;
  line-height: 30px;
  color: #00ba84;
}
.edu-help .help-use li p {
  font-size: 14px;
  height: 100px;
  color: #7b7b7b;
  overflow: hidden;
}
/*
** ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢:ÃƒÂ¦Ã…â€œÃ‚ÂÃƒÂ¥Ã…Â Ã‚Â¡ÃƒÂ¦Ã…Â Ã‚Â¥ÃƒÂ¤Ã‚Â»Ã‚Â·
*/
#priceTab {
  margin-top: 20px;
  margin-bottom: 40px;
}
#priceTab a {
  padding: 16px 50px;
  font-size: 22px;
  line-height: 22px;
  color: #999;
  padding-bottom: 20px;
}
.es-tab-section {
  margin-top: 20px;
  margin-bottom: 40px;
}
.es-tab-section .notice-alert {
  padding: 20px;
  background: #1EC67A;
  color: #fff;
  margin-bottom: 30px;
  margin-bottom: 20px !important;
  border: 4px solid #fff;
}
.es-tab-section h2 {
  position: relative;
  margin-bottom: 60px;
  font-size: 27px;
  line-height: 27px;
  color: #1ec67a;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.es-tab-section h2 span {
  color: #c0c0c0;
}
/*form price*/
.es-tab-section input[type="radio"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.es-tab-section .serice-price .buttons-wrapper {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.es-tab-section .buttons-wrapper .btn-edu {
  height: 30px;
  width: 109px;
}
.es-tab-section .serice-price div[data-toggle="buttons"] {
  margin-bottom: 10px;
}
.es-tab-section .serice-price > p {
  margin-top: 70px;
  text-align: center;
}
.es-tab-section .serice-price span {
  width: 90px;
  display: inline-block;
  margin-right: 54px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: right;
  color: #1ec67a;
}
.es-tab-section .serice-price span.text2 {
  word-spacing: .2em;
}
.es-tab-section .buttons-wrapper .text {
  word-spacing: 1.4em;
  overflow: visible;
}
.es-tab-section .buttons-wrapper span {
  font-size: 16px;
}
.es-tab-section .edu-star {
  position: relative;
}
.es-tab-section .edu-star:after {
  content: '?';
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
.es-tab-section .edu-tip {
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
  display: block;
  width: 200%;
  max-width: 160px;
  line-height: 1.5em;
  height: auto;
  white-space: pre-wrap !important;
  padding: 10px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ccc;
  color: #555;
  font-size: 16px!important;
  word-wrap: break-word;
  word-break: break-all;
}
.es-tab-section .edu-star:hover .edu-tip {
  visibility: visible;
}
/*form 2*/
.edu-serive .info-submit {
  margin: 20px auto;
}
.edu-serive .info-submit .para {
  margin-bottom: 25px;
  width: 50%;
  float: left;
  height: 95px;
}
.edu-serive .info-submit strong {
  color: #1ec67a;
  font-weight: normal;
}
.edu-serive .info-submit .text-danger {
  color: red;
}
.edu-serive .info-submit .para-odd {
  padding-right: 50px;
}
.edu-serive .info-submit .para-even {
  padding-left: 50px;
}
.edu-serive .info-submit .para-detail {
  width: 100%;
}
.edu-serive .info-submit .para-submit {
  text-align: right;
  width: 100%;
  margin-top: 40px;
}
.edu-serive .info-submit p.para-submit .btn {
  margin-left: 10px;
}
.edu-serive .info-submit label {
  display: block;
  font-size: 19px;
  line-height: 30px;
  color: #4c4c4c;
}
.edu-serive .info-submit label span {
  color: #bbb;
  font-size: 14px;
}
.edu-serive .info-submit input {
  width: 100%;
}
.edu-serive .info-submit textarea {
  resize: none;
  height: 250px;
}
.edu-serive .info-submit input:focus,
.edu-serive .info-submit textarea:focus {
  border-color: #54d49a;
}
/*
**  ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¯Ã‚Â¼Ã…Â¡ ÃƒÂ¦Ã‹â€ Ã‚ÂÃƒÂ¥Ã…Â Ã…Â¸ÃƒÂ¦Ã‚Â¡Ã‹â€ ÃƒÂ¤Ã‚Â¾Ã¢â‚¬Â¹
*/
.edu-case-banner {
  margin-bottom: 135px;
}
.edu-case p {
  font-size: 14px;
  text-indent: 2em;
  line-height: 26px;
}
.edu-case li {
  position: relative;
  padding-bottom: 30px;
  min-height: 214px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}
/*
**  ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¯Ã‚Â¼Ã…Â¡ ÃƒÂ¥Ã‚Â¼Ã¢â€šÂ¬ÃƒÂ¦Ã‚ÂºÃ‚ÂÃƒÂ¥Ã…Â Ã¢â‚¬ÂºÃƒÂ©Ã¢â‚¬Â¡Ã‚Â
*/
.edu-open-source .case-author {
  float: left;
  width: 310px;
  height: auto;
}
.edu-open-source li {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 70px;
  margin-bottom: 70px;
  min-height: 320px;
}
.edu-open-source .case-author img {
  margin-bottom: 30px;
  width: 182px;
  height: 182px;
}
.edu-open-source .case-author p {
  line-height: 26px;
  color: #585858;
}
.edu-open-source .case-author p span {
  color: #32d880;
}
.edu-open-source li > p {
  float: left;
  position: relative;
  padding: 35px;
  width: 610px;
  min-height: 100px;
  height: auto;
  text-indent: 2em;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #72e1a1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.edu-open-source li > p:before,
.edu-open-source li > p:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -20px;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.edu-open-source li > p:before {
  z-index: 99;
}
.edu-open-source li > p:after {
  z-index: 9;
  left: -22px;
  margin-top: -22px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #72e1a1;
}
.edu-open-source li.even .case-author,
.edu-open-source li.even > p {
  float: right;
}
.edu-open-source li.even .case-author {
  text-align: right;
}
.edu-open-source li.even > p:after,
.edu-open-source li.even > p:before {
  right: -20px;
  left: auto;
  border-right: none;
  border-left: 20px solid #fff;
}
.edu-open-source li.even > p:after {
  right: -22px;
  border-left: 22px solid #72e1a1;
}
/*about team*/
.edu-about-team .section > p {
  margin-bottom: 115px;
  font-size: 18px;
  color: #4c4c4c;
}
.edu-about-team ul li {
  margin-bottom: 30px;
  /* padding-bottom: 40px; */
  /* border-bottom: 1px solid #f2f2f2; */
}
.edu-about-team ul li img {
  float: left;
  margin: 0 60px 30px 0;
  border: 1px solid #f2f2f2;
  padding: 5px;
  display: block;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}
.edu-about-team ul li h3 {
  margin: 25px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #4c4c4c;
}
.edu-about-team ul li p {
  text-indent: 2em;
  line-height: 26px;
}
/*about zhaopin*/
.edu-about-zhaopin {
  margin-bottom: 200px;
}
.edu-about-zhaopin .zhaopin-box {
  padding-top: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f2f2;
}
.edu-about-zhaopin .zhaopin-box:last-child {
  border-bottom: 0;
}
.edu-about-zhaopin .zhaopin-box h3 {
  position: relative;
  margin: 30px 0;
  font-size: 24px;
  line-height: 27px;
  color: #1ec67a;
}
.edu-about-zhaopin .zhaopin-box h3:before,
.edu-about-zhaopin .zhaopin-box h4:before,
.edu-about-zhaopin .section > h4:before {
  margin-right: 20px;
  margin-top: -5px;
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid #32d880;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.edu-about-zhaopin .zhaopin-box h4:before,
.edu-about-zhaopin .section > h4:before {
  border-left-width: 12px;
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.edu-about-zhaopin .zhaopin-box h4 {
  position: relative;
  margin-bottom: 24px;
  margin-left: 40px;
  font-size: 19px;
  line-height: 30px;
  color: #4c4c4c;
  font-family: Microsoft Yahei;
}
.edu-about-zhaopin .zhaopin-box h4 span {
  font-size: 14px;
  color: #bbb;
}
.edu-about-zhaopin .zhaopin-box ol {
  margin: 0 0 40px 55px;
}
.edu-about-zhaopin .zhaopin-box ol li {
  margin-bottom: 5px;
  font-size: 16px;
  color: #4c4c4c;
}
.edu-about-zhaopin .section > h4 {
  position: relative;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 30px;
  color: #1ec67a;
}
.edu-about-zhaopin .section > p {
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 35px;
}
#zhaopin-nav {
  position: absolute;
    /* right: 50%; */
  top: 0;
  z-index: 99;
  margin-right: 430px;
    /* padding: 20px 0; */
  min-width: 220px;
  width: auto;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
#zhaopin-nav.affix {
  position: fixed!important;
  margin-top: 101px!important;
}
#zhaopin-nav > ul > li > a {
  font-size: 20px;
  line-height: 30px;
  color: #4c4c4c;
  display: block;
  padding-left: 50px;
  width: 100%;
}
.nav > li {
  position: relative;
  display: block;
}
.open > .dropdown-menu {
  display: block;
}
.active > .dropdown-menu {
  display: block;
}
.dropdown .dropdown-list {
  display: none;
}
.dropdown.open .dropdown-list {
  display: block;
}
.dropdown-toggle {
  outline: none;
}
.dropdown-menu {
  display: none;
}
#zhaopin-nav > ul > li.active > a {
  background-color: #32d880;
  color: #fff;
  background-position: 0 -40px;
}
#zhaopin-nav > ul > li > ul {
  margin: 10px 0 10px 65px;
}
#zhaopin-nav > ul > li > ul > li.active a {
  color: #32d880;
  text-decoration: underline;
}
#zhaopin-nav > ul > li > ul a {
  font-size: 16px;
  color: #4c4c4c;
  height: 30px;
  line-height: 30px;
}
/*.zhaopin-scroll {
    position: relative;
    height: 1200px;
    overflow: scroll; 
}*/
/*about company*/
.avatar-hover {
  position: absolute;
  display: none;
  width: 285px;
  height: 210px;
  z-index: 1000;
}
.es-company-banner {
  /* border-bottom: 5px solid #1ec67a; */
  margin-bottom: 50px;
  overflow: hidden;
}
.about-company-name {
  margin-bottom: 50px;
}
.edu-about-company .about-us {
  margin-bottom: 120px;
}
.edu-about-company .about-us > p {
  margin-bottom: 5px;
  font-size: 18px;
  text-indent: 2em;
  color: #4c4c4c;
}
.edu-about-company .about-us > p strong {
  font-size: 24px;
}
.edu-about-company .about-us img {
  /* display: block; */
  /* padding: 15px; */
  /* border: 1px solid #e8e8e8; */
  /* background-color: #fff; */
  /* width: 554px; */
  /* height: 348px; */
}
.edu-about-company .about-us .about-company-detail {
  margin: -380px 0 0 650px;
  overflow: hidden;
}
.edu-about-company .about-us .about-company-detail h4 {
  margin: 30px 0 20px 0;
  color: #1abf74;
  font-size: 18px;
  line-height: 36px;
}
.edu-about-company .about-us .about-company-detail p {
  font-size: 18px;
  line-height: 36px;
  color: #4a4a4a;
}
/*about proxy*/
#agent-form h4 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 27px;
  color: #1ec67a;
}
#agent-form h4 span {
  color: #bbb;
  font-size: 15px;
}
#agent-form label {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
  color: #4c4c4c;
}
#agent-form label span {
  font-size: 12px;
  color: #bbb;
}
#agent-form label strong {
  color: #1ec67a;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
#agent-form .help-block {
  color: red;
}
#agent-form .form-body {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}
#agent-form .form-body-td {
  margin-bottom: 10px;
  padding-left: 80px;
  width: 400px;
  height: 93px;
  float: left;
}
#agent-form .form-body-tr {
  padding-left: 80px;
  width: 800px;
  clear: both;
}
#agent-form .form-body-tr textarea {
  height: 220px;
}
#agent-form input {
  width: 100%;
  height: 40px;
}
#agent-form input:focus,
#agent-form textarea:focus {
  border-color: #54d49a;
}
#agent-form .text-right {
  margin-top: 35px;
  text-align: right;
}
#agent-form .no-border {
  border-bottom: none;
}
/*article*/
.edu-article {
  color: #585858;
}
.edu-article .article-header {
  margin: 82px 0 30px 0;
}
.edu-article .article-header h1 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 32px;
  color: #1ec67a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.edu-article .article-header span {
  display: block;
  color: #585858;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}
.edu-article .article-content img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  max-width: 700px;
  height: auto;
  width: auto;
}
/*.edu-article .article-content img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 103px;
    margin-top: 103px;
    max-width: 700px;
    height: auto;
    width: auto;
}

.edu-article .article-content h2 {
    margin: 47px 0 27px 0;
    font-size: 20px;
    line-height: 28px;
    color: #1ec67a;
}

.edu-article .article-content h2

.edu-article .article-content p {
    font-size: 14px;
    line-height: 26px;
    font-size: 16px;
}

.edu-article .article-content p strong {
    font-size: 18px;
    color: #1ec67a;
}*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/*page k12*/
.k12-article {
  padding-bottom: 80px;
  position: relative;
}
.k12-nav {
  top: 30px!important;
}
.k12-nav ul {
  list-style: none!important;
}
.k12-nav ul a {
  text-decoration: none!important;
  border-bottom: none!important;
  font-size: 16px!important;
}
.k12-article h3 {
  padding-top: 80px;
}
#k12-form table td {
  padding-bottom: 15px;
}
#k12-form table th,
#k12-form table td,
#k12-form table caption {
  border: none;
}
#k12-form label {
  font-size: 16px;
  width: 105px;
  display: inline-block;
}
#k12-form label.label-large {
  width: 250px;
}
#k12-form label span {
  font-size: 12px;
  font-style: italic;
}
#k12-form textarea {
  height: 200px;
}
#k12-form .text-danger {
  color: red;
}
#main-banner .carousel-indicators {
  height: 40px;
  background: #fff\9;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  background: rgba(255, 255, 255, 0.1);
  bottom: 0;
  margin-bottom: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  margin-left: 0;
}
#main-banner .carousel-indicators .active {
  background: #32d981;
  border-radius: 0;
}
#main-banner .carousel-indicators .active a {
  text-decoration: none;
  color: #fff\9;
}
#main-banner .carousel-indicators li {
  width: 160px;
  height: 40px;
  background: #fff\9;
  display: inline-block;
  text-indent: 0;
  border: none;
  padding-top: 10px;
  margin: 0;
}
#main-banner .carousel-indicators li a {
  color: #fff;
  color: #32d981\9;
}
#main-banner .carousel-indicators li a:hover {
  text-decoration: underline;
}
#main-banner .carousel-indicators li a:focus {
  text-decoration: none;
}
/*ÃƒÂ¨Ã‚ÂµÃ¢â‚¬Å¾ÃƒÂ¨Ã‚Â®Ã‚Â¯ÃƒÂ§Ã‚Â³Ã‚Â»ÃƒÂ§Ã‚Â»Ã…Â¸*/
.info-article {
  margin-top: 30px;
  margin-bottom: 50px;
}
.page-header h2 {
  margin-bottom: 20px!important;
}
.info-left {
  width: 700px;
  float: left;
}
.info-right {
  width: 260px;
  float: right;
}
.article-nav {
  margin-bottom: 20px;
}
.article-nav li {
  display: inline-block;
  margin-right: 40px;
}
.article-nav li.active > a {
  background-color: #21c968;
  color: #fff;
}
.article-nav > li > a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  color: #6c6c6c;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.homepage-feature {
  margin-bottom: 50px;
  max-height: 300px;
  overflow: hidden;
}
.homepage-feature .cycle-overlay {
  text-align: left;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  background: #7ddca6;
  background: rgba(42, 144, 88, 0.7);
  color: white!important;
  padding: 15px;
  white-space: nowrap;
}
.homepage-feature .cycle-overlay a {
  color: white!important;
}
.article-wide-list li {
  /* margin-bottom: 30px; */
  padding-bottom: 18px;
  border-bottom: 1px solid #f6f6f6;
}
.article-wide-list li > h4 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
  vertical-align: middle;
}
.article-wide-list li > h4 .cat-link {
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px;
  padding-right: 8px;
  vertical-align: middle;
  height: 1px;
  line-height: 15px;
  border-right: 1px solid #fab140;
  color: #fab140;
}
.article-wide-list li > h4 .cat-link:not(:root:root) {
  /*only for safari, but doesn't work*/
  margin-top: -8px !important;
}
.article-wide-list li > h4 .post-link {
  line-height: 15px;
}
.article-wide-list li > p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #8a8a8a;
  overflow: hidden;
}
.article-wide-list li > span {
  color: #c1c1c1;
  font-size: 12px;
}
.article-wide-list li img {
  margin-left: 30px;
}
.article-side {
  margin-bottom: 40px;
}
.article-side h3 {
  margin-bottom: 10px;
  padding: 8px 10px 8px 5px;
  background-color: #fbfbfb;
  color: #1ec67a;
  font-size: 18px;
}
.article-side h3:before {
  content: '';
  width: 3px;
  height: 18px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background-color: #1ec67a;
}
.article-side li {
  margin-bottom: 10px;
}
.article-side li > a {
  display: inline-block;
  height: 25px;
  width: 100%;
  color: #888;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-side li a > span {
  margin-right: 7px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #1ec67a;
}
.pagination li {
  display: inline-block;
}
.pagination li.active a {
  color: #fff;
  background-color: #1ec67a;
}
.pagination li.first a,
.pagination li.last a {
  width: 70px;
}
.pagination li.first a:hover,
.pagination li.last a:hover {
  color: #1ec67a;
}
.breadcrumb {
  background-color: #f9f9f9;
  padding: 10px;
  margin-bottom: 20px;
  color: #7a7a7a;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  color: #7a7a7a;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #7a7a7a;
  content: "/\00a0";
}
h2.thread-title {
  font-size: 26px;
  line-height: 35px;
  color: #1ec67a;
}
.published-time {
  margin-bottom: 15px;
  color: #c1c1c1;
  font-size: 12px;
}
.article-source {
  display: inline-block;
  margin-bottom: 15px;
}
.thread-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.thread-body p {
  margin-bottom: 30px;
  line-height: 25px;
}
.pager a {
  display: inline-block;
  padding: 10px;
  background-color: #fbfbfb;
  color: #a6a6a6;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pager a:hover {
  color: #1ec67a;
}
.pager .previous a {
  float: left;
}
.pager .next a {
  float: right;
}
/*typo.css*/
.typo {
  color: #6d6d6d;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px/1.8 Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
.typo blockquote {
  position: relative;
  color: #999;
  font-weight: 300;
  font-family: Avenir, 'Helvetica Neue', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
  border-left: 1px solid #32d880;
  padding-left: 1em;
  margin: 1em 3em 1em 2em;
}

.typo pre,
.typo code {
  font-family: Courier, 'Courier New', monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.typo pre {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 1em 1.5em;
}
.typo hr {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 10px;
  *color: pink;
  *filter: chroma(color=#ffc0cb);
  height: 10px;
  *margin: -7px 0 2px;
}
.typo strong,
.typo b {
  font-weight: inherit;
  color: #000;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  font-family: 'Helvetica Neue', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
  font-weight: 200;
  color: #32d880;
}
/* ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¨Ã‚Â¯Ã‚Â¥ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¨Ã‚Â´Ã‚Â´ÃƒÂ§Ã‚Â´Ã‚Â§ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã‚Â¹Ã‚Â¶ÃƒÂ¤Ã‚Â¸Ã…Â½ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¶ÃƒÂ¤Ã‚Â»Ã¢â‚¬â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¯Ã‚Â¼Ã…â€™margin ÃƒÂ¥Ã¢â€šÂ¬Ã‚Â¼ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â¸ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¥Ã‚ÂÃ…Â¡ÃƒÂ¤Ã‚Â¼Ã‹Å“ÃƒÂ¥Ã…â€™Ã¢â‚¬â€œ */
.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6,
.typo-h1,
.typo-h2,
.typo-h3,
.typo-h4,
.typo-h5,
.typo-h6 {
  margin-bottom: 0.4em!important;
  line-height: 1.5;
}
.typo h1,
.typo-h1 {
  font-size: 20px;
}
.typo h2,
.typo-h2 {
  font-size: 18px;
}
.typo h3,
.typo-h3 {
  font-size: 16px;
}
.typo h4,
.typo-h4 {
  font-size: 16px;
  color: #535353!important;
  font-weight: bold;
}
.typo h5,
.typo h6,
.typo-h5,
.typo-h6 {
  font-size: 1.2em;
}
/* ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ¨Ã‚Â¯Ã‚Â¥ÃƒÂ¨Ã‚Â¿Ã‹Å“ÃƒÂ¥Ã…Â½Ã…Â¸ ul ÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ ol ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
.typo ul,
.typo-ul {
  margin-left: 2em;
  list-style: disc;
}
.typo ol,
.typo-ol {
  list-style: decimal;
  margin-left: 0em;
}
.typo li ul,
.typo li ol,
.typo-ul ul,
.typo-ul ol,
.typo-ol ul,
.typo-ol ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2.4em;
}
.typo li ul,
.typo-ul ul,
.typo-ol ul {
  list-style: circle;
}
/* ÃƒÂ¥Ã‚ÂÃ…â€™ ul/olÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚ÂºÃ¢â‚¬ÂÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ table ÃƒÂ¥Ã…Â¸Ã‚ÂºÃƒÂ¦Ã…â€œÃ‚Â¬ÃƒÂ¦Ã‚Â Ã‚Â¼ÃƒÂ¥Ã‚Â¼Ã‚Â */

.typo table th,
.typo-table th {
  background: #fbfbfb;
}
.typo table thead th,
.typo-table thead th {
  background: #32d880;
}
.typo table caption {
  border-bottom: none;
}
.typo .edu-title {
  margin-bottom: 30px !important;
  font-size: 27px;
  line-height: 27px;
  color: #1ec67a;
}
/* ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ webkit ÃƒÂ¤Ã‚Â¸Ã‚Â­ input ÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ textarea ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ©Ã‚Â»Ã‹Å“ÃƒÂ¨Ã‚Â®Ã‚Â¤ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â  */
.typo-input,
.typo-textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* ÃƒÂ©Ã‚Â«Ã‹Å“ÃƒÂ¤Ã‚ÂºÃ‚Â®ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¤Ã‚Â¸Ã‚Â­ */
::-moz-selection {
  background: #32d880;
  color: #fff;
}
::selection {
  background: #32d880;
  color: #fff;
}
.typo-em,
.typo em,
legend,
caption {
  color: #000;
  font-weight: inherit;
}
/* ÃƒÂ§Ã‚ÂÃ¢â€šÂ¬ÃƒÂ©Ã¢â‚¬Â¡Ã‚ÂÃƒÂ¥Ã‚ÂÃ‚Â·ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã‚ÂÃ‚ÂªÃƒÂ¨Ã†â€™Ã‚Â½ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¥Ã‚Â°Ã¢â‚¬ËœÃƒÂ©Ã¢â‚¬Â¡Ã‚ÂÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ¥Ã‚Â°Ã¢â‚¬ËœÃƒÂ¤Ã‚ÂºÃ…Â½100ÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ§Ã‚Â¬Ã‚Â¦ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â°ÃƒÂ¤Ã‚Â¸Ã¢â‚¬ÂÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¨ÃƒÂ¦Ã‹Å“Ã‚Â¯ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¨ÃƒÂ¨Ã‚Â§Ã¢â‚¬â„¢ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ§Ã‚Â¬Ã‚Â¦ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ÃƒÂ¥Ã¢â‚¬Â Ã‚ÂµÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã‚Â¿ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ */
.typo-em {
  position: relative;
}
.typo-em:after {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 100%;
  overflow: hidden;
  content: "";
}
/* Responsive images */
.typo img {
  max-width: 100%;
}
.edu-login {
  padding: 15px;
  margin: 30px auto;
  width: 320px;
  background-color: #f8f8f8;
}
.edu-login input {
  height: auto;
}
.edu-login .checkbox {
  margin-top: 10px;
}
.edu-login .controls {
  height: 70px;
}
.edu-login .controls > input {
  width: 100%;
}
/*edu-case-list*/
.case-page {
  background-color: #f6f6f6;
}
.case-page .edu-cases {
  padding-top: 0;
}
.edu-case-list ul li {
  float: left;
  margin: 0 20px 20px 0;
}
.edu-case-list ul li img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  width: 184px;
  height: 115px;
  border: 1px solid #ddd\9;
}
/*2014.10.24 by Gsh*/
.officially-beta {
  padding: 75px 0px 0px 630px;
  color: #FFF;
}
.officially-beta span {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #ee9851;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 32px;
  margin-left: 410px;
  margin-top: -30px;
  /*right: -50px;*/
}
.officially-beta > a {
  margin-left: 30px;
  position: absolute;
  margin-top: 160px;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 200px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  background-color: #78d653;
  text-decoration: none;
}
.information {
  padding: 75px 0px 0px 600px;
  color: #FFF;
}
.information span {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #92E2AF;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 32px;
  margin-left: 289px;
  margin-top: 50px;
}
.information > a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  margin-right: 18px;
  width: 200px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  position: absolute;
  margin-top: 200px;
  border: 1px solid;
}
a.doland:link {
  color: white;
}
a.doland:hover {
  color: #4ecf79;
  border: 1px solid #fff;
  text-decoration: none;
  background-color: white;
}
.equipment-c {
  background-color: #FFF;
}
.equipment-b {
  background-color: #F5F5F5;
}
.equipment-male {
  background-color: #FFF;
}
.equipment-ml {
  background-color: #F5F5F5;
}
.platform {
  width: 1100px;
}
.platform .img {
  display: inline-block;
  vertical-align: middle;
}
.platform .rest {
  display: inline-block;
  vertical-align: middle;
}
.platform .text {
  display: inline-block;
  vertical-align: middle;
}
.platform-p {
  position: relative;
  margin: 0px auto;
}
.equipment-c h3 {
  color: #1ed88e;
  font-size: 30px;
  margin-bottom: 20px;
}
.equipment-c p {
  color: #959595;
  font-size: 18px;
  line-height: 5px;
}
.equipment-b h3 {
  color: #1ed88e;
  font-size: 30px;
}
.equipment-b p {
  color: #959595;
  font-size: 18px;
  line-height: 20px;
}
.equipment-male h3 {
  color: #1ed88e;
  font-size: 30px;
}
.equipment-male p {
  color: #959595;
  font-size: 18px;
  line-height: 20px;
}
.equipment-ml h3 {
  color: #1ed88e;
  font-size: 30px;
}
.equipment-ml p {
  color: #959595;
  font-size: 18px;
}
/* total-price */
.total-price-server {
  margin: 50px auto;
}
.total-price-server h2 {
  font-size: 36px;
  color: #616161;
  text-align: center;
  margin-bottom: 50px;
}
.total-price {
  margin: 50px 0;
}
.total-price-title {
  height: 125px;
  width: 100%;
  margin: 100px auto;
  padding: 20px 30px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.total-price .panel label {
  font-weight: normal;
  display: block;
  height: 25px;
  line-height: 25px;
}
.total-price .glyphicon {
  font-size: 40px;
  color: #FAEBCC;
  line-height: 240px;
}
.total-price .panel input {
  margin: 0 10px 0 0;
  padding: 0;
  height: auto;
}
.total-price-row .total-icon {
  float: left;
  width: 8%;
  text-align: center;
  line-height: 343px;
}
.total-price-row .select-item {
  float: left;
  width: 19%;
}
.total-price-row .icon-arrow {
  margin: 20px;
  line-height: 34px;
  text-align: center;
}
.total-price-row .unit-price {
  color: #ff974e;
}
.total-price-row .totalprice {
  font-size: 14px;
  margin: 20px auto 20px auto;
  color: #1ec679;
}
.total-price-row .totalprice span {
  font-size: 20px;
}
.total-price-row .unit-price .title,
.total-price-row .totalprice .title {
  display: inline-block;
  width: 80px;
  text-align: right;
}
.total-price-row .total-btn {
  text-align: center;
}
.total-price-row .btn-total {
  padding: 12px 20px;
  border-color: #f1a452;
  background-color: #f1a452;
  color: #fff;
  border-radius: 0;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.total-price-row .btn-total:hover {
  color: #fff;
  background-color: #ed8b23;
  border-color: #ed8b23;
}
.total-price-row .panel {
  border-radius: 0;
  border: 1px solid #f5f5f5;
}
.total-price-row .panel .panel-heading {
  border-radius: 0;
}
.total-price-row .panel .panel-body {
  padding: 20px;
  height: 300px;
  border-radius: 0;
  overflow-y: auto;
}
.total-price-row .panel .panel-body li {
  margin-bottom: 10px;
}
.total-price-row .panel.panel-detail {
  background-color: #cdf6e3;
  border: 1px solid #1ec679;
  color: #1ec679;
}
.total-price-row .panel.panel-detail .panel-body {
  height: 300px;
  padding: 10px;
}
.topics-mian {
  background-color: #f8f3e7;
  padding-bottom: 50px;
}
.topics-preface {
  position: relative;
  height: 400px;
}
.topics-preface .preface-contet {
  position: absolute;
  top: 130px;
  left: 230px;
  font-size: 18px;
}
.topics-preface .preface-contet p {
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.topics-preface .preface-contet p span {
  color: #e4580b;
}
.topics-process {
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
}
.topics-process img {
  margin: 0 auto;
}
.topics-column-header {
  position: relative;
  height: 70px;
  margin: 30px auto 50px;
}
.topics-column-header h3 {
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -60px;
  font-size: 24px;
  width: 120px;
  text-align: right;
}
.topics-column-body {
  padding: 20px 60px 20px 60px;
  min-height: 100px;
  -webkit-border-radius: 0 0 Infinitypx 0 65px;
  -moz-border-radius: 0 0 Infinitypx 0 65px;
  border-radius: 0 0 Infinitypx 0 65px;
  background-color: #dc5e14;
  -webkit-box-shadow: 2px 3px 8px rgba(213, 209, 197, 0.75);
  -moz-box-shadow: 2px 3px 8px rgba(213, 209, 197, 0.75);
  box-shadow: 2px 3px 8px rgba(213, 209, 197, 0.75);
}
.topics-column-body img {
  margin: 0 auto;
}
.topics-column-body a {
  color: #fff;
}
.topics-column-body p {
  margin: 20px auto;
}
.topics-column-body.column-two {
  background-color: #f4c710;
}
.topics-column-body.column-two h3 {
  color: #b52306;
}

.topics-column-body.column-three {
  background-color: #ed850b;
}
.topics-column-body h3 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 30px auto 40px;
  height: 38px;
}
.topics-column-body .icon-star-left {
  display: inline-block;
  height: 38px;
  width: 50px;

}
.topics-column-body .icon-star-right {
  display: inline-block;
  height: 38px;
  width: 50px;

}
.topics-footer {
  text-align: center;
  padding: 70px 20px;
  height: 180px;
  line-height: 40px;
  background-color: #f8f3e7;
  color: #fff;
}
.topics-footer a {
  color: #fff;
}
.verify-help .verify-img {
  line-height: 40px;
}
.verify-help .help-block {
  padding-left: 15px;
}
.verify-help .help-block .text-danger {
  display: inline-block;
  padding-top: 5px;
}
.homepage-feature a {
  width: 100%;
  min-height: 100px;
}
.homepage-feature a img {
  width: 100%;
}
.btn-green {
  display: inline-block;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #59c85c;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background-color: #59c85c;
}
body {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
input {
  display: inline-block;
  border: 1px solid #cfcfcf;
  outline: none;
}
.bcloud-info {
  color: #f86d40;
}
.bcloud-link {
  color: #6d8ffe;
}
.clear {
  clear: both;
}
.edu-banner .baiduyun-banner-detail {
  position: absolute;
  top: 300px;
  left: -45px;
}
.text-center {
  text-align: center;
}
.bcloud-body {
  position: relative;
}
.btn-bcloud {
  display: inline-block;
  padding: 26px 80px;
  line-height: 22px;
  font-size: 20px;
  color: #fff;
  background-color: #26abff;
  border: 0;
}
.btn-bcloud:focus {
  outline: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bcloud-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: -170px;
  z-index: 1;
}
.bcloud-nav li {
  position: relative;
  float: left;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  color: #fff;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.bcloud-nav li .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-bottom: -10px;
  display: inline-block;
}
.bcloud-nav .intro {
  background-color: #f1c600;
}
.bcloud-nav .intro .arrow {
  border-top: 10px solid #f8c30a;
}
.bcloud-nav .apply {
  background-color: #26abff;
}
.bcloud-nav .apply .arrow {
  border-top: 10px solid #26abff;
}
.bcloud-nav-fixed {
  position: fixed;
  width: 100%;
  top: 0px;
}
.bcloud-content {
  width: 1180px;
  margin: 80px auto 30px auto;
  padding: 40px 30px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666666;
}
.bcloud-content .headline {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.bcloud-content .intro {
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}
.bcloud-content .intro p {
  text-indent: 28px;
  line-height: 35px;
  margin: 0;
}
.bcloud-content .add-ours {
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #666666;
}
.bcloud-content .add-ours .addours-ul {
  margin-left: 25px;
}
.bcloud-content .add-ours .addours-ul li {
  margin-bottom: 25px;
  line-height: 25px;
}
.bcloud-content .add-ours .addours-ul li p {
  position: relative;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bcloud-content .add-ours .point {
  position: absolute;
  left: -25px;
  margin-top: -4px;
  top: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #ababab;
  margin-right: 18px;
  margin-bottom: 3px;
}
.bcloud-content .bottom {
  margin-top: 30px;
}
.bcloud-content .bottom ol {
  list-style-type: none;
  counter-reset: sectioncounter;
  margin: 0;
  padding-left: 25px;
}
.bcloud-content .bottom ol li {
  line-height: 30px;
}
.bcloud-content .bottom ol li:before {
  content: counter(sectioncounter) "ÃƒÂ£Ã¢â€šÂ¬Ã‚Â";
  counter-increment: sectioncounter;
}
.bcloud-content .bottom ol li:last-child {
  margin-bottom: 0;
}
.bcloud-content .bottom.mtnone {
  margin-top: 0;
}
.bcloud-content .form-group {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
}
.bcloud-content .form-group .controls {
  float: right;
}
.bcloud-content .form-group .controls .help-block {
  margin: 0;
}
.bcloud-content .form-group label {
  display: inline-block;
  width: 160px;
  height: 76px;
  line-height: 76px;
  margin-bottom: 0;
  text-align: center;
  background-color: #eaf0f8;
  color: #444;
  border-radius: 8px 0 0 8px;
}
.bcloud-content .form-group input {
  vertical-align: top;
  height: 76px;
  width: 946px;
  padding: 0 10px;
  color: #666666;
  font-size: 20px;
  border-radius: 0 8px 8px 0;
  border: 2px solid  #eaf0f8;
}
.bcloud-content .form-group .phase {
  float: right;
  height: 76px;
  width: 846px;
  padding: 26px 0;
  border-radius: 0 8px 8px 0;
  border: 2px solid  #eaf0f8;
}
.bcloud-content .form-group .phase label,
.bcloud-content .form-group .phase input {
  width: auto;
  height: auto;
  line-height: auto;
  background-color: #fff;
  line-height: 26px;
}
.bcloud-content .form-group .phase label {
  margin-left: 50px;
  margin-right: 0;
  color: #666666;
  font-weight: normal;
}
.bcloud-content .form-group .phase label input {
  margin-right: 5px;
}
.bcloud-content .form-group .label-md {
  width: 260px;
  margin-right: 0;
}
.bcloud-content .form-group.auth-code label,
.bcloud-content .form-group.auth-code .controls {
  float: left;
}
.bcloud-content .form-group.auth-code input {
  width: 200px;
  margin-left: 10px;
}
.bcloud-content .form-group.auth-code .auth-img {
  margin-left: 12px;
  vertical-align: top;
  height: 50px;
  margin-top: 13px;
  cursor: pointer;
}
.bcloud-content .form-group.auth-code .help-block {
  margin-left: 12px;
}
.bcloud-modal .btn-bcloud {
  padding: 8px 35px;
  font-size: 14px;
  background-color: #00c877;
}
.bcloud-modal .modal-header {
  font-size: 18px;
  color: #575757;
  font-weight: bold;
}
.bcloud-modal .modal-header .close {
  margin-top: -2px;
  color: #575757;
  font-weight: normal;
  font-size: 24px;
  opacity: 9;
  filter: alpha(opacity=900);
}
.bcloud-modal .modal-body {
  padding: 40px 112px;
  font-size: 14px;
  color: #666666;
}
.bcloud-modal .modal-body p {
  margin: 5px 0 0;
}
.bcloud-modal .modal-body .mtm {
  margin-top: 10px;
}
.bcloud-modal .modal-body .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: #00c877;
}
.bcloud-modal .modal-body .title i {
  margin-right: 20px;
}
.bcloud-modal .modal-body .title.fail {
  color: #ffc000;
}
.bcloud-modal .modal-body .mask {
  color: #333333;
  font-weight: bold;
}
.bcloud-modal .modal-footer {
  padding: 0 0 40px;
  border: 0;
  text-align: center;
}
.text-center {
  text-align: center;
}
.mh90 {
  margin: 0 90px;
}
.title-lg {
  text-align: center;
}
.forum-main {
  position: relative;
  background-color: #0044a2;
  color: #fff;
  font-size: 16px;
}
.forum-header {
  position: relative;
  min-width: 1170px;
}
.forum-header .open-live {
  position: absolute;
  left: 50%;
  top: 68%;
  margin-left: -82px;
  padding: 5px 12px;
  background-color: #e2e114;
  font-size: 16px;
  color: #0d3e7e;
  cursor: pointer;
}
@media (min-width: 1300px) {
  .forum-header .open-live {
    margin-left: -93px;
    padding: 6px 15px;
    font-size: 20px;
  }
}
.forum-header .open-live:hover {
  text-decoration: none;
}
.forum-header .open-live span {
  margin: 0 10px;
  font-size: 26px;
}
.forum-item {
  position: relative;
  background-color: #3ea2f0;
  padding: 40px 70px 60px;
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.forum-item .title {
  margin-bottom: 30px;
  color: #fcff00;
  font-size: 24px;
  font-weight: bold;
}
.forum-item .title.title-lg {
  text-align: center;
  margin-bottom: 15px;
}
.forum-item .title-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -200px;
  height: 60px;
  width: 400px;
  line-height: 60px;
  text-align: center;
  background-color: #e3e218;
  font-size: 24px;
}
.forum-item .info {
  text-indent: 24px;
}
.forum-item .main-info {
  margin-top: 50px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.forum-item .main-info li {
  float: left;
  width: 25%;
  font-size: 12px;
}
.forum-item .main-info img {
  border-radius: 50%;
}
.forum-item .main-info .name {
  margin: 20px 0;
  font-weight: bold;
  font-size: 18px;
  color: #0e3045;
}
.forum-item .coll-title {
  margin: 60px 0 30px;
}
.forum-item .table {
  margin-top: 50px;
  background-color: #b9dcf5;
  border: 1px solid #3ea2f0;
}
.forum-item .table th {
  font-size: 16px;
  color: #0e3045;
  font-weight: normal;
  border: 1px solid #3ea2f0;
  text-align: center;
  line-height: 30px;
}
.forum-item .table thead {
  background-color: #64baf9;
}
.forum-item .table thead th {
  color: #fff;
}
.forum-item video {
  width: 100%;
  margin-top: 50px;
}
.forum-item.font-md {
  font-size: 20px;
  font-weight: normal;
}
.forum-bottom {
  padding: 30px 0 80px;
  text-align: center;
}
.edu-install .edu-install-title {
  font-size: 27px;
  line-height: 27px;
  color: #00c877;
  padding-bottom: 20px;
}
.edu-install .install-row {
  border-top: 1px solid #ebebeb;
}
.edu-install .install-row > div {
  padding: 0;
}
.edu-install .install-row .col-md-2.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 195px;
}
.edu-install .install-row .col-md-2.fixed ul {
  width: 195px;
  margin: 0;
}
.edu-install .install-row .install-nav {
  text-indent: 20px;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background: #fff;
}
.edu-install .install-row .install-nav a {
  line-height: 44px;
  color: #383838;
  display: block;
  padding: 5px 0;
  border-left: 2px solid #fff;
}
.edu-install .install-row .install-nav a:hover {
  background-color: #f5f5f5;
  color: #00c877;
  text-decoration: none;
  border-left: 2px solid #00c877;
}
.edu-install .install-row .install-content.fixed {
  padding: 0;
  margin: 0 0 0 235px;
}
.edu-install .install-row .install-content {
  padding: 0 0 0 40px;
}
.edu-install .install-row .install-content h2 {
  margin-top: 40px;
  font-size: 20px;
  color: #383838;
}
.edu-install .install-row .install-content img {
  max-width: 800px;
}
.edu-install .install-row .install-content p {
  color: #808080;
  margin-bottom: 20px;
}
.edu-install .install-row .install-content .mrl {
  margin-right: 20px;
}
.edu-install .install-row .install-content .qq {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: bottom;
}
.edu-install .install-row .install-content .pbl {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.edu-install .install-row .install-content #buyer-yun ul {
  border: 1px solid #ebebeb;
}
.edu-install .install-row .install-content #buyer-yun ul .icon1,
.edu-install .install-row .install-content #buyer-yun ul .icon2,
.edu-install .install-row .install-content #buyer-yun ul .icon3,
.edu-install .install-row .install-content #buyer-yun ul .icon4,
.edu-install .install-row .install-content #buyer-yun ul .icon5 {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  margin: 0px auto 15px;
}
.edu-install .install-row .install-content #buyer-yun ul .icon1 {
  background-position: 0 -3px;
}
.edu-install .install-row .install-content #buyer-yun ul .icon2 {
  background-position: -50px -2px;
}
.edu-install .install-row .install-content #buyer-yun ul .icon3 {
  width: 55px;
  background-position: -107px -2px;
}
.edu-install .install-row .install-content #buyer-yun ul .icon4 {
  background-position: -168px -2px;
}
.edu-install .install-row .install-content #buyer-yun ul .icon5 {
  background-position: -228px -2px;
}
.edu-install .install-row .install-content #buyer-yun ul .top {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0 25px;
  border-right: 1px solid #ebebeb;
}
.edu-install .install-row .install-content #buyer-yun ul .top span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #2f2f2f;
}
.edu-install .install-row .install-content #buyer-yun ul .bottom {
  padding: 30px 0;
  text-align: center;
  border-right: 1px solid #ebebeb;
  font-size: 20px;
  color: #2f2f2f;
}
.edu-install .install-row .install-content #buyer-yun ul li {
  float: left;
  width: 20%;
}
.edu-install .install-row .install-content #buyer-yun ul li:last-child .bottom {
  padding: 16px 0;
  border-right: none;
}
.edu-install .install-row .install-content #buyer-yun ul li:last-child .top {
  border-right: none;
}
.edu-install .install-row .install-content #buyer-yun .buyer {
  margin-top: 34px;
}
.edu-install .install-row .install-content #buyer-yun .buyer a {
  border-radius: 8px;
  background: #00c877;
  color: #fff;
  padding: 6px 20px;
  margin-left: 22px;
}
.edu-solution {
  margin-top: 40px;
}
.edu-solution .col-md-3,
.edu-solution .col-md-9 {
  padding-right: 10px!important;
  padding-left: 10px!important;
}
.edu-solution .solution-left {
  border: 1px solid #ebebeb;
}
.edu-solution .col-md-3.fixed {
  position: fixed;
  z-index: 999;
  top: 80px;
  width: 292px;
}
.edu-solution .col-md-9.fixed {
  padding: 0;
  margin: 0 0 0 305px;
}
.edu-solution .solution-nav li a {
  padding: 0 0 0 28px;
  color: #6f6f6f;
  line-height: 44px;
  display: block;
}
.edu-solution .solution-nav li a:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #1ec67a;
}
.edu-solution .solution-nav li:first-child a {
  padding: 4px 10px;
  color: #191919;
}
.edu-solution .solution-nav li.active a {
  background: #f5f5f5;
  color: #1ec67a;
}
.edu-solution .solution-content h2 {
  color: #808080;
  font-size: 24px;
  padding: 50px 20px 60px;
  font-weight: normal;
  margin: 0;
}
.edu-solution .solution-content > img {
  width: 100%;
}
.edu-solution .solution-content .solution-item > img {
  border: 1px dashed #e9e9e9;
  display: block;
  margin: -30px auto 70px;
}
.edu-solution .solution-content .solution-item .border-r {
  border-right: 1px solid #eee;
}
.edu-solution .solution-content .solution-item .solution-list {
  float: left;
  width: 50%;
  padding: 0 63px;
  margin-bottom: 118px;
}
.edu-solution .solution-content .solution-item .solution-list .text-center {
  line-height: 286px;
  color: #808080;
}
.edu-solution .solution-content .solution-item .solution-list .s-img {
  text-align: center;
}
.edu-solution .solution-content .solution-item .solution-list .s-img h4 {
  margin: 40px 0 18px;
  font-weight: normal;
}
.edu-solution .solution-content .solution-item .solution-list .s-img a {
  color: #2e2e2e;
}
.edu-solution .solution-content .solution-item .solution-list .s-img a:hover {
  color: #1ec67a;
  text-decoration: none;
}
.edu-solution .solution-content .solution-item .solution-list .metas {
  color: #808080;
}
.edu-solution .solution-content .solution-item .solution-list .metas a:hover {
  text-decoration: none;
}
.edu-solution .solution-content .solution-item .solution-list .metas p {
  line-height: 24px;
  margin-bottom: 20px;
}
.edu-solution .solution-content .solution-item .solution-intro {
  padding: 0 15px;
}
.edu-solution .solution-content .solution-item .solution-intro h3 {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
}
.edu-solution .solution-content .solution-item .solution-intro p {
  color: #808080;
  margin-bottom: 40px;
}
.edu-solution .solution-content .solution-item .solution-intro p img {
  margin-right: 15px;
  margin-bottom: 15px;
}
.edu-solution .border {
  margin-bottom: 100px;
}
.edu-solution .border > h2 {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.edu-solution .border .solution-item {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.addi{
	float:right;
	width: 500px;
}
.wrapper img{
    /* width: 500px; */
}
.advert ul{
    margin: 8px 0 4px;
	padding: 0px;
    list-style-type: none;
}
.advert ul li {
	width: 500px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: url(/jyxy/css/list_style.png) no-repeat left center;
    border-bottom: 1px dashed #e6e6e6;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.advert ul li span {
    float: right;
    color: #999;
    margin-right: 14px;
	margin: 0px auto;
    padding: 0px;
    font-size: 14px;
    color: #333;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ", Verdana, Arial, sans-serif;
}
.advert ul li a {
    text-decoration: none;
    color: #333;
    outline: none;
	margin: 0px auto;
    padding: 0px;
    font-size: 14px;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ", Verdana, Arial, sans-serif;
}
.advert ul li a:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #1ec67a;
}

.edu-footer .copyrights {
    background: #000;
    padding: 10px 0;
    color: #b0aab5;
    line-height: 30px;
}
.mainWrap {
    width: 1130px;
    margin: auto;
}
.edu-footer .copyrights .right {
    height: 30px;
    border: 0;
    width: 200px;
    margin-left: 30px;
    position: relative;
}
.right {
    float: right;
}
.edu-footer .copyrights span {
    padding-right: 20px;
}
.edu-footer .footerwrapper {
    background: #fff;
}
.edu-footer .code {
    top: -30px;
    text-align: center;
    color: #777;
    position: relative;
    float: right;
}
.edu-footer .code .code_1 {
    float: left;
    padding: 0 1px;

}
.edu-footer .code .code_1 img {
    margin: 0 0 10px 0;
}
.edu-footer .code span {
    display: block;
}
.edu-footer .code .code_1 {
    float: left;
    padding: 0 1px;
	margin-right: 5px;
}
.edu-footer .footerwrapper .ur {
    float: left;
	width:850px;
}
.edu-footer .footerwrapper ul {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.edu-footer .footerwrapper .ur img {
    width: 200px;
    vertical-align: middle;
}
.edu-footer .footerwrapper img {
    margin: 25px 0 35px 0;
}
.edu-footer .footerwrapper img.t {
    margin-left: 30px;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    visibility: hidden;
}
.edu-footer .footerwrapper ul li {
    float: left;
    font-size: 13px;
}
.edu-footer .footerwrapper ul li a {
    display: block;
    padding-right: 25px;
}


